[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. 138029 1726887986.70342: 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 138029 1726887986.71496: Added group all to inventory 138029 1726887986.71497: Added group ungrouped to inventory 138029 1726887986.71501: Group all now contains ungrouped 138029 1726887986.71504: Examining possible inventory source: /tmp/storage-Fxb/inventory.yml 138029 1726887987.04263: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 138029 1726887987.04327: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 138029 1726887987.04350: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 138029 1726887987.04612: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 138029 1726887987.04687: Loaded config def from plugin (inventory/script) 138029 1726887987.04690: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 138029 1726887987.04731: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 138029 1726887987.05025: Loaded config def from plugin (inventory/yaml) 138029 1726887987.05027: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 138029 1726887987.05115: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 138029 1726887987.05940: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 138029 1726887987.05943: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 138029 1726887987.05945: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 138029 1726887987.05951: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 138029 1726887987.06160: Loading data from /tmp/storage-Fxb/inventory.yml 138029 1726887987.06228: /tmp/storage-Fxb/inventory.yml was not parsable by auto 138029 1726887987.06295: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 138029 1726887987.06333: Loading data from /tmp/storage-Fxb/inventory.yml 138029 1726887987.06619: group all already in inventory 138029 1726887987.06626: set inventory_file for managed_node1 138029 1726887987.06630: set inventory_dir for managed_node1 138029 1726887987.06631: Added host managed_node1 to inventory 138029 1726887987.06633: Added host managed_node1 to group all 138029 1726887987.06634: set ansible_host for managed_node1 138029 1726887987.06635: set ansible_ssh_extra_args for managed_node1 138029 1726887987.06638: set inventory_file for managed_node2 138029 1726887987.06640: set inventory_dir for managed_node2 138029 1726887987.06641: Added host managed_node2 to inventory 138029 1726887987.06642: Added host managed_node2 to group all 138029 1726887987.06643: set ansible_host for managed_node2 138029 1726887987.06644: set ansible_ssh_extra_args for managed_node2 138029 1726887987.06647: set inventory_file for managed_node3 138029 1726887987.06649: set inventory_dir for managed_node3 138029 1726887987.06649: Added host managed_node3 to inventory 138029 1726887987.06651: Added host managed_node3 to group all 138029 1726887987.06651: set ansible_host for managed_node3 138029 1726887987.06652: set ansible_ssh_extra_args for managed_node3 138029 1726887987.06654: Reconcile groups and hosts in inventory. 138029 1726887987.06660: Group ungrouped now contains managed_node1 138029 1726887987.06662: Group ungrouped now contains managed_node2 138029 1726887987.06663: Group ungrouped now contains managed_node3 138029 1726887987.06735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 138029 1726887987.07059: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 138029 1726887987.07106: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 138029 1726887987.07134: Loaded config def from plugin (vars/host_group_vars) 138029 1726887987.07136: 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) 138029 1726887987.07143: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 138029 1726887987.07150: 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) 138029 1726887987.07399: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 138029 1726887987.07906: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887987.08242: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 138029 1726887987.08286: Loaded config def from plugin (connection/local) 138029 1726887987.08290: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 138029 1726887987.09546: Loaded config def from plugin (connection/paramiko_ssh) 138029 1726887987.09549: 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) 138029 1726887987.11511: 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) 138029 1726887987.11553: Loaded config def from plugin (connection/psrp) 138029 1726887987.11760: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 138029 1726887987.13050: 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) 138029 1726887987.13088: Loaded config def from plugin (connection/ssh) 138029 1726887987.13091: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 138029 1726887987.16643: 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) 138029 1726887987.16687: Loaded config def from plugin (connection/winrm) 138029 1726887987.16690: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 138029 1726887987.16726: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 138029 1726887987.16792: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 138029 1726887987.16865: Loaded config def from plugin (shell/cmd) 138029 1726887987.16867: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 138029 1726887987.16894: 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) 138029 1726887987.16966: Loaded config def from plugin (shell/powershell) 138029 1726887987.16969: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 138029 1726887987.17029: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 138029 1726887987.17208: Loaded config def from plugin (shell/sh) 138029 1726887987.17210: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 138029 1726887987.17249: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 138029 1726887987.17376: Loaded config def from plugin (become/runas) 138029 1726887987.17378: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 138029 1726887987.17670: Loaded config def from plugin (become/su) 138029 1726887987.17672: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 138029 1726887987.17827: Loaded config def from plugin (become/sudo) 138029 1726887987.17830: 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 138029 1726887987.18463: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml 138029 1726887987.19930: trying /usr/local/lib/python3.12/site-packages/ansible/modules 138029 1726887987.23710: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 138029 1726887987.23848: in VariableManager get_vars() 138029 1726887987.24078: done with get_vars() 138029 1726887987.24143: in VariableManager get_vars() 138029 1726887987.24160: done with get_vars() 138029 1726887987.24514: in VariableManager get_vars() 138029 1726887987.24526: done with get_vars() 138029 1726887987.24592: in VariableManager get_vars() 138029 1726887987.24605: done with get_vars() 138029 1726887987.24673: in VariableManager get_vars() 138029 1726887987.24686: done with get_vars() 138029 1726887987.24757: in VariableManager get_vars() 138029 1726887987.24769: done with get_vars() 138029 1726887987.24811: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 138029 1726887987.24824: 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 138029 1726887987.25054: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 138029 1726887987.25226: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 138029 1726887987.25229: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-ckH/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 138029 1726887987.25262: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 138029 1726887987.25285: 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) 138029 1726887987.25428: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 138029 1726887987.25487: Loaded config def from plugin (callback/default) 138029 1726887987.25489: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 138029 1726887987.27028: Loaded config def from plugin (callback/junit) 138029 1726887987.27031: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 138029 1726887987.27177: 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) 138029 1726887987.27239: Loaded config def from plugin (callback/minimal) 138029 1726887987.27242: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 138029 1726887987.27382: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 138029 1726887987.27440: Loaded config def from plugin (callback/tree) 138029 1726887987.27443: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 138029 1726887987.29562: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 138029 1726887987.29565: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-ckH/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_raid_pool_options.yml ****************************************** 1 plays in /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml 138029 1726887987.29589: in VariableManager get_vars() 138029 1726887987.29602: done with get_vars() 138029 1726887987.29607: in VariableManager get_vars() 138029 1726887987.29615: done with get_vars() 138029 1726887987.29618: variable 'omit' from source: magic vars 138029 1726887987.29648: in VariableManager get_vars() 138029 1726887987.29662: done with get_vars() 138029 1726887987.29685: variable 'omit' from source: magic vars PLAY [Test raid pool options] ************************************************** 138029 1726887987.30253: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 138029 1726887987.30326: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 138029 1726887987.30353: getting the remaining hosts for this loop 138029 1726887987.30362: done getting the remaining hosts for this loop 138029 1726887987.30365: getting the next task for host managed_node3 138029 1726887987.30368: done getting next task for host managed_node3 138029 1726887987.30369: ^ task is: TASK: Gathering Facts 138029 1726887987.30371: ^ 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 138029 1726887987.30373: getting variables 138029 1726887987.30375: in VariableManager get_vars() 138029 1726887987.30384: Calling all_inventory to load vars for managed_node3 138029 1726887987.30386: Calling groups_inventory to load vars for managed_node3 138029 1726887987.30388: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887987.30400: Calling all_plugins_play to load vars for managed_node3 138029 1726887987.30410: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887987.30413: Calling groups_plugins_play to load vars for managed_node3 138029 1726887987.30444: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887987.30496: done with get_vars() 138029 1726887987.30503: done getting variables 138029 1726887987.30567: 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_raid_pool_options.yml:2 Friday 20 September 2024 23:06:27 -0400 (0:00:00.029) 0:00:00.029 ****** 138029 1726887987.30587: entering _queue_task() for managed_node3/gather_facts 138029 1726887987.30588: Creating lock for gather_facts 138029 1726887987.30870: worker is 1 (out of 1 available) 138029 1726887987.30880: exiting _queue_task() for managed_node3/gather_facts 138029 1726887987.30891: done queuing things up, now waiting for results queue to drain 138029 1726887987.30893: waiting for pending results... 138029 1726887987.31698: running TaskExecutor() for managed_node3/TASK: Gathering Facts 138029 1726887987.31800: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000017 138029 1726887987.31825: variable 'ansible_search_path' from source: unknown 138029 1726887987.31949: calling self._execute() 138029 1726887987.32224: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887987.32229: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887987.32233: variable 'omit' from source: magic vars 138029 1726887987.32890: variable 'omit' from source: magic vars 138029 1726887987.32894: variable 'omit' from source: magic vars 138029 1726887987.32991: variable 'omit' from source: magic vars 138029 1726887987.33168: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887987.33186: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887987.33289: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887987.33369: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887987.33387: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887987.33450: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887987.33473: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887987.33576: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887987.33596: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887987.33890: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887987.34007: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887987.34025: Set connection var ansible_timeout to 10 138029 1726887987.34078: Set connection var ansible_pipelining to False 138029 1726887987.34102: Set connection var ansible_shell_type to sh 138029 1726887987.34305: Set connection var ansible_connection to ssh 138029 1726887987.34308: Set connection var ansible_shell_executable to /bin/sh 138029 1726887987.34311: variable 'ansible_shell_executable' from source: unknown 138029 1726887987.34313: variable 'ansible_connection' from source: unknown 138029 1726887987.34315: variable 'ansible_module_compression' from source: unknown 138029 1726887987.34321: variable 'ansible_shell_type' from source: unknown 138029 1726887987.34323: variable 'ansible_shell_executable' from source: unknown 138029 1726887987.34327: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887987.34329: variable 'ansible_pipelining' from source: unknown 138029 1726887987.34331: variable 'ansible_timeout' from source: unknown 138029 1726887987.34333: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887987.34811: 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) 138029 1726887987.34982: variable 'omit' from source: magic vars 138029 1726887987.34989: starting attempt loop 138029 1726887987.35000: running the handler 138029 1726887987.35027: variable 'ansible_facts' from source: unknown 138029 1726887987.35129: _low_level_execute_command(): starting 138029 1726887987.35131: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726887987.37121: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887987.37124: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887987.37144: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887987.37160: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887987.37359: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887987.39081: stdout chunk (state=3): >>>/root <<< 138029 1726887987.39243: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887987.39247: stdout chunk (state=3): >>><<< 138029 1726887987.39250: stderr chunk (state=3): >>><<< 138029 1726887987.39267: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887987.39448: _low_level_execute_command(): starting 138029 1726887987.39564: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726887987.3927734-138051-188970955626629 `" && echo ansible-tmp-1726887987.3927734-138051-188970955626629="` echo /root/.ansible/tmp/ansible-tmp-1726887987.3927734-138051-188970955626629 `" ) && sleep 0' 138029 1726887987.41153: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887987.41263: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887987.41351: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887987.43233: stdout chunk (state=3): >>>ansible-tmp-1726887987.3927734-138051-188970955626629=/root/.ansible/tmp/ansible-tmp-1726887987.3927734-138051-188970955626629 <<< 138029 1726887987.43398: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887987.43631: stderr chunk (state=3): >>><<< 138029 1726887987.43635: stdout chunk (state=3): >>><<< 138029 1726887987.43640: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726887987.3927734-138051-188970955626629=/root/.ansible/tmp/ansible-tmp-1726887987.3927734-138051-188970955626629 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887987.43985: variable 'ansible_module_compression' from source: unknown 138029 1726887987.43988: ANSIBALLZ: Using generic lock for ansible.legacy.setup 138029 1726887987.43991: ANSIBALLZ: Acquiring lock 138029 1726887987.43993: ANSIBALLZ: Lock acquired: 140373970014512 138029 1726887987.43998: ANSIBALLZ: Creating module 138029 1726887988.11410: ANSIBALLZ: Writing module into payload 138029 1726887988.11734: ANSIBALLZ: Writing module 138029 1726887988.11753: ANSIBALLZ: Renaming module 138029 1726887988.11760: ANSIBALLZ: Done creating module 138029 1726887988.11879: variable 'ansible_facts' from source: unknown 138029 1726887988.11882: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887988.11898: _low_level_execute_command(): starting 138029 1726887988.11905: _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' 138029 1726887988.13222: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887988.13226: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726887988.13372: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887988.13451: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887988.13458: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887988.13499: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887988.13641: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887988.15294: stdout chunk (state=3): >>>PLATFORM <<< 138029 1726887988.15481: stdout chunk (state=3): >>>Linux <<< 138029 1726887988.15485: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 138029 1726887988.15577: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887988.15682: stderr chunk (state=3): >>><<< 138029 1726887988.15694: stdout chunk (state=3): >>><<< 138029 1726887988.15778: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887988.15783 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 138029 1726887988.15818: _low_level_execute_command(): starting 138029 1726887988.15824: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 138029 1726887988.16264: Sending initial data 138029 1726887988.16269: Sent initial data (1181 bytes) 138029 1726887988.17228: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887988.17233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887988.17314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887988.17318: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887988.17587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887988.17627: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887988.17874: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887988.21292: 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"} <<< 138029 1726887988.21872: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887988.21876: stdout chunk (state=3): >>><<< 138029 1726887988.21878: stderr chunk (state=3): >>><<< 138029 1726887988.21881: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887988.21883: variable 'ansible_facts' from source: unknown 138029 1726887988.21885: variable 'ansible_facts' from source: unknown 138029 1726887988.21887: variable 'ansible_module_compression' from source: unknown 138029 1726887988.21894: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 138029 1726887988.21927: variable 'ansible_facts' from source: unknown 138029 1726887988.22157: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726887987.3927734-138051-188970955626629/AnsiballZ_setup.py 138029 1726887988.22330: Sending initial data 138029 1726887988.22339: Sent initial data (156 bytes) 138029 1726887988.24575: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887988.24579: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887988.24682: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887988.24874: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887988.26324: 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 <<< 138029 1726887988.26471: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726887988.26591: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp8_j4gq9l /root/.ansible/tmp/ansible-tmp-1726887987.3927734-138051-188970955626629/AnsiballZ_setup.py <<< 138029 1726887988.26595: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726887987.3927734-138051-188970955626629/AnsiballZ_setup.py" debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp8_j4gq9l" to remote "/root/.ansible/tmp/ansible-tmp-1726887987.3927734-138051-188970955626629/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726887987.3927734-138051-188970955626629/AnsiballZ_setup.py" <<< 138029 1726887988.28743: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887988.28804: stderr chunk (state=3): >>><<< 138029 1726887988.28815: stdout chunk (state=3): >>><<< 138029 1726887988.28843: done transferring module to remote 138029 1726887988.28884: _low_level_execute_command(): starting 138029 1726887988.29008: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726887987.3927734-138051-188970955626629/ /root/.ansible/tmp/ansible-tmp-1726887987.3927734-138051-188970955626629/AnsiballZ_setup.py && sleep 0' 138029 1726887988.30301: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887988.30318: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887988.30370: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726887988.30579: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887988.30618: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887988.30694: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887988.30742: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887988.32833: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887988.32837: stdout chunk (state=3): >>><<< 138029 1726887988.32839: stderr chunk (state=3): >>><<< 138029 1726887988.32962: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887988.32966: _low_level_execute_command(): starting 138029 1726887988.32968: _low_level_execute_command(): using become for this command 138029 1726887988.32971: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ukijihmotcexwcylvmnrqknvtgadkfdi ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726887987.3927734-138051-188970955626629/AnsiballZ_setup.py'"'"' && sleep 0' 138029 1726887988.34064: Initial state: awaiting_escalation: BECOME-SUCCESS-ukijihmotcexwcylvmnrqknvtgadkfdi 138029 1726887988.35218: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887988.35387: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887988.35509: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887988.35794: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887988.35848: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887988.38939: stdout chunk (state=1): >>>BECOME-SUCCESS-ukijihmotcexwcylvmnrqknvtgadkfdi <<< 138029 1726887988.38953: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ukijihmotcexwcylvmnrqknvtgadkfdi' 138029 1726887988.39250: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726887988.39287: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726887988.39301: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726887988.39316: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726887988.39384: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726887988.39395: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726887988.39482: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726887988.39485: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726887988.39488: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726887988.39686: 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 0x7ff2bd9bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd98ba10> <<< 138029 1726887988.39692: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726887988.39704: 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 0x7ff2bd9be930> <<< 138029 1726887988.39719: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726887988.39750: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726887988.39765: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726887988.39906: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # <<< 138029 1726887988.39996: 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' <<< 138029 1726887988.40060: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726887988.40064: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726887988.40077: 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 0x7ff2bd9ccfe0> <<< 138029 1726887988.40124: 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 <<< 138029 1726887988.40242: 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 0x7ff2bd9cdfd0> 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. <<< 138029 1726887988.40588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726887988.40591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726887988.40606: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726887988.40635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887988.40667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726887988.40777: 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 0x7ff2bd7b3da0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726887988.40862: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726887988.40879: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7b3fe0> # /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 <<< 138029 1726887988.40920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887988.40975: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726887988.41071: 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 0x7ff2bd7e3740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7e3dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7c3a70> import '_functools' # <<< 138029 1726887988.41107: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7c1190> <<< 138029 1726887988.41196: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7b0f50> <<< 138029 1726887988.41221: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726887988.41297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726887988.41302: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726887988.41326: 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' <<< 138029 1726887988.41353: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd807680> <<< 138029 1726887988.41367: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd8062a0> <<< 138029 1726887988.41415: 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 0x7ff2bd7c2060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7b2e40> <<< 138029 1726887988.41476: 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 0x7ff2bd8386b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7b01d0> <<< 138029 1726887988.41491: 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' <<< 138029 1726887988.41538: 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 0x7ff2bd838b60> <<< 138029 1726887988.41624: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd838a10> <<< 138029 1726887988.41643: 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 0x7ff2bd838dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7a6cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 <<< 138029 1726887988.41670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726887988.41684: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd839460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd839130> import 'importlib.machinery' # <<< 138029 1726887988.41723: 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' <<< 138029 1726887988.41779: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd83a360> import 'importlib.util' # import 'runpy' # <<< 138029 1726887988.41857: 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 0x7ff2bd854560> <<< 138029 1726887988.41973: 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 0x7ff2bd855ca0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726887988.41976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726887988.41978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726887988.41987: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd856b40> <<< 138029 1726887988.42061: 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 0x7ff2bd8571a0> <<< 138029 1726887988.42064: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd856090> <<< 138029 1726887988.42102: 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' <<< 138029 1726887988.42115: 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 0x7ff2bd857c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd857350> <<< 138029 1726887988.42202: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd83a2d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726887988.42280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726887988.42283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726887988.42324: 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 0x7ff2bd55fb30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726887988.42390: 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 0x7ff2bd588620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd588380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bd5885c0> <<< 138029 1726887988.42399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726887988.42409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726887988.42496: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887988.42627: 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 0x7ff2bd588f20> <<< 138029 1726887988.43164: 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 0x7ff2bd5898e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd5887d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd55dcd0> # /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 0x7ff2bd58ac60> <<< 138029 1726887988.43182: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd589790> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd83aa80> # /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 0x7ff2bd5b6f60> # /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 0x7ff2bd5df2f0> <<< 138029 1726887988.43195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726887988.43291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726887988.43294: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726887988.43310: 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' <<< 138029 1726887988.43392: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd6380e0> # /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 <<< 138029 1726887988.43427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726887988.43510: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd63a840> <<< 138029 1726887988.43586: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd638200> <<< 138029 1726887988.43616: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd5dff80> <<< 138029 1726887988.43645: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 138029 1726887988.43662: 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 0x7ff2bcf291c0> <<< 138029 1726887988.43674: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd5de120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd58bb60> <<< 138029 1726887988.43844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726887988.43863: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff2bd5de6f0> <<< 138029 1726887988.44229: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_ux6xlpwd/ansible_ansible.legacy.setup_payload.zip' <<< 138029 1726887988.44486: stdout chunk (state=3): >>># 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 <<< 138029 1726887988.44562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726887988.44579: 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 0x7ff2bcf8ae10> import '_typing' # <<< 138029 1726887988.44769: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcf69d00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcf68ec0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 138029 1726887988.44957: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726887988.46202: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.47297: 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' <<< 138029 1726887988.47378: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcf88cb0> # /usr/lib64/python3.12/json/__pycache__/__init__.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' <<< 138029 1726887988.47477: 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' <<< 138029 1726887988.47499: 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 0x7ff2bcfc2720> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcfc24b0> <<< 138029 1726887988.47523: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcfc1dc0> <<< 138029 1726887988.47535: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726887988.47546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726887988.47593: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcfc2540> <<< 138029 1726887988.47610: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcf8b830> 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 0x7ff2bcfc33e0> <<< 138029 1726887988.47698: 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 0x7ff2bcfc3620> <<< 138029 1726887988.47819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726887988.47823: 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 0x7ff2bcfc3b60> 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' <<< 138029 1726887988.47844: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce25970> <<< 138029 1726887988.47892: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887988.47895: 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 0x7ff2bce27590> <<< 138029 1726887988.47952: 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' <<< 138029 1726887988.47957: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce27f50> <<< 138029 1726887988.48032: 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 0x7ff2bce28e90> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726887988.48151: 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 0x7ff2bce2bbf0> <<< 138029 1726887988.48293: 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 0x7ff2bd7c3950> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce29eb0> # /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' <<< 138029 1726887988.48296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726887988.48298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726887988.48301: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726887988.48398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726887988.48414: 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 0x7ff2bce33cb0> <<< 138029 1726887988.48526: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce32780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce324e0> <<< 138029 1726887988.48530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726887988.48532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726887988.48727: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce32a50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce2a3c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bce77f50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce77fb0> # /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' <<< 138029 1726887988.48739: 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' <<< 138029 1726887988.48837: 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 0x7ff2bce79b20> <<< 138029 1726887988.48840: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce798b0> # /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' <<< 138029 1726887988.48891: 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 0x7ff2bce7bfe0> <<< 138029 1726887988.48895: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce7a1b0> <<< 138029 1726887988.48907: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726887988.48943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887988.48977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726887988.48980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726887988.49051: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726887988.49054: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce7f710> <<< 138029 1726887988.49152: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce7c1d0> <<< 138029 1726887988.49216: 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 0x7ff2bce802f0> <<< 138029 1726887988.49283: 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 0x7ff2bce80950> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bce80920> <<< 138029 1726887988.49398: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce78200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726887988.49460: 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 0x7ff2bce83fe0> <<< 138029 1726887988.49541: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887988.49561: 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 0x7ff2bcd0d3a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce827b0> <<< 138029 1726887988.49611: 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 0x7ff2bce83b60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce823c0> # zipimport: zlib available <<< 138029 1726887988.49715: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726887988.49728: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.49835: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.49841: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726887988.49973: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726887988.50006: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.50126: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.50652: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.51179: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726887988.51195: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 138029 1726887988.51211: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 138029 1726887988.51222: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726887988.51382: 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 0x7ff2bcd115b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7ff2bcd12300> <<< 138029 1726887988.51400: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcd0d550> <<< 138029 1726887988.51447: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726887988.51507: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726887988.51643: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.51832: 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 0x7ff2bcd11130> # zipimport: zlib available <<< 138029 1726887988.52273: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.52907: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726887988.52910: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.52945: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726887988.52966: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.53020: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.53097: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726887988.53121: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.53276: 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 <<< 138029 1726887988.53459: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.53747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726887988.53754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726887988.53779: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726887988.53828: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcd13470> <<< 138029 1726887988.53832: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.53981: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.54258: 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 # zipimport: zlib available <<< 138029 1726887988.54313: 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 <<< 138029 1726887988.54361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887988.54442: 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 0x7ff2bcd1dd60> <<< 138029 1726887988.54461: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcd1af30> <<< 138029 1726887988.54533: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726887988.54564: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.54630: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.54785: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726887988.54822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726887988.54834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726887988.54845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726887988.54907: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce067b0> <<< 138029 1726887988.55004: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcefe480> <<< 138029 1726887988.55113: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcd1ddc0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce78230> # 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' # <<< 138029 1726887988.55133: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726887988.55175: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 138029 1726887988.55217: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.55299: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.55312: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.55331: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.55348: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.55433: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.55444: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.55472: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.55523: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 138029 1726887988.55624: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.55738: stdout chunk (state=3): >>># 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 <<< 138029 1726887988.55772: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 138029 1726887988.55800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726887988.55882: 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 <<< 138029 1726887988.55981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726887988.55995: 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 0x7ff2bc9ca630> <<< 138029 1726887988.56100: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc9c9a60> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc9c8440> <<< 138029 1726887988.56289: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcdb2420> <<< 138029 1726887988.56439: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcdb0350> import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 138029 1726887988.56557: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.56710: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.56750: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.56834: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 138029 1726887988.56847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 138029 1726887988.57010: 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 0x7ff2bcdb2b70> # /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 <<< 138029 1726887988.57013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726887988.57051: 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' <<< 138029 1726887988.57053: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bca2c7a0> <<< 138029 1726887988.57075: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887988.57090: 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 0x7ff2bca2cad0> <<< 138029 1726887988.57139: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bca0bbf0> <<< 138029 1726887988.57231: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc9db530> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcd98a70> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcd99460> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 138029 1726887988.57249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 138029 1726887988.57266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 138029 1726887988.57278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 138029 1726887988.57297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 138029 1726887988.57306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 138029 1726887988.57463: 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 0x7ff2bca2f740> <<< 138029 1726887988.57466: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bca2eff0> # 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 0x7ff2bca2f1d0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bca2e450> # /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' <<< 138029 1726887988.57479: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bca2f7d0> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 138029 1726887988.57511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 138029 1726887988.57542: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887988.57575: 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 0x7ff2bc826390> <<< 138029 1726887988.57796: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc824380> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcd98140> 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 <<< 138029 1726887988.57799: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 138029 1726887988.57802: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.57857: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.57898: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 138029 1726887988.57916: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.57932: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.57949: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 138029 1726887988.58059: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 138029 1726887988.58112: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.58128: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 138029 1726887988.58171: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.58184: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.58232: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 138029 1726887988.58244: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.58410: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726887988.58413: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.58480: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 138029 1726887988.58528: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.58968: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.59399: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 138029 1726887988.59605: stdout chunk (state=3): >>># 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 <<< 138029 1726887988.59688: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 138029 1726887988.59738: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.59780: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 138029 1726887988.59792: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.59860: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # <<< 138029 1726887988.59864: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.59929: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # <<< 138029 1726887988.59973: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.60078: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.60114: 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' <<< 138029 1726887988.60139: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc827d70> <<< 138029 1726887988.60180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726887988.60395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc827380> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 138029 1726887988.60416: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.60465: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 138029 1726887988.60549: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.60787: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 138029 1726887988.60827: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.60881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726887988.60931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726887988.61044: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887988.61061: 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 0x7ff2bc866810> <<< 138029 1726887988.61261: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc84caa0> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 138029 1726887988.61381: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # <<< 138029 1726887988.61387: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.61475: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.61567: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.61665: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.61808: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726887988.62082: stdout chunk (state=3): >>>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 0x7ff2bc87e600> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc87e210> import 'ansible.module_utils.facts.system.user' # <<< 138029 1726887988.62087: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.62105: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 138029 1726887988.62116: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.62160: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.62195: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 138029 1726887988.62209: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.62360: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.62513: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 138029 1726887988.62525: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.62629: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.62726: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.62771: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.62851: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available <<< 138029 1726887988.62865: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.62888: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.63077: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.63228: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 138029 1726887988.63338: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.63507: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726887988.63531: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.64059: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.64611: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 138029 1726887988.64777: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.64790: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 138029 1726887988.64801: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.64902: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.65074: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 138029 1726887988.65196: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.65316: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 138029 1726887988.65392: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 138029 1726887988.65414: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.65505: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 138029 1726887988.65603: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.65674: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.65851: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.66087: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 138029 1726887988.66111: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.66163: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 138029 1726887988.66166: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.66196: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.66223: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 138029 1726887988.66227: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.66303: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.66373: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 138029 1726887988.66399: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.66408: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.66418: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 138029 1726887988.66443: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.66493: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.66563: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 138029 1726887988.66595: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.66622: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.66688: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 138029 1726887988.66702: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.66949: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.67244: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 138029 1726887988.67300: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.67333: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 138029 1726887988.67365: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.67381: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.67472: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 138029 1726887988.67534: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.67537: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 138029 1726887988.67687: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 138029 1726887988.67700: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.67796: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 138029 1726887988.67799: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.67949: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726887988.67952: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 138029 1726887988.68204: stdout chunk (state=3): >>># 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 <<< 138029 1726887988.68250: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.68304: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 138029 1726887988.68310: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.68504: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.68691: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 138029 1726887988.68698: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.68756: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.68810: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 138029 1726887988.68856: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.68895: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 138029 1726887988.68915: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.68987: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.69093: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 138029 1726887988.69187: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.69274: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 138029 1726887988.69337: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887988.69957: 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' <<< 138029 1726887988.70038: 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 0x7ff2bc8a6ff0> <<< 138029 1726887988.70089: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc8a4ec0> <<< 138029 1726887988.70143: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc8a07d0> <<< 138029 1726887988.86367: 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 0x7ff2bc8ee300> <<< 138029 1726887988.86371: 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 0x7ff2bc85c530> <<< 138029 1726887988.86437: 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 <<< 138029 1726887988.86441: 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 0x7ff2bc85d880> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc85d370> <<< 138029 1726887988.86666: 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 <<< 138029 1726887989.07177: 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_fibre_channel_wwn": [], "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-13-126.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-126", "ansible_nodename": "ip-10-31-13-126.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": "ec2c1e05607ea8c677cfede1e7717817", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgaXbXgtqkUKAAhPMnt5dXmeUF7nJ02ARiRKfwKQTJzeTwr1MfTYI8NRIWwMPZAZ0wAGu00OqnG/T5qCwRWVOzX6zjFSMAdPNRNgOeMk6EXH+Q4DlLpEe9KpYwVV8ko3AJnWqGNTXGPTf1X2mk1qXY6cNHSjWeBOjG5pHe7KDnpuurK0vK6lws1a7tYCWgX2pHS/4fGny8/zHBe7TPMZloAWWauADgOJh7ylUVyLB/t2mC+SN9196Lgo/YOcjlN1o3q99delRQRDjOu+lEPbpOjr68SsXxFhdC4Bdv4wI3L59QXcTthm1YQqv58+Z6drTBXggQ2vYRl0wTe1bm8yUFoTW/MyWu/RgQpEx6BROKqdJ2Sk4/wIs9iaAVkIXuL3AqeRH+yKnX61BD8KUAcmpvKY2qRWeAQeLAXgErnSIOx4uCnwhpa1KdotAyoSIwqQLXxUnIABjJTAiu524S34IL5KzSaHDwVK8Nb6rCxJ1nOQHrOxESdktMBEI/e38rCM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMj7VGFHxH15xJGRbPiNxWM9Lgtpv9mtP3FNQfDKJ9Y//zNvmlepo0juzrtKs7BLDxcCHjy9ABXXOjmShXf+W1Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDvAJIl5WBr3mku08nEoMcB4Ke1m66lfx9q041INn0pS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_is_chroot": false, "ansible_lsb": {}, "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_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-ukijihmotcexwcylvmnrqknvtgadkfdi ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726887987.3927734-138051-188970955626629/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_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_<<< 138029 1726887989.07401: stdout chunk (state=3): >>>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:f5:b8:cd:77", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:f5ff:feb8:cd77", "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.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:f5:b8:cd:77", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.126"], "ansible_all_ipv6_addresses": ["fe80::8ff:f5ff:feb8:cd77"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.13.126", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:f5ff:feb8:cd77"]}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_loadavg": {"1m": 0.65625, "5m": 0.74951171875, "15m": 0.74853515625}, "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": 1063, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 2468, "free": 1063}, "nocache": {"free": 3252, "used": 279}, "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": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_uuid": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405361863860d5e48418be83fcaa", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e62d59e3c9874d249d42dc8ab", "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-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058a363ffc6f08416ab8803273f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058b79867c9b8145889bafb2719", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405d1e5ed45e3fc4db1bfbf9dc53", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014056e624c619c4a462480b612020", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140542bdc97f3b374faf97ca93f63", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140524f7725488c5405781ded0670", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014057cb70d4b5d0e4c9395f78773e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sdb": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "sda": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "sdc": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "sdd": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "sde": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "sdf": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "sdg": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "sdh": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "sdi": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 3433, "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": 260072321024, "block_size": 4096, "block_total": 65519099, "block_available": 63494219, "block_used": 2024880, "inode_total": 131070960, "inode_available": 131027016, "inode_used": 43944, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_apparmor": {"status": "disabled"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_iscsi_iqn": "", "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "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": "06", "second": "29", "epoch": "1726887989", "epoch_int": "1726887989", "date": "2024-09-20", "time": "23:06:29", "iso8601_micro": "2024-09-21T03:06:29.066362Z", "iso8601": "2024-09-21T03:06:29Z", "iso8601_basic": "20240920T230629066362", "iso8601_basic_short": "20240920T230629", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_fips": false, "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 138029 1726887989.07776: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726887989.07812: 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 <<< 138029 1726887989.07860: 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma <<< 138029 1726887989.07983: 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 # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726887989.08077: stdout chunk (state=3): >>># 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 <<< 138029 1726887989.08515: 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 <<< 138029 1726887989.08678: 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 # 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 <<< 138029 1726887989.08766: 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 <<< 138029 1726887989.08961: stdout chunk (state=3): >>># 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 <<< 138029 1726887989.09067: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 138029 1726887989.09071: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token <<< 138029 1726887989.09138: 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 # 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 <<< 138029 1726887989.09152: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726887989.09339: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726887989.09503: 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 _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy 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 <<< 138029 1726887989.09528: 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 <<< 138029 1726887989.09650: 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 <<< 138029 1726887989.09746: stdout chunk (state=3): >>># 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 <<< 138029 1726887989.10283: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726887989.10324: stderr chunk (state=3): >>><<< 138029 1726887989.10327: stdout chunk (state=3): >>><<< 138029 1726887989.10784: _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 0x7ff2bd9bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd98ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd9be930> 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 0x7ff2bd9ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7ff2bd9cdfd0> 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 0x7ff2bd7b3da0> # /usr/lib64/python3.12/__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 0x7ff2bd7b3fe0> # /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 0x7ff2bd7e3740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7e3dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7c3a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7c1190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7b0f50> # /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 0x7ff2bd807680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd8062a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7c2060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7b2e40> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd8386b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7b01d0> # /usr/lib64/python3.12/__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 0x7ff2bd838b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd838a10> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bd838dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd7a6cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7ff2bd839460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd839130> 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 0x7ff2bd83a360> 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 0x7ff2bd854560> 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 0x7ff2bd855ca0> # /usr/lib64/python3.12/__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 0x7ff2bd856b40> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bd8571a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd856090> # /usr/lib64/python3.12/__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 0x7ff2bd857c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd857350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd83a2d0> # /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 0x7ff2bd55fb30> # /usr/lib64/python3.12/__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 0x7ff2bd588620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd588380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bd5885c0> # /usr/lib64/python3.12/__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 0x7ff2bd588f20> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bd5898e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd5887d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd55dcd0> # /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 0x7ff2bd58ac60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd589790> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd83aa80> # /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 0x7ff2bd5b6f60> # /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 0x7ff2bd5df2f0> # /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 0x7ff2bd6380e0> # /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 0x7ff2bd63a840> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd638200> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd5dff80> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcf291c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd5de120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bd58bb60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff2bd5de6f0> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_ux6xlpwd/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 0x7ff2bcf8ae10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcf69d00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcf68ec0> # 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 0x7ff2bcf88cb0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7ff2bcfc2720> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcfc24b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcfc1dc0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7ff2bcfc2540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcf8b830> 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 0x7ff2bcfc33e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bcfc3620> # /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 0x7ff2bcfc3b60> 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 0x7ff2bce25970> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bce27590> # /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 0x7ff2bce27f50> # /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 0x7ff2bce28e90> # /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 0x7ff2bce2bbf0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bd7c3950> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce29eb0> # /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 0x7ff2bce33cb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce32780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce324e0> # /usr/lib64/python3.12/__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 0x7ff2bce32a50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce2a3c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bce77f50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce77fb0> # /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 0x7ff2bce79b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce798b0> # /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 0x7ff2bce7bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce7a1b0> # /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 0x7ff2bce7f710> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce7c1d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bce802f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bce80950> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bce80920> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce78200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7ff2bce83fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bcd0d3a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce827b0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2bce83b60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce823c0> # 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 0x7ff2bcd115b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7ff2bcd12300> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcd0d550> 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 0x7ff2bcd11130> # 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 0x7ff2bcd13470> # 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 0x7ff2bcd1dd60> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcd1af30> 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 0x7ff2bce067b0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcefe480> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcd1ddc0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bce78230> # 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 0x7ff2bc9ca630> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc9c9a60> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc9c8440> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcdb2420> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcdb0350> 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 0x7ff2bcdb2b70> # /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 0x7ff2bca2c7a0> # 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 0x7ff2bca2cad0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bca0bbf0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc9db530> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcd98a70> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcd99460> # /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 0x7ff2bca2f740> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bca2eff0> # 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 0x7ff2bca2f1d0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bca2e450> # /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 0x7ff2bca2f7d0> # /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 0x7ff2bc826390> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc824380> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bcd98140> 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 0x7ff2bc827d70> # /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 0x7ff2bc827380> 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 0x7ff2bc866810> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc84caa0> 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 0x7ff2bc87e600> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc87e210> 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 0x7ff2bc8a6ff0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc8a4ec0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc8a07d0> # /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 0x7ff2bc8ee300> # /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 0x7ff2bc85c530> # /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 0x7ff2bc85d880> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2bc85d370> 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_fibre_channel_wwn": [], "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-13-126.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-126", "ansible_nodename": "ip-10-31-13-126.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": "ec2c1e05607ea8c677cfede1e7717817", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgaXbXgtqkUKAAhPMnt5dXmeUF7nJ02ARiRKfwKQTJzeTwr1MfTYI8NRIWwMPZAZ0wAGu00OqnG/T5qCwRWVOzX6zjFSMAdPNRNgOeMk6EXH+Q4DlLpEe9KpYwVV8ko3AJnWqGNTXGPTf1X2mk1qXY6cNHSjWeBOjG5pHe7KDnpuurK0vK6lws1a7tYCWgX2pHS/4fGny8/zHBe7TPMZloAWWauADgOJh7ylUVyLB/t2mC+SN9196Lgo/YOcjlN1o3q99delRQRDjOu+lEPbpOjr68SsXxFhdC4Bdv4wI3L59QXcTthm1YQqv58+Z6drTBXggQ2vYRl0wTe1bm8yUFoTW/MyWu/RgQpEx6BROKqdJ2Sk4/wIs9iaAVkIXuL3AqeRH+yKnX61BD8KUAcmpvKY2qRWeAQeLAXgErnSIOx4uCnwhpa1KdotAyoSIwqQLXxUnIABjJTAiu524S34IL5KzSaHDwVK8Nb6rCxJ1nOQHrOxESdktMBEI/e38rCM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMj7VGFHxH15xJGRbPiNxWM9Lgtpv9mtP3FNQfDKJ9Y//zNvmlepo0juzrtKs7BLDxcCHjy9ABXXOjmShXf+W1Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDvAJIl5WBr3mku08nEoMcB4Ke1m66lfx9q041INn0pS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_is_chroot": false, "ansible_lsb": {}, "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_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-ukijihmotcexwcylvmnrqknvtgadkfdi ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726887987.3927734-138051-188970955626629/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_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:f5:b8:cd:77", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:f5ff:feb8:cd77", "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.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:f5:b8:cd:77", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.126"], "ansible_all_ipv6_addresses": ["fe80::8ff:f5ff:feb8:cd77"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.13.126", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:f5ff:feb8:cd77"]}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_loadavg": {"1m": 0.65625, "5m": 0.74951171875, "15m": 0.74853515625}, "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": 1063, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 2468, "free": 1063}, "nocache": {"free": 3252, "used": 279}, "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": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_uuid": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405361863860d5e48418be83fcaa", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e62d59e3c9874d249d42dc8ab", "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-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058a363ffc6f08416ab8803273f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058b79867c9b8145889bafb2719", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405d1e5ed45e3fc4db1bfbf9dc53", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014056e624c619c4a462480b612020", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140542bdc97f3b374faf97ca93f63", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140524f7725488c5405781ded0670", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014057cb70d4b5d0e4c9395f78773e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sdb": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "sda": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "sdc": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "sdd": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "sde": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "sdf": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "sdg": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "sdh": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "sdi": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 3433, "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": 260072321024, "block_size": 4096, "block_total": 65519099, "block_available": 63494219, "block_used": 2024880, "inode_total": 131070960, "inode_available": 131027016, "inode_used": 43944, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_apparmor": {"status": "disabled"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_iscsi_iqn": "", "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "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": "06", "second": "29", "epoch": "1726887989", "epoch_int": "1726887989", "date": "2024-09-20", "time": "23:06:29", "iso8601_micro": "2024-09-21T03:06:29.066362Z", "iso8601": "2024-09-21T03:06:29Z", "iso8601_basic": "20240920T230629066362", "iso8601_basic_short": "20240920T230629", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_fips": false, "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. [WARNING]: Module invocation had junk after the JSON data: # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 138029 1726887989.12898: 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-1726887987.3927734-138051-188970955626629/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726887989.12901: _low_level_execute_command(): starting 138029 1726887989.12904: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726887987.3927734-138051-188970955626629/ > /dev/null 2>&1 && sleep 0' 138029 1726887989.13985: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887989.14278: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887989.14281: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887989.14319: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887989.16345: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887989.16348: stdout chunk (state=3): >>><<< 138029 1726887989.16351: stderr chunk (state=3): >>><<< 138029 1726887989.16378: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887989.16382: handler run complete 138029 1726887989.17190: variable 'ansible_facts' from source: unknown 138029 1726887989.17488: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887989.18797: variable 'ansible_facts' from source: unknown 138029 1726887989.18900: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887989.19269: attempt loop complete, returning result 138029 1726887989.19273: _execute() done 138029 1726887989.19276: dumping result to json 138029 1726887989.19318: done dumping result, returning 138029 1726887989.19359: done running TaskExecutor() for managed_node3/TASK: Gathering Facts [0affc8a3-6f6f-5a58-73a2-000000000017] 138029 1726887989.19365: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000017 138029 1726887989.20036: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000017 138029 1726887989.20039: WORKER PROCESS EXITING ok: [managed_node3] 138029 1726887989.20874: no more pending results, returning what we have 138029 1726887989.20878: results queue empty 138029 1726887989.20878: checking for any_errors_fatal 138029 1726887989.20880: done checking for any_errors_fatal 138029 1726887989.20881: checking for max_fail_percentage 138029 1726887989.20882: done checking for max_fail_percentage 138029 1726887989.20883: checking to see if all hosts have failed and the running result is not ok 138029 1726887989.20884: done checking to see if all hosts have failed 138029 1726887989.20885: getting the remaining hosts for this loop 138029 1726887989.20887: done getting the remaining hosts for this loop 138029 1726887989.20891: getting the next task for host managed_node3 138029 1726887989.20897: done getting next task for host managed_node3 138029 1726887989.21015: ^ task is: TASK: meta (flush_handlers) 138029 1726887989.21018: ^ 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 138029 1726887989.21024: getting variables 138029 1726887989.21025: in VariableManager get_vars() 138029 1726887989.21047: Calling all_inventory to load vars for managed_node3 138029 1726887989.21050: Calling groups_inventory to load vars for managed_node3 138029 1726887989.21053: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887989.21064: Calling all_plugins_play to load vars for managed_node3 138029 1726887989.21068: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887989.21071: Calling groups_plugins_play to load vars for managed_node3 138029 1726887989.21661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887989.22392: done with get_vars() 138029 1726887989.22475: done getting variables 138029 1726887989.22719: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 138029 1726887989.22943: in VariableManager get_vars() 138029 1726887989.22966: Calling all_inventory to load vars for managed_node3 138029 1726887989.22968: Calling groups_inventory to load vars for managed_node3 138029 1726887989.22971: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887989.23016: Calling all_plugins_play to load vars for managed_node3 138029 1726887989.23019: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887989.23021: Calling groups_plugins_play to load vars for managed_node3 138029 1726887989.23743: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887989.24343: done with get_vars() 138029 1726887989.24375: done queuing things up, now waiting for results queue to drain 138029 1726887989.24378: results queue empty 138029 1726887989.24379: checking for any_errors_fatal 138029 1726887989.24381: done checking for any_errors_fatal 138029 1726887989.24382: checking for max_fail_percentage 138029 1726887989.24383: done checking for max_fail_percentage 138029 1726887989.24384: checking to see if all hosts have failed and the running result is not ok 138029 1726887989.24388: done checking to see if all hosts have failed 138029 1726887989.24389: getting the remaining hosts for this loop 138029 1726887989.24390: done getting the remaining hosts for this loop 138029 1726887989.24393: getting the next task for host managed_node3 138029 1726887989.24398: done getting next task for host managed_node3 138029 1726887989.24401: ^ task is: TASK: Run the role 138029 1726887989.24402: ^ 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 138029 1726887989.24405: getting variables 138029 1726887989.24406: in VariableManager get_vars() 138029 1726887989.24415: Calling all_inventory to load vars for managed_node3 138029 1726887989.24417: Calling groups_inventory to load vars for managed_node3 138029 1726887989.24419: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887989.24424: Calling all_plugins_play to load vars for managed_node3 138029 1726887989.24426: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887989.24429: Calling groups_plugins_play to load vars for managed_node3 138029 1726887989.24640: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887989.24964: done with get_vars() 138029 1726887989.24972: done getting variables TASK [Run the role] ************************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:20 Friday 20 September 2024 23:06:29 -0400 (0:00:01.944) 0:00:01.974 ****** 138029 1726887989.25051: entering _queue_task() for managed_node3/include_role 138029 1726887989.25053: Creating lock for include_role 138029 1726887989.25468: worker is 1 (out of 1 available) 138029 1726887989.25478: exiting _queue_task() for managed_node3/include_role 138029 1726887989.25488: done queuing things up, now waiting for results queue to drain 138029 1726887989.25490: waiting for pending results... 138029 1726887989.26085: running TaskExecutor() for managed_node3/TASK: Run the role 138029 1726887989.26090: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000006 138029 1726887989.26094: variable 'ansible_search_path' from source: unknown 138029 1726887989.26100: calling self._execute() 138029 1726887989.26102: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887989.26104: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887989.26107: variable 'omit' from source: magic vars 138029 1726887989.26109: _execute() done 138029 1726887989.26111: dumping result to json 138029 1726887989.26114: done dumping result, returning 138029 1726887989.26116: done running TaskExecutor() for managed_node3/TASK: Run the role [0affc8a3-6f6f-5a58-73a2-000000000006] 138029 1726887989.26119: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000006 138029 1726887989.26566: no more pending results, returning what we have 138029 1726887989.26573: in VariableManager get_vars() 138029 1726887989.26603: Calling all_inventory to load vars for managed_node3 138029 1726887989.26606: Calling groups_inventory to load vars for managed_node3 138029 1726887989.26609: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887989.26618: Calling all_plugins_play to load vars for managed_node3 138029 1726887989.26635: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887989.26640: Calling groups_plugins_play to load vars for managed_node3 138029 1726887989.27083: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000006 138029 1726887989.27086: WORKER PROCESS EXITING 138029 1726887989.27110: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887989.27530: done with get_vars() 138029 1726887989.27542: variable 'ansible_search_path' from source: unknown 138029 1726887989.28031: variable 'omit' from source: magic vars 138029 1726887989.28065: variable 'omit' from source: magic vars 138029 1726887989.28079: variable 'omit' from source: magic vars 138029 1726887989.28083: we have included files to process 138029 1726887989.28084: generating all_blocks data 138029 1726887989.28086: done generating all_blocks data 138029 1726887989.28087: processing included file: fedora.linux_system_roles.storage 138029 1726887989.28106: in VariableManager get_vars() 138029 1726887989.28117: done with get_vars() 138029 1726887989.28210: in VariableManager get_vars() 138029 1726887989.28233: done with get_vars() 138029 1726887989.28307: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 138029 1726887989.28441: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 138029 1726887989.28766: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 138029 1726887989.28984: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 138029 1726887989.29143: in VariableManager get_vars() 138029 1726887989.29182: done with get_vars() 138029 1726887989.29612: in VariableManager get_vars() 138029 1726887989.29630: done with get_vars() 138029 1726887989.29784: iterating over new_blocks loaded from include file 138029 1726887989.29786: in VariableManager get_vars() 138029 1726887989.29797: done with get_vars() 138029 1726887989.29799: filtering new block on tags 138029 1726887989.29846: done filtering new block on tags 138029 1726887989.29850: in VariableManager get_vars() 138029 1726887989.29864: done with get_vars() 138029 1726887989.29866: filtering new block on tags 138029 1726887989.29881: done filtering new block on tags 138029 1726887989.29883: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node3 138029 1726887989.29888: extending task lists for all hosts with included blocks 138029 1726887989.30148: done extending task lists 138029 1726887989.30149: done processing included files 138029 1726887989.30150: results queue empty 138029 1726887989.30151: checking for any_errors_fatal 138029 1726887989.30152: done checking for any_errors_fatal 138029 1726887989.30153: checking for max_fail_percentage 138029 1726887989.30154: done checking for max_fail_percentage 138029 1726887989.30156: checking to see if all hosts have failed and the running result is not ok 138029 1726887989.30157: done checking to see if all hosts have failed 138029 1726887989.30158: getting the remaining hosts for this loop 138029 1726887989.30159: done getting the remaining hosts for this loop 138029 1726887989.30164: getting the next task for host managed_node3 138029 1726887989.30168: done getting next task for host managed_node3 138029 1726887989.30171: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726887989.30173: ^ 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 138029 1726887989.30181: getting variables 138029 1726887989.30182: in VariableManager get_vars() 138029 1726887989.30192: Calling all_inventory to load vars for managed_node3 138029 1726887989.30194: Calling groups_inventory to load vars for managed_node3 138029 1726887989.30196: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887989.30220: Calling all_plugins_play to load vars for managed_node3 138029 1726887989.30331: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887989.30341: Calling groups_plugins_play to load vars for managed_node3 138029 1726887989.30720: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887989.31366: done with get_vars() 138029 1726887989.31375: 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:06:29 -0400 (0:00:00.065) 0:00:02.039 ****** 138029 1726887989.31570: entering _queue_task() for managed_node3/include_tasks 138029 1726887989.31572: Creating lock for include_tasks 138029 1726887989.32042: worker is 1 (out of 1 available) 138029 1726887989.32052: exiting _queue_task() for managed_node3/include_tasks 138029 1726887989.32105: done queuing things up, now waiting for results queue to drain 138029 1726887989.32107: waiting for pending results... 138029 1726887989.32708: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726887989.32713: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000004a 138029 1726887989.32860: variable 'ansible_search_path' from source: unknown 138029 1726887989.32864: variable 'ansible_search_path' from source: unknown 138029 1726887989.32866: calling self._execute() 138029 1726887989.33130: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887989.33134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887989.33138: variable 'omit' from source: magic vars 138029 1726887989.33296: _execute() done 138029 1726887989.33307: dumping result to json 138029 1726887989.33315: done dumping result, returning 138029 1726887989.33332: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-5a58-73a2-00000000004a] 138029 1726887989.33643: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000004a 138029 1726887989.33711: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000004a 138029 1726887989.33714: WORKER PROCESS EXITING 138029 1726887989.33777: no more pending results, returning what we have 138029 1726887989.33782: in VariableManager get_vars() 138029 1726887989.33999: Calling all_inventory to load vars for managed_node3 138029 1726887989.34002: Calling groups_inventory to load vars for managed_node3 138029 1726887989.34004: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887989.34015: Calling all_plugins_play to load vars for managed_node3 138029 1726887989.34017: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887989.34020: Calling groups_plugins_play to load vars for managed_node3 138029 1726887989.34552: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887989.35467: done with get_vars() 138029 1726887989.35477: variable 'ansible_search_path' from source: unknown 138029 1726887989.35478: variable 'ansible_search_path' from source: unknown 138029 1726887989.35536: we have included files to process 138029 1726887989.35537: generating all_blocks data 138029 1726887989.35714: done generating all_blocks data 138029 1726887989.35739: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726887989.35741: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726887989.35744: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726887989.37816: done processing included file 138029 1726887989.37818: iterating over new_blocks loaded from include file 138029 1726887989.37819: in VariableManager get_vars() 138029 1726887989.37836: done with get_vars() 138029 1726887989.37837: filtering new block on tags 138029 1726887989.37978: done filtering new block on tags 138029 1726887989.37981: in VariableManager get_vars() 138029 1726887989.38004: done with get_vars() 138029 1726887989.38008: filtering new block on tags 138029 1726887989.38049: done filtering new block on tags 138029 1726887989.38054: 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_node3 138029 1726887989.38062: extending task lists for all hosts with included blocks 138029 1726887989.39469: done extending task lists 138029 1726887989.39471: done processing included files 138029 1726887989.39474: results queue empty 138029 1726887989.39475: checking for any_errors_fatal 138029 1726887989.39478: done checking for any_errors_fatal 138029 1726887989.39479: checking for max_fail_percentage 138029 1726887989.39480: done checking for max_fail_percentage 138029 1726887989.39481: checking to see if all hosts have failed and the running result is not ok 138029 1726887989.39482: done checking to see if all hosts have failed 138029 1726887989.39482: getting the remaining hosts for this loop 138029 1726887989.39484: done getting the remaining hosts for this loop 138029 1726887989.39486: getting the next task for host managed_node3 138029 1726887989.39491: done getting next task for host managed_node3 138029 1726887989.39495: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 138029 1726887989.39627: ^ 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 138029 1726887989.39723: getting variables 138029 1726887989.39725: in VariableManager get_vars() 138029 1726887989.39739: Calling all_inventory to load vars for managed_node3 138029 1726887989.39742: Calling groups_inventory to load vars for managed_node3 138029 1726887989.39769: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887989.39776: Calling all_plugins_play to load vars for managed_node3 138029 1726887989.39779: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887989.39782: Calling groups_plugins_play to load vars for managed_node3 138029 1726887989.40779: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887989.42038: done with get_vars() 138029 1726887989.42048: 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:06:29 -0400 (0:00:00.106) 0:00:02.145 ****** 138029 1726887989.42224: entering _queue_task() for managed_node3/setup 138029 1726887989.42541: worker is 1 (out of 1 available) 138029 1726887989.42551: exiting _queue_task() for managed_node3/setup 138029 1726887989.42568: done queuing things up, now waiting for results queue to drain 138029 1726887989.42570: waiting for pending results... 138029 1726887989.43174: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 138029 1726887989.43181: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000007d 138029 1726887989.43185: variable 'ansible_search_path' from source: unknown 138029 1726887989.43187: variable 'ansible_search_path' from source: unknown 138029 1726887989.43190: calling self._execute() 138029 1726887989.43192: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887989.43195: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887989.43205: variable 'omit' from source: magic vars 138029 1726887989.43752: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726887989.46007: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726887989.46026: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726887989.46434: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726887989.46438: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726887989.46441: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726887989.46444: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887989.46451: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887989.46618: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887989.46658: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887989.46674: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887989.46845: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887989.46872: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887989.46897: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887989.47233: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887989.47236: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887989.47478: variable '__storage_required_facts' from source: role '' all vars 138029 1726887989.47489: variable 'ansible_facts' from source: unknown 138029 1726887989.47717: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 138029 1726887989.47721: when evaluation is False, skipping this task 138029 1726887989.47724: _execute() done 138029 1726887989.47727: dumping result to json 138029 1726887989.47729: done dumping result, returning 138029 1726887989.47737: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-5a58-73a2-00000000007d] 138029 1726887989.47740: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000007d 138029 1726887989.48125: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000007d 138029 1726887989.48129: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 138029 1726887989.48186: no more pending results, returning what we have 138029 1726887989.48190: results queue empty 138029 1726887989.48191: checking for any_errors_fatal 138029 1726887989.48192: done checking for any_errors_fatal 138029 1726887989.48193: checking for max_fail_percentage 138029 1726887989.48195: done checking for max_fail_percentage 138029 1726887989.48195: checking to see if all hosts have failed and the running result is not ok 138029 1726887989.48196: done checking to see if all hosts have failed 138029 1726887989.48197: getting the remaining hosts for this loop 138029 1726887989.48198: done getting the remaining hosts for this loop 138029 1726887989.48202: getting the next task for host managed_node3 138029 1726887989.48209: done getting next task for host managed_node3 138029 1726887989.48212: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726887989.48216: ^ 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 138029 1726887989.48348: getting variables 138029 1726887989.48351: in VariableManager get_vars() 138029 1726887989.48393: Calling all_inventory to load vars for managed_node3 138029 1726887989.48397: Calling groups_inventory to load vars for managed_node3 138029 1726887989.48399: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887989.48410: Calling all_plugins_play to load vars for managed_node3 138029 1726887989.48413: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887989.48416: Calling groups_plugins_play to load vars for managed_node3 138029 1726887989.49144: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887989.49578: done with get_vars() 138029 1726887989.49590: done getting variables 138029 1726887989.49724: 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:06:29 -0400 (0:00:00.075) 0:00:02.221 ****** 138029 1726887989.49769: entering _queue_task() for managed_node3/include_vars 138029 1726887989.49771: Creating lock for include_vars 138029 1726887989.50024: worker is 1 (out of 1 available) 138029 1726887989.50152: exiting _queue_task() for managed_node3/include_vars 138029 1726887989.50167: done queuing things up, now waiting for results queue to drain 138029 1726887989.50169: waiting for pending results... 138029 1726887989.50334: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726887989.50434: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000007e 138029 1726887989.50462: variable 'ansible_search_path' from source: unknown 138029 1726887989.50466: variable 'ansible_search_path' from source: unknown 138029 1726887989.50974: variable 'ansible_facts' from source: unknown 138029 1726887989.51217: variable 'ansible_facts' from source: unknown 138029 1726887989.51661: variable 'ansible_facts' from source: unknown 138029 1726887989.51664: variable 'ansible_facts' from source: unknown 138029 1726887989.51750: variable 'omit' from source: magic vars 138029 1726887989.51853: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887989.51863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887989.51878: variable 'omit' from source: magic vars 138029 1726887989.52158: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726887989.52404: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726887989.52452: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726887989.52488: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726887989.52518: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726887989.52762: variable '__vars_file' from source: task vars 138029 1726887989.52765: variable 'role_path' from source: magic vars 138029 1726887989.52767: variable 'item' from source: unknown 138029 1726887989.52769: Evaluated conditional (__vars_file is file): False 138029 1726887989.52771: when evaluation is False, skipping this task 138029 1726887989.52774: variable 'item' from source: unknown 138029 1726887989.52797: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 138029 1726887989.52938: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887989.52942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887989.52945: variable 'omit' from source: magic vars 138029 1726887989.53064: variable '__vars_file' from source: task vars 138029 1726887989.53254: variable 'role_path' from source: magic vars 138029 1726887989.53259: variable 'item' from source: unknown 138029 1726887989.53262: Evaluated conditional (__vars_file is file): False 138029 1726887989.53374: when evaluation is False, skipping this task 138029 1726887989.53405: variable 'item' from source: unknown 138029 1726887989.53463: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 138029 1726887989.53661: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887989.53664: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887989.53764: variable 'omit' from source: magic vars 138029 1726887989.54043: variable '__vars_file' from source: task vars 138029 1726887989.54191: variable 'role_path' from source: magic vars 138029 1726887989.54195: variable 'item' from source: unknown 138029 1726887989.54205: Evaluated conditional (__vars_file is file): True 138029 1726887989.54211: variable 'omit' from source: magic vars 138029 1726887989.54462: variable 'omit' from source: magic vars 138029 1726887989.54465: variable '__vars_file' from source: task vars 138029 1726887989.54621: variable '__vars_file' from source: task vars 138029 1726887989.54836: variable 'role_path' from source: magic vars 138029 1726887989.54839: variable 'item' from source: unknown 138029 1726887989.54858: variable 'omit' from source: magic vars 138029 1726887989.54990: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887989.55025: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887989.55042: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887989.55059: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887989.55072: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887989.55087: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887989.55221: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887989.55324: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887989.55328: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887989.55330: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887989.55560: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887989.55563: Set connection var ansible_timeout to 10 138029 1726887989.55569: Set connection var ansible_pipelining to False 138029 1726887989.55571: Set connection var ansible_shell_type to sh 138029 1726887989.55574: Set connection var ansible_connection to ssh 138029 1726887989.55580: Set connection var ansible_shell_executable to /bin/sh 138029 1726887989.55602: variable 'ansible_shell_executable' from source: unknown 138029 1726887989.55605: variable 'ansible_connection' from source: unknown 138029 1726887989.55607: variable 'ansible_module_compression' from source: unknown 138029 1726887989.55610: variable 'ansible_shell_type' from source: unknown 138029 1726887989.55612: variable 'ansible_shell_executable' from source: unknown 138029 1726887989.55614: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887989.55619: variable 'ansible_pipelining' from source: unknown 138029 1726887989.55621: variable 'ansible_timeout' from source: unknown 138029 1726887989.55625: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887989.55906: 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) 138029 1726887989.55997: variable 'omit' from source: magic vars 138029 1726887989.56000: starting attempt loop 138029 1726887989.56003: running the handler 138029 1726887989.56210: handler run complete 138029 1726887989.56214: attempt loop complete, returning result 138029 1726887989.56227: variable 'item' from source: unknown 138029 1726887989.56392: variable 'item' from source: unknown ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 138029 1726887989.56626: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887989.56630: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887989.56634: variable 'omit' from source: magic vars 138029 1726887989.57318: variable '__vars_file' from source: task vars 138029 1726887989.57389: variable 'role_path' from source: magic vars 138029 1726887989.57392: variable 'item' from source: unknown 138029 1726887989.57526: Evaluated conditional (__vars_file is file): True 138029 1726887989.57530: variable 'omit' from source: magic vars 138029 1726887989.57552: variable 'omit' from source: magic vars 138029 1726887989.57623: variable '__vars_file' from source: task vars 138029 1726887989.58000: variable '__vars_file' from source: task vars 138029 1726887989.58077: variable 'role_path' from source: magic vars 138029 1726887989.58080: variable 'item' from source: unknown 138029 1726887989.58097: variable 'omit' from source: magic vars 138029 1726887989.58233: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887989.58241: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887989.58247: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887989.58260: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887989.58367: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887989.58370: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887989.58373: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887989.58536: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887989.58603: Set connection var ansible_timeout to 10 138029 1726887989.58610: Set connection var ansible_pipelining to False 138029 1726887989.58625: Set connection var ansible_shell_type to sh 138029 1726887989.58629: Set connection var ansible_connection to ssh 138029 1726887989.58710: Set connection var ansible_shell_executable to /bin/sh 138029 1726887989.58738: variable 'ansible_shell_executable' from source: unknown 138029 1726887989.58741: variable 'ansible_connection' from source: unknown 138029 1726887989.58743: variable 'ansible_module_compression' from source: unknown 138029 1726887989.58746: variable 'ansible_shell_type' from source: unknown 138029 1726887989.58748: variable 'ansible_shell_executable' from source: unknown 138029 1726887989.58750: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887989.58759: variable 'ansible_pipelining' from source: unknown 138029 1726887989.58854: variable 'ansible_timeout' from source: unknown 138029 1726887989.58859: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887989.59050: 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) 138029 1726887989.59143: variable 'omit' from source: magic vars 138029 1726887989.59146: starting attempt loop 138029 1726887989.59148: running the handler 138029 1726887989.59253: handler run complete 138029 1726887989.59262: attempt loop complete, returning result 138029 1726887989.59278: variable 'item' from source: unknown 138029 1726887989.59453: variable 'item' from source: unknown ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 138029 1726887989.59557: dumping result to json 138029 1726887989.59561: done dumping result, returning 138029 1726887989.59759: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-5a58-73a2-00000000007e] 138029 1726887989.59763: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000007e 138029 1726887989.59815: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000007e 138029 1726887989.59818: WORKER PROCESS EXITING 138029 1726887989.59948: no more pending results, returning what we have 138029 1726887989.59951: results queue empty 138029 1726887989.59952: checking for any_errors_fatal 138029 1726887989.59961: done checking for any_errors_fatal 138029 1726887989.59964: checking for max_fail_percentage 138029 1726887989.59966: done checking for max_fail_percentage 138029 1726887989.59967: checking to see if all hosts have failed and the running result is not ok 138029 1726887989.59967: done checking to see if all hosts have failed 138029 1726887989.59968: getting the remaining hosts for this loop 138029 1726887989.59970: done getting the remaining hosts for this loop 138029 1726887989.60087: getting the next task for host managed_node3 138029 1726887989.60095: done getting next task for host managed_node3 138029 1726887989.60099: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 138029 1726887989.60103: ^ 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 138029 1726887989.60113: getting variables 138029 1726887989.60114: in VariableManager get_vars() 138029 1726887989.60146: Calling all_inventory to load vars for managed_node3 138029 1726887989.60149: Calling groups_inventory to load vars for managed_node3 138029 1726887989.60151: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887989.60405: Calling all_plugins_play to load vars for managed_node3 138029 1726887989.60409: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887989.60413: Calling groups_plugins_play to load vars for managed_node3 138029 1726887989.60952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887989.61431: done with get_vars() 138029 1726887989.61442: 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:06:29 -0400 (0:00:00.119) 0:00:02.341 ****** 138029 1726887989.61761: entering _queue_task() for managed_node3/stat 138029 1726887989.62594: worker is 1 (out of 1 available) 138029 1726887989.62608: exiting _queue_task() for managed_node3/stat 138029 1726887989.62618: done queuing things up, now waiting for results queue to drain 138029 1726887989.62619: waiting for pending results... 138029 1726887989.63225: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree 138029 1726887989.63776: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000080 138029 1726887989.63779: variable 'ansible_search_path' from source: unknown 138029 1726887989.63788: variable 'ansible_search_path' from source: unknown 138029 1726887989.63791: calling self._execute() 138029 1726887989.64071: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887989.64074: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887989.64077: variable 'omit' from source: magic vars 138029 1726887989.65363: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726887989.65739: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726887989.66060: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726887989.66064: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726887989.66067: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726887989.66262: 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) 138029 1726887989.66266: 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) 138029 1726887989.66269: 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) 138029 1726887989.66271: 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) 138029 1726887989.66371: Evaluated conditional (not __storage_is_ostree is defined): True 138029 1726887989.66379: variable 'omit' from source: magic vars 138029 1726887989.66443: variable 'omit' from source: magic vars 138029 1726887989.66480: variable 'omit' from source: magic vars 138029 1726887989.66504: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887989.66538: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887989.66558: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887989.66578: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887989.66588: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887989.66605: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887989.66621: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887989.66656: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887989.66660: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887989.66666: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887989.66960: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887989.66964: Set connection var ansible_timeout to 10 138029 1726887989.66967: Set connection var ansible_pipelining to False 138029 1726887989.66969: Set connection var ansible_shell_type to sh 138029 1726887989.66971: Set connection var ansible_connection to ssh 138029 1726887989.66974: Set connection var ansible_shell_executable to /bin/sh 138029 1726887989.66976: variable 'ansible_shell_executable' from source: unknown 138029 1726887989.66978: variable 'ansible_connection' from source: unknown 138029 1726887989.66981: variable 'ansible_module_compression' from source: unknown 138029 1726887989.66983: variable 'ansible_shell_type' from source: unknown 138029 1726887989.66985: variable 'ansible_shell_executable' from source: unknown 138029 1726887989.66987: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887989.66989: variable 'ansible_pipelining' from source: unknown 138029 1726887989.66992: variable 'ansible_timeout' from source: unknown 138029 1726887989.66994: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887989.67015: 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) 138029 1726887989.67026: variable 'omit' from source: magic vars 138029 1726887989.67031: starting attempt loop 138029 1726887989.67034: running the handler 138029 1726887989.67045: _low_level_execute_command(): starting 138029 1726887989.67052: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726887989.67770: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887989.67961: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887989.67964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887989.67967: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726887989.67969: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726887989.67971: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726887989.67976: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887989.67979: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887989.67981: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887989.67983: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887989.68160: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887989.69805: stdout chunk (state=3): >>>/root <<< 138029 1726887989.70093: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887989.70098: stdout chunk (state=3): >>><<< 138029 1726887989.70106: stderr chunk (state=3): >>><<< 138029 1726887989.70127: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887989.70263: _low_level_execute_command(): starting 138029 1726887989.70273: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726887989.701288-138125-234894992093029 `" && echo ansible-tmp-1726887989.701288-138125-234894992093029="` echo /root/.ansible/tmp/ansible-tmp-1726887989.701288-138125-234894992093029 `" ) && sleep 0' 138029 1726887989.71466: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887989.71597: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887989.71601: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726887989.71623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887989.71711: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887989.71797: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887989.71873: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887989.73904: stdout chunk (state=3): >>>ansible-tmp-1726887989.701288-138125-234894992093029=/root/.ansible/tmp/ansible-tmp-1726887989.701288-138125-234894992093029 <<< 138029 1726887989.73907: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887989.74012: stderr chunk (state=3): >>><<< 138029 1726887989.74015: stdout chunk (state=3): >>><<< 138029 1726887989.74079: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726887989.701288-138125-234894992093029=/root/.ansible/tmp/ansible-tmp-1726887989.701288-138125-234894992093029 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887989.74263: variable 'ansible_module_compression' from source: unknown 138029 1726887989.74290: ANSIBALLZ: Using lock for stat 138029 1726887989.74294: ANSIBALLZ: Acquiring lock 138029 1726887989.74296: ANSIBALLZ: Lock acquired: 140373970015040 138029 1726887989.74299: ANSIBALLZ: Creating module 138029 1726887990.01931: ANSIBALLZ: Writing module into payload 138029 1726887990.02079: ANSIBALLZ: Writing module 138029 1726887990.02215: ANSIBALLZ: Renaming module 138029 1726887990.02263: ANSIBALLZ: Done creating module 138029 1726887990.02267: variable 'ansible_facts' from source: unknown 138029 1726887990.02560: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726887989.701288-138125-234894992093029/AnsiballZ_stat.py 138029 1726887990.02696: Sending initial data 138029 1726887990.02699: Sent initial data (154 bytes) 138029 1726887990.03976: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887990.04049: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887990.04244: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887990.04256: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887990.04283: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887990.04296: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887990.04378: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887990.05998: 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 <<< 138029 1726887990.06054: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726887990.06346: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmppe3es5m_ /root/.ansible/tmp/ansible-tmp-1726887989.701288-138125-234894992093029/AnsiballZ_stat.py <<< 138029 1726887990.06349: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726887989.701288-138125-234894992093029/AnsiballZ_stat.py" <<< 138029 1726887990.06351: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmppe3es5m_" to remote "/root/.ansible/tmp/ansible-tmp-1726887989.701288-138125-234894992093029/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726887989.701288-138125-234894992093029/AnsiballZ_stat.py" <<< 138029 1726887990.07677: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887990.07682: stdout chunk (state=3): >>><<< 138029 1726887990.07688: stderr chunk (state=3): >>><<< 138029 1726887990.07714: done transferring module to remote 138029 1726887990.07730: _low_level_execute_command(): starting 138029 1726887990.07737: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726887989.701288-138125-234894992093029/ /root/.ansible/tmp/ansible-tmp-1726887989.701288-138125-234894992093029/AnsiballZ_stat.py && sleep 0' 138029 1726887990.08973: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887990.09012: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887990.09058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887990.09164: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887990.09258: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887990.09298: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887990.11116: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887990.11120: stdout chunk (state=3): >>><<< 138029 1726887990.11127: stderr chunk (state=3): >>><<< 138029 1726887990.11143: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887990.11146: _low_level_execute_command(): starting 138029 1726887990.11152: _low_level_execute_command(): using become for this command 138029 1726887990.11171: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-eetcdzyonvnrbpfagpowsjlisujpqtne ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726887989.701288-138125-234894992093029/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726887990.11664: Initial state: awaiting_escalation: BECOME-SUCCESS-eetcdzyonvnrbpfagpowsjlisujpqtne 138029 1726887990.12562: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887990.12798: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887990.12871: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887990.12957: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887990.15786: stdout chunk (state=1): >>>BECOME-SUCCESS-eetcdzyonvnrbpfagpowsjlisujpqtne <<< 138029 1726887990.15833: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-eetcdzyonvnrbpfagpowsjlisujpqtne' 138029 1726887990.16110: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726887990.16161: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726887990.16178: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726887990.16190: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726887990.16265: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726887990.16289: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726887990.16373: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726887990.16422: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726887990.16425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887990.16435: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726887990.16461: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726887990.16573: 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 0x7fba926183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba925e7a10> <<< 138029 1726887990.16780: 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 0x7fba9261a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # <<< 138029 1726887990.16821: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726887990.16826: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726887990.16828: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726887990.16842: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726887990.16854: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726887990.16905: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726887990.16908: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726887990.16931: 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 <<< 138029 1726887990.16934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726887990.16945: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba92408fe0> <<< 138029 1726887990.17230: 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 0x7fba92409fd0> 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. <<< 138029 1726887990.17347: 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' <<< 138029 1726887990.17368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726887990.17556: 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 0x7fba92447e90> # /usr/lib64/python3.12/__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 0x7fba92447f50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726887990.17570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726887990.17673: 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' import 'itertools' # <<< 138029 1726887990.17780: 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 0x7fba9247f8c0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9247ff50> import '_collections' # <<< 138029 1726887990.17801: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9245fb60> <<< 138029 1726887990.17812: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726887990.17908: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9245d280> <<< 138029 1726887990.17930: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba92445040> <<< 138029 1726887990.17954: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726887990.18033: 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 <<< 138029 1726887990.18036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726887990.18061: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726887990.18145: 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 0x7fba924a37d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924a23f0> <<< 138029 1726887990.18148: 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' <<< 138029 1726887990.18159: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9245e270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924a0c50> <<< 138029 1726887990.18199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726887990.18220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924d4830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924442c0> <<< 138029 1726887990.18241: 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' <<< 138029 1726887990.18474: 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 0x7fba924d4ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924d4b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba924d4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba92442de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fba924d5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924d5310> import 'importlib.machinery' # <<< 138029 1726887990.18497: 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 0x7fba924d6510> import 'importlib.util' # import 'runpy' # <<< 138029 1726887990.18542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726887990.18554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726887990.18579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726887990.18768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924ec740> 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 0x7fba924ede50> # /usr/lib64/python3.12/__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 0x7fba924eecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba924ef320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924ee240> <<< 138029 1726887990.18780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726887990.18884: 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 0x7fba924efda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924ef4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924d6570> <<< 138029 1726887990.18924: 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' <<< 138029 1726887990.18939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726887990.19032: 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 0x7fba9226fc80> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726887990.19057: 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 0x7fba922986e0> <<< 138029 1726887990.19061: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba92298440> <<< 138029 1726887990.19078: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887990.19111: 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 0x7fba92298710> <<< 138029 1726887990.19138: 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' <<< 138029 1726887990.19378: 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 0x7fba92299040> <<< 138029 1726887990.19417: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887990.19433: 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 0x7fba92299a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba922988f0> <<< 138029 1726887990.19445: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9226de20> <<< 138029 1726887990.19470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726887990.19485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726887990.19581: 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 0x7fba9229ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba92299b80> <<< 138029 1726887990.19584: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924d6c60> <<< 138029 1726887990.19600: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726887990.19668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887990.19682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726887990.19792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726887990.19982: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba922c3170> # /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 0x7fba922ef4a0> # /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' <<< 138029 1726887990.20088: 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 0x7fba92348290> # /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' <<< 138029 1726887990.20102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726887990.20144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726887990.20319: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9234a9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba923483b0> <<< 138029 1726887990.20372: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba923152b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba921493d0> <<< 138029 1726887990.20392: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba922ee2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9229bd40> <<< 138029 1726887990.20689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba92149670> <<< 138029 1726887990.20693: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_knjkr5la/ansible_stat_payload.zip' # zipimport: zlib available <<< 138029 1726887990.20871: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726887990.20905: 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 <<< 138029 1726887990.20982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726887990.21088: 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 0x7fba9219f170> import '_typing' # <<< 138029 1726887990.21295: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9217e060> <<< 138029 1726887990.21298: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9217d1f0> # zipimport: zlib available <<< 138029 1726887990.21311: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726887990.22693: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.23797: 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 0x7fba9219d040> <<< 138029 1726887990.23814: 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' <<< 138029 1726887990.23840: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726887990.23861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726887990.23883: 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' <<< 138029 1726887990.23900: 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 0x7fba921c6bd0> <<< 138029 1726887990.24114: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba921c6960> <<< 138029 1726887990.24117: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba921c6270> <<< 138029 1726887990.24120: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726887990.24123: 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 0x7fba921c66c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9219fb90> 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 0x7fba921c78c0> <<< 138029 1726887990.24125: 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 0x7fba921c7b00> <<< 138029 1726887990.24127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726887990.24180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 138029 1726887990.24223: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba921c7f80> <<< 138029 1726887990.24243: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726887990.24308: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726887990.24320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b0de50> <<< 138029 1726887990.24352: 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 0x7fba91b0fa70> <<< 138029 1726887990.24384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726887990.24390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726887990.24420: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b103e0> <<< 138029 1726887990.24439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726887990.24482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726887990.24494: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b11580> <<< 138029 1726887990.24553: 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' <<< 138029 1726887990.24574: 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' <<< 138029 1726887990.24624: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b13f80> <<< 138029 1726887990.24676: 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 0x7fba91b18170> <<< 138029 1726887990.24683: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b12300> <<< 138029 1726887990.24716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726887990.24961: 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 <<< 138029 1726887990.24964: 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 <<< 138029 1726887990.24967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b1bef0> import '_tokenize' # <<< 138029 1726887990.24985: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b1a9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b1a750> <<< 138029 1726887990.24990: 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' <<< 138029 1726887990.25262: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b1ac90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b12810> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba91b5ffb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b601d0> <<< 138029 1726887990.25265: 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 <<< 138029 1726887990.25268: 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' <<< 138029 1726887990.25270: 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 0x7fba91b61cd0> <<< 138029 1726887990.25272: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b61a90> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726887990.25319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726887990.25426: 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 0x7fba91b64230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b623c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726887990.25452: 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' <<< 138029 1726887990.25506: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726887990.25517: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b67980> <<< 138029 1726887990.25627: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b64350> <<< 138029 1726887990.25709: 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 0x7fba91b68740> <<< 138029 1726887990.25726: 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 0x7fba91b689e0> <<< 138029 1726887990.25772: 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 0x7fba91b68ad0> <<< 138029 1726887990.25784: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b60350> <<< 138029 1726887990.25836: 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' <<< 138029 1726887990.25913: 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 0x7fba91bf4140> <<< 138029 1726887990.26125: 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 0x7fba91bf56a0> <<< 138029 1726887990.26244: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b6a8d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba91b6bc50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b6a570> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726887990.26316: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726887990.26337: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.26364: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.26377: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726887990.26528: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.26609: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.27133: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.27763: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726887990.27766: 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' # <<< 138029 1726887990.27776: 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 0x7fba91bf99d0> <<< 138029 1726887990.27865: 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' <<< 138029 1726887990.27886: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91bfa780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91bf58e0> <<< 138029 1726887990.27984: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 138029 1726887990.28075: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.28212: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.28315: 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 0x7fba91bfa6c0> <<< 138029 1726887990.28321: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.28772: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.29212: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.29406: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726887990.29438: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726887990.29459: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.29519: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.29612: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726887990.29731: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726887990.29748: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726887990.30042: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.30196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726887990.30338: 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 0x7fba91bfb980> # zipimport: zlib available <<< 138029 1726887990.30407: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.30490: 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' # <<< 138029 1726887990.30585: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726887990.30872: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726887990.30879: stdout chunk (state=3): >>># 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' <<< 138029 1726887990.30959: 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 0x7fba91a06510> <<< 138029 1726887990.30992: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91a01100> <<< 138029 1726887990.31005: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726887990.31130: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.31238: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726887990.31333: 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' <<< 138029 1726887990.31337: 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' <<< 138029 1726887990.31339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726887990.31554: 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 0x7fba92226ba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba92216870> <<< 138029 1726887990.31562: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91a06240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91bf57c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726887990.31616: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.31619: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.31768: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726887990.31771: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726887990.31776: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726887990.31895: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.32047: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887990.32170: 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"}}} <<< 138029 1726887990.32563: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726887990.32600: 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 <<< 138029 1726887990.32609: stdout chunk (state=3): >>># cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726887990.32908: 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 <<< 138029 1726887990.32919: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726887990.32972: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726887990.33056: 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 # 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 <<< 138029 1726887990.33123: 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 <<< 138029 1726887990.33156: 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 <<< 138029 1726887990.33173: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 138029 1726887990.33224: 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 <<< 138029 1726887990.33231: 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 <<< 138029 1726887990.33668: 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 # 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 <<< 138029 1726887990.34171: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887990.34187: stderr chunk (state=3): >>>Shared connection to 10.31.13.126 closed. <<< 138029 1726887990.34295: stderr chunk (state=3): >>><<< 138029 1726887990.34304: stdout chunk (state=3): >>><<< 138029 1726887990.34570: _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 0x7fba926183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba925e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9261a960> 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 0x7fba92408fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fba92409fd0> 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 0x7fba92447e90> # /usr/lib64/python3.12/__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 0x7fba92447f50> # /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 0x7fba9247f8c0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9247ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9245fb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9245d280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba92445040> # /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 0x7fba924a37d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924a23f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9245e270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924a0c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924d4830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924442c0> # /usr/lib64/python3.12/__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 0x7fba924d4ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924d4b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba924d4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba92442de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fba924d5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924d5310> 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 0x7fba924d6510> 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 0x7fba924ec740> 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 0x7fba924ede50> # /usr/lib64/python3.12/__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 0x7fba924eecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba924ef320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924ee240> # /usr/lib64/python3.12/__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 0x7fba924efda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924ef4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924d6570> # /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 0x7fba9226fc80> # /usr/lib64/python3.12/__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 0x7fba922986e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba92298440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba92298710> # /usr/lib64/python3.12/__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 0x7fba92299040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba92299a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba922988f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9226de20> # /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 0x7fba9229ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba92299b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba924d6c60> # /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 0x7fba922c3170> # /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 0x7fba922ef4a0> # /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 0x7fba92348290> # /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 0x7fba9234a9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba923483b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba923152b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba921493d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba922ee2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9229bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba92149670> # zipimport: found 30 names in '/tmp/ansible_stat_payload_knjkr5la/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 0x7fba9219f170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9217e060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9217d1f0> # 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 0x7fba9219d040> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fba921c6bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba921c6960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba921c6270> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fba921c66c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba9219fb90> 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 0x7fba921c78c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba921c7b00> # /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 0x7fba921c7f80> 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 0x7fba91b0de50> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba91b0fa70> # /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 0x7fba91b103e0> # /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 0x7fba91b11580> # /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 0x7fba91b13f80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba91b18170> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b12300> # /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 0x7fba91b1bef0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b1a9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b1a750> # /usr/lib64/python3.12/__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 0x7fba91b1ac90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b12810> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba91b5ffb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b601d0> # /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 0x7fba91b61cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b61a90> # /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 0x7fba91b64230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b623c0> # /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 0x7fba91b67980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b64350> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba91b68740> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba91b689e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba91b68ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b60350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fba91bf4140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba91bf56a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b6a8d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba91b6bc50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91b6a570> # 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 0x7fba91bf99d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fba91bfa780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91bf58e0> 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 0x7fba91bfa6c0> # 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 0x7fba91bfb980> # 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 0x7fba91a06510> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91a01100> 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 0x7fba92226ba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba92216870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91a06240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba91bf57c0> # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 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 138029 1726887990.35841: 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-1726887989.701288-138125-234894992093029/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726887990.35845: _low_level_execute_command(): starting 138029 1726887990.35847: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726887989.701288-138125-234894992093029/ > /dev/null 2>&1 && sleep 0' 138029 1726887990.36656: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887990.36660: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887990.36778: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887990.36851: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887990.38661: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887990.38717: stderr chunk (state=3): >>><<< 138029 1726887990.38734: stdout chunk (state=3): >>><<< 138029 1726887990.38854: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887990.38953: handler run complete 138029 1726887990.38958: attempt loop complete, returning result 138029 1726887990.38961: _execute() done 138029 1726887990.38963: dumping result to json 138029 1726887990.38965: done dumping result, returning 138029 1726887990.38967: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-5a58-73a2-000000000080] 138029 1726887990.38969: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000080 ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 138029 1726887990.39189: no more pending results, returning what we have 138029 1726887990.39193: results queue empty 138029 1726887990.39195: checking for any_errors_fatal 138029 1726887990.39202: done checking for any_errors_fatal 138029 1726887990.39203: checking for max_fail_percentage 138029 1726887990.39205: done checking for max_fail_percentage 138029 1726887990.39206: checking to see if all hosts have failed and the running result is not ok 138029 1726887990.39207: done checking to see if all hosts have failed 138029 1726887990.39208: getting the remaining hosts for this loop 138029 1726887990.39209: done getting the remaining hosts for this loop 138029 1726887990.39213: getting the next task for host managed_node3 138029 1726887990.39220: done getting next task for host managed_node3 138029 1726887990.39223: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 138029 1726887990.39237: ^ 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 138029 1726887990.39249: getting variables 138029 1726887990.39251: in VariableManager get_vars() 138029 1726887990.39292: Calling all_inventory to load vars for managed_node3 138029 1726887990.39296: Calling groups_inventory to load vars for managed_node3 138029 1726887990.39298: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887990.39309: Calling all_plugins_play to load vars for managed_node3 138029 1726887990.39312: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887990.39315: Calling groups_plugins_play to load vars for managed_node3 138029 1726887990.39904: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000080 138029 1726887990.39907: WORKER PROCESS EXITING 138029 1726887990.40174: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887990.41088: done with get_vars() 138029 1726887990.41099: done getting variables 138029 1726887990.41194: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /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:06:30 -0400 (0:00:00.794) 0:00:03.135 ****** 138029 1726887990.41225: entering _queue_task() for managed_node3/set_fact 138029 1726887990.41227: Creating lock for set_fact 138029 1726887990.41675: worker is 1 (out of 1 available) 138029 1726887990.41682: exiting _queue_task() for managed_node3/set_fact 138029 1726887990.41692: done queuing things up, now waiting for results queue to drain 138029 1726887990.41693: waiting for pending results... 138029 1726887990.41735: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 138029 1726887990.41867: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000081 138029 1726887990.41885: variable 'ansible_search_path' from source: unknown 138029 1726887990.41892: variable 'ansible_search_path' from source: unknown 138029 1726887990.41936: calling self._execute() 138029 1726887990.42010: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887990.42028: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887990.42041: variable 'omit' from source: magic vars 138029 1726887990.42606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726887990.42864: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726887990.42912: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726887990.42975: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726887990.43026: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726887990.43114: 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) 138029 1726887990.43146: 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) 138029 1726887990.43179: 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) 138029 1726887990.43226: 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) 138029 1726887990.43337: Evaluated conditional (not __storage_is_ostree is defined): True 138029 1726887990.43443: variable 'omit' from source: magic vars 138029 1726887990.43446: variable 'omit' from source: magic vars 138029 1726887990.43531: variable '__ostree_booted_stat' from source: set_fact 138029 1726887990.43589: variable 'omit' from source: magic vars 138029 1726887990.43616: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887990.43648: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887990.43679: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887990.43761: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887990.43768: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887990.43773: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887990.43777: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887990.43785: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887990.43791: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887990.43798: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887990.43922: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887990.43932: Set connection var ansible_timeout to 10 138029 1726887990.43941: Set connection var ansible_pipelining to False 138029 1726887990.43948: Set connection var ansible_shell_type to sh 138029 1726887990.43953: Set connection var ansible_connection to ssh 138029 1726887990.43965: Set connection var ansible_shell_executable to /bin/sh 138029 1726887990.44001: variable 'ansible_shell_executable' from source: unknown 138029 1726887990.44008: variable 'ansible_connection' from source: unknown 138029 1726887990.44015: variable 'ansible_module_compression' from source: unknown 138029 1726887990.44095: variable 'ansible_shell_type' from source: unknown 138029 1726887990.44103: variable 'ansible_shell_executable' from source: unknown 138029 1726887990.44106: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887990.44107: variable 'ansible_pipelining' from source: unknown 138029 1726887990.44110: variable 'ansible_timeout' from source: unknown 138029 1726887990.44112: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887990.44171: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726887990.44188: variable 'omit' from source: magic vars 138029 1726887990.44203: starting attempt loop 138029 1726887990.44215: running the handler 138029 1726887990.44231: handler run complete 138029 1726887990.44245: attempt loop complete, returning result 138029 1726887990.44252: _execute() done 138029 1726887990.44261: dumping result to json 138029 1726887990.44269: done dumping result, returning 138029 1726887990.44280: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-5a58-73a2-000000000081] 138029 1726887990.44288: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000081 138029 1726887990.44422: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000081 ok: [managed_node3] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } 138029 1726887990.44490: no more pending results, returning what we have 138029 1726887990.44493: results queue empty 138029 1726887990.44494: checking for any_errors_fatal 138029 1726887990.44501: done checking for any_errors_fatal 138029 1726887990.44502: checking for max_fail_percentage 138029 1726887990.44503: done checking for max_fail_percentage 138029 1726887990.44504: checking to see if all hosts have failed and the running result is not ok 138029 1726887990.44505: done checking to see if all hosts have failed 138029 1726887990.44506: getting the remaining hosts for this loop 138029 1726887990.44508: done getting the remaining hosts for this loop 138029 1726887990.44511: getting the next task for host managed_node3 138029 1726887990.44518: done getting next task for host managed_node3 138029 1726887990.44521: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 138029 1726887990.44638: ^ 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 138029 1726887990.44649: getting variables 138029 1726887990.44650: in VariableManager get_vars() 138029 1726887990.44688: Calling all_inventory to load vars for managed_node3 138029 1726887990.44696: Calling groups_inventory to load vars for managed_node3 138029 1726887990.44699: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887990.44708: Calling all_plugins_play to load vars for managed_node3 138029 1726887990.44711: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887990.44714: Calling groups_plugins_play to load vars for managed_node3 138029 1726887990.45284: WORKER PROCESS EXITING 138029 1726887990.45457: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887990.46038: done with get_vars() 138029 1726887990.46048: done getting variables 138029 1726887990.46197: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:06:30 -0400 (0:00:00.049) 0:00:03.185 ****** 138029 1726887990.46226: entering _queue_task() for managed_node3/set_fact 138029 1726887990.46785: worker is 1 (out of 1 available) 138029 1726887990.46801: exiting _queue_task() for managed_node3/set_fact 138029 1726887990.46813: done queuing things up, now waiting for results queue to drain 138029 1726887990.46814: waiting for pending results... 138029 1726887990.47563: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 138029 1726887990.47672: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000004b 138029 1726887990.47691: variable 'ansible_search_path' from source: unknown 138029 1726887990.47697: variable 'ansible_search_path' from source: unknown 138029 1726887990.47738: calling self._execute() 138029 1726887990.47809: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887990.47826: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887990.47839: variable 'omit' from source: magic vars 138029 1726887990.47943: variable 'omit' from source: magic vars 138029 1726887990.47992: variable 'omit' from source: magic vars 138029 1726887990.48030: variable 'omit' from source: magic vars 138029 1726887990.48080: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887990.48118: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887990.48140: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887990.48262: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887990.48265: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887990.48267: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887990.48269: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887990.48271: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887990.48273: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887990.48275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887990.48387: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887990.48397: Set connection var ansible_timeout to 10 138029 1726887990.48406: Set connection var ansible_pipelining to False 138029 1726887990.48412: Set connection var ansible_shell_type to sh 138029 1726887990.48418: Set connection var ansible_connection to ssh 138029 1726887990.48426: Set connection var ansible_shell_executable to /bin/sh 138029 1726887990.48462: variable 'ansible_shell_executable' from source: unknown 138029 1726887990.48479: variable 'ansible_connection' from source: unknown 138029 1726887990.48507: variable 'ansible_module_compression' from source: unknown 138029 1726887990.48514: variable 'ansible_shell_type' from source: unknown 138029 1726887990.48521: variable 'ansible_shell_executable' from source: unknown 138029 1726887990.48541: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887990.48616: variable 'ansible_pipelining' from source: unknown 138029 1726887990.48619: variable 'ansible_timeout' from source: unknown 138029 1726887990.48621: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887990.49026: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726887990.49030: variable 'omit' from source: magic vars 138029 1726887990.49033: starting attempt loop 138029 1726887990.49035: running the handler 138029 1726887990.49037: handler run complete 138029 1726887990.49039: attempt loop complete, returning result 138029 1726887990.49041: _execute() done 138029 1726887990.49043: dumping result to json 138029 1726887990.49077: done dumping result, returning 138029 1726887990.49144: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-5a58-73a2-00000000004b] 138029 1726887990.49153: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000004b ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 138029 1726887990.49428: no more pending results, returning what we have 138029 1726887990.49431: results queue empty 138029 1726887990.49432: checking for any_errors_fatal 138029 1726887990.49437: done checking for any_errors_fatal 138029 1726887990.49438: checking for max_fail_percentage 138029 1726887990.49440: done checking for max_fail_percentage 138029 1726887990.49441: checking to see if all hosts have failed and the running result is not ok 138029 1726887990.49442: done checking to see if all hosts have failed 138029 1726887990.49442: getting the remaining hosts for this loop 138029 1726887990.49444: done getting the remaining hosts for this loop 138029 1726887990.49448: getting the next task for host managed_node3 138029 1726887990.49454: done getting next task for host managed_node3 138029 1726887990.49564: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 138029 1726887990.49569: ^ 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 138029 1726887990.49580: getting variables 138029 1726887990.49581: in VariableManager get_vars() 138029 1726887990.49612: Calling all_inventory to load vars for managed_node3 138029 1726887990.49614: Calling groups_inventory to load vars for managed_node3 138029 1726887990.49617: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887990.49626: Calling all_plugins_play to load vars for managed_node3 138029 1726887990.49629: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887990.49632: Calling groups_plugins_play to load vars for managed_node3 138029 1726887990.50199: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000004b 138029 1726887990.50202: WORKER PROCESS EXITING 138029 1726887990.50398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887990.51406: done with get_vars() 138029 1726887990.51417: done getting variables 138029 1726887990.51480: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:06:30 -0400 (0:00:00.053) 0:00:03.239 ****** 138029 1726887990.51626: entering _queue_task() for managed_node3/set_fact 138029 1726887990.52298: worker is 1 (out of 1 available) 138029 1726887990.52311: exiting _queue_task() for managed_node3/set_fact 138029 1726887990.52321: done queuing things up, now waiting for results queue to drain 138029 1726887990.52322: waiting for pending results... 138029 1726887990.52734: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 138029 1726887990.52963: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000004c 138029 1726887990.53261: variable 'ansible_search_path' from source: unknown 138029 1726887990.53265: variable 'ansible_search_path' from source: unknown 138029 1726887990.53267: calling self._execute() 138029 1726887990.53292: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887990.53295: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887990.53297: variable 'omit' from source: magic vars 138029 1726887990.53535: variable 'omit' from source: magic vars 138029 1726887990.53749: variable 'omit' from source: magic vars 138029 1726887990.53910: variable 'omit' from source: magic vars 138029 1726887990.54050: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887990.54363: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887990.54391: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887990.54413: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887990.54425: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887990.54441: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887990.54976: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887990.55461: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887990.55465: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887990.55467: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887990.56030: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887990.56041: Set connection var ansible_timeout to 10 138029 1726887990.56047: Set connection var ansible_pipelining to False 138029 1726887990.56049: Set connection var ansible_shell_type to sh 138029 1726887990.56052: Set connection var ansible_connection to ssh 138029 1726887990.56061: Set connection var ansible_shell_executable to /bin/sh 138029 1726887990.56491: variable 'ansible_shell_executable' from source: unknown 138029 1726887990.56494: variable 'ansible_connection' from source: unknown 138029 1726887990.56497: variable 'ansible_module_compression' from source: unknown 138029 1726887990.56499: variable 'ansible_shell_type' from source: unknown 138029 1726887990.56648: variable 'ansible_shell_executable' from source: unknown 138029 1726887990.56651: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887990.56659: variable 'ansible_pipelining' from source: unknown 138029 1726887990.56670: variable 'ansible_timeout' from source: unknown 138029 1726887990.56673: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887990.57259: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726887990.57403: variable 'omit' from source: magic vars 138029 1726887990.57434: starting attempt loop 138029 1726887990.57437: running the handler 138029 1726887990.57503: handler run complete 138029 1726887990.57807: attempt loop complete, returning result 138029 1726887990.57810: _execute() done 138029 1726887990.57813: dumping result to json 138029 1726887990.57814: done dumping result, returning 138029 1726887990.57817: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-5a58-73a2-00000000004c] 138029 1726887990.57819: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000004c 138029 1726887990.57899: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000004c 138029 1726887990.57903: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 138029 1726887990.57981: no more pending results, returning what we have 138029 1726887990.58224: results queue empty 138029 1726887990.58226: checking for any_errors_fatal 138029 1726887990.58233: done checking for any_errors_fatal 138029 1726887990.58234: checking for max_fail_percentage 138029 1726887990.58236: done checking for max_fail_percentage 138029 1726887990.58237: checking to see if all hosts have failed and the running result is not ok 138029 1726887990.58237: done checking to see if all hosts have failed 138029 1726887990.58238: getting the remaining hosts for this loop 138029 1726887990.58240: done getting the remaining hosts for this loop 138029 1726887990.58249: getting the next task for host managed_node3 138029 1726887990.58372: done getting next task for host managed_node3 138029 1726887990.58376: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 138029 1726887990.58378: ^ 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 138029 1726887990.58388: getting variables 138029 1726887990.58389: in VariableManager get_vars() 138029 1726887990.58430: Calling all_inventory to load vars for managed_node3 138029 1726887990.58434: Calling groups_inventory to load vars for managed_node3 138029 1726887990.58437: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887990.58447: Calling all_plugins_play to load vars for managed_node3 138029 1726887990.58450: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887990.58453: Calling groups_plugins_play to load vars for managed_node3 138029 1726887990.59183: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887990.59920: done with get_vars() 138029 1726887990.59932: 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:06:30 -0400 (0:00:00.083) 0:00:03.323 ****** 138029 1726887990.60026: entering _queue_task() for managed_node3/include_tasks 138029 1726887990.60599: worker is 1 (out of 1 available) 138029 1726887990.60612: exiting _queue_task() for managed_node3/include_tasks 138029 1726887990.60621: done queuing things up, now waiting for results queue to drain 138029 1726887990.60622: waiting for pending results... 138029 1726887990.60940: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 138029 1726887990.61286: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000004d 138029 1726887990.61312: variable 'ansible_search_path' from source: unknown 138029 1726887990.61368: variable 'ansible_search_path' from source: unknown 138029 1726887990.61445: calling self._execute() 138029 1726887990.61524: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887990.61607: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887990.61622: variable 'omit' from source: magic vars 138029 1726887990.62887: variable 'storage_provider' from source: role '' defaults 138029 1726887990.62892: _execute() done 138029 1726887990.62899: dumping result to json 138029 1726887990.62901: done dumping result, returning 138029 1726887990.62905: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-5a58-73a2-00000000004d] 138029 1726887990.63096: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000004d 138029 1726887990.63293: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000004d 138029 1726887990.63297: WORKER PROCESS EXITING 138029 1726887990.63345: no more pending results, returning what we have 138029 1726887990.63350: in VariableManager get_vars() 138029 1726887990.63392: Calling all_inventory to load vars for managed_node3 138029 1726887990.63396: Calling groups_inventory to load vars for managed_node3 138029 1726887990.63400: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887990.63411: Calling all_plugins_play to load vars for managed_node3 138029 1726887990.63415: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887990.63417: Calling groups_plugins_play to load vars for managed_node3 138029 1726887990.64164: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887990.65184: done with get_vars() 138029 1726887990.65192: variable 'ansible_search_path' from source: unknown 138029 1726887990.65193: variable 'ansible_search_path' from source: unknown 138029 1726887990.65231: we have included files to process 138029 1726887990.65232: generating all_blocks data 138029 1726887990.65234: done generating all_blocks data 138029 1726887990.65240: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726887990.65241: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726887990.65243: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726887990.69659: in VariableManager get_vars() 138029 1726887990.69690: done with get_vars() 138029 1726887990.71177: 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 138029 1726887990.72187: done processing included file 138029 1726887990.72219: iterating over new_blocks loaded from include file 138029 1726887990.72221: in VariableManager get_vars() 138029 1726887990.72296: done with get_vars() 138029 1726887990.72298: filtering new block on tags 138029 1726887990.72400: done filtering new block on tags 138029 1726887990.72404: in VariableManager get_vars() 138029 1726887990.72421: done with get_vars() 138029 1726887990.72423: filtering new block on tags 138029 1726887990.72860: done filtering new block on tags 138029 1726887990.72865: in VariableManager get_vars() 138029 1726887990.72883: done with get_vars() 138029 1726887990.72885: filtering new block on tags 138029 1726887990.73688: done filtering new block on tags 138029 1726887990.73694: 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_node3 138029 1726887990.73699: extending task lists for all hosts with included blocks 138029 1726887990.75057: done extending task lists 138029 1726887990.75058: done processing included files 138029 1726887990.75059: results queue empty 138029 1726887990.75060: checking for any_errors_fatal 138029 1726887990.75065: done checking for any_errors_fatal 138029 1726887990.75065: checking for max_fail_percentage 138029 1726887990.75068: done checking for max_fail_percentage 138029 1726887990.75070: checking to see if all hosts have failed and the running result is not ok 138029 1726887990.75071: done checking to see if all hosts have failed 138029 1726887990.75072: getting the remaining hosts for this loop 138029 1726887990.75073: done getting the remaining hosts for this loop 138029 1726887990.75076: getting the next task for host managed_node3 138029 1726887990.75080: done getting next task for host managed_node3 138029 1726887990.75082: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 138029 1726887990.75085: ^ 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 138029 1726887990.75093: getting variables 138029 1726887990.75095: in VariableManager get_vars() 138029 1726887990.75106: Calling all_inventory to load vars for managed_node3 138029 1726887990.75108: Calling groups_inventory to load vars for managed_node3 138029 1726887990.75110: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887990.75115: Calling all_plugins_play to load vars for managed_node3 138029 1726887990.75118: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887990.75120: Calling groups_plugins_play to load vars for managed_node3 138029 1726887990.75351: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887990.76086: done with get_vars() 138029 1726887990.76095: done getting variables 138029 1726887990.76171: 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:06:30 -0400 (0:00:00.161) 0:00:03.485 ****** 138029 1726887990.76199: entering _queue_task() for managed_node3/package 138029 1726887990.76201: Creating lock for package 138029 1726887990.77074: worker is 1 (out of 1 available) 138029 1726887990.77094: exiting _queue_task() for managed_node3/package 138029 1726887990.77107: done queuing things up, now waiting for results queue to drain 138029 1726887990.77109: waiting for pending results... 138029 1726887990.77636: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 138029 1726887990.77991: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000b6 138029 1726887990.77995: variable 'ansible_search_path' from source: unknown 138029 1726887990.77997: variable 'ansible_search_path' from source: unknown 138029 1726887990.78000: calling self._execute() 138029 1726887990.78463: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887990.78467: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887990.78470: variable 'omit' from source: magic vars 138029 1726887990.79679: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726887990.80287: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726887990.80388: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726887990.80488: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726887990.80576: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726887990.80806: 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) 138029 1726887990.80916: 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) 138029 1726887990.80946: 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) 138029 1726887990.80979: 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) 138029 1726887990.81396: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): True 138029 1726887990.81408: variable 'omit' from source: magic vars 138029 1726887990.81520: variable 'omit' from source: magic vars 138029 1726887990.81595: variable 'blivet_package_list' from source: include_vars 138029 1726887990.81747: variable 'blivet_package_list' from source: include_vars 138029 1726887990.82094: variable 'ansible_architecture' from source: facts 138029 1726887990.82710: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726887990.87262: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726887990.87385: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726887990.87539: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726887990.87647: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726887990.87675: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726887990.87865: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887990.87906: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887990.87986: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887990.88262: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887990.88267: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887990.88493: variable '__storage_is_ostree' from source: set_fact 138029 1726887990.88497: variable 'omit' from source: magic vars 138029 1726887990.88499: variable 'omit' from source: magic vars 138029 1726887990.88502: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887990.88602: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887990.88631: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887990.88648: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887990.88658: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887990.88678: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887990.88811: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887990.88847: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887990.88850: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887990.88852: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887990.89183: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887990.89197: Set connection var ansible_timeout to 10 138029 1726887990.89201: Set connection var ansible_pipelining to False 138029 1726887990.89203: Set connection var ansible_shell_type to sh 138029 1726887990.89206: Set connection var ansible_connection to ssh 138029 1726887990.89208: Set connection var ansible_shell_executable to /bin/sh 138029 1726887990.89357: variable 'ansible_shell_executable' from source: unknown 138029 1726887990.89361: variable 'ansible_connection' from source: unknown 138029 1726887990.89370: variable 'ansible_module_compression' from source: unknown 138029 1726887990.89373: variable 'ansible_shell_type' from source: unknown 138029 1726887990.89375: variable 'ansible_shell_executable' from source: unknown 138029 1726887990.89377: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887990.89379: variable 'ansible_pipelining' from source: unknown 138029 1726887990.89381: variable 'ansible_timeout' from source: unknown 138029 1726887990.89399: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887990.89688: 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) 138029 1726887990.89692: variable 'omit' from source: magic vars 138029 1726887990.89694: starting attempt loop 138029 1726887990.89697: running the handler 138029 1726887990.89699: variable 'ansible_facts' from source: unknown 138029 1726887990.89702: variable 'ansible_facts' from source: unknown 138029 1726887990.89904: _low_level_execute_command(): starting 138029 1726887990.89916: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726887990.91861: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887990.92003: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887990.92287: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887990.92360: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887990.94025: stdout chunk (state=3): >>>/root <<< 138029 1726887990.94154: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887990.94182: stderr chunk (state=3): >>><<< 138029 1726887990.94185: stdout chunk (state=3): >>><<< 138029 1726887990.94209: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887990.94224: _low_level_execute_command(): starting 138029 1726887990.94233: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726887990.9421089-138164-276933973604492 `" && echo ansible-tmp-1726887990.9421089-138164-276933973604492="` echo /root/.ansible/tmp/ansible-tmp-1726887990.9421089-138164-276933973604492 `" ) && sleep 0' 138029 1726887990.96766: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887990.97205: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887990.97209: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887990.97211: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887990.97260: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887990.99151: stdout chunk (state=3): >>>ansible-tmp-1726887990.9421089-138164-276933973604492=/root/.ansible/tmp/ansible-tmp-1726887990.9421089-138164-276933973604492 <<< 138029 1726887990.99461: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887990.99467: stdout chunk (state=3): >>><<< 138029 1726887990.99470: stderr chunk (state=3): >>><<< 138029 1726887990.99472: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726887990.9421089-138164-276933973604492=/root/.ansible/tmp/ansible-tmp-1726887990.9421089-138164-276933973604492 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887990.99475: variable 'ansible_module_compression' from source: unknown 138029 1726887990.99479: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 138029 1726887990.99481: ANSIBALLZ: Acquiring lock 138029 1726887990.99484: ANSIBALLZ: Lock acquired: 140373970014512 138029 1726887990.99486: ANSIBALLZ: Creating module 138029 1726887991.41145: ANSIBALLZ: Writing module into payload 138029 1726887991.41808: ANSIBALLZ: Writing module 138029 1726887991.41812: ANSIBALLZ: Renaming module 138029 1726887991.41814: ANSIBALLZ: Done creating module 138029 1726887991.41837: variable 'ansible_facts' from source: unknown 138029 1726887991.42465: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726887990.9421089-138164-276933973604492/AnsiballZ_dnf.py 138029 1726887991.42576: Sending initial data 138029 1726887991.42579: Sent initial data (154 bytes) 138029 1726887991.44314: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887991.44377: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887991.44380: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887991.44572: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887991.46094: 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 <<< 138029 1726887991.46099: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726887991.46149: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726887991.46398: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpw69mgoyk /root/.ansible/tmp/ansible-tmp-1726887990.9421089-138164-276933973604492/AnsiballZ_dnf.py <<< 138029 1726887991.46402: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726887990.9421089-138164-276933973604492/AnsiballZ_dnf.py" <<< 138029 1726887991.46445: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpw69mgoyk" to remote "/root/.ansible/tmp/ansible-tmp-1726887990.9421089-138164-276933973604492/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726887990.9421089-138164-276933973604492/AnsiballZ_dnf.py" <<< 138029 1726887991.48175: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887991.48364: stderr chunk (state=3): >>><<< 138029 1726887991.48368: stdout chunk (state=3): >>><<< 138029 1726887991.48371: done transferring module to remote 138029 1726887991.48373: _low_level_execute_command(): starting 138029 1726887991.48375: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726887990.9421089-138164-276933973604492/ /root/.ansible/tmp/ansible-tmp-1726887990.9421089-138164-276933973604492/AnsiballZ_dnf.py && sleep 0' 138029 1726887991.49690: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887991.49777: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887991.49875: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887991.51619: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887991.51865: stderr chunk (state=3): >>><<< 138029 1726887991.51869: stdout chunk (state=3): >>><<< 138029 1726887991.51873: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887991.51876: _low_level_execute_command(): starting 138029 1726887991.51879: _low_level_execute_command(): using become for this command 138029 1726887991.51882: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-waotuugumtxzwryecwftlomkojdodzbn ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726887990.9421089-138164-276933973604492/AnsiballZ_dnf.py'"'"' && sleep 0' 138029 1726887991.52129: Initial state: awaiting_escalation: BECOME-SUCCESS-waotuugumtxzwryecwftlomkojdodzbn 138029 1726887991.53131: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887991.53360: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887991.53470: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887991.53717: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887991.56715: stdout chunk (state=1): >>>BECOME-SUCCESS-waotuugumtxzwryecwftlomkojdodzbn <<< 138029 1726887991.56729: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-waotuugumtxzwryecwftlomkojdodzbn' 138029 1726887991.57044: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726887991.57080: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726887991.57101: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726887991.57152: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726887991.57193: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726887991.57205: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726887991.57269: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726887991.57391: 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' # <<< 138029 1726887991.57394: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726887991.57425: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726887991.57479: 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 0x7f23727683e0> <<< 138029 1726887991.57483: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372737a10> <<< 138029 1726887991.57517: 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 0x7f237276a960> <<< 138029 1726887991.57532: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726887991.57602: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 138029 1726887991.57664: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726887991.57719: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726887991.57749: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726887991.57993: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726887991.58003: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237253cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 138029 1726887991.58021: 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 0x7f237253dfd0> 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. <<< 138029 1726887991.58254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726887991.58284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726887991.58312: 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 <<< 138029 1726887991.58366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726887991.58386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726887991.58413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372583dd0> <<< 138029 1726887991.58448: 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' <<< 138029 1726887991.58533: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372583fe0> <<< 138029 1726887991.58563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726887991.58568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726887991.58571: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726887991.58631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887991.58720: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726887991.58723: 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' <<< 138029 1726887991.58726: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23725b37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726887991.58728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23725b3e60> <<< 138029 1726887991.58730: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726887991.58810: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372593a70> import '_functools' # <<< 138029 1726887991.58813: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23725911c0> <<< 138029 1726887991.58917: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372580f80> <<< 138029 1726887991.58949: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726887991.59118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 138029 1726887991.59126: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726887991.59129: 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 0x7f23725d7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23725d6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23725921b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23725d4bc0> <<< 138029 1726887991.59202: 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 0x7f2372608860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372580200> <<< 138029 1726887991.59221: 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' <<< 138029 1726887991.59254: 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 0x7f2372608d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372608bc0> <<< 138029 1726887991.59283: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887991.59335: 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 0x7f2372608f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372576d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726887991.59471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23726095e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23726092b0> 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' <<< 138029 1726887991.59475: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237260a4e0> <<< 138029 1726887991.59508: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726887991.59512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726887991.59647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726887991.59651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726887991.59692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23726206e0> 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 0x7f2372621dc0> # /usr/lib64/python3.12/__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 <<< 138029 1726887991.59702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372622c30> <<< 138029 1726887991.59729: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887991.59776: 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 0x7f2372623260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372622180> <<< 138029 1726887991.59788: 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' <<< 138029 1726887991.59998: 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 0x7f2372623ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372623410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237260a450> # /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' <<< 138029 1726887991.60002: 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 0x7f2372367b30> <<< 138029 1726887991.60025: 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' <<< 138029 1726887991.60052: 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 0x7f2372390680> <<< 138029 1726887991.60085: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23723903e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f23723906b0> <<< 138029 1726887991.60203: 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' <<< 138029 1726887991.60321: 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 0x7f2372390fe0> <<< 138029 1726887991.60443: 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 0x7f2372391910> <<< 138029 1726887991.60474: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372390890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372365cd0> <<< 138029 1726887991.60523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726887991.60551: 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 0x7f2372392c00> <<< 138029 1726887991.60626: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372390b30> <<< 138029 1726887991.60649: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237260ac00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726887991.60694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887991.60715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726887991.60742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726887991.61083: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23723bef30> # /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 0x7f23723e72c0> # /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' <<< 138029 1726887991.61086: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726887991.61089: 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 0x7f237240ffe0> <<< 138029 1726887991.61091: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726887991.61114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726887991.61136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726887991.61180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726887991.61328: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372442780> <<< 138029 1726887991.61348: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372440140> <<< 138029 1726887991.61371: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23723e7f50> <<< 138029 1726887991.61413: 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 0x7f2371d2d100> <<< 138029 1726887991.61664: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23723e60c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372393b30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2371d2d340> <<< 138029 1726887991.61732: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_tcj90hes/ansible_ansible.legacy.dnf_payload.zip' <<< 138029 1726887991.61760: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.62047: 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<<< 138029 1726887991.62050: stdout chunk (state=3): >>> <<< 138029 1726887991.62092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726887991.62120: 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 0x7f2371d82e40> import '_typing' # <<< 138029 1726887991.62399: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371d61d30> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371d60e90> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726887991.62416: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.63876: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.64947: 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 0x7f2371d80d10> <<< 138029 1726887991.64996: 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' <<< 138029 1726887991.65054: 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' <<< 138029 1726887991.65060: 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' <<< 138029 1726887991.65074: 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 0x7f2371dae6f0> <<< 138029 1726887991.65107: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371dae4b0> <<< 138029 1726887991.65127: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371daddc0> <<< 138029 1726887991.65314: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726887991.65318: 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 0x7f2371dae8a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372390350> 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 0x7f2371daf470> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2371daf6b0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726887991.65344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726887991.65361: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726887991.65603: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371dafbf0> 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 0x7f2371c159d0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2371c175f0> # /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 0x7f2371c17fb0> <<< 138029 1726887991.65652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726887991.65657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726887991.65677: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c1d190> <<< 138029 1726887991.65704: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726887991.65725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726887991.65759: 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' <<< 138029 1726887991.66027: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c1fc50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2372622ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c1df10> # /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 0x7f2371c23ad0> <<< 138029 1726887991.66031: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726887991.66105: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c225a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c22300> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726887991.66147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726887991.66227: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c22870> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c1e420> <<< 138029 1726887991.66253: 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 0x7f2371c67e30> <<< 138029 1726887991.66424: 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 0x7f2371c67fe0> <<< 138029 1726887991.66435: 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 0x7f2371c69a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c697c0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726887991.66591: 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 0x7f2371c6bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c6a0f0> <<< 138029 1726887991.66628: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726887991.66661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887991.66721: 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' # <<< 138029 1726887991.66738: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c6f6b0> <<< 138029 1726887991.67001: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c6bef0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2371c70470> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2371c706b0> <<< 138029 1726887991.67004: 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 0x7f2371c709b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c68170> <<< 138029 1726887991.67043: 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' <<< 138029 1726887991.67046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726887991.67122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726887991.67125: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887991.67127: 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 0x7f2371c73fe0> <<< 138029 1726887991.67519: 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 0x7f2371cfd130> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c727e0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2371c73b90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c72420> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726887991.67523: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.68073: 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 # zipimport: zlib available # zipimport: zlib available <<< 138029 1726887991.68396: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.68931: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726887991.68961: 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' # <<< 138029 1726887991.68976: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726887991.68992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887991.69074: 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 0x7f2371b01280> <<< 138029 1726887991.69112: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726887991.69137: 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 0x7f2371b02030> <<< 138029 1726887991.69153: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c72660> <<< 138029 1726887991.69201: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726887991.69212: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.69239: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.69260: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726887991.69407: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.69674: 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 0x7f2371b01e50> # zipimport: zlib available <<< 138029 1726887991.70042: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.70782: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726887991.70895: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726887991.70899: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.70979: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726887991.71011: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726887991.71014: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.71436: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.71470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726887991.71534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726887991.71556: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726887991.71618: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371b03110> <<< 138029 1726887991.71637: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.71791: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726887991.71812: 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 <<< 138029 1726887991.71899: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # <<< 138029 1726887991.72267: stdout chunk (state=3): >>># 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' <<< 138029 1726887991.72271: 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 0x7f2371b0da90> <<< 138029 1726887991.72298: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371b08b00> <<< 138029 1726887991.72338: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726887991.72341: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.72401: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.72475: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.72489: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.72548: 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' <<< 138029 1726887991.72746: 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 <<< 138029 1726887991.72770: 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' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c02780> <<< 138029 1726887991.72812: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371dda450> <<< 138029 1726887991.72884: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371b0dd90> <<< 138029 1726887991.72943: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371b0dbe0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726887991.72970: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726887991.73035: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726887991.73078: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726887991.73636: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.74299: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.74867: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.75552: 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 0x7f2371ba3e90> <<< 138029 1726887991.75576: 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 0x7f2371ba01a0> <<< 138029 1726887991.75607: 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 <<< 138029 1726887991.75640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 138029 1726887991.75657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba08c0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba03e0> <<< 138029 1726887991.75691: 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 <<< 138029 1726887991.75714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 138029 1726887991.75779: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba11f0> # /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 <<< 138029 1726887991.75809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 138029 1726887991.75897: 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' <<< 138029 1726887991.75928: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371b849e0> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 138029 1726887991.76033: 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 0x7f2371b853a0> # /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' <<< 138029 1726887991.76056: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371786360> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba2a20> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 138029 1726887991.76102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 138029 1726887991.76129: 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' <<< 138029 1726887991.76161: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 138029 1726887991.76205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 138029 1726887991.76276: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371788ec0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371787a40> <<< 138029 1726887991.76363: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371786db0> <<< 138029 1726887991.76367: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba1eb0> <<< 138029 1726887991.76390: 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 <<< 138029 1726887991.76529: 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' <<< 138029 1726887991.76536: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717f4f50> <<< 138029 1726887991.76688: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717ad070> <<< 138029 1726887991.76816: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371787860> # /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 <<< 138029 1726887991.76875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 138029 1726887991.77004: 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 0x7f23717fc950> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717f6d20> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717acb90> <<< 138029 1726887991.77022: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba1880> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba1280> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba0f80> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba01d0> # /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 0x7f2371ba12b0> # /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' <<< 138029 1726887991.77109: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717fcf80> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717fcb30> <<< 138029 1726887991.77112: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 138029 1726887991.77123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887991.77194: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717fd6d0> <<< 138029 1726887991.77328: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 138029 1726887991.77331: stdout chunk (state=3): >>># 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 <<< 138029 1726887991.77334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726887991.77405: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887991.77483: 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 0x7f23717783e0> <<< 138029 1726887991.77682: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717e1580> <<< 138029 1726887991.77742: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717fe6c0> <<< 138029 1726887991.77835: 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' <<< 138029 1726887991.77871: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717e1010> # /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 0x7f237181a090> # /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' <<< 138029 1726887991.77954: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237181ad20> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237181a7e0> <<< 138029 1726887991.77960: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 138029 1726887991.77991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 138029 1726887991.78077: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237181b230> <<< 138029 1726887991.78124: 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' <<< 138029 1726887991.78345: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717ef950> <<< 138029 1726887991.78502: 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' <<< 138029 1726887991.78506: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23716a7f20> <<< 138029 1726887991.78508: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.78560: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 138029 1726887991.78608: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.78706: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.78845: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726887991.78848: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.78896: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.78971: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 138029 1726887991.78981: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.79086: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.79300: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 138029 1726887991.79320: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887991.79816: 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' <<< 138029 1726887991.79819: 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 <<< 138029 1726887991.79822: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 138029 1726887991.79873: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 138029 1726887991.79884: 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 0x7f23716e2ea0> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726887991.79919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726887991.80050: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23716e2fc0> <<< 138029 1726887991.80103: 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 <<< 138029 1726887991.80187: 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 0x7f2371437110> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371436960> # 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 0x7f2371436b40> <<< 138029 1726887991.80270: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23716e3470> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23716e2030> <<< 138029 1726887991.80308: 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 0x7f23716e2b40> <<< 138029 1726887991.80322: 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 <<< 138029 1726887991.80400: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 138029 1726887991.80479: 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' <<< 138029 1726887991.80482: 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' <<< 138029 1726887991.80584: 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 0x7f23714b0740> <<< 138029 1726887991.80661: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23714b0320> # /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' <<< 138029 1726887991.80705: 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 0x7f23714b3f50> <<< 138029 1726887991.80733: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23714b0890> <<< 138029 1726887991.80800: 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 <<< 138029 1726887991.80846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 138029 1726887991.81842: 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 0x7f2370f33080> <<< 138029 1726887991.81939: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23714e00e0> <<< 138029 1726887991.81966: 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 <<< 138029 1726887991.82058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 138029 1726887991.82078: 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 0x7f2370fb0da0> <<< 138029 1726887991.82281: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2370f33620> <<< 138029 1726887991.82284: 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 <<< 138029 1726887991.82312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726887991.82351: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' <<< 138029 1726887991.82520: 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 0x7f2370fb3ce0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2370fb0ec0> # /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' <<< 138029 1726887991.82561: 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 0x7f2370fefdd0> <<< 138029 1726887991.82663: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2370fb3fe0> <<< 138029 1726887991.82739: 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' # 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 0x7f236f60d0a0> <<< 138029 1726887991.82902: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f60c4a0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371453e90> # /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' <<< 138029 1726887991.83031: 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 0x7f236f630530> <<< 138029 1726887991.83034: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f60f980> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py <<< 138029 1726887991.83110: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f632c00> # /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 <<< 138029 1726887991.83139: 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 0x7f236f633aa0> # /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' <<< 138029 1726887991.83689: 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 0x7f236f658350> # /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' <<< 138029 1726887991.83692: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f659820> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f633cb0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f632ae0> <<< 138029 1726887991.83753: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f632450> # /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' <<< 138029 1726887991.83853: 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 0x7f236f65b470> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f632ff0> <<< 138029 1726887991.83942: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6308c0> <<< 138029 1726887991.84000: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f60efc0> # /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' <<< 138029 1726887991.84478: 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 0x7f236f60f6b0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f60f410> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f60d1c0> # /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 0x7f236f694b00> # /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 0x7f236f697020> # /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' <<< 138029 1726887991.84485: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f697800> <<< 138029 1726887991.84487: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f696330> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 138029 1726887991.84490: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 138029 1726887991.84500: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f697f80> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f694ad0> # /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' <<< 138029 1726887991.84674: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6bda90> <<< 138029 1726887991.84678: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6bd010> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6bce30> # /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' <<< 138029 1726887991.84725: 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 <<< 138029 1726887991.84826: 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 0x7f236f6e8b60> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 138029 1726887991.84867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 138029 1726887991.84995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726887991.85028: 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 0x7f236efb6c00> # 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 0x7f236efb6f60> <<< 138029 1726887991.85095: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6eae70> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6e9010> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6bff20> <<< 138029 1726887991.85143: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6be2a0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6bdfd0> <<< 138029 1726887991.85297: 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' <<< 138029 1726887991.85336: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eff0a70> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236efb7b90> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6be7e0> # /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' <<< 138029 1726887991.85366: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236efb7980> <<< 138029 1726887991.85410: 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 0x7f236eff1370> # /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 0x7f236eff1400> <<< 138029 1726887991.85538: 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 0x7f236eff14c0> # /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' <<< 138029 1726887991.85659: 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' <<< 138029 1726887991.85666: 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 0x7f236eff3f80> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eff21e0> # /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 0x7f236f010200> <<< 138029 1726887991.85734: 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 0x7f236f0102f0> <<< 138029 1726887991.85779: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eff12b0> # /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' <<< 138029 1726887991.85790: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f0104a0> # /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' <<< 138029 1726887991.85896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726887991.85939: 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 <<< 138029 1726887991.86060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726887991.86097: 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 0x7f236f03be90> <<< 138029 1726887991.86174: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f03b2f0> <<< 138029 1726887991.86450: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f039d60> <<< 138029 1726887991.86458: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f011ca0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f011100> # /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 0x7f236f013fb0> # /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 0x7f236f658170> # /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' <<< 138029 1726887991.86510: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f07c7a0> # /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 0x7f236f07ca10> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py <<< 138029 1726887991.86514: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 138029 1726887991.86540: 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 0x7f236f07d370> <<< 138029 1726887991.86613: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f07ce00> # /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 0x7f236f07e270> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371437290> <<< 138029 1726887991.86632: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23716e1880> <<< 138029 1726887991.87344: 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 0x7f236f07ee70> # /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 <<< 138029 1726887991.87443: 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 0x7f236ee4b920> <<< 138029 1726887991.87472: 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' <<< 138029 1726887991.87500: 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 <<< 138029 1726887991.87527: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 138029 1726887991.87551: 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' <<< 138029 1726887991.87688: 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 0x7f236ee6d9a0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ee6d550> <<< 138029 1726887991.87708: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887991.87876: 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 0x7f23717fe6f0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ee6c410> <<< 138029 1726887991.87895: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ee4bc50> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ee48980> # /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 0x7f236ee6c200> # /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 <<< 138029 1726887991.87918: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 138029 1726887991.87945: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ee82f00> <<< 138029 1726887991.88020: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ee81a30> <<< 138029 1726887991.88040: 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' <<< 138029 1726887991.88104: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eea86e0> # /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 0x7f236eea8980> <<< 138029 1726887991.88138: 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 0x7f236eea8bf0> # /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' <<< 138029 1726887991.88171: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eea8e90> <<< 138029 1726887991.88244: 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' <<< 138029 1726887991.88310: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eea9580> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eea9400> <<< 138029 1726887991.88348: 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 0x7f236eeaae70> <<< 138029 1726887991.88386: 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 0x7f236eeaafc0> # /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' <<< 138029 1726887991.88482: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eeab1d0> <<< 138029 1726887991.88508: 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' <<< 138029 1726887991.88681: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eec0140> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eeab9b0> # /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' <<< 138029 1726887991.88684: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eec0350> # /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' <<< 138029 1726887991.88701: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eec1100> # /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 0x7f236eec12b0> # /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' <<< 138029 1726887991.88737: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eec1550> # /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' <<< 138029 1726887991.88831: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eec2450> # /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 <<< 138029 1726887991.88975: 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 0x7f236eec2690> # /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 0x7f236eec28a0> # /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 0x7f236eec3470> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eec2fc0> <<< 138029 1726887991.88979: 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 <<< 138029 1726887991.88982: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 138029 1726887991.89100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 138029 1726887991.89164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eee8320> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eec3c20> # /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 0x7f236eee8fb0> # /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 0x7f236eee9280> # /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' <<< 138029 1726887991.89168: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eeea1e0> <<< 138029 1726887991.89202: 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 0x7f236eeea480> <<< 138029 1726887991.89238: 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 <<< 138029 1726887991.89265: 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 0x7f236eeea630> <<< 138029 1726887991.89269: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f07f2c0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f07f050> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f07e780> <<< 138029 1726887991.89317: 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' # /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' <<< 138029 1726887991.89515: 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 0x7f236eeeb020> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eeead50> # /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 <<< 138029 1726887991.89532: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 138029 1726887991.89587: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ef114c0> <<< 138029 1726887991.89594: 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' <<< 138029 1726887991.89689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726887991.89781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ef12bd0> <<< 138029 1726887991.89790: 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 0x7f236ef11dc0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ef119a0> <<< 138029 1726887991.89885: 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 0x7f236ec604a0> <<< 138029 1726887991.89889: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ec4b890> <<< 138029 1726887991.89891: 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 <<< 138029 1726887991.90023: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 138029 1726887991.90192: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # 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 0x7f236ec63110> <<< 138029 1726887991.90196: 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 0x7f236ec63bc0> <<< 138029 1726887991.90198: 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 0x7f236ec60b00> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ec607d0> <<< 138029 1726887991.90257: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eeeb2f0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py <<< 138029 1726887991.90334: 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 0x7f236ef10710> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eeeb050> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f07f020> <<< 138029 1726887991.90351: 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' <<< 138029 1726887991.90472: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ec8ddc0> # /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 0x7f236ec8e660> <<< 138029 1726887991.90620: 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 0x7f236ec8f680> <<< 138029 1726887991.90625: 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 0x7f236ec8fce0> <<< 138029 1726887991.90689: 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' <<< 138029 1726887991.91060: 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 0x7f236ecb53d0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ecb4da0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ecb4a40> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ecb46e0> <<< 138029 1726887991.91103: 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' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ecb5160> # /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 0x7f236ecb7110> # /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 0x7f236ecb71d0> # /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' <<< 138029 1726887991.91235: 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 0x7f236ecb78c0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ecb7740> # /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' <<< 138029 1726887991.91345: 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 <<< 138029 1726887991.91469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ece5e50> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 138029 1726887991.91511: 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 0x7f236ece7080> <<< 138029 1726887991.91606: 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 0x7f236ece72f0> # /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' <<< 138029 1726887991.91616: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887991.91622: 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 0x7f236ece7470> <<< 138029 1726887991.91705: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ece7290> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ece6b40> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ece5fd0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ece5280> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ece4800> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ecb7f80> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ecb6c00> <<< 138029 1726887991.91737: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ecb60f0> <<< 138029 1726887991.91784: 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 0x7f236ece71a0> <<< 138029 1726887991.91788: 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' <<< 138029 1726887991.91906: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ece78f0> # /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 0x7f236ed10200> # /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 0x7f236ed105c0> <<< 138029 1726887991.91974: 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 0x7f236ed10ef0> # /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 <<< 138029 1726887991.92028: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 138029 1726887991.92107: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ed11a60> <<< 138029 1726887992.05464: 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}}} <<< 138029 1726887992.06812: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic # destroy __main__ <<< 138029 1726887992.07340: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726887992.07358: 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 <<< 138029 1726887992.07469: stdout chunk (state=3): >>># cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # 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 <<< 138029 1726887992.07615: stdout chunk (state=3): >>># destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_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 #<<< 138029 1726887992.07632: stdout chunk (state=3): >>> cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # 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 <<< 138029 1726887992.08236: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath <<< 138029 1726887992.08239: stdout chunk (state=3): >>># destroy zipimport <<< 138029 1726887992.08363: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux <<< 138029 1726887992.08487: 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 # 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 <<< 138029 1726887992.09068: 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 # 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 <<< 138029 1726887992.09072: 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 <<< 138029 1726887992.09074: stdout chunk (state=3): >>># cleanup[3] wiping http.cookiejar <<< 138029 1726887992.09124: 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 # 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 <<< 138029 1726887992.09173: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # 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 <<< 138029 1726887992.09621: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726887992.09627: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726887992.09820: stdout chunk (state=3): >>># 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 <<< 138029 1726887992.09877: 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 <<< 138029 1726887992.09924: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves <<< 138029 1726887992.09927: stdout chunk (state=3): >>># 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 <<< 138029 1726887992.10018: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 138029 1726887992.10033: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm <<< 138029 1726887992.10084: stdout chunk (state=3): >>># destroy itertools # destroy functools <<< 138029 1726887992.10193: 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 <<< 138029 1726887992.10200: stdout chunk (state=3): >>># destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 138029 1726887992.10299: stdout chunk (state=3): >>># destroy _ssl <<< 138029 1726887992.10313: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726887992.10495: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726887992.10503: stdout chunk (state=3): >>># destroy re <<< 138029 1726887992.10570: stdout chunk (state=3): >>># destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726887992.11448: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726887992.11451: stdout chunk (state=3): >>><<< 138029 1726887992.11454: stderr chunk (state=3): >>><<< 138029 1726887992.12138: _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 0x7f23727683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372737a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237276a960> 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 0x7f237253cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f237253dfd0> 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 0x7f2372583dd0> # /usr/lib64/python3.12/__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 0x7f2372583fe0> # /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 0x7f23725b37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23725b3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372593a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23725911c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372580f80> # /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 0x7f23725d7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23725d6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23725921b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23725d4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372608860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372580200> # /usr/lib64/python3.12/__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 0x7f2372608d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372608bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2372608f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372576d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f23726095e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23726092b0> 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 0x7f237260a4e0> 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 0x7f23726206e0> 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 0x7f2372621dc0> # /usr/lib64/python3.12/__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 0x7f2372622c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2372623260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372622180> # /usr/lib64/python3.12/__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 0x7f2372623ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372623410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237260a450> # /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 0x7f2372367b30> # /usr/lib64/python3.12/__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 0x7f2372390680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23723903e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f23723906b0> # /usr/lib64/python3.12/__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 0x7f2372390fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2372391910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372390890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372365cd0> # /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 0x7f2372392c00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372390b30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237260ac00> # /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 0x7f23723bef30> # /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 0x7f23723e72c0> # /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 0x7f237240ffe0> # /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 0x7f2372442780> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372440140> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23723e7f50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371d2d100> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23723e60c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372393b30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2371d2d340> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_tcj90hes/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 0x7f2371d82e40> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371d61d30> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371d60e90> # 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 0x7f2371d80d10> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f2371dae6f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371dae4b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371daddc0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f2371dae8a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2372390350> 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 0x7f2371daf470> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2371daf6b0> # /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 0x7f2371dafbf0> 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 0x7f2371c159d0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2371c175f0> # /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 0x7f2371c17fb0> # /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 0x7f2371c1d190> # /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 0x7f2371c1fc50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2372622ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c1df10> # /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 0x7f2371c23ad0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c225a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c22300> # /usr/lib64/python3.12/__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 0x7f2371c22870> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c1e420> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2371c67e30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c67fe0> # /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 0x7f2371c69a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c697c0> # /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 0x7f2371c6bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c6a0f0> # /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 0x7f2371c6f6b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c6bef0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2371c70470> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2371c706b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2371c709b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c68170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f2371c73fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2371cfd130> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c727e0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2371c73b90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c72420> # 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 0x7f2371b01280> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f2371b02030> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371c72660> 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 0x7f2371b01e50> # 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 0x7f2371b03110> # 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 0x7f2371b0da90> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371b08b00> 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 0x7f2371c02780> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371dda450> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371b0dd90> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371b0dbe0> # 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 0x7f2371ba3e90> # /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 0x7f2371ba01a0> # /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 0x7f2371ba08c0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba03e0> # /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 0x7f2371ba11f0> # /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 0x7f2371b849e0> # /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 0x7f2371b853a0> # /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 0x7f2371786360> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba2a20> # /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 0x7f2371788ec0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371787a40> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371786db0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba1eb0> # /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 0x7f23717f4f50> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717ad070> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371787860> # /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 0x7f23717fc950> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717f6d20> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717acb90> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba1880> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba1280> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba0f80> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371ba01d0> # /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 0x7f2371ba12b0> # /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 0x7f23717fcf80> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717fcb30> # /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 0x7f23717fd6d0> # /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 0x7f23717783e0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717e1580> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23717fe6c0> # /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 0x7f23717e1010> # /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 0x7f237181a090> # /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 0x7f237181ad20> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237181a7e0> # /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 0x7f237181b230> # /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 0x7f23717ef950> # /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 0x7f23716a7f20> # 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 0x7f23716e2ea0> # /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 0x7f23716e2fc0> # /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 0x7f2371437110> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371436960> # 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 0x7f2371436b40> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23716e3470> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23716e2030> # /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 0x7f23716e2b40> # /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 0x7f23714b0740> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23714b0320> # /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 0x7f23714b3f50> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23714b0890> # /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 0x7f2370f33080> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23714e00e0> # /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 0x7f2370fb0da0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2370f33620> # /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 0x7f2370fb3ce0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2370fb0ec0> # /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 0x7f2370fefdd0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2370fb3fe0> # /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 0x7f236f60d0a0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f60c4a0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371453e90> # /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 0x7f236f630530> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f60f980> # /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 0x7f236f632c00> # /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 0x7f236f633aa0> # /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 0x7f236f658350> # /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 0x7f236f659820> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f633cb0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f632ae0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f632450> # /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 0x7f236f65b470> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f632ff0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6308c0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f60efc0> # /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 0x7f236f60f6b0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f60f410> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f60d1c0> # /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 0x7f236f694b00> # /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 0x7f236f697020> # /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 0x7f236f697800> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f696330> # /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 0x7f236f697f80> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f694ad0> # /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 0x7f236f6bda90> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6bd010> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6bce30> # /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 0x7f236f6e8b60> # /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 0x7f236efb6c00> # 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 0x7f236efb6f60> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6eae70> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6e9010> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6bff20> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6be2a0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6bdfd0> # /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 0x7f236eff0a70> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236efb7b90> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f6be7e0> # /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 0x7f236efb7980> # /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 0x7f236eff1370> # /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 0x7f236eff1400> # /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 0x7f236eff14c0> # /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 0x7f236eff3f80> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eff21e0> # /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 0x7f236f010200> # /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 0x7f236f0102f0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eff12b0> # /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 0x7f236f0104a0> # /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 0x7f236f03be90> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f03b2f0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f039d60> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f011ca0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f011100> # /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 0x7f236f013fb0> # /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 0x7f236f658170> # /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 0x7f236f07c7a0> # /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 0x7f236f07ca10> # /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 0x7f236f07d370> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f07ce00> # /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 0x7f236f07e270> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2371437290> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23716e1880> # /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 0x7f236f07ee70> # /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 0x7f236ee4b920> # /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 0x7f236ee6d9a0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ee6d550> # 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 0x7f23717fe6f0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ee6c410> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ee4bc50> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ee48980> # /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 0x7f236ee6c200> # /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 0x7f236ee82f00> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ee81a30> # /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 0x7f236eea86e0> # /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 0x7f236eea8980> # /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 0x7f236eea8bf0> # /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 0x7f236eea8e90> # /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 0x7f236eea9580> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eea9400> # /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 0x7f236eeaae70> # /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 0x7f236eeaafc0> # /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 0x7f236eeab1d0> # /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 0x7f236eec0140> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eeab9b0> # /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 0x7f236eec0350> # /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 0x7f236eec1100> # /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 0x7f236eec12b0> # /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 0x7f236eec1550> # /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 0x7f236eec2450> # /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 0x7f236eec2690> # /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 0x7f236eec28a0> # /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 0x7f236eec3470> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eec2fc0> # /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 0x7f236eee8320> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eec3c20> # /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 0x7f236eee8fb0> # /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 0x7f236eee9280> # /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 0x7f236eeea1e0> # /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 0x7f236eeea480> # /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 0x7f236eeea630> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f07f2c0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f07f050> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f07e780> # /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 0x7f236eeeb020> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eeead50> # /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 0x7f236ef114c0> # /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 0x7f236ef12bd0> # 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 0x7f236ef11dc0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ef119a0> # /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 0x7f236ec604a0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ec4b890> # /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 0x7f236ec63110> # /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 0x7f236ec63bc0> # /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 0x7f236ec60b00> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ec607d0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eeeb2f0> # /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 0x7f236ef10710> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236eeeb050> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236f07f020> # /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 0x7f236ec8ddc0> # /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 0x7f236ec8e660> # /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 0x7f236ec8f680> # /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 0x7f236ec8fce0> # /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 0x7f236ecb53d0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ecb4da0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ecb4a40> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ecb46e0> # /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 0x7f236ecb5160> # /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 0x7f236ecb7110> # /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 0x7f236ecb71d0> # /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 0x7f236ecb78c0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ecb7740> # /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 0x7f236ece5e50> # /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 0x7f236ece7080> # /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 0x7f236ece72f0> # /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 0x7f236ece7470> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ece7290> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ece6b40> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ece5fd0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ece5280> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ece4800> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ecb7f80> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ecb6c00> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f236ecb60f0> # /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 0x7f236ece71a0> # /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 0x7f236ece78f0> # /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 0x7f236ed10200> # /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 0x7f236ed105c0> # /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 0x7f236ed10ef0> # /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 0x7f236ed11a60> {"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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 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 138029 1726887992.16501: 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-1726887990.9421089-138164-276933973604492/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726887992.16504: _low_level_execute_command(): starting 138029 1726887992.16507: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726887990.9421089-138164-276933973604492/ > /dev/null 2>&1 && sleep 0' 138029 1726887992.16509: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887992.16511: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887992.16514: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887992.16516: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887992.16518: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887992.16520: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887992.17129: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887992.17338: stderr chunk (state=3): >>><<< 138029 1726887992.17341: stdout chunk (state=3): >>><<< 138029 1726887992.17343: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887992.17346: handler run complete 138029 1726887992.17561: attempt loop complete, returning result 138029 1726887992.17567: _execute() done 138029 1726887992.17569: dumping result to json 138029 1726887992.17571: done dumping result, returning 138029 1726887992.17575: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-5a58-73a2-0000000000b6] 138029 1726887992.17577: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000b6 138029 1726887992.17642: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000b6 138029 1726887992.17645: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 138029 1726887992.17729: no more pending results, returning what we have 138029 1726887992.17732: results queue empty 138029 1726887992.17733: checking for any_errors_fatal 138029 1726887992.17734: done checking for any_errors_fatal 138029 1726887992.17734: checking for max_fail_percentage 138029 1726887992.17736: done checking for max_fail_percentage 138029 1726887992.17737: checking to see if all hosts have failed and the running result is not ok 138029 1726887992.17737: done checking to see if all hosts have failed 138029 1726887992.17738: getting the remaining hosts for this loop 138029 1726887992.17740: done getting the remaining hosts for this loop 138029 1726887992.17743: getting the next task for host managed_node3 138029 1726887992.17748: done getting next task for host managed_node3 138029 1726887992.17752: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 138029 1726887992.17857: ^ 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 138029 1726887992.17872: getting variables 138029 1726887992.17874: in VariableManager get_vars() 138029 1726887992.17908: Calling all_inventory to load vars for managed_node3 138029 1726887992.17911: Calling groups_inventory to load vars for managed_node3 138029 1726887992.17914: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887992.17923: Calling all_plugins_play to load vars for managed_node3 138029 1726887992.17926: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887992.17929: Calling groups_plugins_play to load vars for managed_node3 138029 1726887992.18666: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887992.19251: done with get_vars() 138029 1726887992.19266: done getting variables 138029 1726887992.19353: 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:06:32 -0400 (0:00:01.433) 0:00:04.919 ****** 138029 1726887992.19594: entering _queue_task() for managed_node3/debug 138029 1726887992.19595: Creating lock for debug 138029 1726887992.19946: worker is 1 (out of 1 available) 138029 1726887992.19960: exiting _queue_task() for managed_node3/debug 138029 1726887992.19975: done queuing things up, now waiting for results queue to drain 138029 1726887992.19976: waiting for pending results... 138029 1726887992.20472: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools 138029 1726887992.20478: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000b7 138029 1726887992.20481: variable 'ansible_search_path' from source: unknown 138029 1726887992.20484: variable 'ansible_search_path' from source: unknown 138029 1726887992.20892: calling self._execute() 138029 1726887992.20896: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887992.21061: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887992.21067: variable 'omit' from source: magic vars 138029 1726887992.21260: variable 'omit' from source: magic vars 138029 1726887992.21348: variable 'omit' from source: magic vars 138029 1726887992.21472: variable 'omit' from source: magic vars 138029 1726887992.21519: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887992.21605: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887992.21675: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887992.21782: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887992.21800: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887992.21822: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887992.21845: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887992.21898: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887992.21977: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887992.21983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887992.22223: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887992.22402: Set connection var ansible_timeout to 10 138029 1726887992.22406: Set connection var ansible_pipelining to False 138029 1726887992.22408: Set connection var ansible_shell_type to sh 138029 1726887992.22410: Set connection var ansible_connection to ssh 138029 1726887992.22412: Set connection var ansible_shell_executable to /bin/sh 138029 1726887992.22414: variable 'ansible_shell_executable' from source: unknown 138029 1726887992.22416: variable 'ansible_connection' from source: unknown 138029 1726887992.22418: variable 'ansible_module_compression' from source: unknown 138029 1726887992.22420: variable 'ansible_shell_type' from source: unknown 138029 1726887992.22422: variable 'ansible_shell_executable' from source: unknown 138029 1726887992.22423: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887992.22425: variable 'ansible_pipelining' from source: unknown 138029 1726887992.22427: variable 'ansible_timeout' from source: unknown 138029 1726887992.22429: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887992.22762: 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) 138029 1726887992.22766: variable 'omit' from source: magic vars 138029 1726887992.22768: starting attempt loop 138029 1726887992.22771: running the handler 138029 1726887992.23523: handler run complete 138029 1726887992.23576: attempt loop complete, returning result 138029 1726887992.23584: _execute() done 138029 1726887992.23598: dumping result to json 138029 1726887992.23659: done dumping result, returning 138029 1726887992.23662: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-5a58-73a2-0000000000b7] 138029 1726887992.23664: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000b7 138029 1726887992.24133: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000b7 138029 1726887992.24138: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } 138029 1726887992.24192: no more pending results, returning what we have 138029 1726887992.24195: results queue empty 138029 1726887992.24196: checking for any_errors_fatal 138029 1726887992.24203: done checking for any_errors_fatal 138029 1726887992.24204: checking for max_fail_percentage 138029 1726887992.24205: done checking for max_fail_percentage 138029 1726887992.24206: checking to see if all hosts have failed and the running result is not ok 138029 1726887992.24207: done checking to see if all hosts have failed 138029 1726887992.24207: getting the remaining hosts for this loop 138029 1726887992.24209: done getting the remaining hosts for this loop 138029 1726887992.24212: getting the next task for host managed_node3 138029 1726887992.24217: done getting next task for host managed_node3 138029 1726887992.24220: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 138029 1726887992.24224: ^ 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 138029 1726887992.24235: getting variables 138029 1726887992.24236: in VariableManager get_vars() 138029 1726887992.24268: Calling all_inventory to load vars for managed_node3 138029 1726887992.24271: Calling groups_inventory to load vars for managed_node3 138029 1726887992.24273: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887992.24281: Calling all_plugins_play to load vars for managed_node3 138029 1726887992.24283: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887992.24285: Calling groups_plugins_play to load vars for managed_node3 138029 1726887992.24714: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887992.25135: done with get_vars() 138029 1726887992.25146: done getting variables 138029 1726887992.25212: 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:06:32 -0400 (0:00:00.056) 0:00:04.975 ****** 138029 1726887992.25244: entering _queue_task() for managed_node3/debug 138029 1726887992.25596: worker is 1 (out of 1 available) 138029 1726887992.25606: exiting _queue_task() for managed_node3/debug 138029 1726887992.25616: done queuing things up, now waiting for results queue to drain 138029 1726887992.25617: waiting for pending results... 138029 1726887992.25824: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes 138029 1726887992.25975: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000b8 138029 1726887992.26002: variable 'ansible_search_path' from source: unknown 138029 1726887992.26074: variable 'ansible_search_path' from source: unknown 138029 1726887992.26078: calling self._execute() 138029 1726887992.26138: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887992.26149: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887992.26166: variable 'omit' from source: magic vars 138029 1726887992.26288: variable 'omit' from source: magic vars 138029 1726887992.26366: variable 'omit' from source: magic vars 138029 1726887992.26406: variable 'omit' from source: magic vars 138029 1726887992.26457: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887992.26530: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887992.26533: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887992.26552: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887992.26574: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887992.26638: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887992.26641: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887992.26651: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887992.26660: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887992.26670: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887992.26802: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887992.26813: Set connection var ansible_timeout to 10 138029 1726887992.26822: Set connection var ansible_pipelining to False 138029 1726887992.26830: Set connection var ansible_shell_type to sh 138029 1726887992.26854: Set connection var ansible_connection to ssh 138029 1726887992.26859: Set connection var ansible_shell_executable to /bin/sh 138029 1726887992.26884: variable 'ansible_shell_executable' from source: unknown 138029 1726887992.26892: variable 'ansible_connection' from source: unknown 138029 1726887992.26965: variable 'ansible_module_compression' from source: unknown 138029 1726887992.26969: variable 'ansible_shell_type' from source: unknown 138029 1726887992.26971: variable 'ansible_shell_executable' from source: unknown 138029 1726887992.26973: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887992.26975: variable 'ansible_pipelining' from source: unknown 138029 1726887992.26977: variable 'ansible_timeout' from source: unknown 138029 1726887992.26979: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887992.27126: 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) 138029 1726887992.27142: variable 'omit' from source: magic vars 138029 1726887992.27150: starting attempt loop 138029 1726887992.27179: running the handler 138029 1726887992.27961: handler run complete 138029 1726887992.27966: attempt loop complete, returning result 138029 1726887992.27969: _execute() done 138029 1726887992.27971: dumping result to json 138029 1726887992.27973: done dumping result, returning 138029 1726887992.27975: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-5a58-73a2-0000000000b8] 138029 1726887992.27977: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000b8 138029 1726887992.28264: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000b8 138029 1726887992.28268: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 138029 1726887992.28318: no more pending results, returning what we have 138029 1726887992.28321: results queue empty 138029 1726887992.28322: checking for any_errors_fatal 138029 1726887992.28327: done checking for any_errors_fatal 138029 1726887992.28328: checking for max_fail_percentage 138029 1726887992.28329: done checking for max_fail_percentage 138029 1726887992.28330: checking to see if all hosts have failed and the running result is not ok 138029 1726887992.28330: done checking to see if all hosts have failed 138029 1726887992.28331: getting the remaining hosts for this loop 138029 1726887992.28332: done getting the remaining hosts for this loop 138029 1726887992.28336: getting the next task for host managed_node3 138029 1726887992.28341: done getting next task for host managed_node3 138029 1726887992.28344: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 138029 1726887992.28348: ^ 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 138029 1726887992.28359: getting variables 138029 1726887992.28360: in VariableManager get_vars() 138029 1726887992.28392: Calling all_inventory to load vars for managed_node3 138029 1726887992.28395: Calling groups_inventory to load vars for managed_node3 138029 1726887992.28397: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887992.28406: Calling all_plugins_play to load vars for managed_node3 138029 1726887992.28409: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887992.28412: Calling groups_plugins_play to load vars for managed_node3 138029 1726887992.28833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887992.29645: done with get_vars() 138029 1726887992.29657: 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:06:32 -0400 (0:00:00.044) 0:00:05.020 ****** 138029 1726887992.29732: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726887992.29734: Creating lock for fedora.linux_system_roles.blivet 138029 1726887992.30320: worker is 1 (out of 1 available) 138029 1726887992.30333: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726887992.30345: done queuing things up, now waiting for results queue to drain 138029 1726887992.30347: waiting for pending results... 138029 1726887992.30805: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages 138029 1726887992.31017: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000b9 138029 1726887992.31133: variable 'ansible_search_path' from source: unknown 138029 1726887992.31137: variable 'ansible_search_path' from source: unknown 138029 1726887992.31160: calling self._execute() 138029 1726887992.31442: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887992.31445: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887992.31458: variable 'omit' from source: magic vars 138029 1726887992.32773: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726887992.33550: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726887992.33603: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726887992.33641: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726887992.33688: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726887992.33838: 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) 138029 1726887992.33901: 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) 138029 1726887992.34006: 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) 138029 1726887992.34033: 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) 138029 1726887992.34415: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 138029 1726887992.34469: variable 'omit' from source: magic vars 138029 1726887992.34649: variable 'omit' from source: magic vars 138029 1726887992.34828: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726887992.40532: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726887992.40536: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726887992.40965: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726887992.40969: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726887992.40971: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726887992.41362: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887992.41366: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887992.41369: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887992.41371: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887992.41373: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887992.42363: variable 'storage_use_partitions' from source: play vars 138029 1726887992.42367: variable 'storage_disklabel_type' from source: role '' defaults 138029 1726887992.42370: variable 'storage_pool_defaults' from source: role '' defaults 138029 1726887992.42372: variable 'storage_pool_defaults' from source: role '' defaults 138029 1726887992.42710: variable 'storage_volume_defaults' from source: role '' defaults 138029 1726887992.42780: variable 'storage_volume_defaults' from source: role '' defaults 138029 1726887992.43100: variable 'omit' from source: magic vars 138029 1726887992.43134: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887992.43169: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887992.43227: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887992.43279: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887992.43327: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887992.43348: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887992.43442: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887992.43477: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887992.43485: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887992.43492: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887992.43730: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887992.43875: Set connection var ansible_timeout to 10 138029 1726887992.43963: Set connection var ansible_pipelining to False 138029 1726887992.43967: Set connection var ansible_shell_type to sh 138029 1726887992.43970: Set connection var ansible_connection to ssh 138029 1726887992.43972: Set connection var ansible_shell_executable to /bin/sh 138029 1726887992.43974: variable 'ansible_shell_executable' from source: unknown 138029 1726887992.43976: variable 'ansible_connection' from source: unknown 138029 1726887992.43978: variable 'ansible_module_compression' from source: unknown 138029 1726887992.43980: variable 'ansible_shell_type' from source: unknown 138029 1726887992.43981: variable 'ansible_shell_executable' from source: unknown 138029 1726887992.43983: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887992.43985: variable 'ansible_pipelining' from source: unknown 138029 1726887992.43988: variable 'ansible_timeout' from source: unknown 138029 1726887992.43990: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887992.44214: 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) 138029 1726887992.44301: variable 'omit' from source: magic vars 138029 1726887992.44315: starting attempt loop 138029 1726887992.44327: running the handler 138029 1726887992.44344: _low_level_execute_command(): starting 138029 1726887992.44366: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726887992.45926: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887992.46062: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887992.46170: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887992.48047: stdout chunk (state=3): >>>/root <<< 138029 1726887992.48051: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887992.48053: stdout chunk (state=3): >>><<< 138029 1726887992.48058: stderr chunk (state=3): >>><<< 138029 1726887992.48274: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887992.48278: _low_level_execute_command(): starting 138029 1726887992.48282: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726887992.4819262-138210-217597292019329 `" && echo ansible-tmp-1726887992.4819262-138210-217597292019329="` echo /root/.ansible/tmp/ansible-tmp-1726887992.4819262-138210-217597292019329 `" ) && sleep 0' 138029 1726887992.49986: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887992.49989: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887992.50009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887992.50120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887992.50233: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887992.50251: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887992.50445: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887992.52303: stdout chunk (state=3): >>>ansible-tmp-1726887992.4819262-138210-217597292019329=/root/.ansible/tmp/ansible-tmp-1726887992.4819262-138210-217597292019329 <<< 138029 1726887992.52428: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887992.52453: stderr chunk (state=3): >>><<< 138029 1726887992.52509: stdout chunk (state=3): >>><<< 138029 1726887992.52537: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726887992.4819262-138210-217597292019329=/root/.ansible/tmp/ansible-tmp-1726887992.4819262-138210-217597292019329 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887992.52670: variable 'ansible_module_compression' from source: unknown 138029 1726887992.52823: ANSIBALLZ: Using lock for fedora.linux_system_roles.blivet 138029 1726887992.52906: ANSIBALLZ: Acquiring lock 138029 1726887992.52914: ANSIBALLZ: Lock acquired: 140373968698304 138029 1726887992.52922: ANSIBALLZ: Creating module 138029 1726887992.92728: ANSIBALLZ: Writing module into payload 138029 1726887992.93041: ANSIBALLZ: Writing module 138029 1726887992.93077: ANSIBALLZ: Renaming module 138029 1726887992.93089: ANSIBALLZ: Done creating module 138029 1726887992.93160: variable 'ansible_facts' from source: unknown 138029 1726887992.93213: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726887992.4819262-138210-217597292019329/AnsiballZ_blivet.py 138029 1726887992.93386: Sending initial data 138029 1726887992.93389: Sent initial data (157 bytes) 138029 1726887992.93976: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887992.94078: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887992.94102: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887992.94134: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887992.94202: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887992.94486: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887992.96167: 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 <<< 138029 1726887992.96205: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726887992.96255: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp469uzrev /root/.ansible/tmp/ansible-tmp-1726887992.4819262-138210-217597292019329/AnsiballZ_blivet.py <<< 138029 1726887992.96259: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726887992.4819262-138210-217597292019329/AnsiballZ_blivet.py" <<< 138029 1726887992.96406: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp469uzrev" to remote "/root/.ansible/tmp/ansible-tmp-1726887992.4819262-138210-217597292019329/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726887992.4819262-138210-217597292019329/AnsiballZ_blivet.py" <<< 138029 1726887992.98436: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887992.98439: stdout chunk (state=3): >>><<< 138029 1726887992.98441: stderr chunk (state=3): >>><<< 138029 1726887992.98444: done transferring module to remote 138029 1726887992.98446: _low_level_execute_command(): starting 138029 1726887992.98448: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726887992.4819262-138210-217597292019329/ /root/.ansible/tmp/ansible-tmp-1726887992.4819262-138210-217597292019329/AnsiballZ_blivet.py && sleep 0' 138029 1726887992.99351: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887992.99562: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887992.99677: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887992.99710: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887992.99763: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887993.01578: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887993.01581: stdout chunk (state=3): >>><<< 138029 1726887993.01583: stderr chunk (state=3): >>><<< 138029 1726887993.01598: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887993.01845: _low_level_execute_command(): starting 138029 1726887993.01849: _low_level_execute_command(): using become for this command 138029 1726887993.01851: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-upiqajjlejiggqxgmvfrfwmerjdxbaaf ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726887992.4819262-138210-217597292019329/AnsiballZ_blivet.py'"'"' && sleep 0' 138029 1726887993.01975: Initial state: awaiting_escalation: BECOME-SUCCESS-upiqajjlejiggqxgmvfrfwmerjdxbaaf 138029 1726887993.03462: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887993.03577: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887993.03610: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887993.03687: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887993.06529: stdout chunk (state=1): >>>BECOME-SUCCESS-upiqajjlejiggqxgmvfrfwmerjdxbaaf <<< 138029 1726887993.06533: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-upiqajjlejiggqxgmvfrfwmerjdxbaaf' 138029 1726887993.06896: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726887993.06902: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726887993.07061: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726887993.07102: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 138029 1726887993.07110: stdout chunk (state=3): >>>import 'zipimport' # <<< 138029 1726887993.07129: stdout chunk (state=3): >>># installed zipimport hook <<< 138029 1726887993.07163: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726887993.07171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887993.07200: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726887993.07360: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726887993.07369: 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' <<< 138029 1726887993.07372: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b923103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b922dfa10> <<< 138029 1726887993.07441: 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 0x7f8b92312960> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 138029 1726887993.07454: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726887993.07561: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726887993.07617: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726887993.07971: 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 0x7f8b920c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f8b920c1fd0> <<< 138029 1726887993.07975: 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. <<< 138029 1726887993.08102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726887993.08110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726887993.08134: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726887993.08144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887993.08209: 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' <<< 138029 1726887993.08213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726887993.08246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726887993.08249: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b92107dd0> <<< 138029 1726887993.08281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726887993.08321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726887993.08324: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b92107fe0> <<< 138029 1726887993.08382: 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' <<< 138029 1726887993.08402: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726887993.08536: 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 0x7f8b921377a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b92137e30> <<< 138029 1726887993.08540: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726887993.08592: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b92117aa0> <<< 138029 1726887993.08598: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726887993.08641: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b921151c0> <<< 138029 1726887993.08723: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b92104f80> <<< 138029 1726887993.08767: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726887993.08774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726887993.08885: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726887993.08896: 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 0x7f8b9215b710> <<< 138029 1726887993.08923: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9215a330> <<< 138029 1726887993.08939: 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' <<< 138029 1726887993.08945: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b92116090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b92158b60> <<< 138029 1726887993.09074: 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 0x7f8b9218c770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b92104200> # /usr/lib64/python3.12/__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' <<< 138029 1726887993.09079: 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 0x7f8b9218cc20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9218cad0> <<< 138029 1726887993.09118: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887993.09145: 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 0x7f8b9218ce90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b920fad20> <<< 138029 1726887993.09149: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726887993.09207: 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' <<< 138029 1726887993.09229: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9218d550> <<< 138029 1726887993.09312: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9218d220> 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 0x7f8b9218e450> <<< 138029 1726887993.09321: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726887993.09418: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726887993.09450: 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 0x7f8b921a4680> 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 0x7f8b921a5d90> <<< 138029 1726887993.09509: 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 <<< 138029 1726887993.09512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b921a6c00> <<< 138029 1726887993.09745: 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 0x7f8b921a7260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b921a6150> # /usr/lib64/python3.12/__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 0x7f8b921a7ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b921a7410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9218e4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726887993.09765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726887993.09792: 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' <<< 138029 1726887993.09903: 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 0x7f8b91ee3b60> # /usr/lib64/python3.12/__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 0x7f8b91f0c5c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91f0c350> <<< 138029 1726887993.09910: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887993.09913: 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 0x7f8b91f0c5f0> <<< 138029 1726887993.09981: 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' <<< 138029 1726887993.10014: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887993.10156: 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 0x7f8b91f0cef0> <<< 138029 1726887993.10359: 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 0x7f8b91f0d7f0> <<< 138029 1726887993.10363: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91f0c7d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91ee1d00> # /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 0x7f8b91f0eba0> <<< 138029 1726887993.10410: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91f0d910> <<< 138029 1726887993.10445: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9218eba0> <<< 138029 1726887993.10458: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726887993.11070: 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 0x7f8b91f3af00> # /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 0x7f8b91f632c0> <<< 138029 1726887993.11074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726887993.11076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726887993.11079: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726887993.11083: 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 0x7f8b91f8bfb0> # /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' <<< 138029 1726887993.11142: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91fbe810> <<< 138029 1726887993.11257: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91fbc1d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91f63f50> <<< 138029 1726887993.11265: 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 0x7f8b91dc50d0> <<< 138029 1726887993.11268: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91f620c0> <<< 138029 1726887993.11324: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91f0fad0> <<< 138029 1726887993.11595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8b91f626c0> <<< 138029 1726887993.11598: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_zcbk709u/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 138029 1726887993.11667: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.11703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726887993.11715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726887993.11813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726887993.11835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726887993.11891: 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 0x7f8b91e12e70> <<< 138029 1726887993.11894: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726887993.12157: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91df5d60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91df4ec0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 138029 1726887993.12161: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726887993.12243: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.13529: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.14627: 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 0x7f8b91e10d10> <<< 138029 1726887993.14653: 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' <<< 138029 1726887993.14720: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726887993.14754: 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 0x7f8b91e4a900> <<< 138029 1726887993.14781: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91e4a690> <<< 138029 1726887993.14853: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91e49fa0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726887993.14858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726887993.14953: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91e4a3f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91e13890> import 'atexit' # <<< 138029 1726887993.14976: 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 0x7f8b91e4b650> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b91e4b890> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726887993.15084: 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 0x7f8b91e4bdd0> <<< 138029 1726887993.15088: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726887993.15104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726887993.15126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726887993.15165: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91719bb0> <<< 138029 1726887993.15218: 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 0x7f8b9171b7d0> <<< 138029 1726887993.15412: 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 0x7f8b9171c1d0> # /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 0x7f8b9171d0d0> # /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' <<< 138029 1726887993.15430: 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' <<< 138029 1726887993.15602: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9171fdd0> <<< 138029 1726887993.15609: 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 0x7f8b920facc0> <<< 138029 1726887993.15612: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9171e090> <<< 138029 1726887993.15646: 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 <<< 138029 1726887993.15666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726887993.15682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726887993.15703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91727c50> import '_tokenize' # <<< 138029 1726887993.15796: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91726720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91726480> <<< 138029 1726887993.15800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726887993.15961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726887993.15993: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b917269f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9171e5a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b9176bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9176c410> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 138029 1726887993.16070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726887993.16080: 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 0x7f8b9176daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9176d8b0> <<< 138029 1726887993.16365: 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 0x7f8b9176ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9176e1e0> # /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' <<< 138029 1726887993.16368: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726887993.16419: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b917737d0> <<< 138029 1726887993.16526: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b917701a0> <<< 138029 1726887993.16568: 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 0x7f8b91774590> <<< 138029 1726887993.16681: 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 0x7f8b91774830> <<< 138029 1726887993.16685: 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 0x7f8b917748f0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9176c230> <<< 138029 1726887993.16699: 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 <<< 138029 1726887993.16762: 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' <<< 138029 1726887993.16866: 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 0x7f8b91600110> <<< 138029 1726887993.16917: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887993.16933: 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 0x7f8b91601250> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b917768d0> <<< 138029 1726887993.16989: 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 0x7f8b91777c50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b917764e0> <<< 138029 1726887993.17208: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726887993.17224: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726887993.17257: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.17261: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726887993.17278: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.17491: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.17515: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.18077: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.18564: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726887993.18601: 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' # <<< 138029 1726887993.18799: 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 0x7f8b916054f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726887993.18805: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91606330> <<< 138029 1726887993.18818: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91601370> <<< 138029 1726887993.18858: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726887993.18867: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.18887: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.18930: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726887993.19051: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.19343: 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 0x7f8b91606150> <<< 138029 1726887993.19377: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.19951: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.20128: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.20198: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.20342: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726887993.20361: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726887993.20452: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726887993.20523: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726887993.20535: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.20564: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726887993.20618: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726887993.20649: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726887993.20670: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.20888: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.21119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726887993.21183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726887993.21186: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726887993.21267: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91607470> # zipimport: zlib available <<< 138029 1726887993.21341: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.21417: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726887993.21476: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726887993.21489: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726887993.21539: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726887993.21542: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.21592: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.21776: 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 <<< 138029 1726887993.21808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887993.21919: 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 0x7f8b91611fa0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9160f080> <<< 138029 1726887993.21941: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726887993.21944: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.22076: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.22079: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.22107: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.22184: 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 <<< 138029 1726887993.22198: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726887993.22214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726887993.22343: 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 <<< 138029 1726887993.22366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726887993.22369: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91702870> <<< 138029 1726887993.22410: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91e7a540> <<< 138029 1726887993.22498: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91611f40> <<< 138029 1726887993.22501: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91607d10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726887993.22510: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.22572: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726887993.22615: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726887993.22627: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.22693: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 138029 1726887993.22834: 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' # # zipimport: zlib available <<< 138029 1726887993.24478: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.25727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726887993.25790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726887993.25815: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726887993.25834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726887993.25858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726887993.25994: 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 0x7f8b912f8bf0> <<< 138029 1726887993.25997: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9168ff50> <<< 138029 1726887993.25999: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9168d9a0> <<< 138029 1726887993.26129: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b916a44d0> <<< 138029 1726887993.26174: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.26260: 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 <<< 138029 1726887993.26321: 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' # /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py <<< 138029 1726887993.26377: 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 0x7f8b9130e810> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9130e450> # /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py <<< 138029 1726887993.26402: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 138029 1726887993.26470: 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 0x7f8b91330f20> <<< 138029 1726887993.26482: 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' <<< 138029 1726887993.26547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726887993.26648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 138029 1726887993.26686: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91332150> # 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 0x7f8b91331a60> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b913318e0> # /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' <<< 138029 1726887993.26880: stdout chunk (state=3): >>>import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91334710> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b913344a0> # /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' <<< 138029 1726887993.26979: 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 <<< 138029 1726887993.27054: 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' <<< 138029 1726887993.27061: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b913364e0> <<< 138029 1726887993.27206: 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 0x7f8b91336270> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91335b20> # /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' <<< 138029 1726887993.27210: 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 <<< 138029 1726887993.27220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 138029 1726887993.27236: 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 <<< 138029 1726887993.27249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 138029 1726887993.27275: 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 0x7f8b91339280> <<< 138029 1726887993.27324: 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 0x7f8b91339640> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py <<< 138029 1726887993.27346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91339a90> <<< 138029 1726887993.27432: 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 0x7f8b9133a300> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b913388f0> <<< 138029 1726887993.27438: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b913383e0> # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 138029 1726887993.27520: 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 0x7f8b9133aa80> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91337ef0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91337e60> <<< 138029 1726887993.27549: 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 <<< 138029 1726887993.27572: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 138029 1726887993.27635: 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' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9137d100> <<< 138029 1726887993.27666: 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' <<< 138029 1726887993.27846: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9137df70> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9137d640> <<< 138029 1726887993.27918: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9133b3b0> <<< 138029 1726887993.27951: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 138029 1726887993.28067: 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' <<< 138029 1726887993.28139: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b913868a0> <<< 138029 1726887993.28204: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 138029 1726887993.28227: stdout chunk (state=3): >>># destroy gi.repository.GModule <<< 138029 1726887993.28230: stdout chunk (state=3): >>>import 'gi.repository.GModule' # <<< 138029 1726887993.28251: 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 <<< 138029 1726887993.28359: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 138029 1726887993.28561: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9138bfb0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91335070> <<< 138029 1726887993.28619: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/overrides/BlockDev.py # code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 138029 1726887993.28662: 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' <<< 138029 1726887993.28670: 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 <<< 138029 1726887993.28682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 138029 1726887993.28870: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91219f40> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91219760> <<< 138029 1726887993.29670: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9138bda0> import 'gi.repository.BlockDev' # <<< 138029 1726887993.29687: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9130e990> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9130d7f0> <<< 138029 1726887993.30045: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b916a6090> <<< 138029 1726887993.30068: 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 <<< 138029 1726887993.30080: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' <<< 138029 1726887993.30144: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9122e6f0> <<< 138029 1726887993.30173: 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 0x7f8b91230470> <<< 138029 1726887993.30193: 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 <<< 138029 1726887993.30283: stdout chunk (state=3): >>># 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' <<< 138029 1726887993.30361: 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' <<< 138029 1726887993.30364: 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 <<< 138029 1726887993.30367: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 138029 1726887993.30369: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91233c20> <<< 138029 1726887993.30377: 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 <<< 138029 1726887993.30485: 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 0x7f8b912341d0> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/core.py <<< 138029 1726887993.30673: 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' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91235250> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91235100> # /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 0x7f8b912354f0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91234e60> # /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' <<< 138029 1726887993.30697: 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 0x7f8b912359d0> <<< 138029 1726887993.30711: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91235820> <<< 138029 1726887993.30715: 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' <<< 138029 1726887993.30763: 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 <<< 138029 1726887993.30789: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 138029 1726887993.30808: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91235d30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91235a30> <<< 138029 1726887993.30820: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b912345f0> <<< 138029 1726887993.30981: 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 0x7f8b91234c80> # /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 0x7f8b91239cd0> <<< 138029 1726887993.30985: 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 0x7f8b9123a030> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91239a30> <<< 138029 1726887993.31006: stdout chunk (state=3): >>>import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b912390a0> <<< 138029 1726887993.31041: 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' <<< 138029 1726887993.31046: stdout chunk (state=3): >>>import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9123a180> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b912338c0> <<< 138029 1726887993.31066: 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 <<< 138029 1726887993.31073: 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 0x7f8b9123a210> <<< 138029 1726887993.31296: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91231430> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91230b00> # /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' <<< 138029 1726887993.31346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 138029 1726887993.31377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 138029 1726887993.31381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 138029 1726887993.31485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 138029 1726887993.31489: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91242450> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91241280> # /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' <<< 138029 1726887993.31495: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91244140> <<< 138029 1726887993.31579: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9130e3f0> <<< 138029 1726887993.31586: 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 <<< 138029 1726887993.31838: 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 # 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 0x7f8b913c7980> <<< 138029 1726887993.31842: 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' <<< 138029 1726887993.31844: 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' <<< 138029 1726887993.31870: 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' <<< 138029 1726887993.31890: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b902b45c0> <<< 138029 1726887993.31919: 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 <<< 138029 1726887993.31927: 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 0x7f8b902b4da0> <<< 138029 1726887993.31958: 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 <<< 138029 1726887993.31961: stdout chunk (state=3): >>># 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 0x7f8b902b53a0> <<< 138029 1726887993.31990: 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 <<< 138029 1726887993.31997: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 138029 1726887993.32071: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b902b56d0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b902b4440> <<< 138029 1726887993.32157: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91277b90> <<< 138029 1726887993.32185: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b912749b0> # /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 <<< 138029 1726887993.32199: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' <<< 138029 1726887993.32207: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b902c84d0> <<< 138029 1726887993.32214: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91275460> <<< 138029 1726887993.32439: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b912744d0> # /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 0x7f8b902c8a70> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91275370> # /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 0x7f8b902c8c50> # /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' <<< 138029 1726887993.32450: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b902c90a0> <<< 138029 1726887993.32467: 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 <<< 138029 1726887993.32479: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' <<< 138029 1726887993.32508: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b902c9850> <<< 138029 1726887993.32709: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/biosboot.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/__init__.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887993.33187: 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 0x7f8b902f5220> # /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 0x7f8b902f63c0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b902f5d90> # /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 0x7f8b902f67b0> # /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 0x7f8b902f7350> # /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 0x7f8b900a2060> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b900a0d40> # /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 0x7f8b900a34a0> # /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 0x7f8b900c4800> <<< 138029 1726887993.33216: 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 0x7f8b900c5640> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b902ea540> <<< 138029 1726887993.33231: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b902ea1e0> <<< 138029 1726887993.33259: 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 <<< 138029 1726887993.33273: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 138029 1726887993.33308: 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 0x7f8b900c7b60> <<< 138029 1726887993.33470: 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 0x7f8b900f0530> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b900c79e0> <<< 138029 1726887993.33605: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b900c70e0> <<< 138029 1726887993.33618: 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 <<< 138029 1726887993.33625: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc' <<< 138029 1726887993.33632: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90110d70> <<< 138029 1726887993.33658: 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 <<< 138029 1726887993.33673: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc' <<< 138029 1726887993.33684: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90110ec0> <<< 138029 1726887993.33689: 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 <<< 138029 1726887993.33742: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 138029 1726887993.33771: 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 <<< 138029 1726887993.33781: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' <<< 138029 1726887993.33797: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90128680> <<< 138029 1726887993.33974: 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' import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90128d70> # /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 0x7f8b901296d0> <<< 138029 1726887993.33996: 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' <<< 138029 1726887993.34018: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90129b50> <<< 138029 1726887993.34048: 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 0x7f8b9012a0c0> <<< 138029 1726887993.34074: 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' <<< 138029 1726887993.34102: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9012a3f0> <<< 138029 1726887993.34123: 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 <<< 138029 1726887993.34149: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' <<< 138029 1726887993.34174: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9012a990> <<< 138029 1726887993.34178: 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 <<< 138029 1726887993.34251: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 138029 1726887993.34257: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9012ab70> <<< 138029 1726887993.34281: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fstab.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' # /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' <<< 138029 1726887993.34578: 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 0x7f8b9012be30> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9012bcb0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9012ad50> # /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 0x7f8b90160b30> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90160740> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9012bb30> <<< 138029 1726887993.34874: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90111400> <<< 138029 1726887993.34886: 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 0x7f8b90124560> # /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' <<< 138029 1726887993.34892: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90124920> <<< 138029 1726887993.34982: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90113050> <<< 138029 1726887993.35004: 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 <<< 138029 1726887993.35010: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 138029 1726887993.35044: 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 <<< 138029 1726887993.35051: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726887993.35503: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b901279b0> <<< 138029 1726887993.35534: 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 <<< 138029 1726887993.35538: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 138029 1726887993.35650: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90127b60> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90127080> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/mdraid.py<<< 138029 1726887993.35659: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 138029 1726887993.35705: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8ffa9fd0> <<< 138029 1726887993.35725: 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 <<< 138029 1726887993.35745: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 138029 1726887993.35780: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8ffab410> <<< 138029 1726887993.35882: 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 <<< 138029 1726887993.35889: stdout chunk (state=3): >>># 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 0x7f8b8ffabbf0> # /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' <<< 138029 1726887993.35973: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8ffbc500> # /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' <<< 138029 1726887993.36143: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8ffbe2a0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b913c5c70> # /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 0x7f8b902e9eb0> <<< 138029 1726887993.36181: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91246ae0> <<< 138029 1726887993.36378: 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' # /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 0x7f8b8fff1460> # /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 0x7f8b8fff2270> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/dm.py <<< 138029 1726887993.36384: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 138029 1726887993.36440: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8fff2a20> <<< 138029 1726887993.36560: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8fff03b0> <<< 138029 1726887993.36569: 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 <<< 138029 1726887993.36601: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 138029 1726887993.36633: 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 <<< 138029 1726887993.36654: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 138029 1726887993.36686: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9002c530> <<< 138029 1726887993.36895: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9000ac60> # /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 0x7f8b9003e030> <<< 138029 1726887993.36911: 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 <<< 138029 1726887993.37070: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726887993.37099: 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 <<< 138029 1726887993.37103: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 138029 1726887993.37160: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90057bf0> <<< 138029 1726887993.37178: 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' import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8fe780e0> <<< 138029 1726887993.37196: 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 <<< 138029 1726887993.37228: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 138029 1726887993.37285: 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' <<< 138029 1726887993.37433: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8fe7a3f0> <<< 138029 1726887993.37452: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8fe785f0> <<< 138029 1726887993.37474: 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 <<< 138029 1726887993.37491: 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 0x7f8b8fecc830> <<< 138029 1726887993.37860: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b900544d0> <<< 138029 1726887993.37865: 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 <<< 138029 1726887993.37871: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726887993.38104: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90055c70> # /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 0x7f8b8ff2e8d0> # /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' <<< 138029 1726887993.38109: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8ff2f3b0> <<< 138029 1726887993.38262: 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 <<< 138029 1726887993.38265: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 138029 1726887993.38268: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8ff2fef0> <<< 138029 1726887993.38270: 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' <<< 138029 1726887993.38378: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8ff403b0> # /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 0x7f8b8ff41250> # /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' <<< 138029 1726887993.38411: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8ff41b20> <<< 138029 1726887993.38425: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91230590> # /usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/deviceaction.py <<< 138029 1726887993.38464: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 138029 1726887993.38601: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8fff0890> <<< 138029 1726887993.38625: 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 <<< 138029 1726887993.38888: 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' import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8ff70ef0> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8ff62c00> # 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 <<< 138029 1726887993.39141: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.39346: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 138029 1726887993.39579: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887993.39888: stdout chunk (state=3): >>> {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": true, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "packages_only": true, "safe_mode": true, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ <<< 138029 1726887993.40619: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726887993.40647: 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 <<< 138029 1726887993.40689: 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 # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[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 <<< 138029 1726887993.40706: 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 <<< 138029 1726887993.40764: stdout chunk (state=3): >>># cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] 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 <<< 138029 1726887993.40785: stdout chunk (state=3): >>># cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid <<< 138029 1726887993.40820: 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 # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_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 <<< 138029 1726887993.40864: 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 <<< 138029 1726887993.41087: 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 # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 138029 1726887993.41734: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726887993.41738: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726887993.41740: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726887993.41742: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726887993.41745: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime <<< 138029 1726887993.41747: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 138029 1726887993.41753: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning <<< 138029 1726887993.41814: stdout chunk (state=3): >>># cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # 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 <<< 138029 1726887993.41826: stdout chunk (state=3): >>># cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes <<< 138029 1726887993.41989: stdout chunk (state=3): >>># 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 <<< 138029 1726887993.42009: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux <<< 138029 1726887993.42034: 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 <<< 138029 1726887993.42048: 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 syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize <<< 138029 1726887993.42074: 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 <<< 138029 1726887993.42119: 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 # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random <<< 138029 1726887993.42136: 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 <<< 138029 1726887993.42154: 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 <<< 138029 1726887993.42186: 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 # 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 <<< 138029 1726887993.42282: stdout chunk (state=3): >>># 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 <<< 138029 1726887993.42912: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726887993.42963: stdout chunk (state=3): >>># destroy linecache <<< 138029 1726887993.43079: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi <<< 138029 1726887993.43082: stdout chunk (state=3): >>># destroy _struct <<< 138029 1726887993.43100: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 138029 1726887993.43137: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser <<< 138029 1726887993.43197: 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 <<< 138029 1726887993.43229: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 138029 1726887993.43298: 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 <<< 138029 1726887993.43305: stdout chunk (state=3): >>># destroy pprint # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy parted # destroy io # destroy _opcode <<< 138029 1726887993.43308: stdout chunk (state=3): >>># destroy _warnings <<< 138029 1726887993.43334: stdout chunk (state=3): >>># destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 138029 1726887993.43346: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 138029 1726887993.43387: stdout chunk (state=3): >>># destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat <<< 138029 1726887993.43434: 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 <<< 138029 1726887993.43473: 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 <<< 138029 1726887993.43533: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726887993.43632: 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 <<< 138029 1726887993.43707: stdout chunk (state=3): >>># destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726887993.44289: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726887993.44401: stderr chunk (state=3): >>><<< 138029 1726887993.44404: stdout chunk (state=3): >>><<< 138029 1726887993.45015: _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 0x7f8b923103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b922dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b92312960> 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 0x7f8b920c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f8b920c1fd0> 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 0x7f8b92107dd0> # /usr/lib64/python3.12/__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 0x7f8b92107fe0> # /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 0x7f8b921377a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b92137e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b92117aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b921151c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b92104f80> # /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 0x7f8b9215b710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9215a330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b92116090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b92158b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9218c770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b92104200> # /usr/lib64/python3.12/__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 0x7f8b9218cc20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9218cad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b9218ce90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b920fad20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f8b9218d550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9218d220> 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 0x7f8b9218e450> 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 0x7f8b921a4680> 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 0x7f8b921a5d90> # /usr/lib64/python3.12/__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 0x7f8b921a6c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b921a7260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b921a6150> # /usr/lib64/python3.12/__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 0x7f8b921a7ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b921a7410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9218e4b0> # /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 0x7f8b91ee3b60> # /usr/lib64/python3.12/__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 0x7f8b91f0c5c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91f0c350> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b91f0c5f0> # /usr/lib64/python3.12/__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 0x7f8b91f0cef0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b91f0d7f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91f0c7d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91ee1d00> # /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 0x7f8b91f0eba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91f0d910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9218eba0> # /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 0x7f8b91f3af00> # /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 0x7f8b91f632c0> # /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 0x7f8b91f8bfb0> # /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 0x7f8b91fbe810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91fbc1d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91f63f50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91dc50d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91f620c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91f0fad0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8b91f626c0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_zcbk709u/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 0x7f8b91e12e70> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91df5d60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91df4ec0> # 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 0x7f8b91e10d10> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f8b91e4a900> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91e4a690> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91e49fa0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f8b91e4a3f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91e13890> 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 0x7f8b91e4b650> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b91e4b890> # /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 0x7f8b91e4bdd0> 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 0x7f8b91719bb0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b9171b7d0> # /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 0x7f8b9171c1d0> # /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 0x7f8b9171d0d0> # /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 0x7f8b9171fdd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b920facc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9171e090> # /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 0x7f8b91727c50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91726720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91726480> # /usr/lib64/python3.12/__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 0x7f8b917269f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9171e5a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b9176bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9176c410> # /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 0x7f8b9176daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9176d8b0> # /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 0x7f8b9176ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9176e1e0> # /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 0x7f8b917737d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b917701a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b91774590> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b91774830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b917748f0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9176c230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f8b91600110> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b91601250> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b917768d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b91777c50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b917764e0> # 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 0x7f8b916054f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f8b91606330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91601370> 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 0x7f8b91606150> # 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 0x7f8b91607470> # 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 0x7f8b91611fa0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9160f080> 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 0x7f8b91702870> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91e7a540> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91611f40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91607d10> # 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 0x7f8b912f8bf0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9168ff50> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9168d9a0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b916a44d0> # 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 0x7f8b9130e810> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9130e450> # /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 0x7f8b91330f20> # /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 0x7f8b91332150> # 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 0x7f8b91331a60> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b913318e0> # /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 0x7f8b91334710> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b913344a0> # /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 0x7f8b913364e0> # 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 0x7f8b91336270> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91335b20> # /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 0x7f8b91339280> # /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 0x7f8b91339640> # /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 0x7f8b91339a90> # /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 0x7f8b9133a300> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b913388f0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b913383e0> # 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 0x7f8b9133aa80> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91337ef0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91337e60> # /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 0x7f8b9137d100> # /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 0x7f8b9137df70> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9137d640> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9133b3b0> 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 0x7f8b913868a0> 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 0x7f8b9138bfb0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91335070> # /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 0x7f8b91219f40> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91219760> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9138bda0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9130e990> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9130d7f0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b916a6090> # /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 0x7f8b9122e6f0> # /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 0x7f8b91230470> # /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 0x7f8b91233c20> # /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 0x7f8b912341d0> # /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 0x7f8b91235250> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91235100> # /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 0x7f8b912354f0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91234e60> # /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 0x7f8b912359d0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91235820> # /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 0x7f8b91235d30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91235a30> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b912345f0> # /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 0x7f8b91234c80> # /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 0x7f8b91239cd0> # /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 0x7f8b9123a030> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91239a30> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b912390a0> # /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 0x7f8b9123a180> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b912338c0> # /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 0x7f8b9123a210> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91231430> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91230b00> # /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 0x7f8b91242450> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91241280> # /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 0x7f8b91244140> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9130e3f0> # /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 0x7f8b913c7980> # /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 0x7f8b902b45c0> # /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 0x7f8b902b4da0> # /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 0x7f8b902b53a0> # /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 0x7f8b902b56d0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b902b4440> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91277b90> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b912749b0> # /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 0x7f8b902c84d0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91275460> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b912744d0> # /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 0x7f8b902c8a70> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91275370> # /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 0x7f8b902c8c50> # /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 0x7f8b902c90a0> # /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 0x7f8b902c9850> # /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 0x7f8b902f5220> # /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 0x7f8b902f63c0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b902f5d90> # /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 0x7f8b902f67b0> # /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 0x7f8b902f7350> # /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 0x7f8b900a2060> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b900a0d40> # /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 0x7f8b900a34a0> # /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 0x7f8b900c4800> # /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 0x7f8b900c5640> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b902ea540> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b902ea1e0> # /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 0x7f8b900c7b60> # /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 0x7f8b900f0530> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b900c79e0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b900c70e0> # /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 0x7f8b90110d70> # /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 0x7f8b90110ec0> # /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 0x7f8b90128680> # /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 0x7f8b90128d70> # /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 0x7f8b901296d0> # /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 0x7f8b90129b50> # /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 0x7f8b9012a0c0> # /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 0x7f8b9012a3f0> # /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 0x7f8b9012a990> # /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 0x7f8b9012ab70> # /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 0x7f8b9012be30> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9012bcb0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9012ad50> # /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 0x7f8b90160b30> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90160740> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9012bb30> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90111400> # /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 0x7f8b90124560> # /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 0x7f8b90124920> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90113050> # /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 0x7f8b901279b0> # /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 0x7f8b90127b60> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b90127080> # /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 0x7f8b8ffa9fd0> # /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 0x7f8b8ffab410> # /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 0x7f8b8ffabbf0> # /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 0x7f8b8ffbc500> # /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 0x7f8b8ffbe2a0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b913c5c70> # /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 0x7f8b902e9eb0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91246ae0> # /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 0x7f8b8fff1460> # /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 0x7f8b8fff2270> # /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 0x7f8b8fff2a20> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8fff03b0> # /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 0x7f8b9002c530> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b9000ac60> # /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 0x7f8b9003e030> # /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 0x7f8b90057bf0> # /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 0x7f8b8fe780e0> # /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 0x7f8b8fe7a3f0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8fe785f0> # /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 0x7f8b8fecc830> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b900544d0> # /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 0x7f8b90055c70> # /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 0x7f8b8ff2e8d0> # /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 0x7f8b8ff2f3b0> # /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 0x7f8b8ff2fef0> # /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 0x7f8b8ff403b0> # /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 0x7f8b8ff41250> # /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 0x7f8b8ff41b20> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b91230590> # /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 0x7f8b8fff0890> # /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 0x7f8b8ff70ef0> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b8ff62c00> # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # # zipimport: zlib available {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": true, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "packages_only": true, "safe_mode": true, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # destroy distro # destroy distro.distro # destroy argparse # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy blivet.devicelibs.disk # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy pprint # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy parted # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy math # destroy platform # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy operator # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 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 138029 1726887993.47516: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [], 'use_partitions': True, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'packages_only': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726887992.4819262-138210-217597292019329/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726887993.47519: _low_level_execute_command(): starting 138029 1726887993.47521: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726887992.4819262-138210-217597292019329/ > /dev/null 2>&1 && sleep 0' 138029 1726887993.47524: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887993.47527: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726887993.47529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887993.47531: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887993.47533: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887993.47535: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887993.47537: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887993.47539: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887993.49129: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887993.49136: stdout chunk (state=3): >>><<< 138029 1726887993.49139: stderr chunk (state=3): >>><<< 138029 1726887993.49141: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887993.49144: handler run complete 138029 1726887993.49161: attempt loop complete, returning result 138029 1726887993.49165: _execute() done 138029 1726887993.49170: dumping result to json 138029 1726887993.49179: done dumping result, returning 138029 1726887993.49201: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-5a58-73a2-0000000000b9] 138029 1726887993.49204: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000b9 ok: [managed_node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } 138029 1726887993.49571: no more pending results, returning what we have 138029 1726887993.49574: results queue empty 138029 1726887993.49575: checking for any_errors_fatal 138029 1726887993.49580: done checking for any_errors_fatal 138029 1726887993.49580: checking for max_fail_percentage 138029 1726887993.49582: done checking for max_fail_percentage 138029 1726887993.49582: checking to see if all hosts have failed and the running result is not ok 138029 1726887993.49583: done checking to see if all hosts have failed 138029 1726887993.49584: getting the remaining hosts for this loop 138029 1726887993.49585: done getting the remaining hosts for this loop 138029 1726887993.49589: getting the next task for host managed_node3 138029 1726887993.49595: done getting next task for host managed_node3 138029 1726887993.49598: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 138029 1726887993.49602: ^ 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 138029 1726887993.49612: getting variables 138029 1726887993.49613: in VariableManager get_vars() 138029 1726887993.49771: Calling all_inventory to load vars for managed_node3 138029 1726887993.49774: Calling groups_inventory to load vars for managed_node3 138029 1726887993.49780: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000b9 138029 1726887993.49791: WORKER PROCESS EXITING 138029 1726887993.49787: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887993.49801: Calling all_plugins_play to load vars for managed_node3 138029 1726887993.49804: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887993.49807: Calling groups_plugins_play to load vars for managed_node3 138029 1726887993.50584: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887993.51313: done with get_vars() 138029 1726887993.51325: 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:06:33 -0400 (0:00:01.217) 0:00:06.238 ****** 138029 1726887993.51532: entering _queue_task() for managed_node3/include_tasks 138029 1726887993.52006: worker is 1 (out of 1 available) 138029 1726887993.52019: exiting _queue_task() for managed_node3/include_tasks 138029 1726887993.52029: done queuing things up, now waiting for results queue to drain 138029 1726887993.52145: waiting for pending results... 138029 1726887993.52618: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 138029 1726887993.52727: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000ba 138029 1726887993.52740: variable 'ansible_search_path' from source: unknown 138029 1726887993.52744: variable 'ansible_search_path' from source: unknown 138029 1726887993.52982: calling self._execute() 138029 1726887993.53049: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887993.53053: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887993.53128: variable 'omit' from source: magic vars 138029 1726887993.54027: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726887993.54954: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726887993.54959: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726887993.54964: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726887993.54967: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726887993.55141: 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) 138029 1726887993.55361: 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) 138029 1726887993.55367: 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) 138029 1726887993.55370: 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) 138029 1726887993.55681: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 138029 1726887993.55694: _execute() done 138029 1726887993.55703: dumping result to json 138029 1726887993.55711: done dumping result, returning 138029 1726887993.55724: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-5a58-73a2-0000000000ba] 138029 1726887993.55734: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000ba 138029 1726887993.55881: no more pending results, returning what we have 138029 1726887993.55885: in VariableManager get_vars() 138029 1726887993.55931: Calling all_inventory to load vars for managed_node3 138029 1726887993.55934: Calling groups_inventory to load vars for managed_node3 138029 1726887993.55936: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887993.55946: Calling all_plugins_play to load vars for managed_node3 138029 1726887993.55949: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887993.55952: Calling groups_plugins_play to load vars for managed_node3 138029 1726887993.56401: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000ba 138029 1726887993.56404: WORKER PROCESS EXITING 138029 1726887993.56425: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887993.57074: done with get_vars() 138029 1726887993.57082: variable 'ansible_search_path' from source: unknown 138029 1726887993.57083: variable 'ansible_search_path' from source: unknown 138029 1726887993.57521: variable 'storage_provider' from source: role '' defaults 138029 1726887993.57667: we have included files to process 138029 1726887993.57669: generating all_blocks data 138029 1726887993.57670: done generating all_blocks data 138029 1726887993.57762: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 138029 1726887993.57763: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 138029 1726887993.57771: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 138029 1726887993.58437: in VariableManager get_vars() 138029 1726887993.58473: done with get_vars() 138029 1726887993.58488: done processing included file 138029 1726887993.58490: iterating over new_blocks loaded from include file 138029 1726887993.58491: in VariableManager get_vars() 138029 1726887993.58509: done with get_vars() 138029 1726887993.58511: filtering new block on tags 138029 1726887993.58581: done filtering new block on tags 138029 1726887993.58583: 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_node3 138029 1726887993.58589: extending task lists for all hosts with included blocks 138029 1726887993.59098: done extending task lists 138029 1726887993.59100: done processing included files 138029 1726887993.59100: results queue empty 138029 1726887993.59101: checking for any_errors_fatal 138029 1726887993.59109: done checking for any_errors_fatal 138029 1726887993.59110: checking for max_fail_percentage 138029 1726887993.59111: done checking for max_fail_percentage 138029 1726887993.59111: checking to see if all hosts have failed and the running result is not ok 138029 1726887993.59112: done checking to see if all hosts have failed 138029 1726887993.59112: getting the remaining hosts for this loop 138029 1726887993.59113: done getting the remaining hosts for this loop 138029 1726887993.59117: getting the next task for host managed_node3 138029 1726887993.59124: done getting next task for host managed_node3 138029 1726887993.59127: ^ task is: TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 138029 1726887993.59133: ^ 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 138029 1726887993.59143: getting variables 138029 1726887993.59144: in VariableManager get_vars() 138029 1726887993.59157: Calling all_inventory to load vars for managed_node3 138029 1726887993.59160: Calling groups_inventory to load vars for managed_node3 138029 1726887993.59162: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887993.59166: Calling all_plugins_play to load vars for managed_node3 138029 1726887993.59168: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887993.59177: Calling groups_plugins_play to load vars for managed_node3 138029 1726887993.59433: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887993.59727: done with get_vars() 138029 1726887993.59741: done getting variables 138029 1726887993.59790: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:06:33 -0400 (0:00:00.082) 0:00:06.321 ****** 138029 1726887993.59821: entering _queue_task() for managed_node3/set_fact 138029 1726887993.60406: worker is 1 (out of 1 available) 138029 1726887993.60416: exiting _queue_task() for managed_node3/set_fact 138029 1726887993.60426: done queuing things up, now waiting for results queue to drain 138029 1726887993.60427: waiting for pending results... 138029 1726887993.60820: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 138029 1726887993.61043: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000011f 138029 1726887993.61063: variable 'ansible_search_path' from source: unknown 138029 1726887993.61070: variable 'ansible_search_path' from source: unknown 138029 1726887993.61589: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726887993.65622: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726887993.65705: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726887993.65745: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726887993.65792: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726887993.65832: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726887993.65931: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887993.65967: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887993.65998: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887993.66058: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887993.66078: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887993.66248: dumping result to json 138029 1726887993.66260: done dumping result, returning 138029 1726887993.66273: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed [0affc8a3-6f6f-5a58-73a2-00000000011f] 138029 1726887993.66283: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000011f 138029 1726887993.66417: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000011f 138029 1726887993.66420: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726887993.66484: no more pending results, returning what we have 138029 1726887993.66488: results queue empty 138029 1726887993.66489: checking for any_errors_fatal 138029 1726887993.66490: done checking for any_errors_fatal 138029 1726887993.66491: checking for max_fail_percentage 138029 1726887993.66492: done checking for max_fail_percentage 138029 1726887993.66493: checking to see if all hosts have failed and the running result is not ok 138029 1726887993.66494: done checking to see if all hosts have failed 138029 1726887993.66495: getting the remaining hosts for this loop 138029 1726887993.66496: done getting the remaining hosts for this loop 138029 1726887993.66500: getting the next task for host managed_node3 138029 1726887993.66507: done getting next task for host managed_node3 138029 1726887993.66510: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 138029 1726887993.66514: ^ 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 138029 1726887993.66529: getting variables 138029 1726887993.66531: in VariableManager get_vars() 138029 1726887993.66793: Calling all_inventory to load vars for managed_node3 138029 1726887993.66800: Calling groups_inventory to load vars for managed_node3 138029 1726887993.66802: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887993.66811: Calling all_plugins_play to load vars for managed_node3 138029 1726887993.66814: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887993.66816: Calling groups_plugins_play to load vars for managed_node3 138029 1726887993.67190: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887993.67501: done with get_vars() 138029 1726887993.67518: done getting variables 138029 1726887993.67587: 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:06:33 -0400 (0:00:00.080) 0:00:06.402 ****** 138029 1726887993.67846: entering _queue_task() for managed_node3/package 138029 1726887993.68407: worker is 1 (out of 1 available) 138029 1726887993.68417: exiting _queue_task() for managed_node3/package 138029 1726887993.68426: done queuing things up, now waiting for results queue to drain 138029 1726887993.68428: waiting for pending results... 138029 1726887993.68925: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 138029 1726887993.69091: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000121 138029 1726887993.69095: variable 'ansible_search_path' from source: unknown 138029 1726887993.69098: variable 'ansible_search_path' from source: unknown 138029 1726887993.69347: calling self._execute() 138029 1726887993.69351: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887993.69353: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887993.69358: variable 'omit' from source: magic vars 138029 1726887993.70114: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726887993.75197: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726887993.75312: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726887993.75565: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726887993.75569: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726887993.75571: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726887993.75737: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887993.75776: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887993.75961: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887993.75967: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887993.76019: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887993.76324: Evaluated conditional (install_copr | d(false) | bool): False 138029 1726887993.76339: when evaluation is False, skipping this task 138029 1726887993.76347: _execute() done 138029 1726887993.76353: dumping result to json 138029 1726887993.76365: done dumping result, returning 138029 1726887993.76543: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present [0affc8a3-6f6f-5a58-73a2-000000000121] 138029 1726887993.76552: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000121 138029 1726887993.76620: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000121 138029 1726887993.76623: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } 138029 1726887993.76702: no more pending results, returning what we have 138029 1726887993.76705: results queue empty 138029 1726887993.76707: checking for any_errors_fatal 138029 1726887993.76712: done checking for any_errors_fatal 138029 1726887993.76713: checking for max_fail_percentage 138029 1726887993.76714: done checking for max_fail_percentage 138029 1726887993.76715: checking to see if all hosts have failed and the running result is not ok 138029 1726887993.76716: done checking to see if all hosts have failed 138029 1726887993.76717: getting the remaining hosts for this loop 138029 1726887993.76718: done getting the remaining hosts for this loop 138029 1726887993.76722: getting the next task for host managed_node3 138029 1726887993.76729: done getting next task for host managed_node3 138029 1726887993.76733: ^ task is: TASK: fedora.linux_system_roles.storage : Enable COPRs 138029 1726887993.76738: ^ 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 138029 1726887993.76759: getting variables 138029 1726887993.76761: in VariableManager get_vars() 138029 1726887993.76799: Calling all_inventory to load vars for managed_node3 138029 1726887993.76801: Calling groups_inventory to load vars for managed_node3 138029 1726887993.76804: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887993.76814: Calling all_plugins_play to load vars for managed_node3 138029 1726887993.76817: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887993.76820: Calling groups_plugins_play to load vars for managed_node3 138029 1726887993.78050: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887993.78540: done with get_vars() 138029 1726887993.78551: 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:06:33 -0400 (0:00:00.109) 0:00:06.511 ****** 138029 1726887993.78769: entering _queue_task() for managed_node3/include_tasks 138029 1726887993.79324: worker is 1 (out of 1 available) 138029 1726887993.79335: exiting _queue_task() for managed_node3/include_tasks 138029 1726887993.79347: done queuing things up, now waiting for results queue to drain 138029 1726887993.79348: waiting for pending results... 138029 1726887993.79875: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable COPRs 138029 1726887993.80361: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000122 138029 1726887993.80367: variable 'ansible_search_path' from source: unknown 138029 1726887993.80369: variable 'ansible_search_path' from source: unknown 138029 1726887993.80651: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726887993.84671: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726887993.84949: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726887993.85001: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726887993.85044: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726887993.85361: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726887993.85561: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887993.85568: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887993.85571: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887993.85573: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887993.85576: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887993.85825: dumping result to json 138029 1726887993.85834: done dumping result, returning 138029 1726887993.85846: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable COPRs [0affc8a3-6f6f-5a58-73a2-000000000122] 138029 1726887993.85858: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000122 138029 1726887993.86237: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000122 138029 1726887993.86241: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726887993.86289: no more pending results, returning what we have 138029 1726887993.86293: results queue empty 138029 1726887993.86294: checking for any_errors_fatal 138029 1726887993.86299: done checking for any_errors_fatal 138029 1726887993.86300: checking for max_fail_percentage 138029 1726887993.86301: done checking for max_fail_percentage 138029 1726887993.86302: checking to see if all hosts have failed and the running result is not ok 138029 1726887993.86303: done checking to see if all hosts have failed 138029 1726887993.86303: getting the remaining hosts for this loop 138029 1726887993.86305: done getting the remaining hosts for this loop 138029 1726887993.86309: getting the next task for host managed_node3 138029 1726887993.86316: done getting next task for host managed_node3 138029 1726887993.86319: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 138029 1726887993.86324: ^ 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 138029 1726887993.86341: getting variables 138029 1726887993.86343: in VariableManager get_vars() 138029 1726887993.86377: Calling all_inventory to load vars for managed_node3 138029 1726887993.86380: Calling groups_inventory to load vars for managed_node3 138029 1726887993.86382: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887993.86390: Calling all_plugins_play to load vars for managed_node3 138029 1726887993.86392: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887993.86394: Calling groups_plugins_play to load vars for managed_node3 138029 1726887993.87045: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887993.87643: done with get_vars() 138029 1726887993.87772: done getting variables 138029 1726887993.87829: 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:06:33 -0400 (0:00:00.091) 0:00:06.603 ****** 138029 1726887993.87970: entering _queue_task() for managed_node3/package 138029 1726887993.88438: worker is 1 (out of 1 available) 138029 1726887993.88453: exiting _queue_task() for managed_node3/package 138029 1726887993.88467: done queuing things up, now waiting for results queue to drain 138029 1726887993.88469: waiting for pending results... 138029 1726887993.89042: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 138029 1726887993.89297: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000bb 138029 1726887993.89372: variable 'ansible_search_path' from source: unknown 138029 1726887993.89469: variable 'ansible_search_path' from source: unknown 138029 1726887993.89490: calling self._execute() 138029 1726887993.89693: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887993.89705: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887993.89721: variable 'omit' from source: magic vars 138029 1726887993.90652: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726887993.91325: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726887993.91372: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726887993.91466: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726887993.91522: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726887993.91696: 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) 138029 1726887993.91831: 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) 138029 1726887993.91864: 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) 138029 1726887993.91898: 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) 138029 1726887993.92286: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 138029 1726887993.92297: variable 'omit' from source: magic vars 138029 1726887993.92359: variable 'omit' from source: magic vars 138029 1726887993.92638: variable 'package_info' from source: set_fact 138029 1726887993.92725: variable 'extra_pkgs' from source: task vars 138029 1726887993.93016: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726887993.97400: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726887993.97537: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726887993.97631: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726887993.97742: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726887993.97823: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726887993.97965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887993.98064: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887993.98262: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887993.98266: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887993.98269: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887993.98438: variable '__storage_is_ostree' from source: set_fact 138029 1726887993.98451: variable 'omit' from source: magic vars 138029 1726887993.98509: variable 'omit' from source: magic vars 138029 1726887993.98587: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887993.98630: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887993.98718: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887993.98739: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887993.98781: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887993.98822: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887993.98843: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887993.98909: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887993.99037: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887993.99040: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887993.99225: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887993.99460: Set connection var ansible_timeout to 10 138029 1726887993.99464: Set connection var ansible_pipelining to False 138029 1726887993.99468: Set connection var ansible_shell_type to sh 138029 1726887993.99471: Set connection var ansible_connection to ssh 138029 1726887993.99473: Set connection var ansible_shell_executable to /bin/sh 138029 1726887993.99475: variable 'ansible_shell_executable' from source: unknown 138029 1726887993.99477: variable 'ansible_connection' from source: unknown 138029 1726887993.99479: variable 'ansible_module_compression' from source: unknown 138029 1726887993.99481: variable 'ansible_shell_type' from source: unknown 138029 1726887993.99483: variable 'ansible_shell_executable' from source: unknown 138029 1726887993.99486: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887993.99488: variable 'ansible_pipelining' from source: unknown 138029 1726887993.99490: variable 'ansible_timeout' from source: unknown 138029 1726887993.99492: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887993.99724: 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) 138029 1726887993.99728: variable 'omit' from source: magic vars 138029 1726887993.99730: starting attempt loop 138029 1726887993.99733: running the handler 138029 1726887993.99735: variable 'ansible_facts' from source: unknown 138029 1726887993.99738: variable 'ansible_facts' from source: unknown 138029 1726887993.99832: _low_level_execute_command(): starting 138029 1726887993.99836: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726887994.00759: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887994.00817: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887994.00832: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887994.00898: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887994.00932: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887994.00974: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887994.01150: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887994.02753: stdout chunk (state=3): >>>/root <<< 138029 1726887994.02848: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887994.02931: stderr chunk (state=3): >>><<< 138029 1726887994.02973: stdout chunk (state=3): >>><<< 138029 1726887994.03108: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887994.03113: _low_level_execute_command(): starting 138029 1726887994.03117: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726887994.0305293-138263-66095279226323 `" && echo ansible-tmp-1726887994.0305293-138263-66095279226323="` echo /root/.ansible/tmp/ansible-tmp-1726887994.0305293-138263-66095279226323 `" ) && sleep 0' 138029 1726887994.03868: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887994.03892: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887994.03906: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887994.03973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887994.04074: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887994.04090: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887994.04110: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887994.04267: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887994.06147: stdout chunk (state=3): >>>ansible-tmp-1726887994.0305293-138263-66095279226323=/root/.ansible/tmp/ansible-tmp-1726887994.0305293-138263-66095279226323 <<< 138029 1726887994.06320: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887994.06323: stdout chunk (state=3): >>><<< 138029 1726887994.06325: stderr chunk (state=3): >>><<< 138029 1726887994.06497: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726887994.0305293-138263-66095279226323=/root/.ansible/tmp/ansible-tmp-1726887994.0305293-138263-66095279226323 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887994.06500: variable 'ansible_module_compression' from source: unknown 138029 1726887994.06502: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 138029 1726887994.06504: variable 'ansible_facts' from source: unknown 138029 1726887994.06776: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726887994.0305293-138263-66095279226323/AnsiballZ_dnf.py 138029 1726887994.07010: Sending initial data 138029 1726887994.07067: Sent initial data (153 bytes) 138029 1726887994.07720: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887994.07867: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887994.07935: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887994.09475: 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 <<< 138029 1726887994.09547: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726887994.09629: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpe43gk1pm /root/.ansible/tmp/ansible-tmp-1726887994.0305293-138263-66095279226323/AnsiballZ_dnf.py <<< 138029 1726887994.09640: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726887994.0305293-138263-66095279226323/AnsiballZ_dnf.py" <<< 138029 1726887994.09682: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpe43gk1pm" to remote "/root/.ansible/tmp/ansible-tmp-1726887994.0305293-138263-66095279226323/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726887994.0305293-138263-66095279226323/AnsiballZ_dnf.py" <<< 138029 1726887994.10742: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887994.10778: stderr chunk (state=3): >>><<< 138029 1726887994.10786: stdout chunk (state=3): >>><<< 138029 1726887994.10863: done transferring module to remote 138029 1726887994.10883: _low_level_execute_command(): starting 138029 1726887994.10892: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726887994.0305293-138263-66095279226323/ /root/.ansible/tmp/ansible-tmp-1726887994.0305293-138263-66095279226323/AnsiballZ_dnf.py && sleep 0' 138029 1726887994.11442: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887994.11461: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887994.11464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887994.11513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726887994.11516: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726887994.11519: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726887994.11521: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887994.11523: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726887994.11525: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726887994.11532: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726887994.11623: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887994.11628: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887994.11699: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887994.13667: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887994.13671: stdout chunk (state=3): >>><<< 138029 1726887994.13673: stderr chunk (state=3): >>><<< 138029 1726887994.13676: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887994.13678: _low_level_execute_command(): starting 138029 1726887994.13680: _low_level_execute_command(): using become for this command 138029 1726887994.13683: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-cxqcnbupfhmpyxmpbwlyocldttzjkaos ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726887994.0305293-138263-66095279226323/AnsiballZ_dnf.py'"'"' && sleep 0' 138029 1726887994.13685: Initial state: awaiting_escalation: BECOME-SUCCESS-cxqcnbupfhmpyxmpbwlyocldttzjkaos 138029 1726887994.14116: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887994.14175: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887994.14274: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887994.14288: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887994.14310: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887994.14401: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887994.17223: stdout chunk (state=1): >>>BECOME-SUCCESS-cxqcnbupfhmpyxmpbwlyocldttzjkaos <<< 138029 1726887994.17230: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-cxqcnbupfhmpyxmpbwlyocldttzjkaos' 138029 1726887994.17561: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726887994.17597: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726887994.17618: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726887994.17632: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726887994.17713: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726887994.17739: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726887994.17780: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726887994.17798: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726887994.17806: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726887994.17896: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726887994.17899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 138029 1726887994.17910: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726887994.17949: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726887994.17972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726887994.17985: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a412183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a411e7a10> <<< 138029 1726887994.18021: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726887994.18024: 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 0x7f0a4121a960> <<< 138029 1726887994.18065: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726887994.18069: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726887994.18093: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 138029 1726887994.18136: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726887994.18147: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726887994.18232: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726887994.18245: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726887994.18272: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726887994.18285: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726887994.18299: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726887994.18325: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726887994.18347: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726887994.18375: 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 <<< 138029 1726887994.18389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726887994.18400: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4102cfe0> <<< 138029 1726887994.18462: 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 <<< 138029 1726887994.18480: 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 0x7f0a4102dfd0> <<< 138029 1726887994.18501: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726887994.18534: 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. <<< 138029 1726887994.18797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726887994.18812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726887994.18832: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726887994.18840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887994.18858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726887994.18904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726887994.18913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726887994.18947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726887994.18954: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a41073dd0> <<< 138029 1726887994.18982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726887994.18994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726887994.19020: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726887994.19025: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a41073fe0> <<< 138029 1726887994.19042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726887994.19070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726887994.19097: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726887994.19143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887994.19163: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726887994.19195: 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' <<< 138029 1726887994.19203: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410a37d0> <<< 138029 1726887994.19206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726887994.19230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410a3e60> <<< 138029 1726887994.19243: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726887994.19290: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a41083a70> <<< 138029 1726887994.19304: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726887994.19334: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410811c0> <<< 138029 1726887994.19422: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a41070f80> <<< 138029 1726887994.19445: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726887994.19473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726887994.19480: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726887994.19504: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726887994.19523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726887994.19554: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726887994.19559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726887994.19589: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410c7800> <<< 138029 1726887994.19604: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410c6420> <<< 138029 1726887994.19632: 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' <<< 138029 1726887994.19636: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410c4bc0> <<< 138029 1726887994.19691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726887994.19699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a41070200> <<< 138029 1726887994.19727: 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' <<< 138029 1726887994.19764: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887994.19768: 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 0x7f0a410f8d10> <<< 138029 1726887994.19781: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410f8bc0> <<< 138029 1726887994.19804: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887994.19810: 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 0x7f0a410f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a41066d20> <<< 138029 1726887994.19846: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726887994.19851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887994.19872: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726887994.19897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726887994.19916: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410f95e0> <<< 138029 1726887994.19920: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410f92b0> import 'importlib.machinery' # <<< 138029 1726887994.19953: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726887994.19977: 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 0x7f0a410fa4e0> <<< 138029 1726887994.19992: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726887994.20003: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726887994.20020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726887994.20058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726887994.20074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726887994.20093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a411106e0> <<< 138029 1726887994.20098: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726887994.20132: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887994.20137: 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 0x7f0a41111dc0> <<< 138029 1726887994.20164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726887994.20170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726887994.20198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726887994.20212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726887994.20218: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a41112c30> <<< 138029 1726887994.20254: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887994.20264: 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 0x7f0a41113260> <<< 138029 1726887994.20271: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a41112180> <<< 138029 1726887994.20292: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726887994.20296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726887994.20345: 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 0x7f0a41113ce0> <<< 138029 1726887994.20358: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a41113410> <<< 138029 1726887994.20399: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410fa450> <<< 138029 1726887994.20425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726887994.20445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726887994.20467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726887994.20483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726887994.20519: 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' <<< 138029 1726887994.20524: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a40e73b30> <<< 138029 1726887994.20547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726887994.20552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726887994.20580: 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 0x7f0a40ea0560> <<< 138029 1726887994.20583: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40ea02f0> <<< 138029 1726887994.20608: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887994.20613: 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 0x7f0a40ea0590> <<< 138029 1726887994.20643: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726887994.20646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726887994.20718: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887994.20841: 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 0x7f0a40ea0e60> <<< 138029 1726887994.20950: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887994.20968: 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 0x7f0a40ea1850> <<< 138029 1726887994.20982: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40ea0770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40e71cd0> <<< 138029 1726887994.20997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726887994.21015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726887994.21046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726887994.21049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726887994.21068: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40ea2bd0> <<< 138029 1726887994.21087: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40ea16d0> <<< 138029 1726887994.21108: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410fac00> <<< 138029 1726887994.21133: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726887994.21195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887994.21212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726887994.21250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726887994.21278: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40ecaf00> <<< 138029 1726887994.21331: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726887994.21343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887994.21374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726887994.21388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726887994.21429: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40ef3290> <<< 138029 1726887994.21446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726887994.21493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726887994.21544: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726887994.21574: 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 0x7f0a40f1bf50> <<< 138029 1726887994.21583: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726887994.21624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726887994.21649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726887994.21688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726887994.21774: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40f4e7b0> <<< 138029 1726887994.21852: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40f4c170> <<< 138029 1726887994.21887: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40ef3f20> <<< 138029 1726887994.21927: 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' <<< 138029 1726887994.21939: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40d55160> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40ef2090> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40ea3ad0> <<< 138029 1726887994.22073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726887994.22093: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0a40d553d0> <<< 138029 1726887994.22292: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_tim8fwpe/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 138029 1726887994.22436: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.22446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726887994.22572: 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 <<< 138029 1726887994.22603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726887994.22616: 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 0x7f0a40daaf00> import '_typing' # <<< 138029 1726887994.22798: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40d89df0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40d88f50> # zipimport: zlib available <<< 138029 1726887994.22841: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726887994.22845: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.22899: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726887994.22910: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.24274: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.25411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726887994.25414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40da91f0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887994.25466: 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' <<< 138029 1726887994.25498: 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' <<< 138029 1726887994.25501: 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 0x7f0a40dd6750> <<< 138029 1726887994.25528: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40dd64e0> <<< 138029 1726887994.25569: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40dd5df0> <<< 138029 1726887994.25587: 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' <<< 138029 1726887994.25636: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40dd6840> <<< 138029 1726887994.25660: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410829c0> import 'atexit' # <<< 138029 1726887994.25703: 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 0x7f0a40dd7500> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a40dd7740> <<< 138029 1726887994.25726: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726887994.25778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726887994.25792: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726887994.25823: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40dd7c50> <<< 138029 1726887994.25842: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726887994.25863: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726887994.25896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726887994.25906: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40719940> <<< 138029 1726887994.25943: 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 0x7f0a4071b5f0> <<< 138029 1726887994.25984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726887994.25987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726887994.26018: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4071bf50> <<< 138029 1726887994.26068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726887994.26074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726887994.26096: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40721130> <<< 138029 1726887994.26139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726887994.26146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726887994.26171: 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' <<< 138029 1726887994.26218: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40723bc0> <<< 138029 1726887994.26259: 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 0x7f0a40ea2b40> <<< 138029 1726887994.26298: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40721e80> <<< 138029 1726887994.26302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726887994.26336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726887994.26370: 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' <<< 138029 1726887994.26389: 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' <<< 138029 1726887994.26427: 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' <<< 138029 1726887994.26448: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40727b90> import '_tokenize' # <<< 138029 1726887994.26514: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40726660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a407263c0> <<< 138029 1726887994.26541: 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' <<< 138029 1726887994.26620: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40726930> <<< 138029 1726887994.26642: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40722300> <<< 138029 1726887994.26686: 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 0x7f0a4076be90> <<< 138029 1726887994.26720: 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 0x7f0a4076bef0> <<< 138029 1726887994.26751: 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 <<< 138029 1726887994.26769: 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' <<< 138029 1726887994.26828: 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 0x7f0a4076d9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4076d760> <<< 138029 1726887994.26839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726887994.26926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726887994.26986: 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 0x7f0a4076fec0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4076e060> <<< 138029 1726887994.27007: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726887994.27054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887994.27090: 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' # <<< 138029 1726887994.27121: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40773620> <<< 138029 1726887994.27246: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4076ffb0> <<< 138029 1726887994.27310: 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 0x7f0a40774320> <<< 138029 1726887994.27337: 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 0x7f0a407747d0> <<< 138029 1726887994.27404: 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 0x7f0a40774860> <<< 138029 1726887994.27408: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4076c050> <<< 138029 1726887994.27456: 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 <<< 138029 1726887994.27460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726887994.27500: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887994.27504: 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 0x7f0a406000e0> <<< 138029 1726887994.27686: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887994.27689: 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 0x7f0a40601430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40776840> <<< 138029 1726887994.27754: 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 0x7f0a40777bf0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40776480> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726887994.27760: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.27838: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.27939: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.27972: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726887994.27998: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726887994.28010: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.28113: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.28227: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.28742: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.29292: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726887994.29296: 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' # <<< 138029 1726887994.29329: 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' <<< 138029 1726887994.29376: 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 0x7f0a406056a0> <<< 138029 1726887994.29483: 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' <<< 138029 1726887994.29486: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406064b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40601280> <<< 138029 1726887994.29571: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726887994.29574: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.29595: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726887994.29730: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.29905: 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 0x7f0a406063f0> <<< 138029 1726887994.29912: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.30361: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.30789: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.30866: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.30931: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726887994.30936: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.30981: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.31010: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726887994.31022: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.31089: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.31175: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726887994.31178: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.31204: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726887994.31212: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.31259: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.31295: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726887994.31308: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.31527: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.31758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726887994.31811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726887994.31822: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726887994.31887: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40607650> <<< 138029 1726887994.31898: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.31970: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.32041: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726887994.32056: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726887994.32076: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.32117: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.32166: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726887994.32172: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.32214: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.32261: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.32316: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.32388: 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 <<< 138029 1726887994.32420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887994.32497: 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 0x7f0a40611f10> <<< 138029 1726887994.32532: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4060cfb0> <<< 138029 1726887994.32558: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726887994.32573: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.32635: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.32699: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.32722: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.32769: 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' <<< 138029 1726887994.32784: 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 <<< 138029 1726887994.32814: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726887994.32825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726887994.32886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726887994.32898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726887994.32925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726887994.32975: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40702990> <<< 138029 1726887994.33014: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40dfa660> <<< 138029 1726887994.33091: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40611fa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406051f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726887994.33104: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.33130: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.33162: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726887994.33211: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726887994.33233: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.33237: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.33257: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726887994.33820: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.34336: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.34990: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.35650: 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' <<< 138029 1726887994.35660: stdout chunk (state=3): >>>import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a4500> <<< 138029 1726887994.35675: 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 0x7f0a406a46e0> <<< 138029 1726887994.35695: 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' <<< 138029 1726887994.35712: 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' <<< 138029 1726887994.35742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 138029 1726887994.35747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a4e30> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a49b0> <<< 138029 1726887994.35773: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py <<< 138029 1726887994.35787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 138029 1726887994.35794: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 138029 1726887994.35800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 138029 1726887994.35843: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a5760> <<< 138029 1726887994.35859: 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' <<< 138029 1726887994.35884: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 138029 1726887994.35888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 138029 1726887994.35910: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 138029 1726887994.35915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 138029 1726887994.35947: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 138029 1726887994.35950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 138029 1726887994.35977: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 138029 1726887994.35982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 138029 1726887994.36000: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4068d6a0> <<< 138029 1726887994.36027: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 138029 1726887994.36033: 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 0x7f0a4068d640> <<< 138029 1726887994.36057: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 138029 1726887994.36068: 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 0x7f0a402964e0> <<< 138029 1726887994.36116: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a6f30> <<< 138029 1726887994.36132: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 138029 1726887994.36175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 138029 1726887994.36189: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 138029 1726887994.36199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 138029 1726887994.36217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 138029 1726887994.36261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 138029 1726887994.36323: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a402990a0> <<< 138029 1726887994.36334: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40297c20> <<< 138029 1726887994.36359: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40296f90> <<< 138029 1726887994.36386: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a63f0> <<< 138029 1726887994.36397: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 138029 1726887994.36419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 138029 1726887994.36436: 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 <<< 138029 1726887994.36502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 138029 1726887994.36514: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 138029 1726887994.36525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 138029 1726887994.36543: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40305190> <<< 138029 1726887994.36671: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a402bd2e0> <<< 138029 1726887994.36776: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40611cd0> <<< 138029 1726887994.36797: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 138029 1726887994.36804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 138029 1726887994.36826: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 138029 1726887994.36848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 138029 1726887994.36890: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 138029 1726887994.36903: 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 0x7f0a4030cb90> <<< 138029 1726887994.36911: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40306f00> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a402bce00> <<< 138029 1726887994.36933: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a5dc0> <<< 138029 1726887994.36953: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a57c0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a54f0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a4740> <<< 138029 1726887994.36982: 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 0x7f0a406a57f0> <<< 138029 1726887994.37008: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 138029 1726887994.37019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 138029 1726887994.37022: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 138029 1726887994.37045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 138029 1726887994.37088: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4030d1c0> <<< 138029 1726887994.37108: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4030cd70> <<< 138029 1726887994.37120: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 138029 1726887994.37133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887994.37196: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4030da90> <<< 138029 1726887994.37217: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 138029 1726887994.37252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 138029 1726887994.37303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726887994.37336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726887994.37406: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887994.37481: 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 0x7f0a40310590> <<< 138029 1726887994.37659: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a402f1730> <<< 138029 1726887994.37681: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4030e900> <<< 138029 1726887994.37706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 138029 1726887994.37714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 138029 1726887994.37754: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a402f11c0> <<< 138029 1726887994.37776: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 138029 1726887994.37785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 138029 1726887994.37791: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4032a210> <<< 138029 1726887994.37812: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 138029 1726887994.37817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 138029 1726887994.37838: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 138029 1726887994.37850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 138029 1726887994.37859: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4032aea0> <<< 138029 1726887994.37873: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4032a960> <<< 138029 1726887994.37893: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 138029 1726887994.37962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 138029 1726887994.38031: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4032b3b0> <<< 138029 1726887994.38048: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 138029 1726887994.38088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 138029 1726887994.38306: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a402ff9b0> <<< 138029 1726887994.38328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 138029 1726887994.38346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 138029 1726887994.38373: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4021de20> <<< 138029 1726887994.38416: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.38516: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 138029 1726887994.38522: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.38648: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.38789: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726887994.38795: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.38846: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.38897: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 138029 1726887994.38902: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.39030: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.39140: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 138029 1726887994.39229: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887994.39699: 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 <<< 138029 1726887994.39771: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py <<< 138029 1726887994.39785: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 138029 1726887994.39788: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 138029 1726887994.39790: 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 0x7f0a3ff5ee10> <<< 138029 1726887994.39801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726887994.39826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726887994.39980: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3ff5ef00> <<< 138029 1726887994.40010: 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' <<< 138029 1726887994.40026: 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' <<< 138029 1726887994.40089: 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 0x7f0a3ffb30e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3ffb2960> <<< 138029 1726887994.40108: 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 0x7f0a3ffb2ae0> <<< 138029 1726887994.40129: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3ff5f440> <<< 138029 1726887994.40178: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3ff5e3c0> <<< 138029 1726887994.40201: 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 0x7f0a3ff5eae0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 138029 1726887994.40284: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 138029 1726887994.40324: 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' <<< 138029 1726887994.40467: 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 0x7f0a4002c6b0> <<< 138029 1726887994.40481: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4002c290> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 138029 1726887994.40532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 138029 1726887994.40580: 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 0x7f0a4002ff50> <<< 138029 1726887994.40609: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4002c800> <<< 138029 1726887994.40643: 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 <<< 138029 1726887994.40726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 138029 1726887994.41642: 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 0x7f0a3fb3b0b0> <<< 138029 1726887994.41703: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3fb04110> <<< 138029 1726887994.41731: 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 <<< 138029 1726887994.41795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 138029 1726887994.41881: 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 0x7f0a3fbb8d10> <<< 138029 1726887994.42032: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3fb3b590> <<< 138029 1726887994.42056: 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 <<< 138029 1726887994.42089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726887994.42169: 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 0x7f0a3fbbbd10> <<< 138029 1726887994.42200: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3fbb8ec0> <<< 138029 1726887994.42223: 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 <<< 138029 1726887994.42272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726887994.42345: 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 0x7f0a3fbf7e90> <<< 138029 1726887994.42383: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3fbf40e0> <<< 138029 1726887994.42412: 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 <<< 138029 1726887994.42417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 138029 1726887994.42476: 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 0x7f0a3e189220> <<< 138029 1726887994.42492: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e188620> <<< 138029 1726887994.42508: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3ffcfdd0> <<< 138029 1726887994.42516: 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 <<< 138029 1726887994.42566: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 138029 1726887994.42586: 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 <<< 138029 1726887994.42593: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 138029 1726887994.42616: 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 <<< 138029 1726887994.42625: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 138029 1726887994.42662: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887994.42668: 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 0x7f0a3e1a4710> <<< 138029 1726887994.42693: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e18bb90> <<< 138029 1726887994.42715: 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 <<< 138029 1726887994.42741: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 138029 1726887994.42771: 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' <<< 138029 1726887994.42800: 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 0x7f0a3e1a6d20> <<< 138029 1726887994.42817: 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 <<< 138029 1726887994.42841: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 138029 1726887994.42869: 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 <<< 138029 1726887994.42875: 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 0x7f0a3e1a7c20> <<< 138029 1726887994.42909: 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 <<< 138029 1726887994.42915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887994.43346: 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 0x7f0a3e1d44d0> <<< 138029 1726887994.43380: 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 <<< 138029 1726887994.43385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726887994.43419: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e1d5970> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e1a7e30> <<< 138029 1726887994.43424: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e1a6bd0> <<< 138029 1726887994.43435: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e1a6570> <<< 138029 1726887994.43462: 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 <<< 138029 1726887994.43539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887994.43570: 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 0x7f0a3e1d75c0> <<< 138029 1726887994.43598: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e1a7140> <<< 138029 1726887994.43665: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e1a49e0> <<< 138029 1726887994.43692: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e18b1a0> <<< 138029 1726887994.43718: 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' <<< 138029 1726887994.43854: 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 0x7f0a3e18b830> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e18b620> <<< 138029 1726887994.43893: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e1893a0> <<< 138029 1726887994.43905: 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 0x7f0a3e210b30> <<< 138029 1726887994.43930: 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 <<< 138029 1726887994.43950: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 138029 1726887994.43986: 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 <<< 138029 1726887994.44037: 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 <<< 138029 1726887994.44041: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 138029 1726887994.44058: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e213020> <<< 138029 1726887994.44089: 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' <<< 138029 1726887994.44116: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e213800> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e212360> <<< 138029 1726887994.44132: 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 <<< 138029 1726887994.44165: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 138029 1726887994.44176: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e213f80> <<< 138029 1726887994.44205: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e210b00> <<< 138029 1726887994.44224: 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' <<< 138029 1726887994.44263: 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 <<< 138029 1726887994.44300: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 138029 1726887994.44304: 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 <<< 138029 1726887994.44334: 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 0x7f0a3e239ac0> <<< 138029 1726887994.44365: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e239040> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e238e60> <<< 138029 1726887994.44369: 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 <<< 138029 1726887994.44390: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py <<< 138029 1726887994.44419: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726887994.44460: 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 <<< 138029 1726887994.44466: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 138029 1726887994.44496: 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 <<< 138029 1726887994.44506: 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 0x7f0a3db08ad0> <<< 138029 1726887994.44530: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 138029 1726887994.44591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 138029 1726887994.44604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726887994.44659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726887994.44694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726887994.44697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 138029 1726887994.44706: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db36b70> <<< 138029 1726887994.44740: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887994.44752: 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 0x7f0a3db36ed0> <<< 138029 1726887994.44795: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db0ade0> <<< 138029 1726887994.44820: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db08f80> <<< 138029 1726887994.44844: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e23bf80> <<< 138029 1726887994.44892: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e23a240> <<< 138029 1726887994.44914: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e239fa0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py <<< 138029 1726887994.44947: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 138029 1726887994.44971: 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' <<< 138029 1726887994.44999: 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 0x7f0a3db70a70> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db37b90> <<< 138029 1726887994.45044: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e23a750> <<< 138029 1726887994.45067: 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 <<< 138029 1726887994.45073: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 138029 1726887994.45095: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db710a0> <<< 138029 1726887994.45121: 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 0x7f0a3db71460> <<< 138029 1726887994.45140: 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 0x7f0a3db714f0> <<< 138029 1726887994.45173: 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' <<< 138029 1726887994.45179: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db71610> <<< 138029 1726887994.45196: 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 <<< 138029 1726887994.45228: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 138029 1726887994.45249: 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 <<< 138029 1726887994.45273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 138029 1726887994.45336: 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 0x7f0a3db90200> <<< 138029 1726887994.45352: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db72330> <<< 138029 1726887994.45378: 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' <<< 138029 1726887994.45385: stdout chunk (state=3): >>>import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db903b0> <<< 138029 1726887994.45402: 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 <<< 138029 1726887994.45408: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 138029 1726887994.45442: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db90470> <<< 138029 1726887994.45465: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db71400> <<< 138029 1726887994.45475: 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 <<< 138029 1726887994.45484: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 138029 1726887994.45505: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db90560> <<< 138029 1726887994.45518: 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 <<< 138029 1726887994.45532: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 138029 1726887994.45559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726887994.45628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726887994.45647: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726887994.45737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726887994.45753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726887994.45778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726887994.45804: 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 0x7f0a3dbbbfb0> <<< 138029 1726887994.45835: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbbb410> <<< 138029 1726887994.45890: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbb9e80> <<< 138029 1726887994.46035: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db91dc0> <<< 138029 1726887994.46044: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db91250> <<< 138029 1726887994.46075: 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 <<< 138029 1726887994.46084: 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 0x7f0a3db92270> <<< 138029 1726887994.46102: 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 <<< 138029 1726887994.46109: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 138029 1726887994.46117: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4121b650> <<< 138029 1726887994.46147: 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' <<< 138029 1726887994.46154: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbf8890> <<< 138029 1726887994.46172: 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 <<< 138029 1726887994.46189: 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 0x7f0a3dbf8b00> <<< 138029 1726887994.46204: 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 <<< 138029 1726887994.46211: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 138029 1726887994.46226: 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 <<< 138029 1726887994.46253: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 138029 1726887994.46264: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbf9460> <<< 138029 1726887994.46277: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbf8ef0> <<< 138029 1726887994.46295: 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 0x7f0a3dbfa330> <<< 138029 1726887994.46317: stdout chunk (state=3): >>>import 'gc' # <<< 138029 1726887994.46329: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3ffb31d0> <<< 138029 1726887994.46341: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3ff5d8b0> <<< 138029 1726887994.46850: 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 <<< 138029 1726887994.46869: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 138029 1726887994.46892: 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' <<< 138029 1726887994.46910: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbfaf60> <<< 138029 1726887994.46931: 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' <<< 138029 1726887994.46960: 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 <<< 138029 1726887994.46994: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 138029 1726887994.47021: 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 <<< 138029 1726887994.47072: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 138029 1726887994.47097: 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 <<< 138029 1726887994.47103: 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 0x7f0a3d9cf980> <<< 138029 1726887994.47131: 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 <<< 138029 1726887994.47138: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 138029 1726887994.47164: 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 <<< 138029 1726887994.47172: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 138029 1726887994.47200: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 138029 1726887994.47206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887994.47314: 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 0x7f0a3d9f19a0> <<< 138029 1726887994.47324: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d9f1550> <<< 138029 1726887994.47360: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887994.47374: 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 0x7f0a3d9cc950> <<< 138029 1726887994.47385: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d9f0410> <<< 138029 1726887994.47391: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d9cfc50> <<< 138029 1726887994.47416: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d9cc9e0> <<< 138029 1726887994.47445: 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 <<< 138029 1726887994.47457: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726887994.47463: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbfa660> <<< 138029 1726887994.47485: 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 <<< 138029 1726887994.47522: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887994.47554: 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 <<< 138029 1726887994.47573: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 138029 1726887994.47596: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da06ed0> <<< 138029 1726887994.47622: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da05a00> <<< 138029 1726887994.47661: 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 <<< 138029 1726887994.47665: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 138029 1726887994.47719: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da2c6e0> <<< 138029 1726887994.47743: 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 0x7f0a3da2c9e0> <<< 138029 1726887994.47748: 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' <<< 138029 1726887994.47807: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da2cc20> # /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' <<< 138029 1726887994.47811: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da2cec0> <<< 138029 1726887994.47850: 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' <<< 138029 1726887994.47854: 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 <<< 138029 1726887994.47887: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 138029 1726887994.47920: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da2d5e0> <<< 138029 1726887994.47938: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da2d430> <<< 138029 1726887994.47958: 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 <<< 138029 1726887994.47978: 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 0x7f0a3da2eed0> <<< 138029 1726887994.48003: 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 0x7f0a3da2f020> <<< 138029 1726887994.48013: 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 <<< 138029 1726887994.48044: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 138029 1726887994.48076: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da2f230> <<< 138029 1726887994.48079: 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 <<< 138029 1726887994.48119: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 138029 1726887994.48123: 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 <<< 138029 1726887994.48159: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 138029 1726887994.48162: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da441a0> <<< 138029 1726887994.48192: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da2fa10> <<< 138029 1726887994.48194: 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' <<< 138029 1726887994.48227: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da44d10> <<< 138029 1726887994.48229: 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' <<< 138029 1726887994.48270: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da45130> # /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 <<< 138029 1726887994.48296: 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 0x7f0a3da45310> <<< 138029 1726887994.48301: 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 <<< 138029 1726887994.48317: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 138029 1726887994.48369: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da455b0> <<< 138029 1726887994.48387: 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' <<< 138029 1726887994.48410: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da464b0> <<< 138029 1726887994.48424: 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 0x7f0a3da466f0> <<< 138029 1726887994.48459: 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 <<< 138029 1726887994.48484: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 138029 1726887994.48511: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da46900> # /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 <<< 138029 1726887994.48529: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 138029 1726887994.48543: 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 <<< 138029 1726887994.48572: 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 0x7f0a3da474d0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da47020> <<< 138029 1726887994.48593: 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 <<< 138029 1726887994.48617: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 138029 1726887994.48631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 138029 1726887994.48646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da70350> <<< 138029 1726887994.48668: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da47c80> <<< 138029 1726887994.48693: 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' <<< 138029 1726887994.48724: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da70fe0> # /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 <<< 138029 1726887994.48733: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 138029 1726887994.48758: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da712e0> <<< 138029 1726887994.48771: 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 <<< 138029 1726887994.48785: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 138029 1726887994.48791: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da72240> <<< 138029 1726887994.48821: 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 <<< 138029 1726887994.48827: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da724b0> <<< 138029 1726887994.48851: 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 0x7f0a3da72660> <<< 138029 1726887994.48876: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbfb350> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbfb110> <<< 138029 1726887994.48881: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbfa870> <<< 138029 1726887994.48915: 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' <<< 138029 1726887994.48945: 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' <<< 138029 1726887994.48982: 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 0x7f0a3da730b0> <<< 138029 1726887994.48988: stdout chunk (state=3): >>>import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da72de0> <<< 138029 1726887994.49000: 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' <<< 138029 1726887994.49026: 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 <<< 138029 1726887994.49073: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726887994.49093: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 138029 1726887994.49131: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 138029 1726887994.49182: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da95550> <<< 138029 1726887994.49206: 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' <<< 138029 1726887994.49280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726887994.49296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 138029 1726887994.49322: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da96c90> <<< 138029 1726887994.49379: 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 0x7f0a3da95eb0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da95a60> <<< 138029 1726887994.49409: 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 <<< 138029 1726887994.49414: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 138029 1726887994.49454: 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' <<< 138029 1726887994.49465: stdout chunk (state=3): >>>import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d7e85c0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d7d39b0> <<< 138029 1726887994.49490: 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' <<< 138029 1726887994.49514: 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 <<< 138029 1726887994.49550: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 138029 1726887994.49574: stdout chunk (state=3): >>>import 'six.moves' # <<< 138029 1726887994.49590: 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 <<< 138029 1726887994.49614: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 138029 1726887994.49619: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d7eb4d0> <<< 138029 1726887994.49643: 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 <<< 138029 1726887994.49649: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 138029 1726887994.49669: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d7ebd40> <<< 138029 1726887994.49684: 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 <<< 138029 1726887994.49702: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 138029 1726887994.49711: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 138029 1726887994.49757: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d7e8c20> <<< 138029 1726887994.49765: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d7e88f0> <<< 138029 1726887994.49801: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da73380> <<< 138029 1726887994.49821: 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 <<< 138029 1726887994.49837: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 138029 1726887994.49854: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da950a0> <<< 138029 1726887994.49879: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da730e0> <<< 138029 1726887994.49885: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbfaf00> <<< 138029 1726887994.49904: 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 <<< 138029 1726887994.49927: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 138029 1726887994.49968: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d815f70> <<< 138029 1726887994.49984: 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 <<< 138029 1726887994.50015: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 138029 1726887994.50031: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d816840> <<< 138029 1726887994.50057: 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 <<< 138029 1726887994.50094: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 138029 1726887994.50097: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d817800> <<< 138029 1726887994.50100: 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 <<< 138029 1726887994.50122: 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 0x7f0a3d817e30> <<< 138029 1726887994.50154: 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 <<< 138029 1726887994.50162: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 138029 1726887994.50186: 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' <<< 138029 1726887994.50202: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 138029 1726887994.50213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 138029 1726887994.50249: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887994.50375: 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 0x7f0a3d83d4f0> <<< 138029 1726887994.50380: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d83cec0> <<< 138029 1726887994.50401: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d83cb60> <<< 138029 1726887994.50406: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d83c800> <<< 138029 1726887994.50433: 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 <<< 138029 1726887994.50442: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 138029 1726887994.50479: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d83cbc0> <<< 138029 1726887994.50497: 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 <<< 138029 1726887994.50514: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 138029 1726887994.50546: 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 <<< 138029 1726887994.50552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887994.50573: 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 0x7f0a3d83f1d0> <<< 138029 1726887994.50595: 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 <<< 138029 1726887994.50600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 138029 1726887994.50617: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d83f260> <<< 138029 1726887994.50642: 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 <<< 138029 1726887994.50648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 138029 1726887994.50750: 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 0x7f0a3d83f980> <<< 138029 1726887994.50759: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d83f800> <<< 138029 1726887994.50776: 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 <<< 138029 1726887994.50790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 138029 1726887994.50796: 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 <<< 138029 1726887994.50815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 138029 1726887994.50828: 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 <<< 138029 1726887994.50933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 138029 1726887994.50966: 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 0x7f0a3d86dfd0> <<< 138029 1726887994.50989: 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' <<< 138029 1726887994.51023: 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 <<< 138029 1726887994.51049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d86f200> <<< 138029 1726887994.51080: 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 0x7f0a3d86f470> <<< 138029 1726887994.51098: 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' <<< 138029 1726887994.51142: 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 0x7f0a3d86f5c0> <<< 138029 1726887994.51197: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d86f410> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d86ecc0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d86e150> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d86d400> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d86c980> <<< 138029 1726887994.51205: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d86c200> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d83ecc0> <<< 138029 1726887994.51221: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d83e1b0> <<< 138029 1726887994.51281: 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' <<< 138029 1726887994.51313: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d86eed0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 138029 1726887994.51360: 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 0x7f0a3d86fa40> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py <<< 138029 1726887994.51366: 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 0x7f0a3d898350> <<< 138029 1726887994.51407: 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 0x7f0a3d898710> <<< 138029 1726887994.51435: 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 <<< 138029 1726887994.51439: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 138029 1726887994.51490: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d899040> <<< 138029 1726887994.51493: 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 <<< 138029 1726887994.51517: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 138029 1726887994.51531: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d899bb0> <<< 138029 1726887994.63904: 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}}} <<< 138029 1726887994.65134: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 138029 1726887994.65174: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726887994.65641: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726887994.65692: 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 <<< 138029 1726887994.65707: 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 # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections <<< 138029 1726887994.65827: 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 # 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.commo<<< 138029 1726887994.65834: stdout chunk (state=3): >>>n.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # 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 <<< 138029 1726887994.65954: stdout chunk (state=3): >>># cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # 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 <<< 138029 1726887994.65985: stdout chunk (state=3): >>># cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # 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 <<< 138029 1726887994.66465: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726887994.66469: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 138029 1726887994.66472: stdout chunk (state=3): >>># destroy bz2 # destroy lzma <<< 138029 1726887994.66495: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726887994.66513: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726887994.66527: stdout chunk (state=3): >>># destroy zipimport <<< 138029 1726887994.66542: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp <<< 138029 1726887994.66548: stdout chunk (state=3): >>># destroy syslog <<< 138029 1726887994.66572: stdout chunk (state=3): >>># destroy selinux <<< 138029 1726887994.66581: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 138029 1726887994.66604: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 138029 1726887994.66645: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 138029 1726887994.66652: 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 <<< 138029 1726887994.66672: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 138029 1726887994.66687: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 138029 1726887994.66709: stdout chunk (state=3): >>># destroy _sqlite3 <<< 138029 1726887994.66718: 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 <<< 138029 1726887994.66737: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 138029 1726887994.66781: 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 <<< 138029 1726887994.66842: stdout chunk (state=3): >>># cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # 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 <<< 138029 1726887994.66848: 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 # 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 <<< 138029 1726887994.66882: stdout chunk (state=3): >>># 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 <<< 138029 1726887994.66895: stdout chunk (state=3): >>># cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm <<< 138029 1726887994.66902: stdout chunk (state=3): >>># cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error <<< 138029 1726887994.66925: 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 <<< 138029 1726887994.66929: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf <<< 138029 1726887994.66965: 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 <<< 138029 1726887994.66986: stdout chunk (state=3): >>># destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 138029 1726887994.67049: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils <<< 138029 1726887994.67066: stdout chunk (state=3): >>># cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext <<< 138029 1726887994.67082: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 138029 1726887994.67093: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 138029 1726887994.67107: 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 <<< 138029 1726887994.67117: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 138029 1726887994.67133: 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 <<< 138029 1726887994.67149: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale <<< 138029 1726887994.67161: stdout chunk (state=3): >>># destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl <<< 138029 1726887994.67190: stdout chunk (state=3): >>># cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc <<< 138029 1726887994.67202: stdout chunk (state=3): >>># 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 <<< 138029 1726887994.67206: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math <<< 138029 1726887994.67212: stdout chunk (state=3): >>># cleanup[3] wiping shutil <<< 138029 1726887994.67234: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno <<< 138029 1726887994.67246: 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 <<< 138029 1726887994.67274: 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 <<< 138029 1726887994.67282: 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 <<< 138029 1726887994.67331: 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 <<< 138029 1726887994.67337: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 138029 1726887994.67365: 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 <<< 138029 1726887994.67800: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726887994.67806: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726887994.67835: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 138029 1726887994.67872: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726887994.67881: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726887994.67908: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 138029 1726887994.67934: stdout chunk (state=3): >>># destroy _queue <<< 138029 1726887994.67940: stdout chunk (state=3): >>># destroy array # destroy copyreg <<< 138029 1726887994.67974: 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 <<< 138029 1726887994.67988: stdout chunk (state=3): >>># destroy _tokenize <<< 138029 1726887994.68002: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves <<< 138029 1726887994.68008: stdout chunk (state=3): >>># destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 138029 1726887994.68053: 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 <<< 138029 1726887994.68060: stdout chunk (state=3): >>># destroy gc # destroy math # destroy shutil # destroy zlib <<< 138029 1726887994.68080: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 138029 1726887994.68125: 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 <<< 138029 1726887994.68131: stdout chunk (state=3): >>># 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 <<< 138029 1726887994.68156: stdout chunk (state=3): >>># destroy rpm <<< 138029 1726887994.68201: 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 <<< 138029 1726887994.68274: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 138029 1726887994.68316: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings <<< 138029 1726887994.68322: stdout chunk (state=3): >>># destroy string <<< 138029 1726887994.68350: stdout chunk (state=3): >>># destroy _ssl <<< 138029 1726887994.68417: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726887994.68535: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726887994.68546: stdout chunk (state=3): >>># destroy re <<< 138029 1726887994.68552: stdout chunk (state=3): >>># destroy _random <<< 138029 1726887994.68576: stdout chunk (state=3): >>># destroy _sre <<< 138029 1726887994.68592: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 138029 1726887994.68597: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726887994.69371: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726887994.69403: stderr chunk (state=3): >>><<< 138029 1726887994.69406: stdout chunk (state=3): >>><<< 138029 1726887994.69566: _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 0x7f0a412183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a411e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4121a960> 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 0x7f0a4102cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f0a4102dfd0> 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 0x7f0a41073dd0> # /usr/lib64/python3.12/__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 0x7f0a41073fe0> # /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 0x7f0a410a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a41083a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a41070f80> # /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 0x7f0a410c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410c4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a41070200> # /usr/lib64/python3.12/__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 0x7f0a410f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a410f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a41066d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f0a410f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410f92b0> 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 0x7f0a410fa4e0> 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 0x7f0a411106e0> 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 0x7f0a41111dc0> # /usr/lib64/python3.12/__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 0x7f0a41112c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a41113260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a41112180> # /usr/lib64/python3.12/__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 0x7f0a41113ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a41113410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410fa450> # /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 0x7f0a40e73b30> # /usr/lib64/python3.12/__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 0x7f0a40ea0560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40ea02f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a40ea0590> # /usr/lib64/python3.12/__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 0x7f0a40ea0e60> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a40ea1850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40ea0770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40e71cd0> # /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 0x7f0a40ea2bd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40ea16d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410fac00> # /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 0x7f0a40ecaf00> # /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 0x7f0a40ef3290> # /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 0x7f0a40f1bf50> # /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 0x7f0a40f4e7b0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40f4c170> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40ef3f20> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40d55160> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40ef2090> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40ea3ad0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0a40d553d0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_tim8fwpe/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 0x7f0a40daaf00> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40d89df0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40d88f50> # 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 0x7f0a40da91f0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f0a40dd6750> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40dd64e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40dd5df0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f0a40dd6840> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a410829c0> 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 0x7f0a40dd7500> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a40dd7740> # /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 0x7f0a40dd7c50> 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 0x7f0a40719940> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a4071b5f0> # /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 0x7f0a4071bf50> # /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 0x7f0a40721130> # /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 0x7f0a40723bc0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a40ea2b40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40721e80> # /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 0x7f0a40727b90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40726660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a407263c0> # /usr/lib64/python3.12/__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 0x7f0a40726930> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40722300> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a4076be90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4076bef0> # /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 0x7f0a4076d9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4076d760> # /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 0x7f0a4076fec0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4076e060> # /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 0x7f0a40773620> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4076ffb0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a40774320> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a407747d0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a40774860> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4076c050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f0a406000e0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a40601430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40776840> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a40777bf0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40776480> # 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 0x7f0a406056a0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f0a406064b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40601280> 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 0x7f0a406063f0> # 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 0x7f0a40607650> # 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 0x7f0a40611f10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4060cfb0> 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 0x7f0a40702990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40dfa660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40611fa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406051f0> # 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 0x7f0a406a4500> # /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 0x7f0a406a46e0> # /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 0x7f0a406a4e30> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a49b0> # /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 0x7f0a406a5760> # /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 0x7f0a4068d6a0> # /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 0x7f0a4068d640> # /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 0x7f0a402964e0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a6f30> # /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 0x7f0a402990a0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40297c20> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40296f90> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a63f0> # /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 0x7f0a40305190> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a402bd2e0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40611cd0> # /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 0x7f0a4030cb90> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a40306f00> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a402bce00> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a5dc0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a57c0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a54f0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a406a4740> # /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 0x7f0a406a57f0> # /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 0x7f0a4030d1c0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4030cd70> # /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 0x7f0a4030da90> # /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 0x7f0a40310590> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a402f1730> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4030e900> # /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 0x7f0a402f11c0> # /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 0x7f0a4032a210> # /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 0x7f0a4032aea0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4032a960> # /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 0x7f0a4032b3b0> # /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 0x7f0a402ff9b0> # /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 0x7f0a4021de20> # 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 0x7f0a3ff5ee10> # /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 0x7f0a3ff5ef00> # /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 0x7f0a3ffb30e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3ffb2960> # 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 0x7f0a3ffb2ae0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3ff5f440> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3ff5e3c0> # /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 0x7f0a3ff5eae0> # /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 0x7f0a4002c6b0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4002c290> # /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 0x7f0a4002ff50> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a4002c800> # /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 0x7f0a3fb3b0b0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3fb04110> # /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 0x7f0a3fbb8d10> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3fb3b590> # /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 0x7f0a3fbbbd10> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3fbb8ec0> # /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 0x7f0a3fbf7e90> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3fbf40e0> # /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 0x7f0a3e189220> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e188620> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3ffcfdd0> # /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 0x7f0a3e1a4710> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e18bb90> # /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 0x7f0a3e1a6d20> # /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 0x7f0a3e1a7c20> # /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 0x7f0a3e1d44d0> # /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 0x7f0a3e1d5970> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e1a7e30> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e1a6bd0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e1a6570> # /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 0x7f0a3e1d75c0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e1a7140> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e1a49e0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e18b1a0> # /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 0x7f0a3e18b830> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e18b620> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e1893a0> # /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 0x7f0a3e210b30> # /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 0x7f0a3e213020> # /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 0x7f0a3e213800> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e212360> # /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 0x7f0a3e213f80> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e210b00> # /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 0x7f0a3e239ac0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e239040> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e238e60> # /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 0x7f0a3db08ad0> # /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 0x7f0a3db36b70> # 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 0x7f0a3db36ed0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db0ade0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db08f80> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e23bf80> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e23a240> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e239fa0> # /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 0x7f0a3db70a70> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db37b90> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3e23a750> # /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 0x7f0a3db710a0> # /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 0x7f0a3db71460> # /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 0x7f0a3db714f0> # /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 0x7f0a3db71610> # /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 0x7f0a3db90200> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db72330> # /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 0x7f0a3db903b0> # /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 0x7f0a3db90470> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db71400> # /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 0x7f0a3db90560> # /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 0x7f0a3dbbbfb0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbbb410> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbb9e80> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db91dc0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3db91250> # /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 0x7f0a3db92270> # /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 0x7f0a4121b650> # /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 0x7f0a3dbf8890> # /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 0x7f0a3dbf8b00> # /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 0x7f0a3dbf9460> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbf8ef0> # /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 0x7f0a3dbfa330> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3ffb31d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3ff5d8b0> # /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 0x7f0a3dbfaf60> # /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 0x7f0a3d9cf980> # /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 0x7f0a3d9f19a0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d9f1550> # 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 0x7f0a3d9cc950> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d9f0410> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d9cfc50> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d9cc9e0> # /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 0x7f0a3dbfa660> # /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 0x7f0a3da06ed0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da05a00> # /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 0x7f0a3da2c6e0> # /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 0x7f0a3da2c9e0> # /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 0x7f0a3da2cc20> # /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 0x7f0a3da2cec0> # /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 0x7f0a3da2d5e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da2d430> # /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 0x7f0a3da2eed0> # /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 0x7f0a3da2f020> # /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 0x7f0a3da2f230> # /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 0x7f0a3da441a0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da2fa10> # /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 0x7f0a3da44d10> # /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 0x7f0a3da45130> # /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 0x7f0a3da45310> # /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 0x7f0a3da455b0> # /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 0x7f0a3da464b0> # /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 0x7f0a3da466f0> # /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 0x7f0a3da46900> # /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 0x7f0a3da474d0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da47020> # /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 0x7f0a3da70350> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da47c80> # /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 0x7f0a3da70fe0> # /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 0x7f0a3da712e0> # /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 0x7f0a3da72240> # /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 0x7f0a3da724b0> # /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 0x7f0a3da72660> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbfb350> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbfb110> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbfa870> # /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 0x7f0a3da730b0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da72de0> # /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 0x7f0a3da95550> # /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 0x7f0a3da96c90> # 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 0x7f0a3da95eb0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da95a60> # /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 0x7f0a3d7e85c0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d7d39b0> # /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 0x7f0a3d7eb4d0> # /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 0x7f0a3d7ebd40> # /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 0x7f0a3d7e8c20> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d7e88f0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da73380> # /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 0x7f0a3da950a0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3da730e0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3dbfaf00> # /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 0x7f0a3d815f70> # /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 0x7f0a3d816840> # /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 0x7f0a3d817800> # /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 0x7f0a3d817e30> # /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 0x7f0a3d83d4f0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d83cec0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d83cb60> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d83c800> # /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 0x7f0a3d83cbc0> # /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 0x7f0a3d83f1d0> # /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 0x7f0a3d83f260> # /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 0x7f0a3d83f980> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d83f800> # /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 0x7f0a3d86dfd0> # /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 0x7f0a3d86f200> # /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 0x7f0a3d86f470> # /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 0x7f0a3d86f5c0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d86f410> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d86ecc0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d86e150> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d86d400> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d86c980> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d86c200> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d83ecc0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a3d83e1b0> # /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 0x7f0a3d86eed0> # /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 0x7f0a3d86fa40> # /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 0x7f0a3d898350> # /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 0x7f0a3d898710> # /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 0x7f0a3d899040> # /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 0x7f0a3d899bb0> {"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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726887994.70693: 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-1726887994.0305293-138263-66095279226323/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726887994.70697: _low_level_execute_command(): starting 138029 1726887994.70699: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726887994.0305293-138263-66095279226323/ > /dev/null 2>&1 && sleep 0' 138029 1726887994.70701: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887994.70704: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887994.70706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887994.70708: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726887994.70710: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726887994.70712: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726887994.70715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887994.70717: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726887994.70719: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726887994.70721: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726887994.70723: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887994.70730: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887994.70732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726887994.70735: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726887994.70737: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726887994.70751: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887994.70752: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887994.70754: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887994.70757: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887994.70758: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887994.72413: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887994.72442: stderr chunk (state=3): >>><<< 138029 1726887994.72445: stdout chunk (state=3): >>><<< 138029 1726887994.72459: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887994.72469: handler run complete 138029 1726887994.72492: attempt loop complete, returning result 138029 1726887994.72494: _execute() done 138029 1726887994.72497: dumping result to json 138029 1726887994.72502: done dumping result, returning 138029 1726887994.72511: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-5a58-73a2-0000000000bb] 138029 1726887994.72514: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000bb 138029 1726887994.72604: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000bb 138029 1726887994.72607: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 138029 1726887994.72688: no more pending results, returning what we have 138029 1726887994.72691: results queue empty 138029 1726887994.72692: checking for any_errors_fatal 138029 1726887994.72697: done checking for any_errors_fatal 138029 1726887994.72698: checking for max_fail_percentage 138029 1726887994.72699: done checking for max_fail_percentage 138029 1726887994.72700: checking to see if all hosts have failed and the running result is not ok 138029 1726887994.72701: done checking to see if all hosts have failed 138029 1726887994.72701: getting the remaining hosts for this loop 138029 1726887994.72703: done getting the remaining hosts for this loop 138029 1726887994.72706: getting the next task for host managed_node3 138029 1726887994.72711: done getting next task for host managed_node3 138029 1726887994.72714: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 138029 1726887994.72724: ^ 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 138029 1726887994.72734: getting variables 138029 1726887994.72736: in VariableManager get_vars() 138029 1726887994.72768: Calling all_inventory to load vars for managed_node3 138029 1726887994.72770: Calling groups_inventory to load vars for managed_node3 138029 1726887994.72772: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887994.72781: Calling all_plugins_play to load vars for managed_node3 138029 1726887994.72783: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887994.72785: Calling groups_plugins_play to load vars for managed_node3 138029 1726887994.72951: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887994.73130: done with get_vars() 138029 1726887994.73138: 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:06:34 -0400 (0:00:00.852) 0:00:07.455 ****** 138029 1726887994.73209: entering _queue_task() for managed_node3/service_facts 138029 1726887994.73210: Creating lock for service_facts 138029 1726887994.73400: worker is 1 (out of 1 available) 138029 1726887994.73414: exiting _queue_task() for managed_node3/service_facts 138029 1726887994.73425: done queuing things up, now waiting for results queue to drain 138029 1726887994.73427: waiting for pending results... 138029 1726887994.73586: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts 138029 1726887994.73652: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000bc 138029 1726887994.73667: variable 'ansible_search_path' from source: unknown 138029 1726887994.73672: variable 'ansible_search_path' from source: unknown 138029 1726887994.73699: calling self._execute() 138029 1726887994.73753: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887994.73760: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887994.73776: variable 'omit' from source: magic vars 138029 1726887994.74042: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726887994.74236: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726887994.74271: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726887994.74295: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726887994.74320: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726887994.74385: 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) 138029 1726887994.74402: 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) 138029 1726887994.74420: 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) 138029 1726887994.74442: 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) 138029 1726887994.74548: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): True 138029 1726887994.74551: variable 'omit' from source: magic vars 138029 1726887994.74593: variable 'omit' from source: magic vars 138029 1726887994.74615: variable 'omit' from source: magic vars 138029 1726887994.74633: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887994.74676: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887994.74682: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887994.74696: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887994.74704: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887994.74717: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887994.74729: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887994.74750: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887994.74759: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887994.74764: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887994.74836: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887994.74839: Set connection var ansible_timeout to 10 138029 1726887994.74845: Set connection var ansible_pipelining to False 138029 1726887994.74848: Set connection var ansible_shell_type to sh 138029 1726887994.74850: Set connection var ansible_connection to ssh 138029 1726887994.74854: Set connection var ansible_shell_executable to /bin/sh 138029 1726887994.74881: variable 'ansible_shell_executable' from source: unknown 138029 1726887994.74884: variable 'ansible_connection' from source: unknown 138029 1726887994.74887: variable 'ansible_module_compression' from source: unknown 138029 1726887994.74889: variable 'ansible_shell_type' from source: unknown 138029 1726887994.74891: variable 'ansible_shell_executable' from source: unknown 138029 1726887994.74893: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887994.74895: variable 'ansible_pipelining' from source: unknown 138029 1726887994.74897: variable 'ansible_timeout' from source: unknown 138029 1726887994.74899: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887994.74996: 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) 138029 1726887994.75004: variable 'omit' from source: magic vars 138029 1726887994.75009: starting attempt loop 138029 1726887994.75012: running the handler 138029 1726887994.75021: _low_level_execute_command(): starting 138029 1726887994.75027: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726887994.75526: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887994.75530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887994.75532: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887994.75534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887994.75591: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887994.75596: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887994.75598: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887994.75677: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887994.77277: stdout chunk (state=3): >>>/root <<< 138029 1726887994.77460: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887994.77466: stdout chunk (state=3): >>><<< 138029 1726887994.77469: stderr chunk (state=3): >>><<< 138029 1726887994.77565: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887994.77577: _low_level_execute_command(): starting 138029 1726887994.77580: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726887994.7748952-138309-47837313244443 `" && echo ansible-tmp-1726887994.7748952-138309-47837313244443="` echo /root/.ansible/tmp/ansible-tmp-1726887994.7748952-138309-47837313244443 `" ) && sleep 0' 138029 1726887994.78307: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887994.78637: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887994.78753: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887994.78835: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887994.80721: stdout chunk (state=3): >>>ansible-tmp-1726887994.7748952-138309-47837313244443=/root/.ansible/tmp/ansible-tmp-1726887994.7748952-138309-47837313244443 <<< 138029 1726887994.80870: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887994.80873: stdout chunk (state=3): >>><<< 138029 1726887994.80876: stderr chunk (state=3): >>><<< 138029 1726887994.80924: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726887994.7748952-138309-47837313244443=/root/.ansible/tmp/ansible-tmp-1726887994.7748952-138309-47837313244443 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887994.81273: variable 'ansible_module_compression' from source: unknown 138029 1726887994.81277: ANSIBALLZ: Using lock for service_facts 138029 1726887994.81279: ANSIBALLZ: Acquiring lock 138029 1726887994.81281: ANSIBALLZ: Lock acquired: 140373966367216 138029 1726887994.81283: ANSIBALLZ: Creating module 138029 1726887995.18475: ANSIBALLZ: Writing module into payload 138029 1726887995.18733: ANSIBALLZ: Writing module 138029 1726887995.18766: ANSIBALLZ: Renaming module 138029 1726887995.18779: ANSIBALLZ: Done creating module 138029 1726887995.18801: variable 'ansible_facts' from source: unknown 138029 1726887995.19050: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726887994.7748952-138309-47837313244443/AnsiballZ_service_facts.py 138029 1726887995.19401: Sending initial data 138029 1726887995.19410: Sent initial data (163 bytes) 138029 1726887995.20726: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887995.20739: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887995.20750: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887995.21073: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887995.21133: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887995.21352: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887995.22934: 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 <<< 138029 1726887995.22991: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726887995.23027: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpxt4szyu5 /root/.ansible/tmp/ansible-tmp-1726887994.7748952-138309-47837313244443/AnsiballZ_service_facts.py <<< 138029 1726887995.23035: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726887994.7748952-138309-47837313244443/AnsiballZ_service_facts.py" <<< 138029 1726887995.23115: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpxt4szyu5" to remote "/root/.ansible/tmp/ansible-tmp-1726887994.7748952-138309-47837313244443/AnsiballZ_service_facts.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726887994.7748952-138309-47837313244443/AnsiballZ_service_facts.py" <<< 138029 1726887995.24620: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887995.24748: stderr chunk (state=3): >>><<< 138029 1726887995.24751: stdout chunk (state=3): >>><<< 138029 1726887995.24753: done transferring module to remote 138029 1726887995.24759: _low_level_execute_command(): starting 138029 1726887995.24761: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726887994.7748952-138309-47837313244443/ /root/.ansible/tmp/ansible-tmp-1726887994.7748952-138309-47837313244443/AnsiballZ_service_facts.py && sleep 0' 138029 1726887995.26177: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887995.26220: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887995.26286: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887995.26312: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887995.26424: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887995.28327: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887995.28330: stdout chunk (state=3): >>><<< 138029 1726887995.28332: stderr chunk (state=3): >>><<< 138029 1726887995.28347: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887995.28356: _low_level_execute_command(): starting 138029 1726887995.28377: _low_level_execute_command(): using become for this command 138029 1726887995.28395: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-romqjebnpapxaaosbupenodzarvmzhvd ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726887994.7748952-138309-47837313244443/AnsiballZ_service_facts.py'"'"' && sleep 0' 138029 1726887995.28782: Initial state: awaiting_escalation: BECOME-SUCCESS-romqjebnpapxaaosbupenodzarvmzhvd 138029 1726887995.29680: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887995.29913: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887995.30034: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887995.30054: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887995.30574: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887995.33101: stdout chunk (state=1): >>>BECOME-SUCCESS-romqjebnpapxaaosbupenodzarvmzhvd <<< 138029 1726887995.33105: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-romqjebnpapxaaosbupenodzarvmzhvd' 138029 1726887995.33429: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726887995.33472: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726887995.33496: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726887995.33571: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726887995.33605: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726887995.33639: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726887995.33680: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726887995.33943: 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 0x7f25bdb683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bdb37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bdb6a960> import '_signal' # import '_abc' # import 'abc' # <<< 138029 1726887995.33991: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 138029 1726887995.34084: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726887995.34226: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726887995.34229: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726887995.34252: 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' <<< 138029 1726887995.34275: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd91cfe0> <<< 138029 1726887995.34568: 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 0x7f25bd91dfd0> import 'site' # <<< 138029 1726887995.34581: 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. <<< 138029 1726887995.34626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726887995.34651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726887995.34682: 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' <<< 138029 1726887995.34698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726887995.34738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726887995.34760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726887995.35002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd963e30> <<< 138029 1726887995.35009: 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 0x7f25bd963ef0> # /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' # <<< 138029 1726887995.35036: 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 0x7f25bd993830> <<< 138029 1726887995.35073: 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 0x7f25bd993ec0> <<< 138029 1726887995.35084: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726887995.35141: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd973ad0> <<< 138029 1726887995.35144: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726887995.35174: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd971220> <<< 138029 1726887995.35264: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd960fe0> <<< 138029 1726887995.35316: 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' <<< 138029 1726887995.35319: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726887995.35364: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726887995.35488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726887995.35491: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726887995.35493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726887995.35495: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9b7860> <<< 138029 1726887995.35498: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9b6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9720f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9b4c20> <<< 138029 1726887995.35775: 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 0x7f25bd9e88f0> <<< 138029 1726887995.35778: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd960260> <<< 138029 1726887995.35781: 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 0x7f25bd9e8da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9e8c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bd9e9010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd956d80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f25bd9e96a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9e93a0> <<< 138029 1726887995.35784: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726887995.35850: 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 0x7f25bd9ea570> <<< 138029 1726887995.35853: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726887995.35868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726887995.35966: 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 0x7f25bda007a0> import 'errno' # <<< 138029 1726887995.35996: 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 0x7f25bda01e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726887995.36073: 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' <<< 138029 1726887995.36276: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bda02d20> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bda03350> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bda02270> <<< 138029 1726887995.36324: 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 0x7f25bda03d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bda034a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9ea5d0> # /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' <<< 138029 1726887995.36356: 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 0x7f25bd78bc20> <<< 138029 1726887995.36382: 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' <<< 138029 1726887995.36434: 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 0x7f25bd7b4710> <<< 138029 1726887995.36765: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd7b4470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bd7b4740> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726887995.36798: 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 0x7f25bd7b5070> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bd7b5a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd7b4920> <<< 138029 1726887995.36814: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd789dc0> <<< 138029 1726887995.36837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726887995.37036: 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 0x7f25bd7b6de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd7b58e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9eacc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726887995.37039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887995.37068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726887995.37084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726887995.37117: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd7e3140> <<< 138029 1726887995.37235: 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' <<< 138029 1726887995.37373: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd80b4d0> # /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' <<< 138029 1726887995.37411: 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 0x7f25bd8642f0> <<< 138029 1726887995.37454: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726887995.37699: 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 <<< 138029 1726887995.37704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd866a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd864410> <<< 138029 1726887995.37719: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd8312e0> <<< 138029 1726887995.37777: 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 0x7f25bd129400> <<< 138029 1726887995.37780: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd80a2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd7b7d10> <<< 138029 1726887995.37891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726887995.37904: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f25bd80a8d0> <<< 138029 1726887995.38216: stdout chunk (state=3): >>># zipimport: found 31 names in '/tmp/ansible_service_facts_payload_1rhfy74e/ansible_service_facts_payload.zip' # zipimport: zlib available <<< 138029 1726887995.38349: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.38385: 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' <<< 138029 1726887995.38600: 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' <<< 138029 1726887995.38604: 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 0x7f25bd1830e0> import '_typing' # <<< 138029 1726887995.38838: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd15dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd15d130> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726887995.40277: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.41392: 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 0x7f25bd180fb0> <<< 138029 1726887995.41399: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726887995.41402: 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 <<< 138029 1726887995.41465: 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' <<< 138029 1726887995.41474: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887995.41477: 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 0x7f25bd1aaa80> <<< 138029 1726887995.41571: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd1aa810> <<< 138029 1726887995.41579: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd1aa120> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726887995.41671: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd1aa600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd183b00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887995.41675: 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 0x7f25bd1ab6b0> <<< 138029 1726887995.41677: 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 0x7f25bd1ab830> <<< 138029 1726887995.41735: 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' # <<< 138029 1726887995.41794: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd1abce0> import 'pwd' # <<< 138029 1726887995.41814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726887995.41867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726887995.41903: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd015ac0> <<< 138029 1726887995.41944: 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 0x7f25bd0176e0> # /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' <<< 138029 1726887995.42003: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd017fe0> <<< 138029 1726887995.42111: 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' <<< 138029 1726887995.42125: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd019190> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726887995.42147: 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' <<< 138029 1726887995.42177: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd01bc20> <<< 138029 1726887995.42211: 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 0x7f25bda02c90> <<< 138029 1726887995.42267: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd019f10> <<< 138029 1726887995.42336: 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' <<< 138029 1726887995.42375: 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' <<< 138029 1726887995.42427: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726887995.42444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd023aa0> import '_tokenize' # <<< 138029 1726887995.42508: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd022570> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd022300> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726887995.42676: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd022840> <<< 138029 1726887995.42700: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd01a420> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bd067d40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd067f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 138029 1726887995.42780: 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' <<< 138029 1726887995.42803: 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 0x7f25bd069940> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd069700> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726887995.42881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726887995.42928: 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 0x7f25bd06be30> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd06a030> <<< 138029 1726887995.42967: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726887995.43054: 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 <<< 138029 1726887995.43096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726887995.43111: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd06f590> <<< 138029 1726887995.43197: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd06bf20> <<< 138029 1726887995.43313: 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 0x7f25bd0703b0> <<< 138029 1726887995.43320: 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 0x7f25bd0703e0> <<< 138029 1726887995.43364: 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 0x7f25bd0709b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd068290> <<< 138029 1726887995.43493: 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 <<< 138029 1726887995.43500: 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 0x7f25bd073f80> <<< 138029 1726887995.43617: 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 0x7f25bd0fcfb0> <<< 138029 1726887995.43635: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd072720> <<< 138029 1726887995.43668: 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 0x7f25bd073aa0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd072360> <<< 138029 1726887995.43703: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726887995.43938: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726887995.43942: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726887995.43967: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726887995.43982: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.44090: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.44194: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.44721: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.45274: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726887995.45347: 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 <<< 138029 1726887995.45351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887995.45366: 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 0x7f25bcf01280> <<< 138029 1726887995.45433: 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' <<< 138029 1726887995.45472: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bcf02030> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd0ffdd0> <<< 138029 1726887995.45591: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726887995.45594: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726887995.45732: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.45907: 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 0x7f25bcf02660> # zipimport: zlib available <<< 138029 1726887995.46353: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.46927: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726887995.46952: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726887995.46985: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.47230: stdout chunk (state=3): >>>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' # <<< 138029 1726887995.47234: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.47278: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.47320: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726887995.47658: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.47783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726887995.47832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726887995.47886: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726887995.47921: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bcf031d0> # zipimport: zlib available <<< 138029 1726887995.47996: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.48123: 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' # <<< 138029 1726887995.48126: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.48149: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.48194: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726887995.48212: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.48338: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.48385: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726887995.48418: 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 <<< 138029 1726887995.48462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887995.48598: 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 0x7f25bcf0dd90> <<< 138029 1726887995.48602: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bcf0bda0> <<< 138029 1726887995.48631: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726887995.48680: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.48766: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.48872: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.48895: 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 <<< 138029 1726887995.48927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726887995.48979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726887995.49000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726887995.49190: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd002630> <<< 138029 1726887995.49209: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd1de300> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bcf0de20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bcf03110> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726887995.49224: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726887995.49279: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726887995.49316: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726887995.49578: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.49822: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.49970: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887995.50108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726887995.50134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bcfa7aa0> <<< 138029 1726887995.50172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726887995.50194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726887995.50299: 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 0x7f25bcf8f410> # 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 0x7f25bcf8f770> <<< 138029 1726887995.50421: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bcfa43e0> import 'ansible.module_utils.service' # # zipimport: zlib available <<< 138029 1726887997.00111: 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"<<< 138029 1726887997.00248: stdout chunk (state=3): >>>, "state": "stopped", "status": "static", "source": "systemd"}, "irqbalance.service": {"name": "irqbalance.service", "state": "running", "status": "enabled", "source": "systemd"}, "iscsi-shutdown.service": {"name": "iscsi-shutdown.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "iscsi.service": {"name": "iscsi.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "iscsid.service": {"name": "iscsid.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "kdump.service": {"name": "kdump.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "kmod-static-nodes.service": {"name": "kmod-static-nodes.service", "state": "stopped", "status": "static", "source": "systemd"}, "ldconfig.service": {"name": "ldconfig.service", "state": "stopped", "status": "static", "source": "systemd"}, "logrotate.service": {"name": "logrotate.service", "state": "stopped", "status": "static", "source": "systemd"}, "lvm2-activation-early.service": {"name": "lvm2-activation-early.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "lvm2-lvmpolld.service": {"name": "lvm2-lvmpolld.service", "state": "stopped", "status": "static", "source": "systemd"}, "lvm2-monitor.service": {"name": "lvm2-monitor.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "mdmonitor.service": {"name": "mdmonitor.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "modprobe@configfs.service": {"name": "modprobe@configfs.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@dm_mod.service": {"name": "modprobe@dm_mod.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@dm_multipath.service": {"name": "modprobe@dm_multipath.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@drm.service": {"name": "modprobe@drm.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@efi_pstore.service": {"name": "modprobe@efi_pstore.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@fuse.service": {"name": "modprobe@fuse.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@loop.service": {"name": "modprobe@loop.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "multipathd.service": {"name": "multipathd.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "network.service": {"name": "network.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "NetworkManager-wait-online.service": {"name": "NetworkManager-wait-online.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "NetworkManager.service": {"name": "NetworkManager.service", "state": "running", "status": "enabled", "source": "systemd"}, "nfs-idmapd.service": {"name": "nfs-idmapd.service", "state": "stopped", "status": "static", "source": "systemd"}, "nfs-mountd.service": {"name": "nfs-mountd.service", "state": "stopped", "status": "static", "source": "systemd"}, "nfs-server.service": {"name": "nfs-server.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "nfs-utils.service": {"name": "nfs-utils.service", "state": "stopped", "status": "static", "source": "systemd"}, "nfsdcld.service": {"name": "nfsdcld.service", "state": "stopped", "status": "static", "source": "systemd"}, "ntpd.service": {"name": "ntpd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "ntpdate.service": {"name": "ntpdate.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "pcscd.service": {"name": "pcscd.service", "state": "stopped", "status": "indirect", "source": "systemd"}, "plymouth-quit-wait.service": {"name": "plymouth-quit-wait.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "plymouth-start.service": {"name": "plymouth-start.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "raid-check.service": {"name": "raid-check.service", "state": "stopped", "status": "static", "source": "systemd"}, "rbdmap.service": {"name": "rbdmap.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "rc-local.service": {"name": "rc-local.service", "state": "stopped", "status": "static", "source": "systemd"}, "rescue.service": {"name": "rescue.service", "state": "stopped", "status": "static", "source": "systemd"}, "restraintd.service": {"name": "restraintd.service", "state": "running", "status": "enabled", "source": "systemd"}, "rngd.service": {"name": "rngd.service", "state": "running", "status": "enabled", "source": "systemd"}, "rpc-gssd.service": {"name": "rpc-gssd.service", "state": "stopped", "status": "static", "source": "systemd"}, "rpc-statd-notify.service": {"name": "rpc-statd-notify.service", "state": "stopped", "status": "static", "source": "systemd"}, "rpc-statd.service": {"name": "rpc-statd.service", "state": "stopped", "status": "static", "source": "systemd"}, "rpc-svcgssd.service": {"name": "rpc-svcgssd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "rpcbind.service": {"name": "rpcbind.service", "state": "running", "status": "enabled", "source": "systemd"}, "rsyslog.service": {"name": "rsyslog.service", "state": "running", "status": "enabled", "source": "systemd"}, "selinux-autorelabel-mark.service": {"name": "selinux-autorelabel-mark.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "serial-getty@ttyS0.service": {"name": "serial-getty@ttyS0.service", "state": "running", "status": "active", "source": "systemd"}, "sntp.service": {"name": "sntp.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "ssh-host-keys-migration.service": {"name": "ssh-host-keys-migration.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "sshd-keygen.service": {"name": "sshd-keygen.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "sshd-keygen@ecdsa.service": {"name": "sshd-keygen@ecdsa.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "sshd.service": {"name": "sshd.service", "state": "running", "status": "enabled", "source": "systemd"}, "sssd-kcm.service": {"name": "sssd-kcm.service", "state": "stopped", "status": "indirect", "source": "systemd"}, "sssd.service": {"name": "sssd.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "stratisd.service": {"name": "stratisd.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "syslog.service": {"name": "syslog.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-ask-password-console.service": {"name": "systemd-ask-password-console.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-ask-password-wall.service": {"name": "systemd-ask-password-wall.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-battery-check.service": {"name": "systemd-battery-check.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-binfmt.service": {"name": "systemd-binfmt.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-boot-random-seed.service": {"name": "systemd-boot-random-seed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-confext.service": {"name": "systemd-confext.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-firstboot.service": {"name": "systemd-firstboot.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-fsck-root.service": {"name": "systemd-fsck-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hibernate-clear.service": {"name": "systemd-hibernate-clear.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hibernate-resume.service": {"name": "systemd-hibernate-resume.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hwdb-update.service": {"name": "systemd-hwdb-update.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-initctl.service": {"name": "systemd-initctl.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journal-catalog-update.service": {"name": "systemd-journal-catalog-update.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journal-flush.service": {"name": "systemd-journal-flush.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journald.service": {"name": "systemd-journald.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-logind.service": {"name": "systemd-logind.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-machine-id-commit.service": {"name": "systemd-machine-id-commit.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-modules-load.service": {"name": "systemd-modules-load.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-network-generator.service": {"name": "systemd-network-generator.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-networkd-wait-online.service": {"name": "systemd-networkd-wait-online.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-oomd.service": {"name": "systemd-oomd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-pcrmachine.service": {"name": "systemd-pcrmachine.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase-initrd.service": {"name": "systemd-pcrphase-initrd.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase-sysinit.service": {"name": "systemd-pcrphase-sysinit.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase.service": {"name": "systemd-pcrphase.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pstore.service": {"name": "systemd-pstore.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-quotacheck-root.service": {"name": "systemd-quotacheck-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-random-seed.service": {"name": "systemd-random-seed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-remount-fs.service": {"name": "systemd-remount-fs.service", "state": "stopped", "status": "enabled-runtime", "source": "systemd"}, "systemd-repart.service": {"name": "systemd-repart.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-soft-reboot.service": {"name": "systemd-soft-reboot.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-sysctl.service": {"name": "systemd-sysctl.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-sysext.service": {"name": "systemd-sysext.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-sysusers.service": {"name": "systemd-sysusers.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-timesyncd.service": {"name": "systemd-timesyncd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-tmpfiles-clean.service": {"name": "systemd-tmpfiles-clean.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup-dev-early.service": {"name": "systemd-tmpfiles-setup-dev-early.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup-dev.service": {"name": "systemd-tmpfiles-setup-dev.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup.service": {"name": "systemd-tmpfiles-setup.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tpm2-setup-early.service": {"name": "systemd-tpm2-setup-early.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tpm2-setup.service": {"name": "systemd-tpm2-setup.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-udev-load-credentials.service": {"name": "systemd-udev-load-credentials.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "systemd-udev-settle.service": {"name": "systemd-udev-settle.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-udev-trigger.service": {"name": "systemd-udev-trigger.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-udevd.service": {"name": "systemd-udevd.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-update-done.service": {"name": "systemd-update-done.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-update-utmp-runlevel.service": {"name": "systemd-update-utmp-runlevel.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-update-utmp.service": {"name": "systemd-update-utmp.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-user-sessions.service": {"name": "systemd-user-sessions.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-vconsole-setup.service": {"name": "systemd-vconsole-setup.service", "state": "stopped", "status": "static", "source": "systemd"}, "user-runtime-dir@0.service": {"name": "user-runtime-dir@0.service", "state": "stopped", "status": "active", "source": "systemd"}, "user@0.service": {"name": "user@0.service", "state": "running", "status": "active", "source": "systemd"}, "ypbind.service": {"name": "ypbind.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "autovt@.service": {"name": "autovt@.service", "state": "unknown", "status": "alias", "source": "systemd"}, "blivet.service": {"name": "blivet.service", "state": "inactive", "status": "static", "source": "systemd"}, "capsule@.service": {"name": "capsule@.service", "state": "unknown", "status": "static", "source": "systemd"}, "chrony-wait.service": {"name": "chrony-wait.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "chronyd-restricted.service": {"name": "chronyd-restricted.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "cloud-init-hotplugd.service": {"name": "cloud-init-hotplugd.service", "state": "inactive", "status": "static", "source": "systemd"}, "console-getty.service": {"name": "console-getty.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "container-getty@.service": {"name": "container-getty@.service", "state": "unknown", "status": "static", "source": "systemd"}, "dbus-org.freedesktop.hostname1.service": {"name": "dbus-org.freedesktop.hostname1.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "state": "active", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus.service": {"name": "dbus.service", "state": "active", "status": "alias", "source": "systemd"}, "debug-shell.service": {"name": "debug-shell.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "dhcpcd.service": {"name": "dhcpcd.service", "state": "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__ <<< 138029 1726887997.01140: 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 <<< 138029 1726887997.01148: 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 # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726887997.01167: 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 ipaddress <<< 138029 1726887997.01271: 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 <<< 138029 1726887997.01274: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy _signal <<< 138029 1726887997.01279: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726887997.01562: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726887997.01762: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # destroy fnmatch # 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 <<< 138029 1726887997.01765: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 138029 1726887997.01768: 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 <<< 138029 1726887997.01794: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726887997.01816: 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 <<< 138029 1726887997.01962: 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 <<< 138029 1726887997.02020: 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 <<< 138029 1726887997.03051: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726887997.03056: stdout chunk (state=3): >>><<< 138029 1726887997.03059: stderr chunk (state=3): >>><<< 138029 1726887997.03418: _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 0x7f25bdb683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bdb37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bdb6a960> 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 0x7f25bd91cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f25bd91dfd0> 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 0x7f25bd963e30> # /usr/lib64/python3.12/__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 0x7f25bd963ef0> # /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 0x7f25bd993830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd993ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd973ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd971220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd960fe0> # /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 0x7f25bd9b7860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9b6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9720f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9b4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9e88f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd960260> # /usr/lib64/python3.12/__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 0x7f25bd9e8da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9e8c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bd9e9010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd956d80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f25bd9e96a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9e93a0> 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 0x7f25bd9ea570> 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 0x7f25bda007a0> 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 0x7f25bda01e80> # /usr/lib64/python3.12/__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 0x7f25bda02d20> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bda03350> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bda02270> # /usr/lib64/python3.12/__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 0x7f25bda03d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bda034a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9ea5d0> # /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 0x7f25bd78bc20> # /usr/lib64/python3.12/__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 0x7f25bd7b4710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd7b4470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bd7b4740> # /usr/lib64/python3.12/__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 0x7f25bd7b5070> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bd7b5a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd7b4920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd789dc0> # /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 0x7f25bd7b6de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd7b58e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd9eacc0> # /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 0x7f25bd7e3140> # /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 0x7f25bd80b4d0> # /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 0x7f25bd8642f0> # /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 0x7f25bd866a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd864410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd8312e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd129400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd80a2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd7b7d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f25bd80a8d0> # zipimport: found 31 names in '/tmp/ansible_service_facts_payload_1rhfy74e/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 0x7f25bd1830e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd15dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd15d130> # 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 0x7f25bd180fb0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f25bd1aaa80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd1aa810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd1aa120> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f25bd1aa600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd183b00> 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 0x7f25bd1ab6b0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bd1ab830> # /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 0x7f25bd1abce0> 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 0x7f25bd015ac0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bd0176e0> # /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 0x7f25bd017fe0> # /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 0x7f25bd019190> # /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 0x7f25bd01bc20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bda02c90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd019f10> # /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 0x7f25bd023aa0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd022570> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd022300> # /usr/lib64/python3.12/__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 0x7f25bd022840> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd01a420> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bd067d40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd067f20> # /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 0x7f25bd069940> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd069700> # /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 0x7f25bd06be30> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd06a030> # /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 0x7f25bd06f590> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd06bf20> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bd0703b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bd0703e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bd0709b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd068290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f25bd073f80> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bd0fcfb0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd072720> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25bd073aa0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd072360> # 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 0x7f25bcf01280> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f25bcf02030> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd0ffdd0> 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 0x7f25bcf02660> # 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 0x7f25bcf031d0> # 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 0x7f25bcf0dd90> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bcf0bda0> 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 0x7f25bd002630> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bd1de300> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bcf0de20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bcf03110> # 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 0x7f25bcfa7aa0> # /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 0x7f25bcf8f410> # 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 0x7f25bcf8f770> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25bcfa43e0> 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 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 138029 1726887997.06294: 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-1726887994.7748952-138309-47837313244443/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726887997.06299: _low_level_execute_command(): starting 138029 1726887997.06302: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726887994.7748952-138309-47837313244443/ > /dev/null 2>&1 && sleep 0' 138029 1726887997.08238: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887997.08245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726887997.08248: 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.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726887997.08250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887997.08688: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887997.08692: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887997.10757: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887997.10762: stdout chunk (state=3): >>><<< 138029 1726887997.10769: stderr chunk (state=3): >>><<< 138029 1726887997.10789: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887997.10795: handler run complete 138029 1726887997.11406: variable 'ansible_facts' from source: unknown 138029 1726887997.11833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887997.13128: variable 'ansible_facts' from source: unknown 138029 1726887997.13345: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887997.13643: attempt loop complete, returning result 138029 1726887997.13647: _execute() done 138029 1726887997.13650: dumping result to json 138029 1726887997.13921: done dumping result, returning 138029 1726887997.13931: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-5a58-73a2-0000000000bc] 138029 1726887997.13935: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000bc 138029 1726887997.17748: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000bc 138029 1726887997.17751: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "audit-rules.service": { "name": "audit-rules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "capsule@.service": { "name": "capsule@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd.service": { "name": "dhcpcd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd@.service": { "name": "dhcpcd@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "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 } 138029 1726887997.21265: no more pending results, returning what we have 138029 1726887997.21269: results queue empty 138029 1726887997.21270: checking for any_errors_fatal 138029 1726887997.21275: done checking for any_errors_fatal 138029 1726887997.21276: checking for max_fail_percentage 138029 1726887997.21278: done checking for max_fail_percentage 138029 1726887997.21278: checking to see if all hosts have failed and the running result is not ok 138029 1726887997.21279: done checking to see if all hosts have failed 138029 1726887997.21280: getting the remaining hosts for this loop 138029 1726887997.21281: done getting the remaining hosts for this loop 138029 1726887997.21285: getting the next task for host managed_node3 138029 1726887997.21290: done getting next task for host managed_node3 138029 1726887997.21293: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 138029 1726887997.21297: ^ 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 138029 1726887997.21389: getting variables 138029 1726887997.21391: in VariableManager get_vars() 138029 1726887997.21484: Calling all_inventory to load vars for managed_node3 138029 1726887997.21487: Calling groups_inventory to load vars for managed_node3 138029 1726887997.21490: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887997.21499: Calling all_plugins_play to load vars for managed_node3 138029 1726887997.21502: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887997.21504: Calling groups_plugins_play to load vars for managed_node3 138029 1726887997.22969: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887997.24166: done with get_vars() 138029 1726887997.24184: done getting variables 138029 1726887997.24368: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:06:37 -0400 (0:00:02.511) 0:00:09.967 ****** 138029 1726887997.24403: entering _queue_task() for managed_node3/set_fact 138029 1726887997.25117: worker is 1 (out of 1 available) 138029 1726887997.25130: exiting _queue_task() for managed_node3/set_fact 138029 1726887997.25142: done queuing things up, now waiting for results queue to drain 138029 1726887997.25143: waiting for pending results... 138029 1726887997.25907: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 138029 1726887997.25918: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000bd 138029 1726887997.25991: variable 'ansible_search_path' from source: unknown 138029 1726887997.26001: variable 'ansible_search_path' from source: unknown 138029 1726887997.26040: calling self._execute() 138029 1726887997.26160: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887997.26296: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887997.26314: variable 'omit' from source: magic vars 138029 1726887997.26543: variable 'omit' from source: magic vars 138029 1726887997.26702: variable 'omit' from source: magic vars 138029 1726887997.27645: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726887997.32905: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726887997.33503: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726887997.33600: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726887997.33819: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726887997.33823: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726887997.33992: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887997.34073: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887997.34176: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887997.34228: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887997.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) 138029 1726887997.34435: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887997.34492: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887997.34623: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887997.34660: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887997.34709: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887997.34872: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887997.34934: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887997.35071: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887997.35111: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887997.35143: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887997.35293: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887997.35320: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887997.35380: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887997.35502: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887997.35601: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887997.35678: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887997.35929: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887997.35932: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887997.35935: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887997.35937: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887997.36518: variable 'ansible_facts' from source: unknown 138029 1726887997.37182: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726887997.37618: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726887997.38040: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726887997.38079: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726887997.38277: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726887997.38464: 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) 138029 1726887997.38467: 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) 138029 1726887997.38470: 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) 138029 1726887997.38697: 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) 138029 1726887997.40072: variable 'omit' from source: magic vars 138029 1726887997.40114: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887997.40146: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887997.40222: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887997.40243: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887997.40318: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887997.40345: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887997.40367: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887997.40448: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887997.40458: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887997.40546: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887997.40780: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887997.40791: Set connection var ansible_timeout to 10 138029 1726887997.40800: Set connection var ansible_pipelining to False 138029 1726887997.40806: Set connection var ansible_shell_type to sh 138029 1726887997.40812: Set connection var ansible_connection to ssh 138029 1726887997.40821: Set connection var ansible_shell_executable to /bin/sh 138029 1726887997.41066: variable 'ansible_shell_executable' from source: unknown 138029 1726887997.41069: variable 'ansible_connection' from source: unknown 138029 1726887997.41071: variable 'ansible_module_compression' from source: unknown 138029 1726887997.41073: variable 'ansible_shell_type' from source: unknown 138029 1726887997.41075: variable 'ansible_shell_executable' from source: unknown 138029 1726887997.41077: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887997.41079: variable 'ansible_pipelining' from source: unknown 138029 1726887997.41081: variable 'ansible_timeout' from source: unknown 138029 1726887997.41083: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887997.41210: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726887997.41226: variable 'omit' from source: magic vars 138029 1726887997.41235: starting attempt loop 138029 1726887997.41241: running the handler 138029 1726887997.41253: handler run complete 138029 1726887997.41293: attempt loop complete, returning result 138029 1726887997.41391: _execute() done 138029 1726887997.41394: dumping result to json 138029 1726887997.41396: done dumping result, returning 138029 1726887997.41398: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-5a58-73a2-0000000000bd] 138029 1726887997.41400: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000bd ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 138029 1726887997.41560: no more pending results, returning what we have 138029 1726887997.41563: results queue empty 138029 1726887997.41564: checking for any_errors_fatal 138029 1726887997.41572: done checking for any_errors_fatal 138029 1726887997.41573: checking for max_fail_percentage 138029 1726887997.41574: done checking for max_fail_percentage 138029 1726887997.41575: checking to see if all hosts have failed and the running result is not ok 138029 1726887997.41576: done checking to see if all hosts have failed 138029 1726887997.41577: getting the remaining hosts for this loop 138029 1726887997.41578: done getting the remaining hosts for this loop 138029 1726887997.41582: getting the next task for host managed_node3 138029 1726887997.41591: done getting next task for host managed_node3 138029 1726887997.41595: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 138029 1726887997.41659: ^ 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 138029 1726887997.41672: getting variables 138029 1726887997.41674: in VariableManager get_vars() 138029 1726887997.41939: Calling all_inventory to load vars for managed_node3 138029 1726887997.41943: Calling groups_inventory to load vars for managed_node3 138029 1726887997.41946: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887997.41957: Calling all_plugins_play to load vars for managed_node3 138029 1726887997.41961: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887997.41964: Calling groups_plugins_play to load vars for managed_node3 138029 1726887997.42915: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000bd 138029 1726887997.42918: WORKER PROCESS EXITING 138029 1726887997.43105: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887997.44508: done with get_vars() 138029 1726887997.44645: 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:06:37 -0400 (0:00:00.203) 0:00:10.171 ****** 138029 1726887997.44814: entering _queue_task() for managed_node3/systemd 138029 1726887997.44816: Creating lock for systemd 138029 1726887997.45526: worker is 1 (out of 1 available) 138029 1726887997.45539: exiting _queue_task() for managed_node3/systemd 138029 1726887997.45551: done queuing things up, now waiting for results queue to drain 138029 1726887997.45553: waiting for pending results... 138029 1726887997.46335: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 138029 1726887997.46447: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000bf 138029 1726887997.46861: variable 'ansible_search_path' from source: unknown 138029 1726887997.46867: variable 'ansible_search_path' from source: unknown 138029 1726887997.46870: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726887997.47661: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726887997.47667: dumping result to json 138029 1726887997.47670: done dumping result, returning 138029 1726887997.47673: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-5a58-73a2-0000000000bf] 138029 1726887997.47676: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000bf 138029 1726887997.47753: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000bf skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726887997.47820: no more pending results, returning what we have 138029 1726887997.47825: results queue empty 138029 1726887997.47826: checking for any_errors_fatal 138029 1726887997.47832: done checking for any_errors_fatal 138029 1726887997.47833: checking for max_fail_percentage 138029 1726887997.47835: done checking for max_fail_percentage 138029 1726887997.47836: checking to see if all hosts have failed and the running result is not ok 138029 1726887997.47836: done checking to see if all hosts have failed 138029 1726887997.47837: getting the remaining hosts for this loop 138029 1726887997.47839: done getting the remaining hosts for this loop 138029 1726887997.47842: getting the next task for host managed_node3 138029 1726887997.47850: done getting next task for host managed_node3 138029 1726887997.47854: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 138029 1726887997.47861: ^ 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 138029 1726887997.47878: getting variables 138029 1726887997.47880: in VariableManager get_vars() 138029 1726887997.48050: Calling all_inventory to load vars for managed_node3 138029 1726887997.48053: Calling groups_inventory to load vars for managed_node3 138029 1726887997.48077: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887997.48122: WORKER PROCESS EXITING 138029 1726887997.48141: Calling all_plugins_play to load vars for managed_node3 138029 1726887997.48144: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887997.48147: Calling groups_plugins_play to load vars for managed_node3 138029 1726887997.49975: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887997.51357: done with get_vars() 138029 1726887997.51490: 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:06:37 -0400 (0:00:00.068) 0:00:10.239 ****** 138029 1726887997.51617: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726887997.52354: worker is 1 (out of 1 available) 138029 1726887997.52368: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726887997.52379: done queuing things up, now waiting for results queue to drain 138029 1726887997.52381: waiting for pending results... 138029 1726887997.52873: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 138029 1726887997.53025: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000c0 138029 1726887997.53090: variable 'ansible_search_path' from source: unknown 138029 1726887997.53097: variable 'ansible_search_path' from source: unknown 138029 1726887997.53336: calling self._execute() 138029 1726887997.53449: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887997.53551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887997.53557: variable 'omit' from source: magic vars 138029 1726887997.53621: variable 'omit' from source: magic vars 138029 1726887997.53704: variable 'omit' from source: magic vars 138029 1726887997.53994: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726887997.56397: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726887997.56958: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726887997.56966: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726887997.56969: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726887997.56971: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726887997.56974: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887997.57202: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887997.57206: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887997.57208: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887997.57210: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887997.57792: variable 'storage_use_partitions' from source: play vars 138029 1726887997.57802: variable 'storage_disklabel_type' from source: role '' defaults 138029 1726887997.57819: variable 'storage_pool_defaults' from source: role '' defaults 138029 1726887997.58062: variable 'storage_pool_defaults' from source: role '' defaults 138029 1726887997.58279: variable 'storage_volume_defaults' from source: role '' defaults 138029 1726887997.58285: variable 'storage_volume_defaults' from source: role '' defaults 138029 1726887997.58511: variable 'storage_safe_mode' from source: play vars 138029 1726887997.58660: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887997.58732: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887997.58762: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887997.58870: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887997.59039: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887997.59043: variable 'omit' from source: magic vars 138029 1726887997.59363: variable 'omit' from source: magic vars 138029 1726887997.59366: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887997.59369: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887997.59373: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887997.59375: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887997.59471: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887997.59474: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887997.59476: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887997.59479: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887997.59481: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887997.59483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887997.59862: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887997.59865: Set connection var ansible_timeout to 10 138029 1726887997.59868: Set connection var ansible_pipelining to False 138029 1726887997.59870: Set connection var ansible_shell_type to sh 138029 1726887997.59872: Set connection var ansible_connection to ssh 138029 1726887997.59874: Set connection var ansible_shell_executable to /bin/sh 138029 1726887997.59876: variable 'ansible_shell_executable' from source: unknown 138029 1726887997.59878: variable 'ansible_connection' from source: unknown 138029 1726887997.59880: variable 'ansible_module_compression' from source: unknown 138029 1726887997.59882: variable 'ansible_shell_type' from source: unknown 138029 1726887997.59883: variable 'ansible_shell_executable' from source: unknown 138029 1726887997.59885: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887997.59888: variable 'ansible_pipelining' from source: unknown 138029 1726887997.59890: variable 'ansible_timeout' from source: unknown 138029 1726887997.59892: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887997.60223: 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) 138029 1726887997.60308: variable 'omit' from source: magic vars 138029 1726887997.60322: starting attempt loop 138029 1726887997.60328: running the handler 138029 1726887997.60343: _low_level_execute_command(): starting 138029 1726887997.60372: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726887997.61274: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887997.61305: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726887997.61351: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887997.61415: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887997.61435: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887997.61889: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887997.63239: stdout chunk (state=3): >>>/root <<< 138029 1726887997.63359: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887997.63363: stderr chunk (state=3): >>><<< 138029 1726887997.63406: stdout chunk (state=3): >>><<< 138029 1726887997.63410: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887997.63414: _low_level_execute_command(): starting 138029 1726887997.63417: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726887997.6339293-138428-221429392979439 `" && echo ansible-tmp-1726887997.6339293-138428-221429392979439="` echo /root/.ansible/tmp/ansible-tmp-1726887997.6339293-138428-221429392979439 `" ) && sleep 0' 138029 1726887997.64608: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887997.64624: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887997.64638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887997.64973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887997.65150: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887997.65203: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887997.67091: stdout chunk (state=3): >>>ansible-tmp-1726887997.6339293-138428-221429392979439=/root/.ansible/tmp/ansible-tmp-1726887997.6339293-138428-221429392979439 <<< 138029 1726887997.67192: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887997.67529: stderr chunk (state=3): >>><<< 138029 1726887997.67532: stdout chunk (state=3): >>><<< 138029 1726887997.67536: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726887997.6339293-138428-221429392979439=/root/.ansible/tmp/ansible-tmp-1726887997.6339293-138428-221429392979439 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887997.67538: variable 'ansible_module_compression' from source: unknown 138029 1726887997.67540: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 138029 1726887997.67576: variable 'ansible_facts' from source: unknown 138029 1726887997.67811: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726887997.6339293-138428-221429392979439/AnsiballZ_blivet.py 138029 1726887997.68311: Sending initial data 138029 1726887997.68314: Sent initial data (157 bytes) 138029 1726887997.69413: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887997.69511: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887997.69632: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887997.69709: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887997.71269: 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 <<< 138029 1726887997.71589: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726887997.71658: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpanfm5gfv /root/.ansible/tmp/ansible-tmp-1726887997.6339293-138428-221429392979439/AnsiballZ_blivet.py <<< 138029 1726887997.71712: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726887997.6339293-138428-221429392979439/AnsiballZ_blivet.py" <<< 138029 1726887997.71763: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpanfm5gfv" to remote "/root/.ansible/tmp/ansible-tmp-1726887997.6339293-138428-221429392979439/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726887997.6339293-138428-221429392979439/AnsiballZ_blivet.py" <<< 138029 1726887997.73695: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887997.74010: stderr chunk (state=3): >>><<< 138029 1726887997.74013: stdout chunk (state=3): >>><<< 138029 1726887997.74016: done transferring module to remote 138029 1726887997.74018: _low_level_execute_command(): starting 138029 1726887997.74021: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726887997.6339293-138428-221429392979439/ /root/.ansible/tmp/ansible-tmp-1726887997.6339293-138428-221429392979439/AnsiballZ_blivet.py && sleep 0' 138029 1726887997.75775: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726887997.75871: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887997.76224: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887997.76318: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887997.78282: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887997.78286: stdout chunk (state=3): >>><<< 138029 1726887997.78288: stderr chunk (state=3): >>><<< 138029 1726887997.78291: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887997.78293: _low_level_execute_command(): starting 138029 1726887997.78295: _low_level_execute_command(): using become for this command 138029 1726887997.78298: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-yksapjmzisvwykquwnidvqoxvfayaypq ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726887997.6339293-138428-221429392979439/AnsiballZ_blivet.py'"'"' && sleep 0' 138029 1726887997.78653: Initial state: awaiting_escalation: BECOME-SUCCESS-yksapjmzisvwykquwnidvqoxvfayaypq 138029 1726887997.79809: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887997.80062: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887997.80396: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887997.80458: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887997.83354: stdout chunk (state=1): >>>BECOME-SUCCESS-yksapjmzisvwykquwnidvqoxvfayaypq <<< 138029 1726887997.83361: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-yksapjmzisvwykquwnidvqoxvfayaypq' 138029 1726887997.83676: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726887997.83707: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726887997.83746: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726887997.83814: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726887997.83851: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726887997.83881: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726887997.84089: 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' # <<< 138029 1726887997.84178: 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 0x7f47c55683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5537a10> <<< 138029 1726887997.84210: 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 0x7f47c556a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 138029 1726887997.84243: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726887997.84489: 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' <<< 138029 1726887997.84509: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c533cfe0> <<< 138029 1726887997.84584: 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 <<< 138029 1726887997.84587: 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 0x7f47c533dfd0> <<< 138029 1726887997.84616: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726887997.84645: 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. <<< 138029 1726887997.84897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726887997.84918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726887997.85210: 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 <<< 138029 1726887997.85214: 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 0x7f47c5383dd0> # /usr/lib64/python3.12/__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 0x7f47c5383fe0> # /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 <<< 138029 1726887997.85258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887997.85276: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726887997.85307: 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 0x7f47c53b37d0> <<< 138029 1726887997.85336: 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 0x7f47c53b3e60> <<< 138029 1726887997.85359: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726887997.85411: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5393a70> <<< 138029 1726887997.85423: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726887997.85447: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c53911c0> <<< 138029 1726887997.85534: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5380f80> <<< 138029 1726887997.85569: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726887997.85592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 138029 1726887997.85627: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726887997.85644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726887997.85671: 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' <<< 138029 1726887997.85721: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c53d77d0> <<< 138029 1726887997.85724: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c53d63f0> <<< 138029 1726887997.85776: 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 0x7f47c5392090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c53d4b90> <<< 138029 1726887997.85847: 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 0x7f47c5408800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5380200> <<< 138029 1726887997.85850: 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' <<< 138029 1726887997.85924: 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 0x7f47c5408cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5408b60> <<< 138029 1726887997.85943: 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 0x7f47c5408ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5376d20> <<< 138029 1726887997.86047: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726887997.86050: 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 <<< 138029 1726887997.86076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5409550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5409220> 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' <<< 138029 1726887997.86110: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c540a450> import 'importlib.util' # <<< 138029 1726887997.86129: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726887997.86304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726887997.86308: 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 0x7f47c5420680> 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 0x7f47c5421d60> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726887997.86310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726887997.86344: 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' <<< 138029 1726887997.86347: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5422c00> <<< 138029 1726887997.86386: 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 0x7f47c5423260> <<< 138029 1726887997.86406: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5422150> <<< 138029 1726887997.86481: 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' <<< 138029 1726887997.86502: 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 0x7f47c5423ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5423410> <<< 138029 1726887997.86526: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c540a4b0> <<< 138029 1726887997.86548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726887997.86692: 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 <<< 138029 1726887997.86695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726887997.86722: 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 0x7f47c5173b90> # /usr/lib64/python3.12/__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 0x7f47c519c5f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c519c350> <<< 138029 1726887997.86734: 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 0x7f47c519c620> <<< 138029 1726887997.86773: 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' <<< 138029 1726887997.86843: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887997.86968: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c519cf50> <<< 138029 1726887997.87082: 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 0x7f47c519d8e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c519c800> <<< 138029 1726887997.87141: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5171d30> <<< 138029 1726887997.87229: 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' <<< 138029 1726887997.87254: 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 0x7f47c519ecc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c519da00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c540aba0> <<< 138029 1726887997.87273: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726887997.87328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887997.87347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726887997.87382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726887997.87475: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c51c7020> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726887997.87495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887997.87514: 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' <<< 138029 1726887997.87589: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c51ef3b0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726887997.87627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726887997.87725: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726887997.87744: 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 0x7f47c524c170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726887997.87967: 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 <<< 138029 1726887997.87990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c524e8d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c524c290> <<< 138029 1726887997.88013: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5219190> <<< 138029 1726887997.88051: 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 0x7f47c4b2d2b0> <<< 138029 1726887997.88079: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c51ee1b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c519fbf0> <<< 138029 1726887997.88209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726887997.88212: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f47c4b2d520> <<< 138029 1726887997.88590: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_2xle7utv/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 138029 1726887997.88720: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.88754: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726887997.88806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726887997.88816: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726887997.88919: 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 0x7f47c4b7afc0> import '_typing' # <<< 138029 1726887997.89198: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4b5deb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4b5d040> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 138029 1726887997.89213: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726887997.90603: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.91711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726887997.91732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4b78e90> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726887997.91773: 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' <<< 138029 1726887997.91802: 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' <<< 138029 1726887997.91826: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887997.91872: 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 0x7f47c4bae8d0> <<< 138029 1726887997.91878: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4bae660> <<< 138029 1726887997.92017: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4badfa0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726887997.92024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726887997.92027: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4bae9f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4b7b9e0> 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 0x7f47c4baf680> <<< 138029 1726887997.92056: 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 0x7f47c4baf8c0> <<< 138029 1726887997.92074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726887997.92231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 138029 1726887997.92234: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4bafe00> 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' <<< 138029 1726887997.92261: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a19c40> <<< 138029 1726887997.92289: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887997.92311: 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 0x7f47c4a1b860> <<< 138029 1726887997.92464: 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' <<< 138029 1726887997.92467: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a1c260> # /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 0x7f47c4a1d130> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726887997.92498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726887997.92517: 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' <<< 138029 1726887997.92568: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a1fe30> <<< 138029 1726887997.92634: 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 0x7f47c5422b70> <<< 138029 1726887997.92758: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a1e0f0> # /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 <<< 138029 1726887997.92860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726887997.92882: 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 0x7f47c4a27e30> import '_tokenize' # <<< 138029 1726887997.92903: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a26900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a26660> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726887997.92975: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a26bd0> <<< 138029 1726887997.92999: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a1e600> <<< 138029 1726887997.93093: 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 0x7f47c4a6bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a6c200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 138029 1726887997.93109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726887997.93135: 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' <<< 138029 1726887997.93168: 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 0x7f47c4a6dc70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a6da30> <<< 138029 1726887997.93328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726887997.93336: 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 0x7f47c4a70200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a6e360> <<< 138029 1726887997.93359: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726887997.93387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887997.93422: 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' <<< 138029 1726887997.93440: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726887997.93530: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a73980> <<< 138029 1726887997.93600: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a70350> <<< 138029 1726887997.94024: 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 0x7f47c4a74a10> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c4a74b90> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c4a74aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a6c3e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f47c4900200> <<< 138029 1726887997.94028: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887997.94030: 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 0x7f47c4901490> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a76990> <<< 138029 1726887997.94068: 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 0x7f47c4a77d40> <<< 138029 1726887997.94102: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a765a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726887997.94123: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.94199: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.94292: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.94326: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726887997.94369: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726887997.94534: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.94646: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.95139: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.95681: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726887997.95701: 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' # <<< 138029 1726887997.95785: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726887997.95970: 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 0x7f47c4905580> <<< 138029 1726887997.95973: 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 0x7f47c4906360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4901670> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726887997.95999: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726887997.96144: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.96299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726887997.96322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4906450> <<< 138029 1726887997.96388: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.96781: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.97220: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.97295: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.97385: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726887997.97419: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.97466: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726887997.97580: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.97618: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.97664: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726887997.97711: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.97766: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726887997.98284: 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' <<< 138029 1726887997.98296: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726887997.98361: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4907560> <<< 138029 1726887997.98376: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.98502: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.98527: 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' # <<< 138029 1726887997.98558: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.98597: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.98637: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726887997.98714: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726887997.98736: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.98823: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.98865: 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 <<< 138029 1726887997.98899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887997.99013: 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 0x7f47c49120f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c490d820> <<< 138029 1726887997.99053: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726887997.99118: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.99178: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.99317: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.99338: 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 <<< 138029 1726887997.99386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726887997.99501: 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 0x7f47c4a02ba0> <<< 138029 1726887997.99535: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4be2870> <<< 138029 1726887997.99594: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4912330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c49120c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726887997.99627: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887997.99666: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726887997.99778: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 138029 1726887997.99820: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 138029 1726887997.99985: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726887997.99988: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726887998.00000: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 138029 1726887998.01488: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.02881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726887998.03000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726887998.03029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726887998.03037: 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' <<< 138029 1726887998.03153: 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 0x7f47c4584e90> <<< 138029 1726887998.03159: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45842c0> <<< 138029 1726887998.03164: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c498dc40> <<< 138029 1726887998.03279: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c49a4920> <<< 138029 1726887998.03364: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.03405: 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' <<< 138029 1726887998.03467: 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 <<< 138029 1726887998.03597: 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 <<< 138029 1726887998.03620: 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 0x7f47c459a900> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c459a510> # /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' <<< 138029 1726887998.03640: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45bd0a0> # /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' <<< 138029 1726887998.03704: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726887998.03734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45be300> <<< 138029 1726887998.03787: 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 0x7f47c45bdc10> <<< 138029 1726887998.03832: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45bda60> <<< 138029 1726887998.04029: 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 0x7f47c45c06e0> <<< 138029 1726887998.04074: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c0470> # /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' <<< 138029 1726887998.04103: 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' <<< 138029 1726887998.04116: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 138029 1726887998.04219: 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 <<< 138029 1726887998.04245: 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 0x7f47c45c24e0> <<< 138029 1726887998.04274: 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' <<< 138029 1726887998.04299: stdout chunk (state=3): >>>import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c45c22a0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c1b50> <<< 138029 1726887998.04386: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py <<< 138029 1726887998.04457: 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 <<< 138029 1726887998.04516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 138029 1726887998.04601: 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 0x7f47c45c5190> # /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 0x7f47c45c5580> # /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 0x7f47c45c5a00> <<< 138029 1726887998.04605: 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' <<< 138029 1726887998.04695: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c61e0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c4890> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c4380> # 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' <<< 138029 1726887998.04710: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c6960> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c3ec0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c3e90> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py <<< 138029 1726887998.04746: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 138029 1726887998.04806: 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' <<< 138029 1726887998.04841: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4608f50> # /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 <<< 138029 1726887998.04937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 138029 1726887998.04940: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4609d90> <<< 138029 1726887998.04961: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4609490> <<< 138029 1726887998.05167: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c7200> 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 <<< 138029 1726887998.05180: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 138029 1726887998.05339: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4612ab0> <<< 138029 1726887998.05359: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 138029 1726887998.05445: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 138029 1726887998.05469: 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' <<< 138029 1726887998.05681: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4618260> <<< 138029 1726887998.05693: stdout chunk (state=3): >>>import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c1040> <<< 138029 1726887998.05731: 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 <<< 138029 1726887998.05803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 138029 1726887998.05893: 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' <<< 138029 1726887998.05896: 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 <<< 138029 1726887998.05909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 138029 1726887998.05943: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44a60c0> <<< 138029 1726887998.05971: stdout chunk (state=3): >>>import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44a5910> <<< 138029 1726887998.06772: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c46126c0> import 'gi.repository.BlockDev' # <<< 138029 1726887998.06820: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c459ab10> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45998b0> <<< 138029 1726887998.07215: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c49a64b0> <<< 138029 1726887998.07219: 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' <<< 138029 1726887998.07295: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44ba480> <<< 138029 1726887998.07314: 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 0x7f47c44bc230> <<< 138029 1726887998.07361: 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' <<< 138029 1726887998.07418: 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 <<< 138029 1726887998.07422: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 138029 1726887998.07483: 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' <<< 138029 1726887998.07507: 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' <<< 138029 1726887998.07633: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44bfa10> <<< 138029 1726887998.07636: 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 <<< 138029 1726887998.07643: 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 0x7f47c44c0080> <<< 138029 1726887998.07646: 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 <<< 138029 1726887998.07814: 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' <<< 138029 1726887998.07822: 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' <<< 138029 1726887998.07824: 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' <<< 138029 1726887998.07827: stdout chunk (state=3): >>>import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44c1130> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44c0fe0> <<< 138029 1726887998.07832: 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 0x7f47c44c13d0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44c0d40> <<< 138029 1726887998.07835: 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' <<< 138029 1726887998.07980: 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 0x7f47c44c18b0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44c1700> <<< 138029 1726887998.07983: 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' <<< 138029 1726887998.08030: 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' <<< 138029 1726887998.08038: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44c1c10> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44c1910> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44c04d0> # /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 0x7f47c44c0b60> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/monitor.py <<< 138029 1726887998.08070: 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' <<< 138029 1726887998.08098: 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 <<< 138029 1726887998.08132: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44cda90> # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/poll.py <<< 138029 1726887998.08214: 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 0x7f47c44cddf0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44cd820> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44cce90> # /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 0x7f47c44cdf70> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44bf6e0> # /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 0x7f47c44ce000> <<< 138029 1726887998.08335: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44bd190> <<< 138029 1726887998.08386: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44bc920> <<< 138029 1726887998.08460: 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 <<< 138029 1726887998.08571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 138029 1726887998.08590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44d2390> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44d11c0> <<< 138029 1726887998.08628: 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 0x7f47c4654d10> <<< 138029 1726887998.08686: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44cf500> <<< 138029 1726887998.08700: 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 <<< 138029 1726887998.08766: 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 <<< 138029 1726887998.08847: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887998.08879: 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 0x7f47c3516390> # /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' <<< 138029 1726887998.08907: 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' <<< 138029 1726887998.08932: 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' <<< 138029 1726887998.09006: 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 0x7f47c353c650> <<< 138029 1726887998.09066: 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 0x7f47c353ce30> # /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' <<< 138029 1726887998.09124: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c353d430> # /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' <<< 138029 1726887998.09172: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c353d760> <<< 138029 1726887998.09223: stdout chunk (state=3): >>>import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c353c4d0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3517c20> <<< 138029 1726887998.09261: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3516a20> # /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' <<< 138029 1726887998.09302: 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 0x7f47c3550470> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c35172c0> <<< 138029 1726887998.09400: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3516540> # /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' <<< 138029 1726887998.09451: 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 0x7f47c3550a70> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3517380> # /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' <<< 138029 1726887998.09519: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3550c80> <<< 138029 1726887998.09534: 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' import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c35510a0> <<< 138029 1726887998.09743: 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 0x7f47c3551850> <<< 138029 1726887998.09747: 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 <<< 138029 1726887998.09771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887998.09869: 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 0x7f47c3579220> <<< 138029 1726887998.09892: 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 <<< 138029 1726887998.09916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc' <<< 138029 1726887998.09974: 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 0x7f47c357a3c0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3579d90> # /usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/constraint.py <<< 138029 1726887998.10060: 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 0x7f47c357a7b0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/device.py <<< 138029 1726887998.10065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 138029 1726887998.10092: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c357b350> # /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 <<< 138029 1726887998.10127: 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 0x7f47c332a060> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3328d40> <<< 138029 1726887998.10214: 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 0x7f47c332b470> <<< 138029 1726887998.10220: 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 <<< 138029 1726887998.10295: 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 0x7f47c334c7d0> # /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 0x7f47c334d5e0> <<< 138029 1726887998.10301: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c356e510> <<< 138029 1726887998.10409: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c356e180> <<< 138029 1726887998.10417: 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 0x7f47c334fb30> <<< 138029 1726887998.10482: 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 <<< 138029 1726887998.10495: 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' <<< 138029 1726887998.10579: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3378530> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c334fb00> <<< 138029 1726887998.10731: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c334f020> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/dmraid.py <<< 138029 1726887998.10826: stdout chunk (state=3): >>># 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 0x7f47c3398d40> <<< 138029 1726887998.10830: 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 <<< 138029 1726887998.10845: 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 0x7f47c3398e90> # /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' <<< 138029 1726887998.10880: 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' <<< 138029 1726887998.11034: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33b0620> <<< 138029 1726887998.11051: 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' import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33b0ce0> # /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' <<< 138029 1726887998.11078: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33b16a0> <<< 138029 1726887998.11103: 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 0x7f47c33b1b20> <<< 138029 1726887998.11139: 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' <<< 138029 1726887998.11279: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33b2090> <<< 138029 1726887998.11282: 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' <<< 138029 1726887998.11334: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33b23c0> # /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 0x7f47c33b2960> # /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 0x7f47c33b2b10> <<< 138029 1726887998.11437: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fstab.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' # /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' <<< 138029 1726887998.11640: 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 0x7f47c33b3da0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33b3c20> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33b2cc0> # /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 <<< 138029 1726887998.11644: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726887998.11681: 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' import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33e8a40> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33e8650> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33b3b30> <<< 138029 1726887998.11870: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33993a0> <<< 138029 1726887998.11890: 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' <<< 138029 1726887998.11957: 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' <<< 138029 1726887998.11997: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33ac4a0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/lukstasks.py <<< 138029 1726887998.12054: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33ac860> <<< 138029 1726887998.12194: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c339aff0> # /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' <<< 138029 1726887998.12235: 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' <<< 138029 1726887998.12605: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33af8f0> <<< 138029 1726887998.12777: 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' <<< 138029 1726887998.12896: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33afaa0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33aefc0> # /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 0x7f47c3235f70> # /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' <<< 138029 1726887998.13003: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3237380> # /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 0x7f47c3237b60> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/swap.py <<< 138029 1726887998.13006: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 138029 1726887998.13111: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3244440> # /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' <<< 138029 1726887998.13305: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c32461e0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c35141a0> # /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' <<< 138029 1726887998.13361: stdout chunk (state=3): >>>import 'blivet.devices.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44c12b0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4657d40> # /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' <<< 138029 1726887998.13366: 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' <<< 138029 1726887998.13408: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3279370> <<< 138029 1726887998.13422: 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' <<< 138029 1726887998.13474: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c327a180> # /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' <<< 138029 1726887998.13520: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c327a960> <<< 138029 1726887998.13643: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c32782f0> <<< 138029 1726887998.13711: 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' # /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' <<< 138029 1726887998.13885: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c32b4410> <<< 138029 1726887998.13900: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c32787d0> # /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' <<< 138029 1726887998.13978: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c32c5f10> <<< 138029 1726887998.13996: 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 <<< 138029 1726887998.14132: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726887998.14175: 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' <<< 138029 1726887998.14310: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c32dfad0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/raid.py <<< 138029 1726887998.14335: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3303f80> # /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' <<< 138029 1726887998.14375: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c31222d0> <<< 138029 1726887998.14581: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c31204d0> <<< 138029 1726887998.14595: 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 0x7f47c314c710> <<< 138029 1726887998.15066: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c32dc3b0> # /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' <<< 138029 1726887998.15324: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c32dc5f0> # /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' <<< 138029 1726887998.15398: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c31b27e0> # /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 0x7f47c31b3320> # /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 0x7f47c31b3e60> # /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 0x7f47c31c0320> # /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 0x7f47c31c11c0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/stratis.py <<< 138029 1726887998.15515: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726887998.15619: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c31c1a90> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44bc3b0> <<< 138029 1726887998.15643: 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' <<< 138029 1726887998.15688: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c31c2510> <<< 138029 1726887998.15751: 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 <<< 138029 1726887998.15892: 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 <<< 138029 1726887998.16061: 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 0x7f47c31f0d10> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c31e6b70> # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726887998.16133: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 138029 1726887998.16449: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.16453: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 138029 1726887998.16800: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.16905: stdout chunk (state=3): >>> {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": true, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ <<< 138029 1726887998.17754: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726887998.17783: 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 <<< 138029 1726887998.17845: 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 # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[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 <<< 138029 1726887998.17985: 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 # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726887998.18030: stdout chunk (state=3): >>># 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 <<< 138029 1726887998.18748: stdout chunk (state=3): >>># 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 <<< 138029 1726887998.18838: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning <<< 138029 1726887998.18938: stdout chunk (state=3): >>># cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # 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 <<< 138029 1726887998.19213: stdout chunk (state=3): >>># cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib <<< 138029 1726887998.19271: stdout chunk (state=3): >>># cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # 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 <<< 138029 1726887998.19385: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # 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 <<< 138029 1726887998.20065: stdout chunk (state=3): >>># destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct <<< 138029 1726887998.20114: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk <<< 138029 1726887998.20169: stdout chunk (state=3): >>># destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 138029 1726887998.20299: 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 # destroy fnmatch # destroy _hashlib # destroy shutil # destroy blivet.tasks.pvtask <<< 138029 1726887998.20402: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy pprint # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy parted # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib <<< 138029 1726887998.20498: stdout chunk (state=3): >>># destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat <<< 138029 1726887998.20674: 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 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 <<< 138029 1726887998.20735: 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 # destroy _random <<< 138029 1726887998.20760: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726887998.21602: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726887998.21605: stdout chunk (state=3): >>><<< 138029 1726887998.21608: stderr chunk (state=3): >>><<< 138029 1726887998.22135: _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 0x7f47c55683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5537a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c556a960> 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 0x7f47c533cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f47c533dfd0> 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 0x7f47c5383dd0> # /usr/lib64/python3.12/__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 0x7f47c5383fe0> # /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 0x7f47c53b37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c53b3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5393a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c53911c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5380f80> # /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 0x7f47c53d77d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c53d63f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5392090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c53d4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5408800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5380200> # /usr/lib64/python3.12/__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 0x7f47c5408cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5408b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c5408ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5376d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f47c5409550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5409220> 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 0x7f47c540a450> 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 0x7f47c5420680> 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 0x7f47c5421d60> # /usr/lib64/python3.12/__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 0x7f47c5422c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c5423260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5422150> # /usr/lib64/python3.12/__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 0x7f47c5423ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5423410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c540a4b0> # /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 0x7f47c5173b90> # /usr/lib64/python3.12/__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 0x7f47c519c5f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c519c350> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c519c620> # /usr/lib64/python3.12/__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 0x7f47c519cf50> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c519d8e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c519c800> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5171d30> # /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 0x7f47c519ecc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c519da00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c540aba0> # /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 0x7f47c51c7020> # /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 0x7f47c51ef3b0> # /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 0x7f47c524c170> # /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 0x7f47c524e8d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c524c290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c5219190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4b2d2b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c51ee1b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c519fbf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f47c4b2d520> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_2xle7utv/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 0x7f47c4b7afc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4b5deb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4b5d040> # 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 0x7f47c4b78e90> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f47c4bae8d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4bae660> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4badfa0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f47c4bae9f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4b7b9e0> 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 0x7f47c4baf680> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c4baf8c0> # /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 0x7f47c4bafe00> 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 0x7f47c4a19c40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c4a1b860> # /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 0x7f47c4a1c260> # /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 0x7f47c4a1d130> # /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 0x7f47c4a1fe30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c5422b70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a1e0f0> # /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 0x7f47c4a27e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a26900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a26660> # /usr/lib64/python3.12/__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 0x7f47c4a26bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a1e600> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c4a6bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a6c200> # /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 0x7f47c4a6dc70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a6da30> # /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 0x7f47c4a70200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a6e360> # /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 0x7f47c4a73980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a70350> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c4a74a10> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c4a74b90> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c4a74aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a6c3e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f47c4900200> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c4901490> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a76990> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47c4a77d40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4a765a0> # 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 0x7f47c4905580> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f47c4906360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4901670> 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 0x7f47c4906450> # 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 0x7f47c4907560> # 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 0x7f47c49120f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c490d820> 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 0x7f47c4a02ba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4be2870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4912330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c49120c0> # 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 0x7f47c4584e90> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45842c0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c498dc40> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c49a4920> # 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 0x7f47c459a900> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c459a510> # /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 0x7f47c45bd0a0> # /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 0x7f47c45be300> # 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 0x7f47c45bdc10> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45bda60> # /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 0x7f47c45c06e0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c0470> # /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 0x7f47c45c24e0> # 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 0x7f47c45c22a0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c1b50> # /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 0x7f47c45c5190> # /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 0x7f47c45c5580> # /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 0x7f47c45c5a00> # /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 0x7f47c45c61e0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c4890> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c4380> # 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 0x7f47c45c6960> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c3ec0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c3e90> # /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 0x7f47c4608f50> # /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 0x7f47c4609d90> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4609490> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c7200> 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 0x7f47c4612ab0> 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 0x7f47c4618260> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45c1040> # /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 0x7f47c44a60c0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44a5910> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c46126c0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c459ab10> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c45998b0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c49a64b0> # /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 0x7f47c44ba480> # /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 0x7f47c44bc230> # /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 0x7f47c44bfa10> # /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 0x7f47c44c0080> # /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 0x7f47c44c1130> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44c0fe0> # /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 0x7f47c44c13d0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44c0d40> # /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 0x7f47c44c18b0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44c1700> # /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 0x7f47c44c1c10> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44c1910> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44c04d0> # /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 0x7f47c44c0b60> # /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 0x7f47c44cda90> # /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 0x7f47c44cddf0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44cd820> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44cce90> # /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 0x7f47c44cdf70> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44bf6e0> # /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 0x7f47c44ce000> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44bd190> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44bc920> # /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 0x7f47c44d2390> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44d11c0> # /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 0x7f47c4654d10> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44cf500> # /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 0x7f47c3516390> # /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 0x7f47c353c650> # /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 0x7f47c353ce30> # /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 0x7f47c353d430> # /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 0x7f47c353d760> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c353c4d0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3517c20> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3516a20> # /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 0x7f47c3550470> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c35172c0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3516540> # /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 0x7f47c3550a70> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3517380> # /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 0x7f47c3550c80> # /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 0x7f47c35510a0> # /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 0x7f47c3551850> # /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 0x7f47c3579220> # /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 0x7f47c357a3c0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3579d90> # /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 0x7f47c357a7b0> # /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 0x7f47c357b350> # /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 0x7f47c332a060> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c3328d40> # /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 0x7f47c332b470> # /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 0x7f47c334c7d0> # /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 0x7f47c334d5e0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c356e510> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c356e180> # /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 0x7f47c334fb30> # /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 0x7f47c3378530> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c334fb00> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c334f020> # /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 0x7f47c3398d40> # /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 0x7f47c3398e90> # /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 0x7f47c33b0620> # /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 0x7f47c33b0ce0> # /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 0x7f47c33b16a0> # /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 0x7f47c33b1b20> # /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 0x7f47c33b2090> # /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 0x7f47c33b23c0> # /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 0x7f47c33b2960> # /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 0x7f47c33b2b10> # /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 0x7f47c33b3da0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33b3c20> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33b2cc0> # /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 0x7f47c33e8a40> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33e8650> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33b3b30> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33993a0> # /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 0x7f47c33ac4a0> # /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 0x7f47c33ac860> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c339aff0> # /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 0x7f47c33af8f0> # /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 0x7f47c33afaa0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c33aefc0> # /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 0x7f47c3235f70> # /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 0x7f47c3237380> # /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 0x7f47c3237b60> # /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 0x7f47c3244440> # /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 0x7f47c32461e0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c35141a0> # /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 0x7f47c44c12b0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c4657d40> # /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 0x7f47c3279370> # /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 0x7f47c327a180> # /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 0x7f47c327a960> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c32782f0> # /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 0x7f47c32b4410> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c32787d0> # /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 0x7f47c32c5f10> # /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 0x7f47c32dfad0> # /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 0x7f47c3303f80> # /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 0x7f47c31222d0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c31204d0> # /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 0x7f47c314c710> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c32dc3b0> # /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 0x7f47c32dc5f0> # /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 0x7f47c31b27e0> # /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 0x7f47c31b3320> # /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 0x7f47c31b3e60> # /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 0x7f47c31c0320> # /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 0x7f47c31c11c0> # /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 0x7f47c31c1a90> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c44bc3b0> # /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 0x7f47c31c2510> # /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 0x7f47c31f0d10> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47c31e6b70> # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # # zipimport: zlib available {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": true, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # destroy distro # destroy distro.distro # destroy argparse # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy blivet.devicelibs.disk # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy pprint # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy parted # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy math # destroy platform # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy operator # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726887998.24585: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [], 'use_partitions': True, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726887997.6339293-138428-221429392979439/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726887998.24589: _low_level_execute_command(): starting 138029 1726887998.24592: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726887997.6339293-138428-221429392979439/ > /dev/null 2>&1 && sleep 0' 138029 1726887998.24594: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887998.24597: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887998.24599: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887998.24602: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887998.24605: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887998.24607: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887998.24610: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887998.25894: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887998.25945: stderr chunk (state=3): >>><<< 138029 1726887998.25949: stdout chunk (state=3): >>><<< 138029 1726887998.25995: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887998.25999: handler run complete 138029 1726887998.26088: attempt loop complete, returning result 138029 1726887998.26365: _execute() done 138029 1726887998.26369: dumping result to json 138029 1726887998.26371: done dumping result, returning 138029 1726887998.26374: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-5a58-73a2-0000000000c0] 138029 1726887998.26377: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c0 ok: [managed_node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } 138029 1726887998.26634: no more pending results, returning what we have 138029 1726887998.26641: results queue empty 138029 1726887998.26643: checking for any_errors_fatal 138029 1726887998.26648: done checking for any_errors_fatal 138029 1726887998.26649: checking for max_fail_percentage 138029 1726887998.26651: done checking for max_fail_percentage 138029 1726887998.26651: checking to see if all hosts have failed and the running result is not ok 138029 1726887998.26652: done checking to see if all hosts have failed 138029 1726887998.26653: getting the remaining hosts for this loop 138029 1726887998.27021: done getting the remaining hosts for this loop 138029 1726887998.27027: getting the next task for host managed_node3 138029 1726887998.27034: done getting next task for host managed_node3 138029 1726887998.27043: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 138029 1726887998.27049: ^ 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 138029 1726887998.27066: getting variables 138029 1726887998.27068: in VariableManager get_vars() 138029 1726887998.27112: Calling all_inventory to load vars for managed_node3 138029 1726887998.27207: Calling groups_inventory to load vars for managed_node3 138029 1726887998.27212: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887998.27266: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c0 138029 1726887998.27296: WORKER PROCESS EXITING 138029 1726887998.27331: Calling all_plugins_play to load vars for managed_node3 138029 1726887998.27335: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887998.27339: Calling groups_plugins_play to load vars for managed_node3 138029 1726887998.28546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887998.29258: done with get_vars() 138029 1726887998.29279: done getting variables 138029 1726887998.29377: 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:06:38 -0400 (0:00:00.777) 0:00:11.017 ****** 138029 1726887998.29414: entering _queue_task() for managed_node3/command 138029 1726887998.29416: Creating lock for command 138029 1726887998.30233: worker is 1 (out of 1 available) 138029 1726887998.30241: exiting _queue_task() for managed_node3/command 138029 1726887998.30250: done queuing things up, now waiting for results queue to drain 138029 1726887998.30252: waiting for pending results... 138029 1726887998.30459: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 138029 1726887998.30802: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000c1 138029 1726887998.30838: variable 'ansible_search_path' from source: unknown 138029 1726887998.30842: variable 'ansible_search_path' from source: unknown 138029 1726887998.30951: calling self._execute() 138029 1726887998.31174: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887998.31178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887998.31277: variable 'omit' from source: magic vars 138029 1726887998.32040: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726887998.35590: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726887998.35594: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726887998.35686: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726887998.35836: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726887998.35850: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726887998.36001: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887998.36087: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887998.36174: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887998.36283: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887998.36382: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887998.36694: Evaluated conditional (storage_udevadm_trigger | d(false)): False 138029 1726887998.36703: when evaluation is False, skipping this task 138029 1726887998.36707: _execute() done 138029 1726887998.36710: dumping result to json 138029 1726887998.36778: done dumping result, returning 138029 1726887998.36815: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-5a58-73a2-0000000000c1] 138029 1726887998.37067: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c1 138029 1726887998.37144: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c1 138029 1726887998.37147: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 138029 1726887998.37219: no more pending results, returning what we have 138029 1726887998.37223: results queue empty 138029 1726887998.37225: checking for any_errors_fatal 138029 1726887998.37240: done checking for any_errors_fatal 138029 1726887998.37241: checking for max_fail_percentage 138029 1726887998.37242: done checking for max_fail_percentage 138029 1726887998.37243: checking to see if all hosts have failed and the running result is not ok 138029 1726887998.37244: done checking to see if all hosts have failed 138029 1726887998.37245: getting the remaining hosts for this loop 138029 1726887998.37247: done getting the remaining hosts for this loop 138029 1726887998.37251: getting the next task for host managed_node3 138029 1726887998.37261: done getting next task for host managed_node3 138029 1726887998.37265: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 138029 1726887998.37269: ^ 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 138029 1726887998.37403: getting variables 138029 1726887998.37406: in VariableManager get_vars() 138029 1726887998.37443: Calling all_inventory to load vars for managed_node3 138029 1726887998.37446: Calling groups_inventory to load vars for managed_node3 138029 1726887998.37449: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887998.37667: Calling all_plugins_play to load vars for managed_node3 138029 1726887998.37672: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887998.37676: Calling groups_plugins_play to load vars for managed_node3 138029 1726887998.38985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887998.40505: done with get_vars() 138029 1726887998.40527: 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:06:38 -0400 (0:00:00.114) 0:00:11.132 ****** 138029 1726887998.40850: entering _queue_task() for managed_node3/stat 138029 1726887998.41591: worker is 1 (out of 1 available) 138029 1726887998.41605: exiting _queue_task() for managed_node3/stat 138029 1726887998.41616: done queuing things up, now waiting for results queue to drain 138029 1726887998.41617: waiting for pending results... 138029 1726887998.42275: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 138029 1726887998.42431: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000c2 138029 1726887998.42454: variable 'ansible_search_path' from source: unknown 138029 1726887998.42484: variable 'ansible_search_path' from source: unknown 138029 1726887998.42546: calling self._execute() 138029 1726887998.42748: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887998.42768: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887998.42816: variable 'omit' from source: magic vars 138029 1726887998.43052: variable 'omit' from source: magic vars 138029 1726887998.43272: variable 'omit' from source: magic vars 138029 1726887998.43398: variable 'omit' from source: magic vars 138029 1726887998.43561: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887998.43609: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887998.43637: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887998.43734: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887998.43760: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887998.43931: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887998.43934: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887998.44035: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887998.44042: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887998.44065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887998.44394: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887998.44407: Set connection var ansible_timeout to 10 138029 1726887998.44502: Set connection var ansible_pipelining to False 138029 1726887998.44507: Set connection var ansible_shell_type to sh 138029 1726887998.44509: Set connection var ansible_connection to ssh 138029 1726887998.44514: Set connection var ansible_shell_executable to /bin/sh 138029 1726887998.44516: variable 'ansible_shell_executable' from source: unknown 138029 1726887998.44576: variable 'ansible_connection' from source: unknown 138029 1726887998.44791: variable 'ansible_module_compression' from source: unknown 138029 1726887998.44795: variable 'ansible_shell_type' from source: unknown 138029 1726887998.44797: variable 'ansible_shell_executable' from source: unknown 138029 1726887998.44800: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887998.44802: variable 'ansible_pipelining' from source: unknown 138029 1726887998.44804: variable 'ansible_timeout' from source: unknown 138029 1726887998.44806: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887998.45141: 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) 138029 1726887998.45160: variable 'omit' from source: magic vars 138029 1726887998.45172: starting attempt loop 138029 1726887998.45180: running the handler 138029 1726887998.45197: _low_level_execute_command(): starting 138029 1726887998.45234: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726887998.47582: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887998.47825: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887998.47894: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887998.49563: stdout chunk (state=3): >>>/root <<< 138029 1726887998.49735: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887998.49739: stdout chunk (state=3): >>><<< 138029 1726887998.49741: stderr chunk (state=3): >>><<< 138029 1726887998.49954: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887998.49961: _low_level_execute_command(): starting 138029 1726887998.49965: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726887998.498723-138460-199140255979400 `" && echo ansible-tmp-1726887998.498723-138460-199140255979400="` echo /root/.ansible/tmp/ansible-tmp-1726887998.498723-138460-199140255979400 `" ) && sleep 0' 138029 1726887998.51549: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887998.51818: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887998.51919: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887998.52075: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887998.52171: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887998.52474: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887998.54368: stdout chunk (state=3): >>>ansible-tmp-1726887998.498723-138460-199140255979400=/root/.ansible/tmp/ansible-tmp-1726887998.498723-138460-199140255979400 <<< 138029 1726887998.54476: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887998.54524: stderr chunk (state=3): >>><<< 138029 1726887998.54571: stdout chunk (state=3): >>><<< 138029 1726887998.54598: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726887998.498723-138460-199140255979400=/root/.ansible/tmp/ansible-tmp-1726887998.498723-138460-199140255979400 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887998.54655: variable 'ansible_module_compression' from source: unknown 138029 1726887998.54835: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726887998.54924: variable 'ansible_facts' from source: unknown 138029 1726887998.55161: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726887998.498723-138460-199140255979400/AnsiballZ_stat.py 138029 1726887998.55772: Sending initial data 138029 1726887998.55787: Sent initial data (154 bytes) 138029 1726887998.56910: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887998.57073: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887998.57216: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887998.57232: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887998.57364: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887998.58914: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 138029 1726887998.58961: 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 <<< 138029 1726887998.59065: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726887998.59278: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmphq4tl43g /root/.ansible/tmp/ansible-tmp-1726887998.498723-138460-199140255979400/AnsiballZ_stat.py <<< 138029 1726887998.59281: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726887998.498723-138460-199140255979400/AnsiballZ_stat.py" <<< 138029 1726887998.59328: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmphq4tl43g" to remote "/root/.ansible/tmp/ansible-tmp-1726887998.498723-138460-199140255979400/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726887998.498723-138460-199140255979400/AnsiballZ_stat.py" <<< 138029 1726887998.60787: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887998.60798: stdout chunk (state=3): >>><<< 138029 1726887998.60810: stderr chunk (state=3): >>><<< 138029 1726887998.60835: done transferring module to remote 138029 1726887998.60969: _low_level_execute_command(): starting 138029 1726887998.60972: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726887998.498723-138460-199140255979400/ /root/.ansible/tmp/ansible-tmp-1726887998.498723-138460-199140255979400/AnsiballZ_stat.py && sleep 0' 138029 1726887998.62219: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887998.62447: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887998.62578: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887998.62648: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887998.64387: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887998.64445: stderr chunk (state=3): >>><<< 138029 1726887998.64448: stdout chunk (state=3): >>><<< 138029 1726887998.64469: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887998.64472: _low_level_execute_command(): starting 138029 1726887998.64570: _low_level_execute_command(): using become for this command 138029 1726887998.64574: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-uvtmayftmisbdrqbromnuagefglqcuuj ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726887998.498723-138460-199140255979400/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726887998.64785: Initial state: awaiting_escalation: BECOME-SUCCESS-uvtmayftmisbdrqbromnuagefglqcuuj 138029 1726887998.65640: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887998.65798: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887998.65922: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887998.65940: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887998.65966: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887998.66143: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887998.69006: stdout chunk (state=1): >>>BECOME-SUCCESS-uvtmayftmisbdrqbromnuagefglqcuuj <<< 138029 1726887998.69009: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-uvtmayftmisbdrqbromnuagefglqcuuj' 138029 1726887998.69344: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726887998.69414: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726887998.69418: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726887998.69489: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726887998.69525: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726887998.69528: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726887998.69561: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726887998.69591: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726887998.69594: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726887998.69644: 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' <<< 138029 1726887998.69666: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726887998.69697: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726887998.69768: 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 0x7f2c337683e0> <<< 138029 1726887998.69804: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33737a10> <<< 138029 1726887998.69809: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726887998.69823: 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 0x7f2c3376a960> import '_signal' # <<< 138029 1726887998.69931: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726887998.70003: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 138029 1726887998.70210: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 138029 1726887998.70216: 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 0x7f2c3353cfe0> <<< 138029 1726887998.70240: 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' <<< 138029 1726887998.70264: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c3353dfd0> <<< 138029 1726887998.70307: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726887998.70420: 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. <<< 138029 1726887998.70719: 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 0x7f2c3357be90> <<< 138029 1726887998.70724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726887998.70745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726887998.70785: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726887998.70788: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c3357bf50> <<< 138029 1726887998.70810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726887998.70890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726887998.70903: 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' <<< 138029 1726887998.70929: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726887998.70976: 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 0x7f2c335b3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c335b3ef0> <<< 138029 1726887998.71082: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33593b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33591280> <<< 138029 1726887998.71251: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33579040> <<< 138029 1726887998.71262: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726887998.71327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726887998.71385: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c335d7890> <<< 138029 1726887998.71462: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c335d64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33592150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c335d4c50> <<< 138029 1726887998.71490: 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 0x7f2c33604920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c335782c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726887998.71654: 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 0x7f2c33604dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33604c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c33605070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33576de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726887998.71671: 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' <<< 138029 1726887998.71706: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33605730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33605430> import 'importlib.machinery' # <<< 138029 1726887998.71812: 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' <<< 138029 1726887998.71825: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33606630> 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' <<< 138029 1726887998.71936: 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 0x7f2c33620860> 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 0x7f2c33621fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726887998.71969: 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' <<< 138029 1726887998.72054: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33622e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c33623440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33622390> <<< 138029 1726887998.72070: 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' <<< 138029 1726887998.72154: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887998.72162: 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 0x7f2c33623e30> <<< 138029 1726887998.72164: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33623560> <<< 138029 1726887998.72264: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33606690> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726887998.72499: 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 0x7f2c333afce0> # /usr/lib64/python3.12/__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 0x7f2c333d8770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c333d84d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c333d87a0> # /usr/lib64/python3.12/__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' <<< 138029 1726887998.72603: 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 0x7f2c333d90a0> <<< 138029 1726887998.72885: 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 0x7f2c333d9a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c333d8980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c333ade80> # /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 0x7f2c333dae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c333d9910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33606d80> <<< 138029 1726887998.72986: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726887998.72990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887998.72992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726887998.73020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726887998.73050: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c334071a0> <<< 138029 1726887998.73206: 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 0x7f2c3342f560> <<< 138029 1726887998.73304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726887998.73308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726887998.73362: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726887998.73366: 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 0x7f2c33488350> <<< 138029 1726887998.73368: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726887998.73409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726887998.73590: 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 0x7f2c3348aab0> <<< 138029 1726887998.73638: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33488470> <<< 138029 1726887998.73675: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33455340> <<< 138029 1726887998.73706: 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' <<< 138029 1726887998.73710: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32d29430> <<< 138029 1726887998.73746: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c3342e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c333dbd70> <<< 138029 1726887998.73829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726887998.73878: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2c3342e6f0> <<< 138029 1726887998.74110: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_dhrzoxf7/ansible_stat_payload.zip' # zipimport: zlib available <<< 138029 1726887998.74238: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.74267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726887998.74286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726887998.74325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726887998.74412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726887998.74448: 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 0x7f2c32d7f170> <<< 138029 1726887998.74474: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726887998.74640: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32d5e060> <<< 138029 1726887998.74697: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32d5d1c0> # zipimport: zlib available <<< 138029 1726887998.74700: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726887998.74724: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726887998.74753: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.76138: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.77392: 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 0x7f2c32d7d460> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f2c32da6b10> <<< 138029 1726887998.77425: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32da6900> <<< 138029 1726887998.77466: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32da6210> <<< 138029 1726887998.77489: 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' <<< 138029 1726887998.77517: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32da6c00> <<< 138029 1726887998.77542: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32d7fe00> import 'atexit' # <<< 138029 1726887998.77783: 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 0x7f2c32da7800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c32da7a40> # /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 0x7f2c32da7f50> 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' <<< 138029 1726887998.77812: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c15ca0> <<< 138029 1726887998.77838: 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 0x7f2c32c178c0> <<< 138029 1726887998.77873: 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' <<< 138029 1726887998.77920: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c18290> <<< 138029 1726887998.77936: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726887998.77988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726887998.78016: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c19400> <<< 138029 1726887998.78034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726887998.78049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726887998.78082: 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' <<< 138029 1726887998.78120: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c1bf20> <<< 138029 1726887998.78153: 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 0x7f2c32d7fb90> <<< 138029 1726887998.78180: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c1a1e0> <<< 138029 1726887998.78205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726887998.78237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726887998.78261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726887998.78266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726887998.78272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726887998.78321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726887998.78383: 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 0x7f2c32c23e90> import '_tokenize' # <<< 138029 1726887998.78427: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c22960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c226c0> <<< 138029 1726887998.78449: 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' <<< 138029 1726887998.78559: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c22c30> <<< 138029 1726887998.78563: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c1a6f0> <<< 138029 1726887998.78592: 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 0x7f2c32c67ef0> <<< 138029 1726887998.78626: 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 0x7f2c32c68230> <<< 138029 1726887998.78654: 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 <<< 138029 1726887998.78689: 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' <<< 138029 1726887998.78722: 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' <<< 138029 1726887998.78745: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c32c69ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c69a60> <<< 138029 1726887998.78759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726887998.78859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726887998.78922: 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 0x7f2c32c6c260> <<< 138029 1726887998.78925: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c6a390> <<< 138029 1726887998.78939: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726887998.78999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887998.79027: 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' # <<< 138029 1726887998.79096: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c6fa40> <<< 138029 1726887998.79186: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c6c410> <<< 138029 1726887998.79268: 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 0x7f2c32c70890> <<< 138029 1726887998.79282: 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 0x7f2c32c70b60> <<< 138029 1726887998.79328: 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 0x7f2c32c70d10> <<< 138029 1726887998.79331: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c68410> <<< 138029 1726887998.79378: 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' <<< 138029 1726887998.79386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726887998.79403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726887998.79445: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887998.79459: 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 0x7f2c32cfc410> <<< 138029 1726887998.79607: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887998.79611: 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 0x7f2c32cfd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c72ba0> <<< 138029 1726887998.79648: 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 0x7f2c32c73f50> <<< 138029 1726887998.79674: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c727e0> # zipimport: zlib available <<< 138029 1726887998.79698: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726887998.79701: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.79785: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.79892: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.79895: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726887998.79931: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726887998.79948: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726887998.79951: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.80061: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.80176: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.80704: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.81235: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726887998.81247: 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' # <<< 138029 1726887998.81274: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726887998.81286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887998.81342: 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 0x7f2c32b01790> <<< 138029 1726887998.81420: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726887998.81433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726887998.81446: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32b02600> <<< 138029 1726887998.81452: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32cfd850> <<< 138029 1726887998.81507: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726887998.81511: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.81528: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.81552: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726887998.81558: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.81716: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.81863: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726887998.81886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32b02360> # zipimport: zlib available <<< 138029 1726887998.82374: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.82795: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.82853: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.82925: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726887998.82940: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.82975: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.83021: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726887998.83023: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.83088: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.83168: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726887998.83184: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.83191: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.83210: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726887998.83259: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.83293: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726887998.83313: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.83532: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.83764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726887998.83821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726887998.83836: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726887998.83907: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32b03770> # zipimport: zlib available <<< 138029 1726887998.83977: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.84059: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726887998.84062: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726887998.84084: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 138029 1726887998.84131: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.84184: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726887998.84187: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.84237: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.84274: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.84329: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.84391: 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 <<< 138029 1726887998.84426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887998.84503: 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 0x7f2c32b0e1b0> <<< 138029 1726887998.84542: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32b0be00> <<< 138029 1726887998.84574: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726887998.84579: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.84647: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.84705: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.84735: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.84785: 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 <<< 138029 1726887998.84793: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887998.84798: 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 <<< 138029 1726887998.84825: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726887998.84841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726887998.84902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726887998.84917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726887998.84940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726887998.84994: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c02a80> <<< 138029 1726887998.85036: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32de2750> <<< 138029 1726887998.85118: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32b0e2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32b03020> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726887998.85124: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.85152: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.85185: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726887998.85239: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726887998.85251: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.85275: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.85277: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726887998.85288: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.85415: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.85596: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887998.87052: 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": 257949954, "dev": 51714, "nlink": 1, "atime": 1726887961.9513967, "mtime": 1726887970.8394604, "ctime": 1726887970.8394604, "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": "585673919", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726887998.87061: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726887998.87460: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726887998.87557: 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 <<< 138029 1726887998.87631: 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 # 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 <<< 138029 1726887998.87963: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726887998.87970: 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 <<< 138029 1726887998.87998: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath <<< 138029 1726887998.88046: 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 <<< 138029 1726887998.88087: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726887998.88109: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726887998.88127: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726887998.88177: 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 <<< 138029 1726887998.88218: 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 <<< 138029 1726887998.88253: 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 <<< 138029 1726887998.88290: 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 <<< 138029 1726887998.88328: 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 <<< 138029 1726887998.88503: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 138029 1726887998.88506: 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 <<< 138029 1726887998.88530: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726887998.88561: 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 <<< 138029 1726887998.88564: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726887998.88588: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726887998.88660: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726887998.88683: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 138029 1726887998.88693: stdout chunk (state=3): >>># destroy time <<< 138029 1726887998.88700: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726887998.88710: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726887998.88717: stdout chunk (state=3): >>># destroy _operator <<< 138029 1726887998.88740: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 138029 1726887998.88759: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726887998.88768: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726887998.89305: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726887998.89335: stderr chunk (state=3): >>><<< 138029 1726887998.89338: stdout chunk (state=3): >>><<< 138029 1726887998.89409: _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 0x7f2c337683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33737a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c3376a960> 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 0x7f2c3353cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f2c3353dfd0> 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 0x7f2c3357be90> # /usr/lib64/python3.12/__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 0x7f2c3357bf50> # /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 0x7f2c335b3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c335b3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33593b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33591280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33579040> # /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 0x7f2c335d7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c335d64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33592150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c335d4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33604920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c335782c0> # /usr/lib64/python3.12/__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 0x7f2c33604dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33604c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c33605070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33576de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f2c33605730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33605430> 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 0x7f2c33606630> 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 0x7f2c33620860> 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 0x7f2c33621fa0> # /usr/lib64/python3.12/__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 0x7f2c33622e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c33623440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33622390> # /usr/lib64/python3.12/__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 0x7f2c33623e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33623560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33606690> # /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 0x7f2c333afce0> # /usr/lib64/python3.12/__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 0x7f2c333d8770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c333d84d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c333d87a0> # /usr/lib64/python3.12/__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 0x7f2c333d90a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c333d9a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c333d8980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c333ade80> # /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 0x7f2c333dae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c333d9910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33606d80> # /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 0x7f2c334071a0> # /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 0x7f2c3342f560> # /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 0x7f2c33488350> # /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 0x7f2c3348aab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33488470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c33455340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32d29430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c3342e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c333dbd70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2c3342e6f0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_dhrzoxf7/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 0x7f2c32d7f170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32d5e060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32d5d1c0> # 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 0x7f2c32d7d460> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f2c32da6b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32da6900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32da6210> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f2c32da6c00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32d7fe00> 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 0x7f2c32da7800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c32da7a40> # /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 0x7f2c32da7f50> 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 0x7f2c32c15ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c32c178c0> # /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 0x7f2c32c18290> # /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 0x7f2c32c19400> # /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 0x7f2c32c1bf20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c32d7fb90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c1a1e0> # /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 0x7f2c32c23e90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c22960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c226c0> # /usr/lib64/python3.12/__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 0x7f2c32c22c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c1a6f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c32c67ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c68230> # /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 0x7f2c32c69ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c69a60> # /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 0x7f2c32c6c260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c6a390> # /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 0x7f2c32c6fa40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c6c410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c32c70890> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c32c70b60> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c32c70d10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c68410> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f2c32cfc410> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c32cfd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c72ba0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c32c73f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32c727e0> # 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 0x7f2c32b01790> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f2c32b02600> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32cfd850> 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 0x7f2c32b02360> # 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 0x7f2c32b03770> # 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 0x7f2c32b0e1b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32b0be00> 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 0x7f2c32c02a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32de2750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32b0e2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c32b03020> # 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": 257949954, "dev": 51714, "nlink": 1, "atime": 1726887961.9513967, "mtime": 1726887970.8394604, "ctime": 1726887970.8394604, "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": "585673919", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726887998.90470: 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-1726887998.498723-138460-199140255979400/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726887998.90474: _low_level_execute_command(): starting 138029 1726887998.90477: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726887998.498723-138460-199140255979400/ > /dev/null 2>&1 && sleep 0' 138029 1726887998.90485: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887998.90489: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887998.90492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887998.90494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726887998.90499: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726887998.90501: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887998.90503: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887998.90507: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887998.90510: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887998.90516: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887998.92353: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887998.92368: stderr chunk (state=3): >>><<< 138029 1726887998.92371: stdout chunk (state=3): >>><<< 138029 1726887998.92445: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887998.92450: handler run complete 138029 1726887998.92453: attempt loop complete, returning result 138029 1726887998.92470: _execute() done 138029 1726887998.92476: dumping result to json 138029 1726887998.92478: done dumping result, returning 138029 1726887998.92480: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-5a58-73a2-0000000000c2] 138029 1726887998.92482: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c2 ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726887961.9513967, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "ctime": 1726887970.8394604, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 257949954, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726887970.8394604, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "585673919", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 138029 1726887998.92700: no more pending results, returning what we have 138029 1726887998.92706: results queue empty 138029 1726887998.92710: checking for any_errors_fatal 138029 1726887998.92715: done checking for any_errors_fatal 138029 1726887998.92715: checking for max_fail_percentage 138029 1726887998.92717: done checking for max_fail_percentage 138029 1726887998.92718: checking to see if all hosts have failed and the running result is not ok 138029 1726887998.92718: done checking to see if all hosts have failed 138029 1726887998.92719: getting the remaining hosts for this loop 138029 1726887998.92720: done getting the remaining hosts for this loop 138029 1726887998.92723: getting the next task for host managed_node3 138029 1726887998.92728: done getting next task for host managed_node3 138029 1726887998.92732: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 138029 1726887998.92735: ^ 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 138029 1726887998.92744: getting variables 138029 1726887998.92745: in VariableManager get_vars() 138029 1726887998.92824: Calling all_inventory to load vars for managed_node3 138029 1726887998.92827: Calling groups_inventory to load vars for managed_node3 138029 1726887998.92828: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887998.92839: Calling all_plugins_play to load vars for managed_node3 138029 1726887998.92843: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887998.92852: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c2 138029 1726887998.92857: WORKER PROCESS EXITING 138029 1726887998.92867: Calling groups_plugins_play to load vars for managed_node3 138029 1726887998.93330: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887998.93765: done with get_vars() 138029 1726887998.93777: 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:06:38 -0400 (0:00:00.529) 0:00:11.661 ****** 138029 1726887998.93841: entering _queue_task() for managed_node3/lineinfile 138029 1726887998.93843: Creating lock for lineinfile 138029 1726887998.94069: worker is 1 (out of 1 available) 138029 1726887998.94081: exiting _queue_task() for managed_node3/lineinfile 138029 1726887998.94092: done queuing things up, now waiting for results queue to drain 138029 1726887998.94094: waiting for pending results... 138029 1726887998.94274: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 138029 1726887998.94383: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000c3 138029 1726887998.94387: variable 'ansible_search_path' from source: unknown 138029 1726887998.94390: variable 'ansible_search_path' from source: unknown 138029 1726887998.94417: calling self._execute() 138029 1726887998.94478: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887998.94482: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887998.94490: variable 'omit' from source: magic vars 138029 1726887998.94848: variable '__storage_fstab' from source: set_fact 138029 1726887998.94931: Evaluated conditional (__storage_fstab.stat.exists): True 138029 1726887998.95017: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726887998.95268: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726887998.95293: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726887998.95317: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726887998.95340: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726887998.95405: variable 'blivet_output' from source: set_fact 138029 1726887998.95408: Evaluated conditional (blivet_output is changed): False 138029 1726887998.95431: when evaluation is False, skipping this task 138029 1726887998.95434: _execute() done 138029 1726887998.95436: dumping result to json 138029 1726887998.95438: done dumping result, returning 138029 1726887998.95441: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-5a58-73a2-0000000000c3] 138029 1726887998.95443: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c3 138029 1726887998.95528: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c3 138029 1726887998.95531: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } 138029 1726887998.95587: no more pending results, returning what we have 138029 1726887998.95590: results queue empty 138029 1726887998.95591: checking for any_errors_fatal 138029 1726887998.95598: done checking for any_errors_fatal 138029 1726887998.95599: checking for max_fail_percentage 138029 1726887998.95601: done checking for max_fail_percentage 138029 1726887998.95601: checking to see if all hosts have failed and the running result is not ok 138029 1726887998.95602: done checking to see if all hosts have failed 138029 1726887998.95603: getting the remaining hosts for this loop 138029 1726887998.95604: done getting the remaining hosts for this loop 138029 1726887998.95607: getting the next task for host managed_node3 138029 1726887998.95612: done getting next task for host managed_node3 138029 1726887998.95616: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 138029 1726887998.95619: ^ 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 138029 1726887998.95630: getting variables 138029 1726887998.95632: in VariableManager get_vars() 138029 1726887998.95659: Calling all_inventory to load vars for managed_node3 138029 1726887998.95661: Calling groups_inventory to load vars for managed_node3 138029 1726887998.95666: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887998.95673: Calling all_plugins_play to load vars for managed_node3 138029 1726887998.95675: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887998.95678: Calling groups_plugins_play to load vars for managed_node3 138029 1726887998.95972: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887998.96303: done with get_vars() 138029 1726887998.96311: 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:06:38 -0400 (0:00:00.025) 0:00:11.687 ****** 138029 1726887998.96383: entering _queue_task() for managed_node3/systemd 138029 1726887998.96563: worker is 1 (out of 1 available) 138029 1726887998.96574: exiting _queue_task() for managed_node3/systemd 138029 1726887998.96585: done queuing things up, now waiting for results queue to drain 138029 1726887998.96587: waiting for pending results... 138029 1726887998.96753: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 138029 1726887998.96835: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000c5 138029 1726887998.96847: variable 'ansible_search_path' from source: unknown 138029 1726887998.96850: variable 'ansible_search_path' from source: unknown 138029 1726887998.96888: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726887998.97040: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726887998.97082: dumping result to json 138029 1726887998.97086: done dumping result, returning 138029 1726887998.97092: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-5a58-73a2-0000000000c5] 138029 1726887998.97099: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c5 skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726887998.97238: no more pending results, returning what we have 138029 1726887998.97241: results queue empty 138029 1726887998.97242: checking for any_errors_fatal 138029 1726887998.97247: done checking for any_errors_fatal 138029 1726887998.97248: checking for max_fail_percentage 138029 1726887998.97249: done checking for max_fail_percentage 138029 1726887998.97250: checking to see if all hosts have failed and the running result is not ok 138029 1726887998.97251: done checking to see if all hosts have failed 138029 1726887998.97252: getting the remaining hosts for this loop 138029 1726887998.97253: done getting the remaining hosts for this loop 138029 1726887998.97257: getting the next task for host managed_node3 138029 1726887998.97266: done getting next task for host managed_node3 138029 1726887998.97269: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 138029 1726887998.97273: ^ 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 138029 1726887998.97287: getting variables 138029 1726887998.97288: in VariableManager get_vars() 138029 1726887998.97313: Calling all_inventory to load vars for managed_node3 138029 1726887998.97316: Calling groups_inventory to load vars for managed_node3 138029 1726887998.97318: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887998.97324: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c5 138029 1726887998.97326: WORKER PROCESS EXITING 138029 1726887998.97333: Calling all_plugins_play to load vars for managed_node3 138029 1726887998.97335: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887998.97337: Calling groups_plugins_play to load vars for managed_node3 138029 1726887998.97644: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887998.97975: done with get_vars() 138029 1726887998.97987: done getting variables 138029 1726887998.98025: 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:06:38 -0400 (0:00:00.016) 0:00:11.704 ****** 138029 1726887998.98046: entering _queue_task() for managed_node3/debug 138029 1726887998.98220: worker is 1 (out of 1 available) 138029 1726887998.98232: exiting _queue_task() for managed_node3/debug 138029 1726887998.98242: done queuing things up, now waiting for results queue to drain 138029 1726887998.98244: waiting for pending results... 138029 1726887998.98405: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output 138029 1726887998.98493: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000c7 138029 1726887998.98504: variable 'ansible_search_path' from source: unknown 138029 1726887998.98508: variable 'ansible_search_path' from source: unknown 138029 1726887998.98535: calling self._execute() 138029 1726887998.98595: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887998.98599: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887998.98607: variable 'omit' from source: magic vars 138029 1726887998.98683: variable 'omit' from source: magic vars 138029 1726887998.98726: variable 'omit' from source: magic vars 138029 1726887998.98748: variable 'omit' from source: magic vars 138029 1726887998.98782: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887998.98814: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887998.98829: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887998.98842: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887998.98852: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887998.98870: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887998.98882: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887998.98904: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887998.98908: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887998.98912: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887998.98996: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887998.99000: Set connection var ansible_timeout to 10 138029 1726887998.99005: Set connection var ansible_pipelining to False 138029 1726887998.99008: Set connection var ansible_shell_type to sh 138029 1726887998.99011: Set connection var ansible_connection to ssh 138029 1726887998.99015: Set connection var ansible_shell_executable to /bin/sh 138029 1726887998.99040: variable 'ansible_shell_executable' from source: unknown 138029 1726887998.99043: variable 'ansible_connection' from source: unknown 138029 1726887998.99046: variable 'ansible_module_compression' from source: unknown 138029 1726887998.99049: variable 'ansible_shell_type' from source: unknown 138029 1726887998.99051: variable 'ansible_shell_executable' from source: unknown 138029 1726887998.99053: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887998.99058: variable 'ansible_pipelining' from source: unknown 138029 1726887998.99060: variable 'ansible_timeout' from source: unknown 138029 1726887998.99066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887998.99174: 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) 138029 1726887998.99208: variable 'omit' from source: magic vars 138029 1726887998.99216: starting attempt loop 138029 1726887998.99219: running the handler 138029 1726887998.99382: variable 'blivet_output' from source: set_fact 138029 1726887998.99470: variable 'blivet_output' from source: set_fact 138029 1726887998.99574: handler run complete 138029 1726887998.99630: attempt loop complete, returning result 138029 1726887998.99637: _execute() done 138029 1726887998.99640: dumping result to json 138029 1726887998.99642: done dumping result, returning 138029 1726887998.99644: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-5a58-73a2-0000000000c7] 138029 1726887998.99646: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c7 138029 1726887998.99744: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c7 138029 1726887998.99746: WORKER PROCESS EXITING ok: [managed_node3] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } 138029 1726887998.99822: no more pending results, returning what we have 138029 1726887998.99825: results queue empty 138029 1726887998.99826: checking for any_errors_fatal 138029 1726887998.99830: done checking for any_errors_fatal 138029 1726887998.99831: checking for max_fail_percentage 138029 1726887998.99832: done checking for max_fail_percentage 138029 1726887998.99833: checking to see if all hosts have failed and the running result is not ok 138029 1726887998.99834: done checking to see if all hosts have failed 138029 1726887998.99834: getting the remaining hosts for this loop 138029 1726887998.99836: done getting the remaining hosts for this loop 138029 1726887998.99839: getting the next task for host managed_node3 138029 1726887998.99844: done getting next task for host managed_node3 138029 1726887998.99847: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 138029 1726887998.99850: ^ 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 138029 1726887998.99861: getting variables 138029 1726887998.99862: in VariableManager get_vars() 138029 1726887998.99889: Calling all_inventory to load vars for managed_node3 138029 1726887998.99891: Calling groups_inventory to load vars for managed_node3 138029 1726887998.99892: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887998.99898: Calling all_plugins_play to load vars for managed_node3 138029 1726887998.99905: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887998.99921: Calling groups_plugins_play to load vars for managed_node3 138029 1726887999.00638: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887999.01059: done with get_vars() 138029 1726887999.01071: done getting variables 138029 1726887999.01110: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:06:39 -0400 (0:00:00.030) 0:00:11.734 ****** 138029 1726887999.01136: entering _queue_task() for managed_node3/set_fact 138029 1726887999.01354: worker is 1 (out of 1 available) 138029 1726887999.01370: exiting _queue_task() for managed_node3/set_fact 138029 1726887999.01381: done queuing things up, now waiting for results queue to drain 138029 1726887999.01383: waiting for pending results... 138029 1726887999.01636: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 138029 1726887999.01792: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000c8 138029 1726887999.01831: variable 'ansible_search_path' from source: unknown 138029 1726887999.01839: variable 'ansible_search_path' from source: unknown 138029 1726887999.01873: calling self._execute() 138029 1726887999.01929: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887999.01933: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887999.01943: variable 'omit' from source: magic vars 138029 1726887999.02031: variable 'omit' from source: magic vars 138029 1726887999.02079: variable 'omit' from source: magic vars 138029 1726887999.02339: variable 'blivet_output' from source: set_fact 138029 1726887999.02390: variable 'omit' from source: magic vars 138029 1726887999.02466: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887999.02487: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887999.02551: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887999.02554: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887999.02560: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887999.02610: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887999.02613: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887999.02637: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887999.02641: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887999.02643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887999.02731: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887999.02735: Set connection var ansible_timeout to 10 138029 1726887999.02738: Set connection var ansible_pipelining to False 138029 1726887999.02740: Set connection var ansible_shell_type to sh 138029 1726887999.02742: Set connection var ansible_connection to ssh 138029 1726887999.02744: Set connection var ansible_shell_executable to /bin/sh 138029 1726887999.02788: variable 'ansible_shell_executable' from source: unknown 138029 1726887999.02792: variable 'ansible_connection' from source: unknown 138029 1726887999.02794: variable 'ansible_module_compression' from source: unknown 138029 1726887999.02797: variable 'ansible_shell_type' from source: unknown 138029 1726887999.02799: variable 'ansible_shell_executable' from source: unknown 138029 1726887999.02801: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887999.02803: variable 'ansible_pipelining' from source: unknown 138029 1726887999.02805: variable 'ansible_timeout' from source: unknown 138029 1726887999.02807: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887999.02890: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726887999.02900: variable 'omit' from source: magic vars 138029 1726887999.02903: starting attempt loop 138029 1726887999.02906: running the handler 138029 1726887999.02915: handler run complete 138029 1726887999.02922: attempt loop complete, returning result 138029 1726887999.02925: _execute() done 138029 1726887999.02927: dumping result to json 138029 1726887999.02930: done dumping result, returning 138029 1726887999.02938: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-5a58-73a2-0000000000c8] 138029 1726887999.02940: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c8 138029 1726887999.03020: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c8 138029 1726887999.03024: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 138029 1726887999.03115: no more pending results, returning what we have 138029 1726887999.03117: results queue empty 138029 1726887999.03118: checking for any_errors_fatal 138029 1726887999.03123: done checking for any_errors_fatal 138029 1726887999.03123: checking for max_fail_percentage 138029 1726887999.03125: done checking for max_fail_percentage 138029 1726887999.03126: checking to see if all hosts have failed and the running result is not ok 138029 1726887999.03126: done checking to see if all hosts have failed 138029 1726887999.03127: getting the remaining hosts for this loop 138029 1726887999.03128: done getting the remaining hosts for this loop 138029 1726887999.03131: getting the next task for host managed_node3 138029 1726887999.03137: done getting next task for host managed_node3 138029 1726887999.03140: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 138029 1726887999.03143: ^ 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 138029 1726887999.03151: getting variables 138029 1726887999.03152: in VariableManager get_vars() 138029 1726887999.03179: Calling all_inventory to load vars for managed_node3 138029 1726887999.03182: Calling groups_inventory to load vars for managed_node3 138029 1726887999.03184: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887999.03192: Calling all_plugins_play to load vars for managed_node3 138029 1726887999.03195: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887999.03198: Calling groups_plugins_play to load vars for managed_node3 138029 1726887999.03571: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887999.03930: done with get_vars() 138029 1726887999.03940: done getting variables 138029 1726887999.03982: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:06:39 -0400 (0:00:00.028) 0:00:11.763 ****** 138029 1726887999.04008: entering _queue_task() for managed_node3/set_fact 138029 1726887999.04192: worker is 1 (out of 1 available) 138029 1726887999.04206: exiting _queue_task() for managed_node3/set_fact 138029 1726887999.04217: done queuing things up, now waiting for results queue to drain 138029 1726887999.04219: waiting for pending results... 138029 1726887999.04381: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 138029 1726887999.04460: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000c9 138029 1726887999.04472: variable 'ansible_search_path' from source: unknown 138029 1726887999.04476: variable 'ansible_search_path' from source: unknown 138029 1726887999.04502: calling self._execute() 138029 1726887999.04557: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887999.04573: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887999.04581: variable 'omit' from source: magic vars 138029 1726887999.04677: variable 'omit' from source: magic vars 138029 1726887999.04723: variable 'omit' from source: magic vars 138029 1726887999.04889: variable 'blivet_output' from source: set_fact 138029 1726887999.04927: variable 'omit' from source: magic vars 138029 1726887999.04958: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887999.04986: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887999.05003: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887999.05017: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887999.05026: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887999.05040: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887999.05051: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887999.05074: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887999.05077: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887999.05080: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887999.05161: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887999.05167: Set connection var ansible_timeout to 10 138029 1726887999.05169: Set connection var ansible_pipelining to False 138029 1726887999.05172: Set connection var ansible_shell_type to sh 138029 1726887999.05174: Set connection var ansible_connection to ssh 138029 1726887999.05180: Set connection var ansible_shell_executable to /bin/sh 138029 1726887999.05198: variable 'ansible_shell_executable' from source: unknown 138029 1726887999.05201: variable 'ansible_connection' from source: unknown 138029 1726887999.05203: variable 'ansible_module_compression' from source: unknown 138029 1726887999.05206: variable 'ansible_shell_type' from source: unknown 138029 1726887999.05210: variable 'ansible_shell_executable' from source: unknown 138029 1726887999.05212: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887999.05214: variable 'ansible_pipelining' from source: unknown 138029 1726887999.05216: variable 'ansible_timeout' from source: unknown 138029 1726887999.05233: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887999.05318: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726887999.05335: variable 'omit' from source: magic vars 138029 1726887999.05338: starting attempt loop 138029 1726887999.05340: running the handler 138029 1726887999.05350: handler run complete 138029 1726887999.05353: attempt loop complete, returning result 138029 1726887999.05357: _execute() done 138029 1726887999.05360: dumping result to json 138029 1726887999.05364: done dumping result, returning 138029 1726887999.05371: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-5a58-73a2-0000000000c9] 138029 1726887999.05373: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c9 138029 1726887999.05451: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000c9 138029 1726887999.05454: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 138029 1726887999.05524: no more pending results, returning what we have 138029 1726887999.05526: results queue empty 138029 1726887999.05528: checking for any_errors_fatal 138029 1726887999.05533: done checking for any_errors_fatal 138029 1726887999.05534: checking for max_fail_percentage 138029 1726887999.05535: done checking for max_fail_percentage 138029 1726887999.05536: checking to see if all hosts have failed and the running result is not ok 138029 1726887999.05537: done checking to see if all hosts have failed 138029 1726887999.05537: getting the remaining hosts for this loop 138029 1726887999.05538: done getting the remaining hosts for this loop 138029 1726887999.05543: getting the next task for host managed_node3 138029 1726887999.05548: done getting next task for host managed_node3 138029 1726887999.05551: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 138029 1726887999.05554: ^ 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 138029 1726887999.05566: getting variables 138029 1726887999.05568: in VariableManager get_vars() 138029 1726887999.05594: Calling all_inventory to load vars for managed_node3 138029 1726887999.05597: Calling groups_inventory to load vars for managed_node3 138029 1726887999.05599: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887999.05606: Calling all_plugins_play to load vars for managed_node3 138029 1726887999.05608: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887999.05611: Calling groups_plugins_play to load vars for managed_node3 138029 1726887999.06059: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887999.06572: done with get_vars() 138029 1726887999.06584: 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:06:39 -0400 (0:00:00.026) 0:00:11.790 ****** 138029 1726887999.06672: entering _queue_task() for managed_node3/mount 138029 1726887999.06674: Creating lock for mount 138029 1726887999.06902: worker is 1 (out of 1 available) 138029 1726887999.06914: exiting _queue_task() for managed_node3/mount 138029 1726887999.06924: done queuing things up, now waiting for results queue to drain 138029 1726887999.06925: waiting for pending results... 138029 1726887999.07288: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 138029 1726887999.07321: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000ca 138029 1726887999.07341: variable 'ansible_search_path' from source: unknown 138029 1726887999.07350: variable 'ansible_search_path' from source: unknown 138029 1726887999.07640: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726887999.09273: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726887999.09324: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726887999.09357: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726887999.09384: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726887999.09404: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726887999.09465: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887999.09488: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887999.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) 138029 1726887999.09557: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887999.09573: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887999.09634: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887999.09650: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887999.09675: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887999.09754: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887999.09760: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887999.09867: variable 'blivet_output' from source: set_fact 138029 1726887999.10062: dumping result to json 138029 1726887999.10066: done dumping result, returning 138029 1726887999.10070: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-5a58-73a2-0000000000ca] 138029 1726887999.10073: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000ca skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726887999.10189: no more pending results, returning what we have 138029 1726887999.10192: results queue empty 138029 1726887999.10193: checking for any_errors_fatal 138029 1726887999.10200: done checking for any_errors_fatal 138029 1726887999.10200: checking for max_fail_percentage 138029 1726887999.10202: done checking for max_fail_percentage 138029 1726887999.10202: checking to see if all hosts have failed and the running result is not ok 138029 1726887999.10203: done checking to see if all hosts have failed 138029 1726887999.10204: getting the remaining hosts for this loop 138029 1726887999.10205: done getting the remaining hosts for this loop 138029 1726887999.10208: getting the next task for host managed_node3 138029 1726887999.10213: done getting next task for host managed_node3 138029 1726887999.10216: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726887999.10220: ^ 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 138029 1726887999.10232: getting variables 138029 1726887999.10233: in VariableManager get_vars() 138029 1726887999.10263: Calling all_inventory to load vars for managed_node3 138029 1726887999.10266: Calling groups_inventory to load vars for managed_node3 138029 1726887999.10268: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887999.10276: Calling all_plugins_play to load vars for managed_node3 138029 1726887999.10279: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887999.10281: Calling groups_plugins_play to load vars for managed_node3 138029 1726887999.10760: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000ca 138029 1726887999.10765: WORKER PROCESS EXITING 138029 1726887999.10786: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887999.11373: done with get_vars() 138029 1726887999.11386: 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:06:39 -0400 (0:00:00.047) 0:00:11.838 ****** 138029 1726887999.11474: entering _queue_task() for managed_node3/systemd 138029 1726887999.11711: worker is 1 (out of 1 available) 138029 1726887999.11723: exiting _queue_task() for managed_node3/systemd 138029 1726887999.11734: done queuing things up, now waiting for results queue to drain 138029 1726887999.11736: waiting for pending results... 138029 1726887999.12040: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726887999.12196: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000cc 138029 1726887999.12217: variable 'ansible_search_path' from source: unknown 138029 1726887999.12225: variable 'ansible_search_path' from source: unknown 138029 1726887999.12272: calling self._execute() 138029 1726887999.12365: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887999.12381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887999.12407: variable 'omit' from source: magic vars 138029 1726887999.12733: variable 'blivet_output' from source: set_fact 138029 1726887999.12773: Evaluated conditional (blivet_output['mounts']): False 138029 1726887999.12777: when evaluation is False, skipping this task 138029 1726887999.12779: _execute() done 138029 1726887999.12782: dumping result to json 138029 1726887999.12784: done dumping result, returning 138029 1726887999.12787: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-5a58-73a2-0000000000cc] 138029 1726887999.12789: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000cc skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 138029 1726887999.12916: no more pending results, returning what we have 138029 1726887999.12919: results queue empty 138029 1726887999.12920: checking for any_errors_fatal 138029 1726887999.12930: done checking for any_errors_fatal 138029 1726887999.12932: checking for max_fail_percentage 138029 1726887999.12933: done checking for max_fail_percentage 138029 1726887999.12934: checking to see if all hosts have failed and the running result is not ok 138029 1726887999.12935: done checking to see if all hosts have failed 138029 1726887999.12935: getting the remaining hosts for this loop 138029 1726887999.12937: done getting the remaining hosts for this loop 138029 1726887999.12940: getting the next task for host managed_node3 138029 1726887999.12945: done getting next task for host managed_node3 138029 1726887999.12950: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 138029 1726887999.12954: ^ 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 138029 1726887999.12972: getting variables 138029 1726887999.12978: in VariableManager get_vars() 138029 1726887999.13004: Calling all_inventory to load vars for managed_node3 138029 1726887999.13007: Calling groups_inventory to load vars for managed_node3 138029 1726887999.13009: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887999.13020: Calling all_plugins_play to load vars for managed_node3 138029 1726887999.13023: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887999.13027: Calling groups_plugins_play to load vars for managed_node3 138029 1726887999.13428: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000cc 138029 1726887999.13432: WORKER PROCESS EXITING 138029 1726887999.13441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887999.13791: done with get_vars() 138029 1726887999.13800: 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:06:39 -0400 (0:00:00.023) 0:00:11.862 ****** 138029 1726887999.13870: entering _queue_task() for managed_node3/mount 138029 1726887999.14040: worker is 1 (out of 1 available) 138029 1726887999.14057: exiting _queue_task() for managed_node3/mount 138029 1726887999.14069: done queuing things up, now waiting for results queue to drain 138029 1726887999.14071: waiting for pending results... 138029 1726887999.14244: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 138029 1726887999.14367: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000cd 138029 1726887999.14373: variable 'ansible_search_path' from source: unknown 138029 1726887999.14378: variable 'ansible_search_path' from source: unknown 138029 1726887999.14660: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726887999.16760: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726887999.17119: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726887999.17162: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726887999.17201: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726887999.17232: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726887999.17314: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887999.17348: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887999.17382: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887999.17431: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887999.17451: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887999.17660: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887999.17664: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887999.17666: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887999.17668: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887999.17670: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887999.17680: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887999.17720: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887999.17820: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887999.17933: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887999.17954: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887999.18191: variable 'blivet_output' from source: set_fact 138029 1726887999.18275: dumping result to json 138029 1726887999.18296: done dumping result, returning 138029 1726887999.18310: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-5a58-73a2-0000000000cd] 138029 1726887999.18320: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000cd 138029 1726887999.18563: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000cd 138029 1726887999.18566: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726887999.18621: no more pending results, returning what we have 138029 1726887999.18625: results queue empty 138029 1726887999.18628: checking for any_errors_fatal 138029 1726887999.18632: done checking for any_errors_fatal 138029 1726887999.18636: checking for max_fail_percentage 138029 1726887999.18638: done checking for max_fail_percentage 138029 1726887999.18638: checking to see if all hosts have failed and the running result is not ok 138029 1726887999.18639: done checking to see if all hosts have failed 138029 1726887999.18640: getting the remaining hosts for this loop 138029 1726887999.18641: done getting the remaining hosts for this loop 138029 1726887999.18645: getting the next task for host managed_node3 138029 1726887999.18658: done getting next task for host managed_node3 138029 1726887999.18662: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 138029 1726887999.18668: ^ 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 138029 1726887999.18689: getting variables 138029 1726887999.18691: in VariableManager get_vars() 138029 1726887999.18740: Calling all_inventory to load vars for managed_node3 138029 1726887999.18744: Calling groups_inventory to load vars for managed_node3 138029 1726887999.18746: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887999.19117: Calling all_plugins_play to load vars for managed_node3 138029 1726887999.19121: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887999.19128: Calling groups_plugins_play to load vars for managed_node3 138029 1726887999.20066: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887999.20787: done with get_vars() 138029 1726887999.20801: 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:06:39 -0400 (0:00:00.071) 0:00:11.933 ****** 138029 1726887999.21013: entering _queue_task() for managed_node3/file 138029 1726887999.21465: worker is 1 (out of 1 available) 138029 1726887999.21480: exiting _queue_task() for managed_node3/file 138029 1726887999.21492: done queuing things up, now waiting for results queue to drain 138029 1726887999.21494: waiting for pending results... 138029 1726887999.21876: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 138029 1726887999.21931: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000cf 138029 1726887999.21964: variable 'ansible_search_path' from source: unknown 138029 1726887999.21977: variable 'ansible_search_path' from source: unknown 138029 1726887999.22462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726887999.26178: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726887999.26382: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726887999.26599: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726887999.26603: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726887999.26626: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726887999.26829: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887999.26865: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887999.26957: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887999.27000: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887999.27250: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887999.27252: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887999.27254: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887999.27279: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887999.27406: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887999.27429: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887999.27522: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726887999.27604: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726887999.27714: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726887999.27762: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726887999.27811: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726887999.28161: variable 'blivet_output' from source: set_fact 138029 1726887999.28449: dumping result to json 138029 1726887999.28452: done dumping result, returning 138029 1726887999.28454: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-5a58-73a2-0000000000cf] 138029 1726887999.28458: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000cf 138029 1726887999.28540: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000cf 138029 1726887999.28544: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726887999.28606: no more pending results, returning what we have 138029 1726887999.28610: results queue empty 138029 1726887999.28611: checking for any_errors_fatal 138029 1726887999.28617: done checking for any_errors_fatal 138029 1726887999.28618: checking for max_fail_percentage 138029 1726887999.28620: done checking for max_fail_percentage 138029 1726887999.28620: checking to see if all hosts have failed and the running result is not ok 138029 1726887999.28621: done checking to see if all hosts have failed 138029 1726887999.28622: getting the remaining hosts for this loop 138029 1726887999.28623: done getting the remaining hosts for this loop 138029 1726887999.28627: getting the next task for host managed_node3 138029 1726887999.28634: done getting next task for host managed_node3 138029 1726887999.28637: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726887999.28641: ^ 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 138029 1726887999.28658: getting variables 138029 1726887999.28660: in VariableManager get_vars() 138029 1726887999.28696: Calling all_inventory to load vars for managed_node3 138029 1726887999.28699: Calling groups_inventory to load vars for managed_node3 138029 1726887999.28702: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887999.28712: Calling all_plugins_play to load vars for managed_node3 138029 1726887999.28715: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887999.28718: Calling groups_plugins_play to load vars for managed_node3 138029 1726887999.31048: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887999.32656: done with get_vars() 138029 1726887999.32675: 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:06:39 -0400 (0:00:00.117) 0:00:12.051 ****** 138029 1726887999.32793: entering _queue_task() for managed_node3/systemd 138029 1726887999.33386: worker is 1 (out of 1 available) 138029 1726887999.33779: exiting _queue_task() for managed_node3/systemd 138029 1726887999.33789: done queuing things up, now waiting for results queue to drain 138029 1726887999.33790: waiting for pending results... 138029 1726887999.34098: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726887999.34419: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000d1 138029 1726887999.34494: variable 'ansible_search_path' from source: unknown 138029 1726887999.34503: variable 'ansible_search_path' from source: unknown 138029 1726887999.34781: calling self._execute() 138029 1726887999.34809: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887999.34822: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887999.34838: variable 'omit' from source: magic vars 138029 1726887999.35601: variable 'blivet_output' from source: set_fact 138029 1726887999.35619: Evaluated conditional (blivet_output['mounts']): False 138029 1726887999.35630: when evaluation is False, skipping this task 138029 1726887999.35650: _execute() done 138029 1726887999.35676: dumping result to json 138029 1726887999.35925: done dumping result, returning 138029 1726887999.35929: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-5a58-73a2-0000000000d1] 138029 1726887999.35932: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000d1 138029 1726887999.36007: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000d1 138029 1726887999.36010: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 138029 1726887999.36082: no more pending results, returning what we have 138029 1726887999.36086: results queue empty 138029 1726887999.36087: checking for any_errors_fatal 138029 1726887999.36100: done checking for any_errors_fatal 138029 1726887999.36101: checking for max_fail_percentage 138029 1726887999.36103: done checking for max_fail_percentage 138029 1726887999.36104: checking to see if all hosts have failed and the running result is not ok 138029 1726887999.36104: done checking to see if all hosts have failed 138029 1726887999.36105: getting the remaining hosts for this loop 138029 1726887999.36107: done getting the remaining hosts for this loop 138029 1726887999.36111: getting the next task for host managed_node3 138029 1726887999.36117: done getting next task for host managed_node3 138029 1726887999.36121: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 138029 1726887999.36126: ^ 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 138029 1726887999.36142: getting variables 138029 1726887999.36143: in VariableManager get_vars() 138029 1726887999.36185: Calling all_inventory to load vars for managed_node3 138029 1726887999.36189: Calling groups_inventory to load vars for managed_node3 138029 1726887999.36191: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887999.36203: Calling all_plugins_play to load vars for managed_node3 138029 1726887999.36207: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887999.36210: Calling groups_plugins_play to load vars for managed_node3 138029 1726887999.37399: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887999.38595: done with get_vars() 138029 1726887999.38610: 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:06:39 -0400 (0:00:00.059) 0:00:12.110 ****** 138029 1726887999.38709: entering _queue_task() for managed_node3/stat 138029 1726887999.39376: worker is 1 (out of 1 available) 138029 1726887999.39387: exiting _queue_task() for managed_node3/stat 138029 1726887999.39399: done queuing things up, now waiting for results queue to drain 138029 1726887999.39401: waiting for pending results... 138029 1726887999.39817: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 138029 1726887999.40097: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000d2 138029 1726887999.40173: variable 'ansible_search_path' from source: unknown 138029 1726887999.40177: variable 'ansible_search_path' from source: unknown 138029 1726887999.40222: calling self._execute() 138029 1726887999.40296: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887999.40300: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887999.40528: variable 'omit' from source: magic vars 138029 1726887999.40603: variable 'omit' from source: magic vars 138029 1726887999.40794: variable 'omit' from source: magic vars 138029 1726887999.40826: variable 'omit' from source: magic vars 138029 1726887999.40987: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887999.41023: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887999.41041: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887999.41059: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887999.41194: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887999.41211: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887999.41227: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887999.41258: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887999.41367: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887999.41370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887999.41505: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887999.41508: Set connection var ansible_timeout to 10 138029 1726887999.41628: Set connection var ansible_pipelining to False 138029 1726887999.41631: Set connection var ansible_shell_type to sh 138029 1726887999.41634: Set connection var ansible_connection to ssh 138029 1726887999.41723: Set connection var ansible_shell_executable to /bin/sh 138029 1726887999.41733: variable 'ansible_shell_executable' from source: unknown 138029 1726887999.41736: variable 'ansible_connection' from source: unknown 138029 1726887999.41739: variable 'ansible_module_compression' from source: unknown 138029 1726887999.41743: variable 'ansible_shell_type' from source: unknown 138029 1726887999.41746: variable 'ansible_shell_executable' from source: unknown 138029 1726887999.41748: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887999.41753: variable 'ansible_pipelining' from source: unknown 138029 1726887999.41757: variable 'ansible_timeout' from source: unknown 138029 1726887999.41761: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887999.42200: 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) 138029 1726887999.42210: variable 'omit' from source: magic vars 138029 1726887999.42215: starting attempt loop 138029 1726887999.42218: running the handler 138029 1726887999.42230: _low_level_execute_command(): starting 138029 1726887999.42238: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726887999.43731: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887999.43816: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887999.43844: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887999.45580: stdout chunk (state=3): >>>/root <<< 138029 1726887999.46038: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887999.46042: stdout chunk (state=3): >>><<< 138029 1726887999.46044: stderr chunk (state=3): >>><<< 138029 1726887999.46046: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887999.46049: _low_level_execute_command(): starting 138029 1726887999.46052: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726887999.4593854-138515-199267422851314 `" && echo ansible-tmp-1726887999.4593854-138515-199267422851314="` echo /root/.ansible/tmp/ansible-tmp-1726887999.4593854-138515-199267422851314 `" ) && sleep 0' 138029 1726887999.47079: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887999.47091: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887999.47207: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887999.49018: stdout chunk (state=3): >>>ansible-tmp-1726887999.4593854-138515-199267422851314=/root/.ansible/tmp/ansible-tmp-1726887999.4593854-138515-199267422851314 <<< 138029 1726887999.49124: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887999.49152: stderr chunk (state=3): >>><<< 138029 1726887999.49157: stdout chunk (state=3): >>><<< 138029 1726887999.49176: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726887999.4593854-138515-199267422851314=/root/.ansible/tmp/ansible-tmp-1726887999.4593854-138515-199267422851314 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887999.49219: variable 'ansible_module_compression' from source: unknown 138029 1726887999.49274: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726887999.49299: variable 'ansible_facts' from source: unknown 138029 1726887999.49364: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726887999.4593854-138515-199267422851314/AnsiballZ_stat.py 138029 1726887999.49460: Sending initial data 138029 1726887999.49466: Sent initial data (155 bytes) 138029 1726887999.49991: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887999.50073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887999.50103: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887999.50117: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887999.50192: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887999.51717: 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 <<< 138029 1726887999.51787: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726887999.51851: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpd07cpvt5 /root/.ansible/tmp/ansible-tmp-1726887999.4593854-138515-199267422851314/AnsiballZ_stat.py <<< 138029 1726887999.51860: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726887999.4593854-138515-199267422851314/AnsiballZ_stat.py" <<< 138029 1726887999.51894: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpd07cpvt5" to remote "/root/.ansible/tmp/ansible-tmp-1726887999.4593854-138515-199267422851314/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726887999.4593854-138515-199267422851314/AnsiballZ_stat.py" <<< 138029 1726887999.52549: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887999.52587: stderr chunk (state=3): >>><<< 138029 1726887999.52592: stdout chunk (state=3): >>><<< 138029 1726887999.52632: done transferring module to remote 138029 1726887999.52644: _low_level_execute_command(): starting 138029 1726887999.52647: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726887999.4593854-138515-199267422851314/ /root/.ansible/tmp/ansible-tmp-1726887999.4593854-138515-199267422851314/AnsiballZ_stat.py && sleep 0' 138029 1726887999.53063: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726887999.53067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726887999.53071: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887999.53119: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726887999.53123: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887999.53176: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887999.54930: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887999.54934: stdout chunk (state=3): >>><<< 138029 1726887999.54936: stderr chunk (state=3): >>><<< 138029 1726887999.55062: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887999.55069: _low_level_execute_command(): starting 138029 1726887999.55072: _low_level_execute_command(): using become for this command 138029 1726887999.55074: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-rodxmgrabjzhiqaykdvrwkievommhlpb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726887999.4593854-138515-199267422851314/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726887999.55160: Initial state: awaiting_escalation: BECOME-SUCCESS-rodxmgrabjzhiqaykdvrwkievommhlpb 138029 1726887999.55552: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726887999.55715: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887999.55764: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887999.58568: stdout chunk (state=1): >>>BECOME-SUCCESS-rodxmgrabjzhiqaykdvrwkievommhlpb <<< 138029 1726887999.58572: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-rodxmgrabjzhiqaykdvrwkievommhlpb' 138029 1726887999.58901: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726887999.58939: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726887999.58970: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726887999.58979: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726887999.59050: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726887999.59057: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726887999.59085: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726887999.59115: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726887999.59141: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726887999.59147: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726887999.59199: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726887999.59208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887999.59217: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726887999.59250: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726887999.59281: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726887999.59303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726887999.59325: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fd103e0> <<< 138029 1726887999.59330: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fcdfa10> <<< 138029 1726887999.59357: 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' <<< 138029 1726887999.59361: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fd12960> <<< 138029 1726887999.59379: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726887999.59411: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726887999.59415: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726887999.59435: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726887999.59471: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726887999.59476: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726887999.59558: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726887999.59586: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726887999.59591: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726887999.59616: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726887999.59639: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726887999.59647: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726887999.59665: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726887999.59671: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726887999.59685: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726887999.59709: 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 <<< 138029 1726887999.59715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726887999.59743: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fae4fe0> <<< 138029 1726887999.59802: 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 <<< 138029 1726887999.59810: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887999.59813: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fae5fd0> <<< 138029 1726887999.59851: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726887999.59873: 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. <<< 138029 1726887999.60109: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726887999.60116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726887999.60144: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726887999.60147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887999.60179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726887999.60210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726887999.60233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726887999.60251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726887999.60280: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb23e90> <<< 138029 1726887999.60287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726887999.60307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726887999.60334: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726887999.60345: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb23f50> <<< 138029 1726887999.60350: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726887999.60388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726887999.60406: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726887999.60461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887999.60476: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726887999.60506: 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' <<< 138029 1726887999.60517: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb5b860> <<< 138029 1726887999.60526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726887999.60539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726887999.60549: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb5bef0> <<< 138029 1726887999.60557: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726887999.60614: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb3bb30> import '_functools' # <<< 138029 1726887999.60651: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb39280> <<< 138029 1726887999.60738: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb21040> <<< 138029 1726887999.60767: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726887999.60787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726887999.60799: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726887999.60820: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726887999.60850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726887999.60868: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726887999.60877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726887999.60901: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb7f890> <<< 138029 1726887999.60924: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb7e4b0> <<< 138029 1726887999.60947: 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' <<< 138029 1726887999.60961: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb3a150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb7cc50> <<< 138029 1726887999.61007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726887999.61028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbac920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb202c0> <<< 138029 1726887999.61050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 138029 1726887999.61063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726887999.61068: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887999.61087: 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 0x7f286fbacdd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbacc80> <<< 138029 1726887999.61111: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887999.61131: 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 0x7f286fbad070> <<< 138029 1726887999.61136: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb1ede0> <<< 138029 1726887999.61167: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726887999.61169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887999.61189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726887999.61215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726887999.61239: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbad730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbad430> <<< 138029 1726887999.61247: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726887999.61279: 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' <<< 138029 1726887999.61290: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbae630> <<< 138029 1726887999.61309: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726887999.61315: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726887999.61346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726887999.61375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726887999.61400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726887999.61416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbc8860> <<< 138029 1726887999.61423: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726887999.61450: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887999.61468: 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 0x7f286fbc9fa0> <<< 138029 1726887999.61481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726887999.61496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726887999.61509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726887999.61528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726887999.61536: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbcae10> <<< 138029 1726887999.61585: 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 0x7f286fbcb440> <<< 138029 1726887999.61597: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbca390> <<< 138029 1726887999.61611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726887999.61616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726887999.61663: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887999.61667: 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 0x7f286fbcbe30> <<< 138029 1726887999.61679: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbcb560> <<< 138029 1726887999.61720: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbae690> <<< 138029 1726887999.61736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726887999.61772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726887999.61787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726887999.61808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726887999.61835: 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 0x7f286f95fce0> <<< 138029 1726887999.61864: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726887999.61873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726887999.61897: 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 0x7f286f988770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f9884d0> <<< 138029 1726887999.61924: 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 0x7f286f9887a0> <<< 138029 1726887999.61957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726887999.61968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726887999.62032: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887999.62153: 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 0x7f286f9890a0> <<< 138029 1726887999.62258: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887999.62264: 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 0x7f286f989a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f988980> <<< 138029 1726887999.62282: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f95de80> <<< 138029 1726887999.62303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726887999.62330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726887999.62356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726887999.62364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726887999.62370: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f98ae70> <<< 138029 1726887999.62394: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f989bb0> <<< 138029 1726887999.62411: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbaed80> <<< 138029 1726887999.62445: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726887999.62500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887999.62525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726887999.62559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726887999.62587: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f9b71d0> <<< 138029 1726887999.62637: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726887999.62666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887999.62674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726887999.62697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726887999.62739: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f9df560> <<< 138029 1726887999.62764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726887999.62803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726887999.62859: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726887999.62881: 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 0x7f286fa38350> <<< 138029 1726887999.62901: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726887999.62924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726887999.62959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726887999.62993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726887999.63085: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fa3aab0> <<< 138029 1726887999.63156: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fa38470> <<< 138029 1726887999.63193: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fa05340> <<< 138029 1726887999.63220: 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' <<< 138029 1726887999.63230: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f329400> <<< 138029 1726887999.63246: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f9de390> <<< 138029 1726887999.63249: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f98bda0> <<< 138029 1726887999.63352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726887999.63374: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f286f3296a0> <<< 138029 1726887999.63560: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_mep8yxur/ansible_stat_payload.zip' <<< 138029 1726887999.63567: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.63686: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.63718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726887999.63722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726887999.63772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726887999.63841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726887999.63873: 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' <<< 138029 1726887999.63878: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f37f1a0> import '_typing' # <<< 138029 1726887999.64063: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f35e090> <<< 138029 1726887999.64070: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f35d220> # zipimport: zlib available <<< 138029 1726887999.64093: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726887999.64098: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.64120: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.64138: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.64157: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726887999.64167: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.65541: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.66638: 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' <<< 138029 1726887999.66650: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f37d070> <<< 138029 1726887999.66676: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726887999.66687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887999.66693: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726887999.66700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726887999.66720: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726887999.66733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726887999.66759: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887999.66766: 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 0x7f286f3a6ba0> <<< 138029 1726887999.66790: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f3a6960> <<< 138029 1726887999.66828: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f3a6270> <<< 138029 1726887999.66840: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726887999.66859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726887999.66887: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f3a6cc0> <<< 138029 1726887999.66900: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f37fe30> import 'atexit' # <<< 138029 1726887999.66921: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887999.66939: 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 0x7f286f3a78c0> <<< 138029 1726887999.66957: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887999.66976: 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 0x7f286f3a7b00> <<< 138029 1726887999.66981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726887999.67026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726887999.67036: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726887999.67083: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f3a7f50> <<< 138029 1726887999.67089: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726887999.67114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726887999.67136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726887999.67178: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f215d90> <<< 138029 1726887999.67204: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887999.67211: 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 0x7f286f2179b0> <<< 138029 1726887999.67220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726887999.67242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726887999.67278: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f2183b0> <<< 138029 1726887999.67298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726887999.67323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726887999.67345: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f219550> <<< 138029 1726887999.67364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726887999.67404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726887999.67418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726887999.67431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726887999.67477: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f21bf50> <<< 138029 1726887999.67514: 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 0x7f286f220380> <<< 138029 1726887999.67529: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f21a2d0> <<< 138029 1726887999.67557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726887999.67578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726887999.67606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726887999.67613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726887999.67629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726887999.67653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726887999.67680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726887999.67700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 138029 1726887999.67705: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f223f80> import '_tokenize' # <<< 138029 1726887999.67774: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f222a50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f2227b0> <<< 138029 1726887999.67794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726887999.67809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726887999.67877: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f222d20> <<< 138029 1726887999.67907: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f21a7e0> <<< 138029 1726887999.67929: 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 0x7f286f268140> <<< 138029 1726887999.67963: 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 0x7f286f268380> <<< 138029 1726887999.67977: 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 <<< 138029 1726887999.67998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726887999.68015: 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' <<< 138029 1726887999.68066: 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 0x7f286f269e50> <<< 138029 1726887999.68072: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f269c10> <<< 138029 1726887999.68079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726887999.68171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726887999.68218: 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 0x7f286f26c350> <<< 138029 1726887999.68224: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f26a540> <<< 138029 1726887999.68243: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726887999.68279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887999.68304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726887999.68317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726887999.68323: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726887999.68369: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f26fb30> <<< 138029 1726887999.68484: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f26c500> <<< 138029 1726887999.68544: 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 0x7f286f2704d0> <<< 138029 1726887999.68576: 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 0x7f286f270d10> <<< 138029 1726887999.68614: 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 0x7f286f270c50> <<< 138029 1726887999.68626: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f268560> <<< 138029 1726887999.68652: 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 <<< 138029 1726887999.68666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726887999.68669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726887999.68695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726887999.68715: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887999.68742: 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 0x7f286f2fc500> <<< 138029 1726887999.68891: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726887999.68895: 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 0x7f286f2fd6a0> <<< 138029 1726887999.68908: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f272c90> <<< 138029 1726887999.68943: 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' <<< 138029 1726887999.68952: 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 0x7f286f272270> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f2728a0> <<< 138029 1726887999.68961: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.68980: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726887999.68992: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.69079: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.69163: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.69186: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726887999.69191: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.69213: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.69229: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726887999.69236: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.69347: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.69469: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.69990: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.70525: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 138029 1726887999.70557: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 138029 1726887999.70561: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726887999.70586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887999.70630: 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 0x7f286f101850> <<< 138029 1726887999.70706: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726887999.70711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726887999.70736: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f102690> <<< 138029 1726887999.70739: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f2fd940> <<< 138029 1726887999.70788: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726887999.70824: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.70838: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726887999.70848: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.70987: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.71147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726887999.71153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f1026f0> <<< 138029 1726887999.71174: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.71617: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.72055: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.72131: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.72200: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726887999.72217: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.72251: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.72289: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726887999.72294: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.72369: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.72445: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726887999.72468: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.72480: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.72497: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726887999.72541: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.72586: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726887999.72590: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.72809: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.73041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726887999.73091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726887999.73112: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726887999.73176: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f103950> <<< 138029 1726887999.73184: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.73256: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.73340: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726887999.73346: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726887999.73366: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.73409: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.73446: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726887999.73468: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.73501: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.73552: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.73602: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.73677: 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 <<< 138029 1726887999.73712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726887999.73786: 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 0x7f286f10e330> <<< 138029 1726887999.73817: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f109220> <<< 138029 1726887999.73850: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726887999.73861: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.73924: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.73987: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.74016: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.74057: 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' <<< 138029 1726887999.74081: 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 <<< 138029 1726887999.74098: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726887999.74122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726887999.74179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726887999.74203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726887999.74215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726887999.74273: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f202ae0> <<< 138029 1726887999.74314: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f3e27b0> <<< 138029 1726887999.74396: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f10e360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f103170> <<< 138029 1726887999.74402: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726887999.74435: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.74465: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726887999.74513: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726887999.74539: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.74542: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.74561: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726887999.74566: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.74712: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.74881: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726887999.75661: 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": 94372053, "dev": 51714, "nlink": 1, "atime": 1726887685.1854193, "mtime": 1726562394.502, "ctime": 1726887681.5763936, "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": "234057197", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726887999.75687: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726887999.76071: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726887999.76118: 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 <<< 138029 1726887999.76124: 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 <<< 138029 1726887999.76213: 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726887999.76246: 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 <<< 138029 1726887999.76249: stdout chunk (state=3): >>># destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 138029 1726887999.76478: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726887999.76485: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726887999.76500: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726887999.76527: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726887999.76533: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726887999.76558: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726887999.76598: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 138029 1726887999.76610: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 138029 1726887999.76625: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 138029 1726887999.76635: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726887999.76680: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726887999.76714: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil <<< 138029 1726887999.76744: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726887999.76821: 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 <<< 138029 1726887999.76827: 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 <<< 138029 1726887999.76868: 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 <<< 138029 1726887999.76882: 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 # cleanup[3] wiping _operator <<< 138029 1726887999.76927: 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 encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 138029 1726887999.76952: 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 <<< 138029 1726887999.77075: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726887999.77097: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 138029 1726887999.77133: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726887999.77194: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726887999.77199: 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 <<< 138029 1726887999.77330: 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 <<< 138029 1726887999.77334: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726887999.77385: 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 <<< 138029 1726887999.77419: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726887999.77848: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726887999.77879: stderr chunk (state=3): >>><<< 138029 1726887999.77882: stdout chunk (state=3): >>><<< 138029 1726887999.77947: _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 0x7f286fd103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fcdfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fd12960> 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 0x7f286fae4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f286fae5fd0> 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 0x7f286fb23e90> # /usr/lib64/python3.12/__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 0x7f286fb23f50> # /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 0x7f286fb5b860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb5bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb3bb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb39280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb21040> # /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 0x7f286fb7f890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb7e4b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb3a150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb7cc50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbac920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb202c0> # /usr/lib64/python3.12/__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 0x7f286fbacdd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbacc80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f286fbad070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fb1ede0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f286fbad730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbad430> 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 0x7f286fbae630> 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 0x7f286fbc8860> 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 0x7f286fbc9fa0> # /usr/lib64/python3.12/__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 0x7f286fbcae10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f286fbcb440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbca390> # /usr/lib64/python3.12/__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 0x7f286fbcbe30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbcb560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbae690> # /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 0x7f286f95fce0> # /usr/lib64/python3.12/__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 0x7f286f988770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f9884d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f286f9887a0> # /usr/lib64/python3.12/__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 0x7f286f9890a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f286f989a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f988980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f95de80> # /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 0x7f286f98ae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f989bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fbaed80> # /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 0x7f286f9b71d0> # /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 0x7f286f9df560> # /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 0x7f286fa38350> # /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 0x7f286fa3aab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fa38470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286fa05340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f329400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f9de390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f98bda0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f286f3296a0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_mep8yxur/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 0x7f286f37f1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f35e090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f35d220> # 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 0x7f286f37d070> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f286f3a6ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f3a6960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f3a6270> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f286f3a6cc0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f37fe30> 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 0x7f286f3a78c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f286f3a7b00> # /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 0x7f286f3a7f50> 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 0x7f286f215d90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f286f2179b0> # /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 0x7f286f2183b0> # /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 0x7f286f219550> # /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 0x7f286f21bf50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f286f220380> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f21a2d0> # /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 0x7f286f223f80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f222a50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f2227b0> # /usr/lib64/python3.12/__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 0x7f286f222d20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f21a7e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f286f268140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f268380> # /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 0x7f286f269e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f269c10> # /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 0x7f286f26c350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f26a540> # /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 0x7f286f26fb30> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f26c500> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f286f2704d0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f286f270d10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f286f270c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f268560> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f286f2fc500> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f286f2fd6a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f272c90> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f286f272270> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f2728a0> # 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 0x7f286f101850> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f286f102690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f2fd940> 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 0x7f286f1026f0> # 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 0x7f286f103950> # 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 0x7f286f10e330> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f109220> 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 0x7f286f202ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f3e27b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f10e360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286f103170> # 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": 94372053, "dev": 51714, "nlink": 1, "atime": 1726887685.1854193, "mtime": 1726562394.502, "ctime": 1726887681.5763936, "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": "234057197", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726887999.78516: 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-1726887999.4593854-138515-199267422851314/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726887999.78519: _low_level_execute_command(): starting 138029 1726887999.78521: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726887999.4593854-138515-199267422851314/ > /dev/null 2>&1 && sleep 0' 138029 1726887999.78624: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887999.78628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726887999.78636: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887999.78698: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887999.78701: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887999.78765: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887999.80680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887999.80862: stderr chunk (state=3): >>><<< 138029 1726887999.80865: stdout chunk (state=3): >>><<< 138029 1726887999.80868: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887999.80870: handler run complete 138029 1726887999.81161: attempt loop complete, returning result 138029 1726887999.81164: _execute() done 138029 1726887999.81168: dumping result to json 138029 1726887999.81170: done dumping result, returning 138029 1726887999.81172: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-5a58-73a2-0000000000d2] 138029 1726887999.81174: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000d2 138029 1726887999.81254: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000d2 138029 1726887999.81260: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726887685.1854193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726887681.5763936, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 94372053, "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": "234057197", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 138029 1726887999.81374: no more pending results, returning what we have 138029 1726887999.81378: results queue empty 138029 1726887999.81379: checking for any_errors_fatal 138029 1726887999.81391: done checking for any_errors_fatal 138029 1726887999.81391: checking for max_fail_percentage 138029 1726887999.81395: done checking for max_fail_percentage 138029 1726887999.81396: checking to see if all hosts have failed and the running result is not ok 138029 1726887999.81397: done checking to see if all hosts have failed 138029 1726887999.81397: getting the remaining hosts for this loop 138029 1726887999.81399: done getting the remaining hosts for this loop 138029 1726887999.81406: getting the next task for host managed_node3 138029 1726887999.81415: done getting next task for host managed_node3 138029 1726887999.81418: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 138029 1726887999.81425: ^ 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 138029 1726887999.81442: getting variables 138029 1726887999.81447: in VariableManager get_vars() 138029 1726887999.81702: Calling all_inventory to load vars for managed_node3 138029 1726887999.81711: Calling groups_inventory to load vars for managed_node3 138029 1726887999.81715: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887999.81724: Calling all_plugins_play to load vars for managed_node3 138029 1726887999.81731: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887999.81741: Calling groups_plugins_play to load vars for managed_node3 138029 1726887999.82651: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887999.83921: done with get_vars() 138029 1726887999.83975: 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:06:39 -0400 (0:00:00.453) 0:00:12.564 ****** 138029 1726887999.84098: entering _queue_task() for managed_node3/lineinfile 138029 1726887999.84395: worker is 1 (out of 1 available) 138029 1726887999.84408: exiting _queue_task() for managed_node3/lineinfile 138029 1726887999.84421: done queuing things up, now waiting for results queue to drain 138029 1726887999.84422: waiting for pending results... 138029 1726887999.84774: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 138029 1726887999.84939: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000d3 138029 1726887999.84943: variable 'ansible_search_path' from source: unknown 138029 1726887999.84946: variable 'ansible_search_path' from source: unknown 138029 1726887999.85253: variable 'blivet_output' from source: set_fact 138029 1726887999.85296: dumping result to json 138029 1726887999.85305: done dumping result, returning 138029 1726887999.85316: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-5a58-73a2-0000000000d3] 138029 1726887999.85327: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000d3 138029 1726887999.85548: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000d3 138029 1726887999.85551: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726887999.85606: no more pending results, returning what we have 138029 1726887999.85610: results queue empty 138029 1726887999.85611: checking for any_errors_fatal 138029 1726887999.85624: done checking for any_errors_fatal 138029 1726887999.85624: checking for max_fail_percentage 138029 1726887999.85686: done checking for max_fail_percentage 138029 1726887999.85688: checking to see if all hosts have failed and the running result is not ok 138029 1726887999.85689: done checking to see if all hosts have failed 138029 1726887999.85689: getting the remaining hosts for this loop 138029 1726887999.85691: done getting the remaining hosts for this loop 138029 1726887999.85695: getting the next task for host managed_node3 138029 1726887999.85700: done getting next task for host managed_node3 138029 1726887999.85704: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 138029 1726887999.85708: ^ 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 138029 1726887999.85723: getting variables 138029 1726887999.85725: in VariableManager get_vars() 138029 1726887999.85763: Calling all_inventory to load vars for managed_node3 138029 1726887999.85766: Calling groups_inventory to load vars for managed_node3 138029 1726887999.85769: Calling all_plugins_inventory to load vars for managed_node3 138029 1726887999.85779: Calling all_plugins_play to load vars for managed_node3 138029 1726887999.85782: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726887999.85785: Calling groups_plugins_play to load vars for managed_node3 138029 1726887999.87466: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726887999.89619: done with get_vars() 138029 1726887999.89643: 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:06:39 -0400 (0:00:00.056) 0:00:12.620 ****** 138029 1726887999.89744: entering _queue_task() for managed_node3/setup 138029 1726887999.90035: worker is 1 (out of 1 available) 138029 1726887999.90048: exiting _queue_task() for managed_node3/setup 138029 1726887999.90166: done queuing things up, now waiting for results queue to drain 138029 1726887999.90168: waiting for pending results... 138029 1726887999.90405: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts 138029 1726887999.90599: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000000d5 138029 1726887999.90605: variable 'ansible_search_path' from source: unknown 138029 1726887999.90608: variable 'ansible_search_path' from source: unknown 138029 1726887999.90610: calling self._execute() 138029 1726887999.90665: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887999.90676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887999.90689: variable 'omit' from source: magic vars 138029 1726887999.91062: variable 'ansible_check_mode' from source: magic vars 138029 1726887999.91076: Evaluated conditional (not ansible_check_mode): True 138029 1726887999.91091: variable 'omit' from source: magic vars 138029 1726887999.91177: variable 'omit' from source: magic vars 138029 1726887999.91223: variable 'omit' from source: magic vars 138029 1726887999.91365: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726887999.91370: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726887999.91372: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726887999.91374: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887999.91384: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726887999.91408: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726887999.91431: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726887999.91472: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726887999.91481: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887999.91496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887999.91631: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726887999.91642: Set connection var ansible_timeout to 10 138029 1726887999.91651: Set connection var ansible_pipelining to False 138029 1726887999.91687: Set connection var ansible_shell_type to sh 138029 1726887999.91691: Set connection var ansible_connection to ssh 138029 1726887999.91693: Set connection var ansible_shell_executable to /bin/sh 138029 1726887999.91715: variable 'ansible_shell_executable' from source: unknown 138029 1726887999.91722: variable 'ansible_connection' from source: unknown 138029 1726887999.91728: variable 'ansible_module_compression' from source: unknown 138029 1726887999.91733: variable 'ansible_shell_type' from source: unknown 138029 1726887999.91740: variable 'ansible_shell_executable' from source: unknown 138029 1726887999.91761: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726887999.91766: variable 'ansible_pipelining' from source: unknown 138029 1726887999.91769: variable 'ansible_timeout' from source: unknown 138029 1726887999.91771: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726887999.92014: 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) 138029 1726887999.92018: variable 'omit' from source: magic vars 138029 1726887999.92020: starting attempt loop 138029 1726887999.92023: running the handler 138029 1726887999.92122: _low_level_execute_command(): starting 138029 1726887999.92126: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726887999.92897: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887999.92972: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887999.93050: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887999.94647: stdout chunk (state=3): >>>/root <<< 138029 1726887999.94801: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887999.94860: stdout chunk (state=3): >>><<< 138029 1726887999.95165: stderr chunk (state=3): >>><<< 138029 1726887999.95169: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887999.95172: _low_level_execute_command(): starting 138029 1726887999.95175: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726887999.9508038-138538-9129332549539 `" && echo ansible-tmp-1726887999.9508038-138538-9129332549539="` echo /root/.ansible/tmp/ansible-tmp-1726887999.9508038-138538-9129332549539 `" ) && sleep 0' 138029 1726887999.96038: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726887999.96072: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726887999.96125: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726887999.96384: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726887999.96489: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726887999.98322: stdout chunk (state=3): >>>ansible-tmp-1726887999.9508038-138538-9129332549539=/root/.ansible/tmp/ansible-tmp-1726887999.9508038-138538-9129332549539 <<< 138029 1726887999.98422: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726887999.98473: stderr chunk (state=3): >>><<< 138029 1726887999.98477: stdout chunk (state=3): >>><<< 138029 1726887999.98773: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726887999.9508038-138538-9129332549539=/root/.ansible/tmp/ansible-tmp-1726887999.9508038-138538-9129332549539 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726887999.98778: variable 'ansible_module_compression' from source: unknown 138029 1726887999.98781: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 138029 1726887999.98922: variable 'ansible_facts' from source: unknown 138029 1726887999.99381: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726887999.9508038-138538-9129332549539/AnsiballZ_setup.py 138029 1726887999.99784: Sending initial data 138029 1726887999.99787: Sent initial data (154 bytes) 138029 1726888000.01035: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888000.01116: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888000.01335: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888000.01435: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888000.02996: 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 <<< 138029 1726888000.03031: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888000.03205: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmperi0jd7s /root/.ansible/tmp/ansible-tmp-1726887999.9508038-138538-9129332549539/AnsiballZ_setup.py <<< 138029 1726888000.03216: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726887999.9508038-138538-9129332549539/AnsiballZ_setup.py" <<< 138029 1726888000.03253: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmperi0jd7s" to remote "/root/.ansible/tmp/ansible-tmp-1726887999.9508038-138538-9129332549539/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726887999.9508038-138538-9129332549539/AnsiballZ_setup.py" <<< 138029 1726888000.05078: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888000.05092: stdout chunk (state=3): >>><<< 138029 1726888000.05293: stderr chunk (state=3): >>><<< 138029 1726888000.05297: done transferring module to remote 138029 1726888000.05299: _low_level_execute_command(): starting 138029 1726888000.05302: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726887999.9508038-138538-9129332549539/ /root/.ansible/tmp/ansible-tmp-1726887999.9508038-138538-9129332549539/AnsiballZ_setup.py && sleep 0' 138029 1726888000.06781: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888000.06785: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888000.06787: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888000.06852: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888000.06859: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888000.06928: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888000.06972: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888000.07096: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888000.08870: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888000.08921: stdout chunk (state=3): >>><<< 138029 1726888000.08936: stderr chunk (state=3): >>><<< 138029 1726888000.09119: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888000.09122: _low_level_execute_command(): starting 138029 1726888000.09125: _low_level_execute_command(): using become for this command 138029 1726888000.09127: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-fulaswhyuohhbvocrsouhwplltdngoog ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726887999.9508038-138538-9129332549539/AnsiballZ_setup.py'"'"' && sleep 0' 138029 1726888000.09595: Initial state: awaiting_escalation: BECOME-SUCCESS-fulaswhyuohhbvocrsouhwplltdngoog 138029 1726888000.10539: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888000.10543: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888000.10895: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888000.11070: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888000.13882: stdout chunk (state=1): >>>BECOME-SUCCESS-fulaswhyuohhbvocrsouhwplltdngoog <<< 138029 1726888000.13946: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-fulaswhyuohhbvocrsouhwplltdngoog' 138029 1726888000.14241: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 138029 1726888000.14282: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888000.14388: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 138029 1726888000.14435: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888000.14512: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888000.14515: 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' <<< 138029 1726888000.14670: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888000.14675: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888000.14678: 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 0x7fdaf06183e0> <<< 138029 1726888000.14682: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf05e7a10> <<< 138029 1726888000.14684: 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' <<< 138029 1726888000.14772: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf061a960> import '_signal' # <<< 138029 1726888000.14775: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888000.14828: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 138029 1726888000.14887: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888000.14890: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888000.14933: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888000.14984: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888000.15065: 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' <<< 138029 1726888000.15087: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf042cfe0> <<< 138029 1726888000.15145: 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 0x7fdaf042dfd0> <<< 138029 1726888000.15179: 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. <<< 138029 1726888000.15622: 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' <<< 138029 1726888000.15625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888000.15720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888000.15778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888000.15781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf046be90> <<< 138029 1726888000.15921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888000.15931: 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 0x7fdaf046bf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888000.15979: 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 0x7fdaf04a3860> <<< 138029 1726888000.16008: 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 0x7fdaf04a3ef0> import '_collections' # <<< 138029 1726888000.16078: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0483b30> <<< 138029 1726888000.16086: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888000.16105: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0481280> <<< 138029 1726888000.16189: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0469040> <<< 138029 1726888000.16261: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888000.16295: 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 <<< 138029 1726888000.16322: 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' <<< 138029 1726888000.16401: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04c7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04c64b0> <<< 138029 1726888000.16467: 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 0x7fdaf0482150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04c4c50> <<< 138029 1726888000.16495: 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 0x7fdaf04f4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04682c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888000.16534: 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 0x7fdaf04f4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04f4c80> <<< 138029 1726888000.16683: 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 0x7fdaf04f5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0466de0> <<< 138029 1726888000.16687: 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' <<< 138029 1726888000.16689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888000.16792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04f5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04f5430> 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 0x7fdaf04f6630> import 'importlib.util' # import 'runpy' # <<< 138029 1726888000.16795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888000.16860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888000.16916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888000.16924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0510860> import 'errno' # <<< 138029 1726888000.17069: 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 0x7fdaf0511fa0> # /usr/lib64/python3.12/__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 0x7fdaf0512e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaf0513440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0512390> <<< 138029 1726888000.17073: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888000.17075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888000.17111: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888000.17127: 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 0x7fdaf0513e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0513560> <<< 138029 1726888000.17242: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04f6690> <<< 138029 1726888000.17247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888000.17278: 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 0x7fdaf0263ce0> <<< 138029 1726888000.17306: 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' <<< 138029 1726888000.17398: 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 0x7fdaf028c7d0> <<< 138029 1726888000.17401: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf028c530> <<< 138029 1726888000.17483: 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 0x7fdaf028c800> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888000.17487: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888000.17598: 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 0x7fdaf028d130> <<< 138029 1726888000.17732: 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 0x7fdaf028daf0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf028c9e0> <<< 138029 1726888000.17771: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0261e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888000.17838: 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' <<< 138029 1726888000.17893: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf028eea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf028dbe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04f6d80> <<< 138029 1726888000.17951: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888000.17979: 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 <<< 138029 1726888000.18271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888000.18295: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf02b7230> # /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 0x7fdaf02e35c0> # /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' <<< 138029 1726888000.18318: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888000.18345: 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 0x7fdaf033c3b0> <<< 138029 1726888000.18367: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888000.18406: 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 <<< 138029 1726888000.18450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888000.18532: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf033eb10> <<< 138029 1726888000.18618: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf033c4d0> <<< 138029 1726888000.18641: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf03053a0> <<< 138029 1726888000.18673: 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' <<< 138029 1726888000.18735: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0141400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf02e2420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf028fe00> <<< 138029 1726888000.18874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888000.18895: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdaf01416a0> <<< 138029 1726888000.19208: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_vpsqtgwp/ansible_setup_payload.zip' <<< 138029 1726888000.19280: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.19330: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.19373: 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' <<< 138029 1726888000.19492: 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' <<< 138029 1726888000.19523: 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 0x7fdaf01ab1d0> import '_typing' # <<< 138029 1726888000.19711: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf018a0c0> <<< 138029 1726888000.19828: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0189220> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888000.21203: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.22334: 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 0x7fdaf01a9070> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888000.22433: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888000.22462: 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' <<< 138029 1726888000.22523: 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 0x7fdaf01deba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf01de990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf01de2a0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888000.22801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888000.22816: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf01de780> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf01abc50> 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 0x7fdaf01df860> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaf01dfaa0> # /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 0x7fdaf01dffe0> 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' <<< 138029 1726888000.22850: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb31d90> <<< 138029 1726888000.22902: 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 0x7fdaefb339b0> <<< 138029 1726888000.22924: 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' <<< 138029 1726888000.22961: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb38380> <<< 138029 1726888000.22989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888000.23028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb394f0> <<< 138029 1726888000.23050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888000.23080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888000.23113: 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' <<< 138029 1726888000.23157: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb3bf80> <<< 138029 1726888000.23206: 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 0x7fdaefb3c2c0> <<< 138029 1726888000.23326: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb3a240> <<< 138029 1726888000.23357: 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 <<< 138029 1726888000.23395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888000.23427: 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' <<< 138029 1726888000.23466: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb3ff50> import '_tokenize' # <<< 138029 1726888000.23582: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb3eae0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb3e840> <<< 138029 1726888000.23586: 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' <<< 138029 1726888000.23615: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb3edb0> <<< 138029 1726888000.23681: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb3a750> <<< 138029 1726888000.23798: 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 0x7fdaefb84200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb84470> <<< 138029 1726888000.23815: 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 0x7fdaefb85ee0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb85ca0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888000.23847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888000.23921: 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 0x7fdaefb88470> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb865d0> <<< 138029 1726888000.23925: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888000.23965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888000.24024: 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' # <<< 138029 1726888000.24118: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb8bb30> <<< 138029 1726888000.24160: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb885f0> <<< 138029 1726888000.24240: 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 0x7fdaefb8cc50> <<< 138029 1726888000.24380: 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 0x7fdaefb8c890> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaefb8ca40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb84650> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 <<< 138029 1726888000.24536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888000.24571: 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 0x7fdaefa184d0> <<< 138029 1726888000.24797: 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 0x7fdaefa19460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb8ec60> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaefb8f860> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb8e870> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888000.24824: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.24886: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888000.24997: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888000.25031: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.25482: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.25743: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.26209: 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' # <<< 138029 1726888000.26246: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888000.26265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888000.26301: 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 0x7fdaefa1d790> <<< 138029 1726888000.26388: 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' <<< 138029 1726888000.26468: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefa1e480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefa19580> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888000.26494: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.26569: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888000.26674: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.26819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888000.26842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefa1ecc0> <<< 138029 1726888000.26861: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.27324: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.27730: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.27982: 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 <<< 138029 1726888000.28043: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.28121: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888000.28148: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.28181: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888000.28315: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.28318: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888000.28479: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.28707: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888000.28761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888000.28782: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888000.28843: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefa1f890> <<< 138029 1726888000.28868: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.28919: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.29031: 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' # <<< 138029 1726888000.29069: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.29084: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.29131: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888000.29210: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888000.29239: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.29282: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.29350: 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 <<< 138029 1726888000.29394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888000.29467: 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 0x7fdaefa2a330> <<< 138029 1726888000.29525: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefa26c60> <<< 138029 1726888000.29529: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888000.29546: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.29626: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.29653: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.29690: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.29739: 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' <<< 138029 1726888000.29766: 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 <<< 138029 1726888000.29802: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888000.29806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888000.29872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888000.29888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888000.29891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888000.29945: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb02b10> <<< 138029 1726888000.29980: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefbfa7e0> <<< 138029 1726888000.30075: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefa2a390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf02b71a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888000.30084: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.30104: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.30131: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888000.30186: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888000.30199: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.30223: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888000.30248: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.30292: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.30362: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.30386: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.30437: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.30448: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.30490: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.30528: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.30575: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 138029 1726888000.30578: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.30642: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.30709: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.30754: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.30790: 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 <<< 138029 1726888000.30828: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 138029 1726888000.30866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888000.30938: 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 <<< 138029 1726888000.31004: 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 <<< 138029 1726888000.31014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888000.31043: 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 0x7fdaef6d6960> <<< 138029 1726888000.31067: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef6d5d90> <<< 138029 1726888000.31117: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef6d4770> <<< 138029 1726888000.31317: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefaba810> <<< 138029 1726888000.31397: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefab87a0> import 'ansible.module_utils.compat.typing' # <<< 138029 1726888000.31400: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.31579: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.31745: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.31785: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.31849: 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' <<< 138029 1726888000.31882: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 138029 1726888000.31904: 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 <<< 138029 1726888000.31980: 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 0x7fdaefaa5a30> <<< 138029 1726888000.31985: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 138029 1726888000.32001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 138029 1726888000.32012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888000.32066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888000.32089: 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 0x7fdaef720bc0> <<< 138029 1726888000.32125: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888000.32135: 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 0x7fdaef720ef0> <<< 138029 1726888000.32195: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef7144d0> <<< 138029 1726888000.32215: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef6e7980> <<< 138029 1726888000.32240: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefab9850> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefab8c20> <<< 138029 1726888000.32273: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 138029 1726888000.32323: 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 <<< 138029 1726888000.32350: 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 <<< 138029 1726888000.32391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 138029 1726888000.32419: 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 0x7fdaef723bf0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef7234a0> <<< 138029 1726888000.32479: 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 0x7fdaef723680> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef7228d0> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 138029 1726888000.32484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 138029 1726888000.32513: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef723d10> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 138029 1726888000.32550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888000.32584: 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 0x7fdaef5468d0> <<< 138029 1726888000.32619: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef5448c0> <<< 138029 1726888000.32657: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefab8c80> import 'ansible.module_utils.facts.timeout' # <<< 138029 1726888000.32667: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 138029 1726888000.32680: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.32713: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 138029 1726888000.32770: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.32830: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 138029 1726888000.32854: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.32890: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.32972: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 138029 1726888000.32976: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.33033: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 138029 1726888000.33036: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.33069: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 138029 1726888000.33079: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.33113: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.33170: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 138029 1726888000.33220: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.33276: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 138029 1726888000.33279: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.33345: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.33394: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.33452: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.33502: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 138029 1726888000.33508: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 138029 1726888000.33523: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.34012: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.34443: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 138029 1726888000.34447: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.34494: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.34549: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.34587: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.34625: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 138029 1726888000.34642: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 138029 1726888000.34675: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.34711: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 138029 1726888000.34715: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.34766: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.34829: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 138029 1726888000.34832: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.34896: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.34899: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 138029 1726888000.34905: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.34990: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.34996: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 138029 1726888000.35246: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.35250: 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 0x7fdaef546e70> # /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' <<< 138029 1726888000.35362: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef547bf0> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 138029 1726888000.35417: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.35508: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 138029 1726888000.35705: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.35708: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 138029 1726888000.35745: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.35923: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 138029 1726888000.35959: 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' <<< 138029 1726888000.36045: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888000.36088: 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 0x7fdaef582ea0> <<< 138029 1726888000.36281: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef56fb00> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 138029 1726888000.36336: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.36397: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 138029 1726888000.36579: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888000.36683: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.36831: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 138029 1726888000.36868: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.36897: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.36936: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 138029 1726888000.36984: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.37052: 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' <<< 138029 1726888000.37169: 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 0x7fdaef59a8a0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef56fd10> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 138029 1726888000.37217: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # <<< 138029 1726888000.37231: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.37471: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.37542: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 138029 1726888000.37646: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.37750: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.37821: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.37901: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 138029 1726888000.37918: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888000.38037: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.38271: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 138029 1726888000.38317: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.38451: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 138029 1726888000.38454: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.38518: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.38533: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.39067: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.39573: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 138029 1726888000.39591: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.39683: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.39794: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 138029 1726888000.39806: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.39901: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.40001: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 138029 1726888000.40014: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.40164: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.40321: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 138029 1726888000.40329: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.40356: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 138029 1726888000.40370: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.40407: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.40448: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 138029 1726888000.40464: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.40560: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.40659: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.40880: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.41069: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 138029 1726888000.41102: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.41120: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.41172: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 138029 1726888000.41175: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.41220: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.41223: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 138029 1726888000.41249: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.41303: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.41377: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 138029 1726888000.41419: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.41444: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 138029 1726888000.41468: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.41502: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.41581: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 138029 1726888000.41584: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.41634: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.41700: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 138029 1726888000.41954: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42208: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 138029 1726888000.42225: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42285: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42332: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 138029 1726888000.42346: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42385: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42431: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 138029 1726888000.42434: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42470: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42508: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 138029 1726888000.42548: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42611: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 138029 1726888000.42671: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42750: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 138029 1726888000.42766: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42776: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42786: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 138029 1726888000.42796: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42843: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42882: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 138029 1726888000.42895: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42912: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42940: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.42986: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.43040: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.43103: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.43174: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 138029 1726888000.43187: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 138029 1726888000.43199: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.43248: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.43298: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 138029 1726888000.43307: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.43501: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.43698: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 138029 1726888000.43702: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.43744: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.43797: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 138029 1726888000.43805: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.43851: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.43907: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 138029 1726888000.43910: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.43988: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.44073: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 138029 1726888000.44077: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.44171: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.44259: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 138029 1726888000.44266: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # <<< 138029 1726888000.44327: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888000.44952: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 138029 1726888000.44969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 138029 1726888000.44979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 138029 1726888000.44994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 138029 1726888000.45023: 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 0x7fdaef5c3f50> <<< 138029 1726888000.45042: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef5c03b0> <<< 138029 1726888000.45088: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef5c33e0> <<< 138029 1726888000.61112: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 138029 1726888000.61132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 138029 1726888000.61151: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef60a900> <<< 138029 1726888000.61182: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 138029 1726888000.61195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 138029 1726888000.61248: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef618950> <<< 138029 1726888000.61288: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 138029 1726888000.61305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888000.61332: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py <<< 138029 1726888000.61357: 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 0x7fdaef619d60> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef6198e0> <<< 138029 1726888000.61593: 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 <<< 138029 1726888000.82047: 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_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_fips": false, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-fulaswhyuohhbvocrsouhwplltdngoog ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726887999.9508038-138538-9129332549539/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgaXbXgtqkUKAAhPMnt5dXmeUF7nJ02ARiRKfwKQTJzeTwr1MfTYI8NRIWwMPZAZ0wAGu00OqnG/T5qCwRWVOzX6zjFSMAdPNRNgOeMk6EXH+Q4DlLpEe9KpYwVV8ko3AJnWqGNTXGPTf1X2mk1qXY6cNHSjWeBOjG5pHe7KDnpuurK0vK6lws1a7tYCWgX2pHS/4fGny8/zHBe7TPMZloAWWauADgOJh7ylUVyLB/t2mC+SN9196Lgo/YOcjlN1o3q99delRQRDjOu+lEPbpOjr68SsXxFhdC4Bdv4wI3L59QXcTthm1YQqv58+Z6drTBXggQ2vYRl0wTe1bm8yUFoTW/MyWu/RgQpEx6BROKqdJ2Sk4/wIs9iaAVkIXuL3AqeRH+yKnX61BD8KUAcmpvKY2qRWeAQeLAXgErnSIOx4uCnwhpa1KdotAyoSIwqQLXxUnIABjJTAiu524S34IL5KzSaHDwVK8Nb6rCxJ1nOQHrOxESdktMBEI/e38rCM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMj7VGFHxH15xJGRbPiNxWM9Lgtpv9mtP3FNQfDKJ9Y//zNvmlepo0juzrtKs7BLDxcCHjy9ABXXOjmShXf+W1Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDvAJIl5WBr3mku08nEoMcB4Ke1m66lfx9q041INn0pS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_fibre_channel_wwn": [], "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-13-126.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-126", "ansible_nodename": "ip-10-31-13-126.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": "ec2c1e05607ea8c677cfede1e7717817", "ansible_iscsi_iqn": "", "ansible_local": {}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_is_chroot": false, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "06", "second": "40", "epoch": "1726888000", "epoch_int": "1726888000", "date": "2024-<<< 138029 1726888000.82166: stdout chunk (state=3): >>>09-20", "time": "23:06:40", "iso8601_micro": "2024-09-21T03:06:40.456500Z", "iso8601": "2024-09-21T03:06:40Z", "iso8601_basic": "20240920T230640456500", "iso8601_basic_short": "20240920T230640", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_apparmor": {"status": "disabled"}, "ansible_pkg_mgr": "dnf", "ansible_lsb": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_loadavg": {"1m": 0.6357421875, "5m": 0.7412109375, "15m": 0.74560546875}, "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:f5:b8:cd:77", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:f5ff:feb8:cd77", "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<<< 138029 1726888000.82200: stdout chunk (state=3): >>>_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.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:f5:b8:cd:77", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.126"], "ansible_all_ipv6_addresses": ["fe80::8ff:f5ff:feb8:cd77"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.13.126", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:f5ff:feb8:cd77"]}, "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": 1067, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 2464, "free": 1067}, "nocache": {"free": 3256, "used": 275}, "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": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_uuid": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405361863860d5e48418be83fcaa", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e62d59e3c9874d249d42dc8ab", "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-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058a363ffc6f08416ab8803273f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058b79867c9b8145889bafb2719", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405d1e5ed45e3fc4db1bfbf9dc53", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014056e624c619c4a462480b612020", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140542bdc97f3b374faf97ca93f63", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140524f7725488c5405781ded0670", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014057cb70d4b5d0e4c9395f78773e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sdb": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "sda": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "sdc": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "sdd": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "sde": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "sdf": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "sdg": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "sdh": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "sdi": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 3444, "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": 260072349696, "block_size": 4096, "block_total": 65519099, "block_available": 63494226, "block_used": 2024873, "inode_total": 131070960, "inode_available": 131027016, "inode_used": 43944, "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"}}} <<< 138029 1726888000.82578: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888000.82625: 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 <<< 138029 1726888000.82637: 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 # cleanup[2] removing _distutils_hack <<< 138029 1726888000.82869: stdout chunk (state=3): >>># destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # 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 # d<<< 138029 1726888000.82893: stdout chunk (state=3): >>>estroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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.f<<< 138029 1726888000.82909: stdout chunk (state=3): >>>acts.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 <<< 138029 1726888000.83219: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888000.83259: stdout chunk (state=3): >>># destroy _bz2 <<< 138029 1726888000.83275: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888000.83286: stdout chunk (state=3): >>># destroy zipfile._path <<< 138029 1726888000.83297: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888000.83335: stdout chunk (state=3): >>># destroy ntpath # destroy zipimport <<< 138029 1726888000.83370: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 138029 1726888000.83388: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 138029 1726888000.83407: stdout chunk (state=3): >>># destroy _locale <<< 138029 1726888000.83411: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal # destroy _posixsubprocess <<< 138029 1726888000.83422: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888000.83463: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888000.83476: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 138029 1726888000.83528: 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 <<< 138029 1726888000.83536: stdout chunk (state=3): >>># destroy pickle <<< 138029 1726888000.83549: stdout chunk (state=3): >>># destroy _compat_pickle <<< 138029 1726888000.83560: stdout chunk (state=3): >>># destroy _pickle <<< 138029 1726888000.83582: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction <<< 138029 1726888000.83598: stdout chunk (state=3): >>># destroy selectors <<< 138029 1726888000.83617: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 138029 1726888000.83627: stdout chunk (state=3): >>># destroy datetime # destroy subprocess # destroy base64 <<< 138029 1726888000.83653: stdout chunk (state=3): >>># destroy _ssl <<< 138029 1726888000.83675: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 138029 1726888000.83683: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy json <<< 138029 1726888000.83723: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 138029 1726888000.83729: stdout chunk (state=3): >>># destroy glob <<< 138029 1726888000.83748: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection <<< 138029 1726888000.83766: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 138029 1726888000.83799: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 138029 1726888000.83842: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 138029 1726888000.83881: 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 <<< 138029 1726888000.83884: 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 <<< 138029 1726888000.83887: stdout chunk (state=3): >>># cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib <<< 138029 1726888000.83889: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 138029 1726888000.83935: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser <<< 138029 1726888000.83967: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections <<< 138029 1726888000.83979: 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 <<< 138029 1726888000.83993: 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 <<< 138029 1726888000.84022: 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 <<< 138029 1726888000.84025: 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 <<< 138029 1726888000.84028: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888000.84182: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888000.84188: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888000.84224: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888000.84229: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888000.84249: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888000.84278: 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 <<< 138029 1726888000.84307: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 138029 1726888000.84334: stdout chunk (state=3): >>># destroy _opcode <<< 138029 1726888000.84340: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888000.84366: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888000.84459: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna <<< 138029 1726888000.84465: 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 <<< 138029 1726888000.84487: stdout chunk (state=3): >>># destroy time <<< 138029 1726888000.84491: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888000.84518: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888000.84523: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re <<< 138029 1726888000.84545: stdout chunk (state=3): >>># destroy _abc <<< 138029 1726888000.84575: stdout chunk (state=3): >>># destroy itertools # destroy posix <<< 138029 1726888000.84581: stdout chunk (state=3): >>># destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888000.85131: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888000.85189: stderr chunk (state=3): >>><<< 138029 1726888000.85192: stdout chunk (state=3): >>><<< 138029 1726888000.85334: _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 0x7fdaf06183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf05e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf061a960> 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 0x7fdaf042cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fdaf042dfd0> 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 0x7fdaf046be90> # /usr/lib64/python3.12/__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 0x7fdaf046bf50> # /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 0x7fdaf04a3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04a3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0483b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0481280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0469040> # /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 0x7fdaf04c7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04c64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0482150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04c4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04f4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04682c0> # /usr/lib64/python3.12/__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 0x7fdaf04f4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04f4c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaf04f5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0466de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fdaf04f5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04f5430> 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 0x7fdaf04f6630> 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 0x7fdaf0510860> 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 0x7fdaf0511fa0> # /usr/lib64/python3.12/__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 0x7fdaf0512e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaf0513440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0512390> # /usr/lib64/python3.12/__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 0x7fdaf0513e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0513560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04f6690> # /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 0x7fdaf0263ce0> # /usr/lib64/python3.12/__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 0x7fdaf028c7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf028c530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaf028c800> # /usr/lib64/python3.12/__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 0x7fdaf028d130> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaf028daf0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf028c9e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0261e80> # /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 0x7fdaf028eea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf028dbe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf04f6d80> # /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 0x7fdaf02b7230> # /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 0x7fdaf02e35c0> # /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 0x7fdaf033c3b0> # /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 0x7fdaf033eb10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf033c4d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf03053a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0141400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf02e2420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf028fe00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdaf01416a0> # zipimport: found 103 names in '/tmp/ansible_setup_payload_vpsqtgwp/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 0x7fdaf01ab1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf018a0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf0189220> # 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 0x7fdaf01a9070> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fdaf01deba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf01de990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf01de2a0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fdaf01de780> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf01abc50> 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 0x7fdaf01df860> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaf01dfaa0> # /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 0x7fdaf01dffe0> 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 0x7fdaefb31d90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaefb339b0> # /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 0x7fdaefb38380> # /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 0x7fdaefb394f0> # /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 0x7fdaefb3bf80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaefb3c2c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb3a240> # /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 0x7fdaefb3ff50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb3eae0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb3e840> # /usr/lib64/python3.12/__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 0x7fdaefb3edb0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb3a750> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaefb84200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb84470> # /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 0x7fdaefb85ee0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb85ca0> # /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 0x7fdaefb88470> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb865d0> # /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 0x7fdaefb8bb30> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb885f0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaefb8cc50> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaefb8c890> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaefb8ca40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb84650> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fdaefa184d0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaefa19460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb8ec60> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdaefb8f860> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefb8e870> # 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 0x7fdaefa1d790> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fdaefa1e480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefa19580> 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 0x7fdaefa1ecc0> # 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 0x7fdaefa1f890> # 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 0x7fdaefa2a330> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefa26c60> 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 0x7fdaefb02b10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefbfa7e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefa2a390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaf02b71a0> # 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 0x7fdaef6d6960> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef6d5d90> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef6d4770> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefaba810> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefab87a0> 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 0x7fdaefaa5a30> # /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 0x7fdaef720bc0> # 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 0x7fdaef720ef0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef7144d0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef6e7980> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefab9850> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefab8c20> # /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 0x7fdaef723bf0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef7234a0> # 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 0x7fdaef723680> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef7228d0> # /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 0x7fdaef723d10> # /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 0x7fdaef5468d0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef5448c0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaefab8c80> 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 0x7fdaef546e70> # /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 0x7fdaef547bf0> 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 0x7fdaef582ea0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef56fb00> 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 0x7fdaef59a8a0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef56fd10> 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 0x7fdaef5c3f50> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef5c03b0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef5c33e0> # /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 0x7fdaef60a900> # /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 0x7fdaef618950> # /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 0x7fdaef619d60> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdaef6198e0> 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_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_fips": false, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-fulaswhyuohhbvocrsouhwplltdngoog ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726887999.9508038-138538-9129332549539/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgaXbXgtqkUKAAhPMnt5dXmeUF7nJ02ARiRKfwKQTJzeTwr1MfTYI8NRIWwMPZAZ0wAGu00OqnG/T5qCwRWVOzX6zjFSMAdPNRNgOeMk6EXH+Q4DlLpEe9KpYwVV8ko3AJnWqGNTXGPTf1X2mk1qXY6cNHSjWeBOjG5pHe7KDnpuurK0vK6lws1a7tYCWgX2pHS/4fGny8/zHBe7TPMZloAWWauADgOJh7ylUVyLB/t2mC+SN9196Lgo/YOcjlN1o3q99delRQRDjOu+lEPbpOjr68SsXxFhdC4Bdv4wI3L59QXcTthm1YQqv58+Z6drTBXggQ2vYRl0wTe1bm8yUFoTW/MyWu/RgQpEx6BROKqdJ2Sk4/wIs9iaAVkIXuL3AqeRH+yKnX61BD8KUAcmpvKY2qRWeAQeLAXgErnSIOx4uCnwhpa1KdotAyoSIwqQLXxUnIABjJTAiu524S34IL5KzSaHDwVK8Nb6rCxJ1nOQHrOxESdktMBEI/e38rCM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMj7VGFHxH15xJGRbPiNxWM9Lgtpv9mtP3FNQfDKJ9Y//zNvmlepo0juzrtKs7BLDxcCHjy9ABXXOjmShXf+W1Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDvAJIl5WBr3mku08nEoMcB4Ke1m66lfx9q041INn0pS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_fibre_channel_wwn": [], "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-13-126.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-126", "ansible_nodename": "ip-10-31-13-126.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": "ec2c1e05607ea8c677cfede1e7717817", "ansible_iscsi_iqn": "", "ansible_local": {}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_is_chroot": false, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "06", "second": "40", "epoch": "1726888000", "epoch_int": "1726888000", "date": "2024-09-20", "time": "23:06:40", "iso8601_micro": "2024-09-21T03:06:40.456500Z", "iso8601": "2024-09-21T03:06:40Z", "iso8601_basic": "20240920T230640456500", "iso8601_basic_short": "20240920T230640", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_apparmor": {"status": "disabled"}, "ansible_pkg_mgr": "dnf", "ansible_lsb": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_loadavg": {"1m": 0.6357421875, "5m": 0.7412109375, "15m": 0.74560546875}, "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:f5:b8:cd:77", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:f5ff:feb8:cd77", "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.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:f5:b8:cd:77", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.126"], "ansible_all_ipv6_addresses": ["fe80::8ff:f5ff:feb8:cd77"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.13.126", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:f5ff:feb8:cd77"]}, "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": 1067, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 2464, "free": 1067}, "nocache": {"free": 3256, "used": 275}, "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": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_uuid": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405361863860d5e48418be83fcaa", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e62d59e3c9874d249d42dc8ab", "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-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058a363ffc6f08416ab8803273f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058b79867c9b8145889bafb2719", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405d1e5ed45e3fc4db1bfbf9dc53", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014056e624c619c4a462480b612020", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140542bdc97f3b374faf97ca93f63", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140524f7725488c5405781ded0670", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014057cb70d4b5d0e4c9395f78773e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sdb": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "sda": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "sdc": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "sdd": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "sde": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "sdf": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "sdg": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "sdh": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "sdi": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 3444, "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": 260072349696, "block_size": 4096, "block_total": 65519099, "block_available": 63494226, "block_used": 2024873, "inode_total": 131070960, "inode_available": 131027016, "inode_used": 43944, "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888000.86604: 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-1726887999.9508038-138538-9129332549539/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888000.86608: _low_level_execute_command(): starting 138029 1726888000.86617: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726887999.9508038-138538-9129332549539/ > /dev/null 2>&1 && sleep 0' 138029 1726888000.86621: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888000.86623: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888000.86626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888000.86628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888000.86630: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888000.86632: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888000.86634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888000.86647: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888000.86691: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888000.86695: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888000.86748: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888000.88588: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888000.88609: stderr chunk (state=3): >>><<< 138029 1726888000.88612: stdout chunk (state=3): >>><<< 138029 1726888000.88626: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888000.88632: handler run complete 138029 1726888000.88793: variable 'ansible_facts' from source: unknown 138029 1726888000.88880: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888000.89224: variable 'ansible_facts' from source: unknown 138029 1726888000.89306: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888000.89414: attempt loop complete, returning result 138029 1726888000.89417: _execute() done 138029 1726888000.89419: dumping result to json 138029 1726888000.89501: done dumping result, returning 138029 1726888000.89504: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-5a58-73a2-0000000000d5] 138029 1726888000.89506: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000d5 ok: [managed_node3] 138029 1726888000.90165: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000000d5 138029 1726888000.90169: WORKER PROCESS EXITING 138029 1726888000.90175: no more pending results, returning what we have 138029 1726888000.90177: results queue empty 138029 1726888000.90178: checking for any_errors_fatal 138029 1726888000.90183: done checking for any_errors_fatal 138029 1726888000.90184: checking for max_fail_percentage 138029 1726888000.90186: done checking for max_fail_percentage 138029 1726888000.90186: checking to see if all hosts have failed and the running result is not ok 138029 1726888000.90187: done checking to see if all hosts have failed 138029 1726888000.90187: getting the remaining hosts for this loop 138029 1726888000.90188: done getting the remaining hosts for this loop 138029 1726888000.90195: getting the next task for host managed_node3 138029 1726888000.90201: done getting next task for host managed_node3 138029 1726888000.90202: ^ task is: TASK: meta (role_complete) 138029 1726888000.90204: ^ 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 138029 1726888000.90211: getting variables 138029 1726888000.90212: in VariableManager get_vars() 138029 1726888000.90232: Calling all_inventory to load vars for managed_node3 138029 1726888000.90234: Calling groups_inventory to load vars for managed_node3 138029 1726888000.90235: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888000.90241: Calling all_plugins_play to load vars for managed_node3 138029 1726888000.90243: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888000.90244: Calling groups_plugins_play to load vars for managed_node3 138029 1726888000.90638: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888000.91039: done with get_vars() 138029 1726888000.91049: done getting variables 138029 1726888000.91116: done queuing things up, now waiting for results queue to drain 138029 1726888000.91121: results queue empty 138029 1726888000.91122: checking for any_errors_fatal 138029 1726888000.91126: done checking for any_errors_fatal 138029 1726888000.91127: checking for max_fail_percentage 138029 1726888000.91131: done checking for max_fail_percentage 138029 1726888000.91132: checking to see if all hosts have failed and the running result is not ok 138029 1726888000.91133: done checking to see if all hosts have failed 138029 1726888000.91133: getting the remaining hosts for this loop 138029 1726888000.91138: done getting the remaining hosts for this loop 138029 1726888000.91141: getting the next task for host managed_node3 138029 1726888000.91145: done getting next task for host managed_node3 138029 1726888000.91148: ^ task is: TASK: Mark tasks to be skipped 138029 1726888000.91149: ^ 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 138029 1726888000.91151: getting variables 138029 1726888000.91151: in VariableManager get_vars() 138029 1726888000.91160: Calling all_inventory to load vars for managed_node3 138029 1726888000.91164: Calling groups_inventory to load vars for managed_node3 138029 1726888000.91165: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888000.91169: Calling all_plugins_play to load vars for managed_node3 138029 1726888000.91170: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888000.91172: Calling groups_plugins_play to load vars for managed_node3 138029 1726888000.91713: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888000.92091: done with get_vars() 138029 1726888000.92103: done getting variables 138029 1726888000.92136: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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_raid_pool_options.yml:24 Friday 20 September 2024 23:06:40 -0400 (0:00:01.024) 0:00:13.645 ****** 138029 1726888000.92168: entering _queue_task() for managed_node3/set_fact 138029 1726888000.92433: worker is 1 (out of 1 available) 138029 1726888000.92446: exiting _queue_task() for managed_node3/set_fact 138029 1726888000.92459: done queuing things up, now waiting for results queue to drain 138029 1726888000.92461: waiting for pending results... 138029 1726888000.92704: running TaskExecutor() for managed_node3/TASK: Mark tasks to be skipped 138029 1726888000.92782: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000007 138029 1726888000.92786: variable 'ansible_search_path' from source: unknown 138029 1726888000.92809: calling self._execute() 138029 1726888000.92864: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888000.92872: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888000.92883: variable 'omit' from source: magic vars 138029 1726888000.92963: variable 'omit' from source: magic vars 138029 1726888000.92995: variable 'omit' from source: magic vars 138029 1726888000.93304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888000.94937: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888000.94996: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888000.95021: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888000.95048: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888000.95071: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888000.95270: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 138029 1726888000.95405: Loaded config def from plugin (lookup/env) 138029 1726888000.95408: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 138029 1726888000.95446: variable 'omit' from source: magic vars 138029 1726888000.95487: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888000.95508: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888000.95521: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888000.95539: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888000.95565: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888000.95568: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888000.95600: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888000.95617: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888000.95620: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888000.95624: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888000.95717: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888000.95720: Set connection var ansible_timeout to 10 138029 1726888000.95726: Set connection var ansible_pipelining to False 138029 1726888000.95729: Set connection var ansible_shell_type to sh 138029 1726888000.95731: Set connection var ansible_connection to ssh 138029 1726888000.95735: Set connection var ansible_shell_executable to /bin/sh 138029 1726888000.95754: variable 'ansible_shell_executable' from source: unknown 138029 1726888000.95759: variable 'ansible_connection' from source: unknown 138029 1726888000.95762: variable 'ansible_module_compression' from source: unknown 138029 1726888000.95765: variable 'ansible_shell_type' from source: unknown 138029 1726888000.95768: variable 'ansible_shell_executable' from source: unknown 138029 1726888000.95770: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888000.95775: variable 'ansible_pipelining' from source: unknown 138029 1726888000.95778: variable 'ansible_timeout' from source: unknown 138029 1726888000.95780: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888000.95892: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888000.95896: variable 'omit' from source: magic vars 138029 1726888000.95901: starting attempt loop 138029 1726888000.95903: running the handler 138029 1726888000.95953: handler run complete 138029 1726888000.95971: attempt loop complete, returning result 138029 1726888000.95974: _execute() done 138029 1726888000.95977: dumping result to json 138029 1726888000.95979: done dumping result, returning 138029 1726888000.95981: done running TaskExecutor() for managed_node3/TASK: Mark tasks to be skipped [0affc8a3-6f6f-5a58-73a2-000000000007] 138029 1726888000.95989: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000007 138029 1726888000.96062: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000007 138029 1726888000.96066: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } 138029 1726888000.96150: no more pending results, returning what we have 138029 1726888000.96153: results queue empty 138029 1726888000.96154: checking for any_errors_fatal 138029 1726888000.96158: done checking for any_errors_fatal 138029 1726888000.96158: checking for max_fail_percentage 138029 1726888000.96160: done checking for max_fail_percentage 138029 1726888000.96160: checking to see if all hosts have failed and the running result is not ok 138029 1726888000.96161: done checking to see if all hosts have failed 138029 1726888000.96162: getting the remaining hosts for this loop 138029 1726888000.96163: done getting the remaining hosts for this loop 138029 1726888000.96166: getting the next task for host managed_node3 138029 1726888000.96170: done getting next task for host managed_node3 138029 1726888000.96173: ^ task is: TASK: Get unused disks 138029 1726888000.96175: ^ 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 138029 1726888000.96178: getting variables 138029 1726888000.96179: in VariableManager get_vars() 138029 1726888000.96213: Calling all_inventory to load vars for managed_node3 138029 1726888000.96215: Calling groups_inventory to load vars for managed_node3 138029 1726888000.96218: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888000.96227: Calling all_plugins_play to load vars for managed_node3 138029 1726888000.96229: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888000.96235: Calling groups_plugins_play to load vars for managed_node3 138029 1726888000.96723: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888000.97145: done with get_vars() 138029 1726888000.97160: done getting variables TASK [Get unused disks] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:31 Friday 20 September 2024 23:06:40 -0400 (0:00:00.050) 0:00:13.696 ****** 138029 1726888000.97245: entering _queue_task() for managed_node3/include_tasks 138029 1726888000.97506: worker is 1 (out of 1 available) 138029 1726888000.97519: exiting _queue_task() for managed_node3/include_tasks 138029 1726888000.97533: done queuing things up, now waiting for results queue to drain 138029 1726888000.97535: waiting for pending results... 138029 1726888000.97839: running TaskExecutor() for managed_node3/TASK: Get unused disks 138029 1726888000.97908: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000008 138029 1726888000.97912: variable 'ansible_search_path' from source: unknown 138029 1726888000.97939: calling self._execute() 138029 1726888000.98026: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888000.98032: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888000.98061: variable 'omit' from source: magic vars 138029 1726888000.98141: _execute() done 138029 1726888000.98145: dumping result to json 138029 1726888000.98148: done dumping result, returning 138029 1726888000.98150: done running TaskExecutor() for managed_node3/TASK: Get unused disks [0affc8a3-6f6f-5a58-73a2-000000000008] 138029 1726888000.98190: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000008 138029 1726888000.98279: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000008 138029 1726888000.98282: WORKER PROCESS EXITING 138029 1726888000.98328: no more pending results, returning what we have 138029 1726888000.98332: in VariableManager get_vars() 138029 1726888000.98360: Calling all_inventory to load vars for managed_node3 138029 1726888000.98363: Calling groups_inventory to load vars for managed_node3 138029 1726888000.98366: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888000.98374: Calling all_plugins_play to load vars for managed_node3 138029 1726888000.98376: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888000.98379: Calling groups_plugins_play to load vars for managed_node3 138029 1726888000.98790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888000.99233: done with get_vars() 138029 1726888000.99240: variable 'ansible_search_path' from source: unknown 138029 1726888000.99250: we have included files to process 138029 1726888000.99251: generating all_blocks data 138029 1726888000.99252: done generating all_blocks data 138029 1726888000.99258: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml 138029 1726888000.99259: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml 138029 1726888000.99261: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml 138029 1726888000.99902: done processing included file 138029 1726888000.99905: iterating over new_blocks loaded from include file 138029 1726888000.99906: in VariableManager get_vars() 138029 1726888000.99918: done with get_vars() 138029 1726888000.99919: filtering new block on tags 138029 1726888000.99987: done filtering new block on tags 138029 1726888000.99990: 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_node3 138029 1726888000.99996: extending task lists for all hosts with included blocks 138029 1726888001.00416: done extending task lists 138029 1726888001.00417: done processing included files 138029 1726888001.00418: results queue empty 138029 1726888001.00418: checking for any_errors_fatal 138029 1726888001.00421: done checking for any_errors_fatal 138029 1726888001.00421: checking for max_fail_percentage 138029 1726888001.00422: done checking for max_fail_percentage 138029 1726888001.00423: checking to see if all hosts have failed and the running result is not ok 138029 1726888001.00425: done checking to see if all hosts have failed 138029 1726888001.00426: getting the remaining hosts for this loop 138029 1726888001.00427: done getting the remaining hosts for this loop 138029 1726888001.00432: getting the next task for host managed_node3 138029 1726888001.00436: done getting next task for host managed_node3 138029 1726888001.00438: ^ task is: TASK: Ensure test packages 138029 1726888001.00440: ^ 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 138029 1726888001.00443: getting variables 138029 1726888001.00444: in VariableManager get_vars() 138029 1726888001.00453: Calling all_inventory to load vars for managed_node3 138029 1726888001.00457: Calling groups_inventory to load vars for managed_node3 138029 1726888001.00459: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888001.00463: Calling all_plugins_play to load vars for managed_node3 138029 1726888001.00467: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888001.00473: Calling groups_plugins_play to load vars for managed_node3 138029 1726888001.00786: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888001.01281: done with get_vars() 138029 1726888001.01290: done getting variables 138029 1726888001.01332: 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:06:41 -0400 (0:00:00.041) 0:00:13.737 ****** 138029 1726888001.01365: entering _queue_task() for managed_node3/package 138029 1726888001.01563: worker is 1 (out of 1 available) 138029 1726888001.01575: exiting _queue_task() for managed_node3/package 138029 1726888001.01586: done queuing things up, now waiting for results queue to drain 138029 1726888001.01588: waiting for pending results... 138029 1726888001.01775: running TaskExecutor() for managed_node3/TASK: Ensure test packages 138029 1726888001.01846: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000001a8 138029 1726888001.01859: variable 'ansible_search_path' from source: unknown 138029 1726888001.01889: calling self._execute() 138029 1726888001.01948: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888001.01954: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888001.01964: variable 'omit' from source: magic vars 138029 1726888001.02040: variable 'omit' from source: magic vars 138029 1726888001.02074: variable 'omit' from source: magic vars 138029 1726888001.02094: variable 'test_packages' from source: task vars 138029 1726888001.02248: variable 'test_packages' from source: task vars 138029 1726888001.02430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888001.02640: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888001.02674: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888001.02705: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888001.02729: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888001.02845: variable 'ansible_facts' from source: unknown 138029 1726888001.03272: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888001.04877: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888001.04920: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888001.05125: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888001.05148: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888001.05171: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888001.05234: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888001.05253: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888001.05275: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888001.05300: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888001.05310: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888001.05381: variable '__storage_is_ostree' from source: set_fact 138029 1726888001.05385: variable 'omit' from source: magic vars 138029 1726888001.05402: variable 'omit' from source: magic vars 138029 1726888001.05420: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888001.05447: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888001.05459: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888001.05474: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888001.05482: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888001.05495: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888001.05507: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888001.05527: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888001.05530: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888001.05533: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888001.05616: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888001.05619: Set connection var ansible_timeout to 10 138029 1726888001.05626: Set connection var ansible_pipelining to False 138029 1726888001.05629: Set connection var ansible_shell_type to sh 138029 1726888001.05631: Set connection var ansible_connection to ssh 138029 1726888001.05635: Set connection var ansible_shell_executable to /bin/sh 138029 1726888001.05660: variable 'ansible_shell_executable' from source: unknown 138029 1726888001.05665: variable 'ansible_connection' from source: unknown 138029 1726888001.05668: variable 'ansible_module_compression' from source: unknown 138029 1726888001.05671: variable 'ansible_shell_type' from source: unknown 138029 1726888001.05674: variable 'ansible_shell_executable' from source: unknown 138029 1726888001.05676: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888001.05678: variable 'ansible_pipelining' from source: unknown 138029 1726888001.05680: variable 'ansible_timeout' from source: unknown 138029 1726888001.05682: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888001.05749: 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) 138029 1726888001.05759: variable 'omit' from source: magic vars 138029 1726888001.05769: starting attempt loop 138029 1726888001.05772: running the handler 138029 1726888001.05775: variable 'ansible_facts' from source: unknown 138029 1726888001.05777: variable 'ansible_facts' from source: unknown 138029 1726888001.05819: _low_level_execute_command(): starting 138029 1726888001.05824: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888001.06302: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888001.06308: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888001.06310: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888001.06312: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888001.06373: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888001.06380: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888001.06431: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888001.08098: stdout chunk (state=3): >>>/root <<< 138029 1726888001.08192: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888001.08220: stderr chunk (state=3): >>><<< 138029 1726888001.08223: stdout chunk (state=3): >>><<< 138029 1726888001.08241: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888001.08252: _low_level_execute_command(): starting 138029 1726888001.08260: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888001.0824223-138591-164932227637348 `" && echo ansible-tmp-1726888001.0824223-138591-164932227637348="` echo /root/.ansible/tmp/ansible-tmp-1726888001.0824223-138591-164932227637348 `" ) && sleep 0' 138029 1726888001.08672: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888001.08675: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888001.08678: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888001.08680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888001.08724: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888001.08727: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888001.08785: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888001.10780: stdout chunk (state=3): >>>ansible-tmp-1726888001.0824223-138591-164932227637348=/root/.ansible/tmp/ansible-tmp-1726888001.0824223-138591-164932227637348 <<< 138029 1726888001.10783: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888001.11161: stderr chunk (state=3): >>><<< 138029 1726888001.11164: stdout chunk (state=3): >>><<< 138029 1726888001.11167: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888001.0824223-138591-164932227637348=/root/.ansible/tmp/ansible-tmp-1726888001.0824223-138591-164932227637348 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888001.11170: variable 'ansible_module_compression' from source: unknown 138029 1726888001.11172: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 138029 1726888001.11174: variable 'ansible_facts' from source: unknown 138029 1726888001.11430: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888001.0824223-138591-164932227637348/AnsiballZ_dnf.py 138029 1726888001.11798: Sending initial data 138029 1726888001.11801: Sent initial data (154 bytes) 138029 1726888001.12910: 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 <<< 138029 1726888001.12922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888001.12972: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888001.12984: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888001.12995: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888001.13122: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888001.13172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888001.13204: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888001.13275: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888001.14827: 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 <<< 138029 1726888001.14916: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888001.14999: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpfrmseca9 /root/.ansible/tmp/ansible-tmp-1726888001.0824223-138591-164932227637348/AnsiballZ_dnf.py <<< 138029 1726888001.15012: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888001.0824223-138591-164932227637348/AnsiballZ_dnf.py" <<< 138029 1726888001.15060: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpfrmseca9" to remote "/root/.ansible/tmp/ansible-tmp-1726888001.0824223-138591-164932227637348/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888001.0824223-138591-164932227637348/AnsiballZ_dnf.py" <<< 138029 1726888001.16553: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888001.16587: stdout chunk (state=3): >>><<< 138029 1726888001.16769: stderr chunk (state=3): >>><<< 138029 1726888001.16773: done transferring module to remote 138029 1726888001.16804: _low_level_execute_command(): starting 138029 1726888001.16813: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888001.0824223-138591-164932227637348/ /root/.ansible/tmp/ansible-tmp-1726888001.0824223-138591-164932227637348/AnsiballZ_dnf.py && sleep 0' 138029 1726888001.17543: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888001.17597: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888001.17625: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888001.17678: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888001.17720: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888001.19529: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888001.19583: stdout chunk (state=3): >>><<< 138029 1726888001.19586: stderr chunk (state=3): >>><<< 138029 1726888001.19775: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888001.19779: _low_level_execute_command(): starting 138029 1726888001.19781: _low_level_execute_command(): using become for this command 138029 1726888001.19784: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-lvhlhahfjhnadefosuniojvouxkuoafc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888001.0824223-138591-164932227637348/AnsiballZ_dnf.py'"'"' && sleep 0' 138029 1726888001.20066: Initial state: awaiting_escalation: BECOME-SUCCESS-lvhlhahfjhnadefosuniojvouxkuoafc 138029 1726888001.20612: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888001.20674: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888001.20781: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888001.20821: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888001.20923: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888001.23783: stdout chunk (state=1): >>>BECOME-SUCCESS-lvhlhahfjhnadefosuniojvouxkuoafc <<< 138029 1726888001.23787: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-lvhlhahfjhnadefosuniojvouxkuoafc' 138029 1726888001.24130: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888001.24148: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888001.24182: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888001.24275: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888001.24338: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888001.24364: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888001.24420: 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' <<< 138029 1726888001.24433: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888001.24527: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888001.24589: 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 0x7fc355a183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3559e7a10> <<< 138029 1726888001.24654: 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 0x7fc355a1a960> import '_signal' # <<< 138029 1726888001.24683: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 138029 1726888001.25037: 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 0x7fc35582cfe0> <<< 138029 1726888001.25047: 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 0x7fc35582dfd0> import 'site' # <<< 138029 1726888001.25137: 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. <<< 138029 1726888001.25336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888001.25380: 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 <<< 138029 1726888001.25384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888001.25404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888001.25467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888001.25470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888001.25556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355873dd0> <<< 138029 1726888001.25578: 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' <<< 138029 1726888001.25581: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888001.25583: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355873fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888001.25643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888001.25646: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888001.25695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888001.25698: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888001.25740: 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 0x7fc3558a37d0> <<< 138029 1726888001.25774: 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' <<< 138029 1726888001.25784: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558a3e60> import '_collections' # <<< 138029 1726888001.25839: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355883a70> <<< 138029 1726888001.25851: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888001.25878: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558811c0> <<< 138029 1726888001.25972: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355870f80> <<< 138029 1726888001.26011: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888001.26014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888001.26107: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888001.26115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888001.26236: 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 0x7fc3558c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558c6420> <<< 138029 1726888001.26305: 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 0x7fc3558821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558c4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355870200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888001.26393: 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 0x7fc3558f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888001.26511: 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 0x7fc3558f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355866d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 <<< 138029 1726888001.26557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558f92b0> 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 0x7fc3558fa4e0> import 'importlib.util' # <<< 138029 1726888001.26614: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888001.26651: 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 0x7fc3559106e0> <<< 138029 1726888001.26688: 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' <<< 138029 1726888001.26727: 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 0x7fc355911dc0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888001.26818: 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' <<< 138029 1726888001.26875: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355912c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc355913260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355912180> <<< 138029 1726888001.26895: 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 0x7fc355913ce0> <<< 138029 1726888001.26932: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355913410> <<< 138029 1726888001.26999: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558fa450> # /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' <<< 138029 1726888001.27028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888001.27088: 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 0x7fc355697b30> <<< 138029 1726888001.27147: 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 0x7fc3556c0680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3556c03e0> <<< 138029 1726888001.27154: 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 0x7fc3556c06b0> <<< 138029 1726888001.27221: 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' <<< 138029 1726888001.27295: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888001.27376: 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 0x7fc3556c0fe0> <<< 138029 1726888001.27504: 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 0x7fc3556c1910> <<< 138029 1726888001.27507: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3556c0890> <<< 138029 1726888001.27547: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355695cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888001.27583: 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' <<< 138029 1726888001.27605: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3556c2c00> <<< 138029 1726888001.27620: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3556c0b30> <<< 138029 1726888001.27665: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558fac00> <<< 138029 1726888001.27681: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888001.27739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888001.27758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888001.27797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888001.27812: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3556eef30> <<< 138029 1726888001.27879: 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' <<< 138029 1726888001.27918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888001.27934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888001.27977: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3557172c0> <<< 138029 1726888001.27986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888001.28037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888001.28082: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888001.28126: 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' <<< 138029 1726888001.28140: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35573ffe0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888001.28166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888001.28191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888001.28232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888001.28317: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355772780> <<< 138029 1726888001.28392: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355770140> <<< 138029 1726888001.28457: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355717f50> <<< 138029 1726888001.28506: 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 0x7fc3555790d0> <<< 138029 1726888001.28517: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3557160c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3556c3b30> <<< 138029 1726888001.28653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc355579310> <<< 138029 1726888001.28885: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_k1xy05bv/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 138029 1726888001.29081: 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 <<< 138029 1726888001.29185: 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 0x7fc3555cee10> import '_typing' # <<< 138029 1726888001.29568: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3555add00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3555ace90> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888001.30788: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.31889: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888001.31914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3555cd100> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888001.31943: 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 <<< 138029 1726888001.31977: 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 <<< 138029 1726888001.31996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888001.32204: 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 0x7fc3555fa7b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3555fa540> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3555f9e50> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fc3555fa690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558829c0> 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 0x7fc3555fb530> <<< 138029 1726888001.32228: 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 0x7fc3555fb770> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888001.32278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888001.32291: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888001.32331: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3555fbc20> <<< 138029 1726888001.32347: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888001.32367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888001.32384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888001.32428: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f19a00> <<< 138029 1726888001.32450: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888001.32477: 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 0x7fc354f1b5f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888001.32494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888001.32524: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f1bfb0> <<< 138029 1726888001.32551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888001.32591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888001.32594: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f21190> <<< 138029 1726888001.32611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888001.32661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888001.32794: 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' <<< 138029 1726888001.32797: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f23b60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc355912ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f21e20> <<< 138029 1726888001.32810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888001.32839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888001.32871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888001.32904: 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 <<< 138029 1726888001.32939: 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 <<< 138029 1726888001.32959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f27890> <<< 138029 1726888001.32976: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888001.33066: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f26360> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f260c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888001.33126: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f26630> <<< 138029 1726888001.33157: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f222a0> <<< 138029 1726888001.33177: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888001.33215: 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 0x7fc354f6ba70> <<< 138029 1726888001.33340: 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 0x7fc354f6bd10> # /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 0x7fc354f6d790> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f6d550> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888001.33424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888001.33480: 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 0x7fc354f6fce0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f6de50> <<< 138029 1726888001.33558: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888001.33801: 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 0x7fc354f73470> <<< 138029 1726888001.33981: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f6fe00> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc354f74770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc354f74620> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc354f748c0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f6bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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' <<< 138029 1726888001.33992: 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 0x7fc354f77f50> <<< 138029 1726888001.34160: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888001.34163: 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 0x7fc354e01280> <<< 138029 1726888001.34165: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f766f0> <<< 138029 1726888001.34182: 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 0x7fc354f77aa0> <<< 138029 1726888001.34270: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f76330> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888001.34328: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.34418: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.34436: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888001.34450: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.34468: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.34480: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888001.34649: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.34720: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.35328: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.35793: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888001.35828: 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 <<< 138029 1726888001.35852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888001.35893: 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 0x7fc354e05580> <<< 138029 1726888001.35981: 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' <<< 138029 1726888001.36009: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354e06390> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354e013a0> <<< 138029 1726888001.36059: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888001.36104: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888001.36120: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888001.36266: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.36422: 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 0x7fc354e06b40> <<< 138029 1726888001.36459: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.36900: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.37348: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.37414: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.37501: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888001.37504: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.37558: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.37591: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888001.37602: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.37668: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.37766: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888001.37801: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.37804: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888001.37833: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.37897: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888001.38120: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.38485: 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' # <<< 138029 1726888001.38510: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354e07680> # zipimport: zlib available <<< 138029 1726888001.38670: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.38693: 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 <<< 138029 1726888001.38720: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.38766: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888001.38805: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.39018: 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 <<< 138029 1726888001.39022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888001.39108: 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 0x7fc354e11f10> <<< 138029 1726888001.39143: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354e0cfe0> <<< 138029 1726888001.39175: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888001.39209: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888001.39279: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.39322: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.39344: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.39395: 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' <<< 138029 1726888001.39440: 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' <<< 138029 1726888001.39475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888001.39634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888001.39638: 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' <<< 138029 1726888001.39666: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f02930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35561e600> <<< 138029 1726888001.39779: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354e11f70> <<< 138029 1726888001.39783: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354e016d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888001.39877: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.39906: 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' # <<< 138029 1726888001.39923: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.40478: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.41085: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.41683: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.42353: 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 0x7fc354ea43b0> <<< 138029 1726888001.42405: 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 0x7fc354ea4620> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 138029 1726888001.42432: 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' <<< 138029 1726888001.42477: 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 0x7fc354ea4d10> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea48c0> <<< 138029 1726888001.42568: 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' <<< 138029 1726888001.42852: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea5640> # /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 <<< 138029 1726888001.43026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # 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 0x7fc354e8c890> # /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 0x7fc354e8d4f0> # /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 0x7fc354aba5a0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea6e40> # /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' <<< 138029 1726888001.43065: 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 # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354abd160> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354abbce0> <<< 138029 1726888001.43176: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354abb080> <<< 138029 1726888001.43180: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea62d0> # /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 <<< 138029 1726888001.43240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 138029 1726888001.43283: 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' <<< 138029 1726888001.43299: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354b290d0> <<< 138029 1726888001.43665: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ae1220> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea6810> # /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 0x7fc354b30b60> <<< 138029 1726888001.43714: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354b2aea0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ae0d10> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea59a0> <<< 138029 1726888001.43745: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea56d0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea53d0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea4680> <<< 138029 1726888001.43921: 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 0x7fc354ea5670> # /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 0x7fc354b31100> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea5790> # /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' <<< 138029 1726888001.44032: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354b31850> # /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' <<< 138029 1726888001.44266: 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' # 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 0x7fc354b34530> <<< 138029 1726888001.44441: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354b156d0> <<< 138029 1726888001.44509: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354b328a0> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 138029 1726888001.44512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 138029 1726888001.44539: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354b15100> <<< 138029 1726888001.44612: 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' <<< 138029 1726888001.44619: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354b4e390> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 138029 1726888001.44658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354b4f050> <<< 138029 1726888001.44719: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354b4eae0> <<< 138029 1726888001.44832: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 138029 1726888001.45061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354b4f320> # /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' <<< 138029 1726888001.45111: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354b23a70> <<< 138029 1726888001.45145: 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' <<< 138029 1726888001.45173: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354a41e80> <<< 138029 1726888001.45219: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.45410: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # # zipimport: zlib available <<< 138029 1726888001.45491: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.45589: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888001.45626: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.45651: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.45717: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 138029 1726888001.45737: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.45848: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.45969: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 138029 1726888001.46047: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888001.46525: 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' <<< 138029 1726888001.46559: 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' <<< 138029 1726888001.46588: 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 0x7fc354786db0> <<< 138029 1726888001.46614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888001.46652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888001.46781: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354786ed0> <<< 138029 1726888001.46813: 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' <<< 138029 1726888001.46848: 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' <<< 138029 1726888001.46904: 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 0x7fc3547d7080> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3547d68d0> <<< 138029 1726888001.46919: 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 0x7fc3547d6ab0> <<< 138029 1726888001.46970: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354787410> <<< 138029 1726888001.47004: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354785e80> <<< 138029 1726888001.47016: 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 0x7fc354786ab0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 138029 1726888001.47091: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 138029 1726888001.47121: 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' <<< 138029 1726888001.47153: 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' <<< 138029 1726888001.47295: 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 0x7fc3548506b0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354850290> <<< 138029 1726888001.47319: 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 <<< 138029 1726888001.47360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 138029 1726888001.47419: 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 0x7fc354853f80> <<< 138029 1726888001.47452: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354850800> <<< 138029 1726888001.47477: 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 <<< 138029 1726888001.47554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 138029 1726888001.48562: 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 0x7fc35433af00> <<< 138029 1726888001.48653: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354853da0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py <<< 138029 1726888001.48916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 138029 1726888001.48935: 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 0x7fc3543b8c80> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35433b530> # /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' <<< 138029 1726888001.49014: 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 0x7fc3543bbc20> <<< 138029 1726888001.49043: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3543b8dd0> <<< 138029 1726888001.49073: 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 <<< 138029 1726888001.49115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888001.49196: 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 0x7fc3543f7e00> <<< 138029 1726888001.49252: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3543bbf50> <<< 138029 1726888001.49281: 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' <<< 138029 1726888001.49367: 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 0x7fc3529b1130> <<< 138029 1726888001.49391: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529b0530> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3547f3dd0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 138029 1726888001.49476: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 138029 1726888001.49511: 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' <<< 138029 1726888001.49538: 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 0x7fc3529d0620> <<< 138029 1726888001.49602: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529b3a70> <<< 138029 1726888001.49615: 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' <<< 138029 1726888001.49770: 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' <<< 138029 1726888001.49780: 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 0x7fc3529d2c00> # /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' <<< 138029 1726888001.49797: 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 0x7fc3529d3b00> # /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' <<< 138029 1726888001.50203: 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 0x7fc3529fc410> <<< 138029 1726888001.50303: 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 0x7fc3529fd8e0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529d3d40> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529d2ab0> <<< 138029 1726888001.50342: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529d2450> <<< 138029 1726888001.50437: 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' <<< 138029 1726888001.50470: 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 0x7fc3529ff4d0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529d26c0> <<< 138029 1726888001.50527: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529d08c0> <<< 138029 1726888001.50589: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529b3080> <<< 138029 1726888001.50593: 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' <<< 138029 1726888001.50719: 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 0x7fc3529b37a0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529b3500> <<< 138029 1726888001.50791: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529b1280> <<< 138029 1726888001.50795: 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 0x7fc352a38b60> <<< 138029 1726888001.50826: 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' <<< 138029 1726888001.50950: 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' <<< 138029 1726888001.50954: 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' <<< 138029 1726888001.50966: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a3b080> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888001.51099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a3b860> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a3a390> # /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' <<< 138029 1726888001.51117: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a600b0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a38b30> # /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' <<< 138029 1726888001.51166: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 138029 1726888001.51281: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a61af0> <<< 138029 1726888001.51285: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a61070> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a60e90> <<< 138029 1726888001.51327: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888001.51428: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 138029 1726888001.51431: 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 0x7fc35232cb00> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 138029 1726888001.51477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 138029 1726888001.51536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888001.51623: 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 <<< 138029 1726888001.51647: 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 0x7fc35235aba0> # 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 0x7fc35235af00> <<< 138029 1726888001.51684: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35232ee10> <<< 138029 1726888001.51738: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35232cfb0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a63fb0> <<< 138029 1726888001.51825: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a62240> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a61fa0> <<< 138029 1726888001.51848: 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' <<< 138029 1726888001.52008: 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 0x7fc3523949b0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35235bad0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a62780> # /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' <<< 138029 1726888001.52035: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352395070> # /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 0x7fc352395430> <<< 138029 1726888001.52072: 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 0x7fc3523954f0> <<< 138029 1726888001.52119: 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 0x7fc352395610> <<< 138029 1726888001.52122: 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 <<< 138029 1726888001.52176: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 138029 1726888001.52181: 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 <<< 138029 1726888001.52228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 138029 1726888001.52501: 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 0x7fc3523b41d0> <<< 138029 1726888001.52505: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352396300> # /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 0x7fc3523b42f0> # /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 0x7fc3523b43e0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352395460> # /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 0x7fc3523b4590> # /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 <<< 138029 1726888001.52547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888001.52571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888001.52653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888001.52680: 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' <<< 138029 1726888001.52722: 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 0x7fc3523dff80> <<< 138029 1726888001.52747: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3523df3e0> <<< 138029 1726888001.52825: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3523dde50> <<< 138029 1726888001.52954: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3523b5d90> <<< 138029 1726888001.52987: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3523b51f0> <<< 138029 1726888001.53022: 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 0x7fc3523b7170> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py <<< 138029 1726888001.53175: 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 0x7fc355913bc0> # /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 0x7fc35241c7d0> # /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 0x7fc35241ca10> # /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' <<< 138029 1726888001.53207: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35241d340> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35241cdd0> <<< 138029 1726888001.53272: 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 0x7fc35241e240> <<< 138029 1726888001.53296: stdout chunk (state=3): >>>import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3547d71d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354785df0> <<< 138029 1726888001.53918: 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' <<< 138029 1726888001.53954: 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 0x7fc35241ef60> # /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' <<< 138029 1726888001.53973: 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 <<< 138029 1726888001.54027: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 138029 1726888001.54119: 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 0x7fc3521f3a10> <<< 138029 1726888001.54154: 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' <<< 138029 1726888001.54272: 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 0x7fc352215a30> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3522155e0> <<< 138029 1726888001.54305: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888001.54400: 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 0x7fc3547d6840> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3522144d0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3521f3d10> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3521f0a70> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py <<< 138029 1726888001.54549: 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 0x7fc3521f3800> <<< 138029 1726888001.54603: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35222b050> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352229b80> <<< 138029 1726888001.54621: 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 0x7fc352250830> <<< 138029 1726888001.54695: 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' <<< 138029 1726888001.54698: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352250b30> # /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 <<< 138029 1726888001.54788: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352250da0> # /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' <<< 138029 1726888001.54792: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352251040> <<< 138029 1726888001.55109: 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 <<< 138029 1726888001.55114: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 138029 1726888001.55145: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352251730> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352251580> # /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 0x7fc352252f90> # /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 0x7fc352253110> # /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 0x7fc352253350> # /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 0x7fc3522682f0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352253b30> # /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' <<< 138029 1726888001.55175: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352268500> <<< 138029 1726888001.55257: 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 0x7fc3522692b0> <<< 138029 1726888001.55260: 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 0x7fc352269490> <<< 138029 1726888001.55286: 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' <<< 138029 1726888001.55334: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352269760> # /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' <<< 138029 1726888001.55384: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35226a660> # /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 <<< 138029 1726888001.55426: 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 0x7fc35226a8d0> # /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 <<< 138029 1726888001.55482: 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 0x7fc35226aae0> # /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' <<< 138029 1726888001.55525: 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 0x7fc35226b6e0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35226b200> <<< 138029 1726888001.55621: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352290590> <<< 138029 1726888001.55717: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35226be90> # /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 0x7fc3522911c0> <<< 138029 1726888001.55800: 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 0x7fc3522914c0> # /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 <<< 138029 1726888001.55876: 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 0x7fc352292420> # /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 0x7fc3522926c0> <<< 138029 1726888001.55932: 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 0x7fc352292870> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35241f3b0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35241f140> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35241e870> <<< 138029 1726888001.55935: 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' <<< 138029 1726888001.56083: 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' <<< 138029 1726888001.56086: 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 0x7fc352293230> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352292f60> # /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' <<< 138029 1726888001.56090: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888001.56107: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 138029 1726888001.56136: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 138029 1726888001.56216: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3522b96a0> <<< 138029 1726888001.56219: 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' <<< 138029 1726888001.56376: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888001.56381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 138029 1726888001.56383: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3522bade0> <<< 138029 1726888001.56510: 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 0x7fc3522b9fd0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3522b9bb0> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 138029 1726888001.56513: 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 0x7fc35200c6b0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc351ff7aa0> <<< 138029 1726888001.56568: 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 <<< 138029 1726888001.56639: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py <<< 138029 1726888001.56727: 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 0x7fc35200f5f0> # /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 0x7fc35200fef0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py <<< 138029 1726888001.56754: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 138029 1726888001.56836: stdout chunk (state=3): >>># destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35200cd40> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35200ca10> <<< 138029 1726888001.56885: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352293500> # /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 0x7fc3522b9220> <<< 138029 1726888001.57050: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352293260> <<< 138029 1726888001.57053: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35241f110> # /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 0x7fc3520360c0> # /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' <<< 138029 1726888001.57086: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352036960> # /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 0x7fc352037980> <<< 138029 1726888001.57127: 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 <<< 138029 1726888001.57276: 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 0x7fc352037fb0> <<< 138029 1726888001.57280: 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' <<< 138029 1726888001.57282: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888001.57701: 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 0x7fc352061670> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352061040> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352060d10> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3520609b0> # /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 0x7fc352060d70> # /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' <<< 138029 1726888001.57705: 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 0x7fc3520633b0> # /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 0x7fc352063410> # /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' <<< 138029 1726888001.57817: 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 0x7fc352063b30> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3520639b0> <<< 138029 1726888001.57845: 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' <<< 138029 1726888001.57864: 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 <<< 138029 1726888001.57889: 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 <<< 138029 1726888001.58243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352092120> # /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 0x7fc352093350> # /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 0x7fc3520935c0> # /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' <<< 138029 1726888001.58247: 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 0x7fc352093710> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352093560> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352092e10> <<< 138029 1726888001.58249: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3520922a0> <<< 138029 1726888001.58284: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352091550> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352090ad0> <<< 138029 1726888001.58302: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352090380> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352062ea0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352062390> <<< 138029 1726888001.58409: 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 0x7fc3520930b0> # /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 0x7fc352093b60> <<< 138029 1726888001.58434: 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 0x7fc3520bc440> <<< 138029 1726888001.58473: 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 <<< 138029 1726888001.58505: 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 0x7fc3520bc7a0> <<< 138029 1726888001.58508: 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 <<< 138029 1726888001.58535: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 138029 1726888001.58545: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3520bd0d0> <<< 138029 1726888001.58629: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3520bdc40> <<< 138029 1726888001.71035: 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}}} <<< 138029 1726888001.72175: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 138029 1726888001.72179: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888001.72644: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888001.72703: 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 <<< 138029 1726888001.72883: 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # 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 <<< 138029 1726888001.72974: stdout chunk (state=3): >>># 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<<< 138029 1726888001.73044: stdout chunk (state=3): >>> 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 <<< 138029 1726888001.73505: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath <<< 138029 1726888001.73538: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 138029 1726888001.73619: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy distro.distro <<< 138029 1726888001.73690: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 138029 1726888001.73719: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal <<< 138029 1726888001.73737: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli <<< 138029 1726888001.73809: stdout chunk (state=3): >>># destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction <<< 138029 1726888001.73914: stdout chunk (state=3): >>># 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 <<< 138029 1726888001.73961: stdout chunk (state=3): >>># destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 138029 1726888001.73987: 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 <<< 138029 1726888001.74098: stdout chunk (state=3): >>># destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket <<< 138029 1726888001.74129: 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 <<< 138029 1726888001.74144: 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 # 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 <<< 138029 1726888001.74217: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 <<< 138029 1726888001.74277: stdout chunk (state=3): >>># cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # 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 <<< 138029 1726888001.74735: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888001.74769: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888001.74874: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888001.74906: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg # destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 138029 1726888001.74925: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex <<< 138029 1726888001.74961: stdout chunk (state=3): >>># destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib <<< 138029 1726888001.75011: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 138029 1726888001.75089: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm <<< 138029 1726888001.75126: 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 <<< 138029 1726888001.75187: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 138029 1726888001.75235: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 138029 1726888001.75245: stdout chunk (state=3): >>># destroy _ssl <<< 138029 1726888001.75298: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888001.75426: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888001.75460: stdout chunk (state=3): >>># destroy re # destroy _random <<< 138029 1726888001.75474: stdout chunk (state=3): >>># destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726888001.76364: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888001.76439: stdout chunk (state=3): >>><<< 138029 1726888001.76443: stderr chunk (state=3): >>><<< 138029 1726888001.76838: _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 0x7fc355a183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3559e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355a1a960> 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 0x7fc35582cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fc35582dfd0> 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 0x7fc355873dd0> # /usr/lib64/python3.12/__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 0x7fc355873fe0> # /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 0x7fc3558a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355883a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355870f80> # /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 0x7fc3558c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558c4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355870200> # /usr/lib64/python3.12/__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 0x7fc3558f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3558f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355866d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fc3558f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558f92b0> 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 0x7fc3558fa4e0> 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 0x7fc3559106e0> 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 0x7fc355911dc0> # /usr/lib64/python3.12/__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 0x7fc355912c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc355913260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355912180> # /usr/lib64/python3.12/__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 0x7fc355913ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355913410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558fa450> # /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 0x7fc355697b30> # /usr/lib64/python3.12/__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 0x7fc3556c0680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3556c03e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3556c06b0> # /usr/lib64/python3.12/__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 0x7fc3556c0fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3556c1910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3556c0890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355695cd0> # /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 0x7fc3556c2c00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3556c0b30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558fac00> # /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 0x7fc3556eef30> # /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 0x7fc3557172c0> # /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 0x7fc35573ffe0> # /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 0x7fc355772780> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355770140> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc355717f50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3555790d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3557160c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3556c3b30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc355579310> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_k1xy05bv/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 0x7fc3555cee10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3555add00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3555ace90> # 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 0x7fc3555cd100> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fc3555fa7b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3555fa540> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3555f9e50> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fc3555fa690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3558829c0> 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 0x7fc3555fb530> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3555fb770> # /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 0x7fc3555fbc20> 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 0x7fc354f19a00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc354f1b5f0> # /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 0x7fc354f1bfb0> # /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 0x7fc354f21190> # /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 0x7fc354f23b60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc355912ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f21e20> # /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 0x7fc354f27890> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f26360> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f260c0> # /usr/lib64/python3.12/__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 0x7fc354f26630> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f222a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc354f6ba70> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f6bd10> # /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 0x7fc354f6d790> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f6d550> # /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 0x7fc354f6fce0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f6de50> # /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 0x7fc354f73470> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f6fe00> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc354f74770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc354f74620> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc354f748c0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f6bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fc354f77f50> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc354e01280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f766f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc354f77aa0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354f76330> # 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 0x7fc354e05580> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fc354e06390> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354e013a0> 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 0x7fc354e06b40> # 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 0x7fc354e07680> # 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 0x7fc354e11f10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354e0cfe0> 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 0x7fc354f02930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35561e600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354e11f70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354e016d0> # 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 0x7fc354ea43b0> # /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 0x7fc354ea4620> # /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 0x7fc354ea4d10> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea48c0> # /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 0x7fc354ea5640> # /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 0x7fc354e8c890> # /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 0x7fc354e8d4f0> # /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 0x7fc354aba5a0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea6e40> # /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 0x7fc354abd160> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354abbce0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354abb080> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea62d0> # /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 0x7fc354b290d0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ae1220> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea6810> # /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 0x7fc354b30b60> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354b2aea0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ae0d10> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea59a0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea56d0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea53d0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea4680> # /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 0x7fc354ea5670> # /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 0x7fc354b31100> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354ea5790> # /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 0x7fc354b31850> # /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 0x7fc354b34530> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354b156d0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354b328a0> # /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 0x7fc354b15100> # /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 0x7fc354b4e390> # /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 0x7fc354b4f050> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354b4eae0> # /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 0x7fc354b4f320> # /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 0x7fc354b23a70> # /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 0x7fc354a41e80> # 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 0x7fc354786db0> # /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 0x7fc354786ed0> # /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 0x7fc3547d7080> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3547d68d0> # 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 0x7fc3547d6ab0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354787410> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354785e80> # /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 0x7fc354786ab0> # /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 0x7fc3548506b0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354850290> # /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 0x7fc354853f80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354850800> # /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 0x7fc35433af00> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354853da0> # /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 0x7fc3543b8c80> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35433b530> # /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 0x7fc3543bbc20> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3543b8dd0> # /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 0x7fc3543f7e00> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3543bbf50> # /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 0x7fc3529b1130> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529b0530> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3547f3dd0> # /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 0x7fc3529d0620> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529b3a70> # /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 0x7fc3529d2c00> # /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 0x7fc3529d3b00> # /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 0x7fc3529fc410> # /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 0x7fc3529fd8e0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529d3d40> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529d2ab0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529d2450> # /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 0x7fc3529ff4d0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529d26c0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529d08c0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529b3080> # /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 0x7fc3529b37a0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529b3500> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3529b1280> # /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 0x7fc352a38b60> # /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 0x7fc352a3b080> # /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 0x7fc352a3b860> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a3a390> # /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 0x7fc352a600b0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a38b30> # /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 0x7fc352a61af0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a61070> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a60e90> # /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 0x7fc35232cb00> # /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 0x7fc35235aba0> # 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 0x7fc35235af00> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35232ee10> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35232cfb0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a63fb0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a62240> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a61fa0> # /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 0x7fc3523949b0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35235bad0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352a62780> # /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 0x7fc352395070> # /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 0x7fc352395430> # /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 0x7fc3523954f0> # /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 0x7fc352395610> # /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 0x7fc3523b41d0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352396300> # /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 0x7fc3523b42f0> # /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 0x7fc3523b43e0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352395460> # /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 0x7fc3523b4590> # /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 0x7fc3523dff80> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3523df3e0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3523dde50> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3523b5d90> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3523b51f0> # /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 0x7fc3523b7170> # /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 0x7fc355913bc0> # /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 0x7fc35241c7d0> # /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 0x7fc35241ca10> # /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 0x7fc35241d340> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35241cdd0> # /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 0x7fc35241e240> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3547d71d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc354785df0> # /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 0x7fc35241ef60> # /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 0x7fc3521f3a10> # /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 0x7fc352215a30> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3522155e0> # 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 0x7fc3547d6840> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3522144d0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3521f3d10> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3521f0a70> # /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 0x7fc3521f3800> # /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 0x7fc35222b050> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352229b80> # /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 0x7fc352250830> # /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 0x7fc352250b30> # /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 0x7fc352250da0> # /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 0x7fc352251040> # /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 0x7fc352251730> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352251580> # /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 0x7fc352252f90> # /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 0x7fc352253110> # /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 0x7fc352253350> # /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 0x7fc3522682f0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352253b30> # /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 0x7fc352268500> # /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 0x7fc3522692b0> # /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 0x7fc352269490> # /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 0x7fc352269760> # /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 0x7fc35226a660> # /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 0x7fc35226a8d0> # /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 0x7fc35226aae0> # /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 0x7fc35226b6e0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35226b200> # /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 0x7fc352290590> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35226be90> # /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 0x7fc3522911c0> # /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 0x7fc3522914c0> # /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 0x7fc352292420> # /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 0x7fc3522926c0> # /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 0x7fc352292870> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35241f3b0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35241f140> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35241e870> # /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 0x7fc352293230> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352292f60> # /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 0x7fc3522b96a0> # /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 0x7fc3522bade0> # 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 0x7fc3522b9fd0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3522b9bb0> # /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 0x7fc35200c6b0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc351ff7aa0> # /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 0x7fc35200f5f0> # /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 0x7fc35200fef0> # /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 0x7fc35200cd40> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35200ca10> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352293500> # /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 0x7fc3522b9220> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352293260> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc35241f110> # /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 0x7fc3520360c0> # /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 0x7fc352036960> # /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 0x7fc352037980> # /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 0x7fc352037fb0> # /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 0x7fc352061670> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352061040> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352060d10> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3520609b0> # /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 0x7fc352060d70> # /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 0x7fc3520633b0> # /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 0x7fc352063410> # /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 0x7fc352063b30> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3520639b0> # /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 0x7fc352092120> # /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 0x7fc352093350> # /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 0x7fc3520935c0> # /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 0x7fc352093710> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352093560> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352092e10> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3520922a0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352091550> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352090ad0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352090380> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352062ea0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc352062390> # /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 0x7fc3520930b0> # /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 0x7fc352093b60> # /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 0x7fc3520bc440> # /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 0x7fc3520bc7a0> # /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 0x7fc3520bd0d0> # /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 0x7fc3520bdc40> {"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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888001.79561: 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-1726888001.0824223-138591-164932227637348/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888001.79565: _low_level_execute_command(): starting 138029 1726888001.79567: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888001.0824223-138591-164932227637348/ > /dev/null 2>&1 && sleep 0' 138029 1726888001.79570: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888001.79576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888001.79580: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888001.79586: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888001.79589: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888001.79592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888001.79594: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888001.79596: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888001.81232: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888001.81261: stderr chunk (state=3): >>><<< 138029 1726888001.81266: stdout chunk (state=3): >>><<< 138029 1726888001.81433: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888001.81436: handler run complete 138029 1726888001.81438: attempt loop complete, returning result 138029 1726888001.81440: _execute() done 138029 1726888001.81441: dumping result to json 138029 1726888001.81443: done dumping result, returning 138029 1726888001.81444: done running TaskExecutor() for managed_node3/TASK: Ensure test packages [0affc8a3-6f6f-5a58-73a2-0000000001a8] 138029 1726888001.81446: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000001a8 138029 1726888001.81512: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000001a8 138029 1726888001.81517: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 138029 1726888001.81836: no more pending results, returning what we have 138029 1726888001.81839: results queue empty 138029 1726888001.81840: checking for any_errors_fatal 138029 1726888001.81842: done checking for any_errors_fatal 138029 1726888001.81843: checking for max_fail_percentage 138029 1726888001.81844: done checking for max_fail_percentage 138029 1726888001.81845: checking to see if all hosts have failed and the running result is not ok 138029 1726888001.81845: done checking to see if all hosts have failed 138029 1726888001.81846: getting the remaining hosts for this loop 138029 1726888001.81848: done getting the remaining hosts for this loop 138029 1726888001.81852: getting the next task for host managed_node3 138029 1726888001.81858: done getting next task for host managed_node3 138029 1726888001.81861: ^ task is: TASK: Find unused disks in the system 138029 1726888001.81866: ^ 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 138029 1726888001.81870: getting variables 138029 1726888001.81871: in VariableManager get_vars() 138029 1726888001.81898: Calling all_inventory to load vars for managed_node3 138029 1726888001.81901: Calling groups_inventory to load vars for managed_node3 138029 1726888001.81904: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888001.81912: Calling all_plugins_play to load vars for managed_node3 138029 1726888001.81915: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888001.81918: Calling groups_plugins_play to load vars for managed_node3 138029 1726888001.83005: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888001.83612: done with get_vars() 138029 1726888001.83628: 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:06:41 -0400 (0:00:00.823) 0:00:14.560 ****** 138029 1726888001.83714: entering _queue_task() for managed_node3/fedora.linux_system_roles.find_unused_disk 138029 1726888001.83716: Creating lock for fedora.linux_system_roles.find_unused_disk 138029 1726888001.84119: worker is 1 (out of 1 available) 138029 1726888001.84130: exiting _queue_task() for managed_node3/fedora.linux_system_roles.find_unused_disk 138029 1726888001.84140: done queuing things up, now waiting for results queue to drain 138029 1726888001.84141: waiting for pending results... 138029 1726888001.84573: running TaskExecutor() for managed_node3/TASK: Find unused disks in the system 138029 1726888001.84579: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000001a9 138029 1726888001.84582: variable 'ansible_search_path' from source: unknown 138029 1726888001.84585: calling self._execute() 138029 1726888001.84589: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888001.84592: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888001.84595: variable 'omit' from source: magic vars 138029 1726888001.84707: variable 'omit' from source: magic vars 138029 1726888001.84749: variable 'omit' from source: magic vars 138029 1726888001.85014: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888001.87619: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888001.87701: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888001.87745: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888001.87813: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888001.87861: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888001.87950: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888001.88018: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888001.88027: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888001.88079: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888001.88105: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888001.88252: variable 'omit' from source: magic vars 138029 1726888001.88372: variable 'omit' from source: magic vars 138029 1726888001.88499: variable 'max_return' from source: include params 138029 1726888001.88660: variable 'omit' from source: magic vars 138029 1726888001.88668: variable 'omit' from source: magic vars 138029 1726888001.88735: variable 'omit' from source: magic vars 138029 1726888001.88767: variable 'omit' from source: magic vars 138029 1726888001.88811: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888001.88844: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888001.88876: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888001.88907: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888001.88921: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888001.88942: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888001.88974: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888001.89014: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888001.89023: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888001.89115: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888001.89174: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888001.89185: Set connection var ansible_timeout to 10 138029 1726888001.89194: Set connection var ansible_pipelining to False 138029 1726888001.89200: Set connection var ansible_shell_type to sh 138029 1726888001.89206: Set connection var ansible_connection to ssh 138029 1726888001.89224: Set connection var ansible_shell_executable to /bin/sh 138029 1726888001.89258: variable 'ansible_shell_executable' from source: unknown 138029 1726888001.89269: variable 'ansible_connection' from source: unknown 138029 1726888001.89277: variable 'ansible_module_compression' from source: unknown 138029 1726888001.89284: variable 'ansible_shell_type' from source: unknown 138029 1726888001.89290: variable 'ansible_shell_executable' from source: unknown 138029 1726888001.89296: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888001.89304: variable 'ansible_pipelining' from source: unknown 138029 1726888001.89310: variable 'ansible_timeout' from source: unknown 138029 1726888001.89317: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888001.89467: 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) 138029 1726888001.89490: variable 'omit' from source: magic vars 138029 1726888001.89550: starting attempt loop 138029 1726888001.89553: running the handler 138029 1726888001.89557: _low_level_execute_command(): starting 138029 1726888001.89560: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888001.90338: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888001.90352: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888001.90439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888001.90526: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888001.90576: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888001.92245: stdout chunk (state=3): >>>/root <<< 138029 1726888001.92373: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888001.92409: stderr chunk (state=3): >>><<< 138029 1726888001.92421: stdout chunk (state=3): >>><<< 138029 1726888001.92448: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888001.92478: _low_level_execute_command(): starting 138029 1726888001.92592: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888001.9246607-138644-165071888790371 `" && echo ansible-tmp-1726888001.9246607-138644-165071888790371="` echo /root/.ansible/tmp/ansible-tmp-1726888001.9246607-138644-165071888790371 `" ) && sleep 0' 138029 1726888001.93530: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888001.93574: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888001.93666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888001.93808: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888001.93827: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888001.93917: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888001.95807: stdout chunk (state=3): >>>ansible-tmp-1726888001.9246607-138644-165071888790371=/root/.ansible/tmp/ansible-tmp-1726888001.9246607-138644-165071888790371 <<< 138029 1726888001.95957: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888001.95985: stdout chunk (state=3): >>><<< 138029 1726888001.95989: stderr chunk (state=3): >>><<< 138029 1726888001.96005: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888001.9246607-138644-165071888790371=/root/.ansible/tmp/ansible-tmp-1726888001.9246607-138644-165071888790371 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888001.96068: variable 'ansible_module_compression' from source: unknown 138029 1726888001.96161: ANSIBALLZ: Using lock for fedora.linux_system_roles.find_unused_disk 138029 1726888001.96164: ANSIBALLZ: Acquiring lock 138029 1726888001.96166: ANSIBALLZ: Lock acquired: 140373968698016 138029 1726888001.96168: ANSIBALLZ: Creating module 138029 1726888002.13973: ANSIBALLZ: Writing module into payload 138029 1726888002.14062: ANSIBALLZ: Writing module 138029 1726888002.14087: ANSIBALLZ: Renaming module 138029 1726888002.14208: ANSIBALLZ: Done creating module 138029 1726888002.14211: variable 'ansible_facts' from source: unknown 138029 1726888002.14225: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888001.9246607-138644-165071888790371/AnsiballZ_find_unused_disk.py 138029 1726888002.14450: Sending initial data 138029 1726888002.14453: Sent initial data (167 bytes) 138029 1726888002.15088: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888002.15138: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888002.15153: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888002.15177: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888002.15279: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888002.16965: 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 <<< 138029 1726888002.17101: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888002.17201: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpap66zl4v /root/.ansible/tmp/ansible-tmp-1726888001.9246607-138644-165071888790371/AnsiballZ_find_unused_disk.py <<< 138029 1726888002.17204: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888001.9246607-138644-165071888790371/AnsiballZ_find_unused_disk.py" <<< 138029 1726888002.17362: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpap66zl4v" to remote "/root/.ansible/tmp/ansible-tmp-1726888001.9246607-138644-165071888790371/AnsiballZ_find_unused_disk.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888001.9246607-138644-165071888790371/AnsiballZ_find_unused_disk.py" <<< 138029 1726888002.18830: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888002.18839: stdout chunk (state=3): >>><<< 138029 1726888002.18849: stderr chunk (state=3): >>><<< 138029 1726888002.18886: done transferring module to remote 138029 1726888002.19198: _low_level_execute_command(): starting 138029 1726888002.19205: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888001.9246607-138644-165071888790371/ /root/.ansible/tmp/ansible-tmp-1726888001.9246607-138644-165071888790371/AnsiballZ_find_unused_disk.py && sleep 0' 138029 1726888002.19759: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888002.19791: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888002.19810: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888002.19826: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888002.19897: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888002.21921: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888002.21925: stdout chunk (state=3): >>><<< 138029 1726888002.21928: stderr chunk (state=3): >>><<< 138029 1726888002.21930: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888002.21933: _low_level_execute_command(): starting 138029 1726888002.21935: _low_level_execute_command(): using become for this command 138029 1726888002.21938: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-bvozflaimrajhqqqdhlefunyszzpkcmi ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888001.9246607-138644-165071888790371/AnsiballZ_find_unused_disk.py'"'"' && sleep 0' 138029 1726888002.22213: Initial state: awaiting_escalation: BECOME-SUCCESS-bvozflaimrajhqqqdhlefunyszzpkcmi 138029 1726888002.22661: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888002.22709: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888002.22772: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888002.25694: stdout chunk (state=1): >>>BECOME-SUCCESS-bvozflaimrajhqqqdhlefunyszzpkcmi <<< 138029 1726888002.25699: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-bvozflaimrajhqqqdhlefunyszzpkcmi' 138029 1726888002.25948: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 138029 1726888002.25975: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888002.26163: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888002.26199: 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' <<< 138029 1726888002.26277: 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 <<< 138029 1726888002.26293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888002.26305: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd06183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd05e7a10> <<< 138029 1726888002.26337: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888002.26389: 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 0x7f4cd061a960> import '_signal' # <<< 138029 1726888002.26402: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888002.26425: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888002.26624: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888002.26628: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 138029 1726888002.26650: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages <<< 138029 1726888002.26661: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888002.26729: 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' <<< 138029 1726888002.26742: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0408fe0> <<< 138029 1726888002.26967: 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 <<< 138029 1726888002.26971: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888002.26974: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0409fd0> <<< 138029 1726888002.26990: 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. <<< 138029 1726888002.27098: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888002.27124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888002.27130: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888002.27140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888002.27152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888002.27278: 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 0x7f4cd0447dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888002.27330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888002.27343: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0447fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888002.27367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888002.27392: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888002.27443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888002.27466: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888002.27482: 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' <<< 138029 1726888002.27521: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd047f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd047fe30> <<< 138029 1726888002.27633: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888002.27637: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd045faa0> <<< 138029 1726888002.27678: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd045d1c0> <<< 138029 1726888002.27718: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0444f80> <<< 138029 1726888002.27746: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888002.27770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888002.27873: 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' <<< 138029 1726888002.27891: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04a3710> <<< 138029 1726888002.27902: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04a2330> <<< 138029 1726888002.27923: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888002.27948: 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 0x7f4cd045e090> <<< 138029 1726888002.27967: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04a0b60> <<< 138029 1726888002.28000: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888002.28019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04d4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0444200> <<< 138029 1726888002.28031: 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' <<< 138029 1726888002.28061: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888002.28086: 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 0x7f4cd04d4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04d4ad0> <<< 138029 1726888002.28114: 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 0x7f4cd04d4e90> <<< 138029 1726888002.28143: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0442d20> <<< 138029 1726888002.28158: 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' <<< 138029 1726888002.28214: 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' <<< 138029 1726888002.28232: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04d5550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04d5220> import 'importlib.machinery' # <<< 138029 1726888002.28262: 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' <<< 138029 1726888002.28281: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04d6450> <<< 138029 1726888002.28303: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888002.28326: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888002.28357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888002.28390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888002.28428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04ec680> import 'errno' # <<< 138029 1726888002.28431: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888002.28464: 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 0x7f4cd04edd90> <<< 138029 1726888002.28487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888002.28490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888002.28516: 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 0x7f4cd04eec00> <<< 138029 1726888002.28559: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888002.28593: 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 0x7f4cd04ef260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04ee150> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888002.28630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888002.28673: 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 0x7f4cd04efce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04ef410> <<< 138029 1726888002.28695: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04d64b0> <<< 138029 1726888002.28718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888002.28744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888002.28777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888002.28808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888002.28821: 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 0x7f4cd026fb60> <<< 138029 1726888002.28882: 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' <<< 138029 1726888002.28886: 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' <<< 138029 1726888002.28906: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cd0298650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd02983b0> <<< 138029 1726888002.28944: 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 0x7f4cd0298680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888002.28956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888002.29008: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888002.29132: 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 0x7f4cd0298fb0> <<< 138029 1726888002.29246: 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 0x7f4cd0299940> <<< 138029 1726888002.29268: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0298860> <<< 138029 1726888002.29298: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd026dd00> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888002.29330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888002.29335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888002.29354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd029acc0> <<< 138029 1726888002.29386: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0299820> <<< 138029 1726888002.29418: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04d6ba0> <<< 138029 1726888002.29421: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888002.29497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888002.29500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888002.29534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888002.29561: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd02c3020> <<< 138029 1726888002.29630: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888002.29634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888002.29673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888002.29676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888002.29736: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd02eb380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888002.29780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888002.29833: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888002.29863: 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 0x7f4cd0348170> <<< 138029 1726888002.29880: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888002.29906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888002.29927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888002.30215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888002.30219: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd034a8d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0348290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0315160> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd014d220> <<< 138029 1726888002.30223: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd02ea180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd029bbf0> <<< 138029 1726888002.30327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888002.30344: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4cd02ea780> <<< 138029 1726888002.30507: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.find_unused_disk_payload_olest9n2/ansible_fedora.linux_system_roles.find_unused_disk_payload.zip' # zipimport: zlib available <<< 138029 1726888002.30644: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.30663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888002.30683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888002.30711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888002.30790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888002.30808: 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' <<< 138029 1726888002.30827: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd019af90> import '_typing' # <<< 138029 1726888002.31000: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd017de80> <<< 138029 1726888002.31026: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd017cfe0> # zipimport: zlib available <<< 138029 1726888002.31039: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888002.31062: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.31093: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888002.31116: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.32489: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.33578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888002.33595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0199280> <<< 138029 1726888002.33618: 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' <<< 138029 1726888002.33635: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888002.33664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888002.33692: 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' <<< 138029 1726888002.33713: 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 0x7f4cd01ce9f0> <<< 138029 1726888002.33738: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd01ce780> <<< 138029 1726888002.33774: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd01ce090> <<< 138029 1726888002.33804: 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' <<< 138029 1726888002.33831: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd01ceae0> <<< 138029 1726888002.33856: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd019bc20> import 'atexit' # <<< 138029 1726888002.33881: 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 0x7f4cd01cf770> <<< 138029 1726888002.33916: 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 0x7f4cd01cf9b0> <<< 138029 1726888002.33937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888002.33974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888002.34003: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888002.34038: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd01cfef0> <<< 138029 1726888002.34056: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888002.34070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888002.34093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888002.34130: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb0dca0> <<< 138029 1726888002.34166: 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 0x7f4ccfb0f8c0> <<< 138029 1726888002.34191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888002.34194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888002.34252: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb102c0> <<< 138029 1726888002.34256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888002.34282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888002.34295: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb11460> <<< 138029 1726888002.34318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888002.34353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888002.34379: 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' <<< 138029 1726888002.34431: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb13f20> <<< 138029 1726888002.34480: 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' <<< 138029 1726888002.34484: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cd0442cc0> <<< 138029 1726888002.34512: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb121e0> <<< 138029 1726888002.34522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888002.34534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888002.34573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888002.34586: 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 <<< 138029 1726888002.34605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888002.34635: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888002.34654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb1be60> <<< 138029 1726888002.34676: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888002.34720: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb1a930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb1a690> <<< 138029 1726888002.34747: 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' <<< 138029 1726888002.34826: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb1ac00> <<< 138029 1726888002.34849: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb126f0> <<< 138029 1726888002.34882: 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 0x7f4ccfb5ff20> <<< 138029 1726888002.34907: 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 0x7f4ccfb60170> <<< 138029 1726888002.34943: 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 <<< 138029 1726888002.34946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888002.34968: 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' <<< 138029 1726888002.35024: 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' <<< 138029 1726888002.35028: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ccfb61d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb61ac0> <<< 138029 1726888002.35045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888002.35129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888002.35185: 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 0x7f4ccfb64260> <<< 138029 1726888002.35189: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb623f0> <<< 138029 1726888002.35203: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888002.35243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888002.35275: 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' <<< 138029 1726888002.35288: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888002.35322: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb67a40> <<< 138029 1726888002.35441: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb64410> <<< 138029 1726888002.35500: 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 0x7f4ccfb68800> <<< 138029 1726888002.35526: 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 0x7f4ccfb68830> <<< 138029 1726888002.35584: 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 0x7f4ccfb68d70> <<< 138029 1726888002.35587: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb60410> <<< 138029 1726888002.35619: 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 <<< 138029 1726888002.35651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888002.35673: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888002.35700: 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 0x7f4ccfbf0410> <<< 138029 1726888002.35848: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888002.35865: 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 0x7f4ccfbf1640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb6aba0> <<< 138029 1726888002.35884: 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 0x7f4ccfb6bf20> <<< 138029 1726888002.35912: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb6a7b0> # zipimport: zlib available <<< 138029 1726888002.35942: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.35953: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888002.36033: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.36122: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.36163: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.36166: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888002.36196: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888002.36302: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.36430: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.36943: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.37487: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888002.37490: 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' # <<< 138029 1726888002.37521: 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' <<< 138029 1726888002.37574: 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 0x7f4ccfbf98e0> <<< 138029 1726888002.37667: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888002.37671: 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 0x7f4ccfbfa5d0> <<< 138029 1726888002.37690: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfbf18e0> <<< 138029 1726888002.37720: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888002.37776: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888002.37787: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888002.37928: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.38183: 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 0x7f4ccfbfa450> # zipimport: zlib available <<< 138029 1726888002.38551: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.38992: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.39059: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.39136: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888002.39283: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.39300: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888002.39387: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 138029 1726888002.39425: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888002.39469: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.39585: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888002.39741: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.39966: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888002.40015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888002.40034: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888002.40090: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfbfb8f0> <<< 138029 1726888002.40144: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.40187: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.40281: 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' # <<< 138029 1726888002.40315: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.40326: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.40389: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888002.40418: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.40523: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.40526: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.40590: 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 <<< 138029 1726888002.40721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888002.40773: 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 0x7f4ccfa063c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfa01220> <<< 138029 1726888002.40787: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888002.40860: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.40907: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.40939: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.40985: 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' <<< 138029 1726888002.41075: 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 <<< 138029 1726888002.41092: 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 <<< 138029 1726888002.41124: 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 <<< 138029 1726888002.41141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888002.41322: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd021ac90> <<< 138029 1726888002.41335: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0216960> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfa06450> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfbf9400> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888002.41368: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.41386: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888002.41442: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888002.41485: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.41535: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 138029 1726888002.41649: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888002.41669: stdout chunk (state=3): >>># 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 <<< 138029 1726888002.41785: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.41982: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888002.42008: 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 <<< 138029 1726888002.42178: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.42206: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888002.42282: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888002.45668: stdout chunk (state=3): >>> {"changed": false, "disks": ["sda", "sdb", "sdc"], "info": ["Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions"], "invocation": {"module_args": {"max_return": 3, "min_size": "0", "max_size": "0", "match_sector_size": false, "with_interface": null}}} <<< 138029 1726888002.45696: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888002.46080: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888002.46108: 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 <<< 138029 1726888002.46140: 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__ <<< 138029 1726888002.46183: stdout chunk (state=3): >>># cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[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 <<< 138029 1726888002.46237: 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 <<< 138029 1726888002.46276: 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 # 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 <<< 138029 1726888002.46525: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888002.46528: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888002.46590: 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 <<< 138029 1726888002.46593: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888002.46648: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888002.46694: 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 <<< 138029 1726888002.46697: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888002.46733: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888002.46747: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888002.46782: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888002.46826: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 138029 1726888002.46875: 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 <<< 138029 1726888002.46896: 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 <<< 138029 1726888002.46910: 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 <<< 138029 1726888002.46947: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 138029 1726888002.46979: 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 <<< 138029 1726888002.47124: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888002.47127: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 138029 1726888002.47153: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888002.47195: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888002.47221: 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 <<< 138029 1726888002.47238: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888002.47338: 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 <<< 138029 1726888002.47376: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 138029 1726888002.47394: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 138029 1726888002.47426: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888002.47964: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888002.47968: stderr chunk (state=3): >>><<< 138029 1726888002.47970: stdout chunk (state=3): >>><<< 138029 1726888002.48024: _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 0x7f4cd06183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd05e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd061a960> 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 0x7f4cd0408fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f4cd0409fd0> 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 0x7f4cd0447dd0> # /usr/lib64/python3.12/__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 0x7f4cd0447fe0> # /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 0x7f4cd047f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd047fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd045faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd045d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0444f80> # /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 0x7f4cd04a3710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04a2330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd045e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04a0b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04d4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0444200> # /usr/lib64/python3.12/__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 0x7f4cd04d4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04d4ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cd04d4e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0442d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f4cd04d5550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04d5220> 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 0x7f4cd04d6450> 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 0x7f4cd04ec680> 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 0x7f4cd04edd90> # /usr/lib64/python3.12/__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 0x7f4cd04eec00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cd04ef260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04ee150> # /usr/lib64/python3.12/__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 0x7f4cd04efce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04ef410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04d64b0> # /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 0x7f4cd026fb60> # /usr/lib64/python3.12/__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 0x7f4cd0298650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd02983b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cd0298680> # /usr/lib64/python3.12/__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 0x7f4cd0298fb0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cd0299940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0298860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd026dd00> # /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 0x7f4cd029acc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0299820> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd04d6ba0> # /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 0x7f4cd02c3020> # /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 0x7f4cd02eb380> # /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 0x7f4cd0348170> # /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 0x7f4cd034a8d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0348290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0315160> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd014d220> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd02ea180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd029bbf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4cd02ea780> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.find_unused_disk_payload_olest9n2/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 0x7f4cd019af90> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd017de80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd017cfe0> # 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 0x7f4cd0199280> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f4cd01ce9f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd01ce780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd01ce090> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f4cd01ceae0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd019bc20> 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 0x7f4cd01cf770> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cd01cf9b0> # /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 0x7f4cd01cfef0> 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 0x7f4ccfb0dca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ccfb0f8c0> # /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 0x7f4ccfb102c0> # /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 0x7f4ccfb11460> # /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 0x7f4ccfb13f20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cd0442cc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb121e0> # /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 0x7f4ccfb1be60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb1a930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb1a690> # /usr/lib64/python3.12/__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 0x7f4ccfb1ac00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb126f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ccfb5ff20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb60170> # /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 0x7f4ccfb61d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb61ac0> # /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 0x7f4ccfb64260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb623f0> # /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 0x7f4ccfb67a40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb64410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ccfb68800> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ccfb68830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ccfb68d70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb60410> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f4ccfbf0410> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ccfbf1640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb6aba0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ccfb6bf20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfb6a7b0> # 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 0x7f4ccfbf98e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f4ccfbfa5d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfbf18e0> 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 0x7f4ccfbfa450> # 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 0x7f4ccfbfb8f0> # 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 0x7f4ccfa063c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfa01220> 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 0x7f4cd021ac90> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cd0216960> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfa06450> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ccfbf9400> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # # zipimport: zlib available {"changed": false, "disks": ["sda", "sdb", "sdc"], "info": ["Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions"], "invocation": {"module_args": {"max_return": 3, "min_size": "0", "max_size": "0", "match_sector_size": false, "with_interface": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 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 138029 1726888002.49140: done with _execute_module (fedora.linux_system_roles.find_unused_disk, {'max_return': '3', '_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-1726888001.9246607-138644-165071888790371/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888002.49144: _low_level_execute_command(): starting 138029 1726888002.49152: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888001.9246607-138644-165071888790371/ > /dev/null 2>&1 && sleep 0' 138029 1726888002.49157: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888002.49160: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888002.49168: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888002.49171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888002.49173: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888002.49176: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888002.49179: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888002.49182: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888002.50838: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888002.50875: stderr chunk (state=3): >>><<< 138029 1726888002.50877: stdout chunk (state=3): >>><<< 138029 1726888002.50965: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888002.50968: handler run complete 138029 1726888002.50970: attempt loop complete, returning result 138029 1726888002.50972: _execute() done 138029 1726888002.50974: dumping result to json 138029 1726888002.50975: done dumping result, returning 138029 1726888002.50977: done running TaskExecutor() for managed_node3/TASK: Find unused disks in the system [0affc8a3-6f6f-5a58-73a2-0000000001a9] 138029 1726888002.50979: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000001a9 138029 1726888002.51038: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000001a9 138029 1726888002.51041: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "disks": [ "sda", "sdb", "sdc" ], "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" ] } 138029 1726888002.51127: no more pending results, returning what we have 138029 1726888002.51130: results queue empty 138029 1726888002.51131: checking for any_errors_fatal 138029 1726888002.51139: done checking for any_errors_fatal 138029 1726888002.51140: checking for max_fail_percentage 138029 1726888002.51141: done checking for max_fail_percentage 138029 1726888002.51142: checking to see if all hosts have failed and the running result is not ok 138029 1726888002.51142: done checking to see if all hosts have failed 138029 1726888002.51143: getting the remaining hosts for this loop 138029 1726888002.51144: done getting the remaining hosts for this loop 138029 1726888002.51148: getting the next task for host managed_node3 138029 1726888002.51153: done getting next task for host managed_node3 138029 1726888002.51158: ^ task is: TASK: Debug why there are no unused disks 138029 1726888002.51160: ^ 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 138029 1726888002.51164: getting variables 138029 1726888002.51165: in VariableManager get_vars() 138029 1726888002.51195: Calling all_inventory to load vars for managed_node3 138029 1726888002.51202: Calling groups_inventory to load vars for managed_node3 138029 1726888002.51205: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888002.51215: Calling all_plugins_play to load vars for managed_node3 138029 1726888002.51217: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888002.51219: Calling groups_plugins_play to load vars for managed_node3 138029 1726888002.51590: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888002.52367: done with get_vars() 138029 1726888002.52381: done getting variables 138029 1726888002.52474: 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:06:42 -0400 (0:00:00.687) 0:00:15.248 ****** 138029 1726888002.52502: entering _queue_task() for managed_node3/shell 138029 1726888002.52504: Creating lock for shell 138029 1726888002.52821: worker is 1 (out of 1 available) 138029 1726888002.52835: exiting _queue_task() for managed_node3/shell 138029 1726888002.52848: done queuing things up, now waiting for results queue to drain 138029 1726888002.52850: waiting for pending results... 138029 1726888002.53071: running TaskExecutor() for managed_node3/TASK: Debug why there are no unused disks 138029 1726888002.53140: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000001aa 138029 1726888002.53152: variable 'ansible_search_path' from source: unknown 138029 1726888002.53184: calling self._execute() 138029 1726888002.53247: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.53251: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.53260: variable 'omit' from source: magic vars 138029 1726888002.53554: variable 'unused_disks_return' from source: set_fact 138029 1726888002.53580: Evaluated conditional ('Unable to find unused disk' in unused_disks_return.disks): False 138029 1726888002.53583: when evaluation is False, skipping this task 138029 1726888002.53586: _execute() done 138029 1726888002.53588: dumping result to json 138029 1726888002.53591: done dumping result, returning 138029 1726888002.53596: done running TaskExecutor() for managed_node3/TASK: Debug why there are no unused disks [0affc8a3-6f6f-5a58-73a2-0000000001aa] 138029 1726888002.53601: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000001aa 138029 1726888002.53686: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000001aa 138029 1726888002.53689: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "'Unable to find unused disk' in unused_disks_return.disks", "skip_reason": "Conditional result was False" } 138029 1726888002.53741: no more pending results, returning what we have 138029 1726888002.53745: results queue empty 138029 1726888002.53746: checking for any_errors_fatal 138029 1726888002.53754: done checking for any_errors_fatal 138029 1726888002.53757: checking for max_fail_percentage 138029 1726888002.53759: done checking for max_fail_percentage 138029 1726888002.53760: checking to see if all hosts have failed and the running result is not ok 138029 1726888002.53760: done checking to see if all hosts have failed 138029 1726888002.53761: getting the remaining hosts for this loop 138029 1726888002.53765: done getting the remaining hosts for this loop 138029 1726888002.53768: getting the next task for host managed_node3 138029 1726888002.53773: done getting next task for host managed_node3 138029 1726888002.53775: ^ task is: TASK: Set unused_disks if necessary 138029 1726888002.53778: ^ 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 138029 1726888002.53782: getting variables 138029 1726888002.53783: in VariableManager get_vars() 138029 1726888002.53808: Calling all_inventory to load vars for managed_node3 138029 1726888002.53810: Calling groups_inventory to load vars for managed_node3 138029 1726888002.53813: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888002.53821: Calling all_plugins_play to load vars for managed_node3 138029 1726888002.53823: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888002.53826: Calling groups_plugins_play to load vars for managed_node3 138029 1726888002.54152: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888002.54500: done with get_vars() 138029 1726888002.54508: done getting variables 138029 1726888002.54549: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:06:42 -0400 (0:00:00.020) 0:00:15.269 ****** 138029 1726888002.54573: entering _queue_task() for managed_node3/set_fact 138029 1726888002.54748: worker is 1 (out of 1 available) 138029 1726888002.54777: exiting _queue_task() for managed_node3/set_fact 138029 1726888002.54788: done queuing things up, now waiting for results queue to drain 138029 1726888002.54790: waiting for pending results... 138029 1726888002.55144: running TaskExecutor() for managed_node3/TASK: Set unused_disks if necessary 138029 1726888002.55208: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000001ab 138029 1726888002.55231: variable 'ansible_search_path' from source: unknown 138029 1726888002.55281: calling self._execute() 138029 1726888002.55501: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.55505: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.55524: variable 'omit' from source: magic vars 138029 1726888002.55958: variable 'unused_disks_return' from source: set_fact 138029 1726888002.55995: Evaluated conditional ('Unable to find unused disk' not in unused_disks_return.disks): True 138029 1726888002.56006: variable 'omit' from source: magic vars 138029 1726888002.56050: variable 'omit' from source: magic vars 138029 1726888002.56191: variable 'unused_disks_return' from source: set_fact 138029 1726888002.56268: variable 'omit' from source: magic vars 138029 1726888002.56371: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888002.56375: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888002.56430: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888002.56453: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888002.56616: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888002.56772: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888002.56776: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888002.56779: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888002.56781: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.56783: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.56838: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888002.56852: Set connection var ansible_timeout to 10 138029 1726888002.56880: Set connection var ansible_pipelining to False 138029 1726888002.56889: Set connection var ansible_shell_type to sh 138029 1726888002.56895: Set connection var ansible_connection to ssh 138029 1726888002.56905: Set connection var ansible_shell_executable to /bin/sh 138029 1726888002.56931: variable 'ansible_shell_executable' from source: unknown 138029 1726888002.56938: variable 'ansible_connection' from source: unknown 138029 1726888002.56945: variable 'ansible_module_compression' from source: unknown 138029 1726888002.56952: variable 'ansible_shell_type' from source: unknown 138029 1726888002.56962: variable 'ansible_shell_executable' from source: unknown 138029 1726888002.56969: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.56977: variable 'ansible_pipelining' from source: unknown 138029 1726888002.56983: variable 'ansible_timeout' from source: unknown 138029 1726888002.56991: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.57142: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888002.57162: variable 'omit' from source: magic vars 138029 1726888002.57173: starting attempt loop 138029 1726888002.57179: running the handler 138029 1726888002.57194: handler run complete 138029 1726888002.57206: attempt loop complete, returning result 138029 1726888002.57213: _execute() done 138029 1726888002.57244: dumping result to json 138029 1726888002.57252: done dumping result, returning 138029 1726888002.57270: done running TaskExecutor() for managed_node3/TASK: Set unused_disks if necessary [0affc8a3-6f6f-5a58-73a2-0000000001ab] 138029 1726888002.57280: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000001ab ok: [managed_node3] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc" ] }, "changed": false } 138029 1726888002.57560: no more pending results, returning what we have 138029 1726888002.57566: results queue empty 138029 1726888002.57567: checking for any_errors_fatal 138029 1726888002.57572: done checking for any_errors_fatal 138029 1726888002.57573: checking for max_fail_percentage 138029 1726888002.57575: done checking for max_fail_percentage 138029 1726888002.57575: checking to see if all hosts have failed and the running result is not ok 138029 1726888002.57576: done checking to see if all hosts have failed 138029 1726888002.57577: getting the remaining hosts for this loop 138029 1726888002.57578: done getting the remaining hosts for this loop 138029 1726888002.57581: getting the next task for host managed_node3 138029 1726888002.57586: done getting next task for host managed_node3 138029 1726888002.57588: ^ task is: TASK: Exit playbook when there's not enough unused disks in the system 138029 1726888002.57591: ^ 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 138029 1726888002.57594: getting variables 138029 1726888002.57595: in VariableManager get_vars() 138029 1726888002.57620: Calling all_inventory to load vars for managed_node3 138029 1726888002.57622: Calling groups_inventory to load vars for managed_node3 138029 1726888002.57624: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888002.57660: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000001ab 138029 1726888002.57666: WORKER PROCESS EXITING 138029 1726888002.57674: Calling all_plugins_play to load vars for managed_node3 138029 1726888002.57677: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888002.57680: Calling groups_plugins_play to load vars for managed_node3 138029 1726888002.58258: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888002.59171: done with get_vars() 138029 1726888002.59185: done getting variables 138029 1726888002.59272: 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:06:42 -0400 (0:00:00.047) 0:00:15.316 ****** 138029 1726888002.59297: entering _queue_task() for managed_node3/fail 138029 1726888002.59298: Creating lock for fail 138029 1726888002.59760: worker is 1 (out of 1 available) 138029 1726888002.59769: exiting _queue_task() for managed_node3/fail 138029 1726888002.59779: done queuing things up, now waiting for results queue to drain 138029 1726888002.59780: waiting for pending results... 138029 1726888002.60002: running TaskExecutor() for managed_node3/TASK: Exit playbook when there's not enough unused disks in the system 138029 1726888002.60160: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000001ac 138029 1726888002.60276: variable 'ansible_search_path' from source: unknown 138029 1726888002.60319: calling self._execute() 138029 1726888002.60402: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.60413: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.60424: variable 'omit' from source: magic vars 138029 1726888002.60760: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888002.62878: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888002.62932: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888002.62970: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888002.63051: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888002.63060: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888002.63108: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888002.63121: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888002.63168: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888002.63181: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888002.63192: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888002.63245: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888002.63461: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888002.63464: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888002.63467: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888002.63469: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888002.63496: variable 'unused_disks' from source: set_fact 138029 1726888002.63510: variable 'disks_needed' from source: include params 138029 1726888002.63542: Evaluated conditional (unused_disks | d([]) | length < disks_needed | d(1)): False 138029 1726888002.63552: when evaluation is False, skipping this task 138029 1726888002.63563: _execute() done 138029 1726888002.63571: dumping result to json 138029 1726888002.63580: done dumping result, returning 138029 1726888002.63591: done running TaskExecutor() for managed_node3/TASK: Exit playbook when there's not enough unused disks in the system [0affc8a3-6f6f-5a58-73a2-0000000001ac] 138029 1726888002.63601: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000001ac skipping: [managed_node3] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } 138029 1726888002.63745: no more pending results, returning what we have 138029 1726888002.63749: results queue empty 138029 1726888002.63749: checking for any_errors_fatal 138029 1726888002.63758: done checking for any_errors_fatal 138029 1726888002.63759: checking for max_fail_percentage 138029 1726888002.63761: done checking for max_fail_percentage 138029 1726888002.63762: checking to see if all hosts have failed and the running result is not ok 138029 1726888002.63764: done checking to see if all hosts have failed 138029 1726888002.63765: getting the remaining hosts for this loop 138029 1726888002.63766: done getting the remaining hosts for this loop 138029 1726888002.63770: getting the next task for host managed_node3 138029 1726888002.63776: done getting next task for host managed_node3 138029 1726888002.63778: ^ task is: TASK: Print unused disks 138029 1726888002.63781: ^ 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 138029 1726888002.63784: getting variables 138029 1726888002.63786: in VariableManager get_vars() 138029 1726888002.63816: Calling all_inventory to load vars for managed_node3 138029 1726888002.63818: Calling groups_inventory to load vars for managed_node3 138029 1726888002.63821: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888002.63832: Calling all_plugins_play to load vars for managed_node3 138029 1726888002.63835: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888002.63838: Calling groups_plugins_play to load vars for managed_node3 138029 1726888002.64360: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000001ac 138029 1726888002.64364: WORKER PROCESS EXITING 138029 1726888002.64474: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888002.64828: done with get_vars() 138029 1726888002.64837: done getting variables 138029 1726888002.64894: 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:06:42 -0400 (0:00:00.056) 0:00:15.372 ****** 138029 1726888002.64915: entering _queue_task() for managed_node3/debug 138029 1726888002.65109: worker is 1 (out of 1 available) 138029 1726888002.65120: exiting _queue_task() for managed_node3/debug 138029 1726888002.65132: done queuing things up, now waiting for results queue to drain 138029 1726888002.65134: waiting for pending results... 138029 1726888002.65308: running TaskExecutor() for managed_node3/TASK: Print unused disks 138029 1726888002.65371: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000001ad 138029 1726888002.65383: variable 'ansible_search_path' from source: unknown 138029 1726888002.65410: calling self._execute() 138029 1726888002.65489: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.65493: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.65496: variable 'omit' from source: magic vars 138029 1726888002.65577: variable 'omit' from source: magic vars 138029 1726888002.65605: variable 'omit' from source: magic vars 138029 1726888002.65627: variable 'omit' from source: magic vars 138029 1726888002.65660: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888002.65690: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888002.65705: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888002.65719: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888002.65729: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888002.65743: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888002.65758: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888002.65782: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888002.65785: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.65788: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.65871: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888002.65874: Set connection var ansible_timeout to 10 138029 1726888002.65880: Set connection var ansible_pipelining to False 138029 1726888002.65883: Set connection var ansible_shell_type to sh 138029 1726888002.65885: Set connection var ansible_connection to ssh 138029 1726888002.65890: Set connection var ansible_shell_executable to /bin/sh 138029 1726888002.65916: variable 'ansible_shell_executable' from source: unknown 138029 1726888002.65919: variable 'ansible_connection' from source: unknown 138029 1726888002.65922: variable 'ansible_module_compression' from source: unknown 138029 1726888002.65924: variable 'ansible_shell_type' from source: unknown 138029 1726888002.65927: variable 'ansible_shell_executable' from source: unknown 138029 1726888002.65929: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.65931: variable 'ansible_pipelining' from source: unknown 138029 1726888002.65933: variable 'ansible_timeout' from source: unknown 138029 1726888002.65936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.66261: 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) 138029 1726888002.66265: variable 'omit' from source: magic vars 138029 1726888002.66268: starting attempt loop 138029 1726888002.66270: running the handler 138029 1726888002.66271: variable 'unused_disks' from source: set_fact 138029 1726888002.66298: variable 'unused_disks' from source: set_fact 138029 1726888002.66386: handler run complete 138029 1726888002.66573: attempt loop complete, returning result 138029 1726888002.66580: _execute() done 138029 1726888002.66586: dumping result to json 138029 1726888002.66593: done dumping result, returning 138029 1726888002.66601: done running TaskExecutor() for managed_node3/TASK: Print unused disks [0affc8a3-6f6f-5a58-73a2-0000000001ad] 138029 1726888002.66608: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000001ad 138029 1726888002.66695: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000001ad 138029 1726888002.66701: WORKER PROCESS EXITING ok: [managed_node3] => { "unused_disks": [ "sda", "sdb", "sdc" ] } 138029 1726888002.66808: no more pending results, returning what we have 138029 1726888002.66811: results queue empty 138029 1726888002.66812: checking for any_errors_fatal 138029 1726888002.66817: done checking for any_errors_fatal 138029 1726888002.66818: checking for max_fail_percentage 138029 1726888002.66820: done checking for max_fail_percentage 138029 1726888002.66820: checking to see if all hosts have failed and the running result is not ok 138029 1726888002.66821: done checking to see if all hosts have failed 138029 1726888002.66822: getting the remaining hosts for this loop 138029 1726888002.66823: done getting the remaining hosts for this loop 138029 1726888002.66827: getting the next task for host managed_node3 138029 1726888002.66833: done getting next task for host managed_node3 138029 1726888002.66838: ^ task is: TASK: Create a RAID1 device 138029 1726888002.66841: ^ 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 138029 1726888002.66845: getting variables 138029 1726888002.66846: in VariableManager get_vars() 138029 1726888002.66898: Calling all_inventory to load vars for managed_node3 138029 1726888002.66901: Calling groups_inventory to load vars for managed_node3 138029 1726888002.66904: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888002.66912: Calling all_plugins_play to load vars for managed_node3 138029 1726888002.66915: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888002.66918: Calling groups_plugins_play to load vars for managed_node3 138029 1726888002.68178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888002.69407: done with get_vars() 138029 1726888002.69419: done getting variables TASK [Create a RAID1 device] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:37 Friday 20 September 2024 23:06:42 -0400 (0:00:00.048) 0:00:15.420 ****** 138029 1726888002.69721: entering _queue_task() for managed_node3/include_role 138029 1726888002.70424: worker is 1 (out of 1 available) 138029 1726888002.70435: exiting _queue_task() for managed_node3/include_role 138029 1726888002.70448: done queuing things up, now waiting for results queue to drain 138029 1726888002.70450: waiting for pending results... 138029 1726888002.70670: running TaskExecutor() for managed_node3/TASK: Create a RAID1 device 138029 1726888002.70789: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000009 138029 1726888002.70806: variable 'ansible_search_path' from source: unknown 138029 1726888002.70847: calling self._execute() 138029 1726888002.70930: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.70940: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.71067: variable 'omit' from source: magic vars 138029 1726888002.71070: _execute() done 138029 1726888002.71073: dumping result to json 138029 1726888002.71082: done dumping result, returning 138029 1726888002.71091: done running TaskExecutor() for managed_node3/TASK: Create a RAID1 device [0affc8a3-6f6f-5a58-73a2-000000000009] 138029 1726888002.71099: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000009 138029 1726888002.71393: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000009 138029 1726888002.71397: WORKER PROCESS EXITING 138029 1726888002.71430: no more pending results, returning what we have 138029 1726888002.71435: in VariableManager get_vars() 138029 1726888002.71476: Calling all_inventory to load vars for managed_node3 138029 1726888002.71479: Calling groups_inventory to load vars for managed_node3 138029 1726888002.71484: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888002.71514: Calling all_plugins_play to load vars for managed_node3 138029 1726888002.71523: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888002.71531: Calling groups_plugins_play to load vars for managed_node3 138029 1726888002.72300: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888002.72889: done with get_vars() 138029 1726888002.72902: variable 'ansible_search_path' from source: unknown 138029 1726888002.73556: variable 'omit' from source: magic vars 138029 1726888002.73582: variable 'omit' from source: magic vars 138029 1726888002.73595: variable 'omit' from source: magic vars 138029 1726888002.73598: we have included files to process 138029 1726888002.73599: generating all_blocks data 138029 1726888002.73600: done generating all_blocks data 138029 1726888002.73603: processing included file: fedora.linux_system_roles.storage 138029 1726888002.73617: in VariableManager get_vars() 138029 1726888002.73629: done with get_vars() 138029 1726888002.73662: in VariableManager get_vars() 138029 1726888002.73676: done with get_vars() 138029 1726888002.73719: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 138029 1726888002.73742: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 138029 1726888002.73889: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 138029 1726888002.73956: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 138029 1726888002.74042: in VariableManager get_vars() 138029 1726888002.74064: done with get_vars() 138029 1726888002.74247: in VariableManager get_vars() 138029 1726888002.74260: done with get_vars() 138029 1726888002.74377: iterating over new_blocks loaded from include file 138029 1726888002.74379: in VariableManager get_vars() 138029 1726888002.74394: done with get_vars() 138029 1726888002.74396: filtering new block on tags 138029 1726888002.74430: done filtering new block on tags 138029 1726888002.74432: in VariableManager get_vars() 138029 1726888002.74440: done with get_vars() 138029 1726888002.74441: filtering new block on tags 138029 1726888002.74450: done filtering new block on tags 138029 1726888002.74452: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node3 138029 1726888002.74457: extending task lists for all hosts with included blocks 138029 1726888002.75081: done extending task lists 138029 1726888002.75082: done processing included files 138029 1726888002.75083: results queue empty 138029 1726888002.75083: checking for any_errors_fatal 138029 1726888002.75085: done checking for any_errors_fatal 138029 1726888002.75086: checking for max_fail_percentage 138029 1726888002.75087: done checking for max_fail_percentage 138029 1726888002.75087: checking to see if all hosts have failed and the running result is not ok 138029 1726888002.75088: done checking to see if all hosts have failed 138029 1726888002.75090: getting the remaining hosts for this loop 138029 1726888002.75091: done getting the remaining hosts for this loop 138029 1726888002.75093: getting the next task for host managed_node3 138029 1726888002.75097: done getting next task for host managed_node3 138029 1726888002.75099: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888002.75101: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888002.75110: getting variables 138029 1726888002.75111: in VariableManager get_vars() 138029 1726888002.75126: Calling all_inventory to load vars for managed_node3 138029 1726888002.75130: Calling groups_inventory to load vars for managed_node3 138029 1726888002.75132: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888002.75138: Calling all_plugins_play to load vars for managed_node3 138029 1726888002.75140: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888002.75143: Calling groups_plugins_play to load vars for managed_node3 138029 1726888002.75429: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888002.75820: done with get_vars() 138029 1726888002.75828: 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:06:42 -0400 (0:00:00.061) 0:00:15.482 ****** 138029 1726888002.75876: entering _queue_task() for managed_node3/include_tasks 138029 1726888002.76074: worker is 1 (out of 1 available) 138029 1726888002.76087: exiting _queue_task() for managed_node3/include_tasks 138029 1726888002.76099: done queuing things up, now waiting for results queue to drain 138029 1726888002.76100: waiting for pending results... 138029 1726888002.76278: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888002.76346: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000254 138029 1726888002.76441: variable 'ansible_search_path' from source: unknown 138029 1726888002.76446: variable 'ansible_search_path' from source: unknown 138029 1726888002.76449: calling self._execute() 138029 1726888002.76452: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.76462: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.76472: variable 'omit' from source: magic vars 138029 1726888002.76543: _execute() done 138029 1726888002.76547: dumping result to json 138029 1726888002.76550: done dumping result, returning 138029 1726888002.76558: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-5a58-73a2-000000000254] 138029 1726888002.76563: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000254 138029 1726888002.76648: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000254 138029 1726888002.76651: WORKER PROCESS EXITING 138029 1726888002.76696: no more pending results, returning what we have 138029 1726888002.76701: in VariableManager get_vars() 138029 1726888002.76734: Calling all_inventory to load vars for managed_node3 138029 1726888002.76737: Calling groups_inventory to load vars for managed_node3 138029 1726888002.76739: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888002.76746: Calling all_plugins_play to load vars for managed_node3 138029 1726888002.76748: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888002.76751: Calling groups_plugins_play to load vars for managed_node3 138029 1726888002.77071: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888002.77396: done with get_vars() 138029 1726888002.77403: variable 'ansible_search_path' from source: unknown 138029 1726888002.77404: variable 'ansible_search_path' from source: unknown 138029 1726888002.77427: we have included files to process 138029 1726888002.77428: generating all_blocks data 138029 1726888002.77429: done generating all_blocks data 138029 1726888002.77431: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726888002.77432: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726888002.77433: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726888002.77739: done processing included file 138029 1726888002.77740: iterating over new_blocks loaded from include file 138029 1726888002.77741: in VariableManager get_vars() 138029 1726888002.77752: done with get_vars() 138029 1726888002.77753: filtering new block on tags 138029 1726888002.77778: done filtering new block on tags 138029 1726888002.77780: in VariableManager get_vars() 138029 1726888002.77794: done with get_vars() 138029 1726888002.77795: filtering new block on tags 138029 1726888002.77817: done filtering new block on tags 138029 1726888002.77819: 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_node3 138029 1726888002.77822: extending task lists for all hosts with included blocks 138029 1726888002.77920: done extending task lists 138029 1726888002.77921: done processing included files 138029 1726888002.77921: results queue empty 138029 1726888002.77922: checking for any_errors_fatal 138029 1726888002.77924: done checking for any_errors_fatal 138029 1726888002.77924: checking for max_fail_percentage 138029 1726888002.77925: done checking for max_fail_percentage 138029 1726888002.77926: checking to see if all hosts have failed and the running result is not ok 138029 1726888002.77926: done checking to see if all hosts have failed 138029 1726888002.77926: getting the remaining hosts for this loop 138029 1726888002.77927: done getting the remaining hosts for this loop 138029 1726888002.77929: getting the next task for host managed_node3 138029 1726888002.77931: done getting next task for host managed_node3 138029 1726888002.77933: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 138029 1726888002.77935: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888002.77941: getting variables 138029 1726888002.77942: in VariableManager get_vars() 138029 1726888002.77949: Calling all_inventory to load vars for managed_node3 138029 1726888002.77950: Calling groups_inventory to load vars for managed_node3 138029 1726888002.77951: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888002.77954: Calling all_plugins_play to load vars for managed_node3 138029 1726888002.77957: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888002.77959: Calling groups_plugins_play to load vars for managed_node3 138029 1726888002.78290: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888002.78827: done with get_vars() 138029 1726888002.78844: 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:06:42 -0400 (0:00:00.030) 0:00:15.512 ****** 138029 1726888002.78929: entering _queue_task() for managed_node3/setup 138029 1726888002.79198: worker is 1 (out of 1 available) 138029 1726888002.79212: exiting _queue_task() for managed_node3/setup 138029 1726888002.79223: done queuing things up, now waiting for results queue to drain 138029 1726888002.79225: waiting for pending results... 138029 1726888002.79506: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 138029 1726888002.79725: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000002bc 138029 1726888002.79730: variable 'ansible_search_path' from source: unknown 138029 1726888002.79739: variable 'ansible_search_path' from source: unknown 138029 1726888002.79745: calling self._execute() 138029 1726888002.79805: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.79833: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.79837: variable 'omit' from source: magic vars 138029 1726888002.80266: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888002.81891: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888002.81939: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888002.81968: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888002.81993: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888002.82014: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888002.82069: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888002.82089: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888002.82111: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888002.82136: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888002.82148: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888002.82188: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888002.82204: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888002.82223: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888002.82249: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888002.82279: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888002.82443: variable '__storage_required_facts' from source: role '' all vars 138029 1726888002.82451: variable 'ansible_facts' from source: unknown 138029 1726888002.82702: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 138029 1726888002.82706: when evaluation is False, skipping this task 138029 1726888002.82708: _execute() done 138029 1726888002.82711: dumping result to json 138029 1726888002.82714: done dumping result, returning 138029 1726888002.82720: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-5a58-73a2-0000000002bc] 138029 1726888002.82724: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002bc 138029 1726888002.82824: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002bc 138029 1726888002.82827: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 138029 1726888002.82894: no more pending results, returning what we have 138029 1726888002.82898: results queue empty 138029 1726888002.82899: checking for any_errors_fatal 138029 1726888002.82900: done checking for any_errors_fatal 138029 1726888002.82901: checking for max_fail_percentage 138029 1726888002.82903: done checking for max_fail_percentage 138029 1726888002.82903: checking to see if all hosts have failed and the running result is not ok 138029 1726888002.82904: done checking to see if all hosts have failed 138029 1726888002.82905: getting the remaining hosts for this loop 138029 1726888002.82906: done getting the remaining hosts for this loop 138029 1726888002.82909: getting the next task for host managed_node3 138029 1726888002.82919: done getting next task for host managed_node3 138029 1726888002.82923: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888002.82926: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888002.82943: getting variables 138029 1726888002.82947: in VariableManager get_vars() 138029 1726888002.82980: Calling all_inventory to load vars for managed_node3 138029 1726888002.82983: Calling groups_inventory to load vars for managed_node3 138029 1726888002.82985: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888002.82992: Calling all_plugins_play to load vars for managed_node3 138029 1726888002.82995: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888002.82997: Calling groups_plugins_play to load vars for managed_node3 138029 1726888002.83319: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888002.83665: done with get_vars() 138029 1726888002.83675: done getting variables 138029 1726888002.83715: 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:06:42 -0400 (0:00:00.048) 0:00:15.560 ****** 138029 1726888002.83741: entering _queue_task() for managed_node3/include_vars 138029 1726888002.83943: worker is 1 (out of 1 available) 138029 1726888002.83961: exiting _queue_task() for managed_node3/include_vars 138029 1726888002.83972: done queuing things up, now waiting for results queue to drain 138029 1726888002.83974: waiting for pending results... 138029 1726888002.84195: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888002.84326: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000002bd 138029 1726888002.84356: variable 'ansible_search_path' from source: unknown 138029 1726888002.84361: variable 'ansible_search_path' from source: unknown 138029 1726888002.84577: variable 'ansible_facts' from source: unknown 138029 1726888002.84834: variable 'ansible_facts' from source: unknown 138029 1726888002.85105: variable 'ansible_facts' from source: unknown 138029 1726888002.85382: variable 'ansible_facts' from source: unknown 138029 1726888002.85529: variable 'omit' from source: magic vars 138029 1726888002.85637: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.85642: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.85660: variable 'omit' from source: magic vars 138029 1726888002.85895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888002.86158: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888002.86205: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888002.86224: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888002.86250: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888002.86344: variable '__vars_file' from source: task vars 138029 1726888002.86450: variable 'role_path' from source: magic vars 138029 1726888002.86453: variable 'item' from source: unknown 138029 1726888002.86469: Evaluated conditional (__vars_file is file): False 138029 1726888002.86472: when evaluation is False, skipping this task 138029 1726888002.86497: variable 'item' from source: unknown 138029 1726888002.86550: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 138029 1726888002.86735: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.86741: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.86743: variable 'omit' from source: magic vars 138029 1726888002.86884: variable '__vars_file' from source: task vars 138029 1726888002.86954: variable 'role_path' from source: magic vars 138029 1726888002.86960: variable 'item' from source: unknown 138029 1726888002.86981: Evaluated conditional (__vars_file is file): False 138029 1726888002.86984: when evaluation is False, skipping this task 138029 1726888002.87017: variable 'item' from source: unknown 138029 1726888002.87089: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 138029 1726888002.87159: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.87163: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.87199: variable 'omit' from source: magic vars 138029 1726888002.87336: variable '__vars_file' from source: task vars 138029 1726888002.87397: variable 'role_path' from source: magic vars 138029 1726888002.87406: variable 'item' from source: unknown 138029 1726888002.87426: Evaluated conditional (__vars_file is file): True 138029 1726888002.87428: variable 'omit' from source: magic vars 138029 1726888002.87475: variable 'omit' from source: magic vars 138029 1726888002.87511: variable '__vars_file' from source: task vars 138029 1726888002.87558: variable '__vars_file' from source: task vars 138029 1726888002.87616: variable 'role_path' from source: magic vars 138029 1726888002.87620: variable 'item' from source: unknown 138029 1726888002.87639: variable 'omit' from source: magic vars 138029 1726888002.87657: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888002.87692: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888002.87711: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888002.87727: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888002.87736: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888002.87749: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888002.87767: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888002.87789: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888002.87792: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.87794: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.87878: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888002.87882: Set connection var ansible_timeout to 10 138029 1726888002.87898: Set connection var ansible_pipelining to False 138029 1726888002.87900: Set connection var ansible_shell_type to sh 138029 1726888002.87902: Set connection var ansible_connection to ssh 138029 1726888002.87905: Set connection var ansible_shell_executable to /bin/sh 138029 1726888002.87917: variable 'ansible_shell_executable' from source: unknown 138029 1726888002.87920: variable 'ansible_connection' from source: unknown 138029 1726888002.87922: variable 'ansible_module_compression' from source: unknown 138029 1726888002.87924: variable 'ansible_shell_type' from source: unknown 138029 1726888002.87927: variable 'ansible_shell_executable' from source: unknown 138029 1726888002.87930: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.87934: variable 'ansible_pipelining' from source: unknown 138029 1726888002.87936: variable 'ansible_timeout' from source: unknown 138029 1726888002.87943: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.88020: 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) 138029 1726888002.88028: variable 'omit' from source: magic vars 138029 1726888002.88033: starting attempt loop 138029 1726888002.88036: running the handler 138029 1726888002.88163: handler run complete 138029 1726888002.88167: attempt loop complete, returning result 138029 1726888002.88194: variable 'item' from source: unknown 138029 1726888002.88251: variable 'item' from source: unknown ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 138029 1726888002.88408: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.88411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.88414: variable 'omit' from source: magic vars 138029 1726888002.88664: variable '__vars_file' from source: task vars 138029 1726888002.88670: variable 'role_path' from source: magic vars 138029 1726888002.88672: variable 'item' from source: unknown 138029 1726888002.88683: Evaluated conditional (__vars_file is file): True 138029 1726888002.88772: variable 'omit' from source: magic vars 138029 1726888002.88778: variable 'omit' from source: magic vars 138029 1726888002.88801: variable '__vars_file' from source: task vars 138029 1726888002.88871: variable '__vars_file' from source: task vars 138029 1726888002.88979: variable 'role_path' from source: magic vars 138029 1726888002.88992: variable 'item' from source: unknown 138029 1726888002.89025: variable 'omit' from source: magic vars 138029 1726888002.89056: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888002.89063: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888002.89071: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888002.89079: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888002.89087: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888002.89105: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.89108: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.89189: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888002.89192: Set connection var ansible_timeout to 10 138029 1726888002.89194: Set connection var ansible_pipelining to False 138029 1726888002.89197: Set connection var ansible_shell_type to sh 138029 1726888002.89199: Set connection var ansible_connection to ssh 138029 1726888002.89204: Set connection var ansible_shell_executable to /bin/sh 138029 1726888002.89236: variable 'ansible_shell_executable' from source: unknown 138029 1726888002.89239: variable 'ansible_connection' from source: unknown 138029 1726888002.89242: variable 'ansible_module_compression' from source: unknown 138029 1726888002.89245: variable 'ansible_shell_type' from source: unknown 138029 1726888002.89248: variable 'ansible_shell_executable' from source: unknown 138029 1726888002.89250: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.89252: variable 'ansible_pipelining' from source: unknown 138029 1726888002.89254: variable 'ansible_timeout' from source: unknown 138029 1726888002.89290: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.89415: 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) 138029 1726888002.89423: variable 'omit' from source: magic vars 138029 1726888002.89427: starting attempt loop 138029 1726888002.89432: running the handler 138029 1726888002.89435: handler run complete 138029 1726888002.89437: attempt loop complete, returning result 138029 1726888002.89465: variable 'item' from source: unknown 138029 1726888002.89511: variable 'item' from source: unknown ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 138029 1726888002.89622: dumping result to json 138029 1726888002.89624: done dumping result, returning 138029 1726888002.89627: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-5a58-73a2-0000000002bd] 138029 1726888002.89628: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002bd 138029 1726888002.89679: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002bd 138029 1726888002.89682: WORKER PROCESS EXITING 138029 1726888002.89747: no more pending results, returning what we have 138029 1726888002.89750: results queue empty 138029 1726888002.89751: checking for any_errors_fatal 138029 1726888002.89765: done checking for any_errors_fatal 138029 1726888002.89766: checking for max_fail_percentage 138029 1726888002.89768: done checking for max_fail_percentage 138029 1726888002.89768: checking to see if all hosts have failed and the running result is not ok 138029 1726888002.89769: done checking to see if all hosts have failed 138029 1726888002.89770: getting the remaining hosts for this loop 138029 1726888002.89771: done getting the remaining hosts for this loop 138029 1726888002.89774: getting the next task for host managed_node3 138029 1726888002.89782: done getting next task for host managed_node3 138029 1726888002.89785: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 138029 1726888002.89788: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888002.89799: getting variables 138029 1726888002.89800: in VariableManager get_vars() 138029 1726888002.89832: Calling all_inventory to load vars for managed_node3 138029 1726888002.89835: Calling groups_inventory to load vars for managed_node3 138029 1726888002.89837: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888002.89844: Calling all_plugins_play to load vars for managed_node3 138029 1726888002.89847: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888002.89849: Calling groups_plugins_play to load vars for managed_node3 138029 1726888002.90212: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888002.90552: done with get_vars() 138029 1726888002.90566: 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:06:42 -0400 (0:00:00.068) 0:00:15.629 ****** 138029 1726888002.90627: entering _queue_task() for managed_node3/stat 138029 1726888002.90848: worker is 1 (out of 1 available) 138029 1726888002.90868: exiting _queue_task() for managed_node3/stat 138029 1726888002.90882: done queuing things up, now waiting for results queue to drain 138029 1726888002.90883: waiting for pending results... 138029 1726888002.91122: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree 138029 1726888002.91261: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000002bf 138029 1726888002.91265: variable 'ansible_search_path' from source: unknown 138029 1726888002.91267: variable 'ansible_search_path' from source: unknown 138029 1726888002.91324: calling self._execute() 138029 1726888002.91390: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.91393: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.91396: variable 'omit' from source: magic vars 138029 1726888002.91744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888002.92031: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888002.92050: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888002.92091: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888002.92115: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888002.92219: 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) 138029 1726888002.92234: 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) 138029 1726888002.92264: 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) 138029 1726888002.92287: 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) 138029 1726888002.92414: variable '__storage_is_ostree' from source: set_fact 138029 1726888002.92432: Evaluated conditional (not __storage_is_ostree is defined): False 138029 1726888002.92435: when evaluation is False, skipping this task 138029 1726888002.92437: _execute() done 138029 1726888002.92440: dumping result to json 138029 1726888002.92442: done dumping result, returning 138029 1726888002.92445: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-5a58-73a2-0000000002bf] 138029 1726888002.92471: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002bf 138029 1726888002.92539: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002bf 138029 1726888002.92542: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 138029 1726888002.92634: no more pending results, returning what we have 138029 1726888002.92637: results queue empty 138029 1726888002.92638: checking for any_errors_fatal 138029 1726888002.92647: done checking for any_errors_fatal 138029 1726888002.92648: checking for max_fail_percentage 138029 1726888002.92649: done checking for max_fail_percentage 138029 1726888002.92652: checking to see if all hosts have failed and the running result is not ok 138029 1726888002.92652: done checking to see if all hosts have failed 138029 1726888002.92653: getting the remaining hosts for this loop 138029 1726888002.92656: done getting the remaining hosts for this loop 138029 1726888002.92659: getting the next task for host managed_node3 138029 1726888002.92665: done getting next task for host managed_node3 138029 1726888002.92669: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 138029 1726888002.92672: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888002.92688: getting variables 138029 1726888002.92689: in VariableManager get_vars() 138029 1726888002.92716: Calling all_inventory to load vars for managed_node3 138029 1726888002.92719: Calling groups_inventory to load vars for managed_node3 138029 1726888002.92721: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888002.92735: Calling all_plugins_play to load vars for managed_node3 138029 1726888002.92740: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888002.92773: Calling groups_plugins_play to load vars for managed_node3 138029 1726888002.93387: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888002.93862: done with get_vars() 138029 1726888002.93881: done getting variables 138029 1726888002.93942: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:06:42 -0400 (0:00:00.033) 0:00:15.663 ****** 138029 1726888002.93968: entering _queue_task() for managed_node3/set_fact 138029 1726888002.94206: worker is 1 (out of 1 available) 138029 1726888002.94222: exiting _queue_task() for managed_node3/set_fact 138029 1726888002.94240: done queuing things up, now waiting for results queue to drain 138029 1726888002.94242: waiting for pending results... 138029 1726888002.94758: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 138029 1726888002.94763: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000002c0 138029 1726888002.94766: variable 'ansible_search_path' from source: unknown 138029 1726888002.94769: variable 'ansible_search_path' from source: unknown 138029 1726888002.94869: calling self._execute() 138029 1726888002.95122: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.95126: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.95129: variable 'omit' from source: magic vars 138029 1726888002.95447: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888002.95846: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888002.95899: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888002.96043: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888002.96161: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888002.96520: 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) 138029 1726888002.96613: 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) 138029 1726888002.96647: 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) 138029 1726888002.96682: 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) 138029 1726888002.96909: variable '__storage_is_ostree' from source: set_fact 138029 1726888002.96931: Evaluated conditional (not __storage_is_ostree is defined): False 138029 1726888002.96939: when evaluation is False, skipping this task 138029 1726888002.96953: _execute() done 138029 1726888002.96969: dumping result to json 138029 1726888002.96977: done dumping result, returning 138029 1726888002.97000: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-5a58-73a2-0000000002c0] 138029 1726888002.97060: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002c0 138029 1726888002.97134: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002c0 138029 1726888002.97138: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 138029 1726888002.97189: no more pending results, returning what we have 138029 1726888002.97192: results queue empty 138029 1726888002.97193: checking for any_errors_fatal 138029 1726888002.97201: done checking for any_errors_fatal 138029 1726888002.97201: checking for max_fail_percentage 138029 1726888002.97203: done checking for max_fail_percentage 138029 1726888002.97204: checking to see if all hosts have failed and the running result is not ok 138029 1726888002.97204: done checking to see if all hosts have failed 138029 1726888002.97205: getting the remaining hosts for this loop 138029 1726888002.97206: done getting the remaining hosts for this loop 138029 1726888002.97210: getting the next task for host managed_node3 138029 1726888002.97217: done getting next task for host managed_node3 138029 1726888002.97221: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 138029 1726888002.97224: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888002.97239: getting variables 138029 1726888002.97241: in VariableManager get_vars() 138029 1726888002.97284: Calling all_inventory to load vars for managed_node3 138029 1726888002.97287: Calling groups_inventory to load vars for managed_node3 138029 1726888002.97289: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888002.97299: Calling all_plugins_play to load vars for managed_node3 138029 1726888002.97302: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888002.97304: Calling groups_plugins_play to load vars for managed_node3 138029 1726888002.98229: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888002.98588: done with get_vars() 138029 1726888002.98604: done getting variables 138029 1726888002.98661: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:06:42 -0400 (0:00:00.047) 0:00:15.710 ****** 138029 1726888002.98692: entering _queue_task() for managed_node3/set_fact 138029 1726888002.98967: worker is 1 (out of 1 available) 138029 1726888002.98984: exiting _queue_task() for managed_node3/set_fact 138029 1726888002.98997: done queuing things up, now waiting for results queue to drain 138029 1726888002.98998: waiting for pending results... 138029 1726888002.99247: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 138029 1726888002.99350: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000255 138029 1726888002.99368: variable 'ansible_search_path' from source: unknown 138029 1726888002.99371: variable 'ansible_search_path' from source: unknown 138029 1726888002.99417: calling self._execute() 138029 1726888002.99488: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.99491: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.99502: variable 'omit' from source: magic vars 138029 1726888002.99610: variable 'omit' from source: magic vars 138029 1726888002.99660: variable 'omit' from source: magic vars 138029 1726888002.99693: variable 'omit' from source: magic vars 138029 1726888002.99742: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888002.99772: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888002.99789: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888002.99802: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888002.99812: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888002.99829: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888002.99842: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888002.99866: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888002.99869: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888002.99872: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888002.99968: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888002.99972: Set connection var ansible_timeout to 10 138029 1726888002.99977: Set connection var ansible_pipelining to False 138029 1726888002.99980: Set connection var ansible_shell_type to sh 138029 1726888002.99982: Set connection var ansible_connection to ssh 138029 1726888002.99987: Set connection var ansible_shell_executable to /bin/sh 138029 1726888003.00009: variable 'ansible_shell_executable' from source: unknown 138029 1726888003.00012: variable 'ansible_connection' from source: unknown 138029 1726888003.00015: variable 'ansible_module_compression' from source: unknown 138029 1726888003.00017: variable 'ansible_shell_type' from source: unknown 138029 1726888003.00020: variable 'ansible_shell_executable' from source: unknown 138029 1726888003.00022: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.00024: variable 'ansible_pipelining' from source: unknown 138029 1726888003.00026: variable 'ansible_timeout' from source: unknown 138029 1726888003.00031: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.00190: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888003.00195: variable 'omit' from source: magic vars 138029 1726888003.00197: starting attempt loop 138029 1726888003.00200: running the handler 138029 1726888003.00203: handler run complete 138029 1726888003.00221: attempt loop complete, returning result 138029 1726888003.00224: _execute() done 138029 1726888003.00227: dumping result to json 138029 1726888003.00229: done dumping result, returning 138029 1726888003.00251: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-5a58-73a2-000000000255] 138029 1726888003.00254: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000255 138029 1726888003.00349: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000255 138029 1726888003.00352: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 138029 1726888003.00435: no more pending results, returning what we have 138029 1726888003.00437: results queue empty 138029 1726888003.00438: checking for any_errors_fatal 138029 1726888003.00446: done checking for any_errors_fatal 138029 1726888003.00446: checking for max_fail_percentage 138029 1726888003.00448: done checking for max_fail_percentage 138029 1726888003.00449: checking to see if all hosts have failed and the running result is not ok 138029 1726888003.00450: done checking to see if all hosts have failed 138029 1726888003.00451: getting the remaining hosts for this loop 138029 1726888003.00452: done getting the remaining hosts for this loop 138029 1726888003.00457: getting the next task for host managed_node3 138029 1726888003.00464: done getting next task for host managed_node3 138029 1726888003.00467: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 138029 1726888003.00470: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888003.00479: getting variables 138029 1726888003.00480: in VariableManager get_vars() 138029 1726888003.00513: Calling all_inventory to load vars for managed_node3 138029 1726888003.00516: Calling groups_inventory to load vars for managed_node3 138029 1726888003.00518: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888003.00525: Calling all_plugins_play to load vars for managed_node3 138029 1726888003.00528: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888003.00530: Calling groups_plugins_play to load vars for managed_node3 138029 1726888003.00911: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888003.01328: done with get_vars() 138029 1726888003.01337: done getting variables 138029 1726888003.01380: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:06:43 -0400 (0:00:00.027) 0:00:15.737 ****** 138029 1726888003.01401: entering _queue_task() for managed_node3/set_fact 138029 1726888003.01598: worker is 1 (out of 1 available) 138029 1726888003.01612: exiting _queue_task() for managed_node3/set_fact 138029 1726888003.01623: done queuing things up, now waiting for results queue to drain 138029 1726888003.01625: waiting for pending results... 138029 1726888003.01793: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 138029 1726888003.01869: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000256 138029 1726888003.01881: variable 'ansible_search_path' from source: unknown 138029 1726888003.01885: variable 'ansible_search_path' from source: unknown 138029 1726888003.01910: calling self._execute() 138029 1726888003.01972: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.01977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.01986: variable 'omit' from source: magic vars 138029 1726888003.02057: variable 'omit' from source: magic vars 138029 1726888003.02091: variable 'omit' from source: magic vars 138029 1726888003.02115: variable 'omit' from source: magic vars 138029 1726888003.02147: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888003.02183: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888003.02195: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888003.02207: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888003.02216: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888003.02229: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888003.02242: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888003.02267: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888003.02270: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.02273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.02351: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888003.02356: Set connection var ansible_timeout to 10 138029 1726888003.02365: Set connection var ansible_pipelining to False 138029 1726888003.02367: Set connection var ansible_shell_type to sh 138029 1726888003.02370: Set connection var ansible_connection to ssh 138029 1726888003.02372: Set connection var ansible_shell_executable to /bin/sh 138029 1726888003.02393: variable 'ansible_shell_executable' from source: unknown 138029 1726888003.02396: variable 'ansible_connection' from source: unknown 138029 1726888003.02399: variable 'ansible_module_compression' from source: unknown 138029 1726888003.02402: variable 'ansible_shell_type' from source: unknown 138029 1726888003.02405: variable 'ansible_shell_executable' from source: unknown 138029 1726888003.02407: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.02409: variable 'ansible_pipelining' from source: unknown 138029 1726888003.02411: variable 'ansible_timeout' from source: unknown 138029 1726888003.02413: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.02516: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888003.02530: variable 'omit' from source: magic vars 138029 1726888003.02533: starting attempt loop 138029 1726888003.02535: running the handler 138029 1726888003.02544: handler run complete 138029 1726888003.02552: attempt loop complete, returning result 138029 1726888003.02557: _execute() done 138029 1726888003.02560: dumping result to json 138029 1726888003.02565: done dumping result, returning 138029 1726888003.02570: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-5a58-73a2-000000000256] 138029 1726888003.02573: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000256 138029 1726888003.02650: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000256 138029 1726888003.02653: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 138029 1726888003.02720: no more pending results, returning what we have 138029 1726888003.02723: results queue empty 138029 1726888003.02724: checking for any_errors_fatal 138029 1726888003.02728: done checking for any_errors_fatal 138029 1726888003.02729: checking for max_fail_percentage 138029 1726888003.02730: done checking for max_fail_percentage 138029 1726888003.02731: checking to see if all hosts have failed and the running result is not ok 138029 1726888003.02732: done checking to see if all hosts have failed 138029 1726888003.02733: getting the remaining hosts for this loop 138029 1726888003.02734: done getting the remaining hosts for this loop 138029 1726888003.02736: getting the next task for host managed_node3 138029 1726888003.02742: done getting next task for host managed_node3 138029 1726888003.02745: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 138029 1726888003.02747: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888003.02766: getting variables 138029 1726888003.02767: in VariableManager get_vars() 138029 1726888003.02793: Calling all_inventory to load vars for managed_node3 138029 1726888003.02796: Calling groups_inventory to load vars for managed_node3 138029 1726888003.02798: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888003.02804: Calling all_plugins_play to load vars for managed_node3 138029 1726888003.02806: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888003.02808: Calling groups_plugins_play to load vars for managed_node3 138029 1726888003.03111: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888003.03442: done with get_vars() 138029 1726888003.03452: 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:06:43 -0400 (0:00:00.021) 0:00:15.758 ****** 138029 1726888003.03513: entering _queue_task() for managed_node3/include_tasks 138029 1726888003.03699: worker is 1 (out of 1 available) 138029 1726888003.03712: exiting _queue_task() for managed_node3/include_tasks 138029 1726888003.03724: done queuing things up, now waiting for results queue to drain 138029 1726888003.03725: waiting for pending results... 138029 1726888003.03889: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 138029 1726888003.03961: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000257 138029 1726888003.03973: variable 'ansible_search_path' from source: unknown 138029 1726888003.03977: variable 'ansible_search_path' from source: unknown 138029 1726888003.04003: calling self._execute() 138029 1726888003.04065: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.04069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.04077: variable 'omit' from source: magic vars 138029 1726888003.04288: variable 'storage_provider' from source: role '' defaults 138029 1726888003.04300: _execute() done 138029 1726888003.04303: dumping result to json 138029 1726888003.04305: done dumping result, returning 138029 1726888003.04308: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-5a58-73a2-000000000257] 138029 1726888003.04314: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000257 138029 1726888003.04408: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000257 138029 1726888003.04411: WORKER PROCESS EXITING 138029 1726888003.04448: no more pending results, returning what we have 138029 1726888003.04451: in VariableManager get_vars() 138029 1726888003.04487: Calling all_inventory to load vars for managed_node3 138029 1726888003.04489: Calling groups_inventory to load vars for managed_node3 138029 1726888003.04491: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888003.04499: Calling all_plugins_play to load vars for managed_node3 138029 1726888003.04501: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888003.04503: Calling groups_plugins_play to load vars for managed_node3 138029 1726888003.04803: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888003.05125: done with get_vars() 138029 1726888003.05133: variable 'ansible_search_path' from source: unknown 138029 1726888003.05133: variable 'ansible_search_path' from source: unknown 138029 1726888003.05154: we have included files to process 138029 1726888003.05157: generating all_blocks data 138029 1726888003.05159: done generating all_blocks data 138029 1726888003.05165: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726888003.05165: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726888003.05167: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726888003.05682: in VariableManager get_vars() 138029 1726888003.05698: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 138029 1726888003.06811: done processing included file 138029 1726888003.06813: iterating over new_blocks loaded from include file 138029 1726888003.06814: in VariableManager get_vars() 138029 1726888003.06828: done with get_vars() 138029 1726888003.06829: filtering new block on tags 138029 1726888003.06889: done filtering new block on tags 138029 1726888003.06891: in VariableManager get_vars() 138029 1726888003.06902: done with get_vars() 138029 1726888003.06903: filtering new block on tags 138029 1726888003.06971: done filtering new block on tags 138029 1726888003.06973: in VariableManager get_vars() 138029 1726888003.06984: done with get_vars() 138029 1726888003.06985: filtering new block on tags 138029 1726888003.07054: done filtering new block on tags 138029 1726888003.07057: 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_node3 138029 1726888003.07061: extending task lists for all hosts with included blocks 138029 1726888003.07320: done extending task lists 138029 1726888003.07321: done processing included files 138029 1726888003.07322: results queue empty 138029 1726888003.07322: checking for any_errors_fatal 138029 1726888003.07324: done checking for any_errors_fatal 138029 1726888003.07325: checking for max_fail_percentage 138029 1726888003.07325: done checking for max_fail_percentage 138029 1726888003.07326: checking to see if all hosts have failed and the running result is not ok 138029 1726888003.07326: done checking to see if all hosts have failed 138029 1726888003.07327: getting the remaining hosts for this loop 138029 1726888003.07328: done getting the remaining hosts for this loop 138029 1726888003.07329: getting the next task for host managed_node3 138029 1726888003.07332: done getting next task for host managed_node3 138029 1726888003.07334: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 138029 1726888003.07335: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888003.07342: getting variables 138029 1726888003.07342: in VariableManager get_vars() 138029 1726888003.07350: Calling all_inventory to load vars for managed_node3 138029 1726888003.07351: Calling groups_inventory to load vars for managed_node3 138029 1726888003.07352: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888003.07358: Calling all_plugins_play to load vars for managed_node3 138029 1726888003.07359: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888003.07361: Calling groups_plugins_play to load vars for managed_node3 138029 1726888003.09769: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888003.10080: done with get_vars() 138029 1726888003.10091: done getting variables 138029 1726888003.10117: 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:06:43 -0400 (0:00:00.066) 0:00:15.824 ****** 138029 1726888003.10135: entering _queue_task() for managed_node3/package 138029 1726888003.10350: worker is 1 (out of 1 available) 138029 1726888003.10364: exiting _queue_task() for managed_node3/package 138029 1726888003.10375: done queuing things up, now waiting for results queue to drain 138029 1726888003.10377: waiting for pending results... 138029 1726888003.10545: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 138029 1726888003.10646: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000002f5 138029 1726888003.10657: variable 'ansible_search_path' from source: unknown 138029 1726888003.10661: variable 'ansible_search_path' from source: unknown 138029 1726888003.10691: calling self._execute() 138029 1726888003.10758: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.10762: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.10772: variable 'omit' from source: magic vars 138029 1726888003.11041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888003.11237: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888003.11277: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888003.11319: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888003.11345: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888003.11411: 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) 138029 1726888003.11427: 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) 138029 1726888003.11445: 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) 138029 1726888003.11465: 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) 138029 1726888003.11575: variable 'storage_skip_checks' from source: set_fact 138029 1726888003.11594: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 138029 1726888003.11597: when evaluation is False, skipping this task 138029 1726888003.11600: _execute() done 138029 1726888003.11602: dumping result to json 138029 1726888003.11606: done dumping result, returning 138029 1726888003.11612: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-5a58-73a2-0000000002f5] 138029 1726888003.11617: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002f5 138029 1726888003.11705: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002f5 138029 1726888003.11708: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888003.11759: no more pending results, returning what we have 138029 1726888003.11763: results queue empty 138029 1726888003.11764: checking for any_errors_fatal 138029 1726888003.11765: done checking for any_errors_fatal 138029 1726888003.11766: checking for max_fail_percentage 138029 1726888003.11768: done checking for max_fail_percentage 138029 1726888003.11768: checking to see if all hosts have failed and the running result is not ok 138029 1726888003.11769: done checking to see if all hosts have failed 138029 1726888003.11770: getting the remaining hosts for this loop 138029 1726888003.11772: done getting the remaining hosts for this loop 138029 1726888003.11775: getting the next task for host managed_node3 138029 1726888003.11780: done getting next task for host managed_node3 138029 1726888003.11784: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 138029 1726888003.11787: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888003.11802: getting variables 138029 1726888003.11804: in VariableManager get_vars() 138029 1726888003.11833: Calling all_inventory to load vars for managed_node3 138029 1726888003.11835: Calling groups_inventory to load vars for managed_node3 138029 1726888003.11837: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888003.11844: Calling all_plugins_play to load vars for managed_node3 138029 1726888003.11847: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888003.11849: Calling groups_plugins_play to load vars for managed_node3 138029 1726888003.12163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888003.12482: done with get_vars() 138029 1726888003.12492: done getting variables 138029 1726888003.12527: 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:06:43 -0400 (0:00:00.024) 0:00:15.849 ****** 138029 1726888003.12548: entering _queue_task() for managed_node3/debug 138029 1726888003.12741: worker is 1 (out of 1 available) 138029 1726888003.12754: exiting _queue_task() for managed_node3/debug 138029 1726888003.12768: done queuing things up, now waiting for results queue to drain 138029 1726888003.12770: waiting for pending results... 138029 1726888003.12934: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools 138029 1726888003.13028: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000002f6 138029 1726888003.13038: variable 'ansible_search_path' from source: unknown 138029 1726888003.13042: variable 'ansible_search_path' from source: unknown 138029 1726888003.13076: calling self._execute() 138029 1726888003.13140: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.13144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.13153: variable 'omit' from source: magic vars 138029 1726888003.13231: variable 'omit' from source: magic vars 138029 1726888003.13284: variable 'omit' from source: magic vars 138029 1726888003.13308: variable 'omit' from source: magic vars 138029 1726888003.13341: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888003.13371: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888003.13386: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888003.13399: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888003.13409: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888003.13423: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888003.13438: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888003.13462: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888003.13467: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.13470: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.13545: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888003.13550: Set connection var ansible_timeout to 10 138029 1726888003.13557: Set connection var ansible_pipelining to False 138029 1726888003.13560: Set connection var ansible_shell_type to sh 138029 1726888003.13565: Set connection var ansible_connection to ssh 138029 1726888003.13568: Set connection var ansible_shell_executable to /bin/sh 138029 1726888003.13587: variable 'ansible_shell_executable' from source: unknown 138029 1726888003.13590: variable 'ansible_connection' from source: unknown 138029 1726888003.13593: variable 'ansible_module_compression' from source: unknown 138029 1726888003.13596: variable 'ansible_shell_type' from source: unknown 138029 1726888003.13598: variable 'ansible_shell_executable' from source: unknown 138029 1726888003.13601: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.13603: variable 'ansible_pipelining' from source: unknown 138029 1726888003.13606: variable 'ansible_timeout' from source: unknown 138029 1726888003.13609: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.13709: 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) 138029 1726888003.13720: variable 'omit' from source: magic vars 138029 1726888003.13725: starting attempt loop 138029 1726888003.13728: running the handler 138029 1726888003.13769: variable 'storage_pools' from source: include params 138029 1726888003.13902: variable 'storage_pools' from source: include params 138029 1726888003.13911: variable 'unused_disks' from source: set_fact 138029 1726888003.13959: variable 'unused_disks' from source: set_fact 138029 1726888003.14009: variable 'volume1_size' from source: play vars 138029 1726888003.14051: variable 'volume1_size' from source: play vars 138029 1726888003.14059: variable 'mount_location1' from source: play vars 138029 1726888003.14104: variable 'mount_location1' from source: play vars 138029 1726888003.14111: variable 'volume2_size' from source: play vars 138029 1726888003.14153: variable 'volume2_size' from source: play vars 138029 1726888003.14161: variable 'mount_location2' from source: play vars 138029 1726888003.14205: variable 'mount_location2' from source: play vars 138029 1726888003.14212: variable 'volume3_size' from source: play vars 138029 1726888003.14256: variable 'volume3_size' from source: play vars 138029 1726888003.14265: variable 'mount_location3' from source: play vars 138029 1726888003.14310: variable 'mount_location3' from source: play vars 138029 1726888003.14357: handler run complete 138029 1726888003.14374: attempt loop complete, returning result 138029 1726888003.14377: _execute() done 138029 1726888003.14379: dumping result to json 138029 1726888003.14384: done dumping result, returning 138029 1726888003.14391: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-5a58-73a2-0000000002f6] 138029 1726888003.14397: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002f6 ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "Lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "Lv3", "size": "3g" } ] } ] } 138029 1726888003.14568: no more pending results, returning what we have 138029 1726888003.14571: results queue empty 138029 1726888003.14572: checking for any_errors_fatal 138029 1726888003.14577: done checking for any_errors_fatal 138029 1726888003.14577: checking for max_fail_percentage 138029 1726888003.14579: done checking for max_fail_percentage 138029 1726888003.14579: checking to see if all hosts have failed and the running result is not ok 138029 1726888003.14580: done checking to see if all hosts have failed 138029 1726888003.14581: getting the remaining hosts for this loop 138029 1726888003.14582: done getting the remaining hosts for this loop 138029 1726888003.14585: getting the next task for host managed_node3 138029 1726888003.14590: done getting next task for host managed_node3 138029 1726888003.14593: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 138029 1726888003.14596: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888003.14609: getting variables 138029 1726888003.14610: in VariableManager get_vars() 138029 1726888003.14637: Calling all_inventory to load vars for managed_node3 138029 1726888003.14639: Calling groups_inventory to load vars for managed_node3 138029 1726888003.14641: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888003.14648: Calling all_plugins_play to load vars for managed_node3 138029 1726888003.14650: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888003.14652: Calling groups_plugins_play to load vars for managed_node3 138029 1726888003.14952: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002f6 138029 1726888003.14957: WORKER PROCESS EXITING 138029 1726888003.14968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888003.15291: done with get_vars() 138029 1726888003.15300: done getting variables 138029 1726888003.15338: 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:06:43 -0400 (0:00:00.028) 0:00:15.877 ****** 138029 1726888003.15362: entering _queue_task() for managed_node3/debug 138029 1726888003.15537: worker is 1 (out of 1 available) 138029 1726888003.15550: exiting _queue_task() for managed_node3/debug 138029 1726888003.15562: done queuing things up, now waiting for results queue to drain 138029 1726888003.15564: waiting for pending results... 138029 1726888003.15732: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes 138029 1726888003.15813: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000002f7 138029 1726888003.15824: variable 'ansible_search_path' from source: unknown 138029 1726888003.15828: variable 'ansible_search_path' from source: unknown 138029 1726888003.15854: calling self._execute() 138029 1726888003.15921: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.15925: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.15933: variable 'omit' from source: magic vars 138029 1726888003.16013: variable 'omit' from source: magic vars 138029 1726888003.16058: variable 'omit' from source: magic vars 138029 1726888003.16142: variable 'omit' from source: magic vars 138029 1726888003.16146: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888003.16176: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888003.16191: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888003.16205: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888003.16214: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888003.16235: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888003.16242: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888003.16268: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888003.16272: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.16274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.16354: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888003.16359: Set connection var ansible_timeout to 10 138029 1726888003.16366: Set connection var ansible_pipelining to False 138029 1726888003.16369: Set connection var ansible_shell_type to sh 138029 1726888003.16371: Set connection var ansible_connection to ssh 138029 1726888003.16377: Set connection var ansible_shell_executable to /bin/sh 138029 1726888003.16397: variable 'ansible_shell_executable' from source: unknown 138029 1726888003.16400: variable 'ansible_connection' from source: unknown 138029 1726888003.16402: variable 'ansible_module_compression' from source: unknown 138029 1726888003.16405: variable 'ansible_shell_type' from source: unknown 138029 1726888003.16407: variable 'ansible_shell_executable' from source: unknown 138029 1726888003.16411: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.16413: variable 'ansible_pipelining' from source: unknown 138029 1726888003.16415: variable 'ansible_timeout' from source: unknown 138029 1726888003.16417: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.16521: 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) 138029 1726888003.16530: variable 'omit' from source: magic vars 138029 1726888003.16535: starting attempt loop 138029 1726888003.16539: running the handler 138029 1726888003.16814: handler run complete 138029 1726888003.16831: attempt loop complete, returning result 138029 1726888003.16834: _execute() done 138029 1726888003.16838: dumping result to json 138029 1726888003.16840: done dumping result, returning 138029 1726888003.16846: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-5a58-73a2-0000000002f7] 138029 1726888003.16850: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002f7 ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 138029 1726888003.16992: no more pending results, returning what we have 138029 1726888003.16996: results queue empty 138029 1726888003.16997: checking for any_errors_fatal 138029 1726888003.17009: done checking for any_errors_fatal 138029 1726888003.17010: checking for max_fail_percentage 138029 1726888003.17011: done checking for max_fail_percentage 138029 1726888003.17012: checking to see if all hosts have failed and the running result is not ok 138029 1726888003.17013: done checking to see if all hosts have failed 138029 1726888003.17014: getting the remaining hosts for this loop 138029 1726888003.17015: done getting the remaining hosts for this loop 138029 1726888003.17018: getting the next task for host managed_node3 138029 1726888003.17023: done getting next task for host managed_node3 138029 1726888003.17028: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 138029 1726888003.17032: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888003.17041: getting variables 138029 1726888003.17043: in VariableManager get_vars() 138029 1726888003.17073: Calling all_inventory to load vars for managed_node3 138029 1726888003.17075: Calling groups_inventory to load vars for managed_node3 138029 1726888003.17077: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888003.17085: Calling all_plugins_play to load vars for managed_node3 138029 1726888003.17088: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888003.17090: Calling groups_plugins_play to load vars for managed_node3 138029 1726888003.17652: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002f7 138029 1726888003.17657: WORKER PROCESS EXITING 138029 1726888003.17666: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888003.18130: done with get_vars() 138029 1726888003.18140: 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:06:43 -0400 (0:00:00.028) 0:00:15.905 ****** 138029 1726888003.18221: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888003.18523: worker is 1 (out of 1 available) 138029 1726888003.18535: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888003.18547: done queuing things up, now waiting for results queue to drain 138029 1726888003.18549: waiting for pending results... 138029 1726888003.18972: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages 138029 1726888003.18976: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000002f8 138029 1726888003.18979: variable 'ansible_search_path' from source: unknown 138029 1726888003.19361: variable 'ansible_search_path' from source: unknown 138029 1726888003.19365: calling self._execute() 138029 1726888003.19368: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.19370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.19372: variable 'omit' from source: magic vars 138029 1726888003.19746: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888003.20115: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888003.20151: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888003.20188: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888003.20243: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888003.20309: 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) 138029 1726888003.20326: 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) 138029 1726888003.20344: 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) 138029 1726888003.20371: 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) 138029 1726888003.20478: variable 'storage_skip_checks' from source: set_fact 138029 1726888003.20495: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 138029 1726888003.20498: when evaluation is False, skipping this task 138029 1726888003.20501: _execute() done 138029 1726888003.20503: dumping result to json 138029 1726888003.20506: done dumping result, returning 138029 1726888003.20512: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-5a58-73a2-0000000002f8] 138029 1726888003.20517: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002f8 138029 1726888003.20608: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002f8 138029 1726888003.20611: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888003.20657: no more pending results, returning what we have 138029 1726888003.20661: results queue empty 138029 1726888003.20662: checking for any_errors_fatal 138029 1726888003.20668: done checking for any_errors_fatal 138029 1726888003.20669: checking for max_fail_percentage 138029 1726888003.20670: done checking for max_fail_percentage 138029 1726888003.20671: checking to see if all hosts have failed and the running result is not ok 138029 1726888003.20672: done checking to see if all hosts have failed 138029 1726888003.20673: getting the remaining hosts for this loop 138029 1726888003.20675: done getting the remaining hosts for this loop 138029 1726888003.20679: getting the next task for host managed_node3 138029 1726888003.20685: done getting next task for host managed_node3 138029 1726888003.20689: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 138029 1726888003.20692: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888003.20707: getting variables 138029 1726888003.20708: in VariableManager get_vars() 138029 1726888003.20735: Calling all_inventory to load vars for managed_node3 138029 1726888003.20737: Calling groups_inventory to load vars for managed_node3 138029 1726888003.20739: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888003.20746: Calling all_plugins_play to load vars for managed_node3 138029 1726888003.20748: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888003.20751: Calling groups_plugins_play to load vars for managed_node3 138029 1726888003.21058: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888003.21392: done with get_vars() 138029 1726888003.21402: 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:06:43 -0400 (0:00:00.032) 0:00:15.938 ****** 138029 1726888003.21465: entering _queue_task() for managed_node3/include_tasks 138029 1726888003.21646: worker is 1 (out of 1 available) 138029 1726888003.21661: exiting _queue_task() for managed_node3/include_tasks 138029 1726888003.21672: done queuing things up, now waiting for results queue to drain 138029 1726888003.21674: waiting for pending results... 138029 1726888003.22070: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 138029 1726888003.22082: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000002f9 138029 1726888003.22103: variable 'ansible_search_path' from source: unknown 138029 1726888003.22110: variable 'ansible_search_path' from source: unknown 138029 1726888003.22149: calling self._execute() 138029 1726888003.22237: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.22249: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.22268: variable 'omit' from source: magic vars 138029 1726888003.22621: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888003.22888: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888003.23061: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888003.23067: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888003.23070: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888003.23131: 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) 138029 1726888003.23165: 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) 138029 1726888003.23196: 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) 138029 1726888003.23227: 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) 138029 1726888003.23378: variable 'storage_skip_checks' from source: set_fact 138029 1726888003.23403: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 138029 1726888003.23411: when evaluation is False, skipping this task 138029 1726888003.23418: _execute() done 138029 1726888003.23424: dumping result to json 138029 1726888003.23430: done dumping result, returning 138029 1726888003.23440: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-5a58-73a2-0000000002f9] 138029 1726888003.23449: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002f9 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888003.23613: no more pending results, returning what we have 138029 1726888003.23616: results queue empty 138029 1726888003.23617: checking for any_errors_fatal 138029 1726888003.23624: done checking for any_errors_fatal 138029 1726888003.23625: checking for max_fail_percentage 138029 1726888003.23628: done checking for max_fail_percentage 138029 1726888003.23629: checking to see if all hosts have failed and the running result is not ok 138029 1726888003.23630: done checking to see if all hosts have failed 138029 1726888003.23631: getting the remaining hosts for this loop 138029 1726888003.23632: done getting the remaining hosts for this loop 138029 1726888003.23636: getting the next task for host managed_node3 138029 1726888003.23643: done getting next task for host managed_node3 138029 1726888003.23646: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 138029 1726888003.23649: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888003.23661: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002f9 138029 1726888003.23668: WORKER PROCESS EXITING 138029 1726888003.23680: getting variables 138029 1726888003.23682: in VariableManager get_vars() 138029 1726888003.23714: Calling all_inventory to load vars for managed_node3 138029 1726888003.23717: Calling groups_inventory to load vars for managed_node3 138029 1726888003.23719: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888003.23727: Calling all_plugins_play to load vars for managed_node3 138029 1726888003.23730: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888003.23733: Calling groups_plugins_play to load vars for managed_node3 138029 1726888003.24246: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888003.24838: done with get_vars() 138029 1726888003.24852: done getting variables 138029 1726888003.24912: 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:06:43 -0400 (0:00:00.034) 0:00:15.972 ****** 138029 1726888003.24944: entering _queue_task() for managed_node3/package 138029 1726888003.25191: worker is 1 (out of 1 available) 138029 1726888003.25204: exiting _queue_task() for managed_node3/package 138029 1726888003.25216: done queuing things up, now waiting for results queue to drain 138029 1726888003.25218: waiting for pending results... 138029 1726888003.25503: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 138029 1726888003.25638: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000002fa 138029 1726888003.25657: variable 'ansible_search_path' from source: unknown 138029 1726888003.25666: variable 'ansible_search_path' from source: unknown 138029 1726888003.25707: calling self._execute() 138029 1726888003.25800: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.25811: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.25826: variable 'omit' from source: magic vars 138029 1726888003.26224: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888003.26514: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888003.26661: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888003.26667: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888003.27042: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888003.27130: 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) 138029 1726888003.27165: 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) 138029 1726888003.27198: 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) 138029 1726888003.27234: 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) 138029 1726888003.27383: variable 'storage_skip_checks' from source: set_fact 138029 1726888003.27409: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 138029 1726888003.27416: when evaluation is False, skipping this task 138029 1726888003.27422: _execute() done 138029 1726888003.27430: dumping result to json 138029 1726888003.27439: done dumping result, returning 138029 1726888003.27448: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-5a58-73a2-0000000002fa] 138029 1726888003.27457: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002fa 138029 1726888003.27622: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002fa 138029 1726888003.27626: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888003.27704: no more pending results, returning what we have 138029 1726888003.27708: results queue empty 138029 1726888003.27709: checking for any_errors_fatal 138029 1726888003.27716: done checking for any_errors_fatal 138029 1726888003.27717: checking for max_fail_percentage 138029 1726888003.27719: done checking for max_fail_percentage 138029 1726888003.27720: checking to see if all hosts have failed and the running result is not ok 138029 1726888003.27721: done checking to see if all hosts have failed 138029 1726888003.27721: getting the remaining hosts for this loop 138029 1726888003.27724: done getting the remaining hosts for this loop 138029 1726888003.27727: getting the next task for host managed_node3 138029 1726888003.27735: done getting next task for host managed_node3 138029 1726888003.27739: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 138029 1726888003.27743: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888003.27766: getting variables 138029 1726888003.27768: in VariableManager get_vars() 138029 1726888003.27806: Calling all_inventory to load vars for managed_node3 138029 1726888003.27809: Calling groups_inventory to load vars for managed_node3 138029 1726888003.27811: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888003.27822: Calling all_plugins_play to load vars for managed_node3 138029 1726888003.27825: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888003.27828: Calling groups_plugins_play to load vars for managed_node3 138029 1726888003.28790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888003.29351: done with get_vars() 138029 1726888003.29372: 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:06:43 -0400 (0:00:00.045) 0:00:16.018 ****** 138029 1726888003.29467: entering _queue_task() for managed_node3/service_facts 138029 1726888003.29723: worker is 1 (out of 1 available) 138029 1726888003.29733: exiting _queue_task() for managed_node3/service_facts 138029 1726888003.29743: done queuing things up, now waiting for results queue to drain 138029 1726888003.29744: waiting for pending results... 138029 1726888003.30086: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts 138029 1726888003.30360: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000002fb 138029 1726888003.30367: variable 'ansible_search_path' from source: unknown 138029 1726888003.30370: variable 'ansible_search_path' from source: unknown 138029 1726888003.30373: calling self._execute() 138029 1726888003.30375: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.30378: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.30381: variable 'omit' from source: magic vars 138029 1726888003.30727: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888003.31013: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888003.31068: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888003.31106: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888003.31181: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888003.31270: 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) 138029 1726888003.31301: 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) 138029 1726888003.31333: 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) 138029 1726888003.31374: 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) 138029 1726888003.31525: variable 'storage_skip_checks' from source: set_fact 138029 1726888003.31550: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 138029 1726888003.31559: when evaluation is False, skipping this task 138029 1726888003.31569: _execute() done 138029 1726888003.31579: dumping result to json 138029 1726888003.31585: done dumping result, returning 138029 1726888003.31594: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-5a58-73a2-0000000002fb] 138029 1726888003.31601: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002fb 138029 1726888003.31866: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002fb 138029 1726888003.31870: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888003.31916: no more pending results, returning what we have 138029 1726888003.31920: results queue empty 138029 1726888003.31921: checking for any_errors_fatal 138029 1726888003.31931: done checking for any_errors_fatal 138029 1726888003.31932: checking for max_fail_percentage 138029 1726888003.31934: done checking for max_fail_percentage 138029 1726888003.31935: checking to see if all hosts have failed and the running result is not ok 138029 1726888003.31936: done checking to see if all hosts have failed 138029 1726888003.31937: getting the remaining hosts for this loop 138029 1726888003.31939: done getting the remaining hosts for this loop 138029 1726888003.31943: getting the next task for host managed_node3 138029 1726888003.31949: done getting next task for host managed_node3 138029 1726888003.31953: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 138029 1726888003.31960: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888003.31979: getting variables 138029 1726888003.31980: in VariableManager get_vars() 138029 1726888003.32016: Calling all_inventory to load vars for managed_node3 138029 1726888003.32019: Calling groups_inventory to load vars for managed_node3 138029 1726888003.32022: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888003.32031: Calling all_plugins_play to load vars for managed_node3 138029 1726888003.32034: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888003.32037: Calling groups_plugins_play to load vars for managed_node3 138029 1726888003.32645: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888003.33239: done with get_vars() 138029 1726888003.33257: done getting variables 138029 1726888003.33313: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:06:43 -0400 (0:00:00.038) 0:00:16.057 ****** 138029 1726888003.33345: entering _queue_task() for managed_node3/set_fact 138029 1726888003.33615: worker is 1 (out of 1 available) 138029 1726888003.33626: exiting _queue_task() for managed_node3/set_fact 138029 1726888003.33637: done queuing things up, now waiting for results queue to drain 138029 1726888003.33639: waiting for pending results... 138029 1726888003.33922: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 138029 1726888003.34071: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000002fc 138029 1726888003.34096: variable 'ansible_search_path' from source: unknown 138029 1726888003.34105: variable 'ansible_search_path' from source: unknown 138029 1726888003.34146: calling self._execute() 138029 1726888003.34236: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.34246: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.34260: variable 'omit' from source: magic vars 138029 1726888003.34403: variable 'omit' from source: magic vars 138029 1726888003.34434: variable 'omit' from source: magic vars 138029 1726888003.34809: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888003.36919: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888003.37006: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888003.37046: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888003.37090: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888003.37219: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888003.37224: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888003.37248: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888003.37285: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888003.37331: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888003.37350: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888003.37402: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888003.37431: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888003.37465: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888003.37545: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888003.37549: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888003.37590: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888003.37616: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888003.37641: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888003.37690: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888003.37707: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888003.37764: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888003.37861: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888003.37868: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888003.37871: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888003.37873: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888003.37927: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888003.37954: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888003.38061: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888003.38067: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888003.38070: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888003.38324: variable 'ansible_facts' from source: unknown 138029 1726888003.38643: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888003.38838: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888003.38889: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888003.38926: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888003.38966: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888003.39018: 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) 138029 1726888003.39045: 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) 138029 1726888003.39084: 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) 138029 1726888003.39178: 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) 138029 1726888003.39752: variable 'omit' from source: magic vars 138029 1726888003.39802: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888003.39870: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888003.39902: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888003.39938: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888003.39985: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888003.40057: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888003.40065: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888003.40115: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888003.40137: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.40146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.40370: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888003.40373: Set connection var ansible_timeout to 10 138029 1726888003.40376: Set connection var ansible_pipelining to False 138029 1726888003.40378: Set connection var ansible_shell_type to sh 138029 1726888003.40380: Set connection var ansible_connection to ssh 138029 1726888003.40382: Set connection var ansible_shell_executable to /bin/sh 138029 1726888003.40384: variable 'ansible_shell_executable' from source: unknown 138029 1726888003.40385: variable 'ansible_connection' from source: unknown 138029 1726888003.40387: variable 'ansible_module_compression' from source: unknown 138029 1726888003.40389: variable 'ansible_shell_type' from source: unknown 138029 1726888003.40391: variable 'ansible_shell_executable' from source: unknown 138029 1726888003.40393: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.40395: variable 'ansible_pipelining' from source: unknown 138029 1726888003.40397: variable 'ansible_timeout' from source: unknown 138029 1726888003.40399: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.40502: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888003.40523: variable 'omit' from source: magic vars 138029 1726888003.40535: starting attempt loop 138029 1726888003.40558: running the handler 138029 1726888003.40605: handler run complete 138029 1726888003.40626: attempt loop complete, returning result 138029 1726888003.40634: _execute() done 138029 1726888003.40644: dumping result to json 138029 1726888003.40659: done dumping result, returning 138029 1726888003.40685: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-5a58-73a2-0000000002fc] 138029 1726888003.40713: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002fc ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 138029 1726888003.41054: no more pending results, returning what we have 138029 1726888003.41064: results queue empty 138029 1726888003.41067: checking for any_errors_fatal 138029 1726888003.41073: done checking for any_errors_fatal 138029 1726888003.41074: checking for max_fail_percentage 138029 1726888003.41076: done checking for max_fail_percentage 138029 1726888003.41079: checking to see if all hosts have failed and the running result is not ok 138029 1726888003.41080: done checking to see if all hosts have failed 138029 1726888003.41080: getting the remaining hosts for this loop 138029 1726888003.41084: done getting the remaining hosts for this loop 138029 1726888003.41090: getting the next task for host managed_node3 138029 1726888003.41102: done getting next task for host managed_node3 138029 1726888003.41106: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 138029 1726888003.41110: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888003.41122: getting variables 138029 1726888003.41124: in VariableManager get_vars() 138029 1726888003.41284: Calling all_inventory to load vars for managed_node3 138029 1726888003.41287: Calling groups_inventory to load vars for managed_node3 138029 1726888003.41289: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888003.41368: Calling all_plugins_play to load vars for managed_node3 138029 1726888003.41371: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888003.41380: Calling groups_plugins_play to load vars for managed_node3 138029 1726888003.41391: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002fc 138029 1726888003.41394: WORKER PROCESS EXITING 138029 1726888003.42089: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888003.43309: done with get_vars() 138029 1726888003.43324: 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:06:43 -0400 (0:00:00.101) 0:00:16.158 ****** 138029 1726888003.43525: entering _queue_task() for managed_node3/systemd 138029 1726888003.44211: worker is 1 (out of 1 available) 138029 1726888003.44224: exiting _queue_task() for managed_node3/systemd 138029 1726888003.44238: done queuing things up, now waiting for results queue to drain 138029 1726888003.44240: waiting for pending results... 138029 1726888003.45177: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 138029 1726888003.45392: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000002fe 138029 1726888003.45414: variable 'ansible_search_path' from source: unknown 138029 1726888003.45421: variable 'ansible_search_path' from source: unknown 138029 1726888003.45527: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888003.46291: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888003.46349: dumping result to json 138029 1726888003.46581: done dumping result, returning 138029 1726888003.46586: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-5a58-73a2-0000000002fe] 138029 1726888003.46589: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002fe 138029 1726888003.46671: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002fe 138029 1726888003.46675: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888003.46753: no more pending results, returning what we have 138029 1726888003.46761: results queue empty 138029 1726888003.46765: checking for any_errors_fatal 138029 1726888003.46772: done checking for any_errors_fatal 138029 1726888003.46773: checking for max_fail_percentage 138029 1726888003.46777: done checking for max_fail_percentage 138029 1726888003.46778: checking to see if all hosts have failed and the running result is not ok 138029 1726888003.46779: done checking to see if all hosts have failed 138029 1726888003.46780: getting the remaining hosts for this loop 138029 1726888003.46782: done getting the remaining hosts for this loop 138029 1726888003.46786: getting the next task for host managed_node3 138029 1726888003.46795: done getting next task for host managed_node3 138029 1726888003.46799: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 138029 1726888003.46804: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888003.46948: getting variables 138029 1726888003.46950: in VariableManager get_vars() 138029 1726888003.47078: Calling all_inventory to load vars for managed_node3 138029 1726888003.47081: Calling groups_inventory to load vars for managed_node3 138029 1726888003.47084: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888003.47092: Calling all_plugins_play to load vars for managed_node3 138029 1726888003.47095: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888003.47098: Calling groups_plugins_play to load vars for managed_node3 138029 1726888003.48322: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888003.49720: done with get_vars() 138029 1726888003.49737: 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:06:43 -0400 (0:00:00.063) 0:00:16.221 ****** 138029 1726888003.49836: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888003.50340: worker is 1 (out of 1 available) 138029 1726888003.50352: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888003.50370: done queuing things up, now waiting for results queue to drain 138029 1726888003.50372: waiting for pending results... 138029 1726888003.50561: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 138029 1726888003.50798: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000002ff 138029 1726888003.50802: variable 'ansible_search_path' from source: unknown 138029 1726888003.50805: variable 'ansible_search_path' from source: unknown 138029 1726888003.50809: calling self._execute() 138029 1726888003.50883: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.50895: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.50914: variable 'omit' from source: magic vars 138029 1726888003.51064: variable 'omit' from source: magic vars 138029 1726888003.51144: variable 'omit' from source: magic vars 138029 1726888003.51422: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888003.53758: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888003.53852: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888003.53893: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888003.53961: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888003.54360: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888003.54366: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888003.54369: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888003.54371: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888003.54374: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888003.54507: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888003.54734: variable 'storage_pools' from source: include params 138029 1726888003.54770: variable 'unused_disks' from source: set_fact 138029 1726888003.54861: variable 'unused_disks' from source: set_fact 138029 1726888003.54937: variable 'volume1_size' from source: play vars 138029 1726888003.55009: variable 'volume1_size' from source: play vars 138029 1726888003.55022: variable 'mount_location1' from source: play vars 138029 1726888003.55092: variable 'mount_location1' from source: play vars 138029 1726888003.55104: variable 'volume2_size' from source: play vars 138029 1726888003.55174: variable 'volume2_size' from source: play vars 138029 1726888003.55186: variable 'mount_location2' from source: play vars 138029 1726888003.55250: variable 'mount_location2' from source: play vars 138029 1726888003.55268: variable 'volume3_size' from source: play vars 138029 1726888003.55328: variable 'volume3_size' from source: play vars 138029 1726888003.55340: variable 'mount_location3' from source: play vars 138029 1726888003.55409: variable 'mount_location3' from source: play vars 138029 1726888003.55606: variable 'storage_use_partitions' from source: play vars 138029 1726888003.55661: variable 'storage_disklabel_type' from source: role '' defaults 138029 1726888003.55667: variable 'storage_pool_defaults' from source: role '' defaults 138029 1726888003.55697: variable 'storage_pool_defaults' from source: role '' defaults 138029 1726888003.55764: variable 'storage_volume_defaults' from source: role '' defaults 138029 1726888003.55831: variable 'storage_volume_defaults' from source: role '' defaults 138029 1726888003.55935: variable 'storage_safe_mode' from source: play vars 138029 1726888003.56016: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888003.56114: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888003.56117: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888003.56124: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888003.56144: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888003.56210: variable 'omit' from source: magic vars 138029 1726888003.56237: variable 'omit' from source: magic vars 138029 1726888003.56269: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888003.56298: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888003.56318: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888003.56674: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888003.56688: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888003.56707: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888003.56734: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888003.56774: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888003.56781: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.56861: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.56920: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888003.56932: Set connection var ansible_timeout to 10 138029 1726888003.56942: Set connection var ansible_pipelining to False 138029 1726888003.56948: Set connection var ansible_shell_type to sh 138029 1726888003.56954: Set connection var ansible_connection to ssh 138029 1726888003.56969: Set connection var ansible_shell_executable to /bin/sh 138029 1726888003.57060: variable 'ansible_shell_executable' from source: unknown 138029 1726888003.57066: variable 'ansible_connection' from source: unknown 138029 1726888003.57068: variable 'ansible_module_compression' from source: unknown 138029 1726888003.57070: variable 'ansible_shell_type' from source: unknown 138029 1726888003.57072: variable 'ansible_shell_executable' from source: unknown 138029 1726888003.57074: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888003.57088: variable 'ansible_pipelining' from source: unknown 138029 1726888003.57090: variable 'ansible_timeout' from source: unknown 138029 1726888003.57092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888003.57188: 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) 138029 1726888003.57210: variable 'omit' from source: magic vars 138029 1726888003.57225: starting attempt loop 138029 1726888003.57233: running the handler 138029 1726888003.57249: _low_level_execute_command(): starting 138029 1726888003.57307: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888003.58069: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888003.58283: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888003.58340: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888003.60023: stdout chunk (state=3): >>>/root <<< 138029 1726888003.60247: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888003.60251: stdout chunk (state=3): >>><<< 138029 1726888003.60256: stderr chunk (state=3): >>><<< 138029 1726888003.60570: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888003.60573: _low_level_execute_command(): starting 138029 1726888003.60577: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888003.6048064-138737-132906479710800 `" && echo ansible-tmp-1726888003.6048064-138737-132906479710800="` echo /root/.ansible/tmp/ansible-tmp-1726888003.6048064-138737-132906479710800 `" ) && sleep 0' 138029 1726888003.61558: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888003.61594: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888003.63484: stdout chunk (state=3): >>>ansible-tmp-1726888003.6048064-138737-132906479710800=/root/.ansible/tmp/ansible-tmp-1726888003.6048064-138737-132906479710800 <<< 138029 1726888003.63746: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888003.63763: stdout chunk (state=3): >>><<< 138029 1726888003.63777: stderr chunk (state=3): >>><<< 138029 1726888003.63810: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888003.6048064-138737-132906479710800=/root/.ansible/tmp/ansible-tmp-1726888003.6048064-138737-132906479710800 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888003.63877: variable 'ansible_module_compression' from source: unknown 138029 1726888003.63948: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 138029 1726888003.63998: variable 'ansible_facts' from source: unknown 138029 1726888003.64122: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888003.6048064-138737-132906479710800/AnsiballZ_blivet.py 138029 1726888003.64260: Sending initial data 138029 1726888003.64263: Sent initial data (157 bytes) 138029 1726888003.64958: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888003.64977: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888003.65026: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888003.65038: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888003.65099: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888003.66676: 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 <<< 138029 1726888003.66774: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888003.66832: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpk882bes8 /root/.ansible/tmp/ansible-tmp-1726888003.6048064-138737-132906479710800/AnsiballZ_blivet.py <<< 138029 1726888003.66844: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888003.6048064-138737-132906479710800/AnsiballZ_blivet.py" <<< 138029 1726888003.66901: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpk882bes8" to remote "/root/.ansible/tmp/ansible-tmp-1726888003.6048064-138737-132906479710800/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888003.6048064-138737-132906479710800/AnsiballZ_blivet.py" <<< 138029 1726888003.67801: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888003.67844: stderr chunk (state=3): >>><<< 138029 1726888003.67901: stdout chunk (state=3): >>><<< 138029 1726888003.67905: done transferring module to remote 138029 1726888003.67907: _low_level_execute_command(): starting 138029 1726888003.67917: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888003.6048064-138737-132906479710800/ /root/.ansible/tmp/ansible-tmp-1726888003.6048064-138737-132906479710800/AnsiballZ_blivet.py && sleep 0' 138029 1726888003.68570: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888003.68634: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888003.68651: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888003.68688: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888003.68840: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888003.70594: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888003.70605: stderr chunk (state=3): >>><<< 138029 1726888003.70612: stdout chunk (state=3): >>><<< 138029 1726888003.70640: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888003.70727: _low_level_execute_command(): starting 138029 1726888003.70730: _low_level_execute_command(): using become for this command 138029 1726888003.70733: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-rbxdrginjcpwxfgfkgqzctatajizrfgc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888003.6048064-138737-132906479710800/AnsiballZ_blivet.py'"'"' && sleep 0' 138029 1726888003.70874: Initial state: awaiting_escalation: BECOME-SUCCESS-rbxdrginjcpwxfgfkgqzctatajizrfgc 138029 1726888003.71350: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888003.71442: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888003.71466: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888003.71487: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888003.71580: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888003.74470: stdout chunk (state=1): >>>BECOME-SUCCESS-rbxdrginjcpwxfgfkgqzctatajizrfgc <<< 138029 1726888003.74475: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-rbxdrginjcpwxfgfkgqzctatajizrfgc' 138029 1726888003.74748: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888003.74786: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888003.74911: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888003.74925: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888003.74928: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888003.74930: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888003.74963: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888003.74982: stdout chunk (state=3): >>># installing zipimport hook import 'time' # <<< 138029 1726888003.74995: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888003.75046: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888003.75048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888003.75077: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888003.75087: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888003.75123: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888003.75139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888003.75159: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c3bc3e0> <<< 138029 1726888003.75167: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c38ba10> <<< 138029 1726888003.75189: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888003.75215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888003.75218: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c3be930> <<< 138029 1726888003.75223: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888003.75253: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888003.75264: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888003.75278: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888003.75314: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888003.75322: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888003.75396: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888003.75429: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888003.75460: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888003.75471: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888003.75490: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888003.75493: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888003.75507: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888003.75516: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888003.75548: 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 <<< 138029 1726888003.75563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888003.75574: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c3ccfe0> <<< 138029 1726888003.75632: 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 <<< 138029 1726888003.75650: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888003.75653: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c3cdfd0> <<< 138029 1726888003.75680: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888003.75706: 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. <<< 138029 1726888003.75965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888003.75984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888003.76023: 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' <<< 138029 1726888003.76026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888003.76074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888003.76085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888003.76121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888003.76146: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c1d3da0> <<< 138029 1726888003.76149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888003.76169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888003.76204: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888003.76215: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c1d3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888003.76240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888003.76267: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888003.76314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888003.76347: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888003.76410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 138029 1726888003.76418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c203740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888003.76430: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c203dd0> import '_collections' # <<< 138029 1726888003.76483: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c1e3a70> <<< 138029 1726888003.76497: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c1e1190> <<< 138029 1726888003.76609: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c1d0f50> <<< 138029 1726888003.76621: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888003.76642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 138029 1726888003.76689: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888003.76722: 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' <<< 138029 1726888003.76804: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c227680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c2262a0> <<< 138029 1726888003.76833: 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 0x7fce9c1e2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c1d2810> <<< 138029 1726888003.76879: 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 0x7fce9c258680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c1d01d0> <<< 138029 1726888003.76910: 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' <<< 138029 1726888003.76937: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888003.76975: 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 0x7fce9c258b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c2589e0> <<< 138029 1726888003.76997: 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 0x7fce9c258da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c1c6cf0> <<< 138029 1726888003.77026: 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 <<< 138029 1726888003.77109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c259460> <<< 138029 1726888003.77116: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c259130> import 'importlib.machinery' # <<< 138029 1726888003.77160: 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 0x7fce9c25a360> import 'importlib.util' # <<< 138029 1726888003.77182: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888003.77189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888003.77222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888003.77254: 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 0x7fce9c270560> <<< 138029 1726888003.77274: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888003.77318: 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 0x7fce9c271c10> <<< 138029 1726888003.77322: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888003.77461: 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 <<< 138029 1726888003.77467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c272ab0> <<< 138029 1726888003.77522: 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 0x7fce9c273110> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c272000> # /usr/lib64/python3.12/__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 0x7fce9c273b90> <<< 138029 1726888003.77540: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c2732c0> <<< 138029 1726888003.77560: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c25a2d0> <<< 138029 1726888003.77590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888003.77595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888003.77618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888003.77633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888003.77671: 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' <<< 138029 1726888003.77675: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fce9bfabad0> <<< 138029 1726888003.77694: 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' <<< 138029 1726888003.77722: 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 0x7fce9bfd8530> <<< 138029 1726888003.77734: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9bfd8290> <<< 138029 1726888003.77762: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888003.77765: 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 0x7fce9bfd8560> <<< 138029 1726888003.77787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888003.77799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888003.77868: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888003.77990: 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 0x7fce9bfd8e90> <<< 138029 1726888003.78099: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888003.78117: 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 0x7fce9bfd97c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9bfd8740> <<< 138029 1726888003.78130: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9bfa9c70> <<< 138029 1726888003.78151: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888003.78178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888003.78194: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888003.78208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888003.78215: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9bfdaba0> <<< 138029 1726888003.78247: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9bfd98e0> <<< 138029 1726888003.78259: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c25aa80> <<< 138029 1726888003.78290: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888003.78350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888003.78373: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888003.78402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888003.78432: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c002ed0> <<< 138029 1726888003.78487: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888003.78503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888003.78518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888003.78545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888003.78584: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c027230> <<< 138029 1726888003.78608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888003.78651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888003.78702: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888003.78724: 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 0x7fce9c053f50> <<< 138029 1726888003.78760: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888003.78775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888003.78801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888003.78840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888003.78928: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c0867b0> <<< 138029 1726888003.79000: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c084170> <<< 138029 1726888003.79039: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c027ec0> <<< 138029 1726888003.79067: 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' <<< 138029 1726888003.79075: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b929190> <<< 138029 1726888003.79083: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c026030> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9bfdbaa0> <<< 138029 1726888003.79207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888003.79217: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fce9c026630> <<< 138029 1726888003.79414: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_ecnerigo/ansible_fedora.linux_system_roles.blivet_payload.zip' <<< 138029 1726888003.79426: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.79566: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.79581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888003.79599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888003.79625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888003.79703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888003.79733: 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' <<< 138029 1726888003.79747: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b976e70> <<< 138029 1726888003.79754: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888003.79934: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b959d60> <<< 138029 1726888003.79939: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b958ec0> # zipimport: zlib available <<< 138029 1726888003.79975: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888003.79997: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888003.80010: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888003.80038: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.81424: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.82510: 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 0x7fce9b974d40> <<< 138029 1726888003.82531: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888003.82591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888003.82596: 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' <<< 138029 1726888003.82666: 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 0x7fce9b9ae7b0> <<< 138029 1726888003.82726: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b9ae540> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b9ade50> <<< 138029 1726888003.82750: 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' <<< 138029 1726888003.82838: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b9ae2a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9bfd8440> 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 0x7fce9b9af560> <<< 138029 1726888003.82859: 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 0x7fce9b9af7a0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888003.82933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 138029 1726888003.82990: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b9afce0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888003.83071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888003.83074: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b815af0> <<< 138029 1726888003.83128: 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 0x7fce9b817710> # /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' <<< 138029 1726888003.83154: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b818110> <<< 138029 1726888003.83220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888003.83244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888003.83247: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b8192b0> <<< 138029 1726888003.83257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888003.83313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888003.83317: 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' <<< 138029 1726888003.83380: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b81bda0> <<< 138029 1726888003.83454: 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 0x7fce9c1c6de0> <<< 138029 1726888003.83462: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b81a060> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888003.83554: 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' <<< 138029 1726888003.83624: 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 0x7fce9b823d70> import '_tokenize' # <<< 138029 1726888003.83689: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b822840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b8225a0> <<< 138029 1726888003.83749: 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' <<< 138029 1726888003.83768: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b822b10> <<< 138029 1726888003.83817: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b81a570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fce9b867f80> <<< 138029 1726888003.83848: 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 0x7fce9b867fe0> <<< 138029 1726888003.83896: 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' <<< 138029 1726888003.83933: 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 0x7fce9b869af0> <<< 138029 1726888003.83953: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b8698b0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888003.84070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888003.84115: 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 0x7fce9b86bfe0> <<< 138029 1726888003.84128: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b86a1e0> <<< 138029 1726888003.84154: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888003.84223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888003.84245: 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' # <<< 138029 1726888003.84284: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b86f7a0> <<< 138029 1726888003.84397: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b86c170> <<< 138029 1726888003.84451: 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 0x7fce9b870a70> <<< 138029 1726888003.84486: 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 0x7fce9b8707a0> <<< 138029 1726888003.84508: 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' <<< 138029 1726888003.84567: 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 0x7fce9b870110> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b8681a0> <<< 138029 1726888003.84611: 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' <<< 138029 1726888003.84629: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888003.84661: 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 0x7fce9b8fc230> <<< 138029 1726888003.84818: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888003.84822: 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 0x7fce9b8fd460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b8729c0> <<< 138029 1726888003.84872: 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 0x7fce9b873d10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b8725d0> <<< 138029 1726888003.84876: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.84918: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888003.84994: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.85078: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.85103: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888003.85146: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888003.85250: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.85367: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.85886: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.86420: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888003.86423: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 138029 1726888003.86438: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888003.86458: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888003.86482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888003.86526: 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 0x7fce9b701670> <<< 138029 1726888003.86608: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888003.86614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888003.86634: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b7024e0> <<< 138029 1726888003.86647: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b8fd580> <<< 138029 1726888003.86694: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888003.86701: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.86728: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.86737: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888003.86758: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.86904: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.87061: 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' <<< 138029 1726888003.87070: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b702570> <<< 138029 1726888003.87082: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.87534: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.87978: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.88077: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.88141: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888003.88145: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.88176: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.88213: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888003.88224: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.88297: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.88393: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888003.88426: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888003.88473: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.88509: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888003.88554: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.88786: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.89047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888003.89053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888003.89133: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b7035f0> # zipimport: zlib available <<< 138029 1726888003.89193: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.89319: 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 <<< 138029 1726888003.89363: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.89403: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888003.89406: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.89454: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.89505: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.89623: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.89629: 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 <<< 138029 1726888003.89679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888003.89734: 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 0x7fce9b70de50> <<< 138029 1726888003.89816: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b709040> <<< 138029 1726888003.89841: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888003.89910: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.89978: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.89996: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.90016: 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' <<< 138029 1726888003.90025: 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 <<< 138029 1726888003.90061: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888003.90084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888003.90139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888003.90166: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888003.90203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888003.90250: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b8027e0> <<< 138029 1726888003.90283: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b9de4b0> <<< 138029 1726888003.90359: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b70dc10> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b701220> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888003.90398: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.90419: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888003.90481: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888003.90496: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.90542: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 138029 1726888003.90597: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888003.90628: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.90651: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 138029 1726888003.90688: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.90696: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 138029 1726888003.92205: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.93602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888003.93673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888003.93690: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888003.93708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888003.93732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888003.93745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888003.93777: 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 0x7fce9b3c0a70> <<< 138029 1726888003.93805: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b78fe90> <<< 138029 1726888003.93861: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b78d760> <<< 138029 1726888003.94015: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b7a0560> <<< 138029 1726888003.94045: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888003.94129: 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 <<< 138029 1726888003.94134: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888003.94172: 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 <<< 138029 1726888003.94278: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/flags.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc' <<< 138029 1726888003.94281: stdout chunk (state=3): >>>import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3d2450> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3d2060> <<< 138029 1726888003.94316: 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' <<< 138029 1726888003.94344: 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' <<< 138029 1726888003.94347: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3f4b60> <<< 138029 1726888003.94381: 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' <<< 138029 1726888003.94433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888003.94469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3f5dc0> <<< 138029 1726888003.94518: 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 0x7fce9b3f56d0> <<< 138029 1726888003.94540: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3f5520> <<< 138029 1726888003.94581: 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' <<< 138029 1726888003.94584: 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 0x7fce9b3f8260> <<< 138029 1726888003.94744: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3f7fb0> <<< 138029 1726888003.94778: 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' <<< 138029 1726888003.94810: 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' <<< 138029 1726888003.94822: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 138029 1726888003.94936: 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' <<< 138029 1726888003.94949: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3fa090> <<< 138029 1726888003.95027: 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 0x7fce9b3f9e20> <<< 138029 1726888003.95074: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3f96d0> <<< 138029 1726888003.95099: 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' <<< 138029 1726888003.95121: 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' <<< 138029 1726888003.95133: 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 <<< 138029 1726888003.95207: 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 0x7fce9b3fcd70> <<< 138029 1726888003.95228: 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 0x7fce9b3fd160> <<< 138029 1726888003.95264: 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 <<< 138029 1726888003.95267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 138029 1726888003.95271: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3fd640> <<< 138029 1726888003.95309: 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 0x7fce9b3fdeb0> <<< 138029 1726888003.95337: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3fc440> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3fbef0> <<< 138029 1726888003.95369: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 138029 1726888003.95394: 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 <<< 138029 1726888003.95428: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3fe630> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3fba40> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3fb9e0> <<< 138029 1726888003.95483: 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 <<< 138029 1726888003.95514: 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 <<< 138029 1726888003.95535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 138029 1726888003.95538: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b440d10> <<< 138029 1726888003.95569: 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' <<< 138029 1726888003.95607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 138029 1726888003.95621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 138029 1726888003.95676: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b441bb0> <<< 138029 1726888003.95712: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b441280> <<< 138029 1726888003.95844: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3fefc0> <<< 138029 1726888003.95858: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 138029 1726888003.95912: 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 <<< 138029 1726888003.95934: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 138029 1726888003.96061: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b44a720> <<< 138029 1726888003.96140: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 138029 1726888003.96154: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 138029 1726888003.96168: 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 <<< 138029 1726888003.96222: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 138029 1726888003.96447: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b44fd40> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3f8bc0> <<< 138029 1726888003.96520: 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 <<< 138029 1726888003.96579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/__init__.py # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888003.96600: 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 <<< 138029 1726888003.96611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 138029 1726888003.96708: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2ddbb0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2dd3d0> <<< 138029 1726888003.97458: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b44a300> <<< 138029 1726888003.97475: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 138029 1726888003.97509: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3d2600> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3d1400> <<< 138029 1726888003.97987: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c258500> <<< 138029 1726888003.98002: 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' <<< 138029 1726888003.98067: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f25d0> <<< 138029 1726888003.98100: 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 0x7fce9b2f4380> <<< 138029 1726888003.98124: 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' <<< 138029 1726888003.98159: 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' <<< 138029 1726888003.98182: 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 <<< 138029 1726888003.98273: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 138029 1726888003.98297: 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' # /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' <<< 138029 1726888003.98390: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f7b60> # /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 0x7fce9b2f80e0> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/core.py <<< 138029 1726888003.98530: 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' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f9130> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f8fe0> <<< 138029 1726888003.98624: 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 0x7fce9b2f93d0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f8d40> <<< 138029 1726888003.98673: 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 0x7fce9b2f9880> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f96d0> <<< 138029 1726888003.98740: 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 # code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 138029 1726888003.98784: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f9be0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f98e0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f84d0> <<< 138029 1726888003.98829: 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 0x7fce9b2f8b60> <<< 138029 1726888003.98868: 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' <<< 138029 1726888003.98944: 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 0x7fce9b2fdb80> <<< 138029 1726888003.98987: 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 0x7fce9b2fdf10> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2fd8e0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2fcf50> <<< 138029 1726888003.99035: 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 0x7fce9b2fe090> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f7800> # /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 0x7fce9b2fe120> <<< 138029 1726888003.99171: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f5370> <<< 138029 1726888003.99210: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f4a40> <<< 138029 1726888003.99239: 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 <<< 138029 1726888003.99243: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 138029 1726888003.99270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 138029 1726888003.99287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 138029 1726888003.99305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 138029 1726888003.99339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 138029 1726888003.99421: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b306240> <<< 138029 1726888003.99424: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3050a0> # /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' <<< 138029 1726888003.99447: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b30b830> <<< 138029 1726888003.99498: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2ff260> <<< 138029 1726888003.99520: 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 <<< 138029 1726888003.99554: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 138029 1726888003.99598: 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 <<< 138029 1726888003.99624: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888003.99648: 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 0x7fce9b48f710> <<< 138029 1726888003.99729: 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 <<< 138029 1726888003.99773: 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 <<< 138029 1726888003.99775: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888003.99848: 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 # 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 0x7fce9a3783b0> <<< 138029 1726888003.99935: 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 0x7fce9a378b60> # /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' <<< 138029 1726888003.99973: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a379190> # /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' <<< 138029 1726888004.00004: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a379490> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a378230> <<< 138029 1726888004.00027: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b33b950> <<< 138029 1726888004.00322: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b338770> # /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 0x7fce9a38c170> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b339400> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b338290> # /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 0x7fce9a38c740> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b338bf0> <<< 138029 1726888004.00325: 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' <<< 138029 1726888004.00353: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a38c980> <<< 138029 1726888004.00371: 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' <<< 138029 1726888004.00402: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a38cdd0> <<< 138029 1726888004.00430: 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' <<< 138029 1726888004.00448: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a38d5b0> <<< 138029 1726888004.00580: 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 <<< 138029 1726888004.00681: stdout chunk (state=3): >>># 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' <<< 138029 1726888004.00734: 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 0x7fce9a3b8f80> <<< 138029 1726888004.00760: 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 <<< 138029 1726888004.00797: 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 0x7fce9a3ba0c0> <<< 138029 1726888004.00838: stdout chunk (state=3): >>>import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a3b9a90> # /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' <<< 138029 1726888004.00903: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a3ba4b0> <<< 138029 1726888004.00929: 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 0x7fce9a3bb050> # /usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/disk.py <<< 138029 1726888004.00968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888004.00998: 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 0x7fce9a165d60> <<< 138029 1726888004.01018: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a164a40> <<< 138029 1726888004.01093: 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' <<< 138029 1726888004.01102: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1671d0> <<< 138029 1726888004.01188: 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 0x7fce9a188530> # /usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/partition.py <<< 138029 1726888004.01190: 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 0x7fce9a189370> <<< 138029 1726888004.01198: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a3ae270> <<< 138029 1726888004.01231: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a3adee0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/disklabel.py <<< 138029 1726888004.01248: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 138029 1726888004.01311: 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 0x7fce9a18b980> <<< 138029 1726888004.01315: 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 <<< 138029 1726888004.01327: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 138029 1726888004.01368: 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 <<< 138029 1726888004.01378: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 138029 1726888004.01427: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1b8380> <<< 138029 1726888004.01448: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a18b950> <<< 138029 1726888004.01590: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a18ae40> <<< 138029 1726888004.01632: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/dmraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc' import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1d8b90> <<< 138029 1726888004.01674: 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 0x7fce9a1d8cb0> <<< 138029 1726888004.01693: 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 <<< 138029 1726888004.01722: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 138029 1726888004.01758: 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' <<< 138029 1726888004.01816: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1f0440> <<< 138029 1726888004.01822: 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 <<< 138029 1726888004.01833: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 138029 1726888004.01882: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1f0b00> <<< 138029 1726888004.01900: 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 <<< 138029 1726888004.01906: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 138029 1726888004.01975: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1f14f0> <<< 138029 1726888004.01987: 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' <<< 138029 1726888004.01994: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1f1940> <<< 138029 1726888004.02020: 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' <<< 138029 1726888004.02065: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1f1e50> <<< 138029 1726888004.02077: 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 <<< 138029 1726888004.02090: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' <<< 138029 1726888004.02093: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1f2180> <<< 138029 1726888004.02130: 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' <<< 138029 1726888004.02152: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1f2750> <<< 138029 1726888004.02179: 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 <<< 138029 1726888004.02199: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 138029 1726888004.02220: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1f2930> <<< 138029 1726888004.02232: 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 <<< 138029 1726888004.02245: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 138029 1726888004.02282: 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' <<< 138029 1726888004.02341: 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 0x7fce9a1f3b90> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1f3a40> <<< 138029 1726888004.02352: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1f2ae0> <<< 138029 1726888004.02386: 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 <<< 138029 1726888004.02388: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' <<< 138029 1726888004.02414: 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' <<< 138029 1726888004.02434: 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 <<< 138029 1726888004.02456: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 138029 1726888004.02500: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a2287a0> <<< 138029 1726888004.02528: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a2283e0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1f3920> <<< 138029 1726888004.02771: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1d91c0> <<< 138029 1726888004.02812: 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' <<< 138029 1726888004.02893: 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' <<< 138029 1726888004.02920: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a054200> # /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' <<< 138029 1726888004.02952: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a054620> <<< 138029 1726888004.03131: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1dae10> <<< 138029 1726888004.03158: 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' # /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' <<< 138029 1726888004.03619: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a0576e0> <<< 138029 1726888004.03699: 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 0x7fce9a057860> <<< 138029 1726888004.03785: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a056db0> # /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' <<< 138029 1726888004.03813: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a06dd30> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/multipath.py <<< 138029 1726888004.03817: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 138029 1726888004.03845: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a06f140> <<< 138029 1726888004.03892: 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' <<< 138029 1726888004.03920: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a06f920> # /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' <<< 138029 1726888004.04018: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a080230> <<< 138029 1726888004.04082: 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' import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a081fd0> <<< 138029 1726888004.04096: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b48daf0> # /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 0x7fce9b2f90a0> <<< 138029 1726888004.04251: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b30a900> <<< 138029 1726888004.04326: 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' <<< 138029 1726888004.04406: 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' <<< 138029 1726888004.04458: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a0b51c0> # /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 0x7fce9a0b6000> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/dm.py <<< 138029 1726888004.04461: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 138029 1726888004.04488: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a0b6810> <<< 138029 1726888004.04607: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a0b4110> <<< 138029 1726888004.04618: 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 <<< 138029 1726888004.04678: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888004.04725: 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' <<< 138029 1726888004.04737: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a0f02f0> <<< 138029 1726888004.04860: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a0d6a50> <<< 138029 1726888004.04918: 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' <<< 138029 1726888004.04937: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a101e20> <<< 138029 1726888004.05041: 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 <<< 138029 1726888004.05126: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888004.05161: 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' <<< 138029 1726888004.05228: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a11b9e0> <<< 138029 1726888004.05231: 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' <<< 138029 1726888004.05261: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99f47e90> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/md.py <<< 138029 1726888004.05329: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 138029 1726888004.05354: 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 0x7fce99f621e0> <<< 138029 1726888004.05493: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99f603e0> <<< 138029 1726888004.05552: 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' <<< 138029 1726888004.05558: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99f945f0> <<< 138029 1726888004.05906: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1182c0> <<< 138029 1726888004.05911: 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 <<< 138029 1726888004.05938: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888004.06063: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a118500> <<< 138029 1726888004.06082: 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' <<< 138029 1726888004.06120: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99ff2690> <<< 138029 1726888004.06148: 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 <<< 138029 1726888004.06165: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 138029 1726888004.06181: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99ff3170> <<< 138029 1726888004.06219: 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' <<< 138029 1726888004.06223: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99ff3cb0> <<< 138029 1726888004.06273: 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' <<< 138029 1726888004.06317: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a004170> <<< 138029 1726888004.06340: 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 0x7fce9a005040> <<< 138029 1726888004.06382: 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 <<< 138029 1726888004.06386: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888004.06480: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a005910> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f44d0> <<< 138029 1726888004.06532: 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 <<< 138029 1726888004.06541: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 138029 1726888004.06684: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a006390> <<< 138029 1726888004.06711: 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 <<< 138029 1726888004.06737: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 138029 1726888004.06758: 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 <<< 138029 1726888004.06821: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 138029 1726888004.06887: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a030d10> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a026a50> <<< 138029 1726888004.06954: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888004.06994: 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 <<< 138029 1726888004.07225: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888004.07431: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 138029 1726888004.07743: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888004.07865: 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 <<< 138029 1726888004.07869: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 138029 1726888004.07937: 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' <<< 138029 1726888004.07984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888004.08011: 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' <<< 138029 1726888004.08083: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99eb03b0> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888004.08088: 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 0x7fce99eb0710> <<< 138029 1726888004.08140: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99e9c740> <<< 138029 1726888004.08145: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99e87ef0> <<< 138029 1726888004.08194: 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' <<< 138029 1726888004.08285: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99e9c920> <<< 138029 1726888004.08309: 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 <<< 138029 1726888004.08343: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 138029 1726888004.08381: 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 <<< 138029 1726888004.08392: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 138029 1726888004.08417: 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 0x7fce99d24200> <<< 138029 1726888004.08441: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99eb3740> <<< 138029 1726888004.08497: 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' <<< 138029 1726888004.08514: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99d24680> # /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' <<< 138029 1726888004.08546: 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 <<< 138029 1726888004.08559: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 138029 1726888004.08618: 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 <<< 138029 1726888004.08623: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888004.08645: 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' <<< 138029 1726888004.08664: 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 0x7fce99d26810> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99d265a0> <<< 138029 1726888004.08695: 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 <<< 138029 1726888004.08740: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99d26b10> # /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 0x7fce99d26e10> <<< 138029 1726888004.08787: 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 0x7fce99d26fc0> <<< 138029 1726888004.08844: 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' <<< 138029 1726888004.08888: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99d27200> <<< 138029 1726888004.08932: 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 0x7fce99d277a0> # /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' <<< 138029 1726888004.09025: stdout chunk (state=3): >>>import 'blivet.populator.helpers.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99d50290> # /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 0x7fce99d50410> # /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 <<< 138029 1726888004.09067: 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 0x7fce99d505f0> <<< 138029 1726888004.09117: 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 0x7fce99d50c20> # /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 <<< 138029 1726888004.09121: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' <<< 138029 1726888004.09165: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99d51580> <<< 138029 1726888004.09168: 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' <<< 138029 1726888004.09170: stdout chunk (state=3): >>>import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99d519a0> <<< 138029 1726888004.09242: 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 0x7fce99d51be0> # /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' <<< 138029 1726888004.09247: stdout chunk (state=3): >>>import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99d51ca0> <<< 138029 1726888004.09288: 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 <<< 138029 1726888004.09292: 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 0x7fce99d51f70> <<< 138029 1726888004.09313: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99d25e50> <<< 138029 1726888004.09363: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99d24ef0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99d24e00> <<< 138029 1726888004.09438: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99eb1670> <<< 138029 1726888004.09506: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99e85850> <<< 138029 1726888004.19834: 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 <<< 138029 1726888004.19867: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 138029 1726888004.20084: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99ddf470> <<< 138029 1726888052.26701: stdout chunk (state=3): >>> {"changed": true, "actions": [{"action": "create format", "fs_type": "disklabel", "device": "/dev/sdc"}, {"action": "create device", "fs_type": null, "device": "/dev/sdc1"}, {"action": "create format", "fs_type": "mdmember", "device": "/dev/sdc1"}, {"action": "create format", "fs_type": "disklabel", "device": "/dev/sdb"}, {"action": "create device", "fs_type": null, "device": "/dev/sdb1"}, {"action": "create format", "fs_type": "mdmember", "device": "/dev/sdb1"}, {"action": "create format", "fs_type": "disklabel", "device": "/dev/sda"}, {"action": "create device", "fs_type": null, "device": "/dev/sda1"}, {"action": "create format", "fs_type": "mdmember", "device": "/dev/sda1"}, {"action": "create device", "fs_type": null, "device": "/dev/md/vg1-1"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/md/vg1-1"}, {"action": "create device", "fs_type": null, "device": "/dev/vg1"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/vg1-Lv3"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/vg1-Lv3"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/vg1-Lv2"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/vg1-Lv2"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/vg1-lv1"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/vg1-lv1"}], "leaves": ["/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3"], "mounts": [{"src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}, {"src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "path": "/opt/test2", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}, {"src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "path": "/opt/test3", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid1", "raid_device_count": 2, "raid_spare_count": 1, "raid_metadata_version": "1.0", "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "2g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_kernel_device": "/dev/dm-2", "_raw_kernel_device": "/dev/dm-2"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test2", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv2", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_kernel_device": "/dev/dm-1", "_raw_kernel_device": "/dev/dm-1"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test3", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv3", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["lvm2", "mdadm", "xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid1", "raid_device_count": 2, "raid_spare_count": 1, "raid_metadata_version": "1.0", "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "2g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_kernel_device": "/dev/dm-2", "_raw_kernel_device": "/dev/dm-2"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test2", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv2", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_kernel_device": "/dev/dm-1", "_raw_kernel_device": "/dev/dm-1"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test3", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv3", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "use_partitions": true, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 138029 1726888052.28358: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888052.28409: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888052.28429: 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__ <<< 138029 1726888052.28504: 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 # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[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 <<< 138029 1726888052.28587: 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 # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888052.28640: stdout chunk (state=3): >>># destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_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 <<< 138029 1726888052.28647: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # 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 <<< 138029 1726888052.28754: stdout chunk (state=3): >>># 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 <<< 138029 1726888052.28779: 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 <<< 138029 1726888052.29566: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888052.29579: stdout chunk (state=3): >>># destroy _bz2 <<< 138029 1726888052.29592: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 138029 1726888052.29603: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888052.29621: stdout chunk (state=3): >>># destroy zipfile._path <<< 138029 1726888052.29632: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888052.29642: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888052.29685: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888052.29687: stdout chunk (state=3): >>># destroy _compat_pickle <<< 138029 1726888052.29718: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi <<< 138029 1726888052.29773: 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 # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning <<< 138029 1726888052.29781: stdout chunk (state=3): >>># cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices <<< 138029 1726888052.29802: stdout chunk (state=3): >>># 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 <<< 138029 1726888052.29813: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk <<< 138029 1726888052.29832: 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 <<< 138029 1726888052.29846: stdout chunk (state=3): >>># cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto <<< 138029 1726888052.29883: 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 <<< 138029 1726888052.29902: 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 <<< 138029 1726888052.29927: stdout chunk (state=3): >>># cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # 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 <<< 138029 1726888052.29972: 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 <<< 138029 1726888052.29986: stdout chunk (state=3): >>># destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch <<< 138029 1726888052.29993: stdout chunk (state=3): >>># cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev <<< 138029 1726888052.30016: 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 <<< 138029 1726888052.30038: stdout chunk (state=3): >>># cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib <<< 138029 1726888052.30049: stdout chunk (state=3): >>># cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides <<< 138029 1726888052.30066: 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 <<< 138029 1726888052.30075: stdout chunk (state=3): >>># cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper <<< 138029 1726888052.30100: stdout chunk (state=3): >>># 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 <<< 138029 1726888052.30104: stdout chunk (state=3): >>># cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect <<< 138029 1726888052.30125: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 138029 1726888052.30144: 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 <<< 138029 1726888052.30169: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888052.30181: stdout chunk (state=3): >>># cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian <<< 138029 1726888052.30206: stdout chunk (state=3): >>># destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket <<< 138029 1726888052.30225: stdout chunk (state=3): >>># cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 138029 1726888052.30229: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping uuid <<< 138029 1726888052.30249: 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 <<< 138029 1726888052.30260: stdout chunk (state=3): >>># destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize <<< 138029 1726888052.30281: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors <<< 138029 1726888052.30295: stdout chunk (state=3): >>># cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale <<< 138029 1726888052.30311: stdout chunk (state=3): >>># destroy encodings <<< 138029 1726888052.30348: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp <<< 138029 1726888052.30351: stdout chunk (state=3): >>># 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 <<< 138029 1726888052.30361: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib <<< 138029 1726888052.30377: 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 <<< 138029 1726888052.30383: stdout chunk (state=3): >>># cleanup[3] wiping errno <<< 138029 1726888052.30401: 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 <<< 138029 1726888052.30421: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 138029 1726888052.30450: 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 <<< 138029 1726888052.30462: 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 <<< 138029 1726888052.30468: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 138029 1726888052.30494: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ <<< 138029 1726888052.30508: 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 # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings <<< 138029 1726888052.30530: stdout chunk (state=3): >>># cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib <<< 138029 1726888052.30534: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 138029 1726888052.30551: stdout chunk (state=3): >>># destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888052.31536: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888052.31588: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref <<< 138029 1726888052.31602: stdout chunk (state=3): >>># destroy zipimport <<< 138029 1726888052.31624: stdout chunk (state=3): >>># destroy gi._gi <<< 138029 1726888052.31631: stdout chunk (state=3): >>># destroy _struct <<< 138029 1726888052.31720: stdout chunk (state=3): >>># destroy pyudev <<< 138029 1726888052.31824: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser <<< 138029 1726888052.31829: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888052.31929: stdout chunk (state=3): >>># destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap <<< 138029 1726888052.31936: stdout chunk (state=3): >>># destroy fnmatch <<< 138029 1726888052.31963: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 138029 1726888052.31988: 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 <<< 138029 1726888052.31996: stdout chunk (state=3): >>># destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 138029 1726888052.32026: 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 <<< 138029 1726888052.32045: stdout chunk (state=3): >>># destroy _warnings <<< 138029 1726888052.32053: stdout chunk (state=3): >>># destroy posix <<< 138029 1726888052.32075: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888052.32085: stdout chunk (state=3): >>># destroy selinux._selinux <<< 138029 1726888052.32095: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 138029 1726888052.32173: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 138029 1726888052.32183: stdout chunk (state=3): >>># destroy _signal <<< 138029 1726888052.32210: stdout chunk (state=3): >>># destroy keyword # destroy abc <<< 138029 1726888052.32222: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888052.32243: 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 copy # destroy inspect # destroy blivet.formats.fslib <<< 138029 1726888052.32258: 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 <<< 138029 1726888052.32273: stdout chunk (state=3): >>># destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves <<< 138029 1726888052.32295: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections <<< 138029 1726888052.32346: 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 <<< 138029 1726888052.32371: stdout chunk (state=3): >>># destroy platform # destroy distro # destroy datetime <<< 138029 1726888052.32399: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 138029 1726888052.32488: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888052.32647: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 138029 1726888052.32663: stdout chunk (state=3): >>># destroy _codecs # destroy os # destroy functools <<< 138029 1726888052.32675: stdout chunk (state=3): >>># destroy re <<< 138029 1726888052.32681: stdout chunk (state=3): >>># destroy _random <<< 138029 1726888052.32719: stdout chunk (state=3): >>># destroy _thread # destroy itertools <<< 138029 1726888052.32732: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726888052.37978: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888052.38008: stderr chunk (state=3): >>><<< 138029 1726888052.38011: stdout chunk (state=3): >>><<< 138029 1726888052.38189: _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 0x7fce9c3bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c38ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c3be930> 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 0x7fce9c3ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fce9c3cdfd0> 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 0x7fce9c1d3da0> # /usr/lib64/python3.12/__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 0x7fce9c1d3fe0> # /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 0x7fce9c203740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c203dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c1e3a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c1e1190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c1d0f50> # /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 0x7fce9c227680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c2262a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c1e2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c1d2810> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c258680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c1d01d0> # /usr/lib64/python3.12/__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 0x7fce9c258b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c2589e0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fce9c258da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c1c6cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fce9c259460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c259130> 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 0x7fce9c25a360> 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 0x7fce9c270560> 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 0x7fce9c271c10> # /usr/lib64/python3.12/__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 0x7fce9c272ab0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fce9c273110> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c272000> # /usr/lib64/python3.12/__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 0x7fce9c273b90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c2732c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c25a2d0> # /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 0x7fce9bfabad0> # /usr/lib64/python3.12/__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 0x7fce9bfd8530> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9bfd8290> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fce9bfd8560> # /usr/lib64/python3.12/__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 0x7fce9bfd8e90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fce9bfd97c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9bfd8740> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9bfa9c70> # /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 0x7fce9bfdaba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9bfd98e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c25aa80> # /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 0x7fce9c002ed0> # /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 0x7fce9c027230> # /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 0x7fce9c053f50> # /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 0x7fce9c0867b0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c084170> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c027ec0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b929190> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c026030> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9bfdbaa0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fce9c026630> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_ecnerigo/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 0x7fce9b976e70> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b959d60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b958ec0> # 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 0x7fce9b974d40> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fce9b9ae7b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b9ae540> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b9ade50> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fce9b9ae2a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9bfd8440> 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 0x7fce9b9af560> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fce9b9af7a0> # /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 0x7fce9b9afce0> 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 0x7fce9b815af0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fce9b817710> # /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 0x7fce9b818110> # /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 0x7fce9b8192b0> # /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 0x7fce9b81bda0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fce9c1c6de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b81a060> # /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 0x7fce9b823d70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b822840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b8225a0> # /usr/lib64/python3.12/__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 0x7fce9b822b10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b81a570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fce9b867f80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b867fe0> # /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 0x7fce9b869af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b8698b0> # /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 0x7fce9b86bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b86a1e0> # /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 0x7fce9b86f7a0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b86c170> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fce9b870a70> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fce9b8707a0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fce9b870110> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b8681a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fce9b8fc230> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fce9b8fd460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b8729c0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fce9b873d10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b8725d0> # 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 0x7fce9b701670> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fce9b7024e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b8fd580> 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 0x7fce9b702570> # 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 0x7fce9b7035f0> # 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 0x7fce9b70de50> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b709040> 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 0x7fce9b8027e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b9de4b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b70dc10> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b701220> # 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 0x7fce9b3c0a70> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b78fe90> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b78d760> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b7a0560> # 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 0x7fce9b3d2450> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3d2060> # /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 0x7fce9b3f4b60> # /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 0x7fce9b3f5dc0> # 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 0x7fce9b3f56d0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3f5520> # /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 0x7fce9b3f8260> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3f7fb0> # /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 0x7fce9b3fa090> # 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 0x7fce9b3f9e20> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3f96d0> # /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 0x7fce9b3fcd70> # /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 0x7fce9b3fd160> # /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 0x7fce9b3fd640> # /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 0x7fce9b3fdeb0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3fc440> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3fbef0> # 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 0x7fce9b3fe630> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3fba40> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3fb9e0> # /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 0x7fce9b440d10> # /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 0x7fce9b441bb0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b441280> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3fefc0> 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 0x7fce9b44a720> 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 0x7fce9b44fd40> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3f8bc0> # /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 0x7fce9b2ddbb0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2dd3d0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b44a300> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3d2600> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3d1400> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9c258500> # /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 0x7fce9b2f25d0> # /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 0x7fce9b2f4380> # /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 0x7fce9b2f7b60> # /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 0x7fce9b2f80e0> # /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 0x7fce9b2f9130> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f8fe0> # /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 0x7fce9b2f93d0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f8d40> # /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 0x7fce9b2f9880> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f96d0> # /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 0x7fce9b2f9be0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f98e0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f84d0> # /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 0x7fce9b2f8b60> # /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 0x7fce9b2fdb80> # /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 0x7fce9b2fdf10> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2fd8e0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2fcf50> # /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 0x7fce9b2fe090> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f7800> # /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 0x7fce9b2fe120> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f5370> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f4a40> # /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 0x7fce9b306240> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b3050a0> # /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 0x7fce9b30b830> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2ff260> # /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 0x7fce9b48f710> # /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 0x7fce9a3783b0> # /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 0x7fce9a378b60> # /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 0x7fce9a379190> # /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 0x7fce9a379490> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a378230> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b33b950> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b338770> # /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 0x7fce9a38c170> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b339400> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b338290> # /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 0x7fce9a38c740> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b338bf0> # /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 0x7fce9a38c980> # /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 0x7fce9a38cdd0> # /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 0x7fce9a38d5b0> # /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 0x7fce9a3b8f80> # /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 0x7fce9a3ba0c0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a3b9a90> # /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 0x7fce9a3ba4b0> # /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 0x7fce9a3bb050> # /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 0x7fce9a165d60> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a164a40> # /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 0x7fce9a1671d0> # /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 0x7fce9a188530> # /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 0x7fce9a189370> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a3ae270> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a3adee0> # /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 0x7fce9a18b980> # /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 0x7fce9a1b8380> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a18b950> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a18ae40> # /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 0x7fce9a1d8b90> # /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 0x7fce9a1d8cb0> # /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 0x7fce9a1f0440> # /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 0x7fce9a1f0b00> # /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 0x7fce9a1f14f0> # /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 0x7fce9a1f1940> # /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 0x7fce9a1f1e50> # /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 0x7fce9a1f2180> # /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 0x7fce9a1f2750> # /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 0x7fce9a1f2930> # /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 0x7fce9a1f3b90> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1f3a40> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1f2ae0> # /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 0x7fce9a2287a0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a2283e0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1f3920> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1d91c0> # /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 0x7fce9a054200> # /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 0x7fce9a054620> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1dae10> # /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 0x7fce9a0576e0> # /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 0x7fce9a057860> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a056db0> # /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 0x7fce9a06dd30> # /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 0x7fce9a06f140> # /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 0x7fce9a06f920> # /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 0x7fce9a080230> # /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 0x7fce9a081fd0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b48daf0> # /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 0x7fce9b2f90a0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b30a900> # /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 0x7fce9a0b51c0> # /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 0x7fce9a0b6000> # /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 0x7fce9a0b6810> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a0b4110> # /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 0x7fce9a0f02f0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a0d6a50> # /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 0x7fce9a101e20> # /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 0x7fce9a11b9e0> # /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 0x7fce99f47e90> # /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 0x7fce99f621e0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99f603e0> # /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 0x7fce99f945f0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a1182c0> # /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 0x7fce9a118500> # /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 0x7fce99ff2690> # /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 0x7fce99ff3170> # /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 0x7fce99ff3cb0> # /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 0x7fce9a004170> # /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 0x7fce9a005040> # /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 0x7fce9a005910> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9b2f44d0> # /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 0x7fce9a006390> # /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 0x7fce9a030d10> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce9a026a50> # 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 0x7fce99eb03b0> # 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 0x7fce99eb0710> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99e9c740> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99e87ef0> # /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 0x7fce99e9c920> # /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 0x7fce99d24200> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99eb3740> # /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 0x7fce99d24680> # /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 0x7fce99d26810> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99d265a0> # /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 0x7fce99d26b10> # /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 0x7fce99d26e10> # /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 0x7fce99d26fc0> # /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 0x7fce99d27200> # /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 0x7fce99d277a0> # /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 0x7fce99d50290> # /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 0x7fce99d50410> # /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 0x7fce99d505f0> # /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 0x7fce99d50c20> # /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 0x7fce99d51580> # /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 0x7fce99d519a0> # /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 0x7fce99d51be0> # /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 0x7fce99d51ca0> # /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 0x7fce99d51f70> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99d25e50> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99d24ef0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99d24e00> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99eb1670> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fce99e85850> # /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 0x7fce99ddf470> {"changed": true, "actions": [{"action": "create format", "fs_type": "disklabel", "device": "/dev/sdc"}, {"action": "create device", "fs_type": null, "device": "/dev/sdc1"}, {"action": "create format", "fs_type": "mdmember", "device": "/dev/sdc1"}, {"action": "create format", "fs_type": "disklabel", "device": "/dev/sdb"}, {"action": "create device", "fs_type": null, "device": "/dev/sdb1"}, {"action": "create format", "fs_type": "mdmember", "device": "/dev/sdb1"}, {"action": "create format", "fs_type": "disklabel", "device": "/dev/sda"}, {"action": "create device", "fs_type": null, "device": "/dev/sda1"}, {"action": "create format", "fs_type": "mdmember", "device": "/dev/sda1"}, {"action": "create device", "fs_type": null, "device": "/dev/md/vg1-1"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/md/vg1-1"}, {"action": "create device", "fs_type": null, "device": "/dev/vg1"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/vg1-Lv3"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/vg1-Lv3"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/vg1-Lv2"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/vg1-Lv2"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/vg1-lv1"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/vg1-lv1"}], "leaves": ["/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3"], "mounts": [{"src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}, {"src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "path": "/opt/test2", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}, {"src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "path": "/opt/test3", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid1", "raid_device_count": 2, "raid_spare_count": 1, "raid_metadata_version": "1.0", "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "2g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_kernel_device": "/dev/dm-2", "_raw_kernel_device": "/dev/dm-2"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test2", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv2", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_kernel_device": "/dev/dm-1", "_raw_kernel_device": "/dev/dm-1"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test3", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv3", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["lvm2", "mdadm", "xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid1", "raid_device_count": 2, "raid_spare_count": 1, "raid_metadata_version": "1.0", "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "2g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_kernel_device": "/dev/dm-2", "_raw_kernel_device": "/dev/dm-2"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test2", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv2", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_kernel_device": "/dev/dm-1", "_raw_kernel_device": "/dev/dm-1"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test3", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv3", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "use_partitions": true, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # 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 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 blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 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 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 blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # 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 138029 1726888052.39396: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [{'name': 'vg1', 'disks': ['sda', 'sdb', 'sdc'], 'type': 'lvm', 'raid_level': 'raid1', 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'state': 'present', 'volumes': [{'name': 'lv1', 'size': '2g', 'mount_point': '/opt/test1'}, {'name': 'Lv2', 'size': '3g', 'mount_point': '/opt/test2'}, {'name': 'Lv3', 'size': '3g', 'mount_point': '/opt/test3'}]}], 'volumes': [], 'use_partitions': True, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888003.6048064-138737-132906479710800/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888052.39400: _low_level_execute_command(): starting 138029 1726888052.39403: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888003.6048064-138737-132906479710800/ > /dev/null 2>&1 && sleep 0' 138029 1726888052.39406: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888052.39408: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888052.39410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888052.39413: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888052.39415: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888052.39417: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888052.39421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888052.39422: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888052.39424: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888052.39425: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888052.39426: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888052.39427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888052.39428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888052.39430: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888052.39431: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888052.39437: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888052.39438: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888052.39440: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888052.39441: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888052.39473: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888052.70001: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888052.70032: stderr chunk (state=3): >>><<< 138029 1726888052.70036: stdout chunk (state=3): >>><<< 138029 1726888052.70051: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888052.70060: handler run complete 138029 1726888052.70169: attempt loop complete, returning result 138029 1726888052.70172: _execute() done 138029 1726888052.70175: dumping result to json 138029 1726888052.70196: done dumping result, returning 138029 1726888052.70205: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-5a58-73a2-0000000002ff] 138029 1726888052.70208: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002ff 138029 1726888052.70489: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000002ff 138029 1726888052.70492: WORKER PROCESS EXITING changed: [managed_node3] => { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "state": "mounted" } ], "packages": [ "lvm2", "mdadm", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } 138029 1726888052.70853: no more pending results, returning what we have 138029 1726888052.70857: results queue empty 138029 1726888052.70858: checking for any_errors_fatal 138029 1726888052.70861: done checking for any_errors_fatal 138029 1726888052.70862: checking for max_fail_percentage 138029 1726888052.70863: done checking for max_fail_percentage 138029 1726888052.70864: checking to see if all hosts have failed and the running result is not ok 138029 1726888052.70864: done checking to see if all hosts have failed 138029 1726888052.70864: getting the remaining hosts for this loop 138029 1726888052.70865: done getting the remaining hosts for this loop 138029 1726888052.70868: getting the next task for host managed_node3 138029 1726888052.70871: done getting next task for host managed_node3 138029 1726888052.70875: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 138029 1726888052.70877: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888052.70885: getting variables 138029 1726888052.70886: in VariableManager get_vars() 138029 1726888052.70906: Calling all_inventory to load vars for managed_node3 138029 1726888052.70907: Calling groups_inventory to load vars for managed_node3 138029 1726888052.70909: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888052.70914: Calling all_plugins_play to load vars for managed_node3 138029 1726888052.70916: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888052.70918: Calling groups_plugins_play to load vars for managed_node3 138029 1726888052.71195: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888052.71518: done with get_vars() 138029 1726888052.71530: done getting variables 138029 1726888052.71574: 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:07:32 -0400 (0:00:49.217) 0:01:05.439 ****** 138029 1726888052.71596: entering _queue_task() for managed_node3/command 138029 1726888052.71803: worker is 1 (out of 1 available) 138029 1726888052.71817: exiting _queue_task() for managed_node3/command 138029 1726888052.71828: done queuing things up, now waiting for results queue to drain 138029 1726888052.71830: waiting for pending results... 138029 1726888052.72006: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 138029 1726888052.72099: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000300 138029 1726888052.72110: variable 'ansible_search_path' from source: unknown 138029 1726888052.72113: variable 'ansible_search_path' from source: unknown 138029 1726888052.72140: calling self._execute() 138029 1726888052.72205: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888052.72209: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888052.72216: variable 'omit' from source: magic vars 138029 1726888052.72488: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888052.74162: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888052.74213: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888052.74246: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888052.74272: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888052.74291: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888052.74347: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888052.74372: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888052.74390: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888052.74416: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888052.74426: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888052.74512: Evaluated conditional (storage_udevadm_trigger | d(false)): False 138029 1726888052.74515: when evaluation is False, skipping this task 138029 1726888052.74519: _execute() done 138029 1726888052.74521: dumping result to json 138029 1726888052.74524: done dumping result, returning 138029 1726888052.74528: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-5a58-73a2-000000000300] 138029 1726888052.74533: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000300 138029 1726888052.74619: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000300 138029 1726888052.74622: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 138029 1726888052.74696: no more pending results, returning what we have 138029 1726888052.74699: results queue empty 138029 1726888052.74700: checking for any_errors_fatal 138029 1726888052.74724: done checking for any_errors_fatal 138029 1726888052.74724: checking for max_fail_percentage 138029 1726888052.74726: done checking for max_fail_percentage 138029 1726888052.74727: checking to see if all hosts have failed and the running result is not ok 138029 1726888052.74727: done checking to see if all hosts have failed 138029 1726888052.74728: getting the remaining hosts for this loop 138029 1726888052.74729: done getting the remaining hosts for this loop 138029 1726888052.74735: getting the next task for host managed_node3 138029 1726888052.74739: done getting next task for host managed_node3 138029 1726888052.74743: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 138029 1726888052.74747: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888052.74762: getting variables 138029 1726888052.74764: in VariableManager get_vars() 138029 1726888052.74791: Calling all_inventory to load vars for managed_node3 138029 1726888052.74794: Calling groups_inventory to load vars for managed_node3 138029 1726888052.74796: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888052.74803: Calling all_plugins_play to load vars for managed_node3 138029 1726888052.74806: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888052.74808: Calling groups_plugins_play to load vars for managed_node3 138029 1726888052.75275: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888052.75593: done with get_vars() 138029 1726888052.75602: 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:07:32 -0400 (0:00:00.040) 0:01:05.480 ****** 138029 1726888052.75665: entering _queue_task() for managed_node3/stat 138029 1726888052.75857: worker is 1 (out of 1 available) 138029 1726888052.75870: exiting _queue_task() for managed_node3/stat 138029 1726888052.75882: done queuing things up, now waiting for results queue to drain 138029 1726888052.75883: waiting for pending results... 138029 1726888052.76055: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 138029 1726888052.76152: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000301 138029 1726888052.76169: variable 'ansible_search_path' from source: unknown 138029 1726888052.76173: variable 'ansible_search_path' from source: unknown 138029 1726888052.76198: calling self._execute() 138029 1726888052.76264: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888052.76269: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888052.76275: variable 'omit' from source: magic vars 138029 1726888052.76350: variable 'omit' from source: magic vars 138029 1726888052.76402: variable 'omit' from source: magic vars 138029 1726888052.76424: variable 'omit' from source: magic vars 138029 1726888052.76464: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888052.76490: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888052.76506: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888052.76519: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888052.76528: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888052.76542: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888052.76559: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888052.76581: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888052.76585: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888052.76587: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888052.76670: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888052.76674: Set connection var ansible_timeout to 10 138029 1726888052.76679: Set connection var ansible_pipelining to False 138029 1726888052.76682: Set connection var ansible_shell_type to sh 138029 1726888052.76684: Set connection var ansible_connection to ssh 138029 1726888052.76689: Set connection var ansible_shell_executable to /bin/sh 138029 1726888052.76708: variable 'ansible_shell_executable' from source: unknown 138029 1726888052.76711: variable 'ansible_connection' from source: unknown 138029 1726888052.76714: variable 'ansible_module_compression' from source: unknown 138029 1726888052.76716: variable 'ansible_shell_type' from source: unknown 138029 1726888052.76719: variable 'ansible_shell_executable' from source: unknown 138029 1726888052.76721: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888052.76723: variable 'ansible_pipelining' from source: unknown 138029 1726888052.76727: variable 'ansible_timeout' from source: unknown 138029 1726888052.76730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888052.76880: 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) 138029 1726888052.76889: variable 'omit' from source: magic vars 138029 1726888052.76894: starting attempt loop 138029 1726888052.76897: running the handler 138029 1726888052.76906: _low_level_execute_command(): starting 138029 1726888052.76913: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888052.77428: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888052.77435: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888052.77438: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888052.77482: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888052.77486: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888052.77488: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888052.77550: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888052.79215: stdout chunk (state=3): >>>/root <<< 138029 1726888052.79314: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888052.79340: stderr chunk (state=3): >>><<< 138029 1726888052.79343: stdout chunk (state=3): >>><<< 138029 1726888052.79372: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888052.79384: _low_level_execute_command(): starting 138029 1726888052.79388: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888052.7937288-139803-104062363635935 `" && echo ansible-tmp-1726888052.7937288-139803-104062363635935="` echo /root/.ansible/tmp/ansible-tmp-1726888052.7937288-139803-104062363635935 `" ) && sleep 0' 138029 1726888052.79814: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888052.79817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888052.79826: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888052.79829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888052.79864: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888052.79879: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888052.79928: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888052.83342: stdout chunk (state=3): >>>ansible-tmp-1726888052.7937288-139803-104062363635935=/root/.ansible/tmp/ansible-tmp-1726888052.7937288-139803-104062363635935 <<< 138029 1726888052.83450: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888052.83478: stderr chunk (state=3): >>><<< 138029 1726888052.83481: stdout chunk (state=3): >>><<< 138029 1726888052.83493: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888052.7937288-139803-104062363635935=/root/.ansible/tmp/ansible-tmp-1726888052.7937288-139803-104062363635935 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888052.83535: variable 'ansible_module_compression' from source: unknown 138029 1726888052.83586: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888052.83615: variable 'ansible_facts' from source: unknown 138029 1726888052.83679: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888052.7937288-139803-104062363635935/AnsiballZ_stat.py 138029 1726888052.83774: Sending initial data 138029 1726888052.83777: Sent initial data (155 bytes) 138029 1726888052.84210: 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 <<< 138029 1726888052.84215: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888052.84218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888052.84223: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888052.84225: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888052.84275: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888052.84281: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888052.84324: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888052.85916: 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 <<< 138029 1726888052.85920: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888052.85963: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888052.86008: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpy066_odc /root/.ansible/tmp/ansible-tmp-1726888052.7937288-139803-104062363635935/AnsiballZ_stat.py <<< 138029 1726888052.86014: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888052.7937288-139803-104062363635935/AnsiballZ_stat.py" <<< 138029 1726888052.86057: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpy066_odc" to remote "/root/.ansible/tmp/ansible-tmp-1726888052.7937288-139803-104062363635935/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888052.7937288-139803-104062363635935/AnsiballZ_stat.py" <<< 138029 1726888052.86609: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888052.86643: stderr chunk (state=3): >>><<< 138029 1726888052.86647: stdout chunk (state=3): >>><<< 138029 1726888052.86682: done transferring module to remote 138029 1726888052.86694: _low_level_execute_command(): starting 138029 1726888052.86702: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888052.7937288-139803-104062363635935/ /root/.ansible/tmp/ansible-tmp-1726888052.7937288-139803-104062363635935/AnsiballZ_stat.py && sleep 0' 138029 1726888052.87120: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888052.87123: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888052.87125: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888052.87127: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888052.87134: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888052.87183: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888052.87189: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888052.87234: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888052.89521: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888052.89540: stderr chunk (state=3): >>><<< 138029 1726888052.89543: stdout chunk (state=3): >>><<< 138029 1726888052.89558: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888052.89561: _low_level_execute_command(): starting 138029 1726888052.89568: _low_level_execute_command(): using become for this command 138029 1726888052.89578: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-mogrqkfecsxzkniiyobsgbfijpddswfb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888052.7937288-139803-104062363635935/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888052.89651: Initial state: awaiting_escalation: BECOME-SUCCESS-mogrqkfecsxzkniiyobsgbfijpddswfb 138029 1726888052.90027: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888052.90031: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888052.90070: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888052.90084: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888052.90127: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888052.93330: stdout chunk (state=1): >>>BECOME-SUCCESS-mogrqkfecsxzkniiyobsgbfijpddswfb <<< 138029 1726888052.93334: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-mogrqkfecsxzkniiyobsgbfijpddswfb' 138029 1726888052.93663: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888052.93712: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888052.93733: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888052.93742: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888052.93816: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888052.93819: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888052.93848: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888052.93884: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888052.93910: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888052.93917: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888052.94025: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888052.94032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888052.94057: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888052.94078: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888052.94379: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888052.94407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888052.94414: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21563bc3e0> <<< 138029 1726888052.94417: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215638ba10> <<< 138029 1726888052.94508: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888052.94512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888052.94523: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21563be930> <<< 138029 1726888052.94546: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888052.94575: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888052.94600: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888052.94622: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888052.94637: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888052.94718: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888052.94752: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888052.94761: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888052.94817: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888052.94821: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888052.94833: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888052.94845: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888052.94850: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888052.94873: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888052.95067: 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 0x7f21563ccfe0> <<< 138029 1726888052.95178: 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 <<< 138029 1726888052.95192: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888052.95196: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21563cdfd0> <<< 138029 1726888052.95224: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888052.95257: 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. <<< 138029 1726888052.96145: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888052.96164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888052.96808: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888052.96831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888052.97493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888052.97533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888052.98437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888052.98469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888052.98474: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561abe60> <<< 138029 1726888052.99186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888052.99189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888052.99222: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888052.99229: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561abef0> <<< 138029 1726888052.99645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888052.99671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888053.00267: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888053.00317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888053.00332: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888053.00658: 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' <<< 138029 1726888053.00665: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561e3860> <<< 138029 1726888053.01081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888053.01096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888053.01100: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561e3ef0> <<< 138029 1726888053.01107: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888053.01170: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561c3b30> <<< 138029 1726888053.01178: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888053.01205: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561c1220> <<< 138029 1726888053.01331: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561a9010> <<< 138029 1726888053.01933: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888053.01959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888053.01967: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888053.02414: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888053.02438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888053.02896: 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' <<< 138029 1726888053.02933: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2156207800> <<< 138029 1726888053.02950: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2156206450> <<< 138029 1726888053.03326: 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' <<< 138029 1726888053.03331: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561c2210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2156204bf0> <<< 138029 1726888053.03967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888053.03979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2156238830> <<< 138029 1726888053.03986: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561a8290> <<< 138029 1726888053.04622: 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' <<< 138029 1726888053.04663: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.04670: 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 0x7f2156238ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2156238b90> <<< 138029 1726888053.04709: 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 0x7f2156238f50> <<< 138029 1726888053.04715: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561a6db0> <<< 138029 1726888053.05470: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888053.05474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888053.06134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888053.06177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888053.06181: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21562395b0> <<< 138029 1726888053.06199: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21562392b0> import 'importlib.machinery' # <<< 138029 1726888053.06548: 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' <<< 138029 1726888053.06568: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215623a480> <<< 138029 1726888053.06589: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888053.06596: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888053.07029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888053.07062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888053.07510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888053.07514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2156254650> <<< 138029 1726888053.07537: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888053.07554: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.07574: 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 0x7f2156255d90> <<< 138029 1726888053.07936: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888053.07952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888053.08552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888053.08570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888053.08572: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2156256c30> <<< 138029 1726888053.08615: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.08621: 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 0x7f2156257290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2156256180> <<< 138029 1726888053.08994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888053.09002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888053.09045: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.09053: 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 0x7f2156257d10> <<< 138029 1726888053.09063: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2156257440> <<< 138029 1726888053.09109: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215623a4b0> <<< 138029 1726888053.09288: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888053.09313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888053.09848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888053.09873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888053.09904: 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 0x7f2155fd3c50> <<< 138029 1726888053.10246: 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' <<< 138029 1726888053.10659: 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 0x7f2155ffc680> <<< 138029 1726888053.10669: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155ffc3e0> <<< 138029 1726888053.10695: 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 0x7f2155ffc6b0> <<< 138029 1726888053.11106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888053.11112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888053.11182: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.12054: 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 0x7f2155ffcfe0> <<< 138029 1726888053.12200: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.12204: 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 0x7f2155ffd9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155ffc890> <<< 138029 1726888053.12210: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155fd1df0> <<< 138029 1726888053.12404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888053.12420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888053.12970: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888053.12984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888053.12991: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155ffede0> <<< 138029 1726888053.13017: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155ffdb20> <<< 138029 1726888053.13040: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215623ab70> <<< 138029 1726888053.13373: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888053.13435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888053.13918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888053.13956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888053.13986: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215602b140> <<< 138029 1726888053.14437: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888053.14451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888053.15044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888053.15068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888053.15107: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21560534d0> <<< 138029 1726888053.15397: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888053.15442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888053.15494: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888053.15867: 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 0x7f21560ac2f0> <<< 138029 1726888053.16325: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888053.16360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888053.16846: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888053.16890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888053.16975: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21560aea50> <<< 138029 1726888053.17064: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21560ac410> <<< 138029 1726888053.17100: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21560792e0> <<< 138029 1726888053.17578: 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' <<< 138029 1726888053.17582: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155925460> <<< 138029 1726888053.17606: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21560522d0> <<< 138029 1726888053.17610: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155fffd40> <<< 138029 1726888053.18205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888053.18220: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2156052630> <<< 138029 1726888053.18386: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_ixpr9nid/ansible_stat_payload.zip' <<< 138029 1726888053.18391: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.18526: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.18563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888053.18570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888053.19505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888053.19589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888053.19958: 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' <<< 138029 1726888053.19965: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215597b0b0> import '_typing' # <<< 138029 1726888053.20174: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155959fa0> <<< 138029 1726888053.20179: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155959130> # zipimport: zlib available <<< 138029 1726888053.20214: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888053.20220: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.20238: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.20259: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.20266: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888053.20289: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.21753: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.23339: 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' <<< 138029 1726888053.23344: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155978f80> <<< 138029 1726888053.23774: 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' <<< 138029 1726888053.24184: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888053.24188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888053.24735: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888053.24741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888053.24773: 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 0x7f21559a6a50> <<< 138029 1726888053.24831: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21559a67e0> <<< 138029 1726888053.24859: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21559a60f0> <<< 138029 1726888053.25941: 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 0x7f21559a6540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215597bd40> 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 0x7f21559a7710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21559a7890> <<< 138029 1726888053.26401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888053.26468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888053.26489: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888053.26525: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21559a7da0> <<< 138029 1726888053.26539: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888053.26930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888053.26948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888053.26989: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155811af0> <<< 138029 1726888053.27407: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.27411: 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 0x7f2155813710> <<< 138029 1726888053.27918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888053.27922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888053.27949: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155818110> <<< 138029 1726888053.28252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888053.28303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888053.28307: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155819280> <<< 138029 1726888053.28762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888053.28799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888053.29249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888053.29256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888053.29303: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215581bd40> <<< 138029 1726888053.29347: 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 0x7f2156256ba0> <<< 138029 1726888053.29370: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215581a030> <<< 138029 1726888053.29711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888053.29739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888053.30208: 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' <<< 138029 1726888053.30642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888053.30673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888053.31086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888053.31097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215581fbc0> <<< 138029 1726888053.31111: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888053.31186: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215581e6c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215581e450> <<< 138029 1726888053.31523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888053.31528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888053.31609: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215581e960> <<< 138029 1726888053.31642: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215581a540> <<< 138029 1726888053.31679: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.31684: 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 0x7f2155863e90> <<< 138029 1726888053.31706: 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 0x7f2155863fb0> <<< 138029 1726888053.31732: 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 <<< 138029 1726888053.31765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888053.32377: 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' <<< 138029 1726888053.32423: 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 0x7f2155865ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155865880> <<< 138029 1726888053.32811: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888053.33003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888053.33029: 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 0x7f2155867fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155866150> <<< 138029 1726888053.33519: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888053.33569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888053.34260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888053.34284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888053.34331: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215586b770> <<< 138029 1726888053.34461: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155868140> <<< 138029 1726888053.34536: 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 0x7f215586c590> <<< 138029 1726888053.34572: 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 0x7f215586c5c0> <<< 138029 1726888053.34618: 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 0x7f215586ca40> <<< 138029 1726888053.34627: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155864200> <<< 138029 1726888053.34671: 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' <<< 138029 1726888053.35356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888053.35380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888053.35413: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.35440: 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 0x7f21558f8140> <<< 138029 1726888053.35598: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.35618: 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 0x7f21558f9850> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215586e8d0> <<< 138029 1726888053.35656: 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 0x7f215586fc80><<< 138029 1726888053.35663: stdout chunk (state=3): >>> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215586e4e0> <<< 138029 1726888053.35674: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.35686: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.35698: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888053.35714: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.35812: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.35901: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.35926: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888053.35933: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.35968: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.35972: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888053.35974: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.36090: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.36218: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.36788: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.37366: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888053.37379: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 138029 1726888053.37394: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888053.37402: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888053.37427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888053.37485: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.37498: 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 0x7f21558fda30> <<< 138029 1726888053.37583: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888053.37591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888053.37610: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21558fe780> <<< 138029 1726888053.37613: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21558f96a0> <<< 138029 1726888053.37667: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888053.37672: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.37687: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.37711: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888053.37716: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.37868: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.38476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888053.38491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21558fe450> <<< 138029 1726888053.38495: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.38976: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.39441: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.39511: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.39585: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888053.39608: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.39639: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.39680: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888053.39683: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.39759: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.39849: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888053.39872: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.39888: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.39894: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888053.39904: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.39948: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.39983: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888053.39996: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.40223: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.40832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888053.40892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888053.40911: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888053.40977: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21558ff920> <<< 138029 1726888053.40994: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.41079: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.41164: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888053.41171: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888053.41194: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.41238: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.41276: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888053.41287: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.41341: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.41389: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.41484: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.42497: 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 <<< 138029 1726888053.42538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888053.42624: 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 0x7f215570a2a0> <<< 138029 1726888053.42673: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155705b20> <<< 138029 1726888053.42708: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888053.42711: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.42780: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.42842: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.42876: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.42924: 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 <<< 138029 1726888053.42932: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888053.42943: 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 <<< 138029 1726888053.42975: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888053.43538: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888053.43597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888053.44394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888053.44409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888053.44471: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21559feb70> <<< 138029 1726888053.44514: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21559ee840> <<< 138029 1726888053.44601: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215570a270> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21558f9cd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888053.44614: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.44645: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.44681: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888053.44728: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888053.44745: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.44759: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.44772: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726888053.44792: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.44918: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.45150: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.46570: 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": 257949954, "dev": 51714, "nlink": 1, "atime": 1726887998.8556604, "mtime": 1726887970.8394604, "ctime": 1726887970.8394604, "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": "585673919", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888053.46595: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888053.47121: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888053.47176: 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 <<< 138029 1726888053.47196: 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 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing <<< 138029 1726888053.47309: 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 # <<< 138029 1726888053.47312: stdout chunk (state=3): >>>cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 138029 1726888053.47540: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888053.47554: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888053.47587: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 138029 1726888053.47601: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888053.47634: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888053.47663: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888053.47670: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888053.47699: 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 <<< 138029 1726888053.47742: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 138029 1726888053.47746: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888053.47780: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888053.47789: stdout chunk (state=3): >>># destroy array <<< 138029 1726888053.47792: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888053.47816: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888053.47828: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging <<< 138029 1726888053.47834: stdout chunk (state=3): >>># destroy shlex # destroy subprocess <<< 138029 1726888053.47886: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888053.47900: 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 <<< 138029 1726888053.47913: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888053.47939: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc <<< 138029 1726888053.47951: stdout chunk (state=3): >>># cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 138029 1726888053.47958: 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 <<< 138029 1726888053.47992: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888053.47998: 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 <<< 138029 1726888053.48027: 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 <<< 138029 1726888053.48046: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888053.48175: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888053.48194: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888053.48225: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888053.48233: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888053.48263: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888053.48281: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888053.48305: 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 <<< 138029 1726888053.48325: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888053.48421: 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 <<< 138029 1726888053.48427: stdout chunk (state=3): >>># destroy atexit <<< 138029 1726888053.48442: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect <<< 138029 1726888053.48483: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref # destroy _hashlib <<< 138029 1726888053.48532: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 138029 1726888053.48548: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 138029 1726888053.49038: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888053.49072: stderr chunk (state=3): >>><<< 138029 1726888053.49075: stdout chunk (state=3): >>><<< 138029 1726888053.49144: _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 0x7f21563bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215638ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21563be930> 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 0x7f21563ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f21563cdfd0> 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 0x7f21561abe60> # /usr/lib64/python3.12/__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 0x7f21561abef0> # /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 0x7f21561e3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561e3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561c3b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561c1220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561a9010> # /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 0x7f2156207800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2156206450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561c2210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2156204bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2156238830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561a8290> # /usr/lib64/python3.12/__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 0x7f2156238ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2156238b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2156238f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21561a6db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f21562395b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21562392b0> 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 0x7f215623a480> 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 0x7f2156254650> 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 0x7f2156255d90> # /usr/lib64/python3.12/__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 0x7f2156256c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2156257290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2156256180> # /usr/lib64/python3.12/__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 0x7f2156257d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2156257440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215623a4b0> # /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 0x7f2155fd3c50> # /usr/lib64/python3.12/__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 0x7f2155ffc680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155ffc3e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2155ffc6b0> # /usr/lib64/python3.12/__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 0x7f2155ffcfe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2155ffd9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155ffc890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155fd1df0> # /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 0x7f2155ffede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155ffdb20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215623ab70> # /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 0x7f215602b140> # /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 0x7f21560534d0> # /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 0x7f21560ac2f0> # /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 0x7f21560aea50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21560ac410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21560792e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155925460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21560522d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155fffd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2156052630> # zipimport: found 30 names in '/tmp/ansible_stat_payload_ixpr9nid/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 0x7f215597b0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155959fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155959130> # 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 0x7f2155978f80> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f21559a6a50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21559a67e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21559a60f0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f21559a6540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215597bd40> 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 0x7f21559a7710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21559a7890> # /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 0x7f21559a7da0> 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 0x7f2155811af0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2155813710> # /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 0x7f2155818110> # /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 0x7f2155819280> # /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 0x7f215581bd40> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2156256ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215581a030> # /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 0x7f215581fbc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215581e6c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215581e450> # /usr/lib64/python3.12/__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 0x7f215581e960> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215581a540> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2155863e90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155863fb0> # /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 0x7f2155865ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155865880> # /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 0x7f2155867fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155866150> # /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 0x7f215586b770> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155868140> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215586c590> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215586c5c0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215586ca40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155864200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f21558f8140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f21558f9850> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215586e8d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215586fc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215586e4e0> # 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 0x7f21558fda30> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f21558fe780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21558f96a0> 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 0x7f21558fe450> # 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 0x7f21558ff920> # 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 0x7f215570a2a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2155705b20> 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 0x7f21559feb70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21559ee840> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215570a270> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f21558f9cd0> # 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": 257949954, "dev": 51714, "nlink": 1, "atime": 1726887998.8556604, "mtime": 1726887970.8394604, "ctime": 1726887970.8394604, "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": "585673919", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888053.49671: 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-1726888052.7937288-139803-104062363635935/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888053.49682: _low_level_execute_command(): starting 138029 1726888053.49685: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888052.7937288-139803-104062363635935/ > /dev/null 2>&1 && sleep 0' 138029 1726888053.49840: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888053.49844: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888053.49846: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888053.49848: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888053.49850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888053.49852: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888053.49914: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888053.49917: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888053.49964: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888053.51864: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888053.51892: stderr chunk (state=3): >>><<< 138029 1726888053.51895: stdout chunk (state=3): >>><<< 138029 1726888053.51911: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888053.51918: handler run complete 138029 1726888053.51950: attempt loop complete, returning result 138029 1726888053.51954: _execute() done 138029 1726888053.51959: dumping result to json 138029 1726888053.51965: done dumping result, returning 138029 1726888053.51972: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-5a58-73a2-000000000301] 138029 1726888053.51977: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000301 138029 1726888053.52083: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000301 138029 1726888053.52086: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726887998.8556604, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "ctime": 1726887970.8394604, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 257949954, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726887970.8394604, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "585673919", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 138029 1726888053.52193: no more pending results, returning what we have 138029 1726888053.52196: results queue empty 138029 1726888053.52197: checking for any_errors_fatal 138029 1726888053.52203: done checking for any_errors_fatal 138029 1726888053.52204: checking for max_fail_percentage 138029 1726888053.52206: done checking for max_fail_percentage 138029 1726888053.52206: checking to see if all hosts have failed and the running result is not ok 138029 1726888053.52207: done checking to see if all hosts have failed 138029 1726888053.52208: getting the remaining hosts for this loop 138029 1726888053.52209: done getting the remaining hosts for this loop 138029 1726888053.52212: getting the next task for host managed_node3 138029 1726888053.52217: done getting next task for host managed_node3 138029 1726888053.52220: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 138029 1726888053.52223: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888053.52232: getting variables 138029 1726888053.52233: in VariableManager get_vars() 138029 1726888053.52271: Calling all_inventory to load vars for managed_node3 138029 1726888053.52274: Calling groups_inventory to load vars for managed_node3 138029 1726888053.52276: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888053.52289: Calling all_plugins_play to load vars for managed_node3 138029 1726888053.52292: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888053.52294: Calling groups_plugins_play to load vars for managed_node3 138029 1726888053.52613: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888053.52942: done with get_vars() 138029 1726888053.52953: 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:07:33 -0400 (0:00:00.773) 0:01:06.253 ****** 138029 1726888053.53022: entering _queue_task() for managed_node3/lineinfile 138029 1726888053.53222: worker is 1 (out of 1 available) 138029 1726888053.53235: exiting _queue_task() for managed_node3/lineinfile 138029 1726888053.53247: done queuing things up, now waiting for results queue to drain 138029 1726888053.53248: waiting for pending results... 138029 1726888053.53423: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 138029 1726888053.53512: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000302 138029 1726888053.53523: variable 'ansible_search_path' from source: unknown 138029 1726888053.53528: variable 'ansible_search_path' from source: unknown 138029 1726888053.53554: calling self._execute() 138029 1726888053.53617: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888053.53621: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888053.53629: variable 'omit' from source: magic vars 138029 1726888053.53894: variable '__storage_fstab' from source: set_fact 138029 1726888053.53923: Evaluated conditional (__storage_fstab.stat.exists): True 138029 1726888053.54032: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888053.54224: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888053.54257: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888053.54281: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888053.54306: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888053.54367: variable 'blivet_output' from source: set_fact 138029 1726888053.54400: Evaluated conditional (blivet_output is changed): True 138029 1726888053.54406: variable 'omit' from source: magic vars 138029 1726888053.54445: variable 'omit' from source: magic vars 138029 1726888053.54468: variable '__str' from source: task vars 138029 1726888053.54518: variable '__str' from source: task vars 138029 1726888053.54525: variable '__str' from source: task vars 138029 1726888053.54570: variable '__str' from source: task vars 138029 1726888053.54583: variable 'omit' from source: magic vars 138029 1726888053.54604: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888053.54625: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888053.54639: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888053.54652: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888053.54665: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888053.54701: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888053.54715: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888053.54737: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888053.54739: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888053.54742: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888053.54823: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888053.54827: Set connection var ansible_timeout to 10 138029 1726888053.54832: Set connection var ansible_pipelining to False 138029 1726888053.54835: Set connection var ansible_shell_type to sh 138029 1726888053.54837: Set connection var ansible_connection to ssh 138029 1726888053.54842: Set connection var ansible_shell_executable to /bin/sh 138029 1726888053.54864: variable 'ansible_shell_executable' from source: unknown 138029 1726888053.54868: variable 'ansible_connection' from source: unknown 138029 1726888053.54870: variable 'ansible_module_compression' from source: unknown 138029 1726888053.54873: variable 'ansible_shell_type' from source: unknown 138029 1726888053.54875: variable 'ansible_shell_executable' from source: unknown 138029 1726888053.54877: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888053.54880: variable 'ansible_pipelining' from source: unknown 138029 1726888053.54882: variable 'ansible_timeout' from source: unknown 138029 1726888053.54886: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888053.54988: 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) 138029 1726888053.54998: variable 'omit' from source: magic vars 138029 1726888053.55001: starting attempt loop 138029 1726888053.55003: running the handler 138029 1726888053.55015: _low_level_execute_command(): starting 138029 1726888053.55021: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888053.55519: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888053.55524: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888053.55527: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888053.55583: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888053.55591: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888053.55594: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888053.55637: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888053.57347: stdout chunk (state=3): >>>/root <<< 138029 1726888053.57447: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888053.57479: stderr chunk (state=3): >>><<< 138029 1726888053.57483: stdout chunk (state=3): >>><<< 138029 1726888053.57504: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888053.57518: _low_level_execute_command(): starting 138029 1726888053.57527: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888053.5750487-139818-199095324525234 `" && echo ansible-tmp-1726888053.5750487-139818-199095324525234="` echo /root/.ansible/tmp/ansible-tmp-1726888053.5750487-139818-199095324525234 `" ) && sleep 0' 138029 1726888053.57971: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888053.57976: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888053.57979: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888053.57981: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888053.57983: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888053.58028: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888053.58031: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888053.58088: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888053.60558: stdout chunk (state=3): >>>ansible-tmp-1726888053.5750487-139818-199095324525234=/root/.ansible/tmp/ansible-tmp-1726888053.5750487-139818-199095324525234 <<< 138029 1726888053.60664: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888053.60691: stderr chunk (state=3): >>><<< 138029 1726888053.60694: stdout chunk (state=3): >>><<< 138029 1726888053.60708: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888053.5750487-139818-199095324525234=/root/.ansible/tmp/ansible-tmp-1726888053.5750487-139818-199095324525234 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888053.60754: variable 'ansible_module_compression' from source: unknown 138029 1726888053.60798: ANSIBALLZ: Using lock for lineinfile 138029 1726888053.60801: ANSIBALLZ: Acquiring lock 138029 1726888053.60806: ANSIBALLZ: Lock acquired: 140373968064912 138029 1726888053.60808: ANSIBALLZ: Creating module 138029 1726888053.68760: ANSIBALLZ: Writing module into payload 138029 1726888053.68838: ANSIBALLZ: Writing module 138029 1726888053.68857: ANSIBALLZ: Renaming module 138029 1726888053.68865: ANSIBALLZ: Done creating module 138029 1726888053.68882: variable 'ansible_facts' from source: unknown 138029 1726888053.68936: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888053.5750487-139818-199095324525234/AnsiballZ_lineinfile.py 138029 1726888053.69039: Sending initial data 138029 1726888053.69042: Sent initial data (161 bytes) 138029 1726888053.69514: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888053.69517: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888053.69520: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888053.69522: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888053.69525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888053.69572: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888053.69578: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888053.69592: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888053.69646: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888053.71475: 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 <<< 138029 1726888053.71523: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888053.71578: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpk_mk3e17 /root/.ansible/tmp/ansible-tmp-1726888053.5750487-139818-199095324525234/AnsiballZ_lineinfile.py <<< 138029 1726888053.71582: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888053.5750487-139818-199095324525234/AnsiballZ_lineinfile.py" <<< 138029 1726888053.71624: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpk_mk3e17" to remote "/root/.ansible/tmp/ansible-tmp-1726888053.5750487-139818-199095324525234/AnsiballZ_lineinfile.py" <<< 138029 1726888053.71627: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888053.5750487-139818-199095324525234/AnsiballZ_lineinfile.py" <<< 138029 1726888053.72192: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888053.72238: stderr chunk (state=3): >>><<< 138029 1726888053.72242: stdout chunk (state=3): >>><<< 138029 1726888053.72282: done transferring module to remote 138029 1726888053.72294: _low_level_execute_command(): starting 138029 1726888053.72297: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888053.5750487-139818-199095324525234/ /root/.ansible/tmp/ansible-tmp-1726888053.5750487-139818-199095324525234/AnsiballZ_lineinfile.py && sleep 0' 138029 1726888053.72724: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888053.72732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888053.72762: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888053.72767: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888053.72769: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888053.72820: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888053.72823: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888053.72828: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888053.72883: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888053.74724: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888053.74747: stderr chunk (state=3): >>><<< 138029 1726888053.74751: stdout chunk (state=3): >>><<< 138029 1726888053.74768: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888053.74771: _low_level_execute_command(): starting 138029 1726888053.74775: _low_level_execute_command(): using become for this command 138029 1726888053.74787: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ilmikgefvnxvffotvgpukxgzfylhoqwr ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888053.5750487-139818-199095324525234/AnsiballZ_lineinfile.py'"'"' && sleep 0' 138029 1726888053.74869: Initial state: awaiting_escalation: BECOME-SUCCESS-ilmikgefvnxvffotvgpukxgzfylhoqwr 138029 1726888053.75245: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888053.75250: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888053.75275: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888053.75288: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888053.75342: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888053.78421: stdout chunk (state=1): >>>BECOME-SUCCESS-ilmikgefvnxvffotvgpukxgzfylhoqwr <<< 138029 1726888053.78425: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ilmikgefvnxvffotvgpukxgzfylhoqwr' 138029 1726888053.78790: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888053.78827: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888053.78860: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888053.78867: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888053.78935: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888053.78938: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888053.78970: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888053.79007: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888053.79019: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888053.79038: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888053.79087: 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' <<< 138029 1726888053.79116: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888053.79129: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888053.79176: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888053.79188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888053.79206: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf4e83e0> <<< 138029 1726888053.79214: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf4b7a10> <<< 138029 1726888053.79241: 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' <<< 138029 1726888053.79252: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf4ea960> <<< 138029 1726888053.79275: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888053.79304: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888053.79309: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888053.79332: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888053.79369: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888053.79374: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888053.79454: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888053.79485: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888053.79488: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888053.79521: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888053.79567: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 138029 1726888053.79576: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888053.79583: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888053.79614: 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 <<< 138029 1726888053.79618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888053.79647: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf298fe0> <<< 138029 1726888053.79707: 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 <<< 138029 1726888053.79719: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888053.79724: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf299fd0> <<< 138029 1726888053.79758: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888053.79781: 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. <<< 138029 1726888053.80020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888053.80029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888053.80056: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888053.80076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888053.80096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888053.80133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888053.80154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888053.80174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888053.80198: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf2dfe30> <<< 138029 1726888053.80210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888053.80230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888053.80251: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888053.80271: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf2dfef0> <<< 138029 1726888053.80278: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888053.80316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888053.80338: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888053.80412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888053.80421: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888053.80451: 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' <<< 138029 1726888053.80460: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf30f860> <<< 138029 1726888053.80478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888053.80485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888053.80492: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf30fef0> <<< 138029 1726888053.80509: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888053.80565: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf2efb00> <<< 138029 1726888053.80571: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888053.80604: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf2ed220> <<< 138029 1726888053.80694: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf2dcfe0> <<< 138029 1726888053.80736: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888053.80753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888053.80763: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888053.80783: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888053.80822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888053.80832: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888053.80854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888053.80881: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf3337d0> <<< 138029 1726888053.80895: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf3323f0> <<< 138029 1726888053.80917: 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' <<< 138029 1726888053.80928: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf2efe60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf330c20> <<< 138029 1726888053.80976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888053.80994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf364800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf2dc260> <<< 138029 1726888053.81014: 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' <<< 138029 1726888053.81040: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.81060: 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 0x7f4daf364cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf364b60> <<< 138029 1726888053.81084: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.81104: 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 0x7f4daf364f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf2d2d80> <<< 138029 1726888053.81193: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888053.81199: 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 <<< 138029 1726888053.81207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888053.81226: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf365640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf365310> <<< 138029 1726888053.81241: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888053.81263: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888053.81285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888053.81298: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf366510> <<< 138029 1726888053.81308: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888053.81313: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888053.81345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888053.81375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888053.81405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888053.81418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf37c740> <<< 138029 1726888053.81423: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888053.81446: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.81463: 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 0x7f4daf37de20> <<< 138029 1726888053.81477: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888053.81503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888053.81516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888053.81532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888053.81538: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf37ecc0> <<< 138029 1726888053.81583: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.81595: 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 0x7f4daf37f2f0> <<< 138029 1726888053.81601: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf37e210> <<< 138029 1726888053.81624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888053.81629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888053.81683: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.81686: 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 0x7f4daf37fd70> <<< 138029 1726888053.81689: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf37f4a0> <<< 138029 1726888053.81739: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf366570> <<< 138029 1726888053.81760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888053.81784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888053.81802: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888053.81831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888053.81857: 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 0x7f4daf103c20> <<< 138029 1726888053.81883: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888053.81887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888053.81914: 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' <<< 138029 1726888053.81919: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daf12c740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf12c4a0> <<< 138029 1726888053.81950: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.81962: 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 0x7f4daf12c6b0> <<< 138029 1726888053.81986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888053.81991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888053.82081: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.82205: 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 0x7f4daf12d070> <<< 138029 1726888053.82316: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.82323: 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 0x7f4daf12da60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf12c920> <<< 138029 1726888053.82344: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf101dc0> <<< 138029 1726888053.82367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888053.82389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888053.82406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888053.82431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888053.82436: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf12ede0> <<< 138029 1726888053.82473: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf12d8e0> <<< 138029 1726888053.82483: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf366c60> <<< 138029 1726888053.82520: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888053.82588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888053.82608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888053.82641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888053.82672: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf15b0e0> <<< 138029 1726888053.82723: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888053.82747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888053.82760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888053.82783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888053.82828: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf183410> <<< 138029 1726888053.82854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888053.82897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888053.82952: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888053.82971: 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 0x7f4daf1dc1d0> <<< 138029 1726888053.82996: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888053.83023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888053.83058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888053.83095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888053.83183: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf1de930> <<< 138029 1726888053.83269: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf1dc2f0> <<< 138029 1726888053.83304: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf1a91f0> <<< 138029 1726888053.83337: 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 0x7f4daeb2d280> <<< 138029 1726888053.83364: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf182210> <<< 138029 1726888053.83371: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf12fcb0> <<< 138029 1726888053.84109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888053.84118: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4daf182810> <<< 138029 1726888053.84681: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_o8aoef0h/ansible_lineinfile_payload.zip' <<< 138029 1726888053.84686: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.84814: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.84843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888053.84859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888053.84897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888053.84974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888053.85006: 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' <<< 138029 1726888053.85016: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daeb7ef90> <<< 138029 1726888053.85025: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888053.85220: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daeb5de80> <<< 138029 1726888053.85225: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daeb5cfe0> # zipimport: zlib available <<< 138029 1726888053.85259: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888053.85265: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.85292: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.85307: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.85314: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888053.85329: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.86829: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.87994: 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' <<< 138029 1726888053.88006: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daeb7cce0> <<< 138029 1726888053.88020: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888053.88026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888053.88047: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888053.88072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888053.88077: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888053.88097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888053.88125: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.88130: 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 0x7f4daebae9c0> <<< 138029 1726888053.88172: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daebae750> <<< 138029 1726888053.88198: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daebae060> <<< 138029 1726888053.88211: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888053.88273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888053.88301: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daebae4b0> <<< 138029 1726888053.88316: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daeb7fa10> <<< 138029 1726888053.88321: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888053.88354: 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 0x7f4daebaf710> <<< 138029 1726888053.88385: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.88401: 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 0x7f4daebaf950> <<< 138029 1726888053.88404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888053.88462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888053.88468: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888053.88572: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daebafe90> import 'pwd' # <<< 138029 1726888053.88583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888053.88588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888053.88617: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea15c70> <<< 138029 1726888053.88657: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.88671: 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 0x7f4daea17860> <<< 138029 1726888053.88681: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888053.88692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888053.88736: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea181a0> <<< 138029 1726888053.88748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888053.88784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888053.88796: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea19340> <<< 138029 1726888053.88824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888053.88862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888053.88889: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888053.88892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888053.89037: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea1be00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daf2d2d20> <<< 138029 1726888053.89040: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea1a0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888053.89114: 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' <<< 138029 1726888053.89229: 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 0x7f4daea23d40> import '_tokenize' # <<< 138029 1726888053.89351: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea22810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea22570> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888053.89473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888053.89478: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea22ae0> <<< 138029 1726888053.89544: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea1a5d0> <<< 138029 1726888053.89598: 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 0x7f4daea67fe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea68110> <<< 138029 1726888053.89691: 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' <<< 138029 1726888053.89740: 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 0x7f4daea69bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea69970> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888053.89997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888053.90077: 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 0x7f4daea6c110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea6a2a0> <<< 138029 1726888053.90166: 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 <<< 138029 1726888053.90215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888053.90285: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea6f8f0> <<< 138029 1726888053.90658: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea6c2c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daea706e0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daea70920> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daea70cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea68290> <<< 138029 1726888053.90671: 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' <<< 138029 1726888053.90727: 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' <<< 138029 1726888053.90762: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888053.90834: 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 0x7f4daeafc380> <<< 138029 1726888053.91140: 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 0x7f4daeafd490> <<< 138029 1726888053.91185: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea72b40> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daea73e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea72750> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888053.91424: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.91459: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.91489: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888053.91608: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888053.91742: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.91943: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.92937: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.93761: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 138029 1726888053.93975: 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 0x7f4dae901520> <<< 138029 1726888053.94005: 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' <<< 138029 1726888053.94073: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4dae902210> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea6bf80> <<< 138029 1726888053.94125: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888053.94237: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888053.94538: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.94680: 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' <<< 138029 1726888053.94729: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4dae901f70> # zipimport: zlib available <<< 138029 1726888053.95550: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.96419: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888053.96539: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888053.96845: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 138029 1726888053.96868: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.96884: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888053.96916: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.97029: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888053.97088: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.97479: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.97924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888053.98002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888053.98027: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888053.98375: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4dae903410> # 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' # <<< 138029 1726888053.98401: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.98479: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.98551: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888053.98681: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888053.98776: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.98888: 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 <<< 138029 1726888053.98975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888053.99141: 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 0x7f4dae90e120> <<< 138029 1726888053.99208: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4dae908c20> <<< 138029 1726888053.99273: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888053.99442: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.99490: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.99539: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888053.99648: 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 <<< 138029 1726888053.99684: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888053.99859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888053.99943: 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' <<< 138029 1726888054.00228: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea02a20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daebde6f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4dae90e1b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4dae903230> # 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' # <<< 138029 1726888054.00328: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 138029 1726888054.00358: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888054.00389: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.00947: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.01468: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.02741: 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__ <<< 138029 1726888054.04321: 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<<< 138029 1726888054.04340: stdout chunk (state=3): >>>.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.<<< 138029 1726888054.04363: stdout chunk (state=3): >>>common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_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 <<< 138029 1726888054.04551: 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 <<< 138029 1726888054.04617: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888054.04694: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888054.04726: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888054.04796: 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 <<< 138029 1726888054.04869: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888054.04981: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 138029 1726888054.04985: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 138029 1726888054.05035: 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 <<< 138029 1726888054.05068: stdout chunk (state=3): >>># destroy _random<<< 138029 1726888054.05107: stdout chunk (state=3): >>> # destroy _weakref <<< 138029 1726888054.05115: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888054.05182: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread<<< 138029 1726888054.05272: stdout chunk (state=3): >>> # clear sys.audit hooks <<< 138029 1726888054.06073: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888054.06106: stderr chunk (state=3): >>><<< 138029 1726888054.06109: stdout chunk (state=3): >>><<< 138029 1726888054.06174: _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 0x7f4daf4e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf4b7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf4ea960> 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 0x7f4daf298fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f4daf299fd0> 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 0x7f4daf2dfe30> # /usr/lib64/python3.12/__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 0x7f4daf2dfef0> # /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 0x7f4daf30f860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf30fef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf2efb00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf2ed220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf2dcfe0> # /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 0x7f4daf3337d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf3323f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf2efe60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf330c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf364800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf2dc260> # /usr/lib64/python3.12/__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 0x7f4daf364cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf364b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daf364f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf2d2d80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f4daf365640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf365310> 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 0x7f4daf366510> 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 0x7f4daf37c740> 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 0x7f4daf37de20> # /usr/lib64/python3.12/__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 0x7f4daf37ecc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daf37f2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf37e210> # /usr/lib64/python3.12/__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 0x7f4daf37fd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf37f4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf366570> # /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 0x7f4daf103c20> # /usr/lib64/python3.12/__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 0x7f4daf12c740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf12c4a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daf12c6b0> # /usr/lib64/python3.12/__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 0x7f4daf12d070> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daf12da60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf12c920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf101dc0> # /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 0x7f4daf12ede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf12d8e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf366c60> # /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 0x7f4daf15b0e0> # /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 0x7f4daf183410> # /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 0x7f4daf1dc1d0> # /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 0x7f4daf1de930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf1dc2f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf1a91f0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daeb2d280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf182210> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daf12fcb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4daf182810> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_o8aoef0h/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 0x7f4daeb7ef90> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daeb5de80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daeb5cfe0> # 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 0x7f4daeb7cce0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f4daebae9c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daebae750> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daebae060> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f4daebae4b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daeb7fa10> 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 0x7f4daebaf710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daebaf950> # /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 0x7f4daebafe90> 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 0x7f4daea15c70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daea17860> # /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 0x7f4daea181a0> # /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 0x7f4daea19340> # /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 0x7f4daea1be00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daf2d2d20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea1a0f0> # /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 0x7f4daea23d40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea22810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea22570> # /usr/lib64/python3.12/__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 0x7f4daea22ae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea1a5d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daea67fe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea68110> # /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 0x7f4daea69bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea69970> # /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 0x7f4daea6c110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea6a2a0> # /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 0x7f4daea6f8f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea6c2c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daea706e0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daea70920> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daea70cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea68290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f4daeafc380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daeafd490> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea72b40> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4daea73e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea72750> # 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 0x7f4dae901520> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f4dae902210> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daea6bf80> 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 0x7f4dae901f70> # 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 0x7f4dae903410> # 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 0x7f4dae90e120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4dae908c20> 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 0x7f4daea02a20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4daebde6f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4dae90e1b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4dae903230> # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888054.06703: 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-1726888053.5750487-139818-199095324525234/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888054.06706: _low_level_execute_command(): starting 138029 1726888054.06709: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888053.5750487-139818-199095324525234/ > /dev/null 2>&1 && sleep 0' 138029 1726888054.06841: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888054.06844: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888054.06847: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888054.06849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888054.06851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888054.06903: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888054.06907: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888054.06916: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888054.07012: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888054.10527: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888054.10558: stderr chunk (state=3): >>><<< 138029 1726888054.10561: stdout chunk (state=3): >>><<< 138029 1726888054.10576: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888054.10582: handler run complete 138029 1726888054.10598: attempt loop complete, returning result 138029 1726888054.10602: _execute() done 138029 1726888054.10604: dumping result to json 138029 1726888054.10610: done dumping result, returning 138029 1726888054.10618: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-5a58-73a2-000000000302] 138029 1726888054.10623: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000302 138029 1726888054.10723: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000302 138029 1726888054.10725: WORKER PROCESS EXITING ok: [managed_node3] => { "backup": "", "changed": false } 138029 1726888054.10799: no more pending results, returning what we have 138029 1726888054.10802: results queue empty 138029 1726888054.10803: checking for any_errors_fatal 138029 1726888054.10810: done checking for any_errors_fatal 138029 1726888054.10810: checking for max_fail_percentage 138029 1726888054.10812: done checking for max_fail_percentage 138029 1726888054.10813: checking to see if all hosts have failed and the running result is not ok 138029 1726888054.10813: done checking to see if all hosts have failed 138029 1726888054.10814: getting the remaining hosts for this loop 138029 1726888054.10816: done getting the remaining hosts for this loop 138029 1726888054.10819: getting the next task for host managed_node3 138029 1726888054.10825: done getting next task for host managed_node3 138029 1726888054.10828: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 138029 1726888054.10831: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888054.10842: getting variables 138029 1726888054.10844: in VariableManager get_vars() 138029 1726888054.10879: Calling all_inventory to load vars for managed_node3 138029 1726888054.10882: Calling groups_inventory to load vars for managed_node3 138029 1726888054.10884: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888054.10894: Calling all_plugins_play to load vars for managed_node3 138029 1726888054.10896: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888054.10899: Calling groups_plugins_play to load vars for managed_node3 138029 1726888054.11266: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888054.11599: done with get_vars() 138029 1726888054.11611: 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:07:34 -0400 (0:00:00.586) 0:01:06.840 ****** 138029 1726888054.11677: entering _queue_task() for managed_node3/systemd 138029 1726888054.11879: worker is 1 (out of 1 available) 138029 1726888054.11892: exiting _queue_task() for managed_node3/systemd 138029 1726888054.11904: done queuing things up, now waiting for results queue to drain 138029 1726888054.11905: waiting for pending results... 138029 1726888054.12084: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 138029 1726888054.12170: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000304 138029 1726888054.12181: variable 'ansible_search_path' from source: unknown 138029 1726888054.12184: variable 'ansible_search_path' from source: unknown 138029 1726888054.12219: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888054.12381: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888054.12421: dumping result to json 138029 1726888054.12424: done dumping result, returning 138029 1726888054.12431: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-5a58-73a2-000000000304] 138029 1726888054.12437: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000304 138029 1726888054.12531: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000304 138029 1726888054.12534: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888054.12599: no more pending results, returning what we have 138029 1726888054.12602: results queue empty 138029 1726888054.12603: checking for any_errors_fatal 138029 1726888054.12611: done checking for any_errors_fatal 138029 1726888054.12612: checking for max_fail_percentage 138029 1726888054.12614: done checking for max_fail_percentage 138029 1726888054.12614: checking to see if all hosts have failed and the running result is not ok 138029 1726888054.12615: done checking to see if all hosts have failed 138029 1726888054.12616: getting the remaining hosts for this loop 138029 1726888054.12617: done getting the remaining hosts for this loop 138029 1726888054.12620: getting the next task for host managed_node3 138029 1726888054.12626: done getting next task for host managed_node3 138029 1726888054.12629: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 138029 1726888054.12632: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888054.12652: getting variables 138029 1726888054.12654: in VariableManager get_vars() 138029 1726888054.12679: Calling all_inventory to load vars for managed_node3 138029 1726888054.12681: Calling groups_inventory to load vars for managed_node3 138029 1726888054.12682: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888054.12688: Calling all_plugins_play to load vars for managed_node3 138029 1726888054.12690: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888054.12692: Calling groups_plugins_play to load vars for managed_node3 138029 1726888054.12989: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888054.13323: done with get_vars() 138029 1726888054.13332: done getting variables 138029 1726888054.13374: 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:07:34 -0400 (0:00:00.017) 0:01:06.857 ****** 138029 1726888054.13395: entering _queue_task() for managed_node3/debug 138029 1726888054.13572: worker is 1 (out of 1 available) 138029 1726888054.13585: exiting _queue_task() for managed_node3/debug 138029 1726888054.13595: done queuing things up, now waiting for results queue to drain 138029 1726888054.13597: waiting for pending results... 138029 1726888054.13762: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output 138029 1726888054.13837: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000306 138029 1726888054.13851: variable 'ansible_search_path' from source: unknown 138029 1726888054.13856: variable 'ansible_search_path' from source: unknown 138029 1726888054.13884: calling self._execute() 138029 1726888054.13944: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888054.13951: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888054.13960: variable 'omit' from source: magic vars 138029 1726888054.14035: variable 'omit' from source: magic vars 138029 1726888054.14081: variable 'omit' from source: magic vars 138029 1726888054.14105: variable 'omit' from source: magic vars 138029 1726888054.14133: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888054.14165: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888054.14183: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888054.14197: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888054.14206: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888054.14219: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888054.14235: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888054.14258: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888054.14261: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888054.14266: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888054.14345: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888054.14349: Set connection var ansible_timeout to 10 138029 1726888054.14354: Set connection var ansible_pipelining to False 138029 1726888054.14359: Set connection var ansible_shell_type to sh 138029 1726888054.14361: Set connection var ansible_connection to ssh 138029 1726888054.14369: Set connection var ansible_shell_executable to /bin/sh 138029 1726888054.14390: variable 'ansible_shell_executable' from source: unknown 138029 1726888054.14395: variable 'ansible_connection' from source: unknown 138029 1726888054.14398: variable 'ansible_module_compression' from source: unknown 138029 1726888054.14400: variable 'ansible_shell_type' from source: unknown 138029 1726888054.14403: variable 'ansible_shell_executable' from source: unknown 138029 1726888054.14405: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888054.14407: variable 'ansible_pipelining' from source: unknown 138029 1726888054.14409: variable 'ansible_timeout' from source: unknown 138029 1726888054.14411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888054.14516: 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) 138029 1726888054.14526: variable 'omit' from source: magic vars 138029 1726888054.14529: starting attempt loop 138029 1726888054.14532: running the handler 138029 1726888054.14573: variable 'blivet_output' from source: set_fact 138029 1726888054.14714: variable 'blivet_output' from source: set_fact 138029 1726888054.15236: handler run complete 138029 1726888054.15300: attempt loop complete, returning result 138029 1726888054.15303: _execute() done 138029 1726888054.15306: dumping result to json 138029 1726888054.15318: done dumping result, returning 138029 1726888054.15324: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-5a58-73a2-000000000306] 138029 1726888054.15329: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000306 138029 1726888054.15485: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000306 138029 1726888054.15488: WORKER PROCESS EXITING ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "state": "mounted" } ], "packages": [ "lvm2", "mdadm", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } 138029 1726888054.15709: no more pending results, returning what we have 138029 1726888054.15712: results queue empty 138029 1726888054.15712: checking for any_errors_fatal 138029 1726888054.15716: done checking for any_errors_fatal 138029 1726888054.15717: checking for max_fail_percentage 138029 1726888054.15718: done checking for max_fail_percentage 138029 1726888054.15718: checking to see if all hosts have failed and the running result is not ok 138029 1726888054.15719: done checking to see if all hosts have failed 138029 1726888054.15719: getting the remaining hosts for this loop 138029 1726888054.15720: done getting the remaining hosts for this loop 138029 1726888054.15723: getting the next task for host managed_node3 138029 1726888054.15728: done getting next task for host managed_node3 138029 1726888054.15730: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 138029 1726888054.15733: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888054.15739: getting variables 138029 1726888054.15740: in VariableManager get_vars() 138029 1726888054.15762: Calling all_inventory to load vars for managed_node3 138029 1726888054.15764: Calling groups_inventory to load vars for managed_node3 138029 1726888054.15766: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888054.15771: Calling all_plugins_play to load vars for managed_node3 138029 1726888054.15773: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888054.15774: Calling groups_plugins_play to load vars for managed_node3 138029 1726888054.16067: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888054.16391: done with get_vars() 138029 1726888054.16400: done getting variables 138029 1726888054.16437: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:07:34 -0400 (0:00:00.030) 0:01:06.888 ****** 138029 1726888054.16460: entering _queue_task() for managed_node3/set_fact 138029 1726888054.16640: worker is 1 (out of 1 available) 138029 1726888054.16652: exiting _queue_task() for managed_node3/set_fact 138029 1726888054.16665: done queuing things up, now waiting for results queue to drain 138029 1726888054.16667: waiting for pending results... 138029 1726888054.16835: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 138029 1726888054.16915: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000307 138029 1726888054.16926: variable 'ansible_search_path' from source: unknown 138029 1726888054.16930: variable 'ansible_search_path' from source: unknown 138029 1726888054.16959: calling self._execute() 138029 1726888054.17020: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888054.17025: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888054.17035: variable 'omit' from source: magic vars 138029 1726888054.17110: variable 'omit' from source: magic vars 138029 1726888054.17154: variable 'omit' from source: magic vars 138029 1726888054.17323: variable 'blivet_output' from source: set_fact 138029 1726888054.17658: variable 'omit' from source: magic vars 138029 1726888054.17691: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888054.17716: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888054.17730: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888054.17744: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888054.17752: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888054.17771: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888054.17784: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888054.17807: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888054.17811: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888054.17813: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888054.17891: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888054.17894: Set connection var ansible_timeout to 10 138029 1726888054.17901: Set connection var ansible_pipelining to False 138029 1726888054.17903: Set connection var ansible_shell_type to sh 138029 1726888054.17906: Set connection var ansible_connection to ssh 138029 1726888054.17913: Set connection var ansible_shell_executable to /bin/sh 138029 1726888054.17932: variable 'ansible_shell_executable' from source: unknown 138029 1726888054.17935: variable 'ansible_connection' from source: unknown 138029 1726888054.17938: variable 'ansible_module_compression' from source: unknown 138029 1726888054.17940: variable 'ansible_shell_type' from source: unknown 138029 1726888054.17942: variable 'ansible_shell_executable' from source: unknown 138029 1726888054.17945: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888054.17947: variable 'ansible_pipelining' from source: unknown 138029 1726888054.17949: variable 'ansible_timeout' from source: unknown 138029 1726888054.17954: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888054.18053: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888054.18063: variable 'omit' from source: magic vars 138029 1726888054.18075: starting attempt loop 138029 1726888054.18078: running the handler 138029 1726888054.18088: handler run complete 138029 1726888054.18095: attempt loop complete, returning result 138029 1726888054.18098: _execute() done 138029 1726888054.18101: dumping result to json 138029 1726888054.18109: done dumping result, returning 138029 1726888054.18117: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-5a58-73a2-000000000307] 138029 1726888054.18121: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000307 138029 1726888054.18239: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000307 138029 1726888054.18243: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } 138029 1726888054.18407: no more pending results, returning what we have 138029 1726888054.18409: results queue empty 138029 1726888054.18410: checking for any_errors_fatal 138029 1726888054.18421: done checking for any_errors_fatal 138029 1726888054.18421: checking for max_fail_percentage 138029 1726888054.18422: done checking for max_fail_percentage 138029 1726888054.18423: checking to see if all hosts have failed and the running result is not ok 138029 1726888054.18423: done checking to see if all hosts have failed 138029 1726888054.18424: getting the remaining hosts for this loop 138029 1726888054.18425: done getting the remaining hosts for this loop 138029 1726888054.18427: getting the next task for host managed_node3 138029 1726888054.18430: done getting next task for host managed_node3 138029 1726888054.18432: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 138029 1726888054.18435: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888054.18441: getting variables 138029 1726888054.18442: in VariableManager get_vars() 138029 1726888054.18464: Calling all_inventory to load vars for managed_node3 138029 1726888054.18470: Calling groups_inventory to load vars for managed_node3 138029 1726888054.18472: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888054.18478: Calling all_plugins_play to load vars for managed_node3 138029 1726888054.18479: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888054.18481: Calling groups_plugins_play to load vars for managed_node3 138029 1726888054.18765: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888054.19265: done with get_vars() 138029 1726888054.19274: done getting variables 138029 1726888054.19311: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:07:34 -0400 (0:00:00.028) 0:01:06.916 ****** 138029 1726888054.19330: entering _queue_task() for managed_node3/set_fact 138029 1726888054.19514: worker is 1 (out of 1 available) 138029 1726888054.19526: exiting _queue_task() for managed_node3/set_fact 138029 1726888054.19536: done queuing things up, now waiting for results queue to drain 138029 1726888054.19538: waiting for pending results... 138029 1726888054.19705: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 138029 1726888054.19790: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000308 138029 1726888054.19800: variable 'ansible_search_path' from source: unknown 138029 1726888054.19803: variable 'ansible_search_path' from source: unknown 138029 1726888054.19831: calling self._execute() 138029 1726888054.19899: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888054.19904: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888054.19912: variable 'omit' from source: magic vars 138029 1726888054.19988: variable 'omit' from source: magic vars 138029 1726888054.20033: variable 'omit' from source: magic vars 138029 1726888054.20216: variable 'blivet_output' from source: set_fact 138029 1726888054.20284: variable 'omit' from source: magic vars 138029 1726888054.20314: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888054.20343: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888054.20359: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888054.20375: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888054.20384: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888054.20398: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888054.20412: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888054.20435: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888054.20438: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888054.20441: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888054.20522: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888054.20526: Set connection var ansible_timeout to 10 138029 1726888054.20528: Set connection var ansible_pipelining to False 138029 1726888054.20531: Set connection var ansible_shell_type to sh 138029 1726888054.20534: Set connection var ansible_connection to ssh 138029 1726888054.20537: Set connection var ansible_shell_executable to /bin/sh 138029 1726888054.20564: variable 'ansible_shell_executable' from source: unknown 138029 1726888054.20568: variable 'ansible_connection' from source: unknown 138029 1726888054.20570: variable 'ansible_module_compression' from source: unknown 138029 1726888054.20573: variable 'ansible_shell_type' from source: unknown 138029 1726888054.20575: variable 'ansible_shell_executable' from source: unknown 138029 1726888054.20578: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888054.20581: variable 'ansible_pipelining' from source: unknown 138029 1726888054.20583: variable 'ansible_timeout' from source: unknown 138029 1726888054.20585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888054.20685: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888054.20693: variable 'omit' from source: magic vars 138029 1726888054.20698: starting attempt loop 138029 1726888054.20701: running the handler 138029 1726888054.20710: handler run complete 138029 1726888054.20717: attempt loop complete, returning result 138029 1726888054.20720: _execute() done 138029 1726888054.20723: dumping result to json 138029 1726888054.20725: done dumping result, returning 138029 1726888054.20734: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-5a58-73a2-000000000308] 138029 1726888054.20737: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000308 138029 1726888054.20816: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000308 138029 1726888054.20819: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 138029 1726888054.20905: no more pending results, returning what we have 138029 1726888054.20907: results queue empty 138029 1726888054.20908: checking for any_errors_fatal 138029 1726888054.20914: done checking for any_errors_fatal 138029 1726888054.20914: checking for max_fail_percentage 138029 1726888054.20916: done checking for max_fail_percentage 138029 1726888054.20917: checking to see if all hosts have failed and the running result is not ok 138029 1726888054.20917: done checking to see if all hosts have failed 138029 1726888054.20918: getting the remaining hosts for this loop 138029 1726888054.20919: done getting the remaining hosts for this loop 138029 1726888054.20922: getting the next task for host managed_node3 138029 1726888054.20927: done getting next task for host managed_node3 138029 1726888054.20931: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 138029 1726888054.20935: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888054.20944: getting variables 138029 1726888054.20945: in VariableManager get_vars() 138029 1726888054.20973: Calling all_inventory to load vars for managed_node3 138029 1726888054.20975: Calling groups_inventory to load vars for managed_node3 138029 1726888054.20977: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888054.20982: Calling all_plugins_play to load vars for managed_node3 138029 1726888054.20984: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888054.20985: Calling groups_plugins_play to load vars for managed_node3 138029 1726888054.21270: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888054.21598: done with get_vars() 138029 1726888054.21607: 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:07:34 -0400 (0:00:00.023) 0:01:06.940 ****** 138029 1726888054.21668: entering _queue_task() for managed_node3/mount 138029 1726888054.21843: worker is 1 (out of 1 available) 138029 1726888054.21858: exiting _queue_task() for managed_node3/mount 138029 1726888054.21871: done queuing things up, now waiting for results queue to drain 138029 1726888054.21873: waiting for pending results... 138029 1726888054.22030: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 138029 1726888054.22111: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000309 138029 1726888054.22122: variable 'ansible_search_path' from source: unknown 138029 1726888054.22125: variable 'ansible_search_path' from source: unknown 138029 1726888054.22347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888054.23759: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888054.23810: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888054.23839: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888054.23867: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888054.23886: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888054.23943: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888054.23968: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888054.23985: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888054.24011: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888054.24022: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888054.24057: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888054.24076: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888054.24092: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888054.24116: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888054.24127: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888054.24231: variable 'blivet_output' from source: set_fact 138029 1726888054.24313: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888054.24422: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888054.24448: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888054.24482: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888054.24505: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888054.24534: 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) 138029 1726888054.24549: 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) 138029 1726888054.24570: 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) 138029 1726888054.24587: 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) 138029 1726888054.24638: dumping result to json 138029 1726888054.24641: done dumping result, returning 138029 1726888054.24646: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-5a58-73a2-000000000309] 138029 1726888054.24652: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000309 138029 1726888054.24749: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000309 138029 1726888054.24752: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888054.24800: no more pending results, returning what we have 138029 1726888054.24803: results queue empty 138029 1726888054.24804: checking for any_errors_fatal 138029 1726888054.24811: done checking for any_errors_fatal 138029 1726888054.24811: checking for max_fail_percentage 138029 1726888054.24813: done checking for max_fail_percentage 138029 1726888054.24814: checking to see if all hosts have failed and the running result is not ok 138029 1726888054.24815: done checking to see if all hosts have failed 138029 1726888054.24815: getting the remaining hosts for this loop 138029 1726888054.24817: done getting the remaining hosts for this loop 138029 1726888054.24820: getting the next task for host managed_node3 138029 1726888054.24826: done getting next task for host managed_node3 138029 1726888054.24829: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888054.24832: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888054.24847: getting variables 138029 1726888054.24848: in VariableManager get_vars() 138029 1726888054.24880: Calling all_inventory to load vars for managed_node3 138029 1726888054.24882: Calling groups_inventory to load vars for managed_node3 138029 1726888054.24884: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888054.24891: Calling all_plugins_play to load vars for managed_node3 138029 1726888054.24894: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888054.24902: Calling groups_plugins_play to load vars for managed_node3 138029 1726888054.25224: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888054.25566: done with get_vars() 138029 1726888054.25576: 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:07:34 -0400 (0:00:00.039) 0:01:06.979 ****** 138029 1726888054.25640: entering _queue_task() for managed_node3/systemd 138029 1726888054.25836: worker is 1 (out of 1 available) 138029 1726888054.25849: exiting _queue_task() for managed_node3/systemd 138029 1726888054.25865: done queuing things up, now waiting for results queue to drain 138029 1726888054.25867: waiting for pending results... 138029 1726888054.26029: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888054.26117: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000030b 138029 1726888054.26128: variable 'ansible_search_path' from source: unknown 138029 1726888054.26131: variable 'ansible_search_path' from source: unknown 138029 1726888054.26164: calling self._execute() 138029 1726888054.26221: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888054.26224: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888054.26232: variable 'omit' from source: magic vars 138029 1726888054.26489: variable 'blivet_output' from source: set_fact 138029 1726888054.26537: Evaluated conditional (blivet_output['mounts']): True 138029 1726888054.26541: variable 'omit' from source: magic vars 138029 1726888054.26587: variable 'omit' from source: magic vars 138029 1726888054.26609: variable 'omit' from source: magic vars 138029 1726888054.26641: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888054.26668: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888054.26682: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888054.26695: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888054.26705: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888054.26716: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888054.26728: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888054.26753: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888054.26764: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888054.26766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888054.26835: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888054.26839: Set connection var ansible_timeout to 10 138029 1726888054.26845: Set connection var ansible_pipelining to False 138029 1726888054.26847: Set connection var ansible_shell_type to sh 138029 1726888054.26857: Set connection var ansible_connection to ssh 138029 1726888054.26863: Set connection var ansible_shell_executable to /bin/sh 138029 1726888054.26879: variable 'ansible_shell_executable' from source: unknown 138029 1726888054.26881: variable 'ansible_connection' from source: unknown 138029 1726888054.26884: variable 'ansible_module_compression' from source: unknown 138029 1726888054.26886: variable 'ansible_shell_type' from source: unknown 138029 1726888054.26888: variable 'ansible_shell_executable' from source: unknown 138029 1726888054.26891: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888054.26893: variable 'ansible_pipelining' from source: unknown 138029 1726888054.26895: variable 'ansible_timeout' from source: unknown 138029 1726888054.26900: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888054.27039: 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) 138029 1726888054.27046: variable 'omit' from source: magic vars 138029 1726888054.27051: starting attempt loop 138029 1726888054.27054: running the handler 138029 1726888054.27068: _low_level_execute_command(): starting 138029 1726888054.27075: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888054.27558: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888054.27569: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888054.27590: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888054.27593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888054.27652: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888054.27657: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888054.27662: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888054.27712: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888054.29430: stdout chunk (state=3): >>>/root <<< 138029 1726888054.29621: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888054.29624: stdout chunk (state=3): >>><<< 138029 1726888054.29627: stderr chunk (state=3): >>><<< 138029 1726888054.29630: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888054.29632: _low_level_execute_command(): starting 138029 1726888054.29635: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888054.2961078-139831-76442647141555 `" && echo ansible-tmp-1726888054.2961078-139831-76442647141555="` echo /root/.ansible/tmp/ansible-tmp-1726888054.2961078-139831-76442647141555 `" ) && sleep 0' 138029 1726888054.30236: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888054.30267: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888054.30271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888054.30281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888054.30284: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888054.30448: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888054.30452: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888054.30457: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888054.30459: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888054.30462: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888054.30465: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888054.30468: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888054.30485: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888054.30570: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888054.33921: stdout chunk (state=3): >>>ansible-tmp-1726888054.2961078-139831-76442647141555=/root/.ansible/tmp/ansible-tmp-1726888054.2961078-139831-76442647141555 <<< 138029 1726888054.34017: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888054.34045: stderr chunk (state=3): >>><<< 138029 1726888054.34048: stdout chunk (state=3): >>><<< 138029 1726888054.34069: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888054.2961078-139831-76442647141555=/root/.ansible/tmp/ansible-tmp-1726888054.2961078-139831-76442647141555 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888054.34114: variable 'ansible_module_compression' from source: unknown 138029 1726888054.34162: ANSIBALLZ: Using lock for systemd 138029 1726888054.34165: ANSIBALLZ: Acquiring lock 138029 1726888054.34169: ANSIBALLZ: Lock acquired: 140373966370864 138029 1726888054.34173: ANSIBALLZ: Creating module 138029 1726888054.51842: ANSIBALLZ: Writing module into payload 138029 1726888054.51947: ANSIBALLZ: Writing module 138029 1726888054.51971: ANSIBALLZ: Renaming module 138029 1726888054.51977: ANSIBALLZ: Done creating module 138029 1726888054.52003: variable 'ansible_facts' from source: unknown 138029 1726888054.52136: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888054.2961078-139831-76442647141555/AnsiballZ_systemd.py 138029 1726888054.52238: Sending initial data 138029 1726888054.52242: Sent initial data (157 bytes) 138029 1726888054.52707: 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 <<< 138029 1726888054.52711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888054.52713: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888054.52715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888054.52761: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888054.52765: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888054.52774: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888054.52833: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888054.54533: 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 <<< 138029 1726888054.54537: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888054.54577: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888054.54626: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmprrx6v0nb /root/.ansible/tmp/ansible-tmp-1726888054.2961078-139831-76442647141555/AnsiballZ_systemd.py <<< 138029 1726888054.54631: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888054.2961078-139831-76442647141555/AnsiballZ_systemd.py" <<< 138029 1726888054.54673: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmprrx6v0nb" to remote "/root/.ansible/tmp/ansible-tmp-1726888054.2961078-139831-76442647141555/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888054.2961078-139831-76442647141555/AnsiballZ_systemd.py" <<< 138029 1726888054.55792: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888054.55833: stderr chunk (state=3): >>><<< 138029 1726888054.55836: stdout chunk (state=3): >>><<< 138029 1726888054.55869: done transferring module to remote 138029 1726888054.55882: _low_level_execute_command(): starting 138029 1726888054.55885: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888054.2961078-139831-76442647141555/ /root/.ansible/tmp/ansible-tmp-1726888054.2961078-139831-76442647141555/AnsiballZ_systemd.py && sleep 0' 138029 1726888054.56326: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888054.56329: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888054.56331: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888054.56333: 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.13.126 originally 10.31.13.126 <<< 138029 1726888054.56335: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888054.56385: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888054.56388: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888054.56440: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888054.58341: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888054.58369: stderr chunk (state=3): >>><<< 138029 1726888054.58373: stdout chunk (state=3): >>><<< 138029 1726888054.58386: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888054.58389: _low_level_execute_command(): starting 138029 1726888054.58393: _low_level_execute_command(): using become for this command 138029 1726888054.58403: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jsldmerrsrowqbjvrdkezpemmgfkmgjj ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888054.2961078-139831-76442647141555/AnsiballZ_systemd.py'"'"' && sleep 0' 138029 1726888054.58483: Initial state: awaiting_escalation: BECOME-SUCCESS-jsldmerrsrowqbjvrdkezpemmgfkmgjj 138029 1726888054.58851: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888054.58858: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888054.58889: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888054.58897: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888054.58958: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888054.61982: stdout chunk (state=1): >>>BECOME-SUCCESS-jsldmerrsrowqbjvrdkezpemmgfkmgjj <<< 138029 1726888054.61988: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jsldmerrsrowqbjvrdkezpemmgfkmgjj' 138029 1726888054.62340: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888054.62410: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888054.62427: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888054.62431: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888054.62505: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888054.62516: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888054.62548: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888054.62584: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888054.62600: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888054.62612: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888054.62676: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888054.62686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888054.62691: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888054.62719: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888054.62769: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888054.62788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888054.62800: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d062183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d061e7a10> <<< 138029 1726888054.62827: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888054.62836: 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 0x7f5d0621a960> <<< 138029 1726888054.62866: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888054.62888: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888054.62895: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888054.62908: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888054.62948: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888054.62951: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888054.63037: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888054.63067: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888054.63072: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888054.63096: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888054.63116: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888054.63127: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888054.63143: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888054.63159: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888054.63166: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888054.63200: 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 <<< 138029 1726888054.63203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888054.63225: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0602cfe0> <<< 138029 1726888054.63292: 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 <<< 138029 1726888054.63302: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888054.63316: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0602dfd0> <<< 138029 1726888054.63328: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888054.63365: 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. <<< 138029 1726888054.63772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888054.63788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888054.63803: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888054.63814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888054.63836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888054.63879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888054.63891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888054.63923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888054.63929: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0606be90> <<< 138029 1726888054.63969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888054.63976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888054.64003: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888054.64008: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0606bf50> <<< 138029 1726888054.64027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888054.64054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888054.64084: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888054.64127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888054.64149: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888054.64184: 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' <<< 138029 1726888054.64194: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060a3860> <<< 138029 1726888054.64201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888054.64215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888054.64222: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060a3ef0> <<< 138029 1726888054.64240: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888054.64290: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d06083b30> <<< 138029 1726888054.64301: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888054.64326: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d06081280> <<< 138029 1726888054.64427: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d06069040> <<< 138029 1726888054.64451: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888054.64477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888054.64482: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888054.64514: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888054.64533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888054.64560: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888054.64565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888054.64601: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060c7890> <<< 138029 1726888054.64613: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060c64b0> <<< 138029 1726888054.64645: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888054.64649: 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 0x7f5d06082150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060c4c50> <<< 138029 1726888054.64697: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888054.64773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060f4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060682c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888054.64790: 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 0x7f5d060f4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060f4c80> <<< 138029 1726888054.64839: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888054.64842: 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 0x7f5d060f5070> <<< 138029 1726888054.64849: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d06066de0> <<< 138029 1726888054.64874: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888054.64879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888054.64900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888054.64929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888054.64952: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060f5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060f5430> <<< 138029 1726888054.64957: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888054.64996: 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' <<< 138029 1726888054.65006: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060f6630> <<< 138029 1726888054.65028: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888054.65034: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888054.65067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888054.65095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888054.65121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888054.65134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d06110860> <<< 138029 1726888054.65146: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888054.65175: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888054.65180: 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 0x7f5d06111fa0> <<< 138029 1726888054.65197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888054.65213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888054.65230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888054.65251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888054.65258: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d06112e10> <<< 138029 1726888054.65300: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888054.65303: 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 0x7f5d06113440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d06112390> <<< 138029 1726888054.65334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888054.65337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888054.65388: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888054.65402: 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 0x7f5d06113e30> <<< 138029 1726888054.65406: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d06113560> <<< 138029 1726888054.65458: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060f6690> <<< 138029 1726888054.65481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888054.65505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888054.65535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888054.65550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888054.65595: 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' <<< 138029 1726888054.65598: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d05df7ce0> <<< 138029 1726888054.65615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888054.65619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888054.65650: 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' <<< 138029 1726888054.65652: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d05e20770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05e204d0> <<< 138029 1726888054.65679: 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 0x7f5d05e207a0> <<< 138029 1726888054.65713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888054.65717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888054.65794: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888054.65917: 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 0x7f5d05e210a0> <<< 138029 1726888054.66043: 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 0x7f5d05e21a60> <<< 138029 1726888054.66046: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05e20980> <<< 138029 1726888054.66066: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05df5e80> <<< 138029 1726888054.66089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888054.66110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888054.66141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888054.66157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888054.66164: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05e22e40> <<< 138029 1726888054.66184: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05e21b80> <<< 138029 1726888054.66204: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060f6d80> <<< 138029 1726888054.66244: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888054.66302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888054.66321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888054.66359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888054.66386: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05e4b1d0> <<< 138029 1726888054.66439: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888054.66464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888054.66475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888054.66498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888054.66542: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05e77560> <<< 138029 1726888054.66572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888054.66603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888054.66661: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888054.66680: 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 0x7f5d05ed0350> <<< 138029 1726888054.66707: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888054.66734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888054.66766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888054.66803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888054.66893: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05ed2ab0> <<< 138029 1726888054.66976: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05ed0470> <<< 138029 1726888054.67011: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05e9d340> <<< 138029 1726888054.67041: 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' <<< 138029 1726888054.67060: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d05430> <<< 138029 1726888054.67069: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05e76390> <<< 138029 1726888054.67124: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05e23da0> <<< 138029 1726888054.67758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888054.67777: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5d05d056d0> <<< 138029 1726888054.72986: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_b3fco3jm/ansible_systemd_payload.zip' # zipimport: zlib available <<< 138029 1726888054.73097: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.73118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888054.73139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888054.73182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888054.73261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888054.73286: 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' <<< 138029 1726888054.73305: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d6f1a0> import '_typing' # <<< 138029 1726888054.73498: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d4a090> <<< 138029 1726888054.73513: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d49220> # zipimport: zlib available <<< 138029 1726888054.73550: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888054.73556: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.73577: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.73593: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.73600: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888054.73624: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.75097: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.76284: 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' <<< 138029 1726888054.76297: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d6cef0> <<< 138029 1726888054.76312: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888054.76318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888054.76345: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888054.76353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888054.76378: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888054.76386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888054.76417: 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 0x7f5d05d9eb40> <<< 138029 1726888054.76469: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d9e900> <<< 138029 1726888054.76494: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d9e270> <<< 138029 1726888054.76521: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888054.76535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888054.76576: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d9e690> <<< 138029 1726888054.76584: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d6fc20> import 'atexit' # <<< 138029 1726888054.76619: 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 0x7f5d05d9f8c0> <<< 138029 1726888054.76648: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888054.76654: 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 0x7f5d05d9fb00> <<< 138029 1726888054.76671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888054.76719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888054.76733: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888054.76789: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d9ff80> <<< 138029 1726888054.76798: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888054.76821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888054.76848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888054.76886: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05731d90> <<< 138029 1726888054.76915: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888054.76924: 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 0x7f5d057339b0> <<< 138029 1726888054.76936: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888054.76965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888054.76990: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d057383b0> <<< 138029 1726888054.77012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888054.77039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888054.77068: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05739550> <<< 138029 1726888054.77077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888054.77114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888054.77131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888054.77148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888054.77195: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0573bfe0> <<< 138029 1726888054.77231: 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 0x7f5d0573c110> <<< 138029 1726888054.77251: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0573a2a0> <<< 138029 1726888054.77277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888054.77303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888054.77330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888054.77335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888054.77357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888054.77470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888054.77495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888054.77504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0573fe90> <<< 138029 1726888054.77515: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888054.77590: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0573e960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0573e6c0> <<< 138029 1726888054.77614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888054.77617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888054.77695: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0573ec30> <<< 138029 1726888054.77731: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0573a7b0> <<< 138029 1726888054.77769: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888054.77773: 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 0x7f5d05783f50> <<< 138029 1726888054.77794: 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 0x7f5d05784170> <<< 138029 1726888054.77817: 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 <<< 138029 1726888054.77838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888054.77854: 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' <<< 138029 1726888054.77899: 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 0x7f5d05785ca0> <<< 138029 1726888054.77912: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05785a60> <<< 138029 1726888054.77918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888054.77950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888054.78062: 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 0x7f5d05788260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05786390> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888054.78078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888054.78112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888054.78125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888054.78130: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888054.78175: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0578b9e0> <<< 138029 1726888054.78296: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d057883e0> <<< 138029 1726888054.78363: 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 0x7f5d0578c800> <<< 138029 1726888054.78388: 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 0x7f5d0578c830> <<< 138029 1726888054.78429: 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 0x7f5d0578ccb0> <<< 138029 1726888054.78448: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d057843b0> <<< 138029 1726888054.78463: 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 <<< 138029 1726888054.78482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888054.78487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888054.78514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888054.78540: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888054.78568: 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 0x7f5d05618290> <<< 138029 1726888054.78714: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888054.78735: 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 0x7f5d05619310> <<< 138029 1726888054.78740: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0578ea20> <<< 138029 1726888054.78783: 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 0x7f5d0578fdd0> <<< 138029 1726888054.78804: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0578e630> <<< 138029 1726888054.78808: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.78810: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.78823: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888054.78839: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.78929: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.79026: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.79046: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888054.79066: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.79075: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.79092: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888054.79097: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.79213: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.79343: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.79888: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.80419: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888054.80442: 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' # <<< 138029 1726888054.80468: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888054.80480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888054.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' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d0561d4c0> <<< 138029 1726888054.80647: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888054.80669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888054.80675: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0561e270> <<< 138029 1726888054.80682: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d056193d0> <<< 138029 1726888054.80731: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888054.80751: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.80768: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.80777: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888054.80790: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.80941: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.81108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888054.81116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0561e210> <<< 138029 1726888054.81128: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.81602: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.82066: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.82142: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.82212: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888054.82224: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.82273: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.82311: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888054.82316: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.82400: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.82477: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888054.82498: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.82515: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.82520: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888054.82529: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.82576: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.82608: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888054.82620: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.82845: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.83116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888054.83175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888054.83195: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888054.83271: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0561f440> <<< 138029 1726888054.83274: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.83348: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.83422: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888054.83439: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888054.83444: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888054.83458: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.83508: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.83552: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888054.83561: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.83610: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.83648: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.83706: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.83784: 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 <<< 138029 1726888054.83820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888054.83910: 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 0x7f5d05629f70> <<< 138029 1726888054.83953: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d056271a0> <<< 138029 1726888054.83980: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888054.83990: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.84054: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.84117: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.84148: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.84188: 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' <<< 138029 1726888054.84212: 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 <<< 138029 1726888054.84233: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888054.84258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888054.84315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888054.84335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888054.84352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888054.84413: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05702780> <<< 138029 1726888054.84452: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d057fa450> <<< 138029 1726888054.84538: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0562a000> <<< 138029 1726888054.84550: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0561c470> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888054.84585: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.84612: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 138029 1726888054.84630: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888054.84683: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888054.84696: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.84711: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.84723: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726888054.84728: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.84938: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.85127: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.85147: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.85169: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.85217: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.85260: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.85296: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.85331: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 138029 1726888054.85347: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.85415: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.85492: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.85505: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.85546: 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 <<< 138029 1726888054.85607: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 138029 1726888054.86754: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888054.86816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888054.87852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888054.87911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888054.88742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888054.88753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888054.88790: 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 0x7f5d0526eae0> <<< 138029 1726888054.88818: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0526df10> <<< 138029 1726888054.88888: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0526c410> <<< 138029 1726888054.89141: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d056b9c70> <<< 138029 1726888054.89219: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d056b8320> <<< 138029 1726888054.89236: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 138029 1726888054.89242: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.89444: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.89603: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.89656: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.89711: 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' <<< 138029 1726888054.89729: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 138029 1726888054.89810: 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 <<< 138029 1726888054.89827: 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 0x7f5d056bab70> <<< 138029 1726888054.89854: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 138029 1726888054.89876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 138029 1726888054.91086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888054.91124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888054.91702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888054.91710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 138029 1726888054.91726: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d052f0da0> <<< 138029 1726888054.91770: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888054.91780: 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 0x7f5d052f10d0> <<< 138029 1726888054.91830: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d052e0830> <<< 138029 1726888054.91852: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d052bbb60> <<< 138029 1726888054.91893: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0569d910> <<< 138029 1726888054.91902: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0569cd70> <<< 138029 1726888054.91916: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 138029 1726888054.91959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 138029 1726888054.93302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 138029 1726888054.93306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 138029 1726888054.93903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 138029 1726888054.93909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 138029 1726888054.95002: 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 0x7f5d052f3d10> <<< 138029 1726888054.95006: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d052f35c0> <<< 138029 1726888054.95653: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888054.95667: 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 0x7f5d052f37a0> <<< 138029 1726888054.95673: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d052f29f0> <<< 138029 1726888054.95710: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 138029 1726888054.95713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 138029 1726888054.95743: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d052f3e00> <<< 138029 1726888054.95757: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 138029 1726888054.95809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888054.95849: 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 0x7f5d0510e9f0><<< 138029 1726888054.95854: stdout chunk (state=3): >>> <<< 138029 1726888054.95884: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0510c9e0> <<< 138029 1726888054.95913: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0569d610> import 'ansible.module_utils.facts.timeout' # <<< 138029 1726888054.95938: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 138029 1726888054.95946: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.95973: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 138029 1726888054.95996: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96053: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96115: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 138029 1726888054.96126: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96179: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96220: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 138029 1726888054.96245: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96270: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96273: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 138029 1726888054.96280: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96317: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96357: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 138029 1726888054.96362: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96407: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96459: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 138029 1726888054.96467: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96513: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96553: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 138029 1726888054.96572: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96631: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96694: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96759: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.96816: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 138029 1726888054.96821: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 138029 1726888054.96854: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.97371: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.97850: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 138029 1726888054.97860: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.97917: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.97970: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.98005: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.98048: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 138029 1726888054.98054: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 138029 1726888054.98090: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.98129: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 138029 1726888054.98137: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.98190: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.98251: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 138029 1726888054.98254: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.98299: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.98339: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 138029 1726888054.98341: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.98372: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.98402: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 138029 1726888054.98413: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.98495: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888054.99332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888054.99335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888054.99368: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0510f110> <<< 138029 1726888055.00401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888055.00434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888055.00557: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0510fe30> <<< 138029 1726888055.00569: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 138029 1726888055.00578: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.00656: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.00718: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 138029 1726888055.00731: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.00827: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.00917: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 138029 1726888055.00932: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.00999: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.01079: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 138029 1726888055.01084: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.01131: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.02335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888055.02390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888055.02870: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888055.02941: 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 0x7f5d05152e10> <<< 138029 1726888055.03159: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0513cf80> <<< 138029 1726888055.03181: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 138029 1726888055.03238: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.03294: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 138029 1726888055.03297: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.03389: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.03475: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.03593: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.03736: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888055.03753: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 138029 1726888055.03796: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.03829: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 138029 1726888055.03847: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.03896: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.03946: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 138029 1726888055.03951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 138029 1726888055.03983: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888055.04002: 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 0x7f5d051669f0> <<< 138029 1726888055.04016: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d051664e0> import 'ansible.module_utils.facts.system.user' # <<< 138029 1726888055.04026: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.04042: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.04047: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 138029 1726888055.04077: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.04113: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.04159: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 138029 1726888055.04164: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.04330: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.04491: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 138029 1726888055.04503: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.04601: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.04703: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.04745: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.04789: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 138029 1726888055.04804: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 138029 1726888055.04809: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.04829: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.04858: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.05006: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.05156: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 138029 1726888055.05165: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 138029 1726888055.05284: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.05417: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 138029 1726888055.05434: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.05471: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.05510: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.06121: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.06638: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 138029 1726888055.06659: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 138029 1726888055.06772: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.06880: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 138029 1726888055.06888: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.06993: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.07093: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 138029 1726888055.07109: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.07263: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.07415: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 138029 1726888055.07436: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.07448: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.07466: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 138029 1726888055.07473: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.07515: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.07579: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 138029 1726888055.07673: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.07778: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.07999: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.08197: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 138029 1726888055.08219: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 138029 1726888055.08259: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.08292: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 138029 1726888055.08310: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.08329: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.08418: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 138029 1726888055.08423: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.08467: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.08538: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 138029 1726888055.08549: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.08574: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.08603: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 138029 1726888055.08609: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.08680: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.08743: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 138029 1726888055.08746: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.08805: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.08866: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 138029 1726888055.08873: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.09149: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.09426: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 138029 1726888055.09435: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.09490: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.09563: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 138029 1726888055.09570: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.09604: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.09639: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 138029 1726888055.09652: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.09683: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.09720: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 138029 1726888055.09725: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.09770: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.09793: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 138029 1726888055.09813: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.09887: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.09970: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 138029 1726888055.09987: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.09994: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.10002: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 138029 1726888055.10016: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.10066: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.10109: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 138029 1726888055.10116: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.10145: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.10165: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.10212: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.10269: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.10340: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.10406: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 138029 1726888055.10486: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # <<< 138029 1726888055.10493: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 138029 1726888055.10506: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.10559: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 138029 1726888055.10573: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.10771: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.10969: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 138029 1726888055.10974: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.11024: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.11077: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 138029 1726888055.11083: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.11129: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.11182: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 138029 1726888055.11187: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.11272: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.11348: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 138029 1726888055.11371: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 138029 1726888055.11459: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.11552: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 138029 1726888055.11576: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 138029 1726888055.11721: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.11866: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 138029 1726888055.11959: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.43418: 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}}} <<< 138029 1726888055.44170: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888055.44224: 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 <<< 138029 1726888055.44232: 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing 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 <<< 138029 1726888055.44303: 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing 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 <<< 138029 1726888055.44359: 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 <<< 138029 1726888055.44370: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # 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.fa<<< 138029 1726888055.44379: stdout chunk (state=3): >>>cts.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 <<< 138029 1726888055.44431: stdout chunk (state=3): >>># 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 <<< 138029 1726888055.44441: 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 ansible.module_utils.service # destroy ansible.module_utils.service <<< 138029 1726888055.44799: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888055.44826: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888055.44857: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888055.44881: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888055.44886: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888055.44917: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888055.44948: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 138029 1726888055.44952: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder <<< 138029 1726888055.44982: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale <<< 138029 1726888055.44986: stdout chunk (state=3): >>># destroy locale <<< 138029 1726888055.45002: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 138029 1726888055.45009: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888055.45064: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888055.45076: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 138029 1726888055.45125: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 138029 1726888055.45135: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal <<< 138029 1726888055.45147: stdout chunk (state=3): >>># destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 138029 1726888055.45164: stdout chunk (state=3): >>># destroy _pickle <<< 138029 1726888055.45193: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 138029 1726888055.45197: stdout chunk (state=3): >>># destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 138029 1726888055.45215: stdout chunk (state=3): >>># destroy fcntl <<< 138029 1726888055.45226: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888055.45237: stdout chunk (state=3): >>># destroy base64 <<< 138029 1726888055.45259: stdout chunk (state=3): >>># destroy _ssl <<< 138029 1726888055.45287: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 138029 1726888055.45290: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios <<< 138029 1726888055.45306: stdout chunk (state=3): >>># destroy errno # destroy json <<< 138029 1726888055.45325: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 138029 1726888055.45346: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 138029 1726888055.45349: stdout chunk (state=3): >>># destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 138029 1726888055.45390: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 138029 1726888055.45417: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token <<< 138029 1726888055.45420: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 138029 1726888055.45426: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 138029 1726888055.45462: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 138029 1726888055.45476: 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 <<< 138029 1726888055.45499: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing <<< 138029 1726888055.45508: stdout chunk (state=3): >>># destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading <<< 138029 1726888055.45519: 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 <<< 138029 1726888055.45531: 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 <<< 138029 1726888055.45549: stdout chunk (state=3): >>># destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888055.45566: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections <<< 138029 1726888055.45577: 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 <<< 138029 1726888055.45583: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath <<< 138029 1726888055.45608: 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 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 138029 1726888055.45624: 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<<< 138029 1726888055.45638: 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 <<< 138029 1726888055.45647: stdout chunk (state=3): >>># destroy selinux._selinux <<< 138029 1726888055.45694: stdout chunk (state=3): >>># destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888055.45820: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888055.45823: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888055.45865: stdout chunk (state=3): >>># destroy platform <<< 138029 1726888055.45871: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888055.45885: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888055.45899: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888055.45920: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888055.45942: 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 <<< 138029 1726888055.45948: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 138029 1726888055.45985: stdout chunk (state=3): >>># destroy _opcode <<< 138029 1726888055.45988: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888055.46010: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888055.46021: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888055.46114: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888055.46130: 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 <<< 138029 1726888055.46168: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888055.46183: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888055.46200: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re <<< 138029 1726888055.46227: stdout chunk (state=3): >>># destroy _abc <<< 138029 1726888055.46234: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888055.46257: stdout chunk (state=3): >>># destroy _sre # destroy posix <<< 138029 1726888055.46270: stdout chunk (state=3): >>># destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888055.46276: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888055.46966: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888055.46994: stderr chunk (state=3): >>><<< 138029 1726888055.46997: stdout chunk (state=3): >>><<< 138029 1726888055.47095: _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 0x7f5d062183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d061e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0621a960> 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 0x7f5d0602cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f5d0602dfd0> 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 0x7f5d0606be90> # /usr/lib64/python3.12/__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 0x7f5d0606bf50> # /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 0x7f5d060a3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060a3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d06083b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d06081280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d06069040> # /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 0x7f5d060c7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060c64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d06082150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060c4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060f4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060682c0> # /usr/lib64/python3.12/__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 0x7f5d060f4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060f4c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d060f5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d06066de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f5d060f5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060f5430> 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 0x7f5d060f6630> 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 0x7f5d06110860> 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 0x7f5d06111fa0> # /usr/lib64/python3.12/__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 0x7f5d06112e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d06113440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d06112390> # /usr/lib64/python3.12/__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 0x7f5d06113e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d06113560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060f6690> # /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 0x7f5d05df7ce0> # /usr/lib64/python3.12/__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 0x7f5d05e20770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05e204d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d05e207a0> # /usr/lib64/python3.12/__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 0x7f5d05e210a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d05e21a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05e20980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05df5e80> # /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 0x7f5d05e22e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05e21b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d060f6d80> # /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 0x7f5d05e4b1d0> # /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 0x7f5d05e77560> # /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 0x7f5d05ed0350> # /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 0x7f5d05ed2ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05ed0470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05e9d340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d05430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05e76390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05e23da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5d05d056d0> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_b3fco3jm/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 0x7f5d05d6f1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d4a090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d49220> # 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 0x7f5d05d6cef0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f5d05d9eb40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d9e900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d9e270> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f5d05d9e690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05d6fc20> 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 0x7f5d05d9f8c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d05d9fb00> # /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 0x7f5d05d9ff80> 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 0x7f5d05731d90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d057339b0> # /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 0x7f5d057383b0> # /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 0x7f5d05739550> # /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 0x7f5d0573bfe0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d0573c110> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0573a2a0> # /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 0x7f5d0573fe90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0573e960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0573e6c0> # /usr/lib64/python3.12/__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 0x7f5d0573ec30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0573a7b0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d05783f50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05784170> # /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 0x7f5d05785ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05785a60> # /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 0x7f5d05788260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d05786390> # /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 0x7f5d0578b9e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d057883e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d0578c800> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d0578c830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d0578ccb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d057843b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f5d05618290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d05619310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0578ea20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d0578fdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0578e630> # 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 0x7f5d0561d4c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f5d0561e270> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d056193d0> 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 0x7f5d0561e210> # 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 0x7f5d0561f440> # 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 0x7f5d05629f70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d056271a0> 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 0x7f5d05702780> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d057fa450> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0562a000> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0561c470> # 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 0x7f5d0526eae0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0526df10> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0526c410> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d056b9c70> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d056b8320> 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 0x7f5d056bab70> # /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 0x7f5d052f0da0> # 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 0x7f5d052f10d0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d052e0830> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d052bbb60> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0569d910> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0569cd70> # /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 0x7f5d052f3d10> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d052f35c0> # 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 0x7f5d052f37a0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d052f29f0> # /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 0x7f5d052f3e00> # /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 0x7f5d0510e9f0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0510c9e0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0569d610> 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 0x7f5d0510f110> # /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 0x7f5d0510fe30> 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 0x7f5d05152e10> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d0513cf80> 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 0x7f5d051669f0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d051664e0> 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 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 138029 1726888055.47929: 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-1726888054.2961078-139831-76442647141555/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888055.47933: _low_level_execute_command(): starting 138029 1726888055.47935: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888054.2961078-139831-76442647141555/ > /dev/null 2>&1 && sleep 0' 138029 1726888055.47938: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888055.47940: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888055.47942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888055.47944: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888055.47946: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888055.47948: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888055.47950: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888055.47951: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888055.47953: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888055.47957: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888055.47959: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888055.47962: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888055.47964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888055.47966: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888055.47968: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888055.47970: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888055.48017: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888055.48023: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888055.48027: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888055.48070: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888055.50002: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888055.50028: stderr chunk (state=3): >>><<< 138029 1726888055.50031: stdout chunk (state=3): >>><<< 138029 1726888055.50063: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888055.50066: handler run complete 138029 1726888055.50069: attempt loop complete, returning result 138029 1726888055.50072: _execute() done 138029 1726888055.50074: dumping result to json 138029 1726888055.50078: done dumping result, returning 138029 1726888055.50086: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-5a58-73a2-00000000030b] 138029 1726888055.50088: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000030b 138029 1726888055.50178: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000030b 138029 1726888055.50181: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "name": null, "status": {} } 138029 1726888055.50239: no more pending results, returning what we have 138029 1726888055.50241: results queue empty 138029 1726888055.50243: checking for any_errors_fatal 138029 1726888055.50249: done checking for any_errors_fatal 138029 1726888055.50250: checking for max_fail_percentage 138029 1726888055.50252: done checking for max_fail_percentage 138029 1726888055.50253: checking to see if all hosts have failed and the running result is not ok 138029 1726888055.50253: done checking to see if all hosts have failed 138029 1726888055.50254: getting the remaining hosts for this loop 138029 1726888055.50258: done getting the remaining hosts for this loop 138029 1726888055.50263: getting the next task for host managed_node3 138029 1726888055.50270: done getting next task for host managed_node3 138029 1726888055.50273: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 138029 1726888055.50277: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888055.50287: getting variables 138029 1726888055.50289: in VariableManager get_vars() 138029 1726888055.50321: Calling all_inventory to load vars for managed_node3 138029 1726888055.50324: Calling groups_inventory to load vars for managed_node3 138029 1726888055.50326: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888055.50335: Calling all_plugins_play to load vars for managed_node3 138029 1726888055.50338: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888055.50340: Calling groups_plugins_play to load vars for managed_node3 138029 1726888055.50701: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888055.51042: done with get_vars() 138029 1726888055.51053: 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:07:35 -0400 (0:00:01.254) 0:01:08.234 ****** 138029 1726888055.51125: entering _queue_task() for managed_node3/mount 138029 1726888055.51329: worker is 1 (out of 1 available) 138029 1726888055.51343: exiting _queue_task() for managed_node3/mount 138029 1726888055.51356: done queuing things up, now waiting for results queue to drain 138029 1726888055.51358: waiting for pending results... 138029 1726888055.51529: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 138029 1726888055.51611: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000030c 138029 1726888055.51623: variable 'ansible_search_path' from source: unknown 138029 1726888055.51626: variable 'ansible_search_path' from source: unknown 138029 1726888055.51863: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888055.53286: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888055.53337: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888055.53368: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888055.53394: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888055.53413: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888055.53474: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888055.53493: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888055.53511: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888055.53536: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888055.53550: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888055.53584: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888055.53601: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888055.53617: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888055.53641: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888055.53654: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888055.53694: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888055.53709: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888055.53726: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888055.53750: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888055.53767: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888055.53870: variable 'blivet_output' from source: set_fact 138029 1726888055.53945: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888055.54059: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888055.54087: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888055.54120: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888055.54140: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888055.54173: 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) 138029 1726888055.54188: 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) 138029 1726888055.54210: 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) 138029 1726888055.54226: 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) 138029 1726888055.54344: variable 'omit' from source: magic vars 138029 1726888055.54414: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888055.54420: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888055.54430: variable 'omit' from source: magic vars 138029 1726888055.54481: variable 'omit' from source: magic vars 138029 1726888055.54521: variable 'omit' from source: magic vars 138029 1726888055.54616: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888055.54632: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888055.54652: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888055.54679: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888055.54689: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888055.54748: variable 'mount_info' from source: unknown 138029 1726888055.54752: variable 'omit' from source: magic vars 138029 1726888055.54815: variable 'mount_info' from source: unknown 138029 1726888055.54897: variable 'mount_info' from source: unknown 138029 1726888055.54909: variable 'omit' from source: magic vars 138029 1726888055.54984: variable 'mount_info' from source: unknown 138029 1726888055.54989: variable 'omit' from source: magic vars 138029 1726888055.55043: variable 'mount_info' from source: unknown 138029 1726888055.55058: variable 'omit' from source: magic vars 138029 1726888055.55077: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888055.55100: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888055.55114: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888055.55127: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888055.55135: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888055.55147: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888055.55160: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888055.55186: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888055.55191: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888055.55193: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888055.55268: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888055.55272: Set connection var ansible_timeout to 10 138029 1726888055.55278: Set connection var ansible_pipelining to False 138029 1726888055.55281: Set connection var ansible_shell_type to sh 138029 1726888055.55283: Set connection var ansible_connection to ssh 138029 1726888055.55285: Set connection var ansible_shell_executable to /bin/sh 138029 1726888055.55305: variable 'ansible_shell_executable' from source: unknown 138029 1726888055.55308: variable 'ansible_connection' from source: unknown 138029 1726888055.55311: variable 'ansible_module_compression' from source: unknown 138029 1726888055.55313: variable 'ansible_shell_type' from source: unknown 138029 1726888055.55315: variable 'ansible_shell_executable' from source: unknown 138029 1726888055.55317: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888055.55320: variable 'ansible_pipelining' from source: unknown 138029 1726888055.55322: variable 'ansible_timeout' from source: unknown 138029 1726888055.55330: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 138029 1726888055.55445: 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) 138029 1726888055.55453: variable 'omit' from source: magic vars 138029 1726888055.55459: starting attempt loop 138029 1726888055.55465: running the handler 138029 1726888055.55473: _low_level_execute_command(): starting 138029 1726888055.55478: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888055.55948: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888055.55987: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888055.55990: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888055.55993: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888055.55996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888055.56042: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888055.56046: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888055.56048: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888055.56106: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888055.57831: stdout chunk (state=3): >>>/root <<< 138029 1726888055.57950: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888055.57980: stderr chunk (state=3): >>><<< 138029 1726888055.57985: stdout chunk (state=3): >>><<< 138029 1726888055.58002: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888055.58015: _low_level_execute_command(): starting 138029 1726888055.58018: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888055.5800254-139853-6480034987137 `" && echo ansible-tmp-1726888055.5800254-139853-6480034987137="` echo /root/.ansible/tmp/ansible-tmp-1726888055.5800254-139853-6480034987137 `" ) && sleep 0' 138029 1726888055.58424: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888055.58466: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888055.58470: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888055.58472: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888055.58474: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888055.58477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888055.58519: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888055.58525: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888055.58527: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888055.58584: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888055.61812: stdout chunk (state=3): >>>ansible-tmp-1726888055.5800254-139853-6480034987137=/root/.ansible/tmp/ansible-tmp-1726888055.5800254-139853-6480034987137 <<< 138029 1726888055.61931: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888055.61959: stderr chunk (state=3): >>><<< 138029 1726888055.61962: stdout chunk (state=3): >>><<< 138029 1726888055.61980: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888055.5800254-139853-6480034987137=/root/.ansible/tmp/ansible-tmp-1726888055.5800254-139853-6480034987137 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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 138029 1726888055.62044: variable 'ansible_module_compression' from source: unknown 138029 1726888055.62085: ANSIBALLZ: Using lock for mount 138029 1726888055.62088: ANSIBALLZ: Acquiring lock 138029 1726888055.62091: ANSIBALLZ: Lock acquired: 140373967794688 138029 1726888055.62095: ANSIBALLZ: Creating module 138029 1726888055.70313: ANSIBALLZ: Writing module into payload 138029 1726888055.70419: ANSIBALLZ: Writing module 138029 1726888055.70437: ANSIBALLZ: Renaming module 138029 1726888055.70443: ANSIBALLZ: Done creating module 138029 1726888055.70462: variable 'ansible_facts' from source: unknown 138029 1726888055.70515: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888055.5800254-139853-6480034987137/AnsiballZ_mount.py 138029 1726888055.70620: Sending initial data 138029 1726888055.70623: Sent initial data (154 bytes) 138029 1726888055.71063: 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 <<< 138029 1726888055.71067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888055.71081: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888055.71136: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888055.71139: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888055.71146: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888055.71197: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888055.72927: 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 <<< 138029 1726888055.72931: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888055.72977: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888055.73020: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmppdl5be6a /root/.ansible/tmp/ansible-tmp-1726888055.5800254-139853-6480034987137/AnsiballZ_mount.py <<< 138029 1726888055.73023: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888055.5800254-139853-6480034987137/AnsiballZ_mount.py" <<< 138029 1726888055.73071: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmppdl5be6a" to remote "/root/.ansible/tmp/ansible-tmp-1726888055.5800254-139853-6480034987137/AnsiballZ_mount.py" <<< 138029 1726888055.73077: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888055.5800254-139853-6480034987137/AnsiballZ_mount.py" <<< 138029 1726888055.73648: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888055.73692: stderr chunk (state=3): >>><<< 138029 1726888055.73696: stdout chunk (state=3): >>><<< 138029 1726888055.73717: done transferring module to remote 138029 1726888055.73729: _low_level_execute_command(): starting 138029 1726888055.73732: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888055.5800254-139853-6480034987137/ /root/.ansible/tmp/ansible-tmp-1726888055.5800254-139853-6480034987137/AnsiballZ_mount.py && sleep 0' 138029 1726888055.74143: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888055.74187: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888055.74191: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888055.74193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888055.74196: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888055.74202: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888055.74239: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888055.74246: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888055.74296: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888055.76128: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888055.76150: stderr chunk (state=3): >>><<< 138029 1726888055.76153: stdout chunk (state=3): >>><<< 138029 1726888055.76169: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888055.76172: _low_level_execute_command(): starting 138029 1726888055.76177: _low_level_execute_command(): using become for this command 138029 1726888055.76187: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-pupndvmonsnhwmrnazqchhlxrnqpaxsk ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888055.5800254-139853-6480034987137/AnsiballZ_mount.py'"'"' && sleep 0' 138029 1726888055.76263: Initial state: awaiting_escalation: BECOME-SUCCESS-pupndvmonsnhwmrnazqchhlxrnqpaxsk 138029 1726888055.76637: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888055.76641: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888055.76684: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888055.76687: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888055.76691: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888055.76754: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888055.80012: stdout chunk (state=1): >>>BECOME-SUCCESS-pupndvmonsnhwmrnazqchhlxrnqpaxsk <<< 138029 1726888055.80016: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-pupndvmonsnhwmrnazqchhlxrnqpaxsk' 138029 1726888055.80378: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888055.80450: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888055.80543: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888055.80635: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888055.80667: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888055.80688: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888055.80696: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888055.80758: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888055.80768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888055.80780: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888055.80802: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888055.80844: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888055.80862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888055.80881: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb68183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb67e7a10> <<< 138029 1726888055.80912: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888055.80915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888055.80933: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb681a960> <<< 138029 1726888055.80944: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888055.80974: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888055.80979: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888055.80998: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888055.81029: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888055.81039: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888055.81128: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888055.81170: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888055.81199: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888055.81205: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888055.81218: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888055.81243: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888055.81253: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888055.81271: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888055.81300: 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' <<< 138029 1726888055.81325: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb662cfe0> <<< 138029 1726888055.81398: 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 <<< 138029 1726888055.81403: 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 0x7f0bb662dfd0> <<< 138029 1726888055.81428: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888055.81459: 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. <<< 138029 1726888055.81693: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888055.81720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888055.81730: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888055.81748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888055.81769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888055.81813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888055.81825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888055.81859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888055.81867: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb666be90> <<< 138029 1726888055.81895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888055.81904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888055.81935: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888055.81939: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb666bf50> <<< 138029 1726888055.81965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888055.82002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888055.82013: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888055.82064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888055.82087: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888055.82104: 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' <<< 138029 1726888055.82124: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66a3860> <<< 138029 1726888055.82128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888055.82154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888055.82168: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66a3ef0> <<< 138029 1726888055.82173: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888055.82240: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6683b30> <<< 138029 1726888055.82243: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888055.82269: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6681280> <<< 138029 1726888055.82374: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6669040> <<< 138029 1726888055.82380: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888055.82404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888055.82411: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888055.82440: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888055.82466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888055.82489: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888055.82493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888055.82524: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66c7890> <<< 138029 1726888055.82540: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66c64b0> <<< 138029 1726888055.82576: 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 0x7f0bb6682150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66c4c50> <<< 138029 1726888055.82636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888055.82640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66f48f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66682c0> <<< 138029 1726888055.82669: 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' <<< 138029 1726888055.82707: 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 0x7f0bb66f4da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66f4c50> <<< 138029 1726888055.82753: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888055.82760: 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 0x7f0bb66f5040> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6666de0> <<< 138029 1726888055.82797: 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' <<< 138029 1726888055.82837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888055.82873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888055.82881: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66f5700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66f53d0> <<< 138029 1726888055.82887: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888055.82919: 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' <<< 138029 1726888055.82936: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66f6600> <<< 138029 1726888055.82958: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888055.82963: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888055.82990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888055.83023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888055.83048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888055.83051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6710800> <<< 138029 1726888055.83078: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888055.83098: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888055.83113: 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 0x7f0bb6711f40> <<< 138029 1726888055.83135: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888055.83147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888055.83173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888055.83181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888055.83190: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6712de0> <<< 138029 1726888055.83237: 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 0x7f0bb6713440> <<< 138029 1726888055.83245: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6712330> <<< 138029 1726888055.83265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888055.83277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888055.83317: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888055.83329: 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 0x7f0bb6713e30> <<< 138029 1726888055.83344: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6713560> <<< 138029 1726888055.83383: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66f6570> <<< 138029 1726888055.83407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888055.83434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888055.83458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888055.83474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888055.83511: 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' <<< 138029 1726888055.83516: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bb64a7ce0> <<< 138029 1726888055.83542: 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' <<< 138029 1726888055.83578: 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 0x7f0bb64d0770> <<< 138029 1726888055.83585: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb64d04d0> <<< 138029 1726888055.83604: 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 0x7f0bb64d07a0> <<< 138029 1726888055.83638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888055.83642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888055.83726: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888055.83866: 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 0x7f0bb64d10d0> <<< 138029 1726888055.83991: 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 0x7f0bb64d1ac0> <<< 138029 1726888055.83994: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb64d0980> <<< 138029 1726888055.84019: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb64a5e80> <<< 138029 1726888055.84036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888055.84063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888055.84089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888055.84096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888055.84109: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb64d2ed0> <<< 138029 1726888055.84131: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb64d1c10> <<< 138029 1726888055.84147: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66f6d20> <<< 138029 1726888055.84179: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888055.84239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888055.84265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888055.84296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888055.84331: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb64fb200> <<< 138029 1726888055.84382: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888055.84396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888055.84418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888055.84445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888055.84482: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb65275f0> <<< 138029 1726888055.84511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888055.84572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888055.84625: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888055.84664: 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 0x7f0bb65803b0> <<< 138029 1726888055.84672: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888055.84702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888055.84726: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888055.84774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888055.84864: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6582b10> <<< 138029 1726888055.84936: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb65804d0> <<< 138029 1726888055.84978: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb654d3d0> <<< 138029 1726888055.85009: 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' <<< 138029 1726888055.85026: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6385490> <<< 138029 1726888055.85029: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb65263f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb64d3dd0> <<< 138029 1726888055.85846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888055.85870: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0bb6526750> <<< 138029 1726888055.86898: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_fakitpag/ansible_mount_payload.zip' <<< 138029 1726888055.86902: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.87025: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.87057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888055.87069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888055.87113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888055.87186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888055.87220: 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 0x7f0bb63df170> <<< 138029 1726888055.87232: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888055.87458: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb63be060> <<< 138029 1726888055.87464: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb63bd1f0> <<< 138029 1726888055.87466: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.87496: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888055.87505: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.87517: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.87540: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.87546: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888055.87572: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.89000: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.90149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888055.90156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb63dd460> <<< 138029 1726888055.90187: 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' <<< 138029 1726888055.90211: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888055.90222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888055.90249: 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' <<< 138029 1726888055.90278: 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 0x7f0bb6406b70> <<< 138029 1726888055.90313: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6406930> <<< 138029 1726888055.90349: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6406240> <<< 138029 1726888055.90366: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888055.90383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888055.90422: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6406780> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb63dfe00> <<< 138029 1726888055.90428: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888055.90467: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888055.90472: 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 0x7f0bb6407890> <<< 138029 1726888055.90491: 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 0x7f0bb6407ad0> <<< 138029 1726888055.90512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888055.90562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888055.90579: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888055.90619: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6407fe0> <<< 138029 1726888055.90635: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888055.90657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888055.90686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888055.90723: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d1dcd0> <<< 138029 1726888055.90753: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888055.90761: 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 0x7f0bb5d1f8f0> <<< 138029 1726888055.90788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888055.90792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888055.90835: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d202c0> <<< 138029 1726888055.90852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888055.90901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888055.90904: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d21430> <<< 138029 1726888055.90931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888055.90969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888055.90996: 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' <<< 138029 1726888055.91060: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d23f20> <<< 138029 1726888055.91097: 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 0x7f0bb6712c60> <<< 138029 1726888055.91118: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d221e0> <<< 138029 1726888055.91139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888055.91168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888055.91196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888055.91206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888055.91217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888055.91248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888055.91269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888055.91292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d2bd40> <<< 138029 1726888055.91295: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888055.91370: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d2a810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d2a5a0> <<< 138029 1726888055.91388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888055.91399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888055.91475: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d2aa80> <<< 138029 1726888055.91504: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d226f0> <<< 138029 1726888055.91537: 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 0x7f0bb5d6ff80> <<< 138029 1726888055.91581: 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 0x7f0bb5d70500> <<< 138029 1726888055.91584: 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 <<< 138029 1726888055.91611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888055.91624: 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' <<< 138029 1726888055.91672: 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 0x7f0bb5d71b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d71940> <<< 138029 1726888055.91696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888055.91813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888055.91868: 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 0x7f0bb5d74140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d72270> <<< 138029 1726888055.91899: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888055.91937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888055.91967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888055.91979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888055.91990: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888055.92073: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d77890> <<< 138029 1726888055.92180: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d74260> <<< 138029 1726888055.92241: 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 0x7f0bb5d786b0> <<< 138029 1726888055.92274: 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 0x7f0bb5d786e0> <<< 138029 1726888055.92313: 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 0x7f0bb5d78230> <<< 138029 1726888055.92330: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d70260> <<< 138029 1726888055.92351: 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 <<< 138029 1726888055.92372: 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 <<< 138029 1726888055.92402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888055.92429: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888055.92454: 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 0x7f0bb5c04260> <<< 138029 1726888055.92597: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888055.92619: 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 0x7f0bb5c05580> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d7a9f0> <<< 138029 1726888055.92660: 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 0x7f0bb5d7bda0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d7a6c0> <<< 138029 1726888055.92676: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.92690: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.92699: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888055.92711: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.92797: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.92887: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.92908: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.92913: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888055.92939: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.92946: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.92963: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888055.92966: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.93098: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.93215: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.93766: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.94323: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888055.94346: 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' # <<< 138029 1726888055.94374: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888055.94387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888055.94443: 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 0x7f0bb5c096d0> <<< 138029 1726888055.94519: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888055.94529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888055.94541: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5c0a4b0> <<< 138029 1726888055.94568: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5c053d0> <<< 138029 1726888055.94605: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888055.94622: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.94641: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.94666: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888055.94673: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.94816: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.95001: 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 0x7f0bb5c0a1b0> # zipimport: zlib available <<< 138029 1726888055.95458: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.95910: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.95985: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.96057: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888055.96075: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.96106: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.96145: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888055.96151: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.96223: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.96306: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888055.96321: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.96334: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.96350: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888055.96353: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.96404: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.96443: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888055.96448: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.96685: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.96914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888055.96976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888055.96993: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888055.97077: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5c0b560> <<< 138029 1726888055.97079: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.97161: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.97229: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888055.97234: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888055.97259: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888055.97269: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.97315: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.97362: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888055.97373: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.97415: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.97466: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.97517: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.97588: 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 <<< 138029 1726888055.97628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888055.97717: 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 0x7f0bb5c16090> <<< 138029 1726888055.97752: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5c13d10> <<< 138029 1726888055.97788: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888055.97798: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.97872: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.97936: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.97971: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.98010: 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' <<< 138029 1726888055.98033: 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 <<< 138029 1726888055.98057: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888055.98078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888055.98137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888055.98177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888055.98227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888055.98258: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d02930> <<< 138029 1726888055.98300: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb643e600> <<< 138029 1726888055.98380: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5c16180> <<< 138029 1726888055.98393: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d79b80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888055.98399: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.98432: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.98458: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888055.98509: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888055.98533: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.98559: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.98564: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888055.98567: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.98591: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible' # <<< 138029 1726888055.98599: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.98626: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix' # <<< 138029 1726888055.98636: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.98667: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # <<< 138029 1726888055.98678: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.98692: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.98700: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.modules' # <<< 138029 1726888055.98712: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.99146: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.99537: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.99550: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.99559: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils' # <<< 138029 1726888055.99573: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.99613: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888055.99650: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 138029 1726888055.99738: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888062.67337: stdout chunk (state=3): >>> {"changed": true, "name": "/opt/test1", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "state": "mounted", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null}}} <<< 138029 1726888062.67367: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888062.67892: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888062.67952: 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 <<< 138029 1726888062.67959: stdout chunk (state=3): >>># cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct <<< 138029 1726888062.68020: stdout chunk (state=3): >>># cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible <<< 138029 1726888062.68028: 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 # 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 <<< 138029 1726888062.68091: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings <<< 138029 1726888062.68168: stdout chunk (state=3): >>># destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro <<< 138029 1726888062.68172: stdout chunk (state=3): >>># cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 <<< 138029 1726888062.68185: stdout chunk (state=3): >>># 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 <<< 138029 1726888062.68429: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888062.68432: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888062.68481: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888062.68485: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888062.68518: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath <<< 138029 1726888062.68568: 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 <<< 138029 1726888062.68590: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888062.68649: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 138029 1726888062.68653: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 138029 1726888062.68697: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy shutil <<< 138029 1726888062.68701: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888062.68784: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888062.68789: 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 <<< 138029 1726888062.68853: 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<<< 138029 1726888062.68893: 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 <<< 138029 1726888062.68913: 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 <<< 138029 1726888062.69098: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888062.69102: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888062.69130: 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 <<< 138029 1726888062.69197: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888062.69201: 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 <<< 138029 1726888062.69220: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888062.69316: 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 <<< 138029 1726888062.69360: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888062.69368: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888062.69418: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888062.69421: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888062.69979: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888062.69996: stderr chunk (state=3): >>><<< 138029 1726888062.70019: stdout chunk (state=3): >>><<< 138029 1726888062.70209: _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 0x7f0bb68183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb67e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb681a960> 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 0x7f0bb662cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f0bb662dfd0> 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 0x7f0bb666be90> # /usr/lib64/python3.12/__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 0x7f0bb666bf50> # /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 0x7f0bb66a3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66a3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6683b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6681280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6669040> # /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 0x7f0bb66c7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66c64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6682150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66c4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66f48f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66682c0> # /usr/lib64/python3.12/__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 0x7f0bb66f4da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66f4c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bb66f5040> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6666de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f0bb66f5700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66f53d0> 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 0x7f0bb66f6600> 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 0x7f0bb6710800> 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 0x7f0bb6711f40> # /usr/lib64/python3.12/__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 0x7f0bb6712de0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bb6713440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6712330> # /usr/lib64/python3.12/__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 0x7f0bb6713e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6713560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66f6570> # /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 0x7f0bb64a7ce0> # /usr/lib64/python3.12/__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 0x7f0bb64d0770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb64d04d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bb64d07a0> # /usr/lib64/python3.12/__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 0x7f0bb64d10d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bb64d1ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb64d0980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb64a5e80> # /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 0x7f0bb64d2ed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb64d1c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb66f6d20> # /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 0x7f0bb64fb200> # /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 0x7f0bb65275f0> # /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 0x7f0bb65803b0> # /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 0x7f0bb6582b10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb65804d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb654d3d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6385490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb65263f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb64d3dd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0bb6526750> # zipimport: found 36 names in '/tmp/ansible_mount_payload_fakitpag/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 0x7f0bb63df170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb63be060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb63bd1f0> # 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 0x7f0bb63dd460> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f0bb6406b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6406930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb6406240> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f0bb6406780> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb63dfe00> 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 0x7f0bb6407890> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bb6407ad0> # /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 0x7f0bb6407fe0> 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 0x7f0bb5d1dcd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bb5d1f8f0> # /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 0x7f0bb5d202c0> # /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 0x7f0bb5d21430> # /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 0x7f0bb5d23f20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bb6712c60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d221e0> # /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 0x7f0bb5d2bd40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d2a810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d2a5a0> # /usr/lib64/python3.12/__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 0x7f0bb5d2aa80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d226f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bb5d6ff80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d70500> # /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 0x7f0bb5d71b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d71940> # /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 0x7f0bb5d74140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d72270> # /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 0x7f0bb5d77890> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d74260> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bb5d786b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bb5d786e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bb5d78230> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d70260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f0bb5c04260> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bb5c05580> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d7a9f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bb5d7bda0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d7a6c0> # 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 0x7f0bb5c096d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f0bb5c0a4b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5c053d0> 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 0x7f0bb5c0a1b0> # 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 0x7f0bb5c0b560> # 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 0x7f0bb5c16090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5c13d10> 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 0x7f0bb5d02930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb643e600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5c16180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bb5d79b80> # 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/test1", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "path": "/opt/test1", "fstype": "xfs", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 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 138029 1726888062.71311: done with _execute_module (mount, {'src': 'UUID=ac246704-920b-4020-af6e-f443534e195b', 'path': '/opt/test1', 'fstype': 'xfs', '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-1726888055.5800254-139853-6480034987137/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888062.71314: _low_level_execute_command(): starting 138029 1726888062.71316: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888055.5800254-139853-6480034987137/ > /dev/null 2>&1 && sleep 0' 138029 1726888062.71467: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888062.71484: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888062.71501: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888062.71526: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888062.71544: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888062.71650: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888062.71653: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888062.71688: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888062.71702: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888062.71727: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888062.71811: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888062.73666: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888062.73693: stderr chunk (state=3): >>><<< 138029 1726888062.73697: stdout chunk (state=3): >>><<< 138029 1726888062.73711: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888062.73717: handler run complete 138029 1726888062.73730: attempt loop complete, returning result 138029 1726888062.73747: variable 'mount_info' from source: unknown 138029 1726888062.73816: variable 'mount_info' from source: unknown changed: [managed_node3] => (item={'src': 'UUID=ac246704-920b-4020-af6e-f443534e195b', 'path': '/opt/test1', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b" } 138029 1726888062.74062: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888062.74088: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888062.74091: variable 'omit' from source: magic vars 138029 1726888062.74094: variable 'omit' from source: magic vars 138029 1726888062.74096: variable 'omit' from source: magic vars 138029 1726888062.74216: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888062.74241: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888062.74460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888062.74465: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888062.74468: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888062.74470: variable 'mount_info' from source: unknown 138029 1726888062.74472: variable 'omit' from source: magic vars 138029 1726888062.74511: variable 'mount_info' from source: unknown 138029 1726888062.74634: variable 'mount_info' from source: unknown 138029 1726888062.74645: variable 'omit' from source: magic vars 138029 1726888062.74770: variable 'mount_info' from source: unknown 138029 1726888062.74782: variable 'omit' from source: magic vars 138029 1726888062.74852: variable 'mount_info' from source: unknown 138029 1726888062.74869: variable 'omit' from source: magic vars 138029 1726888062.74887: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888062.74908: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888062.74912: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888062.74914: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888062.74926: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888062.74928: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888062.74930: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888062.75010: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888062.75014: Set connection var ansible_timeout to 10 138029 1726888062.75038: Set connection var ansible_pipelining to False 138029 1726888062.75041: Set connection var ansible_shell_type to sh 138029 1726888062.75044: Set connection var ansible_connection to ssh 138029 1726888062.75046: Set connection var ansible_shell_executable to /bin/sh 138029 1726888062.75335: variable 'ansible_shell_executable' from source: unknown 138029 1726888062.75338: variable 'ansible_connection' from source: unknown 138029 1726888062.75340: variable 'ansible_module_compression' from source: unknown 138029 1726888062.75348: variable 'ansible_shell_type' from source: unknown 138029 1726888062.75350: variable 'ansible_shell_executable' from source: unknown 138029 1726888062.75352: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888062.75360: variable 'ansible_pipelining' from source: unknown 138029 1726888062.75362: variable 'ansible_timeout' from source: unknown 138029 1726888062.75365: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 138029 1726888062.75374: 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) 138029 1726888062.75376: variable 'omit' from source: magic vars 138029 1726888062.75378: starting attempt loop 138029 1726888062.75380: running the handler 138029 1726888062.75382: _low_level_execute_command(): starting 138029 1726888062.75383: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888062.75932: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888062.75944: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888062.75995: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888062.75998: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888062.76050: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888062.78037: stdout chunk (state=3): >>>/root <<< 138029 1726888062.78383: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888062.78386: stderr chunk (state=3): >>><<< 138029 1726888062.78389: stdout chunk (state=3): >>><<< 138029 1726888062.78417: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888062.78420: _low_level_execute_command(): starting 138029 1726888062.78428: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888062.7840223-139853-82437242124549 `" && echo ansible-tmp-1726888062.7840223-139853-82437242124549="` echo /root/.ansible/tmp/ansible-tmp-1726888062.7840223-139853-82437242124549 `" ) && sleep 0' 138029 1726888062.78868: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888062.78871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888062.78873: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888062.78875: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888062.78877: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888062.78926: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888062.78929: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888062.78984: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888062.82721: stdout chunk (state=3): >>>ansible-tmp-1726888062.7840223-139853-82437242124549=/root/.ansible/tmp/ansible-tmp-1726888062.7840223-139853-82437242124549 <<< 138029 1726888062.83006: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888062.83032: stderr chunk (state=3): >>><<< 138029 1726888062.83035: stdout chunk (state=3): >>><<< 138029 1726888062.83074: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888062.7840223-139853-82437242124549=/root/.ansible/tmp/ansible-tmp-1726888062.7840223-139853-82437242124549 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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 138029 1726888062.83165: variable 'ansible_module_compression' from source: unknown 138029 1726888062.83198: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 138029 1726888062.83218: variable 'ansible_facts' from source: unknown 138029 1726888062.83264: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888062.7840223-139853-82437242124549/AnsiballZ_mount.py 138029 1726888062.83351: Sending initial data 138029 1726888062.83357: Sent initial data (155 bytes) 138029 1726888062.84004: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888062.84007: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888062.84009: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888062.84013: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888062.84015: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888062.84100: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888062.84150: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888062.86763: 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 <<< 138029 1726888062.86765: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888062.86839: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888062.86912: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpqslf57vd /root/.ansible/tmp/ansible-tmp-1726888062.7840223-139853-82437242124549/AnsiballZ_mount.py <<< 138029 1726888062.86918: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888062.7840223-139853-82437242124549/AnsiballZ_mount.py" <<< 138029 1726888062.86978: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpqslf57vd" to remote "/root/.ansible/tmp/ansible-tmp-1726888062.7840223-139853-82437242124549/AnsiballZ_mount.py" <<< 138029 1726888062.86985: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888062.7840223-139853-82437242124549/AnsiballZ_mount.py" <<< 138029 1726888062.87642: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888062.87687: stderr chunk (state=3): >>><<< 138029 1726888062.87690: stdout chunk (state=3): >>><<< 138029 1726888062.87705: done transferring module to remote 138029 1726888062.87716: _low_level_execute_command(): starting 138029 1726888062.87719: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888062.7840223-139853-82437242124549/ /root/.ansible/tmp/ansible-tmp-1726888062.7840223-139853-82437242124549/AnsiballZ_mount.py && sleep 0' 138029 1726888062.88230: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888062.88233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888062.88235: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888062.88237: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888062.88239: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888062.88241: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888062.88287: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888062.88292: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888062.88400: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888062.91448: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888062.91491: stderr chunk (state=3): >>><<< 138029 1726888062.91495: stdout chunk (state=3): >>><<< 138029 1726888062.91527: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888062.91530: _low_level_execute_command(): starting 138029 1726888062.91533: _low_level_execute_command(): using become for this command 138029 1726888062.91535: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-txyzwambpahgxwaieubmjyenqzwtanzf ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888062.7840223-139853-82437242124549/AnsiballZ_mount.py'"'"' && sleep 0' 138029 1726888062.91696: Initial state: awaiting_escalation: BECOME-SUCCESS-txyzwambpahgxwaieubmjyenqzwtanzf 138029 1726888062.92160: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888062.92261: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888062.92264: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888062.92267: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888062.92324: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888062.95475: stdout chunk (state=1): >>>BECOME-SUCCESS-txyzwambpahgxwaieubmjyenqzwtanzf <<< 138029 1726888062.95478: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-txyzwambpahgxwaieubmjyenqzwtanzf' 138029 1726888062.95831: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888062.95867: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888062.95888: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888062.95899: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888062.95986: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888062.95991: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888062.96026: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888062.96066: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888062.96074: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888062.96083: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888062.96091: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888062.96150: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888062.96153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888062.96188: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888062.96202: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888062.96233: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888062.96269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888062.96279: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703e183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703de7a10> <<< 138029 1726888062.96309: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888062.96319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888062.96346: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703e1a960> import '_signal' # <<< 138029 1726888062.96397: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888062.96408: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888062.96412: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888062.96445: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888062.96538: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888062.96581: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888062.96585: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888062.96622: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888062.96646: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888062.96650: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888062.96679: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888062.96682: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888062.96715: 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 <<< 138029 1726888062.96733: 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 0x7f2703be8fe0> <<< 138029 1726888062.96790: 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 <<< 138029 1726888062.96800: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888062.96809: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703be9fd0> <<< 138029 1726888062.96838: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888062.96875: 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. <<< 138029 1726888062.97113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888062.97128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888062.97162: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888062.97178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888062.97196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888062.97231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888062.97266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888062.97280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888062.97285: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c27e90> <<< 138029 1726888062.97320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888062.97323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888062.97358: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c27f50> <<< 138029 1726888062.97370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888062.97408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888062.97429: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888062.97477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888062.97525: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888062.97529: 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' <<< 138029 1726888062.97531: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c5f8c0> <<< 138029 1726888062.97551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888062.97576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c5ff50> <<< 138029 1726888062.97580: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888062.97631: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c3fb60> <<< 138029 1726888062.97635: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888062.97667: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c3d280> <<< 138029 1726888062.97758: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c25040> <<< 138029 1726888062.97785: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888062.97796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888062.97812: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888062.97829: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888062.97857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888062.97908: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888062.97911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888062.97923: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c837a0> <<< 138029 1726888062.97939: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c823c0> <<< 138029 1726888062.97978: 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 0x7f2703c3e150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c26f30> <<< 138029 1726888062.98054: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888062.98059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703cb4830> <<< 138029 1726888062.98062: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c242c0> <<< 138029 1726888062.98093: 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' <<< 138029 1726888062.98099: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888062.98113: 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 0x7f2703cb4ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703cb4b90> <<< 138029 1726888062.98146: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888062.98166: 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 0x7f2703cb4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c22de0> <<< 138029 1726888062.98205: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888062.98208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888062.98221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888062.98250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888062.98277: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703cb5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703cb5310> import 'importlib.machinery' # <<< 138029 1726888062.98313: 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' <<< 138029 1726888062.98327: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703cb6510> <<< 138029 1726888062.98348: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888062.98377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888062.98432: 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 <<< 138029 1726888062.98449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703ccc740> import 'errno' # <<< 138029 1726888062.98482: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888062.98488: 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 0x7f2703ccde50> <<< 138029 1726888062.98523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888062.98527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888062.98548: 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' <<< 138029 1726888062.98568: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703ccecf0> <<< 138029 1726888062.98618: 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 0x7f2703ccf320> <<< 138029 1726888062.98649: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703cce240> <<< 138029 1726888062.98657: 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' <<< 138029 1726888062.98699: 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 0x7f2703ccfda0> <<< 138029 1726888062.98704: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703ccf4d0> <<< 138029 1726888062.98784: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703cb6570> <<< 138029 1726888062.98790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888062.98830: 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 <<< 138029 1726888062.98839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888062.98900: 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 0x7f2703a5fc80> <<< 138029 1726888062.98952: 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 0x7f2703a88710> <<< 138029 1726888062.98959: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703a88470> <<< 138029 1726888062.98976: 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 0x7f2703a88740> <<< 138029 1726888062.98996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888062.99007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888062.99073: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888062.99197: 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 0x7f2703a89070> <<< 138029 1726888062.99303: 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 0x7f2703a89a30> <<< 138029 1726888062.99319: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703a88920> <<< 138029 1726888062.99327: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703a5de20> <<< 138029 1726888062.99366: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888062.99381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888062.99402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888062.99415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888062.99422: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703a8ae10> <<< 138029 1726888062.99447: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703a89b50> <<< 138029 1726888062.99473: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703cb6c60> <<< 138029 1726888062.99495: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888062.99556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888062.99572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888062.99612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888062.99643: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703ab3170> <<< 138029 1726888062.99701: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888062.99711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888062.99738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888062.99766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888062.99815: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703adb500> <<< 138029 1726888062.99821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888062.99873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888062.99918: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888062.99943: 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 0x7f2703b38320> <<< 138029 1726888062.99971: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888063.00000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888063.00029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888063.00067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888063.00152: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703b3aa80> <<< 138029 1726888063.00227: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703b38440> <<< 138029 1726888063.00267: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703b05310> <<< 138029 1726888063.00296: 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' <<< 138029 1726888063.00301: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270393d3d0> <<< 138029 1726888063.00322: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703ada330> <<< 138029 1726888063.00326: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703a8bd40> <<< 138029 1726888063.06108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888063.06121: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2703ada930> <<< 138029 1726888063.08448: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_qkagj78k/ansible_mount_payload.zip' <<< 138029 1726888063.08452: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.08586: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.08620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888063.08627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888063.08681: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888063.08757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888063.08795: 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' <<< 138029 1726888063.08800: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270399b110> import '_typing' # <<< 138029 1726888063.08991: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703976000> <<< 138029 1726888063.08996: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703975190> # zipimport: zlib available <<< 138029 1726888063.09027: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888063.09033: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.09067: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.09073: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.09085: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888063.09099: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.10495: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.11617: 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 0x7f2703998fe0> <<< 138029 1726888063.11643: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888063.11648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888063.11681: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888063.11694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888063.11709: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888063.11718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888063.11741: 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 0x7f27039beab0> <<< 138029 1726888063.11775: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27039be840> <<< 138029 1726888063.11812: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27039be180> <<< 138029 1726888063.11829: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888063.11840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888063.11886: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27039be900> <<< 138029 1726888063.11889: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270399bb30> <<< 138029 1726888063.11894: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888063.11924: 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 0x7f27039bf800> <<< 138029 1726888063.11952: 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 0x7f27039bfa40> <<< 138029 1726888063.11972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888063.12016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888063.12032: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888063.12082: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27039bff50> <<< 138029 1726888063.12089: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888063.12113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888063.12136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888063.12173: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703319cd0> <<< 138029 1726888063.12200: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888063.12206: 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 0x7f270331b8f0> <<< 138029 1726888063.12234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888063.12242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888063.12282: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270331c2f0> <<< 138029 1726888063.12298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888063.12334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888063.12348: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270331d490> <<< 138029 1726888063.12372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888063.12404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888063.12426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888063.12441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888063.12489: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270331ff20> <<< 138029 1726888063.12525: 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 0x7f2703c22ed0> <<< 138029 1726888063.12548: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270331e1e0> <<< 138029 1726888063.12570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888063.12597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888063.12620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888063.12624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888063.12648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888063.12678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888063.12703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888063.12710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703327e30> <<< 138029 1726888063.12728: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888063.12793: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703326900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703326660> <<< 138029 1726888063.12818: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888063.12823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888063.12903: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703326bd0> <<< 138029 1726888063.12937: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270331e6f0> <<< 138029 1726888063.12959: 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 0x7f270336bef0> <<< 138029 1726888063.12987: 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 0x7f270336c1d0> <<< 138029 1726888063.13021: 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 <<< 138029 1726888063.13024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888063.13050: 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' <<< 138029 1726888063.13088: 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 0x7f270336dc70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270336da30> <<< 138029 1726888063.13114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888063.13209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888063.13269: 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 0x7f2703370230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270336e360> <<< 138029 1726888063.13284: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888063.13322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888063.13352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888063.13358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888063.13373: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888063.13412: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27033739b0> <<< 138029 1726888063.13541: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27033703b0> <<< 138029 1726888063.13610: 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 0x7f2703374710> <<< 138029 1726888063.13645: 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 0x7f27033747d0><<< 138029 1726888063.13650: stdout chunk (state=3): >>> <<< 138029 1726888063.13688: 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 0x7f2703374b30> <<< 138029 1726888063.13704: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270336c2f0> <<< 138029 1726888063.13727: 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 <<< 138029 1726888063.13746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888063.13751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888063.13774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888063.13802: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888063.13824: 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 0x7f2703200290> <<< 138029 1726888063.13978: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888063.13992: 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 0x7f27032013d0> <<< 138029 1726888063.13998: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703376a20> <<< 138029 1726888063.14030: 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 0x7f2703377dd0> <<< 138029 1726888063.14040: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703376660> <<< 138029 1726888063.14048: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.14071: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.14075: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888063.14095: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.14181: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.14274: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.14290: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888063.14301: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.14324: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.14344: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888063.14349: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.14472: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.14595: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.15141: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.15687: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888063.15706: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 138029 1726888063.15711: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888063.15731: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888063.15750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888063.15803: 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 0x7f27032055e0> <<< 138029 1726888063.15888: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888063.15901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888063.15912: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703206330> <<< 138029 1726888063.15920: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703201670> <<< 138029 1726888063.15976: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888063.15982: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.16010: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.16024: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888063.16038: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.16190: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.16348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888063.16365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27032064b0> <<< 138029 1726888063.16373: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.16840: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.17287: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.17369: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.17447: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888063.17452: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.17488: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.17532: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888063.17538: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.17615: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.17710: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888063.17728: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.17732: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.17751: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888063.17760: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.17802: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.17847: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888063.17852: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.18083: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.18317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888063.18379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888063.18391: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888063.18459: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27032075f0> <<< 138029 1726888063.18465: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.18544: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.18625: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888063.18640: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888063.18656: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.18704: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.18754: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888063.18764: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.18810: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.18858: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.18917: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.18986: 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 <<< 138029 1726888063.19024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888063.19106: 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 0x7f27032120c0> <<< 138029 1726888063.19143: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270320f350> <<< 138029 1726888063.19182: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888063.19185: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 138029 1726888063.19188: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.19256: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.19318: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.19349: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.19394: 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' <<< 138029 1726888063.19415: 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 <<< 138029 1726888063.19437: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888063.19462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888063.19520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888063.19540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888063.19562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888063.19616: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27033029c0> <<< 138029 1726888063.19662: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27039fe690> <<< 138029 1726888063.19746: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27032121b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703207020> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888063.19752: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.19797: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.19820: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 138029 1726888063.19825: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888063.19893: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888063.19909: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.19924: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.19935: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888063.19949: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.19967: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.19979: stdout chunk (state=3): >>>import 'ansible_collections.ansible' # <<< 138029 1726888063.19992: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.20006: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.20015: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix' # <<< 138029 1726888063.20033: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.20045: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.20058: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins' # <<< 138029 1726888063.20069: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.20088: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.20096: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.modules' # <<< 138029 1726888063.20109: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.20531: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.20918: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.20937: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # <<< 138029 1726888063.20950: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.20995: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888063.21030: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 138029 1726888063.21109: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.11040: stdout chunk (state=3): >>> {"changed": true, "name": "/opt/test2", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "path": "/opt/test2", "fstype": "xfs", "opts": "defaults", "state": "mounted", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null}}} <<< 138029 1726888066.11108: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888066.12136: 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 <<< 138029 1726888066.12264: 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_util<<< 138029 1726888066.12268: stdout chunk (state=3): >>>s.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888066.12595: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888066.12707: 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 <<< 138029 1726888066.12713: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888066.12838: 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 <<< 138029 1726888066.12888: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil <<< 138029 1726888066.12968: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux <<< 138029 1726888066.12975: 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 <<< 138029 1726888066.13042: 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 <<< 138029 1726888066.13152: 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 <<< 138029 1726888066.13162: 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 <<< 138029 1726888066.13388: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888066.13470: 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 <<< 138029 1726888066.13515: 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 <<< 138029 1726888066.13583: 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 <<< 138029 1726888066.13769: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888066.13818: 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 <<< 138029 1726888066.13886: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 138029 1726888066.13893: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc <<< 138029 1726888066.13938: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888066.14828: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888066.14861: stderr chunk (state=3): >>><<< 138029 1726888066.14864: stdout chunk (state=3): >>><<< 138029 1726888066.14923: _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 0x7f2703e183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703de7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703e1a960> 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 0x7f2703be8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f2703be9fd0> 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 0x7f2703c27e90> # /usr/lib64/python3.12/__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 0x7f2703c27f50> # /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 0x7f2703c5f8c0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c5ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c3fb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c3d280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c25040> # /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 0x7f2703c837a0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c823c0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c3e150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c26f30> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703cb4830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c242c0> # /usr/lib64/python3.12/__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 0x7f2703cb4ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703cb4b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2703cb4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703c22de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f2703cb5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703cb5310> 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 0x7f2703cb6510> 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 0x7f2703ccc740> 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 0x7f2703ccde50> # /usr/lib64/python3.12/__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 0x7f2703ccecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2703ccf320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703cce240> # /usr/lib64/python3.12/__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 0x7f2703ccfda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703ccf4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703cb6570> # /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 0x7f2703a5fc80> # /usr/lib64/python3.12/__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 0x7f2703a88710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703a88470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2703a88740> # /usr/lib64/python3.12/__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 0x7f2703a89070> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2703a89a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703a88920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703a5de20> # /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 0x7f2703a8ae10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703a89b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703cb6c60> # /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 0x7f2703ab3170> # /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 0x7f2703adb500> # /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 0x7f2703b38320> # /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 0x7f2703b3aa80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703b38440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703b05310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270393d3d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703ada330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703a8bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2703ada930> # zipimport: found 36 names in '/tmp/ansible_mount_payload_qkagj78k/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 0x7f270399b110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703976000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703975190> # 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 0x7f2703998fe0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f27039beab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27039be840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27039be180> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f27039be900> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270399bb30> 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 0x7f27039bf800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27039bfa40> # /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 0x7f27039bff50> 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 0x7f2703319cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f270331b8f0> # /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 0x7f270331c2f0> # /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 0x7f270331d490> # /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 0x7f270331ff20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2703c22ed0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270331e1e0> # /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 0x7f2703327e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703326900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703326660> # /usr/lib64/python3.12/__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 0x7f2703326bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270331e6f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f270336bef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270336c1d0> # /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 0x7f270336dc70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270336da30> # /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 0x7f2703370230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270336e360> # /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 0x7f27033739b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27033703b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2703374710> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27033747d0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2703374b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270336c2f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f2703200290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27032013d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703376a20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2703377dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703376660> # 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 0x7f27032055e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f2703206330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703201670> 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 0x7f27032064b0> # 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 0x7f27032075f0> # 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 0x7f27032120c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270320f350> 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 0x7f27033029c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27039fe690> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27032121b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2703207020> # 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/test2", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "path": "/opt/test2", "fstype": "xfs", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888066.15430: done with _execute_module (mount, {'src': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', 'path': '/opt/test2', 'fstype': 'xfs', '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-1726888062.7840223-139853-82437242124549/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888066.15433: _low_level_execute_command(): starting 138029 1726888066.15436: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888062.7840223-139853-82437242124549/ > /dev/null 2>&1 && sleep 0' 138029 1726888066.15598: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888066.15602: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888066.15604: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888066.15606: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888066.15608: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888066.15610: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888066.15612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888066.15652: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888066.15659: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888066.15725: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888066.19844: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888066.19875: stderr chunk (state=3): >>><<< 138029 1726888066.19879: stdout chunk (state=3): >>><<< 138029 1726888066.19893: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888066.19898: handler run complete 138029 1726888066.19911: attempt loop complete, returning result 138029 1726888066.19927: variable 'mount_info' from source: unknown 138029 1726888066.19991: variable 'mount_info' from source: unknown changed: [managed_node3] => (item={'src': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', 'path': '/opt/test2', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24" } 138029 1726888066.20142: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888066.20145: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888066.20147: variable 'omit' from source: magic vars 138029 1726888066.20169: variable 'omit' from source: magic vars 138029 1726888066.20181: variable 'omit' from source: magic vars 138029 1726888066.20281: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888066.20299: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888066.20316: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888066.20341: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888066.20351: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888066.20414: variable 'mount_info' from source: unknown 138029 1726888066.20419: variable 'omit' from source: magic vars 138029 1726888066.20483: variable 'mount_info' from source: unknown 138029 1726888066.20554: variable 'mount_info' from source: unknown 138029 1726888066.20560: variable 'omit' from source: magic vars 138029 1726888066.20639: variable 'mount_info' from source: unknown 138029 1726888066.20644: variable 'omit' from source: magic vars 138029 1726888066.20701: variable 'mount_info' from source: unknown 138029 1726888066.20714: variable 'omit' from source: magic vars 138029 1726888066.20729: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888066.20735: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888066.20741: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888066.20748: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888066.20758: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888066.20765: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888066.20767: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888066.20825: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888066.20828: Set connection var ansible_timeout to 10 138029 1726888066.20834: Set connection var ansible_pipelining to False 138029 1726888066.20836: Set connection var ansible_shell_type to sh 138029 1726888066.20838: Set connection var ansible_connection to ssh 138029 1726888066.20843: Set connection var ansible_shell_executable to /bin/sh 138029 1726888066.20861: variable 'ansible_shell_executable' from source: unknown 138029 1726888066.20866: variable 'ansible_connection' from source: unknown 138029 1726888066.20869: variable 'ansible_module_compression' from source: unknown 138029 1726888066.20871: variable 'ansible_shell_type' from source: unknown 138029 1726888066.20873: variable 'ansible_shell_executable' from source: unknown 138029 1726888066.20876: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888066.20880: variable 'ansible_pipelining' from source: unknown 138029 1726888066.20883: variable 'ansible_timeout' from source: unknown 138029 1726888066.20887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 138029 1726888066.20979: 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) 138029 1726888066.20986: variable 'omit' from source: magic vars 138029 1726888066.20989: starting attempt loop 138029 1726888066.20992: running the handler 138029 1726888066.20998: _low_level_execute_command(): starting 138029 1726888066.21001: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888066.21433: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888066.21436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888066.21438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888066.21440: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888066.21442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888066.21498: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888066.21504: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888066.21507: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888066.21590: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888066.24885: stdout chunk (state=3): >>>/root <<< 138029 1726888066.25129: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888066.25157: stderr chunk (state=3): >>><<< 138029 1726888066.25160: stdout chunk (state=3): >>><<< 138029 1726888066.25174: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888066.25182: _low_level_execute_command(): starting 138029 1726888066.25187: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888066.2517447-139853-139724612890040 `" && echo ansible-tmp-1726888066.2517447-139853-139724612890040="` echo /root/.ansible/tmp/ansible-tmp-1726888066.2517447-139853-139724612890040 `" ) && sleep 0' 138029 1726888066.25627: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888066.25630: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888066.25632: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888066.25634: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888066.25636: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888066.25692: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888066.25696: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888066.25700: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888066.25752: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888066.29210: stdout chunk (state=3): >>>ansible-tmp-1726888066.2517447-139853-139724612890040=/root/.ansible/tmp/ansible-tmp-1726888066.2517447-139853-139724612890040 <<< 138029 1726888066.29376: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888066.29400: stderr chunk (state=3): >>><<< 138029 1726888066.29403: stdout chunk (state=3): >>><<< 138029 1726888066.29419: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888066.2517447-139853-139724612890040=/root/.ansible/tmp/ansible-tmp-1726888066.2517447-139853-139724612890040 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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 138029 1726888066.29479: variable 'ansible_module_compression' from source: unknown 138029 1726888066.29506: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 138029 1726888066.29526: variable 'ansible_facts' from source: unknown 138029 1726888066.29572: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888066.2517447-139853-139724612890040/AnsiballZ_mount.py 138029 1726888066.29661: Sending initial data 138029 1726888066.29664: Sent initial data (156 bytes) 138029 1726888066.30103: 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 <<< 138029 1726888066.30107: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888066.30109: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888066.30111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888066.30163: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888066.30170: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888066.30172: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888066.30258: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888066.33337: 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" <<< 138029 1726888066.33341: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888066.33381: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888066.33430: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpwsm1tpf9 /root/.ansible/tmp/ansible-tmp-1726888066.2517447-139853-139724612890040/AnsiballZ_mount.py <<< 138029 1726888066.33433: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888066.2517447-139853-139724612890040/AnsiballZ_mount.py" <<< 138029 1726888066.33479: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpwsm1tpf9" to remote "/root/.ansible/tmp/ansible-tmp-1726888066.2517447-139853-139724612890040/AnsiballZ_mount.py" <<< 138029 1726888066.33482: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888066.2517447-139853-139724612890040/AnsiballZ_mount.py" <<< 138029 1726888066.34056: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888066.34103: stderr chunk (state=3): >>><<< 138029 1726888066.34106: stdout chunk (state=3): >>><<< 138029 1726888066.34130: done transferring module to remote 138029 1726888066.34140: _low_level_execute_command(): starting 138029 1726888066.34144: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888066.2517447-139853-139724612890040/ /root/.ansible/tmp/ansible-tmp-1726888066.2517447-139853-139724612890040/AnsiballZ_mount.py && sleep 0' 138029 1726888066.34590: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888066.34593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888066.34595: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888066.34597: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888066.34599: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888066.34601: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888066.34647: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888066.34650: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888066.34702: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888066.36548: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888066.36591: stderr chunk (state=3): >>><<< 138029 1726888066.36610: stdout chunk (state=3): >>><<< 138029 1726888066.36630: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888066.36651: _low_level_execute_command(): starting 138029 1726888066.36657: _low_level_execute_command(): using become for this command 138029 1726888066.36660: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-mlopqphvbruacnxsjmdehwcyrzpknhxq ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888066.2517447-139853-139724612890040/AnsiballZ_mount.py'"'"' && sleep 0' 138029 1726888066.36745: Initial state: awaiting_escalation: BECOME-SUCCESS-mlopqphvbruacnxsjmdehwcyrzpknhxq 138029 1726888066.37136: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888066.37140: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888066.37193: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888066.37221: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888066.37298: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888066.40189: stdout chunk (state=1): >>>BECOME-SUCCESS-mlopqphvbruacnxsjmdehwcyrzpknhxq <<< 138029 1726888066.40192: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-mlopqphvbruacnxsjmdehwcyrzpknhxq' 138029 1726888066.40502: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888066.40544: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888066.40580: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888066.40585: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888066.40648: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888066.40654: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888066.40687: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888066.40715: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888066.40738: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888066.40752: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888066.40799: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888066.40812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888066.40818: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888066.40846: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888066.40881: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888066.40905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888066.40916: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c80103e0> <<< 138029 1726888066.40921: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7fdfa10> <<< 138029 1726888066.40942: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888066.40964: 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 0x7f98c8012960> <<< 138029 1726888066.40976: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888066.41001: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888066.41008: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888066.41031: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888066.41067: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888066.41072: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888066.41149: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888066.41178: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888066.41191: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888066.41230: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888066.41239: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888066.41267: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888066.41270: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888066.41285: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888066.41291: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888066.41319: 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 <<< 138029 1726888066.41323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888066.41351: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7dc0fe0> <<< 138029 1726888066.41404: 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 <<< 138029 1726888066.41422: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888066.41427: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7dc1fd0> <<< 138029 1726888066.41457: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888066.41484: 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. <<< 138029 1726888066.41720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888066.41733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888066.41761: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888066.41779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888066.41792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888066.41827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888066.41852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888066.41874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888066.41891: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7dffe90> <<< 138029 1726888066.41903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888066.41923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888066.41954: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888066.41969: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7dfff50> <<< 138029 1726888066.41973: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888066.41998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888066.42020: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888066.42071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888066.42089: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888066.42113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 138029 1726888066.42117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e378c0> <<< 138029 1726888066.42147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888066.42151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e37f50> <<< 138029 1726888066.42179: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888066.42219: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e17b60> <<< 138029 1726888066.42235: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888066.42270: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e15280> <<< 138029 1726888066.42358: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7dfd040> <<< 138029 1726888066.42384: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888066.42404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888066.42409: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888066.42439: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888066.42459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888066.42482: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888066.42495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888066.42526: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e5b7a0> <<< 138029 1726888066.42538: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e5a3c0> <<< 138029 1726888066.42574: 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 0x7f98c7e16150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7dfef30> <<< 138029 1726888066.42626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888066.42638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e8c830> <<< 138029 1726888066.42644: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7dfc2c0> <<< 138029 1726888066.42662: 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' <<< 138029 1726888066.42717: 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 0x7f98c7e8cce0> <<< 138029 1726888066.42720: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e8cb90> <<< 138029 1726888066.42768: 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 0x7f98c7e8cf80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7dfade0> <<< 138029 1726888066.42787: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888066.42821: 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 <<< 138029 1726888066.42859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e8d640> <<< 138029 1726888066.42876: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e8d310> import 'importlib.machinery' # <<< 138029 1726888066.42907: 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 0x7f98c7e8e510> <<< 138029 1726888066.42936: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888066.42964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888066.42994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888066.43036: 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 0x7f98c7ea4740> <<< 138029 1726888066.43065: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888066.43104: 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 0x7f98c7ea5e50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888066.43139: 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' <<< 138029 1726888066.43164: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7ea6cf0> <<< 138029 1726888066.43264: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888066.43268: 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 0x7f98c7ea7320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7ea6240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888066.43286: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888066.43306: 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 0x7f98c7ea7da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7ea74d0> <<< 138029 1726888066.43341: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e8e570> <<< 138029 1726888066.43375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888066.43409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888066.43412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888066.43421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888066.43460: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888066.43493: 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 0x7f98c7c23c80> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888066.43519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888066.43523: 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 0x7f98c7c4c7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7c4c530> <<< 138029 1726888066.43558: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888066.43562: 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 0x7f98c7c4c710> <<< 138029 1726888066.43587: 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' <<< 138029 1726888066.43654: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888066.43783: 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 0x7f98c7c4d0a0> <<< 138029 1726888066.43890: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888066.43902: 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 0x7f98c7c4da60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7c4c950> <<< 138029 1726888066.43938: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7c21e20> <<< 138029 1726888066.43948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888066.43978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888066.44010: 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' <<< 138029 1726888066.44026: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7c4ee40> <<< 138029 1726888066.44054: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7c4db80> <<< 138029 1726888066.44070: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e8ec60> <<< 138029 1726888066.44093: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888066.44152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888066.44181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888066.44211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888066.44237: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7c771a0> <<< 138029 1726888066.44319: 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' <<< 138029 1726888066.44338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888066.44378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888066.44403: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7c9f500> <<< 138029 1726888066.44413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888066.44449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888066.44546: 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 0x7f98c7cfc2f0> <<< 138029 1726888066.44559: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888066.44589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888066.44609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888066.44647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888066.44740: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7cfea50> <<< 138029 1726888066.44817: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7cfc410> <<< 138029 1726888066.44851: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7cc9310> <<< 138029 1726888066.44893: 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 0x7f98c7afd400> <<< 138029 1726888066.44916: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7c9e300> <<< 138029 1726888066.44929: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7c4fd70> <<< 138029 1726888066.51338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888066.51350: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f98c7c9e660> <<< 138029 1726888066.57164: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_8t8rn5es/ansible_mount_payload.zip' <<< 138029 1726888066.57172: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.57298: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.57330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888066.57343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888066.57398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888066.57481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888066.57515: 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' <<< 138029 1726888066.57525: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7b5b0e0> <<< 138029 1726888066.57540: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888066.57721: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7b35fd0> <<< 138029 1726888066.57734: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7b35160> # zipimport: zlib available <<< 138029 1726888066.57757: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888066.57778: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.57789: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.57811: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.57817: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888066.57839: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.59317: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.60488: 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' <<< 138029 1726888066.60494: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7b58fb0> <<< 138029 1726888066.60525: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888066.60529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888066.60553: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888066.60562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888066.60596: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888066.60626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888066.60639: 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 0x7f98c7b7eb10> <<< 138029 1726888066.60678: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7b7e8a0> <<< 138029 1726888066.60706: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7b7e1b0> <<< 138029 1726888066.60745: 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' <<< 138029 1726888066.60790: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7b7e600> <<< 138029 1726888066.60806: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7b5bd70> import 'atexit' # <<< 138029 1726888066.60836: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888066.60875: 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 0x7f98c7b7f7d0> <<< 138029 1726888066.60879: 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 0x7f98c7b7fa10> <<< 138029 1726888066.60896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888066.60932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888066.60940: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888066.60998: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7b7fef0> <<< 138029 1726888066.61009: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888066.61044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888066.61074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888066.61097: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7511cd0> <<< 138029 1726888066.61144: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888066.61147: 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 0x7f98c75138f0> <<< 138029 1726888066.61154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888066.61177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888066.61201: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c75142f0> <<< 138029 1726888066.61220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888066.61248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888066.61276: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7515490> <<< 138029 1726888066.61293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888066.61331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888066.61375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888066.61381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888066.61425: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7517f50> <<< 138029 1726888066.61493: 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 0x7f98c751c290> <<< 138029 1726888066.61513: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7516210> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888066.61531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888066.61569: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888066.61580: 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 <<< 138029 1726888066.61621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888066.61646: 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 0x7f98c751ffb0> <<< 138029 1726888066.61679: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888066.61736: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c751ea80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c751e7e0> <<< 138029 1726888066.61753: 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' <<< 138029 1726888066.61848: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c751ecf0> <<< 138029 1726888066.61858: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7516720> <<< 138029 1726888066.61893: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888066.61918: 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 0x7f98c75641a0> <<< 138029 1726888066.61941: 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 0x7f98c75643b0> <<< 138029 1726888066.61975: 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 <<< 138029 1726888066.61985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888066.61988: 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' <<< 138029 1726888066.62045: 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 0x7f98c7565e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7565c40> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888066.62171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888066.62243: 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 0x7f98c7568380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c75664e0> <<< 138029 1726888066.62260: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888066.62309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888066.62323: 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' <<< 138029 1726888066.62335: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888066.62384: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c756bad0> <<< 138029 1726888066.62512: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c75684a0> <<< 138029 1726888066.62577: 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 0x7f98c756c890> <<< 138029 1726888066.62614: 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 0x7f98c756cad0> <<< 138029 1726888066.62642: 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' <<< 138029 1726888066.62669: 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 0x7f98c756cbf0> <<< 138029 1726888066.62673: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7564590> <<< 138029 1726888066.62702: 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' <<< 138029 1726888066.62708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888066.62738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888066.62763: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888066.62800: 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 0x7f98c75f8530> <<< 138029 1726888066.62964: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888066.62980: 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 0x7f98c75f9730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c756ecc0> <<< 138029 1726888066.63037: 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 0x7f98c756f890> <<< 138029 1726888066.63041: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c756e8a0> <<< 138029 1726888066.63078: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.63081: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888066.63091: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.63170: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.63274: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.63282: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888066.63298: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.63322: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.63339: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888066.63447: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.63581: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.64133: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.64692: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888066.64709: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 138029 1726888066.64714: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888066.64731: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888066.64758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888066.64812: 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 0x7f98c75fd8e0> <<< 138029 1726888066.64899: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888066.64913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888066.64922: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c75fe6c0> <<< 138029 1726888066.64927: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c75f98b0> <<< 138029 1726888066.64984: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888066.64988: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.65019: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.65026: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888066.65045: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.65200: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.65361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888066.65381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c75fe480> <<< 138029 1726888066.65388: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.65865: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.66319: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.66401: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.66625: 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 <<< 138029 1726888066.66643: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.66741: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 138029 1726888066.66771: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888066.66819: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.66875: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888066.66879: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.67107: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.67353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888066.67426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888066.67437: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888066.67622: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c75ff9e0> # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888066.67674: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888066.67699: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888066.67721: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.67766: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.67821: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888066.67825: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.67870: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.67906: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.67964: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.68041: 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 <<< 138029 1726888066.68084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888066.68190: 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 0x7f98c740a3f0> <<< 138029 1726888066.68211: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7405bb0> <<< 138029 1726888066.68242: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888066.68266: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.68327: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.68392: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.68426: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.68479: 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 <<< 138029 1726888066.68521: 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 <<< 138029 1726888066.68538: 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 <<< 138029 1726888066.68618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888066.68633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888066.68670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888066.68712: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7bbecf0> <<< 138029 1726888066.68761: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7bce9c0> <<< 138029 1726888066.68836: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c740a540> <<< 138029 1726888066.68864: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7565cd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888066.68886: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.68911: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888066.68979: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888066.68984: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.69008: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.69022: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888066.69026: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.69041: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.69072: stdout chunk (state=3): >>>import 'ansible_collections.ansible' # <<< 138029 1726888066.69082: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.69091: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix' # <<< 138029 1726888066.69106: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.69114: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.69129: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins' # <<< 138029 1726888066.69141: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.69169: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.69172: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.modules' # <<< 138029 1726888066.69190: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.69636: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.70066: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.70088: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available <<< 138029 1726888066.70114: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888066.70143: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 138029 1726888066.70231: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888071.88269: stdout chunk (state=3): >>> {"changed": true, "name": "/opt/test3", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "path": "/opt/test3", "fstype": "xfs", "opts": "defaults", "state": "mounted", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null}}} <<< 138029 1726888071.88293: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888071.89207: 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<<< 138029 1726888071.89229: stdout chunk (state=3): >>>.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.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 <<< 138029 1726888071.89659: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888071.89676: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888071.89735: 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 <<< 138029 1726888071.89835: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888071.90010: 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 # 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 <<< 138029 1726888071.90022: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888071.90069: 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 <<< 138029 1726888071.90115: 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 <<< 138029 1726888071.90120: 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 <<< 138029 1726888071.90176: 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 <<< 138029 1726888071.90244: 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 <<< 138029 1726888071.90444: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888071.90519: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888071.90565: 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 <<< 138029 1726888071.90612: 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 <<< 138029 1726888071.90678: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888071.90808: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 138029 1726888071.90811: 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 <<< 138029 1726888071.90869: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 138029 1726888071.91071: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888071.91074: 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 <<< 138029 1726888071.91960: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888071.91966: stdout chunk (state=3): >>><<< 138029 1726888071.91968: stderr chunk (state=3): >>><<< 138029 1726888071.91973: _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 0x7f98c80103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7fdfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c8012960> 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 0x7f98c7dc0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f98c7dc1fd0> 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 0x7f98c7dffe90> # /usr/lib64/python3.12/__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 0x7f98c7dfff50> # /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 0x7f98c7e378c0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e37f50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e17b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e15280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7dfd040> # /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 0x7f98c7e5b7a0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e5a3c0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e16150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7dfef30> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e8c830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7dfc2c0> # /usr/lib64/python3.12/__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 0x7f98c7e8cce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e8cb90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f98c7e8cf80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7dfade0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f98c7e8d640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e8d310> 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 0x7f98c7e8e510> 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 0x7f98c7ea4740> 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 0x7f98c7ea5e50> # /usr/lib64/python3.12/__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 0x7f98c7ea6cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f98c7ea7320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7ea6240> # /usr/lib64/python3.12/__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 0x7f98c7ea7da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7ea74d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e8e570> # /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 0x7f98c7c23c80> # /usr/lib64/python3.12/__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 0x7f98c7c4c7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7c4c530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f98c7c4c710> # /usr/lib64/python3.12/__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 0x7f98c7c4d0a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f98c7c4da60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7c4c950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7c21e20> # /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 0x7f98c7c4ee40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7c4db80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7e8ec60> # /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 0x7f98c7c771a0> # /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 0x7f98c7c9f500> # /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 0x7f98c7cfc2f0> # /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 0x7f98c7cfea50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7cfc410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7cc9310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7afd400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7c9e300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7c4fd70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f98c7c9e660> # zipimport: found 36 names in '/tmp/ansible_mount_payload_8t8rn5es/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 0x7f98c7b5b0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7b35fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7b35160> # 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 0x7f98c7b58fb0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f98c7b7eb10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7b7e8a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7b7e1b0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f98c7b7e600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7b5bd70> 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 0x7f98c7b7f7d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f98c7b7fa10> # /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 0x7f98c7b7fef0> 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 0x7f98c7511cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f98c75138f0> # /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 0x7f98c75142f0> # /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 0x7f98c7515490> # /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 0x7f98c7517f50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f98c751c290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7516210> # /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 0x7f98c751ffb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c751ea80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c751e7e0> # /usr/lib64/python3.12/__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 0x7f98c751ecf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7516720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f98c75641a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c75643b0> # /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 0x7f98c7565e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7565c40> # /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 0x7f98c7568380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c75664e0> # /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 0x7f98c756bad0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c75684a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f98c756c890> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f98c756cad0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f98c756cbf0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7564590> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f98c75f8530> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f98c75f9730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c756ecc0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f98c756f890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c756e8a0> # 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 0x7f98c75fd8e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f98c75fe6c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c75f98b0> 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 0x7f98c75fe480> # 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 0x7f98c75ff9e0> # 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 0x7f98c740a3f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7405bb0> 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 0x7f98c7bbecf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7bce9c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c740a540> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98c7565cd0> # 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/test3", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "path": "/opt/test3", "fstype": "xfs", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888071.92785: done with _execute_module (mount, {'src': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', 'path': '/opt/test3', 'fstype': 'xfs', '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-1726888066.2517447-139853-139724612890040/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888071.92788: _low_level_execute_command(): starting 138029 1726888071.92790: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888066.2517447-139853-139724612890040/ > /dev/null 2>&1 && sleep 0' 138029 1726888071.92793: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888071.92828: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888071.92832: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888071.92845: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888071.92936: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888071.96202: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888071.96225: stderr chunk (state=3): >>><<< 138029 1726888071.96228: stdout chunk (state=3): >>><<< 138029 1726888071.96243: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888071.96246: handler run complete 138029 1726888071.96265: attempt loop complete, returning result 138029 1726888071.96285: variable 'mount_info' from source: unknown 138029 1726888071.96343: variable 'mount_info' from source: unknown changed: [managed_node3] => (item={'src': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', 'path': '/opt/test3', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2" } 138029 1726888071.96500: dumping result to json 138029 1726888071.96503: done dumping result, returning 138029 1726888071.96505: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-5a58-73a2-00000000030c] 138029 1726888071.96508: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000030c 138029 1726888071.96642: no more pending results, returning what we have 138029 1726888071.96645: results queue empty 138029 1726888071.96646: checking for any_errors_fatal 138029 1726888071.96652: done checking for any_errors_fatal 138029 1726888071.96653: checking for max_fail_percentage 138029 1726888071.96654: done checking for max_fail_percentage 138029 1726888071.96657: checking to see if all hosts have failed and the running result is not ok 138029 1726888071.96657: done checking to see if all hosts have failed 138029 1726888071.96658: getting the remaining hosts for this loop 138029 1726888071.96660: done getting the remaining hosts for this loop 138029 1726888071.96663: getting the next task for host managed_node3 138029 1726888071.96676: done getting next task for host managed_node3 138029 1726888071.96679: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 138029 1726888071.96683: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888071.96693: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000030c 138029 1726888071.96695: WORKER PROCESS EXITING 138029 1726888071.96703: getting variables 138029 1726888071.96704: in VariableManager get_vars() 138029 1726888071.96736: Calling all_inventory to load vars for managed_node3 138029 1726888071.96739: Calling groups_inventory to load vars for managed_node3 138029 1726888071.96741: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888071.96750: Calling all_plugins_play to load vars for managed_node3 138029 1726888071.96753: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888071.96758: Calling groups_plugins_play to load vars for managed_node3 138029 1726888071.97137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888071.97473: done with get_vars() 138029 1726888071.97489: 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:07:51 -0400 (0:00:16.464) 0:01:24.699 ****** 138029 1726888071.97592: entering _queue_task() for managed_node3/file 138029 1726888071.97935: worker is 1 (out of 1 available) 138029 1726888071.97948: exiting _queue_task() for managed_node3/file 138029 1726888071.98069: done queuing things up, now waiting for results queue to drain 138029 1726888071.98071: waiting for pending results... 138029 1726888071.98271: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 138029 1726888071.98433: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000030e 138029 1726888071.98437: variable 'ansible_search_path' from source: unknown 138029 1726888071.98440: variable 'ansible_search_path' from source: unknown 138029 1726888071.98738: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888072.00195: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888072.00539: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888072.00573: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888072.00596: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888072.00614: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888072.00675: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888072.00698: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888072.00715: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888072.00740: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888072.00751: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888072.00793: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888072.00807: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888072.00823: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888072.00848: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888072.00859: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888072.00900: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888072.00917: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888072.00933: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888072.00959: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888072.00971: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888072.01070: variable 'blivet_output' from source: set_fact 138029 1726888072.01146: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888072.01258: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888072.01286: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888072.01307: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888072.01333: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888072.01360: 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) 138029 1726888072.01377: 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) 138029 1726888072.01393: 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) 138029 1726888072.01410: 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) 138029 1726888072.01537: variable 'omit' from source: magic vars 138029 1726888072.01623: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888072.01630: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888072.01637: variable 'omit' from source: magic vars 138029 1726888072.01844: variable 'mount_info' from source: unknown 138029 1726888072.01852: Evaluated conditional (mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none): False 138029 1726888072.01857: when evaluation is False, skipping this task 138029 1726888072.01887: variable 'mount_info' from source: unknown 138029 1726888072.01966: variable 'mount_info' from source: unknown skipping: [managed_node3] => (item={'src': 'UUID=ac246704-920b-4020-af6e-f443534e195b', 'path': '/opt/test1', 'fstype': 'xfs', '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": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "state": "mounted" }, "skip_reason": "Conditional result was False" } 138029 1726888072.02278: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888072.02281: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888072.02284: variable 'omit' from source: magic vars 138029 1726888072.02521: variable 'mount_info' from source: unknown 138029 1726888072.02530: Evaluated conditional (mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none): False 138029 1726888072.02533: when evaluation is False, skipping this task 138029 1726888072.02542: variable 'mount_info' from source: unknown 138029 1726888072.02624: variable 'mount_info' from source: unknown skipping: [managed_node3] => (item={'src': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', 'path': '/opt/test2', 'fstype': 'xfs', '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": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "state": "mounted" }, "skip_reason": "Conditional result was False" } 138029 1726888072.02790: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888072.02793: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888072.02795: variable 'omit' from source: magic vars 138029 1726888072.02993: variable 'mount_info' from source: unknown 138029 1726888072.02999: Evaluated conditional (mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none): False 138029 1726888072.03002: when evaluation is False, skipping this task 138029 1726888072.03024: variable 'mount_info' from source: unknown 138029 1726888072.03069: variable 'mount_info' from source: unknown skipping: [managed_node3] => (item={'src': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', 'path': '/opt/test3', 'fstype': 'xfs', '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": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "state": "mounted" }, "skip_reason": "Conditional result was False" } 138029 1726888072.03450: dumping result to json 138029 1726888072.03453: done dumping result, returning 138029 1726888072.03456: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-5a58-73a2-00000000030e] 138029 1726888072.03458: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000030e 138029 1726888072.03511: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000030e 138029 1726888072.03540: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 138029 1726888072.03613: no more pending results, returning what we have 138029 1726888072.03616: results queue empty 138029 1726888072.03616: checking for any_errors_fatal 138029 1726888072.03640: done checking for any_errors_fatal 138029 1726888072.03642: checking for max_fail_percentage 138029 1726888072.03643: done checking for max_fail_percentage 138029 1726888072.03644: checking to see if all hosts have failed and the running result is not ok 138029 1726888072.03645: done checking to see if all hosts have failed 138029 1726888072.03646: getting the remaining hosts for this loop 138029 1726888072.03647: done getting the remaining hosts for this loop 138029 1726888072.03650: getting the next task for host managed_node3 138029 1726888072.03659: done getting next task for host managed_node3 138029 1726888072.03663: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888072.03669: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888072.03684: getting variables 138029 1726888072.03686: in VariableManager get_vars() 138029 1726888072.03709: Calling all_inventory to load vars for managed_node3 138029 1726888072.03711: Calling groups_inventory to load vars for managed_node3 138029 1726888072.03713: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888072.03719: Calling all_plugins_play to load vars for managed_node3 138029 1726888072.03721: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888072.03722: Calling groups_plugins_play to load vars for managed_node3 138029 1726888072.04298: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888072.04972: done with get_vars() 138029 1726888072.04990: 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:07:52 -0400 (0:00:00.074) 0:01:24.774 ****** 138029 1726888072.05082: entering _queue_task() for managed_node3/systemd 138029 1726888072.05317: worker is 1 (out of 1 available) 138029 1726888072.05332: exiting _queue_task() for managed_node3/systemd 138029 1726888072.05343: done queuing things up, now waiting for results queue to drain 138029 1726888072.05345: waiting for pending results... 138029 1726888072.05611: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888072.05790: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000310 138029 1726888072.05803: variable 'ansible_search_path' from source: unknown 138029 1726888072.05807: variable 'ansible_search_path' from source: unknown 138029 1726888072.05814: calling self._execute() 138029 1726888072.05893: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888072.05896: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888072.05903: variable 'omit' from source: magic vars 138029 1726888072.06272: variable 'blivet_output' from source: set_fact 138029 1726888072.06352: Evaluated conditional (blivet_output['mounts']): True 138029 1726888072.06357: variable 'omit' from source: magic vars 138029 1726888072.06408: variable 'omit' from source: magic vars 138029 1726888072.06434: variable 'omit' from source: magic vars 138029 1726888072.06468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888072.06495: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888072.06509: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888072.06527: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888072.06532: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888072.06547: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888072.06564: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888072.06584: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888072.06588: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888072.06590: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888072.06672: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888072.06675: Set connection var ansible_timeout to 10 138029 1726888072.06681: Set connection var ansible_pipelining to False 138029 1726888072.06683: Set connection var ansible_shell_type to sh 138029 1726888072.06686: Set connection var ansible_connection to ssh 138029 1726888072.06691: Set connection var ansible_shell_executable to /bin/sh 138029 1726888072.06710: variable 'ansible_shell_executable' from source: unknown 138029 1726888072.06713: variable 'ansible_connection' from source: unknown 138029 1726888072.06716: variable 'ansible_module_compression' from source: unknown 138029 1726888072.06718: variable 'ansible_shell_type' from source: unknown 138029 1726888072.06720: variable 'ansible_shell_executable' from source: unknown 138029 1726888072.06723: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888072.06725: variable 'ansible_pipelining' from source: unknown 138029 1726888072.06728: variable 'ansible_timeout' from source: unknown 138029 1726888072.06733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888072.06884: 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) 138029 1726888072.06892: variable 'omit' from source: magic vars 138029 1726888072.06897: starting attempt loop 138029 1726888072.06900: running the handler 138029 1726888072.06910: _low_level_execute_command(): starting 138029 1726888072.06916: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888072.07431: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888072.07436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888072.07439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888072.07493: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888072.07500: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888072.07502: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888072.07567: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888072.10769: stdout chunk (state=3): >>>/root <<< 138029 1726888072.10990: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888072.11022: stderr chunk (state=3): >>><<< 138029 1726888072.11025: stdout chunk (state=3): >>><<< 138029 1726888072.11046: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888072.11061: _low_level_execute_command(): starting 138029 1726888072.11071: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888072.110482-140077-63067229843107 `" && echo ansible-tmp-1726888072.110482-140077-63067229843107="` echo /root/.ansible/tmp/ansible-tmp-1726888072.110482-140077-63067229843107 `" ) && sleep 0' 138029 1726888072.11508: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888072.11544: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888072.11558: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888072.11563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888072.11566: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888072.11569: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888072.11607: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888072.11610: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888072.11614: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888072.11691: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888072.15363: stdout chunk (state=3): >>>ansible-tmp-1726888072.110482-140077-63067229843107=/root/.ansible/tmp/ansible-tmp-1726888072.110482-140077-63067229843107 <<< 138029 1726888072.15462: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888072.15493: stderr chunk (state=3): >>><<< 138029 1726888072.15496: stdout chunk (state=3): >>><<< 138029 1726888072.15518: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888072.110482-140077-63067229843107=/root/.ansible/tmp/ansible-tmp-1726888072.110482-140077-63067229843107 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888072.15567: variable 'ansible_module_compression' from source: unknown 138029 1726888072.15606: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 138029 1726888072.15661: variable 'ansible_facts' from source: unknown 138029 1726888072.15796: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888072.110482-140077-63067229843107/AnsiballZ_systemd.py 138029 1726888072.15903: Sending initial data 138029 1726888072.15906: Sent initial data (156 bytes) 138029 1726888072.16333: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888072.16341: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888072.16364: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888072.16378: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888072.16383: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888072.16430: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888072.16434: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888072.16439: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888072.16485: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888072.18130: 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 <<< 138029 1726888072.18133: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888072.18173: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888072.18217: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp83_3tood /root/.ansible/tmp/ansible-tmp-1726888072.110482-140077-63067229843107/AnsiballZ_systemd.py <<< 138029 1726888072.18223: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888072.110482-140077-63067229843107/AnsiballZ_systemd.py" <<< 138029 1726888072.18270: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp83_3tood" to remote "/root/.ansible/tmp/ansible-tmp-1726888072.110482-140077-63067229843107/AnsiballZ_systemd.py" <<< 138029 1726888072.18273: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888072.110482-140077-63067229843107/AnsiballZ_systemd.py" <<< 138029 1726888072.19417: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888072.19466: stderr chunk (state=3): >>><<< 138029 1726888072.19469: stdout chunk (state=3): >>><<< 138029 1726888072.19498: done transferring module to remote 138029 1726888072.19511: _low_level_execute_command(): starting 138029 1726888072.19515: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888072.110482-140077-63067229843107/ /root/.ansible/tmp/ansible-tmp-1726888072.110482-140077-63067229843107/AnsiballZ_systemd.py && sleep 0' 138029 1726888072.19942: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888072.19946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888072.19981: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888072.19990: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888072.19993: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888072.19995: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888072.20045: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888072.20048: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888072.20050: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888072.20109: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888072.21938: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888072.21971: stderr chunk (state=3): >>><<< 138029 1726888072.21974: stdout chunk (state=3): >>><<< 138029 1726888072.21990: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888072.22018: _low_level_execute_command(): starting 138029 1726888072.22021: _low_level_execute_command(): using become for this command 138029 1726888072.22024: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-kbyhpvanjfitxygzqegrkrygkhsvmeok ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888072.110482-140077-63067229843107/AnsiballZ_systemd.py'"'"' && sleep 0' 138029 1726888072.22177: Initial state: awaiting_escalation: BECOME-SUCCESS-kbyhpvanjfitxygzqegrkrygkhsvmeok 138029 1726888072.22681: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888072.22686: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888072.22732: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888072.22795: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888072.25763: stdout chunk (state=1): >>>BECOME-SUCCESS-kbyhpvanjfitxygzqegrkrygkhsvmeok <<< 138029 1726888072.25768: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-kbyhpvanjfitxygzqegrkrygkhsvmeok' 138029 1726888072.26109: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888072.26150: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888072.26183: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888072.26250: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888072.26254: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888072.26289: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888072.26320: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888072.26325: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888072.26354: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888072.26367: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888072.26420: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888072.26423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888072.26450: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888072.26471: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888072.26513: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888072.26529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888072.26548: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a12183e0> <<< 138029 1726888072.26553: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a11e7a10> <<< 138029 1726888072.26579: 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' <<< 138029 1726888072.26600: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a121a960> <<< 138029 1726888072.26623: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888072.26653: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888072.26658: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888072.26688: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888072.26729: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888072.26816: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888072.26842: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888072.26848: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888072.26881: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888072.26899: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888072.26914: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888072.26917: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888072.26967: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888072.26971: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888072.26991: 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 <<< 138029 1726888072.27016: 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 0x7f27a102cfe0> <<< 138029 1726888072.27080: 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' <<< 138029 1726888072.27106: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a102dfd0> <<< 138029 1726888072.27124: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888072.27167: 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. <<< 138029 1726888072.27562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888072.27570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888072.27586: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888072.27613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888072.27632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888072.27670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888072.27688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888072.27758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888072.27763: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a106be90> <<< 138029 1726888072.27774: 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' <<< 138029 1726888072.27795: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888072.27820: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a106bf50> <<< 138029 1726888072.27824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888072.27853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888072.27875: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888072.27923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888072.27957: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888072.27982: 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 0x7f27a10a3860> <<< 138029 1726888072.27998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888072.28019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10a3ef0> <<< 138029 1726888072.28048: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888072.28095: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1083b30> <<< 138029 1726888072.28106: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888072.28131: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1081280> <<< 138029 1726888072.28243: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1069040> <<< 138029 1726888072.28263: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888072.28294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 138029 1726888072.28327: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888072.28366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888072.28377: 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' <<< 138029 1726888072.28412: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10c7890> <<< 138029 1726888072.28418: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10c64b0> <<< 138029 1726888072.28451: 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' <<< 138029 1726888072.28457: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1082150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10c4c50> <<< 138029 1726888072.28509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888072.28529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10f4920> <<< 138029 1726888072.28539: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10682c0> <<< 138029 1726888072.28550: 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' <<< 138029 1726888072.28581: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.28587: 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 0x7f27a10f4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10f4c80> <<< 138029 1726888072.28627: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.28630: 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 0x7f27a10f5070> <<< 138029 1726888072.28646: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1066de0> <<< 138029 1726888072.28666: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888072.28685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888072.28690: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888072.28728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888072.28747: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10f5730> <<< 138029 1726888072.28753: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10f5430> <<< 138029 1726888072.28763: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888072.28790: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888072.28793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888072.28815: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10f6630> <<< 138029 1726888072.28831: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888072.28847: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888072.28865: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888072.28899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888072.28918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888072.28935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1110860> <<< 138029 1726888072.28948: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888072.28976: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.28981: 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 0x7f27a1111fa0> <<< 138029 1726888072.29010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888072.29014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888072.29041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888072.29045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888072.29073: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1112e10> <<< 138029 1726888072.29100: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.29111: 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 0x7f27a1113440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1112390> <<< 138029 1726888072.29126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888072.29147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888072.29186: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.29190: 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 0x7f27a1113e30> <<< 138029 1726888072.29197: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1113560> <<< 138029 1726888072.29245: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10f6690> <<< 138029 1726888072.29266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888072.29293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888072.29309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888072.29340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888072.29378: 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' <<< 138029 1726888072.29390: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a0df7ce0> <<< 138029 1726888072.29404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888072.29412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888072.29431: 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 0x7f27a0e20770> <<< 138029 1726888072.29450: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0e204d0> <<< 138029 1726888072.29469: 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 0x7f27a0e207a0> <<< 138029 1726888072.29505: 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' <<< 138029 1726888072.29584: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.29715: 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 0x7f27a0e210a0> <<< 138029 1726888072.29849: 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 0x7f27a0e21a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0e20980> <<< 138029 1726888072.29882: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0df5e80> <<< 138029 1726888072.29903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888072.29907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888072.29937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888072.29944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888072.29967: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0e22e40> <<< 138029 1726888072.29980: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0e21b80> <<< 138029 1726888072.29999: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10f6d80> <<< 138029 1726888072.30028: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888072.30090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888072.30106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888072.30147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888072.30176: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0e4b1d0> <<< 138029 1726888072.30226: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888072.30246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888072.30270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888072.30296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888072.30334: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0e77560> <<< 138029 1726888072.30377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888072.30410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888072.30473: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888072.30511: 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 0x7f27a0ed0350> <<< 138029 1726888072.30526: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888072.30546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888072.30571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888072.30612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888072.30706: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0ed2ab0> <<< 138029 1726888072.30787: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0ed0470> <<< 138029 1726888072.30831: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0e9d340> <<< 138029 1726888072.30894: 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 0x7f27a0d05430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0e76390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0e23da0> <<< 138029 1726888072.31075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888072.31087: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f27a0d056d0> <<< 138029 1726888072.41471: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_1uql9qy9/ansible_systemd_payload.zip' <<< 138029 1726888072.41478: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.41600: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.41627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888072.41638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888072.41687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888072.41768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888072.41805: 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' <<< 138029 1726888072.41810: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0d6f1a0> import '_typing' # <<< 138029 1726888072.42008: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0d4a090> <<< 138029 1726888072.42012: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0d49220> # zipimport: zlib available <<< 138029 1726888072.42042: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888072.42045: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.42071: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.42079: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.42108: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888072.42117: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.43578: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.44725: 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' <<< 138029 1726888072.44735: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0d6cef0> <<< 138029 1726888072.44748: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888072.44753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888072.44772: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888072.44835: 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' <<< 138029 1726888072.44841: 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 0x7f27a0d9eb40> <<< 138029 1726888072.44886: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0d9e900> <<< 138029 1726888072.44913: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0d9e270> <<< 138029 1726888072.44939: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888072.44942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888072.44989: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0d9e690> <<< 138029 1726888072.45005: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0d6fc20> import 'atexit' # <<< 138029 1726888072.45043: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.45046: 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 0x7f27a0d9f8c0> <<< 138029 1726888072.45075: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.45082: 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 0x7f27a0d9fb00> <<< 138029 1726888072.45096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888072.45145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888072.45153: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888072.45206: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0d9ff80> <<< 138029 1726888072.45220: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888072.45233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888072.45258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888072.45297: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0731d90> <<< 138029 1726888072.45342: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.45357: 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 0x7f27a07339b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888072.45375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888072.45411: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a07383b0> <<< 138029 1726888072.45435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888072.45459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888072.45480: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0739550> <<< 138029 1726888072.45496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888072.45537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888072.45562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888072.45569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888072.45615: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a073bfe0> <<< 138029 1726888072.45657: 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 0x7f27a073c110> <<< 138029 1726888072.45678: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a073a2a0> <<< 138029 1726888072.45703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888072.45725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888072.45759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888072.45776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888072.45782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888072.45899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888072.45924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888072.45936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 138029 1726888072.45945: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a073fe90> <<< 138029 1726888072.45956: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888072.46019: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a073e960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a073e6c0> <<< 138029 1726888072.46040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888072.46054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888072.46124: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a073ec30> <<< 138029 1726888072.46157: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a073a7b0> <<< 138029 1726888072.46180: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.46215: 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 0x7f27a0783f50> <<< 138029 1726888072.46218: 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 0x7f27a0784170> <<< 138029 1726888072.46254: 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 <<< 138029 1726888072.46265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888072.46290: 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' <<< 138029 1726888072.46331: 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 0x7f27a0785ca0> <<< 138029 1726888072.46338: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0785a60> <<< 138029 1726888072.46349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888072.46381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888072.46436: 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 0x7f27a0788260> <<< 138029 1726888072.46445: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0786390> <<< 138029 1726888072.46463: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888072.46502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888072.46522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888072.46542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888072.46596: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a078b9e0> <<< 138029 1726888072.46715: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a07883e0> <<< 138029 1726888072.46779: 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 0x7f27a078c800> <<< 138029 1726888072.46801: 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 0x7f27a078c830> <<< 138029 1726888072.46849: 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 0x7f27a078ccb0> <<< 138029 1726888072.46859: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a07843b0> <<< 138029 1726888072.46887: 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 <<< 138029 1726888072.46894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888072.46907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888072.46928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888072.46965: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.46981: 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 0x7f27a0618290> <<< 138029 1726888072.47129: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.47144: 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 0x7f27a0619310> <<< 138029 1726888072.47157: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a078ea20> <<< 138029 1726888072.47192: 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 0x7f27a078fdd0> <<< 138029 1726888072.47203: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a078e630> <<< 138029 1726888072.47215: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.47220: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888072.47240: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.47330: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.47422: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.47438: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.47445: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888072.47453: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.47471: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888072.47495: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.47625: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.47736: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.48278: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.48837: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888072.48842: 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' # <<< 138029 1726888072.48878: 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' <<< 138029 1726888072.48925: 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 0x7f27a061d4c0> <<< 138029 1726888072.49026: 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' <<< 138029 1726888072.49043: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a061e270> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a06193d0> <<< 138029 1726888072.49102: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888072.49128: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.49150: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888072.49153: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.49301: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.49471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888072.49475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a061e210> # zipimport: zlib available <<< 138029 1726888072.49924: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.50395: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.50470: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.50546: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888072.50560: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.50592: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.50636: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888072.50706: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.50810: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888072.50814: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.50849: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888072.50882: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.50923: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888072.51170: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.51392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888072.51470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888072.51476: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888072.51546: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a061f440> <<< 138029 1726888072.51549: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.51624: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.51727: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888072.51731: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888072.51756: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.51783: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.51831: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888072.51880: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.51922: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.51986: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.52054: 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 <<< 138029 1726888072.52088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888072.52185: 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 0x7f27a0629f70> <<< 138029 1726888072.52208: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a06271a0> <<< 138029 1726888072.52257: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888072.52263: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888072.52320: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.52386: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.52414: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.52488: 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' <<< 138029 1726888072.52494: 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 <<< 138029 1726888072.52526: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888072.52539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888072.52585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888072.52614: 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' <<< 138029 1726888072.52678: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a07027b0> <<< 138029 1726888072.52717: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a07fa480> <<< 138029 1726888072.52806: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a062a030> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a061edb0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888072.52854: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.52880: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888072.52928: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888072.52970: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888072.52992: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888072.53170: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.53364: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.53391: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.53409: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.53443: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.53487: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.53535: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.53571: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 138029 1726888072.53649: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.53714: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.53745: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.53781: 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 <<< 138029 1726888072.53840: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 138029 1726888072.53860: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888072.53925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888072.53936: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888072.54017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888072.54041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888072.54063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888072.54093: 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 0x7f27a0262bd0> <<< 138029 1726888072.54098: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0262000> <<< 138029 1726888072.54159: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0260530> <<< 138029 1726888072.54375: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a06b9d90> <<< 138029 1726888072.54451: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a06b8410> <<< 138029 1726888072.54470: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 138029 1726888072.54637: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.54807: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.54851: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.54906: 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' <<< 138029 1726888072.54945: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 138029 1726888072.54953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 138029 1726888072.55016: 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' <<< 138029 1726888072.55019: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a069d880> <<< 138029 1726888072.55065: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 138029 1726888072.55069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 138029 1726888072.55080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888072.55133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888072.55160: 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' <<< 138029 1726888072.55193: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a02e4ef0> <<< 138029 1726888072.55218: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.55228: 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 0x7f27a02e5220> <<< 138029 1726888072.55271: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a02d4a10> <<< 138029 1726888072.55280: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a02afcb0> <<< 138029 1726888072.55316: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a06b9550> <<< 138029 1726888072.55347: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a06b8860> <<< 138029 1726888072.55364: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 138029 1726888072.55399: 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 <<< 138029 1726888072.55434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 138029 1726888072.55438: 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' <<< 138029 1726888072.55476: 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 0x7f27a02e7e30> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a02e76e0> <<< 138029 1726888072.55513: 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 0x7f27a02e78c0> <<< 138029 1726888072.55534: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a02e6b10> <<< 138029 1726888072.55578: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 138029 1726888072.55591: 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 0x7f27a02e7f50> <<< 138029 1726888072.55612: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 138029 1726888072.55645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888072.55706: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.55709: 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 0x7f27a0102b10> <<< 138029 1726888072.55733: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0100b00> <<< 138029 1726888072.55768: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a06b8aa0> <<< 138029 1726888072.55806: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 138029 1726888072.55821: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.55876: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.55935: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 138029 1726888072.55990: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.56068: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 138029 1726888072.56072: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.56120: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 138029 1726888072.56123: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.56164: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 138029 1726888072.56174: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.56214: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.56280: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 138029 1726888072.56284: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.56315: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.56370: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 138029 1726888072.56433: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.56497: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.56560: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.56620: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 138029 1726888072.56630: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 138029 1726888072.57121: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.57604: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 138029 1726888072.57626: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.57691: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.57722: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.57776: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 138029 1726888072.57800: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888072.57840: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 138029 1726888072.57916: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.57983: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 138029 1726888072.57986: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.58000: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.58043: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available <<< 138029 1726888072.58077: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.58122: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 138029 1726888072.58125: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.58198: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.58293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888072.58297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888072.58332: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0103350> <<< 138029 1726888072.58335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888072.58370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888072.58497: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a012cc20> <<< 138029 1726888072.58504: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 138029 1726888072.58569: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.58624: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 138029 1726888072.58665: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.58752: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.58834: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 138029 1726888072.58850: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.58906: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.58975: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 138029 1726888072.58980: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.59032: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.59073: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888072.59127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888072.59190: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.59251: 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 0x7f27a01470e0> <<< 138029 1726888072.59433: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a012fd40> <<< 138029 1726888072.59450: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 138029 1726888072.59504: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.59568: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 138029 1726888072.59664: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.59746: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.59859: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.60007: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888072.60013: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 138029 1726888072.60062: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.60107: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 138029 1726888072.60111: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.60153: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.60205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 138029 1726888072.60214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 138029 1726888072.60243: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888072.60259: 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 0x7f27a015ad20> <<< 138029 1726888072.60272: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a015a810> import 'ansible.module_utils.facts.system.user' # <<< 138029 1726888072.60282: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.60297: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.60305: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 138029 1726888072.60321: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.60359: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.60398: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 138029 1726888072.60404: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.60575: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.60729: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 138029 1726888072.60835: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.60935: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.60984: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.61030: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 138029 1726888072.61033: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 138029 1726888072.61065: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.61068: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.61093: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.61226: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.61375: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 138029 1726888072.61396: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 138029 1726888072.61524: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.61664: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 138029 1726888072.61694: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.61728: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.62284: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.62782: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 138029 1726888072.62796: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 138029 1726888072.62898: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.63014: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 138029 1726888072.63017: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.63122: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.63230: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 138029 1726888072.63245: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.63390: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.63545: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 138029 1726888072.63551: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.63573: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.63595: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 138029 1726888072.63639: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.63690: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 138029 1726888072.63695: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.63791: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.63896: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.64119: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.64317: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 138029 1726888072.64320: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 138029 1726888072.64361: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.64398: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available <<< 138029 1726888072.64428: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.64445: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 138029 1726888072.64477: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.64537: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.64680: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888072.64684: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 138029 1726888072.64687: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.64733: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.64788: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 138029 1726888072.64793: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.64853: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.64908: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 138029 1726888072.64925: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.65219: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.65467: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 138029 1726888072.65473: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.65534: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.65597: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 138029 1726888072.65602: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.65637: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.65678: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 138029 1726888072.65683: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.65719: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.65761: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 138029 1726888072.65767: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.65798: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.65834: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 138029 1726888072.65840: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.65922: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.66004: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 138029 1726888072.66022: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.66039: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.66048: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 138029 1726888072.66057: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.66102: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.66142: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 138029 1726888072.66154: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.66176: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.66209: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.66246: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.66297: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.66366: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.66433: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 138029 1726888072.66446: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 138029 1726888072.66459: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.66507: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.66558: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 138029 1726888072.66565: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.66763: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.66945: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 138029 1726888072.66960: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.67002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.67051: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 138029 1726888072.67060: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.67109: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.67156: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 138029 1726888072.67169: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.67248: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.67329: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 138029 1726888072.67347: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 138029 1726888072.67437: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.67527: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 138029 1726888072.67541: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # <<< 138029 1726888072.67552: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.67694: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.67821: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 138029 1726888072.67909: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888072.93468: 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}}} <<< 138029 1726888072.94072: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888072.94093: 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<<< 138029 1726888072.94101: 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 <<< 138029 1726888072.94130: 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 <<< 138029 1726888072.94185: 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 # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path <<< 138029 1726888072.94231: 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 # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string<<< 138029 1726888072.94239: 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 <<< 138029 1726888072.94290: 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 # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro <<< 138029 1726888072.94299: 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 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 <<< 138029 1726888072.94385: stdout chunk (state=3): >>># 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 # cle<<< 138029 1726888072.94394: stdout chunk (state=3): >>>anup[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 <<< 138029 1726888072.94728: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888072.94758: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888072.94774: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888072.94792: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888072.94808: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888072.94839: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888072.94881: stdout chunk (state=3): >>># destroy zipimport <<< 138029 1726888072.94901: 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 # destroy grp # destroy encodings <<< 138029 1726888072.94915: stdout chunk (state=3): >>># destroy _locale # destroy locale <<< 138029 1726888072.94938: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 138029 1726888072.94943: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888072.94979: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888072.94985: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 138029 1726888072.95059: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 138029 1726888072.95081: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle <<< 138029 1726888072.95115: 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 <<< 138029 1726888072.95138: stdout chunk (state=3): >>># destroy fcntl # destroy datetime <<< 138029 1726888072.95166: stdout chunk (state=3): >>># destroy base64 <<< 138029 1726888072.95206: stdout chunk (state=3): >>># destroy _ssl # destroy ansible.module_utils.compat.selinux <<< 138029 1726888072.95209: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json <<< 138029 1726888072.95239: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 138029 1726888072.95265: 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 <<< 138029 1726888072.95309: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 138029 1726888072.95320: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token <<< 138029 1726888072.95337: 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 <<< 138029 1726888072.95369: 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 <<< 138029 1726888072.95372: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888072.95398: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib <<< 138029 1726888072.95430: 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 <<< 138029 1726888072.95436: 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 # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants<<< 138029 1726888072.95465: stdout chunk (state=3): >>> # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser <<< 138029 1726888072.95468: 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 <<< 138029 1726888072.95491: stdout chunk (state=3): >>># cleanup[3] wiping _operator <<< 138029 1726888072.95517: 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 <<< 138029 1726888072.95543: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888072.95678: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888072.95688: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888072.95744: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888072.95747: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888072.95783: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888072.95809: 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 <<< 138029 1726888072.95850: stdout chunk (state=3): >>># destroy _opcode <<< 138029 1726888072.95864: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888072.95880: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888072.95974: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888072.95987: 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 <<< 138029 1726888072.96010: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888072.96039: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888072.96042: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re <<< 138029 1726888072.96085: stdout chunk (state=3): >>># destroy _abc # destroy itertools <<< 138029 1726888072.96091: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _collections <<< 138029 1726888072.96094: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888072.96108: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888072.96747: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888072.96781: stderr chunk (state=3): >>><<< 138029 1726888072.96784: stdout chunk (state=3): >>><<< 138029 1726888072.96892: _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 0x7f27a12183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a11e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a121a960> 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 0x7f27a102cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f27a102dfd0> 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 0x7f27a106be90> # /usr/lib64/python3.12/__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 0x7f27a106bf50> # /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 0x7f27a10a3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10a3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1083b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1081280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1069040> # /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 0x7f27a10c7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10c64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1082150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10c4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10f4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10682c0> # /usr/lib64/python3.12/__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 0x7f27a10f4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10f4c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a10f5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1066de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f27a10f5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10f5430> 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 0x7f27a10f6630> 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 0x7f27a1110860> 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 0x7f27a1111fa0> # /usr/lib64/python3.12/__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 0x7f27a1112e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a1113440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1112390> # /usr/lib64/python3.12/__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 0x7f27a1113e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a1113560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10f6690> # /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 0x7f27a0df7ce0> # /usr/lib64/python3.12/__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 0x7f27a0e20770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0e204d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a0e207a0> # /usr/lib64/python3.12/__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 0x7f27a0e210a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a0e21a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0e20980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0df5e80> # /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 0x7f27a0e22e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0e21b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a10f6d80> # /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 0x7f27a0e4b1d0> # /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 0x7f27a0e77560> # /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 0x7f27a0ed0350> # /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 0x7f27a0ed2ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0ed0470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0e9d340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0d05430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0e76390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0e23da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f27a0d056d0> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_1uql9qy9/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 0x7f27a0d6f1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0d4a090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0d49220> # 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 0x7f27a0d6cef0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f27a0d9eb40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0d9e900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0d9e270> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f27a0d9e690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0d6fc20> 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 0x7f27a0d9f8c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a0d9fb00> # /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 0x7f27a0d9ff80> 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 0x7f27a0731d90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a07339b0> # /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 0x7f27a07383b0> # /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 0x7f27a0739550> # /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 0x7f27a073bfe0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a073c110> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a073a2a0> # /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 0x7f27a073fe90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a073e960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a073e6c0> # /usr/lib64/python3.12/__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 0x7f27a073ec30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a073a7b0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a0783f50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0784170> # /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 0x7f27a0785ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0785a60> # /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 0x7f27a0788260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0786390> # /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 0x7f27a078b9e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a07883e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a078c800> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a078c830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a078ccb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a07843b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f27a0618290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a0619310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a078ea20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27a078fdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a078e630> # 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 0x7f27a061d4c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f27a061e270> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a06193d0> 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 0x7f27a061e210> # 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 0x7f27a061f440> # 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 0x7f27a0629f70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a06271a0> 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 0x7f27a07027b0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a07fa480> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a062a030> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a061edb0> # 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 0x7f27a0262bd0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0262000> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0260530> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a06b9d90> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a06b8410> 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 0x7f27a069d880> # /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 0x7f27a02e4ef0> # 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 0x7f27a02e5220> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a02d4a10> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a02afcb0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a06b9550> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a06b8860> # /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 0x7f27a02e7e30> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a02e76e0> # 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 0x7f27a02e78c0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a02e6b10> # /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 0x7f27a02e7f50> # /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 0x7f27a0102b10> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a0100b00> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a06b8aa0> 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 0x7f27a0103350> # /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 0x7f27a012cc20> 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 0x7f27a01470e0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a012fd40> 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 0x7f27a015ad20> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27a015a810> 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888072.97936: 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-1726888072.110482-140077-63067229843107/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888072.97941: _low_level_execute_command(): starting 138029 1726888072.97944: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888072.110482-140077-63067229843107/ > /dev/null 2>&1 && sleep 0' 138029 1726888072.97946: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888072.97952: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888072.97956: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888072.97958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888072.97960: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888072.97968: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888072.97969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888072.97971: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888072.97972: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888072.97973: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888072.97974: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888072.97976: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888072.97977: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888072.97978: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888072.97979: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888072.97980: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888072.97981: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888072.97982: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888072.97983: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888072.97985: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888073.00193: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888073.00196: stderr chunk (state=3): >>><<< 138029 1726888073.00199: stdout chunk (state=3): >>><<< 138029 1726888073.00201: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888073.00203: handler run complete 138029 1726888073.00205: attempt loop complete, returning result 138029 1726888073.00207: _execute() done 138029 1726888073.00209: dumping result to json 138029 1726888073.00211: done dumping result, returning 138029 1726888073.00302: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-5a58-73a2-000000000310] 138029 1726888073.00306: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000310 ok: [managed_node3] => { "changed": false, "name": null, "status": {} } 138029 1726888073.00579: no more pending results, returning what we have 138029 1726888073.00583: results queue empty 138029 1726888073.00584: checking for any_errors_fatal 138029 1726888073.00601: done checking for any_errors_fatal 138029 1726888073.00602: checking for max_fail_percentage 138029 1726888073.00604: done checking for max_fail_percentage 138029 1726888073.00605: checking to see if all hosts have failed and the running result is not ok 138029 1726888073.00606: done checking to see if all hosts have failed 138029 1726888073.00606: getting the remaining hosts for this loop 138029 1726888073.00608: done getting the remaining hosts for this loop 138029 1726888073.00611: getting the next task for host managed_node3 138029 1726888073.00617: done getting next task for host managed_node3 138029 1726888073.00620: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 138029 1726888073.00623: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888073.00634: getting variables 138029 1726888073.00635: in VariableManager get_vars() 138029 1726888073.00689: Calling all_inventory to load vars for managed_node3 138029 1726888073.00692: Calling groups_inventory to load vars for managed_node3 138029 1726888073.00694: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888073.00700: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000310 138029 1726888073.00703: WORKER PROCESS EXITING 138029 1726888073.00714: Calling all_plugins_play to load vars for managed_node3 138029 1726888073.00717: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888073.00720: Calling groups_plugins_play to load vars for managed_node3 138029 1726888073.01623: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888073.02175: done with get_vars() 138029 1726888073.02196: 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:07:53 -0400 (0:00:00.972) 0:01:25.746 ****** 138029 1726888073.02317: entering _queue_task() for managed_node3/stat 138029 1726888073.02886: worker is 1 (out of 1 available) 138029 1726888073.02894: exiting _queue_task() for managed_node3/stat 138029 1726888073.02908: done queuing things up, now waiting for results queue to drain 138029 1726888073.02910: waiting for pending results... 138029 1726888073.02972: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 138029 1726888073.03082: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000311 138029 1726888073.03105: variable 'ansible_search_path' from source: unknown 138029 1726888073.03113: variable 'ansible_search_path' from source: unknown 138029 1726888073.03154: calling self._execute() 138029 1726888073.03261: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888073.03265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888073.03361: variable 'omit' from source: magic vars 138029 1726888073.03387: variable 'omit' from source: magic vars 138029 1726888073.03463: variable 'omit' from source: magic vars 138029 1726888073.03502: variable 'omit' from source: magic vars 138029 1726888073.03548: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888073.03602: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888073.03627: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888073.03647: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888073.03666: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888073.03686: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888073.03703: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888073.03732: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888073.03739: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888073.03744: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888073.03877: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888073.03890: Set connection var ansible_timeout to 10 138029 1726888073.03900: Set connection var ansible_pipelining to False 138029 1726888073.03960: Set connection var ansible_shell_type to sh 138029 1726888073.03965: Set connection var ansible_connection to ssh 138029 1726888073.03966: Set connection var ansible_shell_executable to /bin/sh 138029 1726888073.03968: variable 'ansible_shell_executable' from source: unknown 138029 1726888073.03970: variable 'ansible_connection' from source: unknown 138029 1726888073.03972: variable 'ansible_module_compression' from source: unknown 138029 1726888073.03973: variable 'ansible_shell_type' from source: unknown 138029 1726888073.03975: variable 'ansible_shell_executable' from source: unknown 138029 1726888073.03976: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888073.03978: variable 'ansible_pipelining' from source: unknown 138029 1726888073.03980: variable 'ansible_timeout' from source: unknown 138029 1726888073.03982: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888073.04176: 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) 138029 1726888073.04192: variable 'omit' from source: magic vars 138029 1726888073.04201: starting attempt loop 138029 1726888073.04206: running the handler 138029 1726888073.04219: _low_level_execute_command(): starting 138029 1726888073.04232: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888073.04920: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888073.04936: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888073.04951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888073.05066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888073.05081: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888073.05165: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888073.06804: stdout chunk (state=3): >>>/root <<< 138029 1726888073.07063: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888073.07067: stderr chunk (state=3): >>><<< 138029 1726888073.07069: stdout chunk (state=3): >>><<< 138029 1726888073.07072: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888073.07076: _low_level_execute_command(): starting 138029 1726888073.07079: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888073.070024-140101-263115414446107 `" && echo ansible-tmp-1726888073.070024-140101-263115414446107="` echo /root/.ansible/tmp/ansible-tmp-1726888073.070024-140101-263115414446107 `" ) && sleep 0' 138029 1726888073.07914: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888073.07923: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888073.07935: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888073.08033: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888073.08037: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888073.08098: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888073.12349: stdout chunk (state=3): >>>ansible-tmp-1726888073.070024-140101-263115414446107=/root/.ansible/tmp/ansible-tmp-1726888073.070024-140101-263115414446107 <<< 138029 1726888073.12464: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888073.12493: stderr chunk (state=3): >>><<< 138029 1726888073.12495: stdout chunk (state=3): >>><<< 138029 1726888073.12660: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888073.070024-140101-263115414446107=/root/.ansible/tmp/ansible-tmp-1726888073.070024-140101-263115414446107 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888073.12665: variable 'ansible_module_compression' from source: unknown 138029 1726888073.12667: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888073.12668: variable 'ansible_facts' from source: unknown 138029 1726888073.12718: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888073.070024-140101-263115414446107/AnsiballZ_stat.py 138029 1726888073.12825: Sending initial data 138029 1726888073.12835: Sent initial data (154 bytes) 138029 1726888073.13232: 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.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888073.13246: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888073.13292: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888073.13305: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888073.13356: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888073.14890: 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 <<< 138029 1726888073.14939: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888073.14991: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmptokh6zht /root/.ansible/tmp/ansible-tmp-1726888073.070024-140101-263115414446107/AnsiballZ_stat.py <<< 138029 1726888073.14994: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888073.070024-140101-263115414446107/AnsiballZ_stat.py" <<< 138029 1726888073.15053: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmptokh6zht" to remote "/root/.ansible/tmp/ansible-tmp-1726888073.070024-140101-263115414446107/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888073.070024-140101-263115414446107/AnsiballZ_stat.py" <<< 138029 1726888073.16005: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888073.16090: stdout chunk (state=3): >>><<< 138029 1726888073.16093: stderr chunk (state=3): >>><<< 138029 1726888073.16095: done transferring module to remote 138029 1726888073.16097: _low_level_execute_command(): starting 138029 1726888073.16100: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888073.070024-140101-263115414446107/ /root/.ansible/tmp/ansible-tmp-1726888073.070024-140101-263115414446107/AnsiballZ_stat.py && sleep 0' 138029 1726888073.16711: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888073.16753: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888073.16772: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888073.16866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888073.16892: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888073.16963: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888073.18772: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888073.18809: stderr chunk (state=3): >>><<< 138029 1726888073.18917: stdout chunk (state=3): >>><<< 138029 1726888073.18922: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888073.18925: _low_level_execute_command(): starting 138029 1726888073.18928: _low_level_execute_command(): using become for this command 138029 1726888073.18930: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ptpyywzohohcjbejxlfmhzrvmmwmlwwe ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888073.070024-140101-263115414446107/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888073.19191: Initial state: awaiting_escalation: BECOME-SUCCESS-ptpyywzohohcjbejxlfmhzrvmmwmlwwe 138029 1726888073.19525: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888073.19536: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888073.19552: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888073.19574: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888073.19590: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888073.19673: stderr chunk (state=1): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888073.19694: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888073.19707: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888073.19726: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888073.19806: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888073.22902: stdout chunk (state=1): >>>BECOME-SUCCESS-ptpyywzohohcjbejxlfmhzrvmmwmlwwe <<< 138029 1726888073.22916: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ptpyywzohohcjbejxlfmhzrvmmwmlwwe' 138029 1726888073.23245: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888073.23286: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888073.23368: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888073.23404: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888073.23493: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888073.23533: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888073.23579: 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' # <<< 138029 1726888073.23612: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888073.23687: 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 0x7f80dcee83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dceb7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888073.23925: 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 0x7f80dceea960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 138029 1726888073.23929: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888073.23932: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888073.23948: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888073.23975: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 138029 1726888073.24007: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888073.24028: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888073.24049: 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' <<< 138029 1726888073.24076: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcc98fe0> <<< 138029 1726888073.24133: 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' <<< 138029 1726888073.24165: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcc99fd0> <<< 138029 1726888073.24180: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888073.24209: 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. <<< 138029 1726888073.24462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888073.24471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888073.24491: 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' <<< 138029 1726888073.24587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888073.24609: 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 0x7f80dccd7e90> <<< 138029 1726888073.24685: 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' <<< 138029 1726888073.24766: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dccd7f50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888073.24786: 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 <<< 138029 1726888073.24876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 138029 1726888073.24904: 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' <<< 138029 1726888073.24911: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd0f8c0> <<< 138029 1726888073.24913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888073.24916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd0ff50> <<< 138029 1726888073.24918: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888073.24972: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dccefb60> import '_functools' # <<< 138029 1726888073.25010: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcced280> <<< 138029 1726888073.25105: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dccd5040> <<< 138029 1726888073.25130: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888073.25165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888073.25181: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888073.25228: 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 <<< 138029 1726888073.25249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888073.25276: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd337d0> <<< 138029 1726888073.25375: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd323f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dccee270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd30c50> <<< 138029 1726888073.25415: 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 0x7f80dcd64830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dccd42c0> <<< 138029 1726888073.25418: 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' <<< 138029 1726888073.25461: 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 0x7f80dcd64ce0> <<< 138029 1726888073.25491: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd64b90> <<< 138029 1726888073.25509: 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 0x7f80dcd64f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dccd2de0> <<< 138029 1726888073.25543: 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' <<< 138029 1726888073.25566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888073.25595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888073.25628: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd65640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd65310> <<< 138029 1726888073.25631: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888073.25685: 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 0x7f80dcd66510> <<< 138029 1726888073.25689: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888073.25706: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888073.25719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888073.25766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888073.25806: 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 0x7f80dcd7c740> <<< 138029 1726888073.25827: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888073.25873: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888073.25880: 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 0x7f80dcd7de50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888073.25913: 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' <<< 138029 1726888073.25935: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd7ecf0> <<< 138029 1726888073.25982: 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 0x7f80dcd7f320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd7e240> <<< 138029 1726888073.25999: 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' <<< 138029 1726888073.26048: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888073.26059: 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 0x7f80dcd7fda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd7f4d0> <<< 138029 1726888073.26102: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd66570> <<< 138029 1726888073.26120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888073.26149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888073.26173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888073.26190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888073.26219: 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' <<< 138029 1726888073.26232: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80dcb13c80> <<< 138029 1726888073.26250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888073.26269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888073.26288: 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 0x7f80dcb3c7a0> <<< 138029 1726888073.26299: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcb3c500> <<< 138029 1726888073.26317: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888073.26322: 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 0x7f80dcb3c740> <<< 138029 1726888073.26353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888073.26368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888073.26429: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888073.26576: 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 0x7f80dcb3d0a0> <<< 138029 1726888073.26702: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888073.26705: 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 0x7f80dcb3da60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcb3c950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcb11e20> <<< 138029 1726888073.26748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888073.26751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888073.26789: 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 0x7f80dcb3ee10> <<< 138029 1726888073.26830: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcb3d8e0> <<< 138029 1726888073.26840: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd66c60> <<< 138029 1726888073.26872: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888073.26939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888073.26952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888073.26988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888073.27012: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcb6b140> <<< 138029 1726888073.27067: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888073.27094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888073.27123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888073.27133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888073.27165: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcb934a0> <<< 138029 1726888073.27199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888073.27233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888073.27293: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888073.27331: 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 0x7f80dcbec260> <<< 138029 1726888073.27334: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888073.27360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888073.27389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888073.27430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888073.27530: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcbee9c0> <<< 138029 1726888073.27590: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcbec380> <<< 138029 1726888073.27622: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcbb9280> <<< 138029 1726888073.27649: 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' <<< 138029 1726888073.27660: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc525370> <<< 138029 1726888073.27679: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcb922a0> <<< 138029 1726888073.27685: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcb3fd40> <<< 138029 1726888073.32140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888073.32189: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f80dcb928a0> <<< 138029 1726888073.33273: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_k0x51ees/ansible_stat_payload.zip' # zipimport: zlib available <<< 138029 1726888073.33388: 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' <<< 138029 1726888073.33434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888073.33561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888073.33567: 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 0x7f80dc57b020> <<< 138029 1726888073.33610: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888073.33825: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc559f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc5590a0> # zipimport: zlib available <<< 138029 1726888073.33872: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888073.35285: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.36460: 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' <<< 138029 1726888073.36466: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc578ef0> <<< 138029 1726888073.36497: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888073.36508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888073.36516: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888073.36532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888073.36563: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888073.36566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888073.36589: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888073.36594: 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 0x7f80dc5a2ae0> <<< 138029 1726888073.36632: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc5a2870> <<< 138029 1726888073.36666: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc5a2180> <<< 138029 1726888073.36687: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888073.36703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888073.36725: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc5a2bd0> <<< 138029 1726888073.36742: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc57bcb0> import 'atexit' # <<< 138029 1726888073.36777: 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 0x7f80dc5a3860> <<< 138029 1726888073.36800: 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 0x7f80dc5a3aa0> <<< 138029 1726888073.36824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888073.36866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888073.36885: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888073.36931: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc5a3f50> <<< 138029 1726888073.36934: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888073.36953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888073.36987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888073.37024: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc411d30> <<< 138029 1726888073.37048: 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 0x7f80dc413950> <<< 138029 1726888073.37080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888073.37089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888073.37124: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc414350> <<< 138029 1726888073.37147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888073.37176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888073.37192: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc4154f0> <<< 138029 1726888073.37217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888073.37250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888073.37274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888073.37279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888073.37328: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc417f80> <<< 138029 1726888073.37368: 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 0x7f80dc41c2c0> <<< 138029 1726888073.37394: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc416240> <<< 138029 1726888073.37405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888073.37435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888073.37468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888073.37479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888073.37482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888073.37515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888073.37534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888073.37553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc41fec0> <<< 138029 1726888073.37559: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888073.37624: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc41e9c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc41e750> <<< 138029 1726888073.37654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888073.37659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888073.37728: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc41ec60> <<< 138029 1726888073.37763: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc416750> <<< 138029 1726888073.37788: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888073.37799: 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 0x7f80dc464170> <<< 138029 1726888073.37817: 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 0x7f80dc464350> <<< 138029 1726888073.37860: 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 <<< 138029 1726888073.37866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888073.37891: 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' <<< 138029 1726888073.37929: 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 0x7f80dc465d60> <<< 138029 1726888073.37934: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc465b20> <<< 138029 1726888073.37950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888073.38045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888073.38093: 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 0x7f80dc468290> <<< 138029 1726888073.38100: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc466450> <<< 138029 1726888073.38118: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888073.38161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888073.38182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888073.38195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888073.38199: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888073.38242: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc46b980> <<< 138029 1726888073.38363: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc468440> <<< 138029 1726888073.38421: 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 0x7f80dc46cd40> <<< 138029 1726888073.38450: 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 0x7f80dc46cbf0> <<< 138029 1726888073.38498: 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 0x7f80dc46cd70> <<< 138029 1726888073.38502: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc4644a0> <<< 138029 1726888073.38529: 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 <<< 138029 1726888073.38534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888073.38558: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888073.38570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888073.38604: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888073.38617: 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 0x7f80dc4f83e0> <<< 138029 1726888073.38767: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888073.38781: 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 0x7f80dc4f97c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc46eb70> <<< 138029 1726888073.38814: 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 0x7f80dc46ff20> <<< 138029 1726888073.38832: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc46e7e0> # zipimport: zlib available <<< 138029 1726888073.38847: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.38854: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888073.38881: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.38958: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.39047: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.39069: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.39075: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888073.39092: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.39103: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.39114: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888073.39119: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.39233: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.39355: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.39916: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.40486: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888073.40489: 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' # <<< 138029 1726888073.40516: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888073.40531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888073.40588: 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 0x7f80dc4fdb20> <<< 138029 1726888073.40673: 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' <<< 138029 1726888073.40696: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc4fe7e0> <<< 138029 1726888073.40707: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc4f99a0> <<< 138029 1726888073.40747: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888073.40749: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.40776: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.40791: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888073.40811: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.40994: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.41165: 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' <<< 138029 1726888073.41190: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc4fe750> # zipimport: zlib available <<< 138029 1726888073.41707: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.42164: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.42235: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.42317: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888073.42321: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.42370: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.42415: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888073.42418: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.42496: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.42587: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 138029 1726888073.42611: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.42614: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888073.42629: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.42672: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.42719: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888073.42730: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.42943: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.43179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888073.43236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888073.43266: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888073.43336: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc4ffa40> <<< 138029 1726888073.43339: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.43401: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.43484: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888073.43508: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888073.43519: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.43558: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.43615: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888073.43626: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.43658: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.43707: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.43765: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.43854: 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 <<< 138029 1726888073.43888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888073.43966: 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 0x7f80dc30a3c0> <<< 138029 1726888073.43997: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc306d80> <<< 138029 1726888073.44028: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888073.44044: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 138029 1726888073.44054: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.44113: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.44180: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.44218: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.44248: 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' <<< 138029 1726888073.44266: 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 <<< 138029 1726888073.44293: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888073.44314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888073.44372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888073.44388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888073.44409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888073.44465: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc5fabd0> <<< 138029 1726888073.44507: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc5de8a0> <<< 138029 1726888073.44588: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc30a420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc307650> <<< 138029 1726888073.44596: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888073.44601: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.44637: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.44663: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888073.44719: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888073.44722: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.44748: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.44756: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726888073.44774: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.44902: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.45101: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.45895: 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": 94372053, "dev": 51714, "nlink": 1, "atime": 1726887685.1854193, "mtime": 1726562394.502, "ctime": 1726887681.5763936, "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": "234057197", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888073.45934: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888073.46321: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888073.46358: 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 <<< 138029 1726888073.46386: 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 <<< 138029 1726888073.46464: 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 <<< 138029 1726888073.46494: 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 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 138029 1726888073.46741: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888073.46769: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888073.46781: 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 <<< 138029 1726888073.46803: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888073.46824: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888073.46853: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon <<< 138029 1726888073.46865: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy hashlib<<< 138029 1726888073.46872: stdout chunk (state=3): >>> # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 138029 1726888073.46893: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 138029 1726888073.46907: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888073.46917: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 138029 1726888073.46922: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888073.46950: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888073.46953: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888073.46976: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888073.46981: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888073.47028: 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 <<< 138029 1726888073.47069: 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 <<< 138029 1726888073.47083: 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 <<< 138029 1726888073.47117: 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 <<< 138029 1726888073.47159: 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 <<< 138029 1726888073.47292: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888073.47300: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888073.47325: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888073.47331: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888073.47362: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888073.47396: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888073.47404: 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 <<< 138029 1726888073.47412: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888073.47508: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888073.47518: 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 <<< 138029 1726888073.47530: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888073.47553: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888073.47564: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888073.47594: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 138029 1726888073.47603: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 138029 1726888073.48096: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888073.48128: stderr chunk (state=3): >>><<< 138029 1726888073.48131: stdout chunk (state=3): >>><<< 138029 1726888073.48209: _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 0x7f80dcee83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dceb7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dceea960> 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 0x7f80dcc98fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f80dcc99fd0> 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 0x7f80dccd7e90> # /usr/lib64/python3.12/__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 0x7f80dccd7f50> # /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 0x7f80dcd0f8c0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd0ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dccefb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcced280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dccd5040> # /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 0x7f80dcd337d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd323f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dccee270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd30c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd64830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dccd42c0> # /usr/lib64/python3.12/__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 0x7f80dcd64ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd64b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80dcd64f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dccd2de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f80dcd65640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd65310> 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 0x7f80dcd66510> 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 0x7f80dcd7c740> 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 0x7f80dcd7de50> # /usr/lib64/python3.12/__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 0x7f80dcd7ecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80dcd7f320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd7e240> # /usr/lib64/python3.12/__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 0x7f80dcd7fda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd7f4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd66570> # /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 0x7f80dcb13c80> # /usr/lib64/python3.12/__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 0x7f80dcb3c7a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcb3c500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80dcb3c740> # /usr/lib64/python3.12/__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 0x7f80dcb3d0a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80dcb3da60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcb3c950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcb11e20> # /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 0x7f80dcb3ee10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcb3d8e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcd66c60> # /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 0x7f80dcb6b140> # /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 0x7f80dcb934a0> # /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 0x7f80dcbec260> # /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 0x7f80dcbee9c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcbec380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcbb9280> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc525370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcb922a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dcb3fd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f80dcb928a0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_k0x51ees/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 0x7f80dc57b020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc559f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc5590a0> # 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 0x7f80dc578ef0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f80dc5a2ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc5a2870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc5a2180> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f80dc5a2bd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc57bcb0> 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 0x7f80dc5a3860> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80dc5a3aa0> # /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 0x7f80dc5a3f50> 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 0x7f80dc411d30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80dc413950> # /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 0x7f80dc414350> # /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 0x7f80dc4154f0> # /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 0x7f80dc417f80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80dc41c2c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc416240> # /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 0x7f80dc41fec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc41e9c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc41e750> # /usr/lib64/python3.12/__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 0x7f80dc41ec60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc416750> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80dc464170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc464350> # /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 0x7f80dc465d60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc465b20> # /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 0x7f80dc468290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc466450> # /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 0x7f80dc46b980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc468440> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80dc46cd40> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80dc46cbf0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80dc46cd70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc4644a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f80dc4f83e0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80dc4f97c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc46eb70> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80dc46ff20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc46e7e0> # 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 0x7f80dc4fdb20> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f80dc4fe7e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc4f99a0> 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 0x7f80dc4fe750> # 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 0x7f80dc4ffa40> # 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 0x7f80dc30a3c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc306d80> 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 0x7f80dc5fabd0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc5de8a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc30a420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80dc307650> # 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": 94372053, "dev": 51714, "nlink": 1, "atime": 1726887685.1854193, "mtime": 1726562394.502, "ctime": 1726887681.5763936, "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": "234057197", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888073.48749: 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-1726888073.070024-140101-263115414446107/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888073.48753: _low_level_execute_command(): starting 138029 1726888073.48757: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888073.070024-140101-263115414446107/ > /dev/null 2>&1 && sleep 0' 138029 1726888073.48901: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888073.48908: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888073.48950: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888073.48953: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888073.48958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888073.49053: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888073.49110: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888073.50930: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888073.50997: stderr chunk (state=3): >>><<< 138029 1726888073.51000: stdout chunk (state=3): >>><<< 138029 1726888073.51159: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888073.51167: handler run complete 138029 1726888073.51170: attempt loop complete, returning result 138029 1726888073.51172: _execute() done 138029 1726888073.51174: dumping result to json 138029 1726888073.51176: done dumping result, returning 138029 1726888073.51181: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-5a58-73a2-000000000311] 138029 1726888073.51184: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000311 138029 1726888073.51319: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000311 138029 1726888073.51322: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726887685.1854193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726887681.5763936, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 94372053, "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": "234057197", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 138029 1726888073.51466: no more pending results, returning what we have 138029 1726888073.51472: results queue empty 138029 1726888073.51474: checking for any_errors_fatal 138029 1726888073.51487: done checking for any_errors_fatal 138029 1726888073.51488: checking for max_fail_percentage 138029 1726888073.51489: done checking for max_fail_percentage 138029 1726888073.51490: checking to see if all hosts have failed and the running result is not ok 138029 1726888073.51491: done checking to see if all hosts have failed 138029 1726888073.51492: getting the remaining hosts for this loop 138029 1726888073.51493: done getting the remaining hosts for this loop 138029 1726888073.51497: getting the next task for host managed_node3 138029 1726888073.51503: done getting next task for host managed_node3 138029 1726888073.51508: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 138029 1726888073.51533: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888073.51546: getting variables 138029 1726888073.51547: in VariableManager get_vars() 138029 1726888073.51586: Calling all_inventory to load vars for managed_node3 138029 1726888073.51589: Calling groups_inventory to load vars for managed_node3 138029 1726888073.51592: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888073.51602: Calling all_plugins_play to load vars for managed_node3 138029 1726888073.51608: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888073.51611: Calling groups_plugins_play to load vars for managed_node3 138029 1726888073.52175: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888073.52522: done with get_vars() 138029 1726888073.52537: 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:07:53 -0400 (0:00:00.502) 0:01:26.249 ****** 138029 1726888073.52608: entering _queue_task() for managed_node3/lineinfile 138029 1726888073.52805: worker is 1 (out of 1 available) 138029 1726888073.52816: exiting _queue_task() for managed_node3/lineinfile 138029 1726888073.52829: done queuing things up, now waiting for results queue to drain 138029 1726888073.52830: waiting for pending results... 138029 1726888073.53020: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 138029 1726888073.53157: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000312 138029 1726888073.53165: variable 'ansible_search_path' from source: unknown 138029 1726888073.53169: variable 'ansible_search_path' from source: unknown 138029 1726888073.53462: variable 'blivet_output' from source: set_fact 138029 1726888073.53604: dumping result to json 138029 1726888073.53607: done dumping result, returning 138029 1726888073.53611: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-5a58-73a2-000000000312] 138029 1726888073.53632: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000312 138029 1726888073.53750: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000312 138029 1726888073.53753: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888073.53818: no more pending results, returning what we have 138029 1726888073.53821: results queue empty 138029 1726888073.53822: checking for any_errors_fatal 138029 1726888073.53829: done checking for any_errors_fatal 138029 1726888073.53829: checking for max_fail_percentage 138029 1726888073.53831: done checking for max_fail_percentage 138029 1726888073.53831: checking to see if all hosts have failed and the running result is not ok 138029 1726888073.53832: done checking to see if all hosts have failed 138029 1726888073.53833: getting the remaining hosts for this loop 138029 1726888073.53834: done getting the remaining hosts for this loop 138029 1726888073.53837: getting the next task for host managed_node3 138029 1726888073.53842: done getting next task for host managed_node3 138029 1726888073.53846: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 138029 1726888073.53849: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888073.53865: getting variables 138029 1726888073.53867: in VariableManager get_vars() 138029 1726888073.53895: Calling all_inventory to load vars for managed_node3 138029 1726888073.53897: Calling groups_inventory to load vars for managed_node3 138029 1726888073.53899: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888073.53908: Calling all_plugins_play to load vars for managed_node3 138029 1726888073.53911: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888073.53914: Calling groups_plugins_play to load vars for managed_node3 138029 1726888073.54260: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888073.54610: done with get_vars() 138029 1726888073.54621: 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:07:53 -0400 (0:00:00.020) 0:01:26.270 ****** 138029 1726888073.54696: entering _queue_task() for managed_node3/setup 138029 1726888073.54921: worker is 1 (out of 1 available) 138029 1726888073.54935: exiting _queue_task() for managed_node3/setup 138029 1726888073.54946: done queuing things up, now waiting for results queue to drain 138029 1726888073.54948: waiting for pending results... 138029 1726888073.55263: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts 138029 1726888073.55380: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000314 138029 1726888073.55427: variable 'ansible_search_path' from source: unknown 138029 1726888073.55431: variable 'ansible_search_path' from source: unknown 138029 1726888073.55458: calling self._execute() 138029 1726888073.55514: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888073.55520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888073.55533: variable 'omit' from source: magic vars 138029 1726888073.55854: variable 'ansible_check_mode' from source: magic vars 138029 1726888073.55865: Evaluated conditional (not ansible_check_mode): True 138029 1726888073.55892: variable 'omit' from source: magic vars 138029 1726888073.55948: variable 'omit' from source: magic vars 138029 1726888073.55991: variable 'omit' from source: magic vars 138029 1726888073.56047: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888073.56078: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888073.56083: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888073.56126: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888073.56136: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888073.56139: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888073.56207: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888073.56211: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888073.56213: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888073.56216: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888073.56386: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888073.56390: Set connection var ansible_timeout to 10 138029 1726888073.56392: Set connection var ansible_pipelining to False 138029 1726888073.56395: Set connection var ansible_shell_type to sh 138029 1726888073.56397: Set connection var ansible_connection to ssh 138029 1726888073.56399: Set connection var ansible_shell_executable to /bin/sh 138029 1726888073.56402: variable 'ansible_shell_executable' from source: unknown 138029 1726888073.56404: variable 'ansible_connection' from source: unknown 138029 1726888073.56407: variable 'ansible_module_compression' from source: unknown 138029 1726888073.56409: variable 'ansible_shell_type' from source: unknown 138029 1726888073.56411: variable 'ansible_shell_executable' from source: unknown 138029 1726888073.56417: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888073.56420: variable 'ansible_pipelining' from source: unknown 138029 1726888073.56422: variable 'ansible_timeout' from source: unknown 138029 1726888073.56424: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888073.56792: 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) 138029 1726888073.56797: variable 'omit' from source: magic vars 138029 1726888073.56799: starting attempt loop 138029 1726888073.56802: running the handler 138029 1726888073.56804: _low_level_execute_command(): starting 138029 1726888073.56806: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888073.57540: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888073.57550: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888073.57614: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888073.59269: stdout chunk (state=3): >>>/root <<< 138029 1726888073.59471: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888073.59474: stdout chunk (state=3): >>><<< 138029 1726888073.59477: stderr chunk (state=3): >>><<< 138029 1726888073.59479: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888073.59482: _low_level_execute_command(): starting 138029 1726888073.59485: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888073.5944757-140126-56294768044188 `" && echo ansible-tmp-1726888073.5944757-140126-56294768044188="` echo /root/.ansible/tmp/ansible-tmp-1726888073.5944757-140126-56294768044188 `" ) && sleep 0' 138029 1726888073.60063: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888073.60066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888073.60073: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888073.60086: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888073.60174: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888073.60212: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888073.63200: stdout chunk (state=3): >>>ansible-tmp-1726888073.5944757-140126-56294768044188=/root/.ansible/tmp/ansible-tmp-1726888073.5944757-140126-56294768044188 <<< 138029 1726888073.63314: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888073.63330: stderr chunk (state=3): >>><<< 138029 1726888073.63333: stdout chunk (state=3): >>><<< 138029 1726888073.63348: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888073.5944757-140126-56294768044188=/root/.ansible/tmp/ansible-tmp-1726888073.5944757-140126-56294768044188 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888073.63399: variable 'ansible_module_compression' from source: unknown 138029 1726888073.63437: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 138029 1726888073.63561: variable 'ansible_facts' from source: unknown 138029 1726888073.63728: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888073.5944757-140126-56294768044188/AnsiballZ_setup.py 138029 1726888073.64287: Sending initial data 138029 1726888073.64290: Sent initial data (155 bytes) 138029 1726888073.64504: 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 <<< 138029 1726888073.64508: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888073.64510: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888073.64512: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888073.64525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888073.64528: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888073.64561: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888073.64573: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888073.64776: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888073.64882: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888073.66433: 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" <<< 138029 1726888073.66484: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888073.66538: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmplai38oka /root/.ansible/tmp/ansible-tmp-1726888073.5944757-140126-56294768044188/AnsiballZ_setup.py <<< 138029 1726888073.66589: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888073.5944757-140126-56294768044188/AnsiballZ_setup.py" debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmplai38oka" to remote "/root/.ansible/tmp/ansible-tmp-1726888073.5944757-140126-56294768044188/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888073.5944757-140126-56294768044188/AnsiballZ_setup.py" <<< 138029 1726888073.69264: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888073.69320: stderr chunk (state=3): >>><<< 138029 1726888073.69330: stdout chunk (state=3): >>><<< 138029 1726888073.69554: done transferring module to remote 138029 1726888073.69563: _low_level_execute_command(): starting 138029 1726888073.69567: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888073.5944757-140126-56294768044188/ /root/.ansible/tmp/ansible-tmp-1726888073.5944757-140126-56294768044188/AnsiballZ_setup.py && sleep 0' 138029 1726888073.70680: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888073.70694: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888073.70799: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888073.70910: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888073.70917: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888073.70974: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888073.71023: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888073.72798: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888073.72836: stderr chunk (state=3): >>><<< 138029 1726888073.72839: stdout chunk (state=3): >>><<< 138029 1726888073.72853: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888073.72864: _low_level_execute_command(): starting 138029 1726888073.72873: _low_level_execute_command(): using become for this command 138029 1726888073.72889: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zptkgybwxbooyeaxdfjpuuqifeiynoaz ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888073.5944757-140126-56294768044188/AnsiballZ_setup.py'"'"' && sleep 0' 138029 1726888073.73178: Initial state: awaiting_escalation: BECOME-SUCCESS-zptkgybwxbooyeaxdfjpuuqifeiynoaz 138029 1726888073.73503: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888073.73516: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888073.73535: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888073.73554: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888073.73580: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888073.73593: stderr chunk (state=1): >>>debug2: match not found <<< 138029 1726888073.73609: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888073.73641: stderr chunk (state=1): >>>debug1: configuration requests final Match pass <<< 138029 1726888073.73667: stderr chunk (state=1): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888073.73709: stderr chunk (state=1): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888073.73798: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888073.74174: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888073.74237: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888073.77135: stdout chunk (state=1): >>>BECOME-SUCCESS-zptkgybwxbooyeaxdfjpuuqifeiynoaz <<< 138029 1726888073.77139: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zptkgybwxbooyeaxdfjpuuqifeiynoaz' 138029 1726888073.77681: 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 <<< 138029 1726888073.77699: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888073.77710: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888073.77760: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888073.77904: stdout chunk (state=3): >>># 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 0x7f18503bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f185038ba10> <<< 138029 1726888073.77931: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888073.77936: 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 0x7f18503be930> <<< 138029 1726888073.77964: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888073.77978: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888073.77992: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888073.78008: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888073.78044: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888073.78136: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888073.78170: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888073.78191: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888073.78261: 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' <<< 138029 1726888073.78265: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888073.78362: 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 0x7f18503ccfe0> <<< 138029 1726888073.78409: 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 <<< 138029 1726888073.78415: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888073.78417: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18503cdfd0> <<< 138029 1726888073.78435: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888073.78457: 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. <<< 138029 1726888073.78829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888073.78832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888073.78866: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888073.78871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888073.78903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888073.78932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888073.78965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888073.79021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888073.79024: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18501abe60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888073.79054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888073.79079: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18501abef0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888073.79138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888073.79145: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888073.79205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888073.79223: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888073.79240: 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 0x7f18501e3860> <<< 138029 1726888073.79288: 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 0x7f18501e3ef0> <<< 138029 1726888073.79298: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888073.79347: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18501c3b30> <<< 138029 1726888073.79380: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888073.79384: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18501c1220> <<< 138029 1726888073.79505: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18501a9010> <<< 138029 1726888073.79527: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888073.79530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 138029 1726888073.79609: 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' <<< 138029 1726888073.79646: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850207800> <<< 138029 1726888073.79700: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850206450> <<< 138029 1726888073.79703: 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 0x7f18501c2210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850204bf0> <<< 138029 1726888073.79780: 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 0x7f1850238830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18501a8290> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888073.79921: 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 0x7f1850238ce0> <<< 138029 1726888073.79948: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850238b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1850238f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18501a6db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 <<< 138029 1726888073.79994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18502395b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18502392b0> import 'importlib.machinery' # <<< 138029 1726888073.80027: stdout chunk (state=3): >>> <<< 138029 1726888073.80048: 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 0x7f185023a480> <<< 138029 1726888073.80076: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888073.80090: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888073.80285: 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 0x7f1850254650> 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 0x7f1850255d90> # /usr/lib64/python3.12/__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 0x7f1850256c30> <<< 138029 1726888073.80336: 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 0x7f1850257290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850256180> <<< 138029 1726888073.80363: 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' <<< 138029 1726888073.80409: 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 0x7f1850257d10> <<< 138029 1726888073.80430: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850257440> <<< 138029 1726888073.80463: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f185023a4b0> <<< 138029 1726888073.80480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888073.80514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888073.80533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888073.80601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888073.80673: 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 0x7f184ff5fc50> # /usr/lib64/python3.12/__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 0x7f184ff88740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184ff884a0> <<< 138029 1726888073.80723: 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 0x7f184ff88770> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888073.80915: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888073.80918: 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 0x7f184ff890a0> <<< 138029 1726888073.81020: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888073.81183: 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 0x7f184ff89a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184ff88950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184ff5ddf0> <<< 138029 1726888073.81186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184ff8ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184ff89910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f185023ab70> <<< 138029 1726888073.81201: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888073.81271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888073.81285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888073.81315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888073.81345: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184ffb3170> <<< 138029 1726888073.81408: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888073.81432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888073.81460: 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' <<< 138029 1726888073.81517: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184ffdf530> <<< 138029 1726888073.81581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888073.81596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888073.81620: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888073.81739: 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 0x7f1850038350> <<< 138029 1726888073.81742: 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 <<< 138029 1726888073.81764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888073.81846: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f185003aab0> <<< 138029 1726888073.81994: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850038470> <<< 138029 1726888073.82041: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850005340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f925460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184ffde330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184ff8bd40> <<< 138029 1726888073.84154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888073.84176: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f184ffde690> <<< 138029 1726888073.86425: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_ats4g4z0/ansible_setup_payload.zip' <<< 138029 1726888073.86437: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.86538: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.86582: 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' <<< 138029 1726888073.86623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888073.86719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888073.86733: 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 0x7f184f98f200> import '_typing' # <<< 138029 1726888073.86927: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f96e0f0> <<< 138029 1726888073.86936: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f96d250> # zipimport: zlib available <<< 138029 1726888073.86972: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888073.86979: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.87001: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.87004: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.87023: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888073.87033: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.88436: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.89650: 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 0x7f184f98d4f0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888073.89731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888073.89969: 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 0x7f184f9beae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f9be870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f9be180> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888073.89974: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f9be5d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f98fe90> 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 0x7f184f9bf890> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f184f9bfad0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888073.90107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 138029 1726888073.90112: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f9bff50> 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' <<< 138029 1726888073.90195: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f829cd0> <<< 138029 1726888073.90199: 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 0x7f184f82b980> # /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' <<< 138029 1726888073.90321: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f830350> # /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' <<< 138029 1726888073.90365: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f8314c0> # /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' <<< 138029 1726888073.90462: 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 0x7f184f833f20> <<< 138029 1726888073.90560: 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 0x7f184f833e90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f8321e0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888073.90564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888073.90579: 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' <<< 138029 1726888073.90593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888073.90698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888073.90736: 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 0x7f184f837e00> <<< 138029 1726888073.90741: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888073.90802: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f8368d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f836630> <<< 138029 1726888073.90818: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888073.90832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888073.90918: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f836ba0> <<< 138029 1726888073.90963: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f8326f0> <<< 138029 1726888073.90978: 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 0x7f184f87ba40> <<< 138029 1726888073.91015: 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 0x7f184f87c1a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 138029 1726888073.91049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888073.91093: 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'<<< 138029 1726888073.91098: stdout chunk (state=3): >>> <<< 138029 1726888073.91113: 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 0x7f184f87dc70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f87da30> <<< 138029 1726888073.91135: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888073.91175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888073.91217: 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 0x7f184f880200> <<< 138029 1726888073.91238: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f87e330> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888073.91296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888073.91336: 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' <<< 138029 1726888073.91349: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888073.91391: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f883950> <<< 138029 1726888073.91491: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f880320> <<< 138029 1726888073.91573: 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 0x7f184f884740> <<< 138029 1726888073.91603: 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 0x7f184f8849e0> <<< 138029 1726888073.91648: 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 0x7f184f884cb0> <<< 138029 1726888073.91685: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f87c350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 138029 1726888073.91701: 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 <<< 138029 1726888073.91730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888073.91769: 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 0x7f184f710230> <<< 138029 1726888073.91910: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888073.91923: 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 0x7f184f7114f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f8869c0> <<< 138029 1726888073.91973: 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 0x7f184f887d70> <<< 138029 1726888073.92003: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f8865d0> # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888073.92027: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888073.92107: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.92192: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.92200: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.92215: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888073.92225: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.92245: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.92248: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888073.92266: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.92380: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.92507: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.93050: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.93588: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888073.93622: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 138029 1726888073.93625: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888073.93631: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888073.93650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888073.93709: 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 0x7f184f715640> <<< 138029 1726888073.93802: 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' <<< 138029 1726888073.93816: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f7164b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f711490> <<< 138029 1726888073.93875: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888073.93905: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 138029 1726888073.93930: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.94074: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.94236: 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 0x7f184f716180> <<< 138029 1726888073.94263: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.94712: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.95159: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.95229: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.95306: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888073.95315: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.95360: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.95384: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888073.95403: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.95474: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.95559: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888073.95569: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.95591: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888073.95604: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.95644: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.95686: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888073.95697: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.95934: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.96169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888073.96224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888073.96237: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888073.96300: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f717680> <<< 138029 1726888073.96308: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.96394: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.96480: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888073.96492: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888073.96510: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.96540: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.96590: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888073.96594: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.96648: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.96688: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.96744: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.96813: 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 <<< 138029 1726888073.96852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888073.96932: 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 0x7f184f7221e0> <<< 138029 1726888073.96965: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f71cf80> <<< 138029 1726888073.97001: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888073.97016: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888073.97060: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.97122: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.97159: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.97206: 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' <<< 138029 1726888073.97233: 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 <<< 138029 1726888073.97247: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888073.97296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888073.97330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888073.97362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888073.97378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888073.97419: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f80aa20> <<< 138029 1726888073.97465: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f9ee6f0> <<< 138029 1726888073.97551: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f721fa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f714530> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888073.97575: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.97611: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.97622: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888073.97699: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888073.97740: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888073.97743: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888073.97786: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.97877: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.97886: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.97908: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.97953: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.97998: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.98025: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.98067: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 138029 1726888073.98073: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.98144: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.98211: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.98242: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.98282: 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 <<< 138029 1726888073.98330: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 138029 1726888073.98364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888073.98419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888073.98435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888073.98483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888073.98508: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888073.98522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888073.98551: 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' <<< 138029 1726888073.98558: stdout chunk (state=3): >>>import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f184f3ca8d0> <<< 138029 1726888073.98583: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f3c9d00> <<< 138029 1726888073.98648: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f3c86e0> <<< 138029 1726888073.98867: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f7b2780> <<< 138029 1726888073.98927: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f7b06e0> <<< 138029 1726888073.98946: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 138029 1726888073.98951: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.99139: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.99313: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.99358: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888073.99409: 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' <<< 138029 1726888073.99432: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 138029 1726888073.99451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 138029 1726888073.99476: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 138029 1726888073.99491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 138029 1726888073.99503: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f7997c0> <<< 138029 1726888073.99527: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 138029 1726888073.99549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 138029 1726888073.99573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888073.99613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888073.99639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888073.99644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 138029 1726888073.99663: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f418cb0> <<< 138029 1726888073.99689: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888073.99708: 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 0x7f184f418fe0> <<< 138029 1726888073.99756: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f408680> <<< 138029 1726888073.99775: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f3dbaa0> <<< 138029 1726888073.99804: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f7b1850> <<< 138029 1726888073.99829: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f7b0bf0> <<< 138029 1726888073.99851: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 138029 1726888073.99874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 138029 1726888073.99904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 138029 1726888073.99921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 138029 1726888073.99953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 138029 1726888073.99985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 138029 1726888073.99990: 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 0x7f184f41bb90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f41b440> <<< 138029 1726888074.00014: 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 0x7f184f41b620> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f41a8a0> <<< 138029 1726888074.00070: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 138029 1726888074.00086: 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 0x7f184f41bd70> <<< 138029 1726888074.00105: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 138029 1726888074.00161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888074.00209: 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 0x7f184f23a930> <<< 138029 1726888074.00216: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f238920> <<< 138029 1726888074.00275: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f7b0bc0> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 138029 1726888074.00284: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888074.00308: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 138029 1726888074.00365: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.00426: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 138029 1726888074.00481: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.00671: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available <<< 138029 1726888074.00674: 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 <<< 138029 1726888074.00703: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.00751: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 138029 1726888074.00760: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.00805: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.00849: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 138029 1726888074.00857: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.00915: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.00974: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.01032: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.01090: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 138029 1726888074.01104: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 138029 1726888074.01117: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.01620: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.02068: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 138029 1726888074.02077: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.02130: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.02185: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.02219: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.02251: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 138029 1726888074.02267: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 138029 1726888074.02274: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.02306: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.02328: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 138029 1726888074.02346: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.02403: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.02464: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 138029 1726888074.02470: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.02507: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.02527: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 138029 1726888074.02546: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.02584: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.02617: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 138029 1726888074.02698: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.02787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888074.02808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888074.02824: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f23ad80> <<< 138029 1726888074.02849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888074.02873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888074.02996: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f23b7d0> <<< 138029 1726888074.03012: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 138029 1726888074.03076: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.03145: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 138029 1726888074.03148: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.03265: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.03343: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 138029 1726888074.03363: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.03420: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.03498: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 138029 1726888074.03505: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.03548: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.03599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888074.03657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888074.03724: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888074.03786: 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 0x7f184f27acc0> <<< 138029 1726888074.03968: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f264dd0> <<< 138029 1726888074.03988: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 138029 1726888074.04050: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.04099: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 138029 1726888074.04105: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.04206: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.04281: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.04400: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.04545: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888074.04580: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 138029 1726888074.04609: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.04670: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 138029 1726888074.04674: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.04718: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.04801: 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' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888074.04830: 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 0x7f184f28e8d0> <<< 138029 1726888074.04866: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f28e810> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 138029 1726888074.04920: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.04967: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 138029 1726888074.05115: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.05282: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 138029 1726888074.05400: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.05492: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.05533: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.05585: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 138029 1726888074.05605: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available <<< 138029 1726888074.05634: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.05650: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.05791: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.05994: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 138029 1726888074.06113: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.06273: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 138029 1726888074.06278: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.06371: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.06873: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.07381: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 138029 1726888074.07389: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 138029 1726888074.07464: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.07517: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.07604: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 138029 1726888074.07611: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.07750: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.07841: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 138029 1726888074.07997: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.08191: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available <<< 138029 1726888074.08219: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 138029 1726888074.08266: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.08306: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 138029 1726888074.08409: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.08500: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.08699: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.08910: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 138029 1726888074.08931: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 138029 1726888074.08959: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.09000: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 138029 1726888074.09004: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.09042: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.09066: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 138029 1726888074.09073: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.09141: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.09211: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 138029 1726888074.09218: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.09247: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.09271: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 138029 1726888074.09286: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.09345: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.09404: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 138029 1726888074.09407: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.09490: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.09544: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 138029 1726888074.09559: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.09819: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10084: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 138029 1726888074.10094: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10170: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10231: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 138029 1726888074.10234: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10267: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10303: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 138029 1726888074.10310: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10361: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10397: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 138029 1726888074.10401: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10424: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10464: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 138029 1726888074.10488: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10550: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10626: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 138029 1726888074.10650: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10661: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10678: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 138029 1726888074.10724: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10765: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 138029 1726888074.10779: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10797: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10833: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10876: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10921: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.10994: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.11066: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 138029 1726888074.11082: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 138029 1726888074.11089: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.11144: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.11191: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 138029 1726888074.11198: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.11398: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.11589: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 138029 1726888074.11601: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.11651: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.11713: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 138029 1726888074.11717: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.11773: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.11805: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 138029 1726888074.11823: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.11894: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.11996: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 138029 1726888074.11999: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 138029 1726888074.12002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.12089: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.12195: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 138029 1726888074.12199: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 138029 1726888074.12265: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888074.30128: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 138029 1726888074.30148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 138029 1726888074.32495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 138029 1726888074.32499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 138029 1726888074.33317: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888074.33329: 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 0x7f184f2bb8c0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f2ba540> <<< 138029 1726888074.33480: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f2b93a0> <<< 138029 1726888078.91026: 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'<<< 138029 1726888078.91072: stdout chunk (state=3): >>> <<< 138029 1726888078.91092: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f30c080> <<< 138029 1726888078.91149: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 138029 1726888078.91204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc'<<< 138029 1726888078.91254: stdout chunk (state=3): >>> import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f30d4c0><<< 138029 1726888078.91275: stdout chunk (state=3): >>> <<< 138029 1726888078.91346: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py<<< 138029 1726888078.91382: stdout chunk (state=3): >>> <<< 138029 1726888078.91398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888078.91436: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py<<< 138029 1726888078.91467: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc'<<< 138029 1726888078.91497: stdout chunk (state=3): >>> import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f30e720> <<< 138029 1726888078.91534: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f30e2d0><<< 138029 1726888078.91564: stdout chunk (state=3): >>> <<< 138029 1726888078.92240: 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 <<< 138029 1726888078.92333: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame<<< 138029 1726888078.92379: stdout chunk (state=3): >>> PyThreadState_Clear: warning: thread still has a frame<<< 138029 1726888078.92409: stdout chunk (state=3): >>> PyThreadState_Clear: warning: thread still has a frame <<< 138029 1726888078.92434: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame <<< 138029 1726888078.92463: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame<<< 138029 1726888078.92482: stdout chunk (state=3): >>> <<< 138029 1726888078.93999: 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 <<< 138029 1726888078.95026: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame <<< 138029 1726888078.95034: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame<<< 138029 1726888078.95063: stdout chunk (state=3): >>> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame <<< 138029 1726888079.13022: stdout chunk (state=3): >>> {"ansible_facts": {"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_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_apparmor": {"status": "disabled"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgaXbXgtqkUKAAhPMnt5dXmeUF7nJ02ARiRKfwKQTJzeTwr1MfTYI8NRIWwMPZAZ0wAGu00OqnG/T5qCwRWVOzX6zjFSMAdPNRNgOeMk6EXH+Q4DlLpEe9KpYwVV8ko3AJnWqGNTXGPTf1X2mk1qXY6cNHSjWeBOjG5pHe7KDnpuurK0vK6lws1a7tYCWgX2pHS/4fGny8/zHBe7TPMZloAWWauADgOJh7ylUVyLB/t2mC+SN9196Lgo/YOcjlN1o3q99delRQRDjOu+lEPbpOjr68SsXxFhdC4Bdv4wI3L59QXcTthm1YQqv58+Z6drTBXggQ2vYRl0wTe1bm8yUFoTW/MyWu/RgQpEx6BROKqdJ2Sk4/wIs9iaAVkIXuL3AqeRH+yKnX61BD8KUAcmpvKY2qRWeAQeLAXgErnSIOx4uCnwhpa1KdotAyoSIwqQLXxUnIABjJTAiu524S34IL5KzSaHDwVK8Nb6rCxJ1nOQHrOxESdktMBEI/e38rCM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMj7VGFHxH15xJGRbPiNxWM9Lgtpv9mtP3FNQfDKJ9Y//zNvmlepo0juzrtKs7BLDxcCHjy9ABXXOjmShXf+W1Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDvAJIl5WBr3mku08nEoMcB4Ke1m66lfx9q041INn0pS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system<<< 138029 1726888079.13076: stdout chunk (state=3): >>>": "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-13-126.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-126", "ansible_nodename": "ip-10-31-13-126.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": "ec2c1e05607ea8c677cfede1e7717817", "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": 2.96337890625, "5m": 1.4169921875, "15m": 0.9814453125}, "ansible_lsb": {}, "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:f5:b8:cd:77", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.126", "broadc<<< 138029 1726888079.13390: stdout chunk (state=3): >>>ast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:f5ff:feb8:cd77", "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.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:f5:b8:cd:77", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.126"], "ansible_all_ipv6_addresses": ["fe80::8ff:f5ff:feb8:cd77"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.13.126", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:f5ff:feb8:cd77"]}, "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_fips": false, "ansible_is_chroot": false, "ansible_iscsi_iqn": "", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 71, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3460, "free": 71}, "nocache": {"free": 3266, "used": 265}, "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": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_uuid": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"dm-1": {"virtual": 1, "links": {"ids": ["dm-name-vg1-Lv2", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2jU3gpqOlwIzUjMf1w99QpmN2EFhJaHwi"], "uuids": ["4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "6291456", "sectorsize": "512", "size": "3.00 GB", "host": "", "holders": []}, "sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405361863860d5e48418be83fcaa", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e62d59e3c9874d249d42dc8ab", "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": []}, "md127": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-m11PLp-D1kU-fKW1-CJLS-VwSi-TwYH-HGer37", "md-name-vg1-1", "md-uuid-346697d2:67592c68:c45ed901:d57a6ae2"], "uuids": [], "labels": [], "masters": ["dm-0", "dm-1", "dm-2"]}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "20938496", "sectorsize": "512", "size": "9.98 GB", "host": "", "holders": ["vg1-Lv2", "vg1-lv1", "vg1-Lv3"]}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058a363ffc6f08416ab8803273f", "partitions": {"sdb1": {"links": {"ids": ["scsi-360014058a363ffc6f08416ab8803273f-part1", "wwn-0x60014058a363ffc6f08416ab8803273f-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058b79867c9b8145889bafb2719", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "dm-2": {"virtual": 1, "links": {"ids": ["dm-name-vg1-lv1", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2E8I21JgWFsNAs8jh2OtRen6QX0e1FCZP"], "uuids": ["ac246704-920b-4020-af6e-f443534e195b"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "4194304", "sectorsize": "512", "size": "2.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405d1e5ed45e3fc4db1bfbf9dc53", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-vg1-Lv3", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2zTg5gkusrWsJtycdC6LdCeiCnzWR2Nct"], "uuids": ["9fcf588e-8176-4062-961f-60e5b7b5d8c2"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "6291456", "sectorsize": "512", "size": "3.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014056e624c619c4a462480b612020", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140542bdc97f3b374faf97ca93f63", "partitions": {"sdc1": {"links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63-part1", "wwn-0x600140542bdc97f3b374faf97ca93f63-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140524f7725488c5405781ded0670", "partitions": {"sda1": {"links": {"ids": ["scsi-3600140524f7725488c5405781ded0670-part1", "wwn-0x600140524f7725488c5405781ded0670-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014057cb70d4b5d0e4c9395f78773e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sdb": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "sda": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "sdc": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "sdd": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "sde": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "sdf": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "sdg": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "sdh": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "sdi": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "sdc1": ["scsi-3600140542bdc97f3b374faf97ca93f63-part1", "wwn-0x600140542bdc97f3b374faf97ca93f63-part1"], "sdb1": ["scsi-360014058a363ffc6f08416ab8803273f-part1", "wwn-0x60014058a363ffc6f08416ab8803273f-part1"], "sda1": ["scsi-3600140524f7725488c5405781ded0670-part1", "wwn-0x600140524f7725488c5405781ded0670-part1"], "md127": ["lvm-pv-uuid-m11PLp-D1kU-fKW1-CJLS-VwSi-TwYH-HGer37", "md-name-vg1-1", "md-uuid-346697d2:67592c68:c45ed901:d57a6ae2"], "dm-0": ["dm-name-vg1-Lv3", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2zTg5gkusrWsJtycdC6LdCeiCnzWR2Nct"], "dm-1": ["dm-name-vg1-Lv2", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2jU3gpqOlwIzUjMf1w99QpmN2EFhJaHwi"], "dm-2": ["dm-name-vg1-lv1", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2E8I21JgWFsNAs8jh2OtRen6QX0e1FCZP"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "dm-0": ["9fcf588e-8176-4062-961f-60e5b7b5d8c2"], "dm-1": ["4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"], "dm-2": ["ac246704-920b-4020-af6e-f443534e195b"]}, "labels": {}, "masters": {"md127": ["dm-0", "dm-1", "dm-2"], "sdc1": ["md127"], "sdb1": ["md127"], "sda1": ["md127"]}}, "ansible_uptime_seconds": 3523, "ansible_lvm": {"lvs": {"Lv2": {"size_g": "3.00", "vg": "vg1"}, "Lv3": {"size_g": "3.00", "vg": "vg1"}, "lv1": {"size_g": "2.00", "vg": "vg1"}}, "vgs": {"vg1": {"size_g": "9.97", "free_g": "1.97", "num_lvs": "3", "num_pvs": "1"}}, "pvs": {"/dev/md127": {"size_g": "9.97", "free_g": "1.97", "vg": "vg1"}}}, "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": 256261029888, "block_size": 4096, "block_total": 65519099, "block_available": 62563728, "block_used": 2955371, "inode_total": 131070960, "inode_available": 131027009, "inode_used": 43951, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/test1", "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 2080374784, "size_available": 2006659072, "block_size": 4096, "block_total": 507904, "block_available": 489907, "block_used": 17997, "inode_total": 1048576, "inode_available": 1048573, "inode_used": 3, "uuid": "ac246704-920b-4020-af6e-f443534e195b"}, {"mount": "/opt/test2", "device": "/dev/mapper/vg1-Lv2", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 3154116608, "size_available": 3059822592, "block_size": 4096, "block_total": 770048, "block_available": 747027, "block_used": 23021, "inode_total": 1572864, "inode_available": 1572861, "inode_used": 3, "uuid": "4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"}, {"mount": "/opt/test3", "device": "/dev/mapper/vg1-Lv3", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 3154116608, "size_available": 3059822592, "block_size": 4096, "block_total": 770048, "block_available": 747027, "block_used": 23021, "inode_total": 1572864, "inode_available": 1572861, "inode_used": 3, "uuid": "9fcf588e-8176-4062-961f-60e5b7b5d8c2"}], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "07", "second": "59", "epoch": "1726888079", "epoch_int": "1726888079", "date": "2024-09-20", "time": "23:07:59", "iso8601_micro": "2024-09-21T03:07:59.117895Z", "iso8601": "2024-09-21T03:07:59Z", "iso8601_basic": "20240920T230759117895", "iso8601_basic_short": "20240920T230759", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-zptkgybwxbooyeaxdfjpuuqifeiynoaz ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888073.5944757-140126-56294768044188/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_service_mgr": "systemd", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_local": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 138029 1726888079.14301: 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 <<< 138029 1726888079.14323: stdout chunk (state=3): >>># cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # 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 <<< 138029 1726888079.14366: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr <<< 138029 1726888079.14403: stdout chunk (state=3): >>># 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 <<< 138029 1726888079.14842: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888079.14898: stdout chunk (state=3): >>># destroy _bz2 <<< 138029 1726888079.14912: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888079.14941: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888079.14988: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888079.15001: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib<<< 138029 1726888079.15040: stdout chunk (state=3): >>> # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale <<< 138029 1726888079.15075: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal # destroy _posixsubprocess <<< 138029 1726888079.15095: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888079.15119: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888079.15133: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 138029 1726888079.15180: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 138029 1726888079.15211: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle <<< 138029 1726888079.15246: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 138029 1726888079.15278: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 <<< 138029 1726888079.15294: stdout chunk (state=3): >>># destroy _ssl <<< 138029 1726888079.15333: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json <<< 138029 1726888079.15407: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 138029 1726888079.15410: stdout chunk (state=3): >>># destroy glob <<< 138029 1726888079.15425: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 138029 1726888079.15512: stdout chunk (state=3): >>># destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 138029 1726888079.15516: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser <<< 138029 1726888079.15574: 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 <<< 138029 1726888079.15599: 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 # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing <<< 138029 1726888079.15669: 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 <<< 138029 1726888079.15675: 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 <<< 138029 1726888079.15710: 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 <<< 138029 1726888079.15748: stdout chunk (state=3): >>># 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 <<< 138029 1726888079.15762: 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 <<< 138029 1726888079.15936: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888079.15994: stdout chunk (state=3): >>># destroy platform <<< 138029 1726888079.16013: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888079.16070: 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 <<< 138029 1726888079.16074: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 138029 1726888079.16107: 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 <<< 138029 1726888079.16152: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888079.16236: 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 <<< 138029 1726888079.16267: 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 <<< 138029 1726888079.16294: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888079.16351: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc <<< 138029 1726888079.16354: stdout chunk (state=3): >>># destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888079.16375: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888079.17161: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888079.17166: stdout chunk (state=3): >>><<< 138029 1726888079.17169: stderr chunk (state=3): >>><<< 138029 1726888079.17239: _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 0x7f18503bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f185038ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18503be930> 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 0x7f18503ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f18503cdfd0> 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 0x7f18501abe60> # /usr/lib64/python3.12/__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 0x7f18501abef0> # /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 0x7f18501e3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18501e3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18501c3b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18501c1220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18501a9010> # /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 0x7f1850207800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850206450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18501c2210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850204bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850238830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18501a8290> # /usr/lib64/python3.12/__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 0x7f1850238ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850238b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1850238f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18501a6db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f18502395b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f18502392b0> 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 0x7f185023a480> 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 0x7f1850254650> 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 0x7f1850255d90> # /usr/lib64/python3.12/__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 0x7f1850256c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1850257290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850256180> # /usr/lib64/python3.12/__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 0x7f1850257d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850257440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f185023a4b0> # /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 0x7f184ff5fc50> # /usr/lib64/python3.12/__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 0x7f184ff88740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184ff884a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f184ff88770> # /usr/lib64/python3.12/__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 0x7f184ff890a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f184ff89a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184ff88950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184ff5ddf0> # /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 0x7f184ff8ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184ff89910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f185023ab70> # /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 0x7f184ffb3170> # /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 0x7f184ffdf530> # /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 0x7f1850038350> # /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 0x7f185003aab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850038470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1850005340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f925460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184ffde330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184ff8bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f184ffde690> # zipimport: found 103 names in '/tmp/ansible_setup_payload_ats4g4z0/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 0x7f184f98f200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f96e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f96d250> # 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 0x7f184f98d4f0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f184f9beae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f9be870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f9be180> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f184f9be5d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f98fe90> 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 0x7f184f9bf890> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f184f9bfad0> # /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 0x7f184f9bff50> 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 0x7f184f829cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f184f82b980> # /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 0x7f184f830350> # /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 0x7f184f8314c0> # /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 0x7f184f833f20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f184f833e90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f8321e0> # /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 0x7f184f837e00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f8368d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f836630> # /usr/lib64/python3.12/__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 0x7f184f836ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f8326f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f184f87ba40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f87c1a0> # /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 0x7f184f87dc70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f87da30> # /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 0x7f184f880200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f87e330> # /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 0x7f184f883950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f880320> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f184f884740> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f184f8849e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f184f884cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f87c350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f184f710230> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f184f7114f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f8869c0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f184f887d70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f8865d0> # 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 0x7f184f715640> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f184f7164b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f711490> 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 0x7f184f716180> # 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 0x7f184f717680> # 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 0x7f184f7221e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f71cf80> 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 0x7f184f80aa20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f9ee6f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f721fa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f714530> # 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 0x7f184f3ca8d0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f3c9d00> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f3c86e0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f7b2780> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f7b06e0> 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 0x7f184f7997c0> # /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 0x7f184f418cb0> # 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 0x7f184f418fe0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f408680> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f3dbaa0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f7b1850> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f7b0bf0> # /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 0x7f184f41bb90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f41b440> # 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 0x7f184f41b620> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f41a8a0> # /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 0x7f184f41bd70> # /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 0x7f184f23a930> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f238920> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f7b0bc0> 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 0x7f184f23ad80> # /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 0x7f184f23b7d0> 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 0x7f184f27acc0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f264dd0> 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 0x7f184f28e8d0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f28e810> 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 0x7f184f2bb8c0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f2ba540> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f2b93a0> # /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 0x7f184f30c080> # /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 0x7f184f30d4c0> # /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 0x7f184f30e720> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f184f30e2d0> 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 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_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_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_apparmor": {"status": "disabled"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgaXbXgtqkUKAAhPMnt5dXmeUF7nJ02ARiRKfwKQTJzeTwr1MfTYI8NRIWwMPZAZ0wAGu00OqnG/T5qCwRWVOzX6zjFSMAdPNRNgOeMk6EXH+Q4DlLpEe9KpYwVV8ko3AJnWqGNTXGPTf1X2mk1qXY6cNHSjWeBOjG5pHe7KDnpuurK0vK6lws1a7tYCWgX2pHS/4fGny8/zHBe7TPMZloAWWauADgOJh7ylUVyLB/t2mC+SN9196Lgo/YOcjlN1o3q99delRQRDjOu+lEPbpOjr68SsXxFhdC4Bdv4wI3L59QXcTthm1YQqv58+Z6drTBXggQ2vYRl0wTe1bm8yUFoTW/MyWu/RgQpEx6BROKqdJ2Sk4/wIs9iaAVkIXuL3AqeRH+yKnX61BD8KUAcmpvKY2qRWeAQeLAXgErnSIOx4uCnwhpa1KdotAyoSIwqQLXxUnIABjJTAiu524S34IL5KzSaHDwVK8Nb6rCxJ1nOQHrOxESdktMBEI/e38rCM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMj7VGFHxH15xJGRbPiNxWM9Lgtpv9mtP3FNQfDKJ9Y//zNvmlepo0juzrtKs7BLDxcCHjy9ABXXOjmShXf+W1Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDvAJIl5WBr3mku08nEoMcB4Ke1m66lfx9q041INn0pS", "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-13-126.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-126", "ansible_nodename": "ip-10-31-13-126.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": "ec2c1e05607ea8c677cfede1e7717817", "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": 2.96337890625, "5m": 1.4169921875, "15m": 0.9814453125}, "ansible_lsb": {}, "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:f5:b8:cd:77", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:f5ff:feb8:cd77", "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.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:f5:b8:cd:77", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.126"], "ansible_all_ipv6_addresses": ["fe80::8ff:f5ff:feb8:cd77"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.13.126", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:f5ff:feb8:cd77"]}, "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_fips": false, "ansible_is_chroot": false, "ansible_iscsi_iqn": "", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 71, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3460, "free": 71}, "nocache": {"free": 3266, "used": 265}, "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": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_uuid": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"dm-1": {"virtual": 1, "links": {"ids": ["dm-name-vg1-Lv2", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2jU3gpqOlwIzUjMf1w99QpmN2EFhJaHwi"], "uuids": ["4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "6291456", "sectorsize": "512", "size": "3.00 GB", "host": "", "holders": []}, "sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405361863860d5e48418be83fcaa", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e62d59e3c9874d249d42dc8ab", "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": []}, "md127": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-m11PLp-D1kU-fKW1-CJLS-VwSi-TwYH-HGer37", "md-name-vg1-1", "md-uuid-346697d2:67592c68:c45ed901:d57a6ae2"], "uuids": [], "labels": [], "masters": ["dm-0", "dm-1", "dm-2"]}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "20938496", "sectorsize": "512", "size": "9.98 GB", "host": "", "holders": ["vg1-Lv2", "vg1-lv1", "vg1-Lv3"]}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058a363ffc6f08416ab8803273f", "partitions": {"sdb1": {"links": {"ids": ["scsi-360014058a363ffc6f08416ab8803273f-part1", "wwn-0x60014058a363ffc6f08416ab8803273f-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058b79867c9b8145889bafb2719", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "dm-2": {"virtual": 1, "links": {"ids": ["dm-name-vg1-lv1", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2E8I21JgWFsNAs8jh2OtRen6QX0e1FCZP"], "uuids": ["ac246704-920b-4020-af6e-f443534e195b"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "4194304", "sectorsize": "512", "size": "2.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405d1e5ed45e3fc4db1bfbf9dc53", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-vg1-Lv3", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2zTg5gkusrWsJtycdC6LdCeiCnzWR2Nct"], "uuids": ["9fcf588e-8176-4062-961f-60e5b7b5d8c2"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "6291456", "sectorsize": "512", "size": "3.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014056e624c619c4a462480b612020", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140542bdc97f3b374faf97ca93f63", "partitions": {"sdc1": {"links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63-part1", "wwn-0x600140542bdc97f3b374faf97ca93f63-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140524f7725488c5405781ded0670", "partitions": {"sda1": {"links": {"ids": ["scsi-3600140524f7725488c5405781ded0670-part1", "wwn-0x600140524f7725488c5405781ded0670-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014057cb70d4b5d0e4c9395f78773e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sdb": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "sda": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "sdc": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "sdd": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "sde": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "sdf": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "sdg": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "sdh": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "sdi": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "sdc1": ["scsi-3600140542bdc97f3b374faf97ca93f63-part1", "wwn-0x600140542bdc97f3b374faf97ca93f63-part1"], "sdb1": ["scsi-360014058a363ffc6f08416ab8803273f-part1", "wwn-0x60014058a363ffc6f08416ab8803273f-part1"], "sda1": ["scsi-3600140524f7725488c5405781ded0670-part1", "wwn-0x600140524f7725488c5405781ded0670-part1"], "md127": ["lvm-pv-uuid-m11PLp-D1kU-fKW1-CJLS-VwSi-TwYH-HGer37", "md-name-vg1-1", "md-uuid-346697d2:67592c68:c45ed901:d57a6ae2"], "dm-0": ["dm-name-vg1-Lv3", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2zTg5gkusrWsJtycdC6LdCeiCnzWR2Nct"], "dm-1": ["dm-name-vg1-Lv2", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2jU3gpqOlwIzUjMf1w99QpmN2EFhJaHwi"], "dm-2": ["dm-name-vg1-lv1", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2E8I21JgWFsNAs8jh2OtRen6QX0e1FCZP"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "dm-0": ["9fcf588e-8176-4062-961f-60e5b7b5d8c2"], "dm-1": ["4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"], "dm-2": ["ac246704-920b-4020-af6e-f443534e195b"]}, "labels": {}, "masters": {"md127": ["dm-0", "dm-1", "dm-2"], "sdc1": ["md127"], "sdb1": ["md127"], "sda1": ["md127"]}}, "ansible_uptime_seconds": 3523, "ansible_lvm": {"lvs": {"Lv2": {"size_g": "3.00", "vg": "vg1"}, "Lv3": {"size_g": "3.00", "vg": "vg1"}, "lv1": {"size_g": "2.00", "vg": "vg1"}}, "vgs": {"vg1": {"size_g": "9.97", "free_g": "1.97", "num_lvs": "3", "num_pvs": "1"}}, "pvs": {"/dev/md127": {"size_g": "9.97", "free_g": "1.97", "vg": "vg1"}}}, "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": 256261029888, "block_size": 4096, "block_total": 65519099, "block_available": 62563728, "block_used": 2955371, "inode_total": 131070960, "inode_available": 131027009, "inode_used": 43951, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/test1", "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 2080374784, "size_available": 2006659072, "block_size": 4096, "block_total": 507904, "block_available": 489907, "block_used": 17997, "inode_total": 1048576, "inode_available": 1048573, "inode_used": 3, "uuid": "ac246704-920b-4020-af6e-f443534e195b"}, {"mount": "/opt/test2", "device": "/dev/mapper/vg1-Lv2", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 3154116608, "size_available": 3059822592, "block_size": 4096, "block_total": 770048, "block_available": 747027, "block_used": 23021, "inode_total": 1572864, "inode_available": 1572861, "inode_used": 3, "uuid": "4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"}, {"mount": "/opt/test3", "device": "/dev/mapper/vg1-Lv3", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 3154116608, "size_available": 3059822592, "block_size": 4096, "block_total": 770048, "block_available": 747027, "block_used": 23021, "inode_total": 1572864, "inode_available": 1572861, "inode_used": 3, "uuid": "9fcf588e-8176-4062-961f-60e5b7b5d8c2"}], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "07", "second": "59", "epoch": "1726888079", "epoch_int": "1726888079", "date": "2024-09-20", "time": "23:07:59", "iso8601_micro": "2024-09-21T03:07:59.117895Z", "iso8601": "2024-09-21T03:07:59Z", "iso8601_basic": "20240920T230759117895", "iso8601_basic_short": "20240920T230759", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-zptkgybwxbooyeaxdfjpuuqifeiynoaz ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888073.5944757-140126-56294768044188/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_service_mgr": "systemd", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_local": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888079.18941: 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-1726888073.5944757-140126-56294768044188/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888079.18945: _low_level_execute_command(): starting 138029 1726888079.18947: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888073.5944757-140126-56294768044188/ > /dev/null 2>&1 && sleep 0' 138029 1726888079.19572: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888079.19576: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888079.19593: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888079.19611: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888079.19632: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888079.19712: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888079.21651: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888079.21654: stdout chunk (state=3): >>><<< 138029 1726888079.21672: stderr chunk (state=3): >>><<< 138029 1726888079.21687: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888079.21694: handler run complete 138029 1726888079.21983: variable 'ansible_facts' from source: unknown 138029 1726888079.22364: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888079.22934: variable 'ansible_facts' from source: unknown 138029 1726888079.23076: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888079.23315: attempt loop complete, returning result 138029 1726888079.23321: _execute() done 138029 1726888079.23324: dumping result to json 138029 1726888079.23383: done dumping result, returning 138029 1726888079.23393: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-5a58-73a2-000000000314] 138029 1726888079.23397: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000314 138029 1726888079.23946: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000314 138029 1726888079.23950: WORKER PROCESS EXITING ok: [managed_node3] 138029 1726888079.24533: no more pending results, returning what we have 138029 1726888079.24535: results queue empty 138029 1726888079.24536: checking for any_errors_fatal 138029 1726888079.24543: done checking for any_errors_fatal 138029 1726888079.24544: checking for max_fail_percentage 138029 1726888079.24545: done checking for max_fail_percentage 138029 1726888079.24546: checking to see if all hosts have failed and the running result is not ok 138029 1726888079.24547: done checking to see if all hosts have failed 138029 1726888079.24548: getting the remaining hosts for this loop 138029 1726888079.24549: done getting the remaining hosts for this loop 138029 1726888079.24552: getting the next task for host managed_node3 138029 1726888079.24563: done getting next task for host managed_node3 138029 1726888079.24569: ^ task is: TASK: meta (role_complete) 138029 1726888079.24572: ^ 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 138029 1726888079.24583: getting variables 138029 1726888079.24584: in VariableManager get_vars() 138029 1726888079.24610: Calling all_inventory to load vars for managed_node3 138029 1726888079.24613: Calling groups_inventory to load vars for managed_node3 138029 1726888079.24615: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888079.24623: Calling all_plugins_play to load vars for managed_node3 138029 1726888079.24626: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888079.24629: Calling groups_plugins_play to load vars for managed_node3 138029 1726888079.25186: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888079.25887: done with get_vars() 138029 1726888079.25902: done getting variables 138029 1726888079.25984: done queuing things up, now waiting for results queue to drain 138029 1726888079.25986: results queue empty 138029 1726888079.25987: checking for any_errors_fatal 138029 1726888079.25990: done checking for any_errors_fatal 138029 1726888079.25991: checking for max_fail_percentage 138029 1726888079.25992: done checking for max_fail_percentage 138029 1726888079.25993: checking to see if all hosts have failed and the running result is not ok 138029 1726888079.25993: done checking to see if all hosts have failed 138029 1726888079.25994: getting the remaining hosts for this loop 138029 1726888079.25995: done getting the remaining hosts for this loop 138029 1726888079.25997: getting the next task for host managed_node3 138029 1726888079.26001: done getting next task for host managed_node3 138029 1726888079.26003: ^ task is: TASK: Verify role results 138029 1726888079.26009: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888079.26012: getting variables 138029 1726888079.26013: in VariableManager get_vars() 138029 1726888079.26022: Calling all_inventory to load vars for managed_node3 138029 1726888079.26024: Calling groups_inventory to load vars for managed_node3 138029 1726888079.26026: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888079.26030: Calling all_plugins_play to load vars for managed_node3 138029 1726888079.26033: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888079.26035: Calling groups_plugins_play to load vars for managed_node3 138029 1726888079.26689: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888079.27358: done with get_vars() 138029 1726888079.27370: done getting variables TASK [Verify role results] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:61 Friday 20 September 2024 23:07:59 -0400 (0:00:05.727) 0:01:31.997 ****** 138029 1726888079.27442: entering _queue_task() for managed_node3/include_tasks 138029 1726888079.27843: worker is 1 (out of 1 available) 138029 1726888079.27856: exiting _queue_task() for managed_node3/include_tasks 138029 1726888079.27866: done queuing things up, now waiting for results queue to drain 138029 1726888079.27868: waiting for pending results... 138029 1726888079.28276: running TaskExecutor() for managed_node3/TASK: Verify role results 138029 1726888079.28280: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000000a 138029 1726888079.28284: variable 'ansible_search_path' from source: unknown 138029 1726888079.28286: calling self._execute() 138029 1726888079.28290: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888079.28299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888079.28314: variable 'omit' from source: magic vars 138029 1726888079.28433: _execute() done 138029 1726888079.28437: dumping result to json 138029 1726888079.28440: done dumping result, returning 138029 1726888079.28443: done running TaskExecutor() for managed_node3/TASK: Verify role results [0affc8a3-6f6f-5a58-73a2-00000000000a] 138029 1726888079.28451: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000000a 138029 1726888079.28696: no more pending results, returning what we have 138029 1726888079.28701: in VariableManager get_vars() 138029 1726888079.28729: Calling all_inventory to load vars for managed_node3 138029 1726888079.28732: Calling groups_inventory to load vars for managed_node3 138029 1726888079.28734: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888079.28743: Calling all_plugins_play to load vars for managed_node3 138029 1726888079.28746: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888079.28748: Calling groups_plugins_play to load vars for managed_node3 138029 1726888079.29268: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000000a 138029 1726888079.29272: WORKER PROCESS EXITING 138029 1726888079.29390: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888079.30031: done with get_vars() 138029 1726888079.30041: variable 'ansible_search_path' from source: unknown 138029 1726888079.30054: we have included files to process 138029 1726888079.30056: generating all_blocks data 138029 1726888079.30058: done generating all_blocks data 138029 1726888079.30067: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 138029 1726888079.30068: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 138029 1726888079.30070: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 138029 1726888079.30806: in VariableManager get_vars() 138029 1726888079.30824: done with get_vars() 138029 1726888079.30868: in VariableManager get_vars() 138029 1726888079.30885: done with get_vars() 138029 1726888079.30974: done processing included file 138029 1726888079.30976: iterating over new_blocks loaded from include file 138029 1726888079.30978: in VariableManager get_vars() 138029 1726888079.30989: done with get_vars() 138029 1726888079.30991: filtering new block on tags 138029 1726888079.31098: done filtering new block on tags 138029 1726888079.31101: 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_node3 138029 1726888079.31106: extending task lists for all hosts with included blocks 138029 1726888079.31983: done extending task lists 138029 1726888079.31984: done processing included files 138029 1726888079.31985: results queue empty 138029 1726888079.31986: checking for any_errors_fatal 138029 1726888079.31987: done checking for any_errors_fatal 138029 1726888079.31988: checking for max_fail_percentage 138029 1726888079.31989: done checking for max_fail_percentage 138029 1726888079.31989: checking to see if all hosts have failed and the running result is not ok 138029 1726888079.31990: done checking to see if all hosts have failed 138029 1726888079.31991: getting the remaining hosts for this loop 138029 1726888079.31992: done getting the remaining hosts for this loop 138029 1726888079.31994: getting the next task for host managed_node3 138029 1726888079.31997: done getting next task for host managed_node3 138029 1726888079.31999: ^ task is: TASK: Print out pool information 138029 1726888079.32002: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888079.32004: getting variables 138029 1726888079.32005: in VariableManager get_vars() 138029 1726888079.32014: Calling all_inventory to load vars for managed_node3 138029 1726888079.32016: Calling groups_inventory to load vars for managed_node3 138029 1726888079.32018: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888079.32023: Calling all_plugins_play to load vars for managed_node3 138029 1726888079.32026: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888079.32028: Calling groups_plugins_play to load vars for managed_node3 138029 1726888079.32516: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888079.33187: done with get_vars() 138029 1726888079.33200: done getting variables 138029 1726888079.33237: 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:07:59 -0400 (0:00:00.058) 0:01:32.056 ****** 138029 1726888079.33267: entering _queue_task() for managed_node3/debug 138029 1726888079.33543: worker is 1 (out of 1 available) 138029 1726888079.33557: exiting _queue_task() for managed_node3/debug 138029 1726888079.33571: done queuing things up, now waiting for results queue to drain 138029 1726888079.33572: waiting for pending results... 138029 1726888079.33977: running TaskExecutor() for managed_node3/TASK: Print out pool information 138029 1726888079.33992: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000003aa 138029 1726888079.34012: variable 'ansible_search_path' from source: unknown 138029 1726888079.34053: calling self._execute() 138029 1726888079.34144: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888079.34160: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888079.34182: variable 'omit' from source: magic vars 138029 1726888079.34597: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888079.37001: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888079.37086: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888079.37133: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888079.37184: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888079.37223: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888079.37319: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888079.37398: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888079.37402: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888079.37444: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888079.37470: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888079.37612: variable '_storage_pools_list' from source: set_fact 138029 1726888079.37686: Evaluated conditional (_storage_pools_list | length > 0): True 138029 1726888079.37698: variable 'omit' from source: magic vars 138029 1726888079.37763: variable 'omit' from source: magic vars 138029 1726888079.37794: variable 'omit' from source: magic vars 138029 1726888079.37833: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888079.37870: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888079.37942: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888079.37946: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888079.37948: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888079.37951: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888079.37982: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888079.38016: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888079.38025: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888079.38034: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888079.38171: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888079.38183: Set connection var ansible_timeout to 10 138029 1726888079.38271: Set connection var ansible_pipelining to False 138029 1726888079.38274: Set connection var ansible_shell_type to sh 138029 1726888079.38276: Set connection var ansible_connection to ssh 138029 1726888079.38279: Set connection var ansible_shell_executable to /bin/sh 138029 1726888079.38281: variable 'ansible_shell_executable' from source: unknown 138029 1726888079.38283: variable 'ansible_connection' from source: unknown 138029 1726888079.38285: variable 'ansible_module_compression' from source: unknown 138029 1726888079.38288: variable 'ansible_shell_type' from source: unknown 138029 1726888079.38290: variable 'ansible_shell_executable' from source: unknown 138029 1726888079.38292: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888079.38294: variable 'ansible_pipelining' from source: unknown 138029 1726888079.38296: variable 'ansible_timeout' from source: unknown 138029 1726888079.38304: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888079.38398: 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) 138029 1726888079.38419: variable 'omit' from source: magic vars 138029 1726888079.38429: starting attempt loop 138029 1726888079.38436: running the handler 138029 1726888079.38496: variable '_storage_pools_list' from source: set_fact 138029 1726888079.38583: variable '_storage_pools_list' from source: set_fact 138029 1726888079.39391: handler run complete 138029 1726888079.39470: attempt loop complete, returning result 138029 1726888079.39473: _execute() done 138029 1726888079.39481: dumping result to json 138029 1726888079.39496: done dumping result, returning 138029 1726888079.39507: done running TaskExecutor() for managed_node3/TASK: Print out pool information [0affc8a3-6f6f-5a58-73a2-0000000003aa] 138029 1726888079.39515: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003aa ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } 138029 1726888079.40080: no more pending results, returning what we have 138029 1726888079.40084: results queue empty 138029 1726888079.40085: checking for any_errors_fatal 138029 1726888079.40086: done checking for any_errors_fatal 138029 1726888079.40087: checking for max_fail_percentage 138029 1726888079.40089: done checking for max_fail_percentage 138029 1726888079.40089: checking to see if all hosts have failed and the running result is not ok 138029 1726888079.40090: done checking to see if all hosts have failed 138029 1726888079.40091: getting the remaining hosts for this loop 138029 1726888079.40092: done getting the remaining hosts for this loop 138029 1726888079.40095: getting the next task for host managed_node3 138029 1726888079.40100: done getting next task for host managed_node3 138029 1726888079.40102: ^ task is: TASK: Print out volume information 138029 1726888079.40105: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888079.40108: getting variables 138029 1726888079.40109: in VariableManager get_vars() 138029 1726888079.40138: Calling all_inventory to load vars for managed_node3 138029 1726888079.40141: Calling groups_inventory to load vars for managed_node3 138029 1726888079.40144: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888079.40153: Calling all_plugins_play to load vars for managed_node3 138029 1726888079.40158: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888079.40163: Calling groups_plugins_play to load vars for managed_node3 138029 1726888079.40290: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003aa 138029 1726888079.40294: WORKER PROCESS EXITING 138029 1726888079.40940: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888079.41625: done with get_vars() 138029 1726888079.41643: done getting variables 138029 1726888079.41713: 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:07:59 -0400 (0:00:00.084) 0:01:32.140 ****** 138029 1726888079.41742: entering _queue_task() for managed_node3/debug 138029 1726888079.42260: worker is 1 (out of 1 available) 138029 1726888079.42270: exiting _queue_task() for managed_node3/debug 138029 1726888079.42279: done queuing things up, now waiting for results queue to drain 138029 1726888079.42280: waiting for pending results... 138029 1726888079.42329: running TaskExecutor() for managed_node3/TASK: Print out volume information 138029 1726888079.42446: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000003ab 138029 1726888079.42473: variable 'ansible_search_path' from source: unknown 138029 1726888079.42519: calling self._execute() 138029 1726888079.42620: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888079.42634: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888079.42648: variable 'omit' from source: magic vars 138029 1726888079.43042: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888079.45693: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888079.45784: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888079.45828: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888079.45872: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888079.45912: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888079.46000: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888079.46039: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888079.46073: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888079.46124: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888079.46160: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888079.46273: variable '_storage_volumes_list' from source: set_fact 138029 1726888079.46323: Evaluated conditional (_storage_volumes_list | length > 0): False 138029 1726888079.46326: when evaluation is False, skipping this task 138029 1726888079.46333: _execute() done 138029 1726888079.46336: dumping result to json 138029 1726888079.46338: done dumping result, returning 138029 1726888079.46340: done running TaskExecutor() for managed_node3/TASK: Print out volume information [0affc8a3-6f6f-5a58-73a2-0000000003ab] 138029 1726888079.46342: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003ab skipping: [managed_node3] => { "false_condition": "_storage_volumes_list | length > 0" } 138029 1726888079.46720: no more pending results, returning what we have 138029 1726888079.46723: results queue empty 138029 1726888079.46724: checking for any_errors_fatal 138029 1726888079.46734: done checking for any_errors_fatal 138029 1726888079.46735: checking for max_fail_percentage 138029 1726888079.46736: done checking for max_fail_percentage 138029 1726888079.46737: checking to see if all hosts have failed and the running result is not ok 138029 1726888079.46738: done checking to see if all hosts have failed 138029 1726888079.46739: getting the remaining hosts for this loop 138029 1726888079.46740: done getting the remaining hosts for this loop 138029 1726888079.46743: getting the next task for host managed_node3 138029 1726888079.46748: done getting next task for host managed_node3 138029 1726888079.46751: ^ task is: TASK: Collect info about the volumes. 138029 1726888079.46753: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888079.46760: getting variables 138029 1726888079.46764: in VariableManager get_vars() 138029 1726888079.46791: Calling all_inventory to load vars for managed_node3 138029 1726888079.46793: Calling groups_inventory to load vars for managed_node3 138029 1726888079.46796: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888079.46804: Calling all_plugins_play to load vars for managed_node3 138029 1726888079.46807: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888079.46809: Calling groups_plugins_play to load vars for managed_node3 138029 1726888079.47516: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003ab 138029 1726888079.47519: WORKER PROCESS EXITING 138029 1726888079.47721: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888079.48396: done with get_vars() 138029 1726888079.48411: 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:07:59 -0400 (0:00:00.067) 0:01:32.208 ****** 138029 1726888079.48500: entering _queue_task() for managed_node3/fedora.linux_system_roles.blockdev_info 138029 1726888079.48502: Creating lock for fedora.linux_system_roles.blockdev_info 138029 1726888079.48798: worker is 1 (out of 1 available) 138029 1726888079.48923: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blockdev_info 138029 1726888079.48934: done queuing things up, now waiting for results queue to drain 138029 1726888079.48935: waiting for pending results... 138029 1726888079.49116: running TaskExecutor() for managed_node3/TASK: Collect info about the volumes. 138029 1726888079.49231: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000003ac 138029 1726888079.49257: variable 'ansible_search_path' from source: unknown 138029 1726888079.49303: calling self._execute() 138029 1726888079.49397: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888079.49409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888079.49422: variable 'omit' from source: magic vars 138029 1726888079.49535: variable 'omit' from source: magic vars 138029 1726888079.49590: variable 'omit' from source: magic vars 138029 1726888079.49664: variable 'omit' from source: magic vars 138029 1726888079.49675: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888079.49724: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888079.49747: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888079.49774: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888079.49793: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888079.49860: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888079.49866: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888079.49871: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888079.49879: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888079.49886: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888079.50019: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888079.50034: Set connection var ansible_timeout to 10 138029 1726888079.50043: Set connection var ansible_pipelining to False 138029 1726888079.50050: Set connection var ansible_shell_type to sh 138029 1726888079.50063: Set connection var ansible_connection to ssh 138029 1726888079.50121: Set connection var ansible_shell_executable to /bin/sh 138029 1726888079.50125: variable 'ansible_shell_executable' from source: unknown 138029 1726888079.50127: variable 'ansible_connection' from source: unknown 138029 1726888079.50131: variable 'ansible_module_compression' from source: unknown 138029 1726888079.50133: variable 'ansible_shell_type' from source: unknown 138029 1726888079.50136: variable 'ansible_shell_executable' from source: unknown 138029 1726888079.50138: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888079.50140: variable 'ansible_pipelining' from source: unknown 138029 1726888079.50147: variable 'ansible_timeout' from source: unknown 138029 1726888079.50158: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888079.50450: 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) 138029 1726888079.50454: variable 'omit' from source: magic vars 138029 1726888079.50460: starting attempt loop 138029 1726888079.50467: running the handler 138029 1726888079.50469: _low_level_execute_command(): starting 138029 1726888079.50471: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888079.51257: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888079.51333: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888079.51370: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888079.51487: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888079.53274: stdout chunk (state=3): >>>/root <<< 138029 1726888079.53419: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888079.53422: stdout chunk (state=3): >>><<< 138029 1726888079.53425: stderr chunk (state=3): >>><<< 138029 1726888079.53467: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888079.53566: _low_level_execute_command(): starting 138029 1726888079.53571: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888079.5345387-140357-115101780057202 `" && echo ansible-tmp-1726888079.5345387-140357-115101780057202="` echo /root/.ansible/tmp/ansible-tmp-1726888079.5345387-140357-115101780057202 `" ) && sleep 0' 138029 1726888079.54125: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888079.54141: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888079.54160: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888079.54179: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888079.54270: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888079.54300: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888079.54316: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888079.54338: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888079.54417: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888079.57122: stdout chunk (state=3): >>>ansible-tmp-1726888079.5345387-140357-115101780057202=/root/.ansible/tmp/ansible-tmp-1726888079.5345387-140357-115101780057202 <<< 138029 1726888079.57284: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888079.57287: stdout chunk (state=3): >>><<< 138029 1726888079.57289: stderr chunk (state=3): >>><<< 138029 1726888079.57361: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888079.5345387-140357-115101780057202=/root/.ansible/tmp/ansible-tmp-1726888079.5345387-140357-115101780057202 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888079.57375: variable 'ansible_module_compression' from source: unknown 138029 1726888079.57430: ANSIBALLZ: Using lock for fedora.linux_system_roles.blockdev_info 138029 1726888079.57438: ANSIBALLZ: Acquiring lock 138029 1726888079.57446: ANSIBALLZ: Lock acquired: 140373966238448 138029 1726888079.57454: ANSIBALLZ: Creating module 138029 1726888079.70060: ANSIBALLZ: Writing module into payload 138029 1726888079.70153: ANSIBALLZ: Writing module 138029 1726888079.70263: ANSIBALLZ: Renaming module 138029 1726888079.70267: ANSIBALLZ: Done creating module 138029 1726888079.70269: variable 'ansible_facts' from source: unknown 138029 1726888079.70314: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888079.5345387-140357-115101780057202/AnsiballZ_blockdev_info.py 138029 1726888079.70485: Sending initial data 138029 1726888079.70495: Sent initial data (164 bytes) 138029 1726888079.71160: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888079.71264: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888079.71294: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888079.71312: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888079.71336: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888079.71525: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888079.73290: 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 <<< 138029 1726888079.73346: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888079.73396: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp20vww174 /root/.ansible/tmp/ansible-tmp-1726888079.5345387-140357-115101780057202/AnsiballZ_blockdev_info.py <<< 138029 1726888079.73399: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888079.5345387-140357-115101780057202/AnsiballZ_blockdev_info.py" <<< 138029 1726888079.73476: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp20vww174" to remote "/root/.ansible/tmp/ansible-tmp-1726888079.5345387-140357-115101780057202/AnsiballZ_blockdev_info.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888079.5345387-140357-115101780057202/AnsiballZ_blockdev_info.py" <<< 138029 1726888079.74286: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888079.74300: stderr chunk (state=3): >>><<< 138029 1726888079.74421: stdout chunk (state=3): >>><<< 138029 1726888079.74424: done transferring module to remote 138029 1726888079.74427: _low_level_execute_command(): starting 138029 1726888079.74429: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888079.5345387-140357-115101780057202/ /root/.ansible/tmp/ansible-tmp-1726888079.5345387-140357-115101780057202/AnsiballZ_blockdev_info.py && sleep 0' 138029 1726888079.75050: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888079.75075: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888079.75096: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888079.75180: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888079.75197: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888079.75234: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888079.75252: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888079.75279: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888079.75374: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888079.77285: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888079.77289: stdout chunk (state=3): >>><<< 138029 1726888079.77292: stderr chunk (state=3): >>><<< 138029 1726888079.77316: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888079.77364: _low_level_execute_command(): starting 138029 1726888079.77367: _low_level_execute_command(): using become for this command 138029 1726888079.77371: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-thokkavbjjwrtvytymvlyzqiseubbiei ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888079.5345387-140357-115101780057202/AnsiballZ_blockdev_info.py'"'"' && sleep 0' 138029 1726888079.77588: Initial state: awaiting_escalation: BECOME-SUCCESS-thokkavbjjwrtvytymvlyzqiseubbiei 138029 1726888079.78049: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888079.78142: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888079.78238: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888079.78275: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888079.78372: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888079.81504: stdout chunk (state=1): >>>BECOME-SUCCESS-thokkavbjjwrtvytymvlyzqiseubbiei <<< 138029 1726888079.81510: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-thokkavbjjwrtvytymvlyzqiseubbiei' 138029 1726888079.81837: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888079.81876: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888079.81929: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888079.81991: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888079.82024: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888079.82069: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888079.82101: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888079.82151: 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' <<< 138029 1726888079.82211: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888079.82238: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888079.82265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888079.82300: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011edc3e0> <<< 138029 1726888079.82302: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011eaba10> <<< 138029 1726888079.82328: 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 0x7f4011ede930> <<< 138029 1726888079.82354: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888079.82390: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888079.82400: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888079.82442: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888079.82452: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888079.82584: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888079.82618: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # <<< 138029 1726888079.82637: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888079.82703: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888079.82719: 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 0x7f4011c90fe0> <<< 138029 1726888079.82782: 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' <<< 138029 1726888079.82817: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011c91fd0> <<< 138029 1726888079.82858: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888079.82864: 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. <<< 138029 1726888079.83096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888079.83124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888079.83147: 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' <<< 138029 1726888079.83169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888079.83203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888079.83230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888079.83263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011cd7da0> <<< 138029 1726888079.83290: 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' <<< 138029 1726888079.83328: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011cd7fb0> <<< 138029 1726888079.83339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888079.83383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888079.83402: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888079.83452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888079.83491: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888079.83529: 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 0x7f4011d07770> <<< 138029 1726888079.83552: 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 0x7f4011d07e00> <<< 138029 1726888079.83569: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888079.83609: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011ce7a40> import '_functools' # <<< 138029 1726888079.83645: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011ce5160> <<< 138029 1726888079.83729: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011cd4f50> <<< 138029 1726888079.83785: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888079.83788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888079.83851: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888079.83856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888079.83879: 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' <<< 138029 1726888079.83905: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d2b770> <<< 138029 1726888079.83928: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d2a390> <<< 138029 1726888079.83957: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888079.84002: 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 0x7f4011ce6150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d28ad0> <<< 138029 1726888079.84028: 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' <<< 138029 1726888079.84045: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d5c7a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011cd41d0> <<< 138029 1726888079.84084: 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' <<< 138029 1726888079.84105: 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 0x7f4011d5cc50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d5cb00> <<< 138029 1726888079.84133: 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 0x7f4011d5cef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011ccacf0> <<< 138029 1726888079.84227: 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 <<< 138029 1726888079.84264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d5d5b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d5d280> <<< 138029 1726888079.84281: 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' <<< 138029 1726888079.84317: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d5e4b0> import 'importlib.util' # <<< 138029 1726888079.84349: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888079.84430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888079.84458: 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 0x7f4011d746e0> import 'errno' # <<< 138029 1726888079.84493: 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 0x7f4011d75dc0> <<< 138029 1726888079.84504: 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' <<< 138029 1726888079.84549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888079.84588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d76c60> <<< 138029 1726888079.84615: 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 0x7f4011d77290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d761b0> <<< 138029 1726888079.84638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888079.84684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888079.84694: 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 0x7f4011d77d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d77440> <<< 138029 1726888079.84777: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d5e510> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888079.84819: 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 <<< 138029 1726888079.84869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888079.84908: 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 0x7f4011af3bf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888079.84959: 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 0x7f4011b1c710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011b1c470> <<< 138029 1726888079.84969: 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 0x7f4011b1c6b0> <<< 138029 1726888079.84994: 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' <<< 138029 1726888079.85070: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888079.85198: 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 0x7f4011b1cfe0> <<< 138029 1726888079.85309: 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 0x7f4011b1d910> <<< 138029 1726888079.85361: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011b1c890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011af1d90> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888079.85474: 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 0x7f4011b1ed20> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011b1da60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d5ec00> <<< 138029 1726888079.85660: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888079.85682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888079.85689: 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 0x7f4011b47080> <<< 138029 1726888079.85715: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888079.85717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888079.85735: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888079.85765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888079.85807: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011b6f410> <<< 138029 1726888079.85827: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888079.85875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888079.85932: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888079.85959: 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 0x7f4011bcc200> <<< 138029 1726888079.85980: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888079.86005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888079.86031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888079.86076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888079.86168: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011bce960> <<< 138029 1726888079.86231: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011bcc320> <<< 138029 1726888079.86273: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011b991f0> <<< 138029 1726888079.86304: 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 0x7f40115152e0> <<< 138029 1726888079.86327: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011b6e210> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011b1fc80> <<< 138029 1726888079.86979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888079.86989: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4011b6e570> <<< 138029 1726888079.88027: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_cw0_69uy/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' # zipimport: zlib available <<< 138029 1726888079.88194: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.88223: 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' <<< 138029 1726888079.88278: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888079.88335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888079.88384: 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' <<< 138029 1726888079.88403: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011567020> import '_typing' # <<< 138029 1726888079.88581: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011549f10> <<< 138029 1726888079.88630: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011549070> # zipimport: zlib available import 'ansible' # <<< 138029 1726888079.88634: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.88687: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888079.88690: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.90079: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.91289: 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 0x7f4011564ef0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888079.91294: 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' <<< 138029 1726888079.91296: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888079.91330: 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 0x7f4011596960> <<< 138029 1726888079.91376: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40115966f0> <<< 138029 1726888079.91422: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011596000> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888079.91436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888079.91481: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40115964e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011567cb0> <<< 138029 1726888079.91547: 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 0x7f4011597680> <<< 138029 1726888079.91556: 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 0x7f4011597890> <<< 138029 1726888079.91570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888079.91606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888079.91620: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888079.91664: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011597dd0> <<< 138029 1726888079.91679: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888079.91696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888079.91727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888079.91759: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011405af0> <<< 138029 1726888079.91801: 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 0x7f4011407710> <<< 138029 1726888079.91827: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888079.91849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888079.91887: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40114080e0> <<< 138029 1726888079.91899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888079.91928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888079.91957: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011409250> <<< 138029 1726888079.91960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888079.91993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888079.92016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888079.92025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888079.92067: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f401140bd70> <<< 138029 1726888079.92105: 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 0x7f4011d76ae0> <<< 138029 1726888079.92120: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f401140a030> <<< 138029 1726888079.92143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888079.92183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888079.92216: 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 <<< 138029 1726888079.92247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888079.92292: 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' <<< 138029 1726888079.92311: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011413d10> <<< 138029 1726888079.92320: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888079.92374: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40114127e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011412540> <<< 138029 1726888079.92405: 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' <<< 138029 1726888079.92476: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011412ab0> <<< 138029 1726888079.92505: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f401140a540> <<< 138029 1726888079.92546: 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 0x7f4011457f80> <<< 138029 1726888079.92577: 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 0x7f40114584a0> <<< 138029 1726888079.92622: 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 <<< 138029 1726888079.92628: 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' <<< 138029 1726888079.92670: 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 0x7f4011459af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40114598b0> <<< 138029 1726888079.92685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888079.92775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888079.92844: 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 0x7f401145bfe0> <<< 138029 1726888079.92847: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f401145a1e0> <<< 138029 1726888079.92920: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888079.92924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888079.92926: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888079.92948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888079.92985: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f401145f770> <<< 138029 1726888079.93104: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f401145c140> <<< 138029 1726888079.93208: 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 0x7f4011460800> <<< 138029 1726888079.93212: 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 0x7f40114609b0> <<< 138029 1726888079.93238: 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 0x7f4011460aa0> <<< 138029 1726888079.93277: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011458200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888079.93305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888079.93344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888079.93375: 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 0x7f40112f0140> <<< 138029 1726888079.93532: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888079.93547: 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 0x7f40112f1310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40114628d0> <<< 138029 1726888079.93607: 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 0x7f4011463c80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011462510> # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888079.93621: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888079.93707: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.93815: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.93831: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888079.93874: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.93889: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888079.94160: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.94182: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.94656: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.95200: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888079.95223: 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' # <<< 138029 1726888079.95250: 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' <<< 138029 1726888079.95289: 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 0x7f40112f5550> <<< 138029 1726888079.95393: 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' <<< 138029 1726888079.95407: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40112f6330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40112f1430> <<< 138029 1726888079.95445: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888079.95481: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.95515: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.95527: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888079.95688: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.95841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888079.95870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40112f6240> # zipimport: zlib available <<< 138029 1726888079.96326: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.96777: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.96871: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.96941: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888079.96952: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.96987: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.97022: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888079.97101: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.97214: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888079.97217: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.97244: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888079.97275: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.97323: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888079.97679: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.97782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888079.97827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888079.97859: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888079.97911: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40112f7590> <<< 138029 1726888079.97932: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.98002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.98087: 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' # <<< 138029 1726888079.98117: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.98163: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.98214: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888079.98221: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.98251: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.98303: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.98352: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.98420: 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 <<< 138029 1726888079.98452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888079.98537: 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 0x7f4011302120> <<< 138029 1726888079.98571: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40112ffec0> <<< 138029 1726888079.98612: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888079.98621: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.98680: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.98740: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.98777: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.98820: 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' <<< 138029 1726888079.98872: 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 <<< 138029 1726888079.98875: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888079.98896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888079.98946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888079.98971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888079.98990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888079.99029: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40115e2ae0> <<< 138029 1726888079.99079: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40115ca7b0> <<< 138029 1726888079.99166: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40113022a0> <<< 138029 1726888079.99169: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40112f4050> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888079.99199: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.99203: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.99229: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888079.99396: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888079.99401: 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' # <<< 138029 1726888079.99426: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888079.99462: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.99469: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888079.99480: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.99552: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888079.99671: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.00929: stdout chunk (state=3): >>> {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sda1": {"name": "/dev/sda1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2", "type": "partition", "size": "10G", "mountpoint": ""}, "/dev/md/vg1-1": {"name": "/dev/md/vg1-1", "fstype": "LVM2_member", "label": "", "uuid": "m11PLp-D1kU-fKW1-CJLS-VwSi-TwYH-HGer37", "type": "raid1", "size": "10G", "mountpoint": ""}, "/dev/mapper/vg1-Lv3": {"name": "/dev/mapper/vg1-Lv3", "fstype": "xfs", "label": "", "uuid": "9fcf588e-8176-4062-961f-60e5b7b5d8c2", "type": "lvm", "size": "3G", "mountpoint": "/opt/test3"}, "/dev/mapper/vg1-Lv2": {"name": "/dev/mapper/vg1-Lv2", "fstype": "xfs", "label": "", "uuid": "4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "type": "lvm", "size": "3G", "mountpoint": "/opt/test2"}, "/dev/mapper/vg1-lv1": {"name": "/dev/mapper/vg1-lv1", "fstype": "xfs", "label": "", "uuid": "ac246704-920b-4020-af6e-f443534e195b", "type": "lvm", "size": "2G", "mountpoint": "/opt/test1"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdb1": {"name": "/dev/sdb1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2", "type": "partition", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc1": {"name": "/dev/sdc1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2", "type": "partition", "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": {}}} <<< 138029 1726888080.00963: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888080.01325: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888080.01360: 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 <<< 138029 1726888080.01444: 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 # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform <<< 138029 1726888080.01515: stdout chunk (state=3): >>># cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888080.01740: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888080.01799: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888080.01822: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888080.01861: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888080.01898: 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 <<< 138029 1726888080.01914: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888080.01981: 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 <<< 138029 1726888080.02006: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888080.02037: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888080.02109: 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 <<< 138029 1726888080.02113: 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 <<< 138029 1726888080.02142: 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 <<< 138029 1726888080.02188: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator <<< 138029 1726888080.02200: 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 <<< 138029 1726888080.02332: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888080.02385: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888080.02406: 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 <<< 138029 1726888080.02469: 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 <<< 138029 1726888080.02486: 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 <<< 138029 1726888080.02577: 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 <<< 138029 1726888080.02628: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888080.02654: 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 <<< 138029 1726888080.03372: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888080.03375: stdout chunk (state=3): >>><<< 138029 1726888080.03378: stderr chunk (state=3): >>><<< 138029 1726888080.03512: _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 0x7f4011edc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011eaba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011ede930> 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 0x7f4011c90fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f4011c91fd0> 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 0x7f4011cd7da0> # /usr/lib64/python3.12/__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 0x7f4011cd7fb0> # /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 0x7f4011d07770> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d07e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011ce7a40> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011ce5160> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011cd4f50> # /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 0x7f4011d2b770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d2a390> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011ce6150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d28ad0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d5c7a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011cd41d0> # /usr/lib64/python3.12/__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 0x7f4011d5cc50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d5cb00> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4011d5cef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011ccacf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f4011d5d5b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d5d280> 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 0x7f4011d5e4b0> 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 0x7f4011d746e0> 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 0x7f4011d75dc0> # /usr/lib64/python3.12/__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 0x7f4011d76c60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4011d77290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d761b0> # /usr/lib64/python3.12/__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 0x7f4011d77d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d77440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d5e510> # /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 0x7f4011af3bf0> # /usr/lib64/python3.12/__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 0x7f4011b1c710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011b1c470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4011b1c6b0> # /usr/lib64/python3.12/__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 0x7f4011b1cfe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4011b1d910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011b1c890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011af1d90> # /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 0x7f4011b1ed20> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011b1da60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011d5ec00> # /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 0x7f4011b47080> # /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 0x7f4011b6f410> # /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 0x7f4011bcc200> # /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 0x7f4011bce960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011bcc320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011b991f0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40115152e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011b6e210> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011b1fc80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4011b6e570> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_cw0_69uy/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 0x7f4011567020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011549f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011549070> # 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 0x7f4011564ef0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f4011596960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40115966f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011596000> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f40115964e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011567cb0> 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 0x7f4011597680> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4011597890> # /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 0x7f4011597dd0> 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 0x7f4011405af0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4011407710> # /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 0x7f40114080e0> # /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 0x7f4011409250> # /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 0x7f401140bd70> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4011d76ae0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f401140a030> # /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 0x7f4011413d10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40114127e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011412540> # /usr/lib64/python3.12/__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 0x7f4011412ab0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f401140a540> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4011457f80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40114584a0> # /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 0x7f4011459af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40114598b0> # /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 0x7f401145bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f401145a1e0> # /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 0x7f401145f770> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f401145c140> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4011460800> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40114609b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4011460aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011458200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f40112f0140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40112f1310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40114628d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4011463c80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4011462510> # 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 0x7f40112f5550> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f40112f6330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40112f1430> 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 0x7f40112f6240> # 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 0x7f40112f7590> # 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 0x7f4011302120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40112ffec0> 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 0x7f40115e2ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40115ca7b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40113022a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40112f4050> # 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/sda1": {"name": "/dev/sda1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2", "type": "partition", "size": "10G", "mountpoint": ""}, "/dev/md/vg1-1": {"name": "/dev/md/vg1-1", "fstype": "LVM2_member", "label": "", "uuid": "m11PLp-D1kU-fKW1-CJLS-VwSi-TwYH-HGer37", "type": "raid1", "size": "10G", "mountpoint": ""}, "/dev/mapper/vg1-Lv3": {"name": "/dev/mapper/vg1-Lv3", "fstype": "xfs", "label": "", "uuid": "9fcf588e-8176-4062-961f-60e5b7b5d8c2", "type": "lvm", "size": "3G", "mountpoint": "/opt/test3"}, "/dev/mapper/vg1-Lv2": {"name": "/dev/mapper/vg1-Lv2", "fstype": "xfs", "label": "", "uuid": "4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "type": "lvm", "size": "3G", "mountpoint": "/opt/test2"}, "/dev/mapper/vg1-lv1": {"name": "/dev/mapper/vg1-lv1", "fstype": "xfs", "label": "", "uuid": "ac246704-920b-4020-af6e-f443534e195b", "type": "lvm", "size": "2G", "mountpoint": "/opt/test1"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdb1": {"name": "/dev/sdb1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2", "type": "partition", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc1": {"name": "/dev/sdc1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2", "type": "partition", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 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 138029 1726888080.04713: 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-1726888079.5345387-140357-115101780057202/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888080.04717: _low_level_execute_command(): starting 138029 1726888080.04720: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888079.5345387-140357-115101780057202/ > /dev/null 2>&1 && sleep 0' 138029 1726888080.04908: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888080.04914: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888080.04936: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888080.04939: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.04954: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888080.05038: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888080.05041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888080.05043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.05046: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888080.05068: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888080.05071: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888080.05173: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888080.07253: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888080.07260: stdout chunk (state=3): >>><<< 138029 1726888080.07266: stderr chunk (state=3): >>><<< 138029 1726888080.07269: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888080.07271: handler run complete 138029 1726888080.07274: Evaluated conditional (False): False 138029 1726888080.07276: attempt loop complete, returning result 138029 1726888080.07278: _execute() done 138029 1726888080.07280: dumping result to json 138029 1726888080.07282: done dumping result, returning 138029 1726888080.07285: done running TaskExecutor() for managed_node3/TASK: Collect info about the volumes. [0affc8a3-6f6f-5a58-73a2-0000000003ac] 138029 1726888080.07287: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003ac ok: [managed_node3] => { "changed": false, "info": { "/dev/mapper/vg1-Lv2": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test2", "name": "/dev/mapper/vg1-Lv2", "size": "3G", "type": "lvm", "uuid": "4cec6a92-9346-4a7e-97d0-d62fa2aa9d24" }, "/dev/mapper/vg1-Lv3": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test3", "name": "/dev/mapper/vg1-Lv3", "size": "3G", "type": "lvm", "uuid": "9fcf588e-8176-4062-961f-60e5b7b5d8c2" }, "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "ac246704-920b-4020-af6e-f443534e195b" }, "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/md/vg1-1", "size": "10G", "type": "raid1", "uuid": "m11PLp-D1kU-fKW1-CJLS-VwSi-TwYH-HGer37" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2" }, "/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" } } } 138029 1726888080.07623: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003ac 138029 1726888080.07801: no more pending results, returning what we have 138029 1726888080.07843: WORKER PROCESS EXITING 138029 1726888080.07849: results queue empty 138029 1726888080.07853: checking for any_errors_fatal 138029 1726888080.07861: done checking for any_errors_fatal 138029 1726888080.07861: checking for max_fail_percentage 138029 1726888080.07863: done checking for max_fail_percentage 138029 1726888080.07864: checking to see if all hosts have failed and the running result is not ok 138029 1726888080.07864: done checking to see if all hosts have failed 138029 1726888080.07865: getting the remaining hosts for this loop 138029 1726888080.07866: done getting the remaining hosts for this loop 138029 1726888080.07869: getting the next task for host managed_node3 138029 1726888080.07873: done getting next task for host managed_node3 138029 1726888080.07876: ^ task is: TASK: Read the /etc/fstab file for volume existence 138029 1726888080.07878: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888080.07882: getting variables 138029 1726888080.07883: in VariableManager get_vars() 138029 1726888080.07909: Calling all_inventory to load vars for managed_node3 138029 1726888080.07912: Calling groups_inventory to load vars for managed_node3 138029 1726888080.07915: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888080.07925: Calling all_plugins_play to load vars for managed_node3 138029 1726888080.07927: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888080.07931: Calling groups_plugins_play to load vars for managed_node3 138029 1726888080.08566: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888080.09247: done with get_vars() 138029 1726888080.09268: done getting variables 138029 1726888080.09322: 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:08:00 -0400 (0:00:00.608) 0:01:32.817 ****** 138029 1726888080.09349: entering _queue_task() for managed_node3/command 138029 1726888080.09712: worker is 1 (out of 1 available) 138029 1726888080.09725: exiting _queue_task() for managed_node3/command 138029 1726888080.09735: done queuing things up, now waiting for results queue to drain 138029 1726888080.09736: waiting for pending results... 138029 1726888080.09925: running TaskExecutor() for managed_node3/TASK: Read the /etc/fstab file for volume existence 138029 1726888080.10025: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000003ad 138029 1726888080.10060: variable 'ansible_search_path' from source: unknown 138029 1726888080.10076: calling self._execute() 138029 1726888080.10259: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888080.10267: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888080.10270: variable 'omit' from source: magic vars 138029 1726888080.10280: variable 'omit' from source: magic vars 138029 1726888080.10323: variable 'omit' from source: magic vars 138029 1726888080.10366: variable 'omit' from source: magic vars 138029 1726888080.10414: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888080.10464: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888080.10490: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888080.10517: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888080.10536: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888080.10566: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888080.10592: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888080.10632: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888080.10640: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888080.10649: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888080.10786: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888080.10824: Set connection var ansible_timeout to 10 138029 1726888080.10828: Set connection var ansible_pipelining to False 138029 1726888080.10830: Set connection var ansible_shell_type to sh 138029 1726888080.10832: Set connection var ansible_connection to ssh 138029 1726888080.10835: Set connection var ansible_shell_executable to /bin/sh 138029 1726888080.10860: variable 'ansible_shell_executable' from source: unknown 138029 1726888080.10879: variable 'ansible_connection' from source: unknown 138029 1726888080.10883: variable 'ansible_module_compression' from source: unknown 138029 1726888080.10885: variable 'ansible_shell_type' from source: unknown 138029 1726888080.10933: variable 'ansible_shell_executable' from source: unknown 138029 1726888080.10936: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888080.10938: variable 'ansible_pipelining' from source: unknown 138029 1726888080.10940: variable 'ansible_timeout' from source: unknown 138029 1726888080.10942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888080.11421: 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) 138029 1726888080.11426: variable 'omit' from source: magic vars 138029 1726888080.11429: starting attempt loop 138029 1726888080.11432: running the handler 138029 1726888080.11435: _low_level_execute_command(): starting 138029 1726888080.11437: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888080.12805: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.12967: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888080.13141: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888080.13192: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888080.13243: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888080.15236: stdout chunk (state=3): >>>/root <<< 138029 1726888080.15239: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888080.15242: stdout chunk (state=3): >>><<< 138029 1726888080.15245: stderr chunk (state=3): >>><<< 138029 1726888080.15273: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888080.15463: _low_level_execute_command(): starting 138029 1726888080.15469: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888080.1537004-140377-134203844286391 `" && echo ansible-tmp-1726888080.1537004-140377-134203844286391="` echo /root/.ansible/tmp/ansible-tmp-1726888080.1537004-140377-134203844286391 `" ) && sleep 0' 138029 1726888080.16622: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888080.16625: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888080.16628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.16737: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888080.16764: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888080.16804: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888080.16850: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888080.19465: stdout chunk (state=3): >>>ansible-tmp-1726888080.1537004-140377-134203844286391=/root/.ansible/tmp/ansible-tmp-1726888080.1537004-140377-134203844286391 <<< 138029 1726888080.19598: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888080.19618: stdout chunk (state=3): >>><<< 138029 1726888080.19630: stderr chunk (state=3): >>><<< 138029 1726888080.19652: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888080.1537004-140377-134203844286391=/root/.ansible/tmp/ansible-tmp-1726888080.1537004-140377-134203844286391 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888080.19696: variable 'ansible_module_compression' from source: unknown 138029 1726888080.19827: ANSIBALLZ: Using generic lock for ansible.legacy.command 138029 1726888080.19830: ANSIBALLZ: Acquiring lock 138029 1726888080.19832: ANSIBALLZ: Lock acquired: 140373970014512 138029 1726888080.19835: ANSIBALLZ: Creating module 138029 1726888080.32486: ANSIBALLZ: Writing module into payload 138029 1726888080.32593: ANSIBALLZ: Writing module 138029 1726888080.32620: ANSIBALLZ: Renaming module 138029 1726888080.32632: ANSIBALLZ: Done creating module 138029 1726888080.32653: variable 'ansible_facts' from source: unknown 138029 1726888080.32740: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888080.1537004-140377-134203844286391/AnsiballZ_command.py 138029 1726888080.32924: Sending initial data 138029 1726888080.32927: Sent initial data (158 bytes) 138029 1726888080.33526: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888080.33569: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.33642: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888080.33646: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888080.33649: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888080.33702: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888080.35504: 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 <<< 138029 1726888080.35581: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888080.35639: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpeh8ok_4e /root/.ansible/tmp/ansible-tmp-1726888080.1537004-140377-134203844286391/AnsiballZ_command.py <<< 138029 1726888080.35671: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888080.1537004-140377-134203844286391/AnsiballZ_command.py" <<< 138029 1726888080.35744: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpeh8ok_4e" to remote "/root/.ansible/tmp/ansible-tmp-1726888080.1537004-140377-134203844286391/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888080.1537004-140377-134203844286391/AnsiballZ_command.py" <<< 138029 1726888080.36939: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888080.36942: stdout chunk (state=3): >>><<< 138029 1726888080.36944: stderr chunk (state=3): >>><<< 138029 1726888080.36947: done transferring module to remote 138029 1726888080.36949: _low_level_execute_command(): starting 138029 1726888080.36951: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888080.1537004-140377-134203844286391/ /root/.ansible/tmp/ansible-tmp-1726888080.1537004-140377-134203844286391/AnsiballZ_command.py && sleep 0' 138029 1726888080.37546: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888080.37565: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888080.37583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888080.37701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888080.37724: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888080.37739: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888080.37833: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888080.40532: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888080.40598: stderr chunk (state=3): >>><<< 138029 1726888080.40606: stdout chunk (state=3): >>><<< 138029 1726888080.40624: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888080.40660: _low_level_execute_command(): starting 138029 1726888080.40665: _low_level_execute_command(): using become for this command 138029 1726888080.40667: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-qmgwmpcudeqabbyclmexmndiuzmjxctl ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888080.1537004-140377-134203844286391/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888080.40987: Initial state: awaiting_escalation: BECOME-SUCCESS-qmgwmpcudeqabbyclmexmndiuzmjxctl 138029 1726888080.41297: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888080.41360: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888080.41381: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888080.41400: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888080.41431: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.41474: stderr chunk (state=1): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.41548: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888080.41573: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888080.41596: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888080.41699: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888080.45924: stdout chunk (state=1): >>>BECOME-SUCCESS-qmgwmpcudeqabbyclmexmndiuzmjxctl <<< 138029 1726888080.45936: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-qmgwmpcudeqabbyclmexmndiuzmjxctl' 138029 1726888080.46286: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888080.46316: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888080.46338: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888080.46361: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888080.46419: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888080.46439: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888080.46459: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888080.46490: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888080.46506: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888080.46531: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888080.46546: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888080.46584: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888080.46600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888080.46670: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 138029 1726888080.46690: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888080.46722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888080.46725: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd57683e0> <<< 138029 1726888080.46750: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5737a10> <<< 138029 1726888080.46767: 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' <<< 138029 1726888080.46791: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd576a960> <<< 138029 1726888080.46800: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888080.46835: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888080.46852: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888080.46884: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888080.46997: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888080.47012: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888080.47070: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888080.47088: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 138029 1726888080.47137: 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' <<< 138029 1726888080.47140: 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 <<< 138029 1726888080.47167: 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 0x7f4bd553cfe0> <<< 138029 1726888080.47240: 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 <<< 138029 1726888080.47250: 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 0x7f4bd553dfd0> <<< 138029 1726888080.47275: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888080.47361: 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. <<< 138029 1726888080.47544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888080.47605: 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' <<< 138029 1726888080.47626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888080.47671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888080.47687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888080.47721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888080.47757: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5583da0> <<< 138029 1726888080.47763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888080.47820: 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 0x7f4bd5583fe0> <<< 138029 1726888080.47823: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888080.47873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888080.47884: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888080.47944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888080.47980: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888080.48014: 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 0x7f4bd55b37a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd55b3e30> <<< 138029 1726888080.48028: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888080.48080: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5593a70> import '_functools' # <<< 138029 1726888080.48118: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5591190> <<< 138029 1726888080.48209: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5580f50> <<< 138029 1726888080.48246: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888080.48273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888080.48302: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888080.48331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888080.48342: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888080.48370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888080.48396: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd55d77a0> <<< 138029 1726888080.48436: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd55d63c0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 138029 1726888080.48460: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5592180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd55d4b90> <<< 138029 1726888080.48499: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888080.48519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 138029 1726888080.48549: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5608800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd55801d0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 138029 1726888080.48552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888080.48583: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888080.48587: 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 0x7f4bd5608cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5608b60> <<< 138029 1726888080.48633: 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 0x7f4bd5608ec0> <<< 138029 1726888080.48678: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5576cf0> <<< 138029 1726888080.48682: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888080.48684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888080.48739: 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 0x7f4bd5609550> <<< 138029 1726888080.48757: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5609220> import 'importlib.machinery' # <<< 138029 1726888080.48782: 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' <<< 138029 1726888080.48822: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd560a450> import 'importlib.util' # <<< 138029 1726888080.48840: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888080.48858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888080.48894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888080.48926: 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 0x7f4bd5624680> <<< 138029 1726888080.48953: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888080.48990: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888080.49009: 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 0x7f4bd5625dc0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888080.49039: 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' <<< 138029 1726888080.49052: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5626c60> <<< 138029 1726888080.49095: 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 0x7f4bd5627290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd56261b0> <<< 138029 1726888080.49134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888080.49137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888080.49214: 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 0x7f4bd5627d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5627440> <<< 138029 1726888080.49287: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd560a4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888080.49317: 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 <<< 138029 1726888080.49485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888080.49489: 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 0x7f4bd53abc80> # /usr/lib64/python3.12/__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 0x7f4bd53d46e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd53d4440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd53d4710> <<< 138029 1726888080.49658: 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' <<< 138029 1726888080.49698: 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 0x7f4bd53d5010> <<< 138029 1726888080.49820: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888080.49823: 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 0x7f4bd53d59d0> <<< 138029 1726888080.49833: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd53d48f0> <<< 138029 1726888080.49850: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd53a9e20> <<< 138029 1726888080.49877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888080.49892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888080.49922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888080.49928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888080.49958: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd53d6de0> <<< 138029 1726888080.49961: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd53d5b20> <<< 138029 1726888080.49990: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd560aba0> <<< 138029 1726888080.50011: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888080.50082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888080.50096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888080.50137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888080.50167: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5403140> <<< 138029 1726888080.50229: 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' <<< 138029 1726888080.50266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888080.50278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888080.50325: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd542b4d0> <<< 138029 1726888080.50340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888080.50389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888080.50448: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888080.50478: 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 0x7f4bd54842c0> <<< 138029 1726888080.50481: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888080.50518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888080.50546: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888080.50583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888080.50673: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5486a20> <<< 138029 1726888080.50760: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd54843e0> <<< 138029 1726888080.50790: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd54512b0> <<< 138029 1726888080.50825: 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' <<< 138029 1726888080.50851: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4d29430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd542a2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd53d7d40> <<< 138029 1726888080.52022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888080.52035: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4bd542a630> <<< 138029 1726888080.53297: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_6ldhx5tm/ansible_ansible.legacy.command_payload.zip' <<< 138029 1726888080.53308: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.53424: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.53450: 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' <<< 138029 1726888080.53501: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888080.53581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888080.53610: 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' <<< 138029 1726888080.53632: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4d7f170> import '_typing' # <<< 138029 1726888080.53835: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4d62060> <<< 138029 1726888080.53883: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4d611c0> # zipimport: zlib available import 'ansible' # <<< 138029 1726888080.53926: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888080.53929: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.53943: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888080.55453: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.56593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888080.56630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4d7d040> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888080.56633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888080.56679: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888080.56684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888080.56721: 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' <<< 138029 1726888080.56731: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888080.56744: 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 0x7f4bd4da6b70> <<< 138029 1726888080.56777: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4da6900> <<< 138029 1726888080.56809: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4da6210> <<< 138029 1726888080.56849: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888080.56869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888080.56897: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4da6960> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4d7fe00> <<< 138029 1726888080.56936: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888080.56975: 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 0x7f4bd4da7800> <<< 138029 1726888080.56988: 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 0x7f4bd4da7a40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888080.57057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888080.57078: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888080.57106: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4da7f80> <<< 138029 1726888080.57133: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888080.57218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888080.57278: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c15d90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd4c179b0> <<< 138029 1726888080.57282: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888080.57339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888080.57342: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c1c3b0> <<< 138029 1726888080.57360: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888080.57406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888080.57409: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c1d550> <<< 138029 1726888080.57467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888080.57471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888080.57493: 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' <<< 138029 1726888080.57544: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c1ff50> <<< 138029 1726888080.57595: 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 0x7f4bd4c206b0> <<< 138029 1726888080.57599: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c1e2d0> <<< 138029 1726888080.57626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888080.57675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888080.57689: 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 <<< 138029 1726888080.57727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888080.57774: 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 0x7f4bd4c23f50> <<< 138029 1726888080.57788: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888080.57852: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c22a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c22780> <<< 138029 1726888080.57870: 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' <<< 138029 1726888080.57949: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c22cf0> <<< 138029 1726888080.58008: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c1e7e0> <<< 138029 1726888080.58018: 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 0x7f4bd4c67fb0> <<< 138029 1726888080.58070: 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 0x7f4bd4c68230> <<< 138029 1726888080.58086: 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 <<< 138029 1726888080.58141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888080.58164: 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' <<< 138029 1726888080.58205: 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 0x7f4bd4c69df0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c69bb0> <<< 138029 1726888080.58221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888080.58314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888080.58351: 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 0x7f4bd4c6c3e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c6a4e0> <<< 138029 1726888080.58375: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888080.58500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888080.58505: 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' <<< 138029 1726888080.58523: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888080.58535: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c6fb60> <<< 138029 1726888080.58637: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c6c530> <<< 138029 1726888080.58832: 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 0x7f4bd4c70b90> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd4c70d40> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd4c70dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c68530> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 138029 1726888080.58835: 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 <<< 138029 1726888080.58882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888080.58931: 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 0x7f4bd4cfc500> <<< 138029 1726888080.59140: 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 0x7f4bd4cfd5e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c72cc0> <<< 138029 1726888080.59217: 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 0x7f4bd4c73890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c728a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888080.59297: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.59434: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888080.59463: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888080.59563: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.59666: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.60288: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.60887: 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' <<< 138029 1726888080.61030: 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 0x7f4bd4b01820> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f4bd4b025d0> <<< 138029 1726888080.61104: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4cfd7f0> import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888080.61124: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.61169: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888080.61298: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.61802: 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 0x7f4bd4b02630> # zipimport: zlib available <<< 138029 1726888080.61980: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.62540: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.62612: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.62687: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888080.62703: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.62737: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.62778: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888080.62802: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.62857: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.62950: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888080.62996: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888080.63011: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888080.63043: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.63100: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888080.63103: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.63339: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.63575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888080.63636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888080.63716: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4b03860> # zipimport: zlib available <<< 138029 1726888080.63799: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.63895: 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' # <<< 138029 1726888080.63953: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.63972: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.64072: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888080.64134: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888080.64331: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.64335: 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' <<< 138029 1726888080.64368: 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 0x7f4bd4b0e300> <<< 138029 1726888080.64412: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4b09190> <<< 138029 1726888080.64470: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888080.64521: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.64878: 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 0x7f4bd4c02a80> <<< 138029 1726888080.64925: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4dde750> <<< 138029 1726888080.65000: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4b0e2a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c1ff20> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888080.65042: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888080.65077: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888080.65178: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888080.65283: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.65398: 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' <<< 138029 1726888080.65425: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4d63a10> <<< 138029 1726888080.65582: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.66002: 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=ac246704-920b-4020-af6e-f443534e195b /opt/test1 xfs defaults 0 0\nUUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24 /opt/test2 xfs defaults 0 0\nUUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2 /opt/test3 xfs defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:08:00.655420", "end": "2024-09-20 23:08:00.658647", "delta": "0:00:00.003227", "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}}} <<< 138029 1726888080.66057: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888080.66452: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888080.66493: 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<<< 138029 1726888080.66620: 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 <<< 138029 1726888080.66642: 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 glob # destroy glob <<< 138029 1726888080.66872: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888080.66901: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888080.66941: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888080.66972: 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 <<< 138029 1726888080.67002: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888080.67047: 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 <<< 138029 1726888080.67090: 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 <<< 138029 1726888080.67119: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888080.67176: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888080.67241: 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 <<< 138029 1726888080.67244: 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 <<< 138029 1726888080.67316: 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 <<< 138029 1726888080.67325: 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 <<< 138029 1726888080.67351: 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 <<< 138029 1726888080.67357: 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 <<< 138029 1726888080.67479: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888080.67482: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888080.67485: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888080.67534: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888080.67552: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888080.67598: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888080.67615: 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 <<< 138029 1726888080.67718: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888080.67770: 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 <<< 138029 1726888080.67804: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 138029 1726888080.67815: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888080.68427: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888080.68431: stdout chunk (state=3): >>><<< 138029 1726888080.68460: stderr chunk (state=3): >>><<< 138029 1726888080.68527: _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 0x7f4bd57683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5737a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd576a960> 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 0x7f4bd553cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f4bd553dfd0> 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 0x7f4bd5583da0> # /usr/lib64/python3.12/__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 0x7f4bd5583fe0> # /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 0x7f4bd55b37a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd55b3e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5593a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5591190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5580f50> # /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 0x7f4bd55d77a0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd55d63c0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5592180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd55d4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5608800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd55801d0> # /usr/lib64/python3.12/__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 0x7f4bd5608cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5608b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd5608ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5576cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f4bd5609550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5609220> 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 0x7f4bd560a450> 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 0x7f4bd5624680> 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 0x7f4bd5625dc0> # /usr/lib64/python3.12/__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 0x7f4bd5626c60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd5627290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd56261b0> # /usr/lib64/python3.12/__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 0x7f4bd5627d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd5627440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd560a4b0> # /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 0x7f4bd53abc80> # /usr/lib64/python3.12/__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 0x7f4bd53d46e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd53d4440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd53d4710> # /usr/lib64/python3.12/__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 0x7f4bd53d5010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd53d59d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd53d48f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd53a9e20> # /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 0x7f4bd53d6de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd53d5b20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd560aba0> # /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 0x7f4bd5403140> # /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 0x7f4bd542b4d0> # /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 0x7f4bd54842c0> # /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 0x7f4bd5486a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd54843e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd54512b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4d29430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd542a2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd53d7d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4bd542a630> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_6ldhx5tm/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 0x7f4bd4d7f170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4d62060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4d611c0> # 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 0x7f4bd4d7d040> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f4bd4da6b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4da6900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4da6210> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f4bd4da6960> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4d7fe00> 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 0x7f4bd4da7800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd4da7a40> # /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 0x7f4bd4da7f80> 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 0x7f4bd4c15d90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd4c179b0> # /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 0x7f4bd4c1c3b0> # /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 0x7f4bd4c1d550> # /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 0x7f4bd4c1ff50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd4c206b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c1e2d0> # /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 0x7f4bd4c23f50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c22a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c22780> # /usr/lib64/python3.12/__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 0x7f4bd4c22cf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c1e7e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd4c67fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c68230> # /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 0x7f4bd4c69df0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c69bb0> # /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 0x7f4bd4c6c3e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c6a4e0> # /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 0x7f4bd4c6fb60> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c6c530> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd4c70b90> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd4c70d40> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd4c70dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c68530> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f4bd4cfc500> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd4cfd5e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c72cc0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bd4c73890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c728a0> # 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 0x7f4bd4b01820> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f4bd4b025d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4cfd7f0> 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 0x7f4bd4b02630> # 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 0x7f4bd4b03860> # 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 0x7f4bd4b0e300> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4b09190> 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 0x7f4bd4c02a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4dde750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4b0e2a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bd4c1ff20> # 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 0x7f4bd4d63a10> # 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=ac246704-920b-4020-af6e-f443534e195b /opt/test1 xfs defaults 0 0\nUUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24 /opt/test2 xfs defaults 0 0\nUUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2 /opt/test3 xfs defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:08:00.655420", "end": "2024-09-20 23:08:00.658647", "delta": "0:00:00.003227", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 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 138029 1726888080.69591: 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-1726888080.1537004-140377-134203844286391/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888080.69594: _low_level_execute_command(): starting 138029 1726888080.69597: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888080.1537004-140377-134203844286391/ > /dev/null 2>&1 && sleep 0' 138029 1726888080.69600: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888080.69602: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888080.69604: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.69606: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888080.69609: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888080.69611: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888080.69613: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888080.71761: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888080.71767: stdout chunk (state=3): >>><<< 138029 1726888080.71770: stderr chunk (state=3): >>><<< 138029 1726888080.71773: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888080.71775: handler run complete 138029 1726888080.71777: Evaluated conditional (False): False 138029 1726888080.71779: attempt loop complete, returning result 138029 1726888080.71781: _execute() done 138029 1726888080.71783: dumping result to json 138029 1726888080.71785: done dumping result, returning 138029 1726888080.71788: done running TaskExecutor() for managed_node3/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-5a58-73a2-0000000003ad] 138029 1726888080.71790: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003ad ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003227", "end": "2024-09-20 23:08:00.658647", "rc": 0, "start": "2024-09-20 23:08:00.655420" } 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=ac246704-920b-4020-af6e-f443534e195b /opt/test1 xfs defaults 0 0 UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24 /opt/test2 xfs defaults 0 0 UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2 /opt/test3 xfs defaults 0 0 138029 1726888080.72171: no more pending results, returning what we have 138029 1726888080.72175: results queue empty 138029 1726888080.72176: checking for any_errors_fatal 138029 1726888080.72187: done checking for any_errors_fatal 138029 1726888080.72188: checking for max_fail_percentage 138029 1726888080.72190: done checking for max_fail_percentage 138029 1726888080.72191: checking to see if all hosts have failed and the running result is not ok 138029 1726888080.72192: done checking to see if all hosts have failed 138029 1726888080.72192: getting the remaining hosts for this loop 138029 1726888080.72194: done getting the remaining hosts for this loop 138029 1726888080.72198: getting the next task for host managed_node3 138029 1726888080.72205: done getting next task for host managed_node3 138029 1726888080.72208: ^ task is: TASK: Read the /etc/crypttab file 138029 1726888080.72211: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888080.72215: getting variables 138029 1726888080.72216: in VariableManager get_vars() 138029 1726888080.72250: Calling all_inventory to load vars for managed_node3 138029 1726888080.72253: Calling groups_inventory to load vars for managed_node3 138029 1726888080.72467: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888080.72478: Calling all_plugins_play to load vars for managed_node3 138029 1726888080.72481: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888080.72484: Calling groups_plugins_play to load vars for managed_node3 138029 1726888080.73340: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003ad 138029 1726888080.73343: WORKER PROCESS EXITING 138029 1726888080.73599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888080.74334: done with get_vars() 138029 1726888080.74351: done getting variables 138029 1726888080.74412: 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:08:00 -0400 (0:00:00.650) 0:01:33.467 ****** 138029 1726888080.74443: entering _queue_task() for managed_node3/command 138029 1726888080.74734: worker is 1 (out of 1 available) 138029 1726888080.74748: exiting _queue_task() for managed_node3/command 138029 1726888080.74864: done queuing things up, now waiting for results queue to drain 138029 1726888080.74867: waiting for pending results... 138029 1726888080.75060: running TaskExecutor() for managed_node3/TASK: Read the /etc/crypttab file 138029 1726888080.75170: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000003ae 138029 1726888080.75191: variable 'ansible_search_path' from source: unknown 138029 1726888080.75235: calling self._execute() 138029 1726888080.75334: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888080.75346: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888080.75364: variable 'omit' from source: magic vars 138029 1726888080.75570: variable 'omit' from source: magic vars 138029 1726888080.75613: variable 'omit' from source: magic vars 138029 1726888080.75657: variable 'omit' from source: magic vars 138029 1726888080.75701: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888080.75743: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888080.75776: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888080.75980: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888080.76160: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888080.76164: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888080.76166: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888080.76168: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888080.76170: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888080.76172: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888080.76291: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888080.76302: Set connection var ansible_timeout to 10 138029 1726888080.76369: Set connection var ansible_pipelining to False 138029 1726888080.76377: Set connection var ansible_shell_type to sh 138029 1726888080.76382: Set connection var ansible_connection to ssh 138029 1726888080.76394: Set connection var ansible_shell_executable to /bin/sh 138029 1726888080.76420: variable 'ansible_shell_executable' from source: unknown 138029 1726888080.76426: variable 'ansible_connection' from source: unknown 138029 1726888080.76431: variable 'ansible_module_compression' from source: unknown 138029 1726888080.76464: variable 'ansible_shell_type' from source: unknown 138029 1726888080.76471: variable 'ansible_shell_executable' from source: unknown 138029 1726888080.76476: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888080.76482: variable 'ansible_pipelining' from source: unknown 138029 1726888080.76487: variable 'ansible_timeout' from source: unknown 138029 1726888080.76493: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888080.76841: 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) 138029 1726888080.76886: variable 'omit' from source: magic vars 138029 1726888080.77021: starting attempt loop 138029 1726888080.77029: running the handler 138029 1726888080.77154: _low_level_execute_command(): starting 138029 1726888080.77160: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888080.77835: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888080.77853: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888080.77874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888080.77927: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.77993: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888080.78010: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888080.78040: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888080.78129: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888080.79842: stdout chunk (state=3): >>>/root <<< 138029 1726888080.79971: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888080.79989: stderr chunk (state=3): >>><<< 138029 1726888080.80000: stdout chunk (state=3): >>><<< 138029 1726888080.80116: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888080.80119: _low_level_execute_command(): starting 138029 1726888080.80122: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888080.8002884-140407-36549124564885 `" && echo ansible-tmp-1726888080.8002884-140407-36549124564885="` echo /root/.ansible/tmp/ansible-tmp-1726888080.8002884-140407-36549124564885 `" ) && sleep 0' 138029 1726888080.80631: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888080.80644: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888080.80659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888080.80675: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888080.80697: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888080.80716: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888080.80728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.80744: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888080.80771: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.80851: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888080.80875: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888080.80912: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888080.81003: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888080.83283: stdout chunk (state=3): >>>ansible-tmp-1726888080.8002884-140407-36549124564885=/root/.ansible/tmp/ansible-tmp-1726888080.8002884-140407-36549124564885 <<< 138029 1726888080.83434: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888080.83438: stdout chunk (state=3): >>><<< 138029 1726888080.83441: stderr chunk (state=3): >>><<< 138029 1726888080.83561: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888080.8002884-140407-36549124564885=/root/.ansible/tmp/ansible-tmp-1726888080.8002884-140407-36549124564885 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888080.83564: variable 'ansible_module_compression' from source: unknown 138029 1726888080.83567: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888080.83617: variable 'ansible_facts' from source: unknown 138029 1726888080.83700: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888080.8002884-140407-36549124564885/AnsiballZ_command.py 138029 1726888080.83813: Sending initial data 138029 1726888080.83817: Sent initial data (157 bytes) 138029 1726888080.84236: 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 <<< 138029 1726888080.84241: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.84244: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888080.84246: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888080.84248: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.84296: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888080.84303: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888080.84350: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888080.85961: 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 <<< 138029 1726888080.85999: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888080.86053: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpq1iflce5 /root/.ansible/tmp/ansible-tmp-1726888080.8002884-140407-36549124564885/AnsiballZ_command.py <<< 138029 1726888080.86065: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888080.8002884-140407-36549124564885/AnsiballZ_command.py" <<< 138029 1726888080.86125: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpq1iflce5" to remote "/root/.ansible/tmp/ansible-tmp-1726888080.8002884-140407-36549124564885/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888080.8002884-140407-36549124564885/AnsiballZ_command.py" <<< 138029 1726888080.86887: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888080.86923: stderr chunk (state=3): >>><<< 138029 1726888080.86926: stdout chunk (state=3): >>><<< 138029 1726888080.86953: done transferring module to remote 138029 1726888080.87014: _low_level_execute_command(): starting 138029 1726888080.87018: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888080.8002884-140407-36549124564885/ /root/.ansible/tmp/ansible-tmp-1726888080.8002884-140407-36549124564885/AnsiballZ_command.py && sleep 0' 138029 1726888080.87391: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888080.87394: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888080.87397: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.87399: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888080.87404: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888080.87406: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.87469: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888080.87477: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888080.87506: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888080.89347: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888080.89362: stdout chunk (state=3): >>><<< 138029 1726888080.89365: stderr chunk (state=3): >>><<< 138029 1726888080.89406: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888080.89410: _low_level_execute_command(): starting 138029 1726888080.89412: _low_level_execute_command(): using become for this command 138029 1726888080.89414: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-mbfqzepgfnpkquxucorwchzgqhgoikdf ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888080.8002884-140407-36549124564885/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888080.89488: Initial state: awaiting_escalation: BECOME-SUCCESS-mbfqzepgfnpkquxucorwchzgqhgoikdf 138029 1726888080.89851: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888080.89862: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888080.89893: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888080.89899: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888080.89950: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888080.92866: stdout chunk (state=1): >>>BECOME-SUCCESS-mbfqzepgfnpkquxucorwchzgqhgoikdf <<< 138029 1726888080.92870: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-mbfqzepgfnpkquxucorwchzgqhgoikdf' 138029 1726888080.93189: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888080.93224: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888080.93259: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888080.93267: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888080.93343: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888080.93348: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888080.93388: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888080.93425: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888080.93436: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888080.93460: stdout chunk (state=3): >>>import 'zipimport' # <<< 138029 1726888080.93486: stdout chunk (state=3): >>> # installed zipimport hook <<< 138029 1726888080.93500: 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' <<< 138029 1726888080.93525: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888080.93551: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888080.93590: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888080.93611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888080.93627: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48222183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48221e7a10> <<< 138029 1726888080.93660: 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 0x7f482221a960> <<< 138029 1726888080.93741: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888080.93744: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888080.93746: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888080.93770: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888080.93783: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888080.93930: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 138029 1726888080.94053: 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 <<< 138029 1726888080.94126: 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 0x7f4821fc8fe0> <<< 138029 1726888080.94185: 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 0x7f4821fc9fd0> import 'site' # <<< 138029 1726888080.94212: 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. <<< 138029 1726888080.94448: 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' <<< 138029 1726888080.94483: 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 <<< 138029 1726888080.94607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888080.94645: 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 0x7f482200fda0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888080.94722: 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 0x7f482200ffb0> # /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' <<< 138029 1726888080.94761: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888080.94804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888080.94843: 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 0x7f482203f770> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888080.94888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482203fe00> <<< 138029 1726888080.94903: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888080.94921: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482201fa40> <<< 138029 1726888080.94957: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888080.94976: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482201d160> <<< 138029 1726888080.95056: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482200cf50> <<< 138029 1726888080.95107: 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' <<< 138029 1726888080.95133: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888080.95140: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888080.95200: 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 <<< 138029 1726888080.95217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888080.95247: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48220636e0> <<< 138029 1726888080.95285: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4822062300> <<< 138029 1726888080.95309: 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 0x7f482201e150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4822060b30> <<< 138029 1726888080.95338: 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 0x7f4822094710> <<< 138029 1726888080.95361: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482200c1d0> <<< 138029 1726888080.95383: 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' <<< 138029 1726888080.95419: 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 0x7f4822094bc0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4822094a70> <<< 138029 1726888080.95457: 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 0x7f4822094e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4822002cf0> <<< 138029 1726888080.95498: 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' <<< 138029 1726888080.95553: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888080.95563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4822095550> <<< 138029 1726888080.95566: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4822095220> <<< 138029 1726888080.95569: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888080.95601: 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' <<< 138029 1726888080.95651: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4822096450> <<< 138029 1726888080.95654: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888080.95679: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888080.95683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888080.95738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888080.95770: 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 0x7f48220b0680> <<< 138029 1726888080.95786: 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 0x7f48220b1dc0> <<< 138029 1726888080.95812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888080.95821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888080.95852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888080.95857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888080.95873: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48220b2c60> <<< 138029 1726888080.95892: 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 0x7f48220b3290> <<< 138029 1726888080.95903: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48220b21b0> <<< 138029 1726888080.95943: 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' <<< 138029 1726888080.95980: 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' <<< 138029 1726888080.95996: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48220b3d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48220b3440> <<< 138029 1726888080.96037: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48220964b0> <<< 138029 1726888080.96063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888080.96090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888080.96116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888080.96139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888080.96205: 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 0x7f4821e2bc50> <<< 138029 1726888080.96212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888080.96216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888080.96222: 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 0x7f4821e54740> <<< 138029 1726888080.96241: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821e544a0> <<< 138029 1726888080.96266: 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 0x7f4821e54770> <<< 138029 1726888080.96292: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888080.96304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888080.96374: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888080.96503: 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 0x7f4821e55010> <<< 138029 1726888080.96632: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888080.96639: 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 0x7f4821e559d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821e548c0> <<< 138029 1726888080.96648: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821e29df0> <<< 138029 1726888080.96660: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888080.96684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888080.96702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888080.96728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888080.96746: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821e56db0> <<< 138029 1726888080.96768: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821e55af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4822096ba0> <<< 138029 1726888080.96796: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888080.96865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888080.96875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888080.96910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888080.96942: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821e83140> <<< 138029 1726888080.96992: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888080.97011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888080.97030: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888080.97054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888080.97098: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821eab4d0> <<< 138029 1726888080.97119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888080.97165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888080.97228: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888080.97250: 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 0x7f4821f04290> <<< 138029 1726888080.97270: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888080.97300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888080.97324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888080.97366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888080.97457: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821f069f0> <<< 138029 1726888080.97526: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821f043b0> <<< 138029 1726888080.97567: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821ed12b0> <<< 138029 1726888080.97594: 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 0x7f4821d09370> <<< 138029 1726888080.97622: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821eaa2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821e57d10> <<< 138029 1726888080.98206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888080.98218: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4821eaa630> <<< 138029 1726888080.99557: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload__p7chvfo/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 138029 1726888080.99700: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888080.99718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888080.99751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888080.99794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888080.99876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888080.99937: 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' <<< 138029 1726888080.99941: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821d5f080> import '_typing' # <<< 138029 1726888081.00125: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821d41f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821d410d0> # zipimport: zlib available <<< 138029 1726888081.00158: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888081.00177: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.00205: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888081.00219: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888081.00265: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.01648: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.02782: 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 0x7f4821d5cf20> <<< 138029 1726888081.02830: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888081.02839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888081.02893: 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 <<< 138029 1726888081.02922: 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 0x7f4821d8aab0> <<< 138029 1726888081.02959: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821d8a840> <<< 138029 1726888081.03002: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821d8a180> <<< 138029 1726888081.03010: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888081.03033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888081.03081: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821d8aba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821d5faa0> <<< 138029 1726888081.03118: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888081.03122: 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 0x7f4821d8b860> <<< 138029 1726888081.03142: 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 0x7f4821d8baa0> <<< 138029 1726888081.03176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888081.03226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888081.03229: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888081.03274: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821d8bf80> <<< 138029 1726888081.03305: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888081.03330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888081.03372: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821719d00> <<< 138029 1726888081.03400: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888081.03417: 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 0x7f482171b920> <<< 138029 1726888081.03443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888081.03448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888081.03492: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482171c2f0> <<< 138029 1726888081.03517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888081.03540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888081.03567: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482171d490> <<< 138029 1726888081.03582: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888081.03626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888081.03633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888081.03645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888081.03693: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482171ff50> <<< 138029 1726888081.03730: 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 0x7f48220b2ae0> <<< 138029 1726888081.03752: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482171e210> <<< 138029 1726888081.03780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888081.03821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888081.03824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888081.03862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888081.03866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888081.03904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888081.03920: 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 0x7f4821727e30> <<< 138029 1726888081.03939: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888081.04000: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821726900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821726660> <<< 138029 1726888081.04015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888081.04032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888081.04104: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821726bd0> <<< 138029 1726888081.04140: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482171e720> <<< 138029 1726888081.04178: 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 0x7f482176be90> <<< 138029 1726888081.04204: 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 0x7f482176c110> <<< 138029 1726888081.04253: 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 <<< 138029 1726888081.04259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888081.04278: 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' <<< 138029 1726888081.04312: 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 0x7f482176dca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482176da90> <<< 138029 1726888081.04331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888081.04432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888081.04506: 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 0x7f4821770260> <<< 138029 1726888081.04518: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482176e390> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888081.04595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888081.04620: 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' # <<< 138029 1726888081.04645: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48217739e0> <<< 138029 1726888081.04776: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48217703e0> <<< 138029 1726888081.04849: 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 0x7f4821774800> <<< 138029 1726888081.04872: 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 0x7f4821774a70> <<< 138029 1726888081.04905: 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 0x7f4821774bf0> <<< 138029 1726888081.04913: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482176c3e0> <<< 138029 1726888081.04948: 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' <<< 138029 1726888081.04967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888081.04988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888081.05013: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888081.05039: 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 0x7f4821600350> <<< 138029 1726888081.05190: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888081.05195: 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 0x7f4821601460> <<< 138029 1726888081.05219: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821776ae0> <<< 138029 1726888081.05240: 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 0x7f4821777e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821776720> <<< 138029 1726888081.05267: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.05274: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.05296: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888081.05393: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.05480: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.05501: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888081.05519: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.05526: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.05545: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888081.05550: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.05673: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.05787: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.06359: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.06899: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888081.06914: 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' # <<< 138029 1726888081.06939: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888081.06973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888081.07015: 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 0x7f4821605790> <<< 138029 1726888081.07097: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888081.07100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888081.07126: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821606510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48216015e0> <<< 138029 1726888081.07180: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888081.07188: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.07216: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.07221: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888081.07245: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.07390: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.07544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888081.07552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 138029 1726888081.07574: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48216063c0> <<< 138029 1726888081.07579: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.08051: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.08491: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.08568: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.08648: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888081.08654: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.08689: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.08727: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888081.08750: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.08811: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.08932: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888081.08937: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.08983: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.09019: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888081.09021: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.09265: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.09487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888081.09552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888081.09563: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888081.09634: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821607710> <<< 138029 1726888081.09647: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.09719: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.09799: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888081.09806: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888081.09837: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.09874: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.09920: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888081.09969: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.09980: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.10013: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.10082: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.10146: 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 <<< 138029 1726888081.10193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888081.10284: 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 0x7f4821612180> <<< 138029 1726888081.10309: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482160d010> <<< 138029 1726888081.10375: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888081.10479: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.10505: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888081.10563: 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 <<< 138029 1726888081.10597: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888081.10615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888081.10676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888081.10688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888081.10711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888081.10771: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821702b10> <<< 138029 1726888081.10809: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821db27e0> <<< 138029 1726888081.10895: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821612300> <<< 138029 1726888081.10900: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821774b90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888081.10938: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.10967: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888081.11019: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888081.11027: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.11057: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888081.11066: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.11173: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.11286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888081.11301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888081.11310: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48216a4650> <<< 138029 1726888081.11395: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.11845: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:08:01.114302", "end": "2024-09-20 23:08:01.117425", "delta": "0:00:00.003123", "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}}} <<< 138029 1726888081.11878: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888081.12326: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888081.12341: 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 <<< 138029 1726888081.12374: 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 <<< 138029 1726888081.12378: 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 <<< 138029 1726888081.12431: stdout chunk (state=3): >>># cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external<<< 138029 1726888081.12456: stdout chunk (state=3): >>> # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp <<< 138029 1726888081.12523: 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.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 138029 1726888081.12768: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888081.12819: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888081.12851: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888081.12875: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath <<< 138029 1726888081.12929: 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 <<< 138029 1726888081.12958: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 138029 1726888081.12980: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 138029 1726888081.13024: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno <<< 138029 1726888081.13083: 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 <<< 138029 1726888081.13213: 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 <<< 138029 1726888081.13274: 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 <<< 138029 1726888081.13291: 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 <<< 138029 1726888081.13422: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 138029 1726888081.13485: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888081.13494: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888081.13545: 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 <<< 138029 1726888081.13637: 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 <<< 138029 1726888081.13686: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 138029 1726888081.13721: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888081.13728: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888081.13753: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888081.14229: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888081.14443: stderr chunk (state=3): >>><<< 138029 1726888081.14446: stdout chunk (state=3): >>><<< 138029 1726888081.14465: _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 0x7f48222183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48221e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482221a960> 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 0x7f4821fc8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f4821fc9fd0> 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 0x7f482200fda0> # /usr/lib64/python3.12/__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 0x7f482200ffb0> # /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 0x7f482203f770> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482203fe00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482201fa40> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482201d160> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482200cf50> # /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 0x7f48220636e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4822062300> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482201e150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4822060b30> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4822094710> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482200c1d0> # /usr/lib64/python3.12/__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 0x7f4822094bc0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4822094a70> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4822094e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4822002cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f4822095550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4822095220> 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 0x7f4822096450> 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 0x7f48220b0680> 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 0x7f48220b1dc0> # /usr/lib64/python3.12/__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 0x7f48220b2c60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48220b3290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48220b21b0> # /usr/lib64/python3.12/__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 0x7f48220b3d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48220b3440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48220964b0> # /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 0x7f4821e2bc50> # /usr/lib64/python3.12/__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 0x7f4821e54740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821e544a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4821e54770> # /usr/lib64/python3.12/__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 0x7f4821e55010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4821e559d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821e548c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821e29df0> # /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 0x7f4821e56db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821e55af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4822096ba0> # /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 0x7f4821e83140> # /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 0x7f4821eab4d0> # /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 0x7f4821f04290> # /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 0x7f4821f069f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821f043b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821ed12b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821d09370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821eaa2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821e57d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4821eaa630> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload__p7chvfo/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 0x7f4821d5f080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821d41f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821d410d0> # 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 0x7f4821d5cf20> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f4821d8aab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821d8a840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821d8a180> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f4821d8aba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821d5faa0> 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 0x7f4821d8b860> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4821d8baa0> # /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 0x7f4821d8bf80> 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 0x7f4821719d00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f482171b920> # /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 0x7f482171c2f0> # /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 0x7f482171d490> # /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 0x7f482171ff50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48220b2ae0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482171e210> # /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 0x7f4821727e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821726900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821726660> # /usr/lib64/python3.12/__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 0x7f4821726bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482171e720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f482176be90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482176c110> # /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 0x7f482176dca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482176da90> # /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 0x7f4821770260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482176e390> # /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 0x7f48217739e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48217703e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4821774800> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4821774a70> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4821774bf0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482176c3e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f4821600350> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4821601460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821776ae0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4821777e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821776720> # 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 0x7f4821605790> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f4821606510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48216015e0> 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 0x7f48216063c0> # 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 0x7f4821607710> # 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 0x7f4821612180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f482160d010> 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 0x7f4821702b10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821db27e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821612300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4821774b90> # 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 0x7f48216a4650> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:08:01.114302", "end": "2024-09-20 23:08:01.117425", "delta": "0:00:00.003123", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888081.15565: 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-1726888080.8002884-140407-36549124564885/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888081.15569: _low_level_execute_command(): starting 138029 1726888081.15572: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888080.8002884-140407-36549124564885/ > /dev/null 2>&1 && sleep 0' 138029 1726888081.15878: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888081.15995: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888081.16056: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888081.16131: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888081.17995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888081.18045: stderr chunk (state=3): >>><<< 138029 1726888081.18069: stdout chunk (state=3): >>><<< 138029 1726888081.18088: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888081.18168: handler run complete 138029 1726888081.18172: Evaluated conditional (False): False 138029 1726888081.18174: Evaluated conditional (False): False 138029 1726888081.18176: attempt loop complete, returning result 138029 1726888081.18178: _execute() done 138029 1726888081.18180: dumping result to json 138029 1726888081.18182: done dumping result, returning 138029 1726888081.18198: done running TaskExecutor() for managed_node3/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-5a58-73a2-0000000003ae] 138029 1726888081.18209: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003ae ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003123", "end": "2024-09-20 23:08:01.117425", "failed_when_result": false, "rc": 0, "start": "2024-09-20 23:08:01.114302" } 138029 1726888081.18518: no more pending results, returning what we have 138029 1726888081.18522: results queue empty 138029 1726888081.18523: checking for any_errors_fatal 138029 1726888081.18531: done checking for any_errors_fatal 138029 1726888081.18532: checking for max_fail_percentage 138029 1726888081.18533: done checking for max_fail_percentage 138029 1726888081.18534: checking to see if all hosts have failed and the running result is not ok 138029 1726888081.18535: done checking to see if all hosts have failed 138029 1726888081.18535: getting the remaining hosts for this loop 138029 1726888081.18537: done getting the remaining hosts for this loop 138029 1726888081.18541: getting the next task for host managed_node3 138029 1726888081.18546: done getting next task for host managed_node3 138029 1726888081.18549: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 138029 1726888081.18552: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888081.18559: getting variables 138029 1726888081.18560: in VariableManager get_vars() 138029 1726888081.18592: Calling all_inventory to load vars for managed_node3 138029 1726888081.18594: Calling groups_inventory to load vars for managed_node3 138029 1726888081.18597: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888081.18608: Calling all_plugins_play to load vars for managed_node3 138029 1726888081.18610: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888081.18713: Calling groups_plugins_play to load vars for managed_node3 138029 1726888081.19324: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003ae 138029 1726888081.19327: WORKER PROCESS EXITING 138029 1726888081.20879: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888081.21894: done with get_vars() 138029 1726888081.21911: 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:08:01 -0400 (0:00:00.475) 0:01:33.943 ****** 138029 1726888081.22012: entering _queue_task() for managed_node3/include_tasks 138029 1726888081.22308: worker is 1 (out of 1 available) 138029 1726888081.22325: exiting _queue_task() for managed_node3/include_tasks 138029 1726888081.22338: done queuing things up, now waiting for results queue to drain 138029 1726888081.22340: waiting for pending results... 138029 1726888081.22717: running TaskExecutor() for managed_node3/TASK: Verify the volumes listed in storage_pools were correctly managed 138029 1726888081.22866: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000003af 138029 1726888081.22871: variable 'ansible_search_path' from source: unknown 138029 1726888081.22911: variable '_storage_pools_list' from source: set_fact 138029 1726888081.23218: variable '_storage_pools_list' from source: set_fact 138029 1726888081.24848: variable 'omit' from source: magic vars 138029 1726888081.25053: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888081.25072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888081.25087: variable 'omit' from source: magic vars 138029 1726888081.25377: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888081.25702: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888081.25758: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888081.26693: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888081.26793: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888081.26913: 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) 138029 1726888081.26916: 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) 138029 1726888081.26998: 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) 138029 1726888081.27035: 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) 138029 1726888081.27169: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888081.30279: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888081.30367: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888081.30504: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888081.30507: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888081.30510: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888081.30525: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888081.30557: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888081.30590: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888081.30664: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888081.30682: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888081.30812: variable '_storage_pools_list' from source: set_fact 138029 1726888081.30865: Evaluated conditional (_storage_pools_list is defined and _storage_pools_list | length > 0): True 138029 1726888081.30906: variable 'storage_test_pool' from source: unknown 138029 1726888081.30989: variable 'storage_test_pool' from source: unknown 138029 1726888081.32354: dumping result to json 138029 1726888081.32361: done dumping result, returning 138029 1726888081.32363: done running TaskExecutor() for managed_node3/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-5a58-73a2-0000000003af] 138029 1726888081.32365: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003af 138029 1726888081.32849: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003af 138029 1726888081.32854: WORKER PROCESS EXITING 138029 1726888081.33095: no more pending results, returning what we have 138029 1726888081.33100: in VariableManager get_vars() 138029 1726888081.33162: Calling all_inventory to load vars for managed_node3 138029 1726888081.33166: Calling groups_inventory to load vars for managed_node3 138029 1726888081.33169: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888081.33180: Calling all_plugins_play to load vars for managed_node3 138029 1726888081.33183: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888081.33186: Calling groups_plugins_play to load vars for managed_node3 138029 1726888081.34315: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888081.35398: done with get_vars() 138029 1726888081.35427: variable 'ansible_search_path' from source: unknown 138029 1726888081.35517: we have included files to process 138029 1726888081.35519: generating all_blocks data 138029 1726888081.35523: done generating all_blocks data 138029 1726888081.35527: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 138029 1726888081.35528: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 138029 1726888081.35531: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 138029 1726888081.36205: in VariableManager get_vars() 138029 1726888081.36226: done with get_vars() 138029 1726888081.36238: done processing included file 138029 1726888081.36240: iterating over new_blocks loaded from include file 138029 1726888081.36241: in VariableManager get_vars() 138029 1726888081.36284: done with get_vars() 138029 1726888081.36286: filtering new block on tags 138029 1726888081.36335: done filtering new block on tags 138029 1726888081.36338: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 => (item={'disks': ['sda', 'sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'vg1', 'raid_level': 'raid1', 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': 'UUID=ac246704-920b-4020-af6e-f443534e195b', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}, {'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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}, {'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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) 138029 1726888081.36370: extending task lists for all hosts with included blocks 138029 1726888081.36660: done extending task lists 138029 1726888081.36661: done processing included files 138029 1726888081.36662: results queue empty 138029 1726888081.36662: checking for any_errors_fatal 138029 1726888081.36666: done checking for any_errors_fatal 138029 1726888081.36667: checking for max_fail_percentage 138029 1726888081.36668: done checking for max_fail_percentage 138029 1726888081.36669: checking to see if all hosts have failed and the running result is not ok 138029 1726888081.36669: done checking to see if all hosts have failed 138029 1726888081.36670: getting the remaining hosts for this loop 138029 1726888081.36671: done getting the remaining hosts for this loop 138029 1726888081.36674: getting the next task for host managed_node3 138029 1726888081.36677: done getting next task for host managed_node3 138029 1726888081.36679: ^ task is: TASK: Set _storage_pool_tests 138029 1726888081.36682: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888081.36684: getting variables 138029 1726888081.36685: in VariableManager get_vars() 138029 1726888081.36695: Calling all_inventory to load vars for managed_node3 138029 1726888081.36697: Calling groups_inventory to load vars for managed_node3 138029 1726888081.36699: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888081.36705: Calling all_plugins_play to load vars for managed_node3 138029 1726888081.36707: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888081.36710: Calling groups_plugins_play to load vars for managed_node3 138029 1726888081.37232: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888081.37825: done with get_vars() 138029 1726888081.37846: done getting variables 138029 1726888081.37895: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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_pool_tests] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Friday 20 September 2024 23:08:01 -0400 (0:00:00.159) 0:01:34.102 ****** 138029 1726888081.37925: entering _queue_task() for managed_node3/set_fact 138029 1726888081.38235: worker is 1 (out of 1 available) 138029 1726888081.38247: exiting _queue_task() for managed_node3/set_fact 138029 1726888081.38461: done queuing things up, now waiting for results queue to drain 138029 1726888081.38463: waiting for pending results... 138029 1726888081.38593: running TaskExecutor() for managed_node3/TASK: Set _storage_pool_tests 138029 1726888081.38798: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000437 138029 1726888081.38803: variable 'ansible_search_path' from source: unknown 138029 1726888081.38807: calling self._execute() 138029 1726888081.38851: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888081.38867: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888081.38882: variable 'omit' from source: magic vars 138029 1726888081.39004: variable 'omit' from source: magic vars 138029 1726888081.39063: variable 'omit' from source: magic vars 138029 1726888081.39105: variable 'omit' from source: magic vars 138029 1726888081.39161: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888081.39206: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888081.39239: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888081.39264: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888081.39282: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888081.39303: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888081.39326: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888081.39368: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888081.39376: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888081.39383: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888081.39554: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888081.39559: Set connection var ansible_timeout to 10 138029 1726888081.39562: Set connection var ansible_pipelining to False 138029 1726888081.39564: Set connection var ansible_shell_type to sh 138029 1726888081.39566: Set connection var ansible_connection to ssh 138029 1726888081.39569: Set connection var ansible_shell_executable to /bin/sh 138029 1726888081.39578: variable 'ansible_shell_executable' from source: unknown 138029 1726888081.39586: variable 'ansible_connection' from source: unknown 138029 1726888081.39593: variable 'ansible_module_compression' from source: unknown 138029 1726888081.39600: variable 'ansible_shell_type' from source: unknown 138029 1726888081.39607: variable 'ansible_shell_executable' from source: unknown 138029 1726888081.39613: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888081.39661: variable 'ansible_pipelining' from source: unknown 138029 1726888081.39664: variable 'ansible_timeout' from source: unknown 138029 1726888081.39666: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888081.39791: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888081.39810: variable 'omit' from source: magic vars 138029 1726888081.39821: starting attempt loop 138029 1726888081.39829: running the handler 138029 1726888081.39845: handler run complete 138029 1726888081.39860: attempt loop complete, returning result 138029 1726888081.39877: _execute() done 138029 1726888081.39880: dumping result to json 138029 1726888081.39883: done dumping result, returning 138029 1726888081.39987: done running TaskExecutor() for managed_node3/TASK: Set _storage_pool_tests [0affc8a3-6f6f-5a58-73a2-000000000437] 138029 1726888081.39990: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000437 138029 1726888081.40051: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000437 138029 1726888081.40054: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } 138029 1726888081.40153: no more pending results, returning what we have 138029 1726888081.40161: results queue empty 138029 1726888081.40162: checking for any_errors_fatal 138029 1726888081.40164: done checking for any_errors_fatal 138029 1726888081.40164: checking for max_fail_percentage 138029 1726888081.40167: done checking for max_fail_percentage 138029 1726888081.40168: checking to see if all hosts have failed and the running result is not ok 138029 1726888081.40168: done checking to see if all hosts have failed 138029 1726888081.40169: getting the remaining hosts for this loop 138029 1726888081.40171: done getting the remaining hosts for this loop 138029 1726888081.40175: getting the next task for host managed_node3 138029 1726888081.40183: done getting next task for host managed_node3 138029 1726888081.40185: ^ task is: TASK: Get VG shared value status 138029 1726888081.40190: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888081.40195: getting variables 138029 1726888081.40197: in VariableManager get_vars() 138029 1726888081.40235: Calling all_inventory to load vars for managed_node3 138029 1726888081.40238: Calling groups_inventory to load vars for managed_node3 138029 1726888081.40242: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888081.40254: Calling all_plugins_play to load vars for managed_node3 138029 1726888081.40362: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888081.40366: Calling groups_plugins_play to load vars for managed_node3 138029 1726888081.41039: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888081.41698: done with get_vars() 138029 1726888081.41715: done getting variables 138029 1726888081.41773: 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 VG shared value status] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Friday 20 September 2024 23:08:01 -0400 (0:00:00.038) 0:01:34.141 ****** 138029 1726888081.41803: entering _queue_task() for managed_node3/command 138029 1726888081.42086: worker is 1 (out of 1 available) 138029 1726888081.42098: exiting _queue_task() for managed_node3/command 138029 1726888081.42113: done queuing things up, now waiting for results queue to drain 138029 1726888081.42114: waiting for pending results... 138029 1726888081.42393: running TaskExecutor() for managed_node3/TASK: Get VG shared value status 138029 1726888081.42564: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000438 138029 1726888081.42569: variable 'ansible_search_path' from source: unknown 138029 1726888081.42583: calling self._execute() 138029 1726888081.42689: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888081.42702: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888081.42717: variable 'omit' from source: magic vars 138029 1726888081.43198: variable 'storage_test_pool' from source: include params 138029 1726888081.43267: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 138029 1726888081.43340: variable 'omit' from source: magic vars 138029 1726888081.43343: variable 'omit' from source: magic vars 138029 1726888081.43438: variable 'storage_test_pool' from source: include params 138029 1726888081.43506: variable 'omit' from source: magic vars 138029 1726888081.43553: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888081.43601: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888081.43628: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888081.43652: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888081.43675: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888081.43760: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888081.43763: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888081.43765: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888081.43768: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888081.43770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888081.43885: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888081.43898: Set connection var ansible_timeout to 10 138029 1726888081.43906: Set connection var ansible_pipelining to False 138029 1726888081.43911: Set connection var ansible_shell_type to sh 138029 1726888081.43915: Set connection var ansible_connection to ssh 138029 1726888081.43922: Set connection var ansible_shell_executable to /bin/sh 138029 1726888081.43947: variable 'ansible_shell_executable' from source: unknown 138029 1726888081.43952: variable 'ansible_connection' from source: unknown 138029 1726888081.43960: variable 'ansible_module_compression' from source: unknown 138029 1726888081.44002: variable 'ansible_shell_type' from source: unknown 138029 1726888081.44005: variable 'ansible_shell_executable' from source: unknown 138029 1726888081.44007: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888081.44009: variable 'ansible_pipelining' from source: unknown 138029 1726888081.44011: variable 'ansible_timeout' from source: unknown 138029 1726888081.44014: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888081.44152: 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) 138029 1726888081.44172: variable 'omit' from source: magic vars 138029 1726888081.44221: starting attempt loop 138029 1726888081.44224: running the handler 138029 1726888081.44226: _low_level_execute_command(): starting 138029 1726888081.44228: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888081.44906: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888081.44925: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888081.44942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888081.44968: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888081.44987: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888081.44998: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888081.45046: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888081.45105: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888081.45123: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888081.45164: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888081.45256: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888081.47000: stdout chunk (state=3): >>>/root <<< 138029 1726888081.47150: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888081.47154: stdout chunk (state=3): >>><<< 138029 1726888081.47159: stderr chunk (state=3): >>><<< 138029 1726888081.47187: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888081.47295: _low_level_execute_command(): starting 138029 1726888081.47300: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888081.4719646-140441-155319206818501 `" && echo ansible-tmp-1726888081.4719646-140441-155319206818501="` echo /root/.ansible/tmp/ansible-tmp-1726888081.4719646-140441-155319206818501 `" ) && sleep 0' 138029 1726888081.47874: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888081.47906: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888081.47922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888081.47940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888081.47968: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888081.47979: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888081.47991: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888081.48073: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888081.48088: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888081.48107: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888081.48134: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888081.48281: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888081.52645: stdout chunk (state=3): >>>ansible-tmp-1726888081.4719646-140441-155319206818501=/root/.ansible/tmp/ansible-tmp-1726888081.4719646-140441-155319206818501 <<< 138029 1726888081.52872: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888081.52876: stdout chunk (state=3): >>><<< 138029 1726888081.52878: stderr chunk (state=3): >>><<< 138029 1726888081.52881: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888081.4719646-140441-155319206818501=/root/.ansible/tmp/ansible-tmp-1726888081.4719646-140441-155319206818501 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888081.52891: variable 'ansible_module_compression' from source: unknown 138029 1726888081.52947: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888081.53003: variable 'ansible_facts' from source: unknown 138029 1726888081.53107: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888081.4719646-140441-155319206818501/AnsiballZ_command.py 138029 1726888081.53343: Sending initial data 138029 1726888081.53364: Sent initial data (158 bytes) 138029 1726888081.53874: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888081.53883: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888081.53982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888081.53990: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888081.54050: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888081.55774: 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 <<< 138029 1726888081.55802: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888081.55853: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpavr9pany /root/.ansible/tmp/ansible-tmp-1726888081.4719646-140441-155319206818501/AnsiballZ_command.py <<< 138029 1726888081.55867: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888081.4719646-140441-155319206818501/AnsiballZ_command.py" <<< 138029 1726888081.55914: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpavr9pany" to remote "/root/.ansible/tmp/ansible-tmp-1726888081.4719646-140441-155319206818501/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888081.4719646-140441-155319206818501/AnsiballZ_command.py" <<< 138029 1726888081.56482: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888081.56528: stderr chunk (state=3): >>><<< 138029 1726888081.56531: stdout chunk (state=3): >>><<< 138029 1726888081.56570: done transferring module to remote 138029 1726888081.56584: _low_level_execute_command(): starting 138029 1726888081.56587: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888081.4719646-140441-155319206818501/ /root/.ansible/tmp/ansible-tmp-1726888081.4719646-140441-155319206818501/AnsiballZ_command.py && sleep 0' 138029 1726888081.57024: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888081.57028: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888081.57034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888081.57039: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888081.57041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888081.57087: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888081.57090: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888081.57144: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888081.59071: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888081.59099: stderr chunk (state=3): >>><<< 138029 1726888081.59102: stdout chunk (state=3): >>><<< 138029 1726888081.59113: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888081.59128: _low_level_execute_command(): starting 138029 1726888081.59131: _low_level_execute_command(): using become for this command 138029 1726888081.59134: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-oeadonetqubcnrdrftzmglfdeqyixhkh ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888081.4719646-140441-155319206818501/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888081.59218: Initial state: awaiting_escalation: BECOME-SUCCESS-oeadonetqubcnrdrftzmglfdeqyixhkh 138029 1726888081.59600: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888081.59604: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888081.59626: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888081.59639: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888081.59700: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888081.62839: stdout chunk (state=1): >>>BECOME-SUCCESS-oeadonetqubcnrdrftzmglfdeqyixhkh <<< 138029 1726888081.62843: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-oeadonetqubcnrdrftzmglfdeqyixhkh' 138029 1726888081.63167: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888081.63208: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888081.63212: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888081.63215: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888081.63283: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888081.63323: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888081.63369: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888081.63392: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888081.63453: 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' <<< 138029 1726888081.63486: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888081.63503: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888081.63560: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888081.63565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888081.63603: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc93bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc938ba10> <<< 138029 1726888081.63606: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888081.63632: 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 0x7f4cc93be930> <<< 138029 1726888081.63643: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888081.63671: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888081.63707: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888081.63743: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888081.64016: 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' <<< 138029 1726888081.64042: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc93ccfe0> <<< 138029 1726888081.64099: 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' <<< 138029 1726888081.64108: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc93cdfd0> <<< 138029 1726888081.64195: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888081.64198: 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. <<< 138029 1726888081.64385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888081.64407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888081.64492: 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 <<< 138029 1726888081.64517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888081.64627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888081.64672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc91d3d70> <<< 138029 1726888081.64764: 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 0x7f4cc91d3fb0> # /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' <<< 138029 1726888081.64810: 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' 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 0x7f4cc92037a0> <<< 138029 1726888081.64841: 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 0x7f4cc9203e30> <<< 138029 1726888081.64870: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888081.64936: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc91e3a40> <<< 138029 1726888081.64968: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888081.64971: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc91e1160> <<< 138029 1726888081.65107: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc91d0f20> <<< 138029 1726888081.65112: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888081.65115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888081.65195: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888081.65199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888081.65238: 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' <<< 138029 1726888081.65242: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9227680> <<< 138029 1726888081.65281: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc92262a0> <<< 138029 1726888081.65284: 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 0x7f4cc91e2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc91d27e0> <<< 138029 1726888081.65346: 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 0x7f4cc9258650> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc91d01a0> <<< 138029 1726888081.65382: 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' <<< 138029 1726888081.65419: 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 0x7f4cc9258b00> <<< 138029 1726888081.65434: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc92589b0> <<< 138029 1726888081.65471: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888081.65474: 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 0x7f4cc9258da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc91c6cc0> <<< 138029 1726888081.65524: 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' <<< 138029 1726888081.65537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888081.65619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888081.65629: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9259490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9259160> import 'importlib.machinery' # <<< 138029 1726888081.65689: 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 0x7f4cc925a390> <<< 138029 1726888081.65692: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888081.65712: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888081.65743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888081.65785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888081.65788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9274590> <<< 138029 1726888081.65799: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888081.65820: 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 0x7f4cc9275ca0> <<< 138029 1726888081.65852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888081.65860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888081.65886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888081.65899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888081.65911: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9276b40> <<< 138029 1726888081.65946: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888081.65964: 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 0x7f4cc92771a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9276090> <<< 138029 1726888081.65983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888081.65986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888081.66026: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888081.66035: 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 0x7f4cc9277c20> <<< 138029 1726888081.66099: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9277350> <<< 138029 1726888081.66110: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc925a300> <<< 138029 1726888081.66129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888081.66153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888081.66215: 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' <<< 138029 1726888081.66227: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888081.66259: 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 0x7f4cc8fefb30> <<< 138029 1726888081.66287: 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' <<< 138029 1726888081.66306: 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' <<< 138029 1726888081.66331: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc9018620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9018380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc9018530> <<< 138029 1726888081.66371: 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' <<< 138029 1726888081.66447: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888081.66626: 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 0x7f4cc9018ec0> <<< 138029 1726888081.66751: 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 0x7f4cc90198b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9018770> <<< 138029 1726888081.66757: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8fedcd0> <<< 138029 1726888081.66791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888081.66813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888081.66836: 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' <<< 138029 1726888081.66885: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc901ac60> <<< 138029 1726888081.66888: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc90199d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc925aab0> <<< 138029 1726888081.66915: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888081.66988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888081.67005: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888081.67034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888081.67072: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9046f60> <<< 138029 1726888081.67128: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888081.67138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888081.67156: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888081.67177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888081.67223: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc906f2c0> <<< 138029 1726888081.67257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888081.67315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888081.67366: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888081.67377: 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 0x7f4cc90c80e0> <<< 138029 1726888081.67396: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888081.67449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888081.67469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888081.67513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888081.67583: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc90ca840> <<< 138029 1726888081.67671: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc90c8200> <<< 138029 1726888081.67701: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc906ff50> <<< 138029 1726888081.67740: 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 0x7f4cc8929190> <<< 138029 1726888081.67834: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc906e0c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc901bb60> <<< 138029 1726888081.69672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888081.69686: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4cc906e6c0> <<< 138029 1726888081.70859: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_3p0hyykm/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 138029 1726888081.71065: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.71116: 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 <<< 138029 1726888081.71301: 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' <<< 138029 1726888081.71319: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc897ae10> import '_typing' # <<< 138029 1726888081.71405: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc895dd00> <<< 138029 1726888081.71525: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc895cef0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888081.71585: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888081.72960: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.74153: 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 0x7f4cc8978cb0> <<< 138029 1726888081.74186: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888081.74218: 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 <<< 138029 1726888081.74222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888081.74245: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888081.74250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888081.74281: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888081.74286: 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 0x7f4cc89aa7b0> <<< 138029 1726888081.74327: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc89aa540> <<< 138029 1726888081.74369: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc89a9e50> <<< 138029 1726888081.74372: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888081.74392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888081.74433: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc89aa8a0> <<< 138029 1726888081.74441: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc897b830> import 'atexit' # <<< 138029 1726888081.74471: 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 0x7f4cc89ab4d0> <<< 138029 1726888081.74497: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888081.74501: 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 0x7f4cc89ab710> <<< 138029 1726888081.74532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888081.74576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888081.74590: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888081.74646: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc89abc50> <<< 138029 1726888081.74660: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888081.74678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888081.74701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888081.74737: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc88119d0> <<< 138029 1726888081.74771: 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 0x7f4cc88135f0> <<< 138029 1726888081.74789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888081.74811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888081.74849: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8813fb0> <<< 138029 1726888081.74873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888081.74904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888081.74926: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8815190> <<< 138029 1726888081.74943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888081.74986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888081.75015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888081.75025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888081.75074: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8817c20> <<< 138029 1726888081.75114: 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 0x7f4cc895ef00> <<< 138029 1726888081.75136: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8815ee0> <<< 138029 1726888081.75170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888081.75196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888081.75235: 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' <<< 138029 1726888081.75241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888081.75275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888081.75310: 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' <<< 138029 1726888081.75325: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc881fb60> import '_tokenize' # <<< 138029 1726888081.75387: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc881e630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc881e390> <<< 138029 1726888081.75428: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888081.75431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888081.75499: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc881e900> <<< 138029 1726888081.75535: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc88163f0> <<< 138029 1726888081.75575: 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 0x7f4cc8863e30> <<< 138029 1726888081.75605: 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 0x7f4cc8863800> <<< 138029 1726888081.75615: 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 <<< 138029 1726888081.75626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888081.75639: 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' <<< 138029 1726888081.75703: 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 0x7f4cc8865a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc88657f0> <<< 138029 1726888081.75719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888081.75833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888081.75886: 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 0x7f4cc8867fb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8866120> <<< 138029 1726888081.75912: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888081.75973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888081.76001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888081.76008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888081.76038: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc886b710> <<< 138029 1726888081.76168: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc88680e0> <<< 138029 1726888081.76253: 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 0x7f4cc886c770> <<< 138029 1726888081.76339: 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 0x7f4cc886c590> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc886c8c0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc88641a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 138029 1726888081.76394: 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 <<< 138029 1726888081.76604: 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 0x7f4cc88f8110> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888081.76608: 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 0x7f4cc88f9190> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc886e870> <<< 138029 1726888081.76636: 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 0x7f4cc886fc20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc886e4b0> <<< 138029 1726888081.76661: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.76692: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888081.76799: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.76918: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888081.76954: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888081.76961: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.77145: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.77217: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.77785: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.78314: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888081.78330: 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' # <<< 138029 1726888081.78363: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888081.78375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888081.78449: 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 0x7f4cc88fd3d0> <<< 138029 1726888081.78515: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888081.78524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888081.78542: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc88fe180> <<< 138029 1726888081.78559: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc88f95e0> <<< 138029 1726888081.78617: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888081.78621: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.78659: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.78673: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888081.78819: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.78989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888081.79015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc88fdee0> # zipimport: zlib available <<< 138029 1726888081.79479: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.79921: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.80001: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.80084: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888081.80104: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.80136: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.80181: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888081.80250: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.80356: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888081.80359: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.80385: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888081.80425: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.80460: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888081.80480: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.80714: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.80950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888081.81007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888081.81030: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888081.81112: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc88ff380> # zipimport: zlib available <<< 138029 1726888081.81180: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.81267: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888081.81275: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888081.81293: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.81341: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.81377: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888081.81399: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.81434: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.81480: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.81534: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.81606: 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 <<< 138029 1726888081.81653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888081.81744: 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 0x7f4cc8709dc0> <<< 138029 1726888081.81776: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8707bf0> <<< 138029 1726888081.81807: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888081.81817: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.81887: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.81947: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.81978: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.82021: 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' <<< 138029 1726888081.82048: 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 <<< 138029 1726888081.82072: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888081.82092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888081.82153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888081.82184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888081.82192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888081.82262: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc88028d0> <<< 138029 1726888081.82297: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc89da5d0> <<< 138029 1726888081.82382: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8709f40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8709b20> <<< 138029 1726888081.82395: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888081.82401: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.82430: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.82462: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888081.82520: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888081.82534: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.82547: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.82563: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726888081.82569: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.82681: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888081.82802: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888081.82807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888081.82835: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8709d60> <<< 138029 1726888081.82917: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888090.36976: stdout chunk (state=3): >>> {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "vg1"], "start": "2024-09-20 23:08:01.829547", "end": "2024-09-20 23:08:10.368126", "delta": "0:00:08.538579", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared vg1", "_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}}} <<< 138029 1726888090.36980: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888090.37565: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888090.37592: 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 <<< 138029 1726888090.37601: stdout chunk (state=3): >>># cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 138029 1726888090.37669: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888090.37883: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888090.37899: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888090.37928: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888090.38091: 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 # destroy _locale # destroy pwd <<< 138029 1726888090.38170: 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 <<< 138029 1726888090.38173: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888090.38176: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888090.38227: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888090.38284: 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 <<< 138029 1726888090.38288: stdout chunk (state=3): >>># cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 138029 1726888090.38371: 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 <<< 138029 1726888090.38384: 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 <<< 138029 1726888090.38493: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888090.38620: stdout chunk (state=3): >>># 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 <<< 138029 1726888090.38624: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888090.39064: 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 <<< 138029 1726888090.39068: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888090.39070: 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 <<< 138029 1726888090.39376: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888090.39414: stderr chunk (state=3): >>><<< 138029 1726888090.39423: stdout chunk (state=3): >>><<< 138029 1726888090.39678: _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 0x7f4cc93bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc938ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc93be930> 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 0x7f4cc93ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f4cc93cdfd0> 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 0x7f4cc91d3d70> # /usr/lib64/python3.12/__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 0x7f4cc91d3fb0> # /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 0x7f4cc92037a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9203e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc91e3a40> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc91e1160> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc91d0f20> # /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 0x7f4cc9227680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc92262a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc91e2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc91d27e0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9258650> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc91d01a0> # /usr/lib64/python3.12/__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 0x7f4cc9258b00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc92589b0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc9258da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc91c6cc0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f4cc9259490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9259160> 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 0x7f4cc925a390> 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 0x7f4cc9274590> 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 0x7f4cc9275ca0> # /usr/lib64/python3.12/__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 0x7f4cc9276b40> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc92771a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9276090> # /usr/lib64/python3.12/__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 0x7f4cc9277c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9277350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc925a300> # /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 0x7f4cc8fefb30> # /usr/lib64/python3.12/__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 0x7f4cc9018620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9018380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc9018530> # /usr/lib64/python3.12/__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 0x7f4cc9018ec0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc90198b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc9018770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8fedcd0> # /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 0x7f4cc901ac60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc90199d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc925aab0> # /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 0x7f4cc9046f60> # /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 0x7f4cc906f2c0> # /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 0x7f4cc90c80e0> # /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 0x7f4cc90ca840> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc90c8200> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc906ff50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8929190> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc906e0c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc901bb60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4cc906e6c0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_3p0hyykm/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 0x7f4cc897ae10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc895dd00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc895cef0> # 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 0x7f4cc8978cb0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f4cc89aa7b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc89aa540> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc89a9e50> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f4cc89aa8a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc897b830> 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 0x7f4cc89ab4d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc89ab710> # /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 0x7f4cc89abc50> 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 0x7f4cc88119d0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc88135f0> # /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 0x7f4cc8813fb0> # /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 0x7f4cc8815190> # /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 0x7f4cc8817c20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc895ef00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8815ee0> # /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 0x7f4cc881fb60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc881e630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc881e390> # /usr/lib64/python3.12/__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 0x7f4cc881e900> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc88163f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc8863e30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8863800> # /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 0x7f4cc8865a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc88657f0> # /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 0x7f4cc8867fb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8866120> # /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 0x7f4cc886b710> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc88680e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc886c770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc886c590> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc886c8c0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc88641a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f4cc88f8110> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc88f9190> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc886e870> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cc886fc20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc886e4b0> # 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 0x7f4cc88fd3d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f4cc88fe180> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc88f95e0> 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 0x7f4cc88fdee0> # 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 0x7f4cc88ff380> # 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 0x7f4cc8709dc0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8707bf0> 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 0x7f4cc88028d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc89da5d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8709f40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cc8709b20> # 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 0x7f4cc8709d60> # zipimport: zlib available {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "vg1"], "start": "2024-09-20 23:08:01.829547", "end": "2024-09-20 23:08:10.368126", "delta": "0:00:08.538579", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared vg1", "_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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888090.40845: done with _execute_module (ansible.legacy.command, {'_raw_params': 'vgs --noheadings --binary -o shared vg1', '_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-1726888081.4719646-140441-155319206818501/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888090.40849: _low_level_execute_command(): starting 138029 1726888090.40852: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888081.4719646-140441-155319206818501/ > /dev/null 2>&1 && sleep 0' 138029 1726888090.41332: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888090.41512: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888090.41606: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888090.41691: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888090.43704: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888090.43761: stderr chunk (state=3): >>><<< 138029 1726888090.43767: stdout chunk (state=3): >>><<< 138029 1726888090.43769: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888090.43772: handler run complete 138029 1726888090.43780: Evaluated conditional (False): False 138029 1726888090.43791: attempt loop complete, returning result 138029 1726888090.43794: _execute() done 138029 1726888090.43867: dumping result to json 138029 1726888090.43960: done dumping result, returning 138029 1726888090.43965: done running TaskExecutor() for managed_node3/TASK: Get VG shared value status [0affc8a3-6f6f-5a58-73a2-000000000438] 138029 1726888090.43968: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000438 138029 1726888090.44362: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000438 138029 1726888090.44365: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:08.538579", "end": "2024-09-20 23:08:10.368126", "rc": 0, "start": "2024-09-20 23:08:01.829547" } STDOUT: 0 138029 1726888090.44523: no more pending results, returning what we have 138029 1726888090.44526: results queue empty 138029 1726888090.44527: checking for any_errors_fatal 138029 1726888090.44530: done checking for any_errors_fatal 138029 1726888090.44531: checking for max_fail_percentage 138029 1726888090.44533: done checking for max_fail_percentage 138029 1726888090.44533: checking to see if all hosts have failed and the running result is not ok 138029 1726888090.44534: done checking to see if all hosts have failed 138029 1726888090.44534: getting the remaining hosts for this loop 138029 1726888090.44536: done getting the remaining hosts for this loop 138029 1726888090.44539: getting the next task for host managed_node3 138029 1726888090.44544: done getting next task for host managed_node3 138029 1726888090.44546: ^ task is: TASK: Verify that VG shared value checks out 138029 1726888090.44549: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888090.44552: getting variables 138029 1726888090.44553: in VariableManager get_vars() 138029 1726888090.44583: Calling all_inventory to load vars for managed_node3 138029 1726888090.44585: Calling groups_inventory to load vars for managed_node3 138029 1726888090.44588: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888090.44596: Calling all_plugins_play to load vars for managed_node3 138029 1726888090.44599: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888090.44601: Calling groups_plugins_play to load vars for managed_node3 138029 1726888090.45900: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888090.47134: done with get_vars() 138029 1726888090.47153: done getting variables 138029 1726888090.47450: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /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 that VG shared value checks out] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Friday 20 September 2024 23:08:10 -0400 (0:00:09.056) 0:01:43.198 ****** 138029 1726888090.47483: entering _queue_task() for managed_node3/assert 138029 1726888090.47488: Creating lock for assert 138029 1726888090.48141: worker is 1 (out of 1 available) 138029 1726888090.48260: exiting _queue_task() for managed_node3/assert 138029 1726888090.48271: done queuing things up, now waiting for results queue to drain 138029 1726888090.48276: waiting for pending results... 138029 1726888090.48573: running TaskExecutor() for managed_node3/TASK: Verify that VG shared value checks out 138029 1726888090.48661: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000439 138029 1726888090.48883: variable 'ansible_search_path' from source: unknown 138029 1726888090.48919: calling self._execute() 138029 1726888090.49015: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888090.49020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888090.49029: variable 'omit' from source: magic vars 138029 1726888090.50084: variable 'storage_test_pool' from source: include params 138029 1726888090.50138: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 138029 1726888090.50144: variable 'omit' from source: magic vars 138029 1726888090.50242: variable 'omit' from source: magic vars 138029 1726888090.50524: variable 'storage_test_pool' from source: include params 138029 1726888090.50570: variable 'actual' from source: task vars 138029 1726888090.50764: variable 'vgs_dump' from source: set_fact 138029 1726888090.50767: variable 'omit' from source: magic vars 138029 1726888090.50770: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888090.50812: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888090.50829: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888090.50845: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888090.50858: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888090.50877: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888090.50895: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888090.51089: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888090.51093: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888090.51096: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888090.51098: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888090.51100: Set connection var ansible_timeout to 10 138029 1726888090.51103: Set connection var ansible_pipelining to False 138029 1726888090.51105: Set connection var ansible_shell_type to sh 138029 1726888090.51110: Set connection var ansible_connection to ssh 138029 1726888090.51112: Set connection var ansible_shell_executable to /bin/sh 138029 1726888090.51114: variable 'ansible_shell_executable' from source: unknown 138029 1726888090.51116: variable 'ansible_connection' from source: unknown 138029 1726888090.51118: variable 'ansible_module_compression' from source: unknown 138029 1726888090.51121: variable 'ansible_shell_type' from source: unknown 138029 1726888090.51123: variable 'ansible_shell_executable' from source: unknown 138029 1726888090.51125: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888090.51127: variable 'ansible_pipelining' from source: unknown 138029 1726888090.51129: variable 'ansible_timeout' from source: unknown 138029 1726888090.51131: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888090.51296: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888090.51306: variable 'omit' from source: magic vars 138029 1726888090.51311: starting attempt loop 138029 1726888090.51313: running the handler 138029 1726888090.51464: variable 'storage_test_pool' from source: include params 138029 1726888090.51570: variable 'actual' from source: task vars 138029 1726888090.51608: variable 'vgs_dump' from source: set_fact 138029 1726888090.51627: Evaluated conditional (storage_test_pool.shared == actual): True 138029 1726888090.51631: handler run complete 138029 1726888090.51645: attempt loop complete, returning result 138029 1726888090.51648: _execute() done 138029 1726888090.51651: dumping result to json 138029 1726888090.51653: done dumping result, returning 138029 1726888090.51786: done running TaskExecutor() for managed_node3/TASK: Verify that VG shared value checks out [0affc8a3-6f6f-5a58-73a2-000000000439] 138029 1726888090.51789: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000439 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888090.52059: no more pending results, returning what we have 138029 1726888090.52062: results queue empty 138029 1726888090.52063: checking for any_errors_fatal 138029 1726888090.52071: done checking for any_errors_fatal 138029 1726888090.52072: checking for max_fail_percentage 138029 1726888090.52073: done checking for max_fail_percentage 138029 1726888090.52074: checking to see if all hosts have failed and the running result is not ok 138029 1726888090.52075: done checking to see if all hosts have failed 138029 1726888090.52075: getting the remaining hosts for this loop 138029 1726888090.52077: done getting the remaining hosts for this loop 138029 1726888090.52080: getting the next task for host managed_node3 138029 1726888090.52087: done getting next task for host managed_node3 138029 1726888090.52091: ^ task is: TASK: Verify pool subset 138029 1726888090.52094: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888090.52099: getting variables 138029 1726888090.52101: in VariableManager get_vars() 138029 1726888090.52132: Calling all_inventory to load vars for managed_node3 138029 1726888090.52135: Calling groups_inventory to load vars for managed_node3 138029 1726888090.52138: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888090.52149: Calling all_plugins_play to load vars for managed_node3 138029 1726888090.52152: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888090.52159: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000439 138029 1726888090.52166: WORKER PROCESS EXITING 138029 1726888090.52346: Calling groups_plugins_play to load vars for managed_node3 138029 1726888090.53897: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888090.55817: done with get_vars() 138029 1726888090.55837: done getting variables TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Friday 20 September 2024 23:08:10 -0400 (0:00:00.084) 0:01:43.282 ****** 138029 1726888090.55941: entering _queue_task() for managed_node3/include_tasks 138029 1726888090.56729: worker is 1 (out of 1 available) 138029 1726888090.56742: exiting _queue_task() for managed_node3/include_tasks 138029 1726888090.56757: done queuing things up, now waiting for results queue to drain 138029 1726888090.56759: waiting for pending results... 138029 1726888090.57389: running TaskExecutor() for managed_node3/TASK: Verify pool subset 138029 1726888090.57604: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000043a 138029 1726888090.58165: variable 'ansible_search_path' from source: unknown 138029 1726888090.58169: variable '_storage_pool_tests' from source: set_fact 138029 1726888090.58666: variable '_storage_pool_tests' from source: set_fact 138029 1726888090.58741: variable 'omit' from source: magic vars 138029 1726888090.59107: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888090.59465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888090.59469: variable 'omit' from source: magic vars 138029 1726888090.59566: variable 'storage_test_pool_subset' from source: unknown 138029 1726888090.59614: variable 'storage_test_pool_subset' from source: unknown 138029 1726888090.59729: variable 'storage_test_pool_subset' from source: unknown 138029 1726888090.60364: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888090.60368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888090.60371: variable 'omit' from source: magic vars 138029 1726888090.60426: variable 'storage_test_pool_subset' from source: unknown 138029 1726888090.60466: variable 'storage_test_pool_subset' from source: unknown 138029 1726888090.60529: variable 'storage_test_pool_subset' from source: unknown 138029 1726888090.60864: dumping result to json 138029 1726888090.60868: done dumping result, returning 138029 1726888090.60870: done running TaskExecutor() for managed_node3/TASK: Verify pool subset [0affc8a3-6f6f-5a58-73a2-00000000043a] 138029 1726888090.60872: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000043a 138029 1726888090.60912: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000043a 138029 1726888090.60916: WORKER PROCESS EXITING 138029 1726888090.60944: no more pending results, returning what we have 138029 1726888090.60948: in VariableManager get_vars() 138029 1726888090.60992: Calling all_inventory to load vars for managed_node3 138029 1726888090.60996: Calling groups_inventory to load vars for managed_node3 138029 1726888090.60999: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888090.61012: Calling all_plugins_play to load vars for managed_node3 138029 1726888090.61016: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888090.61018: Calling groups_plugins_play to load vars for managed_node3 138029 1726888090.62476: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888090.64403: done with get_vars() 138029 1726888090.64419: variable 'ansible_search_path' from source: unknown 138029 1726888090.64463: variable 'ansible_search_path' from source: unknown 138029 1726888090.64490: we have included files to process 138029 1726888090.64491: generating all_blocks data 138029 1726888090.64493: done generating all_blocks data 138029 1726888090.64499: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 138029 1726888090.64500: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 138029 1726888090.64502: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 138029 1726888090.67752: in VariableManager get_vars() 138029 1726888090.67980: done with get_vars() 138029 1726888090.68022: in VariableManager get_vars() 138029 1726888090.68043: done with get_vars() 138029 1726888090.68089: in VariableManager get_vars() 138029 1726888090.68108: done with get_vars() 138029 1726888090.68147: in VariableManager get_vars() 138029 1726888090.68168: done with get_vars() 138029 1726888090.68209: in VariableManager get_vars() 138029 1726888090.68229: done with get_vars() 138029 1726888090.68470: in VariableManager get_vars() 138029 1726888090.68490: done with get_vars() 138029 1726888090.68528: in VariableManager get_vars() 138029 1726888090.68547: done with get_vars() 138029 1726888090.68641: done processing included file 138029 1726888090.68643: iterating over new_blocks loaded from include file 138029 1726888090.68645: in VariableManager get_vars() 138029 1726888090.69125: done with get_vars() 138029 1726888090.69127: filtering new block on tags 138029 1726888090.69341: done filtering new block on tags 138029 1726888090.69345: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 => (item=members) 138029 1726888090.69350: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 138029 1726888090.69351: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 138029 1726888090.69606: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 138029 1726888090.69889: in VariableManager get_vars() 138029 1726888090.69914: done with get_vars() 138029 1726888090.69928: done processing included file 138029 1726888090.69930: iterating over new_blocks loaded from include file 138029 1726888090.69931: in VariableManager get_vars() 138029 1726888090.69944: done with get_vars() 138029 1726888090.69946: filtering new block on tags 138029 1726888090.70017: done filtering new block on tags 138029 1726888090.70020: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 => (item=volumes) 138029 1726888090.70023: extending task lists for all hosts with included blocks 138029 1726888090.70677: done extending task lists 138029 1726888090.70678: done processing included files 138029 1726888090.70679: results queue empty 138029 1726888090.70680: checking for any_errors_fatal 138029 1726888090.70685: done checking for any_errors_fatal 138029 1726888090.70685: checking for max_fail_percentage 138029 1726888090.70686: done checking for max_fail_percentage 138029 1726888090.70687: checking to see if all hosts have failed and the running result is not ok 138029 1726888090.70688: done checking to see if all hosts have failed 138029 1726888090.70688: getting the remaining hosts for this loop 138029 1726888090.70690: done getting the remaining hosts for this loop 138029 1726888090.70698: getting the next task for host managed_node3 138029 1726888090.70702: done getting next task for host managed_node3 138029 1726888090.70705: ^ task is: TASK: Set test variables 138029 1726888090.70708: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888090.70716: getting variables 138029 1726888090.70717: in VariableManager get_vars() 138029 1726888090.70727: Calling all_inventory to load vars for managed_node3 138029 1726888090.70729: Calling groups_inventory to load vars for managed_node3 138029 1726888090.70731: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888090.70737: Calling all_plugins_play to load vars for managed_node3 138029 1726888090.70739: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888090.70742: Calling groups_plugins_play to load vars for managed_node3 138029 1726888090.72060: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888090.73885: done with get_vars() 138029 1726888090.73905: done getting variables 138029 1726888090.73950: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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-pool-members.yml:2 Friday 20 September 2024 23:08:10 -0400 (0:00:00.180) 0:01:43.463 ****** 138029 1726888090.73982: entering _queue_task() for managed_node3/set_fact 138029 1726888090.74690: worker is 1 (out of 1 available) 138029 1726888090.74700: exiting _queue_task() for managed_node3/set_fact 138029 1726888090.74711: done queuing things up, now waiting for results queue to drain 138029 1726888090.74712: waiting for pending results... 138029 1726888090.75079: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888090.75426: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000472 138029 1726888090.75445: variable 'ansible_search_path' from source: unknown 138029 1726888090.75634: calling self._execute() 138029 1726888090.75674: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888090.75678: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888090.75688: variable 'omit' from source: magic vars 138029 1726888090.76107: variable 'storage_test_pool' from source: include params 138029 1726888090.76178: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888090.76192: variable 'omit' from source: magic vars 138029 1726888090.76254: variable 'omit' from source: magic vars 138029 1726888090.76492: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888090.79629: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888090.79764: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888090.79768: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888090.79795: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888090.79824: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888090.79910: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888090.79944: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888090.79982: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888090.80028: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888090.80048: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888090.80104: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888090.80131: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888090.80196: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888090.80209: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888090.80227: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888090.80291: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888090.80324: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888090.80353: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888090.80413: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888090.80418: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888090.80589: variable 'ansible_lvm' from source: facts 138029 1726888090.80631: variable 'storage_test_pool' from source: include params 138029 1726888090.80704: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888090.80872: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888090.80913: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888090.80959: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888090.80996: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888090.81260: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888090.81263: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888090.81266: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888090.81296: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888090.81316: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888090.81441: variable 'storage_test_pool' from source: include params 138029 1726888090.81500: variable 'omit' from source: magic vars 138029 1726888090.81531: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888090.81565: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888090.81590: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888090.81619: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888090.81635: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888090.81654: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888090.81713: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888090.81724: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888090.81726: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888090.81733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888090.81857: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888090.81930: Set connection var ansible_timeout to 10 138029 1726888090.81934: Set connection var ansible_pipelining to False 138029 1726888090.81936: Set connection var ansible_shell_type to sh 138029 1726888090.81938: Set connection var ansible_connection to ssh 138029 1726888090.81940: Set connection var ansible_shell_executable to /bin/sh 138029 1726888090.81942: variable 'ansible_shell_executable' from source: unknown 138029 1726888090.81944: variable 'ansible_connection' from source: unknown 138029 1726888090.81946: variable 'ansible_module_compression' from source: unknown 138029 1726888090.81948: variable 'ansible_shell_type' from source: unknown 138029 1726888090.81950: variable 'ansible_shell_executable' from source: unknown 138029 1726888090.81951: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888090.81953: variable 'ansible_pipelining' from source: unknown 138029 1726888090.81957: variable 'ansible_timeout' from source: unknown 138029 1726888090.81959: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888090.82066: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888090.82083: variable 'omit' from source: magic vars 138029 1726888090.82094: starting attempt loop 138029 1726888090.82100: running the handler 138029 1726888090.82113: handler run complete 138029 1726888090.82125: attempt loop complete, returning result 138029 1726888090.82131: _execute() done 138029 1726888090.82148: dumping result to json 138029 1726888090.82151: done dumping result, returning 138029 1726888090.82224: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-000000000472] 138029 1726888090.82226: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000472 138029 1726888090.82336: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000472 138029 1726888090.82339: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } 138029 1726888090.82396: no more pending results, returning what we have 138029 1726888090.82400: results queue empty 138029 1726888090.82401: checking for any_errors_fatal 138029 1726888090.82403: done checking for any_errors_fatal 138029 1726888090.82403: checking for max_fail_percentage 138029 1726888090.82405: done checking for max_fail_percentage 138029 1726888090.82406: checking to see if all hosts have failed and the running result is not ok 138029 1726888090.82406: done checking to see if all hosts have failed 138029 1726888090.82407: getting the remaining hosts for this loop 138029 1726888090.82409: done getting the remaining hosts for this loop 138029 1726888090.82412: getting the next task for host managed_node3 138029 1726888090.82418: done getting next task for host managed_node3 138029 1726888090.82420: ^ task is: TASK: Get the canonical device path for each member device 138029 1726888090.82425: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888090.82429: getting variables 138029 1726888090.82430: in VariableManager get_vars() 138029 1726888090.82460: Calling all_inventory to load vars for managed_node3 138029 1726888090.82463: Calling groups_inventory to load vars for managed_node3 138029 1726888090.82466: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888090.82475: Calling all_plugins_play to load vars for managed_node3 138029 1726888090.82478: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888090.82480: Calling groups_plugins_play to load vars for managed_node3 138029 1726888090.82951: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888090.83323: done with get_vars() 138029 1726888090.83334: done getting variables TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Friday 20 September 2024 23:08:10 -0400 (0:00:00.094) 0:01:43.557 ****** 138029 1726888090.83396: entering _queue_task() for managed_node3/fedora.linux_system_roles.resolve_blockdev 138029 1726888090.83397: Creating lock for fedora.linux_system_roles.resolve_blockdev 138029 1726888090.83615: worker is 1 (out of 1 available) 138029 1726888090.83628: exiting _queue_task() for managed_node3/fedora.linux_system_roles.resolve_blockdev 138029 1726888090.83639: done queuing things up, now waiting for results queue to drain 138029 1726888090.83641: waiting for pending results... 138029 1726888090.83819: running TaskExecutor() for managed_node3/TASK: Get the canonical device path for each member device 138029 1726888090.83906: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000473 138029 1726888090.83917: variable 'ansible_search_path' from source: unknown 138029 1726888090.83953: variable '_storage_test_pool_pvs_lvm' from source: set_fact 138029 1726888090.84262: variable '_storage_test_pool_pvs_lvm' from source: set_fact 138029 1726888090.84267: variable 'omit' from source: magic vars 138029 1726888090.84403: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888090.84418: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888090.84434: variable 'omit' from source: magic vars 138029 1726888090.84698: variable 'storage_test_pool' from source: include params 138029 1726888090.84751: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888090.84764: variable 'omit' from source: magic vars 138029 1726888090.84826: variable 'omit' from source: magic vars 138029 1726888090.84931: variable 'pv' from source: unknown 138029 1726888090.84963: variable 'pv' from source: unknown 138029 1726888090.84990: variable 'omit' from source: magic vars 138029 1726888090.85029: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888090.85080: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888090.85105: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888090.85128: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888090.85153: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888090.85207: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888090.85211: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888090.85222: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888090.85226: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888090.85228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888090.85315: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888090.85324: Set connection var ansible_timeout to 10 138029 1726888090.85335: Set connection var ansible_pipelining to False 138029 1726888090.85338: Set connection var ansible_shell_type to sh 138029 1726888090.85341: Set connection var ansible_connection to ssh 138029 1726888090.85343: Set connection var ansible_shell_executable to /bin/sh 138029 1726888090.85366: variable 'ansible_shell_executable' from source: unknown 138029 1726888090.85375: variable 'ansible_connection' from source: unknown 138029 1726888090.85378: variable 'ansible_module_compression' from source: unknown 138029 1726888090.85381: variable 'ansible_shell_type' from source: unknown 138029 1726888090.85383: variable 'ansible_shell_executable' from source: unknown 138029 1726888090.85386: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888090.85390: variable 'ansible_pipelining' from source: unknown 138029 1726888090.85393: variable 'ansible_timeout' from source: unknown 138029 1726888090.85397: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888090.85535: 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) 138029 1726888090.85543: variable 'omit' from source: magic vars 138029 1726888090.85549: starting attempt loop 138029 1726888090.85552: running the handler 138029 1726888090.85566: _low_level_execute_command(): starting 138029 1726888090.85569: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888090.86033: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888090.86064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888090.86069: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888090.86071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888090.86122: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888090.86125: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888090.86130: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888090.86186: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888090.87950: stdout chunk (state=3): >>>/root <<< 138029 1726888090.88082: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888090.88136: stderr chunk (state=3): >>><<< 138029 1726888090.88139: stdout chunk (state=3): >>><<< 138029 1726888090.88165: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888090.88196: _low_level_execute_command(): starting 138029 1726888090.88200: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888090.8815885-140759-164629772764433 `" && echo ansible-tmp-1726888090.8815885-140759-164629772764433="` echo /root/.ansible/tmp/ansible-tmp-1726888090.8815885-140759-164629772764433 `" ) && sleep 0' 138029 1726888090.88620: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888090.88623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888090.88626: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888090.88628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888090.88678: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888090.88681: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888090.88746: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888090.91229: stdout chunk (state=3): >>>ansible-tmp-1726888090.8815885-140759-164629772764433=/root/.ansible/tmp/ansible-tmp-1726888090.8815885-140759-164629772764433 <<< 138029 1726888090.91404: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888090.91408: stdout chunk (state=3): >>><<< 138029 1726888090.91411: stderr chunk (state=3): >>><<< 138029 1726888090.91414: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888090.8815885-140759-164629772764433=/root/.ansible/tmp/ansible-tmp-1726888090.8815885-140759-164629772764433 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888090.91474: variable 'ansible_module_compression' from source: unknown 138029 1726888090.91526: ANSIBALLZ: Using lock for fedora.linux_system_roles.resolve_blockdev 138029 1726888090.91535: ANSIBALLZ: Acquiring lock 138029 1726888090.91542: ANSIBALLZ: Lock acquired: 140373971233120 138029 1726888090.91619: ANSIBALLZ: Creating module 138029 1726888091.02437: ANSIBALLZ: Writing module into payload 138029 1726888091.02494: ANSIBALLZ: Writing module 138029 1726888091.02510: ANSIBALLZ: Renaming module 138029 1726888091.02516: ANSIBALLZ: Done creating module 138029 1726888091.02534: variable 'ansible_facts' from source: unknown 138029 1726888091.02582: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888090.8815885-140759-164629772764433/AnsiballZ_resolve_blockdev.py 138029 1726888091.02681: Sending initial data 138029 1726888091.02684: Sent initial data (167 bytes) 138029 1726888091.03143: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888091.03146: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888091.03148: 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.13.126 is address debug1: re-parsing configuration <<< 138029 1726888091.03151: 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 <<< 138029 1726888091.03153: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888091.03206: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888091.03209: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888091.03281: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888091.04988: 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 <<< 138029 1726888091.05047: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888091.05145: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp56n34u3j /root/.ansible/tmp/ansible-tmp-1726888090.8815885-140759-164629772764433/AnsiballZ_resolve_blockdev.py <<< 138029 1726888091.05149: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888090.8815885-140759-164629772764433/AnsiballZ_resolve_blockdev.py" <<< 138029 1726888091.05210: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp56n34u3j" to remote "/root/.ansible/tmp/ansible-tmp-1726888090.8815885-140759-164629772764433/AnsiballZ_resolve_blockdev.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888090.8815885-140759-164629772764433/AnsiballZ_resolve_blockdev.py" <<< 138029 1726888091.05996: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888091.06130: stderr chunk (state=3): >>><<< 138029 1726888091.06133: stdout chunk (state=3): >>><<< 138029 1726888091.06135: done transferring module to remote 138029 1726888091.06137: _low_level_execute_command(): starting 138029 1726888091.06143: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888090.8815885-140759-164629772764433/ /root/.ansible/tmp/ansible-tmp-1726888090.8815885-140759-164629772764433/AnsiballZ_resolve_blockdev.py && sleep 0' 138029 1726888091.06804: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888091.06807: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888091.06810: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888091.06812: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888091.06814: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888091.06882: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888091.06887: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888091.06923: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888091.08743: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888091.08772: stderr chunk (state=3): >>><<< 138029 1726888091.08775: stdout chunk (state=3): >>><<< 138029 1726888091.08792: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888091.08795: _low_level_execute_command(): starting 138029 1726888091.08798: _low_level_execute_command(): using become for this command 138029 1726888091.08809: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-juavfymctlqbybclhsypouhhepnngdmg ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888090.8815885-140759-164629772764433/AnsiballZ_resolve_blockdev.py'"'"' && sleep 0' 138029 1726888091.08889: Initial state: awaiting_escalation: BECOME-SUCCESS-juavfymctlqbybclhsypouhhepnngdmg 138029 1726888091.09277: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888091.09281: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888091.09313: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888091.09319: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888091.09382: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888091.12344: stdout chunk (state=1): >>>BECOME-SUCCESS-juavfymctlqbybclhsypouhhepnngdmg <<< 138029 1726888091.12347: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-juavfymctlqbybclhsypouhhepnngdmg' 138029 1726888091.12692: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888091.12731: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888091.12752: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888091.12770: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888091.12842: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888091.12845: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888091.12879: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888091.12911: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888091.12937: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888091.12952: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888091.12996: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888091.13000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888091.13028: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888091.13044: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888091.13101: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888091.13108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888091.13119: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8e183e0> <<< 138029 1726888091.13122: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8de7a10> <<< 138029 1726888091.13164: 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 0x7f2be8e1a960> <<< 138029 1726888091.13224: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888091.13251: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888091.13265: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888091.13274: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888091.13310: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888091.13315: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888091.13398: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888091.13432: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888091.13436: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888091.13458: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888091.13479: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888091.13522: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888091.13554: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888091.13592: 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 <<< 138029 1726888091.13620: 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 0x7f2be8c2cfe0> <<< 138029 1726888091.13676: 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 <<< 138029 1726888091.13687: 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 0x7f2be8c2dfd0> <<< 138029 1726888091.13701: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888091.13739: 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. <<< 138029 1726888091.13974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888091.13997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888091.14026: 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' <<< 138029 1726888091.14050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888091.14083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888091.14103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888091.14137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888091.14141: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8c6bdd0> <<< 138029 1726888091.14178: 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' <<< 138029 1726888091.14226: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8c6bfe0> <<< 138029 1726888091.14234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888091.14270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888091.14300: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888091.14348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888091.14413: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 138029 1726888091.14432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8ca37d0> <<< 138029 1726888091.14441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888091.14459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8ca3e60> <<< 138029 1726888091.14476: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888091.14543: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8c83a70> <<< 138029 1726888091.14551: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888091.14602: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8c811c0> <<< 138029 1726888091.14669: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8c68f80> <<< 138029 1726888091.14746: 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' # <<< 138029 1726888091.14805: 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' <<< 138029 1726888091.14808: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888091.14837: 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 0x7f2be8cc77d0> <<< 138029 1726888091.14860: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8cc63f0> <<< 138029 1726888091.14906: 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 0x7f2be8c82090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8cc4b90> <<< 138029 1726888091.14986: 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 0x7f2be8cf8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8c68200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888091.15039: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888091.15043: 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 0x7f2be8cf8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8cf8bc0> <<< 138029 1726888091.15100: 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 0x7f2be8cf8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8c66d20> <<< 138029 1726888091.15123: 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' <<< 138029 1726888091.15142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888091.15183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8cf95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8cf92b0> import 'importlib.machinery' # <<< 138029 1726888091.15228: 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' <<< 138029 1726888091.15261: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8cfa4e0> import 'importlib.util' # import 'runpy' # <<< 138029 1726888091.15301: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888091.15321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888091.15351: 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 0x7f2be8d106e0> <<< 138029 1726888091.15395: 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' <<< 138029 1726888091.15409: 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 0x7f2be8d11dc0> <<< 138029 1726888091.15441: 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' <<< 138029 1726888091.15471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888091.15482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8d12c30> <<< 138029 1726888091.15517: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888091.15536: 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 0x7f2be8d13260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8d12180> <<< 138029 1726888091.15550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888091.15578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888091.15601: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888091.15626: 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 0x7f2be8d13ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8d13410> <<< 138029 1726888091.15680: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8cfa450> <<< 138029 1726888091.15712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888091.15734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888091.15777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888091.15795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888091.15804: 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 0x7f2be8a9fb30> <<< 138029 1726888091.15820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888091.15854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888091.15869: 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 0x7f2be8ac8680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8ac83e0> <<< 138029 1726888091.15883: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888091.15897: 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 0x7f2be8ac86b0> <<< 138029 1726888091.15923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888091.15930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888091.16009: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888091.16135: 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 0x7f2be8ac8fe0> <<< 138029 1726888091.16241: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888091.16245: 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 0x7f2be8ac9910> <<< 138029 1726888091.16268: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8ac8890> <<< 138029 1726888091.16282: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8a9dcd0> <<< 138029 1726888091.16316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888091.16360: 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 <<< 138029 1726888091.16389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8acac30> <<< 138029 1726888091.16413: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8ac8e30> <<< 138029 1726888091.16416: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8cfac00> <<< 138029 1726888091.16452: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888091.16519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888091.16536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888091.16576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888091.16607: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8af6f30> <<< 138029 1726888091.16665: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888091.16686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888091.16691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888091.16717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888091.16758: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8b1b260> <<< 138029 1726888091.16783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888091.16830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888091.16884: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888091.16901: 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 0x7f2be8b47f80> <<< 138029 1726888091.16931: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888091.16958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888091.16987: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888091.17022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888091.17115: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8b7a720> <<< 138029 1726888091.17193: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8b780e0> <<< 138029 1726888091.17228: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8b1bef0> <<< 138029 1726888091.17319: 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 0x7f2be89810a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8b1a060> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8acbb30> <<< 138029 1726888091.18472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888091.18476: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2be8981340> <<< 138029 1726888091.18992: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_2ocvp4ds/ansible_fedora.linux_system_roles.resolve_blockdev_payload.zip' # zipimport: zlib available <<< 138029 1726888091.19119: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.19151: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888091.19176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888091.19208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888091.19291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888091.19325: 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' <<< 138029 1726888091.19331: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be89cee10> import '_typing' # <<< 138029 1726888091.19525: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be89b1d00> <<< 138029 1726888091.19578: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be89b0e90> # zipimport: zlib available import 'ansible' # <<< 138029 1726888091.19635: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888091.19657: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888091.21114: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.22334: 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 0x7f2be89ccce0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888091.22352: 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' <<< 138029 1726888091.22382: 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' <<< 138029 1726888091.22407: 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 0x7f2be8a026f0> <<< 138029 1726888091.22433: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8a02480> <<< 138029 1726888091.22482: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8a01d90> <<< 138029 1726888091.22496: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888091.22500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888091.22551: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8a021e0> <<< 138029 1726888091.22559: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be89cf830> import 'atexit' # <<< 138029 1726888091.22589: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888091.22594: 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 0x7f2be8a033b0> <<< 138029 1726888091.22625: 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 0x7f2be8a03590> <<< 138029 1726888091.22650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888091.22686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888091.22701: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888091.22739: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8a03ad0> <<< 138029 1726888091.22810: 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' <<< 138029 1726888091.22844: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8319880> <<< 138029 1726888091.22902: 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 0x7f2be831b4a0> <<< 138029 1726888091.22909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888091.22917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888091.22964: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be831bda0> <<< 138029 1726888091.22977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888091.23002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888091.23023: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be831cf50> <<< 138029 1726888091.23042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888091.23084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888091.23112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888091.23124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888091.23163: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be831f9b0> <<< 138029 1726888091.23231: 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 0x7f2be831fd10> <<< 138029 1726888091.23234: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be831dcd0> <<< 138029 1726888091.23250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888091.23263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888091.23295: 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' <<< 138029 1726888091.23310: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888091.23345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888091.23363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888091.23384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8327860> <<< 138029 1726888091.23393: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888091.23470: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8326330> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be83260c0> <<< 138029 1726888091.23482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888091.23494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888091.23575: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8326600> <<< 138029 1726888091.23597: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be831ef00> <<< 138029 1726888091.23624: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888091.23627: 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 0x7f2be836b9e0> <<< 138029 1726888091.23664: 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 0x7f2be836bb30> <<< 138029 1726888091.23703: 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 <<< 138029 1726888091.23707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888091.23720: 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' <<< 138029 1726888091.23818: 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 0x7f2be836d760> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be836d520> <<< 138029 1726888091.23853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888091.23924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888091.23958: 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 0x7f2be836fc50> <<< 138029 1726888091.23979: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be836de50> <<< 138029 1726888091.23982: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888091.24053: 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 <<< 138029 1726888091.24058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888091.24070: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888091.24104: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be83733b0> <<< 138029 1726888091.24253: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be836fd40> <<< 138029 1726888091.24294: 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 0x7f2be8374140> <<< 138029 1726888091.24331: 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 0x7f2be8374320> <<< 138029 1726888091.24398: 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 0x7f2be8374680> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be836be60> <<< 138029 1726888091.24433: 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 <<< 138029 1726888091.24493: 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' <<< 138029 1726888091.24512: 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 0x7f2be8377dd0> <<< 138029 1726888091.24705: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888091.24709: 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 0x7f2be83fd010> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8376570> <<< 138029 1726888091.24739: 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 0x7f2be8377920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8376180> # zipimport: zlib available <<< 138029 1726888091.24773: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888091.24775: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.24881: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.24996: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.25018: 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 <<< 138029 1726888091.25132: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.25249: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.25800: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.26469: 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 0x7f2be8205220> <<< 138029 1726888091.26558: 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' <<< 138029 1726888091.26581: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8205f40> <<< 138029 1726888091.26584: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be83751f0> <<< 138029 1726888091.26632: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888091.26645: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.26660: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.26679: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888091.26718: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.26847: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.26999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888091.27020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be82067e0> <<< 138029 1726888091.27023: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.27511: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.27959: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.28034: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.28109: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888091.28114: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.28156: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.28191: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888091.28204: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.28277: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.28366: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888091.28379: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.28389: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.28405: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888091.28412: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.28457: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.28485: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888091.28502: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.28742: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.29009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888091.29095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888091.29141: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8207320> # zipimport: zlib available <<< 138029 1726888091.29290: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.29346: 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' # <<< 138029 1726888091.29490: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888091.29493: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.29544: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.29597: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.29856: 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 0x7f2be8211d30> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be820cc50> <<< 138029 1726888091.29860: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888091.29922: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.29990: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.30029: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.30092: 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' <<< 138029 1726888091.30122: 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' <<< 138029 1726888091.30200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888091.30235: 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' <<< 138029 1726888091.30318: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8a4a7b0> <<< 138029 1726888091.30358: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8a2a480> <<< 138029 1726888091.30425: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8211df0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8206780> <<< 138029 1726888091.30494: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888091.30521: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888091.30596: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 138029 1726888091.30684: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888091.30696: stdout chunk (state=3): >>>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' # <<< 138029 1726888091.30752: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888091.30768: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.30824: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888091.30965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888091.31093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be82a40e0> # zipimport: zlib available <<< 138029 1726888091.31191: stdout chunk (state=3): >>> {"device": "/dev/md/vg1-1", "invocation": {"module_args": {"spec": "/dev/md127"}}} <<< 138029 1726888091.31195: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888091.31507: 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 <<< 138029 1726888091.31640: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path <<< 138029 1726888091.31702: 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 # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 glob # destroy glob <<< 138029 1726888091.31952: 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 ipaddress <<< 138029 1726888091.32096: 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 <<< 138029 1726888091.32192: 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 <<< 138029 1726888091.32239: 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 <<< 138029 1726888091.32284: 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 <<< 138029 1726888091.32310: 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 <<< 138029 1726888091.32441: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888091.32488: stdout chunk (state=3): >>># 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 <<< 138029 1726888091.32531: 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 <<< 138029 1726888091.32576: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888091.32703: 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 <<< 138029 1726888091.32736: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 138029 1726888091.32747: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888091.33329: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888091.33335: stdout chunk (state=3): >>><<< 138029 1726888091.33338: stderr chunk (state=3): >>><<< 138029 1726888091.33515: _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 0x7f2be8e183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8de7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8e1a960> 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 0x7f2be8c2cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f2be8c2dfd0> 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 0x7f2be8c6bdd0> # /usr/lib64/python3.12/__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 0x7f2be8c6bfe0> # /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 0x7f2be8ca37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8ca3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8c83a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8c811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8c68f80> # /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 0x7f2be8cc77d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8cc63f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8c82090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8cc4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8cf8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8c68200> # /usr/lib64/python3.12/__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 0x7f2be8cf8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8cf8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2be8cf8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8c66d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f2be8cf95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8cf92b0> 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 0x7f2be8cfa4e0> 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 0x7f2be8d106e0> 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 0x7f2be8d11dc0> # /usr/lib64/python3.12/__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 0x7f2be8d12c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2be8d13260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8d12180> # /usr/lib64/python3.12/__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 0x7f2be8d13ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8d13410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8cfa450> # /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 0x7f2be8a9fb30> # /usr/lib64/python3.12/__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 0x7f2be8ac8680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8ac83e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2be8ac86b0> # /usr/lib64/python3.12/__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 0x7f2be8ac8fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2be8ac9910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8ac8890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8a9dcd0> # /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 0x7f2be8acac30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8ac8e30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8cfac00> # /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 0x7f2be8af6f30> # /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 0x7f2be8b1b260> # /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 0x7f2be8b47f80> # /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 0x7f2be8b7a720> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8b780e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8b1bef0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be89810a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8b1a060> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8acbb30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2be8981340> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_2ocvp4ds/ansible_fedora.linux_system_roles.resolve_blockdev_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 0x7f2be89cee10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be89b1d00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be89b0e90> # 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 0x7f2be89ccce0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f2be8a026f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8a02480> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8a01d90> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f2be8a021e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be89cf830> 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 0x7f2be8a033b0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2be8a03590> # /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 0x7f2be8a03ad0> 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 0x7f2be8319880> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2be831b4a0> # /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 0x7f2be831bda0> # /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 0x7f2be831cf50> # /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 0x7f2be831f9b0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2be831fd10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be831dcd0> # /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 0x7f2be8327860> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8326330> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be83260c0> # /usr/lib64/python3.12/__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 0x7f2be8326600> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be831ef00> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2be836b9e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be836bb30> # /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 0x7f2be836d760> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be836d520> # /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 0x7f2be836fc50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be836de50> # /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 0x7f2be83733b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be836fd40> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2be8374140> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2be8374320> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2be8374680> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be836be60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f2be8377dd0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2be83fd010> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8376570> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2be8377920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8376180> # 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 0x7f2be8205220> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f2be8205f40> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be83751f0> 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 0x7f2be82067e0> # 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 0x7f2be8207320> # 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 0x7f2be8211d30> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be820cc50> 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 0x7f2be8a4a7b0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8a2a480> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8211df0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2be8206780> # 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__/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 0x7f2be82a40e0> # zipimport: zlib available {"device": "/dev/md/vg1-1", "invocation": {"module_args": {"spec": "/dev/md127"}}} # 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 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 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 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 138029 1726888091.34403: done with _execute_module (fedora.linux_system_roles.resolve_blockdev, {'spec': '/dev/md127', '_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.resolve_blockdev', '_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-1726888090.8815885-140759-164629772764433/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888091.34406: _low_level_execute_command(): starting 138029 1726888091.34408: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888090.8815885-140759-164629772764433/ > /dev/null 2>&1 && sleep 0' 138029 1726888091.34736: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888091.34748: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888091.34767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888091.34783: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888091.34815: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888091.34841: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888091.34936: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888091.34951: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888091.34970: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888091.35091: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888091.37215: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888091.37218: stdout chunk (state=3): >>><<< 138029 1726888091.37219: stderr chunk (state=3): >>><<< 138029 1726888091.37563: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888091.37566: handler run complete 138029 1726888091.37568: attempt loop complete, returning result 138029 1726888091.37570: variable 'pv' from source: unknown 138029 1726888091.37571: variable 'pv' from source: unknown ok: [managed_node3] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } 138029 1726888091.37727: dumping result to json 138029 1726888091.37731: done dumping result, returning 138029 1726888091.37734: done running TaskExecutor() for managed_node3/TASK: Get the canonical device path for each member device [0affc8a3-6f6f-5a58-73a2-000000000473] 138029 1726888091.37736: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000473 138029 1726888091.37850: no more pending results, returning what we have 138029 1726888091.37853: results queue empty 138029 1726888091.37854: checking for any_errors_fatal 138029 1726888091.37862: done checking for any_errors_fatal 138029 1726888091.37862: checking for max_fail_percentage 138029 1726888091.37864: done checking for max_fail_percentage 138029 1726888091.37866: checking to see if all hosts have failed and the running result is not ok 138029 1726888091.37867: done checking to see if all hosts have failed 138029 1726888091.37867: getting the remaining hosts for this loop 138029 1726888091.37869: done getting the remaining hosts for this loop 138029 1726888091.37871: getting the next task for host managed_node3 138029 1726888091.37876: done getting next task for host managed_node3 138029 1726888091.37878: ^ task is: TASK: Set pvs lvm length 138029 1726888091.37885: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888091.37889: getting variables 138029 1726888091.37890: in VariableManager get_vars() 138029 1726888091.37921: Calling all_inventory to load vars for managed_node3 138029 1726888091.37924: Calling groups_inventory to load vars for managed_node3 138029 1726888091.37928: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888091.37937: Calling all_plugins_play to load vars for managed_node3 138029 1726888091.37939: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888091.37942: Calling groups_plugins_play to load vars for managed_node3 138029 1726888091.38519: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000473 138029 1726888091.38558: WORKER PROCESS EXITING 138029 1726888091.39104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888091.40052: done with get_vars() 138029 1726888091.40070: done getting variables 138029 1726888091.40132: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pvs lvm length] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Friday 20 September 2024 23:08:11 -0400 (0:00:00.567) 0:01:44.125 ****** 138029 1726888091.40170: entering _queue_task() for managed_node3/set_fact 138029 1726888091.40452: worker is 1 (out of 1 available) 138029 1726888091.40466: exiting _queue_task() for managed_node3/set_fact 138029 1726888091.40481: done queuing things up, now waiting for results queue to drain 138029 1726888091.40482: waiting for pending results... 138029 1726888091.40829: running TaskExecutor() for managed_node3/TASK: Set pvs lvm length 138029 1726888091.40897: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000475 138029 1726888091.40919: variable 'ansible_search_path' from source: unknown 138029 1726888091.41019: calling self._execute() 138029 1726888091.41078: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.41091: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.41106: variable 'omit' from source: magic vars 138029 1726888091.41531: variable 'storage_test_pool' from source: include params 138029 1726888091.41602: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888091.41614: variable 'omit' from source: magic vars 138029 1726888091.41680: variable 'omit' from source: magic vars 138029 1726888091.41890: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888091.45727: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888091.45938: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888091.45995: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888091.46049: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888091.46143: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888091.46348: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888091.46353: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888091.46478: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888091.46686: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888091.46689: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888091.46850: variable '_storage_test_pool_pvs_lvm' from source: set_fact 138029 1726888091.46914: variable 'omit' from source: magic vars 138029 1726888091.46944: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888091.46981: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888091.47003: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888091.47031: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.47260: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.47266: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888091.47269: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888091.47271: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888091.47273: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.47275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.47277: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888091.47279: Set connection var ansible_timeout to 10 138029 1726888091.47281: Set connection var ansible_pipelining to False 138029 1726888091.47284: Set connection var ansible_shell_type to sh 138029 1726888091.47286: Set connection var ansible_connection to ssh 138029 1726888091.47287: Set connection var ansible_shell_executable to /bin/sh 138029 1726888091.47314: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.47322: variable 'ansible_connection' from source: unknown 138029 1726888091.47330: variable 'ansible_module_compression' from source: unknown 138029 1726888091.47337: variable 'ansible_shell_type' from source: unknown 138029 1726888091.47344: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.47351: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.47365: variable 'ansible_pipelining' from source: unknown 138029 1726888091.47373: variable 'ansible_timeout' from source: unknown 138029 1726888091.47381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.47495: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888091.47518: variable 'omit' from source: magic vars 138029 1726888091.47528: starting attempt loop 138029 1726888091.47534: running the handler 138029 1726888091.47549: handler run complete 138029 1726888091.47566: attempt loop complete, returning result 138029 1726888091.47575: _execute() done 138029 1726888091.47622: dumping result to json 138029 1726888091.47626: done dumping result, returning 138029 1726888091.47628: done running TaskExecutor() for managed_node3/TASK: Set pvs lvm length [0affc8a3-6f6f-5a58-73a2-000000000475] 138029 1726888091.47630: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000475 ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } 138029 1726888091.47760: no more pending results, returning what we have 138029 1726888091.47765: results queue empty 138029 1726888091.47766: checking for any_errors_fatal 138029 1726888091.47774: done checking for any_errors_fatal 138029 1726888091.47775: checking for max_fail_percentage 138029 1726888091.47776: done checking for max_fail_percentage 138029 1726888091.47777: checking to see if all hosts have failed and the running result is not ok 138029 1726888091.47777: done checking to see if all hosts have failed 138029 1726888091.47778: getting the remaining hosts for this loop 138029 1726888091.47780: done getting the remaining hosts for this loop 138029 1726888091.47783: getting the next task for host managed_node3 138029 1726888091.47790: done getting next task for host managed_node3 138029 1726888091.47792: ^ task is: TASK: Set pool pvs 138029 1726888091.47797: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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 138029 1726888091.47807: getting variables 138029 1726888091.47808: in VariableManager get_vars() 138029 1726888091.47841: Calling all_inventory to load vars for managed_node3 138029 1726888091.47844: Calling groups_inventory to load vars for managed_node3 138029 1726888091.47847: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888091.47860: Calling all_plugins_play to load vars for managed_node3 138029 1726888091.47863: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888091.47867: Calling groups_plugins_play to load vars for managed_node3 138029 1726888091.48387: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000475 138029 1726888091.48560: WORKER PROCESS EXITING 138029 1726888091.48767: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888091.49424: done with get_vars() 138029 1726888091.49441: done getting variables 138029 1726888091.49497: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pool pvs] ************************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Friday 20 September 2024 23:08:11 -0400 (0:00:00.093) 0:01:44.218 ****** 138029 1726888091.49528: entering _queue_task() for managed_node3/set_fact 138029 1726888091.49981: worker is 1 (out of 1 available) 138029 1726888091.49991: exiting _queue_task() for managed_node3/set_fact 138029 1726888091.50001: done queuing things up, now waiting for results queue to drain 138029 1726888091.50002: waiting for pending results... 138029 1726888091.50101: running TaskExecutor() for managed_node3/TASK: Set pool pvs 138029 1726888091.50196: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000476 138029 1726888091.50216: variable 'ansible_search_path' from source: unknown 138029 1726888091.50261: calling self._execute() 138029 1726888091.50371: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.50384: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.50399: variable 'omit' from source: magic vars 138029 1726888091.50890: variable 'storage_test_pool' from source: include params 138029 1726888091.50924: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888091.50937: variable 'omit' from source: magic vars 138029 1726888091.51000: variable 'omit' from source: magic vars 138029 1726888091.51227: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888091.53296: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888091.53376: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888091.53414: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888091.53447: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888091.53491: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888091.53559: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888091.53600: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888091.53708: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888091.53711: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888091.53714: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888091.53741: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888091.53774: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888091.53804: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888091.53851: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888091.53874: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888091.53933: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888091.53965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888091.53995: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888091.54044: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888091.54066: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888091.54216: variable 'pv_paths' from source: set_fact 138029 1726888091.54251: variable '__pvs_lvm_len' from source: set_fact 138029 1726888091.54313: variable 'omit' from source: magic vars 138029 1726888091.54361: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888091.54387: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888091.54470: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888091.54473: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.54475: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.54478: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888091.54490: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888091.54521: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888091.54529: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.54537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.54662: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888091.54675: Set connection var ansible_timeout to 10 138029 1726888091.54689: Set connection var ansible_pipelining to False 138029 1726888091.54697: Set connection var ansible_shell_type to sh 138029 1726888091.54704: Set connection var ansible_connection to ssh 138029 1726888091.54714: Set connection var ansible_shell_executable to /bin/sh 138029 1726888091.54794: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.54797: variable 'ansible_connection' from source: unknown 138029 1726888091.54800: variable 'ansible_module_compression' from source: unknown 138029 1726888091.54802: variable 'ansible_shell_type' from source: unknown 138029 1726888091.54804: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.54806: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.54808: variable 'ansible_pipelining' from source: unknown 138029 1726888091.54810: variable 'ansible_timeout' from source: unknown 138029 1726888091.54812: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.54895: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888091.54925: variable 'omit' from source: magic vars 138029 1726888091.54934: starting attempt loop 138029 1726888091.55161: running the handler 138029 1726888091.55164: handler run complete 138029 1726888091.55167: attempt loop complete, returning result 138029 1726888091.55169: _execute() done 138029 1726888091.55172: dumping result to json 138029 1726888091.55174: done dumping result, returning 138029 1726888091.55176: done running TaskExecutor() for managed_node3/TASK: Set pool pvs [0affc8a3-6f6f-5a58-73a2-000000000476] 138029 1726888091.55178: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000476 138029 1726888091.55243: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000476 138029 1726888091.55246: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } 138029 1726888091.55305: no more pending results, returning what we have 138029 1726888091.55308: results queue empty 138029 1726888091.55309: checking for any_errors_fatal 138029 1726888091.55316: done checking for any_errors_fatal 138029 1726888091.55317: checking for max_fail_percentage 138029 1726888091.55319: done checking for max_fail_percentage 138029 1726888091.55320: checking to see if all hosts have failed and the running result is not ok 138029 1726888091.55320: done checking to see if all hosts have failed 138029 1726888091.55321: getting the remaining hosts for this loop 138029 1726888091.55323: done getting the remaining hosts for this loop 138029 1726888091.55327: getting the next task for host managed_node3 138029 1726888091.55333: done getting next task for host managed_node3 138029 1726888091.55337: ^ task is: TASK: Verify PV count 138029 1726888091.55341: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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 138029 1726888091.55345: getting variables 138029 1726888091.55347: in VariableManager get_vars() 138029 1726888091.55383: Calling all_inventory to load vars for managed_node3 138029 1726888091.55385: Calling groups_inventory to load vars for managed_node3 138029 1726888091.55389: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888091.55400: Calling all_plugins_play to load vars for managed_node3 138029 1726888091.55403: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888091.55406: Calling groups_plugins_play to load vars for managed_node3 138029 1726888091.56133: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888091.56761: done with get_vars() 138029 1726888091.56778: done getting variables 138029 1726888091.56835: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 PV count] ********************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Friday 20 September 2024 23:08:11 -0400 (0:00:00.073) 0:01:44.292 ****** 138029 1726888091.56868: entering _queue_task() for managed_node3/assert 138029 1726888091.57120: worker is 1 (out of 1 available) 138029 1726888091.57132: exiting _queue_task() for managed_node3/assert 138029 1726888091.57144: done queuing things up, now waiting for results queue to drain 138029 1726888091.57145: waiting for pending results... 138029 1726888091.57420: running TaskExecutor() for managed_node3/TASK: Verify PV count 138029 1726888091.57541: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000477 138029 1726888091.57564: variable 'ansible_search_path' from source: unknown 138029 1726888091.57609: calling self._execute() 138029 1726888091.57761: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.57766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.57768: variable 'omit' from source: magic vars 138029 1726888091.58119: variable 'storage_test_pool' from source: include params 138029 1726888091.58181: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888091.58192: variable 'omit' from source: magic vars 138029 1726888091.58254: variable 'omit' from source: magic vars 138029 1726888091.58450: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888091.60962: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888091.60966: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888091.60969: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888091.60980: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888091.61011: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888091.61096: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888091.61131: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888091.61164: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888091.61214: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888091.61234: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888091.61352: variable 'storage_test_pool' from source: include params 138029 1726888091.61392: variable '__pvs_lvm_len' from source: set_fact 138029 1726888091.61406: variable '_storage_test_expected_pv_count' from source: set_fact 138029 1726888091.61448: variable 'omit' from source: magic vars 138029 1726888091.61482: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888091.61517: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888091.61544: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888091.61570: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.61633: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.61636: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888091.61639: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888091.61663: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888091.61672: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.61680: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.61811: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888091.61824: Set connection var ansible_timeout to 10 138029 1726888091.61836: Set connection var ansible_pipelining to False 138029 1726888091.61846: Set connection var ansible_shell_type to sh 138029 1726888091.61863: Set connection var ansible_connection to ssh 138029 1726888091.61870: Set connection var ansible_shell_executable to /bin/sh 138029 1726888091.61960: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.61963: variable 'ansible_connection' from source: unknown 138029 1726888091.61967: variable 'ansible_module_compression' from source: unknown 138029 1726888091.61969: variable 'ansible_shell_type' from source: unknown 138029 1726888091.61971: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.61973: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.61975: variable 'ansible_pipelining' from source: unknown 138029 1726888091.61977: variable 'ansible_timeout' from source: unknown 138029 1726888091.61979: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.62094: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888091.62097: variable 'omit' from source: magic vars 138029 1726888091.62099: starting attempt loop 138029 1726888091.62101: running the handler 138029 1726888091.62249: variable '__pvs_lvm_len' from source: set_fact 138029 1726888091.62260: variable '_storage_test_expected_pv_count' from source: set_fact 138029 1726888091.62272: Evaluated conditional (__pvs_lvm_len | int == _storage_test_expected_pv_count | int): True 138029 1726888091.62281: handler run complete 138029 1726888091.62309: attempt loop complete, returning result 138029 1726888091.62311: _execute() done 138029 1726888091.62313: dumping result to json 138029 1726888091.62315: done dumping result, returning 138029 1726888091.62359: done running TaskExecutor() for managed_node3/TASK: Verify PV count [0affc8a3-6f6f-5a58-73a2-000000000477] 138029 1726888091.62362: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000477 138029 1726888091.62661: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000477 138029 1726888091.62664: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888091.62704: no more pending results, returning what we have 138029 1726888091.62707: results queue empty 138029 1726888091.62708: checking for any_errors_fatal 138029 1726888091.62712: done checking for any_errors_fatal 138029 1726888091.62713: checking for max_fail_percentage 138029 1726888091.62715: done checking for max_fail_percentage 138029 1726888091.62715: checking to see if all hosts have failed and the running result is not ok 138029 1726888091.62716: done checking to see if all hosts have failed 138029 1726888091.62717: getting the remaining hosts for this loop 138029 1726888091.62718: done getting the remaining hosts for this loop 138029 1726888091.62721: getting the next task for host managed_node3 138029 1726888091.62726: done getting next task for host managed_node3 138029 1726888091.62728: ^ task is: TASK: Set expected pv type 138029 1726888091.62733: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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 138029 1726888091.62741: getting variables 138029 1726888091.62743: in VariableManager get_vars() 138029 1726888091.62771: Calling all_inventory to load vars for managed_node3 138029 1726888091.62774: Calling groups_inventory to load vars for managed_node3 138029 1726888091.62778: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888091.62788: Calling all_plugins_play to load vars for managed_node3 138029 1726888091.62791: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888091.62794: Calling groups_plugins_play to load vars for managed_node3 138029 1726888091.63642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888091.64253: done with get_vars() 138029 1726888091.64271: done getting variables 138029 1726888091.64328: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pv type] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Friday 20 September 2024 23:08:11 -0400 (0:00:00.074) 0:01:44.367 ****** 138029 1726888091.64361: entering _queue_task() for managed_node3/set_fact 138029 1726888091.64642: worker is 1 (out of 1 available) 138029 1726888091.64654: exiting _queue_task() for managed_node3/set_fact 138029 1726888091.64676: done queuing things up, now waiting for results queue to drain 138029 1726888091.64678: waiting for pending results... 138029 1726888091.64967: running TaskExecutor() for managed_node3/TASK: Set expected pv type 138029 1726888091.65115: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000478 138029 1726888091.65136: variable 'ansible_search_path' from source: unknown 138029 1726888091.65180: calling self._execute() 138029 1726888091.65272: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.65283: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.65296: variable 'omit' from source: magic vars 138029 1726888091.65692: variable 'storage_test_pool' from source: include params 138029 1726888091.65758: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888091.65772: variable 'omit' from source: magic vars 138029 1726888091.65826: variable 'omit' from source: magic vars 138029 1726888091.65966: variable 'storage_test_pool' from source: include params 138029 1726888091.66064: variable 'omit' from source: magic vars 138029 1726888091.66068: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888091.66105: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888091.66130: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888091.66151: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.66175: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.66196: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888091.66218: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888091.66279: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888091.66282: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.66284: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.66398: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888091.66411: Set connection var ansible_timeout to 10 138029 1726888091.66422: Set connection var ansible_pipelining to False 138029 1726888091.66496: Set connection var ansible_shell_type to sh 138029 1726888091.66499: Set connection var ansible_connection to ssh 138029 1726888091.66501: Set connection var ansible_shell_executable to /bin/sh 138029 1726888091.66503: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.66505: variable 'ansible_connection' from source: unknown 138029 1726888091.66507: variable 'ansible_module_compression' from source: unknown 138029 1726888091.66509: variable 'ansible_shell_type' from source: unknown 138029 1726888091.66510: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.66512: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.66514: variable 'ansible_pipelining' from source: unknown 138029 1726888091.66516: variable 'ansible_timeout' from source: unknown 138029 1726888091.66518: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.66665: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888091.66681: variable 'omit' from source: magic vars 138029 1726888091.66690: starting attempt loop 138029 1726888091.66697: running the handler 138029 1726888091.66715: handler run complete 138029 1726888091.66726: attempt loop complete, returning result 138029 1726888091.66732: _execute() done 138029 1726888091.66738: dumping result to json 138029 1726888091.66744: done dumping result, returning 138029 1726888091.66823: done running TaskExecutor() for managed_node3/TASK: Set expected pv type [0affc8a3-6f6f-5a58-73a2-000000000478] 138029 1726888091.66826: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000478 138029 1726888091.66896: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000478 138029 1726888091.66899: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 138029 1726888091.66984: no more pending results, returning what we have 138029 1726888091.66987: results queue empty 138029 1726888091.66988: checking for any_errors_fatal 138029 1726888091.66998: done checking for any_errors_fatal 138029 1726888091.66999: checking for max_fail_percentage 138029 1726888091.67001: done checking for max_fail_percentage 138029 1726888091.67001: checking to see if all hosts have failed and the running result is not ok 138029 1726888091.67002: done checking to see if all hosts have failed 138029 1726888091.67003: getting the remaining hosts for this loop 138029 1726888091.67005: done getting the remaining hosts for this loop 138029 1726888091.67009: getting the next task for host managed_node3 138029 1726888091.67016: done getting next task for host managed_node3 138029 1726888091.67019: ^ task is: TASK: Set expected pv type 138029 1726888091.67025: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888091.67029: getting variables 138029 1726888091.67031: in VariableManager get_vars() 138029 1726888091.67070: Calling all_inventory to load vars for managed_node3 138029 1726888091.67072: Calling groups_inventory to load vars for managed_node3 138029 1726888091.67076: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888091.67087: Calling all_plugins_play to load vars for managed_node3 138029 1726888091.67090: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888091.67094: Calling groups_plugins_play to load vars for managed_node3 138029 1726888091.67940: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888091.68617: done with get_vars() 138029 1726888091.68636: done getting variables 138029 1726888091.68699: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pv type] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Friday 20 September 2024 23:08:11 -0400 (0:00:00.043) 0:01:44.410 ****** 138029 1726888091.68735: entering _queue_task() for managed_node3/set_fact 138029 1726888091.69028: worker is 1 (out of 1 available) 138029 1726888091.69040: exiting _queue_task() for managed_node3/set_fact 138029 1726888091.69051: done queuing things up, now waiting for results queue to drain 138029 1726888091.69053: waiting for pending results... 138029 1726888091.69388: running TaskExecutor() for managed_node3/TASK: Set expected pv type 138029 1726888091.69498: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000479 138029 1726888091.69565: variable 'ansible_search_path' from source: unknown 138029 1726888091.69569: calling self._execute() 138029 1726888091.69670: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.69682: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.69700: variable 'omit' from source: magic vars 138029 1726888091.70167: variable 'storage_test_pool' from source: include params 138029 1726888091.70249: Evaluated conditional (storage_test_pool.type == 'lvm' and not storage_test_pool.encryption): True 138029 1726888091.70252: variable 'omit' from source: magic vars 138029 1726888091.70293: variable 'omit' from source: magic vars 138029 1726888091.70468: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888091.73465: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888091.73626: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888091.73865: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888091.73868: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888091.73916: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888091.74443: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888091.74664: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888091.74669: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888091.74671: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888091.74673: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888091.74879: variable 'storage_use_partitions' from source: play vars 138029 1726888091.75061: variable 'omit' from source: magic vars 138029 1726888091.75178: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888091.75464: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888091.75467: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888091.75470: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.75472: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.75478: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888091.75521: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888091.75601: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888091.75645: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.75654: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.75952: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888091.75969: Set connection var ansible_timeout to 10 138029 1726888091.75979: Set connection var ansible_pipelining to False 138029 1726888091.75985: Set connection var ansible_shell_type to sh 138029 1726888091.76015: Set connection var ansible_connection to ssh 138029 1726888091.76025: Set connection var ansible_shell_executable to /bin/sh 138029 1726888091.76058: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.76319: variable 'ansible_connection' from source: unknown 138029 1726888091.76323: variable 'ansible_module_compression' from source: unknown 138029 1726888091.76325: variable 'ansible_shell_type' from source: unknown 138029 1726888091.76327: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.76330: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.76332: variable 'ansible_pipelining' from source: unknown 138029 1726888091.76334: variable 'ansible_timeout' from source: unknown 138029 1726888091.76335: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.76342: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888091.76363: variable 'omit' from source: magic vars 138029 1726888091.76375: starting attempt loop 138029 1726888091.76382: running the handler 138029 1726888091.76396: handler run complete 138029 1726888091.76409: attempt loop complete, returning result 138029 1726888091.76450: _execute() done 138029 1726888091.76454: dumping result to json 138029 1726888091.76459: done dumping result, returning 138029 1726888091.76464: done running TaskExecutor() for managed_node3/TASK: Set expected pv type [0affc8a3-6f6f-5a58-73a2-000000000479] 138029 1726888091.76467: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000479 ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } 138029 1726888091.76613: no more pending results, returning what we have 138029 1726888091.76620: results queue empty 138029 1726888091.76622: checking for any_errors_fatal 138029 1726888091.76628: done checking for any_errors_fatal 138029 1726888091.76629: checking for max_fail_percentage 138029 1726888091.76631: done checking for max_fail_percentage 138029 1726888091.76632: checking to see if all hosts have failed and the running result is not ok 138029 1726888091.76633: done checking to see if all hosts have failed 138029 1726888091.76634: getting the remaining hosts for this loop 138029 1726888091.76635: done getting the remaining hosts for this loop 138029 1726888091.76640: getting the next task for host managed_node3 138029 1726888091.76648: done getting next task for host managed_node3 138029 1726888091.76651: ^ task is: TASK: Set expected pv type 138029 1726888091.76659: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888091.76672: getting variables 138029 1726888091.76674: in VariableManager get_vars() 138029 1726888091.76712: Calling all_inventory to load vars for managed_node3 138029 1726888091.76715: Calling groups_inventory to load vars for managed_node3 138029 1726888091.76718: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888091.76730: Calling all_plugins_play to load vars for managed_node3 138029 1726888091.76733: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888091.76736: Calling groups_plugins_play to load vars for managed_node3 138029 1726888091.77771: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000479 138029 1726888091.77775: WORKER PROCESS EXITING 138029 1726888091.78542: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888091.79776: done with get_vars() 138029 1726888091.79806: done getting variables 138029 1726888091.79873: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pv type] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Friday 20 September 2024 23:08:11 -0400 (0:00:00.111) 0:01:44.522 ****** 138029 1726888091.79904: entering _queue_task() for managed_node3/set_fact 138029 1726888091.80202: worker is 1 (out of 1 available) 138029 1726888091.80213: exiting _queue_task() for managed_node3/set_fact 138029 1726888091.80225: done queuing things up, now waiting for results queue to drain 138029 1726888091.80226: waiting for pending results... 138029 1726888091.80525: running TaskExecutor() for managed_node3/TASK: Set expected pv type 138029 1726888091.80687: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000047a 138029 1726888091.80712: variable 'ansible_search_path' from source: unknown 138029 1726888091.80753: calling self._execute() 138029 1726888091.80865: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.80879: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.80894: variable 'omit' from source: magic vars 138029 1726888091.81343: variable 'storage_test_pool' from source: include params 138029 1726888091.81412: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.raid_level): True 138029 1726888091.81425: variable 'omit' from source: magic vars 138029 1726888091.81491: variable 'omit' from source: magic vars 138029 1726888091.82166: variable 'storage_test_pool' from source: include params 138029 1726888091.82170: variable 'omit' from source: magic vars 138029 1726888091.82288: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888091.82326: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888091.82350: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888091.82402: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.82479: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.82505: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888091.82527: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888091.82629: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888091.82637: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.82645: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.82874: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888091.82887: Set connection var ansible_timeout to 10 138029 1726888091.82897: Set connection var ansible_pipelining to False 138029 1726888091.82905: Set connection var ansible_shell_type to sh 138029 1726888091.82911: Set connection var ansible_connection to ssh 138029 1726888091.82926: Set connection var ansible_shell_executable to /bin/sh 138029 1726888091.82964: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.82974: variable 'ansible_connection' from source: unknown 138029 1726888091.82981: variable 'ansible_module_compression' from source: unknown 138029 1726888091.82987: variable 'ansible_shell_type' from source: unknown 138029 1726888091.82992: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.82998: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.83034: variable 'ansible_pipelining' from source: unknown 138029 1726888091.83038: variable 'ansible_timeout' from source: unknown 138029 1726888091.83040: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.83180: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888091.83198: variable 'omit' from source: magic vars 138029 1726888091.83209: starting attempt loop 138029 1726888091.83253: running the handler 138029 1726888091.83259: handler run complete 138029 1726888091.83264: attempt loop complete, returning result 138029 1726888091.83266: _execute() done 138029 1726888091.83269: dumping result to json 138029 1726888091.83271: done dumping result, returning 138029 1726888091.83279: done running TaskExecutor() for managed_node3/TASK: Set expected pv type [0affc8a3-6f6f-5a58-73a2-00000000047a] 138029 1726888091.83288: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000047a ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid1" }, "changed": false } 138029 1726888091.83542: no more pending results, returning what we have 138029 1726888091.83545: results queue empty 138029 1726888091.83546: checking for any_errors_fatal 138029 1726888091.83558: done checking for any_errors_fatal 138029 1726888091.83559: checking for max_fail_percentage 138029 1726888091.83561: done checking for max_fail_percentage 138029 1726888091.83564: checking to see if all hosts have failed and the running result is not ok 138029 1726888091.83565: done checking to see if all hosts have failed 138029 1726888091.83565: getting the remaining hosts for this loop 138029 1726888091.83567: done getting the remaining hosts for this loop 138029 1726888091.83570: getting the next task for host managed_node3 138029 1726888091.83579: done getting next task for host managed_node3 138029 1726888091.83582: ^ task is: TASK: Check the type of each PV 138029 1726888091.83587: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888091.83593: getting variables 138029 1726888091.83594: in VariableManager get_vars() 138029 1726888091.83630: Calling all_inventory to load vars for managed_node3 138029 1726888091.83633: Calling groups_inventory to load vars for managed_node3 138029 1726888091.83636: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888091.83647: Calling all_plugins_play to load vars for managed_node3 138029 1726888091.83650: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888091.83652: Calling groups_plugins_play to load vars for managed_node3 138029 1726888091.84468: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000047a 138029 1726888091.84471: WORKER PROCESS EXITING 138029 1726888091.84490: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888091.85766: done with get_vars() 138029 1726888091.85785: done getting variables 138029 1726888091.85844: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 the type of each PV] *********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Friday 20 September 2024 23:08:11 -0400 (0:00:00.060) 0:01:44.583 ****** 138029 1726888091.85994: entering _queue_task() for managed_node3/assert 138029 1726888091.86579: worker is 1 (out of 1 available) 138029 1726888091.86591: exiting _queue_task() for managed_node3/assert 138029 1726888091.86604: done queuing things up, now waiting for results queue to drain 138029 1726888091.86606: waiting for pending results... 138029 1726888091.87076: running TaskExecutor() for managed_node3/TASK: Check the type of each PV 138029 1726888091.87712: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000047b 138029 1726888091.87736: variable 'ansible_search_path' from source: unknown 138029 1726888091.87793: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888091.88194: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888091.88291: variable 'omit' from source: magic vars 138029 1726888091.88426: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.88445: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.88462: variable 'omit' from source: magic vars 138029 1726888091.88706: variable 'storage_test_pool' from source: include params 138029 1726888091.88750: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888091.88768: variable 'omit' from source: magic vars 138029 1726888091.88823: variable 'omit' from source: magic vars 138029 1726888091.89066: variable 'pv' from source: unknown 138029 1726888091.89076: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888091.89111: variable '_storage_test_expected_pv_type' from source: set_fact 138029 1726888091.89120: variable 'storage_test_pool' from source: include params 138029 1726888091.89174: variable 'omit' from source: magic vars 138029 1726888091.89220: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888091.89259: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888091.89283: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888091.89305: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.89327: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.89347: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888091.89371: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888091.89403: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888091.89411: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.89422: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.89543: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888091.89557: Set connection var ansible_timeout to 10 138029 1726888091.89568: Set connection var ansible_pipelining to False 138029 1726888091.89575: Set connection var ansible_shell_type to sh 138029 1726888091.89581: Set connection var ansible_connection to ssh 138029 1726888091.89590: Set connection var ansible_shell_executable to /bin/sh 138029 1726888091.89642: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.89645: variable 'ansible_connection' from source: unknown 138029 1726888091.89647: variable 'ansible_module_compression' from source: unknown 138029 1726888091.89650: variable 'ansible_shell_type' from source: unknown 138029 1726888091.89651: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.89653: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.89657: variable 'ansible_pipelining' from source: unknown 138029 1726888091.89659: variable 'ansible_timeout' from source: unknown 138029 1726888091.89664: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.89808: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888091.89824: variable 'omit' from source: magic vars 138029 1726888091.89833: starting attempt loop 138029 1726888091.89840: running the handler 138029 1726888091.90069: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888091.90078: variable 'pv' from source: unknown 138029 1726888091.90081: variable '_storage_test_expected_pv_type' from source: set_fact 138029 1726888091.90084: Evaluated conditional (storage_test_blkinfo.info[pv]['type'] == _storage_test_expected_pv_type): True 138029 1726888091.90086: handler run complete 138029 1726888091.90089: attempt loop complete, returning result 138029 1726888091.90099: variable 'pv' from source: unknown 138029 1726888091.90164: variable 'pv' from source: unknown ok: [managed_node3] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed 138029 1726888091.90899: dumping result to json 138029 1726888091.90902: done dumping result, returning 138029 1726888091.90905: done running TaskExecutor() for managed_node3/TASK: Check the type of each PV [0affc8a3-6f6f-5a58-73a2-00000000047b] 138029 1726888091.90908: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000047b 138029 1726888091.90954: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000047b 138029 1726888091.90960: WORKER PROCESS EXITING 138029 1726888091.90986: no more pending results, returning what we have 138029 1726888091.90989: results queue empty 138029 1726888091.90990: checking for any_errors_fatal 138029 1726888091.90996: done checking for any_errors_fatal 138029 1726888091.90997: checking for max_fail_percentage 138029 1726888091.90998: done checking for max_fail_percentage 138029 1726888091.90998: checking to see if all hosts have failed and the running result is not ok 138029 1726888091.90999: done checking to see if all hosts have failed 138029 1726888091.91000: getting the remaining hosts for this loop 138029 1726888091.91001: done getting the remaining hosts for this loop 138029 1726888091.91004: getting the next task for host managed_node3 138029 1726888091.91010: done getting next task for host managed_node3 138029 1726888091.91012: ^ task is: TASK: Check that blivet supports PV grow to fill 138029 1726888091.91017: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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 138029 1726888091.91021: getting variables 138029 1726888091.91023: in VariableManager get_vars() 138029 1726888091.91053: Calling all_inventory to load vars for managed_node3 138029 1726888091.91058: Calling groups_inventory to load vars for managed_node3 138029 1726888091.91061: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888091.91076: Calling all_plugins_play to load vars for managed_node3 138029 1726888091.91079: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888091.91082: Calling groups_plugins_play to load vars for managed_node3 138029 1726888091.92717: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888091.94080: done with get_vars() 138029 1726888091.94097: done getting variables 138029 1726888091.94200: Loading ActionModule 'ansible_collections.ansible.builtin.plugins.action.script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/script.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Friday 20 September 2024 23:08:11 -0400 (0:00:00.082) 0:01:44.665 ****** 138029 1726888091.94233: entering _queue_task() for managed_node3/ansible.builtin.script 138029 1726888091.94235: Creating lock for ansible.builtin.script 138029 1726888091.94550: worker is 1 (out of 1 available) 138029 1726888091.94566: exiting _queue_task() for managed_node3/ansible.builtin.script 138029 1726888091.94579: done queuing things up, now waiting for results queue to drain 138029 1726888091.94581: waiting for pending results... 138029 1726888091.94979: running TaskExecutor() for managed_node3/TASK: Check that blivet supports PV grow to fill 138029 1726888091.95031: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000047d 138029 1726888091.95063: variable 'ansible_search_path' from source: unknown 138029 1726888091.95162: calling self._execute() 138029 1726888091.95206: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.95216: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.95227: variable 'omit' from source: magic vars 138029 1726888091.95459: variable 'omit' from source: magic vars 138029 1726888091.95551: variable 'omit' from source: magic vars 138029 1726888091.96079: variable 'ansible_python' from source: facts 138029 1726888091.96220: variable 'omit' from source: magic vars 138029 1726888091.96270: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888091.96362: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888091.96651: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888091.96656: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.96659: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888091.96661: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888091.96664: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888091.96681: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888091.96690: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.96699: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.96998: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888091.97001: Set connection var ansible_timeout to 10 138029 1726888091.97004: Set connection var ansible_pipelining to False 138029 1726888091.97006: Set connection var ansible_shell_type to sh 138029 1726888091.97009: Set connection var ansible_connection to ssh 138029 1726888091.97011: Set connection var ansible_shell_executable to /bin/sh 138029 1726888091.97077: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.97086: variable 'ansible_connection' from source: unknown 138029 1726888091.97093: variable 'ansible_module_compression' from source: unknown 138029 1726888091.97107: variable 'ansible_shell_type' from source: unknown 138029 1726888091.97114: variable 'ansible_shell_executable' from source: unknown 138029 1726888091.97324: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888091.97327: variable 'ansible_pipelining' from source: unknown 138029 1726888091.97330: variable 'ansible_timeout' from source: unknown 138029 1726888091.97332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888091.97335: Loading ActionModule 'ansible_collections.ansible.builtin.plugins.action.script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/script.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888091.97337: variable 'omit' from source: magic vars 138029 1726888091.97438: starting attempt loop 138029 1726888091.97444: running the handler 138029 1726888091.97494: _low_level_execute_command(): starting 138029 1726888091.97505: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888091.98968: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888091.99178: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888091.99241: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888092.01010: stdout chunk (state=3): >>>/root <<< 138029 1726888092.01130: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888092.01291: stderr chunk (state=3): >>><<< 138029 1726888092.01301: stdout chunk (state=3): >>><<< 138029 1726888092.01363: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888092.01660: _low_level_execute_command(): starting 138029 1726888092.01663: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888092.0137374-140801-77184171111899 `" && echo ansible-tmp-1726888092.0137374-140801-77184171111899="` echo /root/.ansible/tmp/ansible-tmp-1726888092.0137374-140801-77184171111899 `" ) && sleep 0' 138029 1726888092.02847: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888092.02866: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888092.02974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888092.03311: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888092.03373: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888092.06693: stdout chunk (state=3): >>>ansible-tmp-1726888092.0137374-140801-77184171111899=/root/.ansible/tmp/ansible-tmp-1726888092.0137374-140801-77184171111899 <<< 138029 1726888092.06850: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888092.06864: stdout chunk (state=3): >>><<< 138029 1726888092.06881: stderr chunk (state=3): >>><<< 138029 1726888092.07097: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888092.0137374-140801-77184171111899=/root/.ansible/tmp/ansible-tmp-1726888092.0137374-140801-77184171111899 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888092.07101: evaluation_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage 138029 1726888092.07104: search_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/files/scripts/does_library_support.py /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/files/scripts/does_library_support.py /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py 138029 1726888092.07328: Sending initial data 138029 1726888092.07336: Sent initial data (213 bytes) 138029 1726888092.08546: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888092.08622: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888092.08770: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888092.08782: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888092.08937: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888092.10782: 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 <<< 138029 1726888092.11025: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888092.11089: stdout chunk (state=3): >>>sftp> put /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py /root/.ansible/tmp/ansible-tmp-1726888092.0137374-140801-77184171111899/does_library_support.py <<< 138029 1726888092.11103: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888092.0137374-140801-77184171111899/does_library_support.py" <<< 138029 1726888092.11140: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py" to remote "/root/.ansible/tmp/ansible-tmp-1726888092.0137374-140801-77184171111899/does_library_support.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888092.0137374-140801-77184171111899/does_library_support.py" <<< 138029 1726888092.11497: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888092.11648: stderr chunk (state=3): >>><<< 138029 1726888092.11651: stdout chunk (state=3): >>><<< 138029 1726888092.11653: _low_level_execute_command(): starting 138029 1726888092.11658: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888092.0137374-140801-77184171111899/ /root/.ansible/tmp/ansible-tmp-1726888092.0137374-140801-77184171111899/does_library_support.py && sleep 0' 138029 1726888092.12396: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888092.12434: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888092.12458: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888092.12479: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888092.12549: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888092.14384: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888092.14395: stdout chunk (state=3): >>><<< 138029 1726888092.14406: stderr chunk (state=3): >>><<< 138029 1726888092.14460: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888092.14668: _low_level_execute_command(): starting 138029 1726888092.14672: _low_level_execute_command(): using become for this command 138029 1726888092.14674: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ziqjxftudllayntrygfklfceqhhdauqu ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888092.0137374-140801-77184171111899/does_library_support.py blivet.formats.lvmpv.LVMPhysicalVolume.grow_to_fill'"'"' && sleep 0' 138029 1726888092.15088: Initial state: awaiting_escalation: BECOME-SUCCESS-ziqjxftudllayntrygfklfceqhhdauqu 138029 1726888092.15739: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888092.15794: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888092.15893: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888092.16072: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888092.16075: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888092.19018: stdout chunk (state=1): >>>BECOME-SUCCESS-ziqjxftudllayntrygfklfceqhhdauqu <<< 138029 1726888092.19021: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ziqjxftudllayntrygfklfceqhhdauqu' 138029 1726888092.19436: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # <<< 138029 1726888092.19450: stdout chunk (state=3): >>>import '_weakref' # <<< 138029 1726888092.19506: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888092.19536: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888092.19547: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888092.19651: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888092.19678: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888092.19682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888092.19691: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888092.19710: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888092.19778: 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 0x7efc6e6183e0> <<< 138029 1726888092.19883: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e5e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e61a960> <<< 138029 1726888092.19889: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888092.19892: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888092.19905: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888092.19978: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 138029 1726888092.20075: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888092.20110: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888092.20124: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888092.20140: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888092.20156: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888092.20190: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888092.20310: 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 0x7efc6e3c8fe0> <<< 138029 1726888092.20314: 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 <<< 138029 1726888092.20327: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888092.20347: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e3c9fd0> <<< 138029 1726888092.20363: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888092.20385: 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. <<< 138029 1726888092.20447: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888092.20524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e3cbc50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e3cb8f0> <<< 138029 1726888092.20562: 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' <<< 138029 1726888092.20579: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888092.20624: 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 0x7efc6e401160> # /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' <<< 138029 1726888092.20873: 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 0x7efc6e402480> # /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/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888092.20952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888092.21082: 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 0x7efc6e45d070> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888092.21099: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888092.21108: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e45d1c0> <<< 138029 1726888092.21127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888092.21171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888092.21185: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888092.21424: 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 0x7efc6e4b07a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e4b0b00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e474bc0> <<< 138029 1726888092.21427: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888092.21450: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e45e390> <<< 138029 1726888092.21548: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e4523f0> <<< 138029 1726888092.21571: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888092.21725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888092.21728: 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 0x7efc6e2ec1d0> <<< 138029 1726888092.21731: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e4b2de0> <<< 138029 1726888092.21914: 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 0x7efc6e474ec0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e4b15b0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e2ed250> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e451790> <<< 138029 1726888092.21960: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888092.21997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888092.22013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888092.22148: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e3150d0> <<< 138029 1726888092.22195: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e417d40> <<< 138029 1726888092.22216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888092.22235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888092.22371: 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 0x7efc6e335730> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e334b30> <<< 138029 1726888092.22408: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e430fb0> <<< 138029 1726888092.22424: 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' <<< 138029 1726888092.22438: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e336960> <<< 138029 1726888092.22452: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888092.22490: 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' <<< 138029 1726888092.22503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888092.22811: 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 0x7efc6e345460> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e336120> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e336750> # /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 <<< 138029 1726888092.22815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e355c70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e335760> <<< 138029 1726888092.22896: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e402de0> <<< 138029 1726888092.22913: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888092.22965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888092.22977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888092.23033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888092.23054: 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' <<< 138029 1726888092.23147: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e3a9df0> <<< 138029 1726888092.23231: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e37bf50> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888092.23244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888092.23459: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e3aabd0> # /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' <<< 138029 1726888092.23462: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e3ab7d0> <<< 138029 1726888092.23570: stdout chunk (state=3): >>>import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e415970> # /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' # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 138029 1726888092.23593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888092.23782: 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 0x7efc6e20a5a0> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888092.23786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888092.23903: 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 0x7efc6e2408c0> 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 0x7efc6e241fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888092.23979: 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 0x7efc6e242e70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888092.24127: 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 0x7efc6e2434a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e2423c0> # /usr/lib64/python3.12/__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 0x7efc6e243e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e2435c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e20a6c0> <<< 138029 1726888092.24147: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e1da9f0> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e1da750> <<< 138029 1726888092.24163: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e402990> <<< 138029 1726888092.24173: 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 <<< 138029 1726888092.24205: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 138029 1726888092.24236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888092.24247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e262cc0> <<< 138029 1726888092.24342: 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 0x7efc6e2631a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888092.24431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888092.24562: 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 0x7efc6e289a90> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888092.24874: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e2af710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e1dad50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e2bc890> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e2bc9e0> # /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' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e2be060> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e2bce00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e263b30> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888092.24895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888092.24898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888092.24935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888092.24959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888092.24962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888092.24982: 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 0x7efc6df022a0> <<< 138029 1726888092.24997: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df01fd0> <<< 138029 1726888092.25012: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888092.25131: 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 0x7efc6df02270> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888092.25134: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888092.25261: 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 0x7efc6df02a80> <<< 138029 1726888092.25291: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888092.25324: 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 0x7efc6df033e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df023c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df004a0> <<< 138029 1726888092.25357: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e263fe0> <<< 138029 1726888092.25444: 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' # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888092.25447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888092.25479: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df21220> <<< 138029 1726888092.25525: 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 0x7efc6df23740> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df03500> <<< 138029 1726888092.26179: 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' <<< 138029 1726888092.26998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888092.27028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df3c170> <<< 138029 1726888092.27106: 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 0x7efc6df23a70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df23950> # /usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/errors.py <<< 138029 1726888092.27111: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' <<< 138029 1726888092.27208: 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' <<< 138029 1726888092.27280: 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' <<< 138029 1726888092.27315: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df3e9c0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df3e630> <<< 138029 1726888092.27384: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df3e3c0> <<< 138029 1726888092.27426: 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' <<< 138029 1726888092.27445: 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 <<< 138029 1726888092.27544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' # /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/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888092.27560: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df66180> <<< 138029 1726888092.27564: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888092.27631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888092.27750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # <<< 138029 1726888092.27966: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df668d0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df65820> # possible namespace for /usr/lib/python3.12/site-packages/gi <<< 138029 1726888092.28687: 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 0x7efc6df92c60> <<< 138029 1726888092.28757: 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 0x7efc6df91430> <<< 138029 1726888092.28864: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df652b0> <<< 138029 1726888092.28869: 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' <<< 138029 1726888092.28942: 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' <<< 138029 1726888092.29195: 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 0x7efc6d5b8dd0> # /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 0x7efc6d5b9160> # /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 0x7efc6d5b9640> # /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 0x7efc6d5b9e80> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d5b84d0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6dfb7f50> # 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 <<< 138029 1726888092.29203: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d5ba450> <<< 138029 1726888092.29206: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6dfb7aa0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df66720> <<< 138029 1726888092.29746: 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 <<< 138029 1726888092.29770: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 138029 1726888092.29796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888092.29834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888092.29870: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888092.29885: 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 0x7efc6d5e2390> <<< 138029 1726888092.30032: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888092.30048: 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 0x7efc6d5e39b0> <<< 138029 1726888092.30179: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d5e0b30> # /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 0x7efc6d5e16d0> # /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 <<< 138029 1726888092.30258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d618680> <<< 138029 1726888092.30289: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d5e3e00> <<< 138029 1726888092.30505: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d5baea0> 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 <<< 138029 1726888092.30522: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 138029 1726888092.30694: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d64d520> import 'gi.repository.GObject' # <<< 138029 1726888092.30733: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 138029 1726888092.30831: 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' <<< 138029 1726888092.31061: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d66ae10> <<< 138029 1726888092.31064: stdout chunk (state=3): >>>import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df3ef90> <<< 138029 1726888092.31123: 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 <<< 138029 1726888092.31403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/__init__.py # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/bytesize.py <<< 138029 1726888092.31406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' # /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' <<< 138029 1726888092.31408: 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 0x7efc6d69fd40> <<< 138029 1726888092.31423: 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' <<< 138029 1726888092.31439: 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 0x7efc6d1f46b0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d1f44d0> <<< 138029 1726888092.31530: 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' <<< 138029 1726888092.31551: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d1f5010><<< 138029 1726888092.31604: stdout chunk (state=3): >>> <<< 138029 1726888092.31699: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d69e6f0> <<< 138029 1726888092.32372: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d69d010> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d69c7a0> <<< 138029 1726888092.33971: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d64d130> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e1dade0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e401700> <<< 138029 1726888092.46309: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e400a40> # /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' <<< 138029 1726888092.46313: 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 <<< 138029 1726888092.46339: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 138029 1726888092.46383: 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' <<< 138029 1726888092.46400: 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 <<< 138029 1726888092.46573: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 138029 1726888092.46623: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2c87d0> # /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 0x7efc6d2c8e60> # /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 0x7efc6d2c9f10> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2c9dc0> # /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' <<< 138029 1726888092.46665: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2ca1b0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2c9b20> <<< 138029 1726888092.46687: 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' <<< 138029 1726888092.46703: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 138029 1726888092.46717: 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 0x7efc6d2ca690> <<< 138029 1726888092.46732: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2ca4e0> <<< 138029 1726888092.46872: 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 # code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.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 0x7efc6c860b30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8608c0> <<< 138029 1726888092.46899: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2cab40> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2ca6f0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2c92b0> <<< 138029 1726888092.47069: 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 0x7efc6d2c9940> # /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 0x7efc6c863110> <<< 138029 1726888092.47189: 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 0x7efc6c8634a0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c862ea0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c862510> # /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 0x7efc6c863620> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2c8440> # /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 0x7efc6c8636b0> <<< 138029 1726888092.48017: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2a6000> <<< 138029 1726888092.48052: 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 0x7efc6c880ce0> <<< 138029 1726888092.48106: 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 0x7efc6c881010> # /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' <<< 138029 1726888092.48151: 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 <<< 138029 1726888092.48264: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 138029 1726888092.48293: 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 0x7efc6c8826c0> # /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/lib64/python3.12/json/__pycache__/__init__.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' <<< 138029 1726888092.48323: 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' <<< 138029 1726888092.48368: 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 0x7efc6c883f50> <<< 138029 1726888092.48388: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c883d70> <<< 138029 1726888092.48441: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8835c0> <<< 138029 1726888092.48468: 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' <<< 138029 1726888092.48577: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c880830> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c883170> <<< 138029 1726888092.48601: 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 # 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 0x7efc6c8a8d40> # /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 0x7efc6c8a9490> <<< 138029 1726888092.48641: 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 0x7efc6c8a9ac0> <<< 138029 1726888092.48800: 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 <<< 138029 1726888092.48804: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 138029 1726888092.48806: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8a9df0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8a8bf0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c882870> <<< 138029 1726888092.48847: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c881580> <<< 138029 1726888092.48881: 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' <<< 138029 1726888092.49036: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8d4a10> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c881c70> <<< 138029 1726888092.49070: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c881130> # /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 0x7efc6c8d4fe0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8813d0> <<< 138029 1726888092.49088: 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 0x7efc6c8d5220> <<< 138029 1726888092.49167: 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' import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8d5610> <<< 138029 1726888092.49188: 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 <<< 138029 1726888092.49209: stdout chunk (state=3): >>># 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 0x7efc6c8d5df0> <<< 138029 1726888092.49367: 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' <<< 138029 1726888092.49397: 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 <<< 138029 1726888092.49400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888092.50433: 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 0x7efc6c9017f0> <<< 138029 1726888092.50436: 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' <<< 138029 1726888092.50535: 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 0x7efc6c902a20> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c9023f0> # /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' <<< 138029 1726888092.50542: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c902e10> <<< 138029 1726888092.50571: 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 <<< 138029 1726888092.50593: 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 0x7efc6c9039b0> <<< 138029 1726888092.50615: 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 <<< 138029 1726888092.50747: 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 <<< 138029 1726888092.50781: 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 0x7efc6c92a690> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c929370> <<< 138029 1726888092.50798: 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 0x7efc6c92bb00> <<< 138029 1726888092.50857: 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 0x7efc6c6a0e60> <<< 138029 1726888092.50886: 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 <<< 138029 1726888092.50965: 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 0x7efc6c6a1ca0> <<< 138029 1726888092.50972: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8faa80> <<< 138029 1726888092.51010: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8fa720> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/disklabel.py <<< 138029 1726888092.51014: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 138029 1726888092.51086: 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 0x7efc6c6d0290> # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/manager.py <<< 138029 1726888092.51103: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 138029 1726888092.51154: 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' # /usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/callbacks.py <<< 138029 1726888092.51161: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' <<< 138029 1726888092.51203: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6d1370> <<< 138029 1726888092.51286: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6d0c80> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6d02c0> <<< 138029 1726888092.51419: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6a3740> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/dmraid.py <<< 138029 1726888092.51445: stdout chunk (state=3): >>># 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 0x7efc6c6f3530> <<< 138029 1726888092.51484: 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' <<< 138029 1726888092.51502: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6f3680> <<< 138029 1726888092.51523: 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 <<< 138029 1726888092.51528: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 138029 1726888092.51571: 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' <<< 138029 1726888092.51623: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c706f00> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmkfs.py <<< 138029 1726888092.51674: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 138029 1726888092.51678: 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' <<< 138029 1726888092.51704: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c707ef0> <<< 138029 1726888092.51773: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c7075f0> <<< 138029 1726888092.51776: 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 <<< 138029 1726888092.51778: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 138029 1726888092.51837: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c724800> <<< 138029 1726888092.51903: 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' <<< 138029 1726888092.51930: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c724c80> <<< 138029 1726888092.51934: 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' <<< 138029 1726888092.51944: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c725220> # /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' <<< 138029 1726888092.52010: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c725520> <<< 138029 1726888092.52014: 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' <<< 138029 1726888092.52051: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c725af0> # /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' <<< 138029 1726888092.52097: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c725d00> <<< 138029 1726888092.52117: 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 <<< 138029 1726888092.52165: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 138029 1726888092.52169: 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' <<< 138029 1726888092.53214: 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 0x7efc6c727080> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c726e70> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c725ee0> <<< 138029 1726888092.53289: 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' <<< 138029 1726888092.53352: 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' <<< 138029 1726888092.53422: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c727d40> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c727950> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c7273e0> <<< 138029 1726888092.53700: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6f3bc0> <<< 138029 1726888092.53753: 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 <<< 138029 1726888092.53778: 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' <<< 138029 1726888092.53790: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c77f740> # /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' <<< 138029 1726888092.53876: 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' <<< 138029 1726888092.53966: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c7906e0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/device.py <<< 138029 1726888092.54002: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 138029 1726888092.54841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 138029 1726888092.54866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 138029 1726888092.55306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 138029 1726888092.55346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 138029 1726888092.55387: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c793d40> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c792b40> <<< 138029 1726888092.55477: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c790c80> <<< 138029 1726888092.55490: 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 <<< 138029 1726888092.55522: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 138029 1726888092.55566: 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 0x7efc6c5d25a0> <<< 138029 1726888092.55698: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c5d0260> <<< 138029 1726888092.55719: 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 <<< 138029 1726888092.55729: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888092.55886: 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' <<< 138029 1726888092.55890: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c5f0e00> # /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 0x7efc6c5f1c10> # /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' <<< 138029 1726888092.56027: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c5f2420> <<< 138029 1726888092.56128: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c5e7c80> <<< 138029 1726888092.56156: 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 <<< 138029 1726888092.56194: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888092.56382: 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 0x7efc6c613f50> <<< 138029 1726888092.56519: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c612660> # /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' <<< 138029 1726888092.56562: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c645a60> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lvm.py <<< 138029 1726888092.56777: 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/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' <<< 138029 1726888092.57071: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6577a0> <<< 138029 1726888092.57110: 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 <<< 138029 1726888092.57133: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 138029 1726888092.57177: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c67cdd0> <<< 138029 1726888092.57204: 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' import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c674d10> <<< 138029 1726888092.57237: 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 <<< 138029 1726888092.57274: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 138029 1726888092.57301: 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' <<< 138029 1726888092.57343: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6770b0> <<< 138029 1726888092.57499: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c675220> <<< 138029 1726888092.57535: 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 0x7efc6c4d1580> <<< 138029 1726888092.57925: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c647ec0> <<< 138029 1726888092.57968: 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 <<< 138029 1726888092.57989: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888092.58119: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c655790> <<< 138029 1726888092.58130: 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' <<< 138029 1726888092.58154: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c53b5f0> <<< 138029 1726888092.58191: 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' <<< 138029 1726888092.58240: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c54c1a0> <<< 138029 1726888092.58263: 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' <<< 138029 1726888092.58295: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c54cce0> <<< 138029 1726888092.58298: 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' <<< 138029 1726888092.58364: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c54d130> <<< 138029 1726888092.58367: 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' <<< 138029 1726888092.58401: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c54e000> <<< 138029 1726888092.58431: 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 <<< 138029 1726888092.58434: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888092.58593: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c54e8d0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c7901a0> <<< 138029 1726888092.58618: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c77fb90> <<< 138029 1726888092.58730: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c7058b0> <<< 138029 1726888092.58753: 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 <<< 138029 1726888092.58813: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 138029 1726888092.58816: 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' <<< 138029 1726888092.58826: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c388e60> <<< 138029 1726888092.58866: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c388590> <<< 138029 1726888092.58896: 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' <<< 138029 1726888092.58952: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c38a3c0> <<< 138029 1726888092.58998: 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' <<< 138029 1726888092.59002: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c38b7a0> <<< 138029 1726888092.59038: 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' <<< 138029 1726888092.59085: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c38bf50> <<< 138029 1726888092.59088: 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 <<< 138029 1726888092.59100: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 138029 1726888092.59173: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c39c830> <<< 138029 1726888092.59185: 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' <<< 138029 1726888092.59243: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c39e630> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d253e60> <<< 138029 1726888092.59267: stdout chunk (state=3): >>>True <<< 138029 1726888092.60086: 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__ # destroy __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing syslog # cleanup[2] removing __future__ # destroy __future__ # 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 _ast # destroy _ast # cleanup[2] removing contextlib # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc <<< 138029 1726888092.60160: stdout chunk (state=3): >>># cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing selinux # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing copy # cleanup[2] removing glob # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect <<< 138029 1726888092.60183: stdout chunk (state=3): >>># cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing tempfile # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing gettext # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 _ctypes # cleanup[2] removing _struct # cleanup[2] removing struct # destroy struct # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util <<< 138029 1726888092.60231: stdout chunk (state=3): >>># 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 _datetime # cleanup[2] removing datetime # destroy datetime # 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.threads # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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.callbacks # 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 shlex # 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.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.devices.device # 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.devicelibs.lvm # 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.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # 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 <<< 138029 1726888092.60796: stdout chunk (state=3): >>># destroy blivet # destroy _sitebuiltins # destroy zlib <<< 138029 1726888092.60863: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # cleanup[3] wiping blivet.formats <<< 138029 1726888092.60929: stdout chunk (state=3): >>># destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.tasks.lukstasks # 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.lvm # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping pprint # destroy dataclasses # 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.callbacks # 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 json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # 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 blivet.udev <<< 138029 1726888092.61043: 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 _datetime # cleanup[3] wiping ctypes.util # 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 ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # 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 <<< 138029 1726888092.61171: stdout chunk (state=3): >>># cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping array # cleanup[3] wiping _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 _typing # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping gettext # cleanup[3] wiping _decimal # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping platform <<< 138029 1726888092.61206: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # 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 selectors # cleanup[3] wiping math # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping copy # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux # cleanup[3] wiping logging # destroy traceback # destroy weakref # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading <<< 138029 1726888092.61317: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping textwrap # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping contextlib # cleanup[3] wiping re # destroy re._constants # destroy 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 <<< 138029 1726888092.61424: stdout chunk (state=3): >>># 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 syslog # 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 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 <<< 138029 1726888092.61428: 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 _datetime # destroy decimal <<< 138029 1726888092.62111: stdout chunk (state=3): >>># destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport <<< 138029 1726888092.62198: stdout chunk (state=3): >>># destroy gi._gi # destroy _struct # destroy blivet.devicelibs.disk # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 138029 1726888092.62331: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser # destroy _string # destroy array # destroy textwrap # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode # destroy _io # destroy fnmatch # destroy _hashlib <<< 138029 1726888092.62422: stdout chunk (state=3): >>># destroy shutil # destroy pprint # destroy time # destroy blivet.devicelibs.lvm # 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.availability # destroy blivet.tasks.lukstasks <<< 138029 1726888092.62486: stdout chunk (state=3): >>># destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy select <<< 138029 1726888092.62542: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy stat # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy parted # destroy errno # destroy collections # destroy os <<< 138029 1726888092.62606: stdout chunk (state=3): >>># destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # 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 <<< 138029 1726888092.62669: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888092.62791: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy _codecs # destroy re # destroy _random <<< 138029 1726888092.62794: stdout chunk (state=3): >>># destroy _sre # destroy _functools # destroy _operator # clear sys.audit hooks <<< 138029 1726888092.63499: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888092.63503: stderr chunk (state=3): >>><<< 138029 1726888092.63505: stdout chunk (state=3): >>><<< 138029 1726888092.63990: _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 0x7efc6e6183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e5e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e61a960> 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 0x7efc6e3c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7efc6e3c9fd0> 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/importlib/__pycache__/__init__.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 0x7efc6e3cbc50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e3cb8f0> # /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' # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e401160> # /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/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e402480> # /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/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.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 0x7efc6e45d070> # /usr/lib64/python3.12/__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 0x7efc6e45d1c0> # /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 0x7efc6e4b07a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e4b0b00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e474bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e45e390> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e4523f0> # /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 0x7efc6e2ec1d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e4b2de0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e474ec0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e4b15b0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e2ed250> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e451790> import '_ast' # # /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 0x7efc6e3150d0> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e417d40> # /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 0x7efc6e335730> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e334b30> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e430fb0> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e336960> import 'importlib.machinery' # # /usr/lib64/python3.12/__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 0x7efc6e345460> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e336120> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e336750> # /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 0x7efc6e355c70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e335760> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e402de0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/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 0x7efc6e3a9df0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e37bf50> # /usr/lib64/python3.12/__pycache__/string.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 0x7efc6e3aabd0> # /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 0x7efc6e3ab7d0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e415970> # /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' # /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 0x7efc6e20a5a0> # /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 0x7efc6e2408c0> 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 0x7efc6e241fa0> # /usr/lib64/python3.12/__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 0x7efc6e242e70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e2434a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e2423c0> # /usr/lib64/python3.12/__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 0x7efc6e243e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e2435c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e20a6c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e1da9f0> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e1da750> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e402990> # /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__/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 0x7efc6e262cc0> # /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 0x7efc6e2631a0> # /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__/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 0x7efc6e289a90> # /usr/lib64/python3.12/__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 0x7efc6e2af710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e1dad50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e2bc890> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e2bc9e0> # /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' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e2be060> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e2bce00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e263b30> # /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' # /usr/lib64/python3.12/__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 0x7efc6df022a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df01fd0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6df02270> # /usr/lib64/python3.12/__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 0x7efc6df02a80> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6df033e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df023c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df004a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e263fe0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df21220> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6df23740> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df03500> # /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 0x7efc6df3c170> # 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 0x7efc6df23a70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df23950> # /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' # /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 0x7efc6df3e9c0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df3e630> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df3e3c0> # /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' # /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/importlib/__pycache__/_abc.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 0x7efc6df66180> import 'importlib.util' # # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df668d0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df65820> # 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 0x7efc6df92c60> # 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 0x7efc6df91430> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df652b0> # /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 0x7efc6d5b8dd0> # /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 0x7efc6d5b9160> # /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 0x7efc6d5b9640> # /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 0x7efc6d5b9e80> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d5b84d0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6dfb7f50> # 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 0x7efc6d5ba450> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6dfb7aa0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df66720> # /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/__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 0x7efc6d5e2390> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6d5e39b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d5e0b30> # /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 0x7efc6d5e16d0> # /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 0x7efc6d618680> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d5e3e00> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d5baea0> 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 0x7efc6d64d520> 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 0x7efc6d66ae10> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df3ef90> # /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' # /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 0x7efc6d69fd40> # /usr/lib64/python3.12/__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 0x7efc6d1f46b0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d1f44d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7efc6d1f5010> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d69e6f0> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d69d010> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d69c7a0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d64d130> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e1dade0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e401700> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e400a40> # /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/__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 0x7efc6d2c87d0> # /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 0x7efc6d2c8e60> # /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 0x7efc6d2c9f10> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2c9dc0> # /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 0x7efc6d2ca1b0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2c9b20> # /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 0x7efc6d2ca690> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2ca4e0> # /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' # /usr/lib64/python3.12/__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 0x7efc6c860b30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8608c0> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2cab40> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2ca6f0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2c92b0> # /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 0x7efc6d2c9940> # /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 0x7efc6c863110> # /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 0x7efc6c8634a0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c862ea0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c862510> # /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 0x7efc6c863620> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2c8440> # /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 0x7efc6c8636b0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2a6000> # /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 0x7efc6c880ce0> # /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 0x7efc6c881010> # /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__/__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 0x7efc6c8826c0> # /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/lib64/python3.12/json/__pycache__/__init__.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 0x7efc6c883f50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c883d70> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8835c0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7efc6c880830> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c883170> # /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 0x7efc6c8a8d40> # /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 0x7efc6c8a9490> # /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 0x7efc6c8a9ac0> # /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 0x7efc6c8a9df0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8a8bf0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c882870> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c881580> # /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 0x7efc6c8d4a10> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c881c70> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c881130> # /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 0x7efc6c8d4fe0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8813d0> # /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 0x7efc6c8d5220> # /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 0x7efc6c8d5610> # /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 0x7efc6c8d5df0> # /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 0x7efc6c9017f0> # /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 0x7efc6c902a20> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c9023f0> # /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 0x7efc6c902e10> # /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 0x7efc6c9039b0> # /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 0x7efc6c92a690> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c929370> # /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 0x7efc6c92bb00> # /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 0x7efc6c6a0e60> # /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 0x7efc6c6a1ca0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8faa80> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8fa720> # /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 0x7efc6c6d0290> # /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' # /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 0x7efc6c6d1370> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6d0c80> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6d02c0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6a3740> # /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 0x7efc6c6f3530> # /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 0x7efc6c6f3680> # /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 0x7efc6c706f00> # /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' # /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 0x7efc6c707ef0> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c7075f0> # /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 0x7efc6c724800> # /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 0x7efc6c724c80> # /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 0x7efc6c725220> # /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 0x7efc6c725520> # /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 0x7efc6c725af0> # /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 0x7efc6c725d00> # /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 0x7efc6c727080> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c726e70> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c725ee0> # /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 0x7efc6c727d40> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c727950> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c7273e0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6f3bc0> # /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 0x7efc6c77f740> # /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' # /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' import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c7906e0> # /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 0x7efc6c793d40> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c792b40> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c790c80> # /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/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 0x7efc6c5d25a0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c5d0260> # /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 0x7efc6c5f0e00> # /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 0x7efc6c5f1c10> # /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 0x7efc6c5f2420> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c5e7c80> # /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 0x7efc6c613f50> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c612660> # /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 0x7efc6c645a60> # /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/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 0x7efc6c6577a0> # /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 0x7efc6c67cdd0> # /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 0x7efc6c674d10> # /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 0x7efc6c6770b0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c675220> # /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 0x7efc6c4d1580> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c647ec0> # /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 0x7efc6c655790> # /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 0x7efc6c53b5f0> # /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 0x7efc6c54c1a0> # /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 0x7efc6c54cce0> # /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 0x7efc6c54d130> # /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 0x7efc6c54e000> # /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 0x7efc6c54e8d0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c7901a0> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c77fb90> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c7058b0> # /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/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 0x7efc6c388e60> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c388590> # /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 0x7efc6c38a3c0> # /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 0x7efc6c38b7a0> # /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 0x7efc6c38bf50> # /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 0x7efc6c39c830> # /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 0x7efc6c39e630> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d253e60> True # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # destroy __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing syslog # cleanup[2] removing __future__ # destroy __future__ # 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 _ast # destroy _ast # cleanup[2] removing contextlib # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing selinux # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing copy # cleanup[2] removing glob # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing _bisect # cleanup[2] 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 tempfile # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing gettext # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 _ctypes # cleanup[2] removing _struct # cleanup[2] removing struct # destroy struct # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 # 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 _datetime # cleanup[2] removing datetime # destroy datetime # 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.threads # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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.callbacks # 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 shlex # 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.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.devices.device # 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.devicelibs.lvm # 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.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # 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 # destroy blivet # destroy _sitebuiltins # destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # 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.tasks.lukstasks # 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.lvm # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping pprint # destroy dataclasses # 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.callbacks # 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 json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # 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 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 _datetime # cleanup[3] wiping ctypes.util # 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 ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # 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 array # cleanup[3] wiping _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 _typing # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping gettext # cleanup[3] wiping _decimal # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping platform # cleanup[3] wiping tempfile # 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 selectors # cleanup[3] wiping math # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping copy # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux # cleanup[3] wiping logging # destroy traceback # destroy weakref # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading # cleanup[3] wiping _string # cleanup[3] wiping textwrap # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping contextlib # cleanup[3] wiping re # destroy re._constants # destroy 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 syslog # 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 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 _datetime # destroy decimal # 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 array # destroy textwrap # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode # destroy _io # destroy fnmatch # destroy _hashlib # destroy shutil # destroy pprint # destroy time # destroy blivet.devicelibs.lvm # 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.availability # destroy blivet.tasks.lukstasks # destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy select # destroy _typing # destroy _tokenize # destroy stat # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy parted # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # 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 # 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 _codecs # destroy re # destroy _random # destroy _sre # destroy _functools # destroy _operator # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888092.64075: _low_level_execute_command(): starting 138029 1726888092.64079: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888092.0137374-140801-77184171111899/ > /dev/null 2>&1 && sleep 0' 138029 1726888092.65504: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888092.65507: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888092.65542: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888092.65565: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888092.65584: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888092.65669: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888092.67645: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888092.67665: stdout chunk (state=3): >>><<< 138029 1726888092.67677: stderr chunk (state=3): >>><<< 138029 1726888092.67695: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888092.67861: handler run complete 138029 1726888092.72965: Evaluated conditional (False): False 138029 1726888092.73011: attempt loop complete, returning result 138029 1726888092.73017: _execute() done 138029 1726888092.73022: dumping result to json 138029 1726888092.73095: done dumping result, returning 138029 1726888092.73106: done running TaskExecutor() for managed_node3/TASK: Check that blivet supports PV grow to fill [0affc8a3-6f6f-5a58-73a2-00000000047d] 138029 1726888092.73119: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000047d 138029 1726888092.80566: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000047d 138029 1726888092.80569: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "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 0x7efc6e6183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e5e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e61a960> 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 0x7efc6e3c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7efc6e3c9fd0> 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/importlib/__pycache__/__init__.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 0x7efc6e3cbc50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e3cb8f0> # /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' # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e401160> # /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/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e402480> # /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/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.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 0x7efc6e45d070> # /usr/lib64/python3.12/__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 0x7efc6e45d1c0> # /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 0x7efc6e4b07a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e4b0b00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e474bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e45e390> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e4523f0> # /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 0x7efc6e2ec1d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e4b2de0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e474ec0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e4b15b0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e2ed250> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e451790> import '_ast' # # /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 0x7efc6e3150d0> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e417d40> # /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 0x7efc6e335730> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e334b30> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e430fb0> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e336960> import 'importlib.machinery' # # /usr/lib64/python3.12/__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 0x7efc6e345460> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e336120> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e336750> # /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 0x7efc6e355c70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e335760> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e402de0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/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 0x7efc6e3a9df0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e37bf50> # /usr/lib64/python3.12/__pycache__/string.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 0x7efc6e3aabd0> # /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 0x7efc6e3ab7d0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e415970> # /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' # /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 0x7efc6e20a5a0> # /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 0x7efc6e2408c0> 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 0x7efc6e241fa0> # /usr/lib64/python3.12/__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 0x7efc6e242e70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e2434a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e2423c0> # /usr/lib64/python3.12/__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 0x7efc6e243e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e2435c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e20a6c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e1da9f0> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e1da750> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e402990> # /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__/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 0x7efc6e262cc0> # /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 0x7efc6e2631a0> # /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__/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 0x7efc6e289a90> # /usr/lib64/python3.12/__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 0x7efc6e2af710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e1dad50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e2bc890> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e2bc9e0> # /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' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6e2be060> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e2bce00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e263b30> # /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' # /usr/lib64/python3.12/__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 0x7efc6df022a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df01fd0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6df02270> # /usr/lib64/python3.12/__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 0x7efc6df02a80> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6df033e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df023c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df004a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e263fe0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df21220> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6df23740> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df03500> # /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 0x7efc6df3c170> # 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 0x7efc6df23a70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df23950> # /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' # /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 0x7efc6df3e9c0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df3e630> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df3e3c0> # /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' # /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/importlib/__pycache__/_abc.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 0x7efc6df66180> import 'importlib.util' # # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df668d0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df65820> # 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 0x7efc6df92c60> # 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 0x7efc6df91430> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df652b0> # /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 0x7efc6d5b8dd0> # /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 0x7efc6d5b9160> # /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 0x7efc6d5b9640> # /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 0x7efc6d5b9e80> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d5b84d0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6dfb7f50> # 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 0x7efc6d5ba450> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6dfb7aa0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df66720> # /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/__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 0x7efc6d5e2390> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc6d5e39b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d5e0b30> # /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 0x7efc6d5e16d0> # /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 0x7efc6d618680> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d5e3e00> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d5baea0> 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 0x7efc6d64d520> 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 0x7efc6d66ae10> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6df3ef90> # /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' # /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 0x7efc6d69fd40> # /usr/lib64/python3.12/__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 0x7efc6d1f46b0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d1f44d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7efc6d1f5010> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d69e6f0> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d69d010> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d69c7a0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d64d130> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e1dade0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e401700> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6e400a40> # /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/__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 0x7efc6d2c87d0> # /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 0x7efc6d2c8e60> # /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 0x7efc6d2c9f10> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2c9dc0> # /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 0x7efc6d2ca1b0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2c9b20> # /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 0x7efc6d2ca690> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2ca4e0> # /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' # /usr/lib64/python3.12/__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 0x7efc6c860b30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8608c0> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2cab40> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2ca6f0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2c92b0> # /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 0x7efc6d2c9940> # /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 0x7efc6c863110> # /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 0x7efc6c8634a0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c862ea0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c862510> # /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 0x7efc6c863620> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2c8440> # /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 0x7efc6c8636b0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d2a6000> # /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 0x7efc6c880ce0> # /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 0x7efc6c881010> # /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__/__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 0x7efc6c8826c0> # /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/lib64/python3.12/json/__pycache__/__init__.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 0x7efc6c883f50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c883d70> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8835c0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7efc6c880830> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c883170> # /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 0x7efc6c8a8d40> # /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 0x7efc6c8a9490> # /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 0x7efc6c8a9ac0> # /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 0x7efc6c8a9df0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8a8bf0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c882870> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c881580> # /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 0x7efc6c8d4a10> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c881c70> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c881130> # /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 0x7efc6c8d4fe0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8813d0> # /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 0x7efc6c8d5220> # /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 0x7efc6c8d5610> # /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 0x7efc6c8d5df0> # /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 0x7efc6c9017f0> # /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 0x7efc6c902a20> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c9023f0> # /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 0x7efc6c902e10> # /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 0x7efc6c9039b0> # /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 0x7efc6c92a690> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c929370> # /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 0x7efc6c92bb00> # /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 0x7efc6c6a0e60> # /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 0x7efc6c6a1ca0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8faa80> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c8fa720> # /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 0x7efc6c6d0290> # /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' # /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 0x7efc6c6d1370> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6d0c80> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6d02c0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6a3740> # /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 0x7efc6c6f3530> # /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 0x7efc6c6f3680> # /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 0x7efc6c706f00> # /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' # /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 0x7efc6c707ef0> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c7075f0> # /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 0x7efc6c724800> # /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 0x7efc6c724c80> # /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 0x7efc6c725220> # /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 0x7efc6c725520> # /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 0x7efc6c725af0> # /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 0x7efc6c725d00> # /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 0x7efc6c727080> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c726e70> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c725ee0> # /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 0x7efc6c727d40> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c727950> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c7273e0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c6f3bc0> # /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 0x7efc6c77f740> # /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' # /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' import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c7906e0> # /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 0x7efc6c793d40> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c792b40> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c790c80> # /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/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 0x7efc6c5d25a0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c5d0260> # /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 0x7efc6c5f0e00> # /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 0x7efc6c5f1c10> # /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 0x7efc6c5f2420> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c5e7c80> # /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 0x7efc6c613f50> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c612660> # /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 0x7efc6c645a60> # /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/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 0x7efc6c6577a0> # /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 0x7efc6c67cdd0> # /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 0x7efc6c674d10> # /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 0x7efc6c6770b0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c675220> # /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 0x7efc6c4d1580> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c647ec0> # /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 0x7efc6c655790> # /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 0x7efc6c53b5f0> # /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 0x7efc6c54c1a0> # /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 0x7efc6c54cce0> # /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 0x7efc6c54d130> # /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 0x7efc6c54e000> # /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 0x7efc6c54e8d0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c7901a0> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c77fb90> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c7058b0> # /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/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 0x7efc6c388e60> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6c388590> # /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 0x7efc6c38a3c0> # /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 0x7efc6c38b7a0> # /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 0x7efc6c38bf50> # /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 0x7efc6c39c830> # /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 0x7efc6c39e630> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc6d253e60> True # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # destroy __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing syslog # cleanup[2] removing __future__ # destroy __future__ # 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 _ast # destroy _ast # cleanup[2] removing contextlib # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing selinux # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing copy # cleanup[2] removing glob # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing _bisect # cleanup[2] 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 tempfile # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing gettext # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 _ctypes # cleanup[2] removing _struct # cleanup[2] removing struct # destroy struct # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 # 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 _datetime # cleanup[2] removing datetime # destroy datetime # 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.threads # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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.callbacks # 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 shlex # 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.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.devices.device # 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.devicelibs.lvm # 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.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # 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 # destroy blivet # destroy _sitebuiltins # destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # 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.tasks.lukstasks # 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.lvm # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping pprint # destroy dataclasses # 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.callbacks # 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 json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # 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 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 _datetime # cleanup[3] wiping ctypes.util # 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 ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # 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 array # cleanup[3] wiping _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 _typing # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping gettext # cleanup[3] wiping _decimal # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping platform # cleanup[3] wiping tempfile # 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 selectors # cleanup[3] wiping math # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping copy # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux # cleanup[3] wiping logging # destroy traceback # destroy weakref # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading # cleanup[3] wiping _string # cleanup[3] wiping textwrap # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping contextlib # cleanup[3] wiping re # destroy re._constants # destroy 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 syslog # 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 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 _datetime # destroy decimal # 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 array # destroy textwrap # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode # destroy _io # destroy fnmatch # destroy _hashlib # destroy shutil # destroy pprint # destroy time # destroy blivet.devicelibs.lvm # 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.availability # destroy blivet.tasks.lukstasks # destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy select # destroy _typing # destroy _tokenize # destroy stat # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy parted # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # 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 # 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 _codecs # destroy re # destroy _random # destroy _sre # destroy _functools # destroy _operator # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888092.81878: no more pending results, returning what we have 138029 1726888092.81883: results queue empty 138029 1726888092.81886: checking for any_errors_fatal 138029 1726888092.81890: done checking for any_errors_fatal 138029 1726888092.81891: checking for max_fail_percentage 138029 1726888092.81892: done checking for max_fail_percentage 138029 1726888092.81893: checking to see if all hosts have failed and the running result is not ok 138029 1726888092.81893: done checking to see if all hosts have failed 138029 1726888092.81894: getting the remaining hosts for this loop 138029 1726888092.81895: done getting the remaining hosts for this loop 138029 1726888092.81902: getting the next task for host managed_node3 138029 1726888092.81907: done getting next task for host managed_node3 138029 1726888092.81912: ^ task is: TASK: Verify that PVs fill the whole devices when they should 138029 1726888092.81916: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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 138029 1726888092.81919: getting variables 138029 1726888092.81920: in VariableManager get_vars() 138029 1726888092.81942: Calling all_inventory to load vars for managed_node3 138029 1726888092.81948: Calling groups_inventory to load vars for managed_node3 138029 1726888092.82028: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888092.82036: Calling all_plugins_play to load vars for managed_node3 138029 1726888092.82038: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888092.82070: Calling groups_plugins_play to load vars for managed_node3 138029 1726888092.82829: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888092.84252: done with get_vars() 138029 1726888092.84389: done getting variables TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Friday 20 September 2024 23:08:12 -0400 (0:00:00.903) 0:01:45.569 ****** 138029 1726888092.84619: entering _queue_task() for managed_node3/include_tasks 138029 1726888092.85446: worker is 1 (out of 1 available) 138029 1726888092.85943: exiting _queue_task() for managed_node3/include_tasks 138029 1726888092.85953: done queuing things up, now waiting for results queue to drain 138029 1726888092.85957: waiting for pending results... 138029 1726888092.85977: running TaskExecutor() for managed_node3/TASK: Verify that PVs fill the whole devices when they should 138029 1726888092.86496: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000047e 138029 1726888092.86501: variable 'ansible_search_path' from source: unknown 138029 1726888092.86977: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888092.90400: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888092.90885: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888092.91111: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888092.91114: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888092.91116: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888092.91414: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888092.91553: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888092.91591: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888092.91678: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888092.92070: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888092.92107: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888092.92204: variable 'omit' from source: magic vars 138029 1726888092.92432: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888092.92519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888092.92537: variable 'omit' from source: magic vars 138029 1726888092.93018: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888092.93084: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888092.93191: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888092.93234: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888092.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) 138029 1726888092.93453: variable 'grow_supported' from source: set_fact 138029 1726888092.93709: Evaluated conditional (grow_supported.stdout | trim == 'True'): False 138029 1726888092.93768: when evaluation is False, skipping this task 138029 1726888092.94067: variable 'st_pool_pv' from source: unknown 138029 1726888092.94172: variable 'st_pool_pv' from source: unknown skipping: [managed_node3] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/md/vg1-1" } 138029 1726888092.94419: dumping result to json 138029 1726888092.94422: done dumping result, returning 138029 1726888092.94425: done running TaskExecutor() for managed_node3/TASK: Verify that PVs fill the whole devices when they should [0affc8a3-6f6f-5a58-73a2-00000000047e] 138029 1726888092.94427: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000047e skipping: [managed_node3] => { "changed": false } MSG: All items skipped 138029 1726888092.94510: no more pending results, returning what we have 138029 1726888092.94514: results queue empty 138029 1726888092.94516: checking for any_errors_fatal 138029 1726888092.94537: done checking for any_errors_fatal 138029 1726888092.94538: checking for max_fail_percentage 138029 1726888092.94540: done checking for max_fail_percentage 138029 1726888092.94540: checking to see if all hosts have failed and the running result is not ok 138029 1726888092.94541: done checking to see if all hosts have failed 138029 1726888092.94542: getting the remaining hosts for this loop 138029 1726888092.94543: done getting the remaining hosts for this loop 138029 1726888092.94548: getting the next task for host managed_node3 138029 1726888092.94558: done getting next task for host managed_node3 138029 1726888092.94561: ^ task is: TASK: Check MD RAID 138029 1726888092.94568: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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 138029 1726888092.94575: getting variables 138029 1726888092.94577: in VariableManager get_vars() 138029 1726888092.94612: Calling all_inventory to load vars for managed_node3 138029 1726888092.94615: Calling groups_inventory to load vars for managed_node3 138029 1726888092.94619: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888092.94630: Calling all_plugins_play to load vars for managed_node3 138029 1726888092.94634: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888092.94637: Calling groups_plugins_play to load vars for managed_node3 138029 1726888092.95407: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000047e 138029 1726888092.95410: WORKER PROCESS EXITING 138029 1726888092.96010: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888092.97636: done with get_vars() 138029 1726888092.97772: done getting variables TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Friday 20 September 2024 23:08:12 -0400 (0:00:00.133) 0:01:45.703 ****** 138029 1726888092.97992: entering _queue_task() for managed_node3/include_tasks 138029 1726888092.98688: worker is 1 (out of 1 available) 138029 1726888092.98701: exiting _queue_task() for managed_node3/include_tasks 138029 1726888092.98713: done queuing things up, now waiting for results queue to drain 138029 1726888092.98715: waiting for pending results... 138029 1726888092.99212: running TaskExecutor() for managed_node3/TASK: Check MD RAID 138029 1726888092.99568: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000480 138029 1726888092.99573: variable 'ansible_search_path' from source: unknown 138029 1726888092.99576: calling self._execute() 138029 1726888092.99743: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888092.99873: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888092.99896: variable 'omit' from source: magic vars 138029 1726888093.00044: _execute() done 138029 1726888093.00114: dumping result to json 138029 1726888093.00124: done dumping result, returning 138029 1726888093.00135: done running TaskExecutor() for managed_node3/TASK: Check MD RAID [0affc8a3-6f6f-5a58-73a2-000000000480] 138029 1726888093.00326: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000480 138029 1726888093.00398: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000480 138029 1726888093.00401: WORKER PROCESS EXITING 138029 1726888093.00454: no more pending results, returning what we have 138029 1726888093.00464: in VariableManager get_vars() 138029 1726888093.00510: Calling all_inventory to load vars for managed_node3 138029 1726888093.00514: Calling groups_inventory to load vars for managed_node3 138029 1726888093.00518: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888093.00532: Calling all_plugins_play to load vars for managed_node3 138029 1726888093.00536: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888093.00540: Calling groups_plugins_play to load vars for managed_node3 138029 1726888093.02029: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888093.03432: done with get_vars() 138029 1726888093.03446: variable 'ansible_search_path' from source: unknown 138029 1726888093.03859: variable 'storage_test_pool_subset' from source: include params 138029 1726888093.03911: we have included files to process 138029 1726888093.03912: generating all_blocks data 138029 1726888093.03961: done generating all_blocks data 138029 1726888093.03972: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 138029 1726888093.03973: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 138029 1726888093.03977: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 138029 1726888093.07558: done processing included file 138029 1726888093.07564: iterating over new_blocks loaded from include file 138029 1726888093.07565: in VariableManager get_vars() 138029 1726888093.07584: done with get_vars() 138029 1726888093.07586: filtering new block on tags 138029 1726888093.07937: done filtering new block on tags 138029 1726888093.07940: in VariableManager get_vars() 138029 1726888093.07957: done with get_vars() 138029 1726888093.07959: filtering new block on tags 138029 1726888093.07985: done filtering new block on tags 138029 1726888093.07987: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 138029 1726888093.07993: extending task lists for all hosts with included blocks 138029 1726888093.10319: done extending task lists 138029 1726888093.10321: done processing included files 138029 1726888093.10321: results queue empty 138029 1726888093.10322: checking for any_errors_fatal 138029 1726888093.10332: done checking for any_errors_fatal 138029 1726888093.10333: checking for max_fail_percentage 138029 1726888093.10334: done checking for max_fail_percentage 138029 1726888093.10335: checking to see if all hosts have failed and the running result is not ok 138029 1726888093.10335: done checking to see if all hosts have failed 138029 1726888093.10336: getting the remaining hosts for this loop 138029 1726888093.10337: done getting the remaining hosts for this loop 138029 1726888093.10340: getting the next task for host managed_node3 138029 1726888093.10345: done getting next task for host managed_node3 138029 1726888093.10347: ^ task is: TASK: Get information about RAID 138029 1726888093.10351: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888093.10353: getting variables 138029 1726888093.10354: in VariableManager get_vars() 138029 1726888093.10371: Calling all_inventory to load vars for managed_node3 138029 1726888093.10374: Calling groups_inventory to load vars for managed_node3 138029 1726888093.10376: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888093.10382: Calling all_plugins_play to load vars for managed_node3 138029 1726888093.10385: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888093.10388: Calling groups_plugins_play to load vars for managed_node3 138029 1726888093.10935: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888093.11664: done with get_vars() 138029 1726888093.11679: done getting variables 138029 1726888093.11718: 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/verify-pool-md.yml:8 Friday 20 September 2024 23:08:13 -0400 (0:00:00.137) 0:01:45.841 ****** 138029 1726888093.11752: entering _queue_task() for managed_node3/command 138029 1726888093.12173: worker is 1 (out of 1 available) 138029 1726888093.12185: exiting _queue_task() for managed_node3/command 138029 1726888093.12195: done queuing things up, now waiting for results queue to drain 138029 1726888093.12196: waiting for pending results... 138029 1726888093.12633: running TaskExecutor() for managed_node3/TASK: Get information about RAID 138029 1726888093.12945: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000004d6 138029 1726888093.12953: variable 'ansible_search_path' from source: unknown 138029 1726888093.12960: calling self._execute() 138029 1726888093.13051: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888093.13066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888093.13081: variable 'omit' from source: magic vars 138029 1726888093.13471: variable 'storage_test_pool' from source: include params 138029 1726888093.13531: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888093.13654: variable 'storage_test_pool' from source: include params 138029 1726888093.13702: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888093.13708: variable 'omit' from source: magic vars 138029 1726888093.13811: variable 'omit' from source: magic vars 138029 1726888093.13886: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888093.13926: variable 'omit' from source: magic vars 138029 1726888093.13972: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888093.14013: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888093.14043: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888093.14068: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888093.14137: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888093.14140: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888093.14142: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888093.14165: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888093.14174: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888093.14182: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888093.14306: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888093.14315: Set connection var ansible_timeout to 10 138029 1726888093.14322: Set connection var ansible_pipelining to False 138029 1726888093.14327: Set connection var ansible_shell_type to sh 138029 1726888093.14331: Set connection var ansible_connection to ssh 138029 1726888093.14338: Set connection var ansible_shell_executable to /bin/sh 138029 1726888093.14370: variable 'ansible_shell_executable' from source: unknown 138029 1726888093.14377: variable 'ansible_connection' from source: unknown 138029 1726888093.14460: variable 'ansible_module_compression' from source: unknown 138029 1726888093.14463: variable 'ansible_shell_type' from source: unknown 138029 1726888093.14466: variable 'ansible_shell_executable' from source: unknown 138029 1726888093.14468: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888093.14470: variable 'ansible_pipelining' from source: unknown 138029 1726888093.14472: variable 'ansible_timeout' from source: unknown 138029 1726888093.14474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888093.14561: 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) 138029 1726888093.14579: variable 'omit' from source: magic vars 138029 1726888093.14595: starting attempt loop 138029 1726888093.14601: running the handler 138029 1726888093.14616: _low_level_execute_command(): starting 138029 1726888093.14626: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888093.15352: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888093.15372: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888093.15429: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888093.15447: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888093.15480: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888093.15560: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888093.17349: stdout chunk (state=3): >>>/root <<< 138029 1726888093.17774: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888093.17777: stdout chunk (state=3): >>><<< 138029 1726888093.17780: stderr chunk (state=3): >>><<< 138029 1726888093.17783: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888093.17786: _low_level_execute_command(): starting 138029 1726888093.17789: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888093.1770906-140855-222801921116095 `" && echo ansible-tmp-1726888093.1770906-140855-222801921116095="` echo /root/.ansible/tmp/ansible-tmp-1726888093.1770906-140855-222801921116095 `" ) && sleep 0' 138029 1726888093.18384: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888093.18397: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888093.18425: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888093.18460: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888093.18477: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888093.18543: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888093.18580: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888093.18597: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888093.18614: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888093.18689: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888093.21289: stdout chunk (state=3): >>>ansible-tmp-1726888093.1770906-140855-222801921116095=/root/.ansible/tmp/ansible-tmp-1726888093.1770906-140855-222801921116095 <<< 138029 1726888093.21379: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888093.21664: stdout chunk (state=3): >>><<< 138029 1726888093.21669: stderr chunk (state=3): >>><<< 138029 1726888093.21673: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888093.1770906-140855-222801921116095=/root/.ansible/tmp/ansible-tmp-1726888093.1770906-140855-222801921116095 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888093.21676: variable 'ansible_module_compression' from source: unknown 138029 1726888093.21679: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888093.21682: variable 'ansible_facts' from source: unknown 138029 1726888093.21922: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888093.1770906-140855-222801921116095/AnsiballZ_command.py 138029 1726888093.22219: Sending initial data 138029 1726888093.22242: Sent initial data (158 bytes) 138029 1726888093.23024: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888093.23047: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888093.23125: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888093.24710: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 138029 1726888093.24785: 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 <<< 138029 1726888093.24869: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888093.24912: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpuosfa_7g /root/.ansible/tmp/ansible-tmp-1726888093.1770906-140855-222801921116095/AnsiballZ_command.py <<< 138029 1726888093.24937: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888093.1770906-140855-222801921116095/AnsiballZ_command.py" <<< 138029 1726888093.25003: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpuosfa_7g" to remote "/root/.ansible/tmp/ansible-tmp-1726888093.1770906-140855-222801921116095/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888093.1770906-140855-222801921116095/AnsiballZ_command.py" <<< 138029 1726888093.26281: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888093.26284: stdout chunk (state=3): >>><<< 138029 1726888093.26286: stderr chunk (state=3): >>><<< 138029 1726888093.26465: done transferring module to remote 138029 1726888093.26469: _low_level_execute_command(): starting 138029 1726888093.26471: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888093.1770906-140855-222801921116095/ /root/.ansible/tmp/ansible-tmp-1726888093.1770906-140855-222801921116095/AnsiballZ_command.py && sleep 0' 138029 1726888093.27099: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888093.27111: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888093.27122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888093.27138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888093.27168: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888093.27186: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888093.27264: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888093.27284: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888093.27366: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888093.29462: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888093.29465: stdout chunk (state=3): >>><<< 138029 1726888093.29468: stderr chunk (state=3): >>><<< 138029 1726888093.29470: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888093.29472: _low_level_execute_command(): starting 138029 1726888093.29474: _low_level_execute_command(): using become for this command 138029 1726888093.29477: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-nlfpjobzxvzzsknejbhqambkrdjzcxfb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888093.1770906-140855-222801921116095/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888093.29627: Initial state: awaiting_escalation: BECOME-SUCCESS-nlfpjobzxvzzsknejbhqambkrdjzcxfb 138029 1726888093.30222: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888093.30318: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888093.30401: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888093.30452: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888093.33766: stdout chunk (state=1): >>>BECOME-SUCCESS-nlfpjobzxvzzsknejbhqambkrdjzcxfb <<< 138029 1726888093.33769: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-nlfpjobzxvzzsknejbhqambkrdjzcxfb' 138029 1726888093.33899: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 138029 1726888093.33903: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888093.33906: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888093.34013: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888093.34027: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888093.34034: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888093.34064: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888093.34112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 138029 1726888093.34158: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888093.34195: 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 0x7ff0d1d683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1d37a10> <<< 138029 1726888093.34267: 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 0x7ff0d1d6a960> import '_signal' # <<< 138029 1726888093.34352: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 138029 1726888093.34357: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888093.34626: 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' <<< 138029 1726888093.34645: 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 0x7ff0d1b3cfe0> <<< 138029 1726888093.34770: 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 0x7ff0d1b3dfd0> <<< 138029 1726888093.34809: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888093.34815: 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. <<< 138029 1726888093.35021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888093.35027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888093.35065: 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' <<< 138029 1726888093.35123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888093.35186: 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 <<< 138029 1726888093.35259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1b83dd0> # /usr/lib64/python3.12/__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 0x7ff0d1b83fe0> <<< 138029 1726888093.35351: 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 <<< 138029 1726888093.35454: 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 0x7ff0d1bb37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1bb3e60> <<< 138029 1726888093.35557: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1b93a70> import '_functools' # <<< 138029 1726888093.35597: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1b911c0> <<< 138029 1726888093.35651: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1b80f80> <<< 138029 1726888093.35706: 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' # <<< 138029 1726888093.35738: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888093.35816: 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' <<< 138029 1726888093.35923: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1bd7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1bd6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1b921b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1bd4bc0> <<< 138029 1726888093.36029: 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 0x7ff0d1c08860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1b80200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 138029 1726888093.36095: 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 0x7ff0d1c08d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c08bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d1c08f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1b76d20> <<< 138029 1726888093.36202: 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 0x7ff0d1c095e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c092b0> import 'importlib.machinery' # <<< 138029 1726888093.36352: 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 0x7ff0d1c0a4e0> 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 <<< 138029 1726888093.36446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c206e0> 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 0x7ff0d1c21dc0> <<< 138029 1726888093.36483: 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' <<< 138029 1726888093.36567: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c22c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d1c23260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c22180> <<< 138029 1726888093.36620: 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' <<< 138029 1726888093.36706: 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 0x7ff0d1c23ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c23410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c0a450> <<< 138029 1726888093.36772: 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' <<< 138029 1726888093.36857: 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 0x7ff0d19b3b30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888093.36916: 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 0x7ff0d19e0560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d19e02f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d19e0590> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888093.36946: 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' <<< 138029 1726888093.37119: 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 0x7ff0d19e0e60> <<< 138029 1726888093.37202: 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 0x7ff0d19e1850> <<< 138029 1726888093.37272: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d19e0770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d19b1cd0> # /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' <<< 138029 1726888093.37284: 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 0x7ff0d19e2b70> <<< 138029 1726888093.37333: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c21d00> <<< 138029 1726888093.37374: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c0ac00> <<< 138029 1726888093.37391: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888093.37432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888093.37445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888093.37522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888093.37558: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1a0ae70> <<< 138029 1726888093.37635: 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 <<< 138029 1726888093.37719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1a33230> <<< 138029 1726888093.37745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888093.37748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888093.37806: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888093.37910: 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 0x7ff0d1a5bf50> # /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' <<< 138029 1726888093.37985: 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' <<< 138029 1726888093.38052: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1a8e6f0> <<< 138029 1726888093.38098: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1a5bdd0> <<< 138029 1726888093.38200: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1a33ec0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d132d040> <<< 138029 1726888093.38247: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1a32030> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d19e3a70> <<< 138029 1726888093.38944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888093.38948: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff0d1a32630> <<< 138029 1726888093.39860: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_hahea3f2/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 138029 1726888093.39904: 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 0x7ff0d137edb0> <<< 138029 1726888093.39916: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888093.40098: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1361ca0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1360e00> <<< 138029 1726888093.40142: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # <<< 138029 1726888093.40168: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888093.40195: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888093.40217: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.41641: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.42768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888093.42780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d137d0a0> <<< 138029 1726888093.42801: 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' <<< 138029 1726888093.42817: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888093.42842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888093.42885: 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' <<< 138029 1726888093.42890: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888093.42903: 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 0x7ff0d13ae690> <<< 138029 1726888093.42924: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d13ae420> <<< 138029 1726888093.42972: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d13add30> <<< 138029 1726888093.42990: 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' <<< 138029 1726888093.43023: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d13ae7e0> <<< 138029 1726888093.43039: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1b929c0> import 'atexit' # <<< 138029 1726888093.43091: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888093.43095: 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 0x7ff0d13af440> <<< 138029 1726888093.43132: 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 0x7ff0d13af680> <<< 138029 1726888093.43135: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888093.43184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 138029 1726888093.43238: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d13afbc0> <<< 138029 1726888093.43241: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888093.43262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888093.43290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888093.43324: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d12159a0> <<< 138029 1726888093.43360: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888093.43368: 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 0x7ff0d12175c0> <<< 138029 1726888093.43395: 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' <<< 138029 1726888093.43424: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1217f50> <<< 138029 1726888093.43448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888093.43472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888093.43515: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d121d130> <<< 138029 1726888093.43519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888093.43569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888093.43584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888093.43587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888093.43626: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d121fbc0> <<< 138029 1726888093.43679: 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 0x7ff0d1a0ade0> <<< 138029 1726888093.43682: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d121de80> <<< 138029 1726888093.43702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888093.43731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888093.43754: 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' <<< 138029 1726888093.43791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888093.43806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888093.43844: 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 0x7ff0d1223a70> <<< 138029 1726888093.43872: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888093.43959: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1222540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d12222a0> <<< 138029 1726888093.43970: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888093.43996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888093.44067: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d12227b0> <<< 138029 1726888093.44082: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d121e390> <<< 138029 1726888093.44108: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888093.44148: 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 0x7ff0d1267ce0> <<< 138029 1726888093.44152: 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 0x7ff0d1267d70> <<< 138029 1726888093.44186: 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 <<< 138029 1726888093.44189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888093.44199: 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' <<< 138029 1726888093.44331: 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 0x7ff0d1269850> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1269610> <<< 138029 1726888093.44334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888093.44531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888093.44535: 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 0x7ff0d126bd10> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1269eb0> # /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 0x7ff0d126f440> <<< 138029 1726888093.44671: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d126bdd0> <<< 138029 1726888093.44719: 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' <<< 138029 1726888093.44759: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d12701a0> <<< 138029 1726888093.44778: 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 0x7ff0d1270440> <<< 138029 1726888093.44813: 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 0x7ff0d12705c0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1267e90> <<< 138029 1726888093.44863: 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' <<< 138029 1726888093.44889: 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' <<< 138029 1726888093.44911: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888093.44936: 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 0x7ff0d1273d40> <<< 138029 1726888093.45096: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888093.45132: 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 0x7ff0d12fd070> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d12724e0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d1273890> <<< 138029 1726888093.45165: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1272150> # zipimport: zlib available <<< 138029 1726888093.45181: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888093.45270: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.45354: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.45387: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888093.45428: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888093.45444: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.45545: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.45680: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.46210: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.46796: 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' # <<< 138029 1726888093.46812: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888093.46815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888093.46863: 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 0x7ff0d11011c0> <<< 138029 1726888093.46970: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888093.46978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888093.46984: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1102120> <<< 138029 1726888093.46986: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d12fd2e0> <<< 138029 1726888093.47032: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888093.47035: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.47061: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.47072: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888093.47089: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.47237: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.47406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888093.47425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1101e20> # zipimport: zlib available <<< 138029 1726888093.47880: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.48331: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.48405: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.48488: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888093.48499: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.48534: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.48560: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888093.48581: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.48650: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.48769: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888093.48772: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.48784: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.48798: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888093.48850: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.49105: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888093.49116: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.49347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888093.49397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888093.49417: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888093.49473: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1103110> <<< 138029 1726888093.49488: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.49572: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.49644: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888093.49673: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888093.49686: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.49732: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.49773: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888093.49787: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.49828: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.49936: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.50039: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.50181: 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' <<< 138029 1726888093.50329: 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 0x7ff0d110dc40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1108b90> <<< 138029 1726888093.50486: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888093.50521: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.50584: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888093.50721: 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 <<< 138029 1726888093.50831: 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 <<< 138029 1726888093.51017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d12027e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d13da4b0> <<< 138029 1726888093.51118: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d110ddc0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d110da00> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888093.51196: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.51337: 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 # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888093.51606: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.51813: 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' <<< 138029 1726888093.51823: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d13d92e0> <<< 138029 1726888093.51884: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888093.53308: stdout chunk (state=3): >>> {"changed": true, "stdout": "/dev/md/vg1-1:\n Version : 1.0\n Creation Time : Fri Sep 20 23:06:46 2024\n Raid Level : raid1\n Array Size : 10469248 (9.98 GiB 10.72 GB)\n Used Dev Size : 10469248 (9.98 GiB 10.72 GB)\n Raid Devices : 2\n Total Devices : 3\n Persistence : Superblock is persistent\n\n Intent Bitmap : Internal\n\n Update Time : Fri Sep 20 23:08:10 2024\n State : clean, resyncing \n Active Devices : 2\n Working Devices : 3\n Failed Devices : 0\n Spare Devices : 1\n\nConsistency Policy : bitmap\n\n Resync Status : 46% complete\n\n Name : vg1-1\n UUID : 346697d2:67592c68:c45ed901:d57a6ae2\n Events : 31\n\n Number Major Minor RaidDevice State\n 0 8 1 0 active sync /dev/sda1\n 1 8 17 1 active sync /dev/sdb1\n\n 2 8 33 - spare /dev/sdc1", "stderr": "", "rc": 0, "cmd": ["mdadm", "--detail", "/dev/md/vg1-1"], "start": "2024-09-20 23:08:13.519360", "end": "2024-09-20 23:08:13.529612", "delta": "0:00:00.010252", "msg": "", "invocation": {"module_args": {"_raw_params": "mdadm --detail /dev/md/vg1-1", "_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__ <<< 138029 1726888093.54024: 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 <<< 138029 1726888093.54333: 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 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888093.54354: stdout chunk (state=3): >>>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 <<< 138029 1726888093.54454: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888093.54459: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888093.54480: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 138029 1726888093.54503: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888093.54521: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888093.54562: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888093.54577: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 138029 1726888093.54606: 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 <<< 138029 1726888093.54627: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp <<< 138029 1726888093.54677: 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 <<< 138029 1726888093.54792: 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 <<< 138029 1726888093.54874: 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 <<< 138029 1726888093.54886: 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 <<< 138029 1726888093.54901: stdout chunk (state=3): >>># cleanup[3] wiping copyreg <<< 138029 1726888093.54928: 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 <<< 138029 1726888093.54953: 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 <<< 138029 1726888093.54959: 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 <<< 138029 1726888093.54981: 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 <<< 138029 1726888093.55127: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888093.55132: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888093.55137: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888093.55199: 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 <<< 138029 1726888093.55246: 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 <<< 138029 1726888093.55266: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888093.55368: 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 <<< 138029 1726888093.55419: stdout chunk (state=3): >>># destroy time <<< 138029 1726888093.55480: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 138029 1726888093.55511: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888093.56202: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888093.56206: stdout chunk (state=3): >>><<< 138029 1726888093.56208: stderr chunk (state=3): >>><<< 138029 1726888093.56373: _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 0x7ff0d1d683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1d37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1d6a960> 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 0x7ff0d1b3cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7ff0d1b3dfd0> 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 0x7ff0d1b83dd0> # /usr/lib64/python3.12/__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 0x7ff0d1b83fe0> # /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 0x7ff0d1bb37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1bb3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1b93a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1b911c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1b80f80> # /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 0x7ff0d1bd7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1bd6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1b921b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1bd4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c08860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1b80200> # /usr/lib64/python3.12/__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 0x7ff0d1c08d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c08bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d1c08f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1b76d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7ff0d1c095e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c092b0> 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 0x7ff0d1c0a4e0> 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 0x7ff0d1c206e0> 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 0x7ff0d1c21dc0> # /usr/lib64/python3.12/__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 0x7ff0d1c22c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d1c23260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c22180> # /usr/lib64/python3.12/__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 0x7ff0d1c23ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c23410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c0a450> # /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 0x7ff0d19b3b30> # /usr/lib64/python3.12/__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 0x7ff0d19e0560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d19e02f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d19e0590> # /usr/lib64/python3.12/__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 0x7ff0d19e0e60> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d19e1850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d19e0770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d19b1cd0> # /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 0x7ff0d19e2b70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c21d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1c0ac00> # /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 0x7ff0d1a0ae70> # /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 0x7ff0d1a33230> # /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 0x7ff0d1a5bf50> # /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 0x7ff0d1a8e6f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1a5bdd0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1a33ec0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d132d040> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1a32030> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d19e3a70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff0d1a32630> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_hahea3f2/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 0x7ff0d137edb0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1361ca0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1360e00> # 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 0x7ff0d137d0a0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7ff0d13ae690> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d13ae420> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d13add30> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7ff0d13ae7e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1b929c0> 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 0x7ff0d13af440> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d13af680> # /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 0x7ff0d13afbc0> 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 0x7ff0d12159a0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d12175c0> # /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 0x7ff0d1217f50> # /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 0x7ff0d121d130> # /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 0x7ff0d121fbc0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d1a0ade0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d121de80> # /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 0x7ff0d1223a70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1222540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d12222a0> # /usr/lib64/python3.12/__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 0x7ff0d12227b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d121e390> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d1267ce0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1267d70> # /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 0x7ff0d1269850> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1269610> # /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 0x7ff0d126bd10> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1269eb0> # /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 0x7ff0d126f440> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d126bdd0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d12701a0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d1270440> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d12705c0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1267e90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7ff0d1273d40> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d12fd070> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d12724e0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff0d1273890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1272150> # 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 0x7ff0d11011c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7ff0d1102120> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d12fd2e0> 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 0x7ff0d1101e20> # 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 0x7ff0d1103110> # 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 0x7ff0d110dc40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d1108b90> 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 0x7ff0d12027e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d13da4b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d110ddc0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff0d110da00> # 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 0x7ff0d13d92e0> # zipimport: zlib available {"changed": true, "stdout": "/dev/md/vg1-1:\n Version : 1.0\n Creation Time : Fri Sep 20 23:06:46 2024\n Raid Level : raid1\n Array Size : 10469248 (9.98 GiB 10.72 GB)\n Used Dev Size : 10469248 (9.98 GiB 10.72 GB)\n Raid Devices : 2\n Total Devices : 3\n Persistence : Superblock is persistent\n\n Intent Bitmap : Internal\n\n Update Time : Fri Sep 20 23:08:10 2024\n State : clean, resyncing \n Active Devices : 2\n Working Devices : 3\n Failed Devices : 0\n Spare Devices : 1\n\nConsistency Policy : bitmap\n\n Resync Status : 46% complete\n\n Name : vg1-1\n UUID : 346697d2:67592c68:c45ed901:d57a6ae2\n Events : 31\n\n Number Major Minor RaidDevice State\n 0 8 1 0 active sync /dev/sda1\n 1 8 17 1 active sync /dev/sdb1\n\n 2 8 33 - spare /dev/sdc1", "stderr": "", "rc": 0, "cmd": ["mdadm", "--detail", "/dev/md/vg1-1"], "start": "2024-09-20 23:08:13.519360", "end": "2024-09-20 23:08:13.529612", "delta": "0:00:00.010252", "msg": "", "invocation": {"module_args": {"_raw_params": "mdadm --detail /dev/md/vg1-1", "_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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888093.57056: done with _execute_module (ansible.legacy.command, {'_raw_params': 'mdadm --detail /dev/md/vg1-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': '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-1726888093.1770906-140855-222801921116095/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888093.57060: _low_level_execute_command(): starting 138029 1726888093.57066: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888093.1770906-140855-222801921116095/ > /dev/null 2>&1 && sleep 0' 138029 1726888093.57753: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888093.57771: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888093.57786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888093.57803: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888093.57822: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888093.57839: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888093.57869: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888093.57889: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888093.57977: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888093.58005: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888093.58027: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888093.58049: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888093.58159: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888093.60203: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888093.60207: stdout chunk (state=3): >>><<< 138029 1726888093.60213: stderr chunk (state=3): >>><<< 138029 1726888093.60232: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888093.60240: handler run complete 138029 1726888093.60365: Evaluated conditional (False): False 138029 1726888093.60369: attempt loop complete, returning result 138029 1726888093.60373: _execute() done 138029 1726888093.60377: dumping result to json 138029 1726888093.60380: done dumping result, returning 138029 1726888093.60384: done running TaskExecutor() for managed_node3/TASK: Get information about RAID [0affc8a3-6f6f-5a58-73a2-0000000004d6] 138029 1726888093.60386: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004d6 ok: [managed_node3] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.010252", "end": "2024-09-20 23:08:13.529612", "rc": 0, "start": "2024-09-20 23:08:13.519360" } STDOUT: /dev/md/vg1-1: Version : 1.0 Creation Time : Fri Sep 20 23:06:46 2024 Raid Level : raid1 Array Size : 10469248 (9.98 GiB 10.72 GB) Used Dev Size : 10469248 (9.98 GiB 10.72 GB) Raid Devices : 2 Total Devices : 3 Persistence : Superblock is persistent Intent Bitmap : Internal Update Time : Fri Sep 20 23:08:10 2024 State : clean, resyncing Active Devices : 2 Working Devices : 3 Failed Devices : 0 Spare Devices : 1 Consistency Policy : bitmap Resync Status : 46% complete Name : vg1-1 UUID : 346697d2:67592c68:c45ed901:d57a6ae2 Events : 31 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 - spare /dev/sdc1 138029 1726888093.60706: no more pending results, returning what we have 138029 1726888093.60710: results queue empty 138029 1726888093.60711: checking for any_errors_fatal 138029 1726888093.60713: done checking for any_errors_fatal 138029 1726888093.60714: checking for max_fail_percentage 138029 1726888093.60716: done checking for max_fail_percentage 138029 1726888093.60717: checking to see if all hosts have failed and the running result is not ok 138029 1726888093.60718: done checking to see if all hosts have failed 138029 1726888093.60721: getting the remaining hosts for this loop 138029 1726888093.60723: done getting the remaining hosts for this loop 138029 1726888093.60728: getting the next task for host managed_node3 138029 1726888093.60736: done getting next task for host managed_node3 138029 1726888093.60739: ^ task is: TASK: Set active devices regex 138029 1726888093.60745: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888093.60754: getting variables 138029 1726888093.60961: in VariableManager get_vars() 138029 1726888093.61027: Calling all_inventory to load vars for managed_node3 138029 1726888093.61030: Calling groups_inventory to load vars for managed_node3 138029 1726888093.61034: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888093.61121: Calling all_plugins_play to load vars for managed_node3 138029 1726888093.61125: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888093.61129: Calling groups_plugins_play to load vars for managed_node3 138029 1726888093.61799: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004d6 138029 1726888093.61802: WORKER PROCESS EXITING 138029 1726888093.62664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888093.63648: done with get_vars() 138029 1726888093.63670: done getting variables 138029 1726888093.64191: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:14 Friday 20 September 2024 23:08:13 -0400 (0:00:00.524) 0:01:46.365 ****** 138029 1726888093.64226: entering _queue_task() for managed_node3/set_fact 138029 1726888093.64810: worker is 1 (out of 1 available) 138029 1726888093.64823: exiting _queue_task() for managed_node3/set_fact 138029 1726888093.64841: done queuing things up, now waiting for results queue to drain 138029 1726888093.64842: waiting for pending results... 138029 1726888093.65295: running TaskExecutor() for managed_node3/TASK: Set active devices regex 138029 1726888093.65582: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000004d7 138029 1726888093.65601: variable 'ansible_search_path' from source: unknown 138029 1726888093.65972: calling self._execute() 138029 1726888093.66101: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888093.66112: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888093.66123: variable 'omit' from source: magic vars 138029 1726888093.66838: variable 'storage_test_pool' from source: include params 138029 1726888093.66904: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888093.67048: variable 'storage_test_pool' from source: include params 138029 1726888093.67089: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888093.67282: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888093.67722: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888093.67826: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888093.67875: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888093.67924: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888093.68026: 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) 138029 1726888093.68059: 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) 138029 1726888093.68096: 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) 138029 1726888093.68131: 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) 138029 1726888093.68230: variable 'storage_test_pool' from source: include params 138029 1726888093.68270: Evaluated conditional (storage_test_pool.raid_device_count is defined): True 138029 1726888093.68282: variable 'omit' from source: magic vars 138029 1726888093.68352: variable 'omit' from source: magic vars 138029 1726888093.68507: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888093.72472: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888093.72476: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888093.72511: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888093.72611: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888093.72639: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888093.72860: variable 'storage_test_pool' from source: include params 138029 1726888093.72947: variable 'omit' from source: magic vars 138029 1726888093.73042: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888093.73078: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888093.73141: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888093.73340: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888093.73344: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888093.73347: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888093.73349: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888093.73351: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888093.73353: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888093.73357: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888093.73681: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888093.73693: Set connection var ansible_timeout to 10 138029 1726888093.73703: Set connection var ansible_pipelining to False 138029 1726888093.73710: Set connection var ansible_shell_type to sh 138029 1726888093.73719: Set connection var ansible_connection to ssh 138029 1726888093.73731: Set connection var ansible_shell_executable to /bin/sh 138029 1726888093.73770: variable 'ansible_shell_executable' from source: unknown 138029 1726888093.73999: variable 'ansible_connection' from source: unknown 138029 1726888093.74002: variable 'ansible_module_compression' from source: unknown 138029 1726888093.74004: variable 'ansible_shell_type' from source: unknown 138029 1726888093.74006: variable 'ansible_shell_executable' from source: unknown 138029 1726888093.74008: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888093.74010: variable 'ansible_pipelining' from source: unknown 138029 1726888093.74012: variable 'ansible_timeout' from source: unknown 138029 1726888093.74014: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888093.74143: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888093.74167: variable 'omit' from source: magic vars 138029 1726888093.74178: starting attempt loop 138029 1726888093.74185: running the handler 138029 1726888093.74229: handler run complete 138029 1726888093.74243: attempt loop complete, returning result 138029 1726888093.74435: _execute() done 138029 1726888093.74439: dumping result to json 138029 1726888093.74441: done dumping result, returning 138029 1726888093.74444: done running TaskExecutor() for managed_node3/TASK: Set active devices regex [0affc8a3-6f6f-5a58-73a2-0000000004d7] 138029 1726888093.74446: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004d7 138029 1726888093.74526: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004d7 138029 1726888093.74529: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n" }, "changed": false } 138029 1726888093.74599: no more pending results, returning what we have 138029 1726888093.74603: results queue empty 138029 1726888093.74604: checking for any_errors_fatal 138029 1726888093.74617: done checking for any_errors_fatal 138029 1726888093.74617: checking for max_fail_percentage 138029 1726888093.74619: done checking for max_fail_percentage 138029 1726888093.74620: checking to see if all hosts have failed and the running result is not ok 138029 1726888093.74621: done checking to see if all hosts have failed 138029 1726888093.74622: getting the remaining hosts for this loop 138029 1726888093.74631: done getting the remaining hosts for this loop 138029 1726888093.74635: getting the next task for host managed_node3 138029 1726888093.74644: done getting next task for host managed_node3 138029 1726888093.74647: ^ task is: TASK: Set spare devices regex 138029 1726888093.74652: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888093.74659: getting variables 138029 1726888093.74660: in VariableManager get_vars() 138029 1726888093.74697: Calling all_inventory to load vars for managed_node3 138029 1726888093.74700: Calling groups_inventory to load vars for managed_node3 138029 1726888093.74703: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888093.74713: Calling all_plugins_play to load vars for managed_node3 138029 1726888093.74716: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888093.74718: Calling groups_plugins_play to load vars for managed_node3 138029 1726888093.76099: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888093.76881: done with get_vars() 138029 1726888093.76900: done getting variables 138029 1726888093.76965: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:19 Friday 20 September 2024 23:08:13 -0400 (0:00:00.127) 0:01:46.493 ****** 138029 1726888093.76997: entering _queue_task() for managed_node3/set_fact 138029 1726888093.77739: worker is 1 (out of 1 available) 138029 1726888093.77750: exiting _queue_task() for managed_node3/set_fact 138029 1726888093.77769: done queuing things up, now waiting for results queue to drain 138029 1726888093.77771: waiting for pending results... 138029 1726888093.78370: running TaskExecutor() for managed_node3/TASK: Set spare devices regex 138029 1726888093.79163: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000004d8 138029 1726888093.79168: variable 'ansible_search_path' from source: unknown 138029 1726888093.79172: calling self._execute() 138029 1726888093.79174: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888093.79176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888093.79178: variable 'omit' from source: magic vars 138029 1726888093.79996: variable 'storage_test_pool' from source: include params 138029 1726888093.80053: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888093.80179: variable 'storage_test_pool' from source: include params 138029 1726888093.80391: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888093.80860: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888093.81217: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888093.81269: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888093.81662: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888093.81665: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888093.81669: 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) 138029 1726888093.81671: 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) 138029 1726888093.81770: 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) 138029 1726888093.81802: 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) 138029 1726888093.81891: variable 'storage_test_pool' from source: include params 138029 1726888093.82092: Evaluated conditional (storage_test_pool.raid_spare_count is defined): True 138029 1726888093.82105: variable 'omit' from source: magic vars 138029 1726888093.82171: variable 'omit' from source: magic vars 138029 1726888093.82321: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888093.85459: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888093.85522: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888093.85566: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888093.85601: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888093.85643: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888093.85738: variable 'storage_test_pool' from source: include params 138029 1726888093.85793: variable 'omit' from source: magic vars 138029 1726888093.85824: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888093.85858: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888093.85880: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888093.85899: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888093.85913: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888093.85931: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888093.85948: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888093.85984: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888093.85991: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888093.85997: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888093.86123: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888093.86135: Set connection var ansible_timeout to 10 138029 1726888093.86153: Set connection var ansible_pipelining to False 138029 1726888093.86169: Set connection var ansible_shell_type to sh 138029 1726888093.86279: Set connection var ansible_connection to ssh 138029 1726888093.86299: Set connection var ansible_shell_executable to /bin/sh 138029 1726888093.86358: variable 'ansible_shell_executable' from source: unknown 138029 1726888093.86396: variable 'ansible_connection' from source: unknown 138029 1726888093.86421: variable 'ansible_module_compression' from source: unknown 138029 1726888093.86666: variable 'ansible_shell_type' from source: unknown 138029 1726888093.86669: variable 'ansible_shell_executable' from source: unknown 138029 1726888093.86671: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888093.86673: variable 'ansible_pipelining' from source: unknown 138029 1726888093.86675: variable 'ansible_timeout' from source: unknown 138029 1726888093.86677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888093.86680: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888093.86683: variable 'omit' from source: magic vars 138029 1726888093.86684: starting attempt loop 138029 1726888093.86687: running the handler 138029 1726888093.86690: handler run complete 138029 1726888093.86733: attempt loop complete, returning result 138029 1726888093.86741: _execute() done 138029 1726888093.86748: dumping result to json 138029 1726888093.86758: done dumping result, returning 138029 1726888093.86774: done running TaskExecutor() for managed_node3/TASK: Set spare devices regex [0affc8a3-6f6f-5a58-73a2-0000000004d8] 138029 1726888093.86783: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004d8 138029 1726888093.87064: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004d8 138029 1726888093.87069: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 1\\\n" }, "changed": false } 138029 1726888093.87122: no more pending results, returning what we have 138029 1726888093.87125: results queue empty 138029 1726888093.87126: checking for any_errors_fatal 138029 1726888093.87133: done checking for any_errors_fatal 138029 1726888093.87133: checking for max_fail_percentage 138029 1726888093.87135: done checking for max_fail_percentage 138029 1726888093.87136: checking to see if all hosts have failed and the running result is not ok 138029 1726888093.87137: done checking to see if all hosts have failed 138029 1726888093.87138: getting the remaining hosts for this loop 138029 1726888093.87145: done getting the remaining hosts for this loop 138029 1726888093.87149: getting the next task for host managed_node3 138029 1726888093.87159: done getting next task for host managed_node3 138029 1726888093.87165: ^ task is: TASK: Set md version regex 138029 1726888093.87170: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888093.87175: getting variables 138029 1726888093.87176: in VariableManager get_vars() 138029 1726888093.87212: Calling all_inventory to load vars for managed_node3 138029 1726888093.87215: Calling groups_inventory to load vars for managed_node3 138029 1726888093.87218: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888093.87229: Calling all_plugins_play to load vars for managed_node3 138029 1726888093.87232: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888093.87235: Calling groups_plugins_play to load vars for managed_node3 138029 1726888093.88344: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888093.88972: done with get_vars() 138029 1726888093.88989: done getting variables 138029 1726888093.89046: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:24 Friday 20 September 2024 23:08:13 -0400 (0:00:00.120) 0:01:46.614 ****** 138029 1726888093.89083: entering _queue_task() for managed_node3/set_fact 138029 1726888093.89357: worker is 1 (out of 1 available) 138029 1726888093.89370: exiting _queue_task() for managed_node3/set_fact 138029 1726888093.89382: done queuing things up, now waiting for results queue to drain 138029 1726888093.89383: waiting for pending results... 138029 1726888093.89663: running TaskExecutor() for managed_node3/TASK: Set md version regex 138029 1726888093.89817: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000004d9 138029 1726888093.89838: variable 'ansible_search_path' from source: unknown 138029 1726888093.89889: calling self._execute() 138029 1726888093.89987: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888093.90003: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888093.90106: variable 'omit' from source: magic vars 138029 1726888093.90406: variable 'storage_test_pool' from source: include params 138029 1726888093.90474: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888093.90608: variable 'storage_test_pool' from source: include params 138029 1726888093.90650: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888093.90821: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888093.91118: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888093.91169: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888093.91215: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888093.91253: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888093.91349: 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) 138029 1726888093.91385: 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) 138029 1726888093.91421: 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) 138029 1726888093.91452: 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) 138029 1726888093.91760: variable 'storage_test_pool' from source: include params 138029 1726888093.91766: Evaluated conditional (storage_test_pool.raid_metadata_version is defined): True 138029 1726888093.91768: variable 'omit' from source: magic vars 138029 1726888093.91770: variable 'omit' from source: magic vars 138029 1726888093.91800: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888093.94307: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888093.94442: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888093.94706: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888093.94710: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888093.94713: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888093.94889: variable 'storage_test_pool' from source: include params 138029 1726888093.94980: variable 'omit' from source: magic vars 138029 1726888093.95171: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888093.95206: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888093.95231: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888093.95254: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888093.95291: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888093.95463: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888093.95466: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888093.95469: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888093.95472: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888093.95476: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888093.95661: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888093.95918: Set connection var ansible_timeout to 10 138029 1726888093.95921: Set connection var ansible_pipelining to False 138029 1726888093.95924: Set connection var ansible_shell_type to sh 138029 1726888093.95926: Set connection var ansible_connection to ssh 138029 1726888093.95928: Set connection var ansible_shell_executable to /bin/sh 138029 1726888093.95930: variable 'ansible_shell_executable' from source: unknown 138029 1726888093.95932: variable 'ansible_connection' from source: unknown 138029 1726888093.95934: variable 'ansible_module_compression' from source: unknown 138029 1726888093.95936: variable 'ansible_shell_type' from source: unknown 138029 1726888093.95938: variable 'ansible_shell_executable' from source: unknown 138029 1726888093.95940: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888093.95942: variable 'ansible_pipelining' from source: unknown 138029 1726888093.95944: variable 'ansible_timeout' from source: unknown 138029 1726888093.95946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888093.96097: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888093.96150: variable 'omit' from source: magic vars 138029 1726888093.96163: starting attempt loop 138029 1726888093.96170: running the handler 138029 1726888093.96357: handler run complete 138029 1726888093.96361: attempt loop complete, returning result 138029 1726888093.96363: _execute() done 138029 1726888093.96365: dumping result to json 138029 1726888093.96367: done dumping result, returning 138029 1726888093.96369: done running TaskExecutor() for managed_node3/TASK: Set md version regex [0affc8a3-6f6f-5a58-73a2-0000000004d9] 138029 1726888093.96371: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004d9 138029 1726888093.96440: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004d9 138029 1726888093.96443: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n" }, "changed": false } 138029 1726888093.96508: no more pending results, returning what we have 138029 1726888093.96511: results queue empty 138029 1726888093.96512: checking for any_errors_fatal 138029 1726888093.96517: done checking for any_errors_fatal 138029 1726888093.96518: checking for max_fail_percentage 138029 1726888093.96520: done checking for max_fail_percentage 138029 1726888093.96521: checking to see if all hosts have failed and the running result is not ok 138029 1726888093.96522: done checking to see if all hosts have failed 138029 1726888093.96522: getting the remaining hosts for this loop 138029 1726888093.96530: done getting the remaining hosts for this loop 138029 1726888093.96534: getting the next task for host managed_node3 138029 1726888093.96542: done getting next task for host managed_node3 138029 1726888093.96544: ^ task is: TASK: Set md chunk size regex 138029 1726888093.96550: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888093.96559: getting variables 138029 1726888093.96560: in VariableManager get_vars() 138029 1726888093.96594: Calling all_inventory to load vars for managed_node3 138029 1726888093.96598: Calling groups_inventory to load vars for managed_node3 138029 1726888093.96601: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888093.96611: Calling all_plugins_play to load vars for managed_node3 138029 1726888093.96615: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888093.96618: Calling groups_plugins_play to load vars for managed_node3 138029 1726888093.97791: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888093.99515: done with get_vars() 138029 1726888093.99533: done getting variables 138029 1726888093.99702: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 chunk size regex] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Friday 20 September 2024 23:08:13 -0400 (0:00:00.106) 0:01:46.720 ****** 138029 1726888093.99738: entering _queue_task() for managed_node3/set_fact 138029 1726888094.00372: worker is 1 (out of 1 available) 138029 1726888094.00386: exiting _queue_task() for managed_node3/set_fact 138029 1726888094.00399: done queuing things up, now waiting for results queue to drain 138029 1726888094.00401: waiting for pending results... 138029 1726888094.00854: running TaskExecutor() for managed_node3/TASK: Set md chunk size regex 138029 1726888094.01119: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000004da 138029 1726888094.01123: variable 'ansible_search_path' from source: unknown 138029 1726888094.01126: calling self._execute() 138029 1726888094.01182: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.01194: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.01208: variable 'omit' from source: magic vars 138029 1726888094.01616: variable 'storage_test_pool' from source: include params 138029 1726888094.01679: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888094.01810: variable 'storage_test_pool' from source: include params 138029 1726888094.01849: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888094.02026: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888094.02379: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888094.02433: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888094.02473: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888094.02512: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888094.02645: 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) 138029 1726888094.02649: 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) 138029 1726888094.02669: 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) 138029 1726888094.02703: 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) 138029 1726888094.02805: variable 'storage_test_pool' from source: include params 138029 1726888094.02845: Evaluated conditional (storage_test_pool.raid_chunk_size is defined): True 138029 1726888094.02961: 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) 138029 1726888094.03078: 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) 138029 1726888094.03081: 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) 138029 1726888094.03085: 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) 138029 1726888094.03132: variable 'storage_test_pool' from source: include params 138029 1726888094.03187: Evaluated conditional (storage_test_pool.raid_chunk_size is not none): False 138029 1726888094.03190: when evaluation is False, skipping this task 138029 1726888094.03261: _execute() done 138029 1726888094.03265: dumping result to json 138029 1726888094.03267: done dumping result, returning 138029 1726888094.03269: done running TaskExecutor() for managed_node3/TASK: Set md chunk size regex [0affc8a3-6f6f-5a58-73a2-0000000004da] 138029 1726888094.03270: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004da skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size is not none", "skip_reason": "Conditional result was False" } 138029 1726888094.03463: no more pending results, returning what we have 138029 1726888094.03468: results queue empty 138029 1726888094.03469: checking for any_errors_fatal 138029 1726888094.03476: done checking for any_errors_fatal 138029 1726888094.03477: checking for max_fail_percentage 138029 1726888094.03479: done checking for max_fail_percentage 138029 1726888094.03480: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.03481: done checking to see if all hosts have failed 138029 1726888094.03482: getting the remaining hosts for this loop 138029 1726888094.03484: done getting the remaining hosts for this loop 138029 1726888094.03488: getting the next task for host managed_node3 138029 1726888094.03497: done getting next task for host managed_node3 138029 1726888094.03500: ^ task is: TASK: Parse the chunk size 138029 1726888094.03507: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888094.03513: getting variables 138029 1726888094.03515: in VariableManager get_vars() 138029 1726888094.03669: Calling all_inventory to load vars for managed_node3 138029 1726888094.03673: Calling groups_inventory to load vars for managed_node3 138029 1726888094.03679: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.03690: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.03693: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.03695: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.04372: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004da 138029 1726888094.04376: WORKER PROCESS EXITING 138029 1726888094.04528: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.05884: done with get_vars() 138029 1726888094.05964: done getting variables TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Friday 20 September 2024 23:08:14 -0400 (0:00:00.063) 0:01:46.784 ****** 138029 1726888094.06082: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888094.06089: Creating lock for fedora.linux_system_roles.bsize 138029 1726888094.06590: worker is 1 (out of 1 available) 138029 1726888094.06600: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888094.06609: done queuing things up, now waiting for results queue to drain 138029 1726888094.06610: waiting for pending results... 138029 1726888094.06715: running TaskExecutor() for managed_node3/TASK: Parse the chunk size 138029 1726888094.06871: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000004db 138029 1726888094.06891: variable 'ansible_search_path' from source: unknown 138029 1726888094.06927: calling self._execute() 138029 1726888094.07029: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.07042: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.07068: variable 'omit' from source: magic vars 138029 1726888094.07469: variable 'storage_test_pool' from source: include params 138029 1726888094.07528: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888094.07666: variable 'storage_test_pool' from source: include params 138029 1726888094.07710: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888094.07885: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888094.08174: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888094.08299: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888094.08580: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888094.08584: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888094.08587: 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) 138029 1726888094.08702: 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) 138029 1726888094.08735: 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) 138029 1726888094.08770: 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) 138029 1726888094.08954: variable 'storage_test_pool' from source: include params 138029 1726888094.09050: Evaluated conditional (storage_test_pool.raid_chunk_size is defined): True 138029 1726888094.09349: 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) 138029 1726888094.09378: 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) 138029 1726888094.09408: 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) 138029 1726888094.09482: 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) 138029 1726888094.09627: variable 'storage_test_pool' from source: include params 138029 1726888094.09678: Evaluated conditional (storage_test_pool.raid_chunk_size is not none): False 138029 1726888094.09686: when evaluation is False, skipping this task 138029 1726888094.09694: _execute() done 138029 1726888094.09701: dumping result to json 138029 1726888094.09709: done dumping result, returning 138029 1726888094.09719: done running TaskExecutor() for managed_node3/TASK: Parse the chunk size [0affc8a3-6f6f-5a58-73a2-0000000004db] 138029 1726888094.09729: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004db skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size is not none", "skip_reason": "Conditional result was False" } 138029 1726888094.10009: no more pending results, returning what we have 138029 1726888094.10013: results queue empty 138029 1726888094.10014: checking for any_errors_fatal 138029 1726888094.10023: done checking for any_errors_fatal 138029 1726888094.10024: checking for max_fail_percentage 138029 1726888094.10026: done checking for max_fail_percentage 138029 1726888094.10027: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.10028: done checking to see if all hosts have failed 138029 1726888094.10029: getting the remaining hosts for this loop 138029 1726888094.10031: done getting the remaining hosts for this loop 138029 1726888094.10035: getting the next task for host managed_node3 138029 1726888094.10042: done getting next task for host managed_node3 138029 1726888094.10045: ^ task is: TASK: Check RAID active devices count 138029 1726888094.10051: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888094.10057: getting variables 138029 1726888094.10059: in VariableManager get_vars() 138029 1726888094.10093: Calling all_inventory to load vars for managed_node3 138029 1726888094.10096: Calling groups_inventory to load vars for managed_node3 138029 1726888094.10100: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.10111: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.10116: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.10119: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.10681: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004db 138029 1726888094.10684: WORKER PROCESS EXITING 138029 1726888094.10934: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.11610: done with get_vars() 138029 1726888094.11626: done getting variables 138029 1726888094.11692: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:46 Friday 20 September 2024 23:08:14 -0400 (0:00:00.056) 0:01:46.840 ****** 138029 1726888094.11730: entering _queue_task() for managed_node3/assert 138029 1726888094.12122: worker is 1 (out of 1 available) 138029 1726888094.12132: exiting _queue_task() for managed_node3/assert 138029 1726888094.12142: done queuing things up, now waiting for results queue to drain 138029 1726888094.12143: waiting for pending results... 138029 1726888094.12330: running TaskExecutor() for managed_node3/TASK: Check RAID active devices count 138029 1726888094.12467: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000004dc 138029 1726888094.12490: variable 'ansible_search_path' from source: unknown 138029 1726888094.12529: calling self._execute() 138029 1726888094.12635: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.12660: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.12695: variable 'omit' from source: magic vars 138029 1726888094.13086: variable 'storage_test_pool' from source: include params 138029 1726888094.13157: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888094.13302: variable 'storage_test_pool' from source: include params 138029 1726888094.13343: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888094.13664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888094.13852: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888094.13920: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888094.13968: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888094.14016: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888094.14110: 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) 138029 1726888094.14141: 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) 138029 1726888094.14175: 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) 138029 1726888094.14218: 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) 138029 1726888094.14328: variable 'storage_test_pool' from source: include params 138029 1726888094.14375: Evaluated conditional (storage_test_pool.raid_device_count is defined): True 138029 1726888094.14507: 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) 138029 1726888094.14542: 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) 138029 1726888094.14577: 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) 138029 1726888094.14615: 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) 138029 1726888094.14714: variable 'storage_test_pool' from source: include params 138029 1726888094.14765: Evaluated conditional (storage_test_pool.raid_device_count is not none): True 138029 1726888094.14780: variable 'omit' from source: magic vars 138029 1726888094.14845: variable 'omit' from source: magic vars 138029 1726888094.14983: variable 'storage_test_pool' from source: include params 138029 1726888094.15044: variable 'omit' from source: magic vars 138029 1726888094.15088: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888094.15125: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888094.15148: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888094.15183: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888094.15206: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888094.15260: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888094.15267: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888094.15306: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888094.15317: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.15330: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.15519: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888094.15523: Set connection var ansible_timeout to 10 138029 1726888094.15525: Set connection var ansible_pipelining to False 138029 1726888094.15527: Set connection var ansible_shell_type to sh 138029 1726888094.15529: Set connection var ansible_connection to ssh 138029 1726888094.15531: Set connection var ansible_shell_executable to /bin/sh 138029 1726888094.15574: variable 'ansible_shell_executable' from source: unknown 138029 1726888094.15633: variable 'ansible_connection' from source: unknown 138029 1726888094.15637: variable 'ansible_module_compression' from source: unknown 138029 1726888094.15639: variable 'ansible_shell_type' from source: unknown 138029 1726888094.15641: variable 'ansible_shell_executable' from source: unknown 138029 1726888094.15643: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.15645: variable 'ansible_pipelining' from source: unknown 138029 1726888094.15647: variable 'ansible_timeout' from source: unknown 138029 1726888094.15649: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.15791: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888094.15812: variable 'omit' from source: magic vars 138029 1726888094.15826: starting attempt loop 138029 1726888094.15850: running the handler 138029 1726888094.16076: variable 'storage_test_mdadm' from source: set_fact 138029 1726888094.16163: variable 'storage_test_md_active_devices_re' from source: set_fact 138029 1726888094.16167: Evaluated conditional (storage_test_mdadm.stdout is regex(storage_test_md_active_devices_re)): True 138029 1726888094.16170: handler run complete 138029 1726888094.16172: attempt loop complete, returning result 138029 1726888094.16177: _execute() done 138029 1726888094.16180: dumping result to json 138029 1726888094.16182: done dumping result, returning 138029 1726888094.16193: done running TaskExecutor() for managed_node3/TASK: Check RAID active devices count [0affc8a3-6f6f-5a58-73a2-0000000004dc] 138029 1726888094.16202: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004dc 138029 1726888094.16498: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004dc 138029 1726888094.16502: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888094.16557: no more pending results, returning what we have 138029 1726888094.16572: results queue empty 138029 1726888094.16573: checking for any_errors_fatal 138029 1726888094.16579: done checking for any_errors_fatal 138029 1726888094.16580: checking for max_fail_percentage 138029 1726888094.16582: done checking for max_fail_percentage 138029 1726888094.16583: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.16586: done checking to see if all hosts have failed 138029 1726888094.16587: getting the remaining hosts for this loop 138029 1726888094.16589: done getting the remaining hosts for this loop 138029 1726888094.16592: getting the next task for host managed_node3 138029 1726888094.16602: done getting next task for host managed_node3 138029 1726888094.16605: ^ task is: TASK: Check RAID spare devices count 138029 1726888094.16610: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888094.16617: getting variables 138029 1726888094.16618: in VariableManager get_vars() 138029 1726888094.16783: Calling all_inventory to load vars for managed_node3 138029 1726888094.16786: Calling groups_inventory to load vars for managed_node3 138029 1726888094.16789: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.16799: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.16802: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.16808: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.17441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.18328: done with get_vars() 138029 1726888094.18341: done getting variables 138029 1726888094.18395: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:55 Friday 20 September 2024 23:08:14 -0400 (0:00:00.066) 0:01:46.907 ****** 138029 1726888094.18425: entering _queue_task() for managed_node3/assert 138029 1726888094.18680: worker is 1 (out of 1 available) 138029 1726888094.18690: exiting _queue_task() for managed_node3/assert 138029 1726888094.18701: done queuing things up, now waiting for results queue to drain 138029 1726888094.18702: waiting for pending results... 138029 1726888094.18985: running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count 138029 1726888094.19132: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000004dd 138029 1726888094.19152: variable 'ansible_search_path' from source: unknown 138029 1726888094.19201: calling self._execute() 138029 1726888094.19302: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.19314: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.19329: variable 'omit' from source: magic vars 138029 1726888094.19960: variable 'storage_test_pool' from source: include params 138029 1726888094.19966: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888094.19969: variable 'storage_test_pool' from source: include params 138029 1726888094.19971: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888094.20101: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888094.20353: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888094.20407: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888094.20444: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888094.20485: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888094.20568: 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) 138029 1726888094.20631: 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) 138029 1726888094.20634: 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) 138029 1726888094.20657: 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) 138029 1726888094.20742: variable 'storage_test_pool' from source: include params 138029 1726888094.20786: Evaluated conditional (storage_test_pool.raid_spare_count is defined): True 138029 1726888094.20898: 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) 138029 1726888094.20958: 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) 138029 1726888094.20964: 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) 138029 1726888094.20988: 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) 138029 1726888094.21069: variable 'storage_test_pool' from source: include params 138029 1726888094.21106: Evaluated conditional (storage_test_pool.raid_spare_count is not none): True 138029 1726888094.21117: variable 'omit' from source: magic vars 138029 1726888094.21279: variable 'omit' from source: magic vars 138029 1726888094.21301: variable 'storage_test_pool' from source: include params 138029 1726888094.21352: variable 'omit' from source: magic vars 138029 1726888094.21387: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888094.21417: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888094.21438: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888094.21461: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888094.21478: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888094.21502: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888094.21521: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888094.21551: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888094.21561: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.21572: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.21694: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888094.21708: Set connection var ansible_timeout to 10 138029 1726888094.21722: Set connection var ansible_pipelining to False 138029 1726888094.21729: Set connection var ansible_shell_type to sh 138029 1726888094.21824: Set connection var ansible_connection to ssh 138029 1726888094.21828: Set connection var ansible_shell_executable to /bin/sh 138029 1726888094.21830: variable 'ansible_shell_executable' from source: unknown 138029 1726888094.21832: variable 'ansible_connection' from source: unknown 138029 1726888094.21834: variable 'ansible_module_compression' from source: unknown 138029 1726888094.21836: variable 'ansible_shell_type' from source: unknown 138029 1726888094.21838: variable 'ansible_shell_executable' from source: unknown 138029 1726888094.21840: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.21842: variable 'ansible_pipelining' from source: unknown 138029 1726888094.21844: variable 'ansible_timeout' from source: unknown 138029 1726888094.21845: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.21916: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888094.21936: variable 'omit' from source: magic vars 138029 1726888094.21944: starting attempt loop 138029 1726888094.21950: running the handler 138029 1726888094.22135: variable 'storage_test_mdadm' from source: set_fact 138029 1726888094.22157: variable 'storage_test_md_spare_devices_re' from source: set_fact 138029 1726888094.22189: Evaluated conditional (storage_test_mdadm.stdout is regex(storage_test_md_spare_devices_re)): True 138029 1726888094.22200: handler run complete 138029 1726888094.22217: attempt loop complete, returning result 138029 1726888094.22225: _execute() done 138029 1726888094.22231: dumping result to json 138029 1726888094.22238: done dumping result, returning 138029 1726888094.22249: done running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count [0affc8a3-6f6f-5a58-73a2-0000000004dd] 138029 1726888094.22267: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004dd 138029 1726888094.22660: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004dd 138029 1726888094.22667: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888094.22708: no more pending results, returning what we have 138029 1726888094.22717: results queue empty 138029 1726888094.22718: checking for any_errors_fatal 138029 1726888094.22725: done checking for any_errors_fatal 138029 1726888094.22726: checking for max_fail_percentage 138029 1726888094.22728: done checking for max_fail_percentage 138029 1726888094.22729: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.22730: done checking to see if all hosts have failed 138029 1726888094.22730: getting the remaining hosts for this loop 138029 1726888094.22732: done getting the remaining hosts for this loop 138029 1726888094.22735: getting the next task for host managed_node3 138029 1726888094.22742: done getting next task for host managed_node3 138029 1726888094.22745: ^ task is: TASK: Check RAID metadata version 138029 1726888094.22751: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888094.22757: getting variables 138029 1726888094.22758: in VariableManager get_vars() 138029 1726888094.22791: Calling all_inventory to load vars for managed_node3 138029 1726888094.22794: Calling groups_inventory to load vars for managed_node3 138029 1726888094.22798: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.22808: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.22811: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.22814: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.23422: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.24089: done with get_vars() 138029 1726888094.24104: done getting variables 138029 1726888094.24161: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:64 Friday 20 September 2024 23:08:14 -0400 (0:00:00.057) 0:01:46.965 ****** 138029 1726888094.24195: entering _queue_task() for managed_node3/assert 138029 1726888094.24470: worker is 1 (out of 1 available) 138029 1726888094.24483: exiting _queue_task() for managed_node3/assert 138029 1726888094.24493: done queuing things up, now waiting for results queue to drain 138029 1726888094.24495: waiting for pending results... 138029 1726888094.24775: running TaskExecutor() for managed_node3/TASK: Check RAID metadata version 138029 1726888094.24924: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000004de 138029 1726888094.24943: variable 'ansible_search_path' from source: unknown 138029 1726888094.24986: calling self._execute() 138029 1726888094.25086: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.25098: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.25116: variable 'omit' from source: magic vars 138029 1726888094.25507: variable 'storage_test_pool' from source: include params 138029 1726888094.25575: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888094.25710: variable 'storage_test_pool' from source: include params 138029 1726888094.25749: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888094.25923: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888094.26223: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888094.26277: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888094.26413: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888094.26416: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888094.26446: 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) 138029 1726888094.26483: 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) 138029 1726888094.26514: 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) 138029 1726888094.26552: 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) 138029 1726888094.26645: variable 'storage_test_pool' from source: include params 138029 1726888094.26688: Evaluated conditional (storage_test_pool.raid_metadata_version is defined): True 138029 1726888094.26800: 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) 138029 1726888094.26823: 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) 138029 1726888094.26853: 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) 138029 1726888094.26893: 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) 138029 1726888094.27059: variable 'storage_test_pool' from source: include params 138029 1726888094.27065: Evaluated conditional (storage_test_pool.raid_metadata_version is not none): True 138029 1726888094.27067: variable 'omit' from source: magic vars 138029 1726888094.27071: variable 'omit' from source: magic vars 138029 1726888094.27172: variable 'storage_test_pool' from source: include params 138029 1726888094.27234: variable 'omit' from source: magic vars 138029 1726888094.27266: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888094.27301: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888094.27322: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888094.27342: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888094.27358: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888094.27404: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888094.27407: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888094.27433: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888094.27441: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.27447: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.27621: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888094.27624: Set connection var ansible_timeout to 10 138029 1726888094.27626: Set connection var ansible_pipelining to False 138029 1726888094.27628: Set connection var ansible_shell_type to sh 138029 1726888094.27630: Set connection var ansible_connection to ssh 138029 1726888094.27632: Set connection var ansible_shell_executable to /bin/sh 138029 1726888094.27633: variable 'ansible_shell_executable' from source: unknown 138029 1726888094.27639: variable 'ansible_connection' from source: unknown 138029 1726888094.27645: variable 'ansible_module_compression' from source: unknown 138029 1726888094.27651: variable 'ansible_shell_type' from source: unknown 138029 1726888094.27659: variable 'ansible_shell_executable' from source: unknown 138029 1726888094.27668: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.27675: variable 'ansible_pipelining' from source: unknown 138029 1726888094.27681: variable 'ansible_timeout' from source: unknown 138029 1726888094.27687: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.27826: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888094.28060: variable 'omit' from source: magic vars 138029 1726888094.28065: starting attempt loop 138029 1726888094.28067: running the handler 138029 1726888094.28070: variable 'storage_test_mdadm' from source: set_fact 138029 1726888094.28073: variable 'storage_test_md_metadata_version_re' from source: set_fact 138029 1726888094.28075: Evaluated conditional (storage_test_mdadm.stdout is regex(storage_test_md_metadata_version_re)): True 138029 1726888094.28076: handler run complete 138029 1726888094.28078: attempt loop complete, returning result 138029 1726888094.28080: _execute() done 138029 1726888094.28082: dumping result to json 138029 1726888094.28084: done dumping result, returning 138029 1726888094.28096: done running TaskExecutor() for managed_node3/TASK: Check RAID metadata version [0affc8a3-6f6f-5a58-73a2-0000000004de] 138029 1726888094.28104: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004de ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888094.28264: no more pending results, returning what we have 138029 1726888094.28268: results queue empty 138029 1726888094.28269: checking for any_errors_fatal 138029 1726888094.28278: done checking for any_errors_fatal 138029 1726888094.28285: checking for max_fail_percentage 138029 1726888094.28287: done checking for max_fail_percentage 138029 1726888094.28288: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.28288: done checking to see if all hosts have failed 138029 1726888094.28289: getting the remaining hosts for this loop 138029 1726888094.28291: done getting the remaining hosts for this loop 138029 1726888094.28294: getting the next task for host managed_node3 138029 1726888094.28303: done getting next task for host managed_node3 138029 1726888094.28305: ^ task is: TASK: Check RAID chunk size 138029 1726888094.28310: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888094.28315: getting variables 138029 1726888094.28317: in VariableManager get_vars() 138029 1726888094.28349: Calling all_inventory to load vars for managed_node3 138029 1726888094.28352: Calling groups_inventory to load vars for managed_node3 138029 1726888094.28358: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.28371: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.28374: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.28378: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.29171: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004de 138029 1726888094.29174: WORKER PROCESS EXITING 138029 1726888094.29308: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.29993: done with get_vars() 138029 1726888094.30010: done getting variables 138029 1726888094.30072: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:74 Friday 20 September 2024 23:08:14 -0400 (0:00:00.059) 0:01:47.024 ****** 138029 1726888094.30105: entering _queue_task() for managed_node3/assert 138029 1726888094.30380: worker is 1 (out of 1 available) 138029 1726888094.30394: exiting _queue_task() for managed_node3/assert 138029 1726888094.30405: done queuing things up, now waiting for results queue to drain 138029 1726888094.30407: waiting for pending results... 138029 1726888094.30690: running TaskExecutor() for managed_node3/TASK: Check RAID chunk size 138029 1726888094.30824: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000004df 138029 1726888094.30843: variable 'ansible_search_path' from source: unknown 138029 1726888094.30890: calling self._execute() 138029 1726888094.30994: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.31007: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.31021: variable 'omit' from source: magic vars 138029 1726888094.31407: variable 'storage_test_pool' from source: include params 138029 1726888094.31469: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888094.31596: variable 'storage_test_pool' from source: include params 138029 1726888094.31636: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888094.31803: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888094.32085: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888094.32136: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888094.32178: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888094.32227: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888094.32323: 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) 138029 1726888094.32354: 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) 138029 1726888094.32391: 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) 138029 1726888094.32436: 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) 138029 1726888094.32536: variable 'storage_test_pool' from source: include params 138029 1726888094.32580: Evaluated conditional (storage_test_pool.raid_chunk_size is defined): True 138029 1726888094.32699: 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) 138029 1726888094.32730: 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) 138029 1726888094.32764: 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) 138029 1726888094.32802: 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) 138029 1726888094.32907: variable 'storage_test_pool' from source: include params 138029 1726888094.32951: Evaluated conditional (storage_test_pool.raid_chunk_size is not none): False 138029 1726888094.33063: when evaluation is False, skipping this task 138029 1726888094.33067: _execute() done 138029 1726888094.33070: dumping result to json 138029 1726888094.33072: done dumping result, returning 138029 1726888094.33074: done running TaskExecutor() for managed_node3/TASK: Check RAID chunk size [0affc8a3-6f6f-5a58-73a2-0000000004df] 138029 1726888094.33077: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004df 138029 1726888094.33154: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004df 138029 1726888094.33160: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size is not none", "skip_reason": "Conditional result was False" } 138029 1726888094.33214: no more pending results, returning what we have 138029 1726888094.33218: results queue empty 138029 1726888094.33219: checking for any_errors_fatal 138029 1726888094.33228: done checking for any_errors_fatal 138029 1726888094.33229: checking for max_fail_percentage 138029 1726888094.33230: done checking for max_fail_percentage 138029 1726888094.33232: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.33232: done checking to see if all hosts have failed 138029 1726888094.33233: getting the remaining hosts for this loop 138029 1726888094.33235: done getting the remaining hosts for this loop 138029 1726888094.33239: getting the next task for host managed_node3 138029 1726888094.33249: done getting next task for host managed_node3 138029 1726888094.33252: ^ task is: TASK: Reset variables used by tests 138029 1726888094.33260: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888094.33269: getting variables 138029 1726888094.33270: in VariableManager get_vars() 138029 1726888094.33307: Calling all_inventory to load vars for managed_node3 138029 1726888094.33310: Calling groups_inventory to load vars for managed_node3 138029 1726888094.33314: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.33326: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.33330: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.33333: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.34146: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.34840: done with get_vars() 138029 1726888094.34857: done getting variables 138029 1726888094.34912: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Friday 20 September 2024 23:08:14 -0400 (0:00:00.048) 0:01:47.073 ****** 138029 1726888094.34947: entering _queue_task() for managed_node3/set_fact 138029 1726888094.35197: worker is 1 (out of 1 available) 138029 1726888094.35210: exiting _queue_task() for managed_node3/set_fact 138029 1726888094.35221: done queuing things up, now waiting for results queue to drain 138029 1726888094.35223: waiting for pending results... 138029 1726888094.35587: running TaskExecutor() for managed_node3/TASK: Reset variables used by tests 138029 1726888094.35677: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000004e1 138029 1726888094.35864: variable 'ansible_search_path' from source: unknown 138029 1726888094.35871: calling self._execute() 138029 1726888094.35874: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.35877: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.35893: variable 'omit' from source: magic vars 138029 1726888094.36024: variable 'omit' from source: magic vars 138029 1726888094.36105: variable 'omit' from source: magic vars 138029 1726888094.36154: variable 'omit' from source: magic vars 138029 1726888094.36214: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888094.36266: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888094.36299: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888094.36330: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888094.36352: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888094.36381: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888094.36404: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888094.36449: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888094.36463: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.36476: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.36647: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888094.36651: Set connection var ansible_timeout to 10 138029 1726888094.36664: Set connection var ansible_pipelining to False 138029 1726888094.36757: Set connection var ansible_shell_type to sh 138029 1726888094.36763: Set connection var ansible_connection to ssh 138029 1726888094.36765: Set connection var ansible_shell_executable to /bin/sh 138029 1726888094.36768: variable 'ansible_shell_executable' from source: unknown 138029 1726888094.36770: variable 'ansible_connection' from source: unknown 138029 1726888094.36772: variable 'ansible_module_compression' from source: unknown 138029 1726888094.36774: variable 'ansible_shell_type' from source: unknown 138029 1726888094.36776: variable 'ansible_shell_executable' from source: unknown 138029 1726888094.36778: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.36779: variable 'ansible_pipelining' from source: unknown 138029 1726888094.36781: variable 'ansible_timeout' from source: unknown 138029 1726888094.36783: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.36945: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888094.36978: variable 'omit' from source: magic vars 138029 1726888094.36989: starting attempt loop 138029 1726888094.37001: running the handler 138029 1726888094.37021: handler run complete 138029 1726888094.37041: attempt loop complete, returning result 138029 1726888094.37053: _execute() done 138029 1726888094.37068: dumping result to json 138029 1726888094.37189: done dumping result, returning 138029 1726888094.37193: done running TaskExecutor() for managed_node3/TASK: Reset variables used by tests [0affc8a3-6f6f-5a58-73a2-0000000004e1] 138029 1726888094.37195: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004e1 138029 1726888094.37276: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000004e1 138029 1726888094.37280: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } 138029 1726888094.37367: no more pending results, returning what we have 138029 1726888094.37370: results queue empty 138029 1726888094.37371: checking for any_errors_fatal 138029 1726888094.37381: done checking for any_errors_fatal 138029 1726888094.37382: checking for max_fail_percentage 138029 1726888094.37384: done checking for max_fail_percentage 138029 1726888094.37385: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.37386: done checking to see if all hosts have failed 138029 1726888094.37386: getting the remaining hosts for this loop 138029 1726888094.37388: done getting the remaining hosts for this loop 138029 1726888094.37392: getting the next task for host managed_node3 138029 1726888094.37405: done getting next task for host managed_node3 138029 1726888094.37409: ^ task is: TASK: Check LVM RAID 138029 1726888094.37414: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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 138029 1726888094.37420: getting variables 138029 1726888094.37421: in VariableManager get_vars() 138029 1726888094.37454: Calling all_inventory to load vars for managed_node3 138029 1726888094.37564: Calling groups_inventory to load vars for managed_node3 138029 1726888094.37568: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.37578: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.37581: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.37584: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.38425: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.39371: done with get_vars() 138029 1726888094.39387: done getting variables TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Friday 20 September 2024 23:08:14 -0400 (0:00:00.045) 0:01:47.118 ****** 138029 1726888094.39488: entering _queue_task() for managed_node3/include_tasks 138029 1726888094.39865: worker is 1 (out of 1 available) 138029 1726888094.39878: exiting _queue_task() for managed_node3/include_tasks 138029 1726888094.39892: done queuing things up, now waiting for results queue to drain 138029 1726888094.39894: waiting for pending results... 138029 1726888094.40176: running TaskExecutor() for managed_node3/TASK: Check LVM RAID 138029 1726888094.40357: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000481 138029 1726888094.40362: variable 'ansible_search_path' from source: unknown 138029 1726888094.40461: calling self._execute() 138029 1726888094.40514: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.40525: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.40538: variable 'omit' from source: magic vars 138029 1726888094.40654: _execute() done 138029 1726888094.40665: dumping result to json 138029 1726888094.40684: done dumping result, returning 138029 1726888094.40688: done running TaskExecutor() for managed_node3/TASK: Check LVM RAID [0affc8a3-6f6f-5a58-73a2-000000000481] 138029 1726888094.40794: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000481 138029 1726888094.40871: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000481 138029 1726888094.40874: WORKER PROCESS EXITING 138029 1726888094.40921: no more pending results, returning what we have 138029 1726888094.40925: in VariableManager get_vars() 138029 1726888094.40971: Calling all_inventory to load vars for managed_node3 138029 1726888094.40974: Calling groups_inventory to load vars for managed_node3 138029 1726888094.40978: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.41068: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.41072: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.41076: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.41900: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.42640: done with get_vars() 138029 1726888094.42656: variable 'ansible_search_path' from source: unknown 138029 1726888094.42809: variable 'storage_test_pool_subset' from source: include params 138029 1726888094.42840: we have included files to process 138029 1726888094.42841: generating all_blocks data 138029 1726888094.42843: done generating all_blocks data 138029 1726888094.42849: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 138029 1726888094.42850: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 138029 1726888094.42852: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 138029 1726888094.43033: in VariableManager get_vars() 138029 1726888094.43058: done with get_vars() 138029 1726888094.43091: done processing included file 138029 1726888094.43093: iterating over new_blocks loaded from include file 138029 1726888094.43094: in VariableManager get_vars() 138029 1726888094.43119: done with get_vars() 138029 1726888094.43120: filtering new block on tags 138029 1726888094.43151: done filtering new block on tags 138029 1726888094.43153: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 138029 1726888094.43161: extending task lists for all hosts with included blocks 138029 1726888094.46546: done extending task lists 138029 1726888094.46548: done processing included files 138029 1726888094.46548: results queue empty 138029 1726888094.46549: checking for any_errors_fatal 138029 1726888094.46553: done checking for any_errors_fatal 138029 1726888094.46554: checking for max_fail_percentage 138029 1726888094.46557: done checking for max_fail_percentage 138029 1726888094.46558: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.46559: done checking to see if all hosts have failed 138029 1726888094.46560: getting the remaining hosts for this loop 138029 1726888094.46561: done getting the remaining hosts for this loop 138029 1726888094.46564: getting the next task for host managed_node3 138029 1726888094.46569: done getting next task for host managed_node3 138029 1726888094.46571: ^ task is: TASK: Validate pool member LVM RAID settings 138029 1726888094.46575: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888094.46578: getting variables 138029 1726888094.46579: in VariableManager get_vars() 138029 1726888094.46591: Calling all_inventory to load vars for managed_node3 138029 1726888094.46593: Calling groups_inventory to load vars for managed_node3 138029 1726888094.46596: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.46603: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.46605: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.46608: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.47147: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.48346: done with get_vars() 138029 1726888094.48365: done getting variables TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Friday 20 September 2024 23:08:14 -0400 (0:00:00.089) 0:01:47.208 ****** 138029 1726888094.48450: entering _queue_task() for managed_node3/include_tasks 138029 1726888094.48905: worker is 1 (out of 1 available) 138029 1726888094.48918: exiting _queue_task() for managed_node3/include_tasks 138029 1726888094.48932: done queuing things up, now waiting for results queue to drain 138029 1726888094.48933: waiting for pending results... 138029 1726888094.49499: running TaskExecutor() for managed_node3/TASK: Validate pool member LVM RAID settings 138029 1726888094.49505: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000005a1 138029 1726888094.49509: variable 'ansible_search_path' from source: unknown 138029 1726888094.49737: variable 'storage_test_pool' from source: include params 138029 1726888094.50266: variable 'omit' from source: magic vars 138029 1726888094.50417: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.50431: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.50452: variable 'omit' from source: magic vars 138029 1726888094.50700: variable 'storage_test_pool' from source: include params 138029 1726888094.50737: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888094.50792: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888094.50870: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888094.51775: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.51778: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.51781: variable 'omit' from source: magic vars 138029 1726888094.52166: variable 'storage_test_pool' from source: include params 138029 1726888094.52168: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888094.52170: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888094.52210: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888094.53364: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.53367: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.53370: variable 'omit' from source: magic vars 138029 1726888094.53448: variable 'storage_test_pool' from source: include params 138029 1726888094.53761: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888094.53766: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888094.53790: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888094.54361: dumping result to json 138029 1726888094.54368: done dumping result, returning 138029 1726888094.54371: done running TaskExecutor() for managed_node3/TASK: Validate pool member LVM RAID settings [0affc8a3-6f6f-5a58-73a2-0000000005a1] 138029 1726888094.54374: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000005a1 138029 1726888094.54610: no more pending results, returning what we have 138029 1726888094.54616: in VariableManager get_vars() 138029 1726888094.54959: Calling all_inventory to load vars for managed_node3 138029 1726888094.54965: Calling groups_inventory to load vars for managed_node3 138029 1726888094.54969: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.54983: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.54988: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.54991: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.55673: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000005a1 138029 1726888094.55678: WORKER PROCESS EXITING 138029 1726888094.56350: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.57399: done with get_vars() 138029 1726888094.57415: variable 'ansible_search_path' from source: unknown 138029 1726888094.57485: variable 'ansible_search_path' from source: unknown 138029 1726888094.57524: variable 'ansible_search_path' from source: unknown 138029 1726888094.57561: we have included files to process 138029 1726888094.57564: generating all_blocks data 138029 1726888094.57567: done generating all_blocks data 138029 1726888094.57568: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888094.57569: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888094.57571: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888094.58711: done processing included file 138029 1726888094.58713: iterating over new_blocks loaded from include file 138029 1726888094.58715: in VariableManager get_vars() 138029 1726888094.58734: done with get_vars() 138029 1726888094.58735: filtering new block on tags 138029 1726888094.59124: done filtering new block on tags 138029 1726888094.59127: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': 'UUID=ac246704-920b-4020-af6e-f443534e195b', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) 138029 1726888094.59139: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888094.59140: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888094.59143: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888094.60705: done processing included file 138029 1726888094.60707: iterating over new_blocks loaded from include file 138029 1726888094.60709: in VariableManager get_vars() 138029 1726888094.60727: done with get_vars() 138029 1726888094.60729: filtering new block on tags 138029 1726888094.60842: done filtering new block on tags 138029 1726888094.60844: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) 138029 1726888094.60864: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888094.60866: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888094.60869: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888094.61608: done processing included file 138029 1726888094.61610: iterating over new_blocks loaded from include file 138029 1726888094.61612: in VariableManager get_vars() 138029 1726888094.61629: done with get_vars() 138029 1726888094.61631: filtering new block on tags 138029 1726888094.61741: done filtering new block on tags 138029 1726888094.61744: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 138029 1726888094.61754: extending task lists for all hosts with included blocks 138029 1726888094.61943: done extending task lists 138029 1726888094.61944: done processing included files 138029 1726888094.61945: results queue empty 138029 1726888094.61946: checking for any_errors_fatal 138029 1726888094.61949: done checking for any_errors_fatal 138029 1726888094.61950: checking for max_fail_percentage 138029 1726888094.61951: done checking for max_fail_percentage 138029 1726888094.61951: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.61952: done checking to see if all hosts have failed 138029 1726888094.61953: getting the remaining hosts for this loop 138029 1726888094.61954: done getting the remaining hosts for this loop 138029 1726888094.61959: getting the next task for host managed_node3 138029 1726888094.61966: done getting next task for host managed_node3 138029 1726888094.61969: ^ task is: TASK: Get information about the LV 138029 1726888094.61973: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888094.61976: getting variables 138029 1726888094.61977: in VariableManager get_vars() 138029 1726888094.61986: Calling all_inventory to load vars for managed_node3 138029 1726888094.61988: Calling groups_inventory to load vars for managed_node3 138029 1726888094.61991: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.61996: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.62003: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.62007: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.62643: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.63325: done with get_vars() 138029 1726888094.63339: done getting variables 138029 1726888094.63383: 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/verify-pool-member-lvmraid.yml:8 Friday 20 September 2024 23:08:14 -0400 (0:00:00.149) 0:01:47.357 ****** 138029 1726888094.63419: entering _queue_task() for managed_node3/command 138029 1726888094.63851: worker is 1 (out of 1 available) 138029 1726888094.63868: exiting _queue_task() for managed_node3/command 138029 1726888094.63880: done queuing things up, now waiting for results queue to drain 138029 1726888094.63882: waiting for pending results... 138029 1726888094.64090: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888094.64279: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006c6 138029 1726888094.64300: variable 'ansible_search_path' from source: unknown 138029 1726888094.64348: calling self._execute() 138029 1726888094.64459: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.64474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.64488: variable 'omit' from source: magic vars 138029 1726888094.65265: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888094.65554: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888094.65611: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888094.65647: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888094.65692: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888094.65780: 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) 138029 1726888094.65813: 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) 138029 1726888094.65842: 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) 138029 1726888094.65877: 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) 138029 1726888094.66005: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888094.66045: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888094.66053: when evaluation is False, skipping this task 138029 1726888094.66067: _execute() done 138029 1726888094.66075: dumping result to json 138029 1726888094.66083: done dumping result, returning 138029 1726888094.66093: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-0000000006c6] 138029 1726888094.66103: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006c6 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888094.66291: no more pending results, returning what we have 138029 1726888094.66297: results queue empty 138029 1726888094.66298: checking for any_errors_fatal 138029 1726888094.66299: done checking for any_errors_fatal 138029 1726888094.66300: checking for max_fail_percentage 138029 1726888094.66302: done checking for max_fail_percentage 138029 1726888094.66303: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.66303: done checking to see if all hosts have failed 138029 1726888094.66304: getting the remaining hosts for this loop 138029 1726888094.66306: done getting the remaining hosts for this loop 138029 1726888094.66310: getting the next task for host managed_node3 138029 1726888094.66317: done getting next task for host managed_node3 138029 1726888094.66320: ^ task is: TASK: Set LV segment type 138029 1726888094.66327: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888094.66333: getting variables 138029 1726888094.66334: in VariableManager get_vars() 138029 1726888094.66371: Calling all_inventory to load vars for managed_node3 138029 1726888094.66374: Calling groups_inventory to load vars for managed_node3 138029 1726888094.66378: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.66389: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.66392: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.66395: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.67169: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006c6 138029 1726888094.67189: WORKER PROCESS EXITING 138029 1726888094.67271: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.67935: done with get_vars() 138029 1726888094.67949: done getting variables 138029 1726888094.68005: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:16 Friday 20 September 2024 23:08:14 -0400 (0:00:00.046) 0:01:47.403 ****** 138029 1726888094.68037: entering _queue_task() for managed_node3/set_fact 138029 1726888094.68300: worker is 1 (out of 1 available) 138029 1726888094.68314: exiting _queue_task() for managed_node3/set_fact 138029 1726888094.68328: done queuing things up, now waiting for results queue to drain 138029 1726888094.68330: waiting for pending results... 138029 1726888094.68842: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888094.69198: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006c7 138029 1726888094.69221: variable 'ansible_search_path' from source: unknown 138029 1726888094.69268: calling self._execute() 138029 1726888094.69601: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.69605: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.69608: variable 'omit' from source: magic vars 138029 1726888094.70471: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888094.70883: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888094.71057: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888094.71097: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888094.71139: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888094.71311: 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) 138029 1726888094.71558: 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) 138029 1726888094.71564: 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) 138029 1726888094.71567: 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) 138029 1726888094.71736: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888094.71800: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888094.71883: when evaluation is False, skipping this task 138029 1726888094.71891: _execute() done 138029 1726888094.71899: dumping result to json 138029 1726888094.71907: done dumping result, returning 138029 1726888094.71918: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-0000000006c7] 138029 1726888094.71929: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006c7 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888094.72309: no more pending results, returning what we have 138029 1726888094.72313: results queue empty 138029 1726888094.72314: checking for any_errors_fatal 138029 1726888094.72326: done checking for any_errors_fatal 138029 1726888094.72327: checking for max_fail_percentage 138029 1726888094.72329: done checking for max_fail_percentage 138029 1726888094.72330: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.72331: done checking to see if all hosts have failed 138029 1726888094.72332: getting the remaining hosts for this loop 138029 1726888094.72334: done getting the remaining hosts for this loop 138029 1726888094.72338: getting the next task for host managed_node3 138029 1726888094.72347: done getting next task for host managed_node3 138029 1726888094.72350: ^ task is: TASK: Check segment type 138029 1726888094.72359: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888094.72368: getting variables 138029 1726888094.72369: in VariableManager get_vars() 138029 1726888094.72406: Calling all_inventory to load vars for managed_node3 138029 1726888094.72409: Calling groups_inventory to load vars for managed_node3 138029 1726888094.72413: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.72424: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.72427: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.72430: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.73065: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006c7 138029 1726888094.73069: WORKER PROCESS EXITING 138029 1726888094.73585: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.74399: done with get_vars() 138029 1726888094.74417: done getting variables 138029 1726888094.74490: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:20 Friday 20 September 2024 23:08:14 -0400 (0:00:00.064) 0:01:47.468 ****** 138029 1726888094.74525: entering _queue_task() for managed_node3/assert 138029 1726888094.74797: worker is 1 (out of 1 available) 138029 1726888094.74809: exiting _queue_task() for managed_node3/assert 138029 1726888094.74821: done queuing things up, now waiting for results queue to drain 138029 1726888094.74822: waiting for pending results... 138029 1726888094.75129: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888094.75272: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006c8 138029 1726888094.75295: variable 'ansible_search_path' from source: unknown 138029 1726888094.75333: calling self._execute() 138029 1726888094.75440: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.75450: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.75470: variable 'omit' from source: magic vars 138029 1726888094.75859: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888094.76138: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888094.76195: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888094.76229: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888094.76273: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888094.76349: 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) 138029 1726888094.76665: 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) 138029 1726888094.76669: 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) 138029 1726888094.76671: 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) 138029 1726888094.76783: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888094.76910: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888094.76918: when evaluation is False, skipping this task 138029 1726888094.76926: _execute() done 138029 1726888094.76933: dumping result to json 138029 1726888094.76942: done dumping result, returning 138029 1726888094.76952: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-0000000006c8] 138029 1726888094.76967: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006c8 138029 1726888094.77167: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006c8 138029 1726888094.77171: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888094.77246: no more pending results, returning what we have 138029 1726888094.77250: results queue empty 138029 1726888094.77251: checking for any_errors_fatal 138029 1726888094.77264: done checking for any_errors_fatal 138029 1726888094.77265: checking for max_fail_percentage 138029 1726888094.77267: done checking for max_fail_percentage 138029 1726888094.77268: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.77269: done checking to see if all hosts have failed 138029 1726888094.77270: getting the remaining hosts for this loop 138029 1726888094.77271: done getting the remaining hosts for this loop 138029 1726888094.77276: getting the next task for host managed_node3 138029 1726888094.77284: done getting next task for host managed_node3 138029 1726888094.77286: ^ task is: TASK: Set LV stripe size 138029 1726888094.77293: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888094.77298: getting variables 138029 1726888094.77299: in VariableManager get_vars() 138029 1726888094.77331: Calling all_inventory to load vars for managed_node3 138029 1726888094.77334: Calling groups_inventory to load vars for managed_node3 138029 1726888094.77338: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.77350: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.77353: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.77664: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.78969: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.80259: done with get_vars() 138029 1726888094.80280: done getting variables 138029 1726888094.80338: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Friday 20 September 2024 23:08:14 -0400 (0:00:00.060) 0:01:47.529 ****** 138029 1726888094.80582: entering _queue_task() for managed_node3/set_fact 138029 1726888094.81081: worker is 1 (out of 1 available) 138029 1726888094.81093: exiting _queue_task() for managed_node3/set_fact 138029 1726888094.81107: done queuing things up, now waiting for results queue to drain 138029 1726888094.81108: waiting for pending results... 138029 1726888094.81624: running TaskExecutor() for managed_node3/TASK: Set LV stripe size 138029 1726888094.81905: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006c9 138029 1726888094.81912: variable 'ansible_search_path' from source: unknown 138029 1726888094.81948: calling self._execute() 138029 1726888094.82161: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.82167: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.82229: variable 'omit' from source: magic vars 138029 1726888094.83042: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888094.83750: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888094.83753: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888094.83758: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888094.83885: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888094.84079: 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) 138029 1726888094.84110: 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) 138029 1726888094.84207: 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) 138029 1726888094.84239: 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) 138029 1726888094.84485: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888094.84726: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888094.84730: when evaluation is False, skipping this task 138029 1726888094.84732: _execute() done 138029 1726888094.84734: dumping result to json 138029 1726888094.84736: done dumping result, returning 138029 1726888094.84738: done running TaskExecutor() for managed_node3/TASK: Set LV stripe size [0affc8a3-6f6f-5a58-73a2-0000000006c9] 138029 1726888094.84740: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006c9 138029 1726888094.84810: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006c9 138029 1726888094.84814: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888094.84865: no more pending results, returning what we have 138029 1726888094.84868: results queue empty 138029 1726888094.84869: checking for any_errors_fatal 138029 1726888094.84877: done checking for any_errors_fatal 138029 1726888094.84878: checking for max_fail_percentage 138029 1726888094.84879: done checking for max_fail_percentage 138029 1726888094.84880: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.84881: done checking to see if all hosts have failed 138029 1726888094.84881: getting the remaining hosts for this loop 138029 1726888094.84883: done getting the remaining hosts for this loop 138029 1726888094.84886: getting the next task for host managed_node3 138029 1726888094.84894: done getting next task for host managed_node3 138029 1726888094.84897: ^ task is: TASK: Parse the requested stripe size 138029 1726888094.84907: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888094.84913: getting variables 138029 1726888094.84915: in VariableManager get_vars() 138029 1726888094.84948: Calling all_inventory to load vars for managed_node3 138029 1726888094.84952: Calling groups_inventory to load vars for managed_node3 138029 1726888094.85015: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.85036: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.85040: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.85043: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.86310: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.87047: done with get_vars() 138029 1726888094.87067: done getting variables TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Friday 20 September 2024 23:08:14 -0400 (0:00:00.065) 0:01:47.595 ****** 138029 1726888094.87154: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888094.87490: worker is 1 (out of 1 available) 138029 1726888094.87501: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888094.87511: done queuing things up, now waiting for results queue to drain 138029 1726888094.87513: waiting for pending results... 138029 1726888094.88075: running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size 138029 1726888094.88307: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006ca 138029 1726888094.88311: variable 'ansible_search_path' from source: unknown 138029 1726888094.88326: calling self._execute() 138029 1726888094.88778: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.88782: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.88785: variable 'omit' from source: magic vars 138029 1726888094.89303: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888094.89657: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888094.89710: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888094.89747: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888094.89791: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888094.89881: 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) 138029 1726888094.89913: 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) 138029 1726888094.89944: 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) 138029 1726888094.89980: 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) 138029 1726888094.90106: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888094.90138: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888094.90145: when evaluation is False, skipping this task 138029 1726888094.90152: _execute() done 138029 1726888094.90161: dumping result to json 138029 1726888094.90172: done dumping result, returning 138029 1726888094.90180: done running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size [0affc8a3-6f6f-5a58-73a2-0000000006ca] 138029 1726888094.90190: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006ca skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888094.90367: no more pending results, returning what we have 138029 1726888094.90371: results queue empty 138029 1726888094.90372: checking for any_errors_fatal 138029 1726888094.90490: done checking for any_errors_fatal 138029 1726888094.90491: checking for max_fail_percentage 138029 1726888094.90492: done checking for max_fail_percentage 138029 1726888094.90493: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.90494: done checking to see if all hosts have failed 138029 1726888094.90494: getting the remaining hosts for this loop 138029 1726888094.90496: done getting the remaining hosts for this loop 138029 1726888094.90499: getting the next task for host managed_node3 138029 1726888094.90505: done getting next task for host managed_node3 138029 1726888094.90508: ^ task is: TASK: Set expected stripe size 138029 1726888094.90514: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888094.90518: getting variables 138029 1726888094.90519: in VariableManager get_vars() 138029 1726888094.90547: Calling all_inventory to load vars for managed_node3 138029 1726888094.90549: Calling groups_inventory to load vars for managed_node3 138029 1726888094.90552: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.90560: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006ca 138029 1726888094.90566: WORKER PROCESS EXITING 138029 1726888094.90575: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.90578: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.90581: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.91240: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.92026: done with get_vars() 138029 1726888094.92088: done getting variables 138029 1726888094.92144: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Friday 20 September 2024 23:08:14 -0400 (0:00:00.050) 0:01:47.645 ****** 138029 1726888094.92179: entering _queue_task() for managed_node3/set_fact 138029 1726888094.92615: worker is 1 (out of 1 available) 138029 1726888094.92626: exiting _queue_task() for managed_node3/set_fact 138029 1726888094.92638: done queuing things up, now waiting for results queue to drain 138029 1726888094.92640: waiting for pending results... 138029 1726888094.93041: running TaskExecutor() for managed_node3/TASK: Set expected stripe size 138029 1726888094.93218: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006cb 138029 1726888094.93253: variable 'ansible_search_path' from source: unknown 138029 1726888094.93302: calling self._execute() 138029 1726888094.93466: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.93486: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.93537: variable 'omit' from source: magic vars 138029 1726888094.94051: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888094.94515: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888094.94603: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888094.94664: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888094.94762: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888094.94850: 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) 138029 1726888094.94886: 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) 138029 1726888094.94976: 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) 138029 1726888094.94994: 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) 138029 1726888094.95246: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888094.95325: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888094.95328: when evaluation is False, skipping this task 138029 1726888094.95330: _execute() done 138029 1726888094.95332: dumping result to json 138029 1726888094.95334: done dumping result, returning 138029 1726888094.95336: done running TaskExecutor() for managed_node3/TASK: Set expected stripe size [0affc8a3-6f6f-5a58-73a2-0000000006cb] 138029 1726888094.95562: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006cb 138029 1726888094.95772: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006cb 138029 1726888094.95775: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888094.95811: no more pending results, returning what we have 138029 1726888094.95814: results queue empty 138029 1726888094.95815: checking for any_errors_fatal 138029 1726888094.95820: done checking for any_errors_fatal 138029 1726888094.95820: checking for max_fail_percentage 138029 1726888094.95822: done checking for max_fail_percentage 138029 1726888094.95823: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.95823: done checking to see if all hosts have failed 138029 1726888094.95824: getting the remaining hosts for this loop 138029 1726888094.95825: done getting the remaining hosts for this loop 138029 1726888094.95828: getting the next task for host managed_node3 138029 1726888094.95835: done getting next task for host managed_node3 138029 1726888094.95837: ^ task is: TASK: Check stripe size 138029 1726888094.95843: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888094.95847: getting variables 138029 1726888094.95848: in VariableManager get_vars() 138029 1726888094.95886: Calling all_inventory to load vars for managed_node3 138029 1726888094.95889: Calling groups_inventory to load vars for managed_node3 138029 1726888094.95892: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.95903: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.95906: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.95909: Calling groups_plugins_play to load vars for managed_node3 138029 1726888094.96522: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888094.97219: done with get_vars() 138029 1726888094.97235: done getting variables 138029 1726888094.97292: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Friday 20 September 2024 23:08:14 -0400 (0:00:00.051) 0:01:47.696 ****** 138029 1726888094.97322: entering _queue_task() for managed_node3/assert 138029 1726888094.97587: worker is 1 (out of 1 available) 138029 1726888094.97598: exiting _queue_task() for managed_node3/assert 138029 1726888094.97609: done queuing things up, now waiting for results queue to drain 138029 1726888094.97611: waiting for pending results... 138029 1726888094.97926: running TaskExecutor() for managed_node3/TASK: Check stripe size 138029 1726888094.98261: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006cc 138029 1726888094.98267: variable 'ansible_search_path' from source: unknown 138029 1726888094.98271: calling self._execute() 138029 1726888094.98274: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888094.98277: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888094.98279: variable 'omit' from source: magic vars 138029 1726888094.98679: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888094.98979: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888094.99030: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888094.99077: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888094.99116: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888094.99209: 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) 138029 1726888094.99239: 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) 138029 1726888094.99278: 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) 138029 1726888094.99309: 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) 138029 1726888094.99436: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888094.99478: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888094.99486: when evaluation is False, skipping this task 138029 1726888094.99494: _execute() done 138029 1726888094.99501: dumping result to json 138029 1726888094.99509: done dumping result, returning 138029 1726888094.99587: done running TaskExecutor() for managed_node3/TASK: Check stripe size [0affc8a3-6f6f-5a58-73a2-0000000006cc] 138029 1726888094.99590: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006cc 138029 1726888094.99665: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006cc 138029 1726888094.99668: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888094.99739: no more pending results, returning what we have 138029 1726888094.99743: results queue empty 138029 1726888094.99744: checking for any_errors_fatal 138029 1726888094.99753: done checking for any_errors_fatal 138029 1726888094.99754: checking for max_fail_percentage 138029 1726888094.99759: done checking for max_fail_percentage 138029 1726888094.99760: checking to see if all hosts have failed and the running result is not ok 138029 1726888094.99761: done checking to see if all hosts have failed 138029 1726888094.99764: getting the remaining hosts for this loop 138029 1726888094.99766: done getting the remaining hosts for this loop 138029 1726888094.99770: getting the next task for host managed_node3 138029 1726888094.99782: done getting next task for host managed_node3 138029 1726888094.99785: ^ task is: TASK: Get information about the LV 138029 1726888094.99791: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888094.99795: getting variables 138029 1726888094.99797: in VariableManager get_vars() 138029 1726888094.99827: Calling all_inventory to load vars for managed_node3 138029 1726888094.99830: Calling groups_inventory to load vars for managed_node3 138029 1726888094.99833: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888094.99842: Calling all_plugins_play to load vars for managed_node3 138029 1726888094.99845: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888094.99847: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.01220: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.01901: done with get_vars() 138029 1726888095.01916: done getting variables 138029 1726888095.01976: 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/verify-pool-member-lvmraid.yml:8 Friday 20 September 2024 23:08:15 -0400 (0:00:00.046) 0:01:47.743 ****** 138029 1726888095.02009: entering _queue_task() for managed_node3/command 138029 1726888095.02561: worker is 1 (out of 1 available) 138029 1726888095.02575: exiting _queue_task() for managed_node3/command 138029 1726888095.02588: done queuing things up, now waiting for results queue to drain 138029 1726888095.02590: waiting for pending results... 138029 1726888095.03070: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888095.03239: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006d0 138029 1726888095.03358: variable 'ansible_search_path' from source: unknown 138029 1726888095.03367: calling self._execute() 138029 1726888095.03488: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.03492: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.03495: variable 'omit' from source: magic vars 138029 1726888095.03883: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888095.04201: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888095.04348: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888095.04454: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888095.04836: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888095.04840: 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) 138029 1726888095.04869: 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) 138029 1726888095.04979: 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) 138029 1726888095.05013: 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) 138029 1726888095.05262: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888095.05424: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888095.05432: when evaluation is False, skipping this task 138029 1726888095.05440: _execute() done 138029 1726888095.05447: dumping result to json 138029 1726888095.05458: done dumping result, returning 138029 1726888095.05488: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-0000000006d0] 138029 1726888095.05517: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006d0 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888095.05892: no more pending results, returning what we have 138029 1726888095.05896: results queue empty 138029 1726888095.05897: checking for any_errors_fatal 138029 1726888095.05907: done checking for any_errors_fatal 138029 1726888095.05908: checking for max_fail_percentage 138029 1726888095.05910: done checking for max_fail_percentage 138029 1726888095.05911: checking to see if all hosts have failed and the running result is not ok 138029 1726888095.05911: done checking to see if all hosts have failed 138029 1726888095.05912: getting the remaining hosts for this loop 138029 1726888095.05914: done getting the remaining hosts for this loop 138029 1726888095.05918: getting the next task for host managed_node3 138029 1726888095.05926: done getting next task for host managed_node3 138029 1726888095.05929: ^ task is: TASK: Set LV segment type 138029 1726888095.05935: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888095.05948: getting variables 138029 1726888095.05950: in VariableManager get_vars() 138029 1726888095.05987: Calling all_inventory to load vars for managed_node3 138029 1726888095.05990: Calling groups_inventory to load vars for managed_node3 138029 1726888095.05994: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.06005: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.06009: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.06012: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.06562: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006d0 138029 1726888095.06570: WORKER PROCESS EXITING 138029 1726888095.07787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.08875: done with get_vars() 138029 1726888095.08891: done getting variables 138029 1726888095.08945: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:16 Friday 20 September 2024 23:08:15 -0400 (0:00:00.069) 0:01:47.813 ****** 138029 1726888095.08984: entering _queue_task() for managed_node3/set_fact 138029 1726888095.09268: worker is 1 (out of 1 available) 138029 1726888095.09360: exiting _queue_task() for managed_node3/set_fact 138029 1726888095.09372: done queuing things up, now waiting for results queue to drain 138029 1726888095.09374: waiting for pending results... 138029 1726888095.09604: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888095.09836: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006d1 138029 1726888095.09840: variable 'ansible_search_path' from source: unknown 138029 1726888095.09845: calling self._execute() 138029 1726888095.09948: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.09963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.09978: variable 'omit' from source: magic vars 138029 1726888095.10951: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888095.11318: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888095.11421: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888095.11519: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888095.11631: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888095.11861: 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) 138029 1726888095.11931: 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) 138029 1726888095.11974: 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) 138029 1726888095.12067: 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) 138029 1726888095.12277: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888095.12320: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888095.12359: when evaluation is False, skipping this task 138029 1726888095.12369: _execute() done 138029 1726888095.12383: dumping result to json 138029 1726888095.12392: done dumping result, returning 138029 1726888095.12464: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-0000000006d1] 138029 1726888095.12467: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006d1 138029 1726888095.12541: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006d1 138029 1726888095.12544: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888095.12614: no more pending results, returning what we have 138029 1726888095.12617: results queue empty 138029 1726888095.12618: checking for any_errors_fatal 138029 1726888095.12626: done checking for any_errors_fatal 138029 1726888095.12627: checking for max_fail_percentage 138029 1726888095.12629: done checking for max_fail_percentage 138029 1726888095.12630: checking to see if all hosts have failed and the running result is not ok 138029 1726888095.12631: done checking to see if all hosts have failed 138029 1726888095.12631: getting the remaining hosts for this loop 138029 1726888095.12633: done getting the remaining hosts for this loop 138029 1726888095.12637: getting the next task for host managed_node3 138029 1726888095.12646: done getting next task for host managed_node3 138029 1726888095.12648: ^ task is: TASK: Check segment type 138029 1726888095.12659: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888095.12664: getting variables 138029 1726888095.12665: in VariableManager get_vars() 138029 1726888095.12702: Calling all_inventory to load vars for managed_node3 138029 1726888095.12705: Calling groups_inventory to load vars for managed_node3 138029 1726888095.12709: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.12721: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.12725: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.12728: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.13786: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.14493: done with get_vars() 138029 1726888095.14509: done getting variables 138029 1726888095.14570: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:20 Friday 20 September 2024 23:08:15 -0400 (0:00:00.056) 0:01:47.869 ****** 138029 1726888095.14604: entering _queue_task() for managed_node3/assert 138029 1726888095.14988: worker is 1 (out of 1 available) 138029 1726888095.15000: exiting _queue_task() for managed_node3/assert 138029 1726888095.15011: done queuing things up, now waiting for results queue to drain 138029 1726888095.15013: waiting for pending results... 138029 1726888095.15534: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888095.15725: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006d2 138029 1726888095.15729: variable 'ansible_search_path' from source: unknown 138029 1726888095.15914: calling self._execute() 138029 1726888095.16135: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.16200: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.16245: variable 'omit' from source: magic vars 138029 1726888095.17106: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888095.17721: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888095.17892: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888095.18019: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888095.18215: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888095.18406: 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) 138029 1726888095.18579: 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) 138029 1726888095.18661: 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) 138029 1726888095.18696: 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) 138029 1726888095.18889: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888095.18930: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888095.19064: when evaluation is False, skipping this task 138029 1726888095.19066: _execute() done 138029 1726888095.19069: dumping result to json 138029 1726888095.19071: done dumping result, returning 138029 1726888095.19074: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-0000000006d2] 138029 1726888095.19076: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006d2 138029 1726888095.19161: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006d2 138029 1726888095.19164: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888095.19221: no more pending results, returning what we have 138029 1726888095.19225: results queue empty 138029 1726888095.19227: checking for any_errors_fatal 138029 1726888095.19239: done checking for any_errors_fatal 138029 1726888095.19240: checking for max_fail_percentage 138029 1726888095.19242: done checking for max_fail_percentage 138029 1726888095.19243: checking to see if all hosts have failed and the running result is not ok 138029 1726888095.19244: done checking to see if all hosts have failed 138029 1726888095.19245: getting the remaining hosts for this loop 138029 1726888095.19247: done getting the remaining hosts for this loop 138029 1726888095.19251: getting the next task for host managed_node3 138029 1726888095.19265: done getting next task for host managed_node3 138029 1726888095.19270: ^ task is: TASK: Set LV stripe size 138029 1726888095.19278: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888095.19284: getting variables 138029 1726888095.19285: in VariableManager get_vars() 138029 1726888095.19327: Calling all_inventory to load vars for managed_node3 138029 1726888095.19332: Calling groups_inventory to load vars for managed_node3 138029 1726888095.19336: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.19347: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.19680: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.19687: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.20669: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.21396: done with get_vars() 138029 1726888095.21414: done getting variables 138029 1726888095.21488: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Friday 20 September 2024 23:08:15 -0400 (0:00:00.069) 0:01:47.938 ****** 138029 1726888095.21522: entering _queue_task() for managed_node3/set_fact 138029 1726888095.21808: worker is 1 (out of 1 available) 138029 1726888095.21820: exiting _queue_task() for managed_node3/set_fact 138029 1726888095.21832: done queuing things up, now waiting for results queue to drain 138029 1726888095.21834: waiting for pending results... 138029 1726888095.22277: running TaskExecutor() for managed_node3/TASK: Set LV stripe size 138029 1726888095.22373: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006d3 138029 1726888095.22378: variable 'ansible_search_path' from source: unknown 138029 1726888095.22382: calling self._execute() 138029 1726888095.22444: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.22457: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.22478: variable 'omit' from source: magic vars 138029 1726888095.22882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888095.23190: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888095.23242: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888095.23287: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888095.23324: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888095.23415: 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) 138029 1726888095.23446: 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) 138029 1726888095.23488: 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) 138029 1726888095.23573: 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) 138029 1726888095.23643: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888095.23687: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888095.23695: when evaluation is False, skipping this task 138029 1726888095.23703: _execute() done 138029 1726888095.23710: dumping result to json 138029 1726888095.23719: done dumping result, returning 138029 1726888095.23730: done running TaskExecutor() for managed_node3/TASK: Set LV stripe size [0affc8a3-6f6f-5a58-73a2-0000000006d3] 138029 1726888095.23739: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006d3 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888095.23898: no more pending results, returning what we have 138029 1726888095.23902: results queue empty 138029 1726888095.23903: checking for any_errors_fatal 138029 1726888095.23911: done checking for any_errors_fatal 138029 1726888095.23912: checking for max_fail_percentage 138029 1726888095.23914: done checking for max_fail_percentage 138029 1726888095.23915: checking to see if all hosts have failed and the running result is not ok 138029 1726888095.23916: done checking to see if all hosts have failed 138029 1726888095.23916: getting the remaining hosts for this loop 138029 1726888095.23918: done getting the remaining hosts for this loop 138029 1726888095.23922: getting the next task for host managed_node3 138029 1726888095.23931: done getting next task for host managed_node3 138029 1726888095.23934: ^ task is: TASK: Parse the requested stripe size 138029 1726888095.23941: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888095.23946: getting variables 138029 1726888095.23947: in VariableManager get_vars() 138029 1726888095.23985: Calling all_inventory to load vars for managed_node3 138029 1726888095.23988: Calling groups_inventory to load vars for managed_node3 138029 1726888095.23992: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.24167: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.24171: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.24175: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.24780: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006d3 138029 1726888095.24783: WORKER PROCESS EXITING 138029 1726888095.24885: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.25647: done with get_vars() 138029 1726888095.25665: done getting variables TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Friday 20 September 2024 23:08:15 -0400 (0:00:00.042) 0:01:47.981 ****** 138029 1726888095.25745: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888095.26005: worker is 1 (out of 1 available) 138029 1726888095.26016: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888095.26027: done queuing things up, now waiting for results queue to drain 138029 1726888095.26029: waiting for pending results... 138029 1726888095.26324: running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size 138029 1726888095.26475: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006d4 138029 1726888095.26496: variable 'ansible_search_path' from source: unknown 138029 1726888095.26552: calling self._execute() 138029 1726888095.26641: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.26772: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.26775: variable 'omit' from source: magic vars 138029 1726888095.27048: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888095.27374: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888095.27428: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888095.27472: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888095.27513: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888095.27608: 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) 138029 1726888095.27645: 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) 138029 1726888095.27684: 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) 138029 1726888095.27715: 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) 138029 1726888095.27850: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888095.27895: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888095.27904: when evaluation is False, skipping this task 138029 1726888095.27911: _execute() done 138029 1726888095.27919: dumping result to json 138029 1726888095.27927: done dumping result, returning 138029 1726888095.27937: done running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size [0affc8a3-6f6f-5a58-73a2-0000000006d4] 138029 1726888095.27947: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006d4 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888095.28126: no more pending results, returning what we have 138029 1726888095.28130: results queue empty 138029 1726888095.28132: checking for any_errors_fatal 138029 1726888095.28140: done checking for any_errors_fatal 138029 1726888095.28141: checking for max_fail_percentage 138029 1726888095.28143: done checking for max_fail_percentage 138029 1726888095.28144: checking to see if all hosts have failed and the running result is not ok 138029 1726888095.28145: done checking to see if all hosts have failed 138029 1726888095.28145: getting the remaining hosts for this loop 138029 1726888095.28147: done getting the remaining hosts for this loop 138029 1726888095.28151: getting the next task for host managed_node3 138029 1726888095.28164: done getting next task for host managed_node3 138029 1726888095.28167: ^ task is: TASK: Set expected stripe size 138029 1726888095.28174: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888095.28181: getting variables 138029 1726888095.28182: in VariableManager get_vars() 138029 1726888095.28218: Calling all_inventory to load vars for managed_node3 138029 1726888095.28221: Calling groups_inventory to load vars for managed_node3 138029 1726888095.28224: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.28235: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.28239: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.28242: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.28874: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006d4 138029 1726888095.28878: WORKER PROCESS EXITING 138029 1726888095.29137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.30040: done with get_vars() 138029 1726888095.30053: done getting variables 138029 1726888095.30116: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Friday 20 September 2024 23:08:15 -0400 (0:00:00.043) 0:01:48.025 ****** 138029 1726888095.30147: entering _queue_task() for managed_node3/set_fact 138029 1726888095.30403: worker is 1 (out of 1 available) 138029 1726888095.30414: exiting _queue_task() for managed_node3/set_fact 138029 1726888095.30540: done queuing things up, now waiting for results queue to drain 138029 1726888095.30541: waiting for pending results... 138029 1726888095.30741: running TaskExecutor() for managed_node3/TASK: Set expected stripe size 138029 1726888095.30906: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006d5 138029 1726888095.30924: variable 'ansible_search_path' from source: unknown 138029 1726888095.30966: calling self._execute() 138029 1726888095.31083: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.31097: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.31112: variable 'omit' from source: magic vars 138029 1726888095.31545: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888095.31941: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888095.31945: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888095.31964: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888095.32006: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888095.32102: 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) 138029 1726888095.32132: 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) 138029 1726888095.32173: 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) 138029 1726888095.32207: 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) 138029 1726888095.32344: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888095.32385: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888095.32397: when evaluation is False, skipping this task 138029 1726888095.32405: _execute() done 138029 1726888095.32460: dumping result to json 138029 1726888095.32466: done dumping result, returning 138029 1726888095.32469: done running TaskExecutor() for managed_node3/TASK: Set expected stripe size [0affc8a3-6f6f-5a58-73a2-0000000006d5] 138029 1726888095.32477: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006d5 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888095.32744: no more pending results, returning what we have 138029 1726888095.32748: results queue empty 138029 1726888095.32749: checking for any_errors_fatal 138029 1726888095.32764: done checking for any_errors_fatal 138029 1726888095.32765: checking for max_fail_percentage 138029 1726888095.32767: done checking for max_fail_percentage 138029 1726888095.32768: checking to see if all hosts have failed and the running result is not ok 138029 1726888095.32769: done checking to see if all hosts have failed 138029 1726888095.32770: getting the remaining hosts for this loop 138029 1726888095.32772: done getting the remaining hosts for this loop 138029 1726888095.32775: getting the next task for host managed_node3 138029 1726888095.32784: done getting next task for host managed_node3 138029 1726888095.32787: ^ task is: TASK: Check stripe size 138029 1726888095.32795: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888095.32807: getting variables 138029 1726888095.32809: in VariableManager get_vars() 138029 1726888095.32845: Calling all_inventory to load vars for managed_node3 138029 1726888095.32848: Calling groups_inventory to load vars for managed_node3 138029 1726888095.32852: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.32917: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006d5 138029 1726888095.32920: WORKER PROCESS EXITING 138029 1726888095.32931: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.32934: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.32938: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.33653: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.34388: done with get_vars() 138029 1726888095.34404: done getting variables 138029 1726888095.34467: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Friday 20 September 2024 23:08:15 -0400 (0:00:00.043) 0:01:48.068 ****** 138029 1726888095.34502: entering _queue_task() for managed_node3/assert 138029 1726888095.34851: worker is 1 (out of 1 available) 138029 1726888095.34871: exiting _queue_task() for managed_node3/assert 138029 1726888095.34882: done queuing things up, now waiting for results queue to drain 138029 1726888095.34883: waiting for pending results... 138029 1726888095.35269: running TaskExecutor() for managed_node3/TASK: Check stripe size 138029 1726888095.35590: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006d6 138029 1726888095.35648: variable 'ansible_search_path' from source: unknown 138029 1726888095.35670: calling self._execute() 138029 1726888095.35795: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.35813: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.35866: variable 'omit' from source: magic vars 138029 1726888095.36266: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888095.36589: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888095.36644: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888095.36697: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888095.36760: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888095.36857: 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) 138029 1726888095.36894: 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) 138029 1726888095.36966: 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) 138029 1726888095.36970: 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) 138029 1726888095.37098: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888095.37135: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888095.37143: when evaluation is False, skipping this task 138029 1726888095.37151: _execute() done 138029 1726888095.37180: dumping result to json 138029 1726888095.37183: done dumping result, returning 138029 1726888095.37186: done running TaskExecutor() for managed_node3/TASK: Check stripe size [0affc8a3-6f6f-5a58-73a2-0000000006d6] 138029 1726888095.37194: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006d6 138029 1726888095.37494: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006d6 138029 1726888095.37497: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888095.37534: no more pending results, returning what we have 138029 1726888095.37538: results queue empty 138029 1726888095.37539: checking for any_errors_fatal 138029 1726888095.37545: done checking for any_errors_fatal 138029 1726888095.37546: checking for max_fail_percentage 138029 1726888095.37547: done checking for max_fail_percentage 138029 1726888095.37548: checking to see if all hosts have failed and the running result is not ok 138029 1726888095.37549: done checking to see if all hosts have failed 138029 1726888095.37550: getting the remaining hosts for this loop 138029 1726888095.37551: done getting the remaining hosts for this loop 138029 1726888095.37557: getting the next task for host managed_node3 138029 1726888095.37571: done getting next task for host managed_node3 138029 1726888095.37574: ^ task is: TASK: Get information about the LV 138029 1726888095.37580: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888095.37584: getting variables 138029 1726888095.37586: in VariableManager get_vars() 138029 1726888095.37614: Calling all_inventory to load vars for managed_node3 138029 1726888095.37617: Calling groups_inventory to load vars for managed_node3 138029 1726888095.37620: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.37630: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.37633: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.37636: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.39150: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.40622: done with get_vars() 138029 1726888095.40673: done getting variables 138029 1726888095.40738: 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/verify-pool-member-lvmraid.yml:8 Friday 20 September 2024 23:08:15 -0400 (0:00:00.063) 0:01:48.132 ****** 138029 1726888095.40860: entering _queue_task() for managed_node3/command 138029 1726888095.41216: worker is 1 (out of 1 available) 138029 1726888095.41228: exiting _queue_task() for managed_node3/command 138029 1726888095.41241: done queuing things up, now waiting for results queue to drain 138029 1726888095.41243: waiting for pending results... 138029 1726888095.41611: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888095.41747: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006da 138029 1726888095.41851: variable 'ansible_search_path' from source: unknown 138029 1726888095.41856: calling self._execute() 138029 1726888095.41907: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.41917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.41928: variable 'omit' from source: magic vars 138029 1726888095.42598: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888095.43008: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888095.43069: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888095.43106: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888095.43175: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888095.43237: 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) 138029 1726888095.43271: 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) 138029 1726888095.43312: 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) 138029 1726888095.43391: 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) 138029 1726888095.43514: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888095.43608: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888095.43611: when evaluation is False, skipping this task 138029 1726888095.43613: _execute() done 138029 1726888095.43616: dumping result to json 138029 1726888095.43618: done dumping result, returning 138029 1726888095.43621: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-0000000006da] 138029 1726888095.43623: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006da skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888095.43810: no more pending results, returning what we have 138029 1726888095.43814: results queue empty 138029 1726888095.43816: checking for any_errors_fatal 138029 1726888095.43823: done checking for any_errors_fatal 138029 1726888095.43824: checking for max_fail_percentage 138029 1726888095.43826: done checking for max_fail_percentage 138029 1726888095.43827: checking to see if all hosts have failed and the running result is not ok 138029 1726888095.43830: done checking to see if all hosts have failed 138029 1726888095.43830: getting the remaining hosts for this loop 138029 1726888095.43832: done getting the remaining hosts for this loop 138029 1726888095.43836: getting the next task for host managed_node3 138029 1726888095.43843: done getting next task for host managed_node3 138029 1726888095.43846: ^ task is: TASK: Set LV segment type 138029 1726888095.43852: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888095.43859: getting variables 138029 1726888095.43861: in VariableManager get_vars() 138029 1726888095.43894: Calling all_inventory to load vars for managed_node3 138029 1726888095.43896: Calling groups_inventory to load vars for managed_node3 138029 1726888095.43903: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.43914: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.43918: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.43921: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.44591: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006da 138029 1726888095.44595: WORKER PROCESS EXITING 138029 1726888095.45347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.46897: done with get_vars() 138029 1726888095.46917: done getting variables 138029 1726888095.47005: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:16 Friday 20 September 2024 23:08:15 -0400 (0:00:00.062) 0:01:48.194 ****** 138029 1726888095.47070: entering _queue_task() for managed_node3/set_fact 138029 1726888095.47393: worker is 1 (out of 1 available) 138029 1726888095.47404: exiting _queue_task() for managed_node3/set_fact 138029 1726888095.47416: done queuing things up, now waiting for results queue to drain 138029 1726888095.47417: waiting for pending results... 138029 1726888095.47817: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888095.48151: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006db 138029 1726888095.48289: variable 'ansible_search_path' from source: unknown 138029 1726888095.48368: calling self._execute() 138029 1726888095.48564: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.48645: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.48663: variable 'omit' from source: magic vars 138029 1726888095.49240: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888095.50046: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888095.50262: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888095.50266: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888095.50269: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888095.50552: 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) 138029 1726888095.50559: 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) 138029 1726888095.50580: 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) 138029 1726888095.50611: 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) 138029 1726888095.50895: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888095.50929: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888095.50937: when evaluation is False, skipping this task 138029 1726888095.50944: _execute() done 138029 1726888095.50950: dumping result to json 138029 1726888095.50960: done dumping result, returning 138029 1726888095.50971: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-0000000006db] 138029 1726888095.50985: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006db skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888095.51254: no more pending results, returning what we have 138029 1726888095.51260: results queue empty 138029 1726888095.51262: checking for any_errors_fatal 138029 1726888095.51270: done checking for any_errors_fatal 138029 1726888095.51271: checking for max_fail_percentage 138029 1726888095.51273: done checking for max_fail_percentage 138029 1726888095.51274: checking to see if all hosts have failed and the running result is not ok 138029 1726888095.51275: done checking to see if all hosts have failed 138029 1726888095.51276: getting the remaining hosts for this loop 138029 1726888095.51278: done getting the remaining hosts for this loop 138029 1726888095.51282: getting the next task for host managed_node3 138029 1726888095.51291: done getting next task for host managed_node3 138029 1726888095.51295: ^ task is: TASK: Check segment type 138029 1726888095.51302: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888095.51308: getting variables 138029 1726888095.51309: in VariableManager get_vars() 138029 1726888095.51346: Calling all_inventory to load vars for managed_node3 138029 1726888095.51349: Calling groups_inventory to load vars for managed_node3 138029 1726888095.51353: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.51366: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.51370: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.51374: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.51969: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006db 138029 1726888095.51972: WORKER PROCESS EXITING 138029 1726888095.52240: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.53174: done with get_vars() 138029 1726888095.53193: done getting variables 138029 1726888095.53249: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:20 Friday 20 September 2024 23:08:15 -0400 (0:00:00.062) 0:01:48.256 ****** 138029 1726888095.53283: entering _queue_task() for managed_node3/assert 138029 1726888095.53592: worker is 1 (out of 1 available) 138029 1726888095.53605: exiting _queue_task() for managed_node3/assert 138029 1726888095.53618: done queuing things up, now waiting for results queue to drain 138029 1726888095.53619: waiting for pending results... 138029 1726888095.53909: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888095.54240: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006dc 138029 1726888095.54338: variable 'ansible_search_path' from source: unknown 138029 1726888095.54379: calling self._execute() 138029 1726888095.54652: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.54963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.54967: variable 'omit' from source: magic vars 138029 1726888095.55526: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888095.56101: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888095.56205: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888095.56306: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888095.56347: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888095.56535: 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) 138029 1726888095.56619: 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) 138029 1726888095.56645: 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) 138029 1726888095.56676: 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) 138029 1726888095.56930: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888095.56995: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888095.57160: when evaluation is False, skipping this task 138029 1726888095.57164: _execute() done 138029 1726888095.57167: dumping result to json 138029 1726888095.57169: done dumping result, returning 138029 1726888095.57172: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-0000000006dc] 138029 1726888095.57174: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006dc 138029 1726888095.57248: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006dc 138029 1726888095.57252: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888095.57302: no more pending results, returning what we have 138029 1726888095.57306: results queue empty 138029 1726888095.57307: checking for any_errors_fatal 138029 1726888095.57316: done checking for any_errors_fatal 138029 1726888095.57316: checking for max_fail_percentage 138029 1726888095.57318: done checking for max_fail_percentage 138029 1726888095.57320: checking to see if all hosts have failed and the running result is not ok 138029 1726888095.57321: done checking to see if all hosts have failed 138029 1726888095.57321: getting the remaining hosts for this loop 138029 1726888095.57323: done getting the remaining hosts for this loop 138029 1726888095.57327: getting the next task for host managed_node3 138029 1726888095.57336: done getting next task for host managed_node3 138029 1726888095.57339: ^ task is: TASK: Set LV stripe size 138029 1726888095.57347: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888095.57353: getting variables 138029 1726888095.57358: in VariableManager get_vars() 138029 1726888095.57391: Calling all_inventory to load vars for managed_node3 138029 1726888095.57394: Calling groups_inventory to load vars for managed_node3 138029 1726888095.57397: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.57408: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.57411: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.57414: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.58989: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.59911: done with get_vars() 138029 1726888095.59931: done getting variables 138029 1726888095.60020: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Friday 20 September 2024 23:08:15 -0400 (0:00:00.067) 0:01:48.324 ****** 138029 1726888095.60057: entering _queue_task() for managed_node3/set_fact 138029 1726888095.60481: worker is 1 (out of 1 available) 138029 1726888095.60493: exiting _queue_task() for managed_node3/set_fact 138029 1726888095.60503: done queuing things up, now waiting for results queue to drain 138029 1726888095.60505: waiting for pending results... 138029 1726888095.60876: running TaskExecutor() for managed_node3/TASK: Set LV stripe size 138029 1726888095.60881: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006dd 138029 1726888095.60972: variable 'ansible_search_path' from source: unknown 138029 1726888095.60977: calling self._execute() 138029 1726888095.61053: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.61068: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.61088: variable 'omit' from source: magic vars 138029 1726888095.61497: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888095.61813: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888095.61869: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888095.61906: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888095.61948: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888095.62042: 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) 138029 1726888095.62083: 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) 138029 1726888095.62171: 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) 138029 1726888095.62174: 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) 138029 1726888095.62274: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888095.62312: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888095.62320: when evaluation is False, skipping this task 138029 1726888095.62389: _execute() done 138029 1726888095.62392: dumping result to json 138029 1726888095.62395: done dumping result, returning 138029 1726888095.62398: done running TaskExecutor() for managed_node3/TASK: Set LV stripe size [0affc8a3-6f6f-5a58-73a2-0000000006dd] 138029 1726888095.62400: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006dd 138029 1726888095.62469: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006dd 138029 1726888095.62472: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888095.62536: no more pending results, returning what we have 138029 1726888095.62539: results queue empty 138029 1726888095.62540: checking for any_errors_fatal 138029 1726888095.62548: done checking for any_errors_fatal 138029 1726888095.62549: checking for max_fail_percentage 138029 1726888095.62550: done checking for max_fail_percentage 138029 1726888095.62551: checking to see if all hosts have failed and the running result is not ok 138029 1726888095.62552: done checking to see if all hosts have failed 138029 1726888095.62553: getting the remaining hosts for this loop 138029 1726888095.62557: done getting the remaining hosts for this loop 138029 1726888095.62561: getting the next task for host managed_node3 138029 1726888095.62569: done getting next task for host managed_node3 138029 1726888095.62572: ^ task is: TASK: Parse the requested stripe size 138029 1726888095.62579: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888095.62586: getting variables 138029 1726888095.62588: in VariableManager get_vars() 138029 1726888095.62620: Calling all_inventory to load vars for managed_node3 138029 1726888095.62624: Calling groups_inventory to load vars for managed_node3 138029 1726888095.62628: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.62638: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.62642: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.62644: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.63637: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.64919: done with get_vars() 138029 1726888095.65050: done getting variables TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Friday 20 September 2024 23:08:15 -0400 (0:00:00.050) 0:01:48.374 ****** 138029 1726888095.65134: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888095.65814: worker is 1 (out of 1 available) 138029 1726888095.65826: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888095.65836: done queuing things up, now waiting for results queue to drain 138029 1726888095.65838: waiting for pending results... 138029 1726888095.66364: running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size 138029 1726888095.66678: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006de 138029 1726888095.66682: variable 'ansible_search_path' from source: unknown 138029 1726888095.66689: calling self._execute() 138029 1726888095.66908: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.66915: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.66958: variable 'omit' from source: magic vars 138029 1726888095.67863: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888095.68347: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888095.68526: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888095.68560: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888095.68759: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888095.68845: 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) 138029 1726888095.69276: 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) 138029 1726888095.69303: 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) 138029 1726888095.69328: 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) 138029 1726888095.69437: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888095.69793: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888095.69796: when evaluation is False, skipping this task 138029 1726888095.69799: _execute() done 138029 1726888095.69802: dumping result to json 138029 1726888095.69804: done dumping result, returning 138029 1726888095.69809: done running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size [0affc8a3-6f6f-5a58-73a2-0000000006de] 138029 1726888095.69815: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006de skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888095.70065: no more pending results, returning what we have 138029 1726888095.70069: results queue empty 138029 1726888095.70070: checking for any_errors_fatal 138029 1726888095.70079: done checking for any_errors_fatal 138029 1726888095.70079: checking for max_fail_percentage 138029 1726888095.70081: done checking for max_fail_percentage 138029 1726888095.70082: checking to see if all hosts have failed and the running result is not ok 138029 1726888095.70084: done checking to see if all hosts have failed 138029 1726888095.70084: getting the remaining hosts for this loop 138029 1726888095.70086: done getting the remaining hosts for this loop 138029 1726888095.70090: getting the next task for host managed_node3 138029 1726888095.70099: done getting next task for host managed_node3 138029 1726888095.70101: ^ task is: TASK: Set expected stripe size 138029 1726888095.70109: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888095.70114: getting variables 138029 1726888095.70116: in VariableManager get_vars() 138029 1726888095.70152: Calling all_inventory to load vars for managed_node3 138029 1726888095.70158: Calling groups_inventory to load vars for managed_node3 138029 1726888095.70161: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.70172: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.70175: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.70178: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.70819: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006de 138029 1726888095.70822: WORKER PROCESS EXITING 138029 1726888095.71472: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.72961: done with get_vars() 138029 1726888095.72979: done getting variables 138029 1726888095.73030: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Friday 20 September 2024 23:08:15 -0400 (0:00:00.080) 0:01:48.455 ****** 138029 1726888095.73175: entering _queue_task() for managed_node3/set_fact 138029 1726888095.73663: worker is 1 (out of 1 available) 138029 1726888095.73675: exiting _queue_task() for managed_node3/set_fact 138029 1726888095.73687: done queuing things up, now waiting for results queue to drain 138029 1726888095.73688: waiting for pending results... 138029 1726888095.74139: running TaskExecutor() for managed_node3/TASK: Set expected stripe size 138029 1726888095.74364: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006df 138029 1726888095.74579: variable 'ansible_search_path' from source: unknown 138029 1726888095.74609: calling self._execute() 138029 1726888095.74709: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.74715: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.74761: variable 'omit' from source: magic vars 138029 1726888095.75504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888095.75921: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888095.75954: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888095.76000: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888095.76031: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888095.76218: 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) 138029 1726888095.76222: 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) 138029 1726888095.76225: 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) 138029 1726888095.76227: 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) 138029 1726888095.76346: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888095.76379: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888095.76382: when evaluation is False, skipping this task 138029 1726888095.76384: _execute() done 138029 1726888095.76387: dumping result to json 138029 1726888095.76389: done dumping result, returning 138029 1726888095.76396: done running TaskExecutor() for managed_node3/TASK: Set expected stripe size [0affc8a3-6f6f-5a58-73a2-0000000006df] 138029 1726888095.76401: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006df 138029 1726888095.76530: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006df 138029 1726888095.76533: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888095.76594: no more pending results, returning what we have 138029 1726888095.76597: results queue empty 138029 1726888095.76598: checking for any_errors_fatal 138029 1726888095.76603: done checking for any_errors_fatal 138029 1726888095.76604: checking for max_fail_percentage 138029 1726888095.76606: done checking for max_fail_percentage 138029 1726888095.76607: checking to see if all hosts have failed and the running result is not ok 138029 1726888095.76608: done checking to see if all hosts have failed 138029 1726888095.76608: getting the remaining hosts for this loop 138029 1726888095.76610: done getting the remaining hosts for this loop 138029 1726888095.76613: getting the next task for host managed_node3 138029 1726888095.76621: done getting next task for host managed_node3 138029 1726888095.76623: ^ task is: TASK: Check stripe size 138029 1726888095.76629: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888095.76633: getting variables 138029 1726888095.76634: in VariableManager get_vars() 138029 1726888095.76662: Calling all_inventory to load vars for managed_node3 138029 1726888095.76664: Calling groups_inventory to load vars for managed_node3 138029 1726888095.76667: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.76675: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.76678: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.76680: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.78394: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.80286: done with get_vars() 138029 1726888095.80302: done getting variables 138029 1726888095.80361: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Friday 20 September 2024 23:08:15 -0400 (0:00:00.072) 0:01:48.527 ****** 138029 1726888095.80396: entering _queue_task() for managed_node3/assert 138029 1726888095.81024: worker is 1 (out of 1 available) 138029 1726888095.81036: exiting _queue_task() for managed_node3/assert 138029 1726888095.81046: done queuing things up, now waiting for results queue to drain 138029 1726888095.81048: waiting for pending results... 138029 1726888095.81552: running TaskExecutor() for managed_node3/TASK: Check stripe size 138029 1726888095.81913: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000006e0 138029 1726888095.81934: variable 'ansible_search_path' from source: unknown 138029 1726888095.81976: calling self._execute() 138029 1726888095.82201: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.82207: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.82221: variable 'omit' from source: magic vars 138029 1726888095.83117: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888095.84074: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888095.84078: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888095.84080: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888095.84083: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888095.84086: 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) 138029 1726888095.84273: 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) 138029 1726888095.84299: 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) 138029 1726888095.84325: 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) 138029 1726888095.84782: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888095.84812: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888095.84815: when evaluation is False, skipping this task 138029 1726888095.84818: _execute() done 138029 1726888095.84821: dumping result to json 138029 1726888095.84823: done dumping result, returning 138029 1726888095.84831: done running TaskExecutor() for managed_node3/TASK: Check stripe size [0affc8a3-6f6f-5a58-73a2-0000000006e0] 138029 1726888095.84836: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006e0 138029 1726888095.84942: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000006e0 138029 1726888095.84945: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888095.85005: no more pending results, returning what we have 138029 1726888095.85009: results queue empty 138029 1726888095.85010: checking for any_errors_fatal 138029 1726888095.85019: done checking for any_errors_fatal 138029 1726888095.85020: checking for max_fail_percentage 138029 1726888095.85022: done checking for max_fail_percentage 138029 1726888095.85023: checking to see if all hosts have failed and the running result is not ok 138029 1726888095.85024: done checking to see if all hosts have failed 138029 1726888095.85024: getting the remaining hosts for this loop 138029 1726888095.85026: done getting the remaining hosts for this loop 138029 1726888095.85031: getting the next task for host managed_node3 138029 1726888095.85042: done getting next task for host managed_node3 138029 1726888095.85045: ^ task is: TASK: Check Thin Pools 138029 1726888095.85051: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888095.85059: getting variables 138029 1726888095.85060: in VariableManager get_vars() 138029 1726888095.85094: Calling all_inventory to load vars for managed_node3 138029 1726888095.85097: Calling groups_inventory to load vars for managed_node3 138029 1726888095.85100: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.85110: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.85113: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.85115: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.85976: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.86648: done with get_vars() 138029 1726888095.86668: done getting variables TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Friday 20 September 2024 23:08:15 -0400 (0:00:00.063) 0:01:48.591 ****** 138029 1726888095.86754: entering _queue_task() for managed_node3/include_tasks 138029 1726888095.87030: worker is 1 (out of 1 available) 138029 1726888095.87042: exiting _queue_task() for managed_node3/include_tasks 138029 1726888095.87054: done queuing things up, now waiting for results queue to drain 138029 1726888095.87057: waiting for pending results... 138029 1726888095.87775: running TaskExecutor() for managed_node3/TASK: Check Thin Pools 138029 1726888095.87780: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000482 138029 1726888095.87783: variable 'ansible_search_path' from source: unknown 138029 1726888095.87787: calling self._execute() 138029 1726888095.87884: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.87890: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.87900: variable 'omit' from source: magic vars 138029 1726888095.88111: _execute() done 138029 1726888095.88115: dumping result to json 138029 1726888095.88119: done dumping result, returning 138029 1726888095.88122: done running TaskExecutor() for managed_node3/TASK: Check Thin Pools [0affc8a3-6f6f-5a58-73a2-000000000482] 138029 1726888095.88174: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000482 138029 1726888095.88326: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000482 138029 1726888095.88330: WORKER PROCESS EXITING 138029 1726888095.88365: no more pending results, returning what we have 138029 1726888095.88370: in VariableManager get_vars() 138029 1726888095.88412: Calling all_inventory to load vars for managed_node3 138029 1726888095.88415: Calling groups_inventory to load vars for managed_node3 138029 1726888095.88419: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.88432: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.88437: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.88440: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.89468: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.90164: done with get_vars() 138029 1726888095.90178: variable 'ansible_search_path' from source: unknown 138029 1726888095.90319: variable 'storage_test_pool_subset' from source: include params 138029 1726888095.90352: we have included files to process 138029 1726888095.90353: generating all_blocks data 138029 1726888095.90357: done generating all_blocks data 138029 1726888095.90366: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 138029 1726888095.90367: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 138029 1726888095.90370: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 138029 1726888095.90537: in VariableManager get_vars() 138029 1726888095.90564: done with get_vars() 138029 1726888095.90579: done processing included file 138029 1726888095.90581: iterating over new_blocks loaded from include file 138029 1726888095.90582: in VariableManager get_vars() 138029 1726888095.90597: done with get_vars() 138029 1726888095.90598: filtering new block on tags 138029 1726888095.90630: done filtering new block on tags 138029 1726888095.90633: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 138029 1726888095.90638: extending task lists for all hosts with included blocks 138029 1726888095.94180: done extending task lists 138029 1726888095.94182: done processing included files 138029 1726888095.94183: results queue empty 138029 1726888095.94184: checking for any_errors_fatal 138029 1726888095.94188: done checking for any_errors_fatal 138029 1726888095.94189: checking for max_fail_percentage 138029 1726888095.94190: done checking for max_fail_percentage 138029 1726888095.94191: checking to see if all hosts have failed and the running result is not ok 138029 1726888095.94192: done checking to see if all hosts have failed 138029 1726888095.94193: getting the remaining hosts for this loop 138029 1726888095.94194: done getting the remaining hosts for this loop 138029 1726888095.94197: getting the next task for host managed_node3 138029 1726888095.94202: done getting next task for host managed_node3 138029 1726888095.94204: ^ task is: TASK: Validate pool member thinpool settings 138029 1726888095.94209: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888095.94212: getting variables 138029 1726888095.94215: in VariableManager get_vars() 138029 1726888095.94233: Calling all_inventory to load vars for managed_node3 138029 1726888095.94236: Calling groups_inventory to load vars for managed_node3 138029 1726888095.94239: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888095.94246: Calling all_plugins_play to load vars for managed_node3 138029 1726888095.94248: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888095.94251: Calling groups_plugins_play to load vars for managed_node3 138029 1726888095.94819: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888095.95560: done with get_vars() 138029 1726888095.95583: done getting variables TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Friday 20 September 2024 23:08:15 -0400 (0:00:00.089) 0:01:48.680 ****** 138029 1726888095.95676: entering _queue_task() for managed_node3/include_tasks 138029 1726888095.96090: worker is 1 (out of 1 available) 138029 1726888095.96102: exiting _queue_task() for managed_node3/include_tasks 138029 1726888095.96113: done queuing things up, now waiting for results queue to drain 138029 1726888095.96114: waiting for pending results... 138029 1726888095.96339: running TaskExecutor() for managed_node3/TASK: Validate pool member thinpool settings 138029 1726888095.96587: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000739 138029 1726888095.96591: variable 'ansible_search_path' from source: unknown 138029 1726888095.96766: variable 'storage_test_pool' from source: include params 138029 1726888095.97417: variable 'omit' from source: magic vars 138029 1726888095.97608: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.97611: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.97614: variable 'omit' from source: magic vars 138029 1726888095.97825: variable 'storage_test_pool' from source: include params 138029 1726888095.97857: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888095.97899: variable 'storage_test_thin_volume' from source: unknown 138029 1726888095.97972: variable 'storage_test_thin_volume' from source: unknown 138029 1726888095.98524: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.98529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.98532: variable 'omit' from source: magic vars 138029 1726888095.98535: variable 'storage_test_pool' from source: include params 138029 1726888095.98538: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888095.98540: variable 'storage_test_thin_volume' from source: unknown 138029 1726888095.98809: variable 'storage_test_thin_volume' from source: unknown 138029 1726888095.99001: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888095.99005: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888095.99009: variable 'omit' from source: magic vars 138029 1726888095.99160: variable 'storage_test_pool' from source: include params 138029 1726888095.99163: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888095.99166: variable 'storage_test_thin_volume' from source: unknown 138029 1726888095.99220: variable 'storage_test_thin_volume' from source: unknown 138029 1726888095.99632: dumping result to json 138029 1726888095.99636: done dumping result, returning 138029 1726888095.99638: done running TaskExecutor() for managed_node3/TASK: Validate pool member thinpool settings [0affc8a3-6f6f-5a58-73a2-000000000739] 138029 1726888095.99640: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000739 138029 1726888095.99701: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000739 138029 1726888095.99704: WORKER PROCESS EXITING 138029 1726888095.99853: no more pending results, returning what we have 138029 1726888095.99986: in VariableManager get_vars() 138029 1726888096.00017: Calling all_inventory to load vars for managed_node3 138029 1726888096.00020: Calling groups_inventory to load vars for managed_node3 138029 1726888096.00023: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.00034: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.00036: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.00039: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.00696: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.02523: done with get_vars() 138029 1726888096.02537: variable 'ansible_search_path' from source: unknown 138029 1726888096.02593: variable 'ansible_search_path' from source: unknown 138029 1726888096.02631: variable 'ansible_search_path' from source: unknown 138029 1726888096.02673: we have included files to process 138029 1726888096.02674: generating all_blocks data 138029 1726888096.02676: done generating all_blocks data 138029 1726888096.02677: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888096.02678: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888096.02681: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888096.03241: done processing included file 138029 1726888096.03243: iterating over new_blocks loaded from include file 138029 1726888096.03244: in VariableManager get_vars() 138029 1726888096.03263: done with get_vars() 138029 1726888096.03265: filtering new block on tags 138029 1726888096.03327: done filtering new block on tags 138029 1726888096.03330: in VariableManager get_vars() 138029 1726888096.03345: done with get_vars() 138029 1726888096.03347: filtering new block on tags 138029 1726888096.03376: done filtering new block on tags 138029 1726888096.03378: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': 'UUID=ac246704-920b-4020-af6e-f443534e195b', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) 138029 1726888096.03389: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888096.03390: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888096.03393: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888096.08457: done processing included file 138029 1726888096.08459: iterating over new_blocks loaded from include file 138029 1726888096.08461: in VariableManager get_vars() 138029 1726888096.08492: done with get_vars() 138029 1726888096.08495: filtering new block on tags 138029 1726888096.08600: done filtering new block on tags 138029 1726888096.08603: in VariableManager get_vars() 138029 1726888096.08630: done with get_vars() 138029 1726888096.08632: filtering new block on tags 138029 1726888096.08679: done filtering new block on tags 138029 1726888096.08682: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) 138029 1726888096.08715: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888096.08717: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888096.08720: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888096.09226: done processing included file 138029 1726888096.09229: iterating over new_blocks loaded from include file 138029 1726888096.09230: in VariableManager get_vars() 138029 1726888096.09251: done with get_vars() 138029 1726888096.09252: filtering new block on tags 138029 1726888096.09307: done filtering new block on tags 138029 1726888096.09310: in VariableManager get_vars() 138029 1726888096.09324: done with get_vars() 138029 1726888096.09325: filtering new block on tags 138029 1726888096.09346: done filtering new block on tags 138029 1726888096.09348: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 138029 1726888096.09360: extending task lists for all hosts with included blocks 138029 1726888096.09646: done extending task lists 138029 1726888096.09647: done processing included files 138029 1726888096.09648: results queue empty 138029 1726888096.09649: checking for any_errors_fatal 138029 1726888096.09652: done checking for any_errors_fatal 138029 1726888096.09652: checking for max_fail_percentage 138029 1726888096.09653: done checking for max_fail_percentage 138029 1726888096.09654: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.09656: done checking to see if all hosts have failed 138029 1726888096.09657: getting the remaining hosts for this loop 138029 1726888096.09658: done getting the remaining hosts for this loop 138029 1726888096.09660: getting the next task for host managed_node3 138029 1726888096.09665: done getting next task for host managed_node3 138029 1726888096.09667: ^ task is: TASK: Get information about thinpool 138029 1726888096.09672: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.09674: getting variables 138029 1726888096.09675: in VariableManager get_vars() 138029 1726888096.09683: Calling all_inventory to load vars for managed_node3 138029 1726888096.09685: Calling groups_inventory to load vars for managed_node3 138029 1726888096.09687: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.09692: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.09694: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.09696: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.10211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.10805: done with get_vars() 138029 1726888096.10818: done getting variables 138029 1726888096.10858: 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 thinpool] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Friday 20 September 2024 23:08:16 -0400 (0:00:00.152) 0:01:48.832 ****** 138029 1726888096.10885: entering _queue_task() for managed_node3/command 138029 1726888096.11384: worker is 1 (out of 1 available) 138029 1726888096.11393: exiting _queue_task() for managed_node3/command 138029 1726888096.11403: done queuing things up, now waiting for results queue to drain 138029 1726888096.11404: waiting for pending results... 138029 1726888096.11514: running TaskExecutor() for managed_node3/TASK: Get information about thinpool 138029 1726888096.11765: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000871 138029 1726888096.11769: variable 'ansible_search_path' from source: unknown 138029 1726888096.11774: calling self._execute() 138029 1726888096.11806: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.11813: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.11822: variable 'omit' from source: magic vars 138029 1726888096.12645: variable 'storage_test_thin_volume' from source: include params 138029 1726888096.12739: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888096.12742: when evaluation is False, skipping this task 138029 1726888096.12746: _execute() done 138029 1726888096.12748: dumping result to json 138029 1726888096.12751: done dumping result, returning 138029 1726888096.12759: done running TaskExecutor() for managed_node3/TASK: Get information about thinpool [0affc8a3-6f6f-5a58-73a2-000000000871] 138029 1726888096.12766: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000871 138029 1726888096.12873: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000871 138029 1726888096.12878: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888096.12942: no more pending results, returning what we have 138029 1726888096.12952: results queue empty 138029 1726888096.12953: checking for any_errors_fatal 138029 1726888096.12957: done checking for any_errors_fatal 138029 1726888096.12958: checking for max_fail_percentage 138029 1726888096.12960: done checking for max_fail_percentage 138029 1726888096.12961: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.12962: done checking to see if all hosts have failed 138029 1726888096.12962: getting the remaining hosts for this loop 138029 1726888096.12964: done getting the remaining hosts for this loop 138029 1726888096.12968: getting the next task for host managed_node3 138029 1726888096.12978: done getting next task for host managed_node3 138029 1726888096.12981: ^ task is: TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888096.12989: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.12995: getting variables 138029 1726888096.12996: in VariableManager get_vars() 138029 1726888096.13033: Calling all_inventory to load vars for managed_node3 138029 1726888096.13036: Calling groups_inventory to load vars for managed_node3 138029 1726888096.13263: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.13276: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.13280: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.13283: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.14614: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.15328: done with get_vars() 138029 1726888096.15344: done getting variables 138029 1726888096.15411: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Friday 20 September 2024 23:08:16 -0400 (0:00:00.045) 0:01:48.877 ****** 138029 1726888096.15445: entering _queue_task() for managed_node3/assert 138029 1726888096.15930: worker is 1 (out of 1 available) 138029 1726888096.15940: exiting _queue_task() for managed_node3/assert 138029 1726888096.15960: done queuing things up, now waiting for results queue to drain 138029 1726888096.15964: waiting for pending results... 138029 1726888096.16619: running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888096.16812: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000872 138029 1726888096.16850: variable 'ansible_search_path' from source: unknown 138029 1726888096.16936: calling self._execute() 138029 1726888096.17011: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.17026: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.17047: variable 'omit' from source: magic vars 138029 1726888096.17961: variable 'storage_test_thin_volume' from source: include params 138029 1726888096.17967: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888096.17969: when evaluation is False, skipping this task 138029 1726888096.17972: _execute() done 138029 1726888096.17974: dumping result to json 138029 1726888096.17976: done dumping result, returning 138029 1726888096.17978: done running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) [0affc8a3-6f6f-5a58-73a2-000000000872] 138029 1726888096.17980: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000872 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888096.18168: no more pending results, returning what we have 138029 1726888096.18172: results queue empty 138029 1726888096.18173: checking for any_errors_fatal 138029 1726888096.18179: done checking for any_errors_fatal 138029 1726888096.18180: checking for max_fail_percentage 138029 1726888096.18181: done checking for max_fail_percentage 138029 1726888096.18182: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.18184: done checking to see if all hosts have failed 138029 1726888096.18184: getting the remaining hosts for this loop 138029 1726888096.18186: done getting the remaining hosts for this loop 138029 1726888096.18190: getting the next task for host managed_node3 138029 1726888096.18198: done getting next task for host managed_node3 138029 1726888096.18201: ^ task is: TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888096.18207: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.18213: getting variables 138029 1726888096.18214: in VariableManager get_vars() 138029 1726888096.18248: Calling all_inventory to load vars for managed_node3 138029 1726888096.18251: Calling groups_inventory to load vars for managed_node3 138029 1726888096.18254: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.18271: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.18274: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.18278: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.19308: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000872 138029 1726888096.19312: WORKER PROCESS EXITING 138029 1726888096.20480: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.21671: done with get_vars() 138029 1726888096.21690: done getting variables 138029 1726888096.21751: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Friday 20 September 2024 23:08:16 -0400 (0:00:00.063) 0:01:48.941 ****** 138029 1726888096.21793: entering _queue_task() for managed_node3/assert 138029 1726888096.22073: worker is 1 (out of 1 available) 138029 1726888096.22083: exiting _queue_task() for managed_node3/assert 138029 1726888096.22094: done queuing things up, now waiting for results queue to drain 138029 1726888096.22096: waiting for pending results... 138029 1726888096.22400: running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888096.22546: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000873 138029 1726888096.22572: variable 'ansible_search_path' from source: unknown 138029 1726888096.22615: calling self._execute() 138029 1726888096.22801: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.22835: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.22850: variable 'omit' from source: magic vars 138029 1726888096.23415: variable 'storage_test_thin_volume' from source: include params 138029 1726888096.23447: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888096.23457: when evaluation is False, skipping this task 138029 1726888096.23469: _execute() done 138029 1726888096.23481: dumping result to json 138029 1726888096.23489: done dumping result, returning 138029 1726888096.23500: done running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) [0affc8a3-6f6f-5a58-73a2-000000000873] 138029 1726888096.23510: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000873 138029 1726888096.23764: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000873 138029 1726888096.23768: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888096.23815: no more pending results, returning what we have 138029 1726888096.23818: results queue empty 138029 1726888096.23819: checking for any_errors_fatal 138029 1726888096.23825: done checking for any_errors_fatal 138029 1726888096.23825: checking for max_fail_percentage 138029 1726888096.23827: done checking for max_fail_percentage 138029 1726888096.23828: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.23829: done checking to see if all hosts have failed 138029 1726888096.23830: getting the remaining hosts for this loop 138029 1726888096.23831: done getting the remaining hosts for this loop 138029 1726888096.23834: getting the next task for host managed_node3 138029 1726888096.23842: done getting next task for host managed_node3 138029 1726888096.23845: ^ task is: TASK: Reset variable used by test 138029 1726888096.23852: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.23859: getting variables 138029 1726888096.23861: in VariableManager get_vars() 138029 1726888096.23901: Calling all_inventory to load vars for managed_node3 138029 1726888096.23904: Calling groups_inventory to load vars for managed_node3 138029 1726888096.23908: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.23920: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.23924: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.23927: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.25108: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.26087: done with get_vars() 138029 1726888096.26103: done getting variables 138029 1726888096.26167: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Friday 20 September 2024 23:08:16 -0400 (0:00:00.044) 0:01:48.985 ****** 138029 1726888096.26202: entering _queue_task() for managed_node3/set_fact 138029 1726888096.26731: worker is 1 (out of 1 available) 138029 1726888096.26744: exiting _queue_task() for managed_node3/set_fact 138029 1726888096.26762: done queuing things up, now waiting for results queue to drain 138029 1726888096.26764: waiting for pending results... 138029 1726888096.27177: running TaskExecutor() for managed_node3/TASK: Reset variable used by test 138029 1726888096.27324: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000875 138029 1726888096.27344: variable 'ansible_search_path' from source: unknown 138029 1726888096.27387: calling self._execute() 138029 1726888096.27490: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.27501: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.27515: variable 'omit' from source: magic vars 138029 1726888096.27635: variable 'omit' from source: magic vars 138029 1726888096.27713: variable 'omit' from source: magic vars 138029 1726888096.27752: variable 'omit' from source: magic vars 138029 1726888096.27800: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888096.27840: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888096.27867: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888096.27887: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888096.27903: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888096.27926: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888096.27949: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888096.28025: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888096.28029: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.28031: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.28139: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888096.28151: Set connection var ansible_timeout to 10 138029 1726888096.28164: Set connection var ansible_pipelining to False 138029 1726888096.28172: Set connection var ansible_shell_type to sh 138029 1726888096.28179: Set connection var ansible_connection to ssh 138029 1726888096.28188: Set connection var ansible_shell_executable to /bin/sh 138029 1726888096.28242: variable 'ansible_shell_executable' from source: unknown 138029 1726888096.28246: variable 'ansible_connection' from source: unknown 138029 1726888096.28248: variable 'ansible_module_compression' from source: unknown 138029 1726888096.28251: variable 'ansible_shell_type' from source: unknown 138029 1726888096.28253: variable 'ansible_shell_executable' from source: unknown 138029 1726888096.28257: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.28259: variable 'ansible_pipelining' from source: unknown 138029 1726888096.28261: variable 'ansible_timeout' from source: unknown 138029 1726888096.28351: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.28427: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888096.28446: variable 'omit' from source: magic vars 138029 1726888096.28462: starting attempt loop 138029 1726888096.28470: running the handler 138029 1726888096.28486: handler run complete 138029 1726888096.28500: attempt loop complete, returning result 138029 1726888096.28507: _execute() done 138029 1726888096.28514: dumping result to json 138029 1726888096.28521: done dumping result, returning 138029 1726888096.28532: done running TaskExecutor() for managed_node3/TASK: Reset variable used by test [0affc8a3-6f6f-5a58-73a2-000000000875] 138029 1726888096.28541: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000875 ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } 138029 1726888096.28734: no more pending results, returning what we have 138029 1726888096.28737: results queue empty 138029 1726888096.28738: checking for any_errors_fatal 138029 1726888096.28747: done checking for any_errors_fatal 138029 1726888096.28748: checking for max_fail_percentage 138029 1726888096.28750: done checking for max_fail_percentage 138029 1726888096.28751: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.28752: done checking to see if all hosts have failed 138029 1726888096.28752: getting the remaining hosts for this loop 138029 1726888096.28754: done getting the remaining hosts for this loop 138029 1726888096.28760: getting the next task for host managed_node3 138029 1726888096.28772: done getting next task for host managed_node3 138029 1726888096.28775: ^ task is: TASK: Get information about thinpool 138029 1726888096.28783: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=18, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.28789: getting variables 138029 1726888096.28791: in VariableManager get_vars() 138029 1726888096.28826: Calling all_inventory to load vars for managed_node3 138029 1726888096.28829: Calling groups_inventory to load vars for managed_node3 138029 1726888096.28833: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.28845: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.28849: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.28852: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.29694: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000875 138029 1726888096.29698: WORKER PROCESS EXITING 138029 1726888096.29720: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.30686: done with get_vars() 138029 1726888096.30705: done getting variables 138029 1726888096.30796: 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 thinpool] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Friday 20 September 2024 23:08:16 -0400 (0:00:00.046) 0:01:49.032 ****** 138029 1726888096.30941: entering _queue_task() for managed_node3/command 138029 1726888096.31324: worker is 1 (out of 1 available) 138029 1726888096.31371: exiting _queue_task() for managed_node3/command 138029 1726888096.31381: done queuing things up, now waiting for results queue to drain 138029 1726888096.31383: waiting for pending results... 138029 1726888096.32020: running TaskExecutor() for managed_node3/TASK: Get information about thinpool 138029 1726888096.32322: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000087a 138029 1726888096.32351: variable 'ansible_search_path' from source: unknown 138029 1726888096.32394: calling self._execute() 138029 1726888096.32535: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.32539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.32567: variable 'omit' from source: magic vars 138029 1726888096.33019: variable 'storage_test_thin_volume' from source: include params 138029 1726888096.33078: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888096.33082: when evaluation is False, skipping this task 138029 1726888096.33084: _execute() done 138029 1726888096.33087: dumping result to json 138029 1726888096.33090: done dumping result, returning 138029 1726888096.33096: done running TaskExecutor() for managed_node3/TASK: Get information about thinpool [0affc8a3-6f6f-5a58-73a2-00000000087a] 138029 1726888096.33099: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000087a 138029 1726888096.33199: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000087a 138029 1726888096.33202: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888096.33250: no more pending results, returning what we have 138029 1726888096.33254: results queue empty 138029 1726888096.33257: checking for any_errors_fatal 138029 1726888096.33261: done checking for any_errors_fatal 138029 1726888096.33262: checking for max_fail_percentage 138029 1726888096.33264: done checking for max_fail_percentage 138029 1726888096.33265: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.33266: done checking to see if all hosts have failed 138029 1726888096.33266: getting the remaining hosts for this loop 138029 1726888096.33268: done getting the remaining hosts for this loop 138029 1726888096.33272: getting the next task for host managed_node3 138029 1726888096.33280: done getting next task for host managed_node3 138029 1726888096.33283: ^ task is: TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888096.33289: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=18, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.33294: getting variables 138029 1726888096.33295: in VariableManager get_vars() 138029 1726888096.33324: Calling all_inventory to load vars for managed_node3 138029 1726888096.33326: Calling groups_inventory to load vars for managed_node3 138029 1726888096.33329: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.33338: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.33341: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.33343: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.34049: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.34922: done with get_vars() 138029 1726888096.34942: done getting variables 138029 1726888096.35242: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Friday 20 September 2024 23:08:16 -0400 (0:00:00.043) 0:01:49.076 ****** 138029 1726888096.35284: entering _queue_task() for managed_node3/assert 138029 1726888096.35787: worker is 1 (out of 1 available) 138029 1726888096.35799: exiting _queue_task() for managed_node3/assert 138029 1726888096.35811: done queuing things up, now waiting for results queue to drain 138029 1726888096.35813: waiting for pending results... 138029 1726888096.36223: running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888096.36494: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000087b 138029 1726888096.36517: variable 'ansible_search_path' from source: unknown 138029 1726888096.36677: calling self._execute() 138029 1726888096.36918: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.36961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.36976: variable 'omit' from source: magic vars 138029 1726888096.37929: variable 'storage_test_thin_volume' from source: include params 138029 1726888096.37932: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888096.37950: when evaluation is False, skipping this task 138029 1726888096.37964: _execute() done 138029 1726888096.37974: dumping result to json 138029 1726888096.37982: done dumping result, returning 138029 1726888096.37993: done running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) [0affc8a3-6f6f-5a58-73a2-00000000087b] 138029 1726888096.38004: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000087b skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888096.38289: no more pending results, returning what we have 138029 1726888096.38293: results queue empty 138029 1726888096.38294: checking for any_errors_fatal 138029 1726888096.38305: done checking for any_errors_fatal 138029 1726888096.38306: checking for max_fail_percentage 138029 1726888096.38308: done checking for max_fail_percentage 138029 1726888096.38309: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.38310: done checking to see if all hosts have failed 138029 1726888096.38311: getting the remaining hosts for this loop 138029 1726888096.38313: done getting the remaining hosts for this loop 138029 1726888096.38317: getting the next task for host managed_node3 138029 1726888096.38332: done getting next task for host managed_node3 138029 1726888096.38335: ^ task is: TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888096.38346: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=18, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.38357: getting variables 138029 1726888096.38359: in VariableManager get_vars() 138029 1726888096.38401: Calling all_inventory to load vars for managed_node3 138029 1726888096.38405: Calling groups_inventory to load vars for managed_node3 138029 1726888096.38409: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.38430: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.38435: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.38444: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.39429: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000087b 138029 1726888096.39432: WORKER PROCESS EXITING 138029 1726888096.39778: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.40932: done with get_vars() 138029 1726888096.40949: done getting variables 138029 1726888096.41028: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Friday 20 September 2024 23:08:16 -0400 (0:00:00.057) 0:01:49.134 ****** 138029 1726888096.41066: entering _queue_task() for managed_node3/assert 138029 1726888096.41593: worker is 1 (out of 1 available) 138029 1726888096.41610: exiting _queue_task() for managed_node3/assert 138029 1726888096.41620: done queuing things up, now waiting for results queue to drain 138029 1726888096.41622: waiting for pending results... 138029 1726888096.41999: running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888096.42177: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000087c 138029 1726888096.42198: variable 'ansible_search_path' from source: unknown 138029 1726888096.42239: calling self._execute() 138029 1726888096.42354: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.42372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.42392: variable 'omit' from source: magic vars 138029 1726888096.43194: variable 'storage_test_thin_volume' from source: include params 138029 1726888096.43363: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888096.43371: when evaluation is False, skipping this task 138029 1726888096.43374: _execute() done 138029 1726888096.43377: dumping result to json 138029 1726888096.43380: done dumping result, returning 138029 1726888096.43382: done running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) [0affc8a3-6f6f-5a58-73a2-00000000087c] 138029 1726888096.43384: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000087c 138029 1726888096.43642: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000087c 138029 1726888096.43645: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888096.43695: no more pending results, returning what we have 138029 1726888096.43699: results queue empty 138029 1726888096.43700: checking for any_errors_fatal 138029 1726888096.43706: done checking for any_errors_fatal 138029 1726888096.43707: checking for max_fail_percentage 138029 1726888096.43709: done checking for max_fail_percentage 138029 1726888096.43710: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.43711: done checking to see if all hosts have failed 138029 1726888096.43712: getting the remaining hosts for this loop 138029 1726888096.43713: done getting the remaining hosts for this loop 138029 1726888096.43717: getting the next task for host managed_node3 138029 1726888096.43728: done getting next task for host managed_node3 138029 1726888096.43730: ^ task is: TASK: Reset variable used by test 138029 1726888096.43736: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=18, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.43741: getting variables 138029 1726888096.43742: in VariableManager get_vars() 138029 1726888096.43785: Calling all_inventory to load vars for managed_node3 138029 1726888096.43788: Calling groups_inventory to load vars for managed_node3 138029 1726888096.43791: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.43805: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.43808: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.43811: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.44854: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.46461: done with get_vars() 138029 1726888096.46477: done getting variables 138029 1726888096.46537: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Friday 20 September 2024 23:08:16 -0400 (0:00:00.055) 0:01:49.189 ****** 138029 1726888096.46575: entering _queue_task() for managed_node3/set_fact 138029 1726888096.47084: worker is 1 (out of 1 available) 138029 1726888096.47090: exiting _queue_task() for managed_node3/set_fact 138029 1726888096.47098: done queuing things up, now waiting for results queue to drain 138029 1726888096.47100: waiting for pending results... 138029 1726888096.47337: running TaskExecutor() for managed_node3/TASK: Reset variable used by test 138029 1726888096.47342: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000087e 138029 1726888096.47348: variable 'ansible_search_path' from source: unknown 138029 1726888096.47392: calling self._execute() 138029 1726888096.47498: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.47510: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.47523: variable 'omit' from source: magic vars 138029 1726888096.47639: variable 'omit' from source: magic vars 138029 1726888096.47711: variable 'omit' from source: magic vars 138029 1726888096.47748: variable 'omit' from source: magic vars 138029 1726888096.47799: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888096.47841: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888096.47872: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888096.47894: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888096.47909: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888096.47929: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888096.47977: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888096.47991: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888096.48000: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.48007: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.48129: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888096.48194: Set connection var ansible_timeout to 10 138029 1726888096.48198: Set connection var ansible_pipelining to False 138029 1726888096.48200: Set connection var ansible_shell_type to sh 138029 1726888096.48202: Set connection var ansible_connection to ssh 138029 1726888096.48204: Set connection var ansible_shell_executable to /bin/sh 138029 1726888096.48206: variable 'ansible_shell_executable' from source: unknown 138029 1726888096.48208: variable 'ansible_connection' from source: unknown 138029 1726888096.48210: variable 'ansible_module_compression' from source: unknown 138029 1726888096.48212: variable 'ansible_shell_type' from source: unknown 138029 1726888096.48218: variable 'ansible_shell_executable' from source: unknown 138029 1726888096.48225: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.48233: variable 'ansible_pipelining' from source: unknown 138029 1726888096.48241: variable 'ansible_timeout' from source: unknown 138029 1726888096.48249: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.48408: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888096.48525: variable 'omit' from source: magic vars 138029 1726888096.48529: starting attempt loop 138029 1726888096.48531: running the handler 138029 1726888096.48533: handler run complete 138029 1726888096.48535: attempt loop complete, returning result 138029 1726888096.48536: _execute() done 138029 1726888096.48538: dumping result to json 138029 1726888096.48540: done dumping result, returning 138029 1726888096.48543: done running TaskExecutor() for managed_node3/TASK: Reset variable used by test [0affc8a3-6f6f-5a58-73a2-00000000087e] 138029 1726888096.48545: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000087e 138029 1726888096.48615: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000087e 138029 1726888096.48618: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } 138029 1726888096.48686: no more pending results, returning what we have 138029 1726888096.48689: results queue empty 138029 1726888096.48690: checking for any_errors_fatal 138029 1726888096.48700: done checking for any_errors_fatal 138029 1726888096.48701: checking for max_fail_percentage 138029 1726888096.48703: done checking for max_fail_percentage 138029 1726888096.48704: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.48705: done checking to see if all hosts have failed 138029 1726888096.48705: getting the remaining hosts for this loop 138029 1726888096.48707: done getting the remaining hosts for this loop 138029 1726888096.48711: getting the next task for host managed_node3 138029 1726888096.48721: done getting next task for host managed_node3 138029 1726888096.48723: ^ task is: TASK: Get information about thinpool 138029 1726888096.48732: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.48737: getting variables 138029 1726888096.48739: in VariableManager get_vars() 138029 1726888096.48773: Calling all_inventory to load vars for managed_node3 138029 1726888096.48776: Calling groups_inventory to load vars for managed_node3 138029 1726888096.48779: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.48791: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.48795: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.48798: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.49585: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.50257: done with get_vars() 138029 1726888096.50274: done getting variables 138029 1726888096.50331: 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 thinpool] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Friday 20 September 2024 23:08:16 -0400 (0:00:00.037) 0:01:49.227 ****** 138029 1726888096.50371: entering _queue_task() for managed_node3/command 138029 1726888096.50628: worker is 1 (out of 1 available) 138029 1726888096.50642: exiting _queue_task() for managed_node3/command 138029 1726888096.50654: done queuing things up, now waiting for results queue to drain 138029 1726888096.50858: waiting for pending results... 138029 1726888096.50941: running TaskExecutor() for managed_node3/TASK: Get information about thinpool 138029 1726888096.51193: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000883 138029 1726888096.51196: variable 'ansible_search_path' from source: unknown 138029 1726888096.51199: calling self._execute() 138029 1726888096.51259: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.51270: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.51283: variable 'omit' from source: magic vars 138029 1726888096.51639: variable 'storage_test_thin_volume' from source: include params 138029 1726888096.51674: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888096.51682: when evaluation is False, skipping this task 138029 1726888096.51689: _execute() done 138029 1726888096.51696: dumping result to json 138029 1726888096.51703: done dumping result, returning 138029 1726888096.51712: done running TaskExecutor() for managed_node3/TASK: Get information about thinpool [0affc8a3-6f6f-5a58-73a2-000000000883] 138029 1726888096.51720: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000883 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888096.51889: no more pending results, returning what we have 138029 1726888096.51893: results queue empty 138029 1726888096.51894: checking for any_errors_fatal 138029 1726888096.51901: done checking for any_errors_fatal 138029 1726888096.51902: checking for max_fail_percentage 138029 1726888096.51904: done checking for max_fail_percentage 138029 1726888096.51905: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.51906: done checking to see if all hosts have failed 138029 1726888096.51907: getting the remaining hosts for this loop 138029 1726888096.51908: done getting the remaining hosts for this loop 138029 1726888096.51912: getting the next task for host managed_node3 138029 1726888096.51921: done getting next task for host managed_node3 138029 1726888096.51924: ^ task is: TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888096.51931: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.51936: getting variables 138029 1726888096.51938: in VariableManager get_vars() 138029 1726888096.51973: Calling all_inventory to load vars for managed_node3 138029 1726888096.51977: Calling groups_inventory to load vars for managed_node3 138029 1726888096.51980: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.51994: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.51997: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.52000: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.52669: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000883 138029 1726888096.52672: WORKER PROCESS EXITING 138029 1726888096.52811: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.53463: done with get_vars() 138029 1726888096.53480: done getting variables 138029 1726888096.53540: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Friday 20 September 2024 23:08:16 -0400 (0:00:00.032) 0:01:49.259 ****** 138029 1726888096.53576: entering _queue_task() for managed_node3/assert 138029 1726888096.53840: worker is 1 (out of 1 available) 138029 1726888096.53853: exiting _queue_task() for managed_node3/assert 138029 1726888096.54067: done queuing things up, now waiting for results queue to drain 138029 1726888096.54069: waiting for pending results... 138029 1726888096.54162: running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888096.54311: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000884 138029 1726888096.54333: variable 'ansible_search_path' from source: unknown 138029 1726888096.54378: calling self._execute() 138029 1726888096.54491: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.54504: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.54522: variable 'omit' from source: magic vars 138029 1726888096.54895: variable 'storage_test_thin_volume' from source: include params 138029 1726888096.54947: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888096.54950: when evaluation is False, skipping this task 138029 1726888096.54952: _execute() done 138029 1726888096.54956: dumping result to json 138029 1726888096.54958: done dumping result, returning 138029 1726888096.54961: done running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) [0affc8a3-6f6f-5a58-73a2-000000000884] 138029 1726888096.54962: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000884 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888096.55110: no more pending results, returning what we have 138029 1726888096.55113: results queue empty 138029 1726888096.55114: checking for any_errors_fatal 138029 1726888096.55122: done checking for any_errors_fatal 138029 1726888096.55123: checking for max_fail_percentage 138029 1726888096.55125: done checking for max_fail_percentage 138029 1726888096.55126: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.55127: done checking to see if all hosts have failed 138029 1726888096.55127: getting the remaining hosts for this loop 138029 1726888096.55129: done getting the remaining hosts for this loop 138029 1726888096.55132: getting the next task for host managed_node3 138029 1726888096.55141: done getting next task for host managed_node3 138029 1726888096.55143: ^ task is: TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888096.55149: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.55152: getting variables 138029 1726888096.55153: in VariableManager get_vars() 138029 1726888096.55188: Calling all_inventory to load vars for managed_node3 138029 1726888096.55191: Calling groups_inventory to load vars for managed_node3 138029 1726888096.55194: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.55207: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.55211: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.55214: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.56015: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000884 138029 1726888096.56018: WORKER PROCESS EXITING 138029 1726888096.56039: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.56714: done with get_vars() 138029 1726888096.56729: done getting variables 138029 1726888096.56782: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Friday 20 September 2024 23:08:16 -0400 (0:00:00.032) 0:01:49.291 ****** 138029 1726888096.56811: entering _queue_task() for managed_node3/assert 138029 1726888096.57087: worker is 1 (out of 1 available) 138029 1726888096.57101: exiting _queue_task() for managed_node3/assert 138029 1726888096.57113: done queuing things up, now waiting for results queue to drain 138029 1726888096.57115: waiting for pending results... 138029 1726888096.57418: running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888096.57563: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000885 138029 1726888096.57589: variable 'ansible_search_path' from source: unknown 138029 1726888096.57632: calling self._execute() 138029 1726888096.57742: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.57753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.57771: variable 'omit' from source: magic vars 138029 1726888096.58246: variable 'storage_test_thin_volume' from source: include params 138029 1726888096.58282: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888096.58290: when evaluation is False, skipping this task 138029 1726888096.58297: _execute() done 138029 1726888096.58305: dumping result to json 138029 1726888096.58312: done dumping result, returning 138029 1726888096.58322: done running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) [0affc8a3-6f6f-5a58-73a2-000000000885] 138029 1726888096.58336: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000885 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888096.58497: no more pending results, returning what we have 138029 1726888096.58501: results queue empty 138029 1726888096.58502: checking for any_errors_fatal 138029 1726888096.58512: done checking for any_errors_fatal 138029 1726888096.58513: checking for max_fail_percentage 138029 1726888096.58515: done checking for max_fail_percentage 138029 1726888096.58516: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.58517: done checking to see if all hosts have failed 138029 1726888096.58518: getting the remaining hosts for this loop 138029 1726888096.58519: done getting the remaining hosts for this loop 138029 1726888096.58524: getting the next task for host managed_node3 138029 1726888096.58535: done getting next task for host managed_node3 138029 1726888096.58537: ^ task is: TASK: Reset variable used by test 138029 1726888096.58545: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=18, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.58551: getting variables 138029 1726888096.58553: in VariableManager get_vars() 138029 1726888096.58593: Calling all_inventory to load vars for managed_node3 138029 1726888096.58597: Calling groups_inventory to load vars for managed_node3 138029 1726888096.58600: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.58614: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.58618: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.58622: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.59418: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000885 138029 1726888096.59422: WORKER PROCESS EXITING 138029 1726888096.59451: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.60340: done with get_vars() 138029 1726888096.60354: done getting variables 138029 1726888096.60410: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Friday 20 September 2024 23:08:16 -0400 (0:00:00.036) 0:01:49.327 ****** 138029 1726888096.60439: entering _queue_task() for managed_node3/set_fact 138029 1726888096.60686: worker is 1 (out of 1 available) 138029 1726888096.60700: exiting _queue_task() for managed_node3/set_fact 138029 1726888096.60712: done queuing things up, now waiting for results queue to drain 138029 1726888096.60714: waiting for pending results... 138029 1726888096.61022: running TaskExecutor() for managed_node3/TASK: Reset variable used by test 138029 1726888096.61167: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000887 138029 1726888096.61193: variable 'ansible_search_path' from source: unknown 138029 1726888096.61232: calling self._execute() 138029 1726888096.61343: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.61396: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.61400: variable 'omit' from source: magic vars 138029 1726888096.61495: variable 'omit' from source: magic vars 138029 1726888096.61587: variable 'omit' from source: magic vars 138029 1726888096.61631: variable 'omit' from source: magic vars 138029 1726888096.61682: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888096.61728: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888096.61960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888096.61964: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888096.61967: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888096.61970: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888096.61973: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888096.61976: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888096.61978: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.61980: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.62005: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888096.62017: Set connection var ansible_timeout to 10 138029 1726888096.62027: Set connection var ansible_pipelining to False 138029 1726888096.62034: Set connection var ansible_shell_type to sh 138029 1726888096.62041: Set connection var ansible_connection to ssh 138029 1726888096.62050: Set connection var ansible_shell_executable to /bin/sh 138029 1726888096.62084: variable 'ansible_shell_executable' from source: unknown 138029 1726888096.62097: variable 'ansible_connection' from source: unknown 138029 1726888096.62104: variable 'ansible_module_compression' from source: unknown 138029 1726888096.62110: variable 'ansible_shell_type' from source: unknown 138029 1726888096.62116: variable 'ansible_shell_executable' from source: unknown 138029 1726888096.62122: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.62130: variable 'ansible_pipelining' from source: unknown 138029 1726888096.62136: variable 'ansible_timeout' from source: unknown 138029 1726888096.62144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.62321: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888096.62341: variable 'omit' from source: magic vars 138029 1726888096.62351: starting attempt loop 138029 1726888096.62359: running the handler 138029 1726888096.62374: handler run complete 138029 1726888096.62385: attempt loop complete, returning result 138029 1726888096.62390: _execute() done 138029 1726888096.62395: dumping result to json 138029 1726888096.62400: done dumping result, returning 138029 1726888096.62408: done running TaskExecutor() for managed_node3/TASK: Reset variable used by test [0affc8a3-6f6f-5a58-73a2-000000000887] 138029 1726888096.62421: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000887 ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } 138029 1726888096.62579: no more pending results, returning what we have 138029 1726888096.62583: results queue empty 138029 1726888096.62584: checking for any_errors_fatal 138029 1726888096.62593: done checking for any_errors_fatal 138029 1726888096.62594: checking for max_fail_percentage 138029 1726888096.62596: done checking for max_fail_percentage 138029 1726888096.62597: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.62598: done checking to see if all hosts have failed 138029 1726888096.62598: getting the remaining hosts for this loop 138029 1726888096.62600: done getting the remaining hosts for this loop 138029 1726888096.62604: getting the next task for host managed_node3 138029 1726888096.62615: done getting next task for host managed_node3 138029 1726888096.62619: ^ task is: TASK: Check member encryption 138029 1726888096.62627: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.62633: getting variables 138029 1726888096.62634: in VariableManager get_vars() 138029 1726888096.62671: Calling all_inventory to load vars for managed_node3 138029 1726888096.62674: Calling groups_inventory to load vars for managed_node3 138029 1726888096.62678: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.62689: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.62692: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.62695: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.63369: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000887 138029 1726888096.63373: WORKER PROCESS EXITING 138029 1726888096.63514: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.64202: done with get_vars() 138029 1726888096.64218: done getting variables TASK [Check member encryption] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Friday 20 September 2024 23:08:16 -0400 (0:00:00.038) 0:01:49.366 ****** 138029 1726888096.64309: entering _queue_task() for managed_node3/include_tasks 138029 1726888096.64553: worker is 1 (out of 1 available) 138029 1726888096.64566: exiting _queue_task() for managed_node3/include_tasks 138029 1726888096.64577: done queuing things up, now waiting for results queue to drain 138029 1726888096.64578: waiting for pending results... 138029 1726888096.64879: running TaskExecutor() for managed_node3/TASK: Check member encryption 138029 1726888096.65014: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000483 138029 1726888096.65034: variable 'ansible_search_path' from source: unknown 138029 1726888096.65078: calling self._execute() 138029 1726888096.65185: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.65198: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.65216: variable 'omit' from source: magic vars 138029 1726888096.65337: _execute() done 138029 1726888096.65346: dumping result to json 138029 1726888096.65353: done dumping result, returning 138029 1726888096.65368: done running TaskExecutor() for managed_node3/TASK: Check member encryption [0affc8a3-6f6f-5a58-73a2-000000000483] 138029 1726888096.65379: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000483 138029 1726888096.65619: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000483 138029 1726888096.65623: WORKER PROCESS EXITING 138029 1726888096.65649: no more pending results, returning what we have 138029 1726888096.65653: in VariableManager get_vars() 138029 1726888096.65695: Calling all_inventory to load vars for managed_node3 138029 1726888096.65698: Calling groups_inventory to load vars for managed_node3 138029 1726888096.65702: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.65713: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.65716: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.65720: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.66365: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.67018: done with get_vars() 138029 1726888096.67032: variable 'ansible_search_path' from source: unknown 138029 1726888096.67159: variable 'storage_test_pool_subset' from source: include params 138029 1726888096.67190: we have included files to process 138029 1726888096.67191: generating all_blocks data 138029 1726888096.67194: done generating all_blocks data 138029 1726888096.67201: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 138029 1726888096.67202: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 138029 1726888096.67204: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 138029 1726888096.67508: in VariableManager get_vars() 138029 1726888096.67530: done with get_vars() 138029 1726888096.67576: in VariableManager get_vars() 138029 1726888096.67596: done with get_vars() 138029 1726888096.67688: done processing included file 138029 1726888096.67690: iterating over new_blocks loaded from include file 138029 1726888096.67691: in VariableManager get_vars() 138029 1726888096.67705: done with get_vars() 138029 1726888096.67706: filtering new block on tags 138029 1726888096.67766: done filtering new block on tags 138029 1726888096.67770: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 138029 1726888096.67775: extending task lists for all hosts with included blocks 138029 1726888096.70327: done extending task lists 138029 1726888096.70329: done processing included files 138029 1726888096.70329: results queue empty 138029 1726888096.70330: checking for any_errors_fatal 138029 1726888096.70333: done checking for any_errors_fatal 138029 1726888096.70334: checking for max_fail_percentage 138029 1726888096.70335: done checking for max_fail_percentage 138029 1726888096.70336: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.70337: done checking to see if all hosts have failed 138029 1726888096.70337: getting the remaining hosts for this loop 138029 1726888096.70339: done getting the remaining hosts for this loop 138029 1726888096.70341: getting the next task for host managed_node3 138029 1726888096.70346: done getting next task for host managed_node3 138029 1726888096.70348: ^ task is: TASK: Set test variables 138029 1726888096.70351: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.70354: getting variables 138029 1726888096.70356: in VariableManager get_vars() 138029 1726888096.70368: Calling all_inventory to load vars for managed_node3 138029 1726888096.70370: Calling groups_inventory to load vars for managed_node3 138029 1726888096.70372: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.70379: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.70381: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.70384: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.70878: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.71540: done with get_vars() 138029 1726888096.71558: done getting variables 138029 1726888096.71601: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-members-encryption.yml:5 Friday 20 September 2024 23:08:16 -0400 (0:00:00.073) 0:01:49.439 ****** 138029 1726888096.71629: entering _queue_task() for managed_node3/set_fact 138029 1726888096.71922: worker is 1 (out of 1 available) 138029 1726888096.71935: exiting _queue_task() for managed_node3/set_fact 138029 1726888096.71949: done queuing things up, now waiting for results queue to drain 138029 1726888096.71950: waiting for pending results... 138029 1726888096.72360: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888096.72398: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000008c6 138029 1726888096.72419: variable 'ansible_search_path' from source: unknown 138029 1726888096.72464: calling self._execute() 138029 1726888096.72586: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.72695: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.72699: variable 'omit' from source: magic vars 138029 1726888096.72727: variable 'omit' from source: magic vars 138029 1726888096.72801: variable 'omit' from source: magic vars 138029 1726888096.73114: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888096.75536: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888096.75603: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888096.75744: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888096.75748: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888096.75750: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888096.75843: variable 'storage_test_pool' from source: include params 138029 1726888096.75995: variable 'storage_test_pool' from source: include params 138029 1726888096.76043: variable 'omit' from source: magic vars 138029 1726888096.76083: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888096.76116: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888096.76138: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888096.76167: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888096.76187: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888096.76209: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888096.76230: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888096.76265: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888096.76272: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.76279: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.76388: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888096.76405: Set connection var ansible_timeout to 10 138029 1726888096.76416: Set connection var ansible_pipelining to False 138029 1726888096.76423: Set connection var ansible_shell_type to sh 138029 1726888096.76429: Set connection var ansible_connection to ssh 138029 1726888096.76461: Set connection var ansible_shell_executable to /bin/sh 138029 1726888096.76477: variable 'ansible_shell_executable' from source: unknown 138029 1726888096.76485: variable 'ansible_connection' from source: unknown 138029 1726888096.76491: variable 'ansible_module_compression' from source: unknown 138029 1726888096.76498: variable 'ansible_shell_type' from source: unknown 138029 1726888096.76562: variable 'ansible_shell_executable' from source: unknown 138029 1726888096.76565: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.76567: variable 'ansible_pipelining' from source: unknown 138029 1726888096.76569: variable 'ansible_timeout' from source: unknown 138029 1726888096.76571: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.76651: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888096.76671: variable 'omit' from source: magic vars 138029 1726888096.76681: starting attempt loop 138029 1726888096.76688: running the handler 138029 1726888096.76705: handler run complete 138029 1726888096.76722: attempt loop complete, returning result 138029 1726888096.76730: _execute() done 138029 1726888096.76737: dumping result to json 138029 1726888096.76761: done dumping result, returning 138029 1726888096.76763: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-0000000008c6] 138029 1726888096.76766: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000008c6 138029 1726888096.77096: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000008c6 138029 1726888096.77099: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 138029 1726888096.77187: no more pending results, returning what we have 138029 1726888096.77190: results queue empty 138029 1726888096.77191: checking for any_errors_fatal 138029 1726888096.77192: done checking for any_errors_fatal 138029 1726888096.77193: checking for max_fail_percentage 138029 1726888096.77194: done checking for max_fail_percentage 138029 1726888096.77195: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.77196: done checking to see if all hosts have failed 138029 1726888096.77197: getting the remaining hosts for this loop 138029 1726888096.77198: done getting the remaining hosts for this loop 138029 1726888096.77202: getting the next task for host managed_node3 138029 1726888096.77209: done getting next task for host managed_node3 138029 1726888096.77212: ^ task is: TASK: Validate pool member LUKS settings 138029 1726888096.77218: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.77222: getting variables 138029 1726888096.77223: in VariableManager get_vars() 138029 1726888096.77253: Calling all_inventory to load vars for managed_node3 138029 1726888096.77263: Calling groups_inventory to load vars for managed_node3 138029 1726888096.77266: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.77276: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.77279: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.77282: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.78152: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.78775: done with get_vars() 138029 1726888096.78790: done getting variables TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Friday 20 September 2024 23:08:16 -0400 (0:00:00.072) 0:01:49.512 ****** 138029 1726888096.78872: entering _queue_task() for managed_node3/include_tasks 138029 1726888096.79139: worker is 1 (out of 1 available) 138029 1726888096.79149: exiting _queue_task() for managed_node3/include_tasks 138029 1726888096.79161: done queuing things up, now waiting for results queue to drain 138029 1726888096.79163: waiting for pending results... 138029 1726888096.79444: running TaskExecutor() for managed_node3/TASK: Validate pool member LUKS settings 138029 1726888096.79570: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000008c7 138029 1726888096.79593: variable 'ansible_search_path' from source: unknown 138029 1726888096.79641: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888096.79843: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888096.79935: variable 'omit' from source: magic vars 138029 1726888096.80078: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.80092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.80105: variable 'omit' from source: magic vars 138029 1726888096.80385: variable 'storage_test_pool' from source: include params 138029 1726888096.80437: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.encryption): False 138029 1726888096.80451: when evaluation is False, skipping this task 138029 1726888096.80558: variable '_storage_test_pool_member_path' from source: unknown 138029 1726888096.80566: variable '_storage_test_pool_member_path' from source: unknown skipping: [managed_node3] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } 138029 1726888096.80964: dumping result to json 138029 1726888096.80968: done dumping result, returning 138029 1726888096.80971: done running TaskExecutor() for managed_node3/TASK: Validate pool member LUKS settings [0affc8a3-6f6f-5a58-73a2-0000000008c7] 138029 1726888096.80973: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000008c7 138029 1726888096.81018: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000008c7 138029 1726888096.81021: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 138029 1726888096.81096: no more pending results, returning what we have 138029 1726888096.81100: results queue empty 138029 1726888096.81101: checking for any_errors_fatal 138029 1726888096.81106: done checking for any_errors_fatal 138029 1726888096.81107: checking for max_fail_percentage 138029 1726888096.81108: done checking for max_fail_percentage 138029 1726888096.81109: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.81109: done checking to see if all hosts have failed 138029 1726888096.81110: getting the remaining hosts for this loop 138029 1726888096.81111: done getting the remaining hosts for this loop 138029 1726888096.81115: getting the next task for host managed_node3 138029 1726888096.81122: done getting next task for host managed_node3 138029 1726888096.81125: ^ task is: TASK: Validate pool member crypttab entries 138029 1726888096.81131: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.81135: getting variables 138029 1726888096.81136: in VariableManager get_vars() 138029 1726888096.81199: Calling all_inventory to load vars for managed_node3 138029 1726888096.81202: Calling groups_inventory to load vars for managed_node3 138029 1726888096.81206: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.81216: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.81219: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.81222: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.81812: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.82465: done with get_vars() 138029 1726888096.82481: done getting variables TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Friday 20 September 2024 23:08:16 -0400 (0:00:00.036) 0:01:49.549 ****** 138029 1726888096.82572: entering _queue_task() for managed_node3/include_tasks 138029 1726888096.82829: worker is 1 (out of 1 available) 138029 1726888096.82842: exiting _queue_task() for managed_node3/include_tasks 138029 1726888096.82854: done queuing things up, now waiting for results queue to drain 138029 1726888096.82961: waiting for pending results... 138029 1726888096.83174: running TaskExecutor() for managed_node3/TASK: Validate pool member crypttab entries 138029 1726888096.83273: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000008c9 138029 1726888096.83362: variable 'ansible_search_path' from source: unknown 138029 1726888096.83367: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888096.83544: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888096.83633: variable 'omit' from source: magic vars 138029 1726888096.83771: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.83784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.83796: variable 'omit' from source: magic vars 138029 1726888096.84035: variable 'storage_test_pool' from source: include params 138029 1726888096.84091: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888096.84133: variable '_storage_test_pool_member_path' from source: unknown 138029 1726888096.84262: variable '_storage_test_pool_member_path' from source: unknown 138029 1726888096.84565: dumping result to json 138029 1726888096.84568: done dumping result, returning 138029 1726888096.84571: done running TaskExecutor() for managed_node3/TASK: Validate pool member crypttab entries [0affc8a3-6f6f-5a58-73a2-0000000008c9] 138029 1726888096.84573: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000008c9 138029 1726888096.84616: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000008c9 138029 1726888096.84619: WORKER PROCESS EXITING 138029 1726888096.84640: no more pending results, returning what we have 138029 1726888096.84645: in VariableManager get_vars() 138029 1726888096.84676: Calling all_inventory to load vars for managed_node3 138029 1726888096.84679: Calling groups_inventory to load vars for managed_node3 138029 1726888096.84682: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.84693: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.84696: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.84699: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.85332: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.85968: done with get_vars() 138029 1726888096.85981: variable 'ansible_search_path' from source: unknown 138029 1726888096.86015: we have included files to process 138029 1726888096.86016: generating all_blocks data 138029 1726888096.86019: done generating all_blocks data 138029 1726888096.86023: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 138029 1726888096.86024: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 138029 1726888096.86026: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 138029 1726888096.86704: done processing included file 138029 1726888096.86706: iterating over new_blocks loaded from include file 138029 1726888096.86707: in VariableManager get_vars() 138029 1726888096.86724: done with get_vars() 138029 1726888096.86725: filtering new block on tags 138029 1726888096.86820: done filtering new block on tags 138029 1726888096.86823: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 => (item=/dev/md/vg1-1) 138029 1726888096.86828: extending task lists for all hosts with included blocks 138029 1726888096.87204: done extending task lists 138029 1726888096.87205: done processing included files 138029 1726888096.87206: results queue empty 138029 1726888096.87207: checking for any_errors_fatal 138029 1726888096.87211: done checking for any_errors_fatal 138029 1726888096.87212: checking for max_fail_percentage 138029 1726888096.87213: done checking for max_fail_percentage 138029 1726888096.87214: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.87215: done checking to see if all hosts have failed 138029 1726888096.87215: getting the remaining hosts for this loop 138029 1726888096.87217: done getting the remaining hosts for this loop 138029 1726888096.87219: getting the next task for host managed_node3 138029 1726888096.87224: done getting next task for host managed_node3 138029 1726888096.87226: ^ task is: TASK: Set variables used by tests 138029 1726888096.87230: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.87233: getting variables 138029 1726888096.87234: in VariableManager get_vars() 138029 1726888096.87243: Calling all_inventory to load vars for managed_node3 138029 1726888096.87245: Calling groups_inventory to load vars for managed_node3 138029 1726888096.87247: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.87252: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.87254: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.87259: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.87729: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.88369: done with get_vars() 138029 1726888096.88383: done getting variables 138029 1726888096.88422: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 variables used by tests] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 20 September 2024 23:08:16 -0400 (0:00:00.058) 0:01:49.608 ****** 138029 1726888096.88453: entering _queue_task() for managed_node3/set_fact 138029 1726888096.88740: worker is 1 (out of 1 available) 138029 1726888096.88753: exiting _queue_task() for managed_node3/set_fact 138029 1726888096.88869: done queuing things up, now waiting for results queue to drain 138029 1726888096.88871: waiting for pending results... 138029 1726888096.89068: running TaskExecutor() for managed_node3/TASK: Set variables used by tests 138029 1726888096.89198: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000a19 138029 1726888096.89222: variable 'ansible_search_path' from source: unknown 138029 1726888096.89269: calling self._execute() 138029 1726888096.89388: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.89426: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.89429: variable 'omit' from source: magic vars 138029 1726888096.89546: variable 'omit' from source: magic vars 138029 1726888096.89757: variable 'omit' from source: magic vars 138029 1726888096.89959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888096.92406: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888096.92477: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888096.92519: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888096.92561: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888096.92600: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888096.92677: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888096.92699: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888096.92721: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888096.92746: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888096.92758: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888096.92792: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888096.92811: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888096.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) 138029 1726888096.92859: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888096.92871: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888096.92921: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888096.92938: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888096.92953: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888096.92981: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888096.92991: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888096.93115: variable 'storage_test_crypttab' from source: set_fact 138029 1726888096.93128: variable '_storage_test_pool_member_path' from source: include params 138029 1726888096.93178: variable 'omit' from source: magic vars 138029 1726888096.93198: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888096.93218: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888096.93234: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888096.93248: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888096.93257: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888096.93272: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888096.93284: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888096.93306: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888096.93309: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.93312: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.93395: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888096.93398: Set connection var ansible_timeout to 10 138029 1726888096.93404: Set connection var ansible_pipelining to False 138029 1726888096.93407: Set connection var ansible_shell_type to sh 138029 1726888096.93409: Set connection var ansible_connection to ssh 138029 1726888096.93413: Set connection var ansible_shell_executable to /bin/sh 138029 1726888096.93447: variable 'ansible_shell_executable' from source: unknown 138029 1726888096.93450: variable 'ansible_connection' from source: unknown 138029 1726888096.93465: variable 'ansible_module_compression' from source: unknown 138029 1726888096.93469: variable 'ansible_shell_type' from source: unknown 138029 1726888096.93471: variable 'ansible_shell_executable' from source: unknown 138029 1726888096.93473: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.93476: variable 'ansible_pipelining' from source: unknown 138029 1726888096.93479: variable 'ansible_timeout' from source: unknown 138029 1726888096.93481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.93542: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888096.93550: variable 'omit' from source: magic vars 138029 1726888096.93572: starting attempt loop 138029 1726888096.93576: running the handler 138029 1726888096.93579: handler run complete 138029 1726888096.93581: attempt loop complete, returning result 138029 1726888096.93583: _execute() done 138029 1726888096.93585: dumping result to json 138029 1726888096.93587: done dumping result, returning 138029 1726888096.93591: done running TaskExecutor() for managed_node3/TASK: Set variables used by tests [0affc8a3-6f6f-5a58-73a2-000000000a19] 138029 1726888096.93595: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000a19 138029 1726888096.93679: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000a19 138029 1726888096.93682: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } 138029 1726888096.93750: no more pending results, returning what we have 138029 1726888096.93753: results queue empty 138029 1726888096.93757: checking for any_errors_fatal 138029 1726888096.93758: done checking for any_errors_fatal 138029 1726888096.93759: checking for max_fail_percentage 138029 1726888096.93760: done checking for max_fail_percentage 138029 1726888096.93763: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.93764: done checking to see if all hosts have failed 138029 1726888096.93765: getting the remaining hosts for this loop 138029 1726888096.93766: done getting the remaining hosts for this loop 138029 1726888096.93770: getting the next task for host managed_node3 138029 1726888096.93778: done getting next task for host managed_node3 138029 1726888096.93782: ^ task is: TASK: Check for /etc/crypttab entry 138029 1726888096.93788: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.93791: getting variables 138029 1726888096.93792: in VariableManager get_vars() 138029 1726888096.93821: Calling all_inventory to load vars for managed_node3 138029 1726888096.93824: Calling groups_inventory to load vars for managed_node3 138029 1726888096.93827: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.93835: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.93838: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.93840: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.94245: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.94985: done with get_vars() 138029 1726888096.95000: done getting variables 138029 1726888096.95053: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-crypttab.yml:6 Friday 20 September 2024 23:08:16 -0400 (0:00:00.066) 0:01:49.674 ****** 138029 1726888096.95089: entering _queue_task() for managed_node3/assert 138029 1726888096.95358: worker is 1 (out of 1 available) 138029 1726888096.95371: exiting _queue_task() for managed_node3/assert 138029 1726888096.95383: done queuing things up, now waiting for results queue to drain 138029 1726888096.95384: waiting for pending results... 138029 1726888096.95664: running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry 138029 1726888096.95739: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000a1a 138029 1726888096.95752: variable 'ansible_search_path' from source: unknown 138029 1726888096.95786: calling self._execute() 138029 1726888096.95868: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.95874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.95882: variable 'omit' from source: magic vars 138029 1726888096.95962: variable 'omit' from source: magic vars 138029 1726888096.96007: variable 'omit' from source: magic vars 138029 1726888096.96213: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888096.97669: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888096.97720: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888096.97744: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888096.97774: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888096.97799: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888096.97881: variable 'storage_test_pool' from source: include params 138029 1726888096.97910: variable '_storage_test_pool_member_path' from source: include params 138029 1726888096.97939: variable 'omit' from source: magic vars 138029 1726888096.97961: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888096.97985: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888096.97998: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888096.98027: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888096.98033: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888096.98047: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888096.98061: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888096.98085: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888096.98088: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.98090: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.98173: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888096.98177: Set connection var ansible_timeout to 10 138029 1726888096.98183: Set connection var ansible_pipelining to False 138029 1726888096.98186: Set connection var ansible_shell_type to sh 138029 1726888096.98188: Set connection var ansible_connection to ssh 138029 1726888096.98192: Set connection var ansible_shell_executable to /bin/sh 138029 1726888096.98211: variable 'ansible_shell_executable' from source: unknown 138029 1726888096.98213: variable 'ansible_connection' from source: unknown 138029 1726888096.98216: variable 'ansible_module_compression' from source: unknown 138029 1726888096.98218: variable 'ansible_shell_type' from source: unknown 138029 1726888096.98221: variable 'ansible_shell_executable' from source: unknown 138029 1726888096.98225: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888096.98227: variable 'ansible_pipelining' from source: unknown 138029 1726888096.98230: variable 'ansible_timeout' from source: unknown 138029 1726888096.98232: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888096.98310: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888096.98318: variable 'omit' from source: magic vars 138029 1726888096.98323: starting attempt loop 138029 1726888096.98325: running the handler 138029 1726888096.98445: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888096.98471: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888096.98488: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888096.98513: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888096.98524: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888096.98554: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888096.98578: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888096.98594: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888096.98618: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888096.98628: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888096.98699: variable '_storage_test_crypttab_entries' from source: set_fact 138029 1726888096.98703: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888096.98714: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 138029 1726888096.98719: handler run complete 138029 1726888096.98729: attempt loop complete, returning result 138029 1726888096.98732: _execute() done 138029 1726888096.98734: dumping result to json 138029 1726888096.98736: done dumping result, returning 138029 1726888096.98743: done running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-5a58-73a2-000000000a1a] 138029 1726888096.98748: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000a1a 138029 1726888096.98829: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000a1a 138029 1726888096.98831: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888096.98887: no more pending results, returning what we have 138029 1726888096.98890: results queue empty 138029 1726888096.98891: checking for any_errors_fatal 138029 1726888096.98898: done checking for any_errors_fatal 138029 1726888096.98898: checking for max_fail_percentage 138029 1726888096.98900: done checking for max_fail_percentage 138029 1726888096.98901: checking to see if all hosts have failed and the running result is not ok 138029 1726888096.98902: done checking to see if all hosts have failed 138029 1726888096.98902: getting the remaining hosts for this loop 138029 1726888096.98904: done getting the remaining hosts for this loop 138029 1726888096.98907: getting the next task for host managed_node3 138029 1726888096.98915: done getting next task for host managed_node3 138029 1726888096.98917: ^ task is: TASK: Validate the format of the crypttab entry 138029 1726888096.98923: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888096.98928: getting variables 138029 1726888096.98929: in VariableManager get_vars() 138029 1726888096.98970: Calling all_inventory to load vars for managed_node3 138029 1726888096.98973: Calling groups_inventory to load vars for managed_node3 138029 1726888096.98977: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888096.98987: Calling all_plugins_play to load vars for managed_node3 138029 1726888096.98989: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888096.98991: Calling groups_plugins_play to load vars for managed_node3 138029 1726888096.99390: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888096.99786: done with get_vars() 138029 1726888096.99797: done getting variables 138029 1726888096.99837: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-crypttab.yml:14 Friday 20 September 2024 23:08:16 -0400 (0:00:00.047) 0:01:49.722 ****** 138029 1726888096.99863: entering _queue_task() for managed_node3/assert 138029 1726888097.00065: worker is 1 (out of 1 available) 138029 1726888097.00079: exiting _queue_task() for managed_node3/assert 138029 1726888097.00090: done queuing things up, now waiting for results queue to drain 138029 1726888097.00092: waiting for pending results... 138029 1726888097.00270: running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry 138029 1726888097.00360: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000a1b 138029 1726888097.00373: variable 'ansible_search_path' from source: unknown 138029 1726888097.00402: calling self._execute() 138029 1726888097.00482: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.00487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.00495: variable 'omit' from source: magic vars 138029 1726888097.00763: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888097.02264: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888097.02313: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888097.02339: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888097.02368: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888097.02391: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888097.02446: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888097.02479: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888097.02501: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888097.02526: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888097.02537: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888097.02618: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888097.02635: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888097.02638: when evaluation is False, skipping this task 138029 1726888097.02641: _execute() done 138029 1726888097.02643: dumping result to json 138029 1726888097.02646: done dumping result, returning 138029 1726888097.02652: done running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-5a58-73a2-000000000a1b] 138029 1726888097.02658: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000a1b 138029 1726888097.02744: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000a1b 138029 1726888097.02746: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888097.02798: no more pending results, returning what we have 138029 1726888097.02802: results queue empty 138029 1726888097.02803: checking for any_errors_fatal 138029 1726888097.02809: done checking for any_errors_fatal 138029 1726888097.02810: checking for max_fail_percentage 138029 1726888097.02820: done checking for max_fail_percentage 138029 1726888097.02821: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.02822: done checking to see if all hosts have failed 138029 1726888097.02823: getting the remaining hosts for this loop 138029 1726888097.02824: done getting the remaining hosts for this loop 138029 1726888097.02828: getting the next task for host managed_node3 138029 1726888097.02836: done getting next task for host managed_node3 138029 1726888097.02838: ^ task is: TASK: Check backing device of crypttab entry 138029 1726888097.02844: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.02848: getting variables 138029 1726888097.02849: in VariableManager get_vars() 138029 1726888097.02908: Calling all_inventory to load vars for managed_node3 138029 1726888097.02910: Calling groups_inventory to load vars for managed_node3 138029 1726888097.02913: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.02981: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.02985: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.02989: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.03578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.04279: done with get_vars() 138029 1726888097.04295: done getting variables 138029 1726888097.04359: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-crypttab.yml:23 Friday 20 September 2024 23:08:17 -0400 (0:00:00.045) 0:01:49.767 ****** 138029 1726888097.04388: entering _queue_task() for managed_node3/assert 138029 1726888097.04607: worker is 1 (out of 1 available) 138029 1726888097.04621: exiting _queue_task() for managed_node3/assert 138029 1726888097.04633: done queuing things up, now waiting for results queue to drain 138029 1726888097.04635: waiting for pending results... 138029 1726888097.04818: running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry 138029 1726888097.04911: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000a1c 138029 1726888097.04923: variable 'ansible_search_path' from source: unknown 138029 1726888097.04952: calling self._execute() 138029 1726888097.05031: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.05035: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.05044: variable 'omit' from source: magic vars 138029 1726888097.05339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888097.07279: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888097.07291: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888097.07305: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888097.07352: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888097.07402: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888097.07454: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888097.07509: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888097.07518: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888097.07540: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888097.07618: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888097.07643: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888097.07659: Evaluated conditional (false and _storage_test_expected_crypttab_entries | int == 1): False 138029 1726888097.07665: when evaluation is False, skipping this task 138029 1726888097.07668: _execute() done 138029 1726888097.07671: dumping result to json 138029 1726888097.07673: done dumping result, returning 138029 1726888097.07675: done running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-5a58-73a2-000000000a1c] 138029 1726888097.07683: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000a1c 138029 1726888097.07783: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000a1c 138029 1726888097.07786: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888097.07941: no more pending results, returning what we have 138029 1726888097.07945: results queue empty 138029 1726888097.07945: checking for any_errors_fatal 138029 1726888097.07951: done checking for any_errors_fatal 138029 1726888097.07952: checking for max_fail_percentage 138029 1726888097.07953: done checking for max_fail_percentage 138029 1726888097.07954: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.07954: done checking to see if all hosts have failed 138029 1726888097.07957: getting the remaining hosts for this loop 138029 1726888097.07959: done getting the remaining hosts for this loop 138029 1726888097.07964: getting the next task for host managed_node3 138029 1726888097.07971: done getting next task for host managed_node3 138029 1726888097.07973: ^ task is: TASK: Check key file of crypttab entry 138029 1726888097.07980: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.07984: getting variables 138029 1726888097.07985: in VariableManager get_vars() 138029 1726888097.08013: Calling all_inventory to load vars for managed_node3 138029 1726888097.08016: Calling groups_inventory to load vars for managed_node3 138029 1726888097.08019: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.08028: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.08032: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.08035: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.08491: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.08870: done with get_vars() 138029 1726888097.08881: done getting variables 138029 1726888097.08919: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-crypttab.yml:32 Friday 20 September 2024 23:08:17 -0400 (0:00:00.045) 0:01:49.813 ****** 138029 1726888097.08945: entering _queue_task() for managed_node3/assert 138029 1726888097.09144: worker is 1 (out of 1 available) 138029 1726888097.09156: exiting _queue_task() for managed_node3/assert 138029 1726888097.09169: done queuing things up, now waiting for results queue to drain 138029 1726888097.09170: waiting for pending results... 138029 1726888097.09354: running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry 138029 1726888097.09449: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000a1d 138029 1726888097.09462: variable 'ansible_search_path' from source: unknown 138029 1726888097.09492: calling self._execute() 138029 1726888097.09576: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.09579: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.09588: variable 'omit' from source: magic vars 138029 1726888097.09871: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888097.11996: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888097.12037: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888097.12068: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888097.12092: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888097.12113: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888097.12172: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888097.12192: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888097.12211: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888097.12237: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888097.12248: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888097.12329: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888097.12347: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888097.12350: when evaluation is False, skipping this task 138029 1726888097.12353: _execute() done 138029 1726888097.12357: dumping result to json 138029 1726888097.12360: done dumping result, returning 138029 1726888097.12367: done running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry [0affc8a3-6f6f-5a58-73a2-000000000a1d] 138029 1726888097.12372: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000a1d 138029 1726888097.12458: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000a1d 138029 1726888097.12464: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888097.12507: no more pending results, returning what we have 138029 1726888097.12511: results queue empty 138029 1726888097.12512: checking for any_errors_fatal 138029 1726888097.12518: done checking for any_errors_fatal 138029 1726888097.12518: checking for max_fail_percentage 138029 1726888097.12520: done checking for max_fail_percentage 138029 1726888097.12521: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.12522: done checking to see if all hosts have failed 138029 1726888097.12522: getting the remaining hosts for this loop 138029 1726888097.12524: done getting the remaining hosts for this loop 138029 1726888097.12528: getting the next task for host managed_node3 138029 1726888097.12535: done getting next task for host managed_node3 138029 1726888097.12537: ^ task is: TASK: Clear test variables 138029 1726888097.12543: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.12547: getting variables 138029 1726888097.12549: in VariableManager get_vars() 138029 1726888097.12585: Calling all_inventory to load vars for managed_node3 138029 1726888097.12588: Calling groups_inventory to load vars for managed_node3 138029 1726888097.12592: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.12601: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.12604: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.12606: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.12992: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.13545: done with get_vars() 138029 1726888097.13558: done getting variables 138029 1726888097.13598: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-crypttab.yml:41 Friday 20 September 2024 23:08:17 -0400 (0:00:00.046) 0:01:49.859 ****** 138029 1726888097.13621: entering _queue_task() for managed_node3/set_fact 138029 1726888097.13826: worker is 1 (out of 1 available) 138029 1726888097.13838: exiting _queue_task() for managed_node3/set_fact 138029 1726888097.13850: done queuing things up, now waiting for results queue to drain 138029 1726888097.13852: waiting for pending results... 138029 1726888097.14026: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888097.14146: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000a1e 138029 1726888097.14171: variable 'ansible_search_path' from source: unknown 138029 1726888097.14203: calling self._execute() 138029 1726888097.14282: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.14286: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.14298: variable 'omit' from source: magic vars 138029 1726888097.14379: variable 'omit' from source: magic vars 138029 1726888097.14424: variable 'omit' from source: magic vars 138029 1726888097.14458: variable 'omit' from source: magic vars 138029 1726888097.14517: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888097.14550: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888097.14571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888097.14594: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888097.14616: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888097.14621: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888097.14642: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888097.14702: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888097.14705: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.14707: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.14835: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888097.14839: Set connection var ansible_timeout to 10 138029 1726888097.14856: Set connection var ansible_pipelining to False 138029 1726888097.14859: Set connection var ansible_shell_type to sh 138029 1726888097.14865: Set connection var ansible_connection to ssh 138029 1726888097.14868: Set connection var ansible_shell_executable to /bin/sh 138029 1726888097.14917: variable 'ansible_shell_executable' from source: unknown 138029 1726888097.14923: variable 'ansible_connection' from source: unknown 138029 1726888097.14929: variable 'ansible_module_compression' from source: unknown 138029 1726888097.14932: variable 'ansible_shell_type' from source: unknown 138029 1726888097.14934: variable 'ansible_shell_executable' from source: unknown 138029 1726888097.14936: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.14986: variable 'ansible_pipelining' from source: unknown 138029 1726888097.14990: variable 'ansible_timeout' from source: unknown 138029 1726888097.14992: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.15110: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888097.15116: variable 'omit' from source: magic vars 138029 1726888097.15122: starting attempt loop 138029 1726888097.15124: running the handler 138029 1726888097.15145: handler run complete 138029 1726888097.15165: attempt loop complete, returning result 138029 1726888097.15168: _execute() done 138029 1726888097.15171: dumping result to json 138029 1726888097.15173: done dumping result, returning 138029 1726888097.15175: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000000a1e] 138029 1726888097.15177: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000a1e 138029 1726888097.15296: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000a1e 138029 1726888097.15300: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } 138029 1726888097.15382: no more pending results, returning what we have 138029 1726888097.15385: results queue empty 138029 1726888097.15386: checking for any_errors_fatal 138029 1726888097.15394: done checking for any_errors_fatal 138029 1726888097.15395: checking for max_fail_percentage 138029 1726888097.15397: done checking for max_fail_percentage 138029 1726888097.15397: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.15398: done checking to see if all hosts have failed 138029 1726888097.15399: getting the remaining hosts for this loop 138029 1726888097.15400: done getting the remaining hosts for this loop 138029 1726888097.15403: getting the next task for host managed_node3 138029 1726888097.15411: done getting next task for host managed_node3 138029 1726888097.15414: ^ task is: TASK: Clear test variables 138029 1726888097.15423: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.15429: getting variables 138029 1726888097.15430: in VariableManager get_vars() 138029 1726888097.15459: Calling all_inventory to load vars for managed_node3 138029 1726888097.15464: Calling groups_inventory to load vars for managed_node3 138029 1726888097.15467: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.15475: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.15477: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.15479: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.16003: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.16619: done with get_vars() 138029 1726888097.16631: done getting variables 138029 1726888097.16696: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-members-encryption.yml:24 Friday 20 September 2024 23:08:17 -0400 (0:00:00.031) 0:01:49.890 ****** 138029 1726888097.16739: entering _queue_task() for managed_node3/set_fact 138029 1726888097.17020: worker is 1 (out of 1 available) 138029 1726888097.17034: exiting _queue_task() for managed_node3/set_fact 138029 1726888097.17051: done queuing things up, now waiting for results queue to drain 138029 1726888097.17052: waiting for pending results... 138029 1726888097.17326: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888097.17479: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000008cb 138029 1726888097.17484: variable 'ansible_search_path' from source: unknown 138029 1726888097.17516: calling self._execute() 138029 1726888097.17614: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.17624: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.17637: variable 'omit' from source: magic vars 138029 1726888097.17730: variable 'omit' from source: magic vars 138029 1726888097.17774: variable 'omit' from source: magic vars 138029 1726888097.17802: variable 'omit' from source: magic vars 138029 1726888097.17840: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888097.17877: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888097.17893: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888097.17909: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888097.17918: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888097.17932: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888097.17974: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888097.17992: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888097.17995: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.18002: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.18172: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888097.18175: Set connection var ansible_timeout to 10 138029 1726888097.18181: Set connection var ansible_pipelining to False 138029 1726888097.18183: Set connection var ansible_shell_type to sh 138029 1726888097.18185: Set connection var ansible_connection to ssh 138029 1726888097.18190: Set connection var ansible_shell_executable to /bin/sh 138029 1726888097.18227: variable 'ansible_shell_executable' from source: unknown 138029 1726888097.18230: variable 'ansible_connection' from source: unknown 138029 1726888097.18232: variable 'ansible_module_compression' from source: unknown 138029 1726888097.18237: variable 'ansible_shell_type' from source: unknown 138029 1726888097.18239: variable 'ansible_shell_executable' from source: unknown 138029 1726888097.18241: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.18244: variable 'ansible_pipelining' from source: unknown 138029 1726888097.18246: variable 'ansible_timeout' from source: unknown 138029 1726888097.18301: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.18426: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888097.18451: variable 'omit' from source: magic vars 138029 1726888097.18454: starting attempt loop 138029 1726888097.18460: running the handler 138029 1726888097.18483: handler run complete 138029 1726888097.18486: attempt loop complete, returning result 138029 1726888097.18489: _execute() done 138029 1726888097.18491: dumping result to json 138029 1726888097.18493: done dumping result, returning 138029 1726888097.18525: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-0000000008cb] 138029 1726888097.18528: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000008cb 138029 1726888097.18600: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000008cb 138029 1726888097.18603: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } 138029 1726888097.18678: no more pending results, returning what we have 138029 1726888097.18681: results queue empty 138029 1726888097.18682: checking for any_errors_fatal 138029 1726888097.18688: done checking for any_errors_fatal 138029 1726888097.18689: checking for max_fail_percentage 138029 1726888097.18690: done checking for max_fail_percentage 138029 1726888097.18691: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.18694: done checking to see if all hosts have failed 138029 1726888097.18695: getting the remaining hosts for this loop 138029 1726888097.18697: done getting the remaining hosts for this loop 138029 1726888097.18700: getting the next task for host managed_node3 138029 1726888097.18707: done getting next task for host managed_node3 138029 1726888097.18710: ^ task is: TASK: Check VDO 138029 1726888097.18714: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=21, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.18718: getting variables 138029 1726888097.18719: in VariableManager get_vars() 138029 1726888097.18745: Calling all_inventory to load vars for managed_node3 138029 1726888097.18748: Calling groups_inventory to load vars for managed_node3 138029 1726888097.18750: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.18760: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.18763: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.18765: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.19198: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.19577: done with get_vars() 138029 1726888097.19588: done getting variables TASK [Check VDO] *************************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Friday 20 September 2024 23:08:17 -0400 (0:00:00.029) 0:01:49.920 ****** 138029 1726888097.19648: entering _queue_task() for managed_node3/include_tasks 138029 1726888097.19838: worker is 1 (out of 1 available) 138029 1726888097.19851: exiting _queue_task() for managed_node3/include_tasks 138029 1726888097.19864: done queuing things up, now waiting for results queue to drain 138029 1726888097.19866: waiting for pending results... 138029 1726888097.20040: running TaskExecutor() for managed_node3/TASK: Check VDO 138029 1726888097.20118: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000484 138029 1726888097.20129: variable 'ansible_search_path' from source: unknown 138029 1726888097.20159: calling self._execute() 138029 1726888097.20235: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.20239: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.20249: variable 'omit' from source: magic vars 138029 1726888097.20329: _execute() done 138029 1726888097.20333: dumping result to json 138029 1726888097.20335: done dumping result, returning 138029 1726888097.20341: done running TaskExecutor() for managed_node3/TASK: Check VDO [0affc8a3-6f6f-5a58-73a2-000000000484] 138029 1726888097.20346: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000484 138029 1726888097.20440: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000484 138029 1726888097.20443: WORKER PROCESS EXITING 138029 1726888097.20472: no more pending results, returning what we have 138029 1726888097.20476: in VariableManager get_vars() 138029 1726888097.20508: Calling all_inventory to load vars for managed_node3 138029 1726888097.20511: Calling groups_inventory to load vars for managed_node3 138029 1726888097.20513: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.20521: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.20524: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.20526: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.20914: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.21665: done with get_vars() 138029 1726888097.21686: variable 'ansible_search_path' from source: unknown 138029 1726888097.21826: variable 'storage_test_pool_subset' from source: include params 138029 1726888097.21865: we have included files to process 138029 1726888097.21867: generating all_blocks data 138029 1726888097.21869: done generating all_blocks data 138029 1726888097.21875: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 138029 1726888097.21876: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 138029 1726888097.21879: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 138029 1726888097.22050: in VariableManager get_vars() 138029 1726888097.22077: done with get_vars() 138029 1726888097.22092: done processing included file 138029 1726888097.22094: iterating over new_blocks loaded from include file 138029 1726888097.22095: in VariableManager get_vars() 138029 1726888097.22119: done with get_vars() 138029 1726888097.22121: filtering new block on tags 138029 1726888097.22149: done filtering new block on tags 138029 1726888097.22152: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 138029 1726888097.22159: extending task lists for all hosts with included blocks 138029 1726888097.25311: done extending task lists 138029 1726888097.25313: done processing included files 138029 1726888097.25313: results queue empty 138029 1726888097.25314: checking for any_errors_fatal 138029 1726888097.25317: done checking for any_errors_fatal 138029 1726888097.25317: checking for max_fail_percentage 138029 1726888097.25318: done checking for max_fail_percentage 138029 1726888097.25318: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.25319: done checking to see if all hosts have failed 138029 1726888097.25319: getting the remaining hosts for this loop 138029 1726888097.25320: done getting the remaining hosts for this loop 138029 1726888097.25322: getting the next task for host managed_node3 138029 1726888097.25325: done getting next task for host managed_node3 138029 1726888097.25327: ^ task is: TASK: Validate pool member VDO settings 138029 1726888097.25329: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.25331: getting variables 138029 1726888097.25331: in VariableManager get_vars() 138029 1726888097.25339: Calling all_inventory to load vars for managed_node3 138029 1726888097.25340: Calling groups_inventory to load vars for managed_node3 138029 1726888097.25342: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.25346: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.25347: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.25349: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.25754: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.26110: done with get_vars() 138029 1726888097.26120: done getting variables TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Friday 20 September 2024 23:08:17 -0400 (0:00:00.065) 0:01:49.985 ****** 138029 1726888097.26185: entering _queue_task() for managed_node3/include_tasks 138029 1726888097.26397: worker is 1 (out of 1 available) 138029 1726888097.26409: exiting _queue_task() for managed_node3/include_tasks 138029 1726888097.26420: done queuing things up, now waiting for results queue to drain 138029 1726888097.26422: waiting for pending results... 138029 1726888097.26612: running TaskExecutor() for managed_node3/TASK: Validate pool member VDO settings 138029 1726888097.26687: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000a6b 138029 1726888097.26698: variable 'ansible_search_path' from source: unknown 138029 1726888097.26895: variable 'storage_test_pool' from source: include params 138029 1726888097.27224: variable 'omit' from source: magic vars 138029 1726888097.27318: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.27325: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.27333: variable 'omit' from source: magic vars 138029 1726888097.27494: variable 'storage_test_pool' from source: include params 138029 1726888097.27517: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888097.27543: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888097.27595: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888097.27885: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.27889: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.27891: variable 'omit' from source: magic vars 138029 1726888097.27939: variable 'storage_test_pool' from source: include params 138029 1726888097.27961: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888097.27988: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888097.28032: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888097.28225: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.28229: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.28232: variable 'omit' from source: magic vars 138029 1726888097.28312: variable 'storage_test_pool' from source: include params 138029 1726888097.28331: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888097.28358: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888097.28402: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888097.28586: dumping result to json 138029 1726888097.28589: done dumping result, returning 138029 1726888097.28592: done running TaskExecutor() for managed_node3/TASK: Validate pool member VDO settings [0affc8a3-6f6f-5a58-73a2-000000000a6b] 138029 1726888097.28594: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000a6b 138029 1726888097.28707: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000a6b 138029 1726888097.28710: WORKER PROCESS EXITING 138029 1726888097.28826: no more pending results, returning what we have 138029 1726888097.28830: in VariableManager get_vars() 138029 1726888097.28862: Calling all_inventory to load vars for managed_node3 138029 1726888097.28865: Calling groups_inventory to load vars for managed_node3 138029 1726888097.28868: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.28877: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.28880: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.28882: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.29219: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.29585: done with get_vars() 138029 1726888097.29593: variable 'ansible_search_path' from source: unknown 138029 1726888097.29625: variable 'ansible_search_path' from source: unknown 138029 1726888097.29647: variable 'ansible_search_path' from source: unknown 138029 1726888097.29669: we have included files to process 138029 1726888097.29670: generating all_blocks data 138029 1726888097.29671: done generating all_blocks data 138029 1726888097.29672: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888097.29673: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888097.29674: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888097.30211: done processing included file 138029 1726888097.30213: iterating over new_blocks loaded from include file 138029 1726888097.30214: in VariableManager get_vars() 138029 1726888097.30223: done with get_vars() 138029 1726888097.30224: filtering new block on tags 138029 1726888097.30302: done filtering new block on tags 138029 1726888097.30304: in VariableManager get_vars() 138029 1726888097.30314: done with get_vars() 138029 1726888097.30315: filtering new block on tags 138029 1726888097.30329: done filtering new block on tags 138029 1726888097.30330: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': 'UUID=ac246704-920b-4020-af6e-f443534e195b', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) 138029 1726888097.30337: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888097.30337: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888097.30339: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888097.30776: done processing included file 138029 1726888097.30777: iterating over new_blocks loaded from include file 138029 1726888097.30778: in VariableManager get_vars() 138029 1726888097.30787: done with get_vars() 138029 1726888097.30788: filtering new block on tags 138029 1726888097.30840: done filtering new block on tags 138029 1726888097.30842: in VariableManager get_vars() 138029 1726888097.30850: done with get_vars() 138029 1726888097.30851: filtering new block on tags 138029 1726888097.30867: done filtering new block on tags 138029 1726888097.30868: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) 138029 1726888097.30878: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888097.30879: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888097.30880: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888097.31322: done processing included file 138029 1726888097.31323: iterating over new_blocks loaded from include file 138029 1726888097.31324: in VariableManager get_vars() 138029 1726888097.31333: done with get_vars() 138029 1726888097.31334: filtering new block on tags 138029 1726888097.31388: done filtering new block on tags 138029 1726888097.31390: in VariableManager get_vars() 138029 1726888097.31399: done with get_vars() 138029 1726888097.31400: filtering new block on tags 138029 1726888097.31413: done filtering new block on tags 138029 1726888097.31415: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 138029 1726888097.31420: extending task lists for all hosts with included blocks 138029 1726888097.31517: done extending task lists 138029 1726888097.31518: done processing included files 138029 1726888097.31518: results queue empty 138029 1726888097.31519: checking for any_errors_fatal 138029 1726888097.31521: done checking for any_errors_fatal 138029 1726888097.31521: checking for max_fail_percentage 138029 1726888097.31522: done checking for max_fail_percentage 138029 1726888097.31522: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.31523: done checking to see if all hosts have failed 138029 1726888097.31523: getting the remaining hosts for this loop 138029 1726888097.31524: done getting the remaining hosts for this loop 138029 1726888097.31526: getting the next task for host managed_node3 138029 1726888097.31529: done getting next task for host managed_node3 138029 1726888097.31530: ^ task is: TASK: Get information about VDO deduplication 138029 1726888097.31533: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.31534: getting variables 138029 1726888097.31535: in VariableManager get_vars() 138029 1726888097.31540: Calling all_inventory to load vars for managed_node3 138029 1726888097.31542: Calling groups_inventory to load vars for managed_node3 138029 1726888097.31543: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.31547: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.31548: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.31550: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.31826: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.32190: done with get_vars() 138029 1726888097.32199: done getting variables 138029 1726888097.32224: 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 VDO deduplication] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Friday 20 September 2024 23:08:17 -0400 (0:00:00.060) 0:01:50.046 ****** 138029 1726888097.32246: entering _queue_task() for managed_node3/command 138029 1726888097.32453: worker is 1 (out of 1 available) 138029 1726888097.32468: exiting _queue_task() for managed_node3/command 138029 1726888097.32481: done queuing things up, now waiting for results queue to drain 138029 1726888097.32482: waiting for pending results... 138029 1726888097.32666: running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication 138029 1726888097.32744: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000be7 138029 1726888097.32757: variable 'ansible_search_path' from source: unknown 138029 1726888097.32788: calling self._execute() 138029 1726888097.32865: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.32872: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.32880: variable 'omit' from source: magic vars 138029 1726888097.33190: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.33212: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.33215: when evaluation is False, skipping this task 138029 1726888097.33218: _execute() done 138029 1726888097.33221: dumping result to json 138029 1726888097.33223: done dumping result, returning 138029 1726888097.33229: done running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication [0affc8a3-6f6f-5a58-73a2-000000000be7] 138029 1726888097.33233: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000be7 138029 1726888097.33320: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000be7 138029 1726888097.33323: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.33404: no more pending results, returning what we have 138029 1726888097.33410: results queue empty 138029 1726888097.33411: checking for any_errors_fatal 138029 1726888097.33412: done checking for any_errors_fatal 138029 1726888097.33413: checking for max_fail_percentage 138029 1726888097.33414: done checking for max_fail_percentage 138029 1726888097.33414: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.33415: done checking to see if all hosts have failed 138029 1726888097.33416: getting the remaining hosts for this loop 138029 1726888097.33417: done getting the remaining hosts for this loop 138029 1726888097.33420: getting the next task for host managed_node3 138029 1726888097.33427: done getting next task for host managed_node3 138029 1726888097.33428: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888097.33434: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.33438: getting variables 138029 1726888097.33439: in VariableManager get_vars() 138029 1726888097.33486: Calling all_inventory to load vars for managed_node3 138029 1726888097.33489: Calling groups_inventory to load vars for managed_node3 138029 1726888097.33491: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.33497: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.33499: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.33501: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.33847: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.34332: done with get_vars() 138029 1726888097.34342: done getting variables 138029 1726888097.34383: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Friday 20 September 2024 23:08:17 -0400 (0:00:00.021) 0:01:50.067 ****** 138029 1726888097.34405: entering _queue_task() for managed_node3/assert 138029 1726888097.34599: worker is 1 (out of 1 available) 138029 1726888097.34612: exiting _queue_task() for managed_node3/assert 138029 1726888097.34624: done queuing things up, now waiting for results queue to drain 138029 1726888097.34626: waiting for pending results... 138029 1726888097.34806: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888097.34891: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000be8 138029 1726888097.34904: variable 'ansible_search_path' from source: unknown 138029 1726888097.34932: calling self._execute() 138029 1726888097.35016: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.35020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.35029: variable 'omit' from source: magic vars 138029 1726888097.35338: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.35362: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.35365: when evaluation is False, skipping this task 138029 1726888097.35370: _execute() done 138029 1726888097.35372: dumping result to json 138029 1726888097.35375: done dumping result, returning 138029 1726888097.35382: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-000000000be8] 138029 1726888097.35387: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000be8 138029 1726888097.35476: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000be8 138029 1726888097.35478: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.35548: no more pending results, returning what we have 138029 1726888097.35551: results queue empty 138029 1726888097.35551: checking for any_errors_fatal 138029 1726888097.35559: done checking for any_errors_fatal 138029 1726888097.35560: checking for max_fail_percentage 138029 1726888097.35566: done checking for max_fail_percentage 138029 1726888097.35567: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.35567: done checking to see if all hosts have failed 138029 1726888097.35568: getting the remaining hosts for this loop 138029 1726888097.35571: done getting the remaining hosts for this loop 138029 1726888097.35574: getting the next task for host managed_node3 138029 1726888097.35583: done getting next task for host managed_node3 138029 1726888097.35585: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888097.35590: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.35594: getting variables 138029 1726888097.35596: in VariableManager get_vars() 138029 1726888097.35621: Calling all_inventory to load vars for managed_node3 138029 1726888097.35623: Calling groups_inventory to load vars for managed_node3 138029 1726888097.35626: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.35635: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.35637: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.35640: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.36107: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.36571: done with get_vars() 138029 1726888097.36581: done getting variables 138029 1726888097.36619: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Friday 20 September 2024 23:08:17 -0400 (0:00:00.022) 0:01:50.089 ****** 138029 1726888097.36641: entering _queue_task() for managed_node3/assert 138029 1726888097.36836: worker is 1 (out of 1 available) 138029 1726888097.36849: exiting _queue_task() for managed_node3/assert 138029 1726888097.36864: done queuing things up, now waiting for results queue to drain 138029 1726888097.36866: waiting for pending results... 138029 1726888097.37037: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888097.37118: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000be9 138029 1726888097.37129: variable 'ansible_search_path' from source: unknown 138029 1726888097.37158: calling self._execute() 138029 1726888097.37232: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.37236: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.37244: variable 'omit' from source: magic vars 138029 1726888097.37538: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.37561: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.37567: when evaluation is False, skipping this task 138029 1726888097.37570: _execute() done 138029 1726888097.37573: dumping result to json 138029 1726888097.37576: done dumping result, returning 138029 1726888097.37578: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000000be9] 138029 1726888097.37582: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000be9 138029 1726888097.37671: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000be9 138029 1726888097.37674: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.37721: no more pending results, returning what we have 138029 1726888097.37725: results queue empty 138029 1726888097.37726: checking for any_errors_fatal 138029 1726888097.37731: done checking for any_errors_fatal 138029 1726888097.37732: checking for max_fail_percentage 138029 1726888097.37734: done checking for max_fail_percentage 138029 1726888097.37734: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.37735: done checking to see if all hosts have failed 138029 1726888097.37736: getting the remaining hosts for this loop 138029 1726888097.37737: done getting the remaining hosts for this loop 138029 1726888097.37740: getting the next task for host managed_node3 138029 1726888097.37747: done getting next task for host managed_node3 138029 1726888097.37749: ^ task is: TASK: Get information about VDO compression 138029 1726888097.37764: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.37769: getting variables 138029 1726888097.37770: in VariableManager get_vars() 138029 1726888097.37795: Calling all_inventory to load vars for managed_node3 138029 1726888097.37798: Calling groups_inventory to load vars for managed_node3 138029 1726888097.37800: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.37808: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.37811: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.37816: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.38161: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.38533: done with get_vars() 138029 1726888097.38544: done getting variables 138029 1726888097.38586: 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 VDO compression] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Friday 20 September 2024 23:08:17 -0400 (0:00:00.019) 0:01:50.109 ****** 138029 1726888097.38608: entering _queue_task() for managed_node3/command 138029 1726888097.38798: worker is 1 (out of 1 available) 138029 1726888097.38810: exiting _queue_task() for managed_node3/command 138029 1726888097.38821: done queuing things up, now waiting for results queue to drain 138029 1726888097.38823: waiting for pending results... 138029 1726888097.39078: running TaskExecutor() for managed_node3/TASK: Get information about VDO compression 138029 1726888097.39261: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000bea 138029 1726888097.39265: variable 'ansible_search_path' from source: unknown 138029 1726888097.39268: calling self._execute() 138029 1726888097.39379: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.39394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.39414: variable 'omit' from source: magic vars 138029 1726888097.39874: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.39916: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.39928: when evaluation is False, skipping this task 138029 1726888097.39943: _execute() done 138029 1726888097.39951: dumping result to json 138029 1726888097.40080: done dumping result, returning 138029 1726888097.40083: done running TaskExecutor() for managed_node3/TASK: Get information about VDO compression [0affc8a3-6f6f-5a58-73a2-000000000bea] 138029 1726888097.40085: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bea 138029 1726888097.40167: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bea 138029 1726888097.40170: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.40231: no more pending results, returning what we have 138029 1726888097.40234: results queue empty 138029 1726888097.40235: checking for any_errors_fatal 138029 1726888097.40241: done checking for any_errors_fatal 138029 1726888097.40242: checking for max_fail_percentage 138029 1726888097.40243: done checking for max_fail_percentage 138029 1726888097.40244: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.40245: done checking to see if all hosts have failed 138029 1726888097.40245: getting the remaining hosts for this loop 138029 1726888097.40247: done getting the remaining hosts for this loop 138029 1726888097.40250: getting the next task for host managed_node3 138029 1726888097.40264: done getting next task for host managed_node3 138029 1726888097.40267: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888097.40272: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.40276: getting variables 138029 1726888097.40278: in VariableManager get_vars() 138029 1726888097.40311: Calling all_inventory to load vars for managed_node3 138029 1726888097.40314: Calling groups_inventory to load vars for managed_node3 138029 1726888097.40319: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.40328: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.40333: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.40337: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.40826: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.41328: done with get_vars() 138029 1726888097.41338: done getting variables 138029 1726888097.41407: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Friday 20 September 2024 23:08:17 -0400 (0:00:00.028) 0:01:50.137 ****** 138029 1726888097.41449: entering _queue_task() for managed_node3/assert 138029 1726888097.41666: worker is 1 (out of 1 available) 138029 1726888097.41680: exiting _queue_task() for managed_node3/assert 138029 1726888097.41696: done queuing things up, now waiting for results queue to drain 138029 1726888097.41698: waiting for pending results... 138029 1726888097.41921: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888097.42013: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000beb 138029 1726888097.42024: variable 'ansible_search_path' from source: unknown 138029 1726888097.42053: calling self._execute() 138029 1726888097.42128: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.42132: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.42142: variable 'omit' from source: magic vars 138029 1726888097.42440: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.42469: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.42474: when evaluation is False, skipping this task 138029 1726888097.42478: _execute() done 138029 1726888097.42480: dumping result to json 138029 1726888097.42483: done dumping result, returning 138029 1726888097.42485: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-000000000beb] 138029 1726888097.42487: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000beb 138029 1726888097.42589: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000beb 138029 1726888097.42592: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.42645: no more pending results, returning what we have 138029 1726888097.42648: results queue empty 138029 1726888097.42649: checking for any_errors_fatal 138029 1726888097.42653: done checking for any_errors_fatal 138029 1726888097.42654: checking for max_fail_percentage 138029 1726888097.42657: done checking for max_fail_percentage 138029 1726888097.42658: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.42659: done checking to see if all hosts have failed 138029 1726888097.42659: getting the remaining hosts for this loop 138029 1726888097.42661: done getting the remaining hosts for this loop 138029 1726888097.42666: getting the next task for host managed_node3 138029 1726888097.42673: done getting next task for host managed_node3 138029 1726888097.42675: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888097.42680: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.42684: getting variables 138029 1726888097.42685: in VariableManager get_vars() 138029 1726888097.42710: Calling all_inventory to load vars for managed_node3 138029 1726888097.42712: Calling groups_inventory to load vars for managed_node3 138029 1726888097.42715: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.42722: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.42725: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.42727: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.43060: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.43810: done with get_vars() 138029 1726888097.43820: done getting variables 138029 1726888097.43860: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Friday 20 September 2024 23:08:17 -0400 (0:00:00.024) 0:01:50.162 ****** 138029 1726888097.43883: entering _queue_task() for managed_node3/assert 138029 1726888097.44059: worker is 1 (out of 1 available) 138029 1726888097.44074: exiting _queue_task() for managed_node3/assert 138029 1726888097.44085: done queuing things up, now waiting for results queue to drain 138029 1726888097.44087: waiting for pending results... 138029 1726888097.44253: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888097.44339: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000bec 138029 1726888097.44352: variable 'ansible_search_path' from source: unknown 138029 1726888097.44382: calling self._execute() 138029 1726888097.44457: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.44461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.44471: variable 'omit' from source: magic vars 138029 1726888097.44801: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.44810: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.44813: when evaluation is False, skipping this task 138029 1726888097.44816: _execute() done 138029 1726888097.44818: dumping result to json 138029 1726888097.44820: done dumping result, returning 138029 1726888097.44827: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000000bec] 138029 1726888097.44831: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bec skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.44981: no more pending results, returning what we have 138029 1726888097.44984: results queue empty 138029 1726888097.44985: checking for any_errors_fatal 138029 1726888097.44991: done checking for any_errors_fatal 138029 1726888097.44992: checking for max_fail_percentage 138029 1726888097.44994: done checking for max_fail_percentage 138029 1726888097.44995: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.44995: done checking to see if all hosts have failed 138029 1726888097.44996: getting the remaining hosts for this loop 138029 1726888097.44997: done getting the remaining hosts for this loop 138029 1726888097.45001: getting the next task for host managed_node3 138029 1726888097.45012: done getting next task for host managed_node3 138029 1726888097.45015: ^ task is: TASK: Clear test variables 138029 1726888097.45025: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.45029: getting variables 138029 1726888097.45031: in VariableManager get_vars() 138029 1726888097.45059: Calling all_inventory to load vars for managed_node3 138029 1726888097.45061: Calling groups_inventory to load vars for managed_node3 138029 1726888097.45064: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.45076: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.45079: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.45082: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.45536: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bec 138029 1726888097.45539: WORKER PROCESS EXITING 138029 1726888097.45549: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.45997: done with get_vars() 138029 1726888097.46007: done getting variables 138029 1726888097.46068: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-vdo.yml:46 Friday 20 September 2024 23:08:17 -0400 (0:00:00.022) 0:01:50.184 ****** 138029 1726888097.46108: entering _queue_task() for managed_node3/set_fact 138029 1726888097.46336: worker is 1 (out of 1 available) 138029 1726888097.46350: exiting _queue_task() for managed_node3/set_fact 138029 1726888097.46363: done queuing things up, now waiting for results queue to drain 138029 1726888097.46365: waiting for pending results... 138029 1726888097.46618: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888097.46714: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000bee 138029 1726888097.46727: variable 'ansible_search_path' from source: unknown 138029 1726888097.46787: calling self._execute() 138029 1726888097.46934: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.46938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.46940: variable 'omit' from source: magic vars 138029 1726888097.47045: variable 'omit' from source: magic vars 138029 1726888097.47100: variable 'omit' from source: magic vars 138029 1726888097.47137: variable 'omit' from source: magic vars 138029 1726888097.47174: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888097.47244: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888097.47247: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888097.47308: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888097.47311: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888097.47314: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888097.47316: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888097.47342: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888097.47352: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.47357: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.47454: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888097.47459: Set connection var ansible_timeout to 10 138029 1726888097.47466: Set connection var ansible_pipelining to False 138029 1726888097.47469: Set connection var ansible_shell_type to sh 138029 1726888097.47471: Set connection var ansible_connection to ssh 138029 1726888097.47474: Set connection var ansible_shell_executable to /bin/sh 138029 1726888097.47506: variable 'ansible_shell_executable' from source: unknown 138029 1726888097.47516: variable 'ansible_connection' from source: unknown 138029 1726888097.47519: variable 'ansible_module_compression' from source: unknown 138029 1726888097.47522: variable 'ansible_shell_type' from source: unknown 138029 1726888097.47524: variable 'ansible_shell_executable' from source: unknown 138029 1726888097.47526: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.47530: variable 'ansible_pipelining' from source: unknown 138029 1726888097.47532: variable 'ansible_timeout' from source: unknown 138029 1726888097.47537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.47676: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888097.47685: variable 'omit' from source: magic vars 138029 1726888097.47690: starting attempt loop 138029 1726888097.47693: running the handler 138029 1726888097.47702: handler run complete 138029 1726888097.47709: attempt loop complete, returning result 138029 1726888097.47736: _execute() done 138029 1726888097.47738: dumping result to json 138029 1726888097.47741: done dumping result, returning 138029 1726888097.47743: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000000bee] 138029 1726888097.47745: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bee 138029 1726888097.47820: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bee 138029 1726888097.47824: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } 138029 1726888097.47902: no more pending results, returning what we have 138029 1726888097.47904: results queue empty 138029 1726888097.47905: checking for any_errors_fatal 138029 1726888097.47910: done checking for any_errors_fatal 138029 1726888097.47910: checking for max_fail_percentage 138029 1726888097.47912: done checking for max_fail_percentage 138029 1726888097.47913: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.47913: done checking to see if all hosts have failed 138029 1726888097.47914: getting the remaining hosts for this loop 138029 1726888097.47915: done getting the remaining hosts for this loop 138029 1726888097.47918: getting the next task for host managed_node3 138029 1726888097.47926: done getting next task for host managed_node3 138029 1726888097.47929: ^ task is: TASK: Get information about VDO deduplication 138029 1726888097.47934: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.47938: getting variables 138029 1726888097.47939: in VariableManager get_vars() 138029 1726888097.47968: Calling all_inventory to load vars for managed_node3 138029 1726888097.47970: Calling groups_inventory to load vars for managed_node3 138029 1726888097.47972: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.47979: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.47981: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.47982: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.48329: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.48709: done with get_vars() 138029 1726888097.48721: done getting variables 138029 1726888097.48759: 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 VDO deduplication] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Friday 20 September 2024 23:08:17 -0400 (0:00:00.026) 0:01:50.211 ****** 138029 1726888097.48786: entering _queue_task() for managed_node3/command 138029 1726888097.48972: worker is 1 (out of 1 available) 138029 1726888097.48986: exiting _queue_task() for managed_node3/command 138029 1726888097.48997: done queuing things up, now waiting for results queue to drain 138029 1726888097.48999: waiting for pending results... 138029 1726888097.49175: running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication 138029 1726888097.49252: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000bf3 138029 1726888097.49342: variable 'ansible_search_path' from source: unknown 138029 1726888097.49346: calling self._execute() 138029 1726888097.49370: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.49376: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.49384: variable 'omit' from source: magic vars 138029 1726888097.49680: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.49700: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.49704: when evaluation is False, skipping this task 138029 1726888097.49707: _execute() done 138029 1726888097.49710: dumping result to json 138029 1726888097.49713: done dumping result, returning 138029 1726888097.49716: done running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication [0affc8a3-6f6f-5a58-73a2-000000000bf3] 138029 1726888097.49721: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bf3 138029 1726888097.49810: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bf3 138029 1726888097.49813: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.49865: no more pending results, returning what we have 138029 1726888097.49868: results queue empty 138029 1726888097.49869: checking for any_errors_fatal 138029 1726888097.49873: done checking for any_errors_fatal 138029 1726888097.49874: checking for max_fail_percentage 138029 1726888097.49875: done checking for max_fail_percentage 138029 1726888097.49876: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.49877: done checking to see if all hosts have failed 138029 1726888097.49878: getting the remaining hosts for this loop 138029 1726888097.49879: done getting the remaining hosts for this loop 138029 1726888097.49882: getting the next task for host managed_node3 138029 1726888097.49888: done getting next task for host managed_node3 138029 1726888097.49890: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888097.49896: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.49899: getting variables 138029 1726888097.49901: in VariableManager get_vars() 138029 1726888097.49925: Calling all_inventory to load vars for managed_node3 138029 1726888097.49927: Calling groups_inventory to load vars for managed_node3 138029 1726888097.49929: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.49937: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.49940: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.49942: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.50288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.50661: done with get_vars() 138029 1726888097.50673: done getting variables 138029 1726888097.50711: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Friday 20 September 2024 23:08:17 -0400 (0:00:00.019) 0:01:50.230 ****** 138029 1726888097.50732: entering _queue_task() for managed_node3/assert 138029 1726888097.50915: worker is 1 (out of 1 available) 138029 1726888097.50927: exiting _queue_task() for managed_node3/assert 138029 1726888097.50938: done queuing things up, now waiting for results queue to drain 138029 1726888097.50940: waiting for pending results... 138029 1726888097.51108: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888097.51190: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000bf4 138029 1726888097.51202: variable 'ansible_search_path' from source: unknown 138029 1726888097.51228: calling self._execute() 138029 1726888097.51302: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.51306: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.51314: variable 'omit' from source: magic vars 138029 1726888097.51607: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.51628: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.51631: when evaluation is False, skipping this task 138029 1726888097.51634: _execute() done 138029 1726888097.51637: dumping result to json 138029 1726888097.51639: done dumping result, returning 138029 1726888097.51645: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-000000000bf4] 138029 1726888097.51650: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bf4 138029 1726888097.51738: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bf4 138029 1726888097.51740: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.51791: no more pending results, returning what we have 138029 1726888097.51794: results queue empty 138029 1726888097.51795: checking for any_errors_fatal 138029 1726888097.51800: done checking for any_errors_fatal 138029 1726888097.51801: checking for max_fail_percentage 138029 1726888097.51802: done checking for max_fail_percentage 138029 1726888097.51803: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.51803: done checking to see if all hosts have failed 138029 1726888097.51804: getting the remaining hosts for this loop 138029 1726888097.51805: done getting the remaining hosts for this loop 138029 1726888097.51808: getting the next task for host managed_node3 138029 1726888097.51815: done getting next task for host managed_node3 138029 1726888097.51817: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888097.51822: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.51825: getting variables 138029 1726888097.51826: in VariableManager get_vars() 138029 1726888097.51850: Calling all_inventory to load vars for managed_node3 138029 1726888097.51853: Calling groups_inventory to load vars for managed_node3 138029 1726888097.51865: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.51873: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.51876: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.51878: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.52218: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.52748: done with get_vars() 138029 1726888097.52759: done getting variables 138029 1726888097.52798: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Friday 20 September 2024 23:08:17 -0400 (0:00:00.020) 0:01:50.251 ****** 138029 1726888097.52820: entering _queue_task() for managed_node3/assert 138029 1726888097.53007: worker is 1 (out of 1 available) 138029 1726888097.53020: exiting _queue_task() for managed_node3/assert 138029 1726888097.53031: done queuing things up, now waiting for results queue to drain 138029 1726888097.53033: waiting for pending results... 138029 1726888097.53199: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888097.53292: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000bf5 138029 1726888097.53303: variable 'ansible_search_path' from source: unknown 138029 1726888097.53330: calling self._execute() 138029 1726888097.53404: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.53408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.53417: variable 'omit' from source: magic vars 138029 1726888097.53705: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.53728: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.53732: when evaluation is False, skipping this task 138029 1726888097.53735: _execute() done 138029 1726888097.53738: dumping result to json 138029 1726888097.53740: done dumping result, returning 138029 1726888097.53743: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000000bf5] 138029 1726888097.53749: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bf5 138029 1726888097.53839: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bf5 138029 1726888097.53842: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.53889: no more pending results, returning what we have 138029 1726888097.53892: results queue empty 138029 1726888097.53893: checking for any_errors_fatal 138029 1726888097.53898: done checking for any_errors_fatal 138029 1726888097.53898: checking for max_fail_percentage 138029 1726888097.53900: done checking for max_fail_percentage 138029 1726888097.53901: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.53902: done checking to see if all hosts have failed 138029 1726888097.53902: getting the remaining hosts for this loop 138029 1726888097.53903: done getting the remaining hosts for this loop 138029 1726888097.53906: getting the next task for host managed_node3 138029 1726888097.53913: done getting next task for host managed_node3 138029 1726888097.53915: ^ task is: TASK: Get information about VDO compression 138029 1726888097.53921: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.53924: getting variables 138029 1726888097.53926: in VariableManager get_vars() 138029 1726888097.53950: Calling all_inventory to load vars for managed_node3 138029 1726888097.53952: Calling groups_inventory to load vars for managed_node3 138029 1726888097.53963: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.53973: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.53975: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.53976: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.54322: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.54699: done with get_vars() 138029 1726888097.54709: done getting variables 138029 1726888097.54747: 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 VDO compression] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Friday 20 September 2024 23:08:17 -0400 (0:00:00.019) 0:01:50.271 ****** 138029 1726888097.54775: entering _queue_task() for managed_node3/command 138029 1726888097.54952: worker is 1 (out of 1 available) 138029 1726888097.54970: exiting _queue_task() for managed_node3/command 138029 1726888097.54982: done queuing things up, now waiting for results queue to drain 138029 1726888097.54983: waiting for pending results... 138029 1726888097.55152: running TaskExecutor() for managed_node3/TASK: Get information about VDO compression 138029 1726888097.55234: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000bf6 138029 1726888097.55246: variable 'ansible_search_path' from source: unknown 138029 1726888097.55278: calling self._execute() 138029 1726888097.55353: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.55359: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.55370: variable 'omit' from source: magic vars 138029 1726888097.55675: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.55696: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.55699: when evaluation is False, skipping this task 138029 1726888097.55702: _execute() done 138029 1726888097.55705: dumping result to json 138029 1726888097.55707: done dumping result, returning 138029 1726888097.55712: done running TaskExecutor() for managed_node3/TASK: Get information about VDO compression [0affc8a3-6f6f-5a58-73a2-000000000bf6] 138029 1726888097.55718: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bf6 138029 1726888097.55805: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bf6 138029 1726888097.55808: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.55860: no more pending results, returning what we have 138029 1726888097.55865: results queue empty 138029 1726888097.55867: checking for any_errors_fatal 138029 1726888097.55872: done checking for any_errors_fatal 138029 1726888097.55872: checking for max_fail_percentage 138029 1726888097.55874: done checking for max_fail_percentage 138029 1726888097.55875: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.55875: done checking to see if all hosts have failed 138029 1726888097.55876: getting the remaining hosts for this loop 138029 1726888097.55877: done getting the remaining hosts for this loop 138029 1726888097.55880: getting the next task for host managed_node3 138029 1726888097.55887: done getting next task for host managed_node3 138029 1726888097.55889: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888097.55894: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.55898: getting variables 138029 1726888097.55899: in VariableManager get_vars() 138029 1726888097.55925: Calling all_inventory to load vars for managed_node3 138029 1726888097.55928: Calling groups_inventory to load vars for managed_node3 138029 1726888097.55930: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.55939: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.55942: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.55944: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.56290: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.56662: done with get_vars() 138029 1726888097.56673: done getting variables 138029 1726888097.56710: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Friday 20 September 2024 23:08:17 -0400 (0:00:00.019) 0:01:50.290 ****** 138029 1726888097.56734: entering _queue_task() for managed_node3/assert 138029 1726888097.56913: worker is 1 (out of 1 available) 138029 1726888097.56925: exiting _queue_task() for managed_node3/assert 138029 1726888097.56936: done queuing things up, now waiting for results queue to drain 138029 1726888097.56938: waiting for pending results... 138029 1726888097.57118: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888097.57200: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000bf7 138029 1726888097.57212: variable 'ansible_search_path' from source: unknown 138029 1726888097.57239: calling self._execute() 138029 1726888097.57321: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.57324: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.57333: variable 'omit' from source: magic vars 138029 1726888097.57636: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.57659: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.57662: when evaluation is False, skipping this task 138029 1726888097.57665: _execute() done 138029 1726888097.57668: dumping result to json 138029 1726888097.57671: done dumping result, returning 138029 1726888097.57678: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-000000000bf7] 138029 1726888097.57684: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bf7 138029 1726888097.57772: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bf7 138029 1726888097.57775: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.57847: no more pending results, returning what we have 138029 1726888097.57850: results queue empty 138029 1726888097.57850: checking for any_errors_fatal 138029 1726888097.57857: done checking for any_errors_fatal 138029 1726888097.57858: checking for max_fail_percentage 138029 1726888097.57859: done checking for max_fail_percentage 138029 1726888097.57860: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.57860: done checking to see if all hosts have failed 138029 1726888097.57861: getting the remaining hosts for this loop 138029 1726888097.57862: done getting the remaining hosts for this loop 138029 1726888097.57871: getting the next task for host managed_node3 138029 1726888097.57879: done getting next task for host managed_node3 138029 1726888097.57881: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888097.57886: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.57889: getting variables 138029 1726888097.57891: in VariableManager get_vars() 138029 1726888097.57912: Calling all_inventory to load vars for managed_node3 138029 1726888097.57914: Calling groups_inventory to load vars for managed_node3 138029 1726888097.57916: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.57923: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.57924: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.57926: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.58262: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.58634: done with get_vars() 138029 1726888097.58644: done getting variables 138029 1726888097.58684: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Friday 20 September 2024 23:08:17 -0400 (0:00:00.019) 0:01:50.310 ****** 138029 1726888097.58705: entering _queue_task() for managed_node3/assert 138029 1726888097.58877: worker is 1 (out of 1 available) 138029 1726888097.58890: exiting _queue_task() for managed_node3/assert 138029 1726888097.58901: done queuing things up, now waiting for results queue to drain 138029 1726888097.58903: waiting for pending results... 138029 1726888097.59074: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888097.59157: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000bf8 138029 1726888097.59173: variable 'ansible_search_path' from source: unknown 138029 1726888097.59199: calling self._execute() 138029 1726888097.59281: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.59285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.59293: variable 'omit' from source: magic vars 138029 1726888097.59592: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.59612: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.59616: when evaluation is False, skipping this task 138029 1726888097.59619: _execute() done 138029 1726888097.59621: dumping result to json 138029 1726888097.59624: done dumping result, returning 138029 1726888097.59628: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000000bf8] 138029 1726888097.59634: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bf8 138029 1726888097.59719: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bf8 138029 1726888097.59722: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.59770: no more pending results, returning what we have 138029 1726888097.59774: results queue empty 138029 1726888097.59775: checking for any_errors_fatal 138029 1726888097.59779: done checking for any_errors_fatal 138029 1726888097.59780: checking for max_fail_percentage 138029 1726888097.59781: done checking for max_fail_percentage 138029 1726888097.59782: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.59783: done checking to see if all hosts have failed 138029 1726888097.59783: getting the remaining hosts for this loop 138029 1726888097.59785: done getting the remaining hosts for this loop 138029 1726888097.59788: getting the next task for host managed_node3 138029 1726888097.59797: done getting next task for host managed_node3 138029 1726888097.59799: ^ task is: TASK: Clear test variables 138029 1726888097.59805: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.59809: getting variables 138029 1726888097.59810: in VariableManager get_vars() 138029 1726888097.59834: Calling all_inventory to load vars for managed_node3 138029 1726888097.59836: Calling groups_inventory to load vars for managed_node3 138029 1726888097.59838: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.59847: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.59850: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.59853: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.60199: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.60724: done with get_vars() 138029 1726888097.60735: done getting variables 138029 1726888097.60776: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-vdo.yml:46 Friday 20 September 2024 23:08:17 -0400 (0:00:00.020) 0:01:50.331 ****** 138029 1726888097.60797: entering _queue_task() for managed_node3/set_fact 138029 1726888097.60975: worker is 1 (out of 1 available) 138029 1726888097.60988: exiting _queue_task() for managed_node3/set_fact 138029 1726888097.61000: done queuing things up, now waiting for results queue to drain 138029 1726888097.61001: waiting for pending results... 138029 1726888097.61176: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888097.61267: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000bfa 138029 1726888097.61281: variable 'ansible_search_path' from source: unknown 138029 1726888097.61307: calling self._execute() 138029 1726888097.61384: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.61388: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.61396: variable 'omit' from source: magic vars 138029 1726888097.61475: variable 'omit' from source: magic vars 138029 1726888097.61519: variable 'omit' from source: magic vars 138029 1726888097.61543: variable 'omit' from source: magic vars 138029 1726888097.61580: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888097.61606: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888097.61621: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888097.61634: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888097.61644: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888097.61658: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888097.61677: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888097.61698: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888097.61701: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.61703: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.61788: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888097.61791: Set connection var ansible_timeout to 10 138029 1726888097.61797: Set connection var ansible_pipelining to False 138029 1726888097.61800: Set connection var ansible_shell_type to sh 138029 1726888097.61803: Set connection var ansible_connection to ssh 138029 1726888097.61806: Set connection var ansible_shell_executable to /bin/sh 138029 1726888097.61825: variable 'ansible_shell_executable' from source: unknown 138029 1726888097.61827: variable 'ansible_connection' from source: unknown 138029 1726888097.61830: variable 'ansible_module_compression' from source: unknown 138029 1726888097.61833: variable 'ansible_shell_type' from source: unknown 138029 1726888097.61835: variable 'ansible_shell_executable' from source: unknown 138029 1726888097.61837: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.61842: variable 'ansible_pipelining' from source: unknown 138029 1726888097.61844: variable 'ansible_timeout' from source: unknown 138029 1726888097.61847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.61952: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888097.61963: variable 'omit' from source: magic vars 138029 1726888097.61970: starting attempt loop 138029 1726888097.61973: running the handler 138029 1726888097.61983: handler run complete 138029 1726888097.61994: attempt loop complete, returning result 138029 1726888097.61997: _execute() done 138029 1726888097.62000: dumping result to json 138029 1726888097.62002: done dumping result, returning 138029 1726888097.62005: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000000bfa] 138029 1726888097.62010: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bfa 138029 1726888097.62088: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bfa 138029 1726888097.62091: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } 138029 1726888097.62141: no more pending results, returning what we have 138029 1726888097.62144: results queue empty 138029 1726888097.62145: checking for any_errors_fatal 138029 1726888097.62150: done checking for any_errors_fatal 138029 1726888097.62151: checking for max_fail_percentage 138029 1726888097.62152: done checking for max_fail_percentage 138029 1726888097.62153: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.62154: done checking to see if all hosts have failed 138029 1726888097.62157: getting the remaining hosts for this loop 138029 1726888097.62158: done getting the remaining hosts for this loop 138029 1726888097.62161: getting the next task for host managed_node3 138029 1726888097.62170: done getting next task for host managed_node3 138029 1726888097.62172: ^ task is: TASK: Get information about VDO deduplication 138029 1726888097.62179: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.62182: getting variables 138029 1726888097.62183: in VariableManager get_vars() 138029 1726888097.62207: Calling all_inventory to load vars for managed_node3 138029 1726888097.62209: Calling groups_inventory to load vars for managed_node3 138029 1726888097.62212: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.62219: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.62222: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.62224: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.65280: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.65644: done with get_vars() 138029 1726888097.65654: done getting variables 138029 1726888097.65689: 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 VDO deduplication] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Friday 20 September 2024 23:08:17 -0400 (0:00:00.049) 0:01:50.380 ****** 138029 1726888097.65713: entering _queue_task() for managed_node3/command 138029 1726888097.65941: worker is 1 (out of 1 available) 138029 1726888097.65954: exiting _queue_task() for managed_node3/command 138029 1726888097.65968: done queuing things up, now waiting for results queue to drain 138029 1726888097.65970: waiting for pending results... 138029 1726888097.66150: running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication 138029 1726888097.66245: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000bff 138029 1726888097.66260: variable 'ansible_search_path' from source: unknown 138029 1726888097.66292: calling self._execute() 138029 1726888097.66375: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.66380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.66391: variable 'omit' from source: magic vars 138029 1726888097.66714: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.66737: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.66741: when evaluation is False, skipping this task 138029 1726888097.66744: _execute() done 138029 1726888097.66748: dumping result to json 138029 1726888097.66751: done dumping result, returning 138029 1726888097.66753: done running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication [0affc8a3-6f6f-5a58-73a2-000000000bff] 138029 1726888097.66758: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bff 138029 1726888097.66848: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000bff 138029 1726888097.66851: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.66919: no more pending results, returning what we have 138029 1726888097.66922: results queue empty 138029 1726888097.66923: checking for any_errors_fatal 138029 1726888097.66934: done checking for any_errors_fatal 138029 1726888097.66935: checking for max_fail_percentage 138029 1726888097.66936: done checking for max_fail_percentage 138029 1726888097.66937: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.66938: done checking to see if all hosts have failed 138029 1726888097.66938: getting the remaining hosts for this loop 138029 1726888097.66940: done getting the remaining hosts for this loop 138029 1726888097.66943: getting the next task for host managed_node3 138029 1726888097.66951: done getting next task for host managed_node3 138029 1726888097.66954: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888097.66963: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.66967: getting variables 138029 1726888097.66969: in VariableManager get_vars() 138029 1726888097.66996: Calling all_inventory to load vars for managed_node3 138029 1726888097.66999: Calling groups_inventory to load vars for managed_node3 138029 1726888097.67001: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.67010: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.67013: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.67015: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.67373: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.67749: done with get_vars() 138029 1726888097.67762: done getting variables 138029 1726888097.67800: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Friday 20 September 2024 23:08:17 -0400 (0:00:00.021) 0:01:50.401 ****** 138029 1726888097.67825: entering _queue_task() for managed_node3/assert 138029 1726888097.68017: worker is 1 (out of 1 available) 138029 1726888097.68029: exiting _queue_task() for managed_node3/assert 138029 1726888097.68041: done queuing things up, now waiting for results queue to drain 138029 1726888097.68042: waiting for pending results... 138029 1726888097.68221: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888097.68323: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000c00 138029 1726888097.68335: variable 'ansible_search_path' from source: unknown 138029 1726888097.68364: calling self._execute() 138029 1726888097.68444: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.68448: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.68461: variable 'omit' from source: magic vars 138029 1726888097.68768: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.68791: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.68794: when evaluation is False, skipping this task 138029 1726888097.68797: _execute() done 138029 1726888097.68800: dumping result to json 138029 1726888097.68802: done dumping result, returning 138029 1726888097.68807: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-000000000c00] 138029 1726888097.68812: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c00 138029 1726888097.68912: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c00 138029 1726888097.68915: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.68971: no more pending results, returning what we have 138029 1726888097.68974: results queue empty 138029 1726888097.68975: checking for any_errors_fatal 138029 1726888097.68979: done checking for any_errors_fatal 138029 1726888097.68980: checking for max_fail_percentage 138029 1726888097.68982: done checking for max_fail_percentage 138029 1726888097.68982: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.68983: done checking to see if all hosts have failed 138029 1726888097.68984: getting the remaining hosts for this loop 138029 1726888097.68985: done getting the remaining hosts for this loop 138029 1726888097.68988: getting the next task for host managed_node3 138029 1726888097.68995: done getting next task for host managed_node3 138029 1726888097.68997: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888097.69002: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.69006: getting variables 138029 1726888097.69007: in VariableManager get_vars() 138029 1726888097.69034: Calling all_inventory to load vars for managed_node3 138029 1726888097.69036: Calling groups_inventory to load vars for managed_node3 138029 1726888097.69039: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.69048: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.69051: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.69053: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.69401: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.69782: done with get_vars() 138029 1726888097.69793: done getting variables 138029 1726888097.69832: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Friday 20 September 2024 23:08:17 -0400 (0:00:00.020) 0:01:50.422 ****** 138029 1726888097.69859: entering _queue_task() for managed_node3/assert 138029 1726888097.70053: worker is 1 (out of 1 available) 138029 1726888097.70066: exiting _queue_task() for managed_node3/assert 138029 1726888097.70077: done queuing things up, now waiting for results queue to drain 138029 1726888097.70079: waiting for pending results... 138029 1726888097.70253: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888097.70338: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000c01 138029 1726888097.70350: variable 'ansible_search_path' from source: unknown 138029 1726888097.70383: calling self._execute() 138029 1726888097.70463: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.70471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.70481: variable 'omit' from source: magic vars 138029 1726888097.70795: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.70816: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.70820: when evaluation is False, skipping this task 138029 1726888097.70822: _execute() done 138029 1726888097.70825: dumping result to json 138029 1726888097.70827: done dumping result, returning 138029 1726888097.70834: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000000c01] 138029 1726888097.70838: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c01 138029 1726888097.70929: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c01 138029 1726888097.70932: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.70999: no more pending results, returning what we have 138029 1726888097.71002: results queue empty 138029 1726888097.71003: checking for any_errors_fatal 138029 1726888097.71008: done checking for any_errors_fatal 138029 1726888097.71009: checking for max_fail_percentage 138029 1726888097.71010: done checking for max_fail_percentage 138029 1726888097.71011: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.71012: done checking to see if all hosts have failed 138029 1726888097.71012: getting the remaining hosts for this loop 138029 1726888097.71014: done getting the remaining hosts for this loop 138029 1726888097.71016: getting the next task for host managed_node3 138029 1726888097.71023: done getting next task for host managed_node3 138029 1726888097.71025: ^ task is: TASK: Get information about VDO compression 138029 1726888097.71031: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.71035: getting variables 138029 1726888097.71036: in VariableManager get_vars() 138029 1726888097.71062: Calling all_inventory to load vars for managed_node3 138029 1726888097.71065: Calling groups_inventory to load vars for managed_node3 138029 1726888097.71068: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.71076: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.71079: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.71081: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.71425: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.71809: done with get_vars() 138029 1726888097.71818: done getting variables 138029 1726888097.71862: 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 VDO compression] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Friday 20 September 2024 23:08:17 -0400 (0:00:00.020) 0:01:50.442 ****** 138029 1726888097.71885: entering _queue_task() for managed_node3/command 138029 1726888097.72077: worker is 1 (out of 1 available) 138029 1726888097.72091: exiting _queue_task() for managed_node3/command 138029 1726888097.72103: done queuing things up, now waiting for results queue to drain 138029 1726888097.72105: waiting for pending results... 138029 1726888097.72285: running TaskExecutor() for managed_node3/TASK: Get information about VDO compression 138029 1726888097.72375: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000c02 138029 1726888097.72388: variable 'ansible_search_path' from source: unknown 138029 1726888097.72414: calling self._execute() 138029 1726888097.72497: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.72503: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.72513: variable 'omit' from source: magic vars 138029 1726888097.72827: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.72848: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.72852: when evaluation is False, skipping this task 138029 1726888097.72857: _execute() done 138029 1726888097.72860: dumping result to json 138029 1726888097.72862: done dumping result, returning 138029 1726888097.72869: done running TaskExecutor() for managed_node3/TASK: Get information about VDO compression [0affc8a3-6f6f-5a58-73a2-000000000c02] 138029 1726888097.72879: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c02 138029 1726888097.72965: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c02 138029 1726888097.72967: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.73028: no more pending results, returning what we have 138029 1726888097.73032: results queue empty 138029 1726888097.73033: checking for any_errors_fatal 138029 1726888097.73039: done checking for any_errors_fatal 138029 1726888097.73040: checking for max_fail_percentage 138029 1726888097.73041: done checking for max_fail_percentage 138029 1726888097.73042: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.73043: done checking to see if all hosts have failed 138029 1726888097.73043: getting the remaining hosts for this loop 138029 1726888097.73045: done getting the remaining hosts for this loop 138029 1726888097.73048: getting the next task for host managed_node3 138029 1726888097.73057: done getting next task for host managed_node3 138029 1726888097.73060: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888097.73066: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.73069: getting variables 138029 1726888097.73070: in VariableManager get_vars() 138029 1726888097.73096: Calling all_inventory to load vars for managed_node3 138029 1726888097.73098: Calling groups_inventory to load vars for managed_node3 138029 1726888097.73100: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.73109: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.73112: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.73114: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.73625: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.73985: done with get_vars() 138029 1726888097.73995: done getting variables 138029 1726888097.74036: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Friday 20 September 2024 23:08:17 -0400 (0:00:00.021) 0:01:50.464 ****** 138029 1726888097.74060: entering _queue_task() for managed_node3/assert 138029 1726888097.74258: worker is 1 (out of 1 available) 138029 1726888097.74271: exiting _queue_task() for managed_node3/assert 138029 1726888097.74283: done queuing things up, now waiting for results queue to drain 138029 1726888097.74285: waiting for pending results... 138029 1726888097.74462: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888097.74554: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000c03 138029 1726888097.74570: variable 'ansible_search_path' from source: unknown 138029 1726888097.74598: calling self._execute() 138029 1726888097.74680: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.74684: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.74693: variable 'omit' from source: magic vars 138029 1726888097.75007: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.75028: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.75032: when evaluation is False, skipping this task 138029 1726888097.75036: _execute() done 138029 1726888097.75038: dumping result to json 138029 1726888097.75041: done dumping result, returning 138029 1726888097.75043: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-000000000c03] 138029 1726888097.75049: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c03 138029 1726888097.75142: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c03 138029 1726888097.75144: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.75201: no more pending results, returning what we have 138029 1726888097.75204: results queue empty 138029 1726888097.75205: checking for any_errors_fatal 138029 1726888097.75211: done checking for any_errors_fatal 138029 1726888097.75212: checking for max_fail_percentage 138029 1726888097.75213: done checking for max_fail_percentage 138029 1726888097.75214: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.75215: done checking to see if all hosts have failed 138029 1726888097.75215: getting the remaining hosts for this loop 138029 1726888097.75217: done getting the remaining hosts for this loop 138029 1726888097.75220: getting the next task for host managed_node3 138029 1726888097.75226: done getting next task for host managed_node3 138029 1726888097.75229: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888097.75235: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.75239: getting variables 138029 1726888097.75240: in VariableManager get_vars() 138029 1726888097.75267: Calling all_inventory to load vars for managed_node3 138029 1726888097.75269: Calling groups_inventory to load vars for managed_node3 138029 1726888097.75272: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.75281: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.75283: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.75286: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.75636: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.76010: done with get_vars() 138029 1726888097.76020: done getting variables 138029 1726888097.76061: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Friday 20 September 2024 23:08:17 -0400 (0:00:00.020) 0:01:50.484 ****** 138029 1726888097.76087: entering _queue_task() for managed_node3/assert 138029 1726888097.76275: worker is 1 (out of 1 available) 138029 1726888097.76288: exiting _queue_task() for managed_node3/assert 138029 1726888097.76299: done queuing things up, now waiting for results queue to drain 138029 1726888097.76301: waiting for pending results... 138029 1726888097.76477: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888097.76559: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000c04 138029 1726888097.76574: variable 'ansible_search_path' from source: unknown 138029 1726888097.76600: calling self._execute() 138029 1726888097.76684: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.76689: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.76698: variable 'omit' from source: magic vars 138029 1726888097.77009: variable 'storage_test_vdo_volume' from source: include params 138029 1726888097.77029: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888097.77033: when evaluation is False, skipping this task 138029 1726888097.77036: _execute() done 138029 1726888097.77039: dumping result to json 138029 1726888097.77041: done dumping result, returning 138029 1726888097.77046: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000000c04] 138029 1726888097.77051: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c04 138029 1726888097.77142: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c04 138029 1726888097.77145: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888097.77214: no more pending results, returning what we have 138029 1726888097.77216: results queue empty 138029 1726888097.77217: checking for any_errors_fatal 138029 1726888097.77223: done checking for any_errors_fatal 138029 1726888097.77223: checking for max_fail_percentage 138029 1726888097.77225: done checking for max_fail_percentage 138029 1726888097.77226: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.77226: done checking to see if all hosts have failed 138029 1726888097.77227: getting the remaining hosts for this loop 138029 1726888097.77228: done getting the remaining hosts for this loop 138029 1726888097.77231: getting the next task for host managed_node3 138029 1726888097.77239: done getting next task for host managed_node3 138029 1726888097.77241: ^ task is: TASK: Clear test variables 138029 1726888097.77246: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.77249: getting variables 138029 1726888097.77250: in VariableManager get_vars() 138029 1726888097.77276: Calling all_inventory to load vars for managed_node3 138029 1726888097.77279: Calling groups_inventory to load vars for managed_node3 138029 1726888097.77281: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.77290: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.77293: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.77295: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.77638: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.78018: done with get_vars() 138029 1726888097.78028: done getting variables 138029 1726888097.78069: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-vdo.yml:46 Friday 20 September 2024 23:08:17 -0400 (0:00:00.020) 0:01:50.504 ****** 138029 1726888097.78094: entering _queue_task() for managed_node3/set_fact 138029 1726888097.78279: worker is 1 (out of 1 available) 138029 1726888097.78292: exiting _queue_task() for managed_node3/set_fact 138029 1726888097.78303: done queuing things up, now waiting for results queue to drain 138029 1726888097.78304: waiting for pending results... 138029 1726888097.78481: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888097.78560: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000c06 138029 1726888097.78575: variable 'ansible_search_path' from source: unknown 138029 1726888097.78602: calling self._execute() 138029 1726888097.78684: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.78688: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.78697: variable 'omit' from source: magic vars 138029 1726888097.78780: variable 'omit' from source: magic vars 138029 1726888097.78823: variable 'omit' from source: magic vars 138029 1726888097.78846: variable 'omit' from source: magic vars 138029 1726888097.78885: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888097.78913: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888097.78928: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888097.78941: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888097.78951: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888097.78972: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888097.78983: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888097.79007: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888097.79010: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.79012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.79097: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888097.79101: Set connection var ansible_timeout to 10 138029 1726888097.79106: Set connection var ansible_pipelining to False 138029 1726888097.79109: Set connection var ansible_shell_type to sh 138029 1726888097.79111: Set connection var ansible_connection to ssh 138029 1726888097.79115: Set connection var ansible_shell_executable to /bin/sh 138029 1726888097.79134: variable 'ansible_shell_executable' from source: unknown 138029 1726888097.79137: variable 'ansible_connection' from source: unknown 138029 1726888097.79139: variable 'ansible_module_compression' from source: unknown 138029 1726888097.79142: variable 'ansible_shell_type' from source: unknown 138029 1726888097.79144: variable 'ansible_shell_executable' from source: unknown 138029 1726888097.79146: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.79150: variable 'ansible_pipelining' from source: unknown 138029 1726888097.79153: variable 'ansible_timeout' from source: unknown 138029 1726888097.79158: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.79263: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888097.79276: variable 'omit' from source: magic vars 138029 1726888097.79279: starting attempt loop 138029 1726888097.79283: running the handler 138029 1726888097.79296: handler run complete 138029 1726888097.79301: attempt loop complete, returning result 138029 1726888097.79304: _execute() done 138029 1726888097.79307: dumping result to json 138029 1726888097.79309: done dumping result, returning 138029 1726888097.79316: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000000c06] 138029 1726888097.79320: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c06 138029 1726888097.79396: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c06 138029 1726888097.79401: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } 138029 1726888097.79451: no more pending results, returning what we have 138029 1726888097.79453: results queue empty 138029 1726888097.79454: checking for any_errors_fatal 138029 1726888097.79464: done checking for any_errors_fatal 138029 1726888097.79464: checking for max_fail_percentage 138029 1726888097.79466: done checking for max_fail_percentage 138029 1726888097.79466: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.79467: done checking to see if all hosts have failed 138029 1726888097.79468: getting the remaining hosts for this loop 138029 1726888097.79469: done getting the remaining hosts for this loop 138029 1726888097.79472: getting the next task for host managed_node3 138029 1726888097.79481: done getting next task for host managed_node3 138029 1726888097.79484: ^ task is: TASK: Check Stratis 138029 1726888097.79489: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=23, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.79492: getting variables 138029 1726888097.79493: in VariableManager get_vars() 138029 1726888097.79518: Calling all_inventory to load vars for managed_node3 138029 1726888097.79521: Calling groups_inventory to load vars for managed_node3 138029 1726888097.79523: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.79531: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.79533: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.79536: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.79896: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.80270: done with get_vars() 138029 1726888097.80281: done getting variables TASK [Check Stratis] *********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Friday 20 September 2024 23:08:17 -0400 (0:00:00.022) 0:01:50.526 ****** 138029 1726888097.80341: entering _queue_task() for managed_node3/include_tasks 138029 1726888097.80529: worker is 1 (out of 1 available) 138029 1726888097.80542: exiting _queue_task() for managed_node3/include_tasks 138029 1726888097.80553: done queuing things up, now waiting for results queue to drain 138029 1726888097.80557: waiting for pending results... 138029 1726888097.80726: running TaskExecutor() for managed_node3/TASK: Check Stratis 138029 1726888097.80802: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000485 138029 1726888097.80814: variable 'ansible_search_path' from source: unknown 138029 1726888097.80840: calling self._execute() 138029 1726888097.80920: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.80924: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.80933: variable 'omit' from source: magic vars 138029 1726888097.81020: _execute() done 138029 1726888097.81024: dumping result to json 138029 1726888097.81027: done dumping result, returning 138029 1726888097.81031: done running TaskExecutor() for managed_node3/TASK: Check Stratis [0affc8a3-6f6f-5a58-73a2-000000000485] 138029 1726888097.81037: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000485 138029 1726888097.81131: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000485 138029 1726888097.81134: WORKER PROCESS EXITING 138029 1726888097.81164: no more pending results, returning what we have 138029 1726888097.81168: in VariableManager get_vars() 138029 1726888097.81198: Calling all_inventory to load vars for managed_node3 138029 1726888097.81200: Calling groups_inventory to load vars for managed_node3 138029 1726888097.81203: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.81212: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.81214: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.81217: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.81729: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.82082: done with get_vars() 138029 1726888097.82090: variable 'ansible_search_path' from source: unknown 138029 1726888097.82180: variable 'storage_test_pool_subset' from source: include params 138029 1726888097.82201: we have included files to process 138029 1726888097.82202: generating all_blocks data 138029 1726888097.82203: done generating all_blocks data 138029 1726888097.82208: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 138029 1726888097.82209: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 138029 1726888097.82210: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 138029 1726888097.82669: done processing included file 138029 1726888097.82671: iterating over new_blocks loaded from include file 138029 1726888097.82672: in VariableManager get_vars() 138029 1726888097.82683: done with get_vars() 138029 1726888097.82685: filtering new block on tags 138029 1726888097.82726: done filtering new block on tags 138029 1726888097.82728: in VariableManager get_vars() 138029 1726888097.82736: done with get_vars() 138029 1726888097.82737: filtering new block on tags 138029 1726888097.82749: done filtering new block on tags 138029 1726888097.82750: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 138029 1726888097.82754: extending task lists for all hosts with included blocks 138029 1726888097.84537: done extending task lists 138029 1726888097.84538: done processing included files 138029 1726888097.84539: results queue empty 138029 1726888097.84539: checking for any_errors_fatal 138029 1726888097.84541: done checking for any_errors_fatal 138029 1726888097.84541: checking for max_fail_percentage 138029 1726888097.84542: done checking for max_fail_percentage 138029 1726888097.84542: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.84543: done checking to see if all hosts have failed 138029 1726888097.84543: getting the remaining hosts for this loop 138029 1726888097.84544: done getting the remaining hosts for this loop 138029 1726888097.84546: getting the next task for host managed_node3 138029 1726888097.84549: done getting next task for host managed_node3 138029 1726888097.84550: ^ task is: TASK: Run 'stratis report' 138029 1726888097.84552: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.84554: getting variables 138029 1726888097.84556: in VariableManager get_vars() 138029 1726888097.84564: Calling all_inventory to load vars for managed_node3 138029 1726888097.84566: Calling groups_inventory to load vars for managed_node3 138029 1726888097.84567: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.84572: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.84573: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.84575: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.84849: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.85209: done with get_vars() 138029 1726888097.85220: done getting variables 138029 1726888097.85247: 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 [Run 'stratis report'] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Friday 20 September 2024 23:08:17 -0400 (0:00:00.049) 0:01:50.576 ****** 138029 1726888097.85270: entering _queue_task() for managed_node3/command 138029 1726888097.85495: worker is 1 (out of 1 available) 138029 1726888097.85508: exiting _queue_task() for managed_node3/command 138029 1726888097.85521: done queuing things up, now waiting for results queue to drain 138029 1726888097.85523: waiting for pending results... 138029 1726888097.85711: running TaskExecutor() for managed_node3/TASK: Run 'stratis report' 138029 1726888097.85789: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000c60 138029 1726888097.85800: variable 'ansible_search_path' from source: unknown 138029 1726888097.85829: calling self._execute() 138029 1726888097.85915: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.85919: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.85928: variable 'omit' from source: magic vars 138029 1726888097.86228: variable 'storage_test_pool' from source: include params 138029 1726888097.86264: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888097.86269: when evaluation is False, skipping this task 138029 1726888097.86273: _execute() done 138029 1726888097.86277: dumping result to json 138029 1726888097.86280: done dumping result, returning 138029 1726888097.86287: done running TaskExecutor() for managed_node3/TASK: Run 'stratis report' [0affc8a3-6f6f-5a58-73a2-000000000c60] 138029 1726888097.86291: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c60 138029 1726888097.86377: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c60 138029 1726888097.86380: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888097.86454: no more pending results, returning what we have 138029 1726888097.86461: results queue empty 138029 1726888097.86462: checking for any_errors_fatal 138029 1726888097.86464: done checking for any_errors_fatal 138029 1726888097.86464: checking for max_fail_percentage 138029 1726888097.86466: done checking for max_fail_percentage 138029 1726888097.86467: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.86467: done checking to see if all hosts have failed 138029 1726888097.86468: getting the remaining hosts for this loop 138029 1726888097.86470: done getting the remaining hosts for this loop 138029 1726888097.86473: getting the next task for host managed_node3 138029 1726888097.86479: done getting next task for host managed_node3 138029 1726888097.86481: ^ task is: TASK: Get information about Stratis 138029 1726888097.86487: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.86490: getting variables 138029 1726888097.86491: in VariableManager get_vars() 138029 1726888097.86517: Calling all_inventory to load vars for managed_node3 138029 1726888097.86520: Calling groups_inventory to load vars for managed_node3 138029 1726888097.86522: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.86531: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.86533: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.86535: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.86905: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.87284: done with get_vars() 138029 1726888097.87294: done getting variables 138029 1726888097.87333: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 Stratis] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Friday 20 September 2024 23:08:17 -0400 (0:00:00.020) 0:01:50.597 ****** 138029 1726888097.87359: entering _queue_task() for managed_node3/set_fact 138029 1726888097.87553: worker is 1 (out of 1 available) 138029 1726888097.87567: exiting _queue_task() for managed_node3/set_fact 138029 1726888097.87579: done queuing things up, now waiting for results queue to drain 138029 1726888097.87580: waiting for pending results... 138029 1726888097.87757: running TaskExecutor() for managed_node3/TASK: Get information about Stratis 138029 1726888097.87834: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000c61 138029 1726888097.87845: variable 'ansible_search_path' from source: unknown 138029 1726888097.87877: calling self._execute() 138029 1726888097.87954: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.87962: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.87971: variable 'omit' from source: magic vars 138029 1726888097.88248: variable 'storage_test_pool' from source: include params 138029 1726888097.88286: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888097.88290: when evaluation is False, skipping this task 138029 1726888097.88292: _execute() done 138029 1726888097.88295: dumping result to json 138029 1726888097.88297: done dumping result, returning 138029 1726888097.88303: done running TaskExecutor() for managed_node3/TASK: Get information about Stratis [0affc8a3-6f6f-5a58-73a2-000000000c61] 138029 1726888097.88309: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c61 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888097.88442: no more pending results, returning what we have 138029 1726888097.88445: results queue empty 138029 1726888097.88447: checking for any_errors_fatal 138029 1726888097.88454: done checking for any_errors_fatal 138029 1726888097.88457: checking for max_fail_percentage 138029 1726888097.88459: done checking for max_fail_percentage 138029 1726888097.88459: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.88460: done checking to see if all hosts have failed 138029 1726888097.88461: getting the remaining hosts for this loop 138029 1726888097.88462: done getting the remaining hosts for this loop 138029 1726888097.88467: getting the next task for host managed_node3 138029 1726888097.88473: done getting next task for host managed_node3 138029 1726888097.88476: ^ task is: TASK: Verify that the pools was created 138029 1726888097.88481: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.88484: getting variables 138029 1726888097.88486: in VariableManager get_vars() 138029 1726888097.88510: Calling all_inventory to load vars for managed_node3 138029 1726888097.88512: Calling groups_inventory to load vars for managed_node3 138029 1726888097.88515: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.88524: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.88526: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.88528: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.88893: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c61 138029 1726888097.88896: WORKER PROCESS EXITING 138029 1726888097.88902: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.89290: done with get_vars() 138029 1726888097.89300: done getting variables 138029 1726888097.89341: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 pools was created] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Friday 20 September 2024 23:08:17 -0400 (0:00:00.020) 0:01:50.617 ****** 138029 1726888097.89368: entering _queue_task() for managed_node3/assert 138029 1726888097.89565: worker is 1 (out of 1 available) 138029 1726888097.89577: exiting _queue_task() for managed_node3/assert 138029 1726888097.89589: done queuing things up, now waiting for results queue to drain 138029 1726888097.89590: waiting for pending results... 138029 1726888097.89777: running TaskExecutor() for managed_node3/TASK: Verify that the pools was created 138029 1726888097.89853: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000c62 138029 1726888097.89868: variable 'ansible_search_path' from source: unknown 138029 1726888097.89895: calling self._execute() 138029 1726888097.89975: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.89978: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.89989: variable 'omit' from source: magic vars 138029 1726888097.90268: variable 'storage_test_pool' from source: include params 138029 1726888097.90301: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888097.90305: when evaluation is False, skipping this task 138029 1726888097.90308: _execute() done 138029 1726888097.90311: dumping result to json 138029 1726888097.90313: done dumping result, returning 138029 1726888097.90316: done running TaskExecutor() for managed_node3/TASK: Verify that the pools was created [0affc8a3-6f6f-5a58-73a2-000000000c62] 138029 1726888097.90322: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c62 138029 1726888097.90409: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c62 138029 1726888097.90412: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888097.90459: no more pending results, returning what we have 138029 1726888097.90464: results queue empty 138029 1726888097.90465: checking for any_errors_fatal 138029 1726888097.90471: done checking for any_errors_fatal 138029 1726888097.90472: checking for max_fail_percentage 138029 1726888097.90473: done checking for max_fail_percentage 138029 1726888097.90474: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.90475: done checking to see if all hosts have failed 138029 1726888097.90475: getting the remaining hosts for this loop 138029 1726888097.90477: done getting the remaining hosts for this loop 138029 1726888097.90480: getting the next task for host managed_node3 138029 1726888097.90487: done getting next task for host managed_node3 138029 1726888097.90489: ^ task is: TASK: Verify that encryption is correctly set 138029 1726888097.90494: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=24, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.90497: getting variables 138029 1726888097.90498: in VariableManager get_vars() 138029 1726888097.90523: Calling all_inventory to load vars for managed_node3 138029 1726888097.90525: Calling groups_inventory to load vars for managed_node3 138029 1726888097.90527: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.90536: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.90538: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.90541: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.91049: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.91411: done with get_vars() 138029 1726888097.91420: done getting variables 138029 1726888097.91465: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 encryption is correctly set] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Friday 20 September 2024 23:08:17 -0400 (0:00:00.021) 0:01:50.638 ****** 138029 1726888097.91486: entering _queue_task() for managed_node3/assert 138029 1726888097.91676: worker is 1 (out of 1 available) 138029 1726888097.91689: exiting _queue_task() for managed_node3/assert 138029 1726888097.91699: done queuing things up, now waiting for results queue to drain 138029 1726888097.91701: waiting for pending results... 138029 1726888097.91874: running TaskExecutor() for managed_node3/TASK: Verify that encryption is correctly set 138029 1726888097.91952: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000c63 138029 1726888097.91968: variable 'ansible_search_path' from source: unknown 138029 1726888097.91994: calling self._execute() 138029 1726888097.92069: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.92075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.92086: variable 'omit' from source: magic vars 138029 1726888097.92351: variable 'storage_test_pool' from source: include params 138029 1726888097.92393: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888097.92396: when evaluation is False, skipping this task 138029 1726888097.92399: _execute() done 138029 1726888097.92402: dumping result to json 138029 1726888097.92404: done dumping result, returning 138029 1726888097.92409: done running TaskExecutor() for managed_node3/TASK: Verify that encryption is correctly set [0affc8a3-6f6f-5a58-73a2-000000000c63] 138029 1726888097.92415: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c63 138029 1726888097.92510: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c63 138029 1726888097.92513: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888097.92564: no more pending results, returning what we have 138029 1726888097.92567: results queue empty 138029 1726888097.92568: checking for any_errors_fatal 138029 1726888097.92575: done checking for any_errors_fatal 138029 1726888097.92575: checking for max_fail_percentage 138029 1726888097.92576: done checking for max_fail_percentage 138029 1726888097.92577: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.92578: done checking to see if all hosts have failed 138029 1726888097.92578: getting the remaining hosts for this loop 138029 1726888097.92580: done getting the remaining hosts for this loop 138029 1726888097.92583: getting the next task for host managed_node3 138029 1726888097.92589: done getting next task for host managed_node3 138029 1726888097.92591: ^ task is: TASK: Verify that Clevis/Tang encryption is correctly set 138029 1726888097.92595: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=24, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.92599: getting variables 138029 1726888097.92600: in VariableManager get_vars() 138029 1726888097.92626: Calling all_inventory to load vars for managed_node3 138029 1726888097.92628: Calling groups_inventory to load vars for managed_node3 138029 1726888097.92631: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.92639: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.92642: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.92644: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.92992: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.93365: done with get_vars() 138029 1726888097.93375: done getting variables 138029 1726888097.93415: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Friday 20 September 2024 23:08:17 -0400 (0:00:00.019) 0:01:50.657 ****** 138029 1726888097.93436: entering _queue_task() for managed_node3/assert 138029 1726888097.93624: worker is 1 (out of 1 available) 138029 1726888097.93636: exiting _queue_task() for managed_node3/assert 138029 1726888097.93647: done queuing things up, now waiting for results queue to drain 138029 1726888097.93649: waiting for pending results... 138029 1726888097.93822: running TaskExecutor() for managed_node3/TASK: Verify that Clevis/Tang encryption is correctly set 138029 1726888097.93897: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000c64 138029 1726888097.93908: variable 'ansible_search_path' from source: unknown 138029 1726888097.93935: calling self._execute() 138029 1726888097.94009: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.94012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.94023: variable 'omit' from source: magic vars 138029 1726888097.94295: variable 'storage_test_pool' from source: include params 138029 1726888097.94333: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888097.94336: when evaluation is False, skipping this task 138029 1726888097.94338: _execute() done 138029 1726888097.94341: dumping result to json 138029 1726888097.94343: done dumping result, returning 138029 1726888097.94349: done running TaskExecutor() for managed_node3/TASK: Verify that Clevis/Tang encryption is correctly set [0affc8a3-6f6f-5a58-73a2-000000000c64] 138029 1726888097.94353: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c64 138029 1726888097.94447: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c64 138029 1726888097.94450: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888097.94496: no more pending results, returning what we have 138029 1726888097.94499: results queue empty 138029 1726888097.94500: checking for any_errors_fatal 138029 1726888097.94505: done checking for any_errors_fatal 138029 1726888097.94506: checking for max_fail_percentage 138029 1726888097.94507: done checking for max_fail_percentage 138029 1726888097.94508: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.94508: done checking to see if all hosts have failed 138029 1726888097.94509: getting the remaining hosts for this loop 138029 1726888097.94510: done getting the remaining hosts for this loop 138029 1726888097.94513: getting the next task for host managed_node3 138029 1726888097.94521: done getting next task for host managed_node3 138029 1726888097.94523: ^ task is: TASK: Reset variable used by test 138029 1726888097.94528: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.94531: getting variables 138029 1726888097.94532: in VariableManager get_vars() 138029 1726888097.94566: Calling all_inventory to load vars for managed_node3 138029 1726888097.94569: Calling groups_inventory to load vars for managed_node3 138029 1726888097.94571: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.94580: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.94582: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.94585: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.94925: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.95302: done with get_vars() 138029 1726888097.95311: done getting variables 138029 1726888097.95351: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Friday 20 September 2024 23:08:17 -0400 (0:00:00.019) 0:01:50.677 ****** 138029 1726888097.95376: entering _queue_task() for managed_node3/set_fact 138029 1726888097.95557: worker is 1 (out of 1 available) 138029 1726888097.95572: exiting _queue_task() for managed_node3/set_fact 138029 1726888097.95583: done queuing things up, now waiting for results queue to drain 138029 1726888097.95584: waiting for pending results... 138029 1726888097.95748: running TaskExecutor() for managed_node3/TASK: Reset variable used by test 138029 1726888097.95823: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000c66 138029 1726888097.95834: variable 'ansible_search_path' from source: unknown 138029 1726888097.95866: calling self._execute() 138029 1726888097.95936: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.95940: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.95950: variable 'omit' from source: magic vars 138029 1726888097.96034: variable 'omit' from source: magic vars 138029 1726888097.96070: variable 'omit' from source: magic vars 138029 1726888097.96094: variable 'omit' from source: magic vars 138029 1726888097.96128: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888097.96164: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888097.96178: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888097.96191: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888097.96201: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888097.96214: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888097.96226: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888097.96251: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888097.96254: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.96258: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.96335: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888097.96338: Set connection var ansible_timeout to 10 138029 1726888097.96344: Set connection var ansible_pipelining to False 138029 1726888097.96346: Set connection var ansible_shell_type to sh 138029 1726888097.96350: Set connection var ansible_connection to ssh 138029 1726888097.96365: Set connection var ansible_shell_executable to /bin/sh 138029 1726888097.96379: variable 'ansible_shell_executable' from source: unknown 138029 1726888097.96382: variable 'ansible_connection' from source: unknown 138029 1726888097.96384: variable 'ansible_module_compression' from source: unknown 138029 1726888097.96387: variable 'ansible_shell_type' from source: unknown 138029 1726888097.96389: variable 'ansible_shell_executable' from source: unknown 138029 1726888097.96391: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.96396: variable 'ansible_pipelining' from source: unknown 138029 1726888097.96398: variable 'ansible_timeout' from source: unknown 138029 1726888097.96402: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.96506: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888097.96515: variable 'omit' from source: magic vars 138029 1726888097.96519: starting attempt loop 138029 1726888097.96522: running the handler 138029 1726888097.96531: handler run complete 138029 1726888097.96538: attempt loop complete, returning result 138029 1726888097.96541: _execute() done 138029 1726888097.96543: dumping result to json 138029 1726888097.96545: done dumping result, returning 138029 1726888097.96552: done running TaskExecutor() for managed_node3/TASK: Reset variable used by test [0affc8a3-6f6f-5a58-73a2-000000000c66] 138029 1726888097.96558: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c66 138029 1726888097.96635: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000c66 138029 1726888097.96638: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } 138029 1726888097.96715: no more pending results, returning what we have 138029 1726888097.96718: results queue empty 138029 1726888097.96718: checking for any_errors_fatal 138029 1726888097.96724: done checking for any_errors_fatal 138029 1726888097.96725: checking for max_fail_percentage 138029 1726888097.96726: done checking for max_fail_percentage 138029 1726888097.96727: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.96727: done checking to see if all hosts have failed 138029 1726888097.96728: getting the remaining hosts for this loop 138029 1726888097.96729: done getting the remaining hosts for this loop 138029 1726888097.96732: getting the next task for host managed_node3 138029 1726888097.96738: done getting next task for host managed_node3 138029 1726888097.96741: ^ task is: TASK: Clean up test variables 138029 1726888097.96745: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888097.96749: getting variables 138029 1726888097.96750: in VariableManager get_vars() 138029 1726888097.96777: Calling all_inventory to load vars for managed_node3 138029 1726888097.96779: Calling groups_inventory to load vars for managed_node3 138029 1726888097.96781: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.96787: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.96789: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.96791: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.97128: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.97505: done with get_vars() 138029 1726888097.97515: done getting variables 138029 1726888097.97554: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 test variables] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Friday 20 September 2024 23:08:17 -0400 (0:00:00.021) 0:01:50.699 ****** 138029 1726888097.97581: entering _queue_task() for managed_node3/set_fact 138029 1726888097.97758: worker is 1 (out of 1 available) 138029 1726888097.97771: exiting _queue_task() for managed_node3/set_fact 138029 1726888097.97783: done queuing things up, now waiting for results queue to drain 138029 1726888097.97785: waiting for pending results... 138029 1726888097.97950: running TaskExecutor() for managed_node3/TASK: Clean up test variables 138029 1726888097.98017: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000486 138029 1726888097.98027: variable 'ansible_search_path' from source: unknown 138029 1726888097.98054: calling self._execute() 138029 1726888097.98127: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.98132: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.98142: variable 'omit' from source: magic vars 138029 1726888097.98221: variable 'omit' from source: magic vars 138029 1726888097.98259: variable 'omit' from source: magic vars 138029 1726888097.98286: variable 'omit' from source: magic vars 138029 1726888097.98315: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888097.98344: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888097.98361: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888097.98375: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888097.98386: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888097.98400: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888097.98412: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888097.98433: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888097.98436: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.98438: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.98518: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888097.98521: Set connection var ansible_timeout to 10 138029 1726888097.98527: Set connection var ansible_pipelining to False 138029 1726888097.98529: Set connection var ansible_shell_type to sh 138029 1726888097.98531: Set connection var ansible_connection to ssh 138029 1726888097.98536: Set connection var ansible_shell_executable to /bin/sh 138029 1726888097.98559: variable 'ansible_shell_executable' from source: unknown 138029 1726888097.98571: variable 'ansible_connection' from source: unknown 138029 1726888097.98574: variable 'ansible_module_compression' from source: unknown 138029 1726888097.98576: variable 'ansible_shell_type' from source: unknown 138029 1726888097.98579: variable 'ansible_shell_executable' from source: unknown 138029 1726888097.98581: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888097.98585: variable 'ansible_pipelining' from source: unknown 138029 1726888097.98587: variable 'ansible_timeout' from source: unknown 138029 1726888097.98591: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888097.98699: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888097.98708: variable 'omit' from source: magic vars 138029 1726888097.98714: starting attempt loop 138029 1726888097.98717: running the handler 138029 1726888097.98727: handler run complete 138029 1726888097.98735: attempt loop complete, returning result 138029 1726888097.98738: _execute() done 138029 1726888097.98740: dumping result to json 138029 1726888097.98742: done dumping result, returning 138029 1726888097.98750: done running TaskExecutor() for managed_node3/TASK: Clean up test variables [0affc8a3-6f6f-5a58-73a2-000000000486] 138029 1726888097.98754: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000486 138029 1726888097.98838: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000486 138029 1726888097.98840: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } 138029 1726888097.98928: no more pending results, returning what we have 138029 1726888097.98931: results queue empty 138029 1726888097.98932: checking for any_errors_fatal 138029 1726888097.98937: done checking for any_errors_fatal 138029 1726888097.98938: checking for max_fail_percentage 138029 1726888097.98939: done checking for max_fail_percentage 138029 1726888097.98940: checking to see if all hosts have failed and the running result is not ok 138029 1726888097.98940: done checking to see if all hosts have failed 138029 1726888097.98941: getting the remaining hosts for this loop 138029 1726888097.98942: done getting the remaining hosts for this loop 138029 1726888097.98945: getting the next task for host managed_node3 138029 1726888097.98952: done getting next task for host managed_node3 138029 1726888097.98954: ^ task is: TASK: Verify the volumes 138029 1726888097.98961: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888097.98964: getting variables 138029 1726888097.98965: in VariableManager get_vars() 138029 1726888097.98990: Calling all_inventory to load vars for managed_node3 138029 1726888097.98992: Calling groups_inventory to load vars for managed_node3 138029 1726888097.98995: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888097.99002: Calling all_plugins_play to load vars for managed_node3 138029 1726888097.99005: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888097.99007: Calling groups_plugins_play to load vars for managed_node3 138029 1726888097.99346: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888097.99893: done with get_vars() 138029 1726888097.99903: done getting variables TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Friday 20 September 2024 23:08:17 -0400 (0:00:00.023) 0:01:50.723 ****** 138029 1726888097.99962: entering _queue_task() for managed_node3/include_tasks 138029 1726888098.00132: worker is 1 (out of 1 available) 138029 1726888098.00141: exiting _queue_task() for managed_node3/include_tasks 138029 1726888098.00150: done queuing things up, now waiting for results queue to drain 138029 1726888098.00151: waiting for pending results... 138029 1726888098.00387: running TaskExecutor() for managed_node3/TASK: Verify the volumes 138029 1726888098.00467: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000048a 138029 1726888098.00478: variable 'ansible_search_path' from source: unknown 138029 1726888098.00674: variable 'storage_test_pool' from source: include params 138029 1726888098.01000: variable 'omit' from source: magic vars 138029 1726888098.01099: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.01108: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.01116: variable 'omit' from source: magic vars 138029 1726888098.01190: variable 'storage_test_volume' from source: unknown 138029 1726888098.01299: variable 'storage_test_volume' from source: unknown 138029 1726888098.01545: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.01548: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.01550: variable 'omit' from source: magic vars 138029 1726888098.01553: variable 'storage_test_volume' from source: unknown 138029 1726888098.01570: variable 'storage_test_volume' from source: unknown 138029 1726888098.01751: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.01754: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.01759: variable 'omit' from source: magic vars 138029 1726888098.01777: variable 'storage_test_volume' from source: unknown 138029 1726888098.01822: variable 'storage_test_volume' from source: unknown 138029 1726888098.02009: dumping result to json 138029 1726888098.02012: done dumping result, returning 138029 1726888098.02014: done running TaskExecutor() for managed_node3/TASK: Verify the volumes [0affc8a3-6f6f-5a58-73a2-00000000048a] 138029 1726888098.02016: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000048a 138029 1726888098.02113: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000048a 138029 1726888098.02116: WORKER PROCESS EXITING 138029 1726888098.02243: no more pending results, returning what we have 138029 1726888098.02247: in VariableManager get_vars() 138029 1726888098.02273: Calling all_inventory to load vars for managed_node3 138029 1726888098.02275: Calling groups_inventory to load vars for managed_node3 138029 1726888098.02277: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.02284: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.02286: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.02287: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.02622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.02989: done with get_vars() 138029 1726888098.02998: variable 'ansible_search_path' from source: unknown 138029 1726888098.03086: variable 'storage_test_pool_subset' from source: include params 138029 1726888098.03114: variable 'ansible_search_path' from source: unknown 138029 1726888098.03167: variable 'storage_test_pool_subset' from source: include params 138029 1726888098.03190: variable 'ansible_search_path' from source: unknown 138029 1726888098.03233: variable 'storage_test_pool_subset' from source: include params 138029 1726888098.03259: we have included files to process 138029 1726888098.03260: generating all_blocks data 138029 1726888098.03263: done generating all_blocks data 138029 1726888098.03265: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888098.03266: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888098.03268: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888098.03457: in VariableManager get_vars() 138029 1726888098.03475: done with get_vars() 138029 1726888098.03532: done processing included file 138029 1726888098.03534: iterating over new_blocks loaded from include file 138029 1726888098.03535: in VariableManager get_vars() 138029 1726888098.03544: done with get_vars() 138029 1726888098.03545: filtering new block on tags 138029 1726888098.03580: done filtering new block on tags 138029 1726888098.03581: 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_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': 'UUID=ac246704-920b-4020-af6e-f443534e195b', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) 138029 1726888098.03588: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888098.03588: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888098.03590: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888098.03709: in VariableManager get_vars() 138029 1726888098.03722: done with get_vars() 138029 1726888098.03781: done processing included file 138029 1726888098.03783: iterating over new_blocks loaded from include file 138029 1726888098.03784: in VariableManager get_vars() 138029 1726888098.03795: done with get_vars() 138029 1726888098.03796: filtering new block on tags 138029 1726888098.03847: done filtering new block on tags 138029 1726888098.03849: 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_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) 138029 1726888098.03860: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888098.03861: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888098.03865: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888098.03979: in VariableManager get_vars() 138029 1726888098.03992: done with get_vars() 138029 1726888098.04049: done processing included file 138029 1726888098.04050: iterating over new_blocks loaded from include file 138029 1726888098.04051: in VariableManager get_vars() 138029 1726888098.04064: done with get_vars() 138029 1726888098.04065: filtering new block on tags 138029 1726888098.04091: done filtering new block on tags 138029 1726888098.04093: 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_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 138029 1726888098.04098: extending task lists for all hosts with included blocks 138029 1726888098.04181: done extending task lists 138029 1726888098.04183: done processing included files 138029 1726888098.04183: results queue empty 138029 1726888098.04183: checking for any_errors_fatal 138029 1726888098.04186: done checking for any_errors_fatal 138029 1726888098.04187: checking for max_fail_percentage 138029 1726888098.04187: done checking for max_fail_percentage 138029 1726888098.04188: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.04188: done checking to see if all hosts have failed 138029 1726888098.04189: getting the remaining hosts for this loop 138029 1726888098.04190: done getting the remaining hosts for this loop 138029 1726888098.04191: getting the next task for host managed_node3 138029 1726888098.04194: done getting next task for host managed_node3 138029 1726888098.04196: ^ task is: TASK: Set storage volume test variables 138029 1726888098.04198: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.04199: getting variables 138029 1726888098.04200: in VariableManager get_vars() 138029 1726888098.04206: Calling all_inventory to load vars for managed_node3 138029 1726888098.04207: Calling groups_inventory to load vars for managed_node3 138029 1726888098.04208: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.04212: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.04214: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.04217: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.04492: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.04854: done with get_vars() 138029 1726888098.04869: done getting variables 138029 1726888098.04895: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.049) 0:01:50.772 ****** 138029 1726888098.04914: entering _queue_task() for managed_node3/set_fact 138029 1726888098.05109: worker is 1 (out of 1 available) 138029 1726888098.05123: exiting _queue_task() for managed_node3/set_fact 138029 1726888098.05135: done queuing things up, now waiting for results queue to drain 138029 1726888098.05137: waiting for pending results... 138029 1726888098.05321: running TaskExecutor() for managed_node3/TASK: Set storage volume test variables 138029 1726888098.05405: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e0a 138029 1726888098.05416: variable 'ansible_search_path' from source: unknown 138029 1726888098.05445: calling self._execute() 138029 1726888098.05525: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.05528: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.05537: variable 'omit' from source: magic vars 138029 1726888098.05623: variable 'omit' from source: magic vars 138029 1726888098.05662: variable 'omit' from source: magic vars 138029 1726888098.05896: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888098.07346: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888098.07393: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888098.07419: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888098.07447: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888098.07470: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888098.07524: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888098.07546: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888098.07568: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888098.07595: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888098.07605: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888098.07710: variable 'storage_test_volume' from source: include params 138029 1726888098.07723: variable 'storage_test_pool' from source: include params 138029 1726888098.07787: variable 'omit' from source: magic vars 138029 1726888098.07805: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888098.07825: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888098.07839: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888098.07852: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.07864: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.07881: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888098.07893: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888098.07914: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888098.07917: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.07920: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.08002: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888098.08005: Set connection var ansible_timeout to 10 138029 1726888098.08011: Set connection var ansible_pipelining to False 138029 1726888098.08014: Set connection var ansible_shell_type to sh 138029 1726888098.08016: Set connection var ansible_connection to ssh 138029 1726888098.08021: Set connection var ansible_shell_executable to /bin/sh 138029 1726888098.08040: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.08042: variable 'ansible_connection' from source: unknown 138029 1726888098.08045: variable 'ansible_module_compression' from source: unknown 138029 1726888098.08047: variable 'ansible_shell_type' from source: unknown 138029 1726888098.08050: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.08052: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.08058: variable 'ansible_pipelining' from source: unknown 138029 1726888098.08061: variable 'ansible_timeout' from source: unknown 138029 1726888098.08067: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.08137: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888098.08146: variable 'omit' from source: magic vars 138029 1726888098.08151: starting attempt loop 138029 1726888098.08154: running the handler 138029 1726888098.08167: handler run complete 138029 1726888098.08174: attempt loop complete, returning result 138029 1726888098.08177: _execute() done 138029 1726888098.08179: dumping result to json 138029 1726888098.08184: done dumping result, returning 138029 1726888098.08198: done running TaskExecutor() for managed_node3/TASK: Set storage volume test variables [0affc8a3-6f6f-5a58-73a2-000000000e0a] 138029 1726888098.08201: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e0a 138029 1726888098.08277: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e0a 138029 1726888098.08280: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 138029 1726888098.08357: no more pending results, returning what we have 138029 1726888098.08363: results queue empty 138029 1726888098.08364: checking for any_errors_fatal 138029 1726888098.08365: done checking for any_errors_fatal 138029 1726888098.08366: checking for max_fail_percentage 138029 1726888098.08367: done checking for max_fail_percentage 138029 1726888098.08368: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.08368: done checking to see if all hosts have failed 138029 1726888098.08369: getting the remaining hosts for this loop 138029 1726888098.08371: done getting the remaining hosts for this loop 138029 1726888098.08374: getting the next task for host managed_node3 138029 1726888098.08381: done getting next task for host managed_node3 138029 1726888098.08384: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888098.08388: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.08399: getting variables 138029 1726888098.08400: in VariableManager get_vars() 138029 1726888098.08428: Calling all_inventory to load vars for managed_node3 138029 1726888098.08430: Calling groups_inventory to load vars for managed_node3 138029 1726888098.08433: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.08441: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.08443: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.08446: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.08826: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.09206: done with get_vars() 138029 1726888098.09222: done getting variables 138029 1726888098.09359: 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:08:18 -0400 (0:00:00.044) 0:01:50.817 ****** 138029 1726888098.09378: entering _queue_task() for managed_node3/include_tasks 138029 1726888098.09584: worker is 1 (out of 1 available) 138029 1726888098.09597: exiting _queue_task() for managed_node3/include_tasks 138029 1726888098.09608: done queuing things up, now waiting for results queue to drain 138029 1726888098.09610: waiting for pending results... 138029 1726888098.09788: running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888098.09869: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e0b 138029 1726888098.09879: variable 'ansible_search_path' from source: unknown 138029 1726888098.09913: variable '_storage_volume_tests' from source: set_fact 138029 1726888098.10068: variable '_storage_volume_tests' from source: set_fact 138029 1726888098.10121: variable 'omit' from source: magic vars 138029 1726888098.10229: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.10236: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.10245: variable 'omit' from source: magic vars 138029 1726888098.10383: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.10390: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.10435: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.10571: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.10575: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.10577: variable 'omit' from source: magic vars 138029 1726888098.10619: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.10641: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.10691: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.10746: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.10754: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.10766: variable 'omit' from source: magic vars 138029 1726888098.10842: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.10868: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.10909: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.10969: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.10976: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.10984: variable 'omit' from source: magic vars 138029 1726888098.11059: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.11081: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.11123: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.11188: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.11195: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.11202: variable 'omit' from source: magic vars 138029 1726888098.11284: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.11306: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.11349: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.11464: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.11468: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.11471: variable 'omit' from source: magic vars 138029 1726888098.11495: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.11518: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.11560: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.11622: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.11625: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.11634: variable 'omit' from source: magic vars 138029 1726888098.11708: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.11731: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.11778: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.11837: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.11840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.11850: variable 'omit' from source: magic vars 138029 1726888098.11926: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.11949: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.11994: variable 'storage_test_volume_subset' from source: unknown 138029 1726888098.12050: dumping result to json 138029 1726888098.12053: done dumping result, returning 138029 1726888098.12058: done running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-5a58-73a2-000000000e0b] 138029 1726888098.12061: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e0b 138029 1726888098.12095: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e0b 138029 1726888098.12098: WORKER PROCESS EXITING 138029 1726888098.12144: no more pending results, returning what we have 138029 1726888098.12148: in VariableManager get_vars() 138029 1726888098.12187: Calling all_inventory to load vars for managed_node3 138029 1726888098.12189: Calling groups_inventory to load vars for managed_node3 138029 1726888098.12192: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.12204: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.12209: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.12212: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.12721: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.13076: done with get_vars() 138029 1726888098.13084: variable 'ansible_search_path' from source: unknown 138029 1726888098.13107: variable 'ansible_search_path' from source: unknown 138029 1726888098.13122: variable 'ansible_search_path' from source: unknown 138029 1726888098.13139: variable 'ansible_search_path' from source: unknown 138029 1726888098.13154: variable 'ansible_search_path' from source: unknown 138029 1726888098.13172: variable 'ansible_search_path' from source: unknown 138029 1726888098.13186: variable 'ansible_search_path' from source: unknown 138029 1726888098.13199: variable 'ansible_search_path' from source: unknown 138029 1726888098.13212: we have included files to process 138029 1726888098.13213: generating all_blocks data 138029 1726888098.13214: done generating all_blocks data 138029 1726888098.13216: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888098.13217: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888098.13218: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888098.14003: done processing included file 138029 1726888098.14005: iterating over new_blocks loaded from include file 138029 1726888098.14006: in VariableManager get_vars() 138029 1726888098.14017: done with get_vars() 138029 1726888098.14018: filtering new block on tags 138029 1726888098.14108: done filtering new block on tags 138029 1726888098.14111: 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_node3 => (item=mount) 138029 1726888098.14115: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888098.14116: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888098.14121: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888098.14535: done processing included file 138029 1726888098.14537: iterating over new_blocks loaded from include file 138029 1726888098.14537: in VariableManager get_vars() 138029 1726888098.14549: done with get_vars() 138029 1726888098.14551: filtering new block on tags 138029 1726888098.14600: done filtering new block on tags 138029 1726888098.14602: 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_node3 => (item=fstab) 138029 1726888098.14604: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888098.14604: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888098.14606: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888098.14784: done processing included file 138029 1726888098.14785: iterating over new_blocks loaded from include file 138029 1726888098.14786: in VariableManager get_vars() 138029 1726888098.14795: done with get_vars() 138029 1726888098.14797: filtering new block on tags 138029 1726888098.14818: done filtering new block on tags 138029 1726888098.14820: 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_node3 => (item=fs) 138029 1726888098.14822: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888098.14822: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888098.14824: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888098.15274: done processing included file 138029 1726888098.15277: iterating over new_blocks loaded from include file 138029 1726888098.15278: in VariableManager get_vars() 138029 1726888098.15294: done with get_vars() 138029 1726888098.15295: filtering new block on tags 138029 1726888098.15349: done filtering new block on tags 138029 1726888098.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-device.yml for managed_node3 => (item=device) 138029 1726888098.15353: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888098.15354: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888098.15357: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888098.16384: done processing included file 138029 1726888098.16386: iterating over new_blocks loaded from include file 138029 1726888098.16386: in VariableManager get_vars() 138029 1726888098.16396: done with get_vars() 138029 1726888098.16397: filtering new block on tags 138029 1726888098.16506: done filtering new block on tags 138029 1726888098.16509: 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_node3 => (item=encryption) 138029 1726888098.16512: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888098.16513: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888098.16515: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888098.17168: done processing included file 138029 1726888098.17170: iterating over new_blocks loaded from include file 138029 1726888098.17171: in VariableManager get_vars() 138029 1726888098.17180: done with get_vars() 138029 1726888098.17182: filtering new block on tags 138029 1726888098.17261: done filtering new block on tags 138029 1726888098.17263: 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_node3 => (item=md) 138029 1726888098.17266: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888098.17266: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888098.17268: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888098.18892: done processing included file 138029 1726888098.18893: iterating over new_blocks loaded from include file 138029 1726888098.18894: in VariableManager get_vars() 138029 1726888098.18904: done with get_vars() 138029 1726888098.18905: filtering new block on tags 138029 1726888098.18948: done filtering new block on tags 138029 1726888098.18950: in VariableManager get_vars() 138029 1726888098.18961: done with get_vars() 138029 1726888098.18962: filtering new block on tags 138029 1726888098.18997: done filtering new block on tags 138029 1726888098.18999: in VariableManager get_vars() 138029 1726888098.19007: done with get_vars() 138029 1726888098.19008: filtering new block on tags 138029 1726888098.19159: done filtering new block on tags 138029 1726888098.19161: in VariableManager get_vars() 138029 1726888098.19171: done with get_vars() 138029 1726888098.19172: filtering new block on tags 138029 1726888098.19199: done filtering new block on tags 138029 1726888098.19200: 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_node3 => (item=size) 138029 1726888098.19202: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888098.19203: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888098.19205: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888098.19689: done processing included file 138029 1726888098.19690: iterating over new_blocks loaded from include file 138029 1726888098.19691: in VariableManager get_vars() 138029 1726888098.19701: done with get_vars() 138029 1726888098.19702: filtering new block on tags 138029 1726888098.19753: done filtering new block on tags 138029 1726888098.19757: 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_node3 => (item=cache) 138029 1726888098.19760: extending task lists for all hosts with included blocks 138029 1726888098.19967: done extending task lists 138029 1726888098.19968: done processing included files 138029 1726888098.19969: results queue empty 138029 1726888098.19969: checking for any_errors_fatal 138029 1726888098.19972: done checking for any_errors_fatal 138029 1726888098.19972: checking for max_fail_percentage 138029 1726888098.19973: done checking for max_fail_percentage 138029 1726888098.19973: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.19978: done checking to see if all hosts have failed 138029 1726888098.19978: getting the remaining hosts for this loop 138029 1726888098.19979: done getting the remaining hosts for this loop 138029 1726888098.19981: getting the next task for host managed_node3 138029 1726888098.19984: done getting next task for host managed_node3 138029 1726888098.19985: ^ task is: TASK: Get expected mount device based on device type 138029 1726888098.19988: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.19989: getting variables 138029 1726888098.19990: in VariableManager get_vars() 138029 1726888098.19996: Calling all_inventory to load vars for managed_node3 138029 1726888098.19998: Calling groups_inventory to load vars for managed_node3 138029 1726888098.20000: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.20005: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.20007: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.20008: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.20296: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.20654: done with get_vars() 138029 1726888098.20667: done getting variables 138029 1726888098.20692: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.113) 0:01:50.930 ****** 138029 1726888098.20712: entering _queue_task() for managed_node3/set_fact 138029 1726888098.20945: worker is 1 (out of 1 available) 138029 1726888098.20959: exiting _queue_task() for managed_node3/set_fact 138029 1726888098.20972: done queuing things up, now waiting for results queue to drain 138029 1726888098.20973: waiting for pending results... 138029 1726888098.21164: running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type 138029 1726888098.21251: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e44 138029 1726888098.21269: variable 'ansible_search_path' from source: unknown 138029 1726888098.21297: calling self._execute() 138029 1726888098.21377: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.21381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.21390: variable 'omit' from source: magic vars 138029 1726888098.21478: variable 'omit' from source: magic vars 138029 1726888098.21528: variable 'omit' from source: magic vars 138029 1726888098.21769: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888098.21972: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888098.22005: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888098.22029: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888098.22052: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888098.22118: 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) 138029 1726888098.22136: 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) 138029 1726888098.22153: 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) 138029 1726888098.22176: 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) 138029 1726888098.22208: 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) 138029 1726888098.22223: 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) 138029 1726888098.22239: 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) 138029 1726888098.22257: 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) 138029 1726888098.22399: variable '_storage_test_volume_present' from source: set_fact 138029 1726888098.22403: variable 'storage_test_volume' from source: include params 138029 1726888098.22420: variable 'storage_test_pool' from source: include params 138029 1726888098.22466: variable 'omit' from source: magic vars 138029 1726888098.22484: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888098.22504: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888098.22522: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888098.22534: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.22542: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.22557: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888098.22570: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888098.22592: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888098.22595: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.22597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.22680: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888098.22684: Set connection var ansible_timeout to 10 138029 1726888098.22689: Set connection var ansible_pipelining to False 138029 1726888098.22691: Set connection var ansible_shell_type to sh 138029 1726888098.22693: Set connection var ansible_connection to ssh 138029 1726888098.22698: Set connection var ansible_shell_executable to /bin/sh 138029 1726888098.22716: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.22719: variable 'ansible_connection' from source: unknown 138029 1726888098.22722: variable 'ansible_module_compression' from source: unknown 138029 1726888098.22724: variable 'ansible_shell_type' from source: unknown 138029 1726888098.22726: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.22728: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.22732: variable 'ansible_pipelining' from source: unknown 138029 1726888098.22735: variable 'ansible_timeout' from source: unknown 138029 1726888098.22745: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.22816: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888098.22824: variable 'omit' from source: magic vars 138029 1726888098.22829: starting attempt loop 138029 1726888098.22832: running the handler 138029 1726888098.22841: handler run complete 138029 1726888098.22848: attempt loop complete, returning result 138029 1726888098.22861: _execute() done 138029 1726888098.22864: dumping result to json 138029 1726888098.22870: done dumping result, returning 138029 1726888098.22876: done running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type [0affc8a3-6f6f-5a58-73a2-000000000e44] 138029 1726888098.22881: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e44 138029 1726888098.22958: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e44 138029 1726888098.22961: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } 138029 1726888098.23017: no more pending results, returning what we have 138029 1726888098.23025: results queue empty 138029 1726888098.23026: checking for any_errors_fatal 138029 1726888098.23027: done checking for any_errors_fatal 138029 1726888098.23028: checking for max_fail_percentage 138029 1726888098.23030: done checking for max_fail_percentage 138029 1726888098.23030: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.23031: done checking to see if all hosts have failed 138029 1726888098.23032: getting the remaining hosts for this loop 138029 1726888098.23034: done getting the remaining hosts for this loop 138029 1726888098.23037: getting the next task for host managed_node3 138029 1726888098.23046: done getting next task for host managed_node3 138029 1726888098.23048: ^ task is: TASK: Set some facts 138029 1726888098.23061: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.23066: getting variables 138029 1726888098.23067: in VariableManager get_vars() 138029 1726888098.23099: Calling all_inventory to load vars for managed_node3 138029 1726888098.23101: Calling groups_inventory to load vars for managed_node3 138029 1726888098.23104: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.23113: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.23115: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.23117: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.23515: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.23894: done with get_vars() 138029 1726888098.23904: done getting variables 138029 1726888098.23942: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.032) 0:01:50.963 ****** 138029 1726888098.23966: entering _queue_task() for managed_node3/set_fact 138029 1726888098.24164: worker is 1 (out of 1 available) 138029 1726888098.24178: exiting _queue_task() for managed_node3/set_fact 138029 1726888098.24191: done queuing things up, now waiting for results queue to drain 138029 1726888098.24193: waiting for pending results... 138029 1726888098.24368: running TaskExecutor() for managed_node3/TASK: Set some facts 138029 1726888098.24447: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e45 138029 1726888098.24459: variable 'ansible_search_path' from source: unknown 138029 1726888098.24492: calling self._execute() 138029 1726888098.24569: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.24573: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.24580: variable 'omit' from source: magic vars 138029 1726888098.24660: variable 'omit' from source: magic vars 138029 1726888098.24705: variable 'omit' from source: magic vars 138029 1726888098.24926: variable '_storage_test_volume_present' from source: set_fact 138029 1726888098.24930: variable 'storage_test_volume' from source: include params 138029 1726888098.25361: variable 'storage_test_volume' from source: include params 138029 1726888098.25364: variable 'mount_prefix' from source: task vars 138029 1726888098.25378: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888098.27676: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888098.27760: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888098.27814: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888098.27858: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888098.27902: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888098.27993: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888098.28027: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888098.28062: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888098.28119: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888098.28140: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888098.28326: variable '__storage_is_ostree' from source: set_fact 138029 1726888098.28338: variable 'storage_test_volume' from source: include params 138029 1726888098.28391: variable 'omit' from source: magic vars 138029 1726888098.28433: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888098.28469: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888098.28495: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888098.28519: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.28647: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.28651: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888098.28653: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888098.28657: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888098.28660: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.28662: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.28785: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888098.28799: Set connection var ansible_timeout to 10 138029 1726888098.28810: Set connection var ansible_pipelining to False 138029 1726888098.28819: Set connection var ansible_shell_type to sh 138029 1726888098.28826: Set connection var ansible_connection to ssh 138029 1726888098.28837: Set connection var ansible_shell_executable to /bin/sh 138029 1726888098.28889: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.28892: variable 'ansible_connection' from source: unknown 138029 1726888098.28895: variable 'ansible_module_compression' from source: unknown 138029 1726888098.28961: variable 'ansible_shell_type' from source: unknown 138029 1726888098.28966: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.28969: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.28971: variable 'ansible_pipelining' from source: unknown 138029 1726888098.28973: variable 'ansible_timeout' from source: unknown 138029 1726888098.28975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.29060: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888098.29091: variable 'omit' from source: magic vars 138029 1726888098.29095: starting attempt loop 138029 1726888098.29201: running the handler 138029 1726888098.29204: handler run complete 138029 1726888098.29209: attempt loop complete, returning result 138029 1726888098.29211: _execute() done 138029 1726888098.29216: dumping result to json 138029 1726888098.29219: done dumping result, returning 138029 1726888098.29221: done running TaskExecutor() for managed_node3/TASK: Set some facts [0affc8a3-6f6f-5a58-73a2-000000000e45] 138029 1726888098.29223: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e45 138029 1726888098.29300: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e45 138029 1726888098.29305: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } 138029 1726888098.29363: no more pending results, returning what we have 138029 1726888098.29366: results queue empty 138029 1726888098.29367: checking for any_errors_fatal 138029 1726888098.29375: done checking for any_errors_fatal 138029 1726888098.29376: checking for max_fail_percentage 138029 1726888098.29377: done checking for max_fail_percentage 138029 1726888098.29378: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.29379: done checking to see if all hosts have failed 138029 1726888098.29380: getting the remaining hosts for this loop 138029 1726888098.29382: done getting the remaining hosts for this loop 138029 1726888098.29386: getting the next task for host managed_node3 138029 1726888098.29396: done getting next task for host managed_node3 138029 1726888098.29399: ^ task is: TASK: Get information about the mountpoint directory 138029 1726888098.29404: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.29415: getting variables 138029 1726888098.29416: in VariableManager get_vars() 138029 1726888098.29449: Calling all_inventory to load vars for managed_node3 138029 1726888098.29452: Calling groups_inventory to load vars for managed_node3 138029 1726888098.29456: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.29467: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.29470: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.29473: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.29945: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.30330: done with get_vars() 138029 1726888098.30342: 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:08:18 -0400 (0:00:00.064) 0:01:51.027 ****** 138029 1726888098.30409: entering _queue_task() for managed_node3/stat 138029 1726888098.30618: worker is 1 (out of 1 available) 138029 1726888098.30631: exiting _queue_task() for managed_node3/stat 138029 1726888098.30644: done queuing things up, now waiting for results queue to drain 138029 1726888098.30645: waiting for pending results... 138029 1726888098.30831: running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory 138029 1726888098.30912: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e46 138029 1726888098.30924: variable 'ansible_search_path' from source: unknown 138029 1726888098.30951: calling self._execute() 138029 1726888098.31033: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.31037: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.31044: variable 'omit' from source: magic vars 138029 1726888098.31372: variable '_storage_test_volume_present' from source: set_fact 138029 1726888098.31377: variable 'storage_test_volume' from source: include params 138029 1726888098.31401: 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 138029 1726888098.31404: when evaluation is False, skipping this task 138029 1726888098.31407: _execute() done 138029 1726888098.31409: dumping result to json 138029 1726888098.31411: done dumping result, returning 138029 1726888098.31424: done running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-5a58-73a2-000000000e46] 138029 1726888098.31427: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e46 138029 1726888098.31511: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e46 138029 1726888098.31514: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888098.31578: no more pending results, returning what we have 138029 1726888098.31581: results queue empty 138029 1726888098.31582: checking for any_errors_fatal 138029 1726888098.31589: done checking for any_errors_fatal 138029 1726888098.31590: checking for max_fail_percentage 138029 1726888098.31592: done checking for max_fail_percentage 138029 1726888098.31592: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.31593: done checking to see if all hosts have failed 138029 1726888098.31594: getting the remaining hosts for this loop 138029 1726888098.31595: done getting the remaining hosts for this loop 138029 1726888098.31598: getting the next task for host managed_node3 138029 1726888098.31605: done getting next task for host managed_node3 138029 1726888098.31607: ^ task is: TASK: Verify the current mount state by device 138029 1726888098.31612: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.31615: getting variables 138029 1726888098.31616: in VariableManager get_vars() 138029 1726888098.31641: Calling all_inventory to load vars for managed_node3 138029 1726888098.31643: Calling groups_inventory to load vars for managed_node3 138029 1726888098.31646: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.31654: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.31659: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.31662: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.32149: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.32508: done with get_vars() 138029 1726888098.32518: done getting variables 138029 1726888098.32561: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.021) 0:01:51.049 ****** 138029 1726888098.32584: entering _queue_task() for managed_node3/assert 138029 1726888098.32781: worker is 1 (out of 1 available) 138029 1726888098.32794: exiting _queue_task() for managed_node3/assert 138029 1726888098.32803: done queuing things up, now waiting for results queue to drain 138029 1726888098.32805: waiting for pending results... 138029 1726888098.32987: running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device 138029 1726888098.33082: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e47 138029 1726888098.33096: variable 'ansible_search_path' from source: unknown 138029 1726888098.33124: calling self._execute() 138029 1726888098.33201: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.33205: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.33213: variable 'omit' from source: magic vars 138029 1726888098.33465: variable '_storage_test_volume_present' from source: set_fact 138029 1726888098.33474: Evaluated conditional (_storage_test_volume_present): True 138029 1726888098.33484: variable 'omit' from source: magic vars 138029 1726888098.33527: variable 'omit' from source: magic vars 138029 1726888098.33615: variable 'storage_test_volume' from source: include params 138029 1726888098.33648: variable 'omit' from source: magic vars 138029 1726888098.33681: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888098.33712: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888098.33726: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888098.33741: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.33752: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.33768: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888098.33781: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888098.33811: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888098.33814: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.33816: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.33895: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888098.33899: Set connection var ansible_timeout to 10 138029 1726888098.33909: Set connection var ansible_pipelining to False 138029 1726888098.33912: Set connection var ansible_shell_type to sh 138029 1726888098.33914: Set connection var ansible_connection to ssh 138029 1726888098.33916: Set connection var ansible_shell_executable to /bin/sh 138029 1726888098.33937: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.33940: variable 'ansible_connection' from source: unknown 138029 1726888098.33942: variable 'ansible_module_compression' from source: unknown 138029 1726888098.33944: variable 'ansible_shell_type' from source: unknown 138029 1726888098.33947: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.33949: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.33951: variable 'ansible_pipelining' from source: unknown 138029 1726888098.33953: variable 'ansible_timeout' from source: unknown 138029 1726888098.33960: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.34060: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888098.34070: variable 'omit' from source: magic vars 138029 1726888098.34075: starting attempt loop 138029 1726888098.34079: running the handler 138029 1726888098.34202: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888098.34225: variable 'storage_test_volume' from source: include params 138029 1726888098.34237: variable 'storage_test_mount_expected_mount_point' from source: set_fact 138029 1726888098.34248: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 138029 1726888098.34251: handler run complete 138029 1726888098.34265: attempt loop complete, returning result 138029 1726888098.34268: _execute() done 138029 1726888098.34271: dumping result to json 138029 1726888098.34273: done dumping result, returning 138029 1726888098.34276: done running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device [0affc8a3-6f6f-5a58-73a2-000000000e47] 138029 1726888098.34281: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e47 138029 1726888098.34370: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e47 138029 1726888098.34373: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888098.34417: no more pending results, returning what we have 138029 1726888098.34420: results queue empty 138029 1726888098.34421: checking for any_errors_fatal 138029 1726888098.34427: done checking for any_errors_fatal 138029 1726888098.34428: checking for max_fail_percentage 138029 1726888098.34430: done checking for max_fail_percentage 138029 1726888098.34431: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.34431: done checking to see if all hosts have failed 138029 1726888098.34432: getting the remaining hosts for this loop 138029 1726888098.34433: done getting the remaining hosts for this loop 138029 1726888098.34436: getting the next task for host managed_node3 138029 1726888098.34444: done getting next task for host managed_node3 138029 1726888098.34446: ^ task is: TASK: Verify mount directory user 138029 1726888098.34452: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.34456: getting variables 138029 1726888098.34458: in VariableManager get_vars() 138029 1726888098.34487: Calling all_inventory to load vars for managed_node3 138029 1726888098.34489: Calling groups_inventory to load vars for managed_node3 138029 1726888098.34497: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.34505: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.34508: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.34510: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.34883: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.35265: done with get_vars() 138029 1726888098.35276: done getting variables 138029 1726888098.35317: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.027) 0:01:51.076 ****** 138029 1726888098.35339: entering _queue_task() for managed_node3/assert 138029 1726888098.35548: worker is 1 (out of 1 available) 138029 1726888098.35565: exiting _queue_task() for managed_node3/assert 138029 1726888098.35578: done queuing things up, now waiting for results queue to drain 138029 1726888098.35579: waiting for pending results... 138029 1726888098.35757: running TaskExecutor() for managed_node3/TASK: Verify mount directory user 138029 1726888098.35842: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e48 138029 1726888098.35853: variable 'ansible_search_path' from source: unknown 138029 1726888098.36068: calling self._execute() 138029 1726888098.36072: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.36074: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.36088: variable 'omit' from source: magic vars 138029 1726888098.36492: variable '_storage_test_volume_present' from source: set_fact 138029 1726888098.36496: variable 'storage_test_volume' from source: include params 138029 1726888098.36522: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 138029 1726888098.36525: when evaluation is False, skipping this task 138029 1726888098.36528: _execute() done 138029 1726888098.36530: dumping result to json 138029 1726888098.36532: done dumping result, returning 138029 1726888098.36538: done running TaskExecutor() for managed_node3/TASK: Verify mount directory user [0affc8a3-6f6f-5a58-73a2-000000000e48] 138029 1726888098.36543: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e48 138029 1726888098.36636: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e48 138029 1726888098.36639: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888098.36687: no more pending results, returning what we have 138029 1726888098.36691: results queue empty 138029 1726888098.36692: checking for any_errors_fatal 138029 1726888098.36700: done checking for any_errors_fatal 138029 1726888098.36700: checking for max_fail_percentage 138029 1726888098.36702: done checking for max_fail_percentage 138029 1726888098.36703: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.36703: done checking to see if all hosts have failed 138029 1726888098.36704: getting the remaining hosts for this loop 138029 1726888098.36706: done getting the remaining hosts for this loop 138029 1726888098.36709: getting the next task for host managed_node3 138029 1726888098.36717: done getting next task for host managed_node3 138029 1726888098.36719: ^ task is: TASK: Verify mount directory group 138029 1726888098.36725: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.36729: getting variables 138029 1726888098.36730: in VariableManager get_vars() 138029 1726888098.36758: Calling all_inventory to load vars for managed_node3 138029 1726888098.36760: Calling groups_inventory to load vars for managed_node3 138029 1726888098.36763: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.36772: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.36774: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.36777: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.37136: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.37516: done with get_vars() 138029 1726888098.37526: done getting variables 138029 1726888098.37567: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.022) 0:01:51.099 ****** 138029 1726888098.37593: entering _queue_task() for managed_node3/assert 138029 1726888098.37786: worker is 1 (out of 1 available) 138029 1726888098.37800: exiting _queue_task() for managed_node3/assert 138029 1726888098.37813: done queuing things up, now waiting for results queue to drain 138029 1726888098.37815: waiting for pending results... 138029 1726888098.37996: running TaskExecutor() for managed_node3/TASK: Verify mount directory group 138029 1726888098.38081: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e49 138029 1726888098.38093: variable 'ansible_search_path' from source: unknown 138029 1726888098.38121: calling self._execute() 138029 1726888098.38202: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.38206: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.38214: variable 'omit' from source: magic vars 138029 1726888098.38512: variable '_storage_test_volume_present' from source: set_fact 138029 1726888098.38516: variable 'storage_test_volume' from source: include params 138029 1726888098.38539: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 138029 1726888098.38542: when evaluation is False, skipping this task 138029 1726888098.38545: _execute() done 138029 1726888098.38547: dumping result to json 138029 1726888098.38549: done dumping result, returning 138029 1726888098.38557: done running TaskExecutor() for managed_node3/TASK: Verify mount directory group [0affc8a3-6f6f-5a58-73a2-000000000e49] 138029 1726888098.38563: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e49 138029 1726888098.38658: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e49 138029 1726888098.38661: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888098.38733: no more pending results, returning what we have 138029 1726888098.38735: results queue empty 138029 1726888098.38736: checking for any_errors_fatal 138029 1726888098.38741: done checking for any_errors_fatal 138029 1726888098.38742: checking for max_fail_percentage 138029 1726888098.38743: done checking for max_fail_percentage 138029 1726888098.38744: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.38745: done checking to see if all hosts have failed 138029 1726888098.38746: getting the remaining hosts for this loop 138029 1726888098.38747: done getting the remaining hosts for this loop 138029 1726888098.38750: getting the next task for host managed_node3 138029 1726888098.38758: done getting next task for host managed_node3 138029 1726888098.38760: ^ task is: TASK: Verify mount directory permissions 138029 1726888098.38766: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.38769: getting variables 138029 1726888098.38771: in VariableManager get_vars() 138029 1726888098.38796: Calling all_inventory to load vars for managed_node3 138029 1726888098.38798: Calling groups_inventory to load vars for managed_node3 138029 1726888098.38801: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.38809: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.38811: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.38813: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.39158: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.39531: done with get_vars() 138029 1726888098.39541: done getting variables 138029 1726888098.39585: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.020) 0:01:51.119 ****** 138029 1726888098.39606: entering _queue_task() for managed_node3/assert 138029 1726888098.39802: worker is 1 (out of 1 available) 138029 1726888098.39815: exiting _queue_task() for managed_node3/assert 138029 1726888098.39827: done queuing things up, now waiting for results queue to drain 138029 1726888098.39829: waiting for pending results... 138029 1726888098.40008: running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions 138029 1726888098.40098: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e4a 138029 1726888098.40110: variable 'ansible_search_path' from source: unknown 138029 1726888098.40137: calling self._execute() 138029 1726888098.40215: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.40219: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.40227: variable 'omit' from source: magic vars 138029 1726888098.40524: variable '_storage_test_volume_present' from source: set_fact 138029 1726888098.40528: variable 'storage_test_volume' from source: include params 138029 1726888098.40551: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 138029 1726888098.40557: when evaluation is False, skipping this task 138029 1726888098.40561: _execute() done 138029 1726888098.40563: dumping result to json 138029 1726888098.40565: done dumping result, returning 138029 1726888098.40572: done running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions [0affc8a3-6f6f-5a58-73a2-000000000e4a] 138029 1726888098.40577: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e4a 138029 1726888098.40668: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e4a 138029 1726888098.40671: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888098.40739: no more pending results, returning what we have 138029 1726888098.40742: results queue empty 138029 1726888098.40743: checking for any_errors_fatal 138029 1726888098.40747: done checking for any_errors_fatal 138029 1726888098.40748: checking for max_fail_percentage 138029 1726888098.40750: done checking for max_fail_percentage 138029 1726888098.40750: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.40751: done checking to see if all hosts have failed 138029 1726888098.40752: getting the remaining hosts for this loop 138029 1726888098.40753: done getting the remaining hosts for this loop 138029 1726888098.40758: getting the next task for host managed_node3 138029 1726888098.40765: done getting next task for host managed_node3 138029 1726888098.40767: ^ task is: TASK: Get path of test volume device 138029 1726888098.40771: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.40775: getting variables 138029 1726888098.40776: in VariableManager get_vars() 138029 1726888098.40801: Calling all_inventory to load vars for managed_node3 138029 1726888098.40803: Calling groups_inventory to load vars for managed_node3 138029 1726888098.40806: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.40813: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.40815: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.40817: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.41145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.41686: done with get_vars() 138029 1726888098.41695: done getting variables 138029 1726888098.41733: 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:08:18 -0400 (0:00:00.021) 0:01:51.141 ****** 138029 1726888098.41757: entering _queue_task() for managed_node3/command 138029 1726888098.41948: worker is 1 (out of 1 available) 138029 1726888098.41964: exiting _queue_task() for managed_node3/command 138029 1726888098.41975: done queuing things up, now waiting for results queue to drain 138029 1726888098.41977: waiting for pending results... 138029 1726888098.42160: running TaskExecutor() for managed_node3/TASK: Get path of test volume device 138029 1726888098.42254: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e4b 138029 1726888098.42269: variable 'ansible_search_path' from source: unknown 138029 1726888098.42297: calling self._execute() 138029 1726888098.42375: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.42381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.42389: variable 'omit' from source: magic vars 138029 1726888098.42684: variable 'storage_test_volume' from source: include params 138029 1726888098.42706: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888098.42710: when evaluation is False, skipping this task 138029 1726888098.42712: _execute() done 138029 1726888098.42715: dumping result to json 138029 1726888098.42717: done dumping result, returning 138029 1726888098.42723: done running TaskExecutor() for managed_node3/TASK: Get path of test volume device [0affc8a3-6f6f-5a58-73a2-000000000e4b] 138029 1726888098.42728: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e4b 138029 1726888098.42822: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e4b 138029 1726888098.42825: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888098.42895: no more pending results, returning what we have 138029 1726888098.42898: results queue empty 138029 1726888098.42899: checking for any_errors_fatal 138029 1726888098.42904: done checking for any_errors_fatal 138029 1726888098.42905: checking for max_fail_percentage 138029 1726888098.42906: done checking for max_fail_percentage 138029 1726888098.42907: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.42908: done checking to see if all hosts have failed 138029 1726888098.42908: getting the remaining hosts for this loop 138029 1726888098.42909: done getting the remaining hosts for this loop 138029 1726888098.42912: getting the next task for host managed_node3 138029 1726888098.42919: done getting next task for host managed_node3 138029 1726888098.42922: ^ task is: TASK: Gather swap info 138029 1726888098.42927: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.42931: getting variables 138029 1726888098.42932: in VariableManager get_vars() 138029 1726888098.42960: Calling all_inventory to load vars for managed_node3 138029 1726888098.42962: Calling groups_inventory to load vars for managed_node3 138029 1726888098.42965: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.42973: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.42976: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.42979: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.43323: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.43708: done with get_vars() 138029 1726888098.43718: done getting variables 138029 1726888098.43761: 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:08:18 -0400 (0:00:00.020) 0:01:51.161 ****** 138029 1726888098.43784: entering _queue_task() for managed_node3/command 138029 1726888098.43971: worker is 1 (out of 1 available) 138029 1726888098.43984: exiting _queue_task() for managed_node3/command 138029 1726888098.43995: done queuing things up, now waiting for results queue to drain 138029 1726888098.43996: waiting for pending results... 138029 1726888098.44172: running TaskExecutor() for managed_node3/TASK: Gather swap info 138029 1726888098.44254: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e4c 138029 1726888098.44272: variable 'ansible_search_path' from source: unknown 138029 1726888098.44301: calling self._execute() 138029 1726888098.44380: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.44384: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.44392: variable 'omit' from source: magic vars 138029 1726888098.44672: variable 'storage_test_volume' from source: include params 138029 1726888098.44696: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888098.44699: when evaluation is False, skipping this task 138029 1726888098.44702: _execute() done 138029 1726888098.44704: dumping result to json 138029 1726888098.44707: done dumping result, returning 138029 1726888098.44712: done running TaskExecutor() for managed_node3/TASK: Gather swap info [0affc8a3-6f6f-5a58-73a2-000000000e4c] 138029 1726888098.44717: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e4c 138029 1726888098.44803: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e4c 138029 1726888098.44807: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888098.44859: no more pending results, returning what we have 138029 1726888098.44862: results queue empty 138029 1726888098.44863: checking for any_errors_fatal 138029 1726888098.44869: done checking for any_errors_fatal 138029 1726888098.44870: checking for max_fail_percentage 138029 1726888098.44871: done checking for max_fail_percentage 138029 1726888098.44872: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.44873: done checking to see if all hosts have failed 138029 1726888098.44873: getting the remaining hosts for this loop 138029 1726888098.44875: done getting the remaining hosts for this loop 138029 1726888098.44878: getting the next task for host managed_node3 138029 1726888098.44884: done getting next task for host managed_node3 138029 1726888098.44886: ^ task is: TASK: Verify swap status 138029 1726888098.44892: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.44896: getting variables 138029 1726888098.44897: in VariableManager get_vars() 138029 1726888098.44929: Calling all_inventory to load vars for managed_node3 138029 1726888098.44932: Calling groups_inventory to load vars for managed_node3 138029 1726888098.44935: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.44943: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.44946: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.44948: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.45298: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.45676: done with get_vars() 138029 1726888098.45689: done getting variables 138029 1726888098.45728: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.019) 0:01:51.181 ****** 138029 1726888098.45751: entering _queue_task() for managed_node3/assert 138029 1726888098.45947: worker is 1 (out of 1 available) 138029 1726888098.45962: exiting _queue_task() for managed_node3/assert 138029 1726888098.45974: done queuing things up, now waiting for results queue to drain 138029 1726888098.45976: waiting for pending results... 138029 1726888098.46157: running TaskExecutor() for managed_node3/TASK: Verify swap status 138029 1726888098.46244: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e4d 138029 1726888098.46258: variable 'ansible_search_path' from source: unknown 138029 1726888098.46294: calling self._execute() 138029 1726888098.46377: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.46381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.46389: variable 'omit' from source: magic vars 138029 1726888098.46681: variable 'storage_test_volume' from source: include params 138029 1726888098.46704: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888098.46708: when evaluation is False, skipping this task 138029 1726888098.46711: _execute() done 138029 1726888098.46713: dumping result to json 138029 1726888098.46715: done dumping result, returning 138029 1726888098.46722: done running TaskExecutor() for managed_node3/TASK: Verify swap status [0affc8a3-6f6f-5a58-73a2-000000000e4d] 138029 1726888098.46726: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e4d 138029 1726888098.46820: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e4d 138029 1726888098.46823: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888098.46899: no more pending results, returning what we have 138029 1726888098.46902: results queue empty 138029 1726888098.46903: checking for any_errors_fatal 138029 1726888098.46907: done checking for any_errors_fatal 138029 1726888098.46908: checking for max_fail_percentage 138029 1726888098.46909: done checking for max_fail_percentage 138029 1726888098.46910: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.46911: done checking to see if all hosts have failed 138029 1726888098.46911: getting the remaining hosts for this loop 138029 1726888098.46913: done getting the remaining hosts for this loop 138029 1726888098.46915: getting the next task for host managed_node3 138029 1726888098.46923: done getting next task for host managed_node3 138029 1726888098.46925: ^ task is: TASK: Unset facts 138029 1726888098.46931: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.46934: getting variables 138029 1726888098.46935: in VariableManager get_vars() 138029 1726888098.46967: Calling all_inventory to load vars for managed_node3 138029 1726888098.46970: Calling groups_inventory to load vars for managed_node3 138029 1726888098.46973: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.46981: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.46984: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.46987: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.47347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.47731: done with get_vars() 138029 1726888098.47742: done getting variables 138029 1726888098.47788: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.020) 0:01:51.201 ****** 138029 1726888098.47812: entering _queue_task() for managed_node3/set_fact 138029 1726888098.48020: worker is 1 (out of 1 available) 138029 1726888098.48033: exiting _queue_task() for managed_node3/set_fact 138029 1726888098.48044: done queuing things up, now waiting for results queue to drain 138029 1726888098.48046: waiting for pending results... 138029 1726888098.48235: running TaskExecutor() for managed_node3/TASK: Unset facts 138029 1726888098.48323: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e4e 138029 1726888098.48336: variable 'ansible_search_path' from source: unknown 138029 1726888098.48368: calling self._execute() 138029 1726888098.48453: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.48458: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.48468: variable 'omit' from source: magic vars 138029 1726888098.48552: variable 'omit' from source: magic vars 138029 1726888098.48601: variable 'omit' from source: magic vars 138029 1726888098.48629: variable 'omit' from source: magic vars 138029 1726888098.48668: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888098.48697: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888098.48714: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888098.48729: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.48743: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.48759: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888098.48775: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888098.48798: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888098.48801: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.48804: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.48896: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888098.48900: Set connection var ansible_timeout to 10 138029 1726888098.48906: Set connection var ansible_pipelining to False 138029 1726888098.48908: Set connection var ansible_shell_type to sh 138029 1726888098.48910: Set connection var ansible_connection to ssh 138029 1726888098.48915: Set connection var ansible_shell_executable to /bin/sh 138029 1726888098.48936: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.48941: variable 'ansible_connection' from source: unknown 138029 1726888098.48943: variable 'ansible_module_compression' from source: unknown 138029 1726888098.48946: variable 'ansible_shell_type' from source: unknown 138029 1726888098.48948: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.48950: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.48961: variable 'ansible_pipelining' from source: unknown 138029 1726888098.48963: variable 'ansible_timeout' from source: unknown 138029 1726888098.48965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.49076: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888098.49085: variable 'omit' from source: magic vars 138029 1726888098.49090: starting attempt loop 138029 1726888098.49093: running the handler 138029 1726888098.49104: handler run complete 138029 1726888098.49112: attempt loop complete, returning result 138029 1726888098.49115: _execute() done 138029 1726888098.49117: dumping result to json 138029 1726888098.49119: done dumping result, returning 138029 1726888098.49127: done running TaskExecutor() for managed_node3/TASK: Unset facts [0affc8a3-6f6f-5a58-73a2-000000000e4e] 138029 1726888098.49131: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e4e 138029 1726888098.49221: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e4e 138029 1726888098.49224: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888098.49302: no more pending results, returning what we have 138029 1726888098.49305: results queue empty 138029 1726888098.49306: checking for any_errors_fatal 138029 1726888098.49313: done checking for any_errors_fatal 138029 1726888098.49313: checking for max_fail_percentage 138029 1726888098.49316: done checking for max_fail_percentage 138029 1726888098.49317: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.49317: done checking to see if all hosts have failed 138029 1726888098.49318: getting the remaining hosts for this loop 138029 1726888098.49319: done getting the remaining hosts for this loop 138029 1726888098.49323: getting the next task for host managed_node3 138029 1726888098.49339: done getting next task for host managed_node3 138029 1726888098.49342: ^ task is: TASK: Set some variables for fstab checking 138029 1726888098.49347: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.49351: getting variables 138029 1726888098.49352: in VariableManager get_vars() 138029 1726888098.49381: Calling all_inventory to load vars for managed_node3 138029 1726888098.49384: Calling groups_inventory to load vars for managed_node3 138029 1726888098.49386: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.49395: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.49397: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.49400: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.49767: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.50317: done with get_vars() 138029 1726888098.50327: done getting variables 138029 1726888098.50370: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.025) 0:01:51.227 ****** 138029 1726888098.50393: entering _queue_task() for managed_node3/set_fact 138029 1726888098.50601: worker is 1 (out of 1 available) 138029 1726888098.50614: exiting _queue_task() for managed_node3/set_fact 138029 1726888098.50628: done queuing things up, now waiting for results queue to drain 138029 1726888098.50629: waiting for pending results... 138029 1726888098.50815: running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking 138029 1726888098.50921: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e52 138029 1726888098.50933: variable 'ansible_search_path' from source: unknown 138029 1726888098.50964: calling self._execute() 138029 1726888098.51039: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.51043: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.51051: variable 'omit' from source: magic vars 138029 1726888098.51136: variable 'omit' from source: magic vars 138029 1726888098.51185: variable 'omit' from source: magic vars 138029 1726888098.51408: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888098.52875: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888098.52930: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888098.52959: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888098.52987: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888098.53007: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888098.53066: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888098.53088: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888098.53105: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888098.53133: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888098.53142: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888098.53180: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888098.53196: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888098.53212: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888098.53238: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888098.53247: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888098.53295: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888098.53312: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888098.53328: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888098.53352: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888098.53373: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888098.53482: variable 'storage_test_fstab' from source: set_fact 138029 1726888098.53491: variable 'storage_test_volume' from source: include params 138029 1726888098.53578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888098.53692: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888098.53720: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888098.53741: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888098.53764: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888098.53797: 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) 138029 1726888098.53814: 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) 138029 1726888098.53831: 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) 138029 1726888098.53848: 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) 138029 1726888098.54011: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888098.54030: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888098.54046: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888098.54075: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888098.54086: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888098.54222: variable '__mount_point' from source: task vars 138029 1726888098.54278: variable 'storage_test_volume' from source: include params 138029 1726888098.54295: variable 'storage_test_fstab' from source: set_fact 138029 1726888098.54490: variable '_storage_test_volume_present' from source: set_fact 138029 1726888098.54493: variable '__mount_point' from source: task vars 138029 1726888098.54540: variable 'storage_test_volume' from source: include params 138029 1726888098.54552: variable 'storage_test_volume' from source: include params 138029 1726888098.54659: variable '_storage_test_volume_present' from source: set_fact 138029 1726888098.54662: variable '__mount_point' from source: task vars 138029 1726888098.54710: variable 'storage_test_volume' from source: include params 138029 1726888098.54932: variable '__mount_options' from source: task vars 138029 1726888098.54983: variable 'storage_test_volume' from source: include params 138029 1726888098.54995: variable '__mount_point' from source: task vars 138029 1726888098.55043: variable 'storage_test_volume' from source: include params 138029 1726888098.55057: variable 'storage_test_fstab' from source: set_fact 138029 1726888098.55063: variable '__pattern' from source: task vars 138029 1726888098.55124: variable '__mount_point' from source: task vars 138029 1726888098.55173: variable 'storage_test_volume' from source: include params 138029 1726888098.55184: variable '__mount_options' from source: task vars 138029 1726888098.55237: variable 'storage_test_volume' from source: include params 138029 1726888098.55348: variable '_storage_test_volume_present' from source: set_fact 138029 1726888098.55352: variable '__mount_options' from source: task vars 138029 1726888098.55401: variable 'storage_test_volume' from source: include params 138029 1726888098.55422: variable 'omit' from source: magic vars 138029 1726888098.55446: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888098.55523: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888098.55526: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888098.55528: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.55530: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.55532: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888098.55534: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888098.55539: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888098.55543: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.55545: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.55627: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888098.55631: Set connection var ansible_timeout to 10 138029 1726888098.55636: Set connection var ansible_pipelining to False 138029 1726888098.55639: Set connection var ansible_shell_type to sh 138029 1726888098.55641: Set connection var ansible_connection to ssh 138029 1726888098.55645: Set connection var ansible_shell_executable to /bin/sh 138029 1726888098.55670: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.55673: variable 'ansible_connection' from source: unknown 138029 1726888098.55675: variable 'ansible_module_compression' from source: unknown 138029 1726888098.55677: variable 'ansible_shell_type' from source: unknown 138029 1726888098.55680: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.55683: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.55688: variable 'ansible_pipelining' from source: unknown 138029 1726888098.55690: variable 'ansible_timeout' from source: unknown 138029 1726888098.55694: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.55774: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888098.55778: variable 'omit' from source: magic vars 138029 1726888098.55783: starting attempt loop 138029 1726888098.55786: running the handler 138029 1726888098.55797: handler run complete 138029 1726888098.55804: attempt loop complete, returning result 138029 1726888098.55806: _execute() done 138029 1726888098.55809: dumping result to json 138029 1726888098.55813: done dumping result, returning 138029 1726888098.55820: done running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking [0affc8a3-6f6f-5a58-73a2-000000000e52] 138029 1726888098.55825: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e52 138029 1726888098.55919: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e52 138029 1726888098.55922: WORKER PROCESS EXITING ok: [managed_node3] => { "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=ac246704-920b-4020-af6e-f443534e195b " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } 138029 1726888098.55985: no more pending results, returning what we have 138029 1726888098.55988: results queue empty 138029 1726888098.55989: checking for any_errors_fatal 138029 1726888098.55995: done checking for any_errors_fatal 138029 1726888098.55996: checking for max_fail_percentage 138029 1726888098.55997: done checking for max_fail_percentage 138029 1726888098.55998: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.55999: done checking to see if all hosts have failed 138029 1726888098.56000: getting the remaining hosts for this loop 138029 1726888098.56001: done getting the remaining hosts for this loop 138029 1726888098.56005: getting the next task for host managed_node3 138029 1726888098.56013: done getting next task for host managed_node3 138029 1726888098.56015: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888098.56021: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.56030: getting variables 138029 1726888098.56031: in VariableManager get_vars() 138029 1726888098.56067: Calling all_inventory to load vars for managed_node3 138029 1726888098.56070: Calling groups_inventory to load vars for managed_node3 138029 1726888098.56073: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.56082: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.56084: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.56087: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.56496: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.56882: done with get_vars() 138029 1726888098.56894: done getting variables 138029 1726888098.56937: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.065) 0:01:51.293 ****** 138029 1726888098.56964: entering _queue_task() for managed_node3/assert 138029 1726888098.57180: worker is 1 (out of 1 available) 138029 1726888098.57193: exiting _queue_task() for managed_node3/assert 138029 1726888098.57205: done queuing things up, now waiting for results queue to drain 138029 1726888098.57207: waiting for pending results... 138029 1726888098.57391: running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888098.57482: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e53 138029 1726888098.57494: variable 'ansible_search_path' from source: unknown 138029 1726888098.57522: calling self._execute() 138029 1726888098.57602: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.57606: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.57615: variable 'omit' from source: magic vars 138029 1726888098.57892: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888098.59357: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888098.59413: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888098.59439: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888098.59467: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888098.59486: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888098.59564: variable '_storage_test_volume_present' from source: set_fact 138029 1726888098.59576: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888098.59582: variable 'omit' from source: magic vars 138029 1726888098.59629: variable 'omit' from source: magic vars 138029 1726888098.59654: variable 'omit' from source: magic vars 138029 1726888098.59679: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888098.59700: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888098.59719: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888098.59730: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.59739: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.59752: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888098.59768: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888098.59789: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888098.59792: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.59797: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.59879: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888098.59883: Set connection var ansible_timeout to 10 138029 1726888098.59888: Set connection var ansible_pipelining to False 138029 1726888098.59891: Set connection var ansible_shell_type to sh 138029 1726888098.59893: Set connection var ansible_connection to ssh 138029 1726888098.59898: Set connection var ansible_shell_executable to /bin/sh 138029 1726888098.59918: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.59922: variable 'ansible_connection' from source: unknown 138029 1726888098.59925: variable 'ansible_module_compression' from source: unknown 138029 1726888098.59929: variable 'ansible_shell_type' from source: unknown 138029 1726888098.59931: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.59933: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.59935: variable 'ansible_pipelining' from source: unknown 138029 1726888098.59937: variable 'ansible_timeout' from source: unknown 138029 1726888098.59939: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.60018: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888098.60027: variable 'omit' from source: magic vars 138029 1726888098.60032: starting attempt loop 138029 1726888098.60035: running the handler 138029 1726888098.60147: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888098.60171: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888098.60189: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888098.60214: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888098.60225: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888098.60257: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888098.60360: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888098.60363: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888098.60365: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888098.60366: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888098.60395: variable 'storage_test_fstab_id_matches' from source: set_fact 138029 1726888098.60399: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 138029 1726888098.60415: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 138029 1726888098.60420: handler run complete 138029 1726888098.60430: attempt loop complete, returning result 138029 1726888098.60432: _execute() done 138029 1726888098.60435: dumping result to json 138029 1726888098.60437: done dumping result, returning 138029 1726888098.60444: done running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-5a58-73a2-000000000e53] 138029 1726888098.60449: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e53 138029 1726888098.60538: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e53 138029 1726888098.60541: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888098.60599: no more pending results, returning what we have 138029 1726888098.60603: results queue empty 138029 1726888098.60603: checking for any_errors_fatal 138029 1726888098.60610: done checking for any_errors_fatal 138029 1726888098.60611: checking for max_fail_percentage 138029 1726888098.60613: done checking for max_fail_percentage 138029 1726888098.60614: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.60614: done checking to see if all hosts have failed 138029 1726888098.60615: getting the remaining hosts for this loop 138029 1726888098.60616: done getting the remaining hosts for this loop 138029 1726888098.60620: getting the next task for host managed_node3 138029 1726888098.60628: done getting next task for host managed_node3 138029 1726888098.60630: ^ task is: TASK: Verify the fstab mount point 138029 1726888098.60636: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.60641: getting variables 138029 1726888098.60643: in VariableManager get_vars() 138029 1726888098.60679: Calling all_inventory to load vars for managed_node3 138029 1726888098.60682: Calling groups_inventory to load vars for managed_node3 138029 1726888098.60685: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.60694: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.60697: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.60699: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.61101: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.61485: done with get_vars() 138029 1726888098.61496: done getting variables 138029 1726888098.61538: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.045) 0:01:51.339 ****** 138029 1726888098.61566: entering _queue_task() for managed_node3/assert 138029 1726888098.61779: worker is 1 (out of 1 available) 138029 1726888098.61793: exiting _queue_task() for managed_node3/assert 138029 1726888098.61805: done queuing things up, now waiting for results queue to drain 138029 1726888098.61806: waiting for pending results... 138029 1726888098.61987: running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point 138029 1726888098.62069: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e54 138029 1726888098.62081: variable 'ansible_search_path' from source: unknown 138029 1726888098.62109: calling self._execute() 138029 1726888098.62190: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.62193: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.62202: variable 'omit' from source: magic vars 138029 1726888098.62287: variable 'omit' from source: magic vars 138029 1726888098.62331: variable 'omit' from source: magic vars 138029 1726888098.62524: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888098.62528: variable 'storage_test_volume' from source: include params 138029 1726888098.62568: variable 'omit' from source: magic vars 138029 1726888098.62602: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888098.62629: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888098.62644: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888098.62658: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.62669: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.62684: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888098.62698: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888098.62722: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888098.62724: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.62727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.62810: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888098.62816: Set connection var ansible_timeout to 10 138029 1726888098.62821: Set connection var ansible_pipelining to False 138029 1726888098.62823: Set connection var ansible_shell_type to sh 138029 1726888098.62826: Set connection var ansible_connection to ssh 138029 1726888098.62831: Set connection var ansible_shell_executable to /bin/sh 138029 1726888098.62850: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.62853: variable 'ansible_connection' from source: unknown 138029 1726888098.62857: variable 'ansible_module_compression' from source: unknown 138029 1726888098.62860: variable 'ansible_shell_type' from source: unknown 138029 1726888098.62865: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.62867: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.62870: variable 'ansible_pipelining' from source: unknown 138029 1726888098.62872: variable 'ansible_timeout' from source: unknown 138029 1726888098.62874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.62973: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888098.62981: variable 'omit' from source: magic vars 138029 1726888098.62986: starting attempt loop 138029 1726888098.62989: running the handler 138029 1726888098.63112: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888098.64525: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888098.64573: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888098.64600: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888098.64625: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888098.64649: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888098.64695: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888098.64714: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888098.64731: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888098.64761: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888098.64772: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888098.64806: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888098.64821: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888098.64837: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888098.64868: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888098.64876: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888098.64944: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 138029 1726888098.64947: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888098.64961: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 138029 1726888098.64968: handler run complete 138029 1726888098.64982: attempt loop complete, returning result 138029 1726888098.64986: _execute() done 138029 1726888098.64988: dumping result to json 138029 1726888098.64990: done dumping result, returning 138029 1726888098.64995: done running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point [0affc8a3-6f6f-5a58-73a2-000000000e54] 138029 1726888098.65000: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e54 138029 1726888098.65081: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e54 138029 1726888098.65083: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888098.65142: no more pending results, returning what we have 138029 1726888098.65145: results queue empty 138029 1726888098.65146: checking for any_errors_fatal 138029 1726888098.65154: done checking for any_errors_fatal 138029 1726888098.65155: checking for max_fail_percentage 138029 1726888098.65158: done checking for max_fail_percentage 138029 1726888098.65159: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.65160: done checking to see if all hosts have failed 138029 1726888098.65160: getting the remaining hosts for this loop 138029 1726888098.65164: done getting the remaining hosts for this loop 138029 1726888098.65167: getting the next task for host managed_node3 138029 1726888098.65174: done getting next task for host managed_node3 138029 1726888098.65177: ^ task is: TASK: Verify mount_options 138029 1726888098.65182: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.65185: getting variables 138029 1726888098.65187: in VariableManager get_vars() 138029 1726888098.65221: Calling all_inventory to load vars for managed_node3 138029 1726888098.65224: Calling groups_inventory to load vars for managed_node3 138029 1726888098.65227: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.65236: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.65238: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.65240: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.65615: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.65995: done with get_vars() 138029 1726888098.66005: done getting variables 138029 1726888098.66044: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.045) 0:01:51.384 ****** 138029 1726888098.66071: entering _queue_task() for managed_node3/assert 138029 1726888098.66270: worker is 1 (out of 1 available) 138029 1726888098.66283: exiting _queue_task() for managed_node3/assert 138029 1726888098.66294: done queuing things up, now waiting for results queue to drain 138029 1726888098.66296: waiting for pending results... 138029 1726888098.66488: running TaskExecutor() for managed_node3/TASK: Verify mount_options 138029 1726888098.66575: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e55 138029 1726888098.66587: variable 'ansible_search_path' from source: unknown 138029 1726888098.66616: calling self._execute() 138029 1726888098.66698: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.66702: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.66709: variable 'omit' from source: magic vars 138029 1726888098.66990: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888098.68413: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888098.68716: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888098.68741: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888098.68769: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888098.68789: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888098.68845: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888098.68869: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888098.68886: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888098.68912: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888098.68923: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888098.69005: Evaluated conditional (__storage_verify_mount_options | d(false)): False 138029 1726888098.69008: when evaluation is False, skipping this task 138029 1726888098.69011: _execute() done 138029 1726888098.69014: dumping result to json 138029 1726888098.69016: done dumping result, returning 138029 1726888098.69022: done running TaskExecutor() for managed_node3/TASK: Verify mount_options [0affc8a3-6f6f-5a58-73a2-000000000e55] 138029 1726888098.69025: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e55 138029 1726888098.69114: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e55 138029 1726888098.69117: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 138029 1726888098.69185: no more pending results, returning what we have 138029 1726888098.69188: results queue empty 138029 1726888098.69189: checking for any_errors_fatal 138029 1726888098.69195: done checking for any_errors_fatal 138029 1726888098.69196: checking for max_fail_percentage 138029 1726888098.69197: done checking for max_fail_percentage 138029 1726888098.69198: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.69199: done checking to see if all hosts have failed 138029 1726888098.69200: getting the remaining hosts for this loop 138029 1726888098.69201: done getting the remaining hosts for this loop 138029 1726888098.69204: getting the next task for host managed_node3 138029 1726888098.69212: done getting next task for host managed_node3 138029 1726888098.69217: ^ task is: TASK: Verify fingerprint 138029 1726888098.69222: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.69226: getting variables 138029 1726888098.69227: in VariableManager get_vars() 138029 1726888098.69256: Calling all_inventory to load vars for managed_node3 138029 1726888098.69259: Calling groups_inventory to load vars for managed_node3 138029 1726888098.69261: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.69270: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.69272: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.69275: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.69635: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.70161: done with get_vars() 138029 1726888098.70172: done getting variables 138029 1726888098.70210: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.041) 0:01:51.425 ****** 138029 1726888098.70233: entering _queue_task() for managed_node3/assert 138029 1726888098.70433: worker is 1 (out of 1 available) 138029 1726888098.70447: exiting _queue_task() for managed_node3/assert 138029 1726888098.70460: done queuing things up, now waiting for results queue to drain 138029 1726888098.70461: waiting for pending results... 138029 1726888098.70639: running TaskExecutor() for managed_node3/TASK: Verify fingerprint 138029 1726888098.70741: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e56 138029 1726888098.70753: variable 'ansible_search_path' from source: unknown 138029 1726888098.70788: calling self._execute() 138029 1726888098.70863: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.70870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.70878: variable 'omit' from source: magic vars 138029 1726888098.70961: variable 'omit' from source: magic vars 138029 1726888098.71006: variable 'omit' from source: magic vars 138029 1726888098.71032: variable 'omit' from source: magic vars 138029 1726888098.71066: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888098.71095: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888098.71111: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888098.71128: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.71139: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.71151: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888098.71169: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888098.71191: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888098.71195: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.71197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.71283: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888098.71287: Set connection var ansible_timeout to 10 138029 1726888098.71292: Set connection var ansible_pipelining to False 138029 1726888098.71295: Set connection var ansible_shell_type to sh 138029 1726888098.71297: Set connection var ansible_connection to ssh 138029 1726888098.71301: Set connection var ansible_shell_executable to /bin/sh 138029 1726888098.71321: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.71324: variable 'ansible_connection' from source: unknown 138029 1726888098.71326: variable 'ansible_module_compression' from source: unknown 138029 1726888098.71329: variable 'ansible_shell_type' from source: unknown 138029 1726888098.71331: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.71337: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.71340: variable 'ansible_pipelining' from source: unknown 138029 1726888098.71342: variable 'ansible_timeout' from source: unknown 138029 1726888098.71352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.71450: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888098.71465: variable 'omit' from source: magic vars 138029 1726888098.71468: starting attempt loop 138029 1726888098.71471: running the handler 138029 1726888098.71664: variable '__fingerprint' from source: task vars 138029 1726888098.71674: variable 'storage_test_fstab' from source: set_fact 138029 1726888098.71690: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 138029 1726888098.71694: handler run complete 138029 1726888098.71704: attempt loop complete, returning result 138029 1726888098.71707: _execute() done 138029 1726888098.71710: dumping result to json 138029 1726888098.71712: done dumping result, returning 138029 1726888098.71718: done running TaskExecutor() for managed_node3/TASK: Verify fingerprint [0affc8a3-6f6f-5a58-73a2-000000000e56] 138029 1726888098.71722: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e56 138029 1726888098.71808: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e56 138029 1726888098.71810: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888098.71860: no more pending results, returning what we have 138029 1726888098.71863: results queue empty 138029 1726888098.71864: checking for any_errors_fatal 138029 1726888098.71871: done checking for any_errors_fatal 138029 1726888098.71872: checking for max_fail_percentage 138029 1726888098.71873: done checking for max_fail_percentage 138029 1726888098.71874: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.71875: done checking to see if all hosts have failed 138029 1726888098.71876: getting the remaining hosts for this loop 138029 1726888098.71877: done getting the remaining hosts for this loop 138029 1726888098.71880: getting the next task for host managed_node3 138029 1726888098.71886: done getting next task for host managed_node3 138029 1726888098.71888: ^ task is: TASK: Clean up variables 138029 1726888098.71894: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.71898: getting variables 138029 1726888098.71899: in VariableManager get_vars() 138029 1726888098.71925: Calling all_inventory to load vars for managed_node3 138029 1726888098.71928: Calling groups_inventory to load vars for managed_node3 138029 1726888098.71930: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.71938: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.71940: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.71943: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.72296: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.72685: done with get_vars() 138029 1726888098.72695: done getting variables 138029 1726888098.72732: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.025) 0:01:51.451 ****** 138029 1726888098.72758: entering _queue_task() for managed_node3/set_fact 138029 1726888098.72941: worker is 1 (out of 1 available) 138029 1726888098.72958: exiting _queue_task() for managed_node3/set_fact 138029 1726888098.72969: done queuing things up, now waiting for results queue to drain 138029 1726888098.72971: waiting for pending results... 138029 1726888098.73143: running TaskExecutor() for managed_node3/TASK: Clean up variables 138029 1726888098.73229: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e57 138029 1726888098.73241: variable 'ansible_search_path' from source: unknown 138029 1726888098.73272: calling self._execute() 138029 1726888098.73350: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.73354: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.73364: variable 'omit' from source: magic vars 138029 1726888098.73442: variable 'omit' from source: magic vars 138029 1726888098.73489: variable 'omit' from source: magic vars 138029 1726888098.73512: variable 'omit' from source: magic vars 138029 1726888098.73546: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888098.73578: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888098.73593: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888098.73607: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.73617: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.73631: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888098.73649: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888098.73676: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888098.73680: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.73682: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.73767: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888098.73771: Set connection var ansible_timeout to 10 138029 1726888098.73776: Set connection var ansible_pipelining to False 138029 1726888098.73778: Set connection var ansible_shell_type to sh 138029 1726888098.73780: Set connection var ansible_connection to ssh 138029 1726888098.73785: Set connection var ansible_shell_executable to /bin/sh 138029 1726888098.73806: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.73809: variable 'ansible_connection' from source: unknown 138029 1726888098.73811: variable 'ansible_module_compression' from source: unknown 138029 1726888098.73814: variable 'ansible_shell_type' from source: unknown 138029 1726888098.73816: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.73818: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.73823: variable 'ansible_pipelining' from source: unknown 138029 1726888098.73826: variable 'ansible_timeout' from source: unknown 138029 1726888098.73829: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.73933: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888098.73942: variable 'omit' from source: magic vars 138029 1726888098.73948: starting attempt loop 138029 1726888098.73951: running the handler 138029 1726888098.73967: handler run complete 138029 1726888098.73973: attempt loop complete, returning result 138029 1726888098.73976: _execute() done 138029 1726888098.73979: dumping result to json 138029 1726888098.73981: done dumping result, returning 138029 1726888098.73988: done running TaskExecutor() for managed_node3/TASK: Clean up variables [0affc8a3-6f6f-5a58-73a2-000000000e57] 138029 1726888098.73993: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e57 138029 1726888098.74076: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e57 138029 1726888098.74079: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888098.74134: no more pending results, returning what we have 138029 1726888098.74136: results queue empty 138029 1726888098.74137: checking for any_errors_fatal 138029 1726888098.74143: done checking for any_errors_fatal 138029 1726888098.74144: checking for max_fail_percentage 138029 1726888098.74145: done checking for max_fail_percentage 138029 1726888098.74146: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.74147: done checking to see if all hosts have failed 138029 1726888098.74147: getting the remaining hosts for this loop 138029 1726888098.74149: done getting the remaining hosts for this loop 138029 1726888098.74152: getting the next task for host managed_node3 138029 1726888098.74164: done getting next task for host managed_node3 138029 1726888098.74166: ^ task is: TASK: Verify fs type 138029 1726888098.74172: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.74176: getting variables 138029 1726888098.74177: in VariableManager get_vars() 138029 1726888098.74203: Calling all_inventory to load vars for managed_node3 138029 1726888098.74205: Calling groups_inventory to load vars for managed_node3 138029 1726888098.74207: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.74215: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.74218: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.74220: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.74554: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.74939: done with get_vars() 138029 1726888098.74949: done getting variables 138029 1726888098.74990: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.022) 0:01:51.473 ****** 138029 1726888098.75013: entering _queue_task() for managed_node3/assert 138029 1726888098.75195: worker is 1 (out of 1 available) 138029 1726888098.75208: exiting _queue_task() for managed_node3/assert 138029 1726888098.75218: done queuing things up, now waiting for results queue to drain 138029 1726888098.75220: waiting for pending results... 138029 1726888098.75388: running TaskExecutor() for managed_node3/TASK: Verify fs type 138029 1726888098.75469: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e5b 138029 1726888098.75478: variable 'ansible_search_path' from source: unknown 138029 1726888098.75504: calling self._execute() 138029 1726888098.75581: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.75584: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.75593: variable 'omit' from source: magic vars 138029 1726888098.75860: variable 'storage_test_volume' from source: include params 138029 1726888098.75888: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888098.75957: variable 'storage_test_volume' from source: include params 138029 1726888098.75970: Evaluated conditional (storage_test_volume.fs_type): True 138029 1726888098.76035: variable '_storage_test_volume_present' from source: set_fact 138029 1726888098.76038: Evaluated conditional (_storage_test_volume_present): True 138029 1726888098.76044: variable 'omit' from source: magic vars 138029 1726888098.76092: variable 'omit' from source: magic vars 138029 1726888098.76116: variable 'omit' from source: magic vars 138029 1726888098.76145: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888098.76174: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888098.76190: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888098.76204: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.76215: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.76227: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888098.76240: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888098.76266: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888098.76269: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.76271: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.76349: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888098.76352: Set connection var ansible_timeout to 10 138029 1726888098.76359: Set connection var ansible_pipelining to False 138029 1726888098.76365: Set connection var ansible_shell_type to sh 138029 1726888098.76367: Set connection var ansible_connection to ssh 138029 1726888098.76369: Set connection var ansible_shell_executable to /bin/sh 138029 1726888098.76387: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.76390: variable 'ansible_connection' from source: unknown 138029 1726888098.76392: variable 'ansible_module_compression' from source: unknown 138029 1726888098.76395: variable 'ansible_shell_type' from source: unknown 138029 1726888098.76397: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.76399: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.76404: variable 'ansible_pipelining' from source: unknown 138029 1726888098.76407: variable 'ansible_timeout' from source: unknown 138029 1726888098.76411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.76509: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888098.76518: variable 'omit' from source: magic vars 138029 1726888098.76523: starting attempt loop 138029 1726888098.76526: running the handler 138029 1726888098.76690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888098.78074: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888098.78116: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888098.78141: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888098.78171: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888098.78190: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888098.78237: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888098.78257: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888098.78279: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888098.78305: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888098.78315: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888098.78448: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888098.78470: variable 'storage_test_volume' from source: include params 138029 1726888098.78484: 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 138029 1726888098.78487: handler run complete 138029 1726888098.78502: attempt loop complete, returning result 138029 1726888098.78505: _execute() done 138029 1726888098.78508: dumping result to json 138029 1726888098.78510: done dumping result, returning 138029 1726888098.78516: done running TaskExecutor() for managed_node3/TASK: Verify fs type [0affc8a3-6f6f-5a58-73a2-000000000e5b] 138029 1726888098.78520: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e5b 138029 1726888098.78606: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e5b 138029 1726888098.78609: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888098.78653: no more pending results, returning what we have 138029 1726888098.78658: results queue empty 138029 1726888098.78659: checking for any_errors_fatal 138029 1726888098.78669: done checking for any_errors_fatal 138029 1726888098.78670: checking for max_fail_percentage 138029 1726888098.78672: done checking for max_fail_percentage 138029 1726888098.78673: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.78673: done checking to see if all hosts have failed 138029 1726888098.78674: getting the remaining hosts for this loop 138029 1726888098.78675: done getting the remaining hosts for this loop 138029 1726888098.78678: getting the next task for host managed_node3 138029 1726888098.78691: done getting next task for host managed_node3 138029 1726888098.78693: ^ task is: TASK: Verify fs label 138029 1726888098.78698: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.78702: getting variables 138029 1726888098.78704: in VariableManager get_vars() 138029 1726888098.78732: Calling all_inventory to load vars for managed_node3 138029 1726888098.78734: Calling groups_inventory to load vars for managed_node3 138029 1726888098.78737: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.78745: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.78748: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.78750: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.79132: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.79510: done with get_vars() 138029 1726888098.79522: done getting variables 138029 1726888098.79564: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:18 -0400 (0:00:00.045) 0:01:51.519 ****** 138029 1726888098.79586: entering _queue_task() for managed_node3/assert 138029 1726888098.79780: worker is 1 (out of 1 available) 138029 1726888098.79793: exiting _queue_task() for managed_node3/assert 138029 1726888098.79804: done queuing things up, now waiting for results queue to drain 138029 1726888098.79806: waiting for pending results... 138029 1726888098.79986: running TaskExecutor() for managed_node3/TASK: Verify fs label 138029 1726888098.80075: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e5c 138029 1726888098.80088: variable 'ansible_search_path' from source: unknown 138029 1726888098.80118: calling self._execute() 138029 1726888098.80199: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.80203: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.80211: variable 'omit' from source: magic vars 138029 1726888098.80492: variable 'storage_test_volume' from source: include params 138029 1726888098.80513: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888098.80624: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888098.82036: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888098.82358: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888098.82387: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888098.82411: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888098.82436: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888098.82490: variable '_storage_test_volume_present' from source: set_fact 138029 1726888098.82501: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888098.82588: variable 'storage_test_volume' from source: include params 138029 1726888098.82601: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 138029 1726888098.82606: variable 'omit' from source: magic vars 138029 1726888098.82646: variable 'omit' from source: magic vars 138029 1726888098.82767: variable 'storage_test_volume' from source: include params 138029 1726888098.82777: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888098.82808: variable 'omit' from source: magic vars 138029 1726888098.82829: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888098.82850: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888098.82875: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888098.82884: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.82893: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.82905: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888098.82918: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888098.82939: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888098.82942: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.82944: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.83027: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888098.83030: Set connection var ansible_timeout to 10 138029 1726888098.83036: Set connection var ansible_pipelining to False 138029 1726888098.83039: Set connection var ansible_shell_type to sh 138029 1726888098.83041: Set connection var ansible_connection to ssh 138029 1726888098.83045: Set connection var ansible_shell_executable to /bin/sh 138029 1726888098.83068: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.83071: variable 'ansible_connection' from source: unknown 138029 1726888098.83073: variable 'ansible_module_compression' from source: unknown 138029 1726888098.83075: variable 'ansible_shell_type' from source: unknown 138029 1726888098.83078: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.83080: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.83084: variable 'ansible_pipelining' from source: unknown 138029 1726888098.83086: variable 'ansible_timeout' from source: unknown 138029 1726888098.83096: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.83164: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888098.83174: variable 'omit' from source: magic vars 138029 1726888098.83179: starting attempt loop 138029 1726888098.83182: running the handler 138029 1726888098.83295: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888098.83314: variable 'storage_test_volume' from source: include params 138029 1726888098.83321: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 138029 1726888098.83327: handler run complete 138029 1726888098.83337: attempt loop complete, returning result 138029 1726888098.83340: _execute() done 138029 1726888098.83342: dumping result to json 138029 1726888098.83345: done dumping result, returning 138029 1726888098.83352: done running TaskExecutor() for managed_node3/TASK: Verify fs label [0affc8a3-6f6f-5a58-73a2-000000000e5c] 138029 1726888098.83359: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e5c 138029 1726888098.83444: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e5c 138029 1726888098.83447: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888098.83498: no more pending results, returning what we have 138029 1726888098.83502: results queue empty 138029 1726888098.83503: checking for any_errors_fatal 138029 1726888098.83510: done checking for any_errors_fatal 138029 1726888098.83511: checking for max_fail_percentage 138029 1726888098.83512: done checking for max_fail_percentage 138029 1726888098.83513: checking to see if all hosts have failed and the running result is not ok 138029 1726888098.83514: done checking to see if all hosts have failed 138029 1726888098.83514: getting the remaining hosts for this loop 138029 1726888098.83516: done getting the remaining hosts for this loop 138029 1726888098.83520: getting the next task for host managed_node3 138029 1726888098.83530: done getting next task for host managed_node3 138029 1726888098.83532: ^ task is: TASK: See whether the device node is present 138029 1726888098.83538: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888098.83549: getting variables 138029 1726888098.83550: in VariableManager get_vars() 138029 1726888098.83587: Calling all_inventory to load vars for managed_node3 138029 1726888098.83589: Calling groups_inventory to load vars for managed_node3 138029 1726888098.83592: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888098.83602: Calling all_plugins_play to load vars for managed_node3 138029 1726888098.83604: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888098.83607: Calling groups_plugins_play to load vars for managed_node3 138029 1726888098.83990: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888098.84532: done with get_vars() 138029 1726888098.84542: 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:08:18 -0400 (0:00:00.050) 0:01:51.569 ****** 138029 1726888098.84607: entering _queue_task() for managed_node3/stat 138029 1726888098.84816: worker is 1 (out of 1 available) 138029 1726888098.84828: exiting _queue_task() for managed_node3/stat 138029 1726888098.84840: done queuing things up, now waiting for results queue to drain 138029 1726888098.84842: waiting for pending results... 138029 1726888098.85028: running TaskExecutor() for managed_node3/TASK: See whether the device node is present 138029 1726888098.85135: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e60 138029 1726888098.85146: variable 'ansible_search_path' from source: unknown 138029 1726888098.85182: calling self._execute() 138029 1726888098.85254: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.85260: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.85271: variable 'omit' from source: magic vars 138029 1726888098.85354: variable 'omit' from source: magic vars 138029 1726888098.85404: variable 'omit' from source: magic vars 138029 1726888098.85578: variable 'storage_test_volume' from source: include params 138029 1726888098.85615: variable 'omit' from source: magic vars 138029 1726888098.85646: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888098.85677: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888098.85691: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888098.85705: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.85714: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888098.85728: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888098.85743: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888098.85770: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888098.85773: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.85776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.85858: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888098.85861: Set connection var ansible_timeout to 10 138029 1726888098.85870: Set connection var ansible_pipelining to False 138029 1726888098.85872: Set connection var ansible_shell_type to sh 138029 1726888098.85875: Set connection var ansible_connection to ssh 138029 1726888098.85879: Set connection var ansible_shell_executable to /bin/sh 138029 1726888098.85898: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.85901: variable 'ansible_connection' from source: unknown 138029 1726888098.85904: variable 'ansible_module_compression' from source: unknown 138029 1726888098.85906: variable 'ansible_shell_type' from source: unknown 138029 1726888098.85909: variable 'ansible_shell_executable' from source: unknown 138029 1726888098.85911: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888098.85913: variable 'ansible_pipelining' from source: unknown 138029 1726888098.85916: variable 'ansible_timeout' from source: unknown 138029 1726888098.85921: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888098.86068: 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) 138029 1726888098.86077: variable 'omit' from source: magic vars 138029 1726888098.86083: starting attempt loop 138029 1726888098.86085: running the handler 138029 1726888098.86095: _low_level_execute_command(): starting 138029 1726888098.86101: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888098.86614: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888098.86619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888098.86623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888098.86679: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888098.86686: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888098.86688: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888098.86739: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888098.88436: stdout chunk (state=3): >>>/root <<< 138029 1726888098.88541: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888098.88576: stderr chunk (state=3): >>><<< 138029 1726888098.88580: stdout chunk (state=3): >>><<< 138029 1726888098.88599: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888098.88612: _low_level_execute_command(): starting 138029 1726888098.88618: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888098.8860087-141119-45606640218741 `" && echo ansible-tmp-1726888098.8860087-141119-45606640218741="` echo /root/.ansible/tmp/ansible-tmp-1726888098.8860087-141119-45606640218741 `" ) && sleep 0' 138029 1726888098.89047: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888098.89051: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888098.89053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888098.89065: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888098.89068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888098.89109: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888098.89113: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888098.89168: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888098.99334: stdout chunk (state=3): >>>ansible-tmp-1726888098.8860087-141119-45606640218741=/root/.ansible/tmp/ansible-tmp-1726888098.8860087-141119-45606640218741 <<< 138029 1726888098.99449: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888098.99483: stderr chunk (state=3): >>><<< 138029 1726888098.99487: stdout chunk (state=3): >>><<< 138029 1726888098.99503: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888098.8860087-141119-45606640218741=/root/.ansible/tmp/ansible-tmp-1726888098.8860087-141119-45606640218741 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888098.99549: variable 'ansible_module_compression' from source: unknown 138029 1726888098.99601: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888098.99632: variable 'ansible_facts' from source: unknown 138029 1726888098.99698: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888098.8860087-141119-45606640218741/AnsiballZ_stat.py 138029 1726888098.99803: Sending initial data 138029 1726888098.99806: Sent initial data (154 bytes) 138029 1726888099.00263: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888099.00267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888099.00269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888099.00272: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888099.00274: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888099.00326: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888099.00332: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888099.00401: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888099.02026: 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 <<< 138029 1726888099.02033: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888099.02072: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888099.02124: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpzpleo61a /root/.ansible/tmp/ansible-tmp-1726888098.8860087-141119-45606640218741/AnsiballZ_stat.py <<< 138029 1726888099.02127: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888098.8860087-141119-45606640218741/AnsiballZ_stat.py" <<< 138029 1726888099.02177: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpzpleo61a" to remote "/root/.ansible/tmp/ansible-tmp-1726888098.8860087-141119-45606640218741/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888098.8860087-141119-45606640218741/AnsiballZ_stat.py" <<< 138029 1726888099.02725: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888099.02799: stderr chunk (state=3): >>><<< 138029 1726888099.02802: stdout chunk (state=3): >>><<< 138029 1726888099.02804: done transferring module to remote 138029 1726888099.02812: _low_level_execute_command(): starting 138029 1726888099.02817: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888098.8860087-141119-45606640218741/ /root/.ansible/tmp/ansible-tmp-1726888098.8860087-141119-45606640218741/AnsiballZ_stat.py && sleep 0' 138029 1726888099.03243: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888099.03246: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888099.03248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888099.03251: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888099.03258: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888099.03310: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888099.03313: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888099.03356: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888099.05150: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888099.05177: stderr chunk (state=3): >>><<< 138029 1726888099.05180: stdout chunk (state=3): >>><<< 138029 1726888099.05197: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888099.05200: _low_level_execute_command(): starting 138029 1726888099.05203: _low_level_execute_command(): using become for this command 138029 1726888099.05213: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-thywsgljwbtlaengsqgmdzaphebklgej ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888098.8860087-141119-45606640218741/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888099.05290: Initial state: awaiting_escalation: BECOME-SUCCESS-thywsgljwbtlaengsqgmdzaphebklgej 138029 1726888099.05674: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888099.05678: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888099.05697: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888099.05715: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888099.05767: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888099.08654: stdout chunk (state=1): >>>BECOME-SUCCESS-thywsgljwbtlaengsqgmdzaphebklgej <<< 138029 1726888099.08662: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-thywsgljwbtlaengsqgmdzaphebklgej' 138029 1726888099.08986: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888099.09030: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888099.09048: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888099.09063: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888099.09128: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888099.09134: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888099.09360: 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' 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 0x7fbbde5683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde537a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888099.09373: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde56a960> <<< 138029 1726888099.09376: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888099.09410: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888099.09414: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888099.09438: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888099.09475: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888099.09478: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888099.09562: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888099.09588: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888099.09622: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888099.09629: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888099.09643: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888099.09670: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888099.09675: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888099.09789: 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 0x7fbbde33cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 138029 1726888099.09802: 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 0x7fbbde33dfd0> <<< 138029 1726888099.09827: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888099.09857: 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. <<< 138029 1726888099.10102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888099.10112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888099.10140: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888099.10145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888099.10172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888099.10211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888099.10233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888099.10250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888099.10272: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde37be90> <<< 138029 1726888099.10293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888099.10309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888099.10338: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888099.10349: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde37bf50> <<< 138029 1726888099.10358: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888099.10389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888099.10410: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888099.10465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888099.10477: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888099.10507: 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' <<< 138029 1726888099.10510: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde3b3860> <<< 138029 1726888099.10532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888099.10548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888099.10567: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde3b3ef0> import '_collections' # <<< 138029 1726888099.10620: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde393b30> <<< 138029 1726888099.10625: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888099.10663: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde391280> <<< 138029 1726888099.10751: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde379040> <<< 138029 1726888099.10782: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888099.10794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888099.10812: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888099.10831: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888099.10864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888099.10880: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888099.10891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888099.10939: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde3d7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde3d64b0> <<< 138029 1726888099.10975: 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' <<< 138029 1726888099.10979: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde392150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde3d4c50> <<< 138029 1726888099.11025: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888099.11045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde404920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde3782c0> <<< 138029 1726888099.11065: 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' <<< 138029 1726888099.11104: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.11107: 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 0x7fbbde404dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde404c80> <<< 138029 1726888099.11135: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.11151: 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 0x7fbbde405070> <<< 138029 1726888099.11165: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde376de0> <<< 138029 1726888099.11199: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888099.11204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888099.11212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888099.11247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888099.11265: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde405730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde405430> <<< 138029 1726888099.11272: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888099.11294: 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' <<< 138029 1726888099.11322: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde406630> <<< 138029 1726888099.11336: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888099.11341: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888099.11369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888099.11400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888099.11422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888099.11441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde420860> <<< 138029 1726888099.11446: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888099.11479: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.11484: 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 0x7fbbde421fa0> <<< 138029 1726888099.11514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888099.11518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888099.11546: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888099.11560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888099.11567: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde422e10> <<< 138029 1726888099.11605: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.11612: 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 0x7fbbde423440> <<< 138029 1726888099.11619: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde422390> <<< 138029 1726888099.11640: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888099.11646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888099.11689: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.11702: 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 0x7fbbde423e30> <<< 138029 1726888099.11707: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde423560> <<< 138029 1726888099.11750: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde406690> <<< 138029 1726888099.11775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888099.11793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888099.11819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888099.11837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888099.11873: 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 0x7fbbde1b3ce0> <<< 138029 1726888099.11891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888099.11910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888099.11922: 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' <<< 138029 1726888099.11933: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbde1dc7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde1dc530> <<< 138029 1726888099.11963: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.11970: 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 0x7fbbde1dc800> <<< 138029 1726888099.11996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888099.12001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888099.12071: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.12193: 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 0x7fbbde1dd130> <<< 138029 1726888099.12298: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.12325: 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 0x7fbbde1ddaf0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde1dc9e0> <<< 138029 1726888099.12334: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde1b1e80> <<< 138029 1726888099.12357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888099.12381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888099.12401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888099.12419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888099.12423: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde1deea0> <<< 138029 1726888099.12450: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde1ddbe0> <<< 138029 1726888099.12469: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde406d80> <<< 138029 1726888099.12501: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888099.12561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888099.12581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888099.12611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888099.12648: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde207230> <<< 138029 1726888099.12695: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888099.12720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888099.12730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888099.12758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888099.12796: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde2335c0> <<< 138029 1726888099.12822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888099.12868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888099.12919: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888099.12941: 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 0x7fbbde28c3b0> <<< 138029 1726888099.12966: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888099.13001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888099.13028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888099.13071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888099.13166: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde28eb10> <<< 138029 1726888099.13238: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde28c4d0> <<< 138029 1726888099.13275: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde2553a0> <<< 138029 1726888099.13304: 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' <<< 138029 1726888099.13317: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddb29400> <<< 138029 1726888099.13327: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde232420> <<< 138029 1726888099.13334: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde1dfe00> <<< 138029 1726888099.16408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888099.16428: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbbddb296a0> <<< 138029 1726888099.20083: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_dm82crsy/ansible_stat_payload.zip' <<< 138029 1726888099.20099: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.20228: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.20260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888099.20267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888099.20318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888099.20390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888099.20429: 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 0x7fbbddb7f1d0> <<< 138029 1726888099.20432: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888099.20620: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddb5e0c0> <<< 138029 1726888099.20626: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddb5d220> # zipimport: zlib available <<< 138029 1726888099.20663: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888099.20678: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.20688: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.20701: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.20715: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888099.20729: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.22169: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.23318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888099.23332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddb7d070> <<< 138029 1726888099.23350: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888099.23352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888099.23380: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888099.23386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888099.23411: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888099.23422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888099.23444: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.23449: 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 0x7fbbddbaaba0> <<< 138029 1726888099.23482: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddbaa990> <<< 138029 1726888099.23512: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddbaa2a0> <<< 138029 1726888099.23533: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888099.23546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888099.23586: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddbaa780> <<< 138029 1726888099.23590: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddb7fc50> <<< 138029 1726888099.23598: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888099.23626: 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 0x7fbbddbab830> <<< 138029 1726888099.23658: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.23669: 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 0x7fbbddbaba70> <<< 138029 1726888099.23678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888099.23729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888099.23737: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888099.23788: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddbabfb0> <<< 138029 1726888099.23791: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888099.23826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888099.23840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888099.23879: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda15d00> <<< 138029 1726888099.23909: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.23916: 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 0x7fbbdda17920> <<< 138029 1726888099.23928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888099.23949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888099.23982: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda1c2f0> <<< 138029 1726888099.24004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888099.24028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888099.24051: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda1d460> <<< 138029 1726888099.24072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888099.24110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888099.24125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888099.24141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888099.24191: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda1ff20> <<< 138029 1726888099.24231: 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 0x7fbbdda202c0> <<< 138029 1726888099.24243: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda1e210> <<< 138029 1726888099.24266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888099.24293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888099.24315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888099.24318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888099.24341: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888099.24369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888099.24396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888099.24414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda23fe0> <<< 138029 1726888099.24417: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888099.24492: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda22ab0> <<< 138029 1726888099.24506: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda22810> <<< 138029 1726888099.24521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888099.24528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888099.24605: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda22d80> <<< 138029 1726888099.24634: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda1e720> <<< 138029 1726888099.24659: 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 0x7fbbdda681d0> <<< 138029 1726888099.24688: 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' <<< 138029 1726888099.24691: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda682f0> <<< 138029 1726888099.24718: 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 <<< 138029 1726888099.24732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888099.24753: 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' <<< 138029 1726888099.24789: 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 0x7fbbdda69eb0> <<< 138029 1726888099.24801: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda69c70> <<< 138029 1726888099.24809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888099.24923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888099.24979: 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 0x7fbbdda6c3e0> <<< 138029 1726888099.24985: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda6a570> <<< 138029 1726888099.25000: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888099.25041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888099.25065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888099.25078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888099.25127: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda6fb90> <<< 138029 1726888099.25248: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda6c560> <<< 138029 1726888099.25313: 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 0x7fbbdda70ec0> <<< 138029 1726888099.25340: 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 0x7fbbdda70dd0> <<< 138029 1726888099.25386: 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 0x7fbbdda70c80> <<< 138029 1726888099.25396: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda685f0> <<< 138029 1726888099.25422: 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 <<< 138029 1726888099.25432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888099.25444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888099.25464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888099.25500: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.25514: 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 0x7fbbddafc470> <<< 138029 1726888099.25672: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.25684: 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 0x7fbbddafd5b0> <<< 138029 1726888099.25690: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda72c00> <<< 138029 1726888099.25715: 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 0x7fbbdda73fb0> <<< 138029 1726888099.25727: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda72810> <<< 138029 1726888099.25736: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.25753: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.25761: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888099.25777: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.25867: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.25957: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.25971: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888099.25985: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.25996: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.26015: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888099.26019: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.26142: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.26263: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.26814: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.27349: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888099.27371: 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' # <<< 138029 1726888099.27391: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888099.27408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888099.27467: 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 0x7fbbdd9018e0> <<< 138029 1726888099.27543: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888099.27565: 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 0x7fbbdd902780> <<< 138029 1726888099.27574: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda71fa0> <<< 138029 1726888099.27621: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888099.27642: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.27661: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.27679: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888099.27682: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.27833: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.27982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888099.28002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 138029 1726888099.28005: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdd9024e0> <<< 138029 1726888099.28017: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.28492: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.28942: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.29015: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.29099: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888099.29146: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.29173: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888099.29190: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.29261: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.29347: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888099.29364: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.29380: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888099.29393: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.29437: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.29481: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888099.29490: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.29723: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.29959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888099.30024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888099.30111: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdd9039e0> <<< 138029 1726888099.30115: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.30183: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.30282: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888099.30296: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 138029 1726888099.30338: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.30391: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888099.30408: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.30434: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.30481: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.30567: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.30777: 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 0x7fbbdd90e420> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdd90ad80> <<< 138029 1726888099.30804: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888099.30878: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.30881: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.30945: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.30974: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.31019: 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' <<< 138029 1726888099.31037: 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 <<< 138029 1726888099.31064: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888099.31083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888099.31142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888099.31154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888099.31179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888099.31237: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddbfac90> <<< 138029 1726888099.31280: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddbe2960> <<< 138029 1726888099.31375: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdd90e570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdd903260> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888099.31378: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.31399: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.31430: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888099.31498: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888099.31501: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.31528: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888099.31668: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.32007: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.32714: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/mapper/vg1-lv1", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 5243, "dev": 6, "nlink": 1, "atime": 1726888052.2210414, "mtime": 1726888052.2210414, "ctime": 1726888052.2210414, "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": 64770, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/symlink", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/mapper/vg1-lv1", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888099.32732: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888099.33158: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888099.33164: 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 <<< 138029 1726888099.33224: 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 <<< 138029 1726888099.33325: 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 <<< 138029 1726888099.33351: 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 # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888099.33579: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888099.33618: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888099.33629: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888099.33645: stdout chunk (state=3): >>># destroy binascii <<< 138029 1726888099.33652: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888099.33672: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888099.33675: stdout chunk (state=3): >>># destroy fnmatch # destroy ipaddress <<< 138029 1726888099.33700: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888099.33719: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888099.33747: 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 <<< 138029 1726888099.33753: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888099.33781: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888099.33784: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 138029 1726888099.33790: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888099.33808: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888099.33826: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888099.33850: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888099.33865: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888099.33913: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888099.33918: 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 <<< 138029 1726888099.33940: 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 <<< 138029 1726888099.33972: 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 <<< 138029 1726888099.33992: 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 <<< 138029 1726888099.34050: 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 # 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 <<< 138029 1726888099.34057: 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 <<< 138029 1726888099.34197: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888099.34206: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888099.34211: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888099.34235: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888099.34240: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888099.34274: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888099.34321: 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 <<< 138029 1726888099.34330: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888099.34335: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888099.34429: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888099.34442: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 138029 1726888099.34451: stdout chunk (state=3): >>># destroy time <<< 138029 1726888099.34458: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888099.34482: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888099.34500: stdout chunk (state=3): >>># destroy _operator <<< 138029 1726888099.34504: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 138029 1726888099.34532: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888099.34536: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888099.35007: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888099.35035: stderr chunk (state=3): >>><<< 138029 1726888099.35039: stdout chunk (state=3): >>><<< 138029 1726888099.35106: _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 0x7fbbde5683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde537a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde56a960> 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 0x7fbbde33cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fbbde33dfd0> 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 0x7fbbde37be90> # /usr/lib64/python3.12/__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 0x7fbbde37bf50> # /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 0x7fbbde3b3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde3b3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde393b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde391280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde379040> # /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 0x7fbbde3d7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde3d64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde392150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde3d4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde404920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde3782c0> # /usr/lib64/python3.12/__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 0x7fbbde404dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde404c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbde405070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde376de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fbbde405730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde405430> 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 0x7fbbde406630> 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 0x7fbbde420860> 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 0x7fbbde421fa0> # /usr/lib64/python3.12/__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 0x7fbbde422e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbde423440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde422390> # /usr/lib64/python3.12/__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 0x7fbbde423e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde423560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde406690> # /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 0x7fbbde1b3ce0> # /usr/lib64/python3.12/__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 0x7fbbde1dc7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde1dc530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbde1dc800> # /usr/lib64/python3.12/__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 0x7fbbde1dd130> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbde1ddaf0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde1dc9e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde1b1e80> # /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 0x7fbbde1deea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde1ddbe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde406d80> # /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 0x7fbbde207230> # /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 0x7fbbde2335c0> # /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 0x7fbbde28c3b0> # /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 0x7fbbde28eb10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde28c4d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde2553a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddb29400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde232420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbde1dfe00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbbddb296a0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_dm82crsy/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 0x7fbbddb7f1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddb5e0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddb5d220> # 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 0x7fbbddb7d070> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fbbddbaaba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddbaa990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddbaa2a0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fbbddbaa780> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddb7fc50> 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 0x7fbbddbab830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbddbaba70> # /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 0x7fbbddbabfb0> 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 0x7fbbdda15d00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbdda17920> # /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 0x7fbbdda1c2f0> # /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 0x7fbbdda1d460> # /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 0x7fbbdda1ff20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbdda202c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda1e210> # /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 0x7fbbdda23fe0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda22ab0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda22810> # /usr/lib64/python3.12/__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 0x7fbbdda22d80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda1e720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbdda681d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda682f0> # /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 0x7fbbdda69eb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda69c70> # /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 0x7fbbdda6c3e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda6a570> # /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 0x7fbbdda6fb90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda6c560> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbdda70ec0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbdda70dd0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbdda70c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda685f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fbbddafc470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbddafd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda72c00> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbdda73fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda72810> # 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 0x7fbbdd9018e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fbbdd902780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdda71fa0> 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 0x7fbbdd9024e0> # 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 0x7fbbdd9039e0> # 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 0x7fbbdd90e420> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdd90ad80> 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 0x7fbbddbfac90> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbddbe2960> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdd90e570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbdd903260> # 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/mapper/vg1-lv1", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 5243, "dev": 6, "nlink": 1, "atime": 1726888052.2210414, "mtime": 1726888052.2210414, "ctime": 1726888052.2210414, "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": 64770, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/symlink", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/mapper/vg1-lv1", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888099.35642: done with _execute_module (stat, {'path': '/dev/mapper/vg1-lv1', '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-1726888098.8860087-141119-45606640218741/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888099.35646: _low_level_execute_command(): starting 138029 1726888099.35648: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888098.8860087-141119-45606640218741/ > /dev/null 2>&1 && sleep 0' 138029 1726888099.35780: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888099.35783: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888099.35786: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888099.35788: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888099.35837: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888099.35841: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888099.35893: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888099.37786: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888099.37810: stderr chunk (state=3): >>><<< 138029 1726888099.37813: stdout chunk (state=3): >>><<< 138029 1726888099.37826: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888099.37835: handler run complete 138029 1726888099.37867: attempt loop complete, returning result 138029 1726888099.37870: _execute() done 138029 1726888099.37872: dumping result to json 138029 1726888099.37878: done dumping result, returning 138029 1726888099.37886: done running TaskExecutor() for managed_node3/TASK: See whether the device node is present [0affc8a3-6f6f-5a58-73a2-000000000e60] 138029 1726888099.37891: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e60 138029 1726888099.37993: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e60 138029 1726888099.37996: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726888052.2210414, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726888052.2210414, "dev": 6, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 5243, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726888052.2210414, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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 } } 138029 1726888099.38098: no more pending results, returning what we have 138029 1726888099.38101: results queue empty 138029 1726888099.38102: checking for any_errors_fatal 138029 1726888099.38110: done checking for any_errors_fatal 138029 1726888099.38110: checking for max_fail_percentage 138029 1726888099.38112: done checking for max_fail_percentage 138029 1726888099.38112: checking to see if all hosts have failed and the running result is not ok 138029 1726888099.38113: done checking to see if all hosts have failed 138029 1726888099.38114: getting the remaining hosts for this loop 138029 1726888099.38115: done getting the remaining hosts for this loop 138029 1726888099.38119: getting the next task for host managed_node3 138029 1726888099.38126: done getting next task for host managed_node3 138029 1726888099.38128: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888099.38134: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888099.38141: getting variables 138029 1726888099.38142: in VariableManager get_vars() 138029 1726888099.38174: Calling all_inventory to load vars for managed_node3 138029 1726888099.38176: Calling groups_inventory to load vars for managed_node3 138029 1726888099.38179: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888099.38188: Calling all_plugins_play to load vars for managed_node3 138029 1726888099.38190: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888099.38192: Calling groups_plugins_play to load vars for managed_node3 138029 1726888099.41423: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888099.41787: done with get_vars() 138029 1726888099.41798: done getting variables 138029 1726888099.41840: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:19 -0400 (0:00:00.572) 0:01:52.142 ****** 138029 1726888099.41864: entering _queue_task() for managed_node3/assert 138029 1726888099.42101: worker is 1 (out of 1 available) 138029 1726888099.42116: exiting _queue_task() for managed_node3/assert 138029 1726888099.42126: done queuing things up, now waiting for results queue to drain 138029 1726888099.42128: waiting for pending results... 138029 1726888099.42311: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888099.42409: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e61 138029 1726888099.42420: variable 'ansible_search_path' from source: unknown 138029 1726888099.42448: calling self._execute() 138029 1726888099.42531: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.42534: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.42542: variable 'omit' from source: magic vars 138029 1726888099.42850: variable '_storage_test_volume_present' from source: set_fact 138029 1726888099.42854: variable 'storage_test_volume' from source: include params 138029 1726888099.42880: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 138029 1726888099.42886: variable 'omit' from source: magic vars 138029 1726888099.42930: variable 'omit' from source: magic vars 138029 1726888099.43002: variable 'storage_test_volume' from source: include params 138029 1726888099.43032: variable 'omit' from source: magic vars 138029 1726888099.43067: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888099.43093: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888099.43108: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888099.43129: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888099.43136: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888099.43148: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888099.43166: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888099.43186: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888099.43190: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.43193: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.43276: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888099.43279: Set connection var ansible_timeout to 10 138029 1726888099.43285: Set connection var ansible_pipelining to False 138029 1726888099.43288: Set connection var ansible_shell_type to sh 138029 1726888099.43290: Set connection var ansible_connection to ssh 138029 1726888099.43294: Set connection var ansible_shell_executable to /bin/sh 138029 1726888099.43313: variable 'ansible_shell_executable' from source: unknown 138029 1726888099.43316: variable 'ansible_connection' from source: unknown 138029 1726888099.43319: variable 'ansible_module_compression' from source: unknown 138029 1726888099.43321: variable 'ansible_shell_type' from source: unknown 138029 1726888099.43324: variable 'ansible_shell_executable' from source: unknown 138029 1726888099.43326: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.43331: variable 'ansible_pipelining' from source: unknown 138029 1726888099.43333: variable 'ansible_timeout' from source: unknown 138029 1726888099.43336: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.43434: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888099.43443: variable 'omit' from source: magic vars 138029 1726888099.43452: starting attempt loop 138029 1726888099.43458: running the handler 138029 1726888099.43551: variable 'storage_test_dev' from source: set_fact 138029 1726888099.43571: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 138029 1726888099.43574: handler run complete 138029 1726888099.43587: attempt loop complete, returning result 138029 1726888099.43590: _execute() done 138029 1726888099.43593: dumping result to json 138029 1726888099.43595: done dumping result, returning 138029 1726888099.43602: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-000000000e61] 138029 1726888099.43607: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e61 138029 1726888099.43697: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e61 138029 1726888099.43700: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888099.43745: no more pending results, returning what we have 138029 1726888099.43748: results queue empty 138029 1726888099.43749: checking for any_errors_fatal 138029 1726888099.43766: done checking for any_errors_fatal 138029 1726888099.43767: checking for max_fail_percentage 138029 1726888099.43769: done checking for max_fail_percentage 138029 1726888099.43770: checking to see if all hosts have failed and the running result is not ok 138029 1726888099.43771: done checking to see if all hosts have failed 138029 1726888099.43771: getting the remaining hosts for this loop 138029 1726888099.43774: done getting the remaining hosts for this loop 138029 1726888099.43777: getting the next task for host managed_node3 138029 1726888099.43785: done getting next task for host managed_node3 138029 1726888099.43787: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888099.43793: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888099.43798: getting variables 138029 1726888099.43799: in VariableManager get_vars() 138029 1726888099.43828: Calling all_inventory to load vars for managed_node3 138029 1726888099.43831: Calling groups_inventory to load vars for managed_node3 138029 1726888099.43833: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888099.43847: Calling all_plugins_play to load vars for managed_node3 138029 1726888099.43850: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888099.43852: Calling groups_plugins_play to load vars for managed_node3 138029 1726888099.44227: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888099.44611: done with get_vars() 138029 1726888099.44623: done getting variables 138029 1726888099.44664: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:19 -0400 (0:00:00.028) 0:01:52.170 ****** 138029 1726888099.44686: entering _queue_task() for managed_node3/assert 138029 1726888099.44880: worker is 1 (out of 1 available) 138029 1726888099.44893: exiting _queue_task() for managed_node3/assert 138029 1726888099.44904: done queuing things up, now waiting for results queue to drain 138029 1726888099.44905: waiting for pending results... 138029 1726888099.45073: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888099.45145: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e62 138029 1726888099.45159: variable 'ansible_search_path' from source: unknown 138029 1726888099.45187: calling self._execute() 138029 1726888099.45270: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.45275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.45284: variable 'omit' from source: magic vars 138029 1726888099.45585: variable '_storage_test_volume_present' from source: set_fact 138029 1726888099.45588: variable 'storage_test_volume' from source: include params 138029 1726888099.45609: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 138029 1726888099.45613: when evaluation is False, skipping this task 138029 1726888099.45616: _execute() done 138029 1726888099.45619: dumping result to json 138029 1726888099.45622: done dumping result, returning 138029 1726888099.45626: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-000000000e62] 138029 1726888099.45631: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e62 138029 1726888099.45718: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e62 138029 1726888099.45720: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 138029 1726888099.45771: no more pending results, returning what we have 138029 1726888099.45774: results queue empty 138029 1726888099.45775: checking for any_errors_fatal 138029 1726888099.45782: done checking for any_errors_fatal 138029 1726888099.45783: checking for max_fail_percentage 138029 1726888099.45785: done checking for max_fail_percentage 138029 1726888099.45785: checking to see if all hosts have failed and the running result is not ok 138029 1726888099.45786: done checking to see if all hosts have failed 138029 1726888099.45787: getting the remaining hosts for this loop 138029 1726888099.45788: done getting the remaining hosts for this loop 138029 1726888099.45791: getting the next task for host managed_node3 138029 1726888099.45798: done getting next task for host managed_node3 138029 1726888099.45800: ^ task is: TASK: Make sure we got info about this volume 138029 1726888099.45806: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888099.45809: getting variables 138029 1726888099.45810: in VariableManager get_vars() 138029 1726888099.45842: Calling all_inventory to load vars for managed_node3 138029 1726888099.45845: Calling groups_inventory to load vars for managed_node3 138029 1726888099.45848: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888099.45858: Calling all_plugins_play to load vars for managed_node3 138029 1726888099.45860: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888099.45865: Calling groups_plugins_play to load vars for managed_node3 138029 1726888099.46210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888099.46594: done with get_vars() 138029 1726888099.46604: done getting variables 138029 1726888099.46641: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:19 -0400 (0:00:00.019) 0:01:52.190 ****** 138029 1726888099.46669: entering _queue_task() for managed_node3/assert 138029 1726888099.46851: worker is 1 (out of 1 available) 138029 1726888099.46868: exiting _queue_task() for managed_node3/assert 138029 1726888099.46879: done queuing things up, now waiting for results queue to drain 138029 1726888099.46880: waiting for pending results... 138029 1726888099.47038: running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume 138029 1726888099.47115: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e63 138029 1726888099.47127: variable 'ansible_search_path' from source: unknown 138029 1726888099.47154: calling self._execute() 138029 1726888099.47240: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.47244: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.47253: variable 'omit' from source: magic vars 138029 1726888099.47515: variable '_storage_test_volume_present' from source: set_fact 138029 1726888099.47521: Evaluated conditional (_storage_test_volume_present): True 138029 1726888099.47527: variable 'omit' from source: magic vars 138029 1726888099.47577: variable 'omit' from source: magic vars 138029 1726888099.47660: variable 'storage_test_volume' from source: include params 138029 1726888099.47694: variable 'omit' from source: magic vars 138029 1726888099.47723: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888099.47749: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888099.47771: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888099.47784: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888099.47794: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888099.47807: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888099.47819: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888099.47840: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888099.47844: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.47846: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.47931: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888099.47935: Set connection var ansible_timeout to 10 138029 1726888099.47940: Set connection var ansible_pipelining to False 138029 1726888099.47943: Set connection var ansible_shell_type to sh 138029 1726888099.47945: Set connection var ansible_connection to ssh 138029 1726888099.47950: Set connection var ansible_shell_executable to /bin/sh 138029 1726888099.47974: variable 'ansible_shell_executable' from source: unknown 138029 1726888099.47977: variable 'ansible_connection' from source: unknown 138029 1726888099.47979: variable 'ansible_module_compression' from source: unknown 138029 1726888099.47982: variable 'ansible_shell_type' from source: unknown 138029 1726888099.47984: variable 'ansible_shell_executable' from source: unknown 138029 1726888099.47986: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.47989: variable 'ansible_pipelining' from source: unknown 138029 1726888099.47991: variable 'ansible_timeout' from source: unknown 138029 1726888099.48001: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.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=False) 138029 1726888099.48111: variable 'omit' from source: magic vars 138029 1726888099.48114: starting attempt loop 138029 1726888099.48116: running the handler 138029 1726888099.48220: variable 'storage_test_volume' from source: include params 138029 1726888099.48225: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888099.48249: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 138029 1726888099.48254: handler run complete 138029 1726888099.48271: attempt loop complete, returning result 138029 1726888099.48274: _execute() done 138029 1726888099.48277: dumping result to json 138029 1726888099.48280: done dumping result, returning 138029 1726888099.48285: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume [0affc8a3-6f6f-5a58-73a2-000000000e63] 138029 1726888099.48289: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e63 138029 1726888099.48377: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e63 138029 1726888099.48380: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888099.48427: no more pending results, returning what we have 138029 1726888099.48430: results queue empty 138029 1726888099.48431: checking for any_errors_fatal 138029 1726888099.48440: done checking for any_errors_fatal 138029 1726888099.48441: checking for max_fail_percentage 138029 1726888099.48442: done checking for max_fail_percentage 138029 1726888099.48443: checking to see if all hosts have failed and the running result is not ok 138029 1726888099.48444: done checking to see if all hosts have failed 138029 1726888099.48445: getting the remaining hosts for this loop 138029 1726888099.48446: done getting the remaining hosts for this loop 138029 1726888099.48449: getting the next task for host managed_node3 138029 1726888099.48458: done getting next task for host managed_node3 138029 1726888099.48460: ^ task is: TASK: Process volume type (set initial value) (1/2) 138029 1726888099.48465: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888099.48468: getting variables 138029 1726888099.48470: in VariableManager get_vars() 138029 1726888099.48495: Calling all_inventory to load vars for managed_node3 138029 1726888099.48498: Calling groups_inventory to load vars for managed_node3 138029 1726888099.48500: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888099.48509: Calling all_plugins_play to load vars for managed_node3 138029 1726888099.48516: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888099.48518: Calling groups_plugins_play to load vars for managed_node3 138029 1726888099.48901: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888099.49373: done with get_vars() 138029 1726888099.49383: done getting variables 138029 1726888099.49419: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:19 -0400 (0:00:00.027) 0:01:52.217 ****** 138029 1726888099.49442: entering _queue_task() for managed_node3/set_fact 138029 1726888099.49635: worker is 1 (out of 1 available) 138029 1726888099.49657: exiting _queue_task() for managed_node3/set_fact 138029 1726888099.49674: done queuing things up, now waiting for results queue to drain 138029 1726888099.49676: waiting for pending results... 138029 1726888099.50169: running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) 138029 1726888099.50175: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e64 138029 1726888099.50179: variable 'ansible_search_path' from source: unknown 138029 1726888099.50206: calling self._execute() 138029 1726888099.50307: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.50313: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.50325: variable 'omit' from source: magic vars 138029 1726888099.50450: variable 'omit' from source: magic vars 138029 1726888099.50546: variable 'omit' from source: magic vars 138029 1726888099.50730: variable 'storage_test_volume' from source: include params 138029 1726888099.50770: variable 'omit' from source: magic vars 138029 1726888099.50799: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888099.50827: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888099.50843: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888099.50857: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888099.50870: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888099.50883: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888099.50895: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888099.50917: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888099.50921: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.50923: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.51009: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888099.51012: Set connection var ansible_timeout to 10 138029 1726888099.51018: Set connection var ansible_pipelining to False 138029 1726888099.51020: Set connection var ansible_shell_type to sh 138029 1726888099.51022: Set connection var ansible_connection to ssh 138029 1726888099.51027: Set connection var ansible_shell_executable to /bin/sh 138029 1726888099.51047: variable 'ansible_shell_executable' from source: unknown 138029 1726888099.51050: variable 'ansible_connection' from source: unknown 138029 1726888099.51053: variable 'ansible_module_compression' from source: unknown 138029 1726888099.51056: variable 'ansible_shell_type' from source: unknown 138029 1726888099.51059: variable 'ansible_shell_executable' from source: unknown 138029 1726888099.51061: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.51064: variable 'ansible_pipelining' from source: unknown 138029 1726888099.51071: variable 'ansible_timeout' from source: unknown 138029 1726888099.51073: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.51228: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888099.51232: variable 'omit' from source: magic vars 138029 1726888099.51235: starting attempt loop 138029 1726888099.51238: running the handler 138029 1726888099.51240: handler run complete 138029 1726888099.51243: attempt loop complete, returning result 138029 1726888099.51245: _execute() done 138029 1726888099.51247: dumping result to json 138029 1726888099.51249: done dumping result, returning 138029 1726888099.51251: done running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-5a58-73a2-000000000e64] 138029 1726888099.51253: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e64 138029 1726888099.51503: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e64 138029 1726888099.51506: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } 138029 1726888099.51804: no more pending results, returning what we have 138029 1726888099.51806: results queue empty 138029 1726888099.51807: checking for any_errors_fatal 138029 1726888099.51814: done checking for any_errors_fatal 138029 1726888099.51814: checking for max_fail_percentage 138029 1726888099.51816: done checking for max_fail_percentage 138029 1726888099.51817: checking to see if all hosts have failed and the running result is not ok 138029 1726888099.51817: done checking to see if all hosts have failed 138029 1726888099.51818: getting the remaining hosts for this loop 138029 1726888099.51819: done getting the remaining hosts for this loop 138029 1726888099.51822: getting the next task for host managed_node3 138029 1726888099.51829: done getting next task for host managed_node3 138029 1726888099.51832: ^ task is: TASK: Process volume type (get RAID value) (2/2) 138029 1726888099.51836: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888099.51841: getting variables 138029 1726888099.51842: in VariableManager get_vars() 138029 1726888099.51872: Calling all_inventory to load vars for managed_node3 138029 1726888099.51875: Calling groups_inventory to load vars for managed_node3 138029 1726888099.51877: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888099.51886: Calling all_plugins_play to load vars for managed_node3 138029 1726888099.51888: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888099.51891: Calling groups_plugins_play to load vars for managed_node3 138029 1726888099.52786: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888099.53154: done with get_vars() 138029 1726888099.53170: done getting variables 138029 1726888099.53209: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:19 -0400 (0:00:00.037) 0:01:52.255 ****** 138029 1726888099.53233: entering _queue_task() for managed_node3/set_fact 138029 1726888099.53436: worker is 1 (out of 1 available) 138029 1726888099.53449: exiting _queue_task() for managed_node3/set_fact 138029 1726888099.53464: done queuing things up, now waiting for results queue to drain 138029 1726888099.53466: waiting for pending results... 138029 1726888099.53645: running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) 138029 1726888099.53747: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e65 138029 1726888099.53762: variable 'ansible_search_path' from source: unknown 138029 1726888099.53791: calling self._execute() 138029 1726888099.53869: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.53873: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.53881: variable 'omit' from source: magic vars 138029 1726888099.54166: variable 'storage_test_volume' from source: include params 138029 1726888099.54190: Evaluated conditional (storage_test_volume.type == "raid"): False 138029 1726888099.54194: when evaluation is False, skipping this task 138029 1726888099.54197: _execute() done 138029 1726888099.54199: dumping result to json 138029 1726888099.54202: done dumping result, returning 138029 1726888099.54207: done running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-5a58-73a2-000000000e65] 138029 1726888099.54214: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e65 138029 1726888099.54303: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e65 138029 1726888099.54306: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 138029 1726888099.54386: no more pending results, returning what we have 138029 1726888099.54388: results queue empty 138029 1726888099.54389: checking for any_errors_fatal 138029 1726888099.54394: done checking for any_errors_fatal 138029 1726888099.54395: checking for max_fail_percentage 138029 1726888099.54396: done checking for max_fail_percentage 138029 1726888099.54397: checking to see if all hosts have failed and the running result is not ok 138029 1726888099.54398: done checking to see if all hosts have failed 138029 1726888099.54398: getting the remaining hosts for this loop 138029 1726888099.54399: done getting the remaining hosts for this loop 138029 1726888099.54402: getting the next task for host managed_node3 138029 1726888099.54408: done getting next task for host managed_node3 138029 1726888099.54411: ^ task is: TASK: Verify the volume's device type 138029 1726888099.54416: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888099.54420: getting variables 138029 1726888099.54421: in VariableManager get_vars() 138029 1726888099.54446: Calling all_inventory to load vars for managed_node3 138029 1726888099.54449: Calling groups_inventory to load vars for managed_node3 138029 1726888099.54451: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888099.54460: Calling all_plugins_play to load vars for managed_node3 138029 1726888099.54462: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888099.54470: Calling groups_plugins_play to load vars for managed_node3 138029 1726888099.54818: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888099.55194: done with get_vars() 138029 1726888099.55204: done getting variables 138029 1726888099.55244: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:19 -0400 (0:00:00.020) 0:01:52.276 ****** 138029 1726888099.55269: entering _queue_task() for managed_node3/assert 138029 1726888099.55458: worker is 1 (out of 1 available) 138029 1726888099.55469: exiting _queue_task() for managed_node3/assert 138029 1726888099.55482: done queuing things up, now waiting for results queue to drain 138029 1726888099.55483: waiting for pending results... 138029 1726888099.55656: running TaskExecutor() for managed_node3/TASK: Verify the volume's device type 138029 1726888099.55744: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e66 138029 1726888099.55756: variable 'ansible_search_path' from source: unknown 138029 1726888099.55786: calling self._execute() 138029 1726888099.55865: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.55873: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.55880: variable 'omit' from source: magic vars 138029 1726888099.56260: variable '_storage_test_volume_present' from source: set_fact 138029 1726888099.56266: Evaluated conditional (_storage_test_volume_present): True 138029 1726888099.56268: variable 'omit' from source: magic vars 138029 1726888099.56270: variable 'omit' from source: magic vars 138029 1726888099.56278: variable 'omit' from source: magic vars 138029 1726888099.56321: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888099.56365: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888099.56390: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888099.56409: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888099.56422: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888099.56439: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888099.56457: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888099.56492: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888099.56501: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.56509: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.56634: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888099.56645: Set connection var ansible_timeout to 10 138029 1726888099.56658: Set connection var ansible_pipelining to False 138029 1726888099.56670: Set connection var ansible_shell_type to sh 138029 1726888099.56677: Set connection var ansible_connection to ssh 138029 1726888099.56688: Set connection var ansible_shell_executable to /bin/sh 138029 1726888099.56718: variable 'ansible_shell_executable' from source: unknown 138029 1726888099.56726: variable 'ansible_connection' from source: unknown 138029 1726888099.56733: variable 'ansible_module_compression' from source: unknown 138029 1726888099.56739: variable 'ansible_shell_type' from source: unknown 138029 1726888099.56860: variable 'ansible_shell_executable' from source: unknown 138029 1726888099.56866: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.56868: variable 'ansible_pipelining' from source: unknown 138029 1726888099.56870: variable 'ansible_timeout' from source: unknown 138029 1726888099.56872: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.56902: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888099.56920: variable 'omit' from source: magic vars 138029 1726888099.56929: starting attempt loop 138029 1726888099.56935: running the handler 138029 1726888099.57130: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888099.57167: variable 'storage_test_volume' from source: include params 138029 1726888099.57186: variable 'st_volume_type' from source: set_fact 138029 1726888099.57206: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 138029 1726888099.57216: handler run complete 138029 1726888099.57232: attempt loop complete, returning result 138029 1726888099.57238: _execute() done 138029 1726888099.57244: dumping result to json 138029 1726888099.57250: done dumping result, returning 138029 1726888099.57264: done running TaskExecutor() for managed_node3/TASK: Verify the volume's device type [0affc8a3-6f6f-5a58-73a2-000000000e66] 138029 1726888099.57274: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e66 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888099.57407: no more pending results, returning what we have 138029 1726888099.57410: results queue empty 138029 1726888099.57411: checking for any_errors_fatal 138029 1726888099.57419: done checking for any_errors_fatal 138029 1726888099.57420: checking for max_fail_percentage 138029 1726888099.57422: done checking for max_fail_percentage 138029 1726888099.57423: checking to see if all hosts have failed and the running result is not ok 138029 1726888099.57424: done checking to see if all hosts have failed 138029 1726888099.57424: getting the remaining hosts for this loop 138029 1726888099.57426: done getting the remaining hosts for this loop 138029 1726888099.57429: getting the next task for host managed_node3 138029 1726888099.57438: done getting next task for host managed_node3 138029 1726888099.57441: ^ task is: TASK: Stat the LUKS device, if encrypted 138029 1726888099.57447: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888099.57453: getting variables 138029 1726888099.57454: in VariableManager get_vars() 138029 1726888099.57491: Calling all_inventory to load vars for managed_node3 138029 1726888099.57494: Calling groups_inventory to load vars for managed_node3 138029 1726888099.57497: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888099.57506: Calling all_plugins_play to load vars for managed_node3 138029 1726888099.57510: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888099.57517: Calling groups_plugins_play to load vars for managed_node3 138029 1726888099.58070: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e66 138029 1726888099.58073: WORKER PROCESS EXITING 138029 1726888099.58197: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888099.58882: done with get_vars() 138029 1726888099.58897: 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:08:19 -0400 (0:00:00.037) 0:01:52.313 ****** 138029 1726888099.58982: entering _queue_task() for managed_node3/stat 138029 1726888099.59248: worker is 1 (out of 1 available) 138029 1726888099.59466: exiting _queue_task() for managed_node3/stat 138029 1726888099.59476: done queuing things up, now waiting for results queue to drain 138029 1726888099.59478: waiting for pending results... 138029 1726888099.59584: running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted 138029 1726888099.59742: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e6a 138029 1726888099.59770: variable 'ansible_search_path' from source: unknown 138029 1726888099.59813: calling self._execute() 138029 1726888099.59933: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.59945: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.59961: variable 'omit' from source: magic vars 138029 1726888099.60372: variable 'storage_test_volume' from source: include params 138029 1726888099.60406: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888099.60415: when evaluation is False, skipping this task 138029 1726888099.60422: _execute() done 138029 1726888099.60429: dumping result to json 138029 1726888099.60435: done dumping result, returning 138029 1726888099.60444: done running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-5a58-73a2-000000000e6a] 138029 1726888099.60454: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e6a skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888099.60712: no more pending results, returning what we have 138029 1726888099.60716: results queue empty 138029 1726888099.60717: checking for any_errors_fatal 138029 1726888099.60725: done checking for any_errors_fatal 138029 1726888099.60725: checking for max_fail_percentage 138029 1726888099.60727: done checking for max_fail_percentage 138029 1726888099.60728: checking to see if all hosts have failed and the running result is not ok 138029 1726888099.60729: done checking to see if all hosts have failed 138029 1726888099.60730: getting the remaining hosts for this loop 138029 1726888099.60732: done getting the remaining hosts for this loop 138029 1726888099.60737: getting the next task for host managed_node3 138029 1726888099.60745: done getting next task for host managed_node3 138029 1726888099.60748: ^ task is: TASK: Ensure cryptsetup is present 138029 1726888099.60758: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888099.60766: getting variables 138029 1726888099.60768: in VariableManager get_vars() 138029 1726888099.60804: Calling all_inventory to load vars for managed_node3 138029 1726888099.60807: Calling groups_inventory to load vars for managed_node3 138029 1726888099.60811: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888099.60825: Calling all_plugins_play to load vars for managed_node3 138029 1726888099.60829: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888099.60832: Calling groups_plugins_play to load vars for managed_node3 138029 1726888099.61371: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e6a 138029 1726888099.61374: WORKER PROCESS EXITING 138029 1726888099.61584: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888099.62267: done with get_vars() 138029 1726888099.62281: done getting variables 138029 1726888099.62331: 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:08:19 -0400 (0:00:00.033) 0:01:52.347 ****** 138029 1726888099.62366: entering _queue_task() for managed_node3/package 138029 1726888099.62616: worker is 1 (out of 1 available) 138029 1726888099.62629: exiting _queue_task() for managed_node3/package 138029 1726888099.62640: done queuing things up, now waiting for results queue to drain 138029 1726888099.62641: waiting for pending results... 138029 1726888099.62933: running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present 138029 1726888099.63094: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e6b 138029 1726888099.63116: variable 'ansible_search_path' from source: unknown 138029 1726888099.63158: calling self._execute() 138029 1726888099.63277: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.63289: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.63307: variable 'omit' from source: magic vars 138029 1726888099.63427: variable 'omit' from source: magic vars 138029 1726888099.63503: variable 'omit' from source: magic vars 138029 1726888099.63801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888099.66379: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888099.66396: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888099.66437: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888099.66504: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888099.66537: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888099.66649: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888099.66689: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888099.66727: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888099.66813: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888099.66817: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888099.66923: variable '__storage_is_ostree' from source: set_fact 138029 1726888099.66934: variable 'omit' from source: magic vars 138029 1726888099.66972: variable 'omit' from source: magic vars 138029 1726888099.67004: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888099.67042: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888099.67140: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888099.67143: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888099.67146: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888099.67148: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888099.67151: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888099.67180: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888099.67188: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.67197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.67330: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888099.67342: Set connection var ansible_timeout to 10 138029 1726888099.67360: Set connection var ansible_pipelining to False 138029 1726888099.67372: Set connection var ansible_shell_type to sh 138029 1726888099.67380: Set connection var ansible_connection to ssh 138029 1726888099.67391: Set connection var ansible_shell_executable to /bin/sh 138029 1726888099.67424: variable 'ansible_shell_executable' from source: unknown 138029 1726888099.67460: variable 'ansible_connection' from source: unknown 138029 1726888099.67471: variable 'ansible_module_compression' from source: unknown 138029 1726888099.67473: variable 'ansible_shell_type' from source: unknown 138029 1726888099.67476: variable 'ansible_shell_executable' from source: unknown 138029 1726888099.67478: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888099.67480: variable 'ansible_pipelining' from source: unknown 138029 1726888099.67482: variable 'ansible_timeout' from source: unknown 138029 1726888099.67484: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888099.67661: 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) 138029 1726888099.67668: variable 'omit' from source: magic vars 138029 1726888099.67670: starting attempt loop 138029 1726888099.67673: running the handler 138029 1726888099.67675: variable 'ansible_facts' from source: unknown 138029 1726888099.67677: variable 'ansible_facts' from source: unknown 138029 1726888099.67693: _low_level_execute_command(): starting 138029 1726888099.67704: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888099.68423: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888099.68464: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888099.68482: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888099.68575: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888099.68617: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888099.68711: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888099.70452: stdout chunk (state=3): >>>/root <<< 138029 1726888099.70616: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888099.70619: stdout chunk (state=3): >>><<< 138029 1726888099.70622: stderr chunk (state=3): >>><<< 138029 1726888099.70644: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888099.70750: _low_level_execute_command(): starting 138029 1726888099.70757: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888099.7066343-141143-42154386625704 `" && echo ansible-tmp-1726888099.7066343-141143-42154386625704="` echo /root/.ansible/tmp/ansible-tmp-1726888099.7066343-141143-42154386625704 `" ) && sleep 0' 138029 1726888099.71315: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888099.71329: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888099.71344: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888099.71365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888099.71384: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888099.71408: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888099.71506: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888099.71530: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888099.71619: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888099.79666: stdout chunk (state=3): >>>ansible-tmp-1726888099.7066343-141143-42154386625704=/root/.ansible/tmp/ansible-tmp-1726888099.7066343-141143-42154386625704 <<< 138029 1726888099.79829: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888099.79832: stdout chunk (state=3): >>><<< 138029 1726888099.79835: stderr chunk (state=3): >>><<< 138029 1726888099.79857: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888099.7066343-141143-42154386625704=/root/.ansible/tmp/ansible-tmp-1726888099.7066343-141143-42154386625704 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888099.79906: variable 'ansible_module_compression' from source: unknown 138029 1726888099.80044: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 138029 1726888099.80047: variable 'ansible_facts' from source: unknown 138029 1726888099.80165: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888099.7066343-141143-42154386625704/AnsiballZ_dnf.py 138029 1726888099.80386: Sending initial data 138029 1726888099.80389: Sent initial data (153 bytes) 138029 1726888099.80931: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888099.80950: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888099.81066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888099.81080: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888099.81094: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888099.81225: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888099.82767: 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 <<< 138029 1726888099.82832: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888099.82909: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp20k72tw4 /root/.ansible/tmp/ansible-tmp-1726888099.7066343-141143-42154386625704/AnsiballZ_dnf.py <<< 138029 1726888099.82921: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888099.7066343-141143-42154386625704/AnsiballZ_dnf.py" <<< 138029 1726888099.82957: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp20k72tw4" to remote "/root/.ansible/tmp/ansible-tmp-1726888099.7066343-141143-42154386625704/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888099.7066343-141143-42154386625704/AnsiballZ_dnf.py" <<< 138029 1726888099.83920: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888099.83923: stdout chunk (state=3): >>><<< 138029 1726888099.83925: stderr chunk (state=3): >>><<< 138029 1726888099.83961: done transferring module to remote 138029 1726888099.84029: _low_level_execute_command(): starting 138029 1726888099.84033: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888099.7066343-141143-42154386625704/ /root/.ansible/tmp/ansible-tmp-1726888099.7066343-141143-42154386625704/AnsiballZ_dnf.py && sleep 0' 138029 1726888099.84650: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888099.84664: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888099.84688: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888099.84788: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888099.84828: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888099.84899: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888099.86668: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888099.86704: stdout chunk (state=3): >>><<< 138029 1726888099.86707: stderr chunk (state=3): >>><<< 138029 1726888099.86724: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888099.86733: _low_level_execute_command(): starting 138029 1726888099.86823: _low_level_execute_command(): using become for this command 138029 1726888099.86827: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-bqryndzobtesgiqfibmnsctrhoemaywz ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888099.7066343-141143-42154386625704/AnsiballZ_dnf.py'"'"' && sleep 0' 138029 1726888099.87085: Initial state: awaiting_escalation: BECOME-SUCCESS-bqryndzobtesgiqfibmnsctrhoemaywz 138029 1726888099.87450: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888099.87510: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888099.87580: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888099.87620: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888099.87704: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888099.90589: stdout chunk (state=1): >>>BECOME-SUCCESS-bqryndzobtesgiqfibmnsctrhoemaywz <<< 138029 1726888099.90599: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-bqryndzobtesgiqfibmnsctrhoemaywz' 138029 1726888099.90928: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888099.90977: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888099.91000: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888099.91087: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888099.91103: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888099.91140: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888099.91178: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888099.91226: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py<<< 138029 1726888099.91243: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888099.91281: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888099.91284: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888099.91339: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888099.91342: 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 0x7feb8ddbc3e0> <<< 138029 1726888099.91384: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dd8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ddbe930> <<< 138029 1726888099.91422: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888099.91448: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888099.91471: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888099.91497: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888099.91594: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888099.91622: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888099.91653: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888099.91674: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888099.91713: 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' <<< 138029 1726888099.91745: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888099.91753: 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 <<< 138029 1726888099.91777: 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 0x7feb8ddccfe0> <<< 138029 1726888099.91829: 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 <<< 138029 1726888099.91879: 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 0x7feb8ddcdfd0> <<< 138029 1726888099.91882: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888099.91905: 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. <<< 138029 1726888099.92269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888099.92451: 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' <<< 138029 1726888099.92473: 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 0x7feb8dbd3da0> # /usr/lib64/python3.12/__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 0x7feb8dbd3fe0> # /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' <<< 138029 1726888099.92498: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888099.92532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888099.92554: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888099.92592: 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' <<< 138029 1726888099.92621: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc03740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888099.92631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc03dd0> import '_collections' # <<< 138029 1726888099.92690: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dbe3a70> <<< 138029 1726888099.92699: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888099.92729: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dbe1190> <<< 138029 1726888099.92818: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dbd0f50> <<< 138029 1726888099.92868: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888099.92876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888099.92898: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888099.92924: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888099.92951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888099.92967: 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' <<< 138029 1726888099.93012: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc27680> <<< 138029 1726888099.93015: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc262a0> <<< 138029 1726888099.93047: 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 0x7feb8dbe2060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dbd2e40> <<< 138029 1726888099.93110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888099.93125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc586b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dbd01d0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888099.93173: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.93199: 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 0x7feb8dc58b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc58a10> <<< 138029 1726888099.93228: 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 0x7feb8dc58dd0> <<< 138029 1726888099.93259: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dbc6cf0> <<< 138029 1726888099.93279: 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' <<< 138029 1726888099.93298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888099.93327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888099.93339: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc59460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc59130> import 'importlib.machinery' # <<< 138029 1726888099.93375: 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' <<< 138029 1726888099.93409: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc5a360> <<< 138029 1726888099.93417: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888099.93430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888099.93473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888099.93508: 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 0x7feb8dc74560> import 'errno' # <<< 138029 1726888099.93544: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.93571: 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 0x7feb8dc75ca0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888099.93609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888099.93626: 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 0x7feb8dc76b40> <<< 138029 1726888099.93689: 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 0x7feb8dc771a0> <<< 138029 1726888099.93711: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc76090> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888099.93743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888099.93760: 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 0x7feb8dc77c20> <<< 138029 1726888099.93785: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc77350> <<< 138029 1726888099.93808: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc5a2d0> <<< 138029 1726888099.93841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888099.93875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888099.93896: 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' <<< 138029 1726888099.93957: 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 0x7feb8d9b3b30> <<< 138029 1726888099.93992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888099.93995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888099.94021: 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 0x7feb8d9dc5f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d9dc380> <<< 138029 1726888099.94049: 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 0x7feb8d9dc620> <<< 138029 1726888099.94077: 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' <<< 138029 1726888099.94140: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888099.94283: 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 0x7feb8d9dcef0> <<< 138029 1726888099.94396: 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 0x7feb8d9dd880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d9dc800> <<< 138029 1726888099.94435: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d9b1cd0> <<< 138029 1726888099.94484: 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' <<< 138029 1726888099.94488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888099.94533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d9dec30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d9dd9a0> <<< 138029 1726888099.94552: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc5aa80> <<< 138029 1726888099.94576: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888099.94644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888099.94648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888099.94684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888099.94712: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8da0af60> <<< 138029 1726888099.94791: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888099.94795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888099.94818: 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' <<< 138029 1726888099.94885: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8da33320> <<< 138029 1726888099.94888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888099.94939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888099.94996: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888099.95019: 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 0x7feb8da5bfb0> <<< 138029 1726888099.95040: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888099.95077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888099.95095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888099.95126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888099.95211: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8da8e810> <<< 138029 1726888099.95293: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8da8c1d0> <<< 138029 1726888099.95322: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8da33fb0> <<< 138029 1726888099.95365: 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 0x7feb8d3291c0> <<< 138029 1726888099.95396: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8da32120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d9dfb30> <<< 138029 1726888099.97786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7feb8d329460> <<< 138029 1726888099.99838: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_nsxdiwvt/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 138029 1726888099.99975: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888099.99990: 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' <<< 138029 1726888100.00034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888100.00115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888100.00142: 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 0x7feb8d37ef30> import '_typing' # <<< 138029 1726888100.00340: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d35de20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d35cf80> # zipimport: zlib available <<< 138029 1726888100.00373: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888100.00436: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888100.00440: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888100.00459: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.01845: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.02986: 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 0x7feb8d37cdd0> <<< 138029 1726888100.03013: 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' <<< 138029 1726888100.03042: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888100.03078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888100.03113: 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' <<< 138029 1726888100.03124: 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 0x7feb8d3aa870> <<< 138029 1726888100.03150: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d3aa600> <<< 138029 1726888100.03197: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d3a9f10> <<< 138029 1726888100.03208: 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' <<< 138029 1726888100.03258: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d3aa660> <<< 138029 1726888100.03297: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dd8a9c0> import 'atexit' # <<< 138029 1726888100.03328: 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 0x7feb8d3ab590> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb8d3ab7d0> <<< 138029 1726888100.03347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888100.03390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 138029 1726888100.03442: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d3abd10> import 'pwd' # <<< 138029 1726888100.03478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888100.03495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888100.03528: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d211a90> <<< 138029 1726888100.03568: 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 0x7feb8d213740> <<< 138029 1726888100.03596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888100.03609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888100.03635: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d214140> <<< 138029 1726888100.03661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888100.03708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888100.03712: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d215040> <<< 138029 1726888100.03731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888100.03783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888100.03786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888100.03807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888100.03845: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d217da0> <<< 138029 1726888100.03885: 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 0x7feb8d9deba0> <<< 138029 1726888100.03910: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d216060> <<< 138029 1726888100.03932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888100.03966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888100.04007: 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' <<< 138029 1726888100.04011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888100.04044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888100.04067: 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 0x7feb8d21fcb0> <<< 138029 1726888100.04091: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888100.04150: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d21e780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d21e4e0> <<< 138029 1726888100.04168: 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' <<< 138029 1726888100.04244: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d21ea50> <<< 138029 1726888100.04274: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d216570> <<< 138029 1726888100.04324: 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 0x7feb8d263fb0> <<< 138029 1726888100.04349: 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 0x7feb8d264080> <<< 138029 1726888100.04370: 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' <<< 138029 1726888100.04405: 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' <<< 138029 1726888100.04446: 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 0x7feb8d265b50> <<< 138029 1726888100.04464: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d265910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888100.04561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888100.04617: 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 0x7feb8d267fe0> <<< 138029 1726888100.04639: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d266240> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888100.04688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888100.04696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888100.04716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888100.04760: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d26b860> <<< 138029 1726888100.04879: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d268230> <<< 138029 1726888100.04938: 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 0x7feb8d26c8f0> <<< 138029 1726888100.04977: 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 0x7feb8d26c980> <<< 138029 1726888100.05028: 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 0x7feb8d26ca10> <<< 138029 1726888100.05035: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d264260> <<< 138029 1726888100.05064: 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 <<< 138029 1726888100.05104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888100.05115: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888100.05146: 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 0x7feb8d2f82c0> <<< 138029 1726888100.05298: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888100.05316: 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 0x7feb8d2f9610> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d26ea50> <<< 138029 1726888100.05359: 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 0x7feb8d26fdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d26e630> # zipimport: zlib available <<< 138029 1726888100.05400: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888100.05403: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.05484: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.05597: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.05600: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888100.05637: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888100.05640: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.05767: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.05884: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.06410: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.06952: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888100.07008: 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 <<< 138029 1726888100.07012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888100.07051: 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 0x7feb8d2fd7f0> <<< 138029 1726888100.07148: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888100.07166: 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 0x7feb8d2fe630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d2f9820> <<< 138029 1726888100.07222: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888100.07274: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.07285: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888100.07427: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.07589: 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 0x7feb8d2fe3f0> <<< 138029 1726888100.07611: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.08064: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.08515: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.08587: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.08671: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888100.08714: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.08760: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888100.08778: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.08827: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.08932: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 138029 1726888100.08963: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.08979: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888100.09005: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.09052: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888100.09284: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.09524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888100.09590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888100.09669: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d2ff950> # zipimport: zlib available <<< 138029 1726888100.09741: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.09838: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888100.09842: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888100.09857: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.09895: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.09939: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888100.09950: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.09994: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.10041: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.10095: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.10168: 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 <<< 138029 1726888100.10208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888100.10288: 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 0x7feb8d10a360> <<< 138029 1726888100.10320: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d105100> <<< 138029 1726888100.10367: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888100.10436: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.10494: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.10527: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.10584: 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' <<< 138029 1726888100.10626: 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 <<< 138029 1726888100.10630: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888100.10640: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888100.10691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888100.10725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888100.10737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888100.10796: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d202de0> <<< 138029 1726888100.10832: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d3deab0> <<< 138029 1726888100.10919: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d10a6f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d10a090> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888100.10952: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.10977: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.10996: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888100.11064: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888100.11071: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.11094: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888100.11676: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.12206: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.12915: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.15985: 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 0x7feb8d19ccb0> <<< 138029 1726888100.19891: 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 0x7feb8d19cef0> <<< 138029 1726888100.19895: 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' <<< 138029 1726888100.22117: 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' <<< 138029 1726888100.24332: 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 0x7feb8d19d5e0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19d160> <<< 138029 1726888100.26160: 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' <<< 138029 1726888100.27745: 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' <<< 138029 1726888100.27800: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19df10> <<< 138029 1726888100.28377: 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' <<< 138029 1726888100.29700: 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' <<< 138029 1726888100.30593: 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' <<< 138029 1726888100.31747: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 138029 1726888100.31780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 138029 1726888100.32247: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 138029 1726888100.32251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 138029 1726888100.32275: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d189d90> <<< 138029 1726888100.32713: 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 0x7feb8d189ca0> <<< 138029 1726888100.33206: 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' <<< 138029 1726888100.33279: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cdc6b10> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19f7a0> <<< 138029 1726888100.33523: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 138029 1726888100.33572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 138029 1726888100.34530: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 138029 1726888100.34533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 138029 1726888100.34926: 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' <<< 138029 1726888100.34952: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cdd56d0> <<< 138029 1726888100.34968: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cdd4200> <<< 138029 1726888100.34995: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cdc75f0> <<< 138029 1726888100.35010: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19eba0> <<< 138029 1726888100.35975: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 138029 1726888100.35989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 138029 1726888100.36246: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 138029 1726888100.37123: 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' <<< 138029 1726888100.37170: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce41760> <<< 138029 1726888100.37269: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cdf9880> <<< 138029 1726888100.37414: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19f0e0> <<< 138029 1726888100.38959: 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' <<< 138029 1726888100.39877: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 138029 1726888100.39898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 138029 1726888100.41136: 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' <<< 138029 1726888100.41164: stdout chunk (state=3): >>>import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce49430> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce43560> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cdf93a0> <<< 138029 1726888100.41193: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19e570> <<< 138029 1726888100.41223: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19dfa0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19dd00> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19cf20> <<< 138029 1726888100.41891: 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' <<< 138029 1726888100.41913: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19dfd0> <<< 138029 1726888100.43202: 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' <<< 138029 1726888100.44143: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 138029 1726888100.44147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 138029 1726888100.44193: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce49af0> <<< 138029 1726888100.44209: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce496d0> <<< 138029 1726888100.45418: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 138029 1726888100.45441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888100.45486: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce4a1e0> <<< 138029 1726888100.45875: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 138029 1726888100.45888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 138029 1726888100.45944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888100.45991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888100.46066: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888100.46143: 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 0x7feb8ce58b60> <<< 138029 1726888100.46331: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce31cd0> <<< 138029 1726888100.46358: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce4b080> <<< 138029 1726888100.46672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 138029 1726888100.46675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 138029 1726888100.46710: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce316d0> <<< 138029 1726888100.47205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 138029 1726888100.47219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce66ba0> <<< 138029 1726888100.47657: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 138029 1726888100.47675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 138029 1726888100.48388: 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 0x7feb8ce67860> <<< 138029 1726888100.48391: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce672f0> <<< 138029 1726888100.48536: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 138029 1726888100.48614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 138029 1726888100.48687: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce67d10> <<< 138029 1726888100.49598: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 138029 1726888100.49635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 138029 1726888100.49859: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce6b110> <<< 138029 1726888100.50167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 138029 1726888100.50192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 138029 1726888100.50213: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cd8c800> <<< 138029 1726888100.50264: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.50376: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # # zipimport: zlib available <<< 138029 1726888100.50505: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.50637: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888100.50668: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.50712: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.50767: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 138029 1726888100.50907: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.51017: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 138029 1726888100.51108: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888100.51593: 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' <<< 138029 1726888100.52313: 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 <<< 138029 1726888100.52317: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 138029 1726888100.53165: 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 0x7feb8cd8f560> <<< 138029 1726888100.53186: 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' <<< 138029 1726888100.53308: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cd8f620> <<< 138029 1726888100.53322: 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' <<< 138029 1726888100.53354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 138029 1726888100.53397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 138029 1726888100.53404: 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 0x7feb8cae37d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cae3020> <<< 138029 1726888100.53558: 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 0x7feb8cae3200> <<< 138029 1726888100.53564: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cd8f9b0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cd8ec90> # /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 0x7feb8cd8e8a0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 138029 1726888100.53614: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 138029 1726888100.53643: 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' <<< 138029 1726888100.54470: 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' <<< 138029 1726888100.55282: 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 0x7feb8cb60dd0> <<< 138029 1726888100.55296: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cb609b0> <<< 138029 1726888100.55311: 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 <<< 138029 1726888100.55370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 138029 1726888100.55415: 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 0x7feb8cb8c680> <<< 138029 1726888100.55456: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cb60ef0> <<< 138029 1726888100.55489: 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 <<< 138029 1726888100.55557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 138029 1726888100.56515: 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 0x7feb8c6bf6b0> <<< 138029 1726888100.56585: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cb8c710> <<< 138029 1726888100.56615: 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 <<< 138029 1726888100.56675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 138029 1726888100.56760: 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 0x7feb8c735250> <<< 138029 1726888100.56909: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8c6bfad0> <<< 138029 1726888100.56937: 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 <<< 138029 1726888100.56976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888100.57061: 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 0x7feb8c770140> <<< 138029 1726888100.57082: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8c7352b0> <<< 138029 1726888100.57108: 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 <<< 138029 1726888100.57174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888100.57241: 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 0x7feb8acc8260> <<< 138029 1726888100.57301: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8c770470> <<< 138029 1726888100.57318: 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' <<< 138029 1726888100.57392: 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 0x7feb8acc9400> <<< 138029 1726888100.57403: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8acc8860> <<< 138029 1726888100.57431: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cb60530> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 138029 1726888100.57454: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 138029 1726888100.57496: 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 <<< 138029 1726888100.57552: 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 <<< 138029 1726888100.57559: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 138029 1726888100.57581: 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 0x7feb8ace8920> <<< 138029 1726888100.57615: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8accbd70> <<< 138029 1726888100.57633: 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 <<< 138029 1726888100.57707: 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 <<< 138029 1726888100.57711: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8aceaf90> <<< 138029 1726888100.57748: 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' <<< 138029 1726888100.57790: 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 0x7feb8acebe60> <<< 138029 1726888100.57815: 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' <<< 138029 1726888100.59095: 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 0x7feb8ad10770> <<< 138029 1726888100.59135: 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 <<< 138029 1726888100.59139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888100.59163: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad11c40> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad100e0> <<< 138029 1726888100.59183: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8aceae70> <<< 138029 1726888100.59193: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8acea7e0> <<< 138029 1726888100.59225: 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 <<< 138029 1726888100.59245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888100.59331: 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 0x7feb8ad13860> <<< 138029 1726888100.59363: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8aceb380> <<< 138029 1726888100.59421: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ace8cb0> <<< 138029 1726888100.59460: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8accb380> <<< 138029 1726888100.59479: 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' <<< 138029 1726888100.59623: 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 0x7feb8accb9e0> <<< 138029 1726888100.59626: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8accb740> <<< 138029 1726888100.59666: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8acc9580> <<< 138029 1726888100.59677: 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' <<< 138029 1726888100.59703: stdout chunk (state=3): >>>import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad4ce90> <<< 138029 1726888100.59720: 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 <<< 138029 1726888100.59743: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 138029 1726888100.59767: 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 <<< 138029 1726888100.59800: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 138029 1726888100.59803: 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 <<< 138029 1726888100.59813: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 138029 1726888100.59833: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad4f380> <<< 138029 1726888100.59861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888100.59889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888100.59892: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad4fb60> <<< 138029 1726888100.59921: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad4e690> <<< 138029 1726888100.59925: 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 <<< 138029 1726888100.59936: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 138029 1726888100.59963: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad7c3b0> <<< 138029 1726888100.59986: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad4cd40> <<< 138029 1726888100.60022: 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' <<< 138029 1726888100.60039: 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 <<< 138029 1726888100.60067: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 138029 1726888100.60077: 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 <<< 138029 1726888100.60094: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 138029 1726888100.60134: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad7de20> <<< 138029 1726888100.60146: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad7d3a0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad7d1c0> <<< 138029 1726888100.60175: 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' <<< 138029 1726888100.60193: 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 <<< 138029 1726888100.60223: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888100.60232: 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 <<< 138029 1726888100.60257: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 138029 1726888100.60276: 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 <<< 138029 1726888100.60298: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 138029 1726888100.60306: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ada4ec0> <<< 138029 1726888100.60850: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 138029 1726888100.60891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 138029 1726888100.60923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888100.61005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888100.61009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888100.61024: 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 0x7feb8a676f30> <<< 138029 1726888100.61069: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888100.61081: 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 0x7feb8a677290> <<< 138029 1726888100.61106: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ada71d0> <<< 138029 1726888100.61143: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ada5370> <<< 138029 1726888100.61186: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ada43b0> <<< 138029 1726888100.61206: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad7e600> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad7e330> <<< 138029 1726888100.61236: 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' <<< 138029 1726888100.61274: 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 <<< 138029 1726888100.61322: 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 <<< 138029 1726888100.61333: 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 0x7feb8a6b0d70> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a677e90> <<< 138029 1726888100.61389: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad7eb40> <<< 138029 1726888100.61406: 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' <<< 138029 1726888100.61451: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a6b1490> <<< 138029 1726888100.61472: 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 0x7feb8a6b1850> # /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 0x7feb8a6b18e0> <<< 138029 1726888100.61512: 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 0x7feb8a6b1a00> <<< 138029 1726888100.61531: 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 <<< 138029 1726888100.61572: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 138029 1726888100.61598: 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 <<< 138029 1726888100.61613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 138029 1726888100.61681: 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 0x7feb8a6d05f0> <<< 138029 1726888100.61721: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a6b2720> # /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 0x7feb8a6d06e0> <<< 138029 1726888100.61761: 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 <<< 138029 1726888100.61772: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 138029 1726888100.61836: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a6d07d0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a6b17f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py <<< 138029 1726888100.61854: 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 0x7feb8a6d0980> <<< 138029 1726888100.61883: 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' <<< 138029 1726888100.61905: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888100.61974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888100.61985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888100.62088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888100.62127: 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' <<< 138029 1726888100.62145: 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 0x7feb8a71c380> <<< 138029 1726888100.62175: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a6fb7d0> <<< 138029 1726888100.62232: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a6fa240> <<< 138029 1726888100.62384: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a6d2180> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a6d15e0> <<< 138029 1726888100.62422: 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 0x7feb8a6d3560> <<< 138029 1726888100.62466: 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 0x7feb8cae36b0> <<< 138029 1726888100.62509: 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 0x7feb8a738aa0> <<< 138029 1726888100.62556: 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 0x7feb8a738d10> <<< 138029 1726888100.62560: 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' <<< 138029 1726888100.62628: 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' <<< 138029 1726888100.62632: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a739670> <<< 138029 1726888100.62684: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a739100> # /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 0x7feb8a73a540> <<< 138029 1726888100.62687: stdout chunk (state=3): >>>import 'gc' # <<< 138029 1726888100.62712: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cae38f0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d37c740> <<< 138029 1726888100.71721: 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' <<< 138029 1726888100.71753: 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 0x7feb8a73b1d0> # /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' <<< 138029 1726888100.72796: 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 <<< 138029 1726888100.72852: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 138029 1726888100.73051: 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 <<< 138029 1726888100.73077: 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 0x7feb8a50bc80> # /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' <<< 138029 1726888100.73198: 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 0x7feb8a531cd0> <<< 138029 1726888100.73230: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a531880> <<< 138029 1726888100.73234: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888100.73291: 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 0x7feb8a531b20> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a530740> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a50bf80> <<< 138029 1726888100.73324: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a508ce0> <<< 138029 1726888100.73345: 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 0x7feb8a73b410> <<< 138029 1726888100.73374: 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 <<< 138029 1726888100.73410: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888100.73432: 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 <<< 138029 1726888100.73448: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 138029 1726888100.73480: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a547200> <<< 138029 1726888100.73509: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a545d60> <<< 138029 1726888100.73747: 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 <<< 138029 1726888100.73774: 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 0x7feb8a56ca10> <<< 138029 1726888100.73822: 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 0x7feb8a56cd10> <<< 138029 1726888100.73843: 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 <<< 138029 1726888100.73869: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a56cf80> <<< 138029 1726888100.73899: 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' <<< 138029 1726888100.73917: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a56d220> # /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' <<< 138029 1726888100.73937: 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 <<< 138029 1726888100.73966: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 138029 1726888100.74018: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a56d940> <<< 138029 1726888100.74048: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a56d790> # /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 <<< 138029 1726888100.74066: 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 0x7feb8a56f230> # /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 <<< 138029 1726888100.74102: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a56f380> # /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 <<< 138029 1726888100.74139: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 138029 1726888100.74158: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a56f590> # /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 <<< 138029 1726888100.74196: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 138029 1726888100.74247: 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 <<< 138029 1726888100.74254: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 138029 1726888100.74286: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a584500> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a56fd70> # /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' <<< 138029 1726888100.74333: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a5850a0> # /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 0x7feb8a5854f0> <<< 138029 1726888100.74358: 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 <<< 138029 1726888100.74387: 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 0x7feb8a5856d0> <<< 138029 1726888100.74412: 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 <<< 138029 1726888100.74426: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 138029 1726888100.74450: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a5859a0> <<< 138029 1726888100.74493: 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 <<< 138029 1726888100.74520: 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 0x7feb8a5868a0> # /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 <<< 138029 1726888100.74573: 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 0x7feb8a586ae0> # /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 <<< 138029 1726888100.74576: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 138029 1726888100.74633: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a586cf0> <<< 138029 1726888100.74663: 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' <<< 138029 1726888100.74696: 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 0x7feb8a5878c0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a587410> # /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 <<< 138029 1726888100.74752: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 138029 1726888100.74757: 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' <<< 138029 1726888100.74844: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a5ac770> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a587fb0> # /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' <<< 138029 1726888100.74847: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a5ad400> <<< 138029 1726888100.74850: 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 <<< 138029 1726888100.74916: 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 0x7feb8a5ad700> <<< 138029 1726888100.74942: 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 0x7feb8a5ae660> # /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 0x7feb8a5ae900> <<< 138029 1726888100.74994: 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' <<< 138029 1726888100.75016: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a5aeab0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a73b620> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a73b3b0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a73aae0> <<< 138029 1726888100.75050: 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' <<< 138029 1726888100.75073: 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' <<< 138029 1726888100.75477: 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 0x7feb8a5af470> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a5af1d0> <<< 138029 1726888100.75519: 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' <<< 138029 1726888100.75522: 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 <<< 138029 1726888100.75572: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888100.75892: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 138029 1726888100.76016: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 138029 1726888100.76038: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a5d5910> # /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' <<< 138029 1726888100.76223: 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 0x7feb8a5d7020> # 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 0x7feb8a5d6270> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a5d5e20> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 138029 1726888100.76226: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 138029 1726888100.76259: 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' <<< 138029 1726888100.76281: stdout chunk (state=3): >>>import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a328860> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a313c80> <<< 138029 1726888100.76302: 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' <<< 138029 1726888100.76319: 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 <<< 138029 1726888100.76364: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 138029 1726888100.76385: stdout chunk (state=3): >>>import 'six.moves' # <<< 138029 1726888100.76421: 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' <<< 138029 1726888100.76453: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a32b770> <<< 138029 1726888100.76481: 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' <<< 138029 1726888100.76510: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a32b890> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py <<< 138029 1726888100.76520: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win <<< 138029 1726888100.76576: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a328ec0> <<< 138029 1726888100.76587: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a328b90> <<< 138029 1726888100.76628: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a5af740> <<< 138029 1726888100.76653: 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' <<< 138029 1726888100.76691: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a5d5460> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a5af4a0> <<< 138029 1726888100.76711: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a73b380> <<< 138029 1726888100.76728: 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 <<< 138029 1726888100.76752: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 138029 1726888100.76778: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a352240> <<< 138029 1726888100.76804: 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 <<< 138029 1726888100.76824: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 138029 1726888100.76877: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a352b10> <<< 138029 1726888100.76906: 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' <<< 138029 1726888100.76925: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a353b00> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 138029 1726888100.76980: 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 0x7feb8a37c1a0> <<< 138029 1726888100.76987: 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 <<< 138029 1726888100.77033: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 138029 1726888100.77036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 138029 1726888100.77075: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888100.77210: 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 0x7feb8a37d850> <<< 138029 1726888100.77232: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a37d220> <<< 138029 1726888100.77264: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a37cec0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a37cb60> <<< 138029 1726888100.77278: 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' <<< 138029 1726888100.77318: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a37d610> <<< 138029 1726888100.77340: 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 <<< 138029 1726888100.77383: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 138029 1726888100.77386: 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' <<< 138029 1726888100.77621: 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 0x7feb8a37f500> <<< 138029 1726888100.77629: 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 <<< 138029 1726888100.77668: 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 0x7feb8a37f590> <<< 138029 1726888100.77671: 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' <<< 138029 1726888100.77844: 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 0x7feb8a37fcb0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a37fb30> <<< 138029 1726888100.77848: 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' <<< 138029 1726888100.77871: 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 <<< 138029 1726888100.77971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888100.77984: 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 <<< 138029 1726888100.78012: 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 0x7feb8a3ae240> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 138029 1726888100.78035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 138029 1726888100.78063: 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' <<< 138029 1726888100.78082: 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' <<< 138029 1726888100.78108: stdout chunk (state=3): >>>import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a3af470> <<< 138029 1726888100.78119: 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 0x7feb8a3af6e0> <<< 138029 1726888100.78177: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888100.78212: 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 0x7feb8a3af830> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a3af680> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a3aef30> <<< 138029 1726888100.78223: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a3ae3c0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a3ad670> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a3acbf0> <<< 138029 1726888100.78257: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a3ac4a0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a37eff0> <<< 138029 1726888100.78289: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a37e4e0> <<< 138029 1726888100.78346: 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 0x7feb8a3af1d0> <<< 138029 1726888100.78357: 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 <<< 138029 1726888100.78400: 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 0x7feb8a3afc80> <<< 138029 1726888100.78438: 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 <<< 138029 1726888100.78441: 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 0x7feb8a3d8560> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py <<< 138029 1726888100.78472: 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 0x7feb8a3d8920> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 138029 1726888100.78511: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 138029 1726888100.78536: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a3d9220> # /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 <<< 138029 1726888100.78584: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 138029 1726888100.78595: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a3d9d90> <<< 138029 1726888101.00592: 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}}} <<< 138029 1726888101.05482: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 138029 1726888101.05509: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888101.06041: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888101.06091: 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 <<< 138029 1726888101.06184: 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 # 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 <<< 138029 1726888101.06258: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # 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 <<< 138029 1726888101.06354: stdout chunk (state=3): >>># cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # 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.updat<<< 138029 1726888101.06383: stdout chunk (state=3): >>>einfo # 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 <<< 138029 1726888101.06912: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888101.06950: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma <<< 138029 1726888101.06954: stdout chunk (state=3): >>># destroy zipfile._path <<< 138029 1726888101.06958: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888101.06985: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888101.06991: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 138029 1726888101.07018: stdout chunk (state=3): >>># destroy selinux <<< 138029 1726888101.07033: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 138029 1726888101.07053: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 138029 1726888101.07091: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 138029 1726888101.07107: 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 <<< 138029 1726888101.07128: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 138029 1726888101.07141: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 138029 1726888101.07175: stdout chunk (state=3): >>># destroy _sqlite3 # destroy dbus # destroy dbus._compat <<< 138029 1726888101.07181: stdout chunk (state=3): >>># 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 <<< 138029 1726888101.07232: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 138029 1726888101.07263: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli <<< 138029 1726888101.07298: stdout chunk (state=3): >>># destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean <<< 138029 1726888101.07334: stdout chunk (state=3): >>># 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 <<< 138029 1726888101.07354: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols <<< 138029 1726888101.07411: stdout chunk (state=3): >>># cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error <<< 138029 1726888101.07465: 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 <<< 138029 1726888101.07471: 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 <<< 138029 1726888101.07475: stdout chunk (state=3): >>># destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 138029 1726888101.07488: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words <<< 138029 1726888101.07520: 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 # 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 <<< 138029 1726888101.07537: stdout chunk (state=3): >>># destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux <<< 138029 1726888101.07557: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 138029 1726888101.07610: stdout chunk (state=3): >>># destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform <<< 138029 1726888101.07613: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings <<< 138029 1726888101.07642: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl <<< 138029 1726888101.07657: stdout chunk (state=3): >>># cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 138029 1726888101.07678: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 138029 1726888101.07720: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 138029 1726888101.07734: 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 <<< 138029 1726888101.07788: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888101.07793: 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 <<< 138029 1726888101.07796: 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 _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 <<< 138029 1726888101.07803: 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 <<< 138029 1726888101.07830: 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 <<< 138029 1726888101.08365: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888101.08367: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888101.08396: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 138029 1726888101.08432: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888101.08457: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888101.08488: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888101.08509: stdout chunk (state=3): >>># destroy _queue # destroy array # destroy copyreg <<< 138029 1726888101.08551: 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 <<< 138029 1726888101.08615: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves <<< 138029 1726888101.08633: stdout chunk (state=3): >>># 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 <<< 138029 1726888101.08667: stdout chunk (state=3): >>># destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch <<< 138029 1726888101.08751: 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 <<< 138029 1726888101.08754: stdout chunk (state=3): >>># destroy rpm <<< 138029 1726888101.08796: 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 <<< 138029 1726888101.08864: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 138029 1726888101.08901: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 138029 1726888101.08947: stdout chunk (state=3): >>># destroy _ssl <<< 138029 1726888101.09021: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888101.09151: 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 <<< 138029 1726888101.09190: stdout chunk (state=3): >>># destroy _random # destroy _sre <<< 138029 1726888101.09206: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 138029 1726888101.09214: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888101.10005: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888101.10038: stderr chunk (state=3): >>><<< 138029 1726888101.10067: stdout chunk (state=3): >>><<< 138029 1726888101.10252: _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 0x7feb8ddbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dd8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ddbe930> 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 0x7feb8ddccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7feb8ddcdfd0> 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 0x7feb8dbd3da0> # /usr/lib64/python3.12/__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 0x7feb8dbd3fe0> # /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 0x7feb8dc03740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc03dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dbe3a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dbe1190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dbd0f50> # /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 0x7feb8dc27680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc262a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dbe2060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dbd2e40> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc586b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dbd01d0> # /usr/lib64/python3.12/__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 0x7feb8dc58b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc58a10> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb8dc58dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dbc6cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7feb8dc59460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc59130> 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 0x7feb8dc5a360> 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 0x7feb8dc74560> 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 0x7feb8dc75ca0> # /usr/lib64/python3.12/__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 0x7feb8dc76b40> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb8dc771a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc76090> # /usr/lib64/python3.12/__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 0x7feb8dc77c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc77350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc5a2d0> # /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 0x7feb8d9b3b30> # /usr/lib64/python3.12/__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 0x7feb8d9dc5f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d9dc380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb8d9dc620> # /usr/lib64/python3.12/__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 0x7feb8d9dcef0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb8d9dd880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d9dc800> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d9b1cd0> # /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 0x7feb8d9dec30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d9dd9a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dc5aa80> # /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 0x7feb8da0af60> # /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 0x7feb8da33320> # /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 0x7feb8da5bfb0> # /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 0x7feb8da8e810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8da8c1d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8da33fb0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d3291c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8da32120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d9dfb30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7feb8d329460> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_nsxdiwvt/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 0x7feb8d37ef30> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d35de20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d35cf80> # 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 0x7feb8d37cdd0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7feb8d3aa870> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d3aa600> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d3a9f10> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7feb8d3aa660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8dd8a9c0> 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 0x7feb8d3ab590> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb8d3ab7d0> # /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 0x7feb8d3abd10> 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 0x7feb8d211a90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb8d213740> # /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 0x7feb8d214140> # /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 0x7feb8d215040> # /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 0x7feb8d217da0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb8d9deba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d216060> # /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 0x7feb8d21fcb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d21e780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d21e4e0> # /usr/lib64/python3.12/__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 0x7feb8d21ea50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d216570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb8d263fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d264080> # /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 0x7feb8d265b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d265910> # /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 0x7feb8d267fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d266240> # /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 0x7feb8d26b860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d268230> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb8d26c8f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb8d26c980> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb8d26ca10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d264260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7feb8d2f82c0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb8d2f9610> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d26ea50> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb8d26fdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d26e630> # 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 0x7feb8d2fd7f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7feb8d2fe630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d2f9820> 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 0x7feb8d2fe3f0> # 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 0x7feb8d2ff950> # 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 0x7feb8d10a360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d105100> 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 0x7feb8d202de0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d3deab0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d10a6f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d10a090> # 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 0x7feb8d19ccb0> # /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 0x7feb8d19cef0> # /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 0x7feb8d19d5e0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19d160> # /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 0x7feb8d19df10> # /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 0x7feb8d189d90> # /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 0x7feb8d189ca0> # /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 0x7feb8cdc6b10> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19f7a0> # /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 0x7feb8cdd56d0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cdd4200> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cdc75f0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19eba0> # /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 0x7feb8ce41760> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cdf9880> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19f0e0> # /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 0x7feb8ce49430> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce43560> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cdf93a0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19e570> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19dfa0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19dd00> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d19cf20> # /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 0x7feb8d19dfd0> # /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 0x7feb8ce49af0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce496d0> # /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 0x7feb8ce4a1e0> # /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 0x7feb8ce58b60> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce31cd0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce4b080> # /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 0x7feb8ce316d0> # /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 0x7feb8ce66ba0> # /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 0x7feb8ce67860> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ce672f0> # /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 0x7feb8ce67d10> # /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 0x7feb8ce6b110> # /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 0x7feb8cd8c800> # 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 0x7feb8cd8f560> # /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 0x7feb8cd8f620> # /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 0x7feb8cae37d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cae3020> # 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 0x7feb8cae3200> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cd8f9b0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cd8ec90> # /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 0x7feb8cd8e8a0> # /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 0x7feb8cb60dd0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cb609b0> # /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 0x7feb8cb8c680> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cb60ef0> # /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 0x7feb8c6bf6b0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cb8c710> # /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 0x7feb8c735250> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8c6bfad0> # /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 0x7feb8c770140> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8c7352b0> # /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 0x7feb8acc8260> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8c770470> # /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 0x7feb8acc9400> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8acc8860> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cb60530> # /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 0x7feb8ace8920> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8accbd70> # /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 0x7feb8aceaf90> # /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 0x7feb8acebe60> # /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 0x7feb8ad10770> # /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 0x7feb8ad11c40> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad100e0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8aceae70> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8acea7e0> # /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 0x7feb8ad13860> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8aceb380> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ace8cb0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8accb380> # /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 0x7feb8accb9e0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8accb740> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8acc9580> # /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 0x7feb8ad4ce90> # /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 0x7feb8ad4f380> # /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 0x7feb8ad4fb60> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad4e690> # /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 0x7feb8ad7c3b0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad4cd40> # /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 0x7feb8ad7de20> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad7d3a0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad7d1c0> # /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 0x7feb8ada4ec0> # /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 0x7feb8a676f30> # 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 0x7feb8a677290> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ada71d0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ada5370> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ada43b0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad7e600> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad7e330> # /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 0x7feb8a6b0d70> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a677e90> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8ad7eb40> # /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 0x7feb8a6b1490> # /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 0x7feb8a6b1850> # /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 0x7feb8a6b18e0> # /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 0x7feb8a6b1a00> # /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 0x7feb8a6d05f0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a6b2720> # /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 0x7feb8a6d06e0> # /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 0x7feb8a6d07d0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a6b17f0> # /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 0x7feb8a6d0980> # /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 0x7feb8a71c380> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a6fb7d0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a6fa240> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a6d2180> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a6d15e0> # /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 0x7feb8a6d3560> # /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 0x7feb8cae36b0> # /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 0x7feb8a738aa0> # /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 0x7feb8a738d10> # /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 0x7feb8a739670> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a739100> # /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 0x7feb8a73a540> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8cae38f0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8d37c740> # /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 0x7feb8a73b1d0> # /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 0x7feb8a50bc80> # /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 0x7feb8a531cd0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a531880> # 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 0x7feb8a531b20> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a530740> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a50bf80> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a508ce0> # /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 0x7feb8a73b410> # /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 0x7feb8a547200> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a545d60> # /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 0x7feb8a56ca10> # /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 0x7feb8a56cd10> # /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 0x7feb8a56cf80> # /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 0x7feb8a56d220> # /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 0x7feb8a56d940> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a56d790> # /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 0x7feb8a56f230> # /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 0x7feb8a56f380> # /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 0x7feb8a56f590> # /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 0x7feb8a584500> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a56fd70> # /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 0x7feb8a5850a0> # /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 0x7feb8a5854f0> # /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 0x7feb8a5856d0> # /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 0x7feb8a5859a0> # /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 0x7feb8a5868a0> # /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 0x7feb8a586ae0> # /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 0x7feb8a586cf0> # /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 0x7feb8a5878c0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a587410> # /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 0x7feb8a5ac770> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a587fb0> # /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 0x7feb8a5ad400> # /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 0x7feb8a5ad700> # /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 0x7feb8a5ae660> # /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 0x7feb8a5ae900> # /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 0x7feb8a5aeab0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a73b620> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a73b3b0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a73aae0> # /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 0x7feb8a5af470> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a5af1d0> # /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 0x7feb8a5d5910> # /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 0x7feb8a5d7020> # 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 0x7feb8a5d6270> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a5d5e20> # /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 0x7feb8a328860> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a313c80> # /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 0x7feb8a32b770> # /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 0x7feb8a32b890> # /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 0x7feb8a328ec0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a328b90> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a5af740> # /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 0x7feb8a5d5460> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a5af4a0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a73b380> # /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 0x7feb8a352240> # /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 0x7feb8a352b10> # /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 0x7feb8a353b00> # /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 0x7feb8a37c1a0> # /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 0x7feb8a37d850> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a37d220> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a37cec0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a37cb60> # /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 0x7feb8a37d610> # /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 0x7feb8a37f500> # /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 0x7feb8a37f590> # /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 0x7feb8a37fcb0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a37fb30> # /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 0x7feb8a3ae240> # /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 0x7feb8a3af470> # /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 0x7feb8a3af6e0> # /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 0x7feb8a3af830> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a3af680> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a3aef30> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a3ae3c0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a3ad670> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a3acbf0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a3ac4a0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a37eff0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb8a37e4e0> # /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 0x7feb8a3af1d0> # /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 0x7feb8a3afc80> # /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 0x7feb8a3d8560> # /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 0x7feb8a3d8920> # /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 0x7feb8a3d9220> # /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 0x7feb8a3d9d90> {"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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888101.11476: 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-1726888099.7066343-141143-42154386625704/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888101.11479: _low_level_execute_command(): starting 138029 1726888101.11481: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888099.7066343-141143-42154386625704/ > /dev/null 2>&1 && sleep 0' 138029 1726888101.11484: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888101.11486: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888101.11488: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888101.11497: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888101.11499: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888101.11501: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888101.11503: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888101.11504: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888101.11505: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888101.11506: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888101.11507: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888101.11509: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888101.11510: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888101.11511: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888101.11512: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888101.11513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888101.11514: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888101.11515: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888101.11516: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888101.11518: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888101.13206: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888101.13232: stderr chunk (state=3): >>><<< 138029 1726888101.13235: stdout chunk (state=3): >>><<< 138029 1726888101.13247: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888101.13254: handler run complete 138029 1726888101.13284: attempt loop complete, returning result 138029 1726888101.13287: _execute() done 138029 1726888101.13289: dumping result to json 138029 1726888101.13294: done dumping result, returning 138029 1726888101.13301: done running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-5a58-73a2-000000000e6b] 138029 1726888101.13305: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e6b 138029 1726888101.13399: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e6b 138029 1726888101.13401: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 138029 1726888101.13495: no more pending results, returning what we have 138029 1726888101.13498: results queue empty 138029 1726888101.13499: checking for any_errors_fatal 138029 1726888101.13503: done checking for any_errors_fatal 138029 1726888101.13504: checking for max_fail_percentage 138029 1726888101.13505: done checking for max_fail_percentage 138029 1726888101.13506: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.13507: done checking to see if all hosts have failed 138029 1726888101.13508: getting the remaining hosts for this loop 138029 1726888101.13511: done getting the remaining hosts for this loop 138029 1726888101.13515: getting the next task for host managed_node3 138029 1726888101.13522: done getting next task for host managed_node3 138029 1726888101.13524: ^ task is: TASK: Collect LUKS info for this volume 138029 1726888101.13528: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.13532: getting variables 138029 1726888101.13537: in VariableManager get_vars() 138029 1726888101.13570: Calling all_inventory to load vars for managed_node3 138029 1726888101.13573: Calling groups_inventory to load vars for managed_node3 138029 1726888101.13576: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.13586: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.13588: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.13591: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.14176: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.14543: done with get_vars() 138029 1726888101.14556: done getting variables 138029 1726888101.14600: 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:08:21 -0400 (0:00:01.522) 0:01:53.869 ****** 138029 1726888101.14623: entering _queue_task() for managed_node3/command 138029 1726888101.14831: worker is 1 (out of 1 available) 138029 1726888101.14845: exiting _queue_task() for managed_node3/command 138029 1726888101.14857: done queuing things up, now waiting for results queue to drain 138029 1726888101.14859: waiting for pending results... 138029 1726888101.15036: running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume 138029 1726888101.15142: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e6c 138029 1726888101.15154: variable 'ansible_search_path' from source: unknown 138029 1726888101.15183: calling self._execute() 138029 1726888101.15260: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.15267: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.15275: variable 'omit' from source: magic vars 138029 1726888101.15578: variable 'storage_test_volume' from source: include params 138029 1726888101.15604: variable '_storage_test_volume_present' from source: set_fact 138029 1726888101.15620: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 138029 1726888101.15623: when evaluation is False, skipping this task 138029 1726888101.15628: _execute() done 138029 1726888101.15631: dumping result to json 138029 1726888101.15633: done dumping result, returning 138029 1726888101.15636: done running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-5a58-73a2-000000000e6c] 138029 1726888101.15667: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e6c 138029 1726888101.15739: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e6c 138029 1726888101.15742: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888101.15812: no more pending results, returning what we have 138029 1726888101.15816: results queue empty 138029 1726888101.15817: checking for any_errors_fatal 138029 1726888101.15825: done checking for any_errors_fatal 138029 1726888101.15826: checking for max_fail_percentage 138029 1726888101.15827: done checking for max_fail_percentage 138029 1726888101.15828: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.15829: done checking to see if all hosts have failed 138029 1726888101.15829: getting the remaining hosts for this loop 138029 1726888101.15831: done getting the remaining hosts for this loop 138029 1726888101.15833: getting the next task for host managed_node3 138029 1726888101.15840: done getting next task for host managed_node3 138029 1726888101.15842: ^ task is: TASK: Verify the presence/absence of the LUKS device node 138029 1726888101.15848: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.15852: getting variables 138029 1726888101.15853: in VariableManager get_vars() 138029 1726888101.15882: Calling all_inventory to load vars for managed_node3 138029 1726888101.15884: Calling groups_inventory to load vars for managed_node3 138029 1726888101.15887: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.15897: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.15899: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.15902: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.16348: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.16725: done with get_vars() 138029 1726888101.16735: done getting variables 138029 1726888101.16779: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.021) 0:01:53.891 ****** 138029 1726888101.16801: entering _queue_task() for managed_node3/assert 138029 1726888101.16994: worker is 1 (out of 1 available) 138029 1726888101.17007: exiting _queue_task() for managed_node3/assert 138029 1726888101.17018: done queuing things up, now waiting for results queue to drain 138029 1726888101.17020: waiting for pending results... 138029 1726888101.17191: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node 138029 1726888101.17290: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e6d 138029 1726888101.17300: variable 'ansible_search_path' from source: unknown 138029 1726888101.17328: calling self._execute() 138029 1726888101.17409: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.17414: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.17423: variable 'omit' from source: magic vars 138029 1726888101.17686: variable 'storage_test_volume' from source: include params 138029 1726888101.17710: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888101.17713: when evaluation is False, skipping this task 138029 1726888101.17717: _execute() done 138029 1726888101.17719: dumping result to json 138029 1726888101.17722: done dumping result, returning 138029 1726888101.17727: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-5a58-73a2-000000000e6d] 138029 1726888101.17733: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e6d 138029 1726888101.17827: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e6d 138029 1726888101.17830: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888101.17883: no more pending results, returning what we have 138029 1726888101.17886: results queue empty 138029 1726888101.17887: checking for any_errors_fatal 138029 1726888101.17890: done checking for any_errors_fatal 138029 1726888101.17891: checking for max_fail_percentage 138029 1726888101.17892: done checking for max_fail_percentage 138029 1726888101.17893: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.17894: done checking to see if all hosts have failed 138029 1726888101.17894: getting the remaining hosts for this loop 138029 1726888101.17896: done getting the remaining hosts for this loop 138029 1726888101.17898: getting the next task for host managed_node3 138029 1726888101.17905: done getting next task for host managed_node3 138029 1726888101.17907: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888101.17913: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.17916: getting variables 138029 1726888101.17917: in VariableManager get_vars() 138029 1726888101.17942: Calling all_inventory to load vars for managed_node3 138029 1726888101.17944: Calling groups_inventory to load vars for managed_node3 138029 1726888101.17946: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.17954: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.17959: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.17964: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.18318: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.18703: done with get_vars() 138029 1726888101.18713: done getting variables 138029 1726888101.18784: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.020) 0:01:53.911 ****** 138029 1726888101.18819: entering _queue_task() for managed_node3/assert 138029 1726888101.19079: worker is 1 (out of 1 available) 138029 1726888101.19092: exiting _queue_task() for managed_node3/assert 138029 1726888101.19107: done queuing things up, now waiting for results queue to drain 138029 1726888101.19109: waiting for pending results... 138029 1726888101.19348: running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888101.19474: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e6e 138029 1726888101.19502: variable 'ansible_search_path' from source: unknown 138029 1726888101.19527: calling self._execute() 138029 1726888101.19670: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.19674: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.19682: variable 'omit' from source: magic vars 138029 1726888101.20080: variable '_storage_test_volume_present' from source: set_fact 138029 1726888101.20087: Evaluated conditional (_storage_test_volume_present): True 138029 1726888101.20096: variable 'omit' from source: magic vars 138029 1726888101.20178: variable 'omit' from source: magic vars 138029 1726888101.20390: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888101.22180: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888101.22234: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888101.22267: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888101.22291: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888101.22314: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888101.22385: variable 'storage_test_volume' from source: include params 138029 1726888101.22398: variable '__dev_ne_raw' from source: task vars 138029 1726888101.22501: variable 'storage_test_volume' from source: include params 138029 1726888101.22560: variable 'omit' from source: magic vars 138029 1726888101.22582: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888101.22603: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888101.22617: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888101.22630: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888101.22639: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888101.22656: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888101.22674: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888101.22697: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888101.22700: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.22703: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.22785: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888101.22788: Set connection var ansible_timeout to 10 138029 1726888101.22794: Set connection var ansible_pipelining to False 138029 1726888101.22797: Set connection var ansible_shell_type to sh 138029 1726888101.22799: Set connection var ansible_connection to ssh 138029 1726888101.22803: Set connection var ansible_shell_executable to /bin/sh 138029 1726888101.22823: variable 'ansible_shell_executable' from source: unknown 138029 1726888101.22825: variable 'ansible_connection' from source: unknown 138029 1726888101.22828: variable 'ansible_module_compression' from source: unknown 138029 1726888101.22830: variable 'ansible_shell_type' from source: unknown 138029 1726888101.22832: variable 'ansible_shell_executable' from source: unknown 138029 1726888101.22834: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.22839: variable 'ansible_pipelining' from source: unknown 138029 1726888101.22841: variable 'ansible_timeout' from source: unknown 138029 1726888101.22845: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.22923: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888101.22932: variable 'omit' from source: magic vars 138029 1726888101.22937: starting attempt loop 138029 1726888101.22940: running the handler 138029 1726888101.23123: variable '__dev_ne_raw' from source: task vars 138029 1726888101.23252: variable 'storage_test_volume' from source: include params 138029 1726888101.23274: variable 'storage_test_volume' from source: include params 138029 1726888101.23279: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 138029 1726888101.23281: handler run complete 138029 1726888101.23284: attempt loop complete, returning result 138029 1726888101.23286: _execute() done 138029 1726888101.23289: dumping result to json 138029 1726888101.23291: done dumping result, returning 138029 1726888101.23293: done running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-5a58-73a2-000000000e6e] 138029 1726888101.23368: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e6e 138029 1726888101.23434: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e6e 138029 1726888101.23438: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888101.23493: no more pending results, returning what we have 138029 1726888101.23496: results queue empty 138029 1726888101.23497: checking for any_errors_fatal 138029 1726888101.23504: done checking for any_errors_fatal 138029 1726888101.23505: checking for max_fail_percentage 138029 1726888101.23507: done checking for max_fail_percentage 138029 1726888101.23508: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.23508: done checking to see if all hosts have failed 138029 1726888101.23509: getting the remaining hosts for this loop 138029 1726888101.23511: done getting the remaining hosts for this loop 138029 1726888101.23514: getting the next task for host managed_node3 138029 1726888101.23522: done getting next task for host managed_node3 138029 1726888101.23524: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888101.23530: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.23539: getting variables 138029 1726888101.23540: in VariableManager get_vars() 138029 1726888101.23573: Calling all_inventory to load vars for managed_node3 138029 1726888101.23575: Calling groups_inventory to load vars for managed_node3 138029 1726888101.23578: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.23587: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.23589: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.23592: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.23995: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.24402: done with get_vars() 138029 1726888101.24413: done getting variables 138029 1726888101.24456: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.056) 0:01:53.968 ****** 138029 1726888101.24481: entering _queue_task() for managed_node3/assert 138029 1726888101.24681: worker is 1 (out of 1 available) 138029 1726888101.24693: exiting _queue_task() for managed_node3/assert 138029 1726888101.24704: done queuing things up, now waiting for results queue to drain 138029 1726888101.24706: waiting for pending results... 138029 1726888101.24963: running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888101.25047: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e6f 138029 1726888101.25060: variable 'ansible_search_path' from source: unknown 138029 1726888101.25126: calling self._execute() 138029 1726888101.25261: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.25265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.25268: variable 'omit' from source: magic vars 138029 1726888101.25552: variable '_storage_test_volume_present' from source: set_fact 138029 1726888101.25557: variable 'storage_test_volume' from source: include params 138029 1726888101.25583: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888101.25586: when evaluation is False, skipping this task 138029 1726888101.25589: _execute() done 138029 1726888101.25592: dumping result to json 138029 1726888101.25594: done dumping result, returning 138029 1726888101.25601: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-5a58-73a2-000000000e6f] 138029 1726888101.25603: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e6f 138029 1726888101.25692: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e6f 138029 1726888101.25695: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888101.25775: no more pending results, returning what we have 138029 1726888101.25778: results queue empty 138029 1726888101.25779: checking for any_errors_fatal 138029 1726888101.25786: done checking for any_errors_fatal 138029 1726888101.25786: checking for max_fail_percentage 138029 1726888101.25788: done checking for max_fail_percentage 138029 1726888101.25788: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.25789: done checking to see if all hosts have failed 138029 1726888101.25790: getting the remaining hosts for this loop 138029 1726888101.25791: done getting the remaining hosts for this loop 138029 1726888101.25794: getting the next task for host managed_node3 138029 1726888101.25801: done getting next task for host managed_node3 138029 1726888101.25803: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 138029 1726888101.25808: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.25812: getting variables 138029 1726888101.25813: in VariableManager get_vars() 138029 1726888101.25842: Calling all_inventory to load vars for managed_node3 138029 1726888101.25844: Calling groups_inventory to load vars for managed_node3 138029 1726888101.25849: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.25860: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.25863: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.25866: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.26351: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.26904: done with get_vars() 138029 1726888101.26914: done getting variables 138029 1726888101.26981: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.025) 0:01:53.993 ****** 138029 1726888101.27013: entering _queue_task() for managed_node3/assert 138029 1726888101.27238: worker is 1 (out of 1 available) 138029 1726888101.27251: exiting _queue_task() for managed_node3/assert 138029 1726888101.27268: done queuing things up, now waiting for results queue to drain 138029 1726888101.27270: waiting for pending results... 138029 1726888101.27527: running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted 138029 1726888101.27598: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e70 138029 1726888101.27612: variable 'ansible_search_path' from source: unknown 138029 1726888101.27640: calling self._execute() 138029 1726888101.27732: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.27736: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.27741: variable 'omit' from source: magic vars 138029 1726888101.28014: variable '_storage_test_volume_present' from source: set_fact 138029 1726888101.28017: variable 'storage_test_volume' from source: include params 138029 1726888101.28039: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888101.28042: when evaluation is False, skipping this task 138029 1726888101.28045: _execute() done 138029 1726888101.28048: dumping result to json 138029 1726888101.28052: done dumping result, returning 138029 1726888101.28060: done running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-5a58-73a2-000000000e70] 138029 1726888101.28069: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e70 138029 1726888101.28148: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e70 138029 1726888101.28150: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888101.28215: no more pending results, returning what we have 138029 1726888101.28218: results queue empty 138029 1726888101.28219: checking for any_errors_fatal 138029 1726888101.28224: done checking for any_errors_fatal 138029 1726888101.28225: checking for max_fail_percentage 138029 1726888101.28226: done checking for max_fail_percentage 138029 1726888101.28227: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.28228: done checking to see if all hosts have failed 138029 1726888101.28228: getting the remaining hosts for this loop 138029 1726888101.28230: done getting the remaining hosts for this loop 138029 1726888101.28233: getting the next task for host managed_node3 138029 1726888101.28239: done getting next task for host managed_node3 138029 1726888101.28241: ^ task is: TASK: Check LUKS version 138029 1726888101.28247: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.28250: getting variables 138029 1726888101.28252: in VariableManager get_vars() 138029 1726888101.28281: Calling all_inventory to load vars for managed_node3 138029 1726888101.28284: Calling groups_inventory to load vars for managed_node3 138029 1726888101.28287: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.28295: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.28297: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.28300: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.28869: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.29295: done with get_vars() 138029 1726888101.29305: done getting variables 138029 1726888101.29342: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.023) 0:01:54.017 ****** 138029 1726888101.29367: entering _queue_task() for managed_node3/assert 138029 1726888101.29565: worker is 1 (out of 1 available) 138029 1726888101.29581: exiting _queue_task() for managed_node3/assert 138029 1726888101.29592: done queuing things up, now waiting for results queue to drain 138029 1726888101.29594: waiting for pending results... 138029 1726888101.29928: running TaskExecutor() for managed_node3/TASK: Check LUKS version 138029 1726888101.30069: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e71 138029 1726888101.30080: variable 'ansible_search_path' from source: unknown 138029 1726888101.30110: calling self._execute() 138029 1726888101.30234: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.30242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.30245: variable 'omit' from source: magic vars 138029 1726888101.30640: variable '_storage_test_volume_present' from source: set_fact 138029 1726888101.30646: Evaluated conditional (_storage_test_volume_present): True 138029 1726888101.30725: variable 'storage_test_volume' from source: include params 138029 1726888101.30744: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888101.30748: when evaluation is False, skipping this task 138029 1726888101.30751: _execute() done 138029 1726888101.30754: dumping result to json 138029 1726888101.30757: done dumping result, returning 138029 1726888101.30767: done running TaskExecutor() for managed_node3/TASK: Check LUKS version [0affc8a3-6f6f-5a58-73a2-000000000e71] 138029 1726888101.30769: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e71 138029 1726888101.30867: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e71 138029 1726888101.30870: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888101.30915: no more pending results, returning what we have 138029 1726888101.30919: results queue empty 138029 1726888101.30920: checking for any_errors_fatal 138029 1726888101.30925: done checking for any_errors_fatal 138029 1726888101.30926: checking for max_fail_percentage 138029 1726888101.30927: done checking for max_fail_percentage 138029 1726888101.30928: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.30929: done checking to see if all hosts have failed 138029 1726888101.30929: getting the remaining hosts for this loop 138029 1726888101.30931: done getting the remaining hosts for this loop 138029 1726888101.30933: getting the next task for host managed_node3 138029 1726888101.30940: done getting next task for host managed_node3 138029 1726888101.30942: ^ task is: TASK: Check LUKS key size 138029 1726888101.30948: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.30951: getting variables 138029 1726888101.30952: in VariableManager get_vars() 138029 1726888101.30984: Calling all_inventory to load vars for managed_node3 138029 1726888101.30987: Calling groups_inventory to load vars for managed_node3 138029 1726888101.30993: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.31004: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.31007: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.31011: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.31589: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.32358: done with get_vars() 138029 1726888101.32372: done getting variables 138029 1726888101.32427: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.030) 0:01:54.048 ****** 138029 1726888101.32505: entering _queue_task() for managed_node3/assert 138029 1726888101.32736: worker is 1 (out of 1 available) 138029 1726888101.32749: exiting _queue_task() for managed_node3/assert 138029 1726888101.32762: done queuing things up, now waiting for results queue to drain 138029 1726888101.32764: waiting for pending results... 138029 1726888101.32959: running TaskExecutor() for managed_node3/TASK: Check LUKS key size 138029 1726888101.33043: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e72 138029 1726888101.33057: variable 'ansible_search_path' from source: unknown 138029 1726888101.33092: calling self._execute() 138029 1726888101.33177: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.33182: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.33191: variable 'omit' from source: magic vars 138029 1726888101.33443: variable '_storage_test_volume_present' from source: set_fact 138029 1726888101.33450: Evaluated conditional (_storage_test_volume_present): True 138029 1726888101.33534: variable 'storage_test_volume' from source: include params 138029 1726888101.33552: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888101.33557: when evaluation is False, skipping this task 138029 1726888101.33560: _execute() done 138029 1726888101.33563: dumping result to json 138029 1726888101.33568: done dumping result, returning 138029 1726888101.33574: done running TaskExecutor() for managed_node3/TASK: Check LUKS key size [0affc8a3-6f6f-5a58-73a2-000000000e72] 138029 1726888101.33579: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e72 138029 1726888101.33671: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e72 138029 1726888101.33674: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888101.33721: no more pending results, returning what we have 138029 1726888101.33725: results queue empty 138029 1726888101.33726: checking for any_errors_fatal 138029 1726888101.33731: done checking for any_errors_fatal 138029 1726888101.33732: checking for max_fail_percentage 138029 1726888101.33733: done checking for max_fail_percentage 138029 1726888101.33734: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.33735: done checking to see if all hosts have failed 138029 1726888101.33736: getting the remaining hosts for this loop 138029 1726888101.33737: done getting the remaining hosts for this loop 138029 1726888101.33740: getting the next task for host managed_node3 138029 1726888101.33747: done getting next task for host managed_node3 138029 1726888101.33749: ^ task is: TASK: Check LUKS cipher 138029 1726888101.33757: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.33761: getting variables 138029 1726888101.33762: in VariableManager get_vars() 138029 1726888101.33793: Calling all_inventory to load vars for managed_node3 138029 1726888101.33796: Calling groups_inventory to load vars for managed_node3 138029 1726888101.33798: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.33807: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.33810: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.33812: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.34168: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.34601: done with get_vars() 138029 1726888101.34614: done getting variables 138029 1726888101.34669: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.021) 0:01:54.070 ****** 138029 1726888101.34699: entering _queue_task() for managed_node3/assert 138029 1726888101.34918: worker is 1 (out of 1 available) 138029 1726888101.34933: exiting _queue_task() for managed_node3/assert 138029 1726888101.34944: done queuing things up, now waiting for results queue to drain 138029 1726888101.34945: waiting for pending results... 138029 1726888101.35376: running TaskExecutor() for managed_node3/TASK: Check LUKS cipher 138029 1726888101.35380: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e73 138029 1726888101.35383: variable 'ansible_search_path' from source: unknown 138029 1726888101.35413: calling self._execute() 138029 1726888101.35519: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.35529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.35542: variable 'omit' from source: magic vars 138029 1726888101.35885: variable '_storage_test_volume_present' from source: set_fact 138029 1726888101.35899: Evaluated conditional (_storage_test_volume_present): True 138029 1726888101.36021: variable 'storage_test_volume' from source: include params 138029 1726888101.36052: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888101.36062: when evaluation is False, skipping this task 138029 1726888101.36070: _execute() done 138029 1726888101.36126: dumping result to json 138029 1726888101.36129: done dumping result, returning 138029 1726888101.36132: done running TaskExecutor() for managed_node3/TASK: Check LUKS cipher [0affc8a3-6f6f-5a58-73a2-000000000e73] 138029 1726888101.36135: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e73 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888101.36276: no more pending results, returning what we have 138029 1726888101.36280: results queue empty 138029 1726888101.36281: checking for any_errors_fatal 138029 1726888101.36289: done checking for any_errors_fatal 138029 1726888101.36290: checking for max_fail_percentage 138029 1726888101.36292: done checking for max_fail_percentage 138029 1726888101.36293: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.36294: done checking to see if all hosts have failed 138029 1726888101.36295: getting the remaining hosts for this loop 138029 1726888101.36296: done getting the remaining hosts for this loop 138029 1726888101.36300: getting the next task for host managed_node3 138029 1726888101.36308: done getting next task for host managed_node3 138029 1726888101.36310: ^ task is: TASK: Set test variables 138029 1726888101.36318: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.36323: getting variables 138029 1726888101.36325: in VariableManager get_vars() 138029 1726888101.36359: Calling all_inventory to load vars for managed_node3 138029 1726888101.36362: Calling groups_inventory to load vars for managed_node3 138029 1726888101.36365: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.36378: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.36381: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.36384: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.37151: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e73 138029 1726888101.37154: WORKER PROCESS EXITING 138029 1726888101.37175: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.37840: done with get_vars() 138029 1726888101.37859: done getting variables 138029 1726888101.37911: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.032) 0:01:54.102 ****** 138029 1726888101.37943: entering _queue_task() for managed_node3/set_fact 138029 1726888101.38427: worker is 1 (out of 1 available) 138029 1726888101.38439: exiting _queue_task() for managed_node3/set_fact 138029 1726888101.38452: done queuing things up, now waiting for results queue to drain 138029 1726888101.38453: waiting for pending results... 138029 1726888101.39050: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888101.39330: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e74 138029 1726888101.39424: variable 'ansible_search_path' from source: unknown 138029 1726888101.39469: calling self._execute() 138029 1726888101.39620: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.39780: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.39795: variable 'omit' from source: magic vars 138029 1726888101.40001: variable 'omit' from source: magic vars 138029 1726888101.40362: variable 'omit' from source: magic vars 138029 1726888101.40667: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888101.43404: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888101.43506: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888101.43551: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888101.43679: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888101.43767: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888101.44000: variable 'storage_test_volume' from source: include params 138029 1726888101.44165: variable '_storage_test_volume_present' from source: set_fact 138029 1726888101.44562: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888101.44566: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888101.44568: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888101.44650: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888101.44736: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888101.44787: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888101.44851: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888101.44968: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888101.45015: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888101.45064: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888101.45263: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888101.45267: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888101.45298: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888101.45406: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888101.45589: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888101.45862: variable 'storage_test_crypttab' from source: set_fact 138029 1726888101.45878: variable 'storage_test_volume' from source: include params 138029 1726888101.46081: variable 'storage_test_volume' from source: include params 138029 1726888101.46177: variable 'omit' from source: magic vars 138029 1726888101.46210: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888101.46247: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888101.46274: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888101.46294: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888101.46309: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888101.46328: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888101.46473: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888101.46505: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888101.46513: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.46520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.46639: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888101.46649: Set connection var ansible_timeout to 10 138029 1726888101.46661: Set connection var ansible_pipelining to False 138029 1726888101.46668: Set connection var ansible_shell_type to sh 138029 1726888101.46677: Set connection var ansible_connection to ssh 138029 1726888101.46686: Set connection var ansible_shell_executable to /bin/sh 138029 1726888101.46716: variable 'ansible_shell_executable' from source: unknown 138029 1726888101.46723: variable 'ansible_connection' from source: unknown 138029 1726888101.46729: variable 'ansible_module_compression' from source: unknown 138029 1726888101.46735: variable 'ansible_shell_type' from source: unknown 138029 1726888101.46740: variable 'ansible_shell_executable' from source: unknown 138029 1726888101.46746: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.46753: variable 'ansible_pipelining' from source: unknown 138029 1726888101.46766: variable 'ansible_timeout' from source: unknown 138029 1726888101.46774: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.46885: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888101.46915: variable 'omit' from source: magic vars 138029 1726888101.46925: starting attempt loop 138029 1726888101.46932: running the handler 138029 1726888101.46946: handler run complete 138029 1726888101.46962: attempt loop complete, returning result 138029 1726888101.46969: _execute() done 138029 1726888101.46975: dumping result to json 138029 1726888101.47007: done dumping result, returning 138029 1726888101.47010: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-000000000e74] 138029 1726888101.47012: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e74 ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 138029 1726888101.47172: no more pending results, returning what we have 138029 1726888101.47175: results queue empty 138029 1726888101.47176: checking for any_errors_fatal 138029 1726888101.47184: done checking for any_errors_fatal 138029 1726888101.47185: checking for max_fail_percentage 138029 1726888101.47187: done checking for max_fail_percentage 138029 1726888101.47188: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.47189: done checking to see if all hosts have failed 138029 1726888101.47189: getting the remaining hosts for this loop 138029 1726888101.47191: done getting the remaining hosts for this loop 138029 1726888101.47195: getting the next task for host managed_node3 138029 1726888101.47204: done getting next task for host managed_node3 138029 1726888101.47207: ^ task is: TASK: Check for /etc/crypttab entry 138029 1726888101.47213: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.47218: getting variables 138029 1726888101.47219: in VariableManager get_vars() 138029 1726888101.47253: Calling all_inventory to load vars for managed_node3 138029 1726888101.47258: Calling groups_inventory to load vars for managed_node3 138029 1726888101.47261: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.47271: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.47275: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.47278: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.47968: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e74 138029 1726888101.47971: WORKER PROCESS EXITING 138029 1726888101.48478: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.49112: done with get_vars() 138029 1726888101.49129: done getting variables 138029 1726888101.49192: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.112) 0:01:54.215 ****** 138029 1726888101.49230: entering _queue_task() for managed_node3/assert 138029 1726888101.49517: worker is 1 (out of 1 available) 138029 1726888101.49530: exiting _queue_task() for managed_node3/assert 138029 1726888101.49541: done queuing things up, now waiting for results queue to drain 138029 1726888101.49543: waiting for pending results... 138029 1726888101.49836: running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry 138029 1726888101.49996: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e75 138029 1726888101.50016: variable 'ansible_search_path' from source: unknown 138029 1726888101.50060: calling self._execute() 138029 1726888101.50176: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.50191: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.50210: variable 'omit' from source: magic vars 138029 1726888101.50328: variable 'omit' from source: magic vars 138029 1726888101.50416: variable 'omit' from source: magic vars 138029 1726888101.50658: variable 'storage_test_volume' from source: include params 138029 1726888101.50713: variable 'omit' from source: magic vars 138029 1726888101.50761: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888101.50801: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888101.50826: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888101.50854: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888101.50875: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888101.50959: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888101.50962: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888101.50965: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888101.50967: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.50969: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.51067: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888101.51078: Set connection var ansible_timeout to 10 138029 1726888101.51160: Set connection var ansible_pipelining to False 138029 1726888101.51163: Set connection var ansible_shell_type to sh 138029 1726888101.51165: Set connection var ansible_connection to ssh 138029 1726888101.51167: Set connection var ansible_shell_executable to /bin/sh 138029 1726888101.51169: variable 'ansible_shell_executable' from source: unknown 138029 1726888101.51171: variable 'ansible_connection' from source: unknown 138029 1726888101.51173: variable 'ansible_module_compression' from source: unknown 138029 1726888101.51175: variable 'ansible_shell_type' from source: unknown 138029 1726888101.51177: variable 'ansible_shell_executable' from source: unknown 138029 1726888101.51178: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.51180: variable 'ansible_pipelining' from source: unknown 138029 1726888101.51182: variable 'ansible_timeout' from source: unknown 138029 1726888101.51184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.51303: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888101.51320: variable 'omit' from source: magic vars 138029 1726888101.51329: starting attempt loop 138029 1726888101.51335: running the handler 138029 1726888101.51507: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888101.53719: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888101.53806: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888101.53847: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888101.53986: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888101.53989: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888101.54002: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888101.54034: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888101.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) 138029 1726888101.54117: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888101.54136: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888101.54191: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888101.54227: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888101.54258: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888101.54301: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888101.54326: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888101.54442: variable '_storage_test_crypttab_entries' from source: set_fact 138029 1726888101.54453: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888101.54475: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 138029 1726888101.54488: handler run complete 138029 1726888101.54506: attempt loop complete, returning result 138029 1726888101.54514: _execute() done 138029 1726888101.54633: dumping result to json 138029 1726888101.54636: done dumping result, returning 138029 1726888101.54638: done running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-5a58-73a2-000000000e75] 138029 1726888101.54640: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e75 138029 1726888101.54714: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e75 138029 1726888101.54718: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888101.54769: no more pending results, returning what we have 138029 1726888101.54780: results queue empty 138029 1726888101.54781: checking for any_errors_fatal 138029 1726888101.54790: done checking for any_errors_fatal 138029 1726888101.54791: checking for max_fail_percentage 138029 1726888101.54793: done checking for max_fail_percentage 138029 1726888101.54794: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.54795: done checking to see if all hosts have failed 138029 1726888101.54796: getting the remaining hosts for this loop 138029 1726888101.54798: done getting the remaining hosts for this loop 138029 1726888101.54802: getting the next task for host managed_node3 138029 1726888101.54812: done getting next task for host managed_node3 138029 1726888101.54815: ^ task is: TASK: Validate the format of the crypttab entry 138029 1726888101.54821: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.54828: getting variables 138029 1726888101.54830: in VariableManager get_vars() 138029 1726888101.54866: Calling all_inventory to load vars for managed_node3 138029 1726888101.54869: Calling groups_inventory to load vars for managed_node3 138029 1726888101.54873: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.54885: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.54889: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.54892: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.55765: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.56445: done with get_vars() 138029 1726888101.56464: done getting variables 138029 1726888101.56521: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.073) 0:01:54.289 ****** 138029 1726888101.56558: entering _queue_task() for managed_node3/assert 138029 1726888101.56835: worker is 1 (out of 1 available) 138029 1726888101.56847: exiting _queue_task() for managed_node3/assert 138029 1726888101.57060: done queuing things up, now waiting for results queue to drain 138029 1726888101.57063: waiting for pending results... 138029 1726888101.57272: running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry 138029 1726888101.57294: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e76 138029 1726888101.57316: variable 'ansible_search_path' from source: unknown 138029 1726888101.57361: calling self._execute() 138029 1726888101.57473: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.57487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.57507: variable 'omit' from source: magic vars 138029 1726888101.57898: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888101.60205: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888101.60297: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888101.60344: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888101.60443: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888101.60446: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888101.60501: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888101.60533: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888101.60570: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888101.60613: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888101.60630: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888101.60756: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888101.60787: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888101.60795: when evaluation is False, skipping this task 138029 1726888101.60802: _execute() done 138029 1726888101.60876: dumping result to json 138029 1726888101.60879: done dumping result, returning 138029 1726888101.60882: done running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-5a58-73a2-000000000e76] 138029 1726888101.60884: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e76 138029 1726888101.60953: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e76 138029 1726888101.60959: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888101.61025: no more pending results, returning what we have 138029 1726888101.61029: results queue empty 138029 1726888101.61030: checking for any_errors_fatal 138029 1726888101.61037: done checking for any_errors_fatal 138029 1726888101.61038: checking for max_fail_percentage 138029 1726888101.61040: done checking for max_fail_percentage 138029 1726888101.61041: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.61043: done checking to see if all hosts have failed 138029 1726888101.61043: getting the remaining hosts for this loop 138029 1726888101.61045: done getting the remaining hosts for this loop 138029 1726888101.61049: getting the next task for host managed_node3 138029 1726888101.61060: done getting next task for host managed_node3 138029 1726888101.61062: ^ task is: TASK: Check backing device of crypttab entry 138029 1726888101.61070: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.61076: getting variables 138029 1726888101.61078: in VariableManager get_vars() 138029 1726888101.61115: Calling all_inventory to load vars for managed_node3 138029 1726888101.61119: Calling groups_inventory to load vars for managed_node3 138029 1726888101.61122: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.61134: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.61138: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.61141: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.62049: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.62737: done with get_vars() 138029 1726888101.62760: done getting variables 138029 1726888101.62823: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.063) 0:01:54.352 ****** 138029 1726888101.62863: entering _queue_task() for managed_node3/assert 138029 1726888101.63290: worker is 1 (out of 1 available) 138029 1726888101.63302: exiting _queue_task() for managed_node3/assert 138029 1726888101.63313: done queuing things up, now waiting for results queue to drain 138029 1726888101.63314: waiting for pending results... 138029 1726888101.63661: running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry 138029 1726888101.63678: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e77 138029 1726888101.63699: variable 'ansible_search_path' from source: unknown 138029 1726888101.63739: calling self._execute() 138029 1726888101.63850: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.63866: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.63882: variable 'omit' from source: magic vars 138029 1726888101.64287: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888101.66598: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888101.66681: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888101.66861: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888101.66865: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888101.66867: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888101.66895: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888101.66930: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888101.66966: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888101.67016: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888101.67036: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888101.67166: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888101.67200: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888101.67209: when evaluation is False, skipping this task 138029 1726888101.67217: _execute() done 138029 1726888101.67223: dumping result to json 138029 1726888101.67231: done dumping result, returning 138029 1726888101.67242: done running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-5a58-73a2-000000000e77] 138029 1726888101.67251: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e77 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888101.67415: no more pending results, returning what we have 138029 1726888101.67419: results queue empty 138029 1726888101.67421: checking for any_errors_fatal 138029 1726888101.67429: done checking for any_errors_fatal 138029 1726888101.67430: checking for max_fail_percentage 138029 1726888101.67432: done checking for max_fail_percentage 138029 1726888101.67433: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.67434: done checking to see if all hosts have failed 138029 1726888101.67435: getting the remaining hosts for this loop 138029 1726888101.67437: done getting the remaining hosts for this loop 138029 1726888101.67442: getting the next task for host managed_node3 138029 1726888101.67451: done getting next task for host managed_node3 138029 1726888101.67453: ^ task is: TASK: Check key file of crypttab entry 138029 1726888101.67462: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.67468: getting variables 138029 1726888101.67470: in VariableManager get_vars() 138029 1726888101.67507: Calling all_inventory to load vars for managed_node3 138029 1726888101.67511: Calling groups_inventory to load vars for managed_node3 138029 1726888101.67515: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.67527: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.67531: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.67534: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.68271: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e77 138029 1726888101.68274: WORKER PROCESS EXITING 138029 1726888101.68502: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.69179: done with get_vars() 138029 1726888101.69200: done getting variables 138029 1726888101.69263: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.064) 0:01:54.416 ****** 138029 1726888101.69298: entering _queue_task() for managed_node3/assert 138029 1726888101.69597: worker is 1 (out of 1 available) 138029 1726888101.69609: exiting _queue_task() for managed_node3/assert 138029 1726888101.69621: done queuing things up, now waiting for results queue to drain 138029 1726888101.69623: waiting for pending results... 138029 1726888101.69925: running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry 138029 1726888101.70078: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e78 138029 1726888101.70105: variable 'ansible_search_path' from source: unknown 138029 1726888101.70196: calling self._execute() 138029 1726888101.70261: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.70274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.70288: variable 'omit' from source: magic vars 138029 1726888101.70684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888101.73394: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888101.73461: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888101.73507: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888101.73660: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888101.73663: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888101.73666: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888101.73692: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888101.73718: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888101.73760: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888101.73780: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888101.73891: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888101.73920: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888101.73928: when evaluation is False, skipping this task 138029 1726888101.73936: _execute() done 138029 1726888101.73943: dumping result to json 138029 1726888101.73951: done dumping result, returning 138029 1726888101.73965: done running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry [0affc8a3-6f6f-5a58-73a2-000000000e78] 138029 1726888101.73976: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e78 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888101.74207: no more pending results, returning what we have 138029 1726888101.74211: results queue empty 138029 1726888101.74216: checking for any_errors_fatal 138029 1726888101.74223: done checking for any_errors_fatal 138029 1726888101.74224: checking for max_fail_percentage 138029 1726888101.74226: done checking for max_fail_percentage 138029 1726888101.74227: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.74228: done checking to see if all hosts have failed 138029 1726888101.74228: getting the remaining hosts for this loop 138029 1726888101.74230: done getting the remaining hosts for this loop 138029 1726888101.74236: getting the next task for host managed_node3 138029 1726888101.74245: done getting next task for host managed_node3 138029 1726888101.74247: ^ task is: TASK: Clear test variables 138029 1726888101.74254: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.74262: getting variables 138029 1726888101.74264: in VariableManager get_vars() 138029 1726888101.74300: Calling all_inventory to load vars for managed_node3 138029 1726888101.74303: Calling groups_inventory to load vars for managed_node3 138029 1726888101.74306: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.74317: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.74321: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.74325: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.74868: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e78 138029 1726888101.74872: WORKER PROCESS EXITING 138029 1726888101.75205: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.76140: done with get_vars() 138029 1726888101.76159: done getting variables 138029 1726888101.76217: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.069) 0:01:54.486 ****** 138029 1726888101.76253: entering _queue_task() for managed_node3/set_fact 138029 1726888101.76575: worker is 1 (out of 1 available) 138029 1726888101.76588: exiting _queue_task() for managed_node3/set_fact 138029 1726888101.76601: done queuing things up, now waiting for results queue to drain 138029 1726888101.76602: waiting for pending results... 138029 1726888101.76879: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888101.76994: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e79 138029 1726888101.77007: variable 'ansible_search_path' from source: unknown 138029 1726888101.77036: calling self._execute() 138029 1726888101.77119: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.77123: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.77132: variable 'omit' from source: magic vars 138029 1726888101.77216: variable 'omit' from source: magic vars 138029 1726888101.77267: variable 'omit' from source: magic vars 138029 1726888101.77290: variable 'omit' from source: magic vars 138029 1726888101.77324: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888101.77353: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888101.77374: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888101.77390: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888101.77400: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888101.77414: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888101.77428: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888101.77450: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888101.77453: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.77457: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.77542: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888101.77545: Set connection var ansible_timeout to 10 138029 1726888101.77551: Set connection var ansible_pipelining to False 138029 1726888101.77554: Set connection var ansible_shell_type to sh 138029 1726888101.77558: Set connection var ansible_connection to ssh 138029 1726888101.77560: Set connection var ansible_shell_executable to /bin/sh 138029 1726888101.77584: variable 'ansible_shell_executable' from source: unknown 138029 1726888101.77586: variable 'ansible_connection' from source: unknown 138029 1726888101.77589: variable 'ansible_module_compression' from source: unknown 138029 1726888101.77591: variable 'ansible_shell_type' from source: unknown 138029 1726888101.77594: variable 'ansible_shell_executable' from source: unknown 138029 1726888101.77596: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.77599: variable 'ansible_pipelining' from source: unknown 138029 1726888101.77601: variable 'ansible_timeout' from source: unknown 138029 1726888101.77612: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.77718: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888101.77725: variable 'omit' from source: magic vars 138029 1726888101.77728: starting attempt loop 138029 1726888101.77731: running the handler 138029 1726888101.77741: handler run complete 138029 1726888101.77750: attempt loop complete, returning result 138029 1726888101.77752: _execute() done 138029 1726888101.77756: dumping result to json 138029 1726888101.77759: done dumping result, returning 138029 1726888101.77768: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000000e79] 138029 1726888101.77772: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e79 138029 1726888101.77859: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e79 138029 1726888101.77863: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 138029 1726888101.77922: no more pending results, returning what we have 138029 1726888101.77925: results queue empty 138029 1726888101.77926: checking for any_errors_fatal 138029 1726888101.77936: done checking for any_errors_fatal 138029 1726888101.77937: checking for max_fail_percentage 138029 1726888101.77939: done checking for max_fail_percentage 138029 1726888101.77940: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.77941: done checking to see if all hosts have failed 138029 1726888101.77941: getting the remaining hosts for this loop 138029 1726888101.77943: done getting the remaining hosts for this loop 138029 1726888101.77946: getting the next task for host managed_node3 138029 1726888101.77959: done getting next task for host managed_node3 138029 1726888101.77964: ^ task is: TASK: Get information about RAID 138029 1726888101.77971: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.77976: getting variables 138029 1726888101.77978: in VariableManager get_vars() 138029 1726888101.78005: Calling all_inventory to load vars for managed_node3 138029 1726888101.78008: Calling groups_inventory to load vars for managed_node3 138029 1726888101.78010: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.78019: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.78021: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.78023: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.78422: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.79047: done with get_vars() 138029 1726888101.79073: done getting variables 138029 1726888101.79126: 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:08:21 -0400 (0:00:00.029) 0:01:54.515 ****** 138029 1726888101.79161: entering _queue_task() for managed_node3/command 138029 1726888101.79459: worker is 1 (out of 1 available) 138029 1726888101.79475: exiting _queue_task() for managed_node3/command 138029 1726888101.79487: done queuing things up, now waiting for results queue to drain 138029 1726888101.79489: waiting for pending results... 138029 1726888101.79769: running TaskExecutor() for managed_node3/TASK: Get information about RAID 138029 1726888101.79883: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e7d 138029 1726888101.79894: variable 'ansible_search_path' from source: unknown 138029 1726888101.79923: calling self._execute() 138029 1726888101.80008: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.80012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.80021: variable 'omit' from source: magic vars 138029 1726888101.80323: variable 'storage_test_volume' from source: include params 138029 1726888101.80347: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888101.80351: when evaluation is False, skipping this task 138029 1726888101.80354: _execute() done 138029 1726888101.80358: dumping result to json 138029 1726888101.80361: done dumping result, returning 138029 1726888101.80370: done running TaskExecutor() for managed_node3/TASK: Get information about RAID [0affc8a3-6f6f-5a58-73a2-000000000e7d] 138029 1726888101.80376: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e7d 138029 1726888101.80467: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e7d 138029 1726888101.80469: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888101.80537: no more pending results, returning what we have 138029 1726888101.80541: results queue empty 138029 1726888101.80542: checking for any_errors_fatal 138029 1726888101.80549: done checking for any_errors_fatal 138029 1726888101.80550: checking for max_fail_percentage 138029 1726888101.80551: done checking for max_fail_percentage 138029 1726888101.80552: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.80553: done checking to see if all hosts have failed 138029 1726888101.80554: getting the remaining hosts for this loop 138029 1726888101.80557: done getting the remaining hosts for this loop 138029 1726888101.80561: getting the next task for host managed_node3 138029 1726888101.80569: done getting next task for host managed_node3 138029 1726888101.80572: ^ task is: TASK: Set active devices regex 138029 1726888101.80578: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.80583: getting variables 138029 1726888101.80584: in VariableManager get_vars() 138029 1726888101.80611: Calling all_inventory to load vars for managed_node3 138029 1726888101.80614: Calling groups_inventory to load vars for managed_node3 138029 1726888101.80617: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.80626: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.80628: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.80630: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.81016: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.81406: done with get_vars() 138029 1726888101.81418: done getting variables 138029 1726888101.81460: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.023) 0:01:54.538 ****** 138029 1726888101.81485: entering _queue_task() for managed_node3/set_fact 138029 1726888101.81695: worker is 1 (out of 1 available) 138029 1726888101.81709: exiting _queue_task() for managed_node3/set_fact 138029 1726888101.81722: done queuing things up, now waiting for results queue to drain 138029 1726888101.81723: waiting for pending results... 138029 1726888101.81908: running TaskExecutor() for managed_node3/TASK: Set active devices regex 138029 1726888101.82010: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e7e 138029 1726888101.82022: variable 'ansible_search_path' from source: unknown 138029 1726888101.82050: calling self._execute() 138029 1726888101.82132: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.82135: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.82143: variable 'omit' from source: magic vars 138029 1726888101.82437: variable 'storage_test_volume' from source: include params 138029 1726888101.82461: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888101.82464: when evaluation is False, skipping this task 138029 1726888101.82469: _execute() done 138029 1726888101.82472: dumping result to json 138029 1726888101.82475: done dumping result, returning 138029 1726888101.82482: done running TaskExecutor() for managed_node3/TASK: Set active devices regex [0affc8a3-6f6f-5a58-73a2-000000000e7e] 138029 1726888101.82488: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e7e 138029 1726888101.82581: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e7e 138029 1726888101.82584: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888101.82646: no more pending results, returning what we have 138029 1726888101.82649: results queue empty 138029 1726888101.82650: checking for any_errors_fatal 138029 1726888101.82659: done checking for any_errors_fatal 138029 1726888101.82659: checking for max_fail_percentage 138029 1726888101.82661: done checking for max_fail_percentage 138029 1726888101.82662: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.82662: done checking to see if all hosts have failed 138029 1726888101.82663: getting the remaining hosts for this loop 138029 1726888101.82665: done getting the remaining hosts for this loop 138029 1726888101.82668: getting the next task for host managed_node3 138029 1726888101.82675: done getting next task for host managed_node3 138029 1726888101.82677: ^ task is: TASK: Set spare devices regex 138029 1726888101.82683: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.82687: getting variables 138029 1726888101.82688: in VariableManager get_vars() 138029 1726888101.82714: Calling all_inventory to load vars for managed_node3 138029 1726888101.82716: Calling groups_inventory to load vars for managed_node3 138029 1726888101.82718: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.82728: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.82730: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.82733: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.83116: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.83739: done with get_vars() 138029 1726888101.83760: done getting variables 138029 1726888101.83819: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.023) 0:01:54.562 ****** 138029 1726888101.83852: entering _queue_task() for managed_node3/set_fact 138029 1726888101.84138: worker is 1 (out of 1 available) 138029 1726888101.84151: exiting _queue_task() for managed_node3/set_fact 138029 1726888101.84264: done queuing things up, now waiting for results queue to drain 138029 1726888101.84266: waiting for pending results... 138029 1726888101.84474: running TaskExecutor() for managed_node3/TASK: Set spare devices regex 138029 1726888101.84662: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e7f 138029 1726888101.84666: variable 'ansible_search_path' from source: unknown 138029 1726888101.84683: calling self._execute() 138029 1726888101.84804: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.84808: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.84819: variable 'omit' from source: magic vars 138029 1726888101.85120: variable 'storage_test_volume' from source: include params 138029 1726888101.85145: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888101.85148: when evaluation is False, skipping this task 138029 1726888101.85151: _execute() done 138029 1726888101.85154: dumping result to json 138029 1726888101.85159: done dumping result, returning 138029 1726888101.85167: done running TaskExecutor() for managed_node3/TASK: Set spare devices regex [0affc8a3-6f6f-5a58-73a2-000000000e7f] 138029 1726888101.85170: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e7f skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888101.85311: no more pending results, returning what we have 138029 1726888101.85315: results queue empty 138029 1726888101.85316: checking for any_errors_fatal 138029 1726888101.85326: done checking for any_errors_fatal 138029 1726888101.85327: checking for max_fail_percentage 138029 1726888101.85329: done checking for max_fail_percentage 138029 1726888101.85330: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.85330: done checking to see if all hosts have failed 138029 1726888101.85331: getting the remaining hosts for this loop 138029 1726888101.85333: done getting the remaining hosts for this loop 138029 1726888101.85336: getting the next task for host managed_node3 138029 1726888101.85344: done getting next task for host managed_node3 138029 1726888101.85346: ^ task is: TASK: Set md version regex 138029 1726888101.85351: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.85358: getting variables 138029 1726888101.85359: in VariableManager get_vars() 138029 1726888101.85391: Calling all_inventory to load vars for managed_node3 138029 1726888101.85394: Calling groups_inventory to load vars for managed_node3 138029 1726888101.85397: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.85406: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.85409: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.85411: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.85788: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e7f 138029 1726888101.85793: WORKER PROCESS EXITING 138029 1726888101.85810: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.86417: done with get_vars() 138029 1726888101.86429: done getting variables 138029 1726888101.86493: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.026) 0:01:54.588 ****** 138029 1726888101.86530: entering _queue_task() for managed_node3/set_fact 138029 1726888101.86828: worker is 1 (out of 1 available) 138029 1726888101.86841: exiting _queue_task() for managed_node3/set_fact 138029 1726888101.86852: done queuing things up, now waiting for results queue to drain 138029 1726888101.86853: waiting for pending results... 138029 1726888101.87273: running TaskExecutor() for managed_node3/TASK: Set md version regex 138029 1726888101.87319: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e80 138029 1726888101.87335: variable 'ansible_search_path' from source: unknown 138029 1726888101.87368: calling self._execute() 138029 1726888101.87463: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.87483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.87493: variable 'omit' from source: magic vars 138029 1726888101.88061: variable 'storage_test_volume' from source: include params 138029 1726888101.88065: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888101.88068: when evaluation is False, skipping this task 138029 1726888101.88070: _execute() done 138029 1726888101.88072: dumping result to json 138029 1726888101.88074: done dumping result, returning 138029 1726888101.88077: done running TaskExecutor() for managed_node3/TASK: Set md version regex [0affc8a3-6f6f-5a58-73a2-000000000e80] 138029 1726888101.88079: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e80 138029 1726888101.88150: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e80 138029 1726888101.88153: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888101.88203: no more pending results, returning what we have 138029 1726888101.88207: results queue empty 138029 1726888101.88209: checking for any_errors_fatal 138029 1726888101.88216: done checking for any_errors_fatal 138029 1726888101.88217: checking for max_fail_percentage 138029 1726888101.88219: done checking for max_fail_percentage 138029 1726888101.88220: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.88221: done checking to see if all hosts have failed 138029 1726888101.88222: getting the remaining hosts for this loop 138029 1726888101.88224: done getting the remaining hosts for this loop 138029 1726888101.88228: getting the next task for host managed_node3 138029 1726888101.88237: done getting next task for host managed_node3 138029 1726888101.88239: ^ task is: TASK: Set chunk size regex 138029 1726888101.88248: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.88253: getting variables 138029 1726888101.88257: in VariableManager get_vars() 138029 1726888101.88292: Calling all_inventory to load vars for managed_node3 138029 1726888101.88295: Calling groups_inventory to load vars for managed_node3 138029 1726888101.88298: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.88311: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.88315: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.88318: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.88925: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.89320: done with get_vars() 138029 1726888101.89333: done getting variables 138029 1726888101.89381: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.028) 0:01:54.617 ****** 138029 1726888101.89404: entering _queue_task() for managed_node3/set_fact 138029 1726888101.89620: worker is 1 (out of 1 available) 138029 1726888101.89635: exiting _queue_task() for managed_node3/set_fact 138029 1726888101.89645: done queuing things up, now waiting for results queue to drain 138029 1726888101.89647: waiting for pending results... 138029 1726888101.89834: running TaskExecutor() for managed_node3/TASK: Set chunk size regex 138029 1726888101.89930: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e81 138029 1726888101.89942: variable 'ansible_search_path' from source: unknown 138029 1726888101.89976: calling self._execute() 138029 1726888101.90058: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.90065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.90073: variable 'omit' from source: magic vars 138029 1726888101.90427: variable 'storage_test_volume' from source: include params 138029 1726888101.90431: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888101.90434: when evaluation is False, skipping this task 138029 1726888101.90436: _execute() done 138029 1726888101.90439: dumping result to json 138029 1726888101.90441: done dumping result, returning 138029 1726888101.90444: done running TaskExecutor() for managed_node3/TASK: Set chunk size regex [0affc8a3-6f6f-5a58-73a2-000000000e81] 138029 1726888101.90446: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e81 138029 1726888101.90526: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e81 138029 1726888101.90529: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888101.90612: no more pending results, returning what we have 138029 1726888101.90616: results queue empty 138029 1726888101.90617: checking for any_errors_fatal 138029 1726888101.90627: done checking for any_errors_fatal 138029 1726888101.90628: checking for max_fail_percentage 138029 1726888101.90630: done checking for max_fail_percentage 138029 1726888101.90631: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.90632: done checking to see if all hosts have failed 138029 1726888101.90633: getting the remaining hosts for this loop 138029 1726888101.90635: done getting the remaining hosts for this loop 138029 1726888101.90639: getting the next task for host managed_node3 138029 1726888101.90647: done getting next task for host managed_node3 138029 1726888101.90649: ^ task is: TASK: Parse the chunk size 138029 1726888101.90657: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.90665: getting variables 138029 1726888101.90666: in VariableManager get_vars() 138029 1726888101.90695: Calling all_inventory to load vars for managed_node3 138029 1726888101.90698: Calling groups_inventory to load vars for managed_node3 138029 1726888101.90701: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.90710: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.90712: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.90715: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.91334: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.91926: done with get_vars() 138029 1726888101.91937: 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:08:21 -0400 (0:00:00.025) 0:01:54.643 ****** 138029 1726888101.92001: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888101.92205: worker is 1 (out of 1 available) 138029 1726888101.92219: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888101.92231: done queuing things up, now waiting for results queue to drain 138029 1726888101.92233: waiting for pending results... 138029 1726888101.92415: running TaskExecutor() for managed_node3/TASK: Parse the chunk size 138029 1726888101.92508: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e82 138029 1726888101.92519: variable 'ansible_search_path' from source: unknown 138029 1726888101.92557: calling self._execute() 138029 1726888101.92637: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.92641: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.92651: variable 'omit' from source: magic vars 138029 1726888101.92951: variable 'storage_test_volume' from source: include params 138029 1726888101.92977: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888101.92981: when evaluation is False, skipping this task 138029 1726888101.92983: _execute() done 138029 1726888101.92986: dumping result to json 138029 1726888101.92988: done dumping result, returning 138029 1726888101.92994: done running TaskExecutor() for managed_node3/TASK: Parse the chunk size [0affc8a3-6f6f-5a58-73a2-000000000e82] 138029 1726888101.93001: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e82 138029 1726888101.93101: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e82 138029 1726888101.93105: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888101.93167: no more pending results, returning what we have 138029 1726888101.93170: results queue empty 138029 1726888101.93171: checking for any_errors_fatal 138029 1726888101.93180: done checking for any_errors_fatal 138029 1726888101.93180: checking for max_fail_percentage 138029 1726888101.93182: done checking for max_fail_percentage 138029 1726888101.93183: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.93183: done checking to see if all hosts have failed 138029 1726888101.93184: getting the remaining hosts for this loop 138029 1726888101.93185: done getting the remaining hosts for this loop 138029 1726888101.93189: getting the next task for host managed_node3 138029 1726888101.93196: done getting next task for host managed_node3 138029 1726888101.93198: ^ task is: TASK: Check RAID active devices count 138029 1726888101.93204: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.93207: getting variables 138029 1726888101.93208: in VariableManager get_vars() 138029 1726888101.93237: Calling all_inventory to load vars for managed_node3 138029 1726888101.93239: Calling groups_inventory to load vars for managed_node3 138029 1726888101.93242: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.93251: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.93253: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.93258: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.93636: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.94021: done with get_vars() 138029 1726888101.94032: done getting variables 138029 1726888101.94079: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.020) 0:01:54.664 ****** 138029 1726888101.94101: entering _queue_task() for managed_node3/assert 138029 1726888101.94309: worker is 1 (out of 1 available) 138029 1726888101.94323: exiting _queue_task() for managed_node3/assert 138029 1726888101.94334: done queuing things up, now waiting for results queue to drain 138029 1726888101.94336: waiting for pending results... 138029 1726888101.94515: running TaskExecutor() for managed_node3/TASK: Check RAID active devices count 138029 1726888101.94604: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e83 138029 1726888101.94616: variable 'ansible_search_path' from source: unknown 138029 1726888101.94643: calling self._execute() 138029 1726888101.94727: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.94731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.94740: variable 'omit' from source: magic vars 138029 1726888101.95031: variable 'storage_test_volume' from source: include params 138029 1726888101.95052: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888101.95057: when evaluation is False, skipping this task 138029 1726888101.95060: _execute() done 138029 1726888101.95065: dumping result to json 138029 1726888101.95067: done dumping result, returning 138029 1726888101.95071: done running TaskExecutor() for managed_node3/TASK: Check RAID active devices count [0affc8a3-6f6f-5a58-73a2-000000000e83] 138029 1726888101.95076: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e83 138029 1726888101.95170: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e83 138029 1726888101.95173: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888101.95224: no more pending results, returning what we have 138029 1726888101.95228: results queue empty 138029 1726888101.95229: checking for any_errors_fatal 138029 1726888101.95236: done checking for any_errors_fatal 138029 1726888101.95237: checking for max_fail_percentage 138029 1726888101.95238: done checking for max_fail_percentage 138029 1726888101.95239: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.95240: done checking to see if all hosts have failed 138029 1726888101.95241: getting the remaining hosts for this loop 138029 1726888101.95242: done getting the remaining hosts for this loop 138029 1726888101.95245: getting the next task for host managed_node3 138029 1726888101.95252: done getting next task for host managed_node3 138029 1726888101.95254: ^ task is: TASK: Check RAID spare devices count 138029 1726888101.95264: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.95267: getting variables 138029 1726888101.95268: in VariableManager get_vars() 138029 1726888101.95296: Calling all_inventory to load vars for managed_node3 138029 1726888101.95302: Calling groups_inventory to load vars for managed_node3 138029 1726888101.95305: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.95315: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.95317: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.95320: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.95736: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.96652: done with get_vars() 138029 1726888101.96669: done getting variables 138029 1726888101.96730: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.026) 0:01:54.691 ****** 138029 1726888101.96758: entering _queue_task() for managed_node3/assert 138029 1726888101.96983: worker is 1 (out of 1 available) 138029 1726888101.97000: exiting _queue_task() for managed_node3/assert 138029 1726888101.97013: done queuing things up, now waiting for results queue to drain 138029 1726888101.97015: waiting for pending results... 138029 1726888101.97360: running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count 138029 1726888101.97533: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e84 138029 1726888101.97542: variable 'ansible_search_path' from source: unknown 138029 1726888101.97595: calling self._execute() 138029 1726888101.97681: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888101.97698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888101.97722: variable 'omit' from source: magic vars 138029 1726888101.98189: variable 'storage_test_volume' from source: include params 138029 1726888101.98342: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888101.98354: when evaluation is False, skipping this task 138029 1726888101.98360: _execute() done 138029 1726888101.98362: dumping result to json 138029 1726888101.98367: done dumping result, returning 138029 1726888101.98369: done running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count [0affc8a3-6f6f-5a58-73a2-000000000e84] 138029 1726888101.98371: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e84 138029 1726888101.98453: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e84 138029 1726888101.98457: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888101.98532: no more pending results, returning what we have 138029 1726888101.98535: results queue empty 138029 1726888101.98535: checking for any_errors_fatal 138029 1726888101.98544: done checking for any_errors_fatal 138029 1726888101.98545: checking for max_fail_percentage 138029 1726888101.98547: done checking for max_fail_percentage 138029 1726888101.98547: checking to see if all hosts have failed and the running result is not ok 138029 1726888101.98548: done checking to see if all hosts have failed 138029 1726888101.98549: getting the remaining hosts for this loop 138029 1726888101.98552: done getting the remaining hosts for this loop 138029 1726888101.98557: getting the next task for host managed_node3 138029 1726888101.98565: done getting next task for host managed_node3 138029 1726888101.98567: ^ task is: TASK: Check RAID metadata version 138029 1726888101.98574: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888101.98579: getting variables 138029 1726888101.98580: in VariableManager get_vars() 138029 1726888101.98609: Calling all_inventory to load vars for managed_node3 138029 1726888101.98612: Calling groups_inventory to load vars for managed_node3 138029 1726888101.98614: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888101.98624: Calling all_plugins_play to load vars for managed_node3 138029 1726888101.98627: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888101.98630: Calling groups_plugins_play to load vars for managed_node3 138029 1726888101.99193: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888101.99784: done with get_vars() 138029 1726888101.99805: done getting variables 138029 1726888101.99875: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:21 -0400 (0:00:00.031) 0:01:54.722 ****** 138029 1726888101.99913: entering _queue_task() for managed_node3/assert 138029 1726888102.00225: worker is 1 (out of 1 available) 138029 1726888102.00239: exiting _queue_task() for managed_node3/assert 138029 1726888102.00252: done queuing things up, now waiting for results queue to drain 138029 1726888102.00254: waiting for pending results... 138029 1726888102.00498: running TaskExecutor() for managed_node3/TASK: Check RAID metadata version 138029 1726888102.00596: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e85 138029 1726888102.00609: variable 'ansible_search_path' from source: unknown 138029 1726888102.00639: calling self._execute() 138029 1726888102.00721: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888102.00727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888102.00736: variable 'omit' from source: magic vars 138029 1726888102.01034: variable 'storage_test_volume' from source: include params 138029 1726888102.01058: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888102.01063: when evaluation is False, skipping this task 138029 1726888102.01067: _execute() done 138029 1726888102.01070: dumping result to json 138029 1726888102.01073: done dumping result, returning 138029 1726888102.01076: done running TaskExecutor() for managed_node3/TASK: Check RAID metadata version [0affc8a3-6f6f-5a58-73a2-000000000e85] 138029 1726888102.01084: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e85 138029 1726888102.01176: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e85 138029 1726888102.01179: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888102.01224: no more pending results, returning what we have 138029 1726888102.01228: results queue empty 138029 1726888102.01229: checking for any_errors_fatal 138029 1726888102.01239: done checking for any_errors_fatal 138029 1726888102.01240: checking for max_fail_percentage 138029 1726888102.01241: done checking for max_fail_percentage 138029 1726888102.01242: checking to see if all hosts have failed and the running result is not ok 138029 1726888102.01243: done checking to see if all hosts have failed 138029 1726888102.01244: getting the remaining hosts for this loop 138029 1726888102.01246: done getting the remaining hosts for this loop 138029 1726888102.01250: getting the next task for host managed_node3 138029 1726888102.01260: done getting next task for host managed_node3 138029 1726888102.01264: ^ task is: TASK: Check RAID chunk size 138029 1726888102.01271: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888102.01274: getting variables 138029 1726888102.01276: in VariableManager get_vars() 138029 1726888102.01303: Calling all_inventory to load vars for managed_node3 138029 1726888102.01305: Calling groups_inventory to load vars for managed_node3 138029 1726888102.01308: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888102.01317: Calling all_plugins_play to load vars for managed_node3 138029 1726888102.01319: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888102.01322: Calling groups_plugins_play to load vars for managed_node3 138029 1726888102.01710: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888102.02098: done with get_vars() 138029 1726888102.02109: done getting variables 138029 1726888102.02151: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:22 -0400 (0:00:00.022) 0:01:54.745 ****** 138029 1726888102.02179: entering _queue_task() for managed_node3/assert 138029 1726888102.02392: worker is 1 (out of 1 available) 138029 1726888102.02405: exiting _queue_task() for managed_node3/assert 138029 1726888102.02417: done queuing things up, now waiting for results queue to drain 138029 1726888102.02419: waiting for pending results... 138029 1726888102.02598: running TaskExecutor() for managed_node3/TASK: Check RAID chunk size 138029 1726888102.02694: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e86 138029 1726888102.02706: variable 'ansible_search_path' from source: unknown 138029 1726888102.02741: calling self._execute() 138029 1726888102.02847: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888102.02851: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888102.02861: variable 'omit' from source: magic vars 138029 1726888102.03153: variable 'storage_test_volume' from source: include params 138029 1726888102.03177: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888102.03180: when evaluation is False, skipping this task 138029 1726888102.03183: _execute() done 138029 1726888102.03186: dumping result to json 138029 1726888102.03188: done dumping result, returning 138029 1726888102.03198: done running TaskExecutor() for managed_node3/TASK: Check RAID chunk size [0affc8a3-6f6f-5a58-73a2-000000000e86] 138029 1726888102.03200: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e86 138029 1726888102.03302: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e86 138029 1726888102.03305: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888102.03351: no more pending results, returning what we have 138029 1726888102.03357: results queue empty 138029 1726888102.03358: checking for any_errors_fatal 138029 1726888102.03369: done checking for any_errors_fatal 138029 1726888102.03370: checking for max_fail_percentage 138029 1726888102.03371: done checking for max_fail_percentage 138029 1726888102.03372: checking to see if all hosts have failed and the running result is not ok 138029 1726888102.03373: done checking to see if all hosts have failed 138029 1726888102.03374: getting the remaining hosts for this loop 138029 1726888102.03376: done getting the remaining hosts for this loop 138029 1726888102.03379: getting the next task for host managed_node3 138029 1726888102.03388: done getting next task for host managed_node3 138029 1726888102.03390: ^ task is: TASK: Parse the actual size of the volume 138029 1726888102.03396: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888102.03400: getting variables 138029 1726888102.03401: in VariableManager get_vars() 138029 1726888102.03427: Calling all_inventory to load vars for managed_node3 138029 1726888102.03430: Calling groups_inventory to load vars for managed_node3 138029 1726888102.03432: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888102.03442: Calling all_plugins_play to load vars for managed_node3 138029 1726888102.03444: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888102.03446: Calling groups_plugins_play to load vars for managed_node3 138029 1726888102.03834: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888102.04223: done with get_vars() 138029 1726888102.04234: 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:08:22 -0400 (0:00:00.021) 0:01:54.766 ****** 138029 1726888102.04300: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888102.04517: worker is 1 (out of 1 available) 138029 1726888102.04532: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888102.04544: done queuing things up, now waiting for results queue to drain 138029 1726888102.04546: waiting for pending results... 138029 1726888102.04721: running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume 138029 1726888102.04809: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e8a 138029 1726888102.04822: variable 'ansible_search_path' from source: unknown 138029 1726888102.04851: calling self._execute() 138029 1726888102.04933: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888102.04937: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888102.04946: variable 'omit' from source: magic vars 138029 1726888102.05229: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888102.07181: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888102.07230: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888102.07258: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888102.07295: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888102.07315: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888102.07408: variable '_storage_test_volume_present' from source: set_fact 138029 1726888102.07427: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888102.07535: variable 'storage_test_volume' from source: include params 138029 1726888102.07553: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): True 138029 1726888102.07560: variable 'omit' from source: magic vars 138029 1726888102.07605: variable 'omit' from source: magic vars 138029 1726888102.07699: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888102.07715: variable 'storage_test_volume' from source: include params 138029 1726888102.07740: variable 'omit' from source: magic vars 138029 1726888102.07769: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888102.07791: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888102.07805: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888102.07818: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888102.07827: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888102.07840: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888102.07854: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888102.07880: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888102.07883: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888102.07886: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888102.07964: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888102.07969: Set connection var ansible_timeout to 10 138029 1726888102.07972: Set connection var ansible_pipelining to False 138029 1726888102.07975: Set connection var ansible_shell_type to sh 138029 1726888102.07978: Set connection var ansible_connection to ssh 138029 1726888102.07980: Set connection var ansible_shell_executable to /bin/sh 138029 1726888102.08003: variable 'ansible_shell_executable' from source: unknown 138029 1726888102.08006: variable 'ansible_connection' from source: unknown 138029 1726888102.08009: variable 'ansible_module_compression' from source: unknown 138029 1726888102.08011: variable 'ansible_shell_type' from source: unknown 138029 1726888102.08013: variable 'ansible_shell_executable' from source: unknown 138029 1726888102.08015: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888102.08018: variable 'ansible_pipelining' from source: unknown 138029 1726888102.08021: variable 'ansible_timeout' from source: unknown 138029 1726888102.08025: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888102.08121: 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) 138029 1726888102.08129: variable 'omit' from source: magic vars 138029 1726888102.08134: starting attempt loop 138029 1726888102.08136: running the handler 138029 1726888102.08146: _low_level_execute_command(): starting 138029 1726888102.08152: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888102.08829: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888102.08849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888102.08853: 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.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888102.08858: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888102.08895: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888102.08901: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888102.08982: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888102.10677: stdout chunk (state=3): >>>/root <<< 138029 1726888102.10769: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888102.10797: stderr chunk (state=3): >>><<< 138029 1726888102.10801: stdout chunk (state=3): >>><<< 138029 1726888102.10823: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888102.10850: _low_level_execute_command(): starting 138029 1726888102.10857: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888102.108286-141238-255023419762690 `" && echo ansible-tmp-1726888102.108286-141238-255023419762690="` echo /root/.ansible/tmp/ansible-tmp-1726888102.108286-141238-255023419762690 `" ) && sleep 0' 138029 1726888102.11435: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888102.11438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888102.11441: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888102.11443: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888102.11475: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888102.11517: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888102.11520: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888102.11579: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888102.21040: stdout chunk (state=3): >>>ansible-tmp-1726888102.108286-141238-255023419762690=/root/.ansible/tmp/ansible-tmp-1726888102.108286-141238-255023419762690 <<< 138029 1726888102.21152: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888102.21198: stderr chunk (state=3): >>><<< 138029 1726888102.21201: stdout chunk (state=3): >>><<< 138029 1726888102.21221: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888102.108286-141238-255023419762690=/root/.ansible/tmp/ansible-tmp-1726888102.108286-141238-255023419762690 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888102.21274: variable 'ansible_module_compression' from source: unknown 138029 1726888102.21308: ANSIBALLZ: Using lock for fedora.linux_system_roles.bsize 138029 1726888102.21311: ANSIBALLZ: Acquiring lock 138029 1726888102.21321: ANSIBALLZ: Lock acquired: 140373967784080 138029 1726888102.21323: ANSIBALLZ: Creating module 138029 1726888102.31654: ANSIBALLZ: Writing module into payload 138029 1726888102.31699: ANSIBALLZ: Writing module 138029 1726888102.31718: ANSIBALLZ: Renaming module 138029 1726888102.31725: ANSIBALLZ: Done creating module 138029 1726888102.31742: variable 'ansible_facts' from source: unknown 138029 1726888102.31804: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888102.108286-141238-255023419762690/AnsiballZ_bsize.py 138029 1726888102.31914: Sending initial data 138029 1726888102.31918: Sent initial data (155 bytes) 138029 1726888102.32379: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888102.32382: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888102.32385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888102.32387: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888102.32389: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888102.32391: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888102.32447: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888102.32453: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888102.32457: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888102.32505: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888102.34182: 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 <<< 138029 1726888102.34232: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888102.34288: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpunsqpohy /root/.ansible/tmp/ansible-tmp-1726888102.108286-141238-255023419762690/AnsiballZ_bsize.py <<< 138029 1726888102.34290: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888102.108286-141238-255023419762690/AnsiballZ_bsize.py" <<< 138029 1726888102.34336: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 138029 1726888102.34339: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpunsqpohy" to remote "/root/.ansible/tmp/ansible-tmp-1726888102.108286-141238-255023419762690/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888102.108286-141238-255023419762690/AnsiballZ_bsize.py" <<< 138029 1726888102.34931: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888102.35007: stderr chunk (state=3): >>><<< 138029 1726888102.35010: stdout chunk (state=3): >>><<< 138029 1726888102.35040: done transferring module to remote 138029 1726888102.35136: _low_level_execute_command(): starting 138029 1726888102.35140: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888102.108286-141238-255023419762690/ /root/.ansible/tmp/ansible-tmp-1726888102.108286-141238-255023419762690/AnsiballZ_bsize.py && sleep 0' 138029 1726888102.35787: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888102.35792: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888102.35859: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888102.35910: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888102.37698: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888102.37739: stderr chunk (state=3): >>><<< 138029 1726888102.37743: stdout chunk (state=3): >>><<< 138029 1726888102.37767: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888102.37771: _low_level_execute_command(): starting 138029 1726888102.37791: _low_level_execute_command(): using become for this command 138029 1726888102.37793: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zxxiktutdixdrtszozzwehdgaliazfoz ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888102.108286-141238-255023419762690/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888102.37930: Initial state: awaiting_escalation: BECOME-SUCCESS-zxxiktutdixdrtszozzwehdgaliazfoz 138029 1726888102.38564: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888102.38625: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888102.38646: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888102.38714: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888102.41616: stdout chunk (state=1): >>>BECOME-SUCCESS-zxxiktutdixdrtszozzwehdgaliazfoz <<< 138029 1726888102.41619: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zxxiktutdixdrtszozzwehdgaliazfoz' 138029 1726888102.41951: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888102.41987: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888102.42013: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888102.42023: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888102.42096: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888102.42100: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888102.42126: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888102.42165: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888102.42189: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888102.42196: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888102.42250: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888102.42261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888102.42268: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888102.42293: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888102.42324: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888102.42350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888102.42370: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88079bc3e0> <<< 138029 1726888102.42377: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f880798ba10> <<< 138029 1726888102.42398: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888102.42409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888102.42419: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88079be930> <<< 138029 1726888102.42431: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888102.42460: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888102.42472: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888102.42481: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888102.42517: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888102.42522: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888102.42607: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888102.42627: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888102.42640: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888102.42667: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888102.42687: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888102.42697: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 138029 1726888102.42714: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888102.42727: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888102.42732: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888102.42762: 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 <<< 138029 1726888102.42769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888102.42790: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88079ccfe0> <<< 138029 1726888102.42852: 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 <<< 138029 1726888102.42868: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888102.42873: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88079cdfd0> <<< 138029 1726888102.42895: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888102.42926: 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. <<< 138029 1726888102.43153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888102.43166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888102.43192: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888102.43199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888102.43217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888102.43263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888102.43275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888102.43307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888102.43310: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077b3da0> <<< 138029 1726888102.43338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888102.43356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888102.43382: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888102.43387: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077b3fe0> <<< 138029 1726888102.43406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888102.43430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888102.43462: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888102.43505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888102.43524: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888102.43551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 138029 1726888102.43565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077e3740> <<< 138029 1726888102.43576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888102.43594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888102.43597: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077e3dd0> <<< 138029 1726888102.43608: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888102.43671: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077c3a70> <<< 138029 1726888102.43683: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888102.43707: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077c1190> <<< 138029 1726888102.43798: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077b0f50> <<< 138029 1726888102.43821: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888102.43854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888102.43860: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888102.43884: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888102.43905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888102.43929: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888102.43947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888102.43973: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807807680> <<< 138029 1726888102.43983: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88078062a0> <<< 138029 1726888102.44015: 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' <<< 138029 1726888102.44018: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077c2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077b2810> <<< 138029 1726888102.44074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888102.44083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807838680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077b01d0> <<< 138029 1726888102.44108: 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' <<< 138029 1726888102.44143: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888102.44152: 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 0x7f8807838b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88078389e0> <<< 138029 1726888102.44183: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888102.44193: 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 0x7f8807838da0> <<< 138029 1726888102.44196: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077a6cf0> <<< 138029 1726888102.44229: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888102.44233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888102.44257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888102.44282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888102.44302: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807839460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807839130> <<< 138029 1726888102.44309: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888102.44341: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888102.44354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888102.44365: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f880783a360> <<< 138029 1726888102.44380: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888102.44386: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888102.44407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888102.44446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888102.44473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888102.44485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807850560> <<< 138029 1726888102.44487: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888102.44525: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888102.44537: 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 0x7f8807851c10> <<< 138029 1726888102.44559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888102.44564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888102.44588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888102.44598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888102.44611: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807852ab0> <<< 138029 1726888102.44643: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888102.44654: 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 0x7f8807853110> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807852000> <<< 138029 1726888102.44677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888102.44689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888102.44717: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888102.44736: 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 0x7f8807853b90> <<< 138029 1726888102.44743: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88078532c0> <<< 138029 1726888102.44791: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f880783a2d0> <<< 138029 1726888102.44804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888102.44833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888102.44853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888102.44883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888102.44908: 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' <<< 138029 1726888102.44926: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f88075d7aa0> <<< 138029 1726888102.44942: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888102.44947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888102.44984: 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 0x7f8807604560> <<< 138029 1726888102.44987: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88076042c0> <<< 138029 1726888102.45004: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888102.45008: 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 0x7f88076044d0> <<< 138029 1726888102.45041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888102.45044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888102.45112: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888102.45232: 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 0x7f8807604e90> <<< 138029 1726888102.45345: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888102.45354: 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 0x7f8807605880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807604740> <<< 138029 1726888102.45368: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88075d5c70> <<< 138029 1726888102.45392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888102.45408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888102.45433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888102.45449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888102.45513: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807606c60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88076059d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f880783aa80> <<< 138029 1726888102.45531: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888102.45600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888102.45611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888102.45650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888102.45675: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f880762ef90> <<< 138029 1726888102.45737: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888102.45743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888102.45774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888102.45786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888102.45831: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807657380> <<< 138029 1726888102.45849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888102.45897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888102.45950: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888102.45979: 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 0x7f88076b01a0> <<< 138029 1726888102.45990: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888102.46020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888102.46047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888102.46089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888102.46174: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88076b2900> <<< 138029 1726888102.46253: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88076b02c0> <<< 138029 1726888102.46287: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f880767d190> <<< 138029 1726888102.46317: 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' <<< 138029 1726888102.46323: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806f292e0> <<< 138029 1726888102.46341: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807656180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807607b90> <<< 138029 1726888102.52275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888102.52281: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8807656780> <<< 138029 1726888102.56161: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_2y5620av/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 138029 1726888102.56281: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.56312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888102.56315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888102.56366: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888102.56431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888102.56468: 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 0x7f8806f76f90> <<< 138029 1726888102.56472: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888102.56660: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806f59e80> <<< 138029 1726888102.56666: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806f59010> # zipimport: zlib available <<< 138029 1726888102.56694: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888102.56700: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.56720: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.56754: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.56775: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888102.58186: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.59325: 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' <<< 138029 1726888102.59332: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806f74e30> <<< 138029 1726888102.59344: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888102.59350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888102.59376: 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' <<< 138029 1726888102.59406: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888102.59411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888102.59443: 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 0x7f8806faa870> <<< 138029 1726888102.59481: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806faa600> <<< 138029 1726888102.59506: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806fa9f10> <<< 138029 1726888102.59538: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888102.59546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888102.59578: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806faa960> <<< 138029 1726888102.59586: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f880798a9c0> <<< 138029 1726888102.59598: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888102.59621: 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 0x7f8806fab620> <<< 138029 1726888102.59665: 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 0x7f8806fab860> <<< 138029 1726888102.59671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888102.59721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888102.59729: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888102.59783: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806fabda0> <<< 138029 1726888102.59785: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888102.59806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888102.59828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888102.59871: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e15c10> <<< 138029 1726888102.59894: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888102.59904: 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 0x7f8806e17830> <<< 138029 1726888102.59914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888102.59937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888102.59982: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e18230> <<< 138029 1726888102.59994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888102.60019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888102.60044: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e193d0> <<< 138029 1726888102.60058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888102.60098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888102.60121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888102.60126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888102.60177: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e1be30> <<< 138029 1726888102.60215: 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 0x7f8807606bd0> <<< 138029 1726888102.60227: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e1a0f0> <<< 138029 1726888102.60252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888102.60274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888102.60306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888102.60315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888102.60330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888102.60353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888102.60380: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888102.60383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e23e00> <<< 138029 1726888102.60403: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888102.60469: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e22900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e22660> <<< 138029 1726888102.60491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888102.60496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888102.60584: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e22ba0> <<< 138029 1726888102.60604: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e1a600> <<< 138029 1726888102.60638: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888102.60643: 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 0x7f8806e67f20> <<< 138029 1726888102.60668: 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 0x7f8806e681d0> <<< 138029 1726888102.60685: 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 <<< 138029 1726888102.60705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888102.60721: 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' <<< 138029 1726888102.60767: 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 0x7f8806e69c40> <<< 138029 1726888102.60780: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e69a00> <<< 138029 1726888102.60786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888102.60884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888102.60931: 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 0x7f8806e6c170> <<< 138029 1726888102.60936: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e6a270> <<< 138029 1726888102.60963: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888102.60994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888102.61018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888102.61031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888102.61038: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888102.61083: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e6f950> <<< 138029 1726888102.61199: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e6c320> <<< 138029 1726888102.61260: 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 0x7f8806e70770> <<< 138029 1726888102.61293: 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 0x7f8806e70b90> <<< 138029 1726888102.61327: 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 0x7f8806e70b30> <<< 138029 1726888102.61346: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e682f0> <<< 138029 1726888102.61371: 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 <<< 138029 1726888102.61382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888102.61388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888102.61414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888102.61439: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888102.61467: 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 0x7f8806efc200> <<< 138029 1726888102.61609: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888102.61627: 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 0x7f8806efd1c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e729c0> <<< 138029 1726888102.61664: 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 0x7f8806e73d40> <<< 138029 1726888102.61671: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e72630> <<< 138029 1726888102.61682: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.61694: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.61711: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888102.61724: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.61808: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.61897: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.61912: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888102.61922: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.61946: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.61960: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888102.61965: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.62081: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.62203: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.62733: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.63286: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888102.63299: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 138029 1726888102.63314: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888102.63322: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888102.63349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888102.63393: 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 0x7f8806d014c0> <<< 138029 1726888102.63474: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888102.63478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888102.63500: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806d022d0> <<< 138029 1726888102.63505: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806efd430> <<< 138029 1726888102.63581: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888102.63588: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.63604: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 138029 1726888102.63625: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.63768: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.63920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888102.63928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806d02a50> <<< 138029 1726888102.63945: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.64410: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.64852: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.64935: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.65010: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888102.65015: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.65066: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.65107: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888102.65113: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.65182: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.65267: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888102.65281: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.65291: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888102.65310: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.65352: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.65400: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888102.65636: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.65874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888102.65949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888102.65952: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888102.66007: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806d03590> <<< 138029 1726888102.66010: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.66086: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.66171: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888102.66187: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888102.66193: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.66302: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.66314: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888102.66358: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.66407: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.66461: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.66528: 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 <<< 138029 1726888102.66569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888102.66641: 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 0x7f8806d0e090> <<< 138029 1726888102.66674: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806d0be00> <<< 138029 1726888102.66707: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888102.66711: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.66780: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.66851: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.66877: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.66919: 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' <<< 138029 1726888102.66942: 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 <<< 138029 1726888102.66960: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888102.66983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888102.67043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888102.67065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888102.67078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888102.67138: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806ff6b40> <<< 138029 1726888102.67183: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806fe2810> <<< 138029 1726888102.67261: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806d0e300> <<< 138029 1726888102.67270: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806d0e060> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888102.67283: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67300: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67331: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888102.67382: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888102.67405: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67418: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67437: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888102.67440: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67467: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67476: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 138029 1726888102.67479: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67496: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67503: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888102.67513: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67529: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67542: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888102.67558: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67576: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67585: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888102.67590: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67633: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67683: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67701: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888102.67710: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67728: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67738: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888102.67753: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67851: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.67948: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888102.68015: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888102.68148: stdout chunk (state=3): >>> {"changed": false, "size": "2 GiB", "bytes": 2147483648, "lvm": "2g", "parted": "2GiB", "invocation": {"module_args": {"size": "2G"}}} # destroy __main__ <<< 138029 1726888102.68437: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888102.68474: 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<<< 138029 1726888102.68594: stdout chunk (state=3): >>> # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[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 <<< 138029 1726888102.68602: 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 # 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 <<< 138029 1726888102.68607: 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_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 <<< 138029 1726888102.68826: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888102.68868: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888102.68872: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888102.68887: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888102.68902: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888102.68930: 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 <<< 138029 1726888102.68949: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 138029 1726888102.68954: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888102.68970: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888102.68999: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888102.69013: 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 <<< 138029 1726888102.69073: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888102.69081: 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 <<< 138029 1726888102.69127: 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 <<< 138029 1726888102.69131: 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 <<< 138029 1726888102.69134: 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 <<< 138029 1726888102.69166: 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 <<< 138029 1726888102.69184: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 138029 1726888102.69192: 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 <<< 138029 1726888102.69303: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888102.69340: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 138029 1726888102.69360: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888102.69367: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888102.69399: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888102.69408: 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 <<< 138029 1726888102.69420: 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 <<< 138029 1726888102.69517: 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 <<< 138029 1726888102.69525: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888102.69542: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888102.69562: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888102.69569: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888102.69592: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888102.69607: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 138029 1726888102.69613: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888102.70096: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888102.70125: stderr chunk (state=3): >>><<< 138029 1726888102.70128: stdout chunk (state=3): >>><<< 138029 1726888102.70196: _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 0x7f88079bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f880798ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88079be930> 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 0x7f88079ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f88079cdfd0> 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 0x7f88077b3da0> # /usr/lib64/python3.12/__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 0x7f88077b3fe0> # /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 0x7f88077e3740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077e3dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077c3a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077c1190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077b0f50> # /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 0x7f8807807680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88078062a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077c2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077b2810> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807838680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077b01d0> # /usr/lib64/python3.12/__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 0x7f8807838b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88078389e0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8807838da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88077a6cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f8807839460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807839130> 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 0x7f880783a360> 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 0x7f8807850560> 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 0x7f8807851c10> # /usr/lib64/python3.12/__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 0x7f8807852ab0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8807853110> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807852000> # /usr/lib64/python3.12/__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 0x7f8807853b90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88078532c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f880783a2d0> # /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 0x7f88075d7aa0> # /usr/lib64/python3.12/__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 0x7f8807604560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88076042c0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f88076044d0> # /usr/lib64/python3.12/__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 0x7f8807604e90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8807605880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807604740> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88075d5c70> # /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 0x7f8807606c60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88076059d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f880783aa80> # /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 0x7f880762ef90> # /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 0x7f8807657380> # /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 0x7f88076b01a0> # /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 0x7f88076b2900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f88076b02c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f880767d190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806f292e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807656180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8807607b90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8807656780> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_2y5620av/ansible_fedora.linux_system_roles.bsize_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 0x7f8806f76f90> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806f59e80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806f59010> # 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 0x7f8806f74e30> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f8806faa870> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806faa600> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806fa9f10> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f8806faa960> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f880798a9c0> 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 0x7f8806fab620> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8806fab860> # /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 0x7f8806fabda0> 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 0x7f8806e15c10> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8806e17830> # /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 0x7f8806e18230> # /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 0x7f8806e193d0> # /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 0x7f8806e1be30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8807606bd0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e1a0f0> # /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 0x7f8806e23e00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e22900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e22660> # /usr/lib64/python3.12/__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 0x7f8806e22ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e1a600> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8806e67f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e681d0> # /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 0x7f8806e69c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e69a00> # /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 0x7f8806e6c170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e6a270> # /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 0x7f8806e6f950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e6c320> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8806e70770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8806e70b90> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8806e70b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e682f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f8806efc200> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8806efd1c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e729c0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8806e73d40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806e72630> # 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 0x7f8806d014c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f8806d022d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806efd430> 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 0x7f8806d02a50> # 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 0x7f8806d03590> # 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 0x7f8806d0e090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806d0be00> 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 0x7f8806ff6b40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806fe2810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806d0e300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8806d0e060> # 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, "size": "2 GiB", "bytes": 2147483648, "lvm": "2g", "parted": "2GiB", "invocation": {"module_args": {"size": "2G"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888102.70741: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '2G', '_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.bsize', '_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-1726888102.108286-141238-255023419762690/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888102.70745: _low_level_execute_command(): starting 138029 1726888102.70748: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888102.108286-141238-255023419762690/ > /dev/null 2>&1 && sleep 0' 138029 1726888102.70879: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888102.70906: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888102.70961: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888102.70967: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888102.70970: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888102.70972: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888102.70974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888102.70977: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888102.70979: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888102.70981: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888102.70983: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888102.70990: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888102.71004: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888102.71067: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888102.71072: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888102.71075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888102.71093: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888102.71104: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888102.71122: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888102.71204: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888102.73035: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888102.73062: stderr chunk (state=3): >>><<< 138029 1726888102.73073: stdout chunk (state=3): >>><<< 138029 1726888102.73088: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888102.73094: handler run complete 138029 1726888102.73107: attempt loop complete, returning result 138029 1726888102.73110: _execute() done 138029 1726888102.73112: dumping result to json 138029 1726888102.73115: done dumping result, returning 138029 1726888102.73123: done running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume [0affc8a3-6f6f-5a58-73a2-000000000e8a] 138029 1726888102.73127: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e8a 138029 1726888102.73219: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e8a 138029 1726888102.73221: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } 138029 1726888102.73276: no more pending results, returning what we have 138029 1726888102.73279: results queue empty 138029 1726888102.73280: checking for any_errors_fatal 138029 1726888102.73286: done checking for any_errors_fatal 138029 1726888102.73287: checking for max_fail_percentage 138029 1726888102.73289: done checking for max_fail_percentage 138029 1726888102.73290: checking to see if all hosts have failed and the running result is not ok 138029 1726888102.73291: done checking to see if all hosts have failed 138029 1726888102.73291: getting the remaining hosts for this loop 138029 1726888102.73293: done getting the remaining hosts for this loop 138029 1726888102.73296: getting the next task for host managed_node3 138029 1726888102.73304: done getting next task for host managed_node3 138029 1726888102.73306: ^ task is: TASK: Parse the requested size of the volume 138029 1726888102.73311: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888102.73320: getting variables 138029 1726888102.73321: in VariableManager get_vars() 138029 1726888102.73353: Calling all_inventory to load vars for managed_node3 138029 1726888102.73365: Calling groups_inventory to load vars for managed_node3 138029 1726888102.73369: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888102.73380: Calling all_plugins_play to load vars for managed_node3 138029 1726888102.73383: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888102.73385: Calling groups_plugins_play to load vars for managed_node3 138029 1726888102.73814: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888102.74575: done with get_vars() 138029 1726888102.74590: 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:08:22 -0400 (0:00:00.703) 0:01:55.470 ****** 138029 1726888102.74680: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888102.74972: worker is 1 (out of 1 available) 138029 1726888102.74985: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888102.74995: done queuing things up, now waiting for results queue to drain 138029 1726888102.74997: waiting for pending results... 138029 1726888102.75380: running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume 138029 1726888102.75493: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e8b 138029 1726888102.75514: variable 'ansible_search_path' from source: unknown 138029 1726888102.75551: calling self._execute() 138029 1726888102.75668: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888102.75681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888102.75701: variable 'omit' from source: magic vars 138029 1726888102.76098: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888102.78445: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888102.78622: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888102.78625: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888102.78628: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888102.78646: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888102.78746: variable '_storage_test_volume_present' from source: set_fact 138029 1726888102.78772: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888102.78917: variable 'storage_test_volume' from source: include params 138029 1726888102.78952: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888102.79121: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888102.79152: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888102.79189: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888102.79233: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888102.79251: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888102.79344: variable 'storage_test_volume' from source: include params 138029 1726888102.79371: Evaluated conditional ('%' not in storage_test_volume.size | string): True 138029 1726888102.79489: variable 'omit' from source: magic vars 138029 1726888102.79492: variable 'omit' from source: magic vars 138029 1726888102.79560: variable 'storage_test_volume' from source: include params 138029 1726888102.79605: variable 'omit' from source: magic vars 138029 1726888102.79634: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888102.79670: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888102.79692: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888102.79717: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888102.79731: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888102.79749: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888102.79775: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888102.79806: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888102.79818: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888102.79825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888102.79947: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888102.79959: Set connection var ansible_timeout to 10 138029 1726888102.79974: Set connection var ansible_pipelining to False 138029 1726888102.79981: Set connection var ansible_shell_type to sh 138029 1726888102.79988: Set connection var ansible_connection to ssh 138029 1726888102.79996: Set connection var ansible_shell_executable to /bin/sh 138029 1726888102.80032: variable 'ansible_shell_executable' from source: unknown 138029 1726888102.80041: variable 'ansible_connection' from source: unknown 138029 1726888102.80048: variable 'ansible_module_compression' from source: unknown 138029 1726888102.80054: variable 'ansible_shell_type' from source: unknown 138029 1726888102.80142: variable 'ansible_shell_executable' from source: unknown 138029 1726888102.80146: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888102.80148: variable 'ansible_pipelining' from source: unknown 138029 1726888102.80150: variable 'ansible_timeout' from source: unknown 138029 1726888102.80152: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888102.80226: 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) 138029 1726888102.80240: variable 'omit' from source: magic vars 138029 1726888102.80252: starting attempt loop 138029 1726888102.80260: running the handler 138029 1726888102.80276: _low_level_execute_command(): starting 138029 1726888102.80284: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888102.81012: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888102.81033: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888102.81074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888102.81138: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888102.81143: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888102.81193: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888102.81221: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888102.81248: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888102.81337: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888102.82959: stdout chunk (state=3): >>>/root <<< 138029 1726888102.83119: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888102.83132: stderr chunk (state=3): >>><<< 138029 1726888102.83144: stdout chunk (state=3): >>><<< 138029 1726888102.83180: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888102.83206: _low_level_execute_command(): starting 138029 1726888102.83234: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888102.831935-141254-54022947404978 `" && echo ansible-tmp-1726888102.831935-141254-54022947404978="` echo /root/.ansible/tmp/ansible-tmp-1726888102.831935-141254-54022947404978 `" ) && sleep 0' 138029 1726888102.83997: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888102.84109: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888102.84149: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888102.84219: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888102.92916: stdout chunk (state=3): >>>ansible-tmp-1726888102.831935-141254-54022947404978=/root/.ansible/tmp/ansible-tmp-1726888102.831935-141254-54022947404978 <<< 138029 1726888102.93265: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888102.93269: stdout chunk (state=3): >>><<< 138029 1726888102.93271: stderr chunk (state=3): >>><<< 138029 1726888102.93274: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888102.831935-141254-54022947404978=/root/.ansible/tmp/ansible-tmp-1726888102.831935-141254-54022947404978 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888102.93277: variable 'ansible_module_compression' from source: unknown 138029 1726888102.93279: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888102.93281: variable 'ansible_facts' from source: unknown 138029 1726888102.93353: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888102.831935-141254-54022947404978/AnsiballZ_bsize.py 138029 1726888102.93497: Sending initial data 138029 1726888102.93598: Sent initial data (154 bytes) 138029 1726888102.94195: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888102.94207: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888102.94219: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888102.94234: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888102.94268: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888102.94367: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888102.94393: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888102.94482: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888102.96033: 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 <<< 138029 1726888102.96113: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888102.96162: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmph6fed6i2 /root/.ansible/tmp/ansible-tmp-1726888102.831935-141254-54022947404978/AnsiballZ_bsize.py <<< 138029 1726888102.96192: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888102.831935-141254-54022947404978/AnsiballZ_bsize.py" <<< 138029 1726888102.96234: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmph6fed6i2" to remote "/root/.ansible/tmp/ansible-tmp-1726888102.831935-141254-54022947404978/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888102.831935-141254-54022947404978/AnsiballZ_bsize.py" <<< 138029 1726888102.97361: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888102.97365: stdout chunk (state=3): >>><<< 138029 1726888102.97367: stderr chunk (state=3): >>><<< 138029 1726888102.97369: done transferring module to remote 138029 1726888102.97371: _low_level_execute_command(): starting 138029 1726888102.97373: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888102.831935-141254-54022947404978/ /root/.ansible/tmp/ansible-tmp-1726888102.831935-141254-54022947404978/AnsiballZ_bsize.py && sleep 0' 138029 1726888102.98051: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888102.98076: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888102.98090: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888102.98169: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888102.99894: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888102.99945: stderr chunk (state=3): >>><<< 138029 1726888102.99964: stdout chunk (state=3): >>><<< 138029 1726888102.99986: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888102.99995: _low_level_execute_command(): starting 138029 1726888103.00004: _low_level_execute_command(): using become for this command 138029 1726888103.00022: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jqoxbmdtalwlknfwiyfdedeeiuzxeurc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888102.831935-141254-54022947404978/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888103.00385: Initial state: awaiting_escalation: BECOME-SUCCESS-jqoxbmdtalwlknfwiyfdedeeiuzxeurc 138029 1726888103.00692: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888103.00770: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888103.00826: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888103.00852: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888103.00872: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888103.00965: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888103.03872: stdout chunk (state=1): >>>BECOME-SUCCESS-jqoxbmdtalwlknfwiyfdedeeiuzxeurc <<< 138029 1726888103.03887: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jqoxbmdtalwlknfwiyfdedeeiuzxeurc' 138029 1726888103.04206: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888103.04253: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888103.04278: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888103.04349: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888103.04386: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # <<< 138029 1726888103.04422: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888103.04440: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888103.04467: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888103.04501: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888103.04524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.04535: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888103.04580: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888103.04600: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888103.04633: 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 0x7fe645c183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645be7a10> <<< 138029 1726888103.04674: 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' <<< 138029 1726888103.04709: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645c1a960> <<< 138029 1726888103.04734: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 138029 1726888103.04754: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888103.04791: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888103.04794: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888103.04905: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888103.04908: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888103.04994: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888103.04998: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888103.05054: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888103.05059: 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 <<< 138029 1726888103.05074: 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 0x7fe645a08fe0> <<< 138029 1726888103.05138: 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 <<< 138029 1726888103.05159: 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 0x7fe645a09fd0> <<< 138029 1726888103.05180: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888103.05207: 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. <<< 138029 1726888103.05670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888103.05701: 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 0x7fe645a4fdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888103.05717: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645a4ffe0> # /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' <<< 138029 1726888103.05734: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888103.05787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.05827: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888103.05835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 138029 1726888103.05886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645a7f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888103.05889: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645a7fe30> import '_collections' # <<< 138029 1726888103.05943: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645a5faa0> <<< 138029 1726888103.05953: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888103.05981: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645a5d1c0> <<< 138029 1726888103.06077: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645a4cf80> <<< 138029 1726888103.06109: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888103.06141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888103.06159: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888103.06201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888103.06215: 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' <<< 138029 1726888103.06266: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645aa3710> <<< 138029 1726888103.06273: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645aa2330> <<< 138029 1726888103.06300: 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 0x7fe645a5e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645aa0b60> <<< 138029 1726888103.06357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888103.06381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645ad4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645a4c200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888103.06424: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.06459: 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 0x7fe645ad4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645ad4ad0> <<< 138029 1726888103.06464: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.06510: 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 0x7fe645ad4e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645a42d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888103.06530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.06534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888103.06589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645ad5550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645ad5220> <<< 138029 1726888103.06620: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888103.06623: 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' <<< 138029 1726888103.06666: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645ad6450> import 'importlib.util' # <<< 138029 1726888103.06674: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888103.06700: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888103.06747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888103.06751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888103.06799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645aec680> import 'errno' # <<< 138029 1726888103.06814: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.06845: 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 0x7fe645aedd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888103.06879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888103.06890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645aeec00> <<< 138029 1726888103.06940: 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 0x7fe645aef260> <<< 138029 1726888103.06965: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645aee150> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888103.06981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888103.07008: 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 0x7fe645aefce0> <<< 138029 1726888103.07016: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645aef410> <<< 138029 1726888103.07074: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645ad64b0> <<< 138029 1726888103.07085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888103.07115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888103.07126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888103.07280: 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 0x7fe64587fb60> # /usr/lib64/python3.12/__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 0x7fe6458a8650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6458a83b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6458a8680> <<< 138029 1726888103.07307: 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' <<< 138029 1726888103.07384: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.07504: 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 0x7fe6458a8fb0> <<< 138029 1726888103.07629: 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 0x7fe6458a9940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6458a8860> <<< 138029 1726888103.07674: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64587dd00> <<< 138029 1726888103.07677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888103.07727: 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' <<< 138029 1726888103.07761: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6458aacc0> <<< 138029 1726888103.07766: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6458a9820> <<< 138029 1726888103.07802: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645ad6ba0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888103.07881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.07885: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888103.07939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888103.07950: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6458d3020> <<< 138029 1726888103.08007: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888103.08041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.08066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888103.08091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888103.08115: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6458fb3b0> <<< 138029 1726888103.08134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888103.08177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888103.08221: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888103.08274: 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 0x7fe6459581a0> <<< 138029 1726888103.08301: 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' <<< 138029 1726888103.08339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888103.08383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888103.08458: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64595a900> <<< 138029 1726888103.08532: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6459582c0> <<< 138029 1726888103.08569: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645925190> <<< 138029 1726888103.08603: 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 0x7fe645761250> <<< 138029 1726888103.08630: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6458fa1b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6458abbf0> <<< 138029 1726888103.11229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe6458fa7b0> <<< 138029 1726888103.13116: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_p2z6d677/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 138029 1726888103.13120: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.13251: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.13282: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888103.13285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888103.13326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888103.13398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888103.13436: 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 0x7fe6457aef60> <<< 138029 1726888103.13439: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888103.13623: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645791e50> <<< 138029 1726888103.13626: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645790fb0> # zipimport: zlib available <<< 138029 1726888103.13667: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888103.13697: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.13700: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888103.13735: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888103.13738: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.15139: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.16290: 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' <<< 138029 1726888103.16300: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6457ace00> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888103.16325: 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' <<< 138029 1726888103.16359: 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' <<< 138029 1726888103.16388: 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 0x7fe6457e28d0> <<< 138029 1726888103.16425: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6457e2660> <<< 138029 1726888103.16452: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6457e1f70> <<< 138029 1726888103.16490: 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' <<< 138029 1726888103.16570: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6457e26f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6457af980> 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 0x7fe6457e3620> <<< 138029 1726888103.16595: 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 0x7fe6457e3860> <<< 138029 1726888103.16618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888103.16670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888103.16674: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888103.16726: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6457e3da0> <<< 138029 1726888103.16731: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888103.16741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888103.16766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888103.16804: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645119b20> <<< 138029 1726888103.16828: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.16862: 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 0x7fe64511b740> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888103.16914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888103.16925: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64511c110> <<< 138029 1726888103.16949: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888103.16977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888103.17001: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64511d010> <<< 138029 1726888103.17004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888103.17040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888103.17073: 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' <<< 138029 1726888103.17123: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64511fce0> <<< 138029 1726888103.17163: 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 0x7fe645793050> <<< 138029 1726888103.17184: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64511dfa0> <<< 138029 1726888103.17214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888103.17227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888103.17269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888103.17280: 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 <<< 138029 1726888103.17312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888103.17364: 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 0x7fe645127a70> <<< 138029 1726888103.17371: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888103.17448: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645126540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6451262a0> <<< 138029 1726888103.17453: 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' <<< 138029 1726888103.17546: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645126810> <<< 138029 1726888103.17550: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64511e4b0> <<< 138029 1726888103.17597: 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 0x7fe64516bcb0> <<< 138029 1726888103.17621: 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 0x7fe64516bef0> <<< 138029 1726888103.17670: 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 <<< 138029 1726888103.17673: 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' <<< 138029 1726888103.17728: 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 0x7fe64516d850> <<< 138029 1726888103.17731: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64516d640> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888103.17831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888103.17896: 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 0x7fe64516fd40> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64516df40> <<< 138029 1726888103.17910: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888103.17963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.17982: 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' <<< 138029 1726888103.18000: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888103.18029: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6451734a0> <<< 138029 1726888103.18146: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64516fe30> <<< 138029 1726888103.18211: 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 0x7fe6451747d0> <<< 138029 1726888103.18241: 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 0x7fe645174680> <<< 138029 1726888103.18302: 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 0x7fe645174920> <<< 138029 1726888103.18320: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64516b6e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 138029 1726888103.18357: 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' <<< 138029 1726888103.18394: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.18415: 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 0x7fe645177fe0> <<< 138029 1726888103.18569: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.18632: 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 0x7fe6451fce60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645176780> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe645177b30> <<< 138029 1726888103.18650: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6451763c0> # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888103.18680: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888103.18748: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.18847: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.18888: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888103.18893: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.18905: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888103.19026: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.19141: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.19682: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.20233: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888103.20237: 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' # <<< 138029 1726888103.20274: 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' <<< 138029 1726888103.20402: 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 0x7fe645005130> <<< 138029 1726888103.20405: 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' <<< 138029 1726888103.20425: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645006090> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6458a84a0> <<< 138029 1726888103.20631: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888103.20635: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.20647: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888103.20679: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.20858: 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 0x7fe645005c10> <<< 138029 1726888103.20863: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.21307: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.21771: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.21834: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.21920: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888103.22013: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888103.22075: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.22164: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888103.22200: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888103.22203: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.22247: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.22292: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888103.22524: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.22774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888103.22832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888103.22847: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888103.22905: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645007050> <<< 138029 1726888103.22917: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.22988: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.23085: 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' # <<< 138029 1726888103.23122: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.23135: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.23188: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888103.23235: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.23284: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.23338: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.23404: 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 <<< 138029 1726888103.23441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.23515: 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 0x7fe645011cd0> <<< 138029 1726888103.23575: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64500c9b0> <<< 138029 1726888103.23600: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888103.23660: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.23725: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.23760: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.23801: 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' <<< 138029 1726888103.23831: 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 <<< 138029 1726888103.23878: 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 <<< 138029 1726888103.23926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888103.23961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888103.23975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888103.24019: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645102810> <<< 138029 1726888103.24065: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645816510> <<< 138029 1726888103.24146: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645011f70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645011dc0> <<< 138029 1726888103.24149: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888103.24188: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.24212: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888103.24267: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888103.24296: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.24322: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 138029 1726888103.24346: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 138029 1726888103.24367: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.24407: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 138029 1726888103.24432: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888103.24458: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888103.24469: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.24502: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.24590: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.24598: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888103.24633: 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 <<< 138029 1726888103.24741: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.24837: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888103.24905: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.25017: stdout chunk (state=3): >>> {"changed": false, "size": "2 GiB", "bytes": 2147483648, "lvm": "2g", "parted": "2GiB", "invocation": {"module_args": {"size": "2g"}}} <<< 138029 1726888103.25039: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888103.25328: 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 <<< 138029 1726888103.25661: 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 # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile <<< 138029 1726888103.25716: 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 # 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 <<< 138029 1726888103.25751: 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 <<< 138029 1726888103.25791: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath <<< 138029 1726888103.25821: 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 <<< 138029 1726888103.25852: 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 selectors # destroy errno <<< 138029 1726888103.25879: 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 <<< 138029 1726888103.25924: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888103.25949: 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 <<< 138029 1726888103.25979: 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 <<< 138029 1726888103.26015: 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 <<< 138029 1726888103.26043: 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 <<< 138029 1726888103.26188: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888103.26240: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 138029 1726888103.26247: 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 <<< 138029 1726888103.26284: 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 <<< 138029 1726888103.26298: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888103.26396: 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 <<< 138029 1726888103.26424: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 138029 1726888103.26444: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 138029 1726888103.26484: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888103.26494: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888103.27169: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888103.27173: stdout chunk (state=3): >>><<< 138029 1726888103.27175: stderr chunk (state=3): >>><<< 138029 1726888103.27190: _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 0x7fe645c183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645be7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645c1a960> 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 0x7fe645a08fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fe645a09fd0> 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 0x7fe645a4fdd0> # /usr/lib64/python3.12/__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 0x7fe645a4ffe0> # /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 0x7fe645a7f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645a7fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645a5faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645a5d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645a4cf80> # /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 0x7fe645aa3710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645aa2330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645a5e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645aa0b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645ad4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645a4c200> # /usr/lib64/python3.12/__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 0x7fe645ad4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645ad4ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe645ad4e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645a42d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fe645ad5550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645ad5220> 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 0x7fe645ad6450> 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 0x7fe645aec680> 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 0x7fe645aedd90> # /usr/lib64/python3.12/__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 0x7fe645aeec00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe645aef260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645aee150> # /usr/lib64/python3.12/__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 0x7fe645aefce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645aef410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645ad64b0> # /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 0x7fe64587fb60> # /usr/lib64/python3.12/__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 0x7fe6458a8650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6458a83b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6458a8680> # /usr/lib64/python3.12/__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 0x7fe6458a8fb0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6458a9940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6458a8860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64587dd00> # /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 0x7fe6458aacc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6458a9820> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645ad6ba0> # /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 0x7fe6458d3020> # /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 0x7fe6458fb3b0> # /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 0x7fe6459581a0> # /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 0x7fe64595a900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6459582c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645925190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645761250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6458fa1b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6458abbf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe6458fa7b0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_p2z6d677/ansible_fedora.linux_system_roles.bsize_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 0x7fe6457aef60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645791e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645790fb0> # 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 0x7fe6457ace00> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fe6457e28d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6457e2660> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6457e1f70> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fe6457e26f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6457af980> 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 0x7fe6457e3620> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6457e3860> # /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 0x7fe6457e3da0> 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 0x7fe645119b20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe64511b740> # /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 0x7fe64511c110> # /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 0x7fe64511d010> # /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 0x7fe64511fce0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe645793050> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64511dfa0> # /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 0x7fe645127a70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645126540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6451262a0> # /usr/lib64/python3.12/__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 0x7fe645126810> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64511e4b0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe64516bcb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64516bef0> # /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 0x7fe64516d850> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64516d640> # /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 0x7fe64516fd40> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64516df40> # /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 0x7fe6451734a0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64516fe30> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6451747d0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe645174680> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe645174920> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64516b6e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fe645177fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6451fce60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645176780> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe645177b30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6451763c0> # 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 0x7fe645005130> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fe645006090> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6458a84a0> 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 0x7fe645005c10> # 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 0x7fe645007050> # 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 0x7fe645011cd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64500c9b0> 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 0x7fe645102810> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645816510> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645011f70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe645011dc0> # 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, "size": "2 GiB", "bytes": 2147483648, "lvm": "2g", "parted": "2GiB", "invocation": {"module_args": {"size": "2g"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888103.27869: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '2g', '_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.bsize', '_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-1726888102.831935-141254-54022947404978/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888103.27873: _low_level_execute_command(): starting 138029 1726888103.27876: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888102.831935-141254-54022947404978/ > /dev/null 2>&1 && sleep 0' 138029 1726888103.28261: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888103.28286: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888103.28325: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888103.28346: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888103.28405: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888103.28434: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888103.30341: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888103.30345: stdout chunk (state=3): >>><<< 138029 1726888103.30347: stderr chunk (state=3): >>><<< 138029 1726888103.30564: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888103.30568: handler run complete 138029 1726888103.30571: attempt loop complete, returning result 138029 1726888103.30573: _execute() done 138029 1726888103.30575: dumping result to json 138029 1726888103.30577: done dumping result, returning 138029 1726888103.30579: done running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume [0affc8a3-6f6f-5a58-73a2-000000000e8b] 138029 1726888103.30581: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e8b 138029 1726888103.30660: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e8b 138029 1726888103.30666: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } 138029 1726888103.30730: no more pending results, returning what we have 138029 1726888103.30734: results queue empty 138029 1726888103.30735: checking for any_errors_fatal 138029 1726888103.30744: done checking for any_errors_fatal 138029 1726888103.30745: checking for max_fail_percentage 138029 1726888103.30747: done checking for max_fail_percentage 138029 1726888103.30748: checking to see if all hosts have failed and the running result is not ok 138029 1726888103.30749: done checking to see if all hosts have failed 138029 1726888103.30750: getting the remaining hosts for this loop 138029 1726888103.30752: done getting the remaining hosts for this loop 138029 1726888103.30759: getting the next task for host managed_node3 138029 1726888103.30771: done getting next task for host managed_node3 138029 1726888103.30774: ^ task is: TASK: Establish base value for expected size 138029 1726888103.30786: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888103.30791: getting variables 138029 1726888103.30793: in VariableManager get_vars() 138029 1726888103.30829: Calling all_inventory to load vars for managed_node3 138029 1726888103.30832: Calling groups_inventory to load vars for managed_node3 138029 1726888103.30836: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888103.30848: Calling all_plugins_play to load vars for managed_node3 138029 1726888103.30852: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888103.30974: Calling groups_plugins_play to load vars for managed_node3 138029 1726888103.31923: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888103.32671: done with get_vars() 138029 1726888103.32688: done getting variables 138029 1726888103.32757: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:23 -0400 (0:00:00.581) 0:01:56.051 ****** 138029 1726888103.32795: entering _queue_task() for managed_node3/set_fact 138029 1726888103.33206: worker is 1 (out of 1 available) 138029 1726888103.33219: exiting _queue_task() for managed_node3/set_fact 138029 1726888103.33230: done queuing things up, now waiting for results queue to drain 138029 1726888103.33231: waiting for pending results... 138029 1726888103.33640: running TaskExecutor() for managed_node3/TASK: Establish base value for expected size 138029 1726888103.33646: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e8c 138029 1726888103.33668: variable 'ansible_search_path' from source: unknown 138029 1726888103.33713: calling self._execute() 138029 1726888103.33835: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888103.33858: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888103.33956: variable 'omit' from source: magic vars 138029 1726888103.34303: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888103.36626: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888103.36707: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888103.36744: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888103.36795: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888103.36829: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888103.36949: variable '_storage_test_volume_present' from source: set_fact 138029 1726888103.36978: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888103.37142: variable 'storage_test_volume' from source: include params 138029 1726888103.37180: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888103.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) 138029 1726888103.37436: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888103.37440: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888103.37485: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888103.37505: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888103.37599: variable 'storage_test_volume' from source: include params 138029 1726888103.37622: Evaluated conditional ('%' not in storage_test_volume.size | string): True 138029 1726888103.37633: variable 'omit' from source: magic vars 138029 1726888103.37767: variable 'omit' from source: magic vars 138029 1726888103.37824: variable 'storage_test_requested_size' from source: set_fact 138029 1726888103.37854: variable 'omit' from source: magic vars 138029 1726888103.37897: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888103.37930: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888103.37953: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888103.37986: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888103.38002: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888103.38089: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888103.38092: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888103.38095: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888103.38097: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888103.38099: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888103.38230: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888103.38242: Set connection var ansible_timeout to 10 138029 1726888103.38251: Set connection var ansible_pipelining to False 138029 1726888103.38261: Set connection var ansible_shell_type to sh 138029 1726888103.38271: Set connection var ansible_connection to ssh 138029 1726888103.38281: Set connection var ansible_shell_executable to /bin/sh 138029 1726888103.38320: variable 'ansible_shell_executable' from source: unknown 138029 1726888103.38328: variable 'ansible_connection' from source: unknown 138029 1726888103.38335: variable 'ansible_module_compression' from source: unknown 138029 1726888103.38341: variable 'ansible_shell_type' from source: unknown 138029 1726888103.38348: variable 'ansible_shell_executable' from source: unknown 138029 1726888103.38415: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888103.38417: variable 'ansible_pipelining' from source: unknown 138029 1726888103.38419: variable 'ansible_timeout' from source: unknown 138029 1726888103.38421: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888103.38480: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888103.38495: variable 'omit' from source: magic vars 138029 1726888103.38503: starting attempt loop 138029 1726888103.38508: running the handler 138029 1726888103.38526: handler run complete 138029 1726888103.38542: attempt loop complete, returning result 138029 1726888103.38548: _execute() done 138029 1726888103.38631: dumping result to json 138029 1726888103.38635: done dumping result, returning 138029 1726888103.38639: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected size [0affc8a3-6f6f-5a58-73a2-000000000e8c] 138029 1726888103.38641: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e8c 138029 1726888103.38717: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e8c 138029 1726888103.38720: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } 138029 1726888103.38778: no more pending results, returning what we have 138029 1726888103.38782: results queue empty 138029 1726888103.38783: checking for any_errors_fatal 138029 1726888103.38793: done checking for any_errors_fatal 138029 1726888103.38793: checking for max_fail_percentage 138029 1726888103.38795: done checking for max_fail_percentage 138029 1726888103.38796: checking to see if all hosts have failed and the running result is not ok 138029 1726888103.38797: done checking to see if all hosts have failed 138029 1726888103.38798: getting the remaining hosts for this loop 138029 1726888103.38799: done getting the remaining hosts for this loop 138029 1726888103.38803: getting the next task for host managed_node3 138029 1726888103.38813: done getting next task for host managed_node3 138029 1726888103.38815: ^ task is: TASK: Show expected size 138029 1726888103.38821: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888103.38832: getting variables 138029 1726888103.38834: in VariableManager get_vars() 138029 1726888103.38872: Calling all_inventory to load vars for managed_node3 138029 1726888103.38875: Calling groups_inventory to load vars for managed_node3 138029 1726888103.38879: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888103.38891: Calling all_plugins_play to load vars for managed_node3 138029 1726888103.38895: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888103.38898: Calling groups_plugins_play to load vars for managed_node3 138029 1726888103.39833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888103.40552: done with get_vars() 138029 1726888103.40576: done getting variables 138029 1726888103.40639: 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:08:23 -0400 (0:00:00.078) 0:01:56.130 ****** 138029 1726888103.40680: entering _queue_task() for managed_node3/debug 138029 1726888103.41067: worker is 1 (out of 1 available) 138029 1726888103.41081: exiting _queue_task() for managed_node3/debug 138029 1726888103.41093: done queuing things up, now waiting for results queue to drain 138029 1726888103.41095: waiting for pending results... 138029 1726888103.41479: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888103.41509: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e8d 138029 1726888103.41574: variable 'ansible_search_path' from source: unknown 138029 1726888103.41583: calling self._execute() 138029 1726888103.41708: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888103.41718: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888103.41729: variable 'omit' from source: magic vars 138029 1726888103.41842: variable 'omit' from source: magic vars 138029 1726888103.41921: variable 'omit' from source: magic vars 138029 1726888103.41964: variable 'omit' from source: magic vars 138029 1726888103.42060: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888103.42066: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888103.42086: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888103.42113: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888103.42133: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888103.42153: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888103.42179: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888103.42211: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888103.42226: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888103.42335: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888103.42375: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888103.42385: Set connection var ansible_timeout to 10 138029 1726888103.42394: Set connection var ansible_pipelining to False 138029 1726888103.42399: Set connection var ansible_shell_type to sh 138029 1726888103.42405: Set connection var ansible_connection to ssh 138029 1726888103.42413: Set connection var ansible_shell_executable to /bin/sh 138029 1726888103.42453: variable 'ansible_shell_executable' from source: unknown 138029 1726888103.42465: variable 'ansible_connection' from source: unknown 138029 1726888103.42473: variable 'ansible_module_compression' from source: unknown 138029 1726888103.42480: variable 'ansible_shell_type' from source: unknown 138029 1726888103.42487: variable 'ansible_shell_executable' from source: unknown 138029 1726888103.42493: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888103.42501: variable 'ansible_pipelining' from source: unknown 138029 1726888103.42508: variable 'ansible_timeout' from source: unknown 138029 1726888103.42515: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888103.42669: 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) 138029 1726888103.42686: variable 'omit' from source: magic vars 138029 1726888103.42695: starting attempt loop 138029 1726888103.42701: running the handler 138029 1726888103.42751: variable 'storage_test_expected_size' from source: set_fact 138029 1726888103.42948: variable 'storage_test_expected_size' from source: set_fact 138029 1726888103.42989: handler run complete 138029 1726888103.43099: attempt loop complete, returning result 138029 1726888103.43102: _execute() done 138029 1726888103.43104: dumping result to json 138029 1726888103.43106: done dumping result, returning 138029 1726888103.43109: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-000000000e8d] 138029 1726888103.43111: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e8d 138029 1726888103.43186: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e8d 138029 1726888103.43189: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_expected_size": "2147483648" } 138029 1726888103.43250: no more pending results, returning what we have 138029 1726888103.43253: results queue empty 138029 1726888103.43256: checking for any_errors_fatal 138029 1726888103.43269: done checking for any_errors_fatal 138029 1726888103.43271: checking for max_fail_percentage 138029 1726888103.43273: done checking for max_fail_percentage 138029 1726888103.43274: checking to see if all hosts have failed and the running result is not ok 138029 1726888103.43275: done checking to see if all hosts have failed 138029 1726888103.43276: getting the remaining hosts for this loop 138029 1726888103.43277: done getting the remaining hosts for this loop 138029 1726888103.43281: getting the next task for host managed_node3 138029 1726888103.43290: done getting next task for host managed_node3 138029 1726888103.43293: ^ task is: TASK: Get the size of parent/pool device 138029 1726888103.43299: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888103.43305: getting variables 138029 1726888103.43312: in VariableManager get_vars() 138029 1726888103.43347: Calling all_inventory to load vars for managed_node3 138029 1726888103.43351: Calling groups_inventory to load vars for managed_node3 138029 1726888103.43354: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888103.43370: Calling all_plugins_play to load vars for managed_node3 138029 1726888103.43373: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888103.43376: Calling groups_plugins_play to load vars for managed_node3 138029 1726888103.44286: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888103.45010: done with get_vars() 138029 1726888103.45029: 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:08:23 -0400 (0:00:00.044) 0:01:56.174 ****** 138029 1726888103.45112: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888103.45381: worker is 1 (out of 1 available) 138029 1726888103.45393: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888103.45404: done queuing things up, now waiting for results queue to drain 138029 1726888103.45405: waiting for pending results... 138029 1726888103.45784: running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device 138029 1726888103.45859: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e8e 138029 1726888103.45890: variable 'ansible_search_path' from source: unknown 138029 1726888103.45928: calling self._execute() 138029 1726888103.46042: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888103.46054: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888103.46073: variable 'omit' from source: magic vars 138029 1726888103.46474: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888103.49102: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888103.49228: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888103.49232: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888103.49295: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888103.49326: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888103.49430: variable '_storage_test_volume_present' from source: set_fact 138029 1726888103.49796: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888103.49799: variable 'storage_test_volume' from source: include params 138029 1726888103.49801: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888103.49804: variable 'omit' from source: magic vars 138029 1726888103.49877: variable 'omit' from source: magic vars 138029 1726888103.50064: variable 'ansible_lvm' from source: facts 138029 1726888103.50083: variable 'storage_test_pool' from source: include params 138029 1726888103.50158: variable 'omit' from source: magic vars 138029 1726888103.50195: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888103.50234: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888103.50266: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888103.50292: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888103.50310: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888103.50332: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888103.50368: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888103.50449: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888103.50453: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888103.50460: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888103.50547: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888103.50574: Set connection var ansible_timeout to 10 138029 1726888103.50587: Set connection var ansible_pipelining to False 138029 1726888103.50595: Set connection var ansible_shell_type to sh 138029 1726888103.50602: Set connection var ansible_connection to ssh 138029 1726888103.50613: Set connection var ansible_shell_executable to /bin/sh 138029 1726888103.50660: variable 'ansible_shell_executable' from source: unknown 138029 1726888103.50672: variable 'ansible_connection' from source: unknown 138029 1726888103.50789: variable 'ansible_module_compression' from source: unknown 138029 1726888103.50792: variable 'ansible_shell_type' from source: unknown 138029 1726888103.50795: variable 'ansible_shell_executable' from source: unknown 138029 1726888103.50797: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888103.50799: variable 'ansible_pipelining' from source: unknown 138029 1726888103.50801: variable 'ansible_timeout' from source: unknown 138029 1726888103.50803: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888103.50868: 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) 138029 1726888103.50886: variable 'omit' from source: magic vars 138029 1726888103.50901: starting attempt loop 138029 1726888103.50908: running the handler 138029 1726888103.50929: _low_level_execute_command(): starting 138029 1726888103.50940: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888103.51868: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888103.51919: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888103.51937: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888103.52039: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888103.53906: stdout chunk (state=3): >>>/root <<< 138029 1726888103.54039: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888103.54145: stderr chunk (state=3): >>><<< 138029 1726888103.54159: stdout chunk (state=3): >>><<< 138029 1726888103.54468: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888103.54480: _low_level_execute_command(): starting 138029 1726888103.54485: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888103.5427012-141283-50050925110354 `" && echo ansible-tmp-1726888103.5427012-141283-50050925110354="` echo /root/.ansible/tmp/ansible-tmp-1726888103.5427012-141283-50050925110354 `" ) && sleep 0' 138029 1726888103.55420: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888103.55423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888103.55425: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888103.55428: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888103.55430: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888103.55432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888103.55659: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888103.55695: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888103.58122: stdout chunk (state=3): >>>ansible-tmp-1726888103.5427012-141283-50050925110354=/root/.ansible/tmp/ansible-tmp-1726888103.5427012-141283-50050925110354 <<< 138029 1726888103.58273: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888103.58292: stdout chunk (state=3): >>><<< 138029 1726888103.58305: stderr chunk (state=3): >>><<< 138029 1726888103.58327: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888103.5427012-141283-50050925110354=/root/.ansible/tmp/ansible-tmp-1726888103.5427012-141283-50050925110354 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888103.58403: variable 'ansible_module_compression' from source: unknown 138029 1726888103.58447: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888103.58495: variable 'ansible_facts' from source: unknown 138029 1726888103.58593: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888103.5427012-141283-50050925110354/AnsiballZ_bsize.py 138029 1726888103.58748: Sending initial data 138029 1726888103.58751: Sent initial data (155 bytes) 138029 1726888103.59472: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888103.59496: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888103.59510: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888103.59528: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888103.59654: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888103.61307: 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 <<< 138029 1726888103.61357: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888103.61429: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp_0a_ddfg /root/.ansible/tmp/ansible-tmp-1726888103.5427012-141283-50050925110354/AnsiballZ_bsize.py <<< 138029 1726888103.61432: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888103.5427012-141283-50050925110354/AnsiballZ_bsize.py" <<< 138029 1726888103.61668: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 138029 1726888103.61693: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp_0a_ddfg" to remote "/root/.ansible/tmp/ansible-tmp-1726888103.5427012-141283-50050925110354/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888103.5427012-141283-50050925110354/AnsiballZ_bsize.py" <<< 138029 1726888103.62487: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888103.62558: stderr chunk (state=3): >>><<< 138029 1726888103.62571: stdout chunk (state=3): >>><<< 138029 1726888103.62602: done transferring module to remote 138029 1726888103.62624: _low_level_execute_command(): starting 138029 1726888103.62633: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888103.5427012-141283-50050925110354/ /root/.ansible/tmp/ansible-tmp-1726888103.5427012-141283-50050925110354/AnsiballZ_bsize.py && sleep 0' 138029 1726888103.63283: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888103.63297: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888103.63314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888103.63411: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888103.63435: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888103.63454: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888103.63571: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888103.65377: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888103.65390: stdout chunk (state=3): >>><<< 138029 1726888103.65403: stderr chunk (state=3): >>><<< 138029 1726888103.65423: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888103.65430: _low_level_execute_command(): starting 138029 1726888103.65437: _low_level_execute_command(): using become for this command 138029 1726888103.65449: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-uqvpedehsxhlemivkhypsvkqoxzwznua ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888103.5427012-141283-50050925110354/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888103.65785: Initial state: awaiting_escalation: BECOME-SUCCESS-uqvpedehsxhlemivkhypsvkqoxzwznua 138029 1726888103.66117: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888103.66149: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888103.66244: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888103.66290: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888103.66310: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888103.66345: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888103.66428: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888103.70080: stdout chunk (state=1): >>>BECOME-SUCCESS-uqvpedehsxhlemivkhypsvkqoxzwznua <<< 138029 1726888103.70088: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-uqvpedehsxhlemivkhypsvkqoxzwznua' 138029 1726888103.70435: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888103.70474: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888103.70512: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888103.70516: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888103.70586: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888103.70589: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888103.70622: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888103.70660: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888103.70678: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888103.70687: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888103.70748: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888103.70756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.70769: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888103.70798: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888103.70842: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888103.70899: 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 0x7f20f2b683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2b37a10> <<< 138029 1726888103.70918: 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 0x7f20f2b6a960> <<< 138029 1726888103.70949: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888103.70964: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888103.70981: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888103.70987: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888103.71024: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888103.71119: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888103.71150: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888103.71156: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888103.71184: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888103.71196: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888103.71211: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888103.71226: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888103.71231: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888103.71249: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888103.71269: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888103.71286: 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 <<< 138029 1726888103.71297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888103.71316: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f293cfe0> <<< 138029 1726888103.71382: 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 <<< 138029 1726888103.71386: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.71399: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f293dfd0> <<< 138029 1726888103.71419: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888103.71457: 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. <<< 138029 1726888103.71707: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888103.71719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888103.71731: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888103.71747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.71766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888103.71811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888103.71825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888103.71857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888103.71860: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2983dd0> <<< 138029 1726888103.71884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888103.71900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888103.71939: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888103.71946: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2983fe0> <<< 138029 1726888103.71960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888103.71986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888103.72017: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888103.72068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.72085: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888103.72108: 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' <<< 138029 1726888103.72122: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f29b37d0> <<< 138029 1726888103.72148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888103.72152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888103.72160: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f29b3e60> <<< 138029 1726888103.72178: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888103.72227: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2993a70> <<< 138029 1726888103.72241: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888103.72269: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f29911c0> <<< 138029 1726888103.72365: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2980f80> <<< 138029 1726888103.72379: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888103.72407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888103.72410: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888103.72443: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888103.72473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888103.72495: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888103.72499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888103.72534: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f29d77d0> <<< 138029 1726888103.72587: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f29d63f0> <<< 138029 1726888103.72608: 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 0x7f20f2992090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f29d4b90> <<< 138029 1726888103.72667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888103.72677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a08800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2980200> <<< 138029 1726888103.72703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 138029 1726888103.72706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888103.72728: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.72754: 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 0x7f20f2a08cb0> <<< 138029 1726888103.72763: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a08b60> <<< 138029 1726888103.72790: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.72804: 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 0x7f20f2a08ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2976d20> <<< 138029 1726888103.72827: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888103.72846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.72853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888103.72891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888103.72906: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a09550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a09220> <<< 138029 1726888103.72912: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888103.72943: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888103.72954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888103.72963: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a0a450> <<< 138029 1726888103.72981: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888103.72985: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888103.73013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888103.73045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888103.73076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888103.73090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a20680> <<< 138029 1726888103.73098: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888103.73119: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.73136: 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 0x7f20f2a21d60> <<< 138029 1726888103.73158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888103.73167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888103.73189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888103.73208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888103.73212: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a22c00> <<< 138029 1726888103.73262: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.73265: 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 0x7f20f2a23260> <<< 138029 1726888103.73277: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a22150> <<< 138029 1726888103.73291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888103.73294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888103.73328: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.73351: 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 0x7f20f2a23ce0> <<< 138029 1726888103.73354: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a23410> <<< 138029 1726888103.73398: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a0a4b0> <<< 138029 1726888103.73415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888103.73448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888103.73466: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888103.73492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888103.73522: 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' <<< 138029 1726888103.73530: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f27abb60> <<< 138029 1726888103.73547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888103.73571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888103.73585: 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 0x7f20f27d8560> <<< 138029 1726888103.73597: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f27d82f0> <<< 138029 1726888103.73615: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.73620: 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 0x7f20f27d8590> <<< 138029 1726888103.73649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888103.73652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888103.73734: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.73872: 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 0x7f20f27d8e90> <<< 138029 1726888103.73990: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.73994: 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 0x7f20f27d97c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f27d8770> <<< 138029 1726888103.74013: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f27a9d00> <<< 138029 1726888103.74038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888103.74064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888103.74078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888103.74099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888103.74103: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f27daba0> <<< 138029 1726888103.74143: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f27d98e0> <<< 138029 1726888103.74152: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a0aba0> <<< 138029 1726888103.74183: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888103.74250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.74274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888103.74302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888103.74335: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2802f00> <<< 138029 1726888103.74386: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888103.74402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.74419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888103.74450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888103.74482: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f282b2c0> <<< 138029 1726888103.74508: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888103.74559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888103.74619: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888103.74638: 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 0x7f20f2853f80> <<< 138029 1726888103.74666: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888103.74690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888103.74717: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888103.74757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888103.74843: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f28867e0> <<< 138029 1726888103.74924: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f28841a0> <<< 138029 1726888103.74961: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f282bf50> <<< 138029 1726888103.74987: 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' <<< 138029 1726888103.75005: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f212d190> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f282a0c0> <<< 138029 1726888103.75027: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f27dbad0> <<< 138029 1726888103.76521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888103.76559: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f20f282a6c0> <<< 138029 1726888103.76733: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_e222lmi3/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 138029 1726888103.76745: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.76870: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.76902: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888103.76912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888103.76954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888103.77026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888103.77060: 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' <<< 138029 1726888103.77067: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f217af60> import '_typing' # <<< 138029 1726888103.77269: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f215de50> <<< 138029 1726888103.77275: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f215cfb0> # zipimport: zlib available <<< 138029 1726888103.77305: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888103.77310: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.77331: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.77350: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.77371: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888103.77374: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.78919: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.80079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888103.80085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2179250> <<< 138029 1726888103.80111: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888103.80122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.80135: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888103.80153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888103.80189: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888103.80194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888103.80210: 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 0x7f20f21ae7b0> <<< 138029 1726888103.80259: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f21ae540> <<< 138029 1726888103.80288: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f21adeb0> <<< 138029 1726888103.80313: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888103.80338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888103.80400: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f21ae8a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f29929c0> import 'atexit' # <<< 138029 1726888103.80424: 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 0x7f20f21af500> <<< 138029 1726888103.80449: 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 0x7f20f21af740> <<< 138029 1726888103.80462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888103.80505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888103.80521: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888103.80571: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f21afc50> <<< 138029 1726888103.80574: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888103.80596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888103.80612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888103.80652: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f20199d0> <<< 138029 1726888103.80681: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.80700: 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 0x7f20f201b5f0> <<< 138029 1726888103.80726: 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' <<< 138029 1726888103.80764: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f201bf80> <<< 138029 1726888103.80807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888103.80817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888103.80852: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f201ce90> <<< 138029 1726888103.80858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888103.80932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888103.80977: 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' <<< 138029 1726888103.81007: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f201fb30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f2802e70> <<< 138029 1726888103.81063: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f201de50> <<< 138029 1726888103.81070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888103.81124: 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' <<< 138029 1726888103.81127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888103.81159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888103.81200: 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 0x7f20f2027a70> import '_tokenize' # <<< 138029 1726888103.81282: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2026540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f20262d0> <<< 138029 1726888103.81314: 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' <<< 138029 1726888103.81376: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2026810> <<< 138029 1726888103.81431: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f201f050> <<< 138029 1726888103.81439: 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 0x7f20f206bcb0> <<< 138029 1726888103.81482: 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 0x7f20f206bef0> <<< 138029 1726888103.81545: 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' <<< 138029 1726888103.81579: 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 0x7f20f206d880> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f206d670> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888103.81668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888103.81711: 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 0x7f20f206fda0> <<< 138029 1726888103.81717: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f206df70> <<< 138029 1726888103.81754: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888103.81783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.81805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888103.81818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888103.81824: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888103.81868: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f20734d0> <<< 138029 1726888103.81990: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f206fe60> <<< 138029 1726888103.82050: 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 0x7f20f20742c0> <<< 138029 1726888103.82083: 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 0x7f20f20742f0> <<< 138029 1726888103.82114: 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' <<< 138029 1726888103.82143: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f2074770> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f206be60> <<< 138029 1726888103.82200: 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' <<< 138029 1726888103.82218: 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' <<< 138029 1726888103.82235: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.82265: 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 0x7f20f2077ef0> <<< 138029 1726888103.82416: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888103.82419: 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 0x7f20f1f00f20> <<< 138029 1726888103.82429: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2076690> <<< 138029 1726888103.82454: 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' <<< 138029 1726888103.82467: 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 0x7f20f2077a40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f20762d0> <<< 138029 1726888103.82479: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.82492: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.82508: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888103.82516: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.82605: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.82688: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.82718: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.82722: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888103.82739: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.82753: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888103.82758: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.82886: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.83008: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.83548: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.84112: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888103.84138: 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' # <<< 138029 1726888103.84185: 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' <<< 138029 1726888103.84211: 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 0x7f20f1f05250> <<< 138029 1726888103.84298: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888103.84322: 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 0x7f20f1f05fd0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f1f01160> <<< 138029 1726888103.84392: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888103.84421: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888103.84436: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888103.84616: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.84735: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888103.84748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f1f06780> <<< 138029 1726888103.84763: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.85221: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.85693: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.85772: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.85849: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888103.85852: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.85900: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.85932: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888103.85948: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.86014: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.86098: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888103.86103: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.86131: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.86137: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888103.86145: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.86188: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.86227: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888103.86235: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.86467: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.86706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888103.86777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888103.86780: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888103.86845: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f1f07260> <<< 138029 1726888103.86848: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.86927: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.87009: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888103.87014: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888103.87031: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.87186: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.87190: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888103.87193: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.87239: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.87290: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.87359: 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 <<< 138029 1726888103.87391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.87473: 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 0x7f20f1f11c70> <<< 138029 1726888103.87512: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f1f0f080> <<< 138029 1726888103.87546: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888103.87550: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.87616: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.87680: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.87708: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.87757: 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 <<< 138029 1726888103.87769: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888103.87775: 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 <<< 138029 1726888103.87795: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888103.87813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888103.87880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888103.87892: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888103.87912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888103.87973: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2002660> <<< 138029 1726888103.88014: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f21da360> <<< 138029 1726888103.88085: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f1f11d30> <<< 138029 1726888103.88102: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f206fd40> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888103.88130: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.88161: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888103.88209: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888103.88229: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.88240: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.88263: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available <<< 138029 1726888103.88283: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.88294: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 138029 1726888103.88318: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888103.88335: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 138029 1726888103.88358: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.88376: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 138029 1726888103.88399: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.88416: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 138029 1726888103.88464: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.88513: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.88527: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.88535: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888103.88552: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.88571: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.88575: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888103.88582: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.88684: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.88778: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888103.88873: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888103.88982: stdout chunk (state=3): >>> {"changed": false, "size": "9 GiB", "bytes": 10705205985, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.97G"}}} <<< 138029 1726888103.88998: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888103.89267: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888103.89385: 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<<< 138029 1726888103.89389: stdout chunk (state=3): >>> # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888103.89441: 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 # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.<<< 138029 1726888103.89447: stdout chunk (state=3): >>>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 <<< 138029 1726888103.89682: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888103.89707: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888103.89722: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888103.89731: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888103.89748: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888103.89774: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon <<< 138029 1726888103.89781: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 138029 1726888103.89804: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888103.89824: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888103.89838: stdout chunk (state=3): >>># destroy array <<< 138029 1726888103.89849: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil <<< 138029 1726888103.89859: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex <<< 138029 1726888103.89870: stdout chunk (state=3): >>># destroy subprocess <<< 138029 1726888103.89908: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888103.89911: 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 <<< 138029 1726888103.89937: 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 <<< 138029 1726888103.89958: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 138029 1726888103.89982: 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 <<< 138029 1726888103.90007: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath <<< 138029 1726888103.90015: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 <<< 138029 1726888103.90033: 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 <<< 138029 1726888103.90164: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888103.90182: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888103.90186: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888103.90202: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888103.90224: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888103.90230: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888103.90263: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888103.90273: 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 <<< 138029 1726888103.90278: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888103.90427: 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 <<< 138029 1726888103.90454: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 138029 1726888103.90464: stdout chunk (state=3): >>># destroy _thread <<< 138029 1726888103.90477: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888103.90935: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888103.90994: stderr chunk (state=3): >>><<< 138029 1726888103.90997: stdout chunk (state=3): >>><<< 138029 1726888103.91144: _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 0x7f20f2b683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2b37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2b6a960> 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 0x7f20f293cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f20f293dfd0> 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 0x7f20f2983dd0> # /usr/lib64/python3.12/__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 0x7f20f2983fe0> # /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 0x7f20f29b37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f29b3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2993a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f29911c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2980f80> # /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 0x7f20f29d77d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f29d63f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2992090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f29d4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a08800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2980200> # /usr/lib64/python3.12/__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 0x7f20f2a08cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a08b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f2a08ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2976d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f20f2a09550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a09220> 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 0x7f20f2a0a450> 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 0x7f20f2a20680> 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 0x7f20f2a21d60> # /usr/lib64/python3.12/__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 0x7f20f2a22c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f2a23260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a22150> # /usr/lib64/python3.12/__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 0x7f20f2a23ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a23410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a0a4b0> # /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 0x7f20f27abb60> # /usr/lib64/python3.12/__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 0x7f20f27d8560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f27d82f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f27d8590> # /usr/lib64/python3.12/__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 0x7f20f27d8e90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f27d97c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f27d8770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f27a9d00> # /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 0x7f20f27daba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f27d98e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2a0aba0> # /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 0x7f20f2802f00> # /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 0x7f20f282b2c0> # /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 0x7f20f2853f80> # /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 0x7f20f28867e0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f28841a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f282bf50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f212d190> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f282a0c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f27dbad0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f20f282a6c0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_e222lmi3/ansible_fedora.linux_system_roles.bsize_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 0x7f20f217af60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f215de50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f215cfb0> # 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 0x7f20f2179250> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f20f21ae7b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f21ae540> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f21adeb0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f20f21ae8a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f29929c0> 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 0x7f20f21af500> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f21af740> # /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 0x7f20f21afc50> 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 0x7f20f20199d0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f201b5f0> # /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 0x7f20f201bf80> # /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 0x7f20f201ce90> # /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 0x7f20f201fb30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f2802e70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f201de50> # /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 0x7f20f2027a70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2026540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f20262d0> # /usr/lib64/python3.12/__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 0x7f20f2026810> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f201f050> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f206bcb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f206bef0> # /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 0x7f20f206d880> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f206d670> # /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 0x7f20f206fda0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f206df70> # /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 0x7f20f20734d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f206fe60> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f20742c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f20742f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f2074770> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f206be60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f20f2077ef0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f1f00f20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f2076690> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20f2077a40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f20762d0> # 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 0x7f20f1f05250> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f20f1f05fd0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f1f01160> 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 0x7f20f1f06780> # 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 0x7f20f1f07260> # 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 0x7f20f1f11c70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f1f0f080> 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 0x7f20f2002660> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f21da360> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f1f11d30> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20f206fd40> # 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, "size": "9 GiB", "bytes": 10705205985, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.97G"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888103.91987: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '9.97G', '_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.bsize', '_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-1726888103.5427012-141283-50050925110354/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888103.91992: _low_level_execute_command(): starting 138029 1726888103.91995: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888103.5427012-141283-50050925110354/ > /dev/null 2>&1 && sleep 0' 138029 1726888103.91997: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888103.92022: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888103.92142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888103.92164: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888103.92249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888103.94143: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888103.94192: stderr chunk (state=3): >>><<< 138029 1726888103.94196: stdout chunk (state=3): >>><<< 138029 1726888103.94217: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888103.94220: handler run complete 138029 1726888103.94247: attempt loop complete, returning result 138029 1726888103.94253: _execute() done 138029 1726888103.94257: dumping result to json 138029 1726888103.94259: done dumping result, returning 138029 1726888103.94271: done running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device [0affc8a3-6f6f-5a58-73a2-000000000e8e] 138029 1726888103.94293: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e8e ok: [managed_node3] => { "bytes": 10705205985, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } 138029 1726888103.94462: no more pending results, returning what we have 138029 1726888103.94470: results queue empty 138029 1726888103.94472: checking for any_errors_fatal 138029 1726888103.94480: done checking for any_errors_fatal 138029 1726888103.94481: checking for max_fail_percentage 138029 1726888103.94483: done checking for max_fail_percentage 138029 1726888103.94484: checking to see if all hosts have failed and the running result is not ok 138029 1726888103.94485: done checking to see if all hosts have failed 138029 1726888103.94485: getting the remaining hosts for this loop 138029 1726888103.94487: done getting the remaining hosts for this loop 138029 1726888103.94491: getting the next task for host managed_node3 138029 1726888103.94502: done getting next task for host managed_node3 138029 1726888103.94504: ^ task is: TASK: Show test pool 138029 1726888103.94509: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888103.94513: getting variables 138029 1726888103.94515: in VariableManager get_vars() 138029 1726888103.94557: Calling all_inventory to load vars for managed_node3 138029 1726888103.94561: Calling groups_inventory to load vars for managed_node3 138029 1726888103.94565: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888103.94584: Calling all_plugins_play to load vars for managed_node3 138029 1726888103.94596: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888103.94601: Calling groups_plugins_play to load vars for managed_node3 138029 1726888103.95126: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e8e 138029 1726888103.95130: WORKER PROCESS EXITING 138029 1726888103.95241: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888103.95816: done with get_vars() 138029 1726888103.95828: done getting variables 138029 1726888103.95874: 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:08:23 -0400 (0:00:00.507) 0:01:56.682 ****** 138029 1726888103.95901: entering _queue_task() for managed_node3/debug 138029 1726888103.96107: worker is 1 (out of 1 available) 138029 1726888103.96121: exiting _queue_task() for managed_node3/debug 138029 1726888103.96132: done queuing things up, now waiting for results queue to drain 138029 1726888103.96134: waiting for pending results... 138029 1726888103.96319: running TaskExecutor() for managed_node3/TASK: Show test pool 138029 1726888103.96424: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e90 138029 1726888103.96435: variable 'ansible_search_path' from source: unknown 138029 1726888103.96473: calling self._execute() 138029 1726888103.96547: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888103.96551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888103.96561: variable 'omit' from source: magic vars 138029 1726888103.96844: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888103.98341: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888103.98395: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888103.98425: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888103.98452: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888103.98477: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888103.98548: variable '_storage_test_volume_present' from source: set_fact 138029 1726888103.98571: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888103.98659: variable 'storage_test_volume' from source: include params 138029 1726888103.98680: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888103.98786: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888103.98805: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888103.98821: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888103.98846: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888103.98858: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888103.98917: variable 'storage_test_volume' from source: include params 138029 1726888103.98931: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888103.98934: when evaluation is False, skipping this task 138029 1726888103.98936: _execute() done 138029 1726888103.98939: dumping result to json 138029 1726888103.98944: done dumping result, returning 138029 1726888103.98950: done running TaskExecutor() for managed_node3/TASK: Show test pool [0affc8a3-6f6f-5a58-73a2-000000000e90] 138029 1726888103.98958: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e90 138029 1726888103.99046: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e90 138029 1726888103.99049: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888103.99129: no more pending results, returning what we have 138029 1726888103.99133: results queue empty 138029 1726888103.99134: checking for any_errors_fatal 138029 1726888103.99144: done checking for any_errors_fatal 138029 1726888103.99144: checking for max_fail_percentage 138029 1726888103.99146: done checking for max_fail_percentage 138029 1726888103.99147: checking to see if all hosts have failed and the running result is not ok 138029 1726888103.99147: done checking to see if all hosts have failed 138029 1726888103.99148: getting the remaining hosts for this loop 138029 1726888103.99150: done getting the remaining hosts for this loop 138029 1726888103.99153: getting the next task for host managed_node3 138029 1726888103.99163: done getting next task for host managed_node3 138029 1726888103.99165: ^ task is: TASK: Show test blockinfo 138029 1726888103.99171: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888103.99175: getting variables 138029 1726888103.99176: in VariableManager get_vars() 138029 1726888103.99204: Calling all_inventory to load vars for managed_node3 138029 1726888103.99207: Calling groups_inventory to load vars for managed_node3 138029 1726888103.99210: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888103.99220: Calling all_plugins_play to load vars for managed_node3 138029 1726888103.99223: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888103.99225: Calling groups_plugins_play to load vars for managed_node3 138029 1726888103.99625: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.00021: done with get_vars() 138029 1726888104.00033: done getting variables 138029 1726888104.00077: 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:08:24 -0400 (0:00:00.042) 0:01:56.724 ****** 138029 1726888104.00104: entering _queue_task() for managed_node3/debug 138029 1726888104.00336: worker is 1 (out of 1 available) 138029 1726888104.00351: exiting _queue_task() for managed_node3/debug 138029 1726888104.00366: done queuing things up, now waiting for results queue to drain 138029 1726888104.00368: waiting for pending results... 138029 1726888104.00540: running TaskExecutor() for managed_node3/TASK: Show test blockinfo 138029 1726888104.00625: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e91 138029 1726888104.00638: variable 'ansible_search_path' from source: unknown 138029 1726888104.00668: calling self._execute() 138029 1726888104.00758: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.00765: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.00769: variable 'omit' from source: magic vars 138029 1726888104.01038: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888104.02484: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888104.02538: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888104.02568: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888104.02592: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888104.02610: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888104.02684: variable '_storage_test_volume_present' from source: set_fact 138029 1726888104.02695: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888104.02785: variable 'storage_test_volume' from source: include params 138029 1726888104.02804: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888104.02909: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888104.02928: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888104.02944: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888104.02976: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888104.02987: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888104.03042: variable 'storage_test_volume' from source: include params 138029 1726888104.03058: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888104.03061: when evaluation is False, skipping this task 138029 1726888104.03066: _execute() done 138029 1726888104.03069: dumping result to json 138029 1726888104.03072: done dumping result, returning 138029 1726888104.03076: done running TaskExecutor() for managed_node3/TASK: Show test blockinfo [0affc8a3-6f6f-5a58-73a2-000000000e91] 138029 1726888104.03079: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e91 138029 1726888104.03167: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e91 138029 1726888104.03170: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888104.03236: no more pending results, returning what we have 138029 1726888104.03239: results queue empty 138029 1726888104.03240: checking for any_errors_fatal 138029 1726888104.03247: done checking for any_errors_fatal 138029 1726888104.03248: checking for max_fail_percentage 138029 1726888104.03249: done checking for max_fail_percentage 138029 1726888104.03250: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.03251: done checking to see if all hosts have failed 138029 1726888104.03251: getting the remaining hosts for this loop 138029 1726888104.03253: done getting the remaining hosts for this loop 138029 1726888104.03258: getting the next task for host managed_node3 138029 1726888104.03267: done getting next task for host managed_node3 138029 1726888104.03270: ^ task is: TASK: Show test pool size 138029 1726888104.03275: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.03278: getting variables 138029 1726888104.03280: in VariableManager get_vars() 138029 1726888104.03307: Calling all_inventory to load vars for managed_node3 138029 1726888104.03309: Calling groups_inventory to load vars for managed_node3 138029 1726888104.03312: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.03320: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.03323: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.03325: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.03702: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.04088: done with get_vars() 138029 1726888104.04099: done getting variables 138029 1726888104.04139: 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:08:24 -0400 (0:00:00.040) 0:01:56.765 ****** 138029 1726888104.04166: entering _queue_task() for managed_node3/debug 138029 1726888104.04371: worker is 1 (out of 1 available) 138029 1726888104.04384: exiting _queue_task() for managed_node3/debug 138029 1726888104.04395: done queuing things up, now waiting for results queue to drain 138029 1726888104.04397: waiting for pending results... 138029 1726888104.04574: running TaskExecutor() for managed_node3/TASK: Show test pool size 138029 1726888104.04676: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e92 138029 1726888104.04693: variable 'ansible_search_path' from source: unknown 138029 1726888104.04717: calling self._execute() 138029 1726888104.04801: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.04805: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.04813: variable 'omit' from source: magic vars 138029 1726888104.05073: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888104.06486: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888104.06540: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888104.06570: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888104.06594: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888104.06612: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888104.06684: variable '_storage_test_volume_present' from source: set_fact 138029 1726888104.06697: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888104.06788: variable 'storage_test_volume' from source: include params 138029 1726888104.06806: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888104.06912: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888104.06931: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888104.06948: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888104.06980: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888104.06991: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888104.07046: variable 'storage_test_volume' from source: include params 138029 1726888104.07061: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888104.07067: when evaluation is False, skipping this task 138029 1726888104.07070: _execute() done 138029 1726888104.07074: dumping result to json 138029 1726888104.07077: done dumping result, returning 138029 1726888104.07079: done running TaskExecutor() for managed_node3/TASK: Show test pool size [0affc8a3-6f6f-5a58-73a2-000000000e92] 138029 1726888104.07083: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e92 skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888104.07214: no more pending results, returning what we have 138029 1726888104.07217: results queue empty 138029 1726888104.07218: checking for any_errors_fatal 138029 1726888104.07229: done checking for any_errors_fatal 138029 1726888104.07229: checking for max_fail_percentage 138029 1726888104.07231: done checking for max_fail_percentage 138029 1726888104.07232: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.07233: done checking to see if all hosts have failed 138029 1726888104.07233: getting the remaining hosts for this loop 138029 1726888104.07235: done getting the remaining hosts for this loop 138029 1726888104.07238: getting the next task for host managed_node3 138029 1726888104.07246: done getting next task for host managed_node3 138029 1726888104.07248: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888104.07253: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.07259: getting variables 138029 1726888104.07261: in VariableManager get_vars() 138029 1726888104.07289: Calling all_inventory to load vars for managed_node3 138029 1726888104.07291: Calling groups_inventory to load vars for managed_node3 138029 1726888104.07294: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.07302: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.07305: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.07307: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.07696: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e92 138029 1726888104.07699: WORKER PROCESS EXITING 138029 1726888104.07704: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.08090: done with get_vars() 138029 1726888104.08100: done getting variables 138029 1726888104.08140: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:24 -0400 (0:00:00.039) 0:01:56.805 ****** 138029 1726888104.08166: entering _queue_task() for managed_node3/set_fact 138029 1726888104.08360: worker is 1 (out of 1 available) 138029 1726888104.08374: exiting _queue_task() for managed_node3/set_fact 138029 1726888104.08385: done queuing things up, now waiting for results queue to drain 138029 1726888104.08387: waiting for pending results... 138029 1726888104.08554: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888104.08643: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e93 138029 1726888104.08654: variable 'ansible_search_path' from source: unknown 138029 1726888104.08685: calling self._execute() 138029 1726888104.08765: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.08770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.08777: variable 'omit' from source: magic vars 138029 1726888104.09033: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888104.10696: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888104.10738: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888104.10768: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888104.10804: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888104.10824: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888104.10892: variable '_storage_test_volume_present' from source: set_fact 138029 1726888104.10906: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888104.10993: variable 'storage_test_volume' from source: include params 138029 1726888104.11014: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888104.11115: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888104.11142: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888104.11160: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888104.11189: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888104.11199: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888104.11259: variable 'storage_test_volume' from source: include params 138029 1726888104.11275: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888104.11278: when evaluation is False, skipping this task 138029 1726888104.11281: _execute() done 138029 1726888104.11284: dumping result to json 138029 1726888104.11286: done dumping result, returning 138029 1726888104.11292: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-000000000e93] 138029 1726888104.11297: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e93 138029 1726888104.11384: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e93 138029 1726888104.11388: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } 138029 1726888104.11434: no more pending results, returning what we have 138029 1726888104.11438: results queue empty 138029 1726888104.11439: checking for any_errors_fatal 138029 1726888104.11446: done checking for any_errors_fatal 138029 1726888104.11447: checking for max_fail_percentage 138029 1726888104.11448: done checking for max_fail_percentage 138029 1726888104.11449: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.11450: done checking to see if all hosts have failed 138029 1726888104.11450: getting the remaining hosts for this loop 138029 1726888104.11452: done getting the remaining hosts for this loop 138029 1726888104.11457: getting the next task for host managed_node3 138029 1726888104.11467: done getting next task for host managed_node3 138029 1726888104.11469: ^ task is: TASK: Default thin pool reserved space values 138029 1726888104.11474: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.11479: getting variables 138029 1726888104.11480: in VariableManager get_vars() 138029 1726888104.11512: Calling all_inventory to load vars for managed_node3 138029 1726888104.11514: Calling groups_inventory to load vars for managed_node3 138029 1726888104.11517: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.11526: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.11529: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.11532: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.11922: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.12489: done with get_vars() 138029 1726888104.12499: done getting variables 138029 1726888104.12535: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:24 -0400 (0:00:00.043) 0:01:56.849 ****** 138029 1726888104.12569: entering _queue_task() for managed_node3/set_fact 138029 1726888104.12819: worker is 1 (out of 1 available) 138029 1726888104.12831: exiting _queue_task() for managed_node3/set_fact 138029 1726888104.12843: done queuing things up, now waiting for results queue to drain 138029 1726888104.12844: waiting for pending results... 138029 1726888104.13134: running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values 138029 1726888104.13226: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e95 138029 1726888104.13239: variable 'ansible_search_path' from source: unknown 138029 1726888104.13268: calling self._execute() 138029 1726888104.13353: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.13360: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.13369: variable 'omit' from source: magic vars 138029 1726888104.13641: variable 'storage_test_volume' from source: include params 138029 1726888104.13668: Evaluated conditional (storage_test_volume.thin): False 138029 1726888104.13671: when evaluation is False, skipping this task 138029 1726888104.13674: _execute() done 138029 1726888104.13677: dumping result to json 138029 1726888104.13680: done dumping result, returning 138029 1726888104.13683: done running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values [0affc8a3-6f6f-5a58-73a2-000000000e95] 138029 1726888104.13685: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e95 138029 1726888104.13774: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e95 138029 1726888104.13777: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888104.13821: no more pending results, returning what we have 138029 1726888104.13824: results queue empty 138029 1726888104.13825: checking for any_errors_fatal 138029 1726888104.13832: done checking for any_errors_fatal 138029 1726888104.13833: checking for max_fail_percentage 138029 1726888104.13834: done checking for max_fail_percentage 138029 1726888104.13835: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.13835: done checking to see if all hosts have failed 138029 1726888104.13836: getting the remaining hosts for this loop 138029 1726888104.13838: done getting the remaining hosts for this loop 138029 1726888104.13840: getting the next task for host managed_node3 138029 1726888104.13847: done getting next task for host managed_node3 138029 1726888104.13849: ^ task is: TASK: Default minimal thin pool reserved space size 138029 1726888104.13857: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.13861: getting variables 138029 1726888104.13864: in VariableManager get_vars() 138029 1726888104.13890: Calling all_inventory to load vars for managed_node3 138029 1726888104.13892: Calling groups_inventory to load vars for managed_node3 138029 1726888104.13895: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.13903: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.13906: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.13908: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.14275: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.14667: done with get_vars() 138029 1726888104.14681: 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:08:24 -0400 (0:00:00.021) 0:01:56.870 ****** 138029 1726888104.14738: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888104.14931: worker is 1 (out of 1 available) 138029 1726888104.14944: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888104.14957: done queuing things up, now waiting for results queue to drain 138029 1726888104.14959: waiting for pending results... 138029 1726888104.15131: running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size 138029 1726888104.15220: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e96 138029 1726888104.15231: variable 'ansible_search_path' from source: unknown 138029 1726888104.15259: calling self._execute() 138029 1726888104.15344: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.15348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.15358: variable 'omit' from source: magic vars 138029 1726888104.15615: variable 'storage_test_volume' from source: include params 138029 1726888104.15641: Evaluated conditional (storage_test_volume.thin): False 138029 1726888104.15645: when evaluation is False, skipping this task 138029 1726888104.15648: _execute() done 138029 1726888104.15650: dumping result to json 138029 1726888104.15653: done dumping result, returning 138029 1726888104.15657: done running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-000000000e96] 138029 1726888104.15667: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e96 138029 1726888104.15753: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e96 138029 1726888104.15758: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888104.15823: no more pending results, returning what we have 138029 1726888104.15826: results queue empty 138029 1726888104.15827: checking for any_errors_fatal 138029 1726888104.15833: done checking for any_errors_fatal 138029 1726888104.15835: checking for max_fail_percentage 138029 1726888104.15837: done checking for max_fail_percentage 138029 1726888104.15837: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.15838: done checking to see if all hosts have failed 138029 1726888104.15839: getting the remaining hosts for this loop 138029 1726888104.15840: done getting the remaining hosts for this loop 138029 1726888104.15846: getting the next task for host managed_node3 138029 1726888104.15852: done getting next task for host managed_node3 138029 1726888104.15854: ^ task is: TASK: Default maximal thin pool reserved space size 138029 1726888104.15864: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.15868: getting variables 138029 1726888104.15870: in VariableManager get_vars() 138029 1726888104.15907: Calling all_inventory to load vars for managed_node3 138029 1726888104.15909: Calling groups_inventory to load vars for managed_node3 138029 1726888104.15916: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.15926: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.15929: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.15933: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.16572: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.17201: done with get_vars() 138029 1726888104.17216: 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:08:24 -0400 (0:00:00.025) 0:01:56.896 ****** 138029 1726888104.17316: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888104.17544: worker is 1 (out of 1 available) 138029 1726888104.17562: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888104.17574: done queuing things up, now waiting for results queue to drain 138029 1726888104.17576: waiting for pending results... 138029 1726888104.17820: running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size 138029 1726888104.17939: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e97 138029 1726888104.17957: variable 'ansible_search_path' from source: unknown 138029 1726888104.17988: calling self._execute() 138029 1726888104.18123: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.18127: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.18178: variable 'omit' from source: magic vars 138029 1726888104.18485: variable 'storage_test_volume' from source: include params 138029 1726888104.18516: Evaluated conditional (storage_test_volume.thin): False 138029 1726888104.18525: when evaluation is False, skipping this task 138029 1726888104.18528: _execute() done 138029 1726888104.18531: dumping result to json 138029 1726888104.18533: done dumping result, returning 138029 1726888104.18544: done running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-000000000e97] 138029 1726888104.18548: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e97 138029 1726888104.18665: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e97 138029 1726888104.18669: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888104.18738: no more pending results, returning what we have 138029 1726888104.18741: results queue empty 138029 1726888104.18742: checking for any_errors_fatal 138029 1726888104.18748: done checking for any_errors_fatal 138029 1726888104.18749: checking for max_fail_percentage 138029 1726888104.18750: done checking for max_fail_percentage 138029 1726888104.18751: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.18752: done checking to see if all hosts have failed 138029 1726888104.18752: getting the remaining hosts for this loop 138029 1726888104.18753: done getting the remaining hosts for this loop 138029 1726888104.18758: getting the next task for host managed_node3 138029 1726888104.18771: done getting next task for host managed_node3 138029 1726888104.18773: ^ task is: TASK: Calculate maximum usable space in thin pool 138029 1726888104.18778: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.18782: getting variables 138029 1726888104.18783: in VariableManager get_vars() 138029 1726888104.18812: Calling all_inventory to load vars for managed_node3 138029 1726888104.18815: Calling groups_inventory to load vars for managed_node3 138029 1726888104.18818: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.18828: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.18831: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.18833: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.19191: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.19589: done with get_vars() 138029 1726888104.19599: done getting variables 138029 1726888104.19636: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:24 -0400 (0:00:00.023) 0:01:56.920 ****** 138029 1726888104.19660: entering _queue_task() for managed_node3/set_fact 138029 1726888104.19845: worker is 1 (out of 1 available) 138029 1726888104.19859: exiting _queue_task() for managed_node3/set_fact 138029 1726888104.19875: done queuing things up, now waiting for results queue to drain 138029 1726888104.19876: waiting for pending results... 138029 1726888104.20121: running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool 138029 1726888104.20246: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e98 138029 1726888104.20254: variable 'ansible_search_path' from source: unknown 138029 1726888104.20258: calling self._execute() 138029 1726888104.20366: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.20369: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.20381: variable 'omit' from source: magic vars 138029 1726888104.20667: variable 'storage_test_volume' from source: include params 138029 1726888104.20722: Evaluated conditional (storage_test_volume.thin): False 138029 1726888104.20727: when evaluation is False, skipping this task 138029 1726888104.20729: _execute() done 138029 1726888104.20731: dumping result to json 138029 1726888104.20734: done dumping result, returning 138029 1726888104.20736: done running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-5a58-73a2-000000000e98] 138029 1726888104.20738: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e98 138029 1726888104.20813: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e98 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888104.20860: no more pending results, returning what we have 138029 1726888104.20863: results queue empty 138029 1726888104.20867: checking for any_errors_fatal 138029 1726888104.20872: done checking for any_errors_fatal 138029 1726888104.20873: checking for max_fail_percentage 138029 1726888104.20874: done checking for max_fail_percentage 138029 1726888104.20875: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.20876: done checking to see if all hosts have failed 138029 1726888104.20876: getting the remaining hosts for this loop 138029 1726888104.20877: done getting the remaining hosts for this loop 138029 1726888104.20880: getting the next task for host managed_node3 138029 1726888104.20887: done getting next task for host managed_node3 138029 1726888104.20889: ^ task is: TASK: Apply upper size limit to max usable thin pool space 138029 1726888104.20894: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.20897: getting variables 138029 1726888104.20898: in VariableManager get_vars() 138029 1726888104.20923: Calling all_inventory to load vars for managed_node3 138029 1726888104.20925: Calling groups_inventory to load vars for managed_node3 138029 1726888104.20927: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.20936: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.20939: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.20942: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.21305: WORKER PROCESS EXITING 138029 1726888104.21317: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.21927: done with get_vars() 138029 1726888104.21936: done getting variables 138029 1726888104.21990: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:24 -0400 (0:00:00.023) 0:01:56.943 ****** 138029 1726888104.22011: entering _queue_task() for managed_node3/set_fact 138029 1726888104.22250: worker is 1 (out of 1 available) 138029 1726888104.22267: exiting _queue_task() for managed_node3/set_fact 138029 1726888104.22279: done queuing things up, now waiting for results queue to drain 138029 1726888104.22281: waiting for pending results... 138029 1726888104.22469: running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space 138029 1726888104.22560: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e99 138029 1726888104.22574: variable 'ansible_search_path' from source: unknown 138029 1726888104.22600: calling self._execute() 138029 1726888104.22695: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.22701: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.22710: variable 'omit' from source: magic vars 138029 1726888104.23059: variable 'storage_test_volume' from source: include params 138029 1726888104.23099: Evaluated conditional (storage_test_volume.thin): False 138029 1726888104.23102: when evaluation is False, skipping this task 138029 1726888104.23116: _execute() done 138029 1726888104.23123: dumping result to json 138029 1726888104.23125: done dumping result, returning 138029 1726888104.23128: done running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-000000000e99] 138029 1726888104.23130: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e99 138029 1726888104.23293: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e99 138029 1726888104.23296: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888104.23351: no more pending results, returning what we have 138029 1726888104.23354: results queue empty 138029 1726888104.23357: checking for any_errors_fatal 138029 1726888104.23365: done checking for any_errors_fatal 138029 1726888104.23365: checking for max_fail_percentage 138029 1726888104.23367: done checking for max_fail_percentage 138029 1726888104.23368: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.23368: done checking to see if all hosts have failed 138029 1726888104.23369: getting the remaining hosts for this loop 138029 1726888104.23370: done getting the remaining hosts for this loop 138029 1726888104.23373: getting the next task for host managed_node3 138029 1726888104.23385: done getting next task for host managed_node3 138029 1726888104.23387: ^ task is: TASK: Apply lower size limit to max usable thin pool space 138029 1726888104.23394: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.23398: getting variables 138029 1726888104.23399: in VariableManager get_vars() 138029 1726888104.23430: Calling all_inventory to load vars for managed_node3 138029 1726888104.23432: Calling groups_inventory to load vars for managed_node3 138029 1726888104.23434: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.23441: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.23443: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.23444: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.27294: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.27926: done with get_vars() 138029 1726888104.27940: done getting variables 138029 1726888104.27986: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:24 -0400 (0:00:00.060) 0:01:57.003 ****** 138029 1726888104.28013: entering _queue_task() for managed_node3/set_fact 138029 1726888104.28307: worker is 1 (out of 1 available) 138029 1726888104.28321: exiting _queue_task() for managed_node3/set_fact 138029 1726888104.28333: done queuing things up, now waiting for results queue to drain 138029 1726888104.28334: waiting for pending results... 138029 1726888104.28773: running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space 138029 1726888104.28796: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e9a 138029 1726888104.28818: variable 'ansible_search_path' from source: unknown 138029 1726888104.28861: calling self._execute() 138029 1726888104.28971: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.28989: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.29007: variable 'omit' from source: magic vars 138029 1726888104.29313: variable 'storage_test_volume' from source: include params 138029 1726888104.29336: Evaluated conditional (storage_test_volume.thin): False 138029 1726888104.29340: when evaluation is False, skipping this task 138029 1726888104.29343: _execute() done 138029 1726888104.29346: dumping result to json 138029 1726888104.29349: done dumping result, returning 138029 1726888104.29353: done running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-000000000e9a] 138029 1726888104.29360: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e9a 138029 1726888104.29456: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e9a 138029 1726888104.29459: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888104.29512: no more pending results, returning what we have 138029 1726888104.29516: results queue empty 138029 1726888104.29517: checking for any_errors_fatal 138029 1726888104.29526: done checking for any_errors_fatal 138029 1726888104.29526: checking for max_fail_percentage 138029 1726888104.29528: done checking for max_fail_percentage 138029 1726888104.29529: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.29529: done checking to see if all hosts have failed 138029 1726888104.29530: getting the remaining hosts for this loop 138029 1726888104.29531: done getting the remaining hosts for this loop 138029 1726888104.29535: getting the next task for host managed_node3 138029 1726888104.29542: done getting next task for host managed_node3 138029 1726888104.29544: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 138029 1726888104.29550: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.29554: getting variables 138029 1726888104.29557: in VariableManager get_vars() 138029 1726888104.29586: Calling all_inventory to load vars for managed_node3 138029 1726888104.29589: Calling groups_inventory to load vars for managed_node3 138029 1726888104.29591: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.29600: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.29602: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.29604: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.29968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.30352: done with get_vars() 138029 1726888104.30364: 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:08:24 -0400 (0:00:00.024) 0:01:57.027 ****** 138029 1726888104.30422: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888104.30613: worker is 1 (out of 1 available) 138029 1726888104.30626: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888104.30636: done queuing things up, now waiting for results queue to drain 138029 1726888104.30638: waiting for pending results... 138029 1726888104.30822: running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size 138029 1726888104.30936: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e9b 138029 1726888104.30948: variable 'ansible_search_path' from source: unknown 138029 1726888104.30983: calling self._execute() 138029 1726888104.31065: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.31074: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.31088: variable 'omit' from source: magic vars 138029 1726888104.31348: variable 'storage_test_volume' from source: include params 138029 1726888104.31376: Evaluated conditional (storage_test_volume.thin): False 138029 1726888104.31380: when evaluation is False, skipping this task 138029 1726888104.31382: _execute() done 138029 1726888104.31385: dumping result to json 138029 1726888104.31388: done dumping result, returning 138029 1726888104.31391: done running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-5a58-73a2-000000000e9b] 138029 1726888104.31397: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e9b 138029 1726888104.31491: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e9b 138029 1726888104.31493: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888104.31553: no more pending results, returning what we have 138029 1726888104.31558: results queue empty 138029 1726888104.31559: checking for any_errors_fatal 138029 1726888104.31563: done checking for any_errors_fatal 138029 1726888104.31564: checking for max_fail_percentage 138029 1726888104.31565: done checking for max_fail_percentage 138029 1726888104.31566: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.31567: done checking to see if all hosts have failed 138029 1726888104.31567: getting the remaining hosts for this loop 138029 1726888104.31569: done getting the remaining hosts for this loop 138029 1726888104.31572: getting the next task for host managed_node3 138029 1726888104.31579: done getting next task for host managed_node3 138029 1726888104.31581: ^ task is: TASK: Show max thin pool size 138029 1726888104.31587: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.31590: getting variables 138029 1726888104.31591: in VariableManager get_vars() 138029 1726888104.31615: Calling all_inventory to load vars for managed_node3 138029 1726888104.31617: Calling groups_inventory to load vars for managed_node3 138029 1726888104.31619: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.31628: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.31630: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.31633: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.32034: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.32666: done with get_vars() 138029 1726888104.32679: done getting variables 138029 1726888104.32727: 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:08:24 -0400 (0:00:00.023) 0:01:57.051 ****** 138029 1726888104.32760: entering _queue_task() for managed_node3/debug 138029 1726888104.32989: worker is 1 (out of 1 available) 138029 1726888104.33000: exiting _queue_task() for managed_node3/debug 138029 1726888104.33013: done queuing things up, now waiting for results queue to drain 138029 1726888104.33014: waiting for pending results... 138029 1726888104.33471: running TaskExecutor() for managed_node3/TASK: Show max thin pool size 138029 1726888104.33477: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e9c 138029 1726888104.33480: variable 'ansible_search_path' from source: unknown 138029 1726888104.33507: calling self._execute() 138029 1726888104.33617: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.33628: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.33640: variable 'omit' from source: magic vars 138029 1726888104.33999: variable 'storage_test_volume' from source: include params 138029 1726888104.34038: Evaluated conditional (storage_test_volume.thin): False 138029 1726888104.34046: when evaluation is False, skipping this task 138029 1726888104.34053: _execute() done 138029 1726888104.34062: dumping result to json 138029 1726888104.34069: done dumping result, returning 138029 1726888104.34078: done running TaskExecutor() for managed_node3/TASK: Show max thin pool size [0affc8a3-6f6f-5a58-73a2-000000000e9c] 138029 1726888104.34087: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e9c 138029 1726888104.34361: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e9c 138029 1726888104.34364: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888104.34402: no more pending results, returning what we have 138029 1726888104.34405: results queue empty 138029 1726888104.34406: checking for any_errors_fatal 138029 1726888104.34413: done checking for any_errors_fatal 138029 1726888104.34414: checking for max_fail_percentage 138029 1726888104.34416: done checking for max_fail_percentage 138029 1726888104.34416: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.34417: done checking to see if all hosts have failed 138029 1726888104.34418: getting the remaining hosts for this loop 138029 1726888104.34419: done getting the remaining hosts for this loop 138029 1726888104.34422: getting the next task for host managed_node3 138029 1726888104.34428: done getting next task for host managed_node3 138029 1726888104.34431: ^ task is: TASK: Show volume thin pool size 138029 1726888104.34436: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.34440: getting variables 138029 1726888104.34441: in VariableManager get_vars() 138029 1726888104.34467: Calling all_inventory to load vars for managed_node3 138029 1726888104.34470: Calling groups_inventory to load vars for managed_node3 138029 1726888104.34472: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.34481: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.34483: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.34485: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.35112: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.35788: done with get_vars() 138029 1726888104.35803: done getting variables 138029 1726888104.35862: 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:08:24 -0400 (0:00:00.031) 0:01:57.082 ****** 138029 1726888104.35897: entering _queue_task() for managed_node3/debug 138029 1726888104.36148: worker is 1 (out of 1 available) 138029 1726888104.36163: exiting _queue_task() for managed_node3/debug 138029 1726888104.36175: done queuing things up, now waiting for results queue to drain 138029 1726888104.36177: waiting for pending results... 138029 1726888104.36459: running TaskExecutor() for managed_node3/TASK: Show volume thin pool size 138029 1726888104.36595: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e9d 138029 1726888104.36616: variable 'ansible_search_path' from source: unknown 138029 1726888104.36659: calling self._execute() 138029 1726888104.36781: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.36961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.36964: variable 'omit' from source: magic vars 138029 1726888104.37168: variable 'storage_test_volume' from source: include params 138029 1726888104.37204: Evaluated conditional (storage_test_volume.thin): False 138029 1726888104.37211: when evaluation is False, skipping this task 138029 1726888104.37216: _execute() done 138029 1726888104.37222: dumping result to json 138029 1726888104.37228: done dumping result, returning 138029 1726888104.37237: done running TaskExecutor() for managed_node3/TASK: Show volume thin pool size [0affc8a3-6f6f-5a58-73a2-000000000e9d] 138029 1726888104.37244: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e9d skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888104.37385: no more pending results, returning what we have 138029 1726888104.37388: results queue empty 138029 1726888104.37390: checking for any_errors_fatal 138029 1726888104.37398: done checking for any_errors_fatal 138029 1726888104.37398: checking for max_fail_percentage 138029 1726888104.37400: done checking for max_fail_percentage 138029 1726888104.37401: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.37402: done checking to see if all hosts have failed 138029 1726888104.37402: getting the remaining hosts for this loop 138029 1726888104.37404: done getting the remaining hosts for this loop 138029 1726888104.37407: getting the next task for host managed_node3 138029 1726888104.37416: done getting next task for host managed_node3 138029 1726888104.37418: ^ task is: TASK: Show test volume size 138029 1726888104.37425: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.37430: getting variables 138029 1726888104.37432: in VariableManager get_vars() 138029 1726888104.37464: Calling all_inventory to load vars for managed_node3 138029 1726888104.37466: Calling groups_inventory to load vars for managed_node3 138029 1726888104.37470: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.37483: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.37486: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.37488: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.38279: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e9d 138029 1726888104.38282: WORKER PROCESS EXITING 138029 1726888104.38497: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.39115: done with get_vars() 138029 1726888104.39128: done getting variables 138029 1726888104.39185: 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:08:24 -0400 (0:00:00.033) 0:01:57.115 ****** 138029 1726888104.39221: entering _queue_task() for managed_node3/debug 138029 1726888104.39661: worker is 1 (out of 1 available) 138029 1726888104.39671: exiting _queue_task() for managed_node3/debug 138029 1726888104.39680: done queuing things up, now waiting for results queue to drain 138029 1726888104.39682: waiting for pending results... 138029 1726888104.39764: running TaskExecutor() for managed_node3/TASK: Show test volume size 138029 1726888104.39928: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e9e 138029 1726888104.39949: variable 'ansible_search_path' from source: unknown 138029 1726888104.39989: calling self._execute() 138029 1726888104.40096: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.40108: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.40127: variable 'omit' from source: magic vars 138029 1726888104.40502: variable 'storage_test_volume' from source: include params 138029 1726888104.40537: Evaluated conditional (storage_test_volume.thin): False 138029 1726888104.40545: when evaluation is False, skipping this task 138029 1726888104.40559: _execute() done 138029 1726888104.40567: dumping result to json 138029 1726888104.40574: done dumping result, returning 138029 1726888104.40584: done running TaskExecutor() for managed_node3/TASK: Show test volume size [0affc8a3-6f6f-5a58-73a2-000000000e9e] 138029 1726888104.40593: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e9e skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888104.40803: no more pending results, returning what we have 138029 1726888104.40808: results queue empty 138029 1726888104.40809: checking for any_errors_fatal 138029 1726888104.40818: done checking for any_errors_fatal 138029 1726888104.40819: checking for max_fail_percentage 138029 1726888104.40821: done checking for max_fail_percentage 138029 1726888104.40822: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.40822: done checking to see if all hosts have failed 138029 1726888104.40823: getting the remaining hosts for this loop 138029 1726888104.40825: done getting the remaining hosts for this loop 138029 1726888104.40829: getting the next task for host managed_node3 138029 1726888104.40838: done getting next task for host managed_node3 138029 1726888104.40841: ^ task is: TASK: Establish base value for expected thin pool size 138029 1726888104.40849: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.40857: getting variables 138029 1726888104.40859: in VariableManager get_vars() 138029 1726888104.40892: Calling all_inventory to load vars for managed_node3 138029 1726888104.40896: Calling groups_inventory to load vars for managed_node3 138029 1726888104.40899: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.40911: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.40915: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.40918: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.41438: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e9e 138029 1726888104.41441: WORKER PROCESS EXITING 138029 1726888104.41454: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.41840: done with get_vars() 138029 1726888104.41850: done getting variables 138029 1726888104.41894: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:24 -0400 (0:00:00.026) 0:01:57.142 ****** 138029 1726888104.41918: entering _queue_task() for managed_node3/set_fact 138029 1726888104.42106: worker is 1 (out of 1 available) 138029 1726888104.42121: exiting _queue_task() for managed_node3/set_fact 138029 1726888104.42133: done queuing things up, now waiting for results queue to drain 138029 1726888104.42135: waiting for pending results... 138029 1726888104.42305: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size 138029 1726888104.42391: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e9f 138029 1726888104.42402: variable 'ansible_search_path' from source: unknown 138029 1726888104.42429: calling self._execute() 138029 1726888104.42512: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.42516: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.42525: variable 'omit' from source: magic vars 138029 1726888104.42806: variable 'storage_test_volume' from source: include params 138029 1726888104.42819: Evaluated conditional (storage_test_volume.thin): False 138029 1726888104.42823: when evaluation is False, skipping this task 138029 1726888104.42826: _execute() done 138029 1726888104.42828: dumping result to json 138029 1726888104.42831: done dumping result, returning 138029 1726888104.42836: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-5a58-73a2-000000000e9f] 138029 1726888104.42845: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e9f 138029 1726888104.43125: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e9f 138029 1726888104.43128: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888104.43169: no more pending results, returning what we have 138029 1726888104.43172: results queue empty 138029 1726888104.43173: checking for any_errors_fatal 138029 1726888104.43179: done checking for any_errors_fatal 138029 1726888104.43180: checking for max_fail_percentage 138029 1726888104.43182: done checking for max_fail_percentage 138029 1726888104.43182: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.43183: done checking to see if all hosts have failed 138029 1726888104.43184: getting the remaining hosts for this loop 138029 1726888104.43185: done getting the remaining hosts for this loop 138029 1726888104.43188: getting the next task for host managed_node3 138029 1726888104.43195: done getting next task for host managed_node3 138029 1726888104.43197: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888104.43204: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.43208: getting variables 138029 1726888104.43209: in VariableManager get_vars() 138029 1726888104.43234: Calling all_inventory to load vars for managed_node3 138029 1726888104.43237: Calling groups_inventory to load vars for managed_node3 138029 1726888104.43240: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.43249: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.43252: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.43257: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.43821: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.44277: done with get_vars() 138029 1726888104.44287: done getting variables 138029 1726888104.44326: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:24 -0400 (0:00:00.024) 0:01:57.167 ****** 138029 1726888104.44351: entering _queue_task() for managed_node3/set_fact 138029 1726888104.44540: worker is 1 (out of 1 available) 138029 1726888104.44553: exiting _queue_task() for managed_node3/set_fact 138029 1726888104.44568: done queuing things up, now waiting for results queue to drain 138029 1726888104.44570: waiting for pending results... 138029 1726888104.44743: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888104.44836: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000ea0 138029 1726888104.44847: variable 'ansible_search_path' from source: unknown 138029 1726888104.44878: calling self._execute() 138029 1726888104.44968: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.44973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.44980: variable 'omit' from source: magic vars 138029 1726888104.45243: variable 'storage_test_volume' from source: include params 138029 1726888104.45346: Evaluated conditional (storage_test_volume.thin): False 138029 1726888104.45349: when evaluation is False, skipping this task 138029 1726888104.45351: _execute() done 138029 1726888104.45353: dumping result to json 138029 1726888104.45357: done dumping result, returning 138029 1726888104.45359: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-000000000ea0] 138029 1726888104.45364: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ea0 138029 1726888104.45430: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ea0 138029 1726888104.45433: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888104.45480: no more pending results, returning what we have 138029 1726888104.45483: results queue empty 138029 1726888104.45483: checking for any_errors_fatal 138029 1726888104.45488: done checking for any_errors_fatal 138029 1726888104.45489: checking for max_fail_percentage 138029 1726888104.45490: done checking for max_fail_percentage 138029 1726888104.45491: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.45492: done checking to see if all hosts have failed 138029 1726888104.45492: getting the remaining hosts for this loop 138029 1726888104.45493: done getting the remaining hosts for this loop 138029 1726888104.45496: getting the next task for host managed_node3 138029 1726888104.45502: done getting next task for host managed_node3 138029 1726888104.45504: ^ task is: TASK: Establish base value for expected thin pool volume size 138029 1726888104.45508: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.45511: getting variables 138029 1726888104.45512: in VariableManager get_vars() 138029 1726888104.45530: Calling all_inventory to load vars for managed_node3 138029 1726888104.45532: Calling groups_inventory to load vars for managed_node3 138029 1726888104.45533: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.45540: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.45541: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.45543: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.45885: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.46274: done with get_vars() 138029 1726888104.46284: done getting variables 138029 1726888104.46322: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:24 -0400 (0:00:00.019) 0:01:57.187 ****** 138029 1726888104.46343: entering _queue_task() for managed_node3/set_fact 138029 1726888104.46532: worker is 1 (out of 1 available) 138029 1726888104.46544: exiting _queue_task() for managed_node3/set_fact 138029 1726888104.46557: done queuing things up, now waiting for results queue to drain 138029 1726888104.46559: waiting for pending results... 138029 1726888104.46728: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size 138029 1726888104.46812: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000ea1 138029 1726888104.46824: variable 'ansible_search_path' from source: unknown 138029 1726888104.46851: calling self._execute() 138029 1726888104.46931: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.46937: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.46946: variable 'omit' from source: magic vars 138029 1726888104.47207: variable 'storage_test_volume' from source: include params 138029 1726888104.47232: Evaluated conditional (storage_test_volume.thin): False 138029 1726888104.47236: when evaluation is False, skipping this task 138029 1726888104.47239: _execute() done 138029 1726888104.47241: dumping result to json 138029 1726888104.47244: done dumping result, returning 138029 1726888104.47253: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-5a58-73a2-000000000ea1] 138029 1726888104.47257: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ea1 138029 1726888104.47342: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ea1 138029 1726888104.47345: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888104.47393: no more pending results, returning what we have 138029 1726888104.47396: results queue empty 138029 1726888104.47397: checking for any_errors_fatal 138029 1726888104.47402: done checking for any_errors_fatal 138029 1726888104.47403: checking for max_fail_percentage 138029 1726888104.47404: done checking for max_fail_percentage 138029 1726888104.47405: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.47406: done checking to see if all hosts have failed 138029 1726888104.47406: getting the remaining hosts for this loop 138029 1726888104.47407: done getting the remaining hosts for this loop 138029 1726888104.47410: getting the next task for host managed_node3 138029 1726888104.47416: done getting next task for host managed_node3 138029 1726888104.47418: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888104.47424: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.47427: getting variables 138029 1726888104.47428: in VariableManager get_vars() 138029 1726888104.47452: Calling all_inventory to load vars for managed_node3 138029 1726888104.47455: Calling groups_inventory to load vars for managed_node3 138029 1726888104.47468: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.47478: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.47480: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.47483: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.47995: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.48360: done with get_vars() 138029 1726888104.48370: done getting variables 138029 1726888104.48408: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:24 -0400 (0:00:00.020) 0:01:57.207 ****** 138029 1726888104.48429: entering _queue_task() for managed_node3/set_fact 138029 1726888104.48607: worker is 1 (out of 1 available) 138029 1726888104.48621: exiting _queue_task() for managed_node3/set_fact 138029 1726888104.48631: done queuing things up, now waiting for results queue to drain 138029 1726888104.48633: waiting for pending results... 138029 1726888104.48799: running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888104.48900: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000ea2 138029 1726888104.48912: variable 'ansible_search_path' from source: unknown 138029 1726888104.48936: calling self._execute() 138029 1726888104.49019: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.49023: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.49031: variable 'omit' from source: magic vars 138029 1726888104.49295: variable 'storage_test_volume' from source: include params 138029 1726888104.49318: Evaluated conditional (storage_test_volume.thin): False 138029 1726888104.49321: when evaluation is False, skipping this task 138029 1726888104.49324: _execute() done 138029 1726888104.49326: dumping result to json 138029 1726888104.49329: done dumping result, returning 138029 1726888104.49335: done running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-5a58-73a2-000000000ea2] 138029 1726888104.49340: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ea2 138029 1726888104.49436: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ea2 138029 1726888104.49440: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888104.49485: no more pending results, returning what we have 138029 1726888104.49488: results queue empty 138029 1726888104.49489: checking for any_errors_fatal 138029 1726888104.49495: done checking for any_errors_fatal 138029 1726888104.49495: checking for max_fail_percentage 138029 1726888104.49497: done checking for max_fail_percentage 138029 1726888104.49497: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.49498: done checking to see if all hosts have failed 138029 1726888104.49499: getting the remaining hosts for this loop 138029 1726888104.49500: done getting the remaining hosts for this loop 138029 1726888104.49503: getting the next task for host managed_node3 138029 1726888104.49510: done getting next task for host managed_node3 138029 1726888104.49512: ^ task is: TASK: Replace expected volume size with calculated value 138029 1726888104.49518: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.49522: getting variables 138029 1726888104.49524: in VariableManager get_vars() 138029 1726888104.49548: Calling all_inventory to load vars for managed_node3 138029 1726888104.49550: Calling groups_inventory to load vars for managed_node3 138029 1726888104.49553: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.49568: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.49571: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.49574: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.49919: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.50296: done with get_vars() 138029 1726888104.50306: done getting variables 138029 1726888104.50345: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:24 -0400 (0:00:00.019) 0:01:57.227 ****** 138029 1726888104.50370: entering _queue_task() for managed_node3/set_fact 138029 1726888104.50545: worker is 1 (out of 1 available) 138029 1726888104.50560: exiting _queue_task() for managed_node3/set_fact 138029 1726888104.50571: done queuing things up, now waiting for results queue to drain 138029 1726888104.50573: waiting for pending results... 138029 1726888104.50739: running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value 138029 1726888104.50824: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000ea3 138029 1726888104.50835: variable 'ansible_search_path' from source: unknown 138029 1726888104.50863: calling self._execute() 138029 1726888104.50942: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.50946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.50957: variable 'omit' from source: magic vars 138029 1726888104.51221: variable 'storage_test_volume' from source: include params 138029 1726888104.51247: Evaluated conditional (storage_test_volume.thin): False 138029 1726888104.51250: when evaluation is False, skipping this task 138029 1726888104.51254: _execute() done 138029 1726888104.51258: dumping result to json 138029 1726888104.51261: done dumping result, returning 138029 1726888104.51268: done running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-5a58-73a2-000000000ea3] 138029 1726888104.51272: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ea3 138029 1726888104.51365: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ea3 138029 1726888104.51368: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888104.51409: no more pending results, returning what we have 138029 1726888104.51411: results queue empty 138029 1726888104.51412: checking for any_errors_fatal 138029 1726888104.51418: done checking for any_errors_fatal 138029 1726888104.51419: checking for max_fail_percentage 138029 1726888104.51420: done checking for max_fail_percentage 138029 1726888104.51421: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.51421: done checking to see if all hosts have failed 138029 1726888104.51422: getting the remaining hosts for this loop 138029 1726888104.51423: done getting the remaining hosts for this loop 138029 1726888104.51426: getting the next task for host managed_node3 138029 1726888104.51434: done getting next task for host managed_node3 138029 1726888104.51437: ^ task is: TASK: Show actual size 138029 1726888104.51443: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.51446: getting variables 138029 1726888104.51447: in VariableManager get_vars() 138029 1726888104.51474: Calling all_inventory to load vars for managed_node3 138029 1726888104.51476: Calling groups_inventory to load vars for managed_node3 138029 1726888104.51479: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.51487: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.51489: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.51491: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.51831: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.52212: done with get_vars() 138029 1726888104.52222: done getting variables 138029 1726888104.52264: 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:08:24 -0400 (0:00:00.019) 0:01:57.246 ****** 138029 1726888104.52287: entering _queue_task() for managed_node3/debug 138029 1726888104.52472: worker is 1 (out of 1 available) 138029 1726888104.52484: exiting _queue_task() for managed_node3/debug 138029 1726888104.52497: done queuing things up, now waiting for results queue to drain 138029 1726888104.52498: waiting for pending results... 138029 1726888104.52668: running TaskExecutor() for managed_node3/TASK: Show actual size 138029 1726888104.52753: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000ea5 138029 1726888104.52768: variable 'ansible_search_path' from source: unknown 138029 1726888104.52796: calling self._execute() 138029 1726888104.52878: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.52881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.52890: variable 'omit' from source: magic vars 138029 1726888104.52971: variable 'omit' from source: magic vars 138029 1726888104.53015: variable 'omit' from source: magic vars 138029 1726888104.53037: variable 'omit' from source: magic vars 138029 1726888104.53075: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888104.53104: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888104.53119: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888104.53132: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888104.53141: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888104.53156: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888104.53174: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888104.53196: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888104.53198: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.53201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.53287: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888104.53291: Set connection var ansible_timeout to 10 138029 1726888104.53296: Set connection var ansible_pipelining to False 138029 1726888104.53299: Set connection var ansible_shell_type to sh 138029 1726888104.53302: Set connection var ansible_connection to ssh 138029 1726888104.53305: Set connection var ansible_shell_executable to /bin/sh 138029 1726888104.53325: variable 'ansible_shell_executable' from source: unknown 138029 1726888104.53329: variable 'ansible_connection' from source: unknown 138029 1726888104.53331: variable 'ansible_module_compression' from source: unknown 138029 1726888104.53334: variable 'ansible_shell_type' from source: unknown 138029 1726888104.53336: variable 'ansible_shell_executable' from source: unknown 138029 1726888104.53338: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.53340: variable 'ansible_pipelining' from source: unknown 138029 1726888104.53344: variable 'ansible_timeout' from source: unknown 138029 1726888104.53348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.53454: 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) 138029 1726888104.53468: variable 'omit' from source: magic vars 138029 1726888104.53473: starting attempt loop 138029 1726888104.53476: running the handler 138029 1726888104.53543: variable 'storage_test_actual_size' from source: set_fact 138029 1726888104.53710: variable 'storage_test_actual_size' from source: set_fact 138029 1726888104.53964: handler run complete 138029 1726888104.53968: attempt loop complete, returning result 138029 1726888104.53970: _execute() done 138029 1726888104.53973: dumping result to json 138029 1726888104.53975: done dumping result, returning 138029 1726888104.53977: done running TaskExecutor() for managed_node3/TASK: Show actual size [0affc8a3-6f6f-5a58-73a2-000000000ea5] 138029 1726888104.53980: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ea5 138029 1726888104.54045: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ea5 138029 1726888104.54048: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } 138029 1726888104.54111: no more pending results, returning what we have 138029 1726888104.54114: results queue empty 138029 1726888104.54115: checking for any_errors_fatal 138029 1726888104.54121: done checking for any_errors_fatal 138029 1726888104.54122: checking for max_fail_percentage 138029 1726888104.54124: done checking for max_fail_percentage 138029 1726888104.54124: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.54125: done checking to see if all hosts have failed 138029 1726888104.54126: getting the remaining hosts for this loop 138029 1726888104.54127: done getting the remaining hosts for this loop 138029 1726888104.54130: getting the next task for host managed_node3 138029 1726888104.54136: done getting next task for host managed_node3 138029 1726888104.54138: ^ task is: TASK: Show expected size 138029 1726888104.54144: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.54147: getting variables 138029 1726888104.54148: in VariableManager get_vars() 138029 1726888104.54202: Calling all_inventory to load vars for managed_node3 138029 1726888104.54205: Calling groups_inventory to load vars for managed_node3 138029 1726888104.54208: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.54219: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.54222: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.54225: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.54794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.55359: done with get_vars() 138029 1726888104.55374: done getting variables 138029 1726888104.55411: 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:08:24 -0400 (0:00:00.031) 0:01:57.277 ****** 138029 1726888104.55432: entering _queue_task() for managed_node3/debug 138029 1726888104.55616: worker is 1 (out of 1 available) 138029 1726888104.55630: exiting _queue_task() for managed_node3/debug 138029 1726888104.55642: done queuing things up, now waiting for results queue to drain 138029 1726888104.55644: waiting for pending results... 138029 1726888104.55882: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888104.56045: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000ea6 138029 1726888104.56050: variable 'ansible_search_path' from source: unknown 138029 1726888104.56054: calling self._execute() 138029 1726888104.56186: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.56190: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.56201: variable 'omit' from source: magic vars 138029 1726888104.56321: variable 'omit' from source: magic vars 138029 1726888104.56405: variable 'omit' from source: magic vars 138029 1726888104.56439: variable 'omit' from source: magic vars 138029 1726888104.56561: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888104.56565: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888104.56567: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888104.56575: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888104.56588: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888104.56607: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888104.56624: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888104.56670: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888104.56674: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.56677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.56805: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888104.56812: Set connection var ansible_timeout to 10 138029 1726888104.56818: Set connection var ansible_pipelining to False 138029 1726888104.56821: Set connection var ansible_shell_type to sh 138029 1726888104.56823: Set connection var ansible_connection to ssh 138029 1726888104.56827: Set connection var ansible_shell_executable to /bin/sh 138029 1726888104.56860: variable 'ansible_shell_executable' from source: unknown 138029 1726888104.56863: variable 'ansible_connection' from source: unknown 138029 1726888104.56869: variable 'ansible_module_compression' from source: unknown 138029 1726888104.56872: variable 'ansible_shell_type' from source: unknown 138029 1726888104.56874: variable 'ansible_shell_executable' from source: unknown 138029 1726888104.56876: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.56915: variable 'ansible_pipelining' from source: unknown 138029 1726888104.56918: variable 'ansible_timeout' from source: unknown 138029 1726888104.56920: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.57546: 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) 138029 1726888104.57552: variable 'omit' from source: magic vars 138029 1726888104.57557: starting attempt loop 138029 1726888104.57559: running the handler 138029 1726888104.57562: variable 'storage_test_expected_size' from source: set_fact 138029 1726888104.57841: variable 'storage_test_expected_size' from source: set_fact 138029 1726888104.58013: handler run complete 138029 1726888104.58039: attempt loop complete, returning result 138029 1726888104.58047: _execute() done 138029 1726888104.58059: dumping result to json 138029 1726888104.58069: done dumping result, returning 138029 1726888104.58085: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-000000000ea6] 138029 1726888104.58238: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ea6 138029 1726888104.58357: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ea6 138029 1726888104.58362: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_expected_size": "2147483648" } 138029 1726888104.58411: no more pending results, returning what we have 138029 1726888104.58415: results queue empty 138029 1726888104.58416: checking for any_errors_fatal 138029 1726888104.58428: done checking for any_errors_fatal 138029 1726888104.58429: checking for max_fail_percentage 138029 1726888104.58431: done checking for max_fail_percentage 138029 1726888104.58432: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.58432: done checking to see if all hosts have failed 138029 1726888104.58433: getting the remaining hosts for this loop 138029 1726888104.58434: done getting the remaining hosts for this loop 138029 1726888104.58439: getting the next task for host managed_node3 138029 1726888104.58450: done getting next task for host managed_node3 138029 1726888104.58453: ^ task is: TASK: Assert expected size is actual size 138029 1726888104.58464: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.58469: getting variables 138029 1726888104.58471: in VariableManager get_vars() 138029 1726888104.58504: Calling all_inventory to load vars for managed_node3 138029 1726888104.58508: Calling groups_inventory to load vars for managed_node3 138029 1726888104.58511: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.58520: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.58523: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.58526: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.59629: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.60804: done with get_vars() 138029 1726888104.60827: done getting variables 138029 1726888104.60898: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:24 -0400 (0:00:00.054) 0:01:57.332 ****** 138029 1726888104.60935: entering _queue_task() for managed_node3/assert 138029 1726888104.61240: worker is 1 (out of 1 available) 138029 1726888104.61252: exiting _queue_task() for managed_node3/assert 138029 1726888104.61265: done queuing things up, now waiting for results queue to drain 138029 1726888104.61267: waiting for pending results... 138029 1726888104.61446: running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size 138029 1726888104.61551: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000ea7 138029 1726888104.61564: variable 'ansible_search_path' from source: unknown 138029 1726888104.61596: calling self._execute() 138029 1726888104.61685: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.61689: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.61699: variable 'omit' from source: magic vars 138029 1726888104.62262: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888104.63819: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888104.63880: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888104.63914: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888104.63941: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888104.63968: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888104.64040: variable '_storage_test_volume_present' from source: set_fact 138029 1726888104.64053: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888104.64148: variable 'storage_test_volume' from source: include params 138029 1726888104.64171: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888104.64177: variable 'omit' from source: magic vars 138029 1726888104.64217: variable 'omit' from source: magic vars 138029 1726888104.64334: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888104.64357: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888104.64376: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888104.64405: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888104.64415: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888104.64482: variable 'storage_test_volume' from source: include params 138029 1726888104.64495: variable 'storage_test_expected_size' from source: set_fact 138029 1726888104.64498: variable 'storage_test_actual_size' from source: set_fact 138029 1726888104.64521: variable 'omit' from source: magic vars 138029 1726888104.64541: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888104.64566: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888104.64579: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888104.64592: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888104.64604: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888104.64614: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888104.64626: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888104.64647: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888104.64651: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.64653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.64734: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888104.64738: Set connection var ansible_timeout to 10 138029 1726888104.64743: Set connection var ansible_pipelining to False 138029 1726888104.64746: Set connection var ansible_shell_type to sh 138029 1726888104.64749: Set connection var ansible_connection to ssh 138029 1726888104.64753: Set connection var ansible_shell_executable to /bin/sh 138029 1726888104.64780: variable 'ansible_shell_executable' from source: unknown 138029 1726888104.64783: variable 'ansible_connection' from source: unknown 138029 1726888104.64786: variable 'ansible_module_compression' from source: unknown 138029 1726888104.64788: variable 'ansible_shell_type' from source: unknown 138029 1726888104.64790: variable 'ansible_shell_executable' from source: unknown 138029 1726888104.64792: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.64794: variable 'ansible_pipelining' from source: unknown 138029 1726888104.64796: variable 'ansible_timeout' from source: unknown 138029 1726888104.64798: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.64870: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888104.64883: variable 'omit' from source: magic vars 138029 1726888104.64886: starting attempt loop 138029 1726888104.64889: running the handler 138029 1726888104.65002: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888104.65020: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888104.65039: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888104.65066: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888104.65075: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888104.65168: variable 'storage_test_expected_size' from source: set_fact 138029 1726888104.65171: variable 'storage_test_actual_size' from source: set_fact 138029 1726888104.65179: Evaluated conditional ((storage_test_expected_size | int - storage_test_actual_size.bytes) | abs / storage_test_expected_size | int < 0.04): True 138029 1726888104.65185: handler run complete 138029 1726888104.65195: attempt loop complete, returning result 138029 1726888104.65197: _execute() done 138029 1726888104.65200: dumping result to json 138029 1726888104.65202: done dumping result, returning 138029 1726888104.65213: done running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size [0affc8a3-6f6f-5a58-73a2-000000000ea7] 138029 1726888104.65215: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ea7 138029 1726888104.65298: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ea7 138029 1726888104.65301: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888104.65378: no more pending results, returning what we have 138029 1726888104.65382: results queue empty 138029 1726888104.65383: checking for any_errors_fatal 138029 1726888104.65391: done checking for any_errors_fatal 138029 1726888104.65391: checking for max_fail_percentage 138029 1726888104.65393: done checking for max_fail_percentage 138029 1726888104.65394: checking to see if all hosts have failed and the running result is not ok 138029 1726888104.65394: done checking to see if all hosts have failed 138029 1726888104.65395: getting the remaining hosts for this loop 138029 1726888104.65396: done getting the remaining hosts for this loop 138029 1726888104.65400: getting the next task for host managed_node3 138029 1726888104.65409: done getting next task for host managed_node3 138029 1726888104.65413: ^ task is: TASK: Get information about the LV 138029 1726888104.65420: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888104.65424: getting variables 138029 1726888104.65425: in VariableManager get_vars() 138029 1726888104.65454: Calling all_inventory to load vars for managed_node3 138029 1726888104.65458: Calling groups_inventory to load vars for managed_node3 138029 1726888104.65461: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888104.65472: Calling all_plugins_play to load vars for managed_node3 138029 1726888104.65475: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888104.65477: Calling groups_plugins_play to load vars for managed_node3 138029 1726888104.65882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888104.66310: done with get_vars() 138029 1726888104.66332: done getting variables 138029 1726888104.66398: 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:08:24 -0400 (0:00:00.054) 0:01:57.387 ****** 138029 1726888104.66428: entering _queue_task() for managed_node3/command 138029 1726888104.66748: worker is 1 (out of 1 available) 138029 1726888104.66877: exiting _queue_task() for managed_node3/command 138029 1726888104.66888: done queuing things up, now waiting for results queue to drain 138029 1726888104.66889: waiting for pending results... 138029 1726888104.67171: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888104.67240: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000eae 138029 1726888104.67269: variable 'ansible_search_path' from source: unknown 138029 1726888104.67303: calling self._execute() 138029 1726888104.67396: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.67400: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.67409: variable 'omit' from source: magic vars 138029 1726888104.67885: variable 'storage_test_volume' from source: include params 138029 1726888104.67913: variable '_storage_test_volume_present' from source: set_fact 138029 1726888104.67920: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888104.67924: variable 'omit' from source: magic vars 138029 1726888104.68001: variable 'omit' from source: magic vars 138029 1726888104.68124: variable 'storage_test_pool' from source: include params 138029 1726888104.68185: variable 'storage_test_volume' from source: include params 138029 1726888104.68217: variable 'omit' from source: magic vars 138029 1726888104.68323: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888104.68340: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888104.68348: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888104.68377: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888104.68405: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888104.68408: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888104.68454: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888104.68461: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888104.68466: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.68468: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.68670: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888104.68674: Set connection var ansible_timeout to 10 138029 1726888104.68679: Set connection var ansible_pipelining to False 138029 1726888104.68685: Set connection var ansible_shell_type to sh 138029 1726888104.68693: Set connection var ansible_connection to ssh 138029 1726888104.68736: Set connection var ansible_shell_executable to /bin/sh 138029 1726888104.68778: variable 'ansible_shell_executable' from source: unknown 138029 1726888104.68781: variable 'ansible_connection' from source: unknown 138029 1726888104.68786: variable 'ansible_module_compression' from source: unknown 138029 1726888104.68788: variable 'ansible_shell_type' from source: unknown 138029 1726888104.68790: variable 'ansible_shell_executable' from source: unknown 138029 1726888104.68792: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888104.68795: variable 'ansible_pipelining' from source: unknown 138029 1726888104.68797: variable 'ansible_timeout' from source: unknown 138029 1726888104.68799: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888104.68994: 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) 138029 1726888104.69049: variable 'omit' from source: magic vars 138029 1726888104.69052: starting attempt loop 138029 1726888104.69054: running the handler 138029 1726888104.69058: _low_level_execute_command(): starting 138029 1726888104.69065: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888104.69729: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888104.69737: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888104.69743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888104.69831: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888104.69834: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888104.69884: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888104.71670: stdout chunk (state=3): >>>/root <<< 138029 1726888104.71768: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888104.71794: stderr chunk (state=3): >>><<< 138029 1726888104.71798: stdout chunk (state=3): >>><<< 138029 1726888104.71820: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888104.71833: _low_level_execute_command(): starting 138029 1726888104.71840: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888104.718182-141347-103207585953735 `" && echo ansible-tmp-1726888104.718182-141347-103207585953735="` echo /root/.ansible/tmp/ansible-tmp-1726888104.718182-141347-103207585953735 `" ) && sleep 0' 138029 1726888104.72259: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888104.72271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888104.72274: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888104.72277: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888104.72320: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888104.72323: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888104.72376: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888104.79757: stdout chunk (state=3): >>>ansible-tmp-1726888104.718182-141347-103207585953735=/root/.ansible/tmp/ansible-tmp-1726888104.718182-141347-103207585953735 <<< 138029 1726888104.79860: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888104.79892: stderr chunk (state=3): >>><<< 138029 1726888104.79895: stdout chunk (state=3): >>><<< 138029 1726888104.79913: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888104.718182-141347-103207585953735=/root/.ansible/tmp/ansible-tmp-1726888104.718182-141347-103207585953735 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888104.79947: variable 'ansible_module_compression' from source: unknown 138029 1726888104.79992: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888104.80025: variable 'ansible_facts' from source: unknown 138029 1726888104.80084: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888104.718182-141347-103207585953735/AnsiballZ_command.py 138029 1726888104.80193: Sending initial data 138029 1726888104.80197: Sent initial data (157 bytes) 138029 1726888104.80650: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888104.80653: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888104.80658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888104.80660: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888104.80662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888104.80712: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888104.80715: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888104.80769: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888104.82327: 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 <<< 138029 1726888104.82332: 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 <<< 138029 1726888104.82373: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888104.82433: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpeo3bmc9y /root/.ansible/tmp/ansible-tmp-1726888104.718182-141347-103207585953735/AnsiballZ_command.py <<< 138029 1726888104.82436: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888104.718182-141347-103207585953735/AnsiballZ_command.py" <<< 138029 1726888104.82478: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpeo3bmc9y" to remote "/root/.ansible/tmp/ansible-tmp-1726888104.718182-141347-103207585953735/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888104.718182-141347-103207585953735/AnsiballZ_command.py" <<< 138029 1726888104.83283: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888104.83366: stderr chunk (state=3): >>><<< 138029 1726888104.83368: stdout chunk (state=3): >>><<< 138029 1726888104.83399: done transferring module to remote 138029 1726888104.83427: _low_level_execute_command(): starting 138029 1726888104.83430: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888104.718182-141347-103207585953735/ /root/.ansible/tmp/ansible-tmp-1726888104.718182-141347-103207585953735/AnsiballZ_command.py && sleep 0' 138029 1726888104.84074: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888104.84119: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888104.84165: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888104.84188: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888104.84191: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888104.84249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888104.85990: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888104.86012: stderr chunk (state=3): >>><<< 138029 1726888104.86017: stdout chunk (state=3): >>><<< 138029 1726888104.86030: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888104.86034: _low_level_execute_command(): starting 138029 1726888104.86036: _low_level_execute_command(): using become for this command 138029 1726888104.86047: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zsmcalhnczfgjfhcraybkhyvhbgmvgcm ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888104.718182-141347-103207585953735/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888104.86125: Initial state: awaiting_escalation: BECOME-SUCCESS-zsmcalhnczfgjfhcraybkhyvhbgmvgcm 138029 1726888104.86511: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888104.86514: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888104.86545: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888104.86551: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888104.86602: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888104.89433: stdout chunk (state=1): >>>BECOME-SUCCESS-zsmcalhnczfgjfhcraybkhyvhbgmvgcm <<< 138029 1726888104.89437: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zsmcalhnczfgjfhcraybkhyvhbgmvgcm' 138029 1726888104.89771: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888104.89812: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888104.89849: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888104.89852: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888104.89927: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888104.89936: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888104.89952: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888104.90002: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888104.90016: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888104.90030: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888104.90070: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888104.90075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888104.90104: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888104.90123: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888104.90162: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888104.90194: 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 0x7f29685bc3e0> <<< 138029 1726888104.90200: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296858ba10> <<< 138029 1726888104.90233: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888104.90246: 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 0x7f29685be930> <<< 138029 1726888104.90254: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888104.90280: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888104.90285: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888104.90315: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888104.90361: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888104.90364: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888104.90425: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888104.90460: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888104.90494: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888104.90501: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888104.90541: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888104.90544: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888104.90567: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888104.90585: 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' <<< 138029 1726888104.90622: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29685ccfe0> <<< 138029 1726888104.90686: 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 <<< 138029 1726888104.90696: 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 0x7f29685cdfd0> <<< 138029 1726888104.90719: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888104.90753: 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. <<< 138029 1726888104.91037: 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' <<< 138029 1726888104.91094: 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 <<< 138029 1726888104.91195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888104.91277: 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 0x7f29683f3da0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888104.91338: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29683f3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888104.91372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888104.91482: 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' import 'itertools' # <<< 138029 1726888104.91511: 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' <<< 138029 1726888104.91543: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968423740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888104.91596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968423dd0> import '_collections' # <<< 138029 1726888104.91628: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968403a70> <<< 138029 1726888104.92040: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968401190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29683f0f50> # /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 0x7f2968447680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29684462a0> <<< 138029 1726888104.92045: 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 0x7f2968402060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29683f2e40> <<< 138029 1726888104.92126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888104.92137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29684786b0> <<< 138029 1726888104.92149: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29683f01d0> <<< 138029 1726888104.92169: 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' <<< 138029 1726888104.92205: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888104.92212: 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 0x7f2968478b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968478a10> <<< 138029 1726888104.92274: 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 0x7f2968478dd0> <<< 138029 1726888104.92277: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29683e6cf0> <<< 138029 1726888104.92317: 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' <<< 138029 1726888104.92403: 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 0x7f2968479460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968479130> <<< 138029 1726888104.92428: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888104.92559: 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 0x7f296847a360> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888104.92592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888104.92622: 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 0x7f2968494560> import 'errno' # <<< 138029 1726888104.92700: 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 0x7f2968495ca0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888104.92742: 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 0x7f2968496b40> <<< 138029 1726888104.92813: 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 0x7f29684971a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968496090> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888104.92897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888104.92910: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888104.92985: 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 0x7f2968497c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968497350> <<< 138029 1726888104.93020: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296847a2d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888104.93068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888104.93199: 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 0x7f296821bb30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888104.93230: 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 0x7f29682445f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968244380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888104.93284: 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 0x7f2968244620> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888104.93318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888104.93457: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888104.93602: 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 0x7f2968244ef0> <<< 138029 1726888104.93815: 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 0x7f2968245880> <<< 138029 1726888104.93865: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968244800> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968219cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888104.93904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888104.93941: 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' <<< 138029 1726888104.93997: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968246c60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29682459d0> <<< 138029 1726888104.94039: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296847aa80> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888104.94194: 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 <<< 138029 1726888104.94200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888104.94289: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968272f90> <<< 138029 1726888104.94442: 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' <<< 138029 1726888104.94698: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296829b380> # /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 0x7f29682f4170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888104.94701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888104.94776: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888104.94817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888104.95034: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29682f68d0> <<< 138029 1726888104.95105: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29682f4290> <<< 138029 1726888104.95133: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29682c1190> <<< 138029 1726888104.95185: 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 0x7f29680f9280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296829a180> <<< 138029 1726888104.95233: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968247b60> <<< 138029 1726888104.95505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f29680f94f0><<< 138029 1726888104.95521: stdout chunk (state=3): >>> <<< 138029 1726888104.97168: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_h_m3ig5_/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 138029 1726888104.97686: 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 <<< 138029 1726888104.97690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 138029 1726888104.97693: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296814af60><<< 138029 1726888104.97727: stdout chunk (state=3): >>> <<< 138029 1726888104.97848: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888104.98113: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296812de50><<< 138029 1726888104.98130: stdout chunk (state=3): >>> <<< 138029 1726888104.98154: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296812cfb0> <<< 138029 1726888104.98187: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888104.98238: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888104.98280: stdout chunk (state=3): >>> <<< 138029 1726888104.98320: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888104.98367: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888104.98400: stdout chunk (state=3): >>># zipimport: zlib available<<< 138029 1726888104.98445: stdout chunk (state=3): >>> import 'ansible.module_utils' # <<< 138029 1726888104.98458: stdout chunk (state=3): >>> <<< 138029 1726888104.98490: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888104.99960: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.01148: 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 0x7f2968148e30> <<< 138029 1726888105.01181: 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' <<< 138029 1726888105.01195: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888105.01227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888105.01231: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888105.01273: 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' <<< 138029 1726888105.01286: 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 0x7f296817a930> <<< 138029 1726888105.01311: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296817a6c0> <<< 138029 1726888105.01352: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296817a000> <<< 138029 1726888105.01394: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888105.01399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888105.01422: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296817a9f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296814bbf0> import 'atexit' # <<< 138029 1726888105.01461: 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 0x7f296817b650> <<< 138029 1726888105.01506: 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 0x7f296817b890> <<< 138029 1726888105.01512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888105.01560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888105.01574: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888105.01620: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296817bdd0> <<< 138029 1726888105.01658: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888105.01661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888105.01678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888105.01716: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b0dbe0> <<< 138029 1726888105.01760: 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 0x7f2967b0f800> <<< 138029 1726888105.01787: 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' <<< 138029 1726888105.01817: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b141d0> <<< 138029 1726888105.01840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888105.01873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888105.01899: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b15370> <<< 138029 1726888105.01910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888105.01953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888105.01982: 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' <<< 138029 1726888105.02030: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b17e00> <<< 138029 1726888105.02082: 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 0x7f2968403950> <<< 138029 1726888105.02112: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b160c0> <<< 138029 1726888105.02116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888105.02154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888105.02195: 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' <<< 138029 1726888105.02217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888105.02245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888105.02269: 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 0x7f2967b1bd40> import '_tokenize' # <<< 138029 1726888105.02338: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b1a810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b1a570> <<< 138029 1726888105.02353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888105.02368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888105.02451: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b1aae0> <<< 138029 1726888105.02478: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b165d0> <<< 138029 1726888105.02508: 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 0x7f2967b5f9e0> <<< 138029 1726888105.02545: 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 0x7f2967b600e0> <<< 138029 1726888105.02566: 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 <<< 138029 1726888105.02593: 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' <<< 138029 1726888105.02639: 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 0x7f2967b61b80> <<< 138029 1726888105.02672: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b61940> <<< 138029 1726888105.02685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888105.02777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888105.02838: 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 0x7f2967b64140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b62270> <<< 138029 1726888105.02863: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888105.02896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888105.02942: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888105.02946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888105.03002: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b67920> <<< 138029 1726888105.03117: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b642f0> <<< 138029 1726888105.03174: 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 0x7f2967b686e0> <<< 138029 1726888105.03196: 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 0x7f2967b685f0> <<< 138029 1726888105.03325: 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 0x7f2967b68950> <<< 138029 1726888105.03536: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b60200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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' <<< 138029 1726888105.03558: 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 0x7f2967bf4140> <<< 138029 1726888105.03654: 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 0x7f2967bf5430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b6a8d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2967b6bc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b6a510> # zipimport: zlib available # zipimport: zlib available<<< 138029 1726888105.03691: stdout chunk (state=3): >>> import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888105.03833: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.03976: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.03981: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888105.04006: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888105.04132: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.04253: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.04824: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.05369: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888105.05386: 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' # <<< 138029 1726888105.05416: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888105.05429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888105.05473: 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 0x7f2967bf97c0> <<< 138029 1726888105.05569: 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 0x7f2967bfa630> <<< 138029 1726888105.05594: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967bf55b0> <<< 138029 1726888105.05635: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888105.05657: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.05692: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 138029 1726888105.05702: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.05893: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.06060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888105.06064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967bfa390> # zipimport: zlib available <<< 138029 1726888105.06578: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.07031: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.07097: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.07187: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888105.07190: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.07221: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.07272: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888105.07275: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.07346: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.07451: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888105.07460: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.07488: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888105.07517: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.07566: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888105.07585: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.07797: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.08037: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888105.08099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888105.08103: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888105.08179: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967bfb710> <<< 138029 1726888105.08182: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.08260: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.08344: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888105.08347: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888105.08374: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.08413: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.08460: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888105.08472: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.08514: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.08634: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.08684: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.08748: 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<<< 138029 1726888105.08890: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888105.09134: 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 0x7f2967a060c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967a03440> <<< 138029 1726888105.09138: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888105.09223: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.09393: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.09436: 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 <<< 138029 1726888105.09559: 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 <<< 138029 1726888105.09592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888105.09653: 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' <<< 138029 1726888105.09796: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29681d2a50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29681c2720> <<< 138029 1726888105.09904: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967a06180> <<< 138029 1726888105.09952: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967bfb050> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888105.10038: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888105.10098: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 138029 1726888105.10172: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888105.10267: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.10383: 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' <<< 138029 1726888105.10413: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b68ad0> <<< 138029 1726888105.10497: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888105.15337: stdout chunk (state=3): >>> {"changed": true, "stdout": " LVM2_LV_NAME=lv1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear", "stderr": "", "rc": 0, "cmd": ["lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1"], "start": "2024-09-20 23:08:25.105287", "end": "2024-09-20 23:08:25.152055", "delta": "0:00:00.046768", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/lv1\n", "_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}}} <<< 138029 1726888105.15376: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888105.15871: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888105.15889: 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 <<< 138029 1726888105.15923: stdout chunk (state=3): >>># cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib <<< 138029 1726888105.15977: stdout chunk (state=3): >>># cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible <<< 138029 1726888105.15991: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ <<< 138029 1726888105.15997: stdout chunk (state=3): >>># cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing 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[<<< 138029 1726888105.16029: stdout chunk (state=3): >>>2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888105.16317: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888105.16340: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888105.16365: stdout chunk (state=3): >>># destroy _bz2 <<< 138029 1726888105.16371: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 138029 1726888105.16377: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888105.16388: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888105.16396: stdout chunk (state=3): >>># destroy zipfile._path <<< 138029 1726888105.16410: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888105.16415: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888105.16458: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888105.16466: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon <<< 138029 1726888105.16486: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 138029 1726888105.16500: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 138029 1726888105.16507: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888105.16529: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888105.16584: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888105.16592: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888105.16612: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888105.16663: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888105.16680: 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 <<< 138029 1726888105.16701: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888105.16712: 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 <<< 138029 1726888105.16736: 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 <<< 138029 1726888105.16741: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg <<< 138029 1726888105.16785: 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 <<< 138029 1726888105.16804: 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 <<< 138029 1726888105.16816: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 138029 1726888105.16832: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal <<< 138029 1726888105.16837: stdout chunk (state=3): >>># destroy _datetime <<< 138029 1726888105.16967: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888105.16978: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888105.16993: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888105.17007: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888105.17016: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888105.17022: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888105.17043: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888105.17083: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888105.17089: 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 <<< 138029 1726888105.17113: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888105.17238: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888105.17248: 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 <<< 138029 1726888105.17276: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888105.17287: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888105.17314: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888105.17317: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888105.17346: stdout chunk (state=3): >>># destroy _abc # destroy _sre <<< 138029 1726888105.17354: stdout chunk (state=3): >>># destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888105.17849: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888105.17883: stderr chunk (state=3): >>><<< 138029 1726888105.17886: stdout chunk (state=3): >>><<< 138029 1726888105.17949: _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 0x7f29685bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296858ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29685be930> 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 0x7f29685ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f29685cdfd0> 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 0x7f29683f3da0> # /usr/lib64/python3.12/__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 0x7f29683f3fe0> # /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 0x7f2968423740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968423dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968403a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968401190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29683f0f50> # /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 0x7f2968447680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29684462a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968402060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29683f2e40> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29684786b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29683f01d0> # /usr/lib64/python3.12/__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 0x7f2968478b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968478a10> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2968478dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29683e6cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f2968479460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968479130> 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 0x7f296847a360> 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 0x7f2968494560> 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 0x7f2968495ca0> # /usr/lib64/python3.12/__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 0x7f2968496b40> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29684971a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968496090> # /usr/lib64/python3.12/__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 0x7f2968497c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968497350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296847a2d0> # /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 0x7f296821bb30> # /usr/lib64/python3.12/__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 0x7f29682445f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968244380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2968244620> # /usr/lib64/python3.12/__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 0x7f2968244ef0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2968245880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968244800> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968219cd0> # /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 0x7f2968246c60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29682459d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296847aa80> # /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 0x7f2968272f90> # /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 0x7f296829b380> # /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 0x7f29682f4170> # /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 0x7f29682f68d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29682f4290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29682c1190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29680f9280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296829a180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2968247b60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f29680f94f0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_h_m3ig5_/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 0x7f296814af60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296812de50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296812cfb0> # 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 0x7f2968148e30> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f296817a930> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296817a6c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296817a000> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f296817a9f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f296814bbf0> 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 0x7f296817b650> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f296817b890> # /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 0x7f296817bdd0> 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 0x7f2967b0dbe0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2967b0f800> # /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 0x7f2967b141d0> # /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 0x7f2967b15370> # /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 0x7f2967b17e00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2968403950> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b160c0> # /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 0x7f2967b1bd40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b1a810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b1a570> # /usr/lib64/python3.12/__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 0x7f2967b1aae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b165d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2967b5f9e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b600e0> # /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 0x7f2967b61b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b61940> # /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 0x7f2967b64140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b62270> # /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 0x7f2967b67920> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b642f0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2967b686e0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2967b685f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2967b68950> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b60200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f2967bf4140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2967bf5430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b6a8d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2967b6bc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967b6a510> # 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 0x7f2967bf97c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f2967bfa630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967bf55b0> 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 0x7f2967bfa390> # 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 0x7f2967bfb710> # 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 0x7f2967a060c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967a03440> 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 0x7f29681d2a50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29681c2720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967a06180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2967bfb050> # 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 0x7f2967b68ad0> # zipimport: zlib available {"changed": true, "stdout": " LVM2_LV_NAME=lv1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear", "stderr": "", "rc": 0, "cmd": ["lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1"], "start": "2024-09-20 23:08:25.105287", "end": "2024-09-20 23:08:25.152055", "delta": "0:00:00.046768", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/lv1\n", "_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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888105.18493: done with _execute_module (ansible.legacy.command, {'_raw_params': 'lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/lv1\n', '_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-1726888104.718182-141347-103207585953735/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888105.18496: _low_level_execute_command(): starting 138029 1726888105.18499: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888104.718182-141347-103207585953735/ > /dev/null 2>&1 && sleep 0' 138029 1726888105.18601: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888105.18614: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888105.18661: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888105.18678: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888105.18723: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888105.20589: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888105.20611: stderr chunk (state=3): >>><<< 138029 1726888105.20614: stdout chunk (state=3): >>><<< 138029 1726888105.20627: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888105.20634: handler run complete 138029 1726888105.20654: Evaluated conditional (False): False 138029 1726888105.20667: attempt loop complete, returning result 138029 1726888105.20670: _execute() done 138029 1726888105.20673: dumping result to json 138029 1726888105.20675: done dumping result, returning 138029 1726888105.20682: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-000000000eae] 138029 1726888105.20687: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000eae 138029 1726888105.20784: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000eae 138029 1726888105.20787: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.046768", "end": "2024-09-20 23:08:25.152055", "rc": 0, "start": "2024-09-20 23:08:25.105287" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear 138029 1726888105.20865: no more pending results, returning what we have 138029 1726888105.20868: results queue empty 138029 1726888105.20869: checking for any_errors_fatal 138029 1726888105.20877: done checking for any_errors_fatal 138029 1726888105.20878: checking for max_fail_percentage 138029 1726888105.20880: done checking for max_fail_percentage 138029 1726888105.20880: checking to see if all hosts have failed and the running result is not ok 138029 1726888105.20881: done checking to see if all hosts have failed 138029 1726888105.20882: getting the remaining hosts for this loop 138029 1726888105.20883: done getting the remaining hosts for this loop 138029 1726888105.20886: getting the next task for host managed_node3 138029 1726888105.20893: done getting next task for host managed_node3 138029 1726888105.20897: ^ task is: TASK: Set LV segment type 138029 1726888105.20904: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888105.20907: getting variables 138029 1726888105.20909: in VariableManager get_vars() 138029 1726888105.20937: Calling all_inventory to load vars for managed_node3 138029 1726888105.20940: Calling groups_inventory to load vars for managed_node3 138029 1726888105.20942: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888105.20964: Calling all_plugins_play to load vars for managed_node3 138029 1726888105.20968: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888105.20971: Calling groups_plugins_play to load vars for managed_node3 138029 1726888105.21354: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888105.21746: done with get_vars() 138029 1726888105.21761: done getting variables 138029 1726888105.21811: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:25 -0400 (0:00:00.554) 0:01:57.942 ****** 138029 1726888105.21847: entering _queue_task() for managed_node3/set_fact 138029 1726888105.22109: worker is 1 (out of 1 available) 138029 1726888105.22119: exiting _queue_task() for managed_node3/set_fact 138029 1726888105.22131: done queuing things up, now waiting for results queue to drain 138029 1726888105.22132: waiting for pending results... 138029 1726888105.22561: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888105.22589: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000eaf 138029 1726888105.22597: variable 'ansible_search_path' from source: unknown 138029 1726888105.22636: calling self._execute() 138029 1726888105.22734: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.22961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.22967: variable 'omit' from source: magic vars 138029 1726888105.23222: variable 'storage_test_volume' from source: include params 138029 1726888105.23251: variable '_storage_test_volume_present' from source: set_fact 138029 1726888105.23275: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888105.23286: variable 'omit' from source: magic vars 138029 1726888105.23360: variable 'omit' from source: magic vars 138029 1726888105.23540: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888105.25113: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888105.25167: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888105.25195: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888105.25222: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888105.25241: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888105.25309: variable 'lvs' from source: set_fact 138029 1726888105.25374: variable 'omit' from source: magic vars 138029 1726888105.25394: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888105.25417: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888105.25431: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888105.25444: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888105.25454: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888105.25471: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888105.25483: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888105.25505: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888105.25507: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.25510: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.25593: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888105.25596: Set connection var ansible_timeout to 10 138029 1726888105.25602: Set connection var ansible_pipelining to False 138029 1726888105.25604: Set connection var ansible_shell_type to sh 138029 1726888105.25606: Set connection var ansible_connection to ssh 138029 1726888105.25611: Set connection var ansible_shell_executable to /bin/sh 138029 1726888105.25632: variable 'ansible_shell_executable' from source: unknown 138029 1726888105.25635: variable 'ansible_connection' from source: unknown 138029 1726888105.25639: variable 'ansible_module_compression' from source: unknown 138029 1726888105.25641: variable 'ansible_shell_type' from source: unknown 138029 1726888105.25643: variable 'ansible_shell_executable' from source: unknown 138029 1726888105.25646: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.25648: variable 'ansible_pipelining' from source: unknown 138029 1726888105.25650: variable 'ansible_timeout' from source: unknown 138029 1726888105.25652: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.25729: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888105.25738: variable 'omit' from source: magic vars 138029 1726888105.25744: starting attempt loop 138029 1726888105.25746: running the handler 138029 1726888105.25756: handler run complete 138029 1726888105.25768: attempt loop complete, returning result 138029 1726888105.25771: _execute() done 138029 1726888105.25774: dumping result to json 138029 1726888105.25778: done dumping result, returning 138029 1726888105.25964: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-000000000eaf] 138029 1726888105.25968: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000eaf 138029 1726888105.26034: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000eaf 138029 1726888105.26037: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } 138029 1726888105.26087: no more pending results, returning what we have 138029 1726888105.26090: results queue empty 138029 1726888105.26091: checking for any_errors_fatal 138029 1726888105.26100: done checking for any_errors_fatal 138029 1726888105.26100: checking for max_fail_percentage 138029 1726888105.26102: done checking for max_fail_percentage 138029 1726888105.26103: checking to see if all hosts have failed and the running result is not ok 138029 1726888105.26103: done checking to see if all hosts have failed 138029 1726888105.26104: getting the remaining hosts for this loop 138029 1726888105.26105: done getting the remaining hosts for this loop 138029 1726888105.26108: getting the next task for host managed_node3 138029 1726888105.26115: done getting next task for host managed_node3 138029 1726888105.26117: ^ task is: TASK: Check segment type 138029 1726888105.26123: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888105.26132: getting variables 138029 1726888105.26133: in VariableManager get_vars() 138029 1726888105.26166: Calling all_inventory to load vars for managed_node3 138029 1726888105.26169: Calling groups_inventory to load vars for managed_node3 138029 1726888105.26172: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888105.26182: Calling all_plugins_play to load vars for managed_node3 138029 1726888105.26184: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888105.26187: Calling groups_plugins_play to load vars for managed_node3 138029 1726888105.26780: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888105.27254: done with get_vars() 138029 1726888105.27269: done getting variables 138029 1726888105.27308: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:25 -0400 (0:00:00.054) 0:01:57.996 ****** 138029 1726888105.27332: entering _queue_task() for managed_node3/assert 138029 1726888105.27541: worker is 1 (out of 1 available) 138029 1726888105.27553: exiting _queue_task() for managed_node3/assert 138029 1726888105.27568: done queuing things up, now waiting for results queue to drain 138029 1726888105.27570: waiting for pending results... 138029 1726888105.27748: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888105.27829: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000eb0 138029 1726888105.27841: variable 'ansible_search_path' from source: unknown 138029 1726888105.27879: calling self._execute() 138029 1726888105.27969: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.27974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.27983: variable 'omit' from source: magic vars 138029 1726888105.28304: variable 'storage_test_volume' from source: include params 138029 1726888105.28321: variable '_storage_test_volume_present' from source: set_fact 138029 1726888105.28332: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888105.28337: variable 'omit' from source: magic vars 138029 1726888105.28386: variable 'omit' from source: magic vars 138029 1726888105.28469: variable 'storage_test_lv_segtype' from source: set_fact 138029 1726888105.28473: variable 'storage_test_volume' from source: include params 138029 1726888105.28504: variable 'omit' from source: magic vars 138029 1726888105.28534: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888105.28567: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888105.28581: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888105.28594: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888105.28604: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888105.28617: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888105.28629: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888105.28651: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888105.28654: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.28658: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.28740: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888105.28744: Set connection var ansible_timeout to 10 138029 1726888105.28750: Set connection var ansible_pipelining to False 138029 1726888105.28752: Set connection var ansible_shell_type to sh 138029 1726888105.28756: Set connection var ansible_connection to ssh 138029 1726888105.28761: Set connection var ansible_shell_executable to /bin/sh 138029 1726888105.28860: variable 'ansible_shell_executable' from source: unknown 138029 1726888105.28866: variable 'ansible_connection' from source: unknown 138029 1726888105.28869: variable 'ansible_module_compression' from source: unknown 138029 1726888105.28871: variable 'ansible_shell_type' from source: unknown 138029 1726888105.28873: variable 'ansible_shell_executable' from source: unknown 138029 1726888105.28875: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.28877: variable 'ansible_pipelining' from source: unknown 138029 1726888105.28880: variable 'ansible_timeout' from source: unknown 138029 1726888105.28881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.28914: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888105.28923: variable 'omit' from source: magic vars 138029 1726888105.28928: starting attempt loop 138029 1726888105.28931: running the handler 138029 1726888105.29076: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888105.31049: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888105.31260: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888105.31266: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888105.31268: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888105.31275: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888105.31401: variable 'storage_test_volume' from source: include params 138029 1726888105.31416: variable 'storage_test_lv_segtype' from source: set_fact 138029 1726888105.31427: Evaluated conditional (storage_test_volume.cached | ternary(storage_test_lv_segtype[0] == 'cache', storage_test_lv_segtype[0] != 'cache')): True 138029 1726888105.31433: handler run complete 138029 1726888105.31443: attempt loop complete, returning result 138029 1726888105.31446: _execute() done 138029 1726888105.31448: dumping result to json 138029 1726888105.31452: done dumping result, returning 138029 1726888105.31468: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-000000000eb0] 138029 1726888105.31476: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000eb0 138029 1726888105.31557: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000eb0 138029 1726888105.31561: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888105.31636: no more pending results, returning what we have 138029 1726888105.31639: results queue empty 138029 1726888105.31640: checking for any_errors_fatal 138029 1726888105.31649: done checking for any_errors_fatal 138029 1726888105.31650: checking for max_fail_percentage 138029 1726888105.31652: done checking for max_fail_percentage 138029 1726888105.31653: checking to see if all hosts have failed and the running result is not ok 138029 1726888105.31653: done checking to see if all hosts have failed 138029 1726888105.31654: getting the remaining hosts for this loop 138029 1726888105.31659: done getting the remaining hosts for this loop 138029 1726888105.31664: getting the next task for host managed_node3 138029 1726888105.31672: done getting next task for host managed_node3 138029 1726888105.31676: ^ task is: TASK: Set LV cache size 138029 1726888105.31681: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888105.31693: getting variables 138029 1726888105.31695: in VariableManager get_vars() 138029 1726888105.31729: Calling all_inventory to load vars for managed_node3 138029 1726888105.31732: Calling groups_inventory to load vars for managed_node3 138029 1726888105.31735: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888105.31746: Calling all_plugins_play to load vars for managed_node3 138029 1726888105.31749: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888105.31751: Calling groups_plugins_play to load vars for managed_node3 138029 1726888105.32437: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888105.33469: done with get_vars() 138029 1726888105.33492: done getting variables 138029 1726888105.33571: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:25 -0400 (0:00:00.062) 0:01:58.059 ****** 138029 1726888105.33602: entering _queue_task() for managed_node3/set_fact 138029 1726888105.33840: worker is 1 (out of 1 available) 138029 1726888105.33854: exiting _queue_task() for managed_node3/set_fact 138029 1726888105.33870: done queuing things up, now waiting for results queue to drain 138029 1726888105.33872: waiting for pending results... 138029 1726888105.34136: running TaskExecutor() for managed_node3/TASK: Set LV cache size 138029 1726888105.34296: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000eb1 138029 1726888105.34317: variable 'ansible_search_path' from source: unknown 138029 1726888105.34384: calling self._execute() 138029 1726888105.34476: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.34480: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.34493: variable 'omit' from source: magic vars 138029 1726888105.34886: variable 'storage_test_volume' from source: include params 138029 1726888105.34914: variable '_storage_test_volume_present' from source: set_fact 138029 1726888105.34977: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888105.35088: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888105.36546: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888105.36600: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888105.36626: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888105.36653: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888105.36679: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888105.36736: variable 'storage_test_volume' from source: include params 138029 1726888105.36759: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888105.36762: when evaluation is False, skipping this task 138029 1726888105.36765: _execute() done 138029 1726888105.36767: dumping result to json 138029 1726888105.36770: done dumping result, returning 138029 1726888105.36777: done running TaskExecutor() for managed_node3/TASK: Set LV cache size [0affc8a3-6f6f-5a58-73a2-000000000eb1] 138029 1726888105.36779: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000eb1 138029 1726888105.36867: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000eb1 138029 1726888105.36870: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888105.36922: no more pending results, returning what we have 138029 1726888105.36925: results queue empty 138029 1726888105.36926: checking for any_errors_fatal 138029 1726888105.36934: done checking for any_errors_fatal 138029 1726888105.36935: checking for max_fail_percentage 138029 1726888105.36937: done checking for max_fail_percentage 138029 1726888105.36938: checking to see if all hosts have failed and the running result is not ok 138029 1726888105.36938: done checking to see if all hosts have failed 138029 1726888105.36939: getting the remaining hosts for this loop 138029 1726888105.36940: done getting the remaining hosts for this loop 138029 1726888105.36944: getting the next task for host managed_node3 138029 1726888105.36951: done getting next task for host managed_node3 138029 1726888105.36954: ^ task is: TASK: Parse the requested cache size 138029 1726888105.36962: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888105.36968: getting variables 138029 1726888105.36969: in VariableManager get_vars() 138029 1726888105.37000: Calling all_inventory to load vars for managed_node3 138029 1726888105.37002: Calling groups_inventory to load vars for managed_node3 138029 1726888105.37005: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888105.37014: Calling all_plugins_play to load vars for managed_node3 138029 1726888105.37016: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888105.37018: Calling groups_plugins_play to load vars for managed_node3 138029 1726888105.37404: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888105.37792: done with get_vars() 138029 1726888105.37804: 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:08:25 -0400 (0:00:00.042) 0:01:58.102 ****** 138029 1726888105.37865: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888105.38078: worker is 1 (out of 1 available) 138029 1726888105.38093: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888105.38104: done queuing things up, now waiting for results queue to drain 138029 1726888105.38106: waiting for pending results... 138029 1726888105.38292: running TaskExecutor() for managed_node3/TASK: Parse the requested cache size 138029 1726888105.38403: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000eb2 138029 1726888105.38415: variable 'ansible_search_path' from source: unknown 138029 1726888105.38443: calling self._execute() 138029 1726888105.38529: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.38533: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.38541: variable 'omit' from source: magic vars 138029 1726888105.38851: variable 'storage_test_volume' from source: include params 138029 1726888105.38872: variable '_storage_test_volume_present' from source: set_fact 138029 1726888105.38888: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888105.39003: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888105.40510: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888105.40577: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888105.40604: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888105.40629: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888105.40647: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888105.40716: variable 'storage_test_volume' from source: include params 138029 1726888105.40811: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888105.40814: when evaluation is False, skipping this task 138029 1726888105.40817: _execute() done 138029 1726888105.40822: dumping result to json 138029 1726888105.40824: done dumping result, returning 138029 1726888105.40826: done running TaskExecutor() for managed_node3/TASK: Parse the requested cache size [0affc8a3-6f6f-5a58-73a2-000000000eb2] 138029 1726888105.40829: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000eb2 138029 1726888105.40922: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000eb2 138029 1726888105.40925: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888105.40979: no more pending results, returning what we have 138029 1726888105.40982: results queue empty 138029 1726888105.40983: checking for any_errors_fatal 138029 1726888105.40990: done checking for any_errors_fatal 138029 1726888105.40991: checking for max_fail_percentage 138029 1726888105.40993: done checking for max_fail_percentage 138029 1726888105.40993: checking to see if all hosts have failed and the running result is not ok 138029 1726888105.40994: done checking to see if all hosts have failed 138029 1726888105.40995: getting the remaining hosts for this loop 138029 1726888105.40996: done getting the remaining hosts for this loop 138029 1726888105.41000: getting the next task for host managed_node3 138029 1726888105.41007: done getting next task for host managed_node3 138029 1726888105.41010: ^ task is: TASK: Set expected cache size 138029 1726888105.41016: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888105.41020: getting variables 138029 1726888105.41021: in VariableManager get_vars() 138029 1726888105.41049: Calling all_inventory to load vars for managed_node3 138029 1726888105.41052: Calling groups_inventory to load vars for managed_node3 138029 1726888105.41054: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888105.41074: Calling all_plugins_play to load vars for managed_node3 138029 1726888105.41076: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888105.41079: Calling groups_plugins_play to load vars for managed_node3 138029 1726888105.41447: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888105.41841: done with get_vars() 138029 1726888105.41851: done getting variables 138029 1726888105.41893: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:25 -0400 (0:00:00.040) 0:01:58.142 ****** 138029 1726888105.41916: entering _queue_task() for managed_node3/set_fact 138029 1726888105.42122: worker is 1 (out of 1 available) 138029 1726888105.42136: exiting _queue_task() for managed_node3/set_fact 138029 1726888105.42148: done queuing things up, now waiting for results queue to drain 138029 1726888105.42149: waiting for pending results... 138029 1726888105.42340: running TaskExecutor() for managed_node3/TASK: Set expected cache size 138029 1726888105.42432: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000eb3 138029 1726888105.42443: variable 'ansible_search_path' from source: unknown 138029 1726888105.42472: calling self._execute() 138029 1726888105.42549: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.42553: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.42566: variable 'omit' from source: magic vars 138029 1726888105.42865: variable 'storage_test_volume' from source: include params 138029 1726888105.42881: variable '_storage_test_volume_present' from source: set_fact 138029 1726888105.42892: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888105.43006: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888105.44892: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888105.45061: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888105.45069: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888105.45081: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888105.45112: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888105.45175: variable 'storage_test_volume' from source: include params 138029 1726888105.45195: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888105.45198: when evaluation is False, skipping this task 138029 1726888105.45204: _execute() done 138029 1726888105.45208: dumping result to json 138029 1726888105.45210: done dumping result, returning 138029 1726888105.45234: done running TaskExecutor() for managed_node3/TASK: Set expected cache size [0affc8a3-6f6f-5a58-73a2-000000000eb3] 138029 1726888105.45237: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000eb3 138029 1726888105.45330: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000eb3 138029 1726888105.45332: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888105.45397: no more pending results, returning what we have 138029 1726888105.45400: results queue empty 138029 1726888105.45401: checking for any_errors_fatal 138029 1726888105.45412: done checking for any_errors_fatal 138029 1726888105.45412: checking for max_fail_percentage 138029 1726888105.45414: done checking for max_fail_percentage 138029 1726888105.45415: checking to see if all hosts have failed and the running result is not ok 138029 1726888105.45416: done checking to see if all hosts have failed 138029 1726888105.45416: getting the remaining hosts for this loop 138029 1726888105.45418: done getting the remaining hosts for this loop 138029 1726888105.45422: getting the next task for host managed_node3 138029 1726888105.45430: done getting next task for host managed_node3 138029 1726888105.45432: ^ task is: TASK: Check cache size 138029 1726888105.45437: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888105.45442: getting variables 138029 1726888105.45444: in VariableManager get_vars() 138029 1726888105.45472: Calling all_inventory to load vars for managed_node3 138029 1726888105.45474: Calling groups_inventory to load vars for managed_node3 138029 1726888105.45477: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888105.45486: Calling all_plugins_play to load vars for managed_node3 138029 1726888105.45488: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888105.45490: Calling groups_plugins_play to load vars for managed_node3 138029 1726888105.46008: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888105.46527: done with get_vars() 138029 1726888105.46537: done getting variables 138029 1726888105.46583: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:25 -0400 (0:00:00.046) 0:01:58.189 ****** 138029 1726888105.46615: entering _queue_task() for managed_node3/assert 138029 1726888105.46809: worker is 1 (out of 1 available) 138029 1726888105.46822: exiting _queue_task() for managed_node3/assert 138029 1726888105.46834: done queuing things up, now waiting for results queue to drain 138029 1726888105.46835: waiting for pending results... 138029 1726888105.47016: running TaskExecutor() for managed_node3/TASK: Check cache size 138029 1726888105.47104: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000eb4 138029 1726888105.47116: variable 'ansible_search_path' from source: unknown 138029 1726888105.47144: calling self._execute() 138029 1726888105.47239: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.47243: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.47250: variable 'omit' from source: magic vars 138029 1726888105.47560: variable 'storage_test_volume' from source: include params 138029 1726888105.47577: variable '_storage_test_volume_present' from source: set_fact 138029 1726888105.47589: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888105.47713: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888105.49651: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888105.49706: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888105.49734: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888105.49881: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888105.49884: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888105.49923: variable 'storage_test_volume' from source: include params 138029 1726888105.49928: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888105.49931: when evaluation is False, skipping this task 138029 1726888105.49934: _execute() done 138029 1726888105.49936: dumping result to json 138029 1726888105.49940: done dumping result, returning 138029 1726888105.49946: done running TaskExecutor() for managed_node3/TASK: Check cache size [0affc8a3-6f6f-5a58-73a2-000000000eb4] 138029 1726888105.49951: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000eb4 138029 1726888105.50042: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000eb4 138029 1726888105.50044: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888105.50098: no more pending results, returning what we have 138029 1726888105.50101: results queue empty 138029 1726888105.50103: checking for any_errors_fatal 138029 1726888105.50109: done checking for any_errors_fatal 138029 1726888105.50109: checking for max_fail_percentage 138029 1726888105.50111: done checking for max_fail_percentage 138029 1726888105.50112: checking to see if all hosts have failed and the running result is not ok 138029 1726888105.50113: done checking to see if all hosts have failed 138029 1726888105.50113: getting the remaining hosts for this loop 138029 1726888105.50115: done getting the remaining hosts for this loop 138029 1726888105.50119: getting the next task for host managed_node3 138029 1726888105.50128: done getting next task for host managed_node3 138029 1726888105.50131: ^ task is: TASK: Clean up facts 138029 1726888105.50137: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888105.50142: getting variables 138029 1726888105.50143: in VariableManager get_vars() 138029 1726888105.50176: Calling all_inventory to load vars for managed_node3 138029 1726888105.50178: Calling groups_inventory to load vars for managed_node3 138029 1726888105.50181: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888105.50191: Calling all_plugins_play to load vars for managed_node3 138029 1726888105.50193: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888105.50195: Calling groups_plugins_play to load vars for managed_node3 138029 1726888105.50696: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888105.51457: done with get_vars() 138029 1726888105.51470: done getting variables 138029 1726888105.51539: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:25 -0400 (0:00:00.049) 0:01:58.239 ****** 138029 1726888105.51576: entering _queue_task() for managed_node3/set_fact 138029 1726888105.51827: worker is 1 (out of 1 available) 138029 1726888105.51841: exiting _queue_task() for managed_node3/set_fact 138029 1726888105.51859: done queuing things up, now waiting for results queue to drain 138029 1726888105.51861: waiting for pending results... 138029 1726888105.52270: running TaskExecutor() for managed_node3/TASK: Clean up facts 138029 1726888105.52347: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e0d 138029 1726888105.52353: variable 'ansible_search_path' from source: unknown 138029 1726888105.52383: calling self._execute() 138029 1726888105.52469: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.52473: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.52497: variable 'omit' from source: magic vars 138029 1726888105.52578: variable 'omit' from source: magic vars 138029 1726888105.52637: variable 'omit' from source: magic vars 138029 1726888105.52681: variable 'omit' from source: magic vars 138029 1726888105.52709: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888105.52738: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888105.52756: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888105.52783: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888105.52790: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888105.52825: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888105.52828: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888105.52852: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888105.52857: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.52860: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.52943: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888105.52948: Set connection var ansible_timeout to 10 138029 1726888105.52951: Set connection var ansible_pipelining to False 138029 1726888105.52954: Set connection var ansible_shell_type to sh 138029 1726888105.52962: Set connection var ansible_connection to ssh 138029 1726888105.52965: Set connection var ansible_shell_executable to /bin/sh 138029 1726888105.52988: variable 'ansible_shell_executable' from source: unknown 138029 1726888105.52990: variable 'ansible_connection' from source: unknown 138029 1726888105.52993: variable 'ansible_module_compression' from source: unknown 138029 1726888105.52996: variable 'ansible_shell_type' from source: unknown 138029 1726888105.52998: variable 'ansible_shell_executable' from source: unknown 138029 1726888105.53002: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.53005: variable 'ansible_pipelining' from source: unknown 138029 1726888105.53007: variable 'ansible_timeout' from source: unknown 138029 1726888105.53009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.53133: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888105.53143: variable 'omit' from source: magic vars 138029 1726888105.53151: starting attempt loop 138029 1726888105.53163: running the handler 138029 1726888105.53174: handler run complete 138029 1726888105.53187: attempt loop complete, returning result 138029 1726888105.53192: _execute() done 138029 1726888105.53195: dumping result to json 138029 1726888105.53197: done dumping result, returning 138029 1726888105.53203: done running TaskExecutor() for managed_node3/TASK: Clean up facts [0affc8a3-6f6f-5a58-73a2-000000000e0d] 138029 1726888105.53205: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e0d 138029 1726888105.53334: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e0d 138029 1726888105.53337: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 138029 1726888105.53399: no more pending results, returning what we have 138029 1726888105.53402: results queue empty 138029 1726888105.53403: checking for any_errors_fatal 138029 1726888105.53410: done checking for any_errors_fatal 138029 1726888105.53411: checking for max_fail_percentage 138029 1726888105.53412: done checking for max_fail_percentage 138029 1726888105.53413: checking to see if all hosts have failed and the running result is not ok 138029 1726888105.53413: done checking to see if all hosts have failed 138029 1726888105.53414: getting the remaining hosts for this loop 138029 1726888105.53415: done getting the remaining hosts for this loop 138029 1726888105.53418: getting the next task for host managed_node3 138029 1726888105.53427: done getting next task for host managed_node3 138029 1726888105.53428: ^ task is: TASK: Set storage volume test variables 138029 1726888105.53434: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888105.53437: getting variables 138029 1726888105.53438: in VariableManager get_vars() 138029 1726888105.53490: Calling all_inventory to load vars for managed_node3 138029 1726888105.53492: Calling groups_inventory to load vars for managed_node3 138029 1726888105.53495: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888105.53503: Calling all_plugins_play to load vars for managed_node3 138029 1726888105.53505: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888105.53507: Calling groups_plugins_play to load vars for managed_node3 138029 1726888105.54118: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888105.54677: done with get_vars() 138029 1726888105.54689: done getting variables 138029 1726888105.54725: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:25 -0400 (0:00:00.031) 0:01:58.271 ****** 138029 1726888105.54750: entering _queue_task() for managed_node3/set_fact 138029 1726888105.54943: worker is 1 (out of 1 available) 138029 1726888105.54960: exiting _queue_task() for managed_node3/set_fact 138029 1726888105.54973: done queuing things up, now waiting for results queue to drain 138029 1726888105.54975: waiting for pending results... 138029 1726888105.55201: running TaskExecutor() for managed_node3/TASK: Set storage volume test variables 138029 1726888105.55341: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e11 138029 1726888105.55365: variable 'ansible_search_path' from source: unknown 138029 1726888105.55404: calling self._execute() 138029 1726888105.55521: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.55531: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.55543: variable 'omit' from source: magic vars 138029 1726888105.55665: variable 'omit' from source: magic vars 138029 1726888105.55845: variable 'omit' from source: magic vars 138029 1726888105.56103: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888105.57814: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888105.57871: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888105.57898: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888105.57924: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888105.57944: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888105.58005: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888105.58026: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888105.58043: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888105.58075: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888105.58087: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888105.58196: variable 'storage_test_volume' from source: include params 138029 1726888105.58210: variable 'storage_test_pool' from source: include params 138029 1726888105.58274: variable 'omit' from source: magic vars 138029 1726888105.58294: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888105.58316: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888105.58329: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888105.58343: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888105.58352: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888105.58369: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888105.58382: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888105.58404: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888105.58409: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.58411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.58491: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888105.58495: Set connection var ansible_timeout to 10 138029 1726888105.58502: Set connection var ansible_pipelining to False 138029 1726888105.58504: Set connection var ansible_shell_type to sh 138029 1726888105.58507: Set connection var ansible_connection to ssh 138029 1726888105.58509: Set connection var ansible_shell_executable to /bin/sh 138029 1726888105.58529: variable 'ansible_shell_executable' from source: unknown 138029 1726888105.58532: variable 'ansible_connection' from source: unknown 138029 1726888105.58534: variable 'ansible_module_compression' from source: unknown 138029 1726888105.58537: variable 'ansible_shell_type' from source: unknown 138029 1726888105.58539: variable 'ansible_shell_executable' from source: unknown 138029 1726888105.58541: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.58544: variable 'ansible_pipelining' from source: unknown 138029 1726888105.58546: variable 'ansible_timeout' from source: unknown 138029 1726888105.58552: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.58625: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888105.58660: variable 'omit' from source: magic vars 138029 1726888105.58664: starting attempt loop 138029 1726888105.58667: running the handler 138029 1726888105.58670: handler run complete 138029 1726888105.58672: attempt loop complete, returning result 138029 1726888105.58674: _execute() done 138029 1726888105.58676: dumping result to json 138029 1726888105.58678: done dumping result, returning 138029 1726888105.58680: done running TaskExecutor() for managed_node3/TASK: Set storage volume test variables [0affc8a3-6f6f-5a58-73a2-000000000e11] 138029 1726888105.58682: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e11 138029 1726888105.58926: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e11 138029 1726888105.58929: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 138029 1726888105.59304: no more pending results, returning what we have 138029 1726888105.59307: results queue empty 138029 1726888105.59307: checking for any_errors_fatal 138029 1726888105.59313: done checking for any_errors_fatal 138029 1726888105.59313: checking for max_fail_percentage 138029 1726888105.59315: done checking for max_fail_percentage 138029 1726888105.59316: checking to see if all hosts have failed and the running result is not ok 138029 1726888105.59316: done checking to see if all hosts have failed 138029 1726888105.59317: getting the remaining hosts for this loop 138029 1726888105.59318: done getting the remaining hosts for this loop 138029 1726888105.59321: getting the next task for host managed_node3 138029 1726888105.59328: done getting next task for host managed_node3 138029 1726888105.59331: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888105.59336: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888105.59345: getting variables 138029 1726888105.59346: in VariableManager get_vars() 138029 1726888105.59374: Calling all_inventory to load vars for managed_node3 138029 1726888105.59376: Calling groups_inventory to load vars for managed_node3 138029 1726888105.59379: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888105.59388: Calling all_plugins_play to load vars for managed_node3 138029 1726888105.59390: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888105.59392: Calling groups_plugins_play to load vars for managed_node3 138029 1726888105.59991: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888105.60706: done with get_vars() 138029 1726888105.60721: done getting variables 138029 1726888105.60919: 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:08:25 -0400 (0:00:00.061) 0:01:58.333 ****** 138029 1726888105.60947: entering _queue_task() for managed_node3/include_tasks 138029 1726888105.61334: worker is 1 (out of 1 available) 138029 1726888105.61348: exiting _queue_task() for managed_node3/include_tasks 138029 1726888105.61362: done queuing things up, now waiting for results queue to drain 138029 1726888105.61363: waiting for pending results... 138029 1726888105.61625: running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888105.61913: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e12 138029 1726888105.61936: variable 'ansible_search_path' from source: unknown 138029 1726888105.62169: variable '_storage_volume_tests' from source: set_fact 138029 1726888105.62227: variable '_storage_volume_tests' from source: set_fact 138029 1726888105.62320: variable 'omit' from source: magic vars 138029 1726888105.62512: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.62528: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.62545: variable 'omit' from source: magic vars 138029 1726888105.62742: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.62788: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.62888: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.63158: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.63163: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.63166: variable 'omit' from source: magic vars 138029 1726888105.63276: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.63320: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.63398: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.63591: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.63595: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.63598: variable 'omit' from source: magic vars 138029 1726888105.63713: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.63737: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.63809: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.63968: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.63972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.63975: variable 'omit' from source: magic vars 138029 1726888105.64136: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.64139: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.64245: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.64416: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.64420: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.64422: variable 'omit' from source: magic vars 138029 1726888105.64572: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.64710: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.64775: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.65061: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.65065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.65067: variable 'omit' from source: magic vars 138029 1726888105.65069: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.65071: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.65136: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.65266: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.65279: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.65296: variable 'omit' from source: magic vars 138029 1726888105.65421: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.65470: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.65625: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.65684: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.65687: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.65692: variable 'omit' from source: magic vars 138029 1726888105.65816: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.65862: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.65951: variable 'storage_test_volume_subset' from source: unknown 138029 1726888105.65997: dumping result to json 138029 1726888105.66000: done dumping result, returning 138029 1726888105.66063: done running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-5a58-73a2-000000000e12] 138029 1726888105.66066: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e12 138029 1726888105.66109: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e12 138029 1726888105.66213: no more pending results, returning what we have 138029 1726888105.66218: in VariableManager get_vars() 138029 1726888105.66261: Calling all_inventory to load vars for managed_node3 138029 1726888105.66266: Calling groups_inventory to load vars for managed_node3 138029 1726888105.66270: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888105.66282: WORKER PROCESS EXITING 138029 1726888105.66295: Calling all_plugins_play to load vars for managed_node3 138029 1726888105.66300: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888105.66303: Calling groups_plugins_play to load vars for managed_node3 138029 1726888105.67123: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888105.68026: done with get_vars() 138029 1726888105.68046: variable 'ansible_search_path' from source: unknown 138029 1726888105.68095: variable 'ansible_search_path' from source: unknown 138029 1726888105.68123: variable 'ansible_search_path' from source: unknown 138029 1726888105.68154: variable 'ansible_search_path' from source: unknown 138029 1726888105.68193: variable 'ansible_search_path' from source: unknown 138029 1726888105.68221: variable 'ansible_search_path' from source: unknown 138029 1726888105.68253: variable 'ansible_search_path' from source: unknown 138029 1726888105.68284: variable 'ansible_search_path' from source: unknown 138029 1726888105.68308: we have included files to process 138029 1726888105.68309: generating all_blocks data 138029 1726888105.68312: done generating all_blocks data 138029 1726888105.68319: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888105.68320: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888105.68322: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888105.69479: done processing included file 138029 1726888105.69482: iterating over new_blocks loaded from include file 138029 1726888105.69483: in VariableManager get_vars() 138029 1726888105.69500: done with get_vars() 138029 1726888105.69502: filtering new block on tags 138029 1726888105.69706: done filtering new block on tags 138029 1726888105.69709: 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_node3 => (item=mount) 138029 1726888105.69713: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888105.69714: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888105.69721: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888105.70345: done processing included file 138029 1726888105.70347: iterating over new_blocks loaded from include file 138029 1726888105.70348: in VariableManager get_vars() 138029 1726888105.70365: done with get_vars() 138029 1726888105.70367: filtering new block on tags 138029 1726888105.70440: done filtering new block on tags 138029 1726888105.70442: 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_node3 => (item=fstab) 138029 1726888105.70446: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888105.70447: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888105.70449: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888105.70731: done processing included file 138029 1726888105.70732: iterating over new_blocks loaded from include file 138029 1726888105.70733: in VariableManager get_vars() 138029 1726888105.70748: done with get_vars() 138029 1726888105.70749: filtering new block on tags 138029 1726888105.70854: done filtering new block on tags 138029 1726888105.70859: 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_node3 => (item=fs) 138029 1726888105.70866: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888105.70868: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888105.70870: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888105.71522: done processing included file 138029 1726888105.71524: iterating over new_blocks loaded from include file 138029 1726888105.71525: in VariableManager get_vars() 138029 1726888105.71540: done with get_vars() 138029 1726888105.71541: filtering new block on tags 138029 1726888105.71641: done filtering new block on tags 138029 1726888105.71643: 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_node3 => (item=device) 138029 1726888105.71646: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888105.71647: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888105.71650: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888105.73388: done processing included file 138029 1726888105.73390: iterating over new_blocks loaded from include file 138029 1726888105.73392: in VariableManager get_vars() 138029 1726888105.73415: done with get_vars() 138029 1726888105.73418: filtering new block on tags 138029 1726888105.73634: done filtering new block on tags 138029 1726888105.73637: 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_node3 => (item=encryption) 138029 1726888105.73641: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888105.73642: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888105.73645: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888105.74623: done processing included file 138029 1726888105.74625: iterating over new_blocks loaded from include file 138029 1726888105.74626: in VariableManager get_vars() 138029 1726888105.74640: done with get_vars() 138029 1726888105.74642: filtering new block on tags 138029 1726888105.74770: done filtering new block on tags 138029 1726888105.74773: 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_node3 => (item=md) 138029 1726888105.74776: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888105.74777: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888105.74784: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888105.77205: done processing included file 138029 1726888105.77207: iterating over new_blocks loaded from include file 138029 1726888105.77208: in VariableManager get_vars() 138029 1726888105.77224: done with get_vars() 138029 1726888105.77226: filtering new block on tags 138029 1726888105.77307: done filtering new block on tags 138029 1726888105.77309: in VariableManager get_vars() 138029 1726888105.77323: done with get_vars() 138029 1726888105.77325: filtering new block on tags 138029 1726888105.77380: done filtering new block on tags 138029 1726888105.77383: in VariableManager get_vars() 138029 1726888105.77402: done with get_vars() 138029 1726888105.77404: filtering new block on tags 138029 1726888105.77602: done filtering new block on tags 138029 1726888105.77605: in VariableManager get_vars() 138029 1726888105.77625: done with get_vars() 138029 1726888105.77627: filtering new block on tags 138029 1726888105.77697: done filtering new block on tags 138029 1726888105.77700: 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_node3 => (item=size) 138029 1726888105.77704: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888105.77705: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888105.77708: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888105.78392: done processing included file 138029 1726888105.78393: iterating over new_blocks loaded from include file 138029 1726888105.78395: in VariableManager get_vars() 138029 1726888105.78410: done with get_vars() 138029 1726888105.78412: filtering new block on tags 138029 1726888105.78517: done filtering new block on tags 138029 1726888105.78519: 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_node3 => (item=cache) 138029 1726888105.78523: extending task lists for all hosts with included blocks 138029 1726888105.78848: done extending task lists 138029 1726888105.78849: done processing included files 138029 1726888105.78850: results queue empty 138029 1726888105.78851: checking for any_errors_fatal 138029 1726888105.78857: done checking for any_errors_fatal 138029 1726888105.78858: checking for max_fail_percentage 138029 1726888105.78859: done checking for max_fail_percentage 138029 1726888105.78860: checking to see if all hosts have failed and the running result is not ok 138029 1726888105.78865: done checking to see if all hosts have failed 138029 1726888105.78866: getting the remaining hosts for this loop 138029 1726888105.78867: done getting the remaining hosts for this loop 138029 1726888105.78870: getting the next task for host managed_node3 138029 1726888105.78876: done getting next task for host managed_node3 138029 1726888105.78878: ^ task is: TASK: Get expected mount device based on device type 138029 1726888105.78883: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888105.78885: getting variables 138029 1726888105.78886: in VariableManager get_vars() 138029 1726888105.78895: Calling all_inventory to load vars for managed_node3 138029 1726888105.78898: Calling groups_inventory to load vars for managed_node3 138029 1726888105.78900: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888105.78906: Calling all_plugins_play to load vars for managed_node3 138029 1726888105.78908: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888105.78917: Calling groups_plugins_play to load vars for managed_node3 138029 1726888105.79479: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888105.80144: done with get_vars() 138029 1726888105.80162: done getting variables 138029 1726888105.80199: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:25 -0400 (0:00:00.192) 0:01:58.525 ****** 138029 1726888105.80236: entering _queue_task() for managed_node3/set_fact 138029 1726888105.80571: worker is 1 (out of 1 available) 138029 1726888105.80582: exiting _queue_task() for managed_node3/set_fact 138029 1726888105.80596: done queuing things up, now waiting for results queue to drain 138029 1726888105.80598: waiting for pending results... 138029 1726888105.80905: running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type 138029 1726888105.81142: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000ffa 138029 1726888105.81147: variable 'ansible_search_path' from source: unknown 138029 1726888105.81150: calling self._execute() 138029 1726888105.81226: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.81236: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.81253: variable 'omit' from source: magic vars 138029 1726888105.81369: variable 'omit' from source: magic vars 138029 1726888105.81441: variable 'omit' from source: magic vars 138029 1726888105.81788: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888105.82087: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888105.82148: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888105.82192: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888105.82265: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888105.82339: 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) 138029 1726888105.82375: 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) 138029 1726888105.82561: 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) 138029 1726888105.82567: 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) 138029 1726888105.82569: 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) 138029 1726888105.82572: 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) 138029 1726888105.82574: 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) 138029 1726888105.82577: 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) 138029 1726888105.82780: variable '_storage_test_volume_present' from source: set_fact 138029 1726888105.82793: variable 'storage_test_volume' from source: include params 138029 1726888105.82821: variable 'storage_test_pool' from source: include params 138029 1726888105.82902: variable 'omit' from source: magic vars 138029 1726888105.82941: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888105.82980: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888105.83004: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888105.83033: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888105.83049: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888105.83076: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888105.83098: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888105.83139: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888105.83148: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.83157: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.83347: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888105.83351: Set connection var ansible_timeout to 10 138029 1726888105.83353: Set connection var ansible_pipelining to False 138029 1726888105.83358: Set connection var ansible_shell_type to sh 138029 1726888105.83360: Set connection var ansible_connection to ssh 138029 1726888105.83365: Set connection var ansible_shell_executable to /bin/sh 138029 1726888105.83369: variable 'ansible_shell_executable' from source: unknown 138029 1726888105.83377: variable 'ansible_connection' from source: unknown 138029 1726888105.83385: variable 'ansible_module_compression' from source: unknown 138029 1726888105.83391: variable 'ansible_shell_type' from source: unknown 138029 1726888105.83397: variable 'ansible_shell_executable' from source: unknown 138029 1726888105.83403: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.83411: variable 'ansible_pipelining' from source: unknown 138029 1726888105.83417: variable 'ansible_timeout' from source: unknown 138029 1726888105.83458: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.83546: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888105.83574: variable 'omit' from source: magic vars 138029 1726888105.83584: starting attempt loop 138029 1726888105.83590: running the handler 138029 1726888105.83607: handler run complete 138029 1726888105.83660: attempt loop complete, returning result 138029 1726888105.83671: _execute() done 138029 1726888105.83674: dumping result to json 138029 1726888105.83676: done dumping result, returning 138029 1726888105.83678: done running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type [0affc8a3-6f6f-5a58-73a2-000000000ffa] 138029 1726888105.83681: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ffa ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv2" }, "changed": false } 138029 1726888105.83951: no more pending results, returning what we have 138029 1726888105.83967: results queue empty 138029 1726888105.83968: checking for any_errors_fatal 138029 1726888105.83970: done checking for any_errors_fatal 138029 1726888105.83971: checking for max_fail_percentage 138029 1726888105.83973: done checking for max_fail_percentage 138029 1726888105.83974: checking to see if all hosts have failed and the running result is not ok 138029 1726888105.83975: done checking to see if all hosts have failed 138029 1726888105.83975: getting the remaining hosts for this loop 138029 1726888105.83978: done getting the remaining hosts for this loop 138029 1726888105.83983: getting the next task for host managed_node3 138029 1726888105.83994: done getting next task for host managed_node3 138029 1726888105.83997: ^ task is: TASK: Set some facts 138029 1726888105.84005: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888105.84018: getting variables 138029 1726888105.84020: in VariableManager get_vars() 138029 1726888105.84165: Calling all_inventory to load vars for managed_node3 138029 1726888105.84169: Calling groups_inventory to load vars for managed_node3 138029 1726888105.84173: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888105.84186: Calling all_plugins_play to load vars for managed_node3 138029 1726888105.84189: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888105.84192: Calling groups_plugins_play to load vars for managed_node3 138029 1726888105.84883: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ffa 138029 1726888105.84887: WORKER PROCESS EXITING 138029 1726888105.84958: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888105.85610: done with get_vars() 138029 1726888105.85628: done getting variables 138029 1726888105.85691: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:25 -0400 (0:00:00.054) 0:01:58.580 ****** 138029 1726888105.85724: entering _queue_task() for managed_node3/set_fact 138029 1726888105.86036: worker is 1 (out of 1 available) 138029 1726888105.86048: exiting _queue_task() for managed_node3/set_fact 138029 1726888105.86066: done queuing things up, now waiting for results queue to drain 138029 1726888105.86068: waiting for pending results... 138029 1726888105.86297: running TaskExecutor() for managed_node3/TASK: Set some facts 138029 1726888105.86450: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000ffb 138029 1726888105.86476: variable 'ansible_search_path' from source: unknown 138029 1726888105.86518: calling self._execute() 138029 1726888105.86639: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.86659: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.86673: variable 'omit' from source: magic vars 138029 1726888105.86816: variable 'omit' from source: magic vars 138029 1726888105.86891: variable 'omit' from source: magic vars 138029 1726888105.87232: variable '_storage_test_volume_present' from source: set_fact 138029 1726888105.87243: variable 'storage_test_volume' from source: include params 138029 1726888105.87546: variable 'storage_test_volume' from source: include params 138029 1726888105.87569: variable 'mount_prefix' from source: task vars 138029 1726888105.87793: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888105.90232: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888105.90253: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888105.90295: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888105.90338: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888105.90374: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888105.90458: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888105.90492: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888105.90523: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888105.90577: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888105.90664: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888105.90780: variable '__storage_is_ostree' from source: set_fact 138029 1726888105.90792: variable 'storage_test_volume' from source: include params 138029 1726888105.90838: variable 'omit' from source: magic vars 138029 1726888105.90870: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888105.90909: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888105.90960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888105.90963: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888105.90965: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888105.90995: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888105.91018: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888105.91048: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888105.91059: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.91097: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.91178: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888105.91188: Set connection var ansible_timeout to 10 138029 1726888105.91195: Set connection var ansible_pipelining to False 138029 1726888105.91204: Set connection var ansible_shell_type to sh 138029 1726888105.91213: Set connection var ansible_connection to ssh 138029 1726888105.91221: Set connection var ansible_shell_executable to /bin/sh 138029 1726888105.91253: variable 'ansible_shell_executable' from source: unknown 138029 1726888105.91315: variable 'ansible_connection' from source: unknown 138029 1726888105.91319: variable 'ansible_module_compression' from source: unknown 138029 1726888105.91321: variable 'ansible_shell_type' from source: unknown 138029 1726888105.91323: variable 'ansible_shell_executable' from source: unknown 138029 1726888105.91325: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.91327: variable 'ansible_pipelining' from source: unknown 138029 1726888105.91329: variable 'ansible_timeout' from source: unknown 138029 1726888105.91331: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.91447: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888105.91451: variable 'omit' from source: magic vars 138029 1726888105.91454: starting attempt loop 138029 1726888105.91458: running the handler 138029 1726888105.91532: handler run complete 138029 1726888105.91535: attempt loop complete, returning result 138029 1726888105.91537: _execute() done 138029 1726888105.91540: dumping result to json 138029 1726888105.91542: done dumping result, returning 138029 1726888105.91545: done running TaskExecutor() for managed_node3/TASK: Set some facts [0affc8a3-6f6f-5a58-73a2-000000000ffb] 138029 1726888105.91547: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ffb ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test2", "storage_test_swap_expected_matches": "0" }, "changed": false } 138029 1726888105.91727: no more pending results, returning what we have 138029 1726888105.91730: results queue empty 138029 1726888105.91732: checking for any_errors_fatal 138029 1726888105.91739: done checking for any_errors_fatal 138029 1726888105.91740: checking for max_fail_percentage 138029 1726888105.91741: done checking for max_fail_percentage 138029 1726888105.91742: checking to see if all hosts have failed and the running result is not ok 138029 1726888105.91743: done checking to see if all hosts have failed 138029 1726888105.91744: getting the remaining hosts for this loop 138029 1726888105.91746: done getting the remaining hosts for this loop 138029 1726888105.91750: getting the next task for host managed_node3 138029 1726888105.91761: done getting next task for host managed_node3 138029 1726888105.91764: ^ task is: TASK: Get information about the mountpoint directory 138029 1726888105.91770: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888105.91784: getting variables 138029 1726888105.91786: in VariableManager get_vars() 138029 1726888105.91825: Calling all_inventory to load vars for managed_node3 138029 1726888105.91828: Calling groups_inventory to load vars for managed_node3 138029 1726888105.91832: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888105.91844: Calling all_plugins_play to load vars for managed_node3 138029 1726888105.91848: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888105.91851: Calling groups_plugins_play to load vars for managed_node3 138029 1726888105.92079: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ffb 138029 1726888105.92083: WORKER PROCESS EXITING 138029 1726888105.93017: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888105.93738: done with get_vars() 138029 1726888105.93762: 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:08:25 -0400 (0:00:00.081) 0:01:58.662 ****** 138029 1726888105.93873: entering _queue_task() for managed_node3/stat 138029 1726888105.94234: worker is 1 (out of 1 available) 138029 1726888105.94252: exiting _queue_task() for managed_node3/stat 138029 1726888105.94271: done queuing things up, now waiting for results queue to drain 138029 1726888105.94273: waiting for pending results... 138029 1726888105.94573: running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory 138029 1726888105.94734: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000ffc 138029 1726888105.94758: variable 'ansible_search_path' from source: unknown 138029 1726888105.94807: calling self._execute() 138029 1726888105.94927: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.94938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.94953: variable 'omit' from source: magic vars 138029 1726888105.95428: variable '_storage_test_volume_present' from source: set_fact 138029 1726888105.95439: variable 'storage_test_volume' from source: include params 138029 1726888105.95481: 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 138029 1726888105.95490: when evaluation is False, skipping this task 138029 1726888105.95498: _execute() done 138029 1726888105.95566: dumping result to json 138029 1726888105.95570: done dumping result, returning 138029 1726888105.95572: done running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-5a58-73a2-000000000ffc] 138029 1726888105.95575: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ffc 138029 1726888105.95651: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ffc 138029 1726888105.95654: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888105.95714: no more pending results, returning what we have 138029 1726888105.95718: results queue empty 138029 1726888105.95719: checking for any_errors_fatal 138029 1726888105.95727: done checking for any_errors_fatal 138029 1726888105.95727: checking for max_fail_percentage 138029 1726888105.95729: done checking for max_fail_percentage 138029 1726888105.95730: checking to see if all hosts have failed and the running result is not ok 138029 1726888105.95731: done checking to see if all hosts have failed 138029 1726888105.95731: getting the remaining hosts for this loop 138029 1726888105.95733: done getting the remaining hosts for this loop 138029 1726888105.95736: getting the next task for host managed_node3 138029 1726888105.95744: done getting next task for host managed_node3 138029 1726888105.95746: ^ task is: TASK: Verify the current mount state by device 138029 1726888105.95752: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888105.95760: getting variables 138029 1726888105.95762: in VariableManager get_vars() 138029 1726888105.95796: Calling all_inventory to load vars for managed_node3 138029 1726888105.95799: Calling groups_inventory to load vars for managed_node3 138029 1726888105.95802: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888105.95814: Calling all_plugins_play to load vars for managed_node3 138029 1726888105.95817: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888105.95820: Calling groups_plugins_play to load vars for managed_node3 138029 1726888105.96519: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888105.97190: done with get_vars() 138029 1726888105.97209: done getting variables 138029 1726888105.97273: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:25 -0400 (0:00:00.034) 0:01:58.696 ****** 138029 1726888105.97311: entering _queue_task() for managed_node3/assert 138029 1726888105.97637: worker is 1 (out of 1 available) 138029 1726888105.97651: exiting _queue_task() for managed_node3/assert 138029 1726888105.97669: done queuing things up, now waiting for results queue to drain 138029 1726888105.97671: waiting for pending results... 138029 1726888105.97972: running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device 138029 1726888105.98152: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000ffd 138029 1726888105.98157: variable 'ansible_search_path' from source: unknown 138029 1726888105.98162: calling self._execute() 138029 1726888105.98245: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.98266: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.98288: variable 'omit' from source: magic vars 138029 1726888105.98688: variable '_storage_test_volume_present' from source: set_fact 138029 1726888105.98713: Evaluated conditional (_storage_test_volume_present): True 138029 1726888105.98727: variable 'omit' from source: magic vars 138029 1726888105.98805: variable 'omit' from source: magic vars 138029 1726888105.99023: variable 'storage_test_volume' from source: include params 138029 1726888105.99028: variable 'omit' from source: magic vars 138029 1726888105.99031: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888105.99076: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888105.99102: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888105.99130: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888105.99152: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888105.99177: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888105.99199: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888105.99242: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888105.99254: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.99266: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.99398: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888105.99460: Set connection var ansible_timeout to 10 138029 1726888105.99464: Set connection var ansible_pipelining to False 138029 1726888105.99467: Set connection var ansible_shell_type to sh 138029 1726888105.99469: Set connection var ansible_connection to ssh 138029 1726888105.99470: Set connection var ansible_shell_executable to /bin/sh 138029 1726888105.99472: variable 'ansible_shell_executable' from source: unknown 138029 1726888105.99474: variable 'ansible_connection' from source: unknown 138029 1726888105.99476: variable 'ansible_module_compression' from source: unknown 138029 1726888105.99478: variable 'ansible_shell_type' from source: unknown 138029 1726888105.99480: variable 'ansible_shell_executable' from source: unknown 138029 1726888105.99481: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888105.99560: variable 'ansible_pipelining' from source: unknown 138029 1726888105.99564: variable 'ansible_timeout' from source: unknown 138029 1726888105.99567: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888105.99682: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888105.99686: variable 'omit' from source: magic vars 138029 1726888105.99688: starting attempt loop 138029 1726888105.99690: running the handler 138029 1726888105.99860: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888105.99896: variable 'storage_test_volume' from source: include params 138029 1726888105.99915: variable 'storage_test_mount_expected_mount_point' from source: set_fact 138029 1726888105.99929: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 138029 1726888105.99959: handler run complete 138029 1726888105.99961: attempt loop complete, returning result 138029 1726888105.99963: _execute() done 138029 1726888105.99966: dumping result to json 138029 1726888105.99967: done dumping result, returning 138029 1726888105.99976: done running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device [0affc8a3-6f6f-5a58-73a2-000000000ffd] 138029 1726888105.99983: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ffd ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888106.00230: no more pending results, returning what we have 138029 1726888106.00234: results queue empty 138029 1726888106.00235: checking for any_errors_fatal 138029 1726888106.00244: done checking for any_errors_fatal 138029 1726888106.00245: checking for max_fail_percentage 138029 1726888106.00247: done checking for max_fail_percentage 138029 1726888106.00248: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.00249: done checking to see if all hosts have failed 138029 1726888106.00250: getting the remaining hosts for this loop 138029 1726888106.00252: done getting the remaining hosts for this loop 138029 1726888106.00257: getting the next task for host managed_node3 138029 1726888106.00265: done getting next task for host managed_node3 138029 1726888106.00268: ^ task is: TASK: Verify mount directory user 138029 1726888106.00276: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.00280: getting variables 138029 1726888106.00282: in VariableManager get_vars() 138029 1726888106.00317: Calling all_inventory to load vars for managed_node3 138029 1726888106.00320: Calling groups_inventory to load vars for managed_node3 138029 1726888106.00326: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.00463: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ffd 138029 1726888106.00473: WORKER PROCESS EXITING 138029 1726888106.00484: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.00487: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.00491: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.01187: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.01836: done with get_vars() 138029 1726888106.01852: done getting variables 138029 1726888106.01913: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:26 -0400 (0:00:00.046) 0:01:58.743 ****** 138029 1726888106.01945: entering _queue_task() for managed_node3/assert 138029 1726888106.02284: worker is 1 (out of 1 available) 138029 1726888106.02295: exiting _queue_task() for managed_node3/assert 138029 1726888106.02311: done queuing things up, now waiting for results queue to drain 138029 1726888106.02313: waiting for pending results... 138029 1726888106.02569: running TaskExecutor() for managed_node3/TASK: Verify mount directory user 138029 1726888106.02726: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000ffe 138029 1726888106.02757: variable 'ansible_search_path' from source: unknown 138029 1726888106.02799: calling self._execute() 138029 1726888106.02926: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.02938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.02951: variable 'omit' from source: magic vars 138029 1726888106.03412: variable '_storage_test_volume_present' from source: set_fact 138029 1726888106.03460: variable 'storage_test_volume' from source: include params 138029 1726888106.03465: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 138029 1726888106.03467: when evaluation is False, skipping this task 138029 1726888106.03469: _execute() done 138029 1726888106.03477: dumping result to json 138029 1726888106.03484: done dumping result, returning 138029 1726888106.03493: done running TaskExecutor() for managed_node3/TASK: Verify mount directory user [0affc8a3-6f6f-5a58-73a2-000000000ffe] 138029 1726888106.03510: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ffe skipping: [managed_node3] => { "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" } 138029 1726888106.03658: no more pending results, returning what we have 138029 1726888106.03663: results queue empty 138029 1726888106.03664: checking for any_errors_fatal 138029 1726888106.03671: done checking for any_errors_fatal 138029 1726888106.03672: checking for max_fail_percentage 138029 1726888106.03673: done checking for max_fail_percentage 138029 1726888106.03674: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.03675: done checking to see if all hosts have failed 138029 1726888106.03675: getting the remaining hosts for this loop 138029 1726888106.03677: done getting the remaining hosts for this loop 138029 1726888106.03681: getting the next task for host managed_node3 138029 1726888106.03689: done getting next task for host managed_node3 138029 1726888106.03691: ^ task is: TASK: Verify mount directory group 138029 1726888106.03698: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.03702: getting variables 138029 1726888106.03704: in VariableManager get_vars() 138029 1726888106.03740: Calling all_inventory to load vars for managed_node3 138029 1726888106.03744: Calling groups_inventory to load vars for managed_node3 138029 1726888106.03747: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.03762: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.03766: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.03769: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.04580: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000ffe 138029 1726888106.04584: WORKER PROCESS EXITING 138029 1726888106.04614: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.05222: done with get_vars() 138029 1726888106.05237: done getting variables 138029 1726888106.05296: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:26 -0400 (0:00:00.033) 0:01:58.776 ****** 138029 1726888106.05327: entering _queue_task() for managed_node3/assert 138029 1726888106.05612: worker is 1 (out of 1 available) 138029 1726888106.05624: exiting _queue_task() for managed_node3/assert 138029 1726888106.05636: done queuing things up, now waiting for results queue to drain 138029 1726888106.05638: waiting for pending results... 138029 1726888106.05852: running TaskExecutor() for managed_node3/TASK: Verify mount directory group 138029 1726888106.06004: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000fff 138029 1726888106.06027: variable 'ansible_search_path' from source: unknown 138029 1726888106.06074: calling self._execute() 138029 1726888106.06192: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.06204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.06219: variable 'omit' from source: magic vars 138029 1726888106.06638: variable '_storage_test_volume_present' from source: set_fact 138029 1726888106.06651: variable 'storage_test_volume' from source: include params 138029 1726888106.06686: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 138029 1726888106.06694: when evaluation is False, skipping this task 138029 1726888106.06701: _execute() done 138029 1726888106.06707: dumping result to json 138029 1726888106.06713: done dumping result, returning 138029 1726888106.06722: done running TaskExecutor() for managed_node3/TASK: Verify mount directory group [0affc8a3-6f6f-5a58-73a2-000000000fff] 138029 1726888106.06731: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000fff skipping: [managed_node3] => { "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" } 138029 1726888106.06891: no more pending results, returning what we have 138029 1726888106.06899: results queue empty 138029 1726888106.06900: checking for any_errors_fatal 138029 1726888106.06907: done checking for any_errors_fatal 138029 1726888106.06907: checking for max_fail_percentage 138029 1726888106.06909: done checking for max_fail_percentage 138029 1726888106.06910: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.06911: done checking to see if all hosts have failed 138029 1726888106.06911: getting the remaining hosts for this loop 138029 1726888106.06913: done getting the remaining hosts for this loop 138029 1726888106.06917: getting the next task for host managed_node3 138029 1726888106.06924: done getting next task for host managed_node3 138029 1726888106.06926: ^ task is: TASK: Verify mount directory permissions 138029 1726888106.06933: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.06938: getting variables 138029 1726888106.06940: in VariableManager get_vars() 138029 1726888106.06974: Calling all_inventory to load vars for managed_node3 138029 1726888106.06978: Calling groups_inventory to load vars for managed_node3 138029 1726888106.06982: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.06997: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.07114: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.07121: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.07884: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000fff 138029 1726888106.07952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.08551: done with get_vars() 138029 1726888106.08574: done getting variables 138029 1726888106.08607: WORKER PROCESS EXITING 138029 1726888106.08643: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:26 -0400 (0:00:00.033) 0:01:58.810 ****** 138029 1726888106.08683: entering _queue_task() for managed_node3/assert 138029 1726888106.08974: worker is 1 (out of 1 available) 138029 1726888106.08988: exiting _queue_task() for managed_node3/assert 138029 1726888106.09000: done queuing things up, now waiting for results queue to drain 138029 1726888106.09002: waiting for pending results... 138029 1726888106.09311: running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions 138029 1726888106.09464: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001000 138029 1726888106.09494: variable 'ansible_search_path' from source: unknown 138029 1726888106.09537: calling self._execute() 138029 1726888106.09669: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.09682: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.09701: variable 'omit' from source: magic vars 138029 1726888106.10158: variable '_storage_test_volume_present' from source: set_fact 138029 1726888106.10173: variable 'storage_test_volume' from source: include params 138029 1726888106.10203: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 138029 1726888106.10209: when evaluation is False, skipping this task 138029 1726888106.10216: _execute() done 138029 1726888106.10223: dumping result to json 138029 1726888106.10231: done dumping result, returning 138029 1726888106.10246: done running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions [0affc8a3-6f6f-5a58-73a2-000000001000] 138029 1726888106.10258: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001000 138029 1726888106.10483: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001000 138029 1726888106.10486: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888106.10530: no more pending results, returning what we have 138029 1726888106.10533: results queue empty 138029 1726888106.10534: checking for any_errors_fatal 138029 1726888106.10544: done checking for any_errors_fatal 138029 1726888106.10544: checking for max_fail_percentage 138029 1726888106.10546: done checking for max_fail_percentage 138029 1726888106.10547: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.10548: done checking to see if all hosts have failed 138029 1726888106.10548: getting the remaining hosts for this loop 138029 1726888106.10550: done getting the remaining hosts for this loop 138029 1726888106.10553: getting the next task for host managed_node3 138029 1726888106.10566: done getting next task for host managed_node3 138029 1726888106.10568: ^ task is: TASK: Get path of test volume device 138029 1726888106.10577: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.10582: getting variables 138029 1726888106.10583: in VariableManager get_vars() 138029 1726888106.10616: Calling all_inventory to load vars for managed_node3 138029 1726888106.10618: Calling groups_inventory to load vars for managed_node3 138029 1726888106.10621: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.10634: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.10638: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.10640: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.11384: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.12094: done with get_vars() 138029 1726888106.12108: done getting variables 138029 1726888106.12159: 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:08:26 -0400 (0:00:00.035) 0:01:58.845 ****** 138029 1726888106.12193: entering _queue_task() for managed_node3/command 138029 1726888106.12470: worker is 1 (out of 1 available) 138029 1726888106.12484: exiting _queue_task() for managed_node3/command 138029 1726888106.12497: done queuing things up, now waiting for results queue to drain 138029 1726888106.12498: waiting for pending results... 138029 1726888106.12817: running TaskExecutor() for managed_node3/TASK: Get path of test volume device 138029 1726888106.13000: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001001 138029 1726888106.13021: variable 'ansible_search_path' from source: unknown 138029 1726888106.13066: calling self._execute() 138029 1726888106.13199: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.13212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.13228: variable 'omit' from source: magic vars 138029 1726888106.13652: variable 'storage_test_volume' from source: include params 138029 1726888106.13745: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888106.13748: when evaluation is False, skipping this task 138029 1726888106.13752: _execute() done 138029 1726888106.13754: dumping result to json 138029 1726888106.13759: done dumping result, returning 138029 1726888106.13764: done running TaskExecutor() for managed_node3/TASK: Get path of test volume device [0affc8a3-6f6f-5a58-73a2-000000001001] 138029 1726888106.13768: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001001 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888106.13908: no more pending results, returning what we have 138029 1726888106.13914: results queue empty 138029 1726888106.13915: checking for any_errors_fatal 138029 1726888106.13922: done checking for any_errors_fatal 138029 1726888106.13923: checking for max_fail_percentage 138029 1726888106.13925: done checking for max_fail_percentage 138029 1726888106.13926: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.13927: done checking to see if all hosts have failed 138029 1726888106.13927: getting the remaining hosts for this loop 138029 1726888106.13929: done getting the remaining hosts for this loop 138029 1726888106.13934: getting the next task for host managed_node3 138029 1726888106.13942: done getting next task for host managed_node3 138029 1726888106.13946: ^ task is: TASK: Gather swap info 138029 1726888106.13954: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.13961: getting variables 138029 1726888106.13964: in VariableManager get_vars() 138029 1726888106.13997: Calling all_inventory to load vars for managed_node3 138029 1726888106.14000: Calling groups_inventory to load vars for managed_node3 138029 1726888106.14003: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.14015: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.14018: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.14020: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.14842: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001001 138029 1726888106.14846: WORKER PROCESS EXITING 138029 1726888106.14903: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.15611: done with get_vars() 138029 1726888106.15626: done getting variables 138029 1726888106.15688: 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:08:26 -0400 (0:00:00.035) 0:01:58.880 ****** 138029 1726888106.15719: entering _queue_task() for managed_node3/command 138029 1726888106.15973: worker is 1 (out of 1 available) 138029 1726888106.15988: exiting _queue_task() for managed_node3/command 138029 1726888106.16001: done queuing things up, now waiting for results queue to drain 138029 1726888106.16003: waiting for pending results... 138029 1726888106.16324: running TaskExecutor() for managed_node3/TASK: Gather swap info 138029 1726888106.16488: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001002 138029 1726888106.16511: variable 'ansible_search_path' from source: unknown 138029 1726888106.16552: calling self._execute() 138029 1726888106.16683: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.16861: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.16868: variable 'omit' from source: magic vars 138029 1726888106.17130: variable 'storage_test_volume' from source: include params 138029 1726888106.17170: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888106.17179: when evaluation is False, skipping this task 138029 1726888106.17187: _execute() done 138029 1726888106.17197: dumping result to json 138029 1726888106.17207: done dumping result, returning 138029 1726888106.17218: done running TaskExecutor() for managed_node3/TASK: Gather swap info [0affc8a3-6f6f-5a58-73a2-000000001002] 138029 1726888106.17260: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001002 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888106.17627: no more pending results, returning what we have 138029 1726888106.17630: results queue empty 138029 1726888106.17631: checking for any_errors_fatal 138029 1726888106.17637: done checking for any_errors_fatal 138029 1726888106.17638: checking for max_fail_percentage 138029 1726888106.17640: done checking for max_fail_percentage 138029 1726888106.17640: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.17641: done checking to see if all hosts have failed 138029 1726888106.17642: getting the remaining hosts for this loop 138029 1726888106.17643: done getting the remaining hosts for this loop 138029 1726888106.17647: getting the next task for host managed_node3 138029 1726888106.17657: done getting next task for host managed_node3 138029 1726888106.17660: ^ task is: TASK: Verify swap status 138029 1726888106.17667: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.17671: getting variables 138029 1726888106.17672: in VariableManager get_vars() 138029 1726888106.17697: Calling all_inventory to load vars for managed_node3 138029 1726888106.17700: Calling groups_inventory to load vars for managed_node3 138029 1726888106.17702: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.17710: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.17713: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.17715: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.18269: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001002 138029 1726888106.18273: WORKER PROCESS EXITING 138029 1726888106.18305: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.19001: done with get_vars() 138029 1726888106.19016: done getting variables 138029 1726888106.19078: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:26 -0400 (0:00:00.033) 0:01:58.914 ****** 138029 1726888106.19113: entering _queue_task() for managed_node3/assert 138029 1726888106.19360: worker is 1 (out of 1 available) 138029 1726888106.19375: exiting _queue_task() for managed_node3/assert 138029 1726888106.19388: done queuing things up, now waiting for results queue to drain 138029 1726888106.19389: waiting for pending results... 138029 1726888106.19683: running TaskExecutor() for managed_node3/TASK: Verify swap status 138029 1726888106.19848: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001003 138029 1726888106.19893: variable 'ansible_search_path' from source: unknown 138029 1726888106.19922: calling self._execute() 138029 1726888106.20110: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.20114: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.20119: variable 'omit' from source: magic vars 138029 1726888106.20498: variable 'storage_test_volume' from source: include params 138029 1726888106.20533: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888106.20546: when evaluation is False, skipping this task 138029 1726888106.20554: _execute() done 138029 1726888106.20569: dumping result to json 138029 1726888106.20577: done dumping result, returning 138029 1726888106.20588: done running TaskExecutor() for managed_node3/TASK: Verify swap status [0affc8a3-6f6f-5a58-73a2-000000001003] 138029 1726888106.20599: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001003 138029 1726888106.20917: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001003 138029 1726888106.20920: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888106.20961: no more pending results, returning what we have 138029 1726888106.20967: results queue empty 138029 1726888106.20968: checking for any_errors_fatal 138029 1726888106.20974: done checking for any_errors_fatal 138029 1726888106.20975: checking for max_fail_percentage 138029 1726888106.20977: done checking for max_fail_percentage 138029 1726888106.20978: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.20979: done checking to see if all hosts have failed 138029 1726888106.20979: getting the remaining hosts for this loop 138029 1726888106.20981: done getting the remaining hosts for this loop 138029 1726888106.20984: getting the next task for host managed_node3 138029 1726888106.20992: done getting next task for host managed_node3 138029 1726888106.20994: ^ task is: TASK: Unset facts 138029 1726888106.21000: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.21004: getting variables 138029 1726888106.21005: in VariableManager get_vars() 138029 1726888106.21034: Calling all_inventory to load vars for managed_node3 138029 1726888106.21036: Calling groups_inventory to load vars for managed_node3 138029 1726888106.21039: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.21048: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.21051: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.21054: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.21651: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.22570: done with get_vars() 138029 1726888106.22584: done getting variables 138029 1726888106.22638: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:26 -0400 (0:00:00.035) 0:01:58.950 ****** 138029 1726888106.22672: entering _queue_task() for managed_node3/set_fact 138029 1726888106.22919: worker is 1 (out of 1 available) 138029 1726888106.22932: exiting _queue_task() for managed_node3/set_fact 138029 1726888106.22945: done queuing things up, now waiting for results queue to drain 138029 1726888106.22947: waiting for pending results... 138029 1726888106.23184: running TaskExecutor() for managed_node3/TASK: Unset facts 138029 1726888106.23423: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001004 138029 1726888106.23452: variable 'ansible_search_path' from source: unknown 138029 1726888106.23499: calling self._execute() 138029 1726888106.23622: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.23634: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.23648: variable 'omit' from source: magic vars 138029 1726888106.23778: variable 'omit' from source: magic vars 138029 1726888106.23861: variable 'omit' from source: magic vars 138029 1726888106.23908: variable 'omit' from source: magic vars 138029 1726888106.23952: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888106.24004: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888106.24034: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888106.24099: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.24102: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.24105: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888106.24124: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888106.24166: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888106.24176: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.24184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.24362: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888106.24365: Set connection var ansible_timeout to 10 138029 1726888106.24368: Set connection var ansible_pipelining to False 138029 1726888106.24370: Set connection var ansible_shell_type to sh 138029 1726888106.24372: Set connection var ansible_connection to ssh 138029 1726888106.24374: Set connection var ansible_shell_executable to /bin/sh 138029 1726888106.24397: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.24405: variable 'ansible_connection' from source: unknown 138029 1726888106.24412: variable 'ansible_module_compression' from source: unknown 138029 1726888106.24424: variable 'ansible_shell_type' from source: unknown 138029 1726888106.24432: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.24470: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.24473: variable 'ansible_pipelining' from source: unknown 138029 1726888106.24475: variable 'ansible_timeout' from source: unknown 138029 1726888106.24477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.24619: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888106.24634: variable 'omit' from source: magic vars 138029 1726888106.24648: starting attempt loop 138029 1726888106.24686: running the handler 138029 1726888106.24689: handler run complete 138029 1726888106.24691: attempt loop complete, returning result 138029 1726888106.24693: _execute() done 138029 1726888106.24695: dumping result to json 138029 1726888106.24697: done dumping result, returning 138029 1726888106.24704: done running TaskExecutor() for managed_node3/TASK: Unset facts [0affc8a3-6f6f-5a58-73a2-000000001004] 138029 1726888106.24712: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001004 138029 1726888106.25061: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001004 138029 1726888106.25065: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888106.25117: no more pending results, returning what we have 138029 1726888106.25120: results queue empty 138029 1726888106.25121: checking for any_errors_fatal 138029 1726888106.25126: done checking for any_errors_fatal 138029 1726888106.25127: checking for max_fail_percentage 138029 1726888106.25129: done checking for max_fail_percentage 138029 1726888106.25130: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.25131: done checking to see if all hosts have failed 138029 1726888106.25131: getting the remaining hosts for this loop 138029 1726888106.25133: done getting the remaining hosts for this loop 138029 1726888106.25136: getting the next task for host managed_node3 138029 1726888106.25146: done getting next task for host managed_node3 138029 1726888106.25148: ^ task is: TASK: Set some variables for fstab checking 138029 1726888106.25155: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.25160: getting variables 138029 1726888106.25161: in VariableManager get_vars() 138029 1726888106.25192: Calling all_inventory to load vars for managed_node3 138029 1726888106.25195: Calling groups_inventory to load vars for managed_node3 138029 1726888106.25198: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.25207: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.25210: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.25212: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.25849: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.26552: done with get_vars() 138029 1726888106.26569: done getting variables 138029 1726888106.26629: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:26 -0400 (0:00:00.039) 0:01:58.990 ****** 138029 1726888106.26666: entering _queue_task() for managed_node3/set_fact 138029 1726888106.26944: worker is 1 (out of 1 available) 138029 1726888106.26961: exiting _queue_task() for managed_node3/set_fact 138029 1726888106.26974: done queuing things up, now waiting for results queue to drain 138029 1726888106.26976: waiting for pending results... 138029 1726888106.27293: running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking 138029 1726888106.27457: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001008 138029 1726888106.27484: variable 'ansible_search_path' from source: unknown 138029 1726888106.27527: calling self._execute() 138029 1726888106.27659: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.27675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.27692: variable 'omit' from source: magic vars 138029 1726888106.27815: variable 'omit' from source: magic vars 138029 1726888106.27961: variable 'omit' from source: magic vars 138029 1726888106.28409: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888106.30553: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888106.30637: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888106.30686: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888106.30727: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888106.30767: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888106.30854: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888106.30894: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888106.30953: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888106.30980: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888106.31001: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888106.31050: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888106.31160: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888106.31167: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888106.31169: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888106.31175: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888106.31240: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888106.31274: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888106.31309: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888106.31352: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888106.31378: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888106.31547: variable 'storage_test_fstab' from source: set_fact 138029 1726888106.31569: variable 'storage_test_volume' from source: include params 138029 1726888106.31718: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888106.31872: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888106.31911: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888106.31949: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888106.32160: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888106.32167: 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) 138029 1726888106.32170: 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) 138029 1726888106.32172: 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) 138029 1726888106.32174: 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) 138029 1726888106.32358: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888106.32389: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888106.32421: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888106.32466: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888106.32484: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888106.32697: variable '__mount_point' from source: task vars 138029 1726888106.32780: variable 'storage_test_volume' from source: include params 138029 1726888106.32808: variable 'storage_test_fstab' from source: set_fact 138029 1726888106.33137: variable '_storage_test_volume_present' from source: set_fact 138029 1726888106.33147: variable '__mount_point' from source: task vars 138029 1726888106.33220: variable 'storage_test_volume' from source: include params 138029 1726888106.33238: variable 'storage_test_volume' from source: include params 138029 1726888106.33410: variable '_storage_test_volume_present' from source: set_fact 138029 1726888106.33420: variable '__mount_point' from source: task vars 138029 1726888106.33501: variable 'storage_test_volume' from source: include params 138029 1726888106.33893: variable '__mount_options' from source: task vars 138029 1726888106.34023: variable 'storage_test_volume' from source: include params 138029 1726888106.34026: variable '__mount_point' from source: task vars 138029 1726888106.34068: variable 'storage_test_volume' from source: include params 138029 1726888106.34089: variable 'storage_test_fstab' from source: set_fact 138029 1726888106.34100: variable '__pattern' from source: task vars 138029 1726888106.34196: variable '__mount_point' from source: task vars 138029 1726888106.34274: variable 'storage_test_volume' from source: include params 138029 1726888106.34295: variable '__mount_options' from source: task vars 138029 1726888106.34373: variable 'storage_test_volume' from source: include params 138029 1726888106.34546: variable '_storage_test_volume_present' from source: set_fact 138029 1726888106.34570: variable '__mount_options' from source: task vars 138029 1726888106.34678: variable 'storage_test_volume' from source: include params 138029 1726888106.34681: variable 'omit' from source: magic vars 138029 1726888106.34692: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888106.34721: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888106.34741: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888106.34766: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.34783: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.34805: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888106.34823: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888106.34859: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888106.34899: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.34901: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.35013: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888106.35023: Set connection var ansible_timeout to 10 138029 1726888106.35032: Set connection var ansible_pipelining to False 138029 1726888106.35039: Set connection var ansible_shell_type to sh 138029 1726888106.35044: Set connection var ansible_connection to ssh 138029 1726888106.35116: Set connection var ansible_shell_executable to /bin/sh 138029 1726888106.35119: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.35121: variable 'ansible_connection' from source: unknown 138029 1726888106.35124: variable 'ansible_module_compression' from source: unknown 138029 1726888106.35125: variable 'ansible_shell_type' from source: unknown 138029 1726888106.35127: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.35129: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.35131: variable 'ansible_pipelining' from source: unknown 138029 1726888106.35133: variable 'ansible_timeout' from source: unknown 138029 1726888106.35135: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.35237: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888106.35252: variable 'omit' from source: magic vars 138029 1726888106.35267: starting attempt loop 138029 1726888106.35275: running the handler 138029 1726888106.35295: handler run complete 138029 1726888106.35309: attempt loop complete, returning result 138029 1726888106.35316: _execute() done 138029 1726888106.35322: dumping result to json 138029 1726888106.35360: done dumping result, returning 138029 1726888106.35365: done running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking [0affc8a3-6f6f-5a58-73a2-000000001008] 138029 1726888106.35367: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001008 138029 1726888106.35687: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001008 138029 1726888106.35691: WORKER PROCESS EXITING ok: [managed_node3] => { "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=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } 138029 1726888106.35752: no more pending results, returning what we have 138029 1726888106.35756: results queue empty 138029 1726888106.35758: checking for any_errors_fatal 138029 1726888106.35769: done checking for any_errors_fatal 138029 1726888106.35770: checking for max_fail_percentage 138029 1726888106.35772: done checking for max_fail_percentage 138029 1726888106.35773: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.35774: done checking to see if all hosts have failed 138029 1726888106.35774: getting the remaining hosts for this loop 138029 1726888106.35776: done getting the remaining hosts for this loop 138029 1726888106.35780: getting the next task for host managed_node3 138029 1726888106.35788: done getting next task for host managed_node3 138029 1726888106.35791: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888106.35797: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.35805: getting variables 138029 1726888106.35807: in VariableManager get_vars() 138029 1726888106.35838: Calling all_inventory to load vars for managed_node3 138029 1726888106.35841: Calling groups_inventory to load vars for managed_node3 138029 1726888106.35844: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.35854: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.35972: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.35978: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.36588: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.37261: done with get_vars() 138029 1726888106.37282: done getting variables 138029 1726888106.37342: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:26 -0400 (0:00:00.107) 0:01:59.097 ****** 138029 1726888106.37385: entering _queue_task() for managed_node3/assert 138029 1726888106.37684: worker is 1 (out of 1 available) 138029 1726888106.37697: exiting _queue_task() for managed_node3/assert 138029 1726888106.37709: done queuing things up, now waiting for results queue to drain 138029 1726888106.37711: waiting for pending results... 138029 1726888106.38029: running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888106.38187: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001009 138029 1726888106.38208: variable 'ansible_search_path' from source: unknown 138029 1726888106.38250: calling self._execute() 138029 1726888106.38374: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.38385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.38403: variable 'omit' from source: magic vars 138029 1726888106.38786: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888106.40931: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888106.41022: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888106.41072: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888106.41117: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888106.41149: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888106.41266: variable '_storage_test_volume_present' from source: set_fact 138029 1726888106.41324: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888106.41327: variable 'omit' from source: magic vars 138029 1726888106.41378: variable 'omit' from source: magic vars 138029 1726888106.41419: variable 'omit' from source: magic vars 138029 1726888106.41458: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888106.41494: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888106.41541: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888106.41544: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.41567: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.41589: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888106.41650: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888106.41654: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888106.41658: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.41668: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.41782: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888106.41793: Set connection var ansible_timeout to 10 138029 1726888106.41801: Set connection var ansible_pipelining to False 138029 1726888106.41806: Set connection var ansible_shell_type to sh 138029 1726888106.41811: Set connection var ansible_connection to ssh 138029 1726888106.41818: Set connection var ansible_shell_executable to /bin/sh 138029 1726888106.41870: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.41873: variable 'ansible_connection' from source: unknown 138029 1726888106.41875: variable 'ansible_module_compression' from source: unknown 138029 1726888106.41878: variable 'ansible_shell_type' from source: unknown 138029 1726888106.41880: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.41882: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.41884: variable 'ansible_pipelining' from source: unknown 138029 1726888106.41886: variable 'ansible_timeout' from source: unknown 138029 1726888106.41960: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.42009: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888106.42026: variable 'omit' from source: magic vars 138029 1726888106.42035: starting attempt loop 138029 1726888106.42041: running the handler 138029 1726888106.42218: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888106.42250: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888106.42287: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888106.42336: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888106.42356: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888106.42412: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888106.42441: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888106.42521: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888106.42524: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888106.42535: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888106.42641: variable 'storage_test_fstab_id_matches' from source: set_fact 138029 1726888106.42652: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 138029 1726888106.42678: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 138029 1726888106.42688: handler run complete 138029 1726888106.42705: attempt loop complete, returning result 138029 1726888106.42711: _execute() done 138029 1726888106.42717: dumping result to json 138029 1726888106.42724: done dumping result, returning 138029 1726888106.42738: done running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-5a58-73a2-000000001009] 138029 1726888106.42847: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001009 138029 1726888106.42921: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001009 138029 1726888106.42924: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888106.43002: no more pending results, returning what we have 138029 1726888106.43005: results queue empty 138029 1726888106.43007: checking for any_errors_fatal 138029 1726888106.43015: done checking for any_errors_fatal 138029 1726888106.43016: checking for max_fail_percentage 138029 1726888106.43018: done checking for max_fail_percentage 138029 1726888106.43019: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.43020: done checking to see if all hosts have failed 138029 1726888106.43020: getting the remaining hosts for this loop 138029 1726888106.43022: done getting the remaining hosts for this loop 138029 1726888106.43026: getting the next task for host managed_node3 138029 1726888106.43035: done getting next task for host managed_node3 138029 1726888106.43038: ^ task is: TASK: Verify the fstab mount point 138029 1726888106.43043: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.43048: getting variables 138029 1726888106.43050: in VariableManager get_vars() 138029 1726888106.43089: Calling all_inventory to load vars for managed_node3 138029 1726888106.43092: Calling groups_inventory to load vars for managed_node3 138029 1726888106.43095: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.43106: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.43109: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.43112: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.43984: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.44668: done with get_vars() 138029 1726888106.44687: done getting variables 138029 1726888106.44747: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:26 -0400 (0:00:00.074) 0:01:59.171 ****** 138029 1726888106.44788: entering _queue_task() for managed_node3/assert 138029 1726888106.45080: worker is 1 (out of 1 available) 138029 1726888106.45093: exiting _queue_task() for managed_node3/assert 138029 1726888106.45104: done queuing things up, now waiting for results queue to drain 138029 1726888106.45105: waiting for pending results... 138029 1726888106.45406: running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point 138029 1726888106.45582: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000100a 138029 1726888106.45586: variable 'ansible_search_path' from source: unknown 138029 1726888106.45690: calling self._execute() 138029 1726888106.45741: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.45752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.45771: variable 'omit' from source: magic vars 138029 1726888106.45888: variable 'omit' from source: magic vars 138029 1726888106.45967: variable 'omit' from source: magic vars 138029 1726888106.46234: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888106.46247: variable 'storage_test_volume' from source: include params 138029 1726888106.46302: variable 'omit' from source: magic vars 138029 1726888106.46350: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888106.46393: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888106.46449: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888106.46453: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.46456: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.46476: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888106.46496: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888106.46529: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888106.46538: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.46546: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.46860: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888106.46865: Set connection var ansible_timeout to 10 138029 1726888106.46868: Set connection var ansible_pipelining to False 138029 1726888106.46870: Set connection var ansible_shell_type to sh 138029 1726888106.46871: Set connection var ansible_connection to ssh 138029 1726888106.46873: Set connection var ansible_shell_executable to /bin/sh 138029 1726888106.46875: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.46876: variable 'ansible_connection' from source: unknown 138029 1726888106.46878: variable 'ansible_module_compression' from source: unknown 138029 1726888106.46880: variable 'ansible_shell_type' from source: unknown 138029 1726888106.46881: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.46883: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.46885: variable 'ansible_pipelining' from source: unknown 138029 1726888106.46886: variable 'ansible_timeout' from source: unknown 138029 1726888106.46888: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.46914: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888106.46930: variable 'omit' from source: magic vars 138029 1726888106.46939: starting attempt loop 138029 1726888106.46946: running the handler 138029 1726888106.47161: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888106.49747: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888106.49818: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888106.49864: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888106.49934: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888106.49937: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888106.50005: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888106.50040: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888106.50079: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888106.50159: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888106.50165: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888106.50208: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888106.50238: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888106.50277: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888106.50371: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888106.50374: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888106.50457: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 138029 1726888106.50474: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888106.50499: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 138029 1726888106.50511: handler run complete 138029 1726888106.50530: attempt loop complete, returning result 138029 1726888106.50536: _execute() done 138029 1726888106.50541: dumping result to json 138029 1726888106.50546: done dumping result, returning 138029 1726888106.50591: done running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point [0affc8a3-6f6f-5a58-73a2-00000000100a] 138029 1726888106.50594: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000100a ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888106.50749: no more pending results, returning what we have 138029 1726888106.50764: results queue empty 138029 1726888106.50765: checking for any_errors_fatal 138029 1726888106.50773: done checking for any_errors_fatal 138029 1726888106.50774: checking for max_fail_percentage 138029 1726888106.50776: done checking for max_fail_percentage 138029 1726888106.50777: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.50778: done checking to see if all hosts have failed 138029 1726888106.50779: getting the remaining hosts for this loop 138029 1726888106.50781: done getting the remaining hosts for this loop 138029 1726888106.50786: getting the next task for host managed_node3 138029 1726888106.50795: done getting next task for host managed_node3 138029 1726888106.50798: ^ task is: TASK: Verify mount_options 138029 1726888106.50804: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.50808: getting variables 138029 1726888106.50810: in VariableManager get_vars() 138029 1726888106.50848: Calling all_inventory to load vars for managed_node3 138029 1726888106.50851: Calling groups_inventory to load vars for managed_node3 138029 1726888106.51159: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.51174: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.51178: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.51181: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.51805: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000100a 138029 1726888106.51809: WORKER PROCESS EXITING 138029 1726888106.51832: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.52716: done with get_vars() 138029 1726888106.52732: done getting variables 138029 1726888106.52794: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:26 -0400 (0:00:00.080) 0:01:59.251 ****** 138029 1726888106.52829: entering _queue_task() for managed_node3/assert 138029 1726888106.53125: worker is 1 (out of 1 available) 138029 1726888106.53138: exiting _queue_task() for managed_node3/assert 138029 1726888106.53150: done queuing things up, now waiting for results queue to drain 138029 1726888106.53151: waiting for pending results... 138029 1726888106.53406: running TaskExecutor() for managed_node3/TASK: Verify mount_options 138029 1726888106.53582: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000100b 138029 1726888106.53602: variable 'ansible_search_path' from source: unknown 138029 1726888106.53641: calling self._execute() 138029 1726888106.53751: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.53771: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.53787: variable 'omit' from source: magic vars 138029 1726888106.54169: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888106.56460: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888106.56547: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888106.56594: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888106.56638: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888106.56674: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888106.56759: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888106.56795: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888106.56823: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888106.56875: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888106.56894: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888106.57012: Evaluated conditional (__storage_verify_mount_options | d(false)): False 138029 1726888106.57019: when evaluation is False, skipping this task 138029 1726888106.57026: _execute() done 138029 1726888106.57033: dumping result to json 138029 1726888106.57039: done dumping result, returning 138029 1726888106.57049: done running TaskExecutor() for managed_node3/TASK: Verify mount_options [0affc8a3-6f6f-5a58-73a2-00000000100b] 138029 1726888106.57069: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000100b 138029 1726888106.57261: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000100b 138029 1726888106.57267: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 138029 1726888106.57317: no more pending results, returning what we have 138029 1726888106.57321: results queue empty 138029 1726888106.57322: checking for any_errors_fatal 138029 1726888106.57331: done checking for any_errors_fatal 138029 1726888106.57332: checking for max_fail_percentage 138029 1726888106.57333: done checking for max_fail_percentage 138029 1726888106.57334: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.57335: done checking to see if all hosts have failed 138029 1726888106.57336: getting the remaining hosts for this loop 138029 1726888106.57338: done getting the remaining hosts for this loop 138029 1726888106.57342: getting the next task for host managed_node3 138029 1726888106.57351: done getting next task for host managed_node3 138029 1726888106.57354: ^ task is: TASK: Verify fingerprint 138029 1726888106.57365: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.57371: getting variables 138029 1726888106.57373: in VariableManager get_vars() 138029 1726888106.57408: Calling all_inventory to load vars for managed_node3 138029 1726888106.57411: Calling groups_inventory to load vars for managed_node3 138029 1726888106.57415: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.57426: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.57430: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.57433: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.58361: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.59053: done with get_vars() 138029 1726888106.59074: done getting variables 138029 1726888106.59132: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:26 -0400 (0:00:00.063) 0:01:59.315 ****** 138029 1726888106.59177: entering _queue_task() for managed_node3/assert 138029 1726888106.59576: worker is 1 (out of 1 available) 138029 1726888106.59587: exiting _queue_task() for managed_node3/assert 138029 1726888106.59597: done queuing things up, now waiting for results queue to drain 138029 1726888106.59599: waiting for pending results... 138029 1726888106.59801: running TaskExecutor() for managed_node3/TASK: Verify fingerprint 138029 1726888106.59944: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000100c 138029 1726888106.59969: variable 'ansible_search_path' from source: unknown 138029 1726888106.60041: calling self._execute() 138029 1726888106.60133: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.60145: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.60168: variable 'omit' from source: magic vars 138029 1726888106.60460: variable 'omit' from source: magic vars 138029 1726888106.60466: variable 'omit' from source: magic vars 138029 1726888106.60469: variable 'omit' from source: magic vars 138029 1726888106.60471: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888106.60480: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888106.60503: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888106.60525: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.60541: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.60567: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888106.60592: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888106.60624: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888106.60632: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.60639: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.60771: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888106.60783: Set connection var ansible_timeout to 10 138029 1726888106.60794: Set connection var ansible_pipelining to False 138029 1726888106.60808: Set connection var ansible_shell_type to sh 138029 1726888106.60815: Set connection var ansible_connection to ssh 138029 1726888106.60826: Set connection var ansible_shell_executable to /bin/sh 138029 1726888106.60860: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.60873: variable 'ansible_connection' from source: unknown 138029 1726888106.60880: variable 'ansible_module_compression' from source: unknown 138029 1726888106.60888: variable 'ansible_shell_type' from source: unknown 138029 1726888106.60895: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.60901: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.60914: variable 'ansible_pipelining' from source: unknown 138029 1726888106.60921: variable 'ansible_timeout' from source: unknown 138029 1726888106.60928: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.61077: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888106.61095: variable 'omit' from source: magic vars 138029 1726888106.61128: starting attempt loop 138029 1726888106.61131: running the handler 138029 1726888106.61430: variable '__fingerprint' from source: task vars 138029 1726888106.61443: variable 'storage_test_fstab' from source: set_fact 138029 1726888106.61565: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 138029 1726888106.61568: handler run complete 138029 1726888106.61571: attempt loop complete, returning result 138029 1726888106.61573: _execute() done 138029 1726888106.61575: dumping result to json 138029 1726888106.61578: done dumping result, returning 138029 1726888106.61580: done running TaskExecutor() for managed_node3/TASK: Verify fingerprint [0affc8a3-6f6f-5a58-73a2-00000000100c] 138029 1726888106.61582: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000100c 138029 1726888106.61657: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000100c 138029 1726888106.61661: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888106.61816: no more pending results, returning what we have 138029 1726888106.61821: results queue empty 138029 1726888106.61822: checking for any_errors_fatal 138029 1726888106.61833: done checking for any_errors_fatal 138029 1726888106.61833: checking for max_fail_percentage 138029 1726888106.61835: done checking for max_fail_percentage 138029 1726888106.61836: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.61837: done checking to see if all hosts have failed 138029 1726888106.61838: getting the remaining hosts for this loop 138029 1726888106.61840: done getting the remaining hosts for this loop 138029 1726888106.61845: getting the next task for host managed_node3 138029 1726888106.61854: done getting next task for host managed_node3 138029 1726888106.61859: ^ task is: TASK: Clean up variables 138029 1726888106.61869: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.61876: getting variables 138029 1726888106.61878: in VariableManager get_vars() 138029 1726888106.61916: Calling all_inventory to load vars for managed_node3 138029 1726888106.61919: Calling groups_inventory to load vars for managed_node3 138029 1726888106.61923: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.61935: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.61939: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.61942: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.62750: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.63428: done with get_vars() 138029 1726888106.63445: done getting variables 138029 1726888106.63500: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:26 -0400 (0:00:00.043) 0:01:59.358 ****** 138029 1726888106.63534: entering _queue_task() for managed_node3/set_fact 138029 1726888106.63836: worker is 1 (out of 1 available) 138029 1726888106.63848: exiting _queue_task() for managed_node3/set_fact 138029 1726888106.63865: done queuing things up, now waiting for results queue to drain 138029 1726888106.63867: waiting for pending results... 138029 1726888106.64277: running TaskExecutor() for managed_node3/TASK: Clean up variables 138029 1726888106.64324: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000100d 138029 1726888106.64343: variable 'ansible_search_path' from source: unknown 138029 1726888106.64390: calling self._execute() 138029 1726888106.64503: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.64516: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.64530: variable 'omit' from source: magic vars 138029 1726888106.64645: variable 'omit' from source: magic vars 138029 1726888106.64727: variable 'omit' from source: magic vars 138029 1726888106.64771: variable 'omit' from source: magic vars 138029 1726888106.64817: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888106.64860: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888106.64887: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888106.64912: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.64928: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.64948: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888106.64974: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888106.65009: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888106.65022: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.65029: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.65164: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888106.65176: Set connection var ansible_timeout to 10 138029 1726888106.65185: Set connection var ansible_pipelining to False 138029 1726888106.65191: Set connection var ansible_shell_type to sh 138029 1726888106.65197: Set connection var ansible_connection to ssh 138029 1726888106.65205: Set connection var ansible_shell_executable to /bin/sh 138029 1726888106.65240: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.65247: variable 'ansible_connection' from source: unknown 138029 1726888106.65253: variable 'ansible_module_compression' from source: unknown 138029 1726888106.65347: variable 'ansible_shell_type' from source: unknown 138029 1726888106.65350: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.65352: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.65354: variable 'ansible_pipelining' from source: unknown 138029 1726888106.65358: variable 'ansible_timeout' from source: unknown 138029 1726888106.65360: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.65446: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888106.65474: variable 'omit' from source: magic vars 138029 1726888106.65486: starting attempt loop 138029 1726888106.65493: running the handler 138029 1726888106.65510: handler run complete 138029 1726888106.65524: attempt loop complete, returning result 138029 1726888106.65531: _execute() done 138029 1726888106.65538: dumping result to json 138029 1726888106.65545: done dumping result, returning 138029 1726888106.65559: done running TaskExecutor() for managed_node3/TASK: Clean up variables [0affc8a3-6f6f-5a58-73a2-00000000100d] 138029 1726888106.65576: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000100d 138029 1726888106.65865: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000100d 138029 1726888106.65868: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888106.65913: no more pending results, returning what we have 138029 1726888106.65915: results queue empty 138029 1726888106.65916: checking for any_errors_fatal 138029 1726888106.65925: done checking for any_errors_fatal 138029 1726888106.65925: checking for max_fail_percentage 138029 1726888106.65927: done checking for max_fail_percentage 138029 1726888106.65928: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.65929: done checking to see if all hosts have failed 138029 1726888106.65930: getting the remaining hosts for this loop 138029 1726888106.65931: done getting the remaining hosts for this loop 138029 1726888106.65935: getting the next task for host managed_node3 138029 1726888106.65946: done getting next task for host managed_node3 138029 1726888106.65949: ^ task is: TASK: Verify fs type 138029 1726888106.65958: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.65965: getting variables 138029 1726888106.65966: in VariableManager get_vars() 138029 1726888106.65996: Calling all_inventory to load vars for managed_node3 138029 1726888106.65999: Calling groups_inventory to load vars for managed_node3 138029 1726888106.66002: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.66012: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.66015: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.66018: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.66714: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.67401: done with get_vars() 138029 1726888106.67418: done getting variables 138029 1726888106.67480: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:26 -0400 (0:00:00.039) 0:01:59.398 ****** 138029 1726888106.67513: entering _queue_task() for managed_node3/assert 138029 1726888106.67793: worker is 1 (out of 1 available) 138029 1726888106.67806: exiting _queue_task() for managed_node3/assert 138029 1726888106.67818: done queuing things up, now waiting for results queue to drain 138029 1726888106.67819: waiting for pending results... 138029 1726888106.68126: running TaskExecutor() for managed_node3/TASK: Verify fs type 138029 1726888106.68288: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001011 138029 1726888106.68311: variable 'ansible_search_path' from source: unknown 138029 1726888106.68351: calling self._execute() 138029 1726888106.68460: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.68474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.68486: variable 'omit' from source: magic vars 138029 1726888106.69060: variable 'storage_test_volume' from source: include params 138029 1726888106.69067: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888106.69069: variable 'storage_test_volume' from source: include params 138029 1726888106.69071: Evaluated conditional (storage_test_volume.fs_type): True 138029 1726888106.69141: variable '_storage_test_volume_present' from source: set_fact 138029 1726888106.69152: Evaluated conditional (_storage_test_volume_present): True 138029 1726888106.69168: variable 'omit' from source: magic vars 138029 1726888106.69236: variable 'omit' from source: magic vars 138029 1726888106.69279: variable 'omit' from source: magic vars 138029 1726888106.69323: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888106.69365: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888106.69389: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888106.69417: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.69431: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.69451: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888106.69475: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888106.69512: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888106.69521: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.69528: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.69652: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888106.69668: Set connection var ansible_timeout to 10 138029 1726888106.69678: Set connection var ansible_pipelining to False 138029 1726888106.69685: Set connection var ansible_shell_type to sh 138029 1726888106.69691: Set connection var ansible_connection to ssh 138029 1726888106.69699: Set connection var ansible_shell_executable to /bin/sh 138029 1726888106.69732: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.69836: variable 'ansible_connection' from source: unknown 138029 1726888106.69840: variable 'ansible_module_compression' from source: unknown 138029 1726888106.69842: variable 'ansible_shell_type' from source: unknown 138029 1726888106.69844: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.69846: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.69849: variable 'ansible_pipelining' from source: unknown 138029 1726888106.69850: variable 'ansible_timeout' from source: unknown 138029 1726888106.69852: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.69930: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888106.69953: variable 'omit' from source: magic vars 138029 1726888106.69969: starting attempt loop 138029 1726888106.69976: running the handler 138029 1726888106.70226: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888106.73080: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888106.73152: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888106.73206: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888106.73245: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888106.73284: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888106.73365: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888106.73424: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888106.73433: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888106.73486: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888106.73507: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888106.74066: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888106.74069: variable 'storage_test_volume' from source: include params 138029 1726888106.74071: 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 138029 1726888106.74074: handler run complete 138029 1726888106.74075: attempt loop complete, returning result 138029 1726888106.74078: _execute() done 138029 1726888106.74080: dumping result to json 138029 1726888106.74081: done dumping result, returning 138029 1726888106.74083: done running TaskExecutor() for managed_node3/TASK: Verify fs type [0affc8a3-6f6f-5a58-73a2-000000001011] 138029 1726888106.74085: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001011 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888106.74324: no more pending results, returning what we have 138029 1726888106.74327: results queue empty 138029 1726888106.74328: checking for any_errors_fatal 138029 1726888106.74337: done checking for any_errors_fatal 138029 1726888106.74338: checking for max_fail_percentage 138029 1726888106.74340: done checking for max_fail_percentage 138029 1726888106.74341: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.74342: done checking to see if all hosts have failed 138029 1726888106.74343: getting the remaining hosts for this loop 138029 1726888106.74344: done getting the remaining hosts for this loop 138029 1726888106.74348: getting the next task for host managed_node3 138029 1726888106.74358: done getting next task for host managed_node3 138029 1726888106.74361: ^ task is: TASK: Verify fs label 138029 1726888106.74380: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.74386: getting variables 138029 1726888106.74388: in VariableManager get_vars() 138029 1726888106.74372: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001011 138029 1726888106.74427: WORKER PROCESS EXITING 138029 1726888106.74421: Calling all_inventory to load vars for managed_node3 138029 1726888106.74760: Calling groups_inventory to load vars for managed_node3 138029 1726888106.74767: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.74778: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.74782: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.74785: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.76200: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.77447: done with get_vars() 138029 1726888106.77470: done getting variables 138029 1726888106.77530: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:26 -0400 (0:00:00.100) 0:01:59.499 ****** 138029 1726888106.77571: entering _queue_task() for managed_node3/assert 138029 1726888106.78070: worker is 1 (out of 1 available) 138029 1726888106.78080: exiting _queue_task() for managed_node3/assert 138029 1726888106.78089: done queuing things up, now waiting for results queue to drain 138029 1726888106.78090: waiting for pending results... 138029 1726888106.78219: running TaskExecutor() for managed_node3/TASK: Verify fs label 138029 1726888106.78428: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001012 138029 1726888106.78433: variable 'ansible_search_path' from source: unknown 138029 1726888106.78471: calling self._execute() 138029 1726888106.78646: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.78650: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.78654: variable 'omit' from source: magic vars 138029 1726888106.79025: variable 'storage_test_volume' from source: include params 138029 1726888106.79060: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888106.79229: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888106.86018: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888106.86061: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888106.86089: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888106.86114: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888106.86144: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888106.86199: variable '_storage_test_volume_present' from source: set_fact 138029 1726888106.86209: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888106.86298: variable 'storage_test_volume' from source: include params 138029 1726888106.86311: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 138029 1726888106.86317: variable 'omit' from source: magic vars 138029 1726888106.86392: variable 'omit' from source: magic vars 138029 1726888106.86660: variable 'storage_test_volume' from source: include params 138029 1726888106.86666: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888106.86669: variable 'omit' from source: magic vars 138029 1726888106.86671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888106.86674: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888106.86676: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888106.86678: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.86680: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.86688: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888106.86709: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888106.86731: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888106.86739: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.86748: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.86868: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888106.86880: Set connection var ansible_timeout to 10 138029 1726888106.86890: Set connection var ansible_pipelining to False 138029 1726888106.86897: Set connection var ansible_shell_type to sh 138029 1726888106.86903: Set connection var ansible_connection to ssh 138029 1726888106.86911: Set connection var ansible_shell_executable to /bin/sh 138029 1726888106.86938: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.86944: variable 'ansible_connection' from source: unknown 138029 1726888106.86950: variable 'ansible_module_compression' from source: unknown 138029 1726888106.86959: variable 'ansible_shell_type' from source: unknown 138029 1726888106.86975: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.86982: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.86989: variable 'ansible_pipelining' from source: unknown 138029 1726888106.86995: variable 'ansible_timeout' from source: unknown 138029 1726888106.87002: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.87108: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888106.87121: variable 'omit' from source: magic vars 138029 1726888106.87129: starting attempt loop 138029 1726888106.87135: running the handler 138029 1726888106.87313: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888106.87336: variable 'storage_test_volume' from source: include params 138029 1726888106.87427: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 138029 1726888106.87432: handler run complete 138029 1726888106.87434: attempt loop complete, returning result 138029 1726888106.87436: _execute() done 138029 1726888106.87439: dumping result to json 138029 1726888106.87441: done dumping result, returning 138029 1726888106.87444: done running TaskExecutor() for managed_node3/TASK: Verify fs label [0affc8a3-6f6f-5a58-73a2-000000001012] 138029 1726888106.87445: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001012 138029 1726888106.87559: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001012 138029 1726888106.87562: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888106.87605: no more pending results, returning what we have 138029 1726888106.87609: results queue empty 138029 1726888106.87610: checking for any_errors_fatal 138029 1726888106.87616: done checking for any_errors_fatal 138029 1726888106.87617: checking for max_fail_percentage 138029 1726888106.87619: done checking for max_fail_percentage 138029 1726888106.87619: checking to see if all hosts have failed and the running result is not ok 138029 1726888106.87620: done checking to see if all hosts have failed 138029 1726888106.87621: getting the remaining hosts for this loop 138029 1726888106.87623: done getting the remaining hosts for this loop 138029 1726888106.87626: getting the next task for host managed_node3 138029 1726888106.87636: done getting next task for host managed_node3 138029 1726888106.87639: ^ task is: TASK: See whether the device node is present 138029 1726888106.87646: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888106.87660: getting variables 138029 1726888106.87661: in VariableManager get_vars() 138029 1726888106.87695: Calling all_inventory to load vars for managed_node3 138029 1726888106.87697: Calling groups_inventory to load vars for managed_node3 138029 1726888106.87700: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888106.87709: Calling all_plugins_play to load vars for managed_node3 138029 1726888106.87712: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888106.87714: Calling groups_plugins_play to load vars for managed_node3 138029 1726888106.91043: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888106.91413: done with get_vars() 138029 1726888106.91426: 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:08:26 -0400 (0:00:00.139) 0:01:59.638 ****** 138029 1726888106.91488: entering _queue_task() for managed_node3/stat 138029 1726888106.91736: worker is 1 (out of 1 available) 138029 1726888106.91750: exiting _queue_task() for managed_node3/stat 138029 1726888106.91769: done queuing things up, now waiting for results queue to drain 138029 1726888106.91772: waiting for pending results... 138029 1726888106.91989: running TaskExecutor() for managed_node3/TASK: See whether the device node is present 138029 1726888106.92232: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001016 138029 1726888106.92237: variable 'ansible_search_path' from source: unknown 138029 1726888106.92241: calling self._execute() 138029 1726888106.92353: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.92372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.92450: variable 'omit' from source: magic vars 138029 1726888106.92519: variable 'omit' from source: magic vars 138029 1726888106.92598: variable 'omit' from source: magic vars 138029 1726888106.92867: variable 'storage_test_volume' from source: include params 138029 1726888106.92927: variable 'omit' from source: magic vars 138029 1726888106.92979: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888106.93025: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888106.93048: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888106.93077: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.93099: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888106.93167: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888106.93170: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888106.93182: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888106.93191: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.93205: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.93344: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888106.93358: Set connection var ansible_timeout to 10 138029 1726888106.93401: Set connection var ansible_pipelining to False 138029 1726888106.93405: Set connection var ansible_shell_type to sh 138029 1726888106.93407: Set connection var ansible_connection to ssh 138029 1726888106.93409: Set connection var ansible_shell_executable to /bin/sh 138029 1726888106.93412: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.93414: variable 'ansible_connection' from source: unknown 138029 1726888106.93417: variable 'ansible_module_compression' from source: unknown 138029 1726888106.93459: variable 'ansible_shell_type' from source: unknown 138029 1726888106.93464: variable 'ansible_shell_executable' from source: unknown 138029 1726888106.93467: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888106.93470: variable 'ansible_pipelining' from source: unknown 138029 1726888106.93473: variable 'ansible_timeout' from source: unknown 138029 1726888106.93477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888106.93640: 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) 138029 1726888106.93652: variable 'omit' from source: magic vars 138029 1726888106.93659: starting attempt loop 138029 1726888106.93662: running the handler 138029 1726888106.93676: _low_level_execute_command(): starting 138029 1726888106.93682: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888106.94182: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888106.94188: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888106.94193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888106.94244: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888106.94249: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888106.94253: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888106.94303: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888106.96035: stdout chunk (state=3): >>>/root <<< 138029 1726888106.96178: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888106.96196: stderr chunk (state=3): >>><<< 138029 1726888106.96205: stdout chunk (state=3): >>><<< 138029 1726888106.96233: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888106.96327: _low_level_execute_command(): starting 138029 1726888106.96331: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888106.9624085-141433-240373048649448 `" && echo ansible-tmp-1726888106.9624085-141433-240373048649448="` echo /root/.ansible/tmp/ansible-tmp-1726888106.9624085-141433-240373048649448 `" ) && sleep 0' 138029 1726888106.96741: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888106.96757: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888106.96783: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888106.96821: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888106.96825: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888106.96880: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888107.01286: stdout chunk (state=3): >>>ansible-tmp-1726888106.9624085-141433-240373048649448=/root/.ansible/tmp/ansible-tmp-1726888106.9624085-141433-240373048649448 <<< 138029 1726888107.01398: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888107.01423: stderr chunk (state=3): >>><<< 138029 1726888107.01427: stdout chunk (state=3): >>><<< 138029 1726888107.01442: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888106.9624085-141433-240373048649448=/root/.ansible/tmp/ansible-tmp-1726888106.9624085-141433-240373048649448 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888107.01497: variable 'ansible_module_compression' from source: unknown 138029 1726888107.01543: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888107.01580: variable 'ansible_facts' from source: unknown 138029 1726888107.01642: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888106.9624085-141433-240373048649448/AnsiballZ_stat.py 138029 1726888107.01749: Sending initial data 138029 1726888107.01752: Sent initial data (155 bytes) 138029 1726888107.02260: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888107.02265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888107.02268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888107.02270: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888107.02302: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888107.02346: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888107.02353: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888107.02363: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888107.02404: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888107.04041: 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 <<< 138029 1726888107.04046: 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 <<< 138029 1726888107.04097: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888107.04159: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpyzdr1dtd /root/.ansible/tmp/ansible-tmp-1726888106.9624085-141433-240373048649448/AnsiballZ_stat.py <<< 138029 1726888107.04164: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888106.9624085-141433-240373048649448/AnsiballZ_stat.py" <<< 138029 1726888107.04211: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpyzdr1dtd" to remote "/root/.ansible/tmp/ansible-tmp-1726888106.9624085-141433-240373048649448/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888106.9624085-141433-240373048649448/AnsiballZ_stat.py" <<< 138029 1726888107.05021: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888107.05097: stderr chunk (state=3): >>><<< 138029 1726888107.05100: stdout chunk (state=3): >>><<< 138029 1726888107.05103: done transferring module to remote 138029 1726888107.05105: _low_level_execute_command(): starting 138029 1726888107.05107: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888106.9624085-141433-240373048649448/ /root/.ansible/tmp/ansible-tmp-1726888106.9624085-141433-240373048649448/AnsiballZ_stat.py && sleep 0' 138029 1726888107.05649: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888107.05652: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888107.05675: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888107.05685: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888107.05688: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888107.05719: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888107.05766: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888107.05812: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888107.07591: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888107.07617: stderr chunk (state=3): >>><<< 138029 1726888107.07620: stdout chunk (state=3): >>><<< 138029 1726888107.07634: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888107.07637: _low_level_execute_command(): starting 138029 1726888107.07639: _low_level_execute_command(): using become for this command 138029 1726888107.07650: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jozunoismwrmbcfcaxhqgmtoguvzuyej ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888106.9624085-141433-240373048649448/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888107.07730: Initial state: awaiting_escalation: BECOME-SUCCESS-jozunoismwrmbcfcaxhqgmtoguvzuyej 138029 1726888107.08104: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888107.08108: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888107.08137: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888107.08140: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888107.08194: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888107.15847: stdout chunk (state=1): >>>BECOME-SUCCESS-jozunoismwrmbcfcaxhqgmtoguvzuyej <<< 138029 1726888107.15851: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jozunoismwrmbcfcaxhqgmtoguvzuyej' 138029 1726888107.16194: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888107.16230: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888107.16268: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888107.16273: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888107.16339: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888107.16344: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888107.16375: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888107.16407: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888107.16410: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888107.16444: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888107.16446: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888107.16493: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888107.16498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888107.16523: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888107.16540: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888107.16579: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888107.16604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888107.16616: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e69683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6937a10> <<< 138029 1726888107.16638: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888107.16671: 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 0x7f42e696a960> <<< 138029 1726888107.16718: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888107.16732: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 138029 1726888107.16776: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888107.16860: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888107.16891: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888107.16926: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # <<< 138029 1726888107.16963: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 138029 1726888107.16971: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888107.17006: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888107.17013: 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 <<< 138029 1726888107.17047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888107.17051: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e673cfe0> <<< 138029 1726888107.17122: 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 <<< 138029 1726888107.17125: 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 0x7f42e673dfd0> <<< 138029 1726888107.17166: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888107.17182: 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. <<< 138029 1726888107.17405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888107.17425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888107.17449: 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' <<< 138029 1726888107.17479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888107.17521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888107.17527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888107.17563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888107.17600: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e677be90> <<< 138029 1726888107.17604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888107.17657: 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 0x7f42e677bf50> <<< 138029 1726888107.17677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888107.17694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888107.17729: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888107.17768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888107.17784: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888107.17809: 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' <<< 138029 1726888107.17833: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e67b3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888107.17861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e67b3ef0> <<< 138029 1726888107.17868: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888107.17923: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6793b30> <<< 138029 1726888107.17926: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888107.17954: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6791280> <<< 138029 1726888107.18048: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6779040> <<< 138029 1726888107.18087: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888107.18114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 138029 1726888107.18129: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888107.18181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888107.18195: 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' <<< 138029 1726888107.18291: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e67d7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e67d64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6792150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e67d4c50> <<< 138029 1726888107.18317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888107.18330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6804920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e67782c0> <<< 138029 1726888107.18352: 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' <<< 138029 1726888107.18397: 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 0x7f42e6804dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6804c80> <<< 138029 1726888107.18451: 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 0x7f42e6805070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6776de0> <<< 138029 1726888107.18495: 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' <<< 138029 1726888107.18503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888107.18535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888107.18544: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6805730> <<< 138029 1726888107.18562: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6805430> import 'importlib.machinery' # <<< 138029 1726888107.18578: 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' <<< 138029 1726888107.18603: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6806630> <<< 138029 1726888107.18610: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888107.18629: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888107.18654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888107.18686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888107.18711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888107.18729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6820860> <<< 138029 1726888107.18732: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888107.18783: 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 0x7f42e6821fa0> <<< 138029 1726888107.18854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888107.18865: 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 <<< 138029 1726888107.18886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6822e10> <<< 138029 1726888107.18910: 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 0x7f42e6823440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6822390> <<< 138029 1726888107.18931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888107.18962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888107.18977: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888107.18988: 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 0x7f42e6823e30> <<< 138029 1726888107.18993: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6823560> <<< 138029 1726888107.19031: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6806690> <<< 138029 1726888107.19052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888107.19085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888107.19100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888107.19135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888107.19181: 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' <<< 138029 1726888107.19219: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e65a7ce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888107.19222: 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 0x7f42e65d0770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e65d04d0> <<< 138029 1726888107.19248: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888107.19257: 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 0x7f42e65d07a0> <<< 138029 1726888107.19286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888107.19303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888107.19357: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888107.19487: 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 0x7f42e65d10a0> <<< 138029 1726888107.19604: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888107.19607: 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 0x7f42e65d1a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e65d0980> <<< 138029 1726888107.19632: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e65a5e80> <<< 138029 1726888107.19656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888107.19678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888107.19715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888107.19726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e65d2e70> <<< 138029 1726888107.19754: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e65d1bb0> <<< 138029 1726888107.19771: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6806d80> <<< 138029 1726888107.19796: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888107.19863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888107.19884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888107.19912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888107.19942: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e65ff1d0> <<< 138029 1726888107.19993: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888107.20010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888107.20027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888107.20056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888107.20094: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6627560> <<< 138029 1726888107.20120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888107.20166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888107.20218: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888107.20245: 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 0x7f42e6680350> <<< 138029 1726888107.20273: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888107.20294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888107.20321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888107.20359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888107.20446: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6682ab0> <<< 138029 1726888107.20521: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6680470> <<< 138029 1726888107.20561: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e664d340> <<< 138029 1726888107.20582: 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' <<< 138029 1726888107.20614: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5f29400> <<< 138029 1726888107.20617: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6626390> <<< 138029 1726888107.20619: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e65d3da0> <<< 138029 1726888107.24632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888107.24667: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f42e5f296a0> <<< 138029 1726888107.26148: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_bpwn4ar0/ansible_stat_payload.zip' <<< 138029 1726888107.26156: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.26292: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.26327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888107.26337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888107.26384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888107.26466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888107.26499: 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 0x7f42e5f7f1a0> <<< 138029 1726888107.26508: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888107.26699: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5f5e090> <<< 138029 1726888107.26707: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5f5d220> <<< 138029 1726888107.26716: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.26753: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888107.26764: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.26777: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.26793: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.26798: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888107.26822: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.28234: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.29377: 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' <<< 138029 1726888107.29384: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5f7d070> <<< 138029 1726888107.29419: 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' <<< 138029 1726888107.29446: 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' <<< 138029 1726888107.29470: 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' <<< 138029 1726888107.29504: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888107.29510: 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 0x7f42e5fa6ba0> <<< 138029 1726888107.29549: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5fa6960> <<< 138029 1726888107.29580: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5fa6270> <<< 138029 1726888107.29600: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888107.29605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888107.29648: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5fa6cc0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5f7fe30> <<< 138029 1726888107.29665: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888107.29694: 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 0x7f42e5fa78c0> <<< 138029 1726888107.29724: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888107.29727: 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 0x7f42e5fa7b00> <<< 138029 1726888107.29757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888107.29811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888107.29816: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888107.29867: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5fa7f50> <<< 138029 1726888107.29873: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888107.29890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888107.29919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888107.29972: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e15d90> <<< 138029 1726888107.29995: 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 0x7f42e5e179b0> <<< 138029 1726888107.30022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888107.30033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888107.30078: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e183b0> <<< 138029 1726888107.30089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888107.30127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888107.30139: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e19550> <<< 138029 1726888107.30166: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888107.30200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888107.30224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888107.30229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888107.30287: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e1bf50> <<< 138029 1726888107.30322: 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 0x7f42e5e20380> <<< 138029 1726888107.30341: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e1a2d0> <<< 138029 1726888107.30359: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888107.30392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888107.30415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888107.30425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888107.30438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888107.30476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888107.30489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888107.30511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e23f80> <<< 138029 1726888107.30522: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888107.30587: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e22a50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e227b0> <<< 138029 1726888107.30615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888107.30620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888107.30694: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e22d20> <<< 138029 1726888107.30728: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e1a7e0> <<< 138029 1726888107.30757: 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 0x7f42e5e68140> <<< 138029 1726888107.30777: 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 0x7f42e5e68380> <<< 138029 1726888107.30806: 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 <<< 138029 1726888107.30817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888107.30845: 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' <<< 138029 1726888107.30878: 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 0x7f42e5e69e50> <<< 138029 1726888107.30893: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e69c10> <<< 138029 1726888107.30898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888107.31020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888107.31074: 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 0x7f42e5e6c350> <<< 138029 1726888107.31079: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e6a540> <<< 138029 1726888107.31100: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888107.31140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888107.31164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888107.31185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888107.31228: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e6fb30> <<< 138029 1726888107.31351: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e6c500> <<< 138029 1726888107.31412: 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 0x7f42e5e704d0> <<< 138029 1726888107.31453: 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 0x7f42e5e70d10> <<< 138029 1726888107.31487: 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 0x7f42e5e70c50> <<< 138029 1726888107.31504: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e68560> <<< 138029 1726888107.31521: 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 <<< 138029 1726888107.31542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888107.31545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888107.31574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888107.31604: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888107.31629: 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 0x7f42e5efc500> <<< 138029 1726888107.31791: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888107.31796: 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 0x7f42e5efd6a0> <<< 138029 1726888107.31799: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e72c90> <<< 138029 1726888107.31832: 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 0x7f42e5e72270> <<< 138029 1726888107.31851: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e728a0> <<< 138029 1726888107.31867: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.31873: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888107.31890: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.31981: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.32077: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.32084: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.32090: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888107.32118: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.32125: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888107.32148: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.32262: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.32384: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.32936: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.33475: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888107.33488: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 138029 1726888107.33494: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888107.33512: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888107.33533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888107.33583: 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 0x7f42e5d01850> <<< 138029 1726888107.33663: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888107.33670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888107.33690: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5d02690> <<< 138029 1726888107.33694: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5efd940> <<< 138029 1726888107.33753: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888107.33760: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.33786: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.33801: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888107.33815: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.33960: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.34120: 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' <<< 138029 1726888107.34125: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5d026f0> <<< 138029 1726888107.34177: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.34614: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.35059: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.35134: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.35204: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888107.35222: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.35256: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.35294: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888107.35303: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.35375: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.35459: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888107.35480: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.35486: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.35497: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888107.35506: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.35553: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.35596: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888107.35603: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.35825: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.36054: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888107.36111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888107.36129: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888107.36209: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5d03950> <<< 138029 1726888107.36214: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.36281: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.36357: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888107.36371: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888107.36378: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888107.36393: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.36443: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.36486: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888107.36491: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.36534: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.36580: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.36636: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.36705: 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 <<< 138029 1726888107.36744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888107.36828: 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 0x7f42e5d0e330> <<< 138029 1726888107.36866: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5d09220> <<< 138029 1726888107.36903: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888107.36911: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.36976: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.37038: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.37071: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.37144: 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' <<< 138029 1726888107.37148: 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 <<< 138029 1726888107.37167: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888107.37181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888107.37238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888107.37257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888107.37278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888107.37341: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e02ae0> <<< 138029 1726888107.37375: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5fe27b0> <<< 138029 1726888107.37447: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5d0e360> <<< 138029 1726888107.37469: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5d03170> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888107.37474: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.37504: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.37531: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888107.37584: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888107.37595: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.37621: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888107.37628: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.37775: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.37971: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888107.38853: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/mapper/vg1-Lv2", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 5229, "dev": 6, "nlink": 1, "atime": 1726888046.1039977, "mtime": 1726888046.1039977, "ctime": 1726888046.1039977, "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": 64769, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/symlink", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/mapper/vg1-Lv2", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888107.38879: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888107.39319: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888107.39416: 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 <<< 138029 1726888107.39485: 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] removin<<< 138029 1726888107.39493: stdout chunk (state=3): >>>g distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 138029 1726888107.39719: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888107.39735: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888107.39765: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888107.39773: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888107.39784: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888107.39811: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888107.39852: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 138029 1726888107.39866: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 138029 1726888107.39891: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 138029 1726888107.39899: stdout chunk (state=3): >>># destroy grp # destroy encodings <<< 138029 1726888107.39902: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888107.39932: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888107.39936: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888107.39972: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 138029 1726888107.39975: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888107.39992: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888107.40013: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888107.40061: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888107.40081: 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 <<< 138029 1726888107.40108: 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 <<< 138029 1726888107.40117: 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 <<< 138029 1726888107.40136: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 138029 1726888107.40170: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 138029 1726888107.40178: 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 <<< 138029 1726888107.40195: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 138029 1726888107.40214: 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 <<< 138029 1726888107.40225: 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 <<< 138029 1726888107.40233: 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 <<< 138029 1726888107.40369: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888107.40375: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888107.40383: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888107.40415: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888107.40421: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888107.40449: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888107.40464: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888107.40487: 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 <<< 138029 1726888107.40511: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888107.40620: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888107.40624: 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 <<< 138029 1726888107.40654: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888107.40683: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888107.40687: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888107.40704: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888107.40712: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888107.40733: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888107.41224: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888107.41256: stderr chunk (state=3): >>><<< 138029 1726888107.41260: stdout chunk (state=3): >>><<< 138029 1726888107.41326: _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 0x7f42e69683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6937a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e696a960> 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 0x7f42e673cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f42e673dfd0> 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 0x7f42e677be90> # /usr/lib64/python3.12/__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 0x7f42e677bf50> # /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 0x7f42e67b3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e67b3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6793b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6791280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6779040> # /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 0x7f42e67d7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e67d64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6792150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e67d4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6804920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e67782c0> # /usr/lib64/python3.12/__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 0x7f42e6804dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6804c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e6805070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6776de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f42e6805730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6805430> 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 0x7f42e6806630> 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 0x7f42e6820860> 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 0x7f42e6821fa0> # /usr/lib64/python3.12/__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 0x7f42e6822e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e6823440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6822390> # /usr/lib64/python3.12/__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 0x7f42e6823e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6823560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6806690> # /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 0x7f42e65a7ce0> # /usr/lib64/python3.12/__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 0x7f42e65d0770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e65d04d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e65d07a0> # /usr/lib64/python3.12/__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 0x7f42e65d10a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e65d1a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e65d0980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e65a5e80> # /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 0x7f42e65d2e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e65d1bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6806d80> # /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 0x7f42e65ff1d0> # /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 0x7f42e6627560> # /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 0x7f42e6680350> # /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 0x7f42e6682ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6680470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e664d340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5f29400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6626390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e65d3da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f42e5f296a0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_bpwn4ar0/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 0x7f42e5f7f1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5f5e090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5f5d220> # 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 0x7f42e5f7d070> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f42e5fa6ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5fa6960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5fa6270> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f42e5fa6cc0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5f7fe30> 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 0x7f42e5fa78c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e5fa7b00> # /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 0x7f42e5fa7f50> 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 0x7f42e5e15d90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e5e179b0> # /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 0x7f42e5e183b0> # /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 0x7f42e5e19550> # /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 0x7f42e5e1bf50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e5e20380> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e1a2d0> # /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 0x7f42e5e23f80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e22a50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e227b0> # /usr/lib64/python3.12/__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 0x7f42e5e22d20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e1a7e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e5e68140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e68380> # /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 0x7f42e5e69e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e69c10> # /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 0x7f42e5e6c350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e6a540> # /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 0x7f42e5e6fb30> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e6c500> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e5e704d0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e5e70d10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e5e70c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e68560> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f42e5efc500> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e5efd6a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e72c90> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e5e72270> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5e728a0> # 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 0x7f42e5d01850> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f42e5d02690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5efd940> 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 0x7f42e5d026f0> # 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 0x7f42e5d03950> # 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 0x7f42e5d0e330> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5d09220> 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 0x7f42e5e02ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5fe27b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5d0e360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e5d03170> # 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/mapper/vg1-Lv2", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 5229, "dev": 6, "nlink": 1, "atime": 1726888046.1039977, "mtime": 1726888046.1039977, "ctime": 1726888046.1039977, "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": 64769, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/symlink", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/mapper/vg1-Lv2", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888107.41875: done with _execute_module (stat, {'path': '/dev/mapper/vg1-Lv2', '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-1726888106.9624085-141433-240373048649448/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888107.41878: _low_level_execute_command(): starting 138029 1726888107.41881: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888106.9624085-141433-240373048649448/ > /dev/null 2>&1 && sleep 0' 138029 1726888107.42001: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888107.42019: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888107.42023: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888107.42075: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888107.42078: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888107.42130: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888107.43975: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888107.43999: stderr chunk (state=3): >>><<< 138029 1726888107.44002: stdout chunk (state=3): >>><<< 138029 1726888107.44016: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888107.44022: handler run complete 138029 1726888107.44058: attempt loop complete, returning result 138029 1726888107.44061: _execute() done 138029 1726888107.44064: dumping result to json 138029 1726888107.44072: done dumping result, returning 138029 1726888107.44080: done running TaskExecutor() for managed_node3/TASK: See whether the device node is present [0affc8a3-6f6f-5a58-73a2-000000001016] 138029 1726888107.44084: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001016 138029 1726888107.44183: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001016 138029 1726888107.44186: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726888046.1039977, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726888046.1039977, "dev": 6, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 5229, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726888046.1039977, "nlink": 1, "path": "/dev/mapper/vg1-Lv2", "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 } } 138029 1726888107.44310: no more pending results, returning what we have 138029 1726888107.44313: results queue empty 138029 1726888107.44314: checking for any_errors_fatal 138029 1726888107.44321: done checking for any_errors_fatal 138029 1726888107.44321: checking for max_fail_percentage 138029 1726888107.44323: done checking for max_fail_percentage 138029 1726888107.44324: checking to see if all hosts have failed and the running result is not ok 138029 1726888107.44325: done checking to see if all hosts have failed 138029 1726888107.44325: getting the remaining hosts for this loop 138029 1726888107.44327: done getting the remaining hosts for this loop 138029 1726888107.44330: getting the next task for host managed_node3 138029 1726888107.44337: done getting next task for host managed_node3 138029 1726888107.44339: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888107.44345: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888107.44352: getting variables 138029 1726888107.44353: in VariableManager get_vars() 138029 1726888107.44383: Calling all_inventory to load vars for managed_node3 138029 1726888107.44385: Calling groups_inventory to load vars for managed_node3 138029 1726888107.44388: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888107.44397: Calling all_plugins_play to load vars for managed_node3 138029 1726888107.44400: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888107.44402: Calling groups_plugins_play to load vars for managed_node3 138029 1726888107.44780: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888107.45166: done with get_vars() 138029 1726888107.45178: done getting variables 138029 1726888107.45222: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:27 -0400 (0:00:00.537) 0:02:00.176 ****** 138029 1726888107.45245: entering _queue_task() for managed_node3/assert 138029 1726888107.45450: worker is 1 (out of 1 available) 138029 1726888107.45463: exiting _queue_task() for managed_node3/assert 138029 1726888107.45473: done queuing things up, now waiting for results queue to drain 138029 1726888107.45475: waiting for pending results... 138029 1726888107.45658: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888107.45762: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001017 138029 1726888107.45777: variable 'ansible_search_path' from source: unknown 138029 1726888107.45807: calling self._execute() 138029 1726888107.45893: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.45897: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.45905: variable 'omit' from source: magic vars 138029 1726888107.46216: variable '_storage_test_volume_present' from source: set_fact 138029 1726888107.46221: variable 'storage_test_volume' from source: include params 138029 1726888107.46241: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 138029 1726888107.46254: variable 'omit' from source: magic vars 138029 1726888107.46303: variable 'omit' from source: magic vars 138029 1726888107.46377: variable 'storage_test_volume' from source: include params 138029 1726888107.46406: variable 'omit' from source: magic vars 138029 1726888107.46439: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888107.46475: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888107.46487: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888107.46502: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888107.46511: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888107.46524: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888107.46537: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888107.46561: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888107.46564: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.46570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.46648: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888107.46651: Set connection var ansible_timeout to 10 138029 1726888107.46658: Set connection var ansible_pipelining to False 138029 1726888107.46661: Set connection var ansible_shell_type to sh 138029 1726888107.46663: Set connection var ansible_connection to ssh 138029 1726888107.46671: Set connection var ansible_shell_executable to /bin/sh 138029 1726888107.46694: variable 'ansible_shell_executable' from source: unknown 138029 1726888107.46697: variable 'ansible_connection' from source: unknown 138029 1726888107.46700: variable 'ansible_module_compression' from source: unknown 138029 1726888107.46703: variable 'ansible_shell_type' from source: unknown 138029 1726888107.46705: variable 'ansible_shell_executable' from source: unknown 138029 1726888107.46707: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.46710: variable 'ansible_pipelining' from source: unknown 138029 1726888107.46713: variable 'ansible_timeout' from source: unknown 138029 1726888107.46715: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.46816: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888107.46826: variable 'omit' from source: magic vars 138029 1726888107.46829: starting attempt loop 138029 1726888107.46832: running the handler 138029 1726888107.46942: variable 'storage_test_dev' from source: set_fact 138029 1726888107.46958: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 138029 1726888107.46962: handler run complete 138029 1726888107.46976: attempt loop complete, returning result 138029 1726888107.46979: _execute() done 138029 1726888107.46981: dumping result to json 138029 1726888107.46984: done dumping result, returning 138029 1726888107.46990: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-000000001017] 138029 1726888107.46995: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001017 138029 1726888107.47083: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001017 138029 1726888107.47086: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888107.47132: no more pending results, returning what we have 138029 1726888107.47135: results queue empty 138029 1726888107.47136: checking for any_errors_fatal 138029 1726888107.47144: done checking for any_errors_fatal 138029 1726888107.47145: checking for max_fail_percentage 138029 1726888107.47146: done checking for max_fail_percentage 138029 1726888107.47147: checking to see if all hosts have failed and the running result is not ok 138029 1726888107.47148: done checking to see if all hosts have failed 138029 1726888107.47149: getting the remaining hosts for this loop 138029 1726888107.47150: done getting the remaining hosts for this loop 138029 1726888107.47153: getting the next task for host managed_node3 138029 1726888107.47162: done getting next task for host managed_node3 138029 1726888107.47165: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888107.47170: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888107.47173: getting variables 138029 1726888107.47175: in VariableManager get_vars() 138029 1726888107.47200: Calling all_inventory to load vars for managed_node3 138029 1726888107.47202: Calling groups_inventory to load vars for managed_node3 138029 1726888107.47205: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888107.47217: Calling all_plugins_play to load vars for managed_node3 138029 1726888107.47220: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888107.47222: Calling groups_plugins_play to load vars for managed_node3 138029 1726888107.47581: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888107.47965: done with get_vars() 138029 1726888107.47976: done getting variables 138029 1726888107.48013: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:27 -0400 (0:00:00.027) 0:02:00.203 ****** 138029 1726888107.48041: entering _queue_task() for managed_node3/assert 138029 1726888107.48236: worker is 1 (out of 1 available) 138029 1726888107.48248: exiting _queue_task() for managed_node3/assert 138029 1726888107.48263: done queuing things up, now waiting for results queue to drain 138029 1726888107.48265: waiting for pending results... 138029 1726888107.48440: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888107.48532: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001018 138029 1726888107.48544: variable 'ansible_search_path' from source: unknown 138029 1726888107.48576: calling self._execute() 138029 1726888107.48659: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.48664: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.48674: variable 'omit' from source: magic vars 138029 1726888107.48986: variable '_storage_test_volume_present' from source: set_fact 138029 1726888107.48992: variable 'storage_test_volume' from source: include params 138029 1726888107.49012: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 138029 1726888107.49015: when evaluation is False, skipping this task 138029 1726888107.49017: _execute() done 138029 1726888107.49020: dumping result to json 138029 1726888107.49022: done dumping result, returning 138029 1726888107.49028: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-000000001018] 138029 1726888107.49033: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001018 138029 1726888107.49123: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001018 138029 1726888107.49126: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 138029 1726888107.49187: no more pending results, returning what we have 138029 1726888107.49190: results queue empty 138029 1726888107.49191: checking for any_errors_fatal 138029 1726888107.49197: done checking for any_errors_fatal 138029 1726888107.49197: checking for max_fail_percentage 138029 1726888107.49199: done checking for max_fail_percentage 138029 1726888107.49199: checking to see if all hosts have failed and the running result is not ok 138029 1726888107.49200: done checking to see if all hosts have failed 138029 1726888107.49201: getting the remaining hosts for this loop 138029 1726888107.49202: done getting the remaining hosts for this loop 138029 1726888107.49205: getting the next task for host managed_node3 138029 1726888107.49212: done getting next task for host managed_node3 138029 1726888107.49214: ^ task is: TASK: Make sure we got info about this volume 138029 1726888107.49220: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888107.49223: getting variables 138029 1726888107.49224: in VariableManager get_vars() 138029 1726888107.49248: Calling all_inventory to load vars for managed_node3 138029 1726888107.49251: Calling groups_inventory to load vars for managed_node3 138029 1726888107.49253: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888107.49263: Calling all_plugins_play to load vars for managed_node3 138029 1726888107.49266: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888107.49268: Calling groups_plugins_play to load vars for managed_node3 138029 1726888107.49605: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888107.49992: done with get_vars() 138029 1726888107.50002: done getting variables 138029 1726888107.50040: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:27 -0400 (0:00:00.020) 0:02:00.224 ****** 138029 1726888107.50066: entering _queue_task() for managed_node3/assert 138029 1726888107.50247: worker is 1 (out of 1 available) 138029 1726888107.50261: exiting _queue_task() for managed_node3/assert 138029 1726888107.50271: done queuing things up, now waiting for results queue to drain 138029 1726888107.50273: waiting for pending results... 138029 1726888107.50444: running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume 138029 1726888107.50526: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001019 138029 1726888107.50537: variable 'ansible_search_path' from source: unknown 138029 1726888107.50570: calling self._execute() 138029 1726888107.50653: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.50659: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.50671: variable 'omit' from source: magic vars 138029 1726888107.50925: variable '_storage_test_volume_present' from source: set_fact 138029 1726888107.50936: Evaluated conditional (_storage_test_volume_present): True 138029 1726888107.50939: variable 'omit' from source: magic vars 138029 1726888107.50987: variable 'omit' from source: magic vars 138029 1726888107.51069: variable 'storage_test_volume' from source: include params 138029 1726888107.51102: variable 'omit' from source: magic vars 138029 1726888107.51132: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888107.51162: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888107.51180: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888107.51196: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888107.51205: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888107.51218: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888107.51232: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888107.51256: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888107.51260: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.51262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.51341: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888107.51344: Set connection var ansible_timeout to 10 138029 1726888107.51350: Set connection var ansible_pipelining to False 138029 1726888107.51353: Set connection var ansible_shell_type to sh 138029 1726888107.51357: Set connection var ansible_connection to ssh 138029 1726888107.51362: Set connection var ansible_shell_executable to /bin/sh 138029 1726888107.51387: variable 'ansible_shell_executable' from source: unknown 138029 1726888107.51390: variable 'ansible_connection' from source: unknown 138029 1726888107.51393: variable 'ansible_module_compression' from source: unknown 138029 1726888107.51395: variable 'ansible_shell_type' from source: unknown 138029 1726888107.51398: variable 'ansible_shell_executable' from source: unknown 138029 1726888107.51400: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.51404: variable 'ansible_pipelining' from source: unknown 138029 1726888107.51407: variable 'ansible_timeout' from source: unknown 138029 1726888107.51410: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.51512: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888107.51522: variable 'omit' from source: magic vars 138029 1726888107.51527: starting attempt loop 138029 1726888107.51530: running the handler 138029 1726888107.51635: variable 'storage_test_volume' from source: include params 138029 1726888107.51645: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888107.51673: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 138029 1726888107.51677: handler run complete 138029 1726888107.51688: attempt loop complete, returning result 138029 1726888107.51691: _execute() done 138029 1726888107.51694: dumping result to json 138029 1726888107.51696: done dumping result, returning 138029 1726888107.51709: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume [0affc8a3-6f6f-5a58-73a2-000000001019] 138029 1726888107.51712: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001019 138029 1726888107.51790: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001019 138029 1726888107.51793: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888107.51857: no more pending results, returning what we have 138029 1726888107.51860: results queue empty 138029 1726888107.51861: checking for any_errors_fatal 138029 1726888107.51867: done checking for any_errors_fatal 138029 1726888107.51868: checking for max_fail_percentage 138029 1726888107.51869: done checking for max_fail_percentage 138029 1726888107.51870: checking to see if all hosts have failed and the running result is not ok 138029 1726888107.51871: done checking to see if all hosts have failed 138029 1726888107.51872: getting the remaining hosts for this loop 138029 1726888107.51873: done getting the remaining hosts for this loop 138029 1726888107.51876: getting the next task for host managed_node3 138029 1726888107.51883: done getting next task for host managed_node3 138029 1726888107.51885: ^ task is: TASK: Process volume type (set initial value) (1/2) 138029 1726888107.51890: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888107.51893: getting variables 138029 1726888107.51894: in VariableManager get_vars() 138029 1726888107.51921: Calling all_inventory to load vars for managed_node3 138029 1726888107.51923: Calling groups_inventory to load vars for managed_node3 138029 1726888107.51926: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888107.51934: Calling all_plugins_play to load vars for managed_node3 138029 1726888107.51942: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888107.51944: Calling groups_plugins_play to load vars for managed_node3 138029 1726888107.52449: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888107.52810: done with get_vars() 138029 1726888107.52820: done getting variables 138029 1726888107.52860: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:27 -0400 (0:00:00.028) 0:02:00.252 ****** 138029 1726888107.52883: entering _queue_task() for managed_node3/set_fact 138029 1726888107.53068: worker is 1 (out of 1 available) 138029 1726888107.53079: exiting _queue_task() for managed_node3/set_fact 138029 1726888107.53092: done queuing things up, now waiting for results queue to drain 138029 1726888107.53093: waiting for pending results... 138029 1726888107.53265: running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) 138029 1726888107.53374: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000101a 138029 1726888107.53386: variable 'ansible_search_path' from source: unknown 138029 1726888107.53413: calling self._execute() 138029 1726888107.53493: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.53501: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.53510: variable 'omit' from source: magic vars 138029 1726888107.53591: variable 'omit' from source: magic vars 138029 1726888107.53630: variable 'omit' from source: magic vars 138029 1726888107.53804: variable 'storage_test_volume' from source: include params 138029 1726888107.53836: variable 'omit' from source: magic vars 138029 1726888107.53873: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888107.53899: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888107.53914: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888107.53928: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888107.53938: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888107.53951: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888107.53970: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888107.53992: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888107.53995: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.53997: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.54076: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888107.54080: Set connection var ansible_timeout to 10 138029 1726888107.54084: Set connection var ansible_pipelining to False 138029 1726888107.54086: Set connection var ansible_shell_type to sh 138029 1726888107.54088: Set connection var ansible_connection to ssh 138029 1726888107.54097: Set connection var ansible_shell_executable to /bin/sh 138029 1726888107.54114: variable 'ansible_shell_executable' from source: unknown 138029 1726888107.54117: variable 'ansible_connection' from source: unknown 138029 1726888107.54120: variable 'ansible_module_compression' from source: unknown 138029 1726888107.54122: variable 'ansible_shell_type' from source: unknown 138029 1726888107.54125: variable 'ansible_shell_executable' from source: unknown 138029 1726888107.54127: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.54129: variable 'ansible_pipelining' from source: unknown 138029 1726888107.54132: variable 'ansible_timeout' from source: unknown 138029 1726888107.54136: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.54241: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888107.54251: variable 'omit' from source: magic vars 138029 1726888107.54258: starting attempt loop 138029 1726888107.54261: running the handler 138029 1726888107.54273: handler run complete 138029 1726888107.54280: attempt loop complete, returning result 138029 1726888107.54282: _execute() done 138029 1726888107.54285: dumping result to json 138029 1726888107.54287: done dumping result, returning 138029 1726888107.54294: done running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-5a58-73a2-00000000101a] 138029 1726888107.54298: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000101a 138029 1726888107.54381: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000101a 138029 1726888107.54384: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } 138029 1726888107.54463: no more pending results, returning what we have 138029 1726888107.54465: results queue empty 138029 1726888107.54466: checking for any_errors_fatal 138029 1726888107.54472: done checking for any_errors_fatal 138029 1726888107.54473: checking for max_fail_percentage 138029 1726888107.54474: done checking for max_fail_percentage 138029 1726888107.54475: checking to see if all hosts have failed and the running result is not ok 138029 1726888107.54476: done checking to see if all hosts have failed 138029 1726888107.54477: getting the remaining hosts for this loop 138029 1726888107.54478: done getting the remaining hosts for this loop 138029 1726888107.54481: getting the next task for host managed_node3 138029 1726888107.54487: done getting next task for host managed_node3 138029 1726888107.54489: ^ task is: TASK: Process volume type (get RAID value) (2/2) 138029 1726888107.54495: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888107.54498: getting variables 138029 1726888107.54500: in VariableManager get_vars() 138029 1726888107.54524: Calling all_inventory to load vars for managed_node3 138029 1726888107.54527: Calling groups_inventory to load vars for managed_node3 138029 1726888107.54529: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888107.54538: Calling all_plugins_play to load vars for managed_node3 138029 1726888107.54540: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888107.54542: Calling groups_plugins_play to load vars for managed_node3 138029 1726888107.54883: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888107.55259: done with get_vars() 138029 1726888107.55275: done getting variables 138029 1726888107.55314: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:27 -0400 (0:00:00.024) 0:02:00.276 ****** 138029 1726888107.55336: entering _queue_task() for managed_node3/set_fact 138029 1726888107.55524: worker is 1 (out of 1 available) 138029 1726888107.55538: exiting _queue_task() for managed_node3/set_fact 138029 1726888107.55549: done queuing things up, now waiting for results queue to drain 138029 1726888107.55551: waiting for pending results... 138029 1726888107.55727: running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) 138029 1726888107.55819: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000101b 138029 1726888107.55831: variable 'ansible_search_path' from source: unknown 138029 1726888107.55860: calling self._execute() 138029 1726888107.55939: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.55942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.55951: variable 'omit' from source: magic vars 138029 1726888107.56241: variable 'storage_test_volume' from source: include params 138029 1726888107.56264: Evaluated conditional (storage_test_volume.type == "raid"): False 138029 1726888107.56270: when evaluation is False, skipping this task 138029 1726888107.56272: _execute() done 138029 1726888107.56275: dumping result to json 138029 1726888107.56278: done dumping result, returning 138029 1726888107.56284: done running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-5a58-73a2-00000000101b] 138029 1726888107.56289: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000101b 138029 1726888107.56381: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000101b 138029 1726888107.56384: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 138029 1726888107.56428: no more pending results, returning what we have 138029 1726888107.56431: results queue empty 138029 1726888107.56432: checking for any_errors_fatal 138029 1726888107.56438: done checking for any_errors_fatal 138029 1726888107.56438: checking for max_fail_percentage 138029 1726888107.56440: done checking for max_fail_percentage 138029 1726888107.56440: checking to see if all hosts have failed and the running result is not ok 138029 1726888107.56441: done checking to see if all hosts have failed 138029 1726888107.56442: getting the remaining hosts for this loop 138029 1726888107.56443: done getting the remaining hosts for this loop 138029 1726888107.56446: getting the next task for host managed_node3 138029 1726888107.56452: done getting next task for host managed_node3 138029 1726888107.56454: ^ task is: TASK: Verify the volume's device type 138029 1726888107.56462: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888107.56466: getting variables 138029 1726888107.56468: in VariableManager get_vars() 138029 1726888107.56492: Calling all_inventory to load vars for managed_node3 138029 1726888107.56500: Calling groups_inventory to load vars for managed_node3 138029 1726888107.56504: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888107.56512: Calling all_plugins_play to load vars for managed_node3 138029 1726888107.56514: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888107.56517: Calling groups_plugins_play to load vars for managed_node3 138029 1726888107.56861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888107.57241: done with get_vars() 138029 1726888107.57251: done getting variables 138029 1726888107.57292: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:27 -0400 (0:00:00.019) 0:02:00.296 ****** 138029 1726888107.57313: entering _queue_task() for managed_node3/assert 138029 1726888107.57497: worker is 1 (out of 1 available) 138029 1726888107.57510: exiting _queue_task() for managed_node3/assert 138029 1726888107.57523: done queuing things up, now waiting for results queue to drain 138029 1726888107.57524: waiting for pending results... 138029 1726888107.57738: running TaskExecutor() for managed_node3/TASK: Verify the volume's device type 138029 1726888107.57840: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000101c 138029 1726888107.57864: variable 'ansible_search_path' from source: unknown 138029 1726888107.57903: calling self._execute() 138029 1726888107.57999: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.58003: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.58033: variable 'omit' from source: magic vars 138029 1726888107.58316: variable '_storage_test_volume_present' from source: set_fact 138029 1726888107.58319: Evaluated conditional (_storage_test_volume_present): True 138029 1726888107.58324: variable 'omit' from source: magic vars 138029 1726888107.58375: variable 'omit' from source: magic vars 138029 1726888107.58399: variable 'omit' from source: magic vars 138029 1726888107.58431: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888107.58479: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888107.58487: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888107.58501: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888107.58511: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888107.58525: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888107.58538: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888107.58575: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888107.58578: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.58581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.58673: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888107.58676: Set connection var ansible_timeout to 10 138029 1726888107.58679: Set connection var ansible_pipelining to False 138029 1726888107.58681: Set connection var ansible_shell_type to sh 138029 1726888107.58684: Set connection var ansible_connection to ssh 138029 1726888107.58689: Set connection var ansible_shell_executable to /bin/sh 138029 1726888107.58709: variable 'ansible_shell_executable' from source: unknown 138029 1726888107.58712: variable 'ansible_connection' from source: unknown 138029 1726888107.58714: variable 'ansible_module_compression' from source: unknown 138029 1726888107.58717: variable 'ansible_shell_type' from source: unknown 138029 1726888107.58719: variable 'ansible_shell_executable' from source: unknown 138029 1726888107.58721: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.58725: variable 'ansible_pipelining' from source: unknown 138029 1726888107.58727: variable 'ansible_timeout' from source: unknown 138029 1726888107.58730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.58845: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888107.58858: variable 'omit' from source: magic vars 138029 1726888107.58861: starting attempt loop 138029 1726888107.58866: running the handler 138029 1726888107.59015: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888107.59037: variable 'storage_test_volume' from source: include params 138029 1726888107.59048: variable 'st_volume_type' from source: set_fact 138029 1726888107.59068: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 138029 1726888107.59072: handler run complete 138029 1726888107.59081: attempt loop complete, returning result 138029 1726888107.59083: _execute() done 138029 1726888107.59088: dumping result to json 138029 1726888107.59091: done dumping result, returning 138029 1726888107.59093: done running TaskExecutor() for managed_node3/TASK: Verify the volume's device type [0affc8a3-6f6f-5a58-73a2-00000000101c] 138029 1726888107.59101: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000101c 138029 1726888107.59184: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000101c 138029 1726888107.59188: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888107.59248: no more pending results, returning what we have 138029 1726888107.59251: results queue empty 138029 1726888107.59252: checking for any_errors_fatal 138029 1726888107.59260: done checking for any_errors_fatal 138029 1726888107.59260: checking for max_fail_percentage 138029 1726888107.59264: done checking for max_fail_percentage 138029 1726888107.59265: checking to see if all hosts have failed and the running result is not ok 138029 1726888107.59266: done checking to see if all hosts have failed 138029 1726888107.59266: getting the remaining hosts for this loop 138029 1726888107.59268: done getting the remaining hosts for this loop 138029 1726888107.59270: getting the next task for host managed_node3 138029 1726888107.59279: done getting next task for host managed_node3 138029 1726888107.59282: ^ task is: TASK: Stat the LUKS device, if encrypted 138029 1726888107.59288: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888107.59291: getting variables 138029 1726888107.59292: in VariableManager get_vars() 138029 1726888107.59316: Calling all_inventory to load vars for managed_node3 138029 1726888107.59318: Calling groups_inventory to load vars for managed_node3 138029 1726888107.59321: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888107.59329: Calling all_plugins_play to load vars for managed_node3 138029 1726888107.59337: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888107.59339: Calling groups_plugins_play to load vars for managed_node3 138029 1726888107.59687: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888107.60073: done with get_vars() 138029 1726888107.60083: 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:08:27 -0400 (0:00:00.028) 0:02:00.325 ****** 138029 1726888107.60143: entering _queue_task() for managed_node3/stat 138029 1726888107.60327: worker is 1 (out of 1 available) 138029 1726888107.60341: exiting _queue_task() for managed_node3/stat 138029 1726888107.60353: done queuing things up, now waiting for results queue to drain 138029 1726888107.60356: waiting for pending results... 138029 1726888107.60526: running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted 138029 1726888107.60614: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001020 138029 1726888107.60626: variable 'ansible_search_path' from source: unknown 138029 1726888107.60653: calling self._execute() 138029 1726888107.60741: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.60745: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.60754: variable 'omit' from source: magic vars 138029 1726888107.61015: variable 'storage_test_volume' from source: include params 138029 1726888107.61038: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888107.61041: when evaluation is False, skipping this task 138029 1726888107.61044: _execute() done 138029 1726888107.61047: dumping result to json 138029 1726888107.61049: done dumping result, returning 138029 1726888107.61057: done running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-5a58-73a2-000000001020] 138029 1726888107.61065: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001020 138029 1726888107.61152: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001020 138029 1726888107.61157: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888107.61205: no more pending results, returning what we have 138029 1726888107.61208: results queue empty 138029 1726888107.61209: checking for any_errors_fatal 138029 1726888107.61216: done checking for any_errors_fatal 138029 1726888107.61217: checking for max_fail_percentage 138029 1726888107.61218: done checking for max_fail_percentage 138029 1726888107.61219: checking to see if all hosts have failed and the running result is not ok 138029 1726888107.61220: done checking to see if all hosts have failed 138029 1726888107.61220: getting the remaining hosts for this loop 138029 1726888107.61222: done getting the remaining hosts for this loop 138029 1726888107.61224: getting the next task for host managed_node3 138029 1726888107.61231: done getting next task for host managed_node3 138029 1726888107.61233: ^ task is: TASK: Ensure cryptsetup is present 138029 1726888107.61238: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888107.61242: getting variables 138029 1726888107.61243: in VariableManager get_vars() 138029 1726888107.61278: Calling all_inventory to load vars for managed_node3 138029 1726888107.61281: Calling groups_inventory to load vars for managed_node3 138029 1726888107.61284: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888107.61291: Calling all_plugins_play to load vars for managed_node3 138029 1726888107.61294: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888107.61296: Calling groups_plugins_play to load vars for managed_node3 138029 1726888107.61834: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888107.62197: done with get_vars() 138029 1726888107.62206: done getting variables 138029 1726888107.62246: 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:08:27 -0400 (0:00:00.021) 0:02:00.346 ****** 138029 1726888107.62271: entering _queue_task() for managed_node3/package 138029 1726888107.62452: worker is 1 (out of 1 available) 138029 1726888107.62465: exiting _queue_task() for managed_node3/package 138029 1726888107.62479: done queuing things up, now waiting for results queue to drain 138029 1726888107.62480: waiting for pending results... 138029 1726888107.62665: running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present 138029 1726888107.62753: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001021 138029 1726888107.62770: variable 'ansible_search_path' from source: unknown 138029 1726888107.62796: calling self._execute() 138029 1726888107.62884: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.62888: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.62897: variable 'omit' from source: magic vars 138029 1726888107.62986: variable 'omit' from source: magic vars 138029 1726888107.63035: variable 'omit' from source: magic vars 138029 1726888107.63240: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888107.64750: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888107.64801: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888107.64828: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888107.64852: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888107.64876: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888107.64958: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888107.64981: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888107.65002: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888107.65027: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888107.65038: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888107.65123: variable '__storage_is_ostree' from source: set_fact 138029 1726888107.65126: variable 'omit' from source: magic vars 138029 1726888107.65147: variable 'omit' from source: magic vars 138029 1726888107.65171: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888107.65191: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888107.65205: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888107.65221: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888107.65230: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888107.65243: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888107.65257: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888107.65281: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888107.65284: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.65286: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.65369: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888107.65374: Set connection var ansible_timeout to 10 138029 1726888107.65380: Set connection var ansible_pipelining to False 138029 1726888107.65383: Set connection var ansible_shell_type to sh 138029 1726888107.65385: Set connection var ansible_connection to ssh 138029 1726888107.65390: Set connection var ansible_shell_executable to /bin/sh 138029 1726888107.65409: variable 'ansible_shell_executable' from source: unknown 138029 1726888107.65411: variable 'ansible_connection' from source: unknown 138029 1726888107.65414: variable 'ansible_module_compression' from source: unknown 138029 1726888107.65417: variable 'ansible_shell_type' from source: unknown 138029 1726888107.65419: variable 'ansible_shell_executable' from source: unknown 138029 1726888107.65421: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888107.65423: variable 'ansible_pipelining' from source: unknown 138029 1726888107.65427: variable 'ansible_timeout' from source: unknown 138029 1726888107.65430: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888107.65507: 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) 138029 1726888107.65516: variable 'omit' from source: magic vars 138029 1726888107.65521: starting attempt loop 138029 1726888107.65524: running the handler 138029 1726888107.65529: variable 'ansible_facts' from source: unknown 138029 1726888107.65532: variable 'ansible_facts' from source: unknown 138029 1726888107.65578: _low_level_execute_command(): starting 138029 1726888107.65581: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888107.66046: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888107.66080: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888107.66085: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888107.66088: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888107.66091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888107.66144: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888107.66147: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888107.66149: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888107.66214: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888107.67936: stdout chunk (state=3): >>>/root <<< 138029 1726888107.68042: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888107.68077: stderr chunk (state=3): >>><<< 138029 1726888107.68088: stdout chunk (state=3): >>><<< 138029 1726888107.68101: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888107.68113: _low_level_execute_command(): starting 138029 1726888107.68118: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888107.6810308-141452-112780165940857 `" && echo ansible-tmp-1726888107.6810308-141452-112780165940857="` echo /root/.ansible/tmp/ansible-tmp-1726888107.6810308-141452-112780165940857 `" ) && sleep 0' 138029 1726888107.68532: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888107.68536: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888107.68561: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888107.68567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888107.68573: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888107.68584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888107.68631: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888107.68637: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888107.68640: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888107.68688: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888107.78546: stdout chunk (state=3): >>>ansible-tmp-1726888107.6810308-141452-112780165940857=/root/.ansible/tmp/ansible-tmp-1726888107.6810308-141452-112780165940857 <<< 138029 1726888107.78674: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888107.78704: stderr chunk (state=3): >>><<< 138029 1726888107.78707: stdout chunk (state=3): >>><<< 138029 1726888107.78723: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888107.6810308-141452-112780165940857=/root/.ansible/tmp/ansible-tmp-1726888107.6810308-141452-112780165940857 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888107.78759: variable 'ansible_module_compression' from source: unknown 138029 1726888107.78807: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 138029 1726888107.78840: variable 'ansible_facts' from source: unknown 138029 1726888107.78919: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888107.6810308-141452-112780165940857/AnsiballZ_dnf.py 138029 1726888107.79024: Sending initial data 138029 1726888107.79027: Sent initial data (154 bytes) 138029 1726888107.79484: 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 <<< 138029 1726888107.79488: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888107.79490: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888107.79492: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888107.79494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888107.79548: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888107.79554: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888107.79559: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888107.79600: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888107.81366: 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 <<< 138029 1726888107.81417: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888107.81496: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp_43q8hda /root/.ansible/tmp/ansible-tmp-1726888107.6810308-141452-112780165940857/AnsiballZ_dnf.py <<< 138029 1726888107.81501: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888107.6810308-141452-112780165940857/AnsiballZ_dnf.py" <<< 138029 1726888107.81527: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp_43q8hda" to remote "/root/.ansible/tmp/ansible-tmp-1726888107.6810308-141452-112780165940857/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888107.6810308-141452-112780165940857/AnsiballZ_dnf.py" <<< 138029 1726888107.82701: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888107.82731: stderr chunk (state=3): >>><<< 138029 1726888107.82767: stdout chunk (state=3): >>><<< 138029 1726888107.82823: done transferring module to remote 138029 1726888107.82846: _low_level_execute_command(): starting 138029 1726888107.82926: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888107.6810308-141452-112780165940857/ /root/.ansible/tmp/ansible-tmp-1726888107.6810308-141452-112780165940857/AnsiballZ_dnf.py && sleep 0' 138029 1726888107.83574: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888107.83604: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888107.83624: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888107.83647: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888107.83707: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888107.85548: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888107.85573: stderr chunk (state=3): >>><<< 138029 1726888107.85577: stdout chunk (state=3): >>><<< 138029 1726888107.85593: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888107.85596: _low_level_execute_command(): starting 138029 1726888107.85601: _low_level_execute_command(): using become for this command 138029 1726888107.85611: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-krttaccyqszzixdrpvyxygsepgpaqmyk ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888107.6810308-141452-112780165940857/AnsiballZ_dnf.py'"'"' && sleep 0' 138029 1726888107.85689: Initial state: awaiting_escalation: BECOME-SUCCESS-krttaccyqszzixdrpvyxygsepgpaqmyk 138029 1726888107.86070: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888107.86073: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888107.86108: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888107.86111: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888107.86170: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888107.89133: stdout chunk (state=1): >>>BECOME-SUCCESS-krttaccyqszzixdrpvyxygsepgpaqmyk <<< 138029 1726888107.89137: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-krttaccyqszzixdrpvyxygsepgpaqmyk' 138029 1726888107.89471: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888107.89507: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888107.89540: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888107.89547: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888107.89611: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888107.89616: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888107.89658: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888107.89686: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888107.89702: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888107.89722: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888107.89776: 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' <<< 138029 1726888107.89802: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888107.89822: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888107.89860: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888107.89885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888107.89893: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f92183e0> <<< 138029 1726888107.89896: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f91e7a10> <<< 138029 1726888107.89929: 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' <<< 138029 1726888107.89932: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f921a960> <<< 138029 1726888107.89966: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888107.89982: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888107.89993: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888107.90009: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888107.90044: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888107.90047: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888107.90134: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888107.90176: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888107.90181: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888107.90198: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888107.90214: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888107.90224: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888107.90238: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888107.90246: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888107.90269: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888107.90296: 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 <<< 138029 1726888107.90306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888107.90316: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f902cfe0> <<< 138029 1726888107.90378: 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 <<< 138029 1726888107.90380: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888107.90402: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f902dfd0> <<< 138029 1726888107.90421: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888107.90454: 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. <<< 138029 1726888107.90720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888107.90737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888107.90754: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888107.90777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888107.90788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888107.90838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888107.90848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888107.90878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888107.90886: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f9073dd0> <<< 138029 1726888107.90919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888107.90930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888107.90959: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888107.90966: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f9073fe0> <<< 138029 1726888107.90988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888107.91004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888107.91034: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888107.91080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888107.91100: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888107.91119: 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' <<< 138029 1726888107.91140: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90a37d0> <<< 138029 1726888107.91147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888107.91171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90a3e60> <<< 138029 1726888107.91186: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888107.91231: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f9083a70> <<< 138029 1726888107.91249: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888107.91281: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90811c0> <<< 138029 1726888107.91373: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f9070f80> <<< 138029 1726888107.91392: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888107.91413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888107.91424: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888107.91450: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888107.91481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888107.91498: 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' <<< 138029 1726888107.91534: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90c7800> <<< 138029 1726888107.91553: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90c6420> <<< 138029 1726888107.91580: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888107.91584: 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 0x7f60f90821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90c4bc0> <<< 138029 1726888107.91639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888107.91646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 138029 1726888107.91658: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f9070200> <<< 138029 1726888107.91686: 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' <<< 138029 1726888107.91719: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888107.91725: 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 0x7f60f90f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90f8bc0> <<< 138029 1726888107.91765: 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 0x7f60f90f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f9066d20> <<< 138029 1726888107.91797: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888107.91802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888107.91822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888107.91859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888107.91871: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90f92b0> <<< 138029 1726888107.91876: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888107.91905: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888107.91909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888107.91933: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90fa4e0> <<< 138029 1726888107.91936: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888107.91958: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888107.91975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888107.92012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888107.92029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888107.92050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f91106e0> <<< 138029 1726888107.92053: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888107.92086: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888107.92089: 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 0x7f60f9111dc0> <<< 138029 1726888107.92123: 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' <<< 138029 1726888107.92164: 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' <<< 138029 1726888107.92169: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f9112c30> <<< 138029 1726888107.92214: 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 0x7f60f9113260> <<< 138029 1726888107.92218: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f9112180> <<< 138029 1726888107.92250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888107.92259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888107.92302: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888107.92310: 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 0x7f60f9113ce0> <<< 138029 1726888107.92315: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f9113410> <<< 138029 1726888107.92366: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90fa450> <<< 138029 1726888107.92378: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888107.92408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888107.92424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888107.92456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888107.92488: 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' <<< 138029 1726888107.92498: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60f8e73b30> <<< 138029 1726888107.92513: 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' <<< 138029 1726888107.92543: 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 0x7f60f8ea0560> <<< 138029 1726888107.92577: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8ea02f0> <<< 138029 1726888107.92583: 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 0x7f60f8ea0590> <<< 138029 1726888107.92618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888107.92621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888107.92689: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888107.92815: 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 0x7f60f8ea0e60> <<< 138029 1726888107.92944: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888107.92947: 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 0x7f60f8ea1850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8ea0770> <<< 138029 1726888107.93032: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8e71cd0> # /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' <<< 138029 1726888107.93036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888107.93062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888107.93068: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8ea2bd0> <<< 138029 1726888107.93099: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8ea16d0> <<< 138029 1726888107.93104: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90fac00> <<< 138029 1726888107.93134: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888107.93191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888107.93217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888107.93256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888107.93287: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8ecaf00> <<< 138029 1726888107.93337: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888107.93357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888107.93374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888107.93398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888107.93439: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8ef3290> <<< 138029 1726888107.93464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888107.93506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888107.93565: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888107.93593: 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' <<< 138029 1726888107.93599: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8f1bf50> <<< 138029 1726888107.93611: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888107.93647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888107.93673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888107.93712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888107.93799: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8f4e7b0> <<< 138029 1726888107.93875: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8f4c170> <<< 138029 1726888107.93907: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8ef3f20> <<< 138029 1726888107.93939: 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' <<< 138029 1726888107.93942: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8d55160> <<< 138029 1726888107.93971: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8ef2090> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8ea3ad0> <<< 138029 1726888107.99529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888107.99554: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f60f8d553d0> <<< 138029 1726888108.01613: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_09gigsrw/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 138029 1726888108.01732: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.01772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888108.01779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888108.01820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888108.01904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888108.01943: 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 0x7f60f8daaf00> import '_typing' # <<< 138029 1726888108.02139: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8d89df0> <<< 138029 1726888108.02145: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8d88f50> # zipimport: zlib available <<< 138029 1726888108.02186: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888108.02197: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.02219: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.02230: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.02237: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888108.02257: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.03666: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.04790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888108.04797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8da91f0> <<< 138029 1726888108.04834: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888108.04837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888108.04868: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888108.04875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888108.04898: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888108.04904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888108.04934: 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 0x7f60f8dd6750> <<< 138029 1726888108.04977: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8dd64e0> <<< 138029 1726888108.05010: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8dd5df0> <<< 138029 1726888108.05021: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888108.05046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888108.05082: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8dd6840> <<< 138029 1726888108.05096: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90829c0> import 'atexit' # <<< 138029 1726888108.05127: 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 0x7f60f8dd7500> <<< 138029 1726888108.05167: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888108.05174: 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 0x7f60f8dd7740> <<< 138029 1726888108.05181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888108.05231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888108.05245: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888108.05299: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8dd7c50> <<< 138029 1726888108.05304: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888108.05328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888108.05359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888108.05395: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8719940> <<< 138029 1726888108.05431: 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 0x7f60f871b5f0> <<< 138029 1726888108.05449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888108.05469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888108.05506: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f871bf50> <<< 138029 1726888108.05530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888108.05564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888108.05576: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8721130> <<< 138029 1726888108.05602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888108.05638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888108.05668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888108.05675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888108.05721: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8723bc0> <<< 138029 1726888108.05766: 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 0x7f60f8ea2b40> <<< 138029 1726888108.05780: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8721e80> <<< 138029 1726888108.05802: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888108.05831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888108.05866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888108.05877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888108.05882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888108.05913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888108.05941: 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' <<< 138029 1726888108.05949: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8727b90> <<< 138029 1726888108.05995: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888108.06043: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8726660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f87263c0> <<< 138029 1726888108.06067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888108.06077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888108.06150: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8726930> <<< 138029 1726888108.06182: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8722300> <<< 138029 1726888108.06211: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888108.06214: 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 0x7f60f876be90> <<< 138029 1726888108.06248: 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 0x7f60f876bef0> <<< 138029 1726888108.06267: 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 <<< 138029 1726888108.06285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888108.06310: 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' <<< 138029 1726888108.06345: 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 0x7f60f876d9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f876d760> <<< 138029 1726888108.06367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888108.06485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888108.06543: 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 0x7f60f876fec0> <<< 138029 1726888108.06548: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f876e060> <<< 138029 1726888108.06576: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888108.06613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888108.06630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888108.06647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888108.06653: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888108.06699: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8773620> <<< 138029 1726888108.06821: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f876ffb0> <<< 138029 1726888108.06888: 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 0x7f60f8774320> <<< 138029 1726888108.06920: 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 0x7f60f87747d0> <<< 138029 1726888108.06965: 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 0x7f60f8774860> <<< 138029 1726888108.06978: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f876c050> <<< 138029 1726888108.07007: 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 <<< 138029 1726888108.07013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888108.07029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888108.07054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888108.07084: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888108.07105: 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 0x7f60f86000e0> <<< 138029 1726888108.07260: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888108.07266: 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 0x7f60f8601430> <<< 138029 1726888108.07281: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8776840> <<< 138029 1726888108.07307: 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 0x7f60f8777bf0> <<< 138029 1726888108.07320: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8776480> <<< 138029 1726888108.07325: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.07361: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.07364: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888108.07372: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.07466: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.07553: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.07567: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.07576: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888108.07591: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.07608: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888108.07621: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.07740: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.07860: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.08398: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.08931: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888108.08953: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 138029 1726888108.08960: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888108.08987: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888108.08996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888108.09045: 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 0x7f60f86056a0> <<< 138029 1726888108.09125: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888108.09135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888108.09164: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86064b0> <<< 138029 1726888108.09167: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8601280> <<< 138029 1726888108.09220: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888108.09223: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.09251: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.09266: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888108.09282: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.09425: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.09575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888108.09611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86063f0> <<< 138029 1726888108.09616: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.10068: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.10528: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.10603: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.10683: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888108.10689: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.10729: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.10773: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888108.10777: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.10847: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.10938: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888108.10941: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.10964: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888108.10981: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.11020: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.11061: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888108.11073: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.11301: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.11536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888108.11601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888108.11610: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888108.11684: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8607650> <<< 138029 1726888108.11695: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.11772: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.11850: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888108.11858: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888108.11866: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888108.11885: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.11932: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.11975: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888108.11989: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.12034: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.12080: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.12139: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.12207: 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 <<< 138029 1726888108.12250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888108.12337: 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 0x7f60f8611f10> <<< 138029 1726888108.12376: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f860cfb0> <<< 138029 1726888108.12411: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888108.12417: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.12484: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.12552: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.12582: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.12625: 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 <<< 138029 1726888108.12630: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888108.12669: 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 <<< 138029 1726888108.12673: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888108.12707: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888108.12769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888108.12784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888108.12804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888108.12865: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8702990> <<< 138029 1726888108.12905: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8dfa660> <<< 138029 1726888108.12993: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8611fa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86051f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888108.13001: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.13037: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.13061: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888108.13118: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888108.13129: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.13154: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888108.13168: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.13744: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.14279: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.14961: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.15642: 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 0x7f60f86a4500> <<< 138029 1726888108.15676: 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 0x7f60f86a46e0> <<< 138029 1726888108.15697: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 138029 1726888108.15701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 138029 1726888108.15728: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 138029 1726888108.15732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 138029 1726888108.15753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 138029 1726888108.15774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a4e30> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a49b0> <<< 138029 1726888108.15787: 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' <<< 138029 1726888108.15811: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 138029 1726888108.15818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 138029 1726888108.15873: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a5760> <<< 138029 1726888108.15888: 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' <<< 138029 1726888108.15908: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 138029 1726888108.15914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 138029 1726888108.15944: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 138029 1726888108.15950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 138029 1726888108.15975: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 138029 1726888108.15982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 138029 1726888108.16012: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 138029 1726888108.16021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 138029 1726888108.16034: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f868d6a0> <<< 138029 1726888108.16060: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 138029 1726888108.16065: 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 0x7f60f868d640> <<< 138029 1726888108.16096: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 138029 1726888108.16110: 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 0x7f60f82964e0> <<< 138029 1726888108.16164: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a6f30> <<< 138029 1726888108.16178: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 138029 1726888108.16221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 138029 1726888108.16242: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 138029 1726888108.16270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 138029 1726888108.16276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 138029 1726888108.16320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 138029 1726888108.16384: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f82990a0> <<< 138029 1726888108.16390: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8297c20> <<< 138029 1726888108.16425: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8296f90> <<< 138029 1726888108.16458: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a63f0> <<< 138029 1726888108.16472: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 138029 1726888108.16485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 138029 1726888108.16512: 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 <<< 138029 1726888108.16579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 138029 1726888108.16593: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 138029 1726888108.16605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 138029 1726888108.16625: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8305190> <<< 138029 1726888108.16759: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f82bd2e0> <<< 138029 1726888108.16883: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8611cd0> <<< 138029 1726888108.16910: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 138029 1726888108.16917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 138029 1726888108.16941: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 138029 1726888108.16973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 138029 1726888108.17014: 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 0x7f60f830cb90> <<< 138029 1726888108.17017: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8306f00> <<< 138029 1726888108.17031: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f82bce00> <<< 138029 1726888108.17068: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a5dc0> <<< 138029 1726888108.17072: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a57c0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a54f0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a4740> <<< 138029 1726888108.17100: 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 0x7f60f86a57f0> <<< 138029 1726888108.17119: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 138029 1726888108.17136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 138029 1726888108.17149: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 138029 1726888108.17164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 138029 1726888108.17213: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f830d1c0> <<< 138029 1726888108.17219: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f830cd70> <<< 138029 1726888108.17253: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 138029 1726888108.17259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888108.17321: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f830da90> <<< 138029 1726888108.17348: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 138029 1726888108.17377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 138029 1726888108.17432: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888108.17469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888108.17599: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888108.17638: 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 0x7f60f8310590> <<< 138029 1726888108.17822: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f82f1730> <<< 138029 1726888108.17853: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f830e900> <<< 138029 1726888108.17874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 138029 1726888108.17886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 138029 1726888108.17917: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f82f11c0> <<< 138029 1726888108.17935: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 138029 1726888108.17956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f832a210> <<< 138029 1726888108.17988: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 138029 1726888108.17992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 138029 1726888108.18016: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 138029 1726888108.18020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 138029 1726888108.18025: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f832aea0> <<< 138029 1726888108.18040: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f832a960> <<< 138029 1726888108.18067: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 138029 1726888108.18135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 138029 1726888108.18208: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f832b3b0> <<< 138029 1726888108.18225: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 138029 1726888108.18270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 138029 1726888108.18484: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f82ff9b0> <<< 138029 1726888108.18505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 138029 1726888108.18527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 138029 1726888108.18554: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f821de20> <<< 138029 1726888108.18599: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.18703: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 138029 1726888108.18707: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.18833: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.18973: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888108.18989: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.19034: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.19092: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 138029 1726888108.19222: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.19331: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 138029 1726888108.19426: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888108.19918: 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' <<< 138029 1726888108.19949: 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 <<< 138029 1726888108.19956: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 138029 1726888108.19983: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 138029 1726888108.19993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' <<< 138029 1726888108.20002: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7f5ede0> <<< 138029 1726888108.20016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888108.20064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888108.20183: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7f5ef00> <<< 138029 1726888108.20209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 138029 1726888108.20214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 138029 1726888108.20244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 138029 1726888108.20249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 138029 1726888108.20288: 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 0x7f60f7fb30e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7fb2960> <<< 138029 1726888108.20321: 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 0x7f60f7fb2ae0> <<< 138029 1726888108.20365: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7f5f440> <<< 138029 1726888108.20368: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7f5dee0> <<< 138029 1726888108.20406: 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' <<< 138029 1726888108.20409: stdout chunk (state=3): >>>import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7f5eab0> <<< 138029 1726888108.20431: 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 <<< 138029 1726888108.20509: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 138029 1726888108.20539: 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' <<< 138029 1726888108.20571: 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 <<< 138029 1726888108.20578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 138029 1726888108.20708: 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 0x7f60f802c6b0> <<< 138029 1726888108.20714: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f802c290> <<< 138029 1726888108.20732: 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 <<< 138029 1726888108.20787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 138029 1726888108.20840: 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 0x7f60f802ff50> <<< 138029 1726888108.20877: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f802c800> <<< 138029 1726888108.20894: 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 <<< 138029 1726888108.20982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 138029 1726888108.21932: 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 0x7f60f7b3b110> <<< 138029 1726888108.21996: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7b04170> <<< 138029 1726888108.22064: 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 <<< 138029 1726888108.22113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 138029 1726888108.22201: 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 0x7f60f7bb8da0> <<< 138029 1726888108.22372: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7b3b620> <<< 138029 1726888108.22394: 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 <<< 138029 1726888108.22431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888108.22510: 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 0x7f60f7bbbd40> <<< 138029 1726888108.22567: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7bb8f20> <<< 138029 1726888108.22573: 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 <<< 138029 1726888108.22619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888108.22694: 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 0x7f60f7bf7e60> <<< 138029 1726888108.22743: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7bbbfb0> <<< 138029 1726888108.22760: 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 <<< 138029 1726888108.22775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 138029 1726888108.22821: 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 0x7f60f6189160> <<< 138029 1726888108.22847: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f6188560> <<< 138029 1726888108.22852: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7fcfdd0> <<< 138029 1726888108.22876: 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 <<< 138029 1726888108.22909: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 138029 1726888108.22933: 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 <<< 138029 1726888108.22944: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 138029 1726888108.22969: 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 <<< 138029 1726888108.22978: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 138029 1726888108.23016: 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 0x7f60f61a4680> <<< 138029 1726888108.23053: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f618bad0> <<< 138029 1726888108.23070: 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 <<< 138029 1726888108.23103: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 138029 1726888108.23125: 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 <<< 138029 1726888108.23140: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 138029 1726888108.23157: 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 0x7f60f61a6c90> <<< 138029 1726888108.23182: 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 <<< 138029 1726888108.23200: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 138029 1726888108.23229: 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 <<< 138029 1726888108.23238: 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 0x7f60f61a7b60> <<< 138029 1726888108.23269: 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' <<< 138029 1726888108.23725: 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 0x7f60f61d4470> <<< 138029 1726888108.23770: 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 <<< 138029 1726888108.23773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888108.23789: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8607350> <<< 138029 1726888108.23796: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f61a7da0> <<< 138029 1726888108.23813: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f61a6b40> <<< 138029 1726888108.23832: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f61a64e0> <<< 138029 1726888108.23864: 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 <<< 138029 1726888108.23881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888108.23976: 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 0x7f60f61d74d0> <<< 138029 1726888108.24005: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f61a7080> <<< 138029 1726888108.24079: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f61a4950> <<< 138029 1726888108.24112: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f618b0e0> <<< 138029 1726888108.24147: 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' <<< 138029 1726888108.24271: 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 0x7f60f618b800> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f618b560> <<< 138029 1726888108.24309: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f61892e0> <<< 138029 1726888108.24336: 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 0x7f60f6210ad0> <<< 138029 1726888108.24365: 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 <<< 138029 1726888108.24382: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 138029 1726888108.24408: 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 <<< 138029 1726888108.24420: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 138029 1726888108.24448: 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 <<< 138029 1726888108.24458: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 138029 1726888108.24484: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f6212fc0> <<< 138029 1726888108.24496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888108.24514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888108.24546: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f62137a0> <<< 138029 1726888108.24553: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f62122d0> <<< 138029 1726888108.24569: 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 <<< 138029 1726888108.24595: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 138029 1726888108.24606: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f6213f50> <<< 138029 1726888108.24637: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f6210aa0> <<< 138029 1726888108.24668: 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 <<< 138029 1726888108.24678: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888108.24692: 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 <<< 138029 1726888108.24712: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 138029 1726888108.24738: 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 <<< 138029 1726888108.24745: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 138029 1726888108.24772: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f6239a60> <<< 138029 1726888108.24792: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f6238fe0> <<< 138029 1726888108.24796: stdout chunk (state=3): >>>import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f6238e00> <<< 138029 1726888108.24819: 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 <<< 138029 1726888108.24827: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 138029 1726888108.24851: 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 <<< 138029 1726888108.24877: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888108.24902: 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 <<< 138029 1726888108.24918: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 138029 1726888108.24947: 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 <<< 138029 1726888108.24952: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 138029 1726888108.24973: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b08ad0> <<< 138029 1726888108.24998: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 138029 1726888108.25047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 138029 1726888108.25069: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888108.25126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888108.25134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888108.25166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 138029 1726888108.25170: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b36b70> <<< 138029 1726888108.25204: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888108.25213: 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 0x7f60f5b36ed0> <<< 138029 1726888108.25268: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b0ade0> <<< 138029 1726888108.25299: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b08f80> <<< 138029 1726888108.25318: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f623bf80> <<< 138029 1726888108.25357: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f623a210> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f6239ee0> <<< 138029 1726888108.25380: 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 <<< 138029 1726888108.25392: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 138029 1726888108.25419: 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 <<< 138029 1726888108.25422: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888108.25464: 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 <<< 138029 1726888108.25467: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888108.25482: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b70a40> <<< 138029 1726888108.25487: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b37b60> <<< 138029 1726888108.25525: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f623a750> <<< 138029 1726888108.25562: 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 <<< 138029 1726888108.25570: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 138029 1726888108.25585: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b71070> <<< 138029 1726888108.25610: 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 0x7f60f5b71430> <<< 138029 1726888108.25632: 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 0x7f60f5b714c0> <<< 138029 1726888108.25664: 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' <<< 138029 1726888108.25672: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b715e0> <<< 138029 1726888108.25694: 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 <<< 138029 1726888108.25723: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 138029 1726888108.25745: 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 <<< 138029 1726888108.25774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 138029 1726888108.25834: 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 0x7f60f5b901a0> <<< 138029 1726888108.25852: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b72300> <<< 138029 1726888108.25879: 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 0x7f60f5b90350> <<< 138029 1726888108.25897: 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 <<< 138029 1726888108.25917: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 138029 1726888108.25946: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b90440> <<< 138029 1726888108.25957: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b713d0> <<< 138029 1726888108.25973: 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 <<< 138029 1726888108.25981: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 138029 1726888108.25994: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b90530> <<< 138029 1726888108.26020: 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 <<< 138029 1726888108.26031: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 138029 1726888108.26063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888108.26128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888108.26157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888108.26253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888108.26278: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888108.26293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888108.26324: 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 0x7f60f5bbbfb0> <<< 138029 1726888108.26357: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bbb410> <<< 138029 1726888108.26418: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bb9e80> <<< 138029 1726888108.26569: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b91dc0> <<< 138029 1726888108.26581: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b91220> <<< 138029 1726888108.26610: 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 <<< 138029 1726888108.26618: 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 0x7f60f5b92270> <<< 138029 1726888108.26630: 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 <<< 138029 1726888108.26650: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 138029 1726888108.26657: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f618b770> <<< 138029 1726888108.26686: 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 0x7f60f5bf8890> <<< 138029 1726888108.26717: 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 0x7f60f5bf8b00> <<< 138029 1726888108.26751: 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' <<< 138029 1726888108.26775: 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 <<< 138029 1726888108.26787: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 138029 1726888108.26810: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bf9430> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bf8ef0> <<< 138029 1726888108.26848: 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 0x7f60f5bfa330> <<< 138029 1726888108.26865: stdout chunk (state=3): >>>import 'gc' # <<< 138029 1726888108.26882: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7fb31d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7f5d880> <<< 138029 1726888108.31093: 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 <<< 138029 1726888108.31111: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 138029 1726888108.31144: 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' <<< 138029 1726888108.31153: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bfafc0> <<< 138029 1726888108.31186: 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 <<< 138029 1726888108.31195: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888108.31217: 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 <<< 138029 1726888108.31258: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 138029 1726888108.31285: 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 <<< 138029 1726888108.31342: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 138029 1726888108.31379: 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 0x7f60f59cfa40> <<< 138029 1726888108.31398: 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 <<< 138029 1726888108.31404: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 138029 1726888108.31428: 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 <<< 138029 1726888108.31453: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 138029 1726888108.31477: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 138029 1726888108.31484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888108.31611: 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 0x7f60f59f1a60> <<< 138029 1726888108.31624: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f59f1610> <<< 138029 1726888108.31666: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888108.31679: 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 0x7f60f5bfaed0> <<< 138029 1726888108.31694: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f59f0500> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f59cfd70> <<< 138029 1726888108.31730: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f59ccaa0> <<< 138029 1726888108.31750: 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 <<< 138029 1726888108.31759: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888108.31776: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f59cf830> <<< 138029 1726888108.31795: 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 <<< 138029 1726888108.31835: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888108.31847: 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 <<< 138029 1726888108.31871: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 138029 1726888108.31901: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a06f00> <<< 138029 1726888108.31937: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a05a30> <<< 138029 1726888108.31978: 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 <<< 138029 1726888108.31987: 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 0x7f60f5a2c710> <<< 138029 1726888108.32023: 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 <<< 138029 1726888108.32029: 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 0x7f60f5a2ca10> <<< 138029 1726888108.32070: 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 <<< 138029 1726888108.32076: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a2cc80> <<< 138029 1726888108.32116: 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' <<< 138029 1726888108.32122: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a2cf20> <<< 138029 1726888108.32157: 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 <<< 138029 1726888108.32171: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' <<< 138029 1726888108.32178: 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 <<< 138029 1726888108.32212: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 138029 1726888108.32252: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a2d640> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a2d490> <<< 138029 1726888108.32275: 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 <<< 138029 1726888108.32287: 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 0x7f60f5a2ef00> <<< 138029 1726888108.32314: 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 <<< 138029 1726888108.32322: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a2f050> <<< 138029 1726888108.32346: 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 <<< 138029 1726888108.32380: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 138029 1726888108.32386: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a2f260> <<< 138029 1726888108.32412: 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 <<< 138029 1726888108.32424: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 138029 1726888108.32466: 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 <<< 138029 1726888108.32475: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 138029 1726888108.32504: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a44200> <<< 138029 1726888108.32513: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a2fa40> <<< 138029 1726888108.32534: 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 <<< 138029 1726888108.32548: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 138029 1726888108.32554: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a44da0> <<< 138029 1726888108.32583: 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' <<< 138029 1726888108.32593: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a451f0> <<< 138029 1726888108.32617: 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 <<< 138029 1726888108.32631: 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 0x7f60f5a453a0> <<< 138029 1726888108.32667: 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 <<< 138029 1726888108.32675: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 138029 1726888108.32759: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a45670> <<< 138029 1726888108.32780: 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 0x7f60f5a46570> # /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 0x7f60f5a467e0> <<< 138029 1726888108.32798: 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 <<< 138029 1726888108.32818: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 138029 1726888108.32827: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a469f0> <<< 138029 1726888108.32866: 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 <<< 138029 1726888108.32869: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 138029 1726888108.32906: 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 <<< 138029 1726888108.32910: 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 0x7f60f5a475c0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a47110> <<< 138029 1726888108.32951: 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 <<< 138029 1726888108.32960: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 138029 1726888108.32986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 138029 1726888108.32993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' <<< 138029 1726888108.33026: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a6c440> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a47d70> <<< 138029 1726888108.33038: 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 <<< 138029 1726888108.33056: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a6d0d0> <<< 138029 1726888108.33080: 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 <<< 138029 1726888108.33102: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 138029 1726888108.33121: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a6d3d0> <<< 138029 1726888108.33139: 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 <<< 138029 1726888108.33156: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 138029 1726888108.33160: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a6e330> <<< 138029 1726888108.33197: 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 0x7f60f5a6e5a0> <<< 138029 1726888108.33223: 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 <<< 138029 1726888108.33232: 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 0x7f60f5a6e750> <<< 138029 1726888108.33258: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bfb3e0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bfb1a0> <<< 138029 1726888108.33261: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bfa8d0> <<< 138029 1726888108.33294: 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 <<< 138029 1726888108.33298: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 138029 1726888108.33329: 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' <<< 138029 1726888108.33368: 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 0x7f60f5a6f170> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a6eea0> <<< 138029 1726888108.33384: 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' <<< 138029 1726888108.33412: 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 <<< 138029 1726888108.33456: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888108.33480: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 138029 1726888108.33516: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 138029 1726888108.33578: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a955e0> <<< 138029 1726888108.33600: 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' <<< 138029 1726888108.33696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888108.33703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 138029 1726888108.33733: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a96d20> <<< 138029 1726888108.33787: 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 0x7f60f5a95f10> <<< 138029 1726888108.33792: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a95ac0> <<< 138029 1726888108.33827: 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 <<< 138029 1726888108.33834: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 138029 1726888108.33866: 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' <<< 138029 1726888108.33869: stdout chunk (state=3): >>>import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f57e84d0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f57d38c0> <<< 138029 1726888108.33896: 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' <<< 138029 1726888108.33922: 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 <<< 138029 1726888108.33972: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 138029 1726888108.33982: stdout chunk (state=3): >>>import 'six.moves' # <<< 138029 1726888108.34006: 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 <<< 138029 1726888108.34011: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 138029 1726888108.34033: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f57eb3e0> <<< 138029 1726888108.34057: 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 <<< 138029 1726888108.34069: 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 0x7f60f57ebcb0> <<< 138029 1726888108.34100: 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 <<< 138029 1726888108.34107: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 138029 1726888108.34135: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 138029 1726888108.34176: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f57e8b30> <<< 138029 1726888108.34182: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f57e8800> <<< 138029 1726888108.34213: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a6f410> <<< 138029 1726888108.34243: 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 <<< 138029 1726888108.34250: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 138029 1726888108.34279: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a95130> <<< 138029 1726888108.34285: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a6efc0> <<< 138029 1726888108.34307: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bfae70> <<< 138029 1726888108.34318: 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 <<< 138029 1726888108.34349: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 138029 1726888108.34385: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5815f40> <<< 138029 1726888108.34415: 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 <<< 138029 1726888108.34434: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 138029 1726888108.34459: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5816810> <<< 138029 1726888108.34484: 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 <<< 138029 1726888108.34493: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 138029 1726888108.34499: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5817800> <<< 138029 1726888108.34531: 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 <<< 138029 1726888108.34541: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 138029 1726888108.34566: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5817e60> <<< 138029 1726888108.34584: 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 <<< 138029 1726888108.34590: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 138029 1726888108.34615: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py <<< 138029 1726888108.34620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888108.34645: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 138029 1726888108.34650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 138029 1726888108.34682: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888108.34812: 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 0x7f60f583d520> <<< 138029 1726888108.34829: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583cef0> <<< 138029 1726888108.34844: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583cb90> <<< 138029 1726888108.34850: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583c860> <<< 138029 1726888108.34875: 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 <<< 138029 1726888108.34881: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 138029 1726888108.34925: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583cc50> <<< 138029 1726888108.34943: 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 <<< 138029 1726888108.34966: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 138029 1726888108.34994: 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 <<< 138029 1726888108.35000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888108.35029: 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' <<< 138029 1726888108.35040: stdout chunk (state=3): >>>import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583f260> <<< 138029 1726888108.35054: 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 <<< 138029 1726888108.35064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 138029 1726888108.35076: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583f2c0> <<< 138029 1726888108.35097: 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' <<< 138029 1726888108.35205: 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 0x7f60f583f9e0> <<< 138029 1726888108.35210: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583f860> <<< 138029 1726888108.35227: 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 <<< 138029 1726888108.35248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 138029 1726888108.35263: 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 <<< 138029 1726888108.35278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 138029 1726888108.35296: 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 <<< 138029 1726888108.35405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888108.35426: 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' <<< 138029 1726888108.35460: stdout chunk (state=3): >>>import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f586df40> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 138029 1726888108.35472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 138029 1726888108.35499: 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 <<< 138029 1726888108.35508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 138029 1726888108.35528: 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 0x7f60f586f170> <<< 138029 1726888108.35554: 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 0x7f60f586f3e0> <<< 138029 1726888108.35572: 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' <<< 138029 1726888108.35613: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888108.35626: 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 0x7f60f586f560> <<< 138029 1726888108.35646: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f586f380> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f586ec30> <<< 138029 1726888108.35651: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f586e0c0> <<< 138029 1726888108.35678: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f586d370> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f586c950> <<< 138029 1726888108.35704: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583ef30> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583ed50> <<< 138029 1726888108.35726: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583e240> <<< 138029 1726888108.35753: 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 <<< 138029 1726888108.35770: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' <<< 138029 1726888108.35773: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f586ee40> <<< 138029 1726888108.35792: 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 <<< 138029 1726888108.35812: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 138029 1726888108.35818: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f586f950> <<< 138029 1726888108.35853: 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 0x7f60f5898260> <<< 138029 1726888108.35884: 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 <<< 138029 1726888108.35902: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 138029 1726888108.35913: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5898620> <<< 138029 1726888108.35922: 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 <<< 138029 1726888108.35954: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 138029 1726888108.35966: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5898f50> <<< 138029 1726888108.35990: 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 <<< 138029 1726888108.36021: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 138029 1726888108.36050: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5899ac0> <<< 138029 1726888108.50037: 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}}} <<< 138029 1726888108.68437: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 138029 1726888108.68470: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888108.68943: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888108.68954: 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 <<< 138029 1726888108.69014: 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 # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # 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 <<< 138029 1726888108.69169: 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # 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 <<< 138029 1726888108.69231: stdout chunk (state=3): >>># 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.<<< 138029 1726888108.69241: stdout chunk (state=3): >>>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 <<< 138029 1726888108.69739: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888108.69760: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888108.69784: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888108.69792: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888108.69814: stdout chunk (state=3): >>># destroy zipimport <<< 138029 1726888108.69820: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 138029 1726888108.69849: stdout chunk (state=3): >>># destroy selinux <<< 138029 1726888108.69858: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 138029 1726888108.69879: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 138029 1726888108.69913: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 138029 1726888108.69925: 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 <<< 138029 1726888108.69950: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 138029 1726888108.69965: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 138029 1726888108.70043: stdout chunk (state=3): >>># destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions <<< 138029 1726888108.70087: stdout chunk (state=3): >>># destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # 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 <<< 138029 1726888108.70136: 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 <<< 138029 1726888108.70165: stdout chunk (state=3): >>># 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 <<< 138029 1726888108.70169: stdout chunk (state=3): >>># destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction <<< 138029 1726888108.70196: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf <<< 138029 1726888108.70234: 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 # 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 <<< 138029 1726888108.70238: 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 <<< 138029 1726888108.70300: 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 <<< 138029 1726888108.70308: 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 # 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 <<< 138029 1726888108.70346: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket <<< 138029 1726888108.70365: 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 # 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 <<< 138029 1726888108.70369: stdout chunk (state=3): >>># cleanup[3] wiping select # cleanup[3] wiping platform <<< 138029 1726888108.70384: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale <<< 138029 1726888108.70422: stdout chunk (state=3): >>># destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib <<< 138029 1726888108.70448: stdout chunk (state=3): >>># 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 <<< 138029 1726888108.70481: stdout chunk (state=3): >>># 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 <<< 138029 1726888108.70499: stdout chunk (state=3): >>># cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 138029 1726888108.70520: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 138029 1726888108.70542: 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 <<< 138029 1726888108.70549: stdout chunk (state=3): >>># cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 138029 1726888108.70579: stdout chunk (state=3): >>># destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 138029 1726888108.70590: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 138029 1726888108.70607: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm <<< 138029 1726888108.70615: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888108.71081: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888108.71119: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 138029 1726888108.71170: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888108.71206: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888108.71228: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg <<< 138029 1726888108.71268: 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 <<< 138029 1726888108.71327: stdout chunk (state=3): >>># destroy gzip <<< 138029 1726888108.71354: 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 <<< 138029 1726888108.71368: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 138029 1726888108.71401: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios <<< 138029 1726888108.71423: 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 <<< 138029 1726888108.71444: stdout chunk (state=3): >>># destroy rpm <<< 138029 1726888108.71494: 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 <<< 138029 1726888108.71501: stdout chunk (state=3): >>># destroy _json # destroy collections # destroy io # destroy _opcode <<< 138029 1726888108.71580: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 138029 1726888108.71628: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 138029 1726888108.71668: stdout chunk (state=3): >>># destroy _ssl <<< 138029 1726888108.71734: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888108.71848: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888108.71869: stdout chunk (state=3): >>># destroy re # destroy _random <<< 138029 1726888108.71903: stdout chunk (state=3): >>># destroy _sre <<< 138029 1726888108.71913: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726888108.72662: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888108.72692: stderr chunk (state=3): >>><<< 138029 1726888108.72695: stdout chunk (state=3): >>><<< 138029 1726888108.72842: _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 0x7f60f92183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f91e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f921a960> 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 0x7f60f902cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f60f902dfd0> 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 0x7f60f9073dd0> # /usr/lib64/python3.12/__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 0x7f60f9073fe0> # /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 0x7f60f90a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f9083a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f9070f80> # /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 0x7f60f90c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90c4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f9070200> # /usr/lib64/python3.12/__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 0x7f60f90f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60f90f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f9066d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f60f90f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90f92b0> 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 0x7f60f90fa4e0> 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 0x7f60f91106e0> 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 0x7f60f9111dc0> # /usr/lib64/python3.12/__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 0x7f60f9112c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60f9113260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f9112180> # /usr/lib64/python3.12/__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 0x7f60f9113ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f9113410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90fa450> # /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 0x7f60f8e73b30> # /usr/lib64/python3.12/__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 0x7f60f8ea0560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8ea02f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60f8ea0590> # /usr/lib64/python3.12/__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 0x7f60f8ea0e60> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60f8ea1850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8ea0770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8e71cd0> # /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 0x7f60f8ea2bd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8ea16d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90fac00> # /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 0x7f60f8ecaf00> # /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 0x7f60f8ef3290> # /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 0x7f60f8f1bf50> # /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 0x7f60f8f4e7b0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8f4c170> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8ef3f20> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8d55160> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8ef2090> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8ea3ad0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f60f8d553d0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_09gigsrw/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 0x7f60f8daaf00> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8d89df0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8d88f50> # 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 0x7f60f8da91f0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f60f8dd6750> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8dd64e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8dd5df0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f60f8dd6840> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f90829c0> 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 0x7f60f8dd7500> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60f8dd7740> # /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 0x7f60f8dd7c50> 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 0x7f60f8719940> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60f871b5f0> # /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 0x7f60f871bf50> # /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 0x7f60f8721130> # /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 0x7f60f8723bc0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60f8ea2b40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8721e80> # /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 0x7f60f8727b90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8726660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f87263c0> # /usr/lib64/python3.12/__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 0x7f60f8726930> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8722300> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60f876be90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f876bef0> # /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 0x7f60f876d9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f876d760> # /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 0x7f60f876fec0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f876e060> # /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 0x7f60f8773620> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f876ffb0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60f8774320> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60f87747d0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60f8774860> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f876c050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f60f86000e0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60f8601430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8776840> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60f8777bf0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8776480> # 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 0x7f60f86056a0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f60f86064b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8601280> 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 0x7f60f86063f0> # 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 0x7f60f8607650> # 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 0x7f60f8611f10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f860cfb0> 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 0x7f60f8702990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8dfa660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8611fa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86051f0> # 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 0x7f60f86a4500> # /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 0x7f60f86a46e0> # /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 0x7f60f86a4e30> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a49b0> # /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 0x7f60f86a5760> # /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 0x7f60f868d6a0> # /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 0x7f60f868d640> # /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 0x7f60f82964e0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a6f30> # /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 0x7f60f82990a0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8297c20> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8296f90> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a63f0> # /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 0x7f60f8305190> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f82bd2e0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8611cd0> # /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 0x7f60f830cb90> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f8306f00> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f82bce00> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a5dc0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a57c0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a54f0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f86a4740> # /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 0x7f60f86a57f0> # /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 0x7f60f830d1c0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f830cd70> # /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 0x7f60f830da90> # /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 0x7f60f8310590> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f82f1730> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f830e900> # /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 0x7f60f82f11c0> # /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 0x7f60f832a210> # /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 0x7f60f832aea0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f832a960> # /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 0x7f60f832b3b0> # /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 0x7f60f82ff9b0> # /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 0x7f60f821de20> # 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 0x7f60f7f5ede0> # /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 0x7f60f7f5ef00> # /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 0x7f60f7fb30e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7fb2960> # 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 0x7f60f7fb2ae0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7f5f440> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7f5dee0> # /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 0x7f60f7f5eab0> # /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 0x7f60f802c6b0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f802c290> # /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 0x7f60f802ff50> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f802c800> # /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 0x7f60f7b3b110> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7b04170> # /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 0x7f60f7bb8da0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7b3b620> # /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 0x7f60f7bbbd40> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7bb8f20> # /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 0x7f60f7bf7e60> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7bbbfb0> # /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 0x7f60f6189160> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f6188560> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7fcfdd0> # /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 0x7f60f61a4680> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f618bad0> # /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 0x7f60f61a6c90> # /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 0x7f60f61a7b60> # /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 0x7f60f61d4470> # /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 0x7f60f8607350> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f61a7da0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f61a6b40> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f61a64e0> # /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 0x7f60f61d74d0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f61a7080> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f61a4950> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f618b0e0> # /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 0x7f60f618b800> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f618b560> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f61892e0> # /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 0x7f60f6210ad0> # /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 0x7f60f6212fc0> # /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 0x7f60f62137a0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f62122d0> # /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 0x7f60f6213f50> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f6210aa0> # /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 0x7f60f6239a60> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f6238fe0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f6238e00> # /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 0x7f60f5b08ad0> # /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 0x7f60f5b36b70> # 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 0x7f60f5b36ed0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b0ade0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b08f80> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f623bf80> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f623a210> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f6239ee0> # /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 0x7f60f5b70a40> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b37b60> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f623a750> # /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 0x7f60f5b71070> # /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 0x7f60f5b71430> # /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 0x7f60f5b714c0> # /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 0x7f60f5b715e0> # /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 0x7f60f5b901a0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b72300> # /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 0x7f60f5b90350> # /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 0x7f60f5b90440> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b713d0> # /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 0x7f60f5b90530> # /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 0x7f60f5bbbfb0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bbb410> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bb9e80> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b91dc0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5b91220> # /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 0x7f60f5b92270> # /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 0x7f60f618b770> # /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 0x7f60f5bf8890> # /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 0x7f60f5bf8b00> # /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 0x7f60f5bf9430> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bf8ef0> # /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 0x7f60f5bfa330> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7fb31d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f7f5d880> # /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 0x7f60f5bfafc0> # /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 0x7f60f59cfa40> # /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 0x7f60f59f1a60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f59f1610> # 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 0x7f60f5bfaed0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f59f0500> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f59cfd70> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f59ccaa0> # /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 0x7f60f59cf830> # /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 0x7f60f5a06f00> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a05a30> # /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 0x7f60f5a2c710> # /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 0x7f60f5a2ca10> # /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 0x7f60f5a2cc80> # /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 0x7f60f5a2cf20> # /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 0x7f60f5a2d640> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a2d490> # /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 0x7f60f5a2ef00> # /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 0x7f60f5a2f050> # /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 0x7f60f5a2f260> # /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 0x7f60f5a44200> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a2fa40> # /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 0x7f60f5a44da0> # /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 0x7f60f5a451f0> # /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 0x7f60f5a453a0> # /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 0x7f60f5a45670> # /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 0x7f60f5a46570> # /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 0x7f60f5a467e0> # /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 0x7f60f5a469f0> # /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 0x7f60f5a475c0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a47110> # /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 0x7f60f5a6c440> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a47d70> # /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 0x7f60f5a6d0d0> # /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 0x7f60f5a6d3d0> # /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 0x7f60f5a6e330> # /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 0x7f60f5a6e5a0> # /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 0x7f60f5a6e750> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bfb3e0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bfb1a0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bfa8d0> # /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 0x7f60f5a6f170> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a6eea0> # /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 0x7f60f5a955e0> # /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 0x7f60f5a96d20> # 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 0x7f60f5a95f10> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a95ac0> # /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 0x7f60f57e84d0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f57d38c0> # /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 0x7f60f57eb3e0> # /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 0x7f60f57ebcb0> # /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 0x7f60f57e8b30> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f57e8800> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a6f410> # /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 0x7f60f5a95130> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5a6efc0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f5bfae70> # /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 0x7f60f5815f40> # /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 0x7f60f5816810> # /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 0x7f60f5817800> # /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 0x7f60f5817e60> # /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 0x7f60f583d520> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583cef0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583cb90> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583c860> # /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 0x7f60f583cc50> # /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 0x7f60f583f260> # /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 0x7f60f583f2c0> # /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 0x7f60f583f9e0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583f860> # /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 0x7f60f586df40> # /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 0x7f60f586f170> # /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 0x7f60f586f3e0> # /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 0x7f60f586f560> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f586f380> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f586ec30> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f586e0c0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f586d370> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f586c950> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583ef30> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583ed50> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60f583e240> # /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 0x7f60f586ee40> # /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 0x7f60f586f950> # /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 0x7f60f5898260> # /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 0x7f60f5898620> # /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 0x7f60f5898f50> # /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 0x7f60f5899ac0> {"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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888108.74034: 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-1726888107.6810308-141452-112780165940857/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888108.74038: _low_level_execute_command(): starting 138029 1726888108.74040: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888107.6810308-141452-112780165940857/ > /dev/null 2>&1 && sleep 0' 138029 1726888108.74048: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888108.74051: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888108.74053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888108.74057: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888108.74059: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888108.74062: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888108.74063: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888108.74065: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888108.74067: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888108.74069: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888108.74072: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888108.74074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888108.74076: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888108.74078: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888108.74080: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888108.74082: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888108.74084: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888108.74086: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888108.74088: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888108.74090: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888108.75685: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888108.75708: stderr chunk (state=3): >>><<< 138029 1726888108.75711: stdout chunk (state=3): >>><<< 138029 1726888108.75727: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888108.75734: handler run complete 138029 1726888108.75759: attempt loop complete, returning result 138029 1726888108.75762: _execute() done 138029 1726888108.75768: dumping result to json 138029 1726888108.75774: done dumping result, returning 138029 1726888108.75783: done running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-5a58-73a2-000000001021] 138029 1726888108.75787: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001021 138029 1726888108.75876: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001021 138029 1726888108.75878: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 138029 1726888108.75947: no more pending results, returning what we have 138029 1726888108.75950: results queue empty 138029 1726888108.75951: checking for any_errors_fatal 138029 1726888108.75960: done checking for any_errors_fatal 138029 1726888108.75961: checking for max_fail_percentage 138029 1726888108.75963: done checking for max_fail_percentage 138029 1726888108.75964: checking to see if all hosts have failed and the running result is not ok 138029 1726888108.75965: done checking to see if all hosts have failed 138029 1726888108.75965: getting the remaining hosts for this loop 138029 1726888108.75967: done getting the remaining hosts for this loop 138029 1726888108.75970: getting the next task for host managed_node3 138029 1726888108.75977: done getting next task for host managed_node3 138029 1726888108.75980: ^ task is: TASK: Collect LUKS info for this volume 138029 1726888108.75989: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888108.75994: getting variables 138029 1726888108.75999: in VariableManager get_vars() 138029 1726888108.76030: Calling all_inventory to load vars for managed_node3 138029 1726888108.76033: Calling groups_inventory to load vars for managed_node3 138029 1726888108.76036: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888108.76045: Calling all_plugins_play to load vars for managed_node3 138029 1726888108.76048: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888108.76051: Calling groups_plugins_play to load vars for managed_node3 138029 1726888108.76476: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888108.76864: done with get_vars() 138029 1726888108.76876: done getting variables 138029 1726888108.76916: 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:08:28 -0400 (0:00:01.146) 0:02:01.492 ****** 138029 1726888108.76942: entering _queue_task() for managed_node3/command 138029 1726888108.77149: worker is 1 (out of 1 available) 138029 1726888108.77163: exiting _queue_task() for managed_node3/command 138029 1726888108.77177: done queuing things up, now waiting for results queue to drain 138029 1726888108.77179: waiting for pending results... 138029 1726888108.77371: running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume 138029 1726888108.77465: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001022 138029 1726888108.77479: variable 'ansible_search_path' from source: unknown 138029 1726888108.77511: calling self._execute() 138029 1726888108.77596: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888108.77600: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888108.77624: variable 'omit' from source: magic vars 138029 1726888108.77931: variable 'storage_test_volume' from source: include params 138029 1726888108.77947: variable '_storage_test_volume_present' from source: set_fact 138029 1726888108.77971: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 138029 1726888108.77976: when evaluation is False, skipping this task 138029 1726888108.77979: _execute() done 138029 1726888108.77982: dumping result to json 138029 1726888108.77984: done dumping result, returning 138029 1726888108.78023: done running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-5a58-73a2-000000001022] 138029 1726888108.78029: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001022 138029 1726888108.78150: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001022 138029 1726888108.78152: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888108.78223: no more pending results, returning what we have 138029 1726888108.78229: results queue empty 138029 1726888108.78230: checking for any_errors_fatal 138029 1726888108.78239: done checking for any_errors_fatal 138029 1726888108.78239: checking for max_fail_percentage 138029 1726888108.78241: done checking for max_fail_percentage 138029 1726888108.78242: checking to see if all hosts have failed and the running result is not ok 138029 1726888108.78243: done checking to see if all hosts have failed 138029 1726888108.78243: getting the remaining hosts for this loop 138029 1726888108.78245: done getting the remaining hosts for this loop 138029 1726888108.78248: getting the next task for host managed_node3 138029 1726888108.78259: done getting next task for host managed_node3 138029 1726888108.78262: ^ task is: TASK: Verify the presence/absence of the LUKS device node 138029 1726888108.78272: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888108.78276: getting variables 138029 1726888108.78277: in VariableManager get_vars() 138029 1726888108.78307: Calling all_inventory to load vars for managed_node3 138029 1726888108.78310: Calling groups_inventory to load vars for managed_node3 138029 1726888108.78316: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888108.78325: Calling all_plugins_play to load vars for managed_node3 138029 1726888108.78328: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888108.78331: Calling groups_plugins_play to load vars for managed_node3 138029 1726888108.79013: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888108.79637: done with get_vars() 138029 1726888108.79657: done getting variables 138029 1726888108.79729: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:28 -0400 (0:00:00.028) 0:02:01.521 ****** 138029 1726888108.79771: entering _queue_task() for managed_node3/assert 138029 1726888108.80058: worker is 1 (out of 1 available) 138029 1726888108.80075: exiting _queue_task() for managed_node3/assert 138029 1726888108.80088: done queuing things up, now waiting for results queue to drain 138029 1726888108.80092: waiting for pending results... 138029 1726888108.80375: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node 138029 1726888108.80562: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001023 138029 1726888108.80566: variable 'ansible_search_path' from source: unknown 138029 1726888108.80573: calling self._execute() 138029 1726888108.80677: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888108.80681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888108.80690: variable 'omit' from source: magic vars 138029 1726888108.81101: variable 'storage_test_volume' from source: include params 138029 1726888108.81124: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888108.81127: when evaluation is False, skipping this task 138029 1726888108.81130: _execute() done 138029 1726888108.81133: dumping result to json 138029 1726888108.81135: done dumping result, returning 138029 1726888108.81173: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-5a58-73a2-000000001023] 138029 1726888108.81176: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001023 138029 1726888108.81244: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001023 138029 1726888108.81247: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888108.81306: no more pending results, returning what we have 138029 1726888108.81310: results queue empty 138029 1726888108.81311: checking for any_errors_fatal 138029 1726888108.81320: done checking for any_errors_fatal 138029 1726888108.81320: checking for max_fail_percentage 138029 1726888108.81322: done checking for max_fail_percentage 138029 1726888108.81323: checking to see if all hosts have failed and the running result is not ok 138029 1726888108.81324: done checking to see if all hosts have failed 138029 1726888108.81325: getting the remaining hosts for this loop 138029 1726888108.81326: done getting the remaining hosts for this loop 138029 1726888108.81330: getting the next task for host managed_node3 138029 1726888108.81338: done getting next task for host managed_node3 138029 1726888108.81341: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888108.81347: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888108.81350: getting variables 138029 1726888108.81352: in VariableManager get_vars() 138029 1726888108.81386: Calling all_inventory to load vars for managed_node3 138029 1726888108.81389: Calling groups_inventory to load vars for managed_node3 138029 1726888108.81396: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888108.81406: Calling all_plugins_play to load vars for managed_node3 138029 1726888108.81409: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888108.81414: Calling groups_plugins_play to load vars for managed_node3 138029 1726888108.81988: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888108.82505: done with get_vars() 138029 1726888108.82517: done getting variables 138029 1726888108.82566: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:28 -0400 (0:00:00.028) 0:02:01.549 ****** 138029 1726888108.82605: entering _queue_task() for managed_node3/assert 138029 1726888108.82838: worker is 1 (out of 1 available) 138029 1726888108.82850: exiting _queue_task() for managed_node3/assert 138029 1726888108.82863: done queuing things up, now waiting for results queue to drain 138029 1726888108.82864: waiting for pending results... 138029 1726888108.83145: running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888108.83229: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001024 138029 1726888108.83241: variable 'ansible_search_path' from source: unknown 138029 1726888108.83274: calling self._execute() 138029 1726888108.83423: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888108.83427: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888108.83435: variable 'omit' from source: magic vars 138029 1726888108.83764: variable '_storage_test_volume_present' from source: set_fact 138029 1726888108.83783: Evaluated conditional (_storage_test_volume_present): True 138029 1726888108.83787: variable 'omit' from source: magic vars 138029 1726888108.83962: variable 'omit' from source: magic vars 138029 1726888108.84223: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888108.86737: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888108.86873: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888108.87349: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888108.87394: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888108.87439: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888108.87601: variable 'storage_test_volume' from source: include params 138029 1726888108.87627: variable '__dev_ne_raw' from source: task vars 138029 1726888108.87847: variable 'storage_test_volume' from source: include params 138029 1726888108.87902: variable 'omit' from source: magic vars 138029 1726888108.87944: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888108.87992: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888108.88016: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888108.88038: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888108.88054: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888108.88174: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888108.88178: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888108.88181: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888108.88184: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888108.88197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888108.88340: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888108.88358: Set connection var ansible_timeout to 10 138029 1726888108.88371: Set connection var ansible_pipelining to False 138029 1726888108.88383: Set connection var ansible_shell_type to sh 138029 1726888108.88391: Set connection var ansible_connection to ssh 138029 1726888108.88414: Set connection var ansible_shell_executable to /bin/sh 138029 1726888108.88661: variable 'ansible_shell_executable' from source: unknown 138029 1726888108.88666: variable 'ansible_connection' from source: unknown 138029 1726888108.88669: variable 'ansible_module_compression' from source: unknown 138029 1726888108.88671: variable 'ansible_shell_type' from source: unknown 138029 1726888108.88673: variable 'ansible_shell_executable' from source: unknown 138029 1726888108.88675: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888108.88677: variable 'ansible_pipelining' from source: unknown 138029 1726888108.88679: variable 'ansible_timeout' from source: unknown 138029 1726888108.88681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888108.88683: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888108.88686: variable 'omit' from source: magic vars 138029 1726888108.88688: starting attempt loop 138029 1726888108.88690: running the handler 138029 1726888108.88847: variable '__dev_ne_raw' from source: task vars 138029 1726888108.88997: variable 'storage_test_volume' from source: include params 138029 1726888108.89035: variable 'storage_test_volume' from source: include params 138029 1726888108.89061: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 138029 1726888108.89077: handler run complete 138029 1726888108.89097: attempt loop complete, returning result 138029 1726888108.89140: _execute() done 138029 1726888108.89143: dumping result to json 138029 1726888108.89146: done dumping result, returning 138029 1726888108.89148: done running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-5a58-73a2-000000001024] 138029 1726888108.89150: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001024 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888108.89420: no more pending results, returning what we have 138029 1726888108.89424: results queue empty 138029 1726888108.89425: checking for any_errors_fatal 138029 1726888108.89434: done checking for any_errors_fatal 138029 1726888108.89435: checking for max_fail_percentage 138029 1726888108.89437: done checking for max_fail_percentage 138029 1726888108.89438: checking to see if all hosts have failed and the running result is not ok 138029 1726888108.89439: done checking to see if all hosts have failed 138029 1726888108.89440: getting the remaining hosts for this loop 138029 1726888108.89442: done getting the remaining hosts for this loop 138029 1726888108.89446: getting the next task for host managed_node3 138029 1726888108.89454: done getting next task for host managed_node3 138029 1726888108.89466: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888108.89471: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888108.89479: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001024 138029 1726888108.89492: WORKER PROCESS EXITING 138029 1726888108.89488: getting variables 138029 1726888108.89494: in VariableManager get_vars() 138029 1726888108.89527: Calling all_inventory to load vars for managed_node3 138029 1726888108.89530: Calling groups_inventory to load vars for managed_node3 138029 1726888108.89533: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888108.89542: Calling all_plugins_play to load vars for managed_node3 138029 1726888108.89545: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888108.89547: Calling groups_plugins_play to load vars for managed_node3 138029 1726888108.90104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888108.90551: done with get_vars() 138029 1726888108.90566: done getting variables 138029 1726888108.90606: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:28 -0400 (0:00:00.080) 0:02:01.629 ****** 138029 1726888108.90629: entering _queue_task() for managed_node3/assert 138029 1726888108.90853: worker is 1 (out of 1 available) 138029 1726888108.90870: exiting _queue_task() for managed_node3/assert 138029 1726888108.90881: done queuing things up, now waiting for results queue to drain 138029 1726888108.90883: waiting for pending results... 138029 1726888108.91074: running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888108.91166: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001025 138029 1726888108.91184: variable 'ansible_search_path' from source: unknown 138029 1726888108.91216: calling self._execute() 138029 1726888108.91316: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888108.91319: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888108.91335: variable 'omit' from source: magic vars 138029 1726888108.91717: variable '_storage_test_volume_present' from source: set_fact 138029 1726888108.91748: variable 'storage_test_volume' from source: include params 138029 1726888108.91775: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888108.91781: when evaluation is False, skipping this task 138029 1726888108.91784: _execute() done 138029 1726888108.91786: dumping result to json 138029 1726888108.91789: done dumping result, returning 138029 1726888108.91791: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-5a58-73a2-000000001025] 138029 1726888108.91794: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001025 138029 1726888108.91876: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001025 138029 1726888108.91879: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888108.91950: no more pending results, returning what we have 138029 1726888108.91954: results queue empty 138029 1726888108.91957: checking for any_errors_fatal 138029 1726888108.91969: done checking for any_errors_fatal 138029 1726888108.91970: checking for max_fail_percentage 138029 1726888108.91972: done checking for max_fail_percentage 138029 1726888108.91972: checking to see if all hosts have failed and the running result is not ok 138029 1726888108.91973: done checking to see if all hosts have failed 138029 1726888108.91974: getting the remaining hosts for this loop 138029 1726888108.91975: done getting the remaining hosts for this loop 138029 1726888108.91978: getting the next task for host managed_node3 138029 1726888108.91985: done getting next task for host managed_node3 138029 1726888108.91987: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 138029 1726888108.91993: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888108.91997: getting variables 138029 1726888108.91998: in VariableManager get_vars() 138029 1726888108.92025: Calling all_inventory to load vars for managed_node3 138029 1726888108.92027: Calling groups_inventory to load vars for managed_node3 138029 1726888108.92030: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888108.92039: Calling all_plugins_play to load vars for managed_node3 138029 1726888108.92041: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888108.92044: Calling groups_plugins_play to load vars for managed_node3 138029 1726888108.92792: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888108.93328: done with get_vars() 138029 1726888108.93347: done getting variables 138029 1726888108.93407: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:28 -0400 (0:00:00.028) 0:02:01.657 ****** 138029 1726888108.93443: entering _queue_task() for managed_node3/assert 138029 1726888108.93704: worker is 1 (out of 1 available) 138029 1726888108.93720: exiting _queue_task() for managed_node3/assert 138029 1726888108.93732: done queuing things up, now waiting for results queue to drain 138029 1726888108.93734: waiting for pending results... 138029 1726888108.93949: running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted 138029 1726888108.94083: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001026 138029 1726888108.94088: variable 'ansible_search_path' from source: unknown 138029 1726888108.94118: calling self._execute() 138029 1726888108.94203: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888108.94207: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888108.94219: variable 'omit' from source: magic vars 138029 1726888108.94509: variable '_storage_test_volume_present' from source: set_fact 138029 1726888108.94513: variable 'storage_test_volume' from source: include params 138029 1726888108.94537: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888108.94540: when evaluation is False, skipping this task 138029 1726888108.94543: _execute() done 138029 1726888108.94546: dumping result to json 138029 1726888108.94549: done dumping result, returning 138029 1726888108.94552: done running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-5a58-73a2-000000001026] 138029 1726888108.94561: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001026 138029 1726888108.94657: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001026 138029 1726888108.94660: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888108.94708: no more pending results, returning what we have 138029 1726888108.94711: results queue empty 138029 1726888108.94712: checking for any_errors_fatal 138029 1726888108.94719: done checking for any_errors_fatal 138029 1726888108.94720: checking for max_fail_percentage 138029 1726888108.94721: done checking for max_fail_percentage 138029 1726888108.94722: checking to see if all hosts have failed and the running result is not ok 138029 1726888108.94722: done checking to see if all hosts have failed 138029 1726888108.94723: getting the remaining hosts for this loop 138029 1726888108.94724: done getting the remaining hosts for this loop 138029 1726888108.94727: getting the next task for host managed_node3 138029 1726888108.94734: done getting next task for host managed_node3 138029 1726888108.94737: ^ task is: TASK: Check LUKS version 138029 1726888108.94743: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888108.94747: getting variables 138029 1726888108.94748: in VariableManager get_vars() 138029 1726888108.94777: Calling all_inventory to load vars for managed_node3 138029 1726888108.94779: Calling groups_inventory to load vars for managed_node3 138029 1726888108.94782: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888108.94790: Calling all_plugins_play to load vars for managed_node3 138029 1726888108.94793: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888108.94795: Calling groups_plugins_play to load vars for managed_node3 138029 1726888108.95159: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888108.95560: done with get_vars() 138029 1726888108.95572: done getting variables 138029 1726888108.95613: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:28 -0400 (0:00:00.021) 0:02:01.679 ****** 138029 1726888108.95637: entering _queue_task() for managed_node3/assert 138029 1726888108.95828: worker is 1 (out of 1 available) 138029 1726888108.95844: exiting _queue_task() for managed_node3/assert 138029 1726888108.95859: done queuing things up, now waiting for results queue to drain 138029 1726888108.95861: waiting for pending results... 138029 1726888108.96097: running TaskExecutor() for managed_node3/TASK: Check LUKS version 138029 1726888108.96240: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001027 138029 1726888108.96244: variable 'ansible_search_path' from source: unknown 138029 1726888108.96310: calling self._execute() 138029 1726888108.96458: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888108.96466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888108.96471: variable 'omit' from source: magic vars 138029 1726888108.96889: variable '_storage_test_volume_present' from source: set_fact 138029 1726888108.96893: Evaluated conditional (_storage_test_volume_present): True 138029 1726888108.97060: variable 'storage_test_volume' from source: include params 138029 1726888108.97066: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888108.97068: when evaluation is False, skipping this task 138029 1726888108.97071: _execute() done 138029 1726888108.97073: dumping result to json 138029 1726888108.97075: done dumping result, returning 138029 1726888108.97078: done running TaskExecutor() for managed_node3/TASK: Check LUKS version [0affc8a3-6f6f-5a58-73a2-000000001027] 138029 1726888108.97080: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001027 138029 1726888108.97160: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001027 138029 1726888108.97166: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888108.97210: no more pending results, returning what we have 138029 1726888108.97213: results queue empty 138029 1726888108.97214: checking for any_errors_fatal 138029 1726888108.97219: done checking for any_errors_fatal 138029 1726888108.97220: checking for max_fail_percentage 138029 1726888108.97221: done checking for max_fail_percentage 138029 1726888108.97222: checking to see if all hosts have failed and the running result is not ok 138029 1726888108.97223: done checking to see if all hosts have failed 138029 1726888108.97223: getting the remaining hosts for this loop 138029 1726888108.97225: done getting the remaining hosts for this loop 138029 1726888108.97228: getting the next task for host managed_node3 138029 1726888108.97234: done getting next task for host managed_node3 138029 1726888108.97236: ^ task is: TASK: Check LUKS key size 138029 1726888108.97241: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888108.97245: getting variables 138029 1726888108.97246: in VariableManager get_vars() 138029 1726888108.97275: Calling all_inventory to load vars for managed_node3 138029 1726888108.97278: Calling groups_inventory to load vars for managed_node3 138029 1726888108.97280: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888108.97289: Calling all_plugins_play to load vars for managed_node3 138029 1726888108.97291: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888108.97294: Calling groups_plugins_play to load vars for managed_node3 138029 1726888108.97744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888108.98415: done with get_vars() 138029 1726888108.98431: done getting variables 138029 1726888108.98488: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:28 -0400 (0:00:00.028) 0:02:01.708 ****** 138029 1726888108.98518: entering _queue_task() for managed_node3/assert 138029 1726888108.98983: worker is 1 (out of 1 available) 138029 1726888108.98992: exiting _queue_task() for managed_node3/assert 138029 1726888108.99001: done queuing things up, now waiting for results queue to drain 138029 1726888108.99002: waiting for pending results... 138029 1726888108.99074: running TaskExecutor() for managed_node3/TASK: Check LUKS key size 138029 1726888108.99228: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001028 138029 1726888108.99261: variable 'ansible_search_path' from source: unknown 138029 1726888108.99289: calling self._execute() 138029 1726888108.99400: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888108.99404: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888108.99413: variable 'omit' from source: magic vars 138029 1726888108.99685: variable '_storage_test_volume_present' from source: set_fact 138029 1726888108.99691: Evaluated conditional (_storage_test_volume_present): True 138029 1726888108.99776: variable 'storage_test_volume' from source: include params 138029 1726888108.99795: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888108.99799: when evaluation is False, skipping this task 138029 1726888108.99802: _execute() done 138029 1726888108.99805: dumping result to json 138029 1726888108.99807: done dumping result, returning 138029 1726888108.99811: done running TaskExecutor() for managed_node3/TASK: Check LUKS key size [0affc8a3-6f6f-5a58-73a2-000000001028] 138029 1726888108.99816: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001028 138029 1726888108.99915: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001028 138029 1726888108.99918: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888108.99964: no more pending results, returning what we have 138029 1726888108.99968: results queue empty 138029 1726888108.99969: checking for any_errors_fatal 138029 1726888108.99980: done checking for any_errors_fatal 138029 1726888108.99981: checking for max_fail_percentage 138029 1726888108.99983: done checking for max_fail_percentage 138029 1726888108.99984: checking to see if all hosts have failed and the running result is not ok 138029 1726888108.99985: done checking to see if all hosts have failed 138029 1726888108.99985: getting the remaining hosts for this loop 138029 1726888108.99987: done getting the remaining hosts for this loop 138029 1726888108.99990: getting the next task for host managed_node3 138029 1726888108.99997: done getting next task for host managed_node3 138029 1726888108.99999: ^ task is: TASK: Check LUKS cipher 138029 1726888109.00005: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.00008: getting variables 138029 1726888109.00010: in VariableManager get_vars() 138029 1726888109.00035: Calling all_inventory to load vars for managed_node3 138029 1726888109.00037: Calling groups_inventory to load vars for managed_node3 138029 1726888109.00040: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.00049: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.00051: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.00054: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.00420: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.00808: done with get_vars() 138029 1726888109.00819: done getting variables 138029 1726888109.00863: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:29 -0400 (0:00:00.023) 0:02:01.732 ****** 138029 1726888109.00887: entering _queue_task() for managed_node3/assert 138029 1726888109.01103: worker is 1 (out of 1 available) 138029 1726888109.01116: exiting _queue_task() for managed_node3/assert 138029 1726888109.01132: done queuing things up, now waiting for results queue to drain 138029 1726888109.01133: waiting for pending results... 138029 1726888109.01477: running TaskExecutor() for managed_node3/TASK: Check LUKS cipher 138029 1726888109.01514: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001029 138029 1726888109.01536: variable 'ansible_search_path' from source: unknown 138029 1726888109.01582: calling self._execute() 138029 1726888109.01766: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.01770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.01774: variable 'omit' from source: magic vars 138029 1726888109.02073: variable '_storage_test_volume_present' from source: set_fact 138029 1726888109.02087: Evaluated conditional (_storage_test_volume_present): True 138029 1726888109.02206: variable 'storage_test_volume' from source: include params 138029 1726888109.02237: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888109.02244: when evaluation is False, skipping this task 138029 1726888109.02251: _execute() done 138029 1726888109.02261: dumping result to json 138029 1726888109.02272: done dumping result, returning 138029 1726888109.02282: done running TaskExecutor() for managed_node3/TASK: Check LUKS cipher [0affc8a3-6f6f-5a58-73a2-000000001029] 138029 1726888109.02292: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001029 138029 1726888109.02536: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001029 138029 1726888109.02540: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888109.02585: no more pending results, returning what we have 138029 1726888109.02588: results queue empty 138029 1726888109.02589: checking for any_errors_fatal 138029 1726888109.02596: done checking for any_errors_fatal 138029 1726888109.02596: checking for max_fail_percentage 138029 1726888109.02598: done checking for max_fail_percentage 138029 1726888109.02599: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.02599: done checking to see if all hosts have failed 138029 1726888109.02600: getting the remaining hosts for this loop 138029 1726888109.02601: done getting the remaining hosts for this loop 138029 1726888109.02604: getting the next task for host managed_node3 138029 1726888109.02613: done getting next task for host managed_node3 138029 1726888109.02615: ^ task is: TASK: Set test variables 138029 1726888109.02620: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.02624: getting variables 138029 1726888109.02625: in VariableManager get_vars() 138029 1726888109.02650: Calling all_inventory to load vars for managed_node3 138029 1726888109.02652: Calling groups_inventory to load vars for managed_node3 138029 1726888109.02657: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.02666: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.02669: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.02671: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.03521: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.04147: done with get_vars() 138029 1726888109.04171: done getting variables 138029 1726888109.04231: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:29 -0400 (0:00:00.033) 0:02:01.766 ****** 138029 1726888109.04270: entering _queue_task() for managed_node3/set_fact 138029 1726888109.04688: worker is 1 (out of 1 available) 138029 1726888109.04701: exiting _queue_task() for managed_node3/set_fact 138029 1726888109.04825: done queuing things up, now waiting for results queue to drain 138029 1726888109.04827: waiting for pending results... 138029 1726888109.04987: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888109.05185: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000102a 138029 1726888109.05208: variable 'ansible_search_path' from source: unknown 138029 1726888109.05253: calling self._execute() 138029 1726888109.05436: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.05440: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.05444: variable 'omit' from source: magic vars 138029 1726888109.05551: variable 'omit' from source: magic vars 138029 1726888109.05641: variable 'omit' from source: magic vars 138029 1726888109.06020: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888109.08191: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888109.08239: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888109.08280: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888109.08312: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888109.08327: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888109.08415: variable 'storage_test_volume' from source: include params 138029 1726888109.08430: variable '_storage_test_volume_present' from source: set_fact 138029 1726888109.08569: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888109.08592: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888109.08610: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888109.08637: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888109.08648: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888109.08683: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888109.08700: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888109.08716: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888109.08739: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888109.08757: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888109.08799: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888109.08816: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888109.08832: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888109.08857: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888109.08872: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888109.08988: variable 'storage_test_crypttab' from source: set_fact 138029 1726888109.08995: variable 'storage_test_volume' from source: include params 138029 1726888109.09097: variable 'storage_test_volume' from source: include params 138029 1726888109.09116: variable 'omit' from source: magic vars 138029 1726888109.09137: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888109.09158: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888109.09177: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888109.09197: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888109.09217: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888109.09227: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888109.09240: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888109.09287: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888109.09290: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.09293: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.09402: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888109.09460: Set connection var ansible_timeout to 10 138029 1726888109.09466: Set connection var ansible_pipelining to False 138029 1726888109.09469: Set connection var ansible_shell_type to sh 138029 1726888109.09471: Set connection var ansible_connection to ssh 138029 1726888109.09473: Set connection var ansible_shell_executable to /bin/sh 138029 1726888109.09475: variable 'ansible_shell_executable' from source: unknown 138029 1726888109.09477: variable 'ansible_connection' from source: unknown 138029 1726888109.09479: variable 'ansible_module_compression' from source: unknown 138029 1726888109.09487: variable 'ansible_shell_type' from source: unknown 138029 1726888109.09494: variable 'ansible_shell_executable' from source: unknown 138029 1726888109.09502: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.09523: variable 'ansible_pipelining' from source: unknown 138029 1726888109.09531: variable 'ansible_timeout' from source: unknown 138029 1726888109.09761: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.09765: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888109.09776: variable 'omit' from source: magic vars 138029 1726888109.09778: starting attempt loop 138029 1726888109.09780: running the handler 138029 1726888109.09781: handler run complete 138029 1726888109.09784: attempt loop complete, returning result 138029 1726888109.09786: _execute() done 138029 1726888109.09788: dumping result to json 138029 1726888109.09789: done dumping result, returning 138029 1726888109.09791: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-00000000102a] 138029 1726888109.09793: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000102a 138029 1726888109.09863: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000102a 138029 1726888109.09867: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 138029 1726888109.09927: no more pending results, returning what we have 138029 1726888109.09931: results queue empty 138029 1726888109.09932: checking for any_errors_fatal 138029 1726888109.09941: done checking for any_errors_fatal 138029 1726888109.09942: checking for max_fail_percentage 138029 1726888109.09943: done checking for max_fail_percentage 138029 1726888109.09944: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.09945: done checking to see if all hosts have failed 138029 1726888109.09946: getting the remaining hosts for this loop 138029 1726888109.09947: done getting the remaining hosts for this loop 138029 1726888109.09951: getting the next task for host managed_node3 138029 1726888109.09962: done getting next task for host managed_node3 138029 1726888109.09964: ^ task is: TASK: Check for /etc/crypttab entry 138029 1726888109.09971: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.09978: getting variables 138029 1726888109.09980: in VariableManager get_vars() 138029 1726888109.10014: Calling all_inventory to load vars for managed_node3 138029 1726888109.10017: Calling groups_inventory to load vars for managed_node3 138029 1726888109.10021: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.10031: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.10036: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.10039: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.10660: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.11048: done with get_vars() 138029 1726888109.11065: done getting variables 138029 1726888109.11106: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:29 -0400 (0:00:00.068) 0:02:01.834 ****** 138029 1726888109.11127: entering _queue_task() for managed_node3/assert 138029 1726888109.11338: worker is 1 (out of 1 available) 138029 1726888109.11350: exiting _queue_task() for managed_node3/assert 138029 1726888109.11367: done queuing things up, now waiting for results queue to drain 138029 1726888109.11369: waiting for pending results... 138029 1726888109.11545: running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry 138029 1726888109.11635: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000102b 138029 1726888109.11647: variable 'ansible_search_path' from source: unknown 138029 1726888109.11678: calling self._execute() 138029 1726888109.11768: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.11772: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.11779: variable 'omit' from source: magic vars 138029 1726888109.11861: variable 'omit' from source: magic vars 138029 1726888109.11904: variable 'omit' from source: magic vars 138029 1726888109.12088: variable 'storage_test_volume' from source: include params 138029 1726888109.12123: variable 'omit' from source: magic vars 138029 1726888109.12157: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888109.12186: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888109.12200: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888109.12214: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888109.12224: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888109.12244: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888109.12276: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888109.12297: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888109.12300: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.12303: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.12515: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888109.12518: Set connection var ansible_timeout to 10 138029 1726888109.12520: Set connection var ansible_pipelining to False 138029 1726888109.12522: Set connection var ansible_shell_type to sh 138029 1726888109.12524: Set connection var ansible_connection to ssh 138029 1726888109.12526: Set connection var ansible_shell_executable to /bin/sh 138029 1726888109.12528: variable 'ansible_shell_executable' from source: unknown 138029 1726888109.12529: variable 'ansible_connection' from source: unknown 138029 1726888109.12534: variable 'ansible_module_compression' from source: unknown 138029 1726888109.12542: variable 'ansible_shell_type' from source: unknown 138029 1726888109.12548: variable 'ansible_shell_executable' from source: unknown 138029 1726888109.12558: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.12576: variable 'ansible_pipelining' from source: unknown 138029 1726888109.12583: variable 'ansible_timeout' from source: unknown 138029 1726888109.12591: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.12730: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888109.12761: variable 'omit' from source: magic vars 138029 1726888109.12764: starting attempt loop 138029 1726888109.12767: running the handler 138029 1726888109.12959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888109.14714: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888109.14770: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888109.14796: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888109.14822: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888109.14843: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888109.14897: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888109.14916: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888109.14933: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888109.14965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888109.14979: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888109.15012: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888109.15028: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888109.15044: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888109.15077: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888109.15088: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888109.15234: variable '_storage_test_crypttab_entries' from source: set_fact 138029 1726888109.15237: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888109.15240: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 138029 1726888109.15242: handler run complete 138029 1726888109.15244: attempt loop complete, returning result 138029 1726888109.15247: _execute() done 138029 1726888109.15249: dumping result to json 138029 1726888109.15251: done dumping result, returning 138029 1726888109.15254: done running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-5a58-73a2-00000000102b] 138029 1726888109.15258: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000102b 138029 1726888109.15325: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000102b 138029 1726888109.15327: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888109.15376: no more pending results, returning what we have 138029 1726888109.15385: results queue empty 138029 1726888109.15386: checking for any_errors_fatal 138029 1726888109.15396: done checking for any_errors_fatal 138029 1726888109.15397: checking for max_fail_percentage 138029 1726888109.15399: done checking for max_fail_percentage 138029 1726888109.15400: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.15400: done checking to see if all hosts have failed 138029 1726888109.15401: getting the remaining hosts for this loop 138029 1726888109.15403: done getting the remaining hosts for this loop 138029 1726888109.15406: getting the next task for host managed_node3 138029 1726888109.15414: done getting next task for host managed_node3 138029 1726888109.15416: ^ task is: TASK: Validate the format of the crypttab entry 138029 1726888109.15421: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.15427: getting variables 138029 1726888109.15428: in VariableManager get_vars() 138029 1726888109.15461: Calling all_inventory to load vars for managed_node3 138029 1726888109.15464: Calling groups_inventory to load vars for managed_node3 138029 1726888109.15467: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.15477: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.15479: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.15481: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.16080: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.16698: done with get_vars() 138029 1726888109.16714: done getting variables 138029 1726888109.16776: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:29 -0400 (0:00:00.056) 0:02:01.891 ****** 138029 1726888109.16810: entering _queue_task() for managed_node3/assert 138029 1726888109.17075: worker is 1 (out of 1 available) 138029 1726888109.17086: exiting _queue_task() for managed_node3/assert 138029 1726888109.17097: done queuing things up, now waiting for results queue to drain 138029 1726888109.17099: waiting for pending results... 138029 1726888109.17477: running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry 138029 1726888109.17535: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000102c 138029 1726888109.17560: variable 'ansible_search_path' from source: unknown 138029 1726888109.17591: calling self._execute() 138029 1726888109.17689: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.17694: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.17703: variable 'omit' from source: magic vars 138029 1726888109.17997: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888109.19861: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888109.19867: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888109.19869: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888109.19871: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888109.19873: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888109.19898: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888109.19931: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888109.19965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888109.20011: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888109.20031: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888109.20150: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888109.20185: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888109.20194: when evaluation is False, skipping this task 138029 1726888109.20202: _execute() done 138029 1726888109.20210: dumping result to json 138029 1726888109.20218: done dumping result, returning 138029 1726888109.20232: done running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-5a58-73a2-00000000102c] 138029 1726888109.20235: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000102c 138029 1726888109.20379: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000102c skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888109.20424: no more pending results, returning what we have 138029 1726888109.20428: results queue empty 138029 1726888109.20429: checking for any_errors_fatal 138029 1726888109.20435: done checking for any_errors_fatal 138029 1726888109.20436: checking for max_fail_percentage 138029 1726888109.20437: done checking for max_fail_percentage 138029 1726888109.20438: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.20439: done checking to see if all hosts have failed 138029 1726888109.20440: getting the remaining hosts for this loop 138029 1726888109.20442: done getting the remaining hosts for this loop 138029 1726888109.20446: getting the next task for host managed_node3 138029 1726888109.20453: done getting next task for host managed_node3 138029 1726888109.20458: ^ task is: TASK: Check backing device of crypttab entry 138029 1726888109.20463: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.20468: getting variables 138029 1726888109.20469: in VariableManager get_vars() 138029 1726888109.20500: Calling all_inventory to load vars for managed_node3 138029 1726888109.20503: Calling groups_inventory to load vars for managed_node3 138029 1726888109.20506: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.20515: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.20517: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.20520: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.20909: WORKER PROCESS EXITING 138029 1726888109.20920: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.21302: done with get_vars() 138029 1726888109.21313: done getting variables 138029 1726888109.21353: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:29 -0400 (0:00:00.045) 0:02:01.937 ****** 138029 1726888109.21380: entering _queue_task() for managed_node3/assert 138029 1726888109.21583: worker is 1 (out of 1 available) 138029 1726888109.21595: exiting _queue_task() for managed_node3/assert 138029 1726888109.21609: done queuing things up, now waiting for results queue to drain 138029 1726888109.21610: waiting for pending results... 138029 1726888109.21793: running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry 138029 1726888109.21882: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000102d 138029 1726888109.21894: variable 'ansible_search_path' from source: unknown 138029 1726888109.21921: calling self._execute() 138029 1726888109.22008: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.22012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.22020: variable 'omit' from source: magic vars 138029 1726888109.22303: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888109.24460: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888109.24464: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888109.24467: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888109.24493: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888109.24525: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888109.24588: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888109.24610: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888109.24627: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888109.24703: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888109.24706: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888109.24840: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888109.24902: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888109.24905: when evaluation is False, skipping this task 138029 1726888109.24927: _execute() done 138029 1726888109.24930: dumping result to json 138029 1726888109.24933: done dumping result, returning 138029 1726888109.24935: done running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-5a58-73a2-00000000102d] 138029 1726888109.24971: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000102d 138029 1726888109.25078: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000102d 138029 1726888109.25081: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888109.25157: no more pending results, returning what we have 138029 1726888109.25161: results queue empty 138029 1726888109.25162: checking for any_errors_fatal 138029 1726888109.25171: done checking for any_errors_fatal 138029 1726888109.25172: checking for max_fail_percentage 138029 1726888109.25174: done checking for max_fail_percentage 138029 1726888109.25175: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.25175: done checking to see if all hosts have failed 138029 1726888109.25176: getting the remaining hosts for this loop 138029 1726888109.25178: done getting the remaining hosts for this loop 138029 1726888109.25182: getting the next task for host managed_node3 138029 1726888109.25189: done getting next task for host managed_node3 138029 1726888109.25191: ^ task is: TASK: Check key file of crypttab entry 138029 1726888109.25197: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.25201: getting variables 138029 1726888109.25203: in VariableManager get_vars() 138029 1726888109.25233: Calling all_inventory to load vars for managed_node3 138029 1726888109.25235: Calling groups_inventory to load vars for managed_node3 138029 1726888109.25238: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.25247: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.25249: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.25251: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.25964: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.26825: done with get_vars() 138029 1726888109.26835: done getting variables 138029 1726888109.26902: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:29 -0400 (0:00:00.055) 0:02:01.992 ****** 138029 1726888109.26937: entering _queue_task() for managed_node3/assert 138029 1726888109.27207: worker is 1 (out of 1 available) 138029 1726888109.27221: exiting _queue_task() for managed_node3/assert 138029 1726888109.27233: done queuing things up, now waiting for results queue to drain 138029 1726888109.27236: waiting for pending results... 138029 1726888109.27611: running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry 138029 1726888109.27667: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000102e 138029 1726888109.27677: variable 'ansible_search_path' from source: unknown 138029 1726888109.27715: calling self._execute() 138029 1726888109.27887: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.27890: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.27893: variable 'omit' from source: magic vars 138029 1726888109.28184: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888109.29869: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888109.29915: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888109.29951: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888109.29980: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888109.30001: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888109.30058: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888109.30080: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888109.30100: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888109.30125: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888109.30136: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888109.30219: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888109.30241: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888109.30259: when evaluation is False, skipping this task 138029 1726888109.30266: _execute() done 138029 1726888109.30269: dumping result to json 138029 1726888109.30272: done dumping result, returning 138029 1726888109.30274: done running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry [0affc8a3-6f6f-5a58-73a2-00000000102e] 138029 1726888109.30276: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000102e 138029 1726888109.30361: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000102e 138029 1726888109.30367: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888109.30410: no more pending results, returning what we have 138029 1726888109.30413: results queue empty 138029 1726888109.30414: checking for any_errors_fatal 138029 1726888109.30424: done checking for any_errors_fatal 138029 1726888109.30425: checking for max_fail_percentage 138029 1726888109.30426: done checking for max_fail_percentage 138029 1726888109.30427: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.30428: done checking to see if all hosts have failed 138029 1726888109.30429: getting the remaining hosts for this loop 138029 1726888109.30431: done getting the remaining hosts for this loop 138029 1726888109.30434: getting the next task for host managed_node3 138029 1726888109.30441: done getting next task for host managed_node3 138029 1726888109.30444: ^ task is: TASK: Clear test variables 138029 1726888109.30450: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.30458: getting variables 138029 1726888109.30459: in VariableManager get_vars() 138029 1726888109.30491: Calling all_inventory to load vars for managed_node3 138029 1726888109.30493: Calling groups_inventory to load vars for managed_node3 138029 1726888109.30496: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.30505: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.30508: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.30510: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.30911: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.31296: done with get_vars() 138029 1726888109.31306: done getting variables 138029 1726888109.31381: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:29 -0400 (0:00:00.044) 0:02:02.037 ****** 138029 1726888109.31438: entering _queue_task() for managed_node3/set_fact 138029 1726888109.31781: worker is 1 (out of 1 available) 138029 1726888109.31794: exiting _queue_task() for managed_node3/set_fact 138029 1726888109.31815: done queuing things up, now waiting for results queue to drain 138029 1726888109.31817: waiting for pending results... 138029 1726888109.32110: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888109.32197: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000102f 138029 1726888109.32225: variable 'ansible_search_path' from source: unknown 138029 1726888109.32260: calling self._execute() 138029 1726888109.32482: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.32486: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.32489: variable 'omit' from source: magic vars 138029 1726888109.32529: variable 'omit' from source: magic vars 138029 1726888109.32583: variable 'omit' from source: magic vars 138029 1726888109.32636: variable 'omit' from source: magic vars 138029 1726888109.32669: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888109.32760: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888109.32763: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888109.32766: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888109.32769: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888109.32873: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888109.32877: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888109.32880: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888109.32882: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.32884: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.32949: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888109.32966: Set connection var ansible_timeout to 10 138029 1726888109.32984: Set connection var ansible_pipelining to False 138029 1726888109.32988: Set connection var ansible_shell_type to sh 138029 1726888109.32990: Set connection var ansible_connection to ssh 138029 1726888109.32993: Set connection var ansible_shell_executable to /bin/sh 138029 1726888109.33046: variable 'ansible_shell_executable' from source: unknown 138029 1726888109.33049: variable 'ansible_connection' from source: unknown 138029 1726888109.33052: variable 'ansible_module_compression' from source: unknown 138029 1726888109.33063: variable 'ansible_shell_type' from source: unknown 138029 1726888109.33066: variable 'ansible_shell_executable' from source: unknown 138029 1726888109.33068: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.33074: variable 'ansible_pipelining' from source: unknown 138029 1726888109.33077: variable 'ansible_timeout' from source: unknown 138029 1726888109.33082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.33178: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888109.33186: variable 'omit' from source: magic vars 138029 1726888109.33191: starting attempt loop 138029 1726888109.33194: running the handler 138029 1726888109.33206: handler run complete 138029 1726888109.33214: attempt loop complete, returning result 138029 1726888109.33217: _execute() done 138029 1726888109.33219: dumping result to json 138029 1726888109.33222: done dumping result, returning 138029 1726888109.33229: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-00000000102f] 138029 1726888109.33233: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000102f 138029 1726888109.33353: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000102f 138029 1726888109.33359: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 138029 1726888109.33436: no more pending results, returning what we have 138029 1726888109.33439: results queue empty 138029 1726888109.33440: checking for any_errors_fatal 138029 1726888109.33447: done checking for any_errors_fatal 138029 1726888109.33447: checking for max_fail_percentage 138029 1726888109.33449: done checking for max_fail_percentage 138029 1726888109.33449: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.33450: done checking to see if all hosts have failed 138029 1726888109.33451: getting the remaining hosts for this loop 138029 1726888109.33452: done getting the remaining hosts for this loop 138029 1726888109.33458: getting the next task for host managed_node3 138029 1726888109.33469: done getting next task for host managed_node3 138029 1726888109.33472: ^ task is: TASK: Get information about RAID 138029 1726888109.33477: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.33485: getting variables 138029 1726888109.33486: in VariableManager get_vars() 138029 1726888109.33515: Calling all_inventory to load vars for managed_node3 138029 1726888109.33518: Calling groups_inventory to load vars for managed_node3 138029 1726888109.33522: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.33531: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.33534: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.33537: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.34012: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.34430: done with get_vars() 138029 1726888109.34445: done getting variables 138029 1726888109.34485: 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:08:29 -0400 (0:00:00.030) 0:02:02.068 ****** 138029 1726888109.34507: entering _queue_task() for managed_node3/command 138029 1726888109.34702: worker is 1 (out of 1 available) 138029 1726888109.34716: exiting _queue_task() for managed_node3/command 138029 1726888109.34727: done queuing things up, now waiting for results queue to drain 138029 1726888109.34729: waiting for pending results... 138029 1726888109.34927: running TaskExecutor() for managed_node3/TASK: Get information about RAID 138029 1726888109.35013: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001033 138029 1726888109.35025: variable 'ansible_search_path' from source: unknown 138029 1726888109.35053: calling self._execute() 138029 1726888109.35144: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.35148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.35158: variable 'omit' from source: magic vars 138029 1726888109.35524: variable 'storage_test_volume' from source: include params 138029 1726888109.35561: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888109.35567: when evaluation is False, skipping this task 138029 1726888109.35574: _execute() done 138029 1726888109.35577: dumping result to json 138029 1726888109.35580: done dumping result, returning 138029 1726888109.35582: done running TaskExecutor() for managed_node3/TASK: Get information about RAID [0affc8a3-6f6f-5a58-73a2-000000001033] 138029 1726888109.35585: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001033 138029 1726888109.35718: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001033 138029 1726888109.35720: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888109.35790: no more pending results, returning what we have 138029 1726888109.35793: results queue empty 138029 1726888109.35794: checking for any_errors_fatal 138029 1726888109.35800: done checking for any_errors_fatal 138029 1726888109.35801: checking for max_fail_percentage 138029 1726888109.35802: done checking for max_fail_percentage 138029 1726888109.35803: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.35804: done checking to see if all hosts have failed 138029 1726888109.35804: getting the remaining hosts for this loop 138029 1726888109.35806: done getting the remaining hosts for this loop 138029 1726888109.35808: getting the next task for host managed_node3 138029 1726888109.35815: done getting next task for host managed_node3 138029 1726888109.35817: ^ task is: TASK: Set active devices regex 138029 1726888109.35823: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.35826: getting variables 138029 1726888109.35827: in VariableManager get_vars() 138029 1726888109.35854: Calling all_inventory to load vars for managed_node3 138029 1726888109.35859: Calling groups_inventory to load vars for managed_node3 138029 1726888109.35864: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.35873: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.35875: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.35877: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.36267: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.36672: done with get_vars() 138029 1726888109.36682: done getting variables 138029 1726888109.36721: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:29 -0400 (0:00:00.022) 0:02:02.090 ****** 138029 1726888109.36742: entering _queue_task() for managed_node3/set_fact 138029 1726888109.36961: worker is 1 (out of 1 available) 138029 1726888109.36976: exiting _queue_task() for managed_node3/set_fact 138029 1726888109.36989: done queuing things up, now waiting for results queue to drain 138029 1726888109.36991: waiting for pending results... 138029 1726888109.37202: running TaskExecutor() for managed_node3/TASK: Set active devices regex 138029 1726888109.37331: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001034 138029 1726888109.37343: variable 'ansible_search_path' from source: unknown 138029 1726888109.37414: calling self._execute() 138029 1726888109.37464: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.37469: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.37479: variable 'omit' from source: magic vars 138029 1726888109.37785: variable 'storage_test_volume' from source: include params 138029 1726888109.37806: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888109.37810: when evaluation is False, skipping this task 138029 1726888109.37813: _execute() done 138029 1726888109.37815: dumping result to json 138029 1726888109.37818: done dumping result, returning 138029 1726888109.37825: done running TaskExecutor() for managed_node3/TASK: Set active devices regex [0affc8a3-6f6f-5a58-73a2-000000001034] 138029 1726888109.37828: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001034 138029 1726888109.37950: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001034 138029 1726888109.37953: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888109.38008: no more pending results, returning what we have 138029 1726888109.38011: results queue empty 138029 1726888109.38011: checking for any_errors_fatal 138029 1726888109.38018: done checking for any_errors_fatal 138029 1726888109.38018: checking for max_fail_percentage 138029 1726888109.38020: done checking for max_fail_percentage 138029 1726888109.38020: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.38021: done checking to see if all hosts have failed 138029 1726888109.38022: getting the remaining hosts for this loop 138029 1726888109.38023: done getting the remaining hosts for this loop 138029 1726888109.38025: getting the next task for host managed_node3 138029 1726888109.38032: done getting next task for host managed_node3 138029 1726888109.38034: ^ task is: TASK: Set spare devices regex 138029 1726888109.38040: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.38043: getting variables 138029 1726888109.38044: in VariableManager get_vars() 138029 1726888109.38101: Calling all_inventory to load vars for managed_node3 138029 1726888109.38103: Calling groups_inventory to load vars for managed_node3 138029 1726888109.38105: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.38112: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.38114: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.38115: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.38638: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.39466: done with get_vars() 138029 1726888109.39476: done getting variables 138029 1726888109.39517: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:29 -0400 (0:00:00.027) 0:02:02.118 ****** 138029 1726888109.39540: entering _queue_task() for managed_node3/set_fact 138029 1726888109.39740: worker is 1 (out of 1 available) 138029 1726888109.39753: exiting _queue_task() for managed_node3/set_fact 138029 1726888109.39769: done queuing things up, now waiting for results queue to drain 138029 1726888109.39771: waiting for pending results... 138029 1726888109.39960: running TaskExecutor() for managed_node3/TASK: Set spare devices regex 138029 1726888109.40067: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001035 138029 1726888109.40077: variable 'ansible_search_path' from source: unknown 138029 1726888109.40113: calling self._execute() 138029 1726888109.40193: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.40197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.40207: variable 'omit' from source: magic vars 138029 1726888109.40501: variable 'storage_test_volume' from source: include params 138029 1726888109.40523: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888109.40526: when evaluation is False, skipping this task 138029 1726888109.40529: _execute() done 138029 1726888109.40532: dumping result to json 138029 1726888109.40534: done dumping result, returning 138029 1726888109.40545: done running TaskExecutor() for managed_node3/TASK: Set spare devices regex [0affc8a3-6f6f-5a58-73a2-000000001035] 138029 1726888109.40548: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001035 138029 1726888109.40637: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001035 138029 1726888109.40640: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888109.40696: no more pending results, returning what we have 138029 1726888109.40699: results queue empty 138029 1726888109.40700: checking for any_errors_fatal 138029 1726888109.40706: done checking for any_errors_fatal 138029 1726888109.40707: checking for max_fail_percentage 138029 1726888109.40709: done checking for max_fail_percentage 138029 1726888109.40710: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.40710: done checking to see if all hosts have failed 138029 1726888109.40711: getting the remaining hosts for this loop 138029 1726888109.40712: done getting the remaining hosts for this loop 138029 1726888109.40716: getting the next task for host managed_node3 138029 1726888109.40723: done getting next task for host managed_node3 138029 1726888109.40725: ^ task is: TASK: Set md version regex 138029 1726888109.40731: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.40735: getting variables 138029 1726888109.40736: in VariableManager get_vars() 138029 1726888109.40766: Calling all_inventory to load vars for managed_node3 138029 1726888109.40769: Calling groups_inventory to load vars for managed_node3 138029 1726888109.40771: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.40780: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.40783: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.40785: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.41226: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.41819: done with get_vars() 138029 1726888109.41831: done getting variables 138029 1726888109.41875: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:29 -0400 (0:00:00.023) 0:02:02.142 ****** 138029 1726888109.41897: entering _queue_task() for managed_node3/set_fact 138029 1726888109.42169: worker is 1 (out of 1 available) 138029 1726888109.42182: exiting _queue_task() for managed_node3/set_fact 138029 1726888109.42197: done queuing things up, now waiting for results queue to drain 138029 1726888109.42199: waiting for pending results... 138029 1726888109.42427: running TaskExecutor() for managed_node3/TASK: Set md version regex 138029 1726888109.42510: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001036 138029 1726888109.42522: variable 'ansible_search_path' from source: unknown 138029 1726888109.42552: calling self._execute() 138029 1726888109.42637: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.42641: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.42652: variable 'omit' from source: magic vars 138029 1726888109.43160: variable 'storage_test_volume' from source: include params 138029 1726888109.43163: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888109.43166: when evaluation is False, skipping this task 138029 1726888109.43168: _execute() done 138029 1726888109.43169: dumping result to json 138029 1726888109.43171: done dumping result, returning 138029 1726888109.43174: done running TaskExecutor() for managed_node3/TASK: Set md version regex [0affc8a3-6f6f-5a58-73a2-000000001036] 138029 1726888109.43176: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001036 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888109.43286: no more pending results, returning what we have 138029 1726888109.43290: results queue empty 138029 1726888109.43291: checking for any_errors_fatal 138029 1726888109.43300: done checking for any_errors_fatal 138029 1726888109.43301: checking for max_fail_percentage 138029 1726888109.43303: done checking for max_fail_percentage 138029 1726888109.43304: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.43305: done checking to see if all hosts have failed 138029 1726888109.43305: getting the remaining hosts for this loop 138029 1726888109.43307: done getting the remaining hosts for this loop 138029 1726888109.43311: getting the next task for host managed_node3 138029 1726888109.43319: done getting next task for host managed_node3 138029 1726888109.43322: ^ task is: TASK: Set chunk size regex 138029 1726888109.43329: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.43333: getting variables 138029 1726888109.43335: in VariableManager get_vars() 138029 1726888109.43369: Calling all_inventory to load vars for managed_node3 138029 1726888109.43372: Calling groups_inventory to load vars for managed_node3 138029 1726888109.43377: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.43389: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.43394: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.43397: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.43969: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001036 138029 1726888109.43972: WORKER PROCESS EXITING 138029 1726888109.44148: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.44746: done with get_vars() 138029 1726888109.44764: done getting variables 138029 1726888109.44807: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:29 -0400 (0:00:00.029) 0:02:02.171 ****** 138029 1726888109.44831: entering _queue_task() for managed_node3/set_fact 138029 1726888109.45026: worker is 1 (out of 1 available) 138029 1726888109.45040: exiting _queue_task() for managed_node3/set_fact 138029 1726888109.45054: done queuing things up, now waiting for results queue to drain 138029 1726888109.45057: waiting for pending results... 138029 1726888109.45244: running TaskExecutor() for managed_node3/TASK: Set chunk size regex 138029 1726888109.45338: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001037 138029 1726888109.45350: variable 'ansible_search_path' from source: unknown 138029 1726888109.45382: calling self._execute() 138029 1726888109.45473: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.45477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.45486: variable 'omit' from source: magic vars 138029 1726888109.45776: variable 'storage_test_volume' from source: include params 138029 1726888109.45799: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888109.45802: when evaluation is False, skipping this task 138029 1726888109.45805: _execute() done 138029 1726888109.45808: dumping result to json 138029 1726888109.45810: done dumping result, returning 138029 1726888109.45817: done running TaskExecutor() for managed_node3/TASK: Set chunk size regex [0affc8a3-6f6f-5a58-73a2-000000001037] 138029 1726888109.45823: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001037 138029 1726888109.45915: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001037 138029 1726888109.45918: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888109.45976: no more pending results, returning what we have 138029 1726888109.45979: results queue empty 138029 1726888109.45980: checking for any_errors_fatal 138029 1726888109.45987: done checking for any_errors_fatal 138029 1726888109.45988: checking for max_fail_percentage 138029 1726888109.45989: done checking for max_fail_percentage 138029 1726888109.45990: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.45990: done checking to see if all hosts have failed 138029 1726888109.45991: getting the remaining hosts for this loop 138029 1726888109.45992: done getting the remaining hosts for this loop 138029 1726888109.45995: getting the next task for host managed_node3 138029 1726888109.46001: done getting next task for host managed_node3 138029 1726888109.46003: ^ task is: TASK: Parse the chunk size 138029 1726888109.46009: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.46012: getting variables 138029 1726888109.46013: in VariableManager get_vars() 138029 1726888109.46038: Calling all_inventory to load vars for managed_node3 138029 1726888109.46040: Calling groups_inventory to load vars for managed_node3 138029 1726888109.46043: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.46051: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.46054: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.46059: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.46410: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.47057: done with get_vars() 138029 1726888109.47071: 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:08:29 -0400 (0:00:00.023) 0:02:02.194 ****** 138029 1726888109.47139: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888109.47373: worker is 1 (out of 1 available) 138029 1726888109.47387: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888109.47399: done queuing things up, now waiting for results queue to drain 138029 1726888109.47401: waiting for pending results... 138029 1726888109.47874: running TaskExecutor() for managed_node3/TASK: Parse the chunk size 138029 1726888109.47878: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001038 138029 1726888109.47881: variable 'ansible_search_path' from source: unknown 138029 1726888109.47884: calling self._execute() 138029 1726888109.48000: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.48013: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.48025: variable 'omit' from source: magic vars 138029 1726888109.48415: variable 'storage_test_volume' from source: include params 138029 1726888109.48451: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888109.48462: when evaluation is False, skipping this task 138029 1726888109.48470: _execute() done 138029 1726888109.48476: dumping result to json 138029 1726888109.48483: done dumping result, returning 138029 1726888109.48493: done running TaskExecutor() for managed_node3/TASK: Parse the chunk size [0affc8a3-6f6f-5a58-73a2-000000001038] 138029 1726888109.48503: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001038 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888109.48701: no more pending results, returning what we have 138029 1726888109.48705: results queue empty 138029 1726888109.48706: checking for any_errors_fatal 138029 1726888109.48715: done checking for any_errors_fatal 138029 1726888109.48716: checking for max_fail_percentage 138029 1726888109.48718: done checking for max_fail_percentage 138029 1726888109.48719: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.48720: done checking to see if all hosts have failed 138029 1726888109.48720: getting the remaining hosts for this loop 138029 1726888109.48722: done getting the remaining hosts for this loop 138029 1726888109.48726: getting the next task for host managed_node3 138029 1726888109.48734: done getting next task for host managed_node3 138029 1726888109.48737: ^ task is: TASK: Check RAID active devices count 138029 1726888109.48743: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.48748: getting variables 138029 1726888109.48750: in VariableManager get_vars() 138029 1726888109.48785: Calling all_inventory to load vars for managed_node3 138029 1726888109.48789: Calling groups_inventory to load vars for managed_node3 138029 1726888109.48792: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.48805: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.48809: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.48812: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.49470: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001038 138029 1726888109.49474: WORKER PROCESS EXITING 138029 1726888109.49599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.50507: done with get_vars() 138029 1726888109.50520: done getting variables 138029 1726888109.50576: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:29 -0400 (0:00:00.034) 0:02:02.229 ****** 138029 1726888109.50608: entering _queue_task() for managed_node3/assert 138029 1726888109.51084: worker is 1 (out of 1 available) 138029 1726888109.51092: exiting _queue_task() for managed_node3/assert 138029 1726888109.51101: done queuing things up, now waiting for results queue to drain 138029 1726888109.51102: waiting for pending results... 138029 1726888109.51160: running TaskExecutor() for managed_node3/TASK: Check RAID active devices count 138029 1726888109.51332: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001039 138029 1726888109.51352: variable 'ansible_search_path' from source: unknown 138029 1726888109.51393: calling self._execute() 138029 1726888109.51512: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.51524: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.51537: variable 'omit' from source: magic vars 138029 1726888109.51936: variable 'storage_test_volume' from source: include params 138029 1726888109.51972: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888109.51986: when evaluation is False, skipping this task 138029 1726888109.51995: _execute() done 138029 1726888109.52002: dumping result to json 138029 1726888109.52010: done dumping result, returning 138029 1726888109.52021: done running TaskExecutor() for managed_node3/TASK: Check RAID active devices count [0affc8a3-6f6f-5a58-73a2-000000001039] 138029 1726888109.52031: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001039 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888109.52263: no more pending results, returning what we have 138029 1726888109.52267: results queue empty 138029 1726888109.52268: checking for any_errors_fatal 138029 1726888109.52278: done checking for any_errors_fatal 138029 1726888109.52279: checking for max_fail_percentage 138029 1726888109.52281: done checking for max_fail_percentage 138029 1726888109.52282: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.52282: done checking to see if all hosts have failed 138029 1726888109.52283: getting the remaining hosts for this loop 138029 1726888109.52284: done getting the remaining hosts for this loop 138029 1726888109.52289: getting the next task for host managed_node3 138029 1726888109.52298: done getting next task for host managed_node3 138029 1726888109.52302: ^ task is: TASK: Check RAID spare devices count 138029 1726888109.52311: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.52318: getting variables 138029 1726888109.52320: in VariableManager get_vars() 138029 1726888109.52360: Calling all_inventory to load vars for managed_node3 138029 1726888109.52363: Calling groups_inventory to load vars for managed_node3 138029 1726888109.52366: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.52380: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.52384: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.52387: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.52968: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001039 138029 1726888109.52972: WORKER PROCESS EXITING 138029 1726888109.53196: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.53854: done with get_vars() 138029 1726888109.53872: done getting variables 138029 1726888109.53930: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:29 -0400 (0:00:00.033) 0:02:02.263 ****** 138029 1726888109.53967: entering _queue_task() for managed_node3/assert 138029 1726888109.54240: worker is 1 (out of 1 available) 138029 1726888109.54254: exiting _queue_task() for managed_node3/assert 138029 1726888109.54369: done queuing things up, now waiting for results queue to drain 138029 1726888109.54372: waiting for pending results... 138029 1726888109.54569: running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count 138029 1726888109.54732: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000103a 138029 1726888109.54754: variable 'ansible_search_path' from source: unknown 138029 1726888109.54797: calling self._execute() 138029 1726888109.54914: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.54930: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.54944: variable 'omit' from source: magic vars 138029 1726888109.55322: variable 'storage_test_volume' from source: include params 138029 1726888109.55361: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888109.55370: when evaluation is False, skipping this task 138029 1726888109.55461: _execute() done 138029 1726888109.55466: dumping result to json 138029 1726888109.55468: done dumping result, returning 138029 1726888109.55471: done running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count [0affc8a3-6f6f-5a58-73a2-00000000103a] 138029 1726888109.55474: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000103a 138029 1726888109.55552: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000103a 138029 1726888109.55557: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888109.55602: no more pending results, returning what we have 138029 1726888109.55606: results queue empty 138029 1726888109.55608: checking for any_errors_fatal 138029 1726888109.55616: done checking for any_errors_fatal 138029 1726888109.55617: checking for max_fail_percentage 138029 1726888109.55619: done checking for max_fail_percentage 138029 1726888109.55620: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.55620: done checking to see if all hosts have failed 138029 1726888109.55621: getting the remaining hosts for this loop 138029 1726888109.55623: done getting the remaining hosts for this loop 138029 1726888109.55627: getting the next task for host managed_node3 138029 1726888109.55635: done getting next task for host managed_node3 138029 1726888109.55637: ^ task is: TASK: Check RAID metadata version 138029 1726888109.55644: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.55649: getting variables 138029 1726888109.55650: in VariableManager get_vars() 138029 1726888109.55684: Calling all_inventory to load vars for managed_node3 138029 1726888109.55687: Calling groups_inventory to load vars for managed_node3 138029 1726888109.55691: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.55703: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.55707: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.55710: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.56498: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.57198: done with get_vars() 138029 1726888109.57213: done getting variables 138029 1726888109.57272: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:29 -0400 (0:00:00.033) 0:02:02.296 ****** 138029 1726888109.57303: entering _queue_task() for managed_node3/assert 138029 1726888109.57791: worker is 1 (out of 1 available) 138029 1726888109.57799: exiting _queue_task() for managed_node3/assert 138029 1726888109.57810: done queuing things up, now waiting for results queue to drain 138029 1726888109.57812: waiting for pending results... 138029 1726888109.58050: running TaskExecutor() for managed_node3/TASK: Check RAID metadata version 138029 1726888109.58060: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000103b 138029 1726888109.58064: variable 'ansible_search_path' from source: unknown 138029 1726888109.58106: calling self._execute() 138029 1726888109.58229: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.58242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.58263: variable 'omit' from source: magic vars 138029 1726888109.58683: variable 'storage_test_volume' from source: include params 138029 1726888109.58723: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888109.58731: when evaluation is False, skipping this task 138029 1726888109.58740: _execute() done 138029 1726888109.58748: dumping result to json 138029 1726888109.58756: done dumping result, returning 138029 1726888109.58770: done running TaskExecutor() for managed_node3/TASK: Check RAID metadata version [0affc8a3-6f6f-5a58-73a2-00000000103b] 138029 1726888109.58781: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000103b skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888109.58949: no more pending results, returning what we have 138029 1726888109.58954: results queue empty 138029 1726888109.58957: checking for any_errors_fatal 138029 1726888109.58969: done checking for any_errors_fatal 138029 1726888109.58970: checking for max_fail_percentage 138029 1726888109.58972: done checking for max_fail_percentage 138029 1726888109.58973: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.58974: done checking to see if all hosts have failed 138029 1726888109.58974: getting the remaining hosts for this loop 138029 1726888109.58976: done getting the remaining hosts for this loop 138029 1726888109.58980: getting the next task for host managed_node3 138029 1726888109.58989: done getting next task for host managed_node3 138029 1726888109.58992: ^ task is: TASK: Check RAID chunk size 138029 1726888109.58999: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.59004: getting variables 138029 1726888109.59006: in VariableManager get_vars() 138029 1726888109.59041: Calling all_inventory to load vars for managed_node3 138029 1726888109.59044: Calling groups_inventory to load vars for managed_node3 138029 1726888109.59047: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.59163: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.59168: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.59173: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.59872: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000103b 138029 1726888109.59876: WORKER PROCESS EXITING 138029 1726888109.59941: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.60583: done with get_vars() 138029 1726888109.60597: done getting variables 138029 1726888109.60652: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:29 -0400 (0:00:00.033) 0:02:02.330 ****** 138029 1726888109.60684: entering _queue_task() for managed_node3/assert 138029 1726888109.60933: worker is 1 (out of 1 available) 138029 1726888109.60947: exiting _queue_task() for managed_node3/assert 138029 1726888109.61163: done queuing things up, now waiting for results queue to drain 138029 1726888109.61165: waiting for pending results... 138029 1726888109.61243: running TaskExecutor() for managed_node3/TASK: Check RAID chunk size 138029 1726888109.61393: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000103c 138029 1726888109.61412: variable 'ansible_search_path' from source: unknown 138029 1726888109.61449: calling self._execute() 138029 1726888109.61565: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.61577: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.61590: variable 'omit' from source: magic vars 138029 1726888109.61983: variable 'storage_test_volume' from source: include params 138029 1726888109.62014: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888109.62021: when evaluation is False, skipping this task 138029 1726888109.62026: _execute() done 138029 1726888109.62032: dumping result to json 138029 1726888109.62043: done dumping result, returning 138029 1726888109.62052: done running TaskExecutor() for managed_node3/TASK: Check RAID chunk size [0affc8a3-6f6f-5a58-73a2-00000000103c] 138029 1726888109.62062: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000103c 138029 1726888109.62262: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000103c 138029 1726888109.62266: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888109.62317: no more pending results, returning what we have 138029 1726888109.62321: results queue empty 138029 1726888109.62322: checking for any_errors_fatal 138029 1726888109.62330: done checking for any_errors_fatal 138029 1726888109.62330: checking for max_fail_percentage 138029 1726888109.62333: done checking for max_fail_percentage 138029 1726888109.62334: checking to see if all hosts have failed and the running result is not ok 138029 1726888109.62334: done checking to see if all hosts have failed 138029 1726888109.62335: getting the remaining hosts for this loop 138029 1726888109.62337: done getting the remaining hosts for this loop 138029 1726888109.62341: getting the next task for host managed_node3 138029 1726888109.62354: done getting next task for host managed_node3 138029 1726888109.62360: ^ task is: TASK: Parse the actual size of the volume 138029 1726888109.62366: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888109.62372: getting variables 138029 1726888109.62374: in VariableManager get_vars() 138029 1726888109.62409: Calling all_inventory to load vars for managed_node3 138029 1726888109.62413: Calling groups_inventory to load vars for managed_node3 138029 1726888109.62416: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888109.62430: Calling all_plugins_play to load vars for managed_node3 138029 1726888109.62434: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888109.62437: Calling groups_plugins_play to load vars for managed_node3 138029 1726888109.63179: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888109.64089: done with get_vars() 138029 1726888109.64103: 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:08:29 -0400 (0:00:00.034) 0:02:02.365 ****** 138029 1726888109.64186: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888109.64494: worker is 1 (out of 1 available) 138029 1726888109.64507: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888109.64519: done queuing things up, now waiting for results queue to drain 138029 1726888109.64521: waiting for pending results... 138029 1726888109.64780: running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume 138029 1726888109.64982: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001040 138029 1726888109.64986: variable 'ansible_search_path' from source: unknown 138029 1726888109.64990: calling self._execute() 138029 1726888109.65107: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.65117: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.65129: variable 'omit' from source: magic vars 138029 1726888109.65511: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888109.67624: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888109.67697: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888109.67752: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888109.67960: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888109.67964: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888109.67966: variable '_storage_test_volume_present' from source: set_fact 138029 1726888109.67969: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888109.68114: variable 'storage_test_volume' from source: include params 138029 1726888109.68147: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): True 138029 1726888109.68161: variable 'omit' from source: magic vars 138029 1726888109.68236: variable 'omit' from source: magic vars 138029 1726888109.68379: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888109.68413: variable 'storage_test_volume' from source: include params 138029 1726888109.68453: variable 'omit' from source: magic vars 138029 1726888109.68488: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888109.68527: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888109.68550: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888109.68577: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888109.68593: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888109.68614: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888109.68640: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888109.68676: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888109.68684: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.68693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.68818: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888109.68828: Set connection var ansible_timeout to 10 138029 1726888109.68835: Set connection var ansible_pipelining to False 138029 1726888109.68845: Set connection var ansible_shell_type to sh 138029 1726888109.68850: Set connection var ansible_connection to ssh 138029 1726888109.68953: Set connection var ansible_shell_executable to /bin/sh 138029 1726888109.68959: variable 'ansible_shell_executable' from source: unknown 138029 1726888109.68961: variable 'ansible_connection' from source: unknown 138029 1726888109.68963: variable 'ansible_module_compression' from source: unknown 138029 1726888109.68965: variable 'ansible_shell_type' from source: unknown 138029 1726888109.68967: variable 'ansible_shell_executable' from source: unknown 138029 1726888109.68969: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888109.68970: variable 'ansible_pipelining' from source: unknown 138029 1726888109.68972: variable 'ansible_timeout' from source: unknown 138029 1726888109.68974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888109.69043: 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) 138029 1726888109.69061: variable 'omit' from source: magic vars 138029 1726888109.69070: starting attempt loop 138029 1726888109.69075: running the handler 138029 1726888109.69088: _low_level_execute_command(): starting 138029 1726888109.69097: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888109.69837: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888109.69842: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888109.69887: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888109.69915: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888109.69940: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888109.70018: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888109.71742: stdout chunk (state=3): >>>/root <<< 138029 1726888109.71883: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888109.71887: stdout chunk (state=3): >>><<< 138029 1726888109.71890: stderr chunk (state=3): >>><<< 138029 1726888109.71997: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888109.72018: _low_level_execute_command(): starting 138029 1726888109.72022: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888109.719157-141520-262228209974373 `" && echo ansible-tmp-1726888109.719157-141520-262228209974373="` echo /root/.ansible/tmp/ansible-tmp-1726888109.719157-141520-262228209974373 `" ) && sleep 0' 138029 1726888109.72575: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888109.72620: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888109.72646: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888109.72664: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888109.72738: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888109.82885: stdout chunk (state=3): >>>ansible-tmp-1726888109.719157-141520-262228209974373=/root/.ansible/tmp/ansible-tmp-1726888109.719157-141520-262228209974373 <<< 138029 1726888109.83046: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888109.83049: stdout chunk (state=3): >>><<< 138029 1726888109.83052: stderr chunk (state=3): >>><<< 138029 1726888109.83074: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888109.719157-141520-262228209974373=/root/.ansible/tmp/ansible-tmp-1726888109.719157-141520-262228209974373 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888109.83168: variable 'ansible_module_compression' from source: unknown 138029 1726888109.83262: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888109.83266: variable 'ansible_facts' from source: unknown 138029 1726888109.83313: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888109.719157-141520-262228209974373/AnsiballZ_bsize.py 138029 1726888109.83479: Sending initial data 138029 1726888109.83488: Sent initial data (155 bytes) 138029 1726888109.84001: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888109.84022: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888109.84035: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888109.84047: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888109.84108: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888109.84121: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888109.84178: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888109.85733: 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 <<< 138029 1726888109.85743: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888109.85777: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888109.85824: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp0m4p8t3_ /root/.ansible/tmp/ansible-tmp-1726888109.719157-141520-262228209974373/AnsiballZ_bsize.py <<< 138029 1726888109.85829: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888109.719157-141520-262228209974373/AnsiballZ_bsize.py" <<< 138029 1726888109.85874: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp0m4p8t3_" to remote "/root/.ansible/tmp/ansible-tmp-1726888109.719157-141520-262228209974373/AnsiballZ_bsize.py" <<< 138029 1726888109.85877: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888109.719157-141520-262228209974373/AnsiballZ_bsize.py" <<< 138029 1726888109.86432: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888109.86469: stderr chunk (state=3): >>><<< 138029 1726888109.86473: stdout chunk (state=3): >>><<< 138029 1726888109.86515: done transferring module to remote 138029 1726888109.86527: _low_level_execute_command(): starting 138029 1726888109.86530: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888109.719157-141520-262228209974373/ /root/.ansible/tmp/ansible-tmp-1726888109.719157-141520-262228209974373/AnsiballZ_bsize.py && sleep 0' 138029 1726888109.86937: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888109.86941: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888109.86966: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888109.87024: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888109.87027: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888109.87082: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888109.88881: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888109.88884: stderr chunk (state=3): >>><<< 138029 1726888109.88887: stdout chunk (state=3): >>><<< 138029 1726888109.88929: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888109.88933: _low_level_execute_command(): starting 138029 1726888109.88936: _low_level_execute_command(): using become for this command 138029 1726888109.88940: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zkizsdkkbqpwydtajmoxcfiteockwyiy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888109.719157-141520-262228209974373/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888109.89087: Initial state: awaiting_escalation: BECOME-SUCCESS-zkizsdkkbqpwydtajmoxcfiteockwyiy 138029 1726888109.89689: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888109.90101: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888109.92598: stdout chunk (state=1): >>>BECOME-SUCCESS-zkizsdkkbqpwydtajmoxcfiteockwyiy <<< 138029 1726888109.92603: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zkizsdkkbqpwydtajmoxcfiteockwyiy' 138029 1726888109.92925: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888109.92975: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888109.92999: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888109.93083: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888109.93099: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888109.93117: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888109.93139: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888109.93169: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888109.93192: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888109.93235: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888109.93239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888109.93253: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888109.93293: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888109.93343: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888109.93354: 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 0x7f5788ce83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788cb7a10> <<< 138029 1726888109.93403: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888109.93438: 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 0x7f5788cea960> import '_signal' # <<< 138029 1726888109.93451: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888109.93459: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888109.93493: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888109.93583: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888109.93614: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888109.93620: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888109.93647: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888109.93679: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 138029 1726888109.93686: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888109.93698: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888109.93714: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888109.93745: 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 <<< 138029 1726888109.93748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888109.93778: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788a98fe0> <<< 138029 1726888109.93831: 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 <<< 138029 1726888109.93838: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888109.93850: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788a99fd0> <<< 138029 1726888109.93880: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888109.93905: 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. <<< 138029 1726888109.94134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888109.94159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888109.94188: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888109.94191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888109.94212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888109.94249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888109.94273: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888109.94294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888109.94315: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788adfdd0> <<< 138029 1726888109.94324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888109.94347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888109.94375: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888109.94382: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788adffe0> <<< 138029 1726888109.94395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888109.94425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888109.94447: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888109.94496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888109.94516: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888109.94546: 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' <<< 138029 1726888109.94564: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b0f7a0> <<< 138029 1726888109.94572: 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' <<< 138029 1726888109.94590: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b0fe30> <<< 138029 1726888109.94593: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888109.94653: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788aefaa0> <<< 138029 1726888109.94657: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888109.94690: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788aed1c0> <<< 138029 1726888109.94784: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788adcf80> <<< 138029 1726888109.94813: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888109.94824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888109.94852: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888109.94867: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888109.94890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888109.94906: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888109.94922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888109.94952: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b33710> <<< 138029 1726888109.94973: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b32330> <<< 138029 1726888109.95005: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888109.95008: 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 0x7f5788aee090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b30b60> <<< 138029 1726888109.95081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888109.95085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b64770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788adc200> <<< 138029 1726888109.95113: 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' <<< 138029 1726888109.95149: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888109.95153: 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 0x7f5788b64c20> <<< 138029 1726888109.95158: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b64ad0> <<< 138029 1726888109.95190: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888109.95198: 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 0x7f5788b64e90> <<< 138029 1726888109.95209: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788ad2d20> <<< 138029 1726888109.95230: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888109.95249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888109.95277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888109.95328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b65550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b65220> import 'importlib.machinery' # <<< 138029 1726888109.95353: 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' <<< 138029 1726888109.95373: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b66450> <<< 138029 1726888109.95411: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888109.95426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888109.95456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888109.95474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888109.95504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b7c680> import 'errno' # <<< 138029 1726888109.95537: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888109.95572: 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 0x7f5788b7dd90> <<< 138029 1726888109.95606: 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' <<< 138029 1726888109.95642: 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 0x7f5788b7ec00> <<< 138029 1726888109.95668: 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 0x7f5788b7f260> <<< 138029 1726888109.95679: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b7e150> <<< 138029 1726888109.95693: 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' <<< 138029 1726888109.95744: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888109.95748: 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 0x7f5788b7fce0> <<< 138029 1726888109.95767: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b7f410> <<< 138029 1726888109.95800: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b664b0> <<< 138029 1726888109.95820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888109.95841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888109.95873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888109.95900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888109.95942: 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 0x7f578890bb60> <<< 138029 1726888109.95960: 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' <<< 138029 1726888109.96000: 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 0x7f57889345c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788934350> <<< 138029 1726888109.96025: 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 0x7f57889345f0> <<< 138029 1726888109.96054: 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' <<< 138029 1726888109.96110: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888109.96245: 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 0x7f5788934ef0> <<< 138029 1726888109.96368: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888109.96386: 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 0x7f57889357f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57889347d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788909d00> <<< 138029 1726888109.96406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888109.96416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888109.96471: 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 0x7f5788936ba0> <<< 138029 1726888109.96492: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788935910> <<< 138029 1726888109.96511: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b66ba0> <<< 138029 1726888109.96538: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888109.96608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888109.96625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888109.96685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888109.96688: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788962f00> <<< 138029 1726888109.96752: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888109.96782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888109.96785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888109.96790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888109.96835: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578898b2c0> <<< 138029 1726888109.96861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888109.96917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888109.96961: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888109.96988: 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 0x7f57889b3fb0> <<< 138029 1726888109.97019: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888109.97039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888109.97064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888109.97097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888109.97186: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57889e6810> <<< 138029 1726888109.97273: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57889e41d0> <<< 138029 1726888109.97298: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578898bf50> <<< 138029 1726888109.97353: 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' <<< 138029 1726888109.97377: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788329100> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578898a0c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788937ad0> <<< 138029 1726888109.98466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888109.98479: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f578898a6c0> <<< 138029 1726888110.04003: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_78_n3lw9/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 138029 1726888110.04146: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.04177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888110.04184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888110.04226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888110.04305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888110.04366: 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' <<< 138029 1726888110.04381: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788376ea0> import '_typing' # <<< 138029 1726888110.04552: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788359d90> <<< 138029 1726888110.04564: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788358ef0> # zipimport: zlib available <<< 138029 1726888110.04587: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888110.04591: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.04617: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.04633: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.04645: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888110.04669: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.06127: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.07444: 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 0x7f5788376120> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f57883ae840> <<< 138029 1726888110.07448: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57883ae5d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57883adee0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888110.07450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888110.07490: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57883ae330> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578835b740> import 'atexit' # <<< 138029 1726888110.07529: 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 0x7f57883af5c0> <<< 138029 1726888110.07568: 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 0x7f57883af800> <<< 138029 1726888110.07589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888110.07642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888110.07669: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888110.07701: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57883afd40> <<< 138029 1726888110.07730: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888110.07765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888110.07799: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57882159d0> <<< 138029 1726888110.07834: 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 0x7f5788217680> <<< 138029 1726888110.07879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888110.07882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888110.07924: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788217f80> <<< 138029 1726888110.07971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888110.07974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888110.08014: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788219220> <<< 138029 1726888110.08060: 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' <<< 138029 1726888110.08099: 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' <<< 138029 1726888110.08143: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578821bcb0> <<< 138029 1726888110.08173: 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 0x7f578835af90> <<< 138029 1726888110.08214: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788219f70> <<< 138029 1726888110.08219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888110.08245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888110.08274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888110.08278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888110.08290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888110.08328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888110.08369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888110.08373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788223b60> <<< 138029 1726888110.08378: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888110.08449: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788222630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788222390> <<< 138029 1726888110.08476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888110.08481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888110.08559: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57882228a0> <<< 138029 1726888110.08585: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578821a480> <<< 138029 1726888110.08611: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888110.08616: 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 0x7f5788267e00> <<< 138029 1726888110.08644: 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' <<< 138029 1726888110.08650: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788267fe0> <<< 138029 1726888110.08678: 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 <<< 138029 1726888110.08699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888110.08712: 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' <<< 138029 1726888110.08767: 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 0x7f5788269a30> <<< 138029 1726888110.08773: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57882697f0> <<< 138029 1726888110.08781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888110.08902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888110.08961: 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 0x7f578826bf80> <<< 138029 1726888110.08977: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578826a120> <<< 138029 1726888110.08983: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888110.09025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888110.09049: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888110.09065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888110.09072: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888110.09117: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578826f6b0> <<< 138029 1726888110.09242: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578826bef0> <<< 138029 1726888110.09303: 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 0x7f5788270770> <<< 138029 1726888110.09346: 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' <<< 138029 1726888110.09350: 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 0x7f57882708f0> <<< 138029 1726888110.09394: 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 0x7f57882709b0> <<< 138029 1726888110.09399: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788268110> <<< 138029 1726888110.09426: 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 <<< 138029 1726888110.09436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888110.09454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888110.09475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888110.09505: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888110.09529: 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 0x7f5788273fe0> <<< 138029 1726888110.09680: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888110.09695: 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 0x7f57882fd400> <<< 138029 1726888110.09703: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57882727e0> <<< 138029 1726888110.09738: 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 0x7f5788273b90> <<< 138029 1726888110.09753: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788272420> <<< 138029 1726888110.09770: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.09785: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.09796: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888110.09801: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.09892: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.09980: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.09998: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888110.10016: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.10024: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.10043: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888110.10048: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.10180: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.10296: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.10866: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.11444: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888110.11449: 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' # <<< 138029 1726888110.11451: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888110.11453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888110.11486: 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 0x7f5788101460> <<< 138029 1726888110.11594: 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' <<< 138029 1726888110.11605: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788102270> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57882fd520> <<< 138029 1726888110.11671: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888110.11708: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 138029 1726888110.11721: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.11866: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.12036: 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 0x7f5788102210> <<< 138029 1726888110.12039: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.12516: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.12972: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.13047: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.13133: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888110.13177: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.13227: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888110.13244: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.13300: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.13412: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888110.13433: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888110.13474: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.13519: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888110.13529: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.13752: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.13992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888110.14043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888110.14085: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888110.14143: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57881033e0> <<< 138029 1726888110.14146: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.14227: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.14312: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888110.14332: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888110.14348: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.14384: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.14434: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888110.14478: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.14518: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.14577: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.14644: 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 <<< 138029 1726888110.14680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888110.14765: 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 0x7f578810dd90> <<< 138029 1726888110.14795: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578810ae70> <<< 138029 1726888110.14832: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888110.14838: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.14909: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.14974: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.15005: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.15050: 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 <<< 138029 1726888110.15057: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888110.15092: 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 <<< 138029 1726888110.15101: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888110.15122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888110.15182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888110.15208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888110.15221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888110.15279: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788202690> <<< 138029 1726888110.15326: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57883e2390> <<< 138029 1726888110.15415: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578810db50> <<< 138029 1726888110.15422: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788272ab0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888110.15427: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.15463: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.15485: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 138029 1726888110.15491: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888110.15546: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888110.15571: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.15583: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.15599: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888110.15605: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.15628: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.15652: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # # zipimport: zlib available <<< 138029 1726888110.15657: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.15688: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 138029 1726888110.15703: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888110.15721: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.15741: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888110.15753: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.15795: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.15847: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.15879: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.15882: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888110.15897: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.15913: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888110.15918: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.16022: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.16130: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888110.16216: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.16334: stdout chunk (state=3): >>> {"changed": false, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3G"}}} <<< 138029 1726888110.16337: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888110.16658: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888110.16710: 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 <<< 138029 1726888110.16813: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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] r<<< 138029 1726888110.16821: stdout chunk (state=3): >>>emoving selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 138029 1726888110.17025: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888110.17037: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888110.17058: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 138029 1726888110.17064: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 <<< 138029 1726888110.17076: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888110.17089: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888110.17115: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888110.17126: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888110.17138: 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 <<< 138029 1726888110.17175: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888110.17182: stdout chunk (state=3): >>># destroy _signal <<< 138029 1726888110.17185: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888110.17207: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888110.17221: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888110.17235: stdout chunk (state=3): >>># destroy distro <<< 138029 1726888110.17243: stdout chunk (state=3): >>># destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888110.17275: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888110.17307: 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 <<< 138029 1726888110.17333: 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 <<< 138029 1726888110.17366: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888110.17374: 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 <<< 138029 1726888110.17389: 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 <<< 138029 1726888110.17405: 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 <<< 138029 1726888110.17424: 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 <<< 138029 1726888110.17431: stdout chunk (state=3): >>># destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888110.17553: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888110.17563: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888110.17571: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888110.17594: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888110.17597: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888110.17620: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888110.17653: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888110.17664: 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 <<< 138029 1726888110.17672: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888110.17759: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888110.17800: 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 <<< 138029 1726888110.17804: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888110.17812: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888110.17838: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888110.17858: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888110.17861: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888110.18379: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888110.18407: stderr chunk (state=3): >>><<< 138029 1726888110.18410: stdout chunk (state=3): >>><<< 138029 1726888110.18478: _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 0x7f5788ce83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788cb7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788cea960> 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 0x7f5788a98fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f5788a99fd0> 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 0x7f5788adfdd0> # /usr/lib64/python3.12/__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 0x7f5788adffe0> # /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 0x7f5788b0f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b0fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788aefaa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788aed1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788adcf80> # /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 0x7f5788b33710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b32330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788aee090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b30b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b64770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788adc200> # /usr/lib64/python3.12/__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 0x7f5788b64c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b64ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5788b64e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788ad2d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f5788b65550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b65220> 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 0x7f5788b66450> 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 0x7f5788b7c680> 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 0x7f5788b7dd90> # /usr/lib64/python3.12/__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 0x7f5788b7ec00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5788b7f260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b7e150> # /usr/lib64/python3.12/__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 0x7f5788b7fce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b7f410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b664b0> # /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 0x7f578890bb60> # /usr/lib64/python3.12/__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 0x7f57889345c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788934350> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57889345f0> # /usr/lib64/python3.12/__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 0x7f5788934ef0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57889357f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57889347d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788909d00> # /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 0x7f5788936ba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788935910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788b66ba0> # /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 0x7f5788962f00> # /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 0x7f578898b2c0> # /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 0x7f57889b3fb0> # /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 0x7f57889e6810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57889e41d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578898bf50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788329100> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578898a0c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788937ad0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f578898a6c0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_78_n3lw9/ansible_fedora.linux_system_roles.bsize_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 0x7f5788376ea0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788359d90> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788358ef0> # 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 0x7f5788376120> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f57883ae840> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57883ae5d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57883adee0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f57883ae330> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578835b740> 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 0x7f57883af5c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57883af800> # /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 0x7f57883afd40> 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 0x7f57882159d0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5788217680> # /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 0x7f5788217f80> # /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 0x7f5788219220> # /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 0x7f578821bcb0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f578835af90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788219f70> # /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 0x7f5788223b60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788222630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788222390> # /usr/lib64/python3.12/__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 0x7f57882228a0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578821a480> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5788267e00> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788267fe0> # /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 0x7f5788269a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57882697f0> # /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 0x7f578826bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578826a120> # /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 0x7f578826f6b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578826bef0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5788270770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57882708f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57882709b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788268110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f5788273fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57882fd400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57882727e0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5788273b90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788272420> # 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 0x7f5788101460> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f5788102270> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57882fd520> 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 0x7f5788102210> # 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 0x7f57881033e0> # 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 0x7f578810dd90> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578810ae70> 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 0x7f5788202690> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57883e2390> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f578810db50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5788272ab0> # 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, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3G"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888110.19313: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '3G', '_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.bsize', '_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-1726888109.719157-141520-262228209974373/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888110.19317: _low_level_execute_command(): starting 138029 1726888110.19319: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888109.719157-141520-262228209974373/ > /dev/null 2>&1 && sleep 0' 138029 1726888110.19321: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888110.19323: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888110.19325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888110.19327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888110.19329: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888110.19331: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888110.19333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888110.19335: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888110.19336: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888110.19338: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888110.19340: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888110.19342: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888110.19344: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888110.19345: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888110.19347: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888110.19349: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888110.19425: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888110.19428: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888110.19430: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888110.19479: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888110.21359: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888110.21389: stderr chunk (state=3): >>><<< 138029 1726888110.21392: stdout chunk (state=3): >>><<< 138029 1726888110.21399: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888110.21406: handler run complete 138029 1726888110.21419: attempt loop complete, returning result 138029 1726888110.21422: _execute() done 138029 1726888110.21424: dumping result to json 138029 1726888110.21426: done dumping result, returning 138029 1726888110.21434: done running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume [0affc8a3-6f6f-5a58-73a2-000000001040] 138029 1726888110.21439: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001040 138029 1726888110.21532: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001040 138029 1726888110.21535: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } 138029 1726888110.21593: no more pending results, returning what we have 138029 1726888110.21597: results queue empty 138029 1726888110.21598: checking for any_errors_fatal 138029 1726888110.21606: done checking for any_errors_fatal 138029 1726888110.21607: checking for max_fail_percentage 138029 1726888110.21609: done checking for max_fail_percentage 138029 1726888110.21610: checking to see if all hosts have failed and the running result is not ok 138029 1726888110.21610: done checking to see if all hosts have failed 138029 1726888110.21611: getting the remaining hosts for this loop 138029 1726888110.21612: done getting the remaining hosts for this loop 138029 1726888110.21616: getting the next task for host managed_node3 138029 1726888110.21625: done getting next task for host managed_node3 138029 1726888110.21627: ^ task is: TASK: Parse the requested size of the volume 138029 1726888110.21634: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888110.21644: getting variables 138029 1726888110.21645: in VariableManager get_vars() 138029 1726888110.21683: Calling all_inventory to load vars for managed_node3 138029 1726888110.21686: Calling groups_inventory to load vars for managed_node3 138029 1726888110.21689: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888110.21698: Calling all_plugins_play to load vars for managed_node3 138029 1726888110.21701: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888110.21704: Calling groups_plugins_play to load vars for managed_node3 138029 1726888110.22341: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888110.23041: done with get_vars() 138029 1726888110.23060: 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:08:30 -0400 (0:00:00.589) 0:02:02.954 ****** 138029 1726888110.23142: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888110.23393: worker is 1 (out of 1 available) 138029 1726888110.23408: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888110.23421: done queuing things up, now waiting for results queue to drain 138029 1726888110.23422: waiting for pending results... 138029 1726888110.23879: running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume 138029 1726888110.23885: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001041 138029 1726888110.23889: variable 'ansible_search_path' from source: unknown 138029 1726888110.23892: calling self._execute() 138029 1726888110.23997: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888110.24009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888110.24024: variable 'omit' from source: magic vars 138029 1726888110.24444: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888110.25990: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888110.26034: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888110.26074: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888110.26099: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888110.26119: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888110.26198: variable '_storage_test_volume_present' from source: set_fact 138029 1726888110.26211: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888110.26460: variable 'storage_test_volume' from source: include params 138029 1726888110.26466: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888110.26518: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888110.26551: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888110.26590: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888110.26634: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888110.26658: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888110.26742: variable 'storage_test_volume' from source: include params 138029 1726888110.26769: Evaluated conditional ('%' not in storage_test_volume.size | string): True 138029 1726888110.26780: variable 'omit' from source: magic vars 138029 1726888110.26850: variable 'omit' from source: magic vars 138029 1726888110.26948: variable 'storage_test_volume' from source: include params 138029 1726888110.26990: variable 'omit' from source: magic vars 138029 1726888110.27019: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888110.27052: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888110.27080: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888110.27102: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888110.27115: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888110.27135: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888110.27158: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888110.27194: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888110.27203: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888110.27212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888110.27336: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888110.27340: Set connection var ansible_timeout to 10 138029 1726888110.27346: Set connection var ansible_pipelining to False 138029 1726888110.27349: Set connection var ansible_shell_type to sh 138029 1726888110.27351: Set connection var ansible_connection to ssh 138029 1726888110.27357: Set connection var ansible_shell_executable to /bin/sh 138029 1726888110.27379: variable 'ansible_shell_executable' from source: unknown 138029 1726888110.27382: variable 'ansible_connection' from source: unknown 138029 1726888110.27385: variable 'ansible_module_compression' from source: unknown 138029 1726888110.27387: variable 'ansible_shell_type' from source: unknown 138029 1726888110.27389: variable 'ansible_shell_executable' from source: unknown 138029 1726888110.27392: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888110.27394: variable 'ansible_pipelining' from source: unknown 138029 1726888110.27396: variable 'ansible_timeout' from source: unknown 138029 1726888110.27401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888110.27493: 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) 138029 1726888110.27501: variable 'omit' from source: magic vars 138029 1726888110.27506: starting attempt loop 138029 1726888110.27509: running the handler 138029 1726888110.27518: _low_level_execute_command(): starting 138029 1726888110.27524: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888110.28003: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888110.28008: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888110.28011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888110.28056: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888110.28060: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888110.28120: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888110.29821: stdout chunk (state=3): >>>/root <<< 138029 1726888110.29919: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888110.29946: stderr chunk (state=3): >>><<< 138029 1726888110.29950: stdout chunk (state=3): >>><<< 138029 1726888110.29972: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888110.29983: _low_level_execute_command(): starting 138029 1726888110.29986: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888110.2997253-141548-173073058693610 `" && echo ansible-tmp-1726888110.2997253-141548-173073058693610="` echo /root/.ansible/tmp/ansible-tmp-1726888110.2997253-141548-173073058693610 `" ) && sleep 0' 138029 1726888110.30416: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888110.30419: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888110.30422: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888110.30424: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888110.30426: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888110.30467: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888110.30483: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888110.30550: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888110.38814: stdout chunk (state=3): >>>ansible-tmp-1726888110.2997253-141548-173073058693610=/root/.ansible/tmp/ansible-tmp-1726888110.2997253-141548-173073058693610 <<< 138029 1726888110.38958: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888110.39005: stderr chunk (state=3): >>><<< 138029 1726888110.39009: stdout chunk (state=3): >>><<< 138029 1726888110.39086: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888110.2997253-141548-173073058693610=/root/.ansible/tmp/ansible-tmp-1726888110.2997253-141548-173073058693610 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888110.39114: variable 'ansible_module_compression' from source: unknown 138029 1726888110.39149: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888110.39187: variable 'ansible_facts' from source: unknown 138029 1726888110.39271: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888110.2997253-141548-173073058693610/AnsiballZ_bsize.py 138029 1726888110.39507: Sending initial data 138029 1726888110.39560: Sent initial data (156 bytes) 138029 1726888110.40067: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888110.40084: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888110.40102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888110.40161: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888110.40203: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888110.40275: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888110.41909: 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 <<< 138029 1726888110.41913: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888110.41954: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888110.42015: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpih220fih /root/.ansible/tmp/ansible-tmp-1726888110.2997253-141548-173073058693610/AnsiballZ_bsize.py <<< 138029 1726888110.42021: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888110.2997253-141548-173073058693610/AnsiballZ_bsize.py" <<< 138029 1726888110.42087: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpih220fih" to remote "/root/.ansible/tmp/ansible-tmp-1726888110.2997253-141548-173073058693610/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888110.2997253-141548-173073058693610/AnsiballZ_bsize.py" <<< 138029 1726888110.42680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888110.42719: stderr chunk (state=3): >>><<< 138029 1726888110.42722: stdout chunk (state=3): >>><<< 138029 1726888110.42802: done transferring module to remote 138029 1726888110.42805: _low_level_execute_command(): starting 138029 1726888110.42808: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888110.2997253-141548-173073058693610/ /root/.ansible/tmp/ansible-tmp-1726888110.2997253-141548-173073058693610/AnsiballZ_bsize.py && sleep 0' 138029 1726888110.43297: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888110.43300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888110.43302: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888110.43304: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888110.43357: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888110.43361: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888110.43417: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888110.45250: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888110.45297: stderr chunk (state=3): >>><<< 138029 1726888110.45300: stdout chunk (state=3): >>><<< 138029 1726888110.45303: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888110.45305: _low_level_execute_command(): starting 138029 1726888110.45307: _low_level_execute_command(): using become for this command 138029 1726888110.45318: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ldzcsmvpundxvdhjmchdbhuuksplxypg ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888110.2997253-141548-173073058693610/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888110.45432: Initial state: awaiting_escalation: BECOME-SUCCESS-ldzcsmvpundxvdhjmchdbhuuksplxypg 138029 1726888110.45974: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888110.45979: stderr chunk (state=1): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888110.46012: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888110.46091: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888110.49009: stdout chunk (state=1): >>>BECOME-SUCCESS-ldzcsmvpundxvdhjmchdbhuuksplxypg <<< 138029 1726888110.49016: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ldzcsmvpundxvdhjmchdbhuuksplxypg' 138029 1726888110.49364: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888110.49383: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888110.49398: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888110.49418: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888110.49500: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888110.49524: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888110.49569: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888110.49587: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 138029 1726888110.49604: stdout chunk (state=3): >>># installed zipimport hook <<< 138029 1726888110.49666: 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' <<< 138029 1726888110.49680: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888110.49701: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888110.49730: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888110.49767: 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 0x7fe220a183e0> <<< 138029 1726888110.49770: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2209e7a10> <<< 138029 1726888110.49810: 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' <<< 138029 1726888110.49831: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220a1a960> <<< 138029 1726888110.49834: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888110.49858: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888110.49885: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888110.49921: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888110.49924: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888110.49999: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888110.50030: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888110.50037: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888110.50071: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888110.50102: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888110.50125: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888110.50128: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888110.50172: 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' <<< 138029 1726888110.50196: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe22082cfe0> <<< 138029 1726888110.50243: 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 <<< 138029 1726888110.50252: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888110.50257: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe22082dfd0> <<< 138029 1726888110.50290: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888110.50319: 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. <<< 138029 1726888110.50547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888110.50557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888110.50590: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888110.50595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888110.50620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888110.50653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888110.50680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888110.50705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888110.50713: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220873dd0> <<< 138029 1726888110.50730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888110.50751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888110.50771: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888110.50790: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220873fe0> <<< 138029 1726888110.50793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888110.50828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888110.50857: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888110.50900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888110.50917: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888110.50947: 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 0x7fe2208a37d0> <<< 138029 1726888110.50978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888110.50981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208a3e60> <<< 138029 1726888110.51006: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888110.51061: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220883a70> <<< 138029 1726888110.51068: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888110.51100: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208811c0> <<< 138029 1726888110.51185: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220870f80> <<< 138029 1726888110.51215: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888110.51240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888110.51253: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888110.51283: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888110.51300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888110.51330: 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' <<< 138029 1726888110.51386: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208c77d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208c63f0> <<< 138029 1726888110.51396: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888110.51413: 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 0x7fe220882090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208c4b90> <<< 138029 1726888110.51457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888110.51487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208f8800> <<< 138029 1726888110.51490: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220870200> <<< 138029 1726888110.51521: 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' <<< 138029 1726888110.51544: 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 0x7fe2208f8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208f8b60> <<< 138029 1726888110.51580: 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 0x7fe2208f8ef0> <<< 138029 1726888110.51611: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220866d20> <<< 138029 1726888110.51635: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888110.51638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888110.51669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888110.51684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888110.51697: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208f9220> import 'importlib.machinery' # <<< 138029 1726888110.51719: 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' <<< 138029 1726888110.51740: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208fa450> <<< 138029 1726888110.51753: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888110.51769: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888110.51807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888110.51830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888110.51878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888110.51882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220910680> import 'errno' # <<< 138029 1726888110.51902: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888110.51909: 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 0x7fe220911d60> <<< 138029 1726888110.51934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888110.51938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888110.51976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888110.52015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220912c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888110.52032: 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 0x7fe220913260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220912150> <<< 138029 1726888110.52054: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888110.52070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888110.52116: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888110.52127: 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 0x7fe220913ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220913410> <<< 138029 1726888110.52170: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208fa4b0> <<< 138029 1726888110.52186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888110.52220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888110.52243: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888110.52264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888110.52286: 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 0x7fe2206c7b60> <<< 138029 1726888110.52323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888110.52331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888110.52361: 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 0x7fe2206f06b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2206f0410> <<< 138029 1726888110.52372: 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 0x7fe2206f06e0> <<< 138029 1726888110.52405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888110.52417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888110.52478: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888110.52610: 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 0x7fe2206f0fe0> <<< 138029 1726888110.52718: 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 0x7fe2206f1970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2206f0890> <<< 138029 1726888110.52751: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2206c5d00> <<< 138029 1726888110.52764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888110.52789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888110.52805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888110.52828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888110.52833: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2206f2c90> <<< 138029 1726888110.52863: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2206f0e30> <<< 138029 1726888110.52875: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208faba0> <<< 138029 1726888110.52908: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888110.52966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888110.52991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888110.53018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888110.53054: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe22071aff0> <<< 138029 1726888110.53101: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888110.53122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888110.53147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888110.53167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888110.53201: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2207433b0> <<< 138029 1726888110.53230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888110.53270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888110.53332: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888110.53365: 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' <<< 138029 1726888110.53375: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2207a0170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888110.53411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888110.53445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888110.53489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888110.53572: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2207a28d0> <<< 138029 1726888110.53651: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2207a0290> <<< 138029 1726888110.53686: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe22076d190> <<< 138029 1726888110.53731: 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 0x7fe2205a5250> <<< 138029 1726888110.53792: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2207421b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2206f3bc0> <<< 138029 1726888110.60024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888110.60029: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe2207427b0> <<< 138029 1726888110.64039: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_sdsrqnd4/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 138029 1726888110.64043: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.64174: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.64207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888110.64214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888110.64263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888110.64341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888110.64381: 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' <<< 138029 1726888110.64386: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2205f2f90> import '_typing' # <<< 138029 1726888110.64578: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2205d5e80> <<< 138029 1726888110.64611: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2205d4fe0> # zipimport: zlib available import 'ansible' # <<< 138029 1726888110.64630: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.64646: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.64670: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.64682: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888110.64695: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.66100: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.67234: 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 0x7fe2205f0e30> <<< 138029 1726888110.67262: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888110.67269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888110.67290: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888110.67296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888110.67322: 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' <<< 138029 1726888110.67356: 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 0x7fe2206268a0> <<< 138029 1726888110.67397: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220626630> <<< 138029 1726888110.67425: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220625f40> <<< 138029 1726888110.67449: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888110.67457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888110.67503: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220626690> <<< 138029 1726888110.67512: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2205f39b0> import 'atexit' # <<< 138029 1726888110.67545: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888110.67552: 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 0x7fe220627620> <<< 138029 1726888110.67580: 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 0x7fe220627860> <<< 138029 1726888110.67596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888110.67644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888110.67658: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888110.67704: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220627da0> <<< 138029 1726888110.67712: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888110.67739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888110.67768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888110.67801: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff15b80> <<< 138029 1726888110.67828: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888110.67845: 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 0x7fe21ff177a0> <<< 138029 1726888110.67849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888110.67874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888110.67908: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff18170> <<< 138029 1726888110.67929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888110.67966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888110.67978: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff19310> <<< 138029 1726888110.67997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888110.68034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888110.68063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888110.68070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888110.68117: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff1bda0> <<< 138029 1726888110.68158: 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 0x7fe220912b70> <<< 138029 1726888110.68175: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff1a060> <<< 138029 1726888110.68197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888110.68225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888110.68252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888110.68258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888110.68280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888110.68306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888110.68335: 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' <<< 138029 1726888110.68340: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff23c50> <<< 138029 1726888110.68358: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888110.68422: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff22720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff22480> <<< 138029 1726888110.68447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888110.68450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888110.68527: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff229f0> <<< 138029 1726888110.68559: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff1a570> <<< 138029 1726888110.68584: 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 0x7fe21ff67f80> <<< 138029 1726888110.68613: 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 0x7fe21ff68050> <<< 138029 1726888110.68642: 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 <<< 138029 1726888110.68663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888110.68673: 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' <<< 138029 1726888110.68715: 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 0x7fe21ff69b50> <<< 138029 1726888110.68719: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff69910> <<< 138029 1726888110.68743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888110.68850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888110.68933: 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 0x7fe21ff6bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff6a240> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888110.68972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888110.68992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888110.68998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888110.69005: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888110.69052: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff6f890> <<< 138029 1726888110.69175: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff6c260> <<< 138029 1726888110.69236: 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 0x7fe21ff709b0> <<< 138029 1726888110.69271: 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 0x7fe21ff70a10> <<< 138029 1726888110.69305: 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 0x7fe21ff70a70> <<< 138029 1726888110.69322: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff682c0> <<< 138029 1726888110.69346: 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' <<< 138029 1726888110.69370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888110.69386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888110.69415: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888110.69440: 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 0x7fe21fff8170> <<< 138029 1726888110.69592: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888110.69598: 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 0x7fe21fff9400> <<< 138029 1726888110.69612: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff72900> <<< 138029 1726888110.69642: 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 0x7fe21ff73cb0> <<< 138029 1726888110.69649: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff72540> <<< 138029 1726888110.69667: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.69677: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.69693: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888110.69701: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.69793: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.69876: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.69895: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888110.69925: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.69931: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888110.69954: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.70068: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.70190: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.70725: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.71265: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888110.71283: 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' # <<< 138029 1726888110.71308: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888110.71328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888110.71374: 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 0x7fe21fe01520> <<< 138029 1726888110.71459: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888110.71476: 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 0x7fe21fe021b0> <<< 138029 1726888110.71488: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2206f04a0> <<< 138029 1726888110.71536: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888110.71544: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.71576: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.71580: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888110.71600: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.71747: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.71910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888110.71913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 138029 1726888110.71919: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21fe02150> <<< 138029 1726888110.71932: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.72389: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.72829: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.72903: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.72985: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888110.72992: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.73027: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.73070: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888110.73075: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.73146: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.73223: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888110.73243: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.73261: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.73275: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888110.73280: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.73323: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.73364: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888110.73375: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.73601: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.73838: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888110.73894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888110.73912: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888110.73972: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21fe033b0> <<< 138029 1726888110.73989: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.74064: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.74149: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888110.74153: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888110.74178: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.74224: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.74259: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888110.74278: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.74316: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.74365: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.74417: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.74490: 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 <<< 138029 1726888110.74524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888110.74606: 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 0x7fe21fe0dd60> <<< 138029 1726888110.74640: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21fe0bec0> <<< 138029 1726888110.74674: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888110.74688: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.74752: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.74812: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.74844: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.74885: 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' <<< 138029 1726888110.74908: 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 <<< 138029 1726888110.74928: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888110.74952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888110.75009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888110.75029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888110.75046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888110.75107: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff02810> <<< 138029 1726888110.75148: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe22065e4e0> <<< 138029 1726888110.75224: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21fe0df10> <<< 138029 1726888110.75238: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21fe02e10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888110.75243: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75274: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75300: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888110.75353: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888110.75375: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75400: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75403: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888110.75407: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75433: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75446: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 138029 1726888110.75453: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75469: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888110.75485: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75495: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75510: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888110.75519: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75540: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75547: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888110.75565: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75605: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75658: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75669: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75681: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888110.75688: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75713: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888110.75722: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75832: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.75927: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888110.76002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888110.76145: stdout chunk (state=3): >>> {"changed": false, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3g"}}} # destroy __main__ <<< 138029 1726888110.76463: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888110.76467: 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 <<< 138029 1726888110.76553: 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 # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[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 <<< 138029 1726888110.76626: 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 # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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._ut<<< 138029 1726888110.76633: stdout chunk (state=3): >>>ils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 138029 1726888110.76866: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888110.76870: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888110.76883: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888110.76894: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888110.76920: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888110.76967: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888110.76970: 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 <<< 138029 1726888110.76985: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 138029 1726888110.76993: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888110.77014: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 138029 1726888110.77019: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888110.77050: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888110.77064: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux<<< 138029 1726888110.77076: stdout chunk (state=3): >>> # destroy shutil <<< 138029 1726888110.77082: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888110.77139: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888110.77142: 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 <<< 138029 1726888110.77175: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 138029 1726888110.77181: 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 <<< 138029 1726888110.77206: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888110.77225: 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 <<< 138029 1726888110.77261: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 138029 1726888110.77267: 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 <<< 138029 1726888110.77397: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888110.77404: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888110.77418: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888110.77445: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888110.77450: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888110.77480: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888110.77509: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888110.77515: 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 <<< 138029 1726888110.77534: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888110.77630: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888110.77638: 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 <<< 138029 1726888110.77669: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888110.77682: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888110.77704: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888110.77709: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888110.77742: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 138029 1726888110.77745: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888110.77751: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888110.78231: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888110.78267: stderr chunk (state=3): >>><<< 138029 1726888110.78270: stdout chunk (state=3): >>><<< 138029 1726888110.78338: _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 0x7fe220a183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2209e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220a1a960> 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 0x7fe22082cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fe22082dfd0> 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 0x7fe220873dd0> # /usr/lib64/python3.12/__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 0x7fe220873fe0> # /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 0x7fe2208a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220883a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220870f80> # /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 0x7fe2208c77d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208c63f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220882090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208c4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208f8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220870200> # /usr/lib64/python3.12/__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 0x7fe2208f8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208f8b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe2208f8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220866d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fe2208f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208f9220> 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 0x7fe2208fa450> 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 0x7fe220910680> 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 0x7fe220911d60> # /usr/lib64/python3.12/__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 0x7fe220912c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe220913260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220912150> # /usr/lib64/python3.12/__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 0x7fe220913ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220913410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208fa4b0> # /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 0x7fe2206c7b60> # /usr/lib64/python3.12/__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 0x7fe2206f06b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2206f0410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe2206f06e0> # /usr/lib64/python3.12/__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 0x7fe2206f0fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe2206f1970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2206f0890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2206c5d00> # /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 0x7fe2206f2c90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2206f0e30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2208faba0> # /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 0x7fe22071aff0> # /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 0x7fe2207433b0> # /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 0x7fe2207a0170> # /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 0x7fe2207a28d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2207a0290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe22076d190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2205a5250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2207421b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2206f3bc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe2207427b0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_sdsrqnd4/ansible_fedora.linux_system_roles.bsize_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 0x7fe2205f2f90> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2205d5e80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2205d4fe0> # 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 0x7fe2205f0e30> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fe2206268a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220626630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe220625f40> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fe220626690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2205f39b0> 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 0x7fe220627620> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe220627860> # /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 0x7fe220627da0> 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 0x7fe21ff15b80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe21ff177a0> # /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 0x7fe21ff18170> # /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 0x7fe21ff19310> # /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 0x7fe21ff1bda0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe220912b70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff1a060> # /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 0x7fe21ff23c50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff22720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff22480> # /usr/lib64/python3.12/__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 0x7fe21ff229f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff1a570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe21ff67f80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff68050> # /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 0x7fe21ff69b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff69910> # /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 0x7fe21ff6bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff6a240> # /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 0x7fe21ff6f890> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff6c260> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe21ff709b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe21ff70a10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe21ff70a70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff682c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fe21fff8170> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe21fff9400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff72900> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe21ff73cb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21ff72540> # 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 0x7fe21fe01520> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fe21fe021b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe2206f04a0> 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 0x7fe21fe02150> # 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 0x7fe21fe033b0> # 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 0x7fe21fe0dd60> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21fe0bec0> 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 0x7fe21ff02810> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe22065e4e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21fe0df10> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe21fe02e10> # 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, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3g"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888110.78908: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '3g', '_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.bsize', '_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-1726888110.2997253-141548-173073058693610/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888110.78911: _low_level_execute_command(): starting 138029 1726888110.78913: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888110.2997253-141548-173073058693610/ > /dev/null 2>&1 && sleep 0' 138029 1726888110.79000: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888110.79007: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888110.79023: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888110.79082: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888110.79084: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888110.79086: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888110.79132: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888110.80967: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888110.80990: stderr chunk (state=3): >>><<< 138029 1726888110.80993: stdout chunk (state=3): >>><<< 138029 1726888110.81005: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888110.81011: handler run complete 138029 1726888110.81024: attempt loop complete, returning result 138029 1726888110.81027: _execute() done 138029 1726888110.81030: dumping result to json 138029 1726888110.81034: done dumping result, returning 138029 1726888110.81044: done running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume [0affc8a3-6f6f-5a58-73a2-000000001041] 138029 1726888110.81049: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001041 138029 1726888110.81142: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001041 138029 1726888110.81147: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } 138029 1726888110.81213: no more pending results, returning what we have 138029 1726888110.81216: results queue empty 138029 1726888110.81217: checking for any_errors_fatal 138029 1726888110.81226: done checking for any_errors_fatal 138029 1726888110.81227: checking for max_fail_percentage 138029 1726888110.81228: done checking for max_fail_percentage 138029 1726888110.81229: checking to see if all hosts have failed and the running result is not ok 138029 1726888110.81230: done checking to see if all hosts have failed 138029 1726888110.81230: getting the remaining hosts for this loop 138029 1726888110.81232: done getting the remaining hosts for this loop 138029 1726888110.81236: getting the next task for host managed_node3 138029 1726888110.81243: done getting next task for host managed_node3 138029 1726888110.81245: ^ task is: TASK: Establish base value for expected size 138029 1726888110.81252: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888110.81258: getting variables 138029 1726888110.81260: in VariableManager get_vars() 138029 1726888110.81292: Calling all_inventory to load vars for managed_node3 138029 1726888110.81295: Calling groups_inventory to load vars for managed_node3 138029 1726888110.81298: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888110.81308: Calling all_plugins_play to load vars for managed_node3 138029 1726888110.81311: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888110.81313: Calling groups_plugins_play to load vars for managed_node3 138029 1726888110.81725: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888110.82118: done with get_vars() 138029 1726888110.82130: done getting variables 138029 1726888110.82174: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:30 -0400 (0:00:00.590) 0:02:03.545 ****** 138029 1726888110.82198: entering _queue_task() for managed_node3/set_fact 138029 1726888110.82407: worker is 1 (out of 1 available) 138029 1726888110.82421: exiting _queue_task() for managed_node3/set_fact 138029 1726888110.82433: done queuing things up, now waiting for results queue to drain 138029 1726888110.82435: waiting for pending results... 138029 1726888110.82626: running TaskExecutor() for managed_node3/TASK: Establish base value for expected size 138029 1726888110.82717: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001042 138029 1726888110.82728: variable 'ansible_search_path' from source: unknown 138029 1726888110.82757: calling self._execute() 138029 1726888110.82847: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888110.82851: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888110.82863: variable 'omit' from source: magic vars 138029 1726888110.83146: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888110.84716: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888110.84790: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888110.84826: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888110.84852: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888110.84876: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888110.84947: variable '_storage_test_volume_present' from source: set_fact 138029 1726888110.84966: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888110.85078: variable 'storage_test_volume' from source: include params 138029 1726888110.85141: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888110.85340: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888110.85392: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888110.85440: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888110.85506: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888110.85524: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888110.85639: variable 'storage_test_volume' from source: include params 138029 1726888110.85644: Evaluated conditional ('%' not in storage_test_volume.size | string): True 138029 1726888110.85674: variable 'omit' from source: magic vars 138029 1726888110.85771: variable 'omit' from source: magic vars 138029 1726888110.85872: variable 'storage_test_requested_size' from source: set_fact 138029 1726888110.85889: variable 'omit' from source: magic vars 138029 1726888110.85910: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888110.85930: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888110.85966: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888110.85969: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888110.86000: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888110.86003: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888110.86040: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888110.86054: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888110.86063: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888110.86067: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888110.86185: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888110.86189: Set connection var ansible_timeout to 10 138029 1726888110.86192: Set connection var ansible_pipelining to False 138029 1726888110.86194: Set connection var ansible_shell_type to sh 138029 1726888110.86196: Set connection var ansible_connection to ssh 138029 1726888110.86198: Set connection var ansible_shell_executable to /bin/sh 138029 1726888110.86234: variable 'ansible_shell_executable' from source: unknown 138029 1726888110.86237: variable 'ansible_connection' from source: unknown 138029 1726888110.86240: variable 'ansible_module_compression' from source: unknown 138029 1726888110.86242: variable 'ansible_shell_type' from source: unknown 138029 1726888110.86250: variable 'ansible_shell_executable' from source: unknown 138029 1726888110.86253: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888110.86318: variable 'ansible_pipelining' from source: unknown 138029 1726888110.86345: variable 'ansible_timeout' from source: unknown 138029 1726888110.86348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888110.86384: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888110.86388: variable 'omit' from source: magic vars 138029 1726888110.86390: starting attempt loop 138029 1726888110.86392: running the handler 138029 1726888110.86400: handler run complete 138029 1726888110.86407: attempt loop complete, returning result 138029 1726888110.86409: _execute() done 138029 1726888110.86412: dumping result to json 138029 1726888110.86415: done dumping result, returning 138029 1726888110.86423: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected size [0affc8a3-6f6f-5a58-73a2-000000001042] 138029 1726888110.86425: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001042 ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } 138029 1726888110.86568: no more pending results, returning what we have 138029 1726888110.86572: results queue empty 138029 1726888110.86573: checking for any_errors_fatal 138029 1726888110.86586: done checking for any_errors_fatal 138029 1726888110.86587: checking for max_fail_percentage 138029 1726888110.86589: done checking for max_fail_percentage 138029 1726888110.86590: checking to see if all hosts have failed and the running result is not ok 138029 1726888110.86590: done checking to see if all hosts have failed 138029 1726888110.86591: getting the remaining hosts for this loop 138029 1726888110.86593: done getting the remaining hosts for this loop 138029 1726888110.86596: getting the next task for host managed_node3 138029 1726888110.86604: done getting next task for host managed_node3 138029 1726888110.86606: ^ task is: TASK: Show expected size 138029 1726888110.86612: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888110.86621: getting variables 138029 1726888110.86622: in VariableManager get_vars() 138029 1726888110.86651: Calling all_inventory to load vars for managed_node3 138029 1726888110.86653: Calling groups_inventory to load vars for managed_node3 138029 1726888110.86658: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888110.86669: Calling all_plugins_play to load vars for managed_node3 138029 1726888110.86672: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888110.86674: Calling groups_plugins_play to load vars for managed_node3 138029 1726888110.87175: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888110.87846: done with get_vars() 138029 1726888110.87869: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001042 138029 1726888110.87872: WORKER PROCESS EXITING 138029 1726888110.87874: done getting variables 138029 1726888110.87928: 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:08:30 -0400 (0:00:00.057) 0:02:03.603 ****** 138029 1726888110.87964: entering _queue_task() for managed_node3/debug 138029 1726888110.88347: worker is 1 (out of 1 available) 138029 1726888110.88361: exiting _queue_task() for managed_node3/debug 138029 1726888110.88371: done queuing things up, now waiting for results queue to drain 138029 1726888110.88373: waiting for pending results... 138029 1726888110.88851: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888110.88945: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001043 138029 1726888110.88959: variable 'ansible_search_path' from source: unknown 138029 1726888110.88990: calling self._execute() 138029 1726888110.89082: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888110.89087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888110.89096: variable 'omit' from source: magic vars 138029 1726888110.89182: variable 'omit' from source: magic vars 138029 1726888110.89233: variable 'omit' from source: magic vars 138029 1726888110.89258: variable 'omit' from source: magic vars 138029 1726888110.89291: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888110.89321: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888110.89338: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888110.89352: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888110.89367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888110.89379: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888110.89393: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888110.89417: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888110.89420: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888110.89422: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888110.89508: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888110.89512: Set connection var ansible_timeout to 10 138029 1726888110.89517: Set connection var ansible_pipelining to False 138029 1726888110.89520: Set connection var ansible_shell_type to sh 138029 1726888110.89522: Set connection var ansible_connection to ssh 138029 1726888110.89527: Set connection var ansible_shell_executable to /bin/sh 138029 1726888110.89549: variable 'ansible_shell_executable' from source: unknown 138029 1726888110.89552: variable 'ansible_connection' from source: unknown 138029 1726888110.89556: variable 'ansible_module_compression' from source: unknown 138029 1726888110.89559: variable 'ansible_shell_type' from source: unknown 138029 1726888110.89564: variable 'ansible_shell_executable' from source: unknown 138029 1726888110.89566: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888110.89568: variable 'ansible_pipelining' from source: unknown 138029 1726888110.89571: variable 'ansible_timeout' from source: unknown 138029 1726888110.89573: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888110.89682: 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) 138029 1726888110.89692: variable 'omit' from source: magic vars 138029 1726888110.89695: starting attempt loop 138029 1726888110.89698: running the handler 138029 1726888110.89736: variable 'storage_test_expected_size' from source: set_fact 138029 1726888110.89874: variable 'storage_test_expected_size' from source: set_fact 138029 1726888110.89896: handler run complete 138029 1726888110.89910: attempt loop complete, returning result 138029 1726888110.89913: _execute() done 138029 1726888110.89916: dumping result to json 138029 1726888110.89919: done dumping result, returning 138029 1726888110.89925: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-000000001043] 138029 1726888110.89930: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001043 138029 1726888110.90015: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001043 138029 1726888110.90017: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } 138029 1726888110.90068: no more pending results, returning what we have 138029 1726888110.90071: results queue empty 138029 1726888110.90072: checking for any_errors_fatal 138029 1726888110.90080: done checking for any_errors_fatal 138029 1726888110.90081: checking for max_fail_percentage 138029 1726888110.90083: done checking for max_fail_percentage 138029 1726888110.90083: checking to see if all hosts have failed and the running result is not ok 138029 1726888110.90084: done checking to see if all hosts have failed 138029 1726888110.90085: getting the remaining hosts for this loop 138029 1726888110.90086: done getting the remaining hosts for this loop 138029 1726888110.90090: getting the next task for host managed_node3 138029 1726888110.90097: done getting next task for host managed_node3 138029 1726888110.90099: ^ task is: TASK: Get the size of parent/pool device 138029 1726888110.90105: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888110.90109: getting variables 138029 1726888110.90110: in VariableManager get_vars() 138029 1726888110.90140: Calling all_inventory to load vars for managed_node3 138029 1726888110.90143: Calling groups_inventory to load vars for managed_node3 138029 1726888110.90145: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888110.90153: Calling all_plugins_play to load vars for managed_node3 138029 1726888110.90158: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888110.90161: Calling groups_plugins_play to load vars for managed_node3 138029 1726888110.90534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888110.91408: done with get_vars() 138029 1726888110.91427: 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:08:30 -0400 (0:00:00.035) 0:02:03.638 ****** 138029 1726888110.91514: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888110.91778: worker is 1 (out of 1 available) 138029 1726888110.91792: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888110.91803: done queuing things up, now waiting for results queue to drain 138029 1726888110.91805: waiting for pending results... 138029 1726888110.92181: running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device 138029 1726888110.92461: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001044 138029 1726888110.92467: variable 'ansible_search_path' from source: unknown 138029 1726888110.92470: calling self._execute() 138029 1726888110.92473: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888110.92475: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888110.92478: variable 'omit' from source: magic vars 138029 1726888110.92852: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888110.96475: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888110.96545: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888110.96716: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888110.96765: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888110.96965: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888110.97104: variable '_storage_test_volume_present' from source: set_fact 138029 1726888110.97108: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888110.97417: variable 'storage_test_volume' from source: include params 138029 1726888110.97670: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888110.97673: variable 'omit' from source: magic vars 138029 1726888110.97676: variable 'omit' from source: magic vars 138029 1726888110.98011: variable 'ansible_lvm' from source: facts 138029 1726888110.98027: variable 'storage_test_pool' from source: include params 138029 1726888110.98365: variable 'omit' from source: magic vars 138029 1726888110.98369: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888110.98371: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888110.98379: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888110.98400: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888110.98416: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888110.98484: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888110.98506: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888110.98607: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888110.98616: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888110.98624: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888110.98883: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888110.98895: Set connection var ansible_timeout to 10 138029 1726888110.98910: Set connection var ansible_pipelining to False 138029 1726888110.98916: Set connection var ansible_shell_type to sh 138029 1726888110.98990: Set connection var ansible_connection to ssh 138029 1726888110.99002: Set connection var ansible_shell_executable to /bin/sh 138029 1726888110.99038: variable 'ansible_shell_executable' from source: unknown 138029 1726888110.99046: variable 'ansible_connection' from source: unknown 138029 1726888110.99054: variable 'ansible_module_compression' from source: unknown 138029 1726888110.99068: variable 'ansible_shell_type' from source: unknown 138029 1726888110.99075: variable 'ansible_shell_executable' from source: unknown 138029 1726888110.99082: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888110.99090: variable 'ansible_pipelining' from source: unknown 138029 1726888110.99097: variable 'ansible_timeout' from source: unknown 138029 1726888110.99104: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888110.99231: 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) 138029 1726888110.99245: variable 'omit' from source: magic vars 138029 1726888110.99252: starting attempt loop 138029 1726888110.99261: running the handler 138029 1726888110.99280: _low_level_execute_command(): starting 138029 1726888110.99291: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888111.00678: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888111.00782: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888111.00802: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888111.00828: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888111.00941: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888111.02649: stdout chunk (state=3): >>>/root <<< 138029 1726888111.02784: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888111.02820: stderr chunk (state=3): >>><<< 138029 1726888111.02824: stdout chunk (state=3): >>><<< 138029 1726888111.02844: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888111.02891: _low_level_execute_command(): starting 138029 1726888111.02898: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888111.0286174-141561-222894732758002 `" && echo ansible-tmp-1726888111.0286174-141561-222894732758002="` echo /root/.ansible/tmp/ansible-tmp-1726888111.0286174-141561-222894732758002 `" ) && sleep 0' 138029 1726888111.03535: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888111.03547: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888111.03562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888111.03578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888111.03594: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888111.03630: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888111.03633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888111.03635: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888111.03714: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888111.03727: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888111.03739: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888111.03759: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888111.03776: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888111.03843: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888111.14304: stdout chunk (state=3): >>>ansible-tmp-1726888111.0286174-141561-222894732758002=/root/.ansible/tmp/ansible-tmp-1726888111.0286174-141561-222894732758002 <<< 138029 1726888111.14405: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888111.14448: stderr chunk (state=3): >>><<< 138029 1726888111.14452: stdout chunk (state=3): >>><<< 138029 1726888111.14472: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888111.0286174-141561-222894732758002=/root/.ansible/tmp/ansible-tmp-1726888111.0286174-141561-222894732758002 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888111.14519: variable 'ansible_module_compression' from source: unknown 138029 1726888111.14552: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888111.14582: variable 'ansible_facts' from source: unknown 138029 1726888111.14635: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888111.0286174-141561-222894732758002/AnsiballZ_bsize.py 138029 1726888111.14733: Sending initial data 138029 1726888111.14737: Sent initial data (156 bytes) 138029 1726888111.15160: 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 <<< 138029 1726888111.15167: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888111.15180: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888111.15234: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888111.15241: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888111.15243: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888111.15287: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888111.16896: 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 <<< 138029 1726888111.16935: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888111.16977: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpt2pcwc2q /root/.ansible/tmp/ansible-tmp-1726888111.0286174-141561-222894732758002/AnsiballZ_bsize.py <<< 138029 1726888111.16990: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888111.0286174-141561-222894732758002/AnsiballZ_bsize.py" <<< 138029 1726888111.17024: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpt2pcwc2q" to remote "/root/.ansible/tmp/ansible-tmp-1726888111.0286174-141561-222894732758002/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888111.0286174-141561-222894732758002/AnsiballZ_bsize.py" <<< 138029 1726888111.17825: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888111.17874: stderr chunk (state=3): >>><<< 138029 1726888111.17891: stdout chunk (state=3): >>><<< 138029 1726888111.17924: done transferring module to remote 138029 1726888111.17950: _low_level_execute_command(): starting 138029 1726888111.17954: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888111.0286174-141561-222894732758002/ /root/.ansible/tmp/ansible-tmp-1726888111.0286174-141561-222894732758002/AnsiballZ_bsize.py && sleep 0' 138029 1726888111.18365: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888111.18380: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888111.18427: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888111.18430: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888111.18486: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888111.20334: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888111.20337: stderr chunk (state=3): >>><<< 138029 1726888111.20340: stdout chunk (state=3): >>><<< 138029 1726888111.20348: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888111.20350: _low_level_execute_command(): starting 138029 1726888111.20357: _low_level_execute_command(): using become for this command 138029 1726888111.20370: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-knygrzaikrnadoxnpubtgfpozqgesmcu ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888111.0286174-141561-222894732758002/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888111.20442: Initial state: awaiting_escalation: BECOME-SUCCESS-knygrzaikrnadoxnpubtgfpozqgesmcu 138029 1726888111.20810: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888111.20814: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888111.20837: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888111.20854: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888111.20903: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888111.23853: stdout chunk (state=1): >>>BECOME-SUCCESS-knygrzaikrnadoxnpubtgfpozqgesmcu <<< 138029 1726888111.23858: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-knygrzaikrnadoxnpubtgfpozqgesmcu' 138029 1726888111.24205: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888111.24235: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888111.24270: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888111.24274: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888111.24328: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888111.24332: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888111.24371: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888111.24407: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888111.24440: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888111.24494: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888111.24515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888111.24534: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888111.24545: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888111.24579: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888111.24620: 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 0x7f89f96183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f95e7a10> <<< 138029 1726888111.24631: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888111.24660: 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 0x7f89f961a960> <<< 138029 1726888111.24691: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888111.24704: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888111.24707: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888111.24728: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888111.24764: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888111.24771: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888111.24854: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888111.24872: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888111.24891: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888111.24912: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888111.24943: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888111.24961: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888111.24968: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888111.24981: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888111.24986: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888111.25015: 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 <<< 138029 1726888111.25019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888111.25054: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f9408fe0> <<< 138029 1726888111.25108: 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 <<< 138029 1726888111.25131: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888111.25134: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f9409fd0> <<< 138029 1726888111.25170: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888111.25204: 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. <<< 138029 1726888111.25448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888111.25459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888111.25494: 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 <<< 138029 1726888111.25536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888111.25557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888111.25584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888111.25594: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f944fdd0> <<< 138029 1726888111.25620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888111.25626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888111.25665: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888111.25672: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f944ffe0> <<< 138029 1726888111.25686: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888111.25707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888111.25740: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888111.25788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888111.25814: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888111.25847: 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' <<< 138029 1726888111.25864: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f947f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888111.25892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f947fe30> import '_collections' # <<< 138029 1726888111.25950: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f945faa0> <<< 138029 1726888111.25953: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888111.25987: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f945d1c0> <<< 138029 1726888111.26079: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f944cf80> <<< 138029 1726888111.26113: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888111.26131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888111.26181: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888111.26229: 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 <<< 138029 1726888111.26278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888111.26285: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94a3710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94a2330> <<< 138029 1726888111.26320: 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 0x7f89f945e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94a0b60> <<< 138029 1726888111.26381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888111.26391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94d4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f944c200> <<< 138029 1726888111.26431: 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' <<< 138029 1726888111.26466: 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 0x7f89f94d4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94d4ad0> <<< 138029 1726888111.26488: 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 0x7f89f94d4e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f9442d20> <<< 138029 1726888111.26561: 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' <<< 138029 1726888111.26564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888111.26599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94d5550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94d5220> import 'importlib.machinery' # <<< 138029 1726888111.26633: 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' <<< 138029 1726888111.26682: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94d6450> import 'importlib.util' # <<< 138029 1726888111.26685: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888111.26714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888111.26747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888111.26782: 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 0x7f89f94ec680> <<< 138029 1726888111.26799: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888111.26838: 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 0x7f89f94edd90> <<< 138029 1726888111.26889: 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' <<< 138029 1726888111.26893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888111.26919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94eec00> <<< 138029 1726888111.26941: 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 0x7f89f94ef260> <<< 138029 1726888111.26947: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94ee150> <<< 138029 1726888111.26967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888111.26995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888111.27032: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888111.27039: 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 0x7f89f94efce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94ef410> <<< 138029 1726888111.27073: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94d64b0> <<< 138029 1726888111.27100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888111.27140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888111.27143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888111.27164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888111.27197: 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 0x7f89f9287b60> <<< 138029 1726888111.27236: 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' <<< 138029 1726888111.27282: 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 0x7f89f92b0650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f92b03b0> <<< 138029 1726888111.27293: 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 0x7f89f92b0680> <<< 138029 1726888111.27319: 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' <<< 138029 1726888111.27388: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888111.27505: 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 0x7f89f92b0fb0> <<< 138029 1726888111.27637: 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 0x7f89f92b1940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f92b0860> <<< 138029 1726888111.27671: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f9285d00> <<< 138029 1726888111.27702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888111.27707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888111.27732: 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' <<< 138029 1726888111.27745: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f92b2cc0> <<< 138029 1726888111.27777: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f92b1820> <<< 138029 1726888111.27785: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94d6ba0> <<< 138029 1726888111.27813: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888111.27872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888111.27899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888111.27926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888111.27969: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f92db020> <<< 138029 1726888111.28022: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888111.28035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888111.28050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888111.28074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888111.28130: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f93033b0> <<< 138029 1726888111.28150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888111.28188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888111.28243: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888111.28262: 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 0x7f89f93601a0> <<< 138029 1726888111.28282: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888111.28312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888111.28341: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888111.28377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888111.28475: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f9362900> <<< 138029 1726888111.28541: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f93602c0> <<< 138029 1726888111.28582: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f932d190> <<< 138029 1726888111.28612: 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' <<< 138029 1726888111.28619: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f9169250> <<< 138029 1726888111.28635: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f93021b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f92b3bf0> <<< 138029 1726888111.31174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888111.31194: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f89f93027b0> <<< 138029 1726888111.39868: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_2w94nnq7/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 138029 1726888111.39874: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.39999: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.40030: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888111.40040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888111.40089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888111.40173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888111.40217: 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 0x7f89f91b6f60> import '_typing' # <<< 138029 1726888111.40413: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f9199e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f9198fb0> # zipimport: zlib available <<< 138029 1726888111.40447: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888111.40453: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.40485: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.40515: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888111.40529: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.41910: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.43034: 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' <<< 138029 1726888111.43057: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f91b4e00> <<< 138029 1726888111.43066: 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' <<< 138029 1726888111.43097: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888111.43111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888111.43123: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888111.43127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888111.43168: 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 0x7f89f91ea8d0> <<< 138029 1726888111.43206: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f91ea660> <<< 138029 1726888111.43230: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f91e9f70> <<< 138029 1726888111.43260: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888111.43288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888111.43306: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f91ea6f0> <<< 138029 1726888111.43319: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f91b7980> import 'atexit' # <<< 138029 1726888111.43350: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888111.43353: 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 0x7f89f91eb5f0> <<< 138029 1726888111.43381: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888111.43386: 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 0x7f89f91eb830> <<< 138029 1726888111.43399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888111.43453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888111.43463: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888111.43510: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f91ebd70> <<< 138029 1726888111.43515: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888111.43541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888111.43569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888111.43603: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b19b20> <<< 138029 1726888111.43640: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888111.43649: 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 0x7f89f8b1b740> <<< 138029 1726888111.43654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888111.43676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888111.43710: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b1c140> <<< 138029 1726888111.43731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888111.43769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888111.43788: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b1d040> <<< 138029 1726888111.43796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888111.43836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888111.43859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888111.43869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888111.43918: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b1fd40> <<< 138029 1726888111.43965: 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 0x7f89f9442cc0> <<< 138029 1726888111.43977: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b1e000> <<< 138029 1726888111.43999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888111.44026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888111.44052: 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' <<< 138029 1726888111.44080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888111.44106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888111.44138: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888111.44141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 138029 1726888111.44144: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b27bf0> <<< 138029 1726888111.44165: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888111.44226: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b266c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b26420> <<< 138029 1726888111.44260: 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' <<< 138029 1726888111.44337: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b26990> <<< 138029 1726888111.44379: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b1e510> <<< 138029 1726888111.44412: 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 0x7f89f8b6bec0> <<< 138029 1726888111.44419: 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 0x7f89f8b6bf20> <<< 138029 1726888111.44468: 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 <<< 138029 1726888111.44486: 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' <<< 138029 1726888111.44534: 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 0x7f89f8b6dac0> <<< 138029 1726888111.44542: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b6d880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888111.44660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888111.44716: 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 0x7f89f8b6ffb0> <<< 138029 1726888111.44719: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b6e1b0> <<< 138029 1726888111.44748: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888111.44782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888111.44805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888111.44818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888111.44866: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b737d0> <<< 138029 1726888111.44992: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b701a0> <<< 138029 1726888111.45047: 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 0x7f89f8b745c0> <<< 138029 1726888111.45098: 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 0x7f89f8b74830> <<< 138029 1726888111.45128: 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 0x7f89f8b74b00> <<< 138029 1726888111.45135: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b6c1a0> <<< 138029 1726888111.45158: 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 <<< 138029 1726888111.45184: 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 <<< 138029 1726888111.45207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888111.45249: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888111.45269: 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 0x7f89f8bfc290> <<< 138029 1726888111.45404: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888111.45425: 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 0x7f89f8bfd370> <<< 138029 1726888111.45447: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b76a20> <<< 138029 1726888111.45473: 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 0x7f89f8b77da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b76630> <<< 138029 1726888111.45476: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.45508: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.45520: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888111.45607: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.45697: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.45711: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888111.45739: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.45745: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888111.45770: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.45879: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.45996: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.46543: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.47087: 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' # <<< 138029 1726888111.47121: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888111.47140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888111.47184: 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 0x7f89f8a05460> <<< 138029 1726888111.47275: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888111.47278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888111.47288: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8a06240> <<< 138029 1726888111.47312: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b754f0> <<< 138029 1726888111.47346: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888111.47369: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.47393: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.47407: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888111.47410: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.47567: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.47708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888111.47716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 138029 1726888111.47722: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8a06000> <<< 138029 1726888111.47746: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.48199: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.48658: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.48724: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.48807: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888111.48812: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.48857: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.48895: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888111.48902: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.48971: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.49053: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888111.49058: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.49087: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888111.49092: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.49137: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.49181: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888111.49189: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.49419: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.49643: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888111.49695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888111.49728: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888111.49786: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8a074d0> <<< 138029 1726888111.49794: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.49868: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.49937: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888111.49951: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888111.49958: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888111.49975: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.50025: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.50065: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888111.50089: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.50128: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.50176: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.50222: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.50296: 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 <<< 138029 1726888111.50331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888111.50435: 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 0x7f89f8a120c0> <<< 138029 1726888111.50457: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8a0d730> <<< 138029 1726888111.50482: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888111.50491: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 138029 1726888111.50503: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.50576: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.50637: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.50669: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.50705: 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' <<< 138029 1726888111.50725: 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 <<< 138029 1726888111.50752: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888111.50794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888111.50847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888111.50851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888111.50878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888111.50929: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b02b70> <<< 138029 1726888111.50971: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f921e840> <<< 138029 1726888111.51050: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8a12300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8a071a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888111.51081: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.51126: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.51129: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888111.51176: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888111.51213: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.51227: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 138029 1726888111.51232: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.51273: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 138029 1726888111.51314: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888111.51326: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.51361: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888111.51366: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.51377: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.51402: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 138029 1726888111.51426: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.51478: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.51498: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.51506: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888111.51523: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.51539: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888111.51546: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.51659: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.51749: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888111.51820: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888111.51984: stdout chunk (state=3): >>> {"changed": false, "size": "9 GiB", "bytes": 10705205985, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.97G"}}} # destroy __main__ <<< 138029 1726888111.52299: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path<<< 138029 1726888111.52508: 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 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2<<< 138029 1726888111.52529: stdout chunk (state=3): >>>] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888111.52763: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888111.52767: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888111.52783: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888111.52787: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888111.52808: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888111.52837: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888111.52845: 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 <<< 138029 1726888111.52869: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 138029 1726888111.52899: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888111.52938: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888111.52944: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888111.52959: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888111.52986: 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 <<< 138029 1726888111.53016: 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 <<< 138029 1726888111.53040: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888111.53056: 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 <<< 138029 1726888111.53075: 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 <<< 138029 1726888111.53082: 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 <<< 138029 1726888111.53112: 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 <<< 138029 1726888111.53120: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 138029 1726888111.53125: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888111.53248: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888111.53270: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888111.53278: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888111.53292: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888111.53310: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888111.53314: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888111.53343: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888111.53380: 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 <<< 138029 1726888111.53383: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888111.53487: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888111.53516: 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 <<< 138029 1726888111.53545: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888111.53564: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 138029 1726888111.53589: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888111.53592: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888111.54073: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888111.54105: stderr chunk (state=3): >>><<< 138029 1726888111.54108: stdout chunk (state=3): >>><<< 138029 1726888111.54189: _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 0x7f89f96183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f95e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f961a960> 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 0x7f89f9408fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f89f9409fd0> 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 0x7f89f944fdd0> # /usr/lib64/python3.12/__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 0x7f89f944ffe0> # /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 0x7f89f947f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f947fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f945faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f945d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f944cf80> # /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 0x7f89f94a3710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94a2330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f945e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94a0b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94d4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f944c200> # /usr/lib64/python3.12/__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 0x7f89f94d4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94d4ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89f94d4e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f9442d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f89f94d5550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94d5220> 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 0x7f89f94d6450> 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 0x7f89f94ec680> 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 0x7f89f94edd90> # /usr/lib64/python3.12/__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 0x7f89f94eec00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89f94ef260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94ee150> # /usr/lib64/python3.12/__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 0x7f89f94efce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94ef410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94d64b0> # /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 0x7f89f9287b60> # /usr/lib64/python3.12/__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 0x7f89f92b0650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f92b03b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89f92b0680> # /usr/lib64/python3.12/__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 0x7f89f92b0fb0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89f92b1940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f92b0860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f9285d00> # /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 0x7f89f92b2cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f92b1820> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f94d6ba0> # /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 0x7f89f92db020> # /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 0x7f89f93033b0> # /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 0x7f89f93601a0> # /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 0x7f89f9362900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f93602c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f932d190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f9169250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f93021b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f92b3bf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f89f93027b0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_2w94nnq7/ansible_fedora.linux_system_roles.bsize_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 0x7f89f91b6f60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f9199e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f9198fb0> # 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 0x7f89f91b4e00> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f89f91ea8d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f91ea660> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f91e9f70> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f89f91ea6f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f91b7980> 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 0x7f89f91eb5f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89f91eb830> # /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 0x7f89f91ebd70> 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 0x7f89f8b19b20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89f8b1b740> # /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 0x7f89f8b1c140> # /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 0x7f89f8b1d040> # /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 0x7f89f8b1fd40> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89f9442cc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b1e000> # /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 0x7f89f8b27bf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b266c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b26420> # /usr/lib64/python3.12/__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 0x7f89f8b26990> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b1e510> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89f8b6bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b6bf20> # /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 0x7f89f8b6dac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b6d880> # /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 0x7f89f8b6ffb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b6e1b0> # /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 0x7f89f8b737d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b701a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89f8b745c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89f8b74830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89f8b74b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b6c1a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f89f8bfc290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89f8bfd370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b76a20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89f8b77da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b76630> # 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 0x7f89f8a05460> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f89f8a06240> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8b754f0> 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 0x7f89f8a06000> # 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 0x7f89f8a074d0> # 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 0x7f89f8a120c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8a0d730> 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 0x7f89f8b02b70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f921e840> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8a12300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89f8a071a0> # 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, "size": "9 GiB", "bytes": 10705205985, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.97G"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888111.54764: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '9.97G', '_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.bsize', '_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-1726888111.0286174-141561-222894732758002/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888111.54767: _low_level_execute_command(): starting 138029 1726888111.54770: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888111.0286174-141561-222894732758002/ > /dev/null 2>&1 && sleep 0' 138029 1726888111.54872: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888111.54876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888111.54881: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888111.54900: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888111.54947: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888111.54953: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888111.54958: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888111.55004: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888111.56904: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888111.56935: stderr chunk (state=3): >>><<< 138029 1726888111.56938: stdout chunk (state=3): >>><<< 138029 1726888111.56952: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888111.57021: handler run complete 138029 1726888111.57024: attempt loop complete, returning result 138029 1726888111.57026: _execute() done 138029 1726888111.57028: dumping result to json 138029 1726888111.57029: done dumping result, returning 138029 1726888111.57031: done running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device [0affc8a3-6f6f-5a58-73a2-000000001044] 138029 1726888111.57032: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001044 138029 1726888111.57098: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001044 138029 1726888111.57101: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 10705205985, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } 138029 1726888111.57176: no more pending results, returning what we have 138029 1726888111.57179: results queue empty 138029 1726888111.57180: checking for any_errors_fatal 138029 1726888111.57189: done checking for any_errors_fatal 138029 1726888111.57189: checking for max_fail_percentage 138029 1726888111.57191: done checking for max_fail_percentage 138029 1726888111.57192: checking to see if all hosts have failed and the running result is not ok 138029 1726888111.57192: done checking to see if all hosts have failed 138029 1726888111.57193: getting the remaining hosts for this loop 138029 1726888111.57194: done getting the remaining hosts for this loop 138029 1726888111.57198: getting the next task for host managed_node3 138029 1726888111.57207: done getting next task for host managed_node3 138029 1726888111.57211: ^ task is: TASK: Show test pool 138029 1726888111.57217: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888111.57221: getting variables 138029 1726888111.57223: in VariableManager get_vars() 138029 1726888111.57253: Calling all_inventory to load vars for managed_node3 138029 1726888111.57258: Calling groups_inventory to load vars for managed_node3 138029 1726888111.57261: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888111.57271: Calling all_plugins_play to load vars for managed_node3 138029 1726888111.57274: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888111.57276: Calling groups_plugins_play to load vars for managed_node3 138029 1726888111.57702: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888111.58101: done with get_vars() 138029 1726888111.58114: done getting variables 138029 1726888111.58159: 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:08:31 -0400 (0:00:00.666) 0:02:04.305 ****** 138029 1726888111.58184: entering _queue_task() for managed_node3/debug 138029 1726888111.58400: worker is 1 (out of 1 available) 138029 1726888111.58414: exiting _queue_task() for managed_node3/debug 138029 1726888111.58426: done queuing things up, now waiting for results queue to drain 138029 1726888111.58428: waiting for pending results... 138029 1726888111.58620: running TaskExecutor() for managed_node3/TASK: Show test pool 138029 1726888111.58720: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001046 138029 1726888111.58731: variable 'ansible_search_path' from source: unknown 138029 1726888111.58762: calling self._execute() 138029 1726888111.58849: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888111.58853: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888111.58863: variable 'omit' from source: magic vars 138029 1726888111.59143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888111.60622: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888111.60670: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888111.60708: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888111.60737: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888111.60759: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888111.60835: variable '_storage_test_volume_present' from source: set_fact 138029 1726888111.60847: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888111.60943: variable 'storage_test_volume' from source: include params 138029 1726888111.60968: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888111.61076: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888111.61095: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888111.61112: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888111.61138: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888111.61150: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888111.61209: variable 'storage_test_volume' from source: include params 138029 1726888111.61223: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888111.61226: when evaluation is False, skipping this task 138029 1726888111.61229: _execute() done 138029 1726888111.61232: dumping result to json 138029 1726888111.61234: done dumping result, returning 138029 1726888111.61241: done running TaskExecutor() for managed_node3/TASK: Show test pool [0affc8a3-6f6f-5a58-73a2-000000001046] 138029 1726888111.61246: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001046 138029 1726888111.61337: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001046 138029 1726888111.61340: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888111.61417: no more pending results, returning what we have 138029 1726888111.61420: results queue empty 138029 1726888111.61422: checking for any_errors_fatal 138029 1726888111.61430: done checking for any_errors_fatal 138029 1726888111.61431: checking for max_fail_percentage 138029 1726888111.61433: done checking for max_fail_percentage 138029 1726888111.61433: checking to see if all hosts have failed and the running result is not ok 138029 1726888111.61434: done checking to see if all hosts have failed 138029 1726888111.61435: getting the remaining hosts for this loop 138029 1726888111.61436: done getting the remaining hosts for this loop 138029 1726888111.61439: getting the next task for host managed_node3 138029 1726888111.61446: done getting next task for host managed_node3 138029 1726888111.61449: ^ task is: TASK: Show test blockinfo 138029 1726888111.61457: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888111.61461: getting variables 138029 1726888111.61462: in VariableManager get_vars() 138029 1726888111.61489: Calling all_inventory to load vars for managed_node3 138029 1726888111.61492: Calling groups_inventory to load vars for managed_node3 138029 1726888111.61494: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888111.61503: Calling all_plugins_play to load vars for managed_node3 138029 1726888111.61505: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888111.61508: Calling groups_plugins_play to load vars for managed_node3 138029 1726888111.61912: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888111.62298: done with get_vars() 138029 1726888111.62310: done getting variables 138029 1726888111.62352: 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:08:31 -0400 (0:00:00.041) 0:02:04.347 ****** 138029 1726888111.62378: entering _queue_task() for managed_node3/debug 138029 1726888111.62581: worker is 1 (out of 1 available) 138029 1726888111.62591: exiting _queue_task() for managed_node3/debug 138029 1726888111.62600: done queuing things up, now waiting for results queue to drain 138029 1726888111.62601: waiting for pending results... 138029 1726888111.62847: running TaskExecutor() for managed_node3/TASK: Show test blockinfo 138029 1726888111.62941: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001047 138029 1726888111.62954: variable 'ansible_search_path' from source: unknown 138029 1726888111.62986: calling self._execute() 138029 1726888111.63075: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888111.63079: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888111.63088: variable 'omit' from source: magic vars 138029 1726888111.63357: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888111.64797: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888111.64843: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888111.64880: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888111.64906: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888111.64926: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888111.65007: variable '_storage_test_volume_present' from source: set_fact 138029 1726888111.65021: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888111.65113: variable 'storage_test_volume' from source: include params 138029 1726888111.65134: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888111.65241: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888111.65267: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888111.65282: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888111.65307: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888111.65319: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888111.65377: variable 'storage_test_volume' from source: include params 138029 1726888111.65390: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888111.65393: when evaluation is False, skipping this task 138029 1726888111.65396: _execute() done 138029 1726888111.65399: dumping result to json 138029 1726888111.65401: done dumping result, returning 138029 1726888111.65408: done running TaskExecutor() for managed_node3/TASK: Show test blockinfo [0affc8a3-6f6f-5a58-73a2-000000001047] 138029 1726888111.65413: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001047 138029 1726888111.65500: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001047 138029 1726888111.65503: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888111.65584: no more pending results, returning what we have 138029 1726888111.65587: results queue empty 138029 1726888111.65588: checking for any_errors_fatal 138029 1726888111.65594: done checking for any_errors_fatal 138029 1726888111.65595: checking for max_fail_percentage 138029 1726888111.65597: done checking for max_fail_percentage 138029 1726888111.65598: checking to see if all hosts have failed and the running result is not ok 138029 1726888111.65598: done checking to see if all hosts have failed 138029 1726888111.65599: getting the remaining hosts for this loop 138029 1726888111.65600: done getting the remaining hosts for this loop 138029 1726888111.65604: getting the next task for host managed_node3 138029 1726888111.65611: done getting next task for host managed_node3 138029 1726888111.65615: ^ task is: TASK: Show test pool size 138029 1726888111.65620: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888111.65624: getting variables 138029 1726888111.65625: in VariableManager get_vars() 138029 1726888111.65651: Calling all_inventory to load vars for managed_node3 138029 1726888111.65654: Calling groups_inventory to load vars for managed_node3 138029 1726888111.65658: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888111.65670: Calling all_plugins_play to load vars for managed_node3 138029 1726888111.65672: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888111.65675: Calling groups_plugins_play to load vars for managed_node3 138029 1726888111.66057: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888111.66442: done with get_vars() 138029 1726888111.66453: done getting variables 138029 1726888111.66499: 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:08:31 -0400 (0:00:00.041) 0:02:04.388 ****** 138029 1726888111.66523: entering _queue_task() for managed_node3/debug 138029 1726888111.66731: worker is 1 (out of 1 available) 138029 1726888111.66743: exiting _queue_task() for managed_node3/debug 138029 1726888111.66757: done queuing things up, now waiting for results queue to drain 138029 1726888111.66759: waiting for pending results... 138029 1726888111.66937: running TaskExecutor() for managed_node3/TASK: Show test pool size 138029 1726888111.67032: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001048 138029 1726888111.67043: variable 'ansible_search_path' from source: unknown 138029 1726888111.67076: calling self._execute() 138029 1726888111.67160: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888111.67167: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888111.67174: variable 'omit' from source: magic vars 138029 1726888111.67440: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888111.69142: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888111.69188: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888111.69216: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888111.69239: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888111.69259: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888111.69329: variable '_storage_test_volume_present' from source: set_fact 138029 1726888111.69342: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888111.69446: variable 'storage_test_volume' from source: include params 138029 1726888111.69467: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888111.69578: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888111.69600: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888111.69619: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888111.69644: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888111.69656: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888111.69718: variable 'storage_test_volume' from source: include params 138029 1726888111.69728: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888111.69731: when evaluation is False, skipping this task 138029 1726888111.69733: _execute() done 138029 1726888111.69736: dumping result to json 138029 1726888111.69738: done dumping result, returning 138029 1726888111.69745: done running TaskExecutor() for managed_node3/TASK: Show test pool size [0affc8a3-6f6f-5a58-73a2-000000001048] 138029 1726888111.69750: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001048 138029 1726888111.69839: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001048 138029 1726888111.69842: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888111.69888: no more pending results, returning what we have 138029 1726888111.69892: results queue empty 138029 1726888111.69893: checking for any_errors_fatal 138029 1726888111.69899: done checking for any_errors_fatal 138029 1726888111.69900: checking for max_fail_percentage 138029 1726888111.69902: done checking for max_fail_percentage 138029 1726888111.69903: checking to see if all hosts have failed and the running result is not ok 138029 1726888111.69903: done checking to see if all hosts have failed 138029 1726888111.69904: getting the remaining hosts for this loop 138029 1726888111.69905: done getting the remaining hosts for this loop 138029 1726888111.69909: getting the next task for host managed_node3 138029 1726888111.69916: done getting next task for host managed_node3 138029 1726888111.69919: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888111.69924: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888111.69929: getting variables 138029 1726888111.69930: in VariableManager get_vars() 138029 1726888111.69972: Calling all_inventory to load vars for managed_node3 138029 1726888111.69975: Calling groups_inventory to load vars for managed_node3 138029 1726888111.69978: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888111.69988: Calling all_plugins_play to load vars for managed_node3 138029 1726888111.69990: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888111.69993: Calling groups_plugins_play to load vars for managed_node3 138029 1726888111.70386: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888111.70947: done with get_vars() 138029 1726888111.70960: done getting variables 138029 1726888111.71001: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:31 -0400 (0:00:00.045) 0:02:04.433 ****** 138029 1726888111.71025: entering _queue_task() for managed_node3/set_fact 138029 1726888111.71242: worker is 1 (out of 1 available) 138029 1726888111.71257: exiting _queue_task() for managed_node3/set_fact 138029 1726888111.71271: done queuing things up, now waiting for results queue to drain 138029 1726888111.71274: waiting for pending results... 138029 1726888111.71451: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888111.71566: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001049 138029 1726888111.71576: variable 'ansible_search_path' from source: unknown 138029 1726888111.71613: calling self._execute() 138029 1726888111.71694: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888111.71697: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888111.71707: variable 'omit' from source: magic vars 138029 1726888111.71982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888111.73431: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888111.73478: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888111.73513: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888111.73539: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888111.73559: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888111.73629: variable '_storage_test_volume_present' from source: set_fact 138029 1726888111.73642: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888111.73735: variable 'storage_test_volume' from source: include params 138029 1726888111.73754: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888111.73861: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888111.73882: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888111.73902: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888111.73928: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888111.73939: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888111.73996: variable 'storage_test_volume' from source: include params 138029 1726888111.74012: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888111.74015: when evaluation is False, skipping this task 138029 1726888111.74018: _execute() done 138029 1726888111.74021: dumping result to json 138029 1726888111.74025: done dumping result, returning 138029 1726888111.74029: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-000000001049] 138029 1726888111.74035: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001049 138029 1726888111.74123: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001049 138029 1726888111.74126: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } 138029 1726888111.74176: no more pending results, returning what we have 138029 1726888111.74180: results queue empty 138029 1726888111.74181: checking for any_errors_fatal 138029 1726888111.74189: done checking for any_errors_fatal 138029 1726888111.74190: checking for max_fail_percentage 138029 1726888111.74192: done checking for max_fail_percentage 138029 1726888111.74193: checking to see if all hosts have failed and the running result is not ok 138029 1726888111.74193: done checking to see if all hosts have failed 138029 1726888111.74194: getting the remaining hosts for this loop 138029 1726888111.74195: done getting the remaining hosts for this loop 138029 1726888111.74199: getting the next task for host managed_node3 138029 1726888111.74207: done getting next task for host managed_node3 138029 1726888111.74213: ^ task is: TASK: Default thin pool reserved space values 138029 1726888111.74219: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888111.74223: getting variables 138029 1726888111.74224: in VariableManager get_vars() 138029 1726888111.74254: Calling all_inventory to load vars for managed_node3 138029 1726888111.74257: Calling groups_inventory to load vars for managed_node3 138029 1726888111.74260: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888111.74271: Calling all_plugins_play to load vars for managed_node3 138029 1726888111.74274: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888111.74277: Calling groups_plugins_play to load vars for managed_node3 138029 1726888111.74672: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888111.75068: done with get_vars() 138029 1726888111.75079: done getting variables 138029 1726888111.75120: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:31 -0400 (0:00:00.041) 0:02:04.475 ****** 138029 1726888111.75148: entering _queue_task() for managed_node3/set_fact 138029 1726888111.75349: worker is 1 (out of 1 available) 138029 1726888111.75367: exiting _queue_task() for managed_node3/set_fact 138029 1726888111.75382: done queuing things up, now waiting for results queue to drain 138029 1726888111.75383: waiting for pending results... 138029 1726888111.75564: running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values 138029 1726888111.75674: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000104b 138029 1726888111.75686: variable 'ansible_search_path' from source: unknown 138029 1726888111.75715: calling self._execute() 138029 1726888111.75802: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888111.75806: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888111.75815: variable 'omit' from source: magic vars 138029 1726888111.76101: variable 'storage_test_volume' from source: include params 138029 1726888111.76118: Evaluated conditional (storage_test_volume.thin): False 138029 1726888111.76122: when evaluation is False, skipping this task 138029 1726888111.76125: _execute() done 138029 1726888111.76128: dumping result to json 138029 1726888111.76131: done dumping result, returning 138029 1726888111.76134: done running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values [0affc8a3-6f6f-5a58-73a2-00000000104b] 138029 1726888111.76140: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000104b 138029 1726888111.76230: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000104b 138029 1726888111.76234: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888111.76284: no more pending results, returning what we have 138029 1726888111.76288: results queue empty 138029 1726888111.76289: checking for any_errors_fatal 138029 1726888111.76298: done checking for any_errors_fatal 138029 1726888111.76298: checking for max_fail_percentage 138029 1726888111.76300: done checking for max_fail_percentage 138029 1726888111.76301: checking to see if all hosts have failed and the running result is not ok 138029 1726888111.76302: done checking to see if all hosts have failed 138029 1726888111.76302: getting the remaining hosts for this loop 138029 1726888111.76304: done getting the remaining hosts for this loop 138029 1726888111.76307: getting the next task for host managed_node3 138029 1726888111.76315: done getting next task for host managed_node3 138029 1726888111.76317: ^ task is: TASK: Default minimal thin pool reserved space size 138029 1726888111.76324: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888111.76328: getting variables 138029 1726888111.76329: in VariableManager get_vars() 138029 1726888111.76353: Calling all_inventory to load vars for managed_node3 138029 1726888111.76358: Calling groups_inventory to load vars for managed_node3 138029 1726888111.76360: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888111.76373: Calling all_plugins_play to load vars for managed_node3 138029 1726888111.76376: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888111.76378: Calling groups_plugins_play to load vars for managed_node3 138029 1726888111.76752: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888111.77275: done with get_vars() 138029 1726888111.77286: 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:08:31 -0400 (0:00:00.021) 0:02:04.497 ****** 138029 1726888111.77345: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888111.77550: worker is 1 (out of 1 available) 138029 1726888111.77566: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888111.77582: done queuing things up, now waiting for results queue to drain 138029 1726888111.77584: waiting for pending results... 138029 1726888111.78012: running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size 138029 1726888111.78245: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000104c 138029 1726888111.78250: variable 'ansible_search_path' from source: unknown 138029 1726888111.78277: calling self._execute() 138029 1726888111.78359: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888111.78382: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888111.78386: variable 'omit' from source: magic vars 138029 1726888111.78810: variable 'storage_test_volume' from source: include params 138029 1726888111.78833: Evaluated conditional (storage_test_volume.thin): False 138029 1726888111.78837: when evaluation is False, skipping this task 138029 1726888111.78844: _execute() done 138029 1726888111.78847: dumping result to json 138029 1726888111.78851: done dumping result, returning 138029 1726888111.78854: done running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-00000000104c] 138029 1726888111.78858: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000104c 138029 1726888111.78961: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000104c 138029 1726888111.78965: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888111.79014: no more pending results, returning what we have 138029 1726888111.79017: results queue empty 138029 1726888111.79018: checking for any_errors_fatal 138029 1726888111.79025: done checking for any_errors_fatal 138029 1726888111.79025: checking for max_fail_percentage 138029 1726888111.79027: done checking for max_fail_percentage 138029 1726888111.79028: checking to see if all hosts have failed and the running result is not ok 138029 1726888111.79028: done checking to see if all hosts have failed 138029 1726888111.79029: getting the remaining hosts for this loop 138029 1726888111.79030: done getting the remaining hosts for this loop 138029 1726888111.79033: getting the next task for host managed_node3 138029 1726888111.79040: done getting next task for host managed_node3 138029 1726888111.79042: ^ task is: TASK: Default maximal thin pool reserved space size 138029 1726888111.79047: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888111.79050: getting variables 138029 1726888111.79051: in VariableManager get_vars() 138029 1726888111.79078: Calling all_inventory to load vars for managed_node3 138029 1726888111.79080: Calling groups_inventory to load vars for managed_node3 138029 1726888111.79083: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888111.79091: Calling all_plugins_play to load vars for managed_node3 138029 1726888111.79094: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888111.79096: Calling groups_plugins_play to load vars for managed_node3 138029 1726888111.79572: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888111.80240: done with get_vars() 138029 1726888111.80254: 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:08:31 -0400 (0:00:00.029) 0:02:04.526 ****** 138029 1726888111.80333: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888111.80570: worker is 1 (out of 1 available) 138029 1726888111.80584: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888111.80595: done queuing things up, now waiting for results queue to drain 138029 1726888111.80596: waiting for pending results... 138029 1726888111.80978: running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size 138029 1726888111.81025: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000104d 138029 1726888111.81045: variable 'ansible_search_path' from source: unknown 138029 1726888111.81091: calling self._execute() 138029 1726888111.81209: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888111.81219: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888111.81232: variable 'omit' from source: magic vars 138029 1726888111.81570: variable 'storage_test_volume' from source: include params 138029 1726888111.81599: Evaluated conditional (storage_test_volume.thin): False 138029 1726888111.81602: when evaluation is False, skipping this task 138029 1726888111.81605: _execute() done 138029 1726888111.81608: dumping result to json 138029 1726888111.81610: done dumping result, returning 138029 1726888111.81615: done running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-00000000104d] 138029 1726888111.81617: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000104d 138029 1726888111.81711: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000104d 138029 1726888111.81715: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888111.81782: no more pending results, returning what we have 138029 1726888111.81785: results queue empty 138029 1726888111.81786: checking for any_errors_fatal 138029 1726888111.81793: done checking for any_errors_fatal 138029 1726888111.81794: checking for max_fail_percentage 138029 1726888111.81796: done checking for max_fail_percentage 138029 1726888111.81796: checking to see if all hosts have failed and the running result is not ok 138029 1726888111.81797: done checking to see if all hosts have failed 138029 1726888111.81798: getting the remaining hosts for this loop 138029 1726888111.81799: done getting the remaining hosts for this loop 138029 1726888111.81802: getting the next task for host managed_node3 138029 1726888111.81808: done getting next task for host managed_node3 138029 1726888111.81810: ^ task is: TASK: Calculate maximum usable space in thin pool 138029 1726888111.81816: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888111.81819: getting variables 138029 1726888111.81820: in VariableManager get_vars() 138029 1726888111.81848: Calling all_inventory to load vars for managed_node3 138029 1726888111.81850: Calling groups_inventory to load vars for managed_node3 138029 1726888111.81852: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888111.81865: Calling all_plugins_play to load vars for managed_node3 138029 1726888111.81868: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888111.81870: Calling groups_plugins_play to load vars for managed_node3 138029 1726888111.82215: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888111.82775: done with get_vars() 138029 1726888111.82785: done getting variables 138029 1726888111.82824: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:31 -0400 (0:00:00.025) 0:02:04.552 ****** 138029 1726888111.82846: entering _queue_task() for managed_node3/set_fact 138029 1726888111.83044: worker is 1 (out of 1 available) 138029 1726888111.83061: exiting _queue_task() for managed_node3/set_fact 138029 1726888111.83075: done queuing things up, now waiting for results queue to drain 138029 1726888111.83077: waiting for pending results... 138029 1726888111.83260: running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool 138029 1726888111.83565: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000104e 138029 1726888111.83569: variable 'ansible_search_path' from source: unknown 138029 1726888111.83573: calling self._execute() 138029 1726888111.83576: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888111.83578: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888111.83581: variable 'omit' from source: magic vars 138029 1726888111.83910: variable 'storage_test_volume' from source: include params 138029 1726888111.83939: Evaluated conditional (storage_test_volume.thin): False 138029 1726888111.83943: when evaluation is False, skipping this task 138029 1726888111.83947: _execute() done 138029 1726888111.83949: dumping result to json 138029 1726888111.83952: done dumping result, returning 138029 1726888111.84191: done running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-5a58-73a2-00000000104e] 138029 1726888111.84195: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000104e 138029 1726888111.84261: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000104e 138029 1726888111.84267: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888111.84331: no more pending results, returning what we have 138029 1726888111.84334: results queue empty 138029 1726888111.84335: checking for any_errors_fatal 138029 1726888111.84342: done checking for any_errors_fatal 138029 1726888111.84342: checking for max_fail_percentage 138029 1726888111.84344: done checking for max_fail_percentage 138029 1726888111.84344: checking to see if all hosts have failed and the running result is not ok 138029 1726888111.84345: done checking to see if all hosts have failed 138029 1726888111.84346: getting the remaining hosts for this loop 138029 1726888111.84347: done getting the remaining hosts for this loop 138029 1726888111.84350: getting the next task for host managed_node3 138029 1726888111.84360: done getting next task for host managed_node3 138029 1726888111.84365: ^ task is: TASK: Apply upper size limit to max usable thin pool space 138029 1726888111.84372: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888111.84376: getting variables 138029 1726888111.84377: in VariableManager get_vars() 138029 1726888111.84402: Calling all_inventory to load vars for managed_node3 138029 1726888111.84409: Calling groups_inventory to load vars for managed_node3 138029 1726888111.84412: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888111.84420: Calling all_plugins_play to load vars for managed_node3 138029 1726888111.84423: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888111.84426: Calling groups_plugins_play to load vars for managed_node3 138029 1726888111.89438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888111.89803: done with get_vars() 138029 1726888111.89822: done getting variables 138029 1726888111.89861: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:31 -0400 (0:00:00.070) 0:02:04.622 ****** 138029 1726888111.89889: entering _queue_task() for managed_node3/set_fact 138029 1726888111.90194: worker is 1 (out of 1 available) 138029 1726888111.90207: exiting _queue_task() for managed_node3/set_fact 138029 1726888111.90221: done queuing things up, now waiting for results queue to drain 138029 1726888111.90224: waiting for pending results... 138029 1726888111.90518: running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space 138029 1726888111.90669: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000104f 138029 1726888111.90676: variable 'ansible_search_path' from source: unknown 138029 1726888111.90722: calling self._execute() 138029 1726888111.90830: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888111.90834: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888111.90846: variable 'omit' from source: magic vars 138029 1726888111.91202: variable 'storage_test_volume' from source: include params 138029 1726888111.91231: Evaluated conditional (storage_test_volume.thin): False 138029 1726888111.91236: when evaluation is False, skipping this task 138029 1726888111.91240: _execute() done 138029 1726888111.91243: dumping result to json 138029 1726888111.91245: done dumping result, returning 138029 1726888111.91248: done running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-00000000104f] 138029 1726888111.91251: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000104f 138029 1726888111.91340: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000104f 138029 1726888111.91342: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888111.91408: no more pending results, returning what we have 138029 1726888111.91412: results queue empty 138029 1726888111.91413: checking for any_errors_fatal 138029 1726888111.91423: done checking for any_errors_fatal 138029 1726888111.91424: checking for max_fail_percentage 138029 1726888111.91426: done checking for max_fail_percentage 138029 1726888111.91427: checking to see if all hosts have failed and the running result is not ok 138029 1726888111.91427: done checking to see if all hosts have failed 138029 1726888111.91428: getting the remaining hosts for this loop 138029 1726888111.91429: done getting the remaining hosts for this loop 138029 1726888111.91433: getting the next task for host managed_node3 138029 1726888111.91440: done getting next task for host managed_node3 138029 1726888111.91442: ^ task is: TASK: Apply lower size limit to max usable thin pool space 138029 1726888111.91448: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888111.91452: getting variables 138029 1726888111.91453: in VariableManager get_vars() 138029 1726888111.91489: Calling all_inventory to load vars for managed_node3 138029 1726888111.91492: Calling groups_inventory to load vars for managed_node3 138029 1726888111.91494: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888111.91503: Calling all_plugins_play to load vars for managed_node3 138029 1726888111.91506: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888111.91508: Calling groups_plugins_play to load vars for managed_node3 138029 1726888111.91870: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888111.92253: done with get_vars() 138029 1726888111.92267: done getting variables 138029 1726888111.92307: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:31 -0400 (0:00:00.024) 0:02:04.646 ****** 138029 1726888111.92331: entering _queue_task() for managed_node3/set_fact 138029 1726888111.92533: worker is 1 (out of 1 available) 138029 1726888111.92548: exiting _queue_task() for managed_node3/set_fact 138029 1726888111.92565: done queuing things up, now waiting for results queue to drain 138029 1726888111.92567: waiting for pending results... 138029 1726888111.92732: running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space 138029 1726888111.92838: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001050 138029 1726888111.92848: variable 'ansible_search_path' from source: unknown 138029 1726888111.92880: calling self._execute() 138029 1726888111.92966: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888111.92970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888111.92977: variable 'omit' from source: magic vars 138029 1726888111.93461: variable 'storage_test_volume' from source: include params 138029 1726888111.93467: Evaluated conditional (storage_test_volume.thin): False 138029 1726888111.93469: when evaluation is False, skipping this task 138029 1726888111.93471: _execute() done 138029 1726888111.93474: dumping result to json 138029 1726888111.93476: done dumping result, returning 138029 1726888111.93478: done running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-000000001050] 138029 1726888111.93480: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001050 138029 1726888111.93541: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001050 138029 1726888111.93544: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888111.93583: no more pending results, returning what we have 138029 1726888111.93585: results queue empty 138029 1726888111.93586: checking for any_errors_fatal 138029 1726888111.93590: done checking for any_errors_fatal 138029 1726888111.93591: checking for max_fail_percentage 138029 1726888111.93592: done checking for max_fail_percentage 138029 1726888111.93593: checking to see if all hosts have failed and the running result is not ok 138029 1726888111.93593: done checking to see if all hosts have failed 138029 1726888111.93594: getting the remaining hosts for this loop 138029 1726888111.93595: done getting the remaining hosts for this loop 138029 1726888111.93598: getting the next task for host managed_node3 138029 1726888111.93604: done getting next task for host managed_node3 138029 1726888111.93606: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 138029 1726888111.93612: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888111.93616: getting variables 138029 1726888111.93617: in VariableManager get_vars() 138029 1726888111.93642: Calling all_inventory to load vars for managed_node3 138029 1726888111.93644: Calling groups_inventory to load vars for managed_node3 138029 1726888111.93647: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888111.93681: Calling all_plugins_play to load vars for managed_node3 138029 1726888111.93684: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888111.93688: Calling groups_plugins_play to load vars for managed_node3 138029 1726888111.94303: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888111.94879: done with get_vars() 138029 1726888111.94889: 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:08:31 -0400 (0:00:00.026) 0:02:04.672 ****** 138029 1726888111.94943: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888111.95139: worker is 1 (out of 1 available) 138029 1726888111.95153: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888111.95169: done queuing things up, now waiting for results queue to drain 138029 1726888111.95171: waiting for pending results... 138029 1726888111.95339: running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size 138029 1726888111.95443: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001051 138029 1726888111.95458: variable 'ansible_search_path' from source: unknown 138029 1726888111.95486: calling self._execute() 138029 1726888111.95567: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888111.95571: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888111.95578: variable 'omit' from source: magic vars 138029 1726888111.95845: variable 'storage_test_volume' from source: include params 138029 1726888111.95871: Evaluated conditional (storage_test_volume.thin): False 138029 1726888111.95874: when evaluation is False, skipping this task 138029 1726888111.95878: _execute() done 138029 1726888111.95880: dumping result to json 138029 1726888111.95883: done dumping result, returning 138029 1726888111.95889: done running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-5a58-73a2-000000001051] 138029 1726888111.95894: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001051 138029 1726888111.95984: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001051 138029 1726888111.95987: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888111.96033: no more pending results, returning what we have 138029 1726888111.96037: results queue empty 138029 1726888111.96038: checking for any_errors_fatal 138029 1726888111.96044: done checking for any_errors_fatal 138029 1726888111.96045: checking for max_fail_percentage 138029 1726888111.96046: done checking for max_fail_percentage 138029 1726888111.96047: checking to see if all hosts have failed and the running result is not ok 138029 1726888111.96048: done checking to see if all hosts have failed 138029 1726888111.96049: getting the remaining hosts for this loop 138029 1726888111.96050: done getting the remaining hosts for this loop 138029 1726888111.96054: getting the next task for host managed_node3 138029 1726888111.96065: done getting next task for host managed_node3 138029 1726888111.96067: ^ task is: TASK: Show max thin pool size 138029 1726888111.96073: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888111.96077: getting variables 138029 1726888111.96078: in VariableManager get_vars() 138029 1726888111.96108: Calling all_inventory to load vars for managed_node3 138029 1726888111.96111: Calling groups_inventory to load vars for managed_node3 138029 1726888111.96114: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888111.96124: Calling all_plugins_play to load vars for managed_node3 138029 1726888111.96126: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888111.96129: Calling groups_plugins_play to load vars for managed_node3 138029 1726888111.96747: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888111.97337: done with get_vars() 138029 1726888111.97352: done getting variables 138029 1726888111.97411: 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:08:31 -0400 (0:00:00.024) 0:02:04.697 ****** 138029 1726888111.97444: entering _queue_task() for managed_node3/debug 138029 1726888111.97675: worker is 1 (out of 1 available) 138029 1726888111.97688: exiting _queue_task() for managed_node3/debug 138029 1726888111.97699: done queuing things up, now waiting for results queue to drain 138029 1726888111.97700: waiting for pending results... 138029 1726888111.98045: running TaskExecutor() for managed_node3/TASK: Show max thin pool size 138029 1726888111.98119: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001052 138029 1726888111.98125: variable 'ansible_search_path' from source: unknown 138029 1726888111.98167: calling self._execute() 138029 1726888111.98239: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888111.98244: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888111.98252: variable 'omit' from source: magic vars 138029 1726888111.98520: variable 'storage_test_volume' from source: include params 138029 1726888111.98541: Evaluated conditional (storage_test_volume.thin): False 138029 1726888111.98547: when evaluation is False, skipping this task 138029 1726888111.98550: _execute() done 138029 1726888111.98554: dumping result to json 138029 1726888111.98559: done dumping result, returning 138029 1726888111.98566: done running TaskExecutor() for managed_node3/TASK: Show max thin pool size [0affc8a3-6f6f-5a58-73a2-000000001052] 138029 1726888111.98569: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001052 138029 1726888111.98657: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001052 138029 1726888111.98660: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888111.98707: no more pending results, returning what we have 138029 1726888111.98710: results queue empty 138029 1726888111.98711: checking for any_errors_fatal 138029 1726888111.98718: done checking for any_errors_fatal 138029 1726888111.98719: checking for max_fail_percentage 138029 1726888111.98721: done checking for max_fail_percentage 138029 1726888111.98721: checking to see if all hosts have failed and the running result is not ok 138029 1726888111.98722: done checking to see if all hosts have failed 138029 1726888111.98723: getting the remaining hosts for this loop 138029 1726888111.98724: done getting the remaining hosts for this loop 138029 1726888111.98728: getting the next task for host managed_node3 138029 1726888111.98734: done getting next task for host managed_node3 138029 1726888111.98737: ^ task is: TASK: Show volume thin pool size 138029 1726888111.98742: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888111.98745: getting variables 138029 1726888111.98746: in VariableManager get_vars() 138029 1726888111.98775: Calling all_inventory to load vars for managed_node3 138029 1726888111.98777: Calling groups_inventory to load vars for managed_node3 138029 1726888111.98779: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888111.98788: Calling all_plugins_play to load vars for managed_node3 138029 1726888111.98790: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888111.98793: Calling groups_plugins_play to load vars for managed_node3 138029 1726888111.99304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888111.99666: done with get_vars() 138029 1726888111.99675: done getting variables 138029 1726888111.99715: 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:08:31 -0400 (0:00:00.022) 0:02:04.720 ****** 138029 1726888111.99736: entering _queue_task() for managed_node3/debug 138029 1726888111.99982: worker is 1 (out of 1 available) 138029 1726888111.99995: exiting _queue_task() for managed_node3/debug 138029 1726888112.00007: done queuing things up, now waiting for results queue to drain 138029 1726888112.00009: waiting for pending results... 138029 1726888112.00372: running TaskExecutor() for managed_node3/TASK: Show volume thin pool size 138029 1726888112.00550: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001053 138029 1726888112.00554: variable 'ansible_search_path' from source: unknown 138029 1726888112.00561: calling self._execute() 138029 1726888112.00711: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.00725: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.00746: variable 'omit' from source: magic vars 138029 1726888112.01031: variable 'storage_test_volume' from source: include params 138029 1726888112.01054: Evaluated conditional (storage_test_volume.thin): False 138029 1726888112.01058: when evaluation is False, skipping this task 138029 1726888112.01065: _execute() done 138029 1726888112.01068: dumping result to json 138029 1726888112.01071: done dumping result, returning 138029 1726888112.01074: done running TaskExecutor() for managed_node3/TASK: Show volume thin pool size [0affc8a3-6f6f-5a58-73a2-000000001053] 138029 1726888112.01078: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001053 138029 1726888112.01175: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001053 138029 1726888112.01178: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888112.01239: no more pending results, returning what we have 138029 1726888112.01242: results queue empty 138029 1726888112.01243: checking for any_errors_fatal 138029 1726888112.01248: done checking for any_errors_fatal 138029 1726888112.01249: checking for max_fail_percentage 138029 1726888112.01250: done checking for max_fail_percentage 138029 1726888112.01251: checking to see if all hosts have failed and the running result is not ok 138029 1726888112.01252: done checking to see if all hosts have failed 138029 1726888112.01253: getting the remaining hosts for this loop 138029 1726888112.01254: done getting the remaining hosts for this loop 138029 1726888112.01259: getting the next task for host managed_node3 138029 1726888112.01268: done getting next task for host managed_node3 138029 1726888112.01270: ^ task is: TASK: Show test volume size 138029 1726888112.01276: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888112.01279: getting variables 138029 1726888112.01280: in VariableManager get_vars() 138029 1726888112.01307: Calling all_inventory to load vars for managed_node3 138029 1726888112.01309: Calling groups_inventory to load vars for managed_node3 138029 1726888112.01312: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888112.01320: Calling all_plugins_play to load vars for managed_node3 138029 1726888112.01322: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888112.01324: Calling groups_plugins_play to load vars for managed_node3 138029 1726888112.01675: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888112.02322: done with get_vars() 138029 1726888112.02338: done getting variables 138029 1726888112.02402: 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:08:32 -0400 (0:00:00.026) 0:02:04.747 ****** 138029 1726888112.02435: entering _queue_task() for managed_node3/debug 138029 1726888112.02705: worker is 1 (out of 1 available) 138029 1726888112.02717: exiting _queue_task() for managed_node3/debug 138029 1726888112.02729: done queuing things up, now waiting for results queue to drain 138029 1726888112.02732: waiting for pending results... 138029 1726888112.03088: running TaskExecutor() for managed_node3/TASK: Show test volume size 138029 1726888112.03186: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001054 138029 1726888112.03191: variable 'ansible_search_path' from source: unknown 138029 1726888112.03217: calling self._execute() 138029 1726888112.03336: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.03349: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.03372: variable 'omit' from source: magic vars 138029 1726888112.03767: variable 'storage_test_volume' from source: include params 138029 1726888112.03838: Evaluated conditional (storage_test_volume.thin): False 138029 1726888112.03842: when evaluation is False, skipping this task 138029 1726888112.03845: _execute() done 138029 1726888112.03847: dumping result to json 138029 1726888112.03849: done dumping result, returning 138029 1726888112.03852: done running TaskExecutor() for managed_node3/TASK: Show test volume size [0affc8a3-6f6f-5a58-73a2-000000001054] 138029 1726888112.03970: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001054 138029 1726888112.04042: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001054 138029 1726888112.04046: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888112.04099: no more pending results, returning what we have 138029 1726888112.04104: results queue empty 138029 1726888112.04105: checking for any_errors_fatal 138029 1726888112.04114: done checking for any_errors_fatal 138029 1726888112.04115: checking for max_fail_percentage 138029 1726888112.04117: done checking for max_fail_percentage 138029 1726888112.04118: checking to see if all hosts have failed and the running result is not ok 138029 1726888112.04119: done checking to see if all hosts have failed 138029 1726888112.04119: getting the remaining hosts for this loop 138029 1726888112.04121: done getting the remaining hosts for this loop 138029 1726888112.04125: getting the next task for host managed_node3 138029 1726888112.04133: done getting next task for host managed_node3 138029 1726888112.04136: ^ task is: TASK: Establish base value for expected thin pool size 138029 1726888112.04151: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888112.04159: getting variables 138029 1726888112.04161: in VariableManager get_vars() 138029 1726888112.04200: Calling all_inventory to load vars for managed_node3 138029 1726888112.04203: Calling groups_inventory to load vars for managed_node3 138029 1726888112.04214: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888112.04231: Calling all_plugins_play to load vars for managed_node3 138029 1726888112.04235: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888112.04238: Calling groups_plugins_play to load vars for managed_node3 138029 1726888112.06377: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888112.07305: done with get_vars() 138029 1726888112.07316: done getting variables 138029 1726888112.07372: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:32 -0400 (0:00:00.049) 0:02:04.797 ****** 138029 1726888112.07397: entering _queue_task() for managed_node3/set_fact 138029 1726888112.07604: worker is 1 (out of 1 available) 138029 1726888112.07615: exiting _queue_task() for managed_node3/set_fact 138029 1726888112.07627: done queuing things up, now waiting for results queue to drain 138029 1726888112.07628: waiting for pending results... 138029 1726888112.07959: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size 138029 1726888112.08068: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001055 138029 1726888112.08104: variable 'ansible_search_path' from source: unknown 138029 1726888112.08135: calling self._execute() 138029 1726888112.08232: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.08260: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.08267: variable 'omit' from source: magic vars 138029 1726888112.08633: variable 'storage_test_volume' from source: include params 138029 1726888112.08646: Evaluated conditional (storage_test_volume.thin): False 138029 1726888112.08649: when evaluation is False, skipping this task 138029 1726888112.08653: _execute() done 138029 1726888112.08657: dumping result to json 138029 1726888112.08660: done dumping result, returning 138029 1726888112.08693: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-5a58-73a2-000000001055] 138029 1726888112.08696: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001055 138029 1726888112.08769: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001055 138029 1726888112.08772: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888112.08850: no more pending results, returning what we have 138029 1726888112.08852: results queue empty 138029 1726888112.08853: checking for any_errors_fatal 138029 1726888112.08861: done checking for any_errors_fatal 138029 1726888112.08864: checking for max_fail_percentage 138029 1726888112.08865: done checking for max_fail_percentage 138029 1726888112.08866: checking to see if all hosts have failed and the running result is not ok 138029 1726888112.08867: done checking to see if all hosts have failed 138029 1726888112.08868: getting the remaining hosts for this loop 138029 1726888112.08869: done getting the remaining hosts for this loop 138029 1726888112.08872: getting the next task for host managed_node3 138029 1726888112.08878: done getting next task for host managed_node3 138029 1726888112.08880: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888112.08887: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888112.08890: getting variables 138029 1726888112.08892: in VariableManager get_vars() 138029 1726888112.08916: Calling all_inventory to load vars for managed_node3 138029 1726888112.08918: Calling groups_inventory to load vars for managed_node3 138029 1726888112.08921: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888112.08929: Calling all_plugins_play to load vars for managed_node3 138029 1726888112.08931: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888112.08933: Calling groups_plugins_play to load vars for managed_node3 138029 1726888112.09391: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888112.09870: done with get_vars() 138029 1726888112.09880: done getting variables 138029 1726888112.09919: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:32 -0400 (0:00:00.025) 0:02:04.822 ****** 138029 1726888112.09942: entering _queue_task() for managed_node3/set_fact 138029 1726888112.10143: worker is 1 (out of 1 available) 138029 1726888112.10158: exiting _queue_task() for managed_node3/set_fact 138029 1726888112.10172: done queuing things up, now waiting for results queue to drain 138029 1726888112.10174: waiting for pending results... 138029 1726888112.10349: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888112.10435: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001056 138029 1726888112.10446: variable 'ansible_search_path' from source: unknown 138029 1726888112.10477: calling self._execute() 138029 1726888112.10561: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.10568: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.10575: variable 'omit' from source: magic vars 138029 1726888112.10841: variable 'storage_test_volume' from source: include params 138029 1726888112.10870: Evaluated conditional (storage_test_volume.thin): False 138029 1726888112.10874: when evaluation is False, skipping this task 138029 1726888112.10877: _execute() done 138029 1726888112.10880: dumping result to json 138029 1726888112.10882: done dumping result, returning 138029 1726888112.10885: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-000000001056] 138029 1726888112.10893: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001056 138029 1726888112.10986: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001056 138029 1726888112.10990: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888112.11036: no more pending results, returning what we have 138029 1726888112.11039: results queue empty 138029 1726888112.11040: checking for any_errors_fatal 138029 1726888112.11047: done checking for any_errors_fatal 138029 1726888112.11048: checking for max_fail_percentage 138029 1726888112.11049: done checking for max_fail_percentage 138029 1726888112.11050: checking to see if all hosts have failed and the running result is not ok 138029 1726888112.11051: done checking to see if all hosts have failed 138029 1726888112.11052: getting the remaining hosts for this loop 138029 1726888112.11074: done getting the remaining hosts for this loop 138029 1726888112.11078: getting the next task for host managed_node3 138029 1726888112.11086: done getting next task for host managed_node3 138029 1726888112.11088: ^ task is: TASK: Establish base value for expected thin pool volume size 138029 1726888112.11093: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888112.11097: getting variables 138029 1726888112.11098: in VariableManager get_vars() 138029 1726888112.11123: Calling all_inventory to load vars for managed_node3 138029 1726888112.11125: Calling groups_inventory to load vars for managed_node3 138029 1726888112.11127: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888112.11136: Calling all_plugins_play to load vars for managed_node3 138029 1726888112.11138: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888112.11141: Calling groups_plugins_play to load vars for managed_node3 138029 1726888112.11670: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888112.12028: done with get_vars() 138029 1726888112.12038: done getting variables 138029 1726888112.12080: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:32 -0400 (0:00:00.021) 0:02:04.844 ****** 138029 1726888112.12102: entering _queue_task() for managed_node3/set_fact 138029 1726888112.12336: worker is 1 (out of 1 available) 138029 1726888112.12348: exiting _queue_task() for managed_node3/set_fact 138029 1726888112.12363: done queuing things up, now waiting for results queue to drain 138029 1726888112.12365: waiting for pending results... 138029 1726888112.12766: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size 138029 1726888112.12837: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001057 138029 1726888112.12848: variable 'ansible_search_path' from source: unknown 138029 1726888112.12961: calling self._execute() 138029 1726888112.12996: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.13006: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.13014: variable 'omit' from source: magic vars 138029 1726888112.13499: variable 'storage_test_volume' from source: include params 138029 1726888112.13518: Evaluated conditional (storage_test_volume.thin): False 138029 1726888112.13521: when evaluation is False, skipping this task 138029 1726888112.13524: _execute() done 138029 1726888112.13527: dumping result to json 138029 1726888112.13530: done dumping result, returning 138029 1726888112.13607: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-5a58-73a2-000000001057] 138029 1726888112.13610: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001057 138029 1726888112.13695: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001057 138029 1726888112.13698: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888112.13773: no more pending results, returning what we have 138029 1726888112.13776: results queue empty 138029 1726888112.13777: checking for any_errors_fatal 138029 1726888112.13784: done checking for any_errors_fatal 138029 1726888112.13784: checking for max_fail_percentage 138029 1726888112.13786: done checking for max_fail_percentage 138029 1726888112.13786: checking to see if all hosts have failed and the running result is not ok 138029 1726888112.13787: done checking to see if all hosts have failed 138029 1726888112.13788: getting the remaining hosts for this loop 138029 1726888112.13789: done getting the remaining hosts for this loop 138029 1726888112.13792: getting the next task for host managed_node3 138029 1726888112.13799: done getting next task for host managed_node3 138029 1726888112.13801: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888112.13809: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888112.13813: getting variables 138029 1726888112.13814: in VariableManager get_vars() 138029 1726888112.13842: Calling all_inventory to load vars for managed_node3 138029 1726888112.13844: Calling groups_inventory to load vars for managed_node3 138029 1726888112.13847: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888112.13861: Calling all_plugins_play to load vars for managed_node3 138029 1726888112.13864: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888112.13868: Calling groups_plugins_play to load vars for managed_node3 138029 1726888112.14364: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888112.14875: done with get_vars() 138029 1726888112.14886: done getting variables 138029 1726888112.14925: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:32 -0400 (0:00:00.028) 0:02:04.873 ****** 138029 1726888112.14947: entering _queue_task() for managed_node3/set_fact 138029 1726888112.15169: worker is 1 (out of 1 available) 138029 1726888112.15183: exiting _queue_task() for managed_node3/set_fact 138029 1726888112.15194: done queuing things up, now waiting for results queue to drain 138029 1726888112.15196: waiting for pending results... 138029 1726888112.15376: running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888112.15453: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001058 138029 1726888112.15471: variable 'ansible_search_path' from source: unknown 138029 1726888112.15499: calling self._execute() 138029 1726888112.15594: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.15597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.15606: variable 'omit' from source: magic vars 138029 1726888112.15907: variable 'storage_test_volume' from source: include params 138029 1726888112.15929: Evaluated conditional (storage_test_volume.thin): False 138029 1726888112.15932: when evaluation is False, skipping this task 138029 1726888112.15936: _execute() done 138029 1726888112.15938: dumping result to json 138029 1726888112.15940: done dumping result, returning 138029 1726888112.15948: done running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-5a58-73a2-000000001058] 138029 1726888112.15953: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001058 138029 1726888112.16045: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001058 138029 1726888112.16048: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888112.16118: no more pending results, returning what we have 138029 1726888112.16122: results queue empty 138029 1726888112.16122: checking for any_errors_fatal 138029 1726888112.16127: done checking for any_errors_fatal 138029 1726888112.16128: checking for max_fail_percentage 138029 1726888112.16129: done checking for max_fail_percentage 138029 1726888112.16130: checking to see if all hosts have failed and the running result is not ok 138029 1726888112.16130: done checking to see if all hosts have failed 138029 1726888112.16131: getting the remaining hosts for this loop 138029 1726888112.16132: done getting the remaining hosts for this loop 138029 1726888112.16135: getting the next task for host managed_node3 138029 1726888112.16144: done getting next task for host managed_node3 138029 1726888112.16150: ^ task is: TASK: Replace expected volume size with calculated value 138029 1726888112.16158: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888112.16163: getting variables 138029 1726888112.16164: in VariableManager get_vars() 138029 1726888112.16191: Calling all_inventory to load vars for managed_node3 138029 1726888112.16193: Calling groups_inventory to load vars for managed_node3 138029 1726888112.16196: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888112.16206: Calling all_plugins_play to load vars for managed_node3 138029 1726888112.16208: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888112.16211: Calling groups_plugins_play to load vars for managed_node3 138029 1726888112.16672: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888112.17088: done with get_vars() 138029 1726888112.17098: done getting variables 138029 1726888112.17139: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:32 -0400 (0:00:00.022) 0:02:04.895 ****** 138029 1726888112.17163: entering _queue_task() for managed_node3/set_fact 138029 1726888112.17358: worker is 1 (out of 1 available) 138029 1726888112.17370: exiting _queue_task() for managed_node3/set_fact 138029 1726888112.17381: done queuing things up, now waiting for results queue to drain 138029 1726888112.17383: waiting for pending results... 138029 1726888112.17554: running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value 138029 1726888112.17641: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001059 138029 1726888112.17652: variable 'ansible_search_path' from source: unknown 138029 1726888112.17700: calling self._execute() 138029 1726888112.17786: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.17790: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.17799: variable 'omit' from source: magic vars 138029 1726888112.18193: variable 'storage_test_volume' from source: include params 138029 1726888112.18216: Evaluated conditional (storage_test_volume.thin): False 138029 1726888112.18220: when evaluation is False, skipping this task 138029 1726888112.18223: _execute() done 138029 1726888112.18226: dumping result to json 138029 1726888112.18228: done dumping result, returning 138029 1726888112.18231: done running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-5a58-73a2-000000001059] 138029 1726888112.18233: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001059 138029 1726888112.18325: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001059 138029 1726888112.18328: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888112.18377: no more pending results, returning what we have 138029 1726888112.18380: results queue empty 138029 1726888112.18381: checking for any_errors_fatal 138029 1726888112.18388: done checking for any_errors_fatal 138029 1726888112.18389: checking for max_fail_percentage 138029 1726888112.18390: done checking for max_fail_percentage 138029 1726888112.18391: checking to see if all hosts have failed and the running result is not ok 138029 1726888112.18392: done checking to see if all hosts have failed 138029 1726888112.18392: getting the remaining hosts for this loop 138029 1726888112.18394: done getting the remaining hosts for this loop 138029 1726888112.18397: getting the next task for host managed_node3 138029 1726888112.18406: done getting next task for host managed_node3 138029 1726888112.18408: ^ task is: TASK: Show actual size 138029 1726888112.18412: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888112.18415: getting variables 138029 1726888112.18417: in VariableManager get_vars() 138029 1726888112.18474: Calling all_inventory to load vars for managed_node3 138029 1726888112.18477: Calling groups_inventory to load vars for managed_node3 138029 1726888112.18479: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888112.18485: Calling all_plugins_play to load vars for managed_node3 138029 1726888112.18487: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888112.18488: Calling groups_plugins_play to load vars for managed_node3 138029 1726888112.18917: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888112.19500: done with get_vars() 138029 1726888112.19511: done getting variables 138029 1726888112.19571: 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:08:32 -0400 (0:00:00.024) 0:02:04.919 ****** 138029 1726888112.19593: entering _queue_task() for managed_node3/debug 138029 1726888112.19887: worker is 1 (out of 1 available) 138029 1726888112.19901: exiting _queue_task() for managed_node3/debug 138029 1726888112.19914: done queuing things up, now waiting for results queue to drain 138029 1726888112.19915: waiting for pending results... 138029 1726888112.20150: running TaskExecutor() for managed_node3/TASK: Show actual size 138029 1726888112.20250: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000105b 138029 1726888112.20266: variable 'ansible_search_path' from source: unknown 138029 1726888112.20296: calling self._execute() 138029 1726888112.20381: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.20385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.20393: variable 'omit' from source: magic vars 138029 1726888112.20480: variable 'omit' from source: magic vars 138029 1726888112.20540: variable 'omit' from source: magic vars 138029 1726888112.20568: variable 'omit' from source: magic vars 138029 1726888112.20598: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888112.20627: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888112.20646: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888112.20660: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888112.20671: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888112.20684: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888112.20696: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888112.20719: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888112.20722: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.20724: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.20808: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888112.20812: Set connection var ansible_timeout to 10 138029 1726888112.20818: Set connection var ansible_pipelining to False 138029 1726888112.20821: Set connection var ansible_shell_type to sh 138029 1726888112.20823: Set connection var ansible_connection to ssh 138029 1726888112.20828: Set connection var ansible_shell_executable to /bin/sh 138029 1726888112.20850: variable 'ansible_shell_executable' from source: unknown 138029 1726888112.20967: variable 'ansible_connection' from source: unknown 138029 1726888112.20970: variable 'ansible_module_compression' from source: unknown 138029 1726888112.20973: variable 'ansible_shell_type' from source: unknown 138029 1726888112.20975: variable 'ansible_shell_executable' from source: unknown 138029 1726888112.20977: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.20979: variable 'ansible_pipelining' from source: unknown 138029 1726888112.20980: variable 'ansible_timeout' from source: unknown 138029 1726888112.20983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.20985: 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) 138029 1726888112.20987: variable 'omit' from source: magic vars 138029 1726888112.20990: starting attempt loop 138029 1726888112.20993: running the handler 138029 1726888112.21032: variable 'storage_test_actual_size' from source: set_fact 138029 1726888112.21175: variable 'storage_test_actual_size' from source: set_fact 138029 1726888112.21237: handler run complete 138029 1726888112.21249: attempt loop complete, returning result 138029 1726888112.21252: _execute() done 138029 1726888112.21256: dumping result to json 138029 1726888112.21259: done dumping result, returning 138029 1726888112.21268: done running TaskExecutor() for managed_node3/TASK: Show actual size [0affc8a3-6f6f-5a58-73a2-00000000105b] 138029 1726888112.21271: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000105b 138029 1726888112.21359: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000105b 138029 1726888112.21361: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } 138029 1726888112.21448: no more pending results, returning what we have 138029 1726888112.21451: results queue empty 138029 1726888112.21452: checking for any_errors_fatal 138029 1726888112.21460: done checking for any_errors_fatal 138029 1726888112.21460: checking for max_fail_percentage 138029 1726888112.21462: done checking for max_fail_percentage 138029 1726888112.21462: checking to see if all hosts have failed and the running result is not ok 138029 1726888112.21463: done checking to see if all hosts have failed 138029 1726888112.21464: getting the remaining hosts for this loop 138029 1726888112.21465: done getting the remaining hosts for this loop 138029 1726888112.21468: getting the next task for host managed_node3 138029 1726888112.21476: done getting next task for host managed_node3 138029 1726888112.21478: ^ task is: TASK: Show expected size 138029 1726888112.21482: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888112.21486: getting variables 138029 1726888112.21487: in VariableManager get_vars() 138029 1726888112.21511: Calling all_inventory to load vars for managed_node3 138029 1726888112.21514: Calling groups_inventory to load vars for managed_node3 138029 1726888112.21516: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888112.21524: Calling all_plugins_play to load vars for managed_node3 138029 1726888112.21526: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888112.21529: Calling groups_plugins_play to load vars for managed_node3 138029 1726888112.21916: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888112.22769: done with get_vars() 138029 1726888112.22789: done getting variables 138029 1726888112.22848: 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:08:32 -0400 (0:00:00.032) 0:02:04.952 ****** 138029 1726888112.22888: entering _queue_task() for managed_node3/debug 138029 1726888112.23126: worker is 1 (out of 1 available) 138029 1726888112.23139: exiting _queue_task() for managed_node3/debug 138029 1726888112.23151: done queuing things up, now waiting for results queue to drain 138029 1726888112.23153: waiting for pending results... 138029 1726888112.23365: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888112.23453: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000105c 138029 1726888112.23468: variable 'ansible_search_path' from source: unknown 138029 1726888112.23499: calling self._execute() 138029 1726888112.23654: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.23660: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.23663: variable 'omit' from source: magic vars 138029 1726888112.23717: variable 'omit' from source: magic vars 138029 1726888112.23960: variable 'omit' from source: magic vars 138029 1726888112.23967: variable 'omit' from source: magic vars 138029 1726888112.23969: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888112.23972: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888112.23974: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888112.23976: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888112.23978: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888112.23982: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888112.24003: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888112.24039: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888112.24046: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.24053: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.24173: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888112.24272: Set connection var ansible_timeout to 10 138029 1726888112.24283: Set connection var ansible_pipelining to False 138029 1726888112.24289: Set connection var ansible_shell_type to sh 138029 1726888112.24295: Set connection var ansible_connection to ssh 138029 1726888112.24566: Set connection var ansible_shell_executable to /bin/sh 138029 1726888112.24570: variable 'ansible_shell_executable' from source: unknown 138029 1726888112.24572: variable 'ansible_connection' from source: unknown 138029 1726888112.24574: variable 'ansible_module_compression' from source: unknown 138029 1726888112.24576: variable 'ansible_shell_type' from source: unknown 138029 1726888112.24577: variable 'ansible_shell_executable' from source: unknown 138029 1726888112.24579: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.24581: variable 'ansible_pipelining' from source: unknown 138029 1726888112.24583: variable 'ansible_timeout' from source: unknown 138029 1726888112.24585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.24690: 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) 138029 1726888112.24706: variable 'omit' from source: magic vars 138029 1726888112.24715: starting attempt loop 138029 1726888112.24722: running the handler 138029 1726888112.24777: variable 'storage_test_expected_size' from source: set_fact 138029 1726888112.24977: variable 'storage_test_expected_size' from source: set_fact 138029 1726888112.25009: handler run complete 138029 1726888112.25032: attempt loop complete, returning result 138029 1726888112.25040: _execute() done 138029 1726888112.25048: dumping result to json 138029 1726888112.25057: done dumping result, returning 138029 1726888112.25073: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-00000000105c] 138029 1726888112.25083: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000105c 138029 1726888112.25193: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000105c 138029 1726888112.25195: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } 138029 1726888112.25251: no more pending results, returning what we have 138029 1726888112.25260: results queue empty 138029 1726888112.25261: checking for any_errors_fatal 138029 1726888112.25272: done checking for any_errors_fatal 138029 1726888112.25273: checking for max_fail_percentage 138029 1726888112.25274: done checking for max_fail_percentage 138029 1726888112.25275: checking to see if all hosts have failed and the running result is not ok 138029 1726888112.25276: done checking to see if all hosts have failed 138029 1726888112.25277: getting the remaining hosts for this loop 138029 1726888112.25278: done getting the remaining hosts for this loop 138029 1726888112.25282: getting the next task for host managed_node3 138029 1726888112.25289: done getting next task for host managed_node3 138029 1726888112.25292: ^ task is: TASK: Assert expected size is actual size 138029 1726888112.25298: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888112.25302: getting variables 138029 1726888112.25304: in VariableManager get_vars() 138029 1726888112.25334: Calling all_inventory to load vars for managed_node3 138029 1726888112.25336: Calling groups_inventory to load vars for managed_node3 138029 1726888112.25344: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888112.25354: Calling all_plugins_play to load vars for managed_node3 138029 1726888112.25359: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888112.25362: Calling groups_plugins_play to load vars for managed_node3 138029 1726888112.25741: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888112.26122: done with get_vars() 138029 1726888112.26137: done getting variables 138029 1726888112.26178: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:32 -0400 (0:00:00.033) 0:02:04.985 ****** 138029 1726888112.26201: entering _queue_task() for managed_node3/assert 138029 1726888112.26390: worker is 1 (out of 1 available) 138029 1726888112.26403: exiting _queue_task() for managed_node3/assert 138029 1726888112.26415: done queuing things up, now waiting for results queue to drain 138029 1726888112.26416: waiting for pending results... 138029 1726888112.26597: running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size 138029 1726888112.26687: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000105d 138029 1726888112.26698: variable 'ansible_search_path' from source: unknown 138029 1726888112.26725: calling self._execute() 138029 1726888112.26810: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.26814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.26822: variable 'omit' from source: magic vars 138029 1726888112.27152: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888112.29265: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888112.29317: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888112.29359: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888112.29559: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888112.29565: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888112.29567: variable '_storage_test_volume_present' from source: set_fact 138029 1726888112.29569: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888112.29666: variable 'storage_test_volume' from source: include params 138029 1726888112.29779: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888112.29790: variable 'omit' from source: magic vars 138029 1726888112.29871: variable 'omit' from source: magic vars 138029 1726888112.30060: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888112.30124: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888112.30179: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888112.30230: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888112.30250: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888112.30353: variable 'storage_test_volume' from source: include params 138029 1726888112.30382: variable 'storage_test_expected_size' from source: set_fact 138029 1726888112.30404: variable 'storage_test_actual_size' from source: set_fact 138029 1726888112.30508: variable 'omit' from source: magic vars 138029 1726888112.30514: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888112.30663: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888112.30666: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888112.30668: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888112.30670: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888112.30752: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888112.30776: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888112.30814: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888112.30824: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.30832: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.30954: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888112.30972: Set connection var ansible_timeout to 10 138029 1726888112.31064: Set connection var ansible_pipelining to False 138029 1726888112.31068: Set connection var ansible_shell_type to sh 138029 1726888112.31071: Set connection var ansible_connection to ssh 138029 1726888112.31074: Set connection var ansible_shell_executable to /bin/sh 138029 1726888112.31077: variable 'ansible_shell_executable' from source: unknown 138029 1726888112.31079: variable 'ansible_connection' from source: unknown 138029 1726888112.31082: variable 'ansible_module_compression' from source: unknown 138029 1726888112.31084: variable 'ansible_shell_type' from source: unknown 138029 1726888112.31087: variable 'ansible_shell_executable' from source: unknown 138029 1726888112.31092: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.31098: variable 'ansible_pipelining' from source: unknown 138029 1726888112.31100: variable 'ansible_timeout' from source: unknown 138029 1726888112.31103: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.31185: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888112.31202: variable 'omit' from source: magic vars 138029 1726888112.31213: starting attempt loop 138029 1726888112.31223: running the handler 138029 1726888112.31398: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888112.31429: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888112.31560: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888112.31565: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888112.31569: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888112.31669: variable 'storage_test_expected_size' from source: set_fact 138029 1726888112.31678: variable 'storage_test_actual_size' from source: set_fact 138029 1726888112.31693: Evaluated conditional ((storage_test_expected_size | int - storage_test_actual_size.bytes) | abs / storage_test_expected_size | int < 0.04): True 138029 1726888112.31702: handler run complete 138029 1726888112.31719: attempt loop complete, returning result 138029 1726888112.31725: _execute() done 138029 1726888112.31731: dumping result to json 138029 1726888112.31737: done dumping result, returning 138029 1726888112.31754: done running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size [0affc8a3-6f6f-5a58-73a2-00000000105d] 138029 1726888112.31770: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000105d ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888112.31914: no more pending results, returning what we have 138029 1726888112.31918: results queue empty 138029 1726888112.31919: checking for any_errors_fatal 138029 1726888112.31927: done checking for any_errors_fatal 138029 1726888112.31928: checking for max_fail_percentage 138029 1726888112.31929: done checking for max_fail_percentage 138029 1726888112.31930: checking to see if all hosts have failed and the running result is not ok 138029 1726888112.31931: done checking to see if all hosts have failed 138029 1726888112.31932: getting the remaining hosts for this loop 138029 1726888112.31933: done getting the remaining hosts for this loop 138029 1726888112.31937: getting the next task for host managed_node3 138029 1726888112.31948: done getting next task for host managed_node3 138029 1726888112.31950: ^ task is: TASK: Get information about the LV 138029 1726888112.31957: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888112.31962: getting variables 138029 1726888112.31963: in VariableManager get_vars() 138029 1726888112.31995: Calling all_inventory to load vars for managed_node3 138029 1726888112.31998: Calling groups_inventory to load vars for managed_node3 138029 1726888112.32001: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888112.32011: Calling all_plugins_play to load vars for managed_node3 138029 1726888112.32014: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888112.32016: Calling groups_plugins_play to load vars for managed_node3 138029 1726888112.32572: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000105d 138029 1726888112.32575: WORKER PROCESS EXITING 138029 1726888112.32780: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888112.33494: done with get_vars() 138029 1726888112.33515: done getting variables 138029 1726888112.33584: 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:08:32 -0400 (0:00:00.074) 0:02:05.059 ****** 138029 1726888112.33620: entering _queue_task() for managed_node3/command 138029 1726888112.33921: worker is 1 (out of 1 available) 138029 1726888112.33933: exiting _queue_task() for managed_node3/command 138029 1726888112.33944: done queuing things up, now waiting for results queue to drain 138029 1726888112.33946: waiting for pending results... 138029 1726888112.34252: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888112.34406: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001064 138029 1726888112.34427: variable 'ansible_search_path' from source: unknown 138029 1726888112.34473: calling self._execute() 138029 1726888112.34601: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.34614: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.34629: variable 'omit' from source: magic vars 138029 1726888112.35100: variable 'storage_test_volume' from source: include params 138029 1726888112.35124: variable '_storage_test_volume_present' from source: set_fact 138029 1726888112.35145: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888112.35165: variable 'omit' from source: magic vars 138029 1726888112.35232: variable 'omit' from source: magic vars 138029 1726888112.35375: variable 'storage_test_pool' from source: include params 138029 1726888112.35417: variable 'storage_test_volume' from source: include params 138029 1726888112.35468: variable 'omit' from source: magic vars 138029 1726888112.35516: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888112.35559: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888112.35586: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888112.35608: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888112.35628: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888112.35652: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888112.35704: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888112.35710: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888112.35712: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.35717: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.35805: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888112.35815: Set connection var ansible_timeout to 10 138029 1726888112.35820: Set connection var ansible_pipelining to False 138029 1726888112.35823: Set connection var ansible_shell_type to sh 138029 1726888112.35826: Set connection var ansible_connection to ssh 138029 1726888112.35830: Set connection var ansible_shell_executable to /bin/sh 138029 1726888112.35851: variable 'ansible_shell_executable' from source: unknown 138029 1726888112.35854: variable 'ansible_connection' from source: unknown 138029 1726888112.35858: variable 'ansible_module_compression' from source: unknown 138029 1726888112.35861: variable 'ansible_shell_type' from source: unknown 138029 1726888112.35863: variable 'ansible_shell_executable' from source: unknown 138029 1726888112.35869: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888112.35871: variable 'ansible_pipelining' from source: unknown 138029 1726888112.35874: variable 'ansible_timeout' from source: unknown 138029 1726888112.35878: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888112.35982: 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) 138029 1726888112.35993: variable 'omit' from source: magic vars 138029 1726888112.35997: starting attempt loop 138029 1726888112.36000: running the handler 138029 1726888112.36016: _low_level_execute_command(): starting 138029 1726888112.36019: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888112.36509: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888112.36513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888112.36517: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888112.36577: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888112.36580: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888112.36632: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888112.38374: stdout chunk (state=3): >>>/root <<< 138029 1726888112.38475: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888112.38499: stderr chunk (state=3): >>><<< 138029 1726888112.38502: stdout chunk (state=3): >>><<< 138029 1726888112.38522: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888112.38534: _low_level_execute_command(): starting 138029 1726888112.38539: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888112.385225-141625-140755970243830 `" && echo ansible-tmp-1726888112.385225-141625-140755970243830="` echo /root/.ansible/tmp/ansible-tmp-1726888112.385225-141625-140755970243830 `" ) && sleep 0' 138029 1726888112.38951: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888112.38965: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888112.38969: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888112.38971: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888112.39011: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888112.39014: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888112.39077: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888112.47820: stdout chunk (state=3): >>>ansible-tmp-1726888112.385225-141625-140755970243830=/root/.ansible/tmp/ansible-tmp-1726888112.385225-141625-140755970243830 <<< 138029 1726888112.47942: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888112.47966: stderr chunk (state=3): >>><<< 138029 1726888112.47971: stdout chunk (state=3): >>><<< 138029 1726888112.47987: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888112.385225-141625-140755970243830=/root/.ansible/tmp/ansible-tmp-1726888112.385225-141625-140755970243830 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888112.48024: variable 'ansible_module_compression' from source: unknown 138029 1726888112.48068: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888112.48098: variable 'ansible_facts' from source: unknown 138029 1726888112.48157: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888112.385225-141625-140755970243830/AnsiballZ_command.py 138029 1726888112.48260: Sending initial data 138029 1726888112.48263: Sent initial data (157 bytes) 138029 1726888112.48694: 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 <<< 138029 1726888112.48697: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888112.48699: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888112.48701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888112.48744: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888112.48748: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888112.48810: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888112.50479: 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 <<< 138029 1726888112.50544: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888112.50586: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpe9kdrsbi /root/.ansible/tmp/ansible-tmp-1726888112.385225-141625-140755970243830/AnsiballZ_command.py <<< 138029 1726888112.50590: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888112.385225-141625-140755970243830/AnsiballZ_command.py" <<< 138029 1726888112.50628: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpe9kdrsbi" to remote "/root/.ansible/tmp/ansible-tmp-1726888112.385225-141625-140755970243830/AnsiballZ_command.py" <<< 138029 1726888112.50641: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888112.385225-141625-140755970243830/AnsiballZ_command.py" <<< 138029 1726888112.51292: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888112.51353: stderr chunk (state=3): >>><<< 138029 1726888112.51360: stdout chunk (state=3): >>><<< 138029 1726888112.51430: done transferring module to remote 138029 1726888112.51445: _low_level_execute_command(): starting 138029 1726888112.51448: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888112.385225-141625-140755970243830/ /root/.ansible/tmp/ansible-tmp-1726888112.385225-141625-140755970243830/AnsiballZ_command.py && sleep 0' 138029 1726888112.52060: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888112.52123: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888112.52185: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888112.53988: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888112.54030: stderr chunk (state=3): >>><<< 138029 1726888112.54042: stdout chunk (state=3): >>><<< 138029 1726888112.54049: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888112.54063: _low_level_execute_command(): starting 138029 1726888112.54068: _low_level_execute_command(): using become for this command 138029 1726888112.54079: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-qyedptzibmdurmddqawivdgzhbsusxcy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888112.385225-141625-140755970243830/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888112.54231: Initial state: awaiting_escalation: BECOME-SUCCESS-qyedptzibmdurmddqawivdgzhbsusxcy 138029 1726888112.54654: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888112.54660: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888112.54697: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888112.54705: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888112.54757: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888112.57701: stdout chunk (state=1): >>>BECOME-SUCCESS-qyedptzibmdurmddqawivdgzhbsusxcy <<< 138029 1726888112.57705: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-qyedptzibmdurmddqawivdgzhbsusxcy' 138029 1726888112.58033: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888112.58070: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888112.58099: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888112.58104: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888112.58173: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888112.58177: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888112.58210: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888112.58245: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888112.58274: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888112.58278: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888112.58328: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888112.58332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888112.58366: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888112.58374: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888112.58412: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888112.58429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888112.58451: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3ab683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3ab37a10> <<< 138029 1726888112.58490: 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' <<< 138029 1726888112.58494: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3ab6a960> <<< 138029 1726888112.58519: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888112.58547: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888112.58580: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888112.58610: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888112.58615: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888112.58695: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888112.58724: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888112.58766: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888112.58770: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888112.58784: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888112.58797: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888112.58817: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888112.58822: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888112.58852: 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 <<< 138029 1726888112.58860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888112.58888: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a93cfe0> <<< 138029 1726888112.58940: 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 <<< 138029 1726888112.58952: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888112.58961: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a93dfd0> <<< 138029 1726888112.58990: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888112.59022: 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. <<< 138029 1726888112.59263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888112.59267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888112.59306: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888112.59310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888112.59332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888112.59373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888112.59404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888112.59407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888112.59441: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a983dd0> <<< 138029 1726888112.59469: 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' <<< 138029 1726888112.59512: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a983fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888112.59541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888112.59586: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888112.59616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888112.59647: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888112.59697: 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' <<< 138029 1726888112.59700: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a9b37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888112.59726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a9b3e60> import '_collections' # <<< 138029 1726888112.59812: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a993a70> <<< 138029 1726888112.59815: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888112.59824: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a9911c0> <<< 138029 1726888112.59904: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a980f80> <<< 138029 1726888112.59929: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888112.59954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888112.59977: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888112.59998: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888112.60025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888112.60047: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888112.60067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888112.60096: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a9d7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a9d6420> <<< 138029 1726888112.60131: 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 0x7f2e3a9921b0> <<< 138029 1726888112.60138: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a9d4bc0> <<< 138029 1726888112.60180: 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 0x7f2e3aa08860> <<< 138029 1726888112.60192: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a980200> <<< 138029 1726888112.60221: 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' <<< 138029 1726888112.60263: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888112.60267: 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 0x7f2e3aa08d10> <<< 138029 1726888112.60298: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa08bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888112.60304: 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 0x7f2e3aa08f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a976d20> <<< 138029 1726888112.60349: 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' <<< 138029 1726888112.60375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888112.60409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888112.60421: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa095e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa092b0> <<< 138029 1726888112.60428: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888112.60475: 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' <<< 138029 1726888112.60479: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa0a4e0> <<< 138029 1726888112.60501: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888112.60535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888112.60584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888112.60592: 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 0x7f2e3aa206e0> <<< 138029 1726888112.60628: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888112.60647: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888112.60709: 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 0x7f2e3aa21dc0> <<< 138029 1726888112.60713: 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' <<< 138029 1726888112.60745: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa22c30> <<< 138029 1726888112.60784: 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 0x7f2e3aa23260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa22180> <<< 138029 1726888112.60806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888112.60821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888112.60841: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888112.60860: 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 0x7f2e3aa23ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa23410> <<< 138029 1726888112.60894: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa0a450> <<< 138029 1726888112.60923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888112.60974: 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 <<< 138029 1726888112.61000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888112.61026: 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 0x7f2e3a7b7b30> <<< 138029 1726888112.61064: 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' <<< 138029 1726888112.61094: 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 0x7f2e3a7e0680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a7e03e0> <<< 138029 1726888112.61126: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888112.61137: 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 0x7f2e3a7e06b0> <<< 138029 1726888112.61159: 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' <<< 138029 1726888112.61224: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888112.61352: 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 0x7f2e3a7e0fe0> <<< 138029 1726888112.61538: 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 0x7f2e3a7e1910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a7e0890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a7b5cd0> <<< 138029 1726888112.61586: 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' <<< 138029 1726888112.61590: 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' <<< 138029 1726888112.61593: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a7e2c30> <<< 138029 1726888112.61623: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a7e0b90> <<< 138029 1726888112.61631: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa0ac00> <<< 138029 1726888112.61673: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888112.61744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888112.61758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888112.61785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888112.61820: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a80ef30> <<< 138029 1726888112.61897: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888112.61952: 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 <<< 138029 1726888112.61998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a837290> <<< 138029 1726888112.62050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888112.62078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888112.62106: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888112.62113: 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 0x7f2e3a85ffb0> <<< 138029 1726888112.62143: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888112.62192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888112.62208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888112.62239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888112.62317: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a892750> <<< 138029 1726888112.62397: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a890110> <<< 138029 1726888112.62454: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a837f20> <<< 138029 1726888112.62496: 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 0x7f2e3a12d0d0> <<< 138029 1726888112.62507: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a836090> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a7e3b30> <<< 138029 1726888112.67342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888112.67372: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e3a12d370> <<< 138029 1726888112.79703: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_0wt27eov/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 138029 1726888112.79800: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888112.79805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888112.79864: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888112.79959: 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 0x7f2e3a17eea0> <<< 138029 1726888112.80008: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888112.80267: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a161d90> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a160ef0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888112.81673: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.82786: 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 0x7f2e3a17cd40> <<< 138029 1726888112.82823: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888112.82859: 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' <<< 138029 1726888112.82892: 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' <<< 138029 1726888112.82925: 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 0x7f2e3a1ae7e0> <<< 138029 1726888112.82961: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a1ae570> <<< 138029 1726888112.82993: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a1ade80> <<< 138029 1726888112.83021: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888112.83067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888112.83088: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a1ae990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a17f8c0> import 'atexit' # <<< 138029 1726888112.83117: 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 0x7f2e3a1af530> <<< 138029 1726888112.83149: 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 0x7f2e3a1af770> <<< 138029 1726888112.83168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888112.83207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888112.83219: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888112.83268: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a1afc80> import 'pwd' # <<< 138029 1726888112.83315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888112.83325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888112.83354: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a015a00> <<< 138029 1726888112.83401: 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 0x7f2e3a017620> <<< 138029 1726888112.83433: 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' <<< 138029 1726888112.83473: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a017fe0> <<< 138029 1726888112.83495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888112.83522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888112.83552: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a01d1c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888112.83605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888112.83617: 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' <<< 138029 1726888112.83671: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a01fc50> <<< 138029 1726888112.83711: 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 0x7f2e3a017f50> <<< 138029 1726888112.83740: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a01df10> <<< 138029 1726888112.83795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888112.83799: 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' <<< 138029 1726888112.83839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888112.83881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888112.83885: 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' <<< 138029 1726888112.83910: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a023a10> import '_tokenize' # <<< 138029 1726888112.83967: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a0224e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a022240> <<< 138029 1726888112.83996: 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' <<< 138029 1726888112.84079: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a0227b0> <<< 138029 1726888112.84111: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a01f140> <<< 138029 1726888112.84139: 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 0x7f2e3a067c80> <<< 138029 1726888112.84172: 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 0x7f2e3a067e30> <<< 138029 1726888112.84199: 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' <<< 138029 1726888112.84233: 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' <<< 138029 1726888112.84287: 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 0x7f2e3a069910> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a0696d0> <<< 138029 1726888112.84289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888112.84403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888112.84472: 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 0x7f2e3a06be00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a06a000> <<< 138029 1726888112.84491: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888112.84553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888112.84559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888112.84588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888112.84608: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a06f4a0> <<< 138029 1726888112.84726: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a06bf20> <<< 138029 1726888112.84800: 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 0x7f2e3a070320> <<< 138029 1726888112.84826: 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 0x7f2e3a070350> <<< 138029 1726888112.84875: 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 0x7f2e3a070920> <<< 138029 1726888112.84899: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a068200> <<< 138029 1726888112.84943: 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' <<< 138029 1726888112.84968: 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' <<< 138029 1726888112.85001: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888112.85005: 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 0x7f2e3a073f80> <<< 138029 1726888112.85373: 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 0x7f2e3a0fce00> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a072720> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e3a073ad0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a072360> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888112.85450: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.85473: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888112.85493: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888112.85619: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.85740: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.86296: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.86861: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888112.86865: 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 <<< 138029 1726888112.86891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888112.86948: 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 0x7f2e39f01040> <<< 138029 1726888112.87040: 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' <<< 138029 1726888112.87067: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e39f01dc0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a0fd010> <<< 138029 1726888112.87113: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888112.87131: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.87159: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.87182: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888112.87320: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.87475: 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 0x7f2e39f01d90> <<< 138029 1726888112.87504: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.87958: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.88406: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.88477: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.88560: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888112.88563: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.88606: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.88629: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888112.88647: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.88715: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.88803: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888112.88806: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.88833: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888112.88858: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.88886: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.88930: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888112.89188: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.89409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888112.89564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888112.89582: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e39f03110> # zipimport: zlib available <<< 138029 1726888112.89782: 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 <<< 138029 1726888112.89797: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.89838: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888112.89894: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.89938: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.89998: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.90067: 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 <<< 138029 1726888112.90106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888112.90184: 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 0x7f2e39f0db50> <<< 138029 1726888112.90233: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e39f0af90> <<< 138029 1726888112.90271: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888112.90274: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.90329: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.90393: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.90415: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.90470: 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' <<< 138029 1726888112.90493: 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 <<< 138029 1726888112.90519: 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 <<< 138029 1726888112.90593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888112.90614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888112.90631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888112.90681: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a002630> <<< 138029 1726888112.90720: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a1da300> <<< 138029 1726888112.90808: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e39f0dcd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a071370> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888112.90837: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.90876: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888112.90949: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 138029 1726888112.90977: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888112.90992: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.91167: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888112.91206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888112.91210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888112.91231: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a1d8fb0> <<< 138029 1726888112.91306: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888115.27785: stdout chunk (state=3): >>> {"changed": true, "stdout": " LVM2_LV_NAME=Lv2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear", "stderr": "", "rc": 0, "cmd": ["lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv2"], "start": "2024-09-20 23:08:32.913562", "end": "2024-09-20 23:08:35.276124", "delta": "0:00:02.362562", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/Lv2\n", "_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}}} <<< 138029 1726888115.27799: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888115.28304: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888115.28309: stdout chunk (state=3): >>># clear sys.path_hooks <<< 138029 1726888115.28331: 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 # destroy keyword <<< 138029 1726888115.28373: 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 <<< 138029 1726888115.28431: 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 # cleanup[2] removing glob # destroy glob <<< 138029 1726888115.28690: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888115.28749: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888115.28770: 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 <<< 138029 1726888115.28808: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888115.28832: 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 <<< 138029 1726888115.28877: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888115.28907: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch <<< 138029 1726888115.28939: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888115.28986: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy shutil <<< 138029 1726888115.28997: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888115.29023: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888115.29072: 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<<< 138029 1726888115.29095: 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 <<< 138029 1726888115.29163: 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 <<< 138029 1726888115.29167: 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 <<< 138029 1726888115.29201: 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 <<< 138029 1726888115.29329: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888115.29348: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 138029 1726888115.29384: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888115.29405: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888115.29450: 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 <<< 138029 1726888115.29477: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888115.29589: 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 <<< 138029 1726888115.29612: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888115.29647: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888115.29680: 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 <<< 138029 1726888115.30568: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888115.30571: stdout chunk (state=3): >>><<< 138029 1726888115.30573: stderr chunk (state=3): >>><<< 138029 1726888115.30603: _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 0x7f2e3ab683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3ab37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3ab6a960> 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 0x7f2e3a93cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f2e3a93dfd0> 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 0x7f2e3a983dd0> # /usr/lib64/python3.12/__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 0x7f2e3a983fe0> # /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 0x7f2e3a9b37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a9b3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a993a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a9911c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a980f80> # /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 0x7f2e3a9d7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a9d6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a9921b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a9d4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa08860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a980200> # /usr/lib64/python3.12/__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 0x7f2e3aa08d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa08bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e3aa08f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a976d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f2e3aa095e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa092b0> 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 0x7f2e3aa0a4e0> 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 0x7f2e3aa206e0> 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 0x7f2e3aa21dc0> # /usr/lib64/python3.12/__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 0x7f2e3aa22c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e3aa23260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa22180> # /usr/lib64/python3.12/__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 0x7f2e3aa23ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa23410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa0a450> # /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 0x7f2e3a7b7b30> # /usr/lib64/python3.12/__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 0x7f2e3a7e0680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a7e03e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e3a7e06b0> # /usr/lib64/python3.12/__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 0x7f2e3a7e0fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e3a7e1910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a7e0890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a7b5cd0> # /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 0x7f2e3a7e2c30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a7e0b90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3aa0ac00> # /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 0x7f2e3a80ef30> # /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 0x7f2e3a837290> # /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 0x7f2e3a85ffb0> # /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 0x7f2e3a892750> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a890110> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a837f20> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a12d0d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a836090> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a7e3b30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e3a12d370> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_0wt27eov/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 0x7f2e3a17eea0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a161d90> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a160ef0> # 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 0x7f2e3a17cd40> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f2e3a1ae7e0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a1ae570> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a1ade80> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f2e3a1ae990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a17f8c0> 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 0x7f2e3a1af530> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e3a1af770> # /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 0x7f2e3a1afc80> 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 0x7f2e3a015a00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e3a017620> # /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 0x7f2e3a017fe0> # /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 0x7f2e3a01d1c0> # /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 0x7f2e3a01fc50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e3a017f50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a01df10> # /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 0x7f2e3a023a10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a0224e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a022240> # /usr/lib64/python3.12/__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 0x7f2e3a0227b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a01f140> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e3a067c80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a067e30> # /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 0x7f2e3a069910> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a0696d0> # /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 0x7f2e3a06be00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a06a000> # /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 0x7f2e3a06f4a0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a06bf20> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e3a070320> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e3a070350> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e3a070920> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a068200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f2e3a073f80> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e3a0fce00> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a072720> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e3a073ad0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a072360> # 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 0x7f2e39f01040> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f2e39f01dc0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a0fd010> 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 0x7f2e39f01d90> # 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 0x7f2e39f03110> # 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 0x7f2e39f0db50> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e39f0af90> 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 0x7f2e3a002630> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a1da300> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e39f0dcd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e3a071370> # 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 0x7f2e3a1d8fb0> # zipimport: zlib available {"changed": true, "stdout": " LVM2_LV_NAME=Lv2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear", "stderr": "", "rc": 0, "cmd": ["lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv2"], "start": "2024-09-20 23:08:32.913562", "end": "2024-09-20 23:08:35.276124", "delta": "0:00:02.362562", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/Lv2\n", "_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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888115.31382: done with _execute_module (ansible.legacy.command, {'_raw_params': 'lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/Lv2\n', '_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-1726888112.385225-141625-140755970243830/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888115.31385: _low_level_execute_command(): starting 138029 1726888115.31394: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888112.385225-141625-140755970243830/ > /dev/null 2>&1 && sleep 0' 138029 1726888115.31748: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888115.31767: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888115.31783: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888115.31814: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888115.31838: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888115.31945: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888115.31965: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888115.31985: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888115.32103: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888115.35565: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888115.35575: stdout chunk (state=3): >>><<< 138029 1726888115.35592: stderr chunk (state=3): >>><<< 138029 1726888115.35632: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888115.35644: handler run complete 138029 1726888115.35808: Evaluated conditional (False): False 138029 1726888115.35811: attempt loop complete, returning result 138029 1726888115.35813: _execute() done 138029 1726888115.35816: dumping result to json 138029 1726888115.35818: done dumping result, returning 138029 1726888115.35820: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-000000001064] 138029 1726888115.35822: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001064 ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv2" ], "delta": "0:00:02.362562", "end": "2024-09-20 23:08:35.276124", "rc": 0, "start": "2024-09-20 23:08:32.913562" } STDOUT: LVM2_LV_NAME=Lv2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear 138029 1726888115.36228: no more pending results, returning what we have 138029 1726888115.36231: results queue empty 138029 1726888115.36233: checking for any_errors_fatal 138029 1726888115.36241: done checking for any_errors_fatal 138029 1726888115.36241: checking for max_fail_percentage 138029 1726888115.36243: done checking for max_fail_percentage 138029 1726888115.36244: checking to see if all hosts have failed and the running result is not ok 138029 1726888115.36245: done checking to see if all hosts have failed 138029 1726888115.36246: getting the remaining hosts for this loop 138029 1726888115.36248: done getting the remaining hosts for this loop 138029 1726888115.36251: getting the next task for host managed_node3 138029 1726888115.36263: done getting next task for host managed_node3 138029 1726888115.36266: ^ task is: TASK: Set LV segment type 138029 1726888115.36273: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888115.36278: getting variables 138029 1726888115.36280: in VariableManager get_vars() 138029 1726888115.36313: Calling all_inventory to load vars for managed_node3 138029 1726888115.36316: Calling groups_inventory to load vars for managed_node3 138029 1726888115.36324: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888115.36336: Calling all_plugins_play to load vars for managed_node3 138029 1726888115.36339: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888115.36342: Calling groups_plugins_play to load vars for managed_node3 138029 1726888115.37071: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001064 138029 1726888115.37074: WORKER PROCESS EXITING 138029 1726888115.37365: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888115.38112: done with get_vars() 138029 1726888115.38128: done getting variables 138029 1726888115.38189: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:35 -0400 (0:00:03.046) 0:02:08.105 ****** 138029 1726888115.38229: entering _queue_task() for managed_node3/set_fact 138029 1726888115.38512: worker is 1 (out of 1 available) 138029 1726888115.38638: exiting _queue_task() for managed_node3/set_fact 138029 1726888115.38648: done queuing things up, now waiting for results queue to drain 138029 1726888115.38650: waiting for pending results... 138029 1726888115.38844: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888115.39001: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001065 138029 1726888115.39020: variable 'ansible_search_path' from source: unknown 138029 1726888115.39059: calling self._execute() 138029 1726888115.39186: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888115.39201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888115.39213: variable 'omit' from source: magic vars 138029 1726888115.39681: variable 'storage_test_volume' from source: include params 138029 1726888115.39705: variable '_storage_test_volume_present' from source: set_fact 138029 1726888115.39730: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888115.39746: variable 'omit' from source: magic vars 138029 1726888115.39820: variable 'omit' from source: magic vars 138029 1726888115.40028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888115.42707: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888115.42786: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888115.42825: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888115.42888: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888115.42918: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888115.43018: variable 'lvs' from source: set_fact 138029 1726888115.43115: variable 'omit' from source: magic vars 138029 1726888115.43145: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888115.43193: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888115.43216: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888115.43236: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888115.43249: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888115.43273: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888115.43304: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888115.43405: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888115.43409: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888115.43411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888115.43482: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888115.43492: Set connection var ansible_timeout to 10 138029 1726888115.43501: Set connection var ansible_pipelining to False 138029 1726888115.43511: Set connection var ansible_shell_type to sh 138029 1726888115.43518: Set connection var ansible_connection to ssh 138029 1726888115.43623: Set connection var ansible_shell_executable to /bin/sh 138029 1726888115.43626: variable 'ansible_shell_executable' from source: unknown 138029 1726888115.43630: variable 'ansible_connection' from source: unknown 138029 1726888115.43632: variable 'ansible_module_compression' from source: unknown 138029 1726888115.43634: variable 'ansible_shell_type' from source: unknown 138029 1726888115.43636: variable 'ansible_shell_executable' from source: unknown 138029 1726888115.43638: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888115.43640: variable 'ansible_pipelining' from source: unknown 138029 1726888115.43642: variable 'ansible_timeout' from source: unknown 138029 1726888115.43644: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888115.43786: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888115.43790: variable 'omit' from source: magic vars 138029 1726888115.43792: starting attempt loop 138029 1726888115.43794: running the handler 138029 1726888115.43797: handler run complete 138029 1726888115.43839: attempt loop complete, returning result 138029 1726888115.43842: _execute() done 138029 1726888115.43845: dumping result to json 138029 1726888115.43847: done dumping result, returning 138029 1726888115.43849: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-000000001065] 138029 1726888115.43851: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001065 138029 1726888115.44075: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001065 138029 1726888115.44079: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } 138029 1726888115.44139: no more pending results, returning what we have 138029 1726888115.44142: results queue empty 138029 1726888115.44143: checking for any_errors_fatal 138029 1726888115.44152: done checking for any_errors_fatal 138029 1726888115.44153: checking for max_fail_percentage 138029 1726888115.44157: done checking for max_fail_percentage 138029 1726888115.44158: checking to see if all hosts have failed and the running result is not ok 138029 1726888115.44159: done checking to see if all hosts have failed 138029 1726888115.44159: getting the remaining hosts for this loop 138029 1726888115.44161: done getting the remaining hosts for this loop 138029 1726888115.44167: getting the next task for host managed_node3 138029 1726888115.44180: done getting next task for host managed_node3 138029 1726888115.44182: ^ task is: TASK: Check segment type 138029 1726888115.44190: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888115.44200: getting variables 138029 1726888115.44201: in VariableManager get_vars() 138029 1726888115.44234: Calling all_inventory to load vars for managed_node3 138029 1726888115.44237: Calling groups_inventory to load vars for managed_node3 138029 1726888115.44241: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888115.44251: Calling all_plugins_play to load vars for managed_node3 138029 1726888115.44461: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888115.44470: Calling groups_plugins_play to load vars for managed_node3 138029 1726888115.45128: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888115.46165: done with get_vars() 138029 1726888115.46180: done getting variables 138029 1726888115.46241: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:35 -0400 (0:00:00.080) 0:02:08.186 ****** 138029 1726888115.46279: entering _queue_task() for managed_node3/assert 138029 1726888115.46782: worker is 1 (out of 1 available) 138029 1726888115.46791: exiting _queue_task() for managed_node3/assert 138029 1726888115.46800: done queuing things up, now waiting for results queue to drain 138029 1726888115.46801: waiting for pending results... 138029 1726888115.46934: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888115.47054: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001066 138029 1726888115.47140: variable 'ansible_search_path' from source: unknown 138029 1726888115.47144: calling self._execute() 138029 1726888115.47236: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888115.47261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888115.47277: variable 'omit' from source: magic vars 138029 1726888115.47736: variable 'storage_test_volume' from source: include params 138029 1726888115.47766: variable '_storage_test_volume_present' from source: set_fact 138029 1726888115.47793: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888115.47805: variable 'omit' from source: magic vars 138029 1726888115.47900: variable 'omit' from source: magic vars 138029 1726888115.48028: variable 'storage_test_lv_segtype' from source: set_fact 138029 1726888115.48118: variable 'storage_test_volume' from source: include params 138029 1726888115.48122: variable 'omit' from source: magic vars 138029 1726888115.48132: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888115.48175: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888115.48196: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888115.48224: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888115.48242: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888115.48269: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888115.48289: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888115.48320: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888115.48338: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888115.48347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888115.48483: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888115.48494: Set connection var ansible_timeout to 10 138029 1726888115.48503: Set connection var ansible_pipelining to False 138029 1726888115.48509: Set connection var ansible_shell_type to sh 138029 1726888115.48515: Set connection var ansible_connection to ssh 138029 1726888115.48556: Set connection var ansible_shell_executable to /bin/sh 138029 1726888115.48565: variable 'ansible_shell_executable' from source: unknown 138029 1726888115.48573: variable 'ansible_connection' from source: unknown 138029 1726888115.48580: variable 'ansible_module_compression' from source: unknown 138029 1726888115.48586: variable 'ansible_shell_type' from source: unknown 138029 1726888115.48667: variable 'ansible_shell_executable' from source: unknown 138029 1726888115.48670: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888115.48673: variable 'ansible_pipelining' from source: unknown 138029 1726888115.48675: variable 'ansible_timeout' from source: unknown 138029 1726888115.48677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888115.48761: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888115.48791: variable 'omit' from source: magic vars 138029 1726888115.48801: starting attempt loop 138029 1726888115.48808: running the handler 138029 1726888115.49043: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888115.51594: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888115.51680: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888115.51727: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888115.51868: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888115.51872: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888115.51989: variable 'storage_test_volume' from source: include params 138029 1726888115.51993: variable 'storage_test_lv_segtype' from source: set_fact 138029 1726888115.52015: Evaluated conditional (storage_test_volume.cached | ternary(storage_test_lv_segtype[0] == 'cache', storage_test_lv_segtype[0] != 'cache')): True 138029 1726888115.52098: handler run complete 138029 1726888115.52102: attempt loop complete, returning result 138029 1726888115.52104: _execute() done 138029 1726888115.52107: dumping result to json 138029 1726888115.52109: done dumping result, returning 138029 1726888115.52111: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-000000001066] 138029 1726888115.52113: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001066 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888115.52435: no more pending results, returning what we have 138029 1726888115.52438: results queue empty 138029 1726888115.52440: checking for any_errors_fatal 138029 1726888115.52448: done checking for any_errors_fatal 138029 1726888115.52449: checking for max_fail_percentage 138029 1726888115.52451: done checking for max_fail_percentage 138029 1726888115.52452: checking to see if all hosts have failed and the running result is not ok 138029 1726888115.52453: done checking to see if all hosts have failed 138029 1726888115.52453: getting the remaining hosts for this loop 138029 1726888115.52457: done getting the remaining hosts for this loop 138029 1726888115.52460: getting the next task for host managed_node3 138029 1726888115.52470: done getting next task for host managed_node3 138029 1726888115.52473: ^ task is: TASK: Set LV cache size 138029 1726888115.52479: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888115.52492: getting variables 138029 1726888115.52494: in VariableManager get_vars() 138029 1726888115.52525: Calling all_inventory to load vars for managed_node3 138029 1726888115.52528: Calling groups_inventory to load vars for managed_node3 138029 1726888115.52531: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888115.52541: Calling all_plugins_play to load vars for managed_node3 138029 1726888115.52544: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888115.52547: Calling groups_plugins_play to load vars for managed_node3 138029 1726888115.53069: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001066 138029 1726888115.53073: WORKER PROCESS EXITING 138029 1726888115.53446: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888115.54908: done with get_vars() 138029 1726888115.54924: done getting variables 138029 1726888115.55129: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:35 -0400 (0:00:00.088) 0:02:08.275 ****** 138029 1726888115.55175: entering _queue_task() for managed_node3/set_fact 138029 1726888115.55559: worker is 1 (out of 1 available) 138029 1726888115.55575: exiting _queue_task() for managed_node3/set_fact 138029 1726888115.55699: done queuing things up, now waiting for results queue to drain 138029 1726888115.55701: waiting for pending results... 138029 1726888115.56272: running TaskExecutor() for managed_node3/TASK: Set LV cache size 138029 1726888115.56661: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001067 138029 1726888115.56667: variable 'ansible_search_path' from source: unknown 138029 1726888115.56670: calling self._execute() 138029 1726888115.56673: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888115.56676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888115.57061: variable 'omit' from source: magic vars 138029 1726888115.57678: variable 'storage_test_volume' from source: include params 138029 1726888115.57704: variable '_storage_test_volume_present' from source: set_fact 138029 1726888115.57725: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888115.58096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888115.62184: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888115.62661: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888115.62665: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888115.62668: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888115.62671: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888115.62673: variable 'storage_test_volume' from source: include params 138029 1726888115.62875: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888115.62887: when evaluation is False, skipping this task 138029 1726888115.62896: _execute() done 138029 1726888115.62904: dumping result to json 138029 1726888115.62911: done dumping result, returning 138029 1726888115.62922: done running TaskExecutor() for managed_node3/TASK: Set LV cache size [0affc8a3-6f6f-5a58-73a2-000000001067] 138029 1726888115.62932: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001067 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888115.63101: no more pending results, returning what we have 138029 1726888115.63104: results queue empty 138029 1726888115.63105: checking for any_errors_fatal 138029 1726888115.63115: done checking for any_errors_fatal 138029 1726888115.63116: checking for max_fail_percentage 138029 1726888115.63117: done checking for max_fail_percentage 138029 1726888115.63118: checking to see if all hosts have failed and the running result is not ok 138029 1726888115.63119: done checking to see if all hosts have failed 138029 1726888115.63119: getting the remaining hosts for this loop 138029 1726888115.63121: done getting the remaining hosts for this loop 138029 1726888115.63124: getting the next task for host managed_node3 138029 1726888115.63133: done getting next task for host managed_node3 138029 1726888115.63135: ^ task is: TASK: Parse the requested cache size 138029 1726888115.63141: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888115.63147: getting variables 138029 1726888115.63148: in VariableManager get_vars() 138029 1726888115.63187: Calling all_inventory to load vars for managed_node3 138029 1726888115.63189: Calling groups_inventory to load vars for managed_node3 138029 1726888115.63194: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888115.63364: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001067 138029 1726888115.63369: WORKER PROCESS EXITING 138029 1726888115.63384: Calling all_plugins_play to load vars for managed_node3 138029 1726888115.63388: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888115.63391: Calling groups_plugins_play to load vars for managed_node3 138029 1726888115.64646: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888115.66217: done with get_vars() 138029 1726888115.66235: 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:08:35 -0400 (0:00:00.112) 0:02:08.388 ****** 138029 1726888115.66465: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888115.67043: worker is 1 (out of 1 available) 138029 1726888115.67059: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888115.67072: done queuing things up, now waiting for results queue to drain 138029 1726888115.67074: waiting for pending results... 138029 1726888115.67457: running TaskExecutor() for managed_node3/TASK: Parse the requested cache size 138029 1726888115.67805: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001068 138029 1726888115.68162: variable 'ansible_search_path' from source: unknown 138029 1726888115.68166: calling self._execute() 138029 1726888115.68168: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888115.68171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888115.68175: variable 'omit' from source: magic vars 138029 1726888115.68859: variable 'storage_test_volume' from source: include params 138029 1726888115.69082: variable '_storage_test_volume_present' from source: set_fact 138029 1726888115.69461: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888115.69465: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888115.73707: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888115.73788: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888115.73827: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888115.74260: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888115.74263: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888115.74266: variable 'storage_test_volume' from source: include params 138029 1726888115.74267: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888115.74269: when evaluation is False, skipping this task 138029 1726888115.74271: _execute() done 138029 1726888115.74273: dumping result to json 138029 1726888115.74276: done dumping result, returning 138029 1726888115.74278: done running TaskExecutor() for managed_node3/TASK: Parse the requested cache size [0affc8a3-6f6f-5a58-73a2-000000001068] 138029 1726888115.74280: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001068 138029 1726888115.74383: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001068 138029 1726888115.74391: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888115.74449: no more pending results, returning what we have 138029 1726888115.74453: results queue empty 138029 1726888115.74454: checking for any_errors_fatal 138029 1726888115.74468: done checking for any_errors_fatal 138029 1726888115.74469: checking for max_fail_percentage 138029 1726888115.74472: done checking for max_fail_percentage 138029 1726888115.74473: checking to see if all hosts have failed and the running result is not ok 138029 1726888115.74473: done checking to see if all hosts have failed 138029 1726888115.74474: getting the remaining hosts for this loop 138029 1726888115.74476: done getting the remaining hosts for this loop 138029 1726888115.74480: getting the next task for host managed_node3 138029 1726888115.74489: done getting next task for host managed_node3 138029 1726888115.74491: ^ task is: TASK: Set expected cache size 138029 1726888115.74497: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888115.74502: getting variables 138029 1726888115.74504: in VariableManager get_vars() 138029 1726888115.74539: Calling all_inventory to load vars for managed_node3 138029 1726888115.74542: Calling groups_inventory to load vars for managed_node3 138029 1726888115.74545: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888115.74772: Calling all_plugins_play to load vars for managed_node3 138029 1726888115.74778: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888115.74782: Calling groups_plugins_play to load vars for managed_node3 138029 1726888115.75940: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888115.77531: done with get_vars() 138029 1726888115.77547: done getting variables 138029 1726888115.77741: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:35 -0400 (0:00:00.113) 0:02:08.501 ****** 138029 1726888115.77783: entering _queue_task() for managed_node3/set_fact 138029 1726888115.78439: worker is 1 (out of 1 available) 138029 1726888115.78459: exiting _queue_task() for managed_node3/set_fact 138029 1726888115.78474: done queuing things up, now waiting for results queue to drain 138029 1726888115.78477: waiting for pending results... 138029 1726888115.78844: running TaskExecutor() for managed_node3/TASK: Set expected cache size 138029 1726888115.79093: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001069 138029 1726888115.79461: variable 'ansible_search_path' from source: unknown 138029 1726888115.79465: calling self._execute() 138029 1726888115.79469: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888115.79471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888115.79474: variable 'omit' from source: magic vars 138029 1726888115.80245: variable 'storage_test_volume' from source: include params 138029 1726888115.80660: variable '_storage_test_volume_present' from source: set_fact 138029 1726888115.80663: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888115.80667: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888115.85458: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888115.85722: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888115.85767: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888115.85818: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888115.86087: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888115.86176: variable 'storage_test_volume' from source: include params 138029 1726888115.86207: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888115.86216: when evaluation is False, skipping this task 138029 1726888115.86225: _execute() done 138029 1726888115.86233: dumping result to json 138029 1726888115.86239: done dumping result, returning 138029 1726888115.86250: done running TaskExecutor() for managed_node3/TASK: Set expected cache size [0affc8a3-6f6f-5a58-73a2-000000001069] 138029 1726888115.86262: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001069 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888115.86417: no more pending results, returning what we have 138029 1726888115.86421: results queue empty 138029 1726888115.86422: checking for any_errors_fatal 138029 1726888115.86427: done checking for any_errors_fatal 138029 1726888115.86428: checking for max_fail_percentage 138029 1726888115.86430: done checking for max_fail_percentage 138029 1726888115.86431: checking to see if all hosts have failed and the running result is not ok 138029 1726888115.86432: done checking to see if all hosts have failed 138029 1726888115.86432: getting the remaining hosts for this loop 138029 1726888115.86434: done getting the remaining hosts for this loop 138029 1726888115.86437: getting the next task for host managed_node3 138029 1726888115.86446: done getting next task for host managed_node3 138029 1726888115.86448: ^ task is: TASK: Check cache size 138029 1726888115.86453: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888115.86459: getting variables 138029 1726888115.86460: in VariableManager get_vars() 138029 1726888115.86497: Calling all_inventory to load vars for managed_node3 138029 1726888115.86499: Calling groups_inventory to load vars for managed_node3 138029 1726888115.86503: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888115.86514: Calling all_plugins_play to load vars for managed_node3 138029 1726888115.86517: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888115.86522: Calling groups_plugins_play to load vars for managed_node3 138029 1726888115.87208: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001069 138029 1726888115.87211: WORKER PROCESS EXITING 138029 1726888115.87983: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888115.89987: done with get_vars() 138029 1726888115.90003: done getting variables 138029 1726888115.90186: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:35 -0400 (0:00:00.124) 0:02:08.625 ****** 138029 1726888115.90221: entering _queue_task() for managed_node3/assert 138029 1726888115.90784: worker is 1 (out of 1 available) 138029 1726888115.90910: exiting _queue_task() for managed_node3/assert 138029 1726888115.90926: done queuing things up, now waiting for results queue to drain 138029 1726888115.90928: waiting for pending results... 138029 1726888115.91456: running TaskExecutor() for managed_node3/TASK: Check cache size 138029 1726888115.91862: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000106a 138029 1726888115.91866: variable 'ansible_search_path' from source: unknown 138029 1726888115.91869: calling self._execute() 138029 1726888115.92077: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888115.92089: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888115.92105: variable 'omit' from source: magic vars 138029 1726888115.92931: variable 'storage_test_volume' from source: include params 138029 1726888115.92961: variable '_storage_test_volume_present' from source: set_fact 138029 1726888115.92983: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888115.93346: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888115.97423: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888115.97507: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888115.97861: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888115.97865: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888115.97867: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888115.97958: variable 'storage_test_volume' from source: include params 138029 1726888115.98260: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888115.98264: when evaluation is False, skipping this task 138029 1726888115.98266: _execute() done 138029 1726888115.98269: dumping result to json 138029 1726888115.98271: done dumping result, returning 138029 1726888115.98273: done running TaskExecutor() for managed_node3/TASK: Check cache size [0affc8a3-6f6f-5a58-73a2-00000000106a] 138029 1726888115.98276: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000106a 138029 1726888115.98350: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000106a 138029 1726888115.98353: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888115.98408: no more pending results, returning what we have 138029 1726888115.98412: results queue empty 138029 1726888115.98413: checking for any_errors_fatal 138029 1726888115.98420: done checking for any_errors_fatal 138029 1726888115.98421: checking for max_fail_percentage 138029 1726888115.98423: done checking for max_fail_percentage 138029 1726888115.98423: checking to see if all hosts have failed and the running result is not ok 138029 1726888115.98424: done checking to see if all hosts have failed 138029 1726888115.98425: getting the remaining hosts for this loop 138029 1726888115.98426: done getting the remaining hosts for this loop 138029 1726888115.98430: getting the next task for host managed_node3 138029 1726888115.98440: done getting next task for host managed_node3 138029 1726888115.98443: ^ task is: TASK: Clean up facts 138029 1726888115.98448: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888115.98457: getting variables 138029 1726888115.98458: in VariableManager get_vars() 138029 1726888115.98495: Calling all_inventory to load vars for managed_node3 138029 1726888115.98498: Calling groups_inventory to load vars for managed_node3 138029 1726888115.98501: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888115.98510: Calling all_plugins_play to load vars for managed_node3 138029 1726888115.98513: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888115.98516: Calling groups_plugins_play to load vars for managed_node3 138029 1726888115.99787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888116.01241: done with get_vars() 138029 1726888116.01364: done getting variables 138029 1726888116.01426: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:36 -0400 (0:00:00.112) 0:02:08.738 ****** 138029 1726888116.01464: entering _queue_task() for managed_node3/set_fact 138029 1726888116.02205: worker is 1 (out of 1 available) 138029 1726888116.02217: exiting _queue_task() for managed_node3/set_fact 138029 1726888116.02228: done queuing things up, now waiting for results queue to drain 138029 1726888116.02229: waiting for pending results... 138029 1726888116.02740: running TaskExecutor() for managed_node3/TASK: Clean up facts 138029 1726888116.03261: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e14 138029 1726888116.03265: variable 'ansible_search_path' from source: unknown 138029 1726888116.03268: calling self._execute() 138029 1726888116.03271: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.03274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.03276: variable 'omit' from source: magic vars 138029 1726888116.03570: variable 'omit' from source: magic vars 138029 1726888116.03828: variable 'omit' from source: magic vars 138029 1726888116.04060: variable 'omit' from source: magic vars 138029 1726888116.04064: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888116.04067: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888116.04069: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888116.04071: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888116.04073: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888116.04075: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888116.04078: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888116.04080: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888116.04082: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.04264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.04392: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888116.04570: Set connection var ansible_timeout to 10 138029 1726888116.04584: Set connection var ansible_pipelining to False 138029 1726888116.04590: Set connection var ansible_shell_type to sh 138029 1726888116.04596: Set connection var ansible_connection to ssh 138029 1726888116.04604: Set connection var ansible_shell_executable to /bin/sh 138029 1726888116.04637: variable 'ansible_shell_executable' from source: unknown 138029 1726888116.04640: variable 'ansible_connection' from source: unknown 138029 1726888116.04642: variable 'ansible_module_compression' from source: unknown 138029 1726888116.04645: variable 'ansible_shell_type' from source: unknown 138029 1726888116.04647: variable 'ansible_shell_executable' from source: unknown 138029 1726888116.04649: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.04653: variable 'ansible_pipelining' from source: unknown 138029 1726888116.04662: variable 'ansible_timeout' from source: unknown 138029 1726888116.04669: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.04812: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888116.05261: variable 'omit' from source: magic vars 138029 1726888116.05264: starting attempt loop 138029 1726888116.05267: running the handler 138029 1726888116.05269: handler run complete 138029 1726888116.05271: attempt loop complete, returning result 138029 1726888116.05273: _execute() done 138029 1726888116.05274: dumping result to json 138029 1726888116.05276: done dumping result, returning 138029 1726888116.05278: done running TaskExecutor() for managed_node3/TASK: Clean up facts [0affc8a3-6f6f-5a58-73a2-000000000e14] 138029 1726888116.05280: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e14 138029 1726888116.05347: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e14 138029 1726888116.05351: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 138029 1726888116.05423: no more pending results, returning what we have 138029 1726888116.05426: results queue empty 138029 1726888116.05427: checking for any_errors_fatal 138029 1726888116.05439: done checking for any_errors_fatal 138029 1726888116.05439: checking for max_fail_percentage 138029 1726888116.05441: done checking for max_fail_percentage 138029 1726888116.05442: checking to see if all hosts have failed and the running result is not ok 138029 1726888116.05443: done checking to see if all hosts have failed 138029 1726888116.05444: getting the remaining hosts for this loop 138029 1726888116.05446: done getting the remaining hosts for this loop 138029 1726888116.05450: getting the next task for host managed_node3 138029 1726888116.05509: done getting next task for host managed_node3 138029 1726888116.05514: ^ task is: TASK: Set storage volume test variables 138029 1726888116.05519: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888116.05525: getting variables 138029 1726888116.05527: in VariableManager get_vars() 138029 1726888116.05618: Calling all_inventory to load vars for managed_node3 138029 1726888116.05621: Calling groups_inventory to load vars for managed_node3 138029 1726888116.05624: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888116.05634: Calling all_plugins_play to load vars for managed_node3 138029 1726888116.05636: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888116.05638: Calling groups_plugins_play to load vars for managed_node3 138029 1726888116.06965: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888116.08566: done with get_vars() 138029 1726888116.08583: done getting variables 138029 1726888116.08640: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:36 -0400 (0:00:00.073) 0:02:08.811 ****** 138029 1726888116.08790: entering _queue_task() for managed_node3/set_fact 138029 1726888116.09387: worker is 1 (out of 1 available) 138029 1726888116.09403: exiting _queue_task() for managed_node3/set_fact 138029 1726888116.09529: done queuing things up, now waiting for results queue to drain 138029 1726888116.09532: waiting for pending results... 138029 1726888116.10173: running TaskExecutor() for managed_node3/TASK: Set storage volume test variables 138029 1726888116.10178: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e18 138029 1726888116.10182: variable 'ansible_search_path' from source: unknown 138029 1726888116.10561: calling self._execute() 138029 1726888116.10565: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.10568: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.10571: variable 'omit' from source: magic vars 138029 1726888116.10826: variable 'omit' from source: magic vars 138029 1726888116.10899: variable 'omit' from source: magic vars 138029 1726888116.11596: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888116.15688: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888116.15939: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888116.16263: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888116.16266: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888116.16268: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888116.16338: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888116.16379: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888116.16483: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888116.16530: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888116.16580: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888116.16935: variable 'storage_test_volume' from source: include params 138029 1726888116.16997: variable 'storage_test_pool' from source: include params 138029 1726888116.17091: variable 'omit' from source: magic vars 138029 1726888116.17241: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888116.17350: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888116.17376: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888116.17397: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888116.17409: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888116.17443: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888116.17559: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888116.17594: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888116.17602: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.17608: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.17843: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888116.17854: Set connection var ansible_timeout to 10 138029 1726888116.18060: Set connection var ansible_pipelining to False 138029 1726888116.18064: Set connection var ansible_shell_type to sh 138029 1726888116.18066: Set connection var ansible_connection to ssh 138029 1726888116.18068: Set connection var ansible_shell_executable to /bin/sh 138029 1726888116.18070: variable 'ansible_shell_executable' from source: unknown 138029 1726888116.18072: variable 'ansible_connection' from source: unknown 138029 1726888116.18074: variable 'ansible_module_compression' from source: unknown 138029 1726888116.18077: variable 'ansible_shell_type' from source: unknown 138029 1726888116.18079: variable 'ansible_shell_executable' from source: unknown 138029 1726888116.18081: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.18083: variable 'ansible_pipelining' from source: unknown 138029 1726888116.18085: variable 'ansible_timeout' from source: unknown 138029 1726888116.18087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.18419: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888116.18423: variable 'omit' from source: magic vars 138029 1726888116.18426: starting attempt loop 138029 1726888116.18428: running the handler 138029 1726888116.18430: handler run complete 138029 1726888116.18432: attempt loop complete, returning result 138029 1726888116.18434: _execute() done 138029 1726888116.18436: dumping result to json 138029 1726888116.18438: done dumping result, returning 138029 1726888116.18440: done running TaskExecutor() for managed_node3/TASK: Set storage volume test variables [0affc8a3-6f6f-5a58-73a2-000000000e18] 138029 1726888116.18442: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e18 138029 1726888116.18798: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e18 138029 1726888116.18801: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 138029 1726888116.18863: no more pending results, returning what we have 138029 1726888116.18866: results queue empty 138029 1726888116.18867: checking for any_errors_fatal 138029 1726888116.18876: done checking for any_errors_fatal 138029 1726888116.18877: checking for max_fail_percentage 138029 1726888116.18879: done checking for max_fail_percentage 138029 1726888116.18880: checking to see if all hosts have failed and the running result is not ok 138029 1726888116.18881: done checking to see if all hosts have failed 138029 1726888116.18882: getting the remaining hosts for this loop 138029 1726888116.18884: done getting the remaining hosts for this loop 138029 1726888116.18887: getting the next task for host managed_node3 138029 1726888116.18897: done getting next task for host managed_node3 138029 1726888116.18900: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888116.18905: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888116.18917: getting variables 138029 1726888116.18919: in VariableManager get_vars() 138029 1726888116.18952: Calling all_inventory to load vars for managed_node3 138029 1726888116.19258: Calling groups_inventory to load vars for managed_node3 138029 1726888116.19264: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888116.19275: Calling all_plugins_play to load vars for managed_node3 138029 1726888116.19279: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888116.19282: Calling groups_plugins_play to load vars for managed_node3 138029 1726888116.20507: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888116.21861: done with get_vars() 138029 1726888116.21880: done getting variables 138029 1726888116.22470: 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:08:36 -0400 (0:00:00.137) 0:02:08.948 ****** 138029 1726888116.22499: entering _queue_task() for managed_node3/include_tasks 138029 1726888116.22995: worker is 1 (out of 1 available) 138029 1726888116.23009: exiting _queue_task() for managed_node3/include_tasks 138029 1726888116.23020: done queuing things up, now waiting for results queue to drain 138029 1726888116.23022: waiting for pending results... 138029 1726888116.23601: running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888116.23814: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e19 138029 1726888116.23860: variable 'ansible_search_path' from source: unknown 138029 1726888116.23987: variable '_storage_volume_tests' from source: set_fact 138029 1726888116.24412: variable '_storage_volume_tests' from source: set_fact 138029 1726888116.24590: variable 'omit' from source: magic vars 138029 1726888116.24973: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.24995: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.24998: variable 'omit' from source: magic vars 138029 1726888116.25428: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.25432: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.25596: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.25742: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.25746: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.26062: variable 'omit' from source: magic vars 138029 1726888116.26065: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.26067: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.26192: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.26299: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.26303: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.26427: variable 'omit' from source: magic vars 138029 1726888116.26743: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.26746: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.26868: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.26931: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.26939: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.26948: variable 'omit' from source: magic vars 138029 1726888116.27226: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.27260: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.27502: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.27619: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.27627: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.27659: variable 'omit' from source: magic vars 138029 1726888116.27872: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.27904: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.28098: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.28198: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.28202: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.28203: variable 'omit' from source: magic vars 138029 1726888116.28479: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.28488: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.28660: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.28871: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.28873: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.28875: variable 'omit' from source: magic vars 138029 1726888116.29173: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.29206: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.29384: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.29457: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.29460: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.29629: variable 'omit' from source: magic vars 138029 1726888116.29774: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.29806: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.29962: variable 'storage_test_volume_subset' from source: unknown 138029 1726888116.30219: dumping result to json 138029 1726888116.30222: done dumping result, returning 138029 1726888116.30225: done running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-5a58-73a2-000000000e19] 138029 1726888116.30227: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e19 138029 1726888116.30265: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e19 138029 1726888116.30268: WORKER PROCESS EXITING 138029 1726888116.30313: no more pending results, returning what we have 138029 1726888116.30318: in VariableManager get_vars() 138029 1726888116.30357: Calling all_inventory to load vars for managed_node3 138029 1726888116.30360: Calling groups_inventory to load vars for managed_node3 138029 1726888116.30363: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888116.30378: Calling all_plugins_play to load vars for managed_node3 138029 1726888116.30383: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888116.30387: Calling groups_plugins_play to load vars for managed_node3 138029 1726888116.31689: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888116.33593: done with get_vars() 138029 1726888116.33606: variable 'ansible_search_path' from source: unknown 138029 1726888116.33643: variable 'ansible_search_path' from source: unknown 138029 1726888116.33672: variable 'ansible_search_path' from source: unknown 138029 1726888116.33698: variable 'ansible_search_path' from source: unknown 138029 1726888116.33723: variable 'ansible_search_path' from source: unknown 138029 1726888116.33750: variable 'ansible_search_path' from source: unknown 138029 1726888116.33981: variable 'ansible_search_path' from source: unknown 138029 1726888116.34007: variable 'ansible_search_path' from source: unknown 138029 1726888116.34029: we have included files to process 138029 1726888116.34030: generating all_blocks data 138029 1726888116.34032: done generating all_blocks data 138029 1726888116.34038: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888116.34039: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888116.34041: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888116.36111: done processing included file 138029 1726888116.36113: iterating over new_blocks loaded from include file 138029 1726888116.36115: in VariableManager get_vars() 138029 1726888116.36132: done with get_vars() 138029 1726888116.36134: filtering new block on tags 138029 1726888116.36527: done filtering new block on tags 138029 1726888116.36531: 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_node3 => (item=mount) 138029 1726888116.36535: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888116.36536: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888116.36545: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888116.37732: done processing included file 138029 1726888116.37733: iterating over new_blocks loaded from include file 138029 1726888116.37735: in VariableManager get_vars() 138029 1726888116.37751: done with get_vars() 138029 1726888116.37753: filtering new block on tags 138029 1726888116.38042: done filtering new block on tags 138029 1726888116.38045: 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_node3 => (item=fstab) 138029 1726888116.38049: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888116.38050: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888116.38053: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888116.38490: done processing included file 138029 1726888116.38492: iterating over new_blocks loaded from include file 138029 1726888116.38494: in VariableManager get_vars() 138029 1726888116.38510: done with get_vars() 138029 1726888116.38512: filtering new block on tags 138029 1726888116.38551: done filtering new block on tags 138029 1726888116.38553: 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_node3 => (item=fs) 138029 1726888116.38759: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888116.38761: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888116.38763: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888116.39919: done processing included file 138029 1726888116.39921: iterating over new_blocks loaded from include file 138029 1726888116.39922: in VariableManager get_vars() 138029 1726888116.39937: done with get_vars() 138029 1726888116.39939: filtering new block on tags 138029 1726888116.40040: done filtering new block on tags 138029 1726888116.40043: 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_node3 => (item=device) 138029 1726888116.40046: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888116.40047: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888116.40050: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888116.43564: done processing included file 138029 1726888116.43566: iterating over new_blocks loaded from include file 138029 1726888116.43568: in VariableManager get_vars() 138029 1726888116.43591: done with get_vars() 138029 1726888116.43593: filtering new block on tags 138029 1726888116.44024: done filtering new block on tags 138029 1726888116.44027: 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_node3 => (item=encryption) 138029 1726888116.44031: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888116.44032: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888116.44035: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888116.46131: done processing included file 138029 1726888116.46133: iterating over new_blocks loaded from include file 138029 1726888116.46135: in VariableManager get_vars() 138029 1726888116.46264: done with get_vars() 138029 1726888116.46267: filtering new block on tags 138029 1726888116.46585: done filtering new block on tags 138029 1726888116.46588: 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_node3 => (item=md) 138029 1726888116.46592: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888116.46593: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888116.46597: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888116.52083: done processing included file 138029 1726888116.52086: iterating over new_blocks loaded from include file 138029 1726888116.52088: in VariableManager get_vars() 138029 1726888116.52112: done with get_vars() 138029 1726888116.52115: filtering new block on tags 138029 1726888116.52371: done filtering new block on tags 138029 1726888116.52375: in VariableManager get_vars() 138029 1726888116.52392: done with get_vars() 138029 1726888116.52394: filtering new block on tags 138029 1726888116.52500: done filtering new block on tags 138029 1726888116.52503: in VariableManager get_vars() 138029 1726888116.52518: done with get_vars() 138029 1726888116.52520: filtering new block on tags 138029 1726888116.52753: done filtering new block on tags 138029 1726888116.52758: in VariableManager get_vars() 138029 1726888116.52777: done with get_vars() 138029 1726888116.52779: filtering new block on tags 138029 1726888116.52867: done filtering new block on tags 138029 1726888116.52870: 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_node3 => (item=size) 138029 1726888116.52875: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888116.52876: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888116.52880: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888116.53653: done processing included file 138029 1726888116.53658: iterating over new_blocks loaded from include file 138029 1726888116.53659: in VariableManager get_vars() 138029 1726888116.53678: done with get_vars() 138029 1726888116.53679: filtering new block on tags 138029 1726888116.53794: done filtering new block on tags 138029 1726888116.53796: 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_node3 => (item=cache) 138029 1726888116.53800: extending task lists for all hosts with included blocks 138029 1726888116.54204: done extending task lists 138029 1726888116.54206: done processing included files 138029 1726888116.54206: results queue empty 138029 1726888116.54207: checking for any_errors_fatal 138029 1726888116.54211: done checking for any_errors_fatal 138029 1726888116.54212: checking for max_fail_percentage 138029 1726888116.54213: done checking for max_fail_percentage 138029 1726888116.54214: checking to see if all hosts have failed and the running result is not ok 138029 1726888116.54221: done checking to see if all hosts have failed 138029 1726888116.54222: getting the remaining hosts for this loop 138029 1726888116.54223: done getting the remaining hosts for this loop 138029 1726888116.54226: getting the next task for host managed_node3 138029 1726888116.54232: done getting next task for host managed_node3 138029 1726888116.54234: ^ task is: TASK: Get expected mount device based on device type 138029 1726888116.54238: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888116.54240: getting variables 138029 1726888116.54241: in VariableManager get_vars() 138029 1726888116.54251: Calling all_inventory to load vars for managed_node3 138029 1726888116.54253: Calling groups_inventory to load vars for managed_node3 138029 1726888116.54258: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888116.54267: Calling all_plugins_play to load vars for managed_node3 138029 1726888116.54269: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888116.54272: Calling groups_plugins_play to load vars for managed_node3 138029 1726888116.54894: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888116.55626: done with get_vars() 138029 1726888116.55642: done getting variables 138029 1726888116.55683: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:36 -0400 (0:00:00.332) 0:02:09.280 ****** 138029 1726888116.55726: entering _queue_task() for managed_node3/set_fact 138029 1726888116.56096: worker is 1 (out of 1 available) 138029 1726888116.56109: exiting _queue_task() for managed_node3/set_fact 138029 1726888116.56121: done queuing things up, now waiting for results queue to drain 138029 1726888116.56238: waiting for pending results... 138029 1726888116.56704: running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type 138029 1726888116.56709: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011b0 138029 1726888116.56712: variable 'ansible_search_path' from source: unknown 138029 1726888116.56716: calling self._execute() 138029 1726888116.56767: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.56777: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.56904: variable 'omit' from source: magic vars 138029 1726888116.57012: variable 'omit' from source: magic vars 138029 1726888116.57016: variable 'omit' from source: magic vars 138029 1726888116.57338: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888116.57634: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888116.57689: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888116.57719: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888116.57750: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888116.57838: 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) 138029 1726888116.57863: 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) 138029 1726888116.57899: 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) 138029 1726888116.57924: 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) 138029 1726888116.57969: 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) 138029 1726888116.57997: 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) 138029 1726888116.58019: 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) 138029 1726888116.58042: 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) 138029 1726888116.58253: variable '_storage_test_volume_present' from source: set_fact 138029 1726888116.58460: variable 'storage_test_volume' from source: include params 138029 1726888116.58463: variable 'storage_test_pool' from source: include params 138029 1726888116.58466: variable 'omit' from source: magic vars 138029 1726888116.58468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888116.58471: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888116.58473: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888116.58475: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888116.58477: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888116.58479: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888116.58481: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888116.58514: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888116.58517: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.58531: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.58654: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888116.58662: Set connection var ansible_timeout to 10 138029 1726888116.58671: Set connection var ansible_pipelining to False 138029 1726888116.58674: Set connection var ansible_shell_type to sh 138029 1726888116.58676: Set connection var ansible_connection to ssh 138029 1726888116.58680: Set connection var ansible_shell_executable to /bin/sh 138029 1726888116.58707: variable 'ansible_shell_executable' from source: unknown 138029 1726888116.58710: variable 'ansible_connection' from source: unknown 138029 1726888116.58713: variable 'ansible_module_compression' from source: unknown 138029 1726888116.58715: variable 'ansible_shell_type' from source: unknown 138029 1726888116.58717: variable 'ansible_shell_executable' from source: unknown 138029 1726888116.58719: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.58723: variable 'ansible_pipelining' from source: unknown 138029 1726888116.58726: variable 'ansible_timeout' from source: unknown 138029 1726888116.58730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.58837: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888116.58857: variable 'omit' from source: magic vars 138029 1726888116.58863: starting attempt loop 138029 1726888116.58869: running the handler 138029 1726888116.58880: handler run complete 138029 1726888116.58890: attempt loop complete, returning result 138029 1726888116.58892: _execute() done 138029 1726888116.58895: dumping result to json 138029 1726888116.58897: done dumping result, returning 138029 1726888116.58906: done running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type [0affc8a3-6f6f-5a58-73a2-0000000011b0] 138029 1726888116.58911: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b0 138029 1726888116.59010: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b0 138029 1726888116.59014: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv3" }, "changed": false } 138029 1726888116.59087: no more pending results, returning what we have 138029 1726888116.59098: results queue empty 138029 1726888116.59099: checking for any_errors_fatal 138029 1726888116.59101: done checking for any_errors_fatal 138029 1726888116.59102: checking for max_fail_percentage 138029 1726888116.59103: done checking for max_fail_percentage 138029 1726888116.59105: checking to see if all hosts have failed and the running result is not ok 138029 1726888116.59106: done checking to see if all hosts have failed 138029 1726888116.59106: getting the remaining hosts for this loop 138029 1726888116.59108: done getting the remaining hosts for this loop 138029 1726888116.59112: getting the next task for host managed_node3 138029 1726888116.59122: done getting next task for host managed_node3 138029 1726888116.59124: ^ task is: TASK: Set some facts 138029 1726888116.59138: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888116.59145: getting variables 138029 1726888116.59146: in VariableManager get_vars() 138029 1726888116.59189: Calling all_inventory to load vars for managed_node3 138029 1726888116.59192: Calling groups_inventory to load vars for managed_node3 138029 1726888116.59195: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888116.59207: Calling all_plugins_play to load vars for managed_node3 138029 1726888116.59210: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888116.59213: Calling groups_plugins_play to load vars for managed_node3 138029 1726888116.60368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888116.61110: done with get_vars() 138029 1726888116.61130: done getting variables 138029 1726888116.61195: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:36 -0400 (0:00:00.055) 0:02:09.335 ****** 138029 1726888116.61238: entering _queue_task() for managed_node3/set_fact 138029 1726888116.61606: worker is 1 (out of 1 available) 138029 1726888116.61618: exiting _queue_task() for managed_node3/set_fact 138029 1726888116.61629: done queuing things up, now waiting for results queue to drain 138029 1726888116.61631: waiting for pending results... 138029 1726888116.62196: running TaskExecutor() for managed_node3/TASK: Set some facts 138029 1726888116.62203: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011b1 138029 1726888116.62207: variable 'ansible_search_path' from source: unknown 138029 1726888116.62260: calling self._execute() 138029 1726888116.62263: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.62276: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.62289: variable 'omit' from source: magic vars 138029 1726888116.62506: variable 'omit' from source: magic vars 138029 1726888116.62509: variable 'omit' from source: magic vars 138029 1726888116.62826: variable '_storage_test_volume_present' from source: set_fact 138029 1726888116.62839: variable 'storage_test_volume' from source: include params 138029 1726888116.63129: variable 'storage_test_volume' from source: include params 138029 1726888116.63142: variable 'mount_prefix' from source: task vars 138029 1726888116.63422: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888116.66353: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888116.66474: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888116.66492: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888116.66531: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888116.66565: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888116.66689: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888116.66693: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888116.66713: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888116.66758: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888116.66779: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888116.66945: variable '__storage_is_ostree' from source: set_fact 138029 1726888116.66959: variable 'storage_test_volume' from source: include params 138029 1726888116.67007: variable 'omit' from source: magic vars 138029 1726888116.67162: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888116.67165: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888116.67179: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888116.67210: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888116.67666: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888116.67670: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888116.67672: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888116.67675: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888116.67677: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.67680: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.67718: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888116.67725: Set connection var ansible_timeout to 10 138029 1726888116.67731: Set connection var ansible_pipelining to False 138029 1726888116.67734: Set connection var ansible_shell_type to sh 138029 1726888116.67749: Set connection var ansible_connection to ssh 138029 1726888116.67758: Set connection var ansible_shell_executable to /bin/sh 138029 1726888116.67794: variable 'ansible_shell_executable' from source: unknown 138029 1726888116.67805: variable 'ansible_connection' from source: unknown 138029 1726888116.67808: variable 'ansible_module_compression' from source: unknown 138029 1726888116.67811: variable 'ansible_shell_type' from source: unknown 138029 1726888116.67813: variable 'ansible_shell_executable' from source: unknown 138029 1726888116.67815: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.67821: variable 'ansible_pipelining' from source: unknown 138029 1726888116.67823: variable 'ansible_timeout' from source: unknown 138029 1726888116.67825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.67945: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888116.67956: variable 'omit' from source: magic vars 138029 1726888116.67962: starting attempt loop 138029 1726888116.67968: running the handler 138029 1726888116.68121: handler run complete 138029 1726888116.68124: attempt loop complete, returning result 138029 1726888116.68126: _execute() done 138029 1726888116.68128: dumping result to json 138029 1726888116.68130: done dumping result, returning 138029 1726888116.68132: done running TaskExecutor() for managed_node3/TASK: Set some facts [0affc8a3-6f6f-5a58-73a2-0000000011b1] 138029 1726888116.68134: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b1 138029 1726888116.68203: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b1 138029 1726888116.68206: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test3", "storage_test_swap_expected_matches": "0" }, "changed": false } 138029 1726888116.68290: no more pending results, returning what we have 138029 1726888116.68294: results queue empty 138029 1726888116.68296: checking for any_errors_fatal 138029 1726888116.68303: done checking for any_errors_fatal 138029 1726888116.68304: checking for max_fail_percentage 138029 1726888116.68306: done checking for max_fail_percentage 138029 1726888116.68307: checking to see if all hosts have failed and the running result is not ok 138029 1726888116.68308: done checking to see if all hosts have failed 138029 1726888116.68309: getting the remaining hosts for this loop 138029 1726888116.68311: done getting the remaining hosts for this loop 138029 1726888116.68315: getting the next task for host managed_node3 138029 1726888116.68330: done getting next task for host managed_node3 138029 1726888116.68339: ^ task is: TASK: Get information about the mountpoint directory 138029 1726888116.68346: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888116.68361: getting variables 138029 1726888116.68365: in VariableManager get_vars() 138029 1726888116.68403: Calling all_inventory to load vars for managed_node3 138029 1726888116.68406: Calling groups_inventory to load vars for managed_node3 138029 1726888116.68410: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888116.68422: Calling all_plugins_play to load vars for managed_node3 138029 1726888116.68426: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888116.68429: Calling groups_plugins_play to load vars for managed_node3 138029 1726888116.69218: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888116.70084: done with get_vars() 138029 1726888116.70108: 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:08:36 -0400 (0:00:00.089) 0:02:09.425 ****** 138029 1726888116.70219: entering _queue_task() for managed_node3/stat 138029 1726888116.70576: worker is 1 (out of 1 available) 138029 1726888116.70595: exiting _queue_task() for managed_node3/stat 138029 1726888116.70606: done queuing things up, now waiting for results queue to drain 138029 1726888116.70608: waiting for pending results... 138029 1726888116.71361: running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory 138029 1726888116.71419: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011b2 138029 1726888116.71434: variable 'ansible_search_path' from source: unknown 138029 1726888116.71480: calling self._execute() 138029 1726888116.71619: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.71623: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.71632: variable 'omit' from source: magic vars 138029 1726888116.72130: variable '_storage_test_volume_present' from source: set_fact 138029 1726888116.72134: variable 'storage_test_volume' from source: include params 138029 1726888116.72177: 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 138029 1726888116.72181: when evaluation is False, skipping this task 138029 1726888116.72184: _execute() done 138029 1726888116.72187: dumping result to json 138029 1726888116.72190: done dumping result, returning 138029 1726888116.72197: done running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-5a58-73a2-0000000011b2] 138029 1726888116.72202: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b2 138029 1726888116.72309: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b2 138029 1726888116.72312: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888116.72473: no more pending results, returning what we have 138029 1726888116.72476: results queue empty 138029 1726888116.72477: checking for any_errors_fatal 138029 1726888116.72484: done checking for any_errors_fatal 138029 1726888116.72485: checking for max_fail_percentage 138029 1726888116.72487: done checking for max_fail_percentage 138029 1726888116.72487: checking to see if all hosts have failed and the running result is not ok 138029 1726888116.72488: done checking to see if all hosts have failed 138029 1726888116.72489: getting the remaining hosts for this loop 138029 1726888116.72490: done getting the remaining hosts for this loop 138029 1726888116.72493: getting the next task for host managed_node3 138029 1726888116.72501: done getting next task for host managed_node3 138029 1726888116.72503: ^ task is: TASK: Verify the current mount state by device 138029 1726888116.72509: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888116.72512: getting variables 138029 1726888116.72513: in VariableManager get_vars() 138029 1726888116.72543: Calling all_inventory to load vars for managed_node3 138029 1726888116.72558: Calling groups_inventory to load vars for managed_node3 138029 1726888116.72568: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888116.72582: Calling all_plugins_play to load vars for managed_node3 138029 1726888116.72585: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888116.72588: Calling groups_plugins_play to load vars for managed_node3 138029 1726888116.73309: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888116.74048: done with get_vars() 138029 1726888116.74073: done getting variables 138029 1726888116.74139: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:36 -0400 (0:00:00.039) 0:02:09.465 ****** 138029 1726888116.74183: entering _queue_task() for managed_node3/assert 138029 1726888116.74768: worker is 1 (out of 1 available) 138029 1726888116.74780: exiting _queue_task() for managed_node3/assert 138029 1726888116.74793: done queuing things up, now waiting for results queue to drain 138029 1726888116.74794: waiting for pending results... 138029 1726888116.75179: running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device 138029 1726888116.75185: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011b3 138029 1726888116.75189: variable 'ansible_search_path' from source: unknown 138029 1726888116.75193: calling self._execute() 138029 1726888116.75273: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.75278: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.75280: variable 'omit' from source: magic vars 138029 1726888116.75663: variable '_storage_test_volume_present' from source: set_fact 138029 1726888116.75706: Evaluated conditional (_storage_test_volume_present): True 138029 1726888116.75710: variable 'omit' from source: magic vars 138029 1726888116.75924: variable 'omit' from source: magic vars 138029 1726888116.75928: variable 'storage_test_volume' from source: include params 138029 1726888116.75947: variable 'omit' from source: magic vars 138029 1726888116.75993: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888116.76036: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888116.76057: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888116.76076: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888116.76089: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888116.76104: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888116.76132: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888116.76166: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888116.76169: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.76171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.76301: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888116.76304: Set connection var ansible_timeout to 10 138029 1726888116.76358: Set connection var ansible_pipelining to False 138029 1726888116.76361: Set connection var ansible_shell_type to sh 138029 1726888116.76363: Set connection var ansible_connection to ssh 138029 1726888116.76366: Set connection var ansible_shell_executable to /bin/sh 138029 1726888116.76368: variable 'ansible_shell_executable' from source: unknown 138029 1726888116.76370: variable 'ansible_connection' from source: unknown 138029 1726888116.76373: variable 'ansible_module_compression' from source: unknown 138029 1726888116.76375: variable 'ansible_shell_type' from source: unknown 138029 1726888116.76377: variable 'ansible_shell_executable' from source: unknown 138029 1726888116.76379: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.76381: variable 'ansible_pipelining' from source: unknown 138029 1726888116.76383: variable 'ansible_timeout' from source: unknown 138029 1726888116.76385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.76571: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888116.76575: variable 'omit' from source: magic vars 138029 1726888116.76577: starting attempt loop 138029 1726888116.76580: running the handler 138029 1726888116.76759: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888116.76799: variable 'storage_test_volume' from source: include params 138029 1726888116.76810: variable 'storage_test_mount_expected_mount_point' from source: set_fact 138029 1726888116.76819: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 138029 1726888116.76894: handler run complete 138029 1726888116.76898: attempt loop complete, returning result 138029 1726888116.76901: _execute() done 138029 1726888116.76903: dumping result to json 138029 1726888116.76905: done dumping result, returning 138029 1726888116.76907: done running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device [0affc8a3-6f6f-5a58-73a2-0000000011b3] 138029 1726888116.76909: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b3 138029 1726888116.76980: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b3 138029 1726888116.76982: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888116.77037: no more pending results, returning what we have 138029 1726888116.77040: results queue empty 138029 1726888116.77041: checking for any_errors_fatal 138029 1726888116.77052: done checking for any_errors_fatal 138029 1726888116.77053: checking for max_fail_percentage 138029 1726888116.77057: done checking for max_fail_percentage 138029 1726888116.77058: checking to see if all hosts have failed and the running result is not ok 138029 1726888116.77059: done checking to see if all hosts have failed 138029 1726888116.77059: getting the remaining hosts for this loop 138029 1726888116.77061: done getting the remaining hosts for this loop 138029 1726888116.77067: getting the next task for host managed_node3 138029 1726888116.77075: done getting next task for host managed_node3 138029 1726888116.77079: ^ task is: TASK: Verify mount directory user 138029 1726888116.77085: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888116.77090: getting variables 138029 1726888116.77091: in VariableManager get_vars() 138029 1726888116.77129: Calling all_inventory to load vars for managed_node3 138029 1726888116.77133: Calling groups_inventory to load vars for managed_node3 138029 1726888116.77144: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888116.77259: Calling all_plugins_play to load vars for managed_node3 138029 1726888116.77272: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888116.77276: Calling groups_plugins_play to load vars for managed_node3 138029 1726888116.78067: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888116.78792: done with get_vars() 138029 1726888116.78811: done getting variables 138029 1726888116.78879: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:36 -0400 (0:00:00.047) 0:02:09.512 ****** 138029 1726888116.78918: entering _queue_task() for managed_node3/assert 138029 1726888116.79342: worker is 1 (out of 1 available) 138029 1726888116.79358: exiting _queue_task() for managed_node3/assert 138029 1726888116.79372: done queuing things up, now waiting for results queue to drain 138029 1726888116.79373: waiting for pending results... 138029 1726888116.79947: running TaskExecutor() for managed_node3/TASK: Verify mount directory user 138029 1726888116.79953: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011b4 138029 1726888116.79959: variable 'ansible_search_path' from source: unknown 138029 1726888116.79964: calling self._execute() 138029 1726888116.79967: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.79970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.79990: variable 'omit' from source: magic vars 138029 1726888116.80729: variable '_storage_test_volume_present' from source: set_fact 138029 1726888116.80735: variable 'storage_test_volume' from source: include params 138029 1726888116.80829: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 138029 1726888116.80833: when evaluation is False, skipping this task 138029 1726888116.80835: _execute() done 138029 1726888116.80838: dumping result to json 138029 1726888116.80840: done dumping result, returning 138029 1726888116.80914: done running TaskExecutor() for managed_node3/TASK: Verify mount directory user [0affc8a3-6f6f-5a58-73a2-0000000011b4] 138029 1726888116.80917: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b4 138029 1726888116.81139: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b4 138029 1726888116.81143: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888116.81201: no more pending results, returning what we have 138029 1726888116.81205: results queue empty 138029 1726888116.81206: checking for any_errors_fatal 138029 1726888116.81218: done checking for any_errors_fatal 138029 1726888116.81218: checking for max_fail_percentage 138029 1726888116.81220: done checking for max_fail_percentage 138029 1726888116.81221: checking to see if all hosts have failed and the running result is not ok 138029 1726888116.81222: done checking to see if all hosts have failed 138029 1726888116.81223: getting the remaining hosts for this loop 138029 1726888116.81559: done getting the remaining hosts for this loop 138029 1726888116.81568: getting the next task for host managed_node3 138029 1726888116.81577: done getting next task for host managed_node3 138029 1726888116.81580: ^ task is: TASK: Verify mount directory group 138029 1726888116.81585: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888116.81591: getting variables 138029 1726888116.81592: in VariableManager get_vars() 138029 1726888116.81622: Calling all_inventory to load vars for managed_node3 138029 1726888116.81625: Calling groups_inventory to load vars for managed_node3 138029 1726888116.81628: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888116.81638: Calling all_plugins_play to load vars for managed_node3 138029 1726888116.81641: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888116.81644: Calling groups_plugins_play to load vars for managed_node3 138029 1726888116.82780: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888116.83449: done with get_vars() 138029 1726888116.83475: done getting variables 138029 1726888116.83566: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:36 -0400 (0:00:00.046) 0:02:09.559 ****** 138029 1726888116.83628: entering _queue_task() for managed_node3/assert 138029 1726888116.84261: worker is 1 (out of 1 available) 138029 1726888116.84277: exiting _queue_task() for managed_node3/assert 138029 1726888116.84290: done queuing things up, now waiting for results queue to drain 138029 1726888116.84292: waiting for pending results... 138029 1726888116.84838: running TaskExecutor() for managed_node3/TASK: Verify mount directory group 138029 1726888116.85114: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011b5 138029 1726888116.85154: variable 'ansible_search_path' from source: unknown 138029 1726888116.85300: calling self._execute() 138029 1726888116.85461: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.85469: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.85483: variable 'omit' from source: magic vars 138029 1726888116.86019: variable '_storage_test_volume_present' from source: set_fact 138029 1726888116.86023: variable 'storage_test_volume' from source: include params 138029 1726888116.86027: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 138029 1726888116.86030: when evaluation is False, skipping this task 138029 1726888116.86033: _execute() done 138029 1726888116.86036: dumping result to json 138029 1726888116.86039: done dumping result, returning 138029 1726888116.86042: done running TaskExecutor() for managed_node3/TASK: Verify mount directory group [0affc8a3-6f6f-5a58-73a2-0000000011b5] 138029 1726888116.86044: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b5 skipping: [managed_node3] => { "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" } 138029 1726888116.86179: no more pending results, returning what we have 138029 1726888116.86184: results queue empty 138029 1726888116.86185: checking for any_errors_fatal 138029 1726888116.86195: done checking for any_errors_fatal 138029 1726888116.86196: checking for max_fail_percentage 138029 1726888116.86198: done checking for max_fail_percentage 138029 1726888116.86199: checking to see if all hosts have failed and the running result is not ok 138029 1726888116.86200: done checking to see if all hosts have failed 138029 1726888116.86201: getting the remaining hosts for this loop 138029 1726888116.86203: done getting the remaining hosts for this loop 138029 1726888116.86207: getting the next task for host managed_node3 138029 1726888116.86218: done getting next task for host managed_node3 138029 1726888116.86220: ^ task is: TASK: Verify mount directory permissions 138029 1726888116.86230: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888116.86236: getting variables 138029 1726888116.86238: in VariableManager get_vars() 138029 1726888116.86280: Calling all_inventory to load vars for managed_node3 138029 1726888116.86283: Calling groups_inventory to load vars for managed_node3 138029 1726888116.86288: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888116.86303: Calling all_plugins_play to load vars for managed_node3 138029 1726888116.86307: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888116.86312: Calling groups_plugins_play to load vars for managed_node3 138029 1726888116.86834: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b5 138029 1726888116.86838: WORKER PROCESS EXITING 138029 1726888116.87205: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888116.88549: done with get_vars() 138029 1726888116.88572: done getting variables 138029 1726888116.88763: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:36 -0400 (0:00:00.051) 0:02:09.611 ****** 138029 1726888116.88798: entering _queue_task() for managed_node3/assert 138029 1726888116.89486: worker is 1 (out of 1 available) 138029 1726888116.89568: exiting _queue_task() for managed_node3/assert 138029 1726888116.89582: done queuing things up, now waiting for results queue to drain 138029 1726888116.89583: waiting for pending results... 138029 1726888116.90066: running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions 138029 1726888116.90399: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011b6 138029 1726888116.90414: variable 'ansible_search_path' from source: unknown 138029 1726888116.90453: calling self._execute() 138029 1726888116.90771: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.90778: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.90787: variable 'omit' from source: magic vars 138029 1726888116.91611: variable '_storage_test_volume_present' from source: set_fact 138029 1726888116.91617: variable 'storage_test_volume' from source: include params 138029 1726888116.91647: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 138029 1726888116.91651: when evaluation is False, skipping this task 138029 1726888116.91654: _execute() done 138029 1726888116.91658: dumping result to json 138029 1726888116.91661: done dumping result, returning 138029 1726888116.91671: done running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions [0affc8a3-6f6f-5a58-73a2-0000000011b6] 138029 1726888116.91793: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b6 skipping: [managed_node3] => { "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" } 138029 1726888116.91920: no more pending results, returning what we have 138029 1726888116.91924: results queue empty 138029 1726888116.91925: checking for any_errors_fatal 138029 1726888116.91936: done checking for any_errors_fatal 138029 1726888116.91937: checking for max_fail_percentage 138029 1726888116.91939: done checking for max_fail_percentage 138029 1726888116.91939: checking to see if all hosts have failed and the running result is not ok 138029 1726888116.91940: done checking to see if all hosts have failed 138029 1726888116.91941: getting the remaining hosts for this loop 138029 1726888116.91943: done getting the remaining hosts for this loop 138029 1726888116.91947: getting the next task for host managed_node3 138029 1726888116.91958: done getting next task for host managed_node3 138029 1726888116.91961: ^ task is: TASK: Get path of test volume device 138029 1726888116.91969: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888116.91975: getting variables 138029 1726888116.91976: in VariableManager get_vars() 138029 1726888116.92009: Calling all_inventory to load vars for managed_node3 138029 1726888116.92012: Calling groups_inventory to load vars for managed_node3 138029 1726888116.92015: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888116.92026: Calling all_plugins_play to load vars for managed_node3 138029 1726888116.92030: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888116.92032: Calling groups_plugins_play to load vars for managed_node3 138029 1726888116.92715: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b6 138029 1726888116.92719: WORKER PROCESS EXITING 138029 1726888116.93276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888116.94041: done with get_vars() 138029 1726888116.94065: done getting variables 138029 1726888116.94132: 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:08:36 -0400 (0:00:00.053) 0:02:09.665 ****** 138029 1726888116.94173: entering _queue_task() for managed_node3/command 138029 1726888116.94596: worker is 1 (out of 1 available) 138029 1726888116.94609: exiting _queue_task() for managed_node3/command 138029 1726888116.94623: done queuing things up, now waiting for results queue to drain 138029 1726888116.94625: waiting for pending results... 138029 1726888116.94934: running TaskExecutor() for managed_node3/TASK: Get path of test volume device 138029 1726888116.95112: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011b7 138029 1726888116.95142: variable 'ansible_search_path' from source: unknown 138029 1726888116.95227: calling self._execute() 138029 1726888116.95346: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.95368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.95384: variable 'omit' from source: magic vars 138029 1726888116.95835: variable 'storage_test_volume' from source: include params 138029 1726888116.95881: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888116.95903: when evaluation is False, skipping this task 138029 1726888116.95906: _execute() done 138029 1726888116.95909: dumping result to json 138029 1726888116.95910: done dumping result, returning 138029 1726888116.95961: done running TaskExecutor() for managed_node3/TASK: Get path of test volume device [0affc8a3-6f6f-5a58-73a2-0000000011b7] 138029 1726888116.95971: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b7 138029 1726888116.96233: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b7 138029 1726888116.96237: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888116.96298: no more pending results, returning what we have 138029 1726888116.96303: results queue empty 138029 1726888116.96304: checking for any_errors_fatal 138029 1726888116.96312: done checking for any_errors_fatal 138029 1726888116.96313: checking for max_fail_percentage 138029 1726888116.96315: done checking for max_fail_percentage 138029 1726888116.96316: checking to see if all hosts have failed and the running result is not ok 138029 1726888116.96317: done checking to see if all hosts have failed 138029 1726888116.96317: getting the remaining hosts for this loop 138029 1726888116.96319: done getting the remaining hosts for this loop 138029 1726888116.96323: getting the next task for host managed_node3 138029 1726888116.96332: done getting next task for host managed_node3 138029 1726888116.96335: ^ task is: TASK: Gather swap info 138029 1726888116.96341: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888116.96349: getting variables 138029 1726888116.96350: in VariableManager get_vars() 138029 1726888116.96386: Calling all_inventory to load vars for managed_node3 138029 1726888116.96390: Calling groups_inventory to load vars for managed_node3 138029 1726888116.96394: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888116.96406: Calling all_plugins_play to load vars for managed_node3 138029 1726888116.96410: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888116.96412: Calling groups_plugins_play to load vars for managed_node3 138029 1726888116.97235: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888116.97981: done with get_vars() 138029 1726888116.98006: done getting variables 138029 1726888116.98075: 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:08:36 -0400 (0:00:00.039) 0:02:09.704 ****** 138029 1726888116.98118: entering _queue_task() for managed_node3/command 138029 1726888116.98498: worker is 1 (out of 1 available) 138029 1726888116.98511: exiting _queue_task() for managed_node3/command 138029 1726888116.98523: done queuing things up, now waiting for results queue to drain 138029 1726888116.98527: waiting for pending results... 138029 1726888116.98958: running TaskExecutor() for managed_node3/TASK: Gather swap info 138029 1726888116.99032: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011b8 138029 1726888116.99054: variable 'ansible_search_path' from source: unknown 138029 1726888116.99111: calling self._execute() 138029 1726888116.99240: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888116.99251: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888116.99269: variable 'omit' from source: magic vars 138029 1726888116.99715: variable 'storage_test_volume' from source: include params 138029 1726888116.99767: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888116.99776: when evaluation is False, skipping this task 138029 1726888116.99784: _execute() done 138029 1726888116.99848: dumping result to json 138029 1726888116.99851: done dumping result, returning 138029 1726888116.99853: done running TaskExecutor() for managed_node3/TASK: Gather swap info [0affc8a3-6f6f-5a58-73a2-0000000011b8] 138029 1726888116.99861: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b8 138029 1726888116.99936: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b8 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888117.00021: no more pending results, returning what we have 138029 1726888117.00027: results queue empty 138029 1726888117.00029: checking for any_errors_fatal 138029 1726888117.00041: done checking for any_errors_fatal 138029 1726888117.00042: checking for max_fail_percentage 138029 1726888117.00044: done checking for max_fail_percentage 138029 1726888117.00045: checking to see if all hosts have failed and the running result is not ok 138029 1726888117.00046: done checking to see if all hosts have failed 138029 1726888117.00046: getting the remaining hosts for this loop 138029 1726888117.00048: done getting the remaining hosts for this loop 138029 1726888117.00053: getting the next task for host managed_node3 138029 1726888117.00064: done getting next task for host managed_node3 138029 1726888117.00067: ^ task is: TASK: Verify swap status 138029 1726888117.00075: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888117.00080: getting variables 138029 1726888117.00081: in VariableManager get_vars() 138029 1726888117.00118: Calling all_inventory to load vars for managed_node3 138029 1726888117.00121: Calling groups_inventory to load vars for managed_node3 138029 1726888117.00125: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888117.00138: Calling all_plugins_play to load vars for managed_node3 138029 1726888117.00141: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888117.00144: Calling groups_plugins_play to load vars for managed_node3 138029 1726888117.00776: WORKER PROCESS EXITING 138029 1726888117.01101: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888117.02999: done with get_vars() 138029 1726888117.03027: done getting variables 138029 1726888117.03107: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:37 -0400 (0:00:00.050) 0:02:09.755 ****** 138029 1726888117.03153: entering _queue_task() for managed_node3/assert 138029 1726888117.03501: worker is 1 (out of 1 available) 138029 1726888117.03515: exiting _queue_task() for managed_node3/assert 138029 1726888117.03528: done queuing things up, now waiting for results queue to drain 138029 1726888117.03530: waiting for pending results... 138029 1726888117.03862: running TaskExecutor() for managed_node3/TASK: Verify swap status 138029 1726888117.04065: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011b9 138029 1726888117.04087: variable 'ansible_search_path' from source: unknown 138029 1726888117.04141: calling self._execute() 138029 1726888117.04273: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.04285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.04298: variable 'omit' from source: magic vars 138029 1726888117.04832: variable 'storage_test_volume' from source: include params 138029 1726888117.04874: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888117.04878: when evaluation is False, skipping this task 138029 1726888117.04882: _execute() done 138029 1726888117.04884: dumping result to json 138029 1726888117.04887: done dumping result, returning 138029 1726888117.04890: done running TaskExecutor() for managed_node3/TASK: Verify swap status [0affc8a3-6f6f-5a58-73a2-0000000011b9] 138029 1726888117.04896: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b9 138029 1726888117.05001: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011b9 138029 1726888117.05005: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888117.05193: no more pending results, returning what we have 138029 1726888117.05196: results queue empty 138029 1726888117.05197: checking for any_errors_fatal 138029 1726888117.05204: done checking for any_errors_fatal 138029 1726888117.05205: checking for max_fail_percentage 138029 1726888117.05206: done checking for max_fail_percentage 138029 1726888117.05207: checking to see if all hosts have failed and the running result is not ok 138029 1726888117.05208: done checking to see if all hosts have failed 138029 1726888117.05208: getting the remaining hosts for this loop 138029 1726888117.05210: done getting the remaining hosts for this loop 138029 1726888117.05213: getting the next task for host managed_node3 138029 1726888117.05220: done getting next task for host managed_node3 138029 1726888117.05223: ^ task is: TASK: Unset facts 138029 1726888117.05229: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888117.05234: getting variables 138029 1726888117.05235: in VariableManager get_vars() 138029 1726888117.05265: Calling all_inventory to load vars for managed_node3 138029 1726888117.05268: Calling groups_inventory to load vars for managed_node3 138029 1726888117.05271: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888117.05281: Calling all_plugins_play to load vars for managed_node3 138029 1726888117.05283: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888117.05286: Calling groups_plugins_play to load vars for managed_node3 138029 1726888117.05829: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888117.06494: done with get_vars() 138029 1726888117.06513: done getting variables 138029 1726888117.06578: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:37 -0400 (0:00:00.034) 0:02:09.789 ****** 138029 1726888117.06613: entering _queue_task() for managed_node3/set_fact 138029 1726888117.06951: worker is 1 (out of 1 available) 138029 1726888117.07065: exiting _queue_task() for managed_node3/set_fact 138029 1726888117.07111: done queuing things up, now waiting for results queue to drain 138029 1726888117.07114: waiting for pending results... 138029 1726888117.07576: running TaskExecutor() for managed_node3/TASK: Unset facts 138029 1726888117.07582: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011ba 138029 1726888117.07588: variable 'ansible_search_path' from source: unknown 138029 1726888117.07592: calling self._execute() 138029 1726888117.07718: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.07722: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.07732: variable 'omit' from source: magic vars 138029 1726888117.07876: variable 'omit' from source: magic vars 138029 1726888117.07926: variable 'omit' from source: magic vars 138029 1726888117.07949: variable 'omit' from source: magic vars 138029 1726888117.07996: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888117.08026: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888117.08042: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888117.08057: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.08071: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.08089: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888117.08103: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888117.08127: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888117.08130: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.08132: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.08245: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888117.08250: Set connection var ansible_timeout to 10 138029 1726888117.08256: Set connection var ansible_pipelining to False 138029 1726888117.08259: Set connection var ansible_shell_type to sh 138029 1726888117.08261: Set connection var ansible_connection to ssh 138029 1726888117.08269: Set connection var ansible_shell_executable to /bin/sh 138029 1726888117.08290: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.08293: variable 'ansible_connection' from source: unknown 138029 1726888117.08296: variable 'ansible_module_compression' from source: unknown 138029 1726888117.08312: variable 'ansible_shell_type' from source: unknown 138029 1726888117.08314: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.08316: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.08318: variable 'ansible_pipelining' from source: unknown 138029 1726888117.08320: variable 'ansible_timeout' from source: unknown 138029 1726888117.08323: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.08423: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888117.08434: variable 'omit' from source: magic vars 138029 1726888117.08440: starting attempt loop 138029 1726888117.08443: running the handler 138029 1726888117.08453: handler run complete 138029 1726888117.08462: attempt loop complete, returning result 138029 1726888117.08467: _execute() done 138029 1726888117.08470: dumping result to json 138029 1726888117.08472: done dumping result, returning 138029 1726888117.08480: done running TaskExecutor() for managed_node3/TASK: Unset facts [0affc8a3-6f6f-5a58-73a2-0000000011ba] 138029 1726888117.08484: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ba 138029 1726888117.08572: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ba 138029 1726888117.08575: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888117.08635: no more pending results, returning what we have 138029 1726888117.08639: results queue empty 138029 1726888117.08640: checking for any_errors_fatal 138029 1726888117.08651: done checking for any_errors_fatal 138029 1726888117.08652: checking for max_fail_percentage 138029 1726888117.08653: done checking for max_fail_percentage 138029 1726888117.08654: checking to see if all hosts have failed and the running result is not ok 138029 1726888117.08657: done checking to see if all hosts have failed 138029 1726888117.08658: getting the remaining hosts for this loop 138029 1726888117.08660: done getting the remaining hosts for this loop 138029 1726888117.08663: getting the next task for host managed_node3 138029 1726888117.08673: done getting next task for host managed_node3 138029 1726888117.08676: ^ task is: TASK: Set some variables for fstab checking 138029 1726888117.08681: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888117.08687: getting variables 138029 1726888117.08688: in VariableManager get_vars() 138029 1726888117.08716: Calling all_inventory to load vars for managed_node3 138029 1726888117.08718: Calling groups_inventory to load vars for managed_node3 138029 1726888117.08721: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888117.08730: Calling all_plugins_play to load vars for managed_node3 138029 1726888117.08733: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888117.08735: Calling groups_plugins_play to load vars for managed_node3 138029 1726888117.09152: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888117.09848: done with get_vars() 138029 1726888117.09870: done getting variables 138029 1726888117.09943: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:37 -0400 (0:00:00.033) 0:02:09.823 ****** 138029 1726888117.09980: entering _queue_task() for managed_node3/set_fact 138029 1726888117.10278: worker is 1 (out of 1 available) 138029 1726888117.10291: exiting _queue_task() for managed_node3/set_fact 138029 1726888117.10304: done queuing things up, now waiting for results queue to drain 138029 1726888117.10305: waiting for pending results... 138029 1726888117.10515: running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking 138029 1726888117.10616: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011be 138029 1726888117.10629: variable 'ansible_search_path' from source: unknown 138029 1726888117.10664: calling self._execute() 138029 1726888117.10754: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.10759: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.10769: variable 'omit' from source: magic vars 138029 1726888117.10859: variable 'omit' from source: magic vars 138029 1726888117.10902: variable 'omit' from source: magic vars 138029 1726888117.11131: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888117.12689: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888117.12748: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888117.12778: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888117.12806: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888117.12829: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888117.12890: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888117.12910: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888117.12931: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888117.12960: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888117.12972: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888117.13005: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888117.13020: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888117.13040: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888117.13068: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888117.13079: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888117.13364: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888117.13368: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888117.13370: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888117.13372: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888117.13374: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888117.13387: variable 'storage_test_fstab' from source: set_fact 138029 1726888117.13397: variable 'storage_test_volume' from source: include params 138029 1726888117.13521: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888117.13686: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888117.13739: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888117.13780: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888117.13826: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888117.13896: 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) 138029 1726888117.13933: 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) 138029 1726888117.13969: 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) 138029 1726888117.13997: 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) 138029 1726888117.14274: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888117.14303: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888117.14332: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888117.14388: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888117.14408: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888117.14552: variable '__mount_point' from source: task vars 138029 1726888117.14613: variable 'storage_test_volume' from source: include params 138029 1726888117.14632: variable 'storage_test_fstab' from source: set_fact 138029 1726888117.14849: variable '_storage_test_volume_present' from source: set_fact 138029 1726888117.14853: variable '__mount_point' from source: task vars 138029 1726888117.14909: variable 'storage_test_volume' from source: include params 138029 1726888117.14917: variable 'storage_test_volume' from source: include params 138029 1726888117.15025: variable '_storage_test_volume_present' from source: set_fact 138029 1726888117.15028: variable '__mount_point' from source: task vars 138029 1726888117.15075: variable 'storage_test_volume' from source: include params 138029 1726888117.15302: variable '__mount_options' from source: task vars 138029 1726888117.15353: variable 'storage_test_volume' from source: include params 138029 1726888117.15367: variable '__mount_point' from source: task vars 138029 1726888117.15413: variable 'storage_test_volume' from source: include params 138029 1726888117.15424: variable 'storage_test_fstab' from source: set_fact 138029 1726888117.15431: variable '__pattern' from source: task vars 138029 1726888117.15494: variable '__mount_point' from source: task vars 138029 1726888117.15539: variable 'storage_test_volume' from source: include params 138029 1726888117.15551: variable '__mount_options' from source: task vars 138029 1726888117.15604: variable 'storage_test_volume' from source: include params 138029 1726888117.15719: variable '_storage_test_volume_present' from source: set_fact 138029 1726888117.15722: variable '__mount_options' from source: task vars 138029 1726888117.15771: variable 'storage_test_volume' from source: include params 138029 1726888117.15794: variable 'omit' from source: magic vars 138029 1726888117.15818: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888117.15840: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888117.15856: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888117.15870: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.15879: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.15897: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888117.15909: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888117.15931: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888117.15934: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.15936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.16023: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888117.16028: Set connection var ansible_timeout to 10 138029 1726888117.16033: Set connection var ansible_pipelining to False 138029 1726888117.16035: Set connection var ansible_shell_type to sh 138029 1726888117.16037: Set connection var ansible_connection to ssh 138029 1726888117.16042: Set connection var ansible_shell_executable to /bin/sh 138029 1726888117.16067: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.16070: variable 'ansible_connection' from source: unknown 138029 1726888117.16073: variable 'ansible_module_compression' from source: unknown 138029 1726888117.16075: variable 'ansible_shell_type' from source: unknown 138029 1726888117.16077: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.16079: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.16081: variable 'ansible_pipelining' from source: unknown 138029 1726888117.16083: variable 'ansible_timeout' from source: unknown 138029 1726888117.16087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.16168: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888117.16176: variable 'omit' from source: magic vars 138029 1726888117.16182: starting attempt loop 138029 1726888117.16184: running the handler 138029 1726888117.16196: handler run complete 138029 1726888117.16209: attempt loop complete, returning result 138029 1726888117.16212: _execute() done 138029 1726888117.16215: dumping result to json 138029 1726888117.16217: done dumping result, returning 138029 1726888117.16230: done running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking [0affc8a3-6f6f-5a58-73a2-0000000011be] 138029 1726888117.16232: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011be 138029 1726888117.16320: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011be 138029 1726888117.16323: WORKER PROCESS EXITING ok: [managed_node3] => { "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=9fcf588e-8176-4062-961f-60e5b7b5d8c2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test3 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test3 " ] }, "changed": false } 138029 1726888117.16397: no more pending results, returning what we have 138029 1726888117.16400: results queue empty 138029 1726888117.16401: checking for any_errors_fatal 138029 1726888117.16409: done checking for any_errors_fatal 138029 1726888117.16409: checking for max_fail_percentage 138029 1726888117.16411: done checking for max_fail_percentage 138029 1726888117.16412: checking to see if all hosts have failed and the running result is not ok 138029 1726888117.16413: done checking to see if all hosts have failed 138029 1726888117.16413: getting the remaining hosts for this loop 138029 1726888117.16415: done getting the remaining hosts for this loop 138029 1726888117.16419: getting the next task for host managed_node3 138029 1726888117.16427: done getting next task for host managed_node3 138029 1726888117.16429: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888117.16437: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888117.16446: getting variables 138029 1726888117.16448: in VariableManager get_vars() 138029 1726888117.16481: Calling all_inventory to load vars for managed_node3 138029 1726888117.16484: Calling groups_inventory to load vars for managed_node3 138029 1726888117.16487: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888117.16496: Calling all_plugins_play to load vars for managed_node3 138029 1726888117.16499: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888117.16501: Calling groups_plugins_play to load vars for managed_node3 138029 1726888117.17089: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888117.17722: done with get_vars() 138029 1726888117.17742: done getting variables 138029 1726888117.17804: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:37 -0400 (0:00:00.078) 0:02:09.901 ****** 138029 1726888117.17845: entering _queue_task() for managed_node3/assert 138029 1726888117.18280: worker is 1 (out of 1 available) 138029 1726888117.18293: exiting _queue_task() for managed_node3/assert 138029 1726888117.18305: done queuing things up, now waiting for results queue to drain 138029 1726888117.18306: waiting for pending results... 138029 1726888117.18520: running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888117.18612: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011bf 138029 1726888117.18624: variable 'ansible_search_path' from source: unknown 138029 1726888117.18654: calling self._execute() 138029 1726888117.18747: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.18751: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.18765: variable 'omit' from source: magic vars 138029 1726888117.19043: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888117.20554: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888117.20882: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888117.20910: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888117.20938: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888117.20960: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888117.21092: variable '_storage_test_volume_present' from source: set_fact 138029 1726888117.21096: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888117.21098: variable 'omit' from source: magic vars 138029 1726888117.21190: variable 'omit' from source: magic vars 138029 1726888117.21204: variable 'omit' from source: magic vars 138029 1726888117.21207: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888117.21365: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888117.21368: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888117.21371: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.21373: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.21375: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888117.21377: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888117.21379: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888117.21381: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.21383: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.21468: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888117.21471: Set connection var ansible_timeout to 10 138029 1726888117.21506: Set connection var ansible_pipelining to False 138029 1726888117.21509: Set connection var ansible_shell_type to sh 138029 1726888117.21511: Set connection var ansible_connection to ssh 138029 1726888117.21514: Set connection var ansible_shell_executable to /bin/sh 138029 1726888117.21516: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.21518: variable 'ansible_connection' from source: unknown 138029 1726888117.21520: variable 'ansible_module_compression' from source: unknown 138029 1726888117.21523: variable 'ansible_shell_type' from source: unknown 138029 1726888117.21525: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.21527: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.21529: variable 'ansible_pipelining' from source: unknown 138029 1726888117.21531: variable 'ansible_timeout' from source: unknown 138029 1726888117.21533: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.21721: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888117.21725: variable 'omit' from source: magic vars 138029 1726888117.21728: starting attempt loop 138029 1726888117.21730: running the handler 138029 1726888117.21810: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888117.21907: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888117.21912: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888117.21915: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888117.21917: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888117.21960: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888117.21984: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888117.22007: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888117.22049: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888117.22065: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888117.22195: variable 'storage_test_fstab_id_matches' from source: set_fact 138029 1726888117.22199: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 138029 1726888117.22201: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 138029 1726888117.22203: handler run complete 138029 1726888117.22253: attempt loop complete, returning result 138029 1726888117.22259: _execute() done 138029 1726888117.22268: dumping result to json 138029 1726888117.22270: done dumping result, returning 138029 1726888117.22284: done running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-5a58-73a2-0000000011bf] 138029 1726888117.22287: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011bf ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888117.22505: no more pending results, returning what we have 138029 1726888117.22514: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011bf 138029 1726888117.22525: WORKER PROCESS EXITING 138029 1726888117.22521: results queue empty 138029 1726888117.22527: checking for any_errors_fatal 138029 1726888117.22534: done checking for any_errors_fatal 138029 1726888117.22534: checking for max_fail_percentage 138029 1726888117.22536: done checking for max_fail_percentage 138029 1726888117.22537: checking to see if all hosts have failed and the running result is not ok 138029 1726888117.22538: done checking to see if all hosts have failed 138029 1726888117.22538: getting the remaining hosts for this loop 138029 1726888117.22540: done getting the remaining hosts for this loop 138029 1726888117.22544: getting the next task for host managed_node3 138029 1726888117.22552: done getting next task for host managed_node3 138029 1726888117.22569: ^ task is: TASK: Verify the fstab mount point 138029 1726888117.22575: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888117.22582: getting variables 138029 1726888117.22584: in VariableManager get_vars() 138029 1726888117.22629: Calling all_inventory to load vars for managed_node3 138029 1726888117.22632: Calling groups_inventory to load vars for managed_node3 138029 1726888117.22636: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888117.22647: Calling all_plugins_play to load vars for managed_node3 138029 1726888117.22651: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888117.22653: Calling groups_plugins_play to load vars for managed_node3 138029 1726888117.23348: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888117.24381: done with get_vars() 138029 1726888117.24398: done getting variables 138029 1726888117.24479: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:37 -0400 (0:00:00.066) 0:02:09.968 ****** 138029 1726888117.24517: entering _queue_task() for managed_node3/assert 138029 1726888117.24922: worker is 1 (out of 1 available) 138029 1726888117.24936: exiting _queue_task() for managed_node3/assert 138029 1726888117.24949: done queuing things up, now waiting for results queue to drain 138029 1726888117.24951: waiting for pending results... 138029 1726888117.25331: running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point 138029 1726888117.25408: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011c0 138029 1726888117.25430: variable 'ansible_search_path' from source: unknown 138029 1726888117.25461: calling self._execute() 138029 1726888117.25599: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.25604: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.25606: variable 'omit' from source: magic vars 138029 1726888117.25695: variable 'omit' from source: magic vars 138029 1726888117.25921: variable 'omit' from source: magic vars 138029 1726888117.26206: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888117.26209: variable 'storage_test_volume' from source: include params 138029 1726888117.26301: variable 'omit' from source: magic vars 138029 1726888117.26305: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888117.26341: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888117.26366: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888117.26384: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.26397: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.26422: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888117.26428: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888117.26481: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888117.26484: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.26487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.26629: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888117.26634: Set connection var ansible_timeout to 10 138029 1726888117.26636: Set connection var ansible_pipelining to False 138029 1726888117.26638: Set connection var ansible_shell_type to sh 138029 1726888117.26641: Set connection var ansible_connection to ssh 138029 1726888117.26643: Set connection var ansible_shell_executable to /bin/sh 138029 1726888117.26645: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.26647: variable 'ansible_connection' from source: unknown 138029 1726888117.26650: variable 'ansible_module_compression' from source: unknown 138029 1726888117.26652: variable 'ansible_shell_type' from source: unknown 138029 1726888117.26654: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.26658: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.26710: variable 'ansible_pipelining' from source: unknown 138029 1726888117.26713: variable 'ansible_timeout' from source: unknown 138029 1726888117.26716: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.26847: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888117.26851: variable 'omit' from source: magic vars 138029 1726888117.26853: starting attempt loop 138029 1726888117.26864: running the handler 138029 1726888117.27067: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888117.28739: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888117.28790: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888117.28822: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888117.28848: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888117.28872: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888117.28924: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888117.28945: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888117.28965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888117.28992: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888117.29002: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888117.29042: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888117.29059: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888117.29079: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888117.29103: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888117.29114: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888117.29197: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 138029 1726888117.29200: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888117.29216: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 138029 1726888117.29219: handler run complete 138029 1726888117.29230: attempt loop complete, returning result 138029 1726888117.29235: _execute() done 138029 1726888117.29237: dumping result to json 138029 1726888117.29240: done dumping result, returning 138029 1726888117.29248: done running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point [0affc8a3-6f6f-5a58-73a2-0000000011c0] 138029 1726888117.29250: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011c0 138029 1726888117.29342: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011c0 138029 1726888117.29345: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888117.29418: no more pending results, returning what we have 138029 1726888117.29422: results queue empty 138029 1726888117.29423: checking for any_errors_fatal 138029 1726888117.29430: done checking for any_errors_fatal 138029 1726888117.29431: checking for max_fail_percentage 138029 1726888117.29433: done checking for max_fail_percentage 138029 1726888117.29434: checking to see if all hosts have failed and the running result is not ok 138029 1726888117.29434: done checking to see if all hosts have failed 138029 1726888117.29435: getting the remaining hosts for this loop 138029 1726888117.29437: done getting the remaining hosts for this loop 138029 1726888117.29440: getting the next task for host managed_node3 138029 1726888117.29448: done getting next task for host managed_node3 138029 1726888117.29451: ^ task is: TASK: Verify mount_options 138029 1726888117.29462: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888117.29469: getting variables 138029 1726888117.29471: in VariableManager get_vars() 138029 1726888117.29505: Calling all_inventory to load vars for managed_node3 138029 1726888117.29507: Calling groups_inventory to load vars for managed_node3 138029 1726888117.29510: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888117.29520: Calling all_plugins_play to load vars for managed_node3 138029 1726888117.29522: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888117.29524: Calling groups_plugins_play to load vars for managed_node3 138029 1726888117.29968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888117.30373: done with get_vars() 138029 1726888117.30387: done getting variables 138029 1726888117.30428: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:37 -0400 (0:00:00.059) 0:02:10.028 ****** 138029 1726888117.30453: entering _queue_task() for managed_node3/assert 138029 1726888117.30679: worker is 1 (out of 1 available) 138029 1726888117.30696: exiting _queue_task() for managed_node3/assert 138029 1726888117.30708: done queuing things up, now waiting for results queue to drain 138029 1726888117.30710: waiting for pending results... 138029 1726888117.30907: running TaskExecutor() for managed_node3/TASK: Verify mount_options 138029 1726888117.31001: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011c1 138029 1726888117.31014: variable 'ansible_search_path' from source: unknown 138029 1726888117.31047: calling self._execute() 138029 1726888117.31138: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.31142: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.31153: variable 'omit' from source: magic vars 138029 1726888117.31433: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888117.32945: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888117.33002: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888117.33054: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888117.33073: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888117.33094: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888117.33153: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888117.33176: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888117.33194: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888117.33219: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888117.33234: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888117.33317: Evaluated conditional (__storage_verify_mount_options | d(false)): False 138029 1726888117.33321: when evaluation is False, skipping this task 138029 1726888117.33324: _execute() done 138029 1726888117.33327: dumping result to json 138029 1726888117.33329: done dumping result, returning 138029 1726888117.33334: done running TaskExecutor() for managed_node3/TASK: Verify mount_options [0affc8a3-6f6f-5a58-73a2-0000000011c1] 138029 1726888117.33337: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011c1 138029 1726888117.33434: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011c1 138029 1726888117.33437: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 138029 1726888117.33500: no more pending results, returning what we have 138029 1726888117.33503: results queue empty 138029 1726888117.33504: checking for any_errors_fatal 138029 1726888117.33511: done checking for any_errors_fatal 138029 1726888117.33512: checking for max_fail_percentage 138029 1726888117.33514: done checking for max_fail_percentage 138029 1726888117.33515: checking to see if all hosts have failed and the running result is not ok 138029 1726888117.33516: done checking to see if all hosts have failed 138029 1726888117.33516: getting the remaining hosts for this loop 138029 1726888117.33518: done getting the remaining hosts for this loop 138029 1726888117.33522: getting the next task for host managed_node3 138029 1726888117.33530: done getting next task for host managed_node3 138029 1726888117.33532: ^ task is: TASK: Verify fingerprint 138029 1726888117.33538: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888117.33543: getting variables 138029 1726888117.33544: in VariableManager get_vars() 138029 1726888117.33578: Calling all_inventory to load vars for managed_node3 138029 1726888117.33580: Calling groups_inventory to load vars for managed_node3 138029 1726888117.33583: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888117.33592: Calling all_plugins_play to load vars for managed_node3 138029 1726888117.33595: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888117.33597: Calling groups_plugins_play to load vars for managed_node3 138029 1726888117.34010: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888117.34405: done with get_vars() 138029 1726888117.34416: done getting variables 138029 1726888117.34459: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:37 -0400 (0:00:00.040) 0:02:10.068 ****** 138029 1726888117.34484: entering _queue_task() for managed_node3/assert 138029 1726888117.34693: worker is 1 (out of 1 available) 138029 1726888117.34707: exiting _queue_task() for managed_node3/assert 138029 1726888117.34721: done queuing things up, now waiting for results queue to drain 138029 1726888117.34723: waiting for pending results... 138029 1726888117.34929: running TaskExecutor() for managed_node3/TASK: Verify fingerprint 138029 1726888117.35164: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011c2 138029 1726888117.35168: variable 'ansible_search_path' from source: unknown 138029 1726888117.35172: calling self._execute() 138029 1726888117.35201: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.35207: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.35218: variable 'omit' from source: magic vars 138029 1726888117.35331: variable 'omit' from source: magic vars 138029 1726888117.35399: variable 'omit' from source: magic vars 138029 1726888117.35520: variable 'omit' from source: magic vars 138029 1726888117.35523: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888117.35539: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888117.35572: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888117.35595: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.35610: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.35642: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888117.35669: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888117.35705: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888117.35712: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.35736: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.35876: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888117.35958: Set connection var ansible_timeout to 10 138029 1726888117.35964: Set connection var ansible_pipelining to False 138029 1726888117.35967: Set connection var ansible_shell_type to sh 138029 1726888117.35969: Set connection var ansible_connection to ssh 138029 1726888117.35971: Set connection var ansible_shell_executable to /bin/sh 138029 1726888117.35974: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.35976: variable 'ansible_connection' from source: unknown 138029 1726888117.35978: variable 'ansible_module_compression' from source: unknown 138029 1726888117.35980: variable 'ansible_shell_type' from source: unknown 138029 1726888117.35982: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.35983: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.36066: variable 'ansible_pipelining' from source: unknown 138029 1726888117.36070: variable 'ansible_timeout' from source: unknown 138029 1726888117.36073: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.36175: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888117.36190: variable 'omit' from source: magic vars 138029 1726888117.36193: starting attempt loop 138029 1726888117.36196: running the handler 138029 1726888117.36423: variable '__fingerprint' from source: task vars 138029 1726888117.36426: variable 'storage_test_fstab' from source: set_fact 138029 1726888117.36443: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 138029 1726888117.36448: handler run complete 138029 1726888117.36460: attempt loop complete, returning result 138029 1726888117.36463: _execute() done 138029 1726888117.36468: dumping result to json 138029 1726888117.36471: done dumping result, returning 138029 1726888117.36478: done running TaskExecutor() for managed_node3/TASK: Verify fingerprint [0affc8a3-6f6f-5a58-73a2-0000000011c2] 138029 1726888117.36483: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011c2 138029 1726888117.36577: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011c2 138029 1726888117.36580: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888117.36649: no more pending results, returning what we have 138029 1726888117.36652: results queue empty 138029 1726888117.36653: checking for any_errors_fatal 138029 1726888117.36674: done checking for any_errors_fatal 138029 1726888117.36675: checking for max_fail_percentage 138029 1726888117.36676: done checking for max_fail_percentage 138029 1726888117.36677: checking to see if all hosts have failed and the running result is not ok 138029 1726888117.36678: done checking to see if all hosts have failed 138029 1726888117.36679: getting the remaining hosts for this loop 138029 1726888117.36681: done getting the remaining hosts for this loop 138029 1726888117.36685: getting the next task for host managed_node3 138029 1726888117.36694: done getting next task for host managed_node3 138029 1726888117.36697: ^ task is: TASK: Clean up variables 138029 1726888117.36702: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888117.36705: getting variables 138029 1726888117.36707: in VariableManager get_vars() 138029 1726888117.36733: Calling all_inventory to load vars for managed_node3 138029 1726888117.36736: Calling groups_inventory to load vars for managed_node3 138029 1726888117.36738: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888117.36747: Calling all_plugins_play to load vars for managed_node3 138029 1726888117.36749: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888117.36752: Calling groups_plugins_play to load vars for managed_node3 138029 1726888117.37144: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888117.37540: done with get_vars() 138029 1726888117.37551: done getting variables 138029 1726888117.37595: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:37 -0400 (0:00:00.031) 0:02:10.099 ****** 138029 1726888117.37618: entering _queue_task() for managed_node3/set_fact 138029 1726888117.37832: worker is 1 (out of 1 available) 138029 1726888117.37845: exiting _queue_task() for managed_node3/set_fact 138029 1726888117.37861: done queuing things up, now waiting for results queue to drain 138029 1726888117.37865: waiting for pending results... 138029 1726888117.38060: running TaskExecutor() for managed_node3/TASK: Clean up variables 138029 1726888117.38153: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011c3 138029 1726888117.38170: variable 'ansible_search_path' from source: unknown 138029 1726888117.38205: calling self._execute() 138029 1726888117.38284: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.38287: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.38296: variable 'omit' from source: magic vars 138029 1726888117.38407: variable 'omit' from source: magic vars 138029 1726888117.38494: variable 'omit' from source: magic vars 138029 1726888117.38528: variable 'omit' from source: magic vars 138029 1726888117.38579: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888117.38622: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888117.38693: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888117.38698: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.38700: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.38703: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888117.38705: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888117.38725: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888117.38728: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.38730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.38843: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888117.38848: Set connection var ansible_timeout to 10 138029 1726888117.38876: Set connection var ansible_pipelining to False 138029 1726888117.38879: Set connection var ansible_shell_type to sh 138029 1726888117.38882: Set connection var ansible_connection to ssh 138029 1726888117.38884: Set connection var ansible_shell_executable to /bin/sh 138029 1726888117.38939: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.38942: variable 'ansible_connection' from source: unknown 138029 1726888117.38944: variable 'ansible_module_compression' from source: unknown 138029 1726888117.38947: variable 'ansible_shell_type' from source: unknown 138029 1726888117.38949: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.38951: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.38953: variable 'ansible_pipelining' from source: unknown 138029 1726888117.38954: variable 'ansible_timeout' from source: unknown 138029 1726888117.38959: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.39168: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888117.39172: variable 'omit' from source: magic vars 138029 1726888117.39175: starting attempt loop 138029 1726888117.39178: running the handler 138029 1726888117.39182: handler run complete 138029 1726888117.39184: attempt loop complete, returning result 138029 1726888117.39186: _execute() done 138029 1726888117.39188: dumping result to json 138029 1726888117.39190: done dumping result, returning 138029 1726888117.39193: done running TaskExecutor() for managed_node3/TASK: Clean up variables [0affc8a3-6f6f-5a58-73a2-0000000011c3] 138029 1726888117.39195: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011c3 138029 1726888117.39491: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011c3 138029 1726888117.39494: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888117.39565: no more pending results, returning what we have 138029 1726888117.39568: results queue empty 138029 1726888117.39569: checking for any_errors_fatal 138029 1726888117.39578: done checking for any_errors_fatal 138029 1726888117.39578: checking for max_fail_percentage 138029 1726888117.39580: done checking for max_fail_percentage 138029 1726888117.39581: checking to see if all hosts have failed and the running result is not ok 138029 1726888117.39582: done checking to see if all hosts have failed 138029 1726888117.39583: getting the remaining hosts for this loop 138029 1726888117.39585: done getting the remaining hosts for this loop 138029 1726888117.39588: getting the next task for host managed_node3 138029 1726888117.39599: done getting next task for host managed_node3 138029 1726888117.39612: ^ task is: TASK: Verify fs type 138029 1726888117.39618: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888117.39625: getting variables 138029 1726888117.39626: in VariableManager get_vars() 138029 1726888117.39669: Calling all_inventory to load vars for managed_node3 138029 1726888117.39673: Calling groups_inventory to load vars for managed_node3 138029 1726888117.39677: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888117.39689: Calling all_plugins_play to load vars for managed_node3 138029 1726888117.39693: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888117.39696: Calling groups_plugins_play to load vars for managed_node3 138029 1726888117.40210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888117.40777: done with get_vars() 138029 1726888117.40789: done getting variables 138029 1726888117.40833: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:37 -0400 (0:00:00.032) 0:02:10.132 ****** 138029 1726888117.40859: entering _queue_task() for managed_node3/assert 138029 1726888117.41093: worker is 1 (out of 1 available) 138029 1726888117.41107: exiting _queue_task() for managed_node3/assert 138029 1726888117.41119: done queuing things up, now waiting for results queue to drain 138029 1726888117.41121: waiting for pending results... 138029 1726888117.41326: running TaskExecutor() for managed_node3/TASK: Verify fs type 138029 1726888117.41439: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011c7 138029 1726888117.41452: variable 'ansible_search_path' from source: unknown 138029 1726888117.41487: calling self._execute() 138029 1726888117.41575: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.41579: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.41588: variable 'omit' from source: magic vars 138029 1726888117.41891: variable 'storage_test_volume' from source: include params 138029 1726888117.41918: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888117.41995: variable 'storage_test_volume' from source: include params 138029 1726888117.42009: Evaluated conditional (storage_test_volume.fs_type): True 138029 1726888117.42076: variable '_storage_test_volume_present' from source: set_fact 138029 1726888117.42080: Evaluated conditional (_storage_test_volume_present): True 138029 1726888117.42087: variable 'omit' from source: magic vars 138029 1726888117.42133: variable 'omit' from source: magic vars 138029 1726888117.42158: variable 'omit' from source: magic vars 138029 1726888117.42193: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888117.42222: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888117.42243: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888117.42258: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.42270: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.42287: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888117.42307: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888117.42401: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888117.42404: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.42406: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.42661: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888117.42664: Set connection var ansible_timeout to 10 138029 1726888117.42667: Set connection var ansible_pipelining to False 138029 1726888117.42670: Set connection var ansible_shell_type to sh 138029 1726888117.42672: Set connection var ansible_connection to ssh 138029 1726888117.42674: Set connection var ansible_shell_executable to /bin/sh 138029 1726888117.42676: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.42678: variable 'ansible_connection' from source: unknown 138029 1726888117.42680: variable 'ansible_module_compression' from source: unknown 138029 1726888117.42681: variable 'ansible_shell_type' from source: unknown 138029 1726888117.42684: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.42686: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.42688: variable 'ansible_pipelining' from source: unknown 138029 1726888117.42690: variable 'ansible_timeout' from source: unknown 138029 1726888117.42692: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.42694: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888117.42697: variable 'omit' from source: magic vars 138029 1726888117.42699: starting attempt loop 138029 1726888117.42702: running the handler 138029 1726888117.42949: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888117.50587: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888117.50711: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888117.50802: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888117.50806: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888117.50809: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888117.50865: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888117.51020: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888117.51024: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888117.51026: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888117.51028: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888117.51569: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888117.51572: variable 'storage_test_volume' from source: include params 138029 1726888117.51574: 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 138029 1726888117.51576: handler run complete 138029 1726888117.51578: attempt loop complete, returning result 138029 1726888117.51580: _execute() done 138029 1726888117.51582: dumping result to json 138029 1726888117.51583: done dumping result, returning 138029 1726888117.51585: done running TaskExecutor() for managed_node3/TASK: Verify fs type [0affc8a3-6f6f-5a58-73a2-0000000011c7] 138029 1726888117.51587: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011c7 138029 1726888117.51659: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011c7 138029 1726888117.51662: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888117.51708: no more pending results, returning what we have 138029 1726888117.51711: results queue empty 138029 1726888117.51712: checking for any_errors_fatal 138029 1726888117.51720: done checking for any_errors_fatal 138029 1726888117.51721: checking for max_fail_percentage 138029 1726888117.51722: done checking for max_fail_percentage 138029 1726888117.51723: checking to see if all hosts have failed and the running result is not ok 138029 1726888117.51724: done checking to see if all hosts have failed 138029 1726888117.51724: getting the remaining hosts for this loop 138029 1726888117.51726: done getting the remaining hosts for this loop 138029 1726888117.51729: getting the next task for host managed_node3 138029 1726888117.51741: done getting next task for host managed_node3 138029 1726888117.51743: ^ task is: TASK: Verify fs label 138029 1726888117.51749: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888117.51754: getting variables 138029 1726888117.51757: in VariableManager get_vars() 138029 1726888117.51788: Calling all_inventory to load vars for managed_node3 138029 1726888117.51790: Calling groups_inventory to load vars for managed_node3 138029 1726888117.51793: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888117.51802: Calling all_plugins_play to load vars for managed_node3 138029 1726888117.51805: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888117.51807: Calling groups_plugins_play to load vars for managed_node3 138029 1726888117.61075: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888117.61839: done with get_vars() 138029 1726888117.61858: done getting variables 138029 1726888117.61914: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:37 -0400 (0:00:00.210) 0:02:10.343 ****** 138029 1726888117.61948: entering _queue_task() for managed_node3/assert 138029 1726888117.62346: worker is 1 (out of 1 available) 138029 1726888117.62381: exiting _queue_task() for managed_node3/assert 138029 1726888117.62393: done queuing things up, now waiting for results queue to drain 138029 1726888117.62398: waiting for pending results... 138029 1726888117.62691: running TaskExecutor() for managed_node3/TASK: Verify fs label 138029 1726888117.62878: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011c8 138029 1726888117.62902: variable 'ansible_search_path' from source: unknown 138029 1726888117.62962: calling self._execute() 138029 1726888117.63164: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.63181: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.63200: variable 'omit' from source: magic vars 138029 1726888117.64231: variable 'storage_test_volume' from source: include params 138029 1726888117.64235: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888117.64539: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888117.66998: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888117.67097: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888117.67141: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888117.67199: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888117.67231: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888117.67330: variable '_storage_test_volume_present' from source: set_fact 138029 1726888117.67349: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888117.67494: variable 'storage_test_volume' from source: include params 138029 1726888117.67561: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 138029 1726888117.67565: variable 'omit' from source: magic vars 138029 1726888117.67630: variable 'omit' from source: magic vars 138029 1726888117.67847: variable 'storage_test_volume' from source: include params 138029 1726888117.67867: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888117.67921: variable 'omit' from source: magic vars 138029 1726888117.68051: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888117.68061: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888117.68064: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888117.68067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.68069: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.68092: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888117.68124: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888117.68174: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888117.68187: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.68265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.68329: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888117.68339: Set connection var ansible_timeout to 10 138029 1726888117.68357: Set connection var ansible_pipelining to False 138029 1726888117.68368: Set connection var ansible_shell_type to sh 138029 1726888117.68388: Set connection var ansible_connection to ssh 138029 1726888117.68484: Set connection var ansible_shell_executable to /bin/sh 138029 1726888117.68488: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.68492: variable 'ansible_connection' from source: unknown 138029 1726888117.68495: variable 'ansible_module_compression' from source: unknown 138029 1726888117.68498: variable 'ansible_shell_type' from source: unknown 138029 1726888117.68500: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.68503: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.68513: variable 'ansible_pipelining' from source: unknown 138029 1726888117.68516: variable 'ansible_timeout' from source: unknown 138029 1726888117.68518: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.68620: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888117.68643: variable 'omit' from source: magic vars 138029 1726888117.68701: starting attempt loop 138029 1726888117.68705: running the handler 138029 1726888117.68875: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888117.68898: variable 'storage_test_volume' from source: include params 138029 1726888117.68923: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 138029 1726888117.68933: handler run complete 138029 1726888117.68964: attempt loop complete, returning result 138029 1726888117.68972: _execute() done 138029 1726888117.68979: dumping result to json 138029 1726888117.69027: done dumping result, returning 138029 1726888117.69032: done running TaskExecutor() for managed_node3/TASK: Verify fs label [0affc8a3-6f6f-5a58-73a2-0000000011c8] 138029 1726888117.69035: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011c8 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888117.69212: no more pending results, returning what we have 138029 1726888117.69216: results queue empty 138029 1726888117.69218: checking for any_errors_fatal 138029 1726888117.69229: done checking for any_errors_fatal 138029 1726888117.69230: checking for max_fail_percentage 138029 1726888117.69231: done checking for max_fail_percentage 138029 1726888117.69232: checking to see if all hosts have failed and the running result is not ok 138029 1726888117.69233: done checking to see if all hosts have failed 138029 1726888117.69234: getting the remaining hosts for this loop 138029 1726888117.69235: done getting the remaining hosts for this loop 138029 1726888117.69239: getting the next task for host managed_node3 138029 1726888117.69250: done getting next task for host managed_node3 138029 1726888117.69253: ^ task is: TASK: See whether the device node is present 138029 1726888117.69262: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888117.69278: getting variables 138029 1726888117.69279: in VariableManager get_vars() 138029 1726888117.69314: Calling all_inventory to load vars for managed_node3 138029 1726888117.69317: Calling groups_inventory to load vars for managed_node3 138029 1726888117.69321: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888117.69332: Calling all_plugins_play to load vars for managed_node3 138029 1726888117.69335: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888117.69338: Calling groups_plugins_play to load vars for managed_node3 138029 1726888117.69976: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011c8 138029 1726888117.69980: WORKER PROCESS EXITING 138029 1726888117.70342: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888117.71077: done with get_vars() 138029 1726888117.71101: 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:08:37 -0400 (0:00:00.092) 0:02:10.435 ****** 138029 1726888117.71197: entering _queue_task() for managed_node3/stat 138029 1726888117.71508: worker is 1 (out of 1 available) 138029 1726888117.71520: exiting _queue_task() for managed_node3/stat 138029 1726888117.71650: done queuing things up, now waiting for results queue to drain 138029 1726888117.71652: waiting for pending results... 138029 1726888117.71864: running TaskExecutor() for managed_node3/TASK: See whether the device node is present 138029 1726888117.72098: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011cc 138029 1726888117.72102: variable 'ansible_search_path' from source: unknown 138029 1726888117.72108: calling self._execute() 138029 1726888117.72237: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.72250: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.72266: variable 'omit' from source: magic vars 138029 1726888117.72402: variable 'omit' from source: magic vars 138029 1726888117.72490: variable 'omit' from source: magic vars 138029 1726888117.72757: variable 'storage_test_volume' from source: include params 138029 1726888117.72861: variable 'omit' from source: magic vars 138029 1726888117.72865: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888117.72904: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888117.72929: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888117.72952: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.72983: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888117.73007: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888117.73028: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888117.73077: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888117.73134: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.73138: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.73361: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888117.73367: Set connection var ansible_timeout to 10 138029 1726888117.73369: Set connection var ansible_pipelining to False 138029 1726888117.73372: Set connection var ansible_shell_type to sh 138029 1726888117.73374: Set connection var ansible_connection to ssh 138029 1726888117.73376: Set connection var ansible_shell_executable to /bin/sh 138029 1726888117.73379: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.73381: variable 'ansible_connection' from source: unknown 138029 1726888117.73383: variable 'ansible_module_compression' from source: unknown 138029 1726888117.73385: variable 'ansible_shell_type' from source: unknown 138029 1726888117.73387: variable 'ansible_shell_executable' from source: unknown 138029 1726888117.73389: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888117.73391: variable 'ansible_pipelining' from source: unknown 138029 1726888117.73393: variable 'ansible_timeout' from source: unknown 138029 1726888117.73395: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888117.73529: 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) 138029 1726888117.73539: variable 'omit' from source: magic vars 138029 1726888117.73544: starting attempt loop 138029 1726888117.73547: running the handler 138029 1726888117.73566: _low_level_execute_command(): starting 138029 1726888117.73572: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888117.74174: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888117.74184: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888117.74207: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888117.74216: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888117.74276: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888117.74291: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888117.74346: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888117.76031: stdout chunk (state=3): >>>/root <<< 138029 1726888117.76189: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888117.76197: stdout chunk (state=3): >>><<< 138029 1726888117.76204: stderr chunk (state=3): >>><<< 138029 1726888117.76228: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888117.76237: _low_level_execute_command(): starting 138029 1726888117.76263: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888117.7622302-141840-225376769061086 `" && echo ansible-tmp-1726888117.7622302-141840-225376769061086="` echo /root/.ansible/tmp/ansible-tmp-1726888117.7622302-141840-225376769061086 `" ) && sleep 0' 138029 1726888117.76895: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888117.76911: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888117.76942: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888117.77015: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888117.85864: stdout chunk (state=3): >>>ansible-tmp-1726888117.7622302-141840-225376769061086=/root/.ansible/tmp/ansible-tmp-1726888117.7622302-141840-225376769061086 <<< 138029 1726888117.85979: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888117.86008: stderr chunk (state=3): >>><<< 138029 1726888117.86011: stdout chunk (state=3): >>><<< 138029 1726888117.86033: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888117.7622302-141840-225376769061086=/root/.ansible/tmp/ansible-tmp-1726888117.7622302-141840-225376769061086 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888117.86083: variable 'ansible_module_compression' from source: unknown 138029 1726888117.86130: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888117.86168: variable 'ansible_facts' from source: unknown 138029 1726888117.86221: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888117.7622302-141840-225376769061086/AnsiballZ_stat.py 138029 1726888117.86326: Sending initial data 138029 1726888117.86329: Sent initial data (155 bytes) 138029 1726888117.86760: 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 <<< 138029 1726888117.86804: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888117.86807: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888117.86810: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888117.86812: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888117.86814: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888117.86859: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888117.86867: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888117.86869: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888117.86919: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888117.88568: 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 <<< 138029 1726888117.88572: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888117.88610: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888117.88659: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpx4ga5fyl /root/.ansible/tmp/ansible-tmp-1726888117.7622302-141840-225376769061086/AnsiballZ_stat.py <<< 138029 1726888117.88666: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888117.7622302-141840-225376769061086/AnsiballZ_stat.py" <<< 138029 1726888117.88705: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpx4ga5fyl" to remote "/root/.ansible/tmp/ansible-tmp-1726888117.7622302-141840-225376769061086/AnsiballZ_stat.py" <<< 138029 1726888117.88709: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888117.7622302-141840-225376769061086/AnsiballZ_stat.py" <<< 138029 1726888117.89274: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888117.89314: stderr chunk (state=3): >>><<< 138029 1726888117.89317: stdout chunk (state=3): >>><<< 138029 1726888117.89339: done transferring module to remote 138029 1726888117.89351: _low_level_execute_command(): starting 138029 1726888117.89354: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888117.7622302-141840-225376769061086/ /root/.ansible/tmp/ansible-tmp-1726888117.7622302-141840-225376769061086/AnsiballZ_stat.py && sleep 0' 138029 1726888117.89797: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888117.89800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888117.89803: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888117.89805: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888117.89807: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888117.89809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888117.89860: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888117.89870: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888117.89917: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888117.91702: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888117.91724: stderr chunk (state=3): >>><<< 138029 1726888117.91727: stdout chunk (state=3): >>><<< 138029 1726888117.91739: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888117.91742: _low_level_execute_command(): starting 138029 1726888117.91747: _low_level_execute_command(): using become for this command 138029 1726888117.91759: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-enwambofkpswmeizgnalbfaxzkeydqqr ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888117.7622302-141840-225376769061086/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888117.91838: Initial state: awaiting_escalation: BECOME-SUCCESS-enwambofkpswmeizgnalbfaxzkeydqqr 138029 1726888117.92211: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888117.92216: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888117.92253: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888117.92257: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888117.92303: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888117.95232: stdout chunk (state=1): >>>BECOME-SUCCESS-enwambofkpswmeizgnalbfaxzkeydqqr <<< 138029 1726888117.95235: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-enwambofkpswmeizgnalbfaxzkeydqqr' 138029 1726888117.95565: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888117.95603: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888117.95616: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888117.95637: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888117.95711: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888117.95733: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888117.95779: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888117.95800: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888117.95853: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888117.95865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888117.95899: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888117.95911: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888117.95960: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888117.95973: 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 0x7f64845bc3e0> <<< 138029 1726888117.95983: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648458ba10> <<< 138029 1726888117.96001: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888117.96005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888117.96014: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64845be930> <<< 138029 1726888117.96059: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888117.96098: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888117.96101: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888117.96134: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888117.96227: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888117.96267: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888117.96323: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # <<< 138029 1726888117.96342: 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' <<< 138029 1726888117.96367: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888117.96412: 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 0x7f64845ccfe0> <<< 138029 1726888117.96467: 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 <<< 138029 1726888117.96496: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888117.96518: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64845cdfd0> import 'site' # <<< 138029 1726888117.96547: 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. <<< 138029 1726888117.96810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888117.96813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888117.96816: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888117.96849: 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 <<< 138029 1726888117.96896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888117.96907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888117.96946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888117.96981: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64843cbe60> <<< 138029 1726888117.96992: 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' <<< 138029 1726888117.97024: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64843cbef0> <<< 138029 1726888117.97052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888117.97072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888117.97101: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888117.97147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888117.97204: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888117.97207: 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 0x7f6484403860> <<< 138029 1726888117.97249: 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 0x7f6484403ef0> import '_collections' # <<< 138029 1726888117.97305: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64843e3b30> <<< 138029 1726888117.97319: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888117.97357: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64843e1220> <<< 138029 1726888117.97429: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64843c9010> <<< 138029 1726888117.97488: 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' # <<< 138029 1726888117.97527: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888117.97580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888117.97588: 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' <<< 138029 1726888117.97615: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484427800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484426450> <<< 138029 1726888117.97654: 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 0x7f64843e2210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484424bf0> <<< 138029 1726888117.97728: 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 0x7f6484458830> <<< 138029 1726888117.97762: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64843c8290> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888117.97788: 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 0x7f6484458ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484458b90> <<< 138029 1726888117.97831: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888117.97872: 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 0x7f6484458f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64843c6db0> <<< 138029 1726888117.97881: 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' <<< 138029 1726888117.97930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888117.97954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64844595b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64844592b0> import 'importlib.machinery' # <<< 138029 1726888117.97985: 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 0x7f648445a480> <<< 138029 1726888117.98009: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888117.98047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888117.98095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888117.98134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888117.98142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484474650> <<< 138029 1726888117.98180: 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' <<< 138029 1726888117.98206: 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 0x7f6484475d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888117.98234: 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 0x7f6484476c30> <<< 138029 1726888117.98283: 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 0x7f6484477290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484476180> <<< 138029 1726888117.98297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888117.98321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888117.98354: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888117.98367: 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 0x7f6484477d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484477440> <<< 138029 1726888117.98407: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648445a4b0> <<< 138029 1726888117.98424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888117.98456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888117.98473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888117.98502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888117.98532: 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 0x7f64841efc50> <<< 138029 1726888117.98553: 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' <<< 138029 1726888117.98594: 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 0x7f6484218740> <<< 138029 1726888117.98604: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64842184a0> <<< 138029 1726888117.98618: 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 0x7f6484218770> <<< 138029 1726888117.98653: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888117.98661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888117.98725: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888117.98852: 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 0x7f64842190a0> <<< 138029 1726888117.98961: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888117.98978: 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 0x7f6484219a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484218950> <<< 138029 1726888117.98989: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64841eddf0> <<< 138029 1726888117.99023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888117.99035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888117.99063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888117.99074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888117.99087: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648421ae40> <<< 138029 1726888117.99102: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484219910> <<< 138029 1726888117.99128: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648445ab70> <<< 138029 1726888117.99159: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888117.99215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888117.99236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888117.99273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888117.99297: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484243170> <<< 138029 1726888117.99358: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888117.99369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888117.99390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888117.99406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888117.99454: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648426f530> <<< 138029 1726888117.99473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888117.99520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888117.99573: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888117.99604: 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 0x7f64842c8350> <<< 138029 1726888117.99615: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888117.99648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888117.99674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888117.99717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888117.99800: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64842caab0> <<< 138029 1726888117.99882: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64842c8470> <<< 138029 1726888117.99918: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484295340> <<< 138029 1726888117.99942: 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 0x7f6483b25460> <<< 138029 1726888117.99973: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648426e330> <<< 138029 1726888117.99977: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648421bd40> <<< 138029 1726888118.00729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888118.00762: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f648426e690> <<< 138029 1726888118.01835: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_99zpia14/ansible_stat_payload.zip' <<< 138029 1726888118.01841: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.01974: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.02001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888118.02005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888118.02050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888118.02128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888118.02172: 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 0x7f6483b7b200> <<< 138029 1726888118.02176: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888118.02354: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483b5a0f0> <<< 138029 1726888118.02359: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483b59250> <<< 138029 1726888118.02363: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.02403: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888118.02418: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.02427: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.02465: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888118.03866: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.05039: 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 0x7f6483b794f0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888118.05043: 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' <<< 138029 1726888118.05082: 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' <<< 138029 1726888118.05135: 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 0x7f6483ba6b10> <<< 138029 1726888118.05161: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483ba68a0> <<< 138029 1726888118.05196: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483ba61b0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888118.05260: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483ba6600> <<< 138029 1726888118.05263: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648458a9c0> import 'atexit' # <<< 138029 1726888118.05323: 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 0x7f6483ba78c0> <<< 138029 1726888118.05327: 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 0x7f6483ba7b00> <<< 138029 1726888118.05352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888118.05394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888118.05405: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888118.05470: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483ba7f80> import 'pwd' # <<< 138029 1726888118.05494: 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' <<< 138029 1726888118.05532: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a11d00> <<< 138029 1726888118.05572: 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 0x7f6483a13920> <<< 138029 1726888118.05608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888118.05612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888118.05651: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a182f0> <<< 138029 1726888118.05670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888118.05704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888118.05723: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a19490> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888118.05786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888118.05801: 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' <<< 138029 1726888118.05846: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a1bf20> <<< 138029 1726888118.05908: 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 0x7f64843c6ea0> <<< 138029 1726888118.05911: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a1a1e0> <<< 138029 1726888118.05964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888118.05969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888118.05997: 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' <<< 138029 1726888118.06031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888118.06038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888118.06079: 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 0x7f6483a1fef0> <<< 138029 1726888118.06082: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888118.06168: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a1e9c0> <<< 138029 1726888118.06180: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a1e720> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888118.06259: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a1ec90> <<< 138029 1726888118.06286: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a1a6f0> <<< 138029 1726888118.06311: 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 0x7f6483a63fe0> <<< 138029 1726888118.06370: 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 0x7f6483a641a0> <<< 138029 1726888118.06381: 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 <<< 138029 1726888118.06404: 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' <<< 138029 1726888118.06454: 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 0x7f6483a65c10> <<< 138029 1726888118.06481: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a65a00> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888118.06588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888118.06624: 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 0x7f6483a681a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a662a0> <<< 138029 1726888118.06652: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888118.06690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888118.06732: 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' <<< 138029 1726888118.06747: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888118.06778: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a6b8c0> <<< 138029 1726888118.07018: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a682f0> <<< 138029 1726888118.07289: 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 0x7f6483a6c650> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6483a6c9e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6483a6cc20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a64380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f6483af8350> <<< 138029 1726888118.07315: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888118.07519: 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 0x7f6483af9940> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a6eae0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6483a6fe90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a6e720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888118.07536: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.07594: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888118.07641: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888118.07660: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.08072: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888118.08427: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.08967: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888118.09012: 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 <<< 138029 1726888118.09032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888118.09074: 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 0x7f6483afdb20> <<< 138029 1726888118.09195: 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' <<< 138029 1726888118.09202: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483afe8a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483af9c70> <<< 138029 1726888118.09240: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888118.09271: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.09414: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888118.09449: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.09608: 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' <<< 138029 1726888118.09639: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483afe5a0> <<< 138029 1726888118.09765: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.10091: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.10540: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.10644: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.10771: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 138029 1726888118.10785: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.10849: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.11015: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 138029 1726888118.11023: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888118.11060: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888118.11087: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.11300: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.11612: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888118.11616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888118.11700: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483affb30> <<< 138029 1726888118.11723: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.11804: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.11836: 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' # <<< 138029 1726888118.11880: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.11912: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.11991: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888118.12018: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.12094: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.12105: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.12178: 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 <<< 138029 1726888118.12215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888118.12299: 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 0x7f648390a570> <<< 138029 1726888118.12327: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483905d60> <<< 138029 1726888118.12378: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888118.12381: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.12437: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.12498: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.12534: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.12584: 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' <<< 138029 1726888118.12603: 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 <<< 138029 1726888118.12643: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888118.12654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888118.12690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888118.12721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888118.12730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888118.12795: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483bfecf0> <<< 138029 1726888118.12831: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483bee9f0> <<< 138029 1726888118.12924: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648390a510> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483aff3b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888118.12927: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.12960: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.12991: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888118.13067: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888118.13075: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.13107: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888118.13220: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.13421: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.14301: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/mapper/vg1-Lv3", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 5214, "dev": 6, "nlink": 1, "atime": 1726888036.753931, "mtime": 1726888036.753931, "ctime": 1726888036.753931, "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": 64768, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/symlink", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/mapper/vg1-Lv3", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888118.14324: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888118.14886: 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 <<< 138029 1726888118.14964: 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 # 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 <<< 138029 1726888118.14973: 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 <<< 138029 1726888118.15202: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888118.15205: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888118.15257: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888118.15283: 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 <<< 138029 1726888118.15312: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888118.15329: 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 <<< 138029 1726888118.15364: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 138029 1726888118.15400: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 138029 1726888118.15440: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 138029 1726888118.15469: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy shutil <<< 138029 1726888118.15484: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888118.15537: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888118.15554: 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 <<< 138029 1726888118.15600: 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 <<< 138029 1726888118.15628: 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 <<< 138029 1726888118.15674: 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 # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 138029 1726888118.15689: 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 <<< 138029 1726888118.15828: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888118.15877: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 138029 1726888118.15881: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888118.15921: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888118.15946: 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 <<< 138029 1726888118.15971: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888118.16082: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888118.16091: 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 <<< 138029 1726888118.16157: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 138029 1726888118.16160: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 138029 1726888118.16183: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 138029 1726888118.16708: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888118.16769: stderr chunk (state=3): >>>Shared connection to 10.31.13.126 closed. <<< 138029 1726888118.16772: stdout chunk (state=3): >>><<< 138029 1726888118.16775: stderr chunk (state=3): >>><<< 138029 1726888118.16944: _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 0x7f64845bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648458ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64845be930> 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 0x7f64845ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f64845cdfd0> 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 0x7f64843cbe60> # /usr/lib64/python3.12/__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 0x7f64843cbef0> # /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 0x7f6484403860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484403ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64843e3b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64843e1220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64843c9010> # /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 0x7f6484427800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484426450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64843e2210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484424bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484458830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64843c8290> # /usr/lib64/python3.12/__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 0x7f6484458ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484458b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6484458f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64843c6db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f64844595b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64844592b0> 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 0x7f648445a480> 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 0x7f6484474650> 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 0x7f6484475d90> # /usr/lib64/python3.12/__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 0x7f6484476c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6484477290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484476180> # /usr/lib64/python3.12/__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 0x7f6484477d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484477440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648445a4b0> # /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 0x7f64841efc50> # /usr/lib64/python3.12/__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 0x7f6484218740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64842184a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6484218770> # /usr/lib64/python3.12/__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 0x7f64842190a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6484219a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484218950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64841eddf0> # /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 0x7f648421ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484219910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648445ab70> # /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 0x7f6484243170> # /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 0x7f648426f530> # /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 0x7f64842c8350> # /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 0x7f64842caab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64842c8470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6484295340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483b25460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648426e330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648421bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f648426e690> # zipimport: found 30 names in '/tmp/ansible_stat_payload_99zpia14/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 0x7f6483b7b200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483b5a0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483b59250> # 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 0x7f6483b794f0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f6483ba6b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483ba68a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483ba61b0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f6483ba6600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648458a9c0> 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 0x7f6483ba78c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6483ba7b00> # /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 0x7f6483ba7f80> 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 0x7f6483a11d00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6483a13920> # /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 0x7f6483a182f0> # /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 0x7f6483a19490> # /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 0x7f6483a1bf20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64843c6ea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a1a1e0> # /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 0x7f6483a1fef0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a1e9c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a1e720> # /usr/lib64/python3.12/__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 0x7f6483a1ec90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a1a6f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6483a63fe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a641a0> # /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 0x7f6483a65c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a65a00> # /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 0x7f6483a681a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a662a0> # /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 0x7f6483a6b8c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a682f0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6483a6c650> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6483a6c9e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6483a6cc20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a64380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f6483af8350> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6483af9940> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a6eae0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6483a6fe90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483a6e720> # 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 0x7f6483afdb20> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f6483afe8a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483af9c70> 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 0x7f6483afe5a0> # 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 0x7f6483affb30> # 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 0x7f648390a570> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483905d60> 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 0x7f6483bfecf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483bee9f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f648390a510> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6483aff3b0> # 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/mapper/vg1-Lv3", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 5214, "dev": 6, "nlink": 1, "atime": 1726888036.753931, "mtime": 1726888036.753931, "ctime": 1726888036.753931, "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": 64768, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/symlink", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/mapper/vg1-Lv3", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888118.18074: done with _execute_module (stat, {'path': '/dev/mapper/vg1-Lv3', '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-1726888117.7622302-141840-225376769061086/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888118.18078: _low_level_execute_command(): starting 138029 1726888118.18081: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888117.7622302-141840-225376769061086/ > /dev/null 2>&1 && sleep 0' 138029 1726888118.18378: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888118.18382: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888118.18385: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888118.18485: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888118.18501: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888118.18589: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888118.20678: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888118.20682: stdout chunk (state=3): >>><<< 138029 1726888118.20687: stderr chunk (state=3): >>><<< 138029 1726888118.20705: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888118.20711: handler run complete 138029 1726888118.20765: attempt loop complete, returning result 138029 1726888118.20769: _execute() done 138029 1726888118.20781: dumping result to json 138029 1726888118.20785: done dumping result, returning 138029 1726888118.20788: done running TaskExecutor() for managed_node3/TASK: See whether the device node is present [0affc8a3-6f6f-5a58-73a2-0000000011cc] 138029 1726888118.20810: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011cc ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726888036.753931, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726888036.753931, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 5214, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726888036.753931, "nlink": 1, "path": "/dev/mapper/vg1-Lv3", "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 } } 138029 1726888118.21193: no more pending results, returning what we have 138029 1726888118.21197: results queue empty 138029 1726888118.21198: checking for any_errors_fatal 138029 1726888118.21205: done checking for any_errors_fatal 138029 1726888118.21206: checking for max_fail_percentage 138029 1726888118.21208: done checking for max_fail_percentage 138029 1726888118.21209: checking to see if all hosts have failed and the running result is not ok 138029 1726888118.21210: done checking to see if all hosts have failed 138029 1726888118.21210: getting the remaining hosts for this loop 138029 1726888118.21212: done getting the remaining hosts for this loop 138029 1726888118.21216: getting the next task for host managed_node3 138029 1726888118.21222: done getting next task for host managed_node3 138029 1726888118.21225: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888118.21229: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888118.21241: getting variables 138029 1726888118.21242: in VariableManager get_vars() 138029 1726888118.21301: Calling all_inventory to load vars for managed_node3 138029 1726888118.21305: Calling groups_inventory to load vars for managed_node3 138029 1726888118.21329: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888118.21336: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011cc 138029 1726888118.21339: WORKER PROCESS EXITING 138029 1726888118.21349: Calling all_plugins_play to load vars for managed_node3 138029 1726888118.21352: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888118.21358: Calling groups_plugins_play to load vars for managed_node3 138029 1726888118.22213: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888118.23038: done with get_vars() 138029 1726888118.23057: done getting variables 138029 1726888118.23135: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:38 -0400 (0:00:00.519) 0:02:10.955 ****** 138029 1726888118.23172: entering _queue_task() for managed_node3/assert 138029 1726888118.23680: worker is 1 (out of 1 available) 138029 1726888118.23689: exiting _queue_task() for managed_node3/assert 138029 1726888118.23698: done queuing things up, now waiting for results queue to drain 138029 1726888118.23700: waiting for pending results... 138029 1726888118.23932: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888118.23977: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011cd 138029 1726888118.23998: variable 'ansible_search_path' from source: unknown 138029 1726888118.24048: calling self._execute() 138029 1726888118.24177: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.24190: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.24205: variable 'omit' from source: magic vars 138029 1726888118.24672: variable '_storage_test_volume_present' from source: set_fact 138029 1726888118.24697: variable 'storage_test_volume' from source: include params 138029 1726888118.24729: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 138029 1726888118.24740: variable 'omit' from source: magic vars 138029 1726888118.24828: variable 'omit' from source: magic vars 138029 1726888118.24964: variable 'storage_test_volume' from source: include params 138029 1726888118.25015: variable 'omit' from source: magic vars 138029 1726888118.25131: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888118.25135: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888118.25144: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888118.25170: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888118.25239: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888118.25242: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888118.25252: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888118.25278: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888118.25287: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.25294: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.25426: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888118.25437: Set connection var ansible_timeout to 10 138029 1726888118.25446: Set connection var ansible_pipelining to False 138029 1726888118.25470: Set connection var ansible_shell_type to sh 138029 1726888118.25477: Set connection var ansible_connection to ssh 138029 1726888118.25565: Set connection var ansible_shell_executable to /bin/sh 138029 1726888118.25569: variable 'ansible_shell_executable' from source: unknown 138029 1726888118.25576: variable 'ansible_connection' from source: unknown 138029 1726888118.25578: variable 'ansible_module_compression' from source: unknown 138029 1726888118.25580: variable 'ansible_shell_type' from source: unknown 138029 1726888118.25583: variable 'ansible_shell_executable' from source: unknown 138029 1726888118.25585: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.25587: variable 'ansible_pipelining' from source: unknown 138029 1726888118.25590: variable 'ansible_timeout' from source: unknown 138029 1726888118.25592: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.25784: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888118.25792: variable 'omit' from source: magic vars 138029 1726888118.25795: starting attempt loop 138029 1726888118.25797: running the handler 138029 1726888118.25942: variable 'storage_test_dev' from source: set_fact 138029 1726888118.25972: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 138029 1726888118.25984: handler run complete 138029 1726888118.26030: attempt loop complete, returning result 138029 1726888118.26033: _execute() done 138029 1726888118.26036: dumping result to json 138029 1726888118.26039: done dumping result, returning 138029 1726888118.26046: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-0000000011cd] 138029 1726888118.26110: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011cd ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888118.26315: no more pending results, returning what we have 138029 1726888118.26332: results queue empty 138029 1726888118.26334: checking for any_errors_fatal 138029 1726888118.26346: done checking for any_errors_fatal 138029 1726888118.26347: checking for max_fail_percentage 138029 1726888118.26349: done checking for max_fail_percentage 138029 1726888118.26350: checking to see if all hosts have failed and the running result is not ok 138029 1726888118.26351: done checking to see if all hosts have failed 138029 1726888118.26352: getting the remaining hosts for this loop 138029 1726888118.26353: done getting the remaining hosts for this loop 138029 1726888118.26359: getting the next task for host managed_node3 138029 1726888118.26367: done getting next task for host managed_node3 138029 1726888118.26370: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888118.26376: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888118.26381: getting variables 138029 1726888118.26382: in VariableManager get_vars() 138029 1726888118.26415: Calling all_inventory to load vars for managed_node3 138029 1726888118.26417: Calling groups_inventory to load vars for managed_node3 138029 1726888118.26420: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888118.26554: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011cd 138029 1726888118.26561: WORKER PROCESS EXITING 138029 1726888118.26577: Calling all_plugins_play to load vars for managed_node3 138029 1726888118.26581: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888118.26585: Calling groups_plugins_play to load vars for managed_node3 138029 1726888118.27343: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888118.28640: done with get_vars() 138029 1726888118.28714: done getting variables 138029 1726888118.28775: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:38 -0400 (0:00:00.056) 0:02:11.011 ****** 138029 1726888118.28931: entering _queue_task() for managed_node3/assert 138029 1726888118.29536: worker is 1 (out of 1 available) 138029 1726888118.29548: exiting _queue_task() for managed_node3/assert 138029 1726888118.29562: done queuing things up, now waiting for results queue to drain 138029 1726888118.29563: waiting for pending results... 138029 1726888118.30063: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888118.30214: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011ce 138029 1726888118.30230: variable 'ansible_search_path' from source: unknown 138029 1726888118.30483: calling self._execute() 138029 1726888118.30751: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.30757: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.30768: variable 'omit' from source: magic vars 138029 1726888118.31601: variable '_storage_test_volume_present' from source: set_fact 138029 1726888118.31607: variable 'storage_test_volume' from source: include params 138029 1726888118.31636: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 138029 1726888118.31639: when evaluation is False, skipping this task 138029 1726888118.31642: _execute() done 138029 1726888118.31645: dumping result to json 138029 1726888118.31650: done dumping result, returning 138029 1726888118.31687: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-0000000011ce] 138029 1726888118.31690: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ce 138029 1726888118.31758: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ce 138029 1726888118.31765: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 138029 1726888118.31841: no more pending results, returning what we have 138029 1726888118.31845: results queue empty 138029 1726888118.31846: checking for any_errors_fatal 138029 1726888118.31857: done checking for any_errors_fatal 138029 1726888118.31858: checking for max_fail_percentage 138029 1726888118.31860: done checking for max_fail_percentage 138029 1726888118.31861: checking to see if all hosts have failed and the running result is not ok 138029 1726888118.31865: done checking to see if all hosts have failed 138029 1726888118.31865: getting the remaining hosts for this loop 138029 1726888118.31867: done getting the remaining hosts for this loop 138029 1726888118.31871: getting the next task for host managed_node3 138029 1726888118.31881: done getting next task for host managed_node3 138029 1726888118.31884: ^ task is: TASK: Make sure we got info about this volume 138029 1726888118.31958: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888118.31967: getting variables 138029 1726888118.31969: in VariableManager get_vars() 138029 1726888118.32009: Calling all_inventory to load vars for managed_node3 138029 1726888118.32012: Calling groups_inventory to load vars for managed_node3 138029 1726888118.32015: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888118.32026: Calling all_plugins_play to load vars for managed_node3 138029 1726888118.32029: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888118.32031: Calling groups_plugins_play to load vars for managed_node3 138029 1726888118.33912: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888118.34589: done with get_vars() 138029 1726888118.34604: done getting variables 138029 1726888118.34664: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:38 -0400 (0:00:00.058) 0:02:11.070 ****** 138029 1726888118.34699: entering _queue_task() for managed_node3/assert 138029 1726888118.34977: worker is 1 (out of 1 available) 138029 1726888118.34986: exiting _queue_task() for managed_node3/assert 138029 1726888118.34996: done queuing things up, now waiting for results queue to drain 138029 1726888118.34998: waiting for pending results... 138029 1726888118.35421: running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume 138029 1726888118.35426: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011cf 138029 1726888118.35429: variable 'ansible_search_path' from source: unknown 138029 1726888118.35465: calling self._execute() 138029 1726888118.35564: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.35569: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.35583: variable 'omit' from source: magic vars 138029 1726888118.35926: variable '_storage_test_volume_present' from source: set_fact 138029 1726888118.35934: Evaluated conditional (_storage_test_volume_present): True 138029 1726888118.35943: variable 'omit' from source: magic vars 138029 1726888118.36064: variable 'omit' from source: magic vars 138029 1726888118.36145: variable 'storage_test_volume' from source: include params 138029 1726888118.36202: variable 'omit' from source: magic vars 138029 1726888118.36240: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888118.36282: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888118.36347: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888118.36351: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888118.36354: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888118.36359: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888118.36367: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888118.36401: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888118.36405: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.36407: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.36535: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888118.36539: Set connection var ansible_timeout to 10 138029 1726888118.36567: Set connection var ansible_pipelining to False 138029 1726888118.36571: Set connection var ansible_shell_type to sh 138029 1726888118.36573: Set connection var ansible_connection to ssh 138029 1726888118.36577: Set connection var ansible_shell_executable to /bin/sh 138029 1726888118.36603: variable 'ansible_shell_executable' from source: unknown 138029 1726888118.36606: variable 'ansible_connection' from source: unknown 138029 1726888118.36609: variable 'ansible_module_compression' from source: unknown 138029 1726888118.36612: variable 'ansible_shell_type' from source: unknown 138029 1726888118.36614: variable 'ansible_shell_executable' from source: unknown 138029 1726888118.36616: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.36618: variable 'ansible_pipelining' from source: unknown 138029 1726888118.36621: variable 'ansible_timeout' from source: unknown 138029 1726888118.36624: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.36782: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888118.36787: variable 'omit' from source: magic vars 138029 1726888118.36790: starting attempt loop 138029 1726888118.36792: running the handler 138029 1726888118.36930: variable 'storage_test_volume' from source: include params 138029 1726888118.37000: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888118.37003: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 138029 1726888118.37006: handler run complete 138029 1726888118.37008: attempt loop complete, returning result 138029 1726888118.37010: _execute() done 138029 1726888118.37012: dumping result to json 138029 1726888118.37014: done dumping result, returning 138029 1726888118.37017: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume [0affc8a3-6f6f-5a58-73a2-0000000011cf] 138029 1726888118.37019: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011cf 138029 1726888118.37214: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011cf 138029 1726888118.37218: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888118.37266: no more pending results, returning what we have 138029 1726888118.37269: results queue empty 138029 1726888118.37270: checking for any_errors_fatal 138029 1726888118.37277: done checking for any_errors_fatal 138029 1726888118.37277: checking for max_fail_percentage 138029 1726888118.37279: done checking for max_fail_percentage 138029 1726888118.37280: checking to see if all hosts have failed and the running result is not ok 138029 1726888118.37280: done checking to see if all hosts have failed 138029 1726888118.37281: getting the remaining hosts for this loop 138029 1726888118.37283: done getting the remaining hosts for this loop 138029 1726888118.37286: getting the next task for host managed_node3 138029 1726888118.37292: done getting next task for host managed_node3 138029 1726888118.37294: ^ task is: TASK: Process volume type (set initial value) (1/2) 138029 1726888118.37301: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888118.37305: getting variables 138029 1726888118.37307: in VariableManager get_vars() 138029 1726888118.37338: Calling all_inventory to load vars for managed_node3 138029 1726888118.37340: Calling groups_inventory to load vars for managed_node3 138029 1726888118.37344: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888118.37354: Calling all_plugins_play to load vars for managed_node3 138029 1726888118.37366: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888118.37369: Calling groups_plugins_play to load vars for managed_node3 138029 1726888118.38072: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888118.38730: done with get_vars() 138029 1726888118.38747: done getting variables 138029 1726888118.38809: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:38 -0400 (0:00:00.041) 0:02:11.112 ****** 138029 1726888118.38847: entering _queue_task() for managed_node3/set_fact 138029 1726888118.39130: worker is 1 (out of 1 available) 138029 1726888118.39144: exiting _queue_task() for managed_node3/set_fact 138029 1726888118.39159: done queuing things up, now waiting for results queue to drain 138029 1726888118.39161: waiting for pending results... 138029 1726888118.39354: running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) 138029 1726888118.39464: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011d0 138029 1726888118.39473: variable 'ansible_search_path' from source: unknown 138029 1726888118.39507: calling self._execute() 138029 1726888118.39597: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.39603: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.39613: variable 'omit' from source: magic vars 138029 1726888118.39701: variable 'omit' from source: magic vars 138029 1726888118.39745: variable 'omit' from source: magic vars 138029 1726888118.39920: variable 'storage_test_volume' from source: include params 138029 1726888118.39956: variable 'omit' from source: magic vars 138029 1726888118.39992: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888118.40018: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888118.40035: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888118.40051: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888118.40065: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888118.40081: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888118.40091: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888118.40114: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888118.40117: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.40120: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.40206: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888118.40210: Set connection var ansible_timeout to 10 138029 1726888118.40216: Set connection var ansible_pipelining to False 138029 1726888118.40218: Set connection var ansible_shell_type to sh 138029 1726888118.40220: Set connection var ansible_connection to ssh 138029 1726888118.40225: Set connection var ansible_shell_executable to /bin/sh 138029 1726888118.40245: variable 'ansible_shell_executable' from source: unknown 138029 1726888118.40248: variable 'ansible_connection' from source: unknown 138029 1726888118.40250: variable 'ansible_module_compression' from source: unknown 138029 1726888118.40253: variable 'ansible_shell_type' from source: unknown 138029 1726888118.40257: variable 'ansible_shell_executable' from source: unknown 138029 1726888118.40259: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.40268: variable 'ansible_pipelining' from source: unknown 138029 1726888118.40271: variable 'ansible_timeout' from source: unknown 138029 1726888118.40273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.40372: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888118.40381: variable 'omit' from source: magic vars 138029 1726888118.40384: starting attempt loop 138029 1726888118.40387: running the handler 138029 1726888118.40397: handler run complete 138029 1726888118.40406: attempt loop complete, returning result 138029 1726888118.40409: _execute() done 138029 1726888118.40411: dumping result to json 138029 1726888118.40414: done dumping result, returning 138029 1726888118.40420: done running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-5a58-73a2-0000000011d0] 138029 1726888118.40424: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011d0 138029 1726888118.40513: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011d0 138029 1726888118.40516: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } 138029 1726888118.40575: no more pending results, returning what we have 138029 1726888118.40578: results queue empty 138029 1726888118.40579: checking for any_errors_fatal 138029 1726888118.40585: done checking for any_errors_fatal 138029 1726888118.40586: checking for max_fail_percentage 138029 1726888118.40588: done checking for max_fail_percentage 138029 1726888118.40589: checking to see if all hosts have failed and the running result is not ok 138029 1726888118.40590: done checking to see if all hosts have failed 138029 1726888118.40590: getting the remaining hosts for this loop 138029 1726888118.40593: done getting the remaining hosts for this loop 138029 1726888118.40597: getting the next task for host managed_node3 138029 1726888118.40603: done getting next task for host managed_node3 138029 1726888118.40606: ^ task is: TASK: Process volume type (get RAID value) (2/2) 138029 1726888118.40612: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888118.40616: getting variables 138029 1726888118.40617: in VariableManager get_vars() 138029 1726888118.40643: Calling all_inventory to load vars for managed_node3 138029 1726888118.40646: Calling groups_inventory to load vars for managed_node3 138029 1726888118.40649: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888118.40658: Calling all_plugins_play to load vars for managed_node3 138029 1726888118.40661: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888118.40666: Calling groups_plugins_play to load vars for managed_node3 138029 1726888118.41036: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888118.41523: done with get_vars() 138029 1726888118.41541: done getting variables 138029 1726888118.41594: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:38 -0400 (0:00:00.027) 0:02:11.139 ****** 138029 1726888118.41624: entering _queue_task() for managed_node3/set_fact 138029 1726888118.41877: worker is 1 (out of 1 available) 138029 1726888118.41887: exiting _queue_task() for managed_node3/set_fact 138029 1726888118.41899: done queuing things up, now waiting for results queue to drain 138029 1726888118.41900: waiting for pending results... 138029 1726888118.42181: running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) 138029 1726888118.42304: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011d1 138029 1726888118.42308: variable 'ansible_search_path' from source: unknown 138029 1726888118.42368: calling self._execute() 138029 1726888118.42445: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.42452: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.42477: variable 'omit' from source: magic vars 138029 1726888118.42849: variable 'storage_test_volume' from source: include params 138029 1726888118.43061: Evaluated conditional (storage_test_volume.type == "raid"): False 138029 1726888118.43067: when evaluation is False, skipping this task 138029 1726888118.43069: _execute() done 138029 1726888118.43072: dumping result to json 138029 1726888118.43073: done dumping result, returning 138029 1726888118.43076: done running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-5a58-73a2-0000000011d1] 138029 1726888118.43077: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011d1 138029 1726888118.43136: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011d1 138029 1726888118.43139: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 138029 1726888118.43190: no more pending results, returning what we have 138029 1726888118.43193: results queue empty 138029 1726888118.43194: checking for any_errors_fatal 138029 1726888118.43199: done checking for any_errors_fatal 138029 1726888118.43200: checking for max_fail_percentage 138029 1726888118.43201: done checking for max_fail_percentage 138029 1726888118.43202: checking to see if all hosts have failed and the running result is not ok 138029 1726888118.43203: done checking to see if all hosts have failed 138029 1726888118.43204: getting the remaining hosts for this loop 138029 1726888118.43205: done getting the remaining hosts for this loop 138029 1726888118.43208: getting the next task for host managed_node3 138029 1726888118.43214: done getting next task for host managed_node3 138029 1726888118.43216: ^ task is: TASK: Verify the volume's device type 138029 1726888118.43222: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888118.43226: getting variables 138029 1726888118.43227: in VariableManager get_vars() 138029 1726888118.43276: Calling all_inventory to load vars for managed_node3 138029 1726888118.43279: Calling groups_inventory to load vars for managed_node3 138029 1726888118.43285: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888118.43292: Calling all_plugins_play to load vars for managed_node3 138029 1726888118.43294: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888118.43296: Calling groups_plugins_play to load vars for managed_node3 138029 1726888118.43683: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888118.44073: done with get_vars() 138029 1726888118.44084: done getting variables 138029 1726888118.44122: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:38 -0400 (0:00:00.025) 0:02:11.165 ****** 138029 1726888118.44147: entering _queue_task() for managed_node3/assert 138029 1726888118.44349: worker is 1 (out of 1 available) 138029 1726888118.44362: exiting _queue_task() for managed_node3/assert 138029 1726888118.44373: done queuing things up, now waiting for results queue to drain 138029 1726888118.44375: waiting for pending results... 138029 1726888118.44581: running TaskExecutor() for managed_node3/TASK: Verify the volume's device type 138029 1726888118.44677: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011d2 138029 1726888118.44688: variable 'ansible_search_path' from source: unknown 138029 1726888118.44719: calling self._execute() 138029 1726888118.44804: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.44809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.44823: variable 'omit' from source: magic vars 138029 1726888118.45068: variable '_storage_test_volume_present' from source: set_fact 138029 1726888118.45075: Evaluated conditional (_storage_test_volume_present): True 138029 1726888118.45081: variable 'omit' from source: magic vars 138029 1726888118.45121: variable 'omit' from source: magic vars 138029 1726888118.45147: variable 'omit' from source: magic vars 138029 1726888118.45182: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888118.45209: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888118.45224: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888118.45238: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888118.45249: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888118.45267: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888118.45282: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888118.45304: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888118.45307: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.45310: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.45394: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888118.45398: Set connection var ansible_timeout to 10 138029 1726888118.45403: Set connection var ansible_pipelining to False 138029 1726888118.45406: Set connection var ansible_shell_type to sh 138029 1726888118.45408: Set connection var ansible_connection to ssh 138029 1726888118.45413: Set connection var ansible_shell_executable to /bin/sh 138029 1726888118.45432: variable 'ansible_shell_executable' from source: unknown 138029 1726888118.45435: variable 'ansible_connection' from source: unknown 138029 1726888118.45438: variable 'ansible_module_compression' from source: unknown 138029 1726888118.45440: variable 'ansible_shell_type' from source: unknown 138029 1726888118.45442: variable 'ansible_shell_executable' from source: unknown 138029 1726888118.45444: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.45447: variable 'ansible_pipelining' from source: unknown 138029 1726888118.45450: variable 'ansible_timeout' from source: unknown 138029 1726888118.45454: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.45557: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888118.45567: variable 'omit' from source: magic vars 138029 1726888118.45572: starting attempt loop 138029 1726888118.45577: running the handler 138029 1726888118.45713: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888118.45735: variable 'storage_test_volume' from source: include params 138029 1726888118.45747: variable 'st_volume_type' from source: set_fact 138029 1726888118.45764: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 138029 1726888118.45767: handler run complete 138029 1726888118.45778: attempt loop complete, returning result 138029 1726888118.45781: _execute() done 138029 1726888118.45783: dumping result to json 138029 1726888118.45786: done dumping result, returning 138029 1726888118.45792: done running TaskExecutor() for managed_node3/TASK: Verify the volume's device type [0affc8a3-6f6f-5a58-73a2-0000000011d2] 138029 1726888118.45802: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011d2 138029 1726888118.45886: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011d2 138029 1726888118.45888: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888118.45975: no more pending results, returning what we have 138029 1726888118.45978: results queue empty 138029 1726888118.45979: checking for any_errors_fatal 138029 1726888118.45985: done checking for any_errors_fatal 138029 1726888118.45986: checking for max_fail_percentage 138029 1726888118.45987: done checking for max_fail_percentage 138029 1726888118.45988: checking to see if all hosts have failed and the running result is not ok 138029 1726888118.45989: done checking to see if all hosts have failed 138029 1726888118.45989: getting the remaining hosts for this loop 138029 1726888118.45991: done getting the remaining hosts for this loop 138029 1726888118.45993: getting the next task for host managed_node3 138029 1726888118.46002: done getting next task for host managed_node3 138029 1726888118.46004: ^ task is: TASK: Stat the LUKS device, if encrypted 138029 1726888118.46009: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888118.46014: getting variables 138029 1726888118.46016: in VariableManager get_vars() 138029 1726888118.46042: Calling all_inventory to load vars for managed_node3 138029 1726888118.46044: Calling groups_inventory to load vars for managed_node3 138029 1726888118.46047: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888118.46057: Calling all_plugins_play to load vars for managed_node3 138029 1726888118.46067: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888118.46070: Calling groups_plugins_play to load vars for managed_node3 138029 1726888118.47306: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888118.47859: done with get_vars() 138029 1726888118.47873: 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:08:38 -0400 (0:00:00.037) 0:02:11.203 ****** 138029 1726888118.47947: entering _queue_task() for managed_node3/stat 138029 1726888118.48186: worker is 1 (out of 1 available) 138029 1726888118.48199: exiting _queue_task() for managed_node3/stat 138029 1726888118.48211: done queuing things up, now waiting for results queue to drain 138029 1726888118.48213: waiting for pending results... 138029 1726888118.48405: running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted 138029 1726888118.48512: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011d6 138029 1726888118.48522: variable 'ansible_search_path' from source: unknown 138029 1726888118.48550: calling self._execute() 138029 1726888118.48639: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.48643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.48654: variable 'omit' from source: magic vars 138029 1726888118.48942: variable 'storage_test_volume' from source: include params 138029 1726888118.48969: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888118.48972: when evaluation is False, skipping this task 138029 1726888118.48975: _execute() done 138029 1726888118.48977: dumping result to json 138029 1726888118.48979: done dumping result, returning 138029 1726888118.48988: done running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-5a58-73a2-0000000011d6] 138029 1726888118.48993: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011d6 138029 1726888118.49089: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011d6 138029 1726888118.49094: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888118.49153: no more pending results, returning what we have 138029 1726888118.49159: results queue empty 138029 1726888118.49160: checking for any_errors_fatal 138029 1726888118.49172: done checking for any_errors_fatal 138029 1726888118.49173: checking for max_fail_percentage 138029 1726888118.49175: done checking for max_fail_percentage 138029 1726888118.49176: checking to see if all hosts have failed and the running result is not ok 138029 1726888118.49176: done checking to see if all hosts have failed 138029 1726888118.49177: getting the remaining hosts for this loop 138029 1726888118.49179: done getting the remaining hosts for this loop 138029 1726888118.49182: getting the next task for host managed_node3 138029 1726888118.49189: done getting next task for host managed_node3 138029 1726888118.49192: ^ task is: TASK: Ensure cryptsetup is present 138029 1726888118.49198: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888118.49201: getting variables 138029 1726888118.49204: in VariableManager get_vars() 138029 1726888118.49232: Calling all_inventory to load vars for managed_node3 138029 1726888118.49234: Calling groups_inventory to load vars for managed_node3 138029 1726888118.49237: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888118.49246: Calling all_plugins_play to load vars for managed_node3 138029 1726888118.49249: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888118.49251: Calling groups_plugins_play to load vars for managed_node3 138029 1726888118.49657: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888118.50048: done with get_vars() 138029 1726888118.50064: done getting variables 138029 1726888118.50116: 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:08:38 -0400 (0:00:00.022) 0:02:11.225 ****** 138029 1726888118.50171: entering _queue_task() for managed_node3/package 138029 1726888118.50779: worker is 1 (out of 1 available) 138029 1726888118.50788: exiting _queue_task() for managed_node3/package 138029 1726888118.50798: done queuing things up, now waiting for results queue to drain 138029 1726888118.50799: waiting for pending results... 138029 1726888118.50982: running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present 138029 1726888118.51187: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011d7 138029 1726888118.51192: variable 'ansible_search_path' from source: unknown 138029 1726888118.51196: calling self._execute() 138029 1726888118.51277: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.51280: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.51293: variable 'omit' from source: magic vars 138029 1726888118.51415: variable 'omit' from source: magic vars 138029 1726888118.51514: variable 'omit' from source: magic vars 138029 1726888118.51775: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888118.53843: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888118.53895: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888118.53922: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888118.53946: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888118.53972: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888118.54067: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888118.54091: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888118.54106: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888118.54132: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888118.54142: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888118.54234: variable '__storage_is_ostree' from source: set_fact 138029 1726888118.54239: variable 'omit' from source: magic vars 138029 1726888118.54265: variable 'omit' from source: magic vars 138029 1726888118.54286: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888118.54310: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888118.54323: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888118.54336: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888118.54344: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888118.54359: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888118.54372: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888118.54394: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888118.54399: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.54401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.54484: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888118.54488: Set connection var ansible_timeout to 10 138029 1726888118.54493: Set connection var ansible_pipelining to False 138029 1726888118.54496: Set connection var ansible_shell_type to sh 138029 1726888118.54499: Set connection var ansible_connection to ssh 138029 1726888118.54503: Set connection var ansible_shell_executable to /bin/sh 138029 1726888118.54527: variable 'ansible_shell_executable' from source: unknown 138029 1726888118.54530: variable 'ansible_connection' from source: unknown 138029 1726888118.54533: variable 'ansible_module_compression' from source: unknown 138029 1726888118.54535: variable 'ansible_shell_type' from source: unknown 138029 1726888118.54537: variable 'ansible_shell_executable' from source: unknown 138029 1726888118.54539: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888118.54543: variable 'ansible_pipelining' from source: unknown 138029 1726888118.54546: variable 'ansible_timeout' from source: unknown 138029 1726888118.54550: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888118.54622: 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) 138029 1726888118.54637: variable 'omit' from source: magic vars 138029 1726888118.54640: starting attempt loop 138029 1726888118.54642: running the handler 138029 1726888118.54645: variable 'ansible_facts' from source: unknown 138029 1726888118.54647: variable 'ansible_facts' from source: unknown 138029 1726888118.54690: _low_level_execute_command(): starting 138029 1726888118.54694: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888118.55197: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888118.55201: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888118.55204: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888118.55206: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888118.55239: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888118.55251: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888118.55321: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888118.57061: stdout chunk (state=3): >>>/root <<< 138029 1726888118.57165: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888118.57192: stderr chunk (state=3): >>><<< 138029 1726888118.57196: stdout chunk (state=3): >>><<< 138029 1726888118.57215: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888118.57227: _low_level_execute_command(): starting 138029 1726888118.57234: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888118.5721674-141883-73582736497337 `" && echo ansible-tmp-1726888118.5721674-141883-73582736497337="` echo /root/.ansible/tmp/ansible-tmp-1726888118.5721674-141883-73582736497337 `" ) && sleep 0' 138029 1726888118.57644: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888118.57679: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888118.57683: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888118.57685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888118.57687: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888118.57689: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888118.57693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888118.57737: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888118.57740: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888118.57795: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888118.62372: stdout chunk (state=3): >>>ansible-tmp-1726888118.5721674-141883-73582736497337=/root/.ansible/tmp/ansible-tmp-1726888118.5721674-141883-73582736497337 <<< 138029 1726888118.62478: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888118.62501: stderr chunk (state=3): >>><<< 138029 1726888118.62504: stdout chunk (state=3): >>><<< 138029 1726888118.62519: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888118.5721674-141883-73582736497337=/root/.ansible/tmp/ansible-tmp-1726888118.5721674-141883-73582736497337 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888118.62558: variable 'ansible_module_compression' from source: unknown 138029 1726888118.62605: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 138029 1726888118.62640: variable 'ansible_facts' from source: unknown 138029 1726888118.62726: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888118.5721674-141883-73582736497337/AnsiballZ_dnf.py 138029 1726888118.62869: Sending initial data 138029 1726888118.62873: Sent initial data (153 bytes) 138029 1726888118.63472: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888118.63508: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888118.63511: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888118.63556: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888118.63611: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888118.65207: 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 <<< 138029 1726888118.65211: 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 <<< 138029 1726888118.65253: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888118.65299: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpoljasy2w /root/.ansible/tmp/ansible-tmp-1726888118.5721674-141883-73582736497337/AnsiballZ_dnf.py <<< 138029 1726888118.65302: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888118.5721674-141883-73582736497337/AnsiballZ_dnf.py" <<< 138029 1726888118.65347: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpoljasy2w" to remote "/root/.ansible/tmp/ansible-tmp-1726888118.5721674-141883-73582736497337/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888118.5721674-141883-73582736497337/AnsiballZ_dnf.py" <<< 138029 1726888118.66026: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888118.66061: stderr chunk (state=3): >>><<< 138029 1726888118.66067: stdout chunk (state=3): >>><<< 138029 1726888118.66105: done transferring module to remote 138029 1726888118.66117: _low_level_execute_command(): starting 138029 1726888118.66121: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888118.5721674-141883-73582736497337/ /root/.ansible/tmp/ansible-tmp-1726888118.5721674-141883-73582736497337/AnsiballZ_dnf.py && sleep 0' 138029 1726888118.66524: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888118.66528: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888118.66557: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888118.66562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888118.66611: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888118.66615: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888118.66667: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888118.68437: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888118.68458: stderr chunk (state=3): >>><<< 138029 1726888118.68461: stdout chunk (state=3): >>><<< 138029 1726888118.68480: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888118.68484: _low_level_execute_command(): starting 138029 1726888118.68489: _low_level_execute_command(): using become for this command 138029 1726888118.68501: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zcammubimontvxeemollerpretwaoehx ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888118.5721674-141883-73582736497337/AnsiballZ_dnf.py'"'"' && sleep 0' 138029 1726888118.68588: Initial state: awaiting_escalation: BECOME-SUCCESS-zcammubimontvxeemollerpretwaoehx 138029 1726888118.68958: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888118.68962: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888118.68996: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888118.68999: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888118.69057: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888118.72225: stdout chunk (state=1): >>>BECOME-SUCCESS-zcammubimontvxeemollerpretwaoehx <<< 138029 1726888118.72229: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zcammubimontvxeemollerpretwaoehx' 138029 1726888118.72554: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888118.72591: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888118.72621: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888118.72630: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888118.72693: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888118.72700: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888118.72735: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888118.72771: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888118.72799: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888118.72803: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888118.72853: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888118.72858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888118.72888: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888118.72901: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888118.72942: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888118.72959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888118.72985: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260bbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260b8ba10> <<< 138029 1726888118.73005: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888118.73021: 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 0x7f8260bbe930> <<< 138029 1726888118.73038: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888118.73070: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888118.73075: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888118.73099: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888118.73128: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888118.73143: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888118.73219: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888118.73251: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888118.73257: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888118.73286: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888118.73301: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888118.73323: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 138029 1726888118.73330: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888118.73347: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888118.73352: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888118.73383: 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' <<< 138029 1726888118.73415: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260bccfe0> <<< 138029 1726888118.73468: 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 <<< 138029 1726888118.73484: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888118.73490: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260bcdfd0> <<< 138029 1726888118.73524: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888118.73552: 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. <<< 138029 1726888118.73821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888118.73829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888118.73868: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888118.73872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888118.73897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888118.73933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888118.73971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888118.74010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609b3da0> <<< 138029 1726888118.74013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888118.74044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888118.74080: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888118.74092: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609b3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888118.74117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888118.74131: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888118.74193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888118.74288: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888118.74486: 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 0x7f82609e3740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609e3dd0> import '_collections' # <<< 138029 1726888118.74548: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609c3a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609c1190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609b0f50> # /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' <<< 138029 1726888118.74553: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888118.74615: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888118.74620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888118.74699: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888118.74704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888118.74707: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a07680> <<< 138029 1726888118.74710: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a062a0> <<< 138029 1726888118.74713: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888118.74715: 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 0x7f82609c2060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609b2e40> <<< 138029 1726888118.74763: 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 0x7f8260a386b0> <<< 138029 1726888118.74782: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609b01d0> <<< 138029 1726888118.74800: 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' <<< 138029 1726888118.74828: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888118.74847: 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 0x7f8260a38b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a38a10> <<< 138029 1726888118.74877: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888118.74879: 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 0x7f8260a38dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609a6cf0> <<< 138029 1726888118.74912: 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' <<< 138029 1726888118.74929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888118.74984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888118.74988: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a39460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a39130> <<< 138029 1726888118.75007: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888118.75030: 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 0x7f8260a3a360> <<< 138029 1726888118.75063: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888118.75087: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888118.75125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888118.75137: 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 0x7f8260a54560> <<< 138029 1726888118.75177: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888118.75203: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888118.75206: 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 0x7f8260a55ca0> <<< 138029 1726888118.75235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888118.75249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888118.75284: 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' <<< 138029 1726888118.75287: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a56b40> <<< 138029 1726888118.75329: 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 0x7f8260a571a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a56090> <<< 138029 1726888118.75372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888118.75376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888118.75424: 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 0x7f8260a57c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a57350> <<< 138029 1726888118.75484: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a3a2d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888118.75520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888118.75565: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888118.75588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888118.75608: 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 0x7f8260783b30> <<< 138029 1726888118.75659: 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' <<< 138029 1726888118.75692: 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 0x7f82607ac5f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82607ac380> <<< 138029 1726888118.75725: 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 0x7f82607ac620> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888118.75869: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888118.75968: 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 0x7f82607acef0> <<< 138029 1726888118.76099: 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 0x7f82607ad880> <<< 138029 1726888118.76123: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82607ac800> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260781cd0> <<< 138029 1726888118.76157: 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' <<< 138029 1726888118.76201: 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' <<< 138029 1726888118.76240: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82607aec30> <<< 138029 1726888118.76267: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82607ad9a0> <<< 138029 1726888118.76286: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a3aa80> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888118.76378: 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 <<< 138029 1726888118.76409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888118.76430: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82607daf60> <<< 138029 1726888118.76496: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888118.76499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888118.76528: 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' <<< 138029 1726888118.76590: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260803320> <<< 138029 1726888118.76600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888118.76636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888118.76704: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888118.76733: 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 0x7f826082bfb0> <<< 138029 1726888118.76745: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888118.76787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888118.76803: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888118.76844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888118.76931: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826085e810> <<< 138029 1726888118.76990: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826085c1d0> <<< 138029 1726888118.77031: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260803fb0> <<< 138029 1726888118.77076: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 138029 1726888118.77079: 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 0x7f82601251c0> <<< 138029 1726888118.77095: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260802120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82607afb30> <<< 138029 1726888118.78290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888118.78313: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8260125460> <<< 138029 1726888118.80304: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_9mfp0mhe/ansible_ansible.legacy.dnf_payload.zip' <<< 138029 1726888118.80311: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.80435: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.80469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888118.80474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888118.80521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888118.80605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888118.80631: 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' <<< 138029 1726888118.80634: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826017af00> <<< 138029 1726888118.80648: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888118.80835: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260159e20> <<< 138029 1726888118.80838: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260158f80> # zipimport: zlib available <<< 138029 1726888118.80875: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888118.80879: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.80907: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.80918: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.80940: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888118.80943: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.82358: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.83482: 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 0x7f8260178dd0> <<< 138029 1726888118.83506: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888118.83543: 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' <<< 138029 1726888118.83614: 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' <<< 138029 1726888118.83618: 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 0x7f82601a6930> <<< 138029 1726888118.83650: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82601a66c0> <<< 138029 1726888118.83693: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82601a5fd0> <<< 138029 1726888118.83696: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888118.83718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888118.83753: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82601a6720> <<< 138029 1726888118.83765: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826017bb90> import 'atexit' # <<< 138029 1726888118.83792: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888118.83802: 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 0x7f82601a75c0> <<< 138029 1726888118.83819: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888118.83824: 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 0x7f82601a7800> <<< 138029 1726888118.83842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888118.83905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888118.83926: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888118.83959: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82601a7d40> <<< 138029 1726888118.83968: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888118.84002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888118.84063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888118.84066: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826000db50> <<< 138029 1726888118.84095: 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 0x7f826000f770> <<< 138029 1726888118.84108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888118.84125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888118.84162: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260014170> <<< 138029 1726888118.84184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888118.84212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888118.84229: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260015310> <<< 138029 1726888118.84248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888118.84288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888118.84312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888118.84318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888118.84371: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260017dd0> <<< 138029 1726888118.84410: 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 0x7f82609a6de0> <<< 138029 1726888118.84427: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260015fa0> <<< 138029 1726888118.84452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888118.84479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888118.84501: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888118.84505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888118.84531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888118.84561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888118.84586: 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' <<< 138029 1726888118.84591: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826001bd40> <<< 138029 1726888118.84608: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888118.84677: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826001a810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826001a570> <<< 138029 1726888118.84699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888118.84705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888118.84779: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826001aae0> <<< 138029 1726888118.84807: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82600165a0> <<< 138029 1726888118.84840: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888118.84849: 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 0x7f826005ff50> <<< 138029 1726888118.84868: 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 0x7f8260060470> <<< 138029 1726888118.84898: 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 <<< 138029 1726888118.84907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888118.84930: 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' <<< 138029 1726888118.84973: 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 0x7f8260061b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82600618e0> <<< 138029 1726888118.84993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888118.85104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888118.85161: 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 0x7f8260063fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260062210> <<< 138029 1726888118.85187: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888118.85223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888118.85249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888118.85267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888118.85273: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888118.85313: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260067800> <<< 138029 1726888118.85441: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82600641d0> <<< 138029 1726888118.85504: 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 0x7f82600688f0> <<< 138029 1726888118.85536: 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 0x7f8260068890> <<< 138029 1726888118.85583: 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 0x7f8260068b00> <<< 138029 1726888118.85589: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260060290> <<< 138029 1726888118.85617: 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 <<< 138029 1726888118.85625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888118.85635: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888118.85661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888118.85688: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888118.85713: 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 0x7f82600f4290> <<< 138029 1726888118.85866: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888118.85877: 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 0x7f82600f5430> <<< 138029 1726888118.85886: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826006aa50> <<< 138029 1726888118.85920: 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 0x7f826006bdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826006a660> <<< 138029 1726888118.85939: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.85960: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.85979: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888118.86067: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.86166: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.86181: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888118.86210: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888118.86233: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.86345: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.86463: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.86994: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.87525: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888118.87536: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 138029 1726888118.87546: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888118.87559: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888118.87584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888118.87629: 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 0x7f82600f9610> <<< 138029 1726888118.87714: 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' <<< 138029 1726888118.87741: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82600fa3c0> <<< 138029 1726888118.87745: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82600f56a0> <<< 138029 1726888118.87797: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888118.87801: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.87832: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.87835: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888118.87859: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.88001: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.88165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888118.88174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82600fa480> <<< 138029 1726888118.88187: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.88638: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.89083: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.89152: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.89225: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888118.89239: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.89275: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.89314: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888118.89321: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.89398: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.89477: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888118.89493: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.89502: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.89522: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888118.89525: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.89573: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.89604: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888118.89622: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.89849: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.90088: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888118.90138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888118.90167: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888118.90215: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82600fb560> <<< 138029 1726888118.90234: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.90308: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.90397: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888118.90401: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888118.90424: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.90460: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.90508: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888118.90531: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.90566: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.90600: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.90667: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.90731: 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 <<< 138029 1726888118.90774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888118.90859: 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 0x7f825ff06180> <<< 138029 1726888118.90886: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff017f0> <<< 138029 1726888118.90931: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888118.90935: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.90997: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.91066: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.91090: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.91131: 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' <<< 138029 1726888118.91159: 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 <<< 138029 1726888118.91189: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888118.91204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888118.91259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888118.91272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888118.91293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888118.91347: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82601febd0> <<< 138029 1726888118.91396: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82601ee8a0> <<< 138029 1726888118.91481: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff06360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff06120> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888118.91513: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.91545: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888118.91607: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888118.91612: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.91637: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888118.91666: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.92207: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.92733: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.93405: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.94087: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 138029 1726888118.94093: 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 0x7f825ff988c0> <<< 138029 1726888118.94109: 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 0x7f825ff98b00> <<< 138029 1726888118.94138: 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' <<< 138029 1726888118.94159: 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' <<< 138029 1726888118.94180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 138029 1726888118.94200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff99220> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff98da0> <<< 138029 1726888118.94216: 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' <<< 138029 1726888118.94235: 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' <<< 138029 1726888118.94273: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff99b80> <<< 138029 1726888118.94307: 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' <<< 138029 1726888118.94317: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 138029 1726888118.94327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 138029 1726888118.94358: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 138029 1726888118.94379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 138029 1726888118.94382: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 138029 1726888118.94401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 138029 1726888118.94432: 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' <<< 138029 1726888118.94462: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff85bb0> <<< 138029 1726888118.94483: 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 0x7f825ff85a30> <<< 138029 1726888118.94495: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 138029 1726888118.94515: 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 0x7f825fb92900> <<< 138029 1726888118.94554: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff9b380> <<< 138029 1726888118.94586: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 138029 1726888118.94640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 138029 1726888118.94644: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 138029 1726888118.94675: 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 <<< 138029 1726888118.94726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 138029 1726888118.94778: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fba1490> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fb93f80> <<< 138029 1726888118.94835: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fb933e0> <<< 138029 1726888118.94838: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff9a810> <<< 138029 1726888118.94876: 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' <<< 138029 1726888118.94905: 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 <<< 138029 1726888118.94974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 138029 1726888118.95009: 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' <<< 138029 1726888118.95012: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fc0d550> <<< 138029 1726888118.95133: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fbc5670> <<< 138029 1726888118.95246: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fba1d60> <<< 138029 1726888118.95297: 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' <<< 138029 1726888118.95300: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 138029 1726888118.95325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 138029 1726888118.95366: 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 0x7f825fc150d0> <<< 138029 1726888118.95375: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fc0f350> <<< 138029 1726888118.95384: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fbc51c0> <<< 138029 1726888118.95430: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff9a1e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff99c10> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff99940> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff98b30> <<< 138029 1726888118.95443: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 138029 1726888118.95473: 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 0x7f825ff99c40> <<< 138029 1726888118.95476: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 138029 1726888118.95496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 138029 1726888118.95502: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 138029 1726888118.95527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 138029 1726888118.95571: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fc15730> <<< 138029 1726888118.95576: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fc152b0> <<< 138029 1726888118.95606: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 138029 1726888118.95611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888118.95675: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fc15df0> <<< 138029 1726888118.95698: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 138029 1726888118.95731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 138029 1726888118.95784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888118.95816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888118.95893: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888118.95971: 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 0x7f825fc24830> <<< 138029 1726888118.96150: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fbfd9a0> <<< 138029 1726888118.96180: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fc16c00> <<< 138029 1726888118.96202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 138029 1726888118.96215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 138029 1726888118.96248: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fbfd430> <<< 138029 1726888118.96276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 138029 1726888118.96288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 138029 1726888118.96294: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fc32870> <<< 138029 1726888118.96324: 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' <<< 138029 1726888118.96337: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 138029 1726888118.96346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 138029 1726888118.96352: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fc33530> <<< 138029 1726888118.96373: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fc32fc0> <<< 138029 1726888118.96388: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 138029 1726888118.96466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 138029 1726888118.96536: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fc33a10> <<< 138029 1726888118.96559: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 138029 1726888118.96595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 138029 1726888118.96816: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fc07b00> <<< 138029 1726888118.96837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 138029 1726888118.96860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 138029 1726888118.96879: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fb584d0> <<< 138029 1726888118.96934: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.97031: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 138029 1726888118.97050: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.97169: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.97307: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888118.97316: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.97378: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.97422: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 138029 1726888118.97439: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.97564: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.97682: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 138029 1726888118.97803: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888118.98275: 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' <<< 138029 1726888118.98312: 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' <<< 138029 1726888118.98339: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 138029 1726888118.98366: 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 0x7f825fb5b200> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888118.98405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888118.98532: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fb5b320> <<< 138029 1726888118.98581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 138029 1726888118.98603: 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' <<< 138029 1726888118.98642: 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 0x7f825f8b34d0> <<< 138029 1726888118.98660: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f8b2d50> <<< 138029 1726888118.98702: 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 0x7f825f8b2f00> <<< 138029 1726888118.98716: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fb5b680> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fb5a8d0> <<< 138029 1726888118.98758: 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' <<< 138029 1726888118.98776: stdout chunk (state=3): >>>import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fb5aea0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 138029 1726888118.98849: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 138029 1726888118.98878: 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' <<< 138029 1726888118.98905: 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' <<< 138029 1726888118.99039: 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 0x7f825f930aa0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f9306b0> <<< 138029 1726888118.99068: 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 <<< 138029 1726888118.99114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 138029 1726888118.99171: 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 0x7f825f95c380> <<< 138029 1726888118.99214: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f930bc0> <<< 138029 1726888118.99227: 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 <<< 138029 1726888118.99306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 138029 1726888119.00277: 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 0x7f825f70b3e0> <<< 138029 1726888119.00344: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f95c470> <<< 138029 1726888119.00372: 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 <<< 138029 1726888119.00424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 138029 1726888119.00520: 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 0x7f825f781100> <<< 138029 1726888119.00689: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f70b980> <<< 138029 1726888119.00729: 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 <<< 138029 1726888119.00732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888119.00818: 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 0x7f825f783f50> <<< 138029 1726888119.00871: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f781220> <<< 138029 1726888119.00875: 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 <<< 138029 1726888119.00916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888119.00997: 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 0x7f825da94170> <<< 138029 1726888119.01054: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f7bc380> <<< 138029 1726888119.01086: 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 <<< 138029 1726888119.01089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 138029 1726888119.01147: 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 0x7f825da953a0> <<< 138029 1726888119.01157: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825da947a0> <<< 138029 1726888119.01188: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f930260> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 138029 1726888119.01223: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 138029 1726888119.01238: 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' <<< 138029 1726888119.01278: 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' <<< 138029 1726888119.01307: 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 0x7f825dab4860> <<< 138029 1726888119.01346: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825da97ce0> <<< 138029 1726888119.01372: 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 <<< 138029 1726888119.01427: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 138029 1726888119.01437: 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' <<< 138029 1726888119.01466: 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 0x7f825dab6e40> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py <<< 138029 1726888119.01514: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 138029 1726888119.01542: 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 <<< 138029 1726888119.01576: 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 0x7f825dab7d40> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py <<< 138029 1726888119.01587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888119.01994: 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 0x7f825dae4650> <<< 138029 1726888119.02050: 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 <<< 138029 1726888119.02090: 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 0x7f825dae5a90> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825dab7f80> <<< 138029 1726888119.02106: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825dab6cf0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825dab6690> <<< 138029 1726888119.02128: 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 <<< 138029 1726888119.02148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888119.02230: 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 0x7f825dae76e0> <<< 138029 1726888119.02260: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825dab7260> <<< 138029 1726888119.02316: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825dab4b30> <<< 138029 1726888119.02382: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825da972f0> <<< 138029 1726888119.02408: 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' <<< 138029 1726888119.02532: 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 0x7f825da97950> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825da97770> <<< 138029 1726888119.02575: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825da954f0> <<< 138029 1726888119.02596: 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 0x7f825db1cd10> <<< 138029 1726888119.02651: 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 <<< 138029 1726888119.02654: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 138029 1726888119.02707: 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' <<< 138029 1726888119.02712: 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 <<< 138029 1726888119.02757: 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 0x7f825db1f200> <<< 138029 1726888119.02775: 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' <<< 138029 1726888119.02805: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db1f9e0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db1e540> <<< 138029 1726888119.02831: 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' <<< 138029 1726888119.02873: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db48230> <<< 138029 1726888119.02891: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db1cce0> <<< 138029 1726888119.02932: 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' <<< 138029 1726888119.02935: 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 <<< 138029 1726888119.02982: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 138029 1726888119.03010: 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' <<< 138029 1726888119.03028: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db49c70> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db491f0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db49040> <<< 138029 1726888119.03061: 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 <<< 138029 1726888119.03109: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py <<< 138029 1726888119.03113: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888119.03136: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 138029 1726888119.03176: 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 <<< 138029 1726888119.03213: 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 0x7f825db74d40> <<< 138029 1726888119.03217: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 138029 1726888119.03261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 138029 1726888119.03284: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888119.03348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888119.03375: 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 0x7f825d43edb0> <<< 138029 1726888119.03420: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888119.03432: 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 0x7f825d43f110> <<< 138029 1726888119.03478: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db77050> <<< 138029 1726888119.03512: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db751f0> <<< 138029 1726888119.03537: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db74230> <<< 138029 1726888119.03586: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db4a480> <<< 138029 1726888119.03598: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db4a1b0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py <<< 138029 1726888119.03626: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py <<< 138029 1726888119.03676: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888119.03705: 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 0x7f825d47cd10> <<< 138029 1726888119.03721: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d43fe30> <<< 138029 1726888119.03758: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db4a9c0> <<< 138029 1726888119.03785: 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' <<< 138029 1726888119.03828: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d47d400> # /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 0x7f825d47d790> <<< 138029 1726888119.03865: 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 0x7f825d47d820> <<< 138029 1726888119.03877: 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 0x7f825d47d940> <<< 138029 1726888119.03920: 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 <<< 138029 1726888119.03945: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 138029 1726888119.03968: 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 <<< 138029 1726888119.03985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 138029 1726888119.04075: 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 0x7f825d498530> <<< 138029 1726888119.04079: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d47e660> <<< 138029 1726888119.04109: 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 0x7f825d4986b0> <<< 138029 1726888119.04126: 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' <<< 138029 1726888119.04176: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d4987a0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d47d730> <<< 138029 1726888119.04192: 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 0x7f825d498950> <<< 138029 1726888119.04231: 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 <<< 138029 1726888119.04266: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 138029 1726888119.04282: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888119.04348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888119.04375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888119.04459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888119.04490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888119.04513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888119.04529: 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 0x7f825d4e4350> <<< 138029 1726888119.04552: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d4c3770> <<< 138029 1726888119.04611: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d4c21e0> <<< 138029 1726888119.04749: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d49a150> <<< 138029 1726888119.04785: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d4995b0> <<< 138029 1726888119.04833: 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 0x7f825d49b500> <<< 138029 1726888119.04839: 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 0x7f825d4c0470> <<< 138029 1726888119.04893: 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 0x7f825d504b90> <<< 138029 1726888119.04896: 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 0x7f825d504e00> <<< 138029 1726888119.04937: 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' <<< 138029 1726888119.04983: 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' <<< 138029 1726888119.04989: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d505730> <<< 138029 1726888119.05013: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d5051c0> # /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 0x7f825d506630> <<< 138029 1726888119.05050: stdout chunk (state=3): >>>import 'gc' # <<< 138029 1726888119.05071: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f8b3650> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82600f5700> <<< 138029 1726888119.06621: 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 <<< 138029 1726888119.06635: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 138029 1726888119.06680: 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 0x7f825d507350> <<< 138029 1726888119.06701: 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 <<< 138029 1726888119.06707: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888119.06725: 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 <<< 138029 1726888119.06771: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 138029 1726888119.06798: 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 <<< 138029 1726888119.06852: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 138029 1726888119.06887: 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 0x7f825d26fdd0> <<< 138029 1726888119.06909: 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 <<< 138029 1726888119.06915: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 138029 1726888119.06934: 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 <<< 138029 1726888119.06954: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 138029 1726888119.06987: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 138029 1726888119.06993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888119.07122: 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 0x7f825d295df0> <<< 138029 1726888119.07127: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d295a00> <<< 138029 1726888119.07163: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888119.07181: 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 0x7f825fc16c30> <<< 138029 1726888119.07195: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2948c0> <<< 138029 1726888119.07200: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d294140> <<< 138029 1726888119.07227: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d26ce30> <<< 138029 1726888119.07253: 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 <<< 138029 1726888119.07262: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888119.07274: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2946b0> <<< 138029 1726888119.07293: 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 <<< 138029 1726888119.07328: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888119.07352: 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 <<< 138029 1726888119.07369: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 138029 1726888119.07404: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2ab2c0> <<< 138029 1726888119.07430: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2a9df0> <<< 138029 1726888119.07467: 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 <<< 138029 1726888119.07481: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 138029 1726888119.07486: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2ccad0> <<< 138029 1726888119.07512: 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 <<< 138029 1726888119.07521: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' <<< 138029 1726888119.07527: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2ccda0> <<< 138029 1726888119.07552: 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 <<< 138029 1726888119.07568: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' <<< 138029 1726888119.07580: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2cd010> <<< 138029 1726888119.07597: 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 <<< 138029 1726888119.07607: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 138029 1726888119.07612: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2cd2b0> <<< 138029 1726888119.07638: 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 <<< 138029 1726888119.07647: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' <<< 138029 1726888119.07676: 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 <<< 138029 1726888119.07695: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 138029 1726888119.07733: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2cd9a0> <<< 138029 1726888119.07739: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2cd7f0> <<< 138029 1726888119.07771: 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 <<< 138029 1726888119.07786: 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 0x7f825d2cf290> <<< 138029 1726888119.07803: 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 <<< 138029 1726888119.07827: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2cf3e0> # /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 <<< 138029 1726888119.07854: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 138029 1726888119.07870: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2cf5f0> <<< 138029 1726888119.07895: 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 <<< 138029 1726888119.07904: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 138029 1726888119.07930: 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 <<< 138029 1726888119.07947: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 138029 1726888119.07973: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2e8590> <<< 138029 1726888119.07978: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2cfdd0> <<< 138029 1726888119.08004: 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 <<< 138029 1726888119.08011: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 138029 1726888119.08028: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2e9130> <<< 138029 1726888119.08053: 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 <<< 138029 1726888119.08082: 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 0x7f825d2e9580> # /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 <<< 138029 1726888119.08102: 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 0x7f825d2e9760> <<< 138029 1726888119.08119: 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 <<< 138029 1726888119.08151: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 138029 1726888119.08167: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2e9a00> <<< 138029 1726888119.08192: 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 <<< 138029 1726888119.08200: 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 0x7f825d2ea900> <<< 138029 1726888119.08230: 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 <<< 138029 1726888119.08260: 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 0x7f825d2eab70> <<< 138029 1726888119.08272: 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 <<< 138029 1726888119.08297: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 138029 1726888119.08305: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2ead80> <<< 138029 1726888119.08336: 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 <<< 138029 1726888119.08347: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 138029 1726888119.08381: 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' <<< 138029 1726888119.08390: stdout chunk (state=3): >>>import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2eb980> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2eb4a0> <<< 138029 1726888119.08411: 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' <<< 138029 1726888119.08446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 138029 1726888119.08462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' <<< 138029 1726888119.08474: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d310830> <<< 138029 1726888119.08495: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d310170> <<< 138029 1726888119.08503: 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 <<< 138029 1726888119.08516: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d3114c0> <<< 138029 1726888119.08542: 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 <<< 138029 1726888119.08568: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 138029 1726888119.08574: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d3117c0> <<< 138029 1726888119.08603: 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' <<< 138029 1726888119.08617: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d312720> <<< 138029 1726888119.08647: 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 <<< 138029 1726888119.08676: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d3129c0> # /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' <<< 138029 1726888119.08732: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d312b70> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d507770> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d507530> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d506c60> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py <<< 138029 1726888119.08738: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 138029 1726888119.08765: 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' <<< 138029 1726888119.08799: 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 0x7f825d3135c0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d3132f0> <<< 138029 1726888119.08826: 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 <<< 138029 1726888119.08831: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888119.08857: 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 <<< 138029 1726888119.08895: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888119.08923: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 138029 1726888119.08960: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 138029 1726888119.09017: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d339a60> <<< 138029 1726888119.09037: 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' <<< 138029 1726888119.09120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888119.09128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 138029 1726888119.09168: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d33b1d0> <<< 138029 1726888119.09221: 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 0x7f825d33a3c0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d339f70> <<< 138029 1726888119.09238: 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 <<< 138029 1726888119.09292: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 138029 1726888119.09297: 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' <<< 138029 1726888119.09306: stdout chunk (state=3): >>>import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d0e4b30> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d0cff20> <<< 138029 1726888119.09338: 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 <<< 138029 1726888119.09357: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888119.09368: 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 <<< 138029 1726888119.09408: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 138029 1726888119.09416: stdout chunk (state=3): >>>import 'six.moves' # <<< 138029 1726888119.09447: 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 <<< 138029 1726888119.09481: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 138029 1726888119.09517: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d0e7a40> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py <<< 138029 1726888119.09530: 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 0x7f825d0e7b60> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py <<< 138029 1726888119.09564: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win <<< 138029 1726888119.09618: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d0e5190> <<< 138029 1726888119.09626: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d0e4e90> <<< 138029 1726888119.09666: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d313890> <<< 138029 1726888119.09697: 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' <<< 138029 1726888119.09726: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d3395b0> <<< 138029 1726888119.09730: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d3135f0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d507200> <<< 138029 1726888119.09764: 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 <<< 138029 1726888119.09779: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 138029 1726888119.09832: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d10e4e0> <<< 138029 1726888119.09854: 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 <<< 138029 1726888119.09883: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d10ed80> <<< 138029 1726888119.09927: 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 <<< 138029 1726888119.09930: 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 0x7f825d10fda0> <<< 138029 1726888119.09968: 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 <<< 138029 1726888119.09987: 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 0x7f825d138440> <<< 138029 1726888119.10011: 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' <<< 138029 1726888119.10038: 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' <<< 138029 1726888119.10073: 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' <<< 138029 1726888119.10101: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888119.10251: 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 0x7f825d139af0> <<< 138029 1726888119.10254: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d1394c0> <<< 138029 1726888119.10304: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d139160> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d138e00> # /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' <<< 138029 1726888119.10348: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d139400> <<< 138029 1726888119.10408: 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 <<< 138029 1726888119.10422: 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' <<< 138029 1726888119.10470: 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 0x7f825d13b890> # /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' <<< 138029 1726888119.10489: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d13b950> <<< 138029 1726888119.10517: 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' <<< 138029 1726888119.10627: 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 0x7f825d13bf50> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d13be90> <<< 138029 1726888119.10666: 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 <<< 138029 1726888119.10703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 138029 1726888119.10706: 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 <<< 138029 1726888119.10807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888119.10819: 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 0x7f825d16a540> <<< 138029 1726888119.10863: 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' <<< 138029 1726888119.10905: 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' <<< 138029 1726888119.10928: 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 0x7f825d16b740> <<< 138029 1726888119.10970: 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 0x7f825d16b9b0> <<< 138029 1726888119.10973: 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' <<< 138029 1726888119.11048: 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 0x7f825d16bb00> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d16b860> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d16b200> <<< 138029 1726888119.11056: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d16a6c0> <<< 138029 1726888119.11099: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d1699a0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d168f20> <<< 138029 1726888119.11134: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d1687a0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d13b380> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d13a870> <<< 138029 1726888119.11151: 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' <<< 138029 1726888119.11186: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d16b7a0> <<< 138029 1726888119.11203: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d16bfb0> <<< 138029 1726888119.11261: 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 0x7f825d1948c0> <<< 138029 1726888119.11266: 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 <<< 138029 1726888119.11293: 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 0x7f825d194c80> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 138029 1726888119.11336: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 138029 1726888119.11368: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d1955b0> # /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 <<< 138029 1726888119.11394: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 138029 1726888119.11414: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d196120> <<< 138029 1726888119.24633: 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}}} <<< 138029 1726888119.39224: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 138029 1726888119.39238: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888119.39689: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888119.39740: 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 <<< 138029 1726888119.39830: stdout chunk (state=3): >>># destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # 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<<< 138029 1726888119.39845: stdout chunk (state=3): >>> # 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 <<< 138029 1726888119.39925: 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 # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888119.39950: stdout chunk (state=3): >>># 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 <<< 138029 1726888119.40019: 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 # 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 <<< 138029 1726888119.40563: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888119.40578: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath <<< 138029 1726888119.40627: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 138029 1726888119.40665: stdout chunk (state=3): >>># destroy selinux <<< 138029 1726888119.40676: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc <<< 138029 1726888119.40779: 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 <<< 138029 1726888119.40784: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 <<< 138029 1726888119.40813: stdout chunk (state=3): >>># destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal <<< 138029 1726888119.40848: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 138029 1726888119.40904: stdout chunk (state=3): >>># cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses <<< 138029 1726888119.40930: stdout chunk (state=3): >>># cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect <<< 138029 1726888119.40992: 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 # 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 <<< 138029 1726888119.41020: 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 <<< 138029 1726888119.41053: stdout chunk (state=3): >>># cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect <<< 138029 1726888119.41094: stdout chunk (state=3): >>># 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 <<< 138029 1726888119.41149: stdout chunk (state=3): >>># cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime <<< 138029 1726888119.41186: stdout chunk (state=3): >>># 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 <<< 138029 1726888119.41237: 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 <<< 138029 1726888119.41267: 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 <<< 138029 1726888119.41347: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 138029 1726888119.41350: 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 <<< 138029 1726888119.41380: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # 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 <<< 138029 1726888119.41430: 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 _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 <<< 138029 1726888119.41447: 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 <<< 138029 1726888119.41909: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888119.41950: stdout chunk (state=3): >>># destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib <<< 138029 1726888119.41997: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888119.42033: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle <<< 138029 1726888119.42076: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg <<< 138029 1726888119.42116: 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 <<< 138029 1726888119.42130: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip <<< 138029 1726888119.42187: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex <<< 138029 1726888119.42203: stdout chunk (state=3): >>># destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch <<< 138029 1726888119.42266: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses <<< 138029 1726888119.42287: stdout chunk (state=3): >>># destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # 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 <<< 138029 1726888119.42323: stdout chunk (state=3): >>># destroy rpm <<< 138029 1726888119.42342: 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 <<< 138029 1726888119.42409: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 138029 1726888119.42451: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 138029 1726888119.42492: stdout chunk (state=3): >>># destroy _ssl <<< 138029 1726888119.42575: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888119.42706: 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 <<< 138029 1726888119.42742: stdout chunk (state=3): >>># destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726888119.43764: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888119.43768: stdout chunk (state=3): >>><<< 138029 1726888119.43771: stderr chunk (state=3): >>><<< 138029 1726888119.43832: _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 0x7f8260bbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260b8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260bbe930> 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 0x7f8260bccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f8260bcdfd0> 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 0x7f82609b3da0> # /usr/lib64/python3.12/__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 0x7f82609b3fe0> # /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 0x7f82609e3740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609e3dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609c3a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609c1190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609b0f50> # /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 0x7f8260a07680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a062a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609c2060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609b2e40> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a386b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609b01d0> # /usr/lib64/python3.12/__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 0x7f8260a38b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a38a10> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8260a38dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82609a6cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f8260a39460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a39130> 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 0x7f8260a3a360> 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 0x7f8260a54560> 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 0x7f8260a55ca0> # /usr/lib64/python3.12/__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 0x7f8260a56b40> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8260a571a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a56090> # /usr/lib64/python3.12/__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 0x7f8260a57c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a57350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a3a2d0> # /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 0x7f8260783b30> # /usr/lib64/python3.12/__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 0x7f82607ac5f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82607ac380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82607ac620> # /usr/lib64/python3.12/__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 0x7f82607acef0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82607ad880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82607ac800> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260781cd0> # /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 0x7f82607aec30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82607ad9a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260a3aa80> # /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 0x7f82607daf60> # /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 0x7f8260803320> # /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 0x7f826082bfb0> # /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 0x7f826085e810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826085c1d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260803fb0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82601251c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260802120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82607afb30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8260125460> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_9mfp0mhe/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 0x7f826017af00> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260159e20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260158f80> # 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 0x7f8260178dd0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f82601a6930> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82601a66c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82601a5fd0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f82601a6720> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826017bb90> 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 0x7f82601a75c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82601a7800> # /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 0x7f82601a7d40> 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 0x7f826000db50> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f826000f770> # /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 0x7f8260014170> # /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 0x7f8260015310> # /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 0x7f8260017dd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82609a6de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260015fa0> # /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 0x7f826001bd40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826001a810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826001a570> # /usr/lib64/python3.12/__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 0x7f826001aae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82600165a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f826005ff50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260060470> # /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 0x7f8260061b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82600618e0> # /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 0x7f8260063fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260062210> # /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 0x7f8260067800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82600641d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82600688f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8260068890> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8260068b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8260060290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f82600f4290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82600f5430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826006aa50> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f826006bdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f826006a660> # 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 0x7f82600f9610> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f82600fa3c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82600f56a0> 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 0x7f82600fa480> # 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 0x7f82600fb560> # 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 0x7f825ff06180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff017f0> 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 0x7f82601febd0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82601ee8a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff06360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff06120> # 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 0x7f825ff988c0> # /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 0x7f825ff98b00> # /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 0x7f825ff99220> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff98da0> # /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 0x7f825ff99b80> # /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 0x7f825ff85bb0> # /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 0x7f825ff85a30> # /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 0x7f825fb92900> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff9b380> # /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 0x7f825fba1490> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fb93f80> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fb933e0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff9a810> # /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 0x7f825fc0d550> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fbc5670> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fba1d60> # /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 0x7f825fc150d0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fc0f350> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fbc51c0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff9a1e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff99c10> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff99940> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825ff98b30> # /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 0x7f825ff99c40> # /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 0x7f825fc15730> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fc152b0> # /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 0x7f825fc15df0> # /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 0x7f825fc24830> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fbfd9a0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fc16c00> # /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 0x7f825fbfd430> # /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 0x7f825fc32870> # /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 0x7f825fc33530> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fc32fc0> # /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 0x7f825fc33a10> # /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 0x7f825fc07b00> # /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 0x7f825fb584d0> # 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 0x7f825fb5b200> # /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 0x7f825fb5b320> # /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 0x7f825f8b34d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f8b2d50> # 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 0x7f825f8b2f00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fb5b680> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825fb5a8d0> # /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 0x7f825fb5aea0> # /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 0x7f825f930aa0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f9306b0> # /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 0x7f825f95c380> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f930bc0> # /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 0x7f825f70b3e0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f95c470> # /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 0x7f825f781100> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f70b980> # /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 0x7f825f783f50> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f781220> # /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 0x7f825da94170> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f7bc380> # /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 0x7f825da953a0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825da947a0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f930260> # /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 0x7f825dab4860> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825da97ce0> # /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 0x7f825dab6e40> # /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 0x7f825dab7d40> # /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 0x7f825dae4650> # /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 0x7f825dae5a90> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825dab7f80> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825dab6cf0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825dab6690> # /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 0x7f825dae76e0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825dab7260> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825dab4b30> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825da972f0> # /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 0x7f825da97950> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825da97770> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825da954f0> # /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 0x7f825db1cd10> # /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 0x7f825db1f200> # /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 0x7f825db1f9e0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db1e540> # /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 0x7f825db48230> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db1cce0> # /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 0x7f825db49c70> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db491f0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db49040> # /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 0x7f825db74d40> # /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 0x7f825d43edb0> # 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 0x7f825d43f110> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db77050> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db751f0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db74230> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db4a480> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db4a1b0> # /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 0x7f825d47cd10> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d43fe30> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825db4a9c0> # /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 0x7f825d47d400> # /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 0x7f825d47d790> # /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 0x7f825d47d820> # /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 0x7f825d47d940> # /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 0x7f825d498530> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d47e660> # /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 0x7f825d4986b0> # /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 0x7f825d4987a0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d47d730> # /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 0x7f825d498950> # /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 0x7f825d4e4350> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d4c3770> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d4c21e0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d49a150> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d4995b0> # /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 0x7f825d49b500> # /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 0x7f825d4c0470> # /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 0x7f825d504b90> # /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 0x7f825d504e00> # /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 0x7f825d505730> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d5051c0> # /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 0x7f825d506630> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825f8b3650> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82600f5700> # /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 0x7f825d507350> # /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 0x7f825d26fdd0> # /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 0x7f825d295df0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d295a00> # 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 0x7f825fc16c30> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2948c0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d294140> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d26ce30> # /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 0x7f825d2946b0> # /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 0x7f825d2ab2c0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2a9df0> # /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 0x7f825d2ccad0> # /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 0x7f825d2ccda0> # /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 0x7f825d2cd010> # /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 0x7f825d2cd2b0> # /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 0x7f825d2cd9a0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2cd7f0> # /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 0x7f825d2cf290> # /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 0x7f825d2cf3e0> # /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 0x7f825d2cf5f0> # /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 0x7f825d2e8590> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2cfdd0> # /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 0x7f825d2e9130> # /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 0x7f825d2e9580> # /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 0x7f825d2e9760> # /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 0x7f825d2e9a00> # /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 0x7f825d2ea900> # /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 0x7f825d2eab70> # /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 0x7f825d2ead80> # /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 0x7f825d2eb980> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d2eb4a0> # /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 0x7f825d310830> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d310170> # /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 0x7f825d3114c0> # /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 0x7f825d3117c0> # /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 0x7f825d312720> # /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 0x7f825d3129c0> # /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 0x7f825d312b70> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d507770> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d507530> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d506c60> # /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 0x7f825d3135c0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d3132f0> # /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 0x7f825d339a60> # /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 0x7f825d33b1d0> # 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 0x7f825d33a3c0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d339f70> # /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 0x7f825d0e4b30> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d0cff20> # /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 0x7f825d0e7a40> # /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 0x7f825d0e7b60> # /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 0x7f825d0e5190> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d0e4e90> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d313890> # /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 0x7f825d3395b0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d3135f0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d507200> # /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 0x7f825d10e4e0> # /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 0x7f825d10ed80> # /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 0x7f825d10fda0> # /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 0x7f825d138440> # /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 0x7f825d139af0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d1394c0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d139160> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d138e00> # /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 0x7f825d139400> # /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 0x7f825d13b890> # /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 0x7f825d13b950> # /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 0x7f825d13bf50> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d13be90> # /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 0x7f825d16a540> # /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 0x7f825d16b740> # /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 0x7f825d16b9b0> # /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 0x7f825d16bb00> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d16b860> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d16b200> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d16a6c0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d1699a0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d168f20> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d1687a0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d13b380> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f825d13a870> # /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 0x7f825d16b7a0> # /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 0x7f825d16bfb0> # /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 0x7f825d1948c0> # /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 0x7f825d194c80> # /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 0x7f825d1955b0> # /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 0x7f825d196120> {"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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888119.45876: 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-1726888118.5721674-141883-73582736497337/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888119.45880: _low_level_execute_command(): starting 138029 1726888119.45882: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888118.5721674-141883-73582736497337/ > /dev/null 2>&1 && sleep 0' 138029 1726888119.45885: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888119.45887: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888119.45890: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888119.45892: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888119.45895: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888119.45897: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888119.45900: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888119.45902: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888119.47449: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888119.47454: stdout chunk (state=3): >>><<< 138029 1726888119.47661: stderr chunk (state=3): >>><<< 138029 1726888119.47665: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888119.47667: handler run complete 138029 1726888119.47669: attempt loop complete, returning result 138029 1726888119.47671: _execute() done 138029 1726888119.47673: dumping result to json 138029 1726888119.47675: done dumping result, returning 138029 1726888119.47676: done running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-5a58-73a2-0000000011d7] 138029 1726888119.47678: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011d7 138029 1726888119.47742: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011d7 138029 1726888119.47749: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 138029 1726888119.47968: no more pending results, returning what we have 138029 1726888119.47971: results queue empty 138029 1726888119.47972: checking for any_errors_fatal 138029 1726888119.47978: done checking for any_errors_fatal 138029 1726888119.47979: checking for max_fail_percentage 138029 1726888119.47980: done checking for max_fail_percentage 138029 1726888119.47981: checking to see if all hosts have failed and the running result is not ok 138029 1726888119.47982: done checking to see if all hosts have failed 138029 1726888119.47982: getting the remaining hosts for this loop 138029 1726888119.47984: done getting the remaining hosts for this loop 138029 1726888119.47988: getting the next task for host managed_node3 138029 1726888119.47995: done getting next task for host managed_node3 138029 1726888119.47998: ^ task is: TASK: Collect LUKS info for this volume 138029 1726888119.48004: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888119.48007: getting variables 138029 1726888119.48009: in VariableManager get_vars() 138029 1726888119.48042: Calling all_inventory to load vars for managed_node3 138029 1726888119.48045: Calling groups_inventory to load vars for managed_node3 138029 1726888119.48048: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888119.48172: Calling all_plugins_play to load vars for managed_node3 138029 1726888119.48177: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888119.48180: Calling groups_plugins_play to load vars for managed_node3 138029 1726888119.48846: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888119.49591: done with get_vars() 138029 1726888119.49607: done getting variables 138029 1726888119.49669: 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:08:39 -0400 (0:00:00.995) 0:02:12.220 ****** 138029 1726888119.49709: entering _queue_task() for managed_node3/command 138029 1726888119.50125: worker is 1 (out of 1 available) 138029 1726888119.50136: exiting _queue_task() for managed_node3/command 138029 1726888119.50147: done queuing things up, now waiting for results queue to drain 138029 1726888119.50149: waiting for pending results... 138029 1726888119.50358: running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume 138029 1726888119.50513: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011d8 138029 1726888119.50533: variable 'ansible_search_path' from source: unknown 138029 1726888119.50582: calling self._execute() 138029 1726888119.50710: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.50722: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.50737: variable 'omit' from source: magic vars 138029 1726888119.51170: variable 'storage_test_volume' from source: include params 138029 1726888119.51194: variable '_storage_test_volume_present' from source: set_fact 138029 1726888119.51217: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 138029 1726888119.51239: when evaluation is False, skipping this task 138029 1726888119.51242: _execute() done 138029 1726888119.51245: dumping result to json 138029 1726888119.51247: done dumping result, returning 138029 1726888119.51316: done running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-5a58-73a2-0000000011d8] 138029 1726888119.51320: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011d8 138029 1726888119.51395: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011d8 138029 1726888119.51399: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888119.51567: no more pending results, returning what we have 138029 1726888119.51571: results queue empty 138029 1726888119.51572: checking for any_errors_fatal 138029 1726888119.51586: done checking for any_errors_fatal 138029 1726888119.51587: checking for max_fail_percentage 138029 1726888119.51588: done checking for max_fail_percentage 138029 1726888119.51589: checking to see if all hosts have failed and the running result is not ok 138029 1726888119.51590: done checking to see if all hosts have failed 138029 1726888119.51591: getting the remaining hosts for this loop 138029 1726888119.51593: done getting the remaining hosts for this loop 138029 1726888119.51596: getting the next task for host managed_node3 138029 1726888119.51605: done getting next task for host managed_node3 138029 1726888119.51608: ^ task is: TASK: Verify the presence/absence of the LUKS device node 138029 1726888119.51614: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888119.51619: getting variables 138029 1726888119.51621: in VariableManager get_vars() 138029 1726888119.51656: Calling all_inventory to load vars for managed_node3 138029 1726888119.51659: Calling groups_inventory to load vars for managed_node3 138029 1726888119.51665: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888119.51677: Calling all_plugins_play to load vars for managed_node3 138029 1726888119.51681: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888119.51683: Calling groups_plugins_play to load vars for managed_node3 138029 1726888119.52451: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888119.53150: done with get_vars() 138029 1726888119.53174: done getting variables 138029 1726888119.53231: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:39 -0400 (0:00:00.035) 0:02:12.256 ****** 138029 1726888119.53270: entering _queue_task() for managed_node3/assert 138029 1726888119.53550: worker is 1 (out of 1 available) 138029 1726888119.53565: exiting _queue_task() for managed_node3/assert 138029 1726888119.53577: done queuing things up, now waiting for results queue to drain 138029 1726888119.53579: waiting for pending results... 138029 1726888119.54057: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node 138029 1726888119.54065: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011d9 138029 1726888119.54069: variable 'ansible_search_path' from source: unknown 138029 1726888119.54097: calling self._execute() 138029 1726888119.54220: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.54232: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.54246: variable 'omit' from source: magic vars 138029 1726888119.54634: variable 'storage_test_volume' from source: include params 138029 1726888119.54670: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888119.54678: when evaluation is False, skipping this task 138029 1726888119.54685: _execute() done 138029 1726888119.54699: dumping result to json 138029 1726888119.54708: done dumping result, returning 138029 1726888119.54719: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-5a58-73a2-0000000011d9] 138029 1726888119.54730: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011d9 138029 1726888119.55024: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011d9 138029 1726888119.55028: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888119.55070: no more pending results, returning what we have 138029 1726888119.55073: results queue empty 138029 1726888119.55074: checking for any_errors_fatal 138029 1726888119.55080: done checking for any_errors_fatal 138029 1726888119.55081: checking for max_fail_percentage 138029 1726888119.55082: done checking for max_fail_percentage 138029 1726888119.55083: checking to see if all hosts have failed and the running result is not ok 138029 1726888119.55083: done checking to see if all hosts have failed 138029 1726888119.55084: getting the remaining hosts for this loop 138029 1726888119.55086: done getting the remaining hosts for this loop 138029 1726888119.55089: getting the next task for host managed_node3 138029 1726888119.55097: done getting next task for host managed_node3 138029 1726888119.55098: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888119.55104: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888119.55108: getting variables 138029 1726888119.55109: in VariableManager get_vars() 138029 1726888119.55138: Calling all_inventory to load vars for managed_node3 138029 1726888119.55140: Calling groups_inventory to load vars for managed_node3 138029 1726888119.55144: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888119.55155: Calling all_plugins_play to load vars for managed_node3 138029 1726888119.55160: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888119.55166: Calling groups_plugins_play to load vars for managed_node3 138029 1726888119.55869: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888119.56587: done with get_vars() 138029 1726888119.56603: done getting variables 138029 1726888119.56664: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:39 -0400 (0:00:00.034) 0:02:12.290 ****** 138029 1726888119.56703: entering _queue_task() for managed_node3/assert 138029 1726888119.56977: worker is 1 (out of 1 available) 138029 1726888119.56989: exiting _queue_task() for managed_node3/assert 138029 1726888119.57113: done queuing things up, now waiting for results queue to drain 138029 1726888119.57115: waiting for pending results... 138029 1726888119.57345: running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888119.57551: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011da 138029 1726888119.57556: variable 'ansible_search_path' from source: unknown 138029 1726888119.57559: calling self._execute() 138029 1726888119.57638: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.57649: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.57677: variable 'omit' from source: magic vars 138029 1726888119.58051: variable '_storage_test_volume_present' from source: set_fact 138029 1726888119.58071: Evaluated conditional (_storage_test_volume_present): True 138029 1726888119.58088: variable 'omit' from source: magic vars 138029 1726888119.58174: variable 'omit' from source: magic vars 138029 1726888119.58403: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888119.61100: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888119.61253: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888119.61259: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888119.61272: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888119.61305: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888119.61420: variable 'storage_test_volume' from source: include params 138029 1726888119.61442: variable '__dev_ne_raw' from source: task vars 138029 1726888119.61606: variable 'storage_test_volume' from source: include params 138029 1726888119.61693: variable 'omit' from source: magic vars 138029 1726888119.61726: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888119.61760: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888119.61788: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888119.61817: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888119.61861: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888119.61867: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888119.61879: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888119.61921: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888119.61930: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.61962: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.62072: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888119.62078: Set connection var ansible_timeout to 10 138029 1726888119.62085: Set connection var ansible_pipelining to False 138029 1726888119.62087: Set connection var ansible_shell_type to sh 138029 1726888119.62090: Set connection var ansible_connection to ssh 138029 1726888119.62261: Set connection var ansible_shell_executable to /bin/sh 138029 1726888119.62265: variable 'ansible_shell_executable' from source: unknown 138029 1726888119.62267: variable 'ansible_connection' from source: unknown 138029 1726888119.62269: variable 'ansible_module_compression' from source: unknown 138029 1726888119.62271: variable 'ansible_shell_type' from source: unknown 138029 1726888119.62274: variable 'ansible_shell_executable' from source: unknown 138029 1726888119.62275: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.62277: variable 'ansible_pipelining' from source: unknown 138029 1726888119.62280: variable 'ansible_timeout' from source: unknown 138029 1726888119.62282: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.62285: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888119.62287: variable 'omit' from source: magic vars 138029 1726888119.62290: starting attempt loop 138029 1726888119.62292: running the handler 138029 1726888119.62470: variable '__dev_ne_raw' from source: task vars 138029 1726888119.62603: variable 'storage_test_volume' from source: include params 138029 1726888119.62625: variable 'storage_test_volume' from source: include params 138029 1726888119.62640: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 138029 1726888119.62646: handler run complete 138029 1726888119.62662: attempt loop complete, returning result 138029 1726888119.62665: _execute() done 138029 1726888119.62679: dumping result to json 138029 1726888119.62682: done dumping result, returning 138029 1726888119.62690: done running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-5a58-73a2-0000000011da] 138029 1726888119.62695: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011da ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888119.62838: no more pending results, returning what we have 138029 1726888119.62842: results queue empty 138029 1726888119.62843: checking for any_errors_fatal 138029 1726888119.62851: done checking for any_errors_fatal 138029 1726888119.62852: checking for max_fail_percentage 138029 1726888119.62853: done checking for max_fail_percentage 138029 1726888119.62854: checking to see if all hosts have failed and the running result is not ok 138029 1726888119.62857: done checking to see if all hosts have failed 138029 1726888119.62858: getting the remaining hosts for this loop 138029 1726888119.62860: done getting the remaining hosts for this loop 138029 1726888119.62866: getting the next task for host managed_node3 138029 1726888119.62875: done getting next task for host managed_node3 138029 1726888119.62878: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888119.62886: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888119.62898: getting variables 138029 1726888119.62900: in VariableManager get_vars() 138029 1726888119.62935: Calling all_inventory to load vars for managed_node3 138029 1726888119.62938: Calling groups_inventory to load vars for managed_node3 138029 1726888119.62942: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888119.62953: Calling all_plugins_play to load vars for managed_node3 138029 1726888119.63180: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888119.63186: Calling groups_plugins_play to load vars for managed_node3 138029 1726888119.64000: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011da 138029 1726888119.64004: WORKER PROCESS EXITING 138029 1726888119.64247: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888119.64935: done with get_vars() 138029 1726888119.64950: done getting variables 138029 1726888119.65013: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:39 -0400 (0:00:00.083) 0:02:12.374 ****** 138029 1726888119.65052: entering _queue_task() for managed_node3/assert 138029 1726888119.65472: worker is 1 (out of 1 available) 138029 1726888119.65486: exiting _queue_task() for managed_node3/assert 138029 1726888119.65497: done queuing things up, now waiting for results queue to drain 138029 1726888119.65499: waiting for pending results... 138029 1726888119.65708: running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888119.65891: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011db 138029 1726888119.65910: variable 'ansible_search_path' from source: unknown 138029 1726888119.65958: calling self._execute() 138029 1726888119.66087: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.66099: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.66113: variable 'omit' from source: magic vars 138029 1726888119.66532: variable '_storage_test_volume_present' from source: set_fact 138029 1726888119.66544: variable 'storage_test_volume' from source: include params 138029 1726888119.66580: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888119.66594: when evaluation is False, skipping this task 138029 1726888119.66602: _execute() done 138029 1726888119.66608: dumping result to json 138029 1726888119.66615: done dumping result, returning 138029 1726888119.66625: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-5a58-73a2-0000000011db] 138029 1726888119.66634: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011db 138029 1726888119.66775: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011db 138029 1726888119.66779: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888119.66850: no more pending results, returning what we have 138029 1726888119.66854: results queue empty 138029 1726888119.66857: checking for any_errors_fatal 138029 1726888119.66870: done checking for any_errors_fatal 138029 1726888119.66871: checking for max_fail_percentage 138029 1726888119.66873: done checking for max_fail_percentage 138029 1726888119.66874: checking to see if all hosts have failed and the running result is not ok 138029 1726888119.66875: done checking to see if all hosts have failed 138029 1726888119.66875: getting the remaining hosts for this loop 138029 1726888119.66877: done getting the remaining hosts for this loop 138029 1726888119.66881: getting the next task for host managed_node3 138029 1726888119.66890: done getting next task for host managed_node3 138029 1726888119.66893: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 138029 1726888119.66899: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888119.66905: getting variables 138029 1726888119.66907: in VariableManager get_vars() 138029 1726888119.66942: Calling all_inventory to load vars for managed_node3 138029 1726888119.66945: Calling groups_inventory to load vars for managed_node3 138029 1726888119.66949: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888119.67070: Calling all_plugins_play to load vars for managed_node3 138029 1726888119.67075: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888119.67080: Calling groups_plugins_play to load vars for managed_node3 138029 1726888119.67867: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888119.68598: done with get_vars() 138029 1726888119.68613: done getting variables 138029 1726888119.68677: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:39 -0400 (0:00:00.036) 0:02:12.410 ****** 138029 1726888119.68716: entering _queue_task() for managed_node3/assert 138029 1726888119.68990: worker is 1 (out of 1 available) 138029 1726888119.69002: exiting _queue_task() for managed_node3/assert 138029 1726888119.69128: done queuing things up, now waiting for results queue to drain 138029 1726888119.69131: waiting for pending results... 138029 1726888119.69476: running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted 138029 1726888119.69486: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011dc 138029 1726888119.69505: variable 'ansible_search_path' from source: unknown 138029 1726888119.69544: calling self._execute() 138029 1726888119.69668: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.69685: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.69699: variable 'omit' from source: magic vars 138029 1726888119.70117: variable '_storage_test_volume_present' from source: set_fact 138029 1726888119.70129: variable 'storage_test_volume' from source: include params 138029 1726888119.70161: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888119.70173: when evaluation is False, skipping this task 138029 1726888119.70180: _execute() done 138029 1726888119.70217: dumping result to json 138029 1726888119.70220: done dumping result, returning 138029 1726888119.70223: done running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-5a58-73a2-0000000011dc] 138029 1726888119.70225: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011dc skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888119.70482: no more pending results, returning what we have 138029 1726888119.70486: results queue empty 138029 1726888119.70487: checking for any_errors_fatal 138029 1726888119.70496: done checking for any_errors_fatal 138029 1726888119.70496: checking for max_fail_percentage 138029 1726888119.70498: done checking for max_fail_percentage 138029 1726888119.70499: checking to see if all hosts have failed and the running result is not ok 138029 1726888119.70500: done checking to see if all hosts have failed 138029 1726888119.70501: getting the remaining hosts for this loop 138029 1726888119.70503: done getting the remaining hosts for this loop 138029 1726888119.70507: getting the next task for host managed_node3 138029 1726888119.70515: done getting next task for host managed_node3 138029 1726888119.70517: ^ task is: TASK: Check LUKS version 138029 1726888119.70524: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888119.70528: getting variables 138029 1726888119.70530: in VariableManager get_vars() 138029 1726888119.70571: Calling all_inventory to load vars for managed_node3 138029 1726888119.70574: Calling groups_inventory to load vars for managed_node3 138029 1726888119.70577: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888119.70590: Calling all_plugins_play to load vars for managed_node3 138029 1726888119.70594: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888119.70597: Calling groups_plugins_play to load vars for managed_node3 138029 1726888119.71171: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011dc 138029 1726888119.71174: WORKER PROCESS EXITING 138029 1726888119.71413: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888119.72140: done with get_vars() 138029 1726888119.72157: done getting variables 138029 1726888119.72222: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:39 -0400 (0:00:00.035) 0:02:12.446 ****** 138029 1726888119.72257: entering _queue_task() for managed_node3/assert 138029 1726888119.72640: worker is 1 (out of 1 available) 138029 1726888119.72651: exiting _queue_task() for managed_node3/assert 138029 1726888119.72666: done queuing things up, now waiting for results queue to drain 138029 1726888119.72668: waiting for pending results... 138029 1726888119.72877: running TaskExecutor() for managed_node3/TASK: Check LUKS version 138029 1726888119.73027: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011dd 138029 1726888119.73051: variable 'ansible_search_path' from source: unknown 138029 1726888119.73094: calling self._execute() 138029 1726888119.73215: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.73229: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.73243: variable 'omit' from source: magic vars 138029 1726888119.73629: variable '_storage_test_volume_present' from source: set_fact 138029 1726888119.73642: Evaluated conditional (_storage_test_volume_present): True 138029 1726888119.73776: variable 'storage_test_volume' from source: include params 138029 1726888119.73860: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888119.73868: when evaluation is False, skipping this task 138029 1726888119.73871: _execute() done 138029 1726888119.73874: dumping result to json 138029 1726888119.73876: done dumping result, returning 138029 1726888119.73879: done running TaskExecutor() for managed_node3/TASK: Check LUKS version [0affc8a3-6f6f-5a58-73a2-0000000011dd] 138029 1726888119.73881: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011dd 138029 1726888119.74052: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011dd 138029 1726888119.74058: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888119.74109: no more pending results, returning what we have 138029 1726888119.74112: results queue empty 138029 1726888119.74114: checking for any_errors_fatal 138029 1726888119.74259: done checking for any_errors_fatal 138029 1726888119.74261: checking for max_fail_percentage 138029 1726888119.74265: done checking for max_fail_percentage 138029 1726888119.74266: checking to see if all hosts have failed and the running result is not ok 138029 1726888119.74267: done checking to see if all hosts have failed 138029 1726888119.74267: getting the remaining hosts for this loop 138029 1726888119.74269: done getting the remaining hosts for this loop 138029 1726888119.74272: getting the next task for host managed_node3 138029 1726888119.74280: done getting next task for host managed_node3 138029 1726888119.74282: ^ task is: TASK: Check LUKS key size 138029 1726888119.74288: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888119.74292: getting variables 138029 1726888119.74293: in VariableManager get_vars() 138029 1726888119.74319: Calling all_inventory to load vars for managed_node3 138029 1726888119.74322: Calling groups_inventory to load vars for managed_node3 138029 1726888119.74325: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888119.74334: Calling all_plugins_play to load vars for managed_node3 138029 1726888119.74336: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888119.74339: Calling groups_plugins_play to load vars for managed_node3 138029 1726888119.74991: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888119.75718: done with get_vars() 138029 1726888119.75733: done getting variables 138029 1726888119.75796: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:39 -0400 (0:00:00.035) 0:02:12.481 ****** 138029 1726888119.75826: entering _queue_task() for managed_node3/assert 138029 1726888119.76087: worker is 1 (out of 1 available) 138029 1726888119.76099: exiting _queue_task() for managed_node3/assert 138029 1726888119.76110: done queuing things up, now waiting for results queue to drain 138029 1726888119.76111: waiting for pending results... 138029 1726888119.76464: running TaskExecutor() for managed_node3/TASK: Check LUKS key size 138029 1726888119.76669: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011de 138029 1726888119.76673: variable 'ansible_search_path' from source: unknown 138029 1726888119.76676: calling self._execute() 138029 1726888119.76737: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.76748: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.76770: variable 'omit' from source: magic vars 138029 1726888119.77136: variable '_storage_test_volume_present' from source: set_fact 138029 1726888119.77148: Evaluated conditional (_storage_test_volume_present): True 138029 1726888119.77280: variable 'storage_test_volume' from source: include params 138029 1726888119.77316: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888119.77324: when evaluation is False, skipping this task 138029 1726888119.77331: _execute() done 138029 1726888119.77338: dumping result to json 138029 1726888119.77345: done dumping result, returning 138029 1726888119.77354: done running TaskExecutor() for managed_node3/TASK: Check LUKS key size [0affc8a3-6f6f-5a58-73a2-0000000011de] 138029 1726888119.77375: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011de 138029 1726888119.77498: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011de 138029 1726888119.77501: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888119.77580: no more pending results, returning what we have 138029 1726888119.77584: results queue empty 138029 1726888119.77585: checking for any_errors_fatal 138029 1726888119.77594: done checking for any_errors_fatal 138029 1726888119.77594: checking for max_fail_percentage 138029 1726888119.77596: done checking for max_fail_percentage 138029 1726888119.77597: checking to see if all hosts have failed and the running result is not ok 138029 1726888119.77598: done checking to see if all hosts have failed 138029 1726888119.77599: getting the remaining hosts for this loop 138029 1726888119.77600: done getting the remaining hosts for this loop 138029 1726888119.77604: getting the next task for host managed_node3 138029 1726888119.77613: done getting next task for host managed_node3 138029 1726888119.77615: ^ task is: TASK: Check LUKS cipher 138029 1726888119.77621: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888119.77626: getting variables 138029 1726888119.77628: in VariableManager get_vars() 138029 1726888119.77670: Calling all_inventory to load vars for managed_node3 138029 1726888119.77673: Calling groups_inventory to load vars for managed_node3 138029 1726888119.77677: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888119.77690: Calling all_plugins_play to load vars for managed_node3 138029 1726888119.77695: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888119.77698: Calling groups_plugins_play to load vars for managed_node3 138029 1726888119.78776: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888119.79465: done with get_vars() 138029 1726888119.79478: done getting variables 138029 1726888119.79536: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:39 -0400 (0:00:00.037) 0:02:12.519 ****** 138029 1726888119.79572: entering _queue_task() for managed_node3/assert 138029 1726888119.80071: worker is 1 (out of 1 available) 138029 1726888119.80078: exiting _queue_task() for managed_node3/assert 138029 1726888119.80087: done queuing things up, now waiting for results queue to drain 138029 1726888119.80089: waiting for pending results... 138029 1726888119.80220: running TaskExecutor() for managed_node3/TASK: Check LUKS cipher 138029 1726888119.80316: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011df 138029 1726888119.80319: variable 'ansible_search_path' from source: unknown 138029 1726888119.80425: calling self._execute() 138029 1726888119.80476: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.80487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.80500: variable 'omit' from source: magic vars 138029 1726888119.80868: variable '_storage_test_volume_present' from source: set_fact 138029 1726888119.80882: Evaluated conditional (_storage_test_volume_present): True 138029 1726888119.81000: variable 'storage_test_volume' from source: include params 138029 1726888119.81030: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888119.81037: when evaluation is False, skipping this task 138029 1726888119.81043: _execute() done 138029 1726888119.81049: dumping result to json 138029 1726888119.81059: done dumping result, returning 138029 1726888119.81079: done running TaskExecutor() for managed_node3/TASK: Check LUKS cipher [0affc8a3-6f6f-5a58-73a2-0000000011df] 138029 1726888119.81182: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011df 138029 1726888119.81260: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011df 138029 1726888119.81266: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888119.81338: no more pending results, returning what we have 138029 1726888119.81342: results queue empty 138029 1726888119.81342: checking for any_errors_fatal 138029 1726888119.81354: done checking for any_errors_fatal 138029 1726888119.81357: checking for max_fail_percentage 138029 1726888119.81359: done checking for max_fail_percentage 138029 1726888119.81360: checking to see if all hosts have failed and the running result is not ok 138029 1726888119.81360: done checking to see if all hosts have failed 138029 1726888119.81361: getting the remaining hosts for this loop 138029 1726888119.81365: done getting the remaining hosts for this loop 138029 1726888119.81369: getting the next task for host managed_node3 138029 1726888119.81377: done getting next task for host managed_node3 138029 1726888119.81379: ^ task is: TASK: Set test variables 138029 1726888119.81387: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888119.81394: getting variables 138029 1726888119.81395: in VariableManager get_vars() 138029 1726888119.81428: Calling all_inventory to load vars for managed_node3 138029 1726888119.81430: Calling groups_inventory to load vars for managed_node3 138029 1726888119.81434: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888119.81445: Calling all_plugins_play to load vars for managed_node3 138029 1726888119.81449: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888119.81452: Calling groups_plugins_play to load vars for managed_node3 138029 1726888119.82284: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888119.82994: done with get_vars() 138029 1726888119.83009: done getting variables 138029 1726888119.83069: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:39 -0400 (0:00:00.035) 0:02:12.554 ****** 138029 1726888119.83106: entering _queue_task() for managed_node3/set_fact 138029 1726888119.83380: worker is 1 (out of 1 available) 138029 1726888119.83392: exiting _queue_task() for managed_node3/set_fact 138029 1726888119.83405: done queuing things up, now waiting for results queue to drain 138029 1726888119.83407: waiting for pending results... 138029 1726888119.83785: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888119.83889: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011e0 138029 1726888119.83910: variable 'ansible_search_path' from source: unknown 138029 1726888119.83949: calling self._execute() 138029 1726888119.84077: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.84089: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.84112: variable 'omit' from source: magic vars 138029 1726888119.84242: variable 'omit' from source: magic vars 138029 1726888119.84327: variable 'omit' from source: magic vars 138029 1726888119.84645: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888119.86860: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888119.87045: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888119.87049: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888119.87051: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888119.87068: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888119.87198: variable 'storage_test_volume' from source: include params 138029 1726888119.87221: variable '_storage_test_volume_present' from source: set_fact 138029 1726888119.87435: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888119.87477: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888119.87510: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888119.87553: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888119.87578: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888119.87628: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888119.87698: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888119.87702: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888119.87737: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888119.87760: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888119.87834: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888119.87867: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888119.87897: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888119.88025: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888119.88029: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888119.88165: variable 'storage_test_crypttab' from source: set_fact 138029 1726888119.88180: variable 'storage_test_volume' from source: include params 138029 1726888119.88332: variable 'storage_test_volume' from source: include params 138029 1726888119.88373: variable 'omit' from source: magic vars 138029 1726888119.88404: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888119.88435: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888119.88468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888119.88491: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888119.88507: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888119.88528: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888119.88547: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888119.88589: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888119.88597: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.88667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.88741: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888119.88751: Set connection var ansible_timeout to 10 138029 1726888119.88766: Set connection var ansible_pipelining to False 138029 1726888119.88774: Set connection var ansible_shell_type to sh 138029 1726888119.88780: Set connection var ansible_connection to ssh 138029 1726888119.88800: Set connection var ansible_shell_executable to /bin/sh 138029 1726888119.88830: variable 'ansible_shell_executable' from source: unknown 138029 1726888119.88839: variable 'ansible_connection' from source: unknown 138029 1726888119.88846: variable 'ansible_module_compression' from source: unknown 138029 1726888119.88853: variable 'ansible_shell_type' from source: unknown 138029 1726888119.88899: variable 'ansible_shell_executable' from source: unknown 138029 1726888119.88902: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.88904: variable 'ansible_pipelining' from source: unknown 138029 1726888119.88907: variable 'ansible_timeout' from source: unknown 138029 1726888119.88909: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.89013: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888119.89117: variable 'omit' from source: magic vars 138029 1726888119.89120: starting attempt loop 138029 1726888119.89123: running the handler 138029 1726888119.89125: handler run complete 138029 1726888119.89127: attempt loop complete, returning result 138029 1726888119.89129: _execute() done 138029 1726888119.89132: dumping result to json 138029 1726888119.89134: done dumping result, returning 138029 1726888119.89136: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-0000000011e0] 138029 1726888119.89138: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011e0 ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 138029 1726888119.89282: no more pending results, returning what we have 138029 1726888119.89286: results queue empty 138029 1726888119.89287: checking for any_errors_fatal 138029 1726888119.89295: done checking for any_errors_fatal 138029 1726888119.89296: checking for max_fail_percentage 138029 1726888119.89298: done checking for max_fail_percentage 138029 1726888119.89299: checking to see if all hosts have failed and the running result is not ok 138029 1726888119.89300: done checking to see if all hosts have failed 138029 1726888119.89301: getting the remaining hosts for this loop 138029 1726888119.89302: done getting the remaining hosts for this loop 138029 1726888119.89306: getting the next task for host managed_node3 138029 1726888119.89315: done getting next task for host managed_node3 138029 1726888119.89318: ^ task is: TASK: Check for /etc/crypttab entry 138029 1726888119.89324: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888119.89330: getting variables 138029 1726888119.89331: in VariableManager get_vars() 138029 1726888119.89370: Calling all_inventory to load vars for managed_node3 138029 1726888119.89374: Calling groups_inventory to load vars for managed_node3 138029 1726888119.89377: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888119.89387: Calling all_plugins_play to load vars for managed_node3 138029 1726888119.89391: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888119.89394: Calling groups_plugins_play to load vars for managed_node3 138029 1726888119.90171: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011e0 138029 1726888119.90174: WORKER PROCESS EXITING 138029 1726888119.90423: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888119.91151: done with get_vars() 138029 1726888119.91172: done getting variables 138029 1726888119.91234: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:39 -0400 (0:00:00.081) 0:02:12.636 ****** 138029 1726888119.91275: entering _queue_task() for managed_node3/assert 138029 1726888119.91677: worker is 1 (out of 1 available) 138029 1726888119.91689: exiting _queue_task() for managed_node3/assert 138029 1726888119.91699: done queuing things up, now waiting for results queue to drain 138029 1726888119.91701: waiting for pending results... 138029 1726888119.91911: running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry 138029 1726888119.92071: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011e1 138029 1726888119.92096: variable 'ansible_search_path' from source: unknown 138029 1726888119.92133: calling self._execute() 138029 1726888119.92261: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.92275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.92292: variable 'omit' from source: magic vars 138029 1726888119.92415: variable 'omit' from source: magic vars 138029 1726888119.92496: variable 'omit' from source: magic vars 138029 1726888119.92768: variable 'storage_test_volume' from source: include params 138029 1726888119.92828: variable 'omit' from source: magic vars 138029 1726888119.92905: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888119.92923: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888119.92952: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888119.92981: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888119.93013: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888119.93025: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888119.93046: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888119.93120: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888119.93124: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.93127: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.93238: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888119.93253: Set connection var ansible_timeout to 10 138029 1726888119.93279: Set connection var ansible_pipelining to False 138029 1726888119.93282: Set connection var ansible_shell_type to sh 138029 1726888119.93284: Set connection var ansible_connection to ssh 138029 1726888119.93352: Set connection var ansible_shell_executable to /bin/sh 138029 1726888119.93359: variable 'ansible_shell_executable' from source: unknown 138029 1726888119.93363: variable 'ansible_connection' from source: unknown 138029 1726888119.93370: variable 'ansible_module_compression' from source: unknown 138029 1726888119.93373: variable 'ansible_shell_type' from source: unknown 138029 1726888119.93376: variable 'ansible_shell_executable' from source: unknown 138029 1726888119.93379: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.93381: variable 'ansible_pipelining' from source: unknown 138029 1726888119.93384: variable 'ansible_timeout' from source: unknown 138029 1726888119.93387: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.93517: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888119.93560: variable 'omit' from source: magic vars 138029 1726888119.93563: starting attempt loop 138029 1726888119.93566: running the handler 138029 1726888119.93739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888119.96001: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888119.96084: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888119.96226: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888119.96229: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888119.96231: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888119.96270: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888119.96297: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888119.96322: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888119.96366: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888119.96382: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888119.96426: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888119.96454: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888119.96487: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888119.96661: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888119.96665: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888119.96756: variable '_storage_test_crypttab_entries' from source: set_fact 138029 1726888119.96779: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888119.96786: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 138029 1726888119.96794: handler run complete 138029 1726888119.96807: attempt loop complete, returning result 138029 1726888119.96811: _execute() done 138029 1726888119.96813: dumping result to json 138029 1726888119.96816: done dumping result, returning 138029 1726888119.96825: done running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000011e1] 138029 1726888119.96830: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011e1 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888119.96970: no more pending results, returning what we have 138029 1726888119.96974: results queue empty 138029 1726888119.96975: checking for any_errors_fatal 138029 1726888119.96982: done checking for any_errors_fatal 138029 1726888119.96989: checking for max_fail_percentage 138029 1726888119.96991: done checking for max_fail_percentage 138029 1726888119.96992: checking to see if all hosts have failed and the running result is not ok 138029 1726888119.96992: done checking to see if all hosts have failed 138029 1726888119.96993: getting the remaining hosts for this loop 138029 1726888119.96995: done getting the remaining hosts for this loop 138029 1726888119.96998: getting the next task for host managed_node3 138029 1726888119.97006: done getting next task for host managed_node3 138029 1726888119.97008: ^ task is: TASK: Validate the format of the crypttab entry 138029 1726888119.97013: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888119.97019: getting variables 138029 1726888119.97020: in VariableManager get_vars() 138029 1726888119.97053: Calling all_inventory to load vars for managed_node3 138029 1726888119.97058: Calling groups_inventory to load vars for managed_node3 138029 1726888119.97061: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888119.97070: Calling all_plugins_play to load vars for managed_node3 138029 1726888119.97073: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888119.97076: Calling groups_plugins_play to load vars for managed_node3 138029 1726888119.97749: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011e1 138029 1726888119.97753: WORKER PROCESS EXITING 138029 1726888119.97810: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888119.98540: done with get_vars() 138029 1726888119.98561: done getting variables 138029 1726888119.98630: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:39 -0400 (0:00:00.073) 0:02:12.710 ****** 138029 1726888119.98669: entering _queue_task() for managed_node3/assert 138029 1726888119.98971: worker is 1 (out of 1 available) 138029 1726888119.98985: exiting _queue_task() for managed_node3/assert 138029 1726888119.98998: done queuing things up, now waiting for results queue to drain 138029 1726888119.98999: waiting for pending results... 138029 1726888119.99258: running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry 138029 1726888119.99342: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011e2 138029 1726888119.99354: variable 'ansible_search_path' from source: unknown 138029 1726888119.99386: calling self._execute() 138029 1726888119.99474: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888119.99478: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888119.99488: variable 'omit' from source: magic vars 138029 1726888119.99780: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888120.01872: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888120.01888: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888120.01924: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888120.01958: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888120.01996: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888120.02056: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888120.02074: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888120.02092: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888120.02121: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888120.02132: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888120.02215: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888120.02233: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888120.02236: when evaluation is False, skipping this task 138029 1726888120.02239: _execute() done 138029 1726888120.02242: dumping result to json 138029 1726888120.02244: done dumping result, returning 138029 1726888120.02250: done running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000011e2] 138029 1726888120.02254: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011e2 138029 1726888120.02351: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011e2 138029 1726888120.02354: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888120.02404: no more pending results, returning what we have 138029 1726888120.02408: results queue empty 138029 1726888120.02409: checking for any_errors_fatal 138029 1726888120.02417: done checking for any_errors_fatal 138029 1726888120.02417: checking for max_fail_percentage 138029 1726888120.02419: done checking for max_fail_percentage 138029 1726888120.02420: checking to see if all hosts have failed and the running result is not ok 138029 1726888120.02421: done checking to see if all hosts have failed 138029 1726888120.02421: getting the remaining hosts for this loop 138029 1726888120.02423: done getting the remaining hosts for this loop 138029 1726888120.02426: getting the next task for host managed_node3 138029 1726888120.02434: done getting next task for host managed_node3 138029 1726888120.02436: ^ task is: TASK: Check backing device of crypttab entry 138029 1726888120.02442: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888120.02446: getting variables 138029 1726888120.02447: in VariableManager get_vars() 138029 1726888120.02483: Calling all_inventory to load vars for managed_node3 138029 1726888120.02485: Calling groups_inventory to load vars for managed_node3 138029 1726888120.02488: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888120.02497: Calling all_plugins_play to load vars for managed_node3 138029 1726888120.02500: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888120.02502: Calling groups_plugins_play to load vars for managed_node3 138029 1726888120.02929: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888120.03504: done with get_vars() 138029 1726888120.03514: done getting variables 138029 1726888120.03559: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:40 -0400 (0:00:00.049) 0:02:12.759 ****** 138029 1726888120.03583: entering _queue_task() for managed_node3/assert 138029 1726888120.03794: worker is 1 (out of 1 available) 138029 1726888120.03808: exiting _queue_task() for managed_node3/assert 138029 1726888120.03820: done queuing things up, now waiting for results queue to drain 138029 1726888120.03822: waiting for pending results... 138029 1726888120.04176: running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry 138029 1726888120.04206: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011e3 138029 1726888120.04227: variable 'ansible_search_path' from source: unknown 138029 1726888120.04273: calling self._execute() 138029 1726888120.04398: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.04411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.04426: variable 'omit' from source: magic vars 138029 1726888120.04866: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888120.07083: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888120.07157: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888120.07216: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888120.07258: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888120.07293: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888120.07380: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888120.07414: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888120.07445: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888120.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) 138029 1726888120.07566: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888120.07645: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888120.07680: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888120.07689: when evaluation is False, skipping this task 138029 1726888120.07696: _execute() done 138029 1726888120.07703: dumping result to json 138029 1726888120.07711: done dumping result, returning 138029 1726888120.07761: done running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000011e3] 138029 1726888120.07767: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011e3 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888120.07888: no more pending results, returning what we have 138029 1726888120.07891: results queue empty 138029 1726888120.07892: checking for any_errors_fatal 138029 1726888120.07900: done checking for any_errors_fatal 138029 1726888120.07901: checking for max_fail_percentage 138029 1726888120.07903: done checking for max_fail_percentage 138029 1726888120.07904: checking to see if all hosts have failed and the running result is not ok 138029 1726888120.07904: done checking to see if all hosts have failed 138029 1726888120.07905: getting the remaining hosts for this loop 138029 1726888120.07907: done getting the remaining hosts for this loop 138029 1726888120.07911: getting the next task for host managed_node3 138029 1726888120.07919: done getting next task for host managed_node3 138029 1726888120.07921: ^ task is: TASK: Check key file of crypttab entry 138029 1726888120.07927: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888120.07932: getting variables 138029 1726888120.07933: in VariableManager get_vars() 138029 1726888120.07969: Calling all_inventory to load vars for managed_node3 138029 1726888120.07971: Calling groups_inventory to load vars for managed_node3 138029 1726888120.07974: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888120.07984: Calling all_plugins_play to load vars for managed_node3 138029 1726888120.07988: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888120.07990: Calling groups_plugins_play to load vars for managed_node3 138029 1726888120.08570: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011e3 138029 1726888120.08574: WORKER PROCESS EXITING 138029 1726888120.08764: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888120.09486: done with get_vars() 138029 1726888120.09505: done getting variables 138029 1726888120.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 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:08:40 -0400 (0:00:00.060) 0:02:12.819 ****** 138029 1726888120.09601: entering _queue_task() for managed_node3/assert 138029 1726888120.09887: worker is 1 (out of 1 available) 138029 1726888120.09898: exiting _queue_task() for managed_node3/assert 138029 1726888120.09910: done queuing things up, now waiting for results queue to drain 138029 1726888120.09911: waiting for pending results... 138029 1726888120.10205: running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry 138029 1726888120.10367: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011e4 138029 1726888120.10391: variable 'ansible_search_path' from source: unknown 138029 1726888120.10430: calling self._execute() 138029 1726888120.10558: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.10574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.10589: variable 'omit' from source: magic vars 138029 1726888120.11007: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888120.13358: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888120.13430: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888120.13493: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888120.13533: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888120.13568: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888120.13652: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888120.13697: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888120.13729: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888120.13780: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888120.13807: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888120.13934: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888120.13967: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888120.13976: when evaluation is False, skipping this task 138029 1726888120.13985: _execute() done 138029 1726888120.13993: dumping result to json 138029 1726888120.14002: done dumping result, returning 138029 1726888120.14020: done running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000011e4] 138029 1726888120.14129: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011e4 138029 1726888120.14209: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011e4 138029 1726888120.14213: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888120.14268: no more pending results, returning what we have 138029 1726888120.14272: results queue empty 138029 1726888120.14273: checking for any_errors_fatal 138029 1726888120.14280: done checking for any_errors_fatal 138029 1726888120.14281: checking for max_fail_percentage 138029 1726888120.14283: done checking for max_fail_percentage 138029 1726888120.14284: checking to see if all hosts have failed and the running result is not ok 138029 1726888120.14284: done checking to see if all hosts have failed 138029 1726888120.14285: getting the remaining hosts for this loop 138029 1726888120.14287: done getting the remaining hosts for this loop 138029 1726888120.14291: getting the next task for host managed_node3 138029 1726888120.14300: done getting next task for host managed_node3 138029 1726888120.14302: ^ task is: TASK: Clear test variables 138029 1726888120.14309: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888120.14315: getting variables 138029 1726888120.14316: in VariableManager get_vars() 138029 1726888120.14352: Calling all_inventory to load vars for managed_node3 138029 1726888120.14357: Calling groups_inventory to load vars for managed_node3 138029 1726888120.14360: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888120.14373: Calling all_plugins_play to load vars for managed_node3 138029 1726888120.14377: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888120.14380: Calling groups_plugins_play to load vars for managed_node3 138029 1726888120.15252: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888120.15953: done with get_vars() 138029 1726888120.15973: done getting variables 138029 1726888120.16030: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:40 -0400 (0:00:00.064) 0:02:12.884 ****** 138029 1726888120.16066: entering _queue_task() for managed_node3/set_fact 138029 1726888120.16327: worker is 1 (out of 1 available) 138029 1726888120.16339: exiting _queue_task() for managed_node3/set_fact 138029 1726888120.16350: done queuing things up, now waiting for results queue to drain 138029 1726888120.16352: waiting for pending results... 138029 1726888120.16695: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888120.16961: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011e5 138029 1726888120.16967: variable 'ansible_search_path' from source: unknown 138029 1726888120.16970: calling self._execute() 138029 1726888120.16972: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.16978: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.16993: variable 'omit' from source: magic vars 138029 1726888120.17122: variable 'omit' from source: magic vars 138029 1726888120.17210: variable 'omit' from source: magic vars 138029 1726888120.17249: variable 'omit' from source: magic vars 138029 1726888120.17301: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888120.17348: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888120.17381: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888120.17404: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888120.17527: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888120.17530: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888120.17532: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888120.17535: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888120.17537: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.17539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.17646: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888120.17658: Set connection var ansible_timeout to 10 138029 1726888120.17672: Set connection var ansible_pipelining to False 138029 1726888120.17679: Set connection var ansible_shell_type to sh 138029 1726888120.17685: Set connection var ansible_connection to ssh 138029 1726888120.17693: Set connection var ansible_shell_executable to /bin/sh 138029 1726888120.17729: variable 'ansible_shell_executable' from source: unknown 138029 1726888120.17740: variable 'ansible_connection' from source: unknown 138029 1726888120.17752: variable 'ansible_module_compression' from source: unknown 138029 1726888120.17761: variable 'ansible_shell_type' from source: unknown 138029 1726888120.17772: variable 'ansible_shell_executable' from source: unknown 138029 1726888120.17778: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.17785: variable 'ansible_pipelining' from source: unknown 138029 1726888120.17790: variable 'ansible_timeout' from source: unknown 138029 1726888120.17797: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.17947: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888120.17974: variable 'omit' from source: magic vars 138029 1726888120.17985: starting attempt loop 138029 1726888120.17992: running the handler 138029 1726888120.18070: handler run complete 138029 1726888120.18074: attempt loop complete, returning result 138029 1726888120.18076: _execute() done 138029 1726888120.18078: dumping result to json 138029 1726888120.18080: done dumping result, returning 138029 1726888120.18082: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-0000000011e5] 138029 1726888120.18084: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011e5 ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 138029 1726888120.18231: no more pending results, returning what we have 138029 1726888120.18234: results queue empty 138029 1726888120.18236: checking for any_errors_fatal 138029 1726888120.18246: done checking for any_errors_fatal 138029 1726888120.18247: checking for max_fail_percentage 138029 1726888120.18249: done checking for max_fail_percentage 138029 1726888120.18249: checking to see if all hosts have failed and the running result is not ok 138029 1726888120.18250: done checking to see if all hosts have failed 138029 1726888120.18251: getting the remaining hosts for this loop 138029 1726888120.18252: done getting the remaining hosts for this loop 138029 1726888120.18258: getting the next task for host managed_node3 138029 1726888120.18274: done getting next task for host managed_node3 138029 1726888120.18277: ^ task is: TASK: Get information about RAID 138029 1726888120.18284: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888120.18290: getting variables 138029 1726888120.18291: in VariableManager get_vars() 138029 1726888120.18325: Calling all_inventory to load vars for managed_node3 138029 1726888120.18328: Calling groups_inventory to load vars for managed_node3 138029 1726888120.18332: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888120.18342: Calling all_plugins_play to load vars for managed_node3 138029 1726888120.18346: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888120.18349: Calling groups_plugins_play to load vars for managed_node3 138029 1726888120.18615: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011e5 138029 1726888120.18619: WORKER PROCESS EXITING 138029 1726888120.19219: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888120.19909: done with get_vars() 138029 1726888120.19930: done getting variables 138029 1726888120.19988: 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:08:40 -0400 (0:00:00.039) 0:02:12.923 ****** 138029 1726888120.20022: entering _queue_task() for managed_node3/command 138029 1726888120.20298: worker is 1 (out of 1 available) 138029 1726888120.20309: exiting _queue_task() for managed_node3/command 138029 1726888120.20321: done queuing things up, now waiting for results queue to drain 138029 1726888120.20322: waiting for pending results... 138029 1726888120.20617: running TaskExecutor() for managed_node3/TASK: Get information about RAID 138029 1726888120.20759: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011e9 138029 1726888120.20785: variable 'ansible_search_path' from source: unknown 138029 1726888120.20822: calling self._execute() 138029 1726888120.20946: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.20964: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.20983: variable 'omit' from source: magic vars 138029 1726888120.21404: variable 'storage_test_volume' from source: include params 138029 1726888120.21443: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888120.21452: when evaluation is False, skipping this task 138029 1726888120.21466: _execute() done 138029 1726888120.21476: dumping result to json 138029 1726888120.21484: done dumping result, returning 138029 1726888120.21495: done running TaskExecutor() for managed_node3/TASK: Get information about RAID [0affc8a3-6f6f-5a58-73a2-0000000011e9] 138029 1726888120.21505: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011e9 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888120.21900: no more pending results, returning what we have 138029 1726888120.21903: results queue empty 138029 1726888120.21904: checking for any_errors_fatal 138029 1726888120.21909: done checking for any_errors_fatal 138029 1726888120.21910: checking for max_fail_percentage 138029 1726888120.21911: done checking for max_fail_percentage 138029 1726888120.21912: checking to see if all hosts have failed and the running result is not ok 138029 1726888120.21913: done checking to see if all hosts have failed 138029 1726888120.21914: getting the remaining hosts for this loop 138029 1726888120.21915: done getting the remaining hosts for this loop 138029 1726888120.21918: getting the next task for host managed_node3 138029 1726888120.21925: done getting next task for host managed_node3 138029 1726888120.21927: ^ task is: TASK: Set active devices regex 138029 1726888120.21933: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888120.21937: getting variables 138029 1726888120.21938: in VariableManager get_vars() 138029 1726888120.21971: Calling all_inventory to load vars for managed_node3 138029 1726888120.21973: Calling groups_inventory to load vars for managed_node3 138029 1726888120.21976: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888120.21983: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011e9 138029 1726888120.21985: WORKER PROCESS EXITING 138029 1726888120.21994: Calling all_plugins_play to load vars for managed_node3 138029 1726888120.21997: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888120.22000: Calling groups_plugins_play to load vars for managed_node3 138029 1726888120.22595: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888120.23541: done with get_vars() 138029 1726888120.23557: done getting variables 138029 1726888120.23613: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:40 -0400 (0:00:00.036) 0:02:12.959 ****** 138029 1726888120.23644: entering _queue_task() for managed_node3/set_fact 138029 1726888120.23922: worker is 1 (out of 1 available) 138029 1726888120.23934: exiting _queue_task() for managed_node3/set_fact 138029 1726888120.23946: done queuing things up, now waiting for results queue to drain 138029 1726888120.23948: waiting for pending results... 138029 1726888120.24245: running TaskExecutor() for managed_node3/TASK: Set active devices regex 138029 1726888120.24435: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011ea 138029 1726888120.24470: variable 'ansible_search_path' from source: unknown 138029 1726888120.24512: calling self._execute() 138029 1726888120.24872: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.24876: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.24879: variable 'omit' from source: magic vars 138029 1726888120.25381: variable 'storage_test_volume' from source: include params 138029 1726888120.25591: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888120.25599: when evaluation is False, skipping this task 138029 1726888120.25606: _execute() done 138029 1726888120.25861: dumping result to json 138029 1726888120.25865: done dumping result, returning 138029 1726888120.25868: done running TaskExecutor() for managed_node3/TASK: Set active devices regex [0affc8a3-6f6f-5a58-73a2-0000000011ea] 138029 1726888120.25870: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ea 138029 1726888120.25937: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ea 138029 1726888120.25941: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888120.25981: no more pending results, returning what we have 138029 1726888120.25984: results queue empty 138029 1726888120.25985: checking for any_errors_fatal 138029 1726888120.25992: done checking for any_errors_fatal 138029 1726888120.25992: checking for max_fail_percentage 138029 1726888120.25994: done checking for max_fail_percentage 138029 1726888120.25995: checking to see if all hosts have failed and the running result is not ok 138029 1726888120.25995: done checking to see if all hosts have failed 138029 1726888120.25996: getting the remaining hosts for this loop 138029 1726888120.25997: done getting the remaining hosts for this loop 138029 1726888120.26000: getting the next task for host managed_node3 138029 1726888120.26008: done getting next task for host managed_node3 138029 1726888120.26010: ^ task is: TASK: Set spare devices regex 138029 1726888120.26017: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888120.26021: getting variables 138029 1726888120.26023: in VariableManager get_vars() 138029 1726888120.26049: Calling all_inventory to load vars for managed_node3 138029 1726888120.26052: Calling groups_inventory to load vars for managed_node3 138029 1726888120.26057: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888120.26066: Calling all_plugins_play to load vars for managed_node3 138029 1726888120.26069: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888120.26072: Calling groups_plugins_play to load vars for managed_node3 138029 1726888120.27001: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888120.27720: done with get_vars() 138029 1726888120.27737: done getting variables 138029 1726888120.27798: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:40 -0400 (0:00:00.041) 0:02:13.001 ****** 138029 1726888120.27832: entering _queue_task() for managed_node3/set_fact 138029 1726888120.28115: worker is 1 (out of 1 available) 138029 1726888120.28125: exiting _queue_task() for managed_node3/set_fact 138029 1726888120.28136: done queuing things up, now waiting for results queue to drain 138029 1726888120.28138: waiting for pending results... 138029 1726888120.28774: running TaskExecutor() for managed_node3/TASK: Set spare devices regex 138029 1726888120.28914: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011eb 138029 1726888120.28935: variable 'ansible_search_path' from source: unknown 138029 1726888120.28984: calling self._execute() 138029 1726888120.29100: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.29118: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.29131: variable 'omit' from source: magic vars 138029 1726888120.29507: variable 'storage_test_volume' from source: include params 138029 1726888120.29860: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888120.29864: when evaluation is False, skipping this task 138029 1726888120.29868: _execute() done 138029 1726888120.29870: dumping result to json 138029 1726888120.29873: done dumping result, returning 138029 1726888120.29876: done running TaskExecutor() for managed_node3/TASK: Set spare devices regex [0affc8a3-6f6f-5a58-73a2-0000000011eb] 138029 1726888120.29878: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011eb 138029 1726888120.29951: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011eb 138029 1726888120.29957: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888120.30007: no more pending results, returning what we have 138029 1726888120.30012: results queue empty 138029 1726888120.30013: checking for any_errors_fatal 138029 1726888120.30024: done checking for any_errors_fatal 138029 1726888120.30025: checking for max_fail_percentage 138029 1726888120.30026: done checking for max_fail_percentage 138029 1726888120.30027: checking to see if all hosts have failed and the running result is not ok 138029 1726888120.30028: done checking to see if all hosts have failed 138029 1726888120.30029: getting the remaining hosts for this loop 138029 1726888120.30031: done getting the remaining hosts for this loop 138029 1726888120.30034: getting the next task for host managed_node3 138029 1726888120.30043: done getting next task for host managed_node3 138029 1726888120.30046: ^ task is: TASK: Set md version regex 138029 1726888120.30054: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888120.30060: getting variables 138029 1726888120.30062: in VariableManager get_vars() 138029 1726888120.30113: Calling all_inventory to load vars for managed_node3 138029 1726888120.30117: Calling groups_inventory to load vars for managed_node3 138029 1726888120.30121: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888120.30134: Calling all_plugins_play to load vars for managed_node3 138029 1726888120.30139: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888120.30142: Calling groups_plugins_play to load vars for managed_node3 138029 1726888120.31325: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888120.31999: done with get_vars() 138029 1726888120.32015: done getting variables 138029 1726888120.32073: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:40 -0400 (0:00:00.042) 0:02:13.044 ****** 138029 1726888120.32107: entering _queue_task() for managed_node3/set_fact 138029 1726888120.32364: worker is 1 (out of 1 available) 138029 1726888120.32376: exiting _queue_task() for managed_node3/set_fact 138029 1726888120.32387: done queuing things up, now waiting for results queue to drain 138029 1726888120.32389: waiting for pending results... 138029 1726888120.32775: running TaskExecutor() for managed_node3/TASK: Set md version regex 138029 1726888120.32815: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011ec 138029 1726888120.32837: variable 'ansible_search_path' from source: unknown 138029 1726888120.32884: calling self._execute() 138029 1726888120.33002: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.33014: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.33031: variable 'omit' from source: magic vars 138029 1726888120.33440: variable 'storage_test_volume' from source: include params 138029 1726888120.33476: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888120.33484: when evaluation is False, skipping this task 138029 1726888120.33491: _execute() done 138029 1726888120.33499: dumping result to json 138029 1726888120.33506: done dumping result, returning 138029 1726888120.33516: done running TaskExecutor() for managed_node3/TASK: Set md version regex [0affc8a3-6f6f-5a58-73a2-0000000011ec] 138029 1726888120.33532: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ec 138029 1726888120.33771: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ec 138029 1726888120.33776: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888120.33820: no more pending results, returning what we have 138029 1726888120.33823: results queue empty 138029 1726888120.33824: checking for any_errors_fatal 138029 1726888120.33830: done checking for any_errors_fatal 138029 1726888120.33831: checking for max_fail_percentage 138029 1726888120.33832: done checking for max_fail_percentage 138029 1726888120.33833: checking to see if all hosts have failed and the running result is not ok 138029 1726888120.33834: done checking to see if all hosts have failed 138029 1726888120.33835: getting the remaining hosts for this loop 138029 1726888120.33836: done getting the remaining hosts for this loop 138029 1726888120.33840: getting the next task for host managed_node3 138029 1726888120.33847: done getting next task for host managed_node3 138029 1726888120.33849: ^ task is: TASK: Set chunk size regex 138029 1726888120.33857: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888120.33861: getting variables 138029 1726888120.33862: in VariableManager get_vars() 138029 1726888120.33892: Calling all_inventory to load vars for managed_node3 138029 1726888120.33895: Calling groups_inventory to load vars for managed_node3 138029 1726888120.33898: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888120.33908: Calling all_plugins_play to load vars for managed_node3 138029 1726888120.33911: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888120.33914: Calling groups_plugins_play to load vars for managed_node3 138029 1726888120.34591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888120.35277: done with get_vars() 138029 1726888120.35292: done getting variables 138029 1726888120.35348: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:40 -0400 (0:00:00.032) 0:02:13.077 ****** 138029 1726888120.35383: entering _queue_task() for managed_node3/set_fact 138029 1726888120.35639: worker is 1 (out of 1 available) 138029 1726888120.35650: exiting _queue_task() for managed_node3/set_fact 138029 1726888120.35794: done queuing things up, now waiting for results queue to drain 138029 1726888120.35797: waiting for pending results... 138029 1726888120.36037: running TaskExecutor() for managed_node3/TASK: Set chunk size regex 138029 1726888120.36088: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011ed 138029 1726888120.36107: variable 'ansible_search_path' from source: unknown 138029 1726888120.36148: calling self._execute() 138029 1726888120.36281: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.36294: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.36308: variable 'omit' from source: magic vars 138029 1726888120.36688: variable 'storage_test_volume' from source: include params 138029 1726888120.36722: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888120.36729: when evaluation is False, skipping this task 138029 1726888120.36737: _execute() done 138029 1726888120.36743: dumping result to json 138029 1726888120.36750: done dumping result, returning 138029 1726888120.36764: done running TaskExecutor() for managed_node3/TASK: Set chunk size regex [0affc8a3-6f6f-5a58-73a2-0000000011ed] 138029 1726888120.36822: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ed 138029 1726888120.36891: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ed 138029 1726888120.36895: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888120.36973: no more pending results, returning what we have 138029 1726888120.36976: results queue empty 138029 1726888120.36977: checking for any_errors_fatal 138029 1726888120.36987: done checking for any_errors_fatal 138029 1726888120.36987: checking for max_fail_percentage 138029 1726888120.36989: done checking for max_fail_percentage 138029 1726888120.36990: checking to see if all hosts have failed and the running result is not ok 138029 1726888120.36990: done checking to see if all hosts have failed 138029 1726888120.36991: getting the remaining hosts for this loop 138029 1726888120.36993: done getting the remaining hosts for this loop 138029 1726888120.36996: getting the next task for host managed_node3 138029 1726888120.37006: done getting next task for host managed_node3 138029 1726888120.37008: ^ task is: TASK: Parse the chunk size 138029 1726888120.37014: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888120.37019: getting variables 138029 1726888120.37021: in VariableManager get_vars() 138029 1726888120.37054: Calling all_inventory to load vars for managed_node3 138029 1726888120.37058: Calling groups_inventory to load vars for managed_node3 138029 1726888120.37061: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888120.37073: Calling all_plugins_play to load vars for managed_node3 138029 1726888120.37077: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888120.37079: Calling groups_plugins_play to load vars for managed_node3 138029 1726888120.38233: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888120.39926: done with get_vars() 138029 1726888120.39939: 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:08:40 -0400 (0:00:00.048) 0:02:13.125 ****** 138029 1726888120.40223: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888120.40590: worker is 1 (out of 1 available) 138029 1726888120.40603: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888120.40615: done queuing things up, now waiting for results queue to drain 138029 1726888120.40617: waiting for pending results... 138029 1726888120.41276: running TaskExecutor() for managed_node3/TASK: Parse the chunk size 138029 1726888120.41346: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011ee 138029 1726888120.41374: variable 'ansible_search_path' from source: unknown 138029 1726888120.41461: calling self._execute() 138029 1726888120.41545: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.41565: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.41582: variable 'omit' from source: magic vars 138029 1726888120.42007: variable 'storage_test_volume' from source: include params 138029 1726888120.42040: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888120.42054: when evaluation is False, skipping this task 138029 1726888120.42135: _execute() done 138029 1726888120.42139: dumping result to json 138029 1726888120.42141: done dumping result, returning 138029 1726888120.42144: done running TaskExecutor() for managed_node3/TASK: Parse the chunk size [0affc8a3-6f6f-5a58-73a2-0000000011ee] 138029 1726888120.42146: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ee 138029 1726888120.42234: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ee skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888120.42292: no more pending results, returning what we have 138029 1726888120.42295: results queue empty 138029 1726888120.42296: checking for any_errors_fatal 138029 1726888120.42306: done checking for any_errors_fatal 138029 1726888120.42307: checking for max_fail_percentage 138029 1726888120.42308: done checking for max_fail_percentage 138029 1726888120.42309: checking to see if all hosts have failed and the running result is not ok 138029 1726888120.42310: done checking to see if all hosts have failed 138029 1726888120.42311: getting the remaining hosts for this loop 138029 1726888120.42312: done getting the remaining hosts for this loop 138029 1726888120.42316: getting the next task for host managed_node3 138029 1726888120.42324: done getting next task for host managed_node3 138029 1726888120.42326: ^ task is: TASK: Check RAID active devices count 138029 1726888120.42334: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888120.42340: getting variables 138029 1726888120.42341: in VariableManager get_vars() 138029 1726888120.42375: Calling all_inventory to load vars for managed_node3 138029 1726888120.42378: Calling groups_inventory to load vars for managed_node3 138029 1726888120.42381: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888120.42393: Calling all_plugins_play to load vars for managed_node3 138029 1726888120.42396: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888120.42399: Calling groups_plugins_play to load vars for managed_node3 138029 1726888120.43002: WORKER PROCESS EXITING 138029 1726888120.43040: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888120.43650: done with get_vars() 138029 1726888120.43664: done getting variables 138029 1726888120.43706: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:40 -0400 (0:00:00.035) 0:02:13.160 ****** 138029 1726888120.43728: entering _queue_task() for managed_node3/assert 138029 1726888120.43933: worker is 1 (out of 1 available) 138029 1726888120.43945: exiting _queue_task() for managed_node3/assert 138029 1726888120.43961: done queuing things up, now waiting for results queue to drain 138029 1726888120.43962: waiting for pending results... 138029 1726888120.44142: running TaskExecutor() for managed_node3/TASK: Check RAID active devices count 138029 1726888120.44231: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011ef 138029 1726888120.44243: variable 'ansible_search_path' from source: unknown 138029 1726888120.44275: calling self._execute() 138029 1726888120.44359: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.44364: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.44374: variable 'omit' from source: magic vars 138029 1726888120.44673: variable 'storage_test_volume' from source: include params 138029 1726888120.44694: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888120.44697: when evaluation is False, skipping this task 138029 1726888120.44700: _execute() done 138029 1726888120.44703: dumping result to json 138029 1726888120.44705: done dumping result, returning 138029 1726888120.44710: done running TaskExecutor() for managed_node3/TASK: Check RAID active devices count [0affc8a3-6f6f-5a58-73a2-0000000011ef] 138029 1726888120.44716: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ef 138029 1726888120.44810: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ef 138029 1726888120.44814: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888120.44880: no more pending results, returning what we have 138029 1726888120.44882: results queue empty 138029 1726888120.44883: checking for any_errors_fatal 138029 1726888120.44888: done checking for any_errors_fatal 138029 1726888120.44889: checking for max_fail_percentage 138029 1726888120.44890: done checking for max_fail_percentage 138029 1726888120.44891: checking to see if all hosts have failed and the running result is not ok 138029 1726888120.44892: done checking to see if all hosts have failed 138029 1726888120.44893: getting the remaining hosts for this loop 138029 1726888120.44894: done getting the remaining hosts for this loop 138029 1726888120.44896: getting the next task for host managed_node3 138029 1726888120.44903: done getting next task for host managed_node3 138029 1726888120.44906: ^ task is: TASK: Check RAID spare devices count 138029 1726888120.44912: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888120.44916: getting variables 138029 1726888120.44917: in VariableManager get_vars() 138029 1726888120.44942: Calling all_inventory to load vars for managed_node3 138029 1726888120.44945: Calling groups_inventory to load vars for managed_node3 138029 1726888120.44947: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888120.44957: Calling all_plugins_play to load vars for managed_node3 138029 1726888120.44960: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888120.44963: Calling groups_plugins_play to load vars for managed_node3 138029 1726888120.45408: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888120.46054: done with get_vars() 138029 1726888120.46069: done getting variables 138029 1726888120.46123: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:40 -0400 (0:00:00.024) 0:02:13.185 ****** 138029 1726888120.46154: entering _queue_task() for managed_node3/assert 138029 1726888120.46404: worker is 1 (out of 1 available) 138029 1726888120.46417: exiting _queue_task() for managed_node3/assert 138029 1726888120.46431: done queuing things up, now waiting for results queue to drain 138029 1726888120.46432: waiting for pending results... 138029 1726888120.46650: running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count 138029 1726888120.46746: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011f0 138029 1726888120.46760: variable 'ansible_search_path' from source: unknown 138029 1726888120.46790: calling self._execute() 138029 1726888120.46877: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.46881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.46891: variable 'omit' from source: magic vars 138029 1726888120.47175: variable 'storage_test_volume' from source: include params 138029 1726888120.47196: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888120.47200: when evaluation is False, skipping this task 138029 1726888120.47203: _execute() done 138029 1726888120.47205: dumping result to json 138029 1726888120.47209: done dumping result, returning 138029 1726888120.47215: done running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count [0affc8a3-6f6f-5a58-73a2-0000000011f0] 138029 1726888120.47221: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011f0 138029 1726888120.47316: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011f0 138029 1726888120.47321: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888120.47373: no more pending results, returning what we have 138029 1726888120.47377: results queue empty 138029 1726888120.47378: checking for any_errors_fatal 138029 1726888120.47386: done checking for any_errors_fatal 138029 1726888120.47387: checking for max_fail_percentage 138029 1726888120.47389: done checking for max_fail_percentage 138029 1726888120.47389: checking to see if all hosts have failed and the running result is not ok 138029 1726888120.47390: done checking to see if all hosts have failed 138029 1726888120.47391: getting the remaining hosts for this loop 138029 1726888120.47392: done getting the remaining hosts for this loop 138029 1726888120.47395: getting the next task for host managed_node3 138029 1726888120.47401: done getting next task for host managed_node3 138029 1726888120.47403: ^ task is: TASK: Check RAID metadata version 138029 1726888120.47409: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888120.47412: getting variables 138029 1726888120.47413: in VariableManager get_vars() 138029 1726888120.47446: Calling all_inventory to load vars for managed_node3 138029 1726888120.47448: Calling groups_inventory to load vars for managed_node3 138029 1726888120.47450: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888120.47464: Calling all_plugins_play to load vars for managed_node3 138029 1726888120.47467: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888120.47469: Calling groups_plugins_play to load vars for managed_node3 138029 1726888120.47829: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888120.48211: done with get_vars() 138029 1726888120.48221: done getting variables 138029 1726888120.48261: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:40 -0400 (0:00:00.021) 0:02:13.206 ****** 138029 1726888120.48284: entering _queue_task() for managed_node3/assert 138029 1726888120.48465: worker is 1 (out of 1 available) 138029 1726888120.48477: exiting _queue_task() for managed_node3/assert 138029 1726888120.48489: done queuing things up, now waiting for results queue to drain 138029 1726888120.48491: waiting for pending results... 138029 1726888120.48677: running TaskExecutor() for managed_node3/TASK: Check RAID metadata version 138029 1726888120.48768: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011f1 138029 1726888120.48781: variable 'ansible_search_path' from source: unknown 138029 1726888120.48808: calling self._execute() 138029 1726888120.48894: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.48898: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.48907: variable 'omit' from source: magic vars 138029 1726888120.49192: variable 'storage_test_volume' from source: include params 138029 1726888120.49216: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888120.49219: when evaluation is False, skipping this task 138029 1726888120.49222: _execute() done 138029 1726888120.49225: dumping result to json 138029 1726888120.49228: done dumping result, returning 138029 1726888120.49233: done running TaskExecutor() for managed_node3/TASK: Check RAID metadata version [0affc8a3-6f6f-5a58-73a2-0000000011f1] 138029 1726888120.49238: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011f1 138029 1726888120.49330: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011f1 138029 1726888120.49333: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888120.49404: no more pending results, returning what we have 138029 1726888120.49407: results queue empty 138029 1726888120.49408: checking for any_errors_fatal 138029 1726888120.49415: done checking for any_errors_fatal 138029 1726888120.49416: checking for max_fail_percentage 138029 1726888120.49417: done checking for max_fail_percentage 138029 1726888120.49418: checking to see if all hosts have failed and the running result is not ok 138029 1726888120.49419: done checking to see if all hosts have failed 138029 1726888120.49420: getting the remaining hosts for this loop 138029 1726888120.49421: done getting the remaining hosts for this loop 138029 1726888120.49424: getting the next task for host managed_node3 138029 1726888120.49430: done getting next task for host managed_node3 138029 1726888120.49432: ^ task is: TASK: Check RAID chunk size 138029 1726888120.49437: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888120.49441: getting variables 138029 1726888120.49448: in VariableManager get_vars() 138029 1726888120.49476: Calling all_inventory to load vars for managed_node3 138029 1726888120.49479: Calling groups_inventory to load vars for managed_node3 138029 1726888120.49481: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888120.49487: Calling all_plugins_play to load vars for managed_node3 138029 1726888120.49489: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888120.49490: Calling groups_plugins_play to load vars for managed_node3 138029 1726888120.49857: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888120.50571: done with get_vars() 138029 1726888120.50587: done getting variables 138029 1726888120.50645: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:40 -0400 (0:00:00.023) 0:02:13.230 ****** 138029 1726888120.50681: entering _queue_task() for managed_node3/assert 138029 1726888120.50927: worker is 1 (out of 1 available) 138029 1726888120.50939: exiting _queue_task() for managed_node3/assert 138029 1726888120.50951: done queuing things up, now waiting for results queue to drain 138029 1726888120.50953: waiting for pending results... 138029 1726888120.51298: running TaskExecutor() for managed_node3/TASK: Check RAID chunk size 138029 1726888120.51367: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011f2 138029 1726888120.51371: variable 'ansible_search_path' from source: unknown 138029 1726888120.51401: calling self._execute() 138029 1726888120.51552: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.51558: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.51562: variable 'omit' from source: magic vars 138029 1726888120.51959: variable 'storage_test_volume' from source: include params 138029 1726888120.51982: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888120.51985: when evaluation is False, skipping this task 138029 1726888120.51988: _execute() done 138029 1726888120.51991: dumping result to json 138029 1726888120.51993: done dumping result, returning 138029 1726888120.52000: done running TaskExecutor() for managed_node3/TASK: Check RAID chunk size [0affc8a3-6f6f-5a58-73a2-0000000011f2] 138029 1726888120.52005: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011f2 138029 1726888120.52102: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011f2 138029 1726888120.52105: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888120.52152: no more pending results, returning what we have 138029 1726888120.52157: results queue empty 138029 1726888120.52158: checking for any_errors_fatal 138029 1726888120.52166: done checking for any_errors_fatal 138029 1726888120.52167: checking for max_fail_percentage 138029 1726888120.52169: done checking for max_fail_percentage 138029 1726888120.52169: checking to see if all hosts have failed and the running result is not ok 138029 1726888120.52170: done checking to see if all hosts have failed 138029 1726888120.52171: getting the remaining hosts for this loop 138029 1726888120.52172: done getting the remaining hosts for this loop 138029 1726888120.52176: getting the next task for host managed_node3 138029 1726888120.52185: done getting next task for host managed_node3 138029 1726888120.52188: ^ task is: TASK: Parse the actual size of the volume 138029 1726888120.52194: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888120.52198: getting variables 138029 1726888120.52199: in VariableManager get_vars() 138029 1726888120.52224: Calling all_inventory to load vars for managed_node3 138029 1726888120.52226: Calling groups_inventory to load vars for managed_node3 138029 1726888120.52229: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888120.52237: Calling all_plugins_play to load vars for managed_node3 138029 1726888120.52240: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888120.52242: Calling groups_plugins_play to load vars for managed_node3 138029 1726888120.52603: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888120.52987: done with get_vars() 138029 1726888120.52997: 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:08:40 -0400 (0:00:00.023) 0:02:13.254 ****** 138029 1726888120.53056: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888120.53244: worker is 1 (out of 1 available) 138029 1726888120.53258: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888120.53269: done queuing things up, now waiting for results queue to drain 138029 1726888120.53271: waiting for pending results... 138029 1726888120.53620: running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume 138029 1726888120.53871: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011f6 138029 1726888120.53874: variable 'ansible_search_path' from source: unknown 138029 1726888120.53877: calling self._execute() 138029 1726888120.53880: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.53883: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.53886: variable 'omit' from source: magic vars 138029 1726888120.54158: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888120.56259: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888120.56304: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888120.56342: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888120.56370: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888120.56391: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888120.56465: variable '_storage_test_volume_present' from source: set_fact 138029 1726888120.56476: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888120.56579: variable 'storage_test_volume' from source: include params 138029 1726888120.56598: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): True 138029 1726888120.56604: variable 'omit' from source: magic vars 138029 1726888120.56642: variable 'omit' from source: magic vars 138029 1726888120.56731: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888120.56749: variable 'storage_test_volume' from source: include params 138029 1726888120.56780: variable 'omit' from source: magic vars 138029 1726888120.56802: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888120.56823: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888120.56837: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888120.56850: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888120.56860: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888120.56876: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888120.56889: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888120.56911: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888120.56914: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.56916: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.56998: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888120.57002: Set connection var ansible_timeout to 10 138029 1726888120.57007: Set connection var ansible_pipelining to False 138029 1726888120.57010: Set connection var ansible_shell_type to sh 138029 1726888120.57012: Set connection var ansible_connection to ssh 138029 1726888120.57017: Set connection var ansible_shell_executable to /bin/sh 138029 1726888120.57037: variable 'ansible_shell_executable' from source: unknown 138029 1726888120.57040: variable 'ansible_connection' from source: unknown 138029 1726888120.57042: variable 'ansible_module_compression' from source: unknown 138029 1726888120.57044: variable 'ansible_shell_type' from source: unknown 138029 1726888120.57047: variable 'ansible_shell_executable' from source: unknown 138029 1726888120.57049: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888120.57053: variable 'ansible_pipelining' from source: unknown 138029 1726888120.57057: variable 'ansible_timeout' from source: unknown 138029 1726888120.57061: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888120.57152: 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) 138029 1726888120.57165: variable 'omit' from source: magic vars 138029 1726888120.57168: starting attempt loop 138029 1726888120.57171: running the handler 138029 1726888120.57180: _low_level_execute_command(): starting 138029 1726888120.57186: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888120.57649: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888120.57686: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888120.57690: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888120.57783: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888120.57787: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888120.57866: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888120.59610: stdout chunk (state=3): >>>/root <<< 138029 1726888120.59710: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888120.59736: stderr chunk (state=3): >>><<< 138029 1726888120.59740: stdout chunk (state=3): >>><<< 138029 1726888120.59759: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888120.59772: _low_level_execute_command(): starting 138029 1726888120.59778: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888120.5976162-141970-25710598070187 `" && echo ansible-tmp-1726888120.5976162-141970-25710598070187="` echo /root/.ansible/tmp/ansible-tmp-1726888120.5976162-141970-25710598070187 `" ) && sleep 0' 138029 1726888120.60192: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888120.60196: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888120.60199: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888120.60201: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888120.60239: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888120.60254: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888120.60302: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888120.64838: stdout chunk (state=3): >>>ansible-tmp-1726888120.5976162-141970-25710598070187=/root/.ansible/tmp/ansible-tmp-1726888120.5976162-141970-25710598070187 <<< 138029 1726888120.65004: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888120.65015: stderr chunk (state=3): >>><<< 138029 1726888120.65018: stdout chunk (state=3): >>><<< 138029 1726888120.65034: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888120.5976162-141970-25710598070187=/root/.ansible/tmp/ansible-tmp-1726888120.5976162-141970-25710598070187 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888120.65083: variable 'ansible_module_compression' from source: unknown 138029 1726888120.65114: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888120.65154: variable 'ansible_facts' from source: unknown 138029 1726888120.65220: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888120.5976162-141970-25710598070187/AnsiballZ_bsize.py 138029 1726888120.65318: Sending initial data 138029 1726888120.65322: Sent initial data (155 bytes) 138029 1726888120.65849: 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 <<< 138029 1726888120.65852: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888120.65857: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888120.65859: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888120.65864: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888120.65912: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888120.65920: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888120.65978: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888120.67625: 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 <<< 138029 1726888120.67628: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888120.67669: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888120.67718: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpa4lwwx6v /root/.ansible/tmp/ansible-tmp-1726888120.5976162-141970-25710598070187/AnsiballZ_bsize.py <<< 138029 1726888120.67721: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888120.5976162-141970-25710598070187/AnsiballZ_bsize.py" <<< 138029 1726888120.67766: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpa4lwwx6v" to remote "/root/.ansible/tmp/ansible-tmp-1726888120.5976162-141970-25710598070187/AnsiballZ_bsize.py" <<< 138029 1726888120.67772: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888120.5976162-141970-25710598070187/AnsiballZ_bsize.py" <<< 138029 1726888120.68308: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888120.68345: stderr chunk (state=3): >>><<< 138029 1726888120.68349: stdout chunk (state=3): >>><<< 138029 1726888120.68403: done transferring module to remote 138029 1726888120.68414: _low_level_execute_command(): starting 138029 1726888120.68417: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888120.5976162-141970-25710598070187/ /root/.ansible/tmp/ansible-tmp-1726888120.5976162-141970-25710598070187/AnsiballZ_bsize.py && sleep 0' 138029 1726888120.69135: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888120.69141: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888120.69194: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888120.69237: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888120.71194: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888120.71198: stdout chunk (state=3): >>><<< 138029 1726888120.71199: stderr chunk (state=3): >>><<< 138029 1726888120.71265: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888120.71273: _low_level_execute_command(): starting 138029 1726888120.71276: _low_level_execute_command(): using become for this command 138029 1726888120.71279: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ebrlzabcalaixnnfsvioweothcsroode ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888120.5976162-141970-25710598070187/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888120.71445: Initial state: awaiting_escalation: BECOME-SUCCESS-ebrlzabcalaixnnfsvioweothcsroode 138029 1726888120.72193: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888120.72274: stderr chunk (state=1): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888120.72312: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888120.72385: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888120.72441: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888120.72603: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888120.75567: stdout chunk (state=1): >>>BECOME-SUCCESS-ebrlzabcalaixnnfsvioweothcsroode <<< 138029 1726888120.75590: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ebrlzabcalaixnnfsvioweothcsroode' 138029 1726888120.75907: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888120.75960: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888120.75980: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888120.75992: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888120.76061: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888120.76066: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888120.76087: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888120.76129: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888120.76153: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888120.76206: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888120.76223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888120.76232: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888120.76282: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888120.76323: 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 0x7f64374183e0> <<< 138029 1726888120.76335: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64373e7a10> <<< 138029 1726888120.76364: 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' <<< 138029 1726888120.76381: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643741a960> <<< 138029 1726888120.76390: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888120.76426: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888120.76459: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888120.76486: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888120.76572: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888120.76594: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888120.76627: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888120.76645: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888120.76670: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888120.76675: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888120.76696: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888120.76718: 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 <<< 138029 1726888120.76723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888120.76749: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64371e8fe0> <<< 138029 1726888120.76820: 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 <<< 138029 1726888120.76834: 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 0x7f64371e9fd0> <<< 138029 1726888120.76859: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888120.76891: 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. <<< 138029 1726888120.77126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888120.77129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888120.77148: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888120.77169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888120.77189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888120.77222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888120.77240: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888120.77273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888120.77283: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643722fdd0> <<< 138029 1726888120.77305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888120.77318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888120.77349: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643722ffe0> <<< 138029 1726888120.77382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888120.77399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888120.77431: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888120.77475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888120.77493: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888120.77515: 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' <<< 138029 1726888120.77531: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643725f7a0> <<< 138029 1726888120.77542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888120.77566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888120.77570: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643725fe30> <<< 138029 1726888120.77583: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888120.77644: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643723faa0> import '_functools' # <<< 138029 1726888120.77672: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643723d1c0> <<< 138029 1726888120.77759: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643722cf80> <<< 138029 1726888120.77788: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888120.77821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888120.77846: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888120.77849: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888120.77879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888120.77912: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888120.77915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888120.77959: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437283710> <<< 138029 1726888120.77968: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437282330> <<< 138029 1726888120.78024: 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 0x7f643723e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437280b60> <<< 138029 1726888120.78048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888120.78051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372b4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643722c200> <<< 138029 1726888120.78090: 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' <<< 138029 1726888120.78142: 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 0x7f64372b4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372b4ad0> <<< 138029 1726888120.78172: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888120.78175: 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 0x7f64372b4e90> <<< 138029 1726888120.78177: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437222d20> <<< 138029 1726888120.78209: 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' <<< 138029 1726888120.78248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888120.78285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888120.78289: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372b5550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372b5220> import 'importlib.machinery' # <<< 138029 1726888120.78338: 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' <<< 138029 1726888120.78353: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372b6450> <<< 138029 1726888120.78390: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888120.78393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888120.78460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888120.78495: 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 0x7f64372cc680> import 'errno' # <<< 138029 1726888120.78498: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888120.78545: 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 0x7f64372cdd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888120.78552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888120.78581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888120.78588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372cec00> <<< 138029 1726888120.78631: 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 0x7f64372cf260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372ce150> <<< 138029 1726888120.78664: 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' <<< 138029 1726888120.78724: 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 0x7f64372cfce0> <<< 138029 1726888120.78735: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372cf410> <<< 138029 1726888120.78768: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372b64b0> <<< 138029 1726888120.78786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888120.78813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888120.78842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888120.78862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888120.78895: 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 0x7f643704bb60> <<< 138029 1726888120.78915: 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' <<< 138029 1726888120.78954: 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 0x7f64370745c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437074350> <<< 138029 1726888120.79001: 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 0x7f64370745f0> <<< 138029 1726888120.79030: 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' <<< 138029 1726888120.79082: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888120.79209: 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 0x7f6437074ef0> <<< 138029 1726888120.79340: 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 0x7f64370757f0> <<< 138029 1726888120.79349: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64370747d0> <<< 138029 1726888120.79369: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437049d00> <<< 138029 1726888120.79387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888120.79404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888120.79418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888120.79461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437076ba0> <<< 138029 1726888120.79479: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437075910> <<< 138029 1726888120.79520: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372b6ba0> <<< 138029 1726888120.79529: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888120.79577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888120.79600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888120.79630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888120.79669: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64370a2f00> <<< 138029 1726888120.79738: 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' <<< 138029 1726888120.79752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888120.79774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888120.79814: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64370cb2c0> <<< 138029 1726888120.79839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888120.79884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888120.79936: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888120.79966: 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 0x7f64370f3fb0> <<< 138029 1726888120.79983: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888120.80018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888120.80043: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888120.80081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888120.80171: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437126810> <<< 138029 1726888120.80243: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64371241d0> <<< 138029 1726888120.80277: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64370cbf50> <<< 138029 1726888120.80305: 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' <<< 138029 1726888120.80322: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436f29100> <<< 138029 1726888120.80342: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64370ca0c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437077ad0> <<< 138029 1726888120.81558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888120.81580: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f64370ca6c0> <<< 138029 1726888120.83701: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_xrtqqsm7/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 138029 1726888120.83704: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.83823: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.83859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888120.83869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888120.83921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888120.83991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888120.84033: 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' <<< 138029 1726888120.84037: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436f76ea0> import '_typing' # <<< 138029 1726888120.84240: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436f59d90> <<< 138029 1726888120.84247: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436f58ef0> # zipimport: zlib available <<< 138029 1726888120.84284: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888120.84295: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.84298: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.84332: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.84359: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888120.84376: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.85776: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.86913: 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 0x7f6436f76150> <<< 138029 1726888120.86957: 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' <<< 138029 1726888120.86977: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888120.86999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888120.87007: 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' <<< 138029 1726888120.87051: 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 0x7f6436fae870> <<< 138029 1726888120.87075: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436fae600> <<< 138029 1726888120.87106: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436fadf10> <<< 138029 1726888120.87130: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888120.87142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888120.87181: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436fae360> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436f5be90> import 'atexit' # <<< 138029 1726888120.87235: 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 0x7f6436faf620> <<< 138029 1726888120.87267: 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 0x7f6436faf860> <<< 138029 1726888120.87288: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888120.87329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888120.87338: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888120.87399: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436fafda0> <<< 138029 1726888120.87419: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888120.87441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888120.87476: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436911af0> <<< 138029 1726888120.87521: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888120.87533: 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 0x7f6436913710> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888120.87551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888120.87583: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64369140e0> <<< 138029 1726888120.87608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888120.87640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888120.87666: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436915280> <<< 138029 1726888120.87678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888120.87720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888120.87743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888120.87763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888120.87800: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436917ce0> <<< 138029 1726888120.87840: 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 0x7f64370a2e70> <<< 138029 1726888120.87859: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436915fa0> <<< 138029 1726888120.87884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888120.87908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888120.87944: 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' <<< 138029 1726888120.87958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888120.87987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888120.88011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888120.88047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643691faa0> <<< 138029 1726888120.88051: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888120.88109: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643691e5a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643691e300> <<< 138029 1726888120.88126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888120.88150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888120.88225: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643691e840> <<< 138029 1726888120.88249: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64369164b0> <<< 138029 1726888120.88285: 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 0x7f6436963d40> <<< 138029 1726888120.88316: 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 0x7f6436963fb0> <<< 138029 1726888120.88324: 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 <<< 138029 1726888120.88353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888120.88398: 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' <<< 138029 1726888120.88421: 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 0x7f64369659d0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436965790> <<< 138029 1726888120.88425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888120.88577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888120.88615: 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 0x7f6436967f20> <<< 138029 1726888120.88631: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64369660c0> <<< 138029 1726888120.88644: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888120.88704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888120.88736: 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' # <<< 138029 1726888120.88777: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643696b740> <<< 138029 1726888120.88899: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436968110> <<< 138029 1726888120.88988: 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 0x7f643696ca70> <<< 138029 1726888120.88997: 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 0x7f643696c920> <<< 138029 1726888120.89039: 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 0x7f643696cb90> <<< 138029 1726888120.89073: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64369640e0> <<< 138029 1726888120.89099: 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' <<< 138029 1726888120.89101: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888120.89121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888120.89151: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888120.89177: 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 0x7f64369f8140> <<< 138029 1726888120.89324: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888120.89336: 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 0x7f64369f9280> <<< 138029 1726888120.89343: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643696e8d0> <<< 138029 1726888120.89384: 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 0x7f643696fc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643696e540> <<< 138029 1726888120.89399: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.89413: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.89431: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888120.89434: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.89531: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.89620: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.89643: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888120.89666: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.89692: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888120.89805: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.89932: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.90477: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.91021: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888120.91042: 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' # <<< 138029 1726888120.91073: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888120.91089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888120.91138: 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 0x7f64369fd460> <<< 138029 1726888120.91214: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888120.91219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888120.91246: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64369fe210> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64369f9490> <<< 138029 1726888120.91312: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888120.91315: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.91341: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.91346: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888120.91371: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.91508: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.91673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888120.91687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64369fe270> <<< 138029 1726888120.91693: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.92165: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.92613: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.92690: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.92772: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888120.92778: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.92814: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.92859: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888120.92861: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.92932: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.93010: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888120.93029: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.93052: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.93057: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888120.93066: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.93109: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.93150: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888120.93170: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.93383: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.93621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888120.93680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888120.93696: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888120.93770: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64369ff440> <<< 138029 1726888120.93774: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.93851: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.93930: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888120.93946: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888120.93965: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.94009: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.94050: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888120.94065: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.94104: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.94156: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.94207: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.94293: 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 <<< 138029 1726888120.94323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888120.94408: 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 0x7f6436809ee0> <<< 138029 1726888120.94444: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436806ff0> <<< 138029 1726888120.94482: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888120.94485: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.94552: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.94611: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.94643: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.94691: 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 <<< 138029 1726888120.94694: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888120.94713: 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 <<< 138029 1726888120.94739: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888120.94757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888120.94821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888120.94841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888120.94864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888120.94919: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436902960> <<< 138029 1726888120.94964: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436fe6630> <<< 138029 1726888120.95049: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643680a030> <<< 138029 1726888120.95052: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64369ff050> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888120.95064: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95095: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95123: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888120.95175: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888120.95192: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95215: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95219: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888120.95240: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95244: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95263: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 138029 1726888120.95271: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95294: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888120.95302: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95327: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888120.95336: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95364: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888120.95375: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95417: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95476: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95483: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95489: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888120.95519: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95528: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888120.95543: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95645: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95741: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888120.95816: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888120.95945: stdout chunk (state=3): >>> {"changed": false, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3G"}}} <<< 138029 1726888120.95966: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888120.96299: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path<<< 138029 1726888120.96302: stdout chunk (state=3): >>> # clear sys.argv # clear sys.ps1 # clear sys.ps2<<< 138029 1726888120.96318: 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 <<< 138029 1726888120.96366: 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 <<< 138029 1726888120.96372: stdout chunk (state=3): >>># cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch <<< 138029 1726888120.96395: 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 <<< 138029 1726888120.96435: stdout chunk (state=3): >>># cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing 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 <<< 138029 1726888120.96443: 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 <<< 138029 1726888120.96472: 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.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 <<< 138029 1726888120.96703: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888120.96718: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888120.96730: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888120.96745: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888120.96756: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888120.96792: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath <<< 138029 1726888120.96814: stdout chunk (state=3): >>># destroy importlib <<< 138029 1726888120.96817: 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 <<< 138029 1726888120.96834: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 138029 1726888120.96848: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888120.96867: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888120.96896: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888120.96899: stdout chunk (state=3): >>># destroy array <<< 138029 1726888120.96919: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888120.96922: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888120.96936: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse<<< 138029 1726888120.96942: stdout chunk (state=3): >>> # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888120.96989: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888120.96994: 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 <<< 138029 1726888120.97018: 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 <<< 138029 1726888120.97024: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888120.97032: 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 <<< 138029 1726888120.97084: stdout chunk (state=3): >>># 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 <<< 138029 1726888120.97108: 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 <<< 138029 1726888120.97117: 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 <<< 138029 1726888120.97142: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 138029 1726888120.97147: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888120.97273: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888120.97285: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888120.97317: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888120.97322: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888120.97343: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888120.97373: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888120.97386: 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 <<< 138029 1726888120.97406: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888120.97498: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888120.97502: 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 <<< 138029 1726888120.97534: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888120.97540: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888120.97568: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888120.97573: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888120.97600: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888120.97605: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888120.98075: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888120.98107: stderr chunk (state=3): >>><<< 138029 1726888120.98110: stdout chunk (state=3): >>><<< 138029 1726888120.98192: _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 0x7f64374183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64373e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643741a960> 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 0x7f64371e8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f64371e9fd0> 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 0x7f643722fdd0> # /usr/lib64/python3.12/__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 0x7f643722ffe0> # /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 0x7f643725f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643725fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643723faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643723d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643722cf80> # /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 0x7f6437283710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437282330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643723e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437280b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372b4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643722c200> # /usr/lib64/python3.12/__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 0x7f64372b4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372b4ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64372b4e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437222d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f64372b5550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372b5220> 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 0x7f64372b6450> 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 0x7f64372cc680> 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 0x7f64372cdd90> # /usr/lib64/python3.12/__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 0x7f64372cec00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64372cf260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372ce150> # /usr/lib64/python3.12/__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 0x7f64372cfce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372cf410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372b64b0> # /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 0x7f643704bb60> # /usr/lib64/python3.12/__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 0x7f64370745c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437074350> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64370745f0> # /usr/lib64/python3.12/__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 0x7f6437074ef0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64370757f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64370747d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437049d00> # /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 0x7f6437076ba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437075910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64372b6ba0> # /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 0x7f64370a2f00> # /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 0x7f64370cb2c0> # /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 0x7f64370f3fb0> # /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 0x7f6437126810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64371241d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64370cbf50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436f29100> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64370ca0c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6437077ad0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f64370ca6c0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_xrtqqsm7/ansible_fedora.linux_system_roles.bsize_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 0x7f6436f76ea0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436f59d90> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436f58ef0> # 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 0x7f6436f76150> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f6436fae870> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436fae600> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436fadf10> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f6436fae360> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436f5be90> 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 0x7f6436faf620> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6436faf860> # /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 0x7f6436fafda0> 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 0x7f6436911af0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6436913710> # /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 0x7f64369140e0> # /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 0x7f6436915280> # /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 0x7f6436917ce0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64370a2e70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436915fa0> # /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 0x7f643691faa0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643691e5a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643691e300> # /usr/lib64/python3.12/__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 0x7f643691e840> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64369164b0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6436963d40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436963fb0> # /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 0x7f64369659d0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436965790> # /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 0x7f6436967f20> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64369660c0> # /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 0x7f643696b740> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436968110> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f643696ca70> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f643696c920> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f643696cb90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64369640e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f64369f8140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64369f9280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643696e8d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f643696fc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643696e540> # 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 0x7f64369fd460> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f64369fe210> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64369f9490> 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 0x7f64369fe270> # 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 0x7f64369ff440> # 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 0x7f6436809ee0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436806ff0> 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 0x7f6436902960> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6436fe6630> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f643680a030> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64369ff050> # 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, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3G"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888120.98738: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '3G', '_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.bsize', '_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-1726888120.5976162-141970-25710598070187/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888120.98741: _low_level_execute_command(): starting 138029 1726888120.98743: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888120.5976162-141970-25710598070187/ > /dev/null 2>&1 && sleep 0' 138029 1726888120.98846: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888120.98869: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888120.98872: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888120.98924: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888120.98928: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888120.98983: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888121.00838: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888121.00862: stderr chunk (state=3): >>><<< 138029 1726888121.00866: stdout chunk (state=3): >>><<< 138029 1726888121.00881: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888121.00887: handler run complete 138029 1726888121.00899: attempt loop complete, returning result 138029 1726888121.00902: _execute() done 138029 1726888121.00905: dumping result to json 138029 1726888121.00907: done dumping result, returning 138029 1726888121.00916: done running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume [0affc8a3-6f6f-5a58-73a2-0000000011f6] 138029 1726888121.00920: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011f6 138029 1726888121.01014: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011f6 138029 1726888121.01017: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } 138029 1726888121.01070: no more pending results, returning what we have 138029 1726888121.01074: results queue empty 138029 1726888121.01075: checking for any_errors_fatal 138029 1726888121.01083: done checking for any_errors_fatal 138029 1726888121.01083: checking for max_fail_percentage 138029 1726888121.01085: done checking for max_fail_percentage 138029 1726888121.01086: checking to see if all hosts have failed and the running result is not ok 138029 1726888121.01086: done checking to see if all hosts have failed 138029 1726888121.01087: getting the remaining hosts for this loop 138029 1726888121.01089: done getting the remaining hosts for this loop 138029 1726888121.01092: getting the next task for host managed_node3 138029 1726888121.01100: done getting next task for host managed_node3 138029 1726888121.01103: ^ task is: TASK: Parse the requested size of the volume 138029 1726888121.01109: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888121.01113: getting variables 138029 1726888121.01115: in VariableManager get_vars() 138029 1726888121.01147: Calling all_inventory to load vars for managed_node3 138029 1726888121.01149: Calling groups_inventory to load vars for managed_node3 138029 1726888121.01152: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888121.01164: Calling all_plugins_play to load vars for managed_node3 138029 1726888121.01167: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888121.01170: Calling groups_plugins_play to load vars for managed_node3 138029 1726888121.01597: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888121.01987: done with get_vars() 138029 1726888121.01999: 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:08:41 -0400 (0:00:00.490) 0:02:13.744 ****** 138029 1726888121.02065: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888121.02274: worker is 1 (out of 1 available) 138029 1726888121.02288: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888121.02300: done queuing things up, now waiting for results queue to drain 138029 1726888121.02302: waiting for pending results... 138029 1726888121.02500: running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume 138029 1726888121.02593: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011f7 138029 1726888121.02606: variable 'ansible_search_path' from source: unknown 138029 1726888121.02637: calling self._execute() 138029 1726888121.02723: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888121.02727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888121.02735: variable 'omit' from source: magic vars 138029 1726888121.03013: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888121.04503: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888121.04549: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888121.04588: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888121.04613: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888121.04632: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888121.04710: variable '_storage_test_volume_present' from source: set_fact 138029 1726888121.04723: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888121.04817: variable 'storage_test_volume' from source: include params 138029 1726888121.04836: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888121.04952: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888121.04977: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888121.04997: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888121.05022: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888121.05037: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888121.05098: variable 'storage_test_volume' from source: include params 138029 1726888121.05112: Evaluated conditional ('%' not in storage_test_volume.size | string): True 138029 1726888121.05117: variable 'omit' from source: magic vars 138029 1726888121.05162: variable 'omit' from source: magic vars 138029 1726888121.05229: variable 'storage_test_volume' from source: include params 138029 1726888121.05253: variable 'omit' from source: magic vars 138029 1726888121.05277: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888121.05297: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888121.05315: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888121.05328: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888121.05337: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888121.05350: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888121.05367: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888121.05389: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888121.05391: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888121.05394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888121.05476: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888121.05479: Set connection var ansible_timeout to 10 138029 1726888121.05485: Set connection var ansible_pipelining to False 138029 1726888121.05488: Set connection var ansible_shell_type to sh 138029 1726888121.05490: Set connection var ansible_connection to ssh 138029 1726888121.05494: Set connection var ansible_shell_executable to /bin/sh 138029 1726888121.05512: variable 'ansible_shell_executable' from source: unknown 138029 1726888121.05515: variable 'ansible_connection' from source: unknown 138029 1726888121.05517: variable 'ansible_module_compression' from source: unknown 138029 1726888121.05519: variable 'ansible_shell_type' from source: unknown 138029 1726888121.05521: variable 'ansible_shell_executable' from source: unknown 138029 1726888121.05526: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888121.05528: variable 'ansible_pipelining' from source: unknown 138029 1726888121.05530: variable 'ansible_timeout' from source: unknown 138029 1726888121.05533: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888121.05624: 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) 138029 1726888121.05632: variable 'omit' from source: magic vars 138029 1726888121.05637: starting attempt loop 138029 1726888121.05640: running the handler 138029 1726888121.05653: _low_level_execute_command(): starting 138029 1726888121.05660: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888121.06165: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888121.06169: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.06172: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888121.06174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888121.06176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.06213: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888121.06226: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888121.06285: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888121.07968: stdout chunk (state=3): >>>/root <<< 138029 1726888121.08071: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888121.08101: stderr chunk (state=3): >>><<< 138029 1726888121.08105: stdout chunk (state=3): >>><<< 138029 1726888121.08122: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888121.08135: _low_level_execute_command(): starting 138029 1726888121.08143: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888121.0812292-141996-140618130396813 `" && echo ansible-tmp-1726888121.0812292-141996-140618130396813="` echo /root/.ansible/tmp/ansible-tmp-1726888121.0812292-141996-140618130396813 `" ) && sleep 0' 138029 1726888121.08577: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888121.08581: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888121.08583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.08585: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888121.08587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.08638: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888121.08642: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888121.08646: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888121.08691: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888121.13522: stdout chunk (state=3): >>>ansible-tmp-1726888121.0812292-141996-140618130396813=/root/.ansible/tmp/ansible-tmp-1726888121.0812292-141996-140618130396813 <<< 138029 1726888121.13637: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888121.13670: stderr chunk (state=3): >>><<< 138029 1726888121.13673: stdout chunk (state=3): >>><<< 138029 1726888121.13688: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888121.0812292-141996-140618130396813=/root/.ansible/tmp/ansible-tmp-1726888121.0812292-141996-140618130396813 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888121.13734: variable 'ansible_module_compression' from source: unknown 138029 1726888121.13772: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888121.13803: variable 'ansible_facts' from source: unknown 138029 1726888121.13858: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888121.0812292-141996-140618130396813/AnsiballZ_bsize.py 138029 1726888121.13957: Sending initial data 138029 1726888121.13961: Sent initial data (156 bytes) 138029 1726888121.14415: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888121.14418: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888121.14420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.14422: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888121.14424: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.14478: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888121.14481: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888121.14483: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888121.14534: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888121.16160: 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 <<< 138029 1726888121.16169: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888121.16198: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888121.16246: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp4rw7czfw /root/.ansible/tmp/ansible-tmp-1726888121.0812292-141996-140618130396813/AnsiballZ_bsize.py <<< 138029 1726888121.16252: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888121.0812292-141996-140618130396813/AnsiballZ_bsize.py" <<< 138029 1726888121.16296: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp4rw7czfw" to remote "/root/.ansible/tmp/ansible-tmp-1726888121.0812292-141996-140618130396813/AnsiballZ_bsize.py" <<< 138029 1726888121.16299: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888121.0812292-141996-140618130396813/AnsiballZ_bsize.py" <<< 138029 1726888121.16853: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888121.16894: stderr chunk (state=3): >>><<< 138029 1726888121.16897: stdout chunk (state=3): >>><<< 138029 1726888121.16938: done transferring module to remote 138029 1726888121.16950: _low_level_execute_command(): starting 138029 1726888121.16953: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888121.0812292-141996-140618130396813/ /root/.ansible/tmp/ansible-tmp-1726888121.0812292-141996-140618130396813/AnsiballZ_bsize.py && sleep 0' 138029 1726888121.17401: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888121.17404: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888121.17406: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.17408: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888121.17410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888121.17412: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.17454: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888121.17460: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888121.17514: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888121.19298: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888121.19320: stderr chunk (state=3): >>><<< 138029 1726888121.19323: stdout chunk (state=3): >>><<< 138029 1726888121.19339: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888121.19342: _low_level_execute_command(): starting 138029 1726888121.19344: _low_level_execute_command(): using become for this command 138029 1726888121.19357: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-gqnvsluwxnnqfzuzvartmbbktqroyusl ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888121.0812292-141996-140618130396813/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888121.19436: Initial state: awaiting_escalation: BECOME-SUCCESS-gqnvsluwxnnqfzuzvartmbbktqroyusl 138029 1726888121.19817: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888121.19823: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.19861: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888121.19866: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888121.19916: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888121.22838: stdout chunk (state=1): >>>BECOME-SUCCESS-gqnvsluwxnnqfzuzvartmbbktqroyusl <<< 138029 1726888121.22842: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-gqnvsluwxnnqfzuzvartmbbktqroyusl' 138029 1726888121.23169: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888121.23205: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888121.23238: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888121.23245: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888121.23307: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888121.23318: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888121.23353: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888121.23386: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888121.23403: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888121.23417: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888121.23472: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888121.23479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888121.23491: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888121.23514: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888121.23550: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888121.23575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888121.23590: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b8183e0> <<< 138029 1726888121.23596: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b7e7a10> <<< 138029 1726888121.23646: 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 0x7f2c2b81a960> <<< 138029 1726888121.23649: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888121.23681: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888121.23688: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888121.23701: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888121.23736: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888121.23825: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888121.23858: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888121.23865: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888121.23888: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888121.23903: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888121.23911: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888121.23937: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888121.23940: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888121.23958: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888121.23988: 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 <<< 138029 1726888121.23991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888121.24018: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b5c8fe0> <<< 138029 1726888121.24082: 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 <<< 138029 1726888121.24091: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888121.24099: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b5c9fd0> <<< 138029 1726888121.24123: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888121.24158: 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. <<< 138029 1726888121.24378: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888121.24394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888121.24436: 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' <<< 138029 1726888121.24447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888121.24492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888121.24509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888121.24541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888121.24549: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b60fdd0> <<< 138029 1726888121.24575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888121.24588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888121.24617: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888121.24620: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b60ffe0> <<< 138029 1726888121.24646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888121.24670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888121.24696: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888121.24745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888121.24766: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888121.24786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 138029 1726888121.24804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b63f7a0> <<< 138029 1726888121.24810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888121.24833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888121.24847: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b63fe30> <<< 138029 1726888121.24858: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888121.24903: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b61faa0> <<< 138029 1726888121.24915: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888121.24947: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b61d1c0> <<< 138029 1726888121.25037: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b60cf80> <<< 138029 1726888121.25067: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888121.25086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888121.25094: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888121.25120: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888121.25145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888121.25170: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888121.25173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888121.25208: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b663710> <<< 138029 1726888121.25218: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b662330> <<< 138029 1726888121.25257: 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 0x7f2c2b61e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b660b60> <<< 138029 1726888121.25310: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888121.25313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b694770> <<< 138029 1726888121.25332: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b60c200> <<< 138029 1726888121.25347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 138029 1726888121.25360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888121.25377: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888121.25396: 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 0x7f2c2b694c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b694ad0> <<< 138029 1726888121.25427: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888121.25443: 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 0x7f2c2b694e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b602d20> <<< 138029 1726888121.25475: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888121.25486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888121.25491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888121.25524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888121.25542: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b695550> <<< 138029 1726888121.25559: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b695220> import 'importlib.machinery' # <<< 138029 1726888121.25587: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888121.25591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888121.25614: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b696450> <<< 138029 1726888121.25618: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888121.25637: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888121.25658: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888121.25692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888121.25725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888121.25732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b6ac680> <<< 138029 1726888121.25737: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888121.25772: 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 0x7f2c2b6add90> <<< 138029 1726888121.25800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888121.25803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888121.25839: 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' <<< 138029 1726888121.25856: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b6aec00> <<< 138029 1726888121.25895: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888121.25902: 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 0x7f2c2b6af260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b6ae150> <<< 138029 1726888121.25926: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888121.25937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888121.25975: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888121.25979: 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 0x7f2c2b6afce0> <<< 138029 1726888121.26001: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b6af410> <<< 138029 1726888121.26036: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b6964b0> <<< 138029 1726888121.26065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888121.26087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888121.26112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888121.26131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888121.26169: 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 0x7f2c2b433b60> <<< 138029 1726888121.26196: 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' <<< 138029 1726888121.26227: 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' <<< 138029 1726888121.26232: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2b45c5c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b45c350> <<< 138029 1726888121.26270: 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 0x7f2c2b45c5f0> <<< 138029 1726888121.26299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888121.26310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888121.26378: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888121.26507: 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 0x7f2c2b45cef0> <<< 138029 1726888121.26621: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888121.26642: 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 0x7f2c2b45d7f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b45c7d0> <<< 138029 1726888121.26654: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b431d00><<< 138029 1726888121.26671: stdout chunk (state=3): >>> <<< 138029 1726888121.26692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888121.26716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888121.26739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888121.26754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888121.26763: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b45eba0> <<< 138029 1726888121.26790: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b45d910> <<< 138029 1726888121.26803: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b696ba0> <<< 138029 1726888121.26832: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888121.26891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888121.26916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888121.26947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888121.26981: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b48af00> <<< 138029 1726888121.27028: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888121.27048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888121.27068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888121.27092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888121.27129: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b4b32c0> <<< 138029 1726888121.27156: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888121.27198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888121.27254: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888121.27282: 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 0x7f2c2b4dbfb0> <<< 138029 1726888121.27304: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888121.27330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888121.27358: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888121.27393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888121.27486: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b50e810> <<< 138029 1726888121.27559: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b50c1d0> <<< 138029 1726888121.27596: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b4b3f50> <<< 138029 1726888121.27659: 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' <<< 138029 1726888121.27663: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b3150d0> <<< 138029 1726888121.27691: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b4b20c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b45fad0> <<< 138029 1726888121.29976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888121.30006: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2c2b4b26c0> <<< 138029 1726888121.34482: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_6r987zku/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 138029 1726888121.34657: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.34660: 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' <<< 138029 1726888121.34703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888121.34779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888121.34835: 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 0x7f2c2b362e70> <<< 138029 1726888121.34848: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888121.35183: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b345d60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b344ec0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888121.36528: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.37641: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888121.37668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b360d10> <<< 138029 1726888121.37698: 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' <<< 138029 1726888121.37777: 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 0x7f2c2b39a900> <<< 138029 1726888121.37800: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b39a690> <<< 138029 1726888121.37864: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b399fa0> <<< 138029 1726888121.37883: 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' <<< 138029 1726888121.37980: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b39a3f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b363890> import 'atexit' # <<< 138029 1726888121.38006: 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 0x7f2c2b39b5f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2b39b830> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888121.38046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888121.38190: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888121.38198: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b39bd40> 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 0x7f2c2ad1d9d0> <<< 138029 1726888121.38225: 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 0x7f2c2ad1f680> <<< 138029 1726888121.38258: 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' <<< 138029 1726888121.38302: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad1ff80> <<< 138029 1726888121.38319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888121.38591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad20f50> # /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 0x7f2c2ad23c80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2b48ae70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad21f40> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888121.38638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888121.38641: 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' <<< 138029 1726888121.38659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888121.38689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888121.38720: 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 0x7f2c2ad2bb00> <<< 138029 1726888121.38736: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888121.38800: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad2a5d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad2a330> <<< 138029 1726888121.38820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888121.38841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888121.38899: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad2a840> <<< 138029 1726888121.39093: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad22450> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2ad6fda0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad6ff80> # /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 0x7f2c2ad719d0> <<< 138029 1726888121.39116: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad71790> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888121.39220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888121.39278: 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 0x7f2c2ad73ef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad720c0> <<< 138029 1726888121.39301: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888121.39342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888121.39374: 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' # <<< 138029 1726888121.39422: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad77650> <<< 138029 1726888121.39559: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad73fe0> <<< 138029 1726888121.39648: 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 0x7f2c2ad78410> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2ad78680> <<< 138029 1726888121.39689: 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 0x7f2c2ad78a10> <<< 138029 1726888121.39780: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad70110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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' <<< 138029 1726888121.39805: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888121.39827: 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 0x7f2c2ad7bfe0> <<< 138029 1726888121.39978: 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 0x7f2c2ac052b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad7a810> <<< 138029 1726888121.40009: 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 0x7f2c2ad7bbc0> <<< 138029 1726888121.40083: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad7a420> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888121.40151: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.40263: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888121.40390: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888121.40423: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.40546: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.41080: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.41639: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888121.41658: 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' # <<< 138029 1726888121.41688: 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' <<< 138029 1726888121.41720: 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 0x7f2c2ac09520> <<< 138029 1726888121.41800: 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' <<< 138029 1726888121.41822: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ac0a270> <<< 138029 1726888121.41838: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ac05610> <<< 138029 1726888121.41889: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888121.41916: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.41927: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.41947: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888121.42278: 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 0x7f2c2ac09fd0> # zipimport: zlib available <<< 138029 1726888121.42727: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.43186: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.43258: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.43334: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888121.43351: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.43379: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.43416: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888121.43441: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.43489: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.43580: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888121.43622: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888121.43637: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.43675: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.43717: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888121.43720: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.43946: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.44180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888121.44240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888121.44258: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888121.44328: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ac0b2c0> <<< 138029 1726888121.44339: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.44413: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.44484: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888121.44497: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888121.44524: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.44560: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.44605: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888121.44619: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.44710: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888121.44760: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.44831: 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 <<< 138029 1726888121.44869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888121.44952: 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 0x7f2c2ac15d30> <<< 138029 1726888121.44989: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ac10cb0> <<< 138029 1726888121.45032: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888121.45091: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.45164: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.45181: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.45225: 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' <<< 138029 1726888121.45260: 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 <<< 138029 1726888121.45276: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888121.45299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888121.45367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888121.45382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888121.45400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888121.45449: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad02780> <<< 138029 1726888121.45498: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b3c2450> <<< 138029 1726888121.45593: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ac15eb0> <<< 138029 1726888121.45597: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b345b80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888121.45616: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888121.45666: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 138029 1726888121.45676: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888121.45703: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888121.45736: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # <<< 138029 1726888121.45768: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.45771: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.45810: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888121.45846: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888121.45851: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.45892: 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' # <<< 138029 1726888121.45895: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.45940: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.45989: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.46000: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888121.46046: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888121.46065: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.46164: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.46265: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888121.46318: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888121.46504: stdout chunk (state=3): >>> {"changed": false, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3g"}}} # destroy __main__ <<< 138029 1726888121.46787: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888121.46867: 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<<< 138029 1726888121.46975: stdout chunk (state=3): >>> # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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.form<<< 138029 1726888121.46981: stdout chunk (state=3): >>>atters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 138029 1726888121.47197: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888121.47205: stdout chunk (state=3): >>># destroy _bz2 <<< 138029 1726888121.47222: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888121.47232: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888121.47247: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 138029 1726888121.47253: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888121.47288: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 138029 1726888121.47310: 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 <<< 138029 1726888121.47329: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888121.47346: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888121.47354: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888121.47370: stdout chunk (state=3): >>># destroy array <<< 138029 1726888121.47392: 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 <<< 138029 1726888121.47443: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888121.47448: 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 <<< 138029 1726888121.47480: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888121.47496: 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 <<< 138029 1726888121.47519: 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 <<< 138029 1726888121.47540: 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 <<< 138029 1726888121.47544: 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 <<< 138029 1726888121.47563: 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 <<< 138029 1726888121.47570: 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 <<< 138029 1726888121.47692: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888121.47712: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888121.47714: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888121.47738: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888121.47752: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888121.47765: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888121.47802: 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 <<< 138029 1726888121.47819: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888121.47901: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888121.47918: 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 <<< 138029 1726888121.47969: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888121.47972: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888121.47975: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888121.47987: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888121.48001: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 138029 1726888121.48010: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 138029 1726888121.48509: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888121.48526: stderr chunk (state=3): >>><<< 138029 1726888121.48529: stdout chunk (state=3): >>><<< 138029 1726888121.48635: _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 0x7f2c2b8183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b7e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b81a960> 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 0x7f2c2b5c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f2c2b5c9fd0> 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 0x7f2c2b60fdd0> # /usr/lib64/python3.12/__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 0x7f2c2b60ffe0> # /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 0x7f2c2b63f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b63fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b61faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b61d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b60cf80> # /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 0x7f2c2b663710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b662330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b61e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b660b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b694770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b60c200> # /usr/lib64/python3.12/__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 0x7f2c2b694c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b694ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2b694e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b602d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f2c2b695550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b695220> 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 0x7f2c2b696450> 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 0x7f2c2b6ac680> 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 0x7f2c2b6add90> # /usr/lib64/python3.12/__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 0x7f2c2b6aec00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2b6af260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b6ae150> # /usr/lib64/python3.12/__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 0x7f2c2b6afce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b6af410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b6964b0> # /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 0x7f2c2b433b60> # /usr/lib64/python3.12/__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 0x7f2c2b45c5c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b45c350> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2b45c5f0> # /usr/lib64/python3.12/__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 0x7f2c2b45cef0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2b45d7f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b45c7d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b431d00> # /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 0x7f2c2b45eba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b45d910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b696ba0> # /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 0x7f2c2b48af00> # /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 0x7f2c2b4b32c0> # /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 0x7f2c2b4dbfb0> # /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 0x7f2c2b50e810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b50c1d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b4b3f50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b3150d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b4b20c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b45fad0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2c2b4b26c0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_6r987zku/ansible_fedora.linux_system_roles.bsize_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 0x7f2c2b362e70> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b345d60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b344ec0> # 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 0x7f2c2b360d10> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f2c2b39a900> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b39a690> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b399fa0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f2c2b39a3f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b363890> 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 0x7f2c2b39b5f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2b39b830> # /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 0x7f2c2b39bd40> 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 0x7f2c2ad1d9d0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2ad1f680> # /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 0x7f2c2ad1ff80> # /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 0x7f2c2ad20f50> # /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 0x7f2c2ad23c80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2b48ae70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad21f40> # /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 0x7f2c2ad2bb00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad2a5d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad2a330> # /usr/lib64/python3.12/__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 0x7f2c2ad2a840> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad22450> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2ad6fda0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad6ff80> # /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 0x7f2c2ad719d0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad71790> # /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 0x7f2c2ad73ef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad720c0> # /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 0x7f2c2ad77650> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad73fe0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2ad78410> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2ad78680> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2ad78a10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad70110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f2c2ad7bfe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2ac052b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad7a810> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2c2ad7bbc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ad7a420> # 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 0x7f2c2ac09520> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f2c2ac0a270> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ac05610> 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 0x7f2c2ac09fd0> # 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 0x7f2c2ac0b2c0> # 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 0x7f2c2ac15d30> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ac10cb0> 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 0x7f2c2ad02780> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b3c2450> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2ac15eb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2c2b345b80> # 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, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3g"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888121.49804: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '3g', '_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.bsize', '_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-1726888121.0812292-141996-140618130396813/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888121.49808: _low_level_execute_command(): starting 138029 1726888121.49816: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888121.0812292-141996-140618130396813/ > /dev/null 2>&1 && sleep 0' 138029 1726888121.49819: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888121.49822: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888121.49824: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888121.49826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888121.49829: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888121.49832: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.49835: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888121.49837: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888121.49839: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888121.49841: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888121.51505: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888121.51538: stderr chunk (state=3): >>><<< 138029 1726888121.51543: stdout chunk (state=3): >>><<< 138029 1726888121.51563: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888121.51573: handler run complete 138029 1726888121.51587: attempt loop complete, returning result 138029 1726888121.51589: _execute() done 138029 1726888121.51592: dumping result to json 138029 1726888121.51594: done dumping result, returning 138029 1726888121.51602: done running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume [0affc8a3-6f6f-5a58-73a2-0000000011f7] 138029 1726888121.51607: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011f7 138029 1726888121.51704: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011f7 138029 1726888121.51706: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } 138029 1726888121.51758: no more pending results, returning what we have 138029 1726888121.51762: results queue empty 138029 1726888121.51763: checking for any_errors_fatal 138029 1726888121.51774: done checking for any_errors_fatal 138029 1726888121.51774: checking for max_fail_percentage 138029 1726888121.51776: done checking for max_fail_percentage 138029 1726888121.51777: checking to see if all hosts have failed and the running result is not ok 138029 1726888121.51778: done checking to see if all hosts have failed 138029 1726888121.51779: getting the remaining hosts for this loop 138029 1726888121.51780: done getting the remaining hosts for this loop 138029 1726888121.51785: getting the next task for host managed_node3 138029 1726888121.51792: done getting next task for host managed_node3 138029 1726888121.51794: ^ task is: TASK: Establish base value for expected size 138029 1726888121.51800: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888121.51804: getting variables 138029 1726888121.51805: in VariableManager get_vars() 138029 1726888121.51837: Calling all_inventory to load vars for managed_node3 138029 1726888121.51839: Calling groups_inventory to load vars for managed_node3 138029 1726888121.51842: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888121.51853: Calling all_plugins_play to load vars for managed_node3 138029 1726888121.51859: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888121.51863: Calling groups_plugins_play to load vars for managed_node3 138029 1726888121.52545: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888121.53210: done with get_vars() 138029 1726888121.53226: done getting variables 138029 1726888121.53290: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:41 -0400 (0:00:00.512) 0:02:14.256 ****** 138029 1726888121.53326: entering _queue_task() for managed_node3/set_fact 138029 1726888121.53610: worker is 1 (out of 1 available) 138029 1726888121.53621: exiting _queue_task() for managed_node3/set_fact 138029 1726888121.53633: done queuing things up, now waiting for results queue to drain 138029 1726888121.53635: waiting for pending results... 138029 1726888121.53879: running TaskExecutor() for managed_node3/TASK: Establish base value for expected size 138029 1726888121.53934: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011f8 138029 1726888121.53946: variable 'ansible_search_path' from source: unknown 138029 1726888121.53983: calling self._execute() 138029 1726888121.54081: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888121.54085: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888121.54092: variable 'omit' from source: magic vars 138029 1726888121.54373: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888121.56534: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888121.56622: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888121.56626: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888121.56681: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888121.56684: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888121.56790: variable '_storage_test_volume_present' from source: set_fact 138029 1726888121.56793: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888121.57048: variable 'storage_test_volume' from source: include params 138029 1726888121.57052: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888121.57107: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888121.57142: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888121.57186: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888121.57236: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888121.57257: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888121.57352: variable 'storage_test_volume' from source: include params 138029 1726888121.57386: Evaluated conditional ('%' not in storage_test_volume.size | string): True 138029 1726888121.57397: variable 'omit' from source: magic vars 138029 1726888121.57471: variable 'omit' from source: magic vars 138029 1726888121.57581: variable 'storage_test_requested_size' from source: set_fact 138029 1726888121.57615: variable 'omit' from source: magic vars 138029 1726888121.57706: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888121.57710: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888121.57712: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888121.57730: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888121.57765: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888121.57787: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888121.57806: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888121.57847: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888121.57850: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888121.57853: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888121.57950: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888121.57953: Set connection var ansible_timeout to 10 138029 1726888121.57961: Set connection var ansible_pipelining to False 138029 1726888121.57963: Set connection var ansible_shell_type to sh 138029 1726888121.57968: Set connection var ansible_connection to ssh 138029 1726888121.57973: Set connection var ansible_shell_executable to /bin/sh 138029 1726888121.57999: variable 'ansible_shell_executable' from source: unknown 138029 1726888121.58004: variable 'ansible_connection' from source: unknown 138029 1726888121.58007: variable 'ansible_module_compression' from source: unknown 138029 1726888121.58009: variable 'ansible_shell_type' from source: unknown 138029 1726888121.58012: variable 'ansible_shell_executable' from source: unknown 138029 1726888121.58015: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888121.58020: variable 'ansible_pipelining' from source: unknown 138029 1726888121.58022: variable 'ansible_timeout' from source: unknown 138029 1726888121.58026: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888121.58103: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888121.58113: variable 'omit' from source: magic vars 138029 1726888121.58117: starting attempt loop 138029 1726888121.58120: running the handler 138029 1726888121.58129: handler run complete 138029 1726888121.58136: attempt loop complete, returning result 138029 1726888121.58140: _execute() done 138029 1726888121.58142: dumping result to json 138029 1726888121.58145: done dumping result, returning 138029 1726888121.58153: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected size [0affc8a3-6f6f-5a58-73a2-0000000011f8] 138029 1726888121.58158: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011f8 138029 1726888121.58239: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011f8 138029 1726888121.58241: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } 138029 1726888121.58309: no more pending results, returning what we have 138029 1726888121.58312: results queue empty 138029 1726888121.58313: checking for any_errors_fatal 138029 1726888121.58323: done checking for any_errors_fatal 138029 1726888121.58324: checking for max_fail_percentage 138029 1726888121.58325: done checking for max_fail_percentage 138029 1726888121.58326: checking to see if all hosts have failed and the running result is not ok 138029 1726888121.58327: done checking to see if all hosts have failed 138029 1726888121.58328: getting the remaining hosts for this loop 138029 1726888121.58329: done getting the remaining hosts for this loop 138029 1726888121.58332: getting the next task for host managed_node3 138029 1726888121.58339: done getting next task for host managed_node3 138029 1726888121.58342: ^ task is: TASK: Show expected size 138029 1726888121.58347: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888121.58360: getting variables 138029 1726888121.58364: in VariableManager get_vars() 138029 1726888121.58395: Calling all_inventory to load vars for managed_node3 138029 1726888121.58397: Calling groups_inventory to load vars for managed_node3 138029 1726888121.58400: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888121.58409: Calling all_plugins_play to load vars for managed_node3 138029 1726888121.58412: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888121.58414: Calling groups_plugins_play to load vars for managed_node3 138029 1726888121.58817: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888121.59399: done with get_vars() 138029 1726888121.59410: done getting variables 138029 1726888121.59453: 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:08:41 -0400 (0:00:00.061) 0:02:14.318 ****** 138029 1726888121.59479: entering _queue_task() for managed_node3/debug 138029 1726888121.59739: worker is 1 (out of 1 available) 138029 1726888121.59751: exiting _queue_task() for managed_node3/debug 138029 1726888121.59764: done queuing things up, now waiting for results queue to drain 138029 1726888121.59766: waiting for pending results... 138029 1726888121.60175: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888121.60234: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011f9 138029 1726888121.60252: variable 'ansible_search_path' from source: unknown 138029 1726888121.60298: calling self._execute() 138029 1726888121.60410: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888121.60424: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888121.60436: variable 'omit' from source: magic vars 138029 1726888121.60557: variable 'omit' from source: magic vars 138029 1726888121.60641: variable 'omit' from source: magic vars 138029 1726888121.60709: variable 'omit' from source: magic vars 138029 1726888121.60722: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888121.60750: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888121.60769: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888121.60782: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888121.60793: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888121.60806: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888121.60826: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888121.60848: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888121.60851: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888121.60853: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888121.60947: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888121.60953: Set connection var ansible_timeout to 10 138029 1726888121.60960: Set connection var ansible_pipelining to False 138029 1726888121.60962: Set connection var ansible_shell_type to sh 138029 1726888121.60967: Set connection var ansible_connection to ssh 138029 1726888121.60973: Set connection var ansible_shell_executable to /bin/sh 138029 1726888121.60994: variable 'ansible_shell_executable' from source: unknown 138029 1726888121.60997: variable 'ansible_connection' from source: unknown 138029 1726888121.61000: variable 'ansible_module_compression' from source: unknown 138029 1726888121.61002: variable 'ansible_shell_type' from source: unknown 138029 1726888121.61004: variable 'ansible_shell_executable' from source: unknown 138029 1726888121.61006: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888121.61010: variable 'ansible_pipelining' from source: unknown 138029 1726888121.61013: variable 'ansible_timeout' from source: unknown 138029 1726888121.61018: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888121.61127: 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) 138029 1726888121.61138: variable 'omit' from source: magic vars 138029 1726888121.61142: starting attempt loop 138029 1726888121.61146: running the handler 138029 1726888121.61187: variable 'storage_test_expected_size' from source: set_fact 138029 1726888121.61335: variable 'storage_test_expected_size' from source: set_fact 138029 1726888121.61359: handler run complete 138029 1726888121.61379: attempt loop complete, returning result 138029 1726888121.61382: _execute() done 138029 1726888121.61385: dumping result to json 138029 1726888121.61387: done dumping result, returning 138029 1726888121.61393: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-0000000011f9] 138029 1726888121.61397: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011f9 138029 1726888121.61481: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011f9 138029 1726888121.61484: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } 138029 1726888121.61528: no more pending results, returning what we have 138029 1726888121.61532: results queue empty 138029 1726888121.61533: checking for any_errors_fatal 138029 1726888121.61541: done checking for any_errors_fatal 138029 1726888121.61542: checking for max_fail_percentage 138029 1726888121.61543: done checking for max_fail_percentage 138029 1726888121.61544: checking to see if all hosts have failed and the running result is not ok 138029 1726888121.61545: done checking to see if all hosts have failed 138029 1726888121.61545: getting the remaining hosts for this loop 138029 1726888121.61547: done getting the remaining hosts for this loop 138029 1726888121.61551: getting the next task for host managed_node3 138029 1726888121.61560: done getting next task for host managed_node3 138029 1726888121.61563: ^ task is: TASK: Get the size of parent/pool device 138029 1726888121.61569: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888121.61574: getting variables 138029 1726888121.61575: in VariableManager get_vars() 138029 1726888121.61607: Calling all_inventory to load vars for managed_node3 138029 1726888121.61609: Calling groups_inventory to load vars for managed_node3 138029 1726888121.61612: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888121.61621: Calling all_plugins_play to load vars for managed_node3 138029 1726888121.61623: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888121.61625: Calling groups_plugins_play to load vars for managed_node3 138029 1726888121.62027: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888121.62417: done with get_vars() 138029 1726888121.62434: 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:08:41 -0400 (0:00:00.030) 0:02:14.348 ****** 138029 1726888121.62495: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888121.62713: worker is 1 (out of 1 available) 138029 1726888121.62726: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888121.62738: done queuing things up, now waiting for results queue to drain 138029 1726888121.62740: waiting for pending results... 138029 1726888121.62926: running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device 138029 1726888121.63020: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011fa 138029 1726888121.63031: variable 'ansible_search_path' from source: unknown 138029 1726888121.63062: calling self._execute() 138029 1726888121.63153: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888121.63160: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888121.63170: variable 'omit' from source: magic vars 138029 1726888121.63448: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888121.65342: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888121.65404: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888121.65444: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888121.65601: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888121.65604: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888121.65653: variable '_storage_test_volume_present' from source: set_fact 138029 1726888121.65658: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888121.65798: variable 'storage_test_volume' from source: include params 138029 1726888121.65860: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888121.65863: variable 'omit' from source: magic vars 138029 1726888121.65914: variable 'omit' from source: magic vars 138029 1726888121.66093: variable 'ansible_lvm' from source: facts 138029 1726888121.66122: variable 'storage_test_pool' from source: include params 138029 1726888121.66188: variable 'omit' from source: magic vars 138029 1726888121.66192: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888121.66219: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888121.66230: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888121.66250: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888121.66272: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888121.66299: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888121.66422: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888121.66431: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888121.66434: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888121.66437: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888121.66532: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888121.66540: Set connection var ansible_timeout to 10 138029 1726888121.66543: Set connection var ansible_pipelining to False 138029 1726888121.66547: Set connection var ansible_shell_type to sh 138029 1726888121.66550: Set connection var ansible_connection to ssh 138029 1726888121.66558: Set connection var ansible_shell_executable to /bin/sh 138029 1726888121.66561: variable 'ansible_shell_executable' from source: unknown 138029 1726888121.66568: variable 'ansible_connection' from source: unknown 138029 1726888121.66571: variable 'ansible_module_compression' from source: unknown 138029 1726888121.66574: variable 'ansible_shell_type' from source: unknown 138029 1726888121.66577: variable 'ansible_shell_executable' from source: unknown 138029 1726888121.66579: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888121.66581: variable 'ansible_pipelining' from source: unknown 138029 1726888121.66583: variable 'ansible_timeout' from source: unknown 138029 1726888121.66585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888121.66814: 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) 138029 1726888121.66867: variable 'omit' from source: magic vars 138029 1726888121.66871: starting attempt loop 138029 1726888121.66874: running the handler 138029 1726888121.66876: _low_level_execute_command(): starting 138029 1726888121.66879: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888121.67451: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888121.67487: 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 <<< 138029 1726888121.67491: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888121.67494: 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 <<< 138029 1726888121.67496: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.67565: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888121.67572: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888121.67624: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888121.69360: stdout chunk (state=3): >>>/root <<< 138029 1726888121.69443: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888121.69474: stderr chunk (state=3): >>><<< 138029 1726888121.69478: stdout chunk (state=3): >>><<< 138029 1726888121.69499: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888121.69513: _low_level_execute_command(): starting 138029 1726888121.69517: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888121.6949933-142023-241996145774169 `" && echo ansible-tmp-1726888121.6949933-142023-241996145774169="` echo /root/.ansible/tmp/ansible-tmp-1726888121.6949933-142023-241996145774169 `" ) && sleep 0' 138029 1726888121.70031: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888121.70034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888121.70036: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.70039: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888121.70041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.70093: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888121.70096: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888121.70151: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888121.80384: stdout chunk (state=3): >>>ansible-tmp-1726888121.6949933-142023-241996145774169=/root/.ansible/tmp/ansible-tmp-1726888121.6949933-142023-241996145774169 <<< 138029 1726888121.80529: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888121.80550: stderr chunk (state=3): >>><<< 138029 1726888121.80565: stdout chunk (state=3): >>><<< 138029 1726888121.80579: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888121.6949933-142023-241996145774169=/root/.ansible/tmp/ansible-tmp-1726888121.6949933-142023-241996145774169 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888121.80701: variable 'ansible_module_compression' from source: unknown 138029 1726888121.80705: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888121.80717: variable 'ansible_facts' from source: unknown 138029 1726888121.80802: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888121.6949933-142023-241996145774169/AnsiballZ_bsize.py 138029 1726888121.81027: Sending initial data 138029 1726888121.81051: Sent initial data (156 bytes) 138029 1726888121.81478: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888121.81482: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.81484: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888121.81492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.81545: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888121.81553: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888121.81560: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888121.81596: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888121.83242: 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 <<< 138029 1726888121.83246: 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 <<< 138029 1726888121.83285: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888121.83332: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpmg96j_9t /root/.ansible/tmp/ansible-tmp-1726888121.6949933-142023-241996145774169/AnsiballZ_bsize.py <<< 138029 1726888121.83335: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888121.6949933-142023-241996145774169/AnsiballZ_bsize.py" <<< 138029 1726888121.83382: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpmg96j_9t" to remote "/root/.ansible/tmp/ansible-tmp-1726888121.6949933-142023-241996145774169/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888121.6949933-142023-241996145774169/AnsiballZ_bsize.py" <<< 138029 1726888121.83930: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888121.83969: stderr chunk (state=3): >>><<< 138029 1726888121.83972: stdout chunk (state=3): >>><<< 138029 1726888121.84008: done transferring module to remote 138029 1726888121.84020: _low_level_execute_command(): starting 138029 1726888121.84023: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888121.6949933-142023-241996145774169/ /root/.ansible/tmp/ansible-tmp-1726888121.6949933-142023-241996145774169/AnsiballZ_bsize.py && sleep 0' 138029 1726888121.84540: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888121.84545: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.84595: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888121.84634: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888121.86422: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888121.86453: stderr chunk (state=3): >>><<< 138029 1726888121.86458: stdout chunk (state=3): >>><<< 138029 1726888121.86499: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888121.86502: _low_level_execute_command(): starting 138029 1726888121.86504: _low_level_execute_command(): using become for this command 138029 1726888121.86512: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-qdmzhsveqwckvrumfxigwpevqjllxwhf ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888121.6949933-142023-241996145774169/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888121.86598: Initial state: awaiting_escalation: BECOME-SUCCESS-qdmzhsveqwckvrumfxigwpevqjllxwhf 138029 1726888121.87032: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888121.87043: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888121.87076: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888121.87144: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888121.90099: stdout chunk (state=1): >>>BECOME-SUCCESS-qdmzhsveqwckvrumfxigwpevqjllxwhf <<< 138029 1726888121.90105: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-qdmzhsveqwckvrumfxigwpevqjllxwhf' 138029 1726888121.90441: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888121.90471: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888121.90486: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888121.90548: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888121.90577: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888121.90582: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888121.90610: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888121.90651: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888121.90653: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888121.90681: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888121.90738: 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' <<< 138029 1726888121.90775: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888121.90778: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888121.90819: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888121.90838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888121.90858: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c1b43e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c183a10> <<< 138029 1726888121.90893: 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' <<< 138029 1726888121.90896: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c1b6930> <<< 138029 1726888121.90930: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888121.90946: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888121.90966: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888121.90969: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888121.91007: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888121.91113: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888121.91160: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888121.91176: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888121.91205: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888121.91217: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888121.91244: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888121.91248: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888121.91279: 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 <<< 138029 1726888121.91296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888121.91314: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bf64fe0> <<< 138029 1726888121.91377: 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' <<< 138029 1726888121.91383: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bf65fd0> <<< 138029 1726888121.91408: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888121.91459: 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. <<< 138029 1726888121.91668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888121.91675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888121.91706: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888121.91709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888121.91739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888121.91777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888121.91796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888121.91821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888121.91832: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfabda0> <<< 138029 1726888121.91867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888121.91874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888121.91904: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888121.91915: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfabfe0> <<< 138029 1726888121.91918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888121.91951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888121.91979: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888121.92029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888121.92044: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888121.92074: 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 0x7f3f7bfdb740> <<< 138029 1726888121.92114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888121.92116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfdbdd0> <<< 138029 1726888121.92133: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888121.92183: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfbba70> <<< 138029 1726888121.92189: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888121.92223: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfb9190> <<< 138029 1726888121.92315: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfa8f50> <<< 138029 1726888121.92352: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888121.92372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888121.92380: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888121.92418: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888121.92459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888121.92462: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888121.92465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888121.92519: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfff680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bffe2a0> <<< 138029 1726888121.92551: 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' <<< 138029 1726888121.92554: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfba180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfaa810> <<< 138029 1726888121.92610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888121.92614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c030680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfa81d0> <<< 138029 1726888121.92647: 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' <<< 138029 1726888121.92682: 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 0x7f3f7c030b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c0309e0> <<< 138029 1726888121.92717: 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 0x7f3f7c030da0> <<< 138029 1726888121.92725: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bf9ecf0> <<< 138029 1726888121.92753: 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' <<< 138029 1726888121.92775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888121.92813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888121.92834: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c031460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c031130> import 'importlib.machinery' # <<< 138029 1726888121.92888: 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' <<< 138029 1726888121.92905: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c032360> <<< 138029 1726888121.92910: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888121.92927: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888121.92931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888121.93009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888121.93027: 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 0x7f3f7c048560> import 'errno' # <<< 138029 1726888121.93066: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888121.93069: 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 0x7f3f7c049c10> <<< 138029 1726888121.93081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888121.93107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888121.93120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888121.93133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c04aab0> <<< 138029 1726888121.93183: 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 0x7f3f7c04b110> <<< 138029 1726888121.93186: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c04a000> <<< 138029 1726888121.93214: 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' <<< 138029 1726888121.93275: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888121.93280: 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 0x7f3f7c04bb90> <<< 138029 1726888121.93282: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c04b2c0> <<< 138029 1726888121.93325: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c0322d0> <<< 138029 1726888121.93338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888121.93384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888121.93408: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888121.93418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888121.93446: 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' <<< 138029 1726888121.93458: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f7bdc3ad0> <<< 138029 1726888121.93468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888121.93475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888121.93501: 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 0x7f3f7bdf0530> <<< 138029 1726888121.93518: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bdf0290> <<< 138029 1726888121.93528: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888121.93550: 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 0x7f3f7bdf0560> <<< 138029 1726888121.93583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888121.93586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888121.93645: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888121.93782: 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 0x7f3f7bdf0e90> <<< 138029 1726888121.93900: 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 0x7f3f7bdf17c0> <<< 138029 1726888121.93908: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bdf0740> <<< 138029 1726888121.93931: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bdc1c70> <<< 138029 1726888121.93950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888121.93974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888121.93990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888121.94006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888121.94034: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bdf2ba0> <<< 138029 1726888121.94043: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bdf18e0> <<< 138029 1726888121.94059: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c032a80> <<< 138029 1726888121.94090: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888121.94150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888121.94184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888121.94203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888121.94230: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7be1aed0> <<< 138029 1726888121.94280: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888121.94302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888121.94319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888121.94359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888121.94382: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7be3f230> <<< 138029 1726888121.94416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888121.94453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888121.94508: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888121.94533: 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 0x7f3f7be6bfe0> <<< 138029 1726888121.94552: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888121.94581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888121.94610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888121.94647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888121.94737: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7be9e780> <<< 138029 1726888121.94808: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7be9c140> <<< 138029 1726888121.94850: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7be3fec0> <<< 138029 1726888121.94879: 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' <<< 138029 1726888121.94886: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b725160> <<< 138029 1726888121.94903: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7be3e030> <<< 138029 1726888121.94906: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bdf3aa0> <<< 138029 1726888121.97761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888121.97777: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3f7be3e630> <<< 138029 1726888122.09891: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_n1_8o20i/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 138029 1726888122.10024: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.10053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888122.10067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888122.10116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888122.10199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888122.10232: 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' <<< 138029 1726888122.10236: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b772e10> <<< 138029 1726888122.10254: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888122.10453: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b755d00> <<< 138029 1726888122.10457: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b754e60> # zipimport: zlib available <<< 138029 1726888122.10490: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888122.10494: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.10525: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.10529: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.10569: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888122.10572: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.11969: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.13077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888122.13085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b771100> <<< 138029 1726888122.13113: 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' <<< 138029 1726888122.13140: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888122.13145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888122.13173: 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' <<< 138029 1726888122.13207: 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 0x7f3f7b7aa7e0> <<< 138029 1726888122.13245: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b7aa570> <<< 138029 1726888122.13280: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b7a9e80> <<< 138029 1726888122.13296: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888122.13299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888122.13348: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b7aa5d0> <<< 138029 1726888122.13351: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b773aa0> <<< 138029 1726888122.13366: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888122.13390: 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 0x7f3f7b7ab4a0> <<< 138029 1726888122.13419: 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 0x7f3f7b7ab6e0> <<< 138029 1726888122.13446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888122.13486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888122.13505: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888122.13560: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b7abc20> <<< 138029 1726888122.13565: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888122.13584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888122.13608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888122.13646: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b611910> <<< 138029 1726888122.13678: 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 0x7f3f7b613530> <<< 138029 1726888122.13705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888122.13717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888122.13765: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b613e90> <<< 138029 1726888122.13775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888122.13805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888122.13821: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b614da0> <<< 138029 1726888122.13847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888122.13880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888122.13906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888122.13910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888122.13981: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b617ad0> <<< 138029 1726888122.14006: 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 0x7f3f7b617e30> <<< 138029 1726888122.14027: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b615dc0> <<< 138029 1726888122.14046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888122.14077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888122.14095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888122.14115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888122.14119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888122.14157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888122.14179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888122.14196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b61fad0> <<< 138029 1726888122.14201: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888122.14270: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b61e5a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b61e300> <<< 138029 1726888122.14294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888122.14306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888122.14375: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b61e870> <<< 138029 1726888122.14406: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b6162d0> <<< 138029 1726888122.14442: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888122.14447: 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 0x7f3f7b663d40> <<< 138029 1726888122.14464: 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 0x7f3f7b663e00> <<< 138029 1726888122.14489: 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 <<< 138029 1726888122.14505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888122.14532: 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' <<< 138029 1726888122.14571: 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 0x7f3f7b665910> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b6656d0> <<< 138029 1726888122.14589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888122.14710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888122.14763: 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 0x7f3f7b667e90> <<< 138029 1726888122.14769: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b666000> <<< 138029 1726888122.14792: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888122.14827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888122.14866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888122.14872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888122.14916: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b66b5c0> <<< 138029 1726888122.15042: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b667f80> <<< 138029 1726888122.15100: 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 0x7f3f7b66c890> <<< 138029 1726888122.15133: 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 0x7f3f7b66c680> <<< 138029 1726888122.15181: 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 0x7f3f7b66c9b0> <<< 138029 1726888122.15190: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b6642c0> <<< 138029 1726888122.15213: 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 <<< 138029 1726888122.15236: 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 <<< 138029 1726888122.15276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888122.15290: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888122.15314: 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 0x7f3f7b66ffb0> <<< 138029 1726888122.15467: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888122.15480: 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 0x7f3f7b6f92b0> <<< 138029 1726888122.15485: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b66e780> <<< 138029 1726888122.15517: 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 0x7f3f7b66fb00> <<< 138029 1726888122.15531: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b66e3f0> <<< 138029 1726888122.15536: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.15554: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.15572: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888122.15575: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.15670: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.15761: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.15782: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888122.15790: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.15820: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888122.15823: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.15946: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.16063: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.16610: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.17134: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888122.17158: 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' # <<< 138029 1726888122.17186: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888122.17198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888122.17251: 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 0x7f3f7b6fd490> <<< 138029 1726888122.17335: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888122.17345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888122.17354: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b6fe2d0> <<< 138029 1726888122.17373: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b6f93d0> <<< 138029 1726888122.17418: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888122.17442: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.17450: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.17474: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888122.17477: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.17627: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.17784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888122.17804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b6fe2a0> <<< 138029 1726888122.17810: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.18269: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.18711: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.18784: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.18858: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888122.18870: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.18906: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.18943: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888122.18952: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.19027: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.19104: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888122.19121: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.19142: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.19163: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888122.19195: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.19236: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888122.19251: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.19481: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.19709: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888122.19774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888122.19789: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888122.19871: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b6ff500> # zipimport: zlib available <<< 138029 1726888122.19941: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.20017: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888122.20021: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888122.20033: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888122.20051: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.20099: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.20134: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888122.20151: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.20191: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.20241: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.20294: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.20368: 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 <<< 138029 1726888122.20402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888122.20492: 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 0x7f3f7b509d30> <<< 138029 1726888122.20524: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b504ec0> <<< 138029 1726888122.20565: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888122.20572: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.20633: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.20697: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.20728: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.20772: 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' <<< 138029 1726888122.20794: 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 <<< 138029 1726888122.20812: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888122.20837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888122.20894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888122.20917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888122.20933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888122.20995: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b602840> <<< 138029 1726888122.21035: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b7de510> <<< 138029 1726888122.21114: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b509eb0> <<< 138029 1726888122.21124: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b509ac0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888122.21138: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21167: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21191: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888122.21250: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888122.21270: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21291: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 138029 1726888122.21309: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21330: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21338: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 138029 1726888122.21343: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21375: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21378: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 138029 1726888122.21393: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21417: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888122.21420: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21442: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21464: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 138029 1726888122.21502: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21561: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21566: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21583: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888122.21587: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21613: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21617: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888122.21632: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21728: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.21825: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888122.21900: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888122.22058: stdout chunk (state=3): >>> {"changed": false, "size": "9 GiB", "bytes": 10705205985, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.97G"}}} # destroy __main__ <<< 138029 1726888122.22388: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 138029 1726888122.22484: 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 <<< 138029 1726888122.22504: stdout chunk (state=3): >>># cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888122.22565: 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 # 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 <<< 138029 1726888122.22575: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # 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 <<< 138029 1726888122.22812: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888122.22835: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888122.22856: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888122.22874: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888122.22897: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888122.22923: 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 <<< 138029 1726888122.22934: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 138029 1726888122.22962: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 138029 1726888122.22976: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888122.22983: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888122.23005: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888122.23021: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888122.23027: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888122.23077: 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 <<< 138029 1726888122.23096: 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 <<< 138029 1726888122.23129: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888122.23151: 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 <<< 138029 1726888122.23189: 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 <<< 138029 1726888122.23205: 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 <<< 138029 1726888122.23216: 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 <<< 138029 1726888122.23351: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888122.23354: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888122.23375: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888122.23390: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888122.23408: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888122.23415: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888122.23440: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888122.23461: 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<<< 138029 1726888122.23471: stdout chunk (state=3): >>> # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888122.23486: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888122.23584: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 138029 1726888122.23607: 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 <<< 138029 1726888122.23619: stdout chunk (state=3): >>># destroy time <<< 138029 1726888122.23626: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888122.23642: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888122.23650: stdout chunk (state=3): >>># destroy _operator <<< 138029 1726888122.23669: stdout chunk (state=3): >>># destroy _string # destroy re <<< 138029 1726888122.23674: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888122.23693: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888122.24226: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888122.24260: stderr chunk (state=3): >>><<< 138029 1726888122.24264: stdout chunk (state=3): >>><<< 138029 1726888122.24340: _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 0x7f3f7c1b43e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c183a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c1b6930> 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 0x7f3f7bf64fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f3f7bf65fd0> 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 0x7f3f7bfabda0> # /usr/lib64/python3.12/__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 0x7f3f7bfabfe0> # /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 0x7f3f7bfdb740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfdbdd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfbba70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfb9190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfa8f50> # /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 0x7f3f7bfff680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bffe2a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfba180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfaa810> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c030680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bfa81d0> # /usr/lib64/python3.12/__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 0x7f3f7c030b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c0309e0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f7c030da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bf9ecf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f3f7c031460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c031130> 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 0x7f3f7c032360> 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 0x7f3f7c048560> 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 0x7f3f7c049c10> # /usr/lib64/python3.12/__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 0x7f3f7c04aab0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f7c04b110> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c04a000> # /usr/lib64/python3.12/__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 0x7f3f7c04bb90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c04b2c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c0322d0> # /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 0x7f3f7bdc3ad0> # /usr/lib64/python3.12/__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 0x7f3f7bdf0530> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bdf0290> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f7bdf0560> # /usr/lib64/python3.12/__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 0x7f3f7bdf0e90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f7bdf17c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bdf0740> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bdc1c70> # /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 0x7f3f7bdf2ba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bdf18e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7c032a80> # /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 0x7f3f7be1aed0> # /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 0x7f3f7be3f230> # /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 0x7f3f7be6bfe0> # /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 0x7f3f7be9e780> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7be9c140> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7be3fec0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b725160> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7be3e030> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7bdf3aa0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3f7be3e630> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_n1_8o20i/ansible_fedora.linux_system_roles.bsize_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 0x7f3f7b772e10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b755d00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b754e60> # 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 0x7f3f7b771100> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f3f7b7aa7e0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b7aa570> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b7a9e80> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f3f7b7aa5d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b773aa0> 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 0x7f3f7b7ab4a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f7b7ab6e0> # /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 0x7f3f7b7abc20> 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 0x7f3f7b611910> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f7b613530> # /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 0x7f3f7b613e90> # /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 0x7f3f7b614da0> # /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 0x7f3f7b617ad0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f7b617e30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b615dc0> # /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 0x7f3f7b61fad0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b61e5a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b61e300> # /usr/lib64/python3.12/__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 0x7f3f7b61e870> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b6162d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f7b663d40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b663e00> # /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 0x7f3f7b665910> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b6656d0> # /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 0x7f3f7b667e90> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b666000> # /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 0x7f3f7b66b5c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b667f80> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f7b66c890> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f7b66c680> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f7b66c9b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b6642c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f3f7b66ffb0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f7b6f92b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b66e780> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f7b66fb00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b66e3f0> # 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 0x7f3f7b6fd490> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f3f7b6fe2d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b6f93d0> 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 0x7f3f7b6fe2a0> # 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 0x7f3f7b6ff500> # 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 0x7f3f7b509d30> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b504ec0> 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 0x7f3f7b602840> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b7de510> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b509eb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f7b509ac0> # 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, "size": "9 GiB", "bytes": 10705205985, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.97G"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888122.24895: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '9.97G', '_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.bsize', '_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-1726888121.6949933-142023-241996145774169/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888122.24899: _low_level_execute_command(): starting 138029 1726888122.24901: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888121.6949933-142023-241996145774169/ > /dev/null 2>&1 && sleep 0' 138029 1726888122.25004: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888122.25023: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888122.25026: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888122.25067: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888122.25080: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888122.25131: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888122.26979: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888122.27003: stderr chunk (state=3): >>><<< 138029 1726888122.27006: stdout chunk (state=3): >>><<< 138029 1726888122.27020: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888122.27025: handler run complete 138029 1726888122.27046: attempt loop complete, returning result 138029 1726888122.27049: _execute() done 138029 1726888122.27051: dumping result to json 138029 1726888122.27053: done dumping result, returning 138029 1726888122.27058: done running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device [0affc8a3-6f6f-5a58-73a2-0000000011fa] 138029 1726888122.27066: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011fa 138029 1726888122.27149: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011fa 138029 1726888122.27152: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 10705205985, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } 138029 1726888122.27208: no more pending results, returning what we have 138029 1726888122.27212: results queue empty 138029 1726888122.27213: checking for any_errors_fatal 138029 1726888122.27222: done checking for any_errors_fatal 138029 1726888122.27222: checking for max_fail_percentage 138029 1726888122.27224: done checking for max_fail_percentage 138029 1726888122.27225: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.27226: done checking to see if all hosts have failed 138029 1726888122.27226: getting the remaining hosts for this loop 138029 1726888122.27228: done getting the remaining hosts for this loop 138029 1726888122.27231: getting the next task for host managed_node3 138029 1726888122.27242: done getting next task for host managed_node3 138029 1726888122.27244: ^ task is: TASK: Show test pool 138029 1726888122.27250: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.27257: getting variables 138029 1726888122.27259: in VariableManager get_vars() 138029 1726888122.27293: Calling all_inventory to load vars for managed_node3 138029 1726888122.27296: Calling groups_inventory to load vars for managed_node3 138029 1726888122.27300: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.27309: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.27312: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.27315: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.27732: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.28124: done with get_vars() 138029 1726888122.28136: done getting variables 138029 1726888122.28184: 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:08:42 -0400 (0:00:00.657) 0:02:15.005 ****** 138029 1726888122.28208: entering _queue_task() for managed_node3/debug 138029 1726888122.28428: worker is 1 (out of 1 available) 138029 1726888122.28441: exiting _queue_task() for managed_node3/debug 138029 1726888122.28453: done queuing things up, now waiting for results queue to drain 138029 1726888122.28456: waiting for pending results... 138029 1726888122.28635: running TaskExecutor() for managed_node3/TASK: Show test pool 138029 1726888122.28727: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011fc 138029 1726888122.28739: variable 'ansible_search_path' from source: unknown 138029 1726888122.28773: calling self._execute() 138029 1726888122.28865: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.28873: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.28881: variable 'omit' from source: magic vars 138029 1726888122.29167: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888122.30649: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888122.30697: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888122.30733: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888122.30763: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888122.30785: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888122.30860: variable '_storage_test_volume_present' from source: set_fact 138029 1726888122.30872: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888122.30961: variable 'storage_test_volume' from source: include params 138029 1726888122.30987: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888122.31100: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888122.31119: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888122.31136: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888122.31163: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888122.31176: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888122.31235: variable 'storage_test_volume' from source: include params 138029 1726888122.31248: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888122.31251: when evaluation is False, skipping this task 138029 1726888122.31254: _execute() done 138029 1726888122.31258: dumping result to json 138029 1726888122.31260: done dumping result, returning 138029 1726888122.31274: done running TaskExecutor() for managed_node3/TASK: Show test pool [0affc8a3-6f6f-5a58-73a2-0000000011fc] 138029 1726888122.31279: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011fc 138029 1726888122.31365: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011fc 138029 1726888122.31369: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888122.31441: no more pending results, returning what we have 138029 1726888122.31445: results queue empty 138029 1726888122.31446: checking for any_errors_fatal 138029 1726888122.31454: done checking for any_errors_fatal 138029 1726888122.31457: checking for max_fail_percentage 138029 1726888122.31459: done checking for max_fail_percentage 138029 1726888122.31460: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.31460: done checking to see if all hosts have failed 138029 1726888122.31461: getting the remaining hosts for this loop 138029 1726888122.31463: done getting the remaining hosts for this loop 138029 1726888122.31466: getting the next task for host managed_node3 138029 1726888122.31475: done getting next task for host managed_node3 138029 1726888122.31481: ^ task is: TASK: Show test blockinfo 138029 1726888122.31486: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.31490: getting variables 138029 1726888122.31492: in VariableManager get_vars() 138029 1726888122.31525: Calling all_inventory to load vars for managed_node3 138029 1726888122.31527: Calling groups_inventory to load vars for managed_node3 138029 1726888122.31531: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.31543: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.31546: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.31548: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.31989: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.32507: done with get_vars() 138029 1726888122.32518: done getting variables 138029 1726888122.32564: 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:08:42 -0400 (0:00:00.043) 0:02:15.049 ****** 138029 1726888122.32587: entering _queue_task() for managed_node3/debug 138029 1726888122.32804: worker is 1 (out of 1 available) 138029 1726888122.32820: exiting _queue_task() for managed_node3/debug 138029 1726888122.32836: done queuing things up, now waiting for results queue to drain 138029 1726888122.32838: waiting for pending results... 138029 1726888122.33108: running TaskExecutor() for managed_node3/TASK: Show test blockinfo 138029 1726888122.33236: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011fd 138029 1726888122.33244: variable 'ansible_search_path' from source: unknown 138029 1726888122.33317: calling self._execute() 138029 1726888122.33396: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.33405: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.33408: variable 'omit' from source: magic vars 138029 1726888122.33809: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888122.36117: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888122.36121: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888122.36226: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888122.36230: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888122.36233: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888122.36308: variable '_storage_test_volume_present' from source: set_fact 138029 1726888122.36323: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888122.36505: variable 'storage_test_volume' from source: include params 138029 1726888122.36509: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888122.36736: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888122.36773: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888122.36811: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888122.36860: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888122.36885: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888122.36976: variable 'storage_test_volume' from source: include params 138029 1726888122.37013: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888122.37016: when evaluation is False, skipping this task 138029 1726888122.37019: _execute() done 138029 1726888122.37049: dumping result to json 138029 1726888122.37052: done dumping result, returning 138029 1726888122.37056: done running TaskExecutor() for managed_node3/TASK: Show test blockinfo [0affc8a3-6f6f-5a58-73a2-0000000011fd] 138029 1726888122.37059: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011fd 138029 1726888122.37198: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011fd 138029 1726888122.37203: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888122.37249: no more pending results, returning what we have 138029 1726888122.37253: results queue empty 138029 1726888122.37254: checking for any_errors_fatal 138029 1726888122.37264: done checking for any_errors_fatal 138029 1726888122.37266: checking for max_fail_percentage 138029 1726888122.37267: done checking for max_fail_percentage 138029 1726888122.37268: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.37269: done checking to see if all hosts have failed 138029 1726888122.37270: getting the remaining hosts for this loop 138029 1726888122.37271: done getting the remaining hosts for this loop 138029 1726888122.37275: getting the next task for host managed_node3 138029 1726888122.37283: done getting next task for host managed_node3 138029 1726888122.37286: ^ task is: TASK: Show test pool size 138029 1726888122.37291: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.37296: getting variables 138029 1726888122.37297: in VariableManager get_vars() 138029 1726888122.37341: Calling all_inventory to load vars for managed_node3 138029 1726888122.37344: Calling groups_inventory to load vars for managed_node3 138029 1726888122.37347: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.37358: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.37362: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.37369: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.37834: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.38422: done with get_vars() 138029 1726888122.38432: done getting variables 138029 1726888122.38478: 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:08:42 -0400 (0:00:00.059) 0:02:15.108 ****** 138029 1726888122.38503: entering _queue_task() for managed_node3/debug 138029 1726888122.38725: worker is 1 (out of 1 available) 138029 1726888122.38739: exiting _queue_task() for managed_node3/debug 138029 1726888122.38752: done queuing things up, now waiting for results queue to drain 138029 1726888122.38754: waiting for pending results... 138029 1726888122.38937: running TaskExecutor() for managed_node3/TASK: Show test pool size 138029 1726888122.39037: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011fe 138029 1726888122.39049: variable 'ansible_search_path' from source: unknown 138029 1726888122.39081: calling self._execute() 138029 1726888122.39169: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.39172: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.39181: variable 'omit' from source: magic vars 138029 1726888122.39581: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888122.42137: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888122.42286: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888122.42568: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888122.42572: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888122.42599: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888122.42836: variable '_storage_test_volume_present' from source: set_fact 138029 1726888122.42864: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888122.43152: variable 'storage_test_volume' from source: include params 138029 1726888122.43247: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888122.43608: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888122.43642: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888122.43868: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888122.43873: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888122.43876: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888122.44049: variable 'storage_test_volume' from source: include params 138029 1726888122.44190: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888122.44193: when evaluation is False, skipping this task 138029 1726888122.44196: _execute() done 138029 1726888122.44198: dumping result to json 138029 1726888122.44201: done dumping result, returning 138029 1726888122.44261: done running TaskExecutor() for managed_node3/TASK: Show test pool size [0affc8a3-6f6f-5a58-73a2-0000000011fe] 138029 1726888122.44268: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011fe 138029 1726888122.44345: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011fe skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888122.44403: no more pending results, returning what we have 138029 1726888122.44407: results queue empty 138029 1726888122.44408: checking for any_errors_fatal 138029 1726888122.44420: done checking for any_errors_fatal 138029 1726888122.44421: checking for max_fail_percentage 138029 1726888122.44423: done checking for max_fail_percentage 138029 1726888122.44424: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.44425: done checking to see if all hosts have failed 138029 1726888122.44426: getting the remaining hosts for this loop 138029 1726888122.44428: done getting the remaining hosts for this loop 138029 1726888122.44432: getting the next task for host managed_node3 138029 1726888122.44441: done getting next task for host managed_node3 138029 1726888122.44444: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888122.44452: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.44460: getting variables 138029 1726888122.44464: in VariableManager get_vars() 138029 1726888122.44502: Calling all_inventory to load vars for managed_node3 138029 1726888122.44505: Calling groups_inventory to load vars for managed_node3 138029 1726888122.44508: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.44519: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.44524: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.44527: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.45865: WORKER PROCESS EXITING 138029 1726888122.46096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.46819: done with get_vars() 138029 1726888122.46837: done getting variables 138029 1726888122.46907: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:42 -0400 (0:00:00.084) 0:02:15.193 ****** 138029 1726888122.46946: entering _queue_task() for managed_node3/set_fact 138029 1726888122.47252: worker is 1 (out of 1 available) 138029 1726888122.47371: exiting _queue_task() for managed_node3/set_fact 138029 1726888122.47381: done queuing things up, now waiting for results queue to drain 138029 1726888122.47382: waiting for pending results... 138029 1726888122.47590: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888122.47768: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000011ff 138029 1726888122.47791: variable 'ansible_search_path' from source: unknown 138029 1726888122.47836: calling self._execute() 138029 1726888122.47965: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.47978: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.47993: variable 'omit' from source: magic vars 138029 1726888122.48403: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888122.50707: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888122.50787: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888122.50841: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888122.50891: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888122.50924: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888122.51037: variable '_storage_test_volume_present' from source: set_fact 138029 1726888122.51099: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888122.51214: variable 'storage_test_volume' from source: include params 138029 1726888122.51241: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888122.51422: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888122.51461: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888122.51492: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888122.51643: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888122.51647: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888122.51649: variable 'storage_test_volume' from source: include params 138029 1726888122.51670: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888122.51678: when evaluation is False, skipping this task 138029 1726888122.51685: _execute() done 138029 1726888122.51693: dumping result to json 138029 1726888122.51700: done dumping result, returning 138029 1726888122.51711: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-0000000011ff] 138029 1726888122.51720: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ff skipping: [managed_node3] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } 138029 1726888122.51903: no more pending results, returning what we have 138029 1726888122.51907: results queue empty 138029 1726888122.51908: checking for any_errors_fatal 138029 1726888122.51917: done checking for any_errors_fatal 138029 1726888122.51918: checking for max_fail_percentage 138029 1726888122.51920: done checking for max_fail_percentage 138029 1726888122.51921: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.51922: done checking to see if all hosts have failed 138029 1726888122.51922: getting the remaining hosts for this loop 138029 1726888122.51924: done getting the remaining hosts for this loop 138029 1726888122.51928: getting the next task for host managed_node3 138029 1726888122.51940: done getting next task for host managed_node3 138029 1726888122.51943: ^ task is: TASK: Default thin pool reserved space values 138029 1726888122.51949: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.51954: getting variables 138029 1726888122.51958: in VariableManager get_vars() 138029 1726888122.51996: Calling all_inventory to load vars for managed_node3 138029 1726888122.51999: Calling groups_inventory to load vars for managed_node3 138029 1726888122.52002: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.52013: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.52017: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.52020: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.52672: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000011ff 138029 1726888122.52676: WORKER PROCESS EXITING 138029 1726888122.53004: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.53728: done with get_vars() 138029 1726888122.53747: done getting variables 138029 1726888122.53817: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:42 -0400 (0:00:00.069) 0:02:15.262 ****** 138029 1726888122.53860: entering _queue_task() for managed_node3/set_fact 138029 1726888122.54175: worker is 1 (out of 1 available) 138029 1726888122.54189: exiting _queue_task() for managed_node3/set_fact 138029 1726888122.54201: done queuing things up, now waiting for results queue to drain 138029 1726888122.54202: waiting for pending results... 138029 1726888122.54527: running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values 138029 1726888122.54701: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001201 138029 1726888122.54722: variable 'ansible_search_path' from source: unknown 138029 1726888122.54776: calling self._execute() 138029 1726888122.54909: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.54921: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.54935: variable 'omit' from source: magic vars 138029 1726888122.55360: variable 'storage_test_volume' from source: include params 138029 1726888122.55398: Evaluated conditional (storage_test_volume.thin): False 138029 1726888122.55407: when evaluation is False, skipping this task 138029 1726888122.55414: _execute() done 138029 1726888122.55430: dumping result to json 138029 1726888122.55438: done dumping result, returning 138029 1726888122.55449: done running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values [0affc8a3-6f6f-5a58-73a2-000000001201] 138029 1726888122.55465: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001201 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888122.55698: no more pending results, returning what we have 138029 1726888122.55702: results queue empty 138029 1726888122.55703: checking for any_errors_fatal 138029 1726888122.55714: done checking for any_errors_fatal 138029 1726888122.55715: checking for max_fail_percentage 138029 1726888122.55717: done checking for max_fail_percentage 138029 1726888122.55718: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.55720: done checking to see if all hosts have failed 138029 1726888122.55720: getting the remaining hosts for this loop 138029 1726888122.55723: done getting the remaining hosts for this loop 138029 1726888122.55727: getting the next task for host managed_node3 138029 1726888122.55737: done getting next task for host managed_node3 138029 1726888122.55740: ^ task is: TASK: Default minimal thin pool reserved space size 138029 1726888122.55749: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.55757: getting variables 138029 1726888122.55759: in VariableManager get_vars() 138029 1726888122.55798: Calling all_inventory to load vars for managed_node3 138029 1726888122.55800: Calling groups_inventory to load vars for managed_node3 138029 1726888122.55804: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.55817: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.55821: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.55825: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.56370: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001201 138029 1726888122.56373: WORKER PROCESS EXITING 138029 1726888122.56696: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.57407: done with get_vars() 138029 1726888122.57424: 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:08:42 -0400 (0:00:00.036) 0:02:15.298 ****** 138029 1726888122.57518: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888122.57937: worker is 1 (out of 1 available) 138029 1726888122.57949: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888122.57960: done queuing things up, now waiting for results queue to drain 138029 1726888122.57965: waiting for pending results... 138029 1726888122.58177: running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size 138029 1726888122.58327: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001202 138029 1726888122.58354: variable 'ansible_search_path' from source: unknown 138029 1726888122.58401: calling self._execute() 138029 1726888122.58524: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.58534: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.58546: variable 'omit' from source: magic vars 138029 1726888122.58927: variable 'storage_test_volume' from source: include params 138029 1726888122.58969: Evaluated conditional (storage_test_volume.thin): False 138029 1726888122.58996: when evaluation is False, skipping this task 138029 1726888122.58999: _execute() done 138029 1726888122.59001: dumping result to json 138029 1726888122.59003: done dumping result, returning 138029 1726888122.59006: done running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-000000001202] 138029 1726888122.59059: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001202 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888122.59258: no more pending results, returning what we have 138029 1726888122.59265: results queue empty 138029 1726888122.59266: checking for any_errors_fatal 138029 1726888122.59274: done checking for any_errors_fatal 138029 1726888122.59275: checking for max_fail_percentage 138029 1726888122.59277: done checking for max_fail_percentage 138029 1726888122.59278: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.59279: done checking to see if all hosts have failed 138029 1726888122.59280: getting the remaining hosts for this loop 138029 1726888122.59282: done getting the remaining hosts for this loop 138029 1726888122.59286: getting the next task for host managed_node3 138029 1726888122.59295: done getting next task for host managed_node3 138029 1726888122.59299: ^ task is: TASK: Default maximal thin pool reserved space size 138029 1726888122.59305: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.59311: getting variables 138029 1726888122.59313: in VariableManager get_vars() 138029 1726888122.59460: Calling all_inventory to load vars for managed_node3 138029 1726888122.59466: Calling groups_inventory to load vars for managed_node3 138029 1726888122.59469: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.59549: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.59552: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.59554: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.60165: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001202 138029 1726888122.60168: WORKER PROCESS EXITING 138029 1726888122.60224: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.61198: done with get_vars() 138029 1726888122.61213: 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:08:42 -0400 (0:00:00.037) 0:02:15.336 ****** 138029 1726888122.61305: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888122.61631: worker is 1 (out of 1 available) 138029 1726888122.61643: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888122.61659: done queuing things up, now waiting for results queue to drain 138029 1726888122.61661: waiting for pending results... 138029 1726888122.61939: running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size 138029 1726888122.62132: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001203 138029 1726888122.62153: variable 'ansible_search_path' from source: unknown 138029 1726888122.62201: calling self._execute() 138029 1726888122.62315: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.62327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.62341: variable 'omit' from source: magic vars 138029 1726888122.62743: variable 'storage_test_volume' from source: include params 138029 1726888122.62816: Evaluated conditional (storage_test_volume.thin): False 138029 1726888122.62819: when evaluation is False, skipping this task 138029 1726888122.62823: _execute() done 138029 1726888122.62825: dumping result to json 138029 1726888122.62827: done dumping result, returning 138029 1726888122.62830: done running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-000000001203] 138029 1726888122.62833: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001203 138029 1726888122.63191: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001203 138029 1726888122.63195: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888122.63240: no more pending results, returning what we have 138029 1726888122.63243: results queue empty 138029 1726888122.63244: checking for any_errors_fatal 138029 1726888122.63251: done checking for any_errors_fatal 138029 1726888122.63252: checking for max_fail_percentage 138029 1726888122.63253: done checking for max_fail_percentage 138029 1726888122.63254: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.63257: done checking to see if all hosts have failed 138029 1726888122.63258: getting the remaining hosts for this loop 138029 1726888122.63259: done getting the remaining hosts for this loop 138029 1726888122.63265: getting the next task for host managed_node3 138029 1726888122.63273: done getting next task for host managed_node3 138029 1726888122.63276: ^ task is: TASK: Calculate maximum usable space in thin pool 138029 1726888122.63282: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.63287: getting variables 138029 1726888122.63288: in VariableManager get_vars() 138029 1726888122.63321: Calling all_inventory to load vars for managed_node3 138029 1726888122.63324: Calling groups_inventory to load vars for managed_node3 138029 1726888122.63327: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.63338: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.63341: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.63344: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.68420: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.69102: done with get_vars() 138029 1726888122.69118: done getting variables 138029 1726888122.69170: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:42 -0400 (0:00:00.078) 0:02:15.415 ****** 138029 1726888122.69205: entering _queue_task() for managed_node3/set_fact 138029 1726888122.69688: worker is 1 (out of 1 available) 138029 1726888122.69700: exiting _queue_task() for managed_node3/set_fact 138029 1726888122.69711: done queuing things up, now waiting for results queue to drain 138029 1726888122.69714: waiting for pending results... 138029 1726888122.69889: running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool 138029 1726888122.70164: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001204 138029 1726888122.70171: variable 'ansible_search_path' from source: unknown 138029 1726888122.70174: calling self._execute() 138029 1726888122.70296: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.70310: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.70324: variable 'omit' from source: magic vars 138029 1726888122.70737: variable 'storage_test_volume' from source: include params 138029 1726888122.70779: Evaluated conditional (storage_test_volume.thin): False 138029 1726888122.70788: when evaluation is False, skipping this task 138029 1726888122.70802: _execute() done 138029 1726888122.70864: dumping result to json 138029 1726888122.70870: done dumping result, returning 138029 1726888122.70873: done running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-5a58-73a2-000000001204] 138029 1726888122.70877: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001204 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888122.71100: no more pending results, returning what we have 138029 1726888122.71104: results queue empty 138029 1726888122.71105: checking for any_errors_fatal 138029 1726888122.71113: done checking for any_errors_fatal 138029 1726888122.71113: checking for max_fail_percentage 138029 1726888122.71115: done checking for max_fail_percentage 138029 1726888122.71116: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.71117: done checking to see if all hosts have failed 138029 1726888122.71117: getting the remaining hosts for this loop 138029 1726888122.71119: done getting the remaining hosts for this loop 138029 1726888122.71122: getting the next task for host managed_node3 138029 1726888122.71129: done getting next task for host managed_node3 138029 1726888122.71168: ^ task is: TASK: Apply upper size limit to max usable thin pool space 138029 1726888122.71175: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.71180: getting variables 138029 1726888122.71181: in VariableManager get_vars() 138029 1726888122.71207: Calling all_inventory to load vars for managed_node3 138029 1726888122.71209: Calling groups_inventory to load vars for managed_node3 138029 1726888122.71212: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.71221: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.71224: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.71226: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.71604: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001204 138029 1726888122.71608: WORKER PROCESS EXITING 138029 1726888122.71618: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.72008: done with get_vars() 138029 1726888122.72019: done getting variables 138029 1726888122.72060: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:42 -0400 (0:00:00.028) 0:02:15.444 ****** 138029 1726888122.72084: entering _queue_task() for managed_node3/set_fact 138029 1726888122.72288: worker is 1 (out of 1 available) 138029 1726888122.72300: exiting _queue_task() for managed_node3/set_fact 138029 1726888122.72314: done queuing things up, now waiting for results queue to drain 138029 1726888122.72315: waiting for pending results... 138029 1726888122.72503: running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space 138029 1726888122.72600: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001205 138029 1726888122.72611: variable 'ansible_search_path' from source: unknown 138029 1726888122.72639: calling self._execute() 138029 1726888122.72735: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.72739: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.72748: variable 'omit' from source: magic vars 138029 1726888122.73181: variable 'storage_test_volume' from source: include params 138029 1726888122.73186: Evaluated conditional (storage_test_volume.thin): False 138029 1726888122.73188: when evaluation is False, skipping this task 138029 1726888122.73192: _execute() done 138029 1726888122.73195: dumping result to json 138029 1726888122.73197: done dumping result, returning 138029 1726888122.73200: done running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-000000001205] 138029 1726888122.73203: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001205 138029 1726888122.73283: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001205 138029 1726888122.73286: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888122.73339: no more pending results, returning what we have 138029 1726888122.73343: results queue empty 138029 1726888122.73344: checking for any_errors_fatal 138029 1726888122.73354: done checking for any_errors_fatal 138029 1726888122.73375: checking for max_fail_percentage 138029 1726888122.73378: done checking for max_fail_percentage 138029 1726888122.73379: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.73380: done checking to see if all hosts have failed 138029 1726888122.73381: getting the remaining hosts for this loop 138029 1726888122.73383: done getting the remaining hosts for this loop 138029 1726888122.73387: getting the next task for host managed_node3 138029 1726888122.73403: done getting next task for host managed_node3 138029 1726888122.73407: ^ task is: TASK: Apply lower size limit to max usable thin pool space 138029 1726888122.73415: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.73419: getting variables 138029 1726888122.73421: in VariableManager get_vars() 138029 1726888122.73454: Calling all_inventory to load vars for managed_node3 138029 1726888122.73459: Calling groups_inventory to load vars for managed_node3 138029 1726888122.73464: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.73478: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.73481: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.73484: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.74134: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.74549: done with get_vars() 138029 1726888122.74565: done getting variables 138029 1726888122.74605: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:42 -0400 (0:00:00.025) 0:02:15.469 ****** 138029 1726888122.74627: entering _queue_task() for managed_node3/set_fact 138029 1726888122.74827: worker is 1 (out of 1 available) 138029 1726888122.74841: exiting _queue_task() for managed_node3/set_fact 138029 1726888122.74853: done queuing things up, now waiting for results queue to drain 138029 1726888122.74857: waiting for pending results... 138029 1726888122.75031: running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space 138029 1726888122.75132: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001206 138029 1726888122.75142: variable 'ansible_search_path' from source: unknown 138029 1726888122.75174: calling self._execute() 138029 1726888122.75266: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.75271: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.75278: variable 'omit' from source: magic vars 138029 1726888122.75549: variable 'storage_test_volume' from source: include params 138029 1726888122.75574: Evaluated conditional (storage_test_volume.thin): False 138029 1726888122.75577: when evaluation is False, skipping this task 138029 1726888122.75580: _execute() done 138029 1726888122.75583: dumping result to json 138029 1726888122.75585: done dumping result, returning 138029 1726888122.75591: done running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-000000001206] 138029 1726888122.75596: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001206 138029 1726888122.75694: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001206 138029 1726888122.75698: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888122.75770: no more pending results, returning what we have 138029 1726888122.75772: results queue empty 138029 1726888122.75773: checking for any_errors_fatal 138029 1726888122.75780: done checking for any_errors_fatal 138029 1726888122.75781: checking for max_fail_percentage 138029 1726888122.75782: done checking for max_fail_percentage 138029 1726888122.75783: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.75784: done checking to see if all hosts have failed 138029 1726888122.75784: getting the remaining hosts for this loop 138029 1726888122.75785: done getting the remaining hosts for this loop 138029 1726888122.75788: getting the next task for host managed_node3 138029 1726888122.75795: done getting next task for host managed_node3 138029 1726888122.75797: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 138029 1726888122.75803: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.75808: getting variables 138029 1726888122.75810: in VariableManager get_vars() 138029 1726888122.75836: Calling all_inventory to load vars for managed_node3 138029 1726888122.75838: Calling groups_inventory to load vars for managed_node3 138029 1726888122.75841: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.75847: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.75849: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.75851: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.76271: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.76935: done with get_vars() 138029 1726888122.76950: 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:08:42 -0400 (0:00:00.024) 0:02:15.493 ****** 138029 1726888122.77034: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888122.77291: worker is 1 (out of 1 available) 138029 1726888122.77303: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888122.77316: done queuing things up, now waiting for results queue to drain 138029 1726888122.77318: waiting for pending results... 138029 1726888122.77778: running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size 138029 1726888122.77783: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001207 138029 1726888122.77797: variable 'ansible_search_path' from source: unknown 138029 1726888122.77839: calling self._execute() 138029 1726888122.77969: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.77981: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.77996: variable 'omit' from source: magic vars 138029 1726888122.78394: variable 'storage_test_volume' from source: include params 138029 1726888122.78426: Evaluated conditional (storage_test_volume.thin): False 138029 1726888122.78545: when evaluation is False, skipping this task 138029 1726888122.78549: _execute() done 138029 1726888122.78552: dumping result to json 138029 1726888122.78554: done dumping result, returning 138029 1726888122.78558: done running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-5a58-73a2-000000001207] 138029 1726888122.78561: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001207 138029 1726888122.78635: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001207 138029 1726888122.78639: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888122.78693: no more pending results, returning what we have 138029 1726888122.78697: results queue empty 138029 1726888122.78698: checking for any_errors_fatal 138029 1726888122.78708: done checking for any_errors_fatal 138029 1726888122.78709: checking for max_fail_percentage 138029 1726888122.78711: done checking for max_fail_percentage 138029 1726888122.78712: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.78713: done checking to see if all hosts have failed 138029 1726888122.78714: getting the remaining hosts for this loop 138029 1726888122.78716: done getting the remaining hosts for this loop 138029 1726888122.78720: getting the next task for host managed_node3 138029 1726888122.78728: done getting next task for host managed_node3 138029 1726888122.78731: ^ task is: TASK: Show max thin pool size 138029 1726888122.78738: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.78744: getting variables 138029 1726888122.78746: in VariableManager get_vars() 138029 1726888122.78784: Calling all_inventory to load vars for managed_node3 138029 1726888122.78787: Calling groups_inventory to load vars for managed_node3 138029 1726888122.78790: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.78803: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.78807: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.78810: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.79827: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.80496: done with get_vars() 138029 1726888122.80512: done getting variables 138029 1726888122.80574: 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:08:42 -0400 (0:00:00.035) 0:02:15.529 ****** 138029 1726888122.80608: entering _queue_task() for managed_node3/debug 138029 1726888122.80877: worker is 1 (out of 1 available) 138029 1726888122.80888: exiting _queue_task() for managed_node3/debug 138029 1726888122.80900: done queuing things up, now waiting for results queue to drain 138029 1726888122.80901: waiting for pending results... 138029 1726888122.81283: running TaskExecutor() for managed_node3/TASK: Show max thin pool size 138029 1726888122.81371: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001208 138029 1726888122.81566: variable 'ansible_search_path' from source: unknown 138029 1726888122.81571: calling self._execute() 138029 1726888122.81574: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.81576: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.81579: variable 'omit' from source: magic vars 138029 1726888122.81967: variable 'storage_test_volume' from source: include params 138029 1726888122.82001: Evaluated conditional (storage_test_volume.thin): False 138029 1726888122.82011: when evaluation is False, skipping this task 138029 1726888122.82022: _execute() done 138029 1726888122.82030: dumping result to json 138029 1726888122.82037: done dumping result, returning 138029 1726888122.82046: done running TaskExecutor() for managed_node3/TASK: Show max thin pool size [0affc8a3-6f6f-5a58-73a2-000000001208] 138029 1726888122.82059: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001208 138029 1726888122.82308: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001208 138029 1726888122.82312: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888122.82360: no more pending results, returning what we have 138029 1726888122.82366: results queue empty 138029 1726888122.82367: checking for any_errors_fatal 138029 1726888122.82375: done checking for any_errors_fatal 138029 1726888122.82376: checking for max_fail_percentage 138029 1726888122.82377: done checking for max_fail_percentage 138029 1726888122.82378: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.82379: done checking to see if all hosts have failed 138029 1726888122.82380: getting the remaining hosts for this loop 138029 1726888122.82381: done getting the remaining hosts for this loop 138029 1726888122.82384: getting the next task for host managed_node3 138029 1726888122.82391: done getting next task for host managed_node3 138029 1726888122.82394: ^ task is: TASK: Show volume thin pool size 138029 1726888122.82402: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.82407: getting variables 138029 1726888122.82408: in VariableManager get_vars() 138029 1726888122.82441: Calling all_inventory to load vars for managed_node3 138029 1726888122.82444: Calling groups_inventory to load vars for managed_node3 138029 1726888122.82447: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.82460: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.82466: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.82469: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.83193: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.83901: done with get_vars() 138029 1726888122.83916: done getting variables 138029 1726888122.83977: 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:08:42 -0400 (0:00:00.033) 0:02:15.563 ****** 138029 1726888122.84008: entering _queue_task() for managed_node3/debug 138029 1726888122.84274: worker is 1 (out of 1 available) 138029 1726888122.84286: exiting _queue_task() for managed_node3/debug 138029 1726888122.84297: done queuing things up, now waiting for results queue to drain 138029 1726888122.84298: waiting for pending results... 138029 1726888122.84678: running TaskExecutor() for managed_node3/TASK: Show volume thin pool size 138029 1726888122.84744: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001209 138029 1726888122.84770: variable 'ansible_search_path' from source: unknown 138029 1726888122.84808: calling self._execute() 138029 1726888122.84929: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.84941: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.84958: variable 'omit' from source: magic vars 138029 1726888122.85346: variable 'storage_test_volume' from source: include params 138029 1726888122.85387: Evaluated conditional (storage_test_volume.thin): False 138029 1726888122.85395: when evaluation is False, skipping this task 138029 1726888122.85403: _execute() done 138029 1726888122.85411: dumping result to json 138029 1726888122.85418: done dumping result, returning 138029 1726888122.85435: done running TaskExecutor() for managed_node3/TASK: Show volume thin pool size [0affc8a3-6f6f-5a58-73a2-000000001209] 138029 1726888122.85445: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001209 138029 1726888122.85785: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001209 138029 1726888122.85789: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888122.85825: no more pending results, returning what we have 138029 1726888122.85828: results queue empty 138029 1726888122.85829: checking for any_errors_fatal 138029 1726888122.85836: done checking for any_errors_fatal 138029 1726888122.85837: checking for max_fail_percentage 138029 1726888122.85839: done checking for max_fail_percentage 138029 1726888122.85840: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.85841: done checking to see if all hosts have failed 138029 1726888122.85841: getting the remaining hosts for this loop 138029 1726888122.85842: done getting the remaining hosts for this loop 138029 1726888122.85845: getting the next task for host managed_node3 138029 1726888122.85853: done getting next task for host managed_node3 138029 1726888122.85857: ^ task is: TASK: Show test volume size 138029 1726888122.85865: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.85869: getting variables 138029 1726888122.85870: in VariableManager get_vars() 138029 1726888122.85897: Calling all_inventory to load vars for managed_node3 138029 1726888122.85899: Calling groups_inventory to load vars for managed_node3 138029 1726888122.85902: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.85911: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.85914: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.85917: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.86535: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.87224: done with get_vars() 138029 1726888122.87239: done getting variables 138029 1726888122.87301: 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:08:42 -0400 (0:00:00.033) 0:02:15.596 ****** 138029 1726888122.87336: entering _queue_task() for managed_node3/debug 138029 1726888122.87597: worker is 1 (out of 1 available) 138029 1726888122.87608: exiting _queue_task() for managed_node3/debug 138029 1726888122.87619: done queuing things up, now waiting for results queue to drain 138029 1726888122.87620: waiting for pending results... 138029 1726888122.87913: running TaskExecutor() for managed_node3/TASK: Show test volume size 138029 1726888122.88091: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000120a 138029 1726888122.88113: variable 'ansible_search_path' from source: unknown 138029 1726888122.88153: calling self._execute() 138029 1726888122.88284: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.88301: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.88318: variable 'omit' from source: magic vars 138029 1726888122.88695: variable 'storage_test_volume' from source: include params 138029 1726888122.88729: Evaluated conditional (storage_test_volume.thin): False 138029 1726888122.88738: when evaluation is False, skipping this task 138029 1726888122.88746: _execute() done 138029 1726888122.88753: dumping result to json 138029 1726888122.88765: done dumping result, returning 138029 1726888122.88776: done running TaskExecutor() for managed_node3/TASK: Show test volume size [0affc8a3-6f6f-5a58-73a2-00000000120a] 138029 1726888122.88786: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000120a 138029 1726888122.88916: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000120a 138029 1726888122.88921: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888122.88997: no more pending results, returning what we have 138029 1726888122.89002: results queue empty 138029 1726888122.89003: checking for any_errors_fatal 138029 1726888122.89013: done checking for any_errors_fatal 138029 1726888122.89014: checking for max_fail_percentage 138029 1726888122.89015: done checking for max_fail_percentage 138029 1726888122.89016: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.89017: done checking to see if all hosts have failed 138029 1726888122.89017: getting the remaining hosts for this loop 138029 1726888122.89020: done getting the remaining hosts for this loop 138029 1726888122.89023: getting the next task for host managed_node3 138029 1726888122.89031: done getting next task for host managed_node3 138029 1726888122.89033: ^ task is: TASK: Establish base value for expected thin pool size 138029 1726888122.89040: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.89046: getting variables 138029 1726888122.89047: in VariableManager get_vars() 138029 1726888122.89086: Calling all_inventory to load vars for managed_node3 138029 1726888122.89089: Calling groups_inventory to load vars for managed_node3 138029 1726888122.89092: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.89104: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.89108: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.89112: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.89937: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.90603: done with get_vars() 138029 1726888122.90614: done getting variables 138029 1726888122.90653: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:42 -0400 (0:00:00.033) 0:02:15.630 ****** 138029 1726888122.90681: entering _queue_task() for managed_node3/set_fact 138029 1726888122.90886: worker is 1 (out of 1 available) 138029 1726888122.90898: exiting _queue_task() for managed_node3/set_fact 138029 1726888122.90909: done queuing things up, now waiting for results queue to drain 138029 1726888122.90911: waiting for pending results... 138029 1726888122.91096: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size 138029 1726888122.91182: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000120b 138029 1726888122.91193: variable 'ansible_search_path' from source: unknown 138029 1726888122.91221: calling self._execute() 138029 1726888122.91314: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.91318: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.91326: variable 'omit' from source: magic vars 138029 1726888122.91605: variable 'storage_test_volume' from source: include params 138029 1726888122.91626: Evaluated conditional (storage_test_volume.thin): False 138029 1726888122.91629: when evaluation is False, skipping this task 138029 1726888122.91632: _execute() done 138029 1726888122.91635: dumping result to json 138029 1726888122.91637: done dumping result, returning 138029 1726888122.91644: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-5a58-73a2-00000000120b] 138029 1726888122.91649: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000120b 138029 1726888122.91749: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000120b 138029 1726888122.91753: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888122.91822: no more pending results, returning what we have 138029 1726888122.91825: results queue empty 138029 1726888122.91826: checking for any_errors_fatal 138029 1726888122.91832: done checking for any_errors_fatal 138029 1726888122.91832: checking for max_fail_percentage 138029 1726888122.91834: done checking for max_fail_percentage 138029 1726888122.91835: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.91835: done checking to see if all hosts have failed 138029 1726888122.91836: getting the remaining hosts for this loop 138029 1726888122.91837: done getting the remaining hosts for this loop 138029 1726888122.91840: getting the next task for host managed_node3 138029 1726888122.91846: done getting next task for host managed_node3 138029 1726888122.91848: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888122.91854: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.91859: getting variables 138029 1726888122.91861: in VariableManager get_vars() 138029 1726888122.91890: Calling all_inventory to load vars for managed_node3 138029 1726888122.91892: Calling groups_inventory to load vars for managed_node3 138029 1726888122.91895: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.91903: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.91905: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.91908: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.92705: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.93251: done with get_vars() 138029 1726888122.93270: done getting variables 138029 1726888122.93328: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:42 -0400 (0:00:00.026) 0:02:15.657 ****** 138029 1726888122.93365: entering _queue_task() for managed_node3/set_fact 138029 1726888122.93801: worker is 1 (out of 1 available) 138029 1726888122.93812: exiting _queue_task() for managed_node3/set_fact 138029 1726888122.93823: done queuing things up, now waiting for results queue to drain 138029 1726888122.93824: waiting for pending results... 138029 1726888122.94076: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888122.94197: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000120c 138029 1726888122.94210: variable 'ansible_search_path' from source: unknown 138029 1726888122.94243: calling self._execute() 138029 1726888122.94358: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.94362: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.94375: variable 'omit' from source: magic vars 138029 1726888122.94687: variable 'storage_test_volume' from source: include params 138029 1726888122.94708: Evaluated conditional (storage_test_volume.thin): False 138029 1726888122.94711: when evaluation is False, skipping this task 138029 1726888122.94723: _execute() done 138029 1726888122.94728: dumping result to json 138029 1726888122.94730: done dumping result, returning 138029 1726888122.94733: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-00000000120c] 138029 1726888122.94736: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000120c skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888122.94915: no more pending results, returning what we have 138029 1726888122.94923: results queue empty 138029 1726888122.94924: checking for any_errors_fatal 138029 1726888122.94930: done checking for any_errors_fatal 138029 1726888122.94931: checking for max_fail_percentage 138029 1726888122.94932: done checking for max_fail_percentage 138029 1726888122.94933: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.94934: done checking to see if all hosts have failed 138029 1726888122.94935: getting the remaining hosts for this loop 138029 1726888122.94936: done getting the remaining hosts for this loop 138029 1726888122.94939: getting the next task for host managed_node3 138029 1726888122.94945: done getting next task for host managed_node3 138029 1726888122.94947: ^ task is: TASK: Establish base value for expected thin pool volume size 138029 1726888122.94954: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.94999: getting variables 138029 1726888122.95000: in VariableManager get_vars() 138029 1726888122.95023: Calling all_inventory to load vars for managed_node3 138029 1726888122.95025: Calling groups_inventory to load vars for managed_node3 138029 1726888122.95027: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.95035: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.95037: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.95040: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.95448: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000120c 138029 1726888122.95452: WORKER PROCESS EXITING 138029 1726888122.95464: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.96031: done with get_vars() 138029 1726888122.96046: done getting variables 138029 1726888122.96107: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:42 -0400 (0:00:00.027) 0:02:15.684 ****** 138029 1726888122.96140: entering _queue_task() for managed_node3/set_fact 138029 1726888122.96493: worker is 1 (out of 1 available) 138029 1726888122.96505: exiting _queue_task() for managed_node3/set_fact 138029 1726888122.96516: done queuing things up, now waiting for results queue to drain 138029 1726888122.96517: waiting for pending results... 138029 1726888122.96754: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size 138029 1726888122.96921: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000120d 138029 1726888122.96945: variable 'ansible_search_path' from source: unknown 138029 1726888122.96989: calling self._execute() 138029 1726888122.97096: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.97099: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.97107: variable 'omit' from source: magic vars 138029 1726888122.97421: variable 'storage_test_volume' from source: include params 138029 1726888122.97444: Evaluated conditional (storage_test_volume.thin): False 138029 1726888122.97448: when evaluation is False, skipping this task 138029 1726888122.97451: _execute() done 138029 1726888122.97454: dumping result to json 138029 1726888122.97459: done dumping result, returning 138029 1726888122.97465: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-5a58-73a2-00000000120d] 138029 1726888122.97467: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000120d 138029 1726888122.97565: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000120d 138029 1726888122.97568: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888122.97614: no more pending results, returning what we have 138029 1726888122.97617: results queue empty 138029 1726888122.97618: checking for any_errors_fatal 138029 1726888122.97628: done checking for any_errors_fatal 138029 1726888122.97629: checking for max_fail_percentage 138029 1726888122.97630: done checking for max_fail_percentage 138029 1726888122.97632: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.97633: done checking to see if all hosts have failed 138029 1726888122.97633: getting the remaining hosts for this loop 138029 1726888122.97635: done getting the remaining hosts for this loop 138029 1726888122.97638: getting the next task for host managed_node3 138029 1726888122.97645: done getting next task for host managed_node3 138029 1726888122.97647: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888122.97654: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.97661: getting variables 138029 1726888122.97664: in VariableManager get_vars() 138029 1726888122.97691: Calling all_inventory to load vars for managed_node3 138029 1726888122.97693: Calling groups_inventory to load vars for managed_node3 138029 1726888122.97696: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.97705: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.97708: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.97710: Calling groups_plugins_play to load vars for managed_node3 138029 1726888122.98080: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888122.98472: done with get_vars() 138029 1726888122.98482: done getting variables 138029 1726888122.98523: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:42 -0400 (0:00:00.024) 0:02:15.709 ****** 138029 1726888122.98546: entering _queue_task() for managed_node3/set_fact 138029 1726888122.98747: worker is 1 (out of 1 available) 138029 1726888122.98764: exiting _queue_task() for managed_node3/set_fact 138029 1726888122.98775: done queuing things up, now waiting for results queue to drain 138029 1726888122.98777: waiting for pending results... 138029 1726888122.98949: running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888122.99030: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000120e 138029 1726888122.99042: variable 'ansible_search_path' from source: unknown 138029 1726888122.99072: calling self._execute() 138029 1726888122.99165: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888122.99170: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888122.99177: variable 'omit' from source: magic vars 138029 1726888122.99445: variable 'storage_test_volume' from source: include params 138029 1726888122.99473: Evaluated conditional (storage_test_volume.thin): False 138029 1726888122.99477: when evaluation is False, skipping this task 138029 1726888122.99481: _execute() done 138029 1726888122.99483: dumping result to json 138029 1726888122.99486: done dumping result, returning 138029 1726888122.99490: done running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-5a58-73a2-00000000120e] 138029 1726888122.99496: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000120e 138029 1726888122.99587: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000120e 138029 1726888122.99590: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888122.99635: no more pending results, returning what we have 138029 1726888122.99638: results queue empty 138029 1726888122.99639: checking for any_errors_fatal 138029 1726888122.99647: done checking for any_errors_fatal 138029 1726888122.99648: checking for max_fail_percentage 138029 1726888122.99649: done checking for max_fail_percentage 138029 1726888122.99650: checking to see if all hosts have failed and the running result is not ok 138029 1726888122.99651: done checking to see if all hosts have failed 138029 1726888122.99652: getting the remaining hosts for this loop 138029 1726888122.99653: done getting the remaining hosts for this loop 138029 1726888122.99659: getting the next task for host managed_node3 138029 1726888122.99666: done getting next task for host managed_node3 138029 1726888122.99669: ^ task is: TASK: Replace expected volume size with calculated value 138029 1726888122.99675: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888122.99679: getting variables 138029 1726888122.99680: in VariableManager get_vars() 138029 1726888122.99705: Calling all_inventory to load vars for managed_node3 138029 1726888122.99707: Calling groups_inventory to load vars for managed_node3 138029 1726888122.99710: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888122.99718: Calling all_plugins_play to load vars for managed_node3 138029 1726888122.99721: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888122.99723: Calling groups_plugins_play to load vars for managed_node3 138029 1726888123.00099: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888123.00720: done with get_vars() 138029 1726888123.00731: done getting variables 138029 1726888123.00786: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:43 -0400 (0:00:00.022) 0:02:15.731 ****** 138029 1726888123.00823: entering _queue_task() for managed_node3/set_fact 138029 1726888123.01077: worker is 1 (out of 1 available) 138029 1726888123.01089: exiting _queue_task() for managed_node3/set_fact 138029 1726888123.01101: done queuing things up, now waiting for results queue to drain 138029 1726888123.01102: waiting for pending results... 138029 1726888123.01350: running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value 138029 1726888123.01505: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000120f 138029 1726888123.01567: variable 'ansible_search_path' from source: unknown 138029 1726888123.01572: calling self._execute() 138029 1726888123.01741: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888123.01745: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888123.01752: variable 'omit' from source: magic vars 138029 1726888123.02133: variable 'storage_test_volume' from source: include params 138029 1726888123.02142: Evaluated conditional (storage_test_volume.thin): False 138029 1726888123.02145: when evaluation is False, skipping this task 138029 1726888123.02148: _execute() done 138029 1726888123.02150: dumping result to json 138029 1726888123.02152: done dumping result, returning 138029 1726888123.02158: done running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-5a58-73a2-00000000120f] 138029 1726888123.02160: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000120f 138029 1726888123.02248: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000120f 138029 1726888123.02251: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888123.02371: no more pending results, returning what we have 138029 1726888123.02374: results queue empty 138029 1726888123.02375: checking for any_errors_fatal 138029 1726888123.02383: done checking for any_errors_fatal 138029 1726888123.02384: checking for max_fail_percentage 138029 1726888123.02385: done checking for max_fail_percentage 138029 1726888123.02389: checking to see if all hosts have failed and the running result is not ok 138029 1726888123.02391: done checking to see if all hosts have failed 138029 1726888123.02391: getting the remaining hosts for this loop 138029 1726888123.02393: done getting the remaining hosts for this loop 138029 1726888123.02396: getting the next task for host managed_node3 138029 1726888123.02413: done getting next task for host managed_node3 138029 1726888123.02417: ^ task is: TASK: Show actual size 138029 1726888123.02423: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888123.02427: getting variables 138029 1726888123.02432: in VariableManager get_vars() 138029 1726888123.02462: Calling all_inventory to load vars for managed_node3 138029 1726888123.02467: Calling groups_inventory to load vars for managed_node3 138029 1726888123.02472: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888123.02483: Calling all_plugins_play to load vars for managed_node3 138029 1726888123.02486: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888123.02489: Calling groups_plugins_play to load vars for managed_node3 138029 1726888123.03085: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888123.03872: done with get_vars() 138029 1726888123.03886: done getting variables 138029 1726888123.03942: 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:08:43 -0400 (0:00:00.031) 0:02:15.763 ****** 138029 1726888123.03981: entering _queue_task() for managed_node3/debug 138029 1726888123.04220: worker is 1 (out of 1 available) 138029 1726888123.04232: exiting _queue_task() for managed_node3/debug 138029 1726888123.04244: done queuing things up, now waiting for results queue to drain 138029 1726888123.04246: waiting for pending results... 138029 1726888123.04582: running TaskExecutor() for managed_node3/TASK: Show actual size 138029 1726888123.04634: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001211 138029 1726888123.04646: variable 'ansible_search_path' from source: unknown 138029 1726888123.04703: calling self._execute() 138029 1726888123.04784: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888123.04788: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888123.04797: variable 'omit' from source: magic vars 138029 1726888123.04888: variable 'omit' from source: magic vars 138029 1726888123.04933: variable 'omit' from source: magic vars 138029 1726888123.04960: variable 'omit' from source: magic vars 138029 1726888123.04999: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888123.05071: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888123.05076: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888123.05089: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888123.05107: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888123.05115: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888123.05128: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888123.05157: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888123.05161: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888123.05165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888123.05272: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888123.05276: Set connection var ansible_timeout to 10 138029 1726888123.05283: Set connection var ansible_pipelining to False 138029 1726888123.05286: Set connection var ansible_shell_type to sh 138029 1726888123.05288: Set connection var ansible_connection to ssh 138029 1726888123.05290: Set connection var ansible_shell_executable to /bin/sh 138029 1726888123.05311: variable 'ansible_shell_executable' from source: unknown 138029 1726888123.05314: variable 'ansible_connection' from source: unknown 138029 1726888123.05316: variable 'ansible_module_compression' from source: unknown 138029 1726888123.05319: variable 'ansible_shell_type' from source: unknown 138029 1726888123.05321: variable 'ansible_shell_executable' from source: unknown 138029 1726888123.05323: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888123.05325: variable 'ansible_pipelining' from source: unknown 138029 1726888123.05328: variable 'ansible_timeout' from source: unknown 138029 1726888123.05332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888123.05519: 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) 138029 1726888123.05523: variable 'omit' from source: magic vars 138029 1726888123.05531: starting attempt loop 138029 1726888123.05534: running the handler 138029 1726888123.05561: variable 'storage_test_actual_size' from source: set_fact 138029 1726888123.05710: variable 'storage_test_actual_size' from source: set_fact 138029 1726888123.05776: handler run complete 138029 1726888123.05787: attempt loop complete, returning result 138029 1726888123.05790: _execute() done 138029 1726888123.05795: dumping result to json 138029 1726888123.05797: done dumping result, returning 138029 1726888123.05806: done running TaskExecutor() for managed_node3/TASK: Show actual size [0affc8a3-6f6f-5a58-73a2-000000001211] 138029 1726888123.05808: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001211 138029 1726888123.05897: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001211 138029 1726888123.05900: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } 138029 1726888123.05957: no more pending results, returning what we have 138029 1726888123.05960: results queue empty 138029 1726888123.05961: checking for any_errors_fatal 138029 1726888123.05971: done checking for any_errors_fatal 138029 1726888123.05971: checking for max_fail_percentage 138029 1726888123.05973: done checking for max_fail_percentage 138029 1726888123.05973: checking to see if all hosts have failed and the running result is not ok 138029 1726888123.05974: done checking to see if all hosts have failed 138029 1726888123.05975: getting the remaining hosts for this loop 138029 1726888123.05976: done getting the remaining hosts for this loop 138029 1726888123.05979: getting the next task for host managed_node3 138029 1726888123.05987: done getting next task for host managed_node3 138029 1726888123.05989: ^ task is: TASK: Show expected size 138029 1726888123.05995: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888123.05999: getting variables 138029 1726888123.06000: in VariableManager get_vars() 138029 1726888123.06027: Calling all_inventory to load vars for managed_node3 138029 1726888123.06030: Calling groups_inventory to load vars for managed_node3 138029 1726888123.06032: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888123.06040: Calling all_plugins_play to load vars for managed_node3 138029 1726888123.06043: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888123.06046: Calling groups_plugins_play to load vars for managed_node3 138029 1726888123.06421: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888123.06815: done with get_vars() 138029 1726888123.06826: done getting variables 138029 1726888123.06869: 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:08:43 -0400 (0:00:00.029) 0:02:15.792 ****** 138029 1726888123.06902: entering _queue_task() for managed_node3/debug 138029 1726888123.07100: worker is 1 (out of 1 available) 138029 1726888123.07114: exiting _queue_task() for managed_node3/debug 138029 1726888123.07125: done queuing things up, now waiting for results queue to drain 138029 1726888123.07126: waiting for pending results... 138029 1726888123.07299: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888123.07394: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001212 138029 1726888123.07405: variable 'ansible_search_path' from source: unknown 138029 1726888123.07432: calling self._execute() 138029 1726888123.07516: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888123.07522: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888123.07531: variable 'omit' from source: magic vars 138029 1726888123.07611: variable 'omit' from source: magic vars 138029 1726888123.07659: variable 'omit' from source: magic vars 138029 1726888123.07686: variable 'omit' from source: magic vars 138029 1726888123.07718: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888123.07747: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888123.07767: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888123.07780: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888123.07792: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888123.07809: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888123.07822: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888123.07843: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888123.07846: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888123.07849: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888123.07937: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888123.07941: Set connection var ansible_timeout to 10 138029 1726888123.07946: Set connection var ansible_pipelining to False 138029 1726888123.07948: Set connection var ansible_shell_type to sh 138029 1726888123.07951: Set connection var ansible_connection to ssh 138029 1726888123.07957: Set connection var ansible_shell_executable to /bin/sh 138029 1726888123.07979: variable 'ansible_shell_executable' from source: unknown 138029 1726888123.07982: variable 'ansible_connection' from source: unknown 138029 1726888123.07985: variable 'ansible_module_compression' from source: unknown 138029 1726888123.07987: variable 'ansible_shell_type' from source: unknown 138029 1726888123.07990: variable 'ansible_shell_executable' from source: unknown 138029 1726888123.08038: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888123.08041: variable 'ansible_pipelining' from source: unknown 138029 1726888123.08044: variable 'ansible_timeout' from source: unknown 138029 1726888123.08046: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888123.08225: 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) 138029 1726888123.08275: variable 'omit' from source: magic vars 138029 1726888123.08278: starting attempt loop 138029 1726888123.08281: running the handler 138029 1726888123.08323: variable 'storage_test_expected_size' from source: set_fact 138029 1726888123.08551: variable 'storage_test_expected_size' from source: set_fact 138029 1726888123.08612: handler run complete 138029 1726888123.08653: attempt loop complete, returning result 138029 1726888123.08658: _execute() done 138029 1726888123.08661: dumping result to json 138029 1726888123.08665: done dumping result, returning 138029 1726888123.08667: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-000000001212] 138029 1726888123.08669: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001212 138029 1726888123.08793: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001212 138029 1726888123.08796: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } 138029 1726888123.08868: no more pending results, returning what we have 138029 1726888123.08871: results queue empty 138029 1726888123.08872: checking for any_errors_fatal 138029 1726888123.08877: done checking for any_errors_fatal 138029 1726888123.08878: checking for max_fail_percentage 138029 1726888123.08879: done checking for max_fail_percentage 138029 1726888123.08880: checking to see if all hosts have failed and the running result is not ok 138029 1726888123.08881: done checking to see if all hosts have failed 138029 1726888123.08882: getting the remaining hosts for this loop 138029 1726888123.08883: done getting the remaining hosts for this loop 138029 1726888123.08886: getting the next task for host managed_node3 138029 1726888123.08894: done getting next task for host managed_node3 138029 1726888123.08896: ^ task is: TASK: Assert expected size is actual size 138029 1726888123.08902: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888123.08906: getting variables 138029 1726888123.08907: in VariableManager get_vars() 138029 1726888123.08936: Calling all_inventory to load vars for managed_node3 138029 1726888123.08939: Calling groups_inventory to load vars for managed_node3 138029 1726888123.08942: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888123.08950: Calling all_plugins_play to load vars for managed_node3 138029 1726888123.08953: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888123.08957: Calling groups_plugins_play to load vars for managed_node3 138029 1726888123.09513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888123.10020: done with get_vars() 138029 1726888123.10042: done getting variables 138029 1726888123.10110: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:43 -0400 (0:00:00.032) 0:02:15.825 ****** 138029 1726888123.10147: entering _queue_task() for managed_node3/assert 138029 1726888123.10378: worker is 1 (out of 1 available) 138029 1726888123.10391: exiting _queue_task() for managed_node3/assert 138029 1726888123.10406: done queuing things up, now waiting for results queue to drain 138029 1726888123.10407: waiting for pending results... 138029 1726888123.10699: running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size 138029 1726888123.10804: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001213 138029 1726888123.10815: variable 'ansible_search_path' from source: unknown 138029 1726888123.10842: calling self._execute() 138029 1726888123.10940: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888123.10944: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888123.10953: variable 'omit' from source: magic vars 138029 1726888123.11233: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888123.12880: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888123.12930: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888123.12959: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888123.12990: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888123.13009: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888123.13093: variable '_storage_test_volume_present' from source: set_fact 138029 1726888123.13106: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888123.13200: variable 'storage_test_volume' from source: include params 138029 1726888123.13219: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888123.13224: variable 'omit' from source: magic vars 138029 1726888123.13269: variable 'omit' from source: magic vars 138029 1726888123.13389: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888123.13414: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888123.13429: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888123.13454: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888123.13471: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888123.13541: variable 'storage_test_volume' from source: include params 138029 1726888123.13552: variable 'storage_test_expected_size' from source: set_fact 138029 1726888123.13558: variable 'storage_test_actual_size' from source: set_fact 138029 1726888123.13597: variable 'omit' from source: magic vars 138029 1726888123.13616: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888123.13661: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888123.13686: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888123.13716: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888123.13719: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888123.13765: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888123.13769: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888123.13781: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888123.13784: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888123.13786: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888123.13885: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888123.13952: Set connection var ansible_timeout to 10 138029 1726888123.13958: Set connection var ansible_pipelining to False 138029 1726888123.13961: Set connection var ansible_shell_type to sh 138029 1726888123.13963: Set connection var ansible_connection to ssh 138029 1726888123.13965: Set connection var ansible_shell_executable to /bin/sh 138029 1726888123.13968: variable 'ansible_shell_executable' from source: unknown 138029 1726888123.13970: variable 'ansible_connection' from source: unknown 138029 1726888123.13972: variable 'ansible_module_compression' from source: unknown 138029 1726888123.13974: variable 'ansible_shell_type' from source: unknown 138029 1726888123.13976: variable 'ansible_shell_executable' from source: unknown 138029 1726888123.13990: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888123.13992: variable 'ansible_pipelining' from source: unknown 138029 1726888123.13994: variable 'ansible_timeout' from source: unknown 138029 1726888123.13996: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888123.14087: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888123.14096: variable 'omit' from source: magic vars 138029 1726888123.14101: starting attempt loop 138029 1726888123.14103: running the handler 138029 1726888123.14219: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888123.14235: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888123.14252: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888123.14301: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888123.14312: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888123.14410: variable 'storage_test_expected_size' from source: set_fact 138029 1726888123.14413: variable 'storage_test_actual_size' from source: set_fact 138029 1726888123.14423: Evaluated conditional ((storage_test_expected_size | int - storage_test_actual_size.bytes) | abs / storage_test_expected_size | int < 0.04): True 138029 1726888123.14428: handler run complete 138029 1726888123.14438: attempt loop complete, returning result 138029 1726888123.14441: _execute() done 138029 1726888123.14444: dumping result to json 138029 1726888123.14446: done dumping result, returning 138029 1726888123.14457: done running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size [0affc8a3-6f6f-5a58-73a2-000000001213] 138029 1726888123.14460: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001213 138029 1726888123.14551: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001213 138029 1726888123.14557: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888123.14607: no more pending results, returning what we have 138029 1726888123.14610: results queue empty 138029 1726888123.14611: checking for any_errors_fatal 138029 1726888123.14626: done checking for any_errors_fatal 138029 1726888123.14627: checking for max_fail_percentage 138029 1726888123.14628: done checking for max_fail_percentage 138029 1726888123.14629: checking to see if all hosts have failed and the running result is not ok 138029 1726888123.14630: done checking to see if all hosts have failed 138029 1726888123.14631: getting the remaining hosts for this loop 138029 1726888123.14634: done getting the remaining hosts for this loop 138029 1726888123.14638: getting the next task for host managed_node3 138029 1726888123.14648: done getting next task for host managed_node3 138029 1726888123.14651: ^ task is: TASK: Get information about the LV 138029 1726888123.14659: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888123.14663: getting variables 138029 1726888123.14665: in VariableManager get_vars() 138029 1726888123.14697: Calling all_inventory to load vars for managed_node3 138029 1726888123.14699: Calling groups_inventory to load vars for managed_node3 138029 1726888123.14702: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888123.14715: Calling all_plugins_play to load vars for managed_node3 138029 1726888123.14718: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888123.14721: Calling groups_plugins_play to load vars for managed_node3 138029 1726888123.15278: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888123.15829: done with get_vars() 138029 1726888123.15844: done getting variables 138029 1726888123.15917: 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:08:43 -0400 (0:00:00.057) 0:02:15.883 ****** 138029 1726888123.15946: entering _queue_task() for managed_node3/command 138029 1726888123.16204: worker is 1 (out of 1 available) 138029 1726888123.16216: exiting _queue_task() for managed_node3/command 138029 1726888123.16230: done queuing things up, now waiting for results queue to drain 138029 1726888123.16232: waiting for pending results... 138029 1726888123.16442: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888123.16544: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000121a 138029 1726888123.16557: variable 'ansible_search_path' from source: unknown 138029 1726888123.16590: calling self._execute() 138029 1726888123.16678: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888123.16682: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888123.16696: variable 'omit' from source: magic vars 138029 1726888123.17057: variable 'storage_test_volume' from source: include params 138029 1726888123.17076: variable '_storage_test_volume_present' from source: set_fact 138029 1726888123.17088: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888123.17094: variable 'omit' from source: magic vars 138029 1726888123.17265: variable 'omit' from source: magic vars 138029 1726888123.17326: variable 'storage_test_pool' from source: include params 138029 1726888123.17375: variable 'storage_test_volume' from source: include params 138029 1726888123.17475: variable 'omit' from source: magic vars 138029 1726888123.17492: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888123.17524: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888123.17540: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888123.17553: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888123.17564: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888123.17639: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888123.17643: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888123.17731: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888123.17734: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888123.17738: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888123.17839: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888123.17893: Set connection var ansible_timeout to 10 138029 1726888123.17896: Set connection var ansible_pipelining to False 138029 1726888123.17899: Set connection var ansible_shell_type to sh 138029 1726888123.17901: Set connection var ansible_connection to ssh 138029 1726888123.17903: Set connection var ansible_shell_executable to /bin/sh 138029 1726888123.17909: variable 'ansible_shell_executable' from source: unknown 138029 1726888123.17912: variable 'ansible_connection' from source: unknown 138029 1726888123.17915: variable 'ansible_module_compression' from source: unknown 138029 1726888123.17917: variable 'ansible_shell_type' from source: unknown 138029 1726888123.17921: variable 'ansible_shell_executable' from source: unknown 138029 1726888123.17923: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888123.17928: variable 'ansible_pipelining' from source: unknown 138029 1726888123.17930: variable 'ansible_timeout' from source: unknown 138029 1726888123.17934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888123.18039: 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) 138029 1726888123.18049: variable 'omit' from source: magic vars 138029 1726888123.18053: starting attempt loop 138029 1726888123.18057: running the handler 138029 1726888123.18073: _low_level_execute_command(): starting 138029 1726888123.18080: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888123.18860: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888123.18902: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888123.20611: stdout chunk (state=3): >>>/root <<< 138029 1726888123.20713: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888123.20740: stderr chunk (state=3): >>><<< 138029 1726888123.20746: stdout chunk (state=3): >>><<< 138029 1726888123.20769: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888123.20792: _low_level_execute_command(): starting 138029 1726888123.20802: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888123.2077882-142072-269226642381168 `" && echo ansible-tmp-1726888123.2077882-142072-269226642381168="` echo /root/.ansible/tmp/ansible-tmp-1726888123.2077882-142072-269226642381168 `" ) && sleep 0' 138029 1726888123.21234: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888123.21237: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888123.21249: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888123.21264: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888123.21268: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888123.21398: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888123.21402: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888123.30754: stdout chunk (state=3): >>>ansible-tmp-1726888123.2077882-142072-269226642381168=/root/.ansible/tmp/ansible-tmp-1726888123.2077882-142072-269226642381168 <<< 138029 1726888123.30910: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888123.30923: stderr chunk (state=3): >>><<< 138029 1726888123.30933: stdout chunk (state=3): >>><<< 138029 1726888123.31063: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888123.2077882-142072-269226642381168=/root/.ansible/tmp/ansible-tmp-1726888123.2077882-142072-269226642381168 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888123.31067: variable 'ansible_module_compression' from source: unknown 138029 1726888123.31069: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888123.31101: variable 'ansible_facts' from source: unknown 138029 1726888123.31190: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888123.2077882-142072-269226642381168/AnsiballZ_command.py 138029 1726888123.31385: Sending initial data 138029 1726888123.31388: Sent initial data (158 bytes) 138029 1726888123.31933: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888123.32039: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888123.32063: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888123.32079: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888123.32154: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888123.33787: 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 <<< 138029 1726888123.33850: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888123.33932: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmps7chrkb0 /root/.ansible/tmp/ansible-tmp-1726888123.2077882-142072-269226642381168/AnsiballZ_command.py <<< 138029 1726888123.33943: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888123.2077882-142072-269226642381168/AnsiballZ_command.py" <<< 138029 1726888123.33971: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 138029 1726888123.34003: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmps7chrkb0" to remote "/root/.ansible/tmp/ansible-tmp-1726888123.2077882-142072-269226642381168/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888123.2077882-142072-269226642381168/AnsiballZ_command.py" <<< 138029 1726888123.34852: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888123.34891: stderr chunk (state=3): >>><<< 138029 1726888123.35004: stdout chunk (state=3): >>><<< 138029 1726888123.35007: done transferring module to remote 138029 1726888123.35009: _low_level_execute_command(): starting 138029 1726888123.35012: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888123.2077882-142072-269226642381168/ /root/.ansible/tmp/ansible-tmp-1726888123.2077882-142072-269226642381168/AnsiballZ_command.py && sleep 0' 138029 1726888123.35654: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888123.35674: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888123.35712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888123.35818: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888123.35848: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888123.35931: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888123.37783: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888123.37792: stdout chunk (state=3): >>><<< 138029 1726888123.37802: stderr chunk (state=3): >>><<< 138029 1726888123.37820: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888123.37827: _low_level_execute_command(): starting 138029 1726888123.37835: _low_level_execute_command(): using become for this command 138029 1726888123.37851: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jlkfknfbxilmgbnatuzkssrrjnqokdmy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888123.2077882-142072-269226642381168/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888123.38077: Initial state: awaiting_escalation: BECOME-SUCCESS-jlkfknfbxilmgbnatuzkssrrjnqokdmy 138029 1726888123.38436: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888123.38439: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888123.38473: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888123.38476: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888123.38531: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888123.41436: stdout chunk (state=1): >>>BECOME-SUCCESS-jlkfknfbxilmgbnatuzkssrrjnqokdmy <<< 138029 1726888123.41440: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jlkfknfbxilmgbnatuzkssrrjnqokdmy' 138029 1726888123.41775: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888123.41811: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888123.41841: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888123.41912: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888123.41953: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888123.41989: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888123.42018: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888123.42024: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888123.42078: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888123.42083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888123.42097: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888123.42125: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888123.42158: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888123.42181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888123.42188: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce8183e0> <<< 138029 1726888123.42203: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce7e7a10><<< 138029 1726888123.42208: stdout chunk (state=3): >>> <<< 138029 1726888123.42234: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888123.42239: 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 0x7fecce81a960> <<< 138029 1726888123.42275: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888123.42289: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888123.42313: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 138029 1726888123.42348: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888123.42357: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888123.42473: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 138029 1726888123.42511: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888123.42517: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888123.42553: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 138029 1726888123.42558: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888123.42582: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888123.42623: 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' <<< 138029 1726888123.42627: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce5c8fe0> <<< 138029 1726888123.42709: 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' <<< 138029 1726888123.42722: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce5c9fd0> <<< 138029 1726888123.42733: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888123.42769: 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. <<< 138029 1726888123.43014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888123.43021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888123.43058: 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 <<< 138029 1726888123.43105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888123.43123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888123.43158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888123.43196: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce60fdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888123.43233: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888123.43261: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce60ffe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888123.43303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888123.43306: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888123.43374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888123.43382: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888123.43444: 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 0x7fecce63f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888123.43447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888123.43459: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce63fe30> import '_collections' # <<< 138029 1726888123.43511: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce61faa0> <<< 138029 1726888123.43523: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888123.43553: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce61d1c0> <<< 138029 1726888123.43636: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce60cf80> <<< 138029 1726888123.43675: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888123.43698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 138029 1726888123.43722: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888123.43769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888123.43793: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888123.43796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888123.43821: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce6636e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce662300> <<< 138029 1726888123.43868: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888123.43881: 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 0x7fecce61e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce660b90> <<< 138029 1726888123.43926: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888123.43937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce694740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce60c200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888123.43986: 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 0x7fecce694bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce694aa0> <<< 138029 1726888123.44027: 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 0x7fecce694e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce602d20> <<< 138029 1726888123.44079: 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' <<< 138029 1726888123.44130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888123.44134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888123.44166: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce695550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce695220> import 'importlib.machinery' # <<< 138029 1726888123.44228: 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' <<< 138029 1726888123.44232: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce696450> <<< 138029 1726888123.44246: 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 <<< 138029 1726888123.44283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888123.44317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888123.44357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce6b0680> import 'errno' # <<< 138029 1726888123.44387: 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 0x7fecce6b1dc0> <<< 138029 1726888123.44426: 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 <<< 138029 1726888123.44448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce6b2c60> <<< 138029 1726888123.44487: 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 0x7fecce6b3290> <<< 138029 1726888123.44517: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce6b21b0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888123.44581: 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 0x7fecce6b3d10> <<< 138029 1726888123.44593: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce6b3440> <<< 138029 1726888123.44623: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce6964b0> <<< 138029 1726888123.44645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888123.44695: 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 <<< 138029 1726888123.44725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888123.44769: 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 0x7fecce44bc50> <<< 138029 1726888123.44793: 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' <<< 138029 1726888123.44835: 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 0x7fecce474770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce4744d0> <<< 138029 1726888123.44884: 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 0x7fecce4747a0> <<< 138029 1726888123.44888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888123.44904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888123.44947: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888123.45077: 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 0x7fecce4750d0> <<< 138029 1726888123.45186: 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 0x7fecce475ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce474980> <<< 138029 1726888123.45218: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce449df0> <<< 138029 1726888123.45270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888123.45277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888123.45317: 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 0x7fecce476e70> <<< 138029 1726888123.45329: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce475bb0> <<< 138029 1726888123.45376: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce696ba0> <<< 138029 1726888123.45379: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888123.45447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888123.45452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888123.45489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888123.45512: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce4a31d0> <<< 138029 1726888123.45586: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888123.45622: 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 <<< 138029 1726888123.45625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888123.45680: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce4cb590> <<< 138029 1726888123.45707: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888123.45736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888123.45787: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888123.45829: 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 0x7fecce524350> <<< 138029 1726888123.45859: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888123.45884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888123.45897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888123.45935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888123.46091: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce526ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce524470> <<< 138029 1726888123.46137: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce4f1370> <<< 138029 1726888123.46170: 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 0x7fecce329460> <<< 138029 1726888123.46276: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce4ca390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce477da0> <<< 138029 1726888123.51541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888123.51560: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fecce4ca990> <<< 138029 1726888123.63549: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_obvsu3z4/ansible_ansible.legacy.command_payload.zip' <<< 138029 1726888123.63553: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.63691: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.63722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888123.63730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888123.63789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888123.63865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888123.63902: 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 0x7fecce37f200> <<< 138029 1726888123.63911: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888123.64104: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce3620f0> <<< 138029 1726888123.64116: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce361250> # zipimport: zlib available <<< 138029 1726888123.64164: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888123.64167: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.64185: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.64192: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.64212: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888123.64225: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.65642: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.66783: 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 0x7fecce37d0d0> <<< 138029 1726888123.66787: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888123.66815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888123.66853: 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' <<< 138029 1726888123.66891: 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' <<< 138029 1726888123.66912: 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 0x7fecce3a6b40> <<< 138029 1726888123.66951: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce3a6930> <<< 138029 1726888123.66998: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce3a6240> <<< 138029 1726888123.67003: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888123.67034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888123.67037: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce3a6690> <<< 138029 1726888123.67063: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce37fe90> import 'atexit' # <<< 138029 1726888123.67101: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888123.67122: 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 0x7fecce3a7830> <<< 138029 1726888123.67148: 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 0x7fecce3a7a70> <<< 138029 1726888123.67181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888123.67198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888123.67238: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888123.67249: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce3a7fb0> <<< 138029 1726888123.67267: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888123.67302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888123.67323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888123.67347: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd19d00> <<< 138029 1726888123.67375: 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 0x7feccdd1b920> <<< 138029 1726888123.67406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888123.67422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888123.67449: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd1c2f0> <<< 138029 1726888123.67471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888123.67499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888123.67533: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd1d460> <<< 138029 1726888123.67536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888123.67599: 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' <<< 138029 1726888123.67658: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd1ff50> <<< 138029 1726888123.67686: 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 0x7fecce6b2ae0> <<< 138029 1726888123.67700: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd1e210> <<< 138029 1726888123.67728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888123.67750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888123.67770: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888123.67800: 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 <<< 138029 1726888123.67825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888123.67863: 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' <<< 138029 1726888123.67876: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd27ec0> <<< 138029 1726888123.67889: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888123.67994: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd26990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd266f0> <<< 138029 1726888123.68001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888123.68008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888123.68063: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd26c60> <<< 138029 1726888123.68108: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd1e720> <<< 138029 1726888123.68128: 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 0x7feccdd6bfb0> <<< 138029 1726888123.68152: 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 0x7feccdd6c320> <<< 138029 1726888123.68174: 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 <<< 138029 1726888123.68184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888123.68204: 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' <<< 138029 1726888123.68247: 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 0x7feccdd6dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd6db50> <<< 138029 1726888123.68278: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888123.68382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888123.68429: 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 0x7feccdd70350> <<< 138029 1726888123.68442: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd6e480> <<< 138029 1726888123.68467: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888123.68502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888123.68531: 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' <<< 138029 1726888123.68538: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888123.68584: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd73ad0> <<< 138029 1726888123.68708: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd704a0> <<< 138029 1726888123.68773: 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 0x7feccdd748f0> <<< 138029 1726888123.68817: 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 0x7feccdd74ad0> <<< 138029 1726888123.68875: 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 0x7feccdd74e00> <<< 138029 1726888123.68879: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd6c4d0> <<< 138029 1726888123.68881: 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 <<< 138029 1726888123.68914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888123.68917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888123.68954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888123.68958: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888123.68981: 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 0x7feccdc00470> <<< 138029 1726888123.69132: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888123.69136: 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 0x7feccdc01730> <<< 138029 1726888123.69145: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd76c00> <<< 138029 1726888123.69177: 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 0x7feccdd77fb0> <<< 138029 1726888123.69182: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd76840> <<< 138029 1726888123.69206: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.69214: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.69226: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888123.69236: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.69327: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.69412: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.69443: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888123.69486: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888123.69502: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.69610: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.69730: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.70269: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.70808: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888123.70821: 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' # <<< 138029 1726888123.70846: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888123.70874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888123.70915: 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 0x7feccdc05a30> <<< 138029 1726888123.70999: 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' <<< 138029 1726888123.71027: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdc06780> <<< 138029 1726888123.71031: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdc019a0> <<< 138029 1726888123.71082: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888123.71086: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.71117: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.71125: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888123.71144: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.71288: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.71449: 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' <<< 138029 1726888123.71458: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdc064e0> <<< 138029 1726888123.71471: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.71927: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.72381: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.72466: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.72536: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888123.72552: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.72587: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.72624: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888123.72633: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.72701: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.72782: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888123.72817: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888123.72839: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.72883: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.72925: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888123.72930: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.73152: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.73393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888123.73441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888123.73484: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888123.73542: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdc07a70> <<< 138029 1726888123.73546: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.73608: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.73698: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888123.73735: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 138029 1726888123.73782: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.73842: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888123.73845: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.73870: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.73913: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.73977: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.74043: 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 <<< 138029 1726888123.74087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888123.74168: 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 0x7feccdc123f0> <<< 138029 1726888123.74201: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdc0dc70> <<< 138029 1726888123.74235: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888123.74249: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.74314: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.74380: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.74416: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.74451: 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' <<< 138029 1726888123.74476: 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 <<< 138029 1726888123.74511: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888123.74522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888123.74571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888123.74597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888123.74610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888123.74685: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd02c00> <<< 138029 1726888123.74734: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce3da8d0> <<< 138029 1726888123.74791: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdc124e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdc04410> <<< 138029 1726888123.74797: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888123.74806: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.74842: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.74874: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888123.74933: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888123.74961: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.74986: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888123.74998: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.75082: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888123.75202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888123.75205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888123.75233: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdc086e0> <<< 138029 1726888123.75312: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888126.27058: stdout chunk (state=3): >>> {"changed": true, "stdout": " LVM2_LV_NAME=Lv3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear", "stderr": "", "rc": 0, "cmd": ["lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv3"], "start": "2024-09-20 23:08:43.753503", "end": "2024-09-20 23:08:46.269170", "delta": "0:00:02.515667", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/Lv3\n", "_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}}} <<< 138029 1726888126.27078: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888126.27588: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888126.27619: 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 <<< 138029 1726888126.27648: 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 <<< 138029 1726888126.27697: stdout chunk (state=3): >>># cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib <<< 138029 1726888126.27703: 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 <<< 138029 1726888126.27768: stdout chunk (state=3): >>># cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters <<< 138029 1726888126.27771: 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 <<< 138029 1726888126.27774: 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 glob # destroy glob <<< 138029 1726888126.28013: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888126.28018: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888126.28049: stdout chunk (state=3): >>># destroy _bz2 <<< 138029 1726888126.28058: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888126.28087: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888126.28098: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888126.28105: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888126.28136: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888126.28154: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888126.28174: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 138029 1726888126.28182: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 138029 1726888126.28187: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888126.28223: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888126.28231: stdout chunk (state=3): >>># destroy _signal <<< 138029 1726888126.28242: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888126.28248: stdout chunk (state=3): >>># destroy fnmatch <<< 138029 1726888126.28266: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888126.28269: stdout chunk (state=3): >>># destroy array <<< 138029 1726888126.28287: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888126.28293: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888126.28323: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888126.28374: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888126.28389: 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 <<< 138029 1726888126.28409: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888126.28425: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 138029 1726888126.28431: 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 <<< 138029 1726888126.28460: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888126.28475: 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 <<< 138029 1726888126.28490: 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 <<< 138029 1726888126.28516: 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<<< 138029 1726888126.28521: stdout chunk (state=3): >>> # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888126.28658: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888126.28679: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888126.28684: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888126.28706: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888126.28720: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888126.28725: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888126.28746: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888126.28786: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888126.28792: 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 <<< 138029 1726888126.28813: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888126.28818: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888126.28924: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888126.28927: 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 <<< 138029 1726888126.28948: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888126.28979: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888126.29005: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888126.29013: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888126.29019: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888126.29029: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888126.29629: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888126.29665: stderr chunk (state=3): >>><<< 138029 1726888126.29669: stdout chunk (state=3): >>><<< 138029 1726888126.29738: _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 0x7fecce8183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce7e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce81a960> 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 0x7fecce5c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fecce5c9fd0> 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 0x7fecce60fdd0> # /usr/lib64/python3.12/__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 0x7fecce60ffe0> # /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 0x7fecce63f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce63fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce61faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce61d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce60cf80> # /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 0x7fecce6636e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce662300> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce61e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce660b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce694740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce60c200> # /usr/lib64/python3.12/__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 0x7fecce694bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce694aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fecce694e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce602d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fecce695550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce695220> 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 0x7fecce696450> 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 0x7fecce6b0680> 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 0x7fecce6b1dc0> # /usr/lib64/python3.12/__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 0x7fecce6b2c60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fecce6b3290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce6b21b0> # /usr/lib64/python3.12/__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 0x7fecce6b3d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce6b3440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce6964b0> # /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 0x7fecce44bc50> # /usr/lib64/python3.12/__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 0x7fecce474770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce4744d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fecce4747a0> # /usr/lib64/python3.12/__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 0x7fecce4750d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fecce475ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce474980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce449df0> # /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 0x7fecce476e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce475bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce696ba0> # /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 0x7fecce4a31d0> # /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 0x7fecce4cb590> # /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 0x7fecce524350> # /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 0x7fecce526ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce524470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce4f1370> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce329460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce4ca390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce477da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fecce4ca990> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_obvsu3z4/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 0x7fecce37f200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce3620f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce361250> # 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 0x7fecce37d0d0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fecce3a6b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce3a6930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce3a6240> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fecce3a6690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce37fe90> 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 0x7fecce3a7830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fecce3a7a70> # /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 0x7fecce3a7fb0> 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 0x7feccdd19d00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feccdd1b920> # /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 0x7feccdd1c2f0> # /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 0x7feccdd1d460> # /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 0x7feccdd1ff50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fecce6b2ae0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd1e210> # /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 0x7feccdd27ec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd26990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd266f0> # /usr/lib64/python3.12/__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 0x7feccdd26c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd1e720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feccdd6bfb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd6c320> # /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 0x7feccdd6dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd6db50> # /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 0x7feccdd70350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd6e480> # /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 0x7feccdd73ad0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd704a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feccdd748f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feccdd74ad0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feccdd74e00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd6c4d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7feccdc00470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feccdc01730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd76c00> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feccdd77fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdd76840> # 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 0x7feccdc05a30> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7feccdc06780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdc019a0> 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 0x7feccdc064e0> # 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 0x7feccdc07a70> # 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 0x7feccdc123f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdc0dc70> 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 0x7feccdd02c00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fecce3da8d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdc124e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feccdc04410> # 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 0x7feccdc086e0> # zipimport: zlib available {"changed": true, "stdout": " LVM2_LV_NAME=Lv3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear", "stderr": "", "rc": 0, "cmd": ["lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv3"], "start": "2024-09-20 23:08:43.753503", "end": "2024-09-20 23:08:46.269170", "delta": "0:00:02.515667", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/Lv3\n", "_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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888126.30277: done with _execute_module (ansible.legacy.command, {'_raw_params': 'lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/Lv3\n', '_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-1726888123.2077882-142072-269226642381168/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888126.30280: _low_level_execute_command(): starting 138029 1726888126.30289: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888123.2077882-142072-269226642381168/ > /dev/null 2>&1 && sleep 0' 138029 1726888126.30401: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888126.30416: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888126.30419: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888126.30464: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888126.30479: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888126.30526: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888126.32441: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888126.32468: stderr chunk (state=3): >>><<< 138029 1726888126.32472: stdout chunk (state=3): >>><<< 138029 1726888126.32483: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888126.32489: handler run complete 138029 1726888126.32506: Evaluated conditional (False): False 138029 1726888126.32515: attempt loop complete, returning result 138029 1726888126.32519: _execute() done 138029 1726888126.32522: dumping result to json 138029 1726888126.32526: done dumping result, returning 138029 1726888126.32534: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-00000000121a] 138029 1726888126.32538: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000121a ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv3" ], "delta": "0:00:02.515667", "end": "2024-09-20 23:08:46.269170", "rc": 0, "start": "2024-09-20 23:08:43.753503" } STDOUT: LVM2_LV_NAME=Lv3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear 138029 1726888126.32708: no more pending results, returning what we have 138029 1726888126.32711: results queue empty 138029 1726888126.32712: checking for any_errors_fatal 138029 1726888126.32718: done checking for any_errors_fatal 138029 1726888126.32719: checking for max_fail_percentage 138029 1726888126.32721: done checking for max_fail_percentage 138029 1726888126.32722: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.32722: done checking to see if all hosts have failed 138029 1726888126.32723: getting the remaining hosts for this loop 138029 1726888126.32725: done getting the remaining hosts for this loop 138029 1726888126.32728: getting the next task for host managed_node3 138029 1726888126.32735: done getting next task for host managed_node3 138029 1726888126.32737: ^ task is: TASK: Set LV segment type 138029 1726888126.32743: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888126.32749: getting variables 138029 1726888126.32750: in VariableManager get_vars() 138029 1726888126.32792: Calling all_inventory to load vars for managed_node3 138029 1726888126.32795: Calling groups_inventory to load vars for managed_node3 138029 1726888126.32798: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.32804: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000121a 138029 1726888126.32810: WORKER PROCESS EXITING 138029 1726888126.32818: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.32821: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.32824: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.33215: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.33790: done with get_vars() 138029 1726888126.33801: done getting variables 138029 1726888126.33841: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:46 -0400 (0:00:03.179) 0:02:19.062 ****** 138029 1726888126.33869: entering _queue_task() for managed_node3/set_fact 138029 1726888126.34078: worker is 1 (out of 1 available) 138029 1726888126.34090: exiting _queue_task() for managed_node3/set_fact 138029 1726888126.34103: done queuing things up, now waiting for results queue to drain 138029 1726888126.34104: waiting for pending results... 138029 1726888126.34289: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888126.34389: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000121b 138029 1726888126.34401: variable 'ansible_search_path' from source: unknown 138029 1726888126.34429: calling self._execute() 138029 1726888126.34518: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.34522: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.34531: variable 'omit' from source: magic vars 138029 1726888126.34843: variable 'storage_test_volume' from source: include params 138029 1726888126.34859: variable '_storage_test_volume_present' from source: set_fact 138029 1726888126.34874: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888126.34883: variable 'omit' from source: magic vars 138029 1726888126.34924: variable 'omit' from source: magic vars 138029 1726888126.35051: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888126.36484: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888126.36544: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888126.36575: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888126.36603: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888126.36623: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888126.36687: variable 'lvs' from source: set_fact 138029 1726888126.36746: variable 'omit' from source: magic vars 138029 1726888126.36770: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888126.36791: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888126.36804: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888126.36818: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.36830: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.36841: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888126.36853: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888126.36879: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888126.36882: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.36885: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.36967: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888126.36970: Set connection var ansible_timeout to 10 138029 1726888126.36973: Set connection var ansible_pipelining to False 138029 1726888126.36975: Set connection var ansible_shell_type to sh 138029 1726888126.36981: Set connection var ansible_connection to ssh 138029 1726888126.36986: Set connection var ansible_shell_executable to /bin/sh 138029 1726888126.37005: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.37008: variable 'ansible_connection' from source: unknown 138029 1726888126.37010: variable 'ansible_module_compression' from source: unknown 138029 1726888126.37012: variable 'ansible_shell_type' from source: unknown 138029 1726888126.37014: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.37016: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.37021: variable 'ansible_pipelining' from source: unknown 138029 1726888126.37023: variable 'ansible_timeout' from source: unknown 138029 1726888126.37027: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.37105: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888126.37113: variable 'omit' from source: magic vars 138029 1726888126.37118: starting attempt loop 138029 1726888126.37121: running the handler 138029 1726888126.37129: handler run complete 138029 1726888126.37138: attempt loop complete, returning result 138029 1726888126.37141: _execute() done 138029 1726888126.37143: dumping result to json 138029 1726888126.37146: done dumping result, returning 138029 1726888126.37158: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-00000000121b] 138029 1726888126.37161: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000121b 138029 1726888126.37236: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000121b 138029 1726888126.37239: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } 138029 1726888126.37315: no more pending results, returning what we have 138029 1726888126.37318: results queue empty 138029 1726888126.37319: checking for any_errors_fatal 138029 1726888126.37331: done checking for any_errors_fatal 138029 1726888126.37332: checking for max_fail_percentage 138029 1726888126.37333: done checking for max_fail_percentage 138029 1726888126.37334: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.37335: done checking to see if all hosts have failed 138029 1726888126.37335: getting the remaining hosts for this loop 138029 1726888126.37337: done getting the remaining hosts for this loop 138029 1726888126.37340: getting the next task for host managed_node3 138029 1726888126.37347: done getting next task for host managed_node3 138029 1726888126.37350: ^ task is: TASK: Check segment type 138029 1726888126.37359: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888126.37379: getting variables 138029 1726888126.37380: in VariableManager get_vars() 138029 1726888126.37407: Calling all_inventory to load vars for managed_node3 138029 1726888126.37409: Calling groups_inventory to load vars for managed_node3 138029 1726888126.37412: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.37420: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.37423: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.37425: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.37819: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.38206: done with get_vars() 138029 1726888126.38217: done getting variables 138029 1726888126.38260: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:46 -0400 (0:00:00.044) 0:02:19.106 ****** 138029 1726888126.38285: entering _queue_task() for managed_node3/assert 138029 1726888126.38490: worker is 1 (out of 1 available) 138029 1726888126.38503: exiting _queue_task() for managed_node3/assert 138029 1726888126.38515: done queuing things up, now waiting for results queue to drain 138029 1726888126.38517: waiting for pending results... 138029 1726888126.38695: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888126.38778: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000121c 138029 1726888126.38790: variable 'ansible_search_path' from source: unknown 138029 1726888126.38819: calling self._execute() 138029 1726888126.38907: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.38912: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.38921: variable 'omit' from source: magic vars 138029 1726888126.39226: variable 'storage_test_volume' from source: include params 138029 1726888126.39242: variable '_storage_test_volume_present' from source: set_fact 138029 1726888126.39253: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888126.39261: variable 'omit' from source: magic vars 138029 1726888126.39313: variable 'omit' from source: magic vars 138029 1726888126.39402: variable 'storage_test_lv_segtype' from source: set_fact 138029 1726888126.39405: variable 'storage_test_volume' from source: include params 138029 1726888126.39434: variable 'omit' from source: magic vars 138029 1726888126.39467: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888126.39491: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888126.39510: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888126.39522: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.39532: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.39544: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888126.39559: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888126.39581: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888126.39584: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.39587: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.39670: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888126.39674: Set connection var ansible_timeout to 10 138029 1726888126.39680: Set connection var ansible_pipelining to False 138029 1726888126.39682: Set connection var ansible_shell_type to sh 138029 1726888126.39685: Set connection var ansible_connection to ssh 138029 1726888126.39689: Set connection var ansible_shell_executable to /bin/sh 138029 1726888126.39707: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.39710: variable 'ansible_connection' from source: unknown 138029 1726888126.39713: variable 'ansible_module_compression' from source: unknown 138029 1726888126.39715: variable 'ansible_shell_type' from source: unknown 138029 1726888126.39719: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.39721: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.39724: variable 'ansible_pipelining' from source: unknown 138029 1726888126.39726: variable 'ansible_timeout' from source: unknown 138029 1726888126.39728: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.39830: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888126.39844: variable 'omit' from source: magic vars 138029 1726888126.39847: starting attempt loop 138029 1726888126.39849: running the handler 138029 1726888126.39992: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888126.41458: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888126.41514: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888126.41540: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888126.41568: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888126.41589: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888126.41667: variable 'storage_test_volume' from source: include params 138029 1726888126.41676: variable 'storage_test_lv_segtype' from source: set_fact 138029 1726888126.41687: Evaluated conditional (storage_test_volume.cached | ternary(storage_test_lv_segtype[0] == 'cache', storage_test_lv_segtype[0] != 'cache')): True 138029 1726888126.41694: handler run complete 138029 1726888126.41706: attempt loop complete, returning result 138029 1726888126.41709: _execute() done 138029 1726888126.41712: dumping result to json 138029 1726888126.41714: done dumping result, returning 138029 1726888126.41720: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-00000000121c] 138029 1726888126.41725: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000121c 138029 1726888126.41811: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000121c 138029 1726888126.41814: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888126.41864: no more pending results, returning what we have 138029 1726888126.41867: results queue empty 138029 1726888126.41868: checking for any_errors_fatal 138029 1726888126.41876: done checking for any_errors_fatal 138029 1726888126.41877: checking for max_fail_percentage 138029 1726888126.41878: done checking for max_fail_percentage 138029 1726888126.41879: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.41880: done checking to see if all hosts have failed 138029 1726888126.41881: getting the remaining hosts for this loop 138029 1726888126.41882: done getting the remaining hosts for this loop 138029 1726888126.41886: getting the next task for host managed_node3 138029 1726888126.41893: done getting next task for host managed_node3 138029 1726888126.41896: ^ task is: TASK: Set LV cache size 138029 1726888126.41902: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888126.41912: getting variables 138029 1726888126.41914: in VariableManager get_vars() 138029 1726888126.41944: Calling all_inventory to load vars for managed_node3 138029 1726888126.41946: Calling groups_inventory to load vars for managed_node3 138029 1726888126.41949: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.41960: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.41964: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.41967: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.42354: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.42748: done with get_vars() 138029 1726888126.42761: done getting variables 138029 1726888126.42804: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:46 -0400 (0:00:00.045) 0:02:19.151 ****** 138029 1726888126.42829: entering _queue_task() for managed_node3/set_fact 138029 1726888126.43048: worker is 1 (out of 1 available) 138029 1726888126.43066: exiting _queue_task() for managed_node3/set_fact 138029 1726888126.43077: done queuing things up, now waiting for results queue to drain 138029 1726888126.43079: waiting for pending results... 138029 1726888126.43257: running TaskExecutor() for managed_node3/TASK: Set LV cache size 138029 1726888126.43349: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000121d 138029 1726888126.43372: variable 'ansible_search_path' from source: unknown 138029 1726888126.43398: calling self._execute() 138029 1726888126.43494: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.43498: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.43507: variable 'omit' from source: magic vars 138029 1726888126.43826: variable 'storage_test_volume' from source: include params 138029 1726888126.43841: variable '_storage_test_volume_present' from source: set_fact 138029 1726888126.43854: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888126.43979: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888126.45420: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888126.45477: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888126.45505: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888126.45529: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888126.45548: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888126.45617: variable 'storage_test_volume' from source: include params 138029 1726888126.45635: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888126.45638: when evaluation is False, skipping this task 138029 1726888126.45641: _execute() done 138029 1726888126.45643: dumping result to json 138029 1726888126.45645: done dumping result, returning 138029 1726888126.45652: done running TaskExecutor() for managed_node3/TASK: Set LV cache size [0affc8a3-6f6f-5a58-73a2-00000000121d] 138029 1726888126.45658: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000121d 138029 1726888126.45750: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000121d 138029 1726888126.45754: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888126.45799: no more pending results, returning what we have 138029 1726888126.45802: results queue empty 138029 1726888126.45803: checking for any_errors_fatal 138029 1726888126.45815: done checking for any_errors_fatal 138029 1726888126.45816: checking for max_fail_percentage 138029 1726888126.45817: done checking for max_fail_percentage 138029 1726888126.45818: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.45819: done checking to see if all hosts have failed 138029 1726888126.45820: getting the remaining hosts for this loop 138029 1726888126.45821: done getting the remaining hosts for this loop 138029 1726888126.45825: getting the next task for host managed_node3 138029 1726888126.45833: done getting next task for host managed_node3 138029 1726888126.45836: ^ task is: TASK: Parse the requested cache size 138029 1726888126.45842: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888126.45847: getting variables 138029 1726888126.45849: in VariableManager get_vars() 138029 1726888126.45882: Calling all_inventory to load vars for managed_node3 138029 1726888126.45884: Calling groups_inventory to load vars for managed_node3 138029 1726888126.45887: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.45896: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.45899: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.45901: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.46294: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.46680: done with get_vars() 138029 1726888126.46692: 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:08:46 -0400 (0:00:00.039) 0:02:19.191 ****** 138029 1726888126.46751: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888126.46953: worker is 1 (out of 1 available) 138029 1726888126.46967: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888126.46979: done queuing things up, now waiting for results queue to drain 138029 1726888126.46981: waiting for pending results... 138029 1726888126.47163: running TaskExecutor() for managed_node3/TASK: Parse the requested cache size 138029 1726888126.47253: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000121e 138029 1726888126.47271: variable 'ansible_search_path' from source: unknown 138029 1726888126.47299: calling self._execute() 138029 1726888126.47384: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.47387: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.47397: variable 'omit' from source: magic vars 138029 1726888126.47701: variable 'storage_test_volume' from source: include params 138029 1726888126.47715: variable '_storage_test_volume_present' from source: set_fact 138029 1726888126.47727: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888126.47843: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888126.49523: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888126.49570: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888126.49601: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888126.49634: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888126.49653: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888126.49716: variable 'storage_test_volume' from source: include params 138029 1726888126.49734: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888126.49737: when evaluation is False, skipping this task 138029 1726888126.49739: _execute() done 138029 1726888126.49742: dumping result to json 138029 1726888126.49745: done dumping result, returning 138029 1726888126.49750: done running TaskExecutor() for managed_node3/TASK: Parse the requested cache size [0affc8a3-6f6f-5a58-73a2-00000000121e] 138029 1726888126.49758: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000121e 138029 1726888126.49854: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000121e 138029 1726888126.49859: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888126.49908: no more pending results, returning what we have 138029 1726888126.49912: results queue empty 138029 1726888126.49913: checking for any_errors_fatal 138029 1726888126.49919: done checking for any_errors_fatal 138029 1726888126.49922: checking for max_fail_percentage 138029 1726888126.49923: done checking for max_fail_percentage 138029 1726888126.49924: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.49925: done checking to see if all hosts have failed 138029 1726888126.49926: getting the remaining hosts for this loop 138029 1726888126.49927: done getting the remaining hosts for this loop 138029 1726888126.49931: getting the next task for host managed_node3 138029 1726888126.49938: done getting next task for host managed_node3 138029 1726888126.49940: ^ task is: TASK: Set expected cache size 138029 1726888126.49946: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888126.49949: getting variables 138029 1726888126.49950: in VariableManager get_vars() 138029 1726888126.49987: Calling all_inventory to load vars for managed_node3 138029 1726888126.49990: Calling groups_inventory to load vars for managed_node3 138029 1726888126.49993: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.50003: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.50006: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.50008: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.50387: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.50942: done with get_vars() 138029 1726888126.50953: done getting variables 138029 1726888126.50994: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:46 -0400 (0:00:00.042) 0:02:19.233 ****** 138029 1726888126.51017: entering _queue_task() for managed_node3/set_fact 138029 1726888126.51220: worker is 1 (out of 1 available) 138029 1726888126.51234: exiting _queue_task() for managed_node3/set_fact 138029 1726888126.51245: done queuing things up, now waiting for results queue to drain 138029 1726888126.51247: waiting for pending results... 138029 1726888126.51431: running TaskExecutor() for managed_node3/TASK: Set expected cache size 138029 1726888126.51532: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000121f 138029 1726888126.51545: variable 'ansible_search_path' from source: unknown 138029 1726888126.51578: calling self._execute() 138029 1726888126.51658: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.51662: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.51673: variable 'omit' from source: magic vars 138029 1726888126.51977: variable 'storage_test_volume' from source: include params 138029 1726888126.51992: variable '_storage_test_volume_present' from source: set_fact 138029 1726888126.52003: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888126.52119: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888126.53551: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888126.53611: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888126.53637: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888126.53670: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888126.53690: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888126.53743: variable 'storage_test_volume' from source: include params 138029 1726888126.53769: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888126.53773: when evaluation is False, skipping this task 138029 1726888126.53776: _execute() done 138029 1726888126.53779: dumping result to json 138029 1726888126.53782: done dumping result, returning 138029 1726888126.53784: done running TaskExecutor() for managed_node3/TASK: Set expected cache size [0affc8a3-6f6f-5a58-73a2-00000000121f] 138029 1726888126.53789: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000121f 138029 1726888126.53876: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000121f 138029 1726888126.53879: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888126.53922: no more pending results, returning what we have 138029 1726888126.53925: results queue empty 138029 1726888126.53926: checking for any_errors_fatal 138029 1726888126.53936: done checking for any_errors_fatal 138029 1726888126.53937: checking for max_fail_percentage 138029 1726888126.53939: done checking for max_fail_percentage 138029 1726888126.53940: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.53941: done checking to see if all hosts have failed 138029 1726888126.53941: getting the remaining hosts for this loop 138029 1726888126.53943: done getting the remaining hosts for this loop 138029 1726888126.53946: getting the next task for host managed_node3 138029 1726888126.53953: done getting next task for host managed_node3 138029 1726888126.53958: ^ task is: TASK: Check cache size 138029 1726888126.53964: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888126.53968: getting variables 138029 1726888126.53969: in VariableManager get_vars() 138029 1726888126.53996: Calling all_inventory to load vars for managed_node3 138029 1726888126.53999: Calling groups_inventory to load vars for managed_node3 138029 1726888126.54002: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.54011: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.54013: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.54016: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.54413: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.54799: done with get_vars() 138029 1726888126.54810: done getting variables 138029 1726888126.54850: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:08:46 -0400 (0:00:00.038) 0:02:19.272 ****** 138029 1726888126.54876: entering _queue_task() for managed_node3/assert 138029 1726888126.55075: worker is 1 (out of 1 available) 138029 1726888126.55089: exiting _queue_task() for managed_node3/assert 138029 1726888126.55100: done queuing things up, now waiting for results queue to drain 138029 1726888126.55102: waiting for pending results... 138029 1726888126.55284: running TaskExecutor() for managed_node3/TASK: Check cache size 138029 1726888126.55377: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001220 138029 1726888126.55390: variable 'ansible_search_path' from source: unknown 138029 1726888126.55418: calling self._execute() 138029 1726888126.55505: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.55509: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.55517: variable 'omit' from source: magic vars 138029 1726888126.55825: variable 'storage_test_volume' from source: include params 138029 1726888126.55839: variable '_storage_test_volume_present' from source: set_fact 138029 1726888126.55851: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888126.55972: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888126.57397: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888126.57447: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888126.57479: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888126.57505: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888126.57525: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888126.57584: variable 'storage_test_volume' from source: include params 138029 1726888126.57603: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888126.57606: when evaluation is False, skipping this task 138029 1726888126.57610: _execute() done 138029 1726888126.57613: dumping result to json 138029 1726888126.57618: done dumping result, returning 138029 1726888126.57620: done running TaskExecutor() for managed_node3/TASK: Check cache size [0affc8a3-6f6f-5a58-73a2-000000001220] 138029 1726888126.57623: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001220 138029 1726888126.57711: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001220 138029 1726888126.57714: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888126.57782: no more pending results, returning what we have 138029 1726888126.57786: results queue empty 138029 1726888126.57787: checking for any_errors_fatal 138029 1726888126.57793: done checking for any_errors_fatal 138029 1726888126.57794: checking for max_fail_percentage 138029 1726888126.57795: done checking for max_fail_percentage 138029 1726888126.57796: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.57797: done checking to see if all hosts have failed 138029 1726888126.57798: getting the remaining hosts for this loop 138029 1726888126.57800: done getting the remaining hosts for this loop 138029 1726888126.57803: getting the next task for host managed_node3 138029 1726888126.57811: done getting next task for host managed_node3 138029 1726888126.57814: ^ task is: TASK: Clean up facts 138029 1726888126.57821: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888126.57825: getting variables 138029 1726888126.57827: in VariableManager get_vars() 138029 1726888126.57853: Calling all_inventory to load vars for managed_node3 138029 1726888126.57857: Calling groups_inventory to load vars for managed_node3 138029 1726888126.57860: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.57868: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.57871: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.57873: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.58487: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.59220: done with get_vars() 138029 1726888126.59245: done getting variables 138029 1726888126.59307: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:46 -0400 (0:00:00.044) 0:02:19.316 ****** 138029 1726888126.59346: entering _queue_task() for managed_node3/set_fact 138029 1726888126.59638: worker is 1 (out of 1 available) 138029 1726888126.59653: exiting _queue_task() for managed_node3/set_fact 138029 1726888126.59669: done queuing things up, now waiting for results queue to drain 138029 1726888126.59671: waiting for pending results... 138029 1726888126.60081: running TaskExecutor() for managed_node3/TASK: Clean up facts 138029 1726888126.60129: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000e1b 138029 1726888126.60152: variable 'ansible_search_path' from source: unknown 138029 1726888126.60209: calling self._execute() 138029 1726888126.60340: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.60354: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.60374: variable 'omit' from source: magic vars 138029 1726888126.60512: variable 'omit' from source: magic vars 138029 1726888126.60586: variable 'omit' from source: magic vars 138029 1726888126.60640: variable 'omit' from source: magic vars 138029 1726888126.60692: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888126.60748: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888126.60778: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888126.60800: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.60819: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.60852: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888126.60879: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888126.60914: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888126.60941: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.60947: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.61159: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888126.61163: Set connection var ansible_timeout to 10 138029 1726888126.61166: Set connection var ansible_pipelining to False 138029 1726888126.61168: Set connection var ansible_shell_type to sh 138029 1726888126.61170: Set connection var ansible_connection to ssh 138029 1726888126.61172: Set connection var ansible_shell_executable to /bin/sh 138029 1726888126.61174: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.61176: variable 'ansible_connection' from source: unknown 138029 1726888126.61177: variable 'ansible_module_compression' from source: unknown 138029 1726888126.61180: variable 'ansible_shell_type' from source: unknown 138029 1726888126.61182: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.61184: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.61186: variable 'ansible_pipelining' from source: unknown 138029 1726888126.61187: variable 'ansible_timeout' from source: unknown 138029 1726888126.61189: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.61361: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888126.61415: variable 'omit' from source: magic vars 138029 1726888126.61419: starting attempt loop 138029 1726888126.61422: running the handler 138029 1726888126.61424: handler run complete 138029 1726888126.61434: attempt loop complete, returning result 138029 1726888126.61442: _execute() done 138029 1726888126.61450: dumping result to json 138029 1726888126.61461: done dumping result, returning 138029 1726888126.61483: done running TaskExecutor() for managed_node3/TASK: Clean up facts [0affc8a3-6f6f-5a58-73a2-000000000e1b] 138029 1726888126.61524: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e1b ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 138029 1726888126.61723: no more pending results, returning what we have 138029 1726888126.61727: results queue empty 138029 1726888126.61728: checking for any_errors_fatal 138029 1726888126.61744: done checking for any_errors_fatal 138029 1726888126.61745: checking for max_fail_percentage 138029 1726888126.61747: done checking for max_fail_percentage 138029 1726888126.61748: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.61749: done checking to see if all hosts have failed 138029 1726888126.61750: getting the remaining hosts for this loop 138029 1726888126.61751: done getting the remaining hosts for this loop 138029 1726888126.61757: getting the next task for host managed_node3 138029 1726888126.61771: done getting next task for host managed_node3 138029 1726888126.61775: ^ task is: TASK: Verify the volumes with no pool were correctly managed 138029 1726888126.61779: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888126.61787: getting variables 138029 1726888126.61788: in VariableManager get_vars() 138029 1726888126.61826: Calling all_inventory to load vars for managed_node3 138029 1726888126.61829: Calling groups_inventory to load vars for managed_node3 138029 1726888126.61832: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.61843: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.61847: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.61851: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.62515: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000e1b 138029 1726888126.62518: WORKER PROCESS EXITING 138029 1726888126.62529: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.62911: done with get_vars() 138029 1726888126.62923: 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:08:46 -0400 (0:00:00.036) 0:02:19.353 ****** 138029 1726888126.62989: entering _queue_task() for managed_node3/include_tasks 138029 1726888126.63194: worker is 1 (out of 1 available) 138029 1726888126.63207: exiting _queue_task() for managed_node3/include_tasks 138029 1726888126.63219: done queuing things up, now waiting for results queue to drain 138029 1726888126.63220: waiting for pending results... 138029 1726888126.63407: running TaskExecutor() for managed_node3/TASK: Verify the volumes with no pool were correctly managed 138029 1726888126.63489: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000003b1 138029 1726888126.63500: variable 'ansible_search_path' from source: unknown 138029 1726888126.63536: variable '_storage_volumes_list' from source: set_fact 138029 1726888126.63703: variable '_storage_volumes_list' from source: set_fact 138029 1726888126.63742: dumping result to json 138029 1726888126.63746: done dumping result, returning 138029 1726888126.63749: done running TaskExecutor() for managed_node3/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-5a58-73a2-0000000003b1] 138029 1726888126.63759: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003b1 138029 1726888126.63875: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003b1 138029 1726888126.63878: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888126.63927: no more pending results, returning what we have 138029 1726888126.63930: results queue empty 138029 1726888126.63931: checking for any_errors_fatal 138029 1726888126.63935: done checking for any_errors_fatal 138029 1726888126.63936: checking for max_fail_percentage 138029 1726888126.63938: done checking for max_fail_percentage 138029 1726888126.63938: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.63939: done checking to see if all hosts have failed 138029 1726888126.63940: getting the remaining hosts for this loop 138029 1726888126.63941: done getting the remaining hosts for this loop 138029 1726888126.63944: getting the next task for host managed_node3 138029 1726888126.63949: done getting next task for host managed_node3 138029 1726888126.63951: ^ task is: TASK: Clean up variable namespace 138029 1726888126.63954: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888126.63959: getting variables 138029 1726888126.63960: in VariableManager get_vars() 138029 1726888126.63985: Calling all_inventory to load vars for managed_node3 138029 1726888126.63989: Calling groups_inventory to load vars for managed_node3 138029 1726888126.63992: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.64000: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.64002: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.64005: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.64345: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.64905: done with get_vars() 138029 1726888126.64915: done getting variables 138029 1726888126.64952: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:46 -0400 (0:00:00.019) 0:02:19.373 ****** 138029 1726888126.64974: entering _queue_task() for managed_node3/set_fact 138029 1726888126.65169: worker is 1 (out of 1 available) 138029 1726888126.65183: exiting _queue_task() for managed_node3/set_fact 138029 1726888126.65195: done queuing things up, now waiting for results queue to drain 138029 1726888126.65196: waiting for pending results... 138029 1726888126.65386: running TaskExecutor() for managed_node3/TASK: Clean up variable namespace 138029 1726888126.65459: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000003b3 138029 1726888126.65473: variable 'ansible_search_path' from source: unknown 138029 1726888126.65501: calling self._execute() 138029 1726888126.65589: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.65593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.65602: variable 'omit' from source: magic vars 138029 1726888126.65684: variable 'omit' from source: magic vars 138029 1726888126.65713: variable 'omit' from source: magic vars 138029 1726888126.65737: variable 'omit' from source: magic vars 138029 1726888126.65776: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888126.65802: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888126.65818: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888126.65832: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.65843: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.65858: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888126.65876: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888126.65899: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888126.65902: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.65905: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.65992: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888126.65995: Set connection var ansible_timeout to 10 138029 1726888126.66001: Set connection var ansible_pipelining to False 138029 1726888126.66004: Set connection var ansible_shell_type to sh 138029 1726888126.66006: Set connection var ansible_connection to ssh 138029 1726888126.66011: Set connection var ansible_shell_executable to /bin/sh 138029 1726888126.66033: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.66035: variable 'ansible_connection' from source: unknown 138029 1726888126.66038: variable 'ansible_module_compression' from source: unknown 138029 1726888126.66040: variable 'ansible_shell_type' from source: unknown 138029 1726888126.66042: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.66045: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.66050: variable 'ansible_pipelining' from source: unknown 138029 1726888126.66052: variable 'ansible_timeout' from source: unknown 138029 1726888126.66058: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.66164: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888126.66178: variable 'omit' from source: magic vars 138029 1726888126.66181: starting attempt loop 138029 1726888126.66184: running the handler 138029 1726888126.66200: handler run complete 138029 1726888126.66203: attempt loop complete, returning result 138029 1726888126.66206: _execute() done 138029 1726888126.66208: dumping result to json 138029 1726888126.66213: done dumping result, returning 138029 1726888126.66219: done running TaskExecutor() for managed_node3/TASK: Clean up variable namespace [0affc8a3-6f6f-5a58-73a2-0000000003b3] 138029 1726888126.66224: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003b3 138029 1726888126.66311: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000003b3 138029 1726888126.66315: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 138029 1726888126.66370: no more pending results, returning what we have 138029 1726888126.66372: results queue empty 138029 1726888126.66373: checking for any_errors_fatal 138029 1726888126.66381: done checking for any_errors_fatal 138029 1726888126.66382: checking for max_fail_percentage 138029 1726888126.66383: done checking for max_fail_percentage 138029 1726888126.66384: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.66385: done checking to see if all hosts have failed 138029 1726888126.66385: getting the remaining hosts for this loop 138029 1726888126.66387: done getting the remaining hosts for this loop 138029 1726888126.66390: getting the next task for host managed_node3 138029 1726888126.66396: done getting next task for host managed_node3 138029 1726888126.66400: ^ task is: TASK: Repeat the previous invocation minus the pool raid options 138029 1726888126.66402: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888126.66406: getting variables 138029 1726888126.66407: in VariableManager get_vars() 138029 1726888126.66432: Calling all_inventory to load vars for managed_node3 138029 1726888126.66434: Calling groups_inventory to load vars for managed_node3 138029 1726888126.66437: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.66445: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.66447: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.66449: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.66820: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.67196: done with get_vars() 138029 1726888126.67206: done getting variables TASK [Repeat the previous invocation minus the pool raid options] ************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:64 Friday 20 September 2024 23:08:46 -0400 (0:00:00.022) 0:02:19.396 ****** 138029 1726888126.67266: entering _queue_task() for managed_node3/include_role 138029 1726888126.67449: worker is 1 (out of 1 available) 138029 1726888126.67463: exiting _queue_task() for managed_node3/include_role 138029 1726888126.67475: done queuing things up, now waiting for results queue to drain 138029 1726888126.67477: waiting for pending results... 138029 1726888126.67651: running TaskExecutor() for managed_node3/TASK: Repeat the previous invocation minus the pool raid options 138029 1726888126.67725: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000000b 138029 1726888126.67736: variable 'ansible_search_path' from source: unknown 138029 1726888126.67770: calling self._execute() 138029 1726888126.67849: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.67853: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.67864: variable 'omit' from source: magic vars 138029 1726888126.67946: _execute() done 138029 1726888126.67950: dumping result to json 138029 1726888126.67952: done dumping result, returning 138029 1726888126.67960: done running TaskExecutor() for managed_node3/TASK: Repeat the previous invocation minus the pool raid options [0affc8a3-6f6f-5a58-73a2-00000000000b] 138029 1726888126.67970: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000000b 138029 1726888126.68103: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000000b 138029 1726888126.68106: WORKER PROCESS EXITING 138029 1726888126.68129: no more pending results, returning what we have 138029 1726888126.68133: in VariableManager get_vars() 138029 1726888126.68162: Calling all_inventory to load vars for managed_node3 138029 1726888126.68165: Calling groups_inventory to load vars for managed_node3 138029 1726888126.68168: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.68176: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.68178: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.68181: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.68526: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.68898: done with get_vars() 138029 1726888126.68907: variable 'ansible_search_path' from source: unknown 138029 1726888126.69603: variable 'omit' from source: magic vars 138029 1726888126.69621: variable 'omit' from source: magic vars 138029 1726888126.69630: variable 'omit' from source: magic vars 138029 1726888126.69632: we have included files to process 138029 1726888126.69633: generating all_blocks data 138029 1726888126.69635: done generating all_blocks data 138029 1726888126.69640: processing included file: fedora.linux_system_roles.storage 138029 1726888126.69652: in VariableManager get_vars() 138029 1726888126.69662: done with get_vars() 138029 1726888126.69679: in VariableManager get_vars() 138029 1726888126.69687: done with get_vars() 138029 1726888126.69711: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 138029 1726888126.69731: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 138029 1726888126.69819: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 138029 1726888126.69869: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 138029 1726888126.69923: in VariableManager get_vars() 138029 1726888126.69936: done with get_vars() 138029 1726888126.70070: in VariableManager get_vars() 138029 1726888126.70082: done with get_vars() 138029 1726888126.70145: iterating over new_blocks loaded from include file 138029 1726888126.70147: in VariableManager get_vars() 138029 1726888126.70157: done with get_vars() 138029 1726888126.70158: filtering new block on tags 138029 1726888126.70187: done filtering new block on tags 138029 1726888126.70189: in VariableManager get_vars() 138029 1726888126.70196: done with get_vars() 138029 1726888126.70197: filtering new block on tags 138029 1726888126.70206: done filtering new block on tags 138029 1726888126.70207: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node3 138029 1726888126.70210: extending task lists for all hosts with included blocks 138029 1726888126.70870: done extending task lists 138029 1726888126.70871: done processing included files 138029 1726888126.70872: results queue empty 138029 1726888126.70872: checking for any_errors_fatal 138029 1726888126.70875: done checking for any_errors_fatal 138029 1726888126.70876: checking for max_fail_percentage 138029 1726888126.70876: done checking for max_fail_percentage 138029 1726888126.70877: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.70877: done checking to see if all hosts have failed 138029 1726888126.70878: getting the remaining hosts for this loop 138029 1726888126.70879: done getting the remaining hosts for this loop 138029 1726888126.70880: getting the next task for host managed_node3 138029 1726888126.70883: done getting next task for host managed_node3 138029 1726888126.70884: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888126.70886: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888126.70893: getting variables 138029 1726888126.70893: in VariableManager get_vars() 138029 1726888126.70900: Calling all_inventory to load vars for managed_node3 138029 1726888126.70902: Calling groups_inventory to load vars for managed_node3 138029 1726888126.70903: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.70906: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.70908: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.70909: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.71186: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.71546: done with get_vars() 138029 1726888126.71558: 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:08:46 -0400 (0:00:00.043) 0:02:19.439 ****** 138029 1726888126.71606: entering _queue_task() for managed_node3/include_tasks 138029 1726888126.71808: worker is 1 (out of 1 available) 138029 1726888126.71820: exiting _queue_task() for managed_node3/include_tasks 138029 1726888126.71832: done queuing things up, now waiting for results queue to drain 138029 1726888126.71833: waiting for pending results... 138029 1726888126.72015: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888126.72090: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000013ed 138029 1726888126.72103: variable 'ansible_search_path' from source: unknown 138029 1726888126.72106: variable 'ansible_search_path' from source: unknown 138029 1726888126.72133: calling self._execute() 138029 1726888126.72220: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.72223: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.72233: variable 'omit' from source: magic vars 138029 1726888126.72316: _execute() done 138029 1726888126.72320: dumping result to json 138029 1726888126.72323: done dumping result, returning 138029 1726888126.72329: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-5a58-73a2-0000000013ed] 138029 1726888126.72336: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000013ed 138029 1726888126.72423: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000013ed 138029 1726888126.72426: WORKER PROCESS EXITING 138029 1726888126.72472: no more pending results, returning what we have 138029 1726888126.72476: in VariableManager get_vars() 138029 1726888126.72509: Calling all_inventory to load vars for managed_node3 138029 1726888126.72512: Calling groups_inventory to load vars for managed_node3 138029 1726888126.72514: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.72521: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.72524: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.72526: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.73029: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.73383: done with get_vars() 138029 1726888126.73391: variable 'ansible_search_path' from source: unknown 138029 1726888126.73392: variable 'ansible_search_path' from source: unknown 138029 1726888126.73415: we have included files to process 138029 1726888126.73416: generating all_blocks data 138029 1726888126.73417: done generating all_blocks data 138029 1726888126.73419: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726888126.73420: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726888126.73421: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726888126.73723: done processing included file 138029 1726888126.73724: iterating over new_blocks loaded from include file 138029 1726888126.73725: in VariableManager get_vars() 138029 1726888126.73736: done with get_vars() 138029 1726888126.73737: filtering new block on tags 138029 1726888126.73763: done filtering new block on tags 138029 1726888126.73766: in VariableManager get_vars() 138029 1726888126.73777: done with get_vars() 138029 1726888126.73778: filtering new block on tags 138029 1726888126.73799: done filtering new block on tags 138029 1726888126.73800: 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_node3 138029 1726888126.73804: extending task lists for all hosts with included blocks 138029 1726888126.73900: done extending task lists 138029 1726888126.73901: done processing included files 138029 1726888126.73902: results queue empty 138029 1726888126.73902: checking for any_errors_fatal 138029 1726888126.73904: done checking for any_errors_fatal 138029 1726888126.73905: checking for max_fail_percentage 138029 1726888126.73905: done checking for max_fail_percentage 138029 1726888126.73906: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.73906: done checking to see if all hosts have failed 138029 1726888126.73907: getting the remaining hosts for this loop 138029 1726888126.73908: done getting the remaining hosts for this loop 138029 1726888126.73909: getting the next task for host managed_node3 138029 1726888126.73911: done getting next task for host managed_node3 138029 1726888126.73913: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 138029 1726888126.73915: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 138029 1726888126.73921: getting variables 138029 1726888126.73922: in VariableManager get_vars() 138029 1726888126.73929: Calling all_inventory to load vars for managed_node3 138029 1726888126.73931: Calling groups_inventory to load vars for managed_node3 138029 1726888126.73932: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.73935: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.73936: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.73938: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.74226: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.74586: done with get_vars() 138029 1726888126.74595: 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:08:46 -0400 (0:00:00.030) 0:02:19.469 ****** 138029 1726888126.74642: entering _queue_task() for managed_node3/setup 138029 1726888126.74835: worker is 1 (out of 1 available) 138029 1726888126.74847: exiting _queue_task() for managed_node3/setup 138029 1726888126.74859: done queuing things up, now waiting for results queue to drain 138029 1726888126.74861: waiting for pending results... 138029 1726888126.75035: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 138029 1726888126.75141: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001492 138029 1726888126.75152: variable 'ansible_search_path' from source: unknown 138029 1726888126.75157: variable 'ansible_search_path' from source: unknown 138029 1726888126.75186: calling self._execute() 138029 1726888126.75264: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.75271: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.75279: variable 'omit' from source: magic vars 138029 1726888126.75586: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888126.77071: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888126.77115: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888126.77143: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888126.77174: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888126.77194: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888126.77249: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888126.77285: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888126.77303: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888126.77328: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888126.77338: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888126.77383: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888126.77399: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888126.77415: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888126.77439: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888126.77449: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888126.77573: variable '__storage_required_facts' from source: role '' all vars 138029 1726888126.77584: variable 'ansible_facts' from source: unknown 138029 1726888126.77782: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 138029 1726888126.77787: when evaluation is False, skipping this task 138029 1726888126.77789: _execute() done 138029 1726888126.77792: dumping result to json 138029 1726888126.77795: done dumping result, returning 138029 1726888126.77800: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-5a58-73a2-000000001492] 138029 1726888126.77806: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001492 138029 1726888126.77892: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001492 138029 1726888126.77895: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 138029 1726888126.77960: no more pending results, returning what we have 138029 1726888126.77965: results queue empty 138029 1726888126.77966: checking for any_errors_fatal 138029 1726888126.77967: done checking for any_errors_fatal 138029 1726888126.77968: checking for max_fail_percentage 138029 1726888126.77969: done checking for max_fail_percentage 138029 1726888126.77970: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.77971: done checking to see if all hosts have failed 138029 1726888126.77972: getting the remaining hosts for this loop 138029 1726888126.77974: done getting the remaining hosts for this loop 138029 1726888126.77977: getting the next task for host managed_node3 138029 1726888126.77983: done getting next task for host managed_node3 138029 1726888126.77986: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888126.77989: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 138029 1726888126.78006: getting variables 138029 1726888126.78007: in VariableManager get_vars() 138029 1726888126.78037: Calling all_inventory to load vars for managed_node3 138029 1726888126.78040: Calling groups_inventory to load vars for managed_node3 138029 1726888126.78042: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.78050: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.78052: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.78054: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.78445: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.78829: done with get_vars() 138029 1726888126.78840: done getting variables 138029 1726888126.78880: 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:08:46 -0400 (0:00:00.042) 0:02:19.512 ****** 138029 1726888126.78909: entering _queue_task() for managed_node3/include_vars 138029 1726888126.79112: worker is 1 (out of 1 available) 138029 1726888126.79126: exiting _queue_task() for managed_node3/include_vars 138029 1726888126.79139: done queuing things up, now waiting for results queue to drain 138029 1726888126.79140: waiting for pending results... 138029 1726888126.79327: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888126.79427: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001493 138029 1726888126.79438: variable 'ansible_search_path' from source: unknown 138029 1726888126.79442: variable 'ansible_search_path' from source: unknown 138029 1726888126.79652: variable 'ansible_facts' from source: unknown 138029 1726888126.79936: variable 'ansible_facts' from source: unknown 138029 1726888126.80137: variable 'ansible_facts' from source: unknown 138029 1726888126.80334: variable 'ansible_facts' from source: unknown 138029 1726888126.80467: variable 'omit' from source: magic vars 138029 1726888126.80558: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.80574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.80578: variable 'omit' from source: magic vars 138029 1726888126.80738: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888126.80925: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888126.80958: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888126.80983: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888126.81010: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888126.81067: variable '__vars_file' from source: task vars 138029 1726888126.81124: variable 'role_path' from source: magic vars 138029 1726888126.81127: variable 'item' from source: unknown 138029 1726888126.81137: Evaluated conditional (__vars_file is file): False 138029 1726888126.81140: when evaluation is False, skipping this task 138029 1726888126.81168: variable 'item' from source: unknown 138029 1726888126.81216: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 138029 1726888126.81373: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.81376: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.81378: variable 'omit' from source: magic vars 138029 1726888126.81454: variable '__vars_file' from source: task vars 138029 1726888126.81512: variable 'role_path' from source: magic vars 138029 1726888126.81516: variable 'item' from source: unknown 138029 1726888126.81524: Evaluated conditional (__vars_file is file): False 138029 1726888126.81527: when evaluation is False, skipping this task 138029 1726888126.81549: variable 'item' from source: unknown 138029 1726888126.81592: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 138029 1726888126.81668: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.81672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.81675: variable 'omit' from source: magic vars 138029 1726888126.81774: variable '__vars_file' from source: task vars 138029 1726888126.81825: variable 'role_path' from source: magic vars 138029 1726888126.81832: variable 'item' from source: unknown 138029 1726888126.81841: Evaluated conditional (__vars_file is file): True 138029 1726888126.81846: variable 'omit' from source: magic vars 138029 1726888126.81888: variable 'omit' from source: magic vars 138029 1726888126.81920: variable '__vars_file' from source: task vars 138029 1726888126.81972: variable '__vars_file' from source: task vars 138029 1726888126.82023: variable 'role_path' from source: magic vars 138029 1726888126.82027: variable 'item' from source: unknown 138029 1726888126.82041: variable 'omit' from source: magic vars 138029 1726888126.82069: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888126.82088: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888126.82102: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888126.82115: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.82123: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.82136: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888126.82152: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888126.82177: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888126.82180: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.82182: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.82256: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888126.82271: Set connection var ansible_timeout to 10 138029 1726888126.82275: Set connection var ansible_pipelining to False 138029 1726888126.82278: Set connection var ansible_shell_type to sh 138029 1726888126.82280: Set connection var ansible_connection to ssh 138029 1726888126.82285: Set connection var ansible_shell_executable to /bin/sh 138029 1726888126.82301: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.82303: variable 'ansible_connection' from source: unknown 138029 1726888126.82306: variable 'ansible_module_compression' from source: unknown 138029 1726888126.82308: variable 'ansible_shell_type' from source: unknown 138029 1726888126.82310: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.82312: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.82317: variable 'ansible_pipelining' from source: unknown 138029 1726888126.82319: variable 'ansible_timeout' from source: unknown 138029 1726888126.82323: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.82404: 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) 138029 1726888126.82413: variable 'omit' from source: magic vars 138029 1726888126.82417: starting attempt loop 138029 1726888126.82420: running the handler 138029 1726888126.82495: handler run complete 138029 1726888126.82502: attempt loop complete, returning result 138029 1726888126.82513: variable 'item' from source: unknown 138029 1726888126.82557: variable 'item' from source: unknown ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 138029 1726888126.82658: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.82664: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.82667: variable 'omit' from source: magic vars 138029 1726888126.82750: variable '__vars_file' from source: task vars 138029 1726888126.82807: variable 'role_path' from source: magic vars 138029 1726888126.82811: variable 'item' from source: unknown 138029 1726888126.82819: Evaluated conditional (__vars_file is file): True 138029 1726888126.82822: variable 'omit' from source: magic vars 138029 1726888126.82833: variable 'omit' from source: magic vars 138029 1726888126.82897: variable '__vars_file' from source: task vars 138029 1726888126.82910: variable '__vars_file' from source: task vars 138029 1726888126.82965: variable 'role_path' from source: magic vars 138029 1726888126.82968: variable 'item' from source: unknown 138029 1726888126.82979: variable 'omit' from source: magic vars 138029 1726888126.82993: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888126.83005: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.83008: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.83014: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888126.83022: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888126.83024: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.83027: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.83082: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888126.83085: Set connection var ansible_timeout to 10 138029 1726888126.83090: Set connection var ansible_pipelining to False 138029 1726888126.83092: Set connection var ansible_shell_type to sh 138029 1726888126.83095: Set connection var ansible_connection to ssh 138029 1726888126.83099: Set connection var ansible_shell_executable to /bin/sh 138029 1726888126.83118: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.83121: variable 'ansible_connection' from source: unknown 138029 1726888126.83123: variable 'ansible_module_compression' from source: unknown 138029 1726888126.83126: variable 'ansible_shell_type' from source: unknown 138029 1726888126.83128: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.83130: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.83133: variable 'ansible_pipelining' from source: unknown 138029 1726888126.83135: variable 'ansible_timeout' from source: unknown 138029 1726888126.83140: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.83200: 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) 138029 1726888126.83208: variable 'omit' from source: magic vars 138029 1726888126.83210: starting attempt loop 138029 1726888126.83215: running the handler 138029 1726888126.83252: handler run complete 138029 1726888126.83259: attempt loop complete, returning result 138029 1726888126.83271: variable 'item' from source: unknown 138029 1726888126.83314: variable 'item' from source: unknown ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 138029 1726888126.83408: dumping result to json 138029 1726888126.83411: done dumping result, returning 138029 1726888126.83413: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-5a58-73a2-000000001493] 138029 1726888126.83415: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001493 138029 1726888126.83459: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001493 138029 1726888126.83464: WORKER PROCESS EXITING 138029 1726888126.83523: no more pending results, returning what we have 138029 1726888126.83527: results queue empty 138029 1726888126.83528: checking for any_errors_fatal 138029 1726888126.83536: done checking for any_errors_fatal 138029 1726888126.83537: checking for max_fail_percentage 138029 1726888126.83538: done checking for max_fail_percentage 138029 1726888126.83539: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.83540: done checking to see if all hosts have failed 138029 1726888126.83541: getting the remaining hosts for this loop 138029 1726888126.83543: done getting the remaining hosts for this loop 138029 1726888126.83546: getting the next task for host managed_node3 138029 1726888126.83552: done getting next task for host managed_node3 138029 1726888126.83557: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 138029 1726888126.83561: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 138029 1726888126.83580: getting variables 138029 1726888126.83581: in VariableManager get_vars() 138029 1726888126.83610: Calling all_inventory to load vars for managed_node3 138029 1726888126.83612: Calling groups_inventory to load vars for managed_node3 138029 1726888126.83614: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.83622: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.83624: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.83626: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.84017: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.84404: done with get_vars() 138029 1726888126.84415: 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:08:46 -0400 (0:00:00.055) 0:02:19.568 ****** 138029 1726888126.84482: entering _queue_task() for managed_node3/stat 138029 1726888126.84690: worker is 1 (out of 1 available) 138029 1726888126.84704: exiting _queue_task() for managed_node3/stat 138029 1726888126.84716: done queuing things up, now waiting for results queue to drain 138029 1726888126.84718: waiting for pending results... 138029 1726888126.84891: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree 138029 1726888126.84981: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001495 138029 1726888126.84994: variable 'ansible_search_path' from source: unknown 138029 1726888126.84997: variable 'ansible_search_path' from source: unknown 138029 1726888126.85023: calling self._execute() 138029 1726888126.85104: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.85108: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.85116: variable 'omit' from source: magic vars 138029 1726888126.85378: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888126.85583: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888126.85617: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888126.85642: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888126.85669: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888126.85730: 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) 138029 1726888126.85747: 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) 138029 1726888126.85768: 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) 138029 1726888126.85787: 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) 138029 1726888126.85869: variable '__storage_is_ostree' from source: set_fact 138029 1726888126.85877: Evaluated conditional (not __storage_is_ostree is defined): False 138029 1726888126.85879: when evaluation is False, skipping this task 138029 1726888126.85882: _execute() done 138029 1726888126.85884: dumping result to json 138029 1726888126.85887: done dumping result, returning 138029 1726888126.85894: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-5a58-73a2-000000001495] 138029 1726888126.85899: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001495 138029 1726888126.85984: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001495 138029 1726888126.85987: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 138029 1726888126.86034: no more pending results, returning what we have 138029 1726888126.86036: results queue empty 138029 1726888126.86037: checking for any_errors_fatal 138029 1726888126.86049: done checking for any_errors_fatal 138029 1726888126.86050: checking for max_fail_percentage 138029 1726888126.86052: done checking for max_fail_percentage 138029 1726888126.86053: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.86054: done checking to see if all hosts have failed 138029 1726888126.86054: getting the remaining hosts for this loop 138029 1726888126.86058: done getting the remaining hosts for this loop 138029 1726888126.86061: getting the next task for host managed_node3 138029 1726888126.86069: done getting next task for host managed_node3 138029 1726888126.86072: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 138029 1726888126.86076: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 138029 1726888126.86090: getting variables 138029 1726888126.86091: in VariableManager get_vars() 138029 1726888126.86118: Calling all_inventory to load vars for managed_node3 138029 1726888126.86121: Calling groups_inventory to load vars for managed_node3 138029 1726888126.86123: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.86129: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.86132: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.86134: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.86656: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.87016: done with get_vars() 138029 1726888126.87026: done getting variables 138029 1726888126.87066: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:46 -0400 (0:00:00.026) 0:02:19.594 ****** 138029 1726888126.87089: entering _queue_task() for managed_node3/set_fact 138029 1726888126.87277: worker is 1 (out of 1 available) 138029 1726888126.87289: exiting _queue_task() for managed_node3/set_fact 138029 1726888126.87301: done queuing things up, now waiting for results queue to drain 138029 1726888126.87302: waiting for pending results... 138029 1726888126.87493: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 138029 1726888126.87591: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001496 138029 1726888126.87602: variable 'ansible_search_path' from source: unknown 138029 1726888126.87606: variable 'ansible_search_path' from source: unknown 138029 1726888126.87635: calling self._execute() 138029 1726888126.87719: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.87723: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.87732: variable 'omit' from source: magic vars 138029 1726888126.88006: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888126.88217: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888126.88249: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888126.88278: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888126.88310: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888126.88373: 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) 138029 1726888126.88391: 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) 138029 1726888126.88412: 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) 138029 1726888126.88429: 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) 138029 1726888126.88519: variable '__storage_is_ostree' from source: set_fact 138029 1726888126.88526: Evaluated conditional (not __storage_is_ostree is defined): False 138029 1726888126.88529: when evaluation is False, skipping this task 138029 1726888126.88532: _execute() done 138029 1726888126.88534: dumping result to json 138029 1726888126.88536: done dumping result, returning 138029 1726888126.88543: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-5a58-73a2-000000001496] 138029 1726888126.88549: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001496 138029 1726888126.88634: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001496 138029 1726888126.88637: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 138029 1726888126.88683: no more pending results, returning what we have 138029 1726888126.88686: results queue empty 138029 1726888126.88687: checking for any_errors_fatal 138029 1726888126.88695: done checking for any_errors_fatal 138029 1726888126.88696: checking for max_fail_percentage 138029 1726888126.88697: done checking for max_fail_percentage 138029 1726888126.88698: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.88699: done checking to see if all hosts have failed 138029 1726888126.88700: getting the remaining hosts for this loop 138029 1726888126.88702: done getting the remaining hosts for this loop 138029 1726888126.88705: getting the next task for host managed_node3 138029 1726888126.88711: done getting next task for host managed_node3 138029 1726888126.88714: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 138029 1726888126.88717: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888126.88733: getting variables 138029 1726888126.88734: in VariableManager get_vars() 138029 1726888126.88763: Calling all_inventory to load vars for managed_node3 138029 1726888126.88765: Calling groups_inventory to load vars for managed_node3 138029 1726888126.88767: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.88774: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.88776: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.88779: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.89162: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.89545: done with get_vars() 138029 1726888126.89557: done getting variables 138029 1726888126.89598: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:46 -0400 (0:00:00.025) 0:02:19.619 ****** 138029 1726888126.89619: entering _queue_task() for managed_node3/set_fact 138029 1726888126.89812: worker is 1 (out of 1 available) 138029 1726888126.89826: exiting _queue_task() for managed_node3/set_fact 138029 1726888126.89838: done queuing things up, now waiting for results queue to drain 138029 1726888126.89840: waiting for pending results... 138029 1726888126.90018: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 138029 1726888126.90104: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000013ee 138029 1726888126.90116: variable 'ansible_search_path' from source: unknown 138029 1726888126.90120: variable 'ansible_search_path' from source: unknown 138029 1726888126.90145: calling self._execute() 138029 1726888126.90224: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.90228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.90236: variable 'omit' from source: magic vars 138029 1726888126.90316: variable 'omit' from source: magic vars 138029 1726888126.90352: variable 'omit' from source: magic vars 138029 1726888126.90382: variable 'omit' from source: magic vars 138029 1726888126.90417: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888126.90443: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888126.90459: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888126.90475: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.90485: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.90500: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888126.90514: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888126.90537: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888126.90540: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.90542: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.90628: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888126.90632: Set connection var ansible_timeout to 10 138029 1726888126.90638: Set connection var ansible_pipelining to False 138029 1726888126.90640: Set connection var ansible_shell_type to sh 138029 1726888126.90643: Set connection var ansible_connection to ssh 138029 1726888126.90647: Set connection var ansible_shell_executable to /bin/sh 138029 1726888126.90671: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.90674: variable 'ansible_connection' from source: unknown 138029 1726888126.90677: variable 'ansible_module_compression' from source: unknown 138029 1726888126.90679: variable 'ansible_shell_type' from source: unknown 138029 1726888126.90682: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.90684: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.90689: variable 'ansible_pipelining' from source: unknown 138029 1726888126.90691: variable 'ansible_timeout' from source: unknown 138029 1726888126.90695: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.90800: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888126.90810: variable 'omit' from source: magic vars 138029 1726888126.90815: starting attempt loop 138029 1726888126.90820: running the handler 138029 1726888126.90829: handler run complete 138029 1726888126.90838: attempt loop complete, returning result 138029 1726888126.90841: _execute() done 138029 1726888126.90845: dumping result to json 138029 1726888126.90847: done dumping result, returning 138029 1726888126.90853: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-5a58-73a2-0000000013ee] 138029 1726888126.90859: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000013ee 138029 1726888126.90936: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000013ee 138029 1726888126.90941: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 138029 1726888126.91008: no more pending results, returning what we have 138029 1726888126.91011: results queue empty 138029 1726888126.91011: checking for any_errors_fatal 138029 1726888126.91017: done checking for any_errors_fatal 138029 1726888126.91017: checking for max_fail_percentage 138029 1726888126.91019: done checking for max_fail_percentage 138029 1726888126.91019: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.91020: done checking to see if all hosts have failed 138029 1726888126.91021: getting the remaining hosts for this loop 138029 1726888126.91022: done getting the remaining hosts for this loop 138029 1726888126.91025: getting the next task for host managed_node3 138029 1726888126.91029: done getting next task for host managed_node3 138029 1726888126.91031: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 138029 1726888126.91034: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888126.91044: getting variables 138029 1726888126.91045: in VariableManager get_vars() 138029 1726888126.91079: Calling all_inventory to load vars for managed_node3 138029 1726888126.91082: Calling groups_inventory to load vars for managed_node3 138029 1726888126.91084: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.91091: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.91093: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.91095: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.91445: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.91818: done with get_vars() 138029 1726888126.91829: done getting variables 138029 1726888126.91867: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:46 -0400 (0:00:00.022) 0:02:19.642 ****** 138029 1726888126.91887: entering _queue_task() for managed_node3/set_fact 138029 1726888126.92070: worker is 1 (out of 1 available) 138029 1726888126.92087: exiting _queue_task() for managed_node3/set_fact 138029 1726888126.92100: done queuing things up, now waiting for results queue to drain 138029 1726888126.92101: waiting for pending results... 138029 1726888126.92270: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 138029 1726888126.92346: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000013ef 138029 1726888126.92357: variable 'ansible_search_path' from source: unknown 138029 1726888126.92360: variable 'ansible_search_path' from source: unknown 138029 1726888126.92389: calling self._execute() 138029 1726888126.92469: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.92473: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.92482: variable 'omit' from source: magic vars 138029 1726888126.92559: variable 'omit' from source: magic vars 138029 1726888126.92598: variable 'omit' from source: magic vars 138029 1726888126.92623: variable 'omit' from source: magic vars 138029 1726888126.92662: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888126.92687: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888126.92702: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888126.92715: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.92725: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888126.92737: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888126.92750: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888126.92778: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888126.92782: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.92784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.92859: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888126.92872: Set connection var ansible_timeout to 10 138029 1726888126.92875: Set connection var ansible_pipelining to False 138029 1726888126.92878: Set connection var ansible_shell_type to sh 138029 1726888126.92880: Set connection var ansible_connection to ssh 138029 1726888126.92885: Set connection var ansible_shell_executable to /bin/sh 138029 1726888126.92904: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.92907: variable 'ansible_connection' from source: unknown 138029 1726888126.92910: variable 'ansible_module_compression' from source: unknown 138029 1726888126.92912: variable 'ansible_shell_type' from source: unknown 138029 1726888126.92914: variable 'ansible_shell_executable' from source: unknown 138029 1726888126.92917: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.92920: variable 'ansible_pipelining' from source: unknown 138029 1726888126.92923: variable 'ansible_timeout' from source: unknown 138029 1726888126.92927: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.93034: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888126.93043: variable 'omit' from source: magic vars 138029 1726888126.93048: starting attempt loop 138029 1726888126.93051: running the handler 138029 1726888126.93063: handler run complete 138029 1726888126.93072: attempt loop complete, returning result 138029 1726888126.93075: _execute() done 138029 1726888126.93077: dumping result to json 138029 1726888126.93082: done dumping result, returning 138029 1726888126.93090: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-5a58-73a2-0000000013ef] 138029 1726888126.93093: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000013ef 138029 1726888126.93172: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000013ef 138029 1726888126.93175: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 138029 1726888126.93254: no more pending results, returning what we have 138029 1726888126.93259: results queue empty 138029 1726888126.93260: checking for any_errors_fatal 138029 1726888126.93264: done checking for any_errors_fatal 138029 1726888126.93265: checking for max_fail_percentage 138029 1726888126.93266: done checking for max_fail_percentage 138029 1726888126.93267: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.93268: done checking to see if all hosts have failed 138029 1726888126.93269: getting the remaining hosts for this loop 138029 1726888126.93270: done getting the remaining hosts for this loop 138029 1726888126.93273: getting the next task for host managed_node3 138029 1726888126.93278: done getting next task for host managed_node3 138029 1726888126.93281: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 138029 1726888126.93284: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888126.93294: getting variables 138029 1726888126.93295: in VariableManager get_vars() 138029 1726888126.93320: Calling all_inventory to load vars for managed_node3 138029 1726888126.93322: Calling groups_inventory to load vars for managed_node3 138029 1726888126.93324: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.93331: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.93333: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.93335: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.93680: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.94054: done with get_vars() 138029 1726888126.94068: 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:08:46 -0400 (0:00:00.022) 0:02:19.664 ****** 138029 1726888126.94128: entering _queue_task() for managed_node3/include_tasks 138029 1726888126.94321: worker is 1 (out of 1 available) 138029 1726888126.94336: exiting _queue_task() for managed_node3/include_tasks 138029 1726888126.94347: done queuing things up, now waiting for results queue to drain 138029 1726888126.94349: waiting for pending results... 138029 1726888126.94524: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 138029 1726888126.94609: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000013f0 138029 1726888126.94620: variable 'ansible_search_path' from source: unknown 138029 1726888126.94623: variable 'ansible_search_path' from source: unknown 138029 1726888126.94648: calling self._execute() 138029 1726888126.94730: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.94734: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.94742: variable 'omit' from source: magic vars 138029 1726888126.94972: variable 'storage_provider' from source: role '' defaults 138029 1726888126.94982: _execute() done 138029 1726888126.94986: dumping result to json 138029 1726888126.94989: done dumping result, returning 138029 1726888126.94997: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-5a58-73a2-0000000013f0] 138029 1726888126.95003: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000013f0 138029 1726888126.95095: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000013f0 138029 1726888126.95098: WORKER PROCESS EXITING 138029 1726888126.95150: no more pending results, returning what we have 138029 1726888126.95153: in VariableManager get_vars() 138029 1726888126.95186: Calling all_inventory to load vars for managed_node3 138029 1726888126.95189: Calling groups_inventory to load vars for managed_node3 138029 1726888126.95191: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.95199: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.95201: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.95203: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.95551: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.96123: done with get_vars() 138029 1726888126.96131: variable 'ansible_search_path' from source: unknown 138029 1726888126.96132: variable 'ansible_search_path' from source: unknown 138029 1726888126.96153: we have included files to process 138029 1726888126.96154: generating all_blocks data 138029 1726888126.96157: done generating all_blocks data 138029 1726888126.96161: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726888126.96161: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726888126.96163: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726888126.96670: in VariableManager get_vars() 138029 1726888126.96687: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 138029 1726888126.97806: done processing included file 138029 1726888126.97807: iterating over new_blocks loaded from include file 138029 1726888126.97808: in VariableManager get_vars() 138029 1726888126.97820: done with get_vars() 138029 1726888126.97820: filtering new block on tags 138029 1726888126.97884: done filtering new block on tags 138029 1726888126.97897: in VariableManager get_vars() 138029 1726888126.97908: done with get_vars() 138029 1726888126.97910: filtering new block on tags 138029 1726888126.97961: done filtering new block on tags 138029 1726888126.97964: in VariableManager get_vars() 138029 1726888126.97975: done with get_vars() 138029 1726888126.97977: filtering new block on tags 138029 1726888126.98042: done filtering new block on tags 138029 1726888126.98044: 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_node3 138029 1726888126.98047: extending task lists for all hosts with included blocks 138029 1726888126.98315: done extending task lists 138029 1726888126.98316: done processing included files 138029 1726888126.98316: results queue empty 138029 1726888126.98317: checking for any_errors_fatal 138029 1726888126.98319: done checking for any_errors_fatal 138029 1726888126.98319: checking for max_fail_percentage 138029 1726888126.98320: done checking for max_fail_percentage 138029 1726888126.98320: checking to see if all hosts have failed and the running result is not ok 138029 1726888126.98321: done checking to see if all hosts have failed 138029 1726888126.98321: getting the remaining hosts for this loop 138029 1726888126.98322: done getting the remaining hosts for this loop 138029 1726888126.98324: getting the next task for host managed_node3 138029 1726888126.98326: done getting next task for host managed_node3 138029 1726888126.98328: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 138029 1726888126.98330: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888126.98336: getting variables 138029 1726888126.98337: in VariableManager get_vars() 138029 1726888126.98344: Calling all_inventory to load vars for managed_node3 138029 1726888126.98346: Calling groups_inventory to load vars for managed_node3 138029 1726888126.98347: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888126.98350: Calling all_plugins_play to load vars for managed_node3 138029 1726888126.98352: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888126.98353: Calling groups_plugins_play to load vars for managed_node3 138029 1726888126.98645: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888126.99003: done with get_vars() 138029 1726888126.99013: done getting variables 138029 1726888126.99038: 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:08:46 -0400 (0:00:00.049) 0:02:19.714 ****** 138029 1726888126.99063: entering _queue_task() for managed_node3/package 138029 1726888126.99291: worker is 1 (out of 1 available) 138029 1726888126.99303: exiting _queue_task() for managed_node3/package 138029 1726888126.99315: done queuing things up, now waiting for results queue to drain 138029 1726888126.99317: waiting for pending results... 138029 1726888126.99509: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 138029 1726888126.99610: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014cb 138029 1726888126.99620: variable 'ansible_search_path' from source: unknown 138029 1726888126.99624: variable 'ansible_search_path' from source: unknown 138029 1726888126.99660: calling self._execute() 138029 1726888126.99738: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888126.99742: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888126.99750: variable 'omit' from source: magic vars 138029 1726888127.00042: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888127.00253: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888127.00290: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888127.00317: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888127.00341: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888127.00403: 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) 138029 1726888127.00424: 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) 138029 1726888127.00442: 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) 138029 1726888127.00461: 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) 138029 1726888127.00564: variable 'storage_skip_checks' from source: set_fact 138029 1726888127.00582: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 138029 1726888127.00586: when evaluation is False, skipping this task 138029 1726888127.00589: _execute() done 138029 1726888127.00591: dumping result to json 138029 1726888127.00594: done dumping result, returning 138029 1726888127.00600: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-5a58-73a2-0000000014cb] 138029 1726888127.00605: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014cb 138029 1726888127.00694: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014cb 138029 1726888127.00697: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888127.00742: no more pending results, returning what we have 138029 1726888127.00746: results queue empty 138029 1726888127.00747: checking for any_errors_fatal 138029 1726888127.00748: done checking for any_errors_fatal 138029 1726888127.00749: checking for max_fail_percentage 138029 1726888127.00750: done checking for max_fail_percentage 138029 1726888127.00751: checking to see if all hosts have failed and the running result is not ok 138029 1726888127.00752: done checking to see if all hosts have failed 138029 1726888127.00753: getting the remaining hosts for this loop 138029 1726888127.00754: done getting the remaining hosts for this loop 138029 1726888127.00760: getting the next task for host managed_node3 138029 1726888127.00766: done getting next task for host managed_node3 138029 1726888127.00769: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 138029 1726888127.00773: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888127.00793: getting variables 138029 1726888127.00794: in VariableManager get_vars() 138029 1726888127.00824: Calling all_inventory to load vars for managed_node3 138029 1726888127.00827: Calling groups_inventory to load vars for managed_node3 138029 1726888127.00829: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888127.00836: Calling all_plugins_play to load vars for managed_node3 138029 1726888127.00839: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888127.00841: Calling groups_plugins_play to load vars for managed_node3 138029 1726888127.01227: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888127.01611: done with get_vars() 138029 1726888127.01623: done getting variables 138029 1726888127.01660: 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:08:47 -0400 (0:00:00.026) 0:02:19.740 ****** 138029 1726888127.01682: entering _queue_task() for managed_node3/debug 138029 1726888127.01876: worker is 1 (out of 1 available) 138029 1726888127.01888: exiting _queue_task() for managed_node3/debug 138029 1726888127.01900: done queuing things up, now waiting for results queue to drain 138029 1726888127.01901: waiting for pending results... 138029 1726888127.02075: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools 138029 1726888127.02172: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014cc 138029 1726888127.02183: variable 'ansible_search_path' from source: unknown 138029 1726888127.02187: variable 'ansible_search_path' from source: unknown 138029 1726888127.02212: calling self._execute() 138029 1726888127.02295: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.02298: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.02306: variable 'omit' from source: magic vars 138029 1726888127.02388: variable 'omit' from source: magic vars 138029 1726888127.02424: variable 'omit' from source: magic vars 138029 1726888127.02450: variable 'omit' from source: magic vars 138029 1726888127.02485: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888127.02513: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888127.02530: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888127.02544: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888127.02554: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888127.02574: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888127.02586: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888127.02610: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888127.02612: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.02615: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.02699: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888127.02703: Set connection var ansible_timeout to 10 138029 1726888127.02709: Set connection var ansible_pipelining to False 138029 1726888127.02712: Set connection var ansible_shell_type to sh 138029 1726888127.02714: Set connection var ansible_connection to ssh 138029 1726888127.02719: Set connection var ansible_shell_executable to /bin/sh 138029 1726888127.02738: variable 'ansible_shell_executable' from source: unknown 138029 1726888127.02741: variable 'ansible_connection' from source: unknown 138029 1726888127.02744: variable 'ansible_module_compression' from source: unknown 138029 1726888127.02747: variable 'ansible_shell_type' from source: unknown 138029 1726888127.02749: variable 'ansible_shell_executable' from source: unknown 138029 1726888127.02751: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.02753: variable 'ansible_pipelining' from source: unknown 138029 1726888127.02757: variable 'ansible_timeout' from source: unknown 138029 1726888127.02762: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.02865: 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) 138029 1726888127.02877: variable 'omit' from source: magic vars 138029 1726888127.02883: starting attempt loop 138029 1726888127.02886: running the handler 138029 1726888127.02925: variable 'storage_pools' from source: include params 138029 1726888127.03070: variable 'storage_pools' from source: include params 138029 1726888127.03080: variable 'unused_disks' from source: set_fact 138029 1726888127.03132: variable 'unused_disks' from source: set_fact 138029 1726888127.03181: variable 'volume1_size' from source: play vars 138029 1726888127.03225: variable 'volume1_size' from source: play vars 138029 1726888127.03235: variable 'mount_location1' from source: play vars 138029 1726888127.03281: variable 'mount_location1' from source: play vars 138029 1726888127.03288: variable 'volume2_size' from source: play vars 138029 1726888127.03337: variable 'volume2_size' from source: play vars 138029 1726888127.03340: variable 'mount_location2' from source: play vars 138029 1726888127.03385: variable 'mount_location2' from source: play vars 138029 1726888127.03392: variable 'volume3_size' from source: play vars 138029 1726888127.03436: variable 'volume3_size' from source: play vars 138029 1726888127.03439: variable 'mount_location3' from source: play vars 138029 1726888127.03486: variable 'mount_location3' from source: play vars 138029 1726888127.03532: handler run complete 138029 1726888127.03547: attempt loop complete, returning result 138029 1726888127.03551: _execute() done 138029 1726888127.03554: dumping result to json 138029 1726888127.03558: done dumping result, returning 138029 1726888127.03571: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-5a58-73a2-0000000014cc] 138029 1726888127.03574: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014cc 138029 1726888127.03653: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014cc 138029 1726888127.03658: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "Lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "Lv3", "size": "3g" } ] } ] } 138029 1726888127.03752: no more pending results, returning what we have 138029 1726888127.03757: results queue empty 138029 1726888127.03758: checking for any_errors_fatal 138029 1726888127.03768: done checking for any_errors_fatal 138029 1726888127.03769: checking for max_fail_percentage 138029 1726888127.03770: done checking for max_fail_percentage 138029 1726888127.03771: checking to see if all hosts have failed and the running result is not ok 138029 1726888127.03772: done checking to see if all hosts have failed 138029 1726888127.03772: getting the remaining hosts for this loop 138029 1726888127.03774: done getting the remaining hosts for this loop 138029 1726888127.03777: getting the next task for host managed_node3 138029 1726888127.03783: done getting next task for host managed_node3 138029 1726888127.03786: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 138029 1726888127.03789: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888127.03804: getting variables 138029 1726888127.03806: in VariableManager get_vars() 138029 1726888127.03832: Calling all_inventory to load vars for managed_node3 138029 1726888127.03834: Calling groups_inventory to load vars for managed_node3 138029 1726888127.03836: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888127.03847: Calling all_plugins_play to load vars for managed_node3 138029 1726888127.03850: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888127.03852: Calling groups_plugins_play to load vars for managed_node3 138029 1726888127.04201: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888127.04584: done with get_vars() 138029 1726888127.04595: done getting variables 138029 1726888127.04632: 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:08:47 -0400 (0:00:00.029) 0:02:19.770 ****** 138029 1726888127.04654: entering _queue_task() for managed_node3/debug 138029 1726888127.04843: worker is 1 (out of 1 available) 138029 1726888127.04858: exiting _queue_task() for managed_node3/debug 138029 1726888127.04872: done queuing things up, now waiting for results queue to drain 138029 1726888127.04874: waiting for pending results... 138029 1726888127.05039: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes 138029 1726888127.05124: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014cd 138029 1726888127.05136: variable 'ansible_search_path' from source: unknown 138029 1726888127.05140: variable 'ansible_search_path' from source: unknown 138029 1726888127.05216: calling self._execute() 138029 1726888127.05243: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.05247: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.05256: variable 'omit' from source: magic vars 138029 1726888127.05336: variable 'omit' from source: magic vars 138029 1726888127.05386: variable 'omit' from source: magic vars 138029 1726888127.05409: variable 'omit' from source: magic vars 138029 1726888127.05442: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888127.05472: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888127.05488: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888127.05501: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888127.05511: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888127.05524: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888127.05536: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888127.05569: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888127.05572: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.05576: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.05659: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888127.05662: Set connection var ansible_timeout to 10 138029 1726888127.05671: Set connection var ansible_pipelining to False 138029 1726888127.05674: Set connection var ansible_shell_type to sh 138029 1726888127.05676: Set connection var ansible_connection to ssh 138029 1726888127.05681: Set connection var ansible_shell_executable to /bin/sh 138029 1726888127.05701: variable 'ansible_shell_executable' from source: unknown 138029 1726888127.05704: variable 'ansible_connection' from source: unknown 138029 1726888127.05707: variable 'ansible_module_compression' from source: unknown 138029 1726888127.05709: variable 'ansible_shell_type' from source: unknown 138029 1726888127.05711: variable 'ansible_shell_executable' from source: unknown 138029 1726888127.05713: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.05717: variable 'ansible_pipelining' from source: unknown 138029 1726888127.05719: variable 'ansible_timeout' from source: unknown 138029 1726888127.05724: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.05830: 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) 138029 1726888127.05838: variable 'omit' from source: magic vars 138029 1726888127.05844: starting attempt loop 138029 1726888127.05846: running the handler 138029 1726888127.06030: handler run complete 138029 1726888127.06045: attempt loop complete, returning result 138029 1726888127.06048: _execute() done 138029 1726888127.06051: dumping result to json 138029 1726888127.06053: done dumping result, returning 138029 1726888127.06062: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-5a58-73a2-0000000014cd] 138029 1726888127.06069: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014cd 138029 1726888127.06151: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014cd 138029 1726888127.06153: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 138029 1726888127.06236: no more pending results, returning what we have 138029 1726888127.06239: results queue empty 138029 1726888127.06239: checking for any_errors_fatal 138029 1726888127.06246: done checking for any_errors_fatal 138029 1726888127.06247: checking for max_fail_percentage 138029 1726888127.06248: done checking for max_fail_percentage 138029 1726888127.06249: checking to see if all hosts have failed and the running result is not ok 138029 1726888127.06249: done checking to see if all hosts have failed 138029 1726888127.06250: getting the remaining hosts for this loop 138029 1726888127.06251: done getting the remaining hosts for this loop 138029 1726888127.06254: getting the next task for host managed_node3 138029 1726888127.06261: done getting next task for host managed_node3 138029 1726888127.06264: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 138029 1726888127.06267: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888127.06277: getting variables 138029 1726888127.06278: in VariableManager get_vars() 138029 1726888127.06305: Calling all_inventory to load vars for managed_node3 138029 1726888127.06307: Calling groups_inventory to load vars for managed_node3 138029 1726888127.06309: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888127.06316: Calling all_plugins_play to load vars for managed_node3 138029 1726888127.06318: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888127.06321: Calling groups_plugins_play to load vars for managed_node3 138029 1726888127.06812: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888127.07175: done with get_vars() 138029 1726888127.07185: 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:08:47 -0400 (0:00:00.025) 0:02:19.795 ****** 138029 1726888127.07238: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888127.07427: worker is 1 (out of 1 available) 138029 1726888127.07441: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888127.07453: done queuing things up, now waiting for results queue to drain 138029 1726888127.07457: waiting for pending results... 138029 1726888127.07628: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages 138029 1726888127.07720: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014ce 138029 1726888127.07730: variable 'ansible_search_path' from source: unknown 138029 1726888127.07734: variable 'ansible_search_path' from source: unknown 138029 1726888127.07761: calling self._execute() 138029 1726888127.07837: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.07842: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.07850: variable 'omit' from source: magic vars 138029 1726888127.08122: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888127.08325: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888127.08360: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888127.08388: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888127.08411: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888127.08475: 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) 138029 1726888127.08492: 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) 138029 1726888127.08511: 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) 138029 1726888127.08528: 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) 138029 1726888127.08637: variable 'storage_skip_checks' from source: set_fact 138029 1726888127.08651: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 138029 1726888127.08654: when evaluation is False, skipping this task 138029 1726888127.08659: _execute() done 138029 1726888127.08666: dumping result to json 138029 1726888127.08669: done dumping result, returning 138029 1726888127.08672: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-5a58-73a2-0000000014ce] 138029 1726888127.08674: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014ce 138029 1726888127.08767: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014ce 138029 1726888127.08771: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888127.08827: no more pending results, returning what we have 138029 1726888127.08829: results queue empty 138029 1726888127.08830: checking for any_errors_fatal 138029 1726888127.08838: done checking for any_errors_fatal 138029 1726888127.08839: checking for max_fail_percentage 138029 1726888127.08840: done checking for max_fail_percentage 138029 1726888127.08841: checking to see if all hosts have failed and the running result is not ok 138029 1726888127.08842: done checking to see if all hosts have failed 138029 1726888127.08842: getting the remaining hosts for this loop 138029 1726888127.08844: done getting the remaining hosts for this loop 138029 1726888127.08846: getting the next task for host managed_node3 138029 1726888127.08851: done getting next task for host managed_node3 138029 1726888127.08854: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 138029 1726888127.08860: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888127.08876: getting variables 138029 1726888127.08878: in VariableManager get_vars() 138029 1726888127.08904: Calling all_inventory to load vars for managed_node3 138029 1726888127.08906: Calling groups_inventory to load vars for managed_node3 138029 1726888127.08908: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888127.08915: Calling all_plugins_play to load vars for managed_node3 138029 1726888127.08917: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888127.08920: Calling groups_plugins_play to load vars for managed_node3 138029 1726888127.09279: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888127.09661: done with get_vars() 138029 1726888127.09673: 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:08:47 -0400 (0:00:00.024) 0:02:19.820 ****** 138029 1726888127.09733: entering _queue_task() for managed_node3/include_tasks 138029 1726888127.09924: worker is 1 (out of 1 available) 138029 1726888127.09938: exiting _queue_task() for managed_node3/include_tasks 138029 1726888127.09950: done queuing things up, now waiting for results queue to drain 138029 1726888127.09952: waiting for pending results... 138029 1726888127.10122: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 138029 1726888127.10208: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014cf 138029 1726888127.10220: variable 'ansible_search_path' from source: unknown 138029 1726888127.10224: variable 'ansible_search_path' from source: unknown 138029 1726888127.10249: calling self._execute() 138029 1726888127.10328: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.10332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.10341: variable 'omit' from source: magic vars 138029 1726888127.10619: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888127.10810: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888127.10846: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888127.10873: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888127.10899: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888127.10960: 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) 138029 1726888127.10980: 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) 138029 1726888127.10997: 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) 138029 1726888127.11014: 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) 138029 1726888127.11115: variable 'storage_skip_checks' from source: set_fact 138029 1726888127.11129: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 138029 1726888127.11132: when evaluation is False, skipping this task 138029 1726888127.11135: _execute() done 138029 1726888127.11138: dumping result to json 138029 1726888127.11140: done dumping result, returning 138029 1726888127.11146: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-5a58-73a2-0000000014cf] 138029 1726888127.11149: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014cf 138029 1726888127.11238: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014cf 138029 1726888127.11241: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888127.11306: no more pending results, returning what we have 138029 1726888127.11309: results queue empty 138029 1726888127.11310: checking for any_errors_fatal 138029 1726888127.11316: done checking for any_errors_fatal 138029 1726888127.11317: checking for max_fail_percentage 138029 1726888127.11318: done checking for max_fail_percentage 138029 1726888127.11319: checking to see if all hosts have failed and the running result is not ok 138029 1726888127.11319: done checking to see if all hosts have failed 138029 1726888127.11320: getting the remaining hosts for this loop 138029 1726888127.11321: done getting the remaining hosts for this loop 138029 1726888127.11324: getting the next task for host managed_node3 138029 1726888127.11329: done getting next task for host managed_node3 138029 1726888127.11331: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 138029 1726888127.11335: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888127.11349: getting variables 138029 1726888127.11350: in VariableManager get_vars() 138029 1726888127.11381: Calling all_inventory to load vars for managed_node3 138029 1726888127.11383: Calling groups_inventory to load vars for managed_node3 138029 1726888127.11385: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888127.11393: Calling all_plugins_play to load vars for managed_node3 138029 1726888127.11395: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888127.11397: Calling groups_plugins_play to load vars for managed_node3 138029 1726888127.11737: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888127.12115: done with get_vars() 138029 1726888127.12125: done getting variables 138029 1726888127.12167: 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:08:47 -0400 (0:00:00.024) 0:02:19.845 ****** 138029 1726888127.12190: entering _queue_task() for managed_node3/package 138029 1726888127.12373: worker is 1 (out of 1 available) 138029 1726888127.12388: exiting _queue_task() for managed_node3/package 138029 1726888127.12399: done queuing things up, now waiting for results queue to drain 138029 1726888127.12401: waiting for pending results... 138029 1726888127.12569: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 138029 1726888127.12642: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014d0 138029 1726888127.12654: variable 'ansible_search_path' from source: unknown 138029 1726888127.12660: variable 'ansible_search_path' from source: unknown 138029 1726888127.12685: calling self._execute() 138029 1726888127.12767: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.12772: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.12777: variable 'omit' from source: magic vars 138029 1726888127.13054: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888127.13244: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888127.13282: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888127.13304: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888127.13328: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888127.13390: 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) 138029 1726888127.13408: 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) 138029 1726888127.13426: 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) 138029 1726888127.13442: 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) 138029 1726888127.13545: variable 'storage_skip_checks' from source: set_fact 138029 1726888127.13565: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 138029 1726888127.13569: when evaluation is False, skipping this task 138029 1726888127.13572: _execute() done 138029 1726888127.13574: dumping result to json 138029 1726888127.13576: done dumping result, returning 138029 1726888127.13579: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-5a58-73a2-0000000014d0] 138029 1726888127.13584: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d0 138029 1726888127.13680: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d0 138029 1726888127.13683: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888127.13745: no more pending results, returning what we have 138029 1726888127.13748: results queue empty 138029 1726888127.13749: checking for any_errors_fatal 138029 1726888127.13754: done checking for any_errors_fatal 138029 1726888127.13754: checking for max_fail_percentage 138029 1726888127.13758: done checking for max_fail_percentage 138029 1726888127.13759: checking to see if all hosts have failed and the running result is not ok 138029 1726888127.13760: done checking to see if all hosts have failed 138029 1726888127.13760: getting the remaining hosts for this loop 138029 1726888127.13765: done getting the remaining hosts for this loop 138029 1726888127.13773: getting the next task for host managed_node3 138029 1726888127.13778: done getting next task for host managed_node3 138029 1726888127.13781: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 138029 1726888127.13784: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888127.13799: getting variables 138029 1726888127.13800: in VariableManager get_vars() 138029 1726888127.13824: Calling all_inventory to load vars for managed_node3 138029 1726888127.13825: Calling groups_inventory to load vars for managed_node3 138029 1726888127.13827: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888127.13832: Calling all_plugins_play to load vars for managed_node3 138029 1726888127.13834: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888127.13836: Calling groups_plugins_play to load vars for managed_node3 138029 1726888127.14179: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888127.14557: done with get_vars() 138029 1726888127.14570: 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:08:47 -0400 (0:00:00.024) 0:02:19.869 ****** 138029 1726888127.14627: entering _queue_task() for managed_node3/service_facts 138029 1726888127.14814: worker is 1 (out of 1 available) 138029 1726888127.14827: exiting _queue_task() for managed_node3/service_facts 138029 1726888127.14839: done queuing things up, now waiting for results queue to drain 138029 1726888127.14840: waiting for pending results... 138029 1726888127.15008: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts 138029 1726888127.15083: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014d1 138029 1726888127.15093: variable 'ansible_search_path' from source: unknown 138029 1726888127.15097: variable 'ansible_search_path' from source: unknown 138029 1726888127.15122: calling self._execute() 138029 1726888127.15202: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.15205: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.15213: variable 'omit' from source: magic vars 138029 1726888127.15486: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888127.15680: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888127.15712: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888127.15745: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888127.15775: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888127.15836: 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) 138029 1726888127.15856: 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) 138029 1726888127.15877: 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) 138029 1726888127.15895: 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) 138029 1726888127.15998: variable 'storage_skip_checks' from source: set_fact 138029 1726888127.16014: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 138029 1726888127.16017: when evaluation is False, skipping this task 138029 1726888127.16019: _execute() done 138029 1726888127.16022: dumping result to json 138029 1726888127.16024: done dumping result, returning 138029 1726888127.16031: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-5a58-73a2-0000000014d1] 138029 1726888127.16035: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d1 138029 1726888127.16117: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d1 138029 1726888127.16120: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888127.16193: no more pending results, returning what we have 138029 1726888127.16195: results queue empty 138029 1726888127.16196: checking for any_errors_fatal 138029 1726888127.16202: done checking for any_errors_fatal 138029 1726888127.16202: checking for max_fail_percentage 138029 1726888127.16204: done checking for max_fail_percentage 138029 1726888127.16204: checking to see if all hosts have failed and the running result is not ok 138029 1726888127.16205: done checking to see if all hosts have failed 138029 1726888127.16206: getting the remaining hosts for this loop 138029 1726888127.16207: done getting the remaining hosts for this loop 138029 1726888127.16210: getting the next task for host managed_node3 138029 1726888127.16215: done getting next task for host managed_node3 138029 1726888127.16219: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 138029 1726888127.16222: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888127.16239: getting variables 138029 1726888127.16241: in VariableManager get_vars() 138029 1726888127.16269: Calling all_inventory to load vars for managed_node3 138029 1726888127.16272: Calling groups_inventory to load vars for managed_node3 138029 1726888127.16274: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888127.16281: Calling all_plugins_play to load vars for managed_node3 138029 1726888127.16283: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888127.16286: Calling groups_plugins_play to load vars for managed_node3 138029 1726888127.16801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888127.17165: done with get_vars() 138029 1726888127.17175: done getting variables 138029 1726888127.17211: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:08:47 -0400 (0:00:00.026) 0:02:19.895 ****** 138029 1726888127.17231: entering _queue_task() for managed_node3/set_fact 138029 1726888127.17414: worker is 1 (out of 1 available) 138029 1726888127.17427: exiting _queue_task() for managed_node3/set_fact 138029 1726888127.17439: done queuing things up, now waiting for results queue to drain 138029 1726888127.17440: waiting for pending results... 138029 1726888127.17616: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 138029 1726888127.17710: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014d2 138029 1726888127.17721: variable 'ansible_search_path' from source: unknown 138029 1726888127.17724: variable 'ansible_search_path' from source: unknown 138029 1726888127.17749: calling self._execute() 138029 1726888127.17832: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.17836: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.17844: variable 'omit' from source: magic vars 138029 1726888127.17924: variable 'omit' from source: magic vars 138029 1726888127.17969: variable 'omit' from source: magic vars 138029 1726888127.18233: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888127.23353: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888127.23395: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888127.23420: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888127.23445: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888127.23476: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888127.23523: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888127.23543: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888127.23567: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888127.23592: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888127.23602: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888127.23633: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888127.23648: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888127.23671: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888127.23695: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888127.23705: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888127.23743: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888127.23766: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888127.23782: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888127.23806: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888127.23816: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888127.23846: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888127.23867: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888127.23986: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888127.23989: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888127.23991: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888127.23994: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888127.23996: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888127.23998: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888127.24001: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888127.24012: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888127.24170: variable 'ansible_facts' from source: unknown 138029 1726888127.24335: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888127.24448: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888127.24476: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888127.24497: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888127.24517: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888127.24552: 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) 138029 1726888127.24568: 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) 138029 1726888127.24586: 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) 138029 1726888127.24602: 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) 138029 1726888127.24922: variable 'omit' from source: magic vars 138029 1726888127.24939: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888127.24957: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888127.24970: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888127.24985: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888127.24991: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888127.25003: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888127.25014: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888127.25115: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888127.25118: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.25121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.25146: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888127.25150: Set connection var ansible_timeout to 10 138029 1726888127.25157: Set connection var ansible_pipelining to False 138029 1726888127.25160: Set connection var ansible_shell_type to sh 138029 1726888127.25164: Set connection var ansible_connection to ssh 138029 1726888127.25167: Set connection var ansible_shell_executable to /bin/sh 138029 1726888127.25186: variable 'ansible_shell_executable' from source: unknown 138029 1726888127.25189: variable 'ansible_connection' from source: unknown 138029 1726888127.25192: variable 'ansible_module_compression' from source: unknown 138029 1726888127.25194: variable 'ansible_shell_type' from source: unknown 138029 1726888127.25196: variable 'ansible_shell_executable' from source: unknown 138029 1726888127.25198: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.25202: variable 'ansible_pipelining' from source: unknown 138029 1726888127.25205: variable 'ansible_timeout' from source: unknown 138029 1726888127.25209: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.25276: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888127.25284: variable 'omit' from source: magic vars 138029 1726888127.25289: starting attempt loop 138029 1726888127.25292: running the handler 138029 1726888127.25299: handler run complete 138029 1726888127.25305: attempt loop complete, returning result 138029 1726888127.25308: _execute() done 138029 1726888127.25310: dumping result to json 138029 1726888127.25313: done dumping result, returning 138029 1726888127.25319: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-5a58-73a2-0000000014d2] 138029 1726888127.25328: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d2 138029 1726888127.25403: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d2 138029 1726888127.25406: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 138029 1726888127.25502: no more pending results, returning what we have 138029 1726888127.25505: results queue empty 138029 1726888127.25506: checking for any_errors_fatal 138029 1726888127.25512: done checking for any_errors_fatal 138029 1726888127.25513: checking for max_fail_percentage 138029 1726888127.25514: done checking for max_fail_percentage 138029 1726888127.25516: checking to see if all hosts have failed and the running result is not ok 138029 1726888127.25517: done checking to see if all hosts have failed 138029 1726888127.25517: getting the remaining hosts for this loop 138029 1726888127.25519: done getting the remaining hosts for this loop 138029 1726888127.25522: getting the next task for host managed_node3 138029 1726888127.25530: done getting next task for host managed_node3 138029 1726888127.25534: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 138029 1726888127.25537: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888127.25557: getting variables 138029 1726888127.25558: in VariableManager get_vars() 138029 1726888127.25593: Calling all_inventory to load vars for managed_node3 138029 1726888127.25596: Calling groups_inventory to load vars for managed_node3 138029 1726888127.25598: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888127.25606: Calling all_plugins_play to load vars for managed_node3 138029 1726888127.25609: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888127.25611: Calling groups_plugins_play to load vars for managed_node3 138029 1726888127.29918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888127.30337: done with get_vars() 138029 1726888127.30348: 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:08:47 -0400 (0:00:00.131) 0:02:20.027 ****** 138029 1726888127.30408: entering _queue_task() for managed_node3/systemd 138029 1726888127.30648: worker is 1 (out of 1 available) 138029 1726888127.30665: exiting _queue_task() for managed_node3/systemd 138029 1726888127.30678: done queuing things up, now waiting for results queue to drain 138029 1726888127.30680: waiting for pending results... 138029 1726888127.30983: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 138029 1726888127.31093: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014d4 138029 1726888127.31113: variable 'ansible_search_path' from source: unknown 138029 1726888127.31121: variable 'ansible_search_path' from source: unknown 138029 1726888127.31186: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888127.31432: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888127.31498: dumping result to json 138029 1726888127.31507: done dumping result, returning 138029 1726888127.31519: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-5a58-73a2-0000000014d4] 138029 1726888127.31532: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d4 skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888127.31734: no more pending results, returning what we have 138029 1726888127.31737: results queue empty 138029 1726888127.31738: checking for any_errors_fatal 138029 1726888127.31749: done checking for any_errors_fatal 138029 1726888127.31750: checking for max_fail_percentage 138029 1726888127.31752: done checking for max_fail_percentage 138029 1726888127.31753: checking to see if all hosts have failed and the running result is not ok 138029 1726888127.31753: done checking to see if all hosts have failed 138029 1726888127.31754: getting the remaining hosts for this loop 138029 1726888127.31758: done getting the remaining hosts for this loop 138029 1726888127.31764: getting the next task for host managed_node3 138029 1726888127.31771: done getting next task for host managed_node3 138029 1726888127.31775: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 138029 1726888127.31781: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888127.31805: getting variables 138029 1726888127.31807: in VariableManager get_vars() 138029 1726888127.31845: Calling all_inventory to load vars for managed_node3 138029 1726888127.31848: Calling groups_inventory to load vars for managed_node3 138029 1726888127.31851: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888127.32068: Calling all_plugins_play to load vars for managed_node3 138029 1726888127.32072: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888127.32077: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d4 138029 1726888127.32080: WORKER PROCESS EXITING 138029 1726888127.32083: Calling groups_plugins_play to load vars for managed_node3 138029 1726888127.32744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888127.33438: done with get_vars() 138029 1726888127.33449: 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:08:47 -0400 (0:00:00.031) 0:02:20.058 ****** 138029 1726888127.33521: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888127.33728: worker is 1 (out of 1 available) 138029 1726888127.33742: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888127.33753: done queuing things up, now waiting for results queue to drain 138029 1726888127.33757: waiting for pending results... 138029 1726888127.33940: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 138029 1726888127.34045: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014d5 138029 1726888127.34058: variable 'ansible_search_path' from source: unknown 138029 1726888127.34061: variable 'ansible_search_path' from source: unknown 138029 1726888127.34090: calling self._execute() 138029 1726888127.34178: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.34185: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.34194: variable 'omit' from source: magic vars 138029 1726888127.34290: variable 'omit' from source: magic vars 138029 1726888127.34337: variable 'omit' from source: magic vars 138029 1726888127.34515: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888127.36761: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888127.36765: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888127.36767: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888127.36770: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888127.36772: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888127.36826: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888127.36864: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888127.36895: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888127.36938: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888127.36959: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888127.37062: variable 'storage_pools' from source: include params 138029 1726888127.37080: variable 'unused_disks' from source: set_fact 138029 1726888127.37152: variable 'unused_disks' from source: set_fact 138029 1726888127.37215: variable 'volume1_size' from source: play vars 138029 1726888127.37284: variable 'volume1_size' from source: play vars 138029 1726888127.37295: variable 'mount_location1' from source: play vars 138029 1726888127.37361: variable 'mount_location1' from source: play vars 138029 1726888127.37374: variable 'volume2_size' from source: play vars 138029 1726888127.37435: variable 'volume2_size' from source: play vars 138029 1726888127.37447: variable 'mount_location2' from source: play vars 138029 1726888127.37509: variable 'mount_location2' from source: play vars 138029 1726888127.37522: variable 'volume3_size' from source: play vars 138029 1726888127.37586: variable 'volume3_size' from source: play vars 138029 1726888127.37600: variable 'mount_location3' from source: play vars 138029 1726888127.37662: variable 'mount_location3' from source: play vars 138029 1726888127.37837: variable 'storage_use_partitions' from source: play vars 138029 1726888127.37847: variable 'storage_disklabel_type' from source: role '' defaults 138029 1726888127.37858: variable 'storage_pool_defaults' from source: role '' defaults 138029 1726888127.37919: variable 'storage_pool_defaults' from source: role '' defaults 138029 1726888127.37985: variable 'storage_volume_defaults' from source: role '' defaults 138029 1726888127.38045: variable 'storage_volume_defaults' from source: role '' defaults 138029 1726888127.38148: variable 'storage_safe_mode' from source: play vars 138029 1726888127.38227: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888127.38257: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888127.38287: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888127.38328: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888127.38350: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888127.38415: variable 'omit' from source: magic vars 138029 1726888127.38435: variable 'omit' from source: magic vars 138029 1726888127.38465: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888127.38494: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888127.38513: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888127.38531: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888127.38761: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888127.38764: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888127.38767: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888127.38770: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888127.38772: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.38774: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.38776: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888127.38779: Set connection var ansible_timeout to 10 138029 1726888127.38781: Set connection var ansible_pipelining to False 138029 1726888127.38783: Set connection var ansible_shell_type to sh 138029 1726888127.38785: Set connection var ansible_connection to ssh 138029 1726888127.38787: Set connection var ansible_shell_executable to /bin/sh 138029 1726888127.38797: variable 'ansible_shell_executable' from source: unknown 138029 1726888127.38804: variable 'ansible_connection' from source: unknown 138029 1726888127.38811: variable 'ansible_module_compression' from source: unknown 138029 1726888127.38817: variable 'ansible_shell_type' from source: unknown 138029 1726888127.38823: variable 'ansible_shell_executable' from source: unknown 138029 1726888127.38829: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888127.38845: variable 'ansible_pipelining' from source: unknown 138029 1726888127.38851: variable 'ansible_timeout' from source: unknown 138029 1726888127.38862: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888127.38993: 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) 138029 1726888127.39031: variable 'omit' from source: magic vars 138029 1726888127.39046: starting attempt loop 138029 1726888127.39053: running the handler 138029 1726888127.39073: _low_level_execute_command(): starting 138029 1726888127.39083: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888127.39873: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888127.39924: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888127.39945: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888127.39981: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888127.40073: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888127.42073: stdout chunk (state=3): >>>/root <<< 138029 1726888127.42261: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888127.42265: stdout chunk (state=3): >>><<< 138029 1726888127.42267: stderr chunk (state=3): >>><<< 138029 1726888127.42270: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888127.42273: _low_level_execute_command(): starting 138029 1726888127.42275: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888127.4219208-142178-128447729597276 `" && echo ansible-tmp-1726888127.4219208-142178-128447729597276="` echo /root/.ansible/tmp/ansible-tmp-1726888127.4219208-142178-128447729597276 `" ) && sleep 0' 138029 1726888127.42929: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888127.42944: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888127.42961: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888127.43071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888127.43085: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888127.43100: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888127.43179: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888127.46088: stdout chunk (state=3): >>>ansible-tmp-1726888127.4219208-142178-128447729597276=/root/.ansible/tmp/ansible-tmp-1726888127.4219208-142178-128447729597276 <<< 138029 1726888127.46251: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888127.46286: stderr chunk (state=3): >>><<< 138029 1726888127.46292: stdout chunk (state=3): >>><<< 138029 1726888127.46310: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888127.4219208-142178-128447729597276=/root/.ansible/tmp/ansible-tmp-1726888127.4219208-142178-128447729597276 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888127.46359: variable 'ansible_module_compression' from source: unknown 138029 1726888127.46410: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 138029 1726888127.46443: variable 'ansible_facts' from source: unknown 138029 1726888127.46519: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888127.4219208-142178-128447729597276/AnsiballZ_blivet.py 138029 1726888127.46621: Sending initial data 138029 1726888127.46624: Sent initial data (157 bytes) 138029 1726888127.47059: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888127.47062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888127.47065: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888127.47071: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888127.47074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888127.47141: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888127.47143: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888127.47225: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888127.49833: 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" <<< 138029 1726888127.49843: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888127.49911: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888127.49966: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmppcqj9wml /root/.ansible/tmp/ansible-tmp-1726888127.4219208-142178-128447729597276/AnsiballZ_blivet.py <<< 138029 1726888127.49970: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888127.4219208-142178-128447729597276/AnsiballZ_blivet.py" <<< 138029 1726888127.50020: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmppcqj9wml" to remote "/root/.ansible/tmp/ansible-tmp-1726888127.4219208-142178-128447729597276/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888127.4219208-142178-128447729597276/AnsiballZ_blivet.py" <<< 138029 1726888127.50758: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888127.50797: stderr chunk (state=3): >>><<< 138029 1726888127.50800: stdout chunk (state=3): >>><<< 138029 1726888127.50818: done transferring module to remote 138029 1726888127.50830: _low_level_execute_command(): starting 138029 1726888127.50833: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888127.4219208-142178-128447729597276/ /root/.ansible/tmp/ansible-tmp-1726888127.4219208-142178-128447729597276/AnsiballZ_blivet.py && sleep 0' 138029 1726888127.51253: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888127.51258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888127.51260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888127.51265: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888127.51267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888127.51310: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888127.51314: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888127.51374: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888127.55033: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888127.55052: stderr chunk (state=3): >>><<< 138029 1726888127.55057: stdout chunk (state=3): >>><<< 138029 1726888127.55071: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888127.55074: _low_level_execute_command(): starting 138029 1726888127.55079: _low_level_execute_command(): using become for this command 138029 1726888127.55089: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-tgxcztpzuiejobtpdfrfyvgpvnvpqzru ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888127.4219208-142178-128447729597276/AnsiballZ_blivet.py'"'"' && sleep 0' 138029 1726888127.55192: Initial state: awaiting_escalation: BECOME-SUCCESS-tgxcztpzuiejobtpdfrfyvgpvnvpqzru 138029 1726888127.55781: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888127.55802: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888127.55837: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888127.55905: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888127.61441: stdout chunk (state=1): >>>BECOME-SUCCESS-tgxcztpzuiejobtpdfrfyvgpvnvpqzru <<< 138029 1726888127.61444: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-tgxcztpzuiejobtpdfrfyvgpvnvpqzru' 138029 1726888127.62151: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888127.62177: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888127.62187: stdout chunk (state=3): >>> <<< 138029 1726888127.62204: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888127.62209: stdout chunk (state=3): >>> <<< 138029 1726888127.62602: 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' import '_codecs' # import 'codecs' # <<< 138029 1726888127.62605: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 138029 1726888127.62659: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888127.62688: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf33bc3e0> <<< 138029 1726888127.62747: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf338ba10> <<< 138029 1726888127.62782: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888127.62812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888127.62877: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf33be930> import '_signal' # <<< 138029 1726888127.62924: stdout chunk (state=3): >>> import '_abc' # <<< 138029 1726888127.63024: stdout chunk (state=3): >>> import 'abc' # import 'io' # <<< 138029 1726888127.63219: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888127.63313: stdout chunk (state=3): >>> import 'stat' # import '_collections_abc' # <<< 138029 1726888127.63422: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # <<< 138029 1726888127.63499: stdout chunk (state=3): >>> Processing user site-packages<<< 138029 1726888127.63535: stdout chunk (state=3): >>> Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888127.63549: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888127.63608: 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<<< 138029 1726888127.63638: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888127.63860: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf33ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'<<< 138029 1726888127.63945: stdout chunk (state=3): >>> import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf33cdfd0> <<< 138029 1726888127.64020: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888127.64066: 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.<<< 138029 1726888127.64128: stdout chunk (state=3): >>> <<< 138029 1726888127.64545: 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'<<< 138029 1726888127.64653: 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'<<< 138029 1726888127.64733: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888127.64865: 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<<< 138029 1726888127.64970: stdout chunk (state=3): >>> <<< 138029 1726888127.65044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31d3da0> <<< 138029 1726888127.65090: 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'<<< 138029 1726888127.65127: stdout chunk (state=3): >>> import '_operator' # <<< 138029 1726888127.65195: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31d3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888127.65278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888127.65400: 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' <<< 138029 1726888127.65471: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888127.65538: 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 0x7f8bf3203740> <<< 138029 1726888127.65630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888127.65678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf3203dd0><<< 138029 1726888127.65701: stdout chunk (state=3): >>> import '_collections' # <<< 138029 1726888127.65835: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31e3a70> import '_functools' # <<< 138029 1726888127.65846: stdout chunk (state=3): >>> <<< 138029 1726888127.65932: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31e1190> <<< 138029 1726888127.66117: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31d0f50> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py<<< 138029 1726888127.66169: stdout chunk (state=3): >>> <<< 138029 1726888127.66181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'<<< 138029 1726888127.66248: stdout chunk (state=3): >>> <<< 138029 1726888127.66283: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888127.66349: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py<<< 138029 1726888127.66363: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888127.66435: 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'<<< 138029 1726888127.66541: stdout chunk (state=3): >>> import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf3227680> <<< 138029 1726888127.66619: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf32262a0> <<< 138029 1726888127.66697: 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' <<< 138029 1726888127.66700: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31e2180><<< 138029 1726888127.66778: stdout chunk (state=3): >>> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31d2810> <<< 138029 1726888127.66891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py<<< 138029 1726888127.66895: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 138029 1726888127.66992: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf3258680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31d01d0> <<< 138029 1726888127.67031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 138029 1726888127.67107: 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' <<< 138029 1726888127.67110: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf3258b30><<< 138029 1726888127.67133: stdout chunk (state=3): >>> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf32589e0><<< 138029 1726888127.67204: stdout chunk (state=3): >>> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888127.67242: stdout chunk (state=3): >>> # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888127.67254: stdout chunk (state=3): >>> import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf3258da0> <<< 138029 1726888127.67358: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31c6cf0> <<< 138029 1726888127.67469: 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'<<< 138029 1726888127.67515: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py<<< 138029 1726888127.67529: stdout chunk (state=3): >>> <<< 138029 1726888127.67566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'<<< 138029 1726888127.67599: stdout chunk (state=3): >>> import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf3259460><<< 138029 1726888127.67612: stdout chunk (state=3): >>> <<< 138029 1726888127.67654: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf3259130> <<< 138029 1726888127.67716: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888127.67734: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py<<< 138029 1726888127.67744: stdout chunk (state=3): >>> <<< 138029 1726888127.67769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888127.67805: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf325a360><<< 138029 1726888127.67860: stdout chunk (state=3): >>> import 'importlib.util' # <<< 138029 1726888127.67866: stdout chunk (state=3): >>> <<< 138029 1726888127.67899: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888127.67945: stdout chunk (state=3): >>> <<< 138029 1726888127.67948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py<<< 138029 1726888127.67967: stdout chunk (state=3): >>> <<< 138029 1726888127.68014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'<<< 138029 1726888127.68064: stdout chunk (state=3): >>> <<< 138029 1726888127.68090: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888127.68114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf3270560><<< 138029 1726888127.68147: stdout chunk (state=3): >>> import 'errno' # <<< 138029 1726888127.68154: stdout chunk (state=3): >>> <<< 138029 1726888127.68201: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888127.68230: stdout chunk (state=3): >>> # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888127.68248: stdout chunk (state=3): >>> import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf3271c10><<< 138029 1726888127.68304: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py<<< 138029 1726888127.68322: stdout chunk (state=3): >>> <<< 138029 1726888127.68375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888127.68412: 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'<<< 138029 1726888127.68419: stdout chunk (state=3): >>> <<< 138029 1726888127.68499: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf3272ab0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888127.68515: stdout chunk (state=3): >>> <<< 138029 1726888127.68531: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888127.68542: stdout chunk (state=3): >>> <<< 138029 1726888127.68570: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf3273110><<< 138029 1726888127.68599: stdout chunk (state=3): >>> <<< 138029 1726888127.68602: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf3272000><<< 138029 1726888127.68614: stdout chunk (state=3): >>> <<< 138029 1726888127.68649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py<<< 138029 1726888127.68689: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'<<< 138029 1726888127.68693: stdout chunk (state=3): >>> <<< 138029 1726888127.68859: 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 0x7f8bf3273b90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf32732c0> <<< 138029 1726888127.68891: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf325a2d0> <<< 138029 1726888127.68922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py<<< 138029 1726888127.68988: stdout chunk (state=3): >>> <<< 138029 1726888127.68992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'<<< 138029 1726888127.69005: stdout chunk (state=3): >>> <<< 138029 1726888127.69042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py<<< 138029 1726888127.69046: stdout chunk (state=3): >>> <<< 138029 1726888127.69134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888127.69149: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888127.69160: stdout chunk (state=3): >>> <<< 138029 1726888127.69175: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888127.69187: stdout chunk (state=3): >>> <<< 138029 1726888127.69237: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf2fbfaa0> <<< 138029 1726888127.69242: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888127.69264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'<<< 138029 1726888127.69270: stdout chunk (state=3): >>> <<< 138029 1726888127.69309: 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'<<< 138029 1726888127.69333: stdout chunk (state=3): >>> import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf2fe8560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2fe82c0><<< 138029 1726888127.69377: stdout chunk (state=3): >>> <<< 138029 1726888127.69384: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888127.69388: stdout chunk (state=3): >>> <<< 138029 1726888127.69399: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888127.69452: stdout chunk (state=3): >>> import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf2fe8500> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py<<< 138029 1726888127.69458: stdout chunk (state=3): >>> <<< 138029 1726888127.69490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'<<< 138029 1726888127.69503: stdout chunk (state=3): >>> <<< 138029 1726888127.69661: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888127.69853: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888127.69945: stdout chunk (state=3): >>> import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf2fe8e30> <<< 138029 1726888127.70117: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888127.70123: stdout chunk (state=3): >>> <<< 138029 1726888127.70148: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888127.70162: stdout chunk (state=3): >>> <<< 138029 1726888127.70182: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf2fe9760><<< 138029 1726888127.70185: stdout chunk (state=3): >>> <<< 138029 1726888127.70210: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2fe86e0><<< 138029 1726888127.70215: stdout chunk (state=3): >>> <<< 138029 1726888127.70253: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2fbdc70><<< 138029 1726888127.70303: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py<<< 138029 1726888127.70309: stdout chunk (state=3): >>> <<< 138029 1726888127.70352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'<<< 138029 1726888127.70366: stdout chunk (state=3): >>> <<< 138029 1726888127.70406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py<<< 138029 1726888127.70435: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'<<< 138029 1726888127.70448: stdout chunk (state=3): >>> <<< 138029 1726888127.70473: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2feab70><<< 138029 1726888127.70521: stdout chunk (state=3): >>> <<< 138029 1726888127.70538: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2fe98b0><<< 138029 1726888127.70541: stdout chunk (state=3): >>> <<< 138029 1726888127.70584: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf325aa80><<< 138029 1726888127.70636: stdout chunk (state=3): >>> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py<<< 138029 1726888127.70648: stdout chunk (state=3): >>> <<< 138029 1726888127.70757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'<<< 138029 1726888127.70769: stdout chunk (state=3): >>> <<< 138029 1726888127.70804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py<<< 138029 1726888127.70868: stdout chunk (state=3): >>> <<< 138029 1726888127.70882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'<<< 138029 1726888127.70890: stdout chunk (state=3): >>> <<< 138029 1726888127.71073: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf3016ed0> <<< 138029 1726888127.71151: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888127.71239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888127.71277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py<<< 138029 1726888127.71322: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888127.71412: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf303f2c0> <<< 138029 1726888127.71444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py<<< 138029 1726888127.71547: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'<<< 138029 1726888127.71550: stdout chunk (state=3): >>> <<< 138029 1726888127.71667: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888127.71671: stdout chunk (state=3): >>> <<< 138029 1726888127.71738: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py<<< 138029 1726888127.71741: stdout chunk (state=3): >>> <<< 138029 1726888127.71758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'<<< 138029 1726888127.71770: stdout chunk (state=3): >>> import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf30980e0><<< 138029 1726888127.71803: stdout chunk (state=3): >>> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py<<< 138029 1726888127.71806: stdout chunk (state=3): >>> <<< 138029 1726888127.71880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'<<< 138029 1726888127.71894: stdout chunk (state=3): >>> <<< 138029 1726888127.72146: 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 0x7f8bf309a840><<< 138029 1726888127.72149: stdout chunk (state=3): >>> <<< 138029 1726888127.72302: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf3098200><<< 138029 1726888127.72323: stdout chunk (state=3): >>> <<< 138029 1726888127.72393: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf303ff50> <<< 138029 1726888127.72434: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py<<< 138029 1726888127.72442: stdout chunk (state=3): >>> <<< 138029 1726888127.72468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'<<< 138029 1726888127.72499: stdout chunk (state=3): >>> <<< 138029 1726888127.72502: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2929190><<< 138029 1726888127.72505: stdout chunk (state=3): >>> <<< 138029 1726888127.72538: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf303e0c0><<< 138029 1726888127.72564: stdout chunk (state=3): >>> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2febaa0><<< 138029 1726888127.72628: stdout chunk (state=3): >>> <<< 138029 1726888127.73003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888127.73018: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8bf303e6c0> <<< 138029 1726888127.73728: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_orsle_hk/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 138029 1726888127.73975: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.74007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888127.74074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888127.74364: 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 0x7f8bf2976e10> <<< 138029 1726888127.74441: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888127.74790: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2959d00> <<< 138029 1726888127.74811: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2958e90> # zipimport: zlib available <<< 138029 1726888127.74836: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888127.74877: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888127.74919: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888127.75052: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.77596: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.78942: 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 0x7f8bf2974ce0> <<< 138029 1726888127.78954: 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 0x7f8bf29ae6f0> <<< 138029 1726888127.78993: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf29ae4b0> <<< 138029 1726888127.79022: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf29addc0> <<< 138029 1726888127.79050: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888127.79073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888127.79109: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf29ae7b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2fe8440> import 'atexit' # <<< 138029 1726888127.79135: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888127.79142: 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 0x7f8bf29af410> <<< 138029 1726888127.79177: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888127.79181: 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 0x7f8bf29af5f0> <<< 138029 1726888127.79209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888127.79267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888127.79270: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888127.79323: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf29afb00> <<< 138029 1726888127.79329: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888127.79352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888127.79383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888127.79421: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf28158e0> <<< 138029 1726888127.79453: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888127.79461: 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 0x7f8bf2817500> <<< 138029 1726888127.79475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888127.79499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888127.79559: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2817e00> <<< 138029 1726888127.79610: 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' <<< 138029 1726888127.79633: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2818fb0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888127.79734: 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' <<< 138029 1726888127.79810: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf281bad0> <<< 138029 1726888127.79864: 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 0x7f8bf281be30> <<< 138029 1726888127.79903: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2819d90> <<< 138029 1726888127.79912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888127.79967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888127.79970: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888127.80018: 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 <<< 138029 1726888127.80021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888127.80061: 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 0x7f8bf2823a70> import '_tokenize' # <<< 138029 1726888127.80153: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2822540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf28222a0> <<< 138029 1726888127.80172: 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' <<< 138029 1726888127.80239: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf28227b0> <<< 138029 1726888127.80278: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf281a2a0> <<< 138029 1726888127.80310: 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 0x7f8bf2867d40> <<< 138029 1726888127.80345: 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 0x7f8bf2867dd0> <<< 138029 1726888127.80370: 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 <<< 138029 1726888127.80400: 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' <<< 138029 1726888127.80464: 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 0x7f8bf28698e0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf28696a0> <<< 138029 1726888127.80489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888127.80697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888127.80733: 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 0x7f8bf286be30> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2869fa0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888127.80808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888127.80811: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888127.80830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888127.80870: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf286f620> <<< 138029 1726888127.81003: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf286bfb0> <<< 138029 1726888127.81088: 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 0x7f8bf2870110> <<< 138029 1726888127.81113: 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 0x7f8bf28707a0> <<< 138029 1726888127.81187: 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 0x7f8bf2870830> <<< 138029 1726888127.81460: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2867ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888127.81465: 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 0x7f8bf2873fe0> <<< 138029 1726888127.81469: 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 0x7f8bf28fcf20> <<< 138029 1726888127.81473: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2872750> <<< 138029 1726888127.81512: 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 0x7f8bf2873b00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2872360> # zipimport: zlib available <<< 138029 1726888127.81546: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888127.81686: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.81848: 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 <<< 138029 1726888127.81977: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.82097: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.82691: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.83252: 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' # <<< 138029 1726888127.83301: 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' <<< 138029 1726888127.83380: 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 0x7f8bf2701160> <<< 138029 1726888127.83426: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888127.83472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888127.83841: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2702000> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2873260> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888127.84065: 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 0x7f8bf27020f0> # zipimport: zlib available <<< 138029 1726888127.84497: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.84954: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.85036: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.85109: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888127.85134: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.85170: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.85209: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888127.85282: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.85398: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888127.85415: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888127.85437: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888127.85473: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.85516: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888127.85746: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.85978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888127.86054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888127.86064: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888127.86128: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2703110> # zipimport: zlib available <<< 138029 1726888127.86213: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.86310: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888127.86313: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888127.86334: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.86371: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.86417: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888127.86426: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.86470: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.86513: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.86573: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.86701: 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' <<< 138029 1726888127.86766: 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 0x7f8bf270dac0> <<< 138029 1726888127.86960: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf270ac90> <<< 138029 1726888127.86999: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888127.87031: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888127.87073: 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 <<< 138029 1726888127.87100: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888127.87135: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888127.87250: 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 <<< 138029 1726888127.87722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2802540> <<< 138029 1726888127.87726: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf29de210> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf270db50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2701d60> # 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' # <<< 138029 1726888127.87729: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.87731: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 138029 1726888127.87769: 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' # # zipimport: zlib available <<< 138029 1726888127.89257: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.90611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888127.90681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888127.90704: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888127.90731: 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 <<< 138029 1726888127.90760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888127.90817: 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 0x7f8bf23cc620> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2787a40> <<< 138029 1726888127.90882: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2784350> <<< 138029 1726888127.91032: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf27a3860> <<< 138029 1726888127.91071: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888127.91211: 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' <<< 138029 1726888127.91249: 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 0x7f8bf23de2d0> <<< 138029 1726888127.91410: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf23ddee0> # /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' <<< 138029 1726888127.91413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888127.91453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2400a10> # /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' <<< 138029 1726888127.91487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888127.91499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2401c40> <<< 138029 1726888127.91560: 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 0x7f8bf2401580> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf24013d0> <<< 138029 1726888127.91736: 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 0x7f8bf2403fe0> <<< 138029 1726888127.91799: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2403da0> <<< 138029 1726888127.91812: 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' <<< 138029 1726888127.91971: 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 <<< 138029 1726888127.91996: 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 0x7f8bf2405d60> <<< 138029 1726888127.92037: 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 0x7f8bf2405ac0> <<< 138029 1726888127.92065: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2405460> <<< 138029 1726888127.92110: 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 <<< 138029 1726888127.92139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 138029 1726888127.92235: 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' <<< 138029 1726888127.92258: 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 0x7f8bf2408b30> # /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 0x7f8bf2408ec0> <<< 138029 1726888127.92290: 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 0x7f8bf24093d0> <<< 138029 1726888127.92337: 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 0x7f8bf2409c10> <<< 138029 1726888127.92482: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf24081a0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2407c20> # 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 0x7f8bf240a360> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2407770> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2407710> <<< 138029 1726888127.92589: 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 <<< 138029 1726888127.92597: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 138029 1726888127.92600: 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 <<< 138029 1726888127.92603: 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 0x7f8bf244ca10> <<< 138029 1726888127.92605: 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' <<< 138029 1726888127.92692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 138029 1726888127.92695: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf244d850> <<< 138029 1726888127.92765: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf244cf20> <<< 138029 1726888127.92859: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf240acf0> <<< 138029 1726888127.93075: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 138029 1726888127.93267: 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' import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf24565d0><<< 138029 1726888127.93292: stdout chunk (state=3): >>> <<< 138029 1726888127.93337: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 138029 1726888127.93365: stdout chunk (state=3): >>> <<< 138029 1726888127.93420: stdout chunk (state=3): >>># destroy gi.repository.GModule <<< 138029 1726888127.93441: stdout chunk (state=3): >>>import 'gi.repository.GModule' # <<< 138029 1726888127.93675: 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' <<< 138029 1726888127.93811: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf245bce0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2404980> <<< 138029 1726888127.93870: 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 <<< 138029 1726888127.93906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 138029 1726888127.93937: 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' <<< 138029 1726888127.93982: 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' <<< 138029 1726888127.94089: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf22e5bb0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf22e53d0> <<< 138029 1726888127.95160: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf24561b0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf23de480> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf23dd280> <<< 138029 1726888127.95392: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf27a17f0> <<< 138029 1726888127.95414: 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' <<< 138029 1726888127.95476: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf22fa3f0> <<< 138029 1726888127.95523: 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 0x7f8bf22fc1a0> <<< 138029 1726888127.95565: 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 <<< 138029 1726888127.95697: 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 <<< 138029 1726888127.95759: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 138029 1726888127.95867: 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' # /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' <<< 138029 1726888127.95870: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf22ff980> <<< 138029 1726888127.95873: 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 0x7f8bf22fffe0> <<< 138029 1726888127.95875: 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 <<< 138029 1726888127.95926: 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' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2300fe0> <<< 138029 1726888127.95950: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2300e90> # /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' <<< 138029 1726888127.96048: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2301280> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2300c20> <<< 138029 1726888127.96061: 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' <<< 138029 1726888127.96066: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 138029 1726888127.96214: 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 0x7f8bf2301760> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf23015b0> <<< 138029 1726888127.96217: 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 <<< 138029 1726888127.96248: 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 0x7f8bf2301ac0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf23017c0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf23003b0> # /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 0x7f8bf2300a40> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/monitor.py <<< 138029 1726888127.96285: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 138029 1726888127.96309: 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' <<< 138029 1726888127.96351: stdout chunk (state=3): >>>import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2305a30> # /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 0x7f8bf2305dc0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2305790> <<< 138029 1726888127.96438: stdout chunk (state=3): >>>import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2304e00> # /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' <<< 138029 1726888127.96564: stdout chunk (state=3): >>>import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2305f10> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf22ff620> # /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 0x7f8bf2305fa0> <<< 138029 1726888127.96580: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf22fd190> <<< 138029 1726888127.96625: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf22fc860> <<< 138029 1726888127.96642: 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 <<< 138029 1726888127.96672: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 138029 1726888127.96725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 138029 1726888127.96727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 138029 1726888127.96764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 138029 1726888127.96819: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf230df40> <<< 138029 1726888127.96822: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf230cd70> <<< 138029 1726888127.96948: 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 0x7f8bf230fe00> <<< 138029 1726888127.96976: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2306f30> # /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' <<< 138029 1726888127.97004: 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 <<< 138029 1726888127.97020: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888127.97094: 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 0x7f8bf249fdd0> <<< 138029 1726888127.97097: 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' <<< 138029 1726888127.97129: 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' <<< 138029 1726888127.97400: 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' <<< 138029 1726888127.97403: 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 # 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 0x7f8bf13880e0> # /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 0x7f8bf13888c0> # /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 0x7f8bf1388ef0> # /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' <<< 138029 1726888127.97432: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1389220> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2343f20> <<< 138029 1726888127.97444: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2343680> <<< 138029 1726888127.97499: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf23404a0> <<< 138029 1726888127.97532: 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' <<< 138029 1726888127.97568: 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' <<< 138029 1726888127.97580: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf138bfb0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2340e60> <<< 138029 1726888127.97608: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf249ff80> <<< 138029 1726888127.97631: 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' <<< 138029 1726888127.97652: 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' <<< 138029 1726888127.97682: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1398620> <<< 138029 1726888127.97719: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2340da0> <<< 138029 1726888127.97723: 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' <<< 138029 1726888127.97749: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1398830> <<< 138029 1726888127.97814: 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' import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1398c80> <<< 138029 1726888127.97842: 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' <<< 138029 1726888127.97866: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1399430> <<< 138029 1726888127.98022: 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' <<< 138029 1726888127.98031: 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 <<< 138029 1726888127.98189: 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 0x7f8bf13c0e00> # /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' <<< 138029 1726888127.98232: 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 0x7f8bf13c1fd0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf13c19a0> <<< 138029 1726888127.98260: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/constraint.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf13c2390> <<< 138029 1726888127.98297: 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 <<< 138029 1726888127.98335: 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 0x7f8bf13c2f30> <<< 138029 1726888127.98338: 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 <<< 138029 1726888127.98407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888127.98446: 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 <<< 138029 1726888127.98453: 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 0x7f8bf1171c40> <<< 138029 1726888127.98459: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1170920> <<< 138029 1726888127.98624: 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 0x7f8bf11730b0> # /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 0x7f8bf1194410> <<< 138029 1726888127.98628: 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 <<< 138029 1726888127.98631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888127.98666: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1195250> <<< 138029 1726888127.98678: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf13b60f0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf13b5d60> # /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' <<< 138029 1726888127.98714: 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 0x7f8bf1197800> <<< 138029 1726888127.98845: 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 <<< 138029 1726888127.98849: 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' <<< 138029 1726888127.98876: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11c41d0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1197650> <<< 138029 1726888127.99031: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1196cf0> <<< 138029 1726888127.99179: 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' <<< 138029 1726888127.99183: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11e49e0> # /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 0x7f8bf11e4b30> <<< 138029 1726888127.99221: 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 # 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' <<< 138029 1726888127.99252: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11f82c0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmkfs.py <<< 138029 1726888127.99268: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 138029 1726888127.99319: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11f89b0> <<< 138029 1726888127.99348: 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' <<< 138029 1726888127.99419: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11f9310> # /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' <<< 138029 1726888127.99611: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11f9790> # /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 0x7f8bf11f9cd0> # /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 0x7f8bf11fa000> # /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' <<< 138029 1726888127.99618: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11fa5d0> <<< 138029 1726888127.99621: 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' <<< 138029 1726888127.99700: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11fa7e0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fstab.py <<< 138029 1726888127.99704: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 138029 1726888127.99832: 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' <<< 138029 1726888127.99836: 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 0x7f8bf11fba70> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11fb8f0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11fa990> <<< 138029 1726888127.99838: 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' <<< 138029 1726888127.99886: 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' <<< 138029 1726888127.99903: 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' <<< 138029 1726888127.99965: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1230770> <<< 138029 1726888128.00005: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1230380> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11fb920> <<< 138029 1726888128.00234: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11e5040> <<< 138029 1726888128.00299: 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' <<< 138029 1726888128.00358: 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' import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1060230> # /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 0x7f8bf1060620> <<< 138029 1726888128.00501: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11e6c90> <<< 138029 1726888128.00504: 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' <<< 138029 1726888128.00657: 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' <<< 138029 1726888128.00989: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf10636b0> <<< 138029 1726888128.01183: 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' <<< 138029 1726888128.01374: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1063830> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf125fe00> # /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 0x7f8bf1079d00> # /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'<<< 138029 1726888128.01418: stdout chunk (state=3): >>> import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf107b110><<< 138029 1726888128.01444: stdout chunk (state=3): >>> <<< 138029 1726888128.01468: 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<<< 138029 1726888128.01525: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc'<<< 138029 1726888128.01573: stdout chunk (state=3): >>> import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf107b8f0> <<< 138029 1726888128.01637: 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' <<< 138029 1726888128.01791: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf108c200> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/stratis.py<<< 138029 1726888128.01806: stdout chunk (state=3): >>> <<< 138029 1726888128.02284: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc'<<< 138029 1726888128.02501: stdout chunk (state=3): >>> import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf108df70> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf249d460> # /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 0x7f8bf2341010> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2312540> <<< 138029 1726888128.02590: 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' <<< 138029 1726888128.02613: 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' <<< 138029 1726888128.02639: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf10c1160> <<< 138029 1726888128.02728: 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' import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf10c1fa0> # /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' <<< 138029 1726888128.02782: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf10c27b0> <<< 138029 1726888128.02905: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf10b3fb0> <<< 138029 1726888128.03089: 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 <<< 138029 1726888128.03093: 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 0x7f8bf10fc2c0> <<< 138029 1726888128.03139: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf10da9f0> <<< 138029 1726888128.03164: 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' <<< 138029 1726888128.03229: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf110de20> <<< 138029 1726888128.03253: 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 <<< 138029 1726888128.03486: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888128.03523: 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 <<< 138029 1726888128.03645: stdout chunk (state=3): >>># 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 0x7f8bf1127620> # /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 0x7f8bf114fda0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/md.py <<< 138029 1726888128.03667: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 138029 1726888128.03716: 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 <<< 138029 1726888128.03726: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc' <<< 138029 1726888128.03742: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f6e0c0> <<< 138029 1726888128.03921: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f6c2f0> <<< 138029 1726888128.03925: 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' <<< 138029 1726888128.03943: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f9c560> <<< 138029 1726888128.04366: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1124290> <<< 138029 1726888128.04480: 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 <<< 138029 1726888128.04500: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888128.04561: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11244a0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/file.py <<< 138029 1726888128.04582: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 138029 1726888128.04629: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0ffe690> <<< 138029 1726888128.04632: 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' <<< 138029 1726888128.04683: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0fff1d0> <<< 138029 1726888128.04845: 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' import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0fffd10> <<< 138029 1726888128.04877: 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 0x7f8bf100c1a0> # /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 0x7f8bf100d070> # /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' <<< 138029 1726888128.04978: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf100d910> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf22fc2f0> <<< 138029 1726888128.05002: 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 <<< 138029 1726888128.05024: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 138029 1726888128.05182: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf100e390> <<< 138029 1726888128.05271: 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 <<< 138029 1726888128.05274: 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 <<< 138029 1726888128.05321: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 138029 1726888128.05446: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf103cd10> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1032a20> <<< 138029 1726888128.05452: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888128.05607: 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 <<< 138029 1726888128.05844: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888128.05954: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 138029 1726888128.07528: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888128.07624: 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 <<< 138029 1726888128.07659: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 138029 1726888128.07776: 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' <<< 138029 1726888128.07779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888128.07951: 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' <<< 138029 1726888128.07960: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0ebc2f0> <<< 138029 1726888128.07979: 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 0x7f8bf0ebc620> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0ea86b0> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0e93e30> # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/edd.py <<< 138029 1726888128.08001: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' <<< 138029 1726888128.08167: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0ea8890> <<< 138029 1726888128.08180: 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 <<< 138029 1726888128.08205: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 138029 1726888128.08234: 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 <<< 138029 1726888128.08503: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 138029 1726888128.08506: 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 0x7f8bf0f4c0e0> <<< 138029 1726888128.08524: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0ebf650> # /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 0x7f8bf0f4c560> # /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 <<< 138029 1726888128.08567: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f4e720> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f4e4b0> # /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' <<< 138029 1726888128.08592: stdout chunk (state=3): >>>import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f4ea20> # /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' <<< 138029 1726888128.08641: stdout chunk (state=3): >>>import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f4ed20> # /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' <<< 138029 1726888128.08657: stdout chunk (state=3): >>>import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f4eed0> <<< 138029 1726888128.08686: 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 <<< 138029 1726888128.08703: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888128.08737: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f4f110> <<< 138029 1726888128.08819: 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 0x7f8bf0f4f620> <<< 138029 1726888128.08928: 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 0x7f8bf0d5c170> # /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 <<< 138029 1726888128.08931: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0d5c320> <<< 138029 1726888128.09014: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/luks.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0d5c500> # /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 0x7f8bf0d5cb30> <<< 138029 1726888128.09047: 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 0x7f8bf0d5d490> # /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 0x7f8bf0d5d8b0> <<< 138029 1726888128.09192: 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 0x7f8bf0d5daf0> <<< 138029 1726888128.09213: 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' <<< 138029 1726888128.09248: stdout chunk (state=3): >>>import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0d5dbe0> # /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 0x7f8bf0d5deb0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f4dd60> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f4ce00> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f4cd10> <<< 138029 1726888128.09335: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0ebd5b0> <<< 138029 1726888128.09439: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0e91850> <<< 138029 1726888128.25686: 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 <<< 138029 1726888128.25759: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 138029 1726888128.26076: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0e058e0> <<< 138029 1726888146.60372: stdout chunk (state=3): >>> {"changed": false, "actions": [], "leaves": ["/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3", "/dev/mapper/vg1-lv1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}, {"src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "path": "/opt/test2", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}, {"src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "path": "/opt/test3", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid1", "raid_device_count": 2, "raid_spare_count": 1, "raid_metadata_version": "1.0", "raid_chunk_size": "0 B", "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "2g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_kernel_device": "/dev/dm-2", "_raw_kernel_device": "/dev/dm-2"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test2", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv2", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_kernel_device": "/dev/dm-1", "_raw_kernel_device": "/dev/dm-1"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test3", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv3", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["mdadm", "lvm2", "xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid1", "raid_device_count": 2, "raid_spare_count": 1, "raid_metadata_version": "1.0", "raid_chunk_size": "0 B", "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "2g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_kernel_device": "/dev/dm-2", "_raw_kernel_device": "/dev/dm-2"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test2", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv2", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_kernel_device": "/dev/dm-1", "_raw_kernel_device": "/dev/dm-1"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test3", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv3", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "use_partitions": true, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 138029 1726888146.61879: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888146.61921: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888146.61975: 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 # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[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 <<< 138029 1726888146.62052: 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 # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal <<< 138029 1726888146.62088: 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 # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing 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 <<< 138029 1726888146.62168: 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_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 <<< 138029 1726888146.62177: stdout chunk (state=3): >>># 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 <<< 138029 1726888146.62200: stdout chunk (state=3): >>># 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 <<< 138029 1726888146.62234: 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 <<< 138029 1726888146.62253: stdout chunk (state=3): >>># 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 <<< 138029 1726888146.62310: stdout chunk (state=3): >>># 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 <<< 138029 1726888146.62348: stdout chunk (state=3): >>># 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 <<< 138029 1726888146.63490: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888146.63493: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888146.63533: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888146.63590: stdout chunk (state=3): >>># destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd <<< 138029 1726888146.63618: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888146.63635: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 138029 1726888146.63671: stdout chunk (state=3): >>># destroy _compat_pickle <<< 138029 1726888146.63715: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve <<< 138029 1726888146.63743: stdout chunk (state=3): >>># 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 <<< 138029 1726888146.63805: stdout chunk (state=3): >>># cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning <<< 138029 1726888146.63817: stdout chunk (state=3): >>># cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel <<< 138029 1726888146.64316: stdout chunk (state=3): >>># 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 <<< 138029 1726888146.64320: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # 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 <<< 138029 1726888146.64432: 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 <<< 138029 1726888146.64460: stdout chunk (state=3): >>># destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # 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 <<< 138029 1726888146.64565: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 138029 1726888146.64591: stdout chunk (state=3): >>># cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping 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 <<< 138029 1726888146.65971: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888146.65975: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev <<< 138029 1726888146.66098: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser <<< 138029 1726888146.66130: 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 <<< 138029 1726888146.66189: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 138029 1726888146.66224: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 138029 1726888146.66303: 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 # destroy _warnings <<< 138029 1726888146.66423: stdout chunk (state=3): >>># destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 138029 1726888146.66439: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib # destroy select <<< 138029 1726888146.66480: stdout chunk (state=3): >>># destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread <<< 138029 1726888146.66534: 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 <<< 138029 1726888146.66629: stdout chunk (state=3): >>># destroy _pickle # destroy functools # destroy itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os <<< 138029 1726888146.67082: 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 # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726888146.67951: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888146.67954: stdout chunk (state=3): >>><<< 138029 1726888146.67959: stderr chunk (state=3): >>><<< 138029 1726888146.68174: _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 0x7f8bf33bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf338ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf33be930> 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 0x7f8bf33ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f8bf33cdfd0> 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 0x7f8bf31d3da0> # /usr/lib64/python3.12/__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 0x7f8bf31d3fe0> # /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 0x7f8bf3203740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf3203dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31e3a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31e1190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31d0f50> # /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 0x7f8bf3227680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf32262a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31e2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31d2810> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf3258680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31d01d0> # /usr/lib64/python3.12/__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 0x7f8bf3258b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf32589e0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf3258da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf31c6cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f8bf3259460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf3259130> 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 0x7f8bf325a360> 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 0x7f8bf3270560> 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 0x7f8bf3271c10> # /usr/lib64/python3.12/__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 0x7f8bf3272ab0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf3273110> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf3272000> # /usr/lib64/python3.12/__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 0x7f8bf3273b90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf32732c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf325a2d0> # /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 0x7f8bf2fbfaa0> # /usr/lib64/python3.12/__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 0x7f8bf2fe8560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2fe82c0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf2fe8500> # /usr/lib64/python3.12/__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 0x7f8bf2fe8e30> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf2fe9760> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2fe86e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2fbdc70> # /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 0x7f8bf2feab70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2fe98b0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf325aa80> # /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 0x7f8bf3016ed0> # /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 0x7f8bf303f2c0> # /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 0x7f8bf30980e0> # /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 0x7f8bf309a840> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf3098200> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf303ff50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2929190> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf303e0c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2febaa0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8bf303e6c0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_orsle_hk/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 0x7f8bf2976e10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2959d00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2958e90> # 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 0x7f8bf2974ce0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f8bf29ae6f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf29ae4b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf29addc0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f8bf29ae7b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2fe8440> 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 0x7f8bf29af410> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf29af5f0> # /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 0x7f8bf29afb00> 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 0x7f8bf28158e0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf2817500> # /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 0x7f8bf2817e00> # /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 0x7f8bf2818fb0> # /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 0x7f8bf281bad0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf281be30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2819d90> # /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 0x7f8bf2823a70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2822540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf28222a0> # /usr/lib64/python3.12/__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 0x7f8bf28227b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf281a2a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf2867d40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2867dd0> # /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 0x7f8bf28698e0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf28696a0> # /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 0x7f8bf286be30> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2869fa0> # /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 0x7f8bf286f620> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf286bfb0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf2870110> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf28707a0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf2870830> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2867ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f8bf2873fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf28fcf20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2872750> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bf2873b00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2872360> # 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 0x7f8bf2701160> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f8bf2702000> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2873260> 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 0x7f8bf27020f0> # 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 0x7f8bf2703110> # 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 0x7f8bf270dac0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf270ac90> 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 0x7f8bf2802540> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf29de210> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf270db50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2701d60> # 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 0x7f8bf23cc620> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2787a40> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2784350> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf27a3860> # 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 0x7f8bf23de2d0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf23ddee0> # /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 0x7f8bf2400a10> # /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 0x7f8bf2401c40> # 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 0x7f8bf2401580> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf24013d0> # /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 0x7f8bf2403fe0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2403da0> # /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 0x7f8bf2405d60> # 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 0x7f8bf2405ac0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2405460> # /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 0x7f8bf2408b30> # /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 0x7f8bf2408ec0> # /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 0x7f8bf24093d0> # /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 0x7f8bf2409c10> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf24081a0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2407c20> # 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 0x7f8bf240a360> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2407770> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2407710> # /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 0x7f8bf244ca10> # /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 0x7f8bf244d850> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf244cf20> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf240acf0> 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 0x7f8bf24565d0> 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 0x7f8bf245bce0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2404980> # /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 0x7f8bf22e5bb0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf22e53d0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf24561b0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf23de480> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf23dd280> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf27a17f0> # /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 0x7f8bf22fa3f0> # /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 0x7f8bf22fc1a0> # /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 0x7f8bf22ff980> # /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 0x7f8bf22fffe0> # /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 0x7f8bf2300fe0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2300e90> # /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 0x7f8bf2301280> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2300c20> # /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 0x7f8bf2301760> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf23015b0> # /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 0x7f8bf2301ac0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf23017c0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf23003b0> # /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 0x7f8bf2300a40> # /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 0x7f8bf2305a30> # /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 0x7f8bf2305dc0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2305790> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2304e00> # /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 0x7f8bf2305f10> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf22ff620> # /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 0x7f8bf2305fa0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf22fd190> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf22fc860> # /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 0x7f8bf230df40> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf230cd70> # /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 0x7f8bf230fe00> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2306f30> # /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 0x7f8bf249fdd0> # /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 0x7f8bf13880e0> # /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 0x7f8bf13888c0> # /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 0x7f8bf1388ef0> # /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 0x7f8bf1389220> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2343f20> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2343680> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf23404a0> # /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 0x7f8bf138bfb0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2340e60> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf249ff80> # /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 0x7f8bf1398620> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2340da0> # /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 0x7f8bf1398830> # /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 0x7f8bf1398c80> # /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 0x7f8bf1399430> # /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 0x7f8bf13c0e00> # /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 0x7f8bf13c1fd0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf13c19a0> # /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 0x7f8bf13c2390> # /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 0x7f8bf13c2f30> # /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 0x7f8bf1171c40> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1170920> # /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 0x7f8bf11730b0> # /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 0x7f8bf1194410> # /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 0x7f8bf1195250> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf13b60f0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf13b5d60> # /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 0x7f8bf1197800> # /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 0x7f8bf11c41d0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1197650> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1196cf0> # /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 0x7f8bf11e49e0> # /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 0x7f8bf11e4b30> # /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 0x7f8bf11f82c0> # /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 0x7f8bf11f89b0> # /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 0x7f8bf11f9310> # /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 0x7f8bf11f9790> # /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 0x7f8bf11f9cd0> # /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 0x7f8bf11fa000> # /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 0x7f8bf11fa5d0> # /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 0x7f8bf11fa7e0> # /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 0x7f8bf11fba70> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11fb8f0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11fa990> # /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 0x7f8bf1230770> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1230380> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11fb920> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11e5040> # /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 0x7f8bf1060230> # /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 0x7f8bf1060620> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf11e6c90> # /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 0x7f8bf10636b0> # /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 0x7f8bf1063830> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf125fe00> # /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 0x7f8bf1079d00> # /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 0x7f8bf107b110> # /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 0x7f8bf107b8f0> # /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 0x7f8bf108c200> # /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 0x7f8bf108df70> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf249d460> # /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 0x7f8bf2341010> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf2312540> # /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 0x7f8bf10c1160> # /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 0x7f8bf10c1fa0> # /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 0x7f8bf10c27b0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf10b3fb0> # /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 0x7f8bf10fc2c0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf10da9f0> # /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 0x7f8bf110de20> # /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 0x7f8bf1127620> # /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 0x7f8bf114fda0> # /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 0x7f8bf0f6e0c0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f6c2f0> # /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 0x7f8bf0f9c560> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1124290> # /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 0x7f8bf11244a0> # /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 0x7f8bf0ffe690> # /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 0x7f8bf0fff1d0> # /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 0x7f8bf0fffd10> # /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 0x7f8bf100c1a0> # /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 0x7f8bf100d070> # /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 0x7f8bf100d910> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf22fc2f0> # /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 0x7f8bf100e390> # /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 0x7f8bf103cd10> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf1032a20> # 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 0x7f8bf0ebc2f0> # 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 0x7f8bf0ebc620> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0ea86b0> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0e93e30> # /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 0x7f8bf0ea8890> # /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 0x7f8bf0f4c0e0> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0ebf650> # /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 0x7f8bf0f4c560> # /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 0x7f8bf0f4e720> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f4e4b0> # /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 0x7f8bf0f4ea20> # /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 0x7f8bf0f4ed20> # /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 0x7f8bf0f4eed0> # /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 0x7f8bf0f4f110> # /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 0x7f8bf0f4f620> # /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 0x7f8bf0d5c170> # /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 0x7f8bf0d5c320> # /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 0x7f8bf0d5c500> # /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 0x7f8bf0d5cb30> # /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 0x7f8bf0d5d490> # /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 0x7f8bf0d5d8b0> # /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 0x7f8bf0d5daf0> # /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 0x7f8bf0d5dbe0> # /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 0x7f8bf0d5deb0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f4dd60> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f4ce00> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0f4cd10> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0ebd5b0> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bf0e91850> # /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 0x7f8bf0e058e0> {"changed": false, "actions": [], "leaves": ["/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3", "/dev/mapper/vg1-lv1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}, {"src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "path": "/opt/test2", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}, {"src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "path": "/opt/test3", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid1", "raid_device_count": 2, "raid_spare_count": 1, "raid_metadata_version": "1.0", "raid_chunk_size": "0 B", "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "2g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_kernel_device": "/dev/dm-2", "_raw_kernel_device": "/dev/dm-2"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test2", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv2", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_kernel_device": "/dev/dm-1", "_raw_kernel_device": "/dev/dm-1"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test3", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv3", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["mdadm", "lvm2", "xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid1", "raid_device_count": 2, "raid_spare_count": 1, "raid_metadata_version": "1.0", "raid_chunk_size": "0 B", "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "2g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_kernel_device": "/dev/dm-2", "_raw_kernel_device": "/dev/dm-2"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test2", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv2", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_kernel_device": "/dev/dm-1", "_raw_kernel_device": "/dev/dm-1"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test3", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv3", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "use_partitions": true, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # 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 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 blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 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 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 blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # 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 138029 1726888146.70906: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [{'name': 'vg1', 'disks': ['sda', 'sdb', 'sdc'], 'type': 'lvm', 'state': 'present', 'volumes': [{'name': 'lv1', 'size': '2g', 'mount_point': '/opt/test1'}, {'name': 'Lv2', 'size': '3g', 'mount_point': '/opt/test2'}, {'name': 'Lv3', 'size': '3g', 'mount_point': '/opt/test3'}]}], 'volumes': [], 'use_partitions': True, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888127.4219208-142178-128447729597276/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888146.70910: _low_level_execute_command(): starting 138029 1726888146.70912: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888127.4219208-142178-128447729597276/ > /dev/null 2>&1 && sleep 0' 138029 1726888146.70914: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888146.70916: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888146.70919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888146.70921: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888146.70923: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888146.72367: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888146.72371: stdout chunk (state=3): >>><<< 138029 1726888146.72373: stderr chunk (state=3): >>><<< 138029 1726888146.72377: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888146.72379: handler run complete 138029 1726888146.72460: attempt loop complete, returning result 138029 1726888146.72580: _execute() done 138029 1726888146.72584: dumping result to json 138029 1726888146.72604: done dumping result, returning 138029 1726888146.72614: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-5a58-73a2-0000000014d5] 138029 1726888146.72619: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d5 ok: [managed_node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3", "/dev/mapper/vg1-lv1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "state": "mounted" } ], "packages": [ "mdadm", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } 138029 1726888146.74066: no more pending results, returning what we have 138029 1726888146.74070: results queue empty 138029 1726888146.74071: checking for any_errors_fatal 138029 1726888146.74075: done checking for any_errors_fatal 138029 1726888146.74076: checking for max_fail_percentage 138029 1726888146.74077: done checking for max_fail_percentage 138029 1726888146.74078: checking to see if all hosts have failed and the running result is not ok 138029 1726888146.74079: done checking to see if all hosts have failed 138029 1726888146.74080: getting the remaining hosts for this loop 138029 1726888146.74081: done getting the remaining hosts for this loop 138029 1726888146.74085: getting the next task for host managed_node3 138029 1726888146.74091: done getting next task for host managed_node3 138029 1726888146.74094: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 138029 1726888146.74098: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888146.74107: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d5 138029 1726888146.74110: WORKER PROCESS EXITING 138029 1726888146.74118: getting variables 138029 1726888146.74120: in VariableManager get_vars() 138029 1726888146.74149: Calling all_inventory to load vars for managed_node3 138029 1726888146.74152: Calling groups_inventory to load vars for managed_node3 138029 1726888146.74154: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888146.74169: Calling all_plugins_play to load vars for managed_node3 138029 1726888146.74172: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888146.74176: Calling groups_plugins_play to load vars for managed_node3 138029 1726888146.75474: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888146.77096: done with get_vars() 138029 1726888146.77122: done getting variables 138029 1726888146.77303: 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:09:06 -0400 (0:00:19.438) 0:02:39.496 ****** 138029 1726888146.77342: entering _queue_task() for managed_node3/command 138029 1726888146.78134: worker is 1 (out of 1 available) 138029 1726888146.78145: exiting _queue_task() for managed_node3/command 138029 1726888146.78189: done queuing things up, now waiting for results queue to drain 138029 1726888146.78191: waiting for pending results... 138029 1726888146.78586: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 138029 1726888146.78973: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014d6 138029 1726888146.78987: variable 'ansible_search_path' from source: unknown 138029 1726888146.78990: variable 'ansible_search_path' from source: unknown 138029 1726888146.79106: calling self._execute() 138029 1726888146.79233: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888146.79237: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888146.79250: variable 'omit' from source: magic vars 138029 1726888146.80729: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888146.85961: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888146.86172: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888146.86261: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888146.86293: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888146.86316: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888146.86504: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888146.86531: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888146.86670: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888146.86736: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888146.86739: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888146.86936: Evaluated conditional (storage_udevadm_trigger | d(false)): False 138029 1726888146.86940: when evaluation is False, skipping this task 138029 1726888146.86943: _execute() done 138029 1726888146.86948: dumping result to json 138029 1726888146.87061: done dumping result, returning 138029 1726888146.87068: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-5a58-73a2-0000000014d6] 138029 1726888146.87071: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d6 138029 1726888146.87150: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d6 138029 1726888146.87152: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 138029 1726888146.87205: no more pending results, returning what we have 138029 1726888146.87209: results queue empty 138029 1726888146.87210: checking for any_errors_fatal 138029 1726888146.87237: done checking for any_errors_fatal 138029 1726888146.87238: checking for max_fail_percentage 138029 1726888146.87239: done checking for max_fail_percentage 138029 1726888146.87240: checking to see if all hosts have failed and the running result is not ok 138029 1726888146.87241: done checking to see if all hosts have failed 138029 1726888146.87241: getting the remaining hosts for this loop 138029 1726888146.87243: done getting the remaining hosts for this loop 138029 1726888146.87247: getting the next task for host managed_node3 138029 1726888146.87254: done getting next task for host managed_node3 138029 1726888146.87259: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 138029 1726888146.87266: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888146.87287: getting variables 138029 1726888146.87289: in VariableManager get_vars() 138029 1726888146.87326: Calling all_inventory to load vars for managed_node3 138029 1726888146.87329: Calling groups_inventory to load vars for managed_node3 138029 1726888146.87332: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888146.87342: Calling all_plugins_play to load vars for managed_node3 138029 1726888146.87346: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888146.87349: Calling groups_plugins_play to load vars for managed_node3 138029 1726888146.89093: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888146.90571: done with get_vars() 138029 1726888146.90595: 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:09:06 -0400 (0:00:00.133) 0:02:39.630 ****** 138029 1726888146.90705: entering _queue_task() for managed_node3/stat 138029 1726888146.91488: worker is 1 (out of 1 available) 138029 1726888146.91498: exiting _queue_task() for managed_node3/stat 138029 1726888146.91508: done queuing things up, now waiting for results queue to drain 138029 1726888146.91510: waiting for pending results... 138029 1726888146.91979: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 138029 1726888146.92299: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014d7 138029 1726888146.92303: variable 'ansible_search_path' from source: unknown 138029 1726888146.92307: variable 'ansible_search_path' from source: unknown 138029 1726888146.92309: calling self._execute() 138029 1726888146.92558: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888146.92568: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888146.92578: variable 'omit' from source: magic vars 138029 1726888146.92842: variable 'omit' from source: magic vars 138029 1726888146.93019: variable 'omit' from source: magic vars 138029 1726888146.93059: variable 'omit' from source: magic vars 138029 1726888146.93202: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888146.93242: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888146.93666: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888146.93684: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888146.93698: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888146.93715: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888146.93732: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888146.93768: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888146.93772: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888146.93775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888146.94300: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888146.94303: Set connection var ansible_timeout to 10 138029 1726888146.94311: Set connection var ansible_pipelining to False 138029 1726888146.94314: Set connection var ansible_shell_type to sh 138029 1726888146.94316: Set connection var ansible_connection to ssh 138029 1726888146.94323: Set connection var ansible_shell_executable to /bin/sh 138029 1726888146.94351: variable 'ansible_shell_executable' from source: unknown 138029 1726888146.94361: variable 'ansible_connection' from source: unknown 138029 1726888146.94366: variable 'ansible_module_compression' from source: unknown 138029 1726888146.94369: variable 'ansible_shell_type' from source: unknown 138029 1726888146.94372: variable 'ansible_shell_executable' from source: unknown 138029 1726888146.94374: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888146.94376: variable 'ansible_pipelining' from source: unknown 138029 1726888146.94378: variable 'ansible_timeout' from source: unknown 138029 1726888146.94380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888146.94975: 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) 138029 1726888146.94979: variable 'omit' from source: magic vars 138029 1726888146.94981: starting attempt loop 138029 1726888146.94984: running the handler 138029 1726888146.94986: _low_level_execute_command(): starting 138029 1726888146.94988: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888146.96434: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888146.96439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888146.96443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888146.96445: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888146.96770: 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 <<< 138029 1726888146.98390: stdout chunk (state=3): >>>/root <<< 138029 1726888146.98561: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888146.98589: stderr chunk (state=3): >>><<< 138029 1726888146.98592: stdout chunk (state=3): >>><<< 138029 1726888146.98628: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888146.98641: _low_level_execute_command(): starting 138029 1726888146.98648: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888146.9862604-142690-180758830083007 `" && echo ansible-tmp-1726888146.9862604-142690-180758830083007="` echo /root/.ansible/tmp/ansible-tmp-1726888146.9862604-142690-180758830083007 `" ) && sleep 0' 138029 1726888146.99828: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888146.99833: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888146.99957: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888146.99973: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888146.99996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888147.00045: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888147.00139: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888147.00143: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888147.00225: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888147.00290: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888147.03335: stdout chunk (state=3): >>>ansible-tmp-1726888146.9862604-142690-180758830083007=/root/.ansible/tmp/ansible-tmp-1726888146.9862604-142690-180758830083007 <<< 138029 1726888147.03416: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888147.03425: stdout chunk (state=3): >>><<< 138029 1726888147.03442: stderr chunk (state=3): >>><<< 138029 1726888147.03561: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888146.9862604-142690-180758830083007=/root/.ansible/tmp/ansible-tmp-1726888146.9862604-142690-180758830083007 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888147.03659: variable 'ansible_module_compression' from source: unknown 138029 1726888147.03766: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888147.03981: variable 'ansible_facts' from source: unknown 138029 1726888147.04120: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888146.9862604-142690-180758830083007/AnsiballZ_stat.py 138029 1726888147.04391: Sending initial data 138029 1726888147.04421: Sent initial data (155 bytes) 138029 1726888147.05580: 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 <<< 138029 1726888147.05597: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888147.05697: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888147.05708: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888147.05872: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888147.06084: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888147.07836: 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 <<< 138029 1726888147.08080: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888147.08142: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpg758j7fs /root/.ansible/tmp/ansible-tmp-1726888146.9862604-142690-180758830083007/AnsiballZ_stat.py <<< 138029 1726888147.08145: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888146.9862604-142690-180758830083007/AnsiballZ_stat.py" <<< 138029 1726888147.08249: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpg758j7fs" to remote "/root/.ansible/tmp/ansible-tmp-1726888146.9862604-142690-180758830083007/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888146.9862604-142690-180758830083007/AnsiballZ_stat.py" <<< 138029 1726888147.10107: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888147.10111: stdout chunk (state=3): >>><<< 138029 1726888147.10114: stderr chunk (state=3): >>><<< 138029 1726888147.10116: done transferring module to remote 138029 1726888147.10118: _low_level_execute_command(): starting 138029 1726888147.10120: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888146.9862604-142690-180758830083007/ /root/.ansible/tmp/ansible-tmp-1726888146.9862604-142690-180758830083007/AnsiballZ_stat.py && sleep 0' 138029 1726888147.11210: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888147.11305: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888147.11315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888147.11329: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888147.11347: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888147.11382: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888147.11391: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888147.11406: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888147.11414: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888147.11421: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888147.11429: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888147.11525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888147.11683: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888147.11776: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888147.13588: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888147.13648: stdout chunk (state=3): >>><<< 138029 1726888147.13656: stderr chunk (state=3): >>><<< 138029 1726888147.13660: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888147.13663: _low_level_execute_command(): starting 138029 1726888147.13668: _low_level_execute_command(): using become for this command 138029 1726888147.13670: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ibtbolgolyxyggudjbekytyeywabtlgn ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888146.9862604-142690-180758830083007/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888147.14274: Initial state: awaiting_escalation: BECOME-SUCCESS-ibtbolgolyxyggudjbekytyeywabtlgn 138029 1726888147.14935: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888147.14938: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888147.14941: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888147.14943: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888147.14945: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888147.14947: stderr chunk (state=1): >>>debug2: match not found <<< 138029 1726888147.14949: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888147.15141: stderr chunk (state=1): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888147.15156: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888147.15516: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888147.18530: stdout chunk (state=1): >>>BECOME-SUCCESS-ibtbolgolyxyggudjbekytyeywabtlgn <<< 138029 1726888147.18534: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ibtbolgolyxyggudjbekytyeywabtlgn' 138029 1726888147.18956: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # <<< 138029 1726888147.19052: stdout chunk (state=3): >>> import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 138029 1726888147.19180: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888147.19221: 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' <<< 138029 1726888147.19265: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888147.19269: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888147.19310: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888147.19346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888147.19502: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa04e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa04b7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa04ea960> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 138029 1726888147.19506: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888147.19509: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888147.19620: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888147.19623: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888147.19650: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888147.19690: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888147.19699: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888147.19702: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888147.19933: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888147.19937: 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 0x7f6aa0298fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888147.19940: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0299fd0> <<< 138029 1726888147.20265: 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. <<< 138029 1726888147.20326: 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 <<< 138029 1726888147.20331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888147.20333: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa02d7e60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888147.20499: 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 0x7f6aa02d7f20> # /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 <<< 138029 1726888147.20506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888147.20536: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888147.20543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 138029 1726888147.20566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa030f890> <<< 138029 1726888147.20571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888147.20598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa030ff20> <<< 138029 1726888147.20634: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888147.20685: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa02efb30> <<< 138029 1726888147.20694: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888147.20727: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa02ed250> <<< 138029 1726888147.20892: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa02d5010> # /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 <<< 138029 1726888147.20942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888147.20946: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888147.20948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888147.21066: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0333830> <<< 138029 1726888147.21072: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0332450> <<< 138029 1726888147.21270: 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 0x7f6aa02ee240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0330c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0364830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa02d4290> # /usr/lib64/python3.12/__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 0x7f6aa0364ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0364b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6aa0364f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa02d2db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888147.21287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888147.21373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888147.21377: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0365640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0365310> 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' <<< 138029 1726888147.21390: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0366510> <<< 138029 1726888147.21413: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888147.21436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888147.21660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888147.21694: 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 0x7f6aa037c740> 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 0x7f6aa037de50> # /usr/lib64/python3.12/__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 0x7f6aa037ecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6aa037f2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa037e240> <<< 138029 1726888147.21703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888147.21739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888147.21761: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888147.21771: 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 0x7f6aa037fd70> <<< 138029 1726888147.21788: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa037f4a0> <<< 138029 1726888147.21972: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0366570> # /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 0x7f6aa0107c50> <<< 138029 1726888147.21980: 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' <<< 138029 1726888147.22007: 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 0x7f6aa01306e0> <<< 138029 1726888147.22014: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0130440> <<< 138029 1726888147.22046: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888147.22056: 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 0x7f6aa0130710> <<< 138029 1726888147.22080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888147.22089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888147.22217: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888147.22274: 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 0x7f6aa0131040> <<< 138029 1726888147.22377: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888147.22390: 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 0x7f6aa0131a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa01308f0> <<< 138029 1726888147.22471: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0105df0> # /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' <<< 138029 1726888147.22483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888147.22486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888147.22511: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0132de0> <<< 138029 1726888147.22516: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa01318b0> <<< 138029 1726888147.22545: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0366c60> <<< 138029 1726888147.22883: 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 0x7f6aa015f110> <<< 138029 1726888147.22892: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888147.22895: 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 0x7f6aa0187470> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888147.22980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888147.23015: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888147.23047: 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 0x7f6aa01e0230> <<< 138029 1726888147.23066: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888147.23096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888147.23121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888147.23169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888147.23271: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa01e2990> <<< 138029 1726888147.23358: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa01e0350> <<< 138029 1726888147.23400: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa01ad250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888147.23559: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fb25370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0186270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0133ce0> <<< 138029 1726888147.24537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888147.24546: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6aa01865d0> <<< 138029 1726888147.29498: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_5ua8oefa/ansible_stat_payload.zip' # zipimport: zlib available <<< 138029 1726888147.29836: 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 <<< 138029 1726888147.29840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888147.29868: 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 0x7f6a9fb7b0e0> import '_typing' # <<< 138029 1726888147.30041: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fb59fd0> <<< 138029 1726888147.30161: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fb59130> <<< 138029 1726888147.30172: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.30198: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888147.31707: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.32840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888147.32848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fb78fb0> <<< 138029 1726888147.32892: 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' <<< 138029 1726888147.32974: 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 0x7f6a9fba2a20> <<< 138029 1726888147.33014: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fba27e0> <<< 138029 1726888147.33121: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fba2150> <<< 138029 1726888147.33125: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888147.33127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888147.33217: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fba2ae0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fb7bb00> 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 0x7f6a9fba3770> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a9fba3920> <<< 138029 1726888147.33222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888147.33280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888147.33291: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888147.33336: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fba3e60> <<< 138029 1726888147.33344: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888147.33383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888147.33431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888147.33530: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa11be0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a9fa13800> # /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' <<< 138029 1726888147.33641: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa14200> # /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 0x7f6a9fa150d0> <<< 138029 1726888147.33650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888147.33700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888147.33703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888147.33724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888147.33782: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa17e60> <<< 138029 1726888147.33820: 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 0x7f6aa02d2ea0> <<< 138029 1726888147.33874: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa16120> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888147.33904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888147.33908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888147.33944: 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 <<< 138029 1726888147.33987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888147.33991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888147.34072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa1fe00> import '_tokenize' # <<< 138029 1726888147.34112: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa1e8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa1e630> <<< 138029 1726888147.34116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888147.34162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888147.34312: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa1eba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa16630> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a9fa63fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa64170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 138029 1726888147.34318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888147.34408: 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' <<< 138029 1726888147.34412: 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 0x7f6a9fa65be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa659a0> <<< 138029 1726888147.34417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888147.34614: 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 0x7f6a9fa68110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa662a0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888147.34677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888147.34682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888147.34687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888147.34737: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888147.34791: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa6b8f0> <<< 138029 1726888147.34888: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa682c0> <<< 138029 1726888147.34981: 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 0x7f6a9fa6c9e0> <<< 138029 1726888147.35093: 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 0x7f6a9fa6c980> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a9fa6ca70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa64320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 138029 1726888147.35096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888147.35183: 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' <<< 138029 1726888147.35470: 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 0x7f6a9faf8320> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a9faf96a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa6eab0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a9fa6fe60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa6e6f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888147.35545: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.35638: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.35669: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.35676: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888147.35679: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.35681: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.35683: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888147.35816: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.36272: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.36275: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.36520: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.37051: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888147.37078: 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' # <<< 138029 1726888147.37082: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888147.37108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888147.37170: 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 0x7f6a9fafd940> <<< 138029 1726888147.37252: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888147.37263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888147.37291: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fafe720> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa640b0> <<< 138029 1726888147.37371: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888147.37378: stdout chunk (state=3): >>># zipimport: zlib available<<< 138029 1726888147.37436: stdout chunk (state=3): >>> import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888147.37671: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.37736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888147.37763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fafd4c0> <<< 138029 1726888147.37768: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.38234: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.38723: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.38808: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.38890: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888147.38907: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.39032: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888147.39052: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.39139: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888147.39243: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888147.39246: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888147.39272: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888147.39278: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.39552: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.39869: 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' # <<< 138029 1726888147.39903: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9faff8f0> <<< 138029 1726888147.39909: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.40008: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.40069: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888147.40079: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888147.40131: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.40158: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.40225: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888147.40283: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.40304: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.40731: 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 0x7f6a9f90a2a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9f905a90> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888147.40735: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.40767: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.41081: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888147.41085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888147.41088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fbfab40> <<< 138029 1726888147.41090: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fbde810> <<< 138029 1726888147.41389: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9f90a330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9faf9910> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888147.41393: 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 <<< 138029 1726888147.41482: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.41681: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888147.43039: 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": 1576, "inode": 257949954, "dev": 51714, "nlink": 1, "atime": 1726888066.738145, "mtime": 1726888066.718145, "ctime": 1726888066.718145, "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": "03b6088f6a73c07bf2bc675d9af7e60076b3ca96", "mimetype": "text/plain", "charset": "us-ascii", "version": "585673919", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888147.43135: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888147.43705: 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.modules # destroy ansible.modules <<< 138029 1726888147.44384: 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 <<< 138029 1726888147.44476: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _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 <<< 138029 1726888147.44515: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888147.44519: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 138029 1726888147.44571: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888147.44583: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888147.44593: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888147.44621: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888147.44629: 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 <<< 138029 1726888147.44861: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888147.44970: 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 <<< 138029 1726888147.45397: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888147.45428: stderr chunk (state=3): >>><<< 138029 1726888147.45431: stdout chunk (state=3): >>><<< 138029 1726888147.45588: _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 0x7f6aa04e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa04b7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa04ea960> 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 0x7f6aa0298fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f6aa0299fd0> 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 0x7f6aa02d7e60> # /usr/lib64/python3.12/__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 0x7f6aa02d7f20> # /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 0x7f6aa030f890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa030ff20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa02efb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa02ed250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa02d5010> # /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 0x7f6aa0333830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0332450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa02ee240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0330c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0364830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa02d4290> # /usr/lib64/python3.12/__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 0x7f6aa0364ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0364b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6aa0364f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa02d2db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f6aa0365640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0365310> 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 0x7f6aa0366510> 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 0x7f6aa037c740> 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 0x7f6aa037de50> # /usr/lib64/python3.12/__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 0x7f6aa037ecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6aa037f2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa037e240> # /usr/lib64/python3.12/__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 0x7f6aa037fd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa037f4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0366570> # /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 0x7f6aa0107c50> # /usr/lib64/python3.12/__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 0x7f6aa01306e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0130440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6aa0130710> # /usr/lib64/python3.12/__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 0x7f6aa0131040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6aa0131a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa01308f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0105df0> # /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 0x7f6aa0132de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa01318b0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0366c60> # /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 0x7f6aa015f110> # /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 0x7f6aa0187470> # /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 0x7f6aa01e0230> # /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 0x7f6aa01e2990> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa01e0350> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa01ad250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fb25370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0186270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6aa0133ce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6aa01865d0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_5ua8oefa/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 0x7f6a9fb7b0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fb59fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fb59130> # 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 0x7f6a9fb78fb0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f6a9fba2a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fba27e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fba2150> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f6a9fba2ae0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fb7bb00> 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 0x7f6a9fba3770> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a9fba3920> # /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 0x7f6a9fba3e60> 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 0x7f6a9fa11be0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a9fa13800> # /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 0x7f6a9fa14200> # /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 0x7f6a9fa150d0> # /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 0x7f6a9fa17e60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6aa02d2ea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa16120> # /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 0x7f6a9fa1fe00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa1e8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa1e630> # /usr/lib64/python3.12/__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 0x7f6a9fa1eba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa16630> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a9fa63fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa64170> # /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 0x7f6a9fa65be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa659a0> # /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 0x7f6a9fa68110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa662a0> # /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 0x7f6a9fa6b8f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa682c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a9fa6c9e0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a9fa6c980> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a9fa6ca70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa64320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f6a9faf8320> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a9faf96a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa6eab0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a9fa6fe60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa6e6f0> # 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 0x7f6a9fafd940> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f6a9fafe720> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fa640b0> 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 0x7f6a9fafd4c0> # 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 0x7f6a9faff8f0> # 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 0x7f6a9f90a2a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9f905a90> 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 0x7f6a9fbfab40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9fbde810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9f90a330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a9faf9910> # 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": 1576, "inode": 257949954, "dev": 51714, "nlink": 1, "atime": 1726888066.738145, "mtime": 1726888066.718145, "ctime": 1726888066.718145, "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": "03b6088f6a73c07bf2bc675d9af7e60076b3ca96", "mimetype": "text/plain", "charset": "us-ascii", "version": "585673919", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888147.46927: 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-1726888146.9862604-142690-180758830083007/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888147.46930: _low_level_execute_command(): starting 138029 1726888147.46933: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888146.9862604-142690-180758830083007/ > /dev/null 2>&1 && sleep 0' 138029 1726888147.47814: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888147.47908: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888147.47911: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888147.47914: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888147.47918: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888147.47921: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888147.47923: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888147.48175: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888147.48244: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888147.48591: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888147.50775: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888147.50779: stderr chunk (state=3): >>><<< 138029 1726888147.51020: stdout chunk (state=3): >>><<< 138029 1726888147.51024: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888147.51027: handler run complete 138029 1726888147.51046: attempt loop complete, returning result 138029 1726888147.51049: _execute() done 138029 1726888147.51052: dumping result to json 138029 1726888147.51061: done dumping result, returning 138029 1726888147.51071: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-5a58-73a2-0000000014d7] 138029 1726888147.51076: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d7 138029 1726888147.51361: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d7 138029 1726888147.51368: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726888066.738145, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "03b6088f6a73c07bf2bc675d9af7e60076b3ca96", "ctime": 1726888066.718145, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 257949954, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726888066.718145, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1576, "uid": 0, "version": "585673919", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 138029 1726888147.51491: no more pending results, returning what we have 138029 1726888147.51494: results queue empty 138029 1726888147.51495: checking for any_errors_fatal 138029 1726888147.51504: done checking for any_errors_fatal 138029 1726888147.51504: checking for max_fail_percentage 138029 1726888147.51506: done checking for max_fail_percentage 138029 1726888147.51507: checking to see if all hosts have failed and the running result is not ok 138029 1726888147.51507: done checking to see if all hosts have failed 138029 1726888147.51508: getting the remaining hosts for this loop 138029 1726888147.51509: done getting the remaining hosts for this loop 138029 1726888147.51512: getting the next task for host managed_node3 138029 1726888147.51518: done getting next task for host managed_node3 138029 1726888147.51521: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 138029 1726888147.51524: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888147.51534: getting variables 138029 1726888147.51535: in VariableManager get_vars() 138029 1726888147.51573: Calling all_inventory to load vars for managed_node3 138029 1726888147.51575: Calling groups_inventory to load vars for managed_node3 138029 1726888147.51577: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888147.51591: Calling all_plugins_play to load vars for managed_node3 138029 1726888147.51594: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888147.51597: Calling groups_plugins_play to load vars for managed_node3 138029 1726888147.52817: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888147.53496: done with get_vars() 138029 1726888147.53515: 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:09:07 -0400 (0:00:00.629) 0:02:40.259 ****** 138029 1726888147.53630: entering _queue_task() for managed_node3/lineinfile 138029 1726888147.53967: worker is 1 (out of 1 available) 138029 1726888147.53981: exiting _queue_task() for managed_node3/lineinfile 138029 1726888147.53994: done queuing things up, now waiting for results queue to drain 138029 1726888147.53995: waiting for pending results... 138029 1726888147.54337: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 138029 1726888147.54527: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014d8 138029 1726888147.54602: variable 'ansible_search_path' from source: unknown 138029 1726888147.54606: variable 'ansible_search_path' from source: unknown 138029 1726888147.54608: calling self._execute() 138029 1726888147.54727: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888147.54741: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888147.54758: variable 'omit' from source: magic vars 138029 1726888147.55178: variable '__storage_fstab' from source: set_fact 138029 1726888147.55213: Evaluated conditional (__storage_fstab.stat.exists): True 138029 1726888147.55374: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888147.55691: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888147.55801: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888147.55805: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888147.55822: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888147.55914: variable 'blivet_output' from source: set_fact 138029 1726888147.55973: Evaluated conditional (blivet_output is changed): False 138029 1726888147.55982: when evaluation is False, skipping this task 138029 1726888147.55988: _execute() done 138029 1726888147.55994: dumping result to json 138029 1726888147.56001: done dumping result, returning 138029 1726888147.56017: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-5a58-73a2-0000000014d8] 138029 1726888147.56026: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d8 138029 1726888147.56260: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014d8 138029 1726888147.56266: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } 138029 1726888147.56317: no more pending results, returning what we have 138029 1726888147.56321: results queue empty 138029 1726888147.56322: checking for any_errors_fatal 138029 1726888147.56338: done checking for any_errors_fatal 138029 1726888147.56339: checking for max_fail_percentage 138029 1726888147.56341: done checking for max_fail_percentage 138029 1726888147.56342: checking to see if all hosts have failed and the running result is not ok 138029 1726888147.56343: done checking to see if all hosts have failed 138029 1726888147.56343: getting the remaining hosts for this loop 138029 1726888147.56345: done getting the remaining hosts for this loop 138029 1726888147.56349: getting the next task for host managed_node3 138029 1726888147.56359: done getting next task for host managed_node3 138029 1726888147.56362: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 138029 1726888147.56368: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888147.56386: getting variables 138029 1726888147.56387: in VariableManager get_vars() 138029 1726888147.56422: Calling all_inventory to load vars for managed_node3 138029 1726888147.56424: Calling groups_inventory to load vars for managed_node3 138029 1726888147.56426: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888147.56435: Calling all_plugins_play to load vars for managed_node3 138029 1726888147.56438: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888147.56440: Calling groups_plugins_play to load vars for managed_node3 138029 1726888147.58088: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888147.59406: done with get_vars() 138029 1726888147.59428: 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:09:07 -0400 (0:00:00.060) 0:02:40.320 ****** 138029 1726888147.59733: entering _queue_task() for managed_node3/systemd 138029 1726888147.60412: worker is 1 (out of 1 available) 138029 1726888147.60424: exiting _queue_task() for managed_node3/systemd 138029 1726888147.60437: done queuing things up, now waiting for results queue to drain 138029 1726888147.60438: waiting for pending results... 138029 1726888147.61178: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 138029 1726888147.61394: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014da 138029 1726888147.61409: variable 'ansible_search_path' from source: unknown 138029 1726888147.61422: variable 'ansible_search_path' from source: unknown 138029 1726888147.61461: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888147.62076: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888147.62079: dumping result to json 138029 1726888147.62083: done dumping result, returning 138029 1726888147.62086: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-5a58-73a2-0000000014da] 138029 1726888147.62089: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014da 138029 1726888147.62357: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014da 138029 1726888147.62360: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888147.62412: no more pending results, returning what we have 138029 1726888147.62416: results queue empty 138029 1726888147.62417: checking for any_errors_fatal 138029 1726888147.62426: done checking for any_errors_fatal 138029 1726888147.62427: checking for max_fail_percentage 138029 1726888147.62429: done checking for max_fail_percentage 138029 1726888147.62430: checking to see if all hosts have failed and the running result is not ok 138029 1726888147.62431: done checking to see if all hosts have failed 138029 1726888147.62431: getting the remaining hosts for this loop 138029 1726888147.62433: done getting the remaining hosts for this loop 138029 1726888147.62437: getting the next task for host managed_node3 138029 1726888147.62445: done getting next task for host managed_node3 138029 1726888147.62449: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 138029 1726888147.62453: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888147.62477: getting variables 138029 1726888147.62479: in VariableManager get_vars() 138029 1726888147.62521: Calling all_inventory to load vars for managed_node3 138029 1726888147.62525: Calling groups_inventory to load vars for managed_node3 138029 1726888147.62527: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888147.62539: Calling all_plugins_play to load vars for managed_node3 138029 1726888147.62543: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888147.62546: Calling groups_plugins_play to load vars for managed_node3 138029 1726888147.64096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888147.65423: done with get_vars() 138029 1726888147.65447: done getting variables 138029 1726888147.65584: 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:09:07 -0400 (0:00:00.058) 0:02:40.379 ****** 138029 1726888147.65617: entering _queue_task() for managed_node3/debug 138029 1726888147.65944: worker is 1 (out of 1 available) 138029 1726888147.66167: exiting _queue_task() for managed_node3/debug 138029 1726888147.66179: done queuing things up, now waiting for results queue to drain 138029 1726888147.66181: waiting for pending results... 138029 1726888147.66506: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output 138029 1726888147.66516: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014dc 138029 1726888147.66524: variable 'ansible_search_path' from source: unknown 138029 1726888147.66532: variable 'ansible_search_path' from source: unknown 138029 1726888147.66583: calling self._execute() 138029 1726888147.66715: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888147.66729: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888147.66746: variable 'omit' from source: magic vars 138029 1726888147.66925: variable 'omit' from source: magic vars 138029 1726888147.66945: variable 'omit' from source: magic vars 138029 1726888147.66997: variable 'omit' from source: magic vars 138029 1726888147.67050: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888147.67100: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888147.67127: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888147.67157: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888147.67182: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888147.67252: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888147.67257: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888147.67269: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888147.67282: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888147.67290: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888147.67429: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888147.67441: Set connection var ansible_timeout to 10 138029 1726888147.67451: Set connection var ansible_pipelining to False 138029 1726888147.67460: Set connection var ansible_shell_type to sh 138029 1726888147.67474: Set connection var ansible_connection to ssh 138029 1726888147.67485: Set connection var ansible_shell_executable to /bin/sh 138029 1726888147.67581: variable 'ansible_shell_executable' from source: unknown 138029 1726888147.67584: variable 'ansible_connection' from source: unknown 138029 1726888147.67586: variable 'ansible_module_compression' from source: unknown 138029 1726888147.67589: variable 'ansible_shell_type' from source: unknown 138029 1726888147.67590: variable 'ansible_shell_executable' from source: unknown 138029 1726888147.67592: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888147.67594: variable 'ansible_pipelining' from source: unknown 138029 1726888147.67596: variable 'ansible_timeout' from source: unknown 138029 1726888147.67598: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888147.67743: 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) 138029 1726888147.67769: variable 'omit' from source: magic vars 138029 1726888147.67779: starting attempt loop 138029 1726888147.67786: running the handler 138029 1726888147.67848: variable 'blivet_output' from source: set_fact 138029 1726888147.68360: variable 'blivet_output' from source: set_fact 138029 1726888147.69723: handler run complete 138029 1726888147.70005: attempt loop complete, returning result 138029 1726888147.70008: _execute() done 138029 1726888147.70010: dumping result to json 138029 1726888147.70016: done dumping result, returning 138029 1726888147.70028: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-5a58-73a2-0000000014dc] 138029 1726888147.70036: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014dc 138029 1726888147.70689: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014dc 138029 1726888147.70692: WORKER PROCESS EXITING ok: [managed_node3] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3", "/dev/mapper/vg1-lv1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "state": "mounted" } ], "packages": [ "mdadm", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } 138029 1726888147.71133: no more pending results, returning what we have 138029 1726888147.71136: results queue empty 138029 1726888147.71137: checking for any_errors_fatal 138029 1726888147.71143: done checking for any_errors_fatal 138029 1726888147.71144: checking for max_fail_percentage 138029 1726888147.71146: done checking for max_fail_percentage 138029 1726888147.71147: checking to see if all hosts have failed and the running result is not ok 138029 1726888147.71147: done checking to see if all hosts have failed 138029 1726888147.71148: getting the remaining hosts for this loop 138029 1726888147.71149: done getting the remaining hosts for this loop 138029 1726888147.71152: getting the next task for host managed_node3 138029 1726888147.71160: done getting next task for host managed_node3 138029 1726888147.71165: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 138029 1726888147.71169: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888147.71180: getting variables 138029 1726888147.71181: in VariableManager get_vars() 138029 1726888147.71220: Calling all_inventory to load vars for managed_node3 138029 1726888147.71223: Calling groups_inventory to load vars for managed_node3 138029 1726888147.71225: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888147.71235: Calling all_plugins_play to load vars for managed_node3 138029 1726888147.71238: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888147.71241: Calling groups_plugins_play to load vars for managed_node3 138029 1726888147.72538: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888147.74185: done with get_vars() 138029 1726888147.74203: done getting variables 138029 1726888147.74299: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:07 -0400 (0:00:00.087) 0:02:40.466 ****** 138029 1726888147.74333: entering _queue_task() for managed_node3/set_fact 138029 1726888147.74653: worker is 1 (out of 1 available) 138029 1726888147.74959: exiting _queue_task() for managed_node3/set_fact 138029 1726888147.74973: done queuing things up, now waiting for results queue to drain 138029 1726888147.74974: waiting for pending results... 138029 1726888147.75219: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 138029 1726888147.75617: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014dd 138029 1726888147.75690: variable 'ansible_search_path' from source: unknown 138029 1726888147.75889: variable 'ansible_search_path' from source: unknown 138029 1726888147.75892: calling self._execute() 138029 1726888147.76014: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888147.76217: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888147.76222: variable 'omit' from source: magic vars 138029 1726888147.76366: variable 'omit' from source: magic vars 138029 1726888147.76572: variable 'omit' from source: magic vars 138029 1726888147.77052: variable 'blivet_output' from source: set_fact 138029 1726888147.78420: variable 'omit' from source: magic vars 138029 1726888147.78662: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888147.78668: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888147.78671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888147.78674: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888147.78691: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888147.78713: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888147.78816: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888147.78851: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888147.78866: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888147.78875: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888147.79120: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888147.79190: Set connection var ansible_timeout to 10 138029 1726888147.79202: Set connection var ansible_pipelining to False 138029 1726888147.79212: Set connection var ansible_shell_type to sh 138029 1726888147.79219: Set connection var ansible_connection to ssh 138029 1726888147.79231: Set connection var ansible_shell_executable to /bin/sh 138029 1726888147.79349: variable 'ansible_shell_executable' from source: unknown 138029 1726888147.79361: variable 'ansible_connection' from source: unknown 138029 1726888147.79373: variable 'ansible_module_compression' from source: unknown 138029 1726888147.79380: variable 'ansible_shell_type' from source: unknown 138029 1726888147.79386: variable 'ansible_shell_executable' from source: unknown 138029 1726888147.79392: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888147.79399: variable 'ansible_pipelining' from source: unknown 138029 1726888147.79406: variable 'ansible_timeout' from source: unknown 138029 1726888147.79413: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888147.79588: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888147.79605: variable 'omit' from source: magic vars 138029 1726888147.79683: starting attempt loop 138029 1726888147.79686: running the handler 138029 1726888147.79689: handler run complete 138029 1726888147.79691: attempt loop complete, returning result 138029 1726888147.79693: _execute() done 138029 1726888147.79695: dumping result to json 138029 1726888147.79697: done dumping result, returning 138029 1726888147.79704: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-5a58-73a2-0000000014dd] 138029 1726888147.79713: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014dd ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } 138029 1726888147.80382: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014dd 138029 1726888147.80385: WORKER PROCESS EXITING 138029 1726888147.80401: no more pending results, returning what we have 138029 1726888147.80404: results queue empty 138029 1726888147.80405: checking for any_errors_fatal 138029 1726888147.80422: done checking for any_errors_fatal 138029 1726888147.80423: checking for max_fail_percentage 138029 1726888147.80424: done checking for max_fail_percentage 138029 1726888147.80425: checking to see if all hosts have failed and the running result is not ok 138029 1726888147.80426: done checking to see if all hosts have failed 138029 1726888147.80427: getting the remaining hosts for this loop 138029 1726888147.80428: done getting the remaining hosts for this loop 138029 1726888147.80431: getting the next task for host managed_node3 138029 1726888147.80437: done getting next task for host managed_node3 138029 1726888147.80440: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 138029 1726888147.80443: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888147.80454: getting variables 138029 1726888147.80457: in VariableManager get_vars() 138029 1726888147.80598: Calling all_inventory to load vars for managed_node3 138029 1726888147.80608: Calling groups_inventory to load vars for managed_node3 138029 1726888147.80611: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888147.80621: Calling all_plugins_play to load vars for managed_node3 138029 1726888147.80624: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888147.80627: Calling groups_plugins_play to load vars for managed_node3 138029 1726888147.81281: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888147.82451: done with get_vars() 138029 1726888147.82472: done getting variables 138029 1726888147.82527: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:07 -0400 (0:00:00.085) 0:02:40.552 ****** 138029 1726888147.82869: entering _queue_task() for managed_node3/set_fact 138029 1726888147.83374: worker is 1 (out of 1 available) 138029 1726888147.83387: exiting _queue_task() for managed_node3/set_fact 138029 1726888147.83399: done queuing things up, now waiting for results queue to drain 138029 1726888147.83400: waiting for pending results... 138029 1726888147.83978: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 138029 1726888147.84270: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014de 138029 1726888147.84326: variable 'ansible_search_path' from source: unknown 138029 1726888147.84329: variable 'ansible_search_path' from source: unknown 138029 1726888147.84333: calling self._execute() 138029 1726888147.84532: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888147.84535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888147.84538: variable 'omit' from source: magic vars 138029 1726888147.84762: variable 'omit' from source: magic vars 138029 1726888147.84828: variable 'omit' from source: magic vars 138029 1726888147.85476: variable 'blivet_output' from source: set_fact 138029 1726888147.85573: variable 'omit' from source: magic vars 138029 1726888147.85614: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888147.85648: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888147.85870: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888147.85889: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888147.85901: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888147.85916: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888147.85932: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888147.85968: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888147.85973: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888147.85976: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888147.86293: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888147.86299: Set connection var ansible_timeout to 10 138029 1726888147.86309: Set connection var ansible_pipelining to False 138029 1726888147.86311: Set connection var ansible_shell_type to sh 138029 1726888147.86314: Set connection var ansible_connection to ssh 138029 1726888147.86316: Set connection var ansible_shell_executable to /bin/sh 138029 1726888147.86344: variable 'ansible_shell_executable' from source: unknown 138029 1726888147.86348: variable 'ansible_connection' from source: unknown 138029 1726888147.86350: variable 'ansible_module_compression' from source: unknown 138029 1726888147.86352: variable 'ansible_shell_type' from source: unknown 138029 1726888147.86357: variable 'ansible_shell_executable' from source: unknown 138029 1726888147.86359: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888147.86366: variable 'ansible_pipelining' from source: unknown 138029 1726888147.86368: variable 'ansible_timeout' from source: unknown 138029 1726888147.86371: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888147.86967: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888147.86971: variable 'omit' from source: magic vars 138029 1726888147.86973: starting attempt loop 138029 1726888147.86976: running the handler 138029 1726888147.86978: handler run complete 138029 1726888147.86980: attempt loop complete, returning result 138029 1726888147.86981: _execute() done 138029 1726888147.86983: dumping result to json 138029 1726888147.86985: done dumping result, returning 138029 1726888147.86988: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-5a58-73a2-0000000014de] 138029 1726888147.86990: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014de 138029 1726888147.87059: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014de 138029 1726888147.87062: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 138029 1726888147.87134: no more pending results, returning what we have 138029 1726888147.87136: results queue empty 138029 1726888147.87137: checking for any_errors_fatal 138029 1726888147.87145: done checking for any_errors_fatal 138029 1726888147.87145: checking for max_fail_percentage 138029 1726888147.87147: done checking for max_fail_percentage 138029 1726888147.87148: checking to see if all hosts have failed and the running result is not ok 138029 1726888147.87148: done checking to see if all hosts have failed 138029 1726888147.87149: getting the remaining hosts for this loop 138029 1726888147.87150: done getting the remaining hosts for this loop 138029 1726888147.87153: getting the next task for host managed_node3 138029 1726888147.87161: done getting next task for host managed_node3 138029 1726888147.87167: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 138029 1726888147.87171: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888147.87181: getting variables 138029 1726888147.87182: in VariableManager get_vars() 138029 1726888147.87213: Calling all_inventory to load vars for managed_node3 138029 1726888147.87215: Calling groups_inventory to load vars for managed_node3 138029 1726888147.87217: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888147.87224: Calling all_plugins_play to load vars for managed_node3 138029 1726888147.87226: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888147.87229: Calling groups_plugins_play to load vars for managed_node3 138029 1726888147.88538: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888147.90026: done with get_vars() 138029 1726888147.90044: 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:09:07 -0400 (0:00:00.072) 0:02:40.624 ****** 138029 1726888147.90141: entering _queue_task() for managed_node3/mount 138029 1726888147.90805: worker is 1 (out of 1 available) 138029 1726888147.90818: exiting _queue_task() for managed_node3/mount 138029 1726888147.90832: done queuing things up, now waiting for results queue to drain 138029 1726888147.90834: waiting for pending results... 138029 1726888147.91152: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 138029 1726888147.91326: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014df 138029 1726888147.91346: variable 'ansible_search_path' from source: unknown 138029 1726888147.91354: variable 'ansible_search_path' from source: unknown 138029 1726888147.91721: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888147.94511: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888147.94613: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888147.94645: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888147.94721: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888147.94830: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888147.94835: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888147.94861: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888147.94891: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888147.94940: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888147.94964: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888147.95014: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888147.95048: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888147.95079: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888147.95120: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888147.95137: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888147.95291: variable 'blivet_output' from source: set_fact 138029 1726888147.95413: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888147.95589: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888147.95631: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888147.95680: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888147.95718: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888147.95808: 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) 138029 1726888147.95811: 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) 138029 1726888147.95826: 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) 138029 1726888147.95859: 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) 138029 1726888147.95936: dumping result to json 138029 1726888147.95944: done dumping result, returning 138029 1726888147.95953: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-5a58-73a2-0000000014df] 138029 1726888147.95964: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014df 138029 1726888147.96107: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014df skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888147.96157: no more pending results, returning what we have 138029 1726888147.96162: results queue empty 138029 1726888147.96163: checking for any_errors_fatal 138029 1726888147.96172: done checking for any_errors_fatal 138029 1726888147.96173: checking for max_fail_percentage 138029 1726888147.96175: done checking for max_fail_percentage 138029 1726888147.96176: checking to see if all hosts have failed and the running result is not ok 138029 1726888147.96177: done checking to see if all hosts have failed 138029 1726888147.96177: getting the remaining hosts for this loop 138029 1726888147.96179: done getting the remaining hosts for this loop 138029 1726888147.96182: getting the next task for host managed_node3 138029 1726888147.96188: done getting next task for host managed_node3 138029 1726888147.96192: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888147.96196: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888147.96214: getting variables 138029 1726888147.96215: in VariableManager get_vars() 138029 1726888147.96257: Calling all_inventory to load vars for managed_node3 138029 1726888147.96260: Calling groups_inventory to load vars for managed_node3 138029 1726888147.96262: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888147.96274: Calling all_plugins_play to load vars for managed_node3 138029 1726888147.96277: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888147.96281: Calling groups_plugins_play to load vars for managed_node3 138029 1726888147.96291: WORKER PROCESS EXITING 138029 1726888147.97629: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888147.98377: done with get_vars() 138029 1726888147.98395: 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:09:07 -0400 (0:00:00.083) 0:02:40.708 ****** 138029 1726888147.98501: entering _queue_task() for managed_node3/systemd 138029 1726888147.98790: worker is 1 (out of 1 available) 138029 1726888147.98802: exiting _queue_task() for managed_node3/systemd 138029 1726888147.98812: done queuing things up, now waiting for results queue to drain 138029 1726888147.98813: waiting for pending results... 138029 1726888147.99374: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888147.99439: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014e1 138029 1726888147.99452: variable 'ansible_search_path' from source: unknown 138029 1726888147.99457: variable 'ansible_search_path' from source: unknown 138029 1726888147.99697: calling self._execute() 138029 1726888147.99816: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888147.99820: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888147.99830: variable 'omit' from source: magic vars 138029 1726888148.00619: variable 'blivet_output' from source: set_fact 138029 1726888148.00812: Evaluated conditional (blivet_output['mounts']): True 138029 1726888148.00824: variable 'omit' from source: magic vars 138029 1726888148.01060: variable 'omit' from source: magic vars 138029 1726888148.01068: variable 'omit' from source: magic vars 138029 1726888148.01290: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888148.01294: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888148.01297: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888148.01300: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888148.01303: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888148.01398: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888148.01401: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888148.01434: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888148.01724: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888148.01727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888148.01769: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888148.01782: Set connection var ansible_timeout to 10 138029 1726888148.01842: Set connection var ansible_pipelining to False 138029 1726888148.01850: Set connection var ansible_shell_type to sh 138029 1726888148.01859: Set connection var ansible_connection to ssh 138029 1726888148.01873: Set connection var ansible_shell_executable to /bin/sh 138029 1726888148.01905: variable 'ansible_shell_executable' from source: unknown 138029 1726888148.01946: variable 'ansible_connection' from source: unknown 138029 1726888148.01954: variable 'ansible_module_compression' from source: unknown 138029 1726888148.01966: variable 'ansible_shell_type' from source: unknown 138029 1726888148.01974: variable 'ansible_shell_executable' from source: unknown 138029 1726888148.02160: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888148.02166: variable 'ansible_pipelining' from source: unknown 138029 1726888148.02168: variable 'ansible_timeout' from source: unknown 138029 1726888148.02171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888148.02496: 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) 138029 1726888148.02512: variable 'omit' from source: magic vars 138029 1726888148.02521: starting attempt loop 138029 1726888148.02528: running the handler 138029 1726888148.02546: _low_level_execute_command(): starting 138029 1726888148.02600: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888148.03646: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888148.03670: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888148.03688: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888148.03718: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888148.03737: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888148.03750: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888148.03831: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888148.03873: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888148.03906: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888148.04060: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888148.06112: stdout chunk (state=3): >>>/root <<< 138029 1726888148.06228: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888148.06234: stdout chunk (state=3): >>><<< 138029 1726888148.06237: stderr chunk (state=3): >>><<< 138029 1726888148.06463: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888148.06470: _low_level_execute_command(): starting 138029 1726888148.06474: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888148.0626817-142739-192543372309912 `" && echo ansible-tmp-1726888148.0626817-142739-192543372309912="` echo /root/.ansible/tmp/ansible-tmp-1726888148.0626817-142739-192543372309912 `" ) && sleep 0' 138029 1726888148.07779: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888148.07974: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888148.08373: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888148.08445: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888148.12033: stdout chunk (state=3): >>>ansible-tmp-1726888148.0626817-142739-192543372309912=/root/.ansible/tmp/ansible-tmp-1726888148.0626817-142739-192543372309912 <<< 138029 1726888148.12196: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888148.12200: stdout chunk (state=3): >>><<< 138029 1726888148.12203: stderr chunk (state=3): >>><<< 138029 1726888148.12222: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888148.0626817-142739-192543372309912=/root/.ansible/tmp/ansible-tmp-1726888148.0626817-142739-192543372309912 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888148.12567: variable 'ansible_module_compression' from source: unknown 138029 1726888148.12571: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 138029 1726888148.12573: variable 'ansible_facts' from source: unknown 138029 1726888148.13147: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888148.0626817-142739-192543372309912/AnsiballZ_systemd.py 138029 1726888148.13601: Sending initial data 138029 1726888148.13771: Sent initial data (158 bytes) 138029 1726888148.14833: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888148.14837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888148.14839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888148.14842: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888148.14845: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888148.15171: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888148.15246: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888148.15469: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888148.17197: 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 <<< 138029 1726888148.17238: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888148.17278: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpgp20vobf /root/.ansible/tmp/ansible-tmp-1726888148.0626817-142739-192543372309912/AnsiballZ_systemd.py <<< 138029 1726888148.17304: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888148.0626817-142739-192543372309912/AnsiballZ_systemd.py" <<< 138029 1726888148.17359: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpgp20vobf" to remote "/root/.ansible/tmp/ansible-tmp-1726888148.0626817-142739-192543372309912/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888148.0626817-142739-192543372309912/AnsiballZ_systemd.py" <<< 138029 1726888148.19984: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888148.20052: stderr chunk (state=3): >>><<< 138029 1726888148.20066: stdout chunk (state=3): >>><<< 138029 1726888148.20097: done transferring module to remote 138029 1726888148.20266: _low_level_execute_command(): starting 138029 1726888148.20269: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888148.0626817-142739-192543372309912/ /root/.ansible/tmp/ansible-tmp-1726888148.0626817-142739-192543372309912/AnsiballZ_systemd.py && sleep 0' 138029 1726888148.21518: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888148.21610: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888148.21741: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888148.21749: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888148.23651: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888148.23654: stdout chunk (state=3): >>><<< 138029 1726888148.23669: stderr chunk (state=3): >>><<< 138029 1726888148.23691: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888148.23706: _low_level_execute_command(): starting 138029 1726888148.23715: _low_level_execute_command(): using become for this command 138029 1726888148.23734: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-adsafhbkwcnlbvbrpevhtdmqrtpqkicl ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888148.0626817-142739-192543372309912/AnsiballZ_systemd.py'"'"' && sleep 0' 138029 1726888148.23987: Initial state: awaiting_escalation: BECOME-SUCCESS-adsafhbkwcnlbvbrpevhtdmqrtpqkicl 138029 1726888148.24881: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888148.25088: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888148.25091: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888148.25095: stderr chunk (state=1): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888148.25229: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888148.25315: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888148.28308: stdout chunk (state=1): >>>BECOME-SUCCESS-adsafhbkwcnlbvbrpevhtdmqrtpqkicl <<< 138029 1726888148.28312: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-adsafhbkwcnlbvbrpevhtdmqrtpqkicl' 138029 1726888148.28661: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888148.28694: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888148.28729: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888148.28802: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888148.28837: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888148.28887: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888148.28907: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888148.28963: 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' <<< 138029 1726888148.29001: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888148.29005: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888148.29069: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888148.29072: 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 0x7f0c73b683e0> <<< 138029 1726888148.29111: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73b37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888148.29130: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73b6a960> <<< 138029 1726888148.29159: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888148.29189: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 138029 1726888148.29225: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888148.29345: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888148.29403: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888148.29432: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888148.29558: 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 0x7f0c7395cfe0> <<< 138029 1726888148.29592: 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 <<< 138029 1726888148.29618: 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 0x7f0c7395dfd0> <<< 138029 1726888148.29633: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888148.32936: 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. <<< 138029 1726888148.33228: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888148.33270: 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' <<< 138029 1726888148.33291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888148.33330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888148.33388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888148.33433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7399be60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888148.33436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888148.33485: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888148.33488: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7399bef0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888148.33581: 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 <<< 138029 1726888148.33611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888148.33638: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888148.33648: 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 0x7f0c739d3860> <<< 138029 1726888148.33717: 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 0x7f0c739d3ef0> import '_collections' # <<< 138029 1726888148.33749: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c739b3b00> <<< 138029 1726888148.33826: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888148.33829: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c739b1220> <<< 138029 1726888148.33878: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73999010> <<< 138029 1726888148.33906: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888148.33997: 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 <<< 138029 1726888148.34021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888148.34038: 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' <<< 138029 1726888148.34097: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c739f7890> <<< 138029 1726888148.34108: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c739f64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c739b2210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c739f4c50> <<< 138029 1726888148.34203: 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 0x7f0c73a288f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73998290> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888148.34237: 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 0x7f0c73a28da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73a28c50> <<< 138029 1726888148.34273: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888148.34389: 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 0x7f0c73a29010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73996db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888148.34433: 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 0x7f0c73a296a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73a293a0> 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' <<< 138029 1726888148.34463: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73a2a570> import 'importlib.util' # import 'runpy' # <<< 138029 1726888148.34490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888148.34547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888148.34676: 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 0x7f0c73a407a0> <<< 138029 1726888148.34680: 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 0x7f0c73a41e80> # /usr/lib64/python3.12/__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' <<< 138029 1726888148.34714: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73a42d20> <<< 138029 1726888148.34730: 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 0x7f0c73a43350> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73a42270> <<< 138029 1726888148.34768: 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' <<< 138029 1726888148.34866: 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 0x7f0c73a43d70> <<< 138029 1726888148.34887: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73a434a0> <<< 138029 1726888148.34891: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73a2a5d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888148.34934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888148.34970: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888148.35008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888148.35068: 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 0x7f0c73727bf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888148.35072: 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 0x7f0c737506e0> <<< 138029 1726888148.35117: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73750440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c73750710> <<< 138029 1726888148.35134: 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' <<< 138029 1726888148.35235: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888148.35349: 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 0x7f0c73751010> <<< 138029 1726888148.35421: 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 0x7f0c73751970> <<< 138029 1726888148.35588: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c737508f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73725d90> <<< 138029 1726888148.35592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73752cf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73750e90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73a2acc0> <<< 138029 1726888148.35608: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888148.35675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888148.35688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888148.35721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888148.35752: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7377f020> <<< 138029 1726888148.35901: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888148.35918: 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 0x7f0c737a73b0> <<< 138029 1726888148.35933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888148.35975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888148.36024: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888148.36062: 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 0x7f0c738001d0> <<< 138029 1726888148.36103: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888148.36226: 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 <<< 138029 1726888148.36229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888148.36263: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73802930> <<< 138029 1726888148.36331: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c738002f0> <<< 138029 1726888148.36372: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c737cd1c0> <<< 138029 1726888148.36447: 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 0x7f0c737cd970> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c737a61b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73753bf0> <<< 138029 1726888148.51707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888148.51785: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0c737a67b0> <<< 138029 1726888148.54233: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_ed5y4giz/ansible_systemd_payload.zip' # zipimport: zlib available <<< 138029 1726888148.54551: 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' <<< 138029 1726888148.54556: 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 0x7f0c7318ef60> import '_typing' # <<< 138029 1726888148.54618: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73169e50> <<< 138029 1726888148.54642: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73168fe0> # zipimport: zlib available <<< 138029 1726888148.54680: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888148.54723: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888148.56139: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.57231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888148.57266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7318ce00> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888148.57302: 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' <<< 138029 1726888148.57335: 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' <<< 138029 1726888148.57367: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888148.57394: 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 0x7f0c731c2930> <<< 138029 1726888148.57406: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c731c26c0> <<< 138029 1726888148.57440: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c731c1fd0> <<< 138029 1726888148.57466: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888148.57485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888148.57520: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c731c29f0> <<< 138029 1726888148.57537: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7318f980> import 'atexit' # <<< 138029 1726888148.57551: 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 0x7f0c731c3650> <<< 138029 1726888148.57609: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888148.57642: 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 0x7f0c731c3890> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888148.57662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888148.57676: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888148.57714: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c731c3da0> <<< 138029 1726888148.57748: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888148.57771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888148.57800: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73029b80> <<< 138029 1726888148.57869: 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 0x7f0c7302b7a0> <<< 138029 1726888148.57945: 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' <<< 138029 1726888148.58022: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7302c1a0> # /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 0x7f0c7302d340> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888148.58101: 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' <<< 138029 1726888148.58162: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7302fe00> <<< 138029 1726888148.58222: 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 0x7f0c73752c60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7302e0c0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888148.58338: 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' <<< 138029 1726888148.58391: 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' <<< 138029 1726888148.58421: 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 0x7f0c73037cb0> import '_tokenize' # <<< 138029 1726888148.58499: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73036780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c730364e0> <<< 138029 1726888148.58577: 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' <<< 138029 1726888148.58686: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73036a50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7302e5d0> <<< 138029 1726888148.58704: 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 0x7f0c7307bfe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7307c0e0> <<< 138029 1726888148.58894: 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' <<< 138029 1726888148.58916: 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 0x7f0c7307db80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7307d940> # /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 0x7f0c730800e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7307e270> <<< 138029 1726888148.58947: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888148.58967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888148.59005: 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' # <<< 138029 1726888148.59045: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73083830> <<< 138029 1726888148.59181: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73080200> <<< 138029 1726888148.59234: 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 0x7f0c73084590> <<< 138029 1726888148.59262: 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 0x7f0c73084830> <<< 138029 1726888148.59304: 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 0x7f0c73084b30> <<< 138029 1726888148.59370: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7307c290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888148.59401: 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' <<< 138029 1726888148.59413: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888148.59459: 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 0x7f0c72f102f0> <<< 138029 1726888148.59593: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888148.59638: 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 0x7f0c72f115e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73086ab0> <<< 138029 1726888148.59652: 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 0x7f0c73087e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73086690> # zipimport: zlib available <<< 138029 1726888148.59693: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888148.59791: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.59895: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.59906: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888148.59940: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888148.60060: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.60179: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.60709: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.61269: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888148.61273: 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' # <<< 138029 1726888148.61299: 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' <<< 138029 1726888148.61353: 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 0x7f0c72f15820> <<< 138029 1726888148.61467: 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' <<< 138029 1726888148.61470: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f165d0> <<< 138029 1726888148.61509: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f117f0> <<< 138029 1726888148.61513: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888148.61548: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.61583: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 138029 1726888148.61598: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.61719: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.61895: 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' <<< 138029 1726888148.61909: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f163f0> # zipimport: zlib available <<< 138029 1726888148.62351: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.62906: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.62962: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.63162: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888148.63197: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888148.63235: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888148.63290: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.63343: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888148.63393: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.63600: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.63796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888148.63905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888148.63919: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888148.63985: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f17950> # zipimport: zlib available <<< 138029 1726888148.64044: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.64128: 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' # <<< 138029 1726888148.64214: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.64260: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888148.64315: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.64341: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.64414: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.64452: 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 <<< 138029 1726888148.64531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888148.64620: 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 0x7f0c72f222d0> <<< 138029 1726888148.64696: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f1db80> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888148.64751: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.64822: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.64890: 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' <<< 138029 1726888148.64939: 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' <<< 138029 1726888148.64990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888148.65011: 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 <<< 138029 1726888148.65107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7300ac00> <<< 138029 1726888148.65195: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c730fe8d0> <<< 138029 1726888148.65262: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f223f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f17200> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888148.65291: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888148.65395: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888148.65445: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.65597: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.65797: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.65800: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.65848: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.65852: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.65882: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.65927: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.65978: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 138029 1726888148.65990: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.66090: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.66172: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.66209: stdout chunk (state=3): >>># 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 <<< 138029 1726888148.66293: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 138029 1726888148.66297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888148.66412: 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 <<< 138029 1726888148.66417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888148.66501: 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' <<< 138029 1726888148.66544: 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 0x7f0c72b62fc0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72b623f0> <<< 138029 1726888148.66595: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72b608f0> <<< 138029 1726888148.66760: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72fb2c00> <<< 138029 1726888148.66834: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72fb09b0> import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 138029 1726888148.67048: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.67186: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.67234: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.67306: 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' <<< 138029 1726888148.67310: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 138029 1726888148.67346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 138029 1726888148.67390: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 138029 1726888148.67394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 138029 1726888148.67435: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72fb2f60> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 138029 1726888148.67458: 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 <<< 138029 1726888148.67504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888148.67536: 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' <<< 138029 1726888148.67539: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72bf5160> <<< 138029 1726888148.67598: 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 0x7f0c72bf5490> <<< 138029 1726888148.67629: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72bd8c80> <<< 138029 1726888148.67651: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72bb3f20> <<< 138029 1726888148.67697: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f9dc70> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f9cd70> <<< 138029 1726888148.67763: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 138029 1726888148.67814: 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' <<< 138029 1726888148.67894: 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 0x7f0c72a00110> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72bf7980> # 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 0x7f0c72bf7b60> <<< 138029 1726888148.67937: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72bf6db0> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 138029 1726888148.67953: 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 0x7f0c72a001d0> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 138029 1726888148.68001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888148.68032: 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 0x7f0c72a02d80> <<< 138029 1726888148.68078: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72a00d70> <<< 138029 1726888148.68158: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f9d1f0> import 'ansible.module_utils.facts.timeout' # <<< 138029 1726888148.68161: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888148.68220: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 138029 1726888148.68244: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.68293: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 138029 1726888148.68304: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.68351: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.68403: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 138029 1726888148.68417: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.68457: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 138029 1726888148.68487: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.68527: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 138029 1726888148.68584: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.68639: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 138029 1726888148.68642: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.68693: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.68731: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 138029 1726888148.68803: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.68858: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.68917: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.68978: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 138029 1726888148.69002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.69469: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.69906: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 138029 1726888148.69984: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.70027: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.70138: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.70370: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888148.70385: stdout chunk (state=3): >>>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 <<< 138029 1726888148.70411: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.70439: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 138029 1726888148.70451: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.70525: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.70608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888148.70631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888148.70653: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72a03740> <<< 138029 1726888148.70698: 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' <<< 138029 1726888148.70811: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72a2df70> import 'ansible.module_utils.facts.system.local' # <<< 138029 1726888148.70897: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.70968: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.70996: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 138029 1726888148.71067: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.71143: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 138029 1726888148.71179: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.71225: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.71293: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 138029 1726888148.71332: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.71397: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888148.71465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888148.71510: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888148.71605: 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 0x7f0c72a47350> <<< 138029 1726888148.71773: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72a2efc0> import 'ansible.module_utils.facts.system.python' # <<< 138029 1726888148.71816: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.71850: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.71888: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 138029 1726888148.71922: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.72000: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.72107: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.72170: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.72444: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888148.72454: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 138029 1726888148.72462: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.72472: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.72527: 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' <<< 138029 1726888148.72591: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888148.72623: 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 0x7f0c72a5af00> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72a5aa80> import 'ansible.module_utils.facts.system.user' # <<< 138029 1726888148.72646: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 138029 1726888148.72746: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.72749: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 138029 1726888148.72884: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.73046: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 138029 1726888148.73158: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.73310: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.73357: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.73386: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888148.73416: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.73561: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.73696: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 138029 1726888148.73712: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.73827: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.73963: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 138029 1726888148.73969: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.73997: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.74039: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.74620: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.75103: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 138029 1726888148.75116: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.75252: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.75337: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 138029 1726888148.75357: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.75432: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.75554: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 138029 1726888148.75560: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.75704: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.75922: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 138029 1726888148.76089: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.76122: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888148.76125: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888148.76201: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.76403: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.76623: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 138029 1726888148.76650: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 138029 1726888148.76711: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # <<< 138029 1726888148.76746: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.76749: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.76795: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 138029 1726888148.76798: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.76875: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.76933: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 138029 1726888148.76947: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.76979: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.77000: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 138029 1726888148.77066: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.77138: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 138029 1726888148.77190: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.77224: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.77271: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 138029 1726888148.77545: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.77815: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 138029 1726888148.77827: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.77886: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.77975: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available <<< 138029 1726888148.78017: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.78068: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 138029 1726888148.78116: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 138029 1726888148.78195: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 138029 1726888148.78311: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.78362: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888148.78408: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 138029 1726888148.78491: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.78561: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888148.78672: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888148.78744: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.78827: 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 <<< 138029 1726888148.78848: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.78903: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 138029 1726888148.78906: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.79092: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.79295: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 138029 1726888148.79298: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.79340: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.79390: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 138029 1726888148.79402: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.79445: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.79505: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 138029 1726888148.79509: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.79591: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.79677: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 138029 1726888148.79697: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.79775: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.79881: 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 <<< 138029 1726888148.80024: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888148.80159: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 138029 1726888148.80232: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.05801: 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}}} <<< 138029 1726888149.06598: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888149.06611: 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 <<< 138029 1726888149.06685: 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 # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing 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 <<< 138029 1726888149.06750: stdout chunk (state=3): >>># destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_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 <<< 138029 1726888149.06789: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd <<< 138029 1726888149.06814: stdout chunk (state=3): >>># 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 <<< 138029 1726888149.07227: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888149.07231: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888149.07235: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888149.07286: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888149.07318: stdout chunk (state=3): >>># destroy ntpath # destroy zipimport <<< 138029 1726888149.07341: 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 # destroy grp # destroy encodings # destroy _locale <<< 138029 1726888149.07387: stdout chunk (state=3): >>># destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888149.07441: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 138029 1726888149.07517: 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 <<< 138029 1726888149.07522: stdout chunk (state=3): >>># destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle <<< 138029 1726888149.07549: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction <<< 138029 1726888149.07770: stdout chunk (state=3): >>># 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 <<< 138029 1726888149.07802: 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 <<< 138029 1726888149.07869: 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 <<< 138029 1726888149.07910: 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 <<< 138029 1726888149.07938: 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 <<< 138029 1726888149.07983: 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<<< 138029 1726888149.08016: stdout chunk (state=3): >>> # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888149.08187: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888149.08190: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888149.08241: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888149.08294: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888149.08320: 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 <<< 138029 1726888149.08332: 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 <<< 138029 1726888149.08354: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888149.08667: 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 <<< 138029 1726888149.08682: stdout chunk (state=3): >>># 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 <<< 138029 1726888149.09259: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888149.09262: stdout chunk (state=3): >>><<< 138029 1726888149.09265: stderr chunk (state=3): >>><<< 138029 1726888149.09370: _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 0x7f0c73b683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73b37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73b6a960> 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 0x7f0c7395cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f0c7395dfd0> 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 0x7f0c7399be60> # /usr/lib64/python3.12/__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 0x7f0c7399bef0> # /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 0x7f0c739d3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c739d3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c739b3b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c739b1220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73999010> # /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 0x7f0c739f7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c739f64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c739b2210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c739f4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73a288f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73998290> # /usr/lib64/python3.12/__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 0x7f0c73a28da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73a28c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c73a29010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73996db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f0c73a296a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73a293a0> 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 0x7f0c73a2a570> 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 0x7f0c73a407a0> 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 0x7f0c73a41e80> # /usr/lib64/python3.12/__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 0x7f0c73a42d20> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c73a43350> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73a42270> # /usr/lib64/python3.12/__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 0x7f0c73a43d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73a434a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73a2a5d0> # /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 0x7f0c73727bf0> # /usr/lib64/python3.12/__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 0x7f0c737506e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73750440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c73750710> # /usr/lib64/python3.12/__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 0x7f0c73751010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c73751970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c737508f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73725d90> # /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 0x7f0c73752cf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73750e90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73a2acc0> # /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 0x7f0c7377f020> # /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 0x7f0c737a73b0> # /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 0x7f0c738001d0> # /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 0x7f0c73802930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c738002f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c737cd1c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c737cd970> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c737a61b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73753bf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0c737a67b0> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_ed5y4giz/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 0x7f0c7318ef60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73169e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73168fe0> # 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 0x7f0c7318ce00> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f0c731c2930> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c731c26c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c731c1fd0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f0c731c29f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7318f980> 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 0x7f0c731c3650> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c731c3890> # /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 0x7f0c731c3da0> 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 0x7f0c73029b80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c7302b7a0> # /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 0x7f0c7302c1a0> # /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 0x7f0c7302d340> # /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 0x7f0c7302fe00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c73752c60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7302e0c0> # /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 0x7f0c73037cb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73036780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c730364e0> # /usr/lib64/python3.12/__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 0x7f0c73036a50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7302e5d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c7307bfe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7307c0e0> # /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 0x7f0c7307db80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7307d940> # /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 0x7f0c730800e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7307e270> # /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 0x7f0c73083830> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73080200> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c73084590> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c73084830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c73084b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c7307c290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f0c72f102f0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c72f115e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73086ab0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c73087e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c73086690> # 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 0x7f0c72f15820> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f0c72f165d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f117f0> 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 0x7f0c72f163f0> # 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 0x7f0c72f17950> # 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 0x7f0c72f222d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f1db80> 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 0x7f0c7300ac00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c730fe8d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f223f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f17200> # 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 0x7f0c72b62fc0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72b623f0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72b608f0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72fb2c00> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72fb09b0> 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 0x7f0c72fb2f60> # /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 0x7f0c72bf5160> # 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 0x7f0c72bf5490> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72bd8c80> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72bb3f20> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f9dc70> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f9cd70> # /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 0x7f0c72a00110> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72bf7980> # 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 0x7f0c72bf7b60> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72bf6db0> # /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 0x7f0c72a001d0> # /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 0x7f0c72a02d80> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72a00d70> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72f9d1f0> 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 0x7f0c72a03740> # /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 0x7f0c72a2df70> 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 0x7f0c72a47350> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72a2efc0> 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 0x7f0c72a5af00> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c72a5aa80> 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888149.10769: 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-1726888148.0626817-142739-192543372309912/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888149.10774: _low_level_execute_command(): starting 138029 1726888149.10777: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888148.0626817-142739-192543372309912/ > /dev/null 2>&1 && sleep 0' 138029 1726888149.10779: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888149.10782: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888149.10785: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888149.10787: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888149.10789: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888149.10791: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888149.10793: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888149.10795: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888149.12662: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888149.12669: stderr chunk (state=3): >>><<< 138029 1726888149.12672: stdout chunk (state=3): >>><<< 138029 1726888149.12674: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888149.12676: handler run complete 138029 1726888149.12678: attempt loop complete, returning result 138029 1726888149.12680: _execute() done 138029 1726888149.12682: dumping result to json 138029 1726888149.12683: done dumping result, returning 138029 1726888149.12685: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-5a58-73a2-0000000014e1] 138029 1726888149.12687: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014e1 138029 1726888149.12745: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014e1 138029 1726888149.12747: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "name": null, "status": {} } 138029 1726888149.12823: no more pending results, returning what we have 138029 1726888149.12826: results queue empty 138029 1726888149.12827: checking for any_errors_fatal 138029 1726888149.12840: done checking for any_errors_fatal 138029 1726888149.12840: checking for max_fail_percentage 138029 1726888149.12842: done checking for max_fail_percentage 138029 1726888149.12843: checking to see if all hosts have failed and the running result is not ok 138029 1726888149.12844: done checking to see if all hosts have failed 138029 1726888149.12845: getting the remaining hosts for this loop 138029 1726888149.12846: done getting the remaining hosts for this loop 138029 1726888149.12850: getting the next task for host managed_node3 138029 1726888149.12863: done getting next task for host managed_node3 138029 1726888149.12867: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 138029 1726888149.12871: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888149.12886: getting variables 138029 1726888149.12888: in VariableManager get_vars() 138029 1726888149.12931: Calling all_inventory to load vars for managed_node3 138029 1726888149.12934: Calling groups_inventory to load vars for managed_node3 138029 1726888149.12937: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888149.12948: Calling all_plugins_play to load vars for managed_node3 138029 1726888149.12952: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888149.13077: Calling groups_plugins_play to load vars for managed_node3 138029 1726888149.13875: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888149.14554: done with get_vars() 138029 1726888149.14574: 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:09:09 -0400 (0:00:01.161) 0:02:41.870 ****** 138029 1726888149.14677: entering _queue_task() for managed_node3/mount 138029 1726888149.15084: worker is 1 (out of 1 available) 138029 1726888149.15094: exiting _queue_task() for managed_node3/mount 138029 1726888149.15104: done queuing things up, now waiting for results queue to drain 138029 1726888149.15106: waiting for pending results... 138029 1726888149.15297: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 138029 1726888149.15425: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014e2 138029 1726888149.15437: variable 'ansible_search_path' from source: unknown 138029 1726888149.15448: variable 'ansible_search_path' from source: unknown 138029 1726888149.15790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888149.18498: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888149.18580: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888149.18629: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888149.18716: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888149.18720: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888149.18794: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888149.18839: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888149.18873: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888149.18917: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888149.18942: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888149.18995: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888149.19042: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888149.19059: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888149.19152: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888149.19157: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888149.19180: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888149.19207: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888149.19234: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888149.19286: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888149.19304: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888149.19446: variable 'blivet_output' from source: set_fact 138029 1726888149.19571: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888149.19744: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888149.19805: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888149.19821: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888149.19863: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888149.19961: 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) 138029 1726888149.19964: 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) 138029 1726888149.19976: 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) 138029 1726888149.20007: 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) 138029 1726888149.20199: variable 'omit' from source: magic vars 138029 1726888149.20310: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888149.20326: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888149.20341: variable 'omit' from source: magic vars 138029 1726888149.20561: variable 'omit' from source: magic vars 138029 1726888149.20565: variable 'omit' from source: magic vars 138029 1726888149.20649: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888149.20688: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888149.20719: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888149.20765: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888149.20793: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888149.20883: variable 'mount_info' from source: unknown 138029 1726888149.20903: variable 'omit' from source: magic vars 138029 1726888149.20999: variable 'mount_info' from source: unknown 138029 1726888149.21133: variable 'mount_info' from source: unknown 138029 1726888149.21228: variable 'omit' from source: magic vars 138029 1726888149.21280: variable 'mount_info' from source: unknown 138029 1726888149.21291: variable 'omit' from source: magic vars 138029 1726888149.21372: variable 'mount_info' from source: unknown 138029 1726888149.21393: variable 'omit' from source: magic vars 138029 1726888149.21419: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888149.21454: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888149.21479: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888149.21501: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888149.21517: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888149.21537: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888149.21570: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888149.21664: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888149.21667: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888149.21669: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888149.21746: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888149.21759: Set connection var ansible_timeout to 10 138029 1726888149.21776: Set connection var ansible_pipelining to False 138029 1726888149.21782: Set connection var ansible_shell_type to sh 138029 1726888149.21788: Set connection var ansible_connection to ssh 138029 1726888149.21796: Set connection var ansible_shell_executable to /bin/sh 138029 1726888149.21821: variable 'ansible_shell_executable' from source: unknown 138029 1726888149.21828: variable 'ansible_connection' from source: unknown 138029 1726888149.21834: variable 'ansible_module_compression' from source: unknown 138029 1726888149.21840: variable 'ansible_shell_type' from source: unknown 138029 1726888149.21880: variable 'ansible_shell_executable' from source: unknown 138029 1726888149.21882: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888149.21884: variable 'ansible_pipelining' from source: unknown 138029 1726888149.21886: variable 'ansible_timeout' from source: unknown 138029 1726888149.21887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 138029 1726888149.22060: 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) 138029 1726888149.22075: variable 'omit' from source: magic vars 138029 1726888149.22097: starting attempt loop 138029 1726888149.22100: running the handler 138029 1726888149.22123: _low_level_execute_command(): starting 138029 1726888149.22126: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888149.22863: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888149.22866: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888149.22869: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888149.22871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888149.22873: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888149.22876: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888149.22878: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888149.22880: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888149.22882: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888149.22884: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888149.22886: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888149.22888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888149.22890: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888149.22896: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888149.22902: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888149.22912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888149.22989: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888149.23007: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888149.23030: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888149.23111: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888149.24726: stdout chunk (state=3): >>>/root <<< 138029 1726888149.24867: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888149.24878: stdout chunk (state=3): >>><<< 138029 1726888149.24894: stderr chunk (state=3): >>><<< 138029 1726888149.24916: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888149.24933: _low_level_execute_command(): starting 138029 1726888149.24962: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888149.2492287-142790-277904767220935 `" && echo ansible-tmp-1726888149.2492287-142790-277904767220935="` echo /root/.ansible/tmp/ansible-tmp-1726888149.2492287-142790-277904767220935 `" ) && sleep 0' 138029 1726888149.25552: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888149.25574: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888149.25589: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888149.25611: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888149.25627: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888149.25641: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888149.25730: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888149.25753: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888149.25778: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888149.25801: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888149.25889: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888149.34449: stdout chunk (state=3): >>>ansible-tmp-1726888149.2492287-142790-277904767220935=/root/.ansible/tmp/ansible-tmp-1726888149.2492287-142790-277904767220935 <<< 138029 1726888149.34596: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888149.34615: stdout chunk (state=3): >>><<< 138029 1726888149.34629: stderr chunk (state=3): >>><<< 138029 1726888149.34657: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888149.2492287-142790-277904767220935=/root/.ansible/tmp/ansible-tmp-1726888149.2492287-142790-277904767220935 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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 138029 1726888149.34827: variable 'ansible_module_compression' from source: unknown 138029 1726888149.34837: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 138029 1726888149.34890: variable 'ansible_facts' from source: unknown 138029 1726888149.35005: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888149.2492287-142790-277904767220935/AnsiballZ_mount.py 138029 1726888149.35185: Sending initial data 138029 1726888149.35195: Sent initial data (156 bytes) 138029 1726888149.35887: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888149.35978: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888149.36024: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888149.36047: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888149.36287: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888149.37908: 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 <<< 138029 1726888149.37952: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888149.38010: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpwcpdrr8w /root/.ansible/tmp/ansible-tmp-1726888149.2492287-142790-277904767220935/AnsiballZ_mount.py <<< 138029 1726888149.38014: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888149.2492287-142790-277904767220935/AnsiballZ_mount.py" <<< 138029 1726888149.38057: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpwcpdrr8w" to remote "/root/.ansible/tmp/ansible-tmp-1726888149.2492287-142790-277904767220935/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888149.2492287-142790-277904767220935/AnsiballZ_mount.py" <<< 138029 1726888149.39103: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888149.39152: stderr chunk (state=3): >>><<< 138029 1726888149.39171: stdout chunk (state=3): >>><<< 138029 1726888149.39202: done transferring module to remote 138029 1726888149.39226: _low_level_execute_command(): starting 138029 1726888149.39236: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888149.2492287-142790-277904767220935/ /root/.ansible/tmp/ansible-tmp-1726888149.2492287-142790-277904767220935/AnsiballZ_mount.py && sleep 0' 138029 1726888149.39907: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888149.39922: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888149.39963: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888149.39979: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888149.40049: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888149.40090: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888149.40114: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888149.40128: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888149.40213: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888149.42220: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888149.42244: stdout chunk (state=3): >>><<< 138029 1726888149.42247: stderr chunk (state=3): >>><<< 138029 1726888149.42271: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888149.42368: _low_level_execute_command(): starting 138029 1726888149.42371: _low_level_execute_command(): using become for this command 138029 1726888149.42374: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-icdcvrdhjooekbprginpuwwrcncmnywl ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888149.2492287-142790-277904767220935/AnsiballZ_mount.py'"'"' && sleep 0' 138029 1726888149.42583: Initial state: awaiting_escalation: BECOME-SUCCESS-icdcvrdhjooekbprginpuwwrcncmnywl 138029 1726888149.43012: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888149.43150: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888149.43165: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888149.43211: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888149.43267: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888149.46423: stdout chunk (state=1): >>>BECOME-SUCCESS-icdcvrdhjooekbprginpuwwrcncmnywl <<< 138029 1726888149.46443: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-icdcvrdhjooekbprginpuwwrcncmnywl' 138029 1726888149.46759: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888149.46792: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888149.46814: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888149.46890: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888149.46893: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888149.46920: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888149.46959: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888149.46973: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888149.47004: stdout chunk (state=3): >>>import 'zipimport' # <<< 138029 1726888149.47006: stdout chunk (state=3): >>># installed zipimport hook <<< 138029 1726888149.47050: 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' <<< 138029 1726888149.47077: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888149.47097: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888149.47136: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888149.47158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888149.47178: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf49103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf48dfa10> <<< 138029 1726888149.47219: 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 0x7f5bf4912960> <<< 138029 1726888149.47272: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888149.47275: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888149.47289: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888149.47320: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888149.47421: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888149.47451: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888149.47484: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888149.47521: 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' <<< 138029 1726888149.47579: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888149.47599: 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 0x7f5bf46c0fe0> <<< 138029 1726888149.47673: 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' <<< 138029 1726888149.47704: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf46c1fd0> <<< 138029 1726888149.47715: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888149.47743: 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. <<< 138029 1726888149.47984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888149.48033: 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 <<< 138029 1726888149.48036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888149.48050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888149.48091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888149.48108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888149.48141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888149.48167: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf46ffe60> <<< 138029 1726888149.48185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888149.48221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888149.48229: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf46fff20> <<< 138029 1726888149.48259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888149.48286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888149.48297: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888149.48351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888149.48373: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888149.48425: 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 0x7f5bf4737890> <<< 138029 1726888149.48433: 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 0x7f5bf4737f20> <<< 138029 1726888149.48458: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888149.48501: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf4717b30> <<< 138029 1726888149.48511: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888149.48538: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf4715250> <<< 138029 1726888149.48625: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf46fd010> <<< 138029 1726888149.48659: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888149.48684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888149.48705: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888149.48723: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888149.48736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888149.48762: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888149.48792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888149.48807: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf475b7d0> <<< 138029 1726888149.48840: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf475a3f0> <<< 138029 1726888149.48842: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888149.48850: 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 0x7f5bf4716120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf4758c20> <<< 138029 1726888149.48991: 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 0x7f5bf478c860> <<< 138029 1726888149.49011: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf46fc290> # /usr/lib64/python3.12/__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 0x7f5bf478cd10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf478cbc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888149.49076: 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 0x7f5bf478cfb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf46fadb0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888149.49088: 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 <<< 138029 1726888149.49128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf478d670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf478d340> import 'importlib.machinery' # <<< 138029 1726888149.49178: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888149.49214: 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 0x7f5bf478e570> import 'importlib.util' # import 'runpy' # <<< 138029 1726888149.49233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888149.49295: 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 <<< 138029 1726888149.49325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf47a47a0> import 'errno' # <<< 138029 1726888149.49348: 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 0x7f5bf47a5e80> <<< 138029 1726888149.49382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888149.49421: 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 <<< 138029 1726888149.49438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf47a6cf0> <<< 138029 1726888149.49513: 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 0x7f5bf47a72f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf47a6240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888149.49574: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888149.49585: 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 0x7f5bf47a7d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf47a74a0> <<< 138029 1726888149.49642: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf478e5d0> <<< 138029 1726888149.49695: 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' <<< 138029 1726888149.49711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888149.49724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888149.49771: 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 0x7f5bf452fc50> <<< 138029 1726888149.49775: 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' <<< 138029 1726888149.49809: 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 0x7f5bf45586e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf4558440> <<< 138029 1726888149.49848: 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 0x7f5bf4558710> <<< 138029 1726888149.49853: 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' <<< 138029 1726888149.49927: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888149.50063: 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 0x7f5bf4559040> <<< 138029 1726888149.50178: 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 0x7f5bf4559a30> <<< 138029 1726888149.50182: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf45588f0> <<< 138029 1726888149.50217: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf452ddf0> <<< 138029 1726888149.50233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888149.50268: 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 <<< 138029 1726888149.50291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf455ae40> <<< 138029 1726888149.50327: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf4559b80> <<< 138029 1726888149.50353: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf478ecc0> <<< 138029 1726888149.50374: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888149.50427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888149.50444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888149.50487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888149.50511: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf45831a0> <<< 138029 1726888149.50587: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888149.50590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888149.50619: 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' <<< 138029 1726888149.50759: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf45ab500> <<< 138029 1726888149.50774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888149.50982: 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 0x7f5bf4608290> # /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' <<< 138029 1726888149.51023: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf460a9f0> <<< 138029 1726888149.51094: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf46083b0> <<< 138029 1726888149.51127: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf45d52b0> <<< 138029 1726888149.51162: 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 0x7f5bf3f25370> <<< 138029 1726888149.51191: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf45aa300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf455bd70> <<< 138029 1726888149.52326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5bf45aa420> <<< 138029 1726888149.57545: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_eazdhv7c/ansible_mount_payload.zip' # zipimport: zlib available <<< 138029 1726888149.57993: 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 0x7f5bf3f83080> import '_typing' # <<< 138029 1726888149.58094: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3f5df70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3f5d100> # zipimport: zlib available <<< 138029 1726888149.58112: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888149.58161: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888149.58175: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.59765: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.60708: 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 0x7f5bf3f80f20> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888149.60777: 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' <<< 138029 1726888149.60794: 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 0x7f5bf3fa6a80> <<< 138029 1726888149.60826: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3fa6810> <<< 138029 1726888149.60985: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3fa6120> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888149.60997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888149.61019: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3fa6930> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3f83aa0> 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 0x7f5bf3fa7770> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bf3fa79b0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888149.61071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888149.61081: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888149.61122: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3fa7ec0> import 'pwd' # <<< 138029 1726888149.61151: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888149.61189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888149.61273: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e15ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bf3e17890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888149.61293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888149.61331: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e18260> <<< 138029 1726888149.61362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888149.61387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e19400> <<< 138029 1726888149.61416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888149.61466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888149.61480: 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' <<< 138029 1726888149.61528: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e1bec0> <<< 138029 1726888149.61572: 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 0x7f5bf46faea0> <<< 138029 1726888149.61597: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e1a180> <<< 138029 1726888149.61610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888149.61650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888149.61681: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888149.61693: 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 <<< 138029 1726888149.61741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888149.61744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888149.61771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e23d70> import '_tokenize' # <<< 138029 1726888149.61837: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e22840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e225a0> <<< 138029 1726888149.61868: 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' <<< 138029 1726888149.61940: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e22b10> <<< 138029 1726888149.61990: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e1a690> <<< 138029 1726888149.62036: 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 0x7f5bf3e67e90> <<< 138029 1726888149.62039: 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 0x7f5bf3e68110> <<< 138029 1726888149.62073: 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' <<< 138029 1726888149.62095: 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' <<< 138029 1726888149.62140: 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 0x7f5bf3e69ca0> <<< 138029 1726888149.62171: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e69a60> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888149.62252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888149.62300: 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 0x7f5bf3e6c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e6a390> <<< 138029 1726888149.62334: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888149.62375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888149.62400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888149.62409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888149.62457: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e6fa10> <<< 138029 1726888149.62582: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e6c3e0> <<< 138029 1726888149.62636: 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 0x7f5bf3e70ce0> <<< 138029 1726888149.62675: 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 0x7f5bf3e70a10> <<< 138029 1726888149.62715: 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 0x7f5bf3e70d10> <<< 138029 1726888149.62719: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e68380> <<< 138029 1726888149.62750: 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' <<< 138029 1726888149.62766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888149.62799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888149.62832: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888149.62836: 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 0x7f5bf3ef82c0> <<< 138029 1726888149.63003: 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 0x7f5bf3ef9520> <<< 138029 1726888149.63007: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e72a50> <<< 138029 1726888149.63052: 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 0x7f5bf3e73e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e72690> <<< 138029 1726888149.63061: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.63098: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888149.63178: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.63267: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.63314: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888149.63335: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.63451: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.63579: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.64161: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.64633: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888149.64636: 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' # <<< 138029 1726888149.64676: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888149.64679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888149.64731: 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 0x7f5bf3d015b0> <<< 138029 1726888149.64813: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888149.64821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888149.64847: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3d02300> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3ef9370> <<< 138029 1726888149.64896: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888149.64899: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.64936: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.64944: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888149.64960: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.65101: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.65273: 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' <<< 138029 1726888149.65277: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3d02360> <<< 138029 1726888149.65293: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.65753: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.66195: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.66271: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.66348: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888149.66395: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.66461: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888149.66791: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 138029 1726888149.66794: 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 <<< 138029 1726888149.66957: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.67189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888149.67244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888149.67268: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888149.67332: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3d034a0> <<< 138029 1726888149.67356: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.67415: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.67488: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888149.67513: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888149.67535: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.67575: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.67616: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888149.67636: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.67677: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.67723: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.67784: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.67852: 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 <<< 138029 1726888149.67890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888149.67969: 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 0x7f5bf3d0e0f0> <<< 138029 1726888149.68005: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3d09730> <<< 138029 1726888149.68030: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888149.68053: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.68116: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.68176: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.68210: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.68250: 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' <<< 138029 1726888149.68288: 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 <<< 138029 1726888149.68295: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888149.68311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888149.68441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888149.68465: 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' <<< 138029 1726888149.68495: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3ffaa50> <<< 138029 1726888149.68509: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3ff2720> <<< 138029 1726888149.68595: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3d0e240> <<< 138029 1726888149.68598: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf47a6120> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888149.68620: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.68635: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.68670: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888149.68743: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888149.68746: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.68809: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible' # <<< 138029 1726888149.68842: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.68881: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available <<< 138029 1726888149.68891: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available <<< 138029 1726888149.68930: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available <<< 138029 1726888149.69365: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.69853: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888149.69858: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 138029 1726888149.69937: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888149.70097: stdout chunk (state=3): >>> {"changed": false, "name": "/opt/test1", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "state": "mounted", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null}}} <<< 138029 1726888149.70108: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888149.70398: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path<<< 138029 1726888149.70434: 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 <<< 138029 1726888149.70462: 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 # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler <<< 138029 1726888149.70523: 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 # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888149.70580: stdout chunk (state=3): >>># cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888149.70853: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888149.70858: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888149.70887: 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 <<< 138029 1726888149.70922: 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 <<< 138029 1726888149.70992: 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 <<< 138029 1726888149.70999: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil <<< 138029 1726888149.71013: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888149.71071: 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 <<< 138029 1726888149.71109: 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 <<< 138029 1726888149.71144: 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 <<< 138029 1726888149.71158: 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 <<< 138029 1726888149.71204: 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 <<< 138029 1726888149.71328: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888149.71362: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888149.71396: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888149.71425: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888149.71440: 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 <<< 138029 1726888149.71553: 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 <<< 138029 1726888149.71618: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 138029 1726888149.71622: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888149.72215: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888149.72219: stdout chunk (state=3): >>><<< 138029 1726888149.72221: stderr chunk (state=3): >>><<< 138029 1726888149.72417: _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 0x7f5bf49103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf48dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf4912960> 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 0x7f5bf46c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f5bf46c1fd0> 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 0x7f5bf46ffe60> # /usr/lib64/python3.12/__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 0x7f5bf46fff20> # /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 0x7f5bf4737890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf4737f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf4717b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf4715250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf46fd010> # /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 0x7f5bf475b7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf475a3f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf4716120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf4758c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf478c860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf46fc290> # /usr/lib64/python3.12/__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 0x7f5bf478cd10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf478cbc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bf478cfb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf46fadb0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f5bf478d670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf478d340> 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 0x7f5bf478e570> 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 0x7f5bf47a47a0> 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 0x7f5bf47a5e80> # /usr/lib64/python3.12/__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 0x7f5bf47a6cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bf47a72f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf47a6240> # /usr/lib64/python3.12/__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 0x7f5bf47a7d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf47a74a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf478e5d0> # /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 0x7f5bf452fc50> # /usr/lib64/python3.12/__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 0x7f5bf45586e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf4558440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bf4558710> # /usr/lib64/python3.12/__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 0x7f5bf4559040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bf4559a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf45588f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf452ddf0> # /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 0x7f5bf455ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf4559b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf478ecc0> # /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 0x7f5bf45831a0> # /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 0x7f5bf45ab500> # /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 0x7f5bf4608290> # /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 0x7f5bf460a9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf46083b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf45d52b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3f25370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf45aa300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf455bd70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5bf45aa420> # zipimport: found 36 names in '/tmp/ansible_mount_payload_eazdhv7c/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 0x7f5bf3f83080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3f5df70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3f5d100> # 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 0x7f5bf3f80f20> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f5bf3fa6a80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3fa6810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3fa6120> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f5bf3fa6930> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3f83aa0> 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 0x7f5bf3fa7770> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bf3fa79b0> # /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 0x7f5bf3fa7ec0> 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 0x7f5bf3e15ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bf3e17890> # /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 0x7f5bf3e18260> # /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 0x7f5bf3e19400> # /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 0x7f5bf3e1bec0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bf46faea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e1a180> # /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 0x7f5bf3e23d70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e22840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e225a0> # /usr/lib64/python3.12/__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 0x7f5bf3e22b10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e1a690> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bf3e67e90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e68110> # /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 0x7f5bf3e69ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e69a60> # /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 0x7f5bf3e6c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e6a390> # /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 0x7f5bf3e6fa10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e6c3e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bf3e70ce0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bf3e70a10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bf3e70d10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e68380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f5bf3ef82c0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bf3ef9520> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e72a50> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5bf3e73e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3e72690> # 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 0x7f5bf3d015b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f5bf3d02300> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3ef9370> 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 0x7f5bf3d02360> # 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 0x7f5bf3d034a0> # 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 0x7f5bf3d0e0f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3d09730> 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 0x7f5bf3ffaa50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3ff2720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf3d0e240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5bf47a6120> # 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/test1", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "path": "/opt/test1", "fstype": "xfs", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888149.73608: done with _execute_module (mount, {'src': 'UUID=ac246704-920b-4020-af6e-f443534e195b', 'path': '/opt/test1', 'fstype': 'xfs', '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-1726888149.2492287-142790-277904767220935/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888149.73612: _low_level_execute_command(): starting 138029 1726888149.73616: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888149.2492287-142790-277904767220935/ > /dev/null 2>&1 && sleep 0' 138029 1726888149.73618: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888149.73621: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888149.73623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888149.73626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888149.73629: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888149.73632: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888149.73635: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888149.73637: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888149.73640: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888149.73642: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888149.73645: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888149.73648: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888149.73651: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888149.75674: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888149.75677: stdout chunk (state=3): >>><<< 138029 1726888149.75680: stderr chunk (state=3): >>><<< 138029 1726888149.75682: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888149.75684: handler run complete 138029 1726888149.75687: attempt loop complete, returning result 138029 1726888149.75689: variable 'mount_info' from source: unknown 138029 1726888149.75751: variable 'mount_info' from source: unknown ok: [managed_node3] => (item={'src': 'UUID=ac246704-920b-4020-af6e-f443534e195b', 'path': '/opt/test1', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b" } 138029 1726888149.76166: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888149.76170: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888149.76172: variable 'omit' from source: magic vars 138029 1726888149.76174: variable 'omit' from source: magic vars 138029 1726888149.76176: variable 'omit' from source: magic vars 138029 1726888149.76179: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888149.76189: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888149.76220: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888149.76260: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888149.76279: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888149.76382: variable 'mount_info' from source: unknown 138029 1726888149.76385: variable 'omit' from source: magic vars 138029 1726888149.76445: variable 'mount_info' from source: unknown 138029 1726888149.76562: variable 'mount_info' from source: unknown 138029 1726888149.76598: variable 'omit' from source: magic vars 138029 1726888149.76685: variable 'mount_info' from source: unknown 138029 1726888149.76691: variable 'omit' from source: magic vars 138029 1726888149.76769: variable 'mount_info' from source: unknown 138029 1726888149.76815: variable 'omit' from source: magic vars 138029 1726888149.76818: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888149.76821: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888149.76823: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888149.76825: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888149.76835: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888149.76838: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888149.76840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888149.76960: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888149.76963: Set connection var ansible_timeout to 10 138029 1726888149.76966: Set connection var ansible_pipelining to False 138029 1726888149.76968: Set connection var ansible_shell_type to sh 138029 1726888149.76970: Set connection var ansible_connection to ssh 138029 1726888149.76972: Set connection var ansible_shell_executable to /bin/sh 138029 1726888149.76974: variable 'ansible_shell_executable' from source: unknown 138029 1726888149.76979: variable 'ansible_connection' from source: unknown 138029 1726888149.76981: variable 'ansible_module_compression' from source: unknown 138029 1726888149.76983: variable 'ansible_shell_type' from source: unknown 138029 1726888149.77033: variable 'ansible_shell_executable' from source: unknown 138029 1726888149.77036: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888149.77038: variable 'ansible_pipelining' from source: unknown 138029 1726888149.77040: variable 'ansible_timeout' from source: unknown 138029 1726888149.77043: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 138029 1726888149.77130: 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) 138029 1726888149.77141: variable 'omit' from source: magic vars 138029 1726888149.77144: starting attempt loop 138029 1726888149.77146: running the handler 138029 1726888149.77153: _low_level_execute_command(): starting 138029 1726888149.77157: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888149.77762: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888149.77775: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888149.77786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888149.77800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888149.77812: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888149.77819: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888149.77829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888149.77844: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888149.77851: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888149.77866: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888149.77878: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888149.77888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888149.77907: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888149.77910: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888149.77912: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888149.77922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888149.77992: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888149.78015: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888149.78023: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888149.78097: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888149.79692: stdout chunk (state=3): >>>/root <<< 138029 1726888149.79794: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888149.79839: stderr chunk (state=3): >>><<< 138029 1726888149.79854: stdout chunk (state=3): >>><<< 138029 1726888149.79963: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888149.79966: _low_level_execute_command(): starting 138029 1726888149.79971: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888149.7988775-142790-214361652721110 `" && echo ansible-tmp-1726888149.7988775-142790-214361652721110="` echo /root/.ansible/tmp/ansible-tmp-1726888149.7988775-142790-214361652721110 `" ) && sleep 0' 138029 1726888149.80515: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888149.80528: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888149.80542: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888149.80561: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888149.80621: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888149.80673: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888149.80695: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888149.80732: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888149.80791: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888149.86252: stdout chunk (state=3): >>>ansible-tmp-1726888149.7988775-142790-214361652721110=/root/.ansible/tmp/ansible-tmp-1726888149.7988775-142790-214361652721110 <<< 138029 1726888149.86476: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888149.86479: stdout chunk (state=3): >>><<< 138029 1726888149.86481: stderr chunk (state=3): >>><<< 138029 1726888149.86484: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888149.7988775-142790-214361652721110=/root/.ansible/tmp/ansible-tmp-1726888149.7988775-142790-214361652721110 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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 138029 1726888149.86553: variable 'ansible_module_compression' from source: unknown 138029 1726888149.86603: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 138029 1726888149.86643: variable 'ansible_facts' from source: unknown 138029 1726888149.86725: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888149.7988775-142790-214361652721110/AnsiballZ_mount.py 138029 1726888149.86995: Sending initial data 138029 1726888149.86998: Sent initial data (156 bytes) 138029 1726888149.87738: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888149.87753: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888149.87797: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888149.87844: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888149.89413: 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 <<< 138029 1726888149.89461: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888149.89511: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpefxqttc4 /root/.ansible/tmp/ansible-tmp-1726888149.7988775-142790-214361652721110/AnsiballZ_mount.py <<< 138029 1726888149.89514: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888149.7988775-142790-214361652721110/AnsiballZ_mount.py" <<< 138029 1726888149.89545: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpefxqttc4" to remote "/root/.ansible/tmp/ansible-tmp-1726888149.7988775-142790-214361652721110/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888149.7988775-142790-214361652721110/AnsiballZ_mount.py" <<< 138029 1726888149.90323: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888149.90395: stderr chunk (state=3): >>><<< 138029 1726888149.90405: stdout chunk (state=3): >>><<< 138029 1726888149.90472: done transferring module to remote 138029 1726888149.90490: _low_level_execute_command(): starting 138029 1726888149.90502: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888149.7988775-142790-214361652721110/ /root/.ansible/tmp/ansible-tmp-1726888149.7988775-142790-214361652721110/AnsiballZ_mount.py && sleep 0' 138029 1726888149.91128: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888149.91141: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888149.91240: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888149.91276: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888149.91292: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888149.91314: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888149.91395: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888149.93219: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888149.93233: stdout chunk (state=3): >>><<< 138029 1726888149.93243: stderr chunk (state=3): >>><<< 138029 1726888149.93269: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888149.93360: _low_level_execute_command(): starting 138029 1726888149.93366: _low_level_execute_command(): using become for this command 138029 1726888149.93369: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-cozraoiszxhnzzcajlvqfrocfymstrch ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888149.7988775-142790-214361652721110/AnsiballZ_mount.py'"'"' && sleep 0' 138029 1726888149.93674: Initial state: awaiting_escalation: BECOME-SUCCESS-cozraoiszxhnzzcajlvqfrocfymstrch 138029 1726888149.93998: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888149.94092: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888149.94113: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888149.94192: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888149.97125: stdout chunk (state=1): >>>BECOME-SUCCESS-cozraoiszxhnzzcajlvqfrocfymstrch <<< 138029 1726888149.97170: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-cozraoiszxhnzzcajlvqfrocfymstrch' 138029 1726888149.97455: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888149.97623: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 138029 1726888149.97661: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888149.97685: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888149.97704: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888149.97767: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888149.97779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 138029 1726888149.97801: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888149.97838: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888149.97876: 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 0x7f26483103e0> <<< 138029 1726888149.97912: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26482dfa10> <<< 138029 1726888149.97921: 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 0x7f2648312960> <<< 138029 1726888149.97963: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888149.97987: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888149.98008: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888149.98021: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888149.98106: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888149.98132: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888149.98181: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888149.98214: 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' <<< 138029 1726888149.98239: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888149.98270: 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' <<< 138029 1726888149.98285: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26480e4fe0> <<< 138029 1726888149.98346: 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' <<< 138029 1726888149.98376: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26480e5fd0> <<< 138029 1726888149.98386: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888149.98418: 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. <<< 138029 1726888149.98687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888149.98690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888149.98718: 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 <<< 138029 1726888149.98776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888149.98826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888149.98835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888149.98861: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2648123e60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888149.98901: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2648123ef0> <<< 138029 1726888149.98910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888149.98941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888149.98969: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888149.99066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888149.99069: 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 0x7f264815b860> <<< 138029 1726888149.99093: 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' <<< 138029 1726888149.99115: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264815bef0> import '_collections' # <<< 138029 1726888149.99164: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264813bb00> <<< 138029 1726888149.99183: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888149.99214: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2648139220> <<< 138029 1726888149.99299: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2648121010> <<< 138029 1726888149.99323: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888149.99404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888149.99432: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888149.99435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888149.99438: 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' <<< 138029 1726888149.99485: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264817f860> <<< 138029 1726888149.99493: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264817e480> <<< 138029 1726888149.99528: 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 0x7f264813a210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264817cc50> <<< 138029 1726888149.99585: 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 0x7f26481b08c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2648120290> <<< 138029 1726888149.99613: 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' <<< 138029 1726888149.99647: 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 0x7f26481b0d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481b0c20> <<< 138029 1726888149.99696: 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 0x7f26481b1010> <<< 138029 1726888149.99750: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264811edb0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888149.99753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888149.99785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888149.99825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888149.99842: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481b16a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481b13a0> import 'importlib.machinery' # <<< 138029 1726888149.99878: 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' <<< 138029 1726888149.99890: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481b2570> import 'importlib.util' # import 'runpy' # <<< 138029 1726888149.99919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888149.99958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888149.99993: 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 0x7f26481c87a0> <<< 138029 1726888150.00014: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888150.00037: 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 0x7f26481c9e80> <<< 138029 1726888150.00075: 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' <<< 138029 1726888150.00101: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888150.00114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481cacf0> <<< 138029 1726888150.00166: 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 0x7f26481cb320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481ca270> <<< 138029 1726888150.00189: 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' <<< 138029 1726888150.00239: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888150.00258: 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 0x7f26481cbda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481cb4d0> <<< 138029 1726888150.00299: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481b25d0> <<< 138029 1726888150.00311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888150.00371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888150.00396: 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' <<< 138029 1726888150.00435: 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' <<< 138029 1726888150.00446: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2647f4bc80> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888150.00476: 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 0x7f2647f746e0> <<< 138029 1726888150.00546: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647f74440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2647f74710> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888150.00549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888150.00611: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888150.00739: 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 0x7f2647f75040> <<< 138029 1726888150.01060: 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 0x7f2647f75a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647f748f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647f49e20> # /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 0x7f2647f76e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647f75b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481b2cc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888150.01081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888150.01107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888150.01140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888150.01180: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647fa3140> <<< 138029 1726888150.01297: 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' <<< 138029 1726888150.01322: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647fcb530> <<< 138029 1726888150.01348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888150.01399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888150.01440: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888150.01483: 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 0x7f2648024320> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888150.01514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888150.01545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888150.01619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888150.01672: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2648026a50> <<< 138029 1726888150.01746: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2648024440> <<< 138029 1726888150.01781: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647ff1310> <<< 138029 1726888150.01839: 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 0x7f2647929400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647fca330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647f77d40> <<< 138029 1726888150.02429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888150.02459: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2647fca450> <<< 138029 1726888150.04577: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_09q1b48e/ansible_mount_payload.zip' # zipimport: zlib available <<< 138029 1726888150.04708: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.04739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888150.04751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888150.04787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888150.04863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888150.04905: 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 0x7f2647987140> <<< 138029 1726888150.04917: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888150.05138: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647962030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647961190> # zipimport: zlib available <<< 138029 1726888150.05141: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888150.05171: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888150.05198: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.05201: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888150.05227: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.06600: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.07710: 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' <<< 138029 1726888150.07735: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647985010> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888150.07769: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888150.07793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888150.07807: 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' <<< 138029 1726888150.07836: 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 0x7f26479aaa20> <<< 138029 1726888150.07874: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26479aa7b0> <<< 138029 1726888150.07904: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26479aa0c0> <<< 138029 1726888150.07929: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888150.07949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888150.07984: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26479aa510> <<< 138029 1726888150.07987: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647987dd0> import 'atexit' # <<< 138029 1726888150.08026: 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 0x7f26479ab770> <<< 138029 1726888150.08043: 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 0x7f26479ab9b0> <<< 138029 1726888150.08073: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888150.08101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888150.08120: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888150.08169: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26479abec0> <<< 138029 1726888150.08203: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888150.08206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888150.08225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888150.08266: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647819cd0> <<< 138029 1726888150.08295: 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 0x7f264781b8f0> <<< 138029 1726888150.08320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888150.08337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888150.08380: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264781c2f0> <<< 138029 1726888150.08390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888150.08422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888150.08452: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264781d490> <<< 138029 1726888150.08457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888150.08495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888150.08529: 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' <<< 138029 1726888150.08575: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264781ff80> <<< 138029 1726888150.08626: 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 0x7f26481cab70> <<< 138029 1726888150.08648: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264781e240> <<< 138029 1726888150.08675: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888150.08711: 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 <<< 138029 1726888150.08732: 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 <<< 138029 1726888150.08767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888150.08780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888150.08806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647827e90> import '_tokenize' # <<< 138029 1726888150.08890: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647826960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26478266c0> <<< 138029 1726888150.08901: 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' <<< 138029 1726888150.08977: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647826c30> <<< 138029 1726888150.09008: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264781e750> <<< 138029 1726888150.09042: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888150.09045: 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 0x7f2647825be0> <<< 138029 1726888150.09083: 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 0x7f264786c2c0> <<< 138029 1726888150.09141: 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' <<< 138029 1726888150.09144: 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' <<< 138029 1726888150.09264: 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 0x7f264786dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264786db50> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888150.09288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888150.09494: 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 0x7f2647870350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264786e480> # /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' # <<< 138029 1726888150.09498: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647873b00> <<< 138029 1726888150.09615: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26478704d0> <<< 138029 1726888150.09673: 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 0x7f26478748c0> <<< 138029 1726888150.09706: 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 0x7f26478748f0> <<< 138029 1726888150.09741: 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 0x7f2647874410> <<< 138029 1726888150.09769: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264786c4a0> <<< 138029 1726888150.09795: 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' <<< 138029 1726888150.09808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888150.09832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888150.09858: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888150.09878: 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 0x7f26477005f0> <<< 138029 1726888150.10040: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888150.10054: 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 0x7f2647701970> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647876d50> <<< 138029 1726888150.10087: 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 0x7f2647877920> <<< 138029 1726888150.10105: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647876930> # zipimport: zlib available <<< 138029 1726888150.10118: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888150.10140: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.10218: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.10315: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.10319: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.10349: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888150.10376: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.10388: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888150.10496: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.10618: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.11166: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.11713: 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' # <<< 138029 1726888150.11737: 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' <<< 138029 1726888150.11787: 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 0x7f2647705b50> <<< 138029 1726888150.11886: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888150.11898: 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 0x7f26477068d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647701b20> <<< 138029 1726888150.11957: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888150.12006: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.12019: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888150.12267: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.12334: 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 0x7f2647706690> <<< 138029 1726888150.12337: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.12791: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.13227: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.13302: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.13375: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888150.13397: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.13436: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.13489: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888150.13509: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.13543: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.13702: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888150.13719: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.13756: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888150.13776: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.13989: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.14226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888150.14289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888150.14292: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888150.14362: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647707c20> <<< 138029 1726888150.14373: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.14439: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.14520: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888150.14541: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888150.14560: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.14593: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.14640: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888150.14693: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.14734: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.14798: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.14859: 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 <<< 138029 1726888150.14897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888150.14977: 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 0x7f2647712690> <<< 138029 1726888150.15012: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264770de20> <<< 138029 1726888150.15049: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888150.15113: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.15179: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.15207: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.15262: 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' <<< 138029 1726888150.15300: 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 <<< 138029 1726888150.15313: 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 <<< 138029 1726888150.15384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888150.15411: 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' <<< 138029 1726888150.15465: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647802ed0> <<< 138029 1726888150.15509: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26479e6ba0> <<< 138029 1726888150.15605: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647712870> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647707590> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888150.15609: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.15654: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888150.15729: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888150.15766: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 138029 1726888150.15794: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible' # <<< 138029 1726888150.15844: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available <<< 138029 1726888150.15895: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available <<< 138029 1726888150.15912: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # <<< 138029 1726888150.15924: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.16329: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.16731: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # <<< 138029 1726888150.16750: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.16783: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.16828: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 138029 1726888150.16896: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.17051: stdout chunk (state=3): >>> {"changed": false, "name": "/opt/test2", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "path": "/opt/test2", "fstype": "xfs", "opts": "defaults", "state": "mounted", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null}}} <<< 138029 1726888150.17054: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888150.17320: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ <<< 138029 1726888150.17343: 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 <<< 138029 1726888150.17389: stdout chunk (state=3): >>># cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma <<< 138029 1726888150.17482: 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 # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888150.17522: 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 # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 138029 1726888150.17526: stdout chunk (state=3): >>># 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 <<< 138029 1726888150.17774: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888150.17777: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888150.17824: 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 <<< 138029 1726888150.17839: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888150.17884: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal<<< 138029 1726888150.17889: 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 <<< 138029 1726888150.17932: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro <<< 138029 1726888150.17937: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888150.17992: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888150.17996: 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 <<< 138029 1726888150.18043: 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 <<< 138029 1726888150.18098: 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 <<< 138029 1726888150.18109: 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 <<< 138029 1726888150.18235: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888150.18273: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888150.18314: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888150.18340: 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 <<< 138029 1726888150.18362: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888150.18442: 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 <<< 138029 1726888150.18495: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 138029 1726888150.18521: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 138029 1726888150.18547: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888150.19054: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888150.19087: stderr chunk (state=3): >>>Shared connection to 10.31.13.126 closed. <<< 138029 1726888150.19090: stdout chunk (state=3): >>><<< 138029 1726888150.19092: stderr chunk (state=3): >>><<< 138029 1726888150.19254: _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 0x7f26483103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26482dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2648312960> 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 0x7f26480e4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f26480e5fd0> 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 0x7f2648123e60> # /usr/lib64/python3.12/__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 0x7f2648123ef0> # /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 0x7f264815b860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264815bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264813bb00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2648139220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2648121010> # /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 0x7f264817f860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264817e480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264813a210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264817cc50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481b08c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2648120290> # /usr/lib64/python3.12/__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 0x7f26481b0d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481b0c20> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26481b1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264811edb0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f26481b16a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481b13a0> 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 0x7f26481b2570> 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 0x7f26481c87a0> 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 0x7f26481c9e80> # /usr/lib64/python3.12/__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 0x7f26481cacf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26481cb320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481ca270> # /usr/lib64/python3.12/__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 0x7f26481cbda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481cb4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481b25d0> # /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 0x7f2647f4bc80> # /usr/lib64/python3.12/__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 0x7f2647f746e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647f74440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2647f74710> # /usr/lib64/python3.12/__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 0x7f2647f75040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2647f75a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647f748f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647f49e20> # /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 0x7f2647f76e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647f75b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26481b2cc0> # /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 0x7f2647fa3140> # /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 0x7f2647fcb530> # /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 0x7f2648024320> # /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 0x7f2648026a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2648024440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647ff1310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647929400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647fca330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647f77d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2647fca450> # zipimport: found 36 names in '/tmp/ansible_mount_payload_09q1b48e/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 0x7f2647987140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647962030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647961190> # 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 0x7f2647985010> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f26479aaa20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26479aa7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26479aa0c0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f26479aa510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647987dd0> 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 0x7f26479ab770> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26479ab9b0> # /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 0x7f26479abec0> 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 0x7f2647819cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f264781b8f0> # /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 0x7f264781c2f0> # /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 0x7f264781d490> # /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 0x7f264781ff80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26481cab70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264781e240> # /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 0x7f2647827e90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647826960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26478266c0> # /usr/lib64/python3.12/__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 0x7f2647826c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264781e750> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2647825be0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264786c2c0> # /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 0x7f264786dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264786db50> # /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 0x7f2647870350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264786e480> # /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 0x7f2647873b00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26478704d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26478748c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f26478748f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2647874410> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264786c4a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f26477005f0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2647701970> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647876d50> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2647877920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647876930> # 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 0x7f2647705b50> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f26477068d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647701b20> 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 0x7f2647706690> # 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 0x7f2647707c20> # 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 0x7f2647712690> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f264770de20> 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 0x7f2647802ed0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26479e6ba0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647712870> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2647707590> # 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/test2", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "path": "/opt/test2", "fstype": "xfs", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888150.19875: done with _execute_module (mount, {'src': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', 'path': '/opt/test2', 'fstype': 'xfs', '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-1726888149.7988775-142790-214361652721110/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888150.19878: _low_level_execute_command(): starting 138029 1726888150.19881: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888149.7988775-142790-214361652721110/ > /dev/null 2>&1 && sleep 0' 138029 1726888150.20222: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888150.20236: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888150.20260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888150.20320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888150.20375: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888150.20394: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888150.20422: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888150.20492: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888150.22406: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888150.22432: stderr chunk (state=3): >>><<< 138029 1726888150.22435: stdout chunk (state=3): >>><<< 138029 1726888150.22661: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888150.22667: handler run complete 138029 1726888150.22670: attempt loop complete, returning result 138029 1726888150.22672: variable 'mount_info' from source: unknown 138029 1726888150.22674: variable 'mount_info' from source: unknown ok: [managed_node3] => (item={'src': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', 'path': '/opt/test2', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24" } 138029 1726888150.22961: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888150.22967: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888150.22970: variable 'omit' from source: magic vars 138029 1726888150.22972: variable 'omit' from source: magic vars 138029 1726888150.22974: variable 'omit' from source: magic vars 138029 1726888150.23116: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888150.23151: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888150.23187: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888150.23241: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888150.23263: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888150.23446: variable 'mount_info' from source: unknown 138029 1726888150.23450: variable 'omit' from source: magic vars 138029 1726888150.23459: variable 'mount_info' from source: unknown 138029 1726888150.23589: variable 'mount_info' from source: unknown 138029 1726888150.23601: variable 'omit' from source: magic vars 138029 1726888150.23725: variable 'mount_info' from source: unknown 138029 1726888150.23737: variable 'omit' from source: magic vars 138029 1726888150.23827: variable 'mount_info' from source: unknown 138029 1726888150.23848: variable 'omit' from source: magic vars 138029 1726888150.23884: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888150.23897: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888150.23907: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888150.23920: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888150.23935: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888150.23943: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888150.23957: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888150.24061: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888150.24074: Set connection var ansible_timeout to 10 138029 1726888150.24083: Set connection var ansible_pipelining to False 138029 1726888150.24099: Set connection var ansible_shell_type to sh 138029 1726888150.24101: Set connection var ansible_connection to ssh 138029 1726888150.24160: Set connection var ansible_shell_executable to /bin/sh 138029 1726888150.24163: variable 'ansible_shell_executable' from source: unknown 138029 1726888150.24168: variable 'ansible_connection' from source: unknown 138029 1726888150.24170: variable 'ansible_module_compression' from source: unknown 138029 1726888150.24172: variable 'ansible_shell_type' from source: unknown 138029 1726888150.24174: variable 'ansible_shell_executable' from source: unknown 138029 1726888150.24175: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888150.24177: variable 'ansible_pipelining' from source: unknown 138029 1726888150.24179: variable 'ansible_timeout' from source: unknown 138029 1726888150.24181: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 138029 1726888150.24321: 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) 138029 1726888150.24333: variable 'omit' from source: magic vars 138029 1726888150.24341: starting attempt loop 138029 1726888150.24346: running the handler 138029 1726888150.24358: _low_level_execute_command(): starting 138029 1726888150.24427: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888150.24996: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888150.25008: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888150.25022: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888150.25041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888150.25060: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888150.25079: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888150.25174: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888150.25197: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888150.25216: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888150.25297: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888150.26925: stdout chunk (state=3): >>>/root <<< 138029 1726888150.27051: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888150.27089: stderr chunk (state=3): >>><<< 138029 1726888150.27092: stdout chunk (state=3): >>><<< 138029 1726888150.27108: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888150.27196: _low_level_execute_command(): starting 138029 1726888150.27200: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888150.2711403-142790-219656875726494 `" && echo ansible-tmp-1726888150.2711403-142790-219656875726494="` echo /root/.ansible/tmp/ansible-tmp-1726888150.2711403-142790-219656875726494 `" ) && sleep 0' 138029 1726888150.27908: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888150.27916: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888150.27922: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888150.27958: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888150.31614: stdout chunk (state=3): >>>ansible-tmp-1726888150.2711403-142790-219656875726494=/root/.ansible/tmp/ansible-tmp-1726888150.2711403-142790-219656875726494 <<< 138029 1726888150.31768: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888150.31786: stdout chunk (state=3): >>><<< 138029 1726888150.31799: stderr chunk (state=3): >>><<< 138029 1726888150.31960: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888150.2711403-142790-219656875726494=/root/.ansible/tmp/ansible-tmp-1726888150.2711403-142790-219656875726494 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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 138029 1726888150.31974: variable 'ansible_module_compression' from source: unknown 138029 1726888150.31977: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 138029 1726888150.31979: variable 'ansible_facts' from source: unknown 138029 1726888150.32066: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888150.2711403-142790-219656875726494/AnsiballZ_mount.py 138029 1726888150.32222: Sending initial data 138029 1726888150.32230: Sent initial data (156 bytes) 138029 1726888150.32891: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888150.32905: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888150.32982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888150.33030: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888150.33047: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888150.33091: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888150.33179: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888150.34721: 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 <<< 138029 1726888150.34800: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888150.34838: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpblz_5n40 /root/.ansible/tmp/ansible-tmp-1726888150.2711403-142790-219656875726494/AnsiballZ_mount.py <<< 138029 1726888150.34850: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888150.2711403-142790-219656875726494/AnsiballZ_mount.py" <<< 138029 1726888150.34893: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpblz_5n40" to remote "/root/.ansible/tmp/ansible-tmp-1726888150.2711403-142790-219656875726494/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888150.2711403-142790-219656875726494/AnsiballZ_mount.py" <<< 138029 1726888150.36021: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888150.36025: stdout chunk (state=3): >>><<< 138029 1726888150.36027: stderr chunk (state=3): >>><<< 138029 1726888150.36029: done transferring module to remote 138029 1726888150.36031: _low_level_execute_command(): starting 138029 1726888150.36038: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888150.2711403-142790-219656875726494/ /root/.ansible/tmp/ansible-tmp-1726888150.2711403-142790-219656875726494/AnsiballZ_mount.py && sleep 0' 138029 1726888150.36779: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888150.36806: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888150.36825: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888150.36863: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888150.36907: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888150.38788: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888150.38791: stdout chunk (state=3): >>><<< 138029 1726888150.38793: stderr chunk (state=3): >>><<< 138029 1726888150.38795: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888150.38797: _low_level_execute_command(): starting 138029 1726888150.38799: _low_level_execute_command(): using become for this command 138029 1726888150.38802: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-vaxalgkfemgdssvbcubpjqyjvrkmvhwq ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888150.2711403-142790-219656875726494/AnsiballZ_mount.py'"'"' && sleep 0' 138029 1726888150.39074: Initial state: awaiting_escalation: BECOME-SUCCESS-vaxalgkfemgdssvbcubpjqyjvrkmvhwq 138029 1726888150.39419: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888150.39477: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888150.39484: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888150.39569: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888150.39661: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888150.39690: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888150.39780: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888150.42684: stdout chunk (state=1): >>>BECOME-SUCCESS-vaxalgkfemgdssvbcubpjqyjvrkmvhwq <<< 138029 1726888150.42687: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-vaxalgkfemgdssvbcubpjqyjvrkmvhwq' 138029 1726888150.43007: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888150.43042: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888150.43078: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888150.43153: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888150.43160: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888150.43186: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888150.43219: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888150.43257: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888150.43310: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888150.43318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888150.43341: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888150.43391: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888150.43403: 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' <<< 138029 1726888150.43435: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad3683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad337a10> <<< 138029 1726888150.43466: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888150.43483: 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 0x7fbaad36a960> <<< 138029 1726888150.43498: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888150.43526: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888150.43544: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888150.43563: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888150.43588: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888150.43673: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888150.43712: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888150.43738: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888150.43778: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888150.43828: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888150.43831: 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' <<< 138029 1726888150.43852: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad13cfe0> <<< 138029 1726888150.43930: 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' <<< 138029 1726888150.43958: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad13dfd0> import 'site' # <<< 138029 1726888150.43994: 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. <<< 138029 1726888150.44221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888150.44232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888150.44260: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888150.44289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888150.44292: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888150.44322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888150.44346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888150.44369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888150.44387: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad17be90> <<< 138029 1726888150.44409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888150.44427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888150.44446: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888150.44461: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad17bf50> <<< 138029 1726888150.44477: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888150.44502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888150.44523: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888150.44595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888150.44603: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888150.44651: 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 0x7fbaad1b3860> <<< 138029 1726888150.44674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888150.44677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad1b3ef0> <<< 138029 1726888150.44688: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888150.44725: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad193b30> <<< 138029 1726888150.44740: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888150.44771: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad191280> <<< 138029 1726888150.44857: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad179040> <<< 138029 1726888150.44886: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888150.44912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888150.44930: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888150.44976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888150.44996: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888150.45020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888150.45026: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad1d7890> <<< 138029 1726888150.45066: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad1d64b0> <<< 138029 1726888150.45070: 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' <<< 138029 1726888150.45088: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad192150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad1d4c50> <<< 138029 1726888150.45138: 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' <<< 138029 1726888150.45145: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad2048f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad1782c0> <<< 138029 1726888150.45187: 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' <<< 138029 1726888150.45191: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888150.45210: 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 0x7fbaad204da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad204c50> <<< 138029 1726888150.45230: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888150.45269: 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 0x7fbaad205040> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad176de0> <<< 138029 1726888150.45308: 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' <<< 138029 1726888150.45311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888150.45344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888150.45379: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad205700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad2053d0> import 'importlib.machinery' # <<< 138029 1726888150.45395: 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' <<< 138029 1726888150.45421: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad206600> import 'importlib.util' # <<< 138029 1726888150.45490: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888150.45526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888150.45547: 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 0x7fbaad220800> import 'errno' # <<< 138029 1726888150.45618: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888150.45622: 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 0x7fbaad221f40> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888150.45658: 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 0x7fbaad222de0> <<< 138029 1726888150.45716: 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 0x7fbaad223440> <<< 138029 1726888150.45738: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad222330> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888150.45768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888150.45793: 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 0x7fbaad223e30> <<< 138029 1726888150.45810: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad223560> <<< 138029 1726888150.45938: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad206570> <<< 138029 1726888150.45942: 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' <<< 138029 1726888150.45971: 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' <<< 138029 1726888150.46001: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbaacfb7ce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888150.46004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888150.46036: 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 0x7fbaacfe0770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaacfe04d0> <<< 138029 1726888150.46073: 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 0x7fbaacfe07a0> <<< 138029 1726888150.46103: 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' <<< 138029 1726888150.46195: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888150.46303: 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 0x7fbaacfe10d0> <<< 138029 1726888150.46417: 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 0x7fbaacfe1ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaacfe0980> <<< 138029 1726888150.46432: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaacfb5e80> <<< 138029 1726888150.46481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888150.46520: 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' <<< 138029 1726888150.46544: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaacfe2ed0> <<< 138029 1726888150.46583: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaacfe1c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad206d20> <<< 138029 1726888150.46599: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888150.46671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888150.46701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888150.46717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888150.46742: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad00b200> <<< 138029 1726888150.46816: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888150.46820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888150.46848: 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' <<< 138029 1726888150.46902: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad0375f0> <<< 138029 1726888150.46921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888150.47080: 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 0x7fbaad0903e0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888150.47198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888150.47201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888150.47218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888150.47244: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad092b40> <<< 138029 1726888150.47316: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad090500> <<< 138029 1726888150.47357: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad0593d0> <<< 138029 1726888150.47392: 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' <<< 138029 1726888150.47395: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac929490> <<< 138029 1726888150.47418: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad0363f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaacfe3dd0> <<< 138029 1726888150.49365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888150.49369: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbaad036750> <<< 138029 1726888150.54062: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_i5tpkelk/ansible_mount_payload.zip' # zipimport: zlib available <<< 138029 1726888150.54196: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.54216: 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' <<< 138029 1726888150.54267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888150.54337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888150.54385: 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' <<< 138029 1726888150.54403: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac983170> import '_typing' # <<< 138029 1726888150.54654: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac962060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac9611f0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888150.54660: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.54682: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888150.56086: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.57341: 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 0x7fbaac981040> <<< 138029 1726888150.57348: 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' <<< 138029 1726888150.57404: 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' <<< 138029 1726888150.57438: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888150.57441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888150.57463: 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 0x7fbaac9aaab0> <<< 138029 1726888150.57480: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac9aa840> <<< 138029 1726888150.57526: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac9aa150> <<< 138029 1726888150.57542: 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' <<< 138029 1726888150.57575: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac9aa6c0> <<< 138029 1726888150.57609: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac983b90> import 'atexit' # <<< 138029 1726888150.57667: 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 0x7fbaac9ab740> <<< 138029 1726888150.57671: 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 0x7fbaac9ab8c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888150.57723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888150.57726: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888150.57797: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac9abda0> <<< 138029 1726888150.57800: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888150.57804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888150.57821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888150.57864: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac819b20> <<< 138029 1726888150.57891: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888150.57899: 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 0x7fbaac81b740> <<< 138029 1726888150.57913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888150.57926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888150.57964: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac81bfb0> <<< 138029 1726888150.57986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888150.58009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888150.58048: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac81cf80> <<< 138029 1726888150.58051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888150.58100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888150.58106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888150.58116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888150.58176: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac81fc80> <<< 138029 1726888150.58211: 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 0x7fbaac9abef0> <<< 138029 1726888150.58223: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac81df70> <<< 138029 1726888150.58250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888150.58273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888150.58328: 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' <<< 138029 1726888150.58332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888150.58354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888150.58393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888150.58404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac827ad0> import '_tokenize' # <<< 138029 1726888150.58471: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac8265a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac826300> <<< 138029 1726888150.58499: 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' <<< 138029 1726888150.58575: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac826870> <<< 138029 1726888150.58598: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac81e480> <<< 138029 1726888150.58623: 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 0x7fbaac86bd40> <<< 138029 1726888150.58669: 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 0x7fbaac86be90> <<< 138029 1726888150.58711: 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' <<< 138029 1726888150.58714: 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' <<< 138029 1726888150.58779: 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 0x7fbaac86d9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac86d760> <<< 138029 1726888150.58792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888150.58886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888150.58930: 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 0x7fbaac86fef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac86e060> <<< 138029 1726888150.58986: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888150.59030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888150.59033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888150.59054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888150.59087: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac873710> <<< 138029 1726888150.59215: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac8700e0> <<< 138029 1726888150.59272: 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 0x7fbaac874a40> <<< 138029 1726888150.59316: 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 0x7fbaac8748f0> <<< 138029 1726888150.59387: 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 0x7fbaac874b00> <<< 138029 1726888150.59390: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac86c080> <<< 138029 1726888150.59429: 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 <<< 138029 1726888150.59432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888150.59472: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888150.59475: 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 0x7fbaac7001d0> <<< 138029 1726888150.59628: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888150.59663: 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 0x7fbaac7012e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac876960> <<< 138029 1726888150.59697: 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 0x7fbaac877d10> <<< 138029 1726888150.59719: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac8765a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888150.59735: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.59826: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.59918: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.59947: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.59980: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888150.60003: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888150.60121: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.60231: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.60779: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.61414: 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' <<< 138029 1726888150.61417: 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 0x7fbaac705430> <<< 138029 1726888150.61687: 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 0x7fbaac706330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac7014f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888150.61778: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.61973: 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' <<< 138029 1726888150.61976: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac7062d0> <<< 138029 1726888150.61979: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.62423: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.62870: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.62943: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.63017: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888150.63037: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.63121: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888150.63187: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.63307: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888150.63336: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.63466: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.63470: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888150.63637: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.63899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888150.63944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888150.63959: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888150.64026: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac7074d0> <<< 138029 1726888150.64029: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.64118: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.64220: 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' # <<< 138029 1726888150.64227: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.64259: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.64309: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888150.64405: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.64430: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.64467: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.64471: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.64529: 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 <<< 138029 1726888150.64571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888150.64651: 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 0x7fbaac712030> <<< 138029 1726888150.64711: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac70f2c0> <<< 138029 1726888150.64719: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888150.64730: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888150.64892: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888150.64925: 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' <<< 138029 1726888150.64981: 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' <<< 138029 1726888150.65002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888150.65051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888150.65127: 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' <<< 138029 1726888150.65184: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac802900> <<< 138029 1726888150.65199: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac9e65d0> <<< 138029 1726888150.65336: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac712120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac706090> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888150.65340: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.65342: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888150.65504: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 138029 1726888150.65519: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 138029 1726888150.65598: stdout chunk (state=3): >>># 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 <<< 138029 1726888150.65661: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available <<< 138029 1726888150.66021: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.66412: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888150.66429: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available <<< 138029 1726888150.66470: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.66498: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 138029 1726888150.66583: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888150.66716: stdout chunk (state=3): >>> {"changed": false, "name": "/opt/test3", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "path": "/opt/test3", "fstype": "xfs", "opts": "defaults", "state": "mounted", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null}}} <<< 138029 1726888150.66737: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888150.67039: 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 <<< 138029 1726888150.67122: 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 <<< 138029 1726888150.67167: 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 <<< 138029 1726888150.67196: 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 # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888150.67230: 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 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 138029 1726888150.67461: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888150.67484: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888150.67531: 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 <<< 138029 1726888150.67541: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888150.67590: 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 # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888150.67627: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888150.67656: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888150.67677: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888150.67728: 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 <<< 138029 1726888150.67750: 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 <<< 138029 1726888150.67778: 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 <<< 138029 1726888150.67819: 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 <<< 138029 1726888150.67829: 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 <<< 138029 1726888150.68006: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888150.68009: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888150.68026: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888150.68059: 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 <<< 138029 1726888150.68083: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888150.68174: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888150.68178: 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 <<< 138029 1726888150.68208: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 138029 1726888150.68229: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888150.68253: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888150.68258: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888150.68286: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888150.68835: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888150.68839: stdout chunk (state=3): >>><<< 138029 1726888150.68841: stderr chunk (state=3): >>><<< 138029 1726888150.68996: _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 0x7fbaad3683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad337a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad36a960> 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 0x7fbaad13cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fbaad13dfd0> 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 0x7fbaad17be90> # /usr/lib64/python3.12/__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 0x7fbaad17bf50> # /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 0x7fbaad1b3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad1b3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad193b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad191280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad179040> # /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 0x7fbaad1d7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad1d64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad192150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad1d4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad2048f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad1782c0> # /usr/lib64/python3.12/__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 0x7fbaad204da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad204c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbaad205040> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad176de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fbaad205700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad2053d0> 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 0x7fbaad206600> 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 0x7fbaad220800> 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 0x7fbaad221f40> # /usr/lib64/python3.12/__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 0x7fbaad222de0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbaad223440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad222330> # /usr/lib64/python3.12/__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 0x7fbaad223e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad223560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad206570> # /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 0x7fbaacfb7ce0> # /usr/lib64/python3.12/__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 0x7fbaacfe0770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaacfe04d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbaacfe07a0> # /usr/lib64/python3.12/__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 0x7fbaacfe10d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbaacfe1ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaacfe0980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaacfb5e80> # /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 0x7fbaacfe2ed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaacfe1c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad206d20> # /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 0x7fbaad00b200> # /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 0x7fbaad0375f0> # /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 0x7fbaad0903e0> # /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 0x7fbaad092b40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad090500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad0593d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac929490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaad0363f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaacfe3dd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbaad036750> # zipimport: found 36 names in '/tmp/ansible_mount_payload_i5tpkelk/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 0x7fbaac983170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac962060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac9611f0> # 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 0x7fbaac981040> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fbaac9aaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac9aa840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac9aa150> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fbaac9aa6c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac983b90> 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 0x7fbaac9ab740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbaac9ab8c0> # /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 0x7fbaac9abda0> 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 0x7fbaac819b20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbaac81b740> # /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 0x7fbaac81bfb0> # /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 0x7fbaac81cf80> # /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 0x7fbaac81fc80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbaac9abef0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac81df70> # /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 0x7fbaac827ad0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac8265a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac826300> # /usr/lib64/python3.12/__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 0x7fbaac826870> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac81e480> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbaac86bd40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac86be90> # /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 0x7fbaac86d9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac86d760> # /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 0x7fbaac86fef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac86e060> # /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 0x7fbaac873710> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac8700e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbaac874a40> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbaac8748f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbaac874b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac86c080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fbaac7001d0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbaac7012e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac876960> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbaac877d10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac8765a0> # 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 0x7fbaac705430> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fbaac706330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac7014f0> 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 0x7fbaac7062d0> # 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 0x7fbaac7074d0> # 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 0x7fbaac712030> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac70f2c0> 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 0x7fbaac802900> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac9e65d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac712120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbaac706090> # 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/test3", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "path": "/opt/test3", "fstype": "xfs", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888150.69608: done with _execute_module (mount, {'src': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', 'path': '/opt/test3', 'fstype': 'xfs', '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-1726888150.2711403-142790-219656875726494/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888150.69612: _low_level_execute_command(): starting 138029 1726888150.69614: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888150.2711403-142790-219656875726494/ > /dev/null 2>&1 && sleep 0' 138029 1726888150.70257: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888150.70306: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888150.70322: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888150.70340: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888150.70417: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888150.72373: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888150.72376: stdout chunk (state=3): >>><<< 138029 1726888150.72461: stderr chunk (state=3): >>><<< 138029 1726888150.72464: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888150.72467: handler run complete 138029 1726888150.72469: attempt loop complete, returning result 138029 1726888150.72476: variable 'mount_info' from source: unknown 138029 1726888150.72522: variable 'mount_info' from source: unknown ok: [managed_node3] => (item={'src': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', 'path': '/opt/test3', 'fstype': 'xfs', '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": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2" } 138029 1726888150.72771: dumping result to json 138029 1726888150.72774: done dumping result, returning 138029 1726888150.72776: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-5a58-73a2-0000000014e2] 138029 1726888150.72778: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014e2 138029 1726888150.73005: no more pending results, returning what we have 138029 1726888150.73008: results queue empty 138029 1726888150.73009: checking for any_errors_fatal 138029 1726888150.73020: done checking for any_errors_fatal 138029 1726888150.73021: checking for max_fail_percentage 138029 1726888150.73022: done checking for max_fail_percentage 138029 1726888150.73023: checking to see if all hosts have failed and the running result is not ok 138029 1726888150.73023: done checking to see if all hosts have failed 138029 1726888150.73024: getting the remaining hosts for this loop 138029 1726888150.73025: done getting the remaining hosts for this loop 138029 1726888150.73028: getting the next task for host managed_node3 138029 1726888150.73033: done getting next task for host managed_node3 138029 1726888150.73036: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 138029 1726888150.73039: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888150.73050: getting variables 138029 1726888150.73051: in VariableManager get_vars() 138029 1726888150.73086: Calling all_inventory to load vars for managed_node3 138029 1726888150.73088: Calling groups_inventory to load vars for managed_node3 138029 1726888150.73091: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888150.73099: Calling all_plugins_play to load vars for managed_node3 138029 1726888150.73102: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888150.73104: Calling groups_plugins_play to load vars for managed_node3 138029 1726888150.73641: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014e2 138029 1726888150.73644: WORKER PROCESS EXITING 138029 1726888150.73977: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888150.74709: done with get_vars() 138029 1726888150.74729: 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:09:10 -0400 (0:00:01.601) 0:02:43.471 ****** 138029 1726888150.74837: entering _queue_task() for managed_node3/file 138029 1726888150.75162: worker is 1 (out of 1 available) 138029 1726888150.75179: exiting _queue_task() for managed_node3/file 138029 1726888150.75192: done queuing things up, now waiting for results queue to drain 138029 1726888150.75194: waiting for pending results... 138029 1726888150.75480: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 138029 1726888150.75644: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014e4 138029 1726888150.75668: variable 'ansible_search_path' from source: unknown 138029 1726888150.75676: variable 'ansible_search_path' from source: unknown 138029 1726888150.76040: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888150.78289: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888150.78385: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888150.78462: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888150.78470: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888150.78506: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888150.78593: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888150.78630: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888150.78663: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888150.78761: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888150.78765: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888150.78787: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888150.78822: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888150.78851: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888150.78894: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888150.78921: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888150.78982: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888150.79011: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888150.79133: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888150.79136: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888150.79139: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888150.79268: variable 'blivet_output' from source: set_fact 138029 1726888150.79396: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888150.79571: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888150.79612: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888150.79662: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888150.79699: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888150.79743: 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) 138029 1726888150.79769: 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) 138029 1726888150.79798: 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) 138029 1726888150.79821: 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) 138029 1726888150.80005: variable 'omit' from source: magic vars 138029 1726888150.80125: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888150.80140: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888150.80154: variable 'omit' from source: magic vars 138029 1726888150.80474: variable 'mount_info' from source: unknown 138029 1726888150.80548: Evaluated conditional (mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none): False 138029 1726888150.80551: when evaluation is False, skipping this task 138029 1726888150.80554: variable 'mount_info' from source: unknown 138029 1726888150.80607: variable 'mount_info' from source: unknown skipping: [managed_node3] => (item={'src': 'UUID=ac246704-920b-4020-af6e-f443534e195b', 'path': '/opt/test1', 'fstype': 'xfs', '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": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "state": "mounted" }, "skip_reason": "Conditional result was False" } 138029 1726888150.81173: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888150.81178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888150.81181: variable 'omit' from source: magic vars 138029 1726888150.81200: variable 'mount_info' from source: unknown 138029 1726888150.81218: Evaluated conditional (mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none): False 138029 1726888150.81224: when evaluation is False, skipping this task 138029 1726888150.81261: variable 'mount_info' from source: unknown 138029 1726888150.81328: variable 'mount_info' from source: unknown skipping: [managed_node3] => (item={'src': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', 'path': '/opt/test2', 'fstype': 'xfs', '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": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "state": "mounted" }, "skip_reason": "Conditional result was False" } 138029 1726888150.81607: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888150.81611: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888150.81613: variable 'omit' from source: magic vars 138029 1726888150.81824: variable 'mount_info' from source: unknown 138029 1726888150.81838: Evaluated conditional (mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none): False 138029 1726888150.81845: when evaluation is False, skipping this task 138029 1726888150.81884: variable 'mount_info' from source: unknown 138029 1726888150.81944: variable 'mount_info' from source: unknown skipping: [managed_node3] => (item={'src': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', 'path': '/opt/test3', 'fstype': 'xfs', '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": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "state": "mounted" }, "skip_reason": "Conditional result was False" } 138029 1726888150.82174: dumping result to json 138029 1726888150.82178: done dumping result, returning 138029 1726888150.82182: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-5a58-73a2-0000000014e4] 138029 1726888150.82185: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014e4 138029 1726888150.82240: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014e4 138029 1726888150.82244: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 138029 1726888150.82300: no more pending results, returning what we have 138029 1726888150.82304: results queue empty 138029 1726888150.82305: checking for any_errors_fatal 138029 1726888150.82326: done checking for any_errors_fatal 138029 1726888150.82327: checking for max_fail_percentage 138029 1726888150.82328: done checking for max_fail_percentage 138029 1726888150.82329: checking to see if all hosts have failed and the running result is not ok 138029 1726888150.82330: done checking to see if all hosts have failed 138029 1726888150.82331: getting the remaining hosts for this loop 138029 1726888150.82332: done getting the remaining hosts for this loop 138029 1726888150.82336: getting the next task for host managed_node3 138029 1726888150.82342: done getting next task for host managed_node3 138029 1726888150.82345: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888150.82349: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888150.82372: getting variables 138029 1726888150.82373: in VariableManager get_vars() 138029 1726888150.82407: Calling all_inventory to load vars for managed_node3 138029 1726888150.82409: Calling groups_inventory to load vars for managed_node3 138029 1726888150.82412: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888150.82421: Calling all_plugins_play to load vars for managed_node3 138029 1726888150.82423: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888150.82426: Calling groups_plugins_play to load vars for managed_node3 138029 1726888150.83088: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888150.83810: done with get_vars() 138029 1726888150.83827: 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:09:10 -0400 (0:00:00.090) 0:02:43.562 ****** 138029 1726888150.83934: entering _queue_task() for managed_node3/systemd 138029 1726888150.84317: worker is 1 (out of 1 available) 138029 1726888150.84331: exiting _queue_task() for managed_node3/systemd 138029 1726888150.84343: done queuing things up, now waiting for results queue to drain 138029 1726888150.84345: waiting for pending results... 138029 1726888150.84680: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888150.84777: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014e6 138029 1726888150.84782: variable 'ansible_search_path' from source: unknown 138029 1726888150.84786: variable 'ansible_search_path' from source: unknown 138029 1726888150.84863: calling self._execute() 138029 1726888150.84922: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888150.84926: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888150.84936: variable 'omit' from source: magic vars 138029 1726888150.85320: variable 'blivet_output' from source: set_fact 138029 1726888150.85388: Evaluated conditional (blivet_output['mounts']): True 138029 1726888150.85392: variable 'omit' from source: magic vars 138029 1726888150.85467: variable 'omit' from source: magic vars 138029 1726888150.85534: variable 'omit' from source: magic vars 138029 1726888150.85547: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888150.85587: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888150.85605: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888150.85623: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888150.85660: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888150.85663: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888150.85680: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888150.85710: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888150.85714: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888150.85717: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888150.85858: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888150.85863: Set connection var ansible_timeout to 10 138029 1726888150.85867: Set connection var ansible_pipelining to False 138029 1726888150.85870: Set connection var ansible_shell_type to sh 138029 1726888150.85872: Set connection var ansible_connection to ssh 138029 1726888150.86060: Set connection var ansible_shell_executable to /bin/sh 138029 1726888150.86064: variable 'ansible_shell_executable' from source: unknown 138029 1726888150.86067: variable 'ansible_connection' from source: unknown 138029 1726888150.86069: variable 'ansible_module_compression' from source: unknown 138029 1726888150.86071: variable 'ansible_shell_type' from source: unknown 138029 1726888150.86073: variable 'ansible_shell_executable' from source: unknown 138029 1726888150.86075: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888150.86077: variable 'ansible_pipelining' from source: unknown 138029 1726888150.86080: variable 'ansible_timeout' from source: unknown 138029 1726888150.86082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888150.86158: 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) 138029 1726888150.86180: variable 'omit' from source: magic vars 138029 1726888150.86197: starting attempt loop 138029 1726888150.86261: running the handler 138029 1726888150.86267: _low_level_execute_command(): starting 138029 1726888150.86270: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888150.86985: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888150.87004: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888150.87021: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888150.87044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888150.87154: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888150.87184: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888150.87365: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888150.88923: stdout chunk (state=3): >>>/root <<< 138029 1726888150.89062: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888150.89083: stdout chunk (state=3): >>><<< 138029 1726888150.89097: stderr chunk (state=3): >>><<< 138029 1726888150.89132: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888150.89156: _low_level_execute_command(): starting 138029 1726888150.89183: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888150.8914135-142871-227260108025910 `" && echo ansible-tmp-1726888150.8914135-142871-227260108025910="` echo /root/.ansible/tmp/ansible-tmp-1726888150.8914135-142871-227260108025910 `" ) && sleep 0' 138029 1726888150.89797: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888150.89812: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888150.89827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888150.89853: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888150.89960: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888150.89999: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888150.90076: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888150.98495: stdout chunk (state=3): >>>ansible-tmp-1726888150.8914135-142871-227260108025910=/root/.ansible/tmp/ansible-tmp-1726888150.8914135-142871-227260108025910 <<< 138029 1726888150.98651: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888150.98666: stdout chunk (state=3): >>><<< 138029 1726888150.98685: stderr chunk (state=3): >>><<< 138029 1726888150.98708: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888150.8914135-142871-227260108025910=/root/.ansible/tmp/ansible-tmp-1726888150.8914135-142871-227260108025910 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888150.98769: variable 'ansible_module_compression' from source: unknown 138029 1726888150.98827: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 138029 1726888150.98903: variable 'ansible_facts' from source: unknown 138029 1726888150.99167: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888150.8914135-142871-227260108025910/AnsiballZ_systemd.py 138029 1726888150.99403: Sending initial data 138029 1726888150.99406: Sent initial data (158 bytes) 138029 1726888150.99994: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888151.00007: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888151.00023: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888151.00140: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888151.00162: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888151.00244: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888151.01871: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 138029 1726888151.01898: 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 <<< 138029 1726888151.01972: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888151.02038: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpp0l3cyzm /root/.ansible/tmp/ansible-tmp-1726888150.8914135-142871-227260108025910/AnsiballZ_systemd.py <<< 138029 1726888151.02041: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888150.8914135-142871-227260108025910/AnsiballZ_systemd.py" <<< 138029 1726888151.02088: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpp0l3cyzm" to remote "/root/.ansible/tmp/ansible-tmp-1726888150.8914135-142871-227260108025910/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888150.8914135-142871-227260108025910/AnsiballZ_systemd.py" <<< 138029 1726888151.04040: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888151.04079: stderr chunk (state=3): >>><<< 138029 1726888151.04093: stdout chunk (state=3): >>><<< 138029 1726888151.04191: done transferring module to remote 138029 1726888151.04194: _low_level_execute_command(): starting 138029 1726888151.04196: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888150.8914135-142871-227260108025910/ /root/.ansible/tmp/ansible-tmp-1726888150.8914135-142871-227260108025910/AnsiballZ_systemd.py && sleep 0' 138029 1726888151.04853: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888151.04858: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888151.04922: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888151.04940: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888151.04976: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888151.05059: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888151.06971: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888151.06974: stdout chunk (state=3): >>><<< 138029 1726888151.06977: stderr chunk (state=3): >>><<< 138029 1726888151.06994: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888151.07001: _low_level_execute_command(): starting 138029 1726888151.07010: _low_level_execute_command(): using become for this command 138029 1726888151.07062: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-hkjzepgpwmmdyejuazrfiyvoccxztkzb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888150.8914135-142871-227260108025910/AnsiballZ_systemd.py'"'"' && sleep 0' 138029 1726888151.07197: Initial state: awaiting_escalation: BECOME-SUCCESS-hkjzepgpwmmdyejuazrfiyvoccxztkzb 138029 1726888151.07693: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888151.07776: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888151.07815: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888151.07860: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888151.10808: stdout chunk (state=1): >>>BECOME-SUCCESS-hkjzepgpwmmdyejuazrfiyvoccxztkzb <<< 138029 1726888151.10812: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-hkjzepgpwmmdyejuazrfiyvoccxztkzb' 138029 1726888151.11149: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888151.11184: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888151.11218: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888151.11224: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888151.11288: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888151.11293: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888151.11329: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888151.11368: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888151.11373: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888151.11395: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888151.11448: 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' <<< 138029 1726888151.11481: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888151.11497: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888151.11534: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888151.11552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888151.11580: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdd103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdcdfa10> <<< 138029 1726888151.11608: 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' <<< 138029 1726888151.11613: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdd12960> <<< 138029 1726888151.11640: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888151.11660: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888151.11677: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888151.11689: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888151.11722: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888151.11727: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888151.11813: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888151.11845: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888151.11850: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888151.11871: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888151.11893: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888151.11930: 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' <<< 138029 1726888151.11957: 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 <<< 138029 1726888151.11962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888151.11987: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb04fe0> <<< 138029 1726888151.12040: 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 <<< 138029 1726888151.12056: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888151.12059: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb05fd0> <<< 138029 1726888151.12092: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888151.12127: 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. <<< 138029 1726888151.12508: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888151.12516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888151.12551: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888151.12554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888151.12581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888151.12614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888151.12644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888151.12670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888151.12685: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb43e90> <<< 138029 1726888151.12699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888151.12718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888151.12751: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888151.12762: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb43f50> <<< 138029 1726888151.12771: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888151.12800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888151.12827: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888151.12876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888151.12891: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888151.12918: 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 0x7f5ebdb7b860> <<< 138029 1726888151.12954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888151.12970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb7bef0> <<< 138029 1726888151.12979: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888151.13030: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb5bb30> <<< 138029 1726888151.13038: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888151.13072: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb59280> <<< 138029 1726888151.13160: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb41040> <<< 138029 1726888151.13189: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888151.13210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888151.13225: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888151.13246: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888151.13272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888151.13290: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888151.13307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888151.13343: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb9f890> <<< 138029 1726888151.13346: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb9e4b0> <<< 138029 1726888151.13382: 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' <<< 138029 1726888151.13388: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb5a150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb9cc50> <<< 138029 1726888151.13441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888151.13449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbcc920> <<< 138029 1726888151.13454: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb402c0> <<< 138029 1726888151.13476: 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' <<< 138029 1726888151.13516: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888151.13519: 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 0x7f5ebdbccdd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbccc80> <<< 138029 1726888151.13560: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888151.13565: 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 0x7f5ebdbcd070> <<< 138029 1726888151.13567: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb3ede0> <<< 138029 1726888151.13600: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888151.13604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888151.13621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888151.13660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888151.13666: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbcd730> <<< 138029 1726888151.13683: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbcd430> import 'importlib.machinery' # <<< 138029 1726888151.13712: 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' <<< 138029 1726888151.13732: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbce630> <<< 138029 1726888151.13749: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888151.13769: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888151.13779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888151.13814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888151.13850: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888151.13853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 138029 1726888151.13869: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbe8860> import 'errno' # <<< 138029 1726888151.13894: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888151.13897: 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 0x7f5ebdbe9fa0> <<< 138029 1726888151.13925: 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' <<< 138029 1726888151.13963: 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' <<< 138029 1726888151.13984: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbeae10> <<< 138029 1726888151.14018: 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 0x7f5ebdbeb440> <<< 138029 1726888151.14023: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbea390> <<< 138029 1726888151.14049: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888151.14063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888151.14104: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888151.14112: 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 0x7f5ebdbebe30> <<< 138029 1726888151.14117: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbeb560> <<< 138029 1726888151.14162: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbce690> <<< 138029 1726888151.14178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888151.14211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888151.14225: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888151.14252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888151.14287: 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' <<< 138029 1726888151.14294: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebd8cfce0> <<< 138029 1726888151.14315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888151.14320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888151.14346: 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' <<< 138029 1726888151.14351: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebd8f8770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd8f84d0> <<< 138029 1726888151.14377: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888151.14383: 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 0x7f5ebd8f87a0> <<< 138029 1726888151.14416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888151.14422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888151.14481: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888151.14612: 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 0x7f5ebd8f90a0> <<< 138029 1726888151.14720: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888151.14725: 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 0x7f5ebd8f9a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd8f8980> <<< 138029 1726888151.14757: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd8cde80> <<< 138029 1726888151.14772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888151.14796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888151.14817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888151.14834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888151.14839: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd8fae40> <<< 138029 1726888151.14870: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd8f9b80> <<< 138029 1726888151.14884: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbced80> <<< 138029 1726888151.14913: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888151.14973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888151.14996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888151.15026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888151.15061: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd9231d0> <<< 138029 1726888151.15108: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888151.15127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888151.15147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888151.15174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888151.15211: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd94f560> <<< 138029 1726888151.15234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888151.15278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888151.15334: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888151.15363: 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 0x7f5ebd9a8350> <<< 138029 1726888151.15382: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888151.15411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888151.15435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888151.15477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888151.15563: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd9aaab0> <<< 138029 1726888151.15638: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd9a8470> <<< 138029 1726888151.15674: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd975340> <<< 138029 1726888151.15705: 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' <<< 138029 1726888151.15721: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd7c1430> <<< 138029 1726888151.15731: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd94e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd8fbda0> <<< 138029 1726888151.18093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888151.18128: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5ebd7c16d0> <<< 138029 1726888151.19174: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_g4fglcdu/ansible_systemd_payload.zip' <<< 138029 1726888151.19177: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.19293: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.19320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888151.19343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888151.19375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888151.19444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888151.19479: 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 0x7f5ebd82b1a0> <<< 138029 1726888151.19482: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888151.19671: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd806090> <<< 138029 1726888151.19679: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd805220> # zipimport: zlib available <<< 138029 1726888151.19715: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888151.19718: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.19745: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.19749: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.19776: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888151.19793: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.21180: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.22296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888151.22300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd829040> <<< 138029 1726888151.22331: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888151.22338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888151.22366: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888151.22369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888151.22398: 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' <<< 138029 1726888151.22431: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888151.22438: 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 0x7f5ebd85ab70> <<< 138029 1726888151.22470: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd85a930> <<< 138029 1726888151.22500: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd85a240> <<< 138029 1726888151.22523: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888151.22529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888151.22579: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd85a690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd82bbc0> <<< 138029 1726888151.22584: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888151.22613: 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 0x7f5ebd85b8c0> <<< 138029 1726888151.22643: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888151.22661: 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 0x7f5ebd85bb00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888151.22710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888151.22717: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888151.22768: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd85bf50> <<< 138029 1726888151.22771: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888151.22795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888151.22819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888151.22868: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd131d60> <<< 138029 1726888151.22881: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888151.22904: 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 0x7f5ebd133980> <<< 138029 1726888151.22923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888151.22960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888151.22992: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd138350> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888151.23053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888151.23068: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd1394c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888151.23093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888151.23122: 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' <<< 138029 1726888151.23179: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd13bf20> <<< 138029 1726888151.23224: 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 0x7f5ebd977f50> <<< 138029 1726888151.23248: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd13a1e0> <<< 138029 1726888151.23288: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888151.23299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888151.23329: 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 <<< 138029 1726888151.23426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888151.23475: 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 0x7f5ebd13fe00> <<< 138029 1726888151.23478: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888151.23553: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd13e8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd13e630> <<< 138029 1726888151.23653: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888151.23684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888151.23720: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd13eba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd13a6f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebd183ef0> <<< 138029 1726888151.23745: 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 0x7f5ebd184200> <<< 138029 1726888151.23771: 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 <<< 138029 1726888151.23785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888151.23819: 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' <<< 138029 1726888151.23841: 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 0x7f5ebd185ca0> <<< 138029 1726888151.23851: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd185a60> <<< 138029 1726888151.23862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888151.23883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888151.23933: 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 0x7f5ebd188230> <<< 138029 1726888151.23939: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd186390> <<< 138029 1726888151.23960: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888151.24001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888151.24020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888151.24040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888151.24049: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888151.24089: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd18b9b0> <<< 138029 1726888151.24212: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd1883b0> <<< 138029 1726888151.24273: 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 0x7f5ebd18ccb0> <<< 138029 1726888151.24303: 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 0x7f5ebd18ca10> <<< 138029 1726888151.24350: 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 0x7f5ebd18cc80> <<< 138029 1726888151.24360: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd184380> <<< 138029 1726888151.24384: 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' <<< 138029 1726888151.24409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888151.24423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888151.24454: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888151.24475: 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 0x7f5ebd018380> <<< 138029 1726888151.24623: 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 0x7f5ebd019550> <<< 138029 1726888151.24643: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd18eb10> <<< 138029 1726888151.24680: 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 0x7f5ebd18fec0> <<< 138029 1726888151.24683: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd18e720> <<< 138029 1726888151.24694: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.24716: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888151.24726: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.24816: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.24903: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.24924: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888151.24936: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.24962: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888151.24972: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.25091: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.25209: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.25745: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.26289: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888151.26306: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 138029 1726888151.26309: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888151.26327: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888151.26349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888151.26394: 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 0x7f5ebd01d6a0> <<< 138029 1726888151.26479: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888151.26494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888151.26502: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd01e4e0> <<< 138029 1726888151.26508: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd019700> <<< 138029 1726888151.26559: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888151.26571: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.26597: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.26605: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888151.26627: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.26777: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.26929: 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' <<< 138029 1726888151.26935: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd01e4b0> <<< 138029 1726888151.26952: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.27421: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.27877: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.27947: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.28008: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888151.28023: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.28065: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.28109: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888151.28178: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.28259: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888151.28281: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.28287: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.28298: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888151.28308: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.28353: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.28417: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888151.28636: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.28869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888151.28926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888151.28947: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888151.29013: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd01f6e0> <<< 138029 1726888151.29027: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.29101: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.29191: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888151.29216: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888151.29243: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.29254: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.29320: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888151.29324: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.29354: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.29403: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.29461: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.29536: 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 <<< 138029 1726888151.29577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888151.29647: 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 0x7f5ebd02a330> <<< 138029 1726888151.29685: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd025940> <<< 138029 1726888151.29718: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888151.29735: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.29796: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.29854: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.29892: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.29920: 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' <<< 138029 1726888151.29957: 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 <<< 138029 1726888151.29979: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888151.29997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888151.30045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888151.30088: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888151.30091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888151.30149: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd102c90> <<< 138029 1726888151.30195: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd1fa960> <<< 138029 1726888151.30275: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd02a540> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd02a0c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888151.30278: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.30317: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.30341: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888151.30395: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888151.30405: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.30431: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888151.30450: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.30657: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.30838: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.30867: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.30885: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.30925: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.30974: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.31014: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.31048: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 138029 1726888151.31072: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.31121: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.31205: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.31229: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.31263: 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 <<< 138029 1726888151.31319: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 138029 1726888151.31343: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888151.31402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888151.31428: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888151.31472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888151.31498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888151.31523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888151.31557: 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 0x7f5ebcd16ff0> <<< 138029 1726888151.31576: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcd16420> <<< 138029 1726888151.31638: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcd14920> <<< 138029 1726888151.31859: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd0bab40> <<< 138029 1726888151.31923: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd0b8aa0> <<< 138029 1726888151.31928: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 138029 1726888151.31945: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.32123: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.32302: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.32340: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.32396: 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' <<< 138029 1726888151.32430: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 138029 1726888151.32435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 138029 1726888151.32453: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 138029 1726888151.32472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 138029 1726888151.32489: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd0a5d90> <<< 138029 1726888151.32515: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 138029 1726888151.32548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 138029 1726888151.32566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888151.32599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888151.32623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888151.32641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 138029 1726888151.32654: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcda9280> <<< 138029 1726888151.32692: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888151.32694: 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 0x7f5ebcda9580> <<< 138029 1726888151.32743: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcd8cdd0> <<< 138029 1726888151.32763: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcd67f80> <<< 138029 1726888151.32794: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd0b9be0> <<< 138029 1726888151.32800: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd0b8e60> <<< 138029 1726888151.32818: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 138029 1726888151.32859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 138029 1726888151.32869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 138029 1726888151.32892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 138029 1726888151.32900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 138029 1726888151.32921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 138029 1726888151.32967: 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 0x7f5ebcbbc0e0> <<< 138029 1726888151.32971: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcdab950> <<< 138029 1726888151.32983: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888151.33000: 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 0x7f5ebcdabb30> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcdaad80> <<< 138029 1726888151.33029: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 138029 1726888151.33059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 138029 1726888151.33071: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcbbc1a0> <<< 138029 1726888151.33081: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 138029 1726888151.33123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888151.33154: 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 0x7f5ebcbbed20> <<< 138029 1726888151.33185: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcbbcd10> <<< 138029 1726888151.33211: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd0b8f20> <<< 138029 1726888151.33222: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 138029 1726888151.33256: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888151.33266: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 138029 1726888151.33287: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.33343: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.33400: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 138029 1726888151.33410: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.33461: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.33514: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 138029 1726888151.33518: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.33551: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 138029 1726888151.33554: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.33591: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.33629: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 138029 1726888151.33684: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.33730: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 138029 1726888151.33743: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.33786: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.33826: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 138029 1726888151.33840: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.33898: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.33956: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.34014: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.34077: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 138029 1726888151.34085: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 138029 1726888151.34090: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.34588: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.35005: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 138029 1726888151.35026: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.35075: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.35130: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.35166: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.35208: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 138029 1726888151.35218: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.35250: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.35285: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 138029 1726888151.35291: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.35353: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.35412: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 138029 1726888151.35419: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.35457: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.35482: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 138029 1726888151.35485: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.35522: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.35563: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 138029 1726888151.35571: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.35639: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.35729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888151.35735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888151.35762: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcbbf500> <<< 138029 1726888151.35781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888151.35811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888151.35937: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcbbffe0> <<< 138029 1726888151.35944: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 138029 1726888151.35953: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.36023: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.36082: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 138029 1726888151.36094: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.36183: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.36277: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 138029 1726888151.36282: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.36353: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.36424: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 138029 1726888151.36439: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.36480: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.36526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888151.36574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888151.36643: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888151.36702: 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 0x7f5ebcc031d0> <<< 138029 1726888151.36884: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcbebc80> <<< 138029 1726888151.36897: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 138029 1726888151.36903: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.36964: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.37019: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 138029 1726888151.37033: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.37115: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.37199: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.37319: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.37462: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888151.37474: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 138029 1726888151.37479: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.37524: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.37563: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 138029 1726888151.37575: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.37613: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.37667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 138029 1726888151.37670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 138029 1726888151.37704: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888151.37717: 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 0x7f5ebcc16f90> <<< 138029 1726888151.37734: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcc16a80> import 'ansible.module_utils.facts.system.user' # <<< 138029 1726888151.37772: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 138029 1726888151.37813: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.37852: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 138029 1726888151.37869: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.38018: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.38174: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 138029 1726888151.38178: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.38284: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.38388: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.38434: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.38477: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 138029 1726888151.38491: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 138029 1726888151.38497: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.38518: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.38543: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.38681: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.38831: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 138029 1726888151.38840: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 138029 1726888151.38846: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.38973: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.39084: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 138029 1726888151.39101: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.39140: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.39174: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.39729: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.40237: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 138029 1726888151.40247: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 138029 1726888151.40261: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.40361: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.40471: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 138029 1726888151.40477: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.40576: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.40677: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 138029 1726888151.40695: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.40840: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.40998: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 138029 1726888151.41007: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.41039: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.41045: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 138029 1726888151.41051: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.41094: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.41143: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 138029 1726888151.41147: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.41252: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.41353: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.41561: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.41770: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 138029 1726888151.41778: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 138029 1726888151.41788: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.41825: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.41865: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 138029 1726888151.41872: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.41897: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.41921: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 138029 1726888151.41933: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.42005: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.42076: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 138029 1726888151.42088: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.42117: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.42144: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 138029 1726888151.42149: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.42212: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.42269: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 138029 1726888151.42285: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.42336: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.42406: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 138029 1726888151.42434: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.42692: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.42950: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 138029 1726888151.42960: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43021: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43077: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 138029 1726888151.43081: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43129: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43172: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 138029 1726888151.43185: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43217: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43254: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 138029 1726888151.43288: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43340: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 138029 1726888151.43343: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43421: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43527: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 138029 1726888151.43530: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43552: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 138029 1726888151.43595: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43643: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 138029 1726888151.43648: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43672: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43694: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43749: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43793: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43868: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.43944: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 138029 1726888151.43948: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 138029 1726888151.43958: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.44017: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.44085: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 138029 1726888151.44088: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.44267: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.44479: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 138029 1726888151.44485: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.44528: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.44569: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 138029 1726888151.44608: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.44627: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.44677: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 138029 1726888151.44681: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.44774: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.44866: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 138029 1726888151.44887: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.44962: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.45080: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 138029 1726888151.45098: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 138029 1726888151.45220: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.45353: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 138029 1726888151.45438: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888151.70888: 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}}} <<< 138029 1726888151.71493: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888151.71504: 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 <<< 138029 1726888151.71561: 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 # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # 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 <<< 138029 1726888151.71647: stdout chunk (state=3): >>># cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing 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 <<< 138029 1726888151.71697: 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 <<< 138029 1726888151.71700: 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 <<< 138029 1726888151.71771: stdout chunk (state=3): >>># cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing 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 <<< 138029 1726888151.71829: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # 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 <<< 138029 1726888151.71880: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd<<< 138029 1726888151.71891: stdout chunk (state=3): >>> # 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 <<< 138029 1726888151.72248: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888151.72289: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888151.72294: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888151.72325: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888151.72376: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888151.72379: stdout chunk (state=3): >>># destroy zipimport <<< 138029 1726888151.72423: 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 # destroy grp <<< 138029 1726888151.72426: stdout chunk (state=3): >>># destroy encodings <<< 138029 1726888151.72441: stdout chunk (state=3): >>># destroy _locale <<< 138029 1726888151.72471: stdout chunk (state=3): >>># destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888151.72508: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 138029 1726888151.72565: 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 <<< 138029 1726888151.72597: stdout chunk (state=3): >>># destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle <<< 138029 1726888151.72624: 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 <<< 138029 1726888151.72654: stdout chunk (state=3): >>># destroy fcntl <<< 138029 1726888151.72668: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888151.72698: stdout chunk (state=3): >>># destroy base64 # destroy _ssl <<< 138029 1726888151.72727: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 138029 1726888151.72740: stdout chunk (state=3): >>># destroy errno # destroy json <<< 138029 1726888151.72781: stdout chunk (state=3): >>># 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 <<< 138029 1726888151.72834: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token <<< 138029 1726888151.72880: 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 <<< 138029 1726888151.72909: stdout chunk (state=3): >>># cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing<<< 138029 1726888151.72963: stdout chunk (state=3): >>> # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref <<< 138029 1726888151.72971: 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 <<< 138029 1726888151.73045: 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 # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 138029 1726888151.73049: 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 <<< 138029 1726888151.73067: stdout chunk (state=3): >>># destroy systemd._journal # destroy _datetime <<< 138029 1726888151.73220: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888151.73246: stdout chunk (state=3): >>># destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888151.73285: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888151.73328: 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 <<< 138029 1726888151.73378: 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 <<< 138029 1726888151.73400: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888151.73512: 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 <<< 138029 1726888151.73528: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888151.73577: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re <<< 138029 1726888151.73609: stdout chunk (state=3): >>># destroy _abc # destroy itertools # destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888151.74284: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888151.74304: stderr chunk (state=3): >>><<< 138029 1726888151.74313: stdout chunk (state=3): >>><<< 138029 1726888151.74512: _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 0x7f5ebdd103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdcdfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdd12960> 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 0x7f5ebdb04fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f5ebdb05fd0> 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 0x7f5ebdb43e90> # /usr/lib64/python3.12/__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 0x7f5ebdb43f50> # /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 0x7f5ebdb7b860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb7bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb5bb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb59280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb41040> # /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 0x7f5ebdb9f890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb9e4b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb5a150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb9cc50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbcc920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb402c0> # /usr/lib64/python3.12/__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 0x7f5ebdbccdd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbccc80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebdbcd070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdb3ede0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f5ebdbcd730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbcd430> 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 0x7f5ebdbce630> 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 0x7f5ebdbe8860> 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 0x7f5ebdbe9fa0> # /usr/lib64/python3.12/__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 0x7f5ebdbeae10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebdbeb440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbea390> # /usr/lib64/python3.12/__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 0x7f5ebdbebe30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbeb560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbce690> # /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 0x7f5ebd8cfce0> # /usr/lib64/python3.12/__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 0x7f5ebd8f8770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd8f84d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebd8f87a0> # /usr/lib64/python3.12/__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 0x7f5ebd8f90a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebd8f9a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd8f8980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd8cde80> # /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 0x7f5ebd8fae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd8f9b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebdbced80> # /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 0x7f5ebd9231d0> # /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 0x7f5ebd94f560> # /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 0x7f5ebd9a8350> # /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 0x7f5ebd9aaab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd9a8470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd975340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd7c1430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd94e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd8fbda0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5ebd7c16d0> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_g4fglcdu/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 0x7f5ebd82b1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd806090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd805220> # 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 0x7f5ebd829040> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f5ebd85ab70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd85a930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd85a240> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f5ebd85a690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd82bbc0> 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 0x7f5ebd85b8c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebd85bb00> # /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 0x7f5ebd85bf50> 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 0x7f5ebd131d60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebd133980> # /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 0x7f5ebd138350> # /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 0x7f5ebd1394c0> # /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 0x7f5ebd13bf20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebd977f50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd13a1e0> # /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 0x7f5ebd13fe00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd13e8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd13e630> # /usr/lib64/python3.12/__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 0x7f5ebd13eba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd13a6f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebd183ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd184200> # /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 0x7f5ebd185ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd185a60> # /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 0x7f5ebd188230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd186390> # /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 0x7f5ebd18b9b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd1883b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebd18ccb0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebd18ca10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebd18cc80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd184380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f5ebd018380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebd019550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd18eb10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ebd18fec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd18e720> # 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 0x7f5ebd01d6a0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f5ebd01e4e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd019700> 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 0x7f5ebd01e4b0> # 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 0x7f5ebd01f6e0> # 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 0x7f5ebd02a330> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd025940> 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 0x7f5ebd102c90> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd1fa960> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd02a540> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd02a0c0> # 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 0x7f5ebcd16ff0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcd16420> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcd14920> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd0bab40> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd0b8aa0> 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 0x7f5ebd0a5d90> # /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 0x7f5ebcda9280> # 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 0x7f5ebcda9580> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcd8cdd0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcd67f80> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd0b9be0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd0b8e60> # /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 0x7f5ebcbbc0e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcdab950> # 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 0x7f5ebcdabb30> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcdaad80> # /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 0x7f5ebcbbc1a0> # /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 0x7f5ebcbbed20> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcbbcd10> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebd0b8f20> 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 0x7f5ebcbbf500> # /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 0x7f5ebcbbffe0> 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 0x7f5ebcc031d0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcbebc80> 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 0x7f5ebcc16f90> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ebcc16a80> 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888151.76366: 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-1726888150.8914135-142871-227260108025910/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888151.76371: _low_level_execute_command(): starting 138029 1726888151.76374: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888150.8914135-142871-227260108025910/ > /dev/null 2>&1 && sleep 0' 138029 1726888151.76411: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888151.76416: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888151.76419: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888151.76421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888151.76423: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888151.76426: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888151.76428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888151.76431: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888151.76433: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888151.76435: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888151.76437: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888151.76439: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888151.76441: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888151.76444: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888151.76446: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888151.78409: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888151.78661: stderr chunk (state=3): >>><<< 138029 1726888151.78666: stdout chunk (state=3): >>><<< 138029 1726888151.78668: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888151.78670: handler run complete 138029 1726888151.78672: attempt loop complete, returning result 138029 1726888151.78674: _execute() done 138029 1726888151.78676: dumping result to json 138029 1726888151.78677: done dumping result, returning 138029 1726888151.78699: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-5a58-73a2-0000000014e6] 138029 1726888151.78701: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014e6 138029 1726888151.78766: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014e6 138029 1726888151.78769: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "name": null, "status": {} } 138029 1726888151.78863: no more pending results, returning what we have 138029 1726888151.78866: results queue empty 138029 1726888151.78868: checking for any_errors_fatal 138029 1726888151.78883: done checking for any_errors_fatal 138029 1726888151.78884: checking for max_fail_percentage 138029 1726888151.78886: done checking for max_fail_percentage 138029 1726888151.78887: checking to see if all hosts have failed and the running result is not ok 138029 1726888151.78888: done checking to see if all hosts have failed 138029 1726888151.78889: getting the remaining hosts for this loop 138029 1726888151.78891: done getting the remaining hosts for this loop 138029 1726888151.78897: getting the next task for host managed_node3 138029 1726888151.78903: done getting next task for host managed_node3 138029 1726888151.78908: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 138029 1726888151.78912: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888151.78924: getting variables 138029 1726888151.78926: in VariableManager get_vars() 138029 1726888151.79148: Calling all_inventory to load vars for managed_node3 138029 1726888151.79151: Calling groups_inventory to load vars for managed_node3 138029 1726888151.79154: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888151.79166: Calling all_plugins_play to load vars for managed_node3 138029 1726888151.79169: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888151.79180: Calling groups_plugins_play to load vars for managed_node3 138029 1726888151.79852: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888151.80552: done with get_vars() 138029 1726888151.80570: 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:09:11 -0400 (0:00:00.967) 0:02:44.530 ****** 138029 1726888151.80665: entering _queue_task() for managed_node3/stat 138029 1726888151.81099: worker is 1 (out of 1 available) 138029 1726888151.81111: exiting _queue_task() for managed_node3/stat 138029 1726888151.81123: done queuing things up, now waiting for results queue to drain 138029 1726888151.81125: waiting for pending results... 138029 1726888151.81416: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 138029 1726888151.81562: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014e7 138029 1726888151.81588: variable 'ansible_search_path' from source: unknown 138029 1726888151.81596: variable 'ansible_search_path' from source: unknown 138029 1726888151.81631: calling self._execute() 138029 1726888151.81744: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888151.81757: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888151.81775: variable 'omit' from source: magic vars 138029 1726888151.81891: variable 'omit' from source: magic vars 138029 1726888151.81972: variable 'omit' from source: magic vars 138029 1726888151.82013: variable 'omit' from source: magic vars 138029 1726888151.82058: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888151.82102: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888151.82131: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888151.82158: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888151.82179: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888151.82228: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888151.82232: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888151.82260: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888151.82272: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888151.82280: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888151.82407: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888151.82446: Set connection var ansible_timeout to 10 138029 1726888151.82448: Set connection var ansible_pipelining to False 138029 1726888151.82450: Set connection var ansible_shell_type to sh 138029 1726888151.82452: Set connection var ansible_connection to ssh 138029 1726888151.82453: Set connection var ansible_shell_executable to /bin/sh 138029 1726888151.82482: variable 'ansible_shell_executable' from source: unknown 138029 1726888151.82490: variable 'ansible_connection' from source: unknown 138029 1726888151.82496: variable 'ansible_module_compression' from source: unknown 138029 1726888151.82553: variable 'ansible_shell_type' from source: unknown 138029 1726888151.82559: variable 'ansible_shell_executable' from source: unknown 138029 1726888151.82561: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888151.82566: variable 'ansible_pipelining' from source: unknown 138029 1726888151.82568: variable 'ansible_timeout' from source: unknown 138029 1726888151.82570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888151.82753: 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) 138029 1726888151.82779: variable 'omit' from source: magic vars 138029 1726888151.82949: starting attempt loop 138029 1726888151.82952: running the handler 138029 1726888151.82958: _low_level_execute_command(): starting 138029 1726888151.82961: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888151.83547: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888151.83571: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888151.83646: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888151.83649: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888151.83657: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888151.83720: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888151.85460: stdout chunk (state=3): >>>/root <<< 138029 1726888151.85627: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888151.85630: stdout chunk (state=3): >>><<< 138029 1726888151.85632: stderr chunk (state=3): >>><<< 138029 1726888151.85659: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888151.85764: _low_level_execute_command(): starting 138029 1726888151.85768: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888151.8567243-142904-63822862716705 `" && echo ansible-tmp-1726888151.8567243-142904-63822862716705="` echo /root/.ansible/tmp/ansible-tmp-1726888151.8567243-142904-63822862716705 `" ) && sleep 0' 138029 1726888151.86336: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888151.86343: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888151.86356: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888151.86390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888151.86408: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888151.86488: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888151.86519: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888151.86596: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888151.96399: stdout chunk (state=3): >>>ansible-tmp-1726888151.8567243-142904-63822862716705=/root/.ansible/tmp/ansible-tmp-1726888151.8567243-142904-63822862716705 <<< 138029 1726888151.96509: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888151.96536: stderr chunk (state=3): >>><<< 138029 1726888151.96539: stdout chunk (state=3): >>><<< 138029 1726888151.96561: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888151.8567243-142904-63822862716705=/root/.ansible/tmp/ansible-tmp-1726888151.8567243-142904-63822862716705 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888151.96609: variable 'ansible_module_compression' from source: unknown 138029 1726888151.96659: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888151.96693: variable 'ansible_facts' from source: unknown 138029 1726888151.96756: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888151.8567243-142904-63822862716705/AnsiballZ_stat.py 138029 1726888151.96858: Sending initial data 138029 1726888151.96862: Sent initial data (154 bytes) 138029 1726888151.97307: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888151.97310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888151.97312: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888151.97314: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888151.97316: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888151.97362: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888151.97372: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888151.97422: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888151.99094: 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 <<< 138029 1726888151.99098: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888151.99137: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888151.99185: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpj3i_c2lb /root/.ansible/tmp/ansible-tmp-1726888151.8567243-142904-63822862716705/AnsiballZ_stat.py <<< 138029 1726888151.99191: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888151.8567243-142904-63822862716705/AnsiballZ_stat.py" <<< 138029 1726888151.99231: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpj3i_c2lb" to remote "/root/.ansible/tmp/ansible-tmp-1726888151.8567243-142904-63822862716705/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888151.8567243-142904-63822862716705/AnsiballZ_stat.py" <<< 138029 1726888151.99778: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888151.99817: stderr chunk (state=3): >>><<< 138029 1726888151.99820: stdout chunk (state=3): >>><<< 138029 1726888151.99857: done transferring module to remote 138029 1726888151.99869: _low_level_execute_command(): starting 138029 1726888151.99872: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888151.8567243-142904-63822862716705/ /root/.ansible/tmp/ansible-tmp-1726888151.8567243-142904-63822862716705/AnsiballZ_stat.py && sleep 0' 138029 1726888152.00292: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888152.00295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888152.00298: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888152.00300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888152.00302: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888152.00346: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888152.00356: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888152.00401: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888152.02338: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888152.02342: stdout chunk (state=3): >>><<< 138029 1726888152.02344: stderr chunk (state=3): >>><<< 138029 1726888152.02346: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888152.02349: _low_level_execute_command(): starting 138029 1726888152.02351: _low_level_execute_command(): using become for this command 138029 1726888152.02353: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-vwqdopvtmwkbomffklcdmynfhvrqwuyo ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888151.8567243-142904-63822862716705/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888152.02509: Initial state: awaiting_escalation: BECOME-SUCCESS-vwqdopvtmwkbomffklcdmynfhvrqwuyo 138029 1726888152.02833: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888152.02836: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888152.02881: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888152.02884: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888152.02930: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888152.06061: stdout chunk (state=1): >>>BECOME-SUCCESS-vwqdopvtmwkbomffklcdmynfhvrqwuyo <<< 138029 1726888152.06067: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-vwqdopvtmwkbomffklcdmynfhvrqwuyo' 138029 1726888152.06376: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888152.06411: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888152.06441: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888152.06445: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888152.06513: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888152.06519: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888152.06554: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888152.06601: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888152.06614: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888152.06625: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888152.06679: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888152.06685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.06701: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888152.06725: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888152.06758: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888152.06783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888152.06792: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7f683e0> <<< 138029 1726888152.06807: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7f37a10> <<< 138029 1726888152.06828: 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' <<< 138029 1726888152.06843: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7f6a960> <<< 138029 1726888152.06862: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888152.06888: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888152.06892: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888152.06924: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888152.06956: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888152.06962: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888152.07042: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888152.07073: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888152.07111: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888152.07119: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888152.07133: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888152.07158: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888152.07162: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888152.07169: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888152.07198: 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 <<< 138029 1726888152.07201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888152.07233: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7d3cfe0> <<< 138029 1726888152.07283: 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 <<< 138029 1726888152.07298: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.07301: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7d3dfd0> <<< 138029 1726888152.07334: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888152.07379: 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. <<< 138029 1726888152.07611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888152.07614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888152.07649: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888152.07652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.07679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888152.07723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888152.07736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888152.07780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7d7be90> <<< 138029 1726888152.07810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888152.07846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888152.07870: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7d7bf50> <<< 138029 1726888152.07893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888152.07914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888152.07930: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888152.07982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.08010: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888152.08059: 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 0x7ff9a7db3860> <<< 138029 1726888152.08078: 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 0x7ff9a7db3ef0> import '_collections' # <<< 138029 1726888152.08132: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7d93b30> import '_functools' # <<< 138029 1726888152.08193: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7d91280> <<< 138029 1726888152.08260: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7d79040> <<< 138029 1726888152.08286: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888152.08303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888152.08327: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888152.08351: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888152.08377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888152.08397: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888152.08413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888152.08444: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7dd7890> <<< 138029 1726888152.08457: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7dd64b0> <<< 138029 1726888152.08496: 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 0x7ff9a7d92150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7dd4c50> <<< 138029 1726888152.08542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888152.08546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 138029 1726888152.08567: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e04920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7d782c0> <<< 138029 1726888152.08578: 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' <<< 138029 1726888152.08621: 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 0x7ff9a7e04dd0> <<< 138029 1726888152.08628: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e04c80> <<< 138029 1726888152.08665: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.08674: 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 0x7ff9a7e05070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7d76de0> <<< 138029 1726888152.08709: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888152.08713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.08743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888152.08774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888152.08779: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e05730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e05430> <<< 138029 1726888152.08799: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888152.08825: 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' <<< 138029 1726888152.08851: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e06630> <<< 138029 1726888152.08869: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888152.08874: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888152.08897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888152.08933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888152.08965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888152.08979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e20860> import 'errno' # <<< 138029 1726888152.09011: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.09016: 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 0x7ff9a7e21fa0> <<< 138029 1726888152.09043: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888152.09046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888152.09082: 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' <<< 138029 1726888152.09085: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e22e10> <<< 138029 1726888152.09128: 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 0x7ff9a7e23440> <<< 138029 1726888152.09136: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e22390> <<< 138029 1726888152.09168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888152.09171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888152.09212: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.09216: 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 0x7ff9a7e23e30> <<< 138029 1726888152.09236: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e23560> <<< 138029 1726888152.09276: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e06690> <<< 138029 1726888152.09300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888152.09325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888152.09347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888152.09367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888152.09403: 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 0x7ff9a7bb3ce0> <<< 138029 1726888152.09424: 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' <<< 138029 1726888152.09454: 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 0x7ff9a7bdc7d0> <<< 138029 1726888152.09461: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7bdc530> <<< 138029 1726888152.09487: 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 0x7ff9a7bdc800> <<< 138029 1726888152.09519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888152.09524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888152.09593: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.09724: 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 0x7ff9a7bdd130> <<< 138029 1726888152.09843: 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 0x7ff9a7bddaf0> <<< 138029 1726888152.09851: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7bdc9e0> <<< 138029 1726888152.09866: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7bb1e80> <<< 138029 1726888152.09890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888152.09912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888152.09936: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888152.09949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888152.09971: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7bdeea0> <<< 138029 1726888152.09979: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7bddbe0> <<< 138029 1726888152.10002: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e06d80> <<< 138029 1726888152.10031: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888152.10090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.10178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888152.10183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7c07230> <<< 138029 1726888152.10245: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888152.10254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.10278: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888152.10295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888152.10343: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7c335c0> <<< 138029 1726888152.10361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888152.10409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888152.10461: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888152.10489: 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 0x7ff9a7c8c3b0> <<< 138029 1726888152.10517: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888152.10544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888152.10573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888152.10608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888152.10700: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7c8eb10> <<< 138029 1726888152.10772: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7c8c4d0> <<< 138029 1726888152.10812: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7c553a0> <<< 138029 1726888152.10836: 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' <<< 138029 1726888152.10857: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7529400> <<< 138029 1726888152.10860: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7c32420> <<< 138029 1726888152.10873: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7bdfe00> <<< 138029 1726888152.16827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888152.16847: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff9a75296a0> <<< 138029 1726888152.20904: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_fqaesmp_/ansible_stat_payload.zip' <<< 138029 1726888152.20913: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.21049: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.21086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888152.21091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888152.21146: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888152.21219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888152.21265: 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' <<< 138029 1726888152.21272: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a757f1d0> import '_typing' # <<< 138029 1726888152.21461: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a755e0c0> <<< 138029 1726888152.21468: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a755d220> # zipimport: zlib available <<< 138029 1726888152.21502: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888152.21510: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.21532: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.21537: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.21566: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888152.21572: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.22974: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.24091: 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' <<< 138029 1726888152.24096: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a757d070> <<< 138029 1726888152.24115: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888152.24135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.24157: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888152.24163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888152.24188: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888152.24191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888152.24221: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.24229: 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 0x7ff9a75aaba0> <<< 138029 1726888152.24261: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a75aa990> <<< 138029 1726888152.24294: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a75aa2a0> <<< 138029 1726888152.24309: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888152.24327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888152.24372: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a75aa780> <<< 138029 1726888152.24378: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a757fc50> <<< 138029 1726888152.24385: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888152.24413: 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 0x7ff9a75ab830> <<< 138029 1726888152.24441: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.24445: 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 0x7ff9a75aba70> <<< 138029 1726888152.24461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888152.24510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888152.24519: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888152.24572: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a75abfb0> <<< 138029 1726888152.24578: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888152.24602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888152.24624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888152.24661: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7415d00> <<< 138029 1726888152.24694: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.24703: 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 0x7ff9a7417920> <<< 138029 1726888152.24719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888152.24734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888152.24769: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a741c2f0> <<< 138029 1726888152.24790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888152.24819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888152.24837: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a741d460> <<< 138029 1726888152.24856: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888152.24894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888152.24923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888152.24925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888152.24974: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a741ff20> <<< 138029 1726888152.25011: 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 0x7ff9a74202c0> <<< 138029 1726888152.25052: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a741e210> <<< 138029 1726888152.25062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888152.25084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888152.25110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888152.25114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888152.25137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888152.25164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888152.25185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888152.25199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 138029 1726888152.25208: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7423fe0> <<< 138029 1726888152.25215: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888152.25282: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7422ab0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7422810> <<< 138029 1726888152.25299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888152.25315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888152.25388: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7422d80> <<< 138029 1726888152.25418: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a741e720> <<< 138029 1726888152.25451: 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 0x7ff9a74681d0> <<< 138029 1726888152.25475: 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 0x7ff9a74682f0> <<< 138029 1726888152.25498: 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 <<< 138029 1726888152.25515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888152.25536: 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' <<< 138029 1726888152.25577: 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 0x7ff9a7469eb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7469c70> <<< 138029 1726888152.25608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888152.25715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888152.25776: 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 0x7ff9a746c3e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a746a570> <<< 138029 1726888152.25800: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888152.25835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.25863: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888152.25879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888152.25887: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888152.25939: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a746fb90> <<< 138029 1726888152.26063: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a746c560> <<< 138029 1726888152.26122: 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 0x7ff9a7470ec0> <<< 138029 1726888152.26158: 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 0x7ff9a7470dd0> <<< 138029 1726888152.26196: 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 0x7ff9a7470c80> <<< 138029 1726888152.26216: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a74685f0> <<< 138029 1726888152.26235: 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 <<< 138029 1726888152.26250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888152.26260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888152.26283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888152.26317: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.26338: 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 0x7ff9a74fc470> <<< 138029 1726888152.26481: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.26497: 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 0x7ff9a74fd5b0> <<< 138029 1726888152.26505: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7472c00> <<< 138029 1726888152.26573: 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 0x7ff9a7473fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7472810> <<< 138029 1726888152.26576: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.26592: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888152.26600: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.26705: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.26793: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.26807: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888152.26813: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.26833: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888152.26847: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.26970: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.27099: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.27636: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.28189: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888152.28196: 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' # <<< 138029 1726888152.28220: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888152.28242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.28290: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.28295: 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 0x7ff9a73018e0> <<< 138029 1726888152.28376: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888152.28389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888152.28398: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7302780> <<< 138029 1726888152.28411: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7471fa0> <<< 138029 1726888152.28477: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888152.28483: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.28505: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.28523: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888152.28526: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.28681: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.28843: 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' <<< 138029 1726888152.28851: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a73024e0> <<< 138029 1726888152.28864: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.29326: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.29787: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.29879: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.29935: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888152.29978: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.30026: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888152.30111: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.30189: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888152.30211: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888152.30235: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888152.30247: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.30295: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.30331: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888152.30345: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.30560: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.30790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888152.30868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888152.30875: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888152.30940: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a73039e0> <<< 138029 1726888152.30963: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.31019: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.31092: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888152.31100: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888152.31112: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888152.31141: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.31177: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.31218: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888152.31243: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.31277: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.31330: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.31378: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.31449: 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 <<< 138029 1726888152.31490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.31577: 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 0x7ff9a730e420> <<< 138029 1726888152.31612: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a730ad80> <<< 138029 1726888152.31660: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888152.31717: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.31778: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.31810: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.31849: 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' <<< 138029 1726888152.31874: 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 <<< 138029 1726888152.31904: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888152.31930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888152.32014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888152.32029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888152.32056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888152.32078: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a75fac90> <<< 138029 1726888152.32121: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a75e2960> <<< 138029 1726888152.32190: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a730e570> <<< 138029 1726888152.32195: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7303260> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888152.32215: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.32244: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.32293: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888152.32341: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888152.32357: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888152.32382: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888152.32508: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.32728: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.33517: 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": 94372053, "dev": 51714, "nlink": 1, "atime": 1726887685.1854193, "mtime": 1726562394.502, "ctime": 1726887681.5763936, "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": "234057197", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888152.33550: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888152.33982: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888152.34035: 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 <<< 138029 1726888152.34104: 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 <<< 138029 1726888152.34163: stdout chunk (state=3): >>># cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888152.34170: 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 <<< 138029 1726888152.34375: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888152.34402: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888152.34423: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888152.34459: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888152.34462: stdout chunk (state=3): >>># destroy zipfile._path <<< 138029 1726888152.34470: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 138029 1726888152.34494: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888152.34503: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888152.34530: 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 <<< 138029 1726888152.34541: stdout chunk (state=3): >>># destroy _json <<< 138029 1726888152.34550: stdout chunk (state=3): >>># destroy grp # destroy encodings <<< 138029 1726888152.34581: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 138029 1726888152.34586: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888152.34625: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888152.34629: stdout chunk (state=3): >>># destroy array <<< 138029 1726888152.34635: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888152.34672: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888152.34720: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 138029 1726888152.34726: 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 <<< 138029 1726888152.34773: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888152.34780: 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 <<< 138029 1726888152.34803: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888152.34808: 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 <<< 138029 1726888152.34839: 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 <<< 138029 1726888152.34847: 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 <<< 138029 1726888152.34852: 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 <<< 138029 1726888152.34987: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888152.35000: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888152.35006: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888152.35035: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888152.35038: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888152.35069: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888152.35115: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 138029 1726888152.35118: 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 <<< 138029 1726888152.35133: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888152.35227: 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 <<< 138029 1726888152.35229: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888152.35262: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888152.35269: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888152.35297: stdout chunk (state=3): >>># destroy _operator <<< 138029 1726888152.35300: stdout chunk (state=3): >>># destroy _string # destroy re <<< 138029 1726888152.35313: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888152.35320: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888152.35334: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888152.35812: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888152.35846: stderr chunk (state=3): >>><<< 138029 1726888152.35849: stdout chunk (state=3): >>><<< 138029 1726888152.35939: _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 0x7ff9a7f683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7f37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7f6a960> 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 0x7ff9a7d3cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7ff9a7d3dfd0> 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 0x7ff9a7d7be90> # /usr/lib64/python3.12/__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 0x7ff9a7d7bf50> # /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 0x7ff9a7db3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7db3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7d93b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7d91280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7d79040> # /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 0x7ff9a7dd7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7dd64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7d92150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7dd4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e04920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7d782c0> # /usr/lib64/python3.12/__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 0x7ff9a7e04dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e04c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9a7e05070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7d76de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7ff9a7e05730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e05430> 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 0x7ff9a7e06630> 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 0x7ff9a7e20860> 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 0x7ff9a7e21fa0> # /usr/lib64/python3.12/__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 0x7ff9a7e22e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9a7e23440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e22390> # /usr/lib64/python3.12/__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 0x7ff9a7e23e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e23560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e06690> # /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 0x7ff9a7bb3ce0> # /usr/lib64/python3.12/__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 0x7ff9a7bdc7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7bdc530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9a7bdc800> # /usr/lib64/python3.12/__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 0x7ff9a7bdd130> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9a7bddaf0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7bdc9e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7bb1e80> # /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 0x7ff9a7bdeea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7bddbe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7e06d80> # /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 0x7ff9a7c07230> # /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 0x7ff9a7c335c0> # /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 0x7ff9a7c8c3b0> # /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 0x7ff9a7c8eb10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7c8c4d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7c553a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7529400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7c32420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7bdfe00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff9a75296a0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_fqaesmp_/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 0x7ff9a757f1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a755e0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a755d220> # 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 0x7ff9a757d070> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7ff9a75aaba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a75aa990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a75aa2a0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7ff9a75aa780> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a757fc50> 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 0x7ff9a75ab830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9a75aba70> # /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 0x7ff9a75abfb0> 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 0x7ff9a7415d00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9a7417920> # /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 0x7ff9a741c2f0> # /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 0x7ff9a741d460> # /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 0x7ff9a741ff20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9a74202c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a741e210> # /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 0x7ff9a7423fe0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7422ab0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7422810> # /usr/lib64/python3.12/__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 0x7ff9a7422d80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a741e720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9a74681d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a74682f0> # /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 0x7ff9a7469eb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7469c70> # /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 0x7ff9a746c3e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a746a570> # /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 0x7ff9a746fb90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a746c560> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9a7470ec0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9a7470dd0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9a7470c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a74685f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7ff9a74fc470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9a74fd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7472c00> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9a7473fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7472810> # 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 0x7ff9a73018e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7ff9a7302780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7471fa0> 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 0x7ff9a73024e0> # 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 0x7ff9a73039e0> # 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 0x7ff9a730e420> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a730ad80> 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 0x7ff9a75fac90> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a75e2960> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a730e570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9a7303260> # 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": 94372053, "dev": 51714, "nlink": 1, "atime": 1726887685.1854193, "mtime": 1726562394.502, "ctime": 1726887681.5763936, "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": "234057197", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888152.36514: 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-1726888151.8567243-142904-63822862716705/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888152.36518: _low_level_execute_command(): starting 138029 1726888152.36520: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888151.8567243-142904-63822862716705/ > /dev/null 2>&1 && sleep 0' 138029 1726888152.36807: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888152.36814: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888152.36817: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888152.36823: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888152.36826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888152.36893: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888152.36904: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888152.36953: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888152.38786: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888152.38832: stderr chunk (state=3): >>><<< 138029 1726888152.38834: stdout chunk (state=3): >>><<< 138029 1726888152.38842: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888152.38848: handler run complete 138029 1726888152.38882: attempt loop complete, returning result 138029 1726888152.38885: _execute() done 138029 1726888152.38888: dumping result to json 138029 1726888152.38893: done dumping result, returning 138029 1726888152.38905: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-5a58-73a2-0000000014e7] 138029 1726888152.38912: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014e7 138029 1726888152.39017: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014e7 138029 1726888152.39020: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726887685.1854193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726887681.5763936, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 94372053, "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": "234057197", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 138029 1726888152.39154: no more pending results, returning what we have 138029 1726888152.39159: results queue empty 138029 1726888152.39160: checking for any_errors_fatal 138029 1726888152.39168: done checking for any_errors_fatal 138029 1726888152.39169: checking for max_fail_percentage 138029 1726888152.39171: done checking for max_fail_percentage 138029 1726888152.39172: checking to see if all hosts have failed and the running result is not ok 138029 1726888152.39172: done checking to see if all hosts have failed 138029 1726888152.39173: getting the remaining hosts for this loop 138029 1726888152.39174: done getting the remaining hosts for this loop 138029 1726888152.39177: getting the next task for host managed_node3 138029 1726888152.39183: done getting next task for host managed_node3 138029 1726888152.39186: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 138029 1726888152.39189: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888152.39199: getting variables 138029 1726888152.39200: in VariableManager get_vars() 138029 1726888152.39230: Calling all_inventory to load vars for managed_node3 138029 1726888152.39232: Calling groups_inventory to load vars for managed_node3 138029 1726888152.39234: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888152.39247: Calling all_plugins_play to load vars for managed_node3 138029 1726888152.39253: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888152.39261: Calling groups_plugins_play to load vars for managed_node3 138029 1726888152.39660: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888152.40068: done with get_vars() 138029 1726888152.40080: 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:09:12 -0400 (0:00:00.594) 0:02:45.125 ****** 138029 1726888152.40148: entering _queue_task() for managed_node3/lineinfile 138029 1726888152.40354: worker is 1 (out of 1 available) 138029 1726888152.40369: exiting _queue_task() for managed_node3/lineinfile 138029 1726888152.40380: done queuing things up, now waiting for results queue to drain 138029 1726888152.40382: waiting for pending results... 138029 1726888152.40576: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 138029 1726888152.40663: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014e8 138029 1726888152.40677: variable 'ansible_search_path' from source: unknown 138029 1726888152.40680: variable 'ansible_search_path' from source: unknown 138029 1726888152.40991: variable 'blivet_output' from source: set_fact 138029 1726888152.41194: dumping result to json 138029 1726888152.41198: done dumping result, returning 138029 1726888152.41202: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-5a58-73a2-0000000014e8] 138029 1726888152.41205: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014e8 138029 1726888152.41347: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014e8 138029 1726888152.41350: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888152.41424: no more pending results, returning what we have 138029 1726888152.41427: results queue empty 138029 1726888152.41428: checking for any_errors_fatal 138029 1726888152.41437: done checking for any_errors_fatal 138029 1726888152.41438: checking for max_fail_percentage 138029 1726888152.41439: done checking for max_fail_percentage 138029 1726888152.41440: checking to see if all hosts have failed and the running result is not ok 138029 1726888152.41440: done checking to see if all hosts have failed 138029 1726888152.41441: getting the remaining hosts for this loop 138029 1726888152.41442: done getting the remaining hosts for this loop 138029 1726888152.41445: getting the next task for host managed_node3 138029 1726888152.41451: done getting next task for host managed_node3 138029 1726888152.41454: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 138029 1726888152.41460: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888152.41482: getting variables 138029 1726888152.41483: in VariableManager get_vars() 138029 1726888152.41515: Calling all_inventory to load vars for managed_node3 138029 1726888152.41518: Calling groups_inventory to load vars for managed_node3 138029 1726888152.41520: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888152.41534: Calling all_plugins_play to load vars for managed_node3 138029 1726888152.41538: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888152.41544: Calling groups_plugins_play to load vars for managed_node3 138029 1726888152.42004: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888152.42858: done with get_vars() 138029 1726888152.42869: 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:09:12 -0400 (0:00:00.028) 0:02:45.153 ****** 138029 1726888152.42966: entering _queue_task() for managed_node3/setup 138029 1726888152.43259: worker is 1 (out of 1 available) 138029 1726888152.43274: exiting _queue_task() for managed_node3/setup 138029 1726888152.43287: done queuing things up, now waiting for results queue to drain 138029 1726888152.43290: waiting for pending results... 138029 1726888152.43493: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts 138029 1726888152.43637: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000014ea 138029 1726888152.43643: variable 'ansible_search_path' from source: unknown 138029 1726888152.43646: variable 'ansible_search_path' from source: unknown 138029 1726888152.43684: calling self._execute() 138029 1726888152.43781: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888152.43786: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888152.43816: variable 'omit' from source: magic vars 138029 1726888152.44096: variable 'ansible_check_mode' from source: magic vars 138029 1726888152.44106: Evaluated conditional (not ansible_check_mode): True 138029 1726888152.44109: variable 'omit' from source: magic vars 138029 1726888152.44168: variable 'omit' from source: magic vars 138029 1726888152.44207: variable 'omit' from source: magic vars 138029 1726888152.44241: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888152.44272: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888152.44287: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888152.44301: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888152.44338: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888152.44342: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888152.44348: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888152.44377: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888152.44381: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888152.44383: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888152.44483: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888152.44487: Set connection var ansible_timeout to 10 138029 1726888152.44493: Set connection var ansible_pipelining to False 138029 1726888152.44495: Set connection var ansible_shell_type to sh 138029 1726888152.44498: Set connection var ansible_connection to ssh 138029 1726888152.44502: Set connection var ansible_shell_executable to /bin/sh 138029 1726888152.44534: variable 'ansible_shell_executable' from source: unknown 138029 1726888152.44537: variable 'ansible_connection' from source: unknown 138029 1726888152.44541: variable 'ansible_module_compression' from source: unknown 138029 1726888152.44543: variable 'ansible_shell_type' from source: unknown 138029 1726888152.44548: variable 'ansible_shell_executable' from source: unknown 138029 1726888152.44550: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888152.44553: variable 'ansible_pipelining' from source: unknown 138029 1726888152.44557: variable 'ansible_timeout' from source: unknown 138029 1726888152.44560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888152.44708: 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) 138029 1726888152.44717: variable 'omit' from source: magic vars 138029 1726888152.44721: starting attempt loop 138029 1726888152.44724: running the handler 138029 1726888152.44734: _low_level_execute_command(): starting 138029 1726888152.44741: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888152.45409: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888152.45413: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888152.45418: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888152.45467: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888152.45519: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888152.47179: stdout chunk (state=3): >>>/root <<< 138029 1726888152.47278: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888152.47303: stderr chunk (state=3): >>><<< 138029 1726888152.47307: stdout chunk (state=3): >>><<< 138029 1726888152.47330: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888152.47342: _low_level_execute_command(): starting 138029 1726888152.47350: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888152.4732835-142921-65135896034848 `" && echo ansible-tmp-1726888152.4732835-142921-65135896034848="` echo /root/.ansible/tmp/ansible-tmp-1726888152.4732835-142921-65135896034848 `" ) && sleep 0' 138029 1726888152.47954: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888152.47960: 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 <<< 138029 1726888152.47966: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888152.47980: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888152.48027: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888152.48074: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888152.54096: stdout chunk (state=3): >>>ansible-tmp-1726888152.4732835-142921-65135896034848=/root/.ansible/tmp/ansible-tmp-1726888152.4732835-142921-65135896034848 <<< 138029 1726888152.54204: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888152.54235: stderr chunk (state=3): >>><<< 138029 1726888152.54238: stdout chunk (state=3): >>><<< 138029 1726888152.54254: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888152.4732835-142921-65135896034848=/root/.ansible/tmp/ansible-tmp-1726888152.4732835-142921-65135896034848 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888152.54304: variable 'ansible_module_compression' from source: unknown 138029 1726888152.54348: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 138029 1726888152.54401: variable 'ansible_facts' from source: unknown 138029 1726888152.54532: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888152.4732835-142921-65135896034848/AnsiballZ_setup.py 138029 1726888152.54639: Sending initial data 138029 1726888152.54643: Sent initial data (155 bytes) 138029 1726888152.55094: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888152.55097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888152.55100: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888152.55102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888152.55154: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888152.55163: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888152.55204: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888152.56836: 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 <<< 138029 1726888152.56912: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888152.56983: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpc1vxis9h /root/.ansible/tmp/ansible-tmp-1726888152.4732835-142921-65135896034848/AnsiballZ_setup.py <<< 138029 1726888152.56987: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888152.4732835-142921-65135896034848/AnsiballZ_setup.py" <<< 138029 1726888152.57040: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpc1vxis9h" to remote "/root/.ansible/tmp/ansible-tmp-1726888152.4732835-142921-65135896034848/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888152.4732835-142921-65135896034848/AnsiballZ_setup.py" <<< 138029 1726888152.58602: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888152.58684: stderr chunk (state=3): >>><<< 138029 1726888152.58687: stdout chunk (state=3): >>><<< 138029 1726888152.58705: done transferring module to remote 138029 1726888152.58717: _low_level_execute_command(): starting 138029 1726888152.58719: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888152.4732835-142921-65135896034848/ /root/.ansible/tmp/ansible-tmp-1726888152.4732835-142921-65135896034848/AnsiballZ_setup.py && sleep 0' 138029 1726888152.59445: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888152.59448: 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 <<< 138029 1726888152.59451: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888152.59453: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888152.59458: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888152.59483: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888152.59532: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888152.59602: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888152.61439: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888152.61460: stderr chunk (state=3): >>><<< 138029 1726888152.61465: stdout chunk (state=3): >>><<< 138029 1726888152.61480: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888152.61483: _low_level_execute_command(): starting 138029 1726888152.61488: _low_level_execute_command(): using become for this command 138029 1726888152.61498: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-kazckytopzeopwutkcjwxzkadsypzjgu ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888152.4732835-142921-65135896034848/AnsiballZ_setup.py'"'"' && sleep 0' 138029 1726888152.61573: Initial state: awaiting_escalation: BECOME-SUCCESS-kazckytopzeopwutkcjwxzkadsypzjgu 138029 1726888152.61949: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888152.61952: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888152.61995: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888152.62000: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888152.62060: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888152.65031: stdout chunk (state=1): >>>BECOME-SUCCESS-kazckytopzeopwutkcjwxzkadsypzjgu <<< 138029 1726888152.65035: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-kazckytopzeopwutkcjwxzkadsypzjgu' 138029 1726888152.65368: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888152.65405: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888152.65434: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888152.65440: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888152.65536: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888152.65545: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # <<< 138029 1726888152.65584: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888152.65588: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888152.65613: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888152.65615: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888152.65669: 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' <<< 138029 1726888152.65697: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888152.65714: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888152.65754: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888152.65771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888152.65792: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad931bc3e0> <<< 138029 1726888152.65795: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9318ba10> <<< 138029 1726888152.65826: 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 0x7fad931be930> <<< 138029 1726888152.65860: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888152.65874: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888152.65887: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888152.65901: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888152.65937: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888152.65940: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888152.66026: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888152.66064: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888152.66069: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888152.66094: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888152.66105: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888152.66108: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888152.66131: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888152.66135: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888152.66159: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888152.66185: 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 <<< 138029 1726888152.66191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888152.66206: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad931ccfe0> <<< 138029 1726888152.66283: 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' <<< 138029 1726888152.66289: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad931cdfd0> <<< 138029 1726888152.66315: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888152.66345: 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. <<< 138029 1726888152.66722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888152.66736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888152.66757: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888152.66775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.66791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888152.66833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888152.66849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888152.66883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888152.66888: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fabe60> <<< 138029 1726888152.66917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888152.66930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888152.66959: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fabef0> <<< 138029 1726888152.66978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888152.67003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888152.67032: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888152.67086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.67095: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888152.67124: 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' <<< 138029 1726888152.67138: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fe3860> <<< 138029 1726888152.67159: 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' <<< 138029 1726888152.67173: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fe3ef0> <<< 138029 1726888152.67186: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888152.67232: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fc3b30> <<< 138029 1726888152.67240: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888152.67273: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fc1220> <<< 138029 1726888152.67365: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fa9010> <<< 138029 1726888152.67392: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888152.67408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888152.67426: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888152.67446: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888152.67476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888152.67498: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888152.67505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888152.67543: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad93007800> <<< 138029 1726888152.67549: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad93006450> <<< 138029 1726888152.67584: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888152.67587: 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 0x7fad92fc2210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad93004bf0> <<< 138029 1726888152.67642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888152.67645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad93038830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fa8290> <<< 138029 1726888152.67676: 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' <<< 138029 1726888152.67703: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.67717: 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 0x7fad93038ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad93038b90> <<< 138029 1726888152.67758: 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 0x7fad93038f50> <<< 138029 1726888152.67765: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fa6db0> <<< 138029 1726888152.67793: 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' <<< 138029 1726888152.67816: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888152.67845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888152.67862: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad930395b0> <<< 138029 1726888152.67867: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad930392b0> import 'importlib.machinery' # <<< 138029 1726888152.67901: 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' <<< 138029 1726888152.67934: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9303a480> <<< 138029 1726888152.67947: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888152.67950: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888152.67975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888152.68009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888152.68030: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888152.68047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad93054650> <<< 138029 1726888152.68050: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888152.68083: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.68091: 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 0x7fad93055d90> <<< 138029 1726888152.68118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888152.68128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888152.68215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888152.68221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad93056c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad93057290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad93056180> <<< 138029 1726888152.68244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888152.68249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888152.68284: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.68293: 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 0x7fad93057d10> <<< 138029 1726888152.68312: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad93057440> <<< 138029 1726888152.68353: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9303a4b0> <<< 138029 1726888152.68376: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888152.68402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888152.68422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888152.68439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888152.68475: 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 0x7fad92d53c50> <<< 138029 1726888152.68503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888152.68507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888152.68534: 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' <<< 138029 1726888152.68539: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad92d7c680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92d7c3e0> <<< 138029 1726888152.68570: 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 0x7fad92d7c6b0> <<< 138029 1726888152.68599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888152.68605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888152.68676: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.68800: 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 0x7fad92d7cfe0> <<< 138029 1726888152.68919: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.68922: 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 0x7fad92d7d9d0> <<< 138029 1726888152.68936: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92d7c890> <<< 138029 1726888152.68951: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92d51df0> <<< 138029 1726888152.68972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888152.68996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888152.69014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888152.69035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888152.69040: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92d7ede0> <<< 138029 1726888152.69064: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92d7db20> <<< 138029 1726888152.69080: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9303ab70> <<< 138029 1726888152.69112: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888152.69171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.69195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888152.69225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888152.69258: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92dab140> <<< 138029 1726888152.69307: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888152.69328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.69346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888152.69371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888152.69408: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92dd34d0> <<< 138029 1726888152.69435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888152.69477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888152.69529: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888152.69557: 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 0x7fad92e2c2f0> <<< 138029 1726888152.69576: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888152.69610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888152.69632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888152.69671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888152.69762: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92e2ea50> <<< 138029 1726888152.69830: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92e2c410> <<< 138029 1726888152.69871: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92df92e0> <<< 138029 1726888152.69903: 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' <<< 138029 1726888152.69919: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92725460> <<< 138029 1726888152.69924: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92dd22d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92d7fd40> <<< 138029 1726888152.74862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888152.74883: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fad92dd2630> <<< 138029 1726888152.83916: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_4v30gynl/ansible_setup_payload.zip' # zipimport: zlib available <<< 138029 1726888152.84031: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.84062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888152.84074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888152.84118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888152.84203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888152.84241: 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' <<< 138029 1726888152.84245: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9278f0b0> import '_typing' # <<< 138029 1726888152.84438: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9276dfa0> <<< 138029 1726888152.84444: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9276d130> # zipimport: zlib available <<< 138029 1726888152.84479: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888152.84486: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.84513: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.84519: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.84537: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888152.84549: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.85940: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.87050: 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' <<< 138029 1726888152.87058: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9278cf50> <<< 138029 1726888152.87086: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888152.87096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.87110: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888152.87120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888152.87150: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888152.87157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888152.87188: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.87192: 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 0x7fad927c29c0> <<< 138029 1726888152.87224: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad927c2780> <<< 138029 1726888152.87256: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad927c2090> <<< 138029 1726888152.87275: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888152.87291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888152.87334: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad927c24e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9278fad0> <<< 138029 1726888152.87339: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888152.87372: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.87387: 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 0x7fad927c37a0> <<< 138029 1726888152.87392: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.87413: 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 0x7fad927c39e0> <<< 138029 1726888152.87419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888152.87473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888152.87481: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888152.87528: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad927c3f20> <<< 138029 1726888152.87536: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888152.87561: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888152.87588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888152.87624: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92629d00> <<< 138029 1726888152.87654: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.87665: 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 0x7fad9262b440> <<< 138029 1726888152.87672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888152.87694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888152.87737: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9262c2c0> <<< 138029 1726888152.87748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888152.87779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888152.87795: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9262d460> <<< 138029 1726888152.87812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888152.87852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888152.87878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888152.87883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888152.87928: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9262fef0> <<< 138029 1726888152.87971: 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 0x7fad93056ba0> <<< 138029 1726888152.87987: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9262e1b0> <<< 138029 1726888152.88009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888152.88038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888152.88068: 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' <<< 138029 1726888152.88087: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888152.88185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888152.88214: 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' <<< 138029 1726888152.88228: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92637ec0> <<< 138029 1726888152.88238: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888152.88304: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92636990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad926366f0> <<< 138029 1726888152.88334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888152.88340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888152.88409: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92636c60> <<< 138029 1726888152.88439: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9262e6c0> <<< 138029 1726888152.88477: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.88482: 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 0x7fad9267c140> <<< 138029 1726888152.88498: 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 0x7fad9267c230> <<< 138029 1726888152.88522: 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 <<< 138029 1726888152.88537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888152.88563: 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' <<< 138029 1726888152.88597: 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 0x7fad9267de20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9267dbb0> <<< 138029 1726888152.88617: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888152.88646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888152.88696: 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 0x7fad926802c0> <<< 138029 1726888152.88704: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9267e420> <<< 138029 1726888152.88730: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888152.88761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.88785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888152.88792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888152.88805: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888152.88847: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92683a70> <<< 138029 1726888152.88971: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92680440> <<< 138029 1726888152.89030: 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 0x7fad92684830> <<< 138029 1726888152.89061: 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 0x7fad92684a10> <<< 138029 1726888152.89096: 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 0x7fad926843b0> <<< 138029 1726888152.89115: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9267c530> <<< 138029 1726888152.89157: 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 <<< 138029 1726888152.89162: 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 <<< 138029 1726888152.89189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888152.89215: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.89236: 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 0x7fad925102c0> <<< 138029 1726888152.89391: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.89394: 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 0x7fad92511790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92686a50> <<< 138029 1726888152.89433: 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 0x7fad92687e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92686690> <<< 138029 1726888152.89443: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.89473: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888152.89489: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.89575: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.89666: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.89687: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888152.89694: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.89717: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888152.89725: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.89845: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.89964: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.90495: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.91026: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888152.91035: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 138029 1726888152.91040: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888152.91068: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888152.91085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.91128: 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 0x7fad92515a60> <<< 138029 1726888152.91208: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888152.91220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888152.91223: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92516780> <<< 138029 1726888152.91244: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92511940> <<< 138029 1726888152.91295: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888152.91298: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.91324: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.91348: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888152.91490: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.91645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888152.91657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad925164b0> <<< 138029 1726888152.91676: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.92127: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.92569: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.92637: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.92715: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888152.92720: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.92762: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.92799: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888152.92804: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.92873: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.92958: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888152.92970: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.92992: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888152.93000: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.93061: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.93101: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888152.93321: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.93557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888152.93626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888152.93642: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888152.93722: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad925179e0> <<< 138029 1726888152.93745: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.93779: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.93894: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888152.93897: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888152.93913: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.93926: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.93974: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888152.94004: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.94028: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.94063: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.94123: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.94188: 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 <<< 138029 1726888152.94228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888152.94304: 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 0x7fad92522360> <<< 138029 1726888152.94347: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9251f350> <<< 138029 1726888152.94381: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888152.94384: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.94447: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.94525: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.94568: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.94601: 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' <<< 138029 1726888152.94626: 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 <<< 138029 1726888152.94672: 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 <<< 138029 1726888152.94735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888152.94760: 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' <<< 138029 1726888152.94809: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9260ac60> <<< 138029 1726888152.94854: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad926fe960> <<< 138029 1726888152.94926: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92522450> <<< 138029 1726888152.94932: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9262c230> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888152.94952: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.94974: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.94995: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888152.95070: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 138029 1726888152.95096: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888152.95111: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.95167: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.95225: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.95245: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.95270: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.95329: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.95356: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.95394: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.95436: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 138029 1726888152.95443: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.95514: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.95584: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.95612: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.95647: 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 <<< 138029 1726888152.95699: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 138029 1726888152.95730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888152.95787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888152.95815: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888152.95884: 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 <<< 138029 1726888152.95891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888152.95910: 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 0x7fad921be9f0> <<< 138029 1726888152.95946: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad921bde20> <<< 138029 1726888152.96005: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad921bc800> <<< 138029 1726888152.96225: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad925b2c30> <<< 138029 1726888152.96286: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad925b0b00> import 'ansible.module_utils.compat.typing' # <<< 138029 1726888152.96301: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.96480: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.96833: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.96842: 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' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 138029 1726888152.96845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 138029 1726888152.96847: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9259c0e0> <<< 138029 1726888152.96875: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 138029 1726888152.96902: 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 <<< 138029 1726888152.96940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888152.97077: 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' <<< 138029 1726888152.97086: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92208ad0> <<< 138029 1726888152.97109: 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 0x7fad92208dd0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad921fc290> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad921cf860> <<< 138029 1726888152.97167: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad925b1c70> <<< 138029 1726888152.97171: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad925b1070> <<< 138029 1726888152.97258: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 138029 1726888152.97269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 138029 1726888152.97295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad9220b9e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9220b290> <<< 138029 1726888152.97338: 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 0x7fad9220b470> <<< 138029 1726888152.97358: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9220a6c0> <<< 138029 1726888152.97388: 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' <<< 138029 1726888152.97415: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9220bad0> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 138029 1726888152.97470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888152.97503: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888152.97524: 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 0x7fad920326c0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad920306b0> <<< 138029 1726888152.97561: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad925b11f0> import 'ansible.module_utils.facts.timeout' # <<< 138029 1726888152.97591: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 138029 1726888152.97611: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.97637: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 138029 1726888152.97649: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.97691: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.97754: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 138029 1726888152.97768: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.97812: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.97879: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 138029 1726888152.97889: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888152.97914: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 138029 1726888152.97987: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.97997: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 138029 1726888152.98044: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.98116: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 138029 1726888152.98119: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.98147: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.98195: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 138029 1726888152.98204: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.98266: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.98319: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.98380: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.98438: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 138029 1726888152.98447: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 138029 1726888152.98457: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.98934: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.99371: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 138029 1726888152.99404: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.99436: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.99494: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.99538: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.99584: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 138029 1726888152.99587: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.99612: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888152.99714: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 138029 1726888152.99884: 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 <<< 138029 1726888153.00073: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888153.00089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888153.00113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92032c30> <<< 138029 1726888153.00142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888153.00175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888153.00286: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad920338c0> import 'ansible.module_utils.facts.system.local' # <<< 138029 1726888153.00308: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.00366: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.00437: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 138029 1726888153.00532: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.00620: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 138029 1726888153.00651: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.00693: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.00776: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 138029 1726888153.00821: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.00875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888153.00917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888153.00990: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888153.01053: 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 0x7fad9206ad80> <<< 138029 1726888153.01246: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92056990> import 'ansible.module_utils.facts.system.python' # <<< 138029 1726888153.01249: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.01315: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.01380: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 138029 1726888153.01383: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.01458: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.01591: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.01658: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.01816: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 138029 1726888153.01837: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.01863: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.01910: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 138029 1726888153.01913: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.01954: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.02010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 138029 1726888153.02031: 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' <<< 138029 1726888153.02096: 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 0x7fad92082960> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9206a570> import 'ansible.module_utils.facts.system.user' # <<< 138029 1726888153.02099: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.02121: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 138029 1726888153.02153: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.02217: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 138029 1726888153.02234: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.02376: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.02526: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 138029 1726888153.02537: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.02697: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.02915: 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 <<< 138029 1726888153.03025: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.03180: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 138029 1726888153.03304: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.03424: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 138029 1726888153.03450: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.03475: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.03510: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.04079: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.04619: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 138029 1726888153.04630: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.04727: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.04841: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 138029 1726888153.04851: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.04972: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.05178: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 138029 1726888153.05209: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.05372: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 138029 1726888153.05410: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.05416: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 138029 1726888153.05458: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.05461: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.05505: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 138029 1726888153.05517: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.05615: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.05713: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.05917: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.06134: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 138029 1726888153.06137: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 138029 1726888153.06153: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.06190: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.06231: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 138029 1726888153.06234: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.06306: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 138029 1726888153.06368: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.06512: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 138029 1726888153.06516: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.06540: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 138029 1726888153.06576: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.06634: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 138029 1726888153.06700: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.06779: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 138029 1726888153.06782: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.07033: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.07299: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 138029 1726888153.07371: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.07444: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 138029 1726888153.07448: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.07475: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.07517: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 138029 1726888153.07527: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.07601: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.07647: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888153.07682: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 138029 1726888153.07771: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.07875: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 138029 1726888153.07881: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.07908: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 138029 1726888153.07938: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.07986: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 138029 1726888153.08028: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888153.08041: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.08087: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.08135: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.08205: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.08292: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 138029 1726888153.08304: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 138029 1726888153.08351: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.08415: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 138029 1726888153.08419: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.08603: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.08807: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 138029 1726888153.08810: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.08849: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.08908: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 138029 1726888153.08915: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.08973: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.09025: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 138029 1726888153.09029: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.09102: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.09204: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 138029 1726888153.09218: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.09289: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.09388: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 138029 1726888153.09460: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888153.09642: 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' <<< 138029 1726888153.09681: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 138029 1726888153.09723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 138029 1726888153.09727: 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 0x7fad920f2990> <<< 138029 1726888153.09748: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad920ade80> <<< 138029 1726888153.09802: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad920ac2f0> <<< 138029 1726888157.74529: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 138029 1726888157.74656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 138029 1726888157.74785: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad920f3ec0> # /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 0x7fad920f5100> <<< 138029 1726888157.74788: 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' <<< 138029 1726888157.74814: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py <<< 138029 1726888157.74885: 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 0x7fad920f6420> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad920f5fa0> <<< 138029 1726888157.75875: 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 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 <<< 138029 1726888157.78103: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame<<< 138029 1726888157.78366: 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 <<< 138029 1726888157.79334: 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 <<< 138029 1726888157.99714: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-kazckytopzeopwutkcjwxzkadsypzjgu ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888152.4732835-142921-65135896034848/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_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-13-126.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-126", "ansible_nodename": "ip-10-31-13-126.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": "ec2c1e05607ea8c677cfede1e7717817", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgaXbXgtqkUKAAhPMnt5dXmeUF7nJ02ARiRKfwKQTJzeTwr1MfTYI8NRIWwMPZAZ0wAGu00OqnG/T5qCwRWVOzX6zjFSMAdPNRNgOeMk6EXH+Q4DlLpEe9KpYwVV8ko3AJnWqGNTXGPTf1X2mk1qXY6cNHSjWeBOjG5pHe7KDnpuurK0vK6lws1a7tYCWgX2pHS/4fGny8/zHBe7TPMZloAWWauADgOJh7ylUVyLB/t2mC+SN9196Lgo/YOcjlN1o3q99delRQRDjOu+lEPbpOjr68SsXxFhdC4Bdv4wI3L59QXcTthm1YQqv58+Z6drTBXggQ2vYRl0wTe1bm8yUFoTW/MyWu/RgQpEx6BROKqdJ2Sk4/wIs9iaAVkIXuL3AqeRH+yKnX61BD8KUAcmpvKY2qRWeAQeLAXgErnSIOx4uCnwhpa1KdotAyoSIwqQLXxUnIABjJTAiu524S34IL5KzSaHDwVK8Nb6rCxJ1nOQHrOxESdktMBEI/e38rCM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMj7VGFHxH15xJGRbPiNxWM9Lgtpv9mtP3FNQfDKJ9Y//zNvmlepo0juzrtKs7BLDxcCHjy9ABXXOjmShXf+W1Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDvAJIl5WBr3mku08nEoMcB4Ke1m66lfx9q041INn0pS", "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_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "09", "second": "13", "epoch": "1726888153", "epoch_int": "1726888153", "date": "2024-09-20", "time": "23:09:13", "iso8601_micro": "2024-09-21T03:09:13.104469Z", "iso8601": "2024-09-21T03:09:13Z", "iso8601_basic": "20240920T230913104469", "iso8601_basic_short": "20240920T230913", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_iscsi_iqn": "", "ansible_fibre_channel_wwn": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_lsb": {}, "ansible_loadavg": {"1m": 3.49462890625, "5m": 1.95263671875, "15m": 1.208984375}, "ansible_<<< 138029 1726888157.99759: stdout chunk (state=3): >>>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": 110, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3421, "free": 110}, "nocache": {"free": 3250, "used": 281}, "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": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_uuid": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"dm-1": {"virtual": 1, "links": {"ids": ["dm-name-vg1-Lv2", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2jU3gpqOlwIzUjMf1w99QpmN2EFhJaHwi"], "uuids": ["4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "6291456", "sectorsize": "512", "size": "3.00 GB", "host": "", "holders": []}, "sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405361863860d5e48418be83fcaa", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e62d59e3c9874d249d42dc8ab", "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": []}, "md127": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-m11PLp-D1kU-fKW1-CJLS-VwSi-TwYH-HGer37", "md-name-vg1-1", "md-uuid-346697d2:67592c68:c45ed901:d57a6ae2"], "uuids": [], "labels": [], "masters": ["dm-0", "dm-1", "dm-2"]}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "20938496", "sectorsize": "512", "size": "9.98 GB", "host": "", "holders": ["vg1-Lv2", "vg1-l<<< 138029 1726888157.99817: stdout chunk (state=3): >>>v1", "vg1-Lv3"]}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058a363ffc6f08416ab8803273f", "partitions": {"sdb1": {"links": {"ids": ["scsi-360014058a363ffc6f08416ab8803273f-part1", "wwn-0x60014058a363ffc6f08416ab8803273f-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058b79867c9b8145889bafb2719", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "dm-2": {"virtual": 1, "links": {"ids": ["dm-name-vg1-lv1", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2E8I21JgWFsNAs8jh2OtRen6QX0e1FCZP"], "uuids": ["ac246704-920b-4020-af6e-f443534e195b"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "4194304", "sectorsize": "512", "size": "2.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405d1e5ed45e3fc4db1bfbf9dc53", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-vg1-Lv3", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2zTg5gkusrWsJtycdC6LdCeiCnzWR2Nct"], "uuids": ["9fcf588e-8176-4062-961f-60e5b7b5d8c2"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "6291456", "sectorsize": "512", "size": "3.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014056e624c619c4a462480b612020", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140542bdc97f3b374faf97ca93f63", "partitions": {"sdc1": {"links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63-part1", "wwn-0x600140542bdc97f3b374faf97ca93f63-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140524f7725488c5405781ded0670", "partitions": {"sda1": {"links": {"ids": ["scsi-3600140524f7725488c5405781ded0670-part1", "wwn-0x600140524f7725488c5405781ded0670-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014057cb70d4b5d0e4c9395f78773e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sdb": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "sda": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "sdc": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "sdd": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "sde": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "sdf": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "sdg": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "sdh": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "sdi": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "sdc1": ["scsi-3600140542bdc97f3b374faf97ca93f63-part1", "wwn-0x600140542bdc97f3b374faf97ca93f63-part1"], "sdb1": ["scsi-360014058a363ffc6f08416ab8803273f-part1", "wwn-0x60014058a363ffc6f08416ab8803273f-part1"], "sda1": ["scsi-3600140524f7725488c5405781ded0670-part1", "wwn-0x600140524f7725488c5405781ded0670-part1"], "md127": ["lvm-pv-uuid-m11PLp-D1kU-fKW1-CJLS-VwSi-TwYH-HGer37", "md-name-vg1-1", "md-uuid-346697d2:67592c68:c45ed901:d57a6ae2"], "dm-0": ["dm-name-vg1-Lv3", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2zTg5gkusrWsJtycdC6LdCeiCnzWR2Nct"], "dm-1": ["dm-name-vg1-Lv2", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2jU3gpqOlwIzUjMf1w99QpmN2EFhJaHwi"], "dm-2": ["dm-name-vg1-lv1", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2E8I21JgWFsNAs8jh2OtRen6QX0e1FCZP"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "dm-0": ["9fcf588e-8176-4062-961f-60e5b7b5d8c2"], "dm-1": ["4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"], "dm-2": ["ac246704-920b-4020-af6e-f443534e195b"]}, "labels": {}, "masters": {"md127": ["dm-0", "dm-1", "dm-2"], "sdc1": ["md127"], "sdb1": ["md127"], "sda1": ["md127"]}}, "ansible_uptime_seconds": 3601, "ansible_lvm": {"lvs": {"Lv2": {"size_g": "3.00", "vg": "vg1"}, "Lv3": {"size_g": "3.00", "vg": "vg1"}, "lv1": {"size_g": "2.00", "vg": "vg1"}}, "vgs": {"vg1": {"size_g": "9.97", "free_g": "1.97", "num_lvs": "3", "num_pvs": "1"}}, "pvs": {"/dev/md127": {"size_g": "9.97", "free_g": "1.97", "vg": "vg1"}}}, "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": 251975585792, "block_size": 4096, "block_total": 65519099, "block_available": 61517477, "block_used": 4001622, "inode_total": 131070960, "inode_available": 131027008, "inode_used": 43952, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/tes<<< 138029 1726888157.99828: stdout chunk (state=3): >>>t1", "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 2080374784, "size_available": 2006659072, "block_size": 4096, "block_total": 507904, "block_available": 489907, "block_used": 17997, "inode_total": 1048576, "inode_available": 1048573, "inode_used": 3, "uuid": "ac246704-920b-4020-af6e-f443534e195b"}, {"mount": "/opt/test2", "device": "/dev/mapper/vg1-Lv2", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 3154116608, "size_available": 3059822592, "block_size": 4096, "block_total": 770048, "block_available": 747027, "block_used": 23021, "inode_total": 1572864, "inode_available": 1572861, "inode_used": 3, "uuid": "4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"}, {"mount": "/opt/test3", "device": "/dev/mapper/vg1-Lv3", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 3154116608, "size_available": 3059822592, "block_size": 4096, "block_total": 770048, "block_available": 747027, "block_used": 23021, "inode_total": 1572864, "inode_available": 1572861, "inode_used": 3, "uuid": "9fcf588e-8176-4062-961f-60e5b7b5d8c2"}], "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_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_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:f5:b8:cd:77", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:f5ff:feb8:cd77", "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.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:f5:b8:cd:77", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.126"], "ansible_all_ipv6_addresses": ["fe80::8ff:f5ff:feb8:cd77"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.13.126", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:f5ff:feb8:cd77"]}, "ansible_is_chroot": false, "ansible_fips": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 138029 1726888158.00345: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888158.00369: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 <<< 138029 1726888158.00380: 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 <<< 138029 1726888158.00420: 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 <<< 138029 1726888158.00423: 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 <<< 138029 1726888158.00463: 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing 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 <<< 138029 1726888158.00509: 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 <<< 138029 1726888158.00588: 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 # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 # cleanu<<< 138029 1726888158.00626: stdout chunk (state=3): >>>p[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 <<< 138029 1726888158.00634: 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 # 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 <<< 138029 1726888158.01033: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888158.01082: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888158.01133: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888158.01167: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888158.01185: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 138029 1726888158.01202: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 138029 1726888158.01213: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale <<< 138029 1726888158.01231: stdout chunk (state=3): >>># destroy locale # destroy select <<< 138029 1726888158.01242: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 138029 1726888158.01251: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888158.01286: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888158.01296: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 138029 1726888158.01354: 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 <<< 138029 1726888158.01384: stdout chunk (state=3): >>># destroy _pickle <<< 138029 1726888158.01396: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 138029 1726888158.01418: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy selectors <<< 138029 1726888158.01428: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 138029 1726888158.01446: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888158.01449: stdout chunk (state=3): >>># destroy subprocess # destroy base64 <<< 138029 1726888158.01469: stdout chunk (state=3): >>># destroy _ssl <<< 138029 1726888158.01496: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 138029 1726888158.01508: stdout chunk (state=3): >>># destroy json <<< 138029 1726888158.01526: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 138029 1726888158.01556: stdout chunk (state=3): >>># destroy glob <<< 138029 1726888158.01562: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno <<< 138029 1726888158.01580: stdout chunk (state=3): >>># destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 138029 1726888158.01629: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 138029 1726888158.01634: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib <<< 138029 1726888158.01666: stdout chunk (state=3): >>># destroy token <<< 138029 1726888158.01677: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 138029 1726888158.01699: 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 <<< 138029 1726888158.01715: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 138029 1726888158.01721: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing <<< 138029 1726888158.01753: stdout chunk (state=3): >>># destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading <<< 138029 1726888158.01765: 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 <<< 138029 1726888158.01772: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 138029 1726888158.01791: 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 <<< 138029 1726888158.01815: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888158.01821: 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 <<< 138029 1726888158.01846: 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 <<< 138029 1726888158.01881: 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 <<< 138029 1726888158.01890: stdout chunk (state=3): >>># destroy selinux._selinux <<< 138029 1726888158.01898: stdout chunk (state=3): >>># destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888158.02079: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888158.02082: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888158.02133: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888158.02138: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888158.02159: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888158.02193: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888158.02208: 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 <<< 138029 1726888158.02217: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 138029 1726888158.02258: stdout chunk (state=3): >>># destroy _opcode <<< 138029 1726888158.02266: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888158.02285: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888158.02376: 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 <<< 138029 1726888158.02389: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 138029 1726888158.02395: stdout chunk (state=3): >>># destroy time <<< 138029 1726888158.02431: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888158.02434: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888158.02453: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc <<< 138029 1726888158.02462: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 138029 1726888158.02480: stdout chunk (state=3): >>># destroy _abc <<< 138029 1726888158.02483: stdout chunk (state=3): >>># destroy itertools # destroy posix <<< 138029 1726888158.02501: stdout chunk (state=3): >>># destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888158.02519: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888158.03072: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888158.03108: stderr chunk (state=3): >>><<< 138029 1726888158.03111: stdout chunk (state=3): >>><<< 138029 1726888158.03273: _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 0x7fad931bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9318ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad931be930> 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 0x7fad931ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fad931cdfd0> 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 0x7fad92fabe60> # /usr/lib64/python3.12/__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 0x7fad92fabef0> # /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 0x7fad92fe3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fe3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fc3b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fc1220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fa9010> # /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 0x7fad93007800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad93006450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fc2210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad93004bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad93038830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fa8290> # /usr/lib64/python3.12/__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 0x7fad93038ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad93038b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad93038f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92fa6db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fad930395b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad930392b0> 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 0x7fad9303a480> 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 0x7fad93054650> 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 0x7fad93055d90> # /usr/lib64/python3.12/__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 0x7fad93056c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad93057290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad93056180> # /usr/lib64/python3.12/__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 0x7fad93057d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad93057440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9303a4b0> # /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 0x7fad92d53c50> # /usr/lib64/python3.12/__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 0x7fad92d7c680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92d7c3e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad92d7c6b0> # /usr/lib64/python3.12/__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 0x7fad92d7cfe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad92d7d9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92d7c890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92d51df0> # /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 0x7fad92d7ede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92d7db20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9303ab70> # /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 0x7fad92dab140> # /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 0x7fad92dd34d0> # /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 0x7fad92e2c2f0> # /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 0x7fad92e2ea50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92e2c410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92df92e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92725460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92dd22d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92d7fd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fad92dd2630> # zipimport: found 103 names in '/tmp/ansible_setup_payload_4v30gynl/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 0x7fad9278f0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9276dfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9276d130> # 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 0x7fad9278cf50> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fad927c29c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad927c2780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad927c2090> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fad927c24e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9278fad0> 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 0x7fad927c37a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad927c39e0> # /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 0x7fad927c3f20> 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 0x7fad92629d00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad9262b440> # /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 0x7fad9262c2c0> # /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 0x7fad9262d460> # /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 0x7fad9262fef0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad93056ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9262e1b0> # /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 0x7fad92637ec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92636990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad926366f0> # /usr/lib64/python3.12/__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 0x7fad92636c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9262e6c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad9267c140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9267c230> # /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 0x7fad9267de20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9267dbb0> # /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 0x7fad926802c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9267e420> # /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 0x7fad92683a70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92680440> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad92684830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad92684a10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad926843b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9267c530> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fad925102c0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad92511790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92686a50> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad92687e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92686690> # 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 0x7fad92515a60> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fad92516780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92511940> 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 0x7fad925164b0> # 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 0x7fad925179e0> # 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 0x7fad92522360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9251f350> 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 0x7fad9260ac60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad926fe960> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92522450> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9262c230> # 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 0x7fad921be9f0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad921bde20> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad921bc800> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad925b2c30> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad925b0b00> 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 0x7fad9259c0e0> # /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 0x7fad92208ad0> # 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 0x7fad92208dd0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad921fc290> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad921cf860> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad925b1c70> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad925b1070> # /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 0x7fad9220b9e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9220b290> # 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 0x7fad9220b470> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9220a6c0> # /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 0x7fad9220bad0> # /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 0x7fad920326c0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad920306b0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad925b11f0> 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 0x7fad92032c30> # /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 0x7fad920338c0> 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 0x7fad9206ad80> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad92056990> 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 0x7fad92082960> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad9206a570> 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 0x7fad920f2990> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad920ade80> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad920ac2f0> # /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 0x7fad920f3ec0> # /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 0x7fad920f5100> # /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 0x7fad920f6420> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad920f5fa0> 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 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_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-kazckytopzeopwutkcjwxzkadsypzjgu ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888152.4732835-142921-65135896034848/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_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-13-126.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-126", "ansible_nodename": "ip-10-31-13-126.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": "ec2c1e05607ea8c677cfede1e7717817", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgaXbXgtqkUKAAhPMnt5dXmeUF7nJ02ARiRKfwKQTJzeTwr1MfTYI8NRIWwMPZAZ0wAGu00OqnG/T5qCwRWVOzX6zjFSMAdPNRNgOeMk6EXH+Q4DlLpEe9KpYwVV8ko3AJnWqGNTXGPTf1X2mk1qXY6cNHSjWeBOjG5pHe7KDnpuurK0vK6lws1a7tYCWgX2pHS/4fGny8/zHBe7TPMZloAWWauADgOJh7ylUVyLB/t2mC+SN9196Lgo/YOcjlN1o3q99delRQRDjOu+lEPbpOjr68SsXxFhdC4Bdv4wI3L59QXcTthm1YQqv58+Z6drTBXggQ2vYRl0wTe1bm8yUFoTW/MyWu/RgQpEx6BROKqdJ2Sk4/wIs9iaAVkIXuL3AqeRH+yKnX61BD8KUAcmpvKY2qRWeAQeLAXgErnSIOx4uCnwhpa1KdotAyoSIwqQLXxUnIABjJTAiu524S34IL5KzSaHDwVK8Nb6rCxJ1nOQHrOxESdktMBEI/e38rCM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMj7VGFHxH15xJGRbPiNxWM9Lgtpv9mtP3FNQfDKJ9Y//zNvmlepo0juzrtKs7BLDxcCHjy9ABXXOjmShXf+W1Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDvAJIl5WBr3mku08nEoMcB4Ke1m66lfx9q041INn0pS", "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_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "09", "second": "13", "epoch": "1726888153", "epoch_int": "1726888153", "date": "2024-09-20", "time": "23:09:13", "iso8601_micro": "2024-09-21T03:09:13.104469Z", "iso8601": "2024-09-21T03:09:13Z", "iso8601_basic": "20240920T230913104469", "iso8601_basic_short": "20240920T230913", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_iscsi_iqn": "", "ansible_fibre_channel_wwn": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_lsb": {}, "ansible_loadavg": {"1m": 3.49462890625, "5m": 1.95263671875, "15m": 1.208984375}, "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": 110, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3421, "free": 110}, "nocache": {"free": 3250, "used": 281}, "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": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_uuid": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"dm-1": {"virtual": 1, "links": {"ids": ["dm-name-vg1-Lv2", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2jU3gpqOlwIzUjMf1w99QpmN2EFhJaHwi"], "uuids": ["4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "6291456", "sectorsize": "512", "size": "3.00 GB", "host": "", "holders": []}, "sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405361863860d5e48418be83fcaa", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e62d59e3c9874d249d42dc8ab", "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": []}, "md127": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-m11PLp-D1kU-fKW1-CJLS-VwSi-TwYH-HGer37", "md-name-vg1-1", "md-uuid-346697d2:67592c68:c45ed901:d57a6ae2"], "uuids": [], "labels": [], "masters": ["dm-0", "dm-1", "dm-2"]}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "20938496", "sectorsize": "512", "size": "9.98 GB", "host": "", "holders": ["vg1-Lv2", "vg1-lv1", "vg1-Lv3"]}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058a363ffc6f08416ab8803273f", "partitions": {"sdb1": {"links": {"ids": ["scsi-360014058a363ffc6f08416ab8803273f-part1", "wwn-0x60014058a363ffc6f08416ab8803273f-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058b79867c9b8145889bafb2719", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "dm-2": {"virtual": 1, "links": {"ids": ["dm-name-vg1-lv1", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2E8I21JgWFsNAs8jh2OtRen6QX0e1FCZP"], "uuids": ["ac246704-920b-4020-af6e-f443534e195b"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "4194304", "sectorsize": "512", "size": "2.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405d1e5ed45e3fc4db1bfbf9dc53", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-vg1-Lv3", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2zTg5gkusrWsJtycdC6LdCeiCnzWR2Nct"], "uuids": ["9fcf588e-8176-4062-961f-60e5b7b5d8c2"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "6291456", "sectorsize": "512", "size": "3.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014056e624c619c4a462480b612020", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140542bdc97f3b374faf97ca93f63", "partitions": {"sdc1": {"links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63-part1", "wwn-0x600140542bdc97f3b374faf97ca93f63-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140524f7725488c5405781ded0670", "partitions": {"sda1": {"links": {"ids": ["scsi-3600140524f7725488c5405781ded0670-part1", "wwn-0x600140524f7725488c5405781ded0670-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014057cb70d4b5d0e4c9395f78773e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sdb": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "sda": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "sdc": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "sdd": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "sde": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "sdf": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "sdg": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "sdh": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "sdi": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "sdc1": ["scsi-3600140542bdc97f3b374faf97ca93f63-part1", "wwn-0x600140542bdc97f3b374faf97ca93f63-part1"], "sdb1": ["scsi-360014058a363ffc6f08416ab8803273f-part1", "wwn-0x60014058a363ffc6f08416ab8803273f-part1"], "sda1": ["scsi-3600140524f7725488c5405781ded0670-part1", "wwn-0x600140524f7725488c5405781ded0670-part1"], "md127": ["lvm-pv-uuid-m11PLp-D1kU-fKW1-CJLS-VwSi-TwYH-HGer37", "md-name-vg1-1", "md-uuid-346697d2:67592c68:c45ed901:d57a6ae2"], "dm-0": ["dm-name-vg1-Lv3", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2zTg5gkusrWsJtycdC6LdCeiCnzWR2Nct"], "dm-1": ["dm-name-vg1-Lv2", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2jU3gpqOlwIzUjMf1w99QpmN2EFhJaHwi"], "dm-2": ["dm-name-vg1-lv1", "dm-uuid-LVM-O5Yy2ILGeYMxrYeRwJzXwA5FtzAEAaQ2E8I21JgWFsNAs8jh2OtRen6QX0e1FCZP"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "dm-0": ["9fcf588e-8176-4062-961f-60e5b7b5d8c2"], "dm-1": ["4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"], "dm-2": ["ac246704-920b-4020-af6e-f443534e195b"]}, "labels": {}, "masters": {"md127": ["dm-0", "dm-1", "dm-2"], "sdc1": ["md127"], "sdb1": ["md127"], "sda1": ["md127"]}}, "ansible_uptime_seconds": 3601, "ansible_lvm": {"lvs": {"Lv2": {"size_g": "3.00", "vg": "vg1"}, "Lv3": {"size_g": "3.00", "vg": "vg1"}, "lv1": {"size_g": "2.00", "vg": "vg1"}}, "vgs": {"vg1": {"size_g": "9.97", "free_g": "1.97", "num_lvs": "3", "num_pvs": "1"}}, "pvs": {"/dev/md127": {"size_g": "9.97", "free_g": "1.97", "vg": "vg1"}}}, "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": 251975585792, "block_size": 4096, "block_total": 65519099, "block_available": 61517477, "block_used": 4001622, "inode_total": 131070960, "inode_available": 131027008, "inode_used": 43952, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/test1", "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 2080374784, "size_available": 2006659072, "block_size": 4096, "block_total": 507904, "block_available": 489907, "block_used": 17997, "inode_total": 1048576, "inode_available": 1048573, "inode_used": 3, "uuid": "ac246704-920b-4020-af6e-f443534e195b"}, {"mount": "/opt/test2", "device": "/dev/mapper/vg1-Lv2", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 3154116608, "size_available": 3059822592, "block_size": 4096, "block_total": 770048, "block_available": 747027, "block_used": 23021, "inode_total": 1572864, "inode_available": 1572861, "inode_used": 3, "uuid": "4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"}, {"mount": "/opt/test3", "device": "/dev/mapper/vg1-Lv3", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 3154116608, "size_available": 3059822592, "block_size": 4096, "block_total": 770048, "block_available": 747027, "block_used": 23021, "inode_total": 1572864, "inode_available": 1572861, "inode_used": 3, "uuid": "9fcf588e-8176-4062-961f-60e5b7b5d8c2"}], "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_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_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:f5:b8:cd:77", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:f5ff:feb8:cd77", "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.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:f5:b8:cd:77", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.126"], "ansible_all_ipv6_addresses": ["fe80::8ff:f5ff:feb8:cd77"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.13.126", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:f5ff:feb8:cd77"]}, "ansible_is_chroot": false, "ansible_fips": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888158.04261: 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-1726888152.4732835-142921-65135896034848/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888158.04268: _low_level_execute_command(): starting 138029 1726888158.04271: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888152.4732835-142921-65135896034848/ > /dev/null 2>&1 && sleep 0' 138029 1726888158.04627: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888158.04710: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888158.04766: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888158.04772: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888158.04809: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888158.06745: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888158.06751: stderr chunk (state=3): >>><<< 138029 1726888158.06754: stdout chunk (state=3): >>><<< 138029 1726888158.06848: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888158.06851: handler run complete 138029 1726888158.06969: variable 'ansible_facts' from source: unknown 138029 1726888158.07098: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888158.07447: variable 'ansible_facts' from source: unknown 138029 1726888158.07530: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888158.07653: attempt loop complete, returning result 138029 1726888158.07660: _execute() done 138029 1726888158.07666: dumping result to json 138029 1726888158.07701: done dumping result, returning 138029 1726888158.07708: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-5a58-73a2-0000000014ea] 138029 1726888158.07712: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014ea 138029 1726888158.08129: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000014ea 138029 1726888158.08132: WORKER PROCESS EXITING ok: [managed_node3] 138029 1726888158.08508: no more pending results, returning what we have 138029 1726888158.08510: results queue empty 138029 1726888158.08511: checking for any_errors_fatal 138029 1726888158.08515: done checking for any_errors_fatal 138029 1726888158.08516: checking for max_fail_percentage 138029 1726888158.08517: done checking for max_fail_percentage 138029 1726888158.08517: checking to see if all hosts have failed and the running result is not ok 138029 1726888158.08518: done checking to see if all hosts have failed 138029 1726888158.08518: getting the remaining hosts for this loop 138029 1726888158.08519: done getting the remaining hosts for this loop 138029 1726888158.08521: getting the next task for host managed_node3 138029 1726888158.08528: done getting next task for host managed_node3 138029 1726888158.08529: ^ task is: TASK: meta (role_complete) 138029 1726888158.08531: ^ 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 138029 1726888158.08538: getting variables 138029 1726888158.08539: in VariableManager get_vars() 138029 1726888158.08564: Calling all_inventory to load vars for managed_node3 138029 1726888158.08566: Calling groups_inventory to load vars for managed_node3 138029 1726888158.08569: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888158.08581: Calling all_plugins_play to load vars for managed_node3 138029 1726888158.08585: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888158.08588: Calling groups_plugins_play to load vars for managed_node3 138029 1726888158.08971: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888158.09607: done with get_vars() 138029 1726888158.09633: done getting variables 138029 1726888158.09743: done queuing things up, now waiting for results queue to drain 138029 1726888158.09745: results queue empty 138029 1726888158.09746: checking for any_errors_fatal 138029 1726888158.09750: done checking for any_errors_fatal 138029 1726888158.09751: checking for max_fail_percentage 138029 1726888158.09752: done checking for max_fail_percentage 138029 1726888158.09753: checking to see if all hosts have failed and the running result is not ok 138029 1726888158.09753: done checking to see if all hosts have failed 138029 1726888158.09754: getting the remaining hosts for this loop 138029 1726888158.09758: done getting the remaining hosts for this loop 138029 1726888158.09761: getting the next task for host managed_node3 138029 1726888158.09764: done getting next task for host managed_node3 138029 1726888158.09766: ^ task is: TASK: Assert to preserve RAID settings for preexisting pool 138029 1726888158.09767: ^ 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 138029 1726888158.09772: getting variables 138029 1726888158.09773: in VariableManager get_vars() 138029 1726888158.09781: Calling all_inventory to load vars for managed_node3 138029 1726888158.09783: Calling groups_inventory to load vars for managed_node3 138029 1726888158.09784: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888158.09788: Calling all_plugins_play to load vars for managed_node3 138029 1726888158.09789: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888158.09791: Calling groups_plugins_play to load vars for managed_node3 138029 1726888158.10150: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888158.10573: done with get_vars() 138029 1726888158.10585: done getting variables 138029 1726888158.10623: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 to preserve RAID settings for preexisting pool] ******************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:84 Friday 20 September 2024 23:09:18 -0400 (0:00:05.676) 0:02:50.830 ****** 138029 1726888158.10651: entering _queue_task() for managed_node3/assert 138029 1726888158.10954: worker is 1 (out of 1 available) 138029 1726888158.10971: exiting _queue_task() for managed_node3/assert 138029 1726888158.10983: done queuing things up, now waiting for results queue to drain 138029 1726888158.10984: waiting for pending results... 138029 1726888158.11378: running TaskExecutor() for managed_node3/TASK: Assert to preserve RAID settings for preexisting pool 138029 1726888158.11383: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000000c 138029 1726888158.11397: variable 'ansible_search_path' from source: unknown 138029 1726888158.11440: calling self._execute() 138029 1726888158.11563: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888158.11581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888158.11597: variable 'omit' from source: magic vars 138029 1726888158.11714: variable 'omit' from source: magic vars 138029 1726888158.11750: variable 'omit' from source: magic vars 138029 1726888158.11796: variable 'omit' from source: magic vars 138029 1726888158.11841: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888158.11888: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888158.11919: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888158.11942: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888158.11962: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888158.11983: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888158.12008: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888158.12047: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888158.12059: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888158.12069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888158.12196: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888158.12208: Set connection var ansible_timeout to 10 138029 1726888158.12220: Set connection var ansible_pipelining to False 138029 1726888158.12232: Set connection var ansible_shell_type to sh 138029 1726888158.12259: Set connection var ansible_connection to ssh 138029 1726888158.12263: Set connection var ansible_shell_executable to /bin/sh 138029 1726888158.12276: variable 'ansible_shell_executable' from source: unknown 138029 1726888158.12279: variable 'ansible_connection' from source: unknown 138029 1726888158.12285: variable 'ansible_module_compression' from source: unknown 138029 1726888158.12289: variable 'ansible_shell_type' from source: unknown 138029 1726888158.12291: variable 'ansible_shell_executable' from source: unknown 138029 1726888158.12296: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888158.12298: variable 'ansible_pipelining' from source: unknown 138029 1726888158.12300: variable 'ansible_timeout' from source: unknown 138029 1726888158.12322: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888158.12421: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888158.12432: variable 'omit' from source: magic vars 138029 1726888158.12438: starting attempt loop 138029 1726888158.12445: running the handler 138029 1726888158.12854: variable 'blivet_output' from source: set_fact 138029 1726888158.12900: Evaluated conditional (not blivet_output.changed and blivet_output.pools[0].raid_level == 'raid1' and blivet_output.pools[0].raid_device_count == 2 and blivet_output.pools[0].raid_spare_count == 1 and blivet_output.pools[0].raid_metadata_version == '1.0'): True 138029 1726888158.12904: handler run complete 138029 1726888158.12916: attempt loop complete, returning result 138029 1726888158.12919: _execute() done 138029 1726888158.12922: dumping result to json 138029 1726888158.12924: done dumping result, returning 138029 1726888158.12930: done running TaskExecutor() for managed_node3/TASK: Assert to preserve RAID settings for preexisting pool [0affc8a3-6f6f-5a58-73a2-00000000000c] 138029 1726888158.12935: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000000c 138029 1726888158.13023: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000000c 138029 1726888158.13026: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888158.13080: no more pending results, returning what we have 138029 1726888158.13084: results queue empty 138029 1726888158.13085: checking for any_errors_fatal 138029 1726888158.13087: done checking for any_errors_fatal 138029 1726888158.13088: checking for max_fail_percentage 138029 1726888158.13089: done checking for max_fail_percentage 138029 1726888158.13090: checking to see if all hosts have failed and the running result is not ok 138029 1726888158.13091: done checking to see if all hosts have failed 138029 1726888158.13091: getting the remaining hosts for this loop 138029 1726888158.13093: done getting the remaining hosts for this loop 138029 1726888158.13096: getting the next task for host managed_node3 138029 1726888158.13101: done getting next task for host managed_node3 138029 1726888158.13105: ^ task is: TASK: Verify role results 138029 1726888158.13107: ^ 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 138029 1726888158.13111: getting variables 138029 1726888158.13113: in VariableManager get_vars() 138029 1726888158.13150: Calling all_inventory to load vars for managed_node3 138029 1726888158.13153: Calling groups_inventory to load vars for managed_node3 138029 1726888158.13157: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888158.13168: Calling all_plugins_play to load vars for managed_node3 138029 1726888158.13171: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888158.13173: Calling groups_plugins_play to load vars for managed_node3 138029 1726888158.13561: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888158.13948: done with get_vars() 138029 1726888158.13960: done getting variables TASK [Verify role results] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:89 Friday 20 September 2024 23:09:18 -0400 (0:00:00.033) 0:02:50.863 ****** 138029 1726888158.14021: entering _queue_task() for managed_node3/include_tasks 138029 1726888158.14224: worker is 1 (out of 1 available) 138029 1726888158.14237: exiting _queue_task() for managed_node3/include_tasks 138029 1726888158.14249: done queuing things up, now waiting for results queue to drain 138029 1726888158.14250: waiting for pending results... 138029 1726888158.14441: running TaskExecutor() for managed_node3/TASK: Verify role results 138029 1726888158.14509: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000000d 138029 1726888158.14522: variable 'ansible_search_path' from source: unknown 138029 1726888158.14550: calling self._execute() 138029 1726888158.14640: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888158.14644: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888158.14653: variable 'omit' from source: magic vars 138029 1726888158.14740: _execute() done 138029 1726888158.14743: dumping result to json 138029 1726888158.14746: done dumping result, returning 138029 1726888158.14752: done running TaskExecutor() for managed_node3/TASK: Verify role results [0affc8a3-6f6f-5a58-73a2-00000000000d] 138029 1726888158.14758: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000000d 138029 1726888158.14862: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000000d 138029 1726888158.14866: WORKER PROCESS EXITING 138029 1726888158.14890: no more pending results, returning what we have 138029 1726888158.14894: in VariableManager get_vars() 138029 1726888158.14928: Calling all_inventory to load vars for managed_node3 138029 1726888158.14931: Calling groups_inventory to load vars for managed_node3 138029 1726888158.14933: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888158.14943: Calling all_plugins_play to load vars for managed_node3 138029 1726888158.14945: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888158.14948: Calling groups_plugins_play to load vars for managed_node3 138029 1726888158.15479: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888158.15988: done with get_vars() 138029 1726888158.15999: variable 'ansible_search_path' from source: unknown 138029 1726888158.16012: we have included files to process 138029 1726888158.16013: generating all_blocks data 138029 1726888158.16016: done generating all_blocks data 138029 1726888158.16021: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 138029 1726888158.16022: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 138029 1726888158.16024: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 138029 1726888158.16580: in VariableManager get_vars() 138029 1726888158.16595: done with get_vars() 138029 1726888158.16631: in VariableManager get_vars() 138029 1726888158.16644: done with get_vars() 138029 1726888158.16726: done processing included file 138029 1726888158.16728: iterating over new_blocks loaded from include file 138029 1726888158.16729: in VariableManager get_vars() 138029 1726888158.16740: done with get_vars() 138029 1726888158.16741: filtering new block on tags 138029 1726888158.16801: done filtering new block on tags 138029 1726888158.16804: 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_node3 138029 1726888158.16809: extending task lists for all hosts with included blocks 138029 1726888158.18232: done extending task lists 138029 1726888158.18233: done processing included files 138029 1726888158.18234: results queue empty 138029 1726888158.18234: checking for any_errors_fatal 138029 1726888158.18237: done checking for any_errors_fatal 138029 1726888158.18237: checking for max_fail_percentage 138029 1726888158.18238: done checking for max_fail_percentage 138029 1726888158.18239: checking to see if all hosts have failed and the running result is not ok 138029 1726888158.18240: done checking to see if all hosts have failed 138029 1726888158.18240: getting the remaining hosts for this loop 138029 1726888158.18242: done getting the remaining hosts for this loop 138029 1726888158.18244: getting the next task for host managed_node3 138029 1726888158.18246: done getting next task for host managed_node3 138029 1726888158.18248: ^ task is: TASK: Print out pool information 138029 1726888158.18250: ^ 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 138029 1726888158.18252: getting variables 138029 1726888158.18253: in VariableManager get_vars() 138029 1726888158.18263: Calling all_inventory to load vars for managed_node3 138029 1726888158.18265: Calling groups_inventory to load vars for managed_node3 138029 1726888158.18267: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888158.18271: Calling all_plugins_play to load vars for managed_node3 138029 1726888158.18273: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888158.18275: Calling groups_plugins_play to load vars for managed_node3 138029 1726888158.18733: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888158.19368: done with get_vars() 138029 1726888158.19382: done getting variables 138029 1726888158.19421: 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:09:18 -0400 (0:00:00.054) 0:02:50.918 ****** 138029 1726888158.19447: entering _queue_task() for managed_node3/debug 138029 1726888158.19734: worker is 1 (out of 1 available) 138029 1726888158.19746: exiting _queue_task() for managed_node3/debug 138029 1726888158.19762: done queuing things up, now waiting for results queue to drain 138029 1726888158.19764: waiting for pending results... 138029 1726888158.20175: running TaskExecutor() for managed_node3/TASK: Print out pool information 138029 1726888158.20181: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001583 138029 1726888158.20188: variable 'ansible_search_path' from source: unknown 138029 1726888158.20231: calling self._execute() 138029 1726888158.20350: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888158.20366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888158.20386: variable 'omit' from source: magic vars 138029 1726888158.20800: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888158.23108: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888158.23175: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888158.23221: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888158.23313: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888158.23316: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888158.23367: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888158.23397: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888158.23429: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888158.23479: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888158.23500: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888158.23635: variable '_storage_pools_list' from source: set_fact 138029 1726888158.23703: Evaluated conditional (_storage_pools_list | length > 0): True 138029 1726888158.23750: variable 'omit' from source: magic vars 138029 1726888158.23766: variable 'omit' from source: magic vars 138029 1726888158.23807: variable 'omit' from source: magic vars 138029 1726888158.23837: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888158.23876: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888158.23899: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888158.23960: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888158.23968: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888158.23971: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888158.23978: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888158.24010: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888158.24019: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888158.24027: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888158.24159: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888158.24185: Set connection var ansible_timeout to 10 138029 1726888158.24188: Set connection var ansible_pipelining to False 138029 1726888158.24191: Set connection var ansible_shell_type to sh 138029 1726888158.24193: Set connection var ansible_connection to ssh 138029 1726888158.24294: Set connection var ansible_shell_executable to /bin/sh 138029 1726888158.24297: variable 'ansible_shell_executable' from source: unknown 138029 1726888158.24300: variable 'ansible_connection' from source: unknown 138029 1726888158.24303: variable 'ansible_module_compression' from source: unknown 138029 1726888158.24305: variable 'ansible_shell_type' from source: unknown 138029 1726888158.24307: variable 'ansible_shell_executable' from source: unknown 138029 1726888158.24309: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888158.24311: variable 'ansible_pipelining' from source: unknown 138029 1726888158.24313: variable 'ansible_timeout' from source: unknown 138029 1726888158.24315: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888158.24386: 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) 138029 1726888158.24408: variable 'omit' from source: magic vars 138029 1726888158.24419: starting attempt loop 138029 1726888158.24425: running the handler 138029 1726888158.24476: variable '_storage_pools_list' from source: set_fact 138029 1726888158.24561: variable '_storage_pools_list' from source: set_fact 138029 1726888158.25107: handler run complete 138029 1726888158.25179: attempt loop complete, returning result 138029 1726888158.25187: _execute() done 138029 1726888158.25193: dumping result to json 138029 1726888158.25206: done dumping result, returning 138029 1726888158.25215: done running TaskExecutor() for managed_node3/TASK: Print out pool information [0affc8a3-6f6f-5a58-73a2-000000001583] 138029 1726888158.25222: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001583 ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } 138029 1726888158.25772: no more pending results, returning what we have 138029 1726888158.25776: results queue empty 138029 1726888158.25777: checking for any_errors_fatal 138029 1726888158.25779: done checking for any_errors_fatal 138029 1726888158.25779: checking for max_fail_percentage 138029 1726888158.25781: done checking for max_fail_percentage 138029 1726888158.25782: checking to see if all hosts have failed and the running result is not ok 138029 1726888158.25783: done checking to see if all hosts have failed 138029 1726888158.25783: getting the remaining hosts for this loop 138029 1726888158.25785: done getting the remaining hosts for this loop 138029 1726888158.25788: getting the next task for host managed_node3 138029 1726888158.25793: done getting next task for host managed_node3 138029 1726888158.25796: ^ task is: TASK: Print out volume information 138029 1726888158.25799: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888158.25802: getting variables 138029 1726888158.25804: in VariableManager get_vars() 138029 1726888158.25836: Calling all_inventory to load vars for managed_node3 138029 1726888158.25839: Calling groups_inventory to load vars for managed_node3 138029 1726888158.25842: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888158.25852: Calling all_plugins_play to load vars for managed_node3 138029 1726888158.25857: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888158.25860: Calling groups_plugins_play to load vars for managed_node3 138029 1726888158.26468: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001583 138029 1726888158.26472: WORKER PROCESS EXITING 138029 1726888158.26587: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888158.27246: done with get_vars() 138029 1726888158.27266: done getting variables 138029 1726888158.27326: 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:09:18 -0400 (0:00:00.079) 0:02:50.997 ****** 138029 1726888158.27360: entering _queue_task() for managed_node3/debug 138029 1726888158.27642: worker is 1 (out of 1 available) 138029 1726888158.27858: exiting _queue_task() for managed_node3/debug 138029 1726888158.27869: done queuing things up, now waiting for results queue to drain 138029 1726888158.27872: waiting for pending results... 138029 1726888158.27984: running TaskExecutor() for managed_node3/TASK: Print out volume information 138029 1726888158.28109: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001584 138029 1726888158.28130: variable 'ansible_search_path' from source: unknown 138029 1726888158.28174: calling self._execute() 138029 1726888158.28298: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888158.28318: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888158.28426: variable 'omit' from source: magic vars 138029 1726888158.28735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888158.31033: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888158.31110: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888158.31153: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888158.31194: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888158.31223: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888158.31304: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888158.31336: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888158.31372: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888158.31416: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888158.31434: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888158.31549: variable '_storage_volumes_list' from source: set_fact 138029 1726888158.31573: Evaluated conditional (_storage_volumes_list | length > 0): False 138029 1726888158.31583: when evaluation is False, skipping this task 138029 1726888158.31593: _execute() done 138029 1726888158.31600: dumping result to json 138029 1726888158.31606: done dumping result, returning 138029 1726888158.31699: done running TaskExecutor() for managed_node3/TASK: Print out volume information [0affc8a3-6f6f-5a58-73a2-000000001584] 138029 1726888158.31702: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001584 138029 1726888158.31775: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001584 138029 1726888158.31778: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "_storage_volumes_list | length > 0" } 138029 1726888158.31850: no more pending results, returning what we have 138029 1726888158.31854: results queue empty 138029 1726888158.31857: checking for any_errors_fatal 138029 1726888158.31880: done checking for any_errors_fatal 138029 1726888158.31881: checking for max_fail_percentage 138029 1726888158.31883: done checking for max_fail_percentage 138029 1726888158.31884: checking to see if all hosts have failed and the running result is not ok 138029 1726888158.31885: done checking to see if all hosts have failed 138029 1726888158.31886: getting the remaining hosts for this loop 138029 1726888158.31888: done getting the remaining hosts for this loop 138029 1726888158.31892: getting the next task for host managed_node3 138029 1726888158.31899: done getting next task for host managed_node3 138029 1726888158.31902: ^ task is: TASK: Collect info about the volumes. 138029 1726888158.31906: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888158.31910: getting variables 138029 1726888158.31912: in VariableManager get_vars() 138029 1726888158.31948: Calling all_inventory to load vars for managed_node3 138029 1726888158.31951: Calling groups_inventory to load vars for managed_node3 138029 1726888158.32061: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888158.32071: Calling all_plugins_play to load vars for managed_node3 138029 1726888158.32075: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888158.32077: Calling groups_plugins_play to load vars for managed_node3 138029 1726888158.32828: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888158.33486: done with get_vars() 138029 1726888158.33503: 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:09:18 -0400 (0:00:00.062) 0:02:51.059 ****** 138029 1726888158.33584: entering _queue_task() for managed_node3/fedora.linux_system_roles.blockdev_info 138029 1726888158.33960: worker is 1 (out of 1 available) 138029 1726888158.33972: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blockdev_info 138029 1726888158.33982: done queuing things up, now waiting for results queue to drain 138029 1726888158.33984: waiting for pending results... 138029 1726888158.34222: running TaskExecutor() for managed_node3/TASK: Collect info about the volumes. 138029 1726888158.34302: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001585 138029 1726888158.34426: variable 'ansible_search_path' from source: unknown 138029 1726888158.34430: calling self._execute() 138029 1726888158.34491: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888158.34504: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888158.34519: variable 'omit' from source: magic vars 138029 1726888158.34650: variable 'omit' from source: magic vars 138029 1726888158.34702: variable 'omit' from source: magic vars 138029 1726888158.34741: variable 'omit' from source: magic vars 138029 1726888158.34789: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888158.34827: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888158.34869: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888158.34876: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888158.34892: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888158.34909: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888158.34978: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888158.34981: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888158.34983: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888158.34985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888158.35098: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888158.35108: Set connection var ansible_timeout to 10 138029 1726888158.35117: Set connection var ansible_pipelining to False 138029 1726888158.35122: Set connection var ansible_shell_type to sh 138029 1726888158.35126: Set connection var ansible_connection to ssh 138029 1726888158.35134: Set connection var ansible_shell_executable to /bin/sh 138029 1726888158.35166: variable 'ansible_shell_executable' from source: unknown 138029 1726888158.35174: variable 'ansible_connection' from source: unknown 138029 1726888158.35181: variable 'ansible_module_compression' from source: unknown 138029 1726888158.35258: variable 'ansible_shell_type' from source: unknown 138029 1726888158.35263: variable 'ansible_shell_executable' from source: unknown 138029 1726888158.35265: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888158.35267: variable 'ansible_pipelining' from source: unknown 138029 1726888158.35269: variable 'ansible_timeout' from source: unknown 138029 1726888158.35271: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888158.35408: 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) 138029 1726888158.35425: variable 'omit' from source: magic vars 138029 1726888158.35434: starting attempt loop 138029 1726888158.35440: running the handler 138029 1726888158.35458: _low_level_execute_command(): starting 138029 1726888158.35494: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888158.36190: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888158.36273: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888158.36320: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888158.36336: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888158.36376: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888158.36461: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888158.38223: stdout chunk (state=3): >>>/root <<< 138029 1726888158.38461: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888158.38465: stdout chunk (state=3): >>><<< 138029 1726888158.38467: stderr chunk (state=3): >>><<< 138029 1726888158.38470: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888158.38472: _low_level_execute_command(): starting 138029 1726888158.38475: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888158.383966-143096-39312830846014 `" && echo ansible-tmp-1726888158.383966-143096-39312830846014="` echo /root/.ansible/tmp/ansible-tmp-1726888158.383966-143096-39312830846014 `" ) && sleep 0' 138029 1726888158.39046: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888158.39062: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888158.39079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888158.39100: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888158.39118: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888158.39146: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888158.39252: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888158.39278: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888158.39376: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888158.42613: stdout chunk (state=3): >>>ansible-tmp-1726888158.383966-143096-39312830846014=/root/.ansible/tmp/ansible-tmp-1726888158.383966-143096-39312830846014 <<< 138029 1726888158.42812: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888158.42836: stderr chunk (state=3): >>><<< 138029 1726888158.42838: stdout chunk (state=3): >>><<< 138029 1726888158.42858: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888158.383966-143096-39312830846014=/root/.ansible/tmp/ansible-tmp-1726888158.383966-143096-39312830846014 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888158.43025: variable 'ansible_module_compression' from source: unknown 138029 1726888158.43029: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blockdev_info-ZIP_DEFLATED 138029 1726888158.43032: variable 'ansible_facts' from source: unknown 138029 1726888158.43131: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888158.383966-143096-39312830846014/AnsiballZ_blockdev_info.py 138029 1726888158.43348: Sending initial data 138029 1726888158.43353: Sent initial data (162 bytes) 138029 1726888158.43844: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888158.43854: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888158.43910: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888158.44004: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888158.44008: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888158.44061: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888158.45812: 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 <<< 138029 1726888158.45866: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888158.45920: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpczwvboj_ /root/.ansible/tmp/ansible-tmp-1726888158.383966-143096-39312830846014/AnsiballZ_blockdev_info.py <<< 138029 1726888158.45923: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888158.383966-143096-39312830846014/AnsiballZ_blockdev_info.py" <<< 138029 1726888158.45973: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpczwvboj_" to remote "/root/.ansible/tmp/ansible-tmp-1726888158.383966-143096-39312830846014/AnsiballZ_blockdev_info.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888158.383966-143096-39312830846014/AnsiballZ_blockdev_info.py" <<< 138029 1726888158.46757: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888158.46786: stderr chunk (state=3): >>><<< 138029 1726888158.46852: stdout chunk (state=3): >>><<< 138029 1726888158.46862: done transferring module to remote 138029 1726888158.46883: _low_level_execute_command(): starting 138029 1726888158.46890: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888158.383966-143096-39312830846014/ /root/.ansible/tmp/ansible-tmp-1726888158.383966-143096-39312830846014/AnsiballZ_blockdev_info.py && sleep 0' 138029 1726888158.47504: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888158.47523: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888158.47574: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888158.47660: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888158.47685: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888158.47777: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888158.49746: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888158.49748: stdout chunk (state=3): >>><<< 138029 1726888158.49750: stderr chunk (state=3): >>><<< 138029 1726888158.49832: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888158.49835: _low_level_execute_command(): starting 138029 1726888158.49838: _low_level_execute_command(): using become for this command 138029 1726888158.49840: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-swsmpmsyhpeayfsmdxpdwbvnttldyxlb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888158.383966-143096-39312830846014/AnsiballZ_blockdev_info.py'"'"' && sleep 0' 138029 1726888158.49859: Initial state: awaiting_escalation: BECOME-SUCCESS-swsmpmsyhpeayfsmdxpdwbvnttldyxlb 138029 1726888158.50197: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888158.50253: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888158.50278: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888158.50296: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888158.50351: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888158.53584: stdout chunk (state=1): >>>BECOME-SUCCESS-swsmpmsyhpeayfsmdxpdwbvnttldyxlb <<< 138029 1726888158.53588: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-swsmpmsyhpeayfsmdxpdwbvnttldyxlb' 138029 1726888158.53922: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888158.53957: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888158.53985: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888158.53993: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888158.54066: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888158.54075: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888158.54102: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888158.54139: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888158.54168: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888158.54175: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888158.54224: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888158.54231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888158.54245: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888158.54274: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888158.54306: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888158.54328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888158.54341: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be6183e0> <<< 138029 1726888158.54354: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be5e7a10> <<< 138029 1726888158.54375: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888158.54398: 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 0x7ff9be61a960> <<< 138029 1726888158.54412: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888158.54432: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888158.54450: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888158.54463: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888158.54499: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888158.54523: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888158.54622: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888158.54649: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888158.54652: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888158.54681: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888158.54702: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888158.54714: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888158.54739: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888158.54747: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888158.54752: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888158.54780: 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 <<< 138029 1726888158.54785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888158.54804: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be42cfe0> <<< 138029 1726888158.54868: 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 <<< 138029 1726888158.54882: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888158.54887: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be42dfd0> <<< 138029 1726888158.54909: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888158.54947: 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. <<< 138029 1726888158.55170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888158.55192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888158.55200: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888158.55214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888158.55231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888158.55277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888158.55290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888158.55330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888158.55332: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be473dd0> <<< 138029 1726888158.55361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888158.55376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888158.55410: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888158.55424: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be473fe0> <<< 138029 1726888158.55429: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888158.55461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888158.55491: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888158.55562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888158.55585: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888158.55602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 138029 1726888158.55619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4a37d0> <<< 138029 1726888158.55624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888158.55642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888158.55645: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4a3e60> <<< 138029 1726888158.55667: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888158.55722: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be483a70> <<< 138029 1726888158.55725: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888158.55758: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4811c0> <<< 138029 1726888158.55850: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be470f80> <<< 138029 1726888158.55870: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888158.55892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888158.55913: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888158.55936: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888158.55958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888158.55986: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888158.55990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888158.56032: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4c77d0> <<< 138029 1726888158.56040: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4c63f0> <<< 138029 1726888158.56071: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888158.56080: 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 0x7ff9be482090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4c4b90> <<< 138029 1726888158.56132: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888158.56140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be470200> <<< 138029 1726888158.56169: 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' <<< 138029 1726888158.56201: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888158.56206: 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 0x7ff9be4f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4f8bc0> <<< 138029 1726888158.56238: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888158.56257: 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 0x7ff9be4f8f80> <<< 138029 1726888158.56260: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be466d20> <<< 138029 1726888158.56292: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888158.56297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888158.56313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888158.56346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888158.56371: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4f95e0> <<< 138029 1726888158.56373: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4f92b0> import 'importlib.machinery' # <<< 138029 1726888158.56408: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888158.56413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888158.56425: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4fa4e0> <<< 138029 1726888158.56445: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888158.56452: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888158.56475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888158.56519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888158.56543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888158.56552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be5106e0> <<< 138029 1726888158.56565: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888158.56616: 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 0x7ff9be511dc0> <<< 138029 1726888158.56624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888158.56630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888158.56664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888158.56676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888158.56691: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be512c00> <<< 138029 1726888158.56727: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888158.56730: 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 0x7ff9be513230> <<< 138029 1726888158.56732: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be512150> <<< 138029 1726888158.56770: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888158.56779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888158.56811: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888158.56818: 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 0x7ff9be513cb0> <<< 138029 1726888158.56834: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be5133e0> <<< 138029 1726888158.56876: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4fa450> <<< 138029 1726888158.56940: 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' <<< 138029 1726888158.56960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888158.56977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888158.57017: 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 0x7ff9be2b7b30> <<< 138029 1726888158.57058: 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'<<< 138029 1726888158.57075: stdout chunk (state=3): >>> <<< 138029 1726888158.57092: 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' <<< 138029 1726888158.57111: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9be2e0680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be2e03e0> <<< 138029 1726888158.57125: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888158.57139: 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 0x7ff9be2e06b0> <<< 138029 1726888158.57173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888158.57187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888158.57252: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888158.57452: 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 0x7ff9be2e0fe0> <<< 138029 1726888158.57553: 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 0x7ff9be2e1910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be2e0890> <<< 138029 1726888158.57591: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be2b5cd0> <<< 138029 1726888158.57596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888158.57639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888158.57642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888158.57685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be2e2c00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be2e0b90> <<< 138029 1726888158.57717: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4fac00> <<< 138029 1726888158.57727: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888158.57802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888158.57823: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888158.57858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888158.57889: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be30ef30> <<< 138029 1726888158.57957: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888158.57961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888158.57997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888158.58000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888158.58065: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be333290> <<< 138029 1726888158.58069: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888158.58115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888158.58178: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888158.58205: 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 0x7ff9be35ffb0> <<< 138029 1726888158.58218: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888158.58254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888158.58277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888158.58321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888158.58414: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be392750> <<< 138029 1726888158.58494: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be390110> <<< 138029 1726888158.58529: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be333f20> <<< 138029 1726888158.58595: 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 0x7ff9be1990d0> <<< 138029 1726888158.58599: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be332090> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be2e3b00> <<< 138029 1726888158.59517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888158.59538: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff9be199370> <<< 138029 1726888158.64199: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_2_c2ksoe/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' <<< 138029 1726888158.64235: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.64366: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.64396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888158.64405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888158.64461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888158.64536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888158.64575: 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' <<< 138029 1726888158.64582: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be1e6de0> import '_typing' # <<< 138029 1726888158.64799: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be1c9cd0> <<< 138029 1726888158.64808: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be1c8e60> # zipimport: zlib available <<< 138029 1726888158.64848: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888158.64850: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.64877: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.64886: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.64905: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888158.64916: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.66426: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.67609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888158.67625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be1e4cb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888158.67651: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888158.67714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888158.67728: 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 0x7ff9be21a750> <<< 138029 1726888158.67779: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be21a4e0> <<< 138029 1726888158.67822: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be219df0> <<< 138029 1726888158.67826: 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' <<< 138029 1726888158.67904: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be21a540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be1e7800> 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 0x7ff9be21b440> <<< 138029 1726888158.67945: 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 0x7ff9be21b590> <<< 138029 1726888158.67977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888158.68059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888158.68062: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888158.68115: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be21b9b0> <<< 138029 1726888158.68118: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888158.68151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888158.68183: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb1d7c0> <<< 138029 1726888158.68226: 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 0x7ff9bdb1f3e0> <<< 138029 1726888158.68253: 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' <<< 138029 1726888158.68388: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb1fd70> # /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 0x7ff9bdb20f20> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888158.68416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888158.68458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888158.68474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888158.68505: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb23a10> <<< 138029 1726888158.68543: 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 0x7ff9be35ff50> <<< 138029 1726888158.68567: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb21d00> <<< 138029 1726888158.68587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888158.68608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888158.68636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888158.68644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888158.68662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888158.68685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888158.68716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888158.68724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb2b8c0> <<< 138029 1726888158.68739: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888158.68804: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb2a390> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb2a0f0> <<< 138029 1726888158.68828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888158.68833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888158.68918: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb2a660> <<< 138029 1726888158.68939: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb22210> <<< 138029 1726888158.68972: 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 0x7ff9bdb6fb30> <<< 138029 1726888158.68995: 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 0x7ff9bdb6fb90> <<< 138029 1726888158.69020: 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 <<< 138029 1726888158.69035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888158.69065: 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' <<< 138029 1726888158.69103: 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' <<< 138029 1726888158.69114: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9bdb716d0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb71490> <<< 138029 1726888158.69117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888158.69259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888158.69309: 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 0x7ff9bdb73c20> <<< 138029 1726888158.69322: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb71dc0> <<< 138029 1726888158.69330: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888158.69378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888158.69402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888158.69410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888158.69414: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888158.69468: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb773b0> <<< 138029 1726888158.69614: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb73d40> <<< 138029 1726888158.69682: 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 0x7ff9bdb781d0> <<< 138029 1726888158.69707: 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 0x7ff9bdb78200> <<< 138029 1726888158.69760: 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 0x7ff9bdb78710> <<< 138029 1726888158.69765: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb6fe60> <<< 138029 1726888158.69794: 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 <<< 138029 1726888158.69808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888158.69813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888158.69836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888158.69869: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888158.69886: 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 0x7ff9bdb7bd40> <<< 138029 1726888158.70043: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888158.70060: 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 0x7ff9bda01070> <<< 138029 1726888158.70069: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb7a4e0> <<< 138029 1726888158.70099: 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' <<< 138029 1726888158.70108: 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 0x7ff9bdb7b860> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb7a120> <<< 138029 1726888158.70127: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.70144: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.70149: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888158.70160: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.70245: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.70344: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.70352: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.70369: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888158.70376: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.70397: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.70403: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888158.70410: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.70544: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.70667: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.71245: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.71811: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888158.71826: 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' # <<< 138029 1726888158.71857: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888158.71868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888158.71930: 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 0x7ff9bda091f0> <<< 138029 1726888158.72027: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888158.72039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888158.72043: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bda09f40> <<< 138029 1726888158.72064: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be1e6d50> <<< 138029 1726888158.72117: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888158.72132: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.72168: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.72180: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888158.72335: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.72484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888158.72505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bda0a630> <<< 138029 1726888158.72525: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.72978: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.73472: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.73548: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.73646: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888158.73669: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.73707: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888158.73710: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.73797: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.73882: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888158.73893: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.73917: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888158.73933: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.73965: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.74000: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888158.74024: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.74290: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.74525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888158.74611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888158.74614: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888158.74686: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bda0b0e0> <<< 138029 1726888158.74706: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.74780: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.74856: 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' # <<< 138029 1726888158.74905: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.74922: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.74975: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888158.75021: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.75073: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.75128: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.75197: 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 <<< 138029 1726888158.75240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888158.75337: 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 0x7ff9bda158b0> <<< 138029 1726888158.75371: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bda12a50> <<< 138029 1726888158.75415: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888158.75419: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.75486: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.75578: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.75598: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.75658: 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' <<< 138029 1726888158.75668: 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 <<< 138029 1726888158.75702: 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 <<< 138029 1726888158.75773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888158.75791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888158.75875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888158.75905: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be2563c0> <<< 138029 1726888158.75933: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdbfa090> <<< 138029 1726888158.76034: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bda159d0> <<< 138029 1726888158.76040: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bda0aed0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888158.76077: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.76105: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888158.76162: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888158.76179: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888158.76220: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available <<< 138029 1726888158.76279: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 138029 1726888158.76295: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888158.76318: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 138029 1726888158.76358: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.76362: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888158.76373: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.76445: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.76583: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888158.77865: stdout chunk (state=3): >>> {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sda1": {"name": "/dev/sda1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2", "type": "partition", "size": "10G", "mountpoint": ""}, "/dev/md/vg1-1": {"name": "/dev/md/vg1-1", "fstype": "LVM2_member", "label": "", "uuid": "m11PLp-D1kU-fKW1-CJLS-VwSi-TwYH-HGer37", "type": "raid1", "size": "10G", "mountpoint": ""}, "/dev/mapper/vg1-Lv3": {"name": "/dev/mapper/vg1-Lv3", "fstype": "xfs", "label": "", "uuid": "9fcf588e-8176-4062-961f-60e5b7b5d8c2", "type": "lvm", "size": "3G", "mountpoint": "/opt/test3"}, "/dev/mapper/vg1-Lv2": {"name": "/dev/mapper/vg1-Lv2", "fstype": "xfs", "label": "", "uuid": "4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "type": "lvm", "size": "3G", "mountpoint": "/opt/test2"}, "/dev/mapper/vg1-lv1": {"name": "/dev/mapper/vg1-lv1", "fstype": "xfs", "label": "", "uuid": "ac246704-920b-4020-af6e-f443534e195b", "type": "lvm", "size": "2G", "mountpoint": "/opt/test1"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdb1": {"name": "/dev/sdb1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2", "type": "partition", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc1": {"name": "/dev/sdc1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2", "type": "partition", "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": {}}} <<< 138029 1726888158.77934: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888158.78431: 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 <<< 138029 1726888158.78468: 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 <<< 138029 1726888158.78487: 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 <<< 138029 1726888158.78537: stdout chunk (state=3): >>># cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors <<< 138029 1726888158.78550: 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<<< 138029 1726888158.78572: stdout chunk (state=3): >>> # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian <<< 138029 1726888158.78597: 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 # 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 <<< 138029 1726888158.78602: 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 <<< 138029 1726888158.78614: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # 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 <<< 138029 1726888158.78862: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888158.78868: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888158.78899: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888158.78912: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888158.78924: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888158.78948: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 138029 1726888158.78953: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888158.78986: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888158.78994: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888158.79016: 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 <<< 138029 1726888158.79030: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 138029 1726888158.79057: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal <<< 138029 1726888158.79078: stdout chunk (state=3): >>># destroy fcntl <<< 138029 1726888158.79094: stdout chunk (state=3): >>># destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888158.79115: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 138029 1726888158.79132: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888158.79149: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888158.79163: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 138029 1726888158.79176: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888158.79260: 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 <<< 138029 1726888158.79291: 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<<< 138029 1726888158.79302: 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 <<< 138029 1726888158.79336: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888158.79342: 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 <<< 138029 1726888158.79392: 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 <<< 138029 1726888158.79395: 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 <<< 138029 1726888158.79401: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888158.79520: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888158.79536: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888158.79545: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888158.79578: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888158.79584: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888158.79606: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888158.79645: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888158.79650: 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 <<< 138029 1726888158.79672: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888158.79784: 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 <<< 138029 1726888158.79792: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 138029 1726888158.79797: stdout chunk (state=3): >>># destroy time <<< 138029 1726888158.79804: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888158.79833: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888158.79839: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888158.79879: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix <<< 138029 1726888158.79884: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888158.80464: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888158.80496: stderr chunk (state=3): >>><<< 138029 1726888158.80499: stdout chunk (state=3): >>><<< 138029 1726888158.80580: _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 0x7ff9be6183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be5e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be61a960> 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 0x7ff9be42cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7ff9be42dfd0> 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 0x7ff9be473dd0> # /usr/lib64/python3.12/__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 0x7ff9be473fe0> # /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 0x7ff9be4a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be483a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be470f80> # /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 0x7ff9be4c77d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4c63f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be482090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4c4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be470200> # /usr/lib64/python3.12/__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 0x7ff9be4f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9be4f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be466d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7ff9be4f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4f92b0> 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 0x7ff9be4fa4e0> 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 0x7ff9be5106e0> 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 0x7ff9be511dc0> # /usr/lib64/python3.12/__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 0x7ff9be512c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9be513230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be512150> # /usr/lib64/python3.12/__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 0x7ff9be513cb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be5133e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4fa450> # /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 0x7ff9be2b7b30> # /usr/lib64/python3.12/__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 0x7ff9be2e0680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be2e03e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9be2e06b0> # /usr/lib64/python3.12/__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 0x7ff9be2e0fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9be2e1910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be2e0890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be2b5cd0> # /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 0x7ff9be2e2c00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be2e0b90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be4fac00> # /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 0x7ff9be30ef30> # /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 0x7ff9be333290> # /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 0x7ff9be35ffb0> # /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 0x7ff9be392750> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be390110> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be333f20> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be1990d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be332090> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be2e3b00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff9be199370> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_2_c2ksoe/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 0x7ff9be1e6de0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be1c9cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be1c8e60> # 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 0x7ff9be1e4cb0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7ff9be21a750> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be21a4e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be219df0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7ff9be21a540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be1e7800> 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 0x7ff9be21b440> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9be21b590> # /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 0x7ff9be21b9b0> 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 0x7ff9bdb1d7c0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9bdb1f3e0> # /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 0x7ff9bdb1fd70> # /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 0x7ff9bdb20f20> # /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 0x7ff9bdb23a10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9be35ff50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb21d00> # /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 0x7ff9bdb2b8c0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb2a390> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb2a0f0> # /usr/lib64/python3.12/__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 0x7ff9bdb2a660> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb22210> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9bdb6fb30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb6fb90> # /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 0x7ff9bdb716d0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb71490> # /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 0x7ff9bdb73c20> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb71dc0> # /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 0x7ff9bdb773b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb73d40> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9bdb781d0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9bdb78200> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9bdb78710> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb6fe60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7ff9bdb7bd40> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9bda01070> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb7a4e0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff9bdb7b860> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdb7a120> # 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 0x7ff9bda091f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7ff9bda09f40> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9be1e6d50> 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 0x7ff9bda0a630> # 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 0x7ff9bda0b0e0> # 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 0x7ff9bda158b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bda12a50> 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 0x7ff9be2563c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bdbfa090> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bda159d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff9bda0aed0> # 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/sda1": {"name": "/dev/sda1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2", "type": "partition", "size": "10G", "mountpoint": ""}, "/dev/md/vg1-1": {"name": "/dev/md/vg1-1", "fstype": "LVM2_member", "label": "", "uuid": "m11PLp-D1kU-fKW1-CJLS-VwSi-TwYH-HGer37", "type": "raid1", "size": "10G", "mountpoint": ""}, "/dev/mapper/vg1-Lv3": {"name": "/dev/mapper/vg1-Lv3", "fstype": "xfs", "label": "", "uuid": "9fcf588e-8176-4062-961f-60e5b7b5d8c2", "type": "lvm", "size": "3G", "mountpoint": "/opt/test3"}, "/dev/mapper/vg1-Lv2": {"name": "/dev/mapper/vg1-Lv2", "fstype": "xfs", "label": "", "uuid": "4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "type": "lvm", "size": "3G", "mountpoint": "/opt/test2"}, "/dev/mapper/vg1-lv1": {"name": "/dev/mapper/vg1-lv1", "fstype": "xfs", "label": "", "uuid": "ac246704-920b-4020-af6e-f443534e195b", "type": "lvm", "size": "2G", "mountpoint": "/opt/test1"}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdb1": {"name": "/dev/sdb1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2", "type": "partition", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc1": {"name": "/dev/sdc1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2", "type": "partition", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888158.81154: 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-1726888158.383966-143096-39312830846014/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888158.81161: _low_level_execute_command(): starting 138029 1726888158.81163: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888158.383966-143096-39312830846014/ > /dev/null 2>&1 && sleep 0' 138029 1726888158.81311: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888158.81329: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888158.81333: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888158.81389: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888158.81395: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888158.81397: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888158.81444: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888158.83378: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888158.83407: stderr chunk (state=3): >>><<< 138029 1726888158.83410: stdout chunk (state=3): >>><<< 138029 1726888158.83424: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888158.83430: handler run complete 138029 1726888158.83460: Evaluated conditional (False): False 138029 1726888158.83472: attempt loop complete, returning result 138029 1726888158.83475: _execute() done 138029 1726888158.83477: dumping result to json 138029 1726888158.83485: done dumping result, returning 138029 1726888158.83496: done running TaskExecutor() for managed_node3/TASK: Collect info about the volumes. [0affc8a3-6f6f-5a58-73a2-000000001585] 138029 1726888158.83500: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001585 138029 1726888158.83640: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001585 138029 1726888158.83643: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "info": { "/dev/mapper/vg1-Lv2": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test2", "name": "/dev/mapper/vg1-Lv2", "size": "3G", "type": "lvm", "uuid": "4cec6a92-9346-4a7e-97d0-d62fa2aa9d24" }, "/dev/mapper/vg1-Lv3": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test3", "name": "/dev/mapper/vg1-Lv3", "size": "3G", "type": "lvm", "uuid": "9fcf588e-8176-4062-961f-60e5b7b5d8c2" }, "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "ac246704-920b-4020-af6e-f443534e195b" }, "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/md/vg1-1", "size": "10G", "type": "raid1", "uuid": "m11PLp-D1kU-fKW1-CJLS-VwSi-TwYH-HGer37" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "346697d2-6759-2c68-c45e-d901d57a6ae2" }, "/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" } } } 138029 1726888158.83838: no more pending results, returning what we have 138029 1726888158.83842: results queue empty 138029 1726888158.83842: checking for any_errors_fatal 138029 1726888158.83850: done checking for any_errors_fatal 138029 1726888158.83851: checking for max_fail_percentage 138029 1726888158.83861: done checking for max_fail_percentage 138029 1726888158.83869: checking to see if all hosts have failed and the running result is not ok 138029 1726888158.83869: done checking to see if all hosts have failed 138029 1726888158.83870: getting the remaining hosts for this loop 138029 1726888158.83871: done getting the remaining hosts for this loop 138029 1726888158.83875: getting the next task for host managed_node3 138029 1726888158.83880: done getting next task for host managed_node3 138029 1726888158.83883: ^ task is: TASK: Read the /etc/fstab file for volume existence 138029 1726888158.83885: ^ 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 138029 1726888158.83890: getting variables 138029 1726888158.83891: in VariableManager get_vars() 138029 1726888158.83916: Calling all_inventory to load vars for managed_node3 138029 1726888158.83918: Calling groups_inventory to load vars for managed_node3 138029 1726888158.83920: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888158.83927: Calling all_plugins_play to load vars for managed_node3 138029 1726888158.83929: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888158.83931: Calling groups_plugins_play to load vars for managed_node3 138029 1726888158.84483: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888158.84845: done with get_vars() 138029 1726888158.84858: done getting variables 138029 1726888158.84899: 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:09:18 -0400 (0:00:00.513) 0:02:51.572 ****** 138029 1726888158.84919: entering _queue_task() for managed_node3/command 138029 1726888158.85195: worker is 1 (out of 1 available) 138029 1726888158.85213: exiting _queue_task() for managed_node3/command 138029 1726888158.85227: done queuing things up, now waiting for results queue to drain 138029 1726888158.85229: waiting for pending results... 138029 1726888158.85668: running TaskExecutor() for managed_node3/TASK: Read the /etc/fstab file for volume existence 138029 1726888158.85732: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001586 138029 1726888158.85737: variable 'ansible_search_path' from source: unknown 138029 1726888158.85740: calling self._execute() 138029 1726888158.85805: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888158.85819: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888158.85824: variable 'omit' from source: magic vars 138029 1726888158.85922: variable 'omit' from source: magic vars 138029 1726888158.85988: variable 'omit' from source: magic vars 138029 1726888158.86030: variable 'omit' from source: magic vars 138029 1726888158.86096: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888158.86136: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888158.86160: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888158.86182: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888158.86186: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888158.86198: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888158.86211: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888158.86253: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888158.86258: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888158.86261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888158.86394: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888158.86397: Set connection var ansible_timeout to 10 138029 1726888158.86400: Set connection var ansible_pipelining to False 138029 1726888158.86402: Set connection var ansible_shell_type to sh 138029 1726888158.86408: Set connection var ansible_connection to ssh 138029 1726888158.86412: Set connection var ansible_shell_executable to /bin/sh 138029 1726888158.86487: variable 'ansible_shell_executable' from source: unknown 138029 1726888158.86490: variable 'ansible_connection' from source: unknown 138029 1726888158.86492: variable 'ansible_module_compression' from source: unknown 138029 1726888158.86495: variable 'ansible_shell_type' from source: unknown 138029 1726888158.86497: variable 'ansible_shell_executable' from source: unknown 138029 1726888158.86499: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888158.86501: variable 'ansible_pipelining' from source: unknown 138029 1726888158.86503: variable 'ansible_timeout' from source: unknown 138029 1726888158.86510: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888158.86596: 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) 138029 1726888158.86605: variable 'omit' from source: magic vars 138029 1726888158.86610: starting attempt loop 138029 1726888158.86613: running the handler 138029 1726888158.86624: _low_level_execute_command(): starting 138029 1726888158.86633: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888158.87322: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888158.87363: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888158.87380: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888158.87444: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888158.89216: stdout chunk (state=3): >>>/root <<< 138029 1726888158.89382: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888158.89385: stderr chunk (state=3): >>><<< 138029 1726888158.89387: stdout chunk (state=3): >>><<< 138029 1726888158.89442: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888158.89450: _low_level_execute_command(): starting 138029 1726888158.89486: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888158.8942733-143114-141555664773823 `" && echo ansible-tmp-1726888158.8942733-143114-141555664773823="` echo /root/.ansible/tmp/ansible-tmp-1726888158.8942733-143114-141555664773823 `" ) && sleep 0' 138029 1726888158.89948: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888158.89952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888158.89954: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888158.89966: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888158.90011: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888158.90014: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888158.90070: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888158.92595: stdout chunk (state=3): >>>ansible-tmp-1726888158.8942733-143114-141555664773823=/root/.ansible/tmp/ansible-tmp-1726888158.8942733-143114-141555664773823 <<< 138029 1726888158.92748: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888158.92753: stdout chunk (state=3): >>><<< 138029 1726888158.92966: stderr chunk (state=3): >>><<< 138029 1726888158.92971: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888158.8942733-143114-141555664773823=/root/.ansible/tmp/ansible-tmp-1726888158.8942733-143114-141555664773823 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888158.92979: variable 'ansible_module_compression' from source: unknown 138029 1726888158.92981: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888158.92983: variable 'ansible_facts' from source: unknown 138029 1726888158.93053: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888158.8942733-143114-141555664773823/AnsiballZ_command.py 138029 1726888158.93268: Sending initial data 138029 1726888158.93280: Sent initial data (158 bytes) 138029 1726888158.93967: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888158.94008: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888158.94025: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888158.94049: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888158.94196: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888158.95900: 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 <<< 138029 1726888158.96000: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888158.96049: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpk661wr97 /root/.ansible/tmp/ansible-tmp-1726888158.8942733-143114-141555664773823/AnsiballZ_command.py <<< 138029 1726888158.96053: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888158.8942733-143114-141555664773823/AnsiballZ_command.py" <<< 138029 1726888158.96129: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpk661wr97" to remote "/root/.ansible/tmp/ansible-tmp-1726888158.8942733-143114-141555664773823/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888158.8942733-143114-141555664773823/AnsiballZ_command.py" <<< 138029 1726888158.96905: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888158.96940: stderr chunk (state=3): >>><<< 138029 1726888158.96943: stdout chunk (state=3): >>><<< 138029 1726888158.96979: done transferring module to remote 138029 1726888158.97012: _low_level_execute_command(): starting 138029 1726888158.97015: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888158.8942733-143114-141555664773823/ /root/.ansible/tmp/ansible-tmp-1726888158.8942733-143114-141555664773823/AnsiballZ_command.py && sleep 0' 138029 1726888158.97619: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888158.97663: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888158.97670: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888158.97705: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888158.99581: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888158.99604: stderr chunk (state=3): >>><<< 138029 1726888158.99607: stdout chunk (state=3): >>><<< 138029 1726888158.99629: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888158.99633: _low_level_execute_command(): starting 138029 1726888158.99635: _low_level_execute_command(): using become for this command 138029 1726888158.99647: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zeugslwbnvucrlqeklsckywpzhxqyvqz ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888158.8942733-143114-141555664773823/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888158.99721: Initial state: awaiting_escalation: BECOME-SUCCESS-zeugslwbnvucrlqeklsckywpzhxqyvqz 138029 1726888159.00083: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888159.00087: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888159.00128: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888159.00176: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888159.00268: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888159.05592: stdout chunk (state=1): >>>BECOME-SUCCESS-zeugslwbnvucrlqeklsckywpzhxqyvqz <<< 138029 1726888159.05595: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zeugslwbnvucrlqeklsckywpzhxqyvqz' 138029 1726888159.06118: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888159.06354: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 138029 1726888159.06405: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888159.06445: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 138029 1726888159.06475: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888159.06558: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888159.06584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.06628: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888159.06704: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888159.06725: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888159.06784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888159.06818: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e821bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8218ba10> <<< 138029 1726888159.06849: 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' <<< 138029 1726888159.06896: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e821be930> import '_signal' # <<< 138029 1726888159.06909: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888159.07044: stdout chunk (state=3): >>>import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 138029 1726888159.07141: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888159.07196: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888159.07267: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888159.07271: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888159.07297: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888159.07753: 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 0x7f2e821ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f2e821cdfd0> import 'site' # <<< 138029 1726888159.07799: 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. <<< 138029 1726888159.08192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888159.08217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888159.08288: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888159.08293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.08397: 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' <<< 138029 1726888159.08470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888159.08513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fd3da0> <<< 138029 1726888159.08547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888159.08610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 138029 1726888159.08645: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fd3fe0> <<< 138029 1726888159.08722: 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' <<< 138029 1726888159.08773: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888159.08890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.08894: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888159.08961: 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 0x7f2e82003740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888159.09094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e82003dd0> import '_collections' # <<< 138029 1726888159.09112: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fe3a70> <<< 138029 1726888159.09135: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888159.09199: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fe1190> <<< 138029 1726888159.09427: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fd0f50> <<< 138029 1726888159.09434: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888159.09456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888159.09542: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888159.09727: 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' <<< 138029 1726888159.09744: 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 0x7f2e82027680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e820262a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fe2060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fd2e40> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 138029 1726888159.09751: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e820586b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fd01d0> <<< 138029 1726888159.09928: 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 0x7f2e82058b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e82058a10> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e82058dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fc6cf0> <<< 138029 1726888159.09934: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888159.10049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.10054: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888159.10101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e82059460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e82059130> import 'importlib.machinery' # <<< 138029 1726888159.10143: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888159.10168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888159.10205: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8205a360> <<< 138029 1726888159.10342: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888159.10362: stdout chunk (state=3): >>>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' <<< 138029 1726888159.10387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888159.10412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 138029 1726888159.10429: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e82074560> <<< 138029 1726888159.10467: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888159.10549: 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 0x7f2e82075ca0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888159.10609: 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 <<< 138029 1726888159.10634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888159.10744: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e82076b40> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e820771a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e82076090> <<< 138029 1726888159.10778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888159.10799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888159.10862: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.10867: 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 0x7f2e82077c20> <<< 138029 1726888159.10880: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e82077350> <<< 138029 1726888159.10931: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8205a2d0> <<< 138029 1726888159.10954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888159.10980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888159.11001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888159.11025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888159.11074: 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 0x7f2e81e0fb30> <<< 138029 1726888159.11093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888159.11098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888159.11127: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.11139: 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 0x7f2e81e38620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e38380> <<< 138029 1726888159.11169: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.11179: 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 0x7f2e81e385c0> <<< 138029 1726888159.11204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888159.11208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888159.11295: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.11433: 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 0x7f2e81e38f20> <<< 138029 1726888159.11582: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.11601: 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 0x7f2e81e398e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e387d0> <<< 138029 1726888159.11607: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e0dcd0> <<< 138029 1726888159.11647: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py<<< 138029 1726888159.11694: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'<<< 138029 1726888159.11710: stdout chunk (state=3): >>> <<< 138029 1726888159.11745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py<<< 138029 1726888159.11861: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e3ac60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e39790> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8205aa80> <<< 138029 1726888159.11881: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888159.11945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.11967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888159.12004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888159.12033: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e66f60> <<< 138029 1726888159.12091: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888159.12107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.12128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888159.12158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888159.12202: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e8f2f0> <<< 138029 1726888159.12222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888159.12283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888159.12338: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888159.12366: 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 0x7f2e81ee80e0> <<< 138029 1726888159.12386: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888159.12416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888159.12444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888159.12488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888159.12591: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81eea840> <<< 138029 1726888159.12671: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81ee8200> <<< 138029 1726888159.12736: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e8ff80> <<< 138029 1726888159.12743: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 138029 1726888159.12745: 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 0x7f2e81cf11c0> <<< 138029 1726888159.12783: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e8e120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e3bb60> <<< 138029 1726888159.13402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888159.13412: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e81e8e6f0> <<< 138029 1726888159.15577: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_1er9qbht/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 138029 1726888159.15719: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.15767: 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' <<< 138029 1726888159.15808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888159.15897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888159.15959: 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 0x7f2e81d42e10> <<< 138029 1726888159.15980: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888159.16331: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81d25d00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81d24ec0> # zipimport: zlib available <<< 138029 1726888159.16357: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888159.16381: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888159.16423: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888159.16449: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.18545: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.19765: 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' <<< 138029 1726888159.19786: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81d40cb0> <<< 138029 1726888159.19799: 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' <<< 138029 1726888159.19820: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888159.19832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888159.19862: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888159.19867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888159.19898: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.19906: 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 0x7f2e81d727e0> <<< 138029 1726888159.19951: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81d72570> <<< 138029 1726888159.19977: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81d71e80> <<< 138029 1726888159.20002: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888159.20012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888159.20060: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81d72360> <<< 138029 1726888159.20069: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81d43830> import 'atexit' # <<< 138029 1726888159.20101: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.20107: 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 0x7f2e81d734a0> <<< 138029 1726888159.20138: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.20143: 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 0x7f2e81d736e0> <<< 138029 1726888159.20164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888159.20213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888159.20227: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888159.20280: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81d73c20> <<< 138029 1726888159.20287: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888159.20307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888159.20334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888159.20426: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81715940> <<< 138029 1726888159.20435: 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 0x7f2e817175f0> <<< 138029 1726888159.20467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888159.20480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888159.20522: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81717f50> <<< 138029 1726888159.20540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888159.20573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888159.20592: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81719130> <<< 138029 1726888159.20616: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888159.20654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888159.20681: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888159.20686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888159.20739: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8171bc20> <<< 138029 1726888159.20783: 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 0x7f2e81d26f00> <<< 138029 1726888159.20802: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81719ee0> <<< 138029 1726888159.20823: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888159.20850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888159.20881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888159.20888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888159.20904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888159.20952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888159.20969: 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' <<< 138029 1726888159.20976: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81723b60> <<< 138029 1726888159.20995: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888159.21069: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81722630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81722390> <<< 138029 1726888159.21086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888159.21095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888159.21220: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e817228a0> <<< 138029 1726888159.21236: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8171a3f0> <<< 138029 1726888159.21267: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.21277: 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 0x7f2e81767dd0> <<< 138029 1726888159.21301: 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 <<< 138029 1726888159.21307: 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 0x7f2e81767f50> <<< 138029 1726888159.21332: 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 <<< 138029 1726888159.21350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888159.21375: 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' <<< 138029 1726888159.21416: 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 0x7f2e817699a0> <<< 138029 1726888159.21427: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81769760> <<< 138029 1726888159.21440: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888159.21570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888159.21619: 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 0x7f2e8176bf50> <<< 138029 1726888159.21625: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8176a090> <<< 138029 1726888159.21647: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888159.21688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.21709: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888159.21725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888159.21732: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888159.21781: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8176f770> <<< 138029 1726888159.21906: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8176c140> <<< 138029 1726888159.22082: 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 0x7f2e81770530> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e817707a0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e81770a70> <<< 138029 1726888159.22089: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e817680e0> <<< 138029 1726888159.22137: 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' <<< 138029 1726888159.22163: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888159.22176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888159.22203: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.22230: 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 0x7f2e817fc200> <<< 138029 1726888159.22384: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.22401: 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 0x7f2e817fd550> <<< 138029 1726888159.22404: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81772960> <<< 138029 1726888159.22448: 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 0x7f2e81773ce0> <<< 138029 1726888159.22454: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81772540> <<< 138029 1726888159.22480: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888159.22503: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888159.22506: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.22596: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.22693: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.22707: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888159.22712: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.22729: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.22782: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888159.22787: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.22897: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.23015: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.23593: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.24124: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888159.24139: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 138029 1726888159.24147: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888159.24175: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888159.24190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.24248: 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 0x7f2e81601730> <<< 138029 1726888159.24336: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888159.24342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888159.24369: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81602540> <<< 138029 1726888159.24452: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e817fd370> import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888159.24457: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.24480: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.24505: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888159.24509: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.24666: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.24820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888159.24839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e816024b0> <<< 138029 1726888159.24844: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.25348: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.25800: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.25878: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.26045: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888159.26061: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888159.26101: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.26161: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.26249: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888159.26258: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.26283: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.26286: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888159.26303: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.26342: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.26381: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888159.26394: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.26636: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.26896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888159.26962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888159.26973: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888159.27037: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e816036b0> <<< 138029 1726888159.27054: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.27125: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.27207: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888159.27222: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888159.27247: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.27292: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.27333: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888159.27345: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.27399: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.27442: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.27503: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.27577: 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 <<< 138029 1726888159.27618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.27736: 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 0x7f2e8160e120> <<< 138029 1726888159.27782: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e816099d0> <<< 138029 1726888159.27815: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888159.27824: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.27897: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.27959: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.27984: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.28034: 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 <<< 138029 1726888159.28050: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.28061: 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 <<< 138029 1726888159.28083: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888159.28110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888159.28176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888159.28189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888159.28208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888159.28271: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81702ae0> <<< 138029 1726888159.28311: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81d9e7b0> <<< 138029 1726888159.28402: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8160e1e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81770c80> <<< 138029 1726888159.28407: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888159.28445: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.28505: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888159.28552: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888159.28578: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.28581: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.28602: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726888159.28609: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.28815: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.28900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888159.28912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888159.28933: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81770fe0> <<< 138029 1726888159.29015: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.29558: 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=ac246704-920b-4020-af6e-f443534e195b /opt/test1 xfs defaults 0 0\nUUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24 /opt/test2 xfs defaults 0 0\nUUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2 /opt/test3 xfs defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:09:19.290517", "end": "2024-09-20 23:09:19.293648", "delta": "0:00:00.003131", "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__ <<< 138029 1726888159.29982: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888159.30049: 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 <<< 138029 1726888159.30067: stdout chunk (state=3): >>># restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc <<< 138029 1726888159.30075: stdout chunk (state=3): >>># cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect <<< 138029 1726888159.30179: 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 # 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 an<<< 138029 1726888159.30186: stdout chunk (state=3): >>>sible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_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 <<< 138029 1726888159.30439: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888159.30449: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888159.30483: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 138029 1726888159.30496: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 <<< 138029 1726888159.30499: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888159.30511: stdout chunk (state=3): >>># destroy zipfile._path <<< 138029 1726888159.30525: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888159.30531: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888159.30565: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888159.30592: 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 <<< 138029 1726888159.30606: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 138029 1726888159.30615: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888159.30650: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 138029 1726888159.30665: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888159.30671: stdout chunk (state=3): >>># destroy fnmatch <<< 138029 1726888159.30679: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888159.30699: stdout chunk (state=3): >>># destroy array <<< 138029 1726888159.30708: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888159.30713: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888159.30733: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888159.30781: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888159.30802: 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 <<< 138029 1726888159.30806: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888159.30830: 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 <<< 138029 1726888159.30836: stdout chunk (state=3): >>># cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 138029 1726888159.30857: 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 <<< 138029 1726888159.30876: 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 <<< 138029 1726888159.30884: 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 <<< 138029 1726888159.30901: 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 <<< 138029 1726888159.30920: 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 <<< 138029 1726888159.30923: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 138029 1726888159.30939: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888159.31066: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888159.31071: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 138029 1726888159.31108: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888159.31113: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888159.31132: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888159.31198: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888159.31206: 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 <<< 138029 1726888159.31212: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888159.31299: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888159.31316: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 138029 1726888159.31321: stdout chunk (state=3): >>># destroy time <<< 138029 1726888159.31339: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888159.31367: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888159.31379: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888159.31394: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888159.31403: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 138029 1726888159.31421: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888159.31902: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888159.31937: stderr chunk (state=3): >>><<< 138029 1726888159.31941: stdout chunk (state=3): >>><<< 138029 1726888159.32010: _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 0x7f2e821bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8218ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e821be930> 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 0x7f2e821ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f2e821cdfd0> 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 0x7f2e81fd3da0> # /usr/lib64/python3.12/__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 0x7f2e81fd3fe0> # /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 0x7f2e82003740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e82003dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fe3a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fe1190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fd0f50> # /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 0x7f2e82027680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e820262a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fe2060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fd2e40> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e820586b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fd01d0> # /usr/lib64/python3.12/__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 0x7f2e82058b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e82058a10> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e82058dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81fc6cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f2e82059460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e82059130> 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 0x7f2e8205a360> 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 0x7f2e82074560> 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 0x7f2e82075ca0> # /usr/lib64/python3.12/__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 0x7f2e82076b40> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e820771a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e82076090> # /usr/lib64/python3.12/__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 0x7f2e82077c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e82077350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8205a2d0> # /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 0x7f2e81e0fb30> # /usr/lib64/python3.12/__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 0x7f2e81e38620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e38380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e81e385c0> # /usr/lib64/python3.12/__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 0x7f2e81e38f20> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e81e398e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e387d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e0dcd0> # /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 0x7f2e81e3ac60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e39790> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8205aa80> # /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 0x7f2e81e66f60> # /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 0x7f2e81e8f2f0> # /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 0x7f2e81ee80e0> # /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 0x7f2e81eea840> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81ee8200> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e8ff80> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81cf11c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e8e120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81e3bb60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e81e8e6f0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_1er9qbht/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 0x7f2e81d42e10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81d25d00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81d24ec0> # 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 0x7f2e81d40cb0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f2e81d727e0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81d72570> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81d71e80> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f2e81d72360> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81d43830> 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 0x7f2e81d734a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e81d736e0> # /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 0x7f2e81d73c20> 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 0x7f2e81715940> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e817175f0> # /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 0x7f2e81717f50> # /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 0x7f2e81719130> # /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 0x7f2e8171bc20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e81d26f00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81719ee0> # /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 0x7f2e81723b60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81722630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81722390> # /usr/lib64/python3.12/__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 0x7f2e817228a0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8171a3f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e81767dd0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81767f50> # /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 0x7f2e817699a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81769760> # /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 0x7f2e8176bf50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8176a090> # /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 0x7f2e8176f770> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8176c140> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e81770530> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e817707a0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e81770a70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e817680e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f2e817fc200> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e817fd550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81772960> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e81773ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81772540> # 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 0x7f2e81601730> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f2e81602540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e817fd370> 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 0x7f2e816024b0> # 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 0x7f2e816036b0> # 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 0x7f2e8160e120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e816099d0> 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 0x7f2e81702ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81d9e7b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e8160e1e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e81770c80> # 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 0x7f2e81770fe0> # 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=ac246704-920b-4020-af6e-f443534e195b /opt/test1 xfs defaults 0 0\nUUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24 /opt/test2 xfs defaults 0 0\nUUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2 /opt/test3 xfs defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 23:09:19.290517", "end": "2024-09-20 23:09:19.293648", "delta": "0:00:00.003131", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888159.32568: 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-1726888158.8942733-143114-141555664773823/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888159.32572: _low_level_execute_command(): starting 138029 1726888159.32576: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888158.8942733-143114-141555664773823/ > /dev/null 2>&1 && sleep 0' 138029 1726888159.32701: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888159.32704: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888159.32718: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888159.32761: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888159.32774: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888159.32831: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888159.34770: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888159.34796: stderr chunk (state=3): >>><<< 138029 1726888159.34799: stdout chunk (state=3): >>><<< 138029 1726888159.34813: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888159.34821: handler run complete 138029 1726888159.34843: Evaluated conditional (False): False 138029 1726888159.34852: attempt loop complete, returning result 138029 1726888159.34856: _execute() done 138029 1726888159.34859: dumping result to json 138029 1726888159.34867: done dumping result, returning 138029 1726888159.34873: done running TaskExecutor() for managed_node3/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-5a58-73a2-000000001586] 138029 1726888159.34878: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001586 138029 1726888159.34979: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001586 138029 1726888159.34982: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003131", "end": "2024-09-20 23:09:19.293648", "rc": 0, "start": "2024-09-20 23:09:19.290517" } 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=ac246704-920b-4020-af6e-f443534e195b /opt/test1 xfs defaults 0 0 UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24 /opt/test2 xfs defaults 0 0 UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2 /opt/test3 xfs defaults 0 0 138029 1726888159.35061: no more pending results, returning what we have 138029 1726888159.35066: results queue empty 138029 1726888159.35068: checking for any_errors_fatal 138029 1726888159.35084: done checking for any_errors_fatal 138029 1726888159.35085: checking for max_fail_percentage 138029 1726888159.35086: done checking for max_fail_percentage 138029 1726888159.35087: checking to see if all hosts have failed and the running result is not ok 138029 1726888159.35088: done checking to see if all hosts have failed 138029 1726888159.35089: getting the remaining hosts for this loop 138029 1726888159.35090: done getting the remaining hosts for this loop 138029 1726888159.35094: getting the next task for host managed_node3 138029 1726888159.35099: done getting next task for host managed_node3 138029 1726888159.35102: ^ task is: TASK: Read the /etc/crypttab file 138029 1726888159.35104: ^ 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 138029 1726888159.35108: getting variables 138029 1726888159.35109: in VariableManager get_vars() 138029 1726888159.35138: Calling all_inventory to load vars for managed_node3 138029 1726888159.35145: Calling groups_inventory to load vars for managed_node3 138029 1726888159.35148: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888159.35167: Calling all_plugins_play to load vars for managed_node3 138029 1726888159.35170: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888159.35173: Calling groups_plugins_play to load vars for managed_node3 138029 1726888159.35577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888159.35962: done with get_vars() 138029 1726888159.35976: done getting variables 138029 1726888159.36016: 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:09:19 -0400 (0:00:00.511) 0:02:52.083 ****** 138029 1726888159.36039: entering _queue_task() for managed_node3/command 138029 1726888159.36259: worker is 1 (out of 1 available) 138029 1726888159.36275: exiting _queue_task() for managed_node3/command 138029 1726888159.36289: done queuing things up, now waiting for results queue to drain 138029 1726888159.36290: waiting for pending results... 138029 1726888159.36482: running TaskExecutor() for managed_node3/TASK: Read the /etc/crypttab file 138029 1726888159.36547: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001587 138029 1726888159.36559: variable 'ansible_search_path' from source: unknown 138029 1726888159.36589: calling self._execute() 138029 1726888159.36681: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888159.36686: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888159.36694: variable 'omit' from source: magic vars 138029 1726888159.36781: variable 'omit' from source: magic vars 138029 1726888159.36808: variable 'omit' from source: magic vars 138029 1726888159.36830: variable 'omit' from source: magic vars 138029 1726888159.36870: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888159.36899: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888159.36915: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888159.36930: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888159.36940: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888159.36958: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888159.36972: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888159.36995: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888159.36998: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888159.37000: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888159.37085: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888159.37088: Set connection var ansible_timeout to 10 138029 1726888159.37094: Set connection var ansible_pipelining to False 138029 1726888159.37097: Set connection var ansible_shell_type to sh 138029 1726888159.37099: Set connection var ansible_connection to ssh 138029 1726888159.37104: Set connection var ansible_shell_executable to /bin/sh 138029 1726888159.37124: variable 'ansible_shell_executable' from source: unknown 138029 1726888159.37126: variable 'ansible_connection' from source: unknown 138029 1726888159.37129: variable 'ansible_module_compression' from source: unknown 138029 1726888159.37131: variable 'ansible_shell_type' from source: unknown 138029 1726888159.37133: variable 'ansible_shell_executable' from source: unknown 138029 1726888159.37136: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888159.37140: variable 'ansible_pipelining' from source: unknown 138029 1726888159.37143: variable 'ansible_timeout' from source: unknown 138029 1726888159.37146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888159.37258: 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) 138029 1726888159.37269: variable 'omit' from source: magic vars 138029 1726888159.37273: starting attempt loop 138029 1726888159.37277: running the handler 138029 1726888159.37290: _low_level_execute_command(): starting 138029 1726888159.37297: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888159.37805: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888159.37809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888159.37813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888159.37862: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888159.37868: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888159.37885: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888159.37928: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888159.39607: stdout chunk (state=3): >>>/root <<< 138029 1726888159.39707: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888159.39734: stderr chunk (state=3): >>><<< 138029 1726888159.39737: stdout chunk (state=3): >>><<< 138029 1726888159.39763: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888159.39774: _low_level_execute_command(): starting 138029 1726888159.39781: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888159.3976068-143129-75655940748339 `" && echo ansible-tmp-1726888159.3976068-143129-75655940748339="` echo /root/.ansible/tmp/ansible-tmp-1726888159.3976068-143129-75655940748339 `" ) && sleep 0' 138029 1726888159.40230: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888159.40234: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888159.40236: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888159.40246: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888159.40289: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888159.40293: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888159.40297: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888159.40349: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888159.47044: stdout chunk (state=3): >>>ansible-tmp-1726888159.3976068-143129-75655940748339=/root/.ansible/tmp/ansible-tmp-1726888159.3976068-143129-75655940748339 <<< 138029 1726888159.47154: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888159.47188: stderr chunk (state=3): >>><<< 138029 1726888159.47191: stdout chunk (state=3): >>><<< 138029 1726888159.47207: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888159.3976068-143129-75655940748339=/root/.ansible/tmp/ansible-tmp-1726888159.3976068-143129-75655940748339 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888159.47237: variable 'ansible_module_compression' from source: unknown 138029 1726888159.47289: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888159.47319: variable 'ansible_facts' from source: unknown 138029 1726888159.47379: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888159.3976068-143129-75655940748339/AnsiballZ_command.py 138029 1726888159.47482: Sending initial data 138029 1726888159.47485: Sent initial data (157 bytes) 138029 1726888159.47940: 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 <<< 138029 1726888159.47943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888159.47945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888159.47948: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888159.47950: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888159.47998: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888159.48002: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888159.48006: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888159.48049: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888159.49750: 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 <<< 138029 1726888159.49757: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888159.49795: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888159.49840: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp1_c96myo /root/.ansible/tmp/ansible-tmp-1726888159.3976068-143129-75655940748339/AnsiballZ_command.py <<< 138029 1726888159.49846: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888159.3976068-143129-75655940748339/AnsiballZ_command.py" <<< 138029 1726888159.49891: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp1_c96myo" to remote "/root/.ansible/tmp/ansible-tmp-1726888159.3976068-143129-75655940748339/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888159.3976068-143129-75655940748339/AnsiballZ_command.py" <<< 138029 1726888159.50478: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888159.50513: stderr chunk (state=3): >>><<< 138029 1726888159.50518: stdout chunk (state=3): >>><<< 138029 1726888159.50557: done transferring module to remote 138029 1726888159.50570: _low_level_execute_command(): starting 138029 1726888159.50573: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888159.3976068-143129-75655940748339/ /root/.ansible/tmp/ansible-tmp-1726888159.3976068-143129-75655940748339/AnsiballZ_command.py && sleep 0' 138029 1726888159.51002: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888159.51005: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888159.51007: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888159.51009: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888159.51011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888159.51054: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888159.51061: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888159.51117: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888159.53585: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888159.53604: stderr chunk (state=3): >>><<< 138029 1726888159.53607: stdout chunk (state=3): >>><<< 138029 1726888159.53621: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888159.53625: _low_level_execute_command(): starting 138029 1726888159.53627: _low_level_execute_command(): using become for this command 138029 1726888159.53637: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-uzupgooodshbktmbbjmmqkdibiykxjnq ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888159.3976068-143129-75655940748339/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888159.53717: Initial state: awaiting_escalation: BECOME-SUCCESS-uzupgooodshbktmbbjmmqkdibiykxjnq 138029 1726888159.54090: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888159.54095: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888159.54131: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888159.54136: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888159.54188: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888159.58004: stdout chunk (state=1): >>>BECOME-SUCCESS-uzupgooodshbktmbbjmmqkdibiykxjnq <<< 138029 1726888159.58008: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-uzupgooodshbktmbbjmmqkdibiykxjnq' 138029 1726888159.58349: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888159.58386: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888159.58414: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888159.58426: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888159.58494: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888159.58501: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888159.58537: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888159.58569: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888159.58598: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888159.58654: 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' <<< 138029 1726888159.58687: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888159.58697: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888159.58744: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888159.58765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888159.58776: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecc1103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecc0dfa10> <<< 138029 1726888159.58816: 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 0x7f6ecc112960> <<< 138029 1726888159.58837: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888159.58869: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888159.58881: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888159.58885: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888159.58925: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888159.59012: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888159.59045: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888159.59050: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888159.59071: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888159.59096: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888159.59099: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888159.59117: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888159.59131: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888159.59134: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888159.59142: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888159.59172: 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' <<< 138029 1726888159.59211: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbee4fe0> <<< 138029 1726888159.59266: 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 <<< 138029 1726888159.59274: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.59287: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbee5fd0> <<< 138029 1726888159.59313: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888159.59347: 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. <<< 138029 1726888159.59574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888159.59586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888159.59612: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888159.59621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.59643: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888159.59683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888159.59701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888159.59738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888159.59741: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf2bdd0> <<< 138029 1726888159.59761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888159.59782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888159.59801: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888159.59817: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf2bfe0> <<< 138029 1726888159.59830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888159.59862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888159.59891: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888159.59943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.59957: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888159.59985: 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' <<< 138029 1726888159.59990: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf5b7d0> <<< 138029 1726888159.60018: 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' <<< 138029 1726888159.60021: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf5be60> <<< 138029 1726888159.60047: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888159.60090: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf3ba70> <<< 138029 1726888159.60106: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888159.60128: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf391c0> <<< 138029 1726888159.60221: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf28f80> <<< 138029 1726888159.60251: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888159.60277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888159.60282: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888159.60309: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888159.60327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888159.60354: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888159.60360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888159.60395: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf7f800> <<< 138029 1726888159.60407: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf7e420> <<< 138029 1726888159.60441: 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 0x7f6ecbf3a1b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf7cbc0> <<< 138029 1726888159.60501: 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 0x7f6ecbfb0860> <<< 138029 1726888159.60509: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf28200> <<< 138029 1726888159.60533: 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' <<< 138029 1726888159.60576: 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 0x7f6ecbfb0d10> <<< 138029 1726888159.60582: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfb0bc0> <<< 138029 1726888159.60619: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.60623: 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 0x7f6ecbfb0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf1ed20> <<< 138029 1726888159.60662: 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' <<< 138029 1726888159.60691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888159.60724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888159.60735: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfb15e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfb12b0> <<< 138029 1726888159.60738: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888159.60773: 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' <<< 138029 1726888159.60792: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfb24e0> <<< 138029 1726888159.60810: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888159.60824: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888159.60840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888159.60875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888159.60894: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888159.60915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfc86e0> <<< 138029 1726888159.60923: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888159.60952: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.60962: 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 0x7f6ecbfc9dc0> <<< 138029 1726888159.60989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888159.60992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888159.61022: 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' <<< 138029 1726888159.61041: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfcac30> <<< 138029 1726888159.61077: 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 0x7f6ecbfcb260> <<< 138029 1726888159.61085: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfca180> <<< 138029 1726888159.61106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888159.61118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888159.61171: 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 0x7f6ecbfcbce0> <<< 138029 1726888159.61176: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfcb410> <<< 138029 1726888159.61214: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfb2450> <<< 138029 1726888159.61241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888159.61269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888159.61290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888159.61306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888159.61344: 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 0x7f6ecbd5bb30> <<< 138029 1726888159.61372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888159.61375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888159.61399: 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' <<< 138029 1726888159.61404: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ecbd88560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbd882f0> <<< 138029 1726888159.61430: 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 0x7f6ecbd88590> <<< 138029 1726888159.61467: 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' <<< 138029 1726888159.61541: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.61663: 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 0x7f6ecbd88e60> <<< 138029 1726888159.61780: 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 0x7f6ecbd89850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbd88770> <<< 138029 1726888159.61812: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbd59cd0> <<< 138029 1726888159.61822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888159.61848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888159.61870: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888159.61891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888159.61896: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbd8ab70> <<< 138029 1726888159.61921: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfc9d00> <<< 138029 1726888159.61936: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfb2c00> <<< 138029 1726888159.61975: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888159.62037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.62061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888159.62092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888159.62126: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbdb2e70> <<< 138029 1726888159.62174: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888159.62191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.62210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888159.62237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888159.62273: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbddb230> <<< 138029 1726888159.62299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888159.62344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888159.62401: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888159.62419: 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 0x7f6ecbe03f50> <<< 138029 1726888159.62449: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888159.62476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888159.62500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888159.62540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888159.62629: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbe366f0> <<< 138029 1726888159.62704: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbe03dd0> <<< 138029 1726888159.62742: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbddbec0> <<< 138029 1726888159.62785: 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' <<< 138029 1726888159.62796: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb72d040> <<< 138029 1726888159.62799: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbdda030> <<< 138029 1726888159.62805: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbd8ba70> <<< 138029 1726888159.63623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888159.63643: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6ecbdda630> <<< 138029 1726888159.66401: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_fncp5ad8/ansible_ansible.legacy.command_payload.zip' <<< 138029 1726888159.66404: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.66528: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.66561: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888159.66570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888159.66616: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888159.66688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888159.66725: 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' <<< 138029 1726888159.66728: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb77edb0> <<< 138029 1726888159.66745: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888159.66920: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb761ca0> <<< 138029 1726888159.66930: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb760e00> # zipimport: zlib available <<< 138029 1726888159.66976: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888159.66982: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888159.67006: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.67014: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888159.67037: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.68449: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.69562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888159.69568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb77d0a0> <<< 138029 1726888159.69597: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888159.69604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.69643: 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' <<< 138029 1726888159.69663: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888159.69669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888159.69696: 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 0x7f6ecb7ae690> <<< 138029 1726888159.69735: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb7ae420> <<< 138029 1726888159.69778: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb7add30> <<< 138029 1726888159.69784: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888159.69796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888159.69845: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb7ae7e0> <<< 138029 1726888159.69852: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf3a9c0> import 'atexit' # <<< 138029 1726888159.69886: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.69892: 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 0x7f6ecb7af440> <<< 138029 1726888159.69914: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.69937: 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 0x7f6ecb7af680> <<< 138029 1726888159.69940: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888159.69986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888159.69999: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888159.70050: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb7afbc0> <<< 138029 1726888159.70059: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888159.70079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888159.70104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888159.70145: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb6159a0> <<< 138029 1726888159.70181: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.70189: 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 0x7f6ecb6175c0> <<< 138029 1726888159.70194: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888159.70222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888159.70256: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb617f50> <<< 138029 1726888159.70277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888159.70304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888159.70320: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb61d130> <<< 138029 1726888159.70338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888159.70381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888159.70408: 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' <<< 138029 1726888159.70460: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb61fbc0> <<< 138029 1726888159.70497: 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 0x7f6ecbdb2de0> <<< 138029 1726888159.70517: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb61de80> <<< 138029 1726888159.70537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888159.70570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888159.70587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888159.70605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888159.70614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888159.70654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888159.70671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888159.70682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb623a70> <<< 138029 1726888159.70700: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888159.70766: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb622540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb6222a0> <<< 138029 1726888159.70785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888159.70797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888159.70873: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb6227b0> <<< 138029 1726888159.70902: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb61e390> <<< 138029 1726888159.70934: 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 0x7f6ecb667ce0> <<< 138029 1726888159.70959: 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 0x7f6ecb667d70> <<< 138029 1726888159.70979: 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 <<< 138029 1726888159.71000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888159.71019: 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' <<< 138029 1726888159.71061: 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 0x7f6ecb669850> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb669610> <<< 138029 1726888159.71081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888159.71196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888159.71250: 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 0x7f6ecb66bd10> <<< 138029 1726888159.71260: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb669eb0> <<< 138029 1726888159.71283: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888159.71315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.71360: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888159.71363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888159.71365: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888159.71404: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb66f440> <<< 138029 1726888159.71537: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb66bdd0> <<< 138029 1726888159.71592: 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 0x7f6ecb6701a0> <<< 138029 1726888159.71624: 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 0x7f6ecb670440> <<< 138029 1726888159.71665: 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 0x7f6ecb6705c0> <<< 138029 1726888159.71687: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb667e90> <<< 138029 1726888159.71703: 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 <<< 138029 1726888159.71714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888159.71731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888159.71755: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888159.71785: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.71807: 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 0x7f6ecb673d40> <<< 138029 1726888159.71964: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888159.71975: 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 0x7f6ecb6fcef0> <<< 138029 1726888159.71981: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb6724e0> <<< 138029 1726888159.72020: 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 0x7f6ecb673890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb672150> <<< 138029 1726888159.72031: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.72050: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.72062: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888159.72069: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.72161: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.72241: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.72266: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.72279: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888159.72302: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888159.72310: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.72438: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.72562: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.73097: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.73635: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888159.73660: 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' # <<< 138029 1726888159.73693: 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' <<< 138029 1726888159.73745: 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 0x7f6ecb501130> <<< 138029 1726888159.73839: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888159.73843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888159.73849: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb501f10> <<< 138029 1726888159.73851: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb6fd190> <<< 138029 1726888159.73896: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888159.73916: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.73937: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.73972: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888159.74128: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.74301: 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 0x7f6ecb501d90> <<< 138029 1726888159.74317: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.74745: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.75192: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.75267: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.75337: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888159.75349: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.75389: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.75437: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888159.75440: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.75506: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.75584: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888159.75604: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.75616: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.75625: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888159.75635: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.75695: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.75742: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888159.75957: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.76191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888159.76240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888159.76259: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888159.76325: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb503080> <<< 138029 1726888159.76333: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.76405: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.76487: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888159.76490: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888159.76521: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.76570: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.76613: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888159.76661: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.76705: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.76761: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.76831: 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 <<< 138029 1726888159.76898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888159.76953: 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 0x7f6ecb50dac0> <<< 138029 1726888159.76986: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb50afc0> <<< 138029 1726888159.77033: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888159.77036: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.77288: stdout chunk (state=3): >>># 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 <<< 138029 1726888159.77366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888159.77369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888159.77389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888159.77443: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb602600> <<< 138029 1726888159.77485: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb7da2d0> <<< 138029 1726888159.77561: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb50dbe0> <<< 138029 1726888159.77580: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb500140> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888159.77632: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888159.77688: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888159.77713: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888159.77781: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888159.77847: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.77963: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888159.77979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888159.78040: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb7d9070> <<< 138029 1726888159.78098: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888159.78512: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:09:19.780954", "end": "2024-09-20 23:09:19.784053", "delta": "0:00:00.003099", "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}}} <<< 138029 1726888159.78539: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888159.78952: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888159.78997: 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 <<< 138029 1726888159.79003: 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 <<< 138029 1726888159.79095: 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 <<< 138029 1726888159.79101: stdout chunk (state=3): >>># cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common <<< 138029 1726888159.79134: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 138029 1726888159.79354: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888159.79375: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888159.79388: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888159.79409: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888159.79415: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888159.79445: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888159.79447: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888159.79508: 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 <<< 138029 1726888159.79512: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 138029 1726888159.79521: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888159.79531: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 138029 1726888159.79567: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888159.79575: stdout chunk (state=3): >>># destroy fnmatch <<< 138029 1726888159.79578: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888159.79583: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888159.79609: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888159.79620: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888159.79661: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888159.79686: 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 <<< 138029 1726888159.79706: 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 <<< 138029 1726888159.79728: 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 <<< 138029 1726888159.79736: 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 <<< 138029 1726888159.79745: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888159.79780: 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 <<< 138029 1726888159.79815: 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 # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888159.79960: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888159.80063: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888159.80067: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888159.80082: 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 <<< 138029 1726888159.80105: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888159.80191: 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 <<< 138029 1726888159.80217: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888159.80235: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888159.80266: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888159.80270: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888159.80293: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888159.80862: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888159.80866: stdout chunk (state=3): >>><<< 138029 1726888159.80869: stderr chunk (state=3): >>><<< 138029 1726888159.80996: _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 0x7f6ecc1103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecc0dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecc112960> 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 0x7f6ecbee4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f6ecbee5fd0> 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 0x7f6ecbf2bdd0> # /usr/lib64/python3.12/__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 0x7f6ecbf2bfe0> # /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 0x7f6ecbf5b7d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf5be60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf3ba70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf391c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf28f80> # /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 0x7f6ecbf7f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf7e420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf3a1b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf7cbc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfb0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf28200> # /usr/lib64/python3.12/__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 0x7f6ecbfb0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfb0bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ecbfb0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf1ed20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f6ecbfb15e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfb12b0> 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 0x7f6ecbfb24e0> 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 0x7f6ecbfc86e0> 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 0x7f6ecbfc9dc0> # /usr/lib64/python3.12/__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 0x7f6ecbfcac30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ecbfcb260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfca180> # /usr/lib64/python3.12/__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 0x7f6ecbfcbce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfcb410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfb2450> # /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 0x7f6ecbd5bb30> # /usr/lib64/python3.12/__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 0x7f6ecbd88560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbd882f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ecbd88590> # /usr/lib64/python3.12/__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 0x7f6ecbd88e60> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ecbd89850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbd88770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbd59cd0> # /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 0x7f6ecbd8ab70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfc9d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbfb2c00> # /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 0x7f6ecbdb2e70> # /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 0x7f6ecbddb230> # /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 0x7f6ecbe03f50> # /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 0x7f6ecbe366f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbe03dd0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbddbec0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb72d040> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbdda030> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbd8ba70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6ecbdda630> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_fncp5ad8/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 0x7f6ecb77edb0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb761ca0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb760e00> # 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 0x7f6ecb77d0a0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f6ecb7ae690> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb7ae420> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb7add30> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f6ecb7ae7e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecbf3a9c0> 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 0x7f6ecb7af440> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ecb7af680> # /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 0x7f6ecb7afbc0> 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 0x7f6ecb6159a0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ecb6175c0> # /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 0x7f6ecb617f50> # /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 0x7f6ecb61d130> # /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 0x7f6ecb61fbc0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ecbdb2de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb61de80> # /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 0x7f6ecb623a70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb622540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb6222a0> # /usr/lib64/python3.12/__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 0x7f6ecb6227b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb61e390> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ecb667ce0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb667d70> # /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 0x7f6ecb669850> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb669610> # /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 0x7f6ecb66bd10> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb669eb0> # /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 0x7f6ecb66f440> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb66bdd0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ecb6701a0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ecb670440> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ecb6705c0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb667e90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f6ecb673d40> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ecb6fcef0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb6724e0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ecb673890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb672150> # 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 0x7f6ecb501130> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f6ecb501f10> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb6fd190> 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 0x7f6ecb501d90> # 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 0x7f6ecb503080> # 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 0x7f6ecb50dac0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb50afc0> 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 0x7f6ecb602600> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb7da2d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb50dbe0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ecb500140> # 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 0x7f6ecb7d9070> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:09:19.780954", "end": "2024-09-20 23:09:19.784053", "delta": "0:00:00.003099", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888159.82241: 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-1726888159.3976068-143129-75655940748339/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888159.82244: _low_level_execute_command(): starting 138029 1726888159.82247: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888159.3976068-143129-75655940748339/ > /dev/null 2>&1 && sleep 0' 138029 1726888159.82277: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888159.82290: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888159.82301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888159.82322: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888159.82337: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888159.82350: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888159.82368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888159.82438: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888159.82494: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888159.82518: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888159.82599: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888159.84494: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888159.84505: stdout chunk (state=3): >>><<< 138029 1726888159.84517: stderr chunk (state=3): >>><<< 138029 1726888159.84538: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888159.84553: handler run complete 138029 1726888159.84588: Evaluated conditional (False): False 138029 1726888159.84596: Evaluated conditional (False): False 138029 1726888159.84610: attempt loop complete, returning result 138029 1726888159.84616: _execute() done 138029 1726888159.84621: dumping result to json 138029 1726888159.84761: done dumping result, returning 138029 1726888159.84764: done running TaskExecutor() for managed_node3/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-5a58-73a2-000000001587] 138029 1726888159.84766: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001587 138029 1726888159.84843: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001587 138029 1726888159.84846: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003099", "end": "2024-09-20 23:09:19.784053", "failed_when_result": false, "rc": 0, "start": "2024-09-20 23:09:19.780954" } 138029 1726888159.84927: no more pending results, returning what we have 138029 1726888159.84931: results queue empty 138029 1726888159.84932: checking for any_errors_fatal 138029 1726888159.84942: done checking for any_errors_fatal 138029 1726888159.84943: checking for max_fail_percentage 138029 1726888159.84945: done checking for max_fail_percentage 138029 1726888159.84946: checking to see if all hosts have failed and the running result is not ok 138029 1726888159.84947: done checking to see if all hosts have failed 138029 1726888159.84947: getting the remaining hosts for this loop 138029 1726888159.84949: done getting the remaining hosts for this loop 138029 1726888159.84953: getting the next task for host managed_node3 138029 1726888159.85163: done getting next task for host managed_node3 138029 1726888159.85166: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 138029 1726888159.85169: ^ 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 138029 1726888159.85174: getting variables 138029 1726888159.85175: in VariableManager get_vars() 138029 1726888159.85206: Calling all_inventory to load vars for managed_node3 138029 1726888159.85208: Calling groups_inventory to load vars for managed_node3 138029 1726888159.85212: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888159.85222: Calling all_plugins_play to load vars for managed_node3 138029 1726888159.85225: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888159.85228: Calling groups_plugins_play to load vars for managed_node3 138029 1726888159.86112: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888159.86816: done with get_vars() 138029 1726888159.86833: 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:09:19 -0400 (0:00:00.508) 0:02:52.592 ****** 138029 1726888159.86929: entering _queue_task() for managed_node3/include_tasks 138029 1726888159.87197: worker is 1 (out of 1 available) 138029 1726888159.87211: exiting _queue_task() for managed_node3/include_tasks 138029 1726888159.87335: done queuing things up, now waiting for results queue to drain 138029 1726888159.87337: waiting for pending results... 138029 1726888159.87672: running TaskExecutor() for managed_node3/TASK: Verify the volumes listed in storage_pools were correctly managed 138029 1726888159.87677: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001588 138029 1726888159.87680: variable 'ansible_search_path' from source: unknown 138029 1726888159.87721: variable '_storage_pools_list' from source: set_fact 138029 1726888159.87950: variable '_storage_pools_list' from source: set_fact 138029 1726888159.88680: variable 'omit' from source: magic vars 138029 1726888159.88836: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888159.88860: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888159.88878: variable 'omit' from source: magic vars 138029 1726888159.89185: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888159.89470: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888159.89619: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888159.89622: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888159.89625: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888159.89697: 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) 138029 1726888159.89736: 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) 138029 1726888159.89771: 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) 138029 1726888159.89803: 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) 138029 1726888159.89885: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888159.91928: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888159.92358: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888159.92399: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888159.92435: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888159.92476: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888159.92529: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888159.92567: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888159.92597: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888159.92640: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888159.92860: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888159.92864: variable '_storage_pools_list' from source: set_fact 138029 1726888159.92866: Evaluated conditional (_storage_pools_list is defined and _storage_pools_list | length > 0): True 138029 1726888159.92875: variable 'storage_test_pool' from source: unknown 138029 1726888159.92946: variable 'storage_test_pool' from source: unknown 138029 1726888159.94041: dumping result to json 138029 1726888159.94043: done dumping result, returning 138029 1726888159.94045: done running TaskExecutor() for managed_node3/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-5a58-73a2-000000001588] 138029 1726888159.94047: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001588 138029 1726888159.94431: no more pending results, returning what we have 138029 1726888159.94435: in VariableManager get_vars() 138029 1726888159.94524: Calling all_inventory to load vars for managed_node3 138029 1726888159.94527: Calling groups_inventory to load vars for managed_node3 138029 1726888159.94530: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888159.94612: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001588 138029 1726888159.94615: WORKER PROCESS EXITING 138029 1726888159.94629: Calling all_plugins_play to load vars for managed_node3 138029 1726888159.94632: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888159.94635: Calling groups_plugins_play to load vars for managed_node3 138029 1726888159.95236: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888159.95903: done with get_vars() 138029 1726888159.95917: variable 'ansible_search_path' from source: unknown 138029 1726888159.96328: we have included files to process 138029 1726888159.96329: generating all_blocks data 138029 1726888159.96332: done generating all_blocks data 138029 1726888159.96337: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 138029 1726888159.96338: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 138029 1726888159.96341: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 138029 1726888159.97116: in VariableManager get_vars() 138029 1726888159.97138: done with get_vars() 138029 1726888159.97153: done processing included file 138029 1726888159.97458: iterating over new_blocks loaded from include file 138029 1726888159.97461: in VariableManager get_vars() 138029 1726888159.97481: done with get_vars() 138029 1726888159.97483: filtering new block on tags 138029 1726888159.97538: done filtering new block on tags 138029 1726888159.97540: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 => (item={'disks': ['sda', 'sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'vg1', 'raid_level': 'raid1', 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'raid_chunk_size': '0 B', 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': 'UUID=ac246704-920b-4020-af6e-f443534e195b', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}, {'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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}, {'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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) 138029 1726888159.97573: extending task lists for all hosts with included blocks 138029 1726888159.98242: done extending task lists 138029 1726888159.98244: done processing included files 138029 1726888159.98245: results queue empty 138029 1726888159.98246: checking for any_errors_fatal 138029 1726888159.98252: done checking for any_errors_fatal 138029 1726888159.98253: checking for max_fail_percentage 138029 1726888159.98254: done checking for max_fail_percentage 138029 1726888159.98256: checking to see if all hosts have failed and the running result is not ok 138029 1726888159.98257: done checking to see if all hosts have failed 138029 1726888159.98258: getting the remaining hosts for this loop 138029 1726888159.98259: done getting the remaining hosts for this loop 138029 1726888159.98262: getting the next task for host managed_node3 138029 1726888159.98266: done getting next task for host managed_node3 138029 1726888159.98269: ^ task is: TASK: Set _storage_pool_tests 138029 1726888159.98271: ^ 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 138029 1726888159.98274: getting variables 138029 1726888159.98275: in VariableManager get_vars() 138029 1726888159.98285: Calling all_inventory to load vars for managed_node3 138029 1726888159.98287: Calling groups_inventory to load vars for managed_node3 138029 1726888159.98289: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888159.98295: Calling all_plugins_play to load vars for managed_node3 138029 1726888159.98297: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888159.98300: Calling groups_plugins_play to load vars for managed_node3 138029 1726888159.99839: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888160.00661: done with get_vars() 138029 1726888160.00681: done getting variables 138029 1726888160.00729: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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_pool_tests] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Friday 20 September 2024 23:09:20 -0400 (0:00:00.138) 0:02:52.731 ****** 138029 1726888160.00766: entering _queue_task() for managed_node3/set_fact 138029 1726888160.01105: worker is 1 (out of 1 available) 138029 1726888160.01118: exiting _queue_task() for managed_node3/set_fact 138029 1726888160.01243: done queuing things up, now waiting for results queue to drain 138029 1726888160.01245: waiting for pending results... 138029 1726888160.01589: running TaskExecutor() for managed_node3/TASK: Set _storage_pool_tests 138029 1726888160.01791: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000164d 138029 1726888160.01806: variable 'ansible_search_path' from source: unknown 138029 1726888160.01845: calling self._execute() 138029 1726888160.02277: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888160.02289: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888160.02299: variable 'omit' from source: magic vars 138029 1726888160.02531: variable 'omit' from source: magic vars 138029 1726888160.02729: variable 'omit' from source: magic vars 138029 1726888160.02779: variable 'omit' from source: magic vars 138029 1726888160.02824: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888160.02875: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888160.02902: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888160.02928: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888160.02947: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888160.02974: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888160.02995: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888160.03028: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888160.03036: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888160.03043: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888160.03181: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888160.03193: Set connection var ansible_timeout to 10 138029 1726888160.03202: Set connection var ansible_pipelining to False 138029 1726888160.03262: Set connection var ansible_shell_type to sh 138029 1726888160.03265: Set connection var ansible_connection to ssh 138029 1726888160.03268: Set connection var ansible_shell_executable to /bin/sh 138029 1726888160.03271: variable 'ansible_shell_executable' from source: unknown 138029 1726888160.03273: variable 'ansible_connection' from source: unknown 138029 1726888160.03276: variable 'ansible_module_compression' from source: unknown 138029 1726888160.03279: variable 'ansible_shell_type' from source: unknown 138029 1726888160.03281: variable 'ansible_shell_executable' from source: unknown 138029 1726888160.03294: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888160.03297: variable 'ansible_pipelining' from source: unknown 138029 1726888160.03299: variable 'ansible_timeout' from source: unknown 138029 1726888160.03307: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888160.03462: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888160.03510: variable 'omit' from source: magic vars 138029 1726888160.03515: starting attempt loop 138029 1726888160.03518: running the handler 138029 1726888160.03521: handler run complete 138029 1726888160.03528: attempt loop complete, returning result 138029 1726888160.03536: _execute() done 138029 1726888160.03619: dumping result to json 138029 1726888160.03622: done dumping result, returning 138029 1726888160.03625: done running TaskExecutor() for managed_node3/TASK: Set _storage_pool_tests [0affc8a3-6f6f-5a58-73a2-00000000164d] 138029 1726888160.03627: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000164d 138029 1726888160.03704: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000164d 138029 1726888160.03708: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } 138029 1726888160.03769: no more pending results, returning what we have 138029 1726888160.03772: results queue empty 138029 1726888160.03773: checking for any_errors_fatal 138029 1726888160.03775: done checking for any_errors_fatal 138029 1726888160.03775: checking for max_fail_percentage 138029 1726888160.03777: done checking for max_fail_percentage 138029 1726888160.03778: checking to see if all hosts have failed and the running result is not ok 138029 1726888160.03779: done checking to see if all hosts have failed 138029 1726888160.03779: getting the remaining hosts for this loop 138029 1726888160.03781: done getting the remaining hosts for this loop 138029 1726888160.03785: getting the next task for host managed_node3 138029 1726888160.03791: done getting next task for host managed_node3 138029 1726888160.03793: ^ task is: TASK: Get VG shared value status 138029 1726888160.03797: ^ 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 138029 1726888160.03802: getting variables 138029 1726888160.03804: in VariableManager get_vars() 138029 1726888160.03837: Calling all_inventory to load vars for managed_node3 138029 1726888160.03839: Calling groups_inventory to load vars for managed_node3 138029 1726888160.03842: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888160.03852: Calling all_plugins_play to load vars for managed_node3 138029 1726888160.03857: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888160.03860: Calling groups_plugins_play to load vars for managed_node3 138029 1726888160.04697: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888160.05377: done with get_vars() 138029 1726888160.05392: done getting variables 138029 1726888160.05440: 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 VG shared value status] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Friday 20 September 2024 23:09:20 -0400 (0:00:00.047) 0:02:52.778 ****** 138029 1726888160.05477: entering _queue_task() for managed_node3/command 138029 1726888160.05770: worker is 1 (out of 1 available) 138029 1726888160.05784: exiting _queue_task() for managed_node3/command 138029 1726888160.05798: done queuing things up, now waiting for results queue to drain 138029 1726888160.05800: waiting for pending results... 138029 1726888160.06184: running TaskExecutor() for managed_node3/TASK: Get VG shared value status 138029 1726888160.06272: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000164e 138029 1726888160.06277: variable 'ansible_search_path' from source: unknown 138029 1726888160.06363: calling self._execute() 138029 1726888160.06434: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888160.06438: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888160.06485: variable 'omit' from source: magic vars 138029 1726888160.06926: variable 'storage_test_pool' from source: include params 138029 1726888160.07138: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 138029 1726888160.07142: variable 'omit' from source: magic vars 138029 1726888160.07145: variable 'omit' from source: magic vars 138029 1726888160.07147: variable 'storage_test_pool' from source: include params 138029 1726888160.07463: variable 'omit' from source: magic vars 138029 1726888160.07466: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888160.07469: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888160.07471: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888160.07474: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888160.07476: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888160.07478: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888160.07480: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888160.07482: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888160.07484: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888160.07486: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888160.07527: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888160.07530: Set connection var ansible_timeout to 10 138029 1726888160.07533: Set connection var ansible_pipelining to False 138029 1726888160.07540: Set connection var ansible_shell_type to sh 138029 1726888160.07543: Set connection var ansible_connection to ssh 138029 1726888160.07545: Set connection var ansible_shell_executable to /bin/sh 138029 1726888160.07575: variable 'ansible_shell_executable' from source: unknown 138029 1726888160.07579: variable 'ansible_connection' from source: unknown 138029 1726888160.07581: variable 'ansible_module_compression' from source: unknown 138029 1726888160.07584: variable 'ansible_shell_type' from source: unknown 138029 1726888160.07586: variable 'ansible_shell_executable' from source: unknown 138029 1726888160.07588: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888160.07590: variable 'ansible_pipelining' from source: unknown 138029 1726888160.07592: variable 'ansible_timeout' from source: unknown 138029 1726888160.07594: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888160.07734: 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) 138029 1726888160.07745: variable 'omit' from source: magic vars 138029 1726888160.07750: starting attempt loop 138029 1726888160.07753: running the handler 138029 1726888160.07772: _low_level_execute_command(): starting 138029 1726888160.07778: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888160.08578: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888160.08597: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888160.08610: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888160.08618: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888160.08701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888160.10426: stdout chunk (state=3): >>>/root <<< 138029 1726888160.10661: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888160.10667: stdout chunk (state=3): >>><<< 138029 1726888160.10669: stderr chunk (state=3): >>><<< 138029 1726888160.10673: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888160.10676: _low_level_execute_command(): starting 138029 1726888160.10679: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888160.1060705-143153-48146988392446 `" && echo ansible-tmp-1726888160.1060705-143153-48146988392446="` echo /root/.ansible/tmp/ansible-tmp-1726888160.1060705-143153-48146988392446 `" ) && sleep 0' 138029 1726888160.11284: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888160.11298: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888160.11310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888160.11327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888160.11451: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888160.11479: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888160.11569: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888160.17553: stdout chunk (state=3): >>>ansible-tmp-1726888160.1060705-143153-48146988392446=/root/.ansible/tmp/ansible-tmp-1726888160.1060705-143153-48146988392446 <<< 138029 1726888160.17707: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888160.17721: stderr chunk (state=3): >>><<< 138029 1726888160.17740: stdout chunk (state=3): >>><<< 138029 1726888160.17961: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888160.1060705-143153-48146988392446=/root/.ansible/tmp/ansible-tmp-1726888160.1060705-143153-48146988392446 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888160.17969: variable 'ansible_module_compression' from source: unknown 138029 1726888160.17972: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888160.17974: variable 'ansible_facts' from source: unknown 138029 1726888160.18010: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888160.1060705-143153-48146988392446/AnsiballZ_command.py 138029 1726888160.18390: Sending initial data 138029 1726888160.18400: Sent initial data (157 bytes) 138029 1726888160.19092: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888160.19104: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888160.19116: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888160.19176: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888160.19204: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888160.19248: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888160.20834: 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 <<< 138029 1726888160.20885: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888160.20948: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmplqw4_ppj /root/.ansible/tmp/ansible-tmp-1726888160.1060705-143153-48146988392446/AnsiballZ_command.py <<< 138029 1726888160.20951: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888160.1060705-143153-48146988392446/AnsiballZ_command.py" <<< 138029 1726888160.20997: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmplqw4_ppj" to remote "/root/.ansible/tmp/ansible-tmp-1726888160.1060705-143153-48146988392446/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888160.1060705-143153-48146988392446/AnsiballZ_command.py" <<< 138029 1726888160.21834: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888160.21837: stdout chunk (state=3): >>><<< 138029 1726888160.21840: stderr chunk (state=3): >>><<< 138029 1726888160.21849: done transferring module to remote 138029 1726888160.21871: _low_level_execute_command(): starting 138029 1726888160.21881: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888160.1060705-143153-48146988392446/ /root/.ansible/tmp/ansible-tmp-1726888160.1060705-143153-48146988392446/AnsiballZ_command.py && sleep 0' 138029 1726888160.22518: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888160.22532: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888160.22549: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888160.22572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888160.22684: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888160.22687: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888160.22717: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888160.22789: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888160.24582: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888160.24629: stderr chunk (state=3): >>><<< 138029 1726888160.24637: stdout chunk (state=3): >>><<< 138029 1726888160.24747: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888160.24751: _low_level_execute_command(): starting 138029 1726888160.24753: _low_level_execute_command(): using become for this command 138029 1726888160.24759: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ylvlomlugoizhlbemtfyixqahfwqvqmy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888160.1060705-143153-48146988392446/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888160.24782: Initial state: awaiting_escalation: BECOME-SUCCESS-ylvlomlugoizhlbemtfyixqahfwqvqmy 138029 1726888160.25313: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888160.25348: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888160.25393: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888160.28294: stdout chunk (state=1): >>>BECOME-SUCCESS-ylvlomlugoizhlbemtfyixqahfwqvqmy <<< 138029 1726888160.28314: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ylvlomlugoizhlbemtfyixqahfwqvqmy' 138029 1726888160.28780: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888160.28793: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888160.28813: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888160.28876: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888160.28888: stdout chunk (state=3): >>># installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888160.28982: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888160.28989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 138029 1726888160.28992: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888160.29042: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888160.29075: 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 0x7f78009bc3e0> <<< 138029 1726888160.29113: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780098ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888160.29141: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78009be930> import '_signal' # <<< 138029 1726888160.29173: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888160.29198: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888160.29241: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888160.29244: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888160.29320: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888160.29354: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888160.29386: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888160.29420: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888160.29450: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888160.29476: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888160.29500: 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 <<< 138029 1726888160.29510: 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 0x7f78009ccfe0> <<< 138029 1726888160.29588: 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' <<< 138029 1726888160.29613: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78009cdfd0> <<< 138029 1726888160.29616: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888160.29650: 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. <<< 138029 1726888160.29909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888160.29912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888160.29948: 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' <<< 138029 1726888160.29951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888160.30007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888160.30031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888160.30054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78007f3da0> <<< 138029 1726888160.30094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888160.30097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888160.30147: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78007f3fe0> <<< 138029 1726888160.30160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888160.30172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888160.30198: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888160.30322: 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 <<< 138029 1726888160.30338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800823740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888160.30365: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800823dd0> import '_collections' # <<< 138029 1726888160.30400: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800803a70> <<< 138029 1726888160.30427: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888160.30441: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800801190> <<< 138029 1726888160.30541: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78007f0f50> <<< 138029 1726888160.30578: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888160.30611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888160.30649: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888160.30679: 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' <<< 138029 1726888160.30719: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800847680> <<< 138029 1726888160.30734: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78008462a0> <<< 138029 1726888160.30769: 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 0x7f7800802060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78007f2e40> <<< 138029 1726888160.30828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888160.30847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78008786b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78007f01d0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888160.30894: 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 0x7f7800878b60> <<< 138029 1726888160.30928: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800878a10> <<< 138029 1726888160.30976: 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 0x7f7800878dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78007e6cf0> <<< 138029 1726888160.30979: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888160.31026: 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 <<< 138029 1726888160.31085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888160.31089: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800879460> <<< 138029 1726888160.31117: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800879130> 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 0x7f780087a360> <<< 138029 1726888160.31131: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888160.31162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888160.31228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888160.31232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888160.31248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800894560> import 'errno' # <<< 138029 1726888160.31301: 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 0x7f7800895ca0> <<< 138029 1726888160.31333: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888160.31359: 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 0x7f7800896b40> <<< 138029 1726888160.31425: 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 0x7f78008971a0> <<< 138029 1726888160.31443: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800896090> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888160.31481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888160.31506: 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 0x7f7800897c20> <<< 138029 1726888160.31528: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800897350> <<< 138029 1726888160.31562: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780087a2d0> <<< 138029 1726888160.31598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888160.31602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888160.31632: 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' <<< 138029 1726888160.31682: 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 0x7f7800617b30> <<< 138029 1726888160.31693: 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' <<< 138029 1726888160.31744: 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 0x7f7800640620> <<< 138029 1726888160.31777: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800640380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888160.31803: 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 0x7f78006405c0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888160.31882: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888160.32002: 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 0x7f7800640f20> <<< 138029 1726888160.32143: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888160.32148: 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 0x7f78006418e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78006407d0> <<< 138029 1726888160.32178: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800615cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888160.32218: 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' <<< 138029 1726888160.32249: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800642c60> <<< 138029 1726888160.32278: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800641790> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780087aa80> <<< 138029 1726888160.32306: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888160.32387: 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 <<< 138029 1726888160.32430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888160.32454: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780066ef60> <<< 138029 1726888160.32510: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888160.32523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888160.32558: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888160.32571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888160.32607: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78006972f0> <<< 138029 1726888160.32630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888160.32678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888160.32728: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888160.32768: 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 0x7f78006f00e0> <<< 138029 1726888160.32778: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888160.32811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888160.32831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888160.32876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888160.32959: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78006f2840> <<< 138029 1726888160.33040: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78006f0200> <<< 138029 1726888160.33076: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800697f80> <<< 138029 1726888160.33114: 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 0x7f78004f91c0> <<< 138029 1726888160.33146: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800696120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800643b60> <<< 138029 1726888160.34366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f78006966f0> <<< 138029 1726888160.38505: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_2ykdxna2/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 138029 1726888160.38646: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.38678: 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' <<< 138029 1726888160.38722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888160.38798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888160.38833: 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' <<< 138029 1726888160.38848: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780054ae10> import '_typing' # <<< 138029 1726888160.39038: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780052dd00> <<< 138029 1726888160.39072: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780052cec0> # zipimport: zlib available <<< 138029 1726888160.39087: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888160.39118: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888160.39143: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888160.40571: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.41701: 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 0x7f7800548cb0> <<< 138029 1726888160.41739: 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' <<< 138029 1726888160.41772: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888160.41796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888160.41815: 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' <<< 138029 1726888160.41840: 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 0x7f780057a7e0> <<< 138029 1726888160.41874: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780057a570> <<< 138029 1726888160.41924: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800579e80> <<< 138029 1726888160.41934: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888160.41962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888160.41985: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780057a360> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780054b830> import 'atexit' # <<< 138029 1726888160.42022: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888160.42040: 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 0x7f780057b4a0> <<< 138029 1726888160.42077: 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 0x7f780057b6e0> <<< 138029 1726888160.42089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888160.42123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888160.42137: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888160.42187: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780057bc20> import 'pwd' # <<< 138029 1726888160.42216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888160.42237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888160.42277: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff15940> <<< 138029 1726888160.42318: 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 0x7f77fff175f0> <<< 138029 1726888160.42344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888160.42354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888160.42390: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff17f50> <<< 138029 1726888160.42437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888160.42440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888160.42472: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff19130> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888160.42525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888160.42546: 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' <<< 138029 1726888160.42591: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff1bc20> <<< 138029 1726888160.42682: 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 0x7f780052ef00> <<< 138029 1726888160.42708: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff19ee0> # /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' <<< 138029 1726888160.42741: 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' <<< 138029 1726888160.42744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888160.42785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888160.42804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888160.42826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff23b60> <<< 138029 1726888160.42829: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888160.42908: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff22630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff22390> <<< 138029 1726888160.42912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888160.42929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888160.43004: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff228a0> <<< 138029 1726888160.43034: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff1a3f0> <<< 138029 1726888160.43067: 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 0x7f77fff67dd0> <<< 138029 1726888160.43090: 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 0x7f77fff67f50> <<< 138029 1726888160.43105: 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 <<< 138029 1726888160.43134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888160.43158: 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' <<< 138029 1726888160.43204: 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 0x7f77fff699a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff69760> <<< 138029 1726888160.43222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888160.43320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888160.43395: 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 0x7f77fff6bf50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff6a090> <<< 138029 1726888160.43399: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888160.43467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888160.43471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888160.43484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888160.43528: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff6f770> <<< 138029 1726888160.43652: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff6c140> <<< 138029 1726888160.43718: 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 0x7f77fff70530> <<< 138029 1726888160.43752: 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 0x7f77fff707a0> <<< 138029 1726888160.44058: 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 0x7f77fff70a70> <<< 138029 1726888160.44073: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff680e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f77ffffc200> <<< 138029 1726888160.44099: 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 0x7f77ffffd280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff72960> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77fff73ce0> <<< 138029 1726888160.44135: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff72540> <<< 138029 1726888160.44138: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.44169: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888160.44172: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.44253: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.44338: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.44367: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888160.44379: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.44406: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888160.44426: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.44530: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.44653: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.45185: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.45721: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888160.45775: 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' # <<< 138029 1726888160.45778: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888160.45801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888160.45834: 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 0x7f77ffe01580> <<< 138029 1726888160.45931: 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' <<< 138029 1726888160.45951: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77ffe02330> <<< 138029 1726888160.45991: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77ffffd520> <<< 138029 1726888160.46004: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888160.46050: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.46067: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888160.46205: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.46440: 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 0x7f77ffe02120> # zipimport: zlib available <<< 138029 1726888160.46844: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.47294: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.47365: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.47442: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888160.47489: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.47533: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888160.47598: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.47693: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 138029 1726888160.47742: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888160.47771: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.47789: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.47825: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888160.47835: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.48060: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.48289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888160.48369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888160.48372: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888160.48439: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77ffe033e0> # zipimport: zlib available <<< 138029 1726888160.48521: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.48613: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888160.48618: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888160.48646: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.48712: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.48738: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888160.48872: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.48875: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.48950: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.48977: 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' <<< 138029 1726888160.49065: 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 0x7f77ffe0df40> <<< 138029 1726888160.49096: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77ffe08dd0> <<< 138029 1726888160.49136: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888160.49139: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.49203: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.49267: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.49300: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.49337: 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' <<< 138029 1726888160.49364: 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 <<< 138029 1726888160.49388: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888160.49407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888160.49467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888160.49494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888160.49505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888160.49564: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff029f0> <<< 138029 1726888160.49605: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78005a66c0> <<< 138029 1726888160.49690: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77ffe0e0c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77ffe056d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888160.49729: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.49758: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888160.49808: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888160.49818: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.49848: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888160.49867: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.49963: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888160.50084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888160.50087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888160.50105: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800599b20> <<< 138029 1726888160.50187: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.13759: stdout chunk (state=3): >>> {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "vg1"], "start": "2024-09-20 23:09:20.502103", "end": "2024-09-20 23:09:29.136078", "delta": "0:00:08.633975", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared vg1", "_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}}} <<< 138029 1726888169.13790: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888169.14536: 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 <<< 138029 1726888169.14664: 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 # cleanup[2] removing glob # destroy glob <<< 138029 1726888169.15003: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888169.15049: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888169.15062: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888169.15101: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888169.15136: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 138029 1726888169.15219: 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 # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch <<< 138029 1726888169.15292: 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 <<< 138029 1726888169.15385: 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 <<< 138029 1726888169.15402: 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 <<< 138029 1726888169.15422: stdout chunk (state=3): >>># 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 <<< 138029 1726888169.15424: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy re._constants # destroy re._casefix <<< 138029 1726888169.15515: 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 encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 138029 1726888169.15518: 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 <<< 138029 1726888169.15608: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888169.15759: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888169.15775: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888169.15796: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888169.15871: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888169.15882: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 138029 1726888169.15921: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 138029 1726888169.16127: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path<<< 138029 1726888169.16252: stdout chunk (state=3): >>> # clear sys.modules # destroy _frozen_importlib # destroy codecs <<< 138029 1726888169.16278: stdout chunk (state=3): >>># 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 <<< 138029 1726888169.16281: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888169.16310: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888169.16382: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 138029 1726888169.16385: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre <<< 138029 1726888169.16464: stdout chunk (state=3): >>># destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888169.17699: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888169.17702: stdout chunk (state=3): >>><<< 138029 1726888169.17704: stderr chunk (state=3): >>><<< 138029 1726888169.17718: _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 0x7f78009bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780098ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78009be930> 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 0x7f78009ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f78009cdfd0> 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 0x7f78007f3da0> # /usr/lib64/python3.12/__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 0x7f78007f3fe0> # /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 0x7f7800823740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800823dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800803a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800801190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78007f0f50> # /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 0x7f7800847680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78008462a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800802060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78007f2e40> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78008786b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78007f01d0> # /usr/lib64/python3.12/__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 0x7f7800878b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800878a10> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7800878dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78007e6cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f7800879460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800879130> 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 0x7f780087a360> 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 0x7f7800894560> 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 0x7f7800895ca0> # /usr/lib64/python3.12/__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 0x7f7800896b40> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78008971a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800896090> # /usr/lib64/python3.12/__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 0x7f7800897c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800897350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780087a2d0> # /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 0x7f7800617b30> # /usr/lib64/python3.12/__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 0x7f7800640620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800640380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78006405c0> # /usr/lib64/python3.12/__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 0x7f7800640f20> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78006418e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78006407d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800615cd0> # /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 0x7f7800642c60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800641790> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780087aa80> # /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 0x7f780066ef60> # /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 0x7f78006972f0> # /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 0x7f78006f00e0> # /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 0x7f78006f2840> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78006f0200> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800697f80> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78004f91c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800696120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800643b60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f78006966f0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_2ykdxna2/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 0x7f780054ae10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780052dd00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780052cec0> # 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 0x7f7800548cb0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f780057a7e0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780057a570> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7800579e80> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f780057a360> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f780054b830> 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 0x7f780057b4a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f780057b6e0> # /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 0x7f780057bc20> 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 0x7f77fff15940> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77fff175f0> # /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 0x7f77fff17f50> # /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 0x7f77fff19130> # /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 0x7f77fff1bc20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f780052ef00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff19ee0> # /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 0x7f77fff23b60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff22630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff22390> # /usr/lib64/python3.12/__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 0x7f77fff228a0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff1a3f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77fff67dd0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff67f50> # /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 0x7f77fff699a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff69760> # /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 0x7f77fff6bf50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff6a090> # /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 0x7f77fff6f770> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff6c140> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77fff70530> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77fff707a0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77fff70a70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff680e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f77ffffc200> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77ffffd280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff72960> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77fff73ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77fff72540> # 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 0x7f77ffe01580> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f77ffe02330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77ffffd520> 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 0x7f77ffe02120> # 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 0x7f77ffe033e0> # 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 0x7f77ffe0df40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77ffe08dd0> 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 0x7f77fff029f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78005a66c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77ffe0e0c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77ffe056d0> # 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 0x7f7800599b20> # zipimport: zlib available {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "vg1"], "start": "2024-09-20 23:09:20.502103", "end": "2024-09-20 23:09:29.136078", "delta": "0:00:08.633975", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared vg1", "_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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888169.18588: done with _execute_module (ansible.legacy.command, {'_raw_params': 'vgs --noheadings --binary -o shared vg1', '_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-1726888160.1060705-143153-48146988392446/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888169.18593: _low_level_execute_command(): starting 138029 1726888169.18596: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888160.1060705-143153-48146988392446/ > /dev/null 2>&1 && sleep 0' 138029 1726888169.19039: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888169.19042: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888169.19044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888169.19059: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888169.19266: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888169.22674: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888169.22690: stderr chunk (state=3): >>><<< 138029 1726888169.22693: stdout chunk (state=3): >>><<< 138029 1726888169.22707: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888169.22713: handler run complete 138029 1726888169.22731: Evaluated conditional (False): False 138029 1726888169.22741: attempt loop complete, returning result 138029 1726888169.22744: _execute() done 138029 1726888169.22747: dumping result to json 138029 1726888169.22752: done dumping result, returning 138029 1726888169.22761: done running TaskExecutor() for managed_node3/TASK: Get VG shared value status [0affc8a3-6f6f-5a58-73a2-00000000164e] 138029 1726888169.22766: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000164e 138029 1726888169.22867: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000164e 138029 1726888169.22870: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:08.633975", "end": "2024-09-20 23:09:29.136078", "rc": 0, "start": "2024-09-20 23:09:20.502103" } STDOUT: 0 138029 1726888169.22944: no more pending results, returning what we have 138029 1726888169.22948: results queue empty 138029 1726888169.22949: checking for any_errors_fatal 138029 1726888169.22960: done checking for any_errors_fatal 138029 1726888169.22961: checking for max_fail_percentage 138029 1726888169.22963: done checking for max_fail_percentage 138029 1726888169.22964: checking to see if all hosts have failed and the running result is not ok 138029 1726888169.22965: done checking to see if all hosts have failed 138029 1726888169.22965: getting the remaining hosts for this loop 138029 1726888169.22967: done getting the remaining hosts for this loop 138029 1726888169.22970: getting the next task for host managed_node3 138029 1726888169.22976: done getting next task for host managed_node3 138029 1726888169.22980: ^ task is: TASK: Verify that VG shared value checks out 138029 1726888169.22984: ^ 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 138029 1726888169.22989: getting variables 138029 1726888169.22990: in VariableManager get_vars() 138029 1726888169.23022: Calling all_inventory to load vars for managed_node3 138029 1726888169.23025: Calling groups_inventory to load vars for managed_node3 138029 1726888169.23028: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888169.23037: Calling all_plugins_play to load vars for managed_node3 138029 1726888169.23040: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888169.23043: Calling groups_plugins_play to load vars for managed_node3 138029 1726888169.23722: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888169.24332: done with get_vars() 138029 1726888169.24344: done getting variables 138029 1726888169.24395: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 VG shared value checks out] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Friday 20 September 2024 23:09:29 -0400 (0:00:09.189) 0:03:01.967 ****** 138029 1726888169.24420: entering _queue_task() for managed_node3/assert 138029 1726888169.24631: worker is 1 (out of 1 available) 138029 1726888169.24644: exiting _queue_task() for managed_node3/assert 138029 1726888169.24658: done queuing things up, now waiting for results queue to drain 138029 1726888169.24660: waiting for pending results... 138029 1726888169.24858: running TaskExecutor() for managed_node3/TASK: Verify that VG shared value checks out 138029 1726888169.24941: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000164f 138029 1726888169.24953: variable 'ansible_search_path' from source: unknown 138029 1726888169.24985: calling self._execute() 138029 1726888169.25076: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888169.25081: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888169.25089: variable 'omit' from source: magic vars 138029 1726888169.25413: variable 'storage_test_pool' from source: include params 138029 1726888169.25452: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 138029 1726888169.25457: variable 'omit' from source: magic vars 138029 1726888169.25489: variable 'omit' from source: magic vars 138029 1726888169.25575: variable 'storage_test_pool' from source: include params 138029 1726888169.25594: variable 'actual' from source: task vars 138029 1726888169.25659: variable 'vgs_dump' from source: set_fact 138029 1726888169.25702: variable 'omit' from source: magic vars 138029 1726888169.25733: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888169.25760: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888169.25778: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888169.25792: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888169.25801: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888169.25815: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888169.25827: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888169.25849: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888169.25852: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888169.25854: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888169.25938: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888169.25941: Set connection var ansible_timeout to 10 138029 1726888169.25947: Set connection var ansible_pipelining to False 138029 1726888169.25950: Set connection var ansible_shell_type to sh 138029 1726888169.25952: Set connection var ansible_connection to ssh 138029 1726888169.25958: Set connection var ansible_shell_executable to /bin/sh 138029 1726888169.25980: variable 'ansible_shell_executable' from source: unknown 138029 1726888169.25983: variable 'ansible_connection' from source: unknown 138029 1726888169.25986: variable 'ansible_module_compression' from source: unknown 138029 1726888169.25988: variable 'ansible_shell_type' from source: unknown 138029 1726888169.25990: variable 'ansible_shell_executable' from source: unknown 138029 1726888169.25993: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888169.25998: variable 'ansible_pipelining' from source: unknown 138029 1726888169.26002: variable 'ansible_timeout' from source: unknown 138029 1726888169.26005: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888169.26109: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888169.26121: variable 'omit' from source: magic vars 138029 1726888169.26125: starting attempt loop 138029 1726888169.26127: running the handler 138029 1726888169.26216: variable 'storage_test_pool' from source: include params 138029 1726888169.26237: variable 'actual' from source: task vars 138029 1726888169.26298: variable 'vgs_dump' from source: set_fact 138029 1726888169.26314: Evaluated conditional (storage_test_pool.shared == actual): True 138029 1726888169.26319: handler run complete 138029 1726888169.26329: attempt loop complete, returning result 138029 1726888169.26334: _execute() done 138029 1726888169.26336: dumping result to json 138029 1726888169.26339: done dumping result, returning 138029 1726888169.26347: done running TaskExecutor() for managed_node3/TASK: Verify that VG shared value checks out [0affc8a3-6f6f-5a58-73a2-00000000164f] 138029 1726888169.26349: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000164f 138029 1726888169.26431: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000164f 138029 1726888169.26434: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888169.26488: no more pending results, returning what we have 138029 1726888169.26491: results queue empty 138029 1726888169.26492: checking for any_errors_fatal 138029 1726888169.26502: done checking for any_errors_fatal 138029 1726888169.26503: checking for max_fail_percentage 138029 1726888169.26504: done checking for max_fail_percentage 138029 1726888169.26505: checking to see if all hosts have failed and the running result is not ok 138029 1726888169.26506: done checking to see if all hosts have failed 138029 1726888169.26507: getting the remaining hosts for this loop 138029 1726888169.26508: done getting the remaining hosts for this loop 138029 1726888169.26511: getting the next task for host managed_node3 138029 1726888169.26517: done getting next task for host managed_node3 138029 1726888169.26520: ^ task is: TASK: Verify pool subset 138029 1726888169.26523: ^ 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 138029 1726888169.26527: getting variables 138029 1726888169.26528: in VariableManager get_vars() 138029 1726888169.26563: Calling all_inventory to load vars for managed_node3 138029 1726888169.26568: Calling groups_inventory to load vars for managed_node3 138029 1726888169.26571: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888169.26579: Calling all_plugins_play to load vars for managed_node3 138029 1726888169.26582: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888169.26585: Calling groups_plugins_play to load vars for managed_node3 138029 1726888169.26963: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888169.27344: done with get_vars() 138029 1726888169.27356: done getting variables TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Friday 20 September 2024 23:09:29 -0400 (0:00:00.029) 0:03:01.997 ****** 138029 1726888169.27420: entering _queue_task() for managed_node3/include_tasks 138029 1726888169.27607: worker is 1 (out of 1 available) 138029 1726888169.27621: exiting _queue_task() for managed_node3/include_tasks 138029 1726888169.27633: done queuing things up, now waiting for results queue to drain 138029 1726888169.27635: waiting for pending results... 138029 1726888169.27824: running TaskExecutor() for managed_node3/TASK: Verify pool subset 138029 1726888169.27913: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001650 138029 1726888169.27925: variable 'ansible_search_path' from source: unknown 138029 1726888169.27961: variable '_storage_pool_tests' from source: set_fact 138029 1726888169.28124: variable '_storage_pool_tests' from source: set_fact 138029 1726888169.28183: variable 'omit' from source: magic vars 138029 1726888169.28302: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888169.28308: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888169.28312: variable 'omit' from source: magic vars 138029 1726888169.28428: variable 'storage_test_pool_subset' from source: unknown 138029 1726888169.28452: variable 'storage_test_pool_subset' from source: unknown 138029 1726888169.28506: variable 'storage_test_pool_subset' from source: unknown 138029 1726888169.28647: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888169.28651: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888169.28654: variable 'omit' from source: magic vars 138029 1726888169.28700: variable 'storage_test_pool_subset' from source: unknown 138029 1726888169.28720: variable 'storage_test_pool_subset' from source: unknown 138029 1726888169.28766: variable 'storage_test_pool_subset' from source: unknown 138029 1726888169.28829: dumping result to json 138029 1726888169.28832: done dumping result, returning 138029 1726888169.28834: done running TaskExecutor() for managed_node3/TASK: Verify pool subset [0affc8a3-6f6f-5a58-73a2-000000001650] 138029 1726888169.28836: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001650 138029 1726888169.28874: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001650 138029 1726888169.28878: WORKER PROCESS EXITING 138029 1726888169.28904: no more pending results, returning what we have 138029 1726888169.28909: in VariableManager get_vars() 138029 1726888169.28944: Calling all_inventory to load vars for managed_node3 138029 1726888169.28947: Calling groups_inventory to load vars for managed_node3 138029 1726888169.28950: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888169.28962: Calling all_plugins_play to load vars for managed_node3 138029 1726888169.28965: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888169.28968: Calling groups_plugins_play to load vars for managed_node3 138029 1726888169.29520: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888169.29984: done with get_vars() 138029 1726888169.29996: variable 'ansible_search_path' from source: unknown 138029 1726888169.30031: variable 'ansible_search_path' from source: unknown 138029 1726888169.30057: we have included files to process 138029 1726888169.30059: generating all_blocks data 138029 1726888169.30061: done generating all_blocks data 138029 1726888169.30065: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 138029 1726888169.30066: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 138029 1726888169.30068: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 138029 1726888169.31839: in VariableManager get_vars() 138029 1726888169.31864: done with get_vars() 138029 1726888169.31948: in VariableManager get_vars() 138029 1726888169.31971: done with get_vars() 138029 1726888169.32010: in VariableManager get_vars() 138029 1726888169.32028: done with get_vars() 138029 1726888169.32065: in VariableManager get_vars() 138029 1726888169.32083: done with get_vars() 138029 1726888169.32125: in VariableManager get_vars() 138029 1726888169.32144: done with get_vars() 138029 1726888169.32188: in VariableManager get_vars() 138029 1726888169.32207: done with get_vars() 138029 1726888169.32243: in VariableManager get_vars() 138029 1726888169.32262: done with get_vars() 138029 1726888169.32348: done processing included file 138029 1726888169.32350: iterating over new_blocks loaded from include file 138029 1726888169.32352: in VariableManager get_vars() 138029 1726888169.32368: done with get_vars() 138029 1726888169.32370: filtering new block on tags 138029 1726888169.32633: done filtering new block on tags 138029 1726888169.32636: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 => (item=members) 138029 1726888169.32642: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 138029 1726888169.32643: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 138029 1726888169.32646: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 138029 1726888169.32728: in VariableManager get_vars() 138029 1726888169.32747: done with get_vars() 138029 1726888169.32761: done processing included file 138029 1726888169.32763: iterating over new_blocks loaded from include file 138029 1726888169.32764: in VariableManager get_vars() 138029 1726888169.32841: done with get_vars() 138029 1726888169.32843: filtering new block on tags 138029 1726888169.32890: done filtering new block on tags 138029 1726888169.32893: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 => (item=volumes) 138029 1726888169.32897: extending task lists for all hosts with included blocks 138029 1726888169.33193: done extending task lists 138029 1726888169.33194: done processing included files 138029 1726888169.33195: results queue empty 138029 1726888169.33196: checking for any_errors_fatal 138029 1726888169.33199: done checking for any_errors_fatal 138029 1726888169.33200: checking for max_fail_percentage 138029 1726888169.33201: done checking for max_fail_percentage 138029 1726888169.33201: checking to see if all hosts have failed and the running result is not ok 138029 1726888169.33202: done checking to see if all hosts have failed 138029 1726888169.33203: getting the remaining hosts for this loop 138029 1726888169.33204: done getting the remaining hosts for this loop 138029 1726888169.33207: getting the next task for host managed_node3 138029 1726888169.33211: done getting next task for host managed_node3 138029 1726888169.33213: ^ task is: TASK: Set test variables 138029 1726888169.33216: ^ 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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888169.33224: getting variables 138029 1726888169.33225: in VariableManager get_vars() 138029 1726888169.33235: Calling all_inventory to load vars for managed_node3 138029 1726888169.33237: Calling groups_inventory to load vars for managed_node3 138029 1726888169.33240: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888169.33246: Calling all_plugins_play to load vars for managed_node3 138029 1726888169.33248: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888169.33251: Calling groups_plugins_play to load vars for managed_node3 138029 1726888169.33736: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888169.34380: done with get_vars() 138029 1726888169.34395: done getting variables 138029 1726888169.34437: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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-pool-members.yml:2 Friday 20 September 2024 23:09:29 -0400 (0:00:00.070) 0:03:02.068 ****** 138029 1726888169.34469: entering _queue_task() for managed_node3/set_fact 138029 1726888169.34889: worker is 1 (out of 1 available) 138029 1726888169.34902: exiting _queue_task() for managed_node3/set_fact 138029 1726888169.34923: done queuing things up, now waiting for results queue to drain 138029 1726888169.34925: waiting for pending results... 138029 1726888169.35478: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888169.35483: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001688 138029 1726888169.35487: variable 'ansible_search_path' from source: unknown 138029 1726888169.35494: calling self._execute() 138029 1726888169.35629: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888169.35634: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888169.35644: variable 'omit' from source: magic vars 138029 1726888169.36084: variable 'storage_test_pool' from source: include params 138029 1726888169.36141: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888169.36153: variable 'omit' from source: magic vars 138029 1726888169.36217: variable 'omit' from source: magic vars 138029 1726888169.36464: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888169.38113: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888169.38173: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888169.38201: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888169.38227: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888169.38249: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888169.38309: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888169.38329: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888169.38350: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888169.38380: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888169.38390: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888169.38422: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888169.38439: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888169.38463: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888169.38488: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888169.38498: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888169.38537: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888169.38553: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888169.38578: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888169.38602: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888169.38612: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888169.38732: variable 'ansible_lvm' from source: facts 138029 1726888169.38740: variable 'storage_test_pool' from source: include params 138029 1726888169.38809: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888169.38921: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888169.38953: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888169.39160: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888169.39163: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888169.39236: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888169.39272: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888169.39303: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888169.39347: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888169.39372: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888169.39502: variable 'storage_test_pool' from source: include params 138029 1726888169.39554: variable 'omit' from source: magic vars 138029 1726888169.39587: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888169.39616: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888169.39637: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888169.39659: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888169.39677: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888169.39698: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888169.39718: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888169.39762: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888169.39774: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888169.39783: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888169.39904: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888169.39915: Set connection var ansible_timeout to 10 138029 1726888169.39925: Set connection var ansible_pipelining to False 138029 1726888169.39932: Set connection var ansible_shell_type to sh 138029 1726888169.39939: Set connection var ansible_connection to ssh 138029 1726888169.39949: Set connection var ansible_shell_executable to /bin/sh 138029 1726888169.39984: variable 'ansible_shell_executable' from source: unknown 138029 1726888169.39993: variable 'ansible_connection' from source: unknown 138029 1726888169.40001: variable 'ansible_module_compression' from source: unknown 138029 1726888169.40008: variable 'ansible_shell_type' from source: unknown 138029 1726888169.40020: variable 'ansible_shell_executable' from source: unknown 138029 1726888169.40022: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888169.40024: variable 'ansible_pipelining' from source: unknown 138029 1726888169.40027: variable 'ansible_timeout' from source: unknown 138029 1726888169.40032: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888169.40129: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888169.40138: variable 'omit' from source: magic vars 138029 1726888169.40143: starting attempt loop 138029 1726888169.40145: running the handler 138029 1726888169.40163: handler run complete 138029 1726888169.40171: attempt loop complete, returning result 138029 1726888169.40175: _execute() done 138029 1726888169.40177: dumping result to json 138029 1726888169.40180: done dumping result, returning 138029 1726888169.40187: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-000000001688] 138029 1726888169.40191: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001688 138029 1726888169.40274: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001688 138029 1726888169.40277: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } 138029 1726888169.40347: no more pending results, returning what we have 138029 1726888169.40353: results queue empty 138029 1726888169.40354: checking for any_errors_fatal 138029 1726888169.40357: done checking for any_errors_fatal 138029 1726888169.40357: checking for max_fail_percentage 138029 1726888169.40359: done checking for max_fail_percentage 138029 1726888169.40360: checking to see if all hosts have failed and the running result is not ok 138029 1726888169.40361: done checking to see if all hosts have failed 138029 1726888169.40362: getting the remaining hosts for this loop 138029 1726888169.40363: done getting the remaining hosts for this loop 138029 1726888169.40369: getting the next task for host managed_node3 138029 1726888169.40375: done getting next task for host managed_node3 138029 1726888169.40378: ^ task is: TASK: Get the canonical device path for each member device 138029 1726888169.40383: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888169.40389: getting variables 138029 1726888169.40390: in VariableManager get_vars() 138029 1726888169.40423: Calling all_inventory to load vars for managed_node3 138029 1726888169.40426: Calling groups_inventory to load vars for managed_node3 138029 1726888169.40429: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888169.40438: Calling all_plugins_play to load vars for managed_node3 138029 1726888169.40441: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888169.40444: Calling groups_plugins_play to load vars for managed_node3 138029 1726888169.40874: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888169.41267: done with get_vars() 138029 1726888169.41280: done getting variables TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Friday 20 September 2024 23:09:29 -0400 (0:00:00.068) 0:03:02.136 ****** 138029 1726888169.41335: entering _queue_task() for managed_node3/fedora.linux_system_roles.resolve_blockdev 138029 1726888169.41549: worker is 1 (out of 1 available) 138029 1726888169.41563: exiting _queue_task() for managed_node3/fedora.linux_system_roles.resolve_blockdev 138029 1726888169.41579: done queuing things up, now waiting for results queue to drain 138029 1726888169.41580: waiting for pending results... 138029 1726888169.41762: running TaskExecutor() for managed_node3/TASK: Get the canonical device path for each member device 138029 1726888169.41846: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001689 138029 1726888169.41860: variable 'ansible_search_path' from source: unknown 138029 1726888169.41898: variable '_storage_test_pool_pvs_lvm' from source: set_fact 138029 1726888169.42057: variable '_storage_test_pool_pvs_lvm' from source: set_fact 138029 1726888169.42122: variable 'omit' from source: magic vars 138029 1726888169.42230: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888169.42239: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888169.42249: variable 'omit' from source: magic vars 138029 1726888169.42413: variable 'storage_test_pool' from source: include params 138029 1726888169.42441: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888169.42446: variable 'omit' from source: magic vars 138029 1726888169.42483: variable 'omit' from source: magic vars 138029 1726888169.42515: variable 'pv' from source: unknown 138029 1726888169.42562: variable 'pv' from source: unknown 138029 1726888169.42580: variable 'omit' from source: magic vars 138029 1726888169.42610: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888169.42635: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888169.42650: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888169.42668: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888169.42677: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888169.42693: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888169.42705: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888169.42726: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888169.42729: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888169.42731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888169.42812: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888169.42816: Set connection var ansible_timeout to 10 138029 1726888169.42822: Set connection var ansible_pipelining to False 138029 1726888169.42824: Set connection var ansible_shell_type to sh 138029 1726888169.42827: Set connection var ansible_connection to ssh 138029 1726888169.42831: Set connection var ansible_shell_executable to /bin/sh 138029 1726888169.42848: variable 'ansible_shell_executable' from source: unknown 138029 1726888169.42850: variable 'ansible_connection' from source: unknown 138029 1726888169.42853: variable 'ansible_module_compression' from source: unknown 138029 1726888169.42857: variable 'ansible_shell_type' from source: unknown 138029 1726888169.42860: variable 'ansible_shell_executable' from source: unknown 138029 1726888169.42863: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888169.42868: variable 'ansible_pipelining' from source: unknown 138029 1726888169.42870: variable 'ansible_timeout' from source: unknown 138029 1726888169.42872: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888169.43002: 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) 138029 1726888169.43013: variable 'omit' from source: magic vars 138029 1726888169.43016: starting attempt loop 138029 1726888169.43019: running the handler 138029 1726888169.43030: _low_level_execute_command(): starting 138029 1726888169.43036: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888169.43550: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888169.43556: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888169.43560: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888169.43562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888169.43645: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888169.43716: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888169.45721: stdout chunk (state=3): >>>/root <<< 138029 1726888169.45861: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888169.45872: stderr chunk (state=3): >>><<< 138029 1726888169.45890: stdout chunk (state=3): >>><<< 138029 1726888169.45918: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888169.45951: _low_level_execute_command(): starting 138029 1726888169.45957: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888169.4592752-143336-212986764688374 `" && echo ansible-tmp-1726888169.4592752-143336-212986764688374="` echo /root/.ansible/tmp/ansible-tmp-1726888169.4592752-143336-212986764688374 `" ) && sleep 0' 138029 1726888169.46641: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888169.46651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888169.46694: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888169.46701: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888169.46703: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888169.46750: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888169.52020: stdout chunk (state=3): >>>ansible-tmp-1726888169.4592752-143336-212986764688374=/root/.ansible/tmp/ansible-tmp-1726888169.4592752-143336-212986764688374 <<< 138029 1726888169.52136: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888169.52164: stderr chunk (state=3): >>><<< 138029 1726888169.52169: stdout chunk (state=3): >>><<< 138029 1726888169.52188: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888169.4592752-143336-212986764688374=/root/.ansible/tmp/ansible-tmp-1726888169.4592752-143336-212986764688374 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888169.52234: variable 'ansible_module_compression' from source: unknown 138029 1726888169.52271: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.resolve_blockdev-ZIP_DEFLATED 138029 1726888169.52301: variable 'ansible_facts' from source: unknown 138029 1726888169.52364: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888169.4592752-143336-212986764688374/AnsiballZ_resolve_blockdev.py 138029 1726888169.52465: Sending initial data 138029 1726888169.52468: Sent initial data (167 bytes) 138029 1726888169.52908: 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 <<< 138029 1726888169.52912: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888169.52914: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888169.52916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888169.52962: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888169.52970: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888169.52973: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888169.53019: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888169.54722: 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 <<< 138029 1726888169.54726: 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 <<< 138029 1726888169.54765: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888169.54816: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpfy6v7t3g /root/.ansible/tmp/ansible-tmp-1726888169.4592752-143336-212986764688374/AnsiballZ_resolve_blockdev.py <<< 138029 1726888169.54819: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888169.4592752-143336-212986764688374/AnsiballZ_resolve_blockdev.py" <<< 138029 1726888169.54862: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpfy6v7t3g" to remote "/root/.ansible/tmp/ansible-tmp-1726888169.4592752-143336-212986764688374/AnsiballZ_resolve_blockdev.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888169.4592752-143336-212986764688374/AnsiballZ_resolve_blockdev.py" <<< 138029 1726888169.55446: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888169.55489: stderr chunk (state=3): >>><<< 138029 1726888169.55492: stdout chunk (state=3): >>><<< 138029 1726888169.55525: done transferring module to remote 138029 1726888169.55536: _low_level_execute_command(): starting 138029 1726888169.55539: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888169.4592752-143336-212986764688374/ /root/.ansible/tmp/ansible-tmp-1726888169.4592752-143336-212986764688374/AnsiballZ_resolve_blockdev.py && sleep 0' 138029 1726888169.55937: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888169.55946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888169.55975: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888169.55979: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888169.55981: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888169.56030: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888169.56036: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888169.56083: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888169.58031: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888169.58058: stderr chunk (state=3): >>><<< 138029 1726888169.58063: stdout chunk (state=3): >>><<< 138029 1726888169.58079: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888169.58083: _low_level_execute_command(): starting 138029 1726888169.58086: _low_level_execute_command(): using become for this command 138029 1726888169.58096: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-yekquofguzbpjmirsbekzhmanfhszpfg ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888169.4592752-143336-212986764688374/AnsiballZ_resolve_blockdev.py'"'"' && sleep 0' 138029 1726888169.58172: Initial state: awaiting_escalation: BECOME-SUCCESS-yekquofguzbpjmirsbekzhmanfhszpfg 138029 1726888169.58549: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888169.58553: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888169.58597: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888169.58600: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888169.58602: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888169.58649: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888169.63228: stdout chunk (state=1): >>>BECOME-SUCCESS-yekquofguzbpjmirsbekzhmanfhszpfg <<< 138029 1726888169.63231: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-yekquofguzbpjmirsbekzhmanfhszpfg' 138029 1726888169.63508: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888169.63545: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888169.63571: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888169.63576: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888169.63661: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888169.63673: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888169.63695: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888169.63730: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888169.63745: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888169.63752: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888169.63770: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888169.63836: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888169.63841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888169.63865: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888169.63879: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888169.63915: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888169.63931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888169.64058: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215bbb43e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215bb83a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215bbb6930> import '_signal' # import '_abc' # import 'abc' # <<< 138029 1726888169.64072: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888169.64105: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888169.64188: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888169.64229: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888169.64232: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888169.64308: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888169.64367: 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' <<< 138029 1726888169.64378: 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' <<< 138029 1726888169.64398: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b964fe0> <<< 138029 1726888169.64434: 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 <<< 138029 1726888169.64440: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888169.64460: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b965fd0> <<< 138029 1726888169.64487: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888169.64519: 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. <<< 138029 1726888169.64752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888169.64762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888169.64785: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888169.64827: 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 <<< 138029 1726888169.64920: 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 <<< 138029 1726888169.64926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888169.64948: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9a3da0> <<< 138029 1726888169.64972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888169.64979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888169.65009: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888169.65015: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9a3fe0> <<< 138029 1726888169.65040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888169.65061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888169.65091: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888169.65148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888169.65157: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888169.65182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 138029 1726888169.65195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9db740> <<< 138029 1726888169.65217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888169.65228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9dbdd0> <<< 138029 1726888169.65248: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888169.65298: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9bba70> <<< 138029 1726888169.65309: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888169.65344: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9b9190> <<< 138029 1726888169.65433: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9a0f50> <<< 138029 1726888169.65470: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888169.65479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888169.65497: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888169.65519: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888169.65542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888169.65574: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888169.65584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888169.65612: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9ff680> <<< 138029 1726888169.65622: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9fe2a0> <<< 138029 1726888169.65659: 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' <<< 138029 1726888169.65664: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9ba060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9a2810> <<< 138029 1726888169.65716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888169.65720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba30680> <<< 138029 1726888169.65731: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9a01d0> <<< 138029 1726888169.65758: 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' <<< 138029 1726888169.65791: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888169.65801: 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 0x7f215ba30b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba309e0> <<< 138029 1726888169.65826: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888169.65935: 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 0x7f215ba30da0> <<< 138029 1726888169.65942: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b99ecf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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' <<< 138029 1726888169.65976: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba31460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba31130> import 'importlib.machinery' # <<< 138029 1726888169.65993: 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' <<< 138029 1726888169.66017: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba32360> <<< 138029 1726888169.66030: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888169.66043: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888169.66068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888169.66100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888169.66129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888169.66136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba48560> <<< 138029 1726888169.66151: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888169.66180: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888169.66185: 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 0x7f215ba49c10> <<< 138029 1726888169.66219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888169.66226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888169.66257: 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' <<< 138029 1726888169.66263: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba4aab0> <<< 138029 1726888169.66306: 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 0x7f215ba4b110> <<< 138029 1726888169.66309: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba4a000> <<< 138029 1726888169.66344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888169.66349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888169.66394: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888169.66397: 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 0x7f215ba4bb90> <<< 138029 1726888169.66404: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba4b2c0> <<< 138029 1726888169.66456: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba322d0> <<< 138029 1726888169.66472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888169.66495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888169.66517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888169.66552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888169.66588: 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' <<< 138029 1726888169.66594: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215b7c3b00> <<< 138029 1726888169.66608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888169.66614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888169.66673: 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 0x7f215b7ec530> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b7ec2c0> <<< 138029 1726888169.66724: 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 0x7f215b7ec560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888169.66788: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888169.66910: 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 0x7f215b7ece60> <<< 138029 1726888169.67043: 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 0x7f215b7ed850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b7ec740> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b7c1ca0> <<< 138029 1726888169.67077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888169.67116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888169.67144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888169.67183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b7eec30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b7ed9a0> <<< 138029 1726888169.67224: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba32a80> <<< 138029 1726888169.67240: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888169.67288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888169.67300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888169.67348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888169.67373: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b81af90> <<< 138029 1726888169.67446: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888169.67451: 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 <<< 138029 1726888169.67489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888169.67513: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b843380> <<< 138029 1726888169.67535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888169.67581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888169.67641: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888169.67793: 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 0x7f215b89c1a0> # /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 <<< 138029 1726888169.67971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b89e900> <<< 138029 1726888169.68047: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b89c2c0> <<< 138029 1726888169.68091: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b869190> <<< 138029 1726888169.68131: 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' <<< 138029 1726888169.68152: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b1252e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b842180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b7efb60> <<< 138029 1726888169.70302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888169.70316: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f215b8424e0> <<< 138029 1726888169.75936: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_y3rod839/ansible_fedora.linux_system_roles.resolve_blockdev_payload.zip' <<< 138029 1726888169.75952: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.76106: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.76124: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888169.76130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888169.76177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888169.76261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888169.76286: 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' <<< 138029 1726888169.76307: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b172ea0> <<< 138029 1726888169.76329: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888169.76520: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b155e20> <<< 138029 1726888169.76525: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b154f80> # zipimport: zlib available <<< 138029 1726888169.76567: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888169.76580: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.76600: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.76615: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.76623: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888169.76646: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.78136: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.79386: 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 0x7f215b170dd0> <<< 138029 1726888169.79400: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888169.79421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888169.79456: 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' <<< 138029 1726888169.79478: 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' <<< 138029 1726888169.79494: 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' <<< 138029 1726888169.79499: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215b1a2870> <<< 138029 1726888169.79534: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b1a2600> <<< 138029 1726888169.79583: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b1a1f10> <<< 138029 1726888169.79586: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888169.79598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888169.79636: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b1a2960> <<< 138029 1726888169.79650: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215bb829c0> import 'atexit' # <<< 138029 1726888169.79689: 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 0x7f215b1a35c0> <<< 138029 1726888169.79711: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888169.79716: 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 0x7f215b1a3800> <<< 138029 1726888169.79738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888169.79835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 138029 1726888169.79876: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b1a3d40> <<< 138029 1726888169.79884: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888169.79907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888169.79929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888169.79976: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b00db20> <<< 138029 1726888169.80029: 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 0x7f215b00f740> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888169.80054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888169.80105: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b0100e0> <<< 138029 1726888169.80108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888169.80146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888169.80180: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b011280> <<< 138029 1726888169.80184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888169.80258: 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' <<< 138029 1726888169.80516: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b013d70> <<< 138029 1726888169.80525: 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 0x7f215b157020> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b012030> # /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' <<< 138029 1726888169.80549: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b01bd40> import '_tokenize' # <<< 138029 1726888169.80611: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b01a810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b01a570> <<< 138029 1726888169.80639: 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' <<< 138029 1726888169.80749: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b01aae0> <<< 138029 1726888169.80782: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b012540> <<< 138029 1726888169.80802: 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 0x7f215b05ff80> <<< 138029 1726888169.80830: 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 0x7f215b060110> <<< 138029 1726888169.80982: 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' <<< 138029 1726888169.80996: 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 0x7f215b061b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b061940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888169.81066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888169.81117: 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 0x7f215b063fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b062240> <<< 138029 1726888169.81149: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888169.81186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888169.81238: 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' # <<< 138029 1726888169.81295: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b067860> <<< 138029 1726888169.81395: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b064260> <<< 138029 1726888169.81460: 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 0x7f215b068680> <<< 138029 1726888169.81492: 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 0x7f215b068740> <<< 138029 1726888169.81528: 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 0x7f215b068a10> <<< 138029 1726888169.81640: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b0602c0> <<< 138029 1726888169.81647: 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' <<< 138029 1726888169.81700: 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 0x7f215b0f41d0> <<< 138029 1726888169.81839: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888169.81844: 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 0x7f215b0f5160> <<< 138029 1726888169.81858: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b06a960> <<< 138029 1726888169.81892: 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 0x7f215b06bd10> <<< 138029 1726888169.81900: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b06a570> # zipimport: zlib available <<< 138029 1726888169.81922: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.81928: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888169.81947: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.82031: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.82123: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.82137: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.82146: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888169.82169: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.82183: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.82192: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888169.82201: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.82319: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.82438: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.83013: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.83795: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888169.83798: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215b0f9430> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f215b0fa180> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b0f7fe0> <<< 138029 1726888169.83844: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888169.83885: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 138029 1726888169.83903: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.84046: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.84230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888169.84253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b0fa3c0> <<< 138029 1726888169.84274: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.84724: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.85223: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.85294: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.85372: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888169.85395: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.85420: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.85469: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888169.85537: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.85621: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888169.85643: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.85675: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888169.85699: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.85722: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.85761: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888169.85784: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.86036: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.86268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888169.86337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888169.86406: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b0fb4d0> <<< 138029 1726888169.86428: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.86524: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.86591: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888169.86619: 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 <<< 138029 1726888169.86666: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.86718: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888169.86751: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.86802: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.87193: 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' <<< 138029 1726888169.87219: 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 0x7f215af06060> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215af00dd0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888169.87223: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.87285: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.87319: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.87353: 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' <<< 138029 1726888169.87376: 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 <<< 138029 1726888169.87421: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888169.87440: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888169.87517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888169.87521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888169.87541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888169.87582: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b1ce930> <<< 138029 1726888169.87627: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b1ee600> <<< 138029 1726888169.87721: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215af05e80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b0fad50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888169.87766: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.87770: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.87789: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888169.87841: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888169.87974: 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 <<< 138029 1726888169.87980: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888169.88005: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 138029 1726888169.88024: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 138029 1726888169.88108: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.88195: 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' <<< 138029 1726888169.88229: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215af98350> <<< 138029 1726888169.88324: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888169.88463: stdout chunk (state=3): >>> {"device": "/dev/md/vg1-1", "invocation": {"module_args": {"spec": "/dev/md127"}}} <<< 138029 1726888169.88477: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888169.88807: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888169.89023: 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 <<< 138029 1726888169.89067: 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 # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 glob # destroy glob <<< 138029 1726888169.89253: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888169.89259: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888169.89291: 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 <<< 138029 1726888169.89307: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888169.89345: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888169.89379: 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 <<< 138029 1726888169.89399: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888169.89411: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888169.89449: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno <<< 138029 1726888169.89475: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy shutil <<< 138029 1726888169.89478: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 138029 1726888169.89499: stdout chunk (state=3): >>># destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888169.89522: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 138029 1726888169.89559: 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 <<< 138029 1726888169.89572: 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 <<< 138029 1726888169.89614: 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 <<< 138029 1726888169.89625: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath <<< 138029 1726888169.89688: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] 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 <<< 138029 1726888169.89999: 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 <<< 138029 1726888169.90014: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888169.90017: 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 <<< 138029 1726888169.90044: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888169.90063: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888169.90091: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 138029 1726888169.90109: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888169.90667: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888169.90716: stderr chunk (state=3): >>><<< 138029 1726888169.90724: stdout chunk (state=3): >>><<< 138029 1726888169.90876: _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 0x7f215bbb43e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215bb83a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215bbb6930> 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 0x7f215b964fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f215b965fd0> 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 0x7f215b9a3da0> # /usr/lib64/python3.12/__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 0x7f215b9a3fe0> # /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 0x7f215b9db740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9dbdd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9bba70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9b9190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9a0f50> # /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 0x7f215b9ff680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9fe2a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9ba060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9a2810> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba30680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b9a01d0> # /usr/lib64/python3.12/__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 0x7f215ba30b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba309e0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215ba30da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b99ecf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f215ba31460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba31130> 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 0x7f215ba32360> 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 0x7f215ba48560> 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 0x7f215ba49c10> # /usr/lib64/python3.12/__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 0x7f215ba4aab0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215ba4b110> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba4a000> # /usr/lib64/python3.12/__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 0x7f215ba4bb90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba4b2c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba322d0> # /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 0x7f215b7c3b00> # /usr/lib64/python3.12/__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 0x7f215b7ec530> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b7ec2c0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215b7ec560> # /usr/lib64/python3.12/__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 0x7f215b7ece60> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215b7ed850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b7ec740> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b7c1ca0> # /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 0x7f215b7eec30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b7ed9a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215ba32a80> # /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 0x7f215b81af90> # /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 0x7f215b843380> # /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 0x7f215b89c1a0> # /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 0x7f215b89e900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b89c2c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b869190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b1252e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b842180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b7efb60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f215b8424e0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_y3rod839/ansible_fedora.linux_system_roles.resolve_blockdev_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 0x7f215b172ea0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b155e20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b154f80> # 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 0x7f215b170dd0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f215b1a2870> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b1a2600> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b1a1f10> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f215b1a2960> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215bb829c0> 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 0x7f215b1a35c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215b1a3800> # /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 0x7f215b1a3d40> 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 0x7f215b00db20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215b00f740> # /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 0x7f215b0100e0> # /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 0x7f215b011280> # /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 0x7f215b013d70> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215b157020> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b012030> # /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 0x7f215b01bd40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b01a810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b01a570> # /usr/lib64/python3.12/__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 0x7f215b01aae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b012540> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215b05ff80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b060110> # /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 0x7f215b061b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b061940> # /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 0x7f215b063fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b062240> # /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 0x7f215b067860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b064260> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215b068680> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215b068740> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215b068a10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b0602c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f215b0f41d0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215b0f5160> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b06a960> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f215b06bd10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b06a570> # 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 0x7f215b0f9430> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f215b0fa180> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b0f7fe0> 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 0x7f215b0fa3c0> # 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 0x7f215b0fb4d0> # 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 0x7f215af06060> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215af00dd0> 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 0x7f215b1ce930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b1ee600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215af05e80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f215b0fad50> # 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__/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 0x7f215af98350> # zipimport: zlib available {"device": "/dev/md/vg1-1", "invocation": {"module_args": {"spec": "/dev/md127"}}} # 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 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888169.91590: done with _execute_module (fedora.linux_system_roles.resolve_blockdev, {'spec': '/dev/md127', '_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.resolve_blockdev', '_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-1726888169.4592752-143336-212986764688374/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888169.91594: _low_level_execute_command(): starting 138029 1726888169.91596: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888169.4592752-143336-212986764688374/ > /dev/null 2>&1 && sleep 0' 138029 1726888169.91936: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888169.91952: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888169.91970: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888169.92036: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888169.92094: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888169.92141: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888169.92167: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888169.92249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888169.94216: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888169.94227: stderr chunk (state=3): >>><<< 138029 1726888169.94235: stdout chunk (state=3): >>><<< 138029 1726888169.94257: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888169.94272: handler run complete 138029 1726888169.94460: attempt loop complete, returning result 138029 1726888169.94463: variable 'pv' from source: unknown 138029 1726888169.94465: variable 'pv' from source: unknown ok: [managed_node3] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } 138029 1726888169.94598: dumping result to json 138029 1726888169.94601: done dumping result, returning 138029 1726888169.94603: done running TaskExecutor() for managed_node3/TASK: Get the canonical device path for each member device [0affc8a3-6f6f-5a58-73a2-000000001689] 138029 1726888169.94606: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001689 138029 1726888169.94882: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001689 138029 1726888169.94886: WORKER PROCESS EXITING 138029 1726888169.94974: no more pending results, returning what we have 138029 1726888169.94977: results queue empty 138029 1726888169.94978: checking for any_errors_fatal 138029 1726888169.94985: done checking for any_errors_fatal 138029 1726888169.94986: checking for max_fail_percentage 138029 1726888169.94987: done checking for max_fail_percentage 138029 1726888169.94988: checking to see if all hosts have failed and the running result is not ok 138029 1726888169.94989: done checking to see if all hosts have failed 138029 1726888169.94990: getting the remaining hosts for this loop 138029 1726888169.94991: done getting the remaining hosts for this loop 138029 1726888169.94994: getting the next task for host managed_node3 138029 1726888169.95000: done getting next task for host managed_node3 138029 1726888169.95002: ^ task is: TASK: Set pvs lvm length 138029 1726888169.95007: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888169.95010: getting variables 138029 1726888169.95012: in VariableManager get_vars() 138029 1726888169.95044: Calling all_inventory to load vars for managed_node3 138029 1726888169.95046: Calling groups_inventory to load vars for managed_node3 138029 1726888169.95049: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888169.95164: Calling all_plugins_play to load vars for managed_node3 138029 1726888169.95170: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888169.95174: Calling groups_plugins_play to load vars for managed_node3 138029 1726888169.95890: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888169.96754: done with get_vars() 138029 1726888169.96778: done getting variables 138029 1726888169.96837: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pvs lvm length] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Friday 20 September 2024 23:09:29 -0400 (0:00:00.555) 0:03:02.692 ****** 138029 1726888169.96873: entering _queue_task() for managed_node3/set_fact 138029 1726888169.97225: worker is 1 (out of 1 available) 138029 1726888169.97239: exiting _queue_task() for managed_node3/set_fact 138029 1726888169.97252: done queuing things up, now waiting for results queue to drain 138029 1726888169.97253: waiting for pending results... 138029 1726888169.97524: running TaskExecutor() for managed_node3/TASK: Set pvs lvm length 138029 1726888169.97668: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000168b 138029 1726888169.97688: variable 'ansible_search_path' from source: unknown 138029 1726888169.97724: calling self._execute() 138029 1726888169.97846: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888169.97869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888169.97980: variable 'omit' from source: magic vars 138029 1726888169.98293: variable 'storage_test_pool' from source: include params 138029 1726888169.98354: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888169.98371: variable 'omit' from source: magic vars 138029 1726888169.98429: variable 'omit' from source: magic vars 138029 1726888169.98592: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888170.00829: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888170.00926: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888170.00975: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888170.01014: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888170.01052: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888170.01131: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888170.01172: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888170.01361: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888170.01367: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888170.01369: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888170.01372: variable '_storage_test_pool_pvs_lvm' from source: set_fact 138029 1726888170.01379: variable 'omit' from source: magic vars 138029 1726888170.01411: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888170.01442: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888170.01468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888170.01498: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.01513: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.01532: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888170.01551: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888170.01593: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888170.01606: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.01613: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.01740: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888170.01750: Set connection var ansible_timeout to 10 138029 1726888170.01762: Set connection var ansible_pipelining to False 138029 1726888170.01814: Set connection var ansible_shell_type to sh 138029 1726888170.01817: Set connection var ansible_connection to ssh 138029 1726888170.01819: Set connection var ansible_shell_executable to /bin/sh 138029 1726888170.01821: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.01823: variable 'ansible_connection' from source: unknown 138029 1726888170.01825: variable 'ansible_module_compression' from source: unknown 138029 1726888170.01831: variable 'ansible_shell_type' from source: unknown 138029 1726888170.01837: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.01843: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.01849: variable 'ansible_pipelining' from source: unknown 138029 1726888170.01857: variable 'ansible_timeout' from source: unknown 138029 1726888170.01867: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.02032: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888170.02036: variable 'omit' from source: magic vars 138029 1726888170.02038: starting attempt loop 138029 1726888170.02040: running the handler 138029 1726888170.02042: handler run complete 138029 1726888170.02044: attempt loop complete, returning result 138029 1726888170.02046: _execute() done 138029 1726888170.02048: dumping result to json 138029 1726888170.02050: done dumping result, returning 138029 1726888170.02052: done running TaskExecutor() for managed_node3/TASK: Set pvs lvm length [0affc8a3-6f6f-5a58-73a2-00000000168b] 138029 1726888170.02059: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000168b 138029 1726888170.02387: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000168b 138029 1726888170.02390: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } 138029 1726888170.02440: no more pending results, returning what we have 138029 1726888170.02443: results queue empty 138029 1726888170.02444: checking for any_errors_fatal 138029 1726888170.02454: done checking for any_errors_fatal 138029 1726888170.02458: checking for max_fail_percentage 138029 1726888170.02460: done checking for max_fail_percentage 138029 1726888170.02461: checking to see if all hosts have failed and the running result is not ok 138029 1726888170.02462: done checking to see if all hosts have failed 138029 1726888170.02462: getting the remaining hosts for this loop 138029 1726888170.02466: done getting the remaining hosts for this loop 138029 1726888170.02471: getting the next task for host managed_node3 138029 1726888170.02477: done getting next task for host managed_node3 138029 1726888170.02479: ^ task is: TASK: Set pool pvs 138029 1726888170.02484: ^ 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? (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 138029 1726888170.02492: getting variables 138029 1726888170.02493: in VariableManager get_vars() 138029 1726888170.02525: Calling all_inventory to load vars for managed_node3 138029 1726888170.02528: Calling groups_inventory to load vars for managed_node3 138029 1726888170.02531: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888170.02540: Calling all_plugins_play to load vars for managed_node3 138029 1726888170.02542: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888170.02545: Calling groups_plugins_play to load vars for managed_node3 138029 1726888170.03343: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888170.04119: done with get_vars() 138029 1726888170.04142: done getting variables 138029 1726888170.04205: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pool pvs] ************************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Friday 20 September 2024 23:09:30 -0400 (0:00:00.073) 0:03:02.765 ****** 138029 1726888170.04239: entering _queue_task() for managed_node3/set_fact 138029 1726888170.04546: worker is 1 (out of 1 available) 138029 1726888170.04661: exiting _queue_task() for managed_node3/set_fact 138029 1726888170.04680: done queuing things up, now waiting for results queue to drain 138029 1726888170.04682: waiting for pending results... 138029 1726888170.04911: running TaskExecutor() for managed_node3/TASK: Set pool pvs 138029 1726888170.05119: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000168c 138029 1726888170.05123: variable 'ansible_search_path' from source: unknown 138029 1726888170.05126: calling self._execute() 138029 1726888170.05243: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.05253: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.05274: variable 'omit' from source: magic vars 138029 1726888170.05682: variable 'storage_test_pool' from source: include params 138029 1726888170.05742: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888170.05757: variable 'omit' from source: magic vars 138029 1726888170.05822: variable 'omit' from source: magic vars 138029 1726888170.06060: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888170.08361: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888170.08368: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888170.08412: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888170.08449: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888170.08486: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888170.08577: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888170.08621: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888170.08652: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888170.08705: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888170.08733: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888170.08786: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888170.08809: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888170.08839: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888170.08883: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888170.08937: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888170.08959: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888170.08991: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888170.09019: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888170.09071: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888170.09090: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888170.09267: variable 'pv_paths' from source: set_fact 138029 1726888170.09270: variable '__pvs_lvm_len' from source: set_fact 138029 1726888170.09335: variable 'omit' from source: magic vars 138029 1726888170.09374: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888170.09561: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888170.09566: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888170.09569: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.09571: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.09573: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888170.09575: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888170.09577: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888170.09579: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.09580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.09658: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888170.09672: Set connection var ansible_timeout to 10 138029 1726888170.09681: Set connection var ansible_pipelining to False 138029 1726888170.09687: Set connection var ansible_shell_type to sh 138029 1726888170.09700: Set connection var ansible_connection to ssh 138029 1726888170.09708: Set connection var ansible_shell_executable to /bin/sh 138029 1726888170.09737: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.09744: variable 'ansible_connection' from source: unknown 138029 1726888170.09750: variable 'ansible_module_compression' from source: unknown 138029 1726888170.09759: variable 'ansible_shell_type' from source: unknown 138029 1726888170.09769: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.09775: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.09782: variable 'ansible_pipelining' from source: unknown 138029 1726888170.09787: variable 'ansible_timeout' from source: unknown 138029 1726888170.09794: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.09914: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888170.10023: variable 'omit' from source: magic vars 138029 1726888170.10026: starting attempt loop 138029 1726888170.10028: running the handler 138029 1726888170.10030: handler run complete 138029 1726888170.10032: attempt loop complete, returning result 138029 1726888170.10034: _execute() done 138029 1726888170.10036: dumping result to json 138029 1726888170.10038: done dumping result, returning 138029 1726888170.10039: done running TaskExecutor() for managed_node3/TASK: Set pool pvs [0affc8a3-6f6f-5a58-73a2-00000000168c] 138029 1726888170.10041: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000168c 138029 1726888170.10113: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000168c 138029 1726888170.10115: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } 138029 1726888170.10188: no more pending results, returning what we have 138029 1726888170.10192: results queue empty 138029 1726888170.10193: checking for any_errors_fatal 138029 1726888170.10202: done checking for any_errors_fatal 138029 1726888170.10203: checking for max_fail_percentage 138029 1726888170.10206: done checking for max_fail_percentage 138029 1726888170.10207: checking to see if all hosts have failed and the running result is not ok 138029 1726888170.10207: done checking to see if all hosts have failed 138029 1726888170.10208: getting the remaining hosts for this loop 138029 1726888170.10210: done getting the remaining hosts for this loop 138029 1726888170.10214: getting the next task for host managed_node3 138029 1726888170.10221: done getting next task for host managed_node3 138029 1726888170.10224: ^ task is: TASK: Verify PV count 138029 1726888170.10229: ^ 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? (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 138029 1726888170.10235: getting variables 138029 1726888170.10237: in VariableManager get_vars() 138029 1726888170.10279: Calling all_inventory to load vars for managed_node3 138029 1726888170.10282: Calling groups_inventory to load vars for managed_node3 138029 1726888170.10286: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888170.10296: Calling all_plugins_play to load vars for managed_node3 138029 1726888170.10300: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888170.10303: Calling groups_plugins_play to load vars for managed_node3 138029 1726888170.11321: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888170.12032: done with get_vars() 138029 1726888170.12049: done getting variables 138029 1726888170.12114: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 PV count] ********************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Friday 20 September 2024 23:09:30 -0400 (0:00:00.079) 0:03:02.845 ****** 138029 1726888170.12148: entering _queue_task() for managed_node3/assert 138029 1726888170.12442: worker is 1 (out of 1 available) 138029 1726888170.12605: exiting _queue_task() for managed_node3/assert 138029 1726888170.12617: done queuing things up, now waiting for results queue to drain 138029 1726888170.12618: waiting for pending results... 138029 1726888170.12857: running TaskExecutor() for managed_node3/TASK: Verify PV count 138029 1726888170.12937: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000168d 138029 1726888170.12958: variable 'ansible_search_path' from source: unknown 138029 1726888170.13040: calling self._execute() 138029 1726888170.13122: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.13132: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.13149: variable 'omit' from source: magic vars 138029 1726888170.13543: variable 'storage_test_pool' from source: include params 138029 1726888170.13606: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888170.13620: variable 'omit' from source: magic vars 138029 1726888170.13690: variable 'omit' from source: magic vars 138029 1726888170.13908: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888170.16137: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888170.16213: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888170.16241: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888170.16270: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888170.16291: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888170.16353: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888170.16375: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888170.16394: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888170.16422: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888170.16433: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888170.16513: variable 'storage_test_pool' from source: include params 138029 1726888170.16533: variable '__pvs_lvm_len' from source: set_fact 138029 1726888170.16536: variable '_storage_test_expected_pv_count' from source: set_fact 138029 1726888170.16569: variable 'omit' from source: magic vars 138029 1726888170.16586: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888170.16606: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888170.16620: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888170.16637: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.16644: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.16658: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888170.16673: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888170.16694: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888170.16697: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.16699: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.16781: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888170.16785: Set connection var ansible_timeout to 10 138029 1726888170.16790: Set connection var ansible_pipelining to False 138029 1726888170.16793: Set connection var ansible_shell_type to sh 138029 1726888170.16795: Set connection var ansible_connection to ssh 138029 1726888170.16800: Set connection var ansible_shell_executable to /bin/sh 138029 1726888170.16818: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.16821: variable 'ansible_connection' from source: unknown 138029 1726888170.16824: variable 'ansible_module_compression' from source: unknown 138029 1726888170.16826: variable 'ansible_shell_type' from source: unknown 138029 1726888170.16828: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.16832: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.16834: variable 'ansible_pipelining' from source: unknown 138029 1726888170.16837: variable 'ansible_timeout' from source: unknown 138029 1726888170.16844: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.16919: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888170.16927: variable 'omit' from source: magic vars 138029 1726888170.16932: starting attempt loop 138029 1726888170.16935: running the handler 138029 1726888170.17047: variable '__pvs_lvm_len' from source: set_fact 138029 1726888170.17050: variable '_storage_test_expected_pv_count' from source: set_fact 138029 1726888170.17063: Evaluated conditional (__pvs_lvm_len | int == _storage_test_expected_pv_count | int): True 138029 1726888170.17069: handler run complete 138029 1726888170.17077: attempt loop complete, returning result 138029 1726888170.17080: _execute() done 138029 1726888170.17083: dumping result to json 138029 1726888170.17085: done dumping result, returning 138029 1726888170.17092: done running TaskExecutor() for managed_node3/TASK: Verify PV count [0affc8a3-6f6f-5a58-73a2-00000000168d] 138029 1726888170.17096: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000168d 138029 1726888170.17183: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000168d 138029 1726888170.17186: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888170.17232: no more pending results, returning what we have 138029 1726888170.17236: results queue empty 138029 1726888170.17237: checking for any_errors_fatal 138029 1726888170.17244: done checking for any_errors_fatal 138029 1726888170.17245: checking for max_fail_percentage 138029 1726888170.17247: done checking for max_fail_percentage 138029 1726888170.17248: checking to see if all hosts have failed and the running result is not ok 138029 1726888170.17248: done checking to see if all hosts have failed 138029 1726888170.17249: getting the remaining hosts for this loop 138029 1726888170.17251: done getting the remaining hosts for this loop 138029 1726888170.17254: getting the next task for host managed_node3 138029 1726888170.17263: done getting next task for host managed_node3 138029 1726888170.17268: ^ task is: TASK: Set expected pv type 138029 1726888170.17272: ^ 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? (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 138029 1726888170.17285: getting variables 138029 1726888170.17286: in VariableManager get_vars() 138029 1726888170.17322: Calling all_inventory to load vars for managed_node3 138029 1726888170.17324: Calling groups_inventory to load vars for managed_node3 138029 1726888170.17328: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888170.17337: Calling all_plugins_play to load vars for managed_node3 138029 1726888170.17340: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888170.17342: Calling groups_plugins_play to load vars for managed_node3 138029 1726888170.17749: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888170.18218: done with get_vars() 138029 1726888170.18234: done getting variables 138029 1726888170.18295: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pv type] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Friday 20 September 2024 23:09:30 -0400 (0:00:00.061) 0:03:02.906 ****** 138029 1726888170.18327: entering _queue_task() for managed_node3/set_fact 138029 1726888170.18609: worker is 1 (out of 1 available) 138029 1726888170.18623: exiting _queue_task() for managed_node3/set_fact 138029 1726888170.18635: done queuing things up, now waiting for results queue to drain 138029 1726888170.18637: waiting for pending results... 138029 1726888170.18984: running TaskExecutor() for managed_node3/TASK: Set expected pv type 138029 1726888170.19109: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000168e 138029 1726888170.19113: variable 'ansible_search_path' from source: unknown 138029 1726888170.19135: calling self._execute() 138029 1726888170.19233: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.19238: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.19247: variable 'omit' from source: magic vars 138029 1726888170.19538: variable 'storage_test_pool' from source: include params 138029 1726888170.19576: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888170.19582: variable 'omit' from source: magic vars 138029 1726888170.19619: variable 'omit' from source: magic vars 138029 1726888170.19708: variable 'storage_test_pool' from source: include params 138029 1726888170.19739: variable 'omit' from source: magic vars 138029 1726888170.19775: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888170.19800: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888170.19815: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888170.19828: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.19839: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.19853: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888170.19867: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888170.19892: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888170.19895: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.19898: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.19981: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888170.19984: Set connection var ansible_timeout to 10 138029 1726888170.19990: Set connection var ansible_pipelining to False 138029 1726888170.19993: Set connection var ansible_shell_type to sh 138029 1726888170.19995: Set connection var ansible_connection to ssh 138029 1726888170.20000: Set connection var ansible_shell_executable to /bin/sh 138029 1726888170.20018: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.20022: variable 'ansible_connection' from source: unknown 138029 1726888170.20024: variable 'ansible_module_compression' from source: unknown 138029 1726888170.20026: variable 'ansible_shell_type' from source: unknown 138029 1726888170.20029: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.20031: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.20033: variable 'ansible_pipelining' from source: unknown 138029 1726888170.20036: variable 'ansible_timeout' from source: unknown 138029 1726888170.20040: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.20144: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888170.20153: variable 'omit' from source: magic vars 138029 1726888170.20160: starting attempt loop 138029 1726888170.20165: running the handler 138029 1726888170.20176: handler run complete 138029 1726888170.20185: attempt loop complete, returning result 138029 1726888170.20187: _execute() done 138029 1726888170.20190: dumping result to json 138029 1726888170.20192: done dumping result, returning 138029 1726888170.20199: done running TaskExecutor() for managed_node3/TASK: Set expected pv type [0affc8a3-6f6f-5a58-73a2-00000000168e] 138029 1726888170.20203: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000168e 138029 1726888170.20282: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000168e 138029 1726888170.20285: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 138029 1726888170.20333: no more pending results, returning what we have 138029 1726888170.20336: results queue empty 138029 1726888170.20337: checking for any_errors_fatal 138029 1726888170.20346: done checking for any_errors_fatal 138029 1726888170.20347: checking for max_fail_percentage 138029 1726888170.20348: done checking for max_fail_percentage 138029 1726888170.20349: checking to see if all hosts have failed and the running result is not ok 138029 1726888170.20350: done checking to see if all hosts have failed 138029 1726888170.20350: getting the remaining hosts for this loop 138029 1726888170.20352: done getting the remaining hosts for this loop 138029 1726888170.20357: getting the next task for host managed_node3 138029 1726888170.20363: done getting next task for host managed_node3 138029 1726888170.20365: ^ task is: TASK: Set expected pv type 138029 1726888170.20369: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888170.20373: getting variables 138029 1726888170.20375: in VariableManager get_vars() 138029 1726888170.20403: Calling all_inventory to load vars for managed_node3 138029 1726888170.20405: Calling groups_inventory to load vars for managed_node3 138029 1726888170.20408: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888170.20416: Calling all_plugins_play to load vars for managed_node3 138029 1726888170.20419: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888170.20422: Calling groups_plugins_play to load vars for managed_node3 138029 1726888170.20787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888170.21335: done with get_vars() 138029 1726888170.21345: done getting variables 138029 1726888170.21384: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pv type] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Friday 20 September 2024 23:09:30 -0400 (0:00:00.030) 0:03:02.937 ****** 138029 1726888170.21409: entering _queue_task() for managed_node3/set_fact 138029 1726888170.21596: worker is 1 (out of 1 available) 138029 1726888170.21609: exiting _queue_task() for managed_node3/set_fact 138029 1726888170.21622: done queuing things up, now waiting for results queue to drain 138029 1726888170.21624: waiting for pending results... 138029 1726888170.21812: running TaskExecutor() for managed_node3/TASK: Set expected pv type 138029 1726888170.21901: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000168f 138029 1726888170.21913: variable 'ansible_search_path' from source: unknown 138029 1726888170.21938: calling self._execute() 138029 1726888170.22025: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.22029: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.22039: variable 'omit' from source: magic vars 138029 1726888170.22347: variable 'storage_test_pool' from source: include params 138029 1726888170.22387: Evaluated conditional (storage_test_pool.type == 'lvm' and not storage_test_pool.encryption): True 138029 1726888170.22392: variable 'omit' from source: magic vars 138029 1726888170.22429: variable 'omit' from source: magic vars 138029 1726888170.22551: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888170.23984: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888170.24035: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888170.24065: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888170.24092: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888170.24111: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888170.24173: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888170.24193: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888170.24212: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888170.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) 138029 1726888170.24249: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888170.24323: variable 'storage_use_partitions' from source: play vars 138029 1726888170.24341: variable 'omit' from source: magic vars 138029 1726888170.24361: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888170.24386: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888170.24400: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888170.24412: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.24423: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.24435: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888170.24447: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888170.24474: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888170.24477: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.24480: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.24553: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888170.24559: Set connection var ansible_timeout to 10 138029 1726888170.24565: Set connection var ansible_pipelining to False 138029 1726888170.24568: Set connection var ansible_shell_type to sh 138029 1726888170.24570: Set connection var ansible_connection to ssh 138029 1726888170.24577: Set connection var ansible_shell_executable to /bin/sh 138029 1726888170.24596: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.24599: variable 'ansible_connection' from source: unknown 138029 1726888170.24602: variable 'ansible_module_compression' from source: unknown 138029 1726888170.24604: variable 'ansible_shell_type' from source: unknown 138029 1726888170.24606: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.24608: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.24613: variable 'ansible_pipelining' from source: unknown 138029 1726888170.24616: variable 'ansible_timeout' from source: unknown 138029 1726888170.24619: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.24693: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888170.24705: variable 'omit' from source: magic vars 138029 1726888170.24708: starting attempt loop 138029 1726888170.24711: running the handler 138029 1726888170.24719: handler run complete 138029 1726888170.24726: attempt loop complete, returning result 138029 1726888170.24729: _execute() done 138029 1726888170.24731: dumping result to json 138029 1726888170.24733: done dumping result, returning 138029 1726888170.24740: done running TaskExecutor() for managed_node3/TASK: Set expected pv type [0affc8a3-6f6f-5a58-73a2-00000000168f] 138029 1726888170.24743: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000168f 138029 1726888170.24821: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000168f 138029 1726888170.24824: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } 138029 1726888170.24873: no more pending results, returning what we have 138029 1726888170.24876: results queue empty 138029 1726888170.24877: checking for any_errors_fatal 138029 1726888170.24884: done checking for any_errors_fatal 138029 1726888170.24885: checking for max_fail_percentage 138029 1726888170.24886: done checking for max_fail_percentage 138029 1726888170.24887: checking to see if all hosts have failed and the running result is not ok 138029 1726888170.24888: done checking to see if all hosts have failed 138029 1726888170.24889: getting the remaining hosts for this loop 138029 1726888170.24890: done getting the remaining hosts for this loop 138029 1726888170.24893: getting the next task for host managed_node3 138029 1726888170.24900: done getting next task for host managed_node3 138029 1726888170.24902: ^ task is: TASK: Set expected pv type 138029 1726888170.24906: ^ 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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888170.24916: getting variables 138029 1726888170.24917: in VariableManager get_vars() 138029 1726888170.24945: Calling all_inventory to load vars for managed_node3 138029 1726888170.24948: Calling groups_inventory to load vars for managed_node3 138029 1726888170.24951: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888170.24963: Calling all_plugins_play to load vars for managed_node3 138029 1726888170.24965: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888170.24968: Calling groups_plugins_play to load vars for managed_node3 138029 1726888170.25348: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888170.25733: done with get_vars() 138029 1726888170.25743: done getting variables 138029 1726888170.25783: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pv type] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Friday 20 September 2024 23:09:30 -0400 (0:00:00.043) 0:03:02.981 ****** 138029 1726888170.25803: entering _queue_task() for managed_node3/set_fact 138029 1726888170.25994: worker is 1 (out of 1 available) 138029 1726888170.26010: exiting _queue_task() for managed_node3/set_fact 138029 1726888170.26022: done queuing things up, now waiting for results queue to drain 138029 1726888170.26024: waiting for pending results... 138029 1726888170.26214: running TaskExecutor() for managed_node3/TASK: Set expected pv type 138029 1726888170.26307: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001690 138029 1726888170.26318: variable 'ansible_search_path' from source: unknown 138029 1726888170.26346: calling self._execute() 138029 1726888170.26434: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.26438: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.26448: variable 'omit' from source: magic vars 138029 1726888170.26754: variable 'storage_test_pool' from source: include params 138029 1726888170.26791: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.raid_level): True 138029 1726888170.26797: variable 'omit' from source: magic vars 138029 1726888170.26836: variable 'omit' from source: magic vars 138029 1726888170.26909: variable 'storage_test_pool' from source: include params 138029 1726888170.26950: variable 'omit' from source: magic vars 138029 1726888170.26984: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888170.27010: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888170.27029: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888170.27041: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.27051: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.27068: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888170.27080: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888170.27101: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888170.27105: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.27107: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.27189: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888170.27193: Set connection var ansible_timeout to 10 138029 1726888170.27198: Set connection var ansible_pipelining to False 138029 1726888170.27201: Set connection var ansible_shell_type to sh 138029 1726888170.27203: Set connection var ansible_connection to ssh 138029 1726888170.27208: Set connection var ansible_shell_executable to /bin/sh 138029 1726888170.27226: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.27229: variable 'ansible_connection' from source: unknown 138029 1726888170.27232: variable 'ansible_module_compression' from source: unknown 138029 1726888170.27234: variable 'ansible_shell_type' from source: unknown 138029 1726888170.27239: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.27241: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.27244: variable 'ansible_pipelining' from source: unknown 138029 1726888170.27246: variable 'ansible_timeout' from source: unknown 138029 1726888170.27249: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.27346: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888170.27357: variable 'omit' from source: magic vars 138029 1726888170.27367: starting attempt loop 138029 1726888170.27371: running the handler 138029 1726888170.27378: handler run complete 138029 1726888170.27385: attempt loop complete, returning result 138029 1726888170.27387: _execute() done 138029 1726888170.27390: dumping result to json 138029 1726888170.27392: done dumping result, returning 138029 1726888170.27399: done running TaskExecutor() for managed_node3/TASK: Set expected pv type [0affc8a3-6f6f-5a58-73a2-000000001690] 138029 1726888170.27402: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001690 ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid1" }, "changed": false } 138029 1726888170.27533: no more pending results, returning what we have 138029 1726888170.27536: results queue empty 138029 1726888170.27537: checking for any_errors_fatal 138029 1726888170.27543: done checking for any_errors_fatal 138029 1726888170.27544: checking for max_fail_percentage 138029 1726888170.27545: done checking for max_fail_percentage 138029 1726888170.27546: checking to see if all hosts have failed and the running result is not ok 138029 1726888170.27547: done checking to see if all hosts have failed 138029 1726888170.27548: getting the remaining hosts for this loop 138029 1726888170.27549: done getting the remaining hosts for this loop 138029 1726888170.27553: getting the next task for host managed_node3 138029 1726888170.27561: done getting next task for host managed_node3 138029 1726888170.27563: ^ task is: TASK: Check the type of each PV 138029 1726888170.27569: ^ 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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888170.27573: getting variables 138029 1726888170.27574: in VariableManager get_vars() 138029 1726888170.27609: Calling all_inventory to load vars for managed_node3 138029 1726888170.27611: Calling groups_inventory to load vars for managed_node3 138029 1726888170.27614: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888170.27619: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001690 138029 1726888170.27622: WORKER PROCESS EXITING 138029 1726888170.27630: Calling all_plugins_play to load vars for managed_node3 138029 1726888170.27632: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888170.27635: Calling groups_plugins_play to load vars for managed_node3 138029 1726888170.27996: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888170.28612: done with get_vars() 138029 1726888170.28625: done getting variables 138029 1726888170.28683: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 the type of each PV] *********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Friday 20 September 2024 23:09:30 -0400 (0:00:00.029) 0:03:03.010 ****** 138029 1726888170.28718: entering _queue_task() for managed_node3/assert 138029 1726888170.28956: worker is 1 (out of 1 available) 138029 1726888170.29172: exiting _queue_task() for managed_node3/assert 138029 1726888170.29181: done queuing things up, now waiting for results queue to drain 138029 1726888170.29182: waiting for pending results... 138029 1726888170.29288: running TaskExecutor() for managed_node3/TASK: Check the type of each PV 138029 1726888170.29420: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001691 138029 1726888170.29443: variable 'ansible_search_path' from source: unknown 138029 1726888170.29494: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888170.29710: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888170.29781: variable 'omit' from source: magic vars 138029 1726888170.29899: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.29906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.29915: variable 'omit' from source: magic vars 138029 1726888170.30093: variable 'storage_test_pool' from source: include params 138029 1726888170.30120: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888170.30125: variable 'omit' from source: magic vars 138029 1726888170.30160: variable 'omit' from source: magic vars 138029 1726888170.30315: variable 'pv' from source: unknown 138029 1726888170.30319: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888170.30338: variable '_storage_test_expected_pv_type' from source: set_fact 138029 1726888170.30341: variable 'storage_test_pool' from source: include params 138029 1726888170.30378: variable 'omit' from source: magic vars 138029 1726888170.30410: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888170.30435: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888170.30450: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888170.30465: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.30476: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.30491: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888170.30505: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888170.30526: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888170.30529: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.30532: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.30614: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888170.30619: Set connection var ansible_timeout to 10 138029 1726888170.30624: Set connection var ansible_pipelining to False 138029 1726888170.30627: Set connection var ansible_shell_type to sh 138029 1726888170.30629: Set connection var ansible_connection to ssh 138029 1726888170.30634: Set connection var ansible_shell_executable to /bin/sh 138029 1726888170.30651: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.30653: variable 'ansible_connection' from source: unknown 138029 1726888170.30658: variable 'ansible_module_compression' from source: unknown 138029 1726888170.30660: variable 'ansible_shell_type' from source: unknown 138029 1726888170.30663: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.30665: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.30671: variable 'ansible_pipelining' from source: unknown 138029 1726888170.30674: variable 'ansible_timeout' from source: unknown 138029 1726888170.30677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.30780: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888170.30788: variable 'omit' from source: magic vars 138029 1726888170.30793: starting attempt loop 138029 1726888170.30796: running the handler 138029 1726888170.30908: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888170.30921: variable 'pv' from source: unknown 138029 1726888170.30924: variable '_storage_test_expected_pv_type' from source: set_fact 138029 1726888170.30931: Evaluated conditional (storage_test_blkinfo.info[pv]['type'] == _storage_test_expected_pv_type): True 138029 1726888170.30941: handler run complete 138029 1726888170.30947: attempt loop complete, returning result 138029 1726888170.30961: variable 'pv' from source: unknown 138029 1726888170.31007: variable 'pv' from source: unknown ok: [managed_node3] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed 138029 1726888170.31145: dumping result to json 138029 1726888170.31148: done dumping result, returning 138029 1726888170.31150: done running TaskExecutor() for managed_node3/TASK: Check the type of each PV [0affc8a3-6f6f-5a58-73a2-000000001691] 138029 1726888170.31151: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001691 138029 1726888170.31192: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001691 138029 1726888170.31195: WORKER PROCESS EXITING 138029 1726888170.31217: no more pending results, returning what we have 138029 1726888170.31220: results queue empty 138029 1726888170.31221: checking for any_errors_fatal 138029 1726888170.31226: done checking for any_errors_fatal 138029 1726888170.31227: checking for max_fail_percentage 138029 1726888170.31228: done checking for max_fail_percentage 138029 1726888170.31229: checking to see if all hosts have failed and the running result is not ok 138029 1726888170.31230: done checking to see if all hosts have failed 138029 1726888170.31230: getting the remaining hosts for this loop 138029 1726888170.31232: done getting the remaining hosts for this loop 138029 1726888170.31235: getting the next task for host managed_node3 138029 1726888170.31242: done getting next task for host managed_node3 138029 1726888170.31243: ^ task is: TASK: Check that blivet supports PV grow to fill 138029 1726888170.31248: ^ 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? (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 138029 1726888170.31251: getting variables 138029 1726888170.31252: in VariableManager get_vars() 138029 1726888170.31278: Calling all_inventory to load vars for managed_node3 138029 1726888170.31281: Calling groups_inventory to load vars for managed_node3 138029 1726888170.31283: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888170.31296: Calling all_plugins_play to load vars for managed_node3 138029 1726888170.31298: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888170.31301: Calling groups_plugins_play to load vars for managed_node3 138029 1726888170.31750: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888170.32414: done with get_vars() 138029 1726888170.32425: done getting variables 138029 1726888170.32444: Loading ActionModule 'ansible_collections.ansible.builtin.plugins.action.script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/script.py (searched paths: /usr/local/lib/python3.12/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 that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Friday 20 September 2024 23:09:30 -0400 (0:00:00.037) 0:03:03.048 ****** 138029 1726888170.32467: entering _queue_task() for managed_node3/ansible.builtin.script 138029 1726888170.32663: worker is 1 (out of 1 available) 138029 1726888170.32677: exiting _queue_task() for managed_node3/ansible.builtin.script 138029 1726888170.32689: done queuing things up, now waiting for results queue to drain 138029 1726888170.32691: waiting for pending results... 138029 1726888170.32870: running TaskExecutor() for managed_node3/TASK: Check that blivet supports PV grow to fill 138029 1726888170.32949: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001693 138029 1726888170.32963: variable 'ansible_search_path' from source: unknown 138029 1726888170.32991: calling self._execute() 138029 1726888170.33078: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.33082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.33092: variable 'omit' from source: magic vars 138029 1726888170.33176: variable 'omit' from source: magic vars 138029 1726888170.33210: variable 'omit' from source: magic vars 138029 1726888170.33376: variable 'ansible_python' from source: facts 138029 1726888170.33407: variable 'omit' from source: magic vars 138029 1726888170.33436: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888170.33465: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888170.33482: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888170.33496: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.33506: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.33519: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888170.33531: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888170.33553: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888170.33558: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.33561: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.33641: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888170.33645: Set connection var ansible_timeout to 10 138029 1726888170.33650: Set connection var ansible_pipelining to False 138029 1726888170.33652: Set connection var ansible_shell_type to sh 138029 1726888170.33654: Set connection var ansible_connection to ssh 138029 1726888170.33661: Set connection var ansible_shell_executable to /bin/sh 138029 1726888170.33686: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.33689: variable 'ansible_connection' from source: unknown 138029 1726888170.33692: variable 'ansible_module_compression' from source: unknown 138029 1726888170.33694: variable 'ansible_shell_type' from source: unknown 138029 1726888170.33696: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.33699: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.33701: variable 'ansible_pipelining' from source: unknown 138029 1726888170.33703: variable 'ansible_timeout' from source: unknown 138029 1726888170.33705: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.33764: Loading ActionModule 'ansible_collections.ansible.builtin.plugins.action.script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/script.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888170.33775: variable 'omit' from source: magic vars 138029 1726888170.33778: starting attempt loop 138029 1726888170.33783: running the handler 138029 1726888170.33821: _low_level_execute_command(): starting 138029 1726888170.33824: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888170.34331: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888170.34335: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888170.34338: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888170.34341: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888170.34390: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888170.34394: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888170.34451: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888170.36337: stdout chunk (state=3): >>>/root <<< 138029 1726888170.36340: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888170.36374: stderr chunk (state=3): >>><<< 138029 1726888170.36388: stdout chunk (state=3): >>><<< 138029 1726888170.36429: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888170.36495: _low_level_execute_command(): starting 138029 1726888170.36499: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888170.3641324-143364-105832504143780 `" && echo ansible-tmp-1726888170.3641324-143364-105832504143780="` echo /root/.ansible/tmp/ansible-tmp-1726888170.3641324-143364-105832504143780 `" ) && sleep 0' 138029 1726888170.37347: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888170.37363: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888170.37385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888170.37405: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888170.37437: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888170.37475: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888170.37550: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888170.37573: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888170.37591: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888170.37613: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888170.37787: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888170.47828: stdout chunk (state=3): >>>ansible-tmp-1726888170.3641324-143364-105832504143780=/root/.ansible/tmp/ansible-tmp-1726888170.3641324-143364-105832504143780 <<< 138029 1726888170.47984: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888170.47987: stdout chunk (state=3): >>><<< 138029 1726888170.47996: stderr chunk (state=3): >>><<< 138029 1726888170.48029: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888170.3641324-143364-105832504143780=/root/.ansible/tmp/ansible-tmp-1726888170.3641324-143364-105832504143780 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888170.48041: evaluation_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage 138029 1726888170.48060: search_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/files/scripts/does_library_support.py /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/files/scripts/does_library_support.py /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py 138029 1726888170.48167: Sending initial data 138029 1726888170.48174: Sent initial data (214 bytes) 138029 1726888170.48637: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888170.48641: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888170.48659: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888170.48709: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888170.48713: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888170.48765: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888170.50411: 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 <<< 138029 1726888170.50417: 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 <<< 138029 1726888170.50468: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888170.50521: stdout chunk (state=3): >>>sftp> put /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py /root/.ansible/tmp/ansible-tmp-1726888170.3641324-143364-105832504143780/does_library_support.py <<< 138029 1726888170.50524: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888170.3641324-143364-105832504143780/does_library_support.py" <<< 138029 1726888170.50568: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py" to remote "/root/.ansible/tmp/ansible-tmp-1726888170.3641324-143364-105832504143780/does_library_support.py" <<< 138029 1726888170.50574: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888170.3641324-143364-105832504143780/does_library_support.py" <<< 138029 1726888170.50810: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888170.50841: stderr chunk (state=3): >>><<< 138029 1726888170.50845: stdout chunk (state=3): >>><<< 138029 1726888170.50862: _low_level_execute_command(): starting 138029 1726888170.50869: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888170.3641324-143364-105832504143780/ /root/.ansible/tmp/ansible-tmp-1726888170.3641324-143364-105832504143780/does_library_support.py && sleep 0' 138029 1726888170.51280: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888170.51284: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888170.51290: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888170.51292: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888170.51294: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888170.51338: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888170.51341: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888170.51395: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888170.53193: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888170.53215: stderr chunk (state=3): >>><<< 138029 1726888170.53220: stdout chunk (state=3): >>><<< 138029 1726888170.53232: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888170.53241: _low_level_execute_command(): starting 138029 1726888170.53244: _low_level_execute_command(): using become for this command 138029 1726888170.53254: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-roaveyymmytfafchfabyoutktqawsvpr ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888170.3641324-143364-105832504143780/does_library_support.py blivet.formats.lvmpv.LVMPhysicalVolume.grow_to_fill'"'"' && sleep 0' 138029 1726888170.53559: Initial state: awaiting_escalation: BECOME-SUCCESS-roaveyymmytfafchfabyoutktqawsvpr 138029 1726888170.54046: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888170.54084: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888170.56994: stdout chunk (state=1): >>>BECOME-SUCCESS-roaveyymmytfafchfabyoutktqawsvpr <<< 138029 1726888170.56998: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-roaveyymmytfafchfabyoutktqawsvpr' 138029 1726888170.57360: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888170.57396: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888170.57418: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888170.57441: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888170.57519: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888170.57522: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888170.57549: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888170.57584: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888170.57596: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888170.57615: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888170.57669: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888170.57677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888170.57686: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888170.57717: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888170.57750: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888170.57779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888170.57786: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5c183e0> <<< 138029 1726888170.57788: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5be7a10> <<< 138029 1726888170.57811: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888170.57827: 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 0x7f52a5c1a960> <<< 138029 1726888170.57850: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888170.57899: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888170.57902: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888170.57916: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888170.57941: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888170.57944: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888170.58030: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888170.58053: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888170.58066: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888170.58088: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888170.58104: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888170.58130: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888170.58145: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888170.58154: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888170.58170: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888170.58189: 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 <<< 138029 1726888170.58203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888170.58216: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a59c8fe0> <<< 138029 1726888170.58277: 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 <<< 138029 1726888170.58282: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888170.58303: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a59c9fd0> <<< 138029 1726888170.58324: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888170.58354: 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. <<< 138029 1726888170.58417: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888170.58420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888170.58436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888170.58475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888170.58479: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a59cbc50> <<< 138029 1726888170.58481: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a59cb8f0> <<< 138029 1726888170.58513: 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 <<< 138029 1726888170.58518: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888170.58548: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888170.58553: 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 0x7f52a5a01160> <<< 138029 1726888170.58581: 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 <<< 138029 1726888170.58588: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 138029 1726888170.58614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888170.58623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a02480> <<< 138029 1726888170.58641: 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 <<< 138029 1726888170.58652: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 138029 1726888170.58681: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888170.58752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888170.58788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888170.58831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888170.58860: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888170.58880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888170.58899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888170.58959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888170.58994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888170.59014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a5d070> <<< 138029 1726888170.59048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888170.59052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888170.59074: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a5d1c0> <<< 138029 1726888170.59094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888170.59120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888170.59142: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888170.59210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888170.59245: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888170.59262: 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 0x7f52a5ab07a0> <<< 138029 1726888170.59285: 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' <<< 138029 1726888170.59309: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5ab0b00> import '_collections' # <<< 138029 1726888170.59354: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a74bc0> <<< 138029 1726888170.59364: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888170.59395: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a5e390> <<< 138029 1726888170.59484: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a523f0> <<< 138029 1726888170.59506: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888170.59530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888170.59537: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888170.59570: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888170.59589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888170.59613: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888170.59617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888170.59651: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a58e81d0> <<< 138029 1726888170.59669: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5ab2de0> <<< 138029 1726888170.59702: 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 0x7f52a5ab2d20> <<< 138029 1726888170.59708: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5ab15b0> <<< 138029 1726888170.59770: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888170.59776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a58e9220> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a51790> <<< 138029 1726888170.59905: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888170.59939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888170.59964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888170.59992: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a59110a0> <<< 138029 1726888170.60138: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a17d40> <<< 138029 1726888170.60170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888170.60200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888170.60220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888170.60238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888170.60266: 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 0x7f52a5931730> <<< 138029 1726888170.60298: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5930b00> <<< 138029 1726888170.60344: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a30fb0> <<< 138029 1726888170.60383: 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' <<< 138029 1726888170.60400: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5932960> import 'importlib.machinery' # <<< 138029 1726888170.60420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888170.60423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888170.60440: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888170.60470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888170.60487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888170.60506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a593d430> <<< 138029 1726888170.60512: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888170.60593: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5932150> <<< 138029 1726888170.60605: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a59327b0> <<< 138029 1726888170.60851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5951be0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5931790> <<< 138029 1726888170.60896: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a02de0> <<< 138029 1726888170.60925: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888170.60986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888170.61002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888170.61035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888170.61052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888170.61072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888170.61141: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a59a5d90> <<< 138029 1726888170.61183: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5977fe0> <<< 138029 1726888170.61224: 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' <<< 138029 1726888170.61231: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888170.61269: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a59a6b70> <<< 138029 1726888170.61301: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888170.61351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888170.61373: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a59a7740> <<< 138029 1726888170.61497: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888170.61500: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a15970> <<< 138029 1726888170.61527: 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' <<< 138029 1726888170.61552: 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 <<< 138029 1726888170.61602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888170.61686: 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 0x7f52a5802540> <<< 138029 1726888170.61715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888170.61766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888170.61789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888170.61792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a583c830> <<< 138029 1726888170.61816: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888170.61850: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888170.61874: 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 0x7f52a583dee0> <<< 138029 1726888170.61886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888170.61901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888170.61921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888170.61947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888170.61950: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a583ed80> <<< 138029 1726888170.61986: 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 0x7f52a583f3e0> <<< 138029 1726888170.62000: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a583e2d0> <<< 138029 1726888170.62016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888170.62034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888170.62078: 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' <<< 138029 1726888170.62086: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a583fe60> <<< 138029 1726888170.62092: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a583f590> <<< 138029 1726888170.62124: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5802630> <<< 138029 1726888170.62173: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a57d2ae0> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a57d2660> <<< 138029 1726888170.62184: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a02990> <<< 138029 1726888170.62196: 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 <<< 138029 1726888170.62228: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 138029 1726888170.62263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888170.62272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a585ec30> <<< 138029 1726888170.62302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888170.62308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888170.62334: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a585f140> <<< 138029 1726888170.62352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888170.62405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888170.62422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888170.62481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888170.62492: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888170.62536: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5881a30> <<< 138029 1726888170.62562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888170.62569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888170.62618: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a58a7710> <<< 138029 1726888170.62649: 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 0x7f52a5ab2d50> <<< 138029 1726888170.62683: 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 0x7f52a58b4890> <<< 138029 1726888170.62715: 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 0x7f52a58b49e0> <<< 138029 1726888170.62745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888170.62756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888170.62795: 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 0x7f52a58b6060> <<< 138029 1726888170.62840: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a58b4e00> <<< 138029 1726888170.62858: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a585fad0> <<< 138029 1726888170.62880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888170.62906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888170.62927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888170.62950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888170.62981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888170.62985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888170.63013: 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 0x7f52a54f6210> <<< 138029 1726888170.63016: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a54f5f40> <<< 138029 1726888170.63073: 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 0x7f52a54f6240> <<< 138029 1726888170.63076: 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' <<< 138029 1726888170.63156: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888170.63275: 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 0x7f52a54f6a50> <<< 138029 1726888170.63321: 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 0x7f52a54f73e0> <<< 138029 1726888170.63323: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a54f6390> <<< 138029 1726888170.63343: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a54f4410> <<< 138029 1726888170.63379: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a585ff80> <<< 138029 1726888170.63398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888170.63421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888170.63449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888170.63477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888170.63510: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55151f0> <<< 138029 1726888170.63560: 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 0x7f52a5517710> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a54f74d0> <<< 138029 1726888170.63595: 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' <<< 138029 1726888170.63660: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888170.63666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 138029 1726888170.63692: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5530200> <<< 138029 1726888170.63746: 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 0x7f52a5517b00> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55179b0> <<< 138029 1726888170.63768: 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 <<< 138029 1726888170.63782: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' <<< 138029 1726888170.63808: 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' <<< 138029 1726888170.63835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888170.63848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888170.63978: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5532ab0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5532720> <<< 138029 1726888170.64087: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55324b0> <<< 138029 1726888170.64095: 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' <<< 138029 1726888170.64166: 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' # /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' <<< 138029 1726888170.64205: 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 0x7f52a555a210> <<< 138029 1726888170.64242: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888170.64268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888170.64338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888170.64344: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888170.64534: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a555a990> <<< 138029 1726888170.64543: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55598b0> <<< 138029 1726888170.64572: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 138029 1726888170.64670: 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 0x7f52a5586ed0> <<< 138029 1726888170.64748: 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 0x7f52a55854f0> <<< 138029 1726888170.64758: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5559340> <<< 138029 1726888170.64789: 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 <<< 138029 1726888170.64796: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888170.64822: 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' <<< 138029 1726888170.64856: 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' <<< 138029 1726888170.64887: 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 <<< 138029 1726888170.64892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 138029 1726888170.64923: 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' <<< 138029 1726888170.64925: stdout chunk (state=3): >>>import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bb8f20> <<< 138029 1726888170.64952: 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 <<< 138029 1726888170.64959: 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 0x7f52a4bb92b0> <<< 138029 1726888170.65001: 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 <<< 138029 1726888170.65017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bb9790> <<< 138029 1726888170.65048: 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' <<< 138029 1726888170.65066: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bba000> <<< 138029 1726888170.65092: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bb85f0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55abf80> <<< 138029 1726888170.65108: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 138029 1726888170.65149: 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 <<< 138029 1726888170.65176: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bba780> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55abbf0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a555a7e0> <<< 138029 1726888170.65218: 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 <<< 138029 1726888170.65256: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 138029 1726888170.65284: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888170.65314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888170.65353: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888170.65369: 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 0x7f52a4bda4e0> <<< 138029 1726888170.65503: 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 0x7f52a4bdbaa0> <<< 138029 1726888170.65530: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bd8c80> <<< 138029 1726888170.65549: 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 <<< 138029 1726888170.65567: 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 0x7f52a4bd9820> <<< 138029 1726888170.65589: 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 <<< 138029 1726888170.65603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 138029 1726888170.65627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 138029 1726888170.65663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 138029 1726888170.65716: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4c14710> <<< 138029 1726888170.65743: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bdbe90> <<< 138029 1726888170.65885: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bbaff0> <<< 138029 1726888170.65914: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 138029 1726888170.65956: 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 <<< 138029 1726888170.65992: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 138029 1726888170.66128: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4c4d550> <<< 138029 1726888170.66157: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 138029 1726888170.66191: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 138029 1726888170.66219: 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 <<< 138029 1726888170.66227: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 138029 1726888170.66490: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4c6af60> <<< 138029 1726888170.66493: stdout chunk (state=3): >>>import 'gi.repository.Gio' # <<< 138029 1726888170.66497: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5533080> <<< 138029 1726888170.66562: 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 <<< 138029 1726888170.66608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 138029 1726888170.66627: 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' <<< 138029 1726888170.66659: 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 <<< 138029 1726888170.66745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 138029 1726888170.66781: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888170.66784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888170.66819: 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 0x7f52a4c9fdd0> <<< 138029 1726888170.66841: 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' <<< 138029 1726888170.66877: 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 0x7f52a4788740> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4788560> <<< 138029 1726888170.66956: 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' <<< 138029 1726888170.66985: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4789100> <<< 138029 1726888170.66989: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4c9e780> <<< 138029 1726888170.67094: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4c9d0a0> <<< 138029 1726888170.67097: stdout chunk (state=3): >>>import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4c9c830> <<< 138029 1726888170.67982: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4c4d190> import 'gi.repository.BlockDev' # <<< 138029 1726888170.68020: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a57d2930> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a01700> <<< 138029 1726888170.68476: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a00a40> <<< 138029 1726888170.68493: 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 <<< 138029 1726888170.68548: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888170.68579: 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 <<< 138029 1726888170.68583: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 138029 1726888170.68611: 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' <<< 138029 1726888170.68627: 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 <<< 138029 1726888170.68632: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 138029 1726888170.68676: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4860890> <<< 138029 1726888170.68709: 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 <<< 138029 1726888170.68744: 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 0x7f52a4860f20> <<< 138029 1726888170.68754: 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 # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 138029 1726888170.68776: 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' <<< 138029 1726888170.68808: 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' <<< 138029 1726888170.68811: stdout chunk (state=3): >>>import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4861fa0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4861e50> <<< 138029 1726888170.68840: 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 <<< 138029 1726888170.68875: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 138029 1726888170.68903: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4862240> <<< 138029 1726888170.68916: stdout chunk (state=3): >>>import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4861bb0> # /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' <<< 138029 1726888170.68921: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 138029 1726888170.68945: 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 0x7f52a4862720> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4862570> <<< 138029 1726888170.68971: 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' <<< 138029 1726888170.68995: 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 <<< 138029 1726888170.69023: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 138029 1726888170.69043: 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' <<< 138029 1726888170.69087: 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 0x7f52a3e54bc0> <<< 138029 1726888170.69095: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e54950> <<< 138029 1726888170.69111: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4862bd0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4862780> <<< 138029 1726888170.69122: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4861340> <<< 138029 1726888170.69143: 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 <<< 138029 1726888170.69162: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 138029 1726888170.69172: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a48619d0> <<< 138029 1726888170.69197: 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 <<< 138029 1726888170.69206: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 138029 1726888170.69234: 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' <<< 138029 1726888170.69263: 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 <<< 138029 1726888170.69318: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e571a0> # /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 0x7f52a3e57530> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e56f00> <<< 138029 1726888170.69322: stdout chunk (state=3): >>>import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e565a0> <<< 138029 1726888170.69361: 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' <<< 138029 1726888170.69377: stdout chunk (state=3): >>>import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e576b0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4860500> <<< 138029 1726888170.69390: 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' <<< 138029 1726888170.69392: stdout chunk (state=3): >>>import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e57710> <<< 138029 1726888170.69529: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a483e0c0> <<< 138029 1726888170.69565: 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 <<< 138029 1726888170.69571: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e74bf0> <<< 138029 1726888170.69594: 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 0x7f52a3e74f50> <<< 138029 1726888170.69620: 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' <<< 138029 1726888170.69653: 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 <<< 138029 1726888170.69673: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 138029 1726888170.69701: 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 0x7f52a3e765d0> <<< 138029 1726888170.69717: 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 <<< 138029 1726888170.69733: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888170.69772: 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' <<< 138029 1726888170.69795: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888170.69798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888170.69826: 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' <<< 138029 1726888170.69861: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888170.69868: 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 0x7f52a3e77ec0> <<< 138029 1726888170.69900: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e77c20> <<< 138029 1726888170.69932: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e774a0> <<< 138029 1726888170.69941: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888170.69969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888170.70012: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e77980> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e77050> <<< 138029 1726888170.70023: 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' <<< 138029 1726888170.70062: 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' <<< 138029 1726888170.70090: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ea0cb0> <<< 138029 1726888170.70094: 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 <<< 138029 1726888170.70115: 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 0x7f52a3ea1400> <<< 138029 1726888170.70137: 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 <<< 138029 1726888170.70162: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc' <<< 138029 1726888170.70165: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ea1a30> <<< 138029 1726888170.70184: 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 <<< 138029 1726888170.70196: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 138029 1726888170.70250: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ea1d60> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ea0b60> <<< 138029 1726888170.70278: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e767b0> <<< 138029 1726888170.70348: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e75490> <<< 138029 1726888170.70366: 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' <<< 138029 1726888170.70391: 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 <<< 138029 1726888170.70396: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' <<< 138029 1726888170.70409: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ec8a70> <<< 138029 1726888170.70414: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e75d30> <<< 138029 1726888170.70453: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e75010> <<< 138029 1726888170.70493: 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 <<< 138029 1726888170.70510: 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' <<< 138029 1726888170.70515: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ec9070> <<< 138029 1726888170.70562: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e75b80> <<< 138029 1726888170.70582: 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 <<< 138029 1726888170.70594: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ec92b0> <<< 138029 1726888170.70627: 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' <<< 138029 1726888170.70677: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ec9700> <<< 138029 1726888170.70710: 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 <<< 138029 1726888170.70713: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' <<< 138029 1726888170.70727: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ec9eb0> <<< 138029 1726888170.70882: 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 <<< 138029 1726888170.70888: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc' <<< 138029 1726888170.70900: 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 <<< 138029 1726888170.70920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888170.71020: 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 0x7f52a3ef58e0> <<< 138029 1726888170.71057: 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' <<< 138029 1726888170.71106: 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 0x7f52a3ef6a80> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ef6480> <<< 138029 1726888170.71177: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/constraint.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ef6e40> <<< 138029 1726888170.71181: 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 <<< 138029 1726888170.71183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 138029 1726888170.71213: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ef79e0> <<< 138029 1726888170.71216: 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 <<< 138029 1726888170.71300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888170.71323: 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 <<< 138029 1726888170.71363: 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 0x7f52a3f1e6f0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3f1d3d0> <<< 138029 1726888170.71385: 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 <<< 138029 1726888170.71395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc' <<< 138029 1726888170.71410: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3f1fb60> <<< 138029 1726888170.71429: 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 <<< 138029 1726888170.71446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' <<< 138029 1726888170.71456: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c94ec0> <<< 138029 1726888170.71476: 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 <<< 138029 1726888170.71493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888170.71513: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c95cd0> <<< 138029 1726888170.71538: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3eeeb70> <<< 138029 1726888170.71571: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3eee7e0> <<< 138029 1726888170.71587: 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 <<< 138029 1726888170.71617: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 138029 1726888170.71659: 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 0x7f52a3cc42c0> <<< 138029 1726888170.71747: 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' <<< 138029 1726888170.71751: 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' <<< 138029 1726888170.71754: 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' <<< 138029 1726888170.71806: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3cc53a0> <<< 138029 1726888170.71880: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3cc4cb0> <<< 138029 1726888170.71897: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3cc42f0> <<< 138029 1726888170.71988: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c97770> <<< 138029 1726888170.72009: 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 <<< 138029 1726888170.72027: stdout chunk (state=3): >>># 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 0x7f52a3ce75c0> <<< 138029 1726888170.72053: 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 <<< 138029 1726888170.72058: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc' <<< 138029 1726888170.72073: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ce76e0> <<< 138029 1726888170.72091: 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 <<< 138029 1726888170.72142: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 138029 1726888170.72177: 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' <<< 138029 1726888170.72206: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3cfaf60> <<< 138029 1726888170.72284: 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' <<< 138029 1726888170.72291: 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 0x7f52a3cfbf50> <<< 138029 1726888170.72338: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3cfb650> <<< 138029 1726888170.72373: 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' <<< 138029 1726888170.72420: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d187d0> <<< 138029 1726888170.72444: 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' <<< 138029 1726888170.72473: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d18c50> <<< 138029 1726888170.72522: 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' <<< 138029 1726888170.72540: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d191f0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsuuid.py <<< 138029 1726888170.72558: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' <<< 138029 1726888170.72616: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d194f0> <<< 138029 1726888170.72622: 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 <<< 138029 1726888170.72662: stdout chunk (state=3): >>># 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 0x7f52a3d19ac0> <<< 138029 1726888170.72701: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswriteuuid.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d19cd0> <<< 138029 1726888170.72720: 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 <<< 138029 1726888170.72740: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 138029 1726888170.72781: 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' <<< 138029 1726888170.72810: 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 0x7f52a3d1b050> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d1ae10> <<< 138029 1726888170.72830: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d19e80> <<< 138029 1726888170.72854: 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' <<< 138029 1726888170.72903: 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 <<< 138029 1726888170.72907: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888170.72915: 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 <<< 138029 1726888170.72953: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 138029 1726888170.73000: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d1bce0> <<< 138029 1726888170.73028: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d1b8c0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d1b350> <<< 138029 1726888170.73277: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ce7c20> <<< 138029 1726888170.73281: 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 <<< 138029 1726888170.73349: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 138029 1726888170.73369: 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' <<< 138029 1726888170.73378: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d73770> <<< 138029 1726888170.73421: 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' <<< 138029 1726888170.73424: 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 <<< 138029 1726888170.73433: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888170.73515: 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' <<< 138029 1726888170.73535: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d84680> <<< 138029 1726888170.73547: 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 <<< 138029 1726888170.73583: 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 <<< 138029 1726888170.73606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 138029 1726888170.73624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 138029 1726888170.73675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 138029 1726888170.73720: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d87b90> <<< 138029 1726888170.73736: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d869c0> <<< 138029 1726888170.73813: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a483f440> <<< 138029 1726888170.73868: 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' <<< 138029 1726888170.73892: 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 0x7f52a3b7e450> <<< 138029 1726888170.74015: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3b7c110> <<< 138029 1726888170.74040: 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 <<< 138029 1726888170.74064: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888170.74099: 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 <<< 138029 1726888170.74102: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888170.74131: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3be4cb0> <<< 138029 1726888170.74163: 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 <<< 138029 1726888170.74178: 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 0x7f52a3be5af0> <<< 138029 1726888170.74214: 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' <<< 138029 1726888170.74352: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3be6330> <<< 138029 1726888170.74471: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3bdbb60> <<< 138029 1726888170.74484: 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 <<< 138029 1726888170.74520: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888170.74547: 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' <<< 138029 1726888170.74586: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c07e30> <<< 138029 1726888170.74682: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3be40e0> <<< 138029 1726888170.74708: 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 <<< 138029 1726888170.74713: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 138029 1726888170.74784: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c399d0> <<< 138029 1726888170.74812: 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 <<< 138029 1726888170.74908: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888170.74943: 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 <<< 138029 1726888170.74949: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888170.75439: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c4b710> <<< 138029 1726888170.75486: 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 <<< 138029 1726888170.75488: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 138029 1726888170.75533: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c70d40> <<< 138029 1726888170.75561: 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 <<< 138029 1726888170.75572: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' <<< 138029 1726888170.75585: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c68bc0> <<< 138029 1726888170.75608: 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 <<< 138029 1726888170.75651: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 138029 1726888170.75684: 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 <<< 138029 1726888170.75693: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc' <<< 138029 1726888170.75716: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c6af30> <<< 138029 1726888170.75882: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c690d0> <<< 138029 1726888170.75905: 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 <<< 138029 1726888170.75921: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' <<< 138029 1726888170.75926: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ac53d0> <<< 138029 1726888170.76303: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c3be30> <<< 138029 1726888170.76326: 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 <<< 138029 1726888170.76359: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888170.76480: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c480b0> <<< 138029 1726888170.76497: 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 <<< 138029 1726888170.76513: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 138029 1726888170.76541: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3b334d0> <<< 138029 1726888170.76571: 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 <<< 138029 1726888170.76577: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 138029 1726888170.76613: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3b33f80> <<< 138029 1726888170.76629: 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 <<< 138029 1726888170.76643: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 138029 1726888170.76652: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3b40bc0> <<< 138029 1726888170.76681: 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 <<< 138029 1726888170.76686: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' <<< 138029 1726888170.76727: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3b41010> <<< 138029 1726888170.76739: 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 <<< 138029 1726888170.76757: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 138029 1726888170.76788: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3b41ee0> <<< 138029 1726888170.76809: 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 <<< 138029 1726888170.76814: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888170.76995: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3b427b0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d84140> <<< 138029 1726888170.77004: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d73b30> <<< 138029 1726888170.77093: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3cf9910> <<< 138029 1726888170.77110: 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 <<< 138029 1726888170.77127: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 138029 1726888170.77162: 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 <<< 138029 1726888170.77175: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 138029 1726888170.77181: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a397cd10> <<< 138029 1726888170.77232: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d73560> <<< 138029 1726888170.77261: 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 <<< 138029 1726888170.77299: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 138029 1726888170.77327: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a397e270> <<< 138029 1726888170.77377: 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' <<< 138029 1726888170.77380: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a397f620> <<< 138029 1726888170.77416: 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' <<< 138029 1726888170.77434: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a397fe00> <<< 138029 1726888170.77454: 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 <<< 138029 1726888170.77472: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 138029 1726888170.77571: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a39906e0> # /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' <<< 138029 1726888170.77631: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a39924e0> <<< 138029 1726888170.77638: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a47e7f50> True <<< 138029 1726888170.78513: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888170.78544: 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 <<< 138029 1726888170.78601: 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__ # destroy __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing syslog # cleanup[2] removing __future__ # destroy __future__ # 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 _ast # destroy _ast # cleanup[2] removing contextlib # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token <<< 138029 1726888170.78658: stdout chunk (state=3): >>># cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing selinux # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing copy # cleanup[2] removing glob # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing _bisect # cleanup[2] 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 tempfile # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing gettext # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse <<< 138029 1726888170.78744: stdout chunk (state=3): >>># 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 _ctypes # cleanup[2] removing _struct # cleanup[2] removing struct # destroy struct # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 # 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 _datetime # cleanup[2] removing datetime # destroy datetime # 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.threads # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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.callbacks # 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 shlex # 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] rem<<< 138029 1726888170.78756: stdout chunk (state=3): >>>oving blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.devices.device # 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.devicelibs.lvm # 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.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # 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 <<< 138029 1726888170.79283: stdout chunk (state=3): >>># destroy blivet # destroy _sitebuiltins <<< 138029 1726888170.79329: stdout chunk (state=3): >>># destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888170.79354: 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.tasks.lukstasks # 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.lvm <<< 138029 1726888170.79397: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping pprint # destroy dataclasses # 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 <<< 138029 1726888170.79404: 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.callbacks # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # cleanup[3] wiping parted.partition <<< 138029 1726888170.79430: stdout chunk (state=3): >>># cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # 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 json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize <<< 138029 1726888170.79488: stdout chunk (state=3): >>># cleanup[3] wiping blivet.threads # 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 _datetime # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util <<< 138029 1726888170.79507: stdout chunk (state=3): >>># destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev <<< 138029 1726888170.79529: stdout chunk (state=3): >>># cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # cleanup[3] wiping blivet.safe_dbus <<< 138029 1726888170.79538: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib <<< 138029 1726888170.79569: stdout chunk (state=3): >>># cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping array # cleanup[3] wiping _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 <<< 138029 1726888170.79605: stdout chunk (state=3): >>># cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping _typing # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping gettext # cleanup[3] wiping _decimal # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping platform <<< 138029 1726888170.79674: stdout chunk (state=3): >>># cleanup[3] wiping tempfile <<< 138029 1726888170.79690: stdout chunk (state=3): >>># cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping selectors # cleanup[3] wiping math # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping copy # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping shutil <<< 138029 1726888170.79696: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux # cleanup[3] wiping logging <<< 138029 1726888170.79702: stdout chunk (state=3): >>># destroy traceback # destroy weakref # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading <<< 138029 1726888170.79728: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping textwrap # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token <<< 138029 1726888170.79734: stdout chunk (state=3): >>># cleanup[3] wiping linecache # destroy tokenize <<< 138029 1726888170.79771: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping contextlib # cleanup[3] wiping re # destroy re._constants # destroy re._casefix <<< 138029 1726888170.79787: 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 <<< 138029 1726888170.79820: 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 syslog # 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 encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat <<< 138029 1726888170.79868: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # 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 <<< 138029 1726888170.79898: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy _datetime # destroy decimal <<< 138029 1726888170.80510: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888170.80588: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref <<< 138029 1726888170.80591: stdout chunk (state=3): >>># destroy zipimport <<< 138029 1726888170.80621: stdout chunk (state=3): >>># destroy gi._gi <<< 138029 1726888170.80625: stdout chunk (state=3): >>># destroy _struct <<< 138029 1726888170.80671: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk <<< 138029 1726888170.80699: stdout chunk (state=3): >>># destroy pyudev <<< 138029 1726888170.80713: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 138029 1726888170.80740: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser <<< 138029 1726888170.80751: stdout chunk (state=3): >>># destroy _string # destroy array # destroy textwrap <<< 138029 1726888170.80773: stdout chunk (state=3): >>># destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode <<< 138029 1726888170.80784: stdout chunk (state=3): >>># destroy _io <<< 138029 1726888170.80797: stdout chunk (state=3): >>># destroy fnmatch # destroy _hashlib # destroy shutil <<< 138029 1726888170.80812: stdout chunk (state=3): >>># destroy pprint # destroy time <<< 138029 1726888170.80832: stdout chunk (state=3): >>># destroy blivet.devicelibs.lvm # destroy blivet.tasks.pvtask <<< 138029 1726888170.80874: 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.availability # destroy blivet.tasks.lukstasks <<< 138029 1726888170.80893: stdout chunk (state=3): >>># destroy _warnings <<< 138029 1726888170.80928: stdout chunk (state=3): >>># destroy posix # destroy copyreg # destroy contextlib # destroy operator # destroy _blake2 <<< 138029 1726888170.80941: stdout chunk (state=3): >>># destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 138029 1726888170.81004: stdout chunk (state=3): >>># destroy select <<< 138029 1726888170.81039: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888170.81047: stdout chunk (state=3): >>># destroy _tokenize # destroy stat # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy parted <<< 138029 1726888170.81089: stdout chunk (state=3): >>># destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread <<< 138029 1726888170.81092: 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 <<< 138029 1726888170.81131: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888170.81275: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy _codecs <<< 138029 1726888170.81283: stdout chunk (state=3): >>># destroy re <<< 138029 1726888170.81307: stdout chunk (state=3): >>># destroy _random # destroy _sre # destroy _functools # destroy _operator <<< 138029 1726888170.81312: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888170.81968: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888170.82013: stderr chunk (state=3): >>><<< 138029 1726888170.82016: stdout chunk (state=3): >>><<< 138029 1726888170.82141: _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 0x7f52a5c183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5be7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5c1a960> 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 0x7f52a59c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f52a59c9fd0> 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/importlib/__pycache__/__init__.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 0x7f52a59cbc50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a59cb8f0> # /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' # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a5a01160> # /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/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a02480> # /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/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.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 0x7f52a5a5d070> # /usr/lib64/python3.12/__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 0x7f52a5a5d1c0> # /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 0x7f52a5ab07a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5ab0b00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a74bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a5e390> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a523f0> # /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 0x7f52a58e81d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5ab2de0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5ab2d20> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5ab15b0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a58e9220> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a51790> import '_ast' # # /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 0x7f52a59110a0> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a17d40> # /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 0x7f52a5931730> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5930b00> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a30fb0> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5932960> import 'importlib.machinery' # # /usr/lib64/python3.12/__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 0x7f52a593d430> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5932150> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a59327b0> # /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 0x7f52a5951be0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5931790> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a02de0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/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 0x7f52a59a5d90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5977fe0> # /usr/lib64/python3.12/__pycache__/string.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 0x7f52a59a6b70> # /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 0x7f52a59a7740> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a15970> # /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' # /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 0x7f52a5802540> # /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 0x7f52a583c830> 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 0x7f52a583dee0> # /usr/lib64/python3.12/__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 0x7f52a583ed80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a583f3e0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a583e2d0> # /usr/lib64/python3.12/__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 0x7f52a583fe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a583f590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5802630> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a57d2ae0> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a57d2660> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a02990> # /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__/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 0x7f52a585ec30> # /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 0x7f52a585f140> # /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__/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 0x7f52a5881a30> # /usr/lib64/python3.12/__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 0x7f52a58a7710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a5ab2d50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a58b4890> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a58b49e0> # /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' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a58b6060> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a58b4e00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a585fad0> # /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' # /usr/lib64/python3.12/__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 0x7f52a54f6210> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a54f5f40> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a54f6240> # /usr/lib64/python3.12/__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 0x7f52a54f6a50> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a54f73e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a54f6390> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a54f4410> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a585ff80> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55151f0> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a5517710> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a54f74d0> # /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 0x7f52a5530200> # 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 0x7f52a5517b00> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55179b0> # /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' # /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 0x7f52a5532ab0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5532720> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55324b0> # /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' # /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/importlib/__pycache__/_abc.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 0x7f52a555a210> import 'importlib.util' # # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a555a990> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55598b0> # 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 0x7f52a5586ed0> # 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 0x7f52a55854f0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5559340> # /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 0x7f52a4bb8f20> # /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 0x7f52a4bb92b0> # /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 0x7f52a4bb9790> # /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 0x7f52a4bba000> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bb85f0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55abf80> # 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 0x7f52a4bba780> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55abbf0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a555a7e0> # /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/__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 0x7f52a4bda4e0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a4bdbaa0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bd8c80> # /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 0x7f52a4bd9820> # /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 0x7f52a4c14710> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bdbe90> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bbaff0> 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 0x7f52a4c4d550> 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 0x7f52a4c6af60> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5533080> # /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' # /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 0x7f52a4c9fdd0> # /usr/lib64/python3.12/__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 0x7f52a4788740> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4788560> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f52a4789100> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4c9e780> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4c9d0a0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4c9c830> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4c4d190> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a57d2930> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a01700> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a00a40> # /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/__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 0x7f52a4860890> # /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 0x7f52a4860f20> # /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 0x7f52a4861fa0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4861e50> # /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 0x7f52a4862240> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4861bb0> # /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 0x7f52a4862720> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4862570> # /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' # /usr/lib64/python3.12/__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 0x7f52a3e54bc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e54950> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4862bd0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4862780> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4861340> # /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 0x7f52a48619d0> # /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 0x7f52a3e571a0> # /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 0x7f52a3e57530> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e56f00> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e565a0> # /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 0x7f52a3e576b0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4860500> # /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 0x7f52a3e57710> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a483e0c0> # /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 0x7f52a3e74bf0> # /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 0x7f52a3e74f50> # /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__/__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 0x7f52a3e765d0> # /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/lib64/python3.12/json/__pycache__/__init__.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 0x7f52a3e77ec0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e77c20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e774a0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f52a3e77980> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e77050> # /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 0x7f52a3ea0cb0> # /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 0x7f52a3ea1400> # /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 0x7f52a3ea1a30> # /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 0x7f52a3ea1d60> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ea0b60> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e767b0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e75490> # /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 0x7f52a3ec8a70> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e75d30> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e75010> # /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 0x7f52a3ec9070> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e75b80> # /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 0x7f52a3ec92b0> # /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 0x7f52a3ec9700> # /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 0x7f52a3ec9eb0> # /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 0x7f52a3ef58e0> # /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 0x7f52a3ef6a80> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ef6480> # /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 0x7f52a3ef6e40> # /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 0x7f52a3ef79e0> # /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 0x7f52a3f1e6f0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3f1d3d0> # /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 0x7f52a3f1fb60> # /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 0x7f52a3c94ec0> # /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 0x7f52a3c95cd0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3eeeb70> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3eee7e0> # /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 0x7f52a3cc42c0> # /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' # /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 0x7f52a3cc53a0> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3cc4cb0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3cc42f0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c97770> # /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 0x7f52a3ce75c0> # /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 0x7f52a3ce76e0> # /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 0x7f52a3cfaf60> # /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' # /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 0x7f52a3cfbf50> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3cfb650> # /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 0x7f52a3d187d0> # /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 0x7f52a3d18c50> # /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 0x7f52a3d191f0> # /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 0x7f52a3d194f0> # /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 0x7f52a3d19ac0> # /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 0x7f52a3d19cd0> # /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 0x7f52a3d1b050> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d1ae10> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d19e80> # /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 0x7f52a3d1bce0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d1b8c0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d1b350> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ce7c20> # /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 0x7f52a3d73770> # /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' # /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' import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d84680> # /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 0x7f52a3d87b90> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d869c0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a483f440> # /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/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 0x7f52a3b7e450> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3b7c110> # /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 0x7f52a3be4cb0> # /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 0x7f52a3be5af0> # /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 0x7f52a3be6330> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3bdbb60> # /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 0x7f52a3c07e30> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3be40e0> # /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 0x7f52a3c399d0> # /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/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 0x7f52a3c4b710> # /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 0x7f52a3c70d40> # /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 0x7f52a3c68bc0> # /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 0x7f52a3c6af30> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c690d0> # /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 0x7f52a3ac53d0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c3be30> # /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 0x7f52a3c480b0> # /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 0x7f52a3b334d0> # /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 0x7f52a3b33f80> # /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 0x7f52a3b40bc0> # /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 0x7f52a3b41010> # /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 0x7f52a3b41ee0> # /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 0x7f52a3b427b0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d84140> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d73b30> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3cf9910> # /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/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 0x7f52a397cd10> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d73560> # /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 0x7f52a397e270> # /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 0x7f52a397f620> # /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 0x7f52a397fe00> # /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 0x7f52a39906e0> # /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 0x7f52a39924e0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a47e7f50> True # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # destroy __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing syslog # cleanup[2] removing __future__ # destroy __future__ # 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 _ast # destroy _ast # cleanup[2] removing contextlib # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing selinux # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing copy # cleanup[2] removing glob # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing _bisect # cleanup[2] 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 tempfile # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing gettext # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 _ctypes # cleanup[2] removing _struct # cleanup[2] removing struct # destroy struct # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 # 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 _datetime # cleanup[2] removing datetime # destroy datetime # 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.threads # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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.callbacks # 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 shlex # 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.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.devices.device # 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.devicelibs.lvm # 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.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # 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 # destroy blivet # destroy _sitebuiltins # destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # 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.tasks.lukstasks # 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.lvm # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping pprint # destroy dataclasses # 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.callbacks # 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 json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # 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 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 _datetime # cleanup[3] wiping ctypes.util # 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 ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # 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 array # cleanup[3] wiping _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 _typing # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping gettext # cleanup[3] wiping _decimal # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping platform # cleanup[3] wiping tempfile # 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 selectors # cleanup[3] wiping math # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping copy # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux # cleanup[3] wiping logging # destroy traceback # destroy weakref # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading # cleanup[3] wiping _string # cleanup[3] wiping textwrap # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping contextlib # cleanup[3] wiping re # destroy re._constants # destroy 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 syslog # 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 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 _datetime # destroy decimal # 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 array # destroy textwrap # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode # destroy _io # destroy fnmatch # destroy _hashlib # destroy shutil # destroy pprint # destroy time # destroy blivet.devicelibs.lvm # 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.availability # destroy blivet.tasks.lukstasks # destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy select # destroy _typing # destroy _tokenize # destroy stat # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy parted # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # 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 # 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 _codecs # destroy re # destroy _random # destroy _sre # destroy _functools # destroy _operator # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888170.82180: _low_level_execute_command(): starting 138029 1726888170.82183: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888170.3641324-143364-105832504143780/ > /dev/null 2>&1 && sleep 0' 138029 1726888170.82637: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888170.82640: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888170.82642: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888170.82644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888170.82646: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888170.82695: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888170.82699: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888170.82749: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888170.84587: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888170.84609: stderr chunk (state=3): >>><<< 138029 1726888170.84612: stdout chunk (state=3): >>><<< 138029 1726888170.84625: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888170.84632: handler run complete 138029 1726888170.84864: Evaluated conditional (False): False 138029 1726888170.84888: attempt loop complete, returning result 138029 1726888170.84891: _execute() done 138029 1726888170.84895: dumping result to json 138029 1726888170.84937: done dumping result, returning 138029 1726888170.84944: done running TaskExecutor() for managed_node3/TASK: Check that blivet supports PV grow to fill [0affc8a3-6f6f-5a58-73a2-000000001693] 138029 1726888170.84949: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001693 ok: [managed_node3] => { "changed": false, "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 0x7f52a5c183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5be7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5c1a960> 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 0x7f52a59c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f52a59c9fd0> 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/importlib/__pycache__/__init__.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 0x7f52a59cbc50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a59cb8f0> # /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' # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a5a01160> # /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/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a02480> # /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/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.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 0x7f52a5a5d070> # /usr/lib64/python3.12/__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 0x7f52a5a5d1c0> # /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 0x7f52a5ab07a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5ab0b00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a74bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a5e390> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a523f0> # /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 0x7f52a58e81d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5ab2de0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5ab2d20> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5ab15b0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a58e9220> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a51790> import '_ast' # # /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 0x7f52a59110a0> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a17d40> # /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 0x7f52a5931730> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5930b00> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a30fb0> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5932960> import 'importlib.machinery' # # /usr/lib64/python3.12/__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 0x7f52a593d430> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5932150> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a59327b0> # /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 0x7f52a5951be0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5931790> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a02de0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/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 0x7f52a59a5d90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5977fe0> # /usr/lib64/python3.12/__pycache__/string.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 0x7f52a59a6b70> # /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 0x7f52a59a7740> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a15970> # /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' # /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 0x7f52a5802540> # /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 0x7f52a583c830> 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 0x7f52a583dee0> # /usr/lib64/python3.12/__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 0x7f52a583ed80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a583f3e0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a583e2d0> # /usr/lib64/python3.12/__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 0x7f52a583fe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a583f590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5802630> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a57d2ae0> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a57d2660> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a02990> # /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__/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 0x7f52a585ec30> # /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 0x7f52a585f140> # /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__/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 0x7f52a5881a30> # /usr/lib64/python3.12/__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 0x7f52a58a7710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a5ab2d50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a58b4890> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a58b49e0> # /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' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a58b6060> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a58b4e00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a585fad0> # /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' # /usr/lib64/python3.12/__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 0x7f52a54f6210> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a54f5f40> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a54f6240> # /usr/lib64/python3.12/__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 0x7f52a54f6a50> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a54f73e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a54f6390> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a54f4410> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a585ff80> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55151f0> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a5517710> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a54f74d0> # /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 0x7f52a5530200> # 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 0x7f52a5517b00> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55179b0> # /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' # /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 0x7f52a5532ab0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5532720> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55324b0> # /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' # /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/importlib/__pycache__/_abc.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 0x7f52a555a210> import 'importlib.util' # # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a555a990> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55598b0> # 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 0x7f52a5586ed0> # 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 0x7f52a55854f0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5559340> # /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 0x7f52a4bb8f20> # /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 0x7f52a4bb92b0> # /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 0x7f52a4bb9790> # /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 0x7f52a4bba000> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bb85f0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55abf80> # 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 0x7f52a4bba780> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a55abbf0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a555a7e0> # /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/__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 0x7f52a4bda4e0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52a4bdbaa0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bd8c80> # /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 0x7f52a4bd9820> # /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 0x7f52a4c14710> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bdbe90> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4bbaff0> 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 0x7f52a4c4d550> 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 0x7f52a4c6af60> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5533080> # /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' # /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 0x7f52a4c9fdd0> # /usr/lib64/python3.12/__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 0x7f52a4788740> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4788560> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f52a4789100> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4c9e780> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4c9d0a0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4c9c830> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4c4d190> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a57d2930> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a01700> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a5a00a40> # /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/__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 0x7f52a4860890> # /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 0x7f52a4860f20> # /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 0x7f52a4861fa0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4861e50> # /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 0x7f52a4862240> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4861bb0> # /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 0x7f52a4862720> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4862570> # /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' # /usr/lib64/python3.12/__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 0x7f52a3e54bc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e54950> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4862bd0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4862780> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4861340> # /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 0x7f52a48619d0> # /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 0x7f52a3e571a0> # /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 0x7f52a3e57530> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e56f00> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e565a0> # /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 0x7f52a3e576b0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a4860500> # /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 0x7f52a3e57710> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a483e0c0> # /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 0x7f52a3e74bf0> # /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 0x7f52a3e74f50> # /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__/__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 0x7f52a3e765d0> # /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/lib64/python3.12/json/__pycache__/__init__.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 0x7f52a3e77ec0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e77c20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e774a0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f52a3e77980> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e77050> # /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 0x7f52a3ea0cb0> # /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 0x7f52a3ea1400> # /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 0x7f52a3ea1a30> # /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 0x7f52a3ea1d60> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ea0b60> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e767b0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e75490> # /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 0x7f52a3ec8a70> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e75d30> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e75010> # /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 0x7f52a3ec9070> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3e75b80> # /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 0x7f52a3ec92b0> # /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 0x7f52a3ec9700> # /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 0x7f52a3ec9eb0> # /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 0x7f52a3ef58e0> # /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 0x7f52a3ef6a80> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ef6480> # /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 0x7f52a3ef6e40> # /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 0x7f52a3ef79e0> # /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 0x7f52a3f1e6f0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3f1d3d0> # /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 0x7f52a3f1fb60> # /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 0x7f52a3c94ec0> # /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 0x7f52a3c95cd0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3eeeb70> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3eee7e0> # /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 0x7f52a3cc42c0> # /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' # /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 0x7f52a3cc53a0> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3cc4cb0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3cc42f0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c97770> # /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 0x7f52a3ce75c0> # /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 0x7f52a3ce76e0> # /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 0x7f52a3cfaf60> # /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' # /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 0x7f52a3cfbf50> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3cfb650> # /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 0x7f52a3d187d0> # /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 0x7f52a3d18c50> # /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 0x7f52a3d191f0> # /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 0x7f52a3d194f0> # /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 0x7f52a3d19ac0> # /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 0x7f52a3d19cd0> # /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 0x7f52a3d1b050> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d1ae10> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d19e80> # /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 0x7f52a3d1bce0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d1b8c0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d1b350> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3ce7c20> # /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 0x7f52a3d73770> # /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' # /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' import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d84680> # /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 0x7f52a3d87b90> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d869c0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a483f440> # /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/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 0x7f52a3b7e450> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3b7c110> # /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 0x7f52a3be4cb0> # /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 0x7f52a3be5af0> # /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 0x7f52a3be6330> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3bdbb60> # /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 0x7f52a3c07e30> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3be40e0> # /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 0x7f52a3c399d0> # /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/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 0x7f52a3c4b710> # /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 0x7f52a3c70d40> # /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 0x7f52a3c68bc0> # /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 0x7f52a3c6af30> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c690d0> # /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 0x7f52a3ac53d0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3c3be30> # /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 0x7f52a3c480b0> # /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 0x7f52a3b334d0> # /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 0x7f52a3b33f80> # /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 0x7f52a3b40bc0> # /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 0x7f52a3b41010> # /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 0x7f52a3b41ee0> # /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 0x7f52a3b427b0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d84140> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d73b30> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3cf9910> # /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/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 0x7f52a397cd10> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a3d73560> # /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 0x7f52a397e270> # /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 0x7f52a397f620> # /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 0x7f52a397fe00> # /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 0x7f52a39906e0> # /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 0x7f52a39924e0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52a47e7f50> True # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # destroy __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing syslog # cleanup[2] removing __future__ # destroy __future__ # 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 _ast # destroy _ast # cleanup[2] removing contextlib # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing selinux # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing copy # cleanup[2] removing glob # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing _bisect # cleanup[2] 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 tempfile # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing gettext # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 _ctypes # cleanup[2] removing _struct # cleanup[2] removing struct # destroy struct # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 # 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 _datetime # cleanup[2] removing datetime # destroy datetime # 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.threads # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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.callbacks # 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 shlex # 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.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.devices.device # 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.devicelibs.lvm # 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.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # 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 # destroy blivet # destroy _sitebuiltins # destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # 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.tasks.lukstasks # 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.lvm # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping pprint # destroy dataclasses # 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.callbacks # 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 json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # 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 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 _datetime # cleanup[3] wiping ctypes.util # 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 ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # 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 array # cleanup[3] wiping _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 _typing # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping gettext # cleanup[3] wiping _decimal # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping platform # cleanup[3] wiping tempfile # 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 selectors # cleanup[3] wiping math # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping copy # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux # cleanup[3] wiping logging # destroy traceback # destroy weakref # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading # cleanup[3] wiping _string # cleanup[3] wiping textwrap # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping contextlib # cleanup[3] wiping re # destroy re._constants # destroy 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 syslog # 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 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 _datetime # destroy decimal # 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 array # destroy textwrap # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode # destroy _io # destroy fnmatch # destroy _hashlib # destroy shutil # destroy pprint # destroy time # destroy blivet.devicelibs.lvm # 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.availability # destroy blivet.tasks.lukstasks # destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy select # destroy _typing # destroy _tokenize # destroy stat # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy parted # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # 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 # 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 _codecs # destroy re # destroy _random # destroy _sre # destroy _functools # destroy _operator # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888170.85566: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001693 138029 1726888170.85760: no more pending results, returning what we have 138029 1726888170.85766: results queue empty 138029 1726888170.85767: checking for any_errors_fatal 138029 1726888170.85773: done checking for any_errors_fatal 138029 1726888170.85774: checking for max_fail_percentage 138029 1726888170.85775: done checking for max_fail_percentage 138029 1726888170.85775: checking to see if all hosts have failed and the running result is not ok 138029 1726888170.85776: done checking to see if all hosts have failed 138029 1726888170.85776: getting the remaining hosts for this loop 138029 1726888170.85777: done getting the remaining hosts for this loop 138029 1726888170.85780: getting the next task for host managed_node3 138029 1726888170.85785: done getting next task for host managed_node3 138029 1726888170.85787: ^ task is: TASK: Verify that PVs fill the whole devices when they should 138029 1726888170.85790: ^ 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? (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 138029 1726888170.85793: getting variables 138029 1726888170.85794: in VariableManager get_vars() 138029 1726888170.85813: Calling all_inventory to load vars for managed_node3 138029 1726888170.85815: Calling groups_inventory to load vars for managed_node3 138029 1726888170.85817: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888170.85826: Calling all_plugins_play to load vars for managed_node3 138029 1726888170.85828: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888170.85830: Calling groups_plugins_play to load vars for managed_node3 138029 1726888170.89400: WORKER PROCESS EXITING 138029 1726888170.89467: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888170.89832: done with get_vars() 138029 1726888170.89844: done getting variables TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Friday 20 September 2024 23:09:30 -0400 (0:00:00.574) 0:03:03.622 ****** 138029 1726888170.89901: entering _queue_task() for managed_node3/include_tasks 138029 1726888170.90140: worker is 1 (out of 1 available) 138029 1726888170.90158: exiting _queue_task() for managed_node3/include_tasks 138029 1726888170.90170: done queuing things up, now waiting for results queue to drain 138029 1726888170.90173: waiting for pending results... 138029 1726888170.90372: running TaskExecutor() for managed_node3/TASK: Verify that PVs fill the whole devices when they should 138029 1726888170.90452: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001694 138029 1726888170.90466: variable 'ansible_search_path' from source: unknown 138029 1726888170.90687: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888170.92219: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888170.92267: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888170.92298: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888170.92324: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888170.92344: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888170.92414: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888170.92434: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888170.92451: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888170.92485: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888170.92496: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888170.92581: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888170.92635: variable 'omit' from source: magic vars 138029 1726888170.92735: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.92742: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.92750: variable 'omit' from source: magic vars 138029 1726888170.92895: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888170.92914: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888170.92930: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888170.92956: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888170.92970: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888170.93033: variable 'grow_supported' from source: set_fact 138029 1726888170.93103: Evaluated conditional (grow_supported.stdout | trim == 'True'): False 138029 1726888170.93108: when evaluation is False, skipping this task 138029 1726888170.93132: variable 'st_pool_pv' from source: unknown 138029 1726888170.93184: variable 'st_pool_pv' from source: unknown skipping: [managed_node3] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/md/vg1-1" } 138029 1726888170.93328: dumping result to json 138029 1726888170.93331: done dumping result, returning 138029 1726888170.93333: done running TaskExecutor() for managed_node3/TASK: Verify that PVs fill the whole devices when they should [0affc8a3-6f6f-5a58-73a2-000000001694] 138029 1726888170.93334: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001694 skipping: [managed_node3] => { "changed": false } MSG: All items skipped 138029 1726888170.93409: no more pending results, returning what we have 138029 1726888170.93412: results queue empty 138029 1726888170.93413: checking for any_errors_fatal 138029 1726888170.93428: done checking for any_errors_fatal 138029 1726888170.93429: checking for max_fail_percentage 138029 1726888170.93430: done checking for max_fail_percentage 138029 1726888170.93431: checking to see if all hosts have failed and the running result is not ok 138029 1726888170.93432: done checking to see if all hosts have failed 138029 1726888170.93432: getting the remaining hosts for this loop 138029 1726888170.93434: done getting the remaining hosts for this loop 138029 1726888170.93437: getting the next task for host managed_node3 138029 1726888170.93443: done getting next task for host managed_node3 138029 1726888170.93445: ^ task is: TASK: Check MD RAID 138029 1726888170.93451: ^ 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? (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 138029 1726888170.93457: getting variables 138029 1726888170.93459: in VariableManager get_vars() 138029 1726888170.93492: Calling all_inventory to load vars for managed_node3 138029 1726888170.93495: Calling groups_inventory to load vars for managed_node3 138029 1726888170.93498: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888170.93503: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001694 138029 1726888170.93505: WORKER PROCESS EXITING 138029 1726888170.93513: Calling all_plugins_play to load vars for managed_node3 138029 1726888170.93515: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888170.93518: Calling groups_plugins_play to load vars for managed_node3 138029 1726888170.93898: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888170.94282: done with get_vars() 138029 1726888170.94293: done getting variables TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Friday 20 September 2024 23:09:30 -0400 (0:00:00.044) 0:03:03.667 ****** 138029 1726888170.94361: entering _queue_task() for managed_node3/include_tasks 138029 1726888170.94566: worker is 1 (out of 1 available) 138029 1726888170.94578: exiting _queue_task() for managed_node3/include_tasks 138029 1726888170.94589: done queuing things up, now waiting for results queue to drain 138029 1726888170.94590: waiting for pending results... 138029 1726888170.94772: running TaskExecutor() for managed_node3/TASK: Check MD RAID 138029 1726888170.94858: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001696 138029 1726888170.94872: variable 'ansible_search_path' from source: unknown 138029 1726888170.94898: calling self._execute() 138029 1726888170.94991: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.94996: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.95005: variable 'omit' from source: magic vars 138029 1726888170.95091: _execute() done 138029 1726888170.95095: dumping result to json 138029 1726888170.95098: done dumping result, returning 138029 1726888170.95101: done running TaskExecutor() for managed_node3/TASK: Check MD RAID [0affc8a3-6f6f-5a58-73a2-000000001696] 138029 1726888170.95107: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001696 138029 1726888170.95198: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001696 138029 1726888170.95201: WORKER PROCESS EXITING 138029 1726888170.95226: no more pending results, returning what we have 138029 1726888170.95231: in VariableManager get_vars() 138029 1726888170.95268: Calling all_inventory to load vars for managed_node3 138029 1726888170.95271: Calling groups_inventory to load vars for managed_node3 138029 1726888170.95274: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888170.95283: Calling all_plugins_play to load vars for managed_node3 138029 1726888170.95285: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888170.95288: Calling groups_plugins_play to load vars for managed_node3 138029 1726888170.95646: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888170.96024: done with get_vars() 138029 1726888170.96032: variable 'ansible_search_path' from source: unknown 138029 1726888170.96125: variable 'storage_test_pool_subset' from source: include params 138029 1726888170.96147: we have included files to process 138029 1726888170.96148: generating all_blocks data 138029 1726888170.96150: done generating all_blocks data 138029 1726888170.96158: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 138029 1726888170.96158: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 138029 1726888170.96160: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 138029 1726888170.96850: done processing included file 138029 1726888170.96852: iterating over new_blocks loaded from include file 138029 1726888170.96853: in VariableManager get_vars() 138029 1726888170.96865: done with get_vars() 138029 1726888170.96867: filtering new block on tags 138029 1726888170.96963: done filtering new block on tags 138029 1726888170.96966: in VariableManager get_vars() 138029 1726888170.96976: done with get_vars() 138029 1726888170.96977: filtering new block on tags 138029 1726888170.96992: done filtering new block on tags 138029 1726888170.96994: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 138029 1726888170.96997: extending task lists for all hosts with included blocks 138029 1726888170.97699: done extending task lists 138029 1726888170.97700: done processing included files 138029 1726888170.97701: results queue empty 138029 1726888170.97701: checking for any_errors_fatal 138029 1726888170.97704: done checking for any_errors_fatal 138029 1726888170.97705: checking for max_fail_percentage 138029 1726888170.97705: done checking for max_fail_percentage 138029 1726888170.97706: checking to see if all hosts have failed and the running result is not ok 138029 1726888170.97706: done checking to see if all hosts have failed 138029 1726888170.97707: getting the remaining hosts for this loop 138029 1726888170.97708: done getting the remaining hosts for this loop 138029 1726888170.97709: getting the next task for host managed_node3 138029 1726888170.97712: done getting next task for host managed_node3 138029 1726888170.97713: ^ task is: TASK: Get information about RAID 138029 1726888170.97715: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888170.97717: getting variables 138029 1726888170.97717: in VariableManager get_vars() 138029 1726888170.97723: Calling all_inventory to load vars for managed_node3 138029 1726888170.97725: Calling groups_inventory to load vars for managed_node3 138029 1726888170.97726: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888170.97730: Calling all_plugins_play to load vars for managed_node3 138029 1726888170.97731: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888170.97733: Calling groups_plugins_play to load vars for managed_node3 138029 1726888170.98004: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888170.98365: done with get_vars() 138029 1726888170.98375: done getting variables 138029 1726888170.98403: 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/verify-pool-md.yml:8 Friday 20 September 2024 23:09:30 -0400 (0:00:00.040) 0:03:03.707 ****** 138029 1726888170.98423: entering _queue_task() for managed_node3/command 138029 1726888170.98617: worker is 1 (out of 1 available) 138029 1726888170.98630: exiting _queue_task() for managed_node3/command 138029 1726888170.98641: done queuing things up, now waiting for results queue to drain 138029 1726888170.98643: waiting for pending results... 138029 1726888170.98822: running TaskExecutor() for managed_node3/TASK: Get information about RAID 138029 1726888170.98910: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000016ec 138029 1726888170.98922: variable 'ansible_search_path' from source: unknown 138029 1726888170.98949: calling self._execute() 138029 1726888170.99039: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.99043: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.99051: variable 'omit' from source: magic vars 138029 1726888170.99333: variable 'storage_test_pool' from source: include params 138029 1726888170.99372: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888170.99456: variable 'storage_test_pool' from source: include params 138029 1726888170.99481: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888170.99487: variable 'omit' from source: magic vars 138029 1726888170.99527: variable 'omit' from source: magic vars 138029 1726888170.99604: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888170.99628: variable 'omit' from source: magic vars 138029 1726888170.99661: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888170.99690: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888170.99706: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888170.99719: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.99729: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888170.99744: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888170.99759: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888170.99784: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888170.99787: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.99789: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888170.99871: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888170.99876: Set connection var ansible_timeout to 10 138029 1726888170.99881: Set connection var ansible_pipelining to False 138029 1726888170.99884: Set connection var ansible_shell_type to sh 138029 1726888170.99887: Set connection var ansible_connection to ssh 138029 1726888170.99891: Set connection var ansible_shell_executable to /bin/sh 138029 1726888170.99910: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.99913: variable 'ansible_connection' from source: unknown 138029 1726888170.99916: variable 'ansible_module_compression' from source: unknown 138029 1726888170.99918: variable 'ansible_shell_type' from source: unknown 138029 1726888170.99921: variable 'ansible_shell_executable' from source: unknown 138029 1726888170.99923: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888170.99926: variable 'ansible_pipelining' from source: unknown 138029 1726888170.99928: variable 'ansible_timeout' from source: unknown 138029 1726888170.99930: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888171.00031: 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) 138029 1726888171.00042: variable 'omit' from source: magic vars 138029 1726888171.00045: starting attempt loop 138029 1726888171.00048: running the handler 138029 1726888171.00061: _low_level_execute_command(): starting 138029 1726888171.00072: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888171.00581: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888171.00585: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888171.00589: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888171.00635: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888171.00638: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888171.00640: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888171.00701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888171.02401: stdout chunk (state=3): >>>/root <<< 138029 1726888171.02499: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888171.02527: stderr chunk (state=3): >>><<< 138029 1726888171.02531: stdout chunk (state=3): >>><<< 138029 1726888171.02550: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888171.02567: _low_level_execute_command(): starting 138029 1726888171.02571: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888171.0255015-143383-5071383630745 `" && echo ansible-tmp-1726888171.0255015-143383-5071383630745="` echo /root/.ansible/tmp/ansible-tmp-1726888171.0255015-143383-5071383630745 `" ) && sleep 0' 138029 1726888171.02990: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888171.03000: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888171.03003: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888171.03006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888171.03051: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888171.03062: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888171.03065: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888171.03104: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888171.11984: stdout chunk (state=3): >>>ansible-tmp-1726888171.0255015-143383-5071383630745=/root/.ansible/tmp/ansible-tmp-1726888171.0255015-143383-5071383630745 <<< 138029 1726888171.12098: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888171.12125: stderr chunk (state=3): >>><<< 138029 1726888171.12130: stdout chunk (state=3): >>><<< 138029 1726888171.12150: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888171.0255015-143383-5071383630745=/root/.ansible/tmp/ansible-tmp-1726888171.0255015-143383-5071383630745 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888171.12185: variable 'ansible_module_compression' from source: unknown 138029 1726888171.12225: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888171.12261: variable 'ansible_facts' from source: unknown 138029 1726888171.12318: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888171.0255015-143383-5071383630745/AnsiballZ_command.py 138029 1726888171.12425: Sending initial data 138029 1726888171.12429: Sent initial data (156 bytes) 138029 1726888171.12854: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888171.12891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888171.12896: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888171.12898: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888171.12902: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888171.12904: 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 <<< 138029 1726888171.12906: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888171.12954: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888171.12963: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888171.12966: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888171.13004: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888171.14582: 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 <<< 138029 1726888171.14638: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888171.14689: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp0c8sj2_f /root/.ansible/tmp/ansible-tmp-1726888171.0255015-143383-5071383630745/AnsiballZ_command.py <<< 138029 1726888171.14695: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888171.0255015-143383-5071383630745/AnsiballZ_command.py" <<< 138029 1726888171.14734: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp0c8sj2_f" to remote "/root/.ansible/tmp/ansible-tmp-1726888171.0255015-143383-5071383630745/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888171.0255015-143383-5071383630745/AnsiballZ_command.py" <<< 138029 1726888171.15299: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888171.15338: stderr chunk (state=3): >>><<< 138029 1726888171.15341: stdout chunk (state=3): >>><<< 138029 1726888171.15380: done transferring module to remote 138029 1726888171.15394: _low_level_execute_command(): starting 138029 1726888171.15399: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888171.0255015-143383-5071383630745/ /root/.ansible/tmp/ansible-tmp-1726888171.0255015-143383-5071383630745/AnsiballZ_command.py && sleep 0' 138029 1726888171.15844: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888171.15847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888171.15853: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888171.15858: 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 <<< 138029 1726888171.15861: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888171.15890: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888171.15898: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888171.15959: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888171.17698: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888171.17721: stderr chunk (state=3): >>><<< 138029 1726888171.17724: stdout chunk (state=3): >>><<< 138029 1726888171.17736: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888171.17739: _low_level_execute_command(): starting 138029 1726888171.17744: _low_level_execute_command(): using become for this command 138029 1726888171.17754: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-nfgjicvhiowaukxvvnyfbdczpnzlqqiz ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888171.0255015-143383-5071383630745/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888171.17834: Initial state: awaiting_escalation: BECOME-SUCCESS-nfgjicvhiowaukxvvnyfbdczpnzlqqiz 138029 1726888171.18213: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888171.18216: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888171.18242: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888171.18258: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888171.18311: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888171.21186: stdout chunk (state=1): >>>BECOME-SUCCESS-nfgjicvhiowaukxvvnyfbdczpnzlqqiz <<< 138029 1726888171.21189: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-nfgjicvhiowaukxvvnyfbdczpnzlqqiz' 138029 1726888171.21518: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888171.21561: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888171.21587: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888171.21593: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888171.21688: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888171.21719: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888171.21739: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888171.21770: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888171.21803: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888171.21825: 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' <<< 138029 1726888171.21853: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888171.21886: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888171.21923: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888171.21930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888171.21949: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364e1103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364e0dfa10> <<< 138029 1726888171.21989: 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' <<< 138029 1726888171.22011: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364e112960> <<< 138029 1726888171.22032: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888171.22036: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888171.22052: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888171.22062: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888171.22102: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888171.22182: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888171.22213: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888171.22217: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888171.22250: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888171.22256: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888171.22283: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888171.22300: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888171.22303: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888171.22339: 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 <<< 138029 1726888171.22345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888171.22377: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dec0fe0> <<< 138029 1726888171.22425: 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 <<< 138029 1726888171.22432: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888171.22444: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dec1fd0> <<< 138029 1726888171.22476: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888171.22508: 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. <<< 138029 1726888171.22763: 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' <<< 138029 1726888171.22835: 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 <<< 138029 1726888171.22856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888171.22889: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888171.22897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888171.22988: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df07dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888171.22993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888171.22996: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df07fe0> <<< 138029 1726888171.23067: 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' <<< 138029 1726888171.23071: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888171.23121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888171.23166: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888171.23189: 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 0x7f364df377a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888171.23262: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df37e30> import '_collections' # <<< 138029 1726888171.23309: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df17aa0> import '_functools' # <<< 138029 1726888171.23312: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df151c0> <<< 138029 1726888171.23422: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df04f80> <<< 138029 1726888171.23433: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888171.23460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 138029 1726888171.23494: 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' <<< 138029 1726888171.23516: 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' <<< 138029 1726888171.23557: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df5b6e0> <<< 138029 1726888171.23566: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df5a300> <<< 138029 1726888171.23601: 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 0x7f364df16090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df58b90> <<< 138029 1726888171.23661: 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 0x7f364df8c740> <<< 138029 1726888171.23664: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df04200> <<< 138029 1726888171.23691: 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' <<< 138029 1726888171.23722: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888171.23764: 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 0x7f364df8cbf0> <<< 138029 1726888171.23772: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df8caa0> <<< 138029 1726888171.23789: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888171.23796: 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 0x7f364df8ce90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364defad20> <<< 138029 1726888171.23823: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888171.23826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888171.23842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888171.23879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888171.23893: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df8d550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df8d220> <<< 138029 1726888171.23904: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888171.23931: 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' <<< 138029 1726888171.23952: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df8e450> <<< 138029 1726888171.23991: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888171.23994: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888171.24010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888171.24070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888171.24142: 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 0x7f364dfa8680> import 'errno' # <<< 138029 1726888171.24148: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888171.24190: 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 0x7f364dfa9dc0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888171.24197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888171.24222: 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 0x7f364dfaac60> <<< 138029 1726888171.24280: 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 0x7f364dfab290> <<< 138029 1726888171.24284: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dfaa1b0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888171.24336: 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 0x7f364dfabd10> <<< 138029 1726888171.24349: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dfab440> <<< 138029 1726888171.24384: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df8e4b0> <<< 138029 1726888171.24419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888171.24435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888171.24452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888171.24473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888171.24507: 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' <<< 138029 1726888171.24539: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364dd2fc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888171.24549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888171.24594: 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' <<< 138029 1726888171.24597: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364dd58710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dd58470> <<< 138029 1726888171.24618: 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 0x7f364dd58740> <<< 138029 1726888171.24634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888171.24649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888171.24701: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888171.24853: 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 0x7f364dd59040> <<< 138029 1726888171.24941: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888171.24949: 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 0x7f364dd59a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dd58920> <<< 138029 1726888171.24979: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dd2ddf0> <<< 138029 1726888171.24987: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888171.25013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888171.25029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888171.25056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888171.25061: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dd5ae40> <<< 138029 1726888171.25086: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dd59b80> <<< 138029 1726888171.25099: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df8eba0> <<< 138029 1726888171.25130: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888171.25191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888171.25213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888171.25246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888171.25278: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dd831d0> <<< 138029 1726888171.25328: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888171.25348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888171.25370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888171.25393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888171.25431: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364ddaf590> <<< 138029 1726888171.25492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888171.25511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888171.25569: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888171.25592: 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 0x7f364de08380> <<< 138029 1726888171.25614: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888171.25643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888171.25677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888171.25728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888171.25805: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364de0aae0> <<< 138029 1726888171.25884: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364de084a0> <<< 138029 1726888171.25992: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364ddd5370> <<< 138029 1726888171.26019: 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 0x7f364d725490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364ddae390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dd5bda0> <<< 138029 1726888171.32080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888171.32117: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f364ddae6f0> <<< 138029 1726888171.39301: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_fv4du96a/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 138029 1726888171.39308: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.39311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888171.39313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888171.39325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888171.39395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888171.39439: 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 0x7f364d77b1d0> <<< 138029 1726888171.39453: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888171.39652: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d75e0c0> <<< 138029 1726888171.39892: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d75d280> # zipimport: zlib available import 'ansible' # <<< 138029 1726888171.39896: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888171.41160: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.42607: 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 0x7f364d779070> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f364d7a2b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d7a28d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d7a21e0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f364d7a2cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d77bc50> <<< 138029 1726888171.42636: 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 0x7f364d7a3890> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364d7a3aa0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888171.42667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888171.42716: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888171.42751: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d7a3fe0> import 'pwd' # <<< 138029 1726888171.42779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888171.42795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888171.42822: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d611df0> <<< 138029 1726888171.42877: 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 0x7f364d613a10> <<< 138029 1726888171.42898: 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' <<< 138029 1726888171.42949: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d614410> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888171.42990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888171.43088: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d615310> # /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' <<< 138029 1726888171.43213: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d617f80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364d61c3b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d616300> <<< 138029 1726888171.43374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888171.43390: 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 0x7f364d61ffb0> import '_tokenize' # <<< 138029 1726888171.43441: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d61ea80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d61e7e0> <<< 138029 1726888171.43475: 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' <<< 138029 1726888171.43549: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d61ed50> <<< 138029 1726888171.43577: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d616810> <<< 138029 1726888171.43603: 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 0x7f364d663f50> <<< 138029 1726888171.43638: 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 0x7f364d664260> <<< 138029 1726888171.43687: 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' <<< 138029 1726888171.43700: 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' <<< 138029 1726888171.43751: 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 0x7f364d665d00> <<< 138029 1726888171.43767: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d665ac0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888171.43877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888171.43932: 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 0x7f364d668290> <<< 138029 1726888171.43963: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d6663c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888171.44015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888171.44038: 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' <<< 138029 1726888171.44052: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888171.44082: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d66ba40> <<< 138029 1726888171.44200: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d668440> <<< 138029 1726888171.44259: 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 0x7f364d66cd40> <<< 138029 1726888171.44294: 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 0x7f364d66caa0> <<< 138029 1726888171.44338: 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 0x7f364d66cda0> <<< 138029 1726888171.44361: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d6643e0> <<< 138029 1726888171.44391: 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 <<< 138029 1726888171.44436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888171.44440: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888171.44467: 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 0x7f364d6f8470> <<< 138029 1726888171.44626: 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 0x7f364d6f96d0> <<< 138029 1726888171.44674: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d66ec00> <<< 138029 1726888171.44685: 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 0x7f364d66ffb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d66e870> <<< 138029 1726888171.44722: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888171.44731: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.44810: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.44963: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888171.44992: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888171.45086: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.45231: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.45752: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.46297: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888171.46309: 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' # <<< 138029 1726888171.46341: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888171.46353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888171.46396: 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 0x7f364d6fd910> <<< 138029 1726888171.46477: 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' <<< 138029 1726888171.46504: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d6fe660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d6f9940> <<< 138029 1726888171.46566: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888171.46583: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.46602: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.46630: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888171.46633: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.46769: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.46932: 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' <<< 138029 1726888171.46953: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d6fe7b0> <<< 138029 1726888171.46968: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.47413: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.47858: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.47931: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.48030: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888171.48046: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.48071: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.48099: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888171.48174: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.48473: 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 <<< 138029 1726888171.48619: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.48854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888171.48926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888171.48929: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888171.49000: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d6ff920> <<< 138029 1726888171.49017: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.49082: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.49183: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888171.49187: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888171.49205: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.49245: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.49293: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888171.49296: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.49343: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.49390: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.49445: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.49516: 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 <<< 138029 1726888171.49553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888171.49711: 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 0x7f364d50a150> <<< 138029 1726888171.49736: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d505af0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888171.49784: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.49852: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.49879: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.49925: 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' <<< 138029 1726888171.49943: 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 <<< 138029 1726888171.49994: 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 <<< 138029 1726888171.50054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888171.50077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888171.50098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888171.50146: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d602990> <<< 138029 1726888171.50189: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d7de660> <<< 138029 1726888171.50291: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d50a120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d66cb90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888171.50302: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.50334: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.50361: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888171.50403: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888171.50448: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.50453: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.50476: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888171.50579: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.50687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888171.50718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888171.50721: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df04d40> <<< 138029 1726888171.50799: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888171.51630: stdout chunk (state=3): >>> {"changed": true, "stdout": "/dev/md/vg1-1:\n Version : 1.0\n Creation Time : Fri Sep 20 23:06:46 2024\n Raid Level : raid1\n Array Size : 10469248 (9.98 GiB 10.72 GB)\n Used Dev Size : 10469248 (9.98 GiB 10.72 GB)\n Raid Devices : 2\n Total Devices : 3\n Persistence : Superblock is persistent\n\n Intent Bitmap : Internal\n\n Update Time : Fri Sep 20 23:09:30 2024\n State : clean, resyncing \n Active Devices : 2\n Working Devices : 3\n Failed Devices : 0\n Spare Devices : 1\n\nConsistency Policy : bitmap\n\n Resync Status : 89% complete\n\n Name : vg1-1\n UUID : 346697d2:67592c68:c45ed901:d57a6ae2\n Events : 44\n\n Number Major Minor RaidDevice State\n 0 8 1 0 active sync /dev/sda1\n 1 8 17 1 active sync /dev/sdb1\n\n 2 8 33 - spare /dev/sdc1", "stderr": "", "rc": 0, "cmd": ["mdadm", "--detail", "/dev/md/vg1-1"], "start": "2024-09-20 23:09:31.508258", "end": "2024-09-20 23:09:31.515033", "delta": "0:00:00.006775", "msg": "", "invocation": {"module_args": {"_raw_params": "mdadm --detail /dev/md/vg1-1", "_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}}} <<< 138029 1726888171.51668: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888171.52125: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888171.52142: 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 <<< 138029 1726888171.52180: 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 <<< 138029 1726888171.52241: stdout chunk (state=3): >>># cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888171.52294: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888171.52570: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888171.52590: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 <<< 138029 1726888171.52633: stdout chunk (state=3): >>># 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 <<< 138029 1726888171.52672: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888171.52675: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888171.52743: 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 <<< 138029 1726888171.52746: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888171.52791: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch <<< 138029 1726888171.52809: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888171.52838: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888171.52849: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888171.52911: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888171.52929: 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 <<< 138029 1726888171.52990: 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 <<< 138029 1726888171.52995: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 138029 1726888171.53047: 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 encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 138029 1726888171.53051: 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 <<< 138029 1726888171.53204: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888171.53231: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid <<< 138029 1726888171.53260: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888171.53284: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888171.53313: 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 <<< 138029 1726888171.53430: 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 <<< 138029 1726888171.53473: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 138029 1726888171.53515: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 138029 1726888171.53532: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888171.54060: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888171.54079: stderr chunk (state=3): >>><<< 138029 1726888171.54096: stdout chunk (state=3): >>><<< 138029 1726888171.54199: _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 0x7f364e1103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364e0dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364e112960> 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 0x7f364dec0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f364dec1fd0> 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 0x7f364df07dd0> # /usr/lib64/python3.12/__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 0x7f364df07fe0> # /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 0x7f364df377a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df37e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df17aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df151c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df04f80> # /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 0x7f364df5b6e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df5a300> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df16090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df58b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df8c740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df04200> # /usr/lib64/python3.12/__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 0x7f364df8cbf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df8caa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364df8ce90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364defad20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f364df8d550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df8d220> 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 0x7f364df8e450> 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 0x7f364dfa8680> 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 0x7f364dfa9dc0> # /usr/lib64/python3.12/__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 0x7f364dfaac60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364dfab290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dfaa1b0> # /usr/lib64/python3.12/__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 0x7f364dfabd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dfab440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df8e4b0> # /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 0x7f364dd2fc50> # /usr/lib64/python3.12/__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 0x7f364dd58710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dd58470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364dd58740> # /usr/lib64/python3.12/__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 0x7f364dd59040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364dd59a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dd58920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dd2ddf0> # /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 0x7f364dd5ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dd59b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364df8eba0> # /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 0x7f364dd831d0> # /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 0x7f364ddaf590> # /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 0x7f364de08380> # /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 0x7f364de0aae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364de084a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364ddd5370> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d725490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364ddae390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364dd5bda0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f364ddae6f0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_fv4du96a/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 0x7f364d77b1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d75e0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d75d280> # 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 0x7f364d779070> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f364d7a2b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d7a28d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d7a21e0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f364d7a2cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d77bc50> 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 0x7f364d7a3890> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364d7a3aa0> # /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 0x7f364d7a3fe0> 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 0x7f364d611df0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364d613a10> # /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 0x7f364d614410> # /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 0x7f364d615310> # /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 0x7f364d617f80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364d61c3b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d616300> # /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 0x7f364d61ffb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d61ea80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d61e7e0> # /usr/lib64/python3.12/__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 0x7f364d61ed50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d616810> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364d663f50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d664260> # /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 0x7f364d665d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d665ac0> # /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 0x7f364d668290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d6663c0> # /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 0x7f364d66ba40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d668440> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364d66cd40> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364d66caa0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364d66cda0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d6643e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f364d6f8470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364d6f96d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d66ec00> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f364d66ffb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d66e870> # 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 0x7f364d6fd910> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f364d6fe660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d6f9940> 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 0x7f364d6fe7b0> # 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 0x7f364d6ff920> # 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 0x7f364d50a150> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d505af0> 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 0x7f364d602990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d7de660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d50a120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f364d66cb90> # 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 0x7f364df04d40> # zipimport: zlib available {"changed": true, "stdout": "/dev/md/vg1-1:\n Version : 1.0\n Creation Time : Fri Sep 20 23:06:46 2024\n Raid Level : raid1\n Array Size : 10469248 (9.98 GiB 10.72 GB)\n Used Dev Size : 10469248 (9.98 GiB 10.72 GB)\n Raid Devices : 2\n Total Devices : 3\n Persistence : Superblock is persistent\n\n Intent Bitmap : Internal\n\n Update Time : Fri Sep 20 23:09:30 2024\n State : clean, resyncing \n Active Devices : 2\n Working Devices : 3\n Failed Devices : 0\n Spare Devices : 1\n\nConsistency Policy : bitmap\n\n Resync Status : 89% complete\n\n Name : vg1-1\n UUID : 346697d2:67592c68:c45ed901:d57a6ae2\n Events : 44\n\n Number Major Minor RaidDevice State\n 0 8 1 0 active sync /dev/sda1\n 1 8 17 1 active sync /dev/sdb1\n\n 2 8 33 - spare /dev/sdc1", "stderr": "", "rc": 0, "cmd": ["mdadm", "--detail", "/dev/md/vg1-1"], "start": "2024-09-20 23:09:31.508258", "end": "2024-09-20 23:09:31.515033", "delta": "0:00:00.006775", "msg": "", "invocation": {"module_args": {"_raw_params": "mdadm --detail /dev/md/vg1-1", "_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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888171.55311: done with _execute_module (ansible.legacy.command, {'_raw_params': 'mdadm --detail /dev/md/vg1-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': '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-1726888171.0255015-143383-5071383630745/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888171.55314: _low_level_execute_command(): starting 138029 1726888171.55316: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888171.0255015-143383-5071383630745/ > /dev/null 2>&1 && sleep 0' 138029 1726888171.55580: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888171.55583: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888171.55586: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888171.55588: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888171.55590: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888171.55592: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888171.55606: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888171.55626: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888171.55639: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888171.55651: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888171.55698: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888171.55762: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888171.55786: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888171.55877: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888171.57962: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888171.57966: stdout chunk (state=3): >>><<< 138029 1726888171.57969: stderr chunk (state=3): >>><<< 138029 1726888171.57972: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888171.57974: handler run complete 138029 1726888171.57976: Evaluated conditional (False): False 138029 1726888171.57978: attempt loop complete, returning result 138029 1726888171.57980: _execute() done 138029 1726888171.57982: dumping result to json 138029 1726888171.57984: done dumping result, returning 138029 1726888171.57986: done running TaskExecutor() for managed_node3/TASK: Get information about RAID [0affc8a3-6f6f-5a58-73a2-0000000016ec] 138029 1726888171.57988: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016ec ok: [managed_node3] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.006775", "end": "2024-09-20 23:09:31.515033", "rc": 0, "start": "2024-09-20 23:09:31.508258" } STDOUT: /dev/md/vg1-1: Version : 1.0 Creation Time : Fri Sep 20 23:06:46 2024 Raid Level : raid1 Array Size : 10469248 (9.98 GiB 10.72 GB) Used Dev Size : 10469248 (9.98 GiB 10.72 GB) Raid Devices : 2 Total Devices : 3 Persistence : Superblock is persistent Intent Bitmap : Internal Update Time : Fri Sep 20 23:09:30 2024 State : clean, resyncing Active Devices : 2 Working Devices : 3 Failed Devices : 0 Spare Devices : 1 Consistency Policy : bitmap Resync Status : 89% complete Name : vg1-1 UUID : 346697d2:67592c68:c45ed901:d57a6ae2 Events : 44 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 - spare /dev/sdc1 138029 1726888171.58194: no more pending results, returning what we have 138029 1726888171.58198: results queue empty 138029 1726888171.58200: checking for any_errors_fatal 138029 1726888171.58201: done checking for any_errors_fatal 138029 1726888171.58202: checking for max_fail_percentage 138029 1726888171.58204: done checking for max_fail_percentage 138029 1726888171.58205: checking to see if all hosts have failed and the running result is not ok 138029 1726888171.58341: done checking to see if all hosts have failed 138029 1726888171.58343: getting the remaining hosts for this loop 138029 1726888171.58345: done getting the remaining hosts for this loop 138029 1726888171.58358: getting the next task for host managed_node3 138029 1726888171.58367: done getting next task for host managed_node3 138029 1726888171.58370: ^ task is: TASK: Set active devices regex 138029 1726888171.58375: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888171.58382: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016ec 138029 1726888171.58396: WORKER PROCESS EXITING 138029 1726888171.58391: getting variables 138029 1726888171.58398: in VariableManager get_vars() 138029 1726888171.58551: Calling all_inventory to load vars for managed_node3 138029 1726888171.58554: Calling groups_inventory to load vars for managed_node3 138029 1726888171.58561: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888171.58571: Calling all_plugins_play to load vars for managed_node3 138029 1726888171.58575: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888171.58579: Calling groups_plugins_play to load vars for managed_node3 138029 1726888171.60225: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888171.60911: done with get_vars() 138029 1726888171.60933: done getting variables 138029 1726888171.60993: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:14 Friday 20 September 2024 23:09:31 -0400 (0:00:00.625) 0:03:04.333 ****** 138029 1726888171.61025: entering _queue_task() for managed_node3/set_fact 138029 1726888171.61333: worker is 1 (out of 1 available) 138029 1726888171.61345: exiting _queue_task() for managed_node3/set_fact 138029 1726888171.61461: done queuing things up, now waiting for results queue to drain 138029 1726888171.61463: waiting for pending results... 138029 1726888171.61673: running TaskExecutor() for managed_node3/TASK: Set active devices regex 138029 1726888171.61823: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000016ed 138029 1726888171.61848: variable 'ansible_search_path' from source: unknown 138029 1726888171.61895: calling self._execute() 138029 1726888171.62048: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888171.62065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888171.62083: variable 'omit' from source: magic vars 138029 1726888171.62591: variable 'storage_test_pool' from source: include params 138029 1726888171.62651: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888171.62809: variable 'storage_test_pool' from source: include params 138029 1726888171.62892: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888171.63035: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888171.63423: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888171.63569: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888171.63572: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888171.63596: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888171.63707: 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) 138029 1726888171.63739: 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) 138029 1726888171.63780: 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) 138029 1726888171.63812: 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) 138029 1726888171.63927: variable 'storage_test_pool' from source: include params 138029 1726888171.63968: Evaluated conditional (storage_test_pool.raid_device_count is defined): True 138029 1726888171.63986: variable 'omit' from source: magic vars 138029 1726888171.64051: variable 'omit' from source: magic vars 138029 1726888171.64209: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888171.66329: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888171.66480: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888171.66484: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888171.66527: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888171.66573: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888171.66706: variable 'storage_test_pool' from source: include params 138029 1726888171.66783: variable 'omit' from source: magic vars 138029 1726888171.66841: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888171.66873: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888171.66893: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888171.66915: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888171.66932: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888171.66951: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888171.67022: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888171.67025: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888171.67028: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888171.67033: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888171.67150: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888171.67164: Set connection var ansible_timeout to 10 138029 1726888171.67175: Set connection var ansible_pipelining to False 138029 1726888171.67182: Set connection var ansible_shell_type to sh 138029 1726888171.67189: Set connection var ansible_connection to ssh 138029 1726888171.67198: Set connection var ansible_shell_executable to /bin/sh 138029 1726888171.67229: variable 'ansible_shell_executable' from source: unknown 138029 1726888171.67357: variable 'ansible_connection' from source: unknown 138029 1726888171.67362: variable 'ansible_module_compression' from source: unknown 138029 1726888171.67364: variable 'ansible_shell_type' from source: unknown 138029 1726888171.67366: variable 'ansible_shell_executable' from source: unknown 138029 1726888171.67368: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888171.67370: variable 'ansible_pipelining' from source: unknown 138029 1726888171.67372: variable 'ansible_timeout' from source: unknown 138029 1726888171.67373: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888171.67375: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888171.67391: variable 'omit' from source: magic vars 138029 1726888171.67398: starting attempt loop 138029 1726888171.67404: running the handler 138029 1726888171.67415: handler run complete 138029 1726888171.67425: attempt loop complete, returning result 138029 1726888171.67430: _execute() done 138029 1726888171.67436: dumping result to json 138029 1726888171.67441: done dumping result, returning 138029 1726888171.67449: done running TaskExecutor() for managed_node3/TASK: Set active devices regex [0affc8a3-6f6f-5a58-73a2-0000000016ed] 138029 1726888171.67462: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016ed ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n" }, "changed": false } 138029 1726888171.67647: no more pending results, returning what we have 138029 1726888171.67650: results queue empty 138029 1726888171.67651: checking for any_errors_fatal 138029 1726888171.67665: done checking for any_errors_fatal 138029 1726888171.67666: checking for max_fail_percentage 138029 1726888171.67668: done checking for max_fail_percentage 138029 1726888171.67669: checking to see if all hosts have failed and the running result is not ok 138029 1726888171.67670: done checking to see if all hosts have failed 138029 1726888171.67670: getting the remaining hosts for this loop 138029 1726888171.67672: done getting the remaining hosts for this loop 138029 1726888171.67676: getting the next task for host managed_node3 138029 1726888171.67689: done getting next task for host managed_node3 138029 1726888171.67692: ^ task is: TASK: Set spare devices regex 138029 1726888171.67697: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888171.67703: getting variables 138029 1726888171.67705: in VariableManager get_vars() 138029 1726888171.67738: Calling all_inventory to load vars for managed_node3 138029 1726888171.67741: Calling groups_inventory to load vars for managed_node3 138029 1726888171.67744: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888171.67864: Calling all_plugins_play to load vars for managed_node3 138029 1726888171.67871: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888171.67976: Calling groups_plugins_play to load vars for managed_node3 138029 1726888171.68592: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016ed 138029 1726888171.68596: WORKER PROCESS EXITING 138029 1726888171.68738: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888171.69424: done with get_vars() 138029 1726888171.69443: done getting variables 138029 1726888171.69511: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:19 Friday 20 September 2024 23:09:31 -0400 (0:00:00.085) 0:03:04.419 ****** 138029 1726888171.69547: entering _queue_task() for managed_node3/set_fact 138029 1726888171.69965: worker is 1 (out of 1 available) 138029 1726888171.69978: exiting _queue_task() for managed_node3/set_fact 138029 1726888171.69989: done queuing things up, now waiting for results queue to drain 138029 1726888171.69991: waiting for pending results... 138029 1726888171.70223: running TaskExecutor() for managed_node3/TASK: Set spare devices regex 138029 1726888171.70396: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000016ee 138029 1726888171.70418: variable 'ansible_search_path' from source: unknown 138029 1726888171.70467: calling self._execute() 138029 1726888171.70607: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888171.70620: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888171.70638: variable 'omit' from source: magic vars 138029 1726888171.71068: variable 'storage_test_pool' from source: include params 138029 1726888171.71136: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888171.71273: variable 'storage_test_pool' from source: include params 138029 1726888171.71313: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888171.71493: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888171.71779: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888171.71823: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888171.71863: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888171.71903: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888171.71986: 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) 138029 1726888171.72017: 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) 138029 1726888171.72044: 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) 138029 1726888171.72076: 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) 138029 1726888171.72166: variable 'storage_test_pool' from source: include params 138029 1726888171.72212: Evaluated conditional (storage_test_pool.raid_spare_count is defined): True 138029 1726888171.72223: variable 'omit' from source: magic vars 138029 1726888171.72285: variable 'omit' from source: magic vars 138029 1726888171.72436: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888171.74597: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888171.74599: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888171.74633: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888171.74668: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888171.74696: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888171.74796: variable 'storage_test_pool' from source: include params 138029 1726888171.74925: variable 'omit' from source: magic vars 138029 1726888171.74928: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888171.74931: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888171.74942: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888171.74965: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888171.74980: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888171.74999: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888171.75032: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888171.75063: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888171.75152: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888171.75157: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888171.75203: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888171.75213: Set connection var ansible_timeout to 10 138029 1726888171.75222: Set connection var ansible_pipelining to False 138029 1726888171.75229: Set connection var ansible_shell_type to sh 138029 1726888171.75234: Set connection var ansible_connection to ssh 138029 1726888171.75242: Set connection var ansible_shell_executable to /bin/sh 138029 1726888171.75281: variable 'ansible_shell_executable' from source: unknown 138029 1726888171.75288: variable 'ansible_connection' from source: unknown 138029 1726888171.75294: variable 'ansible_module_compression' from source: unknown 138029 1726888171.75300: variable 'ansible_shell_type' from source: unknown 138029 1726888171.75306: variable 'ansible_shell_executable' from source: unknown 138029 1726888171.75311: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888171.75369: variable 'ansible_pipelining' from source: unknown 138029 1726888171.75372: variable 'ansible_timeout' from source: unknown 138029 1726888171.75376: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888171.75439: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888171.75477: variable 'omit' from source: magic vars 138029 1726888171.75481: starting attempt loop 138029 1726888171.75487: running the handler 138029 1726888171.75561: handler run complete 138029 1726888171.75564: attempt loop complete, returning result 138029 1726888171.75567: _execute() done 138029 1726888171.75569: dumping result to json 138029 1726888171.75571: done dumping result, returning 138029 1726888171.75573: done running TaskExecutor() for managed_node3/TASK: Set spare devices regex [0affc8a3-6f6f-5a58-73a2-0000000016ee] 138029 1726888171.75575: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016ee ok: [managed_node3] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 1\\\n" }, "changed": false } 138029 1726888171.75764: no more pending results, returning what we have 138029 1726888171.75768: results queue empty 138029 1726888171.75769: checking for any_errors_fatal 138029 1726888171.75777: done checking for any_errors_fatal 138029 1726888171.75777: checking for max_fail_percentage 138029 1726888171.75779: done checking for max_fail_percentage 138029 1726888171.75780: checking to see if all hosts have failed and the running result is not ok 138029 1726888171.75781: done checking to see if all hosts have failed 138029 1726888171.75781: getting the remaining hosts for this loop 138029 1726888171.75783: done getting the remaining hosts for this loop 138029 1726888171.75787: getting the next task for host managed_node3 138029 1726888171.75804: done getting next task for host managed_node3 138029 1726888171.75807: ^ task is: TASK: Set md version regex 138029 1726888171.75814: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888171.75820: getting variables 138029 1726888171.75822: in VariableManager get_vars() 138029 1726888171.75860: Calling all_inventory to load vars for managed_node3 138029 1726888171.75863: Calling groups_inventory to load vars for managed_node3 138029 1726888171.75866: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888171.75877: Calling all_plugins_play to load vars for managed_node3 138029 1726888171.75881: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888171.75884: Calling groups_plugins_play to load vars for managed_node3 138029 1726888171.76569: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016ee 138029 1726888171.76573: WORKER PROCESS EXITING 138029 1726888171.76827: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888171.77534: done with get_vars() 138029 1726888171.77552: done getting variables 138029 1726888171.77618: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:24 Friday 20 September 2024 23:09:31 -0400 (0:00:00.081) 0:03:04.500 ****** 138029 1726888171.77653: entering _queue_task() for managed_node3/set_fact 138029 1726888171.78060: worker is 1 (out of 1 available) 138029 1726888171.78071: exiting _queue_task() for managed_node3/set_fact 138029 1726888171.78081: done queuing things up, now waiting for results queue to drain 138029 1726888171.78082: waiting for pending results... 138029 1726888171.78310: running TaskExecutor() for managed_node3/TASK: Set md version regex 138029 1726888171.78469: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000016ef 138029 1726888171.78491: variable 'ansible_search_path' from source: unknown 138029 1726888171.78538: calling self._execute() 138029 1726888171.78677: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888171.78692: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888171.78757: variable 'omit' from source: magic vars 138029 1726888171.79100: variable 'storage_test_pool' from source: include params 138029 1726888171.79161: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888171.79287: variable 'storage_test_pool' from source: include params 138029 1726888171.79326: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888171.79484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888171.79771: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888171.79819: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888171.79880: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888171.79905: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888171.80057: 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) 138029 1726888171.80060: 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) 138029 1726888171.80063: 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) 138029 1726888171.80087: 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) 138029 1726888171.80185: variable 'storage_test_pool' from source: include params 138029 1726888171.80227: Evaluated conditional (storage_test_pool.raid_metadata_version is defined): True 138029 1726888171.80239: variable 'omit' from source: magic vars 138029 1726888171.80305: variable 'omit' from source: magic vars 138029 1726888171.80460: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888171.82560: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888171.83024: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888171.83028: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888171.83047: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888171.83081: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888171.83184: variable 'storage_test_pool' from source: include params 138029 1726888171.83247: variable 'omit' from source: magic vars 138029 1726888171.83285: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888171.83353: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888171.83359: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888171.83462: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888171.83465: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888171.83469: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888171.83472: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888171.83474: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888171.83476: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888171.83478: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888171.83597: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888171.83609: Set connection var ansible_timeout to 10 138029 1726888171.83621: Set connection var ansible_pipelining to False 138029 1726888171.83628: Set connection var ansible_shell_type to sh 138029 1726888171.83634: Set connection var ansible_connection to ssh 138029 1726888171.83643: Set connection var ansible_shell_executable to /bin/sh 138029 1726888171.83680: variable 'ansible_shell_executable' from source: unknown 138029 1726888171.83689: variable 'ansible_connection' from source: unknown 138029 1726888171.83700: variable 'ansible_module_compression' from source: unknown 138029 1726888171.83707: variable 'ansible_shell_type' from source: unknown 138029 1726888171.83714: variable 'ansible_shell_executable' from source: unknown 138029 1726888171.83721: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888171.83788: variable 'ansible_pipelining' from source: unknown 138029 1726888171.83791: variable 'ansible_timeout' from source: unknown 138029 1726888171.83793: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888171.83863: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888171.83881: variable 'omit' from source: magic vars 138029 1726888171.83896: starting attempt loop 138029 1726888171.83905: running the handler 138029 1726888171.83925: handler run complete 138029 1726888171.83939: attempt loop complete, returning result 138029 1726888171.83946: _execute() done 138029 1726888171.83953: dumping result to json 138029 1726888171.83963: done dumping result, returning 138029 1726888171.84005: done running TaskExecutor() for managed_node3/TASK: Set md version regex [0affc8a3-6f6f-5a58-73a2-0000000016ef] 138029 1726888171.84008: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016ef ok: [managed_node3] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n" }, "changed": false } 138029 1726888171.84154: no more pending results, returning what we have 138029 1726888171.84160: results queue empty 138029 1726888171.84161: checking for any_errors_fatal 138029 1726888171.84171: done checking for any_errors_fatal 138029 1726888171.84172: checking for max_fail_percentage 138029 1726888171.84174: done checking for max_fail_percentage 138029 1726888171.84175: checking to see if all hosts have failed and the running result is not ok 138029 1726888171.84175: done checking to see if all hosts have failed 138029 1726888171.84176: getting the remaining hosts for this loop 138029 1726888171.84180: done getting the remaining hosts for this loop 138029 1726888171.84184: getting the next task for host managed_node3 138029 1726888171.84200: done getting next task for host managed_node3 138029 1726888171.84203: ^ task is: TASK: Set md chunk size regex 138029 1726888171.84209: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888171.84213: getting variables 138029 1726888171.84215: in VariableManager get_vars() 138029 1726888171.84470: Calling all_inventory to load vars for managed_node3 138029 1726888171.84474: Calling groups_inventory to load vars for managed_node3 138029 1726888171.84478: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888171.84488: Calling all_plugins_play to load vars for managed_node3 138029 1726888171.84491: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888171.84494: Calling groups_plugins_play to load vars for managed_node3 138029 1726888171.85088: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016ef 138029 1726888171.85092: WORKER PROCESS EXITING 138029 1726888171.85285: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888171.85975: done with get_vars() 138029 1726888171.85996: done getting variables 138029 1726888171.86047: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 chunk size regex] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Friday 20 September 2024 23:09:31 -0400 (0:00:00.084) 0:03:04.584 ****** 138029 1726888171.86078: entering _queue_task() for managed_node3/set_fact 138029 1726888171.86583: worker is 1 (out of 1 available) 138029 1726888171.86594: exiting _queue_task() for managed_node3/set_fact 138029 1726888171.86603: done queuing things up, now waiting for results queue to drain 138029 1726888171.86605: waiting for pending results... 138029 1726888171.86674: running TaskExecutor() for managed_node3/TASK: Set md chunk size regex 138029 1726888171.86811: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000016f0 138029 1726888171.86841: variable 'ansible_search_path' from source: unknown 138029 1726888171.86883: calling self._execute() 138029 1726888171.87007: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888171.87020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888171.87035: variable 'omit' from source: magic vars 138029 1726888171.87444: variable 'storage_test_pool' from source: include params 138029 1726888171.87503: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888171.87631: variable 'storage_test_pool' from source: include params 138029 1726888171.87671: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888171.87838: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888171.88114: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888171.88171: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888171.88207: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888171.88252: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888171.88333: 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) 138029 1726888171.88372: 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) 138029 1726888171.88402: 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) 138029 1726888171.88433: 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) 138029 1726888171.88527: variable 'storage_test_pool' from source: include params 138029 1726888171.88573: Evaluated conditional (storage_test_pool.raid_chunk_size is defined): True 138029 1726888171.88780: 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) 138029 1726888171.88783: 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) 138029 1726888171.88785: 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) 138029 1726888171.88788: 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) 138029 1726888171.88887: variable 'storage_test_pool' from source: include params 138029 1726888171.88890: Evaluated conditional (storage_test_pool.raid_chunk_size is not none): True 138029 1726888171.89031: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888171.91564: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888171.91644: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888171.91687: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888171.91731: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888171.91764: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888171.91832: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888171.91849: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888171.91879: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888171.91940: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888171.91943: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888171.92033: variable 'storage_test_pool' from source: include params 138029 1726888171.92081: Evaluated conditional (storage_test_pool.raid_chunk_size | string != "0 B"): False 138029 1726888171.92163: when evaluation is False, skipping this task 138029 1726888171.92166: _execute() done 138029 1726888171.92169: dumping result to json 138029 1726888171.92171: done dumping result, returning 138029 1726888171.92173: done running TaskExecutor() for managed_node3/TASK: Set md chunk size regex [0affc8a3-6f6f-5a58-73a2-0000000016f0] 138029 1726888171.92175: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016f0 138029 1726888171.92249: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016f0 138029 1726888171.92252: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size | string != \"0 B\"", "skip_reason": "Conditional result was False" } 138029 1726888171.92312: no more pending results, returning what we have 138029 1726888171.92316: results queue empty 138029 1726888171.92317: checking for any_errors_fatal 138029 1726888171.92323: done checking for any_errors_fatal 138029 1726888171.92324: checking for max_fail_percentage 138029 1726888171.92326: done checking for max_fail_percentage 138029 1726888171.92327: checking to see if all hosts have failed and the running result is not ok 138029 1726888171.92328: done checking to see if all hosts have failed 138029 1726888171.92328: getting the remaining hosts for this loop 138029 1726888171.92330: done getting the remaining hosts for this loop 138029 1726888171.92334: getting the next task for host managed_node3 138029 1726888171.92341: done getting next task for host managed_node3 138029 1726888171.92344: ^ task is: TASK: Parse the chunk size 138029 1726888171.92349: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888171.92362: getting variables 138029 1726888171.92363: in VariableManager get_vars() 138029 1726888171.92491: Calling all_inventory to load vars for managed_node3 138029 1726888171.92494: Calling groups_inventory to load vars for managed_node3 138029 1726888171.92498: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888171.92509: Calling all_plugins_play to load vars for managed_node3 138029 1726888171.92513: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888171.92515: Calling groups_plugins_play to load vars for managed_node3 138029 1726888171.93574: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888171.94245: done with get_vars() 138029 1726888171.94265: done getting variables TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Friday 20 September 2024 23:09:31 -0400 (0:00:00.082) 0:03:04.667 ****** 138029 1726888171.94357: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888171.94653: worker is 1 (out of 1 available) 138029 1726888171.94668: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888171.94792: done queuing things up, now waiting for results queue to drain 138029 1726888171.94794: waiting for pending results... 138029 1726888171.95073: running TaskExecutor() for managed_node3/TASK: Parse the chunk size 138029 1726888171.95159: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000016f1 138029 1726888171.95181: variable 'ansible_search_path' from source: unknown 138029 1726888171.95330: calling self._execute() 138029 1726888171.95359: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888171.95372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888171.95386: variable 'omit' from source: magic vars 138029 1726888171.95799: variable 'storage_test_pool' from source: include params 138029 1726888171.95857: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888171.95996: variable 'storage_test_pool' from source: include params 138029 1726888171.96033: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888171.96194: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888171.96477: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888171.96534: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888171.96576: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888171.96616: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888171.96709: 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) 138029 1726888171.96740: 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) 138029 1726888171.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) 138029 1726888171.96967: 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) 138029 1726888171.96969: variable 'storage_test_pool' from source: include params 138029 1726888171.96972: Evaluated conditional (storage_test_pool.raid_chunk_size is defined): True 138029 1726888171.97040: 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) 138029 1726888171.97066: 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) 138029 1726888171.97100: 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) 138029 1726888171.97125: 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) 138029 1726888171.97208: variable 'storage_test_pool' from source: include params 138029 1726888171.97249: Evaluated conditional (storage_test_pool.raid_chunk_size is not none): True 138029 1726888171.97396: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888171.99646: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888171.99726: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888171.99769: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888171.99803: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888171.99840: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888171.99890: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888171.99926: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888171.99954: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888172.00000: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888172.00017: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888172.00142: variable 'storage_test_pool' from source: include params 138029 1726888172.00167: Evaluated conditional (storage_test_pool.raid_chunk_size | string != "0 B"): False 138029 1726888172.00175: when evaluation is False, skipping this task 138029 1726888172.00182: _execute() done 138029 1726888172.00251: dumping result to json 138029 1726888172.00257: done dumping result, returning 138029 1726888172.00260: done running TaskExecutor() for managed_node3/TASK: Parse the chunk size [0affc8a3-6f6f-5a58-73a2-0000000016f1] 138029 1726888172.00263: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016f1 138029 1726888172.00336: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016f1 138029 1726888172.00339: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size | string != \"0 B\"", "skip_reason": "Conditional result was False" } 138029 1726888172.00408: no more pending results, returning what we have 138029 1726888172.00412: results queue empty 138029 1726888172.00414: checking for any_errors_fatal 138029 1726888172.00423: done checking for any_errors_fatal 138029 1726888172.00423: checking for max_fail_percentage 138029 1726888172.00425: done checking for max_fail_percentage 138029 1726888172.00426: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.00427: done checking to see if all hosts have failed 138029 1726888172.00428: getting the remaining hosts for this loop 138029 1726888172.00430: done getting the remaining hosts for this loop 138029 1726888172.00434: getting the next task for host managed_node3 138029 1726888172.00443: done getting next task for host managed_node3 138029 1726888172.00445: ^ task is: TASK: Check RAID active devices count 138029 1726888172.00451: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.00561: getting variables 138029 1726888172.00564: in VariableManager get_vars() 138029 1726888172.00603: Calling all_inventory to load vars for managed_node3 138029 1726888172.00606: Calling groups_inventory to load vars for managed_node3 138029 1726888172.00610: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.00622: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.00626: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.00629: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.01540: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.02238: done with get_vars() 138029 1726888172.02252: done getting variables 138029 1726888172.02312: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:46 Friday 20 September 2024 23:09:32 -0400 (0:00:00.079) 0:03:04.746 ****** 138029 1726888172.02341: entering _queue_task() for managed_node3/assert 138029 1726888172.02669: worker is 1 (out of 1 available) 138029 1726888172.02683: exiting _queue_task() for managed_node3/assert 138029 1726888172.02694: done queuing things up, now waiting for results queue to drain 138029 1726888172.02695: waiting for pending results... 138029 1726888172.02952: running TaskExecutor() for managed_node3/TASK: Check RAID active devices count 138029 1726888172.03081: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000016f2 138029 1726888172.03163: variable 'ansible_search_path' from source: unknown 138029 1726888172.03167: calling self._execute() 138029 1726888172.03268: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.03283: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.03297: variable 'omit' from source: magic vars 138029 1726888172.03717: variable 'storage_test_pool' from source: include params 138029 1726888172.03778: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888172.03900: variable 'storage_test_pool' from source: include params 138029 1726888172.03944: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888172.04120: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888172.04464: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888172.04484: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888172.04521: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888172.04570: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888172.04659: 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) 138029 1726888172.04701: 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) 138029 1726888172.04762: 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) 138029 1726888172.04765: 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) 138029 1726888172.04871: variable 'storage_test_pool' from source: include params 138029 1726888172.04918: Evaluated conditional (storage_test_pool.raid_device_count is defined): True 138029 1726888172.05033: 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) 138029 1726888172.05117: 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) 138029 1726888172.05121: 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) 138029 1726888172.05124: 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) 138029 1726888172.05201: variable 'storage_test_pool' from source: include params 138029 1726888172.05244: Evaluated conditional (storage_test_pool.raid_device_count is not none): True 138029 1726888172.05255: variable 'omit' from source: magic vars 138029 1726888172.05313: variable 'omit' from source: magic vars 138029 1726888172.05424: variable 'storage_test_pool' from source: include params 138029 1726888172.05485: variable 'omit' from source: magic vars 138029 1726888172.05517: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888172.05558: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888172.05664: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888172.05667: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888172.05669: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888172.05671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888172.05673: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888172.05686: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888172.05693: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.05698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.05818: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888172.05829: Set connection var ansible_timeout to 10 138029 1726888172.05839: Set connection var ansible_pipelining to False 138029 1726888172.05845: Set connection var ansible_shell_type to sh 138029 1726888172.05851: Set connection var ansible_connection to ssh 138029 1726888172.05862: Set connection var ansible_shell_executable to /bin/sh 138029 1726888172.05925: variable 'ansible_shell_executable' from source: unknown 138029 1726888172.05934: variable 'ansible_connection' from source: unknown 138029 1726888172.05941: variable 'ansible_module_compression' from source: unknown 138029 1726888172.05947: variable 'ansible_shell_type' from source: unknown 138029 1726888172.05953: variable 'ansible_shell_executable' from source: unknown 138029 1726888172.05961: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.05969: variable 'ansible_pipelining' from source: unknown 138029 1726888172.05975: variable 'ansible_timeout' from source: unknown 138029 1726888172.06060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.06105: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888172.06120: variable 'omit' from source: magic vars 138029 1726888172.06129: starting attempt loop 138029 1726888172.06135: running the handler 138029 1726888172.06295: variable 'storage_test_mdadm' from source: set_fact 138029 1726888172.06317: variable 'storage_test_md_active_devices_re' from source: set_fact 138029 1726888172.06342: Evaluated conditional (storage_test_mdadm.stdout is regex(storage_test_md_active_devices_re)): True 138029 1726888172.06353: handler run complete 138029 1726888172.06372: attempt loop complete, returning result 138029 1726888172.06378: _execute() done 138029 1726888172.06384: dumping result to json 138029 1726888172.06391: done dumping result, returning 138029 1726888172.06401: done running TaskExecutor() for managed_node3/TASK: Check RAID active devices count [0affc8a3-6f6f-5a58-73a2-0000000016f2] 138029 1726888172.06409: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016f2 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888172.06603: no more pending results, returning what we have 138029 1726888172.06607: results queue empty 138029 1726888172.06608: checking for any_errors_fatal 138029 1726888172.06615: done checking for any_errors_fatal 138029 1726888172.06622: checking for max_fail_percentage 138029 1726888172.06623: done checking for max_fail_percentage 138029 1726888172.06624: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.06625: done checking to see if all hosts have failed 138029 1726888172.06626: getting the remaining hosts for this loop 138029 1726888172.06627: done getting the remaining hosts for this loop 138029 1726888172.06631: getting the next task for host managed_node3 138029 1726888172.06639: done getting next task for host managed_node3 138029 1726888172.06642: ^ task is: TASK: Check RAID spare devices count 138029 1726888172.06647: ^ 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? (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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.06652: getting variables 138029 1726888172.06653: in VariableManager get_vars() 138029 1726888172.06689: Calling all_inventory to load vars for managed_node3 138029 1726888172.06692: Calling groups_inventory to load vars for managed_node3 138029 1726888172.06696: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.06706: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.06710: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.06713: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.07381: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016f2 138029 1726888172.07385: WORKER PROCESS EXITING 138029 1726888172.07630: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.08345: done with get_vars() 138029 1726888172.08365: done getting variables 138029 1726888172.08429: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:55 Friday 20 September 2024 23:09:32 -0400 (0:00:00.061) 0:03:04.808 ****** 138029 1726888172.08464: entering _queue_task() for managed_node3/assert 138029 1726888172.08863: worker is 1 (out of 1 available) 138029 1726888172.08875: exiting _queue_task() for managed_node3/assert 138029 1726888172.08885: done queuing things up, now waiting for results queue to drain 138029 1726888172.08886: waiting for pending results... 138029 1726888172.09094: running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count 138029 1726888172.09240: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000016f3 138029 1726888172.09263: variable 'ansible_search_path' from source: unknown 138029 1726888172.09303: calling self._execute() 138029 1726888172.09435: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.09448: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.09469: variable 'omit' from source: magic vars 138029 1726888172.09879: variable 'storage_test_pool' from source: include params 138029 1726888172.09938: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888172.10072: variable 'storage_test_pool' from source: include params 138029 1726888172.10113: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888172.10282: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888172.10581: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888172.10627: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888172.10675: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888172.10712: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888172.10807: 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) 138029 1726888172.10834: 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) 138029 1726888172.10867: 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) 138029 1726888172.10900: 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) 138029 1726888172.11062: variable 'storage_test_pool' from source: include params 138029 1726888172.11066: Evaluated conditional (storage_test_pool.raid_spare_count is defined): True 138029 1726888172.11161: 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) 138029 1726888172.11195: 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) 138029 1726888172.11232: 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) 138029 1726888172.11266: 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) 138029 1726888172.11354: variable 'storage_test_pool' from source: include params 138029 1726888172.11434: Evaluated conditional (storage_test_pool.raid_spare_count is not none): True 138029 1726888172.11437: variable 'omit' from source: magic vars 138029 1726888172.11478: variable 'omit' from source: magic vars 138029 1726888172.11598: variable 'storage_test_pool' from source: include params 138029 1726888172.11661: variable 'omit' from source: magic vars 138029 1726888172.11691: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888172.11728: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888172.11763: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888172.11834: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888172.11837: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888172.11840: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888172.11842: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888172.11876: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888172.11884: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.11892: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.12023: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888172.12035: Set connection var ansible_timeout to 10 138029 1726888172.12048: Set connection var ansible_pipelining to False 138029 1726888172.12061: Set connection var ansible_shell_type to sh 138029 1726888172.12068: Set connection var ansible_connection to ssh 138029 1726888172.12088: Set connection var ansible_shell_executable to /bin/sh 138029 1726888172.12162: variable 'ansible_shell_executable' from source: unknown 138029 1726888172.12165: variable 'ansible_connection' from source: unknown 138029 1726888172.12168: variable 'ansible_module_compression' from source: unknown 138029 1726888172.12170: variable 'ansible_shell_type' from source: unknown 138029 1726888172.12172: variable 'ansible_shell_executable' from source: unknown 138029 1726888172.12174: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.12196: variable 'ansible_pipelining' from source: unknown 138029 1726888172.12199: variable 'ansible_timeout' from source: unknown 138029 1726888172.12201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.12317: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888172.12460: variable 'omit' from source: magic vars 138029 1726888172.12463: starting attempt loop 138029 1726888172.12466: running the handler 138029 1726888172.12492: variable 'storage_test_mdadm' from source: set_fact 138029 1726888172.12505: variable 'storage_test_md_spare_devices_re' from source: set_fact 138029 1726888172.12529: Evaluated conditional (storage_test_mdadm.stdout is regex(storage_test_md_spare_devices_re)): True 138029 1726888172.12538: handler run complete 138029 1726888172.12553: attempt loop complete, returning result 138029 1726888172.12563: _execute() done 138029 1726888172.12571: dumping result to json 138029 1726888172.12585: done dumping result, returning 138029 1726888172.12596: done running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count [0affc8a3-6f6f-5a58-73a2-0000000016f3] 138029 1726888172.12606: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016f3 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888172.12832: no more pending results, returning what we have 138029 1726888172.12835: results queue empty 138029 1726888172.12836: checking for any_errors_fatal 138029 1726888172.12846: done checking for any_errors_fatal 138029 1726888172.12852: checking for max_fail_percentage 138029 1726888172.12854: done checking for max_fail_percentage 138029 1726888172.12857: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.12858: done checking to see if all hosts have failed 138029 1726888172.12859: getting the remaining hosts for this loop 138029 1726888172.12860: done getting the remaining hosts for this loop 138029 1726888172.12864: getting the next task for host managed_node3 138029 1726888172.12872: done getting next task for host managed_node3 138029 1726888172.12874: ^ task is: TASK: Check RAID metadata version 138029 1726888172.12880: ^ 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? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.12884: getting variables 138029 1726888172.12886: in VariableManager get_vars() 138029 1726888172.12920: Calling all_inventory to load vars for managed_node3 138029 1726888172.12923: Calling groups_inventory to load vars for managed_node3 138029 1726888172.12927: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.12937: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.12941: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.12944: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.13471: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016f3 138029 1726888172.13475: WORKER PROCESS EXITING 138029 1726888172.13808: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.14512: done with get_vars() 138029 1726888172.14532: done getting variables 138029 1726888172.14600: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:64 Friday 20 September 2024 23:09:32 -0400 (0:00:00.061) 0:03:04.869 ****** 138029 1726888172.14635: entering _queue_task() for managed_node3/assert 138029 1726888172.15037: worker is 1 (out of 1 available) 138029 1726888172.15050: exiting _queue_task() for managed_node3/assert 138029 1726888172.15065: done queuing things up, now waiting for results queue to drain 138029 1726888172.15067: waiting for pending results... 138029 1726888172.15284: running TaskExecutor() for managed_node3/TASK: Check RAID metadata version 138029 1726888172.15431: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000016f4 138029 1726888172.15452: variable 'ansible_search_path' from source: unknown 138029 1726888172.15497: calling self._execute() 138029 1726888172.15635: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.15647: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.15665: variable 'omit' from source: magic vars 138029 1726888172.16074: variable 'storage_test_pool' from source: include params 138029 1726888172.16162: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888172.16266: variable 'storage_test_pool' from source: include params 138029 1726888172.16305: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888172.16490: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888172.16763: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888172.16860: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888172.16863: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888172.16895: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888172.16983: 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) 138029 1726888172.17016: 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) 138029 1726888172.17049: 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) 138029 1726888172.17080: 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) 138029 1726888172.17179: variable 'storage_test_pool' from source: include params 138029 1726888172.17222: Evaluated conditional (storage_test_pool.raid_metadata_version is defined): True 138029 1726888172.17430: 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) 138029 1726888172.17433: 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) 138029 1726888172.17435: 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) 138029 1726888172.17438: 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) 138029 1726888172.17502: variable 'storage_test_pool' from source: include params 138029 1726888172.17544: Evaluated conditional (storage_test_pool.raid_metadata_version is not none): True 138029 1726888172.17565: variable 'omit' from source: magic vars 138029 1726888172.17623: variable 'omit' from source: magic vars 138029 1726888172.17728: variable 'storage_test_pool' from source: include params 138029 1726888172.17802: variable 'omit' from source: magic vars 138029 1726888172.17835: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888172.17879: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888172.17973: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888172.17976: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888172.17979: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888172.17997: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888172.18019: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888172.18054: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888172.18067: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.18077: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.18302: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888172.18305: Set connection var ansible_timeout to 10 138029 1726888172.18310: Set connection var ansible_pipelining to False 138029 1726888172.18312: Set connection var ansible_shell_type to sh 138029 1726888172.18314: Set connection var ansible_connection to ssh 138029 1726888172.18316: Set connection var ansible_shell_executable to /bin/sh 138029 1726888172.18318: variable 'ansible_shell_executable' from source: unknown 138029 1726888172.18320: variable 'ansible_connection' from source: unknown 138029 1726888172.18322: variable 'ansible_module_compression' from source: unknown 138029 1726888172.18324: variable 'ansible_shell_type' from source: unknown 138029 1726888172.18326: variable 'ansible_shell_executable' from source: unknown 138029 1726888172.18328: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.18330: variable 'ansible_pipelining' from source: unknown 138029 1726888172.18332: variable 'ansible_timeout' from source: unknown 138029 1726888172.18334: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.18440: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888172.18661: variable 'omit' from source: magic vars 138029 1726888172.18664: starting attempt loop 138029 1726888172.18667: running the handler 138029 1726888172.18670: variable 'storage_test_mdadm' from source: set_fact 138029 1726888172.18672: variable 'storage_test_md_metadata_version_re' from source: set_fact 138029 1726888172.18674: Evaluated conditional (storage_test_mdadm.stdout is regex(storage_test_md_metadata_version_re)): True 138029 1726888172.18676: handler run complete 138029 1726888172.18698: attempt loop complete, returning result 138029 1726888172.18706: _execute() done 138029 1726888172.18713: dumping result to json 138029 1726888172.18721: done dumping result, returning 138029 1726888172.18732: done running TaskExecutor() for managed_node3/TASK: Check RAID metadata version [0affc8a3-6f6f-5a58-73a2-0000000016f4] 138029 1726888172.18741: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016f4 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888172.18951: no more pending results, returning what we have 138029 1726888172.18958: results queue empty 138029 1726888172.18959: checking for any_errors_fatal 138029 1726888172.18966: done checking for any_errors_fatal 138029 1726888172.18974: checking for max_fail_percentage 138029 1726888172.18976: done checking for max_fail_percentage 138029 1726888172.18979: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.18980: done checking to see if all hosts have failed 138029 1726888172.18981: getting the remaining hosts for this loop 138029 1726888172.18983: done getting the remaining hosts for this loop 138029 1726888172.18987: getting the next task for host managed_node3 138029 1726888172.18995: done getting next task for host managed_node3 138029 1726888172.18998: ^ task is: TASK: Check RAID chunk size 138029 1726888172.19009: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.19014: getting variables 138029 1726888172.19015: in VariableManager get_vars() 138029 1726888172.19052: Calling all_inventory to load vars for managed_node3 138029 1726888172.19119: Calling groups_inventory to load vars for managed_node3 138029 1726888172.19124: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.19136: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.19140: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.19143: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.19743: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016f4 138029 1726888172.19746: WORKER PROCESS EXITING 138029 1726888172.20276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.20964: done with get_vars() 138029 1726888172.20981: done getting variables 138029 1726888172.21036: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:74 Friday 20 September 2024 23:09:32 -0400 (0:00:00.064) 0:03:04.934 ****** 138029 1726888172.21076: entering _queue_task() for managed_node3/assert 138029 1726888172.21348: worker is 1 (out of 1 available) 138029 1726888172.21465: exiting _queue_task() for managed_node3/assert 138029 1726888172.21477: done queuing things up, now waiting for results queue to drain 138029 1726888172.21479: waiting for pending results... 138029 1726888172.21712: running TaskExecutor() for managed_node3/TASK: Check RAID chunk size 138029 1726888172.21871: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000016f5 138029 1726888172.21895: variable 'ansible_search_path' from source: unknown 138029 1726888172.21945: calling self._execute() 138029 1726888172.22075: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.22087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.22105: variable 'omit' from source: magic vars 138029 1726888172.22539: variable 'storage_test_pool' from source: include params 138029 1726888172.22606: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888172.22740: variable 'storage_test_pool' from source: include params 138029 1726888172.22780: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888172.22944: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888172.23254: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888172.23275: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888172.23313: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888172.23349: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888172.23439: 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) 138029 1726888172.23480: 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) 138029 1726888172.23761: 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) 138029 1726888172.23765: 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) 138029 1726888172.23767: variable 'storage_test_pool' from source: include params 138029 1726888172.23769: Evaluated conditional (storage_test_pool.raid_chunk_size is defined): True 138029 1726888172.23771: 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) 138029 1726888172.23793: 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) 138029 1726888172.23820: 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) 138029 1726888172.23848: 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) 138029 1726888172.23933: variable 'storage_test_pool' from source: include params 138029 1726888172.23973: Evaluated conditional (storage_test_pool.raid_chunk_size is not none): True 138029 1726888172.24117: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888172.26360: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888172.26441: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888172.26480: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888172.26521: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888172.26548: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888172.26602: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888172.26642: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888172.26675: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888172.26727: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888172.26747: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888172.26845: variable 'storage_test_pool' from source: include params 138029 1726888172.26888: Evaluated conditional (storage_test_pool.raid_chunk_size | string != "0 B"): False 138029 1726888172.26896: when evaluation is False, skipping this task 138029 1726888172.26902: _execute() done 138029 1726888172.26909: dumping result to json 138029 1726888172.26915: done dumping result, returning 138029 1726888172.26924: done running TaskExecutor() for managed_node3/TASK: Check RAID chunk size [0affc8a3-6f6f-5a58-73a2-0000000016f5] 138029 1726888172.26942: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016f5 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size | string != \"0 B\"", "skip_reason": "Conditional result was False" } 138029 1726888172.27277: no more pending results, returning what we have 138029 1726888172.27281: results queue empty 138029 1726888172.27282: checking for any_errors_fatal 138029 1726888172.27293: done checking for any_errors_fatal 138029 1726888172.27294: checking for max_fail_percentage 138029 1726888172.27295: done checking for max_fail_percentage 138029 1726888172.27296: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.27297: done checking to see if all hosts have failed 138029 1726888172.27298: getting the remaining hosts for this loop 138029 1726888172.27299: done getting the remaining hosts for this loop 138029 1726888172.27303: getting the next task for host managed_node3 138029 1726888172.27318: done getting next task for host managed_node3 138029 1726888172.27322: ^ task is: TASK: Reset variables used by tests 138029 1726888172.27331: ^ 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? (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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.27343: getting variables 138029 1726888172.27344: in VariableManager get_vars() 138029 1726888172.27393: Calling all_inventory to load vars for managed_node3 138029 1726888172.27398: Calling groups_inventory to load vars for managed_node3 138029 1726888172.27401: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.27416: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.27424: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.27432: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.27971: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016f5 138029 1726888172.27975: WORKER PROCESS EXITING 138029 1726888172.28604: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.29528: done with get_vars() 138029 1726888172.29546: done getting variables 138029 1726888172.29610: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Friday 20 September 2024 23:09:32 -0400 (0:00:00.085) 0:03:05.019 ****** 138029 1726888172.29644: entering _queue_task() for managed_node3/set_fact 138029 1726888172.29939: worker is 1 (out of 1 available) 138029 1726888172.29951: exiting _queue_task() for managed_node3/set_fact 138029 1726888172.30067: done queuing things up, now waiting for results queue to drain 138029 1726888172.30069: waiting for pending results... 138029 1726888172.30374: running TaskExecutor() for managed_node3/TASK: Reset variables used by tests 138029 1726888172.30646: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000016f7 138029 1726888172.30654: variable 'ansible_search_path' from source: unknown 138029 1726888172.30660: calling self._execute() 138029 1726888172.30990: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.31024: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.31047: variable 'omit' from source: magic vars 138029 1726888172.31299: variable 'omit' from source: magic vars 138029 1726888172.31345: variable 'omit' from source: magic vars 138029 1726888172.31392: variable 'omit' from source: magic vars 138029 1726888172.31518: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888172.31543: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888172.31573: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888172.31596: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888172.31614: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888172.31638: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888172.31664: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888172.31694: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888172.31701: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.31707: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.31827: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888172.31860: Set connection var ansible_timeout to 10 138029 1726888172.31863: Set connection var ansible_pipelining to False 138029 1726888172.31865: Set connection var ansible_shell_type to sh 138029 1726888172.31867: Set connection var ansible_connection to ssh 138029 1726888172.31869: Set connection var ansible_shell_executable to /bin/sh 138029 1726888172.31896: variable 'ansible_shell_executable' from source: unknown 138029 1726888172.31949: variable 'ansible_connection' from source: unknown 138029 1726888172.31952: variable 'ansible_module_compression' from source: unknown 138029 1726888172.31954: variable 'ansible_shell_type' from source: unknown 138029 1726888172.31957: variable 'ansible_shell_executable' from source: unknown 138029 1726888172.31959: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.31961: variable 'ansible_pipelining' from source: unknown 138029 1726888172.31964: variable 'ansible_timeout' from source: unknown 138029 1726888172.31966: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.32085: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888172.32100: variable 'omit' from source: magic vars 138029 1726888172.32109: starting attempt loop 138029 1726888172.32163: running the handler 138029 1726888172.32166: handler run complete 138029 1726888172.32168: attempt loop complete, returning result 138029 1726888172.32170: _execute() done 138029 1726888172.32172: dumping result to json 138029 1726888172.32174: done dumping result, returning 138029 1726888172.32176: done running TaskExecutor() for managed_node3/TASK: Reset variables used by tests [0affc8a3-6f6f-5a58-73a2-0000000016f7] 138029 1726888172.32178: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016f7 ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } 138029 1726888172.32619: no more pending results, returning what we have 138029 1726888172.32622: results queue empty 138029 1726888172.32623: checking for any_errors_fatal 138029 1726888172.32630: done checking for any_errors_fatal 138029 1726888172.32631: checking for max_fail_percentage 138029 1726888172.32633: done checking for max_fail_percentage 138029 1726888172.32634: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.32635: done checking to see if all hosts have failed 138029 1726888172.32635: getting the remaining hosts for this loop 138029 1726888172.32637: done getting the remaining hosts for this loop 138029 1726888172.32640: getting the next task for host managed_node3 138029 1726888172.32650: done getting next task for host managed_node3 138029 1726888172.32653: ^ task is: TASK: Check LVM RAID 138029 1726888172.32661: ^ 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? (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 138029 1726888172.32669: getting variables 138029 1726888172.32670: in VariableManager get_vars() 138029 1726888172.32786: Calling all_inventory to load vars for managed_node3 138029 1726888172.32789: Calling groups_inventory to load vars for managed_node3 138029 1726888172.32793: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.32802: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.32806: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.32809: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.33385: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016f7 138029 1726888172.33389: WORKER PROCESS EXITING 138029 1726888172.34639: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.35780: done with get_vars() 138029 1726888172.35796: done getting variables TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Friday 20 September 2024 23:09:32 -0400 (0:00:00.062) 0:03:05.082 ****** 138029 1726888172.35942: entering _queue_task() for managed_node3/include_tasks 138029 1726888172.36189: worker is 1 (out of 1 available) 138029 1726888172.36204: exiting _queue_task() for managed_node3/include_tasks 138029 1726888172.36217: done queuing things up, now waiting for results queue to drain 138029 1726888172.36219: waiting for pending results... 138029 1726888172.36418: running TaskExecutor() for managed_node3/TASK: Check LVM RAID 138029 1726888172.36494: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001697 138029 1726888172.36506: variable 'ansible_search_path' from source: unknown 138029 1726888172.36536: calling self._execute() 138029 1726888172.36640: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.36648: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.36660: variable 'omit' from source: magic vars 138029 1726888172.36740: _execute() done 138029 1726888172.36744: dumping result to json 138029 1726888172.36746: done dumping result, returning 138029 1726888172.36753: done running TaskExecutor() for managed_node3/TASK: Check LVM RAID [0affc8a3-6f6f-5a58-73a2-000000001697] 138029 1726888172.36761: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001697 138029 1726888172.36859: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001697 138029 1726888172.36862: WORKER PROCESS EXITING 138029 1726888172.36898: no more pending results, returning what we have 138029 1726888172.36902: in VariableManager get_vars() 138029 1726888172.36939: Calling all_inventory to load vars for managed_node3 138029 1726888172.36942: Calling groups_inventory to load vars for managed_node3 138029 1726888172.36945: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.36954: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.36960: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.36963: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.37561: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.38799: done with get_vars() 138029 1726888172.38812: variable 'ansible_search_path' from source: unknown 138029 1726888172.38946: variable 'storage_test_pool_subset' from source: include params 138029 1726888172.38983: we have included files to process 138029 1726888172.38984: generating all_blocks data 138029 1726888172.38986: done generating all_blocks data 138029 1726888172.38996: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 138029 1726888172.38997: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 138029 1726888172.38999: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 138029 1726888172.39113: in VariableManager get_vars() 138029 1726888172.39136: done with get_vars() 138029 1726888172.39150: done processing included file 138029 1726888172.39152: iterating over new_blocks loaded from include file 138029 1726888172.39153: in VariableManager get_vars() 138029 1726888172.39171: done with get_vars() 138029 1726888172.39173: filtering new block on tags 138029 1726888172.39198: done filtering new block on tags 138029 1726888172.39201: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 138029 1726888172.39213: extending task lists for all hosts with included blocks 138029 1726888172.41743: done extending task lists 138029 1726888172.41745: done processing included files 138029 1726888172.41746: results queue empty 138029 1726888172.41746: checking for any_errors_fatal 138029 1726888172.41751: done checking for any_errors_fatal 138029 1726888172.41752: checking for max_fail_percentage 138029 1726888172.41753: done checking for max_fail_percentage 138029 1726888172.41754: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.41757: done checking to see if all hosts have failed 138029 1726888172.41758: getting the remaining hosts for this loop 138029 1726888172.41759: done getting the remaining hosts for this loop 138029 1726888172.41762: getting the next task for host managed_node3 138029 1726888172.41769: done getting next task for host managed_node3 138029 1726888172.41772: ^ task is: TASK: Validate pool member LVM RAID settings 138029 1726888172.41775: ^ 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? (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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.41778: getting variables 138029 1726888172.41779: in VariableManager get_vars() 138029 1726888172.41790: Calling all_inventory to load vars for managed_node3 138029 1726888172.41793: Calling groups_inventory to load vars for managed_node3 138029 1726888172.41795: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.41800: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.41803: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.41805: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.42527: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.43195: done with get_vars() 138029 1726888172.43209: done getting variables TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Friday 20 September 2024 23:09:32 -0400 (0:00:00.073) 0:03:05.156 ****** 138029 1726888172.43294: entering _queue_task() for managed_node3/include_tasks 138029 1726888172.43614: worker is 1 (out of 1 available) 138029 1726888172.43628: exiting _queue_task() for managed_node3/include_tasks 138029 1726888172.43641: done queuing things up, now waiting for results queue to drain 138029 1726888172.43643: waiting for pending results... 138029 1726888172.44292: running TaskExecutor() for managed_node3/TASK: Validate pool member LVM RAID settings 138029 1726888172.44298: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000017b7 138029 1726888172.44301: variable 'ansible_search_path' from source: unknown 138029 1726888172.44572: variable 'storage_test_pool' from source: include params 138029 1726888172.45147: variable 'omit' from source: magic vars 138029 1726888172.45312: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.45330: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.45353: variable 'omit' from source: magic vars 138029 1726888172.45618: variable 'storage_test_pool' from source: include params 138029 1726888172.45660: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888172.45706: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888172.45781: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888172.46801: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.46805: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.46807: variable 'omit' from source: magic vars 138029 1726888172.47019: variable 'storage_test_pool' from source: include params 138029 1726888172.47131: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888172.47175: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888172.47428: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888172.48175: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.48178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.48181: variable 'omit' from source: magic vars 138029 1726888172.48299: variable 'storage_test_pool' from source: include params 138029 1726888172.48334: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888172.48410: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888172.48527: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888172.49363: dumping result to json 138029 1726888172.49368: done dumping result, returning 138029 1726888172.49372: done running TaskExecutor() for managed_node3/TASK: Validate pool member LVM RAID settings [0affc8a3-6f6f-5a58-73a2-0000000017b7] 138029 1726888172.49375: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000017b7 138029 1726888172.49638: no more pending results, returning what we have 138029 1726888172.49644: in VariableManager get_vars() 138029 1726888172.49687: Calling all_inventory to load vars for managed_node3 138029 1726888172.49690: Calling groups_inventory to load vars for managed_node3 138029 1726888172.49694: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.49706: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.49710: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.49714: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.50419: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000017b7 138029 1726888172.50423: WORKER PROCESS EXITING 138029 1726888172.51722: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.52940: done with get_vars() 138029 1726888172.52964: variable 'ansible_search_path' from source: unknown 138029 1726888172.53025: variable 'ansible_search_path' from source: unknown 138029 1726888172.53069: variable 'ansible_search_path' from source: unknown 138029 1726888172.53106: we have included files to process 138029 1726888172.53107: generating all_blocks data 138029 1726888172.53110: done generating all_blocks data 138029 1726888172.53111: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888172.53112: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888172.53115: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888172.53887: done processing included file 138029 1726888172.53888: iterating over new_blocks loaded from include file 138029 1726888172.53889: in VariableManager get_vars() 138029 1726888172.53904: done with get_vars() 138029 1726888172.53906: filtering new block on tags 138029 1726888172.53973: done filtering new block on tags 138029 1726888172.53975: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': 'UUID=ac246704-920b-4020-af6e-f443534e195b', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) 138029 1726888172.53982: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888172.53983: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888172.53985: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888172.54457: done processing included file 138029 1726888172.54458: iterating over new_blocks loaded from include file 138029 1726888172.54459: in VariableManager get_vars() 138029 1726888172.54472: done with get_vars() 138029 1726888172.54474: filtering new block on tags 138029 1726888172.54530: done filtering new block on tags 138029 1726888172.54531: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) 138029 1726888172.54541: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888172.54542: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888172.54544: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888172.55096: done processing included file 138029 1726888172.55098: iterating over new_blocks loaded from include file 138029 1726888172.55100: in VariableManager get_vars() 138029 1726888172.55115: done with get_vars() 138029 1726888172.55117: filtering new block on tags 138029 1726888172.55239: done filtering new block on tags 138029 1726888172.55242: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 138029 1726888172.55251: extending task lists for all hosts with included blocks 138029 1726888172.55421: done extending task lists 138029 1726888172.55422: done processing included files 138029 1726888172.55423: results queue empty 138029 1726888172.55424: checking for any_errors_fatal 138029 1726888172.55427: done checking for any_errors_fatal 138029 1726888172.55428: checking for max_fail_percentage 138029 1726888172.55429: done checking for max_fail_percentage 138029 1726888172.55430: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.55431: done checking to see if all hosts have failed 138029 1726888172.55431: getting the remaining hosts for this loop 138029 1726888172.55433: done getting the remaining hosts for this loop 138029 1726888172.55435: getting the next task for host managed_node3 138029 1726888172.55440: done getting next task for host managed_node3 138029 1726888172.55442: ^ task is: TASK: Get information about the LV 138029 1726888172.55446: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.55448: getting variables 138029 1726888172.55448: in VariableManager get_vars() 138029 1726888172.55458: Calling all_inventory to load vars for managed_node3 138029 1726888172.55461: Calling groups_inventory to load vars for managed_node3 138029 1726888172.55463: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.55470: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.55472: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.55475: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.55969: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.56702: done with get_vars() 138029 1726888172.56715: done getting variables 138029 1726888172.56754: 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/verify-pool-member-lvmraid.yml:8 Friday 20 September 2024 23:09:32 -0400 (0:00:00.134) 0:03:05.291 ****** 138029 1726888172.56795: entering _queue_task() for managed_node3/command 138029 1726888172.57058: worker is 1 (out of 1 available) 138029 1726888172.57072: exiting _queue_task() for managed_node3/command 138029 1726888172.57084: done queuing things up, now waiting for results queue to drain 138029 1726888172.57086: waiting for pending results... 138029 1726888172.57280: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888172.57380: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018dc 138029 1726888172.57391: variable 'ansible_search_path' from source: unknown 138029 1726888172.57422: calling self._execute() 138029 1726888172.57518: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.57524: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.57532: variable 'omit' from source: magic vars 138029 1726888172.57814: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888172.58029: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888172.58063: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888172.58097: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888172.58120: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888172.58184: 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) 138029 1726888172.58205: 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) 138029 1726888172.58222: 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) 138029 1726888172.58239: 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) 138029 1726888172.58338: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888172.58361: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888172.58365: when evaluation is False, skipping this task 138029 1726888172.58370: _execute() done 138029 1726888172.58372: dumping result to json 138029 1726888172.58375: done dumping result, returning 138029 1726888172.58383: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-0000000018dc] 138029 1726888172.58387: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018dc 138029 1726888172.58473: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018dc 138029 1726888172.58476: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888172.58544: no more pending results, returning what we have 138029 1726888172.58551: results queue empty 138029 1726888172.58552: checking for any_errors_fatal 138029 1726888172.58554: done checking for any_errors_fatal 138029 1726888172.58554: checking for max_fail_percentage 138029 1726888172.58558: done checking for max_fail_percentage 138029 1726888172.58559: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.58560: done checking to see if all hosts have failed 138029 1726888172.58561: getting the remaining hosts for this loop 138029 1726888172.58563: done getting the remaining hosts for this loop 138029 1726888172.58566: getting the next task for host managed_node3 138029 1726888172.58574: done getting next task for host managed_node3 138029 1726888172.58576: ^ task is: TASK: Set LV segment type 138029 1726888172.58582: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.58588: getting variables 138029 1726888172.58589: in VariableManager get_vars() 138029 1726888172.58616: Calling all_inventory to load vars for managed_node3 138029 1726888172.58618: Calling groups_inventory to load vars for managed_node3 138029 1726888172.58621: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.58629: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.58632: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.58635: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.59099: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.59981: done with get_vars() 138029 1726888172.59995: done getting variables 138029 1726888172.60044: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:16 Friday 20 September 2024 23:09:32 -0400 (0:00:00.032) 0:03:05.324 ****** 138029 1726888172.60087: entering _queue_task() for managed_node3/set_fact 138029 1726888172.60379: worker is 1 (out of 1 available) 138029 1726888172.60392: exiting _queue_task() for managed_node3/set_fact 138029 1726888172.60410: done queuing things up, now waiting for results queue to drain 138029 1726888172.60416: waiting for pending results... 138029 1726888172.60864: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888172.60937: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018dd 138029 1726888172.60948: variable 'ansible_search_path' from source: unknown 138029 1726888172.60999: calling self._execute() 138029 1726888172.61198: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.61202: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.61205: variable 'omit' from source: magic vars 138029 1726888172.61503: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888172.61915: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888172.61919: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888172.61922: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888172.62062: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888172.62066: 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) 138029 1726888172.62076: 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) 138029 1726888172.62137: 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) 138029 1726888172.62188: 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) 138029 1726888172.62349: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888172.62391: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888172.62405: when evaluation is False, skipping this task 138029 1726888172.62457: _execute() done 138029 1726888172.62472: dumping result to json 138029 1726888172.62483: done dumping result, returning 138029 1726888172.62492: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-0000000018dd] 138029 1726888172.62500: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018dd skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888172.62665: no more pending results, returning what we have 138029 1726888172.62669: results queue empty 138029 1726888172.62670: checking for any_errors_fatal 138029 1726888172.62682: done checking for any_errors_fatal 138029 1726888172.62683: checking for max_fail_percentage 138029 1726888172.62685: done checking for max_fail_percentage 138029 1726888172.62686: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.62687: done checking to see if all hosts have failed 138029 1726888172.62687: getting the remaining hosts for this loop 138029 1726888172.62689: done getting the remaining hosts for this loop 138029 1726888172.62697: getting the next task for host managed_node3 138029 1726888172.62705: done getting next task for host managed_node3 138029 1726888172.62708: ^ task is: TASK: Check segment type 138029 1726888172.62716: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.62723: getting variables 138029 1726888172.62724: in VariableManager get_vars() 138029 1726888172.62766: Calling all_inventory to load vars for managed_node3 138029 1726888172.62769: Calling groups_inventory to load vars for managed_node3 138029 1726888172.62773: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.62786: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.62791: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.62795: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.63659: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018dd 138029 1726888172.63666: WORKER PROCESS EXITING 138029 1726888172.63729: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.64417: done with get_vars() 138029 1726888172.64430: done getting variables 138029 1726888172.64489: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:20 Friday 20 September 2024 23:09:32 -0400 (0:00:00.044) 0:03:05.368 ****** 138029 1726888172.64523: entering _queue_task() for managed_node3/assert 138029 1726888172.64784: worker is 1 (out of 1 available) 138029 1726888172.64796: exiting _queue_task() for managed_node3/assert 138029 1726888172.64809: done queuing things up, now waiting for results queue to drain 138029 1726888172.64811: waiting for pending results... 138029 1726888172.65111: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888172.65247: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018de 138029 1726888172.65269: variable 'ansible_search_path' from source: unknown 138029 1726888172.65313: calling self._execute() 138029 1726888172.65442: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.65496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.65500: variable 'omit' from source: magic vars 138029 1726888172.65838: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888172.66048: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888172.66082: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888172.66107: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888172.66133: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888172.66195: 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) 138029 1726888172.66212: 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) 138029 1726888172.66230: 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) 138029 1726888172.66253: 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) 138029 1726888172.66344: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888172.66371: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888172.66374: when evaluation is False, skipping this task 138029 1726888172.66377: _execute() done 138029 1726888172.66380: dumping result to json 138029 1726888172.66382: done dumping result, returning 138029 1726888172.66388: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-0000000018de] 138029 1726888172.66393: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018de 138029 1726888172.66481: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018de 138029 1726888172.66484: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888172.66529: no more pending results, returning what we have 138029 1726888172.66532: results queue empty 138029 1726888172.66533: checking for any_errors_fatal 138029 1726888172.66543: done checking for any_errors_fatal 138029 1726888172.66544: checking for max_fail_percentage 138029 1726888172.66545: done checking for max_fail_percentage 138029 1726888172.66546: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.66547: done checking to see if all hosts have failed 138029 1726888172.66548: getting the remaining hosts for this loop 138029 1726888172.66549: done getting the remaining hosts for this loop 138029 1726888172.66553: getting the next task for host managed_node3 138029 1726888172.66563: done getting next task for host managed_node3 138029 1726888172.66565: ^ task is: TASK: Set LV stripe size 138029 1726888172.66571: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.66575: getting variables 138029 1726888172.66576: in VariableManager get_vars() 138029 1726888172.66613: Calling all_inventory to load vars for managed_node3 138029 1726888172.66616: Calling groups_inventory to load vars for managed_node3 138029 1726888172.66619: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.66628: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.66630: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.66633: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.67092: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.67561: done with get_vars() 138029 1726888172.67575: done getting variables 138029 1726888172.67626: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Friday 20 September 2024 23:09:32 -0400 (0:00:00.031) 0:03:05.400 ****** 138029 1726888172.67659: entering _queue_task() for managed_node3/set_fact 138029 1726888172.67900: worker is 1 (out of 1 available) 138029 1726888172.67911: exiting _queue_task() for managed_node3/set_fact 138029 1726888172.67923: done queuing things up, now waiting for results queue to drain 138029 1726888172.67925: waiting for pending results... 138029 1726888172.68285: running TaskExecutor() for managed_node3/TASK: Set LV stripe size 138029 1726888172.68380: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018df 138029 1726888172.68385: variable 'ansible_search_path' from source: unknown 138029 1726888172.68419: calling self._execute() 138029 1726888172.68542: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.68567: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.68571: variable 'omit' from source: magic vars 138029 1726888172.68884: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888172.69102: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888172.69134: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888172.69167: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888172.69190: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888172.69251: 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) 138029 1726888172.69276: 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) 138029 1726888172.69290: 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) 138029 1726888172.69308: 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) 138029 1726888172.69398: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888172.69419: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888172.69422: when evaluation is False, skipping this task 138029 1726888172.69425: _execute() done 138029 1726888172.69428: dumping result to json 138029 1726888172.69430: done dumping result, returning 138029 1726888172.69436: done running TaskExecutor() for managed_node3/TASK: Set LV stripe size [0affc8a3-6f6f-5a58-73a2-0000000018df] 138029 1726888172.69440: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018df 138029 1726888172.69524: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018df 138029 1726888172.69526: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888172.69571: no more pending results, returning what we have 138029 1726888172.69574: results queue empty 138029 1726888172.69575: checking for any_errors_fatal 138029 1726888172.69586: done checking for any_errors_fatal 138029 1726888172.69587: checking for max_fail_percentage 138029 1726888172.69588: done checking for max_fail_percentage 138029 1726888172.69589: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.69590: done checking to see if all hosts have failed 138029 1726888172.69591: getting the remaining hosts for this loop 138029 1726888172.69592: done getting the remaining hosts for this loop 138029 1726888172.69595: getting the next task for host managed_node3 138029 1726888172.69603: done getting next task for host managed_node3 138029 1726888172.69605: ^ task is: TASK: Parse the requested stripe size 138029 1726888172.69610: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.69615: getting variables 138029 1726888172.69616: in VariableManager get_vars() 138029 1726888172.69640: Calling all_inventory to load vars for managed_node3 138029 1726888172.69643: Calling groups_inventory to load vars for managed_node3 138029 1726888172.69645: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.69653: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.69658: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.69661: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.70240: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.70940: done with get_vars() 138029 1726888172.70959: done getting variables TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Friday 20 September 2024 23:09:32 -0400 (0:00:00.033) 0:03:05.433 ****** 138029 1726888172.71036: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888172.71306: worker is 1 (out of 1 available) 138029 1726888172.71318: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888172.71334: done queuing things up, now waiting for results queue to drain 138029 1726888172.71336: waiting for pending results... 138029 1726888172.71541: running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size 138029 1726888172.71692: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018e0 138029 1726888172.71697: variable 'ansible_search_path' from source: unknown 138029 1726888172.71771: calling self._execute() 138029 1726888172.71812: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.71842: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.71845: variable 'omit' from source: magic vars 138029 1726888172.72357: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888172.72622: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888172.72677: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888172.72720: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888172.72752: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888172.72932: 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) 138029 1726888172.72936: 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) 138029 1726888172.72939: 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) 138029 1726888172.72943: 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) 138029 1726888172.73077: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888172.73113: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888172.73122: when evaluation is False, skipping this task 138029 1726888172.73126: _execute() done 138029 1726888172.73128: dumping result to json 138029 1726888172.73131: done dumping result, returning 138029 1726888172.73136: done running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size [0affc8a3-6f6f-5a58-73a2-0000000018e0] 138029 1726888172.73141: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018e0 138029 1726888172.73278: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018e0 138029 1726888172.73281: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888172.73323: no more pending results, returning what we have 138029 1726888172.73326: results queue empty 138029 1726888172.73327: checking for any_errors_fatal 138029 1726888172.73333: done checking for any_errors_fatal 138029 1726888172.73333: checking for max_fail_percentage 138029 1726888172.73335: done checking for max_fail_percentage 138029 1726888172.73340: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.73342: done checking to see if all hosts have failed 138029 1726888172.73342: getting the remaining hosts for this loop 138029 1726888172.73343: done getting the remaining hosts for this loop 138029 1726888172.73347: getting the next task for host managed_node3 138029 1726888172.73359: done getting next task for host managed_node3 138029 1726888172.73366: ^ task is: TASK: Set expected stripe size 138029 1726888172.73374: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.73378: getting variables 138029 1726888172.73379: in VariableManager get_vars() 138029 1726888172.73413: Calling all_inventory to load vars for managed_node3 138029 1726888172.73416: Calling groups_inventory to load vars for managed_node3 138029 1726888172.73419: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.73428: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.73431: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.73434: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.74210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.75308: done with get_vars() 138029 1726888172.75322: done getting variables 138029 1726888172.75374: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Friday 20 September 2024 23:09:32 -0400 (0:00:00.043) 0:03:05.477 ****** 138029 1726888172.75397: entering _queue_task() for managed_node3/set_fact 138029 1726888172.75643: worker is 1 (out of 1 available) 138029 1726888172.75744: exiting _queue_task() for managed_node3/set_fact 138029 1726888172.75779: done queuing things up, now waiting for results queue to drain 138029 1726888172.75781: waiting for pending results... 138029 1726888172.76072: running TaskExecutor() for managed_node3/TASK: Set expected stripe size 138029 1726888172.76145: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018e1 138029 1726888172.76169: variable 'ansible_search_path' from source: unknown 138029 1726888172.76209: calling self._execute() 138029 1726888172.76327: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.76338: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.76356: variable 'omit' from source: magic vars 138029 1726888172.76711: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888172.76988: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888172.77025: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888172.77058: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888172.77105: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888172.77163: 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) 138029 1726888172.77183: 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) 138029 1726888172.77223: 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) 138029 1726888172.77239: 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) 138029 1726888172.77358: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888172.77472: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888172.77476: when evaluation is False, skipping this task 138029 1726888172.77478: _execute() done 138029 1726888172.77480: dumping result to json 138029 1726888172.77482: done dumping result, returning 138029 1726888172.77483: done running TaskExecutor() for managed_node3/TASK: Set expected stripe size [0affc8a3-6f6f-5a58-73a2-0000000018e1] 138029 1726888172.77485: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018e1 138029 1726888172.77566: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018e1 138029 1726888172.77570: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888172.77672: no more pending results, returning what we have 138029 1726888172.77675: results queue empty 138029 1726888172.77675: checking for any_errors_fatal 138029 1726888172.77680: done checking for any_errors_fatal 138029 1726888172.77680: checking for max_fail_percentage 138029 1726888172.77682: done checking for max_fail_percentage 138029 1726888172.77684: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.77687: done checking to see if all hosts have failed 138029 1726888172.77688: getting the remaining hosts for this loop 138029 1726888172.77689: done getting the remaining hosts for this loop 138029 1726888172.77692: getting the next task for host managed_node3 138029 1726888172.77699: done getting next task for host managed_node3 138029 1726888172.77702: ^ task is: TASK: Check stripe size 138029 1726888172.77709: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.77713: getting variables 138029 1726888172.77714: in VariableManager get_vars() 138029 1726888172.77747: Calling all_inventory to load vars for managed_node3 138029 1726888172.77749: Calling groups_inventory to load vars for managed_node3 138029 1726888172.77751: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.77760: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.77762: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.77766: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.78417: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.78872: done with get_vars() 138029 1726888172.78882: done getting variables 138029 1726888172.78919: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Friday 20 September 2024 23:09:32 -0400 (0:00:00.035) 0:03:05.512 ****** 138029 1726888172.78941: entering _queue_task() for managed_node3/assert 138029 1726888172.79200: worker is 1 (out of 1 available) 138029 1726888172.79217: exiting _queue_task() for managed_node3/assert 138029 1726888172.79231: done queuing things up, now waiting for results queue to drain 138029 1726888172.79233: waiting for pending results... 138029 1726888172.79412: running TaskExecutor() for managed_node3/TASK: Check stripe size 138029 1726888172.79662: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018e2 138029 1726888172.79667: variable 'ansible_search_path' from source: unknown 138029 1726888172.79671: calling self._execute() 138029 1726888172.79773: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.79786: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.79808: variable 'omit' from source: magic vars 138029 1726888172.80168: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888172.80408: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888172.80442: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888172.80471: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888172.80495: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888172.80554: 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) 138029 1726888172.80576: 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) 138029 1726888172.80593: 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) 138029 1726888172.80610: 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) 138029 1726888172.80703: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888172.80723: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888172.80726: when evaluation is False, skipping this task 138029 1726888172.80729: _execute() done 138029 1726888172.80731: dumping result to json 138029 1726888172.80733: done dumping result, returning 138029 1726888172.80741: done running TaskExecutor() for managed_node3/TASK: Check stripe size [0affc8a3-6f6f-5a58-73a2-0000000018e2] 138029 1726888172.80744: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018e2 138029 1726888172.80861: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018e2 138029 1726888172.80864: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888172.80948: no more pending results, returning what we have 138029 1726888172.80951: results queue empty 138029 1726888172.80952: checking for any_errors_fatal 138029 1726888172.81003: done checking for any_errors_fatal 138029 1726888172.81005: checking for max_fail_percentage 138029 1726888172.81006: done checking for max_fail_percentage 138029 1726888172.81007: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.81008: done checking to see if all hosts have failed 138029 1726888172.81009: getting the remaining hosts for this loop 138029 1726888172.81010: done getting the remaining hosts for this loop 138029 1726888172.81014: getting the next task for host managed_node3 138029 1726888172.81023: done getting next task for host managed_node3 138029 1726888172.81026: ^ task is: TASK: Get information about the LV 138029 1726888172.81032: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.81036: getting variables 138029 1726888172.81037: in VariableManager get_vars() 138029 1726888172.81067: Calling all_inventory to load vars for managed_node3 138029 1726888172.81070: Calling groups_inventory to load vars for managed_node3 138029 1726888172.81073: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.81082: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.81084: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.81087: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.81882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.82571: done with get_vars() 138029 1726888172.82587: done getting variables 138029 1726888172.82649: 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/verify-pool-member-lvmraid.yml:8 Friday 20 September 2024 23:09:32 -0400 (0:00:00.037) 0:03:05.550 ****** 138029 1726888172.82687: entering _queue_task() for managed_node3/command 138029 1726888172.82930: worker is 1 (out of 1 available) 138029 1726888172.82941: exiting _queue_task() for managed_node3/command 138029 1726888172.82953: done queuing things up, now waiting for results queue to drain 138029 1726888172.82954: waiting for pending results... 138029 1726888172.83348: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888172.83417: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018e6 138029 1726888172.83476: variable 'ansible_search_path' from source: unknown 138029 1726888172.83482: calling self._execute() 138029 1726888172.83662: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.83673: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.83676: variable 'omit' from source: magic vars 138029 1726888172.83938: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888172.84229: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888172.84307: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888172.84311: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888172.84314: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888172.84385: 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) 138029 1726888172.84404: 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) 138029 1726888172.84427: 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) 138029 1726888172.84451: 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) 138029 1726888172.84760: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888172.84763: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888172.84765: when evaluation is False, skipping this task 138029 1726888172.84769: _execute() done 138029 1726888172.84773: dumping result to json 138029 1726888172.84775: done dumping result, returning 138029 1726888172.84778: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-0000000018e6] 138029 1726888172.84780: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018e6 138029 1726888172.84848: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018e6 138029 1726888172.84851: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888172.84907: no more pending results, returning what we have 138029 1726888172.84911: results queue empty 138029 1726888172.84912: checking for any_errors_fatal 138029 1726888172.84924: done checking for any_errors_fatal 138029 1726888172.84925: checking for max_fail_percentage 138029 1726888172.84928: done checking for max_fail_percentage 138029 1726888172.84929: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.84931: done checking to see if all hosts have failed 138029 1726888172.84931: getting the remaining hosts for this loop 138029 1726888172.84933: done getting the remaining hosts for this loop 138029 1726888172.84937: getting the next task for host managed_node3 138029 1726888172.84948: done getting next task for host managed_node3 138029 1726888172.84951: ^ task is: TASK: Set LV segment type 138029 1726888172.84961: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.84968: getting variables 138029 1726888172.84969: in VariableManager get_vars() 138029 1726888172.85003: Calling all_inventory to load vars for managed_node3 138029 1726888172.85006: Calling groups_inventory to load vars for managed_node3 138029 1726888172.85010: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.85021: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.85025: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.85028: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.85753: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.86436: done with get_vars() 138029 1726888172.86450: done getting variables 138029 1726888172.86506: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:16 Friday 20 September 2024 23:09:32 -0400 (0:00:00.038) 0:03:05.588 ****** 138029 1726888172.86538: entering _queue_task() for managed_node3/set_fact 138029 1726888172.86980: worker is 1 (out of 1 available) 138029 1726888172.86989: exiting _queue_task() for managed_node3/set_fact 138029 1726888172.86999: done queuing things up, now waiting for results queue to drain 138029 1726888172.87001: waiting for pending results... 138029 1726888172.87108: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888172.87257: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018e7 138029 1726888172.87288: variable 'ansible_search_path' from source: unknown 138029 1726888172.87333: calling self._execute() 138029 1726888172.87462: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.87477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.87497: variable 'omit' from source: magic vars 138029 1726888172.87962: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888172.88241: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888172.88367: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888172.88539: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888172.88717: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888172.88897: 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) 138029 1726888172.88929: 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) 138029 1726888172.88963: 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) 138029 1726888172.89041: 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) 138029 1726888172.89188: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888172.89237: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888172.89241: when evaluation is False, skipping this task 138029 1726888172.89244: _execute() done 138029 1726888172.89246: dumping result to json 138029 1726888172.89249: done dumping result, returning 138029 1726888172.89256: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-0000000018e7] 138029 1726888172.89270: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018e7 138029 1726888172.89557: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018e7 138029 1726888172.89561: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888172.89616: no more pending results, returning what we have 138029 1726888172.89620: results queue empty 138029 1726888172.89622: checking for any_errors_fatal 138029 1726888172.89628: done checking for any_errors_fatal 138029 1726888172.89629: checking for max_fail_percentage 138029 1726888172.89633: done checking for max_fail_percentage 138029 1726888172.89634: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.89636: done checking to see if all hosts have failed 138029 1726888172.89636: getting the remaining hosts for this loop 138029 1726888172.89639: done getting the remaining hosts for this loop 138029 1726888172.89644: getting the next task for host managed_node3 138029 1726888172.89652: done getting next task for host managed_node3 138029 1726888172.89657: ^ task is: TASK: Check segment type 138029 1726888172.89664: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.89669: getting variables 138029 1726888172.89671: in VariableManager get_vars() 138029 1726888172.89707: Calling all_inventory to load vars for managed_node3 138029 1726888172.89712: Calling groups_inventory to load vars for managed_node3 138029 1726888172.89717: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.89728: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.89732: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.89735: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.90667: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.91603: done with get_vars() 138029 1726888172.91617: done getting variables 138029 1726888172.91668: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:20 Friday 20 September 2024 23:09:32 -0400 (0:00:00.051) 0:03:05.640 ****** 138029 1726888172.91700: entering _queue_task() for managed_node3/assert 138029 1726888172.92174: worker is 1 (out of 1 available) 138029 1726888172.92184: exiting _queue_task() for managed_node3/assert 138029 1726888172.92193: done queuing things up, now waiting for results queue to drain 138029 1726888172.92194: waiting for pending results... 138029 1726888172.92379: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888172.92469: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018e8 138029 1726888172.92489: variable 'ansible_search_path' from source: unknown 138029 1726888172.92531: calling self._execute() 138029 1726888172.92660: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.92746: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.92749: variable 'omit' from source: magic vars 138029 1726888172.93100: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888172.93409: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888172.93459: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888172.93496: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888172.93538: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888172.93642: 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) 138029 1726888172.93680: 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) 138029 1726888172.93712: 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) 138029 1726888172.93754: 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) 138029 1726888172.93943: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888172.93964: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888172.93972: when evaluation is False, skipping this task 138029 1726888172.93981: _execute() done 138029 1726888172.94050: dumping result to json 138029 1726888172.94053: done dumping result, returning 138029 1726888172.94056: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-0000000018e8] 138029 1726888172.94059: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018e8 138029 1726888172.94128: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018e8 138029 1726888172.94131: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888172.94211: no more pending results, returning what we have 138029 1726888172.94216: results queue empty 138029 1726888172.94217: checking for any_errors_fatal 138029 1726888172.94232: done checking for any_errors_fatal 138029 1726888172.94233: checking for max_fail_percentage 138029 1726888172.94237: done checking for max_fail_percentage 138029 1726888172.94238: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.94239: done checking to see if all hosts have failed 138029 1726888172.94240: getting the remaining hosts for this loop 138029 1726888172.94242: done getting the remaining hosts for this loop 138029 1726888172.94246: getting the next task for host managed_node3 138029 1726888172.94259: done getting next task for host managed_node3 138029 1726888172.94267: ^ task is: TASK: Set LV stripe size 138029 1726888172.94277: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.94286: getting variables 138029 1726888172.94289: in VariableManager get_vars() 138029 1726888172.94323: Calling all_inventory to load vars for managed_node3 138029 1726888172.94326: Calling groups_inventory to load vars for managed_node3 138029 1726888172.94329: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.94340: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.94345: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.94348: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.95214: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888172.95887: done with get_vars() 138029 1726888172.95903: done getting variables 138029 1726888172.95958: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Friday 20 September 2024 23:09:32 -0400 (0:00:00.042) 0:03:05.683 ****** 138029 1726888172.95990: entering _queue_task() for managed_node3/set_fact 138029 1726888172.96439: worker is 1 (out of 1 available) 138029 1726888172.96450: exiting _queue_task() for managed_node3/set_fact 138029 1726888172.96569: done queuing things up, now waiting for results queue to drain 138029 1726888172.96571: waiting for pending results... 138029 1726888172.96965: running TaskExecutor() for managed_node3/TASK: Set LV stripe size 138029 1726888172.97115: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018e9 138029 1726888172.97129: variable 'ansible_search_path' from source: unknown 138029 1726888172.97180: calling self._execute() 138029 1726888172.97276: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888172.97288: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888172.97301: variable 'omit' from source: magic vars 138029 1726888172.97582: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888172.97794: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888172.97827: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888172.97853: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888172.97883: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888172.97944: 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) 138029 1726888172.97962: 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) 138029 1726888172.97985: 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) 138029 1726888172.98002: 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) 138029 1726888172.98096: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888172.98118: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888172.98121: when evaluation is False, skipping this task 138029 1726888172.98124: _execute() done 138029 1726888172.98127: dumping result to json 138029 1726888172.98129: done dumping result, returning 138029 1726888172.98135: done running TaskExecutor() for managed_node3/TASK: Set LV stripe size [0affc8a3-6f6f-5a58-73a2-0000000018e9] 138029 1726888172.98140: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018e9 138029 1726888172.98230: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018e9 138029 1726888172.98233: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888172.98282: no more pending results, returning what we have 138029 1726888172.98286: results queue empty 138029 1726888172.98287: checking for any_errors_fatal 138029 1726888172.98293: done checking for any_errors_fatal 138029 1726888172.98294: checking for max_fail_percentage 138029 1726888172.98295: done checking for max_fail_percentage 138029 1726888172.98296: checking to see if all hosts have failed and the running result is not ok 138029 1726888172.98297: done checking to see if all hosts have failed 138029 1726888172.98298: getting the remaining hosts for this loop 138029 1726888172.98299: done getting the remaining hosts for this loop 138029 1726888172.98303: getting the next task for host managed_node3 138029 1726888172.98311: done getting next task for host managed_node3 138029 1726888172.98314: ^ task is: TASK: Parse the requested stripe size 138029 1726888172.98320: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888172.98324: getting variables 138029 1726888172.98326: in VariableManager get_vars() 138029 1726888172.98356: Calling all_inventory to load vars for managed_node3 138029 1726888172.98359: Calling groups_inventory to load vars for managed_node3 138029 1726888172.98362: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888172.98371: Calling all_plugins_play to load vars for managed_node3 138029 1726888172.98373: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888172.98376: Calling groups_plugins_play to load vars for managed_node3 138029 1726888172.98972: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.00173: done with get_vars() 138029 1726888173.00189: done getting variables TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Friday 20 September 2024 23:09:33 -0400 (0:00:00.042) 0:03:05.726 ****** 138029 1726888173.00269: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888173.00512: worker is 1 (out of 1 available) 138029 1726888173.00524: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888173.00537: done queuing things up, now waiting for results queue to drain 138029 1726888173.00539: waiting for pending results... 138029 1726888173.00975: running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size 138029 1726888173.00980: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018ea 138029 1726888173.00983: variable 'ansible_search_path' from source: unknown 138029 1726888173.01072: calling self._execute() 138029 1726888173.01148: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.01162: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.01181: variable 'omit' from source: magic vars 138029 1726888173.01579: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888173.01938: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888173.02000: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888173.02037: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888173.02185: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888173.02189: 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) 138029 1726888173.02209: 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) 138029 1726888173.02241: 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) 138029 1726888173.02277: 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) 138029 1726888173.02413: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888173.02449: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888173.02459: when evaluation is False, skipping this task 138029 1726888173.02470: _execute() done 138029 1726888173.02478: dumping result to json 138029 1726888173.02487: done dumping result, returning 138029 1726888173.02496: done running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size [0affc8a3-6f6f-5a58-73a2-0000000018ea] 138029 1726888173.02506: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018ea skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888173.02667: no more pending results, returning what we have 138029 1726888173.02671: results queue empty 138029 1726888173.02671: checking for any_errors_fatal 138029 1726888173.02682: done checking for any_errors_fatal 138029 1726888173.02682: checking for max_fail_percentage 138029 1726888173.02684: done checking for max_fail_percentage 138029 1726888173.02685: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.02686: done checking to see if all hosts have failed 138029 1726888173.02686: getting the remaining hosts for this loop 138029 1726888173.02688: done getting the remaining hosts for this loop 138029 1726888173.02691: getting the next task for host managed_node3 138029 1726888173.02702: done getting next task for host managed_node3 138029 1726888173.02705: ^ task is: TASK: Set expected stripe size 138029 1726888173.02710: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.02716: getting variables 138029 1726888173.02717: in VariableManager get_vars() 138029 1726888173.02749: Calling all_inventory to load vars for managed_node3 138029 1726888173.02751: Calling groups_inventory to load vars for managed_node3 138029 1726888173.02754: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.02766: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.02769: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.02911: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018ea 138029 1726888173.02915: WORKER PROCESS EXITING 138029 1726888173.02920: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.03551: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.04243: done with get_vars() 138029 1726888173.04261: done getting variables 138029 1726888173.04327: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Friday 20 September 2024 23:09:33 -0400 (0:00:00.040) 0:03:05.767 ****** 138029 1726888173.04362: entering _queue_task() for managed_node3/set_fact 138029 1726888173.04790: worker is 1 (out of 1 available) 138029 1726888173.04802: exiting _queue_task() for managed_node3/set_fact 138029 1726888173.04814: done queuing things up, now waiting for results queue to drain 138029 1726888173.04816: waiting for pending results... 138029 1726888173.05238: running TaskExecutor() for managed_node3/TASK: Set expected stripe size 138029 1726888173.05309: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018eb 138029 1726888173.05334: variable 'ansible_search_path' from source: unknown 138029 1726888173.05377: calling self._execute() 138029 1726888173.05504: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.05518: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.05537: variable 'omit' from source: magic vars 138029 1726888173.05973: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888173.06363: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888173.06366: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888173.06377: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888173.06416: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888173.06504: 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) 138029 1726888173.06533: 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) 138029 1726888173.06565: 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) 138029 1726888173.06600: 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) 138029 1726888173.06744: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888173.06786: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888173.06807: when evaluation is False, skipping this task 138029 1726888173.06815: _execute() done 138029 1726888173.06822: dumping result to json 138029 1726888173.06831: done dumping result, returning 138029 1726888173.06854: done running TaskExecutor() for managed_node3/TASK: Set expected stripe size [0affc8a3-6f6f-5a58-73a2-0000000018eb] 138029 1726888173.06868: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018eb 138029 1726888173.06980: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018eb 138029 1726888173.06984: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888173.07049: no more pending results, returning what we have 138029 1726888173.07053: results queue empty 138029 1726888173.07054: checking for any_errors_fatal 138029 1726888173.07064: done checking for any_errors_fatal 138029 1726888173.07065: checking for max_fail_percentage 138029 1726888173.07067: done checking for max_fail_percentage 138029 1726888173.07069: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.07070: done checking to see if all hosts have failed 138029 1726888173.07070: getting the remaining hosts for this loop 138029 1726888173.07072: done getting the remaining hosts for this loop 138029 1726888173.07076: getting the next task for host managed_node3 138029 1726888173.07083: done getting next task for host managed_node3 138029 1726888173.07087: ^ task is: TASK: Check stripe size 138029 1726888173.07093: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.07099: getting variables 138029 1726888173.07100: in VariableManager get_vars() 138029 1726888173.07133: Calling all_inventory to load vars for managed_node3 138029 1726888173.07135: Calling groups_inventory to load vars for managed_node3 138029 1726888173.07139: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.07148: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.07150: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.07153: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.07545: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.08306: done with get_vars() 138029 1726888173.08325: done getting variables 138029 1726888173.08378: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Friday 20 September 2024 23:09:33 -0400 (0:00:00.040) 0:03:05.807 ****** 138029 1726888173.08409: entering _queue_task() for managed_node3/assert 138029 1726888173.08650: worker is 1 (out of 1 available) 138029 1726888173.08665: exiting _queue_task() for managed_node3/assert 138029 1726888173.08681: done queuing things up, now waiting for results queue to drain 138029 1726888173.08683: waiting for pending results... 138029 1726888173.08984: running TaskExecutor() for managed_node3/TASK: Check stripe size 138029 1726888173.09363: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018ec 138029 1726888173.09368: variable 'ansible_search_path' from source: unknown 138029 1726888173.09371: calling self._execute() 138029 1726888173.09491: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.09662: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.09666: variable 'omit' from source: magic vars 138029 1726888173.10177: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888173.10479: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888173.10525: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888173.10550: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888173.10581: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888173.10648: 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) 138029 1726888173.10670: 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) 138029 1726888173.10688: 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) 138029 1726888173.10705: 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) 138029 1726888173.10819: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888173.10842: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888173.10845: when evaluation is False, skipping this task 138029 1726888173.10848: _execute() done 138029 1726888173.10851: dumping result to json 138029 1726888173.10853: done dumping result, returning 138029 1726888173.10860: done running TaskExecutor() for managed_node3/TASK: Check stripe size [0affc8a3-6f6f-5a58-73a2-0000000018ec] 138029 1726888173.10867: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018ec 138029 1726888173.10958: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018ec 138029 1726888173.10962: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888173.11005: no more pending results, returning what we have 138029 1726888173.11009: results queue empty 138029 1726888173.11010: checking for any_errors_fatal 138029 1726888173.11019: done checking for any_errors_fatal 138029 1726888173.11020: checking for max_fail_percentage 138029 1726888173.11022: done checking for max_fail_percentage 138029 1726888173.11022: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.11024: done checking to see if all hosts have failed 138029 1726888173.11024: getting the remaining hosts for this loop 138029 1726888173.11026: done getting the remaining hosts for this loop 138029 1726888173.11029: getting the next task for host managed_node3 138029 1726888173.11038: done getting next task for host managed_node3 138029 1726888173.11041: ^ task is: TASK: Get information about the LV 138029 1726888173.11047: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.11051: getting variables 138029 1726888173.11053: in VariableManager get_vars() 138029 1726888173.11083: Calling all_inventory to load vars for managed_node3 138029 1726888173.11086: Calling groups_inventory to load vars for managed_node3 138029 1726888173.11089: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.11096: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.11099: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.11101: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.11484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.11876: done with get_vars() 138029 1726888173.11886: done getting variables 138029 1726888173.11926: 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/verify-pool-member-lvmraid.yml:8 Friday 20 September 2024 23:09:33 -0400 (0:00:00.035) 0:03:05.843 ****** 138029 1726888173.11950: entering _queue_task() for managed_node3/command 138029 1726888173.12143: worker is 1 (out of 1 available) 138029 1726888173.12158: exiting _queue_task() for managed_node3/command 138029 1726888173.12173: done queuing things up, now waiting for results queue to drain 138029 1726888173.12175: waiting for pending results... 138029 1726888173.12471: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888173.12514: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018f0 138029 1726888173.12551: variable 'ansible_search_path' from source: unknown 138029 1726888173.12578: calling self._execute() 138029 1726888173.12861: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.12865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.12867: variable 'omit' from source: magic vars 138029 1726888173.13075: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888173.13358: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888173.13405: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888173.13445: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888173.13488: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888173.13570: 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) 138029 1726888173.13600: 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) 138029 1726888173.13630: 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) 138029 1726888173.13663: 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) 138029 1726888173.13888: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888173.14040: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888173.14044: when evaluation is False, skipping this task 138029 1726888173.14046: _execute() done 138029 1726888173.14049: dumping result to json 138029 1726888173.14051: done dumping result, returning 138029 1726888173.14060: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-0000000018f0] 138029 1726888173.14065: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018f0 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888173.14207: no more pending results, returning what we have 138029 1726888173.14210: results queue empty 138029 1726888173.14211: checking for any_errors_fatal 138029 1726888173.14219: done checking for any_errors_fatal 138029 1726888173.14219: checking for max_fail_percentage 138029 1726888173.14221: done checking for max_fail_percentage 138029 1726888173.14222: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.14223: done checking to see if all hosts have failed 138029 1726888173.14224: getting the remaining hosts for this loop 138029 1726888173.14226: done getting the remaining hosts for this loop 138029 1726888173.14229: getting the next task for host managed_node3 138029 1726888173.14240: done getting next task for host managed_node3 138029 1726888173.14243: ^ task is: TASK: Set LV segment type 138029 1726888173.14250: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.14254: getting variables 138029 1726888173.14259: in VariableManager get_vars() 138029 1726888173.14291: Calling all_inventory to load vars for managed_node3 138029 1726888173.14293: Calling groups_inventory to load vars for managed_node3 138029 1726888173.14296: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.14305: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.14307: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.14310: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.14960: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018f0 138029 1726888173.14967: WORKER PROCESS EXITING 138029 1726888173.14985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.15380: done with get_vars() 138029 1726888173.15390: done getting variables 138029 1726888173.15431: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:16 Friday 20 September 2024 23:09:33 -0400 (0:00:00.035) 0:03:05.878 ****** 138029 1726888173.15453: entering _queue_task() for managed_node3/set_fact 138029 1726888173.15640: worker is 1 (out of 1 available) 138029 1726888173.15652: exiting _queue_task() for managed_node3/set_fact 138029 1726888173.15665: done queuing things up, now waiting for results queue to drain 138029 1726888173.15667: waiting for pending results... 138029 1726888173.15846: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888173.15941: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018f1 138029 1726888173.15953: variable 'ansible_search_path' from source: unknown 138029 1726888173.15983: calling self._execute() 138029 1726888173.16069: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.16076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.16086: variable 'omit' from source: magic vars 138029 1726888173.16358: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888173.16611: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888173.16733: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888173.16737: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888173.16740: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888173.16793: 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) 138029 1726888173.16964: 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) 138029 1726888173.16968: 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) 138029 1726888173.16971: 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) 138029 1726888173.16997: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888173.17030: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888173.17037: when evaluation is False, skipping this task 138029 1726888173.17043: _execute() done 138029 1726888173.17049: dumping result to json 138029 1726888173.17058: done dumping result, returning 138029 1726888173.17069: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-0000000018f1] 138029 1726888173.17079: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018f1 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888173.17231: no more pending results, returning what we have 138029 1726888173.17235: results queue empty 138029 1726888173.17236: checking for any_errors_fatal 138029 1726888173.17250: done checking for any_errors_fatal 138029 1726888173.17251: checking for max_fail_percentage 138029 1726888173.17252: done checking for max_fail_percentage 138029 1726888173.17253: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.17254: done checking to see if all hosts have failed 138029 1726888173.17257: getting the remaining hosts for this loop 138029 1726888173.17258: done getting the remaining hosts for this loop 138029 1726888173.17262: getting the next task for host managed_node3 138029 1726888173.17272: done getting next task for host managed_node3 138029 1726888173.17275: ^ task is: TASK: Check segment type 138029 1726888173.17283: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.17287: getting variables 138029 1726888173.17289: in VariableManager get_vars() 138029 1726888173.17325: Calling all_inventory to load vars for managed_node3 138029 1726888173.17328: Calling groups_inventory to load vars for managed_node3 138029 1726888173.17331: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.17341: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.17345: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.17349: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.18066: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018f1 138029 1726888173.18070: WORKER PROCESS EXITING 138029 1726888173.18307: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.19041: done with get_vars() 138029 1726888173.19062: done getting variables 138029 1726888173.19120: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:20 Friday 20 September 2024 23:09:33 -0400 (0:00:00.036) 0:03:05.915 ****** 138029 1726888173.19152: entering _queue_task() for managed_node3/assert 138029 1726888173.19432: worker is 1 (out of 1 available) 138029 1726888173.19450: exiting _queue_task() for managed_node3/assert 138029 1726888173.19666: done queuing things up, now waiting for results queue to drain 138029 1726888173.19668: waiting for pending results... 138029 1726888173.19808: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888173.19992: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018f2 138029 1726888173.19997: variable 'ansible_search_path' from source: unknown 138029 1726888173.20090: calling self._execute() 138029 1726888173.20175: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.20179: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.20182: variable 'omit' from source: magic vars 138029 1726888173.20563: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888173.20899: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888173.20937: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888173.20980: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888173.21008: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888173.21089: 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) 138029 1726888173.21135: 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) 138029 1726888173.21172: 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) 138029 1726888173.21214: 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) 138029 1726888173.21326: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888173.21371: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888173.21374: when evaluation is False, skipping this task 138029 1726888173.21377: _execute() done 138029 1726888173.21379: dumping result to json 138029 1726888173.21382: done dumping result, returning 138029 1726888173.21388: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-0000000018f2] 138029 1726888173.21400: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018f2 138029 1726888173.21519: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018f2 138029 1726888173.21522: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888173.21580: no more pending results, returning what we have 138029 1726888173.21583: results queue empty 138029 1726888173.21584: checking for any_errors_fatal 138029 1726888173.21589: done checking for any_errors_fatal 138029 1726888173.21590: checking for max_fail_percentage 138029 1726888173.21591: done checking for max_fail_percentage 138029 1726888173.21592: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.21593: done checking to see if all hosts have failed 138029 1726888173.21594: getting the remaining hosts for this loop 138029 1726888173.21595: done getting the remaining hosts for this loop 138029 1726888173.21598: getting the next task for host managed_node3 138029 1726888173.21605: done getting next task for host managed_node3 138029 1726888173.21607: ^ task is: TASK: Set LV stripe size 138029 1726888173.21614: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.21618: getting variables 138029 1726888173.21619: in VariableManager get_vars() 138029 1726888173.21647: Calling all_inventory to load vars for managed_node3 138029 1726888173.21650: Calling groups_inventory to load vars for managed_node3 138029 1726888173.21653: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.21662: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.21665: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.21668: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.22141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.23069: done with get_vars() 138029 1726888173.23082: done getting variables 138029 1726888173.23119: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Friday 20 September 2024 23:09:33 -0400 (0:00:00.039) 0:03:05.954 ****** 138029 1726888173.23141: entering _queue_task() for managed_node3/set_fact 138029 1726888173.23332: worker is 1 (out of 1 available) 138029 1726888173.23345: exiting _queue_task() for managed_node3/set_fact 138029 1726888173.23359: done queuing things up, now waiting for results queue to drain 138029 1726888173.23361: waiting for pending results... 138029 1726888173.23557: running TaskExecutor() for managed_node3/TASK: Set LV stripe size 138029 1726888173.23662: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018f3 138029 1726888173.23674: variable 'ansible_search_path' from source: unknown 138029 1726888173.23706: calling self._execute() 138029 1726888173.23798: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.23804: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.23814: variable 'omit' from source: magic vars 138029 1726888173.24091: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888173.24303: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888173.24337: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888173.24370: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888173.24398: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888173.24458: 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) 138029 1726888173.24480: 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) 138029 1726888173.24498: 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) 138029 1726888173.24515: 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) 138029 1726888173.24630: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888173.24652: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888173.24658: when evaluation is False, skipping this task 138029 1726888173.24661: _execute() done 138029 1726888173.24666: dumping result to json 138029 1726888173.24669: done dumping result, returning 138029 1726888173.24672: done running TaskExecutor() for managed_node3/TASK: Set LV stripe size [0affc8a3-6f6f-5a58-73a2-0000000018f3] 138029 1726888173.24678: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018f3 138029 1726888173.24763: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018f3 138029 1726888173.24768: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888173.24831: no more pending results, returning what we have 138029 1726888173.24834: results queue empty 138029 1726888173.24835: checking for any_errors_fatal 138029 1726888173.24844: done checking for any_errors_fatal 138029 1726888173.24845: checking for max_fail_percentage 138029 1726888173.24846: done checking for max_fail_percentage 138029 1726888173.24847: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.24848: done checking to see if all hosts have failed 138029 1726888173.24849: getting the remaining hosts for this loop 138029 1726888173.24850: done getting the remaining hosts for this loop 138029 1726888173.24853: getting the next task for host managed_node3 138029 1726888173.24863: done getting next task for host managed_node3 138029 1726888173.24868: ^ task is: TASK: Parse the requested stripe size 138029 1726888173.24874: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.24878: getting variables 138029 1726888173.24880: in VariableManager get_vars() 138029 1726888173.24906: Calling all_inventory to load vars for managed_node3 138029 1726888173.24908: Calling groups_inventory to load vars for managed_node3 138029 1726888173.24911: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.24919: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.24921: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.24923: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.25312: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.25709: done with get_vars() 138029 1726888173.25721: done getting variables TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Friday 20 September 2024 23:09:33 -0400 (0:00:00.026) 0:03:05.981 ****** 138029 1726888173.25781: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888173.25978: worker is 1 (out of 1 available) 138029 1726888173.25994: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888173.26005: done queuing things up, now waiting for results queue to drain 138029 1726888173.26007: waiting for pending results... 138029 1726888173.26188: running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size 138029 1726888173.26284: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018f4 138029 1726888173.26297: variable 'ansible_search_path' from source: unknown 138029 1726888173.26324: calling self._execute() 138029 1726888173.26416: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.26421: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.26430: variable 'omit' from source: magic vars 138029 1726888173.26704: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888173.26905: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888173.26937: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888173.26963: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888173.26988: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888173.27046: 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) 138029 1726888173.27068: 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) 138029 1726888173.27084: 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) 138029 1726888173.27103: 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) 138029 1726888173.27193: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888173.27216: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888173.27219: when evaluation is False, skipping this task 138029 1726888173.27222: _execute() done 138029 1726888173.27224: dumping result to json 138029 1726888173.27227: done dumping result, returning 138029 1726888173.27229: done running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size [0affc8a3-6f6f-5a58-73a2-0000000018f4] 138029 1726888173.27239: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018f4 138029 1726888173.27410: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018f4 138029 1726888173.27414: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888173.27483: no more pending results, returning what we have 138029 1726888173.27485: results queue empty 138029 1726888173.27486: checking for any_errors_fatal 138029 1726888173.27490: done checking for any_errors_fatal 138029 1726888173.27490: checking for max_fail_percentage 138029 1726888173.27491: done checking for max_fail_percentage 138029 1726888173.27492: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.27492: done checking to see if all hosts have failed 138029 1726888173.27493: getting the remaining hosts for this loop 138029 1726888173.27494: done getting the remaining hosts for this loop 138029 1726888173.27496: getting the next task for host managed_node3 138029 1726888173.27501: done getting next task for host managed_node3 138029 1726888173.27503: ^ task is: TASK: Set expected stripe size 138029 1726888173.27507: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.27510: getting variables 138029 1726888173.27511: in VariableManager get_vars() 138029 1726888173.27530: Calling all_inventory to load vars for managed_node3 138029 1726888173.27532: Calling groups_inventory to load vars for managed_node3 138029 1726888173.27533: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.27540: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.27542: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.27543: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.28019: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.28537: done with get_vars() 138029 1726888173.28547: done getting variables 138029 1726888173.28587: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Friday 20 September 2024 23:09:33 -0400 (0:00:00.028) 0:03:06.009 ****** 138029 1726888173.28610: entering _queue_task() for managed_node3/set_fact 138029 1726888173.28821: worker is 1 (out of 1 available) 138029 1726888173.28834: exiting _queue_task() for managed_node3/set_fact 138029 1726888173.28847: done queuing things up, now waiting for results queue to drain 138029 1726888173.28848: waiting for pending results... 138029 1726888173.29067: running TaskExecutor() for managed_node3/TASK: Set expected stripe size 138029 1726888173.29169: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018f5 138029 1726888173.29191: variable 'ansible_search_path' from source: unknown 138029 1726888173.29224: calling self._execute() 138029 1726888173.29324: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.29344: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.29347: variable 'omit' from source: magic vars 138029 1726888173.29668: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888173.29872: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888173.29906: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888173.29931: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888173.29958: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888173.30020: 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) 138029 1726888173.30037: 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) 138029 1726888173.30056: 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) 138029 1726888173.30080: 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) 138029 1726888173.30173: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888173.30196: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888173.30199: when evaluation is False, skipping this task 138029 1726888173.30202: _execute() done 138029 1726888173.30204: dumping result to json 138029 1726888173.30207: done dumping result, returning 138029 1726888173.30213: done running TaskExecutor() for managed_node3/TASK: Set expected stripe size [0affc8a3-6f6f-5a58-73a2-0000000018f5] 138029 1726888173.30216: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018f5 138029 1726888173.30308: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018f5 138029 1726888173.30310: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888173.30375: no more pending results, returning what we have 138029 1726888173.30378: results queue empty 138029 1726888173.30379: checking for any_errors_fatal 138029 1726888173.30385: done checking for any_errors_fatal 138029 1726888173.30386: checking for max_fail_percentage 138029 1726888173.30387: done checking for max_fail_percentage 138029 1726888173.30388: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.30389: done checking to see if all hosts have failed 138029 1726888173.30390: getting the remaining hosts for this loop 138029 1726888173.30391: done getting the remaining hosts for this loop 138029 1726888173.30394: getting the next task for host managed_node3 138029 1726888173.30401: done getting next task for host managed_node3 138029 1726888173.30403: ^ task is: TASK: Check stripe size 138029 1726888173.30408: ^ 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? (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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.30411: getting variables 138029 1726888173.30413: in VariableManager get_vars() 138029 1726888173.30440: Calling all_inventory to load vars for managed_node3 138029 1726888173.30442: Calling groups_inventory to load vars for managed_node3 138029 1726888173.30444: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.30452: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.30454: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.30471: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.31066: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.31905: done with get_vars() 138029 1726888173.31922: done getting variables 138029 1726888173.31991: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Friday 20 September 2024 23:09:33 -0400 (0:00:00.034) 0:03:06.043 ****** 138029 1726888173.32035: entering _queue_task() for managed_node3/assert 138029 1726888173.32325: worker is 1 (out of 1 available) 138029 1726888173.32335: exiting _queue_task() for managed_node3/assert 138029 1726888173.32362: done queuing things up, now waiting for results queue to drain 138029 1726888173.32367: waiting for pending results... 138029 1726888173.32673: running TaskExecutor() for managed_node3/TASK: Check stripe size 138029 1726888173.32753: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000018f6 138029 1726888173.32776: variable 'ansible_search_path' from source: unknown 138029 1726888173.32809: calling self._execute() 138029 1726888173.32994: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.32998: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.33001: variable 'omit' from source: magic vars 138029 1726888173.33359: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888173.33636: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888173.33720: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888173.33729: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888173.33767: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888173.33848: 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) 138029 1726888173.33872: 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) 138029 1726888173.33890: 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) 138029 1726888173.33909: 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) 138029 1726888173.34021: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888173.34043: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888173.34046: when evaluation is False, skipping this task 138029 1726888173.34049: _execute() done 138029 1726888173.34052: dumping result to json 138029 1726888173.34054: done dumping result, returning 138029 1726888173.34059: done running TaskExecutor() for managed_node3/TASK: Check stripe size [0affc8a3-6f6f-5a58-73a2-0000000018f6] 138029 1726888173.34062: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018f6 138029 1726888173.34160: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000018f6 138029 1726888173.34163: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888173.34209: no more pending results, returning what we have 138029 1726888173.34212: results queue empty 138029 1726888173.34213: checking for any_errors_fatal 138029 1726888173.34219: done checking for any_errors_fatal 138029 1726888173.34220: checking for max_fail_percentage 138029 1726888173.34221: done checking for max_fail_percentage 138029 1726888173.34222: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.34222: done checking to see if all hosts have failed 138029 1726888173.34223: getting the remaining hosts for this loop 138029 1726888173.34225: done getting the remaining hosts for this loop 138029 1726888173.34228: getting the next task for host managed_node3 138029 1726888173.34236: done getting next task for host managed_node3 138029 1726888173.34239: ^ task is: TASK: Check Thin Pools 138029 1726888173.34243: ^ 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? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.34248: getting variables 138029 1726888173.34249: in VariableManager get_vars() 138029 1726888173.34276: Calling all_inventory to load vars for managed_node3 138029 1726888173.34278: Calling groups_inventory to load vars for managed_node3 138029 1726888173.34281: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.34289: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.34291: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.34293: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.34735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.35479: done with get_vars() 138029 1726888173.35516: done getting variables TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Friday 20 September 2024 23:09:33 -0400 (0:00:00.035) 0:03:06.079 ****** 138029 1726888173.35583: entering _queue_task() for managed_node3/include_tasks 138029 1726888173.35771: worker is 1 (out of 1 available) 138029 1726888173.35782: exiting _queue_task() for managed_node3/include_tasks 138029 1726888173.35794: done queuing things up, now waiting for results queue to drain 138029 1726888173.35795: waiting for pending results... 138029 1726888173.35977: running TaskExecutor() for managed_node3/TASK: Check Thin Pools 138029 1726888173.36080: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001698 138029 1726888173.36092: variable 'ansible_search_path' from source: unknown 138029 1726888173.36120: calling self._execute() 138029 1726888173.36284: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.36288: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.36291: variable 'omit' from source: magic vars 138029 1726888173.36353: _execute() done 138029 1726888173.36359: dumping result to json 138029 1726888173.36362: done dumping result, returning 138029 1726888173.36367: done running TaskExecutor() for managed_node3/TASK: Check Thin Pools [0affc8a3-6f6f-5a58-73a2-000000001698] 138029 1726888173.36370: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001698 138029 1726888173.36473: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001698 138029 1726888173.36476: WORKER PROCESS EXITING 138029 1726888173.36516: no more pending results, returning what we have 138029 1726888173.36520: in VariableManager get_vars() 138029 1726888173.36551: Calling all_inventory to load vars for managed_node3 138029 1726888173.36554: Calling groups_inventory to load vars for managed_node3 138029 1726888173.36563: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.36576: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.36579: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.36581: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.37082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.37502: done with get_vars() 138029 1726888173.37514: variable 'ansible_search_path' from source: unknown 138029 1726888173.37630: variable 'storage_test_pool_subset' from source: include params 138029 1726888173.37659: we have included files to process 138029 1726888173.37660: generating all_blocks data 138029 1726888173.37662: done generating all_blocks data 138029 1726888173.37671: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 138029 1726888173.37672: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 138029 1726888173.37675: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 138029 1726888173.37793: in VariableManager get_vars() 138029 1726888173.37821: done with get_vars() 138029 1726888173.37838: done processing included file 138029 1726888173.37840: iterating over new_blocks loaded from include file 138029 1726888173.37841: in VariableManager get_vars() 138029 1726888173.37863: done with get_vars() 138029 1726888173.37867: filtering new block on tags 138029 1726888173.37904: done filtering new block on tags 138029 1726888173.37907: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 138029 1726888173.37912: extending task lists for all hosts with included blocks 138029 1726888173.40095: done extending task lists 138029 1726888173.40096: done processing included files 138029 1726888173.40097: results queue empty 138029 1726888173.40097: checking for any_errors_fatal 138029 1726888173.40100: done checking for any_errors_fatal 138029 1726888173.40101: checking for max_fail_percentage 138029 1726888173.40101: done checking for max_fail_percentage 138029 1726888173.40102: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.40102: done checking to see if all hosts have failed 138029 1726888173.40103: getting the remaining hosts for this loop 138029 1726888173.40103: done getting the remaining hosts for this loop 138029 1726888173.40107: getting the next task for host managed_node3 138029 1726888173.40111: done getting next task for host managed_node3 138029 1726888173.40113: ^ task is: TASK: Validate pool member thinpool settings 138029 1726888173.40119: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.40122: getting variables 138029 1726888173.40123: in VariableManager get_vars() 138029 1726888173.40132: Calling all_inventory to load vars for managed_node3 138029 1726888173.40133: Calling groups_inventory to load vars for managed_node3 138029 1726888173.40135: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.40139: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.40140: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.40141: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.40469: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.41017: done with get_vars() 138029 1726888173.41035: done getting variables TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Friday 20 September 2024 23:09:33 -0400 (0:00:00.055) 0:03:06.134 ****** 138029 1726888173.41139: entering _queue_task() for managed_node3/include_tasks 138029 1726888173.41432: worker is 1 (out of 1 available) 138029 1726888173.41446: exiting _queue_task() for managed_node3/include_tasks 138029 1726888173.41523: done queuing things up, now waiting for results queue to drain 138029 1726888173.41540: waiting for pending results... 138029 1726888173.41878: running TaskExecutor() for managed_node3/TASK: Validate pool member thinpool settings 138029 1726888173.42061: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000194f 138029 1726888173.42067: variable 'ansible_search_path' from source: unknown 138029 1726888173.42200: variable 'storage_test_pool' from source: include params 138029 1726888173.42760: variable 'omit' from source: magic vars 138029 1726888173.42918: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.42932: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.42952: variable 'omit' from source: magic vars 138029 1726888173.43206: variable 'storage_test_pool' from source: include params 138029 1726888173.43243: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888173.43292: variable 'storage_test_thin_volume' from source: unknown 138029 1726888173.43376: variable 'storage_test_thin_volume' from source: unknown 138029 1726888173.43984: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.43988: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.43990: variable 'omit' from source: magic vars 138029 1726888173.44001: variable 'storage_test_pool' from source: include params 138029 1726888173.44039: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888173.44105: variable 'storage_test_thin_volume' from source: unknown 138029 1726888173.44158: variable 'storage_test_thin_volume' from source: unknown 138029 1726888173.44571: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.44575: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.44578: variable 'omit' from source: magic vars 138029 1726888173.44667: variable 'storage_test_pool' from source: include params 138029 1726888173.44681: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888173.44719: variable 'storage_test_thin_volume' from source: unknown 138029 1726888173.44760: variable 'storage_test_thin_volume' from source: unknown 138029 1726888173.44999: dumping result to json 138029 1726888173.45003: done dumping result, returning 138029 1726888173.45005: done running TaskExecutor() for managed_node3/TASK: Validate pool member thinpool settings [0affc8a3-6f6f-5a58-73a2-00000000194f] 138029 1726888173.45007: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000194f 138029 1726888173.45104: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000194f 138029 1726888173.45107: WORKER PROCESS EXITING 138029 1726888173.45239: no more pending results, returning what we have 138029 1726888173.45243: in VariableManager get_vars() 138029 1726888173.45275: Calling all_inventory to load vars for managed_node3 138029 1726888173.45278: Calling groups_inventory to load vars for managed_node3 138029 1726888173.45280: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.45289: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.45292: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.45294: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.45720: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.46095: done with get_vars() 138029 1726888173.46106: variable 'ansible_search_path' from source: unknown 138029 1726888173.46135: variable 'ansible_search_path' from source: unknown 138029 1726888173.46159: variable 'ansible_search_path' from source: unknown 138029 1726888173.46181: we have included files to process 138029 1726888173.46181: generating all_blocks data 138029 1726888173.46183: done generating all_blocks data 138029 1726888173.46184: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888173.46185: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888173.46186: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888173.46566: done processing included file 138029 1726888173.46569: iterating over new_blocks loaded from include file 138029 1726888173.46570: in VariableManager get_vars() 138029 1726888173.46587: done with get_vars() 138029 1726888173.46589: filtering new block on tags 138029 1726888173.46640: done filtering new block on tags 138029 1726888173.46642: in VariableManager get_vars() 138029 1726888173.46657: done with get_vars() 138029 1726888173.46658: filtering new block on tags 138029 1726888173.46684: done filtering new block on tags 138029 1726888173.46686: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': 'UUID=ac246704-920b-4020-af6e-f443534e195b', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) 138029 1726888173.46696: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888173.46697: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888173.46700: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888173.47083: done processing included file 138029 1726888173.47085: iterating over new_blocks loaded from include file 138029 1726888173.47086: in VariableManager get_vars() 138029 1726888173.47103: done with get_vars() 138029 1726888173.47105: filtering new block on tags 138029 1726888173.47202: done filtering new block on tags 138029 1726888173.47204: in VariableManager get_vars() 138029 1726888173.47218: done with get_vars() 138029 1726888173.47219: filtering new block on tags 138029 1726888173.47240: done filtering new block on tags 138029 1726888173.47242: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) 138029 1726888173.47257: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888173.47259: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888173.47261: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888173.47687: done processing included file 138029 1726888173.47689: iterating over new_blocks loaded from include file 138029 1726888173.47690: in VariableManager get_vars() 138029 1726888173.47701: done with get_vars() 138029 1726888173.47702: filtering new block on tags 138029 1726888173.47746: done filtering new block on tags 138029 1726888173.47749: in VariableManager get_vars() 138029 1726888173.47767: done with get_vars() 138029 1726888173.47769: filtering new block on tags 138029 1726888173.47792: done filtering new block on tags 138029 1726888173.47794: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 138029 1726888173.47803: extending task lists for all hosts with included blocks 138029 1726888173.47974: done extending task lists 138029 1726888173.47975: done processing included files 138029 1726888173.47976: results queue empty 138029 1726888173.47976: checking for any_errors_fatal 138029 1726888173.47979: done checking for any_errors_fatal 138029 1726888173.47980: checking for max_fail_percentage 138029 1726888173.47981: done checking for max_fail_percentage 138029 1726888173.47982: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.47982: done checking to see if all hosts have failed 138029 1726888173.47983: getting the remaining hosts for this loop 138029 1726888173.47984: done getting the remaining hosts for this loop 138029 1726888173.47987: getting the next task for host managed_node3 138029 1726888173.47992: done getting next task for host managed_node3 138029 1726888173.47994: ^ task is: TASK: Get information about thinpool 138029 1726888173.47998: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.48000: getting variables 138029 1726888173.48001: in VariableManager get_vars() 138029 1726888173.48009: Calling all_inventory to load vars for managed_node3 138029 1726888173.48011: Calling groups_inventory to load vars for managed_node3 138029 1726888173.48013: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.48018: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.48020: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.48023: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.48628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.56210: done with get_vars() 138029 1726888173.56231: done getting variables 138029 1726888173.56279: 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 thinpool] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Friday 20 September 2024 23:09:33 -0400 (0:00:00.151) 0:03:06.286 ****** 138029 1726888173.56311: entering _queue_task() for managed_node3/command 138029 1726888173.57247: worker is 1 (out of 1 available) 138029 1726888173.57262: exiting _queue_task() for managed_node3/command 138029 1726888173.57274: done queuing things up, now waiting for results queue to drain 138029 1726888173.57277: waiting for pending results... 138029 1726888173.57997: running TaskExecutor() for managed_node3/TASK: Get information about thinpool 138029 1726888173.58362: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001a87 138029 1726888173.58366: variable 'ansible_search_path' from source: unknown 138029 1726888173.58371: calling self._execute() 138029 1726888173.58675: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.58746: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.58964: variable 'omit' from source: magic vars 138029 1726888173.59280: variable 'storage_test_thin_volume' from source: include params 138029 1726888173.59320: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888173.59330: when evaluation is False, skipping this task 138029 1726888173.59340: _execute() done 138029 1726888173.59350: dumping result to json 138029 1726888173.59365: done dumping result, returning 138029 1726888173.59379: done running TaskExecutor() for managed_node3/TASK: Get information about thinpool [0affc8a3-6f6f-5a58-73a2-000000001a87] 138029 1726888173.59390: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a87 138029 1726888173.59669: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a87 138029 1726888173.59673: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888173.59721: no more pending results, returning what we have 138029 1726888173.59728: results queue empty 138029 1726888173.59729: checking for any_errors_fatal 138029 1726888173.59730: done checking for any_errors_fatal 138029 1726888173.59731: checking for max_fail_percentage 138029 1726888173.59732: done checking for max_fail_percentage 138029 1726888173.59733: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.59733: done checking to see if all hosts have failed 138029 1726888173.59734: getting the remaining hosts for this loop 138029 1726888173.59736: done getting the remaining hosts for this loop 138029 1726888173.59739: getting the next task for host managed_node3 138029 1726888173.59746: done getting next task for host managed_node3 138029 1726888173.59748: ^ task is: TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888173.59758: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.59764: getting variables 138029 1726888173.59766: in VariableManager get_vars() 138029 1726888173.59803: Calling all_inventory to load vars for managed_node3 138029 1726888173.59806: Calling groups_inventory to load vars for managed_node3 138029 1726888173.59810: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.59821: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.59824: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.59827: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.61122: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.61830: done with get_vars() 138029 1726888173.61847: done getting variables 138029 1726888173.61908: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Friday 20 September 2024 23:09:33 -0400 (0:00:00.056) 0:03:06.342 ****** 138029 1726888173.61941: entering _queue_task() for managed_node3/assert 138029 1726888173.62217: worker is 1 (out of 1 available) 138029 1726888173.62229: exiting _queue_task() for managed_node3/assert 138029 1726888173.62242: done queuing things up, now waiting for results queue to drain 138029 1726888173.62243: waiting for pending results... 138029 1726888173.62539: running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888173.62709: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001a88 138029 1726888173.62730: variable 'ansible_search_path' from source: unknown 138029 1726888173.62771: calling self._execute() 138029 1726888173.63020: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.63031: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.63044: variable 'omit' from source: magic vars 138029 1726888173.63561: variable 'storage_test_thin_volume' from source: include params 138029 1726888173.63565: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888173.63567: when evaluation is False, skipping this task 138029 1726888173.63570: _execute() done 138029 1726888173.63573: dumping result to json 138029 1726888173.63575: done dumping result, returning 138029 1726888173.63578: done running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) [0affc8a3-6f6f-5a58-73a2-000000001a88] 138029 1726888173.63581: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a88 138029 1726888173.63649: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a88 138029 1726888173.63652: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888173.63701: no more pending results, returning what we have 138029 1726888173.63705: results queue empty 138029 1726888173.63706: checking for any_errors_fatal 138029 1726888173.63717: done checking for any_errors_fatal 138029 1726888173.63717: checking for max_fail_percentage 138029 1726888173.63719: done checking for max_fail_percentage 138029 1726888173.63721: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.63721: done checking to see if all hosts have failed 138029 1726888173.63722: getting the remaining hosts for this loop 138029 1726888173.63724: done getting the remaining hosts for this loop 138029 1726888173.63728: getting the next task for host managed_node3 138029 1726888173.63737: done getting next task for host managed_node3 138029 1726888173.63740: ^ task is: TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888173.63749: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.63753: getting variables 138029 1726888173.63758: in VariableManager get_vars() 138029 1726888173.63793: Calling all_inventory to load vars for managed_node3 138029 1726888173.63796: Calling groups_inventory to load vars for managed_node3 138029 1726888173.63799: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.63813: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.63817: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.63820: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.64593: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.65212: done with get_vars() 138029 1726888173.65225: done getting variables 138029 1726888173.65277: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Friday 20 September 2024 23:09:33 -0400 (0:00:00.033) 0:03:06.376 ****** 138029 1726888173.65308: entering _queue_task() for managed_node3/assert 138029 1726888173.65766: worker is 1 (out of 1 available) 138029 1726888173.65780: exiting _queue_task() for managed_node3/assert 138029 1726888173.65793: done queuing things up, now waiting for results queue to drain 138029 1726888173.65795: waiting for pending results... 138029 1726888173.66670: running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888173.66875: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001a89 138029 1726888173.66894: variable 'ansible_search_path' from source: unknown 138029 1726888173.67010: calling self._execute() 138029 1726888173.67296: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.67300: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.67303: variable 'omit' from source: magic vars 138029 1726888173.68661: variable 'storage_test_thin_volume' from source: include params 138029 1726888173.68667: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888173.68669: when evaluation is False, skipping this task 138029 1726888173.68672: _execute() done 138029 1726888173.68674: dumping result to json 138029 1726888173.68676: done dumping result, returning 138029 1726888173.68679: done running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) [0affc8a3-6f6f-5a58-73a2-000000001a89] 138029 1726888173.68681: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a89 138029 1726888173.69126: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a89 138029 1726888173.69130: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888173.69172: no more pending results, returning what we have 138029 1726888173.69175: results queue empty 138029 1726888173.69176: checking for any_errors_fatal 138029 1726888173.69182: done checking for any_errors_fatal 138029 1726888173.69183: checking for max_fail_percentage 138029 1726888173.69185: done checking for max_fail_percentage 138029 1726888173.69185: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.69186: done checking to see if all hosts have failed 138029 1726888173.69187: getting the remaining hosts for this loop 138029 1726888173.69188: done getting the remaining hosts for this loop 138029 1726888173.69192: getting the next task for host managed_node3 138029 1726888173.69201: done getting next task for host managed_node3 138029 1726888173.69204: ^ task is: TASK: Reset variable used by test 138029 1726888173.69211: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.69215: getting variables 138029 1726888173.69217: in VariableManager get_vars() 138029 1726888173.69247: Calling all_inventory to load vars for managed_node3 138029 1726888173.69249: Calling groups_inventory to load vars for managed_node3 138029 1726888173.69252: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.69266: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.69270: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.69273: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.70535: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.72031: done with get_vars() 138029 1726888173.72137: done getting variables 138029 1726888173.72225: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Friday 20 September 2024 23:09:33 -0400 (0:00:00.069) 0:03:06.447 ****** 138029 1726888173.72375: entering _queue_task() for managed_node3/set_fact 138029 1726888173.72970: worker is 1 (out of 1 available) 138029 1726888173.72983: exiting _queue_task() for managed_node3/set_fact 138029 1726888173.72995: done queuing things up, now waiting for results queue to drain 138029 1726888173.72997: waiting for pending results... 138029 1726888173.73774: running TaskExecutor() for managed_node3/TASK: Reset variable used by test 138029 1726888173.73884: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001a8b 138029 1726888173.73910: variable 'ansible_search_path' from source: unknown 138029 1726888173.73949: calling self._execute() 138029 1726888173.74085: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.74098: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.74123: variable 'omit' from source: magic vars 138029 1726888173.74249: variable 'omit' from source: magic vars 138029 1726888173.74331: variable 'omit' from source: magic vars 138029 1726888173.74441: variable 'omit' from source: magic vars 138029 1726888173.74445: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888173.74471: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888173.74497: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888173.74519: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888173.74536: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888173.74567: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888173.74591: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888173.74630: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888173.74639: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.74647: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.74797: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888173.74862: Set connection var ansible_timeout to 10 138029 1726888173.74873: Set connection var ansible_pipelining to False 138029 1726888173.74876: Set connection var ansible_shell_type to sh 138029 1726888173.74878: Set connection var ansible_connection to ssh 138029 1726888173.74880: Set connection var ansible_shell_executable to /bin/sh 138029 1726888173.74882: variable 'ansible_shell_executable' from source: unknown 138029 1726888173.74884: variable 'ansible_connection' from source: unknown 138029 1726888173.74889: variable 'ansible_module_compression' from source: unknown 138029 1726888173.74897: variable 'ansible_shell_type' from source: unknown 138029 1726888173.74906: variable 'ansible_shell_executable' from source: unknown 138029 1726888173.74913: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.74921: variable 'ansible_pipelining' from source: unknown 138029 1726888173.74927: variable 'ansible_timeout' from source: unknown 138029 1726888173.74934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.75097: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888173.75198: variable 'omit' from source: magic vars 138029 1726888173.75202: starting attempt loop 138029 1726888173.75205: running the handler 138029 1726888173.75207: handler run complete 138029 1726888173.75209: attempt loop complete, returning result 138029 1726888173.75212: _execute() done 138029 1726888173.75214: dumping result to json 138029 1726888173.75217: done dumping result, returning 138029 1726888173.75219: done running TaskExecutor() for managed_node3/TASK: Reset variable used by test [0affc8a3-6f6f-5a58-73a2-000000001a8b] 138029 1726888173.75221: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a8b 138029 1726888173.75366: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a8b 138029 1726888173.75370: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } 138029 1726888173.75427: no more pending results, returning what we have 138029 1726888173.75431: results queue empty 138029 1726888173.75432: checking for any_errors_fatal 138029 1726888173.75443: done checking for any_errors_fatal 138029 1726888173.75443: checking for max_fail_percentage 138029 1726888173.75445: done checking for max_fail_percentage 138029 1726888173.75446: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.75446: done checking to see if all hosts have failed 138029 1726888173.75447: getting the remaining hosts for this loop 138029 1726888173.75449: done getting the remaining hosts for this loop 138029 1726888173.75453: getting the next task for host managed_node3 138029 1726888173.75465: done getting next task for host managed_node3 138029 1726888173.75468: ^ task is: TASK: Get information about thinpool 138029 1726888173.75474: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.75479: getting variables 138029 1726888173.75480: in VariableManager get_vars() 138029 1726888173.75510: Calling all_inventory to load vars for managed_node3 138029 1726888173.75512: Calling groups_inventory to load vars for managed_node3 138029 1726888173.75515: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.75524: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.75527: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.75530: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.76700: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.77917: done with get_vars() 138029 1726888173.77932: done getting variables 138029 1726888173.78000: 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 thinpool] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Friday 20 September 2024 23:09:33 -0400 (0:00:00.056) 0:03:06.503 ****** 138029 1726888173.78039: entering _queue_task() for managed_node3/command 138029 1726888173.78330: worker is 1 (out of 1 available) 138029 1726888173.78343: exiting _queue_task() for managed_node3/command 138029 1726888173.78354: done queuing things up, now waiting for results queue to drain 138029 1726888173.78359: waiting for pending results... 138029 1726888173.78670: running TaskExecutor() for managed_node3/TASK: Get information about thinpool 138029 1726888173.78917: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001a90 138029 1726888173.78921: variable 'ansible_search_path' from source: unknown 138029 1726888173.78925: calling self._execute() 138029 1726888173.79034: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.79047: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.79063: variable 'omit' from source: magic vars 138029 1726888173.79473: variable 'storage_test_thin_volume' from source: include params 138029 1726888173.79509: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888173.79518: when evaluation is False, skipping this task 138029 1726888173.79526: _execute() done 138029 1726888173.79533: dumping result to json 138029 1726888173.79540: done dumping result, returning 138029 1726888173.79550: done running TaskExecutor() for managed_node3/TASK: Get information about thinpool [0affc8a3-6f6f-5a58-73a2-000000001a90] 138029 1726888173.79569: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a90 138029 1726888173.79865: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a90 138029 1726888173.79868: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888173.79911: no more pending results, returning what we have 138029 1726888173.79915: results queue empty 138029 1726888173.79916: checking for any_errors_fatal 138029 1726888173.79923: done checking for any_errors_fatal 138029 1726888173.79924: checking for max_fail_percentage 138029 1726888173.79925: done checking for max_fail_percentage 138029 1726888173.79926: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.79927: done checking to see if all hosts have failed 138029 1726888173.79927: getting the remaining hosts for this loop 138029 1726888173.79929: done getting the remaining hosts for this loop 138029 1726888173.79932: getting the next task for host managed_node3 138029 1726888173.79940: done getting next task for host managed_node3 138029 1726888173.79943: ^ task is: TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888173.79950: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.79954: getting variables 138029 1726888173.79957: in VariableManager get_vars() 138029 1726888173.79991: Calling all_inventory to load vars for managed_node3 138029 1726888173.79994: Calling groups_inventory to load vars for managed_node3 138029 1726888173.79997: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.80007: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.80010: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.80013: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.81333: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.82228: done with get_vars() 138029 1726888173.82244: done getting variables 138029 1726888173.82301: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Friday 20 September 2024 23:09:33 -0400 (0:00:00.042) 0:03:06.546 ****** 138029 1726888173.82336: entering _queue_task() for managed_node3/assert 138029 1726888173.82614: worker is 1 (out of 1 available) 138029 1726888173.82629: exiting _queue_task() for managed_node3/assert 138029 1726888173.82642: done queuing things up, now waiting for results queue to drain 138029 1726888173.82644: waiting for pending results... 138029 1726888173.82917: running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888173.83128: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001a91 138029 1726888173.83142: variable 'ansible_search_path' from source: unknown 138029 1726888173.83185: calling self._execute() 138029 1726888173.83363: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.83367: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.83370: variable 'omit' from source: magic vars 138029 1726888173.83848: variable 'storage_test_thin_volume' from source: include params 138029 1726888173.83891: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888173.83900: when evaluation is False, skipping this task 138029 1726888173.83908: _execute() done 138029 1726888173.83959: dumping result to json 138029 1726888173.83966: done dumping result, returning 138029 1726888173.83970: done running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) [0affc8a3-6f6f-5a58-73a2-000000001a91] 138029 1726888173.83973: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a91 138029 1726888173.84139: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a91 138029 1726888173.84143: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888173.84197: no more pending results, returning what we have 138029 1726888173.84361: results queue empty 138029 1726888173.84363: checking for any_errors_fatal 138029 1726888173.84369: done checking for any_errors_fatal 138029 1726888173.84370: checking for max_fail_percentage 138029 1726888173.84372: done checking for max_fail_percentage 138029 1726888173.84372: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.84373: done checking to see if all hosts have failed 138029 1726888173.84374: getting the remaining hosts for this loop 138029 1726888173.84375: done getting the remaining hosts for this loop 138029 1726888173.84378: getting the next task for host managed_node3 138029 1726888173.84386: done getting next task for host managed_node3 138029 1726888173.84388: ^ task is: TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888173.84395: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.84399: getting variables 138029 1726888173.84401: in VariableManager get_vars() 138029 1726888173.84430: Calling all_inventory to load vars for managed_node3 138029 1726888173.84432: Calling groups_inventory to load vars for managed_node3 138029 1726888173.84435: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.84445: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.84448: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.84450: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.85121: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.85830: done with get_vars() 138029 1726888173.85846: done getting variables 138029 1726888173.85911: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Friday 20 September 2024 23:09:33 -0400 (0:00:00.036) 0:03:06.583 ****** 138029 1726888173.85947: entering _queue_task() for managed_node3/assert 138029 1726888173.86326: worker is 1 (out of 1 available) 138029 1726888173.86337: exiting _queue_task() for managed_node3/assert 138029 1726888173.86347: done queuing things up, now waiting for results queue to drain 138029 1726888173.86348: waiting for pending results... 138029 1726888173.86873: running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888173.86882: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001a92 138029 1726888173.86901: variable 'ansible_search_path' from source: unknown 138029 1726888173.86938: calling self._execute() 138029 1726888173.87061: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.87075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.87093: variable 'omit' from source: magic vars 138029 1726888173.87469: variable 'storage_test_thin_volume' from source: include params 138029 1726888173.87504: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888173.87517: when evaluation is False, skipping this task 138029 1726888173.87524: _execute() done 138029 1726888173.87531: dumping result to json 138029 1726888173.87538: done dumping result, returning 138029 1726888173.87627: done running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) [0affc8a3-6f6f-5a58-73a2-000000001a92] 138029 1726888173.87630: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a92 138029 1726888173.87700: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a92 138029 1726888173.87703: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888173.87778: no more pending results, returning what we have 138029 1726888173.87781: results queue empty 138029 1726888173.87782: checking for any_errors_fatal 138029 1726888173.87793: done checking for any_errors_fatal 138029 1726888173.87794: checking for max_fail_percentage 138029 1726888173.87796: done checking for max_fail_percentage 138029 1726888173.87797: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.87798: done checking to see if all hosts have failed 138029 1726888173.87799: getting the remaining hosts for this loop 138029 1726888173.87800: done getting the remaining hosts for this loop 138029 1726888173.87804: getting the next task for host managed_node3 138029 1726888173.87814: done getting next task for host managed_node3 138029 1726888173.87816: ^ task is: TASK: Reset variable used by test 138029 1726888173.87824: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.87829: getting variables 138029 1726888173.87831: in VariableManager get_vars() 138029 1726888173.87867: Calling all_inventory to load vars for managed_node3 138029 1726888173.87870: Calling groups_inventory to load vars for managed_node3 138029 1726888173.87874: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.87887: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.87890: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.87893: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.88697: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.89377: done with get_vars() 138029 1726888173.89393: done getting variables 138029 1726888173.89450: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Friday 20 September 2024 23:09:33 -0400 (0:00:00.035) 0:03:06.618 ****** 138029 1726888173.89485: entering _queue_task() for managed_node3/set_fact 138029 1726888173.89729: worker is 1 (out of 1 available) 138029 1726888173.89740: exiting _queue_task() for managed_node3/set_fact 138029 1726888173.89752: done queuing things up, now waiting for results queue to drain 138029 1726888173.89753: waiting for pending results... 138029 1726888173.90172: running TaskExecutor() for managed_node3/TASK: Reset variable used by test 138029 1726888173.90197: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001a94 138029 1726888173.90219: variable 'ansible_search_path' from source: unknown 138029 1726888173.90262: calling self._execute() 138029 1726888173.90379: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.90389: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.90407: variable 'omit' from source: magic vars 138029 1726888173.90517: variable 'omit' from source: magic vars 138029 1726888173.90596: variable 'omit' from source: magic vars 138029 1726888173.90634: variable 'omit' from source: magic vars 138029 1726888173.90678: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888173.90722: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888173.90831: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888173.90834: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888173.90836: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888173.90838: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888173.90840: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888173.90843: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888173.90845: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.90850: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.90966: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888173.90978: Set connection var ansible_timeout to 10 138029 1726888173.90989: Set connection var ansible_pipelining to False 138029 1726888173.90996: Set connection var ansible_shell_type to sh 138029 1726888173.91002: Set connection var ansible_connection to ssh 138029 1726888173.91012: Set connection var ansible_shell_executable to /bin/sh 138029 1726888173.91050: variable 'ansible_shell_executable' from source: unknown 138029 1726888173.91061: variable 'ansible_connection' from source: unknown 138029 1726888173.91071: variable 'ansible_module_compression' from source: unknown 138029 1726888173.91079: variable 'ansible_shell_type' from source: unknown 138029 1726888173.91085: variable 'ansible_shell_executable' from source: unknown 138029 1726888173.91092: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.91099: variable 'ansible_pipelining' from source: unknown 138029 1726888173.91105: variable 'ansible_timeout' from source: unknown 138029 1726888173.91111: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.91263: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888173.91361: variable 'omit' from source: magic vars 138029 1726888173.91366: starting attempt loop 138029 1726888173.91369: running the handler 138029 1726888173.91371: handler run complete 138029 1726888173.91373: attempt loop complete, returning result 138029 1726888173.91375: _execute() done 138029 1726888173.91377: dumping result to json 138029 1726888173.91379: done dumping result, returning 138029 1726888173.91380: done running TaskExecutor() for managed_node3/TASK: Reset variable used by test [0affc8a3-6f6f-5a58-73a2-000000001a94] 138029 1726888173.91382: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a94 138029 1726888173.91449: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a94 138029 1726888173.91453: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } 138029 1726888173.91516: no more pending results, returning what we have 138029 1726888173.91520: results queue empty 138029 1726888173.91521: checking for any_errors_fatal 138029 1726888173.91530: done checking for any_errors_fatal 138029 1726888173.91530: checking for max_fail_percentage 138029 1726888173.91532: done checking for max_fail_percentage 138029 1726888173.91533: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.91534: done checking to see if all hosts have failed 138029 1726888173.91535: getting the remaining hosts for this loop 138029 1726888173.91537: done getting the remaining hosts for this loop 138029 1726888173.91540: getting the next task for host managed_node3 138029 1726888173.91553: done getting next task for host managed_node3 138029 1726888173.91560: ^ task is: TASK: Get information about thinpool 138029 1726888173.91567: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.91574: getting variables 138029 1726888173.91575: in VariableManager get_vars() 138029 1726888173.91613: Calling all_inventory to load vars for managed_node3 138029 1726888173.91617: Calling groups_inventory to load vars for managed_node3 138029 1726888173.91620: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.91632: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.91636: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.91639: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.92441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.93354: done with get_vars() 138029 1726888173.93370: done getting variables 138029 1726888173.93424: 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 thinpool] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Friday 20 September 2024 23:09:33 -0400 (0:00:00.039) 0:03:06.658 ****** 138029 1726888173.93463: entering _queue_task() for managed_node3/command 138029 1726888173.93702: worker is 1 (out of 1 available) 138029 1726888173.93714: exiting _queue_task() for managed_node3/command 138029 1726888173.93725: done queuing things up, now waiting for results queue to drain 138029 1726888173.93729: waiting for pending results... 138029 1726888173.94174: running TaskExecutor() for managed_node3/TASK: Get information about thinpool 138029 1726888173.94179: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001a99 138029 1726888173.94196: variable 'ansible_search_path' from source: unknown 138029 1726888173.94236: calling self._execute() 138029 1726888173.94359: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.94372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.94392: variable 'omit' from source: magic vars 138029 1726888173.94925: variable 'storage_test_thin_volume' from source: include params 138029 1726888173.94929: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888173.94937: when evaluation is False, skipping this task 138029 1726888173.94945: _execute() done 138029 1726888173.94952: dumping result to json 138029 1726888173.94965: done dumping result, returning 138029 1726888173.94976: done running TaskExecutor() for managed_node3/TASK: Get information about thinpool [0affc8a3-6f6f-5a58-73a2-000000001a99] 138029 1726888173.95034: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a99 138029 1726888173.95111: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a99 138029 1726888173.95114: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888173.95191: no more pending results, returning what we have 138029 1726888173.95195: results queue empty 138029 1726888173.95196: checking for any_errors_fatal 138029 1726888173.95203: done checking for any_errors_fatal 138029 1726888173.95204: checking for max_fail_percentage 138029 1726888173.95205: done checking for max_fail_percentage 138029 1726888173.95206: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.95207: done checking to see if all hosts have failed 138029 1726888173.95208: getting the remaining hosts for this loop 138029 1726888173.95210: done getting the remaining hosts for this loop 138029 1726888173.95214: getting the next task for host managed_node3 138029 1726888173.95223: done getting next task for host managed_node3 138029 1726888173.95226: ^ task is: TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888173.95236: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.95242: getting variables 138029 1726888173.95244: in VariableManager get_vars() 138029 1726888173.95282: Calling all_inventory to load vars for managed_node3 138029 1726888173.95285: Calling groups_inventory to load vars for managed_node3 138029 1726888173.95289: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.95301: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.95304: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.95307: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.96082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.96741: done with get_vars() 138029 1726888173.96758: done getting variables 138029 1726888173.96812: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Friday 20 September 2024 23:09:33 -0400 (0:00:00.033) 0:03:06.692 ****** 138029 1726888173.96847: entering _queue_task() for managed_node3/assert 138029 1726888173.97089: worker is 1 (out of 1 available) 138029 1726888173.97101: exiting _queue_task() for managed_node3/assert 138029 1726888173.97111: done queuing things up, now waiting for results queue to drain 138029 1726888173.97112: waiting for pending results... 138029 1726888173.97475: running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888173.97554: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001a9a 138029 1726888173.97579: variable 'ansible_search_path' from source: unknown 138029 1726888173.97630: calling self._execute() 138029 1726888173.97730: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888173.97735: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888173.97743: variable 'omit' from source: magic vars 138029 1726888173.98024: variable 'storage_test_thin_volume' from source: include params 138029 1726888173.98046: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888173.98049: when evaluation is False, skipping this task 138029 1726888173.98052: _execute() done 138029 1726888173.98056: dumping result to json 138029 1726888173.98059: done dumping result, returning 138029 1726888173.98068: done running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) [0affc8a3-6f6f-5a58-73a2-000000001a9a] 138029 1726888173.98071: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a9a 138029 1726888173.98172: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a9a 138029 1726888173.98175: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888173.98220: no more pending results, returning what we have 138029 1726888173.98223: results queue empty 138029 1726888173.98224: checking for any_errors_fatal 138029 1726888173.98230: done checking for any_errors_fatal 138029 1726888173.98231: checking for max_fail_percentage 138029 1726888173.98232: done checking for max_fail_percentage 138029 1726888173.98233: checking to see if all hosts have failed and the running result is not ok 138029 1726888173.98234: done checking to see if all hosts have failed 138029 1726888173.98234: getting the remaining hosts for this loop 138029 1726888173.98236: done getting the remaining hosts for this loop 138029 1726888173.98239: getting the next task for host managed_node3 138029 1726888173.98245: done getting next task for host managed_node3 138029 1726888173.98247: ^ task is: TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888173.98254: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888173.98259: getting variables 138029 1726888173.98260: in VariableManager get_vars() 138029 1726888173.98289: Calling all_inventory to load vars for managed_node3 138029 1726888173.98291: Calling groups_inventory to load vars for managed_node3 138029 1726888173.98294: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888173.98302: Calling all_plugins_play to load vars for managed_node3 138029 1726888173.98305: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888173.98308: Calling groups_plugins_play to load vars for managed_node3 138029 1726888173.98836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888173.99447: done with get_vars() 138029 1726888173.99467: done getting variables 138029 1726888173.99527: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Friday 20 September 2024 23:09:33 -0400 (0:00:00.029) 0:03:06.721 ****** 138029 1726888173.99787: entering _queue_task() for managed_node3/assert 138029 1726888174.00029: worker is 1 (out of 1 available) 138029 1726888174.00039: exiting _queue_task() for managed_node3/assert 138029 1726888174.00049: done queuing things up, now waiting for results queue to drain 138029 1726888174.00050: waiting for pending results... 138029 1726888174.00476: running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888174.00509: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001a9b 138029 1726888174.00528: variable 'ansible_search_path' from source: unknown 138029 1726888174.00573: calling self._execute() 138029 1726888174.00705: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.00716: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.00732: variable 'omit' from source: magic vars 138029 1726888174.01193: variable 'storage_test_thin_volume' from source: include params 138029 1726888174.01217: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888174.01221: when evaluation is False, skipping this task 138029 1726888174.01224: _execute() done 138029 1726888174.01226: dumping result to json 138029 1726888174.01229: done dumping result, returning 138029 1726888174.01235: done running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) [0affc8a3-6f6f-5a58-73a2-000000001a9b] 138029 1726888174.01243: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a9b 138029 1726888174.01338: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a9b 138029 1726888174.01340: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888174.01394: no more pending results, returning what we have 138029 1726888174.01397: results queue empty 138029 1726888174.01398: checking for any_errors_fatal 138029 1726888174.01405: done checking for any_errors_fatal 138029 1726888174.01405: checking for max_fail_percentage 138029 1726888174.01407: done checking for max_fail_percentage 138029 1726888174.01407: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.01408: done checking to see if all hosts have failed 138029 1726888174.01409: getting the remaining hosts for this loop 138029 1726888174.01410: done getting the remaining hosts for this loop 138029 1726888174.01413: getting the next task for host managed_node3 138029 1726888174.01430: done getting next task for host managed_node3 138029 1726888174.01432: ^ task is: TASK: Reset variable used by test 138029 1726888174.01438: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.01442: getting variables 138029 1726888174.01443: in VariableManager get_vars() 138029 1726888174.01474: Calling all_inventory to load vars for managed_node3 138029 1726888174.01476: Calling groups_inventory to load vars for managed_node3 138029 1726888174.01479: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.01487: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.01489: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.01492: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.01852: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.02241: done with get_vars() 138029 1726888174.02251: done getting variables 138029 1726888174.02295: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Friday 20 September 2024 23:09:34 -0400 (0:00:00.025) 0:03:06.746 ****** 138029 1726888174.02317: entering _queue_task() for managed_node3/set_fact 138029 1726888174.02504: worker is 1 (out of 1 available) 138029 1726888174.02517: exiting _queue_task() for managed_node3/set_fact 138029 1726888174.02528: done queuing things up, now waiting for results queue to drain 138029 1726888174.02529: waiting for pending results... 138029 1726888174.02866: running TaskExecutor() for managed_node3/TASK: Reset variable used by test 138029 1726888174.02870: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001a9d 138029 1726888174.02880: variable 'ansible_search_path' from source: unknown 138029 1726888174.02925: calling self._execute() 138029 1726888174.03062: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.03079: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.03092: variable 'omit' from source: magic vars 138029 1726888174.03226: variable 'omit' from source: magic vars 138029 1726888174.03460: variable 'omit' from source: magic vars 138029 1726888174.03463: variable 'omit' from source: magic vars 138029 1726888174.03469: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888174.03472: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888174.03475: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888174.03477: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888174.03490: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888174.03513: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888174.03533: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888174.03571: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888174.03581: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.03599: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.03738: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888174.03742: Set connection var ansible_timeout to 10 138029 1726888174.03747: Set connection var ansible_pipelining to False 138029 1726888174.03750: Set connection var ansible_shell_type to sh 138029 1726888174.03752: Set connection var ansible_connection to ssh 138029 1726888174.03759: Set connection var ansible_shell_executable to /bin/sh 138029 1726888174.03784: variable 'ansible_shell_executable' from source: unknown 138029 1726888174.03787: variable 'ansible_connection' from source: unknown 138029 1726888174.03789: variable 'ansible_module_compression' from source: unknown 138029 1726888174.03792: variable 'ansible_shell_type' from source: unknown 138029 1726888174.03794: variable 'ansible_shell_executable' from source: unknown 138029 1726888174.03796: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.03801: variable 'ansible_pipelining' from source: unknown 138029 1726888174.03803: variable 'ansible_timeout' from source: unknown 138029 1726888174.03812: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.03925: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888174.03929: variable 'omit' from source: magic vars 138029 1726888174.03935: starting attempt loop 138029 1726888174.03938: running the handler 138029 1726888174.03947: handler run complete 138029 1726888174.03954: attempt loop complete, returning result 138029 1726888174.03958: _execute() done 138029 1726888174.03961: dumping result to json 138029 1726888174.03963: done dumping result, returning 138029 1726888174.03971: done running TaskExecutor() for managed_node3/TASK: Reset variable used by test [0affc8a3-6f6f-5a58-73a2-000000001a9d] 138029 1726888174.03975: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a9d ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } 138029 1726888174.04111: no more pending results, returning what we have 138029 1726888174.04113: results queue empty 138029 1726888174.04114: checking for any_errors_fatal 138029 1726888174.04120: done checking for any_errors_fatal 138029 1726888174.04121: checking for max_fail_percentage 138029 1726888174.04122: done checking for max_fail_percentage 138029 1726888174.04123: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.04124: done checking to see if all hosts have failed 138029 1726888174.04125: getting the remaining hosts for this loop 138029 1726888174.04126: done getting the remaining hosts for this loop 138029 1726888174.04129: getting the next task for host managed_node3 138029 1726888174.04146: done getting next task for host managed_node3 138029 1726888174.04149: ^ task is: TASK: Check member encryption 138029 1726888174.04154: ^ 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? (HOST STATE: block=0, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.04160: getting variables 138029 1726888174.04161: in VariableManager get_vars() 138029 1726888174.04189: Calling all_inventory to load vars for managed_node3 138029 1726888174.04191: Calling groups_inventory to load vars for managed_node3 138029 1726888174.04194: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.04199: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001a9d 138029 1726888174.04204: WORKER PROCESS EXITING 138029 1726888174.04211: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.04213: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.04215: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.04570: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.05142: done with get_vars() 138029 1726888174.05152: done getting variables TASK [Check member encryption] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Friday 20 September 2024 23:09:34 -0400 (0:00:00.028) 0:03:06.775 ****** 138029 1726888174.05218: entering _queue_task() for managed_node3/include_tasks 138029 1726888174.05411: worker is 1 (out of 1 available) 138029 1726888174.05424: exiting _queue_task() for managed_node3/include_tasks 138029 1726888174.05436: done queuing things up, now waiting for results queue to drain 138029 1726888174.05438: waiting for pending results... 138029 1726888174.05615: running TaskExecutor() for managed_node3/TASK: Check member encryption 138029 1726888174.05705: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001699 138029 1726888174.05712: variable 'ansible_search_path' from source: unknown 138029 1726888174.05738: calling self._execute() 138029 1726888174.05829: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.05833: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.05841: variable 'omit' from source: magic vars 138029 1726888174.05926: _execute() done 138029 1726888174.05929: dumping result to json 138029 1726888174.05932: done dumping result, returning 138029 1726888174.05938: done running TaskExecutor() for managed_node3/TASK: Check member encryption [0affc8a3-6f6f-5a58-73a2-000000001699] 138029 1726888174.05944: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001699 138029 1726888174.06062: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001699 138029 1726888174.06067: WORKER PROCESS EXITING 138029 1726888174.06113: no more pending results, returning what we have 138029 1726888174.06116: in VariableManager get_vars() 138029 1726888174.06146: Calling all_inventory to load vars for managed_node3 138029 1726888174.06148: Calling groups_inventory to load vars for managed_node3 138029 1726888174.06150: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.06160: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.06162: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.06166: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.06521: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.06922: done with get_vars() 138029 1726888174.06931: variable 'ansible_search_path' from source: unknown 138029 1726888174.07054: variable 'storage_test_pool_subset' from source: include params 138029 1726888174.07086: we have included files to process 138029 1726888174.07087: generating all_blocks data 138029 1726888174.07089: done generating all_blocks data 138029 1726888174.07096: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 138029 1726888174.07097: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 138029 1726888174.07098: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 138029 1726888174.07387: in VariableManager get_vars() 138029 1726888174.07412: done with get_vars() 138029 1726888174.07479: in VariableManager get_vars() 138029 1726888174.07517: done with get_vars() 138029 1726888174.07638: done processing included file 138029 1726888174.07641: iterating over new_blocks loaded from include file 138029 1726888174.07642: in VariableManager get_vars() 138029 1726888174.07673: done with get_vars() 138029 1726888174.07675: filtering new block on tags 138029 1726888174.07795: done filtering new block on tags 138029 1726888174.07798: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 138029 1726888174.07803: extending task lists for all hosts with included blocks 138029 1726888174.11372: done extending task lists 138029 1726888174.11376: done processing included files 138029 1726888174.11377: results queue empty 138029 1726888174.11378: checking for any_errors_fatal 138029 1726888174.11382: done checking for any_errors_fatal 138029 1726888174.11383: checking for max_fail_percentage 138029 1726888174.11384: done checking for max_fail_percentage 138029 1726888174.11385: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.11385: done checking to see if all hosts have failed 138029 1726888174.11387: getting the remaining hosts for this loop 138029 1726888174.11389: done getting the remaining hosts for this loop 138029 1726888174.11391: getting the next task for host managed_node3 138029 1726888174.11398: done getting next task for host managed_node3 138029 1726888174.11400: ^ task is: TASK: Set test variables 138029 1726888174.11404: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.11406: getting variables 138029 1726888174.11408: in VariableManager get_vars() 138029 1726888174.11424: Calling all_inventory to load vars for managed_node3 138029 1726888174.11427: Calling groups_inventory to load vars for managed_node3 138029 1726888174.11429: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.11435: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.11437: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.11440: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.11911: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.12517: done with get_vars() 138029 1726888174.12532: done getting variables 138029 1726888174.12581: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-members-encryption.yml:5 Friday 20 September 2024 23:09:34 -0400 (0:00:00.073) 0:03:06.849 ****** 138029 1726888174.12611: entering _queue_task() for managed_node3/set_fact 138029 1726888174.12927: worker is 1 (out of 1 available) 138029 1726888174.12943: exiting _queue_task() for managed_node3/set_fact 138029 1726888174.12959: done queuing things up, now waiting for results queue to drain 138029 1726888174.12961: waiting for pending results... 138029 1726888174.13218: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888174.13341: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001adc 138029 1726888174.13346: variable 'ansible_search_path' from source: unknown 138029 1726888174.13350: calling self._execute() 138029 1726888174.13440: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.13444: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.13454: variable 'omit' from source: magic vars 138029 1726888174.13540: variable 'omit' from source: magic vars 138029 1726888174.13594: variable 'omit' from source: magic vars 138029 1726888174.13841: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888174.15762: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888174.15768: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888174.15772: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888174.15776: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888174.15829: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888174.15921: variable 'storage_test_pool' from source: include params 138029 1726888174.16027: variable 'storage_test_pool' from source: include params 138029 1726888174.16051: variable 'omit' from source: magic vars 138029 1726888174.16080: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888174.16101: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888174.16116: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888174.16135: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888174.16143: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888174.16152: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888174.16170: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888174.16196: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888174.16199: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.16201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.16286: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888174.16289: Set connection var ansible_timeout to 10 138029 1726888174.16295: Set connection var ansible_pipelining to False 138029 1726888174.16297: Set connection var ansible_shell_type to sh 138029 1726888174.16299: Set connection var ansible_connection to ssh 138029 1726888174.16304: Set connection var ansible_shell_executable to /bin/sh 138029 1726888174.16323: variable 'ansible_shell_executable' from source: unknown 138029 1726888174.16326: variable 'ansible_connection' from source: unknown 138029 1726888174.16329: variable 'ansible_module_compression' from source: unknown 138029 1726888174.16332: variable 'ansible_shell_type' from source: unknown 138029 1726888174.16334: variable 'ansible_shell_executable' from source: unknown 138029 1726888174.16337: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.16339: variable 'ansible_pipelining' from source: unknown 138029 1726888174.16341: variable 'ansible_timeout' from source: unknown 138029 1726888174.16352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.16423: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888174.16431: variable 'omit' from source: magic vars 138029 1726888174.16436: starting attempt loop 138029 1726888174.16439: running the handler 138029 1726888174.16448: handler run complete 138029 1726888174.16462: attempt loop complete, returning result 138029 1726888174.16467: _execute() done 138029 1726888174.16469: dumping result to json 138029 1726888174.16471: done dumping result, returning 138029 1726888174.16474: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-000000001adc] 138029 1726888174.16480: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001adc 138029 1726888174.16569: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001adc 138029 1726888174.16573: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 138029 1726888174.16633: no more pending results, returning what we have 138029 1726888174.16637: results queue empty 138029 1726888174.16638: checking for any_errors_fatal 138029 1726888174.16639: done checking for any_errors_fatal 138029 1726888174.16640: checking for max_fail_percentage 138029 1726888174.16642: done checking for max_fail_percentage 138029 1726888174.16643: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.16643: done checking to see if all hosts have failed 138029 1726888174.16644: getting the remaining hosts for this loop 138029 1726888174.16645: done getting the remaining hosts for this loop 138029 1726888174.16649: getting the next task for host managed_node3 138029 1726888174.16658: done getting next task for host managed_node3 138029 1726888174.16661: ^ task is: TASK: Validate pool member LUKS settings 138029 1726888174.16727: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.16732: getting variables 138029 1726888174.16733: in VariableManager get_vars() 138029 1726888174.16765: Calling all_inventory to load vars for managed_node3 138029 1726888174.16773: Calling groups_inventory to load vars for managed_node3 138029 1726888174.16776: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.16784: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.16787: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.16789: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.17339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.17733: done with get_vars() 138029 1726888174.17745: done getting variables TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Friday 20 September 2024 23:09:34 -0400 (0:00:00.052) 0:03:06.901 ****** 138029 1726888174.17815: entering _queue_task() for managed_node3/include_tasks 138029 1726888174.18031: worker is 1 (out of 1 available) 138029 1726888174.18045: exiting _queue_task() for managed_node3/include_tasks 138029 1726888174.18059: done queuing things up, now waiting for results queue to drain 138029 1726888174.18061: waiting for pending results... 138029 1726888174.18246: running TaskExecutor() for managed_node3/TASK: Validate pool member LUKS settings 138029 1726888174.18322: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001add 138029 1726888174.18333: variable 'ansible_search_path' from source: unknown 138029 1726888174.18367: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888174.18530: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888174.18598: variable 'omit' from source: magic vars 138029 1726888174.18724: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.18751: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.18758: variable 'omit' from source: magic vars 138029 1726888174.18965: variable 'storage_test_pool' from source: include params 138029 1726888174.18996: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.encryption): False 138029 1726888174.18999: when evaluation is False, skipping this task 138029 1726888174.19021: variable '_storage_test_pool_member_path' from source: unknown 138029 1726888174.19075: variable '_storage_test_pool_member_path' from source: unknown skipping: [managed_node3] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } 138029 1726888174.19312: dumping result to json 138029 1726888174.19316: done dumping result, returning 138029 1726888174.19318: done running TaskExecutor() for managed_node3/TASK: Validate pool member LUKS settings [0affc8a3-6f6f-5a58-73a2-000000001add] 138029 1726888174.19320: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001add 138029 1726888174.19427: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001add 138029 1726888174.19431: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 138029 1726888174.19472: no more pending results, returning what we have 138029 1726888174.19476: results queue empty 138029 1726888174.19477: checking for any_errors_fatal 138029 1726888174.19487: done checking for any_errors_fatal 138029 1726888174.19488: checking for max_fail_percentage 138029 1726888174.19490: done checking for max_fail_percentage 138029 1726888174.19490: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.19491: done checking to see if all hosts have failed 138029 1726888174.19492: getting the remaining hosts for this loop 138029 1726888174.19493: done getting the remaining hosts for this loop 138029 1726888174.19496: getting the next task for host managed_node3 138029 1726888174.19503: done getting next task for host managed_node3 138029 1726888174.19505: ^ task is: TASK: Validate pool member crypttab entries 138029 1726888174.19510: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.19514: getting variables 138029 1726888174.19516: in VariableManager get_vars() 138029 1726888174.19547: Calling all_inventory to load vars for managed_node3 138029 1726888174.19550: Calling groups_inventory to load vars for managed_node3 138029 1726888174.19553: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.19567: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.19575: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.19579: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.20539: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.21316: done with get_vars() 138029 1726888174.21331: done getting variables TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Friday 20 September 2024 23:09:34 -0400 (0:00:00.036) 0:03:06.937 ****** 138029 1726888174.21441: entering _queue_task() for managed_node3/include_tasks 138029 1726888174.21802: worker is 1 (out of 1 available) 138029 1726888174.21819: exiting _queue_task() for managed_node3/include_tasks 138029 1726888174.21832: done queuing things up, now waiting for results queue to drain 138029 1726888174.21834: waiting for pending results... 138029 1726888174.22285: running TaskExecutor() for managed_node3/TASK: Validate pool member crypttab entries 138029 1726888174.22400: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001adf 138029 1726888174.22430: variable 'ansible_search_path' from source: unknown 138029 1726888174.22490: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888174.22725: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888174.22818: variable 'omit' from source: magic vars 138029 1726888174.22982: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.22986: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.23010: variable 'omit' from source: magic vars 138029 1726888174.23235: variable 'storage_test_pool' from source: include params 138029 1726888174.23284: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888174.23341: variable '_storage_test_pool_member_path' from source: unknown 138029 1726888174.23395: variable '_storage_test_pool_member_path' from source: unknown 138029 1726888174.23535: dumping result to json 138029 1726888174.23543: done dumping result, returning 138029 1726888174.23546: done running TaskExecutor() for managed_node3/TASK: Validate pool member crypttab entries [0affc8a3-6f6f-5a58-73a2-000000001adf] 138029 1726888174.23548: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001adf 138029 1726888174.23590: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001adf 138029 1726888174.23593: WORKER PROCESS EXITING 138029 1726888174.23678: no more pending results, returning what we have 138029 1726888174.23684: in VariableManager get_vars() 138029 1726888174.23720: Calling all_inventory to load vars for managed_node3 138029 1726888174.23723: Calling groups_inventory to load vars for managed_node3 138029 1726888174.23726: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.23734: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.23738: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.23741: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.24279: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.24706: done with get_vars() 138029 1726888174.24715: variable 'ansible_search_path' from source: unknown 138029 1726888174.24738: we have included files to process 138029 1726888174.24739: generating all_blocks data 138029 1726888174.24740: done generating all_blocks data 138029 1726888174.24743: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 138029 1726888174.24743: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 138029 1726888174.24745: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 138029 1726888174.25151: done processing included file 138029 1726888174.25153: iterating over new_blocks loaded from include file 138029 1726888174.25154: in VariableManager get_vars() 138029 1726888174.25168: done with get_vars() 138029 1726888174.25169: filtering new block on tags 138029 1726888174.25226: done filtering new block on tags 138029 1726888174.25228: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 => (item=/dev/md/vg1-1) 138029 1726888174.25232: extending task lists for all hosts with included blocks 138029 1726888174.25492: done extending task lists 138029 1726888174.25494: done processing included files 138029 1726888174.25495: results queue empty 138029 1726888174.25495: checking for any_errors_fatal 138029 1726888174.25500: done checking for any_errors_fatal 138029 1726888174.25501: checking for max_fail_percentage 138029 1726888174.25502: done checking for max_fail_percentage 138029 1726888174.25503: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.25504: done checking to see if all hosts have failed 138029 1726888174.25504: getting the remaining hosts for this loop 138029 1726888174.25505: done getting the remaining hosts for this loop 138029 1726888174.25508: getting the next task for host managed_node3 138029 1726888174.25511: done getting next task for host managed_node3 138029 1726888174.25513: ^ task is: TASK: Set variables used by tests 138029 1726888174.25515: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.25517: getting variables 138029 1726888174.25518: in VariableManager get_vars() 138029 1726888174.25524: Calling all_inventory to load vars for managed_node3 138029 1726888174.25526: Calling groups_inventory to load vars for managed_node3 138029 1726888174.25527: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.25531: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.25533: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.25536: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.25945: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.26341: done with get_vars() 138029 1726888174.26352: done getting variables 138029 1726888174.26380: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 variables used by tests] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 20 September 2024 23:09:34 -0400 (0:00:00.049) 0:03:06.987 ****** 138029 1726888174.26400: entering _queue_task() for managed_node3/set_fact 138029 1726888174.26667: worker is 1 (out of 1 available) 138029 1726888174.26681: exiting _queue_task() for managed_node3/set_fact 138029 1726888174.26694: done queuing things up, now waiting for results queue to drain 138029 1726888174.26696: waiting for pending results... 138029 1726888174.26989: running TaskExecutor() for managed_node3/TASK: Set variables used by tests 138029 1726888174.27069: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001c2f 138029 1726888174.27093: variable 'ansible_search_path' from source: unknown 138029 1726888174.27130: calling self._execute() 138029 1726888174.27239: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.27261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.27266: variable 'omit' from source: magic vars 138029 1726888174.27376: variable 'omit' from source: magic vars 138029 1726888174.27459: variable 'omit' from source: magic vars 138029 1726888174.27784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888174.29749: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888174.29815: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888174.29843: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888174.29871: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888174.29892: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888174.29980: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888174.30020: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888174.30056: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888174.30095: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888174.30108: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888174.30158: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888174.30201: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888174.30229: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888174.30263: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888174.30282: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888174.30325: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888174.30353: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888174.30364: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888174.30391: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888174.30401: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888174.30528: variable 'storage_test_crypttab' from source: set_fact 138029 1726888174.30538: variable '_storage_test_pool_member_path' from source: include params 138029 1726888174.30596: variable 'omit' from source: magic vars 138029 1726888174.30615: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888174.30635: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888174.30649: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888174.30663: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888174.30679: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888174.30693: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888174.30730: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888174.30861: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888174.30867: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.30869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.30871: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888174.30879: Set connection var ansible_timeout to 10 138029 1726888174.30887: Set connection var ansible_pipelining to False 138029 1726888174.30893: Set connection var ansible_shell_type to sh 138029 1726888174.30898: Set connection var ansible_connection to ssh 138029 1726888174.30907: Set connection var ansible_shell_executable to /bin/sh 138029 1726888174.30937: variable 'ansible_shell_executable' from source: unknown 138029 1726888174.30944: variable 'ansible_connection' from source: unknown 138029 1726888174.30950: variable 'ansible_module_compression' from source: unknown 138029 1726888174.30961: variable 'ansible_shell_type' from source: unknown 138029 1726888174.30970: variable 'ansible_shell_executable' from source: unknown 138029 1726888174.30976: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.30983: variable 'ansible_pipelining' from source: unknown 138029 1726888174.30988: variable 'ansible_timeout' from source: unknown 138029 1726888174.30996: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.31102: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888174.31119: variable 'omit' from source: magic vars 138029 1726888174.31137: starting attempt loop 138029 1726888174.31145: running the handler 138029 1726888174.31162: handler run complete 138029 1726888174.31183: attempt loop complete, returning result 138029 1726888174.31189: _execute() done 138029 1726888174.31195: dumping result to json 138029 1726888174.31201: done dumping result, returning 138029 1726888174.31210: done running TaskExecutor() for managed_node3/TASK: Set variables used by tests [0affc8a3-6f6f-5a58-73a2-000000001c2f] 138029 1726888174.31218: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001c2f ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } 138029 1726888174.31409: no more pending results, returning what we have 138029 1726888174.31412: results queue empty 138029 1726888174.31413: checking for any_errors_fatal 138029 1726888174.31415: done checking for any_errors_fatal 138029 1726888174.31416: checking for max_fail_percentage 138029 1726888174.31417: done checking for max_fail_percentage 138029 1726888174.31418: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.31419: done checking to see if all hosts have failed 138029 1726888174.31419: getting the remaining hosts for this loop 138029 1726888174.31421: done getting the remaining hosts for this loop 138029 1726888174.31424: getting the next task for host managed_node3 138029 1726888174.31433: done getting next task for host managed_node3 138029 1726888174.31435: ^ task is: TASK: Check for /etc/crypttab entry 138029 1726888174.31441: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.31446: getting variables 138029 1726888174.31447: in VariableManager get_vars() 138029 1726888174.31483: Calling all_inventory to load vars for managed_node3 138029 1726888174.31486: Calling groups_inventory to load vars for managed_node3 138029 1726888174.31490: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.31501: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.31504: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.31507: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.32077: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001c2f 138029 1726888174.32081: WORKER PROCESS EXITING 138029 1726888174.32431: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.32995: done with get_vars() 138029 1726888174.33007: done getting variables 138029 1726888174.33047: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-crypttab.yml:6 Friday 20 September 2024 23:09:34 -0400 (0:00:00.066) 0:03:07.054 ****** 138029 1726888174.33073: entering _queue_task() for managed_node3/assert 138029 1726888174.33285: worker is 1 (out of 1 available) 138029 1726888174.33300: exiting _queue_task() for managed_node3/assert 138029 1726888174.33313: done queuing things up, now waiting for results queue to drain 138029 1726888174.33314: waiting for pending results... 138029 1726888174.33502: running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry 138029 1726888174.33594: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001c30 138029 1726888174.33604: variable 'ansible_search_path' from source: unknown 138029 1726888174.33633: calling self._execute() 138029 1726888174.33726: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.33730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.33738: variable 'omit' from source: magic vars 138029 1726888174.33822: variable 'omit' from source: magic vars 138029 1726888174.33873: variable 'omit' from source: magic vars 138029 1726888174.34065: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888174.37684: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888174.37851: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888174.37864: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888174.37867: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888174.37928: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888174.38082: variable 'storage_test_pool' from source: include params 138029 1726888174.38180: variable '_storage_test_pool_member_path' from source: include params 138029 1726888174.38286: variable 'omit' from source: magic vars 138029 1726888174.38289: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888174.38313: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888174.38344: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888174.38372: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888174.38405: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888174.38507: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888174.38511: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888174.38514: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888174.38516: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.38518: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.38640: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888174.38659: Set connection var ansible_timeout to 10 138029 1726888174.38674: Set connection var ansible_pipelining to False 138029 1726888174.38682: Set connection var ansible_shell_type to sh 138029 1726888174.38688: Set connection var ansible_connection to ssh 138029 1726888174.38698: Set connection var ansible_shell_executable to /bin/sh 138029 1726888174.38734: variable 'ansible_shell_executable' from source: unknown 138029 1726888174.38742: variable 'ansible_connection' from source: unknown 138029 1726888174.38759: variable 'ansible_module_compression' from source: unknown 138029 1726888174.38763: variable 'ansible_shell_type' from source: unknown 138029 1726888174.38835: variable 'ansible_shell_executable' from source: unknown 138029 1726888174.38838: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.38840: variable 'ansible_pipelining' from source: unknown 138029 1726888174.38842: variable 'ansible_timeout' from source: unknown 138029 1726888174.38844: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.38920: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888174.38941: variable 'omit' from source: magic vars 138029 1726888174.38968: starting attempt loop 138029 1726888174.38982: running the handler 138029 1726888174.39361: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888174.39368: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888174.39371: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888174.39373: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888174.39375: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888174.39377: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888174.39406: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888174.39436: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888174.39517: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888174.39553: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888174.39709: variable '_storage_test_crypttab_entries' from source: set_fact 138029 1726888174.39720: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888174.39759: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 138029 1726888174.39795: handler run complete 138029 1726888174.39861: attempt loop complete, returning result 138029 1726888174.39867: _execute() done 138029 1726888174.39870: dumping result to json 138029 1726888174.39873: done dumping result, returning 138029 1726888174.39875: done running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-5a58-73a2-000000001c30] 138029 1726888174.39877: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001c30 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888174.40113: no more pending results, returning what we have 138029 1726888174.40117: results queue empty 138029 1726888174.40124: checking for any_errors_fatal 138029 1726888174.40135: done checking for any_errors_fatal 138029 1726888174.40136: checking for max_fail_percentage 138029 1726888174.40138: done checking for max_fail_percentage 138029 1726888174.40139: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.40140: done checking to see if all hosts have failed 138029 1726888174.40140: getting the remaining hosts for this loop 138029 1726888174.40142: done getting the remaining hosts for this loop 138029 1726888174.40145: getting the next task for host managed_node3 138029 1726888174.40153: done getting next task for host managed_node3 138029 1726888174.40157: ^ task is: TASK: Validate the format of the crypttab entry 138029 1726888174.40163: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.40169: getting variables 138029 1726888174.40171: in VariableManager get_vars() 138029 1726888174.40206: Calling all_inventory to load vars for managed_node3 138029 1726888174.40209: Calling groups_inventory to load vars for managed_node3 138029 1726888174.40212: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.40222: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.40225: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.40228: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.40875: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001c30 138029 1726888174.40879: WORKER PROCESS EXITING 138029 1726888174.41160: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.42232: done with get_vars() 138029 1726888174.42262: done getting variables 138029 1726888174.42346: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-crypttab.yml:14 Friday 20 September 2024 23:09:34 -0400 (0:00:00.093) 0:03:07.147 ****** 138029 1726888174.42393: entering _queue_task() for managed_node3/assert 138029 1726888174.42905: worker is 1 (out of 1 available) 138029 1726888174.42915: exiting _queue_task() for managed_node3/assert 138029 1726888174.42926: done queuing things up, now waiting for results queue to drain 138029 1726888174.42928: waiting for pending results... 138029 1726888174.43194: running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry 138029 1726888174.43392: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001c31 138029 1726888174.43414: variable 'ansible_search_path' from source: unknown 138029 1726888174.43497: calling self._execute() 138029 1726888174.43744: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.43771: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.43786: variable 'omit' from source: magic vars 138029 1726888174.44208: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888174.46757: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888174.46763: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888174.46769: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888174.46772: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888174.46775: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888174.46840: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888174.46879: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888174.46915: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888174.46962: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888174.46986: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888174.47111: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888174.47140: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888174.47149: when evaluation is False, skipping this task 138029 1726888174.47159: _execute() done 138029 1726888174.47169: dumping result to json 138029 1726888174.47177: done dumping result, returning 138029 1726888174.47188: done running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-5a58-73a2-000000001c31] 138029 1726888174.47198: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001c31 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888174.47377: no more pending results, returning what we have 138029 1726888174.47381: results queue empty 138029 1726888174.47382: checking for any_errors_fatal 138029 1726888174.47392: done checking for any_errors_fatal 138029 1726888174.47393: checking for max_fail_percentage 138029 1726888174.47395: done checking for max_fail_percentage 138029 1726888174.47396: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.47397: done checking to see if all hosts have failed 138029 1726888174.47398: getting the remaining hosts for this loop 138029 1726888174.47399: done getting the remaining hosts for this loop 138029 1726888174.47404: getting the next task for host managed_node3 138029 1726888174.47413: done getting next task for host managed_node3 138029 1726888174.47415: ^ task is: TASK: Check backing device of crypttab entry 138029 1726888174.47422: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.47428: getting variables 138029 1726888174.47430: in VariableManager get_vars() 138029 1726888174.47474: Calling all_inventory to load vars for managed_node3 138029 1726888174.47477: Calling groups_inventory to load vars for managed_node3 138029 1726888174.47481: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.47492: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.47496: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.47499: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.48171: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001c31 138029 1726888174.48174: WORKER PROCESS EXITING 138029 1726888174.48450: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.49174: done with get_vars() 138029 1726888174.49191: done getting variables 138029 1726888174.49251: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-crypttab.yml:23 Friday 20 September 2024 23:09:34 -0400 (0:00:00.068) 0:03:07.216 ****** 138029 1726888174.49289: entering _queue_task() for managed_node3/assert 138029 1726888174.49678: worker is 1 (out of 1 available) 138029 1726888174.49690: exiting _queue_task() for managed_node3/assert 138029 1726888174.49700: done queuing things up, now waiting for results queue to drain 138029 1726888174.49702: waiting for pending results... 138029 1726888174.49913: running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry 138029 1726888174.50080: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001c32 138029 1726888174.50102: variable 'ansible_search_path' from source: unknown 138029 1726888174.50147: calling self._execute() 138029 1726888174.50276: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.50288: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.50302: variable 'omit' from source: magic vars 138029 1726888174.50701: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888174.53052: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888174.53134: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888174.53235: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888174.53242: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888174.53280: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888174.53372: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888174.53406: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888174.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) 138029 1726888174.53489: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888174.53510: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888174.53617: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888174.53861: Evaluated conditional (false and _storage_test_expected_crypttab_entries | int == 1): False 138029 1726888174.53868: when evaluation is False, skipping this task 138029 1726888174.53871: _execute() done 138029 1726888174.53873: dumping result to json 138029 1726888174.53876: done dumping result, returning 138029 1726888174.53877: done running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-5a58-73a2-000000001c32] 138029 1726888174.53881: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001c32 138029 1726888174.53954: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001c32 138029 1726888174.53959: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888174.54009: no more pending results, returning what we have 138029 1726888174.54013: results queue empty 138029 1726888174.54014: checking for any_errors_fatal 138029 1726888174.54023: done checking for any_errors_fatal 138029 1726888174.54024: checking for max_fail_percentage 138029 1726888174.54026: done checking for max_fail_percentage 138029 1726888174.54026: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.54027: done checking to see if all hosts have failed 138029 1726888174.54028: getting the remaining hosts for this loop 138029 1726888174.54030: done getting the remaining hosts for this loop 138029 1726888174.54034: getting the next task for host managed_node3 138029 1726888174.54042: done getting next task for host managed_node3 138029 1726888174.54045: ^ task is: TASK: Check key file of crypttab entry 138029 1726888174.54051: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.54057: getting variables 138029 1726888174.54059: in VariableManager get_vars() 138029 1726888174.54100: Calling all_inventory to load vars for managed_node3 138029 1726888174.54103: Calling groups_inventory to load vars for managed_node3 138029 1726888174.54106: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.54117: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.54121: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.54124: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.54945: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.55714: done with get_vars() 138029 1726888174.55729: done getting variables 138029 1726888174.55786: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-crypttab.yml:32 Friday 20 September 2024 23:09:34 -0400 (0:00:00.065) 0:03:07.281 ****** 138029 1726888174.55817: entering _queue_task() for managed_node3/assert 138029 1726888174.56304: worker is 1 (out of 1 available) 138029 1726888174.56315: exiting _queue_task() for managed_node3/assert 138029 1726888174.56327: done queuing things up, now waiting for results queue to drain 138029 1726888174.56329: waiting for pending results... 138029 1726888174.56787: running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry 138029 1726888174.56962: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001c33 138029 1726888174.56968: variable 'ansible_search_path' from source: unknown 138029 1726888174.57020: calling self._execute() 138029 1726888174.57133: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.57146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.57260: variable 'omit' from source: magic vars 138029 1726888174.57653: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888174.60662: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888174.60711: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888174.60758: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888174.60813: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888174.60937: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888174.60941: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888174.60974: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888174.61001: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888174.61041: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888174.61063: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888174.61181: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888174.61212: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888174.61221: when evaluation is False, skipping this task 138029 1726888174.61228: _execute() done 138029 1726888174.61236: dumping result to json 138029 1726888174.61243: done dumping result, returning 138029 1726888174.61253: done running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry [0affc8a3-6f6f-5a58-73a2-000000001c33] 138029 1726888174.61273: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001c33 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888174.61537: no more pending results, returning what we have 138029 1726888174.61541: results queue empty 138029 1726888174.61542: checking for any_errors_fatal 138029 1726888174.61552: done checking for any_errors_fatal 138029 1726888174.61553: checking for max_fail_percentage 138029 1726888174.61554: done checking for max_fail_percentage 138029 1726888174.61557: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.61558: done checking to see if all hosts have failed 138029 1726888174.61558: getting the remaining hosts for this loop 138029 1726888174.61560: done getting the remaining hosts for this loop 138029 1726888174.61567: getting the next task for host managed_node3 138029 1726888174.61578: done getting next task for host managed_node3 138029 1726888174.61581: ^ task is: TASK: Clear test variables 138029 1726888174.61589: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.61595: getting variables 138029 1726888174.61597: in VariableManager get_vars() 138029 1726888174.61636: Calling all_inventory to load vars for managed_node3 138029 1726888174.61639: Calling groups_inventory to load vars for managed_node3 138029 1726888174.61643: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.61654: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.61862: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.61871: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.62539: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001c33 138029 1726888174.62543: WORKER PROCESS EXITING 138029 1726888174.62572: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.63438: done with get_vars() 138029 1726888174.63563: done getting variables 138029 1726888174.63625: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-crypttab.yml:41 Friday 20 September 2024 23:09:34 -0400 (0:00:00.078) 0:03:07.360 ****** 138029 1726888174.63863: entering _queue_task() for managed_node3/set_fact 138029 1726888174.64335: worker is 1 (out of 1 available) 138029 1726888174.64348: exiting _queue_task() for managed_node3/set_fact 138029 1726888174.64367: done queuing things up, now waiting for results queue to drain 138029 1726888174.64369: waiting for pending results... 138029 1726888174.64875: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888174.65195: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001c34 138029 1726888174.65275: variable 'ansible_search_path' from source: unknown 138029 1726888174.65312: calling self._execute() 138029 1726888174.65905: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.65912: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.65924: variable 'omit' from source: magic vars 138029 1726888174.66526: variable 'omit' from source: magic vars 138029 1726888174.66734: variable 'omit' from source: magic vars 138029 1726888174.66771: variable 'omit' from source: magic vars 138029 1726888174.67038: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888174.67079: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888174.67101: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888174.67352: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888174.67361: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888174.67381: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888174.67398: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888174.67431: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888174.67861: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.67867: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.68058: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888174.68062: Set connection var ansible_timeout to 10 138029 1726888174.68082: Set connection var ansible_pipelining to False 138029 1726888174.68087: Set connection var ansible_shell_type to sh 138029 1726888174.68090: Set connection var ansible_connection to ssh 138029 1726888174.68093: Set connection var ansible_shell_executable to /bin/sh 138029 1726888174.68280: variable 'ansible_shell_executable' from source: unknown 138029 1726888174.68283: variable 'ansible_connection' from source: unknown 138029 1726888174.68287: variable 'ansible_module_compression' from source: unknown 138029 1726888174.68290: variable 'ansible_shell_type' from source: unknown 138029 1726888174.68293: variable 'ansible_shell_executable' from source: unknown 138029 1726888174.68295: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.68297: variable 'ansible_pipelining' from source: unknown 138029 1726888174.68299: variable 'ansible_timeout' from source: unknown 138029 1726888174.68301: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.68821: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888174.68827: variable 'omit' from source: magic vars 138029 1726888174.68832: starting attempt loop 138029 1726888174.68835: running the handler 138029 1726888174.68845: handler run complete 138029 1726888174.68858: attempt loop complete, returning result 138029 1726888174.68992: _execute() done 138029 1726888174.69001: dumping result to json 138029 1726888174.69008: done dumping result, returning 138029 1726888174.69019: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000001c34] 138029 1726888174.69028: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001c34 138029 1726888174.69261: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001c34 138029 1726888174.69268: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } 138029 1726888174.69325: no more pending results, returning what we have 138029 1726888174.69328: results queue empty 138029 1726888174.69329: checking for any_errors_fatal 138029 1726888174.69340: done checking for any_errors_fatal 138029 1726888174.69341: checking for max_fail_percentage 138029 1726888174.69343: done checking for max_fail_percentage 138029 1726888174.69344: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.69345: done checking to see if all hosts have failed 138029 1726888174.69345: getting the remaining hosts for this loop 138029 1726888174.69347: done getting the remaining hosts for this loop 138029 1726888174.69350: getting the next task for host managed_node3 138029 1726888174.69368: done getting next task for host managed_node3 138029 1726888174.69370: ^ task is: TASK: Clear test variables 138029 1726888174.69376: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.69382: getting variables 138029 1726888174.69384: in VariableManager get_vars() 138029 1726888174.69427: Calling all_inventory to load vars for managed_node3 138029 1726888174.69430: Calling groups_inventory to load vars for managed_node3 138029 1726888174.69434: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.69444: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.69448: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.69451: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.70237: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.71891: done with get_vars() 138029 1726888174.71909: done getting variables 138029 1726888174.71971: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-members-encryption.yml:24 Friday 20 September 2024 23:09:34 -0400 (0:00:00.083) 0:03:07.443 ****** 138029 1726888174.72009: entering _queue_task() for managed_node3/set_fact 138029 1726888174.72302: worker is 1 (out of 1 available) 138029 1726888174.72314: exiting _queue_task() for managed_node3/set_fact 138029 1726888174.72327: done queuing things up, now waiting for results queue to drain 138029 1726888174.72329: waiting for pending results... 138029 1726888174.72686: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888174.72814: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001ae1 138029 1726888174.72836: variable 'ansible_search_path' from source: unknown 138029 1726888174.72891: calling self._execute() 138029 1726888174.73161: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.73168: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.73172: variable 'omit' from source: magic vars 138029 1726888174.73175: variable 'omit' from source: magic vars 138029 1726888174.73202: variable 'omit' from source: magic vars 138029 1726888174.73242: variable 'omit' from source: magic vars 138029 1726888174.73298: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888174.73354: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888174.73386: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888174.73439: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888174.73517: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888174.73536: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888174.73559: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888174.73597: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888174.73606: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.73618: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.73747: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888174.73778: Set connection var ansible_timeout to 10 138029 1726888174.73789: Set connection var ansible_pipelining to False 138029 1726888174.73795: Set connection var ansible_shell_type to sh 138029 1726888174.73801: Set connection var ansible_connection to ssh 138029 1726888174.73811: Set connection var ansible_shell_executable to /bin/sh 138029 1726888174.73973: variable 'ansible_shell_executable' from source: unknown 138029 1726888174.73977: variable 'ansible_connection' from source: unknown 138029 1726888174.73979: variable 'ansible_module_compression' from source: unknown 138029 1726888174.73982: variable 'ansible_shell_type' from source: unknown 138029 1726888174.73984: variable 'ansible_shell_executable' from source: unknown 138029 1726888174.73986: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.73988: variable 'ansible_pipelining' from source: unknown 138029 1726888174.73992: variable 'ansible_timeout' from source: unknown 138029 1726888174.73995: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.74052: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888174.74057: variable 'omit' from source: magic vars 138029 1726888174.74060: starting attempt loop 138029 1726888174.74063: running the handler 138029 1726888174.74073: handler run complete 138029 1726888174.74087: attempt loop complete, returning result 138029 1726888174.74162: _execute() done 138029 1726888174.74168: dumping result to json 138029 1726888174.74170: done dumping result, returning 138029 1726888174.74172: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000001ae1] 138029 1726888174.74174: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001ae1 138029 1726888174.74243: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001ae1 138029 1726888174.74247: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } 138029 1726888174.74323: no more pending results, returning what we have 138029 1726888174.74326: results queue empty 138029 1726888174.74328: checking for any_errors_fatal 138029 1726888174.74339: done checking for any_errors_fatal 138029 1726888174.74339: checking for max_fail_percentage 138029 1726888174.74341: done checking for max_fail_percentage 138029 1726888174.74342: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.74343: done checking to see if all hosts have failed 138029 1726888174.74344: getting the remaining hosts for this loop 138029 1726888174.74345: done getting the remaining hosts for this loop 138029 1726888174.74349: getting the next task for host managed_node3 138029 1726888174.74360: done getting next task for host managed_node3 138029 1726888174.74366: ^ task is: TASK: Check VDO 138029 1726888174.74373: ^ 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? (HOST STATE: block=0, task=21, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.74380: getting variables 138029 1726888174.74381: in VariableManager get_vars() 138029 1726888174.74419: Calling all_inventory to load vars for managed_node3 138029 1726888174.74422: Calling groups_inventory to load vars for managed_node3 138029 1726888174.74426: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.74436: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.74440: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.74443: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.75359: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.76042: done with get_vars() 138029 1726888174.76096: done getting variables TASK [Check VDO] *************************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Friday 20 September 2024 23:09:34 -0400 (0:00:00.041) 0:03:07.485 ****** 138029 1726888174.76201: entering _queue_task() for managed_node3/include_tasks 138029 1726888174.76501: worker is 1 (out of 1 available) 138029 1726888174.76515: exiting _queue_task() for managed_node3/include_tasks 138029 1726888174.76526: done queuing things up, now waiting for results queue to drain 138029 1726888174.76528: waiting for pending results... 138029 1726888174.76873: running TaskExecutor() for managed_node3/TASK: Check VDO 138029 1726888174.76904: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000169a 138029 1726888174.76926: variable 'ansible_search_path' from source: unknown 138029 1726888174.76973: calling self._execute() 138029 1726888174.77102: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.77114: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.77130: variable 'omit' from source: magic vars 138029 1726888174.77251: _execute() done 138029 1726888174.77261: dumping result to json 138029 1726888174.77273: done dumping result, returning 138029 1726888174.77285: done running TaskExecutor() for managed_node3/TASK: Check VDO [0affc8a3-6f6f-5a58-73a2-00000000169a] 138029 1726888174.77296: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000169a 138029 1726888174.77581: no more pending results, returning what we have 138029 1726888174.77585: in VariableManager get_vars() 138029 1726888174.77621: Calling all_inventory to load vars for managed_node3 138029 1726888174.77624: Calling groups_inventory to load vars for managed_node3 138029 1726888174.77627: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.77637: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.77641: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.77644: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.78269: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000169a 138029 1726888174.78273: WORKER PROCESS EXITING 138029 1726888174.78379: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.79047: done with get_vars() 138029 1726888174.79061: variable 'ansible_search_path' from source: unknown 138029 1726888174.79189: variable 'storage_test_pool_subset' from source: include params 138029 1726888174.79222: we have included files to process 138029 1726888174.79223: generating all_blocks data 138029 1726888174.79225: done generating all_blocks data 138029 1726888174.79232: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 138029 1726888174.79233: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 138029 1726888174.79235: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 138029 1726888174.79468: in VariableManager get_vars() 138029 1726888174.79492: done with get_vars() 138029 1726888174.79508: done processing included file 138029 1726888174.79510: iterating over new_blocks loaded from include file 138029 1726888174.79511: in VariableManager get_vars() 138029 1726888174.79526: done with get_vars() 138029 1726888174.79527: filtering new block on tags 138029 1726888174.79557: done filtering new block on tags 138029 1726888174.79559: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 138029 1726888174.79566: extending task lists for all hosts with included blocks 138029 1726888174.82921: done extending task lists 138029 1726888174.82923: done processing included files 138029 1726888174.82924: results queue empty 138029 1726888174.82925: checking for any_errors_fatal 138029 1726888174.82930: done checking for any_errors_fatal 138029 1726888174.82930: checking for max_fail_percentage 138029 1726888174.82932: done checking for max_fail_percentage 138029 1726888174.82932: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.82933: done checking to see if all hosts have failed 138029 1726888174.82934: getting the remaining hosts for this loop 138029 1726888174.82935: done getting the remaining hosts for this loop 138029 1726888174.82938: getting the next task for host managed_node3 138029 1726888174.82943: done getting next task for host managed_node3 138029 1726888174.82945: ^ task is: TASK: Validate pool member VDO settings 138029 1726888174.82949: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.82952: getting variables 138029 1726888174.82953: in VariableManager get_vars() 138029 1726888174.82970: Calling all_inventory to load vars for managed_node3 138029 1726888174.82972: Calling groups_inventory to load vars for managed_node3 138029 1726888174.82974: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.82980: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.82981: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.82984: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.83480: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.84179: done with get_vars() 138029 1726888174.84204: done getting variables TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Friday 20 September 2024 23:09:34 -0400 (0:00:00.081) 0:03:07.566 ****** 138029 1726888174.84316: entering _queue_task() for managed_node3/include_tasks 138029 1726888174.84745: worker is 1 (out of 1 available) 138029 1726888174.84760: exiting _queue_task() for managed_node3/include_tasks 138029 1726888174.84775: done queuing things up, now waiting for results queue to drain 138029 1726888174.84778: waiting for pending results... 138029 1726888174.85361: running TaskExecutor() for managed_node3/TASK: Validate pool member VDO settings 138029 1726888174.85527: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001c81 138029 1726888174.85610: variable 'ansible_search_path' from source: unknown 138029 1726888174.85907: variable 'storage_test_pool' from source: include params 138029 1726888174.86488: variable 'omit' from source: magic vars 138029 1726888174.86683: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.86687: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.86689: variable 'omit' from source: magic vars 138029 1726888174.86899: variable 'storage_test_pool' from source: include params 138029 1726888174.86934: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888174.86978: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888174.87057: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888174.87681: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.87684: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.87686: variable 'omit' from source: magic vars 138029 1726888174.87688: variable 'storage_test_pool' from source: include params 138029 1726888174.87711: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888174.87829: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888174.88090: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888174.88443: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.88446: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.88448: variable 'omit' from source: magic vars 138029 1726888174.88552: variable 'storage_test_pool' from source: include params 138029 1726888174.88605: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888174.88642: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888174.88719: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888174.89110: dumping result to json 138029 1726888174.89114: done dumping result, returning 138029 1726888174.89116: done running TaskExecutor() for managed_node3/TASK: Validate pool member VDO settings [0affc8a3-6f6f-5a58-73a2-000000001c81] 138029 1726888174.89119: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001c81 138029 1726888174.89592: no more pending results, returning what we have 138029 1726888174.89597: in VariableManager get_vars() 138029 1726888174.89749: Calling all_inventory to load vars for managed_node3 138029 1726888174.89753: Calling groups_inventory to load vars for managed_node3 138029 1726888174.89758: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.89770: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.89774: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.89777: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.90438: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001c81 138029 1726888174.90442: WORKER PROCESS EXITING 138029 1726888174.90760: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.91462: done with get_vars() 138029 1726888174.91482: variable 'ansible_search_path' from source: unknown 138029 1726888174.91533: variable 'ansible_search_path' from source: unknown 138029 1726888174.91576: variable 'ansible_search_path' from source: unknown 138029 1726888174.91619: we have included files to process 138029 1726888174.91620: generating all_blocks data 138029 1726888174.91622: done generating all_blocks data 138029 1726888174.91624: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888174.91625: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888174.91627: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888174.92477: done processing included file 138029 1726888174.92480: iterating over new_blocks loaded from include file 138029 1726888174.92482: in VariableManager get_vars() 138029 1726888174.92501: done with get_vars() 138029 1726888174.92502: filtering new block on tags 138029 1726888174.92608: done filtering new block on tags 138029 1726888174.92611: in VariableManager get_vars() 138029 1726888174.92626: done with get_vars() 138029 1726888174.92628: filtering new block on tags 138029 1726888174.92654: done filtering new block on tags 138029 1726888174.92659: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': 'UUID=ac246704-920b-4020-af6e-f443534e195b', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) 138029 1726888174.92678: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888174.92679: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888174.92682: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888174.93751: done processing included file 138029 1726888174.93753: iterating over new_blocks loaded from include file 138029 1726888174.93756: in VariableManager get_vars() 138029 1726888174.93780: done with get_vars() 138029 1726888174.93782: filtering new block on tags 138029 1726888174.93898: done filtering new block on tags 138029 1726888174.93901: in VariableManager get_vars() 138029 1726888174.93916: done with get_vars() 138029 1726888174.93918: filtering new block on tags 138029 1726888174.93942: done filtering new block on tags 138029 1726888174.93944: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) 138029 1726888174.93962: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888174.93963: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888174.93966: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888174.94771: done processing included file 138029 1726888174.94773: iterating over new_blocks loaded from include file 138029 1726888174.94774: in VariableManager get_vars() 138029 1726888174.94797: done with get_vars() 138029 1726888174.94800: filtering new block on tags 138029 1726888174.94911: done filtering new block on tags 138029 1726888174.94914: in VariableManager get_vars() 138029 1726888174.94926: done with get_vars() 138029 1726888174.94928: filtering new block on tags 138029 1726888174.94952: done filtering new block on tags 138029 1726888174.94954: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 138029 1726888174.94972: extending task lists for all hosts with included blocks 138029 1726888174.95152: done extending task lists 138029 1726888174.95154: done processing included files 138029 1726888174.95154: results queue empty 138029 1726888174.95157: checking for any_errors_fatal 138029 1726888174.95161: done checking for any_errors_fatal 138029 1726888174.95166: checking for max_fail_percentage 138029 1726888174.95167: done checking for max_fail_percentage 138029 1726888174.95168: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.95169: done checking to see if all hosts have failed 138029 1726888174.95170: getting the remaining hosts for this loop 138029 1726888174.95171: done getting the remaining hosts for this loop 138029 1726888174.95173: getting the next task for host managed_node3 138029 1726888174.95178: done getting next task for host managed_node3 138029 1726888174.95195: ^ task is: TASK: Get information about VDO deduplication 138029 1726888174.95206: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.95209: getting variables 138029 1726888174.95210: in VariableManager get_vars() 138029 1726888174.95219: Calling all_inventory to load vars for managed_node3 138029 1726888174.95228: Calling groups_inventory to load vars for managed_node3 138029 1726888174.95231: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.95237: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.95239: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.95244: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.95890: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888174.96695: done with get_vars() 138029 1726888174.96709: done getting variables 138029 1726888174.96748: 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 VDO deduplication] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Friday 20 September 2024 23:09:34 -0400 (0:00:00.124) 0:03:07.691 ****** 138029 1726888174.96803: entering _queue_task() for managed_node3/command 138029 1726888174.97205: worker is 1 (out of 1 available) 138029 1726888174.97218: exiting _queue_task() for managed_node3/command 138029 1726888174.97343: done queuing things up, now waiting for results queue to drain 138029 1726888174.97345: waiting for pending results... 138029 1726888174.97537: running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication 138029 1726888174.97711: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001dfd 138029 1726888174.97733: variable 'ansible_search_path' from source: unknown 138029 1726888174.97785: calling self._execute() 138029 1726888174.97927: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888174.97939: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888174.97953: variable 'omit' from source: magic vars 138029 1726888174.98470: variable 'storage_test_vdo_volume' from source: include params 138029 1726888174.98536: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888174.98539: when evaluation is False, skipping this task 138029 1726888174.98543: _execute() done 138029 1726888174.98551: dumping result to json 138029 1726888174.98553: done dumping result, returning 138029 1726888174.98558: done running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication [0affc8a3-6f6f-5a58-73a2-000000001dfd] 138029 1726888174.98560: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001dfd 138029 1726888174.98724: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001dfd 138029 1726888174.98727: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888174.98792: no more pending results, returning what we have 138029 1726888174.98801: results queue empty 138029 1726888174.98802: checking for any_errors_fatal 138029 1726888174.98804: done checking for any_errors_fatal 138029 1726888174.98805: checking for max_fail_percentage 138029 1726888174.98807: done checking for max_fail_percentage 138029 1726888174.98808: checking to see if all hosts have failed and the running result is not ok 138029 1726888174.98808: done checking to see if all hosts have failed 138029 1726888174.98809: getting the remaining hosts for this loop 138029 1726888174.98811: done getting the remaining hosts for this loop 138029 1726888174.98815: getting the next task for host managed_node3 138029 1726888174.98824: done getting next task for host managed_node3 138029 1726888174.98828: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888174.98835: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888174.98841: getting variables 138029 1726888174.98843: in VariableManager get_vars() 138029 1726888174.98992: Calling all_inventory to load vars for managed_node3 138029 1726888174.98995: Calling groups_inventory to load vars for managed_node3 138029 1726888174.98999: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888174.99010: Calling all_plugins_play to load vars for managed_node3 138029 1726888174.99014: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888174.99017: Calling groups_plugins_play to load vars for managed_node3 138029 1726888174.99794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.00523: done with get_vars() 138029 1726888175.00538: done getting variables 138029 1726888175.00598: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Friday 20 September 2024 23:09:35 -0400 (0:00:00.038) 0:03:07.729 ****** 138029 1726888175.00630: entering _queue_task() for managed_node3/assert 138029 1726888175.01065: worker is 1 (out of 1 available) 138029 1726888175.01075: exiting _queue_task() for managed_node3/assert 138029 1726888175.01085: done queuing things up, now waiting for results queue to drain 138029 1726888175.01086: waiting for pending results... 138029 1726888175.01329: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888175.01379: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001dfe 138029 1726888175.01425: variable 'ansible_search_path' from source: unknown 138029 1726888175.01449: calling self._execute() 138029 1726888175.01587: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.01643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.01646: variable 'omit' from source: magic vars 138029 1726888175.02107: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.02143: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.02151: when evaluation is False, skipping this task 138029 1726888175.02162: _execute() done 138029 1726888175.02170: dumping result to json 138029 1726888175.02178: done dumping result, returning 138029 1726888175.02298: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-000000001dfe] 138029 1726888175.02302: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001dfe 138029 1726888175.02378: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001dfe 138029 1726888175.02381: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.02435: no more pending results, returning what we have 138029 1726888175.02439: results queue empty 138029 1726888175.02440: checking for any_errors_fatal 138029 1726888175.02450: done checking for any_errors_fatal 138029 1726888175.02451: checking for max_fail_percentage 138029 1726888175.02453: done checking for max_fail_percentage 138029 1726888175.02454: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.02457: done checking to see if all hosts have failed 138029 1726888175.02457: getting the remaining hosts for this loop 138029 1726888175.02460: done getting the remaining hosts for this loop 138029 1726888175.02464: getting the next task for host managed_node3 138029 1726888175.02473: done getting next task for host managed_node3 138029 1726888175.02475: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888175.02482: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.02487: getting variables 138029 1726888175.02489: in VariableManager get_vars() 138029 1726888175.02525: Calling all_inventory to load vars for managed_node3 138029 1726888175.02528: Calling groups_inventory to load vars for managed_node3 138029 1726888175.02532: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.02543: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.02547: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.02549: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.03628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.04330: done with get_vars() 138029 1726888175.04344: done getting variables 138029 1726888175.04400: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Friday 20 September 2024 23:09:35 -0400 (0:00:00.038) 0:03:07.767 ****** 138029 1726888175.04438: entering _queue_task() for managed_node3/assert 138029 1726888175.04714: worker is 1 (out of 1 available) 138029 1726888175.04725: exiting _queue_task() for managed_node3/assert 138029 1726888175.04852: done queuing things up, now waiting for results queue to drain 138029 1726888175.04854: waiting for pending results... 138029 1726888175.05182: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888175.05246: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001dff 138029 1726888175.05279: variable 'ansible_search_path' from source: unknown 138029 1726888175.05362: calling self._execute() 138029 1726888175.05453: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.05472: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.05495: variable 'omit' from source: magic vars 138029 1726888175.06128: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.06193: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.06202: when evaluation is False, skipping this task 138029 1726888175.06259: _execute() done 138029 1726888175.06263: dumping result to json 138029 1726888175.06265: done dumping result, returning 138029 1726888175.06267: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000001dff] 138029 1726888175.06269: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001dff skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.06588: no more pending results, returning what we have 138029 1726888175.06592: results queue empty 138029 1726888175.06594: checking for any_errors_fatal 138029 1726888175.06602: done checking for any_errors_fatal 138029 1726888175.06603: checking for max_fail_percentage 138029 1726888175.06604: done checking for max_fail_percentage 138029 1726888175.06605: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.06606: done checking to see if all hosts have failed 138029 1726888175.06607: getting the remaining hosts for this loop 138029 1726888175.06608: done getting the remaining hosts for this loop 138029 1726888175.06650: getting the next task for host managed_node3 138029 1726888175.06661: done getting next task for host managed_node3 138029 1726888175.06673: ^ task is: TASK: Get information about VDO compression 138029 1726888175.06726: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.06732: getting variables 138029 1726888175.06733: in VariableManager get_vars() 138029 1726888175.06769: Calling all_inventory to load vars for managed_node3 138029 1726888175.06773: Calling groups_inventory to load vars for managed_node3 138029 1726888175.06776: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.06893: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001dff 138029 1726888175.06897: WORKER PROCESS EXITING 138029 1726888175.06910: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.06915: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.06919: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.07599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.08470: done with get_vars() 138029 1726888175.08487: done getting variables 138029 1726888175.08561: 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 VDO compression] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Friday 20 September 2024 23:09:35 -0400 (0:00:00.041) 0:03:07.809 ****** 138029 1726888175.08594: entering _queue_task() for managed_node3/command 138029 1726888175.09062: worker is 1 (out of 1 available) 138029 1726888175.09073: exiting _queue_task() for managed_node3/command 138029 1726888175.09083: done queuing things up, now waiting for results queue to drain 138029 1726888175.09084: waiting for pending results... 138029 1726888175.09179: running TaskExecutor() for managed_node3/TASK: Get information about VDO compression 138029 1726888175.09421: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e00 138029 1726888175.09426: variable 'ansible_search_path' from source: unknown 138029 1726888175.09429: calling self._execute() 138029 1726888175.09538: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.09550: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.09566: variable 'omit' from source: magic vars 138029 1726888175.10054: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.10108: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.10117: when evaluation is False, skipping this task 138029 1726888175.10125: _execute() done 138029 1726888175.10132: dumping result to json 138029 1726888175.10139: done dumping result, returning 138029 1726888175.10188: done running TaskExecutor() for managed_node3/TASK: Get information about VDO compression [0affc8a3-6f6f-5a58-73a2-000000001e00] 138029 1726888175.10191: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e00 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.10344: no more pending results, returning what we have 138029 1726888175.10349: results queue empty 138029 1726888175.10351: checking for any_errors_fatal 138029 1726888175.10370: done checking for any_errors_fatal 138029 1726888175.10372: checking for max_fail_percentage 138029 1726888175.10374: done checking for max_fail_percentage 138029 1726888175.10375: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.10376: done checking to see if all hosts have failed 138029 1726888175.10376: getting the remaining hosts for this loop 138029 1726888175.10378: done getting the remaining hosts for this loop 138029 1726888175.10382: getting the next task for host managed_node3 138029 1726888175.10391: done getting next task for host managed_node3 138029 1726888175.10394: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888175.10402: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.10408: getting variables 138029 1726888175.10410: in VariableManager get_vars() 138029 1726888175.10447: Calling all_inventory to load vars for managed_node3 138029 1726888175.10450: Calling groups_inventory to load vars for managed_node3 138029 1726888175.10454: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.10686: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.10690: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.10694: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.11280: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e00 138029 1726888175.11284: WORKER PROCESS EXITING 138029 1726888175.11409: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.12149: done with get_vars() 138029 1726888175.12166: done getting variables 138029 1726888175.12228: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Friday 20 September 2024 23:09:35 -0400 (0:00:00.036) 0:03:07.846 ****** 138029 1726888175.12262: entering _queue_task() for managed_node3/assert 138029 1726888175.12642: worker is 1 (out of 1 available) 138029 1726888175.12733: exiting _queue_task() for managed_node3/assert 138029 1726888175.12745: done queuing things up, now waiting for results queue to drain 138029 1726888175.12747: waiting for pending results... 138029 1726888175.12996: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888175.13174: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e01 138029 1726888175.13205: variable 'ansible_search_path' from source: unknown 138029 1726888175.13250: calling self._execute() 138029 1726888175.13424: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.13437: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.13472: variable 'omit' from source: magic vars 138029 1726888175.14100: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.14133: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.14141: when evaluation is False, skipping this task 138029 1726888175.14153: _execute() done 138029 1726888175.14164: dumping result to json 138029 1726888175.14174: done dumping result, returning 138029 1726888175.14184: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-000000001e01] 138029 1726888175.14193: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e01 138029 1726888175.14371: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e01 138029 1726888175.14374: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.14423: no more pending results, returning what we have 138029 1726888175.14427: results queue empty 138029 1726888175.14428: checking for any_errors_fatal 138029 1726888175.14439: done checking for any_errors_fatal 138029 1726888175.14440: checking for max_fail_percentage 138029 1726888175.14442: done checking for max_fail_percentage 138029 1726888175.14443: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.14444: done checking to see if all hosts have failed 138029 1726888175.14444: getting the remaining hosts for this loop 138029 1726888175.14446: done getting the remaining hosts for this loop 138029 1726888175.14450: getting the next task for host managed_node3 138029 1726888175.14460: done getting next task for host managed_node3 138029 1726888175.14463: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888175.14469: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.14568: getting variables 138029 1726888175.14570: in VariableManager get_vars() 138029 1726888175.14605: Calling all_inventory to load vars for managed_node3 138029 1726888175.14607: Calling groups_inventory to load vars for managed_node3 138029 1726888175.14610: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.14620: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.14623: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.14625: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.15372: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.16074: done with get_vars() 138029 1726888175.16090: done getting variables 138029 1726888175.16153: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Friday 20 September 2024 23:09:35 -0400 (0:00:00.039) 0:03:07.885 ****** 138029 1726888175.16212: entering _queue_task() for managed_node3/assert 138029 1726888175.16562: worker is 1 (out of 1 available) 138029 1726888175.16582: exiting _queue_task() for managed_node3/assert 138029 1726888175.16593: done queuing things up, now waiting for results queue to drain 138029 1726888175.16594: waiting for pending results... 138029 1726888175.16890: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888175.17198: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e02 138029 1726888175.17205: variable 'ansible_search_path' from source: unknown 138029 1726888175.17208: calling self._execute() 138029 1726888175.17299: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.17309: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.17331: variable 'omit' from source: magic vars 138029 1726888175.17899: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.17932: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.17939: when evaluation is False, skipping this task 138029 1726888175.17946: _execute() done 138029 1726888175.17952: dumping result to json 138029 1726888175.17961: done dumping result, returning 138029 1726888175.17970: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000001e02] 138029 1726888175.17987: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e02 138029 1726888175.18154: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e02 138029 1726888175.18164: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.18237: no more pending results, returning what we have 138029 1726888175.18242: results queue empty 138029 1726888175.18243: checking for any_errors_fatal 138029 1726888175.18252: done checking for any_errors_fatal 138029 1726888175.18253: checking for max_fail_percentage 138029 1726888175.18311: done checking for max_fail_percentage 138029 1726888175.18314: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.18314: done checking to see if all hosts have failed 138029 1726888175.18315: getting the remaining hosts for this loop 138029 1726888175.18318: done getting the remaining hosts for this loop 138029 1726888175.18339: getting the next task for host managed_node3 138029 1726888175.18350: done getting next task for host managed_node3 138029 1726888175.18352: ^ task is: TASK: Clear test variables 138029 1726888175.18359: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.18364: getting variables 138029 1726888175.18366: in VariableManager get_vars() 138029 1726888175.18398: Calling all_inventory to load vars for managed_node3 138029 1726888175.18401: Calling groups_inventory to load vars for managed_node3 138029 1726888175.18404: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.18417: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.18421: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.18424: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.19586: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.20804: done with get_vars() 138029 1726888175.20820: done getting variables 138029 1726888175.20884: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-vdo.yml:46 Friday 20 September 2024 23:09:35 -0400 (0:00:00.047) 0:03:07.932 ****** 138029 1726888175.20919: entering _queue_task() for managed_node3/set_fact 138029 1726888175.21389: worker is 1 (out of 1 available) 138029 1726888175.21399: exiting _queue_task() for managed_node3/set_fact 138029 1726888175.21408: done queuing things up, now waiting for results queue to drain 138029 1726888175.21410: waiting for pending results... 138029 1726888175.21575: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888175.21744: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e04 138029 1726888175.21748: variable 'ansible_search_path' from source: unknown 138029 1726888175.21781: calling self._execute() 138029 1726888175.21902: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.22017: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.22262: variable 'omit' from source: magic vars 138029 1726888175.22317: variable 'omit' from source: magic vars 138029 1726888175.22395: variable 'omit' from source: magic vars 138029 1726888175.22550: variable 'omit' from source: magic vars 138029 1726888175.22599: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888175.22703: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888175.22756: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888175.23062: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888175.23068: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888175.23071: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888175.23073: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888175.23161: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888175.23168: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.23170: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.23225: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888175.23293: Set connection var ansible_timeout to 10 138029 1726888175.23303: Set connection var ansible_pipelining to False 138029 1726888175.23398: Set connection var ansible_shell_type to sh 138029 1726888175.23406: Set connection var ansible_connection to ssh 138029 1726888175.23415: Set connection var ansible_shell_executable to /bin/sh 138029 1726888175.23448: variable 'ansible_shell_executable' from source: unknown 138029 1726888175.23458: variable 'ansible_connection' from source: unknown 138029 1726888175.23467: variable 'ansible_module_compression' from source: unknown 138029 1726888175.23474: variable 'ansible_shell_type' from source: unknown 138029 1726888175.23481: variable 'ansible_shell_executable' from source: unknown 138029 1726888175.23488: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.23497: variable 'ansible_pipelining' from source: unknown 138029 1726888175.23506: variable 'ansible_timeout' from source: unknown 138029 1726888175.23513: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.23676: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888175.23695: variable 'omit' from source: magic vars 138029 1726888175.23706: starting attempt loop 138029 1726888175.23713: running the handler 138029 1726888175.23735: handler run complete 138029 1726888175.23749: attempt loop complete, returning result 138029 1726888175.23758: _execute() done 138029 1726888175.23769: dumping result to json 138029 1726888175.23776: done dumping result, returning 138029 1726888175.23787: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000001e04] 138029 1726888175.23796: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e04 ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } 138029 1726888175.24106: no more pending results, returning what we have 138029 1726888175.24108: results queue empty 138029 1726888175.24109: checking for any_errors_fatal 138029 1726888175.24117: done checking for any_errors_fatal 138029 1726888175.24117: checking for max_fail_percentage 138029 1726888175.24119: done checking for max_fail_percentage 138029 1726888175.24119: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.24120: done checking to see if all hosts have failed 138029 1726888175.24121: getting the remaining hosts for this loop 138029 1726888175.24122: done getting the remaining hosts for this loop 138029 1726888175.24125: getting the next task for host managed_node3 138029 1726888175.24135: done getting next task for host managed_node3 138029 1726888175.24138: ^ task is: TASK: Get information about VDO deduplication 138029 1726888175.24144: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.24149: getting variables 138029 1726888175.24150: in VariableManager get_vars() 138029 1726888175.24186: Calling all_inventory to load vars for managed_node3 138029 1726888175.24188: Calling groups_inventory to load vars for managed_node3 138029 1726888175.24191: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.24200: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.24206: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.24210: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.24772: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e04 138029 1726888175.24776: WORKER PROCESS EXITING 138029 1726888175.24939: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.25644: done with get_vars() 138029 1726888175.25662: done getting variables 138029 1726888175.25721: 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 VDO deduplication] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Friday 20 September 2024 23:09:35 -0400 (0:00:00.048) 0:03:07.981 ****** 138029 1726888175.25768: entering _queue_task() for managed_node3/command 138029 1726888175.26050: worker is 1 (out of 1 available) 138029 1726888175.26066: exiting _queue_task() for managed_node3/command 138029 1726888175.26078: done queuing things up, now waiting for results queue to drain 138029 1726888175.26079: waiting for pending results... 138029 1726888175.26399: running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication 138029 1726888175.26547: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e09 138029 1726888175.26575: variable 'ansible_search_path' from source: unknown 138029 1726888175.26616: calling self._execute() 138029 1726888175.26747: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.26762: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.26781: variable 'omit' from source: magic vars 138029 1726888175.27240: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.27279: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.27388: when evaluation is False, skipping this task 138029 1726888175.27392: _execute() done 138029 1726888175.27394: dumping result to json 138029 1726888175.27396: done dumping result, returning 138029 1726888175.27398: done running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication [0affc8a3-6f6f-5a58-73a2-000000001e09] 138029 1726888175.27400: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e09 138029 1726888175.27467: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e09 138029 1726888175.27470: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.27544: no more pending results, returning what we have 138029 1726888175.27548: results queue empty 138029 1726888175.27550: checking for any_errors_fatal 138029 1726888175.27569: done checking for any_errors_fatal 138029 1726888175.27570: checking for max_fail_percentage 138029 1726888175.27572: done checking for max_fail_percentage 138029 1726888175.27573: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.27574: done checking to see if all hosts have failed 138029 1726888175.27575: getting the remaining hosts for this loop 138029 1726888175.27577: done getting the remaining hosts for this loop 138029 1726888175.27581: getting the next task for host managed_node3 138029 1726888175.27592: done getting next task for host managed_node3 138029 1726888175.27595: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888175.27603: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.27610: getting variables 138029 1726888175.27611: in VariableManager get_vars() 138029 1726888175.27647: Calling all_inventory to load vars for managed_node3 138029 1726888175.27649: Calling groups_inventory to load vars for managed_node3 138029 1726888175.27653: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.27969: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.27973: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.27976: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.29327: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.30640: done with get_vars() 138029 1726888175.30862: done getting variables 138029 1726888175.30926: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Friday 20 September 2024 23:09:35 -0400 (0:00:00.051) 0:03:08.033 ****** 138029 1726888175.30969: entering _queue_task() for managed_node3/assert 138029 1726888175.31793: worker is 1 (out of 1 available) 138029 1726888175.31803: exiting _queue_task() for managed_node3/assert 138029 1726888175.31814: done queuing things up, now waiting for results queue to drain 138029 1726888175.31815: waiting for pending results... 138029 1726888175.32313: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888175.32537: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e0a 138029 1726888175.32782: variable 'ansible_search_path' from source: unknown 138029 1726888175.32786: calling self._execute() 138029 1726888175.32929: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.32934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.32947: variable 'omit' from source: magic vars 138029 1726888175.33537: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.33575: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.33582: when evaluation is False, skipping this task 138029 1726888175.33589: _execute() done 138029 1726888175.33594: dumping result to json 138029 1726888175.33600: done dumping result, returning 138029 1726888175.33607: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-000000001e0a] 138029 1726888175.33615: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e0a skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.33797: no more pending results, returning what we have 138029 1726888175.33801: results queue empty 138029 1726888175.33802: checking for any_errors_fatal 138029 1726888175.33810: done checking for any_errors_fatal 138029 1726888175.33811: checking for max_fail_percentage 138029 1726888175.33813: done checking for max_fail_percentage 138029 1726888175.33814: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.33815: done checking to see if all hosts have failed 138029 1726888175.33815: getting the remaining hosts for this loop 138029 1726888175.33817: done getting the remaining hosts for this loop 138029 1726888175.33821: getting the next task for host managed_node3 138029 1726888175.33831: done getting next task for host managed_node3 138029 1726888175.33833: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888175.33842: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.33848: getting variables 138029 1726888175.33850: in VariableManager get_vars() 138029 1726888175.33998: Calling all_inventory to load vars for managed_node3 138029 1726888175.34001: Calling groups_inventory to load vars for managed_node3 138029 1726888175.34005: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.34019: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.34022: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.34025: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.34571: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e0a 138029 1726888175.34575: WORKER PROCESS EXITING 138029 1726888175.34916: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.36515: done with get_vars() 138029 1726888175.36532: done getting variables 138029 1726888175.36594: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Friday 20 September 2024 23:09:35 -0400 (0:00:00.056) 0:03:08.089 ****** 138029 1726888175.36629: entering _queue_task() for managed_node3/assert 138029 1726888175.36986: worker is 1 (out of 1 available) 138029 1726888175.36998: exiting _queue_task() for managed_node3/assert 138029 1726888175.37011: done queuing things up, now waiting for results queue to drain 138029 1726888175.37013: waiting for pending results... 138029 1726888175.37317: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888175.37483: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e0b 138029 1726888175.37507: variable 'ansible_search_path' from source: unknown 138029 1726888175.37548: calling self._execute() 138029 1726888175.37688: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.37706: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.37720: variable 'omit' from source: magic vars 138029 1726888175.38208: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.38250: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.38261: when evaluation is False, skipping this task 138029 1726888175.38273: _execute() done 138029 1726888175.38281: dumping result to json 138029 1726888175.38289: done dumping result, returning 138029 1726888175.38299: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000001e0b] 138029 1726888175.38309: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e0b skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.38512: no more pending results, returning what we have 138029 1726888175.38516: results queue empty 138029 1726888175.38517: checking for any_errors_fatal 138029 1726888175.38529: done checking for any_errors_fatal 138029 1726888175.38530: checking for max_fail_percentage 138029 1726888175.38532: done checking for max_fail_percentage 138029 1726888175.38533: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.38534: done checking to see if all hosts have failed 138029 1726888175.38534: getting the remaining hosts for this loop 138029 1726888175.38536: done getting the remaining hosts for this loop 138029 1726888175.38541: getting the next task for host managed_node3 138029 1726888175.38551: done getting next task for host managed_node3 138029 1726888175.38554: ^ task is: TASK: Get information about VDO compression 138029 1726888175.38663: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.38673: getting variables 138029 1726888175.38674: in VariableManager get_vars() 138029 1726888175.38713: Calling all_inventory to load vars for managed_node3 138029 1726888175.38717: Calling groups_inventory to load vars for managed_node3 138029 1726888175.38721: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.38735: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.38739: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.38742: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.39271: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e0b 138029 1726888175.39274: WORKER PROCESS EXITING 138029 1726888175.39512: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.40425: done with get_vars() 138029 1726888175.40439: done getting variables 138029 1726888175.40498: 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 VDO compression] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Friday 20 September 2024 23:09:35 -0400 (0:00:00.039) 0:03:08.128 ****** 138029 1726888175.40532: entering _queue_task() for managed_node3/command 138029 1726888175.40806: worker is 1 (out of 1 available) 138029 1726888175.40820: exiting _queue_task() for managed_node3/command 138029 1726888175.40833: done queuing things up, now waiting for results queue to drain 138029 1726888175.40835: waiting for pending results... 138029 1726888175.41212: running TaskExecutor() for managed_node3/TASK: Get information about VDO compression 138029 1726888175.41734: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e0c 138029 1726888175.41759: variable 'ansible_search_path' from source: unknown 138029 1726888175.41880: calling self._execute() 138029 1726888175.42082: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.42140: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.42361: variable 'omit' from source: magic vars 138029 1726888175.43035: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.43075: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.43083: when evaluation is False, skipping this task 138029 1726888175.43091: _execute() done 138029 1726888175.43098: dumping result to json 138029 1726888175.43105: done dumping result, returning 138029 1726888175.43114: done running TaskExecutor() for managed_node3/TASK: Get information about VDO compression [0affc8a3-6f6f-5a58-73a2-000000001e0c] 138029 1726888175.43137: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e0c 138029 1726888175.43481: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e0c 138029 1726888175.43484: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.43541: no more pending results, returning what we have 138029 1726888175.43545: results queue empty 138029 1726888175.43546: checking for any_errors_fatal 138029 1726888175.43560: done checking for any_errors_fatal 138029 1726888175.43561: checking for max_fail_percentage 138029 1726888175.43563: done checking for max_fail_percentage 138029 1726888175.43567: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.43568: done checking to see if all hosts have failed 138029 1726888175.43568: getting the remaining hosts for this loop 138029 1726888175.43570: done getting the remaining hosts for this loop 138029 1726888175.43574: getting the next task for host managed_node3 138029 1726888175.43584: done getting next task for host managed_node3 138029 1726888175.43586: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888175.43595: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.43601: getting variables 138029 1726888175.43602: in VariableManager get_vars() 138029 1726888175.43640: Calling all_inventory to load vars for managed_node3 138029 1726888175.43643: Calling groups_inventory to load vars for managed_node3 138029 1726888175.43647: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.43878: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.43882: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.43886: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.44569: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.45250: done with get_vars() 138029 1726888175.45270: done getting variables 138029 1726888175.45325: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Friday 20 September 2024 23:09:35 -0400 (0:00:00.048) 0:03:08.177 ****** 138029 1726888175.45363: entering _queue_task() for managed_node3/assert 138029 1726888175.45777: worker is 1 (out of 1 available) 138029 1726888175.45789: exiting _queue_task() for managed_node3/assert 138029 1726888175.45802: done queuing things up, now waiting for results queue to drain 138029 1726888175.45804: waiting for pending results... 138029 1726888175.46413: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888175.46689: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e0d 138029 1726888175.46705: variable 'ansible_search_path' from source: unknown 138029 1726888175.46739: calling self._execute() 138029 1726888175.47137: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.47141: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.47151: variable 'omit' from source: magic vars 138029 1726888175.48172: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.48176: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.48179: when evaluation is False, skipping this task 138029 1726888175.48181: _execute() done 138029 1726888175.48184: dumping result to json 138029 1726888175.48186: done dumping result, returning 138029 1726888175.48188: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-000000001e0d] 138029 1726888175.48190: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e0d skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.48431: no more pending results, returning what we have 138029 1726888175.48436: results queue empty 138029 1726888175.48437: checking for any_errors_fatal 138029 1726888175.48446: done checking for any_errors_fatal 138029 1726888175.48447: checking for max_fail_percentage 138029 1726888175.48449: done checking for max_fail_percentage 138029 1726888175.48450: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.48451: done checking to see if all hosts have failed 138029 1726888175.48451: getting the remaining hosts for this loop 138029 1726888175.48453: done getting the remaining hosts for this loop 138029 1726888175.48458: getting the next task for host managed_node3 138029 1726888175.48468: done getting next task for host managed_node3 138029 1726888175.48472: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888175.48480: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.48485: getting variables 138029 1726888175.48486: in VariableManager get_vars() 138029 1726888175.48521: Calling all_inventory to load vars for managed_node3 138029 1726888175.48524: Calling groups_inventory to load vars for managed_node3 138029 1726888175.48527: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.48539: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.48543: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.48547: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.48747: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e0d 138029 1726888175.48750: WORKER PROCESS EXITING 138029 1726888175.49975: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.51008: done with get_vars() 138029 1726888175.51027: done getting variables 138029 1726888175.51092: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Friday 20 September 2024 23:09:35 -0400 (0:00:00.057) 0:03:08.234 ****** 138029 1726888175.51125: entering _queue_task() for managed_node3/assert 138029 1726888175.51408: worker is 1 (out of 1 available) 138029 1726888175.51422: exiting _queue_task() for managed_node3/assert 138029 1726888175.51433: done queuing things up, now waiting for results queue to drain 138029 1726888175.51435: waiting for pending results... 138029 1726888175.51731: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888175.51877: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e0e 138029 1726888175.51901: variable 'ansible_search_path' from source: unknown 138029 1726888175.51942: calling self._execute() 138029 1726888175.52070: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.52084: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.52103: variable 'omit' from source: magic vars 138029 1726888175.52575: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.52605: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.52611: when evaluation is False, skipping this task 138029 1726888175.52617: _execute() done 138029 1726888175.52622: dumping result to json 138029 1726888175.52910: done dumping result, returning 138029 1726888175.52913: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000001e0e] 138029 1726888175.52915: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e0e 138029 1726888175.53351: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e0e 138029 1726888175.53358: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.53417: no more pending results, returning what we have 138029 1726888175.53421: results queue empty 138029 1726888175.53422: checking for any_errors_fatal 138029 1726888175.53432: done checking for any_errors_fatal 138029 1726888175.53432: checking for max_fail_percentage 138029 1726888175.53434: done checking for max_fail_percentage 138029 1726888175.53435: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.53436: done checking to see if all hosts have failed 138029 1726888175.53437: getting the remaining hosts for this loop 138029 1726888175.53438: done getting the remaining hosts for this loop 138029 1726888175.53442: getting the next task for host managed_node3 138029 1726888175.53454: done getting next task for host managed_node3 138029 1726888175.53460: ^ task is: TASK: Clear test variables 138029 1726888175.53466: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.53473: getting variables 138029 1726888175.53474: in VariableManager get_vars() 138029 1726888175.53510: Calling all_inventory to load vars for managed_node3 138029 1726888175.53513: Calling groups_inventory to load vars for managed_node3 138029 1726888175.53516: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.53528: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.53532: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.53535: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.54794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.55484: done with get_vars() 138029 1726888175.55502: done getting variables 138029 1726888175.55562: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-vdo.yml:46 Friday 20 September 2024 23:09:35 -0400 (0:00:00.044) 0:03:08.279 ****** 138029 1726888175.55598: entering _queue_task() for managed_node3/set_fact 138029 1726888175.55876: worker is 1 (out of 1 available) 138029 1726888175.55887: exiting _queue_task() for managed_node3/set_fact 138029 1726888175.55899: done queuing things up, now waiting for results queue to drain 138029 1726888175.55901: waiting for pending results... 138029 1726888175.56284: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888175.56351: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e10 138029 1726888175.56380: variable 'ansible_search_path' from source: unknown 138029 1726888175.56422: calling self._execute() 138029 1726888175.56545: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.56560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.56577: variable 'omit' from source: magic vars 138029 1726888175.56697: variable 'omit' from source: magic vars 138029 1726888175.56782: variable 'omit' from source: magic vars 138029 1726888175.56922: variable 'omit' from source: magic vars 138029 1726888175.56925: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888175.56929: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888175.56941: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888175.56966: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888175.56984: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888175.57006: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888175.57028: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888175.57070: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888175.57079: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.57087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.57218: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888175.57230: Set connection var ansible_timeout to 10 138029 1726888175.57240: Set connection var ansible_pipelining to False 138029 1726888175.57245: Set connection var ansible_shell_type to sh 138029 1726888175.57250: Set connection var ansible_connection to ssh 138029 1726888175.57361: Set connection var ansible_shell_executable to /bin/sh 138029 1726888175.57365: variable 'ansible_shell_executable' from source: unknown 138029 1726888175.57367: variable 'ansible_connection' from source: unknown 138029 1726888175.57369: variable 'ansible_module_compression' from source: unknown 138029 1726888175.57371: variable 'ansible_shell_type' from source: unknown 138029 1726888175.57373: variable 'ansible_shell_executable' from source: unknown 138029 1726888175.57374: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.57376: variable 'ansible_pipelining' from source: unknown 138029 1726888175.57378: variable 'ansible_timeout' from source: unknown 138029 1726888175.57379: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.57461: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888175.57478: variable 'omit' from source: magic vars 138029 1726888175.57486: starting attempt loop 138029 1726888175.57496: running the handler 138029 1726888175.57509: handler run complete 138029 1726888175.57521: attempt loop complete, returning result 138029 1726888175.57526: _execute() done 138029 1726888175.57531: dumping result to json 138029 1726888175.57538: done dumping result, returning 138029 1726888175.57620: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000001e10] 138029 1726888175.57623: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e10 ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } 138029 1726888175.57761: no more pending results, returning what we have 138029 1726888175.57764: results queue empty 138029 1726888175.57765: checking for any_errors_fatal 138029 1726888175.57773: done checking for any_errors_fatal 138029 1726888175.57774: checking for max_fail_percentage 138029 1726888175.57775: done checking for max_fail_percentage 138029 1726888175.57776: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.57777: done checking to see if all hosts have failed 138029 1726888175.57777: getting the remaining hosts for this loop 138029 1726888175.57780: done getting the remaining hosts for this loop 138029 1726888175.57783: getting the next task for host managed_node3 138029 1726888175.57795: done getting next task for host managed_node3 138029 1726888175.57798: ^ task is: TASK: Get information about VDO deduplication 138029 1726888175.57804: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.57809: getting variables 138029 1726888175.57811: in VariableManager get_vars() 138029 1726888175.57843: Calling all_inventory to load vars for managed_node3 138029 1726888175.57845: Calling groups_inventory to load vars for managed_node3 138029 1726888175.57848: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.57859: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.57863: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.57866: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.58781: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e10 138029 1726888175.58784: WORKER PROCESS EXITING 138029 1726888175.59376: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.61897: done with get_vars() 138029 1726888175.61918: done getting variables 138029 1726888175.62032: 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 VDO deduplication] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Friday 20 September 2024 23:09:35 -0400 (0:00:00.066) 0:03:08.345 ****** 138029 1726888175.62218: entering _queue_task() for managed_node3/command 138029 1726888175.62596: worker is 1 (out of 1 available) 138029 1726888175.62608: exiting _queue_task() for managed_node3/command 138029 1726888175.62620: done queuing things up, now waiting for results queue to drain 138029 1726888175.62621: waiting for pending results... 138029 1726888175.62835: running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication 138029 1726888175.62981: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e15 138029 1726888175.62995: variable 'ansible_search_path' from source: unknown 138029 1726888175.63028: calling self._execute() 138029 1726888175.63148: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.63152: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.63168: variable 'omit' from source: magic vars 138029 1726888175.63600: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.63720: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.63723: when evaluation is False, skipping this task 138029 1726888175.63726: _execute() done 138029 1726888175.63728: dumping result to json 138029 1726888175.63730: done dumping result, returning 138029 1726888175.63732: done running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication [0affc8a3-6f6f-5a58-73a2-000000001e15] 138029 1726888175.63734: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e15 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.63899: no more pending results, returning what we have 138029 1726888175.63903: results queue empty 138029 1726888175.63904: checking for any_errors_fatal 138029 1726888175.63915: done checking for any_errors_fatal 138029 1726888175.63916: checking for max_fail_percentage 138029 1726888175.63919: done checking for max_fail_percentage 138029 1726888175.63920: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.63921: done checking to see if all hosts have failed 138029 1726888175.63921: getting the remaining hosts for this loop 138029 1726888175.63923: done getting the remaining hosts for this loop 138029 1726888175.63927: getting the next task for host managed_node3 138029 1726888175.63937: done getting next task for host managed_node3 138029 1726888175.63941: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888175.63949: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.63954: getting variables 138029 1726888175.63957: in VariableManager get_vars() 138029 1726888175.63992: Calling all_inventory to load vars for managed_node3 138029 1726888175.63995: Calling groups_inventory to load vars for managed_node3 138029 1726888175.63998: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.64008: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.64012: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.64014: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.69300: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e15 138029 1726888175.69306: WORKER PROCESS EXITING 138029 1726888175.69892: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.70759: done with get_vars() 138029 1726888175.70776: done getting variables 138029 1726888175.70930: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Friday 20 September 2024 23:09:35 -0400 (0:00:00.088) 0:03:08.434 ****** 138029 1726888175.71045: entering _queue_task() for managed_node3/assert 138029 1726888175.71726: worker is 1 (out of 1 available) 138029 1726888175.71739: exiting _queue_task() for managed_node3/assert 138029 1726888175.71751: done queuing things up, now waiting for results queue to drain 138029 1726888175.71753: waiting for pending results... 138029 1726888175.72127: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888175.72273: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e16 138029 1726888175.72300: variable 'ansible_search_path' from source: unknown 138029 1726888175.72354: calling self._execute() 138029 1726888175.72509: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.72548: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.72551: variable 'omit' from source: magic vars 138029 1726888175.73114: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.73198: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.73203: when evaluation is False, skipping this task 138029 1726888175.73207: _execute() done 138029 1726888175.73210: dumping result to json 138029 1726888175.73213: done dumping result, returning 138029 1726888175.73215: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-000000001e16] 138029 1726888175.73281: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e16 138029 1726888175.73378: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e16 138029 1726888175.73383: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.73494: no more pending results, returning what we have 138029 1726888175.73499: results queue empty 138029 1726888175.73500: checking for any_errors_fatal 138029 1726888175.73512: done checking for any_errors_fatal 138029 1726888175.73513: checking for max_fail_percentage 138029 1726888175.73515: done checking for max_fail_percentage 138029 1726888175.73516: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.73517: done checking to see if all hosts have failed 138029 1726888175.73518: getting the remaining hosts for this loop 138029 1726888175.73519: done getting the remaining hosts for this loop 138029 1726888175.73758: getting the next task for host managed_node3 138029 1726888175.73770: done getting next task for host managed_node3 138029 1726888175.73773: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888175.73781: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.73786: getting variables 138029 1726888175.73787: in VariableManager get_vars() 138029 1726888175.73818: Calling all_inventory to load vars for managed_node3 138029 1726888175.73821: Calling groups_inventory to load vars for managed_node3 138029 1726888175.73824: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.73834: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.73837: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.73840: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.74431: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.74876: done with get_vars() 138029 1726888175.74887: done getting variables 138029 1726888175.74954: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Friday 20 September 2024 23:09:35 -0400 (0:00:00.039) 0:03:08.473 ****** 138029 1726888175.74994: entering _queue_task() for managed_node3/assert 138029 1726888175.75241: worker is 1 (out of 1 available) 138029 1726888175.75257: exiting _queue_task() for managed_node3/assert 138029 1726888175.75273: done queuing things up, now waiting for results queue to drain 138029 1726888175.75275: waiting for pending results... 138029 1726888175.75505: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888175.75634: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e17 138029 1726888175.75642: variable 'ansible_search_path' from source: unknown 138029 1726888175.75676: calling self._execute() 138029 1726888175.75772: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.75776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.75785: variable 'omit' from source: magic vars 138029 1726888175.76120: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.76143: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.76146: when evaluation is False, skipping this task 138029 1726888175.76150: _execute() done 138029 1726888175.76152: dumping result to json 138029 1726888175.76157: done dumping result, returning 138029 1726888175.76161: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000001e17] 138029 1726888175.76169: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e17 138029 1726888175.76262: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e17 138029 1726888175.76265: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.76332: no more pending results, returning what we have 138029 1726888175.76335: results queue empty 138029 1726888175.76336: checking for any_errors_fatal 138029 1726888175.76343: done checking for any_errors_fatal 138029 1726888175.76344: checking for max_fail_percentage 138029 1726888175.76345: done checking for max_fail_percentage 138029 1726888175.76346: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.76347: done checking to see if all hosts have failed 138029 1726888175.76347: getting the remaining hosts for this loop 138029 1726888175.76349: done getting the remaining hosts for this loop 138029 1726888175.76352: getting the next task for host managed_node3 138029 1726888175.76366: done getting next task for host managed_node3 138029 1726888175.76369: ^ task is: TASK: Get information about VDO compression 138029 1726888175.76375: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.76379: getting variables 138029 1726888175.76381: in VariableManager get_vars() 138029 1726888175.76408: Calling all_inventory to load vars for managed_node3 138029 1726888175.76410: Calling groups_inventory to load vars for managed_node3 138029 1726888175.76413: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.76421: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.76424: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.76426: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.76932: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.77362: done with get_vars() 138029 1726888175.77380: done getting variables 138029 1726888175.77419: 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 VDO compression] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Friday 20 September 2024 23:09:35 -0400 (0:00:00.024) 0:03:08.498 ****** 138029 1726888175.77461: entering _queue_task() for managed_node3/command 138029 1726888175.77684: worker is 1 (out of 1 available) 138029 1726888175.77697: exiting _queue_task() for managed_node3/command 138029 1726888175.77711: done queuing things up, now waiting for results queue to drain 138029 1726888175.77712: waiting for pending results... 138029 1726888175.77987: running TaskExecutor() for managed_node3/TASK: Get information about VDO compression 138029 1726888175.78107: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e18 138029 1726888175.78172: variable 'ansible_search_path' from source: unknown 138029 1726888175.78190: calling self._execute() 138029 1726888175.78307: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.78311: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.78330: variable 'omit' from source: magic vars 138029 1726888175.78782: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.78807: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.78811: when evaluation is False, skipping this task 138029 1726888175.78839: _execute() done 138029 1726888175.78849: dumping result to json 138029 1726888175.78857: done dumping result, returning 138029 1726888175.78866: done running TaskExecutor() for managed_node3/TASK: Get information about VDO compression [0affc8a3-6f6f-5a58-73a2-000000001e18] 138029 1726888175.78870: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e18 138029 1726888175.78972: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e18 138029 1726888175.78975: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.79033: no more pending results, returning what we have 138029 1726888175.79036: results queue empty 138029 1726888175.79037: checking for any_errors_fatal 138029 1726888175.79042: done checking for any_errors_fatal 138029 1726888175.79042: checking for max_fail_percentage 138029 1726888175.79044: done checking for max_fail_percentage 138029 1726888175.79044: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.79045: done checking to see if all hosts have failed 138029 1726888175.79046: getting the remaining hosts for this loop 138029 1726888175.79047: done getting the remaining hosts for this loop 138029 1726888175.79050: getting the next task for host managed_node3 138029 1726888175.79062: done getting next task for host managed_node3 138029 1726888175.79065: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888175.79071: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.79074: getting variables 138029 1726888175.79075: in VariableManager get_vars() 138029 1726888175.79118: Calling all_inventory to load vars for managed_node3 138029 1726888175.79121: Calling groups_inventory to load vars for managed_node3 138029 1726888175.79124: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.79132: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.79134: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.79135: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.79829: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.80599: done with get_vars() 138029 1726888175.80613: done getting variables 138029 1726888175.80669: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Friday 20 September 2024 23:09:35 -0400 (0:00:00.032) 0:03:08.530 ****** 138029 1726888175.80726: entering _queue_task() for managed_node3/assert 138029 1726888175.81214: worker is 1 (out of 1 available) 138029 1726888175.81228: exiting _queue_task() for managed_node3/assert 138029 1726888175.81246: done queuing things up, now waiting for results queue to drain 138029 1726888175.81248: waiting for pending results... 138029 1726888175.81571: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888175.81724: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e19 138029 1726888175.81738: variable 'ansible_search_path' from source: unknown 138029 1726888175.81777: calling self._execute() 138029 1726888175.81898: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.81901: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.81911: variable 'omit' from source: magic vars 138029 1726888175.82346: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.82393: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.82397: when evaluation is False, skipping this task 138029 1726888175.82400: _execute() done 138029 1726888175.82402: dumping result to json 138029 1726888175.82405: done dumping result, returning 138029 1726888175.82407: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-000000001e19] 138029 1726888175.82409: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e19 138029 1726888175.82517: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e19 138029 1726888175.82520: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.82600: no more pending results, returning what we have 138029 1726888175.82603: results queue empty 138029 1726888175.82604: checking for any_errors_fatal 138029 1726888175.82610: done checking for any_errors_fatal 138029 1726888175.82611: checking for max_fail_percentage 138029 1726888175.82613: done checking for max_fail_percentage 138029 1726888175.82613: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.82614: done checking to see if all hosts have failed 138029 1726888175.82615: getting the remaining hosts for this loop 138029 1726888175.82616: done getting the remaining hosts for this loop 138029 1726888175.82619: getting the next task for host managed_node3 138029 1726888175.82625: done getting next task for host managed_node3 138029 1726888175.82627: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888175.82632: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.82636: getting variables 138029 1726888175.82642: in VariableManager get_vars() 138029 1726888175.82670: Calling all_inventory to load vars for managed_node3 138029 1726888175.82672: Calling groups_inventory to load vars for managed_node3 138029 1726888175.82674: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.82681: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.82683: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.82684: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.83461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.84318: done with get_vars() 138029 1726888175.84334: done getting variables 138029 1726888175.84466: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Friday 20 September 2024 23:09:35 -0400 (0:00:00.037) 0:03:08.568 ****** 138029 1726888175.84499: entering _queue_task() for managed_node3/assert 138029 1726888175.84949: worker is 1 (out of 1 available) 138029 1726888175.84964: exiting _queue_task() for managed_node3/assert 138029 1726888175.84977: done queuing things up, now waiting for results queue to drain 138029 1726888175.84979: waiting for pending results... 138029 1726888175.85248: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888175.85374: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e1a 138029 1726888175.85379: variable 'ansible_search_path' from source: unknown 138029 1726888175.85415: calling self._execute() 138029 1726888175.85522: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.85526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.85541: variable 'omit' from source: magic vars 138029 1726888175.85939: variable 'storage_test_vdo_volume' from source: include params 138029 1726888175.85968: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888175.85971: when evaluation is False, skipping this task 138029 1726888175.85974: _execute() done 138029 1726888175.85976: dumping result to json 138029 1726888175.85980: done dumping result, returning 138029 1726888175.85985: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000001e1a] 138029 1726888175.85988: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e1a 138029 1726888175.86074: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e1a 138029 1726888175.86081: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888175.86158: no more pending results, returning what we have 138029 1726888175.86161: results queue empty 138029 1726888175.86162: checking for any_errors_fatal 138029 1726888175.86174: done checking for any_errors_fatal 138029 1726888175.86175: checking for max_fail_percentage 138029 1726888175.86177: done checking for max_fail_percentage 138029 1726888175.86177: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.86178: done checking to see if all hosts have failed 138029 1726888175.86181: getting the remaining hosts for this loop 138029 1726888175.86182: done getting the remaining hosts for this loop 138029 1726888175.86186: getting the next task for host managed_node3 138029 1726888175.86201: done getting next task for host managed_node3 138029 1726888175.86203: ^ task is: TASK: Clear test variables 138029 1726888175.86210: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.86214: getting variables 138029 1726888175.86215: in VariableManager get_vars() 138029 1726888175.86246: Calling all_inventory to load vars for managed_node3 138029 1726888175.86249: Calling groups_inventory to load vars for managed_node3 138029 1726888175.86252: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.86263: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.86271: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.86274: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.86706: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.87478: done with get_vars() 138029 1726888175.87500: done getting variables 138029 1726888175.87662: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-vdo.yml:46 Friday 20 September 2024 23:09:35 -0400 (0:00:00.031) 0:03:08.600 ****** 138029 1726888175.87698: entering _queue_task() for managed_node3/set_fact 138029 1726888175.87985: worker is 1 (out of 1 available) 138029 1726888175.87999: exiting _queue_task() for managed_node3/set_fact 138029 1726888175.88010: done queuing things up, now waiting for results queue to drain 138029 1726888175.88011: waiting for pending results... 138029 1726888175.88229: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888175.88331: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e1c 138029 1726888175.88344: variable 'ansible_search_path' from source: unknown 138029 1726888175.88374: calling self._execute() 138029 1726888175.88469: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.88473: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.88485: variable 'omit' from source: magic vars 138029 1726888175.88572: variable 'omit' from source: magic vars 138029 1726888175.88614: variable 'omit' from source: magic vars 138029 1726888175.88640: variable 'omit' from source: magic vars 138029 1726888175.88695: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888175.88727: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888175.88743: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888175.88759: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888175.88769: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888175.88786: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888175.88809: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888175.88830: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888175.88833: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.88836: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.88941: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888175.88946: Set connection var ansible_timeout to 10 138029 1726888175.88954: Set connection var ansible_pipelining to False 138029 1726888175.88960: Set connection var ansible_shell_type to sh 138029 1726888175.88962: Set connection var ansible_connection to ssh 138029 1726888175.88968: Set connection var ansible_shell_executable to /bin/sh 138029 1726888175.88986: variable 'ansible_shell_executable' from source: unknown 138029 1726888175.88989: variable 'ansible_connection' from source: unknown 138029 1726888175.88991: variable 'ansible_module_compression' from source: unknown 138029 1726888175.89016: variable 'ansible_shell_type' from source: unknown 138029 1726888175.89020: variable 'ansible_shell_executable' from source: unknown 138029 1726888175.89022: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.89024: variable 'ansible_pipelining' from source: unknown 138029 1726888175.89027: variable 'ansible_timeout' from source: unknown 138029 1726888175.89029: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.89152: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888175.89162: variable 'omit' from source: magic vars 138029 1726888175.89175: starting attempt loop 138029 1726888175.89179: running the handler 138029 1726888175.89181: handler run complete 138029 1726888175.89188: attempt loop complete, returning result 138029 1726888175.89191: _execute() done 138029 1726888175.89193: dumping result to json 138029 1726888175.89196: done dumping result, returning 138029 1726888175.89205: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000001e1c] 138029 1726888175.89208: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e1c ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } 138029 1726888175.89376: no more pending results, returning what we have 138029 1726888175.89379: results queue empty 138029 1726888175.89380: checking for any_errors_fatal 138029 1726888175.89386: done checking for any_errors_fatal 138029 1726888175.89386: checking for max_fail_percentage 138029 1726888175.89388: done checking for max_fail_percentage 138029 1726888175.89389: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.89389: done checking to see if all hosts have failed 138029 1726888175.89390: getting the remaining hosts for this loop 138029 1726888175.89391: done getting the remaining hosts for this loop 138029 1726888175.89395: getting the next task for host managed_node3 138029 1726888175.89404: done getting next task for host managed_node3 138029 1726888175.89411: ^ task is: TASK: Check Stratis 138029 1726888175.89416: ^ 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? (HOST STATE: block=0, task=23, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.89425: getting variables 138029 1726888175.89426: in VariableManager get_vars() 138029 1726888175.89463: Calling all_inventory to load vars for managed_node3 138029 1726888175.89467: Calling groups_inventory to load vars for managed_node3 138029 1726888175.89469: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.89477: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.89480: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.89482: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.89914: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e1c 138029 1726888175.89917: WORKER PROCESS EXITING 138029 1726888175.89927: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.90427: done with get_vars() 138029 1726888175.90438: done getting variables TASK [Check Stratis] *********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Friday 20 September 2024 23:09:35 -0400 (0:00:00.028) 0:03:08.628 ****** 138029 1726888175.90529: entering _queue_task() for managed_node3/include_tasks 138029 1726888175.90766: worker is 1 (out of 1 available) 138029 1726888175.90780: exiting _queue_task() for managed_node3/include_tasks 138029 1726888175.90792: done queuing things up, now waiting for results queue to drain 138029 1726888175.90794: waiting for pending results... 138029 1726888175.91033: running TaskExecutor() for managed_node3/TASK: Check Stratis 138029 1726888175.91131: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000169b 138029 1726888175.91144: variable 'ansible_search_path' from source: unknown 138029 1726888175.91174: calling self._execute() 138029 1726888175.91317: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.91327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.91330: variable 'omit' from source: magic vars 138029 1726888175.91450: _execute() done 138029 1726888175.91501: dumping result to json 138029 1726888175.91538: done dumping result, returning 138029 1726888175.91559: done running TaskExecutor() for managed_node3/TASK: Check Stratis [0affc8a3-6f6f-5a58-73a2-00000000169b] 138029 1726888175.91562: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000169b 138029 1726888175.91888: no more pending results, returning what we have 138029 1726888175.91906: in VariableManager get_vars() 138029 1726888175.91973: Calling all_inventory to load vars for managed_node3 138029 1726888175.91979: Calling groups_inventory to load vars for managed_node3 138029 1726888175.91985: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.91995: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.91998: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.92006: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.92038: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000169b 138029 1726888175.92045: WORKER PROCESS EXITING 138029 1726888175.92760: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.93679: done with get_vars() 138029 1726888175.93707: variable 'ansible_search_path' from source: unknown 138029 1726888175.93890: variable 'storage_test_pool_subset' from source: include params 138029 1726888175.93932: we have included files to process 138029 1726888175.93933: generating all_blocks data 138029 1726888175.93936: done generating all_blocks data 138029 1726888175.93948: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 138029 1726888175.93950: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 138029 1726888175.93953: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 138029 1726888175.94641: done processing included file 138029 1726888175.94643: iterating over new_blocks loaded from include file 138029 1726888175.94644: in VariableManager get_vars() 138029 1726888175.94654: done with get_vars() 138029 1726888175.94657: filtering new block on tags 138029 1726888175.94729: done filtering new block on tags 138029 1726888175.94732: in VariableManager get_vars() 138029 1726888175.94753: done with get_vars() 138029 1726888175.94757: filtering new block on tags 138029 1726888175.94783: done filtering new block on tags 138029 1726888175.94785: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 138029 1726888175.94794: extending task lists for all hosts with included blocks 138029 1726888175.96979: done extending task lists 138029 1726888175.96980: done processing included files 138029 1726888175.96981: results queue empty 138029 1726888175.96981: checking for any_errors_fatal 138029 1726888175.96984: done checking for any_errors_fatal 138029 1726888175.96984: checking for max_fail_percentage 138029 1726888175.96985: done checking for max_fail_percentage 138029 1726888175.96985: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.96986: done checking to see if all hosts have failed 138029 1726888175.96986: getting the remaining hosts for this loop 138029 1726888175.96987: done getting the remaining hosts for this loop 138029 1726888175.96989: getting the next task for host managed_node3 138029 1726888175.96992: done getting next task for host managed_node3 138029 1726888175.96994: ^ task is: TASK: Run 'stratis report' 138029 1726888175.96996: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.96997: getting variables 138029 1726888175.96998: in VariableManager get_vars() 138029 1726888175.97005: Calling all_inventory to load vars for managed_node3 138029 1726888175.97007: Calling groups_inventory to load vars for managed_node3 138029 1726888175.97009: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.97013: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.97015: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.97016: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.97429: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.97794: done with get_vars() 138029 1726888175.97805: done getting variables 138029 1726888175.97833: 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 [Run 'stratis report'] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Friday 20 September 2024 23:09:35 -0400 (0:00:00.073) 0:03:08.702 ****** 138029 1726888175.97853: entering _queue_task() for managed_node3/command 138029 1726888175.98108: worker is 1 (out of 1 available) 138029 1726888175.98120: exiting _queue_task() for managed_node3/command 138029 1726888175.98136: done queuing things up, now waiting for results queue to drain 138029 1726888175.98138: waiting for pending results... 138029 1726888175.98347: running TaskExecutor() for managed_node3/TASK: Run 'stratis report' 138029 1726888175.98428: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e76 138029 1726888175.98441: variable 'ansible_search_path' from source: unknown 138029 1726888175.98477: calling self._execute() 138029 1726888175.98579: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888175.98583: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888175.98595: variable 'omit' from source: magic vars 138029 1726888175.98903: variable 'storage_test_pool' from source: include params 138029 1726888175.98943: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888175.98947: when evaluation is False, skipping this task 138029 1726888175.98951: _execute() done 138029 1726888175.98954: dumping result to json 138029 1726888175.98958: done dumping result, returning 138029 1726888175.98962: done running TaskExecutor() for managed_node3/TASK: Run 'stratis report' [0affc8a3-6f6f-5a58-73a2-000000001e76] 138029 1726888175.98970: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e76 138029 1726888175.99057: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e76 138029 1726888175.99060: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888175.99109: no more pending results, returning what we have 138029 1726888175.99112: results queue empty 138029 1726888175.99113: checking for any_errors_fatal 138029 1726888175.99114: done checking for any_errors_fatal 138029 1726888175.99115: checking for max_fail_percentage 138029 1726888175.99117: done checking for max_fail_percentage 138029 1726888175.99118: checking to see if all hosts have failed and the running result is not ok 138029 1726888175.99118: done checking to see if all hosts have failed 138029 1726888175.99119: getting the remaining hosts for this loop 138029 1726888175.99120: done getting the remaining hosts for this loop 138029 1726888175.99124: getting the next task for host managed_node3 138029 1726888175.99131: done getting next task for host managed_node3 138029 1726888175.99133: ^ task is: TASK: Get information about Stratis 138029 1726888175.99141: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888175.99145: getting variables 138029 1726888175.99147: in VariableManager get_vars() 138029 1726888175.99182: Calling all_inventory to load vars for managed_node3 138029 1726888175.99185: Calling groups_inventory to load vars for managed_node3 138029 1726888175.99189: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888175.99198: Calling all_plugins_play to load vars for managed_node3 138029 1726888175.99201: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888175.99203: Calling groups_plugins_play to load vars for managed_node3 138029 1726888175.99615: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888175.99998: done with get_vars() 138029 1726888176.00009: done getting variables 138029 1726888176.00050: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 Stratis] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Friday 20 September 2024 23:09:36 -0400 (0:00:00.022) 0:03:08.724 ****** 138029 1726888176.00075: entering _queue_task() for managed_node3/set_fact 138029 1726888176.00276: worker is 1 (out of 1 available) 138029 1726888176.00290: exiting _queue_task() for managed_node3/set_fact 138029 1726888176.00302: done queuing things up, now waiting for results queue to drain 138029 1726888176.00303: waiting for pending results... 138029 1726888176.00524: running TaskExecutor() for managed_node3/TASK: Get information about Stratis 138029 1726888176.00628: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e77 138029 1726888176.00680: variable 'ansible_search_path' from source: unknown 138029 1726888176.00684: calling self._execute() 138029 1726888176.00783: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.00787: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.00795: variable 'omit' from source: magic vars 138029 1726888176.01149: variable 'storage_test_pool' from source: include params 138029 1726888176.01188: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888176.01192: when evaluation is False, skipping this task 138029 1726888176.01195: _execute() done 138029 1726888176.01197: dumping result to json 138029 1726888176.01200: done dumping result, returning 138029 1726888176.01205: done running TaskExecutor() for managed_node3/TASK: Get information about Stratis [0affc8a3-6f6f-5a58-73a2-000000001e77] 138029 1726888176.01210: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e77 138029 1726888176.01302: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e77 138029 1726888176.01305: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888176.01352: no more pending results, returning what we have 138029 1726888176.01358: results queue empty 138029 1726888176.01359: checking for any_errors_fatal 138029 1726888176.01368: done checking for any_errors_fatal 138029 1726888176.01369: checking for max_fail_percentage 138029 1726888176.01371: done checking for max_fail_percentage 138029 1726888176.01372: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.01373: done checking to see if all hosts have failed 138029 1726888176.01373: getting the remaining hosts for this loop 138029 1726888176.01375: done getting the remaining hosts for this loop 138029 1726888176.01378: getting the next task for host managed_node3 138029 1726888176.01385: done getting next task for host managed_node3 138029 1726888176.01388: ^ task is: TASK: Verify that the pools was created 138029 1726888176.01393: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.01397: getting variables 138029 1726888176.01398: in VariableManager get_vars() 138029 1726888176.01424: Calling all_inventory to load vars for managed_node3 138029 1726888176.01427: Calling groups_inventory to load vars for managed_node3 138029 1726888176.01429: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.01438: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.01440: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.01442: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.01834: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.02219: done with get_vars() 138029 1726888176.02231: done getting variables 138029 1726888176.02277: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 pools was created] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Friday 20 September 2024 23:09:36 -0400 (0:00:00.022) 0:03:08.746 ****** 138029 1726888176.02301: entering _queue_task() for managed_node3/assert 138029 1726888176.02518: worker is 1 (out of 1 available) 138029 1726888176.02532: exiting _queue_task() for managed_node3/assert 138029 1726888176.02545: done queuing things up, now waiting for results queue to drain 138029 1726888176.02547: waiting for pending results... 138029 1726888176.02726: running TaskExecutor() for managed_node3/TASK: Verify that the pools was created 138029 1726888176.02816: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e78 138029 1726888176.02827: variable 'ansible_search_path' from source: unknown 138029 1726888176.02854: calling self._execute() 138029 1726888176.02949: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.02953: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.02968: variable 'omit' from source: magic vars 138029 1726888176.03257: variable 'storage_test_pool' from source: include params 138029 1726888176.03292: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888176.03296: when evaluation is False, skipping this task 138029 1726888176.03299: _execute() done 138029 1726888176.03301: dumping result to json 138029 1726888176.03304: done dumping result, returning 138029 1726888176.03311: done running TaskExecutor() for managed_node3/TASK: Verify that the pools was created [0affc8a3-6f6f-5a58-73a2-000000001e78] 138029 1726888176.03314: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e78 138029 1726888176.03410: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e78 138029 1726888176.03413: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888176.03477: no more pending results, returning what we have 138029 1726888176.03480: results queue empty 138029 1726888176.03481: checking for any_errors_fatal 138029 1726888176.03486: done checking for any_errors_fatal 138029 1726888176.03486: checking for max_fail_percentage 138029 1726888176.03488: done checking for max_fail_percentage 138029 1726888176.03488: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.03489: done checking to see if all hosts have failed 138029 1726888176.03490: getting the remaining hosts for this loop 138029 1726888176.03491: done getting the remaining hosts for this loop 138029 1726888176.03494: getting the next task for host managed_node3 138029 1726888176.03500: done getting next task for host managed_node3 138029 1726888176.03502: ^ task is: TASK: Verify that encryption is correctly set 138029 1726888176.03507: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.03510: getting variables 138029 1726888176.03511: in VariableManager get_vars() 138029 1726888176.03543: Calling all_inventory to load vars for managed_node3 138029 1726888176.03545: Calling groups_inventory to load vars for managed_node3 138029 1726888176.03548: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.03559: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.03561: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.03567: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.04217: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.04877: done with get_vars() 138029 1726888176.04888: done getting variables 138029 1726888176.04951: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 encryption is correctly set] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Friday 20 September 2024 23:09:36 -0400 (0:00:00.026) 0:03:08.773 ****** 138029 1726888176.04998: entering _queue_task() for managed_node3/assert 138029 1726888176.05269: worker is 1 (out of 1 available) 138029 1726888176.05283: exiting _queue_task() for managed_node3/assert 138029 1726888176.05296: done queuing things up, now waiting for results queue to drain 138029 1726888176.05298: waiting for pending results... 138029 1726888176.05543: running TaskExecutor() for managed_node3/TASK: Verify that encryption is correctly set 138029 1726888176.05636: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e79 138029 1726888176.05648: variable 'ansible_search_path' from source: unknown 138029 1726888176.05702: calling self._execute() 138029 1726888176.05849: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.05857: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.05874: variable 'omit' from source: magic vars 138029 1726888176.06218: variable 'storage_test_pool' from source: include params 138029 1726888176.06280: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888176.06283: when evaluation is False, skipping this task 138029 1726888176.06287: _execute() done 138029 1726888176.06290: dumping result to json 138029 1726888176.06292: done dumping result, returning 138029 1726888176.06294: done running TaskExecutor() for managed_node3/TASK: Verify that encryption is correctly set [0affc8a3-6f6f-5a58-73a2-000000001e79] 138029 1726888176.06296: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e79 138029 1726888176.06397: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e79 138029 1726888176.06401: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888176.06461: no more pending results, returning what we have 138029 1726888176.06465: results queue empty 138029 1726888176.06466: checking for any_errors_fatal 138029 1726888176.06472: done checking for any_errors_fatal 138029 1726888176.06473: checking for max_fail_percentage 138029 1726888176.06474: done checking for max_fail_percentage 138029 1726888176.06475: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.06475: done checking to see if all hosts have failed 138029 1726888176.06476: getting the remaining hosts for this loop 138029 1726888176.06477: done getting the remaining hosts for this loop 138029 1726888176.06481: getting the next task for host managed_node3 138029 1726888176.06487: done getting next task for host managed_node3 138029 1726888176.06489: ^ task is: TASK: Verify that Clevis/Tang encryption is correctly set 138029 1726888176.06494: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.06498: getting variables 138029 1726888176.06499: in VariableManager get_vars() 138029 1726888176.06530: Calling all_inventory to load vars for managed_node3 138029 1726888176.06533: Calling groups_inventory to load vars for managed_node3 138029 1726888176.06535: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.06544: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.06546: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.06548: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.07124: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.07498: done with get_vars() 138029 1726888176.07508: done getting variables 138029 1726888176.07546: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Friday 20 September 2024 23:09:36 -0400 (0:00:00.025) 0:03:08.799 ****** 138029 1726888176.07574: entering _queue_task() for managed_node3/assert 138029 1726888176.07770: worker is 1 (out of 1 available) 138029 1726888176.07787: exiting _queue_task() for managed_node3/assert 138029 1726888176.07799: done queuing things up, now waiting for results queue to drain 138029 1726888176.07801: waiting for pending results... 138029 1726888176.08044: running TaskExecutor() for managed_node3/TASK: Verify that Clevis/Tang encryption is correctly set 138029 1726888176.08194: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e7a 138029 1726888176.08204: variable 'ansible_search_path' from source: unknown 138029 1726888176.08232: calling self._execute() 138029 1726888176.08335: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.08339: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.08350: variable 'omit' from source: magic vars 138029 1726888176.08682: variable 'storage_test_pool' from source: include params 138029 1726888176.08722: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888176.08726: when evaluation is False, skipping this task 138029 1726888176.08729: _execute() done 138029 1726888176.08733: dumping result to json 138029 1726888176.08735: done dumping result, returning 138029 1726888176.08739: done running TaskExecutor() for managed_node3/TASK: Verify that Clevis/Tang encryption is correctly set [0affc8a3-6f6f-5a58-73a2-000000001e7a] 138029 1726888176.08745: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e7a 138029 1726888176.08847: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e7a 138029 1726888176.08851: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888176.08903: no more pending results, returning what we have 138029 1726888176.08907: results queue empty 138029 1726888176.08908: checking for any_errors_fatal 138029 1726888176.08915: done checking for any_errors_fatal 138029 1726888176.08915: checking for max_fail_percentage 138029 1726888176.08917: done checking for max_fail_percentage 138029 1726888176.08918: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.08918: done checking to see if all hosts have failed 138029 1726888176.08919: getting the remaining hosts for this loop 138029 1726888176.08921: done getting the remaining hosts for this loop 138029 1726888176.08934: getting the next task for host managed_node3 138029 1726888176.08944: done getting next task for host managed_node3 138029 1726888176.08946: ^ task is: TASK: Reset variable used by test 138029 1726888176.08951: ^ 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? (HOST STATE: block=0, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.08954: getting variables 138029 1726888176.08958: in VariableManager get_vars() 138029 1726888176.08986: Calling all_inventory to load vars for managed_node3 138029 1726888176.08988: Calling groups_inventory to load vars for managed_node3 138029 1726888176.08991: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.08999: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.09002: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.09004: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.09421: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.09976: done with get_vars() 138029 1726888176.09988: done getting variables 138029 1726888176.10027: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Friday 20 September 2024 23:09:36 -0400 (0:00:00.024) 0:03:08.824 ****** 138029 1726888176.10053: entering _queue_task() for managed_node3/set_fact 138029 1726888176.10269: worker is 1 (out of 1 available) 138029 1726888176.10283: exiting _queue_task() for managed_node3/set_fact 138029 1726888176.10295: done queuing things up, now waiting for results queue to drain 138029 1726888176.10296: waiting for pending results... 138029 1726888176.10511: running TaskExecutor() for managed_node3/TASK: Reset variable used by test 138029 1726888176.10604: in run() - task 0affc8a3-6f6f-5a58-73a2-000000001e7c 138029 1726888176.10616: variable 'ansible_search_path' from source: unknown 138029 1726888176.10650: calling self._execute() 138029 1726888176.10793: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.10796: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.10803: variable 'omit' from source: magic vars 138029 1726888176.10928: variable 'omit' from source: magic vars 138029 1726888176.10987: variable 'omit' from source: magic vars 138029 1726888176.11016: variable 'omit' from source: magic vars 138029 1726888176.11053: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888176.11086: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888176.11120: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888176.11144: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.11148: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.11168: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888176.11179: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888176.11210: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888176.11213: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.11218: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.11376: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888176.11380: Set connection var ansible_timeout to 10 138029 1726888176.11383: Set connection var ansible_pipelining to False 138029 1726888176.11386: Set connection var ansible_shell_type to sh 138029 1726888176.11388: Set connection var ansible_connection to ssh 138029 1726888176.11390: Set connection var ansible_shell_executable to /bin/sh 138029 1726888176.11410: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.11414: variable 'ansible_connection' from source: unknown 138029 1726888176.11416: variable 'ansible_module_compression' from source: unknown 138029 1726888176.11419: variable 'ansible_shell_type' from source: unknown 138029 1726888176.11421: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.11434: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.11437: variable 'ansible_pipelining' from source: unknown 138029 1726888176.11441: variable 'ansible_timeout' from source: unknown 138029 1726888176.11443: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.11610: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888176.11620: variable 'omit' from source: magic vars 138029 1726888176.11643: starting attempt loop 138029 1726888176.11666: running the handler 138029 1726888176.11669: handler run complete 138029 1726888176.11671: attempt loop complete, returning result 138029 1726888176.11673: _execute() done 138029 1726888176.11676: dumping result to json 138029 1726888176.11678: done dumping result, returning 138029 1726888176.11681: done running TaskExecutor() for managed_node3/TASK: Reset variable used by test [0affc8a3-6f6f-5a58-73a2-000000001e7c] 138029 1726888176.11683: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e7c 138029 1726888176.11801: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000001e7c 138029 1726888176.11804: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } 138029 1726888176.11875: no more pending results, returning what we have 138029 1726888176.11878: results queue empty 138029 1726888176.11879: checking for any_errors_fatal 138029 1726888176.11889: done checking for any_errors_fatal 138029 1726888176.11890: checking for max_fail_percentage 138029 1726888176.11891: done checking for max_fail_percentage 138029 1726888176.11892: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.11892: done checking to see if all hosts have failed 138029 1726888176.11893: getting the remaining hosts for this loop 138029 1726888176.11894: done getting the remaining hosts for this loop 138029 1726888176.11897: getting the next task for host managed_node3 138029 1726888176.11905: done getting next task for host managed_node3 138029 1726888176.11908: ^ task is: TASK: Clean up test variables 138029 1726888176.11913: ^ 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? (HOST STATE: block=0, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.11917: getting variables 138029 1726888176.11918: in VariableManager get_vars() 138029 1726888176.11946: Calling all_inventory to load vars for managed_node3 138029 1726888176.11948: Calling groups_inventory to load vars for managed_node3 138029 1726888176.11951: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.11961: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.11966: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.11969: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.12434: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.12819: done with get_vars() 138029 1726888176.12831: done getting variables 138029 1726888176.12875: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 test variables] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Friday 20 September 2024 23:09:36 -0400 (0:00:00.028) 0:03:08.852 ****** 138029 1726888176.12901: entering _queue_task() for managed_node3/set_fact 138029 1726888176.13098: worker is 1 (out of 1 available) 138029 1726888176.13110: exiting _queue_task() for managed_node3/set_fact 138029 1726888176.13121: done queuing things up, now waiting for results queue to drain 138029 1726888176.13123: waiting for pending results... 138029 1726888176.13314: running TaskExecutor() for managed_node3/TASK: Clean up test variables 138029 1726888176.13392: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000169c 138029 1726888176.13404: variable 'ansible_search_path' from source: unknown 138029 1726888176.13440: calling self._execute() 138029 1726888176.13534: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.13537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.13546: variable 'omit' from source: magic vars 138029 1726888176.13630: variable 'omit' from source: magic vars 138029 1726888176.13670: variable 'omit' from source: magic vars 138029 1726888176.13698: variable 'omit' from source: magic vars 138029 1726888176.13730: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888176.13760: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888176.13777: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888176.13795: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.13805: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.13818: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888176.13830: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888176.13857: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888176.13860: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.13862: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.13945: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888176.13949: Set connection var ansible_timeout to 10 138029 1726888176.13954: Set connection var ansible_pipelining to False 138029 1726888176.13958: Set connection var ansible_shell_type to sh 138029 1726888176.13960: Set connection var ansible_connection to ssh 138029 1726888176.13967: Set connection var ansible_shell_executable to /bin/sh 138029 1726888176.13986: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.13989: variable 'ansible_connection' from source: unknown 138029 1726888176.13991: variable 'ansible_module_compression' from source: unknown 138029 1726888176.13994: variable 'ansible_shell_type' from source: unknown 138029 1726888176.13996: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.14000: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.14002: variable 'ansible_pipelining' from source: unknown 138029 1726888176.14004: variable 'ansible_timeout' from source: unknown 138029 1726888176.14013: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.14120: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888176.14127: variable 'omit' from source: magic vars 138029 1726888176.14130: starting attempt loop 138029 1726888176.14133: running the handler 138029 1726888176.14144: handler run complete 138029 1726888176.14153: attempt loop complete, returning result 138029 1726888176.14157: _execute() done 138029 1726888176.14160: dumping result to json 138029 1726888176.14163: done dumping result, returning 138029 1726888176.14169: done running TaskExecutor() for managed_node3/TASK: Clean up test variables [0affc8a3-6f6f-5a58-73a2-00000000169c] 138029 1726888176.14174: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000169c 138029 1726888176.14263: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000169c 138029 1726888176.14269: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } 138029 1726888176.14329: no more pending results, returning what we have 138029 1726888176.14333: results queue empty 138029 1726888176.14334: checking for any_errors_fatal 138029 1726888176.14340: done checking for any_errors_fatal 138029 1726888176.14341: checking for max_fail_percentage 138029 1726888176.14343: done checking for max_fail_percentage 138029 1726888176.14344: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.14344: done checking to see if all hosts have failed 138029 1726888176.14345: getting the remaining hosts for this loop 138029 1726888176.14347: done getting the remaining hosts for this loop 138029 1726888176.14350: getting the next task for host managed_node3 138029 1726888176.14360: done getting next task for host managed_node3 138029 1726888176.14363: ^ task is: TASK: Verify the volumes 138029 1726888176.14369: ^ 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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.14373: getting variables 138029 1726888176.14374: in VariableManager get_vars() 138029 1726888176.14401: Calling all_inventory to load vars for managed_node3 138029 1726888176.14403: Calling groups_inventory to load vars for managed_node3 138029 1726888176.14406: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.14413: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.14416: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.14419: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.14787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.15167: done with get_vars() 138029 1726888176.15179: done getting variables TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Friday 20 September 2024 23:09:36 -0400 (0:00:00.023) 0:03:08.875 ****** 138029 1726888176.15241: entering _queue_task() for managed_node3/include_tasks 138029 1726888176.15444: worker is 1 (out of 1 available) 138029 1726888176.15459: exiting _queue_task() for managed_node3/include_tasks 138029 1726888176.15474: done queuing things up, now waiting for results queue to drain 138029 1726888176.15476: waiting for pending results... 138029 1726888176.15651: running TaskExecutor() for managed_node3/TASK: Verify the volumes 138029 1726888176.15731: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000016a0 138029 1726888176.15743: variable 'ansible_search_path' from source: unknown 138029 1726888176.15939: variable 'storage_test_pool' from source: include params 138029 1726888176.16269: variable 'omit' from source: magic vars 138029 1726888176.16386: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.16394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.16402: variable 'omit' from source: magic vars 138029 1726888176.16480: variable 'storage_test_volume' from source: unknown 138029 1726888176.16532: variable 'storage_test_volume' from source: unknown 138029 1726888176.16852: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.16858: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.16861: variable 'omit' from source: magic vars 138029 1726888176.16873: variable 'storage_test_volume' from source: unknown 138029 1726888176.16876: variable 'storage_test_volume' from source: unknown 138029 1726888176.17069: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.17072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.17075: variable 'omit' from source: magic vars 138029 1726888176.17090: variable 'storage_test_volume' from source: unknown 138029 1726888176.17131: variable 'storage_test_volume' from source: unknown 138029 1726888176.17328: dumping result to json 138029 1726888176.17331: done dumping result, returning 138029 1726888176.17333: done running TaskExecutor() for managed_node3/TASK: Verify the volumes [0affc8a3-6f6f-5a58-73a2-0000000016a0] 138029 1726888176.17335: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016a0 138029 1726888176.17436: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000016a0 138029 1726888176.17439: WORKER PROCESS EXITING 138029 1726888176.17568: no more pending results, returning what we have 138029 1726888176.17572: in VariableManager get_vars() 138029 1726888176.17598: Calling all_inventory to load vars for managed_node3 138029 1726888176.17600: Calling groups_inventory to load vars for managed_node3 138029 1726888176.17603: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.17615: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.17617: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.17619: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.18147: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.18515: done with get_vars() 138029 1726888176.18524: variable 'ansible_search_path' from source: unknown 138029 1726888176.18614: variable 'storage_test_pool_subset' from source: include params 138029 1726888176.18644: variable 'ansible_search_path' from source: unknown 138029 1726888176.18697: variable 'storage_test_pool_subset' from source: include params 138029 1726888176.18722: variable 'ansible_search_path' from source: unknown 138029 1726888176.18770: variable 'storage_test_pool_subset' from source: include params 138029 1726888176.18792: we have included files to process 138029 1726888176.18793: generating all_blocks data 138029 1726888176.18795: done generating all_blocks data 138029 1726888176.18797: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888176.18798: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888176.18799: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888176.18981: in VariableManager get_vars() 138029 1726888176.18996: done with get_vars() 138029 1726888176.19061: done processing included file 138029 1726888176.19062: iterating over new_blocks loaded from include file 138029 1726888176.19063: in VariableManager get_vars() 138029 1726888176.19074: done with get_vars() 138029 1726888176.19075: filtering new block on tags 138029 1726888176.19104: done filtering new block on tags 138029 1726888176.19105: 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_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': 'UUID=ac246704-920b-4020-af6e-f443534e195b', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) 138029 1726888176.19112: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888176.19112: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888176.19115: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888176.19237: in VariableManager get_vars() 138029 1726888176.19252: done with get_vars() 138029 1726888176.19309: done processing included file 138029 1726888176.19311: iterating over new_blocks loaded from include file 138029 1726888176.19311: in VariableManager get_vars() 138029 1726888176.19321: done with get_vars() 138029 1726888176.19322: filtering new block on tags 138029 1726888176.19348: done filtering new block on tags 138029 1726888176.19349: 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_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) 138029 1726888176.19364: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888176.19365: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888176.19367: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888176.19511: in VariableManager get_vars() 138029 1726888176.19524: done with get_vars() 138029 1726888176.19583: done processing included file 138029 1726888176.19584: iterating over new_blocks loaded from include file 138029 1726888176.19585: in VariableManager get_vars() 138029 1726888176.19595: done with get_vars() 138029 1726888176.19596: filtering new block on tags 138029 1726888176.19621: done filtering new block on tags 138029 1726888176.19622: 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_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 138029 1726888176.19628: extending task lists for all hosts with included blocks 138029 1726888176.19781: done extending task lists 138029 1726888176.19782: done processing included files 138029 1726888176.19782: results queue empty 138029 1726888176.19782: checking for any_errors_fatal 138029 1726888176.19785: done checking for any_errors_fatal 138029 1726888176.19786: checking for max_fail_percentage 138029 1726888176.19786: done checking for max_fail_percentage 138029 1726888176.19787: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.19788: done checking to see if all hosts have failed 138029 1726888176.19788: getting the remaining hosts for this loop 138029 1726888176.19789: done getting the remaining hosts for this loop 138029 1726888176.19791: getting the next task for host managed_node3 138029 1726888176.19795: done getting next task for host managed_node3 138029 1726888176.19797: ^ task is: TASK: Set storage volume test variables 138029 1726888176.19799: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.19800: getting variables 138029 1726888176.19801: in VariableManager get_vars() 138029 1726888176.19816: Calling all_inventory to load vars for managed_node3 138029 1726888176.19818: Calling groups_inventory to load vars for managed_node3 138029 1726888176.19820: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.19826: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.19828: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.19831: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.20169: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.20801: done with get_vars() 138029 1726888176.20819: done getting variables 138029 1726888176.20873: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:36 -0400 (0:00:00.056) 0:03:08.932 ****** 138029 1726888176.20914: entering _queue_task() for managed_node3/set_fact 138029 1726888176.21244: worker is 1 (out of 1 available) 138029 1726888176.21260: exiting _queue_task() for managed_node3/set_fact 138029 1726888176.21276: done queuing things up, now waiting for results queue to drain 138029 1726888176.21277: waiting for pending results... 138029 1726888176.21682: running TaskExecutor() for managed_node3/TASK: Set storage volume test variables 138029 1726888176.21750: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002020 138029 1726888176.21764: variable 'ansible_search_path' from source: unknown 138029 1726888176.21795: calling self._execute() 138029 1726888176.21892: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.21896: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.21905: variable 'omit' from source: magic vars 138029 1726888176.21992: variable 'omit' from source: magic vars 138029 1726888176.22034: variable 'omit' from source: magic vars 138029 1726888176.22301: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888176.24629: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888176.24676: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888176.24705: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888176.24730: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888176.24749: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888176.24813: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888176.24833: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888176.24850: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888176.24882: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888176.24893: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888176.25003: variable 'storage_test_volume' from source: include params 138029 1726888176.25018: variable 'storage_test_pool' from source: include params 138029 1726888176.25082: variable 'omit' from source: magic vars 138029 1726888176.25103: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888176.25125: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888176.25140: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888176.25154: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.25163: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.25179: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888176.25191: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888176.25215: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888176.25218: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.25220: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.25302: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888176.25305: Set connection var ansible_timeout to 10 138029 1726888176.25312: Set connection var ansible_pipelining to False 138029 1726888176.25315: Set connection var ansible_shell_type to sh 138029 1726888176.25317: Set connection var ansible_connection to ssh 138029 1726888176.25320: Set connection var ansible_shell_executable to /bin/sh 138029 1726888176.25342: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.25345: variable 'ansible_connection' from source: unknown 138029 1726888176.25347: variable 'ansible_module_compression' from source: unknown 138029 1726888176.25349: variable 'ansible_shell_type' from source: unknown 138029 1726888176.25351: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.25354: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.25362: variable 'ansible_pipelining' from source: unknown 138029 1726888176.25364: variable 'ansible_timeout' from source: unknown 138029 1726888176.25370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.25443: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888176.25452: variable 'omit' from source: magic vars 138029 1726888176.25458: starting attempt loop 138029 1726888176.25461: running the handler 138029 1726888176.25475: handler run complete 138029 1726888176.25482: attempt loop complete, returning result 138029 1726888176.25485: _execute() done 138029 1726888176.25487: dumping result to json 138029 1726888176.25490: done dumping result, returning 138029 1726888176.25498: done running TaskExecutor() for managed_node3/TASK: Set storage volume test variables [0affc8a3-6f6f-5a58-73a2-000000002020] 138029 1726888176.25502: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002020 138029 1726888176.25592: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002020 138029 1726888176.25595: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 138029 1726888176.25657: no more pending results, returning what we have 138029 1726888176.25664: results queue empty 138029 1726888176.25665: checking for any_errors_fatal 138029 1726888176.25667: done checking for any_errors_fatal 138029 1726888176.25667: checking for max_fail_percentage 138029 1726888176.25669: done checking for max_fail_percentage 138029 1726888176.25670: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.25671: done checking to see if all hosts have failed 138029 1726888176.25671: getting the remaining hosts for this loop 138029 1726888176.25673: done getting the remaining hosts for this loop 138029 1726888176.25677: getting the next task for host managed_node3 138029 1726888176.25685: done getting next task for host managed_node3 138029 1726888176.25688: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888176.25694: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.25712: getting variables 138029 1726888176.25714: in VariableManager get_vars() 138029 1726888176.25746: Calling all_inventory to load vars for managed_node3 138029 1726888176.25748: Calling groups_inventory to load vars for managed_node3 138029 1726888176.25752: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.25764: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.25766: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.25769: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.26447: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.27131: done with get_vars() 138029 1726888176.27147: done getting variables 138029 1726888176.27337: 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:09:36 -0400 (0:00:00.064) 0:03:08.997 ****** 138029 1726888176.27366: entering _queue_task() for managed_node3/include_tasks 138029 1726888176.27767: worker is 1 (out of 1 available) 138029 1726888176.27779: exiting _queue_task() for managed_node3/include_tasks 138029 1726888176.27789: done queuing things up, now waiting for results queue to drain 138029 1726888176.27791: waiting for pending results... 138029 1726888176.28105: running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888176.28173: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002021 138029 1726888176.28176: variable 'ansible_search_path' from source: unknown 138029 1726888176.28219: variable '_storage_volume_tests' from source: set_fact 138029 1726888176.28498: variable '_storage_volume_tests' from source: set_fact 138029 1726888176.28539: variable 'omit' from source: magic vars 138029 1726888176.28735: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.28759: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.28801: variable 'omit' from source: magic vars 138029 1726888176.29016: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.29181: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.29184: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.29398: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.29402: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.29404: variable 'omit' from source: magic vars 138029 1726888176.29524: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.29567: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.29638: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.29780: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.29783: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.29835: variable 'omit' from source: magic vars 138029 1726888176.29917: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.29964: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.30025: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.30269: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.30272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.30274: variable 'omit' from source: magic vars 138029 1726888176.30302: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.30342: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.30413: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.30668: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.30671: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.30673: variable 'omit' from source: magic vars 138029 1726888176.30675: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.30686: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.30744: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.30921: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.30925: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.30927: variable 'omit' from source: magic vars 138029 1726888176.30988: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.31040: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.31087: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.31241: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.31244: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.31247: variable 'omit' from source: magic vars 138029 1726888176.31362: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.31400: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.31470: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.31606: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.31661: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.31665: variable 'omit' from source: magic vars 138029 1726888176.31788: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.31843: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.31938: variable 'storage_test_volume_subset' from source: unknown 138029 1726888176.32104: dumping result to json 138029 1726888176.32107: done dumping result, returning 138029 1726888176.32110: done running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-5a58-73a2-000000002021] 138029 1726888176.32113: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002021 138029 1726888176.32241: no more pending results, returning what we have 138029 1726888176.32246: in VariableManager get_vars() 138029 1726888176.32290: Calling all_inventory to load vars for managed_node3 138029 1726888176.32294: Calling groups_inventory to load vars for managed_node3 138029 1726888176.32298: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.32314: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.32318: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.32321: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.32881: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002021 138029 1726888176.32885: WORKER PROCESS EXITING 138029 1726888176.33358: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.34210: done with get_vars() 138029 1726888176.34224: variable 'ansible_search_path' from source: unknown 138029 1726888176.34263: variable 'ansible_search_path' from source: unknown 138029 1726888176.34295: variable 'ansible_search_path' from source: unknown 138029 1726888176.34322: variable 'ansible_search_path' from source: unknown 138029 1726888176.34347: variable 'ansible_search_path' from source: unknown 138029 1726888176.34376: variable 'ansible_search_path' from source: unknown 138029 1726888176.34406: variable 'ansible_search_path' from source: unknown 138029 1726888176.34432: variable 'ansible_search_path' from source: unknown 138029 1726888176.34457: we have included files to process 138029 1726888176.34458: generating all_blocks data 138029 1726888176.34460: done generating all_blocks data 138029 1726888176.34464: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888176.34465: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888176.34468: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888176.35591: done processing included file 138029 1726888176.35593: iterating over new_blocks loaded from include file 138029 1726888176.35594: in VariableManager get_vars() 138029 1726888176.35611: done with get_vars() 138029 1726888176.35612: filtering new block on tags 138029 1726888176.35804: done filtering new block on tags 138029 1726888176.35806: 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_node3 => (item=mount) 138029 1726888176.35810: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888176.35811: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888176.35817: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888176.36200: done processing included file 138029 1726888176.36201: iterating over new_blocks loaded from include file 138029 1726888176.36202: in VariableManager get_vars() 138029 1726888176.36212: done with get_vars() 138029 1726888176.36213: filtering new block on tags 138029 1726888176.36267: done filtering new block on tags 138029 1726888176.36269: 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_node3 => (item=fstab) 138029 1726888176.36281: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888176.36282: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888176.36284: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888176.36424: done processing included file 138029 1726888176.36426: iterating over new_blocks loaded from include file 138029 1726888176.36426: in VariableManager get_vars() 138029 1726888176.36438: done with get_vars() 138029 1726888176.36439: filtering new block on tags 138029 1726888176.36466: done filtering new block on tags 138029 1726888176.36467: 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_node3 => (item=fs) 138029 1726888176.36470: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888176.36470: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888176.36472: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888176.36876: done processing included file 138029 1726888176.36877: iterating over new_blocks loaded from include file 138029 1726888176.36878: in VariableManager get_vars() 138029 1726888176.36890: done with get_vars() 138029 1726888176.36891: filtering new block on tags 138029 1726888176.36944: done filtering new block on tags 138029 1726888176.36945: 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_node3 => (item=device) 138029 1726888176.36947: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888176.36948: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888176.36950: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888176.38165: done processing included file 138029 1726888176.38167: iterating over new_blocks loaded from include file 138029 1726888176.38168: in VariableManager get_vars() 138029 1726888176.38183: done with get_vars() 138029 1726888176.38185: filtering new block on tags 138029 1726888176.38387: done filtering new block on tags 138029 1726888176.38390: 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_node3 => (item=encryption) 138029 1726888176.38394: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888176.38395: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888176.38398: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888176.39036: done processing included file 138029 1726888176.39037: iterating over new_blocks loaded from include file 138029 1726888176.39038: in VariableManager get_vars() 138029 1726888176.39048: done with get_vars() 138029 1726888176.39049: filtering new block on tags 138029 1726888176.39127: done filtering new block on tags 138029 1726888176.39129: 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_node3 => (item=md) 138029 1726888176.39131: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888176.39132: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888176.39134: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888176.40652: done processing included file 138029 1726888176.40653: iterating over new_blocks loaded from include file 138029 1726888176.40654: in VariableManager get_vars() 138029 1726888176.40667: done with get_vars() 138029 1726888176.40668: filtering new block on tags 138029 1726888176.40709: done filtering new block on tags 138029 1726888176.40711: in VariableManager get_vars() 138029 1726888176.40721: done with get_vars() 138029 1726888176.40722: filtering new block on tags 138029 1726888176.40760: done filtering new block on tags 138029 1726888176.40762: in VariableManager get_vars() 138029 1726888176.40773: done with get_vars() 138029 1726888176.40774: filtering new block on tags 138029 1726888176.40898: done filtering new block on tags 138029 1726888176.40900: in VariableManager get_vars() 138029 1726888176.40909: done with get_vars() 138029 1726888176.40910: filtering new block on tags 138029 1726888176.40935: done filtering new block on tags 138029 1726888176.40937: 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_node3 => (item=size) 138029 1726888176.40940: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888176.40940: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888176.40942: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888176.41372: done processing included file 138029 1726888176.41374: iterating over new_blocks loaded from include file 138029 1726888176.41375: in VariableManager get_vars() 138029 1726888176.41386: done with get_vars() 138029 1726888176.41387: filtering new block on tags 138029 1726888176.41453: done filtering new block on tags 138029 1726888176.41454: 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_node3 => (item=cache) 138029 1726888176.41458: extending task lists for all hosts with included blocks 138029 1726888176.41653: done extending task lists 138029 1726888176.41654: done processing included files 138029 1726888176.41656: results queue empty 138029 1726888176.41657: checking for any_errors_fatal 138029 1726888176.41660: done checking for any_errors_fatal 138029 1726888176.41660: checking for max_fail_percentage 138029 1726888176.41661: done checking for max_fail_percentage 138029 1726888176.41661: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.41666: done checking to see if all hosts have failed 138029 1726888176.41667: getting the remaining hosts for this loop 138029 1726888176.41668: done getting the remaining hosts for this loop 138029 1726888176.41669: getting the next task for host managed_node3 138029 1726888176.41673: done getting next task for host managed_node3 138029 1726888176.41674: ^ task is: TASK: Get expected mount device based on device type 138029 1726888176.41677: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.41678: getting variables 138029 1726888176.41679: in VariableManager get_vars() 138029 1726888176.41685: Calling all_inventory to load vars for managed_node3 138029 1726888176.41687: Calling groups_inventory to load vars for managed_node3 138029 1726888176.41688: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.41692: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.41693: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.41695: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.41995: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.42428: done with get_vars() 138029 1726888176.42438: done getting variables 138029 1726888176.42468: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:36 -0400 (0:00:00.151) 0:03:09.148 ****** 138029 1726888176.42490: entering _queue_task() for managed_node3/set_fact 138029 1726888176.42743: worker is 1 (out of 1 available) 138029 1726888176.42758: exiting _queue_task() for managed_node3/set_fact 138029 1726888176.42772: done queuing things up, now waiting for results queue to drain 138029 1726888176.42774: waiting for pending results... 138029 1726888176.43081: running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type 138029 1726888176.43139: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000205a 138029 1726888176.43144: variable 'ansible_search_path' from source: unknown 138029 1726888176.43363: calling self._execute() 138029 1726888176.43370: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.43373: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.43375: variable 'omit' from source: magic vars 138029 1726888176.43413: variable 'omit' from source: magic vars 138029 1726888176.43477: variable 'omit' from source: magic vars 138029 1726888176.43824: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888176.44133: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888176.44197: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888176.44232: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888176.44285: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888176.44462: 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) 138029 1726888176.44470: 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) 138029 1726888176.44474: 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) 138029 1726888176.44477: 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) 138029 1726888176.44534: 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) 138029 1726888176.44571: 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) 138029 1726888176.44581: 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) 138029 1726888176.44606: 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) 138029 1726888176.44773: variable '_storage_test_volume_present' from source: set_fact 138029 1726888176.44778: variable 'storage_test_volume' from source: include params 138029 1726888176.44790: variable 'storage_test_pool' from source: include params 138029 1726888176.44839: variable 'omit' from source: magic vars 138029 1726888176.44859: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888176.44883: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888176.44897: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888176.44913: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.44923: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.44935: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888176.44947: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888176.44976: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888176.44979: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.44982: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.45063: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888176.45071: Set connection var ansible_timeout to 10 138029 1726888176.45076: Set connection var ansible_pipelining to False 138029 1726888176.45079: Set connection var ansible_shell_type to sh 138029 1726888176.45081: Set connection var ansible_connection to ssh 138029 1726888176.45086: Set connection var ansible_shell_executable to /bin/sh 138029 1726888176.45104: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.45107: variable 'ansible_connection' from source: unknown 138029 1726888176.45110: variable 'ansible_module_compression' from source: unknown 138029 1726888176.45112: variable 'ansible_shell_type' from source: unknown 138029 1726888176.45114: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.45116: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.45121: variable 'ansible_pipelining' from source: unknown 138029 1726888176.45123: variable 'ansible_timeout' from source: unknown 138029 1726888176.45126: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.45205: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888176.45216: variable 'omit' from source: magic vars 138029 1726888176.45221: starting attempt loop 138029 1726888176.45224: running the handler 138029 1726888176.45234: handler run complete 138029 1726888176.45243: attempt loop complete, returning result 138029 1726888176.45246: _execute() done 138029 1726888176.45249: dumping result to json 138029 1726888176.45251: done dumping result, returning 138029 1726888176.45262: done running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type [0affc8a3-6f6f-5a58-73a2-00000000205a] 138029 1726888176.45265: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000205a 138029 1726888176.45351: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000205a 138029 1726888176.45357: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } 138029 1726888176.45414: no more pending results, returning what we have 138029 1726888176.45424: results queue empty 138029 1726888176.45425: checking for any_errors_fatal 138029 1726888176.45426: done checking for any_errors_fatal 138029 1726888176.45427: checking for max_fail_percentage 138029 1726888176.45428: done checking for max_fail_percentage 138029 1726888176.45429: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.45430: done checking to see if all hosts have failed 138029 1726888176.45431: getting the remaining hosts for this loop 138029 1726888176.45432: done getting the remaining hosts for this loop 138029 1726888176.45436: getting the next task for host managed_node3 138029 1726888176.45444: done getting next task for host managed_node3 138029 1726888176.45447: ^ task is: TASK: Set some facts 138029 1726888176.45460: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.45467: getting variables 138029 1726888176.45469: in VariableManager get_vars() 138029 1726888176.45501: Calling all_inventory to load vars for managed_node3 138029 1726888176.45504: Calling groups_inventory to load vars for managed_node3 138029 1726888176.45507: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.45516: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.45519: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.45521: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.45935: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.46470: done with get_vars() 138029 1726888176.46485: done getting variables 138029 1726888176.46545: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:36 -0400 (0:00:00.040) 0:03:09.189 ****** 138029 1726888176.46580: entering _queue_task() for managed_node3/set_fact 138029 1726888176.46873: worker is 1 (out of 1 available) 138029 1726888176.46887: exiting _queue_task() for managed_node3/set_fact 138029 1726888176.46902: done queuing things up, now waiting for results queue to drain 138029 1726888176.46904: waiting for pending results... 138029 1726888176.47183: running TaskExecutor() for managed_node3/TASK: Set some facts 138029 1726888176.47362: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000205b 138029 1726888176.47367: variable 'ansible_search_path' from source: unknown 138029 1726888176.47373: calling self._execute() 138029 1726888176.47560: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.47564: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.47568: variable 'omit' from source: magic vars 138029 1726888176.47653: variable 'omit' from source: magic vars 138029 1726888176.47731: variable 'omit' from source: magic vars 138029 1726888176.48102: variable '_storage_test_volume_present' from source: set_fact 138029 1726888176.48105: variable 'storage_test_volume' from source: include params 138029 1726888176.48337: variable 'storage_test_volume' from source: include params 138029 1726888176.48346: variable 'mount_prefix' from source: task vars 138029 1726888176.48482: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888176.49992: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888176.50038: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888176.50056: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888176.50177: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888176.50180: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888176.50262: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888176.50266: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888176.50268: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888176.50293: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888176.50307: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888176.50459: variable '__storage_is_ostree' from source: set_fact 138029 1726888176.50462: variable 'storage_test_volume' from source: include params 138029 1726888176.50506: variable 'omit' from source: magic vars 138029 1726888176.50533: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888176.50648: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888176.50651: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888176.50654: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.50658: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.50660: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888176.50663: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888176.50665: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888176.50667: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.50668: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.50788: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888176.50791: Set connection var ansible_timeout to 10 138029 1726888176.50794: Set connection var ansible_pipelining to False 138029 1726888176.50796: Set connection var ansible_shell_type to sh 138029 1726888176.50798: Set connection var ansible_connection to ssh 138029 1726888176.50800: Set connection var ansible_shell_executable to /bin/sh 138029 1726888176.50981: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.50984: variable 'ansible_connection' from source: unknown 138029 1726888176.50985: variable 'ansible_module_compression' from source: unknown 138029 1726888176.50987: variable 'ansible_shell_type' from source: unknown 138029 1726888176.50989: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.50991: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.50993: variable 'ansible_pipelining' from source: unknown 138029 1726888176.51001: variable 'ansible_timeout' from source: unknown 138029 1726888176.51004: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.51007: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888176.51009: variable 'omit' from source: magic vars 138029 1726888176.51012: starting attempt loop 138029 1726888176.51014: running the handler 138029 1726888176.51016: handler run complete 138029 1726888176.51017: attempt loop complete, returning result 138029 1726888176.51019: _execute() done 138029 1726888176.51021: dumping result to json 138029 1726888176.51023: done dumping result, returning 138029 1726888176.51026: done running TaskExecutor() for managed_node3/TASK: Set some facts [0affc8a3-6f6f-5a58-73a2-00000000205b] 138029 1726888176.51028: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000205b ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } 138029 1726888176.51276: no more pending results, returning what we have 138029 1726888176.51278: results queue empty 138029 1726888176.51279: checking for any_errors_fatal 138029 1726888176.51285: done checking for any_errors_fatal 138029 1726888176.51286: checking for max_fail_percentage 138029 1726888176.51287: done checking for max_fail_percentage 138029 1726888176.51288: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.51289: done checking to see if all hosts have failed 138029 1726888176.51290: getting the remaining hosts for this loop 138029 1726888176.51291: done getting the remaining hosts for this loop 138029 1726888176.51294: getting the next task for host managed_node3 138029 1726888176.51302: done getting next task for host managed_node3 138029 1726888176.51304: ^ task is: TASK: Get information about the mountpoint directory 138029 1726888176.51310: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.51319: getting variables 138029 1726888176.51320: in VariableManager get_vars() 138029 1726888176.51350: Calling all_inventory to load vars for managed_node3 138029 1726888176.51352: Calling groups_inventory to load vars for managed_node3 138029 1726888176.51358: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.51366: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.51369: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.51371: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.51787: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000205b 138029 1726888176.51791: WORKER PROCESS EXITING 138029 1726888176.51801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.52189: done with get_vars() 138029 1726888176.52202: 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:09:36 -0400 (0:00:00.056) 0:03:09.246 ****** 138029 1726888176.52270: entering _queue_task() for managed_node3/stat 138029 1726888176.52486: worker is 1 (out of 1 available) 138029 1726888176.52500: exiting _queue_task() for managed_node3/stat 138029 1726888176.52513: done queuing things up, now waiting for results queue to drain 138029 1726888176.52515: waiting for pending results... 138029 1726888176.52706: running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory 138029 1726888176.52789: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000205c 138029 1726888176.52800: variable 'ansible_search_path' from source: unknown 138029 1726888176.52829: calling self._execute() 138029 1726888176.52925: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.52928: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.52939: variable 'omit' from source: magic vars 138029 1726888176.53284: variable '_storage_test_volume_present' from source: set_fact 138029 1726888176.53288: variable 'storage_test_volume' from source: include params 138029 1726888176.53312: 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 138029 1726888176.53316: when evaluation is False, skipping this task 138029 1726888176.53319: _execute() done 138029 1726888176.53322: dumping result to json 138029 1726888176.53325: done dumping result, returning 138029 1726888176.53328: done running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-5a58-73a2-00000000205c] 138029 1726888176.53333: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000205c 138029 1726888176.53423: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000205c 138029 1726888176.53426: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888176.53483: no more pending results, returning what we have 138029 1726888176.53486: results queue empty 138029 1726888176.53487: checking for any_errors_fatal 138029 1726888176.53494: done checking for any_errors_fatal 138029 1726888176.53495: checking for max_fail_percentage 138029 1726888176.53496: done checking for max_fail_percentage 138029 1726888176.53497: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.53498: done checking to see if all hosts have failed 138029 1726888176.53499: getting the remaining hosts for this loop 138029 1726888176.53500: done getting the remaining hosts for this loop 138029 1726888176.53503: getting the next task for host managed_node3 138029 1726888176.53510: done getting next task for host managed_node3 138029 1726888176.53512: ^ task is: TASK: Verify the current mount state by device 138029 1726888176.53517: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.53520: getting variables 138029 1726888176.53522: in VariableManager get_vars() 138029 1726888176.53549: Calling all_inventory to load vars for managed_node3 138029 1726888176.53551: Calling groups_inventory to load vars for managed_node3 138029 1726888176.53554: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.53564: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.53567: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.53570: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.53929: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.54313: done with get_vars() 138029 1726888176.54323: done getting variables 138029 1726888176.54364: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:36 -0400 (0:00:00.021) 0:03:09.267 ****** 138029 1726888176.54397: entering _queue_task() for managed_node3/assert 138029 1726888176.54600: worker is 1 (out of 1 available) 138029 1726888176.54613: exiting _queue_task() for managed_node3/assert 138029 1726888176.54626: done queuing things up, now waiting for results queue to drain 138029 1726888176.54628: waiting for pending results... 138029 1726888176.54853: running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device 138029 1726888176.55000: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000205d 138029 1726888176.55005: variable 'ansible_search_path' from source: unknown 138029 1726888176.55029: calling self._execute() 138029 1726888176.55170: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.55175: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.55178: variable 'omit' from source: magic vars 138029 1726888176.55539: variable '_storage_test_volume_present' from source: set_fact 138029 1726888176.55543: Evaluated conditional (_storage_test_volume_present): True 138029 1726888176.55546: variable 'omit' from source: magic vars 138029 1726888176.55603: variable 'omit' from source: magic vars 138029 1726888176.55734: variable 'storage_test_volume' from source: include params 138029 1726888176.55769: variable 'omit' from source: magic vars 138029 1726888176.55802: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888176.55826: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888176.55843: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888176.55858: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.55870: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.55882: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888176.55895: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888176.55921: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888176.55924: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.55927: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.56050: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888176.56054: Set connection var ansible_timeout to 10 138029 1726888176.56058: Set connection var ansible_pipelining to False 138029 1726888176.56061: Set connection var ansible_shell_type to sh 138029 1726888176.56063: Set connection var ansible_connection to ssh 138029 1726888176.56067: Set connection var ansible_shell_executable to /bin/sh 138029 1726888176.56160: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.56163: variable 'ansible_connection' from source: unknown 138029 1726888176.56171: variable 'ansible_module_compression' from source: unknown 138029 1726888176.56173: variable 'ansible_shell_type' from source: unknown 138029 1726888176.56176: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.56178: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.56180: variable 'ansible_pipelining' from source: unknown 138029 1726888176.56181: variable 'ansible_timeout' from source: unknown 138029 1726888176.56184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.56304: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888176.56311: variable 'omit' from source: magic vars 138029 1726888176.56314: starting attempt loop 138029 1726888176.56317: running the handler 138029 1726888176.56499: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888176.56532: variable 'storage_test_volume' from source: include params 138029 1726888176.56535: variable 'storage_test_mount_expected_mount_point' from source: set_fact 138029 1726888176.56553: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 138029 1726888176.56567: handler run complete 138029 1726888176.56570: attempt loop complete, returning result 138029 1726888176.56573: _execute() done 138029 1726888176.56576: dumping result to json 138029 1726888176.56578: done dumping result, returning 138029 1726888176.56580: done running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device [0affc8a3-6f6f-5a58-73a2-00000000205d] 138029 1726888176.56586: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000205d 138029 1726888176.56717: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000205d 138029 1726888176.56720: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888176.56814: no more pending results, returning what we have 138029 1726888176.56817: results queue empty 138029 1726888176.56818: checking for any_errors_fatal 138029 1726888176.56831: done checking for any_errors_fatal 138029 1726888176.56832: checking for max_fail_percentage 138029 1726888176.56833: done checking for max_fail_percentage 138029 1726888176.56834: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.56835: done checking to see if all hosts have failed 138029 1726888176.56838: getting the remaining hosts for this loop 138029 1726888176.56840: done getting the remaining hosts for this loop 138029 1726888176.56843: getting the next task for host managed_node3 138029 1726888176.56849: done getting next task for host managed_node3 138029 1726888176.56852: ^ task is: TASK: Verify mount directory user 138029 1726888176.56917: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.56923: getting variables 138029 1726888176.56924: in VariableManager get_vars() 138029 1726888176.57089: Calling all_inventory to load vars for managed_node3 138029 1726888176.57092: Calling groups_inventory to load vars for managed_node3 138029 1726888176.57101: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.57112: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.57118: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.57122: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.57748: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.58524: done with get_vars() 138029 1726888176.58539: done getting variables 138029 1726888176.58615: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:36 -0400 (0:00:00.042) 0:03:09.310 ****** 138029 1726888176.58653: entering _queue_task() for managed_node3/assert 138029 1726888176.58951: worker is 1 (out of 1 available) 138029 1726888176.58968: exiting _queue_task() for managed_node3/assert 138029 1726888176.58983: done queuing things up, now waiting for results queue to drain 138029 1726888176.58985: waiting for pending results... 138029 1726888176.59239: running TaskExecutor() for managed_node3/TASK: Verify mount directory user 138029 1726888176.59335: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000205e 138029 1726888176.59347: variable 'ansible_search_path' from source: unknown 138029 1726888176.59384: calling self._execute() 138029 1726888176.59482: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.59487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.59496: variable 'omit' from source: magic vars 138029 1726888176.59814: variable '_storage_test_volume_present' from source: set_fact 138029 1726888176.59818: variable 'storage_test_volume' from source: include params 138029 1726888176.59840: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 138029 1726888176.59844: when evaluation is False, skipping this task 138029 1726888176.59847: _execute() done 138029 1726888176.59850: dumping result to json 138029 1726888176.59852: done dumping result, returning 138029 1726888176.59861: done running TaskExecutor() for managed_node3/TASK: Verify mount directory user [0affc8a3-6f6f-5a58-73a2-00000000205e] 138029 1726888176.59864: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000205e 138029 1726888176.59959: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000205e 138029 1726888176.59962: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888176.60015: no more pending results, returning what we have 138029 1726888176.60018: results queue empty 138029 1726888176.60019: checking for any_errors_fatal 138029 1726888176.60030: done checking for any_errors_fatal 138029 1726888176.60031: checking for max_fail_percentage 138029 1726888176.60032: done checking for max_fail_percentage 138029 1726888176.60033: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.60034: done checking to see if all hosts have failed 138029 1726888176.60035: getting the remaining hosts for this loop 138029 1726888176.60036: done getting the remaining hosts for this loop 138029 1726888176.60040: getting the next task for host managed_node3 138029 1726888176.60048: done getting next task for host managed_node3 138029 1726888176.60050: ^ task is: TASK: Verify mount directory group 138029 1726888176.60058: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.60063: getting variables 138029 1726888176.60064: in VariableManager get_vars() 138029 1726888176.60096: Calling all_inventory to load vars for managed_node3 138029 1726888176.60099: Calling groups_inventory to load vars for managed_node3 138029 1726888176.60102: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.60112: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.60114: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.60117: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.60514: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.60901: done with get_vars() 138029 1726888176.60911: done getting variables 138029 1726888176.60953: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:36 -0400 (0:00:00.023) 0:03:09.333 ****** 138029 1726888176.60979: entering _queue_task() for managed_node3/assert 138029 1726888176.61188: worker is 1 (out of 1 available) 138029 1726888176.61205: exiting _queue_task() for managed_node3/assert 138029 1726888176.61217: done queuing things up, now waiting for results queue to drain 138029 1726888176.61219: waiting for pending results... 138029 1726888176.61410: running TaskExecutor() for managed_node3/TASK: Verify mount directory group 138029 1726888176.61499: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000205f 138029 1726888176.61511: variable 'ansible_search_path' from source: unknown 138029 1726888176.61538: calling self._execute() 138029 1726888176.61634: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.61638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.61648: variable 'omit' from source: magic vars 138029 1726888176.61953: variable '_storage_test_volume_present' from source: set_fact 138029 1726888176.61959: variable 'storage_test_volume' from source: include params 138029 1726888176.61985: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 138029 1726888176.61988: when evaluation is False, skipping this task 138029 1726888176.61992: _execute() done 138029 1726888176.61996: dumping result to json 138029 1726888176.61999: done dumping result, returning 138029 1726888176.62001: done running TaskExecutor() for managed_node3/TASK: Verify mount directory group [0affc8a3-6f6f-5a58-73a2-00000000205f] 138029 1726888176.62005: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000205f 138029 1726888176.62100: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000205f 138029 1726888176.62102: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888176.62158: no more pending results, returning what we have 138029 1726888176.62161: results queue empty 138029 1726888176.62163: checking for any_errors_fatal 138029 1726888176.62170: done checking for any_errors_fatal 138029 1726888176.62171: checking for max_fail_percentage 138029 1726888176.62173: done checking for max_fail_percentage 138029 1726888176.62173: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.62175: done checking to see if all hosts have failed 138029 1726888176.62175: getting the remaining hosts for this loop 138029 1726888176.62177: done getting the remaining hosts for this loop 138029 1726888176.62180: getting the next task for host managed_node3 138029 1726888176.62187: done getting next task for host managed_node3 138029 1726888176.62189: ^ task is: TASK: Verify mount directory permissions 138029 1726888176.62195: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.62199: getting variables 138029 1726888176.62200: in VariableManager get_vars() 138029 1726888176.62226: Calling all_inventory to load vars for managed_node3 138029 1726888176.62228: Calling groups_inventory to load vars for managed_node3 138029 1726888176.62231: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.62240: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.62242: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.62245: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.62623: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.63013: done with get_vars() 138029 1726888176.63024: done getting variables 138029 1726888176.63069: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:36 -0400 (0:00:00.021) 0:03:09.354 ****** 138029 1726888176.63093: entering _queue_task() for managed_node3/assert 138029 1726888176.63313: worker is 1 (out of 1 available) 138029 1726888176.63327: exiting _queue_task() for managed_node3/assert 138029 1726888176.63343: done queuing things up, now waiting for results queue to drain 138029 1726888176.63344: waiting for pending results... 138029 1726888176.63552: running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions 138029 1726888176.63646: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002060 138029 1726888176.63662: variable 'ansible_search_path' from source: unknown 138029 1726888176.63692: calling self._execute() 138029 1726888176.63793: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.63797: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.63807: variable 'omit' from source: magic vars 138029 1726888176.64114: variable '_storage_test_volume_present' from source: set_fact 138029 1726888176.64120: variable 'storage_test_volume' from source: include params 138029 1726888176.64141: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 138029 1726888176.64145: when evaluation is False, skipping this task 138029 1726888176.64148: _execute() done 138029 1726888176.64150: dumping result to json 138029 1726888176.64156: done dumping result, returning 138029 1726888176.64159: done running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions [0affc8a3-6f6f-5a58-73a2-000000002060] 138029 1726888176.64167: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002060 138029 1726888176.64259: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002060 138029 1726888176.64263: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888176.64315: no more pending results, returning what we have 138029 1726888176.64319: results queue empty 138029 1726888176.64320: checking for any_errors_fatal 138029 1726888176.64328: done checking for any_errors_fatal 138029 1726888176.64329: checking for max_fail_percentage 138029 1726888176.64330: done checking for max_fail_percentage 138029 1726888176.64331: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.64332: done checking to see if all hosts have failed 138029 1726888176.64333: getting the remaining hosts for this loop 138029 1726888176.64335: done getting the remaining hosts for this loop 138029 1726888176.64338: getting the next task for host managed_node3 138029 1726888176.64345: done getting next task for host managed_node3 138029 1726888176.64348: ^ task is: TASK: Get path of test volume device 138029 1726888176.64354: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.64359: getting variables 138029 1726888176.64361: in VariableManager get_vars() 138029 1726888176.64388: Calling all_inventory to load vars for managed_node3 138029 1726888176.64391: Calling groups_inventory to load vars for managed_node3 138029 1726888176.64393: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.64402: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.64405: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.64407: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.64787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.65286: done with get_vars() 138029 1726888176.65297: done getting variables 138029 1726888176.65340: 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:09:36 -0400 (0:00:00.022) 0:03:09.377 ****** 138029 1726888176.65366: entering _queue_task() for managed_node3/command 138029 1726888176.65634: worker is 1 (out of 1 available) 138029 1726888176.65649: exiting _queue_task() for managed_node3/command 138029 1726888176.65663: done queuing things up, now waiting for results queue to drain 138029 1726888176.65668: waiting for pending results... 138029 1726888176.65863: running TaskExecutor() for managed_node3/TASK: Get path of test volume device 138029 1726888176.65958: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002061 138029 1726888176.65971: variable 'ansible_search_path' from source: unknown 138029 1726888176.66004: calling self._execute() 138029 1726888176.66093: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.66099: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.66109: variable 'omit' from source: magic vars 138029 1726888176.66385: variable 'storage_test_volume' from source: include params 138029 1726888176.66405: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888176.66408: when evaluation is False, skipping this task 138029 1726888176.66411: _execute() done 138029 1726888176.66413: dumping result to json 138029 1726888176.66416: done dumping result, returning 138029 1726888176.66422: done running TaskExecutor() for managed_node3/TASK: Get path of test volume device [0affc8a3-6f6f-5a58-73a2-000000002061] 138029 1726888176.66429: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002061 138029 1726888176.66523: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002061 138029 1726888176.66525: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888176.66596: no more pending results, returning what we have 138029 1726888176.66600: results queue empty 138029 1726888176.66601: checking for any_errors_fatal 138029 1726888176.66607: done checking for any_errors_fatal 138029 1726888176.66607: checking for max_fail_percentage 138029 1726888176.66609: done checking for max_fail_percentage 138029 1726888176.66610: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.66611: done checking to see if all hosts have failed 138029 1726888176.66611: getting the remaining hosts for this loop 138029 1726888176.66613: done getting the remaining hosts for this loop 138029 1726888176.66616: getting the next task for host managed_node3 138029 1726888176.66624: done getting next task for host managed_node3 138029 1726888176.66626: ^ task is: TASK: Gather swap info 138029 1726888176.66631: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.66635: getting variables 138029 1726888176.66636: in VariableManager get_vars() 138029 1726888176.66672: Calling all_inventory to load vars for managed_node3 138029 1726888176.66675: Calling groups_inventory to load vars for managed_node3 138029 1726888176.66678: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.66687: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.66690: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.66692: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.67082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.67674: done with get_vars() 138029 1726888176.67684: done getting variables 138029 1726888176.67724: 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:09:36 -0400 (0:00:00.023) 0:03:09.401 ****** 138029 1726888176.67747: entering _queue_task() for managed_node3/command 138029 1726888176.67966: worker is 1 (out of 1 available) 138029 1726888176.67981: exiting _queue_task() for managed_node3/command 138029 1726888176.67994: done queuing things up, now waiting for results queue to drain 138029 1726888176.67996: waiting for pending results... 138029 1726888176.68241: running TaskExecutor() for managed_node3/TASK: Gather swap info 138029 1726888176.68418: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002062 138029 1726888176.68443: variable 'ansible_search_path' from source: unknown 138029 1726888176.68501: calling self._execute() 138029 1726888176.68631: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.68636: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.68640: variable 'omit' from source: magic vars 138029 1726888176.69116: variable 'storage_test_volume' from source: include params 138029 1726888176.69170: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888176.69173: when evaluation is False, skipping this task 138029 1726888176.69176: _execute() done 138029 1726888176.69179: dumping result to json 138029 1726888176.69181: done dumping result, returning 138029 1726888176.69186: done running TaskExecutor() for managed_node3/TASK: Gather swap info [0affc8a3-6f6f-5a58-73a2-000000002062] 138029 1726888176.69189: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002062 138029 1726888176.69331: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002062 138029 1726888176.69336: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888176.69414: no more pending results, returning what we have 138029 1726888176.69417: results queue empty 138029 1726888176.69418: checking for any_errors_fatal 138029 1726888176.69426: done checking for any_errors_fatal 138029 1726888176.69426: checking for max_fail_percentage 138029 1726888176.69428: done checking for max_fail_percentage 138029 1726888176.69429: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.69429: done checking to see if all hosts have failed 138029 1726888176.69430: getting the remaining hosts for this loop 138029 1726888176.69431: done getting the remaining hosts for this loop 138029 1726888176.69434: getting the next task for host managed_node3 138029 1726888176.69443: done getting next task for host managed_node3 138029 1726888176.69445: ^ task is: TASK: Verify swap status 138029 1726888176.69452: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.69458: getting variables 138029 1726888176.69460: in VariableManager get_vars() 138029 1726888176.69491: Calling all_inventory to load vars for managed_node3 138029 1726888176.69494: Calling groups_inventory to load vars for managed_node3 138029 1726888176.69496: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.69505: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.69508: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.69511: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.70056: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.70652: done with get_vars() 138029 1726888176.70666: done getting variables 138029 1726888176.70723: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:36 -0400 (0:00:00.029) 0:03:09.431 ****** 138029 1726888176.70748: entering _queue_task() for managed_node3/assert 138029 1726888176.71024: worker is 1 (out of 1 available) 138029 1726888176.71037: exiting _queue_task() for managed_node3/assert 138029 1726888176.71050: done queuing things up, now waiting for results queue to drain 138029 1726888176.71051: waiting for pending results... 138029 1726888176.71266: running TaskExecutor() for managed_node3/TASK: Verify swap status 138029 1726888176.71377: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002063 138029 1726888176.71394: variable 'ansible_search_path' from source: unknown 138029 1726888176.71423: calling self._execute() 138029 1726888176.71522: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.71527: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.71535: variable 'omit' from source: magic vars 138029 1726888176.71827: variable 'storage_test_volume' from source: include params 138029 1726888176.71849: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888176.71853: when evaluation is False, skipping this task 138029 1726888176.71858: _execute() done 138029 1726888176.71861: dumping result to json 138029 1726888176.71863: done dumping result, returning 138029 1726888176.71869: done running TaskExecutor() for managed_node3/TASK: Verify swap status [0affc8a3-6f6f-5a58-73a2-000000002063] 138029 1726888176.71872: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002063 138029 1726888176.71967: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002063 138029 1726888176.71970: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888176.72017: no more pending results, returning what we have 138029 1726888176.72020: results queue empty 138029 1726888176.72021: checking for any_errors_fatal 138029 1726888176.72031: done checking for any_errors_fatal 138029 1726888176.72031: checking for max_fail_percentage 138029 1726888176.72033: done checking for max_fail_percentage 138029 1726888176.72034: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.72035: done checking to see if all hosts have failed 138029 1726888176.72035: getting the remaining hosts for this loop 138029 1726888176.72037: done getting the remaining hosts for this loop 138029 1726888176.72040: getting the next task for host managed_node3 138029 1726888176.72047: done getting next task for host managed_node3 138029 1726888176.72050: ^ task is: TASK: Unset facts 138029 1726888176.72057: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.72062: getting variables 138029 1726888176.72063: in VariableManager get_vars() 138029 1726888176.72094: Calling all_inventory to load vars for managed_node3 138029 1726888176.72096: Calling groups_inventory to load vars for managed_node3 138029 1726888176.72099: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.72107: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.72110: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.72112: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.72630: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.73062: done with get_vars() 138029 1726888176.73073: done getting variables 138029 1726888176.73113: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:36 -0400 (0:00:00.023) 0:03:09.454 ****** 138029 1726888176.73136: entering _queue_task() for managed_node3/set_fact 138029 1726888176.73351: worker is 1 (out of 1 available) 138029 1726888176.73366: exiting _queue_task() for managed_node3/set_fact 138029 1726888176.73379: done queuing things up, now waiting for results queue to drain 138029 1726888176.73381: waiting for pending results... 138029 1726888176.73577: running TaskExecutor() for managed_node3/TASK: Unset facts 138029 1726888176.73687: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002064 138029 1726888176.73698: variable 'ansible_search_path' from source: unknown 138029 1726888176.73740: calling self._execute() 138029 1726888176.73845: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.73849: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.73860: variable 'omit' from source: magic vars 138029 1726888176.73999: variable 'omit' from source: magic vars 138029 1726888176.74033: variable 'omit' from source: magic vars 138029 1726888176.74089: variable 'omit' from source: magic vars 138029 1726888176.74110: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888176.74203: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888176.74206: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888176.74235: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.74251: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.74460: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888176.74464: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888176.74467: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888176.74469: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.74471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.74474: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888176.74476: Set connection var ansible_timeout to 10 138029 1726888176.74494: Set connection var ansible_pipelining to False 138029 1726888176.74501: Set connection var ansible_shell_type to sh 138029 1726888176.74507: Set connection var ansible_connection to ssh 138029 1726888176.74518: Set connection var ansible_shell_executable to /bin/sh 138029 1726888176.74551: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.74562: variable 'ansible_connection' from source: unknown 138029 1726888176.74570: variable 'ansible_module_compression' from source: unknown 138029 1726888176.74577: variable 'ansible_shell_type' from source: unknown 138029 1726888176.74584: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.74603: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.74707: variable 'ansible_pipelining' from source: unknown 138029 1726888176.74710: variable 'ansible_timeout' from source: unknown 138029 1726888176.74712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.74828: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888176.74860: variable 'omit' from source: magic vars 138029 1726888176.74872: starting attempt loop 138029 1726888176.74880: running the handler 138029 1726888176.74912: handler run complete 138029 1726888176.74961: attempt loop complete, returning result 138029 1726888176.74965: _execute() done 138029 1726888176.74967: dumping result to json 138029 1726888176.74969: done dumping result, returning 138029 1726888176.74972: done running TaskExecutor() for managed_node3/TASK: Unset facts [0affc8a3-6f6f-5a58-73a2-000000002064] 138029 1726888176.74996: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002064 ok: [managed_node3] => { "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 } 138029 1726888176.75378: no more pending results, returning what we have 138029 1726888176.75383: results queue empty 138029 1726888176.75384: checking for any_errors_fatal 138029 1726888176.75395: done checking for any_errors_fatal 138029 1726888176.75396: checking for max_fail_percentage 138029 1726888176.75398: done checking for max_fail_percentage 138029 1726888176.75399: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.75401: done checking to see if all hosts have failed 138029 1726888176.75401: getting the remaining hosts for this loop 138029 1726888176.75403: done getting the remaining hosts for this loop 138029 1726888176.75408: getting the next task for host managed_node3 138029 1726888176.75658: done getting next task for host managed_node3 138029 1726888176.75663: ^ task is: TASK: Set some variables for fstab checking 138029 1726888176.75672: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.75681: getting variables 138029 1726888176.75683: in VariableManager get_vars() 138029 1726888176.75714: Calling all_inventory to load vars for managed_node3 138029 1726888176.75718: Calling groups_inventory to load vars for managed_node3 138029 1726888176.75721: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.75762: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.75771: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.75783: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.76341: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002064 138029 1726888176.76348: WORKER PROCESS EXITING 138029 1726888176.76676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.77491: done with get_vars() 138029 1726888176.77521: done getting variables 138029 1726888176.77602: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:36 -0400 (0:00:00.044) 0:03:09.499 ****** 138029 1726888176.77639: entering _queue_task() for managed_node3/set_fact 138029 1726888176.78001: worker is 1 (out of 1 available) 138029 1726888176.78133: exiting _queue_task() for managed_node3/set_fact 138029 1726888176.78144: done queuing things up, now waiting for results queue to drain 138029 1726888176.78145: waiting for pending results... 138029 1726888176.78383: running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking 138029 1726888176.78541: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002068 138029 1726888176.78572: variable 'ansible_search_path' from source: unknown 138029 1726888176.78622: calling self._execute() 138029 1726888176.78781: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.78829: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.78833: variable 'omit' from source: magic vars 138029 1726888176.78960: variable 'omit' from source: magic vars 138029 1726888176.79060: variable 'omit' from source: magic vars 138029 1726888176.79442: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888176.81040: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888176.81401: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888176.81430: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888176.81455: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888176.81478: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888176.81536: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888176.81560: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888176.81579: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888176.81611: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888176.81618: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888176.81653: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888176.81670: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888176.81687: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888176.81713: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888176.81724: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888176.81770: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888176.81785: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888176.81802: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888176.81830: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888176.81837: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888176.81950: variable 'storage_test_fstab' from source: set_fact 138029 1726888176.81962: variable 'storage_test_volume' from source: include params 138029 1726888176.82045: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888176.82167: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888176.82198: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888176.82218: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888176.82239: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888176.82275: 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) 138029 1726888176.82290: 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) 138029 1726888176.82308: 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) 138029 1726888176.82325: 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) 138029 1726888176.82484: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888176.82502: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888176.82519: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888176.82543: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888176.82553: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888176.82693: variable '__mount_point' from source: task vars 138029 1726888176.82747: variable 'storage_test_volume' from source: include params 138029 1726888176.82770: variable 'storage_test_fstab' from source: set_fact 138029 1726888176.82966: variable '_storage_test_volume_present' from source: set_fact 138029 1726888176.82973: variable '__mount_point' from source: task vars 138029 1726888176.83024: variable 'storage_test_volume' from source: include params 138029 1726888176.83036: variable 'storage_test_volume' from source: include params 138029 1726888176.83157: variable '_storage_test_volume_present' from source: set_fact 138029 1726888176.83161: variable '__mount_point' from source: task vars 138029 1726888176.83212: variable 'storage_test_volume' from source: include params 138029 1726888176.83442: variable '__mount_options' from source: task vars 138029 1726888176.83494: variable 'storage_test_volume' from source: include params 138029 1726888176.83506: variable '__mount_point' from source: task vars 138029 1726888176.83552: variable 'storage_test_volume' from source: include params 138029 1726888176.83565: variable 'storage_test_fstab' from source: set_fact 138029 1726888176.83579: variable '__pattern' from source: task vars 138029 1726888176.83633: variable '__mount_point' from source: task vars 138029 1726888176.83688: variable 'storage_test_volume' from source: include params 138029 1726888176.83696: variable '__mount_options' from source: task vars 138029 1726888176.83743: variable 'storage_test_volume' from source: include params 138029 1726888176.83857: variable '_storage_test_volume_present' from source: set_fact 138029 1726888176.83861: variable '__mount_options' from source: task vars 138029 1726888176.83911: variable 'storage_test_volume' from source: include params 138029 1726888176.83932: variable 'omit' from source: magic vars 138029 1726888176.83953: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888176.83978: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888176.83992: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888176.84005: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.84015: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.84032: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888176.84046: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888176.84070: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888176.84073: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.84075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.84170: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888176.84173: Set connection var ansible_timeout to 10 138029 1726888176.84178: Set connection var ansible_pipelining to False 138029 1726888176.84180: Set connection var ansible_shell_type to sh 138029 1726888176.84182: Set connection var ansible_connection to ssh 138029 1726888176.84187: Set connection var ansible_shell_executable to /bin/sh 138029 1726888176.84209: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.84212: variable 'ansible_connection' from source: unknown 138029 1726888176.84214: variable 'ansible_module_compression' from source: unknown 138029 1726888176.84216: variable 'ansible_shell_type' from source: unknown 138029 1726888176.84219: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.84221: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.84226: variable 'ansible_pipelining' from source: unknown 138029 1726888176.84229: variable 'ansible_timeout' from source: unknown 138029 1726888176.84231: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.84308: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888176.84317: variable 'omit' from source: magic vars 138029 1726888176.84322: starting attempt loop 138029 1726888176.84325: running the handler 138029 1726888176.84335: handler run complete 138029 1726888176.84348: attempt loop complete, returning result 138029 1726888176.84351: _execute() done 138029 1726888176.84353: dumping result to json 138029 1726888176.84357: done dumping result, returning 138029 1726888176.84361: done running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking [0affc8a3-6f6f-5a58-73a2-000000002068] 138029 1726888176.84371: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002068 138029 1726888176.84460: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002068 138029 1726888176.84463: WORKER PROCESS EXITING ok: [managed_node3] => { "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=ac246704-920b-4020-af6e-f443534e195b " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } 138029 1726888176.84533: no more pending results, returning what we have 138029 1726888176.84537: results queue empty 138029 1726888176.84538: checking for any_errors_fatal 138029 1726888176.84544: done checking for any_errors_fatal 138029 1726888176.84544: checking for max_fail_percentage 138029 1726888176.84546: done checking for max_fail_percentage 138029 1726888176.84547: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.84548: done checking to see if all hosts have failed 138029 1726888176.84549: getting the remaining hosts for this loop 138029 1726888176.84551: done getting the remaining hosts for this loop 138029 1726888176.84557: getting the next task for host managed_node3 138029 1726888176.84567: done getting next task for host managed_node3 138029 1726888176.84569: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888176.84576: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.84585: getting variables 138029 1726888176.84586: in VariableManager get_vars() 138029 1726888176.84620: Calling all_inventory to load vars for managed_node3 138029 1726888176.84623: Calling groups_inventory to load vars for managed_node3 138029 1726888176.84626: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.84636: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.84638: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.84641: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.85053: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.85641: done with get_vars() 138029 1726888176.85652: done getting variables 138029 1726888176.85697: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:36 -0400 (0:00:00.080) 0:03:09.580 ****** 138029 1726888176.85722: entering _queue_task() for managed_node3/assert 138029 1726888176.85964: worker is 1 (out of 1 available) 138029 1726888176.85979: exiting _queue_task() for managed_node3/assert 138029 1726888176.85990: done queuing things up, now waiting for results queue to drain 138029 1726888176.85992: waiting for pending results... 138029 1726888176.86188: running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888176.86279: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002069 138029 1726888176.86292: variable 'ansible_search_path' from source: unknown 138029 1726888176.86324: calling self._execute() 138029 1726888176.86420: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.86423: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.86436: variable 'omit' from source: magic vars 138029 1726888176.86717: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888176.88245: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888176.88303: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888176.88329: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888176.88357: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888176.88378: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888176.88450: variable '_storage_test_volume_present' from source: set_fact 138029 1726888176.88468: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888176.88471: variable 'omit' from source: magic vars 138029 1726888176.88518: variable 'omit' from source: magic vars 138029 1726888176.88540: variable 'omit' from source: magic vars 138029 1726888176.88567: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888176.88587: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888176.88601: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888176.88615: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.88628: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.88641: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888176.88653: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888176.88680: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888176.88683: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.88685: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.88768: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888176.88772: Set connection var ansible_timeout to 10 138029 1726888176.88774: Set connection var ansible_pipelining to False 138029 1726888176.88777: Set connection var ansible_shell_type to sh 138029 1726888176.88782: Set connection var ansible_connection to ssh 138029 1726888176.88787: Set connection var ansible_shell_executable to /bin/sh 138029 1726888176.88808: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.88811: variable 'ansible_connection' from source: unknown 138029 1726888176.88813: variable 'ansible_module_compression' from source: unknown 138029 1726888176.88816: variable 'ansible_shell_type' from source: unknown 138029 1726888176.88818: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.88820: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.88824: variable 'ansible_pipelining' from source: unknown 138029 1726888176.88827: variable 'ansible_timeout' from source: unknown 138029 1726888176.88831: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.88912: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888176.88921: variable 'omit' from source: magic vars 138029 1726888176.88926: starting attempt loop 138029 1726888176.88929: running the handler 138029 1726888176.89047: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888176.89071: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888176.89090: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888176.89116: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888176.89126: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888176.89160: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888176.89180: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888176.89196: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888176.89222: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888176.89232: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888176.89304: variable 'storage_test_fstab_id_matches' from source: set_fact 138029 1726888176.89309: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 138029 1726888176.89324: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 138029 1726888176.89330: handler run complete 138029 1726888176.89340: attempt loop complete, returning result 138029 1726888176.89342: _execute() done 138029 1726888176.89345: dumping result to json 138029 1726888176.89348: done dumping result, returning 138029 1726888176.89354: done running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-5a58-73a2-000000002069] 138029 1726888176.89361: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002069 138029 1726888176.89451: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002069 138029 1726888176.89453: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888176.89510: no more pending results, returning what we have 138029 1726888176.89514: results queue empty 138029 1726888176.89515: checking for any_errors_fatal 138029 1726888176.89524: done checking for any_errors_fatal 138029 1726888176.89525: checking for max_fail_percentage 138029 1726888176.89527: done checking for max_fail_percentage 138029 1726888176.89528: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.89528: done checking to see if all hosts have failed 138029 1726888176.89529: getting the remaining hosts for this loop 138029 1726888176.89531: done getting the remaining hosts for this loop 138029 1726888176.89534: getting the next task for host managed_node3 138029 1726888176.89542: done getting next task for host managed_node3 138029 1726888176.89544: ^ task is: TASK: Verify the fstab mount point 138029 1726888176.89551: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.89563: getting variables 138029 1726888176.89567: in VariableManager get_vars() 138029 1726888176.89603: Calling all_inventory to load vars for managed_node3 138029 1726888176.89606: Calling groups_inventory to load vars for managed_node3 138029 1726888176.89609: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.89618: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.89621: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.89623: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.90054: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.90451: done with get_vars() 138029 1726888176.90466: done getting variables 138029 1726888176.90507: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:36 -0400 (0:00:00.048) 0:03:09.628 ****** 138029 1726888176.90532: entering _queue_task() for managed_node3/assert 138029 1726888176.90768: worker is 1 (out of 1 available) 138029 1726888176.90779: exiting _queue_task() for managed_node3/assert 138029 1726888176.90792: done queuing things up, now waiting for results queue to drain 138029 1726888176.90793: waiting for pending results... 138029 1726888176.90983: running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point 138029 1726888176.91081: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000206a 138029 1726888176.91093: variable 'ansible_search_path' from source: unknown 138029 1726888176.91124: calling self._execute() 138029 1726888176.91215: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.91219: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.91229: variable 'omit' from source: magic vars 138029 1726888176.91311: variable 'omit' from source: magic vars 138029 1726888176.91359: variable 'omit' from source: magic vars 138029 1726888176.91549: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888176.91558: variable 'storage_test_volume' from source: include params 138029 1726888176.91599: variable 'omit' from source: magic vars 138029 1726888176.91630: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888176.91660: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888176.91683: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888176.91696: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.91706: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888176.91720: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888176.91733: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888176.91761: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888176.91766: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.91769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.91850: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888176.91854: Set connection var ansible_timeout to 10 138029 1726888176.91862: Set connection var ansible_pipelining to False 138029 1726888176.91867: Set connection var ansible_shell_type to sh 138029 1726888176.91870: Set connection var ansible_connection to ssh 138029 1726888176.91873: Set connection var ansible_shell_executable to /bin/sh 138029 1726888176.91898: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.91904: variable 'ansible_connection' from source: unknown 138029 1726888176.91906: variable 'ansible_module_compression' from source: unknown 138029 1726888176.91909: variable 'ansible_shell_type' from source: unknown 138029 1726888176.91911: variable 'ansible_shell_executable' from source: unknown 138029 1726888176.91913: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.91915: variable 'ansible_pipelining' from source: unknown 138029 1726888176.91917: variable 'ansible_timeout' from source: unknown 138029 1726888176.91919: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.92022: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888176.92033: variable 'omit' from source: magic vars 138029 1726888176.92038: starting attempt loop 138029 1726888176.92041: running the handler 138029 1726888176.92176: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888176.93672: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888176.93714: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888176.93741: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888176.93771: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888176.93791: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888176.93842: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888176.93868: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888176.93885: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888176.93911: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888176.93921: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888176.93957: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888176.93977: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888176.93995: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888176.94019: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888176.94029: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888176.94111: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 138029 1726888176.94115: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888176.94128: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 138029 1726888176.94135: handler run complete 138029 1726888176.94146: attempt loop complete, returning result 138029 1726888176.94148: _execute() done 138029 1726888176.94151: dumping result to json 138029 1726888176.94153: done dumping result, returning 138029 1726888176.94163: done running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point [0affc8a3-6f6f-5a58-73a2-00000000206a] 138029 1726888176.94168: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000206a 138029 1726888176.94258: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000206a 138029 1726888176.94261: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888176.94315: no more pending results, returning what we have 138029 1726888176.94319: results queue empty 138029 1726888176.94320: checking for any_errors_fatal 138029 1726888176.94330: done checking for any_errors_fatal 138029 1726888176.94330: checking for max_fail_percentage 138029 1726888176.94332: done checking for max_fail_percentage 138029 1726888176.94333: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.94333: done checking to see if all hosts have failed 138029 1726888176.94334: getting the remaining hosts for this loop 138029 1726888176.94336: done getting the remaining hosts for this loop 138029 1726888176.94339: getting the next task for host managed_node3 138029 1726888176.94347: done getting next task for host managed_node3 138029 1726888176.94349: ^ task is: TASK: Verify mount_options 138029 1726888176.94357: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.94363: getting variables 138029 1726888176.94367: in VariableManager get_vars() 138029 1726888176.94401: Calling all_inventory to load vars for managed_node3 138029 1726888176.94403: Calling groups_inventory to load vars for managed_node3 138029 1726888176.94407: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.94417: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.94420: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.94422: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.94857: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.95252: done with get_vars() 138029 1726888176.95270: done getting variables 138029 1726888176.95311: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:36 -0400 (0:00:00.048) 0:03:09.676 ****** 138029 1726888176.95337: entering _queue_task() for managed_node3/assert 138029 1726888176.95577: worker is 1 (out of 1 available) 138029 1726888176.95590: exiting _queue_task() for managed_node3/assert 138029 1726888176.95603: done queuing things up, now waiting for results queue to drain 138029 1726888176.95605: waiting for pending results... 138029 1726888176.95803: running TaskExecutor() for managed_node3/TASK: Verify mount_options 138029 1726888176.95905: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000206b 138029 1726888176.95917: variable 'ansible_search_path' from source: unknown 138029 1726888176.95948: calling self._execute() 138029 1726888176.96045: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888176.96050: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888176.96062: variable 'omit' from source: magic vars 138029 1726888176.96345: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888176.97852: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888176.97910: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888176.97937: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888176.97963: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888176.97986: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888176.98045: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888176.98066: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888176.98086: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888176.98111: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888176.98122: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888176.98211: Evaluated conditional (__storage_verify_mount_options | d(false)): False 138029 1726888176.98214: when evaluation is False, skipping this task 138029 1726888176.98217: _execute() done 138029 1726888176.98220: dumping result to json 138029 1726888176.98222: done dumping result, returning 138029 1726888176.98227: done running TaskExecutor() for managed_node3/TASK: Verify mount_options [0affc8a3-6f6f-5a58-73a2-00000000206b] 138029 1726888176.98239: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000206b 138029 1726888176.98326: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000206b 138029 1726888176.98330: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 138029 1726888176.98388: no more pending results, returning what we have 138029 1726888176.98391: results queue empty 138029 1726888176.98392: checking for any_errors_fatal 138029 1726888176.98400: done checking for any_errors_fatal 138029 1726888176.98401: checking for max_fail_percentage 138029 1726888176.98402: done checking for max_fail_percentage 138029 1726888176.98403: checking to see if all hosts have failed and the running result is not ok 138029 1726888176.98404: done checking to see if all hosts have failed 138029 1726888176.98405: getting the remaining hosts for this loop 138029 1726888176.98407: done getting the remaining hosts for this loop 138029 1726888176.98410: getting the next task for host managed_node3 138029 1726888176.98418: done getting next task for host managed_node3 138029 1726888176.98421: ^ task is: TASK: Verify fingerprint 138029 1726888176.98426: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888176.98432: getting variables 138029 1726888176.98434: in VariableManager get_vars() 138029 1726888176.98474: Calling all_inventory to load vars for managed_node3 138029 1726888176.98477: Calling groups_inventory to load vars for managed_node3 138029 1726888176.98480: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888176.98489: Calling all_plugins_play to load vars for managed_node3 138029 1726888176.98492: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888176.98495: Calling groups_plugins_play to load vars for managed_node3 138029 1726888176.98920: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888176.99315: done with get_vars() 138029 1726888176.99330: done getting variables 138029 1726888176.99377: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:36 -0400 (0:00:00.040) 0:03:09.717 ****** 138029 1726888176.99400: entering _queue_task() for managed_node3/assert 138029 1726888176.99639: worker is 1 (out of 1 available) 138029 1726888176.99653: exiting _queue_task() for managed_node3/assert 138029 1726888176.99670: done queuing things up, now waiting for results queue to drain 138029 1726888176.99672: waiting for pending results... 138029 1726888176.99870: running TaskExecutor() for managed_node3/TASK: Verify fingerprint 138029 1726888176.99961: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000206c 138029 1726888176.99974: variable 'ansible_search_path' from source: unknown 138029 1726888177.00003: calling self._execute() 138029 1726888177.00100: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.00104: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.00112: variable 'omit' from source: magic vars 138029 1726888177.00194: variable 'omit' from source: magic vars 138029 1726888177.00239: variable 'omit' from source: magic vars 138029 1726888177.00267: variable 'omit' from source: magic vars 138029 1726888177.00298: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888177.00326: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888177.00346: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888177.00361: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.00372: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.00388: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888177.00401: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888177.00426: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888177.00428: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.00431: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.00514: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888177.00518: Set connection var ansible_timeout to 10 138029 1726888177.00524: Set connection var ansible_pipelining to False 138029 1726888177.00526: Set connection var ansible_shell_type to sh 138029 1726888177.00529: Set connection var ansible_connection to ssh 138029 1726888177.00533: Set connection var ansible_shell_executable to /bin/sh 138029 1726888177.00561: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.00566: variable 'ansible_connection' from source: unknown 138029 1726888177.00569: variable 'ansible_module_compression' from source: unknown 138029 1726888177.00571: variable 'ansible_shell_type' from source: unknown 138029 1726888177.00574: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.00576: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.00578: variable 'ansible_pipelining' from source: unknown 138029 1726888177.00580: variable 'ansible_timeout' from source: unknown 138029 1726888177.00582: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.00692: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888177.00702: variable 'omit' from source: magic vars 138029 1726888177.00707: starting attempt loop 138029 1726888177.00710: running the handler 138029 1726888177.00917: variable '__fingerprint' from source: task vars 138029 1726888177.00921: variable 'storage_test_fstab' from source: set_fact 138029 1726888177.00937: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 138029 1726888177.00942: handler run complete 138029 1726888177.00954: attempt loop complete, returning result 138029 1726888177.00959: _execute() done 138029 1726888177.00962: dumping result to json 138029 1726888177.00967: done dumping result, returning 138029 1726888177.00970: done running TaskExecutor() for managed_node3/TASK: Verify fingerprint [0affc8a3-6f6f-5a58-73a2-00000000206c] 138029 1726888177.00976: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000206c ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888177.01115: no more pending results, returning what we have 138029 1726888177.01119: results queue empty 138029 1726888177.01120: checking for any_errors_fatal 138029 1726888177.01127: done checking for any_errors_fatal 138029 1726888177.01127: checking for max_fail_percentage 138029 1726888177.01129: done checking for max_fail_percentage 138029 1726888177.01130: checking to see if all hosts have failed and the running result is not ok 138029 1726888177.01131: done checking to see if all hosts have failed 138029 1726888177.01132: getting the remaining hosts for this loop 138029 1726888177.01134: done getting the remaining hosts for this loop 138029 1726888177.01137: getting the next task for host managed_node3 138029 1726888177.01145: done getting next task for host managed_node3 138029 1726888177.01147: ^ task is: TASK: Clean up variables 138029 1726888177.01151: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888177.01157: getting variables 138029 1726888177.01159: in VariableManager get_vars() 138029 1726888177.01194: Calling all_inventory to load vars for managed_node3 138029 1726888177.01197: Calling groups_inventory to load vars for managed_node3 138029 1726888177.01200: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888177.01209: Calling all_plugins_play to load vars for managed_node3 138029 1726888177.01212: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888177.01215: Calling groups_plugins_play to load vars for managed_node3 138029 1726888177.01590: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000206c 138029 1726888177.01594: WORKER PROCESS EXITING 138029 1726888177.01611: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888177.02194: done with get_vars() 138029 1726888177.02204: done getting variables 138029 1726888177.02245: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:37 -0400 (0:00:00.028) 0:03:09.746 ****** 138029 1726888177.02273: entering _queue_task() for managed_node3/set_fact 138029 1726888177.02496: worker is 1 (out of 1 available) 138029 1726888177.02509: exiting _queue_task() for managed_node3/set_fact 138029 1726888177.02522: done queuing things up, now waiting for results queue to drain 138029 1726888177.02524: waiting for pending results... 138029 1726888177.02710: running TaskExecutor() for managed_node3/TASK: Clean up variables 138029 1726888177.02814: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000206d 138029 1726888177.02827: variable 'ansible_search_path' from source: unknown 138029 1726888177.02858: calling self._execute() 138029 1726888177.02951: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.02958: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.02970: variable 'omit' from source: magic vars 138029 1726888177.03046: variable 'omit' from source: magic vars 138029 1726888177.03095: variable 'omit' from source: magic vars 138029 1726888177.03120: variable 'omit' from source: magic vars 138029 1726888177.03156: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888177.03185: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888177.03203: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888177.03218: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.03228: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.03240: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888177.03253: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888177.03282: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888177.03286: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.03289: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.03376: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888177.03379: Set connection var ansible_timeout to 10 138029 1726888177.03385: Set connection var ansible_pipelining to False 138029 1726888177.03387: Set connection var ansible_shell_type to sh 138029 1726888177.03390: Set connection var ansible_connection to ssh 138029 1726888177.03394: Set connection var ansible_shell_executable to /bin/sh 138029 1726888177.03419: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.03422: variable 'ansible_connection' from source: unknown 138029 1726888177.03425: variable 'ansible_module_compression' from source: unknown 138029 1726888177.03428: variable 'ansible_shell_type' from source: unknown 138029 1726888177.03430: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.03432: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.03434: variable 'ansible_pipelining' from source: unknown 138029 1726888177.03436: variable 'ansible_timeout' from source: unknown 138029 1726888177.03441: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.03549: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888177.03558: variable 'omit' from source: magic vars 138029 1726888177.03567: starting attempt loop 138029 1726888177.03570: running the handler 138029 1726888177.03579: handler run complete 138029 1726888177.03586: attempt loop complete, returning result 138029 1726888177.03589: _execute() done 138029 1726888177.03591: dumping result to json 138029 1726888177.03595: done dumping result, returning 138029 1726888177.03602: done running TaskExecutor() for managed_node3/TASK: Clean up variables [0affc8a3-6f6f-5a58-73a2-00000000206d] 138029 1726888177.03606: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000206d 138029 1726888177.03700: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000206d 138029 1726888177.03703: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888177.03790: no more pending results, returning what we have 138029 1726888177.03792: results queue empty 138029 1726888177.03793: checking for any_errors_fatal 138029 1726888177.03801: done checking for any_errors_fatal 138029 1726888177.03802: checking for max_fail_percentage 138029 1726888177.03803: done checking for max_fail_percentage 138029 1726888177.03804: checking to see if all hosts have failed and the running result is not ok 138029 1726888177.03804: done checking to see if all hosts have failed 138029 1726888177.03805: getting the remaining hosts for this loop 138029 1726888177.03806: done getting the remaining hosts for this loop 138029 1726888177.03810: getting the next task for host managed_node3 138029 1726888177.03819: done getting next task for host managed_node3 138029 1726888177.03822: ^ task is: TASK: Verify fs type 138029 1726888177.03828: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888177.03831: getting variables 138029 1726888177.03832: in VariableManager get_vars() 138029 1726888177.03861: Calling all_inventory to load vars for managed_node3 138029 1726888177.03864: Calling groups_inventory to load vars for managed_node3 138029 1726888177.03869: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888177.03877: Calling all_plugins_play to load vars for managed_node3 138029 1726888177.03880: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888177.03882: Calling groups_plugins_play to load vars for managed_node3 138029 1726888177.04258: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888177.04658: done with get_vars() 138029 1726888177.04672: done getting variables 138029 1726888177.04711: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:37 -0400 (0:00:00.024) 0:03:09.770 ****** 138029 1726888177.04734: entering _queue_task() for managed_node3/assert 138029 1726888177.04958: worker is 1 (out of 1 available) 138029 1726888177.04973: exiting _queue_task() for managed_node3/assert 138029 1726888177.04986: done queuing things up, now waiting for results queue to drain 138029 1726888177.04988: waiting for pending results... 138029 1726888177.05177: running TaskExecutor() for managed_node3/TASK: Verify fs type 138029 1726888177.05270: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002071 138029 1726888177.05281: variable 'ansible_search_path' from source: unknown 138029 1726888177.05308: calling self._execute() 138029 1726888177.05400: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.05404: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.05414: variable 'omit' from source: magic vars 138029 1726888177.05709: variable 'storage_test_volume' from source: include params 138029 1726888177.05729: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888177.05807: variable 'storage_test_volume' from source: include params 138029 1726888177.05818: Evaluated conditional (storage_test_volume.fs_type): True 138029 1726888177.05886: variable '_storage_test_volume_present' from source: set_fact 138029 1726888177.05890: Evaluated conditional (_storage_test_volume_present): True 138029 1726888177.05897: variable 'omit' from source: magic vars 138029 1726888177.05938: variable 'omit' from source: magic vars 138029 1726888177.05962: variable 'omit' from source: magic vars 138029 1726888177.05996: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888177.06021: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888177.06036: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888177.06049: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.06061: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.06075: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888177.06092: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888177.06114: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888177.06116: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.06119: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.06204: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888177.06208: Set connection var ansible_timeout to 10 138029 1726888177.06214: Set connection var ansible_pipelining to False 138029 1726888177.06217: Set connection var ansible_shell_type to sh 138029 1726888177.06219: Set connection var ansible_connection to ssh 138029 1726888177.06223: Set connection var ansible_shell_executable to /bin/sh 138029 1726888177.06243: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.06246: variable 'ansible_connection' from source: unknown 138029 1726888177.06249: variable 'ansible_module_compression' from source: unknown 138029 1726888177.06251: variable 'ansible_shell_type' from source: unknown 138029 1726888177.06253: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.06257: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.06260: variable 'ansible_pipelining' from source: unknown 138029 1726888177.06262: variable 'ansible_timeout' from source: unknown 138029 1726888177.06269: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.06371: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888177.06379: variable 'omit' from source: magic vars 138029 1726888177.06384: starting attempt loop 138029 1726888177.06387: running the handler 138029 1726888177.06553: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888177.07996: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888177.08039: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888177.08071: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888177.08095: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888177.08114: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888177.08170: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888177.08189: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888177.08206: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888177.08231: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888177.08242: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888177.08383: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888177.08400: variable 'storage_test_volume' from source: include params 138029 1726888177.08414: 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 138029 1726888177.08421: handler run complete 138029 1726888177.08431: attempt loop complete, returning result 138029 1726888177.08434: _execute() done 138029 1726888177.08437: dumping result to json 138029 1726888177.08439: done dumping result, returning 138029 1726888177.08446: done running TaskExecutor() for managed_node3/TASK: Verify fs type [0affc8a3-6f6f-5a58-73a2-000000002071] 138029 1726888177.08451: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002071 138029 1726888177.08541: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002071 138029 1726888177.08544: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888177.08597: no more pending results, returning what we have 138029 1726888177.08601: results queue empty 138029 1726888177.08602: checking for any_errors_fatal 138029 1726888177.08607: done checking for any_errors_fatal 138029 1726888177.08608: checking for max_fail_percentage 138029 1726888177.08610: done checking for max_fail_percentage 138029 1726888177.08611: checking to see if all hosts have failed and the running result is not ok 138029 1726888177.08612: done checking to see if all hosts have failed 138029 1726888177.08612: getting the remaining hosts for this loop 138029 1726888177.08614: done getting the remaining hosts for this loop 138029 1726888177.08617: getting the next task for host managed_node3 138029 1726888177.08632: done getting next task for host managed_node3 138029 1726888177.08634: ^ task is: TASK: Verify fs label 138029 1726888177.08639: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888177.08645: getting variables 138029 1726888177.08646: in VariableManager get_vars() 138029 1726888177.08692: Calling all_inventory to load vars for managed_node3 138029 1726888177.08695: Calling groups_inventory to load vars for managed_node3 138029 1726888177.08698: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888177.08707: Calling all_plugins_play to load vars for managed_node3 138029 1726888177.08710: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888177.08712: Calling groups_plugins_play to load vars for managed_node3 138029 1726888177.09136: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888177.09532: done with get_vars() 138029 1726888177.09545: done getting variables 138029 1726888177.09590: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:37 -0400 (0:00:00.048) 0:03:09.819 ****** 138029 1726888177.09613: entering _queue_task() for managed_node3/assert 138029 1726888177.09847: worker is 1 (out of 1 available) 138029 1726888177.09860: exiting _queue_task() for managed_node3/assert 138029 1726888177.09876: done queuing things up, now waiting for results queue to drain 138029 1726888177.09878: waiting for pending results... 138029 1726888177.10076: running TaskExecutor() for managed_node3/TASK: Verify fs label 138029 1726888177.10181: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002072 138029 1726888177.10193: variable 'ansible_search_path' from source: unknown 138029 1726888177.10228: calling self._execute() 138029 1726888177.10332: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.10337: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.10347: variable 'omit' from source: magic vars 138029 1726888177.10642: variable 'storage_test_volume' from source: include params 138029 1726888177.10680: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888177.10795: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888177.12252: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888177.12310: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888177.12336: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888177.12363: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888177.12393: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888177.12444: variable '_storage_test_volume_present' from source: set_fact 138029 1726888177.12459: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888177.12542: variable 'storage_test_volume' from source: include params 138029 1726888177.12556: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 138029 1726888177.12562: variable 'omit' from source: magic vars 138029 1726888177.12610: variable 'omit' from source: magic vars 138029 1726888177.12726: variable 'storage_test_volume' from source: include params 138029 1726888177.12736: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888177.12773: variable 'omit' from source: magic vars 138029 1726888177.12795: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888177.12820: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888177.12835: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888177.12848: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.12858: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.12874: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888177.12887: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888177.12909: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888177.12912: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.12914: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.12999: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888177.13002: Set connection var ansible_timeout to 10 138029 1726888177.13008: Set connection var ansible_pipelining to False 138029 1726888177.13011: Set connection var ansible_shell_type to sh 138029 1726888177.13013: Set connection var ansible_connection to ssh 138029 1726888177.13018: Set connection var ansible_shell_executable to /bin/sh 138029 1726888177.13036: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.13041: variable 'ansible_connection' from source: unknown 138029 1726888177.13044: variable 'ansible_module_compression' from source: unknown 138029 1726888177.13046: variable 'ansible_shell_type' from source: unknown 138029 1726888177.13048: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.13050: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.13052: variable 'ansible_pipelining' from source: unknown 138029 1726888177.13054: variable 'ansible_timeout' from source: unknown 138029 1726888177.13067: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.13138: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888177.13147: variable 'omit' from source: magic vars 138029 1726888177.13152: starting attempt loop 138029 1726888177.13156: running the handler 138029 1726888177.13272: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888177.13287: variable 'storage_test_volume' from source: include params 138029 1726888177.13299: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 138029 1726888177.13305: handler run complete 138029 1726888177.13314: attempt loop complete, returning result 138029 1726888177.13317: _execute() done 138029 1726888177.13319: dumping result to json 138029 1726888177.13322: done dumping result, returning 138029 1726888177.13329: done running TaskExecutor() for managed_node3/TASK: Verify fs label [0affc8a3-6f6f-5a58-73a2-000000002072] 138029 1726888177.13333: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002072 138029 1726888177.13432: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002072 138029 1726888177.13434: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888177.13484: no more pending results, returning what we have 138029 1726888177.13487: results queue empty 138029 1726888177.13488: checking for any_errors_fatal 138029 1726888177.13502: done checking for any_errors_fatal 138029 1726888177.13503: checking for max_fail_percentage 138029 1726888177.13505: done checking for max_fail_percentage 138029 1726888177.13506: checking to see if all hosts have failed and the running result is not ok 138029 1726888177.13507: done checking to see if all hosts have failed 138029 1726888177.13507: getting the remaining hosts for this loop 138029 1726888177.13509: done getting the remaining hosts for this loop 138029 1726888177.13512: getting the next task for host managed_node3 138029 1726888177.13524: done getting next task for host managed_node3 138029 1726888177.13526: ^ task is: TASK: See whether the device node is present 138029 1726888177.13532: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888177.13543: getting variables 138029 1726888177.13544: in VariableManager get_vars() 138029 1726888177.13581: Calling all_inventory to load vars for managed_node3 138029 1726888177.13584: Calling groups_inventory to load vars for managed_node3 138029 1726888177.13587: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888177.13596: Calling all_plugins_play to load vars for managed_node3 138029 1726888177.13605: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888177.13609: Calling groups_plugins_play to load vars for managed_node3 138029 1726888177.14015: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888177.14404: done with get_vars() 138029 1726888177.14416: 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:09:37 -0400 (0:00:00.048) 0:03:09.868 ****** 138029 1726888177.14487: entering _queue_task() for managed_node3/stat 138029 1726888177.14721: worker is 1 (out of 1 available) 138029 1726888177.14735: exiting _queue_task() for managed_node3/stat 138029 1726888177.14748: done queuing things up, now waiting for results queue to drain 138029 1726888177.14749: waiting for pending results... 138029 1726888177.14948: running TaskExecutor() for managed_node3/TASK: See whether the device node is present 138029 1726888177.15039: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002076 138029 1726888177.15052: variable 'ansible_search_path' from source: unknown 138029 1726888177.15090: calling self._execute() 138029 1726888177.15185: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.15191: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.15204: variable 'omit' from source: magic vars 138029 1726888177.15284: variable 'omit' from source: magic vars 138029 1726888177.15334: variable 'omit' from source: magic vars 138029 1726888177.15514: variable 'storage_test_volume' from source: include params 138029 1726888177.15556: variable 'omit' from source: magic vars 138029 1726888177.15590: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888177.15616: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888177.15638: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888177.15649: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.15662: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.15678: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888177.15691: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888177.15714: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888177.15717: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.15720: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.15806: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888177.15809: Set connection var ansible_timeout to 10 138029 1726888177.15815: Set connection var ansible_pipelining to False 138029 1726888177.15817: Set connection var ansible_shell_type to sh 138029 1726888177.15820: Set connection var ansible_connection to ssh 138029 1726888177.15825: Set connection var ansible_shell_executable to /bin/sh 138029 1726888177.15846: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.15848: variable 'ansible_connection' from source: unknown 138029 1726888177.15851: variable 'ansible_module_compression' from source: unknown 138029 1726888177.15853: variable 'ansible_shell_type' from source: unknown 138029 1726888177.15857: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.15859: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.15861: variable 'ansible_pipelining' from source: unknown 138029 1726888177.15864: variable 'ansible_timeout' from source: unknown 138029 1726888177.15873: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.16019: 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) 138029 1726888177.16029: variable 'omit' from source: magic vars 138029 1726888177.16034: starting attempt loop 138029 1726888177.16037: running the handler 138029 1726888177.16047: _low_level_execute_command(): starting 138029 1726888177.16054: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888177.16546: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888177.16584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888177.16588: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888177.16590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888177.16636: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888177.16639: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888177.16642: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888177.16700: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888177.18414: stdout chunk (state=3): >>>/root <<< 138029 1726888177.18515: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888177.18544: stderr chunk (state=3): >>><<< 138029 1726888177.18548: stdout chunk (state=3): >>><<< 138029 1726888177.18571: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888177.18583: _low_level_execute_command(): starting 138029 1726888177.18589: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888177.1857216-143676-27489044905367 `" && echo ansible-tmp-1726888177.1857216-143676-27489044905367="` echo /root/.ansible/tmp/ansible-tmp-1726888177.1857216-143676-27489044905367 `" ) && sleep 0' 138029 1726888177.19041: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888177.19045: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888177.19057: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888177.19060: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888177.19063: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888177.19107: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888177.19111: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888177.19113: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888177.19167: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888177.28738: stdout chunk (state=3): >>>ansible-tmp-1726888177.1857216-143676-27489044905367=/root/.ansible/tmp/ansible-tmp-1726888177.1857216-143676-27489044905367 <<< 138029 1726888177.28853: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888177.28889: stderr chunk (state=3): >>><<< 138029 1726888177.28892: stdout chunk (state=3): >>><<< 138029 1726888177.28908: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888177.1857216-143676-27489044905367=/root/.ansible/tmp/ansible-tmp-1726888177.1857216-143676-27489044905367 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888177.28959: variable 'ansible_module_compression' from source: unknown 138029 1726888177.29012: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888177.29040: variable 'ansible_facts' from source: unknown 138029 1726888177.29107: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888177.1857216-143676-27489044905367/AnsiballZ_stat.py 138029 1726888177.29218: Sending initial data 138029 1726888177.29221: Sent initial data (154 bytes) 138029 1726888177.29692: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888177.29695: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888177.29698: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888177.29700: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888177.29702: 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 <<< 138029 1726888177.29704: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888177.29762: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888177.29766: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888177.29808: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888177.31442: 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 <<< 138029 1726888177.31446: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888177.31488: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888177.31540: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpgbi4b0b8 /root/.ansible/tmp/ansible-tmp-1726888177.1857216-143676-27489044905367/AnsiballZ_stat.py <<< 138029 1726888177.31544: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888177.1857216-143676-27489044905367/AnsiballZ_stat.py" <<< 138029 1726888177.31593: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpgbi4b0b8" to remote "/root/.ansible/tmp/ansible-tmp-1726888177.1857216-143676-27489044905367/AnsiballZ_stat.py" <<< 138029 1726888177.31596: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888177.1857216-143676-27489044905367/AnsiballZ_stat.py" <<< 138029 1726888177.32159: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888177.32201: stderr chunk (state=3): >>><<< 138029 1726888177.32204: stdout chunk (state=3): >>><<< 138029 1726888177.32246: done transferring module to remote 138029 1726888177.32261: _low_level_execute_command(): starting 138029 1726888177.32267: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888177.1857216-143676-27489044905367/ /root/.ansible/tmp/ansible-tmp-1726888177.1857216-143676-27489044905367/AnsiballZ_stat.py && sleep 0' 138029 1726888177.32724: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888177.32727: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888177.32729: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888177.32735: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888177.32738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888177.32740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888177.32789: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888177.32795: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888177.32797: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888177.32841: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888177.34625: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888177.34648: stderr chunk (state=3): >>><<< 138029 1726888177.34651: stdout chunk (state=3): >>><<< 138029 1726888177.34670: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888177.34673: _low_level_execute_command(): starting 138029 1726888177.34681: _low_level_execute_command(): using become for this command 138029 1726888177.34691: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ovapbjtkwaxlwxflqmbzlfbgaawjunyl ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888177.1857216-143676-27489044905367/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888177.34777: Initial state: awaiting_escalation: BECOME-SUCCESS-ovapbjtkwaxlwxflqmbzlfbgaawjunyl 138029 1726888177.35170: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888177.35174: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888177.35205: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888177.35208: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888177.35268: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888177.38227: stdout chunk (state=1): >>>BECOME-SUCCESS-ovapbjtkwaxlwxflqmbzlfbgaawjunyl <<< 138029 1726888177.38231: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ovapbjtkwaxlwxflqmbzlfbgaawjunyl' 138029 1726888177.38565: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888177.38594: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888177.38627: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888177.38631: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888177.38696: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888177.38702: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888177.38739: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888177.38769: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888177.38773: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888177.38796: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888177.38800: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888177.38853: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888177.38860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888177.38883: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888177.38898: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888177.38937: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888177.38961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888177.38977: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b2183e0> <<< 138029 1726888177.38982: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b1e7a10> <<< 138029 1726888177.39010: 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' <<< 138029 1726888177.39014: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b21a960> <<< 138029 1726888177.39041: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888177.39068: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888177.39081: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888177.39086: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888177.39120: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888177.39125: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888177.39213: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888177.39240: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888177.39274: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888177.39282: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888177.39312: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 138029 1726888177.39327: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888177.39335: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888177.39372: 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 <<< 138029 1726888177.39378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888177.39399: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b02cfe0> <<< 138029 1726888177.39456: 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 <<< 138029 1726888177.39477: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888177.39481: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b02dfd0> <<< 138029 1726888177.39514: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888177.39541: 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. <<< 138029 1726888177.39785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888177.39788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888177.39821: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888177.39828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888177.39851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888177.39885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888177.39905: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888177.39932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888177.39947: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b06be90> <<< 138029 1726888177.39962: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888177.39982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888177.40000: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888177.40021: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b06bf50> <<< 138029 1726888177.40026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888177.40059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888177.40084: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888177.40129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888177.40151: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888177.40178: 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' <<< 138029 1726888177.40191: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0a3860> <<< 138029 1726888177.40201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888177.40213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888177.40223: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0a3ef0> <<< 138029 1726888177.40227: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888177.40285: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b083b30> <<< 138029 1726888177.40289: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888177.40326: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b081280> <<< 138029 1726888177.40407: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b069040> <<< 138029 1726888177.40450: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888177.40454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888177.40478: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888177.40493: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888177.40519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888177.40536: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888177.40552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888177.40584: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0c7890> <<< 138029 1726888177.40600: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0c64b0> <<< 138029 1726888177.40633: 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' <<< 138029 1726888177.40640: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b082150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0c4c50> <<< 138029 1726888177.40684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888177.40700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0f4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0682c0> <<< 138029 1726888177.40716: 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' <<< 138029 1726888177.40753: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888177.40758: 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 0x7ff35b0f4dd0> <<< 138029 1726888177.40770: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0f4c80> <<< 138029 1726888177.40798: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888177.40805: 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 0x7ff35b0f5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b066de0> <<< 138029 1726888177.40835: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888177.40840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888177.40867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888177.40894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888177.40912: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0f5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0f5430> import 'importlib.machinery' # <<< 138029 1726888177.40948: 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' <<< 138029 1726888177.40958: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0f6630> <<< 138029 1726888177.40983: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888177.40988: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888177.41015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888177.41044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888177.41068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888177.41071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b110860> <<< 138029 1726888177.41092: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888177.41109: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888177.41130: 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 0x7ff35b111fa0> <<< 138029 1726888177.41142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888177.41160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888177.41173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888177.41198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b112e10> <<< 138029 1726888177.41238: 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 0x7ff35b113440> <<< 138029 1726888177.41244: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b112390> <<< 138029 1726888177.41270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888177.41274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888177.41311: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888177.41314: 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 0x7ff35b113e30> <<< 138029 1726888177.41340: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b113560> <<< 138029 1726888177.41373: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0f6690> <<< 138029 1726888177.41396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888177.41440: 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 <<< 138029 1726888177.41467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888177.41502: 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' <<< 138029 1726888177.41510: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff35aedfce0> <<< 138029 1726888177.41523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888177.41530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888177.41553: 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' <<< 138029 1726888177.41582: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff35af08770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35af084d0> <<< 138029 1726888177.41588: 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 0x7ff35af087a0> <<< 138029 1726888177.41622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888177.41627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888177.41694: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888177.41822: 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 0x7ff35af090a0> <<< 138029 1726888177.41935: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888177.41938: 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 0x7ff35af09a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35af08980> <<< 138029 1726888177.41963: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35aedde80> <<< 138029 1726888177.41979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888177.42008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888177.42018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888177.42042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888177.42050: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35af0ae40> <<< 138029 1726888177.42077: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35af09910> <<< 138029 1726888177.42086: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0f6d80> <<< 138029 1726888177.42118: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888177.42174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888177.42195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888177.42227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888177.42259: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35af371a0> <<< 138029 1726888177.42306: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888177.42331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888177.42344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888177.42368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888177.42403: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35af5f560> <<< 138029 1726888177.42429: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888177.42472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888177.42524: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888177.42556: 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 0x7ff35afb8350> <<< 138029 1726888177.42571: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888177.42598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888177.42622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888177.42661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888177.42754: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35afbaab0> <<< 138029 1726888177.42822: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35afb8470> <<< 138029 1726888177.42863: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35af85340> <<< 138029 1726888177.42888: 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' <<< 138029 1726888177.42911: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35adc1430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35af5e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35af0bd70> <<< 138029 1726888177.44457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888177.44469: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff35af5e6f0> <<< 138029 1726888177.47783: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_181zz54e/ansible_stat_payload.zip' # zipimport: zlib available <<< 138029 1726888177.47921: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.47952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888177.47963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888177.48001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888177.48083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888177.48116: 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' <<< 138029 1726888177.48119: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35ae17170> import '_typing' # <<< 138029 1726888177.48305: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35adf6060> <<< 138029 1726888177.48311: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35adf51c0> # zipimport: zlib available <<< 138029 1726888177.48352: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888177.48361: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.48367: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.48396: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.48410: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888177.48416: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.49816: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.50928: 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 0x7ff35ae15460> <<< 138029 1726888177.50960: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888177.50966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888177.50989: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888177.50993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888177.51022: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888177.51028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888177.51054: 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 0x7ff35ae3eb10> <<< 138029 1726888177.51087: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35ae3e900> <<< 138029 1726888177.51118: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35ae3e210> <<< 138029 1726888177.51147: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888177.51152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888177.51195: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35ae3ec00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35ae17e00> <<< 138029 1726888177.51200: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888177.51222: 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 0x7ff35ae3f800> <<< 138029 1726888177.51256: 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 0x7ff35ae3fa40> <<< 138029 1726888177.51276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888177.51328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888177.51346: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888177.51385: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35ae3ff50> <<< 138029 1726888177.51392: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888177.51409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888177.51438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888177.51474: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a719d00> <<< 138029 1726888177.51502: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888177.51506: 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 0x7ff35a71b440> <<< 138029 1726888177.51534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888177.51542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888177.51589: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a71c290> <<< 138029 1726888177.51599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888177.51632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888177.51646: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a71d400> <<< 138029 1726888177.51673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888177.51702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888177.51729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888177.51739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888177.51790: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a71fe90> <<< 138029 1726888177.51824: 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 0x7ff35ae17b90> <<< 138029 1726888177.51843: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a71e1b0> <<< 138029 1726888177.51862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888177.51892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888177.51909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888177.51934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888177.51939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888177.51970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888177.51988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888177.52010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a727da0> <<< 138029 1726888177.52013: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888177.52085: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a7268a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a726600> <<< 138029 1726888177.52096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888177.52115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888177.52184: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a726b40> <<< 138029 1726888177.52214: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a71e690> <<< 138029 1726888177.52244: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888177.52252: 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 0x7ff35a76bf50> <<< 138029 1726888177.52269: 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 0x7ff35a76bfb0> <<< 138029 1726888177.52294: 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 <<< 138029 1726888177.52306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888177.52331: 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' <<< 138029 1726888177.52368: 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 0x7ff35a76db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a76d910> <<< 138029 1726888177.52386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888177.52494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888177.52547: 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 0x7ff35a770110> <<< 138029 1726888177.52553: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a76e240> <<< 138029 1726888177.52578: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888177.52616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888177.52633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888177.52643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888177.52658: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888177.52694: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a773800> <<< 138029 1726888177.52820: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a7701d0> <<< 138029 1726888177.52885: 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 0x7ff35a774590> <<< 138029 1726888177.52913: 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 0x7ff35a774800> <<< 138029 1726888177.52951: 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 0x7ff35a774b60> <<< 138029 1726888177.52972: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a76c230> <<< 138029 1726888177.53005: 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 <<< 138029 1726888177.53008: 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 <<< 138029 1726888177.53031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888177.53064: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888177.53085: 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 0x7ff35a600290> <<< 138029 1726888177.53241: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888177.53245: 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 0x7ff35a6013a0> <<< 138029 1726888177.53250: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a776a20> <<< 138029 1726888177.53280: 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 0x7ff35a777dd0> <<< 138029 1726888177.53300: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a776630> # zipimport: zlib available <<< 138029 1726888177.53316: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.53332: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888177.53424: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.53512: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.53535: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888177.53550: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.53563: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888177.53583: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.53698: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.53819: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.54363: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.54904: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 138029 1726888177.54911: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888177.54941: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888177.54944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888177.55002: 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 0x7ff35a6054c0> <<< 138029 1726888177.55081: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888177.55087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888177.55101: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a6062a0> <<< 138029 1726888177.55122: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a6015e0> <<< 138029 1726888177.55168: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888177.55174: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.55190: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.55212: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888177.55217: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.55370: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.55524: 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' <<< 138029 1726888177.55529: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a606420> <<< 138029 1726888177.55543: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.56003: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.56440: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.56516: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.56591: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888177.56599: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.56633: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.56675: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888177.56679: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.56749: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.56825: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888177.56849: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.56866: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.56878: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888177.56884: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.56922: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.56968: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888177.56974: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.57195: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.57427: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888177.57485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888177.57502: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888177.57567: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a607590> <<< 138029 1726888177.57583: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.57653: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.57738: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888177.57742: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888177.57771: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.57811: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.57846: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888177.57863: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.57903: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.57950: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.58002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.58075: 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 <<< 138029 1726888177.58112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888177.58196: 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 0x7ff35a612030> <<< 138029 1726888177.58230: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a60ce60> <<< 138029 1726888177.58265: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888177.58273: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.58345: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.58399: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.58429: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.58473: 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' <<< 138029 1726888177.58494: 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 <<< 138029 1726888177.58519: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888177.58539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888177.58594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888177.58615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888177.58630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888177.58689: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a702960> <<< 138029 1726888177.58731: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35ae76630> <<< 138029 1726888177.58810: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a6121b0> <<< 138029 1726888177.58821: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a606f00> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888177.58827: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.58856: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.58885: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888177.58938: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888177.58958: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.58974: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.58988: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888177.59118: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.59313: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888177.60196: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/mapper/vg1-lv1", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 5243, "dev": 6, "nlink": 1, "atime": 1726888052.2210414, "mtime": 1726888052.2210414, "ctime": 1726888052.2210414, "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": 64770, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/symlink", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/mapper/vg1-lv1", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888177.60225: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888177.60693: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888177.60767: 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 <<< 138029 1726888177.60880: 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 # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888177.60888: 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 <<< 138029 1726888177.61129: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888177.61150: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888177.61166: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888177.61190: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888177.61210: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 138029 1726888177.61216: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888177.61252: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888177.61263: 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 <<< 138029 1726888177.61290: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 138029 1726888177.61293: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 138029 1726888177.61316: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888177.61322: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888177.61330: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888177.61369: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888177.61372: stdout chunk (state=3): >>># destroy array <<< 138029 1726888177.61375: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888177.61403: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888177.61415: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888177.61479: 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 <<< 138029 1726888177.61490: 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 <<< 138029 1726888177.61532: 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 <<< 138029 1726888177.61536: 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 <<< 138029 1726888177.61554: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888177.61575: 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 <<< 138029 1726888177.61597: 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 <<< 138029 1726888177.61632: 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 <<< 138029 1726888177.61636: 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 <<< 138029 1726888177.61638: 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 <<< 138029 1726888177.61787: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888177.61800: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888177.61829: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888177.61835: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888177.61863: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888177.61896: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888177.61917: 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 <<< 138029 1726888177.61920: stdout chunk (state=3): >>># destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888177.61926: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888177.62023: 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 <<< 138029 1726888177.62027: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888177.62057: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888177.62070: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888177.62087: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888177.62090: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888177.62111: stdout chunk (state=3): >>># destroy _abc # destroy _sre <<< 138029 1726888177.62119: stdout chunk (state=3): >>># destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888177.62136: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888177.62643: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888177.62682: stderr chunk (state=3): >>><<< 138029 1726888177.62685: stdout chunk (state=3): >>><<< 138029 1726888177.62747: _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 0x7ff35b2183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b1e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b21a960> 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 0x7ff35b02cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7ff35b02dfd0> 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 0x7ff35b06be90> # /usr/lib64/python3.12/__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 0x7ff35b06bf50> # /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 0x7ff35b0a3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0a3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b083b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b081280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b069040> # /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 0x7ff35b0c7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0c64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b082150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0c4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0f4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0682c0> # /usr/lib64/python3.12/__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 0x7ff35b0f4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0f4c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff35b0f5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b066de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7ff35b0f5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0f5430> 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 0x7ff35b0f6630> 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 0x7ff35b110860> 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 0x7ff35b111fa0> # /usr/lib64/python3.12/__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 0x7ff35b112e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff35b113440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b112390> # /usr/lib64/python3.12/__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 0x7ff35b113e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b113560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0f6690> # /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 0x7ff35aedfce0> # /usr/lib64/python3.12/__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 0x7ff35af08770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35af084d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff35af087a0> # /usr/lib64/python3.12/__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 0x7ff35af090a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff35af09a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35af08980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35aedde80> # /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 0x7ff35af0ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35af09910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35b0f6d80> # /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 0x7ff35af371a0> # /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 0x7ff35af5f560> # /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 0x7ff35afb8350> # /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 0x7ff35afbaab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35afb8470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35af85340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35adc1430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35af5e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35af0bd70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff35af5e6f0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_181zz54e/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 0x7ff35ae17170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35adf6060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35adf51c0> # 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 0x7ff35ae15460> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7ff35ae3eb10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35ae3e900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35ae3e210> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7ff35ae3ec00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35ae17e00> 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 0x7ff35ae3f800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff35ae3fa40> # /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 0x7ff35ae3ff50> 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 0x7ff35a719d00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff35a71b440> # /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 0x7ff35a71c290> # /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 0x7ff35a71d400> # /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 0x7ff35a71fe90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff35ae17b90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a71e1b0> # /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 0x7ff35a727da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a7268a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a726600> # /usr/lib64/python3.12/__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 0x7ff35a726b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a71e690> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff35a76bf50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a76bfb0> # /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 0x7ff35a76db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a76d910> # /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 0x7ff35a770110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a76e240> # /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 0x7ff35a773800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a7701d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff35a774590> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff35a774800> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff35a774b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a76c230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7ff35a600290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff35a6013a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a776a20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff35a777dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a776630> # 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 0x7ff35a6054c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7ff35a6062a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a6015e0> 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 0x7ff35a606420> # 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 0x7ff35a607590> # 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 0x7ff35a612030> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a60ce60> 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 0x7ff35a702960> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35ae76630> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a6121b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff35a606f00> # 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/mapper/vg1-lv1", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 5243, "dev": 6, "nlink": 1, "atime": 1726888052.2210414, "mtime": 1726888052.2210414, "ctime": 1726888052.2210414, "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": 64770, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/symlink", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/mapper/vg1-lv1", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888177.63289: done with _execute_module (stat, {'path': '/dev/mapper/vg1-lv1', '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-1726888177.1857216-143676-27489044905367/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888177.63293: _low_level_execute_command(): starting 138029 1726888177.63296: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888177.1857216-143676-27489044905367/ > /dev/null 2>&1 && sleep 0' 138029 1726888177.63439: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888177.63443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888177.63445: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888177.63447: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888177.63449: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888177.63451: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888177.63510: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888177.63514: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888177.63516: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888177.63554: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888177.65399: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888177.65425: stderr chunk (state=3): >>><<< 138029 1726888177.65429: stdout chunk (state=3): >>><<< 138029 1726888177.65446: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888177.65452: handler run complete 138029 1726888177.65487: attempt loop complete, returning result 138029 1726888177.65490: _execute() done 138029 1726888177.65493: dumping result to json 138029 1726888177.65498: done dumping result, returning 138029 1726888177.65506: done running TaskExecutor() for managed_node3/TASK: See whether the device node is present [0affc8a3-6f6f-5a58-73a2-000000002076] 138029 1726888177.65510: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002076 138029 1726888177.65609: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002076 138029 1726888177.65611: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726888052.2210414, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726888052.2210414, "dev": 6, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 5243, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726888052.2210414, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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 } } 138029 1726888177.65709: no more pending results, returning what we have 138029 1726888177.65713: results queue empty 138029 1726888177.65714: checking for any_errors_fatal 138029 1726888177.65725: done checking for any_errors_fatal 138029 1726888177.65725: checking for max_fail_percentage 138029 1726888177.65727: done checking for max_fail_percentage 138029 1726888177.65728: checking to see if all hosts have failed and the running result is not ok 138029 1726888177.65729: done checking to see if all hosts have failed 138029 1726888177.65729: getting the remaining hosts for this loop 138029 1726888177.65731: done getting the remaining hosts for this loop 138029 1726888177.65735: getting the next task for host managed_node3 138029 1726888177.65742: done getting next task for host managed_node3 138029 1726888177.65745: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888177.65749: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888177.65760: getting variables 138029 1726888177.65762: in VariableManager get_vars() 138029 1726888177.65792: Calling all_inventory to load vars for managed_node3 138029 1726888177.65794: Calling groups_inventory to load vars for managed_node3 138029 1726888177.65797: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888177.65807: Calling all_plugins_play to load vars for managed_node3 138029 1726888177.65810: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888177.65812: Calling groups_plugins_play to load vars for managed_node3 138029 1726888177.66204: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888177.66768: done with get_vars() 138029 1726888177.66780: done getting variables 138029 1726888177.66821: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:37 -0400 (0:00:00.523) 0:03:10.392 ****** 138029 1726888177.66846: entering _queue_task() for managed_node3/assert 138029 1726888177.67068: worker is 1 (out of 1 available) 138029 1726888177.67084: exiting _queue_task() for managed_node3/assert 138029 1726888177.67097: done queuing things up, now waiting for results queue to drain 138029 1726888177.67099: waiting for pending results... 138029 1726888177.67294: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888177.67400: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002077 138029 1726888177.67412: variable 'ansible_search_path' from source: unknown 138029 1726888177.67444: calling self._execute() 138029 1726888177.67539: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.67543: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.67554: variable 'omit' from source: magic vars 138029 1726888177.67866: variable '_storage_test_volume_present' from source: set_fact 138029 1726888177.67880: variable 'storage_test_volume' from source: include params 138029 1726888177.67898: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 138029 1726888177.67903: variable 'omit' from source: magic vars 138029 1726888177.67947: variable 'omit' from source: magic vars 138029 1726888177.68026: variable 'storage_test_volume' from source: include params 138029 1726888177.68056: variable 'omit' from source: magic vars 138029 1726888177.68096: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888177.68121: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888177.68137: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888177.68150: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.68163: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.68179: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888177.68193: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888177.68219: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888177.68222: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.68225: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.68308: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888177.68311: Set connection var ansible_timeout to 10 138029 1726888177.68319: Set connection var ansible_pipelining to False 138029 1726888177.68322: Set connection var ansible_shell_type to sh 138029 1726888177.68324: Set connection var ansible_connection to ssh 138029 1726888177.68327: Set connection var ansible_shell_executable to /bin/sh 138029 1726888177.68347: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.68349: variable 'ansible_connection' from source: unknown 138029 1726888177.68352: variable 'ansible_module_compression' from source: unknown 138029 1726888177.68354: variable 'ansible_shell_type' from source: unknown 138029 1726888177.68358: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.68360: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.68364: variable 'ansible_pipelining' from source: unknown 138029 1726888177.68370: variable 'ansible_timeout' from source: unknown 138029 1726888177.68374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.68479: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888177.68489: variable 'omit' from source: magic vars 138029 1726888177.68493: starting attempt loop 138029 1726888177.68496: running the handler 138029 1726888177.68606: variable 'storage_test_dev' from source: set_fact 138029 1726888177.68620: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 138029 1726888177.68625: handler run complete 138029 1726888177.68636: attempt loop complete, returning result 138029 1726888177.68640: _execute() done 138029 1726888177.68643: dumping result to json 138029 1726888177.68645: done dumping result, returning 138029 1726888177.68653: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-000000002077] 138029 1726888177.68657: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002077 138029 1726888177.68746: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002077 138029 1726888177.68749: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888177.68814: no more pending results, returning what we have 138029 1726888177.68817: results queue empty 138029 1726888177.68818: checking for any_errors_fatal 138029 1726888177.68826: done checking for any_errors_fatal 138029 1726888177.68827: checking for max_fail_percentage 138029 1726888177.68828: done checking for max_fail_percentage 138029 1726888177.68829: checking to see if all hosts have failed and the running result is not ok 138029 1726888177.68830: done checking to see if all hosts have failed 138029 1726888177.68830: getting the remaining hosts for this loop 138029 1726888177.68832: done getting the remaining hosts for this loop 138029 1726888177.68835: getting the next task for host managed_node3 138029 1726888177.68842: done getting next task for host managed_node3 138029 1726888177.68844: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888177.68849: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888177.68853: getting variables 138029 1726888177.68854: in VariableManager get_vars() 138029 1726888177.68886: Calling all_inventory to load vars for managed_node3 138029 1726888177.68888: Calling groups_inventory to load vars for managed_node3 138029 1726888177.68891: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888177.68904: Calling all_plugins_play to load vars for managed_node3 138029 1726888177.68907: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888177.68909: Calling groups_plugins_play to load vars for managed_node3 138029 1726888177.72854: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888177.73225: done with get_vars() 138029 1726888177.73236: done getting variables 138029 1726888177.73272: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:37 -0400 (0:00:00.064) 0:03:10.456 ****** 138029 1726888177.73293: entering _queue_task() for managed_node3/assert 138029 1726888177.73543: worker is 1 (out of 1 available) 138029 1726888177.73559: exiting _queue_task() for managed_node3/assert 138029 1726888177.73569: done queuing things up, now waiting for results queue to drain 138029 1726888177.73571: waiting for pending results... 138029 1726888177.73767: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888177.73887: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002078 138029 1726888177.73901: variable 'ansible_search_path' from source: unknown 138029 1726888177.73931: calling self._execute() 138029 1726888177.74025: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.74029: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.74041: variable 'omit' from source: magic vars 138029 1726888177.74374: variable '_storage_test_volume_present' from source: set_fact 138029 1726888177.74380: variable 'storage_test_volume' from source: include params 138029 1726888177.74400: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 138029 1726888177.74404: when evaluation is False, skipping this task 138029 1726888177.74408: _execute() done 138029 1726888177.74411: dumping result to json 138029 1726888177.74415: done dumping result, returning 138029 1726888177.74420: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-000000002078] 138029 1726888177.74423: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002078 138029 1726888177.74511: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002078 138029 1726888177.74514: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 138029 1726888177.74566: no more pending results, returning what we have 138029 1726888177.74570: results queue empty 138029 1726888177.74571: checking for any_errors_fatal 138029 1726888177.74585: done checking for any_errors_fatal 138029 1726888177.74586: checking for max_fail_percentage 138029 1726888177.74587: done checking for max_fail_percentage 138029 1726888177.74588: checking to see if all hosts have failed and the running result is not ok 138029 1726888177.74589: done checking to see if all hosts have failed 138029 1726888177.74590: getting the remaining hosts for this loop 138029 1726888177.74592: done getting the remaining hosts for this loop 138029 1726888177.74595: getting the next task for host managed_node3 138029 1726888177.74602: done getting next task for host managed_node3 138029 1726888177.74606: ^ task is: TASK: Make sure we got info about this volume 138029 1726888177.74612: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888177.74617: getting variables 138029 1726888177.74618: in VariableManager get_vars() 138029 1726888177.74650: Calling all_inventory to load vars for managed_node3 138029 1726888177.74653: Calling groups_inventory to load vars for managed_node3 138029 1726888177.74658: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888177.74667: Calling all_plugins_play to load vars for managed_node3 138029 1726888177.74670: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888177.74672: Calling groups_plugins_play to load vars for managed_node3 138029 1726888177.75048: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888177.75437: done with get_vars() 138029 1726888177.75447: done getting variables 138029 1726888177.75489: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:37 -0400 (0:00:00.022) 0:03:10.478 ****** 138029 1726888177.75514: entering _queue_task() for managed_node3/assert 138029 1726888177.75713: worker is 1 (out of 1 available) 138029 1726888177.75726: exiting _queue_task() for managed_node3/assert 138029 1726888177.75738: done queuing things up, now waiting for results queue to drain 138029 1726888177.75740: waiting for pending results... 138029 1726888177.75924: running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume 138029 1726888177.76030: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002079 138029 1726888177.76041: variable 'ansible_search_path' from source: unknown 138029 1726888177.76073: calling self._execute() 138029 1726888177.76160: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.76166: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.76179: variable 'omit' from source: magic vars 138029 1726888177.76443: variable '_storage_test_volume_present' from source: set_fact 138029 1726888177.76450: Evaluated conditional (_storage_test_volume_present): True 138029 1726888177.76457: variable 'omit' from source: magic vars 138029 1726888177.76500: variable 'omit' from source: magic vars 138029 1726888177.76586: variable 'storage_test_volume' from source: include params 138029 1726888177.76623: variable 'omit' from source: magic vars 138029 1726888177.76659: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888177.76687: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888177.76702: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888177.76715: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.76728: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.76743: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888177.76757: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888177.76782: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888177.76785: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.76787: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.76871: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888177.76874: Set connection var ansible_timeout to 10 138029 1726888177.76877: Set connection var ansible_pipelining to False 138029 1726888177.76880: Set connection var ansible_shell_type to sh 138029 1726888177.76883: Set connection var ansible_connection to ssh 138029 1726888177.76888: Set connection var ansible_shell_executable to /bin/sh 138029 1726888177.76909: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.76912: variable 'ansible_connection' from source: unknown 138029 1726888177.76914: variable 'ansible_module_compression' from source: unknown 138029 1726888177.76917: variable 'ansible_shell_type' from source: unknown 138029 1726888177.76919: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.76921: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.76926: variable 'ansible_pipelining' from source: unknown 138029 1726888177.76928: variable 'ansible_timeout' from source: unknown 138029 1726888177.76933: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.77035: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888177.77047: variable 'omit' from source: magic vars 138029 1726888177.77050: starting attempt loop 138029 1726888177.77053: running the handler 138029 1726888177.77172: variable 'storage_test_volume' from source: include params 138029 1726888177.77179: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888177.77198: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 138029 1726888177.77204: handler run complete 138029 1726888177.77214: attempt loop complete, returning result 138029 1726888177.77217: _execute() done 138029 1726888177.77219: dumping result to json 138029 1726888177.77222: done dumping result, returning 138029 1726888177.77229: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume [0affc8a3-6f6f-5a58-73a2-000000002079] 138029 1726888177.77233: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002079 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888177.77374: no more pending results, returning what we have 138029 1726888177.77377: results queue empty 138029 1726888177.77378: checking for any_errors_fatal 138029 1726888177.77386: done checking for any_errors_fatal 138029 1726888177.77387: checking for max_fail_percentage 138029 1726888177.77388: done checking for max_fail_percentage 138029 1726888177.77389: checking to see if all hosts have failed and the running result is not ok 138029 1726888177.77390: done checking to see if all hosts have failed 138029 1726888177.77391: getting the remaining hosts for this loop 138029 1726888177.77392: done getting the remaining hosts for this loop 138029 1726888177.77395: getting the next task for host managed_node3 138029 1726888177.77403: done getting next task for host managed_node3 138029 1726888177.77405: ^ task is: TASK: Process volume type (set initial value) (1/2) 138029 1726888177.77412: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888177.77415: getting variables 138029 1726888177.77416: in VariableManager get_vars() 138029 1726888177.77445: Calling all_inventory to load vars for managed_node3 138029 1726888177.77448: Calling groups_inventory to load vars for managed_node3 138029 1726888177.77451: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888177.77461: Calling all_plugins_play to load vars for managed_node3 138029 1726888177.77466: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888177.77475: Calling groups_plugins_play to load vars for managed_node3 138029 1726888177.77860: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002079 138029 1726888177.77866: WORKER PROCESS EXITING 138029 1726888177.77877: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888177.78267: done with get_vars() 138029 1726888177.78279: done getting variables 138029 1726888177.78320: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:37 -0400 (0:00:00.028) 0:03:10.507 ****** 138029 1726888177.78344: entering _queue_task() for managed_node3/set_fact 138029 1726888177.78547: worker is 1 (out of 1 available) 138029 1726888177.78563: exiting _queue_task() for managed_node3/set_fact 138029 1726888177.78576: done queuing things up, now waiting for results queue to drain 138029 1726888177.78578: waiting for pending results... 138029 1726888177.78779: running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) 138029 1726888177.78880: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000207a 138029 1726888177.78898: variable 'ansible_search_path' from source: unknown 138029 1726888177.78926: calling self._execute() 138029 1726888177.79024: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.79028: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.79038: variable 'omit' from source: magic vars 138029 1726888177.79125: variable 'omit' from source: magic vars 138029 1726888177.79173: variable 'omit' from source: magic vars 138029 1726888177.79360: variable 'storage_test_volume' from source: include params 138029 1726888177.79399: variable 'omit' from source: magic vars 138029 1726888177.79432: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888177.79462: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888177.79480: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888177.79493: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.79504: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.79517: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888177.79529: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888177.79554: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888177.79559: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.79561: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.79641: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888177.79645: Set connection var ansible_timeout to 10 138029 1726888177.79652: Set connection var ansible_pipelining to False 138029 1726888177.79661: Set connection var ansible_shell_type to sh 138029 1726888177.79664: Set connection var ansible_connection to ssh 138029 1726888177.79667: Set connection var ansible_shell_executable to /bin/sh 138029 1726888177.79685: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.79688: variable 'ansible_connection' from source: unknown 138029 1726888177.79691: variable 'ansible_module_compression' from source: unknown 138029 1726888177.79693: variable 'ansible_shell_type' from source: unknown 138029 1726888177.79695: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.79697: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.79702: variable 'ansible_pipelining' from source: unknown 138029 1726888177.79705: variable 'ansible_timeout' from source: unknown 138029 1726888177.79709: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.79815: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888177.80064: variable 'omit' from source: magic vars 138029 1726888177.80067: starting attempt loop 138029 1726888177.80070: running the handler 138029 1726888177.80072: handler run complete 138029 1726888177.80075: attempt loop complete, returning result 138029 1726888177.80077: _execute() done 138029 1726888177.80079: dumping result to json 138029 1726888177.80081: done dumping result, returning 138029 1726888177.80083: done running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-5a58-73a2-00000000207a] 138029 1726888177.80085: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000207a 138029 1726888177.80150: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000207a 138029 1726888177.80154: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } 138029 1726888177.80210: no more pending results, returning what we have 138029 1726888177.80213: results queue empty 138029 1726888177.80214: checking for any_errors_fatal 138029 1726888177.80220: done checking for any_errors_fatal 138029 1726888177.80221: checking for max_fail_percentage 138029 1726888177.80222: done checking for max_fail_percentage 138029 1726888177.80223: checking to see if all hosts have failed and the running result is not ok 138029 1726888177.80224: done checking to see if all hosts have failed 138029 1726888177.80225: getting the remaining hosts for this loop 138029 1726888177.80226: done getting the remaining hosts for this loop 138029 1726888177.80229: getting the next task for host managed_node3 138029 1726888177.80237: done getting next task for host managed_node3 138029 1726888177.80239: ^ task is: TASK: Process volume type (get RAID value) (2/2) 138029 1726888177.80246: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888177.80250: getting variables 138029 1726888177.80251: in VariableManager get_vars() 138029 1726888177.80286: Calling all_inventory to load vars for managed_node3 138029 1726888177.80289: Calling groups_inventory to load vars for managed_node3 138029 1726888177.80292: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888177.80302: Calling all_plugins_play to load vars for managed_node3 138029 1726888177.80305: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888177.80308: Calling groups_plugins_play to load vars for managed_node3 138029 1726888177.81062: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888177.81805: done with get_vars() 138029 1726888177.81827: done getting variables 138029 1726888177.81897: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:37 -0400 (0:00:00.035) 0:03:10.542 ****** 138029 1726888177.81932: entering _queue_task() for managed_node3/set_fact 138029 1726888177.82324: worker is 1 (out of 1 available) 138029 1726888177.82335: exiting _queue_task() for managed_node3/set_fact 138029 1726888177.82345: done queuing things up, now waiting for results queue to drain 138029 1726888177.82347: waiting for pending results... 138029 1726888177.82563: running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) 138029 1726888177.82717: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000207b 138029 1726888177.82739: variable 'ansible_search_path' from source: unknown 138029 1726888177.82792: calling self._execute() 138029 1726888177.82932: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.82945: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.82982: variable 'omit' from source: magic vars 138029 1726888177.83528: variable 'storage_test_volume' from source: include params 138029 1726888177.83533: Evaluated conditional (storage_test_volume.type == "raid"): False 138029 1726888177.83536: when evaluation is False, skipping this task 138029 1726888177.83539: _execute() done 138029 1726888177.83543: dumping result to json 138029 1726888177.83546: done dumping result, returning 138029 1726888177.83549: done running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-5a58-73a2-00000000207b] 138029 1726888177.83551: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000207b skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 138029 1726888177.83827: no more pending results, returning what we have 138029 1726888177.83831: results queue empty 138029 1726888177.83833: checking for any_errors_fatal 138029 1726888177.83845: done checking for any_errors_fatal 138029 1726888177.83846: checking for max_fail_percentage 138029 1726888177.83850: done checking for max_fail_percentage 138029 1726888177.83851: checking to see if all hosts have failed and the running result is not ok 138029 1726888177.83852: done checking to see if all hosts have failed 138029 1726888177.83853: getting the remaining hosts for this loop 138029 1726888177.83854: done getting the remaining hosts for this loop 138029 1726888177.83860: getting the next task for host managed_node3 138029 1726888177.83870: done getting next task for host managed_node3 138029 1726888177.83873: ^ task is: TASK: Verify the volume's device type 138029 1726888177.83882: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888177.83889: getting variables 138029 1726888177.83891: in VariableManager get_vars() 138029 1726888177.83926: Calling all_inventory to load vars for managed_node3 138029 1726888177.83929: Calling groups_inventory to load vars for managed_node3 138029 1726888177.83933: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888177.83946: Calling all_plugins_play to load vars for managed_node3 138029 1726888177.83949: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888177.83953: Calling groups_plugins_play to load vars for managed_node3 138029 1726888177.84110: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000207b 138029 1726888177.84114: WORKER PROCESS EXITING 138029 1726888177.84664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888177.85024: done with get_vars() 138029 1726888177.85035: done getting variables 138029 1726888177.85078: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:37 -0400 (0:00:00.031) 0:03:10.574 ****** 138029 1726888177.85099: entering _queue_task() for managed_node3/assert 138029 1726888177.85286: worker is 1 (out of 1 available) 138029 1726888177.85298: exiting _queue_task() for managed_node3/assert 138029 1726888177.85310: done queuing things up, now waiting for results queue to drain 138029 1726888177.85312: waiting for pending results... 138029 1726888177.85500: running TaskExecutor() for managed_node3/TASK: Verify the volume's device type 138029 1726888177.85598: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000207c 138029 1726888177.85611: variable 'ansible_search_path' from source: unknown 138029 1726888177.85638: calling self._execute() 138029 1726888177.85733: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.85739: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.85748: variable 'omit' from source: magic vars 138029 1726888177.86030: variable '_storage_test_volume_present' from source: set_fact 138029 1726888177.86037: Evaluated conditional (_storage_test_volume_present): True 138029 1726888177.86042: variable 'omit' from source: magic vars 138029 1726888177.86091: variable 'omit' from source: magic vars 138029 1726888177.86115: variable 'omit' from source: magic vars 138029 1726888177.86147: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888177.86178: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888177.86196: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888177.86210: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.86219: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.86231: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888177.86244: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888177.86271: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888177.86274: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.86277: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.86362: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888177.86369: Set connection var ansible_timeout to 10 138029 1726888177.86375: Set connection var ansible_pipelining to False 138029 1726888177.86378: Set connection var ansible_shell_type to sh 138029 1726888177.86380: Set connection var ansible_connection to ssh 138029 1726888177.86384: Set connection var ansible_shell_executable to /bin/sh 138029 1726888177.86409: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.86412: variable 'ansible_connection' from source: unknown 138029 1726888177.86414: variable 'ansible_module_compression' from source: unknown 138029 1726888177.86416: variable 'ansible_shell_type' from source: unknown 138029 1726888177.86418: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.86421: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.86423: variable 'ansible_pipelining' from source: unknown 138029 1726888177.86425: variable 'ansible_timeout' from source: unknown 138029 1726888177.86427: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.86527: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888177.86538: variable 'omit' from source: magic vars 138029 1726888177.86540: starting attempt loop 138029 1726888177.86543: running the handler 138029 1726888177.86683: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888177.86703: variable 'storage_test_volume' from source: include params 138029 1726888177.86714: variable 'st_volume_type' from source: set_fact 138029 1726888177.86728: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 138029 1726888177.86731: handler run complete 138029 1726888177.86743: attempt loop complete, returning result 138029 1726888177.86746: _execute() done 138029 1726888177.86749: dumping result to json 138029 1726888177.86751: done dumping result, returning 138029 1726888177.86758: done running TaskExecutor() for managed_node3/TASK: Verify the volume's device type [0affc8a3-6f6f-5a58-73a2-00000000207c] 138029 1726888177.86764: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000207c 138029 1726888177.86847: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000207c 138029 1726888177.86850: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888177.86899: no more pending results, returning what we have 138029 1726888177.86902: results queue empty 138029 1726888177.86903: checking for any_errors_fatal 138029 1726888177.86913: done checking for any_errors_fatal 138029 1726888177.86913: checking for max_fail_percentage 138029 1726888177.86915: done checking for max_fail_percentage 138029 1726888177.86916: checking to see if all hosts have failed and the running result is not ok 138029 1726888177.86917: done checking to see if all hosts have failed 138029 1726888177.86918: getting the remaining hosts for this loop 138029 1726888177.86919: done getting the remaining hosts for this loop 138029 1726888177.86922: getting the next task for host managed_node3 138029 1726888177.86933: done getting next task for host managed_node3 138029 1726888177.86936: ^ task is: TASK: Stat the LUKS device, if encrypted 138029 1726888177.86943: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888177.86946: getting variables 138029 1726888177.86947: in VariableManager get_vars() 138029 1726888177.86976: Calling all_inventory to load vars for managed_node3 138029 1726888177.86979: Calling groups_inventory to load vars for managed_node3 138029 1726888177.86982: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888177.86990: Calling all_plugins_play to load vars for managed_node3 138029 1726888177.86997: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888177.87000: Calling groups_plugins_play to load vars for managed_node3 138029 1726888177.87382: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888177.87763: done with get_vars() 138029 1726888177.87775: 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:09:37 -0400 (0:00:00.027) 0:03:10.601 ****** 138029 1726888177.87837: entering _queue_task() for managed_node3/stat 138029 1726888177.88019: worker is 1 (out of 1 available) 138029 1726888177.88032: exiting _queue_task() for managed_node3/stat 138029 1726888177.88043: done queuing things up, now waiting for results queue to drain 138029 1726888177.88045: waiting for pending results... 138029 1726888177.88220: running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted 138029 1726888177.88316: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002080 138029 1726888177.88326: variable 'ansible_search_path' from source: unknown 138029 1726888177.88356: calling self._execute() 138029 1726888177.88443: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.88448: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.88460: variable 'omit' from source: magic vars 138029 1726888177.88736: variable 'storage_test_volume' from source: include params 138029 1726888177.88759: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888177.88762: when evaluation is False, skipping this task 138029 1726888177.88765: _execute() done 138029 1726888177.88768: dumping result to json 138029 1726888177.88773: done dumping result, returning 138029 1726888177.88779: done running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-5a58-73a2-000000002080] 138029 1726888177.88784: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002080 138029 1726888177.88877: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002080 138029 1726888177.88881: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888177.88929: no more pending results, returning what we have 138029 1726888177.88932: results queue empty 138029 1726888177.88933: checking for any_errors_fatal 138029 1726888177.88939: done checking for any_errors_fatal 138029 1726888177.88940: checking for max_fail_percentage 138029 1726888177.88941: done checking for max_fail_percentage 138029 1726888177.88942: checking to see if all hosts have failed and the running result is not ok 138029 1726888177.88942: done checking to see if all hosts have failed 138029 1726888177.88943: getting the remaining hosts for this loop 138029 1726888177.88944: done getting the remaining hosts for this loop 138029 1726888177.88947: getting the next task for host managed_node3 138029 1726888177.88953: done getting next task for host managed_node3 138029 1726888177.88958: ^ task is: TASK: Ensure cryptsetup is present 138029 1726888177.88964: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888177.88968: getting variables 138029 1726888177.88969: in VariableManager get_vars() 138029 1726888177.88997: Calling all_inventory to load vars for managed_node3 138029 1726888177.88999: Calling groups_inventory to load vars for managed_node3 138029 1726888177.89002: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888177.89010: Calling all_plugins_play to load vars for managed_node3 138029 1726888177.89012: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888177.89015: Calling groups_plugins_play to load vars for managed_node3 138029 1726888177.89371: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888177.89760: done with get_vars() 138029 1726888177.89772: done getting variables 138029 1726888177.89811: 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:09:37 -0400 (0:00:00.019) 0:03:10.621 ****** 138029 1726888177.89832: entering _queue_task() for managed_node3/package 138029 1726888177.90016: worker is 1 (out of 1 available) 138029 1726888177.90028: exiting _queue_task() for managed_node3/package 138029 1726888177.90040: done queuing things up, now waiting for results queue to drain 138029 1726888177.90042: waiting for pending results... 138029 1726888177.90221: running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present 138029 1726888177.90318: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002081 138029 1726888177.90328: variable 'ansible_search_path' from source: unknown 138029 1726888177.90354: calling self._execute() 138029 1726888177.90444: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.90448: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.90459: variable 'omit' from source: magic vars 138029 1726888177.90545: variable 'omit' from source: magic vars 138029 1726888177.90599: variable 'omit' from source: magic vars 138029 1726888177.90796: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888177.92287: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888177.92340: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888177.92376: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888177.92402: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888177.92421: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888177.92497: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888177.92516: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888177.92534: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888177.92568: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888177.92580: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888177.92673: variable '__storage_is_ostree' from source: set_fact 138029 1726888177.92676: variable 'omit' from source: magic vars 138029 1726888177.92693: variable 'omit' from source: magic vars 138029 1726888177.92712: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888177.92732: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888177.92746: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888177.92759: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.92772: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888177.92785: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888177.92798: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888177.92819: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888177.92822: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.92826: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.92907: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888177.92910: Set connection var ansible_timeout to 10 138029 1726888177.92916: Set connection var ansible_pipelining to False 138029 1726888177.92918: Set connection var ansible_shell_type to sh 138029 1726888177.92921: Set connection var ansible_connection to ssh 138029 1726888177.92926: Set connection var ansible_shell_executable to /bin/sh 138029 1726888177.92946: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.92948: variable 'ansible_connection' from source: unknown 138029 1726888177.92951: variable 'ansible_module_compression' from source: unknown 138029 1726888177.92953: variable 'ansible_shell_type' from source: unknown 138029 1726888177.92957: variable 'ansible_shell_executable' from source: unknown 138029 1726888177.92960: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888177.92962: variable 'ansible_pipelining' from source: unknown 138029 1726888177.92968: variable 'ansible_timeout' from source: unknown 138029 1726888177.92971: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888177.93042: 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) 138029 1726888177.93052: variable 'omit' from source: magic vars 138029 1726888177.93058: starting attempt loop 138029 1726888177.93061: running the handler 138029 1726888177.93069: variable 'ansible_facts' from source: unknown 138029 1726888177.93072: variable 'ansible_facts' from source: unknown 138029 1726888177.93113: _low_level_execute_command(): starting 138029 1726888177.93118: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888177.93617: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888177.93621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888177.93623: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888177.93625: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888177.93674: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888177.93678: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888177.93687: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888177.93754: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888177.95476: stdout chunk (state=3): >>>/root <<< 138029 1726888177.95585: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888177.95609: stderr chunk (state=3): >>><<< 138029 1726888177.95612: stdout chunk (state=3): >>><<< 138029 1726888177.95632: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888177.95643: _low_level_execute_command(): starting 138029 1726888177.95649: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888177.9563284-143698-39357486938700 `" && echo ansible-tmp-1726888177.9563284-143698-39357486938700="` echo /root/.ansible/tmp/ansible-tmp-1726888177.9563284-143698-39357486938700 `" ) && sleep 0' 138029 1726888177.96076: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888177.96081: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888177.96083: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888177.96086: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888177.96134: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888177.96137: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888177.96192: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888178.06725: stdout chunk (state=3): >>>ansible-tmp-1726888177.9563284-143698-39357486938700=/root/.ansible/tmp/ansible-tmp-1726888177.9563284-143698-39357486938700 <<< 138029 1726888178.06845: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888178.06878: stderr chunk (state=3): >>><<< 138029 1726888178.06886: stdout chunk (state=3): >>><<< 138029 1726888178.06902: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888177.9563284-143698-39357486938700=/root/.ansible/tmp/ansible-tmp-1726888177.9563284-143698-39357486938700 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888178.06930: variable 'ansible_module_compression' from source: unknown 138029 1726888178.06980: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 138029 1726888178.07013: variable 'ansible_facts' from source: unknown 138029 1726888178.07094: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888177.9563284-143698-39357486938700/AnsiballZ_dnf.py 138029 1726888178.07197: Sending initial data 138029 1726888178.07200: Sent initial data (153 bytes) 138029 1726888178.07652: 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 <<< 138029 1726888178.07657: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888178.07660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888178.07662: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888178.07664: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888178.07714: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888178.07717: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888178.07770: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888178.09414: 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 <<< 138029 1726888178.09419: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888178.09469: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888178.09518: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmphvs8qzdd /root/.ansible/tmp/ansible-tmp-1726888177.9563284-143698-39357486938700/AnsiballZ_dnf.py <<< 138029 1726888178.09525: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888177.9563284-143698-39357486938700/AnsiballZ_dnf.py" <<< 138029 1726888178.09565: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmphvs8qzdd" to remote "/root/.ansible/tmp/ansible-tmp-1726888177.9563284-143698-39357486938700/AnsiballZ_dnf.py" <<< 138029 1726888178.09572: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888177.9563284-143698-39357486938700/AnsiballZ_dnf.py" <<< 138029 1726888178.10271: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888178.10307: stderr chunk (state=3): >>><<< 138029 1726888178.10310: stdout chunk (state=3): >>><<< 138029 1726888178.10347: done transferring module to remote 138029 1726888178.10367: _low_level_execute_command(): starting 138029 1726888178.10371: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888177.9563284-143698-39357486938700/ /root/.ansible/tmp/ansible-tmp-1726888177.9563284-143698-39357486938700/AnsiballZ_dnf.py && sleep 0' 138029 1726888178.10807: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888178.10810: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888178.10813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888178.10815: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888178.10817: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888178.10865: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888178.10868: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888178.10920: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888178.12779: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888178.12802: stderr chunk (state=3): >>><<< 138029 1726888178.12805: stdout chunk (state=3): >>><<< 138029 1726888178.12818: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888178.12822: _low_level_execute_command(): starting 138029 1726888178.12826: _low_level_execute_command(): using become for this command 138029 1726888178.12836: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-kunyltrwfzbtpjvoavpnbotnsvrmekwf ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888177.9563284-143698-39357486938700/AnsiballZ_dnf.py'"'"' && sleep 0' 138029 1726888178.12916: Initial state: awaiting_escalation: BECOME-SUCCESS-kunyltrwfzbtpjvoavpnbotnsvrmekwf 138029 1726888178.13297: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888178.13301: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888178.13333: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888178.13337: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888178.13395: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888178.16440: stdout chunk (state=1): >>>BECOME-SUCCESS-kunyltrwfzbtpjvoavpnbotnsvrmekwf <<< 138029 1726888178.16444: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-kunyltrwfzbtpjvoavpnbotnsvrmekwf' 138029 1726888178.16794: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888178.16830: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888178.16867: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888178.16875: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888178.16938: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888178.16943: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888178.16981: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888178.17010: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888178.17014: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888178.17053: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888178.17097: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888178.17100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.17117: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888178.17144: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888178.17179: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888178.17203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888178.17217: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee2e83e0> <<< 138029 1726888178.17220: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee2b7a10> <<< 138029 1726888178.17254: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888178.17259: 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 0x7fe3ee2ea960> <<< 138029 1726888178.17282: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888178.17307: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888178.17336: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888178.17370: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888178.17375: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888178.17454: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888178.17483: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888178.17487: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888178.17520: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888178.17531: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888178.17559: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 138029 1726888178.17562: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888178.17578: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888178.17583: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888178.17613: 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 <<< 138029 1726888178.17617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888178.17645: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee098fe0> <<< 138029 1726888178.17700: 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 <<< 138029 1726888178.17711: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.17718: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee099fd0> <<< 138029 1726888178.17750: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888178.17783: 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. <<< 138029 1726888178.18064: 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' <<< 138029 1726888178.18077: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888178.18096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.18108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888178.18151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888178.18172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888178.18201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888178.18208: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee0dfdd0> <<< 138029 1726888178.18231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888178.18246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888178.18279: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888178.18286: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee0dffe0> <<< 138029 1726888178.18306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888178.18332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888178.18354: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888178.18403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.18422: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888178.18453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 138029 1726888178.18464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee10f7a0> <<< 138029 1726888178.18471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888178.18492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888178.18508: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee10fe30> <<< 138029 1726888178.18511: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888178.18560: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee0efaa0> <<< 138029 1726888178.18577: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888178.18606: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee0ed1c0> <<< 138029 1726888178.18697: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee0dcf80> <<< 138029 1726888178.18720: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888178.18744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888178.18751: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888178.18781: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888178.18803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888178.18827: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888178.18835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888178.18871: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee1336e0> <<< 138029 1726888178.18879: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee132300> <<< 138029 1726888178.18910: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888178.18914: 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 0x7fe3ee0ee090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee130b90> <<< 138029 1726888178.18979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888178.18982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 138029 1726888178.18984: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee164740> <<< 138029 1726888178.18991: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee0dc200> <<< 138029 1726888178.19017: 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' <<< 138029 1726888178.19048: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.19061: 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 0x7fe3ee164bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee164aa0> <<< 138029 1726888178.19093: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.19096: 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 0x7fe3ee164e90> <<< 138029 1726888178.19109: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee0d2d20> <<< 138029 1726888178.19166: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888178.19169: 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 <<< 138029 1726888178.19196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888178.19221: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee165550> <<< 138029 1726888178.19224: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee165220> <<< 138029 1726888178.19226: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888178.19263: 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' <<< 138029 1726888178.19286: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee166450> <<< 138029 1726888178.19299: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888178.19303: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888178.19326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888178.19376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888178.19379: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888178.19406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee180680> <<< 138029 1726888178.19411: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888178.19446: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.19450: 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 0x7fe3ee181dc0> <<< 138029 1726888178.19486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888178.19492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888178.19516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888178.19529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888178.19533: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee182c60> <<< 138029 1726888178.19577: 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' <<< 138029 1726888178.19583: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3ee183290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee1821b0> <<< 138029 1726888178.19614: 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' <<< 138029 1726888178.19654: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.19659: 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 0x7fe3ee183d10> <<< 138029 1726888178.19678: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee183440> <<< 138029 1726888178.19723: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee1664b0> <<< 138029 1726888178.19747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888178.19774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888178.19792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888178.19811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888178.19848: 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' <<< 138029 1726888178.19852: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3edeafc50> <<< 138029 1726888178.19878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888178.19882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888178.19913: 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 0x7fe3eded8710> <<< 138029 1726888178.19917: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eded8470> <<< 138029 1726888178.19945: 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 0x7fe3eded8740> <<< 138029 1726888178.19977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888178.19982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888178.20056: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.20178: 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 0x7fe3eded9040> <<< 138029 1726888178.20306: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.20312: 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 0x7fe3eded9a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eded8920> <<< 138029 1726888178.20327: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edeaddf0> <<< 138029 1726888178.20355: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888178.20373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888178.20399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888178.20407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888178.20428: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ededae10> <<< 138029 1726888178.20448: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eded9b50> <<< 138029 1726888178.20473: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee166ba0> <<< 138029 1726888178.20495: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888178.20560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.20574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888178.20613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888178.20642: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edf031a0> <<< 138029 1726888178.20702: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888178.20706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.20732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888178.20751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888178.20796: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edf2f560> <<< 138029 1726888178.20822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888178.20865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888178.20918: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888178.20945: 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 0x7fe3edf88350> <<< 138029 1726888178.20964: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888178.20996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888178.21020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888178.21071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888178.21164: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edf8aab0> <<< 138029 1726888178.21244: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edf88470> <<< 138029 1726888178.21277: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edf55340> <<< 138029 1726888178.21309: 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' <<< 138029 1726888178.21314: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edd8d460> <<< 138029 1726888178.21339: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edf2e390> <<< 138029 1726888178.21346: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ededbd70> <<< 138029 1726888178.24729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888178.24750: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe3edf2e4b0> <<< 138029 1726888178.32000: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_n7wdwt8x/ansible_ansible.legacy.dnf_payload.zip' <<< 138029 1726888178.32008: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.32146: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.32177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888178.32195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888178.32244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888178.32324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888178.32363: 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' <<< 138029 1726888178.32368: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edde71d0> import '_typing' # <<< 138029 1726888178.32566: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eddc60c0> <<< 138029 1726888178.32570: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eddc5220> # zipimport: zlib available <<< 138029 1726888178.32606: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888178.32612: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.32639: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.32655: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.32671: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888178.32689: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.34101: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.35252: 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' <<< 138029 1726888178.35258: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edde5070> <<< 138029 1726888178.35284: 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' <<< 138029 1726888178.35317: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888178.35323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888178.35351: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888178.35362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888178.35382: 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 0x7fe3ede0ab70> <<< 138029 1726888178.35421: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ede0a900> <<< 138029 1726888178.35461: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ede0a210> <<< 138029 1726888178.35483: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888178.35488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888178.35531: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ede0a660> <<< 138029 1726888178.35537: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edde7bf0> import 'atexit' # <<< 138029 1726888178.35579: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.35583: 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 0x7fe3ede0b920> <<< 138029 1726888178.35606: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.35613: 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 0x7fe3ede0bb30> <<< 138029 1726888178.35631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888178.35677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888178.35693: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888178.35741: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ede0bf50> <<< 138029 1726888178.35753: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888178.35774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888178.35806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888178.35843: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed719d90> <<< 138029 1726888178.35878: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.35881: 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 0x7fe3ed71b9b0> <<< 138029 1726888178.35900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888178.35915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888178.35950: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed71c380> <<< 138029 1726888178.35970: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888178.36005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888178.36020: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed71d520> <<< 138029 1726888178.36045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888178.36081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888178.36106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888178.36112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888178.36167: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed71ff50> <<< 138029 1726888178.36202: 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 0x7fe3ee182ae0> <<< 138029 1726888178.36220: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed71e240> <<< 138029 1726888178.36270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888178.36275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888178.36304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888178.36309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888178.36328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888178.36362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888178.36388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888178.36391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 138029 1726888178.36400: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed727e60> <<< 138029 1726888178.36412: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888178.36476: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed726930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed726690> <<< 138029 1726888178.36500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888178.36509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888178.36585: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed726c00> <<< 138029 1726888178.36617: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed71e720> <<< 138029 1726888178.36646: 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 0x7fe3ed76bef0> <<< 138029 1726888178.36672: 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 0x7fe3ed76c110> <<< 138029 1726888178.36699: 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 <<< 138029 1726888178.36711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888178.36732: 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' <<< 138029 1726888178.36776: 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 0x7fe3ed76dc40> <<< 138029 1726888178.36784: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed76da00> <<< 138029 1726888178.36796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888178.36919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888178.36969: 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 0x7fe3ed7701d0> <<< 138029 1726888178.36973: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed76e300> <<< 138029 1726888178.37002: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888178.37043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.37057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888178.37087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888178.37125: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed7738c0> <<< 138029 1726888178.37250: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed7702f0> <<< 138029 1726888178.37315: 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 0x7fe3ed7746b0> <<< 138029 1726888178.37346: 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 0x7fe3ed7749b0> <<< 138029 1726888178.37385: 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 0x7fe3ed774a10> <<< 138029 1726888178.37404: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed76c350> <<< 138029 1726888178.37420: 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 <<< 138029 1726888178.37436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888178.37461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888178.37475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888178.37502: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.37522: 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 0x7fe3ed6001d0> <<< 138029 1726888178.37674: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.37684: 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 0x7fe3ed6012e0> <<< 138029 1726888178.37696: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed776960> <<< 138029 1726888178.37729: 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 0x7fe3ed777d10> <<< 138029 1726888178.37732: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed7765a0> <<< 138029 1726888178.37747: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.37769: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888178.37781: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.37871: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.37971: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.37980: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888178.38000: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.38006: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888178.38026: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.38142: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.38264: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.38815: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.39370: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888178.39381: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 138029 1726888178.39387: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888178.39414: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888178.39429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.39483: 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 0x7fe3ed605460> <<< 138029 1726888178.39566: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888178.39569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888178.39595: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed606210> <<< 138029 1726888178.39604: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eded99d0> <<< 138029 1726888178.39651: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888178.39668: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.39689: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.39710: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888178.39715: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.39868: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.40037: 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' <<< 138029 1726888178.40044: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed606300> <<< 138029 1726888178.40053: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.40513: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.40967: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.41039: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.41120: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888178.41126: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.41170: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.41208: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888178.41213: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.41283: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.41367: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888178.41388: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.41405: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888178.41419: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.41461: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.41501: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888178.41512: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.41748: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.41982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888178.42053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888178.42069: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888178.42140: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed607530> <<< 138029 1726888178.42149: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.42228: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.42313: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888178.42316: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 138029 1726888178.42319: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888178.42349: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.42391: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.42432: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888178.42441: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.42492: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.42538: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.42596: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.42669: 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 <<< 138029 1726888178.42711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.42800: 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 0x7fe3ed612120> <<< 138029 1726888178.42844: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed60d760> <<< 138029 1726888178.42879: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888178.42883: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.42949: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.43012: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.43047: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.43090: 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' <<< 138029 1726888178.43110: 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 <<< 138029 1726888178.43135: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888178.43159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888178.43218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888178.43243: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888178.43261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888178.43318: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed702990> <<< 138029 1726888178.43370: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ede3e660> <<< 138029 1726888178.43463: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6121b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6097c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888178.43470: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.43499: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.43527: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888178.43582: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888178.43600: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.43616: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888178.43630: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.44213: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.44757: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.45436: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.46120: 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 0x7fe3ed6a44a0> <<< 138029 1726888178.46156: 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 0x7fe3ed6a46e0> <<< 138029 1726888178.46182: 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' <<< 138029 1726888178.46192: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 138029 1726888178.46197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 138029 1726888178.46231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 138029 1726888178.46237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a4e00> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a49b0> <<< 138029 1726888178.46279: 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' <<< 138029 1726888178.46285: 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' <<< 138029 1726888178.46327: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a5760> <<< 138029 1726888178.46349: 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' <<< 138029 1726888178.46378: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 138029 1726888178.46381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 138029 1726888178.46406: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 138029 1726888178.46412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 138029 1726888178.46437: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 138029 1726888178.46446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 138029 1726888178.46470: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 138029 1726888178.46475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 138029 1726888178.46497: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed68d940> <<< 138029 1726888178.46544: 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 0x7fe3ed68c890> <<< 138029 1726888178.46563: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 138029 1726888178.46569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 138029 1726888178.46575: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed2ce690> <<< 138029 1726888178.46618: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a6f30> <<< 138029 1726888178.46638: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 138029 1726888178.46704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 138029 1726888178.46722: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 138029 1726888178.46734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 138029 1726888178.46754: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 138029 1726888178.46796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 138029 1726888178.46867: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed2d5220> <<< 138029 1726888178.46870: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed2cfdd0> <<< 138029 1726888178.46904: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed2cf170> <<< 138029 1726888178.46925: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a63c0> <<< 138029 1726888178.46947: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 138029 1726888178.46968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 138029 1726888178.46994: 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 <<< 138029 1726888178.47050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 138029 1726888178.47077: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 138029 1726888178.47082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 138029 1726888178.47108: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed341190> <<< 138029 1726888178.47240: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed2f92b0> <<< 138029 1726888178.47368: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed2cfc50> <<< 138029 1726888178.47386: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 138029 1726888178.47398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 138029 1726888178.47417: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 138029 1726888178.47448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 138029 1726888178.47490: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 138029 1726888178.47493: 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 0x7fe3ed348c20> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed342f30> <<< 138029 1726888178.47520: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed2f8da0> <<< 138029 1726888178.47558: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a5a90> <<< 138029 1726888178.47566: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a57f0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a54f0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a4740> <<< 138029 1726888178.47594: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 138029 1726888178.47600: 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 0x7fe3ed6a56d0> <<< 138029 1726888178.47631: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 138029 1726888178.47633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 138029 1726888178.47651: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 138029 1726888178.47669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 138029 1726888178.47711: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed349280> <<< 138029 1726888178.47714: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed348e30> <<< 138029 1726888178.47751: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 138029 1726888178.47758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.47820: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed3499a0> <<< 138029 1726888178.47844: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 138029 1726888178.47877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 138029 1726888178.47930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888178.47969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888178.48043: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.48121: 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 0x7fe3ed32fef0> <<< 138029 1726888178.48305: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed32d5e0> <<< 138029 1726888178.48340: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed34a7e0> <<< 138029 1726888178.48359: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 138029 1726888178.48369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 138029 1726888178.48403: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed32d0a0> <<< 138029 1726888178.48462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 138029 1726888178.48469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed3663c0> # /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' <<< 138029 1726888178.48494: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 138029 1726888178.48507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 138029 1726888178.48518: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed367050> <<< 138029 1726888178.48523: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed366b10> <<< 138029 1726888178.48554: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 138029 1726888178.48620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 138029 1726888178.48697: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed367560> <<< 138029 1726888178.48714: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 138029 1726888178.48763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 138029 1726888178.48981: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed33ba70> <<< 138029 1726888178.49002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 138029 1726888178.49020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 138029 1726888178.49048: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed1f1e80> <<< 138029 1726888178.49097: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.49208: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # # zipimport: zlib available <<< 138029 1726888178.49335: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.49473: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888178.49486: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.49537: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.49587: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 138029 1726888178.49599: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.49737: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.49848: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 138029 1726888178.49943: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888178.50450: 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 <<< 138029 1726888178.50457: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.50493: 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 <<< 138029 1726888178.50502: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 138029 1726888178.50515: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 138029 1726888178.50529: 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 0x7fe3ed22eea0> <<< 138029 1726888178.50554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888178.50600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888178.50720: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed22efc0> <<< 138029 1726888178.50748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 138029 1726888178.50754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 138029 1726888178.50783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 138029 1726888178.50788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 138029 1726888178.50828: 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 0x7fe3ecf831d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecf82a20> <<< 138029 1726888178.50866: 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 0x7fe3ecf82c00> <<< 138029 1726888178.50901: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed22f500> <<< 138029 1726888178.50906: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed22e3c0> <<< 138029 1726888178.50945: 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 0x7fe3ed22eba0> <<< 138029 1726888178.50976: 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 <<< 138029 1726888178.51066: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 138029 1726888178.51089: 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' <<< 138029 1726888178.51121: 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 <<< 138029 1726888178.51126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 138029 1726888178.51251: 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 0x7fe3ecffc680> <<< 138029 1726888178.51254: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecffc260> <<< 138029 1726888178.51280: 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 <<< 138029 1726888178.51330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 138029 1726888178.51389: 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 0x7fe3ecffff50> <<< 138029 1726888178.51423: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecffc7d0> <<< 138029 1726888178.51447: 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 <<< 138029 1726888178.51531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 138029 1726888178.52493: 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 0x7fe3ecb37020> <<< 138029 1726888178.52567: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecffff20> <<< 138029 1726888178.52591: 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 <<< 138029 1726888178.52666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 138029 1726888178.52750: 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 0x7fe3ecbb4ce0> <<< 138029 1726888178.52929: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecb37560> <<< 138029 1726888178.52954: 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 <<< 138029 1726888178.52993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888178.53073: 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 0x7fe3ecbb7bf0> <<< 138029 1726888178.53130: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecbb4da0> <<< 138029 1726888178.53135: 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 <<< 138029 1726888178.53192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888178.53275: 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 0x7fe3ecbf3da0> <<< 138029 1726888178.53317: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecbb7fb0> <<< 138029 1726888178.53332: 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 <<< 138029 1726888178.53350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 138029 1726888178.53401: 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 0x7fe3eb15d0d0> <<< 138029 1726888178.53429: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb15c4d0> <<< 138029 1726888178.53438: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecf9fda0> <<< 138029 1726888178.53452: 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 <<< 138029 1726888178.53487: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 138029 1726888178.53514: 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 <<< 138029 1726888178.53520: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 138029 1726888178.53548: 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 <<< 138029 1726888178.53554: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 138029 1726888178.53593: 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 0x7fe3eb1785c0> <<< 138029 1726888178.53627: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb15fa10> <<< 138029 1726888178.53648: 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 <<< 138029 1726888178.53679: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 138029 1726888178.53701: 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 <<< 138029 1726888178.53707: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 138029 1726888178.53738: 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 0x7fe3eb17ac30> <<< 138029 1726888178.53753: 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 <<< 138029 1726888178.53780: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 138029 1726888178.53797: 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 <<< 138029 1726888178.53814: 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 0x7fe3eb17bb30> <<< 138029 1726888178.53849: 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 <<< 138029 1726888178.53854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.54288: 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 0x7fe3eb1a8410> <<< 138029 1726888178.54325: 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 <<< 138029 1726888178.54335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888178.54349: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb1a9970> <<< 138029 1726888178.54363: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb17bd40> <<< 138029 1726888178.54382: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb17aae0> <<< 138029 1726888178.54389: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb17a480> <<< 138029 1726888178.54417: 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 <<< 138029 1726888178.54433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.54526: 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 0x7fe3eb1ab5c0> <<< 138029 1726888178.54556: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb17b050> <<< 138029 1726888178.54621: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb1788f0> <<< 138029 1726888178.54658: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb15f020> <<< 138029 1726888178.54689: 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' <<< 138029 1726888178.54819: 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 0x7fe3eb15f740> <<< 138029 1726888178.54827: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb15f4a0> <<< 138029 1726888178.54857: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb15d250> <<< 138029 1726888178.54885: 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 0x7fe3eb1e4cb0> <<< 138029 1726888178.54912: 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 <<< 138029 1726888178.54935: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 138029 1726888178.54953: 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 <<< 138029 1726888178.54974: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 138029 1726888178.55001: 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 <<< 138029 1726888178.55007: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 138029 1726888178.55024: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb1e7170> <<< 138029 1726888178.55052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888178.55059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888178.55088: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb1e7920> <<< 138029 1726888178.55094: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb1e64e0> <<< 138029 1726888178.55119: 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 <<< 138029 1726888178.55144: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 138029 1726888178.55183: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb20c170> <<< 138029 1726888178.55189: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb1e4c80> <<< 138029 1726888178.55218: 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' <<< 138029 1726888178.55240: 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 <<< 138029 1726888178.55267: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 138029 1726888178.55286: 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 <<< 138029 1726888178.55297: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 138029 1726888178.55315: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb20dbb0> <<< 138029 1726888178.55341: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb20d130> <<< 138029 1726888178.55344: stdout chunk (state=3): >>>import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb20cf80> <<< 138029 1726888178.55373: 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' <<< 138029 1726888178.55398: 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 <<< 138029 1726888178.55425: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888178.55452: 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 <<< 138029 1726888178.55467: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 138029 1726888178.55492: 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 <<< 138029 1726888178.55496: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 138029 1726888178.55518: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaad8c50> <<< 138029 1726888178.55543: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 138029 1726888178.55593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 138029 1726888178.55619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888178.55666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888178.55685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888178.55706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 138029 1726888178.55709: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab06cf0> <<< 138029 1726888178.55747: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.55762: 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 0x7fe3eab07050> <<< 138029 1726888178.55810: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaadaf60> <<< 138029 1726888178.55842: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaad9100> <<< 138029 1726888178.55863: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaad8140> <<< 138029 1726888178.55902: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb20e3c0> <<< 138029 1726888178.55911: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb20e0f0> <<< 138029 1726888178.55924: 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 <<< 138029 1726888178.55944: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 138029 1726888178.55963: 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 <<< 138029 1726888178.55985: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.55999: 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 <<< 138029 1726888178.56024: 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 0x7fe3eab40ad0> <<< 138029 1726888178.56029: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab07bf0> <<< 138029 1726888178.56070: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb20e8d0> <<< 138029 1726888178.56099: 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 <<< 138029 1726888178.56102: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 138029 1726888178.56133: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab41190> <<< 138029 1726888178.56160: 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 0x7fe3eab41550> <<< 138029 1726888178.56180: 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 0x7fe3eab41610> <<< 138029 1726888178.56210: 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' <<< 138029 1726888178.56218: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab41730> <<< 138029 1726888178.56231: 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 <<< 138029 1726888178.56268: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 138029 1726888178.56285: 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 <<< 138029 1726888178.56312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 138029 1726888178.56380: 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 0x7fe3eab602f0> <<< 138029 1726888178.56398: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab42420> <<< 138029 1726888178.56418: 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 0x7fe3eab60470> <<< 138029 1726888178.56447: 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' <<< 138029 1726888178.56485: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab60560> <<< 138029 1726888178.56488: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab41670> <<< 138029 1726888178.56521: 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' <<< 138029 1726888178.56529: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab60710> <<< 138029 1726888178.56560: 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 <<< 138029 1726888178.56575: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 138029 1726888178.56597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888178.56669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888178.56689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888178.56787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888178.56806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888178.56823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888178.56856: 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 0x7fe3eabb4110> <<< 138029 1726888178.56888: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab8b530> <<< 138029 1726888178.56946: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab89fd0> <<< 138029 1726888178.57086: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab61f10> <<< 138029 1726888178.57104: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab61370> <<< 138029 1726888178.57130: 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 0x7fe3eab634a0> <<< 138029 1726888178.57166: 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' <<< 138029 1726888178.57197: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab623c0> # /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 0x7fe3eabccad0> <<< 138029 1726888178.57223: 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 <<< 138029 1726888178.57228: 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 0x7fe3eabccd40> <<< 138029 1726888178.57256: 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' <<< 138029 1726888178.57271: 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 <<< 138029 1726888178.57292: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 138029 1726888178.57310: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eabcd6a0> <<< 138029 1726888178.57334: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eabcd130> <<< 138029 1726888178.57345: 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' <<< 138029 1726888178.57362: stdout chunk (state=3): >>>import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eabce5a0> <<< 138029 1726888178.57368: stdout chunk (state=3): >>>import 'gc' # <<< 138029 1726888178.57391: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecf83170> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed22dee0> <<< 138029 1726888178.60161: 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 <<< 138029 1726888178.60176: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 138029 1726888178.60205: 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' <<< 138029 1726888178.60214: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eabcf020> <<< 138029 1726888178.60231: 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' <<< 138029 1726888178.60263: 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 <<< 138029 1726888178.60305: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 138029 1726888178.60332: 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 <<< 138029 1726888178.60386: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 138029 1726888178.60413: 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 <<< 138029 1726888178.60420: 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 0x7fe3ea997aa0> <<< 138029 1726888178.60446: 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 <<< 138029 1726888178.60452: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 138029 1726888178.60475: 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 <<< 138029 1726888178.60494: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 138029 1726888178.60524: 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' <<< 138029 1726888178.60661: 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 0x7fe3ea9bdac0> <<< 138029 1726888178.60668: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9bd670> <<< 138029 1726888178.60692: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.60716: 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 0x7fe3ee207050> <<< 138029 1726888178.60732: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9bc530> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea997d70> <<< 138029 1726888178.60761: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea994b00> <<< 138029 1726888178.60782: 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 <<< 138029 1726888178.60794: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888178.60800: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9973e0> <<< 138029 1726888178.60823: 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 <<< 138029 1726888178.60857: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.60873: 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 <<< 138029 1726888178.60897: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 138029 1726888178.60929: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9d2f60> <<< 138029 1726888178.60963: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9d1a90> <<< 138029 1726888178.60998: 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 <<< 138029 1726888178.61005: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 138029 1726888178.61011: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9f8770> <<< 138029 1726888178.61041: 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' <<< 138029 1726888178.61049: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9f8a40> <<< 138029 1726888178.61080: 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' <<< 138029 1726888178.61086: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9f8cb0> <<< 138029 1726888178.61112: 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 <<< 138029 1726888178.61125: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 138029 1726888178.61131: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9f8f50> <<< 138029 1726888178.61150: 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' <<< 138029 1726888178.61177: 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 <<< 138029 1726888178.61205: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 138029 1726888178.61245: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9f9640> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9f9490> <<< 138029 1726888178.61262: 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 <<< 138029 1726888178.61286: 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 0x7fe3ea9faf30> <<< 138029 1726888178.61299: 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 <<< 138029 1726888178.61332: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' <<< 138029 1726888178.61335: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9fb080> # /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 <<< 138029 1726888178.61371: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 138029 1726888178.61386: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9fb290> <<< 138029 1726888178.61401: 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 <<< 138029 1726888178.61422: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 138029 1726888178.61520: 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 0x7fe3eaa10230> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9fba70> # /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 <<< 138029 1726888178.61524: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 138029 1726888178.61529: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa10dd0> <<< 138029 1726888178.61559: 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 <<< 138029 1726888178.61567: 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 0x7fe3eaa11220> <<< 138029 1726888178.61595: 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 <<< 138029 1726888178.61598: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 138029 1726888178.61618: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa11400> <<< 138029 1726888178.61627: 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 <<< 138029 1726888178.61650: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 138029 1726888178.61681: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa116d0> <<< 138029 1726888178.61702: 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 <<< 138029 1726888178.61705: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' <<< 138029 1726888178.61722: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa125a0> <<< 138029 1726888178.61744: 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 <<< 138029 1726888178.61751: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 138029 1726888178.61759: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa12810> <<< 138029 1726888178.61788: 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 <<< 138029 1726888178.61794: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 138029 1726888178.61812: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa12a20> <<< 138029 1726888178.61848: 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 <<< 138029 1726888178.61854: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 138029 1726888178.61874: 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 <<< 138029 1726888178.61889: 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 0x7fe3eaa13620> <<< 138029 1726888178.61894: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa13140> <<< 138029 1726888178.61922: 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 <<< 138029 1726888178.61927: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 138029 1726888178.61957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 138029 1726888178.61981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' <<< 138029 1726888178.61987: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa38470> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa13da0> <<< 138029 1726888178.62023: 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 <<< 138029 1726888178.62029: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa39100> <<< 138029 1726888178.62056: 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 <<< 138029 1726888178.62081: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 138029 1726888178.62085: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa393d0> <<< 138029 1726888178.62116: 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 <<< 138029 1726888178.62129: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 138029 1726888178.62135: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa3a330> <<< 138029 1726888178.62165: 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 <<< 138029 1726888178.62176: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa3a5d0> <<< 138029 1726888178.62194: 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' <<< 138029 1726888178.62201: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa3a780> <<< 138029 1726888178.62215: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eabcf440> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eabcf200> <<< 138029 1726888178.62233: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eabce960> <<< 138029 1726888178.62248: 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 <<< 138029 1726888178.62268: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 138029 1726888178.62293: 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' <<< 138029 1726888178.62320: 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 0x7fe3eaa3b170> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa3aea0> <<< 138029 1726888178.62347: 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 <<< 138029 1726888178.62353: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.62384: 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 <<< 138029 1726888178.62421: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888178.62449: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 138029 1726888178.62487: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 138029 1726888178.62544: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa615e0> <<< 138029 1726888178.62564: 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' <<< 138029 1726888178.62660: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888178.62664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 138029 1726888178.62699: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa62d50> <<< 138029 1726888178.62749: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.62757: 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 0x7fe3eaa61f40> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa61af0> <<< 138029 1726888178.62775: 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 <<< 138029 1726888178.62794: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 138029 1726888178.62822: 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 <<< 138029 1726888178.62837: 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 0x7fe3ea7b0560> <<< 138029 1726888178.62840: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea79b950> <<< 138029 1726888178.62861: 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' <<< 138029 1726888178.62887: 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 <<< 138029 1726888178.62926: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 138029 1726888178.62951: stdout chunk (state=3): >>>import 'six.moves' # <<< 138029 1726888178.62972: 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 <<< 138029 1726888178.62989: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 138029 1726888178.62995: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea7b3410> <<< 138029 1726888178.63027: 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' <<< 138029 1726888178.63045: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea7b3d10> <<< 138029 1726888178.63059: 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 <<< 138029 1726888178.63084: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 138029 1726888178.63090: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 138029 1726888178.63140: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea7b0b60> <<< 138029 1726888178.63146: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea7b0860> <<< 138029 1726888178.63185: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa3b410> <<< 138029 1726888178.63201: 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 <<< 138029 1726888178.63217: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 138029 1726888178.63241: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa61130> <<< 138029 1726888178.63266: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa3afc0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9941d0> <<< 138029 1726888178.63291: 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 <<< 138029 1726888178.63313: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 138029 1726888178.63361: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea7ddf10> <<< 138029 1726888178.63375: 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 <<< 138029 1726888178.63406: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 138029 1726888178.63418: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea7de7b0> <<< 138029 1726888178.63447: 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 <<< 138029 1726888178.63451: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 138029 1726888178.63476: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea7df7d0> <<< 138029 1726888178.63489: 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 <<< 138029 1726888178.63511: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 138029 1726888178.63517: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea7dfe30> <<< 138029 1726888178.63549: 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' <<< 138029 1726888178.63571: 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' <<< 138029 1726888178.63597: 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' <<< 138029 1726888178.63642: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.63774: 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 0x7fe3ea8054f0> <<< 138029 1726888178.63805: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea804ec0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea804b60> <<< 138029 1726888178.63811: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea804800> <<< 138029 1726888178.63841: 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 <<< 138029 1726888178.63853: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 138029 1726888178.63894: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea805340> <<< 138029 1726888178.63916: 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 <<< 138029 1726888178.63928: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 138029 1726888178.63959: 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 <<< 138029 1726888178.63966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888178.63997: 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 0x7fe3ea807260> <<< 138029 1726888178.64011: 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 <<< 138029 1726888178.64018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 138029 1726888178.64032: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea807320> <<< 138029 1726888178.64059: 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 <<< 138029 1726888178.64065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 138029 1726888178.64171: 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 0x7fe3ea807a40> <<< 138029 1726888178.64176: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea8078c0> <<< 138029 1726888178.64202: 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' <<< 138029 1726888178.64226: 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 <<< 138029 1726888178.64243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 138029 1726888178.64263: 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 <<< 138029 1726888178.64372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888178.64399: 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 0x7fe3ea836030> <<< 138029 1726888178.64423: 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 <<< 138029 1726888178.64436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 138029 1726888178.64465: 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 <<< 138029 1726888178.64475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 138029 1726888178.64494: 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 0x7fe3ea837260> <<< 138029 1726888178.64516: 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 0x7fe3ea8374d0> <<< 138029 1726888178.64540: 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' <<< 138029 1726888178.64573: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888178.64595: 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 0x7fe3ea837650> <<< 138029 1726888178.64600: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea837470> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea836d20> <<< 138029 1726888178.64623: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea8361b0> <<< 138029 1726888178.64629: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea835460> <<< 138029 1726888178.64651: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea834a10> <<< 138029 1726888178.64671: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea834290> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea806d50> <<< 138029 1726888178.64696: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea806240> <<< 138029 1726888178.64718: 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 <<< 138029 1726888178.64728: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' <<< 138029 1726888178.64741: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea836f00> <<< 138029 1726888178.64759: 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 <<< 138029 1726888178.64782: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 138029 1726888178.64785: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea837aa0> <<< 138029 1726888178.64818: 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 <<< 138029 1726888178.64826: 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 0x7fe3ea8603b0> <<< 138029 1726888178.64860: 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 <<< 138029 1726888178.64871: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 138029 1726888178.64878: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea860770> <<< 138029 1726888178.64900: 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 <<< 138029 1726888178.64928: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 138029 1726888178.64948: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea8610a0> <<< 138029 1726888178.64959: 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 <<< 138029 1726888178.64994: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 138029 1726888178.65023: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea861be0> <<< 138029 1726888178.83805: 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}}} <<< 138029 1726888179.01868: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 138029 1726888179.01897: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888179.02386: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888179.02401: 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<<< 138029 1726888179.02434: 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 <<< 138029 1726888179.02443: 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 <<< 138029 1726888179.02527: stdout chunk (state=3): >>># cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # 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 <<< 138029 1726888179.02546: stdout chunk (state=3): >>># destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing 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 <<< 138029 1726888179.02596: 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 # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_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 <<< 138029 1726888179.02649: 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 # 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 <<< 138029 1726888179.02654: stdout chunk (state=3): >>># 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 <<< 138029 1726888179.02719: stdout chunk (state=3): >>># cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions <<< 138029 1726888179.02727: stdout chunk (state=3): >>># cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # 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 <<< 138029 1726888179.03260: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888179.03279: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma <<< 138029 1726888179.03283: stdout chunk (state=3): >>># destroy zipfile._path <<< 138029 1726888179.03301: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888179.03315: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888179.03335: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon <<< 138029 1726888179.03346: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 138029 1726888179.03375: stdout chunk (state=3): >>># destroy selinux <<< 138029 1726888179.03393: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 138029 1726888179.03413: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 138029 1726888179.03449: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 138029 1726888179.03468: 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 <<< 138029 1726888179.03481: stdout chunk (state=3): >>># destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 138029 1726888179.03490: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 138029 1726888179.03507: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 138029 1726888179.03517: stdout chunk (state=3): >>># destroy _sqlite3 <<< 138029 1726888179.03537: 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 <<< 138029 1726888179.03545: stdout chunk (state=3): >>># destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 138029 1726888179.03559: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 138029 1726888179.03591: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 138029 1726888179.03651: stdout chunk (state=3): >>># cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const <<< 138029 1726888179.03681: 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 # 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 <<< 138029 1726888179.03716: 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 <<< 138029 1726888179.03720: stdout chunk (state=3): >>># cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey <<< 138029 1726888179.03739: stdout chunk (state=3): >>># cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction <<< 138029 1726888179.03749: stdout chunk (state=3): >>># 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 <<< 138029 1726888179.03777: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types <<< 138029 1726888179.03788: 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 <<< 138029 1726888179.03807: 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 <<< 138029 1726888179.03833: 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 <<< 138029 1726888179.03861: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils <<< 138029 1726888179.03874: stdout chunk (state=3): >>># cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime <<< 138029 1726888179.03889: 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 <<< 138029 1726888179.03915: stdout chunk (state=3): >>># 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 <<< 138029 1726888179.03926: stdout chunk (state=3): >>># destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser <<< 138029 1726888179.03941: stdout chunk (state=3): >>># 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 <<< 138029 1726888179.03957: stdout chunk (state=3): >>># cleanup[3] wiping array # cleanup[3] wiping _socket <<< 138029 1726888179.03977: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 138029 1726888179.04006: stdout chunk (state=3): >>># destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 138029 1726888179.04009: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal <<< 138029 1726888179.04012: stdout chunk (state=3): >>># cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings <<< 138029 1726888179.04032: 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 <<< 138029 1726888179.04059: stdout chunk (state=3): >>># cleanup[3] wiping urllib.parse # destroy ipaddress <<< 138029 1726888179.04074: 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 # cleanup[3] wiping weakref # cleanup[3] wiping random <<< 138029 1726888179.04114: stdout chunk (state=3): >>># cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc <<< 138029 1726888179.04123: 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 <<< 138029 1726888179.04138: stdout chunk (state=3): >>># cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 138029 1726888179.04164: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools <<< 138029 1726888179.04182: 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 <<< 138029 1726888179.04213: 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 <<< 138029 1726888179.04218: stdout chunk (state=3): >>># cleanup[3] wiping marshal <<< 138029 1726888179.04234: 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<<< 138029 1726888179.04247: stdout chunk (state=3): >>> <<< 138029 1726888179.04254: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 138029 1726888179.04279: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm <<< 138029 1726888179.04283: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888179.04797: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888179.04804: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888179.04842: stdout chunk (state=3): >>># destroy _weakref # destroy _thread <<< 138029 1726888179.04854: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888179.04876: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888179.04890: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888179.04906: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888179.04913: stdout chunk (state=3): >>># destroy _compat_pickle <<< 138029 1726888179.04933: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888179.04952: stdout chunk (state=3): >>># destroy _queue <<< 138029 1726888179.04959: stdout chunk (state=3): >>># destroy array # destroy copyreg <<< 138029 1726888179.04990: 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 <<< 138029 1726888179.05006: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888179.05020: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip <<< 138029 1726888179.05027: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 138029 1726888179.05049: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex <<< 138029 1726888179.05075: stdout chunk (state=3): >>># destroy pwd # destroy gettext # destroy libcomps <<< 138029 1726888179.05092: 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 <<< 138029 1726888179.05096: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 138029 1726888179.05156: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob <<< 138029 1726888179.05166: stdout chunk (state=3): >>># destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 138029 1726888179.05192: stdout chunk (state=3): >>># destroy rpm <<< 138029 1726888179.05245: stdout chunk (state=3): >>># destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl <<< 138029 1726888179.05249: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io <<< 138029 1726888179.05254: stdout chunk (state=3): >>># destroy _opcode <<< 138029 1726888179.05321: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 138029 1726888179.05368: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings <<< 138029 1726888179.05374: stdout chunk (state=3): >>># destroy string <<< 138029 1726888179.05409: stdout chunk (state=3): >>># destroy _ssl <<< 138029 1726888179.05486: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888179.05612: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888179.05617: stdout chunk (state=3): >>># destroy re <<< 138029 1726888179.05636: stdout chunk (state=3): >>># destroy _random <<< 138029 1726888179.05651: stdout chunk (state=3): >>># destroy _sre <<< 138029 1726888179.05668: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 138029 1726888179.05671: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888179.06431: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888179.06464: stderr chunk (state=3): >>><<< 138029 1726888179.06467: stdout chunk (state=3): >>><<< 138029 1726888179.06631: _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 0x7fe3ee2e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee2b7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee2ea960> 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 0x7fe3ee098fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fe3ee099fd0> 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 0x7fe3ee0dfdd0> # /usr/lib64/python3.12/__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 0x7fe3ee0dffe0> # /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 0x7fe3ee10f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee10fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee0efaa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee0ed1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee0dcf80> # /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 0x7fe3ee1336e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee132300> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee0ee090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee130b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee164740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee0dc200> # /usr/lib64/python3.12/__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 0x7fe3ee164bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee164aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3ee164e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee0d2d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fe3ee165550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee165220> 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 0x7fe3ee166450> 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 0x7fe3ee180680> 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 0x7fe3ee181dc0> # /usr/lib64/python3.12/__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 0x7fe3ee182c60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3ee183290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee1821b0> # /usr/lib64/python3.12/__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 0x7fe3ee183d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee183440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee1664b0> # /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 0x7fe3edeafc50> # /usr/lib64/python3.12/__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 0x7fe3eded8710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eded8470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3eded8740> # /usr/lib64/python3.12/__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 0x7fe3eded9040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3eded9a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eded8920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edeaddf0> # /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 0x7fe3ededae10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eded9b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ee166ba0> # /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 0x7fe3edf031a0> # /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 0x7fe3edf2f560> # /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 0x7fe3edf88350> # /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 0x7fe3edf8aab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edf88470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edf55340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edd8d460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edf2e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ededbd70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe3edf2e4b0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_n7wdwt8x/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 0x7fe3edde71d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eddc60c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eddc5220> # 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 0x7fe3edde5070> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fe3ede0ab70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ede0a900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ede0a210> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fe3ede0a660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3edde7bf0> 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 0x7fe3ede0b920> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3ede0bb30> # /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 0x7fe3ede0bf50> 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 0x7fe3ed719d90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3ed71b9b0> # /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 0x7fe3ed71c380> # /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 0x7fe3ed71d520> # /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 0x7fe3ed71ff50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3ee182ae0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed71e240> # /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 0x7fe3ed727e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed726930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed726690> # /usr/lib64/python3.12/__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 0x7fe3ed726c00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed71e720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3ed76bef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed76c110> # /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 0x7fe3ed76dc40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed76da00> # /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 0x7fe3ed7701d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed76e300> # /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 0x7fe3ed7738c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed7702f0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3ed7746b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3ed7749b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3ed774a10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed76c350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fe3ed6001d0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3ed6012e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed776960> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3ed777d10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed7765a0> # 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 0x7fe3ed605460> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fe3ed606210> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eded99d0> 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 0x7fe3ed606300> # 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 0x7fe3ed607530> # 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 0x7fe3ed612120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed60d760> 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 0x7fe3ed702990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ede3e660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6121b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6097c0> # 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 0x7fe3ed6a44a0> # /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 0x7fe3ed6a46e0> # /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 0x7fe3ed6a4e00> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a49b0> # /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 0x7fe3ed6a5760> # /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 0x7fe3ed68d940> # /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 0x7fe3ed68c890> # /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 0x7fe3ed2ce690> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a6f30> # /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 0x7fe3ed2d5220> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed2cfdd0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed2cf170> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a63c0> # /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 0x7fe3ed341190> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed2f92b0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed2cfc50> # /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 0x7fe3ed348c20> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed342f30> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed2f8da0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a5a90> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a57f0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a54f0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed6a4740> # /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 0x7fe3ed6a56d0> # /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 0x7fe3ed349280> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed348e30> # /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 0x7fe3ed3499a0> # /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 0x7fe3ed32fef0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed32d5e0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed34a7e0> # /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 0x7fe3ed32d0a0> # /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 0x7fe3ed3663c0> # /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 0x7fe3ed367050> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed366b10> # /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 0x7fe3ed367560> # /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 0x7fe3ed33ba70> # /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 0x7fe3ed1f1e80> # 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 0x7fe3ed22eea0> # /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 0x7fe3ed22efc0> # /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 0x7fe3ecf831d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecf82a20> # 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 0x7fe3ecf82c00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed22f500> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed22e3c0> # /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 0x7fe3ed22eba0> # /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 0x7fe3ecffc680> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecffc260> # /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 0x7fe3ecffff50> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecffc7d0> # /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 0x7fe3ecb37020> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecffff20> # /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 0x7fe3ecbb4ce0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecb37560> # /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 0x7fe3ecbb7bf0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecbb4da0> # /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 0x7fe3ecbf3da0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecbb7fb0> # /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 0x7fe3eb15d0d0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb15c4d0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecf9fda0> # /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 0x7fe3eb1785c0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb15fa10> # /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 0x7fe3eb17ac30> # /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 0x7fe3eb17bb30> # /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 0x7fe3eb1a8410> # /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 0x7fe3eb1a9970> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb17bd40> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb17aae0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb17a480> # /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 0x7fe3eb1ab5c0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb17b050> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb1788f0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb15f020> # /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 0x7fe3eb15f740> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb15f4a0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb15d250> # /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 0x7fe3eb1e4cb0> # /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 0x7fe3eb1e7170> # /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 0x7fe3eb1e7920> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb1e64e0> # /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 0x7fe3eb20c170> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb1e4c80> # /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 0x7fe3eb20dbb0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb20d130> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb20cf80> # /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 0x7fe3eaad8c50> # /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 0x7fe3eab06cf0> # 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 0x7fe3eab07050> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaadaf60> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaad9100> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaad8140> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb20e3c0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb20e0f0> # /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 0x7fe3eab40ad0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab07bf0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eb20e8d0> # /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 0x7fe3eab41190> # /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 0x7fe3eab41550> # /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 0x7fe3eab41610> # /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 0x7fe3eab41730> # /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 0x7fe3eab602f0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab42420> # /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 0x7fe3eab60470> # /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 0x7fe3eab60560> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab41670> # /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 0x7fe3eab60710> # /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 0x7fe3eabb4110> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab8b530> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab89fd0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab61f10> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eab61370> # /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 0x7fe3eab634a0> # /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 0x7fe3eab623c0> # /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 0x7fe3eabccad0> # /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 0x7fe3eabccd40> # /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 0x7fe3eabcd6a0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eabcd130> # /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 0x7fe3eabce5a0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ecf83170> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ed22dee0> # /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 0x7fe3eabcf020> # /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 0x7fe3ea997aa0> # /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 0x7fe3ea9bdac0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9bd670> # 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 0x7fe3ee207050> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9bc530> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea997d70> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea994b00> # /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 0x7fe3ea9973e0> # /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 0x7fe3ea9d2f60> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9d1a90> # /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 0x7fe3ea9f8770> # /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 0x7fe3ea9f8a40> # /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 0x7fe3ea9f8cb0> # /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 0x7fe3ea9f8f50> # /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 0x7fe3ea9f9640> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9f9490> # /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 0x7fe3ea9faf30> # /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 0x7fe3ea9fb080> # /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 0x7fe3ea9fb290> # /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 0x7fe3eaa10230> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9fba70> # /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 0x7fe3eaa10dd0> # /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 0x7fe3eaa11220> # /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 0x7fe3eaa11400> # /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 0x7fe3eaa116d0> # /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 0x7fe3eaa125a0> # /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 0x7fe3eaa12810> # /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 0x7fe3eaa12a20> # /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 0x7fe3eaa13620> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa13140> # /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 0x7fe3eaa38470> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa13da0> # /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 0x7fe3eaa39100> # /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 0x7fe3eaa393d0> # /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 0x7fe3eaa3a330> # /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 0x7fe3eaa3a5d0> # /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 0x7fe3eaa3a780> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eabcf440> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eabcf200> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eabce960> # /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 0x7fe3eaa3b170> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa3aea0> # /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 0x7fe3eaa615e0> # /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 0x7fe3eaa62d50> # 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 0x7fe3eaa61f40> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa61af0> # /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 0x7fe3ea7b0560> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea79b950> # /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 0x7fe3ea7b3410> # /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 0x7fe3ea7b3d10> # /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 0x7fe3ea7b0b60> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea7b0860> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa3b410> # /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 0x7fe3eaa61130> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3eaa3afc0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea9941d0> # /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 0x7fe3ea7ddf10> # /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 0x7fe3ea7de7b0> # /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 0x7fe3ea7df7d0> # /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 0x7fe3ea7dfe30> # /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 0x7fe3ea8054f0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea804ec0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea804b60> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea804800> # /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 0x7fe3ea805340> # /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 0x7fe3ea807260> # /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 0x7fe3ea807320> # /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 0x7fe3ea807a40> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea8078c0> # /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 0x7fe3ea836030> # /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 0x7fe3ea837260> # /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 0x7fe3ea8374d0> # /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 0x7fe3ea837650> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea837470> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea836d20> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea8361b0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea835460> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea834a10> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea834290> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea806d50> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3ea806240> # /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 0x7fe3ea836f00> # /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 0x7fe3ea837aa0> # /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 0x7fe3ea8603b0> # /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 0x7fe3ea860770> # /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 0x7fe3ea8610a0> # /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 0x7fe3ea861be0> {"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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888179.07790: 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-1726888177.9563284-143698-39357486938700/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888179.07794: _low_level_execute_command(): starting 138029 1726888179.07797: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888177.9563284-143698-39357486938700/ > /dev/null 2>&1 && sleep 0' 138029 1726888179.07799: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888179.07802: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888179.07804: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888179.07806: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888179.07809: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888179.07811: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888179.07813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888179.07815: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888179.07817: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888179.07819: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888179.07821: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888179.07823: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888179.07825: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888179.07832: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888179.07834: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888179.07836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888179.07838: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888179.07840: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888179.07842: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888179.07844: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888179.09576: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888179.09602: stderr chunk (state=3): >>><<< 138029 1726888179.09606: stdout chunk (state=3): >>><<< 138029 1726888179.09619: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888179.09626: handler run complete 138029 1726888179.09648: attempt loop complete, returning result 138029 1726888179.09653: _execute() done 138029 1726888179.09657: dumping result to json 138029 1726888179.09669: done dumping result, returning 138029 1726888179.09672: done running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-5a58-73a2-000000002081] 138029 1726888179.09674: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002081 138029 1726888179.09775: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002081 138029 1726888179.09778: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 138029 1726888179.09847: no more pending results, returning what we have 138029 1726888179.09851: results queue empty 138029 1726888179.09852: checking for any_errors_fatal 138029 1726888179.09861: done checking for any_errors_fatal 138029 1726888179.09861: checking for max_fail_percentage 138029 1726888179.09863: done checking for max_fail_percentage 138029 1726888179.09866: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.09867: done checking to see if all hosts have failed 138029 1726888179.09867: getting the remaining hosts for this loop 138029 1726888179.09869: done getting the remaining hosts for this loop 138029 1726888179.09873: getting the next task for host managed_node3 138029 1726888179.09881: done getting next task for host managed_node3 138029 1726888179.09884: ^ task is: TASK: Collect LUKS info for this volume 138029 1726888179.09890: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.09895: getting variables 138029 1726888179.09900: in VariableManager get_vars() 138029 1726888179.09933: Calling all_inventory to load vars for managed_node3 138029 1726888179.09936: Calling groups_inventory to load vars for managed_node3 138029 1726888179.09939: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.09949: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.09952: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.09954: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.10375: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.10767: done with get_vars() 138029 1726888179.10780: done getting variables 138029 1726888179.10820: 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:09:39 -0400 (0:00:01.210) 0:03:11.832 ****** 138029 1726888179.10846: entering _queue_task() for managed_node3/command 138029 1726888179.11063: worker is 1 (out of 1 available) 138029 1726888179.11078: exiting _queue_task() for managed_node3/command 138029 1726888179.11089: done queuing things up, now waiting for results queue to drain 138029 1726888179.11091: waiting for pending results... 138029 1726888179.11276: running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume 138029 1726888179.11376: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002082 138029 1726888179.11388: variable 'ansible_search_path' from source: unknown 138029 1726888179.11417: calling self._execute() 138029 1726888179.11509: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.11512: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.11522: variable 'omit' from source: magic vars 138029 1726888179.11837: variable 'storage_test_volume' from source: include params 138029 1726888179.11851: variable '_storage_test_volume_present' from source: set_fact 138029 1726888179.11866: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 138029 1726888179.11871: when evaluation is False, skipping this task 138029 1726888179.11875: _execute() done 138029 1726888179.11878: dumping result to json 138029 1726888179.11881: done dumping result, returning 138029 1726888179.11889: done running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-5a58-73a2-000000002082] 138029 1726888179.11892: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002082 138029 1726888179.11984: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002082 138029 1726888179.11987: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888179.12036: no more pending results, returning what we have 138029 1726888179.12039: results queue empty 138029 1726888179.12040: checking for any_errors_fatal 138029 1726888179.12049: done checking for any_errors_fatal 138029 1726888179.12050: checking for max_fail_percentage 138029 1726888179.12051: done checking for max_fail_percentage 138029 1726888179.12052: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.12053: done checking to see if all hosts have failed 138029 1726888179.12054: getting the remaining hosts for this loop 138029 1726888179.12057: done getting the remaining hosts for this loop 138029 1726888179.12060: getting the next task for host managed_node3 138029 1726888179.12067: done getting next task for host managed_node3 138029 1726888179.12070: ^ task is: TASK: Verify the presence/absence of the LUKS device node 138029 1726888179.12076: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.12081: getting variables 138029 1726888179.12083: in VariableManager get_vars() 138029 1726888179.12109: Calling all_inventory to load vars for managed_node3 138029 1726888179.12111: Calling groups_inventory to load vars for managed_node3 138029 1726888179.12114: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.12122: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.12125: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.12127: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.12717: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.13080: done with get_vars() 138029 1726888179.13090: done getting variables 138029 1726888179.13129: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.023) 0:03:11.855 ****** 138029 1726888179.13154: entering _queue_task() for managed_node3/assert 138029 1726888179.13348: worker is 1 (out of 1 available) 138029 1726888179.13361: exiting _queue_task() for managed_node3/assert 138029 1726888179.13373: done queuing things up, now waiting for results queue to drain 138029 1726888179.13375: waiting for pending results... 138029 1726888179.13552: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node 138029 1726888179.13654: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002083 138029 1726888179.13667: variable 'ansible_search_path' from source: unknown 138029 1726888179.13696: calling self._execute() 138029 1726888179.13787: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.13792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.13800: variable 'omit' from source: magic vars 138029 1726888179.14074: variable 'storage_test_volume' from source: include params 138029 1726888179.14097: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888179.14101: when evaluation is False, skipping this task 138029 1726888179.14104: _execute() done 138029 1726888179.14106: dumping result to json 138029 1726888179.14109: done dumping result, returning 138029 1726888179.14114: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-5a58-73a2-000000002083] 138029 1726888179.14119: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002083 138029 1726888179.14213: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002083 138029 1726888179.14217: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888179.14288: no more pending results, returning what we have 138029 1726888179.14291: results queue empty 138029 1726888179.14292: checking for any_errors_fatal 138029 1726888179.14297: done checking for any_errors_fatal 138029 1726888179.14298: checking for max_fail_percentage 138029 1726888179.14299: done checking for max_fail_percentage 138029 1726888179.14300: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.14301: done checking to see if all hosts have failed 138029 1726888179.14301: getting the remaining hosts for this loop 138029 1726888179.14302: done getting the remaining hosts for this loop 138029 1726888179.14305: getting the next task for host managed_node3 138029 1726888179.14311: done getting next task for host managed_node3 138029 1726888179.14313: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888179.14319: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.14323: getting variables 138029 1726888179.14324: in VariableManager get_vars() 138029 1726888179.14351: Calling all_inventory to load vars for managed_node3 138029 1726888179.14353: Calling groups_inventory to load vars for managed_node3 138029 1726888179.14357: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.14365: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.14368: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.14369: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.14726: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.15105: done with get_vars() 138029 1726888179.15115: done getting variables 138029 1726888179.15158: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.020) 0:03:11.875 ****** 138029 1726888179.15181: entering _queue_task() for managed_node3/assert 138029 1726888179.15363: worker is 1 (out of 1 available) 138029 1726888179.15376: exiting _queue_task() for managed_node3/assert 138029 1726888179.15388: done queuing things up, now waiting for results queue to drain 138029 1726888179.15389: waiting for pending results... 138029 1726888179.15565: running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888179.15653: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002084 138029 1726888179.15666: variable 'ansible_search_path' from source: unknown 138029 1726888179.15697: calling self._execute() 138029 1726888179.15791: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.15795: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.15804: variable 'omit' from source: magic vars 138029 1726888179.16059: variable '_storage_test_volume_present' from source: set_fact 138029 1726888179.16069: Evaluated conditional (_storage_test_volume_present): True 138029 1726888179.16077: variable 'omit' from source: magic vars 138029 1726888179.16123: variable 'omit' from source: magic vars 138029 1726888179.16257: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888179.17725: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888179.17783: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888179.17811: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888179.17835: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888179.17857: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888179.17939: variable 'storage_test_volume' from source: include params 138029 1726888179.17950: variable '__dev_ne_raw' from source: task vars 138029 1726888179.18044: variable 'storage_test_volume' from source: include params 138029 1726888179.18101: variable 'omit' from source: magic vars 138029 1726888179.18122: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888179.18143: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888179.18159: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888179.18175: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888179.18183: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888179.18196: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888179.18209: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888179.18233: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888179.18236: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.18239: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.18320: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888179.18323: Set connection var ansible_timeout to 10 138029 1726888179.18331: Set connection var ansible_pipelining to False 138029 1726888179.18333: Set connection var ansible_shell_type to sh 138029 1726888179.18335: Set connection var ansible_connection to ssh 138029 1726888179.18337: Set connection var ansible_shell_executable to /bin/sh 138029 1726888179.18359: variable 'ansible_shell_executable' from source: unknown 138029 1726888179.18362: variable 'ansible_connection' from source: unknown 138029 1726888179.18365: variable 'ansible_module_compression' from source: unknown 138029 1726888179.18370: variable 'ansible_shell_type' from source: unknown 138029 1726888179.18373: variable 'ansible_shell_executable' from source: unknown 138029 1726888179.18375: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.18379: variable 'ansible_pipelining' from source: unknown 138029 1726888179.18381: variable 'ansible_timeout' from source: unknown 138029 1726888179.18385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.18460: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888179.18469: variable 'omit' from source: magic vars 138029 1726888179.18475: starting attempt loop 138029 1726888179.18478: running the handler 138029 1726888179.18585: variable '__dev_ne_raw' from source: task vars 138029 1726888179.18668: variable 'storage_test_volume' from source: include params 138029 1726888179.18689: variable 'storage_test_volume' from source: include params 138029 1726888179.18701: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 138029 1726888179.18706: handler run complete 138029 1726888179.18716: attempt loop complete, returning result 138029 1726888179.18719: _execute() done 138029 1726888179.18721: dumping result to json 138029 1726888179.18723: done dumping result, returning 138029 1726888179.18731: done running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-5a58-73a2-000000002084] 138029 1726888179.18735: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002084 138029 1726888179.18818: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002084 138029 1726888179.18820: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888179.18873: no more pending results, returning what we have 138029 1726888179.18876: results queue empty 138029 1726888179.18877: checking for any_errors_fatal 138029 1726888179.18885: done checking for any_errors_fatal 138029 1726888179.18886: checking for max_fail_percentage 138029 1726888179.18887: done checking for max_fail_percentage 138029 1726888179.18888: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.18889: done checking to see if all hosts have failed 138029 1726888179.18890: getting the remaining hosts for this loop 138029 1726888179.18892: done getting the remaining hosts for this loop 138029 1726888179.18895: getting the next task for host managed_node3 138029 1726888179.18902: done getting next task for host managed_node3 138029 1726888179.18905: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888179.18912: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.18921: getting variables 138029 1726888179.18922: in VariableManager get_vars() 138029 1726888179.18956: Calling all_inventory to load vars for managed_node3 138029 1726888179.18960: Calling groups_inventory to load vars for managed_node3 138029 1726888179.18963: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.18978: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.18981: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.18984: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.19366: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.19748: done with get_vars() 138029 1726888179.19761: done getting variables 138029 1726888179.19800: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.046) 0:03:11.921 ****** 138029 1726888179.19822: entering _queue_task() for managed_node3/assert 138029 1726888179.20019: worker is 1 (out of 1 available) 138029 1726888179.20033: exiting _queue_task() for managed_node3/assert 138029 1726888179.20044: done queuing things up, now waiting for results queue to drain 138029 1726888179.20046: waiting for pending results... 138029 1726888179.20234: running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888179.20320: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002085 138029 1726888179.20332: variable 'ansible_search_path' from source: unknown 138029 1726888179.20362: calling self._execute() 138029 1726888179.20453: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.20458: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.20469: variable 'omit' from source: magic vars 138029 1726888179.20754: variable '_storage_test_volume_present' from source: set_fact 138029 1726888179.20759: variable 'storage_test_volume' from source: include params 138029 1726888179.20782: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888179.20786: when evaluation is False, skipping this task 138029 1726888179.20789: _execute() done 138029 1726888179.20792: dumping result to json 138029 1726888179.20795: done dumping result, returning 138029 1726888179.20798: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-5a58-73a2-000000002085] 138029 1726888179.20804: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002085 138029 1726888179.20894: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002085 138029 1726888179.20897: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888179.20974: no more pending results, returning what we have 138029 1726888179.20977: results queue empty 138029 1726888179.20978: checking for any_errors_fatal 138029 1726888179.20985: done checking for any_errors_fatal 138029 1726888179.20986: checking for max_fail_percentage 138029 1726888179.20987: done checking for max_fail_percentage 138029 1726888179.20988: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.20989: done checking to see if all hosts have failed 138029 1726888179.20989: getting the remaining hosts for this loop 138029 1726888179.20990: done getting the remaining hosts for this loop 138029 1726888179.20993: getting the next task for host managed_node3 138029 1726888179.21000: done getting next task for host managed_node3 138029 1726888179.21002: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 138029 1726888179.21008: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.21011: getting variables 138029 1726888179.21013: in VariableManager get_vars() 138029 1726888179.21040: Calling all_inventory to load vars for managed_node3 138029 1726888179.21042: Calling groups_inventory to load vars for managed_node3 138029 1726888179.21045: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.21052: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.21054: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.21058: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.21411: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.21795: done with get_vars() 138029 1726888179.21808: done getting variables 138029 1726888179.21846: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.020) 0:03:11.942 ****** 138029 1726888179.21871: entering _queue_task() for managed_node3/assert 138029 1726888179.22052: worker is 1 (out of 1 available) 138029 1726888179.22068: exiting _queue_task() for managed_node3/assert 138029 1726888179.22080: done queuing things up, now waiting for results queue to drain 138029 1726888179.22082: waiting for pending results... 138029 1726888179.22251: running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted 138029 1726888179.22335: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002086 138029 1726888179.22346: variable 'ansible_search_path' from source: unknown 138029 1726888179.22375: calling self._execute() 138029 1726888179.22464: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.22470: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.22478: variable 'omit' from source: magic vars 138029 1726888179.22750: variable '_storage_test_volume_present' from source: set_fact 138029 1726888179.22753: variable 'storage_test_volume' from source: include params 138029 1726888179.22776: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888179.22780: when evaluation is False, skipping this task 138029 1726888179.22782: _execute() done 138029 1726888179.22785: dumping result to json 138029 1726888179.22787: done dumping result, returning 138029 1726888179.22794: done running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-5a58-73a2-000000002086] 138029 1726888179.22798: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002086 138029 1726888179.22893: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002086 138029 1726888179.22897: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888179.22939: no more pending results, returning what we have 138029 1726888179.22942: results queue empty 138029 1726888179.22943: checking for any_errors_fatal 138029 1726888179.22949: done checking for any_errors_fatal 138029 1726888179.22950: checking for max_fail_percentage 138029 1726888179.22951: done checking for max_fail_percentage 138029 1726888179.22952: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.22953: done checking to see if all hosts have failed 138029 1726888179.22953: getting the remaining hosts for this loop 138029 1726888179.22958: done getting the remaining hosts for this loop 138029 1726888179.22961: getting the next task for host managed_node3 138029 1726888179.22970: done getting next task for host managed_node3 138029 1726888179.22972: ^ task is: TASK: Check LUKS version 138029 1726888179.22977: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.22982: getting variables 138029 1726888179.22983: in VariableManager get_vars() 138029 1726888179.23007: Calling all_inventory to load vars for managed_node3 138029 1726888179.23010: Calling groups_inventory to load vars for managed_node3 138029 1726888179.23012: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.23020: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.23023: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.23025: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.23384: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.23975: done with get_vars() 138029 1726888179.23985: done getting variables 138029 1726888179.24024: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.021) 0:03:11.964 ****** 138029 1726888179.24045: entering _queue_task() for managed_node3/assert 138029 1726888179.24233: worker is 1 (out of 1 available) 138029 1726888179.24246: exiting _queue_task() for managed_node3/assert 138029 1726888179.24259: done queuing things up, now waiting for results queue to drain 138029 1726888179.24261: waiting for pending results... 138029 1726888179.24430: running TaskExecutor() for managed_node3/TASK: Check LUKS version 138029 1726888179.24518: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002087 138029 1726888179.24530: variable 'ansible_search_path' from source: unknown 138029 1726888179.24559: calling self._execute() 138029 1726888179.24646: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.24650: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.24659: variable 'omit' from source: magic vars 138029 1726888179.24910: variable '_storage_test_volume_present' from source: set_fact 138029 1726888179.24916: Evaluated conditional (_storage_test_volume_present): True 138029 1726888179.25000: variable 'storage_test_volume' from source: include params 138029 1726888179.25019: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888179.25022: when evaluation is False, skipping this task 138029 1726888179.25024: _execute() done 138029 1726888179.25029: dumping result to json 138029 1726888179.25031: done dumping result, returning 138029 1726888179.25042: done running TaskExecutor() for managed_node3/TASK: Check LUKS version [0affc8a3-6f6f-5a58-73a2-000000002087] 138029 1726888179.25044: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002087 138029 1726888179.25146: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002087 138029 1726888179.25150: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888179.25196: no more pending results, returning what we have 138029 1726888179.25199: results queue empty 138029 1726888179.25200: checking for any_errors_fatal 138029 1726888179.25207: done checking for any_errors_fatal 138029 1726888179.25208: checking for max_fail_percentage 138029 1726888179.25209: done checking for max_fail_percentage 138029 1726888179.25210: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.25211: done checking to see if all hosts have failed 138029 1726888179.25211: getting the remaining hosts for this loop 138029 1726888179.25213: done getting the remaining hosts for this loop 138029 1726888179.25215: getting the next task for host managed_node3 138029 1726888179.25223: done getting next task for host managed_node3 138029 1726888179.25225: ^ task is: TASK: Check LUKS key size 138029 1726888179.25231: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.25235: getting variables 138029 1726888179.25236: in VariableManager get_vars() 138029 1726888179.25273: Calling all_inventory to load vars for managed_node3 138029 1726888179.25275: Calling groups_inventory to load vars for managed_node3 138029 1726888179.25277: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.25284: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.25286: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.25287: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.25648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.26033: done with get_vars() 138029 1726888179.26043: done getting variables 138029 1726888179.26084: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.020) 0:03:11.984 ****** 138029 1726888179.26107: entering _queue_task() for managed_node3/assert 138029 1726888179.26290: worker is 1 (out of 1 available) 138029 1726888179.26305: exiting _queue_task() for managed_node3/assert 138029 1726888179.26315: done queuing things up, now waiting for results queue to drain 138029 1726888179.26317: waiting for pending results... 138029 1726888179.26490: running TaskExecutor() for managed_node3/TASK: Check LUKS key size 138029 1726888179.26583: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002088 138029 1726888179.26596: variable 'ansible_search_path' from source: unknown 138029 1726888179.26623: calling self._execute() 138029 1726888179.26710: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.26714: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.26724: variable 'omit' from source: magic vars 138029 1726888179.26976: variable '_storage_test_volume_present' from source: set_fact 138029 1726888179.26982: Evaluated conditional (_storage_test_volume_present): True 138029 1726888179.27063: variable 'storage_test_volume' from source: include params 138029 1726888179.27082: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888179.27088: when evaluation is False, skipping this task 138029 1726888179.27094: _execute() done 138029 1726888179.27097: dumping result to json 138029 1726888179.27102: done dumping result, returning 138029 1726888179.27105: done running TaskExecutor() for managed_node3/TASK: Check LUKS key size [0affc8a3-6f6f-5a58-73a2-000000002088] 138029 1726888179.27108: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002088 138029 1726888179.27210: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002088 138029 1726888179.27214: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888179.27259: no more pending results, returning what we have 138029 1726888179.27262: results queue empty 138029 1726888179.27263: checking for any_errors_fatal 138029 1726888179.27273: done checking for any_errors_fatal 138029 1726888179.27274: checking for max_fail_percentage 138029 1726888179.27276: done checking for max_fail_percentage 138029 1726888179.27276: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.27277: done checking to see if all hosts have failed 138029 1726888179.27278: getting the remaining hosts for this loop 138029 1726888179.27280: done getting the remaining hosts for this loop 138029 1726888179.27283: getting the next task for host managed_node3 138029 1726888179.27289: done getting next task for host managed_node3 138029 1726888179.27291: ^ task is: TASK: Check LUKS cipher 138029 1726888179.27297: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.27300: getting variables 138029 1726888179.27301: in VariableManager get_vars() 138029 1726888179.27325: Calling all_inventory to load vars for managed_node3 138029 1726888179.27327: Calling groups_inventory to load vars for managed_node3 138029 1726888179.27330: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.27338: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.27341: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.27343: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.27713: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.28105: done with get_vars() 138029 1726888179.28115: done getting variables 138029 1726888179.28158: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.020) 0:03:12.005 ****** 138029 1726888179.28183: entering _queue_task() for managed_node3/assert 138029 1726888179.28373: worker is 1 (out of 1 available) 138029 1726888179.28387: exiting _queue_task() for managed_node3/assert 138029 1726888179.28399: done queuing things up, now waiting for results queue to drain 138029 1726888179.28401: waiting for pending results... 138029 1726888179.28577: running TaskExecutor() for managed_node3/TASK: Check LUKS cipher 138029 1726888179.28670: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002089 138029 1726888179.28681: variable 'ansible_search_path' from source: unknown 138029 1726888179.28710: calling self._execute() 138029 1726888179.28797: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.28801: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.28810: variable 'omit' from source: magic vars 138029 1726888179.29060: variable '_storage_test_volume_present' from source: set_fact 138029 1726888179.29075: Evaluated conditional (_storage_test_volume_present): True 138029 1726888179.29148: variable 'storage_test_volume' from source: include params 138029 1726888179.29170: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888179.29178: when evaluation is False, skipping this task 138029 1726888179.29182: _execute() done 138029 1726888179.29185: dumping result to json 138029 1726888179.29188: done dumping result, returning 138029 1726888179.29191: done running TaskExecutor() for managed_node3/TASK: Check LUKS cipher [0affc8a3-6f6f-5a58-73a2-000000002089] 138029 1726888179.29193: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002089 138029 1726888179.29296: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002089 138029 1726888179.29300: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888179.29347: no more pending results, returning what we have 138029 1726888179.29350: results queue empty 138029 1726888179.29351: checking for any_errors_fatal 138029 1726888179.29361: done checking for any_errors_fatal 138029 1726888179.29362: checking for max_fail_percentage 138029 1726888179.29366: done checking for max_fail_percentage 138029 1726888179.29367: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.29367: done checking to see if all hosts have failed 138029 1726888179.29368: getting the remaining hosts for this loop 138029 1726888179.29370: done getting the remaining hosts for this loop 138029 1726888179.29373: getting the next task for host managed_node3 138029 1726888179.29380: done getting next task for host managed_node3 138029 1726888179.29382: ^ task is: TASK: Set test variables 138029 1726888179.29388: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.29393: getting variables 138029 1726888179.29395: in VariableManager get_vars() 138029 1726888179.29422: Calling all_inventory to load vars for managed_node3 138029 1726888179.29424: Calling groups_inventory to load vars for managed_node3 138029 1726888179.29426: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.29435: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.29437: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.29440: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.29803: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.30188: done with get_vars() 138029 1726888179.30200: done getting variables 138029 1726888179.30238: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.020) 0:03:12.026 ****** 138029 1726888179.30262: entering _queue_task() for managed_node3/set_fact 138029 1726888179.30453: worker is 1 (out of 1 available) 138029 1726888179.30468: exiting _queue_task() for managed_node3/set_fact 138029 1726888179.30479: done queuing things up, now waiting for results queue to drain 138029 1726888179.30481: waiting for pending results... 138029 1726888179.30651: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888179.30739: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000208a 138029 1726888179.30752: variable 'ansible_search_path' from source: unknown 138029 1726888179.30781: calling self._execute() 138029 1726888179.30871: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.30875: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.30885: variable 'omit' from source: magic vars 138029 1726888179.30970: variable 'omit' from source: magic vars 138029 1726888179.31015: variable 'omit' from source: magic vars 138029 1726888179.31211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888179.32984: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888179.33029: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888179.33057: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888179.33094: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888179.33115: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888179.33195: variable 'storage_test_volume' from source: include params 138029 1726888179.33206: variable '_storage_test_volume_present' from source: set_fact 138029 1726888179.33339: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888179.33360: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888179.33379: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888179.33405: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888179.33416: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888179.33448: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888179.33468: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888179.33484: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888179.33508: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888179.33518: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888179.33566: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888179.33581: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888179.33598: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888179.33621: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888179.33631: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888179.33742: variable 'storage_test_crypttab' from source: set_fact 138029 1726888179.33749: variable 'storage_test_volume' from source: include params 138029 1726888179.33847: variable 'storage_test_volume' from source: include params 138029 1726888179.33870: variable 'omit' from source: magic vars 138029 1726888179.33888: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888179.33909: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888179.33922: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888179.33935: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888179.33943: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888179.33959: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888179.33972: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888179.33996: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888179.33999: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.34001: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.34077: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888179.34080: Set connection var ansible_timeout to 10 138029 1726888179.34086: Set connection var ansible_pipelining to False 138029 1726888179.34090: Set connection var ansible_shell_type to sh 138029 1726888179.34093: Set connection var ansible_connection to ssh 138029 1726888179.34095: Set connection var ansible_shell_executable to /bin/sh 138029 1726888179.34116: variable 'ansible_shell_executable' from source: unknown 138029 1726888179.34119: variable 'ansible_connection' from source: unknown 138029 1726888179.34121: variable 'ansible_module_compression' from source: unknown 138029 1726888179.34124: variable 'ansible_shell_type' from source: unknown 138029 1726888179.34126: variable 'ansible_shell_executable' from source: unknown 138029 1726888179.34128: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.34130: variable 'ansible_pipelining' from source: unknown 138029 1726888179.34133: variable 'ansible_timeout' from source: unknown 138029 1726888179.34138: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.34216: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888179.34226: variable 'omit' from source: magic vars 138029 1726888179.34229: starting attempt loop 138029 1726888179.34232: running the handler 138029 1726888179.34238: handler run complete 138029 1726888179.34246: attempt loop complete, returning result 138029 1726888179.34248: _execute() done 138029 1726888179.34251: dumping result to json 138029 1726888179.34254: done dumping result, returning 138029 1726888179.34262: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-00000000208a] 138029 1726888179.34269: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000208a 138029 1726888179.34344: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000208a 138029 1726888179.34347: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 138029 1726888179.34404: no more pending results, returning what we have 138029 1726888179.34407: results queue empty 138029 1726888179.34408: checking for any_errors_fatal 138029 1726888179.34418: done checking for any_errors_fatal 138029 1726888179.34419: checking for max_fail_percentage 138029 1726888179.34420: done checking for max_fail_percentage 138029 1726888179.34421: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.34422: done checking to see if all hosts have failed 138029 1726888179.34422: getting the remaining hosts for this loop 138029 1726888179.34424: done getting the remaining hosts for this loop 138029 1726888179.34427: getting the next task for host managed_node3 138029 1726888179.34434: done getting next task for host managed_node3 138029 1726888179.34437: ^ task is: TASK: Check for /etc/crypttab entry 138029 1726888179.34443: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.34448: getting variables 138029 1726888179.34449: in VariableManager get_vars() 138029 1726888179.34484: Calling all_inventory to load vars for managed_node3 138029 1726888179.34487: Calling groups_inventory to load vars for managed_node3 138029 1726888179.34490: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.34498: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.34501: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.34504: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.34901: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.35487: done with get_vars() 138029 1726888179.35497: done getting variables 138029 1726888179.35534: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.052) 0:03:12.079 ****** 138029 1726888179.35560: entering _queue_task() for managed_node3/assert 138029 1726888179.35760: worker is 1 (out of 1 available) 138029 1726888179.35775: exiting _queue_task() for managed_node3/assert 138029 1726888179.35786: done queuing things up, now waiting for results queue to drain 138029 1726888179.35788: waiting for pending results... 138029 1726888179.35969: running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry 138029 1726888179.36082: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000208b 138029 1726888179.36093: variable 'ansible_search_path' from source: unknown 138029 1726888179.36123: calling self._execute() 138029 1726888179.36216: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.36220: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.36235: variable 'omit' from source: magic vars 138029 1726888179.36318: variable 'omit' from source: magic vars 138029 1726888179.36370: variable 'omit' from source: magic vars 138029 1726888179.36543: variable 'storage_test_volume' from source: include params 138029 1726888179.36584: variable 'omit' from source: magic vars 138029 1726888179.36615: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888179.36642: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888179.36658: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888179.36677: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888179.36685: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888179.36698: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888179.36712: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888179.36735: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888179.36737: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.36740: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.36826: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888179.36830: Set connection var ansible_timeout to 10 138029 1726888179.36835: Set connection var ansible_pipelining to False 138029 1726888179.36837: Set connection var ansible_shell_type to sh 138029 1726888179.36840: Set connection var ansible_connection to ssh 138029 1726888179.36845: Set connection var ansible_shell_executable to /bin/sh 138029 1726888179.36868: variable 'ansible_shell_executable' from source: unknown 138029 1726888179.36871: variable 'ansible_connection' from source: unknown 138029 1726888179.36874: variable 'ansible_module_compression' from source: unknown 138029 1726888179.36877: variable 'ansible_shell_type' from source: unknown 138029 1726888179.36879: variable 'ansible_shell_executable' from source: unknown 138029 1726888179.36882: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.36886: variable 'ansible_pipelining' from source: unknown 138029 1726888179.36889: variable 'ansible_timeout' from source: unknown 138029 1726888179.36891: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.36990: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888179.36999: variable 'omit' from source: magic vars 138029 1726888179.37012: starting attempt loop 138029 1726888179.37015: running the handler 138029 1726888179.37135: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888179.38646: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888179.38695: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888179.38722: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888179.38751: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888179.38772: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888179.38819: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888179.38838: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888179.38859: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888179.38888: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888179.38900: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888179.38934: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888179.38950: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888179.38972: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888179.39000: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888179.39010: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888179.39091: variable '_storage_test_crypttab_entries' from source: set_fact 138029 1726888179.39095: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888179.39102: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 138029 1726888179.39109: handler run complete 138029 1726888179.39118: attempt loop complete, returning result 138029 1726888179.39122: _execute() done 138029 1726888179.39124: dumping result to json 138029 1726888179.39126: done dumping result, returning 138029 1726888179.39133: done running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-5a58-73a2-00000000208b] 138029 1726888179.39138: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000208b 138029 1726888179.39226: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000208b 138029 1726888179.39228: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888179.39278: no more pending results, returning what we have 138029 1726888179.39287: results queue empty 138029 1726888179.39289: checking for any_errors_fatal 138029 1726888179.39297: done checking for any_errors_fatal 138029 1726888179.39298: checking for max_fail_percentage 138029 1726888179.39300: done checking for max_fail_percentage 138029 1726888179.39301: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.39301: done checking to see if all hosts have failed 138029 1726888179.39302: getting the remaining hosts for this loop 138029 1726888179.39304: done getting the remaining hosts for this loop 138029 1726888179.39307: getting the next task for host managed_node3 138029 1726888179.39314: done getting next task for host managed_node3 138029 1726888179.39316: ^ task is: TASK: Validate the format of the crypttab entry 138029 1726888179.39323: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.39326: getting variables 138029 1726888179.39328: in VariableManager get_vars() 138029 1726888179.39363: Calling all_inventory to load vars for managed_node3 138029 1726888179.39368: Calling groups_inventory to load vars for managed_node3 138029 1726888179.39371: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.39381: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.39383: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.39386: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.39814: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.40213: done with get_vars() 138029 1726888179.40227: done getting variables 138029 1726888179.40270: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.047) 0:03:12.126 ****** 138029 1726888179.40293: entering _queue_task() for managed_node3/assert 138029 1726888179.40506: worker is 1 (out of 1 available) 138029 1726888179.40519: exiting _queue_task() for managed_node3/assert 138029 1726888179.40531: done queuing things up, now waiting for results queue to drain 138029 1726888179.40532: waiting for pending results... 138029 1726888179.40727: running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry 138029 1726888179.40826: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000208c 138029 1726888179.40839: variable 'ansible_search_path' from source: unknown 138029 1726888179.40873: calling self._execute() 138029 1726888179.40965: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.40973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.40983: variable 'omit' from source: magic vars 138029 1726888179.41275: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888179.42848: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888179.42908: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888179.42940: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888179.42964: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888179.42987: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888179.43042: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888179.43065: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888179.43084: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888179.43109: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888179.43121: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888179.43211: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888179.43227: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888179.43230: when evaluation is False, skipping this task 138029 1726888179.43233: _execute() done 138029 1726888179.43236: dumping result to json 138029 1726888179.43238: done dumping result, returning 138029 1726888179.43244: done running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-5a58-73a2-00000000208c] 138029 1726888179.43249: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000208c 138029 1726888179.43339: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000208c 138029 1726888179.43342: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888179.43408: no more pending results, returning what we have 138029 1726888179.43411: results queue empty 138029 1726888179.43412: checking for any_errors_fatal 138029 1726888179.43419: done checking for any_errors_fatal 138029 1726888179.43420: checking for max_fail_percentage 138029 1726888179.43421: done checking for max_fail_percentage 138029 1726888179.43422: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.43423: done checking to see if all hosts have failed 138029 1726888179.43424: getting the remaining hosts for this loop 138029 1726888179.43425: done getting the remaining hosts for this loop 138029 1726888179.43428: getting the next task for host managed_node3 138029 1726888179.43436: done getting next task for host managed_node3 138029 1726888179.43439: ^ task is: TASK: Check backing device of crypttab entry 138029 1726888179.43445: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.43449: getting variables 138029 1726888179.43450: in VariableManager get_vars() 138029 1726888179.43480: Calling all_inventory to load vars for managed_node3 138029 1726888179.43483: Calling groups_inventory to load vars for managed_node3 138029 1726888179.43486: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.43494: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.43497: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.43499: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.43892: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.44279: done with get_vars() 138029 1726888179.44289: done getting variables 138029 1726888179.44329: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.040) 0:03:12.167 ****** 138029 1726888179.44352: entering _queue_task() for managed_node3/assert 138029 1726888179.44550: worker is 1 (out of 1 available) 138029 1726888179.44565: exiting _queue_task() for managed_node3/assert 138029 1726888179.44578: done queuing things up, now waiting for results queue to drain 138029 1726888179.44579: waiting for pending results... 138029 1726888179.44752: running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry 138029 1726888179.44843: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000208d 138029 1726888179.44856: variable 'ansible_search_path' from source: unknown 138029 1726888179.44887: calling self._execute() 138029 1726888179.44974: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.44979: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.44989: variable 'omit' from source: magic vars 138029 1726888179.45265: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888179.46773: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888179.46824: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888179.46851: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888179.46884: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888179.46904: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888179.46960: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888179.46988: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888179.47004: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888179.47030: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888179.47040: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888179.47128: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888179.47144: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888179.47146: when evaluation is False, skipping this task 138029 1726888179.47149: _execute() done 138029 1726888179.47152: dumping result to json 138029 1726888179.47154: done dumping result, returning 138029 1726888179.47163: done running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-5a58-73a2-00000000208d] 138029 1726888179.47170: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000208d 138029 1726888179.47261: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000208d 138029 1726888179.47264: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888179.47339: no more pending results, returning what we have 138029 1726888179.47342: results queue empty 138029 1726888179.47343: checking for any_errors_fatal 138029 1726888179.47350: done checking for any_errors_fatal 138029 1726888179.47350: checking for max_fail_percentage 138029 1726888179.47352: done checking for max_fail_percentage 138029 1726888179.47353: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.47353: done checking to see if all hosts have failed 138029 1726888179.47354: getting the remaining hosts for this loop 138029 1726888179.47358: done getting the remaining hosts for this loop 138029 1726888179.47361: getting the next task for host managed_node3 138029 1726888179.47368: done getting next task for host managed_node3 138029 1726888179.47370: ^ task is: TASK: Check key file of crypttab entry 138029 1726888179.47377: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.47381: getting variables 138029 1726888179.47382: in VariableManager get_vars() 138029 1726888179.47409: Calling all_inventory to load vars for managed_node3 138029 1726888179.47411: Calling groups_inventory to load vars for managed_node3 138029 1726888179.47414: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.47422: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.47424: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.47427: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.47795: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.48180: done with get_vars() 138029 1726888179.48191: done getting variables 138029 1726888179.48230: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.038) 0:03:12.206 ****** 138029 1726888179.48253: entering _queue_task() for managed_node3/assert 138029 1726888179.48445: worker is 1 (out of 1 available) 138029 1726888179.48461: exiting _queue_task() for managed_node3/assert 138029 1726888179.48472: done queuing things up, now waiting for results queue to drain 138029 1726888179.48474: waiting for pending results... 138029 1726888179.48646: running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry 138029 1726888179.48740: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000208e 138029 1726888179.48751: variable 'ansible_search_path' from source: unknown 138029 1726888179.48785: calling self._execute() 138029 1726888179.48879: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.48882: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.48891: variable 'omit' from source: magic vars 138029 1726888179.49174: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888179.51032: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888179.51081: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888179.51112: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888179.51149: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888179.51172: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888179.51234: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888179.51254: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888179.51276: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888179.51302: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888179.51314: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888179.51400: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888179.51418: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888179.51421: when evaluation is False, skipping this task 138029 1726888179.51426: _execute() done 138029 1726888179.51428: dumping result to json 138029 1726888179.51431: done dumping result, returning 138029 1726888179.51440: done running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry [0affc8a3-6f6f-5a58-73a2-00000000208e] 138029 1726888179.51443: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000208e 138029 1726888179.51623: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000208e 138029 1726888179.51626: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888179.51695: no more pending results, returning what we have 138029 1726888179.51698: results queue empty 138029 1726888179.51699: checking for any_errors_fatal 138029 1726888179.51707: done checking for any_errors_fatal 138029 1726888179.51708: checking for max_fail_percentage 138029 1726888179.51710: done checking for max_fail_percentage 138029 1726888179.51711: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.51711: done checking to see if all hosts have failed 138029 1726888179.51712: getting the remaining hosts for this loop 138029 1726888179.51714: done getting the remaining hosts for this loop 138029 1726888179.51717: getting the next task for host managed_node3 138029 1726888179.51724: done getting next task for host managed_node3 138029 1726888179.51726: ^ task is: TASK: Clear test variables 138029 1726888179.51732: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.51736: getting variables 138029 1726888179.51737: in VariableManager get_vars() 138029 1726888179.51771: Calling all_inventory to load vars for managed_node3 138029 1726888179.51774: Calling groups_inventory to load vars for managed_node3 138029 1726888179.51777: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.51786: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.51789: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.51791: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.52194: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.52819: done with get_vars() 138029 1726888179.52832: done getting variables 138029 1726888179.52882: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.046) 0:03:12.252 ****** 138029 1726888179.52908: entering _queue_task() for managed_node3/set_fact 138029 1726888179.53171: worker is 1 (out of 1 available) 138029 1726888179.53185: exiting _queue_task() for managed_node3/set_fact 138029 1726888179.53197: done queuing things up, now waiting for results queue to drain 138029 1726888179.53198: waiting for pending results... 138029 1726888179.53409: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888179.53532: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000208f 138029 1726888179.53545: variable 'ansible_search_path' from source: unknown 138029 1726888179.53579: calling self._execute() 138029 1726888179.53679: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.53683: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.53692: variable 'omit' from source: magic vars 138029 1726888179.53782: variable 'omit' from source: magic vars 138029 1726888179.53833: variable 'omit' from source: magic vars 138029 1726888179.53859: variable 'omit' from source: magic vars 138029 1726888179.53899: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888179.53930: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888179.53946: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888179.53963: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888179.53981: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888179.53992: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888179.54006: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888179.54029: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888179.54032: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.54034: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.54122: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888179.54126: Set connection var ansible_timeout to 10 138029 1726888179.54132: Set connection var ansible_pipelining to False 138029 1726888179.54134: Set connection var ansible_shell_type to sh 138029 1726888179.54137: Set connection var ansible_connection to ssh 138029 1726888179.54141: Set connection var ansible_shell_executable to /bin/sh 138029 1726888179.54165: variable 'ansible_shell_executable' from source: unknown 138029 1726888179.54169: variable 'ansible_connection' from source: unknown 138029 1726888179.54172: variable 'ansible_module_compression' from source: unknown 138029 1726888179.54175: variable 'ansible_shell_type' from source: unknown 138029 1726888179.54177: variable 'ansible_shell_executable' from source: unknown 138029 1726888179.54179: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.54184: variable 'ansible_pipelining' from source: unknown 138029 1726888179.54186: variable 'ansible_timeout' from source: unknown 138029 1726888179.54190: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.54311: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888179.54316: variable 'omit' from source: magic vars 138029 1726888179.54319: starting attempt loop 138029 1726888179.54321: running the handler 138029 1726888179.54333: handler run complete 138029 1726888179.54341: attempt loop complete, returning result 138029 1726888179.54344: _execute() done 138029 1726888179.54346: dumping result to json 138029 1726888179.54348: done dumping result, returning 138029 1726888179.54357: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-00000000208f] 138029 1726888179.54360: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000208f 138029 1726888179.54449: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000208f 138029 1726888179.54451: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 138029 1726888179.54510: no more pending results, returning what we have 138029 1726888179.54513: results queue empty 138029 1726888179.54514: checking for any_errors_fatal 138029 1726888179.54525: done checking for any_errors_fatal 138029 1726888179.54526: checking for max_fail_percentage 138029 1726888179.54528: done checking for max_fail_percentage 138029 1726888179.54529: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.54529: done checking to see if all hosts have failed 138029 1726888179.54530: getting the remaining hosts for this loop 138029 1726888179.54532: done getting the remaining hosts for this loop 138029 1726888179.54535: getting the next task for host managed_node3 138029 1726888179.54546: done getting next task for host managed_node3 138029 1726888179.54549: ^ task is: TASK: Get information about RAID 138029 1726888179.54559: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.54564: getting variables 138029 1726888179.54565: in VariableManager get_vars() 138029 1726888179.54598: Calling all_inventory to load vars for managed_node3 138029 1726888179.54600: Calling groups_inventory to load vars for managed_node3 138029 1726888179.54603: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.54613: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.54615: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.54618: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.55026: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.55424: done with get_vars() 138029 1726888179.55440: done getting variables 138029 1726888179.55482: 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:09:39 -0400 (0:00:00.025) 0:03:12.278 ****** 138029 1726888179.55506: entering _queue_task() for managed_node3/command 138029 1726888179.55726: worker is 1 (out of 1 available) 138029 1726888179.55741: exiting _queue_task() for managed_node3/command 138029 1726888179.55752: done queuing things up, now waiting for results queue to drain 138029 1726888179.55754: waiting for pending results... 138029 1726888179.55946: running TaskExecutor() for managed_node3/TASK: Get information about RAID 138029 1726888179.56057: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002093 138029 1726888179.56072: variable 'ansible_search_path' from source: unknown 138029 1726888179.56104: calling self._execute() 138029 1726888179.56203: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.56206: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.56212: variable 'omit' from source: magic vars 138029 1726888179.56523: variable 'storage_test_volume' from source: include params 138029 1726888179.56548: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888179.56552: when evaluation is False, skipping this task 138029 1726888179.56556: _execute() done 138029 1726888179.56560: dumping result to json 138029 1726888179.56563: done dumping result, returning 138029 1726888179.56571: done running TaskExecutor() for managed_node3/TASK: Get information about RAID [0affc8a3-6f6f-5a58-73a2-000000002093] 138029 1726888179.56575: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002093 138029 1726888179.56678: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002093 138029 1726888179.56681: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888179.56732: no more pending results, returning what we have 138029 1726888179.56735: results queue empty 138029 1726888179.56736: checking for any_errors_fatal 138029 1726888179.56748: done checking for any_errors_fatal 138029 1726888179.56748: checking for max_fail_percentage 138029 1726888179.56750: done checking for max_fail_percentage 138029 1726888179.56751: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.56752: done checking to see if all hosts have failed 138029 1726888179.56752: getting the remaining hosts for this loop 138029 1726888179.56754: done getting the remaining hosts for this loop 138029 1726888179.56759: getting the next task for host managed_node3 138029 1726888179.56769: done getting next task for host managed_node3 138029 1726888179.56772: ^ task is: TASK: Set active devices regex 138029 1726888179.56779: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.56783: getting variables 138029 1726888179.56784: in VariableManager get_vars() 138029 1726888179.56818: Calling all_inventory to load vars for managed_node3 138029 1726888179.56821: Calling groups_inventory to load vars for managed_node3 138029 1726888179.56824: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.56835: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.56838: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.56840: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.57273: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.57673: done with get_vars() 138029 1726888179.57688: done getting variables 138029 1726888179.57733: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.022) 0:03:12.301 ****** 138029 1726888179.57763: entering _queue_task() for managed_node3/set_fact 138029 1726888179.58015: worker is 1 (out of 1 available) 138029 1726888179.58029: exiting _queue_task() for managed_node3/set_fact 138029 1726888179.58042: done queuing things up, now waiting for results queue to drain 138029 1726888179.58044: waiting for pending results... 138029 1726888179.58248: running TaskExecutor() for managed_node3/TASK: Set active devices regex 138029 1726888179.58364: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002094 138029 1726888179.58380: variable 'ansible_search_path' from source: unknown 138029 1726888179.58412: calling self._execute() 138029 1726888179.58514: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.58518: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.58527: variable 'omit' from source: magic vars 138029 1726888179.58841: variable 'storage_test_volume' from source: include params 138029 1726888179.58865: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888179.58871: when evaluation is False, skipping this task 138029 1726888179.58874: _execute() done 138029 1726888179.58878: dumping result to json 138029 1726888179.58881: done dumping result, returning 138029 1726888179.58889: done running TaskExecutor() for managed_node3/TASK: Set active devices regex [0affc8a3-6f6f-5a58-73a2-000000002094] 138029 1726888179.58893: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002094 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888179.59045: no more pending results, returning what we have 138029 1726888179.59050: results queue empty 138029 1726888179.59051: checking for any_errors_fatal 138029 1726888179.59063: done checking for any_errors_fatal 138029 1726888179.59063: checking for max_fail_percentage 138029 1726888179.59067: done checking for max_fail_percentage 138029 1726888179.59068: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.59068: done checking to see if all hosts have failed 138029 1726888179.59069: getting the remaining hosts for this loop 138029 1726888179.59071: done getting the remaining hosts for this loop 138029 1726888179.59074: getting the next task for host managed_node3 138029 1726888179.59083: done getting next task for host managed_node3 138029 1726888179.59085: ^ task is: TASK: Set spare devices regex 138029 1726888179.59093: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.59098: getting variables 138029 1726888179.59099: in VariableManager get_vars() 138029 1726888179.59134: Calling all_inventory to load vars for managed_node3 138029 1726888179.59137: Calling groups_inventory to load vars for managed_node3 138029 1726888179.59140: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.59151: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.59154: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.59167: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002094 138029 1726888179.59170: WORKER PROCESS EXITING 138029 1726888179.59174: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.59596: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.59993: done with get_vars() 138029 1726888179.60005: done getting variables 138029 1726888179.60049: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.023) 0:03:12.324 ****** 138029 1726888179.60078: entering _queue_task() for managed_node3/set_fact 138029 1726888179.60293: worker is 1 (out of 1 available) 138029 1726888179.60307: exiting _queue_task() for managed_node3/set_fact 138029 1726888179.60319: done queuing things up, now waiting for results queue to drain 138029 1726888179.60321: waiting for pending results... 138029 1726888179.60508: running TaskExecutor() for managed_node3/TASK: Set spare devices regex 138029 1726888179.60602: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002095 138029 1726888179.60614: variable 'ansible_search_path' from source: unknown 138029 1726888179.60642: calling self._execute() 138029 1726888179.60738: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.60743: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.60751: variable 'omit' from source: magic vars 138029 1726888179.61040: variable 'storage_test_volume' from source: include params 138029 1726888179.61061: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888179.61065: when evaluation is False, skipping this task 138029 1726888179.61070: _execute() done 138029 1726888179.61073: dumping result to json 138029 1726888179.61075: done dumping result, returning 138029 1726888179.61083: done running TaskExecutor() for managed_node3/TASK: Set spare devices regex [0affc8a3-6f6f-5a58-73a2-000000002095] 138029 1726888179.61086: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002095 138029 1726888179.61182: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002095 138029 1726888179.61185: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888179.61240: no more pending results, returning what we have 138029 1726888179.61243: results queue empty 138029 1726888179.61244: checking for any_errors_fatal 138029 1726888179.61250: done checking for any_errors_fatal 138029 1726888179.61251: checking for max_fail_percentage 138029 1726888179.61252: done checking for max_fail_percentage 138029 1726888179.61253: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.61254: done checking to see if all hosts have failed 138029 1726888179.61256: getting the remaining hosts for this loop 138029 1726888179.61258: done getting the remaining hosts for this loop 138029 1726888179.61261: getting the next task for host managed_node3 138029 1726888179.61269: done getting next task for host managed_node3 138029 1726888179.61271: ^ task is: TASK: Set md version regex 138029 1726888179.61277: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.61281: getting variables 138029 1726888179.61282: in VariableManager get_vars() 138029 1726888179.61307: Calling all_inventory to load vars for managed_node3 138029 1726888179.61309: Calling groups_inventory to load vars for managed_node3 138029 1726888179.61312: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.61321: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.61323: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.61326: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.61690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.62281: done with get_vars() 138029 1726888179.62291: done getting variables 138029 1726888179.62332: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.022) 0:03:12.347 ****** 138029 1726888179.62357: entering _queue_task() for managed_node3/set_fact 138029 1726888179.62559: worker is 1 (out of 1 available) 138029 1726888179.62574: exiting _queue_task() for managed_node3/set_fact 138029 1726888179.62585: done queuing things up, now waiting for results queue to drain 138029 1726888179.62587: waiting for pending results... 138029 1726888179.62770: running TaskExecutor() for managed_node3/TASK: Set md version regex 138029 1726888179.62884: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002096 138029 1726888179.62895: variable 'ansible_search_path' from source: unknown 138029 1726888179.62923: calling self._execute() 138029 1726888179.63020: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.63025: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.63037: variable 'omit' from source: magic vars 138029 1726888179.63328: variable 'storage_test_volume' from source: include params 138029 1726888179.63349: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888179.63354: when evaluation is False, skipping this task 138029 1726888179.63359: _execute() done 138029 1726888179.63362: dumping result to json 138029 1726888179.63367: done dumping result, returning 138029 1726888179.63370: done running TaskExecutor() for managed_node3/TASK: Set md version regex [0affc8a3-6f6f-5a58-73a2-000000002096] 138029 1726888179.63373: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002096 138029 1726888179.63470: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002096 138029 1726888179.63474: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888179.63525: no more pending results, returning what we have 138029 1726888179.63528: results queue empty 138029 1726888179.63529: checking for any_errors_fatal 138029 1726888179.63536: done checking for any_errors_fatal 138029 1726888179.63537: checking for max_fail_percentage 138029 1726888179.63538: done checking for max_fail_percentage 138029 1726888179.63539: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.63539: done checking to see if all hosts have failed 138029 1726888179.63540: getting the remaining hosts for this loop 138029 1726888179.63541: done getting the remaining hosts for this loop 138029 1726888179.63544: getting the next task for host managed_node3 138029 1726888179.63551: done getting next task for host managed_node3 138029 1726888179.63553: ^ task is: TASK: Set chunk size regex 138029 1726888179.63562: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.63569: getting variables 138029 1726888179.63570: in VariableManager get_vars() 138029 1726888179.63596: Calling all_inventory to load vars for managed_node3 138029 1726888179.63598: Calling groups_inventory to load vars for managed_node3 138029 1726888179.63600: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.63609: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.63612: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.63614: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.63982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.64371: done with get_vars() 138029 1726888179.64382: done getting variables 138029 1726888179.64422: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.020) 0:03:12.367 ****** 138029 1726888179.64443: entering _queue_task() for managed_node3/set_fact 138029 1726888179.64633: worker is 1 (out of 1 available) 138029 1726888179.64646: exiting _queue_task() for managed_node3/set_fact 138029 1726888179.64659: done queuing things up, now waiting for results queue to drain 138029 1726888179.64661: waiting for pending results... 138029 1726888179.64829: running TaskExecutor() for managed_node3/TASK: Set chunk size regex 138029 1726888179.64923: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002097 138029 1726888179.64935: variable 'ansible_search_path' from source: unknown 138029 1726888179.64967: calling self._execute() 138029 1726888179.65051: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.65057: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.65068: variable 'omit' from source: magic vars 138029 1726888179.65342: variable 'storage_test_volume' from source: include params 138029 1726888179.65367: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888179.65370: when evaluation is False, skipping this task 138029 1726888179.65374: _execute() done 138029 1726888179.65376: dumping result to json 138029 1726888179.65379: done dumping result, returning 138029 1726888179.65382: done running TaskExecutor() for managed_node3/TASK: Set chunk size regex [0affc8a3-6f6f-5a58-73a2-000000002097] 138029 1726888179.65387: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002097 138029 1726888179.65482: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002097 138029 1726888179.65486: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888179.65527: no more pending results, returning what we have 138029 1726888179.65530: results queue empty 138029 1726888179.65531: checking for any_errors_fatal 138029 1726888179.65537: done checking for any_errors_fatal 138029 1726888179.65538: checking for max_fail_percentage 138029 1726888179.65540: done checking for max_fail_percentage 138029 1726888179.65541: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.65541: done checking to see if all hosts have failed 138029 1726888179.65542: getting the remaining hosts for this loop 138029 1726888179.65543: done getting the remaining hosts for this loop 138029 1726888179.65546: getting the next task for host managed_node3 138029 1726888179.65553: done getting next task for host managed_node3 138029 1726888179.65558: ^ task is: TASK: Parse the chunk size 138029 1726888179.65567: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.65571: getting variables 138029 1726888179.65573: in VariableManager get_vars() 138029 1726888179.65598: Calling all_inventory to load vars for managed_node3 138029 1726888179.65600: Calling groups_inventory to load vars for managed_node3 138029 1726888179.65602: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.65611: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.65613: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.65616: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.65981: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.66367: done with get_vars() 138029 1726888179.66377: 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:09:39 -0400 (0:00:00.019) 0:03:12.387 ****** 138029 1726888179.66431: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888179.66616: worker is 1 (out of 1 available) 138029 1726888179.66628: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888179.66639: done queuing things up, now waiting for results queue to drain 138029 1726888179.66640: waiting for pending results... 138029 1726888179.66811: running TaskExecutor() for managed_node3/TASK: Parse the chunk size 138029 1726888179.66903: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002098 138029 1726888179.66914: variable 'ansible_search_path' from source: unknown 138029 1726888179.66940: calling self._execute() 138029 1726888179.67022: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.67025: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.67034: variable 'omit' from source: magic vars 138029 1726888179.67312: variable 'storage_test_volume' from source: include params 138029 1726888179.67330: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888179.67334: when evaluation is False, skipping this task 138029 1726888179.67337: _execute() done 138029 1726888179.67339: dumping result to json 138029 1726888179.67342: done dumping result, returning 138029 1726888179.67348: done running TaskExecutor() for managed_node3/TASK: Parse the chunk size [0affc8a3-6f6f-5a58-73a2-000000002098] 138029 1726888179.67353: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002098 138029 1726888179.67450: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002098 138029 1726888179.67454: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888179.67507: no more pending results, returning what we have 138029 1726888179.67509: results queue empty 138029 1726888179.67510: checking for any_errors_fatal 138029 1726888179.67516: done checking for any_errors_fatal 138029 1726888179.67517: checking for max_fail_percentage 138029 1726888179.67519: done checking for max_fail_percentage 138029 1726888179.67519: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.67520: done checking to see if all hosts have failed 138029 1726888179.67521: getting the remaining hosts for this loop 138029 1726888179.67522: done getting the remaining hosts for this loop 138029 1726888179.67525: getting the next task for host managed_node3 138029 1726888179.67532: done getting next task for host managed_node3 138029 1726888179.67534: ^ task is: TASK: Check RAID active devices count 138029 1726888179.67538: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.67541: getting variables 138029 1726888179.67542: in VariableManager get_vars() 138029 1726888179.67571: Calling all_inventory to load vars for managed_node3 138029 1726888179.67573: Calling groups_inventory to load vars for managed_node3 138029 1726888179.67576: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.67584: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.67587: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.67589: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.67952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.68341: done with get_vars() 138029 1726888179.68350: done getting variables 138029 1726888179.68395: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.019) 0:03:12.407 ****** 138029 1726888179.68416: entering _queue_task() for managed_node3/assert 138029 1726888179.68603: worker is 1 (out of 1 available) 138029 1726888179.68616: exiting _queue_task() for managed_node3/assert 138029 1726888179.68627: done queuing things up, now waiting for results queue to drain 138029 1726888179.68629: waiting for pending results... 138029 1726888179.68806: running TaskExecutor() for managed_node3/TASK: Check RAID active devices count 138029 1726888179.68893: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002099 138029 1726888179.68905: variable 'ansible_search_path' from source: unknown 138029 1726888179.68933: calling self._execute() 138029 1726888179.69020: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.69024: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.69032: variable 'omit' from source: magic vars 138029 1726888179.69314: variable 'storage_test_volume' from source: include params 138029 1726888179.69335: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888179.69338: when evaluation is False, skipping this task 138029 1726888179.69341: _execute() done 138029 1726888179.69344: dumping result to json 138029 1726888179.69346: done dumping result, returning 138029 1726888179.69353: done running TaskExecutor() for managed_node3/TASK: Check RAID active devices count [0affc8a3-6f6f-5a58-73a2-000000002099] 138029 1726888179.69359: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002099 138029 1726888179.69452: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002099 138029 1726888179.69457: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888179.69505: no more pending results, returning what we have 138029 1726888179.69508: results queue empty 138029 1726888179.69509: checking for any_errors_fatal 138029 1726888179.69517: done checking for any_errors_fatal 138029 1726888179.69517: checking for max_fail_percentage 138029 1726888179.69519: done checking for max_fail_percentage 138029 1726888179.69520: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.69520: done checking to see if all hosts have failed 138029 1726888179.69521: getting the remaining hosts for this loop 138029 1726888179.69523: done getting the remaining hosts for this loop 138029 1726888179.69526: getting the next task for host managed_node3 138029 1726888179.69533: done getting next task for host managed_node3 138029 1726888179.69535: ^ task is: TASK: Check RAID spare devices count 138029 1726888179.69541: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.69544: getting variables 138029 1726888179.69546: in VariableManager get_vars() 138029 1726888179.69577: Calling all_inventory to load vars for managed_node3 138029 1726888179.69580: Calling groups_inventory to load vars for managed_node3 138029 1726888179.69583: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.69591: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.69594: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.69596: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.69951: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.70529: done with get_vars() 138029 1726888179.70539: done getting variables 138029 1726888179.70582: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.021) 0:03:12.429 ****** 138029 1726888179.70605: entering _queue_task() for managed_node3/assert 138029 1726888179.70790: worker is 1 (out of 1 available) 138029 1726888179.70802: exiting _queue_task() for managed_node3/assert 138029 1726888179.70813: done queuing things up, now waiting for results queue to drain 138029 1726888179.70815: waiting for pending results... 138029 1726888179.70990: running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count 138029 1726888179.71087: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000209a 138029 1726888179.71098: variable 'ansible_search_path' from source: unknown 138029 1726888179.71124: calling self._execute() 138029 1726888179.71212: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.71218: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.71226: variable 'omit' from source: magic vars 138029 1726888179.71509: variable 'storage_test_volume' from source: include params 138029 1726888179.71528: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888179.71531: when evaluation is False, skipping this task 138029 1726888179.71534: _execute() done 138029 1726888179.71537: dumping result to json 138029 1726888179.71540: done dumping result, returning 138029 1726888179.71545: done running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count [0affc8a3-6f6f-5a58-73a2-00000000209a] 138029 1726888179.71550: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000209a 138029 1726888179.71641: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000209a 138029 1726888179.71644: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888179.71695: no more pending results, returning what we have 138029 1726888179.71698: results queue empty 138029 1726888179.71699: checking for any_errors_fatal 138029 1726888179.71706: done checking for any_errors_fatal 138029 1726888179.71706: checking for max_fail_percentage 138029 1726888179.71708: done checking for max_fail_percentage 138029 1726888179.71709: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.71709: done checking to see if all hosts have failed 138029 1726888179.71710: getting the remaining hosts for this loop 138029 1726888179.71712: done getting the remaining hosts for this loop 138029 1726888179.71714: getting the next task for host managed_node3 138029 1726888179.71721: done getting next task for host managed_node3 138029 1726888179.71723: ^ task is: TASK: Check RAID metadata version 138029 1726888179.71730: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.71734: getting variables 138029 1726888179.71735: in VariableManager get_vars() 138029 1726888179.71766: Calling all_inventory to load vars for managed_node3 138029 1726888179.71769: Calling groups_inventory to load vars for managed_node3 138029 1726888179.71771: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.71779: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.71782: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.71784: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.72147: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.72536: done with get_vars() 138029 1726888179.72546: done getting variables 138029 1726888179.72590: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.020) 0:03:12.449 ****** 138029 1726888179.72612: entering _queue_task() for managed_node3/assert 138029 1726888179.72795: worker is 1 (out of 1 available) 138029 1726888179.72809: exiting _queue_task() for managed_node3/assert 138029 1726888179.72819: done queuing things up, now waiting for results queue to drain 138029 1726888179.72821: waiting for pending results... 138029 1726888179.72991: running TaskExecutor() for managed_node3/TASK: Check RAID metadata version 138029 1726888179.73084: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000209b 138029 1726888179.73096: variable 'ansible_search_path' from source: unknown 138029 1726888179.73121: calling self._execute() 138029 1726888179.73210: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.73215: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.73222: variable 'omit' from source: magic vars 138029 1726888179.73499: variable 'storage_test_volume' from source: include params 138029 1726888179.73521: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888179.73524: when evaluation is False, skipping this task 138029 1726888179.73527: _execute() done 138029 1726888179.73530: dumping result to json 138029 1726888179.73532: done dumping result, returning 138029 1726888179.73538: done running TaskExecutor() for managed_node3/TASK: Check RAID metadata version [0affc8a3-6f6f-5a58-73a2-00000000209b] 138029 1726888179.73542: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000209b 138029 1726888179.73637: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000209b 138029 1726888179.73640: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888179.73687: no more pending results, returning what we have 138029 1726888179.73689: results queue empty 138029 1726888179.73690: checking for any_errors_fatal 138029 1726888179.73696: done checking for any_errors_fatal 138029 1726888179.73697: checking for max_fail_percentage 138029 1726888179.73698: done checking for max_fail_percentage 138029 1726888179.73699: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.73699: done checking to see if all hosts have failed 138029 1726888179.73700: getting the remaining hosts for this loop 138029 1726888179.73702: done getting the remaining hosts for this loop 138029 1726888179.73704: getting the next task for host managed_node3 138029 1726888179.73711: done getting next task for host managed_node3 138029 1726888179.73713: ^ task is: TASK: Check RAID chunk size 138029 1726888179.73720: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.73723: getting variables 138029 1726888179.73724: in VariableManager get_vars() 138029 1726888179.73749: Calling all_inventory to load vars for managed_node3 138029 1726888179.73751: Calling groups_inventory to load vars for managed_node3 138029 1726888179.73754: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.73766: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.73769: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.73771: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.74131: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.74517: done with get_vars() 138029 1726888179.74527: done getting variables 138029 1726888179.74572: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:39 -0400 (0:00:00.019) 0:03:12.469 ****** 138029 1726888179.74593: entering _queue_task() for managed_node3/assert 138029 1726888179.74775: worker is 1 (out of 1 available) 138029 1726888179.74788: exiting _queue_task() for managed_node3/assert 138029 1726888179.74799: done queuing things up, now waiting for results queue to drain 138029 1726888179.74800: waiting for pending results... 138029 1726888179.74967: running TaskExecutor() for managed_node3/TASK: Check RAID chunk size 138029 1726888179.75049: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000209c 138029 1726888179.75063: variable 'ansible_search_path' from source: unknown 138029 1726888179.75090: calling self._execute() 138029 1726888179.75178: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.75182: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.75190: variable 'omit' from source: magic vars 138029 1726888179.75460: variable 'storage_test_volume' from source: include params 138029 1726888179.75483: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888179.75486: when evaluation is False, skipping this task 138029 1726888179.75489: _execute() done 138029 1726888179.75492: dumping result to json 138029 1726888179.75494: done dumping result, returning 138029 1726888179.75500: done running TaskExecutor() for managed_node3/TASK: Check RAID chunk size [0affc8a3-6f6f-5a58-73a2-00000000209c] 138029 1726888179.75504: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000209c 138029 1726888179.75604: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000209c 138029 1726888179.75607: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888179.75649: no more pending results, returning what we have 138029 1726888179.75652: results queue empty 138029 1726888179.75653: checking for any_errors_fatal 138029 1726888179.75661: done checking for any_errors_fatal 138029 1726888179.75662: checking for max_fail_percentage 138029 1726888179.75663: done checking for max_fail_percentage 138029 1726888179.75666: checking to see if all hosts have failed and the running result is not ok 138029 1726888179.75667: done checking to see if all hosts have failed 138029 1726888179.75668: getting the remaining hosts for this loop 138029 1726888179.75669: done getting the remaining hosts for this loop 138029 1726888179.75672: getting the next task for host managed_node3 138029 1726888179.75682: done getting next task for host managed_node3 138029 1726888179.75684: ^ task is: TASK: Parse the actual size of the volume 138029 1726888179.75690: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888179.75693: getting variables 138029 1726888179.75694: in VariableManager get_vars() 138029 1726888179.75720: Calling all_inventory to load vars for managed_node3 138029 1726888179.75722: Calling groups_inventory to load vars for managed_node3 138029 1726888179.75725: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888179.75732: Calling all_plugins_play to load vars for managed_node3 138029 1726888179.75735: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888179.75742: Calling groups_plugins_play to load vars for managed_node3 138029 1726888179.76095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888179.76480: done with get_vars() 138029 1726888179.76490: 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:09:39 -0400 (0:00:00.019) 0:03:12.488 ****** 138029 1726888179.76543: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888179.76726: worker is 1 (out of 1 available) 138029 1726888179.76739: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888179.76751: done queuing things up, now waiting for results queue to drain 138029 1726888179.76752: waiting for pending results... 138029 1726888179.76919: running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume 138029 1726888179.77000: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020a0 138029 1726888179.77012: variable 'ansible_search_path' from source: unknown 138029 1726888179.77037: calling self._execute() 138029 1726888179.77126: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.77131: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.77140: variable 'omit' from source: magic vars 138029 1726888179.77398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888179.79234: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888179.79266: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888179.79289: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888179.79351: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888179.79376: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888179.79447: variable '_storage_test_volume_present' from source: set_fact 138029 1726888179.79466: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888179.79574: variable 'storage_test_volume' from source: include params 138029 1726888179.79660: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): True 138029 1726888179.79665: variable 'omit' from source: magic vars 138029 1726888179.79698: variable 'omit' from source: magic vars 138029 1726888179.79933: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888179.79936: variable 'storage_test_volume' from source: include params 138029 1726888179.79939: variable 'omit' from source: magic vars 138029 1726888179.79969: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888179.80060: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888179.80063: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888179.80068: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888179.80070: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888179.80096: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888179.80126: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888179.80167: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888179.80176: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.80184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.80264: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888179.80271: Set connection var ansible_timeout to 10 138029 1726888179.80276: Set connection var ansible_pipelining to False 138029 1726888179.80279: Set connection var ansible_shell_type to sh 138029 1726888179.80281: Set connection var ansible_connection to ssh 138029 1726888179.80288: Set connection var ansible_shell_executable to /bin/sh 138029 1726888179.80323: variable 'ansible_shell_executable' from source: unknown 138029 1726888179.80326: variable 'ansible_connection' from source: unknown 138029 1726888179.80331: variable 'ansible_module_compression' from source: unknown 138029 1726888179.80333: variable 'ansible_shell_type' from source: unknown 138029 1726888179.80335: variable 'ansible_shell_executable' from source: unknown 138029 1726888179.80337: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888179.80340: variable 'ansible_pipelining' from source: unknown 138029 1726888179.80341: variable 'ansible_timeout' from source: unknown 138029 1726888179.80343: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888179.80520: 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) 138029 1726888179.80523: variable 'omit' from source: magic vars 138029 1726888179.80526: starting attempt loop 138029 1726888179.80528: running the handler 138029 1726888179.80531: _low_level_execute_command(): starting 138029 1726888179.80533: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888179.81085: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888179.81088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888179.81091: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888179.81093: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888179.81095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888179.81147: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888179.81150: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888179.81152: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888179.81212: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888179.82927: stdout chunk (state=3): >>>/root <<< 138029 1726888179.83021: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888179.83054: stderr chunk (state=3): >>><<< 138029 1726888179.83059: stdout chunk (state=3): >>><<< 138029 1726888179.83080: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888179.83092: _low_level_execute_command(): starting 138029 1726888179.83098: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888179.8308103-143737-130813857624585 `" && echo ansible-tmp-1726888179.8308103-143737-130813857624585="` echo /root/.ansible/tmp/ansible-tmp-1726888179.8308103-143737-130813857624585 `" ) && sleep 0' 138029 1726888179.83522: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888179.83525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888179.83527: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888179.83529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888179.83582: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888179.83588: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888179.83671: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888179.87653: stdout chunk (state=3): >>>ansible-tmp-1726888179.8308103-143737-130813857624585=/root/.ansible/tmp/ansible-tmp-1726888179.8308103-143737-130813857624585 <<< 138029 1726888179.87659: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888179.87662: stderr chunk (state=3): >>><<< 138029 1726888179.87667: stdout chunk (state=3): >>><<< 138029 1726888179.87680: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888179.8308103-143737-130813857624585=/root/.ansible/tmp/ansible-tmp-1726888179.8308103-143737-130813857624585 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888179.87739: variable 'ansible_module_compression' from source: unknown 138029 1726888179.87780: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888179.87815: variable 'ansible_facts' from source: unknown 138029 1726888179.88103: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888179.8308103-143737-130813857624585/AnsiballZ_bsize.py 138029 1726888179.88377: Sending initial data 138029 1726888179.88380: Sent initial data (156 bytes) 138029 1726888179.89903: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888179.89996: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888179.90005: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888179.90070: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888179.93335: 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 <<< 138029 1726888179.93431: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888179.93602: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp9pve_1cq /root/.ansible/tmp/ansible-tmp-1726888179.8308103-143737-130813857624585/AnsiballZ_bsize.py <<< 138029 1726888179.93605: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888179.8308103-143737-130813857624585/AnsiballZ_bsize.py" <<< 138029 1726888179.93608: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp9pve_1cq" to remote "/root/.ansible/tmp/ansible-tmp-1726888179.8308103-143737-130813857624585/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888179.8308103-143737-130813857624585/AnsiballZ_bsize.py" <<< 138029 1726888179.94761: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888179.94767: stdout chunk (state=3): >>><<< 138029 1726888179.94770: stderr chunk (state=3): >>><<< 138029 1726888179.94772: done transferring module to remote 138029 1726888179.94774: _low_level_execute_command(): starting 138029 1726888179.94777: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888179.8308103-143737-130813857624585/ /root/.ansible/tmp/ansible-tmp-1726888179.8308103-143737-130813857624585/AnsiballZ_bsize.py && sleep 0' 138029 1726888179.95177: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888179.95319: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888179.95387: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888179.98886: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888179.98889: stdout chunk (state=3): >>><<< 138029 1726888179.98891: stderr chunk (state=3): >>><<< 138029 1726888179.98906: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888179.98962: _low_level_execute_command(): starting 138029 1726888179.98968: _low_level_execute_command(): using become for this command 138029 1726888179.98971: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ljsjymjaoryfqxrawgogfnxhcltxdoay ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888179.8308103-143737-130813857624585/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888179.99281: Initial state: awaiting_escalation: BECOME-SUCCESS-ljsjymjaoryfqxrawgogfnxhcltxdoay 138029 1726888179.99589: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888179.99602: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888179.99619: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888179.99637: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888179.99653: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888179.99676: stderr chunk (state=1): >>>debug2: match not found <<< 138029 1726888179.99775: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888179.99793: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888179.99811: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888179.99902: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888180.05486: stdout chunk (state=1): >>>BECOME-SUCCESS-ljsjymjaoryfqxrawgogfnxhcltxdoay <<< 138029 1726888180.05498: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ljsjymjaoryfqxrawgogfnxhcltxdoay' 138029 1726888180.06017: stdout chunk (state=3): >>>import _frozen_importlib # frozen<<< 138029 1726888180.06044: stdout chunk (state=3): >>> <<< 138029 1726888180.06100: stdout chunk (state=3): >>>import _imp # builtin<<< 138029 1726888180.06121: stdout chunk (state=3): >>> <<< 138029 1726888180.06179: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888180.06202: stdout chunk (state=3): >>> <<< 138029 1726888180.06220: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888180.06358: stdout chunk (state=3): >>> import '_io' # <<< 138029 1726888180.06395: stdout chunk (state=3): >>> import 'marshal' # <<< 138029 1726888180.06412: stdout chunk (state=3): >>> <<< 138029 1726888180.06477: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888180.06503: stdout chunk (state=3): >>> <<< 138029 1726888180.06552: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888180.06666: stdout chunk (state=3): >>> # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888180.06710: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py<<< 138029 1726888180.06743: stdout chunk (state=3): >>> <<< 138029 1726888180.06769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888180.06825: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888180.06938: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 138029 1726888180.06952: stdout chunk (state=3): >>> <<< 138029 1726888180.07003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888180.07043: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6ff1103e0><<< 138029 1726888180.07082: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6ff0dfa10><<< 138029 1726888180.07121: stdout chunk (state=3): >>> <<< 138029 1726888180.07158: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py<<< 138029 1726888180.07188: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'<<< 138029 1726888180.07219: stdout chunk (state=3): >>> import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6ff112960> <<< 138029 1726888180.07261: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888180.07335: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888180.07338: stdout chunk (state=3): >>> import 'abc' # <<< 138029 1726888180.07458: stdout chunk (state=3): >>>import 'io' # import '_stat' # <<< 138029 1726888180.07468: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888180.07911: 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'<<< 138029 1726888180.07926: stdout chunk (state=3): >>> Adding directory: '/usr/lib/python3.12/site-packages'<<< 138029 1726888180.07979: stdout chunk (state=3): >>> Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'<<< 138029 1726888180.07982: stdout chunk (state=3): >>> <<< 138029 1726888180.08028: 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<<< 138029 1726888180.08054: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'<<< 138029 1726888180.08115: stdout chunk (state=3): >>> import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6feee4fe0> <<< 138029 1726888180.08237: 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<<< 138029 1726888180.08241: stdout chunk (state=3): >>> <<< 138029 1726888180.08270: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888180.08357: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6feee5fd0> import 'site' # <<< 138029 1726888180.08440: 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 <<< 138029 1726888180.08447: stdout chunk (state=3): >>>Type "help", "copyright", "credits" or "license" for more information.<<< 138029 1726888180.08472: stdout chunk (state=3): >>> <<< 138029 1726888180.08904: 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'<<< 138029 1726888180.08959: stdout chunk (state=3): >>> # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py<<< 138029 1726888180.09006: stdout chunk (state=3): >>> <<< 138029 1726888180.09010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'<<< 138029 1726888180.09077: stdout chunk (state=3): >>> <<< 138029 1726888180.09080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888180.09148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'<<< 138029 1726888180.09195: stdout chunk (state=3): >>> <<< 138029 1726888180.09198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py<<< 138029 1726888180.09267: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'<<< 138029 1726888180.09282: stdout chunk (state=3): >>> <<< 138029 1726888180.09313: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef2bdd0> <<< 138029 1726888180.09397: 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' <<< 138029 1726888180.09442: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888180.09504: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef2bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py<<< 138029 1726888180.09516: stdout chunk (state=3): >>> <<< 138029 1726888180.09592: 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 <<< 138029 1726888180.09686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'<<< 138029 1726888180.09791: stdout chunk (state=3): >>> import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 138029 1726888180.09811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef5b7d0><<< 138029 1726888180.09899: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py<<< 138029 1726888180.09912: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888180.09963: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef5be60> import '_collections' # <<< 138029 1726888180.09990: stdout chunk (state=3): >>> <<< 138029 1726888180.10048: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef3ba70><<< 138029 1726888180.10077: stdout chunk (state=3): >>> <<< 138029 1726888180.10169: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef391c0><<< 138029 1726888180.10172: stdout chunk (state=3): >>> <<< 138029 1726888180.10468: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef28f80> # /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 <<< 138029 1726888180.10509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'<<< 138029 1726888180.10527: stdout chunk (state=3): >>> <<< 138029 1726888180.10552: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py<<< 138029 1726888180.10593: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'<<< 138029 1726888180.10610: stdout chunk (state=3): >>> <<< 138029 1726888180.10663: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef7f7d0><<< 138029 1726888180.10703: stdout chunk (state=3): >>> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef7e3f0><<< 138029 1726888180.10707: stdout chunk (state=3): >>> <<< 138029 1726888180.10784: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888180.10787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'<<< 138029 1726888180.10826: stdout chunk (state=3): >>> <<< 138029 1726888180.10829: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef3a090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef7cb90><<< 138029 1726888180.10849: stdout chunk (state=3): >>> <<< 138029 1726888180.10938: 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'<<< 138029 1726888180.10959: stdout chunk (state=3): >>> <<< 138029 1726888180.10992: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefb0800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef28200><<< 138029 1726888180.11031: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py<<< 138029 1726888180.11034: stdout chunk (state=3): >>> <<< 138029 1726888180.11054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'<<< 138029 1726888180.11114: stdout chunk (state=3): >>> # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888180.11127: stdout chunk (state=3): >>> <<< 138029 1726888180.11163: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888180.11180: stdout chunk (state=3): >>> import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fefb0cb0><<< 138029 1726888180.11203: stdout chunk (state=3): >>> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefb0b60><<< 138029 1726888180.11258: stdout chunk (state=3): >>> <<< 138029 1726888180.11286: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888180.11301: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888180.11366: stdout chunk (state=3): >>> import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fefb0ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef1ed20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py<<< 138029 1726888180.11391: stdout chunk (state=3): >>> <<< 138029 1726888180.11437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888180.11468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888180.11544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefb1550><<< 138029 1726888180.11560: stdout chunk (state=3): >>> <<< 138029 1726888180.11588: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefb1220> import 'importlib.machinery' # <<< 138029 1726888180.11660: stdout chunk (state=3): >>> # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py<<< 138029 1726888180.11694: stdout chunk (state=3): >>> <<< 138029 1726888180.11697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888180.11752: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefb2450><<< 138029 1726888180.11761: stdout chunk (state=3): >>> <<< 138029 1726888180.11764: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888180.11781: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888180.11824: stdout chunk (state=3): >>> <<< 138029 1726888180.11833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888180.11890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'<<< 138029 1726888180.11900: stdout chunk (state=3): >>> <<< 138029 1726888180.11944: 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'<<< 138029 1726888180.11963: stdout chunk (state=3): >>> import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefc8680><<< 138029 1726888180.11998: stdout chunk (state=3): >>> import 'errno' # <<< 138029 1726888180.12006: stdout chunk (state=3): >>> <<< 138029 1726888180.12077: 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'<<< 138029 1726888180.12092: stdout chunk (state=3): >>> <<< 138029 1726888180.12116: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fefc9d60> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py<<< 138029 1726888180.12132: stdout chunk (state=3): >>> <<< 138029 1726888180.12169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'<<< 138029 1726888180.12218: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py<<< 138029 1726888180.12229: stdout chunk (state=3): >>> <<< 138029 1726888180.12261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'<<< 138029 1726888180.12278: stdout chunk (state=3): >>> <<< 138029 1726888180.12346: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefcac00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888180.12364: stdout chunk (state=3): >>> <<< 138029 1726888180.12396: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888180.12431: stdout chunk (state=3): >>> import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fefcb260><<< 138029 1726888180.12434: stdout chunk (state=3): >>> <<< 138029 1726888180.12506: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefca150> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py<<< 138029 1726888180.12514: stdout chunk (state=3): >>> <<< 138029 1726888180.12543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'<<< 138029 1726888180.12595: stdout chunk (state=3): >>> # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888180.12628: stdout chunk (state=3): >>> <<< 138029 1726888180.12666: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888180.12669: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fefcbce0> <<< 138029 1726888180.12696: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefcb410><<< 138029 1726888180.12757: stdout chunk (state=3): >>> <<< 138029 1726888180.12793: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefb24b0><<< 138029 1726888180.12807: stdout chunk (state=3): >>> <<< 138029 1726888180.12840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py<<< 138029 1726888180.12851: stdout chunk (state=3): >>> <<< 138029 1726888180.12904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'<<< 138029 1726888180.12918: stdout chunk (state=3): >>> <<< 138029 1726888180.12997: 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'<<< 138029 1726888180.13010: stdout chunk (state=3): >>> <<< 138029 1726888180.13063: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888180.13137: 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 0x7fd6fed47b60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888180.13177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'<<< 138029 1726888180.13180: stdout chunk (state=3): >>> <<< 138029 1726888180.13234: 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 0x7fd6fed706b0><<< 138029 1726888180.13356: stdout chunk (state=3): >>> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fed70410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888180.13590: 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 0x7fd6fed706e0> <<< 138029 1726888180.13593: 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' <<< 138029 1726888180.13778: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888180.13872: stdout chunk (state=3): >>> import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fed70fe0> <<< 138029 1726888180.14021: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'<<< 138029 1726888180.14035: stdout chunk (state=3): >>> <<< 138029 1726888180.14061: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888180.14090: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fed71970> <<< 138029 1726888180.14117: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fed70890><<< 138029 1726888180.14148: stdout chunk (state=3): >>> <<< 138029 1726888180.14173: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fed45d00> <<< 138029 1726888180.14247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888180.14271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888180.14307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py<<< 138029 1726888180.14351: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'<<< 138029 1726888180.14365: stdout chunk (state=3): >>> <<< 138029 1726888180.14387: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fed72c90><<< 138029 1726888180.14415: stdout chunk (state=3): >>> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fed70e30><<< 138029 1726888180.14433: stdout chunk (state=3): >>> <<< 138029 1726888180.14465: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefb2ba0><<< 138029 1726888180.14482: stdout chunk (state=3): >>> <<< 138029 1726888180.14548: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888180.14709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888180.14894: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888180.14920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fed9aff0> <<< 138029 1726888180.15071: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888180.15130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888180.15241: 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' <<< 138029 1726888180.15516: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fedc33b0> <<< 138029 1726888180.15660: 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' <<< 138029 1726888180.15688: 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 0x7fd6fee20170> <<< 138029 1726888180.16037: 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' <<< 138029 1726888180.16359: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fee228d0> <<< 138029 1726888180.16402: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fee20290> <<< 138029 1726888180.16466: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6feded190> <<< 138029 1726888180.16508: 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 0x7fd6fe72d250> <<< 138029 1726888180.16530: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fedc21b0> <<< 138029 1726888180.16542: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fed73bc0> <<< 138029 1726888180.19023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888180.19130: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd6fedc27b0> <<< 138029 1726888180.23752: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_muiou94r/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 138029 1726888180.23900: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.23945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888180.23949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888180.24007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888180.24153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888180.24159: 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 0x7fd6fe77af90> <<< 138029 1726888180.24197: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888180.24434: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe75de80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe75cfe0> # zipimport: zlib available <<< 138029 1726888180.24437: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888180.24496: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888180.24512: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888180.26027: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.27252: 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 0x7fd6fe778e30> <<< 138029 1726888180.27272: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888180.27420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fe7ae8a0> <<< 138029 1726888180.27492: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe7ae630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe7adf40> <<< 138029 1726888180.27539: 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' <<< 138029 1726888180.27577: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe7ae690> <<< 138029 1726888180.27632: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe77b9b0> 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 0x7fd6fe7af5f0> <<< 138029 1726888180.27682: 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 0x7fd6fe7af800> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888180.27776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 138029 1726888180.28074: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe7afd10> 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 0x7fd6fe619af0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fe61b710> # /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 0x7fd6fe61c110> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888180.28178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe61d2b0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888180.28197: 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' <<< 138029 1726888180.28257: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe61fda0> <<< 138029 1726888180.28307: 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 0x7fd6fefcab70><<< 138029 1726888180.28323: stdout chunk (state=3): >>> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe61e060> <<< 138029 1726888180.28343: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888180.28375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888180.28405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888180.28419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888180.28448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888180.28463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888180.28504: 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' <<< 138029 1726888180.28517: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe627c80> import '_tokenize' # <<< 138029 1726888180.28638: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe626750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe6264b0> <<< 138029 1726888180.28649: 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' <<< 138029 1726888180.28729: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe626a20> <<< 138029 1726888180.28757: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe61e570> <<< 138029 1726888180.28793: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888180.28817: 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 0x7fd6fe66bf20> <<< 138029 1726888180.28832: 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 0x7fd6fe66c080> <<< 138029 1726888180.28868: 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 <<< 138029 1726888180.28892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888180.28903: 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' <<< 138029 1726888180.28939: 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 0x7fd6fe66db50> <<< 138029 1726888180.28962: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe66d910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888180.29099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888180.29166: 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 0x7fd6fe670110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe66e240> <<< 138029 1726888180.29191: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888180.29239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888180.29250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888180.29360: 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 0x7fd6fe6738f0> <<< 138029 1726888180.29485: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe6702c0> <<< 138029 1726888180.29582: 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 0x7fd6fe674950> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fe674770> <<< 138029 1726888180.29635: 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 0x7fd6fe674a70> <<< 138029 1726888180.29685: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe66c290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888180.29724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888180.29728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888180.29780: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888180.29784: 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 0x7fd6fe6fc2f0> <<< 138029 1726888180.29972: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888180.29977: 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 0x7fd6fe6fd6a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe676a80> <<< 138029 1726888180.30044: 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 0x7fd6fe677e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe676690> # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888180.30061: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888180.30152: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.30252: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888180.30286: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888180.30310: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888180.30335: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.30583: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.30614: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.31225: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.31790: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888180.31793: 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' # <<< 138029 1726888180.31825: 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' <<< 138029 1726888180.31926: 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 0x7fd6fe5057c0> <<< 138029 1726888180.32008: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888180.32035: 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 0x7fd6fe5065d0> <<< 138029 1726888180.32052: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe6749e0> <<< 138029 1726888180.32101: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888180.32140: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888180.32160: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888180.32313: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.32487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888180.32505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe5062d0> # zipimport: zlib available <<< 138029 1726888180.32994: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.33528: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.33599: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.33686: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888180.33739: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.33778: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888180.33866: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.33960: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 138029 1726888180.33993: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888180.34038: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.34092: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888180.34327: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.34573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888180.34643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888180.34657: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888180.34767: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe507680> <<< 138029 1726888180.34782: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.34848: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.34935: 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' # <<< 138029 1726888180.34973: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.35011: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.35072: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888180.35076: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.35117: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.35169: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.35224: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.35296: 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 <<< 138029 1726888180.35340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888180.35431: 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 0x7fd6fe512090> <<< 138029 1726888180.35505: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe50d970> import 'ansible.module_utils.common.file' # <<< 138029 1726888180.35516: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888180.35583: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.35670: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.35680: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.35724: 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' <<< 138029 1726888180.35777: 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 <<< 138029 1726888180.35799: 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 <<< 138029 1726888180.35881: 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 <<< 138029 1726888180.35903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888180.36017: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe602ab0> <<< 138029 1726888180.36036: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe7e2780> <<< 138029 1726888180.36170: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe512210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe673650> # destroy ansible.module_utils.distro <<< 138029 1726888180.36214: 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' # <<< 138029 1726888180.36288: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 138029 1726888180.36341: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 138029 1726888180.36407: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888180.36411: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.36481: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 138029 1726888180.36484: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 138029 1726888180.36522: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.36597: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888180.36630: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888180.36656: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 138029 1726888180.36916: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.36934: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # # zipimport: zlib available <<< 138029 1726888180.37046: stdout chunk (state=3): >>> {"changed": false, "size": "2 GiB", "bytes": 2147483648, "lvm": "2g", "parted": "2GiB", "invocation": {"module_args": {"size": "2G"}}} <<< 138029 1726888180.37061: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888180.37401: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path <<< 138029 1726888180.37457: 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 <<< 138029 1726888180.37565: 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 # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888180.37817: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888180.37828: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888180.37856: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888180.37882: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888180.37892: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888180.37925: 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 <<< 138029 1726888180.38029: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888180.38035: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888180.38038: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888180.38040: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888180.38043: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888180.38084: 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 <<< 138029 1726888180.38094: 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 <<< 138029 1726888180.38143: 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 <<< 138029 1726888180.38169: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888180.38209: 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 <<< 138029 1726888180.38220: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888180.38356: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888180.38397: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888180.38411: 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 <<< 138029 1726888180.38468: 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 <<< 138029 1726888180.38482: stdout chunk (state=3): >>># destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888180.38582: 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 <<< 138029 1726888180.38614: stdout chunk (state=3): >>># destroy time <<< 138029 1726888180.38654: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888180.38670: 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 <<< 138029 1726888180.38688: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888180.39377: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888180.39423: stderr chunk (state=3): >>><<< 138029 1726888180.39440: stdout chunk (state=3): >>><<< 138029 1726888180.39620: _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 0x7fd6ff1103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6ff0dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6ff112960> 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 0x7fd6feee4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fd6feee5fd0> 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 0x7fd6fef2bdd0> # /usr/lib64/python3.12/__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 0x7fd6fef2bfe0> # /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 0x7fd6fef5b7d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef5be60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef3ba70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef391c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef28f80> # /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 0x7fd6fef7f7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef7e3f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef3a090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef7cb90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefb0800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef28200> # /usr/lib64/python3.12/__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 0x7fd6fefb0cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefb0b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fefb0ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fef1ed20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fd6fefb1550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefb1220> 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 0x7fd6fefb2450> 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 0x7fd6fefc8680> 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 0x7fd6fefc9d60> # /usr/lib64/python3.12/__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 0x7fd6fefcac00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fefcb260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefca150> # /usr/lib64/python3.12/__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 0x7fd6fefcbce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefcb410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefb24b0> # /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 0x7fd6fed47b60> # /usr/lib64/python3.12/__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 0x7fd6fed706b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fed70410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fed706e0> # /usr/lib64/python3.12/__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 0x7fd6fed70fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fed71970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fed70890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fed45d00> # /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 0x7fd6fed72c90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fed70e30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fefb2ba0> # /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 0x7fd6fed9aff0> # /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 0x7fd6fedc33b0> # /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 0x7fd6fee20170> # /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 0x7fd6fee228d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fee20290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6feded190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe72d250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fedc21b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fed73bc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd6fedc27b0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_muiou94r/ansible_fedora.linux_system_roles.bsize_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 0x7fd6fe77af90> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe75de80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe75cfe0> # 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 0x7fd6fe778e30> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fd6fe7ae8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe7ae630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe7adf40> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fd6fe7ae690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe77b9b0> 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 0x7fd6fe7af5f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fe7af800> # /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 0x7fd6fe7afd10> 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 0x7fd6fe619af0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fe61b710> # /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 0x7fd6fe61c110> # /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 0x7fd6fe61d2b0> # /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 0x7fd6fe61fda0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fefcab70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe61e060> # /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 0x7fd6fe627c80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe626750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe6264b0> # /usr/lib64/python3.12/__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 0x7fd6fe626a20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe61e570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fe66bf20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe66c080> # /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 0x7fd6fe66db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe66d910> # /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 0x7fd6fe670110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe66e240> # /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 0x7fd6fe6738f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe6702c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fe674950> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fe674770> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fe674a70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe66c290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fd6fe6fc2f0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fe6fd6a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe676a80> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd6fe677e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe676690> # 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 0x7fd6fe5057c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fd6fe5065d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe6749e0> 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 0x7fd6fe5062d0> # 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 0x7fd6fe507680> # 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 0x7fd6fe512090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe50d970> 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 0x7fd6fe602ab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe7e2780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe512210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd6fe673650> # 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, "size": "2 GiB", "bytes": 2147483648, "lvm": "2g", "parted": "2GiB", "invocation": {"module_args": {"size": "2G"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888180.40543: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '2G', '_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.bsize', '_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-1726888179.8308103-143737-130813857624585/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888180.40547: _low_level_execute_command(): starting 138029 1726888180.40551: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888179.8308103-143737-130813857624585/ > /dev/null 2>&1 && sleep 0' 138029 1726888180.40893: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888180.40915: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888180.40932: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888180.40949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888180.40973: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888180.40986: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888180.41000: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888180.41029: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888180.41117: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888180.41145: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888180.41226: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888180.43297: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888180.43305: stdout chunk (state=3): >>><<< 138029 1726888180.43317: stderr chunk (state=3): >>><<< 138029 1726888180.43341: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888180.43431: handler run complete 138029 1726888180.43435: attempt loop complete, returning result 138029 1726888180.43437: _execute() done 138029 1726888180.43439: dumping result to json 138029 1726888180.43440: done dumping result, returning 138029 1726888180.43442: done running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume [0affc8a3-6f6f-5a58-73a2-0000000020a0] 138029 1726888180.43444: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a0 138029 1726888180.43514: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a0 ok: [managed_node3] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } 138029 1726888180.43712: no more pending results, returning what we have 138029 1726888180.43715: results queue empty 138029 1726888180.43716: checking for any_errors_fatal 138029 1726888180.43725: done checking for any_errors_fatal 138029 1726888180.43726: checking for max_fail_percentage 138029 1726888180.43728: done checking for max_fail_percentage 138029 1726888180.43729: checking to see if all hosts have failed and the running result is not ok 138029 1726888180.43729: done checking to see if all hosts have failed 138029 1726888180.43730: getting the remaining hosts for this loop 138029 1726888180.43732: done getting the remaining hosts for this loop 138029 1726888180.43735: getting the next task for host managed_node3 138029 1726888180.43743: done getting next task for host managed_node3 138029 1726888180.43745: ^ task is: TASK: Parse the requested size of the volume 138029 1726888180.43751: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888180.43764: getting variables 138029 1726888180.43767: in VariableManager get_vars() 138029 1726888180.43801: Calling all_inventory to load vars for managed_node3 138029 1726888180.43804: Calling groups_inventory to load vars for managed_node3 138029 1726888180.43807: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888180.43816: Calling all_plugins_play to load vars for managed_node3 138029 1726888180.43819: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888180.43822: Calling groups_plugins_play to load vars for managed_node3 138029 1726888180.44382: WORKER PROCESS EXITING 138029 1726888180.44587: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888180.45646: done with get_vars() 138029 1726888180.45669: 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:09:40 -0400 (0:00:00.692) 0:03:13.181 ****** 138029 1726888180.45770: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888180.46097: worker is 1 (out of 1 available) 138029 1726888180.46111: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888180.46125: done queuing things up, now waiting for results queue to drain 138029 1726888180.46127: waiting for pending results... 138029 1726888180.46468: running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume 138029 1726888180.46637: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020a1 138029 1726888180.46697: variable 'ansible_search_path' from source: unknown 138029 1726888180.46711: calling self._execute() 138029 1726888180.46849: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888180.46868: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888180.46885: variable 'omit' from source: magic vars 138029 1726888180.47350: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888180.49658: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888180.49744: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888180.49795: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888180.49836: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888180.49961: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888180.49991: variable '_storage_test_volume_present' from source: set_fact 138029 1726888180.50013: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888180.50167: variable 'storage_test_volume' from source: include params 138029 1726888180.50205: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888180.50374: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888180.50413: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888180.50444: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888180.50518: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888180.50521: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888180.50604: variable 'storage_test_volume' from source: include params 138029 1726888180.50633: Evaluated conditional ('%' not in storage_test_volume.size | string): True 138029 1726888180.50731: variable 'omit' from source: magic vars 138029 1726888180.50734: variable 'omit' from source: magic vars 138029 1726888180.50824: variable 'storage_test_volume' from source: include params 138029 1726888180.50873: variable 'omit' from source: magic vars 138029 1726888180.50904: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888180.50936: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888180.50971: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888180.50993: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888180.51010: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888180.51030: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888180.51051: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888180.51160: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888180.51163: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888180.51169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888180.51235: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888180.51247: Set connection var ansible_timeout to 10 138029 1726888180.51259: Set connection var ansible_pipelining to False 138029 1726888180.51269: Set connection var ansible_shell_type to sh 138029 1726888180.51277: Set connection var ansible_connection to ssh 138029 1726888180.51295: Set connection var ansible_shell_executable to /bin/sh 138029 1726888180.51326: variable 'ansible_shell_executable' from source: unknown 138029 1726888180.51334: variable 'ansible_connection' from source: unknown 138029 1726888180.51342: variable 'ansible_module_compression' from source: unknown 138029 1726888180.51349: variable 'ansible_shell_type' from source: unknown 138029 1726888180.51359: variable 'ansible_shell_executable' from source: unknown 138029 1726888180.51370: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888180.51398: variable 'ansible_pipelining' from source: unknown 138029 1726888180.51401: variable 'ansible_timeout' from source: unknown 138029 1726888180.51403: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888180.51536: 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) 138029 1726888180.51615: variable 'omit' from source: magic vars 138029 1726888180.51618: starting attempt loop 138029 1726888180.51620: running the handler 138029 1726888180.51623: _low_level_execute_command(): starting 138029 1726888180.51625: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888180.52381: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888180.52443: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888180.52482: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888180.52714: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888180.54408: stdout chunk (state=3): >>>/root <<< 138029 1726888180.54551: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888180.54577: stdout chunk (state=3): >>><<< 138029 1726888180.54590: stderr chunk (state=3): >>><<< 138029 1726888180.54614: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888180.54635: _low_level_execute_command(): starting 138029 1726888180.54646: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888180.5462267-143805-187224456580342 `" && echo ansible-tmp-1726888180.5462267-143805-187224456580342="` echo /root/.ansible/tmp/ansible-tmp-1726888180.5462267-143805-187224456580342 `" ) && sleep 0' 138029 1726888180.55246: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888180.55262: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888180.55281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888180.55299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888180.55316: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888180.55328: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888180.55343: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888180.55443: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888180.55466: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888180.55492: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888180.55566: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888180.66031: stdout chunk (state=3): >>>ansible-tmp-1726888180.5462267-143805-187224456580342=/root/.ansible/tmp/ansible-tmp-1726888180.5462267-143805-187224456580342 <<< 138029 1726888180.66178: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888180.66218: stderr chunk (state=3): >>><<< 138029 1726888180.66239: stdout chunk (state=3): >>><<< 138029 1726888180.66264: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888180.5462267-143805-187224456580342=/root/.ansible/tmp/ansible-tmp-1726888180.5462267-143805-187224456580342 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888180.66325: variable 'ansible_module_compression' from source: unknown 138029 1726888180.66388: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888180.66427: variable 'ansible_facts' from source: unknown 138029 1726888180.66522: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888180.5462267-143805-187224456580342/AnsiballZ_bsize.py 138029 1726888180.66654: Sending initial data 138029 1726888180.66760: Sent initial data (156 bytes) 138029 1726888180.67319: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888180.67334: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888180.67370: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888180.67385: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888180.67407: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888180.67491: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888180.67521: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888180.67596: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888180.69301: 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 <<< 138029 1726888180.69373: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888180.69447: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp5asqv4ow /root/.ansible/tmp/ansible-tmp-1726888180.5462267-143805-187224456580342/AnsiballZ_bsize.py <<< 138029 1726888180.69451: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888180.5462267-143805-187224456580342/AnsiballZ_bsize.py" <<< 138029 1726888180.69497: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp5asqv4ow" to remote "/root/.ansible/tmp/ansible-tmp-1726888180.5462267-143805-187224456580342/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888180.5462267-143805-187224456580342/AnsiballZ_bsize.py" <<< 138029 1726888180.70320: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888180.70324: stdout chunk (state=3): >>><<< 138029 1726888180.70326: stderr chunk (state=3): >>><<< 138029 1726888180.70335: done transferring module to remote 138029 1726888180.70358: _low_level_execute_command(): starting 138029 1726888180.70368: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888180.5462267-143805-187224456580342/ /root/.ansible/tmp/ansible-tmp-1726888180.5462267-143805-187224456580342/AnsiballZ_bsize.py && sleep 0' 138029 1726888180.71003: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888180.71017: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888180.71032: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888180.71070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888180.71085: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888180.71175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888180.71189: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888180.71226: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888180.71297: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888180.73368: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888180.73372: stdout chunk (state=3): >>><<< 138029 1726888180.73374: stderr chunk (state=3): >>><<< 138029 1726888180.73377: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888180.73379: _low_level_execute_command(): starting 138029 1726888180.73381: _low_level_execute_command(): using become for this command 138029 1726888180.73383: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-skykmcgoslgdgttzbcdmrmbthfnfhify ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888180.5462267-143805-187224456580342/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888180.73688: Initial state: awaiting_escalation: BECOME-SUCCESS-skykmcgoslgdgttzbcdmrmbthfnfhify 138029 1726888180.73961: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888180.74135: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888180.74139: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888180.74172: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888180.74274: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888180.77495: stdout chunk (state=1): >>>BECOME-SUCCESS-skykmcgoslgdgttzbcdmrmbthfnfhify <<< 138029 1726888180.77499: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-skykmcgoslgdgttzbcdmrmbthfnfhify' 138029 1726888180.77878: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888180.77885: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888180.77899: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888180.77990: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888180.78008: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # <<< 138029 1726888180.78049: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888180.78082: stdout chunk (state=3): >>># installing zipimport hook import 'time' # <<< 138029 1726888180.78126: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888180.78130: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888180.78150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 138029 1726888180.78230: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888180.78282: 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 0x7f8e841bc3e0> <<< 138029 1726888180.78293: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8418ba10> <<< 138029 1726888180.78326: 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 0x7f8e841be930> import '_signal' # <<< 138029 1726888180.78381: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 138029 1726888180.78437: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888180.78538: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # <<< 138029 1726888180.78560: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888180.78575: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888180.78601: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 138029 1726888180.78614: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888180.78639: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888180.78693: 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' <<< 138029 1726888180.78697: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e841ccfe0> <<< 138029 1726888180.78773: 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 <<< 138029 1726888180.78780: 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 0x7f8e841cdfd0> <<< 138029 1726888180.78819: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888180.78823: 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. <<< 138029 1726888180.79171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888180.79214: 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' <<< 138029 1726888180.79298: 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' <<< 138029 1726888180.79307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888180.79483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fb3da0> # /usr/lib64/python3.12/__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 0x7f8e83fb3fe0> # /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 <<< 138029 1726888180.79560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888180.79592: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888180.79630: 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 0x7f8e83fe3740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888180.79653: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fe3dd0> import '_collections' # <<< 138029 1726888180.79726: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fc3a70> <<< 138029 1726888180.79788: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fc1190> <<< 138029 1726888180.79958: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fb0f50> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888180.79994: 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 <<< 138029 1726888180.80047: 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 <<< 138029 1726888180.80144: 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 0x7f8e84007680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e840062a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 138029 1726888180.80151: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fc2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fb2810> <<< 138029 1726888180.80214: 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 0x7f8e84038680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fb01d0> <<< 138029 1726888180.80249: 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' <<< 138029 1726888180.80284: 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 0x7f8e84038b30> <<< 138029 1726888180.80373: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e840389e0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e84038da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fa6cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888180.80413: 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 <<< 138029 1726888180.80481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e84039460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e84039130> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888180.80526: 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 0x7f8e8403a360> <<< 138029 1726888180.80529: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888180.80576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888180.80642: 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 <<< 138029 1726888180.80645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e84050560> <<< 138029 1726888180.80903: 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 0x7f8e84051c10> # /usr/lib64/python3.12/__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 0x7f8e84052ab0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e84053110> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e84052000> # /usr/lib64/python3.12/__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 0x7f8e84053b90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e840532c0> <<< 138029 1726888180.80962: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8403a2d0> <<< 138029 1726888180.80979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888180.81009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888180.81023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888180.81046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888180.81088: 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 0x7f8e83dd3ad0> <<< 138029 1726888180.81296: 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 0x7f8e83e00530> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e00290> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e83e00560> # /usr/lib64/python3.12/__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' <<< 138029 1726888180.81489: 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 0x7f8e83e00e90> <<< 138029 1726888180.81773: 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 0x7f8e83e017c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e00740> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83dd1c70> # /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 0x7f8e83e02ba0> <<< 138029 1726888180.81822: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e018e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8403aa80> <<< 138029 1726888180.81929: 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' <<< 138029 1726888180.81951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888180.81991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888180.82051: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e2aed0> <<< 138029 1726888180.82131: 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 <<< 138029 1726888180.82167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888180.82230: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e4f230> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888180.82331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888180.82377: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888180.82407: 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 0x7f8e83e7bfe0> <<< 138029 1726888180.82474: 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' <<< 138029 1726888180.82523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888180.82559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888180.82674: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83eae780> <<< 138029 1726888180.82773: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83eac140> <<< 138029 1726888180.82823: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e4fec0> <<< 138029 1726888180.82845: 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' <<< 138029 1726888180.82880: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83729160> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e4e030> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e03aa0> <<< 138029 1726888180.83990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888180.84018: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8e83e4e630> <<< 138029 1726888180.88453: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_h38zjaid/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 138029 1726888180.88465: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.88736: stdout chunk (state=3): >>># zipimport: zlib available<<< 138029 1726888180.88811: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py<<< 138029 1726888180.88815: stdout chunk (state=3): >>> <<< 138029 1726888180.88852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888180.88943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py<<< 138029 1726888180.89071: stdout chunk (state=3): >>> <<< 138029 1726888180.89729: 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 0x7f8e83776de0> import '_typing' # <<< 138029 1726888180.89762: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83759cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83758e60> <<< 138029 1726888180.89781: stdout chunk (state=3): >>># zipimport: zlib available<<< 138029 1726888180.89825: stdout chunk (state=3): >>> import 'ansible' # <<< 138029 1726888180.89835: stdout chunk (state=3): >>> <<< 138029 1726888180.89871: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.89938: stdout chunk (state=3): >>># zipimport: zlib available<<< 138029 1726888180.89992: stdout chunk (state=3): >>> # zipimport: zlib available<<< 138029 1726888180.90012: stdout chunk (state=3): >>> import 'ansible.module_utils' # <<< 138029 1726888180.90088: stdout chunk (state=3): >>> <<< 138029 1726888180.90105: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.93459: stdout chunk (state=3): >>># zipimport: zlib available<<< 138029 1726888180.93486: stdout chunk (state=3): >>> <<< 138029 1726888180.95044: 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' <<< 138029 1726888180.95093: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e837750d0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888180.95162: 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 <<< 138029 1726888180.95186: 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 0x7f8e837ae6c0> <<< 138029 1726888180.95236: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e837ae4b0> <<< 138029 1726888180.95366: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e837addc0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f8e837ae210> <<< 138029 1726888180.95370: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8418a9c0> import 'atexit' # <<< 138029 1726888180.95408: 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 0x7f8e837af3b0> <<< 138029 1726888180.95493: 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 0x7f8e837af530> <<< 138029 1726888180.95497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888180.95529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 138029 1726888180.95669: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e837afa40> import 'pwd' # <<< 138029 1726888180.95699: 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 0x7f8e83615820> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e83617440> <<< 138029 1726888180.95726: 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' <<< 138029 1726888180.95783: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83617e00> <<< 138029 1726888180.95802: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888180.95849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83618fb0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888180.95911: 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 <<< 138029 1726888180.95953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888180.95998: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8361bad0> <<< 138029 1726888180.96027: 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 0x7f8e83fa6de0> <<< 138029 1726888180.96127: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83619d90> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888180.96208: 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' <<< 138029 1726888180.96221: 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' <<< 138029 1726888180.96291: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e836239e0> import '_tokenize' # <<< 138029 1726888180.96453: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e836224b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83622240> <<< 138029 1726888180.96459: 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' <<< 138029 1726888180.96490: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83622780> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8361afc0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e83667c20> <<< 138029 1726888180.96510: 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 0x7f8e83667e90> <<< 138029 1726888180.96543: 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' <<< 138029 1726888180.96580: 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' <<< 138029 1726888180.96673: 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 0x7f8e83669820> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83669610> <<< 138029 1726888180.96677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888180.96797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888180.96934: 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 0x7f8e8366bce0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83669e80> <<< 138029 1726888180.96937: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888180.96963: 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' # <<< 138029 1726888180.96982: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8366f3e0> <<< 138029 1726888180.97089: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8366bd70> <<< 138029 1726888180.97158: 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 0x7f8e83670170> <<< 138029 1726888180.97185: 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 0x7f8e836701a0> <<< 138029 1726888180.97281: 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 0x7f8e83670770> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83667680> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888180.97371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888180.97375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888180.97466: 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 0x7f8e83673ce0> <<< 138029 1726888180.97700: 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 0x7f8e836fcec0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e836724b0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e83673800> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83672150> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888180.97735: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.97832: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.97879: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888180.97907: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888180.98025: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.98143: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.98700: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.99263: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888180.99294: 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' # <<< 138029 1726888180.99333: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888180.99349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888180.99380: 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 0x7f8e83500fe0> <<< 138029 1726888180.99475: 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' <<< 138029 1726888180.99501: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83501d60> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83670680> <<< 138029 1726888180.99557: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888180.99593: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888180.99620: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888180.99637: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.99776: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888180.99939: 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 0x7f8e83501df0> <<< 138029 1726888180.99960: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.00418: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.00869: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.00928: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.01014: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888181.01017: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.01057: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.01101: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888181.01171: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.01271: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888181.01277: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.01302: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888181.01343: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.01398: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888181.01402: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.01631: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.02086: 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 0x7f8e83503020> # zipimport: zlib available <<< 138029 1726888181.02101: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.02185: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888181.02208: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888181.02223: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.02260: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.02308: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888181.02319: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.02350: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.02402: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.02454: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.02530: 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 <<< 138029 1726888181.02576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888181.02676: 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 0x7f8e8350d9d0> <<< 138029 1726888181.02715: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e835089b0> <<< 138029 1726888181.02751: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888181.02777: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.02829: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.02890: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.02922: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.02984: 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' <<< 138029 1726888181.03008: 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 <<< 138029 1726888181.03023: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888181.03044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888181.03117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888181.03141: 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' <<< 138029 1726888181.03208: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e836023c0> <<< 138029 1726888181.03263: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e837de090> <<< 138029 1726888181.03354: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8350d730> <<< 138029 1726888181.03381: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e4deb0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888181.03408: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.03422: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888181.03488: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888181.03534: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888181.03537: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available <<< 138029 1726888181.03602: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 138029 1726888181.03609: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888181.03674: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 138029 1726888181.03678: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888181.03717: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.03721: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.03795: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.03803: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888181.03849: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888181.03853: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.03959: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.04050: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888181.04126: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.04319: stdout chunk (state=3): >>> {"changed": false, "size": "2 GiB", "bytes": 2147483648, "lvm": "2g", "parted": "2GiB", "invocation": {"module_args": {"size": "2g"}}} # destroy __main__ <<< 138029 1726888181.04645: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888181.04661: 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 <<< 138029 1726888181.04701: 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 <<< 138029 1726888181.04757: stdout chunk (state=3): >>># cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888181.04804: 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 # 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 <<< 138029 1726888181.04808: 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 <<< 138029 1726888181.04825: stdout chunk (state=3): >>># cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # 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 <<< 138029 1726888181.05058: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888181.05063: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888181.05089: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888181.05092: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888181.05118: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888181.05194: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888181.05197: 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 <<< 138029 1726888181.05228: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 138029 1726888181.05248: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888181.05276: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888181.05318: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888181.05357: 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 <<< 138029 1726888181.05389: 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 <<< 138029 1726888181.05453: 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 <<< 138029 1726888181.05483: 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 <<< 138029 1726888181.05494: 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 <<< 138029 1726888181.05624: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888181.05634: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 138029 1726888181.05681: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888181.05697: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888181.05721: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888181.05761: 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 <<< 138029 1726888181.05766: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888181.05844: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 138029 1726888181.05890: 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 <<< 138029 1726888181.05893: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888181.05947: 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 <<< 138029 1726888181.06534: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888181.06537: stdout chunk (state=3): >>><<< 138029 1726888181.06540: stderr chunk (state=3): >>><<< 138029 1726888181.06724: _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 0x7f8e841bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8418ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e841be930> 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 0x7f8e841ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f8e841cdfd0> 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 0x7f8e83fb3da0> # /usr/lib64/python3.12/__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 0x7f8e83fb3fe0> # /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 0x7f8e83fe3740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fe3dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fc3a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fc1190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fb0f50> # /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 0x7f8e84007680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e840062a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fc2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fb2810> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e84038680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fb01d0> # /usr/lib64/python3.12/__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 0x7f8e84038b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e840389e0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e84038da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83fa6cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f8e84039460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e84039130> 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 0x7f8e8403a360> 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 0x7f8e84050560> 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 0x7f8e84051c10> # /usr/lib64/python3.12/__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 0x7f8e84052ab0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e84053110> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e84052000> # /usr/lib64/python3.12/__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 0x7f8e84053b90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e840532c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8403a2d0> # /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 0x7f8e83dd3ad0> # /usr/lib64/python3.12/__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 0x7f8e83e00530> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e00290> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e83e00560> # /usr/lib64/python3.12/__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 0x7f8e83e00e90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e83e017c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e00740> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83dd1c70> # /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 0x7f8e83e02ba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e018e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8403aa80> # /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 0x7f8e83e2aed0> # /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 0x7f8e83e4f230> # /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 0x7f8e83e7bfe0> # /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 0x7f8e83eae780> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83eac140> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e4fec0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83729160> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e4e030> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e03aa0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8e83e4e630> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_h38zjaid/ansible_fedora.linux_system_roles.bsize_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 0x7f8e83776de0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83759cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83758e60> # 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 0x7f8e837750d0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f8e837ae6c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e837ae4b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e837addc0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f8e837ae210> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8418a9c0> 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 0x7f8e837af3b0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e837af530> # /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 0x7f8e837afa40> 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 0x7f8e83615820> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e83617440> # /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 0x7f8e83617e00> # /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 0x7f8e83618fb0> # /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 0x7f8e8361bad0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e83fa6de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83619d90> # /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 0x7f8e836239e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e836224b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83622240> # /usr/lib64/python3.12/__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 0x7f8e83622780> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8361afc0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e83667c20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83667e90> # /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 0x7f8e83669820> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83669610> # /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 0x7f8e8366bce0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83669e80> # /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 0x7f8e8366f3e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8366bd70> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e83670170> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e836701a0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e83670770> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83667680> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f8e83673ce0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e836fcec0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e836724b0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8e83673800> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83672150> # 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 0x7f8e83500fe0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f8e83501d60> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83670680> 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 0x7f8e83501df0> # 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 0x7f8e83503020> # 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 0x7f8e8350d9d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e835089b0> 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 0x7f8e836023c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e837de090> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e8350d730> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8e83e4deb0> # 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, "size": "2 GiB", "bytes": 2147483648, "lvm": "2g", "parted": "2GiB", "invocation": {"module_args": {"size": "2g"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888181.07382: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '2g', '_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.bsize', '_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-1726888180.5462267-143805-187224456580342/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888181.07386: _low_level_execute_command(): starting 138029 1726888181.07389: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888180.5462267-143805-187224456580342/ > /dev/null 2>&1 && sleep 0' 138029 1726888181.07869: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888181.07891: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888181.07908: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888181.07992: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888181.09961: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888181.10020: stderr chunk (state=3): >>><<< 138029 1726888181.10028: stdout chunk (state=3): >>><<< 138029 1726888181.10050: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888181.10063: handler run complete 138029 1726888181.10096: attempt loop complete, returning result 138029 1726888181.10104: _execute() done 138029 1726888181.10111: dumping result to json 138029 1726888181.10119: done dumping result, returning 138029 1726888181.10260: done running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume [0affc8a3-6f6f-5a58-73a2-0000000020a1] 138029 1726888181.10263: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a1 138029 1726888181.10338: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a1 138029 1726888181.10341: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } 138029 1726888181.10406: no more pending results, returning what we have 138029 1726888181.10411: results queue empty 138029 1726888181.10412: checking for any_errors_fatal 138029 1726888181.10426: done checking for any_errors_fatal 138029 1726888181.10427: checking for max_fail_percentage 138029 1726888181.10429: done checking for max_fail_percentage 138029 1726888181.10430: checking to see if all hosts have failed and the running result is not ok 138029 1726888181.10431: done checking to see if all hosts have failed 138029 1726888181.10431: getting the remaining hosts for this loop 138029 1726888181.10433: done getting the remaining hosts for this loop 138029 1726888181.10437: getting the next task for host managed_node3 138029 1726888181.10446: done getting next task for host managed_node3 138029 1726888181.10449: ^ task is: TASK: Establish base value for expected size 138029 1726888181.10568: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888181.10576: getting variables 138029 1726888181.10577: in VariableManager get_vars() 138029 1726888181.10614: Calling all_inventory to load vars for managed_node3 138029 1726888181.10617: Calling groups_inventory to load vars for managed_node3 138029 1726888181.10620: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888181.10631: Calling all_plugins_play to load vars for managed_node3 138029 1726888181.10635: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888181.10638: Calling groups_plugins_play to load vars for managed_node3 138029 1726888181.11559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888181.12139: done with get_vars() 138029 1726888181.12157: done getting variables 138029 1726888181.12204: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:41 -0400 (0:00:00.664) 0:03:13.845 ****** 138029 1726888181.12232: entering _queue_task() for managed_node3/set_fact 138029 1726888181.12447: worker is 1 (out of 1 available) 138029 1726888181.12463: exiting _queue_task() for managed_node3/set_fact 138029 1726888181.12476: done queuing things up, now waiting for results queue to drain 138029 1726888181.12477: waiting for pending results... 138029 1726888181.12668: running TaskExecutor() for managed_node3/TASK: Establish base value for expected size 138029 1726888181.12767: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020a2 138029 1726888181.12782: variable 'ansible_search_path' from source: unknown 138029 1726888181.12812: calling self._execute() 138029 1726888181.12906: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888181.12911: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888181.12919: variable 'omit' from source: magic vars 138029 1726888181.13202: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888181.14853: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888181.14962: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888181.14966: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888181.14996: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888181.15021: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888181.15119: variable '_storage_test_volume_present' from source: set_fact 138029 1726888181.15163: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888181.15268: variable 'storage_test_volume' from source: include params 138029 1726888181.15300: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888181.15411: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888181.15433: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888181.15458: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888181.15488: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888181.15498: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888181.15558: variable 'storage_test_volume' from source: include params 138029 1726888181.15574: Evaluated conditional ('%' not in storage_test_volume.size | string): True 138029 1726888181.15578: variable 'omit' from source: magic vars 138029 1726888181.15623: variable 'omit' from source: magic vars 138029 1726888181.15693: variable 'storage_test_requested_size' from source: set_fact 138029 1726888181.15710: variable 'omit' from source: magic vars 138029 1726888181.15729: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888181.15753: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888181.15771: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888181.15784: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888181.15793: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888181.15805: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888181.15817: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888181.15840: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888181.15843: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888181.15846: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888181.15926: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888181.15929: Set connection var ansible_timeout to 10 138029 1726888181.15936: Set connection var ansible_pipelining to False 138029 1726888181.15938: Set connection var ansible_shell_type to sh 138029 1726888181.15940: Set connection var ansible_connection to ssh 138029 1726888181.15945: Set connection var ansible_shell_executable to /bin/sh 138029 1726888181.15970: variable 'ansible_shell_executable' from source: unknown 138029 1726888181.15975: variable 'ansible_connection' from source: unknown 138029 1726888181.15977: variable 'ansible_module_compression' from source: unknown 138029 1726888181.15980: variable 'ansible_shell_type' from source: unknown 138029 1726888181.15982: variable 'ansible_shell_executable' from source: unknown 138029 1726888181.15984: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888181.15987: variable 'ansible_pipelining' from source: unknown 138029 1726888181.15989: variable 'ansible_timeout' from source: unknown 138029 1726888181.15991: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888181.16060: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888181.16072: variable 'omit' from source: magic vars 138029 1726888181.16075: starting attempt loop 138029 1726888181.16078: running the handler 138029 1726888181.16089: handler run complete 138029 1726888181.16096: attempt loop complete, returning result 138029 1726888181.16100: _execute() done 138029 1726888181.16103: dumping result to json 138029 1726888181.16106: done dumping result, returning 138029 1726888181.16110: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected size [0affc8a3-6f6f-5a58-73a2-0000000020a2] 138029 1726888181.16115: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a2 138029 1726888181.16196: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a2 138029 1726888181.16200: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } 138029 1726888181.16265: no more pending results, returning what we have 138029 1726888181.16268: results queue empty 138029 1726888181.16269: checking for any_errors_fatal 138029 1726888181.16284: done checking for any_errors_fatal 138029 1726888181.16285: checking for max_fail_percentage 138029 1726888181.16286: done checking for max_fail_percentage 138029 1726888181.16287: checking to see if all hosts have failed and the running result is not ok 138029 1726888181.16288: done checking to see if all hosts have failed 138029 1726888181.16289: getting the remaining hosts for this loop 138029 1726888181.16290: done getting the remaining hosts for this loop 138029 1726888181.16294: getting the next task for host managed_node3 138029 1726888181.16300: done getting next task for host managed_node3 138029 1726888181.16302: ^ task is: TASK: Show expected size 138029 1726888181.16310: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888181.16320: getting variables 138029 1726888181.16321: in VariableManager get_vars() 138029 1726888181.16351: Calling all_inventory to load vars for managed_node3 138029 1726888181.16354: Calling groups_inventory to load vars for managed_node3 138029 1726888181.16358: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888181.16368: Calling all_plugins_play to load vars for managed_node3 138029 1726888181.16370: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888181.16373: Calling groups_plugins_play to load vars for managed_node3 138029 1726888181.16770: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888181.17152: done with get_vars() 138029 1726888181.17166: done getting variables 138029 1726888181.17205: 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:09:41 -0400 (0:00:00.049) 0:03:13.895 ****** 138029 1726888181.17230: entering _queue_task() for managed_node3/debug 138029 1726888181.17431: worker is 1 (out of 1 available) 138029 1726888181.17443: exiting _queue_task() for managed_node3/debug 138029 1726888181.17456: done queuing things up, now waiting for results queue to drain 138029 1726888181.17458: waiting for pending results... 138029 1726888181.17641: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888181.17732: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020a3 138029 1726888181.17745: variable 'ansible_search_path' from source: unknown 138029 1726888181.17783: calling self._execute() 138029 1726888181.17878: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888181.17882: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888181.17891: variable 'omit' from source: magic vars 138029 1726888181.17979: variable 'omit' from source: magic vars 138029 1726888181.18030: variable 'omit' from source: magic vars 138029 1726888181.18053: variable 'omit' from source: magic vars 138029 1726888181.18087: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888181.18122: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888181.18134: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888181.18147: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888181.18159: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888181.18173: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888181.18185: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888181.18207: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888181.18210: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888181.18212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888181.18299: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888181.18303: Set connection var ansible_timeout to 10 138029 1726888181.18308: Set connection var ansible_pipelining to False 138029 1726888181.18311: Set connection var ansible_shell_type to sh 138029 1726888181.18313: Set connection var ansible_connection to ssh 138029 1726888181.18317: Set connection var ansible_shell_executable to /bin/sh 138029 1726888181.18342: variable 'ansible_shell_executable' from source: unknown 138029 1726888181.18345: variable 'ansible_connection' from source: unknown 138029 1726888181.18348: variable 'ansible_module_compression' from source: unknown 138029 1726888181.18350: variable 'ansible_shell_type' from source: unknown 138029 1726888181.18352: variable 'ansible_shell_executable' from source: unknown 138029 1726888181.18354: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888181.18362: variable 'ansible_pipelining' from source: unknown 138029 1726888181.18367: variable 'ansible_timeout' from source: unknown 138029 1726888181.18370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888181.18474: 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) 138029 1726888181.18482: variable 'omit' from source: magic vars 138029 1726888181.18487: starting attempt loop 138029 1726888181.18490: running the handler 138029 1726888181.18528: variable 'storage_test_expected_size' from source: set_fact 138029 1726888181.18671: variable 'storage_test_expected_size' from source: set_fact 138029 1726888181.18691: handler run complete 138029 1726888181.18703: attempt loop complete, returning result 138029 1726888181.18706: _execute() done 138029 1726888181.18709: dumping result to json 138029 1726888181.18711: done dumping result, returning 138029 1726888181.18718: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-0000000020a3] 138029 1726888181.18722: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a3 138029 1726888181.18806: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a3 138029 1726888181.18809: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_expected_size": "2147483648" } 138029 1726888181.18853: no more pending results, returning what we have 138029 1726888181.18858: results queue empty 138029 1726888181.18859: checking for any_errors_fatal 138029 1726888181.18870: done checking for any_errors_fatal 138029 1726888181.18871: checking for max_fail_percentage 138029 1726888181.18872: done checking for max_fail_percentage 138029 1726888181.18873: checking to see if all hosts have failed and the running result is not ok 138029 1726888181.18874: done checking to see if all hosts have failed 138029 1726888181.18875: getting the remaining hosts for this loop 138029 1726888181.18876: done getting the remaining hosts for this loop 138029 1726888181.18880: getting the next task for host managed_node3 138029 1726888181.18886: done getting next task for host managed_node3 138029 1726888181.18889: ^ task is: TASK: Get the size of parent/pool device 138029 1726888181.18894: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888181.18897: getting variables 138029 1726888181.18898: in VariableManager get_vars() 138029 1726888181.18926: Calling all_inventory to load vars for managed_node3 138029 1726888181.18928: Calling groups_inventory to load vars for managed_node3 138029 1726888181.18930: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888181.18939: Calling all_plugins_play to load vars for managed_node3 138029 1726888181.18942: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888181.18944: Calling groups_plugins_play to load vars for managed_node3 138029 1726888181.19494: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888181.20159: done with get_vars() 138029 1726888181.20176: 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:09:41 -0400 (0:00:00.030) 0:03:13.926 ****** 138029 1726888181.20251: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888181.20485: worker is 1 (out of 1 available) 138029 1726888181.20497: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888181.20509: done queuing things up, now waiting for results queue to drain 138029 1726888181.20512: waiting for pending results... 138029 1726888181.20780: running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device 138029 1726888181.20854: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020a4 138029 1726888181.20871: variable 'ansible_search_path' from source: unknown 138029 1726888181.20898: calling self._execute() 138029 1726888181.20990: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888181.20993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888181.21003: variable 'omit' from source: magic vars 138029 1726888181.21271: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888181.23221: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888181.23276: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888181.23310: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888181.23341: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888181.23363: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888181.23430: variable '_storage_test_volume_present' from source: set_fact 138029 1726888181.23444: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888181.23533: variable 'storage_test_volume' from source: include params 138029 1726888181.23552: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888181.23558: variable 'omit' from source: magic vars 138029 1726888181.23600: variable 'omit' from source: magic vars 138029 1726888181.23702: variable 'ansible_lvm' from source: facts 138029 1726888181.23709: variable 'storage_test_pool' from source: include params 138029 1726888181.23749: variable 'omit' from source: magic vars 138029 1726888181.23772: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888181.23795: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888181.23809: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888181.23823: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888181.23831: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888181.23844: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888181.23859: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888181.23881: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888181.23884: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888181.23887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888181.23963: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888181.23970: Set connection var ansible_timeout to 10 138029 1726888181.23973: Set connection var ansible_pipelining to False 138029 1726888181.23975: Set connection var ansible_shell_type to sh 138029 1726888181.23977: Set connection var ansible_connection to ssh 138029 1726888181.23980: Set connection var ansible_shell_executable to /bin/sh 138029 1726888181.24000: variable 'ansible_shell_executable' from source: unknown 138029 1726888181.24003: variable 'ansible_connection' from source: unknown 138029 1726888181.24005: variable 'ansible_module_compression' from source: unknown 138029 1726888181.24007: variable 'ansible_shell_type' from source: unknown 138029 1726888181.24010: variable 'ansible_shell_executable' from source: unknown 138029 1726888181.24012: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888181.24017: variable 'ansible_pipelining' from source: unknown 138029 1726888181.24019: variable 'ansible_timeout' from source: unknown 138029 1726888181.24023: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888181.24118: 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) 138029 1726888181.24126: variable 'omit' from source: magic vars 138029 1726888181.24131: starting attempt loop 138029 1726888181.24134: running the handler 138029 1726888181.24143: _low_level_execute_command(): starting 138029 1726888181.24149: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888181.24617: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888181.24647: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888181.24650: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888181.24653: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888181.24709: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888181.24712: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888181.24716: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888181.24775: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888181.26478: stdout chunk (state=3): >>>/root <<< 138029 1726888181.26592: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888181.26617: stderr chunk (state=3): >>><<< 138029 1726888181.26620: stdout chunk (state=3): >>><<< 138029 1726888181.26638: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888181.26649: _low_level_execute_command(): starting 138029 1726888181.26660: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888181.2663844-143841-264227545468355 `" && echo ansible-tmp-1726888181.2663844-143841-264227545468355="` echo /root/.ansible/tmp/ansible-tmp-1726888181.2663844-143841-264227545468355 `" ) && sleep 0' 138029 1726888181.27049: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888181.27083: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888181.27087: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888181.27090: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888181.27092: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888181.27094: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888181.27139: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888181.27142: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888181.27196: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888181.34904: stdout chunk (state=3): >>>ansible-tmp-1726888181.2663844-143841-264227545468355=/root/.ansible/tmp/ansible-tmp-1726888181.2663844-143841-264227545468355 <<< 138029 1726888181.35028: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888181.35058: stderr chunk (state=3): >>><<< 138029 1726888181.35062: stdout chunk (state=3): >>><<< 138029 1726888181.35077: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888181.2663844-143841-264227545468355=/root/.ansible/tmp/ansible-tmp-1726888181.2663844-143841-264227545468355 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888181.35135: variable 'ansible_module_compression' from source: unknown 138029 1726888181.35176: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888181.35219: variable 'ansible_facts' from source: unknown 138029 1726888181.35390: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888181.2663844-143841-264227545468355/AnsiballZ_bsize.py 138029 1726888181.35479: Sending initial data 138029 1726888181.35483: Sent initial data (156 bytes) 138029 1726888181.36050: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888181.36054: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888181.36080: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888181.36084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888181.36135: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888181.36152: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888181.36223: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888181.37883: 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 <<< 138029 1726888181.37926: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888181.37984: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpn4xlvhf_ /root/.ansible/tmp/ansible-tmp-1726888181.2663844-143841-264227545468355/AnsiballZ_bsize.py <<< 138029 1726888181.37987: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888181.2663844-143841-264227545468355/AnsiballZ_bsize.py" <<< 138029 1726888181.38034: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpn4xlvhf_" to remote "/root/.ansible/tmp/ansible-tmp-1726888181.2663844-143841-264227545468355/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888181.2663844-143841-264227545468355/AnsiballZ_bsize.py" <<< 138029 1726888181.38804: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888181.38822: stderr chunk (state=3): >>><<< 138029 1726888181.38827: stdout chunk (state=3): >>><<< 138029 1726888181.38877: done transferring module to remote 138029 1726888181.38889: _low_level_execute_command(): starting 138029 1726888181.38892: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888181.2663844-143841-264227545468355/ /root/.ansible/tmp/ansible-tmp-1726888181.2663844-143841-264227545468355/AnsiballZ_bsize.py && sleep 0' 138029 1726888181.39360: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888181.39363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888181.39368: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888181.39370: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888181.39418: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888181.39421: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888181.39472: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888181.41284: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888181.41306: stderr chunk (state=3): >>><<< 138029 1726888181.41309: stdout chunk (state=3): >>><<< 138029 1726888181.41322: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888181.41325: _low_level_execute_command(): starting 138029 1726888181.41331: _low_level_execute_command(): using become for this command 138029 1726888181.41340: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jxjlytpeipydqjjqdqepioohtornroox ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888181.2663844-143841-264227545468355/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888181.41414: Initial state: awaiting_escalation: BECOME-SUCCESS-jxjlytpeipydqjjqdqepioohtornroox 138029 1726888181.41782: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888181.41785: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888181.41818: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888181.41821: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888181.41879: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888181.44928: stdout chunk (state=1): >>>BECOME-SUCCESS-jxjlytpeipydqjjqdqepioohtornroox <<< 138029 1726888181.44932: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jxjlytpeipydqjjqdqepioohtornroox' 138029 1726888181.45270: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888181.45312: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888181.45354: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888181.45414: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888181.45421: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888181.45454: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888181.45483: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888181.45489: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888181.45515: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888181.45529: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888181.45612: 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' <<< 138029 1726888181.45636: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 138029 1726888181.45664: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888181.45689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888181.45696: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e66183e0> <<< 138029 1726888181.45709: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e65e7a10> <<< 138029 1726888181.45722: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888181.45737: 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 0x7f44e661a960> <<< 138029 1726888181.45757: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888181.45783: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888181.45799: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888181.45808: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888181.45846: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888181.45852: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888181.45930: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888181.45961: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888181.45966: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888181.45991: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888181.46006: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888181.46021: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888181.46034: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888181.46050: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888181.46053: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888181.46099: 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 <<< 138029 1726888181.46104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888181.46128: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e642cfe0> <<< 138029 1726888181.46186: 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 <<< 138029 1726888181.46200: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888181.46205: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e642dfd0> <<< 138029 1726888181.46237: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888181.46272: 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. <<< 138029 1726888181.46504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888181.46512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888181.46544: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888181.46547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888181.46575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888181.46612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888181.46633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888181.46653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888181.46675: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6473dd0> <<< 138029 1726888181.46691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888181.46711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888181.46735: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888181.46750: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6473fe0> <<< 138029 1726888181.46763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888181.46797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888181.46815: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888181.46871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888181.46886: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888181.46918: 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 0x7f44e64a37d0> <<< 138029 1726888181.46933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888181.46948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888181.46958: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64a3e60> <<< 138029 1726888181.46973: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888181.47017: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6483a70> <<< 138029 1726888181.47042: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888181.47070: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64811c0> <<< 138029 1726888181.47166: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6470f80> <<< 138029 1726888181.47187: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888181.47212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888181.47224: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888181.47251: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888181.47271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888181.47297: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888181.47300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888181.47344: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64c77d0> <<< 138029 1726888181.47351: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64c63f0> <<< 138029 1726888181.47386: 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 0x7f44e6482090> <<< 138029 1726888181.47389: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64c4b90> <<< 138029 1726888181.47441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888181.47459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64f8800> <<< 138029 1726888181.47468: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6470200> <<< 138029 1726888181.47480: 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' <<< 138029 1726888181.47524: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888181.47528: 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 0x7f44e64f8cb0> <<< 138029 1726888181.47533: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64f8b60> <<< 138029 1726888181.47557: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888181.47576: 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 0x7f44e64f8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6466d20> <<< 138029 1726888181.47601: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888181.47613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888181.47631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888181.47669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888181.47687: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64f9220> <<< 138029 1726888181.47692: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888181.47715: 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' <<< 138029 1726888181.47740: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64fa450> <<< 138029 1726888181.47749: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888181.47765: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888181.47786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888181.47819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888181.47840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888181.47856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6510680> <<< 138029 1726888181.47868: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888181.47900: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888181.47904: 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 0x7f44e6511d60> <<< 138029 1726888181.47926: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888181.47933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888181.47963: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888181.47973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888181.47987: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6512c00> <<< 138029 1726888181.48016: 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 0x7f44e6513260> <<< 138029 1726888181.48026: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6512150> <<< 138029 1726888181.48069: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888181.48072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888181.48111: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888181.48126: 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 0x7f44e6513ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6513410> <<< 138029 1726888181.48174: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64fa4b0> <<< 138029 1726888181.48191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888181.48228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888181.48246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888181.48269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888181.48293: 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 0x7f44e62c7b60> <<< 138029 1726888181.48318: 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' <<< 138029 1726888181.48348: 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 0x7f44e62f06b0> <<< 138029 1726888181.48356: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e62f0410> <<< 138029 1726888181.48376: 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 0x7f44e62f06e0> <<< 138029 1726888181.48411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888181.48414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888181.48490: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888181.48613: 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 0x7f44e62f0fe0> <<< 138029 1726888181.48726: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888181.48733: 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 0x7f44e62f1970> <<< 138029 1726888181.48745: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e62f0890> <<< 138029 1726888181.48749: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e62c5d00> <<< 138029 1726888181.48776: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888181.48793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888181.48826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888181.48829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888181.48842: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e62f2c90> <<< 138029 1726888181.48869: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e62f0e30> <<< 138029 1726888181.48887: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64faba0> <<< 138029 1726888181.48911: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888181.48982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888181.48993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888181.49028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888181.49054: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e631aff0> <<< 138029 1726888181.49110: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888181.49121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888181.49147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888181.49164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888181.49219: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e63433b0> <<< 138029 1726888181.49237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888181.49289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888181.49343: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888181.49360: stdout chunk (state=3): >>> <<< 138029 1726888181.49371: 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' <<< 138029 1726888181.49408: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e63a0170> <<< 138029 1726888181.49416: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888181.49445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888181.49484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888181.49519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888181.49602: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e63a28d0> <<< 138029 1726888181.49677: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e63a0290> <<< 138029 1726888181.49718: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e636d190> <<< 138029 1726888181.49770: 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 0x7f44e61a9220> <<< 138029 1726888181.49777: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e63421b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e62f3bc0> <<< 138029 1726888181.52589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888181.52610: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f44e63427b0> <<< 138029 1726888181.61289: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_n0j0o6ib/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 138029 1726888181.61296: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.61412: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.61448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888181.61451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888181.61511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888181.61602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888181.61658: 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 0x7f44e61f6f60> <<< 138029 1726888181.61662: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888181.61852: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e61d9e50> <<< 138029 1726888181.61859: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e61d8fb0> # zipimport: zlib available <<< 138029 1726888181.61882: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888181.61897: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.61914: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.61918: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888181.61944: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.63366: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.64492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888181.64497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e61f4cb0> <<< 138029 1726888181.64527: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888181.64532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888181.64557: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888181.64569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888181.64587: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888181.64592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888181.64627: 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 0x7f44e622a7b0> <<< 138029 1726888181.64676: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e622a540> <<< 138029 1726888181.64712: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6229e80> <<< 138029 1726888181.64725: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888181.64740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888181.64781: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e622a5d0> <<< 138029 1726888181.64792: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e61f7bf0> import 'atexit' # <<< 138029 1726888181.64817: 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 0x7f44e622b530> <<< 138029 1726888181.64852: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888181.64869: 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 0x7f44e622b770> <<< 138029 1726888181.64872: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888181.64914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888181.64929: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888181.64984: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e622bc20> <<< 138029 1726888181.64992: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888181.65007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888181.65038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888181.65074: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b1da00> <<< 138029 1726888181.65123: 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 0x7f44e5b1f620> <<< 138029 1726888181.65139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888181.65177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888181.65192: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b1ffe0> <<< 138029 1726888181.65200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888181.65237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888181.65245: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b211c0> <<< 138029 1726888181.65273: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888181.65303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888181.65331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888181.65336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888181.65389: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b23c50> <<< 138029 1726888181.65429: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888181.65437: 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 0x7f44e61daff0> <<< 138029 1726888181.65447: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b21f10> <<< 138029 1726888181.65473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888181.65494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888181.65522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888181.65535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888181.65544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888181.65585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888181.65609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888181.65625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b2bad0> <<< 138029 1726888181.65658: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888181.65696: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b2a5a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b2a300> <<< 138029 1726888181.65722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888181.65729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888181.65826: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b2a870> <<< 138029 1726888181.65866: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b22420> <<< 138029 1726888181.65869: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888181.65918: 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 0x7f44e5b6fda0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b6ffb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 138029 1726888181.65958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888181.65981: 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' <<< 138029 1726888181.66005: 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 0x7f44e5b71940> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b71730> <<< 138029 1726888181.66029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888181.66129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888181.66183: 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 0x7f44e5b73e60> <<< 138029 1726888181.66186: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b72000> <<< 138029 1726888181.66216: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888181.66249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888181.66271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888181.66298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888181.66340: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b775c0> <<< 138029 1726888181.66465: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b73f50> <<< 138029 1726888181.66531: 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 0x7f44e5b78350> <<< 138029 1726888181.66550: 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 0x7f44e5b78800> <<< 138029 1726888181.66625: 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 0x7f44e5b78890> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b70050> <<< 138029 1726888181.66671: 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 <<< 138029 1726888181.66682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888181.66732: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888181.66734: 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 0x7f44e5b7bfe0> <<< 138029 1726888181.66879: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888181.66894: 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 0x7f44e5a01190> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b7a780> <<< 138029 1726888181.66932: 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 0x7f44e5b7bb30> <<< 138029 1726888181.66945: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b7a390> # zipimport: zlib available <<< 138029 1726888181.66990: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888181.66993: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.67067: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.67154: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.67192: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888181.67206: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888181.67211: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.67333: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.67466: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.68022: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.68559: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888181.68604: 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 <<< 138029 1726888181.68613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888181.68663: 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 0x7f44e5a09190> <<< 138029 1726888181.68738: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888181.68770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888181.68776: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5a09eb0> <<< 138029 1726888181.68789: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b793a0> <<< 138029 1726888181.68835: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888181.68874: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888181.68880: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888181.68906: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.69037: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.69200: 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 0x7f44e5a09f70> <<< 138029 1726888181.69214: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.69691: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.70140: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.70215: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.70298: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888181.70313: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.70347: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.70391: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888181.70463: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.70537: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888181.70557: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.70579: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.70592: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888181.70594: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.70634: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.70683: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888181.70709: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.70923: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.71149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888181.71205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888181.71229: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888181.71295: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5a0afc0> <<< 138029 1726888181.71307: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.71380: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.71464: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888181.71504: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888181.71507: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.71542: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.71584: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888181.71615: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.71637: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.71697: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.71747: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.71827: 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 <<< 138029 1726888181.71851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888181.71945: 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 0x7f44e5a15bb0> <<< 138029 1726888181.71985: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5a12ff0> <<< 138029 1726888181.72028: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888181.72030: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.72094: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.72173: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.72195: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.72236: 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' <<< 138029 1726888181.72279: 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 <<< 138029 1726888181.72307: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888181.72311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888181.72390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888181.72393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888181.72401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888181.72457: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b025d0> <<< 138029 1726888181.72496: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5bfa2a0> <<< 138029 1726888181.72582: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5a15c70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5a0acc0> <<< 138029 1726888181.72596: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888181.72629: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.72646: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.72673: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888181.72710: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888181.72730: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.72744: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.72769: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888181.72777: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.72815: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 138029 1726888181.72832: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.72860: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888181.72870: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888181.72897: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.72915: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 138029 1726888181.72957: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.73003: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.73018: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.73023: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888181.73050: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.73053: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888181.73092: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.73188: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.73286: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888181.73346: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888181.73501: stdout chunk (state=3): >>> {"changed": false, "size": "9 GiB", "bytes": 10705205985, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.97G"}}} # destroy __main__ <<< 138029 1726888181.73840: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888181.73846: 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 <<< 138029 1726888181.73929: stdout chunk (state=3): >>># cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils <<< 138029 1726888181.74007: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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<<< 138029 1726888181.74013: stdout chunk (state=3): >>>.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 138029 1726888181.74262: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888181.74298: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888181.74334: 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 <<< 138029 1726888181.74366: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888181.74392: 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 <<< 138029 1726888181.74431: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888181.74443: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888181.74473: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888181.74475: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888181.74547: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888181.74554: 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 <<< 138029 1726888181.74591: 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 <<< 138029 1726888181.74629: 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 <<< 138029 1726888181.74636: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 138029 1726888181.74657: 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 <<< 138029 1726888181.74669: 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 <<< 138029 1726888181.74821: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888181.74836: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888181.74846: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888181.74875: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888181.74877: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888181.74918: 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 <<< 138029 1726888181.74928: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888181.74945: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888181.75055: 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 <<< 138029 1726888181.75083: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 138029 1726888181.75087: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888181.75095: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888181.75103: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888181.75118: stdout chunk (state=3): >>># destroy _abc # destroy _sre <<< 138029 1726888181.75131: stdout chunk (state=3): >>># destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888181.75620: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888181.75658: stderr chunk (state=3): >>><<< 138029 1726888181.75661: stdout chunk (state=3): >>><<< 138029 1726888181.75727: _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 0x7f44e66183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e65e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e661a960> 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 0x7f44e642cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f44e642dfd0> 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 0x7f44e6473dd0> # /usr/lib64/python3.12/__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 0x7f44e6473fe0> # /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 0x7f44e64a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6483a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6470f80> # /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 0x7f44e64c77d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64c63f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6482090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64c4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64f8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6470200> # /usr/lib64/python3.12/__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 0x7f44e64f8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64f8b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44e64f8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6466d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f44e64f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64f9220> 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 0x7f44e64fa450> 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 0x7f44e6510680> 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 0x7f44e6511d60> # /usr/lib64/python3.12/__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 0x7f44e6512c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44e6513260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6512150> # /usr/lib64/python3.12/__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 0x7f44e6513ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6513410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64fa4b0> # /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 0x7f44e62c7b60> # /usr/lib64/python3.12/__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 0x7f44e62f06b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e62f0410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44e62f06e0> # /usr/lib64/python3.12/__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 0x7f44e62f0fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44e62f1970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e62f0890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e62c5d00> # /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 0x7f44e62f2c90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e62f0e30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e64faba0> # /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 0x7f44e631aff0> # /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 0x7f44e63433b0> # /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 0x7f44e63a0170> # /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 0x7f44e63a28d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e63a0290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e636d190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e61a9220> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e63421b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e62f3bc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f44e63427b0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_n0j0o6ib/ansible_fedora.linux_system_roles.bsize_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 0x7f44e61f6f60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e61d9e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e61d8fb0> # 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 0x7f44e61f4cb0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f44e622a7b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e622a540> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e6229e80> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f44e622a5d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e61f7bf0> 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 0x7f44e622b530> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44e622b770> # /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 0x7f44e622bc20> 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 0x7f44e5b1da00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44e5b1f620> # /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 0x7f44e5b1ffe0> # /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 0x7f44e5b211c0> # /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 0x7f44e5b23c50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44e61daff0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b21f10> # /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 0x7f44e5b2bad0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b2a5a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b2a300> # /usr/lib64/python3.12/__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 0x7f44e5b2a870> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b22420> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44e5b6fda0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b6ffb0> # /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 0x7f44e5b71940> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b71730> # /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 0x7f44e5b73e60> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b72000> # /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 0x7f44e5b775c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b73f50> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44e5b78350> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44e5b78800> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44e5b78890> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b70050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f44e5b7bfe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44e5a01190> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b7a780> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44e5b7bb30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b7a390> # 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 0x7f44e5a09190> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f44e5a09eb0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5b793a0> 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 0x7f44e5a09f70> # 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 0x7f44e5a0afc0> # 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 0x7f44e5a15bb0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5a12ff0> 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 0x7f44e5b025d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5bfa2a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5a15c70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44e5a0acc0> # 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, "size": "9 GiB", "bytes": 10705205985, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.97G"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888181.76773: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '9.97G', '_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.bsize', '_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-1726888181.2663844-143841-264227545468355/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888181.76778: _low_level_execute_command(): starting 138029 1726888181.76782: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888181.2663844-143841-264227545468355/ > /dev/null 2>&1 && sleep 0' 138029 1726888181.76784: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888181.76786: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888181.76789: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888181.76791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888181.76793: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888181.76837: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888181.76912: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888181.78767: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888181.78799: stderr chunk (state=3): >>><<< 138029 1726888181.78802: stdout chunk (state=3): >>><<< 138029 1726888181.78815: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888181.78822: handler run complete 138029 1726888181.78834: attempt loop complete, returning result 138029 1726888181.78837: _execute() done 138029 1726888181.78839: dumping result to json 138029 1726888181.78843: done dumping result, returning 138029 1726888181.78850: done running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device [0affc8a3-6f6f-5a58-73a2-0000000020a4] 138029 1726888181.78856: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a4 138029 1726888181.78948: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a4 138029 1726888181.78951: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 10705205985, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } 138029 1726888181.79008: no more pending results, returning what we have 138029 1726888181.79012: results queue empty 138029 1726888181.79013: checking for any_errors_fatal 138029 1726888181.79020: done checking for any_errors_fatal 138029 1726888181.79021: checking for max_fail_percentage 138029 1726888181.79023: done checking for max_fail_percentage 138029 1726888181.79024: checking to see if all hosts have failed and the running result is not ok 138029 1726888181.79024: done checking to see if all hosts have failed 138029 1726888181.79025: getting the remaining hosts for this loop 138029 1726888181.79026: done getting the remaining hosts for this loop 138029 1726888181.79030: getting the next task for host managed_node3 138029 1726888181.79041: done getting next task for host managed_node3 138029 1726888181.79043: ^ task is: TASK: Show test pool 138029 1726888181.79049: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888181.79053: getting variables 138029 1726888181.79054: in VariableManager get_vars() 138029 1726888181.79095: Calling all_inventory to load vars for managed_node3 138029 1726888181.79098: Calling groups_inventory to load vars for managed_node3 138029 1726888181.79101: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888181.79111: Calling all_plugins_play to load vars for managed_node3 138029 1726888181.79114: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888181.79116: Calling groups_plugins_play to load vars for managed_node3 138029 1726888181.79541: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888181.80146: done with get_vars() 138029 1726888181.80164: done getting variables 138029 1726888181.80207: 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:09:41 -0400 (0:00:00.599) 0:03:14.525 ****** 138029 1726888181.80231: entering _queue_task() for managed_node3/debug 138029 1726888181.80454: worker is 1 (out of 1 available) 138029 1726888181.80473: exiting _queue_task() for managed_node3/debug 138029 1726888181.80485: done queuing things up, now waiting for results queue to drain 138029 1726888181.80487: waiting for pending results... 138029 1726888181.80673: running TaskExecutor() for managed_node3/TASK: Show test pool 138029 1726888181.80791: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020a6 138029 1726888181.80804: variable 'ansible_search_path' from source: unknown 138029 1726888181.80834: calling self._execute() 138029 1726888181.80923: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888181.80930: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888181.80940: variable 'omit' from source: magic vars 138029 1726888181.81210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888181.82727: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888181.82785: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888181.82813: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888181.82844: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888181.82867: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888181.82936: variable '_storage_test_volume_present' from source: set_fact 138029 1726888181.82948: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888181.83043: variable 'storage_test_volume' from source: include params 138029 1726888181.83063: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888181.83172: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888181.83190: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888181.83208: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888181.83237: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888181.83249: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888181.83307: variable 'storage_test_volume' from source: include params 138029 1726888181.83321: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888181.83324: when evaluation is False, skipping this task 138029 1726888181.83327: _execute() done 138029 1726888181.83331: dumping result to json 138029 1726888181.83333: done dumping result, returning 138029 1726888181.83343: done running TaskExecutor() for managed_node3/TASK: Show test pool [0affc8a3-6f6f-5a58-73a2-0000000020a6] 138029 1726888181.83346: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a6 138029 1726888181.83434: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a6 138029 1726888181.83437: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888181.83493: no more pending results, returning what we have 138029 1726888181.83497: results queue empty 138029 1726888181.83498: checking for any_errors_fatal 138029 1726888181.83507: done checking for any_errors_fatal 138029 1726888181.83508: checking for max_fail_percentage 138029 1726888181.83510: done checking for max_fail_percentage 138029 1726888181.83511: checking to see if all hosts have failed and the running result is not ok 138029 1726888181.83512: done checking to see if all hosts have failed 138029 1726888181.83512: getting the remaining hosts for this loop 138029 1726888181.83514: done getting the remaining hosts for this loop 138029 1726888181.83518: getting the next task for host managed_node3 138029 1726888181.83526: done getting next task for host managed_node3 138029 1726888181.83529: ^ task is: TASK: Show test blockinfo 138029 1726888181.83535: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888181.83540: getting variables 138029 1726888181.83541: in VariableManager get_vars() 138029 1726888181.83579: Calling all_inventory to load vars for managed_node3 138029 1726888181.83582: Calling groups_inventory to load vars for managed_node3 138029 1726888181.83585: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888181.83595: Calling all_plugins_play to load vars for managed_node3 138029 1726888181.83598: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888181.83600: Calling groups_plugins_play to load vars for managed_node3 138029 1726888181.84025: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888181.84432: done with get_vars() 138029 1726888181.84443: done getting variables 138029 1726888181.84486: 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:09:41 -0400 (0:00:00.042) 0:03:14.568 ****** 138029 1726888181.84510: entering _queue_task() for managed_node3/debug 138029 1726888181.84719: worker is 1 (out of 1 available) 138029 1726888181.84733: exiting _queue_task() for managed_node3/debug 138029 1726888181.84744: done queuing things up, now waiting for results queue to drain 138029 1726888181.84746: waiting for pending results... 138029 1726888181.84939: running TaskExecutor() for managed_node3/TASK: Show test blockinfo 138029 1726888181.85043: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020a7 138029 1726888181.85057: variable 'ansible_search_path' from source: unknown 138029 1726888181.85091: calling self._execute() 138029 1726888181.85186: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888181.85191: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888181.85201: variable 'omit' from source: magic vars 138029 1726888181.85473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888181.86942: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888181.86996: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888181.87022: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888181.87048: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888181.87073: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888181.87145: variable '_storage_test_volume_present' from source: set_fact 138029 1726888181.87162: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888181.87249: variable 'storage_test_volume' from source: include params 138029 1726888181.87272: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888181.87380: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888181.87402: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888181.87419: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888181.87445: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888181.87458: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888181.87521: variable 'storage_test_volume' from source: include params 138029 1726888181.87534: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888181.87537: when evaluation is False, skipping this task 138029 1726888181.87540: _execute() done 138029 1726888181.87542: dumping result to json 138029 1726888181.87545: done dumping result, returning 138029 1726888181.87550: done running TaskExecutor() for managed_node3/TASK: Show test blockinfo [0affc8a3-6f6f-5a58-73a2-0000000020a7] 138029 1726888181.87557: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a7 138029 1726888181.87646: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a7 138029 1726888181.87650: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888181.87693: no more pending results, returning what we have 138029 1726888181.87697: results queue empty 138029 1726888181.87698: checking for any_errors_fatal 138029 1726888181.87706: done checking for any_errors_fatal 138029 1726888181.87707: checking for max_fail_percentage 138029 1726888181.87709: done checking for max_fail_percentage 138029 1726888181.87710: checking to see if all hosts have failed and the running result is not ok 138029 1726888181.87710: done checking to see if all hosts have failed 138029 1726888181.87711: getting the remaining hosts for this loop 138029 1726888181.87713: done getting the remaining hosts for this loop 138029 1726888181.87716: getting the next task for host managed_node3 138029 1726888181.87724: done getting next task for host managed_node3 138029 1726888181.87726: ^ task is: TASK: Show test pool size 138029 1726888181.87732: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888181.87737: getting variables 138029 1726888181.87738: in VariableManager get_vars() 138029 1726888181.87773: Calling all_inventory to load vars for managed_node3 138029 1726888181.87776: Calling groups_inventory to load vars for managed_node3 138029 1726888181.87778: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888181.87788: Calling all_plugins_play to load vars for managed_node3 138029 1726888181.87790: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888181.87793: Calling groups_plugins_play to load vars for managed_node3 138029 1726888181.88192: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888181.88577: done with get_vars() 138029 1726888181.88588: done getting variables 138029 1726888181.88628: 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:09:41 -0400 (0:00:00.041) 0:03:14.610 ****** 138029 1726888181.88650: entering _queue_task() for managed_node3/debug 138029 1726888181.88843: worker is 1 (out of 1 available) 138029 1726888181.88858: exiting _queue_task() for managed_node3/debug 138029 1726888181.88869: done queuing things up, now waiting for results queue to drain 138029 1726888181.88871: waiting for pending results... 138029 1726888181.89059: running TaskExecutor() for managed_node3/TASK: Show test pool size 138029 1726888181.89148: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020a8 138029 1726888181.89164: variable 'ansible_search_path' from source: unknown 138029 1726888181.89193: calling self._execute() 138029 1726888181.89286: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888181.89290: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888181.89302: variable 'omit' from source: magic vars 138029 1726888181.89606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888181.91063: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888181.91118: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888181.91147: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888181.91176: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888181.91195: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888181.91266: variable '_storage_test_volume_present' from source: set_fact 138029 1726888181.91281: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888181.91372: variable 'storage_test_volume' from source: include params 138029 1726888181.91389: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888181.91497: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888181.91516: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888181.91533: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888181.91561: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888181.91576: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888181.91631: variable 'storage_test_volume' from source: include params 138029 1726888181.91645: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888181.91648: when evaluation is False, skipping this task 138029 1726888181.91651: _execute() done 138029 1726888181.91653: dumping result to json 138029 1726888181.91657: done dumping result, returning 138029 1726888181.91663: done running TaskExecutor() for managed_node3/TASK: Show test pool size [0affc8a3-6f6f-5a58-73a2-0000000020a8] 138029 1726888181.91671: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a8 138029 1726888181.91759: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a8 138029 1726888181.91763: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888181.91810: no more pending results, returning what we have 138029 1726888181.91814: results queue empty 138029 1726888181.91815: checking for any_errors_fatal 138029 1726888181.91822: done checking for any_errors_fatal 138029 1726888181.91823: checking for max_fail_percentage 138029 1726888181.91825: done checking for max_fail_percentage 138029 1726888181.91826: checking to see if all hosts have failed and the running result is not ok 138029 1726888181.91826: done checking to see if all hosts have failed 138029 1726888181.91827: getting the remaining hosts for this loop 138029 1726888181.91829: done getting the remaining hosts for this loop 138029 1726888181.91832: getting the next task for host managed_node3 138029 1726888181.91839: done getting next task for host managed_node3 138029 1726888181.91841: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888181.91847: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888181.91852: getting variables 138029 1726888181.91853: in VariableManager get_vars() 138029 1726888181.91890: Calling all_inventory to load vars for managed_node3 138029 1726888181.91893: Calling groups_inventory to load vars for managed_node3 138029 1726888181.91896: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888181.91905: Calling all_plugins_play to load vars for managed_node3 138029 1726888181.91907: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888181.91910: Calling groups_plugins_play to load vars for managed_node3 138029 1726888181.92304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888181.92689: done with get_vars() 138029 1726888181.92699: done getting variables 138029 1726888181.92740: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:41 -0400 (0:00:00.041) 0:03:14.651 ****** 138029 1726888181.92766: entering _queue_task() for managed_node3/set_fact 138029 1726888181.92969: worker is 1 (out of 1 available) 138029 1726888181.92983: exiting _queue_task() for managed_node3/set_fact 138029 1726888181.92995: done queuing things up, now waiting for results queue to drain 138029 1726888181.92997: waiting for pending results... 138029 1726888181.93191: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888181.93281: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020a9 138029 1726888181.93294: variable 'ansible_search_path' from source: unknown 138029 1726888181.93322: calling self._execute() 138029 1726888181.93416: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888181.93420: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888181.93429: variable 'omit' from source: magic vars 138029 1726888181.93702: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888181.95445: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888181.95488: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888181.95519: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888181.95552: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888181.95574: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888181.95643: variable '_storage_test_volume_present' from source: set_fact 138029 1726888181.95656: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888181.95744: variable 'storage_test_volume' from source: include params 138029 1726888181.95767: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888181.95871: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888181.95891: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888181.95909: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888181.95934: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888181.95945: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888181.96005: variable 'storage_test_volume' from source: include params 138029 1726888181.96018: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888181.96021: when evaluation is False, skipping this task 138029 1726888181.96024: _execute() done 138029 1726888181.96026: dumping result to json 138029 1726888181.96029: done dumping result, returning 138029 1726888181.96036: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-0000000020a9] 138029 1726888181.96040: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a9 138029 1726888181.96133: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020a9 138029 1726888181.96136: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } 138029 1726888181.96214: no more pending results, returning what we have 138029 1726888181.96218: results queue empty 138029 1726888181.96219: checking for any_errors_fatal 138029 1726888181.96228: done checking for any_errors_fatal 138029 1726888181.96229: checking for max_fail_percentage 138029 1726888181.96231: done checking for max_fail_percentage 138029 1726888181.96232: checking to see if all hosts have failed and the running result is not ok 138029 1726888181.96232: done checking to see if all hosts have failed 138029 1726888181.96233: getting the remaining hosts for this loop 138029 1726888181.96234: done getting the remaining hosts for this loop 138029 1726888181.96238: getting the next task for host managed_node3 138029 1726888181.96249: done getting next task for host managed_node3 138029 1726888181.96251: ^ task is: TASK: Default thin pool reserved space values 138029 1726888181.96259: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888181.96262: getting variables 138029 1726888181.96264: in VariableManager get_vars() 138029 1726888181.96300: Calling all_inventory to load vars for managed_node3 138029 1726888181.96302: Calling groups_inventory to load vars for managed_node3 138029 1726888181.96305: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888181.96315: Calling all_plugins_play to load vars for managed_node3 138029 1726888181.96317: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888181.96319: Calling groups_plugins_play to load vars for managed_node3 138029 1726888181.96711: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888181.97294: done with get_vars() 138029 1726888181.97304: done getting variables 138029 1726888181.97346: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:41 -0400 (0:00:00.046) 0:03:14.697 ****** 138029 1726888181.97376: entering _queue_task() for managed_node3/set_fact 138029 1726888181.97576: worker is 1 (out of 1 available) 138029 1726888181.97588: exiting _queue_task() for managed_node3/set_fact 138029 1726888181.97600: done queuing things up, now waiting for results queue to drain 138029 1726888181.97602: waiting for pending results... 138029 1726888181.97802: running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values 138029 1726888181.97892: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020ab 138029 1726888181.97905: variable 'ansible_search_path' from source: unknown 138029 1726888181.97933: calling self._execute() 138029 1726888181.98029: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888181.98033: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888181.98041: variable 'omit' from source: magic vars 138029 1726888181.98327: variable 'storage_test_volume' from source: include params 138029 1726888181.98348: Evaluated conditional (storage_test_volume.thin): False 138029 1726888181.98352: when evaluation is False, skipping this task 138029 1726888181.98357: _execute() done 138029 1726888181.98360: dumping result to json 138029 1726888181.98363: done dumping result, returning 138029 1726888181.98370: done running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values [0affc8a3-6f6f-5a58-73a2-0000000020ab] 138029 1726888181.98376: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020ab 138029 1726888181.98467: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020ab 138029 1726888181.98470: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888181.98531: no more pending results, returning what we have 138029 1726888181.98533: results queue empty 138029 1726888181.98534: checking for any_errors_fatal 138029 1726888181.98542: done checking for any_errors_fatal 138029 1726888181.98542: checking for max_fail_percentage 138029 1726888181.98544: done checking for max_fail_percentage 138029 1726888181.98545: checking to see if all hosts have failed and the running result is not ok 138029 1726888181.98546: done checking to see if all hosts have failed 138029 1726888181.98546: getting the remaining hosts for this loop 138029 1726888181.98548: done getting the remaining hosts for this loop 138029 1726888181.98551: getting the next task for host managed_node3 138029 1726888181.98561: done getting next task for host managed_node3 138029 1726888181.98563: ^ task is: TASK: Default minimal thin pool reserved space size 138029 1726888181.98570: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888181.98573: getting variables 138029 1726888181.98575: in VariableManager get_vars() 138029 1726888181.98602: Calling all_inventory to load vars for managed_node3 138029 1726888181.98605: Calling groups_inventory to load vars for managed_node3 138029 1726888181.98607: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888181.98616: Calling all_plugins_play to load vars for managed_node3 138029 1726888181.98619: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888181.98622: Calling groups_plugins_play to load vars for managed_node3 138029 1726888181.98999: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888181.99549: done with get_vars() 138029 1726888181.99567: 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:09:41 -0400 (0:00:00.022) 0:03:14.720 ****** 138029 1726888181.99648: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888181.99912: worker is 1 (out of 1 available) 138029 1726888181.99925: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888181.99938: done queuing things up, now waiting for results queue to drain 138029 1726888181.99940: waiting for pending results... 138029 1726888182.00373: running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size 138029 1726888182.00412: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020ac 138029 1726888182.00434: variable 'ansible_search_path' from source: unknown 138029 1726888182.00479: calling self._execute() 138029 1726888182.00611: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.00626: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.00643: variable 'omit' from source: magic vars 138029 1726888182.01035: variable 'storage_test_volume' from source: include params 138029 1726888182.01071: Evaluated conditional (storage_test_volume.thin): False 138029 1726888182.01080: when evaluation is False, skipping this task 138029 1726888182.01088: _execute() done 138029 1726888182.01095: dumping result to json 138029 1726888182.01144: done dumping result, returning 138029 1726888182.01148: done running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-0000000020ac] 138029 1726888182.01150: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020ac skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888182.01304: no more pending results, returning what we have 138029 1726888182.01308: results queue empty 138029 1726888182.01309: checking for any_errors_fatal 138029 1726888182.01320: done checking for any_errors_fatal 138029 1726888182.01321: checking for max_fail_percentage 138029 1726888182.01323: done checking for max_fail_percentage 138029 1726888182.01324: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.01325: done checking to see if all hosts have failed 138029 1726888182.01326: getting the remaining hosts for this loop 138029 1726888182.01328: done getting the remaining hosts for this loop 138029 1726888182.01331: getting the next task for host managed_node3 138029 1726888182.01341: done getting next task for host managed_node3 138029 1726888182.01344: ^ task is: TASK: Default maximal thin pool reserved space size 138029 1726888182.01352: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.01464: getting variables 138029 1726888182.01466: in VariableManager get_vars() 138029 1726888182.01503: Calling all_inventory to load vars for managed_node3 138029 1726888182.01507: Calling groups_inventory to load vars for managed_node3 138029 1726888182.01511: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.01525: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.01529: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.01533: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.02169: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020ac 138029 1726888182.02173: WORKER PROCESS EXITING 138029 1726888182.02307: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.02984: done with get_vars() 138029 1726888182.03002: 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:09:42 -0400 (0:00:00.034) 0:03:14.754 ****** 138029 1726888182.03091: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888182.03370: worker is 1 (out of 1 available) 138029 1726888182.03383: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888182.03395: done queuing things up, now waiting for results queue to drain 138029 1726888182.03397: waiting for pending results... 138029 1726888182.03708: running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size 138029 1726888182.03863: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020ad 138029 1726888182.03888: variable 'ansible_search_path' from source: unknown 138029 1726888182.03916: calling self._execute() 138029 1726888182.04011: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.04015: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.04024: variable 'omit' from source: magic vars 138029 1726888182.04296: variable 'storage_test_volume' from source: include params 138029 1726888182.04319: Evaluated conditional (storage_test_volume.thin): False 138029 1726888182.04322: when evaluation is False, skipping this task 138029 1726888182.04325: _execute() done 138029 1726888182.04328: dumping result to json 138029 1726888182.04330: done dumping result, returning 138029 1726888182.04337: done running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-0000000020ad] 138029 1726888182.04342: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020ad 138029 1726888182.04437: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020ad 138029 1726888182.04440: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888182.04492: no more pending results, returning what we have 138029 1726888182.04496: results queue empty 138029 1726888182.04497: checking for any_errors_fatal 138029 1726888182.04503: done checking for any_errors_fatal 138029 1726888182.04504: checking for max_fail_percentage 138029 1726888182.04506: done checking for max_fail_percentage 138029 1726888182.04506: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.04507: done checking to see if all hosts have failed 138029 1726888182.04508: getting the remaining hosts for this loop 138029 1726888182.04509: done getting the remaining hosts for this loop 138029 1726888182.04512: getting the next task for host managed_node3 138029 1726888182.04520: done getting next task for host managed_node3 138029 1726888182.04522: ^ task is: TASK: Calculate maximum usable space in thin pool 138029 1726888182.04527: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.04531: getting variables 138029 1726888182.04532: in VariableManager get_vars() 138029 1726888182.04562: Calling all_inventory to load vars for managed_node3 138029 1726888182.04567: Calling groups_inventory to load vars for managed_node3 138029 1726888182.04569: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.04579: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.04581: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.04583: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.04958: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.05340: done with get_vars() 138029 1726888182.05350: done getting variables 138029 1726888182.05395: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:42 -0400 (0:00:00.023) 0:03:14.777 ****** 138029 1726888182.05418: entering _queue_task() for managed_node3/set_fact 138029 1726888182.05606: worker is 1 (out of 1 available) 138029 1726888182.05618: exiting _queue_task() for managed_node3/set_fact 138029 1726888182.05630: done queuing things up, now waiting for results queue to drain 138029 1726888182.05632: waiting for pending results... 138029 1726888182.05807: running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool 138029 1726888182.05899: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020ae 138029 1726888182.05911: variable 'ansible_search_path' from source: unknown 138029 1726888182.05938: calling self._execute() 138029 1726888182.06028: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.06032: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.06040: variable 'omit' from source: magic vars 138029 1726888182.06301: variable 'storage_test_volume' from source: include params 138029 1726888182.06322: Evaluated conditional (storage_test_volume.thin): False 138029 1726888182.06326: when evaluation is False, skipping this task 138029 1726888182.06328: _execute() done 138029 1726888182.06331: dumping result to json 138029 1726888182.06333: done dumping result, returning 138029 1726888182.06339: done running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-5a58-73a2-0000000020ae] 138029 1726888182.06343: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020ae 138029 1726888182.06436: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020ae 138029 1726888182.06440: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888182.06489: no more pending results, returning what we have 138029 1726888182.06492: results queue empty 138029 1726888182.06493: checking for any_errors_fatal 138029 1726888182.06498: done checking for any_errors_fatal 138029 1726888182.06499: checking for max_fail_percentage 138029 1726888182.06500: done checking for max_fail_percentage 138029 1726888182.06501: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.06502: done checking to see if all hosts have failed 138029 1726888182.06503: getting the remaining hosts for this loop 138029 1726888182.06504: done getting the remaining hosts for this loop 138029 1726888182.06507: getting the next task for host managed_node3 138029 1726888182.06514: done getting next task for host managed_node3 138029 1726888182.06516: ^ task is: TASK: Apply upper size limit to max usable thin pool space 138029 1726888182.06521: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.06526: getting variables 138029 1726888182.06527: in VariableManager get_vars() 138029 1726888182.06552: Calling all_inventory to load vars for managed_node3 138029 1726888182.06554: Calling groups_inventory to load vars for managed_node3 138029 1726888182.06567: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.06576: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.06579: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.06581: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.06934: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.07515: done with get_vars() 138029 1726888182.07525: done getting variables 138029 1726888182.07570: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:42 -0400 (0:00:00.021) 0:03:14.799 ****** 138029 1726888182.07592: entering _queue_task() for managed_node3/set_fact 138029 1726888182.07786: worker is 1 (out of 1 available) 138029 1726888182.07798: exiting _queue_task() for managed_node3/set_fact 138029 1726888182.07810: done queuing things up, now waiting for results queue to drain 138029 1726888182.07812: waiting for pending results... 138029 1726888182.08007: running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space 138029 1726888182.08108: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020af 138029 1726888182.08121: variable 'ansible_search_path' from source: unknown 138029 1726888182.08150: calling self._execute() 138029 1726888182.08244: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.08248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.08259: variable 'omit' from source: magic vars 138029 1726888182.08539: variable 'storage_test_volume' from source: include params 138029 1726888182.08563: Evaluated conditional (storage_test_volume.thin): False 138029 1726888182.08566: when evaluation is False, skipping this task 138029 1726888182.08571: _execute() done 138029 1726888182.08575: dumping result to json 138029 1726888182.08578: done dumping result, returning 138029 1726888182.08585: done running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-0000000020af] 138029 1726888182.08589: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020af 138029 1726888182.08688: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020af 138029 1726888182.08691: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888182.08737: no more pending results, returning what we have 138029 1726888182.08740: results queue empty 138029 1726888182.08741: checking for any_errors_fatal 138029 1726888182.08749: done checking for any_errors_fatal 138029 1726888182.08750: checking for max_fail_percentage 138029 1726888182.08751: done checking for max_fail_percentage 138029 1726888182.08752: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.08753: done checking to see if all hosts have failed 138029 1726888182.08754: getting the remaining hosts for this loop 138029 1726888182.08757: done getting the remaining hosts for this loop 138029 1726888182.08761: getting the next task for host managed_node3 138029 1726888182.08768: done getting next task for host managed_node3 138029 1726888182.08770: ^ task is: TASK: Apply lower size limit to max usable thin pool space 138029 1726888182.08776: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.08780: getting variables 138029 1726888182.08781: in VariableManager get_vars() 138029 1726888182.08807: Calling all_inventory to load vars for managed_node3 138029 1726888182.08809: Calling groups_inventory to load vars for managed_node3 138029 1726888182.08812: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.08821: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.08823: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.08826: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.12573: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.12935: done with get_vars() 138029 1726888182.12946: done getting variables 138029 1726888182.12983: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:42 -0400 (0:00:00.054) 0:03:14.853 ****** 138029 1726888182.13006: entering _queue_task() for managed_node3/set_fact 138029 1726888182.13251: worker is 1 (out of 1 available) 138029 1726888182.13266: exiting _queue_task() for managed_node3/set_fact 138029 1726888182.13278: done queuing things up, now waiting for results queue to drain 138029 1726888182.13281: waiting for pending results... 138029 1726888182.13475: running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space 138029 1726888182.13585: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020b0 138029 1726888182.13596: variable 'ansible_search_path' from source: unknown 138029 1726888182.13628: calling self._execute() 138029 1726888182.13729: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.13733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.13740: variable 'omit' from source: magic vars 138029 1726888182.14034: variable 'storage_test_volume' from source: include params 138029 1726888182.14062: Evaluated conditional (storage_test_volume.thin): False 138029 1726888182.14065: when evaluation is False, skipping this task 138029 1726888182.14069: _execute() done 138029 1726888182.14072: dumping result to json 138029 1726888182.14076: done dumping result, returning 138029 1726888182.14079: done running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-0000000020b0] 138029 1726888182.14086: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b0 138029 1726888182.14187: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b0 138029 1726888182.14190: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888182.14237: no more pending results, returning what we have 138029 1726888182.14241: results queue empty 138029 1726888182.14242: checking for any_errors_fatal 138029 1726888182.14254: done checking for any_errors_fatal 138029 1726888182.14257: checking for max_fail_percentage 138029 1726888182.14259: done checking for max_fail_percentage 138029 1726888182.14260: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.14261: done checking to see if all hosts have failed 138029 1726888182.14262: getting the remaining hosts for this loop 138029 1726888182.14263: done getting the remaining hosts for this loop 138029 1726888182.14266: getting the next task for host managed_node3 138029 1726888182.14274: done getting next task for host managed_node3 138029 1726888182.14277: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 138029 1726888182.14284: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.14288: getting variables 138029 1726888182.14290: in VariableManager get_vars() 138029 1726888182.14328: Calling all_inventory to load vars for managed_node3 138029 1726888182.14331: Calling groups_inventory to load vars for managed_node3 138029 1726888182.14333: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.14343: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.14345: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.14348: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.14745: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.15136: done with get_vars() 138029 1726888182.15147: 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:09:42 -0400 (0:00:00.022) 0:03:14.875 ****** 138029 1726888182.15209: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888182.15411: worker is 1 (out of 1 available) 138029 1726888182.15425: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888182.15437: done queuing things up, now waiting for results queue to drain 138029 1726888182.15439: waiting for pending results... 138029 1726888182.15622: running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size 138029 1726888182.15737: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020b1 138029 1726888182.15748: variable 'ansible_search_path' from source: unknown 138029 1726888182.15783: calling self._execute() 138029 1726888182.15868: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.15878: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.15887: variable 'omit' from source: magic vars 138029 1726888182.16154: variable 'storage_test_volume' from source: include params 138029 1726888182.16180: Evaluated conditional (storage_test_volume.thin): False 138029 1726888182.16183: when evaluation is False, skipping this task 138029 1726888182.16186: _execute() done 138029 1726888182.16190: dumping result to json 138029 1726888182.16193: done dumping result, returning 138029 1726888182.16196: done running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-5a58-73a2-0000000020b1] 138029 1726888182.16201: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b1 138029 1726888182.16301: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b1 138029 1726888182.16304: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888182.16362: no more pending results, returning what we have 138029 1726888182.16365: results queue empty 138029 1726888182.16366: checking for any_errors_fatal 138029 1726888182.16371: done checking for any_errors_fatal 138029 1726888182.16372: checking for max_fail_percentage 138029 1726888182.16373: done checking for max_fail_percentage 138029 1726888182.16374: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.16375: done checking to see if all hosts have failed 138029 1726888182.16375: getting the remaining hosts for this loop 138029 1726888182.16377: done getting the remaining hosts for this loop 138029 1726888182.16379: getting the next task for host managed_node3 138029 1726888182.16386: done getting next task for host managed_node3 138029 1726888182.16389: ^ task is: TASK: Show max thin pool size 138029 1726888182.16394: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.16398: getting variables 138029 1726888182.16399: in VariableManager get_vars() 138029 1726888182.16424: Calling all_inventory to load vars for managed_node3 138029 1726888182.16426: Calling groups_inventory to load vars for managed_node3 138029 1726888182.16429: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.16438: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.16440: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.16443: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.16815: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.17199: done with get_vars() 138029 1726888182.17210: done getting variables 138029 1726888182.17251: 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:09:42 -0400 (0:00:00.020) 0:03:14.896 ****** 138029 1726888182.17289: entering _queue_task() for managed_node3/debug 138029 1726888182.17485: worker is 1 (out of 1 available) 138029 1726888182.17499: exiting _queue_task() for managed_node3/debug 138029 1726888182.17512: done queuing things up, now waiting for results queue to drain 138029 1726888182.17514: waiting for pending results... 138029 1726888182.17693: running TaskExecutor() for managed_node3/TASK: Show max thin pool size 138029 1726888182.17792: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020b2 138029 1726888182.17803: variable 'ansible_search_path' from source: unknown 138029 1726888182.17830: calling self._execute() 138029 1726888182.17918: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.17922: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.17930: variable 'omit' from source: magic vars 138029 1726888182.18213: variable 'storage_test_volume' from source: include params 138029 1726888182.18234: Evaluated conditional (storage_test_volume.thin): False 138029 1726888182.18239: when evaluation is False, skipping this task 138029 1726888182.18242: _execute() done 138029 1726888182.18245: dumping result to json 138029 1726888182.18248: done dumping result, returning 138029 1726888182.18251: done running TaskExecutor() for managed_node3/TASK: Show max thin pool size [0affc8a3-6f6f-5a58-73a2-0000000020b2] 138029 1726888182.18257: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b2 138029 1726888182.18347: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b2 138029 1726888182.18350: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888182.18398: no more pending results, returning what we have 138029 1726888182.18401: results queue empty 138029 1726888182.18402: checking for any_errors_fatal 138029 1726888182.18409: done checking for any_errors_fatal 138029 1726888182.18410: checking for max_fail_percentage 138029 1726888182.18411: done checking for max_fail_percentage 138029 1726888182.18412: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.18413: done checking to see if all hosts have failed 138029 1726888182.18413: getting the remaining hosts for this loop 138029 1726888182.18415: done getting the remaining hosts for this loop 138029 1726888182.18418: getting the next task for host managed_node3 138029 1726888182.18425: done getting next task for host managed_node3 138029 1726888182.18428: ^ task is: TASK: Show volume thin pool size 138029 1726888182.18433: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.18437: getting variables 138029 1726888182.18438: in VariableManager get_vars() 138029 1726888182.18471: Calling all_inventory to load vars for managed_node3 138029 1726888182.18474: Calling groups_inventory to load vars for managed_node3 138029 1726888182.18476: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.18485: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.18488: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.18490: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.18843: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.19229: done with get_vars() 138029 1726888182.19240: done getting variables 138029 1726888182.19281: 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:09:42 -0400 (0:00:00.020) 0:03:14.916 ****** 138029 1726888182.19303: entering _queue_task() for managed_node3/debug 138029 1726888182.19495: worker is 1 (out of 1 available) 138029 1726888182.19509: exiting _queue_task() for managed_node3/debug 138029 1726888182.19522: done queuing things up, now waiting for results queue to drain 138029 1726888182.19523: waiting for pending results... 138029 1726888182.19705: running TaskExecutor() for managed_node3/TASK: Show volume thin pool size 138029 1726888182.19788: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020b3 138029 1726888182.19800: variable 'ansible_search_path' from source: unknown 138029 1726888182.19829: calling self._execute() 138029 1726888182.19930: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.19934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.19944: variable 'omit' from source: magic vars 138029 1726888182.20228: variable 'storage_test_volume' from source: include params 138029 1726888182.20250: Evaluated conditional (storage_test_volume.thin): False 138029 1726888182.20254: when evaluation is False, skipping this task 138029 1726888182.20259: _execute() done 138029 1726888182.20262: dumping result to json 138029 1726888182.20267: done dumping result, returning 138029 1726888182.20270: done running TaskExecutor() for managed_node3/TASK: Show volume thin pool size [0affc8a3-6f6f-5a58-73a2-0000000020b3] 138029 1726888182.20273: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b3 138029 1726888182.20367: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b3 138029 1726888182.20370: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888182.20439: no more pending results, returning what we have 138029 1726888182.20442: results queue empty 138029 1726888182.20443: checking for any_errors_fatal 138029 1726888182.20448: done checking for any_errors_fatal 138029 1726888182.20449: checking for max_fail_percentage 138029 1726888182.20450: done checking for max_fail_percentage 138029 1726888182.20451: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.20452: done checking to see if all hosts have failed 138029 1726888182.20452: getting the remaining hosts for this loop 138029 1726888182.20453: done getting the remaining hosts for this loop 138029 1726888182.20458: getting the next task for host managed_node3 138029 1726888182.20467: done getting next task for host managed_node3 138029 1726888182.20469: ^ task is: TASK: Show test volume size 138029 1726888182.20475: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.20481: getting variables 138029 1726888182.20482: in VariableManager get_vars() 138029 1726888182.20508: Calling all_inventory to load vars for managed_node3 138029 1726888182.20510: Calling groups_inventory to load vars for managed_node3 138029 1726888182.20513: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.20522: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.20524: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.20527: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.21050: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.21414: done with get_vars() 138029 1726888182.21424: done getting variables 138029 1726888182.21466: 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:09:42 -0400 (0:00:00.021) 0:03:14.938 ****** 138029 1726888182.21488: entering _queue_task() for managed_node3/debug 138029 1726888182.21682: worker is 1 (out of 1 available) 138029 1726888182.21695: exiting _queue_task() for managed_node3/debug 138029 1726888182.21706: done queuing things up, now waiting for results queue to drain 138029 1726888182.21708: waiting for pending results... 138029 1726888182.21881: running TaskExecutor() for managed_node3/TASK: Show test volume size 138029 1726888182.21970: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020b4 138029 1726888182.21980: variable 'ansible_search_path' from source: unknown 138029 1726888182.22006: calling self._execute() 138029 1726888182.22097: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.22100: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.22109: variable 'omit' from source: magic vars 138029 1726888182.22386: variable 'storage_test_volume' from source: include params 138029 1726888182.22407: Evaluated conditional (storage_test_volume.thin): False 138029 1726888182.22412: when evaluation is False, skipping this task 138029 1726888182.22415: _execute() done 138029 1726888182.22417: dumping result to json 138029 1726888182.22420: done dumping result, returning 138029 1726888182.22423: done running TaskExecutor() for managed_node3/TASK: Show test volume size [0affc8a3-6f6f-5a58-73a2-0000000020b4] 138029 1726888182.22429: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b4 138029 1726888182.22521: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b4 138029 1726888182.22524: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888182.22573: no more pending results, returning what we have 138029 1726888182.22576: results queue empty 138029 1726888182.22577: checking for any_errors_fatal 138029 1726888182.22584: done checking for any_errors_fatal 138029 1726888182.22585: checking for max_fail_percentage 138029 1726888182.22586: done checking for max_fail_percentage 138029 1726888182.22587: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.22588: done checking to see if all hosts have failed 138029 1726888182.22588: getting the remaining hosts for this loop 138029 1726888182.22590: done getting the remaining hosts for this loop 138029 1726888182.22592: getting the next task for host managed_node3 138029 1726888182.22599: done getting next task for host managed_node3 138029 1726888182.22602: ^ task is: TASK: Establish base value for expected thin pool size 138029 1726888182.22608: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.22611: getting variables 138029 1726888182.22612: in VariableManager get_vars() 138029 1726888182.22636: Calling all_inventory to load vars for managed_node3 138029 1726888182.22639: Calling groups_inventory to load vars for managed_node3 138029 1726888182.22642: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.22650: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.22653: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.22657: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.23027: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.23408: done with get_vars() 138029 1726888182.23419: done getting variables 138029 1726888182.23461: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:42 -0400 (0:00:00.019) 0:03:14.958 ****** 138029 1726888182.23487: entering _queue_task() for managed_node3/set_fact 138029 1726888182.23676: worker is 1 (out of 1 available) 138029 1726888182.23688: exiting _queue_task() for managed_node3/set_fact 138029 1726888182.23701: done queuing things up, now waiting for results queue to drain 138029 1726888182.23703: waiting for pending results... 138029 1726888182.23878: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size 138029 1726888182.23961: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020b5 138029 1726888182.23974: variable 'ansible_search_path' from source: unknown 138029 1726888182.24001: calling self._execute() 138029 1726888182.24089: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.24093: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.24101: variable 'omit' from source: magic vars 138029 1726888182.24379: variable 'storage_test_volume' from source: include params 138029 1726888182.24400: Evaluated conditional (storage_test_volume.thin): False 138029 1726888182.24404: when evaluation is False, skipping this task 138029 1726888182.24407: _execute() done 138029 1726888182.24410: dumping result to json 138029 1726888182.24413: done dumping result, returning 138029 1726888182.24416: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-5a58-73a2-0000000020b5] 138029 1726888182.24422: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b5 138029 1726888182.24521: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b5 138029 1726888182.24524: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888182.24572: no more pending results, returning what we have 138029 1726888182.24575: results queue empty 138029 1726888182.24576: checking for any_errors_fatal 138029 1726888182.24582: done checking for any_errors_fatal 138029 1726888182.24583: checking for max_fail_percentage 138029 1726888182.24584: done checking for max_fail_percentage 138029 1726888182.24585: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.24586: done checking to see if all hosts have failed 138029 1726888182.24586: getting the remaining hosts for this loop 138029 1726888182.24588: done getting the remaining hosts for this loop 138029 1726888182.24591: getting the next task for host managed_node3 138029 1726888182.24598: done getting next task for host managed_node3 138029 1726888182.24600: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888182.24606: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.24610: getting variables 138029 1726888182.24611: in VariableManager get_vars() 138029 1726888182.24636: Calling all_inventory to load vars for managed_node3 138029 1726888182.24638: Calling groups_inventory to load vars for managed_node3 138029 1726888182.24640: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.24649: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.24651: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.24654: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.25026: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.25416: done with get_vars() 138029 1726888182.25426: done getting variables 138029 1726888182.25472: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:42 -0400 (0:00:00.020) 0:03:14.978 ****** 138029 1726888182.25495: entering _queue_task() for managed_node3/set_fact 138029 1726888182.25695: worker is 1 (out of 1 available) 138029 1726888182.25710: exiting _queue_task() for managed_node3/set_fact 138029 1726888182.25724: done queuing things up, now waiting for results queue to drain 138029 1726888182.25726: waiting for pending results... 138029 1726888182.25908: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888182.25992: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020b6 138029 1726888182.26004: variable 'ansible_search_path' from source: unknown 138029 1726888182.26034: calling self._execute() 138029 1726888182.26132: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.26137: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.26146: variable 'omit' from source: magic vars 138029 1726888182.26432: variable 'storage_test_volume' from source: include params 138029 1726888182.26453: Evaluated conditional (storage_test_volume.thin): False 138029 1726888182.26459: when evaluation is False, skipping this task 138029 1726888182.26462: _execute() done 138029 1726888182.26467: dumping result to json 138029 1726888182.26470: done dumping result, returning 138029 1726888182.26473: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-0000000020b6] 138029 1726888182.26477: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b6 138029 1726888182.26580: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b6 138029 1726888182.26583: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888182.26645: no more pending results, returning what we have 138029 1726888182.26647: results queue empty 138029 1726888182.26648: checking for any_errors_fatal 138029 1726888182.26654: done checking for any_errors_fatal 138029 1726888182.26654: checking for max_fail_percentage 138029 1726888182.26658: done checking for max_fail_percentage 138029 1726888182.26659: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.26659: done checking to see if all hosts have failed 138029 1726888182.26660: getting the remaining hosts for this loop 138029 1726888182.26661: done getting the remaining hosts for this loop 138029 1726888182.26667: getting the next task for host managed_node3 138029 1726888182.26674: done getting next task for host managed_node3 138029 1726888182.26677: ^ task is: TASK: Establish base value for expected thin pool volume size 138029 1726888182.26682: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.26686: getting variables 138029 1726888182.26687: in VariableManager get_vars() 138029 1726888182.26713: Calling all_inventory to load vars for managed_node3 138029 1726888182.26715: Calling groups_inventory to load vars for managed_node3 138029 1726888182.26718: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.26726: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.26729: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.26731: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.27098: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.27484: done with get_vars() 138029 1726888182.27494: done getting variables 138029 1726888182.27535: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:42 -0400 (0:00:00.020) 0:03:14.999 ****** 138029 1726888182.27559: entering _queue_task() for managed_node3/set_fact 138029 1726888182.27751: worker is 1 (out of 1 available) 138029 1726888182.27770: exiting _queue_task() for managed_node3/set_fact 138029 1726888182.27783: done queuing things up, now waiting for results queue to drain 138029 1726888182.27785: waiting for pending results... 138029 1726888182.27958: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size 138029 1726888182.28040: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020b7 138029 1726888182.28052: variable 'ansible_search_path' from source: unknown 138029 1726888182.28082: calling self._execute() 138029 1726888182.28175: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.28180: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.28189: variable 'omit' from source: magic vars 138029 1726888182.28453: variable 'storage_test_volume' from source: include params 138029 1726888182.28477: Evaluated conditional (storage_test_volume.thin): False 138029 1726888182.28481: when evaluation is False, skipping this task 138029 1726888182.28484: _execute() done 138029 1726888182.28487: dumping result to json 138029 1726888182.28489: done dumping result, returning 138029 1726888182.28495: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-5a58-73a2-0000000020b7] 138029 1726888182.28500: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b7 138029 1726888182.28593: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b7 138029 1726888182.28596: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888182.28638: no more pending results, returning what we have 138029 1726888182.28641: results queue empty 138029 1726888182.28642: checking for any_errors_fatal 138029 1726888182.28649: done checking for any_errors_fatal 138029 1726888182.28649: checking for max_fail_percentage 138029 1726888182.28651: done checking for max_fail_percentage 138029 1726888182.28651: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.28652: done checking to see if all hosts have failed 138029 1726888182.28653: getting the remaining hosts for this loop 138029 1726888182.28654: done getting the remaining hosts for this loop 138029 1726888182.28659: getting the next task for host managed_node3 138029 1726888182.28669: done getting next task for host managed_node3 138029 1726888182.28671: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888182.28677: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.28680: getting variables 138029 1726888182.28681: in VariableManager get_vars() 138029 1726888182.28706: Calling all_inventory to load vars for managed_node3 138029 1726888182.28708: Calling groups_inventory to load vars for managed_node3 138029 1726888182.28711: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.28719: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.28722: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.28724: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.29273: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.29634: done with get_vars() 138029 1726888182.29644: done getting variables 138029 1726888182.29687: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:42 -0400 (0:00:00.021) 0:03:15.020 ****** 138029 1726888182.29709: entering _queue_task() for managed_node3/set_fact 138029 1726888182.29908: worker is 1 (out of 1 available) 138029 1726888182.29923: exiting _queue_task() for managed_node3/set_fact 138029 1726888182.29934: done queuing things up, now waiting for results queue to drain 138029 1726888182.29936: waiting for pending results... 138029 1726888182.30111: running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888182.30205: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020b8 138029 1726888182.30216: variable 'ansible_search_path' from source: unknown 138029 1726888182.30244: calling self._execute() 138029 1726888182.30338: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.30342: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.30350: variable 'omit' from source: magic vars 138029 1726888182.30638: variable 'storage_test_volume' from source: include params 138029 1726888182.30662: Evaluated conditional (storage_test_volume.thin): False 138029 1726888182.30668: when evaluation is False, skipping this task 138029 1726888182.30671: _execute() done 138029 1726888182.30675: dumping result to json 138029 1726888182.30678: done dumping result, returning 138029 1726888182.30681: done running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-5a58-73a2-0000000020b8] 138029 1726888182.30685: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b8 138029 1726888182.30780: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b8 138029 1726888182.30783: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888182.30850: no more pending results, returning what we have 138029 1726888182.30853: results queue empty 138029 1726888182.30853: checking for any_errors_fatal 138029 1726888182.30868: done checking for any_errors_fatal 138029 1726888182.30869: checking for max_fail_percentage 138029 1726888182.30870: done checking for max_fail_percentage 138029 1726888182.30871: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.30872: done checking to see if all hosts have failed 138029 1726888182.30873: getting the remaining hosts for this loop 138029 1726888182.30874: done getting the remaining hosts for this loop 138029 1726888182.30877: getting the next task for host managed_node3 138029 1726888182.30883: done getting next task for host managed_node3 138029 1726888182.30886: ^ task is: TASK: Replace expected volume size with calculated value 138029 1726888182.30894: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.30898: getting variables 138029 1726888182.30899: in VariableManager get_vars() 138029 1726888182.30922: Calling all_inventory to load vars for managed_node3 138029 1726888182.30924: Calling groups_inventory to load vars for managed_node3 138029 1726888182.30926: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.30932: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.30934: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.30936: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.31308: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.31688: done with get_vars() 138029 1726888182.31698: done getting variables 138029 1726888182.31737: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:42 -0400 (0:00:00.020) 0:03:15.041 ****** 138029 1726888182.31762: entering _queue_task() for managed_node3/set_fact 138029 1726888182.31946: worker is 1 (out of 1 available) 138029 1726888182.31962: exiting _queue_task() for managed_node3/set_fact 138029 1726888182.31977: done queuing things up, now waiting for results queue to drain 138029 1726888182.31978: waiting for pending results... 138029 1726888182.32150: running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value 138029 1726888182.32230: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020b9 138029 1726888182.32241: variable 'ansible_search_path' from source: unknown 138029 1726888182.32271: calling self._execute() 138029 1726888182.32361: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.32368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.32374: variable 'omit' from source: magic vars 138029 1726888182.32647: variable 'storage_test_volume' from source: include params 138029 1726888182.32673: Evaluated conditional (storage_test_volume.thin): False 138029 1726888182.32676: when evaluation is False, skipping this task 138029 1726888182.32679: _execute() done 138029 1726888182.32682: dumping result to json 138029 1726888182.32685: done dumping result, returning 138029 1726888182.32690: done running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-5a58-73a2-0000000020b9] 138029 1726888182.32694: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b9 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888182.32839: no more pending results, returning what we have 138029 1726888182.32842: results queue empty 138029 1726888182.32843: checking for any_errors_fatal 138029 1726888182.32848: done checking for any_errors_fatal 138029 1726888182.32849: checking for max_fail_percentage 138029 1726888182.32850: done checking for max_fail_percentage 138029 1726888182.32851: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.32852: done checking to see if all hosts have failed 138029 1726888182.32852: getting the remaining hosts for this loop 138029 1726888182.32854: done getting the remaining hosts for this loop 138029 1726888182.32858: getting the next task for host managed_node3 138029 1726888182.32871: done getting next task for host managed_node3 138029 1726888182.32873: ^ task is: TASK: Show actual size 138029 1726888182.32879: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.32883: getting variables 138029 1726888182.32884: in VariableManager get_vars() 138029 1726888182.32909: Calling all_inventory to load vars for managed_node3 138029 1726888182.32911: Calling groups_inventory to load vars for managed_node3 138029 1726888182.32914: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.32922: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.32925: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.32928: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.33283: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020b9 138029 1726888182.33286: WORKER PROCESS EXITING 138029 1726888182.33296: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.33683: done with get_vars() 138029 1726888182.33695: done getting variables 138029 1726888182.33732: 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:09:42 -0400 (0:00:00.019) 0:03:15.061 ****** 138029 1726888182.33757: entering _queue_task() for managed_node3/debug 138029 1726888182.33946: worker is 1 (out of 1 available) 138029 1726888182.33961: exiting _queue_task() for managed_node3/debug 138029 1726888182.33976: done queuing things up, now waiting for results queue to drain 138029 1726888182.33978: waiting for pending results... 138029 1726888182.34144: running TaskExecutor() for managed_node3/TASK: Show actual size 138029 1726888182.34233: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020bb 138029 1726888182.34245: variable 'ansible_search_path' from source: unknown 138029 1726888182.34276: calling self._execute() 138029 1726888182.34366: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.34370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.34377: variable 'omit' from source: magic vars 138029 1726888182.34461: variable 'omit' from source: magic vars 138029 1726888182.34507: variable 'omit' from source: magic vars 138029 1726888182.34532: variable 'omit' from source: magic vars 138029 1726888182.34569: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888182.34597: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888182.34613: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888182.34627: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888182.34637: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888182.34653: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888182.34670: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888182.34692: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888182.34695: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.34698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.34781: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888182.34784: Set connection var ansible_timeout to 10 138029 1726888182.34790: Set connection var ansible_pipelining to False 138029 1726888182.34793: Set connection var ansible_shell_type to sh 138029 1726888182.34796: Set connection var ansible_connection to ssh 138029 1726888182.34800: Set connection var ansible_shell_executable to /bin/sh 138029 1726888182.34821: variable 'ansible_shell_executable' from source: unknown 138029 1726888182.34823: variable 'ansible_connection' from source: unknown 138029 1726888182.34826: variable 'ansible_module_compression' from source: unknown 138029 1726888182.34829: variable 'ansible_shell_type' from source: unknown 138029 1726888182.34831: variable 'ansible_shell_executable' from source: unknown 138029 1726888182.34833: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.34836: variable 'ansible_pipelining' from source: unknown 138029 1726888182.34839: variable 'ansible_timeout' from source: unknown 138029 1726888182.34843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.34945: 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) 138029 1726888182.34954: variable 'omit' from source: magic vars 138029 1726888182.34961: starting attempt loop 138029 1726888182.34968: running the handler 138029 1726888182.35005: variable 'storage_test_actual_size' from source: set_fact 138029 1726888182.35142: variable 'storage_test_actual_size' from source: set_fact 138029 1726888182.35202: handler run complete 138029 1726888182.35213: attempt loop complete, returning result 138029 1726888182.35216: _execute() done 138029 1726888182.35219: dumping result to json 138029 1726888182.35222: done dumping result, returning 138029 1726888182.35229: done running TaskExecutor() for managed_node3/TASK: Show actual size [0affc8a3-6f6f-5a58-73a2-0000000020bb] 138029 1726888182.35232: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020bb 138029 1726888182.35321: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020bb 138029 1726888182.35324: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } 138029 1726888182.35378: no more pending results, returning what we have 138029 1726888182.35381: results queue empty 138029 1726888182.35382: checking for any_errors_fatal 138029 1726888182.35389: done checking for any_errors_fatal 138029 1726888182.35390: checking for max_fail_percentage 138029 1726888182.35391: done checking for max_fail_percentage 138029 1726888182.35392: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.35393: done checking to see if all hosts have failed 138029 1726888182.35394: getting the remaining hosts for this loop 138029 1726888182.35395: done getting the remaining hosts for this loop 138029 1726888182.35398: getting the next task for host managed_node3 138029 1726888182.35405: done getting next task for host managed_node3 138029 1726888182.35407: ^ task is: TASK: Show expected size 138029 1726888182.35412: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.35416: getting variables 138029 1726888182.35417: in VariableManager get_vars() 138029 1726888182.35444: Calling all_inventory to load vars for managed_node3 138029 1726888182.35446: Calling groups_inventory to load vars for managed_node3 138029 1726888182.35449: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.35459: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.35462: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.35467: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.35837: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.36227: done with get_vars() 138029 1726888182.36238: done getting variables 138029 1726888182.36280: 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:09:42 -0400 (0:00:00.025) 0:03:15.086 ****** 138029 1726888182.36300: entering _queue_task() for managed_node3/debug 138029 1726888182.36486: worker is 1 (out of 1 available) 138029 1726888182.36500: exiting _queue_task() for managed_node3/debug 138029 1726888182.36512: done queuing things up, now waiting for results queue to drain 138029 1726888182.36514: waiting for pending results... 138029 1726888182.36687: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888182.36774: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020bc 138029 1726888182.36785: variable 'ansible_search_path' from source: unknown 138029 1726888182.36811: calling self._execute() 138029 1726888182.36905: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.36909: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.36919: variable 'omit' from source: magic vars 138029 1726888182.37007: variable 'omit' from source: magic vars 138029 1726888182.37053: variable 'omit' from source: magic vars 138029 1726888182.37083: variable 'omit' from source: magic vars 138029 1726888182.37113: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888182.37141: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888182.37159: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888182.37174: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888182.37186: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888182.37200: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888182.37212: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888182.37235: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888182.37238: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.37241: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.37326: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888182.37330: Set connection var ansible_timeout to 10 138029 1726888182.37336: Set connection var ansible_pipelining to False 138029 1726888182.37339: Set connection var ansible_shell_type to sh 138029 1726888182.37341: Set connection var ansible_connection to ssh 138029 1726888182.37345: Set connection var ansible_shell_executable to /bin/sh 138029 1726888182.37405: variable 'ansible_shell_executable' from source: unknown 138029 1726888182.37408: variable 'ansible_connection' from source: unknown 138029 1726888182.37411: variable 'ansible_module_compression' from source: unknown 138029 1726888182.37413: variable 'ansible_shell_type' from source: unknown 138029 1726888182.37415: variable 'ansible_shell_executable' from source: unknown 138029 1726888182.37417: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.37419: variable 'ansible_pipelining' from source: unknown 138029 1726888182.37421: variable 'ansible_timeout' from source: unknown 138029 1726888182.37423: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.37488: 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) 138029 1726888182.37497: variable 'omit' from source: magic vars 138029 1726888182.37501: starting attempt loop 138029 1726888182.37506: running the handler 138029 1726888182.37543: variable 'storage_test_expected_size' from source: set_fact 138029 1726888182.37679: variable 'storage_test_expected_size' from source: set_fact 138029 1726888182.37699: handler run complete 138029 1726888182.37712: attempt loop complete, returning result 138029 1726888182.37715: _execute() done 138029 1726888182.37717: dumping result to json 138029 1726888182.37720: done dumping result, returning 138029 1726888182.37727: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-0000000020bc] 138029 1726888182.37730: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020bc 138029 1726888182.37817: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020bc 138029 1726888182.37819: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_expected_size": "2147483648" } 138029 1726888182.37888: no more pending results, returning what we have 138029 1726888182.37891: results queue empty 138029 1726888182.37892: checking for any_errors_fatal 138029 1726888182.37898: done checking for any_errors_fatal 138029 1726888182.37899: checking for max_fail_percentage 138029 1726888182.37901: done checking for max_fail_percentage 138029 1726888182.37902: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.37902: done checking to see if all hosts have failed 138029 1726888182.37903: getting the remaining hosts for this loop 138029 1726888182.37904: done getting the remaining hosts for this loop 138029 1726888182.37908: getting the next task for host managed_node3 138029 1726888182.37915: done getting next task for host managed_node3 138029 1726888182.37917: ^ task is: TASK: Assert expected size is actual size 138029 1726888182.37922: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.37925: getting variables 138029 1726888182.37926: in VariableManager get_vars() 138029 1726888182.37952: Calling all_inventory to load vars for managed_node3 138029 1726888182.37956: Calling groups_inventory to load vars for managed_node3 138029 1726888182.37959: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.37969: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.37972: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.37974: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.38335: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.38914: done with get_vars() 138029 1726888182.38928: done getting variables 138029 1726888182.38972: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:42 -0400 (0:00:00.026) 0:03:15.113 ****** 138029 1726888182.38994: entering _queue_task() for managed_node3/assert 138029 1726888182.39178: worker is 1 (out of 1 available) 138029 1726888182.39192: exiting _queue_task() for managed_node3/assert 138029 1726888182.39206: done queuing things up, now waiting for results queue to drain 138029 1726888182.39207: waiting for pending results... 138029 1726888182.39379: running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size 138029 1726888182.39552: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020bd 138029 1726888182.39559: variable 'ansible_search_path' from source: unknown 138029 1726888182.39563: calling self._execute() 138029 1726888182.39597: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.39601: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.39610: variable 'omit' from source: magic vars 138029 1726888182.39883: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888182.41380: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888182.41433: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888182.41459: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888182.41485: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888182.41510: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888182.41577: variable '_storage_test_volume_present' from source: set_fact 138029 1726888182.41589: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888182.41681: variable 'storage_test_volume' from source: include params 138029 1726888182.41700: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888182.41703: variable 'omit' from source: magic vars 138029 1726888182.41747: variable 'omit' from source: magic vars 138029 1726888182.41862: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888182.41884: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888182.41901: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888182.41926: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888182.41942: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888182.42001: variable 'storage_test_volume' from source: include params 138029 1726888182.42010: variable 'storage_test_expected_size' from source: set_fact 138029 1726888182.42015: variable 'storage_test_actual_size' from source: set_fact 138029 1726888182.42040: variable 'omit' from source: magic vars 138029 1726888182.42063: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888182.42084: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888182.42097: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888182.42110: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888182.42119: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888182.42132: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888182.42144: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888182.42172: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888182.42175: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.42178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.42250: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888182.42254: Set connection var ansible_timeout to 10 138029 1726888182.42261: Set connection var ansible_pipelining to False 138029 1726888182.42268: Set connection var ansible_shell_type to sh 138029 1726888182.42271: Set connection var ansible_connection to ssh 138029 1726888182.42273: Set connection var ansible_shell_executable to /bin/sh 138029 1726888182.42293: variable 'ansible_shell_executable' from source: unknown 138029 1726888182.42295: variable 'ansible_connection' from source: unknown 138029 1726888182.42298: variable 'ansible_module_compression' from source: unknown 138029 1726888182.42300: variable 'ansible_shell_type' from source: unknown 138029 1726888182.42302: variable 'ansible_shell_executable' from source: unknown 138029 1726888182.42305: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.42307: variable 'ansible_pipelining' from source: unknown 138029 1726888182.42310: variable 'ansible_timeout' from source: unknown 138029 1726888182.42315: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.42391: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888182.42395: variable 'omit' from source: magic vars 138029 1726888182.42401: starting attempt loop 138029 1726888182.42404: running the handler 138029 1726888182.42515: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888182.42532: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888182.42548: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888182.42577: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888182.42607: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888182.42683: variable 'storage_test_expected_size' from source: set_fact 138029 1726888182.42686: variable 'storage_test_actual_size' from source: set_fact 138029 1726888182.42697: Evaluated conditional ((storage_test_expected_size | int - storage_test_actual_size.bytes) | abs / storage_test_expected_size | int < 0.04): True 138029 1726888182.42703: handler run complete 138029 1726888182.42715: attempt loop complete, returning result 138029 1726888182.42717: _execute() done 138029 1726888182.42721: dumping result to json 138029 1726888182.42723: done dumping result, returning 138029 1726888182.42733: done running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size [0affc8a3-6f6f-5a58-73a2-0000000020bd] 138029 1726888182.42736: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020bd 138029 1726888182.42818: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020bd 138029 1726888182.42821: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888182.42868: no more pending results, returning what we have 138029 1726888182.42871: results queue empty 138029 1726888182.42872: checking for any_errors_fatal 138029 1726888182.42882: done checking for any_errors_fatal 138029 1726888182.42882: checking for max_fail_percentage 138029 1726888182.42884: done checking for max_fail_percentage 138029 1726888182.42885: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.42885: done checking to see if all hosts have failed 138029 1726888182.42886: getting the remaining hosts for this loop 138029 1726888182.42888: done getting the remaining hosts for this loop 138029 1726888182.42891: getting the next task for host managed_node3 138029 1726888182.42901: done getting next task for host managed_node3 138029 1726888182.42904: ^ task is: TASK: Get information about the LV 138029 1726888182.42910: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.42914: getting variables 138029 1726888182.42915: in VariableManager get_vars() 138029 1726888182.42947: Calling all_inventory to load vars for managed_node3 138029 1726888182.42950: Calling groups_inventory to load vars for managed_node3 138029 1726888182.42953: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.42965: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.42968: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.42971: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.43380: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.43776: done with get_vars() 138029 1726888182.43787: done getting variables 138029 1726888182.43826: 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:09:42 -0400 (0:00:00.048) 0:03:15.162 ****** 138029 1726888182.43851: entering _queue_task() for managed_node3/command 138029 1726888182.44058: worker is 1 (out of 1 available) 138029 1726888182.44071: exiting _queue_task() for managed_node3/command 138029 1726888182.44084: done queuing things up, now waiting for results queue to drain 138029 1726888182.44086: waiting for pending results... 138029 1726888182.44270: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888182.44367: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020c4 138029 1726888182.44381: variable 'ansible_search_path' from source: unknown 138029 1726888182.44408: calling self._execute() 138029 1726888182.44501: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.44505: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.44513: variable 'omit' from source: magic vars 138029 1726888182.44824: variable 'storage_test_volume' from source: include params 138029 1726888182.44839: variable '_storage_test_volume_present' from source: set_fact 138029 1726888182.44851: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888182.44863: variable 'omit' from source: magic vars 138029 1726888182.44905: variable 'omit' from source: magic vars 138029 1726888182.44996: variable 'storage_test_pool' from source: include params 138029 1726888182.45022: variable 'storage_test_volume' from source: include params 138029 1726888182.45050: variable 'omit' from source: magic vars 138029 1726888182.45086: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888182.45112: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888182.45126: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888182.45139: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888182.45149: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888182.45163: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888182.45179: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888182.45203: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888182.45207: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.45209: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.45291: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888182.45295: Set connection var ansible_timeout to 10 138029 1726888182.45299: Set connection var ansible_pipelining to False 138029 1726888182.45301: Set connection var ansible_shell_type to sh 138029 1726888182.45304: Set connection var ansible_connection to ssh 138029 1726888182.45313: Set connection var ansible_shell_executable to /bin/sh 138029 1726888182.45329: variable 'ansible_shell_executable' from source: unknown 138029 1726888182.45332: variable 'ansible_connection' from source: unknown 138029 1726888182.45334: variable 'ansible_module_compression' from source: unknown 138029 1726888182.45336: variable 'ansible_shell_type' from source: unknown 138029 1726888182.45338: variable 'ansible_shell_executable' from source: unknown 138029 1726888182.45341: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.45346: variable 'ansible_pipelining' from source: unknown 138029 1726888182.45348: variable 'ansible_timeout' from source: unknown 138029 1726888182.45352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.45454: 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) 138029 1726888182.45466: variable 'omit' from source: magic vars 138029 1726888182.45474: starting attempt loop 138029 1726888182.45477: running the handler 138029 1726888182.45487: _low_level_execute_command(): starting 138029 1726888182.45493: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888182.45996: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888182.46000: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888182.46054: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888182.46060: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888182.46067: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888182.46120: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888182.47858: stdout chunk (state=3): >>>/root <<< 138029 1726888182.47958: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888182.47987: stderr chunk (state=3): >>><<< 138029 1726888182.47990: stdout chunk (state=3): >>><<< 138029 1726888182.48012: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888182.48026: _low_level_execute_command(): starting 138029 1726888182.48032: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888182.4801219-143880-279086524589196 `" && echo ansible-tmp-1726888182.4801219-143880-279086524589196="` echo /root/.ansible/tmp/ansible-tmp-1726888182.4801219-143880-279086524589196 `" ) && sleep 0' 138029 1726888182.48457: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888182.48468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888182.48471: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888182.48473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888182.48476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888182.48516: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888182.48519: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888182.48575: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888182.52764: stdout chunk (state=3): >>>ansible-tmp-1726888182.4801219-143880-279086524589196=/root/.ansible/tmp/ansible-tmp-1726888182.4801219-143880-279086524589196 <<< 138029 1726888182.52872: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888182.52895: stderr chunk (state=3): >>><<< 138029 1726888182.52898: stdout chunk (state=3): >>><<< 138029 1726888182.52913: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888182.4801219-143880-279086524589196=/root/.ansible/tmp/ansible-tmp-1726888182.4801219-143880-279086524589196 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888182.52942: variable 'ansible_module_compression' from source: unknown 138029 1726888182.52990: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888182.53021: variable 'ansible_facts' from source: unknown 138029 1726888182.53079: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888182.4801219-143880-279086524589196/AnsiballZ_command.py 138029 1726888182.53178: Sending initial data 138029 1726888182.53181: Sent initial data (158 bytes) 138029 1726888182.53621: 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 <<< 138029 1726888182.53624: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888182.53627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888182.53632: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888182.53634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888182.53685: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888182.53688: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888182.53693: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888182.53737: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888182.55311: 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 <<< 138029 1726888182.55315: 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 <<< 138029 1726888182.55359: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888182.55403: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpbk90279t /root/.ansible/tmp/ansible-tmp-1726888182.4801219-143880-279086524589196/AnsiballZ_command.py <<< 138029 1726888182.55406: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888182.4801219-143880-279086524589196/AnsiballZ_command.py" <<< 138029 1726888182.55458: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpbk90279t" to remote "/root/.ansible/tmp/ansible-tmp-1726888182.4801219-143880-279086524589196/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888182.4801219-143880-279086524589196/AnsiballZ_command.py" <<< 138029 1726888182.56001: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888182.56038: stderr chunk (state=3): >>><<< 138029 1726888182.56042: stdout chunk (state=3): >>><<< 138029 1726888182.56084: done transferring module to remote 138029 1726888182.56095: _low_level_execute_command(): starting 138029 1726888182.56098: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888182.4801219-143880-279086524589196/ /root/.ansible/tmp/ansible-tmp-1726888182.4801219-143880-279086524589196/AnsiballZ_command.py && sleep 0' 138029 1726888182.56509: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888182.56512: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888182.56518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888182.56520: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888182.56522: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888182.56579: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888182.56583: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888182.56626: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888182.58368: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888182.58395: stderr chunk (state=3): >>><<< 138029 1726888182.58398: stdout chunk (state=3): >>><<< 138029 1726888182.58409: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888182.58411: _low_level_execute_command(): starting 138029 1726888182.58416: _low_level_execute_command(): using become for this command 138029 1726888182.58425: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ehbcyaqkfdtkwnttozmqpzavjhkdkktb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888182.4801219-143880-279086524589196/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888182.58496: Initial state: awaiting_escalation: BECOME-SUCCESS-ehbcyaqkfdtkwnttozmqpzavjhkdkktb 138029 1726888182.58862: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888182.58865: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888182.58888: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888182.58906: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888182.58958: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888182.61861: stdout chunk (state=1): >>>BECOME-SUCCESS-ehbcyaqkfdtkwnttozmqpzavjhkdkktb <<< 138029 1726888182.61867: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ehbcyaqkfdtkwnttozmqpzavjhkdkktb' 138029 1726888182.62188: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888182.62224: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888182.62254: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888182.62261: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888182.62327: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888182.62332: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888182.62365: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888182.62396: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888182.62400: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888182.62435: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888182.62486: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888182.62491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888182.62506: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888182.62542: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888182.62575: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888182.62591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888182.62599: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ffa183e0> <<< 138029 1726888182.62611: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff9e7a10> <<< 138029 1726888182.62633: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888182.62652: 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 0x7f73ffa1a960> <<< 138029 1726888182.62668: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888182.62693: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888182.62696: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888182.62721: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888182.62759: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888182.62833: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888182.62872: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888182.62892: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888182.62917: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888182.62921: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888182.62938: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888182.62941: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888182.62958: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888182.62971: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888182.62996: 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' <<< 138029 1726888182.63027: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff82cfe0> <<< 138029 1726888182.63086: 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 <<< 138029 1726888182.63098: 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 0x7f73ff82dfd0> <<< 138029 1726888182.63130: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888182.63161: 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. <<< 138029 1726888182.63390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888182.63394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888182.63423: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888182.63426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888182.63454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888182.63491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888182.63518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888182.63547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888182.63552: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff873dd0> <<< 138029 1726888182.63573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888182.63592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888182.63617: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888182.63635: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff873fe0> <<< 138029 1726888182.63640: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888182.63671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888182.63696: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888182.63745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888182.63765: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888182.63793: 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 0x7f73ff8a37d0> <<< 138029 1726888182.63828: 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' <<< 138029 1726888182.63839: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8a3e60> <<< 138029 1726888182.63848: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888182.63896: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff883a70> <<< 138029 1726888182.63900: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888182.63937: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8811c0> <<< 138029 1726888182.64021: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff870f80> <<< 138029 1726888182.64060: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888182.64074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888182.64087: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888182.64106: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888182.64133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888182.64160: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888182.64169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888182.64204: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8c7800> <<< 138029 1726888182.64210: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8c6420> <<< 138029 1726888182.64241: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888182.64249: 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 0x7f73ff8821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8c4bc0> <<< 138029 1726888182.64298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888182.64309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 138029 1726888182.64316: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff870200> <<< 138029 1726888182.64339: 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' <<< 138029 1726888182.64376: 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 0x7f73ff8f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8f8bc0> <<< 138029 1726888182.64412: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888182.64418: 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 0x7f73ff8f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff866d20> <<< 138029 1726888182.64452: 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' <<< 138029 1726888182.64473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888182.64506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888182.64522: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8f92b0> <<< 138029 1726888182.64528: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888182.64560: 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' <<< 138029 1726888182.64574: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8fa4e0> <<< 138029 1726888182.64595: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888182.64601: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888182.64627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888182.64658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888182.64688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888182.64693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff9106e0> <<< 138029 1726888182.64721: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888182.64744: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888182.64746: 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 0x7f73ff911dc0> <<< 138029 1726888182.64779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888182.64782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888182.64819: 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' <<< 138029 1726888182.64829: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff912c30> <<< 138029 1726888182.64867: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888182.64876: 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 0x7f73ff913260> <<< 138029 1726888182.64880: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff912180> <<< 138029 1726888182.64908: 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' <<< 138029 1726888182.64950: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888182.64953: 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 0x7f73ff913ce0> <<< 138029 1726888182.64977: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff913410> <<< 138029 1726888182.65012: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8fa450> <<< 138029 1726888182.65040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888182.65067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888182.65084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888182.65102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888182.65137: 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' <<< 138029 1726888182.65140: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f73ff6ebb30> <<< 138029 1726888182.65172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888182.65177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888182.65201: 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 0x7f73ff718560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff7182f0> <<< 138029 1726888182.65232: 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 0x7f73ff718590> <<< 138029 1726888182.65273: 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' <<< 138029 1726888182.65338: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888182.65477: 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 0x7f73ff718e60> <<< 138029 1726888182.65577: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888182.65586: 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 0x7f73ff719850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff718770> <<< 138029 1726888182.65606: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff6e9cd0> <<< 138029 1726888182.65624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888182.65650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888182.65670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888182.65689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888182.65698: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff71ab70> <<< 138029 1726888182.65722: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff911d00> <<< 138029 1726888182.65738: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8fac00> <<< 138029 1726888182.65770: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888182.65825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888182.65848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888182.65888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888182.65919: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff742e70> <<< 138029 1726888182.65971: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888182.65988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888182.66005: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888182.66032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888182.66070: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff76b230> <<< 138029 1726888182.66096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888182.66141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888182.66191: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888182.66217: 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 0x7f73ff793f50> <<< 138029 1726888182.66238: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888182.66269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888182.66290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888182.66330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888182.66416: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff7c66f0> <<< 138029 1726888182.66487: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff793dd0> <<< 138029 1726888182.66527: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff76bec0> <<< 138029 1726888182.66565: 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' <<< 138029 1726888182.66585: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff5cd040> <<< 138029 1726888182.66592: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff76a030> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff71ba70> <<< 138029 1726888182.67689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888182.67711: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f73ff76a630> <<< 138029 1726888182.69867: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_anzd6py0/ansible_ansible.legacy.command_payload.zip' <<< 138029 1726888182.69877: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.70000: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.70031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888182.70043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888182.70089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888182.70167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888182.70198: 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 0x7f73ff61edb0> <<< 138029 1726888182.70204: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888182.70397: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff601ca0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff600e00> <<< 138029 1726888182.70400: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.70435: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888182.70445: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.70472: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888182.70495: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888182.70507: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.71909: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.73045: 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' <<< 138029 1726888182.73050: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff61d0a0> <<< 138029 1726888182.73075: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888182.73090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888182.73100: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888182.73126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888182.73139: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888182.73152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888182.73180: 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 0x7f73ff64e690> <<< 138029 1726888182.73222: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff64e420> <<< 138029 1726888182.73254: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff64dd30> <<< 138029 1726888182.73276: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888182.73282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888182.73323: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff64e7e0> <<< 138029 1726888182.73341: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8829c0> <<< 138029 1726888182.73345: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888182.73364: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888182.73389: 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 0x7f73ff64f440> <<< 138029 1726888182.73400: 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 0x7f73ff64f680> <<< 138029 1726888182.73424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888182.73474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888182.73485: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888182.73532: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff64fbc0> <<< 138029 1726888182.73540: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888182.73567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888182.73595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888182.73627: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef19a30> <<< 138029 1726888182.73664: 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 0x7f73fef1b650> <<< 138029 1726888182.73683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888182.73698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888182.73738: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef1bfe0> <<< 138029 1726888182.73760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888182.73794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888182.73803: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef211c0> <<< 138029 1726888182.73828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888182.73869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888182.73893: 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' <<< 138029 1726888182.73948: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef23c50> <<< 138029 1726888182.73982: 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 0x7f73ff742de0> <<< 138029 1726888182.74009: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef21f10> <<< 138029 1726888182.74021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888182.74056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888182.74080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888182.74086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888182.74106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888182.74134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888182.74158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888182.74178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef27ad0> <<< 138029 1726888182.74186: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888182.74353: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef265a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef26300> # /usr/lib64/python3.12/__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 0x7f73fef26870> <<< 138029 1726888182.74358: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef23140> <<< 138029 1726888182.74396: 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 0x7f73fef6bd70> <<< 138029 1726888182.74416: 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 0x7f73fef6bdd0> <<< 138029 1726888182.74443: 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 <<< 138029 1726888182.74464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888182.74487: 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' <<< 138029 1726888182.74519: 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 0x7f73fef6d8b0> <<< 138029 1726888182.74540: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef6d670> <<< 138029 1726888182.74549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888182.74672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888182.74717: 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 0x7f73fef6fe30> <<< 138029 1726888182.74727: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef6dfa0> <<< 138029 1726888182.74761: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888182.74795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888182.74810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888182.74830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888182.74835: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888182.74886: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef735f0> <<< 138029 1726888182.75009: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef6ff80> <<< 138029 1726888182.75078: 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 0x7f73fef743b0> <<< 138029 1726888182.75100: 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 0x7f73fef743e0> <<< 138029 1726888182.75148: 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 0x7f73fef74920> <<< 138029 1726888182.75153: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef6bef0> <<< 138029 1726888182.75184: 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 <<< 138029 1726888182.75192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888182.75205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888182.75226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888182.75257: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888182.75274: 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 0x7f73fef77fe0> <<< 138029 1726888182.75424: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888182.75444: 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 0x7f73fee01310> <<< 138029 1726888182.75449: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef767e0> <<< 138029 1726888182.75481: 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 0x7f73fef77b60> <<< 138029 1726888182.75489: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef763c0> <<< 138029 1726888182.75497: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.75522: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888182.75531: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.75620: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.75714: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.75746: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888182.75763: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.75779: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.75784: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888182.75918: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.76036: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.76590: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.77130: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888182.77154: 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' # <<< 138029 1726888182.77162: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888182.77189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888182.77234: 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 0x7f73fee05550> <<< 138029 1726888182.77315: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888182.77329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888182.77349: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fee06360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fee01490> <<< 138029 1726888182.77392: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888182.77417: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.77428: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.77459: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888182.77607: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.77773: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888182.77796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fee06450> # zipimport: zlib available <<< 138029 1726888182.78259: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.78706: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.78785: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.78865: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888182.78873: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.78915: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.78952: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888182.78961: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.79029: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.79105: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888182.79127: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.79135: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.79151: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888182.79154: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.79203: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.79241: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888182.79250: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.79489: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.79723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888182.79784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888182.79791: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888182.79871: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fee07650> <<< 138029 1726888182.79877: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.79949: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.80025: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888182.80041: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888182.80063: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.80107: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.80146: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888182.80166: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.80201: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.80250: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.80306: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.80380: 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 <<< 138029 1726888182.80417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888182.80502: 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 0x7f73fee11fd0> <<< 138029 1726888182.80539: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fee0d940> <<< 138029 1726888182.80568: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888182.80582: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.80648: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.80708: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.80738: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.80781: 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 <<< 138029 1726888182.80787: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888182.80804: 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 <<< 138029 1726888182.80827: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888182.80846: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888182.80905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888182.80925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888182.80945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888182.80998: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef02ab0> <<< 138029 1726888182.81043: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff672780> <<< 138029 1726888182.81126: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fee120f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef754f0> <<< 138029 1726888182.81133: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888182.81143: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.81173: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.81199: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888182.81271: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888182.81285: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.81303: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888182.81308: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.81414: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.81536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888182.81539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888182.81565: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff671850> <<< 138029 1726888182.81643: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888182.84296: stdout chunk (state=3): >>> {"changed": true, "stdout": " LVM2_LV_NAME=lv1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear", "stderr": "", "rc": 0, "cmd": ["lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1"], "start": "2024-09-20 23:09:42.816796", "end": "2024-09-20 23:09:42.841855", "delta": "0:00:00.025059", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/lv1\n", "_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}}} <<< 138029 1726888182.84348: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888182.84813: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888182.84842: 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 <<< 138029 1726888182.84865: 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 <<< 138029 1726888182.84947: stdout chunk (state=3): >>># cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing 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 <<< 138029 1726888182.84952: 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 <<< 138029 1726888182.85208: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888182.85218: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888182.85230: stdout chunk (state=3): >>># destroy _bz2 <<< 138029 1726888182.85258: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888182.85262: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888182.85269: stdout chunk (state=3): >>># destroy zipfile._path <<< 138029 1726888182.85285: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888182.85292: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888182.85318: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888182.85337: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888182.85340: 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 <<< 138029 1726888182.85364: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 138029 1726888182.85371: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888182.85405: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888182.85410: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 138029 1726888182.85416: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888182.85419: stdout chunk (state=3): >>># destroy fnmatch <<< 138029 1726888182.85441: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 138029 1726888182.85459: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888182.85469: stdout chunk (state=3): >>># destroy selinux <<< 138029 1726888182.85486: stdout chunk (state=3): >>># destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888182.85548: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888182.85563: 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 <<< 138029 1726888182.85573: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888182.85591: 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 <<< 138029 1726888182.85599: 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 <<< 138029 1726888182.85607: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888182.85637: 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 <<< 138029 1726888182.85645: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 138029 1726888182.85672: 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 <<< 138029 1726888182.85676: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 138029 1726888182.85689: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888182.85819: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888182.85827: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888182.85833: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888182.85870: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath<<< 138029 1726888182.85875: stdout chunk (state=3): >>> # destroy re._parser # destroy tokenize <<< 138029 1726888182.85896: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888182.85934: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888182.85950: 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 <<< 138029 1726888182.85961: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888182.85966: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888182.86062: 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 <<< 138029 1726888182.86065: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888182.86092: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888182.86095: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888182.86119: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888182.86124: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888182.86146: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 138029 1726888182.86163: stdout chunk (state=3): >>># destroy _thread <<< 138029 1726888182.86166: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888182.86639: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888182.86674: stderr chunk (state=3): >>><<< 138029 1726888182.86677: stdout chunk (state=3): >>><<< 138029 1726888182.86746: _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 0x7f73ffa183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff9e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ffa1a960> 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 0x7f73ff82cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f73ff82dfd0> 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 0x7f73ff873dd0> # /usr/lib64/python3.12/__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 0x7f73ff873fe0> # /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 0x7f73ff8a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff883a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff870f80> # /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 0x7f73ff8c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8c4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff870200> # /usr/lib64/python3.12/__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 0x7f73ff8f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f73ff8f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff866d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f73ff8f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8f92b0> 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 0x7f73ff8fa4e0> 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 0x7f73ff9106e0> 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 0x7f73ff911dc0> # /usr/lib64/python3.12/__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 0x7f73ff912c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f73ff913260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff912180> # /usr/lib64/python3.12/__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 0x7f73ff913ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff913410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8fa450> # /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 0x7f73ff6ebb30> # /usr/lib64/python3.12/__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 0x7f73ff718560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff7182f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f73ff718590> # /usr/lib64/python3.12/__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 0x7f73ff718e60> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f73ff719850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff718770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff6e9cd0> # /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 0x7f73ff71ab70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff911d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8fac00> # /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 0x7f73ff742e70> # /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 0x7f73ff76b230> # /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 0x7f73ff793f50> # /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 0x7f73ff7c66f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff793dd0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff76bec0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff5cd040> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff76a030> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff71ba70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f73ff76a630> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_anzd6py0/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 0x7f73ff61edb0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff601ca0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff600e00> # 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 0x7f73ff61d0a0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f73ff64e690> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff64e420> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff64dd30> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f73ff64e7e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff8829c0> 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 0x7f73ff64f440> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f73ff64f680> # /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 0x7f73ff64fbc0> 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 0x7f73fef19a30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f73fef1b650> # /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 0x7f73fef1bfe0> # /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 0x7f73fef211c0> # /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 0x7f73fef23c50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f73ff742de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef21f10> # /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 0x7f73fef27ad0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef265a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef26300> # /usr/lib64/python3.12/__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 0x7f73fef26870> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef23140> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f73fef6bd70> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef6bdd0> # /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 0x7f73fef6d8b0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef6d670> # /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 0x7f73fef6fe30> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef6dfa0> # /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 0x7f73fef735f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef6ff80> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f73fef743b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f73fef743e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f73fef74920> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef6bef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f73fef77fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f73fee01310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef767e0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f73fef77b60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef763c0> # 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 0x7f73fee05550> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f73fee06360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fee01490> 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 0x7f73fee06450> # 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 0x7f73fee07650> # 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 0x7f73fee11fd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fee0d940> 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 0x7f73fef02ab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73ff672780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fee120f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73fef754f0> # 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 0x7f73ff671850> # zipimport: zlib available {"changed": true, "stdout": " LVM2_LV_NAME=lv1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear", "stderr": "", "rc": 0, "cmd": ["lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1"], "start": "2024-09-20 23:09:42.816796", "end": "2024-09-20 23:09:42.841855", "delta": "0:00:00.025059", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/lv1\n", "_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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888182.87294: done with _execute_module (ansible.legacy.command, {'_raw_params': 'lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/lv1\n', '_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-1726888182.4801219-143880-279086524589196/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888182.87298: _low_level_execute_command(): starting 138029 1726888182.87300: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888182.4801219-143880-279086524589196/ > /dev/null 2>&1 && sleep 0' 138029 1726888182.87422: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888182.87426: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888182.87428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888182.87431: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888182.87484: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888182.87488: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888182.87498: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888182.87538: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888182.89368: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888182.89394: stderr chunk (state=3): >>><<< 138029 1726888182.89397: stdout chunk (state=3): >>><<< 138029 1726888182.89409: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888182.89416: handler run complete 138029 1726888182.89437: Evaluated conditional (False): False 138029 1726888182.89445: attempt loop complete, returning result 138029 1726888182.89448: _execute() done 138029 1726888182.89450: dumping result to json 138029 1726888182.89457: done dumping result, returning 138029 1726888182.89467: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-0000000020c4] 138029 1726888182.89470: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020c4 138029 1726888182.89563: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020c4 138029 1726888182.89568: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.025059", "end": "2024-09-20 23:09:42.841855", "rc": 0, "start": "2024-09-20 23:09:42.816796" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear 138029 1726888182.89640: no more pending results, returning what we have 138029 1726888182.89643: results queue empty 138029 1726888182.89644: checking for any_errors_fatal 138029 1726888182.89658: done checking for any_errors_fatal 138029 1726888182.89659: checking for max_fail_percentage 138029 1726888182.89661: done checking for max_fail_percentage 138029 1726888182.89661: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.89662: done checking to see if all hosts have failed 138029 1726888182.89663: getting the remaining hosts for this loop 138029 1726888182.89667: done getting the remaining hosts for this loop 138029 1726888182.89670: getting the next task for host managed_node3 138029 1726888182.89679: done getting next task for host managed_node3 138029 1726888182.89681: ^ task is: TASK: Set LV segment type 138029 1726888182.89687: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.89691: getting variables 138029 1726888182.89692: in VariableManager get_vars() 138029 1726888182.89725: Calling all_inventory to load vars for managed_node3 138029 1726888182.89731: Calling groups_inventory to load vars for managed_node3 138029 1726888182.89734: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.89744: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.89746: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.89749: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.90172: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.90564: done with get_vars() 138029 1726888182.90577: done getting variables 138029 1726888182.90618: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:42 -0400 (0:00:00.467) 0:03:15.630 ****** 138029 1726888182.90645: entering _queue_task() for managed_node3/set_fact 138029 1726888182.90862: worker is 1 (out of 1 available) 138029 1726888182.90876: exiting _queue_task() for managed_node3/set_fact 138029 1726888182.90888: done queuing things up, now waiting for results queue to drain 138029 1726888182.90890: waiting for pending results... 138029 1726888182.91079: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888182.91167: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020c5 138029 1726888182.91182: variable 'ansible_search_path' from source: unknown 138029 1726888182.91210: calling self._execute() 138029 1726888182.91305: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.91310: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.91319: variable 'omit' from source: magic vars 138029 1726888182.91650: variable 'storage_test_volume' from source: include params 138029 1726888182.91671: variable '_storage_test_volume_present' from source: set_fact 138029 1726888182.91682: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888182.91688: variable 'omit' from source: magic vars 138029 1726888182.91729: variable 'omit' from source: magic vars 138029 1726888182.91860: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888182.93332: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888182.93389: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888182.93417: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888182.93450: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888182.93474: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888182.93541: variable 'lvs' from source: set_fact 138029 1726888182.93603: variable 'omit' from source: magic vars 138029 1726888182.93626: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888182.93647: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888182.93664: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888182.93680: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888182.93689: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888182.93702: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888182.93714: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888182.93740: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888182.93743: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.93745: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.93826: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888182.93830: Set connection var ansible_timeout to 10 138029 1726888182.93833: Set connection var ansible_pipelining to False 138029 1726888182.93835: Set connection var ansible_shell_type to sh 138029 1726888182.93837: Set connection var ansible_connection to ssh 138029 1726888182.93846: Set connection var ansible_shell_executable to /bin/sh 138029 1726888182.93866: variable 'ansible_shell_executable' from source: unknown 138029 1726888182.93871: variable 'ansible_connection' from source: unknown 138029 1726888182.93873: variable 'ansible_module_compression' from source: unknown 138029 1726888182.93876: variable 'ansible_shell_type' from source: unknown 138029 1726888182.93878: variable 'ansible_shell_executable' from source: unknown 138029 1726888182.93882: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.93886: variable 'ansible_pipelining' from source: unknown 138029 1726888182.93888: variable 'ansible_timeout' from source: unknown 138029 1726888182.93892: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.93969: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888182.93980: variable 'omit' from source: magic vars 138029 1726888182.93985: starting attempt loop 138029 1726888182.93988: running the handler 138029 1726888182.93996: handler run complete 138029 1726888182.94003: attempt loop complete, returning result 138029 1726888182.94005: _execute() done 138029 1726888182.94008: dumping result to json 138029 1726888182.94010: done dumping result, returning 138029 1726888182.94018: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-0000000020c5] 138029 1726888182.94021: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020c5 ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } 138029 1726888182.94154: no more pending results, returning what we have 138029 1726888182.94159: results queue empty 138029 1726888182.94161: checking for any_errors_fatal 138029 1726888182.94172: done checking for any_errors_fatal 138029 1726888182.94173: checking for max_fail_percentage 138029 1726888182.94174: done checking for max_fail_percentage 138029 1726888182.94175: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.94176: done checking to see if all hosts have failed 138029 1726888182.94177: getting the remaining hosts for this loop 138029 1726888182.94178: done getting the remaining hosts for this loop 138029 1726888182.94182: getting the next task for host managed_node3 138029 1726888182.94190: done getting next task for host managed_node3 138029 1726888182.94193: ^ task is: TASK: Check segment type 138029 1726888182.94198: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.94209: getting variables 138029 1726888182.94211: in VariableManager get_vars() 138029 1726888182.94242: Calling all_inventory to load vars for managed_node3 138029 1726888182.94245: Calling groups_inventory to load vars for managed_node3 138029 1726888182.94248: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.94265: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.94269: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.94274: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020c5 138029 1726888182.94277: WORKER PROCESS EXITING 138029 1726888182.94280: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.94686: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888182.95080: done with get_vars() 138029 1726888182.95091: done getting variables 138029 1726888182.95133: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:42 -0400 (0:00:00.045) 0:03:15.675 ****** 138029 1726888182.95157: entering _queue_task() for managed_node3/assert 138029 1726888182.95364: worker is 1 (out of 1 available) 138029 1726888182.95377: exiting _queue_task() for managed_node3/assert 138029 1726888182.95390: done queuing things up, now waiting for results queue to drain 138029 1726888182.95392: waiting for pending results... 138029 1726888182.95581: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888182.95673: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020c6 138029 1726888182.95685: variable 'ansible_search_path' from source: unknown 138029 1726888182.95714: calling self._execute() 138029 1726888182.95810: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.95815: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.95823: variable 'omit' from source: magic vars 138029 1726888182.96141: variable 'storage_test_volume' from source: include params 138029 1726888182.96157: variable '_storage_test_volume_present' from source: set_fact 138029 1726888182.96173: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888182.96180: variable 'omit' from source: magic vars 138029 1726888182.96220: variable 'omit' from source: magic vars 138029 1726888182.96306: variable 'storage_test_lv_segtype' from source: set_fact 138029 1726888182.96309: variable 'storage_test_volume' from source: include params 138029 1726888182.96342: variable 'omit' from source: magic vars 138029 1726888182.96378: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888182.96405: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888182.96419: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888182.96433: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888182.96442: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888182.96456: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888182.96471: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888182.96497: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888182.96500: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.96503: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.96583: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888182.96586: Set connection var ansible_timeout to 10 138029 1726888182.96592: Set connection var ansible_pipelining to False 138029 1726888182.96595: Set connection var ansible_shell_type to sh 138029 1726888182.96599: Set connection var ansible_connection to ssh 138029 1726888182.96601: Set connection var ansible_shell_executable to /bin/sh 138029 1726888182.96622: variable 'ansible_shell_executable' from source: unknown 138029 1726888182.96625: variable 'ansible_connection' from source: unknown 138029 1726888182.96627: variable 'ansible_module_compression' from source: unknown 138029 1726888182.96629: variable 'ansible_shell_type' from source: unknown 138029 1726888182.96631: variable 'ansible_shell_executable' from source: unknown 138029 1726888182.96633: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888182.96638: variable 'ansible_pipelining' from source: unknown 138029 1726888182.96641: variable 'ansible_timeout' from source: unknown 138029 1726888182.96643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888182.96746: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888182.96758: variable 'omit' from source: magic vars 138029 1726888182.96763: starting attempt loop 138029 1726888182.96766: running the handler 138029 1726888182.96911: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888182.98725: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888182.98766: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888182.98807: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888182.98831: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888182.98851: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888182.98935: variable 'storage_test_volume' from source: include params 138029 1726888182.98945: variable 'storage_test_lv_segtype' from source: set_fact 138029 1726888182.98958: Evaluated conditional (storage_test_volume.cached | ternary(storage_test_lv_segtype[0] == 'cache', storage_test_lv_segtype[0] != 'cache')): True 138029 1726888182.98964: handler run complete 138029 1726888182.98976: attempt loop complete, returning result 138029 1726888182.98979: _execute() done 138029 1726888182.98982: dumping result to json 138029 1726888182.98984: done dumping result, returning 138029 1726888182.98992: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-0000000020c6] 138029 1726888182.98995: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020c6 138029 1726888182.99082: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020c6 138029 1726888182.99085: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888182.99154: no more pending results, returning what we have 138029 1726888182.99162: results queue empty 138029 1726888182.99164: checking for any_errors_fatal 138029 1726888182.99170: done checking for any_errors_fatal 138029 1726888182.99171: checking for max_fail_percentage 138029 1726888182.99172: done checking for max_fail_percentage 138029 1726888182.99173: checking to see if all hosts have failed and the running result is not ok 138029 1726888182.99174: done checking to see if all hosts have failed 138029 1726888182.99175: getting the remaining hosts for this loop 138029 1726888182.99176: done getting the remaining hosts for this loop 138029 1726888182.99181: getting the next task for host managed_node3 138029 1726888182.99188: done getting next task for host managed_node3 138029 1726888182.99190: ^ task is: TASK: Set LV cache size 138029 1726888182.99196: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888182.99207: getting variables 138029 1726888182.99208: in VariableManager get_vars() 138029 1726888182.99243: Calling all_inventory to load vars for managed_node3 138029 1726888182.99246: Calling groups_inventory to load vars for managed_node3 138029 1726888182.99249: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888182.99260: Calling all_plugins_play to load vars for managed_node3 138029 1726888182.99263: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888182.99273: Calling groups_plugins_play to load vars for managed_node3 138029 1726888182.99673: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.00252: done with get_vars() 138029 1726888183.00266: done getting variables 138029 1726888183.00306: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.051) 0:03:15.726 ****** 138029 1726888183.00328: entering _queue_task() for managed_node3/set_fact 138029 1726888183.00565: worker is 1 (out of 1 available) 138029 1726888183.00579: exiting _queue_task() for managed_node3/set_fact 138029 1726888183.00593: done queuing things up, now waiting for results queue to drain 138029 1726888183.00594: waiting for pending results... 138029 1726888183.00794: running TaskExecutor() for managed_node3/TASK: Set LV cache size 138029 1726888183.00907: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020c7 138029 1726888183.00918: variable 'ansible_search_path' from source: unknown 138029 1726888183.00950: calling self._execute() 138029 1726888183.01047: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.01052: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.01063: variable 'omit' from source: magic vars 138029 1726888183.01384: variable 'storage_test_volume' from source: include params 138029 1726888183.01399: variable '_storage_test_volume_present' from source: set_fact 138029 1726888183.01410: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888183.01526: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888183.03004: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888183.03057: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888183.03086: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888183.03114: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888183.03134: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888183.03194: variable 'storage_test_volume' from source: include params 138029 1726888183.03215: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888183.03219: when evaluation is False, skipping this task 138029 1726888183.03221: _execute() done 138029 1726888183.03224: dumping result to json 138029 1726888183.03227: done dumping result, returning 138029 1726888183.03230: done running TaskExecutor() for managed_node3/TASK: Set LV cache size [0affc8a3-6f6f-5a58-73a2-0000000020c7] 138029 1726888183.03235: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020c7 138029 1726888183.03336: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020c7 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888183.03394: no more pending results, returning what we have 138029 1726888183.03398: results queue empty 138029 1726888183.03399: checking for any_errors_fatal 138029 1726888183.03408: done checking for any_errors_fatal 138029 1726888183.03409: checking for max_fail_percentage 138029 1726888183.03411: done checking for max_fail_percentage 138029 1726888183.03411: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.03413: done checking to see if all hosts have failed 138029 1726888183.03413: getting the remaining hosts for this loop 138029 1726888183.03415: done getting the remaining hosts for this loop 138029 1726888183.03418: getting the next task for host managed_node3 138029 1726888183.03426: done getting next task for host managed_node3 138029 1726888183.03429: ^ task is: TASK: Parse the requested cache size 138029 1726888183.03435: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.03440: getting variables 138029 1726888183.03442: in VariableManager get_vars() 138029 1726888183.03479: Calling all_inventory to load vars for managed_node3 138029 1726888183.03481: Calling groups_inventory to load vars for managed_node3 138029 1726888183.03484: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.03493: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.03496: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.03498: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.03927: WORKER PROCESS EXITING 138029 1726888183.03950: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.04641: done with get_vars() 138029 1726888183.04662: 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:09:43 -0400 (0:00:00.044) 0:03:15.771 ****** 138029 1726888183.04753: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888183.05067: worker is 1 (out of 1 available) 138029 1726888183.05080: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888183.05093: done queuing things up, now waiting for results queue to drain 138029 1726888183.05095: waiting for pending results... 138029 1726888183.05417: running TaskExecutor() for managed_node3/TASK: Parse the requested cache size 138029 1726888183.05570: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020c8 138029 1726888183.05595: variable 'ansible_search_path' from source: unknown 138029 1726888183.05636: calling self._execute() 138029 1726888183.05775: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.05788: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.05810: variable 'omit' from source: magic vars 138029 1726888183.06309: variable 'storage_test_volume' from source: include params 138029 1726888183.06337: variable '_storage_test_volume_present' from source: set_fact 138029 1726888183.06368: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888183.06552: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888183.08739: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888183.08798: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888183.08825: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888183.08852: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888183.08876: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888183.08941: variable 'storage_test_volume' from source: include params 138029 1726888183.08964: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888183.08967: when evaluation is False, skipping this task 138029 1726888183.08970: _execute() done 138029 1726888183.08973: dumping result to json 138029 1726888183.08977: done dumping result, returning 138029 1726888183.08984: done running TaskExecutor() for managed_node3/TASK: Parse the requested cache size [0affc8a3-6f6f-5a58-73a2-0000000020c8] 138029 1726888183.08988: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020c8 138029 1726888183.09084: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020c8 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888183.09134: no more pending results, returning what we have 138029 1726888183.09137: results queue empty 138029 1726888183.09138: checking for any_errors_fatal 138029 1726888183.09146: done checking for any_errors_fatal 138029 1726888183.09146: checking for max_fail_percentage 138029 1726888183.09148: done checking for max_fail_percentage 138029 1726888183.09149: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.09150: done checking to see if all hosts have failed 138029 1726888183.09150: getting the remaining hosts for this loop 138029 1726888183.09152: done getting the remaining hosts for this loop 138029 1726888183.09157: getting the next task for host managed_node3 138029 1726888183.09167: done getting next task for host managed_node3 138029 1726888183.09169: ^ task is: TASK: Set expected cache size 138029 1726888183.09176: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.09180: getting variables 138029 1726888183.09181: in VariableManager get_vars() 138029 1726888183.09213: Calling all_inventory to load vars for managed_node3 138029 1726888183.09216: Calling groups_inventory to load vars for managed_node3 138029 1726888183.09219: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.09229: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.09232: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.09234: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.09667: WORKER PROCESS EXITING 138029 1726888183.09678: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.10073: done with get_vars() 138029 1726888183.10085: done getting variables 138029 1726888183.10125: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.053) 0:03:15.825 ****** 138029 1726888183.10151: entering _queue_task() for managed_node3/set_fact 138029 1726888183.10366: worker is 1 (out of 1 available) 138029 1726888183.10379: exiting _queue_task() for managed_node3/set_fact 138029 1726888183.10392: done queuing things up, now waiting for results queue to drain 138029 1726888183.10394: waiting for pending results... 138029 1726888183.10577: running TaskExecutor() for managed_node3/TASK: Set expected cache size 138029 1726888183.10668: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020c9 138029 1726888183.10682: variable 'ansible_search_path' from source: unknown 138029 1726888183.10710: calling self._execute() 138029 1726888183.10807: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.10812: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.10821: variable 'omit' from source: magic vars 138029 1726888183.11140: variable 'storage_test_volume' from source: include params 138029 1726888183.11158: variable '_storage_test_volume_present' from source: set_fact 138029 1726888183.11174: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888183.11293: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888183.12765: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888183.12823: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888183.12850: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888183.12878: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888183.12900: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888183.12964: variable 'storage_test_volume' from source: include params 138029 1726888183.12984: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888183.12987: when evaluation is False, skipping this task 138029 1726888183.12990: _execute() done 138029 1726888183.12992: dumping result to json 138029 1726888183.12994: done dumping result, returning 138029 1726888183.13001: done running TaskExecutor() for managed_node3/TASK: Set expected cache size [0affc8a3-6f6f-5a58-73a2-0000000020c9] 138029 1726888183.13005: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020c9 138029 1726888183.13097: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020c9 138029 1726888183.13100: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888183.13164: no more pending results, returning what we have 138029 1726888183.13168: results queue empty 138029 1726888183.13169: checking for any_errors_fatal 138029 1726888183.13179: done checking for any_errors_fatal 138029 1726888183.13180: checking for max_fail_percentage 138029 1726888183.13182: done checking for max_fail_percentage 138029 1726888183.13182: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.13183: done checking to see if all hosts have failed 138029 1726888183.13184: getting the remaining hosts for this loop 138029 1726888183.13186: done getting the remaining hosts for this loop 138029 1726888183.13190: getting the next task for host managed_node3 138029 1726888183.13197: done getting next task for host managed_node3 138029 1726888183.13200: ^ task is: TASK: Check cache size 138029 1726888183.13206: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.13210: getting variables 138029 1726888183.13212: in VariableManager get_vars() 138029 1726888183.13244: Calling all_inventory to load vars for managed_node3 138029 1726888183.13246: Calling groups_inventory to load vars for managed_node3 138029 1726888183.13249: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.13261: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.13264: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.13267: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.13669: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.14062: done with get_vars() 138029 1726888183.14074: done getting variables 138029 1726888183.14116: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.039) 0:03:15.864 ****** 138029 1726888183.14140: entering _queue_task() for managed_node3/assert 138029 1726888183.14359: worker is 1 (out of 1 available) 138029 1726888183.14373: exiting _queue_task() for managed_node3/assert 138029 1726888183.14385: done queuing things up, now waiting for results queue to drain 138029 1726888183.14387: waiting for pending results... 138029 1726888183.14571: running TaskExecutor() for managed_node3/TASK: Check cache size 138029 1726888183.14679: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000020ca 138029 1726888183.14690: variable 'ansible_search_path' from source: unknown 138029 1726888183.14720: calling self._execute() 138029 1726888183.14812: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.14815: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.14825: variable 'omit' from source: magic vars 138029 1726888183.15136: variable 'storage_test_volume' from source: include params 138029 1726888183.15151: variable '_storage_test_volume_present' from source: set_fact 138029 1726888183.15168: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888183.15291: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888183.17084: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888183.17127: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888183.17157: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888183.17195: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888183.17216: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888183.17282: variable 'storage_test_volume' from source: include params 138029 1726888183.17301: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888183.17304: when evaluation is False, skipping this task 138029 1726888183.17307: _execute() done 138029 1726888183.17310: dumping result to json 138029 1726888183.17312: done dumping result, returning 138029 1726888183.17318: done running TaskExecutor() for managed_node3/TASK: Check cache size [0affc8a3-6f6f-5a58-73a2-0000000020ca] 138029 1726888183.17322: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020ca 138029 1726888183.17418: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000020ca 138029 1726888183.17421: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888183.17489: no more pending results, returning what we have 138029 1726888183.17492: results queue empty 138029 1726888183.17493: checking for any_errors_fatal 138029 1726888183.17501: done checking for any_errors_fatal 138029 1726888183.17502: checking for max_fail_percentage 138029 1726888183.17503: done checking for max_fail_percentage 138029 1726888183.17504: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.17505: done checking to see if all hosts have failed 138029 1726888183.17506: getting the remaining hosts for this loop 138029 1726888183.17507: done getting the remaining hosts for this loop 138029 1726888183.17511: getting the next task for host managed_node3 138029 1726888183.17520: done getting next task for host managed_node3 138029 1726888183.17523: ^ task is: TASK: Clean up facts 138029 1726888183.17527: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.17533: getting variables 138029 1726888183.17534: in VariableManager get_vars() 138029 1726888183.17569: Calling all_inventory to load vars for managed_node3 138029 1726888183.17572: Calling groups_inventory to load vars for managed_node3 138029 1726888183.17575: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.17586: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.17588: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.17591: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.18008: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.18598: done with get_vars() 138029 1726888183.18609: done getting variables 138029 1726888183.18653: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.045) 0:03:15.910 ****** 138029 1726888183.18679: entering _queue_task() for managed_node3/set_fact 138029 1726888183.18910: worker is 1 (out of 1 available) 138029 1726888183.18924: exiting _queue_task() for managed_node3/set_fact 138029 1726888183.18937: done queuing things up, now waiting for results queue to drain 138029 1726888183.18939: waiting for pending results... 138029 1726888183.19138: running TaskExecutor() for managed_node3/TASK: Clean up facts 138029 1726888183.19244: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002023 138029 1726888183.19260: variable 'ansible_search_path' from source: unknown 138029 1726888183.19292: calling self._execute() 138029 1726888183.19384: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.19389: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.19398: variable 'omit' from source: magic vars 138029 1726888183.19485: variable 'omit' from source: magic vars 138029 1726888183.19530: variable 'omit' from source: magic vars 138029 1726888183.19554: variable 'omit' from source: magic vars 138029 1726888183.19589: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888183.19620: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888183.19638: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888183.19652: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.19666: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.19682: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888183.19696: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888183.19720: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888183.19722: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.19725: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.19815: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888183.19819: Set connection var ansible_timeout to 10 138029 1726888183.19824: Set connection var ansible_pipelining to False 138029 1726888183.19826: Set connection var ansible_shell_type to sh 138029 1726888183.19829: Set connection var ansible_connection to ssh 138029 1726888183.19833: Set connection var ansible_shell_executable to /bin/sh 138029 1726888183.19859: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.19862: variable 'ansible_connection' from source: unknown 138029 1726888183.19864: variable 'ansible_module_compression' from source: unknown 138029 1726888183.19869: variable 'ansible_shell_type' from source: unknown 138029 1726888183.19872: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.19875: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.19880: variable 'ansible_pipelining' from source: unknown 138029 1726888183.19882: variable 'ansible_timeout' from source: unknown 138029 1726888183.19885: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.19996: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888183.20006: variable 'omit' from source: magic vars 138029 1726888183.20010: starting attempt loop 138029 1726888183.20013: running the handler 138029 1726888183.20022: handler run complete 138029 1726888183.20029: attempt loop complete, returning result 138029 1726888183.20032: _execute() done 138029 1726888183.20034: dumping result to json 138029 1726888183.20039: done dumping result, returning 138029 1726888183.20046: done running TaskExecutor() for managed_node3/TASK: Clean up facts [0affc8a3-6f6f-5a58-73a2-000000002023] 138029 1726888183.20051: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002023 138029 1726888183.20138: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002023 138029 1726888183.20142: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 138029 1726888183.20202: no more pending results, returning what we have 138029 1726888183.20206: results queue empty 138029 1726888183.20207: checking for any_errors_fatal 138029 1726888183.20218: done checking for any_errors_fatal 138029 1726888183.20219: checking for max_fail_percentage 138029 1726888183.20220: done checking for max_fail_percentage 138029 1726888183.20221: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.20222: done checking to see if all hosts have failed 138029 1726888183.20223: getting the remaining hosts for this loop 138029 1726888183.20224: done getting the remaining hosts for this loop 138029 1726888183.20228: getting the next task for host managed_node3 138029 1726888183.20236: done getting next task for host managed_node3 138029 1726888183.20239: ^ task is: TASK: Set storage volume test variables 138029 1726888183.20244: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.20247: getting variables 138029 1726888183.20248: in VariableManager get_vars() 138029 1726888183.20278: Calling all_inventory to load vars for managed_node3 138029 1726888183.20280: Calling groups_inventory to load vars for managed_node3 138029 1726888183.20283: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.20292: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.20294: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.20297: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.20686: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.21081: done with get_vars() 138029 1726888183.21092: done getting variables 138029 1726888183.21133: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.024) 0:03:15.935 ****** 138029 1726888183.21162: entering _queue_task() for managed_node3/set_fact 138029 1726888183.21373: worker is 1 (out of 1 available) 138029 1726888183.21386: exiting _queue_task() for managed_node3/set_fact 138029 1726888183.21398: done queuing things up, now waiting for results queue to drain 138029 1726888183.21399: waiting for pending results... 138029 1726888183.21589: running TaskExecutor() for managed_node3/TASK: Set storage volume test variables 138029 1726888183.21687: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002027 138029 1726888183.21699: variable 'ansible_search_path' from source: unknown 138029 1726888183.21727: calling self._execute() 138029 1726888183.21827: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.21830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.21842: variable 'omit' from source: magic vars 138029 1726888183.21932: variable 'omit' from source: magic vars 138029 1726888183.21982: variable 'omit' from source: magic vars 138029 1726888183.22225: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888183.23706: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888183.23761: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888183.23790: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888183.23817: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888183.23837: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888183.23899: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888183.23922: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888183.23940: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888183.23970: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888183.23981: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888183.24093: variable 'storage_test_volume' from source: include params 138029 1726888183.24108: variable 'storage_test_pool' from source: include params 138029 1726888183.24174: variable 'omit' from source: magic vars 138029 1726888183.24193: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888183.24215: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888183.24228: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888183.24244: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.24253: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.24270: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888183.24282: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888183.24305: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888183.24307: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.24310: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.24392: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888183.24396: Set connection var ansible_timeout to 10 138029 1726888183.24401: Set connection var ansible_pipelining to False 138029 1726888183.24404: Set connection var ansible_shell_type to sh 138029 1726888183.24406: Set connection var ansible_connection to ssh 138029 1726888183.24411: Set connection var ansible_shell_executable to /bin/sh 138029 1726888183.24431: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.24433: variable 'ansible_connection' from source: unknown 138029 1726888183.24436: variable 'ansible_module_compression' from source: unknown 138029 1726888183.24438: variable 'ansible_shell_type' from source: unknown 138029 1726888183.24440: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.24442: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.24446: variable 'ansible_pipelining' from source: unknown 138029 1726888183.24451: variable 'ansible_timeout' from source: unknown 138029 1726888183.24453: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.24527: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888183.24536: variable 'omit' from source: magic vars 138029 1726888183.24541: starting attempt loop 138029 1726888183.24544: running the handler 138029 1726888183.24553: handler run complete 138029 1726888183.24567: attempt loop complete, returning result 138029 1726888183.24570: _execute() done 138029 1726888183.24572: dumping result to json 138029 1726888183.24574: done dumping result, returning 138029 1726888183.24584: done running TaskExecutor() for managed_node3/TASK: Set storage volume test variables [0affc8a3-6f6f-5a58-73a2-000000002027] 138029 1726888183.24586: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002027 138029 1726888183.24675: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002027 138029 1726888183.24678: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 138029 1726888183.24737: no more pending results, returning what we have 138029 1726888183.24741: results queue empty 138029 1726888183.24742: checking for any_errors_fatal 138029 1726888183.24749: done checking for any_errors_fatal 138029 1726888183.24750: checking for max_fail_percentage 138029 1726888183.24752: done checking for max_fail_percentage 138029 1726888183.24752: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.24753: done checking to see if all hosts have failed 138029 1726888183.24754: getting the remaining hosts for this loop 138029 1726888183.24757: done getting the remaining hosts for this loop 138029 1726888183.24762: getting the next task for host managed_node3 138029 1726888183.24771: done getting next task for host managed_node3 138029 1726888183.24774: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888183.24780: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.24792: getting variables 138029 1726888183.24794: in VariableManager get_vars() 138029 1726888183.24827: Calling all_inventory to load vars for managed_node3 138029 1726888183.24830: Calling groups_inventory to load vars for managed_node3 138029 1726888183.24833: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.24843: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.24845: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.24848: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.25287: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.25680: done with get_vars() 138029 1726888183.25693: done getting variables 138029 1726888183.25830: 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:09:43 -0400 (0:00:00.046) 0:03:15.982 ****** 138029 1726888183.25854: entering _queue_task() for managed_node3/include_tasks 138029 1726888183.26082: worker is 1 (out of 1 available) 138029 1726888183.26095: exiting _queue_task() for managed_node3/include_tasks 138029 1726888183.26107: done queuing things up, now waiting for results queue to drain 138029 1726888183.26109: waiting for pending results... 138029 1726888183.26308: running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888183.26398: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002028 138029 1726888183.26411: variable 'ansible_search_path' from source: unknown 138029 1726888183.26447: variable '_storage_volume_tests' from source: set_fact 138029 1726888183.26609: variable '_storage_volume_tests' from source: set_fact 138029 1726888183.26678: variable 'omit' from source: magic vars 138029 1726888183.26810: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.26816: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.26825: variable 'omit' from source: magic vars 138029 1726888183.26951: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.26983: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.27030: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.27167: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.27171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.27174: variable 'omit' from source: magic vars 138029 1726888183.27221: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.27245: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.27294: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.27354: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.27365: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.27375: variable 'omit' from source: magic vars 138029 1726888183.27450: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.27478: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.27522: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.27584: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.27590: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.27598: variable 'omit' from source: magic vars 138029 1726888183.27679: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.27701: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.27746: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.27810: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.27816: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.27824: variable 'omit' from source: magic vars 138029 1726888183.27904: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.27928: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.27976: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.28030: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.28039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.28050: variable 'omit' from source: magic vars 138029 1726888183.28124: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.28146: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.28195: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.28250: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.28261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.28266: variable 'omit' from source: magic vars 138029 1726888183.28342: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.28367: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.28412: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.28467: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.28477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.28491: variable 'omit' from source: magic vars 138029 1726888183.28560: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.28588: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.28631: variable 'storage_test_volume_subset' from source: unknown 138029 1726888183.28688: dumping result to json 138029 1726888183.28691: done dumping result, returning 138029 1726888183.28693: done running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-5a58-73a2-000000002028] 138029 1726888183.28696: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002028 138029 1726888183.28735: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002028 138029 1726888183.28737: WORKER PROCESS EXITING 138029 1726888183.28779: no more pending results, returning what we have 138029 1726888183.28784: in VariableManager get_vars() 138029 1726888183.28822: Calling all_inventory to load vars for managed_node3 138029 1726888183.28825: Calling groups_inventory to load vars for managed_node3 138029 1726888183.28828: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.28842: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.28845: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.28848: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.29290: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.29675: done with get_vars() 138029 1726888183.29688: variable 'ansible_search_path' from source: unknown 138029 1726888183.29714: variable 'ansible_search_path' from source: unknown 138029 1726888183.29732: variable 'ansible_search_path' from source: unknown 138029 1726888183.29747: variable 'ansible_search_path' from source: unknown 138029 1726888183.29765: variable 'ansible_search_path' from source: unknown 138029 1726888183.29780: variable 'ansible_search_path' from source: unknown 138029 1726888183.29794: variable 'ansible_search_path' from source: unknown 138029 1726888183.29808: variable 'ansible_search_path' from source: unknown 138029 1726888183.29821: we have included files to process 138029 1726888183.29822: generating all_blocks data 138029 1726888183.29824: done generating all_blocks data 138029 1726888183.29831: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888183.29832: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888183.29834: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888183.30531: done processing included file 138029 1726888183.30534: iterating over new_blocks loaded from include file 138029 1726888183.30534: in VariableManager get_vars() 138029 1726888183.30546: done with get_vars() 138029 1726888183.30547: filtering new block on tags 138029 1726888183.30674: done filtering new block on tags 138029 1726888183.30676: 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_node3 => (item=mount) 138029 1726888183.30680: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888183.30680: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888183.30687: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888183.31063: done processing included file 138029 1726888183.31065: iterating over new_blocks loaded from include file 138029 1726888183.31066: in VariableManager get_vars() 138029 1726888183.31077: done with get_vars() 138029 1726888183.31078: filtering new block on tags 138029 1726888183.31124: done filtering new block on tags 138029 1726888183.31126: 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_node3 => (item=fstab) 138029 1726888183.31128: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888183.31129: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888183.31131: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888183.31289: done processing included file 138029 1726888183.31290: iterating over new_blocks loaded from include file 138029 1726888183.31291: in VariableManager get_vars() 138029 1726888183.31301: done with get_vars() 138029 1726888183.31302: filtering new block on tags 138029 1726888183.31324: done filtering new block on tags 138029 1726888183.31325: 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_node3 => (item=fs) 138029 1726888183.31328: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888183.31328: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888183.31330: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888183.31735: done processing included file 138029 1726888183.31737: iterating over new_blocks loaded from include file 138029 1726888183.31738: in VariableManager get_vars() 138029 1726888183.31747: done with get_vars() 138029 1726888183.31748: filtering new block on tags 138029 1726888183.31807: done filtering new block on tags 138029 1726888183.31809: 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_node3 => (item=device) 138029 1726888183.31811: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888183.31812: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888183.31814: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888183.32902: done processing included file 138029 1726888183.32904: iterating over new_blocks loaded from include file 138029 1726888183.32904: in VariableManager get_vars() 138029 1726888183.32919: done with get_vars() 138029 1726888183.32920: filtering new block on tags 138029 1726888183.33033: done filtering new block on tags 138029 1726888183.33035: 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_node3 => (item=encryption) 138029 1726888183.33037: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888183.33038: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888183.33040: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888183.33643: done processing included file 138029 1726888183.33644: iterating over new_blocks loaded from include file 138029 1726888183.33645: in VariableManager get_vars() 138029 1726888183.33659: done with get_vars() 138029 1726888183.33661: filtering new block on tags 138029 1726888183.33735: done filtering new block on tags 138029 1726888183.33737: 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_node3 => (item=md) 138029 1726888183.33739: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888183.33739: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888183.33741: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888183.35270: done processing included file 138029 1726888183.35272: iterating over new_blocks loaded from include file 138029 1726888183.35273: in VariableManager get_vars() 138029 1726888183.35286: done with get_vars() 138029 1726888183.35288: filtering new block on tags 138029 1726888183.35338: done filtering new block on tags 138029 1726888183.35340: in VariableManager get_vars() 138029 1726888183.35349: done with get_vars() 138029 1726888183.35350: filtering new block on tags 138029 1726888183.35390: done filtering new block on tags 138029 1726888183.35392: in VariableManager get_vars() 138029 1726888183.35404: done with get_vars() 138029 1726888183.35405: filtering new block on tags 138029 1726888183.35519: done filtering new block on tags 138029 1726888183.35521: in VariableManager get_vars() 138029 1726888183.35531: done with get_vars() 138029 1726888183.35532: filtering new block on tags 138029 1726888183.35579: done filtering new block on tags 138029 1726888183.35580: 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_node3 => (item=size) 138029 1726888183.35583: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888183.35584: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888183.35586: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888183.36023: done processing included file 138029 1726888183.36024: iterating over new_blocks loaded from include file 138029 1726888183.36025: in VariableManager get_vars() 138029 1726888183.36035: done with get_vars() 138029 1726888183.36036: filtering new block on tags 138029 1726888183.36095: done filtering new block on tags 138029 1726888183.36097: 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_node3 => (item=cache) 138029 1726888183.36100: extending task lists for all hosts with included blocks 138029 1726888183.36297: done extending task lists 138029 1726888183.36298: done processing included files 138029 1726888183.36299: results queue empty 138029 1726888183.36299: checking for any_errors_fatal 138029 1726888183.36302: done checking for any_errors_fatal 138029 1726888183.36303: checking for max_fail_percentage 138029 1726888183.36304: done checking for max_fail_percentage 138029 1726888183.36304: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.36309: done checking to see if all hosts have failed 138029 1726888183.36309: getting the remaining hosts for this loop 138029 1726888183.36310: done getting the remaining hosts for this loop 138029 1726888183.36312: getting the next task for host managed_node3 138029 1726888183.36315: done getting next task for host managed_node3 138029 1726888183.36316: ^ task is: TASK: Get expected mount device based on device type 138029 1726888183.36319: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.36320: getting variables 138029 1726888183.36321: in VariableManager get_vars() 138029 1726888183.36327: Calling all_inventory to load vars for managed_node3 138029 1726888183.36329: Calling groups_inventory to load vars for managed_node3 138029 1726888183.36330: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.36334: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.36336: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.36337: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.36649: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.37020: done with get_vars() 138029 1726888183.37033: done getting variables 138029 1726888183.37062: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.112) 0:03:16.094 ****** 138029 1726888183.37085: entering _queue_task() for managed_node3/set_fact 138029 1726888183.37339: worker is 1 (out of 1 available) 138029 1726888183.37351: exiting _queue_task() for managed_node3/set_fact 138029 1726888183.37369: done queuing things up, now waiting for results queue to drain 138029 1726888183.37371: waiting for pending results... 138029 1726888183.37568: running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type 138029 1726888183.37654: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002210 138029 1726888183.37671: variable 'ansible_search_path' from source: unknown 138029 1726888183.37698: calling self._execute() 138029 1726888183.37794: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.37798: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.37807: variable 'omit' from source: magic vars 138029 1726888183.37891: variable 'omit' from source: magic vars 138029 1726888183.37940: variable 'omit' from source: magic vars 138029 1726888183.38192: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888183.38405: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888183.38437: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888183.38462: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888183.38496: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888183.38554: 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) 138029 1726888183.38577: 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) 138029 1726888183.38598: 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) 138029 1726888183.38615: 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) 138029 1726888183.38646: 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) 138029 1726888183.38662: 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) 138029 1726888183.38680: 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) 138029 1726888183.38700: 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) 138029 1726888183.38847: variable '_storage_test_volume_present' from source: set_fact 138029 1726888183.38851: variable 'storage_test_volume' from source: include params 138029 1726888183.38870: variable 'storage_test_pool' from source: include params 138029 1726888183.38915: variable 'omit' from source: magic vars 138029 1726888183.38933: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888183.38954: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888183.38971: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888183.38984: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.38992: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.39005: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888183.39018: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888183.39045: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888183.39048: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.39051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.39132: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888183.39136: Set connection var ansible_timeout to 10 138029 1726888183.39141: Set connection var ansible_pipelining to False 138029 1726888183.39144: Set connection var ansible_shell_type to sh 138029 1726888183.39146: Set connection var ansible_connection to ssh 138029 1726888183.39151: Set connection var ansible_shell_executable to /bin/sh 138029 1726888183.39173: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.39176: variable 'ansible_connection' from source: unknown 138029 1726888183.39178: variable 'ansible_module_compression' from source: unknown 138029 1726888183.39181: variable 'ansible_shell_type' from source: unknown 138029 1726888183.39183: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.39185: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.39187: variable 'ansible_pipelining' from source: unknown 138029 1726888183.39190: variable 'ansible_timeout' from source: unknown 138029 1726888183.39194: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.39271: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888183.39279: variable 'omit' from source: magic vars 138029 1726888183.39283: starting attempt loop 138029 1726888183.39286: running the handler 138029 1726888183.39295: handler run complete 138029 1726888183.39302: attempt loop complete, returning result 138029 1726888183.39305: _execute() done 138029 1726888183.39307: dumping result to json 138029 1726888183.39310: done dumping result, returning 138029 1726888183.39317: done running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type [0affc8a3-6f6f-5a58-73a2-000000002210] 138029 1726888183.39320: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002210 138029 1726888183.39404: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002210 138029 1726888183.39407: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv2" }, "changed": false } 138029 1726888183.39461: no more pending results, returning what we have 138029 1726888183.39473: results queue empty 138029 1726888183.39474: checking for any_errors_fatal 138029 1726888183.39475: done checking for any_errors_fatal 138029 1726888183.39476: checking for max_fail_percentage 138029 1726888183.39478: done checking for max_fail_percentage 138029 1726888183.39479: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.39479: done checking to see if all hosts have failed 138029 1726888183.39480: getting the remaining hosts for this loop 138029 1726888183.39482: done getting the remaining hosts for this loop 138029 1726888183.39486: getting the next task for host managed_node3 138029 1726888183.39493: done getting next task for host managed_node3 138029 1726888183.39496: ^ task is: TASK: Set some facts 138029 1726888183.39508: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.39512: getting variables 138029 1726888183.39514: in VariableManager get_vars() 138029 1726888183.39551: Calling all_inventory to load vars for managed_node3 138029 1726888183.39553: Calling groups_inventory to load vars for managed_node3 138029 1726888183.39558: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.39569: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.39571: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.39574: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.39991: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.40380: done with get_vars() 138029 1726888183.40393: done getting variables 138029 1726888183.40431: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.033) 0:03:16.128 ****** 138029 1726888183.40453: entering _queue_task() for managed_node3/set_fact 138029 1726888183.40676: worker is 1 (out of 1 available) 138029 1726888183.40689: exiting _queue_task() for managed_node3/set_fact 138029 1726888183.40702: done queuing things up, now waiting for results queue to drain 138029 1726888183.40704: waiting for pending results... 138029 1726888183.40889: running TaskExecutor() for managed_node3/TASK: Set some facts 138029 1726888183.40974: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002211 138029 1726888183.40987: variable 'ansible_search_path' from source: unknown 138029 1726888183.41015: calling self._execute() 138029 1726888183.41108: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.41112: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.41120: variable 'omit' from source: magic vars 138029 1726888183.41205: variable 'omit' from source: magic vars 138029 1726888183.41247: variable 'omit' from source: magic vars 138029 1726888183.41483: variable '_storage_test_volume_present' from source: set_fact 138029 1726888183.41489: variable 'storage_test_volume' from source: include params 138029 1726888183.41667: variable 'storage_test_volume' from source: include params 138029 1726888183.41676: variable 'mount_prefix' from source: task vars 138029 1726888183.41811: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888183.43434: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888183.43492: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888183.43519: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888183.43549: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888183.43574: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888183.43627: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888183.43654: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888183.43672: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888183.43697: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888183.43708: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888183.43814: variable '__storage_is_ostree' from source: set_fact 138029 1726888183.43818: variable 'storage_test_volume' from source: include params 138029 1726888183.43847: variable 'omit' from source: magic vars 138029 1726888183.43873: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888183.43892: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888183.43906: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888183.43918: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.43927: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.43939: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888183.43951: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888183.43981: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888183.43984: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.43987: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.44060: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888183.44066: Set connection var ansible_timeout to 10 138029 1726888183.44074: Set connection var ansible_pipelining to False 138029 1726888183.44076: Set connection var ansible_shell_type to sh 138029 1726888183.44080: Set connection var ansible_connection to ssh 138029 1726888183.44083: Set connection var ansible_shell_executable to /bin/sh 138029 1726888183.44105: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.44109: variable 'ansible_connection' from source: unknown 138029 1726888183.44111: variable 'ansible_module_compression' from source: unknown 138029 1726888183.44114: variable 'ansible_shell_type' from source: unknown 138029 1726888183.44116: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.44118: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.44120: variable 'ansible_pipelining' from source: unknown 138029 1726888183.44123: variable 'ansible_timeout' from source: unknown 138029 1726888183.44127: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.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=False) 138029 1726888183.44216: variable 'omit' from source: magic vars 138029 1726888183.44221: starting attempt loop 138029 1726888183.44224: running the handler 138029 1726888183.44233: handler run complete 138029 1726888183.44241: attempt loop complete, returning result 138029 1726888183.44243: _execute() done 138029 1726888183.44246: dumping result to json 138029 1726888183.44249: done dumping result, returning 138029 1726888183.44257: done running TaskExecutor() for managed_node3/TASK: Set some facts [0affc8a3-6f6f-5a58-73a2-000000002211] 138029 1726888183.44261: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002211 138029 1726888183.44345: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002211 138029 1726888183.44348: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test2", "storage_test_swap_expected_matches": "0" }, "changed": false } 138029 1726888183.44402: no more pending results, returning what we have 138029 1726888183.44405: results queue empty 138029 1726888183.44406: checking for any_errors_fatal 138029 1726888183.44412: done checking for any_errors_fatal 138029 1726888183.44413: checking for max_fail_percentage 138029 1726888183.44414: done checking for max_fail_percentage 138029 1726888183.44415: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.44417: done checking to see if all hosts have failed 138029 1726888183.44417: getting the remaining hosts for this loop 138029 1726888183.44419: done getting the remaining hosts for this loop 138029 1726888183.44422: getting the next task for host managed_node3 138029 1726888183.44430: done getting next task for host managed_node3 138029 1726888183.44433: ^ task is: TASK: Get information about the mountpoint directory 138029 1726888183.44438: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.44450: getting variables 138029 1726888183.44451: in VariableManager get_vars() 138029 1726888183.44492: Calling all_inventory to load vars for managed_node3 138029 1726888183.44495: Calling groups_inventory to load vars for managed_node3 138029 1726888183.44499: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.44508: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.44511: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.44513: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.45072: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.45440: done with get_vars() 138029 1726888183.45452: 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:09:43 -0400 (0:00:00.050) 0:03:16.178 ****** 138029 1726888183.45515: entering _queue_task() for managed_node3/stat 138029 1726888183.45753: worker is 1 (out of 1 available) 138029 1726888183.45770: exiting _queue_task() for managed_node3/stat 138029 1726888183.45782: done queuing things up, now waiting for results queue to drain 138029 1726888183.45784: waiting for pending results... 138029 1726888183.45972: running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory 138029 1726888183.46059: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002212 138029 1726888183.46111: variable 'ansible_search_path' from source: unknown 138029 1726888183.46248: calling self._execute() 138029 1726888183.46307: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.46311: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.46314: variable 'omit' from source: magic vars 138029 1726888183.46842: variable '_storage_test_volume_present' from source: set_fact 138029 1726888183.46849: variable 'storage_test_volume' from source: include params 138029 1726888183.46853: 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 138029 1726888183.46857: when evaluation is False, skipping this task 138029 1726888183.46859: _execute() done 138029 1726888183.46864: dumping result to json 138029 1726888183.46870: done dumping result, returning 138029 1726888183.46874: done running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-5a58-73a2-000000002212] 138029 1726888183.46877: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002212 138029 1726888183.46966: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002212 138029 1726888183.46969: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888183.47076: no more pending results, returning what we have 138029 1726888183.47080: results queue empty 138029 1726888183.47081: checking for any_errors_fatal 138029 1726888183.47087: done checking for any_errors_fatal 138029 1726888183.47087: checking for max_fail_percentage 138029 1726888183.47089: done checking for max_fail_percentage 138029 1726888183.47090: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.47090: done checking to see if all hosts have failed 138029 1726888183.47091: getting the remaining hosts for this loop 138029 1726888183.47092: done getting the remaining hosts for this loop 138029 1726888183.47095: getting the next task for host managed_node3 138029 1726888183.47100: done getting next task for host managed_node3 138029 1726888183.47101: ^ task is: TASK: Verify the current mount state by device 138029 1726888183.47105: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.47108: getting variables 138029 1726888183.47110: in VariableManager get_vars() 138029 1726888183.47131: Calling all_inventory to load vars for managed_node3 138029 1726888183.47133: Calling groups_inventory to load vars for managed_node3 138029 1726888183.47135: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.47160: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.47181: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.47185: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.47690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.48084: done with get_vars() 138029 1726888183.48104: done getting variables 138029 1726888183.48160: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.026) 0:03:16.205 ****** 138029 1726888183.48192: entering _queue_task() for managed_node3/assert 138029 1726888183.48454: worker is 1 (out of 1 available) 138029 1726888183.48467: exiting _queue_task() for managed_node3/assert 138029 1726888183.48479: done queuing things up, now waiting for results queue to drain 138029 1726888183.48481: waiting for pending results... 138029 1726888183.48875: running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device 138029 1726888183.48920: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002213 138029 1726888183.48942: variable 'ansible_search_path' from source: unknown 138029 1726888183.48990: calling self._execute() 138029 1726888183.49188: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.49192: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.49195: variable 'omit' from source: magic vars 138029 1726888183.49483: variable '_storage_test_volume_present' from source: set_fact 138029 1726888183.49495: Evaluated conditional (_storage_test_volume_present): True 138029 1726888183.49506: variable 'omit' from source: magic vars 138029 1726888183.49583: variable 'omit' from source: magic vars 138029 1726888183.49711: variable 'storage_test_volume' from source: include params 138029 1726888183.49772: variable 'omit' from source: magic vars 138029 1726888183.49817: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888183.49868: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888183.49897: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888183.49946: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.49949: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.49953: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888183.49973: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888183.49998: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888183.50001: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.50003: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.50103: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888183.50107: Set connection var ansible_timeout to 10 138029 1726888183.50112: Set connection var ansible_pipelining to False 138029 1726888183.50115: Set connection var ansible_shell_type to sh 138029 1726888183.50117: Set connection var ansible_connection to ssh 138029 1726888183.50122: Set connection var ansible_shell_executable to /bin/sh 138029 1726888183.50146: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.50149: variable 'ansible_connection' from source: unknown 138029 1726888183.50152: variable 'ansible_module_compression' from source: unknown 138029 1726888183.50154: variable 'ansible_shell_type' from source: unknown 138029 1726888183.50160: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.50162: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.50166: variable 'ansible_pipelining' from source: unknown 138029 1726888183.50169: variable 'ansible_timeout' from source: unknown 138029 1726888183.50171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.50279: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888183.50289: variable 'omit' from source: magic vars 138029 1726888183.50294: starting attempt loop 138029 1726888183.50297: running the handler 138029 1726888183.50423: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888183.50443: variable 'storage_test_volume' from source: include params 138029 1726888183.50459: variable 'storage_test_mount_expected_mount_point' from source: set_fact 138029 1726888183.50470: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 138029 1726888183.50473: handler run complete 138029 1726888183.50482: attempt loop complete, returning result 138029 1726888183.50485: _execute() done 138029 1726888183.50488: dumping result to json 138029 1726888183.50490: done dumping result, returning 138029 1726888183.50497: done running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device [0affc8a3-6f6f-5a58-73a2-000000002213] 138029 1726888183.50502: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002213 138029 1726888183.50595: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002213 138029 1726888183.50598: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888183.50647: no more pending results, returning what we have 138029 1726888183.50650: results queue empty 138029 1726888183.50651: checking for any_errors_fatal 138029 1726888183.50661: done checking for any_errors_fatal 138029 1726888183.50661: checking for max_fail_percentage 138029 1726888183.50663: done checking for max_fail_percentage 138029 1726888183.50666: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.50667: done checking to see if all hosts have failed 138029 1726888183.50668: getting the remaining hosts for this loop 138029 1726888183.50669: done getting the remaining hosts for this loop 138029 1726888183.50673: getting the next task for host managed_node3 138029 1726888183.50682: done getting next task for host managed_node3 138029 1726888183.50685: ^ task is: TASK: Verify mount directory user 138029 1726888183.50690: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.50695: getting variables 138029 1726888183.50696: in VariableManager get_vars() 138029 1726888183.50733: Calling all_inventory to load vars for managed_node3 138029 1726888183.50736: Calling groups_inventory to load vars for managed_node3 138029 1726888183.50745: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.50754: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.50759: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.50762: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.51154: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.51538: done with get_vars() 138029 1726888183.51550: done getting variables 138029 1726888183.51595: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.034) 0:03:16.239 ****** 138029 1726888183.51618: entering _queue_task() for managed_node3/assert 138029 1726888183.51841: worker is 1 (out of 1 available) 138029 1726888183.51853: exiting _queue_task() for managed_node3/assert 138029 1726888183.52068: done queuing things up, now waiting for results queue to drain 138029 1726888183.52070: waiting for pending results... 138029 1726888183.52272: running TaskExecutor() for managed_node3/TASK: Verify mount directory user 138029 1726888183.52324: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002214 138029 1726888183.52344: variable 'ansible_search_path' from source: unknown 138029 1726888183.52385: calling self._execute() 138029 1726888183.52503: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.52517: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.52529: variable 'omit' from source: magic vars 138029 1726888183.52931: variable '_storage_test_volume_present' from source: set_fact 138029 1726888183.52947: variable 'storage_test_volume' from source: include params 138029 1726888183.53058: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 138029 1726888183.53061: when evaluation is False, skipping this task 138029 1726888183.53063: _execute() done 138029 1726888183.53064: dumping result to json 138029 1726888183.53066: done dumping result, returning 138029 1726888183.53068: done running TaskExecutor() for managed_node3/TASK: Verify mount directory user [0affc8a3-6f6f-5a58-73a2-000000002214] 138029 1726888183.53070: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002214 138029 1726888183.53138: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002214 138029 1726888183.53142: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888183.53205: no more pending results, returning what we have 138029 1726888183.53209: results queue empty 138029 1726888183.53210: checking for any_errors_fatal 138029 1726888183.53222: done checking for any_errors_fatal 138029 1726888183.53223: checking for max_fail_percentage 138029 1726888183.53224: done checking for max_fail_percentage 138029 1726888183.53225: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.53226: done checking to see if all hosts have failed 138029 1726888183.53227: getting the remaining hosts for this loop 138029 1726888183.53229: done getting the remaining hosts for this loop 138029 1726888183.53232: getting the next task for host managed_node3 138029 1726888183.53239: done getting next task for host managed_node3 138029 1726888183.53241: ^ task is: TASK: Verify mount directory group 138029 1726888183.53247: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.53251: getting variables 138029 1726888183.53253: in VariableManager get_vars() 138029 1726888183.53289: Calling all_inventory to load vars for managed_node3 138029 1726888183.53292: Calling groups_inventory to load vars for managed_node3 138029 1726888183.53295: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.53307: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.53311: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.53314: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.54104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.54774: done with get_vars() 138029 1726888183.54789: done getting variables 138029 1726888183.54840: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.032) 0:03:16.272 ****** 138029 1726888183.54871: entering _queue_task() for managed_node3/assert 138029 1726888183.55389: worker is 1 (out of 1 available) 138029 1726888183.55398: exiting _queue_task() for managed_node3/assert 138029 1726888183.55410: done queuing things up, now waiting for results queue to drain 138029 1726888183.55411: waiting for pending results... 138029 1726888183.55542: running TaskExecutor() for managed_node3/TASK: Verify mount directory group 138029 1726888183.55748: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002215 138029 1726888183.55752: variable 'ansible_search_path' from source: unknown 138029 1726888183.55757: calling self._execute() 138029 1726888183.55867: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.55880: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.55898: variable 'omit' from source: magic vars 138029 1726888183.56331: variable '_storage_test_volume_present' from source: set_fact 138029 1726888183.56344: variable 'storage_test_volume' from source: include params 138029 1726888183.56381: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 138029 1726888183.56391: when evaluation is False, skipping this task 138029 1726888183.56402: _execute() done 138029 1726888183.56410: dumping result to json 138029 1726888183.56417: done dumping result, returning 138029 1726888183.56429: done running TaskExecutor() for managed_node3/TASK: Verify mount directory group [0affc8a3-6f6f-5a58-73a2-000000002215] 138029 1726888183.56440: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002215 138029 1726888183.56578: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002215 138029 1726888183.56582: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888183.56663: no more pending results, returning what we have 138029 1726888183.56666: results queue empty 138029 1726888183.56668: checking for any_errors_fatal 138029 1726888183.56676: done checking for any_errors_fatal 138029 1726888183.56677: checking for max_fail_percentage 138029 1726888183.56678: done checking for max_fail_percentage 138029 1726888183.56680: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.56681: done checking to see if all hosts have failed 138029 1726888183.56681: getting the remaining hosts for this loop 138029 1726888183.56684: done getting the remaining hosts for this loop 138029 1726888183.56688: getting the next task for host managed_node3 138029 1726888183.56696: done getting next task for host managed_node3 138029 1726888183.56699: ^ task is: TASK: Verify mount directory permissions 138029 1726888183.56706: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.56711: getting variables 138029 1726888183.56713: in VariableManager get_vars() 138029 1726888183.56747: Calling all_inventory to load vars for managed_node3 138029 1726888183.56750: Calling groups_inventory to load vars for managed_node3 138029 1726888183.56754: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.56769: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.56774: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.56777: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.57835: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.58457: done with get_vars() 138029 1726888183.58474: done getting variables 138029 1726888183.58532: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.036) 0:03:16.309 ****** 138029 1726888183.58570: entering _queue_task() for managed_node3/assert 138029 1726888183.59086: worker is 1 (out of 1 available) 138029 1726888183.59096: exiting _queue_task() for managed_node3/assert 138029 1726888183.59106: done queuing things up, now waiting for results queue to drain 138029 1726888183.59107: waiting for pending results... 138029 1726888183.59345: running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions 138029 1726888183.59352: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002216 138029 1726888183.59374: variable 'ansible_search_path' from source: unknown 138029 1726888183.59414: calling self._execute() 138029 1726888183.59541: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.59559: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.59574: variable 'omit' from source: magic vars 138029 1726888183.59997: variable '_storage_test_volume_present' from source: set_fact 138029 1726888183.60009: variable 'storage_test_volume' from source: include params 138029 1726888183.60045: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 138029 1726888183.60054: when evaluation is False, skipping this task 138029 1726888183.60064: _execute() done 138029 1726888183.60072: dumping result to json 138029 1726888183.60079: done dumping result, returning 138029 1726888183.60093: done running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions [0affc8a3-6f6f-5a58-73a2-000000002216] 138029 1726888183.60105: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002216 138029 1726888183.60463: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002216 138029 1726888183.60466: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888183.60504: no more pending results, returning what we have 138029 1726888183.60507: results queue empty 138029 1726888183.60508: checking for any_errors_fatal 138029 1726888183.60516: done checking for any_errors_fatal 138029 1726888183.60517: checking for max_fail_percentage 138029 1726888183.60519: done checking for max_fail_percentage 138029 1726888183.60520: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.60520: done checking to see if all hosts have failed 138029 1726888183.60521: getting the remaining hosts for this loop 138029 1726888183.60522: done getting the remaining hosts for this loop 138029 1726888183.60526: getting the next task for host managed_node3 138029 1726888183.60533: done getting next task for host managed_node3 138029 1726888183.60536: ^ task is: TASK: Get path of test volume device 138029 1726888183.60542: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.60546: getting variables 138029 1726888183.60548: in VariableManager get_vars() 138029 1726888183.60578: Calling all_inventory to load vars for managed_node3 138029 1726888183.60581: Calling groups_inventory to load vars for managed_node3 138029 1726888183.60584: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.60593: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.60596: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.60600: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.61193: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.61854: done with get_vars() 138029 1726888183.61871: done getting variables 138029 1726888183.61928: 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:09:43 -0400 (0:00:00.033) 0:03:16.343 ****** 138029 1726888183.61964: entering _queue_task() for managed_node3/command 138029 1726888183.62232: worker is 1 (out of 1 available) 138029 1726888183.62243: exiting _queue_task() for managed_node3/command 138029 1726888183.62459: done queuing things up, now waiting for results queue to drain 138029 1726888183.62462: waiting for pending results... 138029 1726888183.62552: running TaskExecutor() for managed_node3/TASK: Get path of test volume device 138029 1726888183.62706: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002217 138029 1726888183.62727: variable 'ansible_search_path' from source: unknown 138029 1726888183.62767: calling self._execute() 138029 1726888183.62893: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.62910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.62925: variable 'omit' from source: magic vars 138029 1726888183.63306: variable 'storage_test_volume' from source: include params 138029 1726888183.63350: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888183.63362: when evaluation is False, skipping this task 138029 1726888183.63370: _execute() done 138029 1726888183.63378: dumping result to json 138029 1726888183.63385: done dumping result, returning 138029 1726888183.63395: done running TaskExecutor() for managed_node3/TASK: Get path of test volume device [0affc8a3-6f6f-5a58-73a2-000000002217] 138029 1726888183.63449: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002217 138029 1726888183.63529: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002217 138029 1726888183.63533: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888183.63611: no more pending results, returning what we have 138029 1726888183.63617: results queue empty 138029 1726888183.63618: checking for any_errors_fatal 138029 1726888183.63628: done checking for any_errors_fatal 138029 1726888183.63629: checking for max_fail_percentage 138029 1726888183.63631: done checking for max_fail_percentage 138029 1726888183.63632: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.63634: done checking to see if all hosts have failed 138029 1726888183.63635: getting the remaining hosts for this loop 138029 1726888183.63636: done getting the remaining hosts for this loop 138029 1726888183.63641: getting the next task for host managed_node3 138029 1726888183.63650: done getting next task for host managed_node3 138029 1726888183.63653: ^ task is: TASK: Gather swap info 138029 1726888183.63661: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.63667: getting variables 138029 1726888183.63669: in VariableManager get_vars() 138029 1726888183.63707: Calling all_inventory to load vars for managed_node3 138029 1726888183.63711: Calling groups_inventory to load vars for managed_node3 138029 1726888183.63714: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.63728: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.63731: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.63735: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.64588: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.65253: done with get_vars() 138029 1726888183.65270: done getting variables 138029 1726888183.65328: 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:09:43 -0400 (0:00:00.034) 0:03:16.377 ****** 138029 1726888183.65368: entering _queue_task() for managed_node3/command 138029 1726888183.65633: worker is 1 (out of 1 available) 138029 1726888183.65646: exiting _queue_task() for managed_node3/command 138029 1726888183.65659: done queuing things up, now waiting for results queue to drain 138029 1726888183.65661: waiting for pending results... 138029 1726888183.66074: running TaskExecutor() for managed_node3/TASK: Gather swap info 138029 1726888183.66112: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002218 138029 1726888183.66134: variable 'ansible_search_path' from source: unknown 138029 1726888183.66181: calling self._execute() 138029 1726888183.66307: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.66320: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.66340: variable 'omit' from source: magic vars 138029 1726888183.66671: variable 'storage_test_volume' from source: include params 138029 1726888183.66696: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888183.66700: when evaluation is False, skipping this task 138029 1726888183.66703: _execute() done 138029 1726888183.66705: dumping result to json 138029 1726888183.66708: done dumping result, returning 138029 1726888183.66714: done running TaskExecutor() for managed_node3/TASK: Gather swap info [0affc8a3-6f6f-5a58-73a2-000000002218] 138029 1726888183.66726: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002218 138029 1726888183.66815: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002218 138029 1726888183.66819: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888183.66876: no more pending results, returning what we have 138029 1726888183.66880: results queue empty 138029 1726888183.66881: checking for any_errors_fatal 138029 1726888183.66888: done checking for any_errors_fatal 138029 1726888183.66889: checking for max_fail_percentage 138029 1726888183.66891: done checking for max_fail_percentage 138029 1726888183.66891: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.66892: done checking to see if all hosts have failed 138029 1726888183.66893: getting the remaining hosts for this loop 138029 1726888183.66894: done getting the remaining hosts for this loop 138029 1726888183.66898: getting the next task for host managed_node3 138029 1726888183.66905: done getting next task for host managed_node3 138029 1726888183.66907: ^ task is: TASK: Verify swap status 138029 1726888183.66912: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.66916: getting variables 138029 1726888183.66917: in VariableManager get_vars() 138029 1726888183.66946: Calling all_inventory to load vars for managed_node3 138029 1726888183.66948: Calling groups_inventory to load vars for managed_node3 138029 1726888183.66951: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.66961: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.66964: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.66969: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.67340: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.67722: done with get_vars() 138029 1726888183.67733: done getting variables 138029 1726888183.67780: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.024) 0:03:16.401 ****** 138029 1726888183.67804: entering _queue_task() for managed_node3/assert 138029 1726888183.68016: worker is 1 (out of 1 available) 138029 1726888183.68030: exiting _queue_task() for managed_node3/assert 138029 1726888183.68041: done queuing things up, now waiting for results queue to drain 138029 1726888183.68043: waiting for pending results... 138029 1726888183.68241: running TaskExecutor() for managed_node3/TASK: Verify swap status 138029 1726888183.68528: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002219 138029 1726888183.68533: variable 'ansible_search_path' from source: unknown 138029 1726888183.68536: calling self._execute() 138029 1726888183.68549: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.68568: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.68583: variable 'omit' from source: magic vars 138029 1726888183.69019: variable 'storage_test_volume' from source: include params 138029 1726888183.69058: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888183.69071: when evaluation is False, skipping this task 138029 1726888183.69091: _execute() done 138029 1726888183.69100: dumping result to json 138029 1726888183.69108: done dumping result, returning 138029 1726888183.69120: done running TaskExecutor() for managed_node3/TASK: Verify swap status [0affc8a3-6f6f-5a58-73a2-000000002219] 138029 1726888183.69132: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002219 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888183.69298: no more pending results, returning what we have 138029 1726888183.69302: results queue empty 138029 1726888183.69303: checking for any_errors_fatal 138029 1726888183.69315: done checking for any_errors_fatal 138029 1726888183.69315: checking for max_fail_percentage 138029 1726888183.69318: done checking for max_fail_percentage 138029 1726888183.69319: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.69320: done checking to see if all hosts have failed 138029 1726888183.69321: getting the remaining hosts for this loop 138029 1726888183.69322: done getting the remaining hosts for this loop 138029 1726888183.69326: getting the next task for host managed_node3 138029 1726888183.69336: done getting next task for host managed_node3 138029 1726888183.69339: ^ task is: TASK: Unset facts 138029 1726888183.69345: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.69350: getting variables 138029 1726888183.69352: in VariableManager get_vars() 138029 1726888183.69394: Calling all_inventory to load vars for managed_node3 138029 1726888183.69397: Calling groups_inventory to load vars for managed_node3 138029 1726888183.69401: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.69414: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.69418: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.69422: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.69946: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002219 138029 1726888183.69949: WORKER PROCESS EXITING 138029 1726888183.69960: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.70548: done with get_vars() 138029 1726888183.70562: done getting variables 138029 1726888183.70605: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.028) 0:03:16.429 ****** 138029 1726888183.70631: entering _queue_task() for managed_node3/set_fact 138029 1726888183.70853: worker is 1 (out of 1 available) 138029 1726888183.70867: exiting _queue_task() for managed_node3/set_fact 138029 1726888183.70879: done queuing things up, now waiting for results queue to drain 138029 1726888183.70881: waiting for pending results... 138029 1726888183.71079: running TaskExecutor() for managed_node3/TASK: Unset facts 138029 1726888183.71179: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000221a 138029 1726888183.71191: variable 'ansible_search_path' from source: unknown 138029 1726888183.71222: calling self._execute() 138029 1726888183.71322: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.71326: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.71336: variable 'omit' from source: magic vars 138029 1726888183.71423: variable 'omit' from source: magic vars 138029 1726888183.71474: variable 'omit' from source: magic vars 138029 1726888183.71499: variable 'omit' from source: magic vars 138029 1726888183.71532: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888183.71564: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888183.71584: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888183.71597: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.71608: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.71622: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888183.71635: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888183.71670: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888183.71675: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.71677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.71759: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888183.71764: Set connection var ansible_timeout to 10 138029 1726888183.71775: Set connection var ansible_pipelining to False 138029 1726888183.71778: Set connection var ansible_shell_type to sh 138029 1726888183.71781: Set connection var ansible_connection to ssh 138029 1726888183.71783: Set connection var ansible_shell_executable to /bin/sh 138029 1726888183.71804: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.71807: variable 'ansible_connection' from source: unknown 138029 1726888183.71809: variable 'ansible_module_compression' from source: unknown 138029 1726888183.71812: variable 'ansible_shell_type' from source: unknown 138029 1726888183.71814: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.71816: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.71819: variable 'ansible_pipelining' from source: unknown 138029 1726888183.71821: variable 'ansible_timeout' from source: unknown 138029 1726888183.71826: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.71938: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888183.71947: variable 'omit' from source: magic vars 138029 1726888183.71953: starting attempt loop 138029 1726888183.71958: running the handler 138029 1726888183.71971: handler run complete 138029 1726888183.71979: attempt loop complete, returning result 138029 1726888183.71982: _execute() done 138029 1726888183.71986: dumping result to json 138029 1726888183.71988: done dumping result, returning 138029 1726888183.71999: done running TaskExecutor() for managed_node3/TASK: Unset facts [0affc8a3-6f6f-5a58-73a2-00000000221a] 138029 1726888183.72002: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000221a 138029 1726888183.72089: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000221a 138029 1726888183.72092: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888183.72165: no more pending results, returning what we have 138029 1726888183.72168: results queue empty 138029 1726888183.72169: checking for any_errors_fatal 138029 1726888183.72179: done checking for any_errors_fatal 138029 1726888183.72179: checking for max_fail_percentage 138029 1726888183.72181: done checking for max_fail_percentage 138029 1726888183.72182: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.72182: done checking to see if all hosts have failed 138029 1726888183.72183: getting the remaining hosts for this loop 138029 1726888183.72185: done getting the remaining hosts for this loop 138029 1726888183.72188: getting the next task for host managed_node3 138029 1726888183.72199: done getting next task for host managed_node3 138029 1726888183.72202: ^ task is: TASK: Set some variables for fstab checking 138029 1726888183.72209: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.72213: getting variables 138029 1726888183.72214: in VariableManager get_vars() 138029 1726888183.72241: Calling all_inventory to load vars for managed_node3 138029 1726888183.72243: Calling groups_inventory to load vars for managed_node3 138029 1726888183.72246: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.72254: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.72261: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.72264: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.72661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.73060: done with get_vars() 138029 1726888183.73072: done getting variables 138029 1726888183.73110: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.025) 0:03:16.454 ****** 138029 1726888183.73135: entering _queue_task() for managed_node3/set_fact 138029 1726888183.73343: worker is 1 (out of 1 available) 138029 1726888183.73357: exiting _queue_task() for managed_node3/set_fact 138029 1726888183.73371: done queuing things up, now waiting for results queue to drain 138029 1726888183.73372: waiting for pending results... 138029 1726888183.73560: running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking 138029 1726888183.73661: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000221e 138029 1726888183.73675: variable 'ansible_search_path' from source: unknown 138029 1726888183.73703: calling self._execute() 138029 1726888183.73798: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.73802: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.73811: variable 'omit' from source: magic vars 138029 1726888183.73897: variable 'omit' from source: magic vars 138029 1726888183.73942: variable 'omit' from source: magic vars 138029 1726888183.74173: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888183.75660: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888183.75718: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888183.75744: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888183.75781: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888183.75798: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888183.75854: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888183.75878: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888183.75899: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888183.75925: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888183.75936: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888183.75973: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888183.75988: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888183.76009: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888183.76032: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888183.76043: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888183.76090: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888183.76112: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888183.76127: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888183.76150: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888183.76163: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888183.76288: variable 'storage_test_fstab' from source: set_fact 138029 1726888183.76299: variable 'storage_test_volume' from source: include params 138029 1726888183.76391: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888183.76501: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888183.76526: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888183.76551: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888183.76578: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888183.76616: 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) 138029 1726888183.76633: 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) 138029 1726888183.76651: 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) 138029 1726888183.76675: 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) 138029 1726888183.76827: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888183.76843: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888183.76862: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888183.76890: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888183.76900: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888183.77035: variable '__mount_point' from source: task vars 138029 1726888183.77092: variable 'storage_test_volume' from source: include params 138029 1726888183.77110: variable 'storage_test_fstab' from source: set_fact 138029 1726888183.77308: variable '_storage_test_volume_present' from source: set_fact 138029 1726888183.77311: variable '__mount_point' from source: task vars 138029 1726888183.77358: variable 'storage_test_volume' from source: include params 138029 1726888183.77371: variable 'storage_test_volume' from source: include params 138029 1726888183.77478: variable '_storage_test_volume_present' from source: set_fact 138029 1726888183.77482: variable '__mount_point' from source: task vars 138029 1726888183.77531: variable 'storage_test_volume' from source: include params 138029 1726888183.77756: variable '__mount_options' from source: task vars 138029 1726888183.77805: variable 'storage_test_volume' from source: include params 138029 1726888183.77817: variable '__mount_point' from source: task vars 138029 1726888183.77870: variable 'storage_test_volume' from source: include params 138029 1726888183.77879: variable 'storage_test_fstab' from source: set_fact 138029 1726888183.77886: variable '__pattern' from source: task vars 138029 1726888183.77942: variable '__mount_point' from source: task vars 138029 1726888183.77992: variable 'storage_test_volume' from source: include params 138029 1726888183.78003: variable '__mount_options' from source: task vars 138029 1726888183.78049: variable 'storage_test_volume' from source: include params 138029 1726888183.78160: variable '_storage_test_volume_present' from source: set_fact 138029 1726888183.78167: variable '__mount_options' from source: task vars 138029 1726888183.78214: variable 'storage_test_volume' from source: include params 138029 1726888183.78234: variable 'omit' from source: magic vars 138029 1726888183.78257: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888183.78286: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888183.78297: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888183.78310: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.78318: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.78331: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888183.78343: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888183.78370: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888183.78373: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.78375: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.78454: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888183.78463: Set connection var ansible_timeout to 10 138029 1726888183.78469: Set connection var ansible_pipelining to False 138029 1726888183.78471: Set connection var ansible_shell_type to sh 138029 1726888183.78473: Set connection var ansible_connection to ssh 138029 1726888183.78475: Set connection var ansible_shell_executable to /bin/sh 138029 1726888183.78493: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.78504: variable 'ansible_connection' from source: unknown 138029 1726888183.78507: variable 'ansible_module_compression' from source: unknown 138029 1726888183.78509: variable 'ansible_shell_type' from source: unknown 138029 1726888183.78512: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.78514: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.78516: variable 'ansible_pipelining' from source: unknown 138029 1726888183.78518: variable 'ansible_timeout' from source: unknown 138029 1726888183.78519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.78590: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888183.78600: variable 'omit' from source: magic vars 138029 1726888183.78609: starting attempt loop 138029 1726888183.78612: running the handler 138029 1726888183.78621: handler run complete 138029 1726888183.78630: attempt loop complete, returning result 138029 1726888183.78632: _execute() done 138029 1726888183.78635: dumping result to json 138029 1726888183.78637: done dumping result, returning 138029 1726888183.78644: done running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking [0affc8a3-6f6f-5a58-73a2-00000000221e] 138029 1726888183.78649: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000221e 138029 1726888183.78740: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000221e 138029 1726888183.78743: WORKER PROCESS EXITING ok: [managed_node3] => { "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=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } 138029 1726888183.78812: no more pending results, returning what we have 138029 1726888183.78815: results queue empty 138029 1726888183.78816: checking for any_errors_fatal 138029 1726888183.78826: done checking for any_errors_fatal 138029 1726888183.78827: checking for max_fail_percentage 138029 1726888183.78829: done checking for max_fail_percentage 138029 1726888183.78829: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.78830: done checking to see if all hosts have failed 138029 1726888183.78831: getting the remaining hosts for this loop 138029 1726888183.78832: done getting the remaining hosts for this loop 138029 1726888183.78836: getting the next task for host managed_node3 138029 1726888183.78844: done getting next task for host managed_node3 138029 1726888183.78846: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888183.78858: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.78874: getting variables 138029 1726888183.78876: in VariableManager get_vars() 138029 1726888183.78908: Calling all_inventory to load vars for managed_node3 138029 1726888183.78910: Calling groups_inventory to load vars for managed_node3 138029 1726888183.78913: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.78922: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.78925: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.78928: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.79342: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.79737: done with get_vars() 138029 1726888183.79749: done getting variables 138029 1726888183.79797: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.066) 0:03:16.521 ****** 138029 1726888183.79821: entering _queue_task() for managed_node3/assert 138029 1726888183.80044: worker is 1 (out of 1 available) 138029 1726888183.80059: exiting _queue_task() for managed_node3/assert 138029 1726888183.80073: done queuing things up, now waiting for results queue to drain 138029 1726888183.80075: waiting for pending results... 138029 1726888183.80266: running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888183.80351: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000221f 138029 1726888183.80367: variable 'ansible_search_path' from source: unknown 138029 1726888183.80393: calling self._execute() 138029 1726888183.80488: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.80493: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.80501: variable 'omit' from source: magic vars 138029 1726888183.80834: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888183.82840: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888183.82896: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888183.82923: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888183.82952: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888183.82975: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888183.83045: variable '_storage_test_volume_present' from source: set_fact 138029 1726888183.83065: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888183.83074: variable 'omit' from source: magic vars 138029 1726888183.83115: variable 'omit' from source: magic vars 138029 1726888183.83140: variable 'omit' from source: magic vars 138029 1726888183.83168: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888183.83192: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888183.83207: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888183.83220: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.83228: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.83241: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888183.83256: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888183.83283: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888183.83286: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.83288: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.83368: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888183.83380: Set connection var ansible_timeout to 10 138029 1726888183.83384: Set connection var ansible_pipelining to False 138029 1726888183.83386: Set connection var ansible_shell_type to sh 138029 1726888183.83388: Set connection var ansible_connection to ssh 138029 1726888183.83390: Set connection var ansible_shell_executable to /bin/sh 138029 1726888183.83410: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.83412: variable 'ansible_connection' from source: unknown 138029 1726888183.83415: variable 'ansible_module_compression' from source: unknown 138029 1726888183.83417: variable 'ansible_shell_type' from source: unknown 138029 1726888183.83420: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.83422: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.83425: variable 'ansible_pipelining' from source: unknown 138029 1726888183.83427: variable 'ansible_timeout' from source: unknown 138029 1726888183.83432: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.83514: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888183.83523: variable 'omit' from source: magic vars 138029 1726888183.83528: starting attempt loop 138029 1726888183.83531: running the handler 138029 1726888183.83650: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888183.83673: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888183.83691: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888183.83720: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888183.83731: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888183.83764: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888183.83782: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888183.83799: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888183.83827: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888183.83837: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888183.83908: variable 'storage_test_fstab_id_matches' from source: set_fact 138029 1726888183.83915: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 138029 1726888183.83932: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 138029 1726888183.83937: handler run complete 138029 1726888183.83947: attempt loop complete, returning result 138029 1726888183.83950: _execute() done 138029 1726888183.83952: dumping result to json 138029 1726888183.83956: done dumping result, returning 138029 1726888183.83964: done running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-5a58-73a2-00000000221f] 138029 1726888183.83971: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000221f 138029 1726888183.84057: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000221f 138029 1726888183.84060: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888183.84128: no more pending results, returning what we have 138029 1726888183.84131: results queue empty 138029 1726888183.84132: checking for any_errors_fatal 138029 1726888183.84140: done checking for any_errors_fatal 138029 1726888183.84141: checking for max_fail_percentage 138029 1726888183.84142: done checking for max_fail_percentage 138029 1726888183.84143: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.84144: done checking to see if all hosts have failed 138029 1726888183.84145: getting the remaining hosts for this loop 138029 1726888183.84146: done getting the remaining hosts for this loop 138029 1726888183.84150: getting the next task for host managed_node3 138029 1726888183.84161: done getting next task for host managed_node3 138029 1726888183.84164: ^ task is: TASK: Verify the fstab mount point 138029 1726888183.84169: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.84176: getting variables 138029 1726888183.84178: in VariableManager get_vars() 138029 1726888183.84215: Calling all_inventory to load vars for managed_node3 138029 1726888183.84217: Calling groups_inventory to load vars for managed_node3 138029 1726888183.84220: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.84230: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.84233: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.84235: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.84977: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.85621: done with get_vars() 138029 1726888183.85635: done getting variables 138029 1726888183.85696: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.059) 0:03:16.580 ****** 138029 1726888183.85729: entering _queue_task() for managed_node3/assert 138029 1726888183.86003: worker is 1 (out of 1 available) 138029 1726888183.86015: exiting _queue_task() for managed_node3/assert 138029 1726888183.86027: done queuing things up, now waiting for results queue to drain 138029 1726888183.86028: waiting for pending results... 138029 1726888183.86479: running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point 138029 1726888183.86493: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002220 138029 1726888183.86512: variable 'ansible_search_path' from source: unknown 138029 1726888183.86551: calling self._execute() 138029 1726888183.86683: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.86697: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.86712: variable 'omit' from source: magic vars 138029 1726888183.86837: variable 'omit' from source: magic vars 138029 1726888183.86923: variable 'omit' from source: magic vars 138029 1726888183.87165: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888183.87175: variable 'storage_test_volume' from source: include params 138029 1726888183.87212: variable 'omit' from source: magic vars 138029 1726888183.87243: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888183.87277: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888183.87292: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888183.87306: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.87316: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.87330: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888183.87343: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888183.87373: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888183.87377: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.87380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.87460: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888183.87465: Set connection var ansible_timeout to 10 138029 1726888183.87475: Set connection var ansible_pipelining to False 138029 1726888183.87477: Set connection var ansible_shell_type to sh 138029 1726888183.87480: Set connection var ansible_connection to ssh 138029 1726888183.87482: Set connection var ansible_shell_executable to /bin/sh 138029 1726888183.87504: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.87507: variable 'ansible_connection' from source: unknown 138029 1726888183.87510: variable 'ansible_module_compression' from source: unknown 138029 1726888183.87512: variable 'ansible_shell_type' from source: unknown 138029 1726888183.87515: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.87517: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.87520: variable 'ansible_pipelining' from source: unknown 138029 1726888183.87522: variable 'ansible_timeout' from source: unknown 138029 1726888183.87524: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.87632: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888183.87641: variable 'omit' from source: magic vars 138029 1726888183.87646: starting attempt loop 138029 1726888183.87649: running the handler 138029 1726888183.87784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888183.89839: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888183.89865: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888183.89894: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888183.89922: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888183.89938: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888183.89993: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888183.90012: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888183.90032: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888183.90058: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888183.90081: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888183.90115: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888183.90130: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888183.90149: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888183.90188: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888183.90198: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888183.90276: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 138029 1726888183.90281: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888183.90292: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 138029 1726888183.90298: handler run complete 138029 1726888183.90308: attempt loop complete, returning result 138029 1726888183.90311: _execute() done 138029 1726888183.90313: dumping result to json 138029 1726888183.90315: done dumping result, returning 138029 1726888183.90323: done running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point [0affc8a3-6f6f-5a58-73a2-000000002220] 138029 1726888183.90328: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002220 138029 1726888183.90412: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002220 138029 1726888183.90415: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888183.90473: no more pending results, returning what we have 138029 1726888183.90476: results queue empty 138029 1726888183.90477: checking for any_errors_fatal 138029 1726888183.90483: done checking for any_errors_fatal 138029 1726888183.90484: checking for max_fail_percentage 138029 1726888183.90486: done checking for max_fail_percentage 138029 1726888183.90487: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.90488: done checking to see if all hosts have failed 138029 1726888183.90488: getting the remaining hosts for this loop 138029 1726888183.90490: done getting the remaining hosts for this loop 138029 1726888183.90493: getting the next task for host managed_node3 138029 1726888183.90501: done getting next task for host managed_node3 138029 1726888183.90503: ^ task is: TASK: Verify mount_options 138029 1726888183.90507: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.90512: getting variables 138029 1726888183.90513: in VariableManager get_vars() 138029 1726888183.90554: Calling all_inventory to load vars for managed_node3 138029 1726888183.90559: Calling groups_inventory to load vars for managed_node3 138029 1726888183.90562: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.90574: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.90577: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.90581: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.90982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.91549: done with get_vars() 138029 1726888183.91563: done getting variables 138029 1726888183.91605: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.058) 0:03:16.639 ****** 138029 1726888183.91629: entering _queue_task() for managed_node3/assert 138029 1726888183.91846: worker is 1 (out of 1 available) 138029 1726888183.91861: exiting _queue_task() for managed_node3/assert 138029 1726888183.91876: done queuing things up, now waiting for results queue to drain 138029 1726888183.91878: waiting for pending results... 138029 1726888183.92068: running TaskExecutor() for managed_node3/TASK: Verify mount_options 138029 1726888183.92173: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002221 138029 1726888183.92185: variable 'ansible_search_path' from source: unknown 138029 1726888183.92217: calling self._execute() 138029 1726888183.92307: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.92311: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.92320: variable 'omit' from source: magic vars 138029 1726888183.92596: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888183.94444: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888183.94504: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888183.94531: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888183.94569: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888183.94609: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888183.94675: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888183.94712: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888183.94749: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888183.94785: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888183.94819: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888183.94916: Evaluated conditional (__storage_verify_mount_options | d(false)): False 138029 1726888183.94920: when evaluation is False, skipping this task 138029 1726888183.94923: _execute() done 138029 1726888183.94931: dumping result to json 138029 1726888183.94935: done dumping result, returning 138029 1726888183.94937: done running TaskExecutor() for managed_node3/TASK: Verify mount_options [0affc8a3-6f6f-5a58-73a2-000000002221] 138029 1726888183.94939: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002221 138029 1726888183.95129: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002221 138029 1726888183.95133: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 138029 1726888183.95220: no more pending results, returning what we have 138029 1726888183.95223: results queue empty 138029 1726888183.95224: checking for any_errors_fatal 138029 1726888183.95230: done checking for any_errors_fatal 138029 1726888183.95230: checking for max_fail_percentage 138029 1726888183.95232: done checking for max_fail_percentage 138029 1726888183.95233: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.95234: done checking to see if all hosts have failed 138029 1726888183.95234: getting the remaining hosts for this loop 138029 1726888183.95236: done getting the remaining hosts for this loop 138029 1726888183.95239: getting the next task for host managed_node3 138029 1726888183.95250: done getting next task for host managed_node3 138029 1726888183.95252: ^ task is: TASK: Verify fingerprint 138029 1726888183.95263: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.95269: getting variables 138029 1726888183.95270: in VariableManager get_vars() 138029 1726888183.95306: Calling all_inventory to load vars for managed_node3 138029 1726888183.95309: Calling groups_inventory to load vars for managed_node3 138029 1726888183.95312: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.95325: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.95329: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.95333: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.96060: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.96649: done with get_vars() 138029 1726888183.96662: done getting variables 138029 1726888183.96716: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.051) 0:03:16.690 ****** 138029 1726888183.96740: entering _queue_task() for managed_node3/assert 138029 1726888183.97020: worker is 1 (out of 1 available) 138029 1726888183.97035: exiting _queue_task() for managed_node3/assert 138029 1726888183.97050: done queuing things up, now waiting for results queue to drain 138029 1726888183.97052: waiting for pending results... 138029 1726888183.97363: running TaskExecutor() for managed_node3/TASK: Verify fingerprint 138029 1726888183.97463: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002222 138029 1726888183.97485: variable 'ansible_search_path' from source: unknown 138029 1726888183.97538: calling self._execute() 138029 1726888183.97629: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.97633: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.97636: variable 'omit' from source: magic vars 138029 1726888183.97751: variable 'omit' from source: magic vars 138029 1726888183.97815: variable 'omit' from source: magic vars 138029 1726888183.97837: variable 'omit' from source: magic vars 138029 1726888183.97872: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888183.97901: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888183.97916: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888183.97930: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.97942: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888183.97957: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888183.97971: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888183.97993: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888183.97997: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.97999: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.98083: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888183.98086: Set connection var ansible_timeout to 10 138029 1726888183.98093: Set connection var ansible_pipelining to False 138029 1726888183.98095: Set connection var ansible_shell_type to sh 138029 1726888183.98097: Set connection var ansible_connection to ssh 138029 1726888183.98102: Set connection var ansible_shell_executable to /bin/sh 138029 1726888183.98124: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.98126: variable 'ansible_connection' from source: unknown 138029 1726888183.98129: variable 'ansible_module_compression' from source: unknown 138029 1726888183.98131: variable 'ansible_shell_type' from source: unknown 138029 1726888183.98133: variable 'ansible_shell_executable' from source: unknown 138029 1726888183.98135: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888183.98140: variable 'ansible_pipelining' from source: unknown 138029 1726888183.98142: variable 'ansible_timeout' from source: unknown 138029 1726888183.98146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888183.98251: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888183.98263: variable 'omit' from source: magic vars 138029 1726888183.98270: starting attempt loop 138029 1726888183.98272: running the handler 138029 1726888183.98478: variable '__fingerprint' from source: task vars 138029 1726888183.98481: variable 'storage_test_fstab' from source: set_fact 138029 1726888183.98501: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 138029 1726888183.98507: handler run complete 138029 1726888183.98517: attempt loop complete, returning result 138029 1726888183.98519: _execute() done 138029 1726888183.98522: dumping result to json 138029 1726888183.98525: done dumping result, returning 138029 1726888183.98531: done running TaskExecutor() for managed_node3/TASK: Verify fingerprint [0affc8a3-6f6f-5a58-73a2-000000002222] 138029 1726888183.98536: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002222 138029 1726888183.98627: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002222 138029 1726888183.98629: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888183.98681: no more pending results, returning what we have 138029 1726888183.98685: results queue empty 138029 1726888183.98686: checking for any_errors_fatal 138029 1726888183.98691: done checking for any_errors_fatal 138029 1726888183.98692: checking for max_fail_percentage 138029 1726888183.98693: done checking for max_fail_percentage 138029 1726888183.98694: checking to see if all hosts have failed and the running result is not ok 138029 1726888183.98695: done checking to see if all hosts have failed 138029 1726888183.98696: getting the remaining hosts for this loop 138029 1726888183.98697: done getting the remaining hosts for this loop 138029 1726888183.98700: getting the next task for host managed_node3 138029 1726888183.98707: done getting next task for host managed_node3 138029 1726888183.98709: ^ task is: TASK: Clean up variables 138029 1726888183.98714: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888183.98718: getting variables 138029 1726888183.98719: in VariableManager get_vars() 138029 1726888183.98784: Calling all_inventory to load vars for managed_node3 138029 1726888183.98787: Calling groups_inventory to load vars for managed_node3 138029 1726888183.98790: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888183.98798: Calling all_plugins_play to load vars for managed_node3 138029 1726888183.98800: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888183.98803: Calling groups_plugins_play to load vars for managed_node3 138029 1726888183.99176: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888183.99574: done with get_vars() 138029 1726888183.99584: done getting variables 138029 1726888183.99621: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:43 -0400 (0:00:00.029) 0:03:16.720 ****** 138029 1726888183.99646: entering _queue_task() for managed_node3/set_fact 138029 1726888183.99864: worker is 1 (out of 1 available) 138029 1726888183.99879: exiting _queue_task() for managed_node3/set_fact 138029 1726888183.99890: done queuing things up, now waiting for results queue to drain 138029 1726888183.99893: waiting for pending results... 138029 1726888184.00139: running TaskExecutor() for managed_node3/TASK: Clean up variables 138029 1726888184.00227: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002223 138029 1726888184.00265: variable 'ansible_search_path' from source: unknown 138029 1726888184.00335: calling self._execute() 138029 1726888184.00429: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.00434: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.00442: variable 'omit' from source: magic vars 138029 1726888184.00529: variable 'omit' from source: magic vars 138029 1726888184.00581: variable 'omit' from source: magic vars 138029 1726888184.00608: variable 'omit' from source: magic vars 138029 1726888184.00640: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888184.00675: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888184.00691: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888184.00705: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.00718: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.00731: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888184.00743: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888184.00770: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888184.00773: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.00776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.00859: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888184.00862: Set connection var ansible_timeout to 10 138029 1726888184.00870: Set connection var ansible_pipelining to False 138029 1726888184.00872: Set connection var ansible_shell_type to sh 138029 1726888184.00875: Set connection var ansible_connection to ssh 138029 1726888184.00879: Set connection var ansible_shell_executable to /bin/sh 138029 1726888184.00903: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.00906: variable 'ansible_connection' from source: unknown 138029 1726888184.00908: variable 'ansible_module_compression' from source: unknown 138029 1726888184.00911: variable 'ansible_shell_type' from source: unknown 138029 1726888184.00913: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.00915: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.00917: variable 'ansible_pipelining' from source: unknown 138029 1726888184.00919: variable 'ansible_timeout' from source: unknown 138029 1726888184.00924: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.01036: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888184.01045: variable 'omit' from source: magic vars 138029 1726888184.01050: starting attempt loop 138029 1726888184.01053: running the handler 138029 1726888184.01064: handler run complete 138029 1726888184.01075: attempt loop complete, returning result 138029 1726888184.01077: _execute() done 138029 1726888184.01080: dumping result to json 138029 1726888184.01082: done dumping result, returning 138029 1726888184.01090: done running TaskExecutor() for managed_node3/TASK: Clean up variables [0affc8a3-6f6f-5a58-73a2-000000002223] 138029 1726888184.01094: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002223 138029 1726888184.01182: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002223 138029 1726888184.01185: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888184.01270: no more pending results, returning what we have 138029 1726888184.01272: results queue empty 138029 1726888184.01273: checking for any_errors_fatal 138029 1726888184.01279: done checking for any_errors_fatal 138029 1726888184.01279: checking for max_fail_percentage 138029 1726888184.01281: done checking for max_fail_percentage 138029 1726888184.01281: checking to see if all hosts have failed and the running result is not ok 138029 1726888184.01282: done checking to see if all hosts have failed 138029 1726888184.01283: getting the remaining hosts for this loop 138029 1726888184.01284: done getting the remaining hosts for this loop 138029 1726888184.01287: getting the next task for host managed_node3 138029 1726888184.01295: done getting next task for host managed_node3 138029 1726888184.01297: ^ task is: TASK: Verify fs type 138029 1726888184.01302: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888184.01306: getting variables 138029 1726888184.01307: in VariableManager get_vars() 138029 1726888184.01332: Calling all_inventory to load vars for managed_node3 138029 1726888184.01334: Calling groups_inventory to load vars for managed_node3 138029 1726888184.01336: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888184.01344: Calling all_plugins_play to load vars for managed_node3 138029 1726888184.01346: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888184.01348: Calling groups_plugins_play to load vars for managed_node3 138029 1726888184.01698: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888184.02097: done with get_vars() 138029 1726888184.02108: done getting variables 138029 1726888184.02145: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:44 -0400 (0:00:00.025) 0:03:16.745 ****** 138029 1726888184.02170: entering _queue_task() for managed_node3/assert 138029 1726888184.02357: worker is 1 (out of 1 available) 138029 1726888184.02369: exiting _queue_task() for managed_node3/assert 138029 1726888184.02381: done queuing things up, now waiting for results queue to drain 138029 1726888184.02383: waiting for pending results... 138029 1726888184.02562: running TaskExecutor() for managed_node3/TASK: Verify fs type 138029 1726888184.02650: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002227 138029 1726888184.02663: variable 'ansible_search_path' from source: unknown 138029 1726888184.02691: calling self._execute() 138029 1726888184.02781: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.02786: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.02794: variable 'omit' from source: magic vars 138029 1726888184.03260: variable 'storage_test_volume' from source: include params 138029 1726888184.03264: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888184.03357: variable 'storage_test_volume' from source: include params 138029 1726888184.03419: Evaluated conditional (storage_test_volume.fs_type): True 138029 1726888184.03488: variable '_storage_test_volume_present' from source: set_fact 138029 1726888184.03493: Evaluated conditional (_storage_test_volume_present): True 138029 1726888184.03500: variable 'omit' from source: magic vars 138029 1726888184.03660: variable 'omit' from source: magic vars 138029 1726888184.03663: variable 'omit' from source: magic vars 138029 1726888184.03666: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888184.03688: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888184.03721: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888184.03742: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.03778: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.03781: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888184.03859: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888184.03865: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888184.03869: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.03871: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.03961: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888184.03968: Set connection var ansible_timeout to 10 138029 1726888184.03972: Set connection var ansible_pipelining to False 138029 1726888184.03976: Set connection var ansible_shell_type to sh 138029 1726888184.03979: Set connection var ansible_connection to ssh 138029 1726888184.03982: Set connection var ansible_shell_executable to /bin/sh 138029 1726888184.04002: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.04005: variable 'ansible_connection' from source: unknown 138029 1726888184.04012: variable 'ansible_module_compression' from source: unknown 138029 1726888184.04015: variable 'ansible_shell_type' from source: unknown 138029 1726888184.04017: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.04019: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.04022: variable 'ansible_pipelining' from source: unknown 138029 1726888184.04024: variable 'ansible_timeout' from source: unknown 138029 1726888184.04026: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.04184: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888184.04187: variable 'omit' from source: magic vars 138029 1726888184.04190: starting attempt loop 138029 1726888184.04192: running the handler 138029 1726888184.04463: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888184.06446: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888184.06493: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888184.06519: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888184.06543: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888184.06569: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888184.06616: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888184.06636: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888184.06652: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888184.06686: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888184.06693: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888184.06826: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888184.06844: variable 'storage_test_volume' from source: include params 138029 1726888184.06859: 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 138029 1726888184.06868: handler run complete 138029 1726888184.06876: attempt loop complete, returning result 138029 1726888184.06880: _execute() done 138029 1726888184.06882: dumping result to json 138029 1726888184.06884: done dumping result, returning 138029 1726888184.06891: done running TaskExecutor() for managed_node3/TASK: Verify fs type [0affc8a3-6f6f-5a58-73a2-000000002227] 138029 1726888184.06908: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002227 138029 1726888184.07017: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002227 138029 1726888184.07022: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888184.07111: no more pending results, returning what we have 138029 1726888184.07118: results queue empty 138029 1726888184.07119: checking for any_errors_fatal 138029 1726888184.07128: done checking for any_errors_fatal 138029 1726888184.07129: checking for max_fail_percentage 138029 1726888184.07131: done checking for max_fail_percentage 138029 1726888184.07131: checking to see if all hosts have failed and the running result is not ok 138029 1726888184.07132: done checking to see if all hosts have failed 138029 1726888184.07133: getting the remaining hosts for this loop 138029 1726888184.07135: done getting the remaining hosts for this loop 138029 1726888184.07138: getting the next task for host managed_node3 138029 1726888184.07153: done getting next task for host managed_node3 138029 1726888184.07156: ^ task is: TASK: Verify fs label 138029 1726888184.07161: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888184.07167: getting variables 138029 1726888184.07169: in VariableManager get_vars() 138029 1726888184.07205: Calling all_inventory to load vars for managed_node3 138029 1726888184.07210: Calling groups_inventory to load vars for managed_node3 138029 1726888184.07213: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888184.07224: Calling all_plugins_play to load vars for managed_node3 138029 1726888184.07227: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888184.07230: Calling groups_plugins_play to load vars for managed_node3 138029 1726888184.07662: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888184.08227: done with get_vars() 138029 1726888184.08237: done getting variables 138029 1726888184.08282: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:44 -0400 (0:00:00.061) 0:03:16.806 ****** 138029 1726888184.08305: entering _queue_task() for managed_node3/assert 138029 1726888184.08510: worker is 1 (out of 1 available) 138029 1726888184.08521: exiting _queue_task() for managed_node3/assert 138029 1726888184.08532: done queuing things up, now waiting for results queue to drain 138029 1726888184.08533: waiting for pending results... 138029 1726888184.09109: running TaskExecutor() for managed_node3/TASK: Verify fs label 138029 1726888184.09189: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002228 138029 1726888184.09204: variable 'ansible_search_path' from source: unknown 138029 1726888184.09237: calling self._execute() 138029 1726888184.09358: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.09400: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.09404: variable 'omit' from source: magic vars 138029 1726888184.09839: variable 'storage_test_volume' from source: include params 138029 1726888184.09882: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888184.10163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888184.18421: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888184.18470: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888184.18518: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888184.18565: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888184.18613: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888184.18697: variable '_storage_test_volume_present' from source: set_fact 138029 1726888184.18716: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888184.18807: variable 'storage_test_volume' from source: include params 138029 1726888184.18819: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 138029 1726888184.18825: variable 'omit' from source: magic vars 138029 1726888184.18884: variable 'omit' from source: magic vars 138029 1726888184.18997: variable 'storage_test_volume' from source: include params 138029 1726888184.19022: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888184.19050: variable 'omit' from source: magic vars 138029 1726888184.19096: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888184.19100: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888184.19102: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888184.19108: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.19117: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.19150: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888184.19153: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888184.19168: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888184.19171: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.19173: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.19248: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888184.19261: Set connection var ansible_timeout to 10 138029 1726888184.19266: Set connection var ansible_pipelining to False 138029 1726888184.19270: Set connection var ansible_shell_type to sh 138029 1726888184.19292: Set connection var ansible_connection to ssh 138029 1726888184.19295: Set connection var ansible_shell_executable to /bin/sh 138029 1726888184.19311: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.19328: variable 'ansible_connection' from source: unknown 138029 1726888184.19336: variable 'ansible_module_compression' from source: unknown 138029 1726888184.19339: variable 'ansible_shell_type' from source: unknown 138029 1726888184.19341: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.19343: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.19345: variable 'ansible_pipelining' from source: unknown 138029 1726888184.19347: variable 'ansible_timeout' from source: unknown 138029 1726888184.19349: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.19427: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888184.19435: variable 'omit' from source: magic vars 138029 1726888184.19440: starting attempt loop 138029 1726888184.19442: running the handler 138029 1726888184.19567: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888184.19581: variable 'storage_test_volume' from source: include params 138029 1726888184.19594: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 138029 1726888184.19597: handler run complete 138029 1726888184.19608: attempt loop complete, returning result 138029 1726888184.19611: _execute() done 138029 1726888184.19613: dumping result to json 138029 1726888184.19615: done dumping result, returning 138029 1726888184.19620: done running TaskExecutor() for managed_node3/TASK: Verify fs label [0affc8a3-6f6f-5a58-73a2-000000002228] 138029 1726888184.19622: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002228 138029 1726888184.19721: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002228 138029 1726888184.19724: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888184.19791: no more pending results, returning what we have 138029 1726888184.19794: results queue empty 138029 1726888184.19795: checking for any_errors_fatal 138029 1726888184.19802: done checking for any_errors_fatal 138029 1726888184.19803: checking for max_fail_percentage 138029 1726888184.19805: done checking for max_fail_percentage 138029 1726888184.19805: checking to see if all hosts have failed and the running result is not ok 138029 1726888184.19811: done checking to see if all hosts have failed 138029 1726888184.19812: getting the remaining hosts for this loop 138029 1726888184.19814: done getting the remaining hosts for this loop 138029 1726888184.19817: getting the next task for host managed_node3 138029 1726888184.19828: done getting next task for host managed_node3 138029 1726888184.19831: ^ task is: TASK: See whether the device node is present 138029 1726888184.19837: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888184.19848: getting variables 138029 1726888184.19849: in VariableManager get_vars() 138029 1726888184.19884: Calling all_inventory to load vars for managed_node3 138029 1726888184.19886: Calling groups_inventory to load vars for managed_node3 138029 1726888184.19889: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888184.19898: Calling all_plugins_play to load vars for managed_node3 138029 1726888184.19901: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888184.19903: Calling groups_plugins_play to load vars for managed_node3 138029 1726888184.24581: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888184.25041: done with get_vars() 138029 1726888184.25053: 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:09:44 -0400 (0:00:00.168) 0:03:16.974 ****** 138029 1726888184.25110: entering _queue_task() for managed_node3/stat 138029 1726888184.25375: worker is 1 (out of 1 available) 138029 1726888184.25390: exiting _queue_task() for managed_node3/stat 138029 1726888184.25403: done queuing things up, now waiting for results queue to drain 138029 1726888184.25405: waiting for pending results... 138029 1726888184.25677: running TaskExecutor() for managed_node3/TASK: See whether the device node is present 138029 1726888184.25801: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000222c 138029 1726888184.25812: variable 'ansible_search_path' from source: unknown 138029 1726888184.25854: calling self._execute() 138029 1726888184.25986: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.25991: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.26002: variable 'omit' from source: magic vars 138029 1726888184.26103: variable 'omit' from source: magic vars 138029 1726888184.26151: variable 'omit' from source: magic vars 138029 1726888184.26362: variable 'storage_test_volume' from source: include params 138029 1726888184.26403: variable 'omit' from source: magic vars 138029 1726888184.26439: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888184.26470: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888184.26485: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888184.26499: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.26510: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.26529: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888184.26542: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888184.26569: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888184.26572: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.26574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.26656: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888184.26660: Set connection var ansible_timeout to 10 138029 1726888184.26669: Set connection var ansible_pipelining to False 138029 1726888184.26671: Set connection var ansible_shell_type to sh 138029 1726888184.26673: Set connection var ansible_connection to ssh 138029 1726888184.26676: Set connection var ansible_shell_executable to /bin/sh 138029 1726888184.26695: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.26698: variable 'ansible_connection' from source: unknown 138029 1726888184.26701: variable 'ansible_module_compression' from source: unknown 138029 1726888184.26703: variable 'ansible_shell_type' from source: unknown 138029 1726888184.26706: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.26708: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.26712: variable 'ansible_pipelining' from source: unknown 138029 1726888184.26715: variable 'ansible_timeout' from source: unknown 138029 1726888184.26718: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.26971: 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) 138029 1726888184.26976: variable 'omit' from source: magic vars 138029 1726888184.26979: starting attempt loop 138029 1726888184.26981: running the handler 138029 1726888184.26983: _low_level_execute_command(): starting 138029 1726888184.26985: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888184.27428: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888184.27432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888184.27436: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888184.27439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888184.27485: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888184.27488: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888184.27493: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888184.27546: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888184.29277: stdout chunk (state=3): >>>/root <<< 138029 1726888184.29379: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888184.29404: stderr chunk (state=3): >>><<< 138029 1726888184.29407: stdout chunk (state=3): >>><<< 138029 1726888184.29428: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888184.29440: _low_level_execute_command(): starting 138029 1726888184.29446: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888184.2942853-143939-87572908520501 `" && echo ansible-tmp-1726888184.2942853-143939-87572908520501="` echo /root/.ansible/tmp/ansible-tmp-1726888184.2942853-143939-87572908520501 `" ) && sleep 0' 138029 1726888184.29877: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888184.29880: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888184.29889: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888184.29895: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888184.29937: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888184.29940: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888184.29994: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888184.34674: stdout chunk (state=3): >>>ansible-tmp-1726888184.2942853-143939-87572908520501=/root/.ansible/tmp/ansible-tmp-1726888184.2942853-143939-87572908520501 <<< 138029 1726888184.34783: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888184.34810: stderr chunk (state=3): >>><<< 138029 1726888184.34813: stdout chunk (state=3): >>><<< 138029 1726888184.34834: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888184.2942853-143939-87572908520501=/root/.ansible/tmp/ansible-tmp-1726888184.2942853-143939-87572908520501 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888184.34884: variable 'ansible_module_compression' from source: unknown 138029 1726888184.34930: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888184.34963: variable 'ansible_facts' from source: unknown 138029 1726888184.35021: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888184.2942853-143939-87572908520501/AnsiballZ_stat.py 138029 1726888184.35124: Sending initial data 138029 1726888184.35128: Sent initial data (154 bytes) 138029 1726888184.35576: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888184.35580: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888184.35582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888184.35586: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888184.35588: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888184.35633: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888184.35637: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888184.35687: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888184.37333: 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" <<< 138029 1726888184.37336: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888184.37379: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888184.37424: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpkpzq_pbn /root/.ansible/tmp/ansible-tmp-1726888184.2942853-143939-87572908520501/AnsiballZ_stat.py <<< 138029 1726888184.37431: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888184.2942853-143939-87572908520501/AnsiballZ_stat.py" <<< 138029 1726888184.37474: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpkpzq_pbn" to remote "/root/.ansible/tmp/ansible-tmp-1726888184.2942853-143939-87572908520501/AnsiballZ_stat.py" <<< 138029 1726888184.37477: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888184.2942853-143939-87572908520501/AnsiballZ_stat.py" <<< 138029 1726888184.38032: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888184.38071: stderr chunk (state=3): >>><<< 138029 1726888184.38076: stdout chunk (state=3): >>><<< 138029 1726888184.38095: done transferring module to remote 138029 1726888184.38106: _low_level_execute_command(): starting 138029 1726888184.38109: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888184.2942853-143939-87572908520501/ /root/.ansible/tmp/ansible-tmp-1726888184.2942853-143939-87572908520501/AnsiballZ_stat.py && sleep 0' 138029 1726888184.38527: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888184.38530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888184.38533: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888184.38538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888184.38587: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888184.38591: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888184.38639: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888184.40413: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888184.40433: stderr chunk (state=3): >>><<< 138029 1726888184.40437: stdout chunk (state=3): >>><<< 138029 1726888184.40449: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888184.40452: _low_level_execute_command(): starting 138029 1726888184.40454: _low_level_execute_command(): using become for this command 138029 1726888184.40471: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ptarwdagyeucfixjtttyynvogniekbus ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888184.2942853-143939-87572908520501/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888184.40541: Initial state: awaiting_escalation: BECOME-SUCCESS-ptarwdagyeucfixjtttyynvogniekbus 138029 1726888184.40912: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888184.40917: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888184.40951: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888184.40959: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888184.41004: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888184.43902: stdout chunk (state=1): >>>BECOME-SUCCESS-ptarwdagyeucfixjtttyynvogniekbus <<< 138029 1726888184.43905: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ptarwdagyeucfixjtttyynvogniekbus' 138029 1726888184.44241: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888184.44291: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888184.44303: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888184.44315: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888184.44386: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888184.44391: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888184.44424: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888184.44458: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888184.44483: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888184.44492: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888184.44539: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888184.44546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888184.44569: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888184.44594: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888184.44627: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888184.44652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888184.44662: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dde183e0> <<< 138029 1726888184.44675: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddde7a10> <<< 138029 1726888184.44698: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888184.44719: 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 0x7f37dde1a960> <<< 138029 1726888184.44738: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888184.44768: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888184.44774: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888184.44789: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888184.44826: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888184.44830: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888184.44918: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888184.44948: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888184.44954: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888184.44979: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888184.44992: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888184.45005: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888184.45025: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888184.45037: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888184.45046: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888184.45082: 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 <<< 138029 1726888184.45084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888184.45109: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc2cfe0> <<< 138029 1726888184.45166: 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 <<< 138029 1726888184.45179: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888184.45185: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc2dfd0> <<< 138029 1726888184.45215: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888184.45246: 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. <<< 138029 1726888184.45473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888184.45481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888184.45511: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888184.45514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888184.45542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888184.45594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888184.45605: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888184.45632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888184.45650: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc6be90> <<< 138029 1726888184.45673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888184.45686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888184.45717: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888184.45725: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc6bf50> <<< 138029 1726888184.45737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888184.45772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888184.45809: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888184.45861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888184.45875: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888184.45902: 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' <<< 138029 1726888184.45914: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddca3860> <<< 138029 1726888184.45925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888184.45943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888184.45957: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddca3ef0> <<< 138029 1726888184.45960: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888184.46013: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc83b30> <<< 138029 1726888184.46021: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888184.46057: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc81280> <<< 138029 1726888184.46147: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc69040> <<< 138029 1726888184.46175: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888184.46207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888184.46210: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888184.46235: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888184.46264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888184.46279: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888184.46290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888184.46324: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcc7890> <<< 138029 1726888184.46340: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcc64b0> <<< 138029 1726888184.46374: 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' <<< 138029 1726888184.46376: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc82150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcc4c50> <<< 138029 1726888184.46422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888184.46436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 138029 1726888184.46443: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcf4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc682c0> <<< 138029 1726888184.46467: 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' <<< 138029 1726888184.46498: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888184.46505: 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 0x7f37ddcf4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcf4c80> <<< 138029 1726888184.46553: 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 0x7f37ddcf5070> <<< 138029 1726888184.46560: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc66de0> <<< 138029 1726888184.46579: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888184.46599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888184.46610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888184.46649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888184.46672: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcf5730> <<< 138029 1726888184.46677: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcf5430> import 'importlib.machinery' # <<< 138029 1726888184.46704: 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' <<< 138029 1726888184.46727: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcf6630> <<< 138029 1726888184.46735: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888184.46753: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888184.46775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888184.46811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888184.46831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888184.46851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddd10860> <<< 138029 1726888184.46858: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888184.46891: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888184.46896: 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 0x7f37ddd11fa0> <<< 138029 1726888184.46919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888184.46929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888184.46969: 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' <<< 138029 1726888184.46978: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddd12e10> <<< 138029 1726888184.47018: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888184.47028: 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 0x7f37ddd13440> <<< 138029 1726888184.47033: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddd12390> <<< 138029 1726888184.47056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888184.47068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888184.47104: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888184.47124: 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 0x7f37ddd13e30> <<< 138029 1726888184.47126: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddd13560> <<< 138029 1726888184.47167: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcf6690> <<< 138029 1726888184.47192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888184.47222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888184.47239: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888184.47258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888184.47295: 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 0x7f37ddadfce0> <<< 138029 1726888184.47325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888184.47330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888184.47348: 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' <<< 138029 1726888184.47362: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ddb08770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddb084d0> <<< 138029 1726888184.47386: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888184.47389: 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 0x7f37ddb087a0> <<< 138029 1726888184.47425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888184.47432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888184.47503: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888184.47631: 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 0x7f37ddb090a0> <<< 138029 1726888184.47770: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888184.47779: 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 0x7f37ddb09a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddb08980> <<< 138029 1726888184.47791: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddadde80> <<< 138029 1726888184.47814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888184.47835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888184.47868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888184.47882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddb0ae40> <<< 138029 1726888184.47910: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddb09910> <<< 138029 1726888184.47930: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcf6d80> <<< 138029 1726888184.47961: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888184.48029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888184.48040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888184.48079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888184.48110: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddb371a0> <<< 138029 1726888184.48169: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888184.48179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888184.48205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888184.48221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888184.48265: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddb5f560> <<< 138029 1726888184.48289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888184.48334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888184.48385: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888184.48413: 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 0x7f37ddbb8350> <<< 138029 1726888184.48430: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888184.48465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888184.48493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888184.48533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888184.48617: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddbbaab0> <<< 138029 1726888184.48699: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddbb8470> <<< 138029 1726888184.48735: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddb85340> <<< 138029 1726888184.48766: 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' <<< 138029 1726888184.48775: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd9bd430> <<< 138029 1726888184.48791: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddb5e390> <<< 138029 1726888184.48795: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddb0bd70> <<< 138029 1726888184.49717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888184.49734: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f37ddb5e6f0> <<< 138029 1726888184.51566: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_7a0rtfvr/ansible_stat_payload.zip' <<< 138029 1726888184.51570: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.51713: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.51749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888184.51759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888184.51802: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888184.51888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888184.51924: 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' <<< 138029 1726888184.51930: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dda13170> import '_typing' # <<< 138029 1726888184.52119: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd9f2060> <<< 138029 1726888184.52127: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd9f11c0> # zipimport: zlib available <<< 138029 1726888184.52172: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888184.52244: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.52247: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888184.52248: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.53652: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.54857: 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 0x7f37dda11040> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888184.54861: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888184.54878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888184.54909: 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' <<< 138029 1726888184.54919: 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 0x7f37dda3a930> <<< 138029 1726888184.55134: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dda3a750> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dda3a060> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f37dda3a570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dda13bf0> 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 0x7f37dda3b680> <<< 138029 1726888184.55138: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888184.55141: 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 0x7f37dda3b860> <<< 138029 1726888184.55393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dda3bd10> 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 0x7f37dd319b20> <<< 138029 1726888184.55397: 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 0x7f37dd31b740> <<< 138029 1726888184.55438: 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' <<< 138029 1726888184.55536: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd31c0e0> <<< 138029 1726888184.55550: 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 0x7f37dd31cf80> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888184.55591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888184.55610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888184.55622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888184.55672: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd31fc50> <<< 138029 1726888184.55732: 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 0x7f37ddb5fb90> <<< 138029 1726888184.55737: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd31df40> <<< 138029 1726888184.55764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888184.55890: 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 <<< 138029 1726888184.55897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888184.55900: 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' <<< 138029 1726888184.55912: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd327b30> import '_tokenize' # <<< 138029 1726888184.55983: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd326600> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd326360> <<< 138029 1726888184.56067: 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' <<< 138029 1726888184.56102: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd3268d0> <<< 138029 1726888184.56130: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd31e450> <<< 138029 1726888184.56165: 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 0x7f37dd36bd40> <<< 138029 1726888184.56193: 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 0x7f37dd36bec0> <<< 138029 1726888184.56210: 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 <<< 138029 1726888184.56219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888184.56246: 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' <<< 138029 1726888184.56297: 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 0x7f37dd36d9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd36d760> <<< 138029 1726888184.56309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888184.56423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888184.56477: 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 0x7f37dd36ff20> <<< 138029 1726888184.56481: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd36e090> <<< 138029 1726888184.56510: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888184.56546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888184.56575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888184.56588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888184.56594: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888184.56633: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd373740> <<< 138029 1726888184.56757: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd370110> <<< 138029 1726888184.56815: 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 0x7f37dd374560> <<< 138029 1726888184.56851: 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 0x7f37dd374590> <<< 138029 1726888184.56888: 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 0x7f37dd3740e0> <<< 138029 1726888184.56905: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd36c080> <<< 138029 1726888184.56923: 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 <<< 138029 1726888184.56946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888184.56953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888184.56981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888184.57007: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888184.57030: 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 0x7f37dd200170> <<< 138029 1726888184.57188: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888184.57195: 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 0x7f37dd2011f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd376900> <<< 138029 1726888184.57231: 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 0x7f37dd377cb0> <<< 138029 1726888184.57245: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd3765a0> <<< 138029 1726888184.57261: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.57272: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.57286: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888184.57291: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.57376: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.57481: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.57484: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888184.57513: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.57517: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888184.57539: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.57652: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.57775: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.58475: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.58878: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888184.58907: 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' # <<< 138029 1726888184.58929: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888184.58948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888184.58983: 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 0x7f37dd205400> <<< 138029 1726888184.59074: 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' <<< 138029 1726888184.59102: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd206240> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd2013d0> <<< 138029 1726888184.59150: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888184.59179: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888184.59209: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888184.59370: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.59522: 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' <<< 138029 1726888184.59553: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd206270> <<< 138029 1726888184.59558: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.60010: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.60461: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.60536: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.60626: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888184.60660: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.60673: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.60712: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888184.60723: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.60771: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.60871: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888184.60893: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.60926: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888184.60953: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.60997: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888184.61232: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.61489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888184.61541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888184.61611: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd207470> <<< 138029 1726888184.61622: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.61696: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.61781: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888184.61790: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888184.61814: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.61853: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.61896: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888184.61904: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.61952: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.61992: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.62054: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.62118: 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 <<< 138029 1726888184.62169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888184.62252: 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 0x7f37dd212060> <<< 138029 1726888184.62290: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd20d700> <<< 138029 1726888184.62324: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888184.62330: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.62396: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.62467: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.62491: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.62536: 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' <<< 138029 1726888184.62557: 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 <<< 138029 1726888184.62584: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888184.62601: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888184.62671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888184.62686: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888184.62707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888184.62762: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd3028a0> <<< 138029 1726888184.62804: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dda72570> <<< 138029 1726888184.62882: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd211e20> <<< 138029 1726888184.62902: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd2043b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888184.62933: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.62966: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888184.63018: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888184.63035: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.63045: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.63063: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726888184.63068: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.63215: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.63412: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888184.64300: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/mapper/vg1-Lv2", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 5229, "dev": 6, "nlink": 1, "atime": 1726888046.1039977, "mtime": 1726888046.1039977, "ctime": 1726888046.1039977, "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": 64769, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/symlink", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/mapper/vg1-Lv2", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888184.64326: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888184.64778: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888184.64823: 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 <<< 138029 1726888184.64913: 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 <<< 138029 1726888184.64947: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 138029 1726888184.65188: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888184.65193: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888184.65235: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888184.65240: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888184.65267: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888184.65294: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888184.65315: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888184.65373: 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 # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888184.65385: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888184.65407: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888184.65421: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888184.65443: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888184.65479: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888184.65513: 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 <<< 138029 1726888184.65526: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888184.65562: 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 <<< 138029 1726888184.65565: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888184.65607: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 138029 1726888184.65613: 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 <<< 138029 1726888184.65643: 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 <<< 138029 1726888184.65649: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888184.65788: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888184.65796: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888184.65802: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888184.65837: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888184.65870: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888184.65906: 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 <<< 138029 1726888184.65911: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888184.65928: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888184.66017: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888184.66021: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 138029 1726888184.66034: stdout chunk (state=3): >>># destroy time <<< 138029 1726888184.66053: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888184.66078: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888184.66082: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888184.66113: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix <<< 138029 1726888184.66126: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888184.66132: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888184.66614: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888184.66642: stderr chunk (state=3): >>><<< 138029 1726888184.66646: stdout chunk (state=3): >>><<< 138029 1726888184.66717: _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 0x7f37dde183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddde7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dde1a960> 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 0x7f37ddc2cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f37ddc2dfd0> 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 0x7f37ddc6be90> # /usr/lib64/python3.12/__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 0x7f37ddc6bf50> # /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 0x7f37ddca3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddca3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc83b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc81280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc69040> # /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 0x7f37ddcc7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcc64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc82150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcc4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcf4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc682c0> # /usr/lib64/python3.12/__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 0x7f37ddcf4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcf4c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ddcf5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddc66de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f37ddcf5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcf5430> 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 0x7f37ddcf6630> 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 0x7f37ddd10860> 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 0x7f37ddd11fa0> # /usr/lib64/python3.12/__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 0x7f37ddd12e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ddd13440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddd12390> # /usr/lib64/python3.12/__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 0x7f37ddd13e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddd13560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcf6690> # /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 0x7f37ddadfce0> # /usr/lib64/python3.12/__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 0x7f37ddb08770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddb084d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ddb087a0> # /usr/lib64/python3.12/__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 0x7f37ddb090a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ddb09a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddb08980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddadde80> # /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 0x7f37ddb0ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddb09910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddcf6d80> # /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 0x7f37ddb371a0> # /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 0x7f37ddb5f560> # /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 0x7f37ddbb8350> # /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 0x7f37ddbbaab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddbb8470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddb85340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd9bd430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddb5e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ddb0bd70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f37ddb5e6f0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_7a0rtfvr/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 0x7f37dda13170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd9f2060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd9f11c0> # 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 0x7f37dda11040> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f37dda3a930> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dda3a750> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dda3a060> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f37dda3a570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dda13bf0> 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 0x7f37dda3b680> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37dda3b860> # /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 0x7f37dda3bd10> 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 0x7f37dd319b20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37dd31b740> # /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 0x7f37dd31c0e0> # /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 0x7f37dd31cf80> # /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 0x7f37dd31fc50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ddb5fb90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd31df40> # /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 0x7f37dd327b30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd326600> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd326360> # /usr/lib64/python3.12/__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 0x7f37dd3268d0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd31e450> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37dd36bd40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd36bec0> # /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 0x7f37dd36d9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd36d760> # /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 0x7f37dd36ff20> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd36e090> # /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 0x7f37dd373740> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd370110> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37dd374560> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37dd374590> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37dd3740e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd36c080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f37dd200170> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37dd2011f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd376900> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37dd377cb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd3765a0> # 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 0x7f37dd205400> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f37dd206240> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd2013d0> 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 0x7f37dd206270> # 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 0x7f37dd207470> # 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 0x7f37dd212060> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd20d700> 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 0x7f37dd3028a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dda72570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd211e20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37dd2043b0> # 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/mapper/vg1-Lv2", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 5229, "dev": 6, "nlink": 1, "atime": 1726888046.1039977, "mtime": 1726888046.1039977, "ctime": 1726888046.1039977, "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": 64769, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/symlink", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/mapper/vg1-Lv2", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888184.67268: done with _execute_module (stat, {'path': '/dev/mapper/vg1-Lv2', '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-1726888184.2942853-143939-87572908520501/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888184.67272: _low_level_execute_command(): starting 138029 1726888184.67274: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888184.2942853-143939-87572908520501/ > /dev/null 2>&1 && sleep 0' 138029 1726888184.67374: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888184.67400: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888184.67403: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888184.67447: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888184.67450: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888184.67506: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888184.69385: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888184.69408: stderr chunk (state=3): >>><<< 138029 1726888184.69412: stdout chunk (state=3): >>><<< 138029 1726888184.69423: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888184.69434: handler run complete 138029 1726888184.69469: attempt loop complete, returning result 138029 1726888184.69472: _execute() done 138029 1726888184.69475: dumping result to json 138029 1726888184.69478: done dumping result, returning 138029 1726888184.69486: done running TaskExecutor() for managed_node3/TASK: See whether the device node is present [0affc8a3-6f6f-5a58-73a2-00000000222c] 138029 1726888184.69488: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000222c 138029 1726888184.69593: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000222c 138029 1726888184.69595: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726888046.1039977, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726888046.1039977, "dev": 6, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 5229, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726888046.1039977, "nlink": 1, "path": "/dev/mapper/vg1-Lv2", "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 } } 138029 1726888184.69715: no more pending results, returning what we have 138029 1726888184.69718: results queue empty 138029 1726888184.69719: checking for any_errors_fatal 138029 1726888184.69726: done checking for any_errors_fatal 138029 1726888184.69726: checking for max_fail_percentage 138029 1726888184.69728: done checking for max_fail_percentage 138029 1726888184.69728: checking to see if all hosts have failed and the running result is not ok 138029 1726888184.69729: done checking to see if all hosts have failed 138029 1726888184.69730: getting the remaining hosts for this loop 138029 1726888184.69732: done getting the remaining hosts for this loop 138029 1726888184.69735: getting the next task for host managed_node3 138029 1726888184.69742: done getting next task for host managed_node3 138029 1726888184.69744: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888184.69749: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888184.69759: getting variables 138029 1726888184.69760: in VariableManager get_vars() 138029 1726888184.69793: Calling all_inventory to load vars for managed_node3 138029 1726888184.69795: Calling groups_inventory to load vars for managed_node3 138029 1726888184.69798: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888184.69808: Calling all_plugins_play to load vars for managed_node3 138029 1726888184.69811: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888184.69813: Calling groups_plugins_play to load vars for managed_node3 138029 1726888184.70231: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888184.70631: done with get_vars() 138029 1726888184.70644: done getting variables 138029 1726888184.70690: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:44 -0400 (0:00:00.456) 0:03:17.430 ****** 138029 1726888184.70714: entering _queue_task() for managed_node3/assert 138029 1726888184.70933: worker is 1 (out of 1 available) 138029 1726888184.70946: exiting _queue_task() for managed_node3/assert 138029 1726888184.70959: done queuing things up, now waiting for results queue to drain 138029 1726888184.70961: waiting for pending results... 138029 1726888184.71154: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888184.71249: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000222d 138029 1726888184.71263: variable 'ansible_search_path' from source: unknown 138029 1726888184.71295: calling self._execute() 138029 1726888184.71391: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.71395: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.71402: variable 'omit' from source: magic vars 138029 1726888184.71722: variable '_storage_test_volume_present' from source: set_fact 138029 1726888184.71726: variable 'storage_test_volume' from source: include params 138029 1726888184.71754: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 138029 1726888184.71762: variable 'omit' from source: magic vars 138029 1726888184.71804: variable 'omit' from source: magic vars 138029 1726888184.71884: variable 'storage_test_volume' from source: include params 138029 1726888184.71914: variable 'omit' from source: magic vars 138029 1726888184.71948: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888184.71984: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888184.72000: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888184.72013: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.72023: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.72037: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888184.72049: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888184.72080: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888184.72084: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.72086: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.72167: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888184.72179: Set connection var ansible_timeout to 10 138029 1726888184.72182: Set connection var ansible_pipelining to False 138029 1726888184.72185: Set connection var ansible_shell_type to sh 138029 1726888184.72187: Set connection var ansible_connection to ssh 138029 1726888184.72190: Set connection var ansible_shell_executable to /bin/sh 138029 1726888184.72208: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.72210: variable 'ansible_connection' from source: unknown 138029 1726888184.72213: variable 'ansible_module_compression' from source: unknown 138029 1726888184.72215: variable 'ansible_shell_type' from source: unknown 138029 1726888184.72218: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.72220: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.72225: variable 'ansible_pipelining' from source: unknown 138029 1726888184.72229: variable 'ansible_timeout' from source: unknown 138029 1726888184.72231: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.72336: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888184.72345: variable 'omit' from source: magic vars 138029 1726888184.72350: starting attempt loop 138029 1726888184.72353: running the handler 138029 1726888184.72508: variable 'storage_test_dev' from source: set_fact 138029 1726888184.72512: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 138029 1726888184.72514: handler run complete 138029 1726888184.72517: attempt loop complete, returning result 138029 1726888184.72518: _execute() done 138029 1726888184.72521: dumping result to json 138029 1726888184.72524: done dumping result, returning 138029 1726888184.72526: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-00000000222d] 138029 1726888184.72528: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000222d 138029 1726888184.72596: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000222d 138029 1726888184.72599: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888184.72658: no more pending results, returning what we have 138029 1726888184.72662: results queue empty 138029 1726888184.72663: checking for any_errors_fatal 138029 1726888184.72679: done checking for any_errors_fatal 138029 1726888184.72679: checking for max_fail_percentage 138029 1726888184.72681: done checking for max_fail_percentage 138029 1726888184.72682: checking to see if all hosts have failed and the running result is not ok 138029 1726888184.72683: done checking to see if all hosts have failed 138029 1726888184.72683: getting the remaining hosts for this loop 138029 1726888184.72685: done getting the remaining hosts for this loop 138029 1726888184.72688: getting the next task for host managed_node3 138029 1726888184.72695: done getting next task for host managed_node3 138029 1726888184.72697: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888184.72704: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888184.72708: getting variables 138029 1726888184.72710: in VariableManager get_vars() 138029 1726888184.72741: Calling all_inventory to load vars for managed_node3 138029 1726888184.72744: Calling groups_inventory to load vars for managed_node3 138029 1726888184.72747: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888184.72764: Calling all_plugins_play to load vars for managed_node3 138029 1726888184.72767: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888184.72770: Calling groups_plugins_play to load vars for managed_node3 138029 1726888184.73296: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888184.73986: done with get_vars() 138029 1726888184.74003: done getting variables 138029 1726888184.74061: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:44 -0400 (0:00:00.033) 0:03:17.464 ****** 138029 1726888184.74100: entering _queue_task() for managed_node3/assert 138029 1726888184.74552: worker is 1 (out of 1 available) 138029 1726888184.74576: exiting _queue_task() for managed_node3/assert 138029 1726888184.74588: done queuing things up, now waiting for results queue to drain 138029 1726888184.74589: waiting for pending results... 138029 1726888184.74681: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888184.74793: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000222e 138029 1726888184.74806: variable 'ansible_search_path' from source: unknown 138029 1726888184.74836: calling self._execute() 138029 1726888184.74932: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.74936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.74945: variable 'omit' from source: magic vars 138029 1726888184.75273: variable '_storage_test_volume_present' from source: set_fact 138029 1726888184.75276: variable 'storage_test_volume' from source: include params 138029 1726888184.75300: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 138029 1726888184.75303: when evaluation is False, skipping this task 138029 1726888184.75305: _execute() done 138029 1726888184.75308: dumping result to json 138029 1726888184.75311: done dumping result, returning 138029 1726888184.75316: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-00000000222e] 138029 1726888184.75321: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000222e 138029 1726888184.75418: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000222e 138029 1726888184.75421: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 138029 1726888184.75470: no more pending results, returning what we have 138029 1726888184.75473: results queue empty 138029 1726888184.75474: checking for any_errors_fatal 138029 1726888184.75482: done checking for any_errors_fatal 138029 1726888184.75483: checking for max_fail_percentage 138029 1726888184.75485: done checking for max_fail_percentage 138029 1726888184.75486: checking to see if all hosts have failed and the running result is not ok 138029 1726888184.75486: done checking to see if all hosts have failed 138029 1726888184.75487: getting the remaining hosts for this loop 138029 1726888184.75489: done getting the remaining hosts for this loop 138029 1726888184.75492: getting the next task for host managed_node3 138029 1726888184.75499: done getting next task for host managed_node3 138029 1726888184.75501: ^ task is: TASK: Make sure we got info about this volume 138029 1726888184.75507: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888184.75511: getting variables 138029 1726888184.75512: in VariableManager get_vars() 138029 1726888184.75538: Calling all_inventory to load vars for managed_node3 138029 1726888184.75541: Calling groups_inventory to load vars for managed_node3 138029 1726888184.75543: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888184.75552: Calling all_plugins_play to load vars for managed_node3 138029 1726888184.75556: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888184.75559: Calling groups_plugins_play to load vars for managed_node3 138029 1726888184.75927: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888184.76350: done with get_vars() 138029 1726888184.76367: done getting variables 138029 1726888184.76428: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:44 -0400 (0:00:00.023) 0:03:17.488 ****** 138029 1726888184.76463: entering _queue_task() for managed_node3/assert 138029 1726888184.76706: worker is 1 (out of 1 available) 138029 1726888184.76717: exiting _queue_task() for managed_node3/assert 138029 1726888184.76729: done queuing things up, now waiting for results queue to drain 138029 1726888184.76730: waiting for pending results... 138029 1726888184.77038: running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume 138029 1726888184.77151: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000222f 138029 1726888184.77221: variable 'ansible_search_path' from source: unknown 138029 1726888184.77240: calling self._execute() 138029 1726888184.77337: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.77340: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.77348: variable 'omit' from source: magic vars 138029 1726888184.77761: variable '_storage_test_volume_present' from source: set_fact 138029 1726888184.77766: Evaluated conditional (_storage_test_volume_present): True 138029 1726888184.77770: variable 'omit' from source: magic vars 138029 1726888184.77807: variable 'omit' from source: magic vars 138029 1726888184.77927: variable 'storage_test_volume' from source: include params 138029 1726888184.77984: variable 'omit' from source: magic vars 138029 1726888184.78030: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888184.78073: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888184.78102: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888184.78161: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.78164: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.78166: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888184.78183: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888184.78221: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888184.78231: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.78240: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.78366: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888184.78374: Set connection var ansible_timeout to 10 138029 1726888184.78379: Set connection var ansible_pipelining to False 138029 1726888184.78382: Set connection var ansible_shell_type to sh 138029 1726888184.78384: Set connection var ansible_connection to ssh 138029 1726888184.78389: Set connection var ansible_shell_executable to /bin/sh 138029 1726888184.78410: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.78413: variable 'ansible_connection' from source: unknown 138029 1726888184.78415: variable 'ansible_module_compression' from source: unknown 138029 1726888184.78417: variable 'ansible_shell_type' from source: unknown 138029 1726888184.78419: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.78424: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.78430: variable 'ansible_pipelining' from source: unknown 138029 1726888184.78433: variable 'ansible_timeout' from source: unknown 138029 1726888184.78436: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.78542: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888184.78560: variable 'omit' from source: magic vars 138029 1726888184.78563: starting attempt loop 138029 1726888184.78566: running the handler 138029 1726888184.78666: variable 'storage_test_volume' from source: include params 138029 1726888184.78678: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888184.78700: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 138029 1726888184.78705: handler run complete 138029 1726888184.78715: attempt loop complete, returning result 138029 1726888184.78717: _execute() done 138029 1726888184.78720: dumping result to json 138029 1726888184.78723: done dumping result, returning 138029 1726888184.78729: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume [0affc8a3-6f6f-5a58-73a2-00000000222f] 138029 1726888184.78733: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000222f 138029 1726888184.78818: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000222f 138029 1726888184.78821: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888184.78868: no more pending results, returning what we have 138029 1726888184.78871: results queue empty 138029 1726888184.78873: checking for any_errors_fatal 138029 1726888184.78883: done checking for any_errors_fatal 138029 1726888184.78884: checking for max_fail_percentage 138029 1726888184.78886: done checking for max_fail_percentage 138029 1726888184.78887: checking to see if all hosts have failed and the running result is not ok 138029 1726888184.78887: done checking to see if all hosts have failed 138029 1726888184.78888: getting the remaining hosts for this loop 138029 1726888184.78890: done getting the remaining hosts for this loop 138029 1726888184.78893: getting the next task for host managed_node3 138029 1726888184.78901: done getting next task for host managed_node3 138029 1726888184.78903: ^ task is: TASK: Process volume type (set initial value) (1/2) 138029 1726888184.78909: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888184.78913: getting variables 138029 1726888184.78914: in VariableManager get_vars() 138029 1726888184.78943: Calling all_inventory to load vars for managed_node3 138029 1726888184.78945: Calling groups_inventory to load vars for managed_node3 138029 1726888184.78949: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888184.78965: Calling all_plugins_play to load vars for managed_node3 138029 1726888184.78973: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888184.78976: Calling groups_plugins_play to load vars for managed_node3 138029 1726888184.79535: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888184.79896: done with get_vars() 138029 1726888184.79906: done getting variables 138029 1726888184.79944: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:44 -0400 (0:00:00.035) 0:03:17.523 ****** 138029 1726888184.79969: entering _queue_task() for managed_node3/set_fact 138029 1726888184.80160: worker is 1 (out of 1 available) 138029 1726888184.80173: exiting _queue_task() for managed_node3/set_fact 138029 1726888184.80186: done queuing things up, now waiting for results queue to drain 138029 1726888184.80188: waiting for pending results... 138029 1726888184.80444: running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) 138029 1726888184.80668: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002230 138029 1726888184.80673: variable 'ansible_search_path' from source: unknown 138029 1726888184.80678: calling self._execute() 138029 1726888184.80742: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.80754: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.80778: variable 'omit' from source: magic vars 138029 1726888184.80889: variable 'omit' from source: magic vars 138029 1726888184.80973: variable 'omit' from source: magic vars 138029 1726888184.81218: variable 'storage_test_volume' from source: include params 138029 1726888184.81279: variable 'omit' from source: magic vars 138029 1726888184.81353: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888184.81361: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888184.81379: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888184.81394: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.81404: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.81417: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888184.81434: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888184.81458: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888184.81461: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.81463: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.81545: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888184.81549: Set connection var ansible_timeout to 10 138029 1726888184.81554: Set connection var ansible_pipelining to False 138029 1726888184.81559: Set connection var ansible_shell_type to sh 138029 1726888184.81562: Set connection var ansible_connection to ssh 138029 1726888184.81566: Set connection var ansible_shell_executable to /bin/sh 138029 1726888184.81589: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.81592: variable 'ansible_connection' from source: unknown 138029 1726888184.81596: variable 'ansible_module_compression' from source: unknown 138029 1726888184.81598: variable 'ansible_shell_type' from source: unknown 138029 1726888184.81600: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.81603: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.81605: variable 'ansible_pipelining' from source: unknown 138029 1726888184.81608: variable 'ansible_timeout' from source: unknown 138029 1726888184.81610: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.81720: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888184.81729: variable 'omit' from source: magic vars 138029 1726888184.81735: starting attempt loop 138029 1726888184.81737: running the handler 138029 1726888184.81759: handler run complete 138029 1726888184.81762: attempt loop complete, returning result 138029 1726888184.81764: _execute() done 138029 1726888184.81767: dumping result to json 138029 1726888184.81769: done dumping result, returning 138029 1726888184.81775: done running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-5a58-73a2-000000002230] 138029 1726888184.81779: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002230 ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } 138029 1726888184.81905: no more pending results, returning what we have 138029 1726888184.81908: results queue empty 138029 1726888184.81909: checking for any_errors_fatal 138029 1726888184.81920: done checking for any_errors_fatal 138029 1726888184.81921: checking for max_fail_percentage 138029 1726888184.81922: done checking for max_fail_percentage 138029 1726888184.81923: checking to see if all hosts have failed and the running result is not ok 138029 1726888184.81924: done checking to see if all hosts have failed 138029 1726888184.81924: getting the remaining hosts for this loop 138029 1726888184.81926: done getting the remaining hosts for this loop 138029 1726888184.81930: getting the next task for host managed_node3 138029 1726888184.81938: done getting next task for host managed_node3 138029 1726888184.81940: ^ task is: TASK: Process volume type (get RAID value) (2/2) 138029 1726888184.81946: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888184.81950: getting variables 138029 1726888184.81952: in VariableManager get_vars() 138029 1726888184.81982: Calling all_inventory to load vars for managed_node3 138029 1726888184.81984: Calling groups_inventory to load vars for managed_node3 138029 1726888184.81987: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888184.81995: Calling all_plugins_play to load vars for managed_node3 138029 1726888184.81997: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888184.82000: Calling groups_plugins_play to load vars for managed_node3 138029 1726888184.82388: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002230 138029 1726888184.82395: WORKER PROCESS EXITING 138029 1726888184.82404: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888184.82786: done with get_vars() 138029 1726888184.82800: done getting variables 138029 1726888184.82839: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:44 -0400 (0:00:00.028) 0:03:17.552 ****** 138029 1726888184.82864: entering _queue_task() for managed_node3/set_fact 138029 1726888184.83052: worker is 1 (out of 1 available) 138029 1726888184.83067: exiting _queue_task() for managed_node3/set_fact 138029 1726888184.83080: done queuing things up, now waiting for results queue to drain 138029 1726888184.83082: waiting for pending results... 138029 1726888184.83260: running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) 138029 1726888184.83349: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002231 138029 1726888184.83363: variable 'ansible_search_path' from source: unknown 138029 1726888184.83395: calling self._execute() 138029 1726888184.83489: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.83494: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.83504: variable 'omit' from source: magic vars 138029 1726888184.83806: variable 'storage_test_volume' from source: include params 138029 1726888184.83829: Evaluated conditional (storage_test_volume.type == "raid"): False 138029 1726888184.83833: when evaluation is False, skipping this task 138029 1726888184.83836: _execute() done 138029 1726888184.83838: dumping result to json 138029 1726888184.83841: done dumping result, returning 138029 1726888184.83845: done running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-5a58-73a2-000000002231] 138029 1726888184.83850: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002231 138029 1726888184.83944: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002231 138029 1726888184.83947: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 138029 1726888184.84002: no more pending results, returning what we have 138029 1726888184.84005: results queue empty 138029 1726888184.84006: checking for any_errors_fatal 138029 1726888184.84013: done checking for any_errors_fatal 138029 1726888184.84014: checking for max_fail_percentage 138029 1726888184.84015: done checking for max_fail_percentage 138029 1726888184.84016: checking to see if all hosts have failed and the running result is not ok 138029 1726888184.84017: done checking to see if all hosts have failed 138029 1726888184.84017: getting the remaining hosts for this loop 138029 1726888184.84019: done getting the remaining hosts for this loop 138029 1726888184.84022: getting the next task for host managed_node3 138029 1726888184.84029: done getting next task for host managed_node3 138029 1726888184.84031: ^ task is: TASK: Verify the volume's device type 138029 1726888184.84036: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888184.84040: getting variables 138029 1726888184.84041: in VariableManager get_vars() 138029 1726888184.84075: Calling all_inventory to load vars for managed_node3 138029 1726888184.84078: Calling groups_inventory to load vars for managed_node3 138029 1726888184.84080: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888184.84089: Calling all_plugins_play to load vars for managed_node3 138029 1726888184.84091: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888184.84094: Calling groups_plugins_play to load vars for managed_node3 138029 1726888184.84461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888184.84869: done with get_vars() 138029 1726888184.84880: done getting variables 138029 1726888184.84926: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:44 -0400 (0:00:00.020) 0:03:17.573 ****** 138029 1726888184.84964: entering _queue_task() for managed_node3/assert 138029 1726888184.85208: worker is 1 (out of 1 available) 138029 1726888184.85224: exiting _queue_task() for managed_node3/assert 138029 1726888184.85238: done queuing things up, now waiting for results queue to drain 138029 1726888184.85240: waiting for pending results... 138029 1726888184.85537: running TaskExecutor() for managed_node3/TASK: Verify the volume's device type 138029 1726888184.85661: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002232 138029 1726888184.85806: variable 'ansible_search_path' from source: unknown 138029 1726888184.85811: calling self._execute() 138029 1726888184.85895: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.85905: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.85908: variable 'omit' from source: magic vars 138029 1726888184.86239: variable '_storage_test_volume_present' from source: set_fact 138029 1726888184.86243: Evaluated conditional (_storage_test_volume_present): True 138029 1726888184.86246: variable 'omit' from source: magic vars 138029 1726888184.86445: variable 'omit' from source: magic vars 138029 1726888184.86449: variable 'omit' from source: magic vars 138029 1726888184.86452: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888184.86461: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888184.86464: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888184.86467: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.86469: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.86650: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888184.86653: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888184.86677: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888184.86680: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.86683: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.86685: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888184.86688: Set connection var ansible_timeout to 10 138029 1726888184.86737: Set connection var ansible_pipelining to False 138029 1726888184.86741: Set connection var ansible_shell_type to sh 138029 1726888184.86743: Set connection var ansible_connection to ssh 138029 1726888184.86745: Set connection var ansible_shell_executable to /bin/sh 138029 1726888184.86747: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.86750: variable 'ansible_connection' from source: unknown 138029 1726888184.86752: variable 'ansible_module_compression' from source: unknown 138029 1726888184.86754: variable 'ansible_shell_type' from source: unknown 138029 1726888184.86758: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.86760: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.86763: variable 'ansible_pipelining' from source: unknown 138029 1726888184.86765: variable 'ansible_timeout' from source: unknown 138029 1726888184.86768: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.86907: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888184.87028: variable 'omit' from source: magic vars 138029 1726888184.87036: starting attempt loop 138029 1726888184.87039: running the handler 138029 1726888184.87164: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888184.87352: variable 'storage_test_volume' from source: include params 138029 1726888184.87354: variable 'st_volume_type' from source: set_fact 138029 1726888184.87364: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 138029 1726888184.87366: handler run complete 138029 1726888184.87368: attempt loop complete, returning result 138029 1726888184.87369: _execute() done 138029 1726888184.87371: dumping result to json 138029 1726888184.87376: done dumping result, returning 138029 1726888184.87378: done running TaskExecutor() for managed_node3/TASK: Verify the volume's device type [0affc8a3-6f6f-5a58-73a2-000000002232] 138029 1726888184.87379: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002232 138029 1726888184.87461: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002232 138029 1726888184.87464: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888184.87554: no more pending results, returning what we have 138029 1726888184.87558: results queue empty 138029 1726888184.87559: checking for any_errors_fatal 138029 1726888184.87572: done checking for any_errors_fatal 138029 1726888184.87573: checking for max_fail_percentage 138029 1726888184.87575: done checking for max_fail_percentage 138029 1726888184.87576: checking to see if all hosts have failed and the running result is not ok 138029 1726888184.87576: done checking to see if all hosts have failed 138029 1726888184.87577: getting the remaining hosts for this loop 138029 1726888184.87578: done getting the remaining hosts for this loop 138029 1726888184.87581: getting the next task for host managed_node3 138029 1726888184.87596: done getting next task for host managed_node3 138029 1726888184.87599: ^ task is: TASK: Stat the LUKS device, if encrypted 138029 1726888184.87609: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888184.87615: getting variables 138029 1726888184.87621: in VariableManager get_vars() 138029 1726888184.87651: Calling all_inventory to load vars for managed_node3 138029 1726888184.87653: Calling groups_inventory to load vars for managed_node3 138029 1726888184.87672: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888184.87683: Calling all_plugins_play to load vars for managed_node3 138029 1726888184.87693: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888184.87700: Calling groups_plugins_play to load vars for managed_node3 138029 1726888184.88265: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888184.88836: done with get_vars() 138029 1726888184.88846: 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:09:44 -0400 (0:00:00.039) 0:03:17.613 ****** 138029 1726888184.88946: entering _queue_task() for managed_node3/stat 138029 1726888184.89203: worker is 1 (out of 1 available) 138029 1726888184.89218: exiting _queue_task() for managed_node3/stat 138029 1726888184.89235: done queuing things up, now waiting for results queue to drain 138029 1726888184.89237: waiting for pending results... 138029 1726888184.89448: running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted 138029 1726888184.89550: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002236 138029 1726888184.89564: variable 'ansible_search_path' from source: unknown 138029 1726888184.89595: calling self._execute() 138029 1726888184.89691: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.89695: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.89707: variable 'omit' from source: magic vars 138029 1726888184.89971: variable 'storage_test_volume' from source: include params 138029 1726888184.89992: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888184.89996: when evaluation is False, skipping this task 138029 1726888184.89999: _execute() done 138029 1726888184.90002: dumping result to json 138029 1726888184.90006: done dumping result, returning 138029 1726888184.90010: done running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-5a58-73a2-000000002236] 138029 1726888184.90017: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002236 138029 1726888184.90110: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002236 138029 1726888184.90113: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888184.90185: no more pending results, returning what we have 138029 1726888184.90188: results queue empty 138029 1726888184.90189: checking for any_errors_fatal 138029 1726888184.90196: done checking for any_errors_fatal 138029 1726888184.90196: checking for max_fail_percentage 138029 1726888184.90198: done checking for max_fail_percentage 138029 1726888184.90199: checking to see if all hosts have failed and the running result is not ok 138029 1726888184.90199: done checking to see if all hosts have failed 138029 1726888184.90200: getting the remaining hosts for this loop 138029 1726888184.90201: done getting the remaining hosts for this loop 138029 1726888184.90204: getting the next task for host managed_node3 138029 1726888184.90211: done getting next task for host managed_node3 138029 1726888184.90213: ^ task is: TASK: Ensure cryptsetup is present 138029 1726888184.90218: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888184.90223: getting variables 138029 1726888184.90224: in VariableManager get_vars() 138029 1726888184.90248: Calling all_inventory to load vars for managed_node3 138029 1726888184.90251: Calling groups_inventory to load vars for managed_node3 138029 1726888184.90253: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888184.90263: Calling all_plugins_play to load vars for managed_node3 138029 1726888184.90268: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888184.90271: Calling groups_plugins_play to load vars for managed_node3 138029 1726888184.90919: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888184.91349: done with get_vars() 138029 1726888184.91363: done getting variables 138029 1726888184.91402: 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:09:44 -0400 (0:00:00.024) 0:03:17.637 ****** 138029 1726888184.91426: entering _queue_task() for managed_node3/package 138029 1726888184.91613: worker is 1 (out of 1 available) 138029 1726888184.91627: exiting _queue_task() for managed_node3/package 138029 1726888184.91638: done queuing things up, now waiting for results queue to drain 138029 1726888184.91640: waiting for pending results... 138029 1726888184.91832: running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present 138029 1726888184.91940: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002237 138029 1726888184.91952: variable 'ansible_search_path' from source: unknown 138029 1726888184.91986: calling self._execute() 138029 1726888184.92084: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.92089: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.92100: variable 'omit' from source: magic vars 138029 1726888184.92185: variable 'omit' from source: magic vars 138029 1726888184.92232: variable 'omit' from source: magic vars 138029 1726888184.92440: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888184.94222: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888184.94251: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888184.94363: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888184.94370: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888184.94373: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888184.94574: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888184.94594: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888184.94597: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888184.94600: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888184.94635: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888184.94718: variable '__storage_is_ostree' from source: set_fact 138029 1726888184.94814: variable 'omit' from source: magic vars 138029 1726888184.94819: variable 'omit' from source: magic vars 138029 1726888184.94822: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888184.94826: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888184.94915: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888184.94919: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.94922: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888184.94924: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888184.94926: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888184.94942: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888184.94944: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.94953: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.95085: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888184.95102: Set connection var ansible_timeout to 10 138029 1726888184.95105: Set connection var ansible_pipelining to False 138029 1726888184.95107: Set connection var ansible_shell_type to sh 138029 1726888184.95110: Set connection var ansible_connection to ssh 138029 1726888184.95112: Set connection var ansible_shell_executable to /bin/sh 138029 1726888184.95120: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.95123: variable 'ansible_connection' from source: unknown 138029 1726888184.95126: variable 'ansible_module_compression' from source: unknown 138029 1726888184.95128: variable 'ansible_shell_type' from source: unknown 138029 1726888184.95130: variable 'ansible_shell_executable' from source: unknown 138029 1726888184.95132: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888184.95134: variable 'ansible_pipelining' from source: unknown 138029 1726888184.95137: variable 'ansible_timeout' from source: unknown 138029 1726888184.95139: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888184.95306: 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) 138029 1726888184.95310: variable 'omit' from source: magic vars 138029 1726888184.95313: starting attempt loop 138029 1726888184.95315: running the handler 138029 1726888184.95317: variable 'ansible_facts' from source: unknown 138029 1726888184.95319: variable 'ansible_facts' from source: unknown 138029 1726888184.95340: _low_level_execute_command(): starting 138029 1726888184.95345: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888184.96029: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888184.96046: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888184.96105: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888184.97856: stdout chunk (state=3): >>>/root <<< 138029 1726888184.97985: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888184.97989: stdout chunk (state=3): >>><<< 138029 1726888184.98000: stderr chunk (state=3): >>><<< 138029 1726888184.98015: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888184.98027: _low_level_execute_command(): starting 138029 1726888184.98032: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888184.980158-143962-201750664795761 `" && echo ansible-tmp-1726888184.980158-143962-201750664795761="` echo /root/.ansible/tmp/ansible-tmp-1726888184.980158-143962-201750664795761 `" ) && sleep 0' 138029 1726888184.98535: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888184.98540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888184.98543: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888184.98546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888184.98590: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888184.98645: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888185.09163: stdout chunk (state=3): >>>ansible-tmp-1726888184.980158-143962-201750664795761=/root/.ansible/tmp/ansible-tmp-1726888184.980158-143962-201750664795761 <<< 138029 1726888185.09169: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888185.09172: stdout chunk (state=3): >>><<< 138029 1726888185.09174: stderr chunk (state=3): >>><<< 138029 1726888185.09181: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888184.980158-143962-201750664795761=/root/.ansible/tmp/ansible-tmp-1726888184.980158-143962-201750664795761 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888185.09184: variable 'ansible_module_compression' from source: unknown 138029 1726888185.09294: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 138029 1726888185.09297: variable 'ansible_facts' from source: unknown 138029 1726888185.09361: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888184.980158-143962-201750664795761/AnsiballZ_dnf.py 138029 1726888185.09577: Sending initial data 138029 1726888185.09580: Sent initial data (153 bytes) 138029 1726888185.10070: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888185.10167: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888185.10171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888185.10173: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888185.10176: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888185.10194: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888185.10241: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888185.10244: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888185.10292: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888185.11968: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 138029 1726888185.11981: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 138029 1726888185.11997: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888185.12067: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888185.12123: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpr6h2csln /root/.ansible/tmp/ansible-tmp-1726888184.980158-143962-201750664795761/AnsiballZ_dnf.py <<< 138029 1726888185.12126: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888184.980158-143962-201750664795761/AnsiballZ_dnf.py" <<< 138029 1726888185.12168: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpr6h2csln" to remote "/root/.ansible/tmp/ansible-tmp-1726888184.980158-143962-201750664795761/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888184.980158-143962-201750664795761/AnsiballZ_dnf.py" <<< 138029 1726888185.13161: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888185.13164: stderr chunk (state=3): >>><<< 138029 1726888185.13166: stdout chunk (state=3): >>><<< 138029 1726888185.13280: done transferring module to remote 138029 1726888185.13284: _low_level_execute_command(): starting 138029 1726888185.13286: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888184.980158-143962-201750664795761/ /root/.ansible/tmp/ansible-tmp-1726888184.980158-143962-201750664795761/AnsiballZ_dnf.py && sleep 0' 138029 1726888185.13892: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888185.13908: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888185.13922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888185.13975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888185.14007: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888185.14062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888185.14080: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888185.14149: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888185.14185: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888185.14242: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888185.14300: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888185.16113: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888185.16146: stderr chunk (state=3): >>><<< 138029 1726888185.16149: stdout chunk (state=3): >>><<< 138029 1726888185.16168: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888185.16231: _low_level_execute_command(): starting 138029 1726888185.16234: _low_level_execute_command(): using become for this command 138029 1726888185.16237: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-pkvtsqfdwghbspwnscpbkzldknfcwfuv ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888184.980158-143962-201750664795761/AnsiballZ_dnf.py'"'"' && sleep 0' 138029 1726888185.16577: Initial state: awaiting_escalation: BECOME-SUCCESS-pkvtsqfdwghbspwnscpbkzldknfcwfuv 138029 1726888185.16911: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888185.16970: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888185.16982: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888185.17030: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888185.17143: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888185.17232: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888185.17252: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888185.20159: stdout chunk (state=1): >>>BECOME-SUCCESS-pkvtsqfdwghbspwnscpbkzldknfcwfuv <<< 138029 1726888185.20163: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-pkvtsqfdwghbspwnscpbkzldknfcwfuv' 138029 1726888185.20488: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888185.20524: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888185.20556: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888185.20562: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888185.20630: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888185.20635: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888185.20668: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888185.20698: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888185.20702: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888185.20737: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888185.20806: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888185.20809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.20833: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888185.20849: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888185.20929: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888185.20944: 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 0x7fe7554183e0> <<< 138029 1726888185.20952: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7553e7a10> <<< 138029 1726888185.20982: 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' <<< 138029 1726888185.21027: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75541a960> import '_signal' # <<< 138029 1726888185.21030: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888185.21045: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888185.21094: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888185.21185: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888185.21211: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888185.21221: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888185.21266: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 138029 1726888185.21291: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888185.21306: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888185.21358: 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 <<< 138029 1726888185.21362: 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 0x7fe75522cfe0> <<< 138029 1726888185.21503: 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 0x7fe75522dfd0> 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. <<< 138029 1726888185.21746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888185.21771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888185.21812: 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' <<< 138029 1726888185.21817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888185.21876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888185.21881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888185.21909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755273dd0> <<< 138029 1726888185.21951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888185.21992: 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 0x7fe755273fe0> <<< 138029 1726888185.22007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888185.22050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888185.22074: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888185.22109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.22122: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888185.22172: 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 0x7fe7552a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888185.22201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552a3e60> <<< 138029 1726888185.22203: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888185.22251: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755283a70> <<< 138029 1726888185.22254: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888185.22305: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552811c0> <<< 138029 1726888185.22385: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755270f80> <<< 138029 1726888185.22414: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888185.22444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888185.22449: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888185.22469: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888185.22494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888185.22519: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888185.22530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888185.22561: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552c7800> <<< 138029 1726888185.22572: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552c6420> <<< 138029 1726888185.22596: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888185.22612: 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 0x7fe7552821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552c4bc0> <<< 138029 1726888185.22663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888185.22669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552f8860> <<< 138029 1726888185.22675: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755270200> <<< 138029 1726888185.22697: 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' <<< 138029 1726888185.22726: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.22739: 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 0x7fe7552f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552f8bc0> <<< 138029 1726888185.22777: 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 0x7fe7552f8f80> <<< 138029 1726888185.22782: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755266d20> <<< 138029 1726888185.22815: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888185.22820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.22837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888185.22872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888185.22881: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552f95e0> <<< 138029 1726888185.22896: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552f92b0> import 'importlib.machinery' # <<< 138029 1726888185.22921: 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' <<< 138029 1726888185.22948: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552fa4e0> <<< 138029 1726888185.22961: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888185.22972: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888185.22990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888185.23025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888185.23045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888185.23064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7553106e0> <<< 138029 1726888185.23070: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888185.23100: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.23105: 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 0x7fe755311dc0> <<< 138029 1726888185.23133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888185.23140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888185.23171: 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' <<< 138029 1726888185.23191: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755312c30> <<< 138029 1726888185.23228: 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 0x7fe755313260> <<< 138029 1726888185.23234: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755312180> <<< 138029 1726888185.23266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888185.23273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888185.23312: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.23320: 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 0x7fe755313ce0> <<< 138029 1726888185.23325: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755313410> <<< 138029 1726888185.23372: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552fa450> <<< 138029 1726888185.23388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888185.23419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888185.23436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888185.23461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888185.23492: 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 0x7fe75507fb30> <<< 138029 1726888185.23514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888185.23521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888185.23548: 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 0x7fe7550a8680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7550a83e0> <<< 138029 1726888185.23578: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.23583: 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 0x7fe7550a86b0> <<< 138029 1726888185.23604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888185.23619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888185.23683: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.23817: 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 0x7fe7550a8fe0> <<< 138029 1726888185.23951: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.23956: 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 0x7fe7550a9910> <<< 138029 1726888185.23967: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7550a8890> <<< 138029 1726888185.23983: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75507dcd0> <<< 138029 1726888185.24019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888185.24042: 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 <<< 138029 1726888185.24063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7550aac00> <<< 138029 1726888185.24094: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7550a8b30> <<< 138029 1726888185.24097: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552fac00> <<< 138029 1726888185.24123: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888185.24199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.24205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888185.24235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888185.24269: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7550d6f30> <<< 138029 1726888185.24322: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888185.24331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.24367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888185.24389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888185.24420: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7550ff2c0> <<< 138029 1726888185.24447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888185.24492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888185.24537: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888185.24576: 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 0x7fe755127fe0> <<< 138029 1726888185.24587: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888185.24631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888185.24651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888185.24683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888185.24768: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75515a780> <<< 138029 1726888185.24862: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755158140> <<< 138029 1726888185.24878: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7550fff50> <<< 138029 1726888185.24914: 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 0x7fe754f690d0> <<< 138029 1726888185.24937: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7550fe0c0> <<< 138029 1726888185.24950: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7550abb30> <<< 138029 1726888185.30196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888185.30208: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe754f69310> <<< 138029 1726888185.32240: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_ir0hjr12/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 138029 1726888185.32402: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.32429: 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' <<< 138029 1726888185.32486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888185.32601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888185.32615: 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 0x7fe754fbee10> import '_typing' # <<< 138029 1726888185.32803: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754f9dd00> <<< 138029 1726888185.32820: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754f9ce90> # zipimport: zlib available <<< 138029 1726888185.32851: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888185.32858: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.32886: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.32892: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.32916: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888185.32926: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.34353: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.35517: 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 0x7fe754fbd100> <<< 138029 1726888185.35548: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888185.35582: 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 <<< 138029 1726888185.35594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888185.35622: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888185.35627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888185.35659: 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 0x7fe754fea7b0> <<< 138029 1726888185.35695: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754fea540> <<< 138029 1726888185.35735: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754fe9e50> <<< 138029 1726888185.35770: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888185.35772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888185.35806: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754fea690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552829c0> <<< 138029 1726888185.35811: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888185.35828: 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 0x7fe754feb530> <<< 138029 1726888185.35875: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.35880: 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 0x7fe754feb770> <<< 138029 1726888185.35890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888185.35934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888185.35965: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888185.36001: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754febc20> <<< 138029 1726888185.36013: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888185.36061: 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' <<< 138029 1726888185.36097: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754919a00> <<< 138029 1726888185.36125: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.36133: 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 0x7fe75491b5f0> <<< 138029 1726888185.36145: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888185.36177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888185.36211: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75491bfb0> <<< 138029 1726888185.36223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888185.36280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754921190> <<< 138029 1726888185.36301: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888185.36331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888185.36360: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888185.36364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888185.36417: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754923b60> <<< 138029 1726888185.36463: 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 0x7fe755312ba0> <<< 138029 1726888185.36478: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754921e20> <<< 138029 1726888185.36497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888185.36528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888185.36549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888185.36570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888185.36578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888185.36607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888185.36633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888185.36645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754927890> <<< 138029 1726888185.36660: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888185.36724: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754926360> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7549260c0> <<< 138029 1726888185.36749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888185.36754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888185.36829: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754926630> <<< 138029 1726888185.36867: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7549222a0> <<< 138029 1726888185.36889: 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 0x7fe75496ba70> <<< 138029 1726888185.36920: 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 0x7fe75496bd10> <<< 138029 1726888185.36939: 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 <<< 138029 1726888185.36962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888185.36981: 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' <<< 138029 1726888185.37020: 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 0x7fe75496d790> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75496d550> <<< 138029 1726888185.37039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888185.37171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888185.37218: 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 0x7fe75496fce0> <<< 138029 1726888185.37223: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75496de50> <<< 138029 1726888185.37250: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888185.37291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.37310: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888185.37325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888185.37338: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888185.37383: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754973470> <<< 138029 1726888185.37507: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75496fe00> <<< 138029 1726888185.37582: 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 0x7fe754974770> <<< 138029 1726888185.37609: 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 0x7fe754974620> <<< 138029 1726888185.37650: 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 0x7fe7549748c0> <<< 138029 1726888185.37670: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75496bec0> <<< 138029 1726888185.37701: 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 <<< 138029 1726888185.37723: 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 <<< 138029 1726888185.37742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888185.37779: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.37797: 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 0x7fe754977f50> <<< 138029 1726888185.37949: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.37957: 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 0x7fe754801280> <<< 138029 1726888185.37966: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7549766f0> <<< 138029 1726888185.38005: 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 0x7fe754977aa0> <<< 138029 1726888185.38012: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754976330> # zipimport: zlib available <<< 138029 1726888185.38039: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.38051: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888185.38146: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.38235: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.38250: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888185.38271: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.38298: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.38302: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888185.38421: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.38544: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.39095: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.39642: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888185.39676: 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' # <<< 138029 1726888185.39691: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888185.39702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.39759: 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 0x7fe754805580> <<< 138029 1726888185.39841: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888185.39846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888185.39881: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754806390> <<< 138029 1726888185.39892: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548013a0> <<< 138029 1726888185.39926: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888185.39935: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.39960: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.39975: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888185.39990: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.40143: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.40297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888185.40320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754806b40> <<< 138029 1726888185.40327: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.40791: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.41235: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.41311: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.41383: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888185.41401: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.41441: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.41481: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888185.41549: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.41629: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888185.41656: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.41660: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888185.41688: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.41719: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.41771: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888185.42002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.42233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888185.42316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888185.42322: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888185.42395: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754807680> <<< 138029 1726888185.42398: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.42464: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.42555: 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' # <<< 138029 1726888185.42587: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.42631: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.42674: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888185.42677: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.42719: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.42766: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.42821: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.42896: 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 <<< 138029 1726888185.42958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.43024: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe754811f10> <<< 138029 1726888185.43057: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75480cfe0> <<< 138029 1726888185.43094: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888185.43104: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888185.43167: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.43233: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.43274: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.43338: 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' <<< 138029 1726888185.43345: 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 <<< 138029 1726888185.43377: 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 <<< 138029 1726888185.43452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888185.43474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888185.43485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888185.43556: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754902930> <<< 138029 1726888185.43589: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75500e600> <<< 138029 1726888185.43677: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754811f70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548016d0> <<< 138029 1726888185.43680: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888185.43713: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.43742: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 138029 1726888185.43754: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888185.43800: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888185.43812: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.43835: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888185.43854: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.44422: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.44949: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.45637: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.46294: 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 0x7fe7548a43b0> <<< 138029 1726888185.46319: 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 0x7fe7548a4620> <<< 138029 1726888185.46341: 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' <<< 138029 1726888185.46365: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 138029 1726888185.46375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 138029 1726888185.46400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 138029 1726888185.46409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a4d10> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a48c0> <<< 138029 1726888185.46426: 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' <<< 138029 1726888185.46444: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 138029 1726888185.46453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 138029 1726888185.46489: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a5640> <<< 138029 1726888185.46522: 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' <<< 138029 1726888185.46530: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 138029 1726888185.46551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 138029 1726888185.46567: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 138029 1726888185.46597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 138029 1726888185.46602: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 138029 1726888185.46624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 138029 1726888185.46634: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 138029 1726888185.46650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 138029 1726888185.46675: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75488c890> <<< 138029 1726888185.46695: 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 0x7fe75488d4f0> <<< 138029 1726888185.46711: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 138029 1726888185.46716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 138029 1726888185.46746: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7544a25a0> <<< 138029 1726888185.46790: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a6e40> <<< 138029 1726888185.46805: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 138029 1726888185.46853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 138029 1726888185.46871: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 138029 1726888185.46893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 138029 1726888185.46912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 138029 1726888185.46950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 138029 1726888185.47034: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7544a5160> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7544a3ce0> <<< 138029 1726888185.47058: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7544a3080> <<< 138029 1726888185.47091: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a62d0> <<< 138029 1726888185.47107: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 138029 1726888185.47125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 138029 1726888185.47148: 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 <<< 138029 1726888185.47198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 138029 1726888185.47218: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 138029 1726888185.47225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 138029 1726888185.47248: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7545110d0> <<< 138029 1726888185.47380: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7544c9220> <<< 138029 1726888185.47508: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a6810> <<< 138029 1726888185.47524: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 138029 1726888185.47539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 138029 1726888185.47558: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 138029 1726888185.47592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 138029 1726888185.47624: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 138029 1726888185.47632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' <<< 138029 1726888185.47659: stdout chunk (state=3): >>>import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754518b60> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754512ea0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7544c8d10> <<< 138029 1726888185.47691: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a59a0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a56d0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a53d0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a4680> <<< 138029 1726888185.47733: 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' <<< 138029 1726888185.47737: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a5670> <<< 138029 1726888185.47769: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 138029 1726888185.47775: 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 <<< 138029 1726888185.47790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 138029 1726888185.47834: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754519100> <<< 138029 1726888185.47856: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a5790> <<< 138029 1726888185.47865: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 138029 1726888185.47873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.47944: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754519850> <<< 138029 1726888185.47956: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 138029 1726888185.47990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 138029 1726888185.48047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888185.48081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888185.48158: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.48236: 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 0x7fe75451c530> <<< 138029 1726888185.48412: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7544fd6d0> <<< 138029 1726888185.48454: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75451a8a0> <<< 138029 1726888185.48477: 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' <<< 138029 1726888185.48518: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7544fd100> <<< 138029 1726888185.48542: 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 0x7fe754536390> <<< 138029 1726888185.48564: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 138029 1726888185.48608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 138029 1726888185.48611: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 138029 1726888185.48614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754537050> <<< 138029 1726888185.48635: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754536ae0> <<< 138029 1726888185.48649: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 138029 1726888185.48724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 138029 1726888185.48789: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754537320> <<< 138029 1726888185.48813: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 138029 1726888185.48844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 138029 1726888185.49068: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75450ba70> <<< 138029 1726888185.49087: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 138029 1726888185.49109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 138029 1726888185.49119: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7543c1e80> <<< 138029 1726888185.49180: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.49276: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 138029 1726888185.49284: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.49407: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.49540: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888185.49551: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.49603: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.49650: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 138029 1726888185.49663: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.49806: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.49923: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 138029 1726888185.50014: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888185.50486: 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' <<< 138029 1726888185.50513: 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 <<< 138029 1726888185.50518: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 138029 1726888185.50544: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 138029 1726888185.50550: 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 0x7fe7543fedb0> <<< 138029 1726888185.50576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888185.50609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888185.50734: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7543feed0> <<< 138029 1726888185.50753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 138029 1726888185.50770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 138029 1726888185.50788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 138029 1726888185.50818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 138029 1726888185.50837: 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' <<< 138029 1726888185.50841: stdout chunk (state=3): >>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe754153050> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7541528d0> <<< 138029 1726888185.50873: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.50884: 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 0x7fe754152a80> <<< 138029 1726888185.50901: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7543ff410> <<< 138029 1726888185.50935: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7543fe390> <<< 138029 1726888185.50972: 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 0x7fe7543feab0> <<< 138029 1726888185.50980: 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 <<< 138029 1726888185.51051: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 138029 1726888185.51077: 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' <<< 138029 1726888185.51111: 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 <<< 138029 1726888185.51114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 138029 1726888185.51234: 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 0x7fe7541cc620> <<< 138029 1726888185.51239: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7541cc200> <<< 138029 1726888185.51266: 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 <<< 138029 1726888185.51307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 138029 1726888185.51373: 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 0x7fe7541cfe60> <<< 138029 1726888185.51417: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7541cc6e0> <<< 138029 1726888185.51421: 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 <<< 138029 1726888185.51494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 138029 1726888185.52432: 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 0x7fe753cc2f90> <<< 138029 1726888185.52489: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7541cffe0> <<< 138029 1726888185.52509: 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 <<< 138029 1726888185.52576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 138029 1726888185.52670: 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 0x7fe753d40bf0> <<< 138029 1726888185.52808: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe753cc3470> <<< 138029 1726888185.52831: 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 <<< 138029 1726888185.52869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888185.52943: 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 0x7fe753d43ad0> <<< 138029 1726888185.52978: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe753d40c80> <<< 138029 1726888185.53000: 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 <<< 138029 1726888185.53046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888185.53122: 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 0x7fe753d7fb60> <<< 138029 1726888185.53163: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe753d43d70> <<< 138029 1726888185.53188: 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 <<< 138029 1726888185.53207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 138029 1726888185.53249: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 138029 1726888185.53254: 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 0x7fe752334e90> <<< 138029 1726888185.53280: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752334290> <<< 138029 1726888185.53294: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75416fd40> <<< 138029 1726888185.53297: 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 <<< 138029 1726888185.53338: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 138029 1726888185.53371: 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' <<< 138029 1726888185.53395: 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 <<< 138029 1726888185.53429: 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' <<< 138029 1726888185.53438: 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 0x7fe752354380> <<< 138029 1726888185.53470: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523377d0> <<< 138029 1726888185.53484: 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 <<< 138029 1726888185.53518: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 138029 1726888185.53542: 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' <<< 138029 1726888185.53570: 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 0x7fe752356a50> <<< 138029 1726888185.53587: 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 <<< 138029 1726888185.53608: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 138029 1726888185.53628: 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 <<< 138029 1726888185.53666: 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 0x7fe752357950> <<< 138029 1726888185.53684: 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 <<< 138029 1726888185.53693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.54104: 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 0x7fe75237c230> <<< 138029 1726888185.54161: 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 0x7fe752357fb0> <<< 138029 1726888185.54175: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752357b60> <<< 138029 1726888185.54212: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752356900> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523562a0> <<< 138029 1726888185.54242: 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 <<< 138029 1726888185.54249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.54334: 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 0x7fe75237f2f0> <<< 138029 1726888185.54354: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752356e70> <<< 138029 1726888185.54434: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752354710> <<< 138029 1726888185.54460: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752336de0> <<< 138029 1726888185.54490: 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' <<< 138029 1726888185.54626: 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 0x7fe752337500> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752337260> <<< 138029 1726888185.54651: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752335010> <<< 138029 1726888185.54676: 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 0x7fe7523b8980> <<< 138029 1726888185.54701: 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 <<< 138029 1726888185.54723: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 138029 1726888185.54752: 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 <<< 138029 1726888185.54786: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 138029 1726888185.54794: 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' <<< 138029 1726888185.54806: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523baea0> <<< 138029 1726888185.54835: 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' <<< 138029 1726888185.54875: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523bb680> <<< 138029 1726888185.54888: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523ba180> <<< 138029 1726888185.54900: 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 <<< 138029 1726888185.54917: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 138029 1726888185.54923: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523bbe90> <<< 138029 1726888185.54970: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523b8830> <<< 138029 1726888185.54980: 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' <<< 138029 1726888185.55000: 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 <<< 138029 1726888185.55021: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 138029 1726888185.55048: 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 <<< 138029 1726888185.55063: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 138029 1726888185.55083: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523e5940> <<< 138029 1726888185.55090: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523e4ec0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523e4ce0> <<< 138029 1726888185.55122: 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' <<< 138029 1726888185.55149: 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 <<< 138029 1726888185.55174: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888185.55195: 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 <<< 138029 1726888185.55212: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 138029 1726888185.55241: 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' <<< 138029 1726888185.55263: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751cb0980> <<< 138029 1726888185.55282: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 138029 1726888185.55336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 138029 1726888185.55354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888185.55405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888185.55423: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888185.55437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 138029 1726888185.55442: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751cde9f0> <<< 138029 1726888185.55474: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.55487: 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 0x7fe751cded50> <<< 138029 1726888185.55536: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751cb2c90> <<< 138029 1726888185.55574: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751cb0e30> <<< 138029 1726888185.55603: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523e7e30> <<< 138029 1726888185.55625: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523e60c0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523e5e20> <<< 138029 1726888185.55650: 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 <<< 138029 1726888185.55679: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 138029 1726888185.55694: 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' <<< 138029 1726888185.55781: 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 0x7fe751d18830> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751cdf950> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523e6600> <<< 138029 1726888185.55811: 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 <<< 138029 1726888185.55814: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 138029 1726888185.55844: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d18f80> <<< 138029 1726888185.55864: 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 0x7fe751d19340> <<< 138029 1726888185.55890: 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 0x7fe751d19400> <<< 138029 1726888185.55921: 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' <<< 138029 1726888185.55936: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d19520> <<< 138029 1726888185.55947: 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 <<< 138029 1726888185.55978: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 138029 1726888185.55990: 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 <<< 138029 1726888185.56019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 138029 1726888185.56082: 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 0x7fe751d38110> <<< 138029 1726888185.56096: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d1a240> <<< 138029 1726888185.56119: 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 0x7fe751d38260> <<< 138029 1726888185.56144: 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 <<< 138029 1726888185.56149: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 138029 1726888185.56201: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d38350> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d19370> <<< 138029 1726888185.56231: 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' <<< 138029 1726888185.56246: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d38500> <<< 138029 1726888185.56274: 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' <<< 138029 1726888185.56311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888185.56375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888185.56403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888185.56486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888185.56517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888185.56535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888185.56574: 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 0x7fe751d63ec0> <<< 138029 1726888185.56577: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d63320> <<< 138029 1726888185.56634: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d61dc0> <<< 138029 1726888185.56782: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d39d00> <<< 138029 1726888185.56797: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d39160> <<< 138029 1726888185.56815: 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 <<< 138029 1726888185.56830: 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 0x7fe751d3b0e0> <<< 138029 1726888185.56840: 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 <<< 138029 1726888185.56862: 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 0x7fe751d60050> <<< 138029 1726888185.56891: 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 0x7fe751da0710> <<< 138029 1726888185.56914: 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 <<< 138029 1726888185.56928: 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 0x7fe751da0980> <<< 138029 1726888185.56960: 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' <<< 138029 1726888185.56988: 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 <<< 138029 1726888185.56991: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 138029 1726888185.57001: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751da12b0> <<< 138029 1726888185.57024: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751da0d40> <<< 138029 1726888185.57039: 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' <<< 138029 1726888185.57070: stdout chunk (state=3): >>>import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751da21b0> <<< 138029 1726888185.57075: stdout chunk (state=3): >>>import 'gc' # <<< 138029 1726888185.57093: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754153140> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7543fd940> <<< 138029 1726888185.64406: 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' <<< 138029 1726888185.64443: 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' <<< 138029 1726888185.64452: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751da2f30> <<< 138029 1726888185.64480: 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 <<< 138029 1726888185.64487: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.64511: 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 <<< 138029 1726888185.64551: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 138029 1726888185.64584: 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 <<< 138029 1726888185.64635: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 138029 1726888185.64662: 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 <<< 138029 1726888185.64669: 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 0x7fe751b7b9e0> <<< 138029 1726888185.64697: 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' <<< 138029 1726888185.64714: 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 <<< 138029 1726888185.64742: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 138029 1726888185.64768: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 138029 1726888185.64775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.64897: 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 0x7fe751b9da30> <<< 138029 1726888185.64904: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751b9d5e0> <<< 138029 1726888185.64945: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.64966: 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 0x7fe752356a20> <<< 138029 1726888185.64974: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751b9c4a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751b7bce0> <<< 138029 1726888185.64998: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751b78a40> <<< 138029 1726888185.65024: 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 <<< 138029 1726888185.65034: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888185.65057: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751b7b7a0> <<< 138029 1726888185.65079: 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 <<< 138029 1726888185.65117: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.65137: 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 <<< 138029 1726888185.65174: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 138029 1726888185.65192: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bb2f30> <<< 138029 1726888185.65210: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bb1a60> <<< 138029 1726888185.65248: 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 <<< 138029 1726888185.65262: 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 0x7fe751bd8740> <<< 138029 1726888185.65290: 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 <<< 138029 1726888185.65299: 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 0x7fe751bd8a40> <<< 138029 1726888185.65327: 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 <<< 138029 1726888185.65331: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bd8cb0> <<< 138029 1726888185.65364: 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 <<< 138029 1726888185.65424: 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 0x7fe751bd8f50> # /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 <<< 138029 1726888185.65454: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 138029 1726888185.65495: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bd9670> <<< 138029 1726888185.65506: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bd94c0> <<< 138029 1726888185.65517: 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 <<< 138029 1726888185.65537: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' <<< 138029 1726888185.65548: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bdaf30> # /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 <<< 138029 1726888185.65568: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bdb080> <<< 138029 1726888185.65583: 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 <<< 138029 1726888185.65616: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 138029 1726888185.65623: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bdb290> <<< 138029 1726888185.65649: 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 <<< 138029 1726888185.65662: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 138029 1726888185.65685: 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 <<< 138029 1726888185.65711: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 138029 1726888185.65723: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bf0200> <<< 138029 1726888185.65748: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bdba40> <<< 138029 1726888185.65752: 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 <<< 138029 1726888185.65780: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 138029 1726888185.65785: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bf0da0> <<< 138029 1726888185.65809: 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 <<< 138029 1726888185.65816: 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 0x7fe751bf11f0> <<< 138029 1726888185.65849: 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 <<< 138029 1726888185.65857: 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 0x7fe751bf13a0> <<< 138029 1726888185.65876: 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 <<< 138029 1726888185.65895: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 138029 1726888185.65925: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bf1610> <<< 138029 1726888185.65947: 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 <<< 138029 1726888185.65965: 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 0x7fe751bf24b0> <<< 138029 1726888185.65986: 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 <<< 138029 1726888185.66001: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 138029 1726888185.66011: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bf2720> <<< 138029 1726888185.66029: 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 <<< 138029 1726888185.66049: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 138029 1726888185.66056: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bf2900> <<< 138029 1726888185.66092: 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' <<< 138029 1726888185.66114: 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 <<< 138029 1726888185.66126: 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 0x7fe751bf3500> <<< 138029 1726888185.66160: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bf3020> <<< 138029 1726888185.66164: 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 <<< 138029 1726888185.66180: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 138029 1726888185.66201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 138029 1726888185.66219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' <<< 138029 1726888185.66233: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c183b0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bf3cb0> <<< 138029 1726888185.66268: 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 <<< 138029 1726888185.66275: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c19010> <<< 138029 1726888185.66298: 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 <<< 138029 1726888185.66318: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 138029 1726888185.66332: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c19310> <<< 138029 1726888185.66346: 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 <<< 138029 1726888185.66372: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 138029 1726888185.66378: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c1a240> <<< 138029 1726888185.66404: 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 <<< 138029 1726888185.66418: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c1a4e0> <<< 138029 1726888185.66425: 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 <<< 138029 1726888185.66443: 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 0x7fe751c1a690> <<< 138029 1726888185.66458: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751da3380> <<< 138029 1726888185.66474: stdout chunk (state=3): >>>import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751da3110> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751da2840> <<< 138029 1726888185.66497: 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 <<< 138029 1726888185.66504: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 138029 1726888185.66533: 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' <<< 138029 1726888185.66572: 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' <<< 138029 1726888185.66577: stdout chunk (state=3): >>>import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c1b020> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c1ad80> <<< 138029 1726888185.66595: 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 <<< 138029 1726888185.66599: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.66622: 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 <<< 138029 1726888185.66668: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888185.66694: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 138029 1726888185.66737: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 138029 1726888185.66788: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c41490> <<< 138029 1726888185.66813: 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' <<< 138029 1726888185.66901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888185.66906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 138029 1726888185.66942: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c42ba0> <<< 138029 1726888185.67002: 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 0x7fe751c41d90> <<< 138029 1726888185.67008: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c418e0> <<< 138029 1726888185.67030: 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 <<< 138029 1726888185.67050: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 138029 1726888185.67086: 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 <<< 138029 1726888185.67090: 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 0x7fe751990350> <<< 138029 1726888185.67092: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75197b740> <<< 138029 1726888185.67121: 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 <<< 138029 1726888185.67127: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.67149: 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 <<< 138029 1726888185.67192: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 138029 1726888185.67213: stdout chunk (state=3): >>>import 'six.moves' # <<< 138029 1726888185.67238: 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 <<< 138029 1726888185.67252: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 138029 1726888185.67276: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751993200> <<< 138029 1726888185.67283: 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 <<< 138029 1726888185.67301: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 138029 1726888185.67307: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751993b00> <<< 138029 1726888185.67336: 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 <<< 138029 1726888185.67344: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 138029 1726888185.67373: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 138029 1726888185.67411: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519909e0> <<< 138029 1726888185.67417: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519906b0> <<< 138029 1726888185.67454: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c1b2c0> <<< 138029 1726888185.67482: 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 <<< 138029 1726888185.67486: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 138029 1726888185.67513: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c406e0> <<< 138029 1726888185.67529: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c1ae70> <<< 138029 1726888185.67546: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751da2de0> <<< 138029 1726888185.67557: 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 <<< 138029 1726888185.67585: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 138029 1726888185.67618: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519bdd30> <<< 138029 1726888185.67642: 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 <<< 138029 1726888185.67673: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 138029 1726888185.67690: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519be600> <<< 138029 1726888185.67719: 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 <<< 138029 1726888185.67726: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 138029 1726888185.67732: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519bf620> <<< 138029 1726888185.67761: 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 <<< 138029 1726888185.67778: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 138029 1726888185.67791: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519bfc80> <<< 138029 1726888185.67816: 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 <<< 138029 1726888185.67830: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 138029 1726888185.67843: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py <<< 138029 1726888185.67859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.67870: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 138029 1726888185.67882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 138029 1726888185.67919: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.68059: 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 0x7fe7519e5370> <<< 138029 1726888185.68081: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519e4d40> <<< 138029 1726888185.68092: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519e49e0> <<< 138029 1726888185.68098: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519e4680> <<< 138029 1726888185.68125: 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 <<< 138029 1726888185.68139: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 138029 1726888185.68179: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519e4aa0> <<< 138029 1726888185.68197: 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 <<< 138029 1726888185.68214: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 138029 1726888185.68247: 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 <<< 138029 1726888185.68251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888185.68284: 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 0x7fe7519e70e0> <<< 138029 1726888185.68300: 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' <<< 138029 1726888185.68310: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519e71a0> <<< 138029 1726888185.68338: 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 <<< 138029 1726888185.68344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 138029 1726888185.68448: 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' <<< 138029 1726888185.68459: stdout chunk (state=3): >>>import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7519e78c0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519e7740> <<< 138029 1726888185.68476: 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 <<< 138029 1726888185.68486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 138029 1726888185.68509: 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 <<< 138029 1726888185.68514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 138029 1726888185.68541: 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 <<< 138029 1726888185.68652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888185.68684: 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 0x7fe751a15f10> <<< 138029 1726888185.68707: 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 <<< 138029 1726888185.68716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 138029 1726888185.68745: 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 <<< 138029 1726888185.68751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 138029 1726888185.68779: 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 0x7fe751a17140> <<< 138029 1726888185.68802: 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 0x7fe751a173b0> <<< 138029 1726888185.68824: 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' <<< 138029 1726888185.68857: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888185.68887: 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 0x7fe751a17500> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a17350> <<< 138029 1726888185.68896: stdout chunk (state=3): >>>import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a16c00> <<< 138029 1726888185.68913: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a16090> <<< 138029 1726888185.68921: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a15340> <<< 138029 1726888185.68942: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a148c0> <<< 138029 1726888185.68950: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a14170> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519e6bd0> <<< 138029 1726888185.68987: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519e60c0> <<< 138029 1726888185.69002: 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 <<< 138029 1726888185.69023: 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 0x7fe751a16ea0> <<< 138029 1726888185.69049: 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 <<< 138029 1726888185.69058: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 138029 1726888185.69075: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a17a40> <<< 138029 1726888185.69088: 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 <<< 138029 1726888185.69111: 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 0x7fe751a40350> <<< 138029 1726888185.69127: 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 <<< 138029 1726888185.69144: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 138029 1726888185.69150: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a40710> <<< 138029 1726888185.69174: 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 <<< 138029 1726888185.69195: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 138029 1726888185.69210: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a41040> <<< 138029 1726888185.69228: 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 <<< 138029 1726888185.69268: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 138029 1726888185.69290: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a41bb0> <<< 138029 1726888185.87434: 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}}} <<< 138029 1726888186.03603: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 138029 1726888186.03636: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888186.04128: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888186.04238: 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 <<< 138029 1726888186.04327: 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 # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # 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] removin<<< 138029 1726888186.04375: stdout chunk (state=3): >>>g _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # 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._parsea<<< 138029 1726888186.04391: stdout chunk (state=3): >>>ddr # 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] <<< 138029 1726888186.04405: stdout chunk (state=3): >>>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 <<< 138029 1726888186.04424: stdout chunk (state=3): >>># 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 <<< 138029 1726888186.04986: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888186.04990: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 138029 1726888186.05013: stdout chunk (state=3): >>># destroy bz2 # destroy lzma <<< 138029 1726888186.05016: stdout chunk (state=3): >>># destroy zipfile._path <<< 138029 1726888186.05034: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888186.05054: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888186.05072: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 138029 1726888186.05110: stdout chunk (state=3): >>># destroy selinux <<< 138029 1726888186.05117: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 138029 1726888186.05135: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 138029 1726888186.05180: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 138029 1726888186.05195: 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 <<< 138029 1726888186.05202: stdout chunk (state=3): >>># destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 138029 1726888186.05230: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 138029 1726888186.05251: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 138029 1726888186.05257: stdout chunk (state=3): >>># destroy _sqlite3 <<< 138029 1726888186.05274: 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 <<< 138029 1726888186.05281: stdout chunk (state=3): >>># destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 138029 1726888186.05295: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 138029 1726888186.05327: 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<<< 138029 1726888186.05347: stdout chunk (state=3): >>> # 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 <<< 138029 1726888186.05354: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group <<< 138029 1726888186.05399: 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 # 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 <<< 138029 1726888186.05413: stdout chunk (state=3): >>># 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 <<< 138029 1726888186.05430: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 138029 1726888186.05443: 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 <<< 138029 1726888186.05467: stdout chunk (state=3): >>># destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction <<< 138029 1726888186.05488: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf <<< 138029 1726888186.05495: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue <<< 138029 1726888186.05524: stdout chunk (state=3): >>># cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar <<< 138029 1726888186.05528: 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 <<< 138029 1726888186.05552: 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 <<< 138029 1726888186.05561: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils <<< 138029 1726888186.05599: stdout chunk (state=3): >>># cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime <<< 138029 1726888186.05609: 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 <<< 138029 1726888186.05654: stdout chunk (state=3): >>># cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 138029 1726888186.05661: 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 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 <<< 138029 1726888186.05679: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 138029 1726888186.05703: 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 <<< 138029 1726888186.05718: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale <<< 138029 1726888186.05740: stdout chunk (state=3): >>># cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder <<< 138029 1726888186.05748: stdout chunk (state=3): >>># cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 138029 1726888186.05785: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno <<< 138029 1726888186.05805: 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 <<< 138029 1726888186.05816: stdout chunk (state=3): >>># destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap<<< 138029 1726888186.05839: stdout chunk (state=3): >>> # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct <<< 138029 1726888186.05847: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum<<< 138029 1726888186.05871: stdout chunk (state=3): >>> # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888186.05887: 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 _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 138029 1726888186.05904: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 138029 1726888186.05922: 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 <<< 138029 1726888186.05957: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux <<< 138029 1726888186.05960: stdout chunk (state=3): >>># destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888186.06461: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888186.06469: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888186.06507: stdout chunk (state=3): >>># destroy _weakref # destroy _thread <<< 138029 1726888186.06513: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888186.06541: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888186.06553: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888186.06568: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888186.06583: stdout chunk (state=3): >>># destroy _compat_pickle <<< 138029 1726888186.06589: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888186.06619: stdout chunk (state=3): >>># destroy _queue <<< 138029 1726888186.06622: stdout chunk (state=3): >>># destroy array # destroy copyreg <<< 138029 1726888186.06651: 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 <<< 138029 1726888186.06671: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888186.06674: stdout chunk (state=3): >>># destroy _tokenize <<< 138029 1726888186.06691: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy gzip <<< 138029 1726888186.06698: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 138029 1726888186.06740: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd <<< 138029 1726888186.06746: 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 <<< 138029 1726888186.06770: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 138029 1726888186.06818: 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 <<< 138029 1726888186.06848: stdout chunk (state=3): >>># destroy rpm <<< 138029 1726888186.06887: 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 <<< 138029 1726888186.06894: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 138029 1726888186.06970: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 138029 1726888186.07006: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 138029 1726888186.07047: stdout chunk (state=3): >>># destroy _ssl <<< 138029 1726888186.07122: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888186.07257: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888186.07269: stdout chunk (state=3): >>># destroy re <<< 138029 1726888186.07285: stdout chunk (state=3): >>># destroy _random <<< 138029 1726888186.07298: stdout chunk (state=3): >>># destroy _sre <<< 138029 1726888186.07312: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726888186.08123: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888186.08153: stderr chunk (state=3): >>><<< 138029 1726888186.08159: stdout chunk (state=3): >>><<< 138029 1726888186.08312: _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 0x7fe7554183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7553e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75541a960> 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 0x7fe75522cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fe75522dfd0> 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 0x7fe755273dd0> # /usr/lib64/python3.12/__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 0x7fe755273fe0> # /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 0x7fe7552a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755283a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755270f80> # /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 0x7fe7552c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552c4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755270200> # /usr/lib64/python3.12/__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 0x7fe7552f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7552f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755266d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fe7552f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552f92b0> 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 0x7fe7552fa4e0> 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 0x7fe7553106e0> 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 0x7fe755311dc0> # /usr/lib64/python3.12/__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 0x7fe755312c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe755313260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755312180> # /usr/lib64/python3.12/__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 0x7fe755313ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755313410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552fa450> # /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 0x7fe75507fb30> # /usr/lib64/python3.12/__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 0x7fe7550a8680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7550a83e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7550a86b0> # /usr/lib64/python3.12/__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 0x7fe7550a8fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7550a9910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7550a8890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75507dcd0> # /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 0x7fe7550aac00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7550a8b30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552fac00> # /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 0x7fe7550d6f30> # /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 0x7fe7550ff2c0> # /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 0x7fe755127fe0> # /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 0x7fe75515a780> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe755158140> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7550fff50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754f690d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7550fe0c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7550abb30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe754f69310> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_ir0hjr12/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 0x7fe754fbee10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754f9dd00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754f9ce90> # 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 0x7fe754fbd100> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fe754fea7b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754fea540> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754fe9e50> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fe754fea690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7552829c0> 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 0x7fe754feb530> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe754feb770> # /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 0x7fe754febc20> 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 0x7fe754919a00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe75491b5f0> # /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 0x7fe75491bfb0> # /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 0x7fe754921190> # /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 0x7fe754923b60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe755312ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754921e20> # /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 0x7fe754927890> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754926360> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7549260c0> # /usr/lib64/python3.12/__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 0x7fe754926630> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7549222a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe75496ba70> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75496bd10> # /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 0x7fe75496d790> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75496d550> # /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 0x7fe75496fce0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75496de50> # /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 0x7fe754973470> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75496fe00> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe754974770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe754974620> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe7549748c0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75496bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fe754977f50> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe754801280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7549766f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe754977aa0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754976330> # 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 0x7fe754805580> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fe754806390> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548013a0> 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 0x7fe754806b40> # 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 0x7fe754807680> # 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 0x7fe754811f10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75480cfe0> 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 0x7fe754902930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75500e600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754811f70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548016d0> # 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 0x7fe7548a43b0> # /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 0x7fe7548a4620> # /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 0x7fe7548a4d10> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a48c0> # /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 0x7fe7548a5640> # /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 0x7fe75488c890> # /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 0x7fe75488d4f0> # /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 0x7fe7544a25a0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a6e40> # /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 0x7fe7544a5160> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7544a3ce0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7544a3080> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a62d0> # /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 0x7fe7545110d0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7544c9220> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a6810> # /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 0x7fe754518b60> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754512ea0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7544c8d10> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a59a0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a56d0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a53d0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a4680> # /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 0x7fe7548a5670> # /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 0x7fe754519100> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7548a5790> # /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 0x7fe754519850> # /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 0x7fe75451c530> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7544fd6d0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75451a8a0> # /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 0x7fe7544fd100> # /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 0x7fe754536390> # /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 0x7fe754537050> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754536ae0> # /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 0x7fe754537320> # /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 0x7fe75450ba70> # /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 0x7fe7543c1e80> # 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 0x7fe7543fedb0> # /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 0x7fe7543feed0> # /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 0x7fe754153050> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7541528d0> # 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 0x7fe754152a80> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7543ff410> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7543fe390> # /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 0x7fe7543feab0> # /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 0x7fe7541cc620> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7541cc200> # /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 0x7fe7541cfe60> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7541cc6e0> # /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 0x7fe753cc2f90> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7541cffe0> # /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 0x7fe753d40bf0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe753cc3470> # /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 0x7fe753d43ad0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe753d40c80> # /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 0x7fe753d7fb60> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe753d43d70> # /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 0x7fe752334e90> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752334290> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75416fd40> # /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 0x7fe752354380> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523377d0> # /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 0x7fe752356a50> # /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 0x7fe752357950> # /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 0x7fe75237c230> # /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 0x7fe752357fb0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752357b60> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752356900> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523562a0> # /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 0x7fe75237f2f0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752356e70> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752354710> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752336de0> # /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 0x7fe752337500> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752337260> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe752335010> # /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 0x7fe7523b8980> # /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 0x7fe7523baea0> # /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 0x7fe7523bb680> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523ba180> # /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 0x7fe7523bbe90> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523b8830> # /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 0x7fe7523e5940> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523e4ec0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523e4ce0> # /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 0x7fe751cb0980> # /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 0x7fe751cde9f0> # 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 0x7fe751cded50> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751cb2c90> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751cb0e30> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523e7e30> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523e60c0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523e5e20> # /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 0x7fe751d18830> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751cdf950> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7523e6600> # /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 0x7fe751d18f80> # /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 0x7fe751d19340> # /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 0x7fe751d19400> # /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 0x7fe751d19520> # /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 0x7fe751d38110> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d1a240> # /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 0x7fe751d38260> # /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 0x7fe751d38350> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d19370> # /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 0x7fe751d38500> # /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 0x7fe751d63ec0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d63320> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d61dc0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d39d00> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751d39160> # /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 0x7fe751d3b0e0> # /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 0x7fe751d60050> # /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 0x7fe751da0710> # /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 0x7fe751da0980> # /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 0x7fe751da12b0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751da0d40> # /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 0x7fe751da21b0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe754153140> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7543fd940> # /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 0x7fe751da2f30> # /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 0x7fe751b7b9e0> # /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 0x7fe751b9da30> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751b9d5e0> # 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 0x7fe752356a20> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751b9c4a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751b7bce0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751b78a40> # /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 0x7fe751b7b7a0> # /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 0x7fe751bb2f30> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bb1a60> # /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 0x7fe751bd8740> # /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 0x7fe751bd8a40> # /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 0x7fe751bd8cb0> # /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 0x7fe751bd8f50> # /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 0x7fe751bd9670> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bd94c0> # /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 0x7fe751bdaf30> # /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 0x7fe751bdb080> # /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 0x7fe751bdb290> # /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 0x7fe751bf0200> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bdba40> # /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 0x7fe751bf0da0> # /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 0x7fe751bf11f0> # /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 0x7fe751bf13a0> # /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 0x7fe751bf1610> # /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 0x7fe751bf24b0> # /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 0x7fe751bf2720> # /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 0x7fe751bf2900> # /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 0x7fe751bf3500> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bf3020> # /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 0x7fe751c183b0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751bf3cb0> # /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 0x7fe751c19010> # /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 0x7fe751c19310> # /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 0x7fe751c1a240> # /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 0x7fe751c1a4e0> # /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 0x7fe751c1a690> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751da3380> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751da3110> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751da2840> # /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 0x7fe751c1b020> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c1ad80> # /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 0x7fe751c41490> # /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 0x7fe751c42ba0> # 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 0x7fe751c41d90> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c418e0> # /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 0x7fe751990350> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe75197b740> # /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 0x7fe751993200> # /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 0x7fe751993b00> # /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 0x7fe7519909e0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519906b0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c1b2c0> # /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 0x7fe751c406e0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751c1ae70> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751da2de0> # /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 0x7fe7519bdd30> # /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 0x7fe7519be600> # /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 0x7fe7519bf620> # /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 0x7fe7519bfc80> # /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 0x7fe7519e5370> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519e4d40> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519e49e0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519e4680> # /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 0x7fe7519e4aa0> # /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 0x7fe7519e70e0> # /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 0x7fe7519e71a0> # /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 0x7fe7519e78c0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519e7740> # /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 0x7fe751a15f10> # /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 0x7fe751a17140> # /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 0x7fe751a173b0> # /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 0x7fe751a17500> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a17350> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a16c00> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a16090> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a15340> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a148c0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe751a14170> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519e6bd0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe7519e60c0> # /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 0x7fe751a16ea0> # /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 0x7fe751a17a40> # /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 0x7fe751a40350> # /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 0x7fe751a40710> # /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 0x7fe751a41040> # /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 0x7fe751a41bb0> {"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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888186.09473: 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-1726888184.980158-143962-201750664795761/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888186.09476: _low_level_execute_command(): starting 138029 1726888186.09479: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888184.980158-143962-201750664795761/ > /dev/null 2>&1 && sleep 0' 138029 1726888186.09481: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888186.09483: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888186.09485: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888186.09487: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888186.09490: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888186.09492: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888186.09494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888186.09496: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888186.09498: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888186.09501: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888186.09503: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888186.09506: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888186.09511: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888186.09513: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888186.09516: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888186.09518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888186.09521: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888186.09523: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888186.09525: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888186.09527: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888186.11284: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888186.11308: stderr chunk (state=3): >>><<< 138029 1726888186.11311: stdout chunk (state=3): >>><<< 138029 1726888186.11323: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888186.11330: handler run complete 138029 1726888186.11363: attempt loop complete, returning result 138029 1726888186.11369: _execute() done 138029 1726888186.11371: dumping result to json 138029 1726888186.11373: done dumping result, returning 138029 1726888186.11376: done running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-5a58-73a2-000000002237] 138029 1726888186.11381: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002237 138029 1726888186.11478: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002237 138029 1726888186.11481: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 138029 1726888186.11548: no more pending results, returning what we have 138029 1726888186.11551: results queue empty 138029 1726888186.11552: checking for any_errors_fatal 138029 1726888186.11560: done checking for any_errors_fatal 138029 1726888186.11561: checking for max_fail_percentage 138029 1726888186.11563: done checking for max_fail_percentage 138029 1726888186.11564: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.11567: done checking to see if all hosts have failed 138029 1726888186.11567: getting the remaining hosts for this loop 138029 1726888186.11569: done getting the remaining hosts for this loop 138029 1726888186.11573: getting the next task for host managed_node3 138029 1726888186.11580: done getting next task for host managed_node3 138029 1726888186.11583: ^ task is: TASK: Collect LUKS info for this volume 138029 1726888186.11595: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.11600: getting variables 138029 1726888186.11605: in VariableManager get_vars() 138029 1726888186.11638: Calling all_inventory to load vars for managed_node3 138029 1726888186.11640: Calling groups_inventory to load vars for managed_node3 138029 1726888186.11643: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.11653: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.11659: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.11661: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.12152: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.12613: done with get_vars() 138029 1726888186.12628: done getting variables 138029 1726888186.12678: 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:09:46 -0400 (0:00:01.212) 0:03:18.850 ****** 138029 1726888186.12732: entering _queue_task() for managed_node3/command 138029 1726888186.12951: worker is 1 (out of 1 available) 138029 1726888186.12970: exiting _queue_task() for managed_node3/command 138029 1726888186.12983: done queuing things up, now waiting for results queue to drain 138029 1726888186.12985: waiting for pending results... 138029 1726888186.13303: running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume 138029 1726888186.13388: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002238 138029 1726888186.13408: variable 'ansible_search_path' from source: unknown 138029 1726888186.13470: calling self._execute() 138029 1726888186.13599: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.13603: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.13608: variable 'omit' from source: magic vars 138029 1726888186.14012: variable 'storage_test_volume' from source: include params 138029 1726888186.14084: variable '_storage_test_volume_present' from source: set_fact 138029 1726888186.14089: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 138029 1726888186.14094: when evaluation is False, skipping this task 138029 1726888186.14096: _execute() done 138029 1726888186.14099: dumping result to json 138029 1726888186.14131: done dumping result, returning 138029 1726888186.14168: done running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-5a58-73a2-000000002238] 138029 1726888186.14171: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002238 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888186.14373: no more pending results, returning what we have 138029 1726888186.14377: results queue empty 138029 1726888186.14378: checking for any_errors_fatal 138029 1726888186.14387: done checking for any_errors_fatal 138029 1726888186.14389: checking for max_fail_percentage 138029 1726888186.14390: done checking for max_fail_percentage 138029 1726888186.14394: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.14395: done checking to see if all hosts have failed 138029 1726888186.14396: getting the remaining hosts for this loop 138029 1726888186.14397: done getting the remaining hosts for this loop 138029 1726888186.14400: getting the next task for host managed_node3 138029 1726888186.14407: done getting next task for host managed_node3 138029 1726888186.14410: ^ task is: TASK: Verify the presence/absence of the LUKS device node 138029 1726888186.14416: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.14422: getting variables 138029 1726888186.14423: in VariableManager get_vars() 138029 1726888186.14454: Calling all_inventory to load vars for managed_node3 138029 1726888186.14459: Calling groups_inventory to load vars for managed_node3 138029 1726888186.14461: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.14469: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.14472: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.14474: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.14835: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002238 138029 1726888186.14839: WORKER PROCESS EXITING 138029 1726888186.14849: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.15452: done with get_vars() 138029 1726888186.15469: done getting variables 138029 1726888186.15523: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.028) 0:03:18.879 ****** 138029 1726888186.15559: entering _queue_task() for managed_node3/assert 138029 1726888186.15791: worker is 1 (out of 1 available) 138029 1726888186.15801: exiting _queue_task() for managed_node3/assert 138029 1726888186.15813: done queuing things up, now waiting for results queue to drain 138029 1726888186.15814: waiting for pending results... 138029 1726888186.16204: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node 138029 1726888186.16234: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002239 138029 1726888186.16248: variable 'ansible_search_path' from source: unknown 138029 1726888186.16288: calling self._execute() 138029 1726888186.16516: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.16520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.16524: variable 'omit' from source: magic vars 138029 1726888186.16774: variable 'storage_test_volume' from source: include params 138029 1726888186.16805: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888186.16809: when evaluation is False, skipping this task 138029 1726888186.16812: _execute() done 138029 1726888186.16815: dumping result to json 138029 1726888186.16817: done dumping result, returning 138029 1726888186.16841: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-5a58-73a2-000000002239] 138029 1726888186.16844: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002239 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888186.16977: no more pending results, returning what we have 138029 1726888186.16981: results queue empty 138029 1726888186.16982: checking for any_errors_fatal 138029 1726888186.16991: done checking for any_errors_fatal 138029 1726888186.16991: checking for max_fail_percentage 138029 1726888186.16993: done checking for max_fail_percentage 138029 1726888186.16994: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.16995: done checking to see if all hosts have failed 138029 1726888186.16995: getting the remaining hosts for this loop 138029 1726888186.16997: done getting the remaining hosts for this loop 138029 1726888186.17001: getting the next task for host managed_node3 138029 1726888186.17009: done getting next task for host managed_node3 138029 1726888186.17012: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888186.17018: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.17023: getting variables 138029 1726888186.17025: in VariableManager get_vars() 138029 1726888186.17059: Calling all_inventory to load vars for managed_node3 138029 1726888186.17062: Calling groups_inventory to load vars for managed_node3 138029 1726888186.17066: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.17078: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.17082: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.17085: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.17115: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002239 138029 1726888186.17118: WORKER PROCESS EXITING 138029 1726888186.17787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.18269: done with get_vars() 138029 1726888186.18280: done getting variables 138029 1726888186.18322: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.027) 0:03:18.907 ****** 138029 1726888186.18344: entering _queue_task() for managed_node3/assert 138029 1726888186.18540: worker is 1 (out of 1 available) 138029 1726888186.18553: exiting _queue_task() for managed_node3/assert 138029 1726888186.18567: done queuing things up, now waiting for results queue to drain 138029 1726888186.18569: waiting for pending results... 138029 1726888186.18767: running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888186.18865: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000223a 138029 1726888186.18879: variable 'ansible_search_path' from source: unknown 138029 1726888186.18909: calling self._execute() 138029 1726888186.19004: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.19011: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.19020: variable 'omit' from source: magic vars 138029 1726888186.19288: variable '_storage_test_volume_present' from source: set_fact 138029 1726888186.19294: Evaluated conditional (_storage_test_volume_present): True 138029 1726888186.19300: variable 'omit' from source: magic vars 138029 1726888186.19347: variable 'omit' from source: magic vars 138029 1726888186.19499: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888186.23466: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888186.23496: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888186.24639: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888186.24699: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888186.24703: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888186.24808: variable 'storage_test_volume' from source: include params 138029 1726888186.24826: variable '__dev_ne_raw' from source: task vars 138029 1726888186.24976: variable 'storage_test_volume' from source: include params 138029 1726888186.25046: variable 'omit' from source: magic vars 138029 1726888186.25077: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888186.25104: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888186.25121: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888186.25138: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888186.25149: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888186.25167: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888186.25186: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888186.25214: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888186.25217: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.25219: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.25353: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888186.25358: Set connection var ansible_timeout to 10 138029 1726888186.25361: Set connection var ansible_pipelining to False 138029 1726888186.25363: Set connection var ansible_shell_type to sh 138029 1726888186.25365: Set connection var ansible_connection to ssh 138029 1726888186.25367: Set connection var ansible_shell_executable to /bin/sh 138029 1726888186.25464: variable 'ansible_shell_executable' from source: unknown 138029 1726888186.25467: variable 'ansible_connection' from source: unknown 138029 1726888186.25469: variable 'ansible_module_compression' from source: unknown 138029 1726888186.25471: variable 'ansible_shell_type' from source: unknown 138029 1726888186.25473: variable 'ansible_shell_executable' from source: unknown 138029 1726888186.25475: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.25479: variable 'ansible_pipelining' from source: unknown 138029 1726888186.25482: variable 'ansible_timeout' from source: unknown 138029 1726888186.25484: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.25512: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888186.25522: variable 'omit' from source: magic vars 138029 1726888186.25528: starting attempt loop 138029 1726888186.25531: running the handler 138029 1726888186.25694: variable '__dev_ne_raw' from source: task vars 138029 1726888186.25818: variable 'storage_test_volume' from source: include params 138029 1726888186.25839: variable 'storage_test_volume' from source: include params 138029 1726888186.25857: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 138029 1726888186.25862: handler run complete 138029 1726888186.25897: attempt loop complete, returning result 138029 1726888186.25900: _execute() done 138029 1726888186.25902: dumping result to json 138029 1726888186.25904: done dumping result, returning 138029 1726888186.25907: done running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-5a58-73a2-00000000223a] 138029 1726888186.25909: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000223a 138029 1726888186.26073: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000223a 138029 1726888186.26076: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888186.26150: no more pending results, returning what we have 138029 1726888186.26153: results queue empty 138029 1726888186.26154: checking for any_errors_fatal 138029 1726888186.26164: done checking for any_errors_fatal 138029 1726888186.26165: checking for max_fail_percentage 138029 1726888186.26167: done checking for max_fail_percentage 138029 1726888186.26167: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.26168: done checking to see if all hosts have failed 138029 1726888186.26169: getting the remaining hosts for this loop 138029 1726888186.26170: done getting the remaining hosts for this loop 138029 1726888186.26174: getting the next task for host managed_node3 138029 1726888186.26180: done getting next task for host managed_node3 138029 1726888186.26183: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888186.26189: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.26198: getting variables 138029 1726888186.26199: in VariableManager get_vars() 138029 1726888186.26228: Calling all_inventory to load vars for managed_node3 138029 1726888186.26231: Calling groups_inventory to load vars for managed_node3 138029 1726888186.26234: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.26242: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.26245: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.26247: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.26878: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.27602: done with get_vars() 138029 1726888186.27620: done getting variables 138029 1726888186.27685: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.093) 0:03:19.000 ****** 138029 1726888186.27722: entering _queue_task() for managed_node3/assert 138029 1726888186.28189: worker is 1 (out of 1 available) 138029 1726888186.28200: exiting _queue_task() for managed_node3/assert 138029 1726888186.28211: done queuing things up, now waiting for results queue to drain 138029 1726888186.28213: waiting for pending results... 138029 1726888186.28418: running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888186.28575: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000223b 138029 1726888186.28598: variable 'ansible_search_path' from source: unknown 138029 1726888186.28647: calling self._execute() 138029 1726888186.28840: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.28844: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.28848: variable 'omit' from source: magic vars 138029 1726888186.29244: variable '_storage_test_volume_present' from source: set_fact 138029 1726888186.29258: variable 'storage_test_volume' from source: include params 138029 1726888186.29295: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888186.29306: when evaluation is False, skipping this task 138029 1726888186.29313: _execute() done 138029 1726888186.29319: dumping result to json 138029 1726888186.29324: done dumping result, returning 138029 1726888186.29360: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-5a58-73a2-00000000223b] 138029 1726888186.29363: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000223b 138029 1726888186.29566: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000223b 138029 1726888186.29569: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888186.29616: no more pending results, returning what we have 138029 1726888186.29619: results queue empty 138029 1726888186.29620: checking for any_errors_fatal 138029 1726888186.29638: done checking for any_errors_fatal 138029 1726888186.29639: checking for max_fail_percentage 138029 1726888186.29641: done checking for max_fail_percentage 138029 1726888186.29642: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.29642: done checking to see if all hosts have failed 138029 1726888186.29643: getting the remaining hosts for this loop 138029 1726888186.29645: done getting the remaining hosts for this loop 138029 1726888186.29649: getting the next task for host managed_node3 138029 1726888186.29658: done getting next task for host managed_node3 138029 1726888186.29660: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 138029 1726888186.29666: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.29672: getting variables 138029 1726888186.29673: in VariableManager get_vars() 138029 1726888186.29706: Calling all_inventory to load vars for managed_node3 138029 1726888186.29708: Calling groups_inventory to load vars for managed_node3 138029 1726888186.29711: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.29723: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.29727: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.29729: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.30814: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.31471: done with get_vars() 138029 1726888186.31491: done getting variables 138029 1726888186.31546: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.038) 0:03:19.039 ****** 138029 1726888186.31580: entering _queue_task() for managed_node3/assert 138029 1726888186.32090: worker is 1 (out of 1 available) 138029 1726888186.32100: exiting _queue_task() for managed_node3/assert 138029 1726888186.32108: done queuing things up, now waiting for results queue to drain 138029 1726888186.32110: waiting for pending results... 138029 1726888186.32238: running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted 138029 1726888186.32367: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000223c 138029 1726888186.32392: variable 'ansible_search_path' from source: unknown 138029 1726888186.32431: calling self._execute() 138029 1726888186.32612: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.32615: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.32618: variable 'omit' from source: magic vars 138029 1726888186.33010: variable '_storage_test_volume_present' from source: set_fact 138029 1726888186.33022: variable 'storage_test_volume' from source: include params 138029 1726888186.33061: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888186.33069: when evaluation is False, skipping this task 138029 1726888186.33078: _execute() done 138029 1726888186.33084: dumping result to json 138029 1726888186.33095: done dumping result, returning 138029 1726888186.33106: done running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-5a58-73a2-00000000223c] 138029 1726888186.33157: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000223c skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888186.33338: no more pending results, returning what we have 138029 1726888186.33342: results queue empty 138029 1726888186.33343: checking for any_errors_fatal 138029 1726888186.33357: done checking for any_errors_fatal 138029 1726888186.33359: checking for max_fail_percentage 138029 1726888186.33360: done checking for max_fail_percentage 138029 1726888186.33362: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.33363: done checking to see if all hosts have failed 138029 1726888186.33363: getting the remaining hosts for this loop 138029 1726888186.33370: done getting the remaining hosts for this loop 138029 1726888186.33374: getting the next task for host managed_node3 138029 1726888186.33383: done getting next task for host managed_node3 138029 1726888186.33386: ^ task is: TASK: Check LUKS version 138029 1726888186.33395: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.33401: getting variables 138029 1726888186.33403: in VariableManager get_vars() 138029 1726888186.33438: Calling all_inventory to load vars for managed_node3 138029 1726888186.33441: Calling groups_inventory to load vars for managed_node3 138029 1726888186.33444: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.33559: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.33564: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.33568: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.34215: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000223c 138029 1726888186.34218: WORKER PROCESS EXITING 138029 1726888186.34289: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.34951: done with get_vars() 138029 1726888186.34971: done getting variables 138029 1726888186.35035: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.034) 0:03:19.074 ****** 138029 1726888186.35073: entering _queue_task() for managed_node3/assert 138029 1726888186.35465: worker is 1 (out of 1 available) 138029 1726888186.35476: exiting _queue_task() for managed_node3/assert 138029 1726888186.35487: done queuing things up, now waiting for results queue to drain 138029 1726888186.35489: waiting for pending results... 138029 1726888186.35717: running TaskExecutor() for managed_node3/TASK: Check LUKS version 138029 1726888186.35894: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000223d 138029 1726888186.35914: variable 'ansible_search_path' from source: unknown 138029 1726888186.35963: calling self._execute() 138029 1726888186.36104: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.36117: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.36133: variable 'omit' from source: magic vars 138029 1726888186.36522: variable '_storage_test_volume_present' from source: set_fact 138029 1726888186.36539: Evaluated conditional (_storage_test_volume_present): True 138029 1726888186.36668: variable 'storage_test_volume' from source: include params 138029 1726888186.36706: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888186.36715: when evaluation is False, skipping this task 138029 1726888186.36723: _execute() done 138029 1726888186.36731: dumping result to json 138029 1726888186.36812: done dumping result, returning 138029 1726888186.36816: done running TaskExecutor() for managed_node3/TASK: Check LUKS version [0affc8a3-6f6f-5a58-73a2-00000000223d] 138029 1726888186.36819: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000223d 138029 1726888186.36907: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000223d 138029 1726888186.36910: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888186.36970: no more pending results, returning what we have 138029 1726888186.36974: results queue empty 138029 1726888186.36976: checking for any_errors_fatal 138029 1726888186.36987: done checking for any_errors_fatal 138029 1726888186.36988: checking for max_fail_percentage 138029 1726888186.36990: done checking for max_fail_percentage 138029 1726888186.36991: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.36992: done checking to see if all hosts have failed 138029 1726888186.36992: getting the remaining hosts for this loop 138029 1726888186.36994: done getting the remaining hosts for this loop 138029 1726888186.36998: getting the next task for host managed_node3 138029 1726888186.37008: done getting next task for host managed_node3 138029 1726888186.37011: ^ task is: TASK: Check LUKS key size 138029 1726888186.37019: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.37025: getting variables 138029 1726888186.37027: in VariableManager get_vars() 138029 1726888186.37066: Calling all_inventory to load vars for managed_node3 138029 1726888186.37069: Calling groups_inventory to load vars for managed_node3 138029 1726888186.37073: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.37087: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.37091: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.37095: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.37925: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.38617: done with get_vars() 138029 1726888186.38632: done getting variables 138029 1726888186.38695: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.036) 0:03:19.110 ****** 138029 1726888186.38726: entering _queue_task() for managed_node3/assert 138029 1726888186.38988: worker is 1 (out of 1 available) 138029 1726888186.39113: exiting _queue_task() for managed_node3/assert 138029 1726888186.39122: done queuing things up, now waiting for results queue to drain 138029 1726888186.39124: waiting for pending results... 138029 1726888186.39362: running TaskExecutor() for managed_node3/TASK: Check LUKS key size 138029 1726888186.39543: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000223e 138029 1726888186.39546: variable 'ansible_search_path' from source: unknown 138029 1726888186.39550: calling self._execute() 138029 1726888186.39660: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.39675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.39691: variable 'omit' from source: magic vars 138029 1726888186.40050: variable '_storage_test_volume_present' from source: set_fact 138029 1726888186.40066: Evaluated conditional (_storage_test_volume_present): True 138029 1726888186.40194: variable 'storage_test_volume' from source: include params 138029 1726888186.40230: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888186.40238: when evaluation is False, skipping this task 138029 1726888186.40245: _execute() done 138029 1726888186.40251: dumping result to json 138029 1726888186.40304: done dumping result, returning 138029 1726888186.40308: done running TaskExecutor() for managed_node3/TASK: Check LUKS key size [0affc8a3-6f6f-5a58-73a2-00000000223e] 138029 1726888186.40310: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000223e skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888186.40440: no more pending results, returning what we have 138029 1726888186.40443: results queue empty 138029 1726888186.40444: checking for any_errors_fatal 138029 1726888186.40457: done checking for any_errors_fatal 138029 1726888186.40458: checking for max_fail_percentage 138029 1726888186.40460: done checking for max_fail_percentage 138029 1726888186.40461: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.40461: done checking to see if all hosts have failed 138029 1726888186.40462: getting the remaining hosts for this loop 138029 1726888186.40464: done getting the remaining hosts for this loop 138029 1726888186.40467: getting the next task for host managed_node3 138029 1726888186.40475: done getting next task for host managed_node3 138029 1726888186.40478: ^ task is: TASK: Check LUKS cipher 138029 1726888186.40485: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.40490: getting variables 138029 1726888186.40492: in VariableManager get_vars() 138029 1726888186.40638: Calling all_inventory to load vars for managed_node3 138029 1726888186.40641: Calling groups_inventory to load vars for managed_node3 138029 1726888186.40644: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.40657: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.40661: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.40664: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.41361: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000223e 138029 1726888186.41365: WORKER PROCESS EXITING 138029 1726888186.41409: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.42119: done with get_vars() 138029 1726888186.42135: done getting variables 138029 1726888186.42198: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.035) 0:03:19.145 ****** 138029 1726888186.42233: entering _queue_task() for managed_node3/assert 138029 1726888186.42619: worker is 1 (out of 1 available) 138029 1726888186.42632: exiting _queue_task() for managed_node3/assert 138029 1726888186.42642: done queuing things up, now waiting for results queue to drain 138029 1726888186.42643: waiting for pending results... 138029 1726888186.42859: running TaskExecutor() for managed_node3/TASK: Check LUKS cipher 138029 1726888186.43013: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000223f 138029 1726888186.43038: variable 'ansible_search_path' from source: unknown 138029 1726888186.43082: calling self._execute() 138029 1726888186.43214: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.43227: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.43248: variable 'omit' from source: magic vars 138029 1726888186.43605: variable '_storage_test_volume_present' from source: set_fact 138029 1726888186.43618: Evaluated conditional (_storage_test_volume_present): True 138029 1726888186.43737: variable 'storage_test_volume' from source: include params 138029 1726888186.43772: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888186.43782: when evaluation is False, skipping this task 138029 1726888186.43853: _execute() done 138029 1726888186.43857: dumping result to json 138029 1726888186.43860: done dumping result, returning 138029 1726888186.43863: done running TaskExecutor() for managed_node3/TASK: Check LUKS cipher [0affc8a3-6f6f-5a58-73a2-00000000223f] 138029 1726888186.43865: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000223f 138029 1726888186.43943: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000223f 138029 1726888186.43946: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888186.44005: no more pending results, returning what we have 138029 1726888186.44009: results queue empty 138029 1726888186.44010: checking for any_errors_fatal 138029 1726888186.44022: done checking for any_errors_fatal 138029 1726888186.44023: checking for max_fail_percentage 138029 1726888186.44025: done checking for max_fail_percentage 138029 1726888186.44026: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.44027: done checking to see if all hosts have failed 138029 1726888186.44027: getting the remaining hosts for this loop 138029 1726888186.44029: done getting the remaining hosts for this loop 138029 1726888186.44033: getting the next task for host managed_node3 138029 1726888186.44042: done getting next task for host managed_node3 138029 1726888186.44044: ^ task is: TASK: Set test variables 138029 1726888186.44051: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.44060: getting variables 138029 1726888186.44062: in VariableManager get_vars() 138029 1726888186.44100: Calling all_inventory to load vars for managed_node3 138029 1726888186.44103: Calling groups_inventory to load vars for managed_node3 138029 1726888186.44221: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.44233: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.44236: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.44239: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.45244: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.45888: done with get_vars() 138029 1726888186.45903: done getting variables 138029 1726888186.45965: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.037) 0:03:19.183 ****** 138029 1726888186.45999: entering _queue_task() for managed_node3/set_fact 138029 1726888186.46254: worker is 1 (out of 1 available) 138029 1726888186.46268: exiting _queue_task() for managed_node3/set_fact 138029 1726888186.46394: done queuing things up, now waiting for results queue to drain 138029 1726888186.46396: waiting for pending results... 138029 1726888186.46630: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888186.46832: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002240 138029 1726888186.46836: variable 'ansible_search_path' from source: unknown 138029 1726888186.46840: calling self._execute() 138029 1726888186.46917: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.46928: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.46947: variable 'omit' from source: magic vars 138029 1726888186.47071: variable 'omit' from source: magic vars 138029 1726888186.47139: variable 'omit' from source: magic vars 138029 1726888186.47481: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888186.49702: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888186.49783: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888186.49838: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888186.49888: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888186.49919: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888186.50092: variable 'storage_test_volume' from source: include params 138029 1726888186.50096: variable '_storage_test_volume_present' from source: set_fact 138029 1726888186.50295: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888186.50336: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888186.50370: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888186.50426: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888186.50527: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888186.50530: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888186.50532: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888186.50542: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888186.50587: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888186.50605: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888186.50678: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888186.50704: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888186.50731: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888186.50781: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888186.50801: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888186.51006: variable 'storage_test_crypttab' from source: set_fact 138029 1726888186.51051: variable 'storage_test_volume' from source: include params 138029 1726888186.51136: variable 'storage_test_volume' from source: include params 138029 1726888186.51156: variable 'omit' from source: magic vars 138029 1726888186.51184: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888186.51206: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888186.51221: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888186.51233: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888186.51242: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888186.51257: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888186.51291: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888186.51294: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888186.51297: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.51299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.51380: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888186.51384: Set connection var ansible_timeout to 10 138029 1726888186.51389: Set connection var ansible_pipelining to False 138029 1726888186.51393: Set connection var ansible_shell_type to sh 138029 1726888186.51396: Set connection var ansible_connection to ssh 138029 1726888186.51398: Set connection var ansible_shell_executable to /bin/sh 138029 1726888186.51420: variable 'ansible_shell_executable' from source: unknown 138029 1726888186.51423: variable 'ansible_connection' from source: unknown 138029 1726888186.51426: variable 'ansible_module_compression' from source: unknown 138029 1726888186.51428: variable 'ansible_shell_type' from source: unknown 138029 1726888186.51430: variable 'ansible_shell_executable' from source: unknown 138029 1726888186.51432: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.51436: variable 'ansible_pipelining' from source: unknown 138029 1726888186.51439: variable 'ansible_timeout' from source: unknown 138029 1726888186.51443: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.51516: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888186.51529: variable 'omit' from source: magic vars 138029 1726888186.51532: starting attempt loop 138029 1726888186.51535: running the handler 138029 1726888186.51543: handler run complete 138029 1726888186.51551: attempt loop complete, returning result 138029 1726888186.51553: _execute() done 138029 1726888186.51557: dumping result to json 138029 1726888186.51560: done dumping result, returning 138029 1726888186.51569: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-000000002240] 138029 1726888186.51572: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002240 138029 1726888186.51652: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002240 138029 1726888186.51657: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 138029 1726888186.51715: no more pending results, returning what we have 138029 1726888186.51719: results queue empty 138029 1726888186.51720: checking for any_errors_fatal 138029 1726888186.51729: done checking for any_errors_fatal 138029 1726888186.51730: checking for max_fail_percentage 138029 1726888186.51731: done checking for max_fail_percentage 138029 1726888186.51732: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.51733: done checking to see if all hosts have failed 138029 1726888186.51734: getting the remaining hosts for this loop 138029 1726888186.51735: done getting the remaining hosts for this loop 138029 1726888186.51739: getting the next task for host managed_node3 138029 1726888186.51747: done getting next task for host managed_node3 138029 1726888186.51749: ^ task is: TASK: Check for /etc/crypttab entry 138029 1726888186.51757: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.51763: getting variables 138029 1726888186.51767: in VariableManager get_vars() 138029 1726888186.51802: Calling all_inventory to load vars for managed_node3 138029 1726888186.51805: Calling groups_inventory to load vars for managed_node3 138029 1726888186.51808: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.51818: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.51821: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.51823: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.52263: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.52660: done with get_vars() 138029 1726888186.52673: done getting variables 138029 1726888186.52712: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.067) 0:03:19.250 ****** 138029 1726888186.52738: entering _queue_task() for managed_node3/assert 138029 1726888186.52987: worker is 1 (out of 1 available) 138029 1726888186.52999: exiting _queue_task() for managed_node3/assert 138029 1726888186.53010: done queuing things up, now waiting for results queue to drain 138029 1726888186.53011: waiting for pending results... 138029 1726888186.53382: running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry 138029 1726888186.53480: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002241 138029 1726888186.53484: variable 'ansible_search_path' from source: unknown 138029 1726888186.53521: calling self._execute() 138029 1726888186.53697: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.53702: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.53706: variable 'omit' from source: magic vars 138029 1726888186.53793: variable 'omit' from source: magic vars 138029 1726888186.53870: variable 'omit' from source: magic vars 138029 1726888186.54078: variable 'storage_test_volume' from source: include params 138029 1726888186.54122: variable 'omit' from source: magic vars 138029 1726888186.54161: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888186.54190: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888186.54208: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888186.54222: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888186.54232: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888186.54246: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888186.54262: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888186.54288: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888186.54291: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.54294: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.54379: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888186.54382: Set connection var ansible_timeout to 10 138029 1726888186.54388: Set connection var ansible_pipelining to False 138029 1726888186.54390: Set connection var ansible_shell_type to sh 138029 1726888186.54393: Set connection var ansible_connection to ssh 138029 1726888186.54398: Set connection var ansible_shell_executable to /bin/sh 138029 1726888186.54419: variable 'ansible_shell_executable' from source: unknown 138029 1726888186.54422: variable 'ansible_connection' from source: unknown 138029 1726888186.54424: variable 'ansible_module_compression' from source: unknown 138029 1726888186.54427: variable 'ansible_shell_type' from source: unknown 138029 1726888186.54429: variable 'ansible_shell_executable' from source: unknown 138029 1726888186.54431: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.54434: variable 'ansible_pipelining' from source: unknown 138029 1726888186.54436: variable 'ansible_timeout' from source: unknown 138029 1726888186.54441: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.54546: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888186.54557: variable 'omit' from source: magic vars 138029 1726888186.54564: starting attempt loop 138029 1726888186.54566: running the handler 138029 1726888186.54697: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888186.56198: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888186.56249: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888186.56278: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888186.56304: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888186.56325: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888186.56376: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888186.56394: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888186.56411: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888186.56440: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888186.56451: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888186.56489: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888186.56505: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888186.56521: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888186.56570: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888186.56580: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888186.56760: variable '_storage_test_crypttab_entries' from source: set_fact 138029 1726888186.56763: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888186.56766: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 138029 1726888186.56768: handler run complete 138029 1726888186.56770: attempt loop complete, returning result 138029 1726888186.56773: _execute() done 138029 1726888186.56775: dumping result to json 138029 1726888186.56777: done dumping result, returning 138029 1726888186.56779: done running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-5a58-73a2-000000002241] 138029 1726888186.56780: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002241 138029 1726888186.56853: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002241 138029 1726888186.56860: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888186.57011: no more pending results, returning what we have 138029 1726888186.57019: results queue empty 138029 1726888186.57021: checking for any_errors_fatal 138029 1726888186.57027: done checking for any_errors_fatal 138029 1726888186.57028: checking for max_fail_percentage 138029 1726888186.57029: done checking for max_fail_percentage 138029 1726888186.57030: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.57031: done checking to see if all hosts have failed 138029 1726888186.57031: getting the remaining hosts for this loop 138029 1726888186.57033: done getting the remaining hosts for this loop 138029 1726888186.57036: getting the next task for host managed_node3 138029 1726888186.57043: done getting next task for host managed_node3 138029 1726888186.57046: ^ task is: TASK: Validate the format of the crypttab entry 138029 1726888186.57051: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.57058: getting variables 138029 1726888186.57059: in VariableManager get_vars() 138029 1726888186.57089: Calling all_inventory to load vars for managed_node3 138029 1726888186.57092: Calling groups_inventory to load vars for managed_node3 138029 1726888186.57095: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.57103: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.57105: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.57108: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.57800: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.58559: done with get_vars() 138029 1726888186.58585: done getting variables 138029 1726888186.58641: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.059) 0:03:19.310 ****** 138029 1726888186.58679: entering _queue_task() for managed_node3/assert 138029 1726888186.58984: worker is 1 (out of 1 available) 138029 1726888186.58997: exiting _queue_task() for managed_node3/assert 138029 1726888186.59126: done queuing things up, now waiting for results queue to drain 138029 1726888186.59129: waiting for pending results... 138029 1726888186.59371: running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry 138029 1726888186.59569: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002242 138029 1726888186.59662: variable 'ansible_search_path' from source: unknown 138029 1726888186.59670: calling self._execute() 138029 1726888186.59731: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.59790: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.59794: variable 'omit' from source: magic vars 138029 1726888186.60186: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888186.62618: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888186.62711: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888186.62783: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888186.62825: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888186.63060: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888186.63064: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888186.63070: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888186.63072: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888186.63075: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888186.63077: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888186.63204: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888186.63232: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888186.63239: when evaluation is False, skipping this task 138029 1726888186.63246: _execute() done 138029 1726888186.63252: dumping result to json 138029 1726888186.63261: done dumping result, returning 138029 1726888186.63276: done running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-5a58-73a2-000000002242] 138029 1726888186.63285: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002242 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888186.63582: no more pending results, returning what we have 138029 1726888186.63587: results queue empty 138029 1726888186.63588: checking for any_errors_fatal 138029 1726888186.63602: done checking for any_errors_fatal 138029 1726888186.63603: checking for max_fail_percentage 138029 1726888186.63604: done checking for max_fail_percentage 138029 1726888186.63606: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.63606: done checking to see if all hosts have failed 138029 1726888186.63607: getting the remaining hosts for this loop 138029 1726888186.63609: done getting the remaining hosts for this loop 138029 1726888186.63613: getting the next task for host managed_node3 138029 1726888186.63630: done getting next task for host managed_node3 138029 1726888186.63633: ^ task is: TASK: Check backing device of crypttab entry 138029 1726888186.63639: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.63644: getting variables 138029 1726888186.63646: in VariableManager get_vars() 138029 1726888186.63687: Calling all_inventory to load vars for managed_node3 138029 1726888186.63691: Calling groups_inventory to load vars for managed_node3 138029 1726888186.63694: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.63705: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.63708: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.63711: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.64245: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002242 138029 1726888186.64249: WORKER PROCESS EXITING 138029 1726888186.64681: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.65430: done with get_vars() 138029 1726888186.65446: done getting variables 138029 1726888186.65520: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.068) 0:03:19.379 ****** 138029 1726888186.65557: entering _queue_task() for managed_node3/assert 138029 1726888186.65877: worker is 1 (out of 1 available) 138029 1726888186.65889: exiting _queue_task() for managed_node3/assert 138029 1726888186.65901: done queuing things up, now waiting for results queue to drain 138029 1726888186.65903: waiting for pending results... 138029 1726888186.66229: running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry 138029 1726888186.66478: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002243 138029 1726888186.66483: variable 'ansible_search_path' from source: unknown 138029 1726888186.66486: calling self._execute() 138029 1726888186.66590: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.66601: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.66615: variable 'omit' from source: magic vars 138029 1726888186.67037: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888186.69782: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888186.69824: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888186.69859: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888186.69880: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888186.69910: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888186.69972: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888186.69990: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888186.70007: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888186.70033: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888186.70043: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888186.70125: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888186.70142: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888186.70146: when evaluation is False, skipping this task 138029 1726888186.70149: _execute() done 138029 1726888186.70151: dumping result to json 138029 1726888186.70153: done dumping result, returning 138029 1726888186.70162: done running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-5a58-73a2-000000002243] 138029 1726888186.70169: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002243 138029 1726888186.70262: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002243 138029 1726888186.70267: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888186.70328: no more pending results, returning what we have 138029 1726888186.70332: results queue empty 138029 1726888186.70333: checking for any_errors_fatal 138029 1726888186.70343: done checking for any_errors_fatal 138029 1726888186.70343: checking for max_fail_percentage 138029 1726888186.70345: done checking for max_fail_percentage 138029 1726888186.70346: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.70347: done checking to see if all hosts have failed 138029 1726888186.70347: getting the remaining hosts for this loop 138029 1726888186.70349: done getting the remaining hosts for this loop 138029 1726888186.70352: getting the next task for host managed_node3 138029 1726888186.70362: done getting next task for host managed_node3 138029 1726888186.70367: ^ task is: TASK: Check key file of crypttab entry 138029 1726888186.70373: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.70378: getting variables 138029 1726888186.70379: in VariableManager get_vars() 138029 1726888186.70412: Calling all_inventory to load vars for managed_node3 138029 1726888186.70415: Calling groups_inventory to load vars for managed_node3 138029 1726888186.70418: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.70427: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.70430: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.70432: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.70842: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.71535: done with get_vars() 138029 1726888186.71549: done getting variables 138029 1726888186.71604: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.060) 0:03:19.439 ****** 138029 1726888186.71636: entering _queue_task() for managed_node3/assert 138029 1726888186.71920: worker is 1 (out of 1 available) 138029 1726888186.71938: exiting _queue_task() for managed_node3/assert 138029 1726888186.71950: done queuing things up, now waiting for results queue to drain 138029 1726888186.71951: waiting for pending results... 138029 1726888186.72373: running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry 138029 1726888186.72414: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002244 138029 1726888186.72438: variable 'ansible_search_path' from source: unknown 138029 1726888186.72482: calling self._execute() 138029 1726888186.72624: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.72639: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.72652: variable 'omit' from source: magic vars 138029 1726888186.73095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888186.74782: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888186.74831: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888186.74872: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888186.74903: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888186.74919: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888186.74978: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888186.74999: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888186.75018: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888186.75044: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888186.75056: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888186.75260: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888186.75263: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888186.75268: when evaluation is False, skipping this task 138029 1726888186.75271: _execute() done 138029 1726888186.75274: dumping result to json 138029 1726888186.75276: done dumping result, returning 138029 1726888186.75279: done running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry [0affc8a3-6f6f-5a58-73a2-000000002244] 138029 1726888186.75281: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002244 138029 1726888186.75358: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002244 138029 1726888186.75363: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888186.75416: no more pending results, returning what we have 138029 1726888186.75420: results queue empty 138029 1726888186.75421: checking for any_errors_fatal 138029 1726888186.75429: done checking for any_errors_fatal 138029 1726888186.75430: checking for max_fail_percentage 138029 1726888186.75431: done checking for max_fail_percentage 138029 1726888186.75432: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.75438: done checking to see if all hosts have failed 138029 1726888186.75439: getting the remaining hosts for this loop 138029 1726888186.75440: done getting the remaining hosts for this loop 138029 1726888186.75444: getting the next task for host managed_node3 138029 1726888186.75454: done getting next task for host managed_node3 138029 1726888186.75457: ^ task is: TASK: Clear test variables 138029 1726888186.75464: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.75469: getting variables 138029 1726888186.75471: in VariableManager get_vars() 138029 1726888186.75504: Calling all_inventory to load vars for managed_node3 138029 1726888186.75507: Calling groups_inventory to load vars for managed_node3 138029 1726888186.75510: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.75520: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.75523: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.75526: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.76297: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.76724: done with get_vars() 138029 1726888186.76735: done getting variables 138029 1726888186.76779: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.051) 0:03:19.491 ****** 138029 1726888186.76803: entering _queue_task() for managed_node3/set_fact 138029 1726888186.77009: worker is 1 (out of 1 available) 138029 1726888186.77024: exiting _queue_task() for managed_node3/set_fact 138029 1726888186.77037: done queuing things up, now waiting for results queue to drain 138029 1726888186.77038: waiting for pending results... 138029 1726888186.77232: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888186.77319: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002245 138029 1726888186.77331: variable 'ansible_search_path' from source: unknown 138029 1726888186.77360: calling self._execute() 138029 1726888186.77459: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.77464: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.77478: variable 'omit' from source: magic vars 138029 1726888186.77559: variable 'omit' from source: magic vars 138029 1726888186.77610: variable 'omit' from source: magic vars 138029 1726888186.77635: variable 'omit' from source: magic vars 138029 1726888186.77671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888186.77701: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888186.77718: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888186.77734: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888186.77744: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888186.77760: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888186.77777: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888186.77801: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888186.77804: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.77807: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.77893: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888186.77896: Set connection var ansible_timeout to 10 138029 1726888186.77903: Set connection var ansible_pipelining to False 138029 1726888186.77905: Set connection var ansible_shell_type to sh 138029 1726888186.77908: Set connection var ansible_connection to ssh 138029 1726888186.77912: Set connection var ansible_shell_executable to /bin/sh 138029 1726888186.77935: variable 'ansible_shell_executable' from source: unknown 138029 1726888186.77940: variable 'ansible_connection' from source: unknown 138029 1726888186.77942: variable 'ansible_module_compression' from source: unknown 138029 1726888186.77945: variable 'ansible_shell_type' from source: unknown 138029 1726888186.77947: variable 'ansible_shell_executable' from source: unknown 138029 1726888186.77949: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.77951: variable 'ansible_pipelining' from source: unknown 138029 1726888186.77953: variable 'ansible_timeout' from source: unknown 138029 1726888186.77964: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.78068: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888186.78080: variable 'omit' from source: magic vars 138029 1726888186.78085: starting attempt loop 138029 1726888186.78088: running the handler 138029 1726888186.78098: handler run complete 138029 1726888186.78106: attempt loop complete, returning result 138029 1726888186.78109: _execute() done 138029 1726888186.78111: dumping result to json 138029 1726888186.78114: done dumping result, returning 138029 1726888186.78121: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000002245] 138029 1726888186.78125: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002245 138029 1726888186.78212: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002245 138029 1726888186.78215: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 138029 1726888186.78293: no more pending results, returning what we have 138029 1726888186.78296: results queue empty 138029 1726888186.78296: checking for any_errors_fatal 138029 1726888186.78304: done checking for any_errors_fatal 138029 1726888186.78304: checking for max_fail_percentage 138029 1726888186.78306: done checking for max_fail_percentage 138029 1726888186.78307: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.78307: done checking to see if all hosts have failed 138029 1726888186.78308: getting the remaining hosts for this loop 138029 1726888186.78309: done getting the remaining hosts for this loop 138029 1726888186.78312: getting the next task for host managed_node3 138029 1726888186.78321: done getting next task for host managed_node3 138029 1726888186.78326: ^ task is: TASK: Get information about RAID 138029 1726888186.78332: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.78336: getting variables 138029 1726888186.78337: in VariableManager get_vars() 138029 1726888186.78364: Calling all_inventory to load vars for managed_node3 138029 1726888186.78367: Calling groups_inventory to load vars for managed_node3 138029 1726888186.78370: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.78378: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.78380: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.78383: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.78741: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.79125: done with get_vars() 138029 1726888186.79141: done getting variables 138029 1726888186.79182: 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:09:46 -0400 (0:00:00.023) 0:03:19.515 ****** 138029 1726888186.79206: entering _queue_task() for managed_node3/command 138029 1726888186.79402: worker is 1 (out of 1 available) 138029 1726888186.79415: exiting _queue_task() for managed_node3/command 138029 1726888186.79427: done queuing things up, now waiting for results queue to drain 138029 1726888186.79429: waiting for pending results... 138029 1726888186.79624: running TaskExecutor() for managed_node3/TASK: Get information about RAID 138029 1726888186.79724: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002249 138029 1726888186.79743: variable 'ansible_search_path' from source: unknown 138029 1726888186.79831: calling self._execute() 138029 1726888186.79952: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.79960: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.79964: variable 'omit' from source: magic vars 138029 1726888186.80413: variable 'storage_test_volume' from source: include params 138029 1726888186.80440: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888186.80443: when evaluation is False, skipping this task 138029 1726888186.80446: _execute() done 138029 1726888186.80449: dumping result to json 138029 1726888186.80452: done dumping result, returning 138029 1726888186.80460: done running TaskExecutor() for managed_node3/TASK: Get information about RAID [0affc8a3-6f6f-5a58-73a2-000000002249] 138029 1726888186.80463: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002249 138029 1726888186.80716: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002249 138029 1726888186.80719: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888186.80785: no more pending results, returning what we have 138029 1726888186.80788: results queue empty 138029 1726888186.80788: checking for any_errors_fatal 138029 1726888186.80794: done checking for any_errors_fatal 138029 1726888186.80794: checking for max_fail_percentage 138029 1726888186.80795: done checking for max_fail_percentage 138029 1726888186.80796: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.80796: done checking to see if all hosts have failed 138029 1726888186.80797: getting the remaining hosts for this loop 138029 1726888186.80798: done getting the remaining hosts for this loop 138029 1726888186.80800: getting the next task for host managed_node3 138029 1726888186.80805: done getting next task for host managed_node3 138029 1726888186.80806: ^ task is: TASK: Set active devices regex 138029 1726888186.80810: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.80813: getting variables 138029 1726888186.80813: in VariableManager get_vars() 138029 1726888186.80833: Calling all_inventory to load vars for managed_node3 138029 1726888186.80835: Calling groups_inventory to load vars for managed_node3 138029 1726888186.80837: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.80843: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.80845: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.80847: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.81276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.81791: done with get_vars() 138029 1726888186.81801: done getting variables 138029 1726888186.81840: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.026) 0:03:19.542 ****** 138029 1726888186.81867: entering _queue_task() for managed_node3/set_fact 138029 1726888186.82100: worker is 1 (out of 1 available) 138029 1726888186.82114: exiting _queue_task() for managed_node3/set_fact 138029 1726888186.82127: done queuing things up, now waiting for results queue to drain 138029 1726888186.82128: waiting for pending results... 138029 1726888186.82365: running TaskExecutor() for managed_node3/TASK: Set active devices regex 138029 1726888186.82503: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000224a 138029 1726888186.82577: variable 'ansible_search_path' from source: unknown 138029 1726888186.82582: calling self._execute() 138029 1726888186.82706: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.82712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.82721: variable 'omit' from source: magic vars 138029 1726888186.83113: variable 'storage_test_volume' from source: include params 138029 1726888186.83136: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888186.83139: when evaluation is False, skipping this task 138029 1726888186.83142: _execute() done 138029 1726888186.83144: dumping result to json 138029 1726888186.83147: done dumping result, returning 138029 1726888186.83160: done running TaskExecutor() for managed_node3/TASK: Set active devices regex [0affc8a3-6f6f-5a58-73a2-00000000224a] 138029 1726888186.83162: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000224a 138029 1726888186.83257: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000224a 138029 1726888186.83261: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888186.83312: no more pending results, returning what we have 138029 1726888186.83317: results queue empty 138029 1726888186.83318: checking for any_errors_fatal 138029 1726888186.83325: done checking for any_errors_fatal 138029 1726888186.83326: checking for max_fail_percentage 138029 1726888186.83327: done checking for max_fail_percentage 138029 1726888186.83328: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.83329: done checking to see if all hosts have failed 138029 1726888186.83330: getting the remaining hosts for this loop 138029 1726888186.83331: done getting the remaining hosts for this loop 138029 1726888186.83334: getting the next task for host managed_node3 138029 1726888186.83342: done getting next task for host managed_node3 138029 1726888186.83344: ^ task is: TASK: Set spare devices regex 138029 1726888186.83350: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.83354: getting variables 138029 1726888186.83357: in VariableManager get_vars() 138029 1726888186.83387: Calling all_inventory to load vars for managed_node3 138029 1726888186.83389: Calling groups_inventory to load vars for managed_node3 138029 1726888186.83394: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.83403: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.83405: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.83408: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.83981: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.84825: done with get_vars() 138029 1726888186.84835: done getting variables 138029 1726888186.84882: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.030) 0:03:19.572 ****** 138029 1726888186.84905: entering _queue_task() for managed_node3/set_fact 138029 1726888186.85102: worker is 1 (out of 1 available) 138029 1726888186.85116: exiting _queue_task() for managed_node3/set_fact 138029 1726888186.85128: done queuing things up, now waiting for results queue to drain 138029 1726888186.85130: waiting for pending results... 138029 1726888186.85408: running TaskExecutor() for managed_node3/TASK: Set spare devices regex 138029 1726888186.85549: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000224b 138029 1726888186.85563: variable 'ansible_search_path' from source: unknown 138029 1726888186.85597: calling self._execute() 138029 1726888186.85761: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.85767: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.85771: variable 'omit' from source: magic vars 138029 1726888186.86104: variable 'storage_test_volume' from source: include params 138029 1726888186.86128: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888186.86131: when evaluation is False, skipping this task 138029 1726888186.86134: _execute() done 138029 1726888186.86137: dumping result to json 138029 1726888186.86140: done dumping result, returning 138029 1726888186.86145: done running TaskExecutor() for managed_node3/TASK: Set spare devices regex [0affc8a3-6f6f-5a58-73a2-00000000224b] 138029 1726888186.86150: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000224b 138029 1726888186.86256: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000224b skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888186.86327: no more pending results, returning what we have 138029 1726888186.86330: results queue empty 138029 1726888186.86331: checking for any_errors_fatal 138029 1726888186.86338: done checking for any_errors_fatal 138029 1726888186.86338: checking for max_fail_percentage 138029 1726888186.86340: done checking for max_fail_percentage 138029 1726888186.86340: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.86341: done checking to see if all hosts have failed 138029 1726888186.86342: getting the remaining hosts for this loop 138029 1726888186.86343: done getting the remaining hosts for this loop 138029 1726888186.86346: getting the next task for host managed_node3 138029 1726888186.86353: done getting next task for host managed_node3 138029 1726888186.86357: ^ task is: TASK: Set md version regex 138029 1726888186.86370: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.86374: getting variables 138029 1726888186.86375: in VariableManager get_vars() 138029 1726888186.86403: Calling all_inventory to load vars for managed_node3 138029 1726888186.86405: Calling groups_inventory to load vars for managed_node3 138029 1726888186.86408: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.86417: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.86421: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.86425: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.86818: WORKER PROCESS EXITING 138029 1726888186.86829: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.87259: done with get_vars() 138029 1726888186.87273: done getting variables 138029 1726888186.87343: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.024) 0:03:19.597 ****** 138029 1726888186.87380: entering _queue_task() for managed_node3/set_fact 138029 1726888186.87572: worker is 1 (out of 1 available) 138029 1726888186.87586: exiting _queue_task() for managed_node3/set_fact 138029 1726888186.87598: done queuing things up, now waiting for results queue to drain 138029 1726888186.87600: waiting for pending results... 138029 1726888186.87873: running TaskExecutor() for managed_node3/TASK: Set md version regex 138029 1726888186.87991: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000224c 138029 1726888186.88003: variable 'ansible_search_path' from source: unknown 138029 1726888186.88031: calling self._execute() 138029 1726888186.88122: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.88154: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.88161: variable 'omit' from source: magic vars 138029 1726888186.88563: variable 'storage_test_volume' from source: include params 138029 1726888186.88587: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888186.88591: when evaluation is False, skipping this task 138029 1726888186.88594: _execute() done 138029 1726888186.88596: dumping result to json 138029 1726888186.88599: done dumping result, returning 138029 1726888186.88602: done running TaskExecutor() for managed_node3/TASK: Set md version regex [0affc8a3-6f6f-5a58-73a2-00000000224c] 138029 1726888186.88604: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000224c 138029 1726888186.88693: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000224c 138029 1726888186.88696: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888186.88740: no more pending results, returning what we have 138029 1726888186.88743: results queue empty 138029 1726888186.88744: checking for any_errors_fatal 138029 1726888186.88751: done checking for any_errors_fatal 138029 1726888186.88751: checking for max_fail_percentage 138029 1726888186.88753: done checking for max_fail_percentage 138029 1726888186.88753: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.88754: done checking to see if all hosts have failed 138029 1726888186.88757: getting the remaining hosts for this loop 138029 1726888186.88758: done getting the remaining hosts for this loop 138029 1726888186.88762: getting the next task for host managed_node3 138029 1726888186.88770: done getting next task for host managed_node3 138029 1726888186.88772: ^ task is: TASK: Set chunk size regex 138029 1726888186.88778: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.88781: getting variables 138029 1726888186.88782: in VariableManager get_vars() 138029 1726888186.88816: Calling all_inventory to load vars for managed_node3 138029 1726888186.88818: Calling groups_inventory to load vars for managed_node3 138029 1726888186.88821: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.88829: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.88832: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.88835: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.89253: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.89733: done with get_vars() 138029 1726888186.89773: done getting variables 138029 1726888186.89842: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.024) 0:03:19.622 ****** 138029 1726888186.89871: entering _queue_task() for managed_node3/set_fact 138029 1726888186.90065: worker is 1 (out of 1 available) 138029 1726888186.90077: exiting _queue_task() for managed_node3/set_fact 138029 1726888186.90090: done queuing things up, now waiting for results queue to drain 138029 1726888186.90092: waiting for pending results... 138029 1726888186.90298: running TaskExecutor() for managed_node3/TASK: Set chunk size regex 138029 1726888186.90503: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000224d 138029 1726888186.90508: variable 'ansible_search_path' from source: unknown 138029 1726888186.90512: calling self._execute() 138029 1726888186.90565: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.90570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.90581: variable 'omit' from source: magic vars 138029 1726888186.90863: variable 'storage_test_volume' from source: include params 138029 1726888186.90890: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888186.90894: when evaluation is False, skipping this task 138029 1726888186.90897: _execute() done 138029 1726888186.90899: dumping result to json 138029 1726888186.90903: done dumping result, returning 138029 1726888186.90906: done running TaskExecutor() for managed_node3/TASK: Set chunk size regex [0affc8a3-6f6f-5a58-73a2-00000000224d] 138029 1726888186.90911: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000224d 138029 1726888186.91006: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000224d 138029 1726888186.91009: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888186.91060: no more pending results, returning what we have 138029 1726888186.91063: results queue empty 138029 1726888186.91064: checking for any_errors_fatal 138029 1726888186.91071: done checking for any_errors_fatal 138029 1726888186.91072: checking for max_fail_percentage 138029 1726888186.91073: done checking for max_fail_percentage 138029 1726888186.91074: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.91075: done checking to see if all hosts have failed 138029 1726888186.91075: getting the remaining hosts for this loop 138029 1726888186.91077: done getting the remaining hosts for this loop 138029 1726888186.91079: getting the next task for host managed_node3 138029 1726888186.91086: done getting next task for host managed_node3 138029 1726888186.91088: ^ task is: TASK: Parse the chunk size 138029 1726888186.91094: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.91097: getting variables 138029 1726888186.91098: in VariableManager get_vars() 138029 1726888186.91130: Calling all_inventory to load vars for managed_node3 138029 1726888186.91133: Calling groups_inventory to load vars for managed_node3 138029 1726888186.91136: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.91144: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.91146: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.91148: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.91513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.91898: done with get_vars() 138029 1726888186.91908: 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:09:46 -0400 (0:00:00.020) 0:03:19.643 ****** 138029 1726888186.91962: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888186.92143: worker is 1 (out of 1 available) 138029 1726888186.92159: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888186.92171: done queuing things up, now waiting for results queue to drain 138029 1726888186.92173: waiting for pending results... 138029 1726888186.92348: running TaskExecutor() for managed_node3/TASK: Parse the chunk size 138029 1726888186.92440: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000224e 138029 1726888186.92451: variable 'ansible_search_path' from source: unknown 138029 1726888186.92481: calling self._execute() 138029 1726888186.92567: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.92574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.92583: variable 'omit' from source: magic vars 138029 1726888186.92859: variable 'storage_test_volume' from source: include params 138029 1726888186.92883: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888186.92887: when evaluation is False, skipping this task 138029 1726888186.92890: _execute() done 138029 1726888186.92893: dumping result to json 138029 1726888186.92895: done dumping result, returning 138029 1726888186.92898: done running TaskExecutor() for managed_node3/TASK: Parse the chunk size [0affc8a3-6f6f-5a58-73a2-00000000224e] 138029 1726888186.92904: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000224e 138029 1726888186.92994: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000224e 138029 1726888186.92998: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888186.93054: no more pending results, returning what we have 138029 1726888186.93059: results queue empty 138029 1726888186.93060: checking for any_errors_fatal 138029 1726888186.93066: done checking for any_errors_fatal 138029 1726888186.93067: checking for max_fail_percentage 138029 1726888186.93068: done checking for max_fail_percentage 138029 1726888186.93069: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.93069: done checking to see if all hosts have failed 138029 1726888186.93070: getting the remaining hosts for this loop 138029 1726888186.93072: done getting the remaining hosts for this loop 138029 1726888186.93074: getting the next task for host managed_node3 138029 1726888186.93081: done getting next task for host managed_node3 138029 1726888186.93083: ^ task is: TASK: Check RAID active devices count 138029 1726888186.93088: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.93092: getting variables 138029 1726888186.93093: in VariableManager get_vars() 138029 1726888186.93125: Calling all_inventory to load vars for managed_node3 138029 1726888186.93128: Calling groups_inventory to load vars for managed_node3 138029 1726888186.93130: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.93139: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.93142: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.93145: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.93503: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.94076: done with get_vars() 138029 1726888186.94086: done getting variables 138029 1726888186.94124: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.021) 0:03:19.665 ****** 138029 1726888186.94147: entering _queue_task() for managed_node3/assert 138029 1726888186.94335: worker is 1 (out of 1 available) 138029 1726888186.94349: exiting _queue_task() for managed_node3/assert 138029 1726888186.94363: done queuing things up, now waiting for results queue to drain 138029 1726888186.94364: waiting for pending results... 138029 1726888186.94545: running TaskExecutor() for managed_node3/TASK: Check RAID active devices count 138029 1726888186.94653: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000224f 138029 1726888186.94666: variable 'ansible_search_path' from source: unknown 138029 1726888186.94696: calling self._execute() 138029 1726888186.94787: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.94791: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.94800: variable 'omit' from source: magic vars 138029 1726888186.95085: variable 'storage_test_volume' from source: include params 138029 1726888186.95108: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888186.95112: when evaluation is False, skipping this task 138029 1726888186.95132: _execute() done 138029 1726888186.95138: dumping result to json 138029 1726888186.95141: done dumping result, returning 138029 1726888186.95144: done running TaskExecutor() for managed_node3/TASK: Check RAID active devices count [0affc8a3-6f6f-5a58-73a2-00000000224f] 138029 1726888186.95146: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000224f 138029 1726888186.95373: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000224f 138029 1726888186.95376: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888186.95430: no more pending results, returning what we have 138029 1726888186.95434: results queue empty 138029 1726888186.95435: checking for any_errors_fatal 138029 1726888186.95449: done checking for any_errors_fatal 138029 1726888186.95450: checking for max_fail_percentage 138029 1726888186.95452: done checking for max_fail_percentage 138029 1726888186.95453: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.95454: done checking to see if all hosts have failed 138029 1726888186.95456: getting the remaining hosts for this loop 138029 1726888186.95464: done getting the remaining hosts for this loop 138029 1726888186.95467: getting the next task for host managed_node3 138029 1726888186.95475: done getting next task for host managed_node3 138029 1726888186.95481: ^ task is: TASK: Check RAID spare devices count 138029 1726888186.95487: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.95492: getting variables 138029 1726888186.95493: in VariableManager get_vars() 138029 1726888186.95534: Calling all_inventory to load vars for managed_node3 138029 1726888186.95537: Calling groups_inventory to load vars for managed_node3 138029 1726888186.95541: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.95550: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.95553: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.95558: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.96089: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.96643: done with get_vars() 138029 1726888186.96654: done getting variables 138029 1726888186.96703: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.025) 0:03:19.690 ****** 138029 1726888186.96727: entering _queue_task() for managed_node3/assert 138029 1726888186.96938: worker is 1 (out of 1 available) 138029 1726888186.96951: exiting _queue_task() for managed_node3/assert 138029 1726888186.96969: done queuing things up, now waiting for results queue to drain 138029 1726888186.96971: waiting for pending results... 138029 1726888186.97221: running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count 138029 1726888186.97343: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002250 138029 1726888186.97352: variable 'ansible_search_path' from source: unknown 138029 1726888186.97381: calling self._execute() 138029 1726888186.97470: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.97487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.97491: variable 'omit' from source: magic vars 138029 1726888186.97859: variable 'storage_test_volume' from source: include params 138029 1726888186.97885: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888186.97888: when evaluation is False, skipping this task 138029 1726888186.97891: _execute() done 138029 1726888186.97893: dumping result to json 138029 1726888186.97907: done dumping result, returning 138029 1726888186.97910: done running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count [0affc8a3-6f6f-5a58-73a2-000000002250] 138029 1726888186.97913: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002250 138029 1726888186.98060: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002250 138029 1726888186.98064: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888186.98118: no more pending results, returning what we have 138029 1726888186.98121: results queue empty 138029 1726888186.98122: checking for any_errors_fatal 138029 1726888186.98127: done checking for any_errors_fatal 138029 1726888186.98127: checking for max_fail_percentage 138029 1726888186.98129: done checking for max_fail_percentage 138029 1726888186.98130: checking to see if all hosts have failed and the running result is not ok 138029 1726888186.98130: done checking to see if all hosts have failed 138029 1726888186.98131: getting the remaining hosts for this loop 138029 1726888186.98132: done getting the remaining hosts for this loop 138029 1726888186.98135: getting the next task for host managed_node3 138029 1726888186.98142: done getting next task for host managed_node3 138029 1726888186.98144: ^ task is: TASK: Check RAID metadata version 138029 1726888186.98150: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888186.98156: getting variables 138029 1726888186.98158: in VariableManager get_vars() 138029 1726888186.98193: Calling all_inventory to load vars for managed_node3 138029 1726888186.98196: Calling groups_inventory to load vars for managed_node3 138029 1726888186.98199: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888186.98208: Calling all_plugins_play to load vars for managed_node3 138029 1726888186.98210: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888186.98212: Calling groups_plugins_play to load vars for managed_node3 138029 1726888186.98592: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888186.98995: done with get_vars() 138029 1726888186.99006: done getting variables 138029 1726888186.99043: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:46 -0400 (0:00:00.023) 0:03:19.714 ****** 138029 1726888186.99072: entering _queue_task() for managed_node3/assert 138029 1726888186.99244: worker is 1 (out of 1 available) 138029 1726888186.99258: exiting _queue_task() for managed_node3/assert 138029 1726888186.99272: done queuing things up, now waiting for results queue to drain 138029 1726888186.99274: waiting for pending results... 138029 1726888186.99467: running TaskExecutor() for managed_node3/TASK: Check RAID metadata version 138029 1726888186.99618: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002251 138029 1726888186.99628: variable 'ansible_search_path' from source: unknown 138029 1726888186.99670: calling self._execute() 138029 1726888186.99786: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888186.99790: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888186.99820: variable 'omit' from source: magic vars 138029 1726888187.00148: variable 'storage_test_volume' from source: include params 138029 1726888187.00232: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888187.00235: when evaluation is False, skipping this task 138029 1726888187.00238: _execute() done 138029 1726888187.00241: dumping result to json 138029 1726888187.00243: done dumping result, returning 138029 1726888187.00245: done running TaskExecutor() for managed_node3/TASK: Check RAID metadata version [0affc8a3-6f6f-5a58-73a2-000000002251] 138029 1726888187.00247: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002251 138029 1726888187.00331: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002251 138029 1726888187.00334: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888187.00383: no more pending results, returning what we have 138029 1726888187.00387: results queue empty 138029 1726888187.00388: checking for any_errors_fatal 138029 1726888187.00397: done checking for any_errors_fatal 138029 1726888187.00398: checking for max_fail_percentage 138029 1726888187.00399: done checking for max_fail_percentage 138029 1726888187.00400: checking to see if all hosts have failed and the running result is not ok 138029 1726888187.00401: done checking to see if all hosts have failed 138029 1726888187.00402: getting the remaining hosts for this loop 138029 1726888187.00403: done getting the remaining hosts for this loop 138029 1726888187.00406: getting the next task for host managed_node3 138029 1726888187.00413: done getting next task for host managed_node3 138029 1726888187.00415: ^ task is: TASK: Check RAID chunk size 138029 1726888187.00421: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888187.00424: getting variables 138029 1726888187.00426: in VariableManager get_vars() 138029 1726888187.00453: Calling all_inventory to load vars for managed_node3 138029 1726888187.00457: Calling groups_inventory to load vars for managed_node3 138029 1726888187.00460: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888187.00471: Calling all_plugins_play to load vars for managed_node3 138029 1726888187.00474: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888187.00476: Calling groups_plugins_play to load vars for managed_node3 138029 1726888187.00851: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888187.01259: done with get_vars() 138029 1726888187.01275: done getting variables 138029 1726888187.01315: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:47 -0400 (0:00:00.022) 0:03:19.737 ****** 138029 1726888187.01347: entering _queue_task() for managed_node3/assert 138029 1726888187.01579: worker is 1 (out of 1 available) 138029 1726888187.01595: exiting _queue_task() for managed_node3/assert 138029 1726888187.01609: done queuing things up, now waiting for results queue to drain 138029 1726888187.01611: waiting for pending results... 138029 1726888187.01839: running TaskExecutor() for managed_node3/TASK: Check RAID chunk size 138029 1726888187.01926: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002252 138029 1726888187.01937: variable 'ansible_search_path' from source: unknown 138029 1726888187.01992: calling self._execute() 138029 1726888187.02069: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888187.02073: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888187.02080: variable 'omit' from source: magic vars 138029 1726888187.02413: variable 'storage_test_volume' from source: include params 138029 1726888187.02458: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888187.02461: when evaluation is False, skipping this task 138029 1726888187.02464: _execute() done 138029 1726888187.02469: dumping result to json 138029 1726888187.02472: done dumping result, returning 138029 1726888187.02475: done running TaskExecutor() for managed_node3/TASK: Check RAID chunk size [0affc8a3-6f6f-5a58-73a2-000000002252] 138029 1726888187.02477: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002252 138029 1726888187.02580: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002252 138029 1726888187.02583: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888187.02630: no more pending results, returning what we have 138029 1726888187.02637: results queue empty 138029 1726888187.02639: checking for any_errors_fatal 138029 1726888187.02647: done checking for any_errors_fatal 138029 1726888187.02648: checking for max_fail_percentage 138029 1726888187.02649: done checking for max_fail_percentage 138029 1726888187.02650: checking to see if all hosts have failed and the running result is not ok 138029 1726888187.02651: done checking to see if all hosts have failed 138029 1726888187.02652: getting the remaining hosts for this loop 138029 1726888187.02653: done getting the remaining hosts for this loop 138029 1726888187.02658: getting the next task for host managed_node3 138029 1726888187.02670: done getting next task for host managed_node3 138029 1726888187.02673: ^ task is: TASK: Parse the actual size of the volume 138029 1726888187.02678: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888187.02683: getting variables 138029 1726888187.02685: in VariableManager get_vars() 138029 1726888187.02716: Calling all_inventory to load vars for managed_node3 138029 1726888187.02719: Calling groups_inventory to load vars for managed_node3 138029 1726888187.02721: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888187.02730: Calling all_plugins_play to load vars for managed_node3 138029 1726888187.02732: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888187.02735: Calling groups_plugins_play to load vars for managed_node3 138029 1726888187.03234: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888187.04120: done with get_vars() 138029 1726888187.04130: 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:09:47 -0400 (0:00:00.028) 0:03:19.765 ****** 138029 1726888187.04204: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888187.04383: worker is 1 (out of 1 available) 138029 1726888187.04395: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888187.04406: done queuing things up, now waiting for results queue to drain 138029 1726888187.04408: waiting for pending results... 138029 1726888187.04600: running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume 138029 1726888187.04686: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002256 138029 1726888187.04698: variable 'ansible_search_path' from source: unknown 138029 1726888187.04725: calling self._execute() 138029 1726888187.04819: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888187.04823: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888187.04832: variable 'omit' from source: magic vars 138029 1726888187.05109: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888187.06975: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888187.07035: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888187.07084: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888187.07225: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888187.07228: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888187.07254: variable '_storage_test_volume_present' from source: set_fact 138029 1726888187.07271: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888187.07375: variable 'storage_test_volume' from source: include params 138029 1726888187.07395: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): True 138029 1726888187.07400: variable 'omit' from source: magic vars 138029 1726888187.07445: variable 'omit' from source: magic vars 138029 1726888187.07541: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888187.07561: variable 'storage_test_volume' from source: include params 138029 1726888187.07590: variable 'omit' from source: magic vars 138029 1726888187.07609: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888187.07631: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888187.07646: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888187.07666: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888187.07672: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888187.07761: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888187.07767: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888187.07770: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888187.07772: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888187.07774: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888187.07871: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888187.07882: Set connection var ansible_timeout to 10 138029 1726888187.07891: Set connection var ansible_pipelining to False 138029 1726888187.07896: Set connection var ansible_shell_type to sh 138029 1726888187.07902: Set connection var ansible_connection to ssh 138029 1726888187.07910: Set connection var ansible_shell_executable to /bin/sh 138029 1726888187.07938: variable 'ansible_shell_executable' from source: unknown 138029 1726888187.07947: variable 'ansible_connection' from source: unknown 138029 1726888187.07957: variable 'ansible_module_compression' from source: unknown 138029 1726888187.07968: variable 'ansible_shell_type' from source: unknown 138029 1726888187.08166: variable 'ansible_shell_executable' from source: unknown 138029 1726888187.08170: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888187.08172: variable 'ansible_pipelining' from source: unknown 138029 1726888187.08174: variable 'ansible_timeout' from source: unknown 138029 1726888187.08176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888187.08179: 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) 138029 1726888187.08181: variable 'omit' from source: magic vars 138029 1726888187.08183: starting attempt loop 138029 1726888187.08185: running the handler 138029 1726888187.08187: _low_level_execute_command(): starting 138029 1726888187.08189: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888187.09006: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888187.09022: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888187.09037: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888187.09058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888187.09079: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888187.09092: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888187.09172: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888187.09192: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888187.09210: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888187.09233: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888187.09321: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888187.11067: stdout chunk (state=3): >>>/root <<< 138029 1726888187.11174: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888187.11208: stderr chunk (state=3): >>><<< 138029 1726888187.11224: stdout chunk (state=3): >>><<< 138029 1726888187.11250: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888187.11281: _low_level_execute_command(): starting 138029 1726888187.11295: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888187.1126883-144028-63452361069058 `" && echo ansible-tmp-1726888187.1126883-144028-63452361069058="` echo /root/.ansible/tmp/ansible-tmp-1726888187.1126883-144028-63452361069058 `" ) && sleep 0' 138029 1726888187.11875: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888187.11890: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888187.11911: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888187.12018: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888187.12054: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888187.12106: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888187.26496: stdout chunk (state=3): >>>ansible-tmp-1726888187.1126883-144028-63452361069058=/root/.ansible/tmp/ansible-tmp-1726888187.1126883-144028-63452361069058 <<< 138029 1726888187.26679: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888187.26683: stdout chunk (state=3): >>><<< 138029 1726888187.26686: stderr chunk (state=3): >>><<< 138029 1726888187.26707: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888187.1126883-144028-63452361069058=/root/.ansible/tmp/ansible-tmp-1726888187.1126883-144028-63452361069058 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888187.26962: variable 'ansible_module_compression' from source: unknown 138029 1726888187.26969: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888187.27199: variable 'ansible_facts' from source: unknown 138029 1726888187.27275: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888187.1126883-144028-63452361069058/AnsiballZ_bsize.py 138029 1726888187.27867: Sending initial data 138029 1726888187.27881: Sent initial data (155 bytes) 138029 1726888187.28912: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888187.28925: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888187.28963: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888187.29071: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888187.29121: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888187.29177: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888187.30832: 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 <<< 138029 1726888187.30848: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888187.30892: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888187.30962: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpq6vnppni /root/.ansible/tmp/ansible-tmp-1726888187.1126883-144028-63452361069058/AnsiballZ_bsize.py <<< 138029 1726888187.30966: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888187.1126883-144028-63452361069058/AnsiballZ_bsize.py" <<< 138029 1726888187.30999: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpq6vnppni" to remote "/root/.ansible/tmp/ansible-tmp-1726888187.1126883-144028-63452361069058/AnsiballZ_bsize.py" <<< 138029 1726888187.31002: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888187.1126883-144028-63452361069058/AnsiballZ_bsize.py" <<< 138029 1726888187.31542: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888187.31580: stderr chunk (state=3): >>><<< 138029 1726888187.31584: stdout chunk (state=3): >>><<< 138029 1726888187.31621: done transferring module to remote 138029 1726888187.31635: _low_level_execute_command(): starting 138029 1726888187.31638: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888187.1126883-144028-63452361069058/ /root/.ansible/tmp/ansible-tmp-1726888187.1126883-144028-63452361069058/AnsiballZ_bsize.py && sleep 0' 138029 1726888187.32060: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888187.32063: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888187.32069: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888187.32071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888187.32073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888187.32116: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888187.32119: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888187.32172: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888187.34014: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888187.34033: stderr chunk (state=3): >>><<< 138029 1726888187.34036: stdout chunk (state=3): >>><<< 138029 1726888187.34052: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888187.34058: _low_level_execute_command(): starting 138029 1726888187.34061: _low_level_execute_command(): using become for this command 138029 1726888187.34074: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-dfhcbwfuzxxkcbvtojcsgnjayhwlaizy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888187.1126883-144028-63452361069058/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888187.34145: Initial state: awaiting_escalation: BECOME-SUCCESS-dfhcbwfuzxxkcbvtojcsgnjayhwlaizy 138029 1726888187.34511: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888187.34516: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888187.34542: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888187.34548: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888187.34602: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888187.37561: stdout chunk (state=1): >>>BECOME-SUCCESS-dfhcbwfuzxxkcbvtojcsgnjayhwlaizy <<< 138029 1726888187.37565: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-dfhcbwfuzxxkcbvtojcsgnjayhwlaizy' 138029 1726888187.37919: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888187.37973: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888187.37987: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888187.37999: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888187.38071: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888187.38074: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888187.38104: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888187.38138: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888187.38157: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888187.38178: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888187.38219: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888187.38225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.38246: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888187.38271: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888187.38303: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888187.38332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888187.38345: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b9103e0> <<< 138029 1726888187.38350: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b8dfa10> <<< 138029 1726888187.38375: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888187.38392: 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 0x7f8d4b912960> <<< 138029 1726888187.38406: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888187.38430: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888187.38434: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888187.38469: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888187.38490: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888187.38577: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888187.38604: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888187.38615: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888187.38637: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888187.38651: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888187.38660: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888187.38677: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888187.38689: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888187.38697: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888187.38707: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888187.38735: 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 <<< 138029 1726888187.38740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888187.38769: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b6c0fe0> <<< 138029 1726888187.38819: 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 <<< 138029 1726888187.38836: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.38843: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b6c1fd0> <<< 138029 1726888187.38872: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888187.38904: 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. <<< 138029 1726888187.39133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888187.39137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888187.39173: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888187.39176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.39203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888187.39235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888187.39261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888187.39294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888187.39297: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b707dd0> <<< 138029 1726888187.39314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888187.39336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888187.39357: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888187.39381: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b707fe0> <<< 138029 1726888187.39384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888187.39413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888187.39441: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888187.39491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.39500: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888187.39532: 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 0x7f8d4b7377a0> <<< 138029 1726888187.39571: 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' <<< 138029 1726888187.39595: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b737e30> <<< 138029 1726888187.39599: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888187.39648: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b717aa0> <<< 138029 1726888187.39653: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888187.39698: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b7151c0> <<< 138029 1726888187.39778: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b704f80> <<< 138029 1726888187.39821: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888187.39836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888187.39870: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888187.39894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888187.39923: 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' <<< 138029 1726888187.39967: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b75b710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b75a330> <<< 138029 1726888187.40006: 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 0x7f8d4b716090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b758b60> <<< 138029 1726888187.40062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888187.40075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b78c770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b704200> <<< 138029 1726888187.40105: 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' <<< 138029 1726888187.40132: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888187.40136: 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 0x7f8d4b78cc20> <<< 138029 1726888187.40179: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b78cad0> <<< 138029 1726888187.40183: 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 0x7f8d4b78ce90> <<< 138029 1726888187.40203: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b6fad20> <<< 138029 1726888187.40212: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888187.40234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.40246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888187.40294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888187.40350: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b78d550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b78d220> 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' <<< 138029 1726888187.40358: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b78e450> <<< 138029 1726888187.40394: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888187.40406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888187.40442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888187.40457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888187.40480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b7a4680> <<< 138029 1726888187.40490: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888187.40525: 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 0x7f8d4b7a5d90> <<< 138029 1726888187.40563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888187.40569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888187.40592: 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 0x7f8d4b7a6c00> <<< 138029 1726888187.40637: 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 0x7f8d4b7a7260> <<< 138029 1726888187.40642: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b7a6150> <<< 138029 1726888187.40670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888187.40675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888187.40715: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888187.40728: 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 0x7f8d4b7a7ce0> <<< 138029 1726888187.40738: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b7a7410> <<< 138029 1726888187.40776: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b78e4b0> <<< 138029 1726888187.40799: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888187.40837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888187.40890: 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' <<< 138029 1726888187.40912: 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 0x7f8d4b53fb60> <<< 138029 1726888187.40922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888187.40947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888187.40996: 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 0x7f8d4b568650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b5683b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4b568680> <<< 138029 1726888187.41036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888187.41052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888187.41109: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888187.41230: 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 0x7f8d4b568fb0> <<< 138029 1726888187.41361: 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 0x7f8d4b569940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b568860> <<< 138029 1726888187.41392: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b53dd00> <<< 138029 1726888187.41412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888187.41418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888187.41438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888187.41458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888187.41462: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b56acc0> <<< 138029 1726888187.41504: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b569820> <<< 138029 1726888187.41533: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b78eba0> <<< 138029 1726888187.41546: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888187.41623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.41627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888187.41667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888187.41691: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b593020> <<< 138029 1726888187.41727: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888187.41751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.41801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888187.41805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888187.41862: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b5bb3b0> <<< 138029 1726888187.41868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888187.41896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888187.41954: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888187.42010: 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 0x7f8d4b6181a0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888187.42031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888187.42066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888187.42097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888187.42187: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b61a900> <<< 138029 1726888187.42265: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b6182c0> <<< 138029 1726888187.42292: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b5e5190> <<< 138029 1726888187.42366: 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 0x7f8d4af29250> <<< 138029 1726888187.42374: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b5ba1b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b56bbf0> <<< 138029 1726888187.47282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888187.47300: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8d4b5ba7b0> <<< 138029 1726888187.49822: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_wuh88dga/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 138029 1726888187.49826: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.49972: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.50013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888187.50035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888187.50070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888187.50148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888187.50194: 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 0x7f8d4af76f60> import '_typing' # <<< 138029 1726888187.50380: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4af59e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4af58fb0> <<< 138029 1726888187.50395: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.50434: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888187.50452: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888187.50483: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.50486: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888187.50497: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.51908: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.52995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888187.53008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4af74e00> <<< 138029 1726888187.53031: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888187.53034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.53059: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888187.53070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888187.53090: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888187.53095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888187.53131: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888187.53134: 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 0x7f8d4afaa8d0> <<< 138029 1726888187.53171: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4afaa660> <<< 138029 1726888187.53203: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4afa9f70> <<< 138029 1726888187.53222: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888187.53236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888187.53277: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4afaa6f0> <<< 138029 1726888187.53284: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4af77980> import 'atexit' # <<< 138029 1726888187.53317: 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' <<< 138029 1726888187.53323: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4afab620> <<< 138029 1726888187.53351: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888187.53357: 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 0x7f8d4afab860> <<< 138029 1726888187.53372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888187.53419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888187.53431: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888187.53493: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4afabda0> <<< 138029 1726888187.53499: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888187.53549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888187.53553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888187.53585: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae15b50> <<< 138029 1726888187.53615: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888187.53627: 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 0x7f8d4ae17770> <<< 138029 1726888187.53637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888187.53650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888187.53700: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae18170> <<< 138029 1726888187.53729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888187.53741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888187.53775: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae19310> <<< 138029 1726888187.53782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888187.53815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888187.53840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888187.53853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888187.53895: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae1bda0> <<< 138029 1726888187.53928: 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 0x7f8d4b6facc0> <<< 138029 1726888187.53959: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae1a090> <<< 138029 1726888187.53976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888187.54012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888187.54029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888187.54034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888187.54059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888187.54085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888187.54114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888187.54120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae23bf0> <<< 138029 1726888187.54157: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888187.54202: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae226c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae22450> <<< 138029 1726888187.54221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888187.54235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888187.54306: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae22990> <<< 138029 1726888187.54336: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae1a570> <<< 138029 1726888187.54368: 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 0x7f8d4ae67ec0> <<< 138029 1726888187.54394: 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 0x7f8d4ae67ef0> <<< 138029 1726888187.54423: 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 <<< 138029 1726888187.54436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888187.54463: 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' <<< 138029 1726888187.54498: 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 0x7f8d4ae69a90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae69850> <<< 138029 1726888187.54518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888187.54639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888187.54686: 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 0x7f8d4ae6bf20> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae6a180> <<< 138029 1726888187.54717: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888187.54749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.54774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888187.54790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888187.54794: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888187.54833: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae6f560> <<< 138029 1726888187.54962: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae6bfe0> <<< 138029 1726888187.55020: 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 0x7f8d4ae70950> <<< 138029 1726888187.55057: 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 0x7f8d4ae70680> <<< 138029 1726888187.55096: 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' <<< 138029 1726888187.55114: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4ae709b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae681d0> <<< 138029 1726888187.55151: 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 <<< 138029 1726888187.55162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888187.55188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888187.55191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888187.55219: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888187.55249: 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 0x7f8d4ae73fe0> <<< 138029 1726888187.55387: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888187.55390: 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 0x7f8d4aef9310> <<< 138029 1726888187.55418: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae72810> <<< 138029 1726888187.55452: 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 0x7f8d4ae73bc0> <<< 138029 1726888187.55459: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae72450> # zipimport: zlib available <<< 138029 1726888187.55500: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.55507: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888187.55535: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.55593: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.55678: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.55691: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.55698: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888187.55711: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.55731: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888187.55742: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.55870: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.55988: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.56534: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.57076: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888187.57097: 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' # <<< 138029 1726888187.57118: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888187.57143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.57190: 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 0x7f8d4ad01430> <<< 138029 1726888187.57268: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888187.57275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888187.57304: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ad02150> <<< 138029 1726888187.57311: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4aef9610> <<< 138029 1726888187.57360: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888187.57367: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.57402: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.57416: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888187.57424: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.57567: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.57736: 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 0x7f8d4ad01d90> <<< 138029 1726888187.57758: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.58202: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.58653: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.58725: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.58800: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888187.58809: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.58851: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.58892: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888187.58897: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.58969: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.59070: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888187.59099: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888187.59148: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.59205: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888187.59209: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.59419: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.59659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888187.59736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888187.59739: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888187.59799: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ad03110> <<< 138029 1726888187.59816: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.59881: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.59967: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888187.59971: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888187.59994: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.60040: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.60092: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888187.60140: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.60193: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.60233: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.60312: 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 <<< 138029 1726888187.60366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.60430: 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 0x7f8d4ad0dac0> <<< 138029 1726888187.60472: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ad0aed0> <<< 138029 1726888187.60501: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888187.60512: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 138029 1726888187.60521: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.60582: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.60643: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.60674: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.60714: 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 <<< 138029 1726888187.60717: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.60748: 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 <<< 138029 1726888187.60762: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888187.60785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888187.60841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888187.60869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888187.60879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888187.60961: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae025a0> <<< 138029 1726888187.60986: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4afe2270> <<< 138029 1726888187.61079: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ad0dcd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ad0da90> <<< 138029 1726888187.61126: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888187.61147: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888187.61392: stdout chunk (state=3): >>>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' # <<< 138029 1726888187.61399: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888187.61401: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 138029 1726888187.61433: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.61484: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.61620: 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 <<< 138029 1726888187.61664: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.61759: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888187.61832: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888187.61954: stdout chunk (state=3): >>> {"changed": false, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3G"}}} <<< 138029 1726888187.62016: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888187.62289: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888187.62349: 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 <<< 138029 1726888187.62354: 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 # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix <<< 138029 1726888187.62460: 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 # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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._<<< 138029 1726888187.62471: stdout chunk (state=3): >>>endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888187.62705: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888187.62721: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888187.62729: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888187.62746: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888187.62762: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888187.62780: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888187.62813: 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 <<< 138029 1726888187.62818: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 138029 1726888187.62846: stdout chunk (state=3): >>># destroy _locale <<< 138029 1726888187.62852: stdout chunk (state=3): >>># destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888187.62875: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888187.62880: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888187.62915: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888187.62960: 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 <<< 138029 1726888187.62971: 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 <<< 138029 1726888187.62978: stdout chunk (state=3): >>># destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888187.62995: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc <<< 138029 1726888187.63028: stdout chunk (state=3): >>># cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 138029 1726888187.63032: 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 <<< 138029 1726888187.63041: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888187.63046: 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 <<< 138029 1726888187.63083: 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 # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 138029 1726888187.63100: 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 <<< 138029 1726888187.63239: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888187.63243: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888187.63259: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888187.63278: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888187.63282: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888187.63304: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888187.63339: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888187.63343: 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 <<< 138029 1726888187.63357: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888187.63374: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888187.63454: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888187.63462: 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 <<< 138029 1726888187.63491: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888187.63496: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888187.63521: stdout chunk (state=3): >>># destroy _operator <<< 138029 1726888187.63527: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 138029 1726888187.63545: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 138029 1726888187.63564: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 138029 1726888187.64267: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888187.64270: stdout chunk (state=3): >>><<< 138029 1726888187.64273: stderr chunk (state=3): >>><<< 138029 1726888187.64288: _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 0x7f8d4b9103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b8dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b912960> 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 0x7f8d4b6c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f8d4b6c1fd0> 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 0x7f8d4b707dd0> # /usr/lib64/python3.12/__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 0x7f8d4b707fe0> # /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 0x7f8d4b7377a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b737e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b717aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b7151c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b704f80> # /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 0x7f8d4b75b710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b75a330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b716090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b758b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b78c770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b704200> # /usr/lib64/python3.12/__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 0x7f8d4b78cc20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b78cad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4b78ce90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b6fad20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f8d4b78d550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b78d220> 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 0x7f8d4b78e450> 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 0x7f8d4b7a4680> 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 0x7f8d4b7a5d90> # /usr/lib64/python3.12/__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 0x7f8d4b7a6c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4b7a7260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b7a6150> # /usr/lib64/python3.12/__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 0x7f8d4b7a7ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b7a7410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b78e4b0> # /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 0x7f8d4b53fb60> # /usr/lib64/python3.12/__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 0x7f8d4b568650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b5683b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4b568680> # /usr/lib64/python3.12/__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 0x7f8d4b568fb0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4b569940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b568860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b53dd00> # /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 0x7f8d4b56acc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b569820> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b78eba0> # /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 0x7f8d4b593020> # /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 0x7f8d4b5bb3b0> # /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 0x7f8d4b6181a0> # /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 0x7f8d4b61a900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b6182c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b5e5190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4af29250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b5ba1b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4b56bbf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8d4b5ba7b0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_wuh88dga/ansible_fedora.linux_system_roles.bsize_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 0x7f8d4af76f60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4af59e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4af58fb0> # 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 0x7f8d4af74e00> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f8d4afaa8d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4afaa660> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4afa9f70> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f8d4afaa6f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4af77980> 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 0x7f8d4afab620> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4afab860> # /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 0x7f8d4afabda0> 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 0x7f8d4ae15b50> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4ae17770> # /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 0x7f8d4ae18170> # /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 0x7f8d4ae19310> # /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 0x7f8d4ae1bda0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4b6facc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae1a090> # /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 0x7f8d4ae23bf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae226c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae22450> # /usr/lib64/python3.12/__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 0x7f8d4ae22990> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae1a570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4ae67ec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae67ef0> # /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 0x7f8d4ae69a90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae69850> # /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 0x7f8d4ae6bf20> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae6a180> # /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 0x7f8d4ae6f560> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae6bfe0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4ae70950> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4ae70680> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4ae709b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae681d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f8d4ae73fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4aef9310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae72810> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d4ae73bc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ae72450> # 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 0x7f8d4ad01430> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f8d4ad02150> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4aef9610> 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 0x7f8d4ad01d90> # 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 0x7f8d4ad03110> # 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 0x7f8d4ad0dac0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ad0aed0> 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 0x7f8d4ae025a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4afe2270> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ad0dcd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d4ad0da90> # 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, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3G"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888187.65421: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '3G', '_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.bsize', '_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-1726888187.1126883-144028-63452361069058/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888187.65424: _low_level_execute_command(): starting 138029 1726888187.65426: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888187.1126883-144028-63452361069058/ > /dev/null 2>&1 && sleep 0' 138029 1726888187.65429: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888187.65431: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888187.65433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888187.65435: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888187.65437: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888187.65440: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888187.65442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888187.65444: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888187.65446: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888187.65448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888187.65450: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888187.65451: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888187.67124: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888187.67136: stderr chunk (state=3): >>><<< 138029 1726888187.67145: stdout chunk (state=3): >>><<< 138029 1726888187.67172: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888187.67361: handler run complete 138029 1726888187.67366: attempt loop complete, returning result 138029 1726888187.67370: _execute() done 138029 1726888187.67372: dumping result to json 138029 1726888187.67374: done dumping result, returning 138029 1726888187.67376: done running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume [0affc8a3-6f6f-5a58-73a2-000000002256] 138029 1726888187.67378: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002256 138029 1726888187.67453: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002256 138029 1726888187.67458: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } 138029 1726888187.67520: no more pending results, returning what we have 138029 1726888187.67524: results queue empty 138029 1726888187.67526: checking for any_errors_fatal 138029 1726888187.67536: done checking for any_errors_fatal 138029 1726888187.67537: checking for max_fail_percentage 138029 1726888187.67539: done checking for max_fail_percentage 138029 1726888187.67540: checking to see if all hosts have failed and the running result is not ok 138029 1726888187.67541: done checking to see if all hosts have failed 138029 1726888187.67542: getting the remaining hosts for this loop 138029 1726888187.67544: done getting the remaining hosts for this loop 138029 1726888187.67548: getting the next task for host managed_node3 138029 1726888187.67561: done getting next task for host managed_node3 138029 1726888187.67564: ^ task is: TASK: Parse the requested size of the volume 138029 1726888187.67574: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888187.67581: getting variables 138029 1726888187.67582: in VariableManager get_vars() 138029 1726888187.67619: Calling all_inventory to load vars for managed_node3 138029 1726888187.67622: Calling groups_inventory to load vars for managed_node3 138029 1726888187.67625: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888187.67637: Calling all_plugins_play to load vars for managed_node3 138029 1726888187.67641: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888187.67649: Calling groups_plugins_play to load vars for managed_node3 138029 1726888187.68537: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888187.69006: done with get_vars() 138029 1726888187.69021: 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:09:47 -0400 (0:00:00.648) 0:03:20.414 ****** 138029 1726888187.69085: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888187.69304: worker is 1 (out of 1 available) 138029 1726888187.69317: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888187.69328: done queuing things up, now waiting for results queue to drain 138029 1726888187.69330: waiting for pending results... 138029 1726888187.69522: running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume 138029 1726888187.69640: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002257 138029 1726888187.69653: variable 'ansible_search_path' from source: unknown 138029 1726888187.69688: calling self._execute() 138029 1726888187.69782: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888187.69788: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888187.69794: variable 'omit' from source: magic vars 138029 1726888187.70066: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888187.71889: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888187.71929: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888187.71968: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888187.72000: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888187.72015: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888187.72091: variable '_storage_test_volume_present' from source: set_fact 138029 1726888187.72106: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888187.72196: variable 'storage_test_volume' from source: include params 138029 1726888187.72219: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888187.72325: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888187.72346: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888187.72368: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888187.72392: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888187.72403: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888187.72463: variable 'storage_test_volume' from source: include params 138029 1726888187.72478: Evaluated conditional ('%' not in storage_test_volume.size | string): True 138029 1726888187.72483: variable 'omit' from source: magic vars 138029 1726888187.72522: variable 'omit' from source: magic vars 138029 1726888187.72592: variable 'storage_test_volume' from source: include params 138029 1726888187.72616: variable 'omit' from source: magic vars 138029 1726888187.72636: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888187.72663: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888187.72675: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888187.72688: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888187.72696: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888187.72710: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888187.72721: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888187.72742: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888187.72746: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888187.72749: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888187.72828: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888187.72832: Set connection var ansible_timeout to 10 138029 1726888187.72837: Set connection var ansible_pipelining to False 138029 1726888187.72840: Set connection var ansible_shell_type to sh 138029 1726888187.72842: Set connection var ansible_connection to ssh 138029 1726888187.72846: Set connection var ansible_shell_executable to /bin/sh 138029 1726888187.72881: variable 'ansible_shell_executable' from source: unknown 138029 1726888187.72884: variable 'ansible_connection' from source: unknown 138029 1726888187.72886: variable 'ansible_module_compression' from source: unknown 138029 1726888187.72888: variable 'ansible_shell_type' from source: unknown 138029 1726888187.72890: variable 'ansible_shell_executable' from source: unknown 138029 1726888187.72893: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888187.72895: variable 'ansible_pipelining' from source: unknown 138029 1726888187.72897: variable 'ansible_timeout' from source: unknown 138029 1726888187.72899: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888187.72978: 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) 138029 1726888187.72989: variable 'omit' from source: magic vars 138029 1726888187.72993: starting attempt loop 138029 1726888187.72996: running the handler 138029 1726888187.73006: _low_level_execute_command(): starting 138029 1726888187.73012: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888187.73500: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888187.73503: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888187.73507: 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.13.126 is address <<< 138029 1726888187.73509: 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 <<< 138029 1726888187.73513: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888187.73561: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888187.73565: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888187.73570: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888187.73619: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888187.75265: stdout chunk (state=3): >>>/root <<< 138029 1726888187.75370: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888187.75399: stderr chunk (state=3): >>><<< 138029 1726888187.75402: stdout chunk (state=3): >>><<< 138029 1726888187.75415: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888187.75426: _low_level_execute_command(): starting 138029 1726888187.75432: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888187.7541664-144054-22734053864384 `" && echo ansible-tmp-1726888187.7541664-144054-22734053864384="` echo /root/.ansible/tmp/ansible-tmp-1726888187.7541664-144054-22734053864384 `" ) && sleep 0' 138029 1726888187.75817: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888187.75821: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888187.75841: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888187.75887: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888187.75891: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888187.75941: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888187.81702: stdout chunk (state=3): >>>ansible-tmp-1726888187.7541664-144054-22734053864384=/root/.ansible/tmp/ansible-tmp-1726888187.7541664-144054-22734053864384 <<< 138029 1726888187.81814: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888187.81835: stderr chunk (state=3): >>><<< 138029 1726888187.81838: stdout chunk (state=3): >>><<< 138029 1726888187.81852: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888187.7541664-144054-22734053864384=/root/.ansible/tmp/ansible-tmp-1726888187.7541664-144054-22734053864384 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888187.81898: variable 'ansible_module_compression' from source: unknown 138029 1726888187.81935: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888187.81963: variable 'ansible_facts' from source: unknown 138029 1726888187.82018: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888187.7541664-144054-22734053864384/AnsiballZ_bsize.py 138029 1726888187.82114: Sending initial data 138029 1726888187.82118: Sent initial data (155 bytes) 138029 1726888187.82508: 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 <<< 138029 1726888187.82533: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888187.82536: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888187.82540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888187.82593: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888187.82599: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888187.82646: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888187.84238: 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 <<< 138029 1726888187.84296: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888187.84344: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpj39kd6sb /root/.ansible/tmp/ansible-tmp-1726888187.7541664-144054-22734053864384/AnsiballZ_bsize.py <<< 138029 1726888187.84346: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888187.7541664-144054-22734053864384/AnsiballZ_bsize.py" <<< 138029 1726888187.84405: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpj39kd6sb" to remote "/root/.ansible/tmp/ansible-tmp-1726888187.7541664-144054-22734053864384/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888187.7541664-144054-22734053864384/AnsiballZ_bsize.py" <<< 138029 1726888187.85046: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888187.85061: stderr chunk (state=3): >>><<< 138029 1726888187.85065: stdout chunk (state=3): >>><<< 138029 1726888187.85100: done transferring module to remote 138029 1726888187.85129: _low_level_execute_command(): starting 138029 1726888187.85132: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888187.7541664-144054-22734053864384/ /root/.ansible/tmp/ansible-tmp-1726888187.7541664-144054-22734053864384/AnsiballZ_bsize.py && sleep 0' 138029 1726888187.85752: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888187.85762: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888187.85831: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888187.85878: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888187.87664: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888187.87687: stderr chunk (state=3): >>><<< 138029 1726888187.87696: stdout chunk (state=3): >>><<< 138029 1726888187.87718: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888187.87721: _low_level_execute_command(): starting 138029 1726888187.87723: _low_level_execute_command(): using become for this command 138029 1726888187.87725: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-eguhwgbjjjilktkhsdaovfmzdblgoueg ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888187.7541664-144054-22734053864384/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888187.87817: Initial state: awaiting_escalation: BECOME-SUCCESS-eguhwgbjjjilktkhsdaovfmzdblgoueg 138029 1726888187.88223: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888187.88228: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888187.88248: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888187.88269: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888187.88324: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888187.91209: stdout chunk (state=1): >>>BECOME-SUCCESS-eguhwgbjjjilktkhsdaovfmzdblgoueg <<< 138029 1726888187.91212: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-eguhwgbjjjilktkhsdaovfmzdblgoueg' 138029 1726888187.91561: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888187.91597: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888187.91622: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888187.91629: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888187.91705: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888187.91709: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888187.91744: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888187.91783: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888187.91809: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888187.91859: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888187.91874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.91878: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888187.91915: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888187.91947: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888187.91972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888187.91982: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c134183e0> <<< 138029 1726888187.91990: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c133e7a10> <<< 138029 1726888187.92023: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888187.92030: 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 0x7f9c1341a960> <<< 138029 1726888187.92058: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888187.92079: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888187.92085: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888187.92103: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888187.92140: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888187.92142: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888187.92229: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888187.92271: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888187.92273: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888187.92301: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888187.92308: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888187.92324: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888187.92343: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888187.92360: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888187.92367: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888187.92393: 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 <<< 138029 1726888187.92397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888187.92419: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1322cfe0> <<< 138029 1726888187.92488: 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 <<< 138029 1726888187.92492: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.92501: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1322dfd0> <<< 138029 1726888187.92528: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888187.92563: 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. <<< 138029 1726888187.92794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888187.92802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888187.92827: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888187.92835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.92861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888187.92899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888187.92926: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888187.92970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13273dd0> <<< 138029 1726888187.93009: 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' <<< 138029 1726888187.93043: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13273fe0> <<< 138029 1726888187.93068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888187.93087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888187.93114: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888187.93166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.93192: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888187.93230: 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 0x7f9c132a37d0> <<< 138029 1726888187.93238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888187.93270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132a3e60> import '_collections' # <<< 138029 1726888187.93313: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13283a70> <<< 138029 1726888187.93318: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888187.93359: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132811c0> <<< 138029 1726888187.93446: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13270f80> <<< 138029 1726888187.93471: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888187.93497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888187.93500: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888187.93534: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888187.93557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888187.93585: 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' <<< 138029 1726888187.93619: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132c77d0> <<< 138029 1726888187.93631: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132c63f0> <<< 138029 1726888187.93676: 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 0x7f9c13282090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132c4b90> <<< 138029 1726888187.93716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888187.93736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132f8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13270200> <<< 138029 1726888187.93762: 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' <<< 138029 1726888187.93787: 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 0x7f9c132f8cb0> <<< 138029 1726888187.93792: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132f8b60> <<< 138029 1726888187.93845: 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 0x7f9c132f8ef0> <<< 138029 1726888187.93869: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13266d20> <<< 138029 1726888187.93923: 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' <<< 138029 1726888187.93933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888187.93964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132f9220> import 'importlib.machinery' # <<< 138029 1726888187.94003: 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' <<< 138029 1726888187.94031: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132fa450> import 'importlib.util' # import 'runpy' # <<< 138029 1726888187.94062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888187.94095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888187.94123: 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 0x7f9c13310680> <<< 138029 1726888187.94141: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888187.94178: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888187.94181: 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 0x7f9c13311d60> <<< 138029 1726888187.94207: 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' <<< 138029 1726888187.94244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888187.94247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888187.94275: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13312c00> <<< 138029 1726888187.94309: 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 0x7f9c13313260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13312150> <<< 138029 1726888187.94332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888187.94351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888187.94389: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888187.94408: 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 0x7f9c13313ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13313410> <<< 138029 1726888187.94443: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132fa4b0> <<< 138029 1726888187.94459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888187.94485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888187.94512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888187.94521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888187.94567: 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 0x7f9c130a3b60> <<< 138029 1726888187.94585: 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' <<< 138029 1726888187.94621: 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 0x7f9c130d0560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c130d02f0> <<< 138029 1726888187.94659: 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 0x7f9c130d0590> <<< 138029 1726888187.94691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888187.94694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888187.94753: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888187.94878: 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 0x7f9c130d0e90> <<< 138029 1726888187.95000: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888187.95003: 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 0x7f9c130d17c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c130d0770> <<< 138029 1726888187.95019: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c130a1d00> <<< 138029 1726888187.95046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888187.95077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888187.95108: 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 0x7f9c130d2ba0> <<< 138029 1726888187.95141: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c130d18e0> <<< 138029 1726888187.95152: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132faba0> <<< 138029 1726888187.95178: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888187.95233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.95262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888187.95300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888187.95331: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c130faf00> <<< 138029 1726888187.95388: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888187.95400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888187.95420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888187.95436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888187.95478: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c131232c0> <<< 138029 1726888187.95503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888187.95544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888187.95615: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888187.95649: 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 0x7f9c1314bf80> <<< 138029 1726888187.95652: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888187.95676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888187.95701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888187.95744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888187.95829: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1317e7e0> <<< 138029 1726888187.95904: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1317c1a0> <<< 138029 1726888187.95945: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13123f50> <<< 138029 1726888187.95981: 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' <<< 138029 1726888187.95986: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12f85190> <<< 138029 1726888187.96000: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c131220c0> <<< 138029 1726888187.96004: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c130d3ad0> <<< 138029 1726888187.99016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888187.99024: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9c131226c0> <<< 138029 1726888188.00283: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_cfo9_z_e/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 138029 1726888188.00286: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.00409: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.00438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888188.00454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888188.00485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888188.00565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888188.00604: 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' <<< 138029 1726888188.00614: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12fd2f60> import '_typing' # <<< 138029 1726888188.00815: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12fb5e50> <<< 138029 1726888188.00823: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12fb4fb0> # zipimport: zlib available <<< 138029 1726888188.00849: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888188.00885: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888188.00907: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888188.00920: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.02322: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.03450: 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' <<< 138029 1726888188.03454: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12fd1250> <<< 138029 1726888188.03511: 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 <<< 138029 1726888188.03525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888188.03537: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888188.03542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888188.03573: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888188.03577: 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 0x7f9c130067b0> <<< 138029 1726888188.03615: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13006540> <<< 138029 1726888188.03672: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13005eb0> <<< 138029 1726888188.03677: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888188.03679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888188.03729: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c130068a0> <<< 138029 1726888188.03732: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132829c0> import 'atexit' # <<< 138029 1726888188.03764: 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 0x7f9c13007500> <<< 138029 1726888188.03791: 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 0x7f9c13007740> <<< 138029 1726888188.03806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888188.03848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888188.03859: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888188.03912: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13007c50> <<< 138029 1726888188.03948: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888188.03951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888188.03986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888188.04009: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1291d9a0> <<< 138029 1726888188.04045: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888188.04048: 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 0x7f9c1291f5c0> <<< 138029 1726888188.04050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888188.04074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888188.04104: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1291ff80> <<< 138029 1726888188.04128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888188.04162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888188.04175: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12921160> <<< 138029 1726888188.04194: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888188.04231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888188.04254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888188.04264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888188.04316: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12923bf0> <<< 138029 1726888188.04352: 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 0x7f9c130fae70> <<< 138029 1726888188.04372: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12921eb0> <<< 138029 1726888188.04394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888188.04420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888188.04445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888188.04448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888188.04512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888188.04551: 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 0x7f9c1292ba70> <<< 138029 1726888188.04569: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888188.04625: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1292a540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1292a2a0> <<< 138029 1726888188.04652: 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' <<< 138029 1726888188.04730: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1292a7b0> <<< 138029 1726888188.04920: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c129230e0> <<< 138029 1726888188.04935: 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 0x7f9c1296fc50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1296fce0> # /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 0x7f9c12971850> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12971610> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888188.05095: 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 0x7f9c12973d10> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12971eb0> <<< 138029 1726888188.05190: 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' # <<< 138029 1726888188.05234: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12977410> <<< 138029 1726888188.05363: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12973da0> <<< 138029 1726888188.05421: 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 0x7f9c129786b0> <<< 138029 1726888188.05451: 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 0x7f9c12978440> <<< 138029 1726888188.05487: 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 0x7f9c12978800> <<< 138029 1726888188.05521: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1296f6b0> <<< 138029 1726888188.05587: 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 <<< 138029 1726888188.05629: 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 0x7f9c1297bef0> <<< 138029 1726888188.05778: 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 0x7f9c12805070> <<< 138029 1726888188.05786: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1297a690> <<< 138029 1726888188.05828: 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 0x7f9c1297ba40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1297a2d0> <<< 138029 1726888188.05837: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.05876: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.05885: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888188.05972: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.06052: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.06073: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888188.06096: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.06119: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888188.06127: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.06252: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.06368: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.06904: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.07445: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888188.07452: 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' # <<< 138029 1726888188.07474: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888188.07497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888188.07546: 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 0x7f9c128091f0> <<< 138029 1726888188.07636: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888188.07661: 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 0x7f9c12809f70> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12978560> <<< 138029 1726888188.07722: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888188.07740: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.07761: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.07785: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888188.08087: 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 0x7f9c12809d30> <<< 138029 1726888188.08108: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.08564: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.09007: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.09161: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.collections' # <<< 138029 1726888188.09178: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.09214: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.09247: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888188.09272: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.09323: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.09409: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888188.09447: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.09451: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888188.09473: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.09502: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.09548: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888188.09567: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.09776: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.10034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888188.10102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888188.10159: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1280b0e0> <<< 138029 1726888188.10163: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.10225: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.10318: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888188.10323: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888188.10337: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.10388: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.10434: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888188.10437: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.10478: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.10525: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.10582: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.10650: 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 <<< 138029 1726888188.10687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888188.10765: 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 0x7f9c12815b80> <<< 138029 1726888188.10800: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12812f90> <<< 138029 1726888188.10826: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888188.10846: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.10912: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.10976: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.11005: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.11047: 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' <<< 138029 1726888188.11065: 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 <<< 138029 1726888188.11090: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888188.11127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888188.11187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888188.11190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888188.11212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888188.11266: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c129025a0> <<< 138029 1726888188.11311: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c129fa270> <<< 138029 1726888188.11481: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12815c40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12809e50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888188.11514: 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' # <<< 138029 1726888188.11562: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # <<< 138029 1726888188.11608: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 138029 1726888188.11643: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.11704: 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' # <<< 138029 1726888188.11712: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888188.11735: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 138029 1726888188.11768: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.11850: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.11879: 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' # <<< 138029 1726888188.11907: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.11991: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.12085: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888188.12167: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.12294: stdout chunk (state=3): >>> {"changed": false, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3g"}}} <<< 138029 1726888188.12298: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888188.12578: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888188.12631: 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 <<< 138029 1726888188.12737: 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 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888188.12768: 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 # 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 <<< 138029 1726888188.13017: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888188.13067: 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 <<< 138029 1726888188.13108: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 138029 1726888188.13172: 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 <<< 138029 1726888188.13187: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888188.13213: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888188.13267: 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 <<< 138029 1726888188.13313: 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 <<< 138029 1726888188.13334: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888188.13375: 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 <<< 138029 1726888188.13519: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888188.13550: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888188.13590: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888188.13630: 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 <<< 138029 1726888188.13646: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888188.13732: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888188.13810: 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 <<< 138029 1726888188.13814: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 138029 1726888188.13842: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888188.14307: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888188.14466: stderr chunk (state=3): >>>Shared connection to 10.31.13.126 closed. <<< 138029 1726888188.14469: stdout chunk (state=3): >>><<< 138029 1726888188.14471: stderr chunk (state=3): >>><<< 138029 1726888188.14484: _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 0x7f9c134183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c133e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1341a960> 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 0x7f9c1322cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f9c1322dfd0> 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 0x7f9c13273dd0> # /usr/lib64/python3.12/__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 0x7f9c13273fe0> # /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 0x7f9c132a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13283a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13270f80> # /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 0x7f9c132c77d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132c63f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13282090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132c4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132f8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13270200> # /usr/lib64/python3.12/__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 0x7f9c132f8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132f8b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c132f8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13266d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f9c132f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132f9220> 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 0x7f9c132fa450> 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 0x7f9c13310680> 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 0x7f9c13311d60> # /usr/lib64/python3.12/__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 0x7f9c13312c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c13313260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13312150> # /usr/lib64/python3.12/__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 0x7f9c13313ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13313410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132fa4b0> # /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 0x7f9c130a3b60> # /usr/lib64/python3.12/__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 0x7f9c130d0560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c130d02f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c130d0590> # /usr/lib64/python3.12/__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 0x7f9c130d0e90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c130d17c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c130d0770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c130a1d00> # /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 0x7f9c130d2ba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c130d18e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132faba0> # /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 0x7f9c130faf00> # /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 0x7f9c131232c0> # /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 0x7f9c1314bf80> # /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 0x7f9c1317e7e0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1317c1a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13123f50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12f85190> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c131220c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c130d3ad0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9c131226c0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_cfo9_z_e/ansible_fedora.linux_system_roles.bsize_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 0x7f9c12fd2f60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12fb5e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12fb4fb0> # 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 0x7f9c12fd1250> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f9c130067b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13006540> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c13005eb0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f9c130068a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c132829c0> 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 0x7f9c13007500> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c13007740> # /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 0x7f9c13007c50> 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 0x7f9c1291d9a0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c1291f5c0> # /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 0x7f9c1291ff80> # /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 0x7f9c12921160> # /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 0x7f9c12923bf0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c130fae70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12921eb0> # /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 0x7f9c1292ba70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1292a540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1292a2a0> # /usr/lib64/python3.12/__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 0x7f9c1292a7b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c129230e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c1296fc50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1296fce0> # /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 0x7f9c12971850> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12971610> # /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 0x7f9c12973d10> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12971eb0> # /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 0x7f9c12977410> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12973da0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c129786b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c12978440> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c12978800> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1296f6b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f9c1297bef0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c12805070> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1297a690> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c1297ba40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c1297a2d0> # 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 0x7f9c128091f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f9c12809f70> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12978560> 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 0x7f9c12809d30> # 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 0x7f9c1280b0e0> # 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 0x7f9c12815b80> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12812f90> 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 0x7f9c129025a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c129fa270> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12815c40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c12809e50> # 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, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3g"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888188.15299: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '3g', '_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.bsize', '_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-1726888187.7541664-144054-22734053864384/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888188.15304: _low_level_execute_command(): starting 138029 1726888188.15308: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888187.7541664-144054-22734053864384/ > /dev/null 2>&1 && sleep 0' 138029 1726888188.15684: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888188.15697: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888188.15711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888188.15728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888188.15745: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888188.15839: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888188.15862: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888188.15878: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888188.15981: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888188.17833: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888188.17894: stderr chunk (state=3): >>><<< 138029 1726888188.17904: stdout chunk (state=3): >>><<< 138029 1726888188.17923: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888188.17933: handler run complete 138029 1726888188.17953: attempt loop complete, returning result 138029 1726888188.17963: _execute() done 138029 1726888188.17970: dumping result to json 138029 1726888188.17977: done dumping result, returning 138029 1726888188.18064: done running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume [0affc8a3-6f6f-5a58-73a2-000000002257] 138029 1726888188.18067: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002257 138029 1726888188.18140: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002257 138029 1726888188.18142: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } 138029 1726888188.18219: no more pending results, returning what we have 138029 1726888188.18222: results queue empty 138029 1726888188.18224: checking for any_errors_fatal 138029 1726888188.18235: done checking for any_errors_fatal 138029 1726888188.18236: checking for max_fail_percentage 138029 1726888188.18238: done checking for max_fail_percentage 138029 1726888188.18239: checking to see if all hosts have failed and the running result is not ok 138029 1726888188.18240: done checking to see if all hosts have failed 138029 1726888188.18240: getting the remaining hosts for this loop 138029 1726888188.18242: done getting the remaining hosts for this loop 138029 1726888188.18246: getting the next task for host managed_node3 138029 1726888188.18254: done getting next task for host managed_node3 138029 1726888188.18460: ^ task is: TASK: Establish base value for expected size 138029 1726888188.18467: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888188.18472: getting variables 138029 1726888188.18474: in VariableManager get_vars() 138029 1726888188.18507: Calling all_inventory to load vars for managed_node3 138029 1726888188.18509: Calling groups_inventory to load vars for managed_node3 138029 1726888188.18513: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888188.18523: Calling all_plugins_play to load vars for managed_node3 138029 1726888188.18526: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888188.18529: Calling groups_plugins_play to load vars for managed_node3 138029 1726888188.19353: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888188.20117: done with get_vars() 138029 1726888188.20135: done getting variables 138029 1726888188.20203: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:48 -0400 (0:00:00.511) 0:03:20.925 ****** 138029 1726888188.20236: entering _queue_task() for managed_node3/set_fact 138029 1726888188.20646: worker is 1 (out of 1 available) 138029 1726888188.20660: exiting _queue_task() for managed_node3/set_fact 138029 1726888188.20671: done queuing things up, now waiting for results queue to drain 138029 1726888188.20672: waiting for pending results... 138029 1726888188.20910: running TaskExecutor() for managed_node3/TASK: Establish base value for expected size 138029 1726888188.21113: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002258 138029 1726888188.21117: variable 'ansible_search_path' from source: unknown 138029 1726888188.21121: calling self._execute() 138029 1726888188.21227: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888188.21242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888188.21257: variable 'omit' from source: magic vars 138029 1726888188.21622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888188.23962: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888188.23973: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888188.24031: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888188.24070: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888188.24104: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888188.24212: variable '_storage_test_volume_present' from source: set_fact 138029 1726888188.24237: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888188.24376: variable 'storage_test_volume' from source: include params 138029 1726888188.24408: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888188.24573: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888188.24654: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888188.24660: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888188.24686: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888188.24707: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888188.24793: variable 'storage_test_volume' from source: include params 138029 1726888188.24815: Evaluated conditional ('%' not in storage_test_volume.size | string): True 138029 1726888188.24826: variable 'omit' from source: magic vars 138029 1726888188.24900: variable 'omit' from source: magic vars 138029 1726888188.24998: variable 'storage_test_requested_size' from source: set_fact 138029 1726888188.25088: variable 'omit' from source: magic vars 138029 1726888188.25091: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888188.25094: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888188.25106: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888188.25127: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888188.25142: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888188.25164: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888188.25184: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888188.25224: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888188.25317: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888188.25320: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888188.25361: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888188.25372: Set connection var ansible_timeout to 10 138029 1726888188.25381: Set connection var ansible_pipelining to False 138029 1726888188.25387: Set connection var ansible_shell_type to sh 138029 1726888188.25392: Set connection var ansible_connection to ssh 138029 1726888188.25399: Set connection var ansible_shell_executable to /bin/sh 138029 1726888188.25434: variable 'ansible_shell_executable' from source: unknown 138029 1726888188.25443: variable 'ansible_connection' from source: unknown 138029 1726888188.25450: variable 'ansible_module_compression' from source: unknown 138029 1726888188.25461: variable 'ansible_shell_type' from source: unknown 138029 1726888188.25468: variable 'ansible_shell_executable' from source: unknown 138029 1726888188.25476: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888188.25483: variable 'ansible_pipelining' from source: unknown 138029 1726888188.25489: variable 'ansible_timeout' from source: unknown 138029 1726888188.25534: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888188.25613: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888188.25630: variable 'omit' from source: magic vars 138029 1726888188.25647: starting attempt loop 138029 1726888188.25659: running the handler 138029 1726888188.25674: handler run complete 138029 1726888188.25688: attempt loop complete, returning result 138029 1726888188.25752: _execute() done 138029 1726888188.25757: dumping result to json 138029 1726888188.25761: done dumping result, returning 138029 1726888188.25763: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected size [0affc8a3-6f6f-5a58-73a2-000000002258] 138029 1726888188.25765: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002258 138029 1726888188.25844: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002258 138029 1726888188.25848: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } 138029 1726888188.25908: no more pending results, returning what we have 138029 1726888188.25912: results queue empty 138029 1726888188.25913: checking for any_errors_fatal 138029 1726888188.25932: done checking for any_errors_fatal 138029 1726888188.25933: checking for max_fail_percentage 138029 1726888188.25935: done checking for max_fail_percentage 138029 1726888188.25936: checking to see if all hosts have failed and the running result is not ok 138029 1726888188.25937: done checking to see if all hosts have failed 138029 1726888188.25938: getting the remaining hosts for this loop 138029 1726888188.25940: done getting the remaining hosts for this loop 138029 1726888188.25944: getting the next task for host managed_node3 138029 1726888188.25954: done getting next task for host managed_node3 138029 1726888188.25958: ^ task is: TASK: Show expected size 138029 1726888188.25964: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888188.25978: getting variables 138029 1726888188.25979: in VariableManager get_vars() 138029 1726888188.26015: Calling all_inventory to load vars for managed_node3 138029 1726888188.26018: Calling groups_inventory to load vars for managed_node3 138029 1726888188.26021: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888188.26032: Calling all_plugins_play to load vars for managed_node3 138029 1726888188.26035: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888188.26038: Calling groups_plugins_play to load vars for managed_node3 138029 1726888188.27111: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888188.27992: done with get_vars() 138029 1726888188.28012: done getting variables 138029 1726888188.28065: 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:09:48 -0400 (0:00:00.078) 0:03:21.004 ****** 138029 1726888188.28098: entering _queue_task() for managed_node3/debug 138029 1726888188.28399: worker is 1 (out of 1 available) 138029 1726888188.28410: exiting _queue_task() for managed_node3/debug 138029 1726888188.28422: done queuing things up, now waiting for results queue to drain 138029 1726888188.28424: waiting for pending results... 138029 1726888188.28880: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888188.28963: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002259 138029 1726888188.28975: variable 'ansible_search_path' from source: unknown 138029 1726888188.28983: calling self._execute() 138029 1726888188.29110: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888188.29121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888188.29137: variable 'omit' from source: magic vars 138029 1726888188.29254: variable 'omit' from source: magic vars 138029 1726888188.29342: variable 'omit' from source: magic vars 138029 1726888188.29407: variable 'omit' from source: magic vars 138029 1726888188.29435: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888188.29479: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888188.29505: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888188.29624: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888188.29628: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888188.29630: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888188.29633: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888188.29635: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888188.29637: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888188.29640: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888188.29879: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888188.29886: Set connection var ansible_timeout to 10 138029 1726888188.29897: Set connection var ansible_pipelining to False 138029 1726888188.29903: Set connection var ansible_shell_type to sh 138029 1726888188.29908: Set connection var ansible_connection to ssh 138029 1726888188.29918: Set connection var ansible_shell_executable to /bin/sh 138029 1726888188.29950: variable 'ansible_shell_executable' from source: unknown 138029 1726888188.29962: variable 'ansible_connection' from source: unknown 138029 1726888188.29974: variable 'ansible_module_compression' from source: unknown 138029 1726888188.29985: variable 'ansible_shell_type' from source: unknown 138029 1726888188.29993: variable 'ansible_shell_executable' from source: unknown 138029 1726888188.29999: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888188.30006: variable 'ansible_pipelining' from source: unknown 138029 1726888188.30013: variable 'ansible_timeout' from source: unknown 138029 1726888188.30020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888188.30173: 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) 138029 1726888188.30203: variable 'omit' from source: magic vars 138029 1726888188.30213: starting attempt loop 138029 1726888188.30298: running the handler 138029 1726888188.30301: variable 'storage_test_expected_size' from source: set_fact 138029 1726888188.30481: variable 'storage_test_expected_size' from source: set_fact 138029 1726888188.30521: handler run complete 138029 1726888188.30550: attempt loop complete, returning result 138029 1726888188.30562: _execute() done 138029 1726888188.30570: dumping result to json 138029 1726888188.30576: done dumping result, returning 138029 1726888188.30585: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-000000002259] 138029 1726888188.30592: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002259 ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } 138029 1726888188.30833: no more pending results, returning what we have 138029 1726888188.30838: results queue empty 138029 1726888188.30839: checking for any_errors_fatal 138029 1726888188.30850: done checking for any_errors_fatal 138029 1726888188.30852: checking for max_fail_percentage 138029 1726888188.30853: done checking for max_fail_percentage 138029 1726888188.30854: checking to see if all hosts have failed and the running result is not ok 138029 1726888188.30858: done checking to see if all hosts have failed 138029 1726888188.30859: getting the remaining hosts for this loop 138029 1726888188.30861: done getting the remaining hosts for this loop 138029 1726888188.30865: getting the next task for host managed_node3 138029 1726888188.30875: done getting next task for host managed_node3 138029 1726888188.30879: ^ task is: TASK: Get the size of parent/pool device 138029 1726888188.30885: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888188.30892: getting variables 138029 1726888188.30893: in VariableManager get_vars() 138029 1726888188.30929: Calling all_inventory to load vars for managed_node3 138029 1726888188.30932: Calling groups_inventory to load vars for managed_node3 138029 1726888188.30936: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888188.30947: Calling all_plugins_play to load vars for managed_node3 138029 1726888188.30951: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888188.30955: Calling groups_plugins_play to load vars for managed_node3 138029 1726888188.32075: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002259 138029 1726888188.32079: WORKER PROCESS EXITING 138029 1726888188.32389: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888188.34295: done with get_vars() 138029 1726888188.34315: 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:09:48 -0400 (0:00:00.063) 0:03:21.067 ****** 138029 1726888188.34418: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888188.35158: worker is 1 (out of 1 available) 138029 1726888188.35172: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888188.35184: done queuing things up, now waiting for results queue to drain 138029 1726888188.35186: waiting for pending results... 138029 1726888188.35599: running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device 138029 1726888188.35867: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000225a 138029 1726888188.35886: variable 'ansible_search_path' from source: unknown 138029 1726888188.36045: calling self._execute() 138029 1726888188.36311: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888188.36564: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888188.36587: variable 'omit' from source: magic vars 138029 1726888188.36970: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888188.39205: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888188.39282: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888188.39336: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888188.39377: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888188.39411: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888188.39507: variable '_storage_test_volume_present' from source: set_fact 138029 1726888188.39630: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888188.39669: variable 'storage_test_volume' from source: include params 138029 1726888188.39699: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888188.39710: variable 'omit' from source: magic vars 138029 1726888188.39783: variable 'omit' from source: magic vars 138029 1726888188.39931: variable 'ansible_lvm' from source: facts 138029 1726888188.39947: variable 'storage_test_pool' from source: include params 138029 1726888188.40012: variable 'omit' from source: magic vars 138029 1726888188.40049: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888188.40089: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888188.40112: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888188.40135: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888188.40151: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888188.40264: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888188.40267: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888188.40270: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888188.40272: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888188.40274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888188.40375: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888188.40387: Set connection var ansible_timeout to 10 138029 1726888188.40403: Set connection var ansible_pipelining to False 138029 1726888188.40409: Set connection var ansible_shell_type to sh 138029 1726888188.40414: Set connection var ansible_connection to ssh 138029 1726888188.40423: Set connection var ansible_shell_executable to /bin/sh 138029 1726888188.40453: variable 'ansible_shell_executable' from source: unknown 138029 1726888188.40505: variable 'ansible_connection' from source: unknown 138029 1726888188.40508: variable 'ansible_module_compression' from source: unknown 138029 1726888188.40510: variable 'ansible_shell_type' from source: unknown 138029 1726888188.40512: variable 'ansible_shell_executable' from source: unknown 138029 1726888188.40514: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888188.40516: variable 'ansible_pipelining' from source: unknown 138029 1726888188.40518: variable 'ansible_timeout' from source: unknown 138029 1726888188.40519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888188.40641: 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) 138029 1726888188.40660: variable 'omit' from source: magic vars 138029 1726888188.40673: starting attempt loop 138029 1726888188.40680: running the handler 138029 1726888188.40723: _low_level_execute_command(): starting 138029 1726888188.40726: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888188.41414: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888188.41434: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888188.41446: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888188.41473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888188.41490: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888188.41501: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888188.41541: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888188.41609: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888188.41627: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888188.41660: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888188.41737: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888188.43457: stdout chunk (state=3): >>>/root <<< 138029 1726888188.43623: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888188.43627: stdout chunk (state=3): >>><<< 138029 1726888188.43631: stderr chunk (state=3): >>><<< 138029 1726888188.43652: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888188.43759: _low_level_execute_command(): starting 138029 1726888188.43764: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888188.4366899-144080-150647417186514 `" && echo ansible-tmp-1726888188.4366899-144080-150647417186514="` echo /root/.ansible/tmp/ansible-tmp-1726888188.4366899-144080-150647417186514 `" ) && sleep 0' 138029 1726888188.44338: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888188.44428: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888188.44459: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888188.44533: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888188.62459: stdout chunk (state=3): >>>ansible-tmp-1726888188.4366899-144080-150647417186514=/root/.ansible/tmp/ansible-tmp-1726888188.4366899-144080-150647417186514 <<< 138029 1726888188.62623: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888188.62636: stderr chunk (state=3): >>><<< 138029 1726888188.62643: stdout chunk (state=3): >>><<< 138029 1726888188.62679: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888188.4366899-144080-150647417186514=/root/.ansible/tmp/ansible-tmp-1726888188.4366899-144080-150647417186514 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888188.62749: variable 'ansible_module_compression' from source: unknown 138029 1726888188.62867: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888188.62871: variable 'ansible_facts' from source: unknown 138029 1726888188.62939: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888188.4366899-144080-150647417186514/AnsiballZ_bsize.py 138029 1726888188.63100: Sending initial data 138029 1726888188.63108: Sent initial data (156 bytes) 138029 1726888188.63786: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888188.63802: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888188.63876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888188.63928: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888188.63943: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888188.63972: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888188.64249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888188.65682: 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 <<< 138029 1726888188.65760: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888188.65799: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpir147002 /root/.ansible/tmp/ansible-tmp-1726888188.4366899-144080-150647417186514/AnsiballZ_bsize.py <<< 138029 1726888188.65831: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888188.4366899-144080-150647417186514/AnsiballZ_bsize.py" <<< 138029 1726888188.65880: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpir147002" to remote "/root/.ansible/tmp/ansible-tmp-1726888188.4366899-144080-150647417186514/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888188.4366899-144080-150647417186514/AnsiballZ_bsize.py" <<< 138029 1726888188.66846: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888188.66872: stdout chunk (state=3): >>><<< 138029 1726888188.66884: stderr chunk (state=3): >>><<< 138029 1726888188.66942: done transferring module to remote 138029 1726888188.66973: _low_level_execute_command(): starting 138029 1726888188.66983: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888188.4366899-144080-150647417186514/ /root/.ansible/tmp/ansible-tmp-1726888188.4366899-144080-150647417186514/AnsiballZ_bsize.py && sleep 0' 138029 1726888188.67621: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888188.67671: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888188.67744: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888188.67768: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888188.67793: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888188.67881: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888188.69711: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888188.69729: stderr chunk (state=3): >>><<< 138029 1726888188.69745: stdout chunk (state=3): >>><<< 138029 1726888188.69844: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888188.69847: _low_level_execute_command(): starting 138029 1726888188.69849: _low_level_execute_command(): using become for this command 138029 1726888188.69852: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-nispeertcclmfyhemjruqjllsopondhz ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888188.4366899-144080-150647417186514/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888188.70084: Initial state: awaiting_escalation: BECOME-SUCCESS-nispeertcclmfyhemjruqjllsopondhz 138029 1726888188.70497: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888188.70512: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888188.70534: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888188.70573: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888188.70591: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888188.70615: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888188.70647: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888188.70753: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888188.70824: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888188.73769: stdout chunk (state=1): >>>BECOME-SUCCESS-nispeertcclmfyhemjruqjllsopondhz <<< 138029 1726888188.73773: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-nispeertcclmfyhemjruqjllsopondhz' 138029 1726888188.74097: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888188.74133: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888188.74172: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888188.74243: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888188.74315: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888188.74349: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888188.74427: 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' <<< 138029 1726888188.74435: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888188.74474: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888188.74487: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888188.74550: 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 0x7fef7d4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d3e7a10> <<< 138029 1726888188.74594: 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 0x7fef7d41a960> import '_signal' # <<< 138029 1726888188.74623: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888188.74634: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888188.74676: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888188.74774: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888188.74838: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888188.74847: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888188.74887: 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' <<< 138029 1726888188.74945: 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 <<< 138029 1726888188.74948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888188.75174: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d1c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fef7d1c9fd0> 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. <<< 138029 1726888188.75336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888188.75349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888188.75376: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888188.75398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888188.75413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888188.75441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888188.75465: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888188.75485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888188.75515: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d20fdd0> <<< 138029 1726888188.75531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888188.75564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888188.75582: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888188.75585: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d20ffe0> <<< 138029 1726888188.75599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888188.75625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888188.75651: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888188.75704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888188.75717: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888188.75746: 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' <<< 138029 1726888188.75774: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d23f7a0> <<< 138029 1726888188.75788: 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 0x7fef7d23fe30> <<< 138029 1726888188.75810: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888188.75860: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d21faa0> <<< 138029 1726888188.75885: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888188.75896: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d21d1c0> <<< 138029 1726888188.75993: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d20cf80> <<< 138029 1726888188.76023: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888188.76041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888188.76058: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888188.76083: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888188.76109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888188.76127: 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' <<< 138029 1726888188.76167: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d263710> <<< 138029 1726888188.76179: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d262330> <<< 138029 1726888188.76210: 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 0x7fef7d21e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d260b60> <<< 138029 1726888188.76275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888188.76278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d294770> <<< 138029 1726888188.76315: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d20c200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 138029 1726888188.76325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888188.76354: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888188.76359: 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 0x7fef7d294c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d294ad0> <<< 138029 1726888188.76389: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888188.76399: 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 0x7fef7d294e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d202d20> <<< 138029 1726888188.76452: 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' <<< 138029 1726888188.76471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888188.76482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888188.76507: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d295550> <<< 138029 1726888188.76518: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d295220> import 'importlib.machinery' # <<< 138029 1726888188.76545: 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' <<< 138029 1726888188.76584: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d296450> import 'importlib.util' # import 'runpy' # <<< 138029 1726888188.76606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888188.76643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888188.76683: 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 0x7fef7d2ac680> <<< 138029 1726888188.76696: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888188.76724: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888188.76729: 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 0x7fef7d2add90> <<< 138029 1726888188.76764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888188.76768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888188.76799: 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 0x7fef7d2aec00> <<< 138029 1726888188.76846: 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 0x7fef7d2af260> <<< 138029 1726888188.76860: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d2ae150> <<< 138029 1726888188.76890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888188.76902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888188.76930: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888188.76949: 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 0x7fef7d2afce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d2af410> <<< 138029 1726888188.77005: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d2964b0> <<< 138029 1726888188.77016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888188.77042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888188.77072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888188.77082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888188.77123: 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 0x7fef7d033b60> <<< 138029 1726888188.77267: 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 0x7fef7d05c5c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d05c350> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef7d05c5f0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888188.77335: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888188.77469: 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 0x7fef7d05cef0> <<< 138029 1726888188.77619: 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 0x7fef7d05d7f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d05c7d0> <<< 138029 1726888188.77622: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d031d00> <<< 138029 1726888188.77661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888188.77684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888188.77721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888188.77747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d05eba0> <<< 138029 1726888188.77763: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d05d910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d296ba0> <<< 138029 1726888188.77787: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888188.77853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888188.77872: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888188.77908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888188.77954: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d08af00> <<< 138029 1726888188.78009: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888188.78014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888188.78047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888188.78057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888188.78111: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d0b32c0> <<< 138029 1726888188.78120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888188.78166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888188.78204: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888188.78295: 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 0x7fef7d0dbfb0> <<< 138029 1726888188.78314: 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' <<< 138029 1726888188.78324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888188.78351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888188.78453: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d10e810> <<< 138029 1726888188.78700: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d10c1d0> <<< 138029 1726888188.78703: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d0b3f50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf150d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d0b20c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d05fad0> <<< 138029 1726888188.84716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fef7d0b26c0> <<< 138029 1726888188.87041: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_tegtz150/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 138029 1726888188.87180: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.87222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888188.87234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888188.87267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888188.87343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888188.87381: 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 0x7fef7cf62e70> import '_typing' # <<< 138029 1726888188.87575: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf45d60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf44ec0> # zipimport: zlib available <<< 138029 1726888188.87607: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888188.87640: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888188.87681: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888188.87689: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.89103: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.90236: 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 0x7fef7cf60d10> <<< 138029 1726888188.90274: 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' <<< 138029 1726888188.90322: 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' <<< 138029 1726888188.90326: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888188.90372: 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 0x7fef7cf9a900> <<< 138029 1726888188.90405: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf9a690> <<< 138029 1726888188.90442: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf99fa0> <<< 138029 1726888188.90480: 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' <<< 138029 1726888188.90516: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf9a3f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf63890> import 'atexit' # <<< 138029 1726888188.90560: 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 0x7fef7cf9b5f0> <<< 138029 1726888188.90596: 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 0x7fef7cf9b830> <<< 138029 1726888188.90612: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888188.90672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888188.90675: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888188.90745: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf9bd40> import 'pwd' # <<< 138029 1726888188.90773: 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' <<< 138029 1726888188.90810: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c91d9d0> <<< 138029 1726888188.90858: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888188.90861: 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 0x7fef7c91f680> <<< 138029 1726888188.90882: 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' <<< 138029 1726888188.90920: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c91ff80> <<< 138029 1726888188.90941: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888188.90976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888188.91008: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c920f50> <<< 138029 1726888188.91011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888188.91054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888188.91082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888188.91095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888188.91139: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c923c80> <<< 138029 1726888188.91173: 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 0x7fef7d08ae70> <<< 138029 1726888188.91192: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c921f40> <<< 138029 1726888188.91218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888188.91229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888188.91279: 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' <<< 138029 1726888188.91303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888188.91320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888188.91353: 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 0x7fef7c92bb00> <<< 138029 1726888188.91367: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888188.91434: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c92a5d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c92a330> <<< 138029 1726888188.91460: 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' <<< 138029 1726888188.91532: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c92a840> <<< 138029 1726888188.91566: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c922450> <<< 138029 1726888188.91610: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888188.91614: 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 0x7fef7c96fda0> <<< 138029 1726888188.91639: 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 0x7fef7c96ff80> <<< 138029 1726888188.91667: 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' <<< 138029 1726888188.91687: 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' <<< 138029 1726888188.91736: 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 0x7fef7c9719d0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c971790> <<< 138029 1726888188.91752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888188.91866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888188.91913: 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 0x7fef7c973ef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c9720c0> <<< 138029 1726888188.91935: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888188.92006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888188.92010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888188.92033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888188.92073: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c977650> <<< 138029 1726888188.92184: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c973fe0> <<< 138029 1726888188.92243: 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 0x7fef7c978410> <<< 138029 1726888188.92283: 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 0x7fef7c978680> <<< 138029 1726888188.92328: 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 0x7fef7c978a10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c970110> <<< 138029 1726888188.92383: 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' <<< 138029 1726888188.92387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888188.92404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888188.92431: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888188.92467: 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 0x7fef7c97bfe0> <<< 138029 1726888188.92615: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888188.92619: 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 0x7fef7c8052b0> <<< 138029 1726888188.92668: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c97a810> <<< 138029 1726888188.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' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef7c97bbc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c97a420> <<< 138029 1726888188.92697: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888188.92717: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888188.92814: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.92911: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.92920: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.92976: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888188.92981: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888188.92984: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.93090: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.93214: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.93748: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.94291: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888188.94317: 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' # <<< 138029 1726888188.94335: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888188.94364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888188.94412: 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 0x7fef7c809520> <<< 138029 1726888188.94484: 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' <<< 138029 1726888188.94515: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c80a270> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c805610> <<< 138029 1726888188.94585: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888188.94621: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.94626: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888188.94644: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.94776: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.94940: 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 0x7fef7c809fd0> <<< 138029 1726888188.94989: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.95413: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.95858: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.95932: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.96018: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888188.96023: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.96060: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.96102: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888188.96177: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.96280: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888188.96303: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888188.96316: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.96395: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.96451: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888188.96624: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.96853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888188.96921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888188.96998: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c80b2c0> # zipimport: zlib available <<< 138029 1726888188.97078: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.97167: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888188.97194: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888188.97198: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 138029 1726888188.97233: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.97285: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888188.97328: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.97387: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.97436: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.97507: 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 <<< 138029 1726888188.97541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888188.97626: 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 0x7fef7c815d30> <<< 138029 1726888188.97661: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c810cb0> <<< 138029 1726888188.97705: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888188.97718: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.97761: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.97825: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.97871: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.97918: 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' <<< 138029 1726888188.97934: 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 <<< 138029 1726888188.97984: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888188.97987: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888188.98043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888188.98071: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888188.98085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888188.98124: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c902780> <<< 138029 1726888188.98172: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cfc2450> <<< 138029 1726888188.98259: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c815eb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf45b80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888188.98301: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.98316: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888188.98380: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888188.98412: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.98428: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 138029 1726888188.98454: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 138029 1726888188.98505: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888188.98512: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.98550: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888188.98578: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888188.98581: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.98618: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.98692: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.98695: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888188.98744: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888188.98747: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.98848: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.98947: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888188.99015: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888188.99170: stdout chunk (state=3): >>> {"changed": false, "size": "9 GiB", "bytes": 10705205985, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.97G"}}} # destroy __main__ <<< 138029 1726888188.99587: 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 <<< 138029 1726888188.99639: stdout chunk (state=3): >>># cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess <<< 138029 1726888188.99679: 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 # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888188.99686: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing 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 <<< 138029 1726888188.99888: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888188.99924: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888188.99937: 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 <<< 138029 1726888188.99982: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888188.99999: 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 <<< 138029 1726888189.00041: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888189.00091: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil <<< 138029 1726888189.00094: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888189.00172: 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 <<< 138029 1726888189.00218: 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 <<< 138029 1726888189.00231: 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 <<< 138029 1726888189.00284: 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 <<< 138029 1726888189.00295: 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 # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888189.00419: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888189.00449: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888189.00468: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888189.00503: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing <<< 138029 1726888189.00533: 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 <<< 138029 1726888189.00544: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888189.00647: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888189.00694: 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 <<< 138029 1726888189.00705: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator <<< 138029 1726888189.00749: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888189.00753: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888189.01461: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888189.01471: stdout chunk (state=3): >>><<< 138029 1726888189.01473: stderr chunk (state=3): >>><<< 138029 1726888189.01489: _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 0x7fef7d4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d3e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d41a960> 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 0x7fef7d1c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fef7d1c9fd0> 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 0x7fef7d20fdd0> # /usr/lib64/python3.12/__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 0x7fef7d20ffe0> # /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 0x7fef7d23f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d23fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d21faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d21d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d20cf80> # /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 0x7fef7d263710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d262330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d21e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d260b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d294770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d20c200> # /usr/lib64/python3.12/__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 0x7fef7d294c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d294ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef7d294e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d202d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fef7d295550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d295220> 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 0x7fef7d296450> 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 0x7fef7d2ac680> 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 0x7fef7d2add90> # /usr/lib64/python3.12/__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 0x7fef7d2aec00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef7d2af260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d2ae150> # /usr/lib64/python3.12/__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 0x7fef7d2afce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d2af410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d2964b0> # /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 0x7fef7d033b60> # /usr/lib64/python3.12/__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 0x7fef7d05c5c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d05c350> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef7d05c5f0> # /usr/lib64/python3.12/__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 0x7fef7d05cef0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef7d05d7f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d05c7d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d031d00> # /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 0x7fef7d05eba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d05d910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d296ba0> # /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 0x7fef7d08af00> # /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 0x7fef7d0b32c0> # /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 0x7fef7d0dbfb0> # /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 0x7fef7d10e810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d10c1d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d0b3f50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf150d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d0b20c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7d05fad0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fef7d0b26c0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_tegtz150/ansible_fedora.linux_system_roles.bsize_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 0x7fef7cf62e70> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf45d60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf44ec0> # 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 0x7fef7cf60d10> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fef7cf9a900> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf9a690> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf99fa0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fef7cf9a3f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf63890> 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 0x7fef7cf9b5f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef7cf9b830> # /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 0x7fef7cf9bd40> 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 0x7fef7c91d9d0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef7c91f680> # /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 0x7fef7c91ff80> # /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 0x7fef7c920f50> # /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 0x7fef7c923c80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef7d08ae70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c921f40> # /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 0x7fef7c92bb00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c92a5d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c92a330> # /usr/lib64/python3.12/__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 0x7fef7c92a840> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c922450> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef7c96fda0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c96ff80> # /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 0x7fef7c9719d0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c971790> # /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 0x7fef7c973ef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c9720c0> # /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 0x7fef7c977650> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c973fe0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef7c978410> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef7c978680> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef7c978a10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c970110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fef7c97bfe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef7c8052b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c97a810> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef7c97bbc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c97a420> # 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 0x7fef7c809520> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fef7c80a270> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c805610> 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 0x7fef7c809fd0> # 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 0x7fef7c80b2c0> # 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 0x7fef7c815d30> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c810cb0> 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 0x7fef7c902780> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cfc2450> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7c815eb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef7cf45b80> # 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, "size": "9 GiB", "bytes": 10705205985, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.97G"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888189.02529: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '9.97G', '_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.bsize', '_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-1726888188.4366899-144080-150647417186514/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888189.02532: _low_level_execute_command(): starting 138029 1726888189.02535: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888188.4366899-144080-150647417186514/ > /dev/null 2>&1 && sleep 0' 138029 1726888189.02844: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888189.02848: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888189.02863: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888189.02951: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888189.04859: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888189.04863: stdout chunk (state=3): >>><<< 138029 1726888189.04869: stderr chunk (state=3): >>><<< 138029 1726888189.04886: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888189.04905: handler run complete 138029 1726888189.04933: attempt loop complete, returning result 138029 1726888189.04941: _execute() done 138029 1726888189.04948: dumping result to json 138029 1726888189.04959: done dumping result, returning 138029 1726888189.04976: done running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device [0affc8a3-6f6f-5a58-73a2-00000000225a] 138029 1726888189.04986: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000225a ok: [managed_node3] => { "bytes": 10705205985, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } 138029 1726888189.05172: no more pending results, returning what we have 138029 1726888189.05176: results queue empty 138029 1726888189.05177: checking for any_errors_fatal 138029 1726888189.05187: done checking for any_errors_fatal 138029 1726888189.05188: checking for max_fail_percentage 138029 1726888189.05191: done checking for max_fail_percentage 138029 1726888189.05192: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.05193: done checking to see if all hosts have failed 138029 1726888189.05194: getting the remaining hosts for this loop 138029 1726888189.05196: done getting the remaining hosts for this loop 138029 1726888189.05200: getting the next task for host managed_node3 138029 1726888189.05212: done getting next task for host managed_node3 138029 1726888189.05217: ^ task is: TASK: Show test pool 138029 1726888189.05223: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.05230: getting variables 138029 1726888189.05232: in VariableManager get_vars() 138029 1726888189.05490: Calling all_inventory to load vars for managed_node3 138029 1726888189.05493: Calling groups_inventory to load vars for managed_node3 138029 1726888189.05497: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.05509: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.05514: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.05517: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.06073: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000225a 138029 1726888189.06077: WORKER PROCESS EXITING 138029 1726888189.06453: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.07211: done with get_vars() 138029 1726888189.07229: done getting variables 138029 1726888189.07296: 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:09:49 -0400 (0:00:00.729) 0:03:21.796 ****** 138029 1726888189.07332: entering _queue_task() for managed_node3/debug 138029 1726888189.07637: worker is 1 (out of 1 available) 138029 1726888189.07651: exiting _queue_task() for managed_node3/debug 138029 1726888189.07769: done queuing things up, now waiting for results queue to drain 138029 1726888189.07771: waiting for pending results... 138029 1726888189.08029: running TaskExecutor() for managed_node3/TASK: Show test pool 138029 1726888189.08235: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000225c 138029 1726888189.08240: variable 'ansible_search_path' from source: unknown 138029 1726888189.08253: calling self._execute() 138029 1726888189.08398: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.08410: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.08452: variable 'omit' from source: magic vars 138029 1726888189.08849: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888189.11108: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888189.11186: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888189.11460: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888189.11463: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888189.11468: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888189.11470: variable '_storage_test_volume_present' from source: set_fact 138029 1726888189.11472: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888189.11545: variable 'storage_test_volume' from source: include params 138029 1726888189.11589: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888189.11749: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888189.11788: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888189.11828: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888189.11879: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888189.11900: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888189.11993: variable 'storage_test_volume' from source: include params 138029 1726888189.12021: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888189.12034: when evaluation is False, skipping this task 138029 1726888189.12042: _execute() done 138029 1726888189.12050: dumping result to json 138029 1726888189.12061: done dumping result, returning 138029 1726888189.12075: done running TaskExecutor() for managed_node3/TASK: Show test pool [0affc8a3-6f6f-5a58-73a2-00000000225c] 138029 1726888189.12086: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000225c 138029 1726888189.12353: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000225c 138029 1726888189.12358: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888189.12408: no more pending results, returning what we have 138029 1726888189.12412: results queue empty 138029 1726888189.12413: checking for any_errors_fatal 138029 1726888189.12427: done checking for any_errors_fatal 138029 1726888189.12428: checking for max_fail_percentage 138029 1726888189.12430: done checking for max_fail_percentage 138029 1726888189.12431: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.12432: done checking to see if all hosts have failed 138029 1726888189.12433: getting the remaining hosts for this loop 138029 1726888189.12434: done getting the remaining hosts for this loop 138029 1726888189.12438: getting the next task for host managed_node3 138029 1726888189.12446: done getting next task for host managed_node3 138029 1726888189.12449: ^ task is: TASK: Show test blockinfo 138029 1726888189.12461: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.12469: getting variables 138029 1726888189.12471: in VariableManager get_vars() 138029 1726888189.12508: Calling all_inventory to load vars for managed_node3 138029 1726888189.12511: Calling groups_inventory to load vars for managed_node3 138029 1726888189.12515: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.12525: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.12530: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.12533: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.13380: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.14104: done with get_vars() 138029 1726888189.14121: done getting variables 138029 1726888189.14182: 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:09:49 -0400 (0:00:00.068) 0:03:21.865 ****** 138029 1726888189.14221: entering _queue_task() for managed_node3/debug 138029 1726888189.14511: worker is 1 (out of 1 available) 138029 1726888189.14523: exiting _queue_task() for managed_node3/debug 138029 1726888189.14647: done queuing things up, now waiting for results queue to drain 138029 1726888189.14649: waiting for pending results... 138029 1726888189.14878: running TaskExecutor() for managed_node3/TASK: Show test blockinfo 138029 1726888189.15070: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000225d 138029 1726888189.15160: variable 'ansible_search_path' from source: unknown 138029 1726888189.15169: calling self._execute() 138029 1726888189.15252: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.15270: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.15296: variable 'omit' from source: magic vars 138029 1726888189.15737: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888189.18029: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888189.18162: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888189.18168: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888189.18202: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888189.18238: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888189.18353: variable '_storage_test_volume_present' from source: set_fact 138029 1726888189.18382: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888189.18525: variable 'storage_test_volume' from source: include params 138029 1726888189.18569: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888189.18763: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888189.18774: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888189.18806: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888189.18873: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888189.18880: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888189.18963: variable 'storage_test_volume' from source: include params 138029 1726888189.19161: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888189.19167: when evaluation is False, skipping this task 138029 1726888189.19170: _execute() done 138029 1726888189.19173: dumping result to json 138029 1726888189.19175: done dumping result, returning 138029 1726888189.19177: done running TaskExecutor() for managed_node3/TASK: Show test blockinfo [0affc8a3-6f6f-5a58-73a2-00000000225d] 138029 1726888189.19180: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000225d 138029 1726888189.19253: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000225d 138029 1726888189.19259: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888189.19311: no more pending results, returning what we have 138029 1726888189.19316: results queue empty 138029 1726888189.19317: checking for any_errors_fatal 138029 1726888189.19325: done checking for any_errors_fatal 138029 1726888189.19326: checking for max_fail_percentage 138029 1726888189.19328: done checking for max_fail_percentage 138029 1726888189.19329: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.19330: done checking to see if all hosts have failed 138029 1726888189.19331: getting the remaining hosts for this loop 138029 1726888189.19332: done getting the remaining hosts for this loop 138029 1726888189.19336: getting the next task for host managed_node3 138029 1726888189.19347: done getting next task for host managed_node3 138029 1726888189.19350: ^ task is: TASK: Show test pool size 138029 1726888189.19357: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.19364: getting variables 138029 1726888189.19372: in VariableManager get_vars() 138029 1726888189.19410: Calling all_inventory to load vars for managed_node3 138029 1726888189.19413: Calling groups_inventory to load vars for managed_node3 138029 1726888189.19417: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.19428: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.19433: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.19436: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.20302: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.21031: done with get_vars() 138029 1726888189.21047: done getting variables 138029 1726888189.21108: 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:09:49 -0400 (0:00:00.069) 0:03:21.934 ****** 138029 1726888189.21141: entering _queue_task() for managed_node3/debug 138029 1726888189.21583: worker is 1 (out of 1 available) 138029 1726888189.21594: exiting _queue_task() for managed_node3/debug 138029 1726888189.21603: done queuing things up, now waiting for results queue to drain 138029 1726888189.21605: waiting for pending results... 138029 1726888189.21843: running TaskExecutor() for managed_node3/TASK: Show test pool size 138029 1726888189.21909: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000225e 138029 1726888189.21939: variable 'ansible_search_path' from source: unknown 138029 1726888189.21989: calling self._execute() 138029 1726888189.22130: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.22142: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.22263: variable 'omit' from source: magic vars 138029 1726888189.22610: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888189.25173: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888189.25218: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888189.25243: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888189.25272: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888189.25299: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888189.25365: variable '_storage_test_volume_present' from source: set_fact 138029 1726888189.25381: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888189.25490: variable 'storage_test_volume' from source: include params 138029 1726888189.25515: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888189.25620: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888189.25641: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888189.25659: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888189.25687: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888189.25698: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888189.25757: variable 'storage_test_volume' from source: include params 138029 1726888189.25773: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888189.25776: when evaluation is False, skipping this task 138029 1726888189.25779: _execute() done 138029 1726888189.25781: dumping result to json 138029 1726888189.25784: done dumping result, returning 138029 1726888189.25790: done running TaskExecutor() for managed_node3/TASK: Show test pool size [0affc8a3-6f6f-5a58-73a2-00000000225e] 138029 1726888189.25795: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000225e 138029 1726888189.25884: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000225e 138029 1726888189.25887: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888189.25934: no more pending results, returning what we have 138029 1726888189.25937: results queue empty 138029 1726888189.25938: checking for any_errors_fatal 138029 1726888189.25946: done checking for any_errors_fatal 138029 1726888189.25947: checking for max_fail_percentage 138029 1726888189.25949: done checking for max_fail_percentage 138029 1726888189.25950: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.25950: done checking to see if all hosts have failed 138029 1726888189.25951: getting the remaining hosts for this loop 138029 1726888189.25953: done getting the remaining hosts for this loop 138029 1726888189.25959: getting the next task for host managed_node3 138029 1726888189.25967: done getting next task for host managed_node3 138029 1726888189.25969: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888189.25975: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.25978: getting variables 138029 1726888189.25980: in VariableManager get_vars() 138029 1726888189.26016: Calling all_inventory to load vars for managed_node3 138029 1726888189.26019: Calling groups_inventory to load vars for managed_node3 138029 1726888189.26022: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.26031: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.26034: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.26037: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.26441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.27308: done with get_vars() 138029 1726888189.27324: done getting variables 138029 1726888189.27384: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:49 -0400 (0:00:00.062) 0:03:21.997 ****** 138029 1726888189.27417: entering _queue_task() for managed_node3/set_fact 138029 1726888189.27670: worker is 1 (out of 1 available) 138029 1726888189.27684: exiting _queue_task() for managed_node3/set_fact 138029 1726888189.27697: done queuing things up, now waiting for results queue to drain 138029 1726888189.27699: waiting for pending results... 138029 1726888189.27897: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888189.27982: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000225f 138029 1726888189.27993: variable 'ansible_search_path' from source: unknown 138029 1726888189.28021: calling self._execute() 138029 1726888189.28117: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.28121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.28130: variable 'omit' from source: magic vars 138029 1726888189.28411: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888189.29901: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888189.29947: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888189.29990: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888189.30019: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888189.30042: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888189.30120: variable '_storage_test_volume_present' from source: set_fact 138029 1726888189.30134: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888189.30225: variable 'storage_test_volume' from source: include params 138029 1726888189.30246: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888189.30350: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888189.30375: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888189.30392: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888189.30419: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888189.30431: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888189.30489: variable 'storage_test_volume' from source: include params 138029 1726888189.30502: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888189.30505: when evaluation is False, skipping this task 138029 1726888189.30508: _execute() done 138029 1726888189.30510: dumping result to json 138029 1726888189.30515: done dumping result, returning 138029 1726888189.30521: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-00000000225f] 138029 1726888189.30525: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000225f 138029 1726888189.30615: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000225f 138029 1726888189.30618: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } 138029 1726888189.30685: no more pending results, returning what we have 138029 1726888189.30689: results queue empty 138029 1726888189.30690: checking for any_errors_fatal 138029 1726888189.30697: done checking for any_errors_fatal 138029 1726888189.30698: checking for max_fail_percentage 138029 1726888189.30700: done checking for max_fail_percentage 138029 1726888189.30700: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.30702: done checking to see if all hosts have failed 138029 1726888189.30702: getting the remaining hosts for this loop 138029 1726888189.30704: done getting the remaining hosts for this loop 138029 1726888189.30707: getting the next task for host managed_node3 138029 1726888189.30716: done getting next task for host managed_node3 138029 1726888189.30718: ^ task is: TASK: Default thin pool reserved space values 138029 1726888189.30724: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.30730: getting variables 138029 1726888189.30731: in VariableManager get_vars() 138029 1726888189.30761: Calling all_inventory to load vars for managed_node3 138029 1726888189.30764: Calling groups_inventory to load vars for managed_node3 138029 1726888189.30766: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.30775: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.30777: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.30779: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.31171: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.31563: done with get_vars() 138029 1726888189.31575: done getting variables 138029 1726888189.31616: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:49 -0400 (0:00:00.042) 0:03:22.039 ****** 138029 1726888189.31643: entering _queue_task() for managed_node3/set_fact 138029 1726888189.31850: worker is 1 (out of 1 available) 138029 1726888189.31865: exiting _queue_task() for managed_node3/set_fact 138029 1726888189.31878: done queuing things up, now waiting for results queue to drain 138029 1726888189.31879: waiting for pending results... 138029 1726888189.32060: running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values 138029 1726888189.32156: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002261 138029 1726888189.32172: variable 'ansible_search_path' from source: unknown 138029 1726888189.32200: calling self._execute() 138029 1726888189.32297: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.32301: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.32308: variable 'omit' from source: magic vars 138029 1726888189.32761: variable 'storage_test_volume' from source: include params 138029 1726888189.32764: Evaluated conditional (storage_test_volume.thin): False 138029 1726888189.32768: when evaluation is False, skipping this task 138029 1726888189.32770: _execute() done 138029 1726888189.32772: dumping result to json 138029 1726888189.32774: done dumping result, returning 138029 1726888189.32777: done running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values [0affc8a3-6f6f-5a58-73a2-000000002261] 138029 1726888189.32779: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002261 138029 1726888189.32844: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002261 138029 1726888189.32847: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888189.32899: no more pending results, returning what we have 138029 1726888189.32902: results queue empty 138029 1726888189.32902: checking for any_errors_fatal 138029 1726888189.32909: done checking for any_errors_fatal 138029 1726888189.32909: checking for max_fail_percentage 138029 1726888189.32911: done checking for max_fail_percentage 138029 1726888189.32911: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.32912: done checking to see if all hosts have failed 138029 1726888189.32913: getting the remaining hosts for this loop 138029 1726888189.32914: done getting the remaining hosts for this loop 138029 1726888189.32917: getting the next task for host managed_node3 138029 1726888189.32923: done getting next task for host managed_node3 138029 1726888189.32925: ^ task is: TASK: Default minimal thin pool reserved space size 138029 1726888189.32931: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.32934: getting variables 138029 1726888189.32935: in VariableManager get_vars() 138029 1726888189.32973: Calling all_inventory to load vars for managed_node3 138029 1726888189.32976: Calling groups_inventory to load vars for managed_node3 138029 1726888189.32979: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.32988: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.32991: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.32994: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.33614: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.34228: done with get_vars() 138029 1726888189.34239: 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:09:49 -0400 (0:00:00.026) 0:03:22.066 ****** 138029 1726888189.34302: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888189.34507: worker is 1 (out of 1 available) 138029 1726888189.34519: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888189.34532: done queuing things up, now waiting for results queue to drain 138029 1726888189.34533: waiting for pending results... 138029 1726888189.34717: running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size 138029 1726888189.34808: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002262 138029 1726888189.34820: variable 'ansible_search_path' from source: unknown 138029 1726888189.34848: calling self._execute() 138029 1726888189.34943: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.34947: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.34959: variable 'omit' from source: magic vars 138029 1726888189.35231: variable 'storage_test_volume' from source: include params 138029 1726888189.35252: Evaluated conditional (storage_test_volume.thin): False 138029 1726888189.35257: when evaluation is False, skipping this task 138029 1726888189.35260: _execute() done 138029 1726888189.35263: dumping result to json 138029 1726888189.35268: done dumping result, returning 138029 1726888189.35271: done running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-000000002262] 138029 1726888189.35276: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002262 138029 1726888189.35370: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002262 138029 1726888189.35373: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888189.35424: no more pending results, returning what we have 138029 1726888189.35427: results queue empty 138029 1726888189.35428: checking for any_errors_fatal 138029 1726888189.35435: done checking for any_errors_fatal 138029 1726888189.35436: checking for max_fail_percentage 138029 1726888189.35437: done checking for max_fail_percentage 138029 1726888189.35438: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.35439: done checking to see if all hosts have failed 138029 1726888189.35440: getting the remaining hosts for this loop 138029 1726888189.35441: done getting the remaining hosts for this loop 138029 1726888189.35444: getting the next task for host managed_node3 138029 1726888189.35452: done getting next task for host managed_node3 138029 1726888189.35454: ^ task is: TASK: Default maximal thin pool reserved space size 138029 1726888189.35461: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.35467: getting variables 138029 1726888189.35469: in VariableManager get_vars() 138029 1726888189.35497: Calling all_inventory to load vars for managed_node3 138029 1726888189.35499: Calling groups_inventory to load vars for managed_node3 138029 1726888189.35502: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.35510: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.35513: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.35515: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.36068: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.36674: done with get_vars() 138029 1726888189.36688: 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:09:49 -0400 (0:00:00.024) 0:03:22.091 ****** 138029 1726888189.36769: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888189.37014: worker is 1 (out of 1 available) 138029 1726888189.37025: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888189.37036: done queuing things up, now waiting for results queue to drain 138029 1726888189.37037: waiting for pending results... 138029 1726888189.37479: running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size 138029 1726888189.37497: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002263 138029 1726888189.37525: variable 'ansible_search_path' from source: unknown 138029 1726888189.37565: calling self._execute() 138029 1726888189.37662: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.37666: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.37682: variable 'omit' from source: magic vars 138029 1726888189.38153: variable 'storage_test_volume' from source: include params 138029 1726888189.38160: Evaluated conditional (storage_test_volume.thin): False 138029 1726888189.38163: when evaluation is False, skipping this task 138029 1726888189.38165: _execute() done 138029 1726888189.38167: dumping result to json 138029 1726888189.38169: done dumping result, returning 138029 1726888189.38171: done running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-000000002263] 138029 1726888189.38179: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002263 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888189.38460: no more pending results, returning what we have 138029 1726888189.38465: results queue empty 138029 1726888189.38466: checking for any_errors_fatal 138029 1726888189.38476: done checking for any_errors_fatal 138029 1726888189.38477: checking for max_fail_percentage 138029 1726888189.38479: done checking for max_fail_percentage 138029 1726888189.38480: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.38481: done checking to see if all hosts have failed 138029 1726888189.38482: getting the remaining hosts for this loop 138029 1726888189.38484: done getting the remaining hosts for this loop 138029 1726888189.38488: getting the next task for host managed_node3 138029 1726888189.38497: done getting next task for host managed_node3 138029 1726888189.38500: ^ task is: TASK: Calculate maximum usable space in thin pool 138029 1726888189.38510: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.38517: getting variables 138029 1726888189.38519: in VariableManager get_vars() 138029 1726888189.38554: Calling all_inventory to load vars for managed_node3 138029 1726888189.38675: Calling groups_inventory to load vars for managed_node3 138029 1726888189.38680: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.38691: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.38695: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.38698: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.39424: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002263 138029 1726888189.39428: WORKER PROCESS EXITING 138029 1726888189.39476: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.40644: done with get_vars() 138029 1726888189.40736: done getting variables 138029 1726888189.40809: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:49 -0400 (0:00:00.040) 0:03:22.131 ****** 138029 1726888189.40842: entering _queue_task() for managed_node3/set_fact 138029 1726888189.41149: worker is 1 (out of 1 available) 138029 1726888189.41166: exiting _queue_task() for managed_node3/set_fact 138029 1726888189.41179: done queuing things up, now waiting for results queue to drain 138029 1726888189.41181: waiting for pending results... 138029 1726888189.41433: running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool 138029 1726888189.41624: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002264 138029 1726888189.41653: variable 'ansible_search_path' from source: unknown 138029 1726888189.41697: calling self._execute() 138029 1726888189.41825: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.41838: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.41854: variable 'omit' from source: magic vars 138029 1726888189.42268: variable 'storage_test_volume' from source: include params 138029 1726888189.42312: Evaluated conditional (storage_test_volume.thin): False 138029 1726888189.42322: when evaluation is False, skipping this task 138029 1726888189.42331: _execute() done 138029 1726888189.42340: dumping result to json 138029 1726888189.42349: done dumping result, returning 138029 1726888189.42364: done running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-5a58-73a2-000000002264] 138029 1726888189.42376: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002264 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888189.42569: no more pending results, returning what we have 138029 1726888189.42573: results queue empty 138029 1726888189.42574: checking for any_errors_fatal 138029 1726888189.42584: done checking for any_errors_fatal 138029 1726888189.42585: checking for max_fail_percentage 138029 1726888189.42586: done checking for max_fail_percentage 138029 1726888189.42587: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.42588: done checking to see if all hosts have failed 138029 1726888189.42589: getting the remaining hosts for this loop 138029 1726888189.42591: done getting the remaining hosts for this loop 138029 1726888189.42594: getting the next task for host managed_node3 138029 1726888189.42602: done getting next task for host managed_node3 138029 1726888189.42605: ^ task is: TASK: Apply upper size limit to max usable thin pool space 138029 1726888189.42611: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.42616: getting variables 138029 1726888189.42617: in VariableManager get_vars() 138029 1726888189.42651: Calling all_inventory to load vars for managed_node3 138029 1726888189.42653: Calling groups_inventory to load vars for managed_node3 138029 1726888189.42659: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.42674: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.42677: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.42680: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.47703: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002264 138029 1726888189.47707: WORKER PROCESS EXITING 138029 1726888189.47717: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.48268: done with get_vars() 138029 1726888189.48283: done getting variables 138029 1726888189.48334: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:49 -0400 (0:00:00.075) 0:03:22.207 ****** 138029 1726888189.48360: entering _queue_task() for managed_node3/set_fact 138029 1726888189.48663: worker is 1 (out of 1 available) 138029 1726888189.48676: exiting _queue_task() for managed_node3/set_fact 138029 1726888189.48690: done queuing things up, now waiting for results queue to drain 138029 1726888189.48692: waiting for pending results... 138029 1726888189.48949: running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space 138029 1726888189.49059: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002265 138029 1726888189.49074: variable 'ansible_search_path' from source: unknown 138029 1726888189.49102: calling self._execute() 138029 1726888189.49200: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.49208: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.49218: variable 'omit' from source: magic vars 138029 1726888189.49531: variable 'storage_test_volume' from source: include params 138029 1726888189.49569: Evaluated conditional (storage_test_volume.thin): False 138029 1726888189.49573: when evaluation is False, skipping this task 138029 1726888189.49579: _execute() done 138029 1726888189.49583: dumping result to json 138029 1726888189.49586: done dumping result, returning 138029 1726888189.49590: done running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-000000002265] 138029 1726888189.49604: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002265 138029 1726888189.49727: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002265 138029 1726888189.49730: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888189.49796: no more pending results, returning what we have 138029 1726888189.49800: results queue empty 138029 1726888189.49801: checking for any_errors_fatal 138029 1726888189.49810: done checking for any_errors_fatal 138029 1726888189.49810: checking for max_fail_percentage 138029 1726888189.49812: done checking for max_fail_percentage 138029 1726888189.49813: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.49814: done checking to see if all hosts have failed 138029 1726888189.49815: getting the remaining hosts for this loop 138029 1726888189.49816: done getting the remaining hosts for this loop 138029 1726888189.49820: getting the next task for host managed_node3 138029 1726888189.49827: done getting next task for host managed_node3 138029 1726888189.49830: ^ task is: TASK: Apply lower size limit to max usable thin pool space 138029 1726888189.49836: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.49842: getting variables 138029 1726888189.49843: in VariableManager get_vars() 138029 1726888189.49903: Calling all_inventory to load vars for managed_node3 138029 1726888189.49906: Calling groups_inventory to load vars for managed_node3 138029 1726888189.49909: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.49917: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.49920: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.49922: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.50350: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.50821: done with get_vars() 138029 1726888189.50835: done getting variables 138029 1726888189.50883: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:49 -0400 (0:00:00.025) 0:03:22.232 ****** 138029 1726888189.50909: entering _queue_task() for managed_node3/set_fact 138029 1726888189.51125: worker is 1 (out of 1 available) 138029 1726888189.51138: exiting _queue_task() for managed_node3/set_fact 138029 1726888189.51151: done queuing things up, now waiting for results queue to drain 138029 1726888189.51152: waiting for pending results... 138029 1726888189.51362: running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space 138029 1726888189.51496: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002266 138029 1726888189.51510: variable 'ansible_search_path' from source: unknown 138029 1726888189.51541: calling self._execute() 138029 1726888189.51639: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.51643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.51653: variable 'omit' from source: magic vars 138029 1726888189.51953: variable 'storage_test_volume' from source: include params 138029 1726888189.51990: Evaluated conditional (storage_test_volume.thin): False 138029 1726888189.51993: when evaluation is False, skipping this task 138029 1726888189.51996: _execute() done 138029 1726888189.51999: dumping result to json 138029 1726888189.52001: done dumping result, returning 138029 1726888189.52007: done running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-000000002266] 138029 1726888189.52013: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002266 138029 1726888189.52110: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002266 138029 1726888189.52113: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888189.52187: no more pending results, returning what we have 138029 1726888189.52190: results queue empty 138029 1726888189.52191: checking for any_errors_fatal 138029 1726888189.52195: done checking for any_errors_fatal 138029 1726888189.52196: checking for max_fail_percentage 138029 1726888189.52197: done checking for max_fail_percentage 138029 1726888189.52198: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.52199: done checking to see if all hosts have failed 138029 1726888189.52200: getting the remaining hosts for this loop 138029 1726888189.52201: done getting the remaining hosts for this loop 138029 1726888189.52204: getting the next task for host managed_node3 138029 1726888189.52211: done getting next task for host managed_node3 138029 1726888189.52213: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 138029 1726888189.52219: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.52223: getting variables 138029 1726888189.52224: in VariableManager get_vars() 138029 1726888189.52250: Calling all_inventory to load vars for managed_node3 138029 1726888189.52253: Calling groups_inventory to load vars for managed_node3 138029 1726888189.52257: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.52270: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.52272: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.52275: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.52634: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.53027: done with get_vars() 138029 1726888189.53037: 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:09:49 -0400 (0:00:00.021) 0:03:22.254 ****** 138029 1726888189.53097: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888189.53293: worker is 1 (out of 1 available) 138029 1726888189.53306: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888189.53319: done queuing things up, now waiting for results queue to drain 138029 1726888189.53320: waiting for pending results... 138029 1726888189.53490: running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size 138029 1726888189.53570: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002267 138029 1726888189.53581: variable 'ansible_search_path' from source: unknown 138029 1726888189.53607: calling self._execute() 138029 1726888189.53699: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.53703: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.53712: variable 'omit' from source: magic vars 138029 1726888189.53987: variable 'storage_test_volume' from source: include params 138029 1726888189.54008: Evaluated conditional (storage_test_volume.thin): False 138029 1726888189.54012: when evaluation is False, skipping this task 138029 1726888189.54015: _execute() done 138029 1726888189.54018: dumping result to json 138029 1726888189.54020: done dumping result, returning 138029 1726888189.54024: done running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-5a58-73a2-000000002267] 138029 1726888189.54029: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002267 138029 1726888189.54123: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002267 138029 1726888189.54127: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888189.54178: no more pending results, returning what we have 138029 1726888189.54182: results queue empty 138029 1726888189.54183: checking for any_errors_fatal 138029 1726888189.54188: done checking for any_errors_fatal 138029 1726888189.54189: checking for max_fail_percentage 138029 1726888189.54190: done checking for max_fail_percentage 138029 1726888189.54191: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.54192: done checking to see if all hosts have failed 138029 1726888189.54192: getting the remaining hosts for this loop 138029 1726888189.54194: done getting the remaining hosts for this loop 138029 1726888189.54197: getting the next task for host managed_node3 138029 1726888189.54206: done getting next task for host managed_node3 138029 1726888189.54208: ^ task is: TASK: Show max thin pool size 138029 1726888189.54214: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.54218: getting variables 138029 1726888189.54219: in VariableManager get_vars() 138029 1726888189.54244: Calling all_inventory to load vars for managed_node3 138029 1726888189.54246: Calling groups_inventory to load vars for managed_node3 138029 1726888189.54249: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.54259: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.54262: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.54267: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.54619: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.55010: done with get_vars() 138029 1726888189.55019: done getting variables 138029 1726888189.55061: 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:09:49 -0400 (0:00:00.019) 0:03:22.274 ****** 138029 1726888189.55086: entering _queue_task() for managed_node3/debug 138029 1726888189.55277: worker is 1 (out of 1 available) 138029 1726888189.55290: exiting _queue_task() for managed_node3/debug 138029 1726888189.55302: done queuing things up, now waiting for results queue to drain 138029 1726888189.55304: waiting for pending results... 138029 1726888189.55486: running TaskExecutor() for managed_node3/TASK: Show max thin pool size 138029 1726888189.55568: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002268 138029 1726888189.55579: variable 'ansible_search_path' from source: unknown 138029 1726888189.55609: calling self._execute() 138029 1726888189.55699: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.55703: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.55715: variable 'omit' from source: magic vars 138029 1726888189.55989: variable 'storage_test_volume' from source: include params 138029 1726888189.56011: Evaluated conditional (storage_test_volume.thin): False 138029 1726888189.56015: when evaluation is False, skipping this task 138029 1726888189.56018: _execute() done 138029 1726888189.56021: dumping result to json 138029 1726888189.56024: done dumping result, returning 138029 1726888189.56029: done running TaskExecutor() for managed_node3/TASK: Show max thin pool size [0affc8a3-6f6f-5a58-73a2-000000002268] 138029 1726888189.56036: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002268 138029 1726888189.56128: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002268 138029 1726888189.56132: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888189.56181: no more pending results, returning what we have 138029 1726888189.56184: results queue empty 138029 1726888189.56185: checking for any_errors_fatal 138029 1726888189.56192: done checking for any_errors_fatal 138029 1726888189.56192: checking for max_fail_percentage 138029 1726888189.56194: done checking for max_fail_percentage 138029 1726888189.56194: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.56195: done checking to see if all hosts have failed 138029 1726888189.56196: getting the remaining hosts for this loop 138029 1726888189.56197: done getting the remaining hosts for this loop 138029 1726888189.56200: getting the next task for host managed_node3 138029 1726888189.56207: done getting next task for host managed_node3 138029 1726888189.56210: ^ task is: TASK: Show volume thin pool size 138029 1726888189.56216: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.56219: getting variables 138029 1726888189.56221: in VariableManager get_vars() 138029 1726888189.56246: Calling all_inventory to load vars for managed_node3 138029 1726888189.56248: Calling groups_inventory to load vars for managed_node3 138029 1726888189.56250: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.56261: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.56263: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.56268: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.56793: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.57157: done with get_vars() 138029 1726888189.57169: done getting variables 138029 1726888189.57206: 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:09:49 -0400 (0:00:00.021) 0:03:22.295 ****** 138029 1726888189.57226: entering _queue_task() for managed_node3/debug 138029 1726888189.57414: worker is 1 (out of 1 available) 138029 1726888189.57427: exiting _queue_task() for managed_node3/debug 138029 1726888189.57438: done queuing things up, now waiting for results queue to drain 138029 1726888189.57440: waiting for pending results... 138029 1726888189.57606: running TaskExecutor() for managed_node3/TASK: Show volume thin pool size 138029 1726888189.57706: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002269 138029 1726888189.57718: variable 'ansible_search_path' from source: unknown 138029 1726888189.57745: calling self._execute() 138029 1726888189.57846: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.57850: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.57903: variable 'omit' from source: magic vars 138029 1726888189.58194: variable 'storage_test_volume' from source: include params 138029 1726888189.58216: Evaluated conditional (storage_test_volume.thin): False 138029 1726888189.58220: when evaluation is False, skipping this task 138029 1726888189.58223: _execute() done 138029 1726888189.58225: dumping result to json 138029 1726888189.58230: done dumping result, returning 138029 1726888189.58234: done running TaskExecutor() for managed_node3/TASK: Show volume thin pool size [0affc8a3-6f6f-5a58-73a2-000000002269] 138029 1726888189.58236: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002269 138029 1726888189.58346: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002269 138029 1726888189.58350: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888189.58422: no more pending results, returning what we have 138029 1726888189.58426: results queue empty 138029 1726888189.58427: checking for any_errors_fatal 138029 1726888189.58437: done checking for any_errors_fatal 138029 1726888189.58438: checking for max_fail_percentage 138029 1726888189.58439: done checking for max_fail_percentage 138029 1726888189.58440: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.58441: done checking to see if all hosts have failed 138029 1726888189.58442: getting the remaining hosts for this loop 138029 1726888189.58443: done getting the remaining hosts for this loop 138029 1726888189.58446: getting the next task for host managed_node3 138029 1726888189.58453: done getting next task for host managed_node3 138029 1726888189.58457: ^ task is: TASK: Show test volume size 138029 1726888189.58464: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.58469: getting variables 138029 1726888189.58471: in VariableManager get_vars() 138029 1726888189.58498: Calling all_inventory to load vars for managed_node3 138029 1726888189.58500: Calling groups_inventory to load vars for managed_node3 138029 1726888189.58503: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.58512: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.58516: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.58520: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.58886: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.59270: done with get_vars() 138029 1726888189.59281: done getting variables 138029 1726888189.59319: 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:09:49 -0400 (0:00:00.021) 0:03:22.316 ****** 138029 1726888189.59341: entering _queue_task() for managed_node3/debug 138029 1726888189.59523: worker is 1 (out of 1 available) 138029 1726888189.59536: exiting _queue_task() for managed_node3/debug 138029 1726888189.59547: done queuing things up, now waiting for results queue to drain 138029 1726888189.59549: waiting for pending results... 138029 1726888189.59729: running TaskExecutor() for managed_node3/TASK: Show test volume size 138029 1726888189.59814: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000226a 138029 1726888189.59826: variable 'ansible_search_path' from source: unknown 138029 1726888189.59863: calling self._execute() 138029 1726888189.59954: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.59960: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.59970: variable 'omit' from source: magic vars 138029 1726888189.60248: variable 'storage_test_volume' from source: include params 138029 1726888189.60273: Evaluated conditional (storage_test_volume.thin): False 138029 1726888189.60276: when evaluation is False, skipping this task 138029 1726888189.60279: _execute() done 138029 1726888189.60282: dumping result to json 138029 1726888189.60284: done dumping result, returning 138029 1726888189.60291: done running TaskExecutor() for managed_node3/TASK: Show test volume size [0affc8a3-6f6f-5a58-73a2-00000000226a] 138029 1726888189.60295: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000226a 138029 1726888189.60390: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000226a 138029 1726888189.60394: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888189.60458: no more pending results, returning what we have 138029 1726888189.60461: results queue empty 138029 1726888189.60462: checking for any_errors_fatal 138029 1726888189.60471: done checking for any_errors_fatal 138029 1726888189.60472: checking for max_fail_percentage 138029 1726888189.60473: done checking for max_fail_percentage 138029 1726888189.60474: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.60475: done checking to see if all hosts have failed 138029 1726888189.60475: getting the remaining hosts for this loop 138029 1726888189.60477: done getting the remaining hosts for this loop 138029 1726888189.60479: getting the next task for host managed_node3 138029 1726888189.60486: done getting next task for host managed_node3 138029 1726888189.60488: ^ task is: TASK: Establish base value for expected thin pool size 138029 1726888189.60494: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.60498: getting variables 138029 1726888189.60499: in VariableManager get_vars() 138029 1726888189.60524: Calling all_inventory to load vars for managed_node3 138029 1726888189.60526: Calling groups_inventory to load vars for managed_node3 138029 1726888189.60528: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.60534: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.60535: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.60537: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.60895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.61528: done with get_vars() 138029 1726888189.61544: done getting variables 138029 1726888189.61610: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:49 -0400 (0:00:00.022) 0:03:22.339 ****** 138029 1726888189.61641: entering _queue_task() for managed_node3/set_fact 138029 1726888189.61890: worker is 1 (out of 1 available) 138029 1726888189.61903: exiting _queue_task() for managed_node3/set_fact 138029 1726888189.61915: done queuing things up, now waiting for results queue to drain 138029 1726888189.61917: waiting for pending results... 138029 1726888189.62215: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size 138029 1726888189.62338: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000226b 138029 1726888189.62449: variable 'ansible_search_path' from source: unknown 138029 1726888189.62477: calling self._execute() 138029 1726888189.62568: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.62572: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.62597: variable 'omit' from source: magic vars 138029 1726888189.62863: variable 'storage_test_volume' from source: include params 138029 1726888189.62884: Evaluated conditional (storage_test_volume.thin): False 138029 1726888189.62889: when evaluation is False, skipping this task 138029 1726888189.62891: _execute() done 138029 1726888189.62894: dumping result to json 138029 1726888189.62896: done dumping result, returning 138029 1726888189.62902: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-5a58-73a2-00000000226b] 138029 1726888189.62915: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000226b 138029 1726888189.63017: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000226b 138029 1726888189.63020: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888189.63092: no more pending results, returning what we have 138029 1726888189.63099: results queue empty 138029 1726888189.63099: checking for any_errors_fatal 138029 1726888189.63106: done checking for any_errors_fatal 138029 1726888189.63107: checking for max_fail_percentage 138029 1726888189.63109: done checking for max_fail_percentage 138029 1726888189.63109: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.63110: done checking to see if all hosts have failed 138029 1726888189.63111: getting the remaining hosts for this loop 138029 1726888189.63112: done getting the remaining hosts for this loop 138029 1726888189.63118: getting the next task for host managed_node3 138029 1726888189.63126: done getting next task for host managed_node3 138029 1726888189.63128: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888189.63135: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.63142: getting variables 138029 1726888189.63144: in VariableManager get_vars() 138029 1726888189.63177: Calling all_inventory to load vars for managed_node3 138029 1726888189.63180: Calling groups_inventory to load vars for managed_node3 138029 1726888189.63183: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.63193: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.63196: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.63199: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.63681: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.64096: done with get_vars() 138029 1726888189.64107: done getting variables 138029 1726888189.64146: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:49 -0400 (0:00:00.025) 0:03:22.365 ****** 138029 1726888189.64170: entering _queue_task() for managed_node3/set_fact 138029 1726888189.64351: worker is 1 (out of 1 available) 138029 1726888189.64365: exiting _queue_task() for managed_node3/set_fact 138029 1726888189.64377: done queuing things up, now waiting for results queue to drain 138029 1726888189.64379: waiting for pending results... 138029 1726888189.64579: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888189.64673: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000226c 138029 1726888189.64686: variable 'ansible_search_path' from source: unknown 138029 1726888189.64719: calling self._execute() 138029 1726888189.64818: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.64821: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.64832: variable 'omit' from source: magic vars 138029 1726888189.65266: variable 'storage_test_volume' from source: include params 138029 1726888189.65271: Evaluated conditional (storage_test_volume.thin): False 138029 1726888189.65274: when evaluation is False, skipping this task 138029 1726888189.65282: _execute() done 138029 1726888189.65285: dumping result to json 138029 1726888189.65287: done dumping result, returning 138029 1726888189.65293: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-00000000226c] 138029 1726888189.65296: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000226c 138029 1726888189.65375: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000226c 138029 1726888189.65377: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888189.65432: no more pending results, returning what we have 138029 1726888189.65435: results queue empty 138029 1726888189.65436: checking for any_errors_fatal 138029 1726888189.65443: done checking for any_errors_fatal 138029 1726888189.65444: checking for max_fail_percentage 138029 1726888189.65445: done checking for max_fail_percentage 138029 1726888189.65446: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.65447: done checking to see if all hosts have failed 138029 1726888189.65448: getting the remaining hosts for this loop 138029 1726888189.65449: done getting the remaining hosts for this loop 138029 1726888189.65458: getting the next task for host managed_node3 138029 1726888189.65467: done getting next task for host managed_node3 138029 1726888189.65470: ^ task is: TASK: Establish base value for expected thin pool volume size 138029 1726888189.65476: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.65479: getting variables 138029 1726888189.65481: in VariableManager get_vars() 138029 1726888189.65506: Calling all_inventory to load vars for managed_node3 138029 1726888189.65508: Calling groups_inventory to load vars for managed_node3 138029 1726888189.65511: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.65529: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.65532: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.65534: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.66140: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.66500: done with get_vars() 138029 1726888189.66510: done getting variables 138029 1726888189.66550: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:49 -0400 (0:00:00.024) 0:03:22.389 ****** 138029 1726888189.66583: entering _queue_task() for managed_node3/set_fact 138029 1726888189.66794: worker is 1 (out of 1 available) 138029 1726888189.66805: exiting _queue_task() for managed_node3/set_fact 138029 1726888189.66817: done queuing things up, now waiting for results queue to drain 138029 1726888189.66819: waiting for pending results... 138029 1726888189.67091: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size 138029 1726888189.67176: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000226d 138029 1726888189.67188: variable 'ansible_search_path' from source: unknown 138029 1726888189.67214: calling self._execute() 138029 1726888189.67313: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.67318: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.67322: variable 'omit' from source: magic vars 138029 1726888189.67663: variable 'storage_test_volume' from source: include params 138029 1726888189.67669: Evaluated conditional (storage_test_volume.thin): False 138029 1726888189.67672: when evaluation is False, skipping this task 138029 1726888189.67675: _execute() done 138029 1726888189.67680: dumping result to json 138029 1726888189.67682: done dumping result, returning 138029 1726888189.67685: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-5a58-73a2-00000000226d] 138029 1726888189.67687: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000226d 138029 1726888189.67811: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000226d 138029 1726888189.67815: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888189.67872: no more pending results, returning what we have 138029 1726888189.67875: results queue empty 138029 1726888189.67876: checking for any_errors_fatal 138029 1726888189.67883: done checking for any_errors_fatal 138029 1726888189.67884: checking for max_fail_percentage 138029 1726888189.67885: done checking for max_fail_percentage 138029 1726888189.67886: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.67887: done checking to see if all hosts have failed 138029 1726888189.67888: getting the remaining hosts for this loop 138029 1726888189.67889: done getting the remaining hosts for this loop 138029 1726888189.67896: getting the next task for host managed_node3 138029 1726888189.67902: done getting next task for host managed_node3 138029 1726888189.67904: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888189.67910: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.67914: getting variables 138029 1726888189.67915: in VariableManager get_vars() 138029 1726888189.67943: Calling all_inventory to load vars for managed_node3 138029 1726888189.67945: Calling groups_inventory to load vars for managed_node3 138029 1726888189.67948: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.67957: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.67960: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.67962: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.68494: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.69096: done with get_vars() 138029 1726888189.69132: done getting variables 138029 1726888189.69183: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:49 -0400 (0:00:00.026) 0:03:22.415 ****** 138029 1726888189.69210: entering _queue_task() for managed_node3/set_fact 138029 1726888189.69417: worker is 1 (out of 1 available) 138029 1726888189.69429: exiting _queue_task() for managed_node3/set_fact 138029 1726888189.69442: done queuing things up, now waiting for results queue to drain 138029 1726888189.69443: waiting for pending results... 138029 1726888189.69630: running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888189.69742: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000226e 138029 1726888189.69754: variable 'ansible_search_path' from source: unknown 138029 1726888189.69793: calling self._execute() 138029 1726888189.69877: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.69885: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.69894: variable 'omit' from source: magic vars 138029 1726888189.70166: variable 'storage_test_volume' from source: include params 138029 1726888189.70190: Evaluated conditional (storage_test_volume.thin): False 138029 1726888189.70194: when evaluation is False, skipping this task 138029 1726888189.70197: _execute() done 138029 1726888189.70200: dumping result to json 138029 1726888189.70202: done dumping result, returning 138029 1726888189.70208: done running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-5a58-73a2-00000000226e] 138029 1726888189.70214: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000226e 138029 1726888189.70303: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000226e 138029 1726888189.70307: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888189.70370: no more pending results, returning what we have 138029 1726888189.70373: results queue empty 138029 1726888189.70374: checking for any_errors_fatal 138029 1726888189.70380: done checking for any_errors_fatal 138029 1726888189.70381: checking for max_fail_percentage 138029 1726888189.70382: done checking for max_fail_percentage 138029 1726888189.70383: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.70384: done checking to see if all hosts have failed 138029 1726888189.70385: getting the remaining hosts for this loop 138029 1726888189.70386: done getting the remaining hosts for this loop 138029 1726888189.70389: getting the next task for host managed_node3 138029 1726888189.70395: done getting next task for host managed_node3 138029 1726888189.70402: ^ task is: TASK: Replace expected volume size with calculated value 138029 1726888189.70408: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.70412: getting variables 138029 1726888189.70413: in VariableManager get_vars() 138029 1726888189.70439: Calling all_inventory to load vars for managed_node3 138029 1726888189.70441: Calling groups_inventory to load vars for managed_node3 138029 1726888189.70443: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.70452: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.70457: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.70460: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.70821: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.71321: done with get_vars() 138029 1726888189.71336: done getting variables 138029 1726888189.71400: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:49 -0400 (0:00:00.022) 0:03:22.437 ****** 138029 1726888189.71438: entering _queue_task() for managed_node3/set_fact 138029 1726888189.71703: worker is 1 (out of 1 available) 138029 1726888189.71716: exiting _queue_task() for managed_node3/set_fact 138029 1726888189.71732: done queuing things up, now waiting for results queue to drain 138029 1726888189.71734: waiting for pending results... 138029 1726888189.72073: running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value 138029 1726888189.72138: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000226f 138029 1726888189.72258: variable 'ansible_search_path' from source: unknown 138029 1726888189.72263: calling self._execute() 138029 1726888189.72313: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.72318: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.72326: variable 'omit' from source: magic vars 138029 1726888189.72597: variable 'storage_test_volume' from source: include params 138029 1726888189.72622: Evaluated conditional (storage_test_volume.thin): False 138029 1726888189.72626: when evaluation is False, skipping this task 138029 1726888189.72630: _execute() done 138029 1726888189.72633: dumping result to json 138029 1726888189.72635: done dumping result, returning 138029 1726888189.72638: done running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-5a58-73a2-00000000226f] 138029 1726888189.72641: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000226f 138029 1726888189.72828: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000226f 138029 1726888189.72831: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888189.72934: no more pending results, returning what we have 138029 1726888189.72937: results queue empty 138029 1726888189.72938: checking for any_errors_fatal 138029 1726888189.72943: done checking for any_errors_fatal 138029 1726888189.72944: checking for max_fail_percentage 138029 1726888189.72946: done checking for max_fail_percentage 138029 1726888189.72946: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.72947: done checking to see if all hosts have failed 138029 1726888189.72948: getting the remaining hosts for this loop 138029 1726888189.72949: done getting the remaining hosts for this loop 138029 1726888189.72952: getting the next task for host managed_node3 138029 1726888189.72964: done getting next task for host managed_node3 138029 1726888189.72969: ^ task is: TASK: Show actual size 138029 1726888189.72975: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.72979: getting variables 138029 1726888189.72980: in VariableManager get_vars() 138029 1726888189.73012: Calling all_inventory to load vars for managed_node3 138029 1726888189.73014: Calling groups_inventory to load vars for managed_node3 138029 1726888189.73017: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.73026: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.73028: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.73031: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.73642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.74404: done with get_vars() 138029 1726888189.74425: done getting variables 138029 1726888189.74468: 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:09:49 -0400 (0:00:00.030) 0:03:22.468 ****** 138029 1726888189.74491: entering _queue_task() for managed_node3/debug 138029 1726888189.74684: worker is 1 (out of 1 available) 138029 1726888189.74697: exiting _queue_task() for managed_node3/debug 138029 1726888189.74711: done queuing things up, now waiting for results queue to drain 138029 1726888189.74712: waiting for pending results... 138029 1726888189.74890: running TaskExecutor() for managed_node3/TASK: Show actual size 138029 1726888189.74985: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002271 138029 1726888189.75001: variable 'ansible_search_path' from source: unknown 138029 1726888189.75026: calling self._execute() 138029 1726888189.75117: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.75121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.75130: variable 'omit' from source: magic vars 138029 1726888189.75213: variable 'omit' from source: magic vars 138029 1726888189.75263: variable 'omit' from source: magic vars 138029 1726888189.75289: variable 'omit' from source: magic vars 138029 1726888189.75323: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888189.75352: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888189.75372: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888189.75386: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888189.75399: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888189.75412: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888189.75426: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888189.75448: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888189.75451: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.75454: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.75539: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888189.75543: Set connection var ansible_timeout to 10 138029 1726888189.75549: Set connection var ansible_pipelining to False 138029 1726888189.75552: Set connection var ansible_shell_type to sh 138029 1726888189.75554: Set connection var ansible_connection to ssh 138029 1726888189.75560: Set connection var ansible_shell_executable to /bin/sh 138029 1726888189.75584: variable 'ansible_shell_executable' from source: unknown 138029 1726888189.75587: variable 'ansible_connection' from source: unknown 138029 1726888189.75589: variable 'ansible_module_compression' from source: unknown 138029 1726888189.75592: variable 'ansible_shell_type' from source: unknown 138029 1726888189.75595: variable 'ansible_shell_executable' from source: unknown 138029 1726888189.75598: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.75600: variable 'ansible_pipelining' from source: unknown 138029 1726888189.75602: variable 'ansible_timeout' from source: unknown 138029 1726888189.75604: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.75708: 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) 138029 1726888189.75720: variable 'omit' from source: magic vars 138029 1726888189.75724: starting attempt loop 138029 1726888189.75726: running the handler 138029 1726888189.75768: variable 'storage_test_actual_size' from source: set_fact 138029 1726888189.75908: variable 'storage_test_actual_size' from source: set_fact 138029 1726888189.76048: handler run complete 138029 1726888189.76052: attempt loop complete, returning result 138029 1726888189.76053: _execute() done 138029 1726888189.76058: dumping result to json 138029 1726888189.76060: done dumping result, returning 138029 1726888189.76062: done running TaskExecutor() for managed_node3/TASK: Show actual size [0affc8a3-6f6f-5a58-73a2-000000002271] 138029 1726888189.76067: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002271 138029 1726888189.76130: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002271 138029 1726888189.76132: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } 138029 1726888189.76193: no more pending results, returning what we have 138029 1726888189.76196: results queue empty 138029 1726888189.76197: checking for any_errors_fatal 138029 1726888189.76203: done checking for any_errors_fatal 138029 1726888189.76204: checking for max_fail_percentage 138029 1726888189.76205: done checking for max_fail_percentage 138029 1726888189.76206: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.76207: done checking to see if all hosts have failed 138029 1726888189.76208: getting the remaining hosts for this loop 138029 1726888189.76209: done getting the remaining hosts for this loop 138029 1726888189.76212: getting the next task for host managed_node3 138029 1726888189.76218: done getting next task for host managed_node3 138029 1726888189.76220: ^ task is: TASK: Show expected size 138029 1726888189.76236: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.76243: getting variables 138029 1726888189.76244: in VariableManager get_vars() 138029 1726888189.76276: Calling all_inventory to load vars for managed_node3 138029 1726888189.76278: Calling groups_inventory to load vars for managed_node3 138029 1726888189.76281: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.76289: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.76292: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.76294: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.76887: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.77821: done with get_vars() 138029 1726888189.77835: done getting variables 138029 1726888189.77897: 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:09:49 -0400 (0:00:00.034) 0:03:22.502 ****** 138029 1726888189.77928: entering _queue_task() for managed_node3/debug 138029 1726888189.78186: worker is 1 (out of 1 available) 138029 1726888189.78198: exiting _queue_task() for managed_node3/debug 138029 1726888189.78373: done queuing things up, now waiting for results queue to drain 138029 1726888189.78375: waiting for pending results... 138029 1726888189.78616: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888189.78761: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002272 138029 1726888189.78768: variable 'ansible_search_path' from source: unknown 138029 1726888189.78781: calling self._execute() 138029 1726888189.78919: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.78942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.78960: variable 'omit' from source: magic vars 138029 1726888189.79103: variable 'omit' from source: magic vars 138029 1726888189.79261: variable 'omit' from source: magic vars 138029 1726888189.79268: variable 'omit' from source: magic vars 138029 1726888189.79298: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888189.79342: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888189.79384: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888189.79407: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888189.79424: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888189.79445: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888189.79478: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888189.79515: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888189.79560: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.79566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.79678: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888189.79700: Set connection var ansible_timeout to 10 138029 1726888189.79712: Set connection var ansible_pipelining to False 138029 1726888189.79719: Set connection var ansible_shell_type to sh 138029 1726888189.79725: Set connection var ansible_connection to ssh 138029 1726888189.79761: Set connection var ansible_shell_executable to /bin/sh 138029 1726888189.79776: variable 'ansible_shell_executable' from source: unknown 138029 1726888189.79784: variable 'ansible_connection' from source: unknown 138029 1726888189.79795: variable 'ansible_module_compression' from source: unknown 138029 1726888189.79810: variable 'ansible_shell_type' from source: unknown 138029 1726888189.79913: variable 'ansible_shell_executable' from source: unknown 138029 1726888189.79916: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.79919: variable 'ansible_pipelining' from source: unknown 138029 1726888189.79921: variable 'ansible_timeout' from source: unknown 138029 1726888189.79923: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.80027: 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) 138029 1726888189.80050: variable 'omit' from source: magic vars 138029 1726888189.80063: starting attempt loop 138029 1726888189.80074: running the handler 138029 1726888189.80130: variable 'storage_test_expected_size' from source: set_fact 138029 1726888189.80349: variable 'storage_test_expected_size' from source: set_fact 138029 1726888189.80389: handler run complete 138029 1726888189.80412: attempt loop complete, returning result 138029 1726888189.80420: _execute() done 138029 1726888189.80428: dumping result to json 138029 1726888189.80459: done dumping result, returning 138029 1726888189.80467: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-000000002272] 138029 1726888189.80473: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002272 ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } 138029 1726888189.80624: no more pending results, returning what we have 138029 1726888189.80628: results queue empty 138029 1726888189.80630: checking for any_errors_fatal 138029 1726888189.80642: done checking for any_errors_fatal 138029 1726888189.80643: checking for max_fail_percentage 138029 1726888189.80645: done checking for max_fail_percentage 138029 1726888189.80646: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.80647: done checking to see if all hosts have failed 138029 1726888189.80648: getting the remaining hosts for this loop 138029 1726888189.80650: done getting the remaining hosts for this loop 138029 1726888189.80654: getting the next task for host managed_node3 138029 1726888189.80667: done getting next task for host managed_node3 138029 1726888189.80670: ^ task is: TASK: Assert expected size is actual size 138029 1726888189.80679: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.80685: getting variables 138029 1726888189.80687: in VariableManager get_vars() 138029 1726888189.80721: Calling all_inventory to load vars for managed_node3 138029 1726888189.80724: Calling groups_inventory to load vars for managed_node3 138029 1726888189.80727: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.80738: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.80742: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.80745: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.81474: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002272 138029 1726888189.81477: WORKER PROCESS EXITING 138029 1726888189.81687: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.82402: done with get_vars() 138029 1726888189.82422: done getting variables 138029 1726888189.82483: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:49 -0400 (0:00:00.045) 0:03:22.548 ****** 138029 1726888189.82517: entering _queue_task() for managed_node3/assert 138029 1726888189.82778: worker is 1 (out of 1 available) 138029 1726888189.82790: exiting _queue_task() for managed_node3/assert 138029 1726888189.82916: done queuing things up, now waiting for results queue to drain 138029 1726888189.82918: waiting for pending results... 138029 1726888189.83111: running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size 138029 1726888189.83317: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002273 138029 1726888189.83340: variable 'ansible_search_path' from source: unknown 138029 1726888189.83397: calling self._execute() 138029 1726888189.83539: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.83551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.83661: variable 'omit' from source: magic vars 138029 1726888189.84016: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888189.86343: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888189.86435: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888189.86483: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888189.86527: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888189.86556: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888189.86669: variable '_storage_test_volume_present' from source: set_fact 138029 1726888189.86694: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888189.86853: variable 'storage_test_volume' from source: include params 138029 1726888189.86894: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888189.86907: variable 'omit' from source: magic vars 138029 1726888189.86994: variable 'omit' from source: magic vars 138029 1726888189.87261: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888189.87269: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888189.87272: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888189.87302: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888189.87322: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888189.87429: variable 'storage_test_volume' from source: include params 138029 1726888189.87448: variable 'storage_test_expected_size' from source: set_fact 138029 1726888189.87499: variable 'storage_test_actual_size' from source: set_fact 138029 1726888189.87514: variable 'omit' from source: magic vars 138029 1726888189.87544: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888189.87582: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888189.87612: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888189.87635: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888189.87650: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888189.87717: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888189.87720: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888189.87734: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888189.87742: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.87749: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.87884: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888189.87896: Set connection var ansible_timeout to 10 138029 1726888189.87907: Set connection var ansible_pipelining to False 138029 1726888189.87914: Set connection var ansible_shell_type to sh 138029 1726888189.87934: Set connection var ansible_connection to ssh 138029 1726888189.87937: Set connection var ansible_shell_executable to /bin/sh 138029 1726888189.88042: variable 'ansible_shell_executable' from source: unknown 138029 1726888189.88045: variable 'ansible_connection' from source: unknown 138029 1726888189.88048: variable 'ansible_module_compression' from source: unknown 138029 1726888189.88050: variable 'ansible_shell_type' from source: unknown 138029 1726888189.88052: variable 'ansible_shell_executable' from source: unknown 138029 1726888189.88054: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.88058: variable 'ansible_pipelining' from source: unknown 138029 1726888189.88060: variable 'ansible_timeout' from source: unknown 138029 1726888189.88062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.88132: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888189.88157: variable 'omit' from source: magic vars 138029 1726888189.88172: starting attempt loop 138029 1726888189.88184: running the handler 138029 1726888189.88399: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888189.88408: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888189.88438: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888189.88492: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888189.88561: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888189.88680: variable 'storage_test_expected_size' from source: set_fact 138029 1726888189.88689: variable 'storage_test_actual_size' from source: set_fact 138029 1726888189.88711: Evaluated conditional ((storage_test_expected_size | int - storage_test_actual_size.bytes) | abs / storage_test_expected_size | int < 0.04): True 138029 1726888189.88726: handler run complete 138029 1726888189.88743: attempt loop complete, returning result 138029 1726888189.88751: _execute() done 138029 1726888189.88761: dumping result to json 138029 1726888189.88772: done dumping result, returning 138029 1726888189.88807: done running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size [0affc8a3-6f6f-5a58-73a2-000000002273] 138029 1726888189.88810: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002273 138029 1726888189.89036: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002273 138029 1726888189.89040: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888189.89096: no more pending results, returning what we have 138029 1726888189.89101: results queue empty 138029 1726888189.89102: checking for any_errors_fatal 138029 1726888189.89112: done checking for any_errors_fatal 138029 1726888189.89113: checking for max_fail_percentage 138029 1726888189.89115: done checking for max_fail_percentage 138029 1726888189.89116: checking to see if all hosts have failed and the running result is not ok 138029 1726888189.89117: done checking to see if all hosts have failed 138029 1726888189.89118: getting the remaining hosts for this loop 138029 1726888189.89120: done getting the remaining hosts for this loop 138029 1726888189.89124: getting the next task for host managed_node3 138029 1726888189.89136: done getting next task for host managed_node3 138029 1726888189.89139: ^ task is: TASK: Get information about the LV 138029 1726888189.89147: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888189.89153: getting variables 138029 1726888189.89154: in VariableManager get_vars() 138029 1726888189.89197: Calling all_inventory to load vars for managed_node3 138029 1726888189.89202: Calling groups_inventory to load vars for managed_node3 138029 1726888189.89206: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888189.89217: Calling all_plugins_play to load vars for managed_node3 138029 1726888189.89221: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888189.89224: Calling groups_plugins_play to load vars for managed_node3 138029 1726888189.90133: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888189.90861: done with get_vars() 138029 1726888189.90881: done getting variables 138029 1726888189.90942: 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:09:49 -0400 (0:00:00.084) 0:03:22.633 ****** 138029 1726888189.90988: entering _queue_task() for managed_node3/command 138029 1726888189.91447: worker is 1 (out of 1 available) 138029 1726888189.91462: exiting _queue_task() for managed_node3/command 138029 1726888189.91476: done queuing things up, now waiting for results queue to drain 138029 1726888189.91478: waiting for pending results... 138029 1726888189.91781: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888189.91962: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000227a 138029 1726888189.91968: variable 'ansible_search_path' from source: unknown 138029 1726888189.91972: calling self._execute() 138029 1726888189.92096: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.92109: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.92123: variable 'omit' from source: magic vars 138029 1726888189.92605: variable 'storage_test_volume' from source: include params 138029 1726888189.92640: variable '_storage_test_volume_present' from source: set_fact 138029 1726888189.92660: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888189.92677: variable 'omit' from source: magic vars 138029 1726888189.92757: variable 'omit' from source: magic vars 138029 1726888189.92967: variable 'storage_test_pool' from source: include params 138029 1726888189.92971: variable 'storage_test_volume' from source: include params 138029 1726888189.92996: variable 'omit' from source: magic vars 138029 1726888189.93039: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888189.93086: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888189.93107: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888189.93125: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888189.93139: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888189.93158: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888189.93185: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888189.93217: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888189.93223: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.93230: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.93401: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888189.93404: Set connection var ansible_timeout to 10 138029 1726888189.93406: Set connection var ansible_pipelining to False 138029 1726888189.93408: Set connection var ansible_shell_type to sh 138029 1726888189.93411: Set connection var ansible_connection to ssh 138029 1726888189.93413: Set connection var ansible_shell_executable to /bin/sh 138029 1726888189.93438: variable 'ansible_shell_executable' from source: unknown 138029 1726888189.93446: variable 'ansible_connection' from source: unknown 138029 1726888189.93453: variable 'ansible_module_compression' from source: unknown 138029 1726888189.93461: variable 'ansible_shell_type' from source: unknown 138029 1726888189.93509: variable 'ansible_shell_executable' from source: unknown 138029 1726888189.93512: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888189.93514: variable 'ansible_pipelining' from source: unknown 138029 1726888189.93516: variable 'ansible_timeout' from source: unknown 138029 1726888189.93518: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888189.93643: 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) 138029 1726888189.93663: variable 'omit' from source: magic vars 138029 1726888189.93675: starting attempt loop 138029 1726888189.93682: running the handler 138029 1726888189.93726: _low_level_execute_command(): starting 138029 1726888189.93729: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888189.94470: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888189.94498: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888189.94606: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888189.94629: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888189.94645: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888189.94741: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888189.96773: stdout chunk (state=3): >>>/root <<< 138029 1726888189.96776: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888189.96778: stdout chunk (state=3): >>><<< 138029 1726888189.96780: stderr chunk (state=3): >>><<< 138029 1726888189.96784: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888189.96786: _low_level_execute_command(): starting 138029 1726888189.96790: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888189.9668438-144149-265799243341855 `" && echo ansible-tmp-1726888189.9668438-144149-265799243341855="` echo /root/.ansible/tmp/ansible-tmp-1726888189.9668438-144149-265799243341855 `" ) && sleep 0' 138029 1726888189.97378: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888189.97392: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888189.97412: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888189.97475: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888189.97528: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888189.97547: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888189.97575: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888189.97653: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888190.15627: stdout chunk (state=3): >>>ansible-tmp-1726888189.9668438-144149-265799243341855=/root/.ansible/tmp/ansible-tmp-1726888189.9668438-144149-265799243341855 <<< 138029 1726888190.15746: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888190.15783: stderr chunk (state=3): >>><<< 138029 1726888190.15787: stdout chunk (state=3): >>><<< 138029 1726888190.15802: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888189.9668438-144149-265799243341855=/root/.ansible/tmp/ansible-tmp-1726888189.9668438-144149-265799243341855 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888190.15833: variable 'ansible_module_compression' from source: unknown 138029 1726888190.15877: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888190.15910: variable 'ansible_facts' from source: unknown 138029 1726888190.15968: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888189.9668438-144149-265799243341855/AnsiballZ_command.py 138029 1726888190.16071: Sending initial data 138029 1726888190.16074: Sent initial data (158 bytes) 138029 1726888190.16521: 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 <<< 138029 1726888190.16525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888190.16528: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888190.16530: 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 <<< 138029 1726888190.16532: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888190.16585: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888190.16592: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888190.16642: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888190.18283: 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 <<< 138029 1726888190.18287: stderr chunk (state=3): >>>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 <<< 138029 1726888190.18326: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888190.18386: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmppujbf993 /root/.ansible/tmp/ansible-tmp-1726888189.9668438-144149-265799243341855/AnsiballZ_command.py <<< 138029 1726888190.18390: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888189.9668438-144149-265799243341855/AnsiballZ_command.py" <<< 138029 1726888190.18426: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmppujbf993" to remote "/root/.ansible/tmp/ansible-tmp-1726888189.9668438-144149-265799243341855/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888189.9668438-144149-265799243341855/AnsiballZ_command.py" <<< 138029 1726888190.19328: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888190.19331: stdout chunk (state=3): >>><<< 138029 1726888190.19334: stderr chunk (state=3): >>><<< 138029 1726888190.19335: done transferring module to remote 138029 1726888190.19352: _low_level_execute_command(): starting 138029 1726888190.19364: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888189.9668438-144149-265799243341855/ /root/.ansible/tmp/ansible-tmp-1726888189.9668438-144149-265799243341855/AnsiballZ_command.py && sleep 0' 138029 1726888190.19921: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888190.19934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888190.19952: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888190.19994: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888190.20010: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888190.20057: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888190.21897: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888190.21900: stdout chunk (state=3): >>><<< 138029 1726888190.21902: stderr chunk (state=3): >>><<< 138029 1726888190.21915: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888190.21923: _low_level_execute_command(): starting 138029 1726888190.22015: _low_level_execute_command(): using become for this command 138029 1726888190.22018: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-cpfviywkactvvlkuorbadbtammudioof ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888189.9668438-144149-265799243341855/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888190.22072: Initial state: awaiting_escalation: BECOME-SUCCESS-cpfviywkactvvlkuorbadbtammudioof 138029 1726888190.22593: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888190.22613: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888190.22654: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888190.22708: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888190.25670: stdout chunk (state=1): >>>BECOME-SUCCESS-cpfviywkactvvlkuorbadbtammudioof <<< 138029 1726888190.25672: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-cpfviywkactvvlkuorbadbtammudioof' 138029 1726888190.25996: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888190.26033: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888190.26068: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888190.26076: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888190.26136: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888190.26146: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888190.26178: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888190.26207: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888190.26244: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888190.26294: 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' <<< 138029 1726888190.26324: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888190.26347: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888190.26382: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888190.26402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888190.26416: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a8183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a7e7a10> <<< 138029 1726888190.26452: 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' <<< 138029 1726888190.26459: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a81a960> <<< 138029 1726888190.26482: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888190.26506: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888190.26514: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888190.26528: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888190.26581: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888190.26652: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888190.26685: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888190.26687: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888190.26718: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888190.26722: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888190.26746: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888190.26760: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888190.26771: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888190.26777: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888190.26806: 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 <<< 138029 1726888190.26810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888190.26839: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a62cfe0> <<< 138029 1726888190.26897: 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 <<< 138029 1726888190.26908: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888190.26914: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a62dfd0> <<< 138029 1726888190.26942: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888190.26973: 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. <<< 138029 1726888190.27200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888190.27212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888190.27246: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888190.27250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888190.27275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888190.27312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888190.27337: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888190.27371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888190.27374: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a673dd0> <<< 138029 1726888190.27393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888190.27413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888190.27447: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888190.27459: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a673fe0> <<< 138029 1726888190.27467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888190.27492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888190.27518: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888190.27567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888190.27592: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888190.27618: 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 0x7fc18a6a37d0> <<< 138029 1726888190.27646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888190.27659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888190.27671: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6a3e60> <<< 138029 1726888190.27677: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888190.27728: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a683a70> <<< 138029 1726888190.27736: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888190.27772: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6811c0> <<< 138029 1726888190.27867: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a670f80> <<< 138029 1726888190.27899: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888190.27913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888190.27929: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888190.27951: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888190.27976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888190.28003: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888190.28007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888190.28048: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6c7800> <<< 138029 1726888190.28056: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6c6420> <<< 138029 1726888190.28087: 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' <<< 138029 1726888190.28094: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6c4bc0> <<< 138029 1726888190.28142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888190.28153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6f8860> <<< 138029 1726888190.28163: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a670200> <<< 138029 1726888190.28186: 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' <<< 138029 1726888190.28219: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888190.28222: 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 0x7fc18a6f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6f8bc0> <<< 138029 1726888190.28258: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888190.28263: 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 0x7fc18a6f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a666d20> <<< 138029 1726888190.28294: 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' <<< 138029 1726888190.28317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888190.28353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888190.28365: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6f92b0> <<< 138029 1726888190.28372: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888190.28400: 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' <<< 138029 1726888190.28415: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6fa4e0> <<< 138029 1726888190.28459: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888190.28463: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888190.28485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888190.28505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888190.28528: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888190.28533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a7106e0> <<< 138029 1726888190.28566: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888190.28578: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888190.28597: 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 0x7fc18a711dc0> <<< 138029 1726888190.28609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888190.28624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888190.28644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888190.28663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888190.28668: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a712c30> <<< 138029 1726888190.28712: 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 0x7fc18a713260> <<< 138029 1726888190.28717: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a712180> <<< 138029 1726888190.28743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888190.28757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888190.28800: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888190.28811: 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 0x7fc18a713ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a713410> <<< 138029 1726888190.28868: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6fa450> <<< 138029 1726888190.28891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888190.28904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888190.28930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888190.28954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888190.29000: 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' <<< 138029 1726888190.29015: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc18a493b30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888190.29047: 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 0x7fc18a4c0560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a4c02f0> <<< 138029 1726888190.29070: 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 0x7fc18a4c0590> <<< 138029 1726888190.29116: 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' <<< 138029 1726888190.29179: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888190.29312: 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 0x7fc18a4c0e60> <<< 138029 1726888190.29413: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888190.29416: 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 0x7fc18a4c1850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a4c0770> <<< 138029 1726888190.29441: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a491cd0> <<< 138029 1726888190.29472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888190.29497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888190.29533: 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' <<< 138029 1726888190.29549: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a4c2b70> <<< 138029 1726888190.29601: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a711d00> <<< 138029 1726888190.29607: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6fac00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888190.29667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888190.29681: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888190.29728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888190.29759: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a4eae70> <<< 138029 1726888190.29807: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888190.29816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888190.29841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888190.29859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888190.29926: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a513230> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888190.29970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888190.30021: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888190.30059: 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 0x7fc18a53bf50> <<< 138029 1726888190.30087: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888190.30110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888190.30135: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888190.30172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888190.30264: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a56e6f0> <<< 138029 1726888190.30329: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a53bdd0> <<< 138029 1726888190.30376: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a513ec0> <<< 138029 1726888190.30388: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 138029 1726888190.30425: 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 0x7fc18a379040> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a512030> <<< 138029 1726888190.30428: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a4c3a70> <<< 138029 1726888190.35638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888190.35659: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc18a512630> <<< 138029 1726888190.37676: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_8hil6l1y/ansible_ansible.legacy.command_payload.zip' <<< 138029 1726888190.37686: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.37812: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.37845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888190.37854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888190.37903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888190.37980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888190.38021: 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' <<< 138029 1726888190.38027: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a3cade0> import '_typing' # <<< 138029 1726888190.38225: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a3adcd0> <<< 138029 1726888190.38240: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a3ace30> # zipimport: zlib available <<< 138029 1726888190.38273: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888190.38278: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.38296: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.38314: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.38324: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888190.38346: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.39771: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.40880: 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 0x7fc18a3c90d0> <<< 138029 1726888190.40910: 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' <<< 138029 1726888190.40942: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888190.40946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888190.40975: 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' <<< 138029 1726888190.41005: 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 0x7fc18a3fa6c0> <<< 138029 1726888190.41061: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a3fa480> <<< 138029 1726888190.41116: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a3f9d90> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888190.41153: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a3fa1e0> <<< 138029 1726888190.41164: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6829c0> import 'atexit' # <<< 138029 1726888190.41192: 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 0x7fc18a3fb4a0> <<< 138029 1726888190.41222: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888190.41238: 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 0x7fc18a3fb680> <<< 138029 1726888190.41249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888190.41291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888190.41302: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888190.41350: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a3fbbc0> <<< 138029 1726888190.41384: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888190.41387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888190.41410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888190.41444: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d199a0> <<< 138029 1726888190.41489: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888190.41495: 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 0x7fc189d1b5c0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888190.41519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888190.41549: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d1bf80> <<< 138029 1726888190.41572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888190.41604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888190.41617: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d21160> <<< 138029 1726888190.41639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888190.41675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888190.41701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888190.41704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888190.41757: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d23bc0> <<< 138029 1726888190.41793: 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 0x7fc18a712ba0> <<< 138029 1726888190.41810: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d21e80> <<< 138029 1726888190.41837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888190.41864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888190.41891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888190.41910: 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 <<< 138029 1726888190.41939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888190.41968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888190.41975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d27ad0> <<< 138029 1726888190.41994: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888190.42056: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d265a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d26300> <<< 138029 1726888190.42079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888190.42086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888190.42169: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d26870> <<< 138029 1726888190.42193: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d22300> <<< 138029 1726888190.42221: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888190.42226: 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 0x7fc189d6bd40> <<< 138029 1726888190.42268: 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 0x7fc189d6bf20> <<< 138029 1726888190.42278: 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 <<< 138029 1726888190.42295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888190.42312: 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' <<< 138029 1726888190.42352: 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 0x7fc189d6d850> <<< 138029 1726888190.42376: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d6d640> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888190.42505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888190.42547: 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 0x7fc189d6fdd0> <<< 138029 1726888190.42551: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d6df40> <<< 138029 1726888190.42575: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888190.42611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888190.42632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888190.42643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888190.42665: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888190.42695: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d735c0> <<< 138029 1726888190.42815: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d6ff50> <<< 138029 1726888190.42887: 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 0x7fc189d74860> <<< 138029 1726888190.42909: 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 0x7fc189d745c0> <<< 138029 1726888190.42954: 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' <<< 138029 1726888190.42963: 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 0x7fc189d74830> <<< 138029 1726888190.42968: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d6bec0> <<< 138029 1726888190.42994: 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' <<< 138029 1726888190.43006: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888190.43033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888190.43063: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888190.43094: 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 0x7fc189d77fb0> <<< 138029 1726888190.43240: 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 0x7fc189c01070> <<< 138029 1726888190.43288: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d76750> <<< 138029 1726888190.43293: 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 0x7fc189d77b00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d763f0> <<< 138029 1726888190.43317: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888190.43412: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.43432: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.43538: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.43550: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888190.43579: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.43592: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888190.43707: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.43824: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.44377: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.44916: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888190.44947: 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 <<< 138029 1726888190.44967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888190.45001: 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 0x7fc189c05220> <<< 138029 1726888190.45121: 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' <<< 138029 1726888190.45124: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189c06030> <<< 138029 1726888190.45205: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189c01490> import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888190.45238: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888190.45411: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.45562: 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 0x7fc189c06870> <<< 138029 1726888190.45610: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.46246: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.46458: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.46573: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.46641: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888190.46662: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.46693: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888190.46705: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.46771: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.46862: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888190.46892: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.46906: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888190.46945: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.46996: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888190.47007: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.47214: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.47441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888190.47493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888190.47512: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888190.47582: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189c07440> <<< 138029 1726888190.47591: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.47664: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.47749: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888190.47759: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888190.47779: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.47825: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.47870: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888190.47876: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.47916: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.47969: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.48018: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.48091: 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 <<< 138029 1726888190.48124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888190.48208: 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 0x7fc189c11d90> <<< 138029 1726888190.48250: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189c0f290> <<< 138029 1726888190.48288: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888190.48367: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.48417: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.48449: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.48489: 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' <<< 138029 1726888190.48513: 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 <<< 138029 1726888190.48533: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888190.48557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888190.48612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888190.48634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888190.48650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888190.48710: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d027e0> <<< 138029 1726888190.48747: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a41e4b0> <<< 138029 1726888190.48838: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189c11e20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d74d70> <<< 138029 1726888190.48841: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888190.48847: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.48875: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.48902: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888190.48957: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888190.48978: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.48987: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888190.49006: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.49127: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.49233: 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' <<< 138029 1726888190.49272: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a419a30> <<< 138029 1726888190.49339: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888190.58257: stdout chunk (state=3): >>> {"changed": true, "stdout": " LVM2_LV_NAME=Lv2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear", "stderr": "", "rc": 0, "cmd": ["lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv2"], "start": "2024-09-20 23:09:50.493682", "end": "2024-09-20 23:09:50.581000", "delta": "0:00:00.087318", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/Lv2\n", "_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}}} <<< 138029 1726888190.58275: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888190.58732: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888190.58766: 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 <<< 138029 1726888190.58812: stdout chunk (state=3): >>># cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect <<< 138029 1726888190.58828: 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 <<< 138029 1726888190.58872: stdout chunk (state=3): >>># cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat <<< 138029 1726888190.58921: 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 <<< 138029 1726888190.59203: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 <<< 138029 1726888190.59217: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888190.59254: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888190.59310: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888190.59318: 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 <<< 138029 1726888190.59353: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888190.59361: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888190.59409: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch <<< 138029 1726888190.59413: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888190.59415: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888190.59439: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro <<< 138029 1726888190.59454: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888190.59500: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888190.59542: 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 <<< 138029 1726888190.59599: 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 <<< 138029 1726888190.59604: 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 <<< 138029 1726888190.59627: 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 <<< 138029 1726888190.59649: 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 <<< 138029 1726888190.59778: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888190.59805: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888190.59809: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888190.59852: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888190.59894: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888190.59913: 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 <<< 138029 1726888190.59923: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888190.60035: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888190.60086: 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 <<< 138029 1726888190.60117: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 138029 1726888190.60124: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix <<< 138029 1726888190.60138: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888190.60629: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888190.60663: stderr chunk (state=3): >>><<< 138029 1726888190.60667: stdout chunk (state=3): >>><<< 138029 1726888190.60733: _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 0x7fc18a8183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a7e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a81a960> 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 0x7fc18a62cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fc18a62dfd0> 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 0x7fc18a673dd0> # /usr/lib64/python3.12/__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 0x7fc18a673fe0> # /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 0x7fc18a6a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a683a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a670f80> # /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 0x7fc18a6c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6c4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a670200> # /usr/lib64/python3.12/__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 0x7fc18a6f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc18a6f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a666d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fc18a6f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6f92b0> 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 0x7fc18a6fa4e0> 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 0x7fc18a7106e0> 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 0x7fc18a711dc0> # /usr/lib64/python3.12/__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 0x7fc18a712c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc18a713260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a712180> # /usr/lib64/python3.12/__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 0x7fc18a713ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a713410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6fa450> # /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 0x7fc18a493b30> # /usr/lib64/python3.12/__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 0x7fc18a4c0560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a4c02f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc18a4c0590> # /usr/lib64/python3.12/__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 0x7fc18a4c0e60> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc18a4c1850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a4c0770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a491cd0> # /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 0x7fc18a4c2b70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a711d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6fac00> # /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 0x7fc18a4eae70> # /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 0x7fc18a513230> # /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 0x7fc18a53bf50> # /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 0x7fc18a56e6f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a53bdd0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a513ec0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a379040> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a512030> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a4c3a70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc18a512630> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_8hil6l1y/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 0x7fc18a3cade0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a3adcd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a3ace30> # 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 0x7fc18a3c90d0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fc18a3fa6c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a3fa480> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a3f9d90> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fc18a3fa1e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a6829c0> 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 0x7fc18a3fb4a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc18a3fb680> # /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 0x7fc18a3fbbc0> 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 0x7fc189d199a0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc189d1b5c0> # /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 0x7fc189d1bf80> # /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 0x7fc189d21160> # /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 0x7fc189d23bc0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc18a712ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d21e80> # /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 0x7fc189d27ad0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d265a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d26300> # /usr/lib64/python3.12/__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 0x7fc189d26870> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d22300> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc189d6bd40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d6bf20> # /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 0x7fc189d6d850> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d6d640> # /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 0x7fc189d6fdd0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d6df40> # /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 0x7fc189d735c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d6ff50> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc189d74860> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc189d745c0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc189d74830> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d6bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fc189d77fb0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc189c01070> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d76750> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc189d77b00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d763f0> # 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 0x7fc189c05220> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fc189c06030> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189c01490> 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 0x7fc189c06870> # 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 0x7fc189c07440> # 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 0x7fc189c11d90> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189c0f290> 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 0x7fc189d027e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc18a41e4b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189c11e20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc189d74d70> # 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 0x7fc18a419a30> # zipimport: zlib available {"changed": true, "stdout": " LVM2_LV_NAME=Lv2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear", "stderr": "", "rc": 0, "cmd": ["lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv2"], "start": "2024-09-20 23:09:50.493682", "end": "2024-09-20 23:09:50.581000", "delta": "0:00:00.087318", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/Lv2\n", "_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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888190.61262: done with _execute_module (ansible.legacy.command, {'_raw_params': 'lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/Lv2\n', '_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-1726888189.9668438-144149-265799243341855/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888190.61266: _low_level_execute_command(): starting 138029 1726888190.61269: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888189.9668438-144149-265799243341855/ > /dev/null 2>&1 && sleep 0' 138029 1726888190.61401: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888190.61420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888190.61423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888190.61479: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888190.61482: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888190.61490: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888190.61537: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888190.64971: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888190.64974: stdout chunk (state=3): >>><<< 138029 1726888190.64980: stderr chunk (state=3): >>><<< 138029 1726888190.65013: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888190.65016: handler run complete 138029 1726888190.65073: Evaluated conditional (False): False 138029 1726888190.65079: attempt loop complete, returning result 138029 1726888190.65082: _execute() done 138029 1726888190.65084: dumping result to json 138029 1726888190.65086: done dumping result, returning 138029 1726888190.65088: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-00000000227a] 138029 1726888190.65090: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000227a 138029 1726888190.65232: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000227a 138029 1726888190.65234: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv2" ], "delta": "0:00:00.087318", "end": "2024-09-20 23:09:50.581000", "rc": 0, "start": "2024-09-20 23:09:50.493682" } STDOUT: LVM2_LV_NAME=Lv2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear 138029 1726888190.65346: no more pending results, returning what we have 138029 1726888190.65350: results queue empty 138029 1726888190.65351: checking for any_errors_fatal 138029 1726888190.65360: done checking for any_errors_fatal 138029 1726888190.65361: checking for max_fail_percentage 138029 1726888190.65363: done checking for max_fail_percentage 138029 1726888190.65363: checking to see if all hosts have failed and the running result is not ok 138029 1726888190.65368: done checking to see if all hosts have failed 138029 1726888190.65369: getting the remaining hosts for this loop 138029 1726888190.65370: done getting the remaining hosts for this loop 138029 1726888190.65374: getting the next task for host managed_node3 138029 1726888190.65383: done getting next task for host managed_node3 138029 1726888190.65386: ^ task is: TASK: Set LV segment type 138029 1726888190.65392: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888190.65399: getting variables 138029 1726888190.65401: in VariableManager get_vars() 138029 1726888190.65435: Calling all_inventory to load vars for managed_node3 138029 1726888190.65441: Calling groups_inventory to load vars for managed_node3 138029 1726888190.65443: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888190.65509: Calling all_plugins_play to load vars for managed_node3 138029 1726888190.65552: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888190.65567: Calling groups_plugins_play to load vars for managed_node3 138029 1726888190.66213: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888190.66931: done with get_vars() 138029 1726888190.66953: done getting variables 138029 1726888190.67039: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:50 -0400 (0:00:00.760) 0:03:23.394 ****** 138029 1726888190.67089: entering _queue_task() for managed_node3/set_fact 138029 1726888190.67396: worker is 1 (out of 1 available) 138029 1726888190.67409: exiting _queue_task() for managed_node3/set_fact 138029 1726888190.67421: done queuing things up, now waiting for results queue to drain 138029 1726888190.67423: waiting for pending results... 138029 1726888190.67705: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888190.67848: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000227b 138029 1726888190.67860: variable 'ansible_search_path' from source: unknown 138029 1726888190.67894: calling self._execute() 138029 1726888190.68041: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888190.68046: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888190.68162: variable 'omit' from source: magic vars 138029 1726888190.68543: variable 'storage_test_volume' from source: include params 138029 1726888190.68574: variable '_storage_test_volume_present' from source: set_fact 138029 1726888190.68595: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888190.68599: variable 'omit' from source: magic vars 138029 1726888190.68648: variable 'omit' from source: magic vars 138029 1726888190.68775: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888190.70544: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888190.70592: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888190.70619: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888190.70653: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888190.70682: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888190.70739: variable 'lvs' from source: set_fact 138029 1726888190.70801: variable 'omit' from source: magic vars 138029 1726888190.70823: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888190.70843: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888190.70858: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888190.70873: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888190.70882: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888190.70899: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888190.70910: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888190.70931: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888190.70934: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888190.70937: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888190.71020: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888190.71023: Set connection var ansible_timeout to 10 138029 1726888190.71029: Set connection var ansible_pipelining to False 138029 1726888190.71031: Set connection var ansible_shell_type to sh 138029 1726888190.71034: Set connection var ansible_connection to ssh 138029 1726888190.71038: Set connection var ansible_shell_executable to /bin/sh 138029 1726888190.71058: variable 'ansible_shell_executable' from source: unknown 138029 1726888190.71062: variable 'ansible_connection' from source: unknown 138029 1726888190.71064: variable 'ansible_module_compression' from source: unknown 138029 1726888190.71066: variable 'ansible_shell_type' from source: unknown 138029 1726888190.71071: variable 'ansible_shell_executable' from source: unknown 138029 1726888190.71073: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888190.71078: variable 'ansible_pipelining' from source: unknown 138029 1726888190.71080: variable 'ansible_timeout' from source: unknown 138029 1726888190.71084: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888190.71159: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888190.71170: variable 'omit' from source: magic vars 138029 1726888190.71175: starting attempt loop 138029 1726888190.71178: running the handler 138029 1726888190.71186: handler run complete 138029 1726888190.71193: attempt loop complete, returning result 138029 1726888190.71196: _execute() done 138029 1726888190.71198: dumping result to json 138029 1726888190.71200: done dumping result, returning 138029 1726888190.71207: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-00000000227b] 138029 1726888190.71212: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000227b 138029 1726888190.71293: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000227b 138029 1726888190.71296: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } 138029 1726888190.71383: no more pending results, returning what we have 138029 1726888190.71386: results queue empty 138029 1726888190.71387: checking for any_errors_fatal 138029 1726888190.71396: done checking for any_errors_fatal 138029 1726888190.71397: checking for max_fail_percentage 138029 1726888190.71399: done checking for max_fail_percentage 138029 1726888190.71400: checking to see if all hosts have failed and the running result is not ok 138029 1726888190.71401: done checking to see if all hosts have failed 138029 1726888190.71401: getting the remaining hosts for this loop 138029 1726888190.71403: done getting the remaining hosts for this loop 138029 1726888190.71406: getting the next task for host managed_node3 138029 1726888190.71413: done getting next task for host managed_node3 138029 1726888190.71416: ^ task is: TASK: Check segment type 138029 1726888190.71421: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888190.71431: getting variables 138029 1726888190.71435: in VariableManager get_vars() 138029 1726888190.71467: Calling all_inventory to load vars for managed_node3 138029 1726888190.71470: Calling groups_inventory to load vars for managed_node3 138029 1726888190.71473: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888190.71482: Calling all_plugins_play to load vars for managed_node3 138029 1726888190.71485: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888190.71487: Calling groups_plugins_play to load vars for managed_node3 138029 1726888190.71885: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888190.72469: done with get_vars() 138029 1726888190.72480: done getting variables 138029 1726888190.72518: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:50 -0400 (0:00:00.054) 0:03:23.448 ****** 138029 1726888190.72542: entering _queue_task() for managed_node3/assert 138029 1726888190.72752: worker is 1 (out of 1 available) 138029 1726888190.72770: exiting _queue_task() for managed_node3/assert 138029 1726888190.72782: done queuing things up, now waiting for results queue to drain 138029 1726888190.72783: waiting for pending results... 138029 1726888190.72979: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888190.73085: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000227c 138029 1726888190.73096: variable 'ansible_search_path' from source: unknown 138029 1726888190.73126: calling self._execute() 138029 1726888190.73227: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888190.73239: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888190.73247: variable 'omit' from source: magic vars 138029 1726888190.73566: variable 'storage_test_volume' from source: include params 138029 1726888190.73584: variable '_storage_test_volume_present' from source: set_fact 138029 1726888190.73596: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888190.73601: variable 'omit' from source: magic vars 138029 1726888190.73643: variable 'omit' from source: magic vars 138029 1726888190.73732: variable 'storage_test_lv_segtype' from source: set_fact 138029 1726888190.73736: variable 'storage_test_volume' from source: include params 138029 1726888190.73773: variable 'omit' from source: magic vars 138029 1726888190.73805: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888190.73830: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888190.73845: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888190.73859: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888190.73871: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888190.73890: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888190.73899: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888190.73922: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888190.73925: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888190.73928: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888190.74013: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888190.74016: Set connection var ansible_timeout to 10 138029 1726888190.74022: Set connection var ansible_pipelining to False 138029 1726888190.74024: Set connection var ansible_shell_type to sh 138029 1726888190.74027: Set connection var ansible_connection to ssh 138029 1726888190.74031: Set connection var ansible_shell_executable to /bin/sh 138029 1726888190.74049: variable 'ansible_shell_executable' from source: unknown 138029 1726888190.74052: variable 'ansible_connection' from source: unknown 138029 1726888190.74054: variable 'ansible_module_compression' from source: unknown 138029 1726888190.74058: variable 'ansible_shell_type' from source: unknown 138029 1726888190.74061: variable 'ansible_shell_executable' from source: unknown 138029 1726888190.74064: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888190.74071: variable 'ansible_pipelining' from source: unknown 138029 1726888190.74073: variable 'ansible_timeout' from source: unknown 138029 1726888190.74077: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888190.74180: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888190.74188: variable 'omit' from source: magic vars 138029 1726888190.74193: starting attempt loop 138029 1726888190.74196: running the handler 138029 1726888190.74340: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888190.75843: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888190.75897: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888190.75922: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888190.75952: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888190.75972: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888190.76048: variable 'storage_test_volume' from source: include params 138029 1726888190.76061: variable 'storage_test_lv_segtype' from source: set_fact 138029 1726888190.76074: Evaluated conditional (storage_test_volume.cached | ternary(storage_test_lv_segtype[0] == 'cache', storage_test_lv_segtype[0] != 'cache')): True 138029 1726888190.76080: handler run complete 138029 1726888190.76089: attempt loop complete, returning result 138029 1726888190.76092: _execute() done 138029 1726888190.76095: dumping result to json 138029 1726888190.76097: done dumping result, returning 138029 1726888190.76104: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-00000000227c] 138029 1726888190.76108: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000227c 138029 1726888190.76194: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000227c 138029 1726888190.76197: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888190.76242: no more pending results, returning what we have 138029 1726888190.76245: results queue empty 138029 1726888190.76246: checking for any_errors_fatal 138029 1726888190.76270: done checking for any_errors_fatal 138029 1726888190.76271: checking for max_fail_percentage 138029 1726888190.76274: done checking for max_fail_percentage 138029 1726888190.76275: checking to see if all hosts have failed and the running result is not ok 138029 1726888190.76276: done checking to see if all hosts have failed 138029 1726888190.76276: getting the remaining hosts for this loop 138029 1726888190.76278: done getting the remaining hosts for this loop 138029 1726888190.76282: getting the next task for host managed_node3 138029 1726888190.76289: done getting next task for host managed_node3 138029 1726888190.76292: ^ task is: TASK: Set LV cache size 138029 1726888190.76299: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888190.76309: getting variables 138029 1726888190.76311: in VariableManager get_vars() 138029 1726888190.76343: Calling all_inventory to load vars for managed_node3 138029 1726888190.76345: Calling groups_inventory to load vars for managed_node3 138029 1726888190.76348: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888190.76359: Calling all_plugins_play to load vars for managed_node3 138029 1726888190.76362: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888190.76367: Calling groups_plugins_play to load vars for managed_node3 138029 1726888190.76775: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888190.77171: done with get_vars() 138029 1726888190.77183: done getting variables 138029 1726888190.77221: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:50 -0400 (0:00:00.047) 0:03:23.496 ****** 138029 1726888190.77245: entering _queue_task() for managed_node3/set_fact 138029 1726888190.77452: worker is 1 (out of 1 available) 138029 1726888190.77469: exiting _queue_task() for managed_node3/set_fact 138029 1726888190.77481: done queuing things up, now waiting for results queue to drain 138029 1726888190.77482: waiting for pending results... 138029 1726888190.77660: running TaskExecutor() for managed_node3/TASK: Set LV cache size 138029 1726888190.77738: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000227d 138029 1726888190.77752: variable 'ansible_search_path' from source: unknown 138029 1726888190.77782: calling self._execute() 138029 1726888190.77874: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888190.77880: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888190.77888: variable 'omit' from source: magic vars 138029 1726888190.78201: variable 'storage_test_volume' from source: include params 138029 1726888190.78217: variable '_storage_test_volume_present' from source: set_fact 138029 1726888190.78228: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888190.78344: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888190.79775: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888190.79831: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888190.79859: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888190.79887: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888190.79907: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888190.79968: variable 'storage_test_volume' from source: include params 138029 1726888190.79984: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888190.79987: when evaluation is False, skipping this task 138029 1726888190.79990: _execute() done 138029 1726888190.79993: dumping result to json 138029 1726888190.79995: done dumping result, returning 138029 1726888190.79999: done running TaskExecutor() for managed_node3/TASK: Set LV cache size [0affc8a3-6f6f-5a58-73a2-00000000227d] 138029 1726888190.80009: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000227d 138029 1726888190.80095: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000227d 138029 1726888190.80098: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888190.80159: no more pending results, returning what we have 138029 1726888190.80162: results queue empty 138029 1726888190.80163: checking for any_errors_fatal 138029 1726888190.80173: done checking for any_errors_fatal 138029 1726888190.80174: checking for max_fail_percentage 138029 1726888190.80175: done checking for max_fail_percentage 138029 1726888190.80176: checking to see if all hosts have failed and the running result is not ok 138029 1726888190.80177: done checking to see if all hosts have failed 138029 1726888190.80177: getting the remaining hosts for this loop 138029 1726888190.80179: done getting the remaining hosts for this loop 138029 1726888190.80182: getting the next task for host managed_node3 138029 1726888190.80190: done getting next task for host managed_node3 138029 1726888190.80192: ^ task is: TASK: Parse the requested cache size 138029 1726888190.80199: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888190.80203: getting variables 138029 1726888190.80204: in VariableManager get_vars() 138029 1726888190.80233: Calling all_inventory to load vars for managed_node3 138029 1726888190.80235: Calling groups_inventory to load vars for managed_node3 138029 1726888190.80238: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888190.80246: Calling all_plugins_play to load vars for managed_node3 138029 1726888190.80249: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888190.80251: Calling groups_plugins_play to load vars for managed_node3 138029 1726888190.80638: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888190.81031: done with get_vars() 138029 1726888190.81042: 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:09:50 -0400 (0:00:00.038) 0:03:23.534 ****** 138029 1726888190.81104: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888190.81304: worker is 1 (out of 1 available) 138029 1726888190.81318: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888190.81330: done queuing things up, now waiting for results queue to drain 138029 1726888190.81332: waiting for pending results... 138029 1726888190.81517: running TaskExecutor() for managed_node3/TASK: Parse the requested cache size 138029 1726888190.81608: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000227e 138029 1726888190.81621: variable 'ansible_search_path' from source: unknown 138029 1726888190.81647: calling self._execute() 138029 1726888190.81741: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888190.81745: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888190.81756: variable 'omit' from source: magic vars 138029 1726888190.82086: variable 'storage_test_volume' from source: include params 138029 1726888190.82110: variable '_storage_test_volume_present' from source: set_fact 138029 1726888190.82114: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888190.82235: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888190.83678: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888190.83733: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888190.83763: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888190.83789: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888190.83828: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888190.83890: variable 'storage_test_volume' from source: include params 138029 1726888190.83909: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888190.83912: when evaluation is False, skipping this task 138029 1726888190.83915: _execute() done 138029 1726888190.83917: dumping result to json 138029 1726888190.83920: done dumping result, returning 138029 1726888190.83926: done running TaskExecutor() for managed_node3/TASK: Parse the requested cache size [0affc8a3-6f6f-5a58-73a2-00000000227e] 138029 1726888190.83931: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000227e 138029 1726888190.84016: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000227e 138029 1726888190.84019: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888190.84072: no more pending results, returning what we have 138029 1726888190.84075: results queue empty 138029 1726888190.84076: checking for any_errors_fatal 138029 1726888190.84087: done checking for any_errors_fatal 138029 1726888190.84088: checking for max_fail_percentage 138029 1726888190.84090: done checking for max_fail_percentage 138029 1726888190.84091: checking to see if all hosts have failed and the running result is not ok 138029 1726888190.84092: done checking to see if all hosts have failed 138029 1726888190.84092: getting the remaining hosts for this loop 138029 1726888190.84094: done getting the remaining hosts for this loop 138029 1726888190.84097: getting the next task for host managed_node3 138029 1726888190.84105: done getting next task for host managed_node3 138029 1726888190.84108: ^ task is: TASK: Set expected cache size 138029 1726888190.84114: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888190.84118: getting variables 138029 1726888190.84119: in VariableManager get_vars() 138029 1726888190.84160: Calling all_inventory to load vars for managed_node3 138029 1726888190.84163: Calling groups_inventory to load vars for managed_node3 138029 1726888190.84166: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888190.84175: Calling all_plugins_play to load vars for managed_node3 138029 1726888190.84178: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888190.84180: Calling groups_plugins_play to load vars for managed_node3 138029 1726888190.84576: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888190.84965: done with get_vars() 138029 1726888190.84976: done getting variables 138029 1726888190.85017: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:50 -0400 (0:00:00.039) 0:03:23.573 ****** 138029 1726888190.85039: entering _queue_task() for managed_node3/set_fact 138029 1726888190.85245: worker is 1 (out of 1 available) 138029 1726888190.85260: exiting _queue_task() for managed_node3/set_fact 138029 1726888190.85272: done queuing things up, now waiting for results queue to drain 138029 1726888190.85274: waiting for pending results... 138029 1726888190.85459: running TaskExecutor() for managed_node3/TASK: Set expected cache size 138029 1726888190.85543: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000227f 138029 1726888190.85558: variable 'ansible_search_path' from source: unknown 138029 1726888190.85587: calling self._execute() 138029 1726888190.85680: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888190.85684: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888190.85692: variable 'omit' from source: magic vars 138029 1726888190.86000: variable 'storage_test_volume' from source: include params 138029 1726888190.86017: variable '_storage_test_volume_present' from source: set_fact 138029 1726888190.86028: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888190.86146: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888190.87884: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888190.87928: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888190.87954: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888190.87992: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888190.88015: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888190.88073: variable 'storage_test_volume' from source: include params 138029 1726888190.88091: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888190.88094: when evaluation is False, skipping this task 138029 1726888190.88097: _execute() done 138029 1726888190.88100: dumping result to json 138029 1726888190.88102: done dumping result, returning 138029 1726888190.88111: done running TaskExecutor() for managed_node3/TASK: Set expected cache size [0affc8a3-6f6f-5a58-73a2-00000000227f] 138029 1726888190.88114: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000227f 138029 1726888190.88201: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000227f 138029 1726888190.88204: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888190.88258: no more pending results, returning what we have 138029 1726888190.88262: results queue empty 138029 1726888190.88263: checking for any_errors_fatal 138029 1726888190.88269: done checking for any_errors_fatal 138029 1726888190.88270: checking for max_fail_percentage 138029 1726888190.88272: done checking for max_fail_percentage 138029 1726888190.88273: checking to see if all hosts have failed and the running result is not ok 138029 1726888190.88274: done checking to see if all hosts have failed 138029 1726888190.88275: getting the remaining hosts for this loop 138029 1726888190.88276: done getting the remaining hosts for this loop 138029 1726888190.88279: getting the next task for host managed_node3 138029 1726888190.88288: done getting next task for host managed_node3 138029 1726888190.88290: ^ task is: TASK: Check cache size 138029 1726888190.88296: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888190.88300: getting variables 138029 1726888190.88302: in VariableManager get_vars() 138029 1726888190.88334: Calling all_inventory to load vars for managed_node3 138029 1726888190.88336: Calling groups_inventory to load vars for managed_node3 138029 1726888190.88339: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888190.88348: Calling all_plugins_play to load vars for managed_node3 138029 1726888190.88351: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888190.88353: Calling groups_plugins_play to load vars for managed_node3 138029 1726888190.88757: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888190.89326: done with get_vars() 138029 1726888190.89338: done getting variables 138029 1726888190.89381: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:50 -0400 (0:00:00.043) 0:03:23.617 ****** 138029 1726888190.89403: entering _queue_task() for managed_node3/assert 138029 1726888190.89612: worker is 1 (out of 1 available) 138029 1726888190.89625: exiting _queue_task() for managed_node3/assert 138029 1726888190.89637: done queuing things up, now waiting for results queue to drain 138029 1726888190.89639: waiting for pending results... 138029 1726888190.89829: running TaskExecutor() for managed_node3/TASK: Check cache size 138029 1726888190.89935: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002280 138029 1726888190.89947: variable 'ansible_search_path' from source: unknown 138029 1726888190.89982: calling self._execute() 138029 1726888190.90073: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888190.90078: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888190.90101: variable 'omit' from source: magic vars 138029 1726888190.90401: variable 'storage_test_volume' from source: include params 138029 1726888190.90419: variable '_storage_test_volume_present' from source: set_fact 138029 1726888190.90431: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888190.90564: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888190.92271: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888190.92470: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888190.92474: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888190.92477: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888190.92512: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888190.92623: variable 'storage_test_volume' from source: include params 138029 1726888190.92664: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888190.92679: when evaluation is False, skipping this task 138029 1726888190.92692: _execute() done 138029 1726888190.92705: dumping result to json 138029 1726888190.92714: done dumping result, returning 138029 1726888190.92727: done running TaskExecutor() for managed_node3/TASK: Check cache size [0affc8a3-6f6f-5a58-73a2-000000002280] 138029 1726888190.92745: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002280 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888190.92947: no more pending results, returning what we have 138029 1726888190.92951: results queue empty 138029 1726888190.92952: checking for any_errors_fatal 138029 1726888190.92963: done checking for any_errors_fatal 138029 1726888190.92964: checking for max_fail_percentage 138029 1726888190.92967: done checking for max_fail_percentage 138029 1726888190.92968: checking to see if all hosts have failed and the running result is not ok 138029 1726888190.92969: done checking to see if all hosts have failed 138029 1726888190.92970: getting the remaining hosts for this loop 138029 1726888190.92972: done getting the remaining hosts for this loop 138029 1726888190.92975: getting the next task for host managed_node3 138029 1726888190.92985: done getting next task for host managed_node3 138029 1726888190.92987: ^ task is: TASK: Clean up facts 138029 1726888190.92993: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888190.92999: getting variables 138029 1726888190.93000: in VariableManager get_vars() 138029 1726888190.93032: Calling all_inventory to load vars for managed_node3 138029 1726888190.93034: Calling groups_inventory to load vars for managed_node3 138029 1726888190.93037: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888190.93046: Calling all_plugins_play to load vars for managed_node3 138029 1726888190.93049: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888190.93052: Calling groups_plugins_play to load vars for managed_node3 138029 1726888190.93089: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002280 138029 1726888190.93092: WORKER PROCESS EXITING 138029 1726888190.93751: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888190.94275: done with get_vars() 138029 1726888190.94287: done getting variables 138029 1726888190.94326: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:50 -0400 (0:00:00.049) 0:03:23.667 ****** 138029 1726888190.94349: entering _queue_task() for managed_node3/set_fact 138029 1726888190.94553: worker is 1 (out of 1 available) 138029 1726888190.94571: exiting _queue_task() for managed_node3/set_fact 138029 1726888190.94583: done queuing things up, now waiting for results queue to drain 138029 1726888190.94585: waiting for pending results... 138029 1726888190.94778: running TaskExecutor() for managed_node3/TASK: Clean up facts 138029 1726888190.94925: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000202a 138029 1726888190.94929: variable 'ansible_search_path' from source: unknown 138029 1726888190.94933: calling self._execute() 138029 1726888190.95160: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888190.95163: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888190.95167: variable 'omit' from source: magic vars 138029 1726888190.95169: variable 'omit' from source: magic vars 138029 1726888190.95240: variable 'omit' from source: magic vars 138029 1726888190.95302: variable 'omit' from source: magic vars 138029 1726888190.95345: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888190.95401: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888190.95426: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888190.95447: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888190.95480: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888190.95511: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888190.95532: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888190.95569: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888190.95582: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888190.95592: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888190.95722: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888190.95803: Set connection var ansible_timeout to 10 138029 1726888190.95806: Set connection var ansible_pipelining to False 138029 1726888190.95808: Set connection var ansible_shell_type to sh 138029 1726888190.95810: Set connection var ansible_connection to ssh 138029 1726888190.95812: Set connection var ansible_shell_executable to /bin/sh 138029 1726888190.95813: variable 'ansible_shell_executable' from source: unknown 138029 1726888190.95815: variable 'ansible_connection' from source: unknown 138029 1726888190.95817: variable 'ansible_module_compression' from source: unknown 138029 1726888190.95819: variable 'ansible_shell_type' from source: unknown 138029 1726888190.95821: variable 'ansible_shell_executable' from source: unknown 138029 1726888190.95822: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888190.95824: variable 'ansible_pipelining' from source: unknown 138029 1726888190.95826: variable 'ansible_timeout' from source: unknown 138029 1726888190.95833: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888190.96000: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888190.96027: variable 'omit' from source: magic vars 138029 1726888190.96037: starting attempt loop 138029 1726888190.96043: running the handler 138029 1726888190.96061: handler run complete 138029 1726888190.96077: attempt loop complete, returning result 138029 1726888190.96109: _execute() done 138029 1726888190.96112: dumping result to json 138029 1726888190.96114: done dumping result, returning 138029 1726888190.96117: done running TaskExecutor() for managed_node3/TASK: Clean up facts [0affc8a3-6f6f-5a58-73a2-00000000202a] 138029 1726888190.96119: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000202a ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 138029 1726888190.96411: no more pending results, returning what we have 138029 1726888190.96414: results queue empty 138029 1726888190.96415: checking for any_errors_fatal 138029 1726888190.96424: done checking for any_errors_fatal 138029 1726888190.96425: checking for max_fail_percentage 138029 1726888190.96426: done checking for max_fail_percentage 138029 1726888190.96427: checking to see if all hosts have failed and the running result is not ok 138029 1726888190.96428: done checking to see if all hosts have failed 138029 1726888190.96428: getting the remaining hosts for this loop 138029 1726888190.96430: done getting the remaining hosts for this loop 138029 1726888190.96433: getting the next task for host managed_node3 138029 1726888190.96441: done getting next task for host managed_node3 138029 1726888190.96444: ^ task is: TASK: Set storage volume test variables 138029 1726888190.96449: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888190.96453: getting variables 138029 1726888190.96454: in VariableManager get_vars() 138029 1726888190.96490: Calling all_inventory to load vars for managed_node3 138029 1726888190.96493: Calling groups_inventory to load vars for managed_node3 138029 1726888190.96496: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888190.96505: Calling all_plugins_play to load vars for managed_node3 138029 1726888190.96508: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888190.96511: Calling groups_plugins_play to load vars for managed_node3 138029 1726888190.97072: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000202a 138029 1726888190.97076: WORKER PROCESS EXITING 138029 1726888190.97296: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888190.97753: done with get_vars() 138029 1726888190.97767: done getting variables 138029 1726888190.97805: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:50 -0400 (0:00:00.034) 0:03:23.701 ****** 138029 1726888190.97832: entering _queue_task() for managed_node3/set_fact 138029 1726888190.98033: worker is 1 (out of 1 available) 138029 1726888190.98046: exiting _queue_task() for managed_node3/set_fact 138029 1726888190.98060: done queuing things up, now waiting for results queue to drain 138029 1726888190.98062: waiting for pending results... 138029 1726888190.98242: running TaskExecutor() for managed_node3/TASK: Set storage volume test variables 138029 1726888190.98348: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000202e 138029 1726888190.98359: variable 'ansible_search_path' from source: unknown 138029 1726888190.98391: calling self._execute() 138029 1726888190.98482: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888190.98485: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888190.98493: variable 'omit' from source: magic vars 138029 1726888190.98581: variable 'omit' from source: magic vars 138029 1726888190.98622: variable 'omit' from source: magic vars 138029 1726888190.98860: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888191.00961: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888191.00967: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888191.00970: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888191.00993: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888191.01023: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888191.01105: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888191.01137: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888191.01171: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888191.01214: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888191.01232: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888191.01394: variable 'storage_test_volume' from source: include params 138029 1726888191.01416: variable 'storage_test_pool' from source: include params 138029 1726888191.01506: variable 'omit' from source: magic vars 138029 1726888191.01533: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888191.01567: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888191.01591: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888191.01613: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.01628: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.01648: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888191.01675: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888191.01709: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888191.01717: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.01724: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.01842: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888191.01851: Set connection var ansible_timeout to 10 138029 1726888191.01861: Set connection var ansible_pipelining to False 138029 1726888191.01870: Set connection var ansible_shell_type to sh 138029 1726888191.01875: Set connection var ansible_connection to ssh 138029 1726888191.01882: Set connection var ansible_shell_executable to /bin/sh 138029 1726888191.01908: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.01960: variable 'ansible_connection' from source: unknown 138029 1726888191.01963: variable 'ansible_module_compression' from source: unknown 138029 1726888191.01967: variable 'ansible_shell_type' from source: unknown 138029 1726888191.01969: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.01970: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.01972: variable 'ansible_pipelining' from source: unknown 138029 1726888191.01974: variable 'ansible_timeout' from source: unknown 138029 1726888191.01975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.02161: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888191.02168: variable 'omit' from source: magic vars 138029 1726888191.02171: starting attempt loop 138029 1726888191.02173: running the handler 138029 1726888191.02176: handler run complete 138029 1726888191.02178: attempt loop complete, returning result 138029 1726888191.02180: _execute() done 138029 1726888191.02182: dumping result to json 138029 1726888191.02184: done dumping result, returning 138029 1726888191.02186: done running TaskExecutor() for managed_node3/TASK: Set storage volume test variables [0affc8a3-6f6f-5a58-73a2-00000000202e] 138029 1726888191.02188: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000202e ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 138029 1726888191.02330: no more pending results, returning what we have 138029 1726888191.02334: results queue empty 138029 1726888191.02335: checking for any_errors_fatal 138029 1726888191.02347: done checking for any_errors_fatal 138029 1726888191.02348: checking for max_fail_percentage 138029 1726888191.02351: done checking for max_fail_percentage 138029 1726888191.02352: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.02353: done checking to see if all hosts have failed 138029 1726888191.02354: getting the remaining hosts for this loop 138029 1726888191.02357: done getting the remaining hosts for this loop 138029 1726888191.02360: getting the next task for host managed_node3 138029 1726888191.02372: done getting next task for host managed_node3 138029 1726888191.02376: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888191.02383: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.02395: getting variables 138029 1726888191.02397: in VariableManager get_vars() 138029 1726888191.02433: Calling all_inventory to load vars for managed_node3 138029 1726888191.02436: Calling groups_inventory to load vars for managed_node3 138029 1726888191.02440: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.02451: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.02454: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.02667: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.03371: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000202e 138029 1726888191.03374: WORKER PROCESS EXITING 138029 1726888191.03426: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.04112: done with get_vars() 138029 1726888191.04128: done getting variables 138029 1726888191.04321: 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:09:51 -0400 (0:00:00.065) 0:03:23.767 ****** 138029 1726888191.04349: entering _queue_task() for managed_node3/include_tasks 138029 1726888191.04615: worker is 1 (out of 1 available) 138029 1726888191.04626: exiting _queue_task() for managed_node3/include_tasks 138029 1726888191.04638: done queuing things up, now waiting for results queue to drain 138029 1726888191.04640: waiting for pending results... 138029 1726888191.04935: running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888191.05088: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000202f 138029 1726888191.05109: variable 'ansible_search_path' from source: unknown 138029 1726888191.05159: variable '_storage_volume_tests' from source: set_fact 138029 1726888191.05359: variable '_storage_volume_tests' from source: set_fact 138029 1726888191.05453: variable 'omit' from source: magic vars 138029 1726888191.05645: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.05670: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.05688: variable 'omit' from source: magic vars 138029 1726888191.05880: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.05928: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.06011: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.06285: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.06289: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.06291: variable 'omit' from source: magic vars 138029 1726888191.06561: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.06567: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.06570: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.06620: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.06623: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.06640: variable 'omit' from source: magic vars 138029 1726888191.06772: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.06816: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.06890: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.07062: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.07068: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.07071: variable 'omit' from source: magic vars 138029 1726888191.07173: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.07189: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.07252: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.07461: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.07464: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.07469: variable 'omit' from source: magic vars 138029 1726888191.07519: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.07560: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.07660: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.07790: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.07793: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.07796: variable 'omit' from source: magic vars 138029 1726888191.07890: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.07934: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.08003: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.08228: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.08231: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.08234: variable 'omit' from source: magic vars 138029 1726888191.08270: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.08309: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.08380: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.08557: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.08561: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.08564: variable 'omit' from source: magic vars 138029 1726888191.08630: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.08678: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.08740: variable 'storage_test_volume_subset' from source: unknown 138029 1726888191.08824: dumping result to json 138029 1726888191.08836: done dumping result, returning 138029 1726888191.08924: done running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-5a58-73a2-00000000202f] 138029 1726888191.08927: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000202f 138029 1726888191.08974: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000202f 138029 1726888191.08978: WORKER PROCESS EXITING 138029 1726888191.09081: no more pending results, returning what we have 138029 1726888191.09086: in VariableManager get_vars() 138029 1726888191.09132: Calling all_inventory to load vars for managed_node3 138029 1726888191.09135: Calling groups_inventory to load vars for managed_node3 138029 1726888191.09139: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.09153: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.09159: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.09163: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.10015: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.10950: done with get_vars() 138029 1726888191.10967: variable 'ansible_search_path' from source: unknown 138029 1726888191.11002: variable 'ansible_search_path' from source: unknown 138029 1726888191.11025: variable 'ansible_search_path' from source: unknown 138029 1726888191.11048: variable 'ansible_search_path' from source: unknown 138029 1726888191.11073: variable 'ansible_search_path' from source: unknown 138029 1726888191.11096: variable 'ansible_search_path' from source: unknown 138029 1726888191.11117: variable 'ansible_search_path' from source: unknown 138029 1726888191.11139: variable 'ansible_search_path' from source: unknown 138029 1726888191.11161: we have included files to process 138029 1726888191.11162: generating all_blocks data 138029 1726888191.11167: done generating all_blocks data 138029 1726888191.11173: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888191.11174: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888191.11175: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888191.12239: done processing included file 138029 1726888191.12241: iterating over new_blocks loaded from include file 138029 1726888191.12243: in VariableManager get_vars() 138029 1726888191.12261: done with get_vars() 138029 1726888191.12263: filtering new block on tags 138029 1726888191.12450: done filtering new block on tags 138029 1726888191.12453: 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_node3 => (item=mount) 138029 1726888191.12460: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888191.12461: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888191.12472: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888191.13072: done processing included file 138029 1726888191.13073: iterating over new_blocks loaded from include file 138029 1726888191.13075: in VariableManager get_vars() 138029 1726888191.13091: done with get_vars() 138029 1726888191.13093: filtering new block on tags 138029 1726888191.13183: done filtering new block on tags 138029 1726888191.13185: 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_node3 => (item=fstab) 138029 1726888191.13189: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888191.13190: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888191.13192: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888191.13435: done processing included file 138029 1726888191.13437: iterating over new_blocks loaded from include file 138029 1726888191.13438: in VariableManager get_vars() 138029 1726888191.13453: done with get_vars() 138029 1726888191.13457: filtering new block on tags 138029 1726888191.13497: done filtering new block on tags 138029 1726888191.13500: 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_node3 => (item=fs) 138029 1726888191.13503: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888191.13504: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888191.13506: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888191.14113: done processing included file 138029 1726888191.14115: iterating over new_blocks loaded from include file 138029 1726888191.14116: in VariableManager get_vars() 138029 1726888191.14129: done with get_vars() 138029 1726888191.14130: filtering new block on tags 138029 1726888191.14230: done filtering new block on tags 138029 1726888191.14232: 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_node3 => (item=device) 138029 1726888191.14236: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888191.14237: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888191.14239: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888191.15718: done processing included file 138029 1726888191.15719: iterating over new_blocks loaded from include file 138029 1726888191.15720: in VariableManager get_vars() 138029 1726888191.15739: done with get_vars() 138029 1726888191.15741: filtering new block on tags 138029 1726888191.15938: done filtering new block on tags 138029 1726888191.15941: 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_node3 => (item=encryption) 138029 1726888191.15944: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888191.15946: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888191.15948: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888191.16938: done processing included file 138029 1726888191.16940: iterating over new_blocks loaded from include file 138029 1726888191.16941: in VariableManager get_vars() 138029 1726888191.16960: done with get_vars() 138029 1726888191.16962: filtering new block on tags 138029 1726888191.17098: done filtering new block on tags 138029 1726888191.17101: 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_node3 => (item=md) 138029 1726888191.17104: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888191.17104: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888191.17107: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888191.19511: done processing included file 138029 1726888191.19513: iterating over new_blocks loaded from include file 138029 1726888191.19515: in VariableManager get_vars() 138029 1726888191.19531: done with get_vars() 138029 1726888191.19533: filtering new block on tags 138029 1726888191.19625: done filtering new block on tags 138029 1726888191.19628: in VariableManager get_vars() 138029 1726888191.19644: done with get_vars() 138029 1726888191.19645: filtering new block on tags 138029 1726888191.19715: done filtering new block on tags 138029 1726888191.19718: in VariableManager get_vars() 138029 1726888191.19733: done with get_vars() 138029 1726888191.19735: filtering new block on tags 138029 1726888191.19945: done filtering new block on tags 138029 1726888191.19948: in VariableManager get_vars() 138029 1726888191.19969: done with get_vars() 138029 1726888191.19971: filtering new block on tags 138029 1726888191.20045: done filtering new block on tags 138029 1726888191.20047: 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_node3 => (item=size) 138029 1726888191.20051: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888191.20052: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888191.20057: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888191.20742: done processing included file 138029 1726888191.20743: iterating over new_blocks loaded from include file 138029 1726888191.20744: in VariableManager get_vars() 138029 1726888191.20761: done with get_vars() 138029 1726888191.20762: filtering new block on tags 138029 1726888191.20852: done filtering new block on tags 138029 1726888191.20857: 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_node3 => (item=cache) 138029 1726888191.20860: extending task lists for all hosts with included blocks 138029 1726888191.21205: done extending task lists 138029 1726888191.21206: done processing included files 138029 1726888191.21207: results queue empty 138029 1726888191.21207: checking for any_errors_fatal 138029 1726888191.21212: done checking for any_errors_fatal 138029 1726888191.21213: checking for max_fail_percentage 138029 1726888191.21214: done checking for max_fail_percentage 138029 1726888191.21214: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.21220: done checking to see if all hosts have failed 138029 1726888191.21220: getting the remaining hosts for this loop 138029 1726888191.21222: done getting the remaining hosts for this loop 138029 1726888191.21224: getting the next task for host managed_node3 138029 1726888191.21229: done getting next task for host managed_node3 138029 1726888191.21231: ^ task is: TASK: Get expected mount device based on device type 138029 1726888191.21235: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.21237: getting variables 138029 1726888191.21238: in VariableManager get_vars() 138029 1726888191.21247: Calling all_inventory to load vars for managed_node3 138029 1726888191.21249: Calling groups_inventory to load vars for managed_node3 138029 1726888191.21251: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.21259: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.21261: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.21267: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.21794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.22436: done with get_vars() 138029 1726888191.22453: done getting variables 138029 1726888191.22497: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:51 -0400 (0:00:00.181) 0:03:23.948 ****** 138029 1726888191.22529: entering _queue_task() for managed_node3/set_fact 138029 1726888191.22872: worker is 1 (out of 1 available) 138029 1726888191.22886: exiting _queue_task() for managed_node3/set_fact 138029 1726888191.22900: done queuing things up, now waiting for results queue to drain 138029 1726888191.22902: waiting for pending results... 138029 1726888191.23232: running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type 138029 1726888191.23562: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023c6 138029 1726888191.23570: variable 'ansible_search_path' from source: unknown 138029 1726888191.23573: calling self._execute() 138029 1726888191.23604: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.23616: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.23632: variable 'omit' from source: magic vars 138029 1726888191.23747: variable 'omit' from source: magic vars 138029 1726888191.23827: variable 'omit' from source: magic vars 138029 1726888191.24185: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888191.24505: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888191.24567: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888191.24605: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888191.24645: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888191.24739: 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) 138029 1726888191.24782: 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) 138029 1726888191.24888: 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) 138029 1726888191.24891: 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) 138029 1726888191.24900: 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) 138029 1726888191.24924: 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) 138029 1726888191.24951: 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) 138029 1726888191.24985: 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) 138029 1726888191.25202: variable '_storage_test_volume_present' from source: set_fact 138029 1726888191.25218: variable 'storage_test_volume' from source: include params 138029 1726888191.25238: variable 'storage_test_pool' from source: include params 138029 1726888191.25312: variable 'omit' from source: magic vars 138029 1726888191.25346: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888191.25382: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888191.25403: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888191.25426: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.25443: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.25541: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888191.25544: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888191.25547: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888191.25549: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.25551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.25663: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888191.25677: Set connection var ansible_timeout to 10 138029 1726888191.25685: Set connection var ansible_pipelining to False 138029 1726888191.25690: Set connection var ansible_shell_type to sh 138029 1726888191.25695: Set connection var ansible_connection to ssh 138029 1726888191.25702: Set connection var ansible_shell_executable to /bin/sh 138029 1726888191.25727: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.25734: variable 'ansible_connection' from source: unknown 138029 1726888191.25740: variable 'ansible_module_compression' from source: unknown 138029 1726888191.25745: variable 'ansible_shell_type' from source: unknown 138029 1726888191.25750: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.25763: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.25773: variable 'ansible_pipelining' from source: unknown 138029 1726888191.25778: variable 'ansible_timeout' from source: unknown 138029 1726888191.25784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.25901: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888191.25960: variable 'omit' from source: magic vars 138029 1726888191.25963: starting attempt loop 138029 1726888191.25968: running the handler 138029 1726888191.25976: handler run complete 138029 1726888191.25978: attempt loop complete, returning result 138029 1726888191.25981: _execute() done 138029 1726888191.25983: dumping result to json 138029 1726888191.25985: done dumping result, returning 138029 1726888191.25987: done running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type [0affc8a3-6f6f-5a58-73a2-0000000023c6] 138029 1726888191.25998: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023c6 138029 1726888191.26296: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023c6 138029 1726888191.26299: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv3" }, "changed": false } 138029 1726888191.26354: no more pending results, returning what we have 138029 1726888191.26371: results queue empty 138029 1726888191.26373: checking for any_errors_fatal 138029 1726888191.26374: done checking for any_errors_fatal 138029 1726888191.26375: checking for max_fail_percentage 138029 1726888191.26377: done checking for max_fail_percentage 138029 1726888191.26378: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.26379: done checking to see if all hosts have failed 138029 1726888191.26380: getting the remaining hosts for this loop 138029 1726888191.26382: done getting the remaining hosts for this loop 138029 1726888191.26386: getting the next task for host managed_node3 138029 1726888191.26395: done getting next task for host managed_node3 138029 1726888191.26399: ^ task is: TASK: Set some facts 138029 1726888191.26412: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.26418: getting variables 138029 1726888191.26419: in VariableManager get_vars() 138029 1726888191.26612: Calling all_inventory to load vars for managed_node3 138029 1726888191.26616: Calling groups_inventory to load vars for managed_node3 138029 1726888191.26619: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.26629: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.26632: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.26635: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.27404: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.28091: done with get_vars() 138029 1726888191.28109: done getting variables 138029 1726888191.28169: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:51 -0400 (0:00:00.056) 0:03:24.005 ****** 138029 1726888191.28201: entering _queue_task() for managed_node3/set_fact 138029 1726888191.28475: worker is 1 (out of 1 available) 138029 1726888191.28488: exiting _queue_task() for managed_node3/set_fact 138029 1726888191.28502: done queuing things up, now waiting for results queue to drain 138029 1726888191.28503: waiting for pending results... 138029 1726888191.28765: running TaskExecutor() for managed_node3/TASK: Set some facts 138029 1726888191.28917: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023c7 138029 1726888191.28938: variable 'ansible_search_path' from source: unknown 138029 1726888191.28983: calling self._execute() 138029 1726888191.29101: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.29112: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.29162: variable 'omit' from source: magic vars 138029 1726888191.29319: variable 'omit' from source: magic vars 138029 1726888191.29403: variable 'omit' from source: magic vars 138029 1726888191.29739: variable '_storage_test_volume_present' from source: set_fact 138029 1726888191.29770: variable 'storage_test_volume' from source: include params 138029 1726888191.30047: variable 'storage_test_volume' from source: include params 138029 1726888191.30096: variable 'mount_prefix' from source: task vars 138029 1726888191.30281: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888191.32483: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888191.32763: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888191.32767: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888191.32769: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888191.32772: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888191.32815: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888191.32851: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888191.32895: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888191.32942: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888191.32969: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888191.33146: variable '__storage_is_ostree' from source: set_fact 138029 1726888191.33159: variable 'storage_test_volume' from source: include params 138029 1726888191.33212: variable 'omit' from source: magic vars 138029 1726888191.33243: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888191.33281: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888191.33309: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888191.33331: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.33347: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.33375: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888191.33397: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888191.33432: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888191.33440: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.33448: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.33584: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888191.33595: Set connection var ansible_timeout to 10 138029 1726888191.33605: Set connection var ansible_pipelining to False 138029 1726888191.33612: Set connection var ansible_shell_type to sh 138029 1726888191.33618: Set connection var ansible_connection to ssh 138029 1726888191.33632: Set connection var ansible_shell_executable to /bin/sh 138029 1726888191.33668: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.33678: variable 'ansible_connection' from source: unknown 138029 1726888191.33685: variable 'ansible_module_compression' from source: unknown 138029 1726888191.33693: variable 'ansible_shell_type' from source: unknown 138029 1726888191.33700: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.33707: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.33715: variable 'ansible_pipelining' from source: unknown 138029 1726888191.33723: variable 'ansible_timeout' from source: unknown 138029 1726888191.33733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.33849: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888191.34060: variable 'omit' from source: magic vars 138029 1726888191.34063: starting attempt loop 138029 1726888191.34068: running the handler 138029 1726888191.34071: handler run complete 138029 1726888191.34073: attempt loop complete, returning result 138029 1726888191.34075: _execute() done 138029 1726888191.34077: dumping result to json 138029 1726888191.34079: done dumping result, returning 138029 1726888191.34081: done running TaskExecutor() for managed_node3/TASK: Set some facts [0affc8a3-6f6f-5a58-73a2-0000000023c7] 138029 1726888191.34083: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023c7 138029 1726888191.34167: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023c7 138029 1726888191.34171: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test3", "storage_test_swap_expected_matches": "0" }, "changed": false } 138029 1726888191.34231: no more pending results, returning what we have 138029 1726888191.34234: results queue empty 138029 1726888191.34235: checking for any_errors_fatal 138029 1726888191.34244: done checking for any_errors_fatal 138029 1726888191.34245: checking for max_fail_percentage 138029 1726888191.34247: done checking for max_fail_percentage 138029 1726888191.34248: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.34249: done checking to see if all hosts have failed 138029 1726888191.34249: getting the remaining hosts for this loop 138029 1726888191.34252: done getting the remaining hosts for this loop 138029 1726888191.34258: getting the next task for host managed_node3 138029 1726888191.34269: done getting next task for host managed_node3 138029 1726888191.34272: ^ task is: TASK: Get information about the mountpoint directory 138029 1726888191.34280: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.34292: getting variables 138029 1726888191.34294: in VariableManager get_vars() 138029 1726888191.34330: Calling all_inventory to load vars for managed_node3 138029 1726888191.34333: Calling groups_inventory to load vars for managed_node3 138029 1726888191.34337: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.34348: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.34352: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.34580: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.35291: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.35969: done with get_vars() 138029 1726888191.35988: 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:09:51 -0400 (0:00:00.078) 0:03:24.084 ****** 138029 1726888191.36087: entering _queue_task() for managed_node3/stat 138029 1726888191.36386: worker is 1 (out of 1 available) 138029 1726888191.36399: exiting _queue_task() for managed_node3/stat 138029 1726888191.36413: done queuing things up, now waiting for results queue to drain 138029 1726888191.36415: waiting for pending results... 138029 1726888191.36785: running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory 138029 1726888191.36892: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023c8 138029 1726888191.36913: variable 'ansible_search_path' from source: unknown 138029 1726888191.36951: calling self._execute() 138029 1726888191.37081: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.37095: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.37261: variable 'omit' from source: magic vars 138029 1726888191.37600: variable '_storage_test_volume_present' from source: set_fact 138029 1726888191.37612: variable 'storage_test_volume' from source: include params 138029 1726888191.37645: 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 138029 1726888191.37653: when evaluation is False, skipping this task 138029 1726888191.37664: _execute() done 138029 1726888191.37674: dumping result to json 138029 1726888191.37682: done dumping result, returning 138029 1726888191.37693: done running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-5a58-73a2-0000000023c8] 138029 1726888191.37708: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023c8 skipping: [managed_node3] => { "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" } 138029 1726888191.37876: no more pending results, returning what we have 138029 1726888191.37880: results queue empty 138029 1726888191.37881: checking for any_errors_fatal 138029 1726888191.37896: done checking for any_errors_fatal 138029 1726888191.37897: checking for max_fail_percentage 138029 1726888191.37899: done checking for max_fail_percentage 138029 1726888191.37900: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.37901: done checking to see if all hosts have failed 138029 1726888191.37902: getting the remaining hosts for this loop 138029 1726888191.37903: done getting the remaining hosts for this loop 138029 1726888191.37907: getting the next task for host managed_node3 138029 1726888191.37917: done getting next task for host managed_node3 138029 1726888191.37920: ^ task is: TASK: Verify the current mount state by device 138029 1726888191.37927: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.37933: getting variables 138029 1726888191.37935: in VariableManager get_vars() 138029 1726888191.37974: Calling all_inventory to load vars for managed_node3 138029 1726888191.37977: Calling groups_inventory to load vars for managed_node3 138029 1726888191.37981: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.37993: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.37998: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.38002: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.38671: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023c8 138029 1726888191.38675: WORKER PROCESS EXITING 138029 1726888191.38873: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.39568: done with get_vars() 138029 1726888191.39583: done getting variables 138029 1726888191.39636: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:51 -0400 (0:00:00.035) 0:03:24.120 ****** 138029 1726888191.39675: entering _queue_task() for managed_node3/assert 138029 1726888191.39929: worker is 1 (out of 1 available) 138029 1726888191.39940: exiting _queue_task() for managed_node3/assert 138029 1726888191.39951: done queuing things up, now waiting for results queue to drain 138029 1726888191.39953: waiting for pending results... 138029 1726888191.40259: running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device 138029 1726888191.40443: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023c9 138029 1726888191.40471: variable 'ansible_search_path' from source: unknown 138029 1726888191.40521: calling self._execute() 138029 1726888191.40669: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.40682: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.40698: variable 'omit' from source: magic vars 138029 1726888191.41097: variable '_storage_test_volume_present' from source: set_fact 138029 1726888191.41110: Evaluated conditional (_storage_test_volume_present): True 138029 1726888191.41123: variable 'omit' from source: magic vars 138029 1726888191.41202: variable 'omit' from source: magic vars 138029 1726888191.41343: variable 'storage_test_volume' from source: include params 138029 1726888191.41405: variable 'omit' from source: magic vars 138029 1726888191.41453: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888191.41503: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888191.41528: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888191.41552: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.41574: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.41600: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888191.41622: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888191.41658: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888191.41670: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.41691: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.41817: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888191.41909: Set connection var ansible_timeout to 10 138029 1726888191.41912: Set connection var ansible_pipelining to False 138029 1726888191.41914: Set connection var ansible_shell_type to sh 138029 1726888191.41916: Set connection var ansible_connection to ssh 138029 1726888191.41918: Set connection var ansible_shell_executable to /bin/sh 138029 1726888191.41921: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.41923: variable 'ansible_connection' from source: unknown 138029 1726888191.41925: variable 'ansible_module_compression' from source: unknown 138029 1726888191.41927: variable 'ansible_shell_type' from source: unknown 138029 1726888191.41929: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.41931: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.41933: variable 'ansible_pipelining' from source: unknown 138029 1726888191.41935: variable 'ansible_timeout' from source: unknown 138029 1726888191.41938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.42085: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888191.42105: variable 'omit' from source: magic vars 138029 1726888191.42116: starting attempt loop 138029 1726888191.42128: running the handler 138029 1726888191.42330: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888191.42372: variable 'storage_test_volume' from source: include params 138029 1726888191.42389: variable 'storage_test_mount_expected_mount_point' from source: set_fact 138029 1726888191.42403: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 138029 1726888191.42453: handler run complete 138029 1726888191.42458: attempt loop complete, returning result 138029 1726888191.42460: _execute() done 138029 1726888191.42463: dumping result to json 138029 1726888191.42467: done dumping result, returning 138029 1726888191.42470: done running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device [0affc8a3-6f6f-5a58-73a2-0000000023c9] 138029 1726888191.42472: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023c9 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888191.42624: no more pending results, returning what we have 138029 1726888191.42628: results queue empty 138029 1726888191.42630: checking for any_errors_fatal 138029 1726888191.42637: done checking for any_errors_fatal 138029 1726888191.42638: checking for max_fail_percentage 138029 1726888191.42640: done checking for max_fail_percentage 138029 1726888191.42641: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.42642: done checking to see if all hosts have failed 138029 1726888191.42643: getting the remaining hosts for this loop 138029 1726888191.42644: done getting the remaining hosts for this loop 138029 1726888191.42648: getting the next task for host managed_node3 138029 1726888191.42659: done getting next task for host managed_node3 138029 1726888191.42663: ^ task is: TASK: Verify mount directory user 138029 1726888191.42672: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.42677: getting variables 138029 1726888191.42679: in VariableManager get_vars() 138029 1726888191.42716: Calling all_inventory to load vars for managed_node3 138029 1726888191.42719: Calling groups_inventory to load vars for managed_node3 138029 1726888191.42723: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.42733: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.42743: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.42746: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.43558: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023c9 138029 1726888191.43562: WORKER PROCESS EXITING 138029 1726888191.43662: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.44348: done with get_vars() 138029 1726888191.44368: done getting variables 138029 1726888191.44423: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:51 -0400 (0:00:00.047) 0:03:24.168 ****** 138029 1726888191.44458: entering _queue_task() for managed_node3/assert 138029 1726888191.44718: worker is 1 (out of 1 available) 138029 1726888191.44729: exiting _queue_task() for managed_node3/assert 138029 1726888191.44742: done queuing things up, now waiting for results queue to drain 138029 1726888191.44744: waiting for pending results... 138029 1726888191.45044: running TaskExecutor() for managed_node3/TASK: Verify mount directory user 138029 1726888191.45362: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023ca 138029 1726888191.45369: variable 'ansible_search_path' from source: unknown 138029 1726888191.45373: calling self._execute() 138029 1726888191.45376: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.45387: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.45404: variable 'omit' from source: magic vars 138029 1726888191.45836: variable '_storage_test_volume_present' from source: set_fact 138029 1726888191.45846: variable 'storage_test_volume' from source: include params 138029 1726888191.45880: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 138029 1726888191.45887: when evaluation is False, skipping this task 138029 1726888191.45893: _execute() done 138029 1726888191.45898: dumping result to json 138029 1726888191.45903: done dumping result, returning 138029 1726888191.45911: done running TaskExecutor() for managed_node3/TASK: Verify mount directory user [0affc8a3-6f6f-5a58-73a2-0000000023ca] 138029 1726888191.45918: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023ca skipping: [managed_node3] => { "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" } 138029 1726888191.46081: no more pending results, returning what we have 138029 1726888191.46085: results queue empty 138029 1726888191.46086: checking for any_errors_fatal 138029 1726888191.46093: done checking for any_errors_fatal 138029 1726888191.46093: checking for max_fail_percentage 138029 1726888191.46095: done checking for max_fail_percentage 138029 1726888191.46096: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.46097: done checking to see if all hosts have failed 138029 1726888191.46097: getting the remaining hosts for this loop 138029 1726888191.46099: done getting the remaining hosts for this loop 138029 1726888191.46102: getting the next task for host managed_node3 138029 1726888191.46111: done getting next task for host managed_node3 138029 1726888191.46113: ^ task is: TASK: Verify mount directory group 138029 1726888191.46120: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.46125: getting variables 138029 1726888191.46126: in VariableManager get_vars() 138029 1726888191.46161: Calling all_inventory to load vars for managed_node3 138029 1726888191.46167: Calling groups_inventory to load vars for managed_node3 138029 1726888191.46171: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.46183: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.46186: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.46190: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.46970: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023ca 138029 1726888191.47286: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.47926: done with get_vars() 138029 1726888191.47941: done getting variables 138029 1726888191.47971: WORKER PROCESS EXITING 138029 1726888191.48008: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:51 -0400 (0:00:00.035) 0:03:24.203 ****** 138029 1726888191.48036: entering _queue_task() for managed_node3/assert 138029 1726888191.48299: worker is 1 (out of 1 available) 138029 1726888191.48312: exiting _queue_task() for managed_node3/assert 138029 1726888191.48323: done queuing things up, now waiting for results queue to drain 138029 1726888191.48325: waiting for pending results... 138029 1726888191.48846: running TaskExecutor() for managed_node3/TASK: Verify mount directory group 138029 1726888191.49280: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023cb 138029 1726888191.49306: variable 'ansible_search_path' from source: unknown 138029 1726888191.49350: calling self._execute() 138029 1726888191.49666: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.49680: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.49697: variable 'omit' from source: magic vars 138029 1726888191.50863: variable '_storage_test_volume_present' from source: set_fact 138029 1726888191.50870: variable 'storage_test_volume' from source: include params 138029 1726888191.50874: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 138029 1726888191.50876: when evaluation is False, skipping this task 138029 1726888191.50879: _execute() done 138029 1726888191.50881: dumping result to json 138029 1726888191.50883: done dumping result, returning 138029 1726888191.50885: done running TaskExecutor() for managed_node3/TASK: Verify mount directory group [0affc8a3-6f6f-5a58-73a2-0000000023cb] 138029 1726888191.50888: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023cb skipping: [managed_node3] => { "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" } 138029 1726888191.51032: no more pending results, returning what we have 138029 1726888191.51036: results queue empty 138029 1726888191.51038: checking for any_errors_fatal 138029 1726888191.51046: done checking for any_errors_fatal 138029 1726888191.51047: checking for max_fail_percentage 138029 1726888191.51049: done checking for max_fail_percentage 138029 1726888191.51050: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.51051: done checking to see if all hosts have failed 138029 1726888191.51052: getting the remaining hosts for this loop 138029 1726888191.51054: done getting the remaining hosts for this loop 138029 1726888191.51060: getting the next task for host managed_node3 138029 1726888191.51073: done getting next task for host managed_node3 138029 1726888191.51076: ^ task is: TASK: Verify mount directory permissions 138029 1726888191.51083: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.51088: getting variables 138029 1726888191.51090: in VariableManager get_vars() 138029 1726888191.51128: Calling all_inventory to load vars for managed_node3 138029 1726888191.51131: Calling groups_inventory to load vars for managed_node3 138029 1726888191.51135: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.51148: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.51152: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.51558: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.52462: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023cb 138029 1726888191.52469: WORKER PROCESS EXITING 138029 1726888191.52728: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.53411: done with get_vars() 138029 1726888191.53426: done getting variables 138029 1726888191.53482: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:51 -0400 (0:00:00.054) 0:03:24.258 ****** 138029 1726888191.53512: entering _queue_task() for managed_node3/assert 138029 1726888191.53781: worker is 1 (out of 1 available) 138029 1726888191.53792: exiting _queue_task() for managed_node3/assert 138029 1726888191.53805: done queuing things up, now waiting for results queue to drain 138029 1726888191.53807: waiting for pending results... 138029 1726888191.54117: running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions 138029 1726888191.54272: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023cc 138029 1726888191.54298: variable 'ansible_search_path' from source: unknown 138029 1726888191.54337: calling self._execute() 138029 1726888191.54462: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.54477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.54494: variable 'omit' from source: magic vars 138029 1726888191.54921: variable '_storage_test_volume_present' from source: set_fact 138029 1726888191.54938: variable 'storage_test_volume' from source: include params 138029 1726888191.54977: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 138029 1726888191.54986: when evaluation is False, skipping this task 138029 1726888191.54993: _execute() done 138029 1726888191.55001: dumping result to json 138029 1726888191.55008: done dumping result, returning 138029 1726888191.55018: done running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions [0affc8a3-6f6f-5a58-73a2-0000000023cc] 138029 1726888191.55028: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023cc 138029 1726888191.55139: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023cc 138029 1726888191.55146: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888191.55201: no more pending results, returning what we have 138029 1726888191.55205: results queue empty 138029 1726888191.55206: checking for any_errors_fatal 138029 1726888191.55217: done checking for any_errors_fatal 138029 1726888191.55218: checking for max_fail_percentage 138029 1726888191.55219: done checking for max_fail_percentage 138029 1726888191.55220: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.55221: done checking to see if all hosts have failed 138029 1726888191.55222: getting the remaining hosts for this loop 138029 1726888191.55223: done getting the remaining hosts for this loop 138029 1726888191.55227: getting the next task for host managed_node3 138029 1726888191.55235: done getting next task for host managed_node3 138029 1726888191.55237: ^ task is: TASK: Get path of test volume device 138029 1726888191.55244: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.55250: getting variables 138029 1726888191.55251: in VariableManager get_vars() 138029 1726888191.55291: Calling all_inventory to load vars for managed_node3 138029 1726888191.55294: Calling groups_inventory to load vars for managed_node3 138029 1726888191.55298: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.55312: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.55316: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.55319: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.56180: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.56875: done with get_vars() 138029 1726888191.56889: done getting variables 138029 1726888191.56940: 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:09:51 -0400 (0:00:00.034) 0:03:24.293 ****** 138029 1726888191.56975: entering _queue_task() for managed_node3/command 138029 1726888191.57253: worker is 1 (out of 1 available) 138029 1726888191.57271: exiting _queue_task() for managed_node3/command 138029 1726888191.57285: done queuing things up, now waiting for results queue to drain 138029 1726888191.57287: waiting for pending results... 138029 1726888191.57562: running TaskExecutor() for managed_node3/TASK: Get path of test volume device 138029 1726888191.57715: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023cd 138029 1726888191.57738: variable 'ansible_search_path' from source: unknown 138029 1726888191.57788: calling self._execute() 138029 1726888191.57921: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.57934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.57950: variable 'omit' from source: magic vars 138029 1726888191.58388: variable 'storage_test_volume' from source: include params 138029 1726888191.58434: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888191.58442: when evaluation is False, skipping this task 138029 1726888191.58450: _execute() done 138029 1726888191.58460: dumping result to json 138029 1726888191.58469: done dumping result, returning 138029 1726888191.58480: done running TaskExecutor() for managed_node3/TASK: Get path of test volume device [0affc8a3-6f6f-5a58-73a2-0000000023cd] 138029 1726888191.58491: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023cd skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888191.58663: no more pending results, returning what we have 138029 1726888191.58670: results queue empty 138029 1726888191.58671: checking for any_errors_fatal 138029 1726888191.58678: done checking for any_errors_fatal 138029 1726888191.58678: checking for max_fail_percentage 138029 1726888191.58680: done checking for max_fail_percentage 138029 1726888191.58681: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.58682: done checking to see if all hosts have failed 138029 1726888191.58682: getting the remaining hosts for this loop 138029 1726888191.58684: done getting the remaining hosts for this loop 138029 1726888191.58687: getting the next task for host managed_node3 138029 1726888191.58696: done getting next task for host managed_node3 138029 1726888191.58698: ^ task is: TASK: Gather swap info 138029 1726888191.58705: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.58710: getting variables 138029 1726888191.58711: in VariableManager get_vars() 138029 1726888191.58745: Calling all_inventory to load vars for managed_node3 138029 1726888191.58748: Calling groups_inventory to load vars for managed_node3 138029 1726888191.58751: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.58901: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.58904: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.58910: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023cd 138029 1726888191.58913: WORKER PROCESS EXITING 138029 1726888191.58917: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.59563: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.60270: done with get_vars() 138029 1726888191.60288: done getting variables 138029 1726888191.60348: 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:09:51 -0400 (0:00:00.034) 0:03:24.327 ****** 138029 1726888191.60394: entering _queue_task() for managed_node3/command 138029 1726888191.60721: worker is 1 (out of 1 available) 138029 1726888191.60734: exiting _queue_task() for managed_node3/command 138029 1726888191.60748: done queuing things up, now waiting for results queue to drain 138029 1726888191.60749: waiting for pending results... 138029 1726888191.61097: running TaskExecutor() for managed_node3/TASK: Gather swap info 138029 1726888191.61260: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023ce 138029 1726888191.61293: variable 'ansible_search_path' from source: unknown 138029 1726888191.61334: calling self._execute() 138029 1726888191.61460: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.61476: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.61564: variable 'omit' from source: magic vars 138029 1726888191.61902: variable 'storage_test_volume' from source: include params 138029 1726888191.61937: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888191.61945: when evaluation is False, skipping this task 138029 1726888191.61953: _execute() done 138029 1726888191.61963: dumping result to json 138029 1726888191.61974: done dumping result, returning 138029 1726888191.61988: done running TaskExecutor() for managed_node3/TASK: Gather swap info [0affc8a3-6f6f-5a58-73a2-0000000023ce] 138029 1726888191.61998: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023ce skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888191.62158: no more pending results, returning what we have 138029 1726888191.62162: results queue empty 138029 1726888191.62163: checking for any_errors_fatal 138029 1726888191.62172: done checking for any_errors_fatal 138029 1726888191.62173: checking for max_fail_percentage 138029 1726888191.62174: done checking for max_fail_percentage 138029 1726888191.62175: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.62176: done checking to see if all hosts have failed 138029 1726888191.62177: getting the remaining hosts for this loop 138029 1726888191.62178: done getting the remaining hosts for this loop 138029 1726888191.62182: getting the next task for host managed_node3 138029 1726888191.62190: done getting next task for host managed_node3 138029 1726888191.62193: ^ task is: TASK: Verify swap status 138029 1726888191.62199: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.62204: getting variables 138029 1726888191.62206: in VariableManager get_vars() 138029 1726888191.62242: Calling all_inventory to load vars for managed_node3 138029 1726888191.62245: Calling groups_inventory to load vars for managed_node3 138029 1726888191.62248: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.62260: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.62264: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.62268: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.62792: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023ce 138029 1726888191.62796: WORKER PROCESS EXITING 138029 1726888191.63049: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.64057: done with get_vars() 138029 1726888191.64076: done getting variables 138029 1726888191.64137: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:51 -0400 (0:00:00.037) 0:03:24.365 ****** 138029 1726888191.64179: entering _queue_task() for managed_node3/assert 138029 1726888191.64519: worker is 1 (out of 1 available) 138029 1726888191.64536: exiting _queue_task() for managed_node3/assert 138029 1726888191.64549: done queuing things up, now waiting for results queue to drain 138029 1726888191.64551: waiting for pending results... 138029 1726888191.64927: running TaskExecutor() for managed_node3/TASK: Verify swap status 138029 1726888191.65104: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023cf 138029 1726888191.65130: variable 'ansible_search_path' from source: unknown 138029 1726888191.65182: calling self._execute() 138029 1726888191.65333: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.65408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.65413: variable 'omit' from source: magic vars 138029 1726888191.65820: variable 'storage_test_volume' from source: include params 138029 1726888191.65868: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888191.65877: when evaluation is False, skipping this task 138029 1726888191.65885: _execute() done 138029 1726888191.65893: dumping result to json 138029 1726888191.65900: done dumping result, returning 138029 1726888191.65911: done running TaskExecutor() for managed_node3/TASK: Verify swap status [0affc8a3-6f6f-5a58-73a2-0000000023cf] 138029 1726888191.65922: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023cf skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888191.66303: no more pending results, returning what we have 138029 1726888191.66307: results queue empty 138029 1726888191.66308: checking for any_errors_fatal 138029 1726888191.66315: done checking for any_errors_fatal 138029 1726888191.66316: checking for max_fail_percentage 138029 1726888191.66317: done checking for max_fail_percentage 138029 1726888191.66318: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.66319: done checking to see if all hosts have failed 138029 1726888191.66319: getting the remaining hosts for this loop 138029 1726888191.66321: done getting the remaining hosts for this loop 138029 1726888191.66324: getting the next task for host managed_node3 138029 1726888191.66332: done getting next task for host managed_node3 138029 1726888191.66335: ^ task is: TASK: Unset facts 138029 1726888191.66342: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.66347: getting variables 138029 1726888191.66349: in VariableManager get_vars() 138029 1726888191.66393: Calling all_inventory to load vars for managed_node3 138029 1726888191.66396: Calling groups_inventory to load vars for managed_node3 138029 1726888191.66399: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.66411: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.66414: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.66417: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.66971: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023cf 138029 1726888191.66974: WORKER PROCESS EXITING 138029 1726888191.67218: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.67943: done with get_vars() 138029 1726888191.67961: done getting variables 138029 1726888191.68028: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:51 -0400 (0:00:00.038) 0:03:24.404 ****** 138029 1726888191.68067: entering _queue_task() for managed_node3/set_fact 138029 1726888191.68381: worker is 1 (out of 1 available) 138029 1726888191.68396: exiting _queue_task() for managed_node3/set_fact 138029 1726888191.68410: done queuing things up, now waiting for results queue to drain 138029 1726888191.68412: waiting for pending results... 138029 1726888191.68687: running TaskExecutor() for managed_node3/TASK: Unset facts 138029 1726888191.68844: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023d0 138029 1726888191.68868: variable 'ansible_search_path' from source: unknown 138029 1726888191.68914: calling self._execute() 138029 1726888191.69033: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.69043: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.69054: variable 'omit' from source: magic vars 138029 1726888191.69169: variable 'omit' from source: magic vars 138029 1726888191.69421: variable 'omit' from source: magic vars 138029 1726888191.69462: variable 'omit' from source: magic vars 138029 1726888191.69517: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888191.69562: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888191.69590: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888191.69723: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.69726: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.69728: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888191.69731: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888191.69733: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888191.69735: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.69737: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.69860: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888191.69875: Set connection var ansible_timeout to 10 138029 1726888191.69886: Set connection var ansible_pipelining to False 138029 1726888191.69893: Set connection var ansible_shell_type to sh 138029 1726888191.69899: Set connection var ansible_connection to ssh 138029 1726888191.69907: Set connection var ansible_shell_executable to /bin/sh 138029 1726888191.69944: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.69952: variable 'ansible_connection' from source: unknown 138029 1726888191.69961: variable 'ansible_module_compression' from source: unknown 138029 1726888191.69971: variable 'ansible_shell_type' from source: unknown 138029 1726888191.69977: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.69983: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.69990: variable 'ansible_pipelining' from source: unknown 138029 1726888191.69996: variable 'ansible_timeout' from source: unknown 138029 1726888191.70002: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.70163: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888191.70184: variable 'omit' from source: magic vars 138029 1726888191.70193: starting attempt loop 138029 1726888191.70200: running the handler 138029 1726888191.70214: handler run complete 138029 1726888191.70227: attempt loop complete, returning result 138029 1726888191.70262: _execute() done 138029 1726888191.70269: dumping result to json 138029 1726888191.70275: done dumping result, returning 138029 1726888191.70278: done running TaskExecutor() for managed_node3/TASK: Unset facts [0affc8a3-6f6f-5a58-73a2-0000000023d0] 138029 1726888191.70280: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023d0 ok: [managed_node3] => { "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 } 138029 1726888191.70536: no more pending results, returning what we have 138029 1726888191.70539: results queue empty 138029 1726888191.70541: checking for any_errors_fatal 138029 1726888191.70552: done checking for any_errors_fatal 138029 1726888191.70553: checking for max_fail_percentage 138029 1726888191.70557: done checking for max_fail_percentage 138029 1726888191.70559: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.70559: done checking to see if all hosts have failed 138029 1726888191.70560: getting the remaining hosts for this loop 138029 1726888191.70562: done getting the remaining hosts for this loop 138029 1726888191.70569: getting the next task for host managed_node3 138029 1726888191.70583: done getting next task for host managed_node3 138029 1726888191.70586: ^ task is: TASK: Set some variables for fstab checking 138029 1726888191.70593: ^ 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? (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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.70599: getting variables 138029 1726888191.70601: in VariableManager get_vars() 138029 1726888191.70636: Calling all_inventory to load vars for managed_node3 138029 1726888191.70639: Calling groups_inventory to load vars for managed_node3 138029 1726888191.70643: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.70654: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.70776: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.70781: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.71391: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023d0 138029 1726888191.71395: WORKER PROCESS EXITING 138029 1726888191.71622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.72348: done with get_vars() 138029 1726888191.72374: done getting variables 138029 1726888191.72442: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:51 -0400 (0:00:00.044) 0:03:24.448 ****** 138029 1726888191.72483: entering _queue_task() for managed_node3/set_fact 138029 1726888191.72831: worker is 1 (out of 1 available) 138029 1726888191.72844: exiting _queue_task() for managed_node3/set_fact 138029 1726888191.72867: done queuing things up, now waiting for results queue to drain 138029 1726888191.72869: waiting for pending results... 138029 1726888191.73351: running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking 138029 1726888191.73562: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023d4 138029 1726888191.73587: variable 'ansible_search_path' from source: unknown 138029 1726888191.73627: calling self._execute() 138029 1726888191.73745: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.73758: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.73775: variable 'omit' from source: magic vars 138029 1726888191.73885: variable 'omit' from source: magic vars 138029 1726888191.73957: variable 'omit' from source: magic vars 138029 1726888191.74258: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888191.76621: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888191.76764: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888191.76769: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888191.76784: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888191.76820: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888191.76901: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888191.76940: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888191.76968: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888191.77010: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888191.77061: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888191.77085: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888191.77106: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888191.77128: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888191.77175: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888191.77187: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888191.77260: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888191.77276: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888191.77297: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888191.77362: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888191.77365: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888191.77521: variable 'storage_test_fstab' from source: set_fact 138029 1726888191.77533: variable 'storage_test_volume' from source: include params 138029 1726888191.77665: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888191.77844: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888191.77960: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888191.77963: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888191.77966: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888191.78014: 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) 138029 1726888191.78038: 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) 138029 1726888191.78064: 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) 138029 1726888191.78093: 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) 138029 1726888191.78352: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888191.78379: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888191.78403: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888191.78440: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888191.78461: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888191.78687: variable '__mount_point' from source: task vars 138029 1726888191.78762: variable 'storage_test_volume' from source: include params 138029 1726888191.78797: variable 'storage_test_fstab' from source: set_fact 138029 1726888191.79119: variable '_storage_test_volume_present' from source: set_fact 138029 1726888191.79122: variable '__mount_point' from source: task vars 138029 1726888191.79194: variable 'storage_test_volume' from source: include params 138029 1726888191.79220: variable 'storage_test_volume' from source: include params 138029 1726888191.79391: variable '_storage_test_volume_present' from source: set_fact 138029 1726888191.79395: variable '__mount_point' from source: task vars 138029 1726888191.79470: variable 'storage_test_volume' from source: include params 138029 1726888191.79849: variable '__mount_options' from source: task vars 138029 1726888191.79925: variable 'storage_test_volume' from source: include params 138029 1726888191.79981: variable '__mount_point' from source: task vars 138029 1726888191.80016: variable 'storage_test_volume' from source: include params 138029 1726888191.80030: variable 'storage_test_fstab' from source: set_fact 138029 1726888191.80038: variable '__pattern' from source: task vars 138029 1726888191.80129: variable '__mount_point' from source: task vars 138029 1726888191.80213: variable 'storage_test_volume' from source: include params 138029 1726888191.80262: variable '__mount_options' from source: task vars 138029 1726888191.80291: variable 'storage_test_volume' from source: include params 138029 1726888191.80468: variable '_storage_test_volume_present' from source: set_fact 138029 1726888191.80474: variable '__mount_options' from source: task vars 138029 1726888191.80546: variable 'storage_test_volume' from source: include params 138029 1726888191.80576: variable 'omit' from source: magic vars 138029 1726888191.80637: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888191.80640: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888191.80669: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888191.80676: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.80688: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.80770: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888191.80773: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888191.80775: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888191.80777: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.80779: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.80891: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888191.80896: Set connection var ansible_timeout to 10 138029 1726888191.80902: Set connection var ansible_pipelining to False 138029 1726888191.80905: Set connection var ansible_shell_type to sh 138029 1726888191.80907: Set connection var ansible_connection to ssh 138029 1726888191.80916: Set connection var ansible_shell_executable to /bin/sh 138029 1726888191.80944: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.80947: variable 'ansible_connection' from source: unknown 138029 1726888191.80951: variable 'ansible_module_compression' from source: unknown 138029 1726888191.80967: variable 'ansible_shell_type' from source: unknown 138029 1726888191.80987: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.80990: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.80992: variable 'ansible_pipelining' from source: unknown 138029 1726888191.80994: variable 'ansible_timeout' from source: unknown 138029 1726888191.80996: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.81072: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888191.81083: variable 'omit' from source: magic vars 138029 1726888191.81089: starting attempt loop 138029 1726888191.81091: running the handler 138029 1726888191.81102: handler run complete 138029 1726888191.81109: attempt loop complete, returning result 138029 1726888191.81112: _execute() done 138029 1726888191.81114: dumping result to json 138029 1726888191.81117: done dumping result, returning 138029 1726888191.81124: done running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking [0affc8a3-6f6f-5a58-73a2-0000000023d4] 138029 1726888191.81128: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023d4 138029 1726888191.81227: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023d4 138029 1726888191.81230: WORKER PROCESS EXITING ok: [managed_node3] => { "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=9fcf588e-8176-4062-961f-60e5b7b5d8c2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test3 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test3 " ] }, "changed": false } 138029 1726888191.81293: no more pending results, returning what we have 138029 1726888191.81295: results queue empty 138029 1726888191.81296: checking for any_errors_fatal 138029 1726888191.81307: done checking for any_errors_fatal 138029 1726888191.81307: checking for max_fail_percentage 138029 1726888191.81309: done checking for max_fail_percentage 138029 1726888191.81310: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.81311: done checking to see if all hosts have failed 138029 1726888191.81311: getting the remaining hosts for this loop 138029 1726888191.81313: done getting the remaining hosts for this loop 138029 1726888191.81317: getting the next task for host managed_node3 138029 1726888191.81325: done getting next task for host managed_node3 138029 1726888191.81329: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888191.81337: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.81346: getting variables 138029 1726888191.81348: in VariableManager get_vars() 138029 1726888191.81385: Calling all_inventory to load vars for managed_node3 138029 1726888191.81388: Calling groups_inventory to load vars for managed_node3 138029 1726888191.81391: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.81401: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.81404: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.81406: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.81847: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.82239: done with get_vars() 138029 1726888191.82252: done getting variables 138029 1726888191.82299: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:51 -0400 (0:00:00.098) 0:03:24.546 ****** 138029 1726888191.82325: entering _queue_task() for managed_node3/assert 138029 1726888191.82574: worker is 1 (out of 1 available) 138029 1726888191.82589: exiting _queue_task() for managed_node3/assert 138029 1726888191.82602: done queuing things up, now waiting for results queue to drain 138029 1726888191.82605: waiting for pending results... 138029 1726888191.82976: running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888191.82982: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023d5 138029 1726888191.82994: variable 'ansible_search_path' from source: unknown 138029 1726888191.83034: calling self._execute() 138029 1726888191.83164: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.83181: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.83197: variable 'omit' from source: magic vars 138029 1726888191.83580: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888191.85201: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888191.85572: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888191.85600: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888191.85624: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888191.85644: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888191.85721: variable '_storage_test_volume_present' from source: set_fact 138029 1726888191.85734: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888191.85740: variable 'omit' from source: magic vars 138029 1726888191.85789: variable 'omit' from source: magic vars 138029 1726888191.85814: variable 'omit' from source: magic vars 138029 1726888191.85836: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888191.85859: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888191.85881: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888191.85891: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.85900: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.85913: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888191.85926: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888191.85947: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888191.85950: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.85952: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.86038: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888191.86042: Set connection var ansible_timeout to 10 138029 1726888191.86048: Set connection var ansible_pipelining to False 138029 1726888191.86050: Set connection var ansible_shell_type to sh 138029 1726888191.86053: Set connection var ansible_connection to ssh 138029 1726888191.86058: Set connection var ansible_shell_executable to /bin/sh 138029 1726888191.86081: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.86084: variable 'ansible_connection' from source: unknown 138029 1726888191.86087: variable 'ansible_module_compression' from source: unknown 138029 1726888191.86092: variable 'ansible_shell_type' from source: unknown 138029 1726888191.86094: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.86097: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.86099: variable 'ansible_pipelining' from source: unknown 138029 1726888191.86101: variable 'ansible_timeout' from source: unknown 138029 1726888191.86103: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.86184: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888191.86193: variable 'omit' from source: magic vars 138029 1726888191.86199: starting attempt loop 138029 1726888191.86202: running the handler 138029 1726888191.86321: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888191.86342: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888191.86361: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888191.86390: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888191.86401: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888191.86434: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888191.86452: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888191.86472: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888191.86496: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888191.86506: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888191.86579: variable 'storage_test_fstab_id_matches' from source: set_fact 138029 1726888191.86583: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 138029 1726888191.86599: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 138029 1726888191.86605: handler run complete 138029 1726888191.86615: attempt loop complete, returning result 138029 1726888191.86618: _execute() done 138029 1726888191.86621: dumping result to json 138029 1726888191.86623: done dumping result, returning 138029 1726888191.86630: done running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-5a58-73a2-0000000023d5] 138029 1726888191.86635: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023d5 138029 1726888191.86726: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023d5 138029 1726888191.86729: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888191.86783: no more pending results, returning what we have 138029 1726888191.86787: results queue empty 138029 1726888191.86788: checking for any_errors_fatal 138029 1726888191.86797: done checking for any_errors_fatal 138029 1726888191.86798: checking for max_fail_percentage 138029 1726888191.86799: done checking for max_fail_percentage 138029 1726888191.86800: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.86801: done checking to see if all hosts have failed 138029 1726888191.86802: getting the remaining hosts for this loop 138029 1726888191.86804: done getting the remaining hosts for this loop 138029 1726888191.86807: getting the next task for host managed_node3 138029 1726888191.86815: done getting next task for host managed_node3 138029 1726888191.86818: ^ task is: TASK: Verify the fstab mount point 138029 1726888191.86826: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.86830: getting variables 138029 1726888191.86832: in VariableManager get_vars() 138029 1726888191.86868: Calling all_inventory to load vars for managed_node3 138029 1726888191.86871: Calling groups_inventory to load vars for managed_node3 138029 1726888191.86874: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.86884: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.86887: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.86890: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.87311: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.87892: done with get_vars() 138029 1726888191.87904: done getting variables 138029 1726888191.87948: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:51 -0400 (0:00:00.056) 0:03:24.603 ****** 138029 1726888191.87975: entering _queue_task() for managed_node3/assert 138029 1726888191.88219: worker is 1 (out of 1 available) 138029 1726888191.88233: exiting _queue_task() for managed_node3/assert 138029 1726888191.88244: done queuing things up, now waiting for results queue to drain 138029 1726888191.88246: waiting for pending results... 138029 1726888191.88451: running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point 138029 1726888191.88567: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023d6 138029 1726888191.88582: variable 'ansible_search_path' from source: unknown 138029 1726888191.88613: calling self._execute() 138029 1726888191.88706: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.88710: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.88719: variable 'omit' from source: magic vars 138029 1726888191.88802: variable 'omit' from source: magic vars 138029 1726888191.88849: variable 'omit' from source: magic vars 138029 1726888191.89051: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888191.89058: variable 'storage_test_volume' from source: include params 138029 1726888191.89098: variable 'omit' from source: magic vars 138029 1726888191.89131: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888191.89160: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888191.89182: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888191.89193: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.89205: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.89219: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888191.89233: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888191.89259: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888191.89262: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.89264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.89344: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888191.89348: Set connection var ansible_timeout to 10 138029 1726888191.89362: Set connection var ansible_pipelining to False 138029 1726888191.89365: Set connection var ansible_shell_type to sh 138029 1726888191.89367: Set connection var ansible_connection to ssh 138029 1726888191.89369: Set connection var ansible_shell_executable to /bin/sh 138029 1726888191.89391: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.89395: variable 'ansible_connection' from source: unknown 138029 1726888191.89398: variable 'ansible_module_compression' from source: unknown 138029 1726888191.89400: variable 'ansible_shell_type' from source: unknown 138029 1726888191.89402: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.89405: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.89407: variable 'ansible_pipelining' from source: unknown 138029 1726888191.89409: variable 'ansible_timeout' from source: unknown 138029 1726888191.89413: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.89521: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888191.89530: variable 'omit' from source: magic vars 138029 1726888191.89535: starting attempt loop 138029 1726888191.89538: running the handler 138029 1726888191.89664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888191.91189: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888191.91234: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888191.91261: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888191.91289: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888191.91311: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888191.91362: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888191.91385: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888191.91403: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888191.91433: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888191.91443: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888191.91482: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888191.91500: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888191.91518: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888191.91544: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888191.91554: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888191.91637: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 138029 1726888191.91640: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888191.91651: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 138029 1726888191.91659: handler run complete 138029 1726888191.91672: attempt loop complete, returning result 138029 1726888191.91675: _execute() done 138029 1726888191.91677: dumping result to json 138029 1726888191.91680: done dumping result, returning 138029 1726888191.91687: done running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point [0affc8a3-6f6f-5a58-73a2-0000000023d6] 138029 1726888191.91692: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023d6 138029 1726888191.91783: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023d6 138029 1726888191.91786: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888191.91838: no more pending results, returning what we have 138029 1726888191.91841: results queue empty 138029 1726888191.91842: checking for any_errors_fatal 138029 1726888191.91851: done checking for any_errors_fatal 138029 1726888191.91851: checking for max_fail_percentage 138029 1726888191.91853: done checking for max_fail_percentage 138029 1726888191.91854: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.91857: done checking to see if all hosts have failed 138029 1726888191.91858: getting the remaining hosts for this loop 138029 1726888191.91859: done getting the remaining hosts for this loop 138029 1726888191.91863: getting the next task for host managed_node3 138029 1726888191.91871: done getting next task for host managed_node3 138029 1726888191.91873: ^ task is: TASK: Verify mount_options 138029 1726888191.91881: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.91887: getting variables 138029 1726888191.91888: in VariableManager get_vars() 138029 1726888191.91922: Calling all_inventory to load vars for managed_node3 138029 1726888191.91925: Calling groups_inventory to load vars for managed_node3 138029 1726888191.91928: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.91938: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.91940: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.91943: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.92392: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.92788: done with get_vars() 138029 1726888191.92802: done getting variables 138029 1726888191.92845: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:51 -0400 (0:00:00.048) 0:03:24.652 ****** 138029 1726888191.92873: entering _queue_task() for managed_node3/assert 138029 1726888191.93112: worker is 1 (out of 1 available) 138029 1726888191.93126: exiting _queue_task() for managed_node3/assert 138029 1726888191.93140: done queuing things up, now waiting for results queue to drain 138029 1726888191.93141: waiting for pending results... 138029 1726888191.93348: running TaskExecutor() for managed_node3/TASK: Verify mount_options 138029 1726888191.93488: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023d7 138029 1726888191.93504: variable 'ansible_search_path' from source: unknown 138029 1726888191.93662: calling self._execute() 138029 1726888191.93676: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.93688: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.93706: variable 'omit' from source: magic vars 138029 1726888191.94107: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888191.95872: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888191.95924: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888191.95952: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888191.95983: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888191.96003: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888191.96060: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888191.96083: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888191.96103: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888191.96128: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888191.96139: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888191.96228: Evaluated conditional (__storage_verify_mount_options | d(false)): False 138029 1726888191.96231: when evaluation is False, skipping this task 138029 1726888191.96234: _execute() done 138029 1726888191.96236: dumping result to json 138029 1726888191.96238: done dumping result, returning 138029 1726888191.96245: done running TaskExecutor() for managed_node3/TASK: Verify mount_options [0affc8a3-6f6f-5a58-73a2-0000000023d7] 138029 1726888191.96250: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023d7 138029 1726888191.96347: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023d7 138029 1726888191.96350: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 138029 1726888191.96401: no more pending results, returning what we have 138029 1726888191.96404: results queue empty 138029 1726888191.96405: checking for any_errors_fatal 138029 1726888191.96414: done checking for any_errors_fatal 138029 1726888191.96414: checking for max_fail_percentage 138029 1726888191.96416: done checking for max_fail_percentage 138029 1726888191.96417: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.96418: done checking to see if all hosts have failed 138029 1726888191.96419: getting the remaining hosts for this loop 138029 1726888191.96420: done getting the remaining hosts for this loop 138029 1726888191.96424: getting the next task for host managed_node3 138029 1726888191.96432: done getting next task for host managed_node3 138029 1726888191.96435: ^ task is: TASK: Verify fingerprint 138029 1726888191.96441: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.96446: getting variables 138029 1726888191.96448: in VariableManager get_vars() 138029 1726888191.96493: Calling all_inventory to load vars for managed_node3 138029 1726888191.96496: Calling groups_inventory to load vars for managed_node3 138029 1726888191.96499: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888191.96508: Calling all_plugins_play to load vars for managed_node3 138029 1726888191.96511: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888191.96513: Calling groups_plugins_play to load vars for managed_node3 138029 1726888191.97215: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888191.97815: done with get_vars() 138029 1726888191.97834: done getting variables 138029 1726888191.97897: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:51 -0400 (0:00:00.050) 0:03:24.702 ****** 138029 1726888191.97934: entering _queue_task() for managed_node3/assert 138029 1726888191.98244: worker is 1 (out of 1 available) 138029 1726888191.98260: exiting _queue_task() for managed_node3/assert 138029 1726888191.98277: done queuing things up, now waiting for results queue to drain 138029 1726888191.98279: waiting for pending results... 138029 1726888191.98597: running TaskExecutor() for managed_node3/TASK: Verify fingerprint 138029 1726888191.98690: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023d8 138029 1726888191.98699: variable 'ansible_search_path' from source: unknown 138029 1726888191.98728: calling self._execute() 138029 1726888191.98830: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.98833: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.98843: variable 'omit' from source: magic vars 138029 1726888191.98934: variable 'omit' from source: magic vars 138029 1726888191.98985: variable 'omit' from source: magic vars 138029 1726888191.99011: variable 'omit' from source: magic vars 138029 1726888191.99043: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888191.99076: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888191.99093: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888191.99107: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.99118: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888191.99131: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888191.99144: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888191.99170: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888191.99173: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.99176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.99264: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888191.99270: Set connection var ansible_timeout to 10 138029 1726888191.99273: Set connection var ansible_pipelining to False 138029 1726888191.99276: Set connection var ansible_shell_type to sh 138029 1726888191.99278: Set connection var ansible_connection to ssh 138029 1726888191.99284: Set connection var ansible_shell_executable to /bin/sh 138029 1726888191.99308: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.99311: variable 'ansible_connection' from source: unknown 138029 1726888191.99313: variable 'ansible_module_compression' from source: unknown 138029 1726888191.99318: variable 'ansible_shell_type' from source: unknown 138029 1726888191.99320: variable 'ansible_shell_executable' from source: unknown 138029 1726888191.99322: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888191.99326: variable 'ansible_pipelining' from source: unknown 138029 1726888191.99330: variable 'ansible_timeout' from source: unknown 138029 1726888191.99332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888191.99521: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888191.99526: variable 'omit' from source: magic vars 138029 1726888191.99528: starting attempt loop 138029 1726888191.99532: running the handler 138029 1726888191.99686: variable '__fingerprint' from source: task vars 138029 1726888191.99692: variable 'storage_test_fstab' from source: set_fact 138029 1726888191.99710: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 138029 1726888191.99715: handler run complete 138029 1726888191.99726: attempt loop complete, returning result 138029 1726888191.99728: _execute() done 138029 1726888191.99733: dumping result to json 138029 1726888191.99735: done dumping result, returning 138029 1726888191.99742: done running TaskExecutor() for managed_node3/TASK: Verify fingerprint [0affc8a3-6f6f-5a58-73a2-0000000023d8] 138029 1726888191.99746: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023d8 138029 1726888191.99836: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023d8 138029 1726888191.99838: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888191.99925: no more pending results, returning what we have 138029 1726888191.99928: results queue empty 138029 1726888191.99929: checking for any_errors_fatal 138029 1726888191.99936: done checking for any_errors_fatal 138029 1726888191.99937: checking for max_fail_percentage 138029 1726888191.99939: done checking for max_fail_percentage 138029 1726888191.99939: checking to see if all hosts have failed and the running result is not ok 138029 1726888191.99940: done checking to see if all hosts have failed 138029 1726888191.99941: getting the remaining hosts for this loop 138029 1726888191.99942: done getting the remaining hosts for this loop 138029 1726888191.99946: getting the next task for host managed_node3 138029 1726888191.99957: done getting next task for host managed_node3 138029 1726888191.99959: ^ task is: TASK: Clean up variables 138029 1726888191.99967: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888191.99971: getting variables 138029 1726888191.99972: in VariableManager get_vars() 138029 1726888192.00003: Calling all_inventory to load vars for managed_node3 138029 1726888192.00005: Calling groups_inventory to load vars for managed_node3 138029 1726888192.00008: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888192.00017: Calling all_plugins_play to load vars for managed_node3 138029 1726888192.00020: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888192.00023: Calling groups_plugins_play to load vars for managed_node3 138029 1726888192.00543: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888192.01211: done with get_vars() 138029 1726888192.01230: done getting variables 138029 1726888192.01294: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:52 -0400 (0:00:00.033) 0:03:24.736 ****** 138029 1726888192.01334: entering _queue_task() for managed_node3/set_fact 138029 1726888192.01582: worker is 1 (out of 1 available) 138029 1726888192.01596: exiting _queue_task() for managed_node3/set_fact 138029 1726888192.01609: done queuing things up, now waiting for results queue to drain 138029 1726888192.01611: waiting for pending results... 138029 1726888192.01821: running TaskExecutor() for managed_node3/TASK: Clean up variables 138029 1726888192.01922: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023d9 138029 1726888192.01935: variable 'ansible_search_path' from source: unknown 138029 1726888192.01966: calling self._execute() 138029 1726888192.02060: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.02067: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.02079: variable 'omit' from source: magic vars 138029 1726888192.02163: variable 'omit' from source: magic vars 138029 1726888192.02211: variable 'omit' from source: magic vars 138029 1726888192.02238: variable 'omit' from source: magic vars 138029 1726888192.02275: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888192.02304: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888192.02322: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888192.02336: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888192.02346: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888192.02361: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888192.02379: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888192.02401: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888192.02404: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.02406: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.02496: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888192.02500: Set connection var ansible_timeout to 10 138029 1726888192.02507: Set connection var ansible_pipelining to False 138029 1726888192.02509: Set connection var ansible_shell_type to sh 138029 1726888192.02511: Set connection var ansible_connection to ssh 138029 1726888192.02516: Set connection var ansible_shell_executable to /bin/sh 138029 1726888192.02535: variable 'ansible_shell_executable' from source: unknown 138029 1726888192.02538: variable 'ansible_connection' from source: unknown 138029 1726888192.02543: variable 'ansible_module_compression' from source: unknown 138029 1726888192.02545: variable 'ansible_shell_type' from source: unknown 138029 1726888192.02548: variable 'ansible_shell_executable' from source: unknown 138029 1726888192.02550: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.02553: variable 'ansible_pipelining' from source: unknown 138029 1726888192.02556: variable 'ansible_timeout' from source: unknown 138029 1726888192.02559: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.02678: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888192.02682: variable 'omit' from source: magic vars 138029 1726888192.02688: starting attempt loop 138029 1726888192.02691: running the handler 138029 1726888192.02704: handler run complete 138029 1726888192.02710: attempt loop complete, returning result 138029 1726888192.02713: _execute() done 138029 1726888192.02715: dumping result to json 138029 1726888192.02718: done dumping result, returning 138029 1726888192.02726: done running TaskExecutor() for managed_node3/TASK: Clean up variables [0affc8a3-6f6f-5a58-73a2-0000000023d9] 138029 1726888192.02729: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023d9 138029 1726888192.02821: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023d9 138029 1726888192.02824: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888192.02883: no more pending results, returning what we have 138029 1726888192.02892: results queue empty 138029 1726888192.02893: checking for any_errors_fatal 138029 1726888192.02905: done checking for any_errors_fatal 138029 1726888192.02905: checking for max_fail_percentage 138029 1726888192.02907: done checking for max_fail_percentage 138029 1726888192.02908: checking to see if all hosts have failed and the running result is not ok 138029 1726888192.02909: done checking to see if all hosts have failed 138029 1726888192.02910: getting the remaining hosts for this loop 138029 1726888192.02911: done getting the remaining hosts for this loop 138029 1726888192.02915: getting the next task for host managed_node3 138029 1726888192.02927: done getting next task for host managed_node3 138029 1726888192.02929: ^ task is: TASK: Verify fs type 138029 1726888192.02935: ^ 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? (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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888192.02939: getting variables 138029 1726888192.02940: in VariableManager get_vars() 138029 1726888192.02972: Calling all_inventory to load vars for managed_node3 138029 1726888192.02974: Calling groups_inventory to load vars for managed_node3 138029 1726888192.02977: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888192.02986: Calling all_plugins_play to load vars for managed_node3 138029 1726888192.02988: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888192.02991: Calling groups_plugins_play to load vars for managed_node3 138029 1726888192.03377: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888192.03946: done with get_vars() 138029 1726888192.03958: done getting variables 138029 1726888192.04000: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:52 -0400 (0:00:00.026) 0:03:24.763 ****** 138029 1726888192.04022: entering _queue_task() for managed_node3/assert 138029 1726888192.04244: worker is 1 (out of 1 available) 138029 1726888192.04260: exiting _queue_task() for managed_node3/assert 138029 1726888192.04272: done queuing things up, now waiting for results queue to drain 138029 1726888192.04273: waiting for pending results... 138029 1726888192.04488: running TaskExecutor() for managed_node3/TASK: Verify fs type 138029 1726888192.04594: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023dd 138029 1726888192.04614: variable 'ansible_search_path' from source: unknown 138029 1726888192.04637: calling self._execute() 138029 1726888192.04773: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.04801: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.04804: variable 'omit' from source: magic vars 138029 1726888192.05292: variable 'storage_test_volume' from source: include params 138029 1726888192.05329: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888192.05524: variable 'storage_test_volume' from source: include params 138029 1726888192.05527: Evaluated conditional (storage_test_volume.fs_type): True 138029 1726888192.05629: variable '_storage_test_volume_present' from source: set_fact 138029 1726888192.05652: Evaluated conditional (_storage_test_volume_present): True 138029 1726888192.05657: variable 'omit' from source: magic vars 138029 1726888192.05675: variable 'omit' from source: magic vars 138029 1726888192.05696: variable 'omit' from source: magic vars 138029 1726888192.05729: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888192.05758: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888192.05778: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888192.05792: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888192.05802: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888192.05816: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888192.05829: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888192.05853: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888192.05862: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.05867: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.06160: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888192.06163: Set connection var ansible_timeout to 10 138029 1726888192.06166: Set connection var ansible_pipelining to False 138029 1726888192.06168: Set connection var ansible_shell_type to sh 138029 1726888192.06170: Set connection var ansible_connection to ssh 138029 1726888192.06174: Set connection var ansible_shell_executable to /bin/sh 138029 1726888192.06176: variable 'ansible_shell_executable' from source: unknown 138029 1726888192.06181: variable 'ansible_connection' from source: unknown 138029 1726888192.06184: variable 'ansible_module_compression' from source: unknown 138029 1726888192.06185: variable 'ansible_shell_type' from source: unknown 138029 1726888192.06187: variable 'ansible_shell_executable' from source: unknown 138029 1726888192.06190: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.06192: variable 'ansible_pipelining' from source: unknown 138029 1726888192.06194: variable 'ansible_timeout' from source: unknown 138029 1726888192.06196: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.06359: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888192.06362: variable 'omit' from source: magic vars 138029 1726888192.06367: starting attempt loop 138029 1726888192.06386: running the handler 138029 1726888192.06662: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888192.13259: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888192.13315: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888192.13342: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888192.13375: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888192.13393: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888192.13438: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888192.13465: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888192.13485: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888192.13510: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888192.13520: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888192.13660: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888192.13678: variable 'storage_test_volume' from source: include params 138029 1726888192.13694: 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 138029 1726888192.13700: handler run complete 138029 1726888192.13710: attempt loop complete, returning result 138029 1726888192.13713: _execute() done 138029 1726888192.13716: dumping result to json 138029 1726888192.13718: done dumping result, returning 138029 1726888192.13724: done running TaskExecutor() for managed_node3/TASK: Verify fs type [0affc8a3-6f6f-5a58-73a2-0000000023dd] 138029 1726888192.13726: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023dd 138029 1726888192.13821: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023dd 138029 1726888192.13823: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888192.13870: no more pending results, returning what we have 138029 1726888192.13874: results queue empty 138029 1726888192.13875: checking for any_errors_fatal 138029 1726888192.13883: done checking for any_errors_fatal 138029 1726888192.13884: checking for max_fail_percentage 138029 1726888192.13885: done checking for max_fail_percentage 138029 1726888192.13886: checking to see if all hosts have failed and the running result is not ok 138029 1726888192.13887: done checking to see if all hosts have failed 138029 1726888192.13887: getting the remaining hosts for this loop 138029 1726888192.13889: done getting the remaining hosts for this loop 138029 1726888192.13893: getting the next task for host managed_node3 138029 1726888192.13907: done getting next task for host managed_node3 138029 1726888192.13909: ^ task is: TASK: Verify fs label 138029 1726888192.13916: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888192.13920: getting variables 138029 1726888192.13921: in VariableManager get_vars() 138029 1726888192.13961: Calling all_inventory to load vars for managed_node3 138029 1726888192.13964: Calling groups_inventory to load vars for managed_node3 138029 1726888192.13967: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888192.13975: Calling all_plugins_play to load vars for managed_node3 138029 1726888192.13978: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888192.13981: Calling groups_plugins_play to load vars for managed_node3 138029 1726888192.18563: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888192.18930: done with get_vars() 138029 1726888192.18942: done getting variables 138029 1726888192.18984: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:52 -0400 (0:00:00.149) 0:03:24.913 ****** 138029 1726888192.19005: entering _queue_task() for managed_node3/assert 138029 1726888192.19269: worker is 1 (out of 1 available) 138029 1726888192.19286: exiting _queue_task() for managed_node3/assert 138029 1726888192.19299: done queuing things up, now waiting for results queue to drain 138029 1726888192.19301: waiting for pending results... 138029 1726888192.19703: running TaskExecutor() for managed_node3/TASK: Verify fs label 138029 1726888192.19873: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023de 138029 1726888192.19884: variable 'ansible_search_path' from source: unknown 138029 1726888192.19891: calling self._execute() 138029 1726888192.20109: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.20118: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.20122: variable 'omit' from source: magic vars 138029 1726888192.20469: variable 'storage_test_volume' from source: include params 138029 1726888192.20502: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888192.20761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888192.22570: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888192.22630: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888192.22660: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888192.22691: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888192.22712: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888192.22783: variable '_storage_test_volume_present' from source: set_fact 138029 1726888192.22796: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888192.22905: variable 'storage_test_volume' from source: include params 138029 1726888192.22917: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 138029 1726888192.22923: variable 'omit' from source: magic vars 138029 1726888192.22973: variable 'omit' from source: magic vars 138029 1726888192.23101: variable 'storage_test_volume' from source: include params 138029 1726888192.23111: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888192.23147: variable 'omit' from source: magic vars 138029 1726888192.23176: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888192.23198: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888192.23213: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888192.23226: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888192.23234: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888192.23248: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888192.23261: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888192.23294: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888192.23297: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.23300: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.23448: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888192.23451: Set connection var ansible_timeout to 10 138029 1726888192.23454: Set connection var ansible_pipelining to False 138029 1726888192.23460: Set connection var ansible_shell_type to sh 138029 1726888192.23463: Set connection var ansible_connection to ssh 138029 1726888192.23465: Set connection var ansible_shell_executable to /bin/sh 138029 1726888192.23467: variable 'ansible_shell_executable' from source: unknown 138029 1726888192.23494: variable 'ansible_connection' from source: unknown 138029 1726888192.23497: variable 'ansible_module_compression' from source: unknown 138029 1726888192.23499: variable 'ansible_shell_type' from source: unknown 138029 1726888192.23501: variable 'ansible_shell_executable' from source: unknown 138029 1726888192.23503: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.23505: variable 'ansible_pipelining' from source: unknown 138029 1726888192.23507: variable 'ansible_timeout' from source: unknown 138029 1726888192.23509: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.23621: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888192.23626: variable 'omit' from source: magic vars 138029 1726888192.23634: starting attempt loop 138029 1726888192.23639: running the handler 138029 1726888192.23769: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888192.23782: variable 'storage_test_volume' from source: include params 138029 1726888192.23794: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 138029 1726888192.23800: handler run complete 138029 1726888192.23810: attempt loop complete, returning result 138029 1726888192.23813: _execute() done 138029 1726888192.23815: dumping result to json 138029 1726888192.23817: done dumping result, returning 138029 1726888192.23825: done running TaskExecutor() for managed_node3/TASK: Verify fs label [0affc8a3-6f6f-5a58-73a2-0000000023de] 138029 1726888192.23829: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023de 138029 1726888192.23945: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023de 138029 1726888192.23948: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888192.24052: no more pending results, returning what we have 138029 1726888192.24057: results queue empty 138029 1726888192.24058: checking for any_errors_fatal 138029 1726888192.24066: done checking for any_errors_fatal 138029 1726888192.24067: checking for max_fail_percentage 138029 1726888192.24068: done checking for max_fail_percentage 138029 1726888192.24069: checking to see if all hosts have failed and the running result is not ok 138029 1726888192.24070: done checking to see if all hosts have failed 138029 1726888192.24070: getting the remaining hosts for this loop 138029 1726888192.24072: done getting the remaining hosts for this loop 138029 1726888192.24075: getting the next task for host managed_node3 138029 1726888192.24088: done getting next task for host managed_node3 138029 1726888192.24091: ^ task is: TASK: See whether the device node is present 138029 1726888192.24098: ^ 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? (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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888192.24110: getting variables 138029 1726888192.24111: in VariableManager get_vars() 138029 1726888192.24142: Calling all_inventory to load vars for managed_node3 138029 1726888192.24144: Calling groups_inventory to load vars for managed_node3 138029 1726888192.24147: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888192.24188: Calling all_plugins_play to load vars for managed_node3 138029 1726888192.24192: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888192.24196: Calling groups_plugins_play to load vars for managed_node3 138029 1726888192.24613: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888192.25038: done with get_vars() 138029 1726888192.25057: 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:09:52 -0400 (0:00:00.061) 0:03:24.975 ****** 138029 1726888192.25153: entering _queue_task() for managed_node3/stat 138029 1726888192.25441: worker is 1 (out of 1 available) 138029 1726888192.25457: exiting _queue_task() for managed_node3/stat 138029 1726888192.25471: done queuing things up, now waiting for results queue to drain 138029 1726888192.25473: waiting for pending results... 138029 1726888192.25693: running TaskExecutor() for managed_node3/TASK: See whether the device node is present 138029 1726888192.25800: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023e2 138029 1726888192.25815: variable 'ansible_search_path' from source: unknown 138029 1726888192.25845: calling self._execute() 138029 1726888192.25947: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.25983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.25987: variable 'omit' from source: magic vars 138029 1726888192.26128: variable 'omit' from source: magic vars 138029 1726888192.26161: variable 'omit' from source: magic vars 138029 1726888192.26468: variable 'storage_test_volume' from source: include params 138029 1726888192.26479: variable 'omit' from source: magic vars 138029 1726888192.26528: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888192.26570: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888192.26585: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888192.26599: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888192.26609: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888192.26632: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888192.26677: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888192.26690: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888192.26693: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.26696: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.26844: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888192.26847: Set connection var ansible_timeout to 10 138029 1726888192.26850: Set connection var ansible_pipelining to False 138029 1726888192.26852: Set connection var ansible_shell_type to sh 138029 1726888192.26854: Set connection var ansible_connection to ssh 138029 1726888192.26858: Set connection var ansible_shell_executable to /bin/sh 138029 1726888192.26875: variable 'ansible_shell_executable' from source: unknown 138029 1726888192.26881: variable 'ansible_connection' from source: unknown 138029 1726888192.26890: variable 'ansible_module_compression' from source: unknown 138029 1726888192.26892: variable 'ansible_shell_type' from source: unknown 138029 1726888192.26895: variable 'ansible_shell_executable' from source: unknown 138029 1726888192.26897: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.26899: variable 'ansible_pipelining' from source: unknown 138029 1726888192.26901: variable 'ansible_timeout' from source: unknown 138029 1726888192.26903: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.27173: 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) 138029 1726888192.27178: variable 'omit' from source: magic vars 138029 1726888192.27214: starting attempt loop 138029 1726888192.27218: running the handler 138029 1726888192.27220: _low_level_execute_command(): starting 138029 1726888192.27222: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888192.27852: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888192.27860: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888192.27922: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888192.27929: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888192.27984: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888192.29780: stdout chunk (state=3): >>>/root <<< 138029 1726888192.29884: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888192.29988: stderr chunk (state=3): >>><<< 138029 1726888192.29992: stdout chunk (state=3): >>><<< 138029 1726888192.30018: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888192.30037: _low_level_execute_command(): starting 138029 1726888192.30043: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888192.3002317-144234-26170332965081 `" && echo ansible-tmp-1726888192.3002317-144234-26170332965081="` echo /root/.ansible/tmp/ansible-tmp-1726888192.3002317-144234-26170332965081 `" ) && sleep 0' 138029 1726888192.30647: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888192.30652: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888192.30657: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888192.30673: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888192.30678: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888192.30715: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888192.30722: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888192.30724: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888192.30775: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888192.36723: stdout chunk (state=3): >>>ansible-tmp-1726888192.3002317-144234-26170332965081=/root/.ansible/tmp/ansible-tmp-1726888192.3002317-144234-26170332965081 <<< 138029 1726888192.36964: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888192.36968: stdout chunk (state=3): >>><<< 138029 1726888192.36971: stderr chunk (state=3): >>><<< 138029 1726888192.36974: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888192.3002317-144234-26170332965081=/root/.ansible/tmp/ansible-tmp-1726888192.3002317-144234-26170332965081 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888192.37009: variable 'ansible_module_compression' from source: unknown 138029 1726888192.37074: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888192.37123: variable 'ansible_facts' from source: unknown 138029 1726888192.37229: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888192.3002317-144234-26170332965081/AnsiballZ_stat.py 138029 1726888192.37469: Sending initial data 138029 1726888192.37472: Sent initial data (154 bytes) 138029 1726888192.38073: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888192.38120: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888192.38137: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888192.38163: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888192.38231: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888192.40000: 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 <<< 138029 1726888192.40039: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888192.40114: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp71gxztyi /root/.ansible/tmp/ansible-tmp-1726888192.3002317-144234-26170332965081/AnsiballZ_stat.py <<< 138029 1726888192.40118: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888192.3002317-144234-26170332965081/AnsiballZ_stat.py" <<< 138029 1726888192.40177: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 138029 1726888192.40211: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp71gxztyi" to remote "/root/.ansible/tmp/ansible-tmp-1726888192.3002317-144234-26170332965081/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888192.3002317-144234-26170332965081/AnsiballZ_stat.py" <<< 138029 1726888192.40993: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888192.41127: stdout chunk (state=3): >>><<< 138029 1726888192.41131: stderr chunk (state=3): >>><<< 138029 1726888192.41133: done transferring module to remote 138029 1726888192.41135: _low_level_execute_command(): starting 138029 1726888192.41137: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888192.3002317-144234-26170332965081/ /root/.ansible/tmp/ansible-tmp-1726888192.3002317-144234-26170332965081/AnsiballZ_stat.py && sleep 0' 138029 1726888192.41712: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888192.41739: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888192.41761: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888192.41846: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888192.43758: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888192.43781: stdout chunk (state=3): >>><<< 138029 1726888192.43792: stderr chunk (state=3): >>><<< 138029 1726888192.43814: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888192.43823: _low_level_execute_command(): starting 138029 1726888192.43832: _low_level_execute_command(): using become for this command 138029 1726888192.43852: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zfooofyapskjlfzukhgrryxrnwbfulht ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888192.3002317-144234-26170332965081/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888192.43999: Initial state: awaiting_escalation: BECOME-SUCCESS-zfooofyapskjlfzukhgrryxrnwbfulht 138029 1726888192.44536: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888192.44618: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888192.44718: stderr chunk (state=1): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888192.44748: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888192.44848: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888192.47936: stdout chunk (state=1): >>>BECOME-SUCCESS-zfooofyapskjlfzukhgrryxrnwbfulht <<< 138029 1726888192.47941: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zfooofyapskjlfzukhgrryxrnwbfulht' 138029 1726888192.48275: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888192.48314: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888192.48343: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888192.48419: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888192.48435: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888192.48458: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888192.48512: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888192.48524: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888192.48584: 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' <<< 138029 1726888192.48619: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888192.48631: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888192.48671: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888192.48719: 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 0x7fe5dc9103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc8dfa10> <<< 138029 1726888192.48749: 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 0x7fe5dc912960> <<< 138029 1726888192.48791: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888192.48799: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888192.48830: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888192.48858: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888192.48959: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888192.48973: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888192.49007: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888192.49062: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 138029 1726888192.49109: 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 <<< 138029 1726888192.49128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888192.49136: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc6e4fe0> <<< 138029 1726888192.49195: 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' <<< 138029 1726888192.49213: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc6e5fd0> <<< 138029 1726888192.49231: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888192.49276: 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. <<< 138029 1726888192.49507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888192.49524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888192.49551: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888192.49562: 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 <<< 138029 1726888192.49617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888192.49626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888192.49654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888192.49670: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc723e90> <<< 138029 1726888192.49695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888192.49706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888192.49736: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc723f50> <<< 138029 1726888192.49761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888192.49786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888192.49816: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888192.49859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888192.49887: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888192.49916: 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 0x7fe5dc75b860> <<< 138029 1726888192.49948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888192.49967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc75bef0> import '_collections' # <<< 138029 1726888192.50028: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc73bb30> <<< 138029 1726888192.50030: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888192.50062: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc739280> <<< 138029 1726888192.50154: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc721040> <<< 138029 1726888192.50200: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888192.50227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 138029 1726888192.50260: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888192.50299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888192.50319: 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' <<< 138029 1726888192.50345: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc77f890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc77e4b0> <<< 138029 1726888192.50382: 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 0x7fe5dc73a150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc77cc50> <<< 138029 1726888192.50439: 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' <<< 138029 1726888192.50477: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7ac920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7202c0> <<< 138029 1726888192.50485: 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' <<< 138029 1726888192.50521: 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 0x7fe5dc7acdd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7acc80> <<< 138029 1726888192.50560: 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 0x7fe5dc7ad070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc71ede0> <<< 138029 1726888192.50596: 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' <<< 138029 1726888192.50660: 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' <<< 138029 1726888192.50688: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7ad730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7ad430> import 'importlib.machinery' # <<< 138029 1726888192.50735: 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' <<< 138029 1726888192.50770: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7ae630> import 'importlib.util' # import 'runpy' # <<< 138029 1726888192.50798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888192.50851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888192.50876: 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 0x7fe5dc7c8860> import 'errno' # <<< 138029 1726888192.50919: 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 0x7fe5dc7c9fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888192.50954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888192.50974: 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 0x7fe5dc7cae10> <<< 138029 1726888192.51018: 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 0x7fe5dc7cb440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7ca390> <<< 138029 1726888192.51054: 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' <<< 138029 1726888192.51116: 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 0x7fe5dc7cbe30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7cb560> <<< 138029 1726888192.51168: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7ae690> <<< 138029 1726888192.51213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888192.51245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888192.51269: 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' <<< 138029 1726888192.51328: 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 0x7fe5dc547ce0> <<< 138029 1726888192.51336: 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' <<< 138029 1726888192.51385: 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 0x7fe5dc570770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc5704d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe5dc5707a0> <<< 138029 1726888192.51435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888192.51446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888192.51492: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888192.51622: 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 0x7fe5dc5710a0> <<< 138029 1726888192.51762: 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 0x7fe5dc571a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc570980> <<< 138029 1726888192.51794: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc545e80> <<< 138029 1726888192.51829: 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' <<< 138029 1726888192.51924: 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 0x7fe5dc572e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc571910> <<< 138029 1726888192.51939: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7aed80> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888192.52009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888192.52040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888192.52063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888192.52086: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc59f1a0> <<< 138029 1726888192.52162: 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' <<< 138029 1726888192.52190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888192.52203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888192.52253: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc5c7560> <<< 138029 1726888192.52276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888192.52318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888192.52402: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888192.52405: 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 0x7fe5dc620350> <<< 138029 1726888192.52445: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888192.52449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888192.52489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888192.52533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888192.52658: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc622ab0> <<< 138029 1726888192.52882: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc620470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc5ed340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbf29430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc5c6390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc573d70> <<< 138029 1726888192.57007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888192.57012: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe5dc5c66f0> <<< 138029 1726888192.57923: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_laar1080/ansible_stat_payload.zip' # zipimport: zlib available <<< 138029 1726888192.58074: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.58099: 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' <<< 138029 1726888192.58143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888192.58258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888192.58264: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 138029 1726888192.58290: 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 0x7fe5dbf7f170> import '_typing' # <<< 138029 1726888192.58472: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbf5e060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbf5d1c0> # zipimport: zlib available <<< 138029 1726888192.58527: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888192.58542: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888192.58573: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888192.58582: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.60029: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.61188: 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 0x7fe5dbf7d460> <<< 138029 1726888192.61196: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888192.61233: 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' <<< 138029 1726888192.61238: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888192.61291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888192.61294: 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 0x7fe5dbfa6b10> <<< 138029 1726888192.61324: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbfa6900> <<< 138029 1726888192.61386: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbfa6210> <<< 138029 1726888192.61389: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888192.61427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888192.61434: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbfa6c00> <<< 138029 1726888192.61475: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbf7fe00> import 'atexit' # <<< 138029 1726888192.61504: 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 0x7fe5dbfa7800> <<< 138029 1726888192.61525: 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 0x7fe5dbfa7a40> <<< 138029 1726888192.61539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888192.61613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 138029 1726888192.61661: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbfa7f50> import 'pwd' # <<< 138029 1726888192.61677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888192.61703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888192.61741: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe15ca0> <<< 138029 1726888192.61778: 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 0x7fe5dbe178c0> <<< 138029 1726888192.61813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888192.61819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888192.61872: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe18290> <<< 138029 1726888192.61875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888192.61921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888192.61924: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe19400> <<< 138029 1726888192.61950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888192.61990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888192.62014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888192.62025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888192.62116: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe1bf20> <<< 138029 1726888192.62136: 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 0x7fe5dbf7fb90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe1a1e0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888192.62180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888192.62235: 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' <<< 138029 1726888192.62239: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888192.62307: 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' <<< 138029 1726888192.62316: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe23e90> import '_tokenize' # <<< 138029 1726888192.62387: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe22960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe226c0> <<< 138029 1726888192.62406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888192.62420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888192.62498: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe22c30> <<< 138029 1726888192.62509: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe1a6f0> <<< 138029 1726888192.62542: 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 0x7fe5dbe67ef0> <<< 138029 1726888192.62591: 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 0x7fe5dbe68230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 138029 1726888192.62619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888192.62633: 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' <<< 138029 1726888192.62684: 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 0x7fe5dbe69ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe69a60> <<< 138029 1726888192.62704: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888192.62812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888192.62874: 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 0x7fe5dbe6c260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe6a390> <<< 138029 1726888192.62891: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888192.62938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888192.62969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888192.62986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888192.63025: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe6fa40> <<< 138029 1726888192.63148: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe6c410> <<< 138029 1726888192.63211: 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 0x7fe5dbe70890> <<< 138029 1726888192.63249: 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 0x7fe5dbe70b60> <<< 138029 1726888192.63299: 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 0x7fe5dbe70d10> <<< 138029 1726888192.63307: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe68410> <<< 138029 1726888192.63367: 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' <<< 138029 1726888192.63371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888192.63412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888192.63415: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888192.63438: 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 0x7fe5dbefc410> <<< 138029 1726888192.63589: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888192.63613: 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 0x7fe5dbefd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe72ba0> <<< 138029 1726888192.63662: 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 0x7fe5dbe73f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe727e0> # zipimport: zlib available <<< 138029 1726888192.63678: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888192.63772: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.63878: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.63882: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888192.63932: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888192.63938: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.64052: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.64173: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.64728: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.65295: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888192.65319: 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 <<< 138029 1726888192.65380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888192.65399: 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 0x7fe5dbd01790> <<< 138029 1726888192.65485: 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' <<< 138029 1726888192.65508: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbd02600> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbefd850> <<< 138029 1726888192.65551: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888192.65615: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.65619: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888192.65833: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.66083: 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 0x7fe5dbd02360> # zipimport: zlib available <<< 138029 1726888192.66371: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.66811: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.66881: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.66962: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888192.66982: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.67005: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.67050: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888192.67197: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.67223: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888192.67232: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.67240: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.67261: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888192.67268: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.67309: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.67356: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888192.67594: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.67817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888192.67893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888192.67906: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888192.67978: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbd03770> <<< 138029 1726888192.68003: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.68052: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.68135: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888192.68181: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888192.68185: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.68221: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.68264: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888192.68279: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.68318: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.68359: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.68416: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.68484: 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 <<< 138029 1726888192.68534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888192.68614: 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 0x7fe5dbd0e1b0> <<< 138029 1726888192.68681: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbd0be00> <<< 138029 1726888192.68706: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888192.68769: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.68825: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.68854: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.68901: 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' <<< 138029 1726888192.68936: 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 <<< 138029 1726888192.68971: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888192.68991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888192.69042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888192.69072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888192.69085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888192.69130: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe02a80> <<< 138029 1726888192.69174: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbfe2750> <<< 138029 1726888192.69258: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbd0e2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbd03020> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888192.69270: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.69295: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.69329: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888192.69390: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888192.69397: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.69431: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888192.69435: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.69572: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.69778: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888192.70677: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/mapper/vg1-Lv3", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 5214, "dev": 6, "nlink": 1, "atime": 1726888036.753931, "mtime": 1726888036.753931, "ctime": 1726888036.753931, "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": 64768, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/symlink", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/mapper/vg1-Lv3", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888192.70703: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888192.71172: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888192.71236: 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 <<< 138029 1726888192.71277: 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 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd <<< 138029 1726888192.71361: stdout chunk (state=3): >>># cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text <<< 138029 1726888192.71386: 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.modules # destroy ansible.modules <<< 138029 1726888192.71626: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888192.71675: 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 <<< 138029 1726888192.71873: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888192.71904: 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 <<< 138029 1726888192.71935: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888192.71972: 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 <<< 138029 1726888192.71999: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc <<< 138029 1726888192.72033: stdout chunk (state=3): >>># cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 138029 1726888192.72090: 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 <<< 138029 1726888192.72122: 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 <<< 138029 1726888192.72266: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888192.72307: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888192.72310: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888192.72343: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888192.72388: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888192.72399: 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 <<< 138029 1726888192.72441: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888192.72512: 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 <<< 138029 1726888192.72574: stdout chunk (state=3): >>># destroy time <<< 138029 1726888192.72596: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888192.72607: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 138029 1726888192.72628: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888192.73212: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888192.73216: stdout chunk (state=3): >>><<< 138029 1726888192.73219: stderr chunk (state=3): >>><<< 138029 1726888192.73377: _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 0x7fe5dc9103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc8dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc912960> 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 0x7fe5dc6e4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fe5dc6e5fd0> 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 0x7fe5dc723e90> # /usr/lib64/python3.12/__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 0x7fe5dc723f50> # /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 0x7fe5dc75b860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc75bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc73bb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc739280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc721040> # /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 0x7fe5dc77f890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc77e4b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc73a150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc77cc50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7ac920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7202c0> # /usr/lib64/python3.12/__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 0x7fe5dc7acdd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7acc80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe5dc7ad070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc71ede0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fe5dc7ad730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7ad430> 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 0x7fe5dc7ae630> 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 0x7fe5dc7c8860> 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 0x7fe5dc7c9fa0> # /usr/lib64/python3.12/__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 0x7fe5dc7cae10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe5dc7cb440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7ca390> # /usr/lib64/python3.12/__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 0x7fe5dc7cbe30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7cb560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7ae690> # /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 0x7fe5dc547ce0> # /usr/lib64/python3.12/__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 0x7fe5dc570770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc5704d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe5dc5707a0> # /usr/lib64/python3.12/__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 0x7fe5dc5710a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe5dc571a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc570980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc545e80> # /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 0x7fe5dc572e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc571910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc7aed80> # /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 0x7fe5dc59f1a0> # /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 0x7fe5dc5c7560> # /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 0x7fe5dc620350> # /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 0x7fe5dc622ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc620470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc5ed340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbf29430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc5c6390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dc573d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe5dc5c66f0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_laar1080/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 0x7fe5dbf7f170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbf5e060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbf5d1c0> # 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 0x7fe5dbf7d460> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fe5dbfa6b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbfa6900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbfa6210> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fe5dbfa6c00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbf7fe00> 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 0x7fe5dbfa7800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe5dbfa7a40> # /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 0x7fe5dbfa7f50> 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 0x7fe5dbe15ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe5dbe178c0> # /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 0x7fe5dbe18290> # /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 0x7fe5dbe19400> # /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 0x7fe5dbe1bf20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe5dbf7fb90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe1a1e0> # /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 0x7fe5dbe23e90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe22960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe226c0> # /usr/lib64/python3.12/__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 0x7fe5dbe22c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe1a6f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe5dbe67ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe68230> # /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 0x7fe5dbe69ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe69a60> # /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 0x7fe5dbe6c260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe6a390> # /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 0x7fe5dbe6fa40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe6c410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe5dbe70890> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe5dbe70b60> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe5dbe70d10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe68410> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fe5dbefc410> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe5dbefd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe72ba0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe5dbe73f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbe727e0> # 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 0x7fe5dbd01790> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fe5dbd02600> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbefd850> 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 0x7fe5dbd02360> # 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 0x7fe5dbd03770> # 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 0x7fe5dbd0e1b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbd0be00> 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 0x7fe5dbe02a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbfe2750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbd0e2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe5dbd03020> # 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/mapper/vg1-Lv3", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 5214, "dev": 6, "nlink": 1, "atime": 1726888036.753931, "mtime": 1726888036.753931, "ctime": 1726888036.753931, "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": 64768, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "disk", "mimetype": "inode/symlink", "charset": "binary", "version": null, "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/dev/mapper/vg1-Lv3", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888192.74086: done with _execute_module (stat, {'path': '/dev/mapper/vg1-Lv3', '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-1726888192.3002317-144234-26170332965081/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888192.74090: _low_level_execute_command(): starting 138029 1726888192.74093: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888192.3002317-144234-26170332965081/ > /dev/null 2>&1 && sleep 0' 138029 1726888192.74479: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888192.74499: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888192.74519: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888192.74537: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888192.74557: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888192.74618: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888192.74672: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888192.74691: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888192.74725: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888192.74805: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888192.76780: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888192.76783: stdout chunk (state=3): >>><<< 138029 1726888192.76786: stderr chunk (state=3): >>><<< 138029 1726888192.76806: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888192.76868: handler run complete 138029 1726888192.76882: attempt loop complete, returning result 138029 1726888192.76890: _execute() done 138029 1726888192.76903: dumping result to json 138029 1726888192.76914: done dumping result, returning 138029 1726888192.76928: done running TaskExecutor() for managed_node3/TASK: See whether the device node is present [0affc8a3-6f6f-5a58-73a2-0000000023e2] 138029 1726888192.76938: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023e2 138029 1726888192.77228: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023e2 138029 1726888192.77231: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726888036.753931, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726888036.753931, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 5214, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726888036.753931, "nlink": 1, "path": "/dev/mapper/vg1-Lv3", "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 } } 138029 1726888192.77343: no more pending results, returning what we have 138029 1726888192.77347: results queue empty 138029 1726888192.77348: checking for any_errors_fatal 138029 1726888192.77369: done checking for any_errors_fatal 138029 1726888192.77370: checking for max_fail_percentage 138029 1726888192.77372: done checking for max_fail_percentage 138029 1726888192.77373: checking to see if all hosts have failed and the running result is not ok 138029 1726888192.77374: done checking to see if all hosts have failed 138029 1726888192.77374: getting the remaining hosts for this loop 138029 1726888192.77376: done getting the remaining hosts for this loop 138029 1726888192.77380: getting the next task for host managed_node3 138029 1726888192.77388: done getting next task for host managed_node3 138029 1726888192.77391: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888192.77397: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888192.77408: getting variables 138029 1726888192.77410: in VariableManager get_vars() 138029 1726888192.77447: Calling all_inventory to load vars for managed_node3 138029 1726888192.77450: Calling groups_inventory to load vars for managed_node3 138029 1726888192.77453: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888192.77594: Calling all_plugins_play to load vars for managed_node3 138029 1726888192.77598: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888192.77602: Calling groups_plugins_play to load vars for managed_node3 138029 1726888192.78579: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888192.79311: done with get_vars() 138029 1726888192.79333: done getting variables 138029 1726888192.79395: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:52 -0400 (0:00:00.542) 0:03:25.517 ****** 138029 1726888192.79435: entering _queue_task() for managed_node3/assert 138029 1726888192.79736: worker is 1 (out of 1 available) 138029 1726888192.79749: exiting _queue_task() for managed_node3/assert 138029 1726888192.79773: done queuing things up, now waiting for results queue to drain 138029 1726888192.79775: waiting for pending results... 138029 1726888192.80167: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888192.80292: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023e3 138029 1726888192.80297: variable 'ansible_search_path' from source: unknown 138029 1726888192.80304: calling self._execute() 138029 1726888192.80438: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.80451: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.80472: variable 'omit' from source: magic vars 138029 1726888192.80997: variable '_storage_test_volume_present' from source: set_fact 138029 1726888192.81009: variable 'storage_test_volume' from source: include params 138029 1726888192.81042: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 138029 1726888192.81071: variable 'omit' from source: magic vars 138029 1726888192.81140: variable 'omit' from source: magic vars 138029 1726888192.81258: variable 'storage_test_volume' from source: include params 138029 1726888192.81313: variable 'omit' from source: magic vars 138029 1726888192.81394: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888192.81407: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888192.81432: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888192.81454: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888192.81478: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888192.81508: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888192.81560: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888192.81571: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888192.81581: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.81589: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.81726: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888192.81738: Set connection var ansible_timeout to 10 138029 1726888192.81830: Set connection var ansible_pipelining to False 138029 1726888192.81832: Set connection var ansible_shell_type to sh 138029 1726888192.81834: Set connection var ansible_connection to ssh 138029 1726888192.81837: Set connection var ansible_shell_executable to /bin/sh 138029 1726888192.81838: variable 'ansible_shell_executable' from source: unknown 138029 1726888192.81840: variable 'ansible_connection' from source: unknown 138029 1726888192.81842: variable 'ansible_module_compression' from source: unknown 138029 1726888192.81844: variable 'ansible_shell_type' from source: unknown 138029 1726888192.81845: variable 'ansible_shell_executable' from source: unknown 138029 1726888192.81847: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.81849: variable 'ansible_pipelining' from source: unknown 138029 1726888192.81852: variable 'ansible_timeout' from source: unknown 138029 1726888192.81854: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.82005: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888192.82023: variable 'omit' from source: magic vars 138029 1726888192.82033: starting attempt loop 138029 1726888192.82048: running the handler 138029 1726888192.82225: variable 'storage_test_dev' from source: set_fact 138029 1726888192.82251: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 138029 1726888192.82272: handler run complete 138029 1726888192.82290: attempt loop complete, returning result 138029 1726888192.82297: _execute() done 138029 1726888192.82360: dumping result to json 138029 1726888192.82372: done dumping result, returning 138029 1726888192.82378: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-0000000023e3] 138029 1726888192.82380: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023e3 138029 1726888192.82460: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023e3 138029 1726888192.82463: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888192.82523: no more pending results, returning what we have 138029 1726888192.82526: results queue empty 138029 1726888192.82528: checking for any_errors_fatal 138029 1726888192.82542: done checking for any_errors_fatal 138029 1726888192.82543: checking for max_fail_percentage 138029 1726888192.82544: done checking for max_fail_percentage 138029 1726888192.82546: checking to see if all hosts have failed and the running result is not ok 138029 1726888192.82546: done checking to see if all hosts have failed 138029 1726888192.82547: getting the remaining hosts for this loop 138029 1726888192.82548: done getting the remaining hosts for this loop 138029 1726888192.82552: getting the next task for host managed_node3 138029 1726888192.82563: done getting next task for host managed_node3 138029 1726888192.82570: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888192.82576: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888192.82582: getting variables 138029 1726888192.82583: in VariableManager get_vars() 138029 1726888192.82617: Calling all_inventory to load vars for managed_node3 138029 1726888192.82620: Calling groups_inventory to load vars for managed_node3 138029 1726888192.82624: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888192.82640: Calling all_plugins_play to load vars for managed_node3 138029 1726888192.82643: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888192.82645: Calling groups_plugins_play to load vars for managed_node3 138029 1726888192.83600: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888192.84316: done with get_vars() 138029 1726888192.84332: done getting variables 138029 1726888192.84394: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:52 -0400 (0:00:00.049) 0:03:25.567 ****** 138029 1726888192.84433: entering _queue_task() for managed_node3/assert 138029 1726888192.84742: worker is 1 (out of 1 available) 138029 1726888192.84754: exiting _queue_task() for managed_node3/assert 138029 1726888192.84774: done queuing things up, now waiting for results queue to drain 138029 1726888192.84776: waiting for pending results... 138029 1726888192.85173: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888192.85239: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023e4 138029 1726888192.85263: variable 'ansible_search_path' from source: unknown 138029 1726888192.85309: calling self._execute() 138029 1726888192.85443: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.85457: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.85507: variable 'omit' from source: magic vars 138029 1726888192.85914: variable '_storage_test_volume_present' from source: set_fact 138029 1726888192.85925: variable 'storage_test_volume' from source: include params 138029 1726888192.85960: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 138029 1726888192.85968: when evaluation is False, skipping this task 138029 1726888192.85975: _execute() done 138029 1726888192.86050: dumping result to json 138029 1726888192.86053: done dumping result, returning 138029 1726888192.86057: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-0000000023e4] 138029 1726888192.86060: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023e4 138029 1726888192.86124: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023e4 138029 1726888192.86127: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 138029 1726888192.86202: no more pending results, returning what we have 138029 1726888192.86205: results queue empty 138029 1726888192.86206: checking for any_errors_fatal 138029 1726888192.86221: done checking for any_errors_fatal 138029 1726888192.86222: checking for max_fail_percentage 138029 1726888192.86223: done checking for max_fail_percentage 138029 1726888192.86224: checking to see if all hosts have failed and the running result is not ok 138029 1726888192.86225: done checking to see if all hosts have failed 138029 1726888192.86226: getting the remaining hosts for this loop 138029 1726888192.86227: done getting the remaining hosts for this loop 138029 1726888192.86231: getting the next task for host managed_node3 138029 1726888192.86240: done getting next task for host managed_node3 138029 1726888192.86243: ^ task is: TASK: Make sure we got info about this volume 138029 1726888192.86250: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888192.86254: getting variables 138029 1726888192.86258: in VariableManager get_vars() 138029 1726888192.86291: Calling all_inventory to load vars for managed_node3 138029 1726888192.86294: Calling groups_inventory to load vars for managed_node3 138029 1726888192.86297: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888192.86309: Calling all_plugins_play to load vars for managed_node3 138029 1726888192.86312: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888192.86315: Calling groups_plugins_play to load vars for managed_node3 138029 1726888192.87358: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888192.87969: done with get_vars() 138029 1726888192.87985: done getting variables 138029 1726888192.88044: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:52 -0400 (0:00:00.036) 0:03:25.604 ****** 138029 1726888192.88082: entering _queue_task() for managed_node3/assert 138029 1726888192.88358: worker is 1 (out of 1 available) 138029 1726888192.88371: exiting _queue_task() for managed_node3/assert 138029 1726888192.88384: done queuing things up, now waiting for results queue to drain 138029 1726888192.88385: waiting for pending results... 138029 1726888192.88700: running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume 138029 1726888192.88883: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023e5 138029 1726888192.88887: variable 'ansible_search_path' from source: unknown 138029 1726888192.88962: calling self._execute() 138029 1726888192.89075: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.89089: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.89112: variable 'omit' from source: magic vars 138029 1726888192.89536: variable '_storage_test_volume_present' from source: set_fact 138029 1726888192.89539: Evaluated conditional (_storage_test_volume_present): True 138029 1726888192.89553: variable 'omit' from source: magic vars 138029 1726888192.89645: variable 'omit' from source: magic vars 138029 1726888192.89775: variable 'storage_test_volume' from source: include params 138029 1726888192.89863: variable 'omit' from source: magic vars 138029 1726888192.89884: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888192.89926: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888192.89954: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888192.90082: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888192.90085: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888192.90088: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888192.90091: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888192.90095: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888192.90098: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.90100: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.90235: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888192.90244: Set connection var ansible_timeout to 10 138029 1726888192.90253: Set connection var ansible_pipelining to False 138029 1726888192.90261: Set connection var ansible_shell_type to sh 138029 1726888192.90269: Set connection var ansible_connection to ssh 138029 1726888192.90277: Set connection var ansible_shell_executable to /bin/sh 138029 1726888192.90310: variable 'ansible_shell_executable' from source: unknown 138029 1726888192.90316: variable 'ansible_connection' from source: unknown 138029 1726888192.90328: variable 'ansible_module_compression' from source: unknown 138029 1726888192.90333: variable 'ansible_shell_type' from source: unknown 138029 1726888192.90339: variable 'ansible_shell_executable' from source: unknown 138029 1726888192.90344: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.90408: variable 'ansible_pipelining' from source: unknown 138029 1726888192.90411: variable 'ansible_timeout' from source: unknown 138029 1726888192.90414: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.90505: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888192.90527: variable 'omit' from source: magic vars 138029 1726888192.90544: starting attempt loop 138029 1726888192.90551: running the handler 138029 1726888192.90710: variable 'storage_test_volume' from source: include params 138029 1726888192.90726: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888192.90774: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 138029 1726888192.90783: handler run complete 138029 1726888192.90799: attempt loop complete, returning result 138029 1726888192.90842: _execute() done 138029 1726888192.90845: dumping result to json 138029 1726888192.90847: done dumping result, returning 138029 1726888192.90849: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume [0affc8a3-6f6f-5a58-73a2-0000000023e5] 138029 1726888192.90851: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023e5 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888192.91009: no more pending results, returning what we have 138029 1726888192.91012: results queue empty 138029 1726888192.91014: checking for any_errors_fatal 138029 1726888192.91023: done checking for any_errors_fatal 138029 1726888192.91023: checking for max_fail_percentage 138029 1726888192.91025: done checking for max_fail_percentage 138029 1726888192.91026: checking to see if all hosts have failed and the running result is not ok 138029 1726888192.91027: done checking to see if all hosts have failed 138029 1726888192.91027: getting the remaining hosts for this loop 138029 1726888192.91029: done getting the remaining hosts for this loop 138029 1726888192.91032: getting the next task for host managed_node3 138029 1726888192.91042: done getting next task for host managed_node3 138029 1726888192.91045: ^ task is: TASK: Process volume type (set initial value) (1/2) 138029 1726888192.91053: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888192.91261: getting variables 138029 1726888192.91263: in VariableManager get_vars() 138029 1726888192.91293: Calling all_inventory to load vars for managed_node3 138029 1726888192.91296: Calling groups_inventory to load vars for managed_node3 138029 1726888192.91299: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888192.91305: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023e5 138029 1726888192.91308: WORKER PROCESS EXITING 138029 1726888192.91316: Calling all_plugins_play to load vars for managed_node3 138029 1726888192.91325: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888192.91328: Calling groups_plugins_play to load vars for managed_node3 138029 1726888192.91953: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888192.92613: done with get_vars() 138029 1726888192.92629: done getting variables 138029 1726888192.92688: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:52 -0400 (0:00:00.046) 0:03:25.650 ****** 138029 1726888192.92721: entering _queue_task() for managed_node3/set_fact 138029 1726888192.93190: worker is 1 (out of 1 available) 138029 1726888192.93200: exiting _queue_task() for managed_node3/set_fact 138029 1726888192.93211: done queuing things up, now waiting for results queue to drain 138029 1726888192.93212: waiting for pending results... 138029 1726888192.93330: running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) 138029 1726888192.93483: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023e6 138029 1726888192.93504: variable 'ansible_search_path' from source: unknown 138029 1726888192.93545: calling self._execute() 138029 1726888192.93679: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.93690: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.93701: variable 'omit' from source: magic vars 138029 1726888192.93830: variable 'omit' from source: magic vars 138029 1726888192.93987: variable 'omit' from source: magic vars 138029 1726888192.94147: variable 'storage_test_volume' from source: include params 138029 1726888192.94203: variable 'omit' from source: magic vars 138029 1726888192.94318: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888192.94322: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888192.94324: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888192.94327: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888192.94338: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888192.94358: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888192.94380: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888192.94415: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888192.94427: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.94434: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.94557: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888192.94569: Set connection var ansible_timeout to 10 138029 1726888192.94579: Set connection var ansible_pipelining to False 138029 1726888192.94585: Set connection var ansible_shell_type to sh 138029 1726888192.94591: Set connection var ansible_connection to ssh 138029 1726888192.94599: Set connection var ansible_shell_executable to /bin/sh 138029 1726888192.94633: variable 'ansible_shell_executable' from source: unknown 138029 1726888192.94752: variable 'ansible_connection' from source: unknown 138029 1726888192.94757: variable 'ansible_module_compression' from source: unknown 138029 1726888192.94759: variable 'ansible_shell_type' from source: unknown 138029 1726888192.94761: variable 'ansible_shell_executable' from source: unknown 138029 1726888192.94763: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.94765: variable 'ansible_pipelining' from source: unknown 138029 1726888192.94767: variable 'ansible_timeout' from source: unknown 138029 1726888192.94770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.94827: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888192.94848: variable 'omit' from source: magic vars 138029 1726888192.94863: starting attempt loop 138029 1726888192.94870: running the handler 138029 1726888192.94885: handler run complete 138029 1726888192.94900: attempt loop complete, returning result 138029 1726888192.94906: _execute() done 138029 1726888192.94913: dumping result to json 138029 1726888192.94920: done dumping result, returning 138029 1726888192.94931: done running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-5a58-73a2-0000000023e6] 138029 1726888192.94942: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023e6 ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } 138029 1726888192.95131: no more pending results, returning what we have 138029 1726888192.95134: results queue empty 138029 1726888192.95135: checking for any_errors_fatal 138029 1726888192.95150: done checking for any_errors_fatal 138029 1726888192.95151: checking for max_fail_percentage 138029 1726888192.95152: done checking for max_fail_percentage 138029 1726888192.95153: checking to see if all hosts have failed and the running result is not ok 138029 1726888192.95154: done checking to see if all hosts have failed 138029 1726888192.95157: getting the remaining hosts for this loop 138029 1726888192.95159: done getting the remaining hosts for this loop 138029 1726888192.95164: getting the next task for host managed_node3 138029 1726888192.95173: done getting next task for host managed_node3 138029 1726888192.95175: ^ task is: TASK: Process volume type (get RAID value) (2/2) 138029 1726888192.95183: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888192.95189: getting variables 138029 1726888192.95191: in VariableManager get_vars() 138029 1726888192.95226: Calling all_inventory to load vars for managed_node3 138029 1726888192.95229: Calling groups_inventory to load vars for managed_node3 138029 1726888192.95233: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888192.95243: Calling all_plugins_play to load vars for managed_node3 138029 1726888192.95247: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888192.95251: Calling groups_plugins_play to load vars for managed_node3 138029 1726888192.95527: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023e6 138029 1726888192.95531: WORKER PROCESS EXITING 138029 1726888192.96112: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888192.96787: done with get_vars() 138029 1726888192.96809: done getting variables 138029 1726888192.96869: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:52 -0400 (0:00:00.041) 0:03:25.692 ****** 138029 1726888192.96904: entering _queue_task() for managed_node3/set_fact 138029 1726888192.97176: worker is 1 (out of 1 available) 138029 1726888192.97188: exiting _queue_task() for managed_node3/set_fact 138029 1726888192.97200: done queuing things up, now waiting for results queue to drain 138029 1726888192.97202: waiting for pending results... 138029 1726888192.97518: running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) 138029 1726888192.97665: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023e7 138029 1726888192.97691: variable 'ansible_search_path' from source: unknown 138029 1726888192.97731: calling self._execute() 138029 1726888192.97866: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888192.97879: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888192.97894: variable 'omit' from source: magic vars 138029 1726888192.98316: variable 'storage_test_volume' from source: include params 138029 1726888192.98358: Evaluated conditional (storage_test_volume.type == "raid"): False 138029 1726888192.98368: when evaluation is False, skipping this task 138029 1726888192.98376: _execute() done 138029 1726888192.98384: dumping result to json 138029 1726888192.98392: done dumping result, returning 138029 1726888192.98403: done running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-5a58-73a2-0000000023e7] 138029 1726888192.98413: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023e7 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 138029 1726888192.98791: no more pending results, returning what we have 138029 1726888192.98794: results queue empty 138029 1726888192.98795: checking for any_errors_fatal 138029 1726888192.98800: done checking for any_errors_fatal 138029 1726888192.98801: checking for max_fail_percentage 138029 1726888192.98802: done checking for max_fail_percentage 138029 1726888192.98803: checking to see if all hosts have failed and the running result is not ok 138029 1726888192.98804: done checking to see if all hosts have failed 138029 1726888192.98805: getting the remaining hosts for this loop 138029 1726888192.98806: done getting the remaining hosts for this loop 138029 1726888192.98809: getting the next task for host managed_node3 138029 1726888192.98817: done getting next task for host managed_node3 138029 1726888192.98819: ^ task is: TASK: Verify the volume's device type 138029 1726888192.98825: ^ 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? (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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888192.98828: getting variables 138029 1726888192.98830: in VariableManager get_vars() 138029 1726888192.98857: Calling all_inventory to load vars for managed_node3 138029 1726888192.98859: Calling groups_inventory to load vars for managed_node3 138029 1726888192.98862: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888192.98870: Calling all_plugins_play to load vars for managed_node3 138029 1726888192.98873: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888192.98876: Calling groups_plugins_play to load vars for managed_node3 138029 1726888192.99445: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023e7 138029 1726888192.99449: WORKER PROCESS EXITING 138029 1726888192.99475: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888193.00126: done with get_vars() 138029 1726888193.00141: done getting variables 138029 1726888193.00200: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:53 -0400 (0:00:00.033) 0:03:25.725 ****** 138029 1726888193.00232: entering _queue_task() for managed_node3/assert 138029 1726888193.00482: worker is 1 (out of 1 available) 138029 1726888193.00494: exiting _queue_task() for managed_node3/assert 138029 1726888193.00507: done queuing things up, now waiting for results queue to drain 138029 1726888193.00508: waiting for pending results... 138029 1726888193.00800: running TaskExecutor() for managed_node3/TASK: Verify the volume's device type 138029 1726888193.00946: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023e8 138029 1726888193.00970: variable 'ansible_search_path' from source: unknown 138029 1726888193.01012: calling self._execute() 138029 1726888193.01139: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888193.01150: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888193.01167: variable 'omit' from source: magic vars 138029 1726888193.01544: variable '_storage_test_volume_present' from source: set_fact 138029 1726888193.01560: Evaluated conditional (_storage_test_volume_present): True 138029 1726888193.01573: variable 'omit' from source: magic vars 138029 1726888193.01646: variable 'omit' from source: magic vars 138029 1726888193.01690: variable 'omit' from source: magic vars 138029 1726888193.01732: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888193.01778: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888193.01802: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888193.01827: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888193.01845: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888193.01869: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888193.01890: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888193.01925: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888193.01933: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888193.01940: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888193.02065: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888193.02080: Set connection var ansible_timeout to 10 138029 1726888193.02091: Set connection var ansible_pipelining to False 138029 1726888193.02098: Set connection var ansible_shell_type to sh 138029 1726888193.02160: Set connection var ansible_connection to ssh 138029 1726888193.02164: Set connection var ansible_shell_executable to /bin/sh 138029 1726888193.02166: variable 'ansible_shell_executable' from source: unknown 138029 1726888193.02168: variable 'ansible_connection' from source: unknown 138029 1726888193.02171: variable 'ansible_module_compression' from source: unknown 138029 1726888193.02172: variable 'ansible_shell_type' from source: unknown 138029 1726888193.02180: variable 'ansible_shell_executable' from source: unknown 138029 1726888193.02182: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888193.02184: variable 'ansible_pipelining' from source: unknown 138029 1726888193.02186: variable 'ansible_timeout' from source: unknown 138029 1726888193.02188: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888193.02334: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888193.02359: variable 'omit' from source: magic vars 138029 1726888193.02368: starting attempt loop 138029 1726888193.02376: running the handler 138029 1726888193.02519: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888193.02542: variable 'storage_test_volume' from source: include params 138029 1726888193.02552: variable 'st_volume_type' from source: set_fact 138029 1726888193.02571: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 138029 1726888193.02575: handler run complete 138029 1726888193.02586: attempt loop complete, returning result 138029 1726888193.02589: _execute() done 138029 1726888193.02592: dumping result to json 138029 1726888193.02594: done dumping result, returning 138029 1726888193.02603: done running TaskExecutor() for managed_node3/TASK: Verify the volume's device type [0affc8a3-6f6f-5a58-73a2-0000000023e8] 138029 1726888193.02606: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023e8 138029 1726888193.02694: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023e8 138029 1726888193.02697: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888193.02769: no more pending results, returning what we have 138029 1726888193.02772: results queue empty 138029 1726888193.02774: checking for any_errors_fatal 138029 1726888193.02781: done checking for any_errors_fatal 138029 1726888193.02781: checking for max_fail_percentage 138029 1726888193.02783: done checking for max_fail_percentage 138029 1726888193.02784: checking to see if all hosts have failed and the running result is not ok 138029 1726888193.02784: done checking to see if all hosts have failed 138029 1726888193.02785: getting the remaining hosts for this loop 138029 1726888193.02787: done getting the remaining hosts for this loop 138029 1726888193.02790: getting the next task for host managed_node3 138029 1726888193.02800: done getting next task for host managed_node3 138029 1726888193.02802: ^ task is: TASK: Stat the LUKS device, if encrypted 138029 1726888193.02809: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888193.02814: getting variables 138029 1726888193.02816: in VariableManager get_vars() 138029 1726888193.02843: Calling all_inventory to load vars for managed_node3 138029 1726888193.02846: Calling groups_inventory to load vars for managed_node3 138029 1726888193.02848: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888193.02859: Calling all_plugins_play to load vars for managed_node3 138029 1726888193.02869: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888193.02872: Calling groups_plugins_play to load vars for managed_node3 138029 1726888193.03443: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888193.03810: done with get_vars() 138029 1726888193.03820: 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:09:53 -0400 (0:00:00.036) 0:03:25.762 ****** 138029 1726888193.03889: entering _queue_task() for managed_node3/stat 138029 1726888193.04091: worker is 1 (out of 1 available) 138029 1726888193.04106: exiting _queue_task() for managed_node3/stat 138029 1726888193.04118: done queuing things up, now waiting for results queue to drain 138029 1726888193.04120: waiting for pending results... 138029 1726888193.04420: running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted 138029 1726888193.04661: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023ec 138029 1726888193.04665: variable 'ansible_search_path' from source: unknown 138029 1726888193.04669: calling self._execute() 138029 1726888193.04672: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888193.04675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888193.04677: variable 'omit' from source: magic vars 138029 1726888193.05033: variable 'storage_test_volume' from source: include params 138029 1726888193.05070: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888193.05079: when evaluation is False, skipping this task 138029 1726888193.05088: _execute() done 138029 1726888193.05096: dumping result to json 138029 1726888193.05104: done dumping result, returning 138029 1726888193.05121: done running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-5a58-73a2-0000000023ec] 138029 1726888193.05131: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023ec 138029 1726888193.05258: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023ec 138029 1726888193.05264: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888193.05321: no more pending results, returning what we have 138029 1726888193.05325: results queue empty 138029 1726888193.05326: checking for any_errors_fatal 138029 1726888193.05339: done checking for any_errors_fatal 138029 1726888193.05340: checking for max_fail_percentage 138029 1726888193.05342: done checking for max_fail_percentage 138029 1726888193.05343: checking to see if all hosts have failed and the running result is not ok 138029 1726888193.05344: done checking to see if all hosts have failed 138029 1726888193.05344: getting the remaining hosts for this loop 138029 1726888193.05346: done getting the remaining hosts for this loop 138029 1726888193.05350: getting the next task for host managed_node3 138029 1726888193.05362: done getting next task for host managed_node3 138029 1726888193.05364: ^ task is: TASK: Ensure cryptsetup is present 138029 1726888193.05374: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888193.05380: getting variables 138029 1726888193.05382: in VariableManager get_vars() 138029 1726888193.05415: Calling all_inventory to load vars for managed_node3 138029 1726888193.05417: Calling groups_inventory to load vars for managed_node3 138029 1726888193.05420: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888193.05432: Calling all_plugins_play to load vars for managed_node3 138029 1726888193.05435: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888193.05438: Calling groups_plugins_play to load vars for managed_node3 138029 1726888193.05845: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888193.06225: done with get_vars() 138029 1726888193.06235: done getting variables 138029 1726888193.06275: 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:09:53 -0400 (0:00:00.024) 0:03:25.786 ****** 138029 1726888193.06300: entering _queue_task() for managed_node3/package 138029 1726888193.06484: worker is 1 (out of 1 available) 138029 1726888193.06498: exiting _queue_task() for managed_node3/package 138029 1726888193.06510: done queuing things up, now waiting for results queue to drain 138029 1726888193.06512: waiting for pending results... 138029 1726888193.06692: running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present 138029 1726888193.06804: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023ed 138029 1726888193.06815: variable 'ansible_search_path' from source: unknown 138029 1726888193.06843: calling self._execute() 138029 1726888193.06936: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888193.06941: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888193.06949: variable 'omit' from source: magic vars 138029 1726888193.07031: variable 'omit' from source: magic vars 138029 1726888193.07078: variable 'omit' from source: magic vars 138029 1726888193.07276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888193.08776: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888193.08821: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888193.08848: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888193.08875: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888193.08894: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888193.08975: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888193.08995: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888193.09012: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888193.09041: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888193.09052: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888193.09136: variable '__storage_is_ostree' from source: set_fact 138029 1726888193.09139: variable 'omit' from source: magic vars 138029 1726888193.09163: variable 'omit' from source: magic vars 138029 1726888193.09183: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888193.09203: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888193.09221: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888193.09233: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888193.09242: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888193.09254: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888193.09275: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888193.09296: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888193.09299: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888193.09302: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888193.09383: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888193.09386: Set connection var ansible_timeout to 10 138029 1726888193.09393: Set connection var ansible_pipelining to False 138029 1726888193.09395: Set connection var ansible_shell_type to sh 138029 1726888193.09398: Set connection var ansible_connection to ssh 138029 1726888193.09403: Set connection var ansible_shell_executable to /bin/sh 138029 1726888193.09421: variable 'ansible_shell_executable' from source: unknown 138029 1726888193.09424: variable 'ansible_connection' from source: unknown 138029 1726888193.09426: variable 'ansible_module_compression' from source: unknown 138029 1726888193.09428: variable 'ansible_shell_type' from source: unknown 138029 1726888193.09430: variable 'ansible_shell_executable' from source: unknown 138029 1726888193.09433: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888193.09437: variable 'ansible_pipelining' from source: unknown 138029 1726888193.09439: variable 'ansible_timeout' from source: unknown 138029 1726888193.09443: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888193.09517: 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) 138029 1726888193.09526: variable 'omit' from source: magic vars 138029 1726888193.09531: starting attempt loop 138029 1726888193.09534: running the handler 138029 1726888193.09540: variable 'ansible_facts' from source: unknown 138029 1726888193.09543: variable 'ansible_facts' from source: unknown 138029 1726888193.09592: _low_level_execute_command(): starting 138029 1726888193.09598: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888193.10090: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888193.10094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888193.10096: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888193.10098: 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.13.126 originally 10.31.13.126 <<< 138029 1726888193.10100: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888193.10152: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888193.10157: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888193.10163: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888193.10212: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888193.11964: stdout chunk (state=3): >>>/root <<< 138029 1726888193.12075: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888193.12102: stderr chunk (state=3): >>><<< 138029 1726888193.12113: stdout chunk (state=3): >>><<< 138029 1726888193.12125: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888193.12137: _low_level_execute_command(): starting 138029 1726888193.12141: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888193.121271-144269-243605269713270 `" && echo ansible-tmp-1726888193.121271-144269-243605269713270="` echo /root/.ansible/tmp/ansible-tmp-1726888193.121271-144269-243605269713270 `" ) && sleep 0' 138029 1726888193.12689: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888193.12694: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888193.12696: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888193.12717: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888193.12795: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888193.20637: stdout chunk (state=3): >>>ansible-tmp-1726888193.121271-144269-243605269713270=/root/.ansible/tmp/ansible-tmp-1726888193.121271-144269-243605269713270 <<< 138029 1726888193.20777: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888193.20835: stderr chunk (state=3): >>><<< 138029 1726888193.20839: stdout chunk (state=3): >>><<< 138029 1726888193.21061: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888193.121271-144269-243605269713270=/root/.ansible/tmp/ansible-tmp-1726888193.121271-144269-243605269713270 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888193.21064: variable 'ansible_module_compression' from source: unknown 138029 1726888193.21067: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 138029 1726888193.21069: variable 'ansible_facts' from source: unknown 138029 1726888193.21138: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888193.121271-144269-243605269713270/AnsiballZ_dnf.py 138029 1726888193.21313: Sending initial data 138029 1726888193.21322: Sent initial data (153 bytes) 138029 1726888193.21959: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888193.21975: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888193.21991: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888193.22077: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888193.22114: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888193.22131: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888193.22154: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888193.22242: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888193.23895: 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 <<< 138029 1726888193.23962: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888193.24010: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpw0v8ut0j /root/.ansible/tmp/ansible-tmp-1726888193.121271-144269-243605269713270/AnsiballZ_dnf.py <<< 138029 1726888193.24039: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888193.121271-144269-243605269713270/AnsiballZ_dnf.py" <<< 138029 1726888193.24073: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpw0v8ut0j" to remote "/root/.ansible/tmp/ansible-tmp-1726888193.121271-144269-243605269713270/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888193.121271-144269-243605269713270/AnsiballZ_dnf.py" <<< 138029 1726888193.25038: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888193.25072: stderr chunk (state=3): >>><<< 138029 1726888193.25134: stdout chunk (state=3): >>><<< 138029 1726888193.25143: done transferring module to remote 138029 1726888193.25196: _low_level_execute_command(): starting 138029 1726888193.25200: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888193.121271-144269-243605269713270/ /root/.ansible/tmp/ansible-tmp-1726888193.121271-144269-243605269713270/AnsiballZ_dnf.py && sleep 0' 138029 1726888193.25607: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888193.25610: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888193.25613: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888193.25615: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888193.25663: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888193.25671: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888193.25720: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888193.27590: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888193.27592: stderr chunk (state=3): >>><<< 138029 1726888193.27594: stdout chunk (state=3): >>><<< 138029 1726888193.27608: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888193.27616: _low_level_execute_command(): starting 138029 1726888193.27625: _low_level_execute_command(): using become for this command 138029 1726888193.27699: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-bnerxkvigblougefiqjdvpfyvzbxttym ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888193.121271-144269-243605269713270/AnsiballZ_dnf.py'"'"' && sleep 0' 138029 1726888193.27848: Initial state: awaiting_escalation: BECOME-SUCCESS-bnerxkvigblougefiqjdvpfyvzbxttym 138029 1726888193.28185: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888193.28321: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888193.28371: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888193.28412: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888193.31492: stdout chunk (state=1): >>>BECOME-SUCCESS-bnerxkvigblougefiqjdvpfyvzbxttym <<< 138029 1726888193.31495: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-bnerxkvigblougefiqjdvpfyvzbxttym' 138029 1726888193.31834: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888193.31870: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888193.31897: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888193.31903: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888193.31977: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888193.31982: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888193.32009: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888193.32047: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888193.32050: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888193.32074: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888193.32079: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888193.32135: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888193.32143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888193.32169: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888193.32181: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888193.32224: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888193.32254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888193.32259: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e2183e0> <<< 138029 1726888193.32267: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e1e7a10> <<< 138029 1726888193.32295: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888193.32302: 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 0x7f321e21a960> <<< 138029 1726888193.32328: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888193.32363: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888193.32374: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888193.32377: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888193.32417: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888193.32420: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888193.32508: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888193.32545: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888193.32550: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888193.32572: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888193.32599: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888193.32603: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888193.32614: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888193.32621: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888193.32630: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888193.32699: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888193.32714: 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 0x7f321e02cfe0> <<< 138029 1726888193.32760: 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 <<< 138029 1726888193.32772: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888193.32783: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e02dfd0> <<< 138029 1726888193.32810: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888193.32842: 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. <<< 138029 1726888193.33113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888193.33116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888193.33148: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888193.33153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888193.33178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888193.33216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888193.33241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888193.33262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888193.33280: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e073dd0> <<< 138029 1726888193.33295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888193.33323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888193.33343: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888193.33362: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e073fe0> <<< 138029 1726888193.33369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888193.33397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888193.33415: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888193.33476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888193.33483: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888193.33513: 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' <<< 138029 1726888193.33516: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0a37d0> <<< 138029 1726888193.33559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888193.33562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0a3e60> <<< 138029 1726888193.33575: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888193.33625: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e083a70> <<< 138029 1726888193.33633: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888193.33670: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0811c0> <<< 138029 1726888193.33766: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e070f80> <<< 138029 1726888193.33787: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888193.33805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888193.33822: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888193.33847: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888193.33877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888193.33896: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888193.33901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888193.33931: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0c7800> <<< 138029 1726888193.33947: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0c6420> <<< 138029 1726888193.33988: 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 0x7f321e0821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0c4bc0> <<< 138029 1726888193.34042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888193.34046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e070200> <<< 138029 1726888193.34080: 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' <<< 138029 1726888193.34109: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.34119: 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 0x7f321e0f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0f8bc0> <<< 138029 1726888193.34168: 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 0x7f321e0f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e066d20> <<< 138029 1726888193.34196: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888193.34204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888193.34224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888193.34267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888193.34283: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0f92b0> import 'importlib.machinery' # <<< 138029 1726888193.34331: 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' <<< 138029 1726888193.34352: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0fa4e0> import 'importlib.util' # <<< 138029 1726888193.34357: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888193.34391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888193.34424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888193.34442: 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 0x7f321e1106e0> <<< 138029 1726888193.34479: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888193.34528: 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 0x7f321e111dc0> <<< 138029 1726888193.34532: 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' <<< 138029 1726888193.34575: 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' <<< 138029 1726888193.34578: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e112c30> <<< 138029 1726888193.34624: 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 0x7f321e113260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e112180> <<< 138029 1726888193.34681: 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' <<< 138029 1726888193.34692: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.34696: 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 0x7f321e113ce0> <<< 138029 1726888193.34715: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e113410> <<< 138029 1726888193.34767: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0fa450> <<< 138029 1726888193.34815: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888193.34823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888193.34848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888193.34851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888193.34919: 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 0x7f321de87b30> <<< 138029 1726888193.34938: 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' <<< 138029 1726888193.34949: 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 0x7f321deb0680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321deb03e0> <<< 138029 1726888193.34988: 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 0x7f321deb06b0> <<< 138029 1726888193.35019: 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' <<< 138029 1726888193.35083: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.35214: 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 0x7f321deb0fe0> <<< 138029 1726888193.35342: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.35347: 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 0x7f321deb1910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321deb0890> <<< 138029 1726888193.35395: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321de85cd0> <<< 138029 1726888193.35398: 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' <<< 138029 1726888193.35453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888193.35460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321deb2c00> <<< 138029 1726888193.35501: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321deb0b30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0fac00> <<< 138029 1726888193.35525: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888193.35581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888193.35607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888193.35630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888193.35651: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321dedef30> <<< 138029 1726888193.35714: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888193.35767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888193.35795: 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' <<< 138029 1726888193.35820: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321df072c0> <<< 138029 1726888193.35845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888193.35882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888193.35929: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888193.35959: 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 0x7f321df2ffe0> <<< 138029 1726888193.35988: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888193.36022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888193.36030: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888193.36085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888193.36166: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321df62780> <<< 138029 1726888193.36237: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321df60140> <<< 138029 1726888193.36271: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321df07f50> <<< 138029 1726888193.36301: 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' <<< 138029 1726888193.36328: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321dd690d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321df060c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321deb3b30> <<< 138029 1726888193.41827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888193.41843: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f321dd69310> <<< 138029 1726888193.43161: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_zxj2aruh/ansible_ansible.legacy.dnf_payload.zip' <<< 138029 1726888193.43167: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.43299: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.43333: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888193.43345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888193.43397: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888193.43479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888193.43508: 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' <<< 138029 1726888193.43523: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ddbee10> <<< 138029 1726888193.43528: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888193.43725: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321dd9dd00> <<< 138029 1726888193.43728: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321dd9ce90> # zipimport: zlib available <<< 138029 1726888193.43775: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888193.43789: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.43792: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.43819: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.43824: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888193.43848: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.45279: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.46437: 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' <<< 138029 1726888193.46444: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ddbd100> <<< 138029 1726888193.46470: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888193.46473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888193.46501: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888193.46511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888193.46542: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888193.46545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888193.46576: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.46582: 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 0x7f321ddea7b0> <<< 138029 1726888193.46627: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ddea540> <<< 138029 1726888193.46673: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321dde9e50> <<< 138029 1726888193.46688: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888193.46701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888193.46753: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ddea690> <<< 138029 1726888193.46771: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0829c0> import 'atexit' # <<< 138029 1726888193.46790: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.46796: 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 0x7f321ddeb530> <<< 138029 1726888193.46826: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.46832: 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 0x7f321ddeb770> <<< 138029 1726888193.46857: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888193.46911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888193.46925: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888193.46981: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ddebc20> <<< 138029 1726888193.46984: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888193.47006: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888193.47039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888193.47077: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d719a00> <<< 138029 1726888193.47109: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.47114: 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 0x7f321d71b5f0> <<< 138029 1726888193.47133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888193.47153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888193.47204: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d71bfb0> <<< 138029 1726888193.47220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888193.47252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888193.47273: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d721190> <<< 138029 1726888193.47295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888193.47337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888193.47368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888193.47375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888193.47429: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d723b60> <<< 138029 1726888193.47472: 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 0x7f321e112ba0> <<< 138029 1726888193.47490: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d721e20> <<< 138029 1726888193.47511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888193.47542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888193.47571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888193.47579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888193.47599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888193.47632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888193.47659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888193.47663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 138029 1726888193.47679: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d727890> <<< 138029 1726888193.47690: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888193.47769: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d726360> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d7260c0> <<< 138029 1726888193.47787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888193.47795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888193.47873: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d726630> <<< 138029 1726888193.47901: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d7222a0> <<< 138029 1726888193.47933: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.47937: 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 0x7f321d76ba70> <<< 138029 1726888193.47971: 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 <<< 138029 1726888193.47974: 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 0x7f321d76bd10> <<< 138029 1726888193.48012: 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 <<< 138029 1726888193.48026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888193.48052: 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' <<< 138029 1726888193.48090: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.48096: 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 0x7f321d76d790> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d76d550> <<< 138029 1726888193.48117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888193.48246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888193.48296: 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 0x7f321d76fce0> <<< 138029 1726888193.48301: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d76de50> <<< 138029 1726888193.48321: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888193.48369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888193.48386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888193.48407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888193.48412: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888193.48466: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d773470> <<< 138029 1726888193.48585: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d76fe00> <<< 138029 1726888193.48654: 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 0x7f321d774770> <<< 138029 1726888193.48682: 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 0x7f321d774620> <<< 138029 1726888193.48749: 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 0x7f321d7748c0> <<< 138029 1726888193.48753: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d76bec0> <<< 138029 1726888193.48776: 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 <<< 138029 1726888193.48779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888193.48801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888193.48825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888193.48865: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.48910: 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 0x7f321d777f50> <<< 138029 1726888193.49049: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.49052: 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 0x7f321d601280> <<< 138029 1726888193.49057: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d7766f0> <<< 138029 1726888193.49104: 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 0x7f321d777aa0> <<< 138029 1726888193.49109: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d776330> <<< 138029 1726888193.49133: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888193.49164: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.49249: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.49356: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.49390: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.49430: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888193.49533: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.49663: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.50191: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.50721: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888193.50740: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 138029 1726888193.50747: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888193.50769: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888193.50778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888193.50829: 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 0x7f321d605580> <<< 138029 1726888193.50915: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888193.50925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888193.50935: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d606390> <<< 138029 1726888193.50949: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6013a0> <<< 138029 1726888193.50994: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888193.51001: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.51026: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.51047: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888193.51063: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.51201: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.51354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888193.51376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d606b40> <<< 138029 1726888193.51388: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.51834: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.52296: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.52357: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.52436: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888193.52494: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.52527: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888193.52608: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.52696: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888193.52699: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.52738: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888193.52787: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.52824: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888193.53064: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.53274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888193.53331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888193.53350: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888193.53432: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d607680> <<< 138029 1726888193.53437: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.53506: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.53589: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888193.53593: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888193.53617: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.53663: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.53704: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888193.53710: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.53768: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.53810: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.53866: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.53928: 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 <<< 138029 1726888193.53966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888193.54043: 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 0x7f321d611f10> <<< 138029 1726888193.54084: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d60cfe0> <<< 138029 1726888193.54131: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888193.54207: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.54279: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.54300: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.54339: 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' <<< 138029 1726888193.54351: 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 <<< 138029 1726888193.54374: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888193.54390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888193.54448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888193.54542: 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' <<< 138029 1726888193.54570: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d702930> <<< 138029 1726888193.54600: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321de0e600> <<< 138029 1726888193.54693: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d611f70> <<< 138029 1726888193.54697: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6016d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888193.54699: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.54731: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.54749: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 138029 1726888193.54758: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888193.54851: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888193.54875: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888193.55415: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.55948: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.56620: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.57320: 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 0x7f321d6a43b0> <<< 138029 1726888193.57372: 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 0x7f321d6a4620> <<< 138029 1726888193.57404: 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' <<< 138029 1726888193.57418: 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 0x7f321d6a4d10> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a48c0> <<< 138029 1726888193.57460: 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' <<< 138029 1726888193.57478: 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' <<< 138029 1726888193.57528: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a5640> <<< 138029 1726888193.57544: 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' <<< 138029 1726888193.57611: 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' <<< 138029 1726888193.57635: 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' <<< 138029 1726888193.57761: 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' <<< 138029 1726888193.57765: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d68c890> <<< 138029 1726888193.57768: 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 0x7f321d68d4f0> <<< 138029 1726888193.57770: 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 0x7f321d2aa5a0> <<< 138029 1726888193.57850: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a6e40> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 138029 1726888193.57948: 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 <<< 138029 1726888193.57952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 138029 1726888193.58033: 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' <<< 138029 1726888193.58086: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d2ad160> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d2abce0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d2ab080> <<< 138029 1726888193.58146: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a62d0> # /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' <<< 138029 1726888193.58206: 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 <<< 138029 1726888193.58281: 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' <<< 138029 1726888193.58331: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d3190d0> <<< 138029 1726888193.58401: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d2d1220> <<< 138029 1726888193.58559: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a6810> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 138029 1726888193.58601: 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 <<< 138029 1726888193.58604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 138029 1726888193.58860: 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 0x7f321d320b60> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d31aea0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d2d0d10> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a59a0> <<< 138029 1726888193.58864: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a56d0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a53d0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a4680> <<< 138029 1726888193.58896: 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 0x7f321d6a5670> # /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 0x7f321d321100> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a5790> # /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' <<< 138029 1726888193.58941: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d321850> <<< 138029 1726888193.58975: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 138029 1726888193.58997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 138029 1726888193.59060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888193.59089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888193.59195: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.59262: 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 0x7f321d3244d0> <<< 138029 1726888193.59458: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d305670> <<< 138029 1726888193.59522: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d322870> <<< 138029 1726888193.59526: 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' <<< 138029 1726888193.59672: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d305130> # /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 0x7f321d33e420> # /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 <<< 138029 1726888193.59676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d33f0e0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d33eb70> <<< 138029 1726888193.59753: 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' <<< 138029 1726888193.59846: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d33f3b0> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 138029 1726888193.59873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 138029 1726888193.60117: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d313b00> <<< 138029 1726888193.60122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 138029 1726888193.60190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d1cdf10> <<< 138029 1726888193.60228: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.60316: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # # zipimport: zlib available <<< 138029 1726888193.60562: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.60603: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # # zipimport: zlib available <<< 138029 1726888193.60637: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.60716: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 138029 1726888193.60832: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.60941: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 138029 1726888193.61024: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888193.61516: 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' <<< 138029 1726888193.61520: 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 <<< 138029 1726888193.61553: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cf0edb0> <<< 138029 1726888193.61614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888193.61636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888193.61730: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cf0eed0> <<< 138029 1726888193.61748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 138029 1726888193.61777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 138029 1726888193.61792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 138029 1726888193.61795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 138029 1726888193.61834: 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 0x7f321cf5f080> <<< 138029 1726888193.61868: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cf5e8d0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.61917: 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 0x7f321cf5eab0> <<< 138029 1726888193.61943: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cf0f410> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cf0e030> <<< 138029 1726888193.61961: 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 0x7f321cf0eab0> <<< 138029 1726888193.61964: 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 <<< 138029 1726888193.62076: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 138029 1726888193.62085: 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' <<< 138029 1726888193.62103: 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' <<< 138029 1726888193.62232: 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 0x7f321cfd86b0> <<< 138029 1726888193.62240: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cfd8290> <<< 138029 1726888193.62263: 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 <<< 138029 1726888193.62295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 138029 1726888193.62356: 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 0x7f321cfdbf80> <<< 138029 1726888193.62406: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cfd8800> <<< 138029 1726888193.62427: 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 <<< 138029 1726888193.62501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 138029 1726888193.63509: 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 0x7f321cb3af60> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cfdbf20> <<< 138029 1726888193.63513: 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 <<< 138029 1726888193.63587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 138029 1726888193.63663: 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 0x7f321cbb8bf0> <<< 138029 1726888193.63817: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cb3b470> <<< 138029 1726888193.63833: 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 <<< 138029 1726888193.63873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888193.63945: 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 0x7f321cbbbb90> <<< 138029 1726888193.64008: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cbb8d40> <<< 138029 1726888193.64013: 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 <<< 138029 1726888193.64138: stdout chunk (state=3): >>># 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 0x7f321cbf7da0> <<< 138029 1726888193.64192: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cbbbfb0> <<< 138029 1726888193.64302: 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' <<< 138029 1726888193.64306: 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 0x7f321b1450a0> <<< 138029 1726888193.64308: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1444a0> <<< 138029 1726888193.64311: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cf7bdd0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 138029 1726888193.64350: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 138029 1726888193.64386: 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 <<< 138029 1726888193.64389: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 138029 1726888193.64403: 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 <<< 138029 1726888193.64410: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 138029 1726888193.64440: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.64457: 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 0x7f321b168590> <<< 138029 1726888193.64479: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b147a10> <<< 138029 1726888193.64498: 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 <<< 138029 1726888193.64535: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 138029 1726888193.64560: 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' <<< 138029 1726888193.64591: 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 0x7f321b16ac30> <<< 138029 1726888193.64604: 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 <<< 138029 1726888193.64624: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 138029 1726888193.64650: 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 <<< 138029 1726888193.64673: 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 0x7f321b16bb30> <<< 138029 1726888193.64686: 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 <<< 138029 1726888193.64698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888193.65107: 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 0x7f321b190410> <<< 138029 1726888193.65144: 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 <<< 138029 1726888193.65151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888193.65170: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1918e0> <<< 138029 1726888193.65178: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b16bd40> <<< 138029 1726888193.65204: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b16aae0> <<< 138029 1726888193.65210: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b16a480> <<< 138029 1726888193.65247: 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 <<< 138029 1726888193.65254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888193.65353: 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 0x7f321b1934d0> <<< 138029 1726888193.65380: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b16b050> <<< 138029 1726888193.65439: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1688f0> <<< 138029 1726888193.65475: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b147020> <<< 138029 1726888193.65502: 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' <<< 138029 1726888193.65624: 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 0x7f321b147740> <<< 138029 1726888193.65637: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1474a0> <<< 138029 1726888193.65669: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b145220> <<< 138029 1726888193.65690: 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 0x7f321b1ccb30> <<< 138029 1726888193.65710: 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 <<< 138029 1726888193.65735: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 138029 1726888193.65752: 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 <<< 138029 1726888193.65782: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 138029 1726888193.65799: 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 <<< 138029 1726888193.65816: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 138029 1726888193.65824: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1cf020> <<< 138029 1726888193.65854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888193.65862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888193.65887: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1cf800> <<< 138029 1726888193.65892: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1ce330> <<< 138029 1726888193.65919: 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 <<< 138029 1726888193.65935: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 138029 1726888193.65962: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1cff80> <<< 138029 1726888193.65980: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1cc9e0> <<< 138029 1726888193.66009: 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' <<< 138029 1726888193.66031: 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 <<< 138029 1726888193.66073: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 138029 1726888193.66111: 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' <<< 138029 1726888193.66115: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1f5a60> <<< 138029 1726888193.66140: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1f4fe0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1f4e30> <<< 138029 1726888193.66172: 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' <<< 138029 1726888193.66191: 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 <<< 138029 1726888193.66228: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888193.66261: 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 <<< 138029 1726888193.66361: 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' <<< 138029 1726888193.66365: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aabcaa0> <<< 138029 1726888193.66367: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 138029 1726888193.66660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888193.66688: 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 0x7f321aaeab10> # 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 0x7f321aaeae70> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aabed80> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aabcf20> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1f7f50> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1f61e0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1f5f40> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py <<< 138029 1726888193.66714: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 138029 1726888193.66730: 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 <<< 138029 1726888193.66745: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888193.66767: 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 <<< 138029 1726888193.66799: 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 0x7f321ab24950> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aaebaa0> <<< 138029 1726888193.66836: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1f6720> <<< 138029 1726888193.66857: 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 <<< 138029 1726888193.66875: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 138029 1726888193.66890: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab25070> <<< 138029 1726888193.66919: 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 0x7f321ab25430> <<< 138029 1726888193.66942: 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 0x7f321ab254f0> <<< 138029 1726888193.66972: 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 <<< 138029 1726888193.67015: 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 0x7f321ab25610> <<< 138029 1726888193.67033: 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 <<< 138029 1726888193.67085: 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' <<< 138029 1726888193.67205: 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 0x7f321ab441d0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab26300> # /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 0x7f321ab443b0> # /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' <<< 138029 1726888193.67247: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab444a0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab25460> <<< 138029 1726888193.67280: 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' <<< 138029 1726888193.67301: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab44560> <<< 138029 1726888193.67316: 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 <<< 138029 1726888193.67338: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 138029 1726888193.67356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888193.67450: 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 <<< 138029 1726888193.67527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888193.67554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888193.67572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888193.67600: 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 0x7f321ab6ffe0> <<< 138029 1726888193.67630: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab6f440> <<< 138029 1726888193.67690: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab6deb0> <<< 138029 1726888193.67843: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab45df0> <<< 138029 1726888193.67860: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab45250> <<< 138029 1726888193.67892: 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' <<< 138029 1726888193.67919: stdout chunk (state=3): >>>import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab471d0> # /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' <<< 138029 1726888193.67938: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ddeb650> <<< 138029 1726888193.67965: 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' <<< 138029 1726888193.67991: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321abac830> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py <<< 138029 1726888193.68017: 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 0x7f321abacaa0> # /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' <<< 138029 1726888193.68041: 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 <<< 138029 1726888193.68072: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 138029 1726888193.68076: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321abad400> <<< 138029 1726888193.68136: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321abace90> # /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 0x7f321abae300> <<< 138029 1726888193.68139: stdout chunk (state=3): >>>import 'gc' # <<< 138029 1726888193.68141: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cf5f1d0> <<< 138029 1726888193.68161: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cf0d9d0> <<< 138029 1726888193.75807: 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 <<< 138029 1726888193.75811: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 138029 1726888193.75985: 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 0x7f321abaef90> # /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 <<< 138029 1726888193.75993: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 138029 1726888193.76039: 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 <<< 138029 1726888193.76048: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 138029 1726888193.76094: 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 0x7f321a983a40> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py <<< 138029 1726888193.76134: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py <<< 138029 1726888193.76164: 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' <<< 138029 1726888193.76342: 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 0x7f321a9a5a60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9a5640> <<< 138029 1726888193.76383: 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 0x7f321aabecf0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9a4500> <<< 138029 1726888193.76404: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a983d70> <<< 138029 1726888193.76442: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a980aa0> <<< 138029 1726888193.76484: 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' <<< 138029 1726888193.76495: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9a42f0> # /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 <<< 138029 1726888193.76552: 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 <<< 138029 1726888193.76599: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 138029 1726888193.76602: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9bafc0> <<< 138029 1726888193.76635: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9b9af0> <<< 138029 1726888193.76706: 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 0x7f321a9e07d0> # /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' <<< 138029 1726888193.76746: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9e0aa0> # /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' <<< 138029 1726888193.76823: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9e0d10> # /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 0x7f321a9e0fb0> <<< 138029 1726888193.76849: 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 <<< 138029 1726888193.76893: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 138029 1726888193.76961: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9e16d0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9e1520> <<< 138029 1726888193.76978: 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 0x7f321a9e2f30> <<< 138029 1726888193.77014: 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 0x7f321a9e30b0> # /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 <<< 138029 1726888193.77105: 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 0x7f321a9e32f0> # /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 <<< 138029 1726888193.77137: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 138029 1726888193.77160: 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' <<< 138029 1726888193.77218: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9f8260> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9e3ad0> <<< 138029 1726888193.77221: 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 <<< 138029 1726888193.77258: 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 0x7f321a9f8470> # /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 0x7f321a9f9220> <<< 138029 1726888193.77299: 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 <<< 138029 1726888193.77333: 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 0x7f321a9f9400> # /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 <<< 138029 1726888193.77387: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 138029 1726888193.77394: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9f96a0> <<< 138029 1726888193.77441: 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' <<< 138029 1726888193.77472: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9fa5a0> # /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' <<< 138029 1726888193.77503: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9fa7b0> # /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 <<< 138029 1726888193.77514: 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 0x7f321a9fa9c0> <<< 138029 1726888193.77564: 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' <<< 138029 1726888193.77588: 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 <<< 138029 1726888193.77609: 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 0x7f321a9fb5c0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9fb0e0> # /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 <<< 138029 1726888193.77631: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 138029 1726888193.77653: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 138029 1726888193.77680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aa20470> <<< 138029 1726888193.77690: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9fbd70> <<< 138029 1726888193.77715: 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 0x7f321aa21100> <<< 138029 1726888193.77963: 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 0x7f321aa21400> # /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 0x7f321aa22360> <<< 138029 1726888193.77966: 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 <<< 138029 1726888193.77968: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aa22600> <<< 138029 1726888193.77970: 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 <<< 138029 1726888193.77973: 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 0x7f321aa227b0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321abaf3e0> <<< 138029 1726888193.77975: stdout chunk (state=3): >>>import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321abaf170> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321abae780> <<< 138029 1726888193.77977: 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 <<< 138029 1726888193.77979: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 138029 1726888193.77988: 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' <<< 138029 1726888193.78018: 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 <<< 138029 1726888193.78028: 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 0x7f321aa231d0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aa22f00> <<< 138029 1726888193.78066: 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 <<< 138029 1726888193.78076: 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 <<< 138029 1726888193.78118: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888193.78142: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 138029 1726888193.78180: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 138029 1726888193.78249: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aa49670> <<< 138029 1726888193.78266: 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' <<< 138029 1726888193.78352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888193.78366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 138029 1726888193.78390: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aa4ad80> <<< 138029 1726888193.78443: 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 0x7f321aa49f70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aa49b50> <<< 138029 1726888193.78469: 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 <<< 138029 1726888193.78481: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 138029 1726888193.78511: 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 <<< 138029 1726888193.78528: 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 0x7f321a79c5f0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7879e0> <<< 138029 1726888193.78560: 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' <<< 138029 1726888193.78578: 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 <<< 138029 1726888193.78615: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 138029 1726888193.78672: 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 <<< 138029 1726888193.78675: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 138029 1726888193.78715: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a79f290> <<< 138029 1726888193.78718: 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 <<< 138029 1726888193.78731: 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 0x7f321a79fdd0> <<< 138029 1726888193.78762: 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 <<< 138029 1726888193.78780: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 138029 1726888193.78792: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 138029 1726888193.78829: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a79cc80> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a79c950> <<< 138029 1726888193.78875: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aa234a0> <<< 138029 1726888193.78906: 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 <<< 138029 1726888193.78909: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 138029 1726888193.78943: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aa491c0> <<< 138029 1726888193.78946: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aa23200> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321abaf140> <<< 138029 1726888193.78995: 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 <<< 138029 1726888193.78998: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 138029 1726888193.79037: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7ca000> <<< 138029 1726888193.79054: 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 <<< 138029 1726888193.79104: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 138029 1726888193.79116: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7ca8a0> <<< 138029 1726888193.79137: 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' <<< 138029 1726888193.79154: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7cb860> <<< 138029 1726888193.79173: 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 <<< 138029 1726888193.79198: 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 0x7f321a7cbec0> <<< 138029 1726888193.79230: 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' <<< 138029 1726888193.79264: 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' <<< 138029 1726888193.79293: 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' <<< 138029 1726888193.79343: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.79470: 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 0x7f321a7f15b0> <<< 138029 1726888193.79495: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7f0f80> <<< 138029 1726888193.79513: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7f0c20> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7f08c0> <<< 138029 1726888193.79536: 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 <<< 138029 1726888193.79547: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 138029 1726888193.79575: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7f0aa0> <<< 138029 1726888193.79606: 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 <<< 138029 1726888193.79609: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 138029 1726888193.79647: 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' <<< 138029 1726888193.79766: 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 0x7f321a7f3200> <<< 138029 1726888193.79779: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7f32c0> # /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' <<< 138029 1726888193.79854: 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 0x7f321a7f39b0> <<< 138029 1726888193.79884: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7f3830> # /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' <<< 138029 1726888193.79899: 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 <<< 138029 1726888193.79936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 138029 1726888193.79939: 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 <<< 138029 1726888193.80035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888193.80078: 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' <<< 138029 1726888193.80082: stdout chunk (state=3): >>>import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a821f70> <<< 138029 1726888193.80119: 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' <<< 138029 1726888193.80123: 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' <<< 138029 1726888193.80150: 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 0x7f321a8231a0> <<< 138029 1726888193.80190: 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 0x7f321a823410> <<< 138029 1726888193.80210: 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' <<< 138029 1726888193.80225: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888193.80252: 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 0x7f321a823590> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a8233b0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a822c60> <<< 138029 1726888193.80309: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a8220f0> <<< 138029 1726888193.80326: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a8213a0> <<< 138029 1726888193.80329: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a820980> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a820200> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7f2d20> <<< 138029 1726888193.80363: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7f2210> <<< 138029 1726888193.80366: 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 <<< 138029 1726888193.80401: 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 0x7f321a822e70> <<< 138029 1726888193.80417: 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 <<< 138029 1726888193.80438: 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 0x7f321a823a10> <<< 138029 1726888193.80468: 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 0x7f321a84c320> <<< 138029 1726888193.80507: 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 <<< 138029 1726888193.80520: 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 0x7f321a84c6b0> <<< 138029 1726888193.80548: 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 <<< 138029 1726888193.80575: 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 0x7f321a84cfb0> <<< 138029 1726888193.80603: 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 <<< 138029 1726888193.80635: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 138029 1726888193.80664: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a84db20> <<< 138029 1726888193.94036: 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}}} <<< 138029 1726888194.09798: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 138029 1726888194.09818: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888194.10289: 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 <<< 138029 1726888194.10387: 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 <<< 138029 1726888194.10566: 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # 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 <<< 138029 1726888194.10582: stdout chunk (state=3): >>># cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # 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 <<< 138029 1726888194.10602: stdout chunk (state=3): >>># 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 <<< 138029 1726888194.11182: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888194.11186: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888194.11193: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888194.11196: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 138029 1726888194.11236: stdout chunk (state=3): >>># destroy selinux <<< 138029 1726888194.11257: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc <<< 138029 1726888194.11296: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version <<< 138029 1726888194.11327: stdout chunk (state=3): >>># destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 138029 1726888194.11337: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 <<< 138029 1726888194.11385: stdout chunk (state=3): >>># destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal <<< 138029 1726888194.11423: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli <<< 138029 1726888194.11476: stdout chunk (state=3): >>># destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check <<< 138029 1726888194.11522: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # 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 <<< 138029 1726888194.11604: 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 # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey <<< 138029 1726888194.11607: 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 # 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 <<< 138029 1726888194.11627: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # 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 <<< 138029 1726888194.11668: stdout chunk (state=3): >>># cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 138029 1726888194.11697: 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 <<< 138029 1726888194.11739: 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 # 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 <<< 138029 1726888194.11780: stdout chunk (state=3): >>># 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 <<< 138029 1726888194.11815: 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 # 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 <<< 138029 1726888194.11861: stdout chunk (state=3): >>># cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect<<< 138029 1726888194.11907: stdout chunk (state=3): >>> # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib <<< 138029 1726888194.11932: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 138029 1726888194.11965: 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 _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases <<< 138029 1726888194.12001: 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 <<< 138029 1726888194.12025: 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 <<< 138029 1726888194.12471: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888194.12563: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 138029 1726888194.12567: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888194.12594: stdout chunk (state=3): >>># destroy tokenize # destroy _compat_pickle <<< 138029 1726888194.12670: stdout chunk (state=3): >>># 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 <<< 138029 1726888194.12701: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888194.12737: stdout chunk (state=3): >>># destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex <<< 138029 1726888194.12763: stdout chunk (state=3): >>># destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib <<< 138029 1726888194.12793: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 138029 1726888194.12824: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob <<< 138029 1726888194.12856: stdout chunk (state=3): >>># destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 138029 1726888194.13097: stdout chunk (state=3): >>># destroy rpm <<< 138029 1726888194.13101: 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 <<< 138029 1726888194.13103: stdout chunk (state=3): >>># 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 <<< 138029 1726888194.13154: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888194.13266: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888194.13284: stdout chunk (state=3): >>># destroy re # destroy _random <<< 138029 1726888194.13321: stdout chunk (state=3): >>># destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726888194.14453: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888194.14459: stdout chunk (state=3): >>><<< 138029 1726888194.14461: stderr chunk (state=3): >>><<< 138029 1726888194.14510: _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 0x7f321e2183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e1e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e21a960> 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 0x7f321e02cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f321e02dfd0> 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 0x7f321e073dd0> # /usr/lib64/python3.12/__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 0x7f321e073fe0> # /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 0x7f321e0a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e083a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e070f80> # /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 0x7f321e0c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0c4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e070200> # /usr/lib64/python3.12/__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 0x7f321e0f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f321e0f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e066d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f321e0f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0f92b0> 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 0x7f321e0fa4e0> 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 0x7f321e1106e0> 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 0x7f321e111dc0> # /usr/lib64/python3.12/__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 0x7f321e112c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f321e113260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e112180> # /usr/lib64/python3.12/__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 0x7f321e113ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e113410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0fa450> # /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 0x7f321de87b30> # /usr/lib64/python3.12/__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 0x7f321deb0680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321deb03e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f321deb06b0> # /usr/lib64/python3.12/__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 0x7f321deb0fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f321deb1910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321deb0890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321de85cd0> # /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 0x7f321deb2c00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321deb0b30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0fac00> # /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 0x7f321dedef30> # /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 0x7f321df072c0> # /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 0x7f321df2ffe0> # /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 0x7f321df62780> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321df60140> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321df07f50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321dd690d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321df060c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321deb3b30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f321dd69310> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_zxj2aruh/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 0x7f321ddbee10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321dd9dd00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321dd9ce90> # 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 0x7f321ddbd100> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f321ddea7b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ddea540> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321dde9e50> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f321ddea690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321e0829c0> 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 0x7f321ddeb530> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f321ddeb770> # /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 0x7f321ddebc20> 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 0x7f321d719a00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f321d71b5f0> # /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 0x7f321d71bfb0> # /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 0x7f321d721190> # /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 0x7f321d723b60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f321e112ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d721e20> # /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 0x7f321d727890> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d726360> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d7260c0> # /usr/lib64/python3.12/__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 0x7f321d726630> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d7222a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f321d76ba70> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d76bd10> # /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 0x7f321d76d790> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d76d550> # /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 0x7f321d76fce0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d76de50> # /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 0x7f321d773470> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d76fe00> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f321d774770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f321d774620> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f321d7748c0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d76bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f321d777f50> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f321d601280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d7766f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f321d777aa0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d776330> # 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 0x7f321d605580> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f321d606390> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6013a0> 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 0x7f321d606b40> # 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 0x7f321d607680> # 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 0x7f321d611f10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d60cfe0> 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 0x7f321d702930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321de0e600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d611f70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6016d0> # 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 0x7f321d6a43b0> # /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 0x7f321d6a4620> # /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 0x7f321d6a4d10> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a48c0> # /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 0x7f321d6a5640> # /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 0x7f321d68c890> # /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 0x7f321d68d4f0> # /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 0x7f321d2aa5a0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a6e40> # /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 0x7f321d2ad160> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d2abce0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d2ab080> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a62d0> # /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 0x7f321d3190d0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d2d1220> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a6810> # /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 0x7f321d320b60> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d31aea0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d2d0d10> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a59a0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a56d0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a53d0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a4680> # /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 0x7f321d6a5670> # /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 0x7f321d321100> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d6a5790> # /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 0x7f321d321850> # /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 0x7f321d3244d0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d305670> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d322870> # /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 0x7f321d305130> # /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 0x7f321d33e420> # /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 0x7f321d33f0e0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321d33eb70> # /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 0x7f321d33f3b0> # /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 0x7f321d313b00> # /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 0x7f321d1cdf10> # 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 0x7f321cf0edb0> # /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 0x7f321cf0eed0> # /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 0x7f321cf5f080> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cf5e8d0> # 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 0x7f321cf5eab0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cf0f410> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cf0e030> # /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 0x7f321cf0eab0> # /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 0x7f321cfd86b0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cfd8290> # /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 0x7f321cfdbf80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cfd8800> # /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 0x7f321cb3af60> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cfdbf20> # /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 0x7f321cbb8bf0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cb3b470> # /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 0x7f321cbbbb90> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cbb8d40> # /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 0x7f321cbf7da0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cbbbfb0> # /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 0x7f321b1450a0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1444a0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cf7bdd0> # /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 0x7f321b168590> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b147a10> # /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 0x7f321b16ac30> # /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 0x7f321b16bb30> # /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 0x7f321b190410> # /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 0x7f321b1918e0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b16bd40> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b16aae0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b16a480> # /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 0x7f321b1934d0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b16b050> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1688f0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b147020> # /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 0x7f321b147740> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1474a0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b145220> # /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 0x7f321b1ccb30> # /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 0x7f321b1cf020> # /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 0x7f321b1cf800> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1ce330> # /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 0x7f321b1cff80> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1cc9e0> # /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 0x7f321b1f5a60> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1f4fe0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1f4e30> # /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 0x7f321aabcaa0> # /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 0x7f321aaeab10> # 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 0x7f321aaeae70> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aabed80> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aabcf20> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1f7f50> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1f61e0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1f5f40> # /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 0x7f321ab24950> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aaebaa0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321b1f6720> # /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 0x7f321ab25070> # /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 0x7f321ab25430> # /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 0x7f321ab254f0> # /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 0x7f321ab25610> # /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 0x7f321ab441d0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab26300> # /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 0x7f321ab443b0> # /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 0x7f321ab444a0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab25460> # /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 0x7f321ab44560> # /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 0x7f321ab6ffe0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab6f440> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab6deb0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab45df0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321ab45250> # /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 0x7f321ab471d0> # /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 0x7f321ddeb650> # /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 0x7f321abac830> # /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 0x7f321abacaa0> # /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 0x7f321abad400> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321abace90> # /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 0x7f321abae300> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cf5f1d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321cf0d9d0> # /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 0x7f321abaef90> # /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 0x7f321a983a40> # /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 0x7f321a9a5a60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9a5640> # 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 0x7f321aabecf0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9a4500> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a983d70> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a980aa0> # /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 0x7f321a9a42f0> # /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 0x7f321a9bafc0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9b9af0> # /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 0x7f321a9e07d0> # /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 0x7f321a9e0aa0> # /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 0x7f321a9e0d10> # /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 0x7f321a9e0fb0> # /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 0x7f321a9e16d0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9e1520> # /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 0x7f321a9e2f30> # /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 0x7f321a9e30b0> # /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 0x7f321a9e32f0> # /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 0x7f321a9f8260> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9e3ad0> # /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 0x7f321a9f8470> # /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 0x7f321a9f9220> # /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 0x7f321a9f9400> # /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 0x7f321a9f96a0> # /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 0x7f321a9fa5a0> # /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 0x7f321a9fa7b0> # /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 0x7f321a9fa9c0> # /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 0x7f321a9fb5c0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9fb0e0> # /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 0x7f321aa20470> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a9fbd70> # /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 0x7f321aa21100> # /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 0x7f321aa21400> # /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 0x7f321aa22360> # /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 0x7f321aa22600> # /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 0x7f321aa227b0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321abaf3e0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321abaf170> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321abae780> # /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 0x7f321aa231d0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aa22f00> # /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 0x7f321aa49670> # /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 0x7f321aa4ad80> # 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 0x7f321aa49f70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aa49b50> # /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 0x7f321a79c5f0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7879e0> # /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 0x7f321a79f290> # /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 0x7f321a79fdd0> # /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 0x7f321a79cc80> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a79c950> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aa234a0> # /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 0x7f321aa491c0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321aa23200> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321abaf140> # /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 0x7f321a7ca000> # /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 0x7f321a7ca8a0> # /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 0x7f321a7cb860> # /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 0x7f321a7cbec0> # /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 0x7f321a7f15b0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7f0f80> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7f0c20> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7f08c0> # /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 0x7f321a7f0aa0> # /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 0x7f321a7f3200> # /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 0x7f321a7f32c0> # /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 0x7f321a7f39b0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7f3830> # /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 0x7f321a821f70> # /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 0x7f321a8231a0> # /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 0x7f321a823410> # /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 0x7f321a823590> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a8233b0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a822c60> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a8220f0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a8213a0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a820980> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a820200> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7f2d20> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f321a7f2210> # /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 0x7f321a822e70> # /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 0x7f321a823a10> # /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 0x7f321a84c320> # /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 0x7f321a84c6b0> # /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 0x7f321a84cfb0> # /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 0x7f321a84db20> {"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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888194.16661: 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-1726888193.121271-144269-243605269713270/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888194.16665: _low_level_execute_command(): starting 138029 1726888194.16667: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888193.121271-144269-243605269713270/ > /dev/null 2>&1 && sleep 0' 138029 1726888194.16671: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888194.16673: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888194.16675: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888194.16677: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888194.16679: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888194.18353: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888194.18407: stderr chunk (state=3): >>><<< 138029 1726888194.18427: stdout chunk (state=3): >>><<< 138029 1726888194.18450: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888194.18465: handler run complete 138029 1726888194.18507: attempt loop complete, returning result 138029 1726888194.18515: _execute() done 138029 1726888194.18529: dumping result to json 138029 1726888194.18540: done dumping result, returning 138029 1726888194.18553: done running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-5a58-73a2-0000000023ed] 138029 1726888194.18566: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023ed ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 138029 1726888194.18870: no more pending results, returning what we have 138029 1726888194.18874: results queue empty 138029 1726888194.18875: checking for any_errors_fatal 138029 1726888194.18887: done checking for any_errors_fatal 138029 1726888194.18887: checking for max_fail_percentage 138029 1726888194.18889: done checking for max_fail_percentage 138029 1726888194.18890: checking to see if all hosts have failed and the running result is not ok 138029 1726888194.18891: done checking to see if all hosts have failed 138029 1726888194.18892: getting the remaining hosts for this loop 138029 1726888194.18893: done getting the remaining hosts for this loop 138029 1726888194.18897: getting the next task for host managed_node3 138029 1726888194.18905: done getting next task for host managed_node3 138029 1726888194.18908: ^ task is: TASK: Collect LUKS info for this volume 138029 1726888194.18915: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888194.18920: getting variables 138029 1726888194.18922: in VariableManager get_vars() 138029 1726888194.19071: Calling all_inventory to load vars for managed_node3 138029 1726888194.19074: Calling groups_inventory to load vars for managed_node3 138029 1726888194.19078: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888194.19089: Calling all_plugins_play to load vars for managed_node3 138029 1726888194.19093: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888194.19097: Calling groups_plugins_play to load vars for managed_node3 138029 1726888194.19770: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023ed 138029 1726888194.19773: WORKER PROCESS EXITING 138029 1726888194.20035: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888194.20737: done with get_vars() 138029 1726888194.20754: done getting variables 138029 1726888194.20819: 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:09:54 -0400 (0:00:01.145) 0:03:26.932 ****** 138029 1726888194.20862: entering _queue_task() for managed_node3/command 138029 1726888194.21165: worker is 1 (out of 1 available) 138029 1726888194.21177: exiting _queue_task() for managed_node3/command 138029 1726888194.21189: done queuing things up, now waiting for results queue to drain 138029 1726888194.21190: waiting for pending results... 138029 1726888194.21496: running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume 138029 1726888194.21662: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023ee 138029 1726888194.21683: variable 'ansible_search_path' from source: unknown 138029 1726888194.21721: calling self._execute() 138029 1726888194.21848: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.21865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.21884: variable 'omit' from source: magic vars 138029 1726888194.22316: variable 'storage_test_volume' from source: include params 138029 1726888194.22343: variable '_storage_test_volume_present' from source: set_fact 138029 1726888194.22367: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 138029 1726888194.22375: when evaluation is False, skipping this task 138029 1726888194.22384: _execute() done 138029 1726888194.22391: dumping result to json 138029 1726888194.22397: done dumping result, returning 138029 1726888194.22415: done running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-5a58-73a2-0000000023ee] 138029 1726888194.22431: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023ee skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888194.22712: no more pending results, returning what we have 138029 1726888194.22716: results queue empty 138029 1726888194.22718: checking for any_errors_fatal 138029 1726888194.22744: done checking for any_errors_fatal 138029 1726888194.22745: checking for max_fail_percentage 138029 1726888194.22747: done checking for max_fail_percentage 138029 1726888194.22748: checking to see if all hosts have failed and the running result is not ok 138029 1726888194.22750: done checking to see if all hosts have failed 138029 1726888194.22750: getting the remaining hosts for this loop 138029 1726888194.22753: done getting the remaining hosts for this loop 138029 1726888194.22759: getting the next task for host managed_node3 138029 1726888194.22769: done getting next task for host managed_node3 138029 1726888194.22772: ^ task is: TASK: Verify the presence/absence of the LUKS device node 138029 1726888194.22780: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888194.22786: getting variables 138029 1726888194.22787: in VariableManager get_vars() 138029 1726888194.22825: Calling all_inventory to load vars for managed_node3 138029 1726888194.22828: Calling groups_inventory to load vars for managed_node3 138029 1726888194.22832: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888194.22841: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023ee 138029 1726888194.22845: WORKER PROCESS EXITING 138029 1726888194.22969: Calling all_plugins_play to load vars for managed_node3 138029 1726888194.22974: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888194.22978: Calling groups_plugins_play to load vars for managed_node3 138029 1726888194.23690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888194.24383: done with get_vars() 138029 1726888194.24398: done getting variables 138029 1726888194.24453: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:54 -0400 (0:00:00.036) 0:03:26.968 ****** 138029 1726888194.24497: entering _queue_task() for managed_node3/assert 138029 1726888194.24763: worker is 1 (out of 1 available) 138029 1726888194.24776: exiting _queue_task() for managed_node3/assert 138029 1726888194.24788: done queuing things up, now waiting for results queue to drain 138029 1726888194.24790: waiting for pending results... 138029 1726888194.25087: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node 138029 1726888194.25241: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023ef 138029 1726888194.25291: variable 'ansible_search_path' from source: unknown 138029 1726888194.25308: calling self._execute() 138029 1726888194.25439: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.25451: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.25509: variable 'omit' from source: magic vars 138029 1726888194.25869: variable 'storage_test_volume' from source: include params 138029 1726888194.25911: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888194.25919: when evaluation is False, skipping this task 138029 1726888194.25927: _execute() done 138029 1726888194.25934: dumping result to json 138029 1726888194.25949: done dumping result, returning 138029 1726888194.26057: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-5a58-73a2-0000000023ef] 138029 1726888194.26061: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023ef 138029 1726888194.26137: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023ef 138029 1726888194.26141: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888194.26211: no more pending results, returning what we have 138029 1726888194.26216: results queue empty 138029 1726888194.26217: checking for any_errors_fatal 138029 1726888194.26230: done checking for any_errors_fatal 138029 1726888194.26231: checking for max_fail_percentage 138029 1726888194.26234: done checking for max_fail_percentage 138029 1726888194.26235: checking to see if all hosts have failed and the running result is not ok 138029 1726888194.26236: done checking to see if all hosts have failed 138029 1726888194.26237: getting the remaining hosts for this loop 138029 1726888194.26239: done getting the remaining hosts for this loop 138029 1726888194.26244: getting the next task for host managed_node3 138029 1726888194.26254: done getting next task for host managed_node3 138029 1726888194.26260: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888194.26362: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888194.26367: getting variables 138029 1726888194.26369: in VariableManager get_vars() 138029 1726888194.26409: Calling all_inventory to load vars for managed_node3 138029 1726888194.26412: Calling groups_inventory to load vars for managed_node3 138029 1726888194.26416: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888194.26427: Calling all_plugins_play to load vars for managed_node3 138029 1726888194.26431: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888194.26433: Calling groups_plugins_play to load vars for managed_node3 138029 1726888194.27188: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888194.27883: done with get_vars() 138029 1726888194.27903: done getting variables 138029 1726888194.27959: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:54 -0400 (0:00:00.034) 0:03:27.003 ****** 138029 1726888194.27991: entering _queue_task() for managed_node3/assert 138029 1726888194.28471: worker is 1 (out of 1 available) 138029 1726888194.28480: exiting _queue_task() for managed_node3/assert 138029 1726888194.28490: done queuing things up, now waiting for results queue to drain 138029 1726888194.28492: waiting for pending results... 138029 1726888194.28623: running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888194.28710: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023f0 138029 1726888194.28737: variable 'ansible_search_path' from source: unknown 138029 1726888194.28775: calling self._execute() 138029 1726888194.28917: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.28935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.28953: variable 'omit' from source: magic vars 138029 1726888194.29374: variable '_storage_test_volume_present' from source: set_fact 138029 1726888194.29378: Evaluated conditional (_storage_test_volume_present): True 138029 1726888194.29380: variable 'omit' from source: magic vars 138029 1726888194.29445: variable 'omit' from source: magic vars 138029 1726888194.29666: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888194.32381: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888194.32530: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888194.32534: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888194.32564: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888194.32597: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888194.32719: variable 'storage_test_volume' from source: include params 138029 1726888194.32750: variable '__dev_ne_raw' from source: task vars 138029 1726888194.32909: variable 'storage_test_volume' from source: include params 138029 1726888194.33002: variable 'omit' from source: magic vars 138029 1726888194.33037: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888194.33079: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888194.33103: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888194.33126: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888194.33183: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888194.33187: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888194.33191: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888194.33224: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888194.33233: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.33242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.33381: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888194.33400: Set connection var ansible_timeout to 10 138029 1726888194.33507: Set connection var ansible_pipelining to False 138029 1726888194.33510: Set connection var ansible_shell_type to sh 138029 1726888194.33512: Set connection var ansible_connection to ssh 138029 1726888194.33514: Set connection var ansible_shell_executable to /bin/sh 138029 1726888194.33516: variable 'ansible_shell_executable' from source: unknown 138029 1726888194.33518: variable 'ansible_connection' from source: unknown 138029 1726888194.33520: variable 'ansible_module_compression' from source: unknown 138029 1726888194.33522: variable 'ansible_shell_type' from source: unknown 138029 1726888194.33524: variable 'ansible_shell_executable' from source: unknown 138029 1726888194.33526: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.33527: variable 'ansible_pipelining' from source: unknown 138029 1726888194.33529: variable 'ansible_timeout' from source: unknown 138029 1726888194.33531: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.33603: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888194.33622: variable 'omit' from source: magic vars 138029 1726888194.33630: starting attempt loop 138029 1726888194.33636: running the handler 138029 1726888194.33803: variable '__dev_ne_raw' from source: task vars 138029 1726888194.33942: variable 'storage_test_volume' from source: include params 138029 1726888194.34050: variable 'storage_test_volume' from source: include params 138029 1726888194.34053: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 138029 1726888194.34057: handler run complete 138029 1726888194.34060: attempt loop complete, returning result 138029 1726888194.34062: _execute() done 138029 1726888194.34064: dumping result to json 138029 1726888194.34066: done dumping result, returning 138029 1726888194.34068: done running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-5a58-73a2-0000000023f0] 138029 1726888194.34069: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f0 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888194.34407: no more pending results, returning what we have 138029 1726888194.34410: results queue empty 138029 1726888194.34411: checking for any_errors_fatal 138029 1726888194.34418: done checking for any_errors_fatal 138029 1726888194.34418: checking for max_fail_percentage 138029 1726888194.34420: done checking for max_fail_percentage 138029 1726888194.34421: checking to see if all hosts have failed and the running result is not ok 138029 1726888194.34422: done checking to see if all hosts have failed 138029 1726888194.34422: getting the remaining hosts for this loop 138029 1726888194.34424: done getting the remaining hosts for this loop 138029 1726888194.34427: getting the next task for host managed_node3 138029 1726888194.34436: done getting next task for host managed_node3 138029 1726888194.34439: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888194.34445: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888194.34459: getting variables 138029 1726888194.34461: in VariableManager get_vars() 138029 1726888194.34498: Calling all_inventory to load vars for managed_node3 138029 1726888194.34501: Calling groups_inventory to load vars for managed_node3 138029 1726888194.34505: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888194.34516: Calling all_plugins_play to load vars for managed_node3 138029 1726888194.34520: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888194.34523: Calling groups_plugins_play to load vars for managed_node3 138029 1726888194.35418: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f0 138029 1726888194.35422: WORKER PROCESS EXITING 138029 1726888194.35668: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888194.36335: done with get_vars() 138029 1726888194.36353: done getting variables 138029 1726888194.36414: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:54 -0400 (0:00:00.084) 0:03:27.088 ****** 138029 1726888194.36458: entering _queue_task() for managed_node3/assert 138029 1726888194.36884: worker is 1 (out of 1 available) 138029 1726888194.36895: exiting _queue_task() for managed_node3/assert 138029 1726888194.36907: done queuing things up, now waiting for results queue to drain 138029 1726888194.36908: waiting for pending results... 138029 1726888194.37120: running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888194.37292: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023f1 138029 1726888194.37317: variable 'ansible_search_path' from source: unknown 138029 1726888194.37363: calling self._execute() 138029 1726888194.37493: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.37505: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.37524: variable 'omit' from source: magic vars 138029 1726888194.37948: variable '_storage_test_volume_present' from source: set_fact 138029 1726888194.37965: variable 'storage_test_volume' from source: include params 138029 1726888194.37998: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888194.38008: when evaluation is False, skipping this task 138029 1726888194.38015: _execute() done 138029 1726888194.38021: dumping result to json 138029 1726888194.38028: done dumping result, returning 138029 1726888194.38038: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-5a58-73a2-0000000023f1] 138029 1726888194.38047: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f1 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888194.38299: no more pending results, returning what we have 138029 1726888194.38302: results queue empty 138029 1726888194.38303: checking for any_errors_fatal 138029 1726888194.38317: done checking for any_errors_fatal 138029 1726888194.38318: checking for max_fail_percentage 138029 1726888194.38319: done checking for max_fail_percentage 138029 1726888194.38320: checking to see if all hosts have failed and the running result is not ok 138029 1726888194.38321: done checking to see if all hosts have failed 138029 1726888194.38322: getting the remaining hosts for this loop 138029 1726888194.38324: done getting the remaining hosts for this loop 138029 1726888194.38328: getting the next task for host managed_node3 138029 1726888194.38337: done getting next task for host managed_node3 138029 1726888194.38339: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 138029 1726888194.38348: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888194.38357: getting variables 138029 1726888194.38359: in VariableManager get_vars() 138029 1726888194.38397: Calling all_inventory to load vars for managed_node3 138029 1726888194.38400: Calling groups_inventory to load vars for managed_node3 138029 1726888194.38404: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888194.38417: Calling all_plugins_play to load vars for managed_node3 138029 1726888194.38421: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888194.38425: Calling groups_plugins_play to load vars for managed_node3 138029 1726888194.39009: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f1 138029 1726888194.39013: WORKER PROCESS EXITING 138029 1726888194.39265: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888194.39968: done with get_vars() 138029 1726888194.39989: done getting variables 138029 1726888194.40049: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:54 -0400 (0:00:00.036) 0:03:27.124 ****** 138029 1726888194.40092: entering _queue_task() for managed_node3/assert 138029 1726888194.40367: worker is 1 (out of 1 available) 138029 1726888194.40381: exiting _queue_task() for managed_node3/assert 138029 1726888194.40393: done queuing things up, now waiting for results queue to drain 138029 1726888194.40395: waiting for pending results... 138029 1726888194.40695: running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted 138029 1726888194.40836: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023f2 138029 1726888194.40865: variable 'ansible_search_path' from source: unknown 138029 1726888194.40903: calling self._execute() 138029 1726888194.41031: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.41042: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.41060: variable 'omit' from source: magic vars 138029 1726888194.41469: variable '_storage_test_volume_present' from source: set_fact 138029 1726888194.41480: variable 'storage_test_volume' from source: include params 138029 1726888194.41518: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888194.41526: when evaluation is False, skipping this task 138029 1726888194.41534: _execute() done 138029 1726888194.41542: dumping result to json 138029 1726888194.41549: done dumping result, returning 138029 1726888194.41563: done running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-5a58-73a2-0000000023f2] 138029 1726888194.41574: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f2 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888194.41761: no more pending results, returning what we have 138029 1726888194.41765: results queue empty 138029 1726888194.41766: checking for any_errors_fatal 138029 1726888194.41775: done checking for any_errors_fatal 138029 1726888194.41776: checking for max_fail_percentage 138029 1726888194.41777: done checking for max_fail_percentage 138029 1726888194.41778: checking to see if all hosts have failed and the running result is not ok 138029 1726888194.41779: done checking to see if all hosts have failed 138029 1726888194.41780: getting the remaining hosts for this loop 138029 1726888194.41782: done getting the remaining hosts for this loop 138029 1726888194.41785: getting the next task for host managed_node3 138029 1726888194.41794: done getting next task for host managed_node3 138029 1726888194.41796: ^ task is: TASK: Check LUKS version 138029 1726888194.41804: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888194.41808: getting variables 138029 1726888194.41810: in VariableManager get_vars() 138029 1726888194.41845: Calling all_inventory to load vars for managed_node3 138029 1726888194.41848: Calling groups_inventory to load vars for managed_node3 138029 1726888194.41851: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888194.41864: Calling all_plugins_play to load vars for managed_node3 138029 1726888194.41867: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888194.41870: Calling groups_plugins_play to load vars for managed_node3 138029 1726888194.42572: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f2 138029 1726888194.42576: WORKER PROCESS EXITING 138029 1726888194.42773: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888194.43474: done with get_vars() 138029 1726888194.43488: done getting variables 138029 1726888194.43539: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:54 -0400 (0:00:00.034) 0:03:27.159 ****** 138029 1726888194.43579: entering _queue_task() for managed_node3/assert 138029 1726888194.43939: worker is 1 (out of 1 available) 138029 1726888194.43950: exiting _queue_task() for managed_node3/assert 138029 1726888194.43964: done queuing things up, now waiting for results queue to drain 138029 1726888194.43966: waiting for pending results... 138029 1726888194.44164: running TaskExecutor() for managed_node3/TASK: Check LUKS version 138029 1726888194.44318: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023f3 138029 1726888194.44342: variable 'ansible_search_path' from source: unknown 138029 1726888194.44380: calling self._execute() 138029 1726888194.44506: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.44521: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.44534: variable 'omit' from source: magic vars 138029 1726888194.44904: variable '_storage_test_volume_present' from source: set_fact 138029 1726888194.44916: Evaluated conditional (_storage_test_volume_present): True 138029 1726888194.45047: variable 'storage_test_volume' from source: include params 138029 1726888194.45088: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888194.45104: when evaluation is False, skipping this task 138029 1726888194.45112: _execute() done 138029 1726888194.45119: dumping result to json 138029 1726888194.45126: done dumping result, returning 138029 1726888194.45137: done running TaskExecutor() for managed_node3/TASK: Check LUKS version [0affc8a3-6f6f-5a58-73a2-0000000023f3] 138029 1726888194.45146: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f3 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888194.45364: no more pending results, returning what we have 138029 1726888194.45368: results queue empty 138029 1726888194.45369: checking for any_errors_fatal 138029 1726888194.45380: done checking for any_errors_fatal 138029 1726888194.45381: checking for max_fail_percentage 138029 1726888194.45382: done checking for max_fail_percentage 138029 1726888194.45384: checking to see if all hosts have failed and the running result is not ok 138029 1726888194.45385: done checking to see if all hosts have failed 138029 1726888194.45386: getting the remaining hosts for this loop 138029 1726888194.45387: done getting the remaining hosts for this loop 138029 1726888194.45391: getting the next task for host managed_node3 138029 1726888194.45402: done getting next task for host managed_node3 138029 1726888194.45405: ^ task is: TASK: Check LUKS key size 138029 1726888194.45412: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888194.45420: getting variables 138029 1726888194.45422: in VariableManager get_vars() 138029 1726888194.45459: Calling all_inventory to load vars for managed_node3 138029 1726888194.45462: Calling groups_inventory to load vars for managed_node3 138029 1726888194.45466: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888194.45479: Calling all_plugins_play to load vars for managed_node3 138029 1726888194.45483: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888194.45486: Calling groups_plugins_play to load vars for managed_node3 138029 1726888194.46171: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f3 138029 1726888194.46174: WORKER PROCESS EXITING 138029 1726888194.46347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888194.47046: done with get_vars() 138029 1726888194.47063: done getting variables 138029 1726888194.47122: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:54 -0400 (0:00:00.035) 0:03:27.195 ****** 138029 1726888194.47158: entering _queue_task() for managed_node3/assert 138029 1726888194.47519: worker is 1 (out of 1 available) 138029 1726888194.47528: exiting _queue_task() for managed_node3/assert 138029 1726888194.47539: done queuing things up, now waiting for results queue to drain 138029 1726888194.47541: waiting for pending results... 138029 1726888194.47731: running TaskExecutor() for managed_node3/TASK: Check LUKS key size 138029 1726888194.47891: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023f4 138029 1726888194.47913: variable 'ansible_search_path' from source: unknown 138029 1726888194.47959: calling self._execute() 138029 1726888194.48092: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.48106: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.48120: variable 'omit' from source: magic vars 138029 1726888194.48513: variable '_storage_test_volume_present' from source: set_fact 138029 1726888194.48608: Evaluated conditional (_storage_test_volume_present): True 138029 1726888194.48666: variable 'storage_test_volume' from source: include params 138029 1726888194.48700: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888194.48714: when evaluation is False, skipping this task 138029 1726888194.48723: _execute() done 138029 1726888194.48731: dumping result to json 138029 1726888194.48743: done dumping result, returning 138029 1726888194.48756: done running TaskExecutor() for managed_node3/TASK: Check LUKS key size [0affc8a3-6f6f-5a58-73a2-0000000023f4] 138029 1726888194.48768: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f4 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888194.48981: no more pending results, returning what we have 138029 1726888194.48985: results queue empty 138029 1726888194.48986: checking for any_errors_fatal 138029 1726888194.48996: done checking for any_errors_fatal 138029 1726888194.48997: checking for max_fail_percentage 138029 1726888194.48999: done checking for max_fail_percentage 138029 1726888194.49000: checking to see if all hosts have failed and the running result is not ok 138029 1726888194.49001: done checking to see if all hosts have failed 138029 1726888194.49002: getting the remaining hosts for this loop 138029 1726888194.49004: done getting the remaining hosts for this loop 138029 1726888194.49008: getting the next task for host managed_node3 138029 1726888194.49017: done getting next task for host managed_node3 138029 1726888194.49020: ^ task is: TASK: Check LUKS cipher 138029 1726888194.49027: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888194.49033: getting variables 138029 1726888194.49150: in VariableManager get_vars() 138029 1726888194.49185: Calling all_inventory to load vars for managed_node3 138029 1726888194.49188: Calling groups_inventory to load vars for managed_node3 138029 1726888194.49191: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888194.49267: Calling all_plugins_play to load vars for managed_node3 138029 1726888194.49271: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888194.49275: Calling groups_plugins_play to load vars for managed_node3 138029 1726888194.50145: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f4 138029 1726888194.50148: WORKER PROCESS EXITING 138029 1726888194.50215: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888194.50900: done with get_vars() 138029 1726888194.50914: done getting variables 138029 1726888194.50973: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:54 -0400 (0:00:00.038) 0:03:27.233 ****** 138029 1726888194.51012: entering _queue_task() for managed_node3/assert 138029 1726888194.51274: worker is 1 (out of 1 available) 138029 1726888194.51286: exiting _queue_task() for managed_node3/assert 138029 1726888194.51298: done queuing things up, now waiting for results queue to drain 138029 1726888194.51300: waiting for pending results... 138029 1726888194.51625: running TaskExecutor() for managed_node3/TASK: Check LUKS cipher 138029 1726888194.51809: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023f5 138029 1726888194.51831: variable 'ansible_search_path' from source: unknown 138029 1726888194.51880: calling self._execute() 138029 1726888194.52011: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.52022: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.52036: variable 'omit' from source: magic vars 138029 1726888194.52427: variable '_storage_test_volume_present' from source: set_fact 138029 1726888194.52441: Evaluated conditional (_storage_test_volume_present): True 138029 1726888194.52571: variable 'storage_test_volume' from source: include params 138029 1726888194.52603: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888194.52612: when evaluation is False, skipping this task 138029 1726888194.52627: _execute() done 138029 1726888194.52636: dumping result to json 138029 1726888194.52643: done dumping result, returning 138029 1726888194.52653: done running TaskExecutor() for managed_node3/TASK: Check LUKS cipher [0affc8a3-6f6f-5a58-73a2-0000000023f5] 138029 1726888194.52666: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f5 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888194.52890: no more pending results, returning what we have 138029 1726888194.52894: results queue empty 138029 1726888194.52895: checking for any_errors_fatal 138029 1726888194.52910: done checking for any_errors_fatal 138029 1726888194.52911: checking for max_fail_percentage 138029 1726888194.52913: done checking for max_fail_percentage 138029 1726888194.52914: checking to see if all hosts have failed and the running result is not ok 138029 1726888194.52915: done checking to see if all hosts have failed 138029 1726888194.52916: getting the remaining hosts for this loop 138029 1726888194.52918: done getting the remaining hosts for this loop 138029 1726888194.52922: getting the next task for host managed_node3 138029 1726888194.52931: done getting next task for host managed_node3 138029 1726888194.52934: ^ task is: TASK: Set test variables 138029 1726888194.53158: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888194.53163: getting variables 138029 1726888194.53165: in VariableManager get_vars() 138029 1726888194.53193: Calling all_inventory to load vars for managed_node3 138029 1726888194.53196: Calling groups_inventory to load vars for managed_node3 138029 1726888194.53199: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888194.53208: Calling all_plugins_play to load vars for managed_node3 138029 1726888194.53211: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888194.53214: Calling groups_plugins_play to load vars for managed_node3 138029 1726888194.53770: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f5 138029 1726888194.53774: WORKER PROCESS EXITING 138029 1726888194.53862: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888194.54584: done with get_vars() 138029 1726888194.54598: done getting variables 138029 1726888194.54652: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:54 -0400 (0:00:00.036) 0:03:27.270 ****** 138029 1726888194.54690: entering _queue_task() for managed_node3/set_fact 138029 1726888194.54942: worker is 1 (out of 1 available) 138029 1726888194.54953: exiting _queue_task() for managed_node3/set_fact 138029 1726888194.54968: done queuing things up, now waiting for results queue to drain 138029 1726888194.54970: waiting for pending results... 138029 1726888194.55277: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888194.55439: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023f6 138029 1726888194.55462: variable 'ansible_search_path' from source: unknown 138029 1726888194.55499: calling self._execute() 138029 1726888194.55626: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.55639: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.55665: variable 'omit' from source: magic vars 138029 1726888194.55799: variable 'omit' from source: magic vars 138029 1726888194.55892: variable 'omit' from source: magic vars 138029 1726888194.56212: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888194.58445: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888194.58523: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888194.58576: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888194.58621: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888194.58653: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888194.58785: variable 'storage_test_volume' from source: include params 138029 1726888194.58812: variable '_storage_test_volume_present' from source: set_fact 138029 1726888194.59020: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888194.59060: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888194.59091: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888194.59139: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888194.59249: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888194.59253: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888194.59257: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888194.59260: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888194.59300: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888194.59321: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888194.59399: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888194.59428: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888194.59463: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888194.59507: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888194.59523: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888194.59708: variable 'storage_test_crypttab' from source: set_fact 138029 1726888194.59724: variable 'storage_test_volume' from source: include params 138029 1726888194.59898: variable 'storage_test_volume' from source: include params 138029 1726888194.60006: variable 'omit' from source: magic vars 138029 1726888194.60009: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888194.60012: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888194.60024: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888194.60046: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888194.60064: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888194.60087: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888194.60109: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888194.60152: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888194.60226: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.60229: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.60305: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888194.60317: Set connection var ansible_timeout to 10 138029 1726888194.60328: Set connection var ansible_pipelining to False 138029 1726888194.60349: Set connection var ansible_shell_type to sh 138029 1726888194.60352: Set connection var ansible_connection to ssh 138029 1726888194.60446: Set connection var ansible_shell_executable to /bin/sh 138029 1726888194.60450: variable 'ansible_shell_executable' from source: unknown 138029 1726888194.60454: variable 'ansible_connection' from source: unknown 138029 1726888194.60458: variable 'ansible_module_compression' from source: unknown 138029 1726888194.60460: variable 'ansible_shell_type' from source: unknown 138029 1726888194.60462: variable 'ansible_shell_executable' from source: unknown 138029 1726888194.60464: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.60466: variable 'ansible_pipelining' from source: unknown 138029 1726888194.60468: variable 'ansible_timeout' from source: unknown 138029 1726888194.60470: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.60553: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888194.60663: variable 'omit' from source: magic vars 138029 1726888194.60666: starting attempt loop 138029 1726888194.60668: running the handler 138029 1726888194.60670: handler run complete 138029 1726888194.60673: attempt loop complete, returning result 138029 1726888194.60675: _execute() done 138029 1726888194.60677: dumping result to json 138029 1726888194.60678: done dumping result, returning 138029 1726888194.60682: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-0000000023f6] 138029 1726888194.60684: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f6 138029 1726888194.60862: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f6 138029 1726888194.60866: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 138029 1726888194.60930: no more pending results, returning what we have 138029 1726888194.60933: results queue empty 138029 1726888194.60934: checking for any_errors_fatal 138029 1726888194.60945: done checking for any_errors_fatal 138029 1726888194.60946: checking for max_fail_percentage 138029 1726888194.60948: done checking for max_fail_percentage 138029 1726888194.60949: checking to see if all hosts have failed and the running result is not ok 138029 1726888194.60950: done checking to see if all hosts have failed 138029 1726888194.60951: getting the remaining hosts for this loop 138029 1726888194.60953: done getting the remaining hosts for this loop 138029 1726888194.60961: getting the next task for host managed_node3 138029 1726888194.60970: done getting next task for host managed_node3 138029 1726888194.60973: ^ task is: TASK: Check for /etc/crypttab entry 138029 1726888194.60986: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888194.60993: getting variables 138029 1726888194.60995: in VariableManager get_vars() 138029 1726888194.61032: Calling all_inventory to load vars for managed_node3 138029 1726888194.61035: Calling groups_inventory to load vars for managed_node3 138029 1726888194.61039: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888194.61050: Calling all_plugins_play to load vars for managed_node3 138029 1726888194.61054: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888194.61265: Calling groups_plugins_play to load vars for managed_node3 138029 1726888194.62470: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888194.63922: done with get_vars() 138029 1726888194.64058: done getting variables 138029 1726888194.64117: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:54 -0400 (0:00:00.095) 0:03:27.366 ****** 138029 1726888194.64278: entering _queue_task() for managed_node3/assert 138029 1726888194.64938: worker is 1 (out of 1 available) 138029 1726888194.64951: exiting _queue_task() for managed_node3/assert 138029 1726888194.64964: done queuing things up, now waiting for results queue to drain 138029 1726888194.64966: waiting for pending results... 138029 1726888194.65360: running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry 138029 1726888194.65933: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023f7 138029 1726888194.65937: variable 'ansible_search_path' from source: unknown 138029 1726888194.65939: calling self._execute() 138029 1726888194.65993: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.66060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.66078: variable 'omit' from source: magic vars 138029 1726888194.66208: variable 'omit' from source: magic vars 138029 1726888194.66295: variable 'omit' from source: magic vars 138029 1726888194.66572: variable 'storage_test_volume' from source: include params 138029 1726888194.66633: variable 'omit' from source: magic vars 138029 1726888194.66684: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888194.66732: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888194.66763: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888194.66789: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888194.66808: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888194.66838: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888194.66863: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888194.66901: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888194.66908: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.66914: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.67034: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888194.67197: Set connection var ansible_timeout to 10 138029 1726888194.67201: Set connection var ansible_pipelining to False 138029 1726888194.67204: Set connection var ansible_shell_type to sh 138029 1726888194.67206: Set connection var ansible_connection to ssh 138029 1726888194.67208: Set connection var ansible_shell_executable to /bin/sh 138029 1726888194.67211: variable 'ansible_shell_executable' from source: unknown 138029 1726888194.67213: variable 'ansible_connection' from source: unknown 138029 1726888194.67215: variable 'ansible_module_compression' from source: unknown 138029 1726888194.67217: variable 'ansible_shell_type' from source: unknown 138029 1726888194.67363: variable 'ansible_shell_executable' from source: unknown 138029 1726888194.67367: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.67370: variable 'ansible_pipelining' from source: unknown 138029 1726888194.67372: variable 'ansible_timeout' from source: unknown 138029 1726888194.67375: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.67746: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888194.67751: variable 'omit' from source: magic vars 138029 1726888194.67753: starting attempt loop 138029 1726888194.67759: running the handler 138029 1726888194.68073: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888194.70418: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888194.70507: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888194.70546: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888194.70595: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888194.70627: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888194.70705: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888194.70738: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888194.70770: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888194.70818: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888194.70834: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888194.70884: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888194.70918: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888194.70949: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888194.70996: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888194.71023: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888194.71150: variable '_storage_test_crypttab_entries' from source: set_fact 138029 1726888194.71164: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888194.71184: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 138029 1726888194.71196: handler run complete 138029 1726888194.71213: attempt loop complete, returning result 138029 1726888194.71221: _execute() done 138029 1726888194.71343: dumping result to json 138029 1726888194.71346: done dumping result, returning 138029 1726888194.71348: done running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000023f7] 138029 1726888194.71351: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f7 138029 1726888194.71430: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f7 138029 1726888194.71433: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888194.71501: no more pending results, returning what we have 138029 1726888194.71513: results queue empty 138029 1726888194.71515: checking for any_errors_fatal 138029 1726888194.71529: done checking for any_errors_fatal 138029 1726888194.71530: checking for max_fail_percentage 138029 1726888194.71532: done checking for max_fail_percentage 138029 1726888194.71533: checking to see if all hosts have failed and the running result is not ok 138029 1726888194.71534: done checking to see if all hosts have failed 138029 1726888194.71535: getting the remaining hosts for this loop 138029 1726888194.71537: done getting the remaining hosts for this loop 138029 1726888194.71541: getting the next task for host managed_node3 138029 1726888194.71550: done getting next task for host managed_node3 138029 1726888194.71553: ^ task is: TASK: Validate the format of the crypttab entry 138029 1726888194.71765: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888194.71771: getting variables 138029 1726888194.71773: in VariableManager get_vars() 138029 1726888194.71806: Calling all_inventory to load vars for managed_node3 138029 1726888194.71809: Calling groups_inventory to load vars for managed_node3 138029 1726888194.71813: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888194.71823: Calling all_plugins_play to load vars for managed_node3 138029 1726888194.71826: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888194.71829: Calling groups_plugins_play to load vars for managed_node3 138029 1726888194.72577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888194.73286: done with get_vars() 138029 1726888194.73303: done getting variables 138029 1726888194.73361: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:54 -0400 (0:00:00.091) 0:03:27.457 ****** 138029 1726888194.73399: entering _queue_task() for managed_node3/assert 138029 1726888194.73685: worker is 1 (out of 1 available) 138029 1726888194.73811: exiting _queue_task() for managed_node3/assert 138029 1726888194.73823: done queuing things up, now waiting for results queue to drain 138029 1726888194.73824: waiting for pending results... 138029 1726888194.74024: running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry 138029 1726888194.74184: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023f8 138029 1726888194.74253: variable 'ansible_search_path' from source: unknown 138029 1726888194.74259: calling self._execute() 138029 1726888194.74406: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.74420: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.74435: variable 'omit' from source: magic vars 138029 1726888194.74888: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888194.77840: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888194.77844: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888194.77882: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888194.77922: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888194.77982: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888194.78070: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888194.78108: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888194.78139: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888194.78193: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888194.78214: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888194.78337: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888194.78369: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888194.78385: when evaluation is False, skipping this task 138029 1726888194.78491: _execute() done 138029 1726888194.78494: dumping result to json 138029 1726888194.78497: done dumping result, returning 138029 1726888194.78499: done running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000023f8] 138029 1726888194.78502: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f8 138029 1726888194.78583: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f8 138029 1726888194.78586: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888194.78641: no more pending results, returning what we have 138029 1726888194.78645: results queue empty 138029 1726888194.78646: checking for any_errors_fatal 138029 1726888194.78654: done checking for any_errors_fatal 138029 1726888194.78654: checking for max_fail_percentage 138029 1726888194.78658: done checking for max_fail_percentage 138029 1726888194.78659: checking to see if all hosts have failed and the running result is not ok 138029 1726888194.78660: done checking to see if all hosts have failed 138029 1726888194.78661: getting the remaining hosts for this loop 138029 1726888194.78662: done getting the remaining hosts for this loop 138029 1726888194.78666: getting the next task for host managed_node3 138029 1726888194.78675: done getting next task for host managed_node3 138029 1726888194.78678: ^ task is: TASK: Check backing device of crypttab entry 138029 1726888194.78684: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888194.78689: getting variables 138029 1726888194.78690: in VariableManager get_vars() 138029 1726888194.78725: Calling all_inventory to load vars for managed_node3 138029 1726888194.78728: Calling groups_inventory to load vars for managed_node3 138029 1726888194.78732: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888194.78741: Calling all_plugins_play to load vars for managed_node3 138029 1726888194.78745: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888194.78747: Calling groups_plugins_play to load vars for managed_node3 138029 1726888194.79709: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888194.80713: done with get_vars() 138029 1726888194.80728: done getting variables 138029 1726888194.80783: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:54 -0400 (0:00:00.074) 0:03:27.531 ****** 138029 1726888194.80812: entering _queue_task() for managed_node3/assert 138029 1726888194.81131: worker is 1 (out of 1 available) 138029 1726888194.81264: exiting _queue_task() for managed_node3/assert 138029 1726888194.81276: done queuing things up, now waiting for results queue to drain 138029 1726888194.81278: waiting for pending results... 138029 1726888194.81516: running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry 138029 1726888194.81722: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023f9 138029 1726888194.81727: variable 'ansible_search_path' from source: unknown 138029 1726888194.81764: calling self._execute() 138029 1726888194.81936: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.81940: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.81943: variable 'omit' from source: magic vars 138029 1726888194.82376: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888194.84809: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888194.84931: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888194.84962: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888194.85002: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888194.85035: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888194.85162: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888194.85166: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888194.85197: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888194.85243: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888194.85273: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888194.85405: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888194.85481: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888194.85485: when evaluation is False, skipping this task 138029 1726888194.85488: _execute() done 138029 1726888194.85491: dumping result to json 138029 1726888194.85493: done dumping result, returning 138029 1726888194.85496: done running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000023f9] 138029 1726888194.85498: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f9 138029 1726888194.85891: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023f9 138029 1726888194.85895: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888194.85933: no more pending results, returning what we have 138029 1726888194.85936: results queue empty 138029 1726888194.85937: checking for any_errors_fatal 138029 1726888194.85946: done checking for any_errors_fatal 138029 1726888194.85947: checking for max_fail_percentage 138029 1726888194.85948: done checking for max_fail_percentage 138029 1726888194.85949: checking to see if all hosts have failed and the running result is not ok 138029 1726888194.85950: done checking to see if all hosts have failed 138029 1726888194.85951: getting the remaining hosts for this loop 138029 1726888194.85952: done getting the remaining hosts for this loop 138029 1726888194.85957: getting the next task for host managed_node3 138029 1726888194.85965: done getting next task for host managed_node3 138029 1726888194.85967: ^ task is: TASK: Check key file of crypttab entry 138029 1726888194.85974: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888194.85978: getting variables 138029 1726888194.85980: in VariableManager get_vars() 138029 1726888194.86015: Calling all_inventory to load vars for managed_node3 138029 1726888194.86018: Calling groups_inventory to load vars for managed_node3 138029 1726888194.86022: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888194.86031: Calling all_plugins_play to load vars for managed_node3 138029 1726888194.86034: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888194.86037: Calling groups_plugins_play to load vars for managed_node3 138029 1726888194.86746: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888194.87463: done with get_vars() 138029 1726888194.87481: done getting variables 138029 1726888194.87549: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:54 -0400 (0:00:00.067) 0:03:27.599 ****** 138029 1726888194.87588: entering _queue_task() for managed_node3/assert 138029 1726888194.88086: worker is 1 (out of 1 available) 138029 1726888194.88097: exiting _queue_task() for managed_node3/assert 138029 1726888194.88109: done queuing things up, now waiting for results queue to drain 138029 1726888194.88111: waiting for pending results... 138029 1726888194.88236: running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry 138029 1726888194.88466: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023fa 138029 1726888194.88470: variable 'ansible_search_path' from source: unknown 138029 1726888194.88489: calling self._execute() 138029 1726888194.88682: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.88686: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.88689: variable 'omit' from source: magic vars 138029 1726888194.89060: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888194.91420: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888194.91496: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888194.91558: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888194.91596: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888194.91637: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888194.91718: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888194.91762: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888194.91843: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888194.91846: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888194.91864: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888194.91985: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888194.92014: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888194.92022: when evaluation is False, skipping this task 138029 1726888194.92031: _execute() done 138029 1726888194.92039: dumping result to json 138029 1726888194.92047: done dumping result, returning 138029 1726888194.92160: done running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000023fa] 138029 1726888194.92165: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023fa 138029 1726888194.92242: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023fa 138029 1726888194.92245: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888194.92298: no more pending results, returning what we have 138029 1726888194.92302: results queue empty 138029 1726888194.92304: checking for any_errors_fatal 138029 1726888194.92316: done checking for any_errors_fatal 138029 1726888194.92317: checking for max_fail_percentage 138029 1726888194.92320: done checking for max_fail_percentage 138029 1726888194.92321: checking to see if all hosts have failed and the running result is not ok 138029 1726888194.92321: done checking to see if all hosts have failed 138029 1726888194.92322: getting the remaining hosts for this loop 138029 1726888194.92324: done getting the remaining hosts for this loop 138029 1726888194.92328: getting the next task for host managed_node3 138029 1726888194.92337: done getting next task for host managed_node3 138029 1726888194.92341: ^ task is: TASK: Clear test variables 138029 1726888194.92349: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888194.92354: getting variables 138029 1726888194.92359: in VariableManager get_vars() 138029 1726888194.92396: Calling all_inventory to load vars for managed_node3 138029 1726888194.92399: Calling groups_inventory to load vars for managed_node3 138029 1726888194.92402: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888194.92414: Calling all_plugins_play to load vars for managed_node3 138029 1726888194.92418: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888194.92421: Calling groups_plugins_play to load vars for managed_node3 138029 1726888194.93358: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888194.94071: done with get_vars() 138029 1726888194.94093: done getting variables 138029 1726888194.94147: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:54 -0400 (0:00:00.065) 0:03:27.665 ****** 138029 1726888194.94184: entering _queue_task() for managed_node3/set_fact 138029 1726888194.94529: worker is 1 (out of 1 available) 138029 1726888194.94542: exiting _queue_task() for managed_node3/set_fact 138029 1726888194.94557: done queuing things up, now waiting for results queue to drain 138029 1726888194.94560: waiting for pending results... 138029 1726888194.95077: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888194.95082: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023fb 138029 1726888194.95086: variable 'ansible_search_path' from source: unknown 138029 1726888194.95089: calling self._execute() 138029 1726888194.95261: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.95265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.95268: variable 'omit' from source: magic vars 138029 1726888194.95359: variable 'omit' from source: magic vars 138029 1726888194.95449: variable 'omit' from source: magic vars 138029 1726888194.95494: variable 'omit' from source: magic vars 138029 1726888194.95549: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888194.95597: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888194.95629: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888194.95721: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888194.95724: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888194.95727: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888194.95729: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888194.95758: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888194.95768: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.95776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.95912: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888194.95924: Set connection var ansible_timeout to 10 138029 1726888194.95939: Set connection var ansible_pipelining to False 138029 1726888194.95948: Set connection var ansible_shell_type to sh 138029 1726888194.95958: Set connection var ansible_connection to ssh 138029 1726888194.95974: Set connection var ansible_shell_executable to /bin/sh 138029 1726888194.96048: variable 'ansible_shell_executable' from source: unknown 138029 1726888194.96051: variable 'ansible_connection' from source: unknown 138029 1726888194.96053: variable 'ansible_module_compression' from source: unknown 138029 1726888194.96058: variable 'ansible_shell_type' from source: unknown 138029 1726888194.96060: variable 'ansible_shell_executable' from source: unknown 138029 1726888194.96062: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.96064: variable 'ansible_pipelining' from source: unknown 138029 1726888194.96066: variable 'ansible_timeout' from source: unknown 138029 1726888194.96074: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.96222: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888194.96241: variable 'omit' from source: magic vars 138029 1726888194.96252: starting attempt loop 138029 1726888194.96292: running the handler 138029 1726888194.96295: handler run complete 138029 1726888194.96298: attempt loop complete, returning result 138029 1726888194.96305: _execute() done 138029 1726888194.96313: dumping result to json 138029 1726888194.96320: done dumping result, returning 138029 1726888194.96372: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-0000000023fb] 138029 1726888194.96375: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023fb 138029 1726888194.96562: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023fb 138029 1726888194.96567: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 138029 1726888194.96626: no more pending results, returning what we have 138029 1726888194.96628: results queue empty 138029 1726888194.96629: checking for any_errors_fatal 138029 1726888194.96639: done checking for any_errors_fatal 138029 1726888194.96640: checking for max_fail_percentage 138029 1726888194.96642: done checking for max_fail_percentage 138029 1726888194.96643: checking to see if all hosts have failed and the running result is not ok 138029 1726888194.96643: done checking to see if all hosts have failed 138029 1726888194.96644: getting the remaining hosts for this loop 138029 1726888194.96645: done getting the remaining hosts for this loop 138029 1726888194.96649: getting the next task for host managed_node3 138029 1726888194.96662: done getting next task for host managed_node3 138029 1726888194.96666: ^ task is: TASK: Get information about RAID 138029 1726888194.96674: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888194.96681: getting variables 138029 1726888194.96682: in VariableManager get_vars() 138029 1726888194.96718: Calling all_inventory to load vars for managed_node3 138029 1726888194.96721: Calling groups_inventory to load vars for managed_node3 138029 1726888194.96724: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888194.96736: Calling all_plugins_play to load vars for managed_node3 138029 1726888194.96740: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888194.96742: Calling groups_plugins_play to load vars for managed_node3 138029 1726888194.97562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888194.98265: done with get_vars() 138029 1726888194.98292: done getting variables 138029 1726888194.98351: 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:09:54 -0400 (0:00:00.042) 0:03:27.707 ****** 138029 1726888194.98395: entering _queue_task() for managed_node3/command 138029 1726888194.98686: worker is 1 (out of 1 available) 138029 1726888194.98703: exiting _queue_task() for managed_node3/command 138029 1726888194.98828: done queuing things up, now waiting for results queue to drain 138029 1726888194.98830: waiting for pending results... 138029 1726888194.99158: running TaskExecutor() for managed_node3/TASK: Get information about RAID 138029 1726888194.99207: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000023ff 138029 1726888194.99230: variable 'ansible_search_path' from source: unknown 138029 1726888194.99281: calling self._execute() 138029 1726888194.99411: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888194.99420: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888194.99432: variable 'omit' from source: magic vars 138029 1726888194.99844: variable 'storage_test_volume' from source: include params 138029 1726888194.99883: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888194.99891: when evaluation is False, skipping this task 138029 1726888194.99898: _execute() done 138029 1726888194.99905: dumping result to json 138029 1726888194.99920: done dumping result, returning 138029 1726888194.99934: done running TaskExecutor() for managed_node3/TASK: Get information about RAID [0affc8a3-6f6f-5a58-73a2-0000000023ff] 138029 1726888194.99946: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023ff 138029 1726888195.00096: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000023ff 138029 1726888195.00099: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888195.00165: no more pending results, returning what we have 138029 1726888195.00170: results queue empty 138029 1726888195.00171: checking for any_errors_fatal 138029 1726888195.00182: done checking for any_errors_fatal 138029 1726888195.00183: checking for max_fail_percentage 138029 1726888195.00185: done checking for max_fail_percentage 138029 1726888195.00186: checking to see if all hosts have failed and the running result is not ok 138029 1726888195.00187: done checking to see if all hosts have failed 138029 1726888195.00188: getting the remaining hosts for this loop 138029 1726888195.00190: done getting the remaining hosts for this loop 138029 1726888195.00193: getting the next task for host managed_node3 138029 1726888195.00204: done getting next task for host managed_node3 138029 1726888195.00207: ^ task is: TASK: Set active devices regex 138029 1726888195.00214: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888195.00220: getting variables 138029 1726888195.00222: in VariableManager get_vars() 138029 1726888195.00375: Calling all_inventory to load vars for managed_node3 138029 1726888195.00378: Calling groups_inventory to load vars for managed_node3 138029 1726888195.00382: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888195.00393: Calling all_plugins_play to load vars for managed_node3 138029 1726888195.00396: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888195.00399: Calling groups_plugins_play to load vars for managed_node3 138029 1726888195.01117: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888195.02093: done with get_vars() 138029 1726888195.02107: done getting variables 138029 1726888195.02166: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:55 -0400 (0:00:00.038) 0:03:27.745 ****** 138029 1726888195.02204: entering _queue_task() for managed_node3/set_fact 138029 1726888195.02461: worker is 1 (out of 1 available) 138029 1726888195.02471: exiting _queue_task() for managed_node3/set_fact 138029 1726888195.02482: done queuing things up, now waiting for results queue to drain 138029 1726888195.02484: waiting for pending results... 138029 1726888195.02966: running TaskExecutor() for managed_node3/TASK: Set active devices regex 138029 1726888195.02972: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002400 138029 1726888195.02976: variable 'ansible_search_path' from source: unknown 138029 1726888195.03010: calling self._execute() 138029 1726888195.03132: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888195.03144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888195.03167: variable 'omit' from source: magic vars 138029 1726888195.03575: variable 'storage_test_volume' from source: include params 138029 1726888195.03616: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888195.03624: when evaluation is False, skipping this task 138029 1726888195.03632: _execute() done 138029 1726888195.03640: dumping result to json 138029 1726888195.03648: done dumping result, returning 138029 1726888195.03662: done running TaskExecutor() for managed_node3/TASK: Set active devices regex [0affc8a3-6f6f-5a58-73a2-000000002400] 138029 1726888195.03674: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002400 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888195.03866: no more pending results, returning what we have 138029 1726888195.03869: results queue empty 138029 1726888195.03871: checking for any_errors_fatal 138029 1726888195.03883: done checking for any_errors_fatal 138029 1726888195.03884: checking for max_fail_percentage 138029 1726888195.03886: done checking for max_fail_percentage 138029 1726888195.03887: checking to see if all hosts have failed and the running result is not ok 138029 1726888195.03888: done checking to see if all hosts have failed 138029 1726888195.03888: getting the remaining hosts for this loop 138029 1726888195.03890: done getting the remaining hosts for this loop 138029 1726888195.03893: getting the next task for host managed_node3 138029 1726888195.03903: done getting next task for host managed_node3 138029 1726888195.03905: ^ task is: TASK: Set spare devices regex 138029 1726888195.03913: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888195.03920: getting variables 138029 1726888195.03922: in VariableManager get_vars() 138029 1726888195.04063: Calling all_inventory to load vars for managed_node3 138029 1726888195.04066: Calling groups_inventory to load vars for managed_node3 138029 1726888195.04070: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888195.04077: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002400 138029 1726888195.04080: WORKER PROCESS EXITING 138029 1726888195.04090: Calling all_plugins_play to load vars for managed_node3 138029 1726888195.04093: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888195.04096: Calling groups_plugins_play to load vars for managed_node3 138029 1726888195.04833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888195.05536: done with get_vars() 138029 1726888195.05550: done getting variables 138029 1726888195.05612: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:55 -0400 (0:00:00.034) 0:03:27.779 ****** 138029 1726888195.05643: entering _queue_task() for managed_node3/set_fact 138029 1726888195.05891: worker is 1 (out of 1 available) 138029 1726888195.05903: exiting _queue_task() for managed_node3/set_fact 138029 1726888195.06026: done queuing things up, now waiting for results queue to drain 138029 1726888195.06028: waiting for pending results... 138029 1726888195.06209: running TaskExecutor() for managed_node3/TASK: Set spare devices regex 138029 1726888195.06386: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002401 138029 1726888195.06407: variable 'ansible_search_path' from source: unknown 138029 1726888195.06446: calling self._execute() 138029 1726888195.06583: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888195.06594: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888195.06606: variable 'omit' from source: magic vars 138029 1726888195.07022: variable 'storage_test_volume' from source: include params 138029 1726888195.07065: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888195.07074: when evaluation is False, skipping this task 138029 1726888195.07107: _execute() done 138029 1726888195.07111: dumping result to json 138029 1726888195.07114: done dumping result, returning 138029 1726888195.07117: done running TaskExecutor() for managed_node3/TASK: Set spare devices regex [0affc8a3-6f6f-5a58-73a2-000000002401] 138029 1726888195.07120: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002401 138029 1726888195.07293: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002401 138029 1726888195.07297: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888195.07459: no more pending results, returning what we have 138029 1726888195.07463: results queue empty 138029 1726888195.07464: checking for any_errors_fatal 138029 1726888195.07471: done checking for any_errors_fatal 138029 1726888195.07472: checking for max_fail_percentage 138029 1726888195.07473: done checking for max_fail_percentage 138029 1726888195.07474: checking to see if all hosts have failed and the running result is not ok 138029 1726888195.07475: done checking to see if all hosts have failed 138029 1726888195.07475: getting the remaining hosts for this loop 138029 1726888195.07477: done getting the remaining hosts for this loop 138029 1726888195.07480: getting the next task for host managed_node3 138029 1726888195.07488: done getting next task for host managed_node3 138029 1726888195.07490: ^ task is: TASK: Set md version regex 138029 1726888195.07497: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888195.07501: getting variables 138029 1726888195.07503: in VariableManager get_vars() 138029 1726888195.07534: Calling all_inventory to load vars for managed_node3 138029 1726888195.07625: Calling groups_inventory to load vars for managed_node3 138029 1726888195.07629: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888195.07637: Calling all_plugins_play to load vars for managed_node3 138029 1726888195.07641: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888195.07648: Calling groups_plugins_play to load vars for managed_node3 138029 1726888195.08264: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888195.08959: done with get_vars() 138029 1726888195.08973: done getting variables 138029 1726888195.09026: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:55 -0400 (0:00:00.034) 0:03:27.814 ****** 138029 1726888195.09063: entering _queue_task() for managed_node3/set_fact 138029 1726888195.09480: worker is 1 (out of 1 available) 138029 1726888195.09491: exiting _queue_task() for managed_node3/set_fact 138029 1726888195.09502: done queuing things up, now waiting for results queue to drain 138029 1726888195.09504: waiting for pending results... 138029 1726888195.09743: running TaskExecutor() for managed_node3/TASK: Set md version regex 138029 1726888195.09777: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002402 138029 1726888195.09798: variable 'ansible_search_path' from source: unknown 138029 1726888195.09844: calling self._execute() 138029 1726888195.09972: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888195.09986: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888195.10001: variable 'omit' from source: magic vars 138029 1726888195.10411: variable 'storage_test_volume' from source: include params 138029 1726888195.10444: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888195.10452: when evaluation is False, skipping this task 138029 1726888195.10491: _execute() done 138029 1726888195.10494: dumping result to json 138029 1726888195.10497: done dumping result, returning 138029 1726888195.10500: done running TaskExecutor() for managed_node3/TASK: Set md version regex [0affc8a3-6f6f-5a58-73a2-000000002402] 138029 1726888195.10502: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002402 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888195.10747: no more pending results, returning what we have 138029 1726888195.10751: results queue empty 138029 1726888195.10752: checking for any_errors_fatal 138029 1726888195.10768: done checking for any_errors_fatal 138029 1726888195.10769: checking for max_fail_percentage 138029 1726888195.10771: done checking for max_fail_percentage 138029 1726888195.10772: checking to see if all hosts have failed and the running result is not ok 138029 1726888195.10772: done checking to see if all hosts have failed 138029 1726888195.10773: getting the remaining hosts for this loop 138029 1726888195.10774: done getting the remaining hosts for this loop 138029 1726888195.10778: getting the next task for host managed_node3 138029 1726888195.10787: done getting next task for host managed_node3 138029 1726888195.10789: ^ task is: TASK: Set chunk size regex 138029 1726888195.10796: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888195.10801: getting variables 138029 1726888195.10802: in VariableManager get_vars() 138029 1726888195.10962: Calling all_inventory to load vars for managed_node3 138029 1726888195.10965: Calling groups_inventory to load vars for managed_node3 138029 1726888195.10968: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888195.10974: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002402 138029 1726888195.10977: WORKER PROCESS EXITING 138029 1726888195.10985: Calling all_plugins_play to load vars for managed_node3 138029 1726888195.10988: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888195.10991: Calling groups_plugins_play to load vars for managed_node3 138029 1726888195.11591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888195.12279: done with get_vars() 138029 1726888195.12295: done getting variables 138029 1726888195.12361: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:55 -0400 (0:00:00.033) 0:03:27.847 ****** 138029 1726888195.12395: entering _queue_task() for managed_node3/set_fact 138029 1726888195.12696: worker is 1 (out of 1 available) 138029 1726888195.12707: exiting _queue_task() for managed_node3/set_fact 138029 1726888195.12718: done queuing things up, now waiting for results queue to drain 138029 1726888195.12719: waiting for pending results... 138029 1726888195.13000: running TaskExecutor() for managed_node3/TASK: Set chunk size regex 138029 1726888195.13186: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002403 138029 1726888195.13192: variable 'ansible_search_path' from source: unknown 138029 1726888195.13261: calling self._execute() 138029 1726888195.13351: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888195.13368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888195.13383: variable 'omit' from source: magic vars 138029 1726888195.13809: variable 'storage_test_volume' from source: include params 138029 1726888195.13851: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888195.14062: when evaluation is False, skipping this task 138029 1726888195.14066: _execute() done 138029 1726888195.14069: dumping result to json 138029 1726888195.14071: done dumping result, returning 138029 1726888195.14074: done running TaskExecutor() for managed_node3/TASK: Set chunk size regex [0affc8a3-6f6f-5a58-73a2-000000002403] 138029 1726888195.14076: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002403 138029 1726888195.14146: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002403 138029 1726888195.14149: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888195.14192: no more pending results, returning what we have 138029 1726888195.14196: results queue empty 138029 1726888195.14196: checking for any_errors_fatal 138029 1726888195.14202: done checking for any_errors_fatal 138029 1726888195.14203: checking for max_fail_percentage 138029 1726888195.14205: done checking for max_fail_percentage 138029 1726888195.14205: checking to see if all hosts have failed and the running result is not ok 138029 1726888195.14206: done checking to see if all hosts have failed 138029 1726888195.14207: getting the remaining hosts for this loop 138029 1726888195.14208: done getting the remaining hosts for this loop 138029 1726888195.14211: getting the next task for host managed_node3 138029 1726888195.14219: done getting next task for host managed_node3 138029 1726888195.14222: ^ task is: TASK: Parse the chunk size 138029 1726888195.14227: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888195.14231: getting variables 138029 1726888195.14233: in VariableManager get_vars() 138029 1726888195.14270: Calling all_inventory to load vars for managed_node3 138029 1726888195.14273: Calling groups_inventory to load vars for managed_node3 138029 1726888195.14277: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888195.14288: Calling all_plugins_play to load vars for managed_node3 138029 1726888195.14291: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888195.14295: Calling groups_plugins_play to load vars for managed_node3 138029 1726888195.14980: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888195.15941: done with get_vars() 138029 1726888195.15958: 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:09:55 -0400 (0:00:00.036) 0:03:27.884 ****** 138029 1726888195.16046: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888195.16443: worker is 1 (out of 1 available) 138029 1726888195.16458: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888195.16469: done queuing things up, now waiting for results queue to drain 138029 1726888195.16471: waiting for pending results... 138029 1726888195.16773: running TaskExecutor() for managed_node3/TASK: Parse the chunk size 138029 1726888195.16850: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002404 138029 1726888195.16879: variable 'ansible_search_path' from source: unknown 138029 1726888195.16925: calling self._execute() 138029 1726888195.17060: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888195.17071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888195.17088: variable 'omit' from source: magic vars 138029 1726888195.17514: variable 'storage_test_volume' from source: include params 138029 1726888195.17517: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888195.17520: when evaluation is False, skipping this task 138029 1726888195.17525: _execute() done 138029 1726888195.17532: dumping result to json 138029 1726888195.17538: done dumping result, returning 138029 1726888195.17548: done running TaskExecutor() for managed_node3/TASK: Parse the chunk size [0affc8a3-6f6f-5a58-73a2-000000002404] 138029 1726888195.17562: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002404 138029 1726888195.17790: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002404 138029 1726888195.17794: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888195.17852: no more pending results, returning what we have 138029 1726888195.17858: results queue empty 138029 1726888195.17860: checking for any_errors_fatal 138029 1726888195.17875: done checking for any_errors_fatal 138029 1726888195.17876: checking for max_fail_percentage 138029 1726888195.17878: done checking for max_fail_percentage 138029 1726888195.17879: checking to see if all hosts have failed and the running result is not ok 138029 1726888195.17879: done checking to see if all hosts have failed 138029 1726888195.17880: getting the remaining hosts for this loop 138029 1726888195.17882: done getting the remaining hosts for this loop 138029 1726888195.17886: getting the next task for host managed_node3 138029 1726888195.17894: done getting next task for host managed_node3 138029 1726888195.17896: ^ task is: TASK: Check RAID active devices count 138029 1726888195.17903: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888195.17909: getting variables 138029 1726888195.17911: in VariableManager get_vars() 138029 1726888195.18060: Calling all_inventory to load vars for managed_node3 138029 1726888195.18063: Calling groups_inventory to load vars for managed_node3 138029 1726888195.18066: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888195.18076: Calling all_plugins_play to load vars for managed_node3 138029 1726888195.18079: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888195.18082: Calling groups_plugins_play to load vars for managed_node3 138029 1726888195.18762: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888195.19445: done with get_vars() 138029 1726888195.19466: done getting variables 138029 1726888195.19530: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:55 -0400 (0:00:00.035) 0:03:27.919 ****** 138029 1726888195.19569: entering _queue_task() for managed_node3/assert 138029 1726888195.19977: worker is 1 (out of 1 available) 138029 1726888195.19989: exiting _queue_task() for managed_node3/assert 138029 1726888195.20001: done queuing things up, now waiting for results queue to drain 138029 1726888195.20002: waiting for pending results... 138029 1726888195.20242: running TaskExecutor() for managed_node3/TASK: Check RAID active devices count 138029 1726888195.20448: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002405 138029 1726888195.20452: variable 'ansible_search_path' from source: unknown 138029 1726888195.20457: calling self._execute() 138029 1726888195.20571: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888195.20585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888195.20604: variable 'omit' from source: magic vars 138029 1726888195.21015: variable 'storage_test_volume' from source: include params 138029 1726888195.21054: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888195.21097: when evaluation is False, skipping this task 138029 1726888195.21101: _execute() done 138029 1726888195.21103: dumping result to json 138029 1726888195.21106: done dumping result, returning 138029 1726888195.21108: done running TaskExecutor() for managed_node3/TASK: Check RAID active devices count [0affc8a3-6f6f-5a58-73a2-000000002405] 138029 1726888195.21111: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002405 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888195.21371: no more pending results, returning what we have 138029 1726888195.21377: results queue empty 138029 1726888195.21378: checking for any_errors_fatal 138029 1726888195.21387: done checking for any_errors_fatal 138029 1726888195.21388: checking for max_fail_percentage 138029 1726888195.21391: done checking for max_fail_percentage 138029 1726888195.21392: checking to see if all hosts have failed and the running result is not ok 138029 1726888195.21393: done checking to see if all hosts have failed 138029 1726888195.21393: getting the remaining hosts for this loop 138029 1726888195.21396: done getting the remaining hosts for this loop 138029 1726888195.21399: getting the next task for host managed_node3 138029 1726888195.21409: done getting next task for host managed_node3 138029 1726888195.21412: ^ task is: TASK: Check RAID spare devices count 138029 1726888195.21418: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888195.21423: getting variables 138029 1726888195.21425: in VariableManager get_vars() 138029 1726888195.21461: Calling all_inventory to load vars for managed_node3 138029 1726888195.21465: Calling groups_inventory to load vars for managed_node3 138029 1726888195.21468: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888195.21481: Calling all_plugins_play to load vars for managed_node3 138029 1726888195.21485: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888195.21488: Calling groups_plugins_play to load vars for managed_node3 138029 1726888195.22212: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002405 138029 1726888195.22215: WORKER PROCESS EXITING 138029 1726888195.22276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888195.22972: done with get_vars() 138029 1726888195.22988: done getting variables 138029 1726888195.23049: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:55 -0400 (0:00:00.035) 0:03:27.954 ****** 138029 1726888195.23084: entering _queue_task() for managed_node3/assert 138029 1726888195.23468: worker is 1 (out of 1 available) 138029 1726888195.23480: exiting _queue_task() for managed_node3/assert 138029 1726888195.23491: done queuing things up, now waiting for results queue to drain 138029 1726888195.23492: waiting for pending results... 138029 1726888195.23690: running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count 138029 1726888195.23852: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002406 138029 1726888195.23880: variable 'ansible_search_path' from source: unknown 138029 1726888195.23921: calling self._execute() 138029 1726888195.24051: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888195.24066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888195.24081: variable 'omit' from source: magic vars 138029 1726888195.24504: variable 'storage_test_volume' from source: include params 138029 1726888195.24547: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888195.24557: when evaluation is False, skipping this task 138029 1726888195.24566: _execute() done 138029 1726888195.24575: dumping result to json 138029 1726888195.24587: done dumping result, returning 138029 1726888195.24598: done running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count [0affc8a3-6f6f-5a58-73a2-000000002406] 138029 1726888195.24609: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002406 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888195.24883: no more pending results, returning what we have 138029 1726888195.24887: results queue empty 138029 1726888195.24888: checking for any_errors_fatal 138029 1726888195.24901: done checking for any_errors_fatal 138029 1726888195.24902: checking for max_fail_percentage 138029 1726888195.24904: done checking for max_fail_percentage 138029 1726888195.24905: checking to see if all hosts have failed and the running result is not ok 138029 1726888195.24906: done checking to see if all hosts have failed 138029 1726888195.24907: getting the remaining hosts for this loop 138029 1726888195.24908: done getting the remaining hosts for this loop 138029 1726888195.24912: getting the next task for host managed_node3 138029 1726888195.24920: done getting next task for host managed_node3 138029 1726888195.24922: ^ task is: TASK: Check RAID metadata version 138029 1726888195.24930: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888195.24935: getting variables 138029 1726888195.24937: in VariableManager get_vars() 138029 1726888195.25109: Calling all_inventory to load vars for managed_node3 138029 1726888195.25113: Calling groups_inventory to load vars for managed_node3 138029 1726888195.25116: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888195.25122: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002406 138029 1726888195.25125: WORKER PROCESS EXITING 138029 1726888195.25133: Calling all_plugins_play to load vars for managed_node3 138029 1726888195.25136: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888195.25139: Calling groups_plugins_play to load vars for managed_node3 138029 1726888195.25736: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888195.26413: done with get_vars() 138029 1726888195.26428: done getting variables 138029 1726888195.26486: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:55 -0400 (0:00:00.034) 0:03:27.988 ****** 138029 1726888195.26524: entering _queue_task() for managed_node3/assert 138029 1726888195.26889: worker is 1 (out of 1 available) 138029 1726888195.26899: exiting _queue_task() for managed_node3/assert 138029 1726888195.26909: done queuing things up, now waiting for results queue to drain 138029 1726888195.26911: waiting for pending results... 138029 1726888195.27100: running TaskExecutor() for managed_node3/TASK: Check RAID metadata version 138029 1726888195.27241: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002407 138029 1726888195.27267: variable 'ansible_search_path' from source: unknown 138029 1726888195.27306: calling self._execute() 138029 1726888195.27465: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888195.27472: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888195.27474: variable 'omit' from source: magic vars 138029 1726888195.27851: variable 'storage_test_volume' from source: include params 138029 1726888195.27887: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888195.27904: when evaluation is False, skipping this task 138029 1726888195.27961: _execute() done 138029 1726888195.27964: dumping result to json 138029 1726888195.27966: done dumping result, returning 138029 1726888195.27969: done running TaskExecutor() for managed_node3/TASK: Check RAID metadata version [0affc8a3-6f6f-5a58-73a2-000000002407] 138029 1726888195.27971: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002407 138029 1726888195.28203: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002407 138029 1726888195.28206: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888195.28243: no more pending results, returning what we have 138029 1726888195.28246: results queue empty 138029 1726888195.28247: checking for any_errors_fatal 138029 1726888195.28254: done checking for any_errors_fatal 138029 1726888195.28254: checking for max_fail_percentage 138029 1726888195.28258: done checking for max_fail_percentage 138029 1726888195.28259: checking to see if all hosts have failed and the running result is not ok 138029 1726888195.28259: done checking to see if all hosts have failed 138029 1726888195.28260: getting the remaining hosts for this loop 138029 1726888195.28261: done getting the remaining hosts for this loop 138029 1726888195.28264: getting the next task for host managed_node3 138029 1726888195.28272: done getting next task for host managed_node3 138029 1726888195.28274: ^ task is: TASK: Check RAID chunk size 138029 1726888195.28278: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888195.28282: getting variables 138029 1726888195.28283: in VariableManager get_vars() 138029 1726888195.28311: Calling all_inventory to load vars for managed_node3 138029 1726888195.28313: Calling groups_inventory to load vars for managed_node3 138029 1726888195.28318: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888195.28328: Calling all_plugins_play to load vars for managed_node3 138029 1726888195.28330: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888195.28332: Calling groups_plugins_play to load vars for managed_node3 138029 1726888195.29051: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888195.30041: done with get_vars() 138029 1726888195.30058: done getting variables 138029 1726888195.30121: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:55 -0400 (0:00:00.036) 0:03:28.025 ****** 138029 1726888195.30159: entering _queue_task() for managed_node3/assert 138029 1726888195.30533: worker is 1 (out of 1 available) 138029 1726888195.30546: exiting _queue_task() for managed_node3/assert 138029 1726888195.30631: done queuing things up, now waiting for results queue to drain 138029 1726888195.30633: waiting for pending results... 138029 1726888195.30821: running TaskExecutor() for managed_node3/TASK: Check RAID chunk size 138029 1726888195.31011: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002408 138029 1726888195.31031: variable 'ansible_search_path' from source: unknown 138029 1726888195.31077: calling self._execute() 138029 1726888195.31288: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888195.31291: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888195.31294: variable 'omit' from source: magic vars 138029 1726888195.31627: variable 'storage_test_volume' from source: include params 138029 1726888195.31663: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888195.31672: when evaluation is False, skipping this task 138029 1726888195.31680: _execute() done 138029 1726888195.31687: dumping result to json 138029 1726888195.31693: done dumping result, returning 138029 1726888195.31703: done running TaskExecutor() for managed_node3/TASK: Check RAID chunk size [0affc8a3-6f6f-5a58-73a2-000000002408] 138029 1726888195.31712: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002408 138029 1726888195.32072: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002408 138029 1726888195.32075: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888195.32113: no more pending results, returning what we have 138029 1726888195.32116: results queue empty 138029 1726888195.32117: checking for any_errors_fatal 138029 1726888195.32123: done checking for any_errors_fatal 138029 1726888195.32124: checking for max_fail_percentage 138029 1726888195.32126: done checking for max_fail_percentage 138029 1726888195.32127: checking to see if all hosts have failed and the running result is not ok 138029 1726888195.32127: done checking to see if all hosts have failed 138029 1726888195.32128: getting the remaining hosts for this loop 138029 1726888195.32129: done getting the remaining hosts for this loop 138029 1726888195.32132: getting the next task for host managed_node3 138029 1726888195.32143: done getting next task for host managed_node3 138029 1726888195.32145: ^ task is: TASK: Parse the actual size of the volume 138029 1726888195.32152: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888195.32159: getting variables 138029 1726888195.32161: in VariableManager get_vars() 138029 1726888195.32190: Calling all_inventory to load vars for managed_node3 138029 1726888195.32192: Calling groups_inventory to load vars for managed_node3 138029 1726888195.32195: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888195.32205: Calling all_plugins_play to load vars for managed_node3 138029 1726888195.32208: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888195.32211: Calling groups_plugins_play to load vars for managed_node3 138029 1726888195.32839: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888195.33557: done with get_vars() 138029 1726888195.33580: 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:09:55 -0400 (0:00:00.035) 0:03:28.060 ****** 138029 1726888195.33669: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888195.34019: worker is 1 (out of 1 available) 138029 1726888195.34032: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888195.34044: done queuing things up, now waiting for results queue to drain 138029 1726888195.34046: waiting for pending results... 138029 1726888195.34329: running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume 138029 1726888195.34504: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000240c 138029 1726888195.34526: variable 'ansible_search_path' from source: unknown 138029 1726888195.34660: calling self._execute() 138029 1726888195.34707: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888195.34719: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888195.34732: variable 'omit' from source: magic vars 138029 1726888195.35121: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888195.37331: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888195.37414: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888195.37470: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888195.37593: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888195.37597: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888195.37658: variable '_storage_test_volume_present' from source: set_fact 138029 1726888195.37680: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888195.37853: variable 'storage_test_volume' from source: include params 138029 1726888195.37887: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): True 138029 1726888195.37900: variable 'omit' from source: magic vars 138029 1726888195.37979: variable 'omit' from source: magic vars 138029 1726888195.38123: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888195.38163: variable 'storage_test_volume' from source: include params 138029 1726888195.38203: variable 'omit' from source: magic vars 138029 1726888195.38241: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888195.38279: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888195.38354: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888195.38360: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888195.38362: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888195.38365: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888195.38380: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888195.38415: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888195.38423: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888195.38430: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888195.38537: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888195.38547: Set connection var ansible_timeout to 10 138029 1726888195.38557: Set connection var ansible_pipelining to False 138029 1726888195.38568: Set connection var ansible_shell_type to sh 138029 1726888195.38577: Set connection var ansible_connection to ssh 138029 1726888195.38660: Set connection var ansible_shell_executable to /bin/sh 138029 1726888195.38663: variable 'ansible_shell_executable' from source: unknown 138029 1726888195.38666: variable 'ansible_connection' from source: unknown 138029 1726888195.38668: variable 'ansible_module_compression' from source: unknown 138029 1726888195.38670: variable 'ansible_shell_type' from source: unknown 138029 1726888195.38672: variable 'ansible_shell_executable' from source: unknown 138029 1726888195.38676: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888195.38678: variable 'ansible_pipelining' from source: unknown 138029 1726888195.38680: variable 'ansible_timeout' from source: unknown 138029 1726888195.38681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888195.38784: 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) 138029 1726888195.38808: variable 'omit' from source: magic vars 138029 1726888195.38860: starting attempt loop 138029 1726888195.38863: running the handler 138029 1726888195.38865: _low_level_execute_command(): starting 138029 1726888195.38867: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888195.39659: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888195.39688: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888195.39702: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888195.39795: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888195.41522: stdout chunk (state=3): >>>/root <<< 138029 1726888195.41667: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888195.41679: stdout chunk (state=3): >>><<< 138029 1726888195.41691: stderr chunk (state=3): >>><<< 138029 1726888195.41714: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888195.41741: _low_level_execute_command(): starting 138029 1726888195.41752: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888195.4172971-144361-104511867609928 `" && echo ansible-tmp-1726888195.4172971-144361-104511867609928="` echo /root/.ansible/tmp/ansible-tmp-1726888195.4172971-144361-104511867609928 `" ) && sleep 0' 138029 1726888195.42352: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888195.42370: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888195.42385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888195.42405: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888195.42422: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888195.42473: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888195.42533: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888195.42549: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888195.42573: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888195.42652: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888195.57374: stdout chunk (state=3): >>>ansible-tmp-1726888195.4172971-144361-104511867609928=/root/.ansible/tmp/ansible-tmp-1726888195.4172971-144361-104511867609928 <<< 138029 1726888195.57528: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888195.57539: stdout chunk (state=3): >>><<< 138029 1726888195.57561: stderr chunk (state=3): >>><<< 138029 1726888195.57587: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888195.4172971-144361-104511867609928=/root/.ansible/tmp/ansible-tmp-1726888195.4172971-144361-104511867609928 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888195.57648: variable 'ansible_module_compression' from source: unknown 138029 1726888195.57704: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888195.57747: variable 'ansible_facts' from source: unknown 138029 1726888195.57877: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888195.4172971-144361-104511867609928/AnsiballZ_bsize.py 138029 1726888195.57998: Sending initial data 138029 1726888195.58008: Sent initial data (156 bytes) 138029 1726888195.58707: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888195.58722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888195.58734: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888195.58779: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888195.58847: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888195.58876: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888195.58915: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888195.58962: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888195.60647: 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 <<< 138029 1726888195.60690: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888195.60767: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpwhpxtgsw /root/.ansible/tmp/ansible-tmp-1726888195.4172971-144361-104511867609928/AnsiballZ_bsize.py <<< 138029 1726888195.60771: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888195.4172971-144361-104511867609928/AnsiballZ_bsize.py" <<< 138029 1726888195.60873: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpwhpxtgsw" to remote "/root/.ansible/tmp/ansible-tmp-1726888195.4172971-144361-104511867609928/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888195.4172971-144361-104511867609928/AnsiballZ_bsize.py" <<< 138029 1726888195.61672: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888195.61762: stderr chunk (state=3): >>><<< 138029 1726888195.61780: stdout chunk (state=3): >>><<< 138029 1726888195.61852: done transferring module to remote 138029 1726888195.61879: _low_level_execute_command(): starting 138029 1726888195.61894: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888195.4172971-144361-104511867609928/ /root/.ansible/tmp/ansible-tmp-1726888195.4172971-144361-104511867609928/AnsiballZ_bsize.py && sleep 0' 138029 1726888195.62544: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888195.62561: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888195.62580: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888195.62598: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888195.62625: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888195.62679: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888195.62960: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888195.62980: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888195.63057: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888195.64917: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888195.64920: stdout chunk (state=3): >>><<< 138029 1726888195.64927: stderr chunk (state=3): >>><<< 138029 1726888195.64950: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888195.64953: _low_level_execute_command(): starting 138029 1726888195.64959: _low_level_execute_command(): using become for this command 138029 1726888195.64972: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-vttjqxhddchxebgfbbhogitruyymoqob ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888195.4172971-144361-104511867609928/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888195.65281: Initial state: awaiting_escalation: BECOME-SUCCESS-vttjqxhddchxebgfbbhogitruyymoqob 138029 1726888195.65768: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888195.65813: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888195.65890: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888195.65940: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888195.69094: stdout chunk (state=1): >>>BECOME-SUCCESS-vttjqxhddchxebgfbbhogitruyymoqob <<< 138029 1726888195.69098: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-vttjqxhddchxebgfbbhogitruyymoqob' 138029 1726888195.69271: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888195.69310: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888195.69342: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888195.69368: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888195.69410: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888195.69443: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888195.69485: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888195.69547: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888195.69597: 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' # <<< 138029 1726888195.69621: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888195.69651: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888195.69686: 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 0x7f4928fbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928f8ba10> <<< 138029 1726888195.69881: 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 0x7f4928fbe930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 138029 1726888195.69923: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888195.69958: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888195.69996: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888195.70033: 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' <<< 138029 1726888195.70072: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888195.70135: 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' <<< 138029 1726888195.70361: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928fccfe0> <<< 138029 1726888195.70393: 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 0x7f4928fcdfd0> 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. <<< 138029 1726888195.70481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888195.70518: 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 <<< 138029 1726888195.70544: 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 <<< 138029 1726888195.70592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888195.70619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888195.70646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928db3da0> <<< 138029 1726888195.70684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888195.70762: 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 0x7f4928db3fe0> <<< 138029 1726888195.70787: 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 <<< 138029 1726888195.70852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 138029 1726888195.70912: 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 0x7f4928de3740> <<< 138029 1726888195.70939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888195.70957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928de3dd0> import '_collections' # <<< 138029 1726888195.71038: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928dc3a70> <<< 138029 1726888195.71042: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888195.71206: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928dc1190> <<< 138029 1726888195.71214: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928db0f50> # /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' # <<< 138029 1726888195.71217: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888195.71253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888195.71275: 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' <<< 138029 1726888195.71306: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e07680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e062a0> <<< 138029 1726888195.71344: 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 0x7f4928dc2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928db2810> <<< 138029 1726888195.71398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888195.71487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e38680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928db01d0> # /usr/lib64/python3.12/__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 0x7f4928e38b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e389e0> <<< 138029 1726888195.71520: 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 0x7f4928e38da0> <<< 138029 1726888195.71563: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928da6cf0> <<< 138029 1726888195.71650: 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 0x7f4928e39460> <<< 138029 1726888195.71654: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e39130> import 'importlib.machinery' # <<< 138029 1726888195.71837: 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 0x7f4928e3a360> <<< 138029 1726888195.71901: 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 0x7f4928e50560> 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 0x7f4928e51c10> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888195.71948: 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' <<< 138029 1726888195.71951: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e52ab0> <<< 138029 1726888195.71988: 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 0x7f4928e53110> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e52000> <<< 138029 1726888195.72021: 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' <<< 138029 1726888195.72082: 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 0x7f4928e53b90> <<< 138029 1726888195.72169: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e532c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e3a2d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888195.72331: 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 0x7f4928be3ad0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888195.72450: 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 0x7f4928c10530> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c10290> <<< 138029 1726888195.72454: 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 0x7f4928c10560> <<< 138029 1726888195.72458: 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' <<< 138029 1726888195.72477: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888195.72585: 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 0x7f4928c10e90> <<< 138029 1726888195.72734: 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 0x7f4928c117c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c10740> <<< 138029 1726888195.72803: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928be1c70> <<< 138029 1726888195.72912: 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' <<< 138029 1726888195.72981: 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 0x7f4928c12ba0> <<< 138029 1726888195.72985: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c118e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e3aa80> # /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' <<< 138029 1726888195.73009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888195.73028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888195.73051: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c3aed0> <<< 138029 1726888195.73115: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888195.73119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888195.73173: 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' <<< 138029 1726888195.73200: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c5f230> <<< 138029 1726888195.73226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888195.73282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888195.73340: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888195.73360: 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 0x7f4928c8bfe0> <<< 138029 1726888195.73411: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888195.73414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888195.73438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888195.73482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888195.73560: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928cbe780> <<< 138029 1726888195.73647: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928cbc140> <<< 138029 1726888195.73681: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c5fec0> <<< 138029 1726888195.73721: 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' <<< 138029 1726888195.73751: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928529160> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c5e030> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c13aa0> <<< 138029 1726888195.79296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888195.79303: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4928c5e630> <<< 138029 1726888195.81393: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_zswuvlwu/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 138029 1726888195.81546: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.81549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888195.81571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888195.81618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888195.81686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888195.81747: 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 0x7f4928576de0> import '_typing' # <<< 138029 1726888195.81930: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928559cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928558e60> # zipimport: zlib available <<< 138029 1726888195.81985: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888195.82018: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888195.82036: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888195.82059: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.83502: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.84653: 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 0x7f49285750d0> <<< 138029 1726888195.84672: 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' <<< 138029 1726888195.84696: 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' <<< 138029 1726888195.84731: 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' <<< 138029 1726888195.84768: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888195.84784: 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 0x7f49285ae6c0> <<< 138029 1726888195.84808: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49285ae4b0> <<< 138029 1726888195.84861: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49285addc0> <<< 138029 1726888195.84872: 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' <<< 138029 1726888195.84910: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49285ae210> <<< 138029 1726888195.84929: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928f8a9c0> import 'atexit' # <<< 138029 1726888195.84956: 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 0x7f49285af3b0> <<< 138029 1726888195.84989: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888195.85008: 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 0x7f49285af530> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888195.85060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888195.85071: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888195.85127: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49285afa40> <<< 138029 1726888195.85141: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888195.85175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888195.85178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888195.85210: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928415820> <<< 138029 1726888195.85247: 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 0x7f4928417440> <<< 138029 1726888195.85279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888195.85293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888195.85326: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928417e00> <<< 138029 1726888195.85390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888195.85427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928418fb0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888195.85482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888195.85486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888195.85488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888195.85528: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f492841bad0> <<< 138029 1726888195.85576: 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 0x7f4928da6de0> <<< 138029 1726888195.85587: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928419d90> <<< 138029 1726888195.85609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888195.85638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888195.85668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888195.85677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888195.85690: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888195.85719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888195.85746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888195.85751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49284239e0> <<< 138029 1726888195.85776: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888195.85828: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49284224b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928422240> <<< 138029 1726888195.85856: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888195.85862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888195.85939: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928422780> <<< 138029 1726888195.85971: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f492841afc0> <<< 138029 1726888195.85999: 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 0x7f4928467c20> <<< 138029 1726888195.86030: 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 0x7f4928467e90> <<< 138029 1726888195.86049: 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 <<< 138029 1726888195.86071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888195.86092: 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' <<< 138029 1726888195.86130: 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 0x7f4928469820> <<< 138029 1726888195.86134: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928469610> <<< 138029 1726888195.86161: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888195.86278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888195.86328: 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 0x7f492846bce0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928469e80> <<< 138029 1726888195.86360: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888195.86396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888195.86419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888195.86438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888195.86441: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888195.86484: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f492846f3e0> <<< 138029 1726888195.86613: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f492846bd70> <<< 138029 1726888195.86679: 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 0x7f4928470170> <<< 138029 1726888195.86710: 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 0x7f49284701a0> <<< 138029 1726888195.86750: 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' <<< 138029 1726888195.86772: 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 0x7f4928470770> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928467680> <<< 138029 1726888195.86790: 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 <<< 138029 1726888195.86795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888195.86813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888195.86839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888195.86869: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888195.86891: 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 0x7f4928473ce0> <<< 138029 1726888195.87038: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888195.87051: 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 0x7f49284fcec0> <<< 138029 1726888195.87054: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49284724b0> <<< 138029 1726888195.87095: 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 0x7f4928473800> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928472150> <<< 138029 1726888195.87103: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.87129: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.87136: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888195.87149: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.87236: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.87326: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.87344: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888195.87373: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.87386: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888195.87402: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.87522: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.87642: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.88216: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.88758: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888195.88774: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 138029 1726888195.88787: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888195.88798: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888195.88821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888195.88876: 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 0x7f4928300fe0> <<< 138029 1726888195.88960: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888195.88972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888195.88987: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928301d60> <<< 138029 1726888195.88995: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928470680> <<< 138029 1726888195.89042: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888195.89050: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.89078: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.89088: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888195.89108: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.89252: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.89411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888195.89414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 138029 1726888195.89432: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928301df0> <<< 138029 1726888195.89436: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.89907: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.90356: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.90431: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.90511: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888195.90522: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.90559: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.90595: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888195.90604: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.90675: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.90754: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888195.90772: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.90820: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.90823: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888195.90853: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.90890: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888195.90901: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.91133: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.91368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888195.91430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888195.91439: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888195.91520: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928303020> <<< 138029 1726888195.91523: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.91600: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.91684: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888195.91696: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888195.91706: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.91753: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.91790: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888195.91808: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.91847: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.91901: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.91957: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.92028: 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 <<< 138029 1726888195.92070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888195.92153: 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 0x7f492830d9d0> <<< 138029 1726888195.92188: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49283089b0> <<< 138029 1726888195.92227: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888195.92235: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.92299: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.92361: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.92393: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.92434: 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' <<< 138029 1726888195.92462: 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 <<< 138029 1726888195.92479: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888195.92503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888195.92565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888195.92583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888195.92599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888195.92660: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49284023c0> <<< 138029 1726888195.92702: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49285de090> <<< 138029 1726888195.92788: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f492830d730> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c5deb0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888195.92792: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.92828: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.92859: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888195.92911: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888195.92931: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.92954: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 138029 1726888195.92992: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.92995: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 138029 1726888195.93022: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888195.93031: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888195.93042: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.93089: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888195.93092: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.93130: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 138029 1726888195.93175: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.93219: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.93231: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888195.93266: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888195.93289: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888195.93301: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.93395: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.93486: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888195.93600: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888195.93733: stdout chunk (state=3): >>> {"changed": false, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3G"}}} # destroy __main__ <<< 138029 1726888195.94117: 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<<< 138029 1726888195.94135: 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 <<< 138029 1726888195.94144: stdout chunk (state=3): >>># cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib <<< 138029 1726888195.94197: stdout chunk (state=3): >>># cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing 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 <<< 138029 1726888195.94227: stdout chunk (state=3): >>># destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888195.94247: 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_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 <<< 138029 1726888195.94485: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888195.94518: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 138029 1726888195.94532: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888195.94550: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib <<< 138029 1726888195.94561: stdout chunk (state=3): >>># destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888195.94572: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888195.94608: 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 <<< 138029 1726888195.94613: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 138029 1726888195.94650: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888195.94659: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888195.94673: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888195.94686: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888195.94697: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888195.94718: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888195.94776: 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 <<< 138029 1726888195.94794: 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 <<< 138029 1726888195.94810: stdout chunk (state=3): >>># cleanup[3] wiping threading <<< 138029 1726888195.94816: 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 <<< 138029 1726888195.94862: 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 <<< 138029 1726888195.94871: 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 <<< 138029 1726888195.94892: 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 <<< 138029 1726888195.94904: 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 <<< 138029 1726888195.95040: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888195.95052: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888195.95058: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888195.95096: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888195.95107: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888195.95112: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888195.95152: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888195.95173: stdout chunk (state=3): >>># destroy _tokenize <<< 138029 1726888195.95181: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888195.95285: 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 <<< 138029 1726888195.95296: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888195.95314: stdout chunk (state=3): >>># destroy _random <<< 138029 1726888195.95321: stdout chunk (state=3): >>># destroy _weakref <<< 138029 1726888195.95336: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888195.95347: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888195.95367: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888195.95383: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 138029 1726888195.95387: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 138029 1726888195.95920: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888195.95924: stderr chunk (state=3): >>><<< 138029 1726888195.95926: stdout chunk (state=3): >>><<< 138029 1726888195.96100: _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 0x7f4928fbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928f8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928fbe930> 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 0x7f4928fccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f4928fcdfd0> 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 0x7f4928db3da0> # /usr/lib64/python3.12/__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 0x7f4928db3fe0> # /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 0x7f4928de3740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928de3dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928dc3a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928dc1190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928db0f50> # /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 0x7f4928e07680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e062a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928dc2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928db2810> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e38680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928db01d0> # /usr/lib64/python3.12/__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 0x7f4928e38b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e389e0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4928e38da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928da6cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f4928e39460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e39130> 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 0x7f4928e3a360> 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 0x7f4928e50560> 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 0x7f4928e51c10> # /usr/lib64/python3.12/__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 0x7f4928e52ab0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4928e53110> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e52000> # /usr/lib64/python3.12/__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 0x7f4928e53b90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e532c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e3a2d0> # /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 0x7f4928be3ad0> # /usr/lib64/python3.12/__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 0x7f4928c10530> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c10290> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4928c10560> # /usr/lib64/python3.12/__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 0x7f4928c10e90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4928c117c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c10740> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928be1c70> # /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 0x7f4928c12ba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c118e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928e3aa80> # /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 0x7f4928c3aed0> # /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 0x7f4928c5f230> # /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 0x7f4928c8bfe0> # /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 0x7f4928cbe780> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928cbc140> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c5fec0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928529160> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c5e030> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c13aa0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4928c5e630> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_zswuvlwu/ansible_fedora.linux_system_roles.bsize_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 0x7f4928576de0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928559cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928558e60> # 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 0x7f49285750d0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f49285ae6c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49285ae4b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49285addc0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f49285ae210> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928f8a9c0> 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 0x7f49285af3b0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49285af530> # /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 0x7f49285afa40> 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 0x7f4928415820> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4928417440> # /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 0x7f4928417e00> # /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 0x7f4928418fb0> # /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 0x7f492841bad0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4928da6de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928419d90> # /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 0x7f49284239e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49284224b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928422240> # /usr/lib64/python3.12/__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 0x7f4928422780> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f492841afc0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4928467c20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928467e90> # /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 0x7f4928469820> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928469610> # /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 0x7f492846bce0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928469e80> # /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 0x7f492846f3e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f492846bd70> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4928470170> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49284701a0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4928470770> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928467680> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f4928473ce0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49284fcec0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49284724b0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4928473800> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928472150> # 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 0x7f4928300fe0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f4928301d60> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928470680> 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 0x7f4928301df0> # 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 0x7f4928303020> # 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 0x7f492830d9d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49283089b0> 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 0x7f49284023c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49285de090> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f492830d730> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4928c5deb0> # 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, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3G"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888195.97178: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '3G', '_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.bsize', '_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-1726888195.4172971-144361-104511867609928/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888195.97182: _low_level_execute_command(): starting 138029 1726888195.97185: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888195.4172971-144361-104511867609928/ > /dev/null 2>&1 && sleep 0' 138029 1726888195.97187: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888195.97189: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888195.97192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888195.97195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888195.97197: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888195.97199: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888195.97202: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888195.97204: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888195.97206: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888195.97251: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888195.99119: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888195.99142: stderr chunk (state=3): >>><<< 138029 1726888195.99145: stdout chunk (state=3): >>><<< 138029 1726888195.99159: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888195.99168: handler run complete 138029 1726888195.99179: attempt loop complete, returning result 138029 1726888195.99182: _execute() done 138029 1726888195.99185: dumping result to json 138029 1726888195.99187: done dumping result, returning 138029 1726888195.99198: done running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume [0affc8a3-6f6f-5a58-73a2-00000000240c] 138029 1726888195.99205: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000240c 138029 1726888195.99301: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000240c 138029 1726888195.99304: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } 138029 1726888195.99373: no more pending results, returning what we have 138029 1726888195.99376: results queue empty 138029 1726888195.99377: checking for any_errors_fatal 138029 1726888195.99390: done checking for any_errors_fatal 138029 1726888195.99391: checking for max_fail_percentage 138029 1726888195.99393: done checking for max_fail_percentage 138029 1726888195.99394: checking to see if all hosts have failed and the running result is not ok 138029 1726888195.99395: done checking to see if all hosts have failed 138029 1726888195.99395: getting the remaining hosts for this loop 138029 1726888195.99397: done getting the remaining hosts for this loop 138029 1726888195.99400: getting the next task for host managed_node3 138029 1726888195.99407: done getting next task for host managed_node3 138029 1726888195.99411: ^ task is: TASK: Parse the requested size of the volume 138029 1726888195.99426: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888195.99433: getting variables 138029 1726888195.99435: in VariableManager get_vars() 138029 1726888195.99472: Calling all_inventory to load vars for managed_node3 138029 1726888195.99475: Calling groups_inventory to load vars for managed_node3 138029 1726888195.99478: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888195.99489: Calling all_plugins_play to load vars for managed_node3 138029 1726888195.99492: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888195.99494: Calling groups_plugins_play to load vars for managed_node3 138029 1726888196.00141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888196.00757: done with get_vars() 138029 1726888196.00772: 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:09:56 -0400 (0:00:00.671) 0:03:28.731 ****** 138029 1726888196.00834: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888196.01054: worker is 1 (out of 1 available) 138029 1726888196.01068: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888196.01079: done queuing things up, now waiting for results queue to drain 138029 1726888196.01081: waiting for pending results... 138029 1726888196.01270: running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume 138029 1726888196.01382: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000240d 138029 1726888196.01395: variable 'ansible_search_path' from source: unknown 138029 1726888196.01424: calling self._execute() 138029 1726888196.01526: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888196.01537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888196.01544: variable 'omit' from source: magic vars 138029 1726888196.01822: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888196.03281: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888196.03325: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888196.03362: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888196.03392: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888196.03412: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888196.03495: variable '_storage_test_volume_present' from source: set_fact 138029 1726888196.03505: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888196.03618: variable 'storage_test_volume' from source: include params 138029 1726888196.03638: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888196.03747: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888196.03771: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888196.03788: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888196.03818: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888196.03826: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888196.03894: variable 'storage_test_volume' from source: include params 138029 1726888196.03906: Evaluated conditional ('%' not in storage_test_volume.size | string): True 138029 1726888196.03972: variable 'omit' from source: magic vars 138029 1726888196.03985: variable 'omit' from source: magic vars 138029 1726888196.04077: variable 'storage_test_volume' from source: include params 138029 1726888196.04143: variable 'omit' from source: magic vars 138029 1726888196.04151: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888196.04227: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888196.04231: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888196.04234: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888196.04236: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888196.04238: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888196.04322: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888196.04328: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888196.04331: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888196.04334: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888196.04482: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888196.04485: Set connection var ansible_timeout to 10 138029 1726888196.04488: Set connection var ansible_pipelining to False 138029 1726888196.04490: Set connection var ansible_shell_type to sh 138029 1726888196.04492: Set connection var ansible_connection to ssh 138029 1726888196.04494: Set connection var ansible_shell_executable to /bin/sh 138029 1726888196.04496: variable 'ansible_shell_executable' from source: unknown 138029 1726888196.04498: variable 'ansible_connection' from source: unknown 138029 1726888196.04505: variable 'ansible_module_compression' from source: unknown 138029 1726888196.04509: variable 'ansible_shell_type' from source: unknown 138029 1726888196.04511: variable 'ansible_shell_executable' from source: unknown 138029 1726888196.04513: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888196.04516: variable 'ansible_pipelining' from source: unknown 138029 1726888196.04517: variable 'ansible_timeout' from source: unknown 138029 1726888196.04519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888196.04748: 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) 138029 1726888196.04751: variable 'omit' from source: magic vars 138029 1726888196.04754: starting attempt loop 138029 1726888196.04763: running the handler 138029 1726888196.04770: _low_level_execute_command(): starting 138029 1726888196.04788: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888196.05302: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888196.05308: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888196.05314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888196.05365: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888196.05410: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888196.07125: stdout chunk (state=3): >>>/root <<< 138029 1726888196.07230: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888196.07268: stderr chunk (state=3): >>><<< 138029 1726888196.07272: stdout chunk (state=3): >>><<< 138029 1726888196.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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888196.07301: _low_level_execute_command(): starting 138029 1726888196.07304: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888196.0728972-144395-23595182762988 `" && echo ansible-tmp-1726888196.0728972-144395-23595182762988="` echo /root/.ansible/tmp/ansible-tmp-1726888196.0728972-144395-23595182762988 `" ) && sleep 0' 138029 1726888196.07988: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888196.07992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888196.07995: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888196.07998: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888196.08000: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888196.08015: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888196.08044: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888196.08088: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888196.24815: stdout chunk (state=3): >>>ansible-tmp-1726888196.0728972-144395-23595182762988=/root/.ansible/tmp/ansible-tmp-1726888196.0728972-144395-23595182762988 <<< 138029 1726888196.24937: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888196.24969: stderr chunk (state=3): >>><<< 138029 1726888196.24973: stdout chunk (state=3): >>><<< 138029 1726888196.24987: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888196.0728972-144395-23595182762988=/root/.ansible/tmp/ansible-tmp-1726888196.0728972-144395-23595182762988 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888196.25037: variable 'ansible_module_compression' from source: unknown 138029 1726888196.25072: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888196.25100: variable 'ansible_facts' from source: unknown 138029 1726888196.25158: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888196.0728972-144395-23595182762988/AnsiballZ_bsize.py 138029 1726888196.25260: Sending initial data 138029 1726888196.25263: Sent initial data (155 bytes) 138029 1726888196.25731: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888196.25734: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888196.25737: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888196.25739: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888196.25741: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888196.25796: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888196.25803: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888196.25804: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888196.25848: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888196.27489: 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 <<< 138029 1726888196.27493: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888196.27540: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888196.27593: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp6mgo35m4 /root/.ansible/tmp/ansible-tmp-1726888196.0728972-144395-23595182762988/AnsiballZ_bsize.py <<< 138029 1726888196.27598: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888196.0728972-144395-23595182762988/AnsiballZ_bsize.py" <<< 138029 1726888196.27639: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp6mgo35m4" to remote "/root/.ansible/tmp/ansible-tmp-1726888196.0728972-144395-23595182762988/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888196.0728972-144395-23595182762988/AnsiballZ_bsize.py" <<< 138029 1726888196.28419: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888196.28440: stderr chunk (state=3): >>><<< 138029 1726888196.28443: stdout chunk (state=3): >>><<< 138029 1726888196.28482: done transferring module to remote 138029 1726888196.28495: _low_level_execute_command(): starting 138029 1726888196.28502: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888196.0728972-144395-23595182762988/ /root/.ansible/tmp/ansible-tmp-1726888196.0728972-144395-23595182762988/AnsiballZ_bsize.py && sleep 0' 138029 1726888196.29271: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888196.29274: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888196.29277: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888196.29279: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888196.29329: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888196.29334: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888196.29384: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888196.31224: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888196.31247: stderr chunk (state=3): >>><<< 138029 1726888196.31252: stdout chunk (state=3): >>><<< 138029 1726888196.31264: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888196.31267: _low_level_execute_command(): starting 138029 1726888196.31274: _low_level_execute_command(): using become for this command 138029 1726888196.31283: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zhiavcerkuvtcquvvistbflybyvgusvy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888196.0728972-144395-23595182762988/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888196.31354: Initial state: awaiting_escalation: BECOME-SUCCESS-zhiavcerkuvtcquvvistbflybyvgusvy 138029 1726888196.31738: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888196.31743: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888196.31778: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888196.31828: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888196.31902: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888196.34927: stdout chunk (state=1): >>>BECOME-SUCCESS-zhiavcerkuvtcquvvistbflybyvgusvy <<< 138029 1726888196.34931: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zhiavcerkuvtcquvvistbflybyvgusvy' 138029 1726888196.35283: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888196.35312: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888196.35331: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888196.35349: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888196.35413: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888196.35431: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888196.35465: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888196.35529: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888196.35542: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888196.35576: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888196.35598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888196.35623: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888196.35650: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888196.35712: 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 0x7fdeff4e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff4b7a10> <<< 138029 1726888196.35733: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888196.35745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888196.35770: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff4ea960> <<< 138029 1726888196.35790: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888196.35816: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888196.35858: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888196.35877: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888196.35973: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888196.35990: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888196.36008: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888196.36027: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888196.36042: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888196.36057: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888196.36061: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888196.36079: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888196.36115: 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 <<< 138029 1726888196.36118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888196.36142: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff298fe0> <<< 138029 1726888196.36187: 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 <<< 138029 1726888196.36214: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888196.36217: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff299fd0> <<< 138029 1726888196.36241: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888196.36276: 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. <<< 138029 1726888196.36515: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888196.36531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888196.36549: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888196.36571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888196.36583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888196.36628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888196.36645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888196.36680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888196.36685: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff2dfdd0> <<< 138029 1726888196.36720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888196.36737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888196.36769: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888196.36783: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff2dffe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888196.36817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888196.36849: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888196.36885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888196.36908: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888196.36927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 138029 1726888196.36959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff30f7a0> <<< 138029 1726888196.36991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888196.36997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff30fe30> import '_collections' # <<< 138029 1726888196.37043: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff2efaa0> <<< 138029 1726888196.37060: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888196.37082: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff2ed1c0> <<< 138029 1726888196.37176: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff2dcf80> <<< 138029 1726888196.37198: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888196.37238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888196.37242: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888196.37273: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888196.37293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888196.37319: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888196.37322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888196.37365: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff333710> <<< 138029 1726888196.37375: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff332330> <<< 138029 1726888196.37414: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888196.37416: 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 0x7fdeff2ee090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff330b60> <<< 138029 1726888196.37492: 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 0x7fdeff364770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff2dc200> <<< 138029 1726888196.37533: 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' <<< 138029 1726888196.37574: 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 0x7fdeff364c20> <<< 138029 1726888196.37583: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff364ad0> <<< 138029 1726888196.37609: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888196.37612: 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 0x7fdeff364e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff2d2d20> <<< 138029 1726888196.37660: 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' <<< 138029 1726888196.37690: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888196.37725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888196.37751: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff365550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff365220> import 'importlib.machinery' # <<< 138029 1726888196.37795: 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' <<< 138029 1726888196.37808: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff366450> import 'importlib.util' # import 'runpy' # <<< 138029 1726888196.37840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888196.37870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888196.37916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888196.37922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff37c680> import 'errno' # <<< 138029 1726888196.37942: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888196.37973: 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 0x7fdeff37dd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888196.37994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888196.38016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888196.38040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff37ec00> <<< 138029 1726888196.38069: 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 0x7fdeff37f260> <<< 138029 1726888196.38079: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff37e150> <<< 138029 1726888196.38092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888196.38107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888196.38152: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888196.38165: 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 0x7fdeff37fce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff37f410> <<< 138029 1726888196.38220: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff3664b0> <<< 138029 1726888196.38238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888196.38283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888196.38286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888196.38315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888196.38363: 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 0x7fdeff107b60> <<< 138029 1726888196.38370: 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' <<< 138029 1726888196.38397: 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 0x7fdeff130650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff1303b0> <<< 138029 1726888196.38423: 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 0x7fdeff130680> <<< 138029 1726888196.38451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888196.38457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888196.38533: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888196.38666: 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 0x7fdeff130fb0> <<< 138029 1726888196.38825: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888196.38828: 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 0x7fdeff131940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff130860> <<< 138029 1726888196.38835: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff105d00> <<< 138029 1726888196.38838: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888196.38871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888196.38874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888196.38898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff132cc0> <<< 138029 1726888196.38917: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff131820> <<< 138029 1726888196.38940: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff366ba0> <<< 138029 1726888196.38964: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888196.39024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888196.39047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888196.39102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888196.39122: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff15b020> <<< 138029 1726888196.39178: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888196.39200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888196.39223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888196.39236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888196.39276: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff1833b0> <<< 138029 1726888196.39291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888196.39334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888196.39389: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888196.39418: 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 0x7fdeff1e01a0> <<< 138029 1726888196.39434: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888196.39482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888196.39496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888196.39531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888196.39640: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff1e2900> <<< 138029 1726888196.39713: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff1e02c0> <<< 138029 1726888196.39748: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff1ad190> <<< 138029 1726888196.39783: 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' <<< 138029 1726888196.39793: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefeb29250> <<< 138029 1726888196.39806: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff1821b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff133bf0> <<< 138029 1726888196.44801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888196.44822: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdeff1827b0> <<< 138029 1726888196.47313: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_6b5a7cfv/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 138029 1726888196.47454: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.47495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888196.47498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888196.47548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888196.47628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888196.47689: 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 0x7fdefeb76f60> import '_typing' # <<< 138029 1726888196.47915: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefeb59e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefeb58fb0> # zipimport: zlib available <<< 138029 1726888196.47963: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888196.47969: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.47999: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888196.48008: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.49436: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.50560: 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' <<< 138029 1726888196.50568: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefeb74e00> <<< 138029 1726888196.50594: 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' <<< 138029 1726888196.50617: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888196.50622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888196.50653: 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' <<< 138029 1726888196.50685: 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 0x7fdefebaa8d0> <<< 138029 1726888196.50721: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefebaa660> <<< 138029 1726888196.50760: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefeba9f70> <<< 138029 1726888196.50777: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888196.50785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888196.50826: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefebaa6f0> <<< 138029 1726888196.50829: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefeb77980> <<< 138029 1726888196.50843: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888196.50871: 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 0x7fdefebab620> <<< 138029 1726888196.50897: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888196.50902: 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 0x7fdefebab860> <<< 138029 1726888196.50928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888196.50975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888196.50988: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888196.51032: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefebabda0> <<< 138029 1726888196.51045: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888196.51066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888196.51093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888196.51128: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea15b50> <<< 138029 1726888196.51162: 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 0x7fdefea17770> <<< 138029 1726888196.51195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888196.51202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888196.51245: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea18170> <<< 138029 1726888196.51261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888196.51293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888196.51310: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea19310> <<< 138029 1726888196.51335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888196.51370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888196.51393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888196.51398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888196.51458: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea1bda0> <<< 138029 1726888196.51490: 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 0x7fdeff2d2cc0> <<< 138029 1726888196.51513: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea1a090> <<< 138029 1726888196.51547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888196.51569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888196.51596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888196.51606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888196.51612: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888196.51648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888196.51665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888196.51690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea23bf0> <<< 138029 1726888196.51693: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888196.51770: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea226c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea22450> <<< 138029 1726888196.51793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888196.51798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888196.51871: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea22990> <<< 138029 1726888196.51901: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea1a570> <<< 138029 1726888196.51924: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888196.51940: 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 0x7fdefea67ec0> <<< 138029 1726888196.51959: 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 0x7fdefea67ef0> <<< 138029 1726888196.51986: 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 <<< 138029 1726888196.51999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888196.52023: 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' <<< 138029 1726888196.52060: 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 0x7fdefea69a90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea69850> <<< 138029 1726888196.52085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888196.52202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888196.52259: 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 0x7fdefea6bf20> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea6a180> <<< 138029 1726888196.52287: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888196.52322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888196.52345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888196.52351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888196.52373: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888196.52411: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea6f560> <<< 138029 1726888196.52534: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea6bfe0> <<< 138029 1726888196.52599: 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 0x7fdefea70950> <<< 138029 1726888196.52631: 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 0x7fdefea70680> <<< 138029 1726888196.52672: 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 0x7fdefea709b0> <<< 138029 1726888196.52693: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea681d0> <<< 138029 1726888196.52709: 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 <<< 138029 1726888196.52715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888196.52733: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888196.52765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888196.52782: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888196.52809: 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 0x7fdefea73fe0> <<< 138029 1726888196.52961: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888196.52968: 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 0x7fdefeaf9310> <<< 138029 1726888196.52977: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea72810> <<< 138029 1726888196.53011: 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 0x7fdefea73bc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea72450> <<< 138029 1726888196.53014: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.53037: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.53040: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888196.53063: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.53146: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.53240: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.53253: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.53261: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888196.53277: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.53298: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888196.53307: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.53426: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.53543: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.54084: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.54608: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888196.54627: 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' # <<< 138029 1726888196.54675: 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' <<< 138029 1726888196.54724: 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 0x7fdefe901430> <<< 138029 1726888196.54805: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888196.54816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888196.54822: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefe902150> <<< 138029 1726888196.54842: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefeaf9610> <<< 138029 1726888196.54888: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888196.54899: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.54918: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.54940: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888196.54944: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.55098: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.55251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888196.55264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefe901d90> <<< 138029 1726888196.55270: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.55725: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.56176: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.56250: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.56327: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888196.56334: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.56372: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.56410: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888196.56415: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.56492: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.56579: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888196.56590: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.56601: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.56620: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888196.56624: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.56667: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.56699: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888196.56715: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.56938: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.57173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888196.57223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888196.57242: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888196.57304: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefe903110> <<< 138029 1726888196.57321: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.57397: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.57485: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888196.57489: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888196.57512: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.57554: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.57599: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888196.57602: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.57654: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.57697: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.57757: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.57819: 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 <<< 138029 1726888196.57873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888196.57957: 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 0x7fdefe90dac0> <<< 138029 1726888196.57994: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefe90aed0> <<< 138029 1726888196.58032: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888196.58037: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.58098: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.58166: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.58193: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.58239: 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 <<< 138029 1726888196.58242: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888196.58271: 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 <<< 138029 1726888196.58284: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888196.58307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888196.58369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888196.58391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888196.58407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888196.58471: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea025a0> <<< 138029 1726888196.58510: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefebe2270> <<< 138029 1726888196.58594: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefe90dcd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefe90da90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888196.58602: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.58638: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.58672: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888196.58720: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888196.58737: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.58759: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.58778: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888196.58790: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.58796: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 138029 1726888196.58825: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.58831: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888196.58856: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.58878: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888196.58898: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888196.59008: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888196.59041: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888196.59047: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888196.59059: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888196.59073: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.59177: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.59282: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888196.59360: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888196.59477: stdout chunk (state=3): >>> {"changed": false, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3g"}}} <<< 138029 1726888196.59498: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888196.59851: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888196.59906: 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 <<< 138029 1726888196.59911: 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 <<< 138029 1726888196.60020: stdout chunk (state=3): >>># cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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_ut<<< 138029 1726888196.60028: stdout chunk (state=3): >>>ils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888196.60252: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888196.60262: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888196.60288: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888196.60304: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888196.60311: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 138029 1726888196.60317: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888196.60354: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 138029 1726888196.60362: 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 <<< 138029 1726888196.60401: stdout chunk (state=3): >>># destroy _json <<< 138029 1726888196.60407: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888196.60414: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888196.60441: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888196.60446: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888196.60480: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888196.60483: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 138029 1726888196.60488: stdout chunk (state=3): >>># destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888196.60528: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888196.60556: 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 <<< 138029 1726888196.60569: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888196.60593: 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 <<< 138029 1726888196.60601: 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 <<< 138029 1726888196.60625: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888196.60630: 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 <<< 138029 1726888196.60651: 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 <<< 138029 1726888196.60675: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 138029 1726888196.60680: 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 <<< 138029 1726888196.60806: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888196.60821: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888196.60829: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888196.60861: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888196.60867: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888196.60887: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888196.60912: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888196.60928: 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 <<< 138029 1726888196.60936: stdout chunk (state=3): >>># destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888196.60954: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888196.61036: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888196.61051: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 138029 1726888196.61061: stdout chunk (state=3): >>># destroy time <<< 138029 1726888196.61073: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888196.61092: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888196.61104: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888196.61135: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888196.61152: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888196.61665: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888196.61699: stderr chunk (state=3): >>><<< 138029 1726888196.61702: stdout chunk (state=3): >>><<< 138029 1726888196.61774: _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 0x7fdeff4e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff4b7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff4ea960> 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 0x7fdeff298fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fdeff299fd0> 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 0x7fdeff2dfdd0> # /usr/lib64/python3.12/__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 0x7fdeff2dffe0> # /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 0x7fdeff30f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff30fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff2efaa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff2ed1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff2dcf80> # /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 0x7fdeff333710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff332330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff2ee090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff330b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff364770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff2dc200> # /usr/lib64/python3.12/__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 0x7fdeff364c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff364ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdeff364e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff2d2d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fdeff365550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff365220> 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 0x7fdeff366450> 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 0x7fdeff37c680> 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 0x7fdeff37dd90> # /usr/lib64/python3.12/__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 0x7fdeff37ec00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdeff37f260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff37e150> # /usr/lib64/python3.12/__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 0x7fdeff37fce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff37f410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff3664b0> # /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 0x7fdeff107b60> # /usr/lib64/python3.12/__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 0x7fdeff130650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff1303b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdeff130680> # /usr/lib64/python3.12/__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 0x7fdeff130fb0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdeff131940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff130860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff105d00> # /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 0x7fdeff132cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff131820> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff366ba0> # /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 0x7fdeff15b020> # /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 0x7fdeff1833b0> # /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 0x7fdeff1e01a0> # /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 0x7fdeff1e2900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff1e02c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff1ad190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefeb29250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff1821b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdeff133bf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdeff1827b0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_6b5a7cfv/ansible_fedora.linux_system_roles.bsize_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 0x7fdefeb76f60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefeb59e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefeb58fb0> # 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 0x7fdefeb74e00> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fdefebaa8d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefebaa660> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefeba9f70> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fdefebaa6f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefeb77980> 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 0x7fdefebab620> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdefebab860> # /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 0x7fdefebabda0> 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 0x7fdefea15b50> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdefea17770> # /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 0x7fdefea18170> # /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 0x7fdefea19310> # /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 0x7fdefea1bda0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdeff2d2cc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea1a090> # /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 0x7fdefea23bf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea226c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea22450> # /usr/lib64/python3.12/__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 0x7fdefea22990> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea1a570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdefea67ec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea67ef0> # /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 0x7fdefea69a90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea69850> # /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 0x7fdefea6bf20> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea6a180> # /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 0x7fdefea6f560> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea6bfe0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdefea70950> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdefea70680> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdefea709b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea681d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fdefea73fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdefeaf9310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea72810> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdefea73bc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefea72450> # 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 0x7fdefe901430> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fdefe902150> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefeaf9610> 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 0x7fdefe901d90> # 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 0x7fdefe903110> # 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 0x7fdefe90dac0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefe90aed0> 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 0x7fdefea025a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefebe2270> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefe90dcd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdefe90da90> # 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, "size": "3 GiB", "bytes": 3221225472, "lvm": "3g", "parted": "3GiB", "invocation": {"module_args": {"size": "3g"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888196.62333: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '3g', '_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.bsize', '_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-1726888196.0728972-144395-23595182762988/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888196.62337: _low_level_execute_command(): starting 138029 1726888196.62349: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888196.0728972-144395-23595182762988/ > /dev/null 2>&1 && sleep 0' 138029 1726888196.62491: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888196.62494: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888196.62496: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888196.62498: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888196.62500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888196.62547: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888196.62551: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888196.62603: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888196.64492: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888196.64517: stderr chunk (state=3): >>><<< 138029 1726888196.64520: stdout chunk (state=3): >>><<< 138029 1726888196.64532: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888196.64538: handler run complete 138029 1726888196.64551: attempt loop complete, returning result 138029 1726888196.64554: _execute() done 138029 1726888196.64559: dumping result to json 138029 1726888196.64561: done dumping result, returning 138029 1726888196.64572: done running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume [0affc8a3-6f6f-5a58-73a2-00000000240d] 138029 1726888196.64575: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000240d 138029 1726888196.64668: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000240d 138029 1726888196.64671: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } 138029 1726888196.64747: no more pending results, returning what we have 138029 1726888196.64751: results queue empty 138029 1726888196.64752: checking for any_errors_fatal 138029 1726888196.64769: done checking for any_errors_fatal 138029 1726888196.64770: checking for max_fail_percentage 138029 1726888196.64772: done checking for max_fail_percentage 138029 1726888196.64773: checking to see if all hosts have failed and the running result is not ok 138029 1726888196.64773: done checking to see if all hosts have failed 138029 1726888196.64774: getting the remaining hosts for this loop 138029 1726888196.64776: done getting the remaining hosts for this loop 138029 1726888196.64779: getting the next task for host managed_node3 138029 1726888196.64788: done getting next task for host managed_node3 138029 1726888196.64791: ^ task is: TASK: Establish base value for expected size 138029 1726888196.64796: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888196.64802: getting variables 138029 1726888196.64804: in VariableManager get_vars() 138029 1726888196.64838: Calling all_inventory to load vars for managed_node3 138029 1726888196.64840: Calling groups_inventory to load vars for managed_node3 138029 1726888196.64844: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888196.64860: Calling all_plugins_play to load vars for managed_node3 138029 1726888196.64864: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888196.64869: Calling groups_plugins_play to load vars for managed_node3 138029 1726888196.65291: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888196.65691: done with get_vars() 138029 1726888196.65704: done getting variables 138029 1726888196.65748: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:56 -0400 (0:00:00.649) 0:03:29.381 ****** 138029 1726888196.65775: entering _queue_task() for managed_node3/set_fact 138029 1726888196.65986: worker is 1 (out of 1 available) 138029 1726888196.66001: exiting _queue_task() for managed_node3/set_fact 138029 1726888196.66013: done queuing things up, now waiting for results queue to drain 138029 1726888196.66015: waiting for pending results... 138029 1726888196.66206: running TaskExecutor() for managed_node3/TASK: Establish base value for expected size 138029 1726888196.66302: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000240e 138029 1726888196.66315: variable 'ansible_search_path' from source: unknown 138029 1726888196.66343: calling self._execute() 138029 1726888196.66438: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888196.66442: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888196.66450: variable 'omit' from source: magic vars 138029 1726888196.66734: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888196.68548: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888196.68594: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888196.68621: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888196.68647: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888196.68671: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888196.68738: variable '_storage_test_volume_present' from source: set_fact 138029 1726888196.68752: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888196.68857: variable 'storage_test_volume' from source: include params 138029 1726888196.68882: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888196.68991: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888196.69011: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888196.69028: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888196.69053: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888196.69068: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888196.69126: variable 'storage_test_volume' from source: include params 138029 1726888196.69139: Evaluated conditional ('%' not in storage_test_volume.size | string): True 138029 1726888196.69144: variable 'omit' from source: magic vars 138029 1726888196.69193: variable 'omit' from source: magic vars 138029 1726888196.69256: variable 'storage_test_requested_size' from source: set_fact 138029 1726888196.69273: variable 'omit' from source: magic vars 138029 1726888196.69295: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888196.69317: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888196.69331: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888196.69343: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888196.69351: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888196.69369: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888196.69380: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888196.69402: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888196.69407: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888196.69409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888196.69489: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888196.69492: Set connection var ansible_timeout to 10 138029 1726888196.69498: Set connection var ansible_pipelining to False 138029 1726888196.69500: Set connection var ansible_shell_type to sh 138029 1726888196.69502: Set connection var ansible_connection to ssh 138029 1726888196.69507: Set connection var ansible_shell_executable to /bin/sh 138029 1726888196.69527: variable 'ansible_shell_executable' from source: unknown 138029 1726888196.69534: variable 'ansible_connection' from source: unknown 138029 1726888196.69537: variable 'ansible_module_compression' from source: unknown 138029 1726888196.69539: variable 'ansible_shell_type' from source: unknown 138029 1726888196.69541: variable 'ansible_shell_executable' from source: unknown 138029 1726888196.69544: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888196.69549: variable 'ansible_pipelining' from source: unknown 138029 1726888196.69551: variable 'ansible_timeout' from source: unknown 138029 1726888196.69556: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888196.69627: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888196.69641: variable 'omit' from source: magic vars 138029 1726888196.69644: starting attempt loop 138029 1726888196.69647: running the handler 138029 1726888196.69657: handler run complete 138029 1726888196.69746: attempt loop complete, returning result 138029 1726888196.69748: _execute() done 138029 1726888196.69751: dumping result to json 138029 1726888196.69753: done dumping result, returning 138029 1726888196.69756: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected size [0affc8a3-6f6f-5a58-73a2-00000000240e] 138029 1726888196.69759: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000240e 138029 1726888196.69825: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000240e 138029 1726888196.69827: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } 138029 1726888196.69886: no more pending results, returning what we have 138029 1726888196.69889: results queue empty 138029 1726888196.69889: checking for any_errors_fatal 138029 1726888196.69898: done checking for any_errors_fatal 138029 1726888196.69898: checking for max_fail_percentage 138029 1726888196.69900: done checking for max_fail_percentage 138029 1726888196.69901: checking to see if all hosts have failed and the running result is not ok 138029 1726888196.69902: done checking to see if all hosts have failed 138029 1726888196.69903: getting the remaining hosts for this loop 138029 1726888196.69904: done getting the remaining hosts for this loop 138029 1726888196.69907: getting the next task for host managed_node3 138029 1726888196.69914: done getting next task for host managed_node3 138029 1726888196.69917: ^ task is: TASK: Show expected size 138029 1726888196.69922: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888196.69932: getting variables 138029 1726888196.69933: in VariableManager get_vars() 138029 1726888196.69967: Calling all_inventory to load vars for managed_node3 138029 1726888196.69970: Calling groups_inventory to load vars for managed_node3 138029 1726888196.69973: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888196.69981: Calling all_plugins_play to load vars for managed_node3 138029 1726888196.69983: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888196.69986: Calling groups_plugins_play to load vars for managed_node3 138029 1726888196.70364: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888196.70961: done with get_vars() 138029 1726888196.70975: done getting variables 138029 1726888196.71019: 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:09:56 -0400 (0:00:00.052) 0:03:29.433 ****** 138029 1726888196.71043: entering _queue_task() for managed_node3/debug 138029 1726888196.71286: worker is 1 (out of 1 available) 138029 1726888196.71299: exiting _queue_task() for managed_node3/debug 138029 1726888196.71313: done queuing things up, now waiting for results queue to drain 138029 1726888196.71314: waiting for pending results... 138029 1726888196.71506: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888196.71609: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000240f 138029 1726888196.71622: variable 'ansible_search_path' from source: unknown 138029 1726888196.71652: calling self._execute() 138029 1726888196.71742: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888196.71747: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888196.71761: variable 'omit' from source: magic vars 138029 1726888196.71844: variable 'omit' from source: magic vars 138029 1726888196.71892: variable 'omit' from source: magic vars 138029 1726888196.71916: variable 'omit' from source: magic vars 138029 1726888196.71949: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888196.71981: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888196.71998: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888196.72012: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888196.72023: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888196.72036: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888196.72048: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888196.72076: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888196.72079: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888196.72081: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888196.72162: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888196.72170: Set connection var ansible_timeout to 10 138029 1726888196.72173: Set connection var ansible_pipelining to False 138029 1726888196.72175: Set connection var ansible_shell_type to sh 138029 1726888196.72177: Set connection var ansible_connection to ssh 138029 1726888196.72182: Set connection var ansible_shell_executable to /bin/sh 138029 1726888196.72208: variable 'ansible_shell_executable' from source: unknown 138029 1726888196.72211: variable 'ansible_connection' from source: unknown 138029 1726888196.72213: variable 'ansible_module_compression' from source: unknown 138029 1726888196.72216: variable 'ansible_shell_type' from source: unknown 138029 1726888196.72218: variable 'ansible_shell_executable' from source: unknown 138029 1726888196.72220: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888196.72222: variable 'ansible_pipelining' from source: unknown 138029 1726888196.72224: variable 'ansible_timeout' from source: unknown 138029 1726888196.72226: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888196.72330: 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) 138029 1726888196.72341: variable 'omit' from source: magic vars 138029 1726888196.72347: starting attempt loop 138029 1726888196.72349: running the handler 138029 1726888196.72394: variable 'storage_test_expected_size' from source: set_fact 138029 1726888196.72536: variable 'storage_test_expected_size' from source: set_fact 138029 1726888196.72561: handler run complete 138029 1726888196.72575: attempt loop complete, returning result 138029 1726888196.72579: _execute() done 138029 1726888196.72581: dumping result to json 138029 1726888196.72583: done dumping result, returning 138029 1726888196.72590: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-00000000240f] 138029 1726888196.72594: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000240f 138029 1726888196.72681: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000240f 138029 1726888196.72684: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } 138029 1726888196.72731: no more pending results, returning what we have 138029 1726888196.72735: results queue empty 138029 1726888196.72736: checking for any_errors_fatal 138029 1726888196.72745: done checking for any_errors_fatal 138029 1726888196.72745: checking for max_fail_percentage 138029 1726888196.72747: done checking for max_fail_percentage 138029 1726888196.72748: checking to see if all hosts have failed and the running result is not ok 138029 1726888196.72749: done checking to see if all hosts have failed 138029 1726888196.72750: getting the remaining hosts for this loop 138029 1726888196.72752: done getting the remaining hosts for this loop 138029 1726888196.72757: getting the next task for host managed_node3 138029 1726888196.72768: done getting next task for host managed_node3 138029 1726888196.72771: ^ task is: TASK: Get the size of parent/pool device 138029 1726888196.72777: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888196.72781: getting variables 138029 1726888196.72783: in VariableManager get_vars() 138029 1726888196.72812: Calling all_inventory to load vars for managed_node3 138029 1726888196.72814: Calling groups_inventory to load vars for managed_node3 138029 1726888196.72817: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888196.72826: Calling all_plugins_play to load vars for managed_node3 138029 1726888196.72829: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888196.72831: Calling groups_plugins_play to load vars for managed_node3 138029 1726888196.73384: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888196.74101: done with get_vars() 138029 1726888196.74124: 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:09:56 -0400 (0:00:00.031) 0:03:29.465 ****** 138029 1726888196.74218: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888196.74678: worker is 1 (out of 1 available) 138029 1726888196.74688: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888196.74699: done queuing things up, now waiting for results queue to drain 138029 1726888196.74701: waiting for pending results... 138029 1726888196.74941: running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device 138029 1726888196.74981: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002410 138029 1726888196.75004: variable 'ansible_search_path' from source: unknown 138029 1726888196.75053: calling self._execute() 138029 1726888196.75260: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888196.75265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888196.75267: variable 'omit' from source: magic vars 138029 1726888196.75629: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888196.77832: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888196.77880: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888196.77917: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888196.77942: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888196.77962: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888196.78040: variable '_storage_test_volume_present' from source: set_fact 138029 1726888196.78053: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888196.78152: variable 'storage_test_volume' from source: include params 138029 1726888196.78175: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888196.78182: variable 'omit' from source: magic vars 138029 1726888196.78223: variable 'omit' from source: magic vars 138029 1726888196.78336: variable 'ansible_lvm' from source: facts 138029 1726888196.78344: variable 'storage_test_pool' from source: include params 138029 1726888196.78387: variable 'omit' from source: magic vars 138029 1726888196.78416: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888196.78434: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888196.78449: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888196.78464: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888196.78474: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888196.78487: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888196.78500: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888196.78524: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888196.78527: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888196.78529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888196.78610: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888196.78614: Set connection var ansible_timeout to 10 138029 1726888196.78620: Set connection var ansible_pipelining to False 138029 1726888196.78622: Set connection var ansible_shell_type to sh 138029 1726888196.78630: Set connection var ansible_connection to ssh 138029 1726888196.78633: Set connection var ansible_shell_executable to /bin/sh 138029 1726888196.78650: variable 'ansible_shell_executable' from source: unknown 138029 1726888196.78654: variable 'ansible_connection' from source: unknown 138029 1726888196.78658: variable 'ansible_module_compression' from source: unknown 138029 1726888196.78660: variable 'ansible_shell_type' from source: unknown 138029 1726888196.78662: variable 'ansible_shell_executable' from source: unknown 138029 1726888196.78667: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888196.78669: variable 'ansible_pipelining' from source: unknown 138029 1726888196.78671: variable 'ansible_timeout' from source: unknown 138029 1726888196.78673: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888196.78767: 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) 138029 1726888196.78774: variable 'omit' from source: magic vars 138029 1726888196.78779: starting attempt loop 138029 1726888196.78783: running the handler 138029 1726888196.78793: _low_level_execute_command(): starting 138029 1726888196.78798: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888196.79284: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888196.79288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888196.79291: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888196.79293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888196.79343: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888196.79346: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888196.79348: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888196.79411: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888196.81124: stdout chunk (state=3): >>>/root <<< 138029 1726888196.81221: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888196.81249: stderr chunk (state=3): >>><<< 138029 1726888196.81252: stdout chunk (state=3): >>><<< 138029 1726888196.81275: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888196.81286: _low_level_execute_command(): starting 138029 1726888196.81293: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888196.8127553-144407-86482627811818 `" && echo ansible-tmp-1726888196.8127553-144407-86482627811818="` echo /root/.ansible/tmp/ansible-tmp-1726888196.8127553-144407-86482627811818 `" ) && sleep 0' 138029 1726888196.81707: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888196.81710: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888196.81712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888196.81714: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888196.81716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888196.81768: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888196.81779: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888196.81822: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888196.96952: stdout chunk (state=3): >>>ansible-tmp-1726888196.8127553-144407-86482627811818=/root/.ansible/tmp/ansible-tmp-1726888196.8127553-144407-86482627811818 <<< 138029 1726888196.97077: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888196.97108: stderr chunk (state=3): >>><<< 138029 1726888196.97111: stdout chunk (state=3): >>><<< 138029 1726888196.97128: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888196.8127553-144407-86482627811818=/root/.ansible/tmp/ansible-tmp-1726888196.8127553-144407-86482627811818 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888196.97180: variable 'ansible_module_compression' from source: unknown 138029 1726888196.97210: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888196.97239: variable 'ansible_facts' from source: unknown 138029 1726888196.97299: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888196.8127553-144407-86482627811818/AnsiballZ_bsize.py 138029 1726888196.97402: Sending initial data 138029 1726888196.97405: Sent initial data (155 bytes) 138029 1726888196.97858: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888196.97861: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888196.97863: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888196.97868: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888196.97870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888196.97872: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888196.97924: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888196.97929: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888196.97932: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888196.97977: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888196.99615: 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 <<< 138029 1726888196.99619: 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 <<< 138029 1726888196.99663: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888196.99708: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp2rsokwty /root/.ansible/tmp/ansible-tmp-1726888196.8127553-144407-86482627811818/AnsiballZ_bsize.py <<< 138029 1726888196.99712: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888196.8127553-144407-86482627811818/AnsiballZ_bsize.py" <<< 138029 1726888196.99760: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp2rsokwty" to remote "/root/.ansible/tmp/ansible-tmp-1726888196.8127553-144407-86482627811818/AnsiballZ_bsize.py" <<< 138029 1726888196.99766: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888196.8127553-144407-86482627811818/AnsiballZ_bsize.py" <<< 138029 1726888197.00281: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888197.00323: stderr chunk (state=3): >>><<< 138029 1726888197.00326: stdout chunk (state=3): >>><<< 138029 1726888197.00364: done transferring module to remote 138029 1726888197.00376: _low_level_execute_command(): starting 138029 1726888197.00379: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888196.8127553-144407-86482627811818/ /root/.ansible/tmp/ansible-tmp-1726888196.8127553-144407-86482627811818/AnsiballZ_bsize.py && sleep 0' 138029 1726888197.00810: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888197.00813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888197.00815: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888197.00817: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888197.00819: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888197.00869: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888197.00873: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888197.00933: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888197.02750: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888197.02780: stderr chunk (state=3): >>><<< 138029 1726888197.02783: stdout chunk (state=3): >>><<< 138029 1726888197.02793: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888197.02796: _low_level_execute_command(): starting 138029 1726888197.02800: _low_level_execute_command(): using become for this command 138029 1726888197.02810: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ejufkuncqoeghgcwqjgylheijzhqcxom ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888196.8127553-144407-86482627811818/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888197.02882: Initial state: awaiting_escalation: BECOME-SUCCESS-ejufkuncqoeghgcwqjgylheijzhqcxom 138029 1726888197.03242: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888197.03246: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888197.03273: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888197.03291: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888197.03377: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888197.06343: stdout chunk (state=1): >>>BECOME-SUCCESS-ejufkuncqoeghgcwqjgylheijzhqcxom <<< 138029 1726888197.06347: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ejufkuncqoeghgcwqjgylheijzhqcxom' 138029 1726888197.06679: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888197.06712: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888197.06744: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888197.06749: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888197.06816: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888197.06821: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888197.06853: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888197.06889: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888197.06892: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888197.06918: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888197.06973: 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' <<< 138029 1726888197.07002: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888197.07021: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888197.07071: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888197.07083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888197.07099: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f79103e0> <<< 138029 1726888197.07104: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f78dfa10> <<< 138029 1726888197.07133: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888197.07141: 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 0x7fa8f7912960> <<< 138029 1726888197.07165: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888197.07190: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888197.07193: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888197.07209: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888197.07247: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888197.07334: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888197.07369: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888197.07374: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888197.07392: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888197.07410: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888197.07430: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888197.07433: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888197.07458: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888197.07462: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888197.07468: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888197.07495: 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 <<< 138029 1726888197.07499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888197.07524: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f76e4fe0> <<< 138029 1726888197.07605: 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 <<< 138029 1726888197.07611: 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 0x7fa8f76e5fd0> <<< 138029 1726888197.07624: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888197.07665: 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. <<< 138029 1726888197.07897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888197.07900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888197.07918: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888197.07935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888197.07952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888197.07998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888197.08012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888197.08044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888197.08053: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f772bdd0> <<< 138029 1726888197.08085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888197.08092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888197.08121: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f772bfe0> <<< 138029 1726888197.08151: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888197.08170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888197.08199: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888197.08244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888197.08268: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888197.08296: 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 0x7fa8f775b7d0> <<< 138029 1726888197.08317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888197.08330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f775be60> <<< 138029 1726888197.08346: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888197.08398: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f773ba70> <<< 138029 1726888197.08404: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888197.08442: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77391c0> <<< 138029 1726888197.08527: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f7728f80> <<< 138029 1726888197.08560: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888197.08578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888197.08590: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888197.08611: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888197.08644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888197.08665: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888197.08672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888197.08699: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f777f7d0> <<< 138029 1726888197.08715: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f777e3f0> <<< 138029 1726888197.08753: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888197.08761: 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 0x7fa8f773a090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f777cb90> <<< 138029 1726888197.08803: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888197.08811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77b0800> <<< 138029 1726888197.08816: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f7728200> <<< 138029 1726888197.08841: 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' <<< 138029 1726888197.08878: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888197.08884: 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 0x7fa8f77b0cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77b0b60> <<< 138029 1726888197.08921: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888197.08927: 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 0x7fa8f77b0ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f771ed20> <<< 138029 1726888197.08966: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888197.08973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888197.08994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888197.09012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888197.09031: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77b1550> <<< 138029 1726888197.09048: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77b1220> import 'importlib.machinery' # <<< 138029 1726888197.09092: 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' <<< 138029 1726888197.09104: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77b2450> <<< 138029 1726888197.09117: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888197.09123: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888197.09150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888197.09182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888197.09204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888197.09219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77c8680> <<< 138029 1726888197.09227: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888197.09258: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888197.09263: 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 0x7fa8f77c9d60> <<< 138029 1726888197.09289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888197.09300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888197.09323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888197.09331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888197.09344: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77cac00> <<< 138029 1726888197.09388: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888197.09391: 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 0x7fa8f77cb260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77ca150> <<< 138029 1726888197.09419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888197.09424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888197.09470: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888197.09476: 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 0x7fa8f77cbce0> <<< 138029 1726888197.09501: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77cb410> <<< 138029 1726888197.09535: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77b24b0> <<< 138029 1726888197.09552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888197.09581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888197.09597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888197.09626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888197.09659: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888197.09666: 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 0x7fa8f7553b60> <<< 138029 1726888197.09683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888197.09687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888197.09712: 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 0x7fa8f7580560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f75802f0> <<< 138029 1726888197.09747: 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 0x7fa8f7580590> <<< 138029 1726888197.09777: 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' <<< 138029 1726888197.09854: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888197.09975: 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 0x7fa8f7580e90> <<< 138029 1726888197.10091: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888197.10097: 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 0x7fa8f75817c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f7580770> <<< 138029 1726888197.10121: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f7551d00> <<< 138029 1726888197.10136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888197.10167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888197.10193: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888197.10203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f7582ba0> <<< 138029 1726888197.10234: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f75818e0> <<< 138029 1726888197.10248: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77b2ba0> <<< 138029 1726888197.10280: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888197.10336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888197.10364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888197.10393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888197.10424: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f75aaf00> <<< 138029 1726888197.10473: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888197.10501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888197.10512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888197.10536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888197.10574: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f75d32c0> <<< 138029 1726888197.10604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888197.10644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888197.10698: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888197.10726: 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 0x7fa8f75fbf80> <<< 138029 1726888197.10744: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888197.10777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888197.10798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888197.10840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888197.10928: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f762e7e0> <<< 138029 1726888197.11001: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f762c1a0> <<< 138029 1726888197.11044: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f75d3f50> <<< 138029 1726888197.11071: 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' <<< 138029 1726888197.11078: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6f2d190> <<< 138029 1726888197.11095: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f75d20c0> <<< 138029 1726888197.11104: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f7583ad0> <<< 138029 1726888197.17101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888197.17127: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa8f75d26c0> <<< 138029 1726888197.19548: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_sb8p8uim/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 138029 1726888197.19554: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.19695: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.19727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888197.19739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888197.19794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888197.19875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888197.19921: 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 0x7fa8f6f7af60> <<< 138029 1726888197.19924: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888197.20129: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6f5de50> <<< 138029 1726888197.20134: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6f5cfb0> <<< 138029 1726888197.20137: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.20167: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888197.20174: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.20200: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.20203: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.20224: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888197.20243: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.21666: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.22796: 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' <<< 138029 1726888197.22803: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6f79250> <<< 138029 1726888197.22832: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888197.22839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888197.22860: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888197.22869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888197.22893: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888197.22903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888197.22931: 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 0x7fa8f6fae7b0> <<< 138029 1726888197.22971: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6fae540> <<< 138029 1726888197.23001: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6fadeb0> <<< 138029 1726888197.23025: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888197.23031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888197.23083: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6fae8a0> <<< 138029 1726888197.23086: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f773a9c0> import 'atexit' # <<< 138029 1726888197.23120: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888197.23125: 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 0x7fa8f6faf500> <<< 138029 1726888197.23148: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888197.23154: 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 0x7fa8f6faf740> <<< 138029 1726888197.23174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888197.23221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888197.23233: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888197.23282: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6fafc50> <<< 138029 1726888197.23285: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888197.23315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888197.23340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888197.23376: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e199d0> <<< 138029 1726888197.23417: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888197.23420: 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 0x7fa8f6e1b5f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888197.23453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888197.23481: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e1bf80> <<< 138029 1726888197.23504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888197.23539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888197.23560: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e1ce90> <<< 138029 1726888197.23573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888197.23610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888197.23645: 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' <<< 138029 1726888197.23694: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e1fb30> <<< 138029 1726888197.23732: 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 0x7fa8f75aae70> <<< 138029 1726888197.23756: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e1de50> <<< 138029 1726888197.23775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888197.23804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888197.23832: 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' <<< 138029 1726888197.23851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888197.23881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888197.23912: 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' <<< 138029 1726888197.23917: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e27a70> <<< 138029 1726888197.23936: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888197.24000: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e26540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e262d0> <<< 138029 1726888197.24017: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888197.24034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888197.24104: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e26810> <<< 138029 1726888197.24135: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e1f050> <<< 138029 1726888197.24166: 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 0x7fa8f6e6bcb0> <<< 138029 1726888197.24191: 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 0x7fa8f6e6bef0> <<< 138029 1726888197.24211: 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 <<< 138029 1726888197.24233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888197.24250: 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' <<< 138029 1726888197.24293: 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 0x7fa8f6e6d880> <<< 138029 1726888197.24296: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e6d670> <<< 138029 1726888197.24314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888197.24440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888197.24492: 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 0x7fa8f6e6fda0> <<< 138029 1726888197.24495: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e6df70> <<< 138029 1726888197.24517: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888197.24562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888197.24597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888197.24601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888197.24653: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e734d0> <<< 138029 1726888197.24776: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e6fe60> <<< 138029 1726888197.24839: 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 0x7fa8f6e742c0> <<< 138029 1726888197.24874: 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 0x7fa8f6e742f0> <<< 138029 1726888197.24910: 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 0x7fa8f6e74770> <<< 138029 1726888197.24929: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e6be60> <<< 138029 1726888197.24964: 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 <<< 138029 1726888197.24967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888197.24979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888197.25005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888197.25028: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888197.25058: 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 0x7fa8f6e77ef0> <<< 138029 1726888197.25210: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888197.25217: 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 0x7fa8f6d00f20> <<< 138029 1726888197.25234: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e76690> <<< 138029 1726888197.25267: 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 0x7fa8f6e77a40> <<< 138029 1726888197.25284: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e762d0> <<< 138029 1726888197.25287: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.25312: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.25321: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888197.25326: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.25422: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.25513: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.25533: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888197.25548: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.25572: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.25583: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888197.25705: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.25826: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.26386: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.26932: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888197.26950: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 138029 1726888197.26961: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888197.26975: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888197.26998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888197.27048: 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 0x7fa8f6d05250> <<< 138029 1726888197.27130: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888197.27134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888197.27172: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6d05fd0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6d01160> <<< 138029 1726888197.27219: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888197.27225: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.27253: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.27270: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888197.27283: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.27430: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.27588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888197.27601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 138029 1726888197.27610: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6d06780> <<< 138029 1726888197.27619: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.28086: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.28535: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.28610: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.28683: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888197.28699: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.28738: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.28775: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888197.28780: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.28858: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.28938: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888197.28962: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.28978: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.28986: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888197.28991: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.29034: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.29078: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888197.29083: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.29310: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.29549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888197.29609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888197.29627: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888197.29695: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6d07260> <<< 138029 1726888197.29715: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.29785: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.29868: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888197.29873: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888197.29885: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888197.29902: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.29948: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.29992: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888197.30001: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.30041: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.30090: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.30148: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.30220: 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 <<< 138029 1726888197.30262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888197.30352: 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 0x7fa8f6d11c70> <<< 138029 1726888197.30392: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6d0f080> <<< 138029 1726888197.30417: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888197.30436: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888197.30509: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.30572: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.30598: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.30646: 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 <<< 138029 1726888197.30649: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888197.30673: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 138029 1726888197.30697: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888197.30714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888197.30777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888197.30796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888197.30816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888197.30874: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e02660> <<< 138029 1726888197.30920: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6fda360> <<< 138029 1726888197.31006: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6d11d30> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e6fd40> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888197.31015: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31047: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31072: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888197.31123: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888197.31149: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31167: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31177: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888197.31182: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31206: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31218: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 138029 1726888197.31232: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31237: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888197.31262: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31274: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31284: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888197.31290: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31316: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31330: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888197.31336: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31375: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31425: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31444: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888197.31469: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31481: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888197.31499: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31602: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31699: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888197.31783: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888197.31938: stdout chunk (state=3): >>> {"changed": false, "size": "9 GiB", "bytes": 10705205985, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.97G"}}} <<< 138029 1726888197.31958: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888197.32305: 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<<< 138029 1726888197.32313: stdout chunk (state=3): >>> # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__<<< 138029 1726888197.32320: 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 <<< 138029 1726888197.32351: stdout chunk (state=3): >>># cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections <<< 138029 1726888197.32410: stdout chunk (state=3): >>># cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform <<< 138029 1726888197.32464: stdout chunk (state=3): >>># cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes <<< 138029 1726888197.32467: stdout chunk (state=3): >>># destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # 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 <<< 138029 1726888197.32719: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888197.32754: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888197.32763: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888197.32769: stdout chunk (state=3): >>># destroy zipfile._path <<< 138029 1726888197.32775: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888197.32811: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888197.32820: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888197.32839: 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 <<< 138029 1726888197.32873: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 138029 1726888197.32876: stdout chunk (state=3): >>># destroy _posixsubprocess <<< 138029 1726888197.32880: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888197.32910: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 138029 1726888197.32914: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888197.32923: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888197.32947: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888197.33006: 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 <<< 138029 1726888197.33012: 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 <<< 138029 1726888197.33054: 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 <<< 138029 1726888197.33069: 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 <<< 138029 1726888197.33081: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 138029 1726888197.33092: 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 <<< 138029 1726888197.33120: 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 <<< 138029 1726888197.33128: 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 <<< 138029 1726888197.33146: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888197.33280: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888197.33292: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888197.33298: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888197.33325: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888197.33346: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888197.33372: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888197.33391: 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 <<< 138029 1726888197.33409: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888197.33497: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888197.33516: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 138029 1726888197.33521: stdout chunk (state=3): >>># destroy time <<< 138029 1726888197.33533: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888197.33557: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888197.33571: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888197.33588: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888197.33602: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 138029 1726888197.33609: stdout chunk (state=3): >>># destroy _thread <<< 138029 1726888197.33624: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888197.34133: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888197.34171: stderr chunk (state=3): >>><<< 138029 1726888197.34174: stdout chunk (state=3): >>><<< 138029 1726888197.34242: _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 0x7fa8f79103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f78dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f7912960> 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 0x7fa8f76e4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fa8f76e5fd0> 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 0x7fa8f772bdd0> # /usr/lib64/python3.12/__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 0x7fa8f772bfe0> # /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 0x7fa8f775b7d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f775be60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f773ba70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77391c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f7728f80> # /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 0x7fa8f777f7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f777e3f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f773a090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f777cb90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77b0800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f7728200> # /usr/lib64/python3.12/__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 0x7fa8f77b0cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77b0b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8f77b0ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f771ed20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fa8f77b1550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77b1220> 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 0x7fa8f77b2450> 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 0x7fa8f77c8680> 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 0x7fa8f77c9d60> # /usr/lib64/python3.12/__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 0x7fa8f77cac00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8f77cb260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77ca150> # /usr/lib64/python3.12/__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 0x7fa8f77cbce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77cb410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77b24b0> # /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 0x7fa8f7553b60> # /usr/lib64/python3.12/__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 0x7fa8f7580560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f75802f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8f7580590> # /usr/lib64/python3.12/__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 0x7fa8f7580e90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8f75817c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f7580770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f7551d00> # /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 0x7fa8f7582ba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f75818e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f77b2ba0> # /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 0x7fa8f75aaf00> # /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 0x7fa8f75d32c0> # /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 0x7fa8f75fbf80> # /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 0x7fa8f762e7e0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f762c1a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f75d3f50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6f2d190> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f75d20c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f7583ad0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa8f75d26c0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_sb8p8uim/ansible_fedora.linux_system_roles.bsize_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 0x7fa8f6f7af60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6f5de50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6f5cfb0> # 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 0x7fa8f6f79250> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fa8f6fae7b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6fae540> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6fadeb0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fa8f6fae8a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f773a9c0> 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 0x7fa8f6faf500> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8f6faf740> # /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 0x7fa8f6fafc50> 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 0x7fa8f6e199d0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8f6e1b5f0> # /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 0x7fa8f6e1bf80> # /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 0x7fa8f6e1ce90> # /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 0x7fa8f6e1fb30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8f75aae70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e1de50> # /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 0x7fa8f6e27a70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e26540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e262d0> # /usr/lib64/python3.12/__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 0x7fa8f6e26810> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e1f050> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8f6e6bcb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e6bef0> # /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 0x7fa8f6e6d880> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e6d670> # /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 0x7fa8f6e6fda0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e6df70> # /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 0x7fa8f6e734d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e6fe60> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8f6e742c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8f6e742f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8f6e74770> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e6be60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fa8f6e77ef0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8f6d00f20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e76690> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8f6e77a40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e762d0> # 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 0x7fa8f6d05250> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fa8f6d05fd0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6d01160> 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 0x7fa8f6d06780> # 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 0x7fa8f6d07260> # 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 0x7fa8f6d11c70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6d0f080> 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 0x7fa8f6e02660> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6fda360> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6d11d30> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8f6e6fd40> # 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, "size": "9 GiB", "bytes": 10705205985, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.97G"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888197.34814: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '9.97G', '_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.bsize', '_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-1726888196.8127553-144407-86482627811818/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888197.34817: _low_level_execute_command(): starting 138029 1726888197.34820: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888196.8127553-144407-86482627811818/ > /dev/null 2>&1 && sleep 0' 138029 1726888197.34900: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888197.34922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888197.34928: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888197.34978: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888197.34985: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888197.35030: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888197.36902: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888197.36926: stderr chunk (state=3): >>><<< 138029 1726888197.36929: stdout chunk (state=3): >>><<< 138029 1726888197.36947: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888197.36952: handler run complete 138029 1726888197.36970: attempt loop complete, returning result 138029 1726888197.36973: _execute() done 138029 1726888197.36975: dumping result to json 138029 1726888197.36977: done dumping result, returning 138029 1726888197.36984: done running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device [0affc8a3-6f6f-5a58-73a2-000000002410] 138029 1726888197.36989: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002410 138029 1726888197.37083: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002410 138029 1726888197.37086: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 10705205985, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } 138029 1726888197.37139: no more pending results, returning what we have 138029 1726888197.37142: results queue empty 138029 1726888197.37143: checking for any_errors_fatal 138029 1726888197.37150: done checking for any_errors_fatal 138029 1726888197.37151: checking for max_fail_percentage 138029 1726888197.37153: done checking for max_fail_percentage 138029 1726888197.37154: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.37155: done checking to see if all hosts have failed 138029 1726888197.37157: getting the remaining hosts for this loop 138029 1726888197.37158: done getting the remaining hosts for this loop 138029 1726888197.37162: getting the next task for host managed_node3 138029 1726888197.37174: done getting next task for host managed_node3 138029 1726888197.37177: ^ task is: TASK: Show test pool 138029 1726888197.37183: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.37188: getting variables 138029 1726888197.37190: in VariableManager get_vars() 138029 1726888197.37227: Calling all_inventory to load vars for managed_node3 138029 1726888197.37230: Calling groups_inventory to load vars for managed_node3 138029 1726888197.37233: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.37243: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.37245: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.37248: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.37689: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.38082: done with get_vars() 138029 1726888197.38096: done getting variables 138029 1726888197.38143: 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:09:57 -0400 (0:00:00.639) 0:03:30.105 ****** 138029 1726888197.38172: entering _queue_task() for managed_node3/debug 138029 1726888197.38403: worker is 1 (out of 1 available) 138029 1726888197.38417: exiting _queue_task() for managed_node3/debug 138029 1726888197.38430: done queuing things up, now waiting for results queue to drain 138029 1726888197.38432: waiting for pending results... 138029 1726888197.38618: running TaskExecutor() for managed_node3/TASK: Show test pool 138029 1726888197.38716: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002412 138029 1726888197.38728: variable 'ansible_search_path' from source: unknown 138029 1726888197.38756: calling self._execute() 138029 1726888197.38849: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.38853: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.38864: variable 'omit' from source: magic vars 138029 1726888197.39141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888197.40608: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888197.40657: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888197.40694: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888197.40719: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888197.40741: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888197.40818: variable '_storage_test_volume_present' from source: set_fact 138029 1726888197.40834: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888197.40931: variable 'storage_test_volume' from source: include params 138029 1726888197.40953: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888197.41059: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888197.41082: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888197.41100: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888197.41125: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888197.41136: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888197.41197: variable 'storage_test_volume' from source: include params 138029 1726888197.41210: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888197.41213: when evaluation is False, skipping this task 138029 1726888197.41215: _execute() done 138029 1726888197.41218: dumping result to json 138029 1726888197.41222: done dumping result, returning 138029 1726888197.41228: done running TaskExecutor() for managed_node3/TASK: Show test pool [0affc8a3-6f6f-5a58-73a2-000000002412] 138029 1726888197.41233: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002412 138029 1726888197.41322: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002412 138029 1726888197.41325: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888197.41381: no more pending results, returning what we have 138029 1726888197.41385: results queue empty 138029 1726888197.41386: checking for any_errors_fatal 138029 1726888197.41401: done checking for any_errors_fatal 138029 1726888197.41401: checking for max_fail_percentage 138029 1726888197.41403: done checking for max_fail_percentage 138029 1726888197.41404: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.41405: done checking to see if all hosts have failed 138029 1726888197.41405: getting the remaining hosts for this loop 138029 1726888197.41407: done getting the remaining hosts for this loop 138029 1726888197.41411: getting the next task for host managed_node3 138029 1726888197.41419: done getting next task for host managed_node3 138029 1726888197.41422: ^ task is: TASK: Show test blockinfo 138029 1726888197.41428: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.41432: getting variables 138029 1726888197.41435: in VariableManager get_vars() 138029 1726888197.41474: Calling all_inventory to load vars for managed_node3 138029 1726888197.41476: Calling groups_inventory to load vars for managed_node3 138029 1726888197.41480: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.41489: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.41492: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.41495: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.41907: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.42302: done with get_vars() 138029 1726888197.42313: done getting variables 138029 1726888197.42353: 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:09:57 -0400 (0:00:00.042) 0:03:30.147 ****** 138029 1726888197.42378: entering _queue_task() for managed_node3/debug 138029 1726888197.42583: worker is 1 (out of 1 available) 138029 1726888197.42598: exiting _queue_task() for managed_node3/debug 138029 1726888197.42610: done queuing things up, now waiting for results queue to drain 138029 1726888197.42612: waiting for pending results... 138029 1726888197.42810: running TaskExecutor() for managed_node3/TASK: Show test blockinfo 138029 1726888197.42907: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002413 138029 1726888197.42920: variable 'ansible_search_path' from source: unknown 138029 1726888197.42950: calling self._execute() 138029 1726888197.43052: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.43058: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.43068: variable 'omit' from source: magic vars 138029 1726888197.43343: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888197.45168: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888197.45211: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888197.45242: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888197.45266: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888197.45288: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888197.45360: variable '_storage_test_volume_present' from source: set_fact 138029 1726888197.45376: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888197.45483: variable 'storage_test_volume' from source: include params 138029 1726888197.45502: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888197.45611: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888197.45630: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888197.45647: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888197.45680: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888197.45692: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888197.45747: variable 'storage_test_volume' from source: include params 138029 1726888197.45761: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888197.45765: when evaluation is False, skipping this task 138029 1726888197.45771: _execute() done 138029 1726888197.45776: dumping result to json 138029 1726888197.45779: done dumping result, returning 138029 1726888197.45782: done running TaskExecutor() for managed_node3/TASK: Show test blockinfo [0affc8a3-6f6f-5a58-73a2-000000002413] 138029 1726888197.45792: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002413 138029 1726888197.45877: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002413 138029 1726888197.45880: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888197.45940: no more pending results, returning what we have 138029 1726888197.45943: results queue empty 138029 1726888197.45944: checking for any_errors_fatal 138029 1726888197.45950: done checking for any_errors_fatal 138029 1726888197.45951: checking for max_fail_percentage 138029 1726888197.45953: done checking for max_fail_percentage 138029 1726888197.45953: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.45954: done checking to see if all hosts have failed 138029 1726888197.45957: getting the remaining hosts for this loop 138029 1726888197.45959: done getting the remaining hosts for this loop 138029 1726888197.45963: getting the next task for host managed_node3 138029 1726888197.45970: done getting next task for host managed_node3 138029 1726888197.45973: ^ task is: TASK: Show test pool size 138029 1726888197.45978: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.45983: getting variables 138029 1726888197.45984: in VariableManager get_vars() 138029 1726888197.46025: Calling all_inventory to load vars for managed_node3 138029 1726888197.46027: Calling groups_inventory to load vars for managed_node3 138029 1726888197.46031: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.46041: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.46043: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.46046: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.46448: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.47028: done with get_vars() 138029 1726888197.47039: done getting variables 138029 1726888197.47083: 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:09:57 -0400 (0:00:00.047) 0:03:30.194 ****** 138029 1726888197.47110: entering _queue_task() for managed_node3/debug 138029 1726888197.47337: worker is 1 (out of 1 available) 138029 1726888197.47351: exiting _queue_task() for managed_node3/debug 138029 1726888197.47366: done queuing things up, now waiting for results queue to drain 138029 1726888197.47368: waiting for pending results... 138029 1726888197.47553: running TaskExecutor() for managed_node3/TASK: Show test pool size 138029 1726888197.47666: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002414 138029 1726888197.47682: variable 'ansible_search_path' from source: unknown 138029 1726888197.47714: calling self._execute() 138029 1726888197.47809: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.47814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.47824: variable 'omit' from source: magic vars 138029 1726888197.48098: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888197.49613: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888197.49657: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888197.49698: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888197.49723: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888197.49742: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888197.49818: variable '_storage_test_volume_present' from source: set_fact 138029 1726888197.49830: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888197.49922: variable 'storage_test_volume' from source: include params 138029 1726888197.49941: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888197.50048: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888197.50072: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888197.50092: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888197.50122: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888197.50133: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888197.50192: variable 'storage_test_volume' from source: include params 138029 1726888197.50205: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888197.50210: when evaluation is False, skipping this task 138029 1726888197.50213: _execute() done 138029 1726888197.50215: dumping result to json 138029 1726888197.50217: done dumping result, returning 138029 1726888197.50227: done running TaskExecutor() for managed_node3/TASK: Show test pool size [0affc8a3-6f6f-5a58-73a2-000000002414] 138029 1726888197.50230: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002414 138029 1726888197.50313: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002414 138029 1726888197.50316: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "'%' in storage_test_volume.size | string" } 138029 1726888197.50379: no more pending results, returning what we have 138029 1726888197.50382: results queue empty 138029 1726888197.50383: checking for any_errors_fatal 138029 1726888197.50394: done checking for any_errors_fatal 138029 1726888197.50394: checking for max_fail_percentage 138029 1726888197.50396: done checking for max_fail_percentage 138029 1726888197.50397: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.50398: done checking to see if all hosts have failed 138029 1726888197.50399: getting the remaining hosts for this loop 138029 1726888197.50400: done getting the remaining hosts for this loop 138029 1726888197.50403: getting the next task for host managed_node3 138029 1726888197.50411: done getting next task for host managed_node3 138029 1726888197.50414: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888197.50421: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.50425: getting variables 138029 1726888197.50426: in VariableManager get_vars() 138029 1726888197.50468: Calling all_inventory to load vars for managed_node3 138029 1726888197.50471: Calling groups_inventory to load vars for managed_node3 138029 1726888197.50474: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.50485: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.50488: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.50491: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.50915: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.51304: done with get_vars() 138029 1726888197.51318: done getting variables 138029 1726888197.51360: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:57 -0400 (0:00:00.042) 0:03:30.237 ****** 138029 1726888197.51384: entering _queue_task() for managed_node3/set_fact 138029 1726888197.51598: worker is 1 (out of 1 available) 138029 1726888197.51611: exiting _queue_task() for managed_node3/set_fact 138029 1726888197.51624: done queuing things up, now waiting for results queue to drain 138029 1726888197.51626: waiting for pending results... 138029 1726888197.51818: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888197.51917: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002415 138029 1726888197.51928: variable 'ansible_search_path' from source: unknown 138029 1726888197.51958: calling self._execute() 138029 1726888197.52050: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.52053: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.52068: variable 'omit' from source: magic vars 138029 1726888197.52343: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888197.53823: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888197.53870: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888197.53904: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888197.53930: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888197.53951: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888197.54020: variable '_storage_test_volume_present' from source: set_fact 138029 1726888197.54036: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888197.54126: variable 'storage_test_volume' from source: include params 138029 1726888197.54147: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888197.54256: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888197.54279: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888197.54296: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888197.54321: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888197.54331: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888197.54390: variable 'storage_test_volume' from source: include params 138029 1726888197.54403: Evaluated conditional ('%' in storage_test_volume.size | string): False 138029 1726888197.54406: when evaluation is False, skipping this task 138029 1726888197.54409: _execute() done 138029 1726888197.54411: dumping result to json 138029 1726888197.54414: done dumping result, returning 138029 1726888197.54421: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-000000002415] 138029 1726888197.54425: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002415 138029 1726888197.54515: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002415 138029 1726888197.54518: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } 138029 1726888197.54564: no more pending results, returning what we have 138029 1726888197.54569: results queue empty 138029 1726888197.54571: checking for any_errors_fatal 138029 1726888197.54580: done checking for any_errors_fatal 138029 1726888197.54581: checking for max_fail_percentage 138029 1726888197.54583: done checking for max_fail_percentage 138029 1726888197.54584: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.54585: done checking to see if all hosts have failed 138029 1726888197.54585: getting the remaining hosts for this loop 138029 1726888197.54587: done getting the remaining hosts for this loop 138029 1726888197.54591: getting the next task for host managed_node3 138029 1726888197.54601: done getting next task for host managed_node3 138029 1726888197.54604: ^ task is: TASK: Default thin pool reserved space values 138029 1726888197.54610: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.54614: getting variables 138029 1726888197.54616: in VariableManager get_vars() 138029 1726888197.54648: Calling all_inventory to load vars for managed_node3 138029 1726888197.54651: Calling groups_inventory to load vars for managed_node3 138029 1726888197.54654: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.54668: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.54671: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.54674: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.55094: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.55485: done with get_vars() 138029 1726888197.55497: done getting variables 138029 1726888197.55538: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:57 -0400 (0:00:00.041) 0:03:30.279 ****** 138029 1726888197.55570: entering _queue_task() for managed_node3/set_fact 138029 1726888197.55784: worker is 1 (out of 1 available) 138029 1726888197.55798: exiting _queue_task() for managed_node3/set_fact 138029 1726888197.55810: done queuing things up, now waiting for results queue to drain 138029 1726888197.55811: waiting for pending results... 138029 1726888197.56001: running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values 138029 1726888197.56101: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002417 138029 1726888197.56115: variable 'ansible_search_path' from source: unknown 138029 1726888197.56144: calling self._execute() 138029 1726888197.56243: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.56247: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.56262: variable 'omit' from source: magic vars 138029 1726888197.56533: variable 'storage_test_volume' from source: include params 138029 1726888197.56554: Evaluated conditional (storage_test_volume.thin): False 138029 1726888197.56559: when evaluation is False, skipping this task 138029 1726888197.56562: _execute() done 138029 1726888197.56565: dumping result to json 138029 1726888197.56571: done dumping result, returning 138029 1726888197.56577: done running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values [0affc8a3-6f6f-5a58-73a2-000000002417] 138029 1726888197.56587: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002417 138029 1726888197.56677: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002417 138029 1726888197.56680: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888197.56740: no more pending results, returning what we have 138029 1726888197.56744: results queue empty 138029 1726888197.56745: checking for any_errors_fatal 138029 1726888197.56752: done checking for any_errors_fatal 138029 1726888197.56753: checking for max_fail_percentage 138029 1726888197.56754: done checking for max_fail_percentage 138029 1726888197.56757: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.56758: done checking to see if all hosts have failed 138029 1726888197.56759: getting the remaining hosts for this loop 138029 1726888197.56760: done getting the remaining hosts for this loop 138029 1726888197.56763: getting the next task for host managed_node3 138029 1726888197.56771: done getting next task for host managed_node3 138029 1726888197.56774: ^ task is: TASK: Default minimal thin pool reserved space size 138029 1726888197.56779: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.56783: getting variables 138029 1726888197.56784: in VariableManager get_vars() 138029 1726888197.56811: Calling all_inventory to load vars for managed_node3 138029 1726888197.56814: Calling groups_inventory to load vars for managed_node3 138029 1726888197.56816: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.56826: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.56828: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.56830: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.57199: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.57588: done with get_vars() 138029 1726888197.57599: 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:09:57 -0400 (0:00:00.020) 0:03:30.300 ****** 138029 1726888197.57657: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888197.57850: worker is 1 (out of 1 available) 138029 1726888197.57867: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888197.57880: done queuing things up, now waiting for results queue to drain 138029 1726888197.57881: waiting for pending results... 138029 1726888197.58063: running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size 138029 1726888197.58157: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002418 138029 1726888197.58172: variable 'ansible_search_path' from source: unknown 138029 1726888197.58198: calling self._execute() 138029 1726888197.58289: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.58294: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.58302: variable 'omit' from source: magic vars 138029 1726888197.58569: variable 'storage_test_volume' from source: include params 138029 1726888197.58589: Evaluated conditional (storage_test_volume.thin): False 138029 1726888197.58592: when evaluation is False, skipping this task 138029 1726888197.58595: _execute() done 138029 1726888197.58598: dumping result to json 138029 1726888197.58600: done dumping result, returning 138029 1726888197.58607: done running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-000000002418] 138029 1726888197.58612: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002418 138029 1726888197.58704: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002418 138029 1726888197.58707: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888197.58758: no more pending results, returning what we have 138029 1726888197.58761: results queue empty 138029 1726888197.58762: checking for any_errors_fatal 138029 1726888197.58771: done checking for any_errors_fatal 138029 1726888197.58772: checking for max_fail_percentage 138029 1726888197.58773: done checking for max_fail_percentage 138029 1726888197.58774: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.58775: done checking to see if all hosts have failed 138029 1726888197.58776: getting the remaining hosts for this loop 138029 1726888197.58777: done getting the remaining hosts for this loop 138029 1726888197.58780: getting the next task for host managed_node3 138029 1726888197.58788: done getting next task for host managed_node3 138029 1726888197.58790: ^ task is: TASK: Default maximal thin pool reserved space size 138029 1726888197.58794: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.58798: getting variables 138029 1726888197.58799: in VariableManager get_vars() 138029 1726888197.58826: Calling all_inventory to load vars for managed_node3 138029 1726888197.58829: Calling groups_inventory to load vars for managed_node3 138029 1726888197.58831: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.58840: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.58842: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.58845: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.59205: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.59783: done with get_vars() 138029 1726888197.59793: 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:09:57 -0400 (0:00:00.021) 0:03:30.322 ****** 138029 1726888197.59846: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888197.60036: worker is 1 (out of 1 available) 138029 1726888197.60049: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888197.60062: done queuing things up, now waiting for results queue to drain 138029 1726888197.60064: waiting for pending results... 138029 1726888197.60237: running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size 138029 1726888197.60333: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002419 138029 1726888197.60345: variable 'ansible_search_path' from source: unknown 138029 1726888197.60374: calling self._execute() 138029 1726888197.60464: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.60470: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.60478: variable 'omit' from source: magic vars 138029 1726888197.60748: variable 'storage_test_volume' from source: include params 138029 1726888197.60773: Evaluated conditional (storage_test_volume.thin): False 138029 1726888197.60776: when evaluation is False, skipping this task 138029 1726888197.60779: _execute() done 138029 1726888197.60782: dumping result to json 138029 1726888197.60784: done dumping result, returning 138029 1726888197.60790: done running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-000000002419] 138029 1726888197.60795: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002419 138029 1726888197.60888: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002419 138029 1726888197.60892: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888197.60943: no more pending results, returning what we have 138029 1726888197.60946: results queue empty 138029 1726888197.60947: checking for any_errors_fatal 138029 1726888197.60952: done checking for any_errors_fatal 138029 1726888197.60953: checking for max_fail_percentage 138029 1726888197.60957: done checking for max_fail_percentage 138029 1726888197.60959: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.60960: done checking to see if all hosts have failed 138029 1726888197.60960: getting the remaining hosts for this loop 138029 1726888197.60962: done getting the remaining hosts for this loop 138029 1726888197.60967: getting the next task for host managed_node3 138029 1726888197.60974: done getting next task for host managed_node3 138029 1726888197.60976: ^ task is: TASK: Calculate maximum usable space in thin pool 138029 1726888197.60982: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.60986: getting variables 138029 1726888197.60987: in VariableManager get_vars() 138029 1726888197.61022: Calling all_inventory to load vars for managed_node3 138029 1726888197.61024: Calling groups_inventory to load vars for managed_node3 138029 1726888197.61027: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.61036: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.61038: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.61041: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.65044: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.65414: done with get_vars() 138029 1726888197.65425: done getting variables 138029 1726888197.65461: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:57 -0400 (0:00:00.056) 0:03:30.378 ****** 138029 1726888197.65485: entering _queue_task() for managed_node3/set_fact 138029 1726888197.65732: worker is 1 (out of 1 available) 138029 1726888197.65746: exiting _queue_task() for managed_node3/set_fact 138029 1726888197.65761: done queuing things up, now waiting for results queue to drain 138029 1726888197.65764: waiting for pending results... 138029 1726888197.65957: running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool 138029 1726888197.66067: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000241a 138029 1726888197.66079: variable 'ansible_search_path' from source: unknown 138029 1726888197.66109: calling self._execute() 138029 1726888197.66205: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.66210: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.66221: variable 'omit' from source: magic vars 138029 1726888197.66508: variable 'storage_test_volume' from source: include params 138029 1726888197.66530: Evaluated conditional (storage_test_volume.thin): False 138029 1726888197.66533: when evaluation is False, skipping this task 138029 1726888197.66539: _execute() done 138029 1726888197.66543: dumping result to json 138029 1726888197.66547: done dumping result, returning 138029 1726888197.66551: done running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-5a58-73a2-00000000241a] 138029 1726888197.66553: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000241a 138029 1726888197.66649: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000241a 138029 1726888197.66653: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888197.66712: no more pending results, returning what we have 138029 1726888197.66716: results queue empty 138029 1726888197.66717: checking for any_errors_fatal 138029 1726888197.66725: done checking for any_errors_fatal 138029 1726888197.66725: checking for max_fail_percentage 138029 1726888197.66728: done checking for max_fail_percentage 138029 1726888197.66728: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.66730: done checking to see if all hosts have failed 138029 1726888197.66730: getting the remaining hosts for this loop 138029 1726888197.66732: done getting the remaining hosts for this loop 138029 1726888197.66735: getting the next task for host managed_node3 138029 1726888197.66743: done getting next task for host managed_node3 138029 1726888197.66745: ^ task is: TASK: Apply upper size limit to max usable thin pool space 138029 1726888197.66752: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.66758: getting variables 138029 1726888197.66759: in VariableManager get_vars() 138029 1726888197.66794: Calling all_inventory to load vars for managed_node3 138029 1726888197.66797: Calling groups_inventory to load vars for managed_node3 138029 1726888197.66800: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.66811: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.66814: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.66816: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.67207: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.67597: done with get_vars() 138029 1726888197.67608: done getting variables 138029 1726888197.67648: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:57 -0400 (0:00:00.021) 0:03:30.400 ****** 138029 1726888197.67677: entering _queue_task() for managed_node3/set_fact 138029 1726888197.67883: worker is 1 (out of 1 available) 138029 1726888197.67896: exiting _queue_task() for managed_node3/set_fact 138029 1726888197.67909: done queuing things up, now waiting for results queue to drain 138029 1726888197.67911: waiting for pending results... 138029 1726888197.68113: running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space 138029 1726888197.68238: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000241b 138029 1726888197.68251: variable 'ansible_search_path' from source: unknown 138029 1726888197.68283: calling self._execute() 138029 1726888197.68368: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.68376: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.68383: variable 'omit' from source: magic vars 138029 1726888197.68661: variable 'storage_test_volume' from source: include params 138029 1726888197.68685: Evaluated conditional (storage_test_volume.thin): False 138029 1726888197.68689: when evaluation is False, skipping this task 138029 1726888197.68692: _execute() done 138029 1726888197.68694: dumping result to json 138029 1726888197.68696: done dumping result, returning 138029 1726888197.68703: done running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-00000000241b] 138029 1726888197.68709: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000241b 138029 1726888197.68804: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000241b 138029 1726888197.68808: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888197.68858: no more pending results, returning what we have 138029 1726888197.68861: results queue empty 138029 1726888197.68862: checking for any_errors_fatal 138029 1726888197.68870: done checking for any_errors_fatal 138029 1726888197.68871: checking for max_fail_percentage 138029 1726888197.68873: done checking for max_fail_percentage 138029 1726888197.68874: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.68875: done checking to see if all hosts have failed 138029 1726888197.68875: getting the remaining hosts for this loop 138029 1726888197.68877: done getting the remaining hosts for this loop 138029 1726888197.68881: getting the next task for host managed_node3 138029 1726888197.68887: done getting next task for host managed_node3 138029 1726888197.68890: ^ task is: TASK: Apply lower size limit to max usable thin pool space 138029 1726888197.68897: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.68900: getting variables 138029 1726888197.68901: in VariableManager get_vars() 138029 1726888197.68935: Calling all_inventory to load vars for managed_node3 138029 1726888197.68937: Calling groups_inventory to load vars for managed_node3 138029 1726888197.68940: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.68948: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.68951: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.68953: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.69324: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.69712: done with get_vars() 138029 1726888197.69723: done getting variables 138029 1726888197.69764: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:57 -0400 (0:00:00.021) 0:03:30.421 ****** 138029 1726888197.69789: entering _queue_task() for managed_node3/set_fact 138029 1726888197.69986: worker is 1 (out of 1 available) 138029 1726888197.69998: exiting _queue_task() for managed_node3/set_fact 138029 1726888197.70012: done queuing things up, now waiting for results queue to drain 138029 1726888197.70014: waiting for pending results... 138029 1726888197.70197: running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space 138029 1726888197.70307: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000241c 138029 1726888197.70319: variable 'ansible_search_path' from source: unknown 138029 1726888197.70348: calling self._execute() 138029 1726888197.70439: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.70443: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.70451: variable 'omit' from source: magic vars 138029 1726888197.70733: variable 'storage_test_volume' from source: include params 138029 1726888197.70758: Evaluated conditional (storage_test_volume.thin): False 138029 1726888197.70762: when evaluation is False, skipping this task 138029 1726888197.70764: _execute() done 138029 1726888197.70767: dumping result to json 138029 1726888197.70773: done dumping result, returning 138029 1726888197.70780: done running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-00000000241c] 138029 1726888197.70790: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000241c 138029 1726888197.70879: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000241c 138029 1726888197.70882: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888197.70943: no more pending results, returning what we have 138029 1726888197.70946: results queue empty 138029 1726888197.70947: checking for any_errors_fatal 138029 1726888197.70958: done checking for any_errors_fatal 138029 1726888197.70959: checking for max_fail_percentage 138029 1726888197.70961: done checking for max_fail_percentage 138029 1726888197.70962: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.70963: done checking to see if all hosts have failed 138029 1726888197.70964: getting the remaining hosts for this loop 138029 1726888197.70965: done getting the remaining hosts for this loop 138029 1726888197.70968: getting the next task for host managed_node3 138029 1726888197.70976: done getting next task for host managed_node3 138029 1726888197.70980: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 138029 1726888197.70986: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.70990: getting variables 138029 1726888197.70991: in VariableManager get_vars() 138029 1726888197.71026: Calling all_inventory to load vars for managed_node3 138029 1726888197.71028: Calling groups_inventory to load vars for managed_node3 138029 1726888197.71031: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.71040: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.71043: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.71045: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.71424: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.71815: done with get_vars() 138029 1726888197.71826: 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:09:57 -0400 (0:00:00.021) 0:03:30.442 ****** 138029 1726888197.71891: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888197.72097: worker is 1 (out of 1 available) 138029 1726888197.72109: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888197.72123: done queuing things up, now waiting for results queue to drain 138029 1726888197.72125: waiting for pending results... 138029 1726888197.72315: running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size 138029 1726888197.72406: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000241d 138029 1726888197.72418: variable 'ansible_search_path' from source: unknown 138029 1726888197.72447: calling self._execute() 138029 1726888197.72544: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.72548: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.72559: variable 'omit' from source: magic vars 138029 1726888197.72838: variable 'storage_test_volume' from source: include params 138029 1726888197.72862: Evaluated conditional (storage_test_volume.thin): False 138029 1726888197.72865: when evaluation is False, skipping this task 138029 1726888197.72868: _execute() done 138029 1726888197.72873: dumping result to json 138029 1726888197.72876: done dumping result, returning 138029 1726888197.72883: done running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-5a58-73a2-00000000241d] 138029 1726888197.72888: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000241d 138029 1726888197.72988: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000241d 138029 1726888197.72991: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888197.73045: no more pending results, returning what we have 138029 1726888197.73048: results queue empty 138029 1726888197.73049: checking for any_errors_fatal 138029 1726888197.73058: done checking for any_errors_fatal 138029 1726888197.73058: checking for max_fail_percentage 138029 1726888197.73060: done checking for max_fail_percentage 138029 1726888197.73060: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.73061: done checking to see if all hosts have failed 138029 1726888197.73062: getting the remaining hosts for this loop 138029 1726888197.73064: done getting the remaining hosts for this loop 138029 1726888197.73067: getting the next task for host managed_node3 138029 1726888197.73074: done getting next task for host managed_node3 138029 1726888197.73076: ^ task is: TASK: Show max thin pool size 138029 1726888197.73083: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.73087: getting variables 138029 1726888197.73088: in VariableManager get_vars() 138029 1726888197.73114: Calling all_inventory to load vars for managed_node3 138029 1726888197.73116: Calling groups_inventory to load vars for managed_node3 138029 1726888197.73119: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.73128: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.73130: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.73133: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.73665: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.74024: done with get_vars() 138029 1726888197.74036: done getting variables 138029 1726888197.74078: 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:09:57 -0400 (0:00:00.022) 0:03:30.464 ****** 138029 1726888197.74100: entering _queue_task() for managed_node3/debug 138029 1726888197.74297: worker is 1 (out of 1 available) 138029 1726888197.74309: exiting _queue_task() for managed_node3/debug 138029 1726888197.74321: done queuing things up, now waiting for results queue to drain 138029 1726888197.74323: waiting for pending results... 138029 1726888197.74508: running TaskExecutor() for managed_node3/TASK: Show max thin pool size 138029 1726888197.74597: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000241e 138029 1726888197.74610: variable 'ansible_search_path' from source: unknown 138029 1726888197.74637: calling self._execute() 138029 1726888197.74732: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.74735: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.74743: variable 'omit' from source: magic vars 138029 1726888197.75028: variable 'storage_test_volume' from source: include params 138029 1726888197.75051: Evaluated conditional (storage_test_volume.thin): False 138029 1726888197.75054: when evaluation is False, skipping this task 138029 1726888197.75059: _execute() done 138029 1726888197.75062: dumping result to json 138029 1726888197.75064: done dumping result, returning 138029 1726888197.75073: done running TaskExecutor() for managed_node3/TASK: Show max thin pool size [0affc8a3-6f6f-5a58-73a2-00000000241e] 138029 1726888197.75077: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000241e 138029 1726888197.75170: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000241e 138029 1726888197.75173: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888197.75238: no more pending results, returning what we have 138029 1726888197.75240: results queue empty 138029 1726888197.75241: checking for any_errors_fatal 138029 1726888197.75248: done checking for any_errors_fatal 138029 1726888197.75249: checking for max_fail_percentage 138029 1726888197.75250: done checking for max_fail_percentage 138029 1726888197.75251: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.75252: done checking to see if all hosts have failed 138029 1726888197.75253: getting the remaining hosts for this loop 138029 1726888197.75254: done getting the remaining hosts for this loop 138029 1726888197.75259: getting the next task for host managed_node3 138029 1726888197.75266: done getting next task for host managed_node3 138029 1726888197.75269: ^ task is: TASK: Show volume thin pool size 138029 1726888197.75275: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.75279: getting variables 138029 1726888197.75280: in VariableManager get_vars() 138029 1726888197.75306: Calling all_inventory to load vars for managed_node3 138029 1726888197.75309: Calling groups_inventory to load vars for managed_node3 138029 1726888197.75311: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.75319: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.75322: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.75324: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.75680: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.76058: done with get_vars() 138029 1726888197.76069: done getting variables 138029 1726888197.76110: 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:09:57 -0400 (0:00:00.020) 0:03:30.484 ****** 138029 1726888197.76133: entering _queue_task() for managed_node3/debug 138029 1726888197.76335: worker is 1 (out of 1 available) 138029 1726888197.76348: exiting _queue_task() for managed_node3/debug 138029 1726888197.76364: done queuing things up, now waiting for results queue to drain 138029 1726888197.76365: waiting for pending results... 138029 1726888197.76545: running TaskExecutor() for managed_node3/TASK: Show volume thin pool size 138029 1726888197.76650: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000241f 138029 1726888197.76664: variable 'ansible_search_path' from source: unknown 138029 1726888197.76695: calling self._execute() 138029 1726888197.76786: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.76790: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.76800: variable 'omit' from source: magic vars 138029 1726888197.77075: variable 'storage_test_volume' from source: include params 138029 1726888197.77098: Evaluated conditional (storage_test_volume.thin): False 138029 1726888197.77101: when evaluation is False, skipping this task 138029 1726888197.77103: _execute() done 138029 1726888197.77106: dumping result to json 138029 1726888197.77108: done dumping result, returning 138029 1726888197.77115: done running TaskExecutor() for managed_node3/TASK: Show volume thin pool size [0affc8a3-6f6f-5a58-73a2-00000000241f] 138029 1726888197.77120: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000241f 138029 1726888197.77211: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000241f 138029 1726888197.77214: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888197.77289: no more pending results, returning what we have 138029 1726888197.77292: results queue empty 138029 1726888197.77293: checking for any_errors_fatal 138029 1726888197.77298: done checking for any_errors_fatal 138029 1726888197.77298: checking for max_fail_percentage 138029 1726888197.77300: done checking for max_fail_percentage 138029 1726888197.77301: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.77302: done checking to see if all hosts have failed 138029 1726888197.77302: getting the remaining hosts for this loop 138029 1726888197.77304: done getting the remaining hosts for this loop 138029 1726888197.77307: getting the next task for host managed_node3 138029 1726888197.77314: done getting next task for host managed_node3 138029 1726888197.77316: ^ task is: TASK: Show test volume size 138029 1726888197.77322: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.77326: getting variables 138029 1726888197.77327: in VariableManager get_vars() 138029 1726888197.77356: Calling all_inventory to load vars for managed_node3 138029 1726888197.77359: Calling groups_inventory to load vars for managed_node3 138029 1726888197.77361: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.77373: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.77375: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.77377: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.77765: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.78430: done with get_vars() 138029 1726888197.78446: done getting variables 138029 1726888197.78508: 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:09:57 -0400 (0:00:00.024) 0:03:30.508 ****** 138029 1726888197.78541: entering _queue_task() for managed_node3/debug 138029 1726888197.78806: worker is 1 (out of 1 available) 138029 1726888197.78821: exiting _queue_task() for managed_node3/debug 138029 1726888197.78834: done queuing things up, now waiting for results queue to drain 138029 1726888197.78836: waiting for pending results... 138029 1726888197.79275: running TaskExecutor() for managed_node3/TASK: Show test volume size 138029 1726888197.79284: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002420 138029 1726888197.79306: variable 'ansible_search_path' from source: unknown 138029 1726888197.79348: calling self._execute() 138029 1726888197.79482: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.79498: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.79518: variable 'omit' from source: magic vars 138029 1726888197.79926: variable 'storage_test_volume' from source: include params 138029 1726888197.79972: Evaluated conditional (storage_test_volume.thin): False 138029 1726888197.79983: when evaluation is False, skipping this task 138029 1726888197.79992: _execute() done 138029 1726888197.80000: dumping result to json 138029 1726888197.80051: done dumping result, returning 138029 1726888197.80057: done running TaskExecutor() for managed_node3/TASK: Show test volume size [0affc8a3-6f6f-5a58-73a2-000000002420] 138029 1726888197.80060: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002420 skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888197.80207: no more pending results, returning what we have 138029 1726888197.80211: results queue empty 138029 1726888197.80212: checking for any_errors_fatal 138029 1726888197.80225: done checking for any_errors_fatal 138029 1726888197.80226: checking for max_fail_percentage 138029 1726888197.80228: done checking for max_fail_percentage 138029 1726888197.80229: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.80230: done checking to see if all hosts have failed 138029 1726888197.80231: getting the remaining hosts for this loop 138029 1726888197.80233: done getting the remaining hosts for this loop 138029 1726888197.80237: getting the next task for host managed_node3 138029 1726888197.80248: done getting next task for host managed_node3 138029 1726888197.80251: ^ task is: TASK: Establish base value for expected thin pool size 138029 1726888197.80262: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.80270: getting variables 138029 1726888197.80272: in VariableManager get_vars() 138029 1726888197.80310: Calling all_inventory to load vars for managed_node3 138029 1726888197.80313: Calling groups_inventory to load vars for managed_node3 138029 1726888197.80317: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.80330: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.80334: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.80337: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.81071: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002420 138029 1726888197.81075: WORKER PROCESS EXITING 138029 1726888197.81208: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.81885: done with get_vars() 138029 1726888197.81901: done getting variables 138029 1726888197.81963: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:57 -0400 (0:00:00.034) 0:03:30.543 ****** 138029 1726888197.81999: entering _queue_task() for managed_node3/set_fact 138029 1726888197.82235: worker is 1 (out of 1 available) 138029 1726888197.82249: exiting _queue_task() for managed_node3/set_fact 138029 1726888197.82463: done queuing things up, now waiting for results queue to drain 138029 1726888197.82465: waiting for pending results... 138029 1726888197.82571: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size 138029 1726888197.82650: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002421 138029 1726888197.82677: variable 'ansible_search_path' from source: unknown 138029 1726888197.82698: calling self._execute() 138029 1726888197.82797: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.82801: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.82809: variable 'omit' from source: magic vars 138029 1726888197.83087: variable 'storage_test_volume' from source: include params 138029 1726888197.83111: Evaluated conditional (storage_test_volume.thin): False 138029 1726888197.83115: when evaluation is False, skipping this task 138029 1726888197.83118: _execute() done 138029 1726888197.83121: dumping result to json 138029 1726888197.83124: done dumping result, returning 138029 1726888197.83131: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-5a58-73a2-000000002421] 138029 1726888197.83134: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002421 138029 1726888197.83235: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002421 138029 1726888197.83238: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888197.83291: no more pending results, returning what we have 138029 1726888197.83295: results queue empty 138029 1726888197.83296: checking for any_errors_fatal 138029 1726888197.83305: done checking for any_errors_fatal 138029 1726888197.83305: checking for max_fail_percentage 138029 1726888197.83307: done checking for max_fail_percentage 138029 1726888197.83308: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.83308: done checking to see if all hosts have failed 138029 1726888197.83309: getting the remaining hosts for this loop 138029 1726888197.83310: done getting the remaining hosts for this loop 138029 1726888197.83314: getting the next task for host managed_node3 138029 1726888197.83322: done getting next task for host managed_node3 138029 1726888197.83324: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888197.83331: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.83334: getting variables 138029 1726888197.83336: in VariableManager get_vars() 138029 1726888197.83374: Calling all_inventory to load vars for managed_node3 138029 1726888197.83377: Calling groups_inventory to load vars for managed_node3 138029 1726888197.83380: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.83389: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.83391: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.83394: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.83971: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.84337: done with get_vars() 138029 1726888197.84347: done getting variables 138029 1726888197.84391: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:57 -0400 (0:00:00.024) 0:03:30.567 ****** 138029 1726888197.84415: entering _queue_task() for managed_node3/set_fact 138029 1726888197.84631: worker is 1 (out of 1 available) 138029 1726888197.84644: exiting _queue_task() for managed_node3/set_fact 138029 1726888197.84658: done queuing things up, now waiting for results queue to drain 138029 1726888197.84660: waiting for pending results... 138029 1726888197.84859: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888197.84973: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002422 138029 1726888197.84986: variable 'ansible_search_path' from source: unknown 138029 1726888197.85017: calling self._execute() 138029 1726888197.85113: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.85117: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.85126: variable 'omit' from source: magic vars 138029 1726888197.85409: variable 'storage_test_volume' from source: include params 138029 1726888197.85437: Evaluated conditional (storage_test_volume.thin): False 138029 1726888197.85441: when evaluation is False, skipping this task 138029 1726888197.85444: _execute() done 138029 1726888197.85446: dumping result to json 138029 1726888197.85449: done dumping result, returning 138029 1726888197.85452: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-000000002422] 138029 1726888197.85454: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002422 138029 1726888197.85552: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002422 138029 1726888197.85563: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888197.85608: no more pending results, returning what we have 138029 1726888197.85611: results queue empty 138029 1726888197.85612: checking for any_errors_fatal 138029 1726888197.85621: done checking for any_errors_fatal 138029 1726888197.85621: checking for max_fail_percentage 138029 1726888197.85623: done checking for max_fail_percentage 138029 1726888197.85624: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.85624: done checking to see if all hosts have failed 138029 1726888197.85625: getting the remaining hosts for this loop 138029 1726888197.85627: done getting the remaining hosts for this loop 138029 1726888197.85630: getting the next task for host managed_node3 138029 1726888197.85637: done getting next task for host managed_node3 138029 1726888197.85639: ^ task is: TASK: Establish base value for expected thin pool volume size 138029 1726888197.85646: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.85649: getting variables 138029 1726888197.85651: in VariableManager get_vars() 138029 1726888197.85682: Calling all_inventory to load vars for managed_node3 138029 1726888197.85685: Calling groups_inventory to load vars for managed_node3 138029 1726888197.85687: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.85696: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.85699: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.85701: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.86087: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.86473: done with get_vars() 138029 1726888197.86483: done getting variables 138029 1726888197.86525: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:57 -0400 (0:00:00.021) 0:03:30.589 ****** 138029 1726888197.86550: entering _queue_task() for managed_node3/set_fact 138029 1726888197.86761: worker is 1 (out of 1 available) 138029 1726888197.86777: exiting _queue_task() for managed_node3/set_fact 138029 1726888197.86790: done queuing things up, now waiting for results queue to drain 138029 1726888197.86791: waiting for pending results... 138029 1726888197.86984: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size 138029 1726888197.87071: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002423 138029 1726888197.87084: variable 'ansible_search_path' from source: unknown 138029 1726888197.87113: calling self._execute() 138029 1726888197.87208: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.87212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.87221: variable 'omit' from source: magic vars 138029 1726888197.87509: variable 'storage_test_volume' from source: include params 138029 1726888197.87534: Evaluated conditional (storage_test_volume.thin): False 138029 1726888197.87538: when evaluation is False, skipping this task 138029 1726888197.87540: _execute() done 138029 1726888197.87543: dumping result to json 138029 1726888197.87546: done dumping result, returning 138029 1726888197.87551: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-5a58-73a2-000000002423] 138029 1726888197.87558: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002423 138029 1726888197.87653: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002423 138029 1726888197.87659: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888197.87713: no more pending results, returning what we have 138029 1726888197.87716: results queue empty 138029 1726888197.87717: checking for any_errors_fatal 138029 1726888197.87727: done checking for any_errors_fatal 138029 1726888197.87728: checking for max_fail_percentage 138029 1726888197.87729: done checking for max_fail_percentage 138029 1726888197.87730: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.87731: done checking to see if all hosts have failed 138029 1726888197.87732: getting the remaining hosts for this loop 138029 1726888197.87733: done getting the remaining hosts for this loop 138029 1726888197.87737: getting the next task for host managed_node3 138029 1726888197.87744: done getting next task for host managed_node3 138029 1726888197.87747: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888197.87754: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.87760: getting variables 138029 1726888197.87762: in VariableManager get_vars() 138029 1726888197.87792: Calling all_inventory to load vars for managed_node3 138029 1726888197.87795: Calling groups_inventory to load vars for managed_node3 138029 1726888197.87797: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.87806: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.87809: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.87811: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.88200: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.88593: done with get_vars() 138029 1726888197.88604: done getting variables 138029 1726888197.88647: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:57 -0400 (0:00:00.021) 0:03:30.610 ****** 138029 1726888197.88674: entering _queue_task() for managed_node3/set_fact 138029 1726888197.88877: worker is 1 (out of 1 available) 138029 1726888197.88889: exiting _queue_task() for managed_node3/set_fact 138029 1726888197.88901: done queuing things up, now waiting for results queue to drain 138029 1726888197.88903: waiting for pending results... 138029 1726888197.89104: running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888197.89182: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002424 138029 1726888197.89197: variable 'ansible_search_path' from source: unknown 138029 1726888197.89223: calling self._execute() 138029 1726888197.89322: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.89326: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.89334: variable 'omit' from source: magic vars 138029 1726888197.89611: variable 'storage_test_volume' from source: include params 138029 1726888197.89637: Evaluated conditional (storage_test_volume.thin): False 138029 1726888197.89640: when evaluation is False, skipping this task 138029 1726888197.89643: _execute() done 138029 1726888197.89646: dumping result to json 138029 1726888197.89649: done dumping result, returning 138029 1726888197.89657: done running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-5a58-73a2-000000002424] 138029 1726888197.89662: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002424 138029 1726888197.89754: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002424 138029 1726888197.89760: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888197.89818: no more pending results, returning what we have 138029 1726888197.89822: results queue empty 138029 1726888197.89823: checking for any_errors_fatal 138029 1726888197.89829: done checking for any_errors_fatal 138029 1726888197.89829: checking for max_fail_percentage 138029 1726888197.89831: done checking for max_fail_percentage 138029 1726888197.89831: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.89832: done checking to see if all hosts have failed 138029 1726888197.89833: getting the remaining hosts for this loop 138029 1726888197.89834: done getting the remaining hosts for this loop 138029 1726888197.89837: getting the next task for host managed_node3 138029 1726888197.89844: done getting next task for host managed_node3 138029 1726888197.89846: ^ task is: TASK: Replace expected volume size with calculated value 138029 1726888197.89852: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.89858: getting variables 138029 1726888197.89859: in VariableManager get_vars() 138029 1726888197.89890: Calling all_inventory to load vars for managed_node3 138029 1726888197.89892: Calling groups_inventory to load vars for managed_node3 138029 1726888197.89895: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.89903: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.89906: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.89908: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.90271: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.90653: done with get_vars() 138029 1726888197.90668: done getting variables 138029 1726888197.90709: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:57 -0400 (0:00:00.020) 0:03:30.630 ****** 138029 1726888197.90731: entering _queue_task() for managed_node3/set_fact 138029 1726888197.90932: worker is 1 (out of 1 available) 138029 1726888197.90945: exiting _queue_task() for managed_node3/set_fact 138029 1726888197.90960: done queuing things up, now waiting for results queue to drain 138029 1726888197.90962: waiting for pending results... 138029 1726888197.91139: running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value 138029 1726888197.91228: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002425 138029 1726888197.91241: variable 'ansible_search_path' from source: unknown 138029 1726888197.91272: calling self._execute() 138029 1726888197.91361: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.91370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.91378: variable 'omit' from source: magic vars 138029 1726888197.91647: variable 'storage_test_volume' from source: include params 138029 1726888197.91672: Evaluated conditional (storage_test_volume.thin): False 138029 1726888197.91676: when evaluation is False, skipping this task 138029 1726888197.91678: _execute() done 138029 1726888197.91681: dumping result to json 138029 1726888197.91684: done dumping result, returning 138029 1726888197.91689: done running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-5a58-73a2-000000002425] 138029 1726888197.91694: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002425 138029 1726888197.91792: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002425 138029 1726888197.91795: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888197.91841: no more pending results, returning what we have 138029 1726888197.91844: results queue empty 138029 1726888197.91845: checking for any_errors_fatal 138029 1726888197.91850: done checking for any_errors_fatal 138029 1726888197.91851: checking for max_fail_percentage 138029 1726888197.91852: done checking for max_fail_percentage 138029 1726888197.91853: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.91854: done checking to see if all hosts have failed 138029 1726888197.91854: getting the remaining hosts for this loop 138029 1726888197.91858: done getting the remaining hosts for this loop 138029 1726888197.91861: getting the next task for host managed_node3 138029 1726888197.91872: done getting next task for host managed_node3 138029 1726888197.91874: ^ task is: TASK: Show actual size 138029 1726888197.91880: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.91884: getting variables 138029 1726888197.91885: in VariableManager get_vars() 138029 1726888197.91917: Calling all_inventory to load vars for managed_node3 138029 1726888197.91920: Calling groups_inventory to load vars for managed_node3 138029 1726888197.91923: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.91931: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.91933: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.91936: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.92300: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.92883: done with get_vars() 138029 1726888197.92895: done getting variables 138029 1726888197.92935: 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:09:57 -0400 (0:00:00.022) 0:03:30.653 ****** 138029 1726888197.92960: entering _queue_task() for managed_node3/debug 138029 1726888197.93167: worker is 1 (out of 1 available) 138029 1726888197.93180: exiting _queue_task() for managed_node3/debug 138029 1726888197.93191: done queuing things up, now waiting for results queue to drain 138029 1726888197.93192: waiting for pending results... 138029 1726888197.93375: running TaskExecutor() for managed_node3/TASK: Show actual size 138029 1726888197.93472: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002427 138029 1726888197.93484: variable 'ansible_search_path' from source: unknown 138029 1726888197.93511: calling self._execute() 138029 1726888197.93609: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.93613: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.93622: variable 'omit' from source: magic vars 138029 1726888197.93711: variable 'omit' from source: magic vars 138029 1726888197.93761: variable 'omit' from source: magic vars 138029 1726888197.93790: variable 'omit' from source: magic vars 138029 1726888197.93824: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888197.93857: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888197.93879: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888197.93892: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888197.93903: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888197.93915: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888197.93929: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888197.93952: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888197.93958: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.93961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.94044: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888197.94047: Set connection var ansible_timeout to 10 138029 1726888197.94053: Set connection var ansible_pipelining to False 138029 1726888197.94058: Set connection var ansible_shell_type to sh 138029 1726888197.94060: Set connection var ansible_connection to ssh 138029 1726888197.94064: Set connection var ansible_shell_executable to /bin/sh 138029 1726888197.94090: variable 'ansible_shell_executable' from source: unknown 138029 1726888197.94094: variable 'ansible_connection' from source: unknown 138029 1726888197.94096: variable 'ansible_module_compression' from source: unknown 138029 1726888197.94099: variable 'ansible_shell_type' from source: unknown 138029 1726888197.94101: variable 'ansible_shell_executable' from source: unknown 138029 1726888197.94103: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.94105: variable 'ansible_pipelining' from source: unknown 138029 1726888197.94109: variable 'ansible_timeout' from source: unknown 138029 1726888197.94113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.94228: 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) 138029 1726888197.94239: variable 'omit' from source: magic vars 138029 1726888197.94243: starting attempt loop 138029 1726888197.94246: running the handler 138029 1726888197.94291: variable 'storage_test_actual_size' from source: set_fact 138029 1726888197.94436: variable 'storage_test_actual_size' from source: set_fact 138029 1726888197.94502: handler run complete 138029 1726888197.94514: attempt loop complete, returning result 138029 1726888197.94517: _execute() done 138029 1726888197.94520: dumping result to json 138029 1726888197.94522: done dumping result, returning 138029 1726888197.94533: done running TaskExecutor() for managed_node3/TASK: Show actual size [0affc8a3-6f6f-5a58-73a2-000000002427] 138029 1726888197.94536: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002427 138029 1726888197.94618: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002427 138029 1726888197.94621: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } 138029 1726888197.94688: no more pending results, returning what we have 138029 1726888197.94691: results queue empty 138029 1726888197.94692: checking for any_errors_fatal 138029 1726888197.94702: done checking for any_errors_fatal 138029 1726888197.94702: checking for max_fail_percentage 138029 1726888197.94704: done checking for max_fail_percentage 138029 1726888197.94705: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.94706: done checking to see if all hosts have failed 138029 1726888197.94706: getting the remaining hosts for this loop 138029 1726888197.94708: done getting the remaining hosts for this loop 138029 1726888197.94711: getting the next task for host managed_node3 138029 1726888197.94719: done getting next task for host managed_node3 138029 1726888197.94721: ^ task is: TASK: Show expected size 138029 1726888197.94728: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.94732: getting variables 138029 1726888197.94733: in VariableManager get_vars() 138029 1726888197.94761: Calling all_inventory to load vars for managed_node3 138029 1726888197.94763: Calling groups_inventory to load vars for managed_node3 138029 1726888197.94773: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.94781: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.94783: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.94786: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.95159: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.95545: done with get_vars() 138029 1726888197.95558: done getting variables 138029 1726888197.95595: 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:09:57 -0400 (0:00:00.026) 0:03:30.679 ****** 138029 1726888197.95618: entering _queue_task() for managed_node3/debug 138029 1726888197.95810: worker is 1 (out of 1 available) 138029 1726888197.95824: exiting _queue_task() for managed_node3/debug 138029 1726888197.95836: done queuing things up, now waiting for results queue to drain 138029 1726888197.95838: waiting for pending results... 138029 1726888197.96022: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888197.96105: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002428 138029 1726888197.96117: variable 'ansible_search_path' from source: unknown 138029 1726888197.96146: calling self._execute() 138029 1726888197.96240: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.96243: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.96252: variable 'omit' from source: magic vars 138029 1726888197.96340: variable 'omit' from source: magic vars 138029 1726888197.96403: variable 'omit' from source: magic vars 138029 1726888197.96421: variable 'omit' from source: magic vars 138029 1726888197.96452: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888197.96485: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888197.96503: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888197.96519: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888197.96529: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888197.96543: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888197.96557: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888197.96583: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888197.96587: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.96589: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.96676: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888197.96680: Set connection var ansible_timeout to 10 138029 1726888197.96685: Set connection var ansible_pipelining to False 138029 1726888197.96687: Set connection var ansible_shell_type to sh 138029 1726888197.96690: Set connection var ansible_connection to ssh 138029 1726888197.96694: Set connection var ansible_shell_executable to /bin/sh 138029 1726888197.96718: variable 'ansible_shell_executable' from source: unknown 138029 1726888197.96722: variable 'ansible_connection' from source: unknown 138029 1726888197.96725: variable 'ansible_module_compression' from source: unknown 138029 1726888197.96728: variable 'ansible_shell_type' from source: unknown 138029 1726888197.96730: variable 'ansible_shell_executable' from source: unknown 138029 1726888197.96732: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.96738: variable 'ansible_pipelining' from source: unknown 138029 1726888197.96740: variable 'ansible_timeout' from source: unknown 138029 1726888197.96742: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.96932: 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) 138029 1726888197.96937: variable 'omit' from source: magic vars 138029 1726888197.96939: starting attempt loop 138029 1726888197.96941: running the handler 138029 1726888197.96944: variable 'storage_test_expected_size' from source: set_fact 138029 1726888197.97058: variable 'storage_test_expected_size' from source: set_fact 138029 1726888197.97084: handler run complete 138029 1726888197.97095: attempt loop complete, returning result 138029 1726888197.97098: _execute() done 138029 1726888197.97100: dumping result to json 138029 1726888197.97103: done dumping result, returning 138029 1726888197.97111: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-000000002428] 138029 1726888197.97115: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002428 138029 1726888197.97202: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002428 138029 1726888197.97204: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } 138029 1726888197.97249: no more pending results, returning what we have 138029 1726888197.97252: results queue empty 138029 1726888197.97253: checking for any_errors_fatal 138029 1726888197.97264: done checking for any_errors_fatal 138029 1726888197.97265: checking for max_fail_percentage 138029 1726888197.97266: done checking for max_fail_percentage 138029 1726888197.97267: checking to see if all hosts have failed and the running result is not ok 138029 1726888197.97269: done checking to see if all hosts have failed 138029 1726888197.97269: getting the remaining hosts for this loop 138029 1726888197.97271: done getting the remaining hosts for this loop 138029 1726888197.97275: getting the next task for host managed_node3 138029 1726888197.97282: done getting next task for host managed_node3 138029 1726888197.97285: ^ task is: TASK: Assert expected size is actual size 138029 1726888197.97291: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888197.97295: getting variables 138029 1726888197.97296: in VariableManager get_vars() 138029 1726888197.97324: Calling all_inventory to load vars for managed_node3 138029 1726888197.97326: Calling groups_inventory to load vars for managed_node3 138029 1726888197.97330: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888197.97338: Calling all_plugins_play to load vars for managed_node3 138029 1726888197.97341: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888197.97343: Calling groups_plugins_play to load vars for managed_node3 138029 1726888197.97725: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888197.98109: done with get_vars() 138029 1726888197.98123: done getting variables 138029 1726888197.98164: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:57 -0400 (0:00:00.025) 0:03:30.705 ****** 138029 1726888197.98186: entering _queue_task() for managed_node3/assert 138029 1726888197.98375: worker is 1 (out of 1 available) 138029 1726888197.98389: exiting _queue_task() for managed_node3/assert 138029 1726888197.98402: done queuing things up, now waiting for results queue to drain 138029 1726888197.98403: waiting for pending results... 138029 1726888197.98584: running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size 138029 1726888197.98679: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002429 138029 1726888197.98691: variable 'ansible_search_path' from source: unknown 138029 1726888197.98718: calling self._execute() 138029 1726888197.98810: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888197.98814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888197.98823: variable 'omit' from source: magic vars 138029 1726888197.99103: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888198.00602: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888198.00658: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888198.00690: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888198.00717: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888198.00736: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888198.00816: variable '_storage_test_volume_present' from source: set_fact 138029 1726888198.00829: Evaluated conditional (_storage_test_volume_present | bool): True 138029 1726888198.00926: variable 'storage_test_volume' from source: include params 138029 1726888198.00946: Evaluated conditional (storage_test_volume.type == "lvm"): True 138029 1726888198.00952: variable 'omit' from source: magic vars 138029 1726888198.00999: variable 'omit' from source: magic vars 138029 1726888198.01118: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888198.01139: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888198.01158: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888198.01186: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888198.01197: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888198.01266: variable 'storage_test_volume' from source: include params 138029 1726888198.01278: variable 'storage_test_expected_size' from source: set_fact 138029 1726888198.01283: variable 'storage_test_actual_size' from source: set_fact 138029 1726888198.01309: variable 'omit' from source: magic vars 138029 1726888198.01329: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888198.01353: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888198.01372: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888198.01386: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888198.01394: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888198.01408: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888198.01420: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888198.01442: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888198.01446: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.01449: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.01532: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888198.01535: Set connection var ansible_timeout to 10 138029 1726888198.01541: Set connection var ansible_pipelining to False 138029 1726888198.01543: Set connection var ansible_shell_type to sh 138029 1726888198.01546: Set connection var ansible_connection to ssh 138029 1726888198.01550: Set connection var ansible_shell_executable to /bin/sh 138029 1726888198.01577: variable 'ansible_shell_executable' from source: unknown 138029 1726888198.01580: variable 'ansible_connection' from source: unknown 138029 1726888198.01582: variable 'ansible_module_compression' from source: unknown 138029 1726888198.01584: variable 'ansible_shell_type' from source: unknown 138029 1726888198.01586: variable 'ansible_shell_executable' from source: unknown 138029 1726888198.01589: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.01593: variable 'ansible_pipelining' from source: unknown 138029 1726888198.01595: variable 'ansible_timeout' from source: unknown 138029 1726888198.01599: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.01673: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888198.01683: variable 'omit' from source: magic vars 138029 1726888198.01688: starting attempt loop 138029 1726888198.01691: running the handler 138029 1726888198.01806: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888198.01822: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888198.01838: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888198.01865: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888198.01878: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888198.01979: variable 'storage_test_expected_size' from source: set_fact 138029 1726888198.01982: variable 'storage_test_actual_size' from source: set_fact 138029 1726888198.01994: Evaluated conditional ((storage_test_expected_size | int - storage_test_actual_size.bytes) | abs / storage_test_expected_size | int < 0.04): True 138029 1726888198.01997: handler run complete 138029 1726888198.02009: attempt loop complete, returning result 138029 1726888198.02012: _execute() done 138029 1726888198.02014: dumping result to json 138029 1726888198.02017: done dumping result, returning 138029 1726888198.02026: done running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size [0affc8a3-6f6f-5a58-73a2-000000002429] 138029 1726888198.02028: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002429 138029 1726888198.02117: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002429 138029 1726888198.02120: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888198.02167: no more pending results, returning what we have 138029 1726888198.02170: results queue empty 138029 1726888198.02171: checking for any_errors_fatal 138029 1726888198.02183: done checking for any_errors_fatal 138029 1726888198.02183: checking for max_fail_percentage 138029 1726888198.02185: done checking for max_fail_percentage 138029 1726888198.02186: checking to see if all hosts have failed and the running result is not ok 138029 1726888198.02187: done checking to see if all hosts have failed 138029 1726888198.02187: getting the remaining hosts for this loop 138029 1726888198.02189: done getting the remaining hosts for this loop 138029 1726888198.02192: getting the next task for host managed_node3 138029 1726888198.02203: done getting next task for host managed_node3 138029 1726888198.02206: ^ task is: TASK: Get information about the LV 138029 1726888198.02213: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888198.02218: getting variables 138029 1726888198.02219: in VariableManager get_vars() 138029 1726888198.02252: Calling all_inventory to load vars for managed_node3 138029 1726888198.02262: Calling groups_inventory to load vars for managed_node3 138029 1726888198.02266: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888198.02276: Calling all_plugins_play to load vars for managed_node3 138029 1726888198.02279: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888198.02282: Calling groups_plugins_play to load vars for managed_node3 138029 1726888198.02704: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888198.03096: done with get_vars() 138029 1726888198.03108: done getting variables 138029 1726888198.03151: 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:09:58 -0400 (0:00:00.049) 0:03:30.755 ****** 138029 1726888198.03178: entering _queue_task() for managed_node3/command 138029 1726888198.03395: worker is 1 (out of 1 available) 138029 1726888198.03409: exiting _queue_task() for managed_node3/command 138029 1726888198.03421: done queuing things up, now waiting for results queue to drain 138029 1726888198.03423: waiting for pending results... 138029 1726888198.03622: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888198.03715: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002430 138029 1726888198.03727: variable 'ansible_search_path' from source: unknown 138029 1726888198.03761: calling self._execute() 138029 1726888198.03856: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.03860: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.03869: variable 'omit' from source: magic vars 138029 1726888198.04191: variable 'storage_test_volume' from source: include params 138029 1726888198.04210: variable '_storage_test_volume_present' from source: set_fact 138029 1726888198.04221: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888198.04227: variable 'omit' from source: magic vars 138029 1726888198.04275: variable 'omit' from source: magic vars 138029 1726888198.04365: variable 'storage_test_pool' from source: include params 138029 1726888198.04392: variable 'storage_test_volume' from source: include params 138029 1726888198.04421: variable 'omit' from source: magic vars 138029 1726888198.04453: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888198.04487: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888198.04503: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888198.04516: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888198.04527: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888198.04540: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888198.04553: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888198.04582: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888198.04586: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.04589: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.04677: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888198.04680: Set connection var ansible_timeout to 10 138029 1726888198.04683: Set connection var ansible_pipelining to False 138029 1726888198.04685: Set connection var ansible_shell_type to sh 138029 1726888198.04687: Set connection var ansible_connection to ssh 138029 1726888198.04690: Set connection var ansible_shell_executable to /bin/sh 138029 1726888198.04708: variable 'ansible_shell_executable' from source: unknown 138029 1726888198.04711: variable 'ansible_connection' from source: unknown 138029 1726888198.04713: variable 'ansible_module_compression' from source: unknown 138029 1726888198.04716: variable 'ansible_shell_type' from source: unknown 138029 1726888198.04718: variable 'ansible_shell_executable' from source: unknown 138029 1726888198.04720: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.04725: variable 'ansible_pipelining' from source: unknown 138029 1726888198.04727: variable 'ansible_timeout' from source: unknown 138029 1726888198.04731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.04835: 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) 138029 1726888198.04847: variable 'omit' from source: magic vars 138029 1726888198.04850: starting attempt loop 138029 1726888198.04853: running the handler 138029 1726888198.04868: _low_level_execute_command(): starting 138029 1726888198.04873: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888198.05388: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888198.05393: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888198.05397: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888198.05448: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888198.05453: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888198.05460: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888198.05514: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888198.07222: stdout chunk (state=3): >>>/root <<< 138029 1726888198.07318: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888198.07348: stderr chunk (state=3): >>><<< 138029 1726888198.07352: stdout chunk (state=3): >>><<< 138029 1726888198.07378: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888198.07397: _low_level_execute_command(): starting 138029 1726888198.07402: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888198.0738046-144449-181229393667864 `" && echo ansible-tmp-1726888198.0738046-144449-181229393667864="` echo /root/.ansible/tmp/ansible-tmp-1726888198.0738046-144449-181229393667864 `" ) && sleep 0' 138029 1726888198.07859: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888198.07876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888198.07879: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888198.07882: 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.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888198.07884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888198.07919: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888198.07925: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888198.07928: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888198.07980: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888198.24878: stdout chunk (state=3): >>>ansible-tmp-1726888198.0738046-144449-181229393667864=/root/.ansible/tmp/ansible-tmp-1726888198.0738046-144449-181229393667864 <<< 138029 1726888198.25000: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888198.25029: stderr chunk (state=3): >>><<< 138029 1726888198.25032: stdout chunk (state=3): >>><<< 138029 1726888198.25052: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888198.0738046-144449-181229393667864=/root/.ansible/tmp/ansible-tmp-1726888198.0738046-144449-181229393667864 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888198.25090: variable 'ansible_module_compression' from source: unknown 138029 1726888198.25131: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888198.25165: variable 'ansible_facts' from source: unknown 138029 1726888198.25221: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888198.0738046-144449-181229393667864/AnsiballZ_command.py 138029 1726888198.25329: Sending initial data 138029 1726888198.25332: Sent initial data (158 bytes) 138029 1726888198.25797: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888198.25800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888198.25805: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888198.25807: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888198.25809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888198.25811: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888198.25861: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888198.25865: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888198.25870: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888198.25915: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888198.27566: 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 <<< 138029 1726888198.27573: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888198.27607: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888198.27660: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp5p5vsept /root/.ansible/tmp/ansible-tmp-1726888198.0738046-144449-181229393667864/AnsiballZ_command.py <<< 138029 1726888198.27663: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888198.0738046-144449-181229393667864/AnsiballZ_command.py" <<< 138029 1726888198.27704: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp5p5vsept" to remote "/root/.ansible/tmp/ansible-tmp-1726888198.0738046-144449-181229393667864/AnsiballZ_command.py" <<< 138029 1726888198.27709: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888198.0738046-144449-181229393667864/AnsiballZ_command.py" <<< 138029 1726888198.28251: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888198.28294: stderr chunk (state=3): >>><<< 138029 1726888198.28298: stdout chunk (state=3): >>><<< 138029 1726888198.28335: done transferring module to remote 138029 1726888198.28347: _low_level_execute_command(): starting 138029 1726888198.28350: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888198.0738046-144449-181229393667864/ /root/.ansible/tmp/ansible-tmp-1726888198.0738046-144449-181229393667864/AnsiballZ_command.py && sleep 0' 138029 1726888198.28760: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888198.28795: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888198.28798: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888198.28800: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888198.28802: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888198.28851: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888198.28859: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888198.28903: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888198.30718: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888198.30741: stderr chunk (state=3): >>><<< 138029 1726888198.30744: stdout chunk (state=3): >>><<< 138029 1726888198.30757: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888198.30760: _low_level_execute_command(): starting 138029 1726888198.30768: _low_level_execute_command(): using become for this command 138029 1726888198.30777: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-rllnijjyxyqlpiyhgmkzsbkxlwzaipvx ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888198.0738046-144449-181229393667864/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888198.30853: Initial state: awaiting_escalation: BECOME-SUCCESS-rllnijjyxyqlpiyhgmkzsbkxlwzaipvx 138029 1726888198.31231: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888198.31236: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888198.31260: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888198.31274: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888198.31329: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888198.34309: stdout chunk (state=1): >>>BECOME-SUCCESS-rllnijjyxyqlpiyhgmkzsbkxlwzaipvx <<< 138029 1726888198.34313: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-rllnijjyxyqlpiyhgmkzsbkxlwzaipvx' 138029 1726888198.34647: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888198.34681: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888198.34706: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888198.34716: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888198.34782: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888198.34787: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888198.34819: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888198.34852: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888198.34873: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888198.34886: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888198.34937: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888198.34942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888198.34960: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888198.34983: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888198.35021: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888198.35042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888198.35050: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a2183e0> <<< 138029 1726888198.35064: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a1e7a10> <<< 138029 1726888198.35083: 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' <<< 138029 1726888198.35107: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a21a960> <<< 138029 1726888198.35122: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888198.35149: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888198.35187: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888198.35211: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888198.35227: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888198.35306: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888198.35337: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888198.35357: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888198.35374: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888198.35377: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888198.35400: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888198.35409: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888198.35425: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888198.35434: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888198.35467: 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 <<< 138029 1726888198.35470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888198.35495: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a02cfe0> <<< 138029 1726888198.35549: 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 <<< 138029 1726888198.35571: 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 0x7f616a02dfd0> <<< 138029 1726888198.35601: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888198.35631: 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. <<< 138029 1726888198.35860: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888198.35870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888198.35897: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888198.35902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888198.35927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888198.35968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888198.35988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888198.36020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888198.36025: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a073dd0> <<< 138029 1726888198.36046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888198.36065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888198.36082: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888198.36107: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a073fe0> <<< 138029 1726888198.36113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888198.36144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888198.36174: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888198.36220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888198.36236: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888198.36265: 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' <<< 138029 1726888198.36271: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0a37d0> <<< 138029 1726888198.36289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888198.36304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888198.36319: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0a3e60> <<< 138029 1726888198.36330: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888198.36376: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a083a70> <<< 138029 1726888198.36378: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888198.36415: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0811c0> <<< 138029 1726888198.36502: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a070f80> <<< 138029 1726888198.36533: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888198.36552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888198.36572: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888198.36587: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888198.36616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888198.36656: 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' <<< 138029 1726888198.36678: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0c7800> <<< 138029 1726888198.36689: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0c6420> <<< 138029 1726888198.36720: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888198.36723: 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 0x7f616a0821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0c4bc0> <<< 138029 1726888198.36777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888198.36794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0f8860> <<< 138029 1726888198.36803: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a070200> <<< 138029 1726888198.36814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 138029 1726888198.36835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888198.36850: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888198.36870: 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 0x7f616a0f8d10> <<< 138029 1726888198.36880: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0f8bc0> <<< 138029 1726888198.36911: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888198.36914: 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 0x7f616a0f8f80> <<< 138029 1726888198.36916: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a066d20> <<< 138029 1726888198.36950: 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' <<< 138029 1726888198.36975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888198.37007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888198.37014: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0f92b0> <<< 138029 1726888198.37026: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888198.37057: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888198.37062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888198.37084: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0fa4e0> <<< 138029 1726888198.37103: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888198.37107: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888198.37131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888198.37164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888198.37180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888198.37206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a1106e0> <<< 138029 1726888198.37211: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888198.37242: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888198.37245: 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 0x7f616a111dc0> <<< 138029 1726888198.37277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888198.37281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888198.37321: 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' <<< 138029 1726888198.37328: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a112c30> <<< 138029 1726888198.37372: 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 0x7f616a113260> <<< 138029 1726888198.37377: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a112180> <<< 138029 1726888198.37403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888198.37408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888198.37451: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888198.37461: 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 0x7f616a113ce0> <<< 138029 1726888198.37466: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a113410> <<< 138029 1726888198.37508: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0fa450> <<< 138029 1726888198.37529: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888198.37557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888198.37574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888198.37601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888198.37635: 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' <<< 138029 1726888198.37662: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6169e97b30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888198.37691: 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' <<< 138029 1726888198.37696: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6169ec0680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169ec03e0> <<< 138029 1726888198.37712: 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 0x7f6169ec06b0> <<< 138029 1726888198.37749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888198.37751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888198.37820: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888198.37943: 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 0x7f6169ec0fe0> <<< 138029 1726888198.38070: 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 0x7f6169ec1910> <<< 138029 1726888198.38075: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169ec0890> <<< 138029 1726888198.38088: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169e95cd0> <<< 138029 1726888198.38113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888198.38130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888198.38157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888198.38168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888198.38190: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169ec2c30> <<< 138029 1726888198.38200: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169ec0b90> <<< 138029 1726888198.38222: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0fac00> <<< 138029 1726888198.38251: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888198.38311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888198.38328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888198.38370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888198.38402: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169eeef30> <<< 138029 1726888198.38447: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888198.38460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888198.38490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888198.38505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888198.38547: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169f17290> <<< 138029 1726888198.38572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888198.38619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888198.38673: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888198.38701: 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' <<< 138029 1726888198.38706: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169f3ffb0> <<< 138029 1726888198.38731: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888198.38757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888198.38782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888198.38819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888198.38906: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169f72750> <<< 138029 1726888198.38982: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169f70110> <<< 138029 1726888198.39017: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169f17f20> <<< 138029 1726888198.39048: 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' <<< 138029 1726888198.39077: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169d790d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169f16090> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169ec3b30> <<< 138029 1726888198.44334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888198.44341: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6169d79370> <<< 138029 1726888198.46636: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_nwwmqmen/ansible_ansible.legacy.command_payload.zip' <<< 138029 1726888198.46643: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.46779: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.46807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888198.46818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888198.46870: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888198.46948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888198.46993: 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 0x7f6169dcae70> <<< 138029 1726888198.46997: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888198.47191: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169dadd60> <<< 138029 1726888198.47204: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169dacef0> <<< 138029 1726888198.47207: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.47242: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888198.47245: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.47275: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.47280: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.47303: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888198.47315: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.48753: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.49897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888198.49900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169dc8d10> <<< 138029 1726888198.49928: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888198.49941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888198.49959: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888198.49977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888198.49998: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888198.50010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888198.50041: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888198.50046: 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 0x7f6169dfa780> <<< 138029 1726888198.50076: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169dfa510> <<< 138029 1726888198.50121: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169df9e20> <<< 138029 1726888198.50127: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888198.50146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888198.50185: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169dfa900> <<< 138029 1726888198.50228: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169dcb890> 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 0x7f6169dfb4d0> <<< 138029 1726888198.50267: 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 0x7f6169dfb680> <<< 138029 1726888198.50276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888198.50333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888198.50340: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888198.50390: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169dfbbc0> <<< 138029 1726888198.50399: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888198.50422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888198.50454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888198.50516: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169719a00> <<< 138029 1726888198.50520: 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 0x7f616971b620> <<< 138029 1726888198.50547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888198.50561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888198.50602: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616971bfe0> <<< 138029 1726888198.50614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888198.50653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888198.50668: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169720f20> <<< 138029 1726888198.50690: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888198.50725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888198.50752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888198.50757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888198.50809: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169723bf0> <<< 138029 1726888198.50848: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888198.50860: 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 0x7f6169ec2ba0> <<< 138029 1726888198.50874: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169721ee0> <<< 138029 1726888198.50897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888198.50923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888198.50950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888198.50969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888198.50975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888198.51000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888198.51027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888198.51040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 138029 1726888198.51050: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169727b60><<< 138029 1726888198.51053: stdout chunk (state=3): >>> <<< 138029 1726888198.51076: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888198.51141: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169726630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169726390> <<< 138029 1726888198.51165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888198.51172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888198.51251: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169726900> <<< 138029 1726888198.51278: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61697223c0> <<< 138029 1726888198.51312: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888198.51318: 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 0x7f616976be60> <<< 138029 1726888198.51351: 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 0x7f616976be90> <<< 138029 1726888198.51372: 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 <<< 138029 1726888198.51392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888198.51428: 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' <<< 138029 1726888198.51462: 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 0x7f616976d970> <<< 138029 1726888198.51466: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616976d730> <<< 138029 1726888198.51483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888198.51609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888198.51663: 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 0x7f616976fec0> <<< 138029 1726888198.51669: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616976e060> <<< 138029 1726888198.51692: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888198.51728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888198.51760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888198.51774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888198.51779: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888198.51819: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169773620> <<< 138029 1726888198.51944: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616976ffb0> <<< 138029 1726888198.52004: 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 0x7f6169774890> <<< 138029 1726888198.52035: 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 0x7f61697745c0> <<< 138029 1726888198.52075: 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 0x7f61697748f0> <<< 138029 1726888198.52093: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616976c140> <<< 138029 1726888198.52118: 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 <<< 138029 1726888198.52130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888198.52139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888198.52173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888198.52195: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888198.52217: 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 0x7f6169777f80> <<< 138029 1726888198.52364: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888198.52378: 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 0x7f6169601130> <<< 138029 1726888198.52384: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169776720> <<< 138029 1726888198.52419: 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 0x7f6169777ad0> <<< 138029 1726888198.52433: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169776330> <<< 138029 1726888198.52443: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.52454: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.52476: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888198.52479: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.52572: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.52656: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.52675: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888198.52692: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.52707: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888198.52730: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.52843: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.52965: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.53505: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.54037: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888198.54057: 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' # <<< 138029 1726888198.54079: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888198.54099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888198.54148: 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 0x7f6169605310> <<< 138029 1726888198.54230: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888198.54235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888198.54259: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61696060f0> <<< 138029 1726888198.54264: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169601460> <<< 138029 1726888198.54313: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888198.54316: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.54350: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.54354: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888198.54376: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.54516: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.54679: 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' <<< 138029 1726888198.54685: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169606180> <<< 138029 1726888198.54703: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.55157: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.55596: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.55672: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.55751: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888198.55761: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.55792: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.55830: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888198.55841: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.55909: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.55989: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888198.56011: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.56023: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.56034: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888198.56037: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.56084: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.56126: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888198.56132: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.56353: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.56585: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888198.56640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888198.56658: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888198.56718: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169607380> <<< 138029 1726888198.56734: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.56806: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.56880: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888198.56896: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888198.56899: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888198.56924: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.56972: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.57002: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888198.57019: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.57074: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.57116: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.57185: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.57253: 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 <<< 138029 1726888198.57287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888198.57374: 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 0x7f6169611c40> <<< 138029 1726888198.57406: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616960fe30> <<< 138029 1726888198.57437: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888198.57448: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.57513: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.57579: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.57606: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.57651: 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 <<< 138029 1726888198.57661: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888198.57672: 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 <<< 138029 1726888198.57699: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888198.57715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888198.57778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888198.57797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888198.57818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888198.57869: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169702810> <<< 138029 1726888198.57915: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169e1e4e0> <<< 138029 1726888198.57995: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169611e50> <<< 138029 1726888198.58007: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169611c10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888198.58014: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.58044: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.58072: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888198.58129: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888198.58134: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.58161: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888198.58169: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.58275: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.58383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888198.58400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888198.58417: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169e1f950> <<< 138029 1726888198.58500: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888198.62218: stdout chunk (state=3): >>> {"changed": true, "stdout": " LVM2_LV_NAME=Lv3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear", "stderr": "", "rc": 0, "cmd": ["lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv3"], "start": "2024-09-20 23:09:58.585418", "end": "2024-09-20 23:09:58.620916", "delta": "0:00:00.035498", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/Lv3\n", "_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}}} <<< 138029 1726888198.62242: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888198.62688: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888198.62749: 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 <<< 138029 1726888198.62754: 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 <<< 138029 1726888198.62869: 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 # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888198.62878: stdout chunk (state=3): >>>ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888198.63114: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888198.63121: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888198.63142: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888198.63167: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888198.63176: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888198.63193: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888198.63215: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888198.63234: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888198.63268: 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 <<< 138029 1726888198.63271: stdout chunk (state=3): >>># destroy json.scanner # destroy _json <<< 138029 1726888198.63288: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888198.63301: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 138029 1726888198.63307: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888198.63324: stdout chunk (state=3): >>># destroy fnmatch <<< 138029 1726888198.63339: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888198.63347: stdout chunk (state=3): >>># destroy array <<< 138029 1726888198.63370: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888198.63373: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888198.63395: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging <<< 138029 1726888198.63399: stdout chunk (state=3): >>># destroy shlex # destroy subprocess <<< 138029 1726888198.63449: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888198.63463: 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 <<< 138029 1726888198.63481: 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 <<< 138029 1726888198.63506: 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 <<< 138029 1726888198.63521: 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 <<< 138029 1726888198.63528: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888198.63543: 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 <<< 138029 1726888198.63581: 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 <<< 138029 1726888198.63593: 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 <<< 138029 1726888198.63598: 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 <<< 138029 1726888198.63725: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888198.63736: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888198.63741: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888198.63767: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888198.63784: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888198.63787: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888198.63805: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888198.63834: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888198.63848: 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 <<< 138029 1726888198.63859: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888198.63869: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888198.63963: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888198.63969: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 138029 1726888198.63975: stdout chunk (state=3): >>># destroy time <<< 138029 1726888198.63985: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888198.64011: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888198.64021: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888198.64040: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888198.64047: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 138029 1726888198.64067: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888198.64587: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888198.64618: stderr chunk (state=3): >>><<< 138029 1726888198.64621: stdout chunk (state=3): >>><<< 138029 1726888198.64696: _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 0x7f616a2183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a1e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a21a960> 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 0x7f616a02cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f616a02dfd0> 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 0x7f616a073dd0> # /usr/lib64/python3.12/__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 0x7f616a073fe0> # /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 0x7f616a0a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a083a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a070f80> # /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 0x7f616a0c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0c4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a070200> # /usr/lib64/python3.12/__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 0x7f616a0f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f616a0f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a066d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f616a0f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0f92b0> 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 0x7f616a0fa4e0> 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 0x7f616a1106e0> 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 0x7f616a111dc0> # /usr/lib64/python3.12/__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 0x7f616a112c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f616a113260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a112180> # /usr/lib64/python3.12/__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 0x7f616a113ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a113410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0fa450> # /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 0x7f6169e97b30> # /usr/lib64/python3.12/__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 0x7f6169ec0680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169ec03e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6169ec06b0> # /usr/lib64/python3.12/__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 0x7f6169ec0fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6169ec1910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169ec0890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169e95cd0> # /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 0x7f6169ec2c30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169ec0b90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616a0fac00> # /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 0x7f6169eeef30> # /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 0x7f6169f17290> # /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 0x7f6169f3ffb0> # /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 0x7f6169f72750> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169f70110> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169f17f20> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169d790d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169f16090> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169ec3b30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6169d79370> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_nwwmqmen/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 0x7f6169dcae70> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169dadd60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169dacef0> # 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 0x7f6169dc8d10> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f6169dfa780> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169dfa510> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169df9e20> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f6169dfa900> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169dcb890> 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 0x7f6169dfb4d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6169dfb680> # /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 0x7f6169dfbbc0> 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 0x7f6169719a00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f616971b620> # /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 0x7f616971bfe0> # /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 0x7f6169720f20> # /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 0x7f6169723bf0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6169ec2ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169721ee0> # /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 0x7f6169727b60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169726630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169726390> # /usr/lib64/python3.12/__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 0x7f6169726900> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61697223c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f616976be60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616976be90> # /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 0x7f616976d970> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616976d730> # /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 0x7f616976fec0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616976e060> # /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 0x7f6169773620> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616976ffb0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6169774890> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f61697745c0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f61697748f0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616976c140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f6169777f80> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6169601130> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169776720> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6169777ad0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169776330> # 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 0x7f6169605310> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f61696060f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169601460> 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 0x7f6169606180> # 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 0x7f6169607380> # 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 0x7f6169611c40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f616960fe30> 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 0x7f6169702810> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169e1e4e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169611e50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6169611c10> # 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 0x7f6169e1f950> # zipimport: zlib available {"changed": true, "stdout": " LVM2_LV_NAME=Lv3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear", "stderr": "", "rc": 0, "cmd": ["lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv3"], "start": "2024-09-20 23:09:58.585418", "end": "2024-09-20 23:09:58.620916", "delta": "0:00:00.035498", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/Lv3\n", "_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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888198.65210: done with _execute_module (ansible.legacy.command, {'_raw_params': 'lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype vg1/Lv3\n', '_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-1726888198.0738046-144449-181229393667864/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888198.65214: _low_level_execute_command(): starting 138029 1726888198.65217: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888198.0738046-144449-181229393667864/ > /dev/null 2>&1 && sleep 0' 138029 1726888198.65381: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888198.65384: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888198.65387: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888198.65389: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888198.65393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888198.65442: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888198.65446: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888198.65497: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888198.67307: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888198.67334: stderr chunk (state=3): >>><<< 138029 1726888198.67338: stdout chunk (state=3): >>><<< 138029 1726888198.67351: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888198.67361: handler run complete 138029 1726888198.67379: Evaluated conditional (False): False 138029 1726888198.67388: attempt loop complete, returning result 138029 1726888198.67392: _execute() done 138029 1726888198.67394: dumping result to json 138029 1726888198.67399: done dumping result, returning 138029 1726888198.67407: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-000000002430] 138029 1726888198.67412: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002430 138029 1726888198.67510: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002430 138029 1726888198.67513: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv3" ], "delta": "0:00:00.035498", "end": "2024-09-20 23:09:58.620916", "rc": 0, "start": "2024-09-20 23:09:58.585418" } STDOUT: LVM2_LV_NAME=Lv3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear 138029 1726888198.67590: no more pending results, returning what we have 138029 1726888198.67593: results queue empty 138029 1726888198.67594: checking for any_errors_fatal 138029 1726888198.67603: done checking for any_errors_fatal 138029 1726888198.67603: checking for max_fail_percentage 138029 1726888198.67605: done checking for max_fail_percentage 138029 1726888198.67606: checking to see if all hosts have failed and the running result is not ok 138029 1726888198.67607: done checking to see if all hosts have failed 138029 1726888198.67607: getting the remaining hosts for this loop 138029 1726888198.67609: done getting the remaining hosts for this loop 138029 1726888198.67612: getting the next task for host managed_node3 138029 1726888198.67620: done getting next task for host managed_node3 138029 1726888198.67622: ^ task is: TASK: Set LV segment type 138029 1726888198.67628: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888198.67633: getting variables 138029 1726888198.67635: in VariableManager get_vars() 138029 1726888198.67677: Calling all_inventory to load vars for managed_node3 138029 1726888198.67684: Calling groups_inventory to load vars for managed_node3 138029 1726888198.67687: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888198.67698: Calling all_plugins_play to load vars for managed_node3 138029 1726888198.67700: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888198.67703: Calling groups_plugins_play to load vars for managed_node3 138029 1726888198.68117: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888198.68713: done with get_vars() 138029 1726888198.68724: done getting variables 138029 1726888198.68772: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:58 -0400 (0:00:00.656) 0:03:31.411 ****** 138029 1726888198.68796: entering _queue_task() for managed_node3/set_fact 138029 1726888198.69007: worker is 1 (out of 1 available) 138029 1726888198.69021: exiting _queue_task() for managed_node3/set_fact 138029 1726888198.69033: done queuing things up, now waiting for results queue to drain 138029 1726888198.69035: waiting for pending results... 138029 1726888198.69231: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888198.69348: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002431 138029 1726888198.69363: variable 'ansible_search_path' from source: unknown 138029 1726888198.69397: calling self._execute() 138029 1726888198.69496: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.69500: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.69510: variable 'omit' from source: magic vars 138029 1726888198.69826: variable 'storage_test_volume' from source: include params 138029 1726888198.69843: variable '_storage_test_volume_present' from source: set_fact 138029 1726888198.69857: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888198.69861: variable 'omit' from source: magic vars 138029 1726888198.69909: variable 'omit' from source: magic vars 138029 1726888198.70043: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888198.71524: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888198.71581: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888198.71609: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888198.71635: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888198.71661: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888198.71724: variable 'lvs' from source: set_fact 138029 1726888198.71787: variable 'omit' from source: magic vars 138029 1726888198.71807: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888198.71828: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888198.71843: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888198.71857: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888198.71873: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888198.71890: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888198.71902: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888198.71924: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888198.71927: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.71930: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.72011: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888198.72015: Set connection var ansible_timeout to 10 138029 1726888198.72021: Set connection var ansible_pipelining to False 138029 1726888198.72023: Set connection var ansible_shell_type to sh 138029 1726888198.72025: Set connection var ansible_connection to ssh 138029 1726888198.72030: Set connection var ansible_shell_executable to /bin/sh 138029 1726888198.72048: variable 'ansible_shell_executable' from source: unknown 138029 1726888198.72051: variable 'ansible_connection' from source: unknown 138029 1726888198.72054: variable 'ansible_module_compression' from source: unknown 138029 1726888198.72058: variable 'ansible_shell_type' from source: unknown 138029 1726888198.72060: variable 'ansible_shell_executable' from source: unknown 138029 1726888198.72063: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.72067: variable 'ansible_pipelining' from source: unknown 138029 1726888198.72070: variable 'ansible_timeout' from source: unknown 138029 1726888198.72072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.72147: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888198.72157: variable 'omit' from source: magic vars 138029 1726888198.72163: starting attempt loop 138029 1726888198.72168: running the handler 138029 1726888198.72175: handler run complete 138029 1726888198.72182: attempt loop complete, returning result 138029 1726888198.72185: _execute() done 138029 1726888198.72187: dumping result to json 138029 1726888198.72189: done dumping result, returning 138029 1726888198.72196: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-000000002431] 138029 1726888198.72203: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002431 138029 1726888198.72284: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002431 138029 1726888198.72288: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } 138029 1726888198.72377: no more pending results, returning what we have 138029 1726888198.72381: results queue empty 138029 1726888198.72382: checking for any_errors_fatal 138029 1726888198.72392: done checking for any_errors_fatal 138029 1726888198.72393: checking for max_fail_percentage 138029 1726888198.72394: done checking for max_fail_percentage 138029 1726888198.72395: checking to see if all hosts have failed and the running result is not ok 138029 1726888198.72396: done checking to see if all hosts have failed 138029 1726888198.72396: getting the remaining hosts for this loop 138029 1726888198.72398: done getting the remaining hosts for this loop 138029 1726888198.72401: getting the next task for host managed_node3 138029 1726888198.72408: done getting next task for host managed_node3 138029 1726888198.72410: ^ task is: TASK: Check segment type 138029 1726888198.72416: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888198.72428: getting variables 138029 1726888198.72429: in VariableManager get_vars() 138029 1726888198.72462: Calling all_inventory to load vars for managed_node3 138029 1726888198.72467: Calling groups_inventory to load vars for managed_node3 138029 1726888198.72470: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888198.72480: Calling all_plugins_play to load vars for managed_node3 138029 1726888198.72483: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888198.72486: Calling groups_plugins_play to load vars for managed_node3 138029 1726888198.72900: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888198.73290: done with get_vars() 138029 1726888198.73302: done getting variables 138029 1726888198.73342: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:58 -0400 (0:00:00.045) 0:03:31.457 ****** 138029 1726888198.73371: entering _queue_task() for managed_node3/assert 138029 1726888198.73584: worker is 1 (out of 1 available) 138029 1726888198.73596: exiting _queue_task() for managed_node3/assert 138029 1726888198.73609: done queuing things up, now waiting for results queue to drain 138029 1726888198.73610: waiting for pending results... 138029 1726888198.73787: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888198.73896: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002432 138029 1726888198.73908: variable 'ansible_search_path' from source: unknown 138029 1726888198.73935: calling self._execute() 138029 1726888198.74027: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.74031: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.74040: variable 'omit' from source: magic vars 138029 1726888198.74338: variable 'storage_test_volume' from source: include params 138029 1726888198.74354: variable '_storage_test_volume_present' from source: set_fact 138029 1726888198.74370: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888198.74373: variable 'omit' from source: magic vars 138029 1726888198.74421: variable 'omit' from source: magic vars 138029 1726888198.74505: variable 'storage_test_lv_segtype' from source: set_fact 138029 1726888198.74509: variable 'storage_test_volume' from source: include params 138029 1726888198.74540: variable 'omit' from source: magic vars 138029 1726888198.74571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888198.74602: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888198.74614: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888198.74626: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888198.74637: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888198.74649: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888198.74664: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888198.74687: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888198.74690: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.74692: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.74773: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888198.74776: Set connection var ansible_timeout to 10 138029 1726888198.74782: Set connection var ansible_pipelining to False 138029 1726888198.74785: Set connection var ansible_shell_type to sh 138029 1726888198.74787: Set connection var ansible_connection to ssh 138029 1726888198.74791: Set connection var ansible_shell_executable to /bin/sh 138029 1726888198.74815: variable 'ansible_shell_executable' from source: unknown 138029 1726888198.74822: variable 'ansible_connection' from source: unknown 138029 1726888198.74825: variable 'ansible_module_compression' from source: unknown 138029 1726888198.74827: variable 'ansible_shell_type' from source: unknown 138029 1726888198.74829: variable 'ansible_shell_executable' from source: unknown 138029 1726888198.74831: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.74834: variable 'ansible_pipelining' from source: unknown 138029 1726888198.74836: variable 'ansible_timeout' from source: unknown 138029 1726888198.74838: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.74930: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888198.74941: variable 'omit' from source: magic vars 138029 1726888198.74946: starting attempt loop 138029 1726888198.74951: running the handler 138029 1726888198.75094: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888198.76564: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888198.76614: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888198.76641: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888198.76673: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888198.76760: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888198.76770: variable 'storage_test_volume' from source: include params 138029 1726888198.76782: variable 'storage_test_lv_segtype' from source: set_fact 138029 1726888198.76793: Evaluated conditional (storage_test_volume.cached | ternary(storage_test_lv_segtype[0] == 'cache', storage_test_lv_segtype[0] != 'cache')): True 138029 1726888198.76800: handler run complete 138029 1726888198.76809: attempt loop complete, returning result 138029 1726888198.76812: _execute() done 138029 1726888198.76814: dumping result to json 138029 1726888198.76817: done dumping result, returning 138029 1726888198.76824: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-000000002432] 138029 1726888198.76829: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002432 138029 1726888198.76915: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002432 138029 1726888198.76918: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888198.76967: no more pending results, returning what we have 138029 1726888198.76971: results queue empty 138029 1726888198.76972: checking for any_errors_fatal 138029 1726888198.76981: done checking for any_errors_fatal 138029 1726888198.76981: checking for max_fail_percentage 138029 1726888198.76983: done checking for max_fail_percentage 138029 1726888198.76984: checking to see if all hosts have failed and the running result is not ok 138029 1726888198.76984: done checking to see if all hosts have failed 138029 1726888198.76985: getting the remaining hosts for this loop 138029 1726888198.76987: done getting the remaining hosts for this loop 138029 1726888198.76990: getting the next task for host managed_node3 138029 1726888198.77001: done getting next task for host managed_node3 138029 1726888198.77004: ^ task is: TASK: Set LV cache size 138029 1726888198.77010: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888198.77020: getting variables 138029 1726888198.77021: in VariableManager get_vars() 138029 1726888198.77051: Calling all_inventory to load vars for managed_node3 138029 1726888198.77053: Calling groups_inventory to load vars for managed_node3 138029 1726888198.77058: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888198.77070: Calling all_plugins_play to load vars for managed_node3 138029 1726888198.77073: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888198.77076: Calling groups_plugins_play to load vars for managed_node3 138029 1726888198.77468: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888198.77858: done with get_vars() 138029 1726888198.77872: done getting variables 138029 1726888198.77909: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:58 -0400 (0:00:00.045) 0:03:31.502 ****** 138029 1726888198.77934: entering _queue_task() for managed_node3/set_fact 138029 1726888198.78138: worker is 1 (out of 1 available) 138029 1726888198.78150: exiting _queue_task() for managed_node3/set_fact 138029 1726888198.78168: done queuing things up, now waiting for results queue to drain 138029 1726888198.78170: waiting for pending results... 138029 1726888198.78345: running TaskExecutor() for managed_node3/TASK: Set LV cache size 138029 1726888198.78426: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002433 138029 1726888198.78440: variable 'ansible_search_path' from source: unknown 138029 1726888198.78473: calling self._execute() 138029 1726888198.78577: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.78581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.78589: variable 'omit' from source: magic vars 138029 1726888198.78903: variable 'storage_test_volume' from source: include params 138029 1726888198.78928: variable '_storage_test_volume_present' from source: set_fact 138029 1726888198.78945: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888198.79059: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888198.80494: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888198.80548: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888198.80581: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888198.80606: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888198.80626: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888198.80688: variable 'storage_test_volume' from source: include params 138029 1726888198.80707: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888198.80710: when evaluation is False, skipping this task 138029 1726888198.80713: _execute() done 138029 1726888198.80716: dumping result to json 138029 1726888198.80718: done dumping result, returning 138029 1726888198.80724: done running TaskExecutor() for managed_node3/TASK: Set LV cache size [0affc8a3-6f6f-5a58-73a2-000000002433] 138029 1726888198.80728: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002433 138029 1726888198.80819: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002433 138029 1726888198.80822: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888198.80867: no more pending results, returning what we have 138029 1726888198.80870: results queue empty 138029 1726888198.80871: checking for any_errors_fatal 138029 1726888198.80880: done checking for any_errors_fatal 138029 1726888198.80881: checking for max_fail_percentage 138029 1726888198.80883: done checking for max_fail_percentage 138029 1726888198.80884: checking to see if all hosts have failed and the running result is not ok 138029 1726888198.80885: done checking to see if all hosts have failed 138029 1726888198.80885: getting the remaining hosts for this loop 138029 1726888198.80887: done getting the remaining hosts for this loop 138029 1726888198.80891: getting the next task for host managed_node3 138029 1726888198.80898: done getting next task for host managed_node3 138029 1726888198.80901: ^ task is: TASK: Parse the requested cache size 138029 1726888198.80907: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888198.80912: getting variables 138029 1726888198.80913: in VariableManager get_vars() 138029 1726888198.80944: Calling all_inventory to load vars for managed_node3 138029 1726888198.80947: Calling groups_inventory to load vars for managed_node3 138029 1726888198.80950: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888198.80968: Calling all_plugins_play to load vars for managed_node3 138029 1726888198.80971: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888198.80974: Calling groups_plugins_play to load vars for managed_node3 138029 1726888198.81373: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888198.81760: done with get_vars() 138029 1726888198.81772: 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:09:58 -0400 (0:00:00.038) 0:03:31.541 ****** 138029 1726888198.81827: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888198.82029: worker is 1 (out of 1 available) 138029 1726888198.82042: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888198.82053: done queuing things up, now waiting for results queue to drain 138029 1726888198.82056: waiting for pending results... 138029 1726888198.82239: running TaskExecutor() for managed_node3/TASK: Parse the requested cache size 138029 1726888198.82324: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002434 138029 1726888198.82336: variable 'ansible_search_path' from source: unknown 138029 1726888198.82371: calling self._execute() 138029 1726888198.82461: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.82465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.82476: variable 'omit' from source: magic vars 138029 1726888198.82961: variable 'storage_test_volume' from source: include params 138029 1726888198.82968: variable '_storage_test_volume_present' from source: set_fact 138029 1726888198.82972: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888198.83076: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888198.85615: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888198.85685: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888198.85728: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888198.85783: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888198.85816: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888198.85905: variable 'storage_test_volume' from source: include params 138029 1726888198.85936: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888198.85945: when evaluation is False, skipping this task 138029 1726888198.85952: _execute() done 138029 1726888198.85964: dumping result to json 138029 1726888198.85975: done dumping result, returning 138029 1726888198.85985: done running TaskExecutor() for managed_node3/TASK: Parse the requested cache size [0affc8a3-6f6f-5a58-73a2-000000002434] 138029 1726888198.85995: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002434 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888198.86263: no more pending results, returning what we have 138029 1726888198.86270: results queue empty 138029 1726888198.86271: checking for any_errors_fatal 138029 1726888198.86279: done checking for any_errors_fatal 138029 1726888198.86280: checking for max_fail_percentage 138029 1726888198.86282: done checking for max_fail_percentage 138029 1726888198.86283: checking to see if all hosts have failed and the running result is not ok 138029 1726888198.86284: done checking to see if all hosts have failed 138029 1726888198.86285: getting the remaining hosts for this loop 138029 1726888198.86286: done getting the remaining hosts for this loop 138029 1726888198.86290: getting the next task for host managed_node3 138029 1726888198.86300: done getting next task for host managed_node3 138029 1726888198.86304: ^ task is: TASK: Set expected cache size 138029 1726888198.86311: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888198.86315: getting variables 138029 1726888198.86317: in VariableManager get_vars() 138029 1726888198.86353: Calling all_inventory to load vars for managed_node3 138029 1726888198.86360: Calling groups_inventory to load vars for managed_node3 138029 1726888198.86367: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888198.86467: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002434 138029 1726888198.86472: WORKER PROCESS EXITING 138029 1726888198.86482: Calling all_plugins_play to load vars for managed_node3 138029 1726888198.86487: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888198.86490: Calling groups_plugins_play to load vars for managed_node3 138029 1726888198.87242: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888198.87833: done with get_vars() 138029 1726888198.87844: done getting variables 138029 1726888198.87889: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:58 -0400 (0:00:00.060) 0:03:31.602 ****** 138029 1726888198.87912: entering _queue_task() for managed_node3/set_fact 138029 1726888198.88122: worker is 1 (out of 1 available) 138029 1726888198.88136: exiting _queue_task() for managed_node3/set_fact 138029 1726888198.88148: done queuing things up, now waiting for results queue to drain 138029 1726888198.88149: waiting for pending results... 138029 1726888198.88335: running TaskExecutor() for managed_node3/TASK: Set expected cache size 138029 1726888198.88419: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002435 138029 1726888198.88431: variable 'ansible_search_path' from source: unknown 138029 1726888198.88461: calling self._execute() 138029 1726888198.88560: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.88564: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.88574: variable 'omit' from source: magic vars 138029 1726888198.88893: variable 'storage_test_volume' from source: include params 138029 1726888198.88911: variable '_storage_test_volume_present' from source: set_fact 138029 1726888198.88926: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888198.89040: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888198.90481: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888198.90532: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888198.90564: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888198.90593: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888198.90613: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888198.90678: variable 'storage_test_volume' from source: include params 138029 1726888198.90695: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888198.90699: when evaluation is False, skipping this task 138029 1726888198.90702: _execute() done 138029 1726888198.90704: dumping result to json 138029 1726888198.90707: done dumping result, returning 138029 1726888198.90712: done running TaskExecutor() for managed_node3/TASK: Set expected cache size [0affc8a3-6f6f-5a58-73a2-000000002435] 138029 1726888198.90718: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002435 138029 1726888198.90804: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002435 138029 1726888198.90806: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888198.90848: no more pending results, returning what we have 138029 1726888198.90851: results queue empty 138029 1726888198.90852: checking for any_errors_fatal 138029 1726888198.90864: done checking for any_errors_fatal 138029 1726888198.90867: checking for max_fail_percentage 138029 1726888198.90869: done checking for max_fail_percentage 138029 1726888198.90870: checking to see if all hosts have failed and the running result is not ok 138029 1726888198.90871: done checking to see if all hosts have failed 138029 1726888198.90871: getting the remaining hosts for this loop 138029 1726888198.90873: done getting the remaining hosts for this loop 138029 1726888198.90876: getting the next task for host managed_node3 138029 1726888198.90884: done getting next task for host managed_node3 138029 1726888198.90887: ^ task is: TASK: Check cache size 138029 1726888198.90894: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888198.90898: getting variables 138029 1726888198.90900: in VariableManager get_vars() 138029 1726888198.90931: Calling all_inventory to load vars for managed_node3 138029 1726888198.90933: Calling groups_inventory to load vars for managed_node3 138029 1726888198.90936: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888198.90945: Calling all_plugins_play to load vars for managed_node3 138029 1726888198.90947: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888198.90950: Calling groups_plugins_play to load vars for managed_node3 138029 1726888198.91353: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888198.91745: done with get_vars() 138029 1726888198.91757: done getting variables 138029 1726888198.91798: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:09:58 -0400 (0:00:00.039) 0:03:31.641 ****** 138029 1726888198.91822: entering _queue_task() for managed_node3/assert 138029 1726888198.92023: worker is 1 (out of 1 available) 138029 1726888198.92036: exiting _queue_task() for managed_node3/assert 138029 1726888198.92047: done queuing things up, now waiting for results queue to drain 138029 1726888198.92049: waiting for pending results... 138029 1726888198.92239: running TaskExecutor() for managed_node3/TASK: Check cache size 138029 1726888198.92349: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002436 138029 1726888198.92362: variable 'ansible_search_path' from source: unknown 138029 1726888198.92397: calling self._execute() 138029 1726888198.92492: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.92496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.92505: variable 'omit' from source: magic vars 138029 1726888198.92824: variable 'storage_test_volume' from source: include params 138029 1726888198.92842: variable '_storage_test_volume_present' from source: set_fact 138029 1726888198.92853: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 138029 1726888198.92973: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888198.94400: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888198.94452: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888198.94487: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888198.94513: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888198.94532: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888198.94599: variable 'storage_test_volume' from source: include params 138029 1726888198.94617: Evaluated conditional (storage_test_volume.cached | bool): False 138029 1726888198.94621: when evaluation is False, skipping this task 138029 1726888198.94623: _execute() done 138029 1726888198.94626: dumping result to json 138029 1726888198.94628: done dumping result, returning 138029 1726888198.94634: done running TaskExecutor() for managed_node3/TASK: Check cache size [0affc8a3-6f6f-5a58-73a2-000000002436] 138029 1726888198.94639: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002436 138029 1726888198.94728: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002436 138029 1726888198.94731: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 138029 1726888198.94807: no more pending results, returning what we have 138029 1726888198.94810: results queue empty 138029 1726888198.94811: checking for any_errors_fatal 138029 1726888198.94817: done checking for any_errors_fatal 138029 1726888198.94817: checking for max_fail_percentage 138029 1726888198.94819: done checking for max_fail_percentage 138029 1726888198.94820: checking to see if all hosts have failed and the running result is not ok 138029 1726888198.94821: done checking to see if all hosts have failed 138029 1726888198.94821: getting the remaining hosts for this loop 138029 1726888198.94823: done getting the remaining hosts for this loop 138029 1726888198.94826: getting the next task for host managed_node3 138029 1726888198.94835: done getting next task for host managed_node3 138029 1726888198.94837: ^ task is: TASK: Clean up facts 138029 1726888198.94844: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888198.94849: getting variables 138029 1726888198.94850: in VariableManager get_vars() 138029 1726888198.94878: Calling all_inventory to load vars for managed_node3 138029 1726888198.94880: Calling groups_inventory to load vars for managed_node3 138029 1726888198.94883: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888198.94893: Calling all_plugins_play to load vars for managed_node3 138029 1726888198.94895: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888198.94898: Calling groups_plugins_play to load vars for managed_node3 138029 1726888198.95283: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888198.95673: done with get_vars() 138029 1726888198.95686: done getting variables 138029 1726888198.95728: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:58 -0400 (0:00:00.039) 0:03:31.681 ****** 138029 1726888198.95751: entering _queue_task() for managed_node3/set_fact 138029 1726888198.95950: worker is 1 (out of 1 available) 138029 1726888198.95965: exiting _queue_task() for managed_node3/set_fact 138029 1726888198.95978: done queuing things up, now waiting for results queue to drain 138029 1726888198.95980: waiting for pending results... 138029 1726888198.96165: running TaskExecutor() for managed_node3/TASK: Clean up facts 138029 1726888198.96247: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002031 138029 1726888198.96261: variable 'ansible_search_path' from source: unknown 138029 1726888198.96291: calling self._execute() 138029 1726888198.96384: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.96388: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.96397: variable 'omit' from source: magic vars 138029 1726888198.96482: variable 'omit' from source: magic vars 138029 1726888198.96522: variable 'omit' from source: magic vars 138029 1726888198.96549: variable 'omit' from source: magic vars 138029 1726888198.96585: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888198.96612: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888198.96629: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888198.96646: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888198.96657: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888198.96675: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888198.96688: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888198.96710: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888198.96713: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.96715: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.96801: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888198.96805: Set connection var ansible_timeout to 10 138029 1726888198.96810: Set connection var ansible_pipelining to False 138029 1726888198.96813: Set connection var ansible_shell_type to sh 138029 1726888198.96815: Set connection var ansible_connection to ssh 138029 1726888198.96820: Set connection var ansible_shell_executable to /bin/sh 138029 1726888198.96840: variable 'ansible_shell_executable' from source: unknown 138029 1726888198.96843: variable 'ansible_connection' from source: unknown 138029 1726888198.96845: variable 'ansible_module_compression' from source: unknown 138029 1726888198.96848: variable 'ansible_shell_type' from source: unknown 138029 1726888198.96852: variable 'ansible_shell_executable' from source: unknown 138029 1726888198.96856: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888198.96859: variable 'ansible_pipelining' from source: unknown 138029 1726888198.96861: variable 'ansible_timeout' from source: unknown 138029 1726888198.96863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888198.96967: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888198.96982: variable 'omit' from source: magic vars 138029 1726888198.96985: starting attempt loop 138029 1726888198.96988: running the handler 138029 1726888198.96997: handler run complete 138029 1726888198.97005: attempt loop complete, returning result 138029 1726888198.97008: _execute() done 138029 1726888198.97010: dumping result to json 138029 1726888198.97012: done dumping result, returning 138029 1726888198.97019: done running TaskExecutor() for managed_node3/TASK: Clean up facts [0affc8a3-6f6f-5a58-73a2-000000002031] 138029 1726888198.97023: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002031 138029 1726888198.97103: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002031 138029 1726888198.97106: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 138029 1726888198.97161: no more pending results, returning what we have 138029 1726888198.97163: results queue empty 138029 1726888198.97164: checking for any_errors_fatal 138029 1726888198.97173: done checking for any_errors_fatal 138029 1726888198.97174: checking for max_fail_percentage 138029 1726888198.97175: done checking for max_fail_percentage 138029 1726888198.97176: checking to see if all hosts have failed and the running result is not ok 138029 1726888198.97177: done checking to see if all hosts have failed 138029 1726888198.97178: getting the remaining hosts for this loop 138029 1726888198.97179: done getting the remaining hosts for this loop 138029 1726888198.97182: getting the next task for host managed_node3 138029 1726888198.97193: done getting next task for host managed_node3 138029 1726888198.97196: ^ task is: TASK: Verify the volumes with no pool were correctly managed 138029 1726888198.97198: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888198.97203: getting variables 138029 1726888198.97205: in VariableManager get_vars() 138029 1726888198.97231: Calling all_inventory to load vars for managed_node3 138029 1726888198.97233: Calling groups_inventory to load vars for managed_node3 138029 1726888198.97236: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888198.97244: Calling all_plugins_play to load vars for managed_node3 138029 1726888198.97246: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888198.97249: Calling groups_plugins_play to load vars for managed_node3 138029 1726888198.97610: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888198.97988: done with get_vars() 138029 1726888198.97998: 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:09:58 -0400 (0:00:00.023) 0:03:31.704 ****** 138029 1726888198.98060: entering _queue_task() for managed_node3/include_tasks 138029 1726888198.98247: worker is 1 (out of 1 available) 138029 1726888198.98263: exiting _queue_task() for managed_node3/include_tasks 138029 1726888198.98275: done queuing things up, now waiting for results queue to drain 138029 1726888198.98277: waiting for pending results... 138029 1726888198.98450: running TaskExecutor() for managed_node3/TASK: Verify the volumes with no pool were correctly managed 138029 1726888198.98520: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000158a 138029 1726888198.98531: variable 'ansible_search_path' from source: unknown 138029 1726888198.98567: variable '_storage_volumes_list' from source: set_fact 138029 1726888198.98728: variable '_storage_volumes_list' from source: set_fact 138029 1726888198.98766: dumping result to json 138029 1726888198.98769: done dumping result, returning 138029 1726888198.98777: done running TaskExecutor() for managed_node3/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-5a58-73a2-00000000158a] 138029 1726888198.98783: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000158a 138029 1726888198.98897: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000158a 138029 1726888198.98901: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888198.98944: no more pending results, returning what we have 138029 1726888198.98947: results queue empty 138029 1726888198.98948: checking for any_errors_fatal 138029 1726888198.98953: done checking for any_errors_fatal 138029 1726888198.98953: checking for max_fail_percentage 138029 1726888198.98957: done checking for max_fail_percentage 138029 1726888198.98958: checking to see if all hosts have failed and the running result is not ok 138029 1726888198.98959: done checking to see if all hosts have failed 138029 1726888198.98960: getting the remaining hosts for this loop 138029 1726888198.98961: done getting the remaining hosts for this loop 138029 1726888198.98964: getting the next task for host managed_node3 138029 1726888198.98969: done getting next task for host managed_node3 138029 1726888198.98971: ^ task is: TASK: Clean up variable namespace 138029 1726888198.98973: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888198.98977: getting variables 138029 1726888198.98978: in VariableManager get_vars() 138029 1726888198.99004: Calling all_inventory to load vars for managed_node3 138029 1726888198.99006: Calling groups_inventory to load vars for managed_node3 138029 1726888198.99011: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888198.99018: Calling all_plugins_play to load vars for managed_node3 138029 1726888198.99021: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888198.99024: Calling groups_plugins_play to load vars for managed_node3 138029 1726888198.99364: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888198.99920: done with get_vars() 138029 1726888198.99929: done getting variables 138029 1726888198.99968: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:58 -0400 (0:00:00.019) 0:03:31.723 ****** 138029 1726888198.99987: entering _queue_task() for managed_node3/set_fact 138029 1726888199.00177: worker is 1 (out of 1 available) 138029 1726888199.00189: exiting _queue_task() for managed_node3/set_fact 138029 1726888199.00201: done queuing things up, now waiting for results queue to drain 138029 1726888199.00203: waiting for pending results... 138029 1726888199.00382: running TaskExecutor() for managed_node3/TASK: Clean up variable namespace 138029 1726888199.00454: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000158c 138029 1726888199.00468: variable 'ansible_search_path' from source: unknown 138029 1726888199.00498: calling self._execute() 138029 1726888199.00586: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.00590: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.00598: variable 'omit' from source: magic vars 138029 1726888199.00685: variable 'omit' from source: magic vars 138029 1726888199.00715: variable 'omit' from source: magic vars 138029 1726888199.00737: variable 'omit' from source: magic vars 138029 1726888199.00774: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888199.00801: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888199.00816: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888199.00830: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.00839: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.00852: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888199.00870: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888199.00892: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888199.00896: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.00898: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.00987: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888199.00990: Set connection var ansible_timeout to 10 138029 1726888199.00993: Set connection var ansible_pipelining to False 138029 1726888199.00996: Set connection var ansible_shell_type to sh 138029 1726888199.00998: Set connection var ansible_connection to ssh 138029 1726888199.01003: Set connection var ansible_shell_executable to /bin/sh 138029 1726888199.01022: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.01025: variable 'ansible_connection' from source: unknown 138029 1726888199.01027: variable 'ansible_module_compression' from source: unknown 138029 1726888199.01030: variable 'ansible_shell_type' from source: unknown 138029 1726888199.01032: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.01035: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.01039: variable 'ansible_pipelining' from source: unknown 138029 1726888199.01041: variable 'ansible_timeout' from source: unknown 138029 1726888199.01045: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.01150: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888199.01161: variable 'omit' from source: magic vars 138029 1726888199.01167: starting attempt loop 138029 1726888199.01173: running the handler 138029 1726888199.01185: handler run complete 138029 1726888199.01194: attempt loop complete, returning result 138029 1726888199.01199: _execute() done 138029 1726888199.01201: dumping result to json 138029 1726888199.01204: done dumping result, returning 138029 1726888199.01206: done running TaskExecutor() for managed_node3/TASK: Clean up variable namespace [0affc8a3-6f6f-5a58-73a2-00000000158c] 138029 1726888199.01212: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000158c 138029 1726888199.01295: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000158c 138029 1726888199.01299: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 138029 1726888199.01351: no more pending results, returning what we have 138029 1726888199.01354: results queue empty 138029 1726888199.01356: checking for any_errors_fatal 138029 1726888199.01364: done checking for any_errors_fatal 138029 1726888199.01365: checking for max_fail_percentage 138029 1726888199.01366: done checking for max_fail_percentage 138029 1726888199.01367: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.01368: done checking to see if all hosts have failed 138029 1726888199.01369: getting the remaining hosts for this loop 138029 1726888199.01370: done getting the remaining hosts for this loop 138029 1726888199.01373: getting the next task for host managed_node3 138029 1726888199.01379: done getting next task for host managed_node3 138029 1726888199.01382: ^ task is: TASK: Remove the pool created above 138029 1726888199.01384: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888199.01388: getting variables 138029 1726888199.01389: in VariableManager get_vars() 138029 1726888199.01414: Calling all_inventory to load vars for managed_node3 138029 1726888199.01416: Calling groups_inventory to load vars for managed_node3 138029 1726888199.01418: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.01426: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.01428: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.01431: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.01796: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.02169: done with get_vars() 138029 1726888199.02179: done getting variables TASK [Remove the pool created above] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:92 Friday 20 September 2024 23:09:59 -0400 (0:00:00.022) 0:03:31.745 ****** 138029 1726888199.02237: entering _queue_task() for managed_node3/include_role 138029 1726888199.02419: worker is 1 (out of 1 available) 138029 1726888199.02433: exiting _queue_task() for managed_node3/include_role 138029 1726888199.02445: done queuing things up, now waiting for results queue to drain 138029 1726888199.02446: waiting for pending results... 138029 1726888199.02620: running TaskExecutor() for managed_node3/TASK: Remove the pool created above 138029 1726888199.02693: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000000e 138029 1726888199.02704: variable 'ansible_search_path' from source: unknown 138029 1726888199.02730: calling self._execute() 138029 1726888199.02817: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.02821: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.02830: variable 'omit' from source: magic vars 138029 1726888199.02919: _execute() done 138029 1726888199.02923: dumping result to json 138029 1726888199.02925: done dumping result, returning 138029 1726888199.02930: done running TaskExecutor() for managed_node3/TASK: Remove the pool created above [0affc8a3-6f6f-5a58-73a2-00000000000e] 138029 1726888199.02935: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000000e 138029 1726888199.03083: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000000e 138029 1726888199.03086: WORKER PROCESS EXITING 138029 1726888199.03112: no more pending results, returning what we have 138029 1726888199.03116: in VariableManager get_vars() 138029 1726888199.03145: Calling all_inventory to load vars for managed_node3 138029 1726888199.03147: Calling groups_inventory to load vars for managed_node3 138029 1726888199.03149: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.03160: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.03163: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.03166: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.03517: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.03890: done with get_vars() 138029 1726888199.03899: variable 'ansible_search_path' from source: unknown 138029 1726888199.04892: variable 'omit' from source: magic vars 138029 1726888199.04907: variable 'omit' from source: magic vars 138029 1726888199.04915: variable 'omit' from source: magic vars 138029 1726888199.04918: we have included files to process 138029 1726888199.04918: generating all_blocks data 138029 1726888199.04920: done generating all_blocks data 138029 1726888199.04925: processing included file: fedora.linux_system_roles.storage 138029 1726888199.04939: in VariableManager get_vars() 138029 1726888199.04947: done with get_vars() 138029 1726888199.04967: in VariableManager get_vars() 138029 1726888199.04977: done with get_vars() 138029 1726888199.05000: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 138029 1726888199.05017: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 138029 1726888199.05083: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 138029 1726888199.05126: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 138029 1726888199.05184: in VariableManager get_vars() 138029 1726888199.05203: done with get_vars() 138029 1726888199.05332: in VariableManager get_vars() 138029 1726888199.05344: done with get_vars() 138029 1726888199.05414: iterating over new_blocks loaded from include file 138029 1726888199.05416: in VariableManager get_vars() 138029 1726888199.05424: done with get_vars() 138029 1726888199.05425: filtering new block on tags 138029 1726888199.05450: done filtering new block on tags 138029 1726888199.05452: in VariableManager get_vars() 138029 1726888199.05460: done with get_vars() 138029 1726888199.05461: filtering new block on tags 138029 1726888199.05471: done filtering new block on tags 138029 1726888199.05473: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node3 138029 1726888199.05476: extending task lists for all hosts with included blocks 138029 1726888199.06410: done extending task lists 138029 1726888199.06412: done processing included files 138029 1726888199.06412: results queue empty 138029 1726888199.06413: checking for any_errors_fatal 138029 1726888199.06415: done checking for any_errors_fatal 138029 1726888199.06415: checking for max_fail_percentage 138029 1726888199.06416: done checking for max_fail_percentage 138029 1726888199.06417: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.06417: done checking to see if all hosts have failed 138029 1726888199.06417: getting the remaining hosts for this loop 138029 1726888199.06418: done getting the remaining hosts for this loop 138029 1726888199.06420: getting the next task for host managed_node3 138029 1726888199.06422: done getting next task for host managed_node3 138029 1726888199.06424: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888199.06425: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888199.06432: getting variables 138029 1726888199.06433: in VariableManager get_vars() 138029 1726888199.06440: Calling all_inventory to load vars for managed_node3 138029 1726888199.06442: Calling groups_inventory to load vars for managed_node3 138029 1726888199.06443: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.06446: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.06447: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.06449: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.06734: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.07227: done with get_vars() 138029 1726888199.07237: 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:09:59 -0400 (0:00:00.050) 0:03:31.796 ****** 138029 1726888199.07287: entering _queue_task() for managed_node3/include_tasks 138029 1726888199.07494: worker is 1 (out of 1 available) 138029 1726888199.07509: exiting _queue_task() for managed_node3/include_tasks 138029 1726888199.07520: done queuing things up, now waiting for results queue to drain 138029 1726888199.07522: waiting for pending results... 138029 1726888199.07706: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888199.07791: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002640 138029 1726888199.07804: variable 'ansible_search_path' from source: unknown 138029 1726888199.07807: variable 'ansible_search_path' from source: unknown 138029 1726888199.07834: calling self._execute() 138029 1726888199.07928: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.07932: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.07939: variable 'omit' from source: magic vars 138029 1726888199.08024: _execute() done 138029 1726888199.08027: dumping result to json 138029 1726888199.08030: done dumping result, returning 138029 1726888199.08037: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-5a58-73a2-000000002640] 138029 1726888199.08042: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002640 138029 1726888199.08161: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002640 138029 1726888199.08164: WORKER PROCESS EXITING 138029 1726888199.08214: no more pending results, returning what we have 138029 1726888199.08217: in VariableManager get_vars() 138029 1726888199.08249: Calling all_inventory to load vars for managed_node3 138029 1726888199.08251: Calling groups_inventory to load vars for managed_node3 138029 1726888199.08253: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.08263: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.08265: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.08268: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.08632: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.09004: done with get_vars() 138029 1726888199.09013: variable 'ansible_search_path' from source: unknown 138029 1726888199.09013: variable 'ansible_search_path' from source: unknown 138029 1726888199.09037: we have included files to process 138029 1726888199.09037: generating all_blocks data 138029 1726888199.09039: done generating all_blocks data 138029 1726888199.09041: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726888199.09042: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726888199.09044: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726888199.09350: done processing included file 138029 1726888199.09352: iterating over new_blocks loaded from include file 138029 1726888199.09353: in VariableManager get_vars() 138029 1726888199.09368: done with get_vars() 138029 1726888199.09369: filtering new block on tags 138029 1726888199.09394: done filtering new block on tags 138029 1726888199.09396: in VariableManager get_vars() 138029 1726888199.09407: done with get_vars() 138029 1726888199.09408: filtering new block on tags 138029 1726888199.09428: done filtering new block on tags 138029 1726888199.09429: 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_node3 138029 1726888199.09433: extending task lists for all hosts with included blocks 138029 1726888199.09533: done extending task lists 138029 1726888199.09534: done processing included files 138029 1726888199.09534: results queue empty 138029 1726888199.09535: checking for any_errors_fatal 138029 1726888199.09536: done checking for any_errors_fatal 138029 1726888199.09537: checking for max_fail_percentage 138029 1726888199.09538: done checking for max_fail_percentage 138029 1726888199.09538: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.09539: done checking to see if all hosts have failed 138029 1726888199.09539: getting the remaining hosts for this loop 138029 1726888199.09540: done getting the remaining hosts for this loop 138029 1726888199.09541: getting the next task for host managed_node3 138029 1726888199.09544: done getting next task for host managed_node3 138029 1726888199.09545: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 138029 1726888199.09547: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 138029 1726888199.09554: getting variables 138029 1726888199.09554: in VariableManager get_vars() 138029 1726888199.09564: Calling all_inventory to load vars for managed_node3 138029 1726888199.09566: Calling groups_inventory to load vars for managed_node3 138029 1726888199.09568: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.09571: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.09572: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.09574: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.09851: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.10211: done with get_vars() 138029 1726888199.10220: 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:09:59 -0400 (0:00:00.029) 0:03:31.826 ****** 138029 1726888199.10269: entering _queue_task() for managed_node3/setup 138029 1726888199.10461: worker is 1 (out of 1 available) 138029 1726888199.10473: exiting _queue_task() for managed_node3/setup 138029 1726888199.10485: done queuing things up, now waiting for results queue to drain 138029 1726888199.10486: waiting for pending results... 138029 1726888199.10670: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 138029 1726888199.10767: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002722 138029 1726888199.10781: variable 'ansible_search_path' from source: unknown 138029 1726888199.10785: variable 'ansible_search_path' from source: unknown 138029 1726888199.10811: calling self._execute() 138029 1726888199.10900: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.10904: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.10913: variable 'omit' from source: magic vars 138029 1726888199.11215: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888199.12696: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888199.12738: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888199.12765: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888199.12794: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888199.12813: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888199.12871: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888199.12904: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888199.12921: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888199.12946: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888199.12959: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888199.13003: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888199.13017: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888199.13035: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888199.13059: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888199.13073: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888199.13190: variable '__storage_required_facts' from source: role '' all vars 138029 1726888199.13198: variable 'ansible_facts' from source: unknown 138029 1726888199.13400: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 138029 1726888199.13403: when evaluation is False, skipping this task 138029 1726888199.13406: _execute() done 138029 1726888199.13408: dumping result to json 138029 1726888199.13410: done dumping result, returning 138029 1726888199.13416: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-5a58-73a2-000000002722] 138029 1726888199.13421: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002722 138029 1726888199.13506: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002722 138029 1726888199.13509: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 138029 1726888199.13580: no more pending results, returning what we have 138029 1726888199.13584: results queue empty 138029 1726888199.13585: checking for any_errors_fatal 138029 1726888199.13586: done checking for any_errors_fatal 138029 1726888199.13587: checking for max_fail_percentage 138029 1726888199.13589: done checking for max_fail_percentage 138029 1726888199.13589: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.13590: done checking to see if all hosts have failed 138029 1726888199.13591: getting the remaining hosts for this loop 138029 1726888199.13592: done getting the remaining hosts for this loop 138029 1726888199.13596: getting the next task for host managed_node3 138029 1726888199.13602: done getting next task for host managed_node3 138029 1726888199.13605: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888199.13608: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 138029 1726888199.13626: getting variables 138029 1726888199.13627: in VariableManager get_vars() 138029 1726888199.13660: Calling all_inventory to load vars for managed_node3 138029 1726888199.13663: Calling groups_inventory to load vars for managed_node3 138029 1726888199.13665: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.13672: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.13675: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.13677: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.14069: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.14449: done with get_vars() 138029 1726888199.14462: done getting variables 138029 1726888199.14500: 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:09:59 -0400 (0:00:00.042) 0:03:31.868 ****** 138029 1726888199.14528: entering _queue_task() for managed_node3/include_vars 138029 1726888199.14722: worker is 1 (out of 1 available) 138029 1726888199.14736: exiting _queue_task() for managed_node3/include_vars 138029 1726888199.14748: done queuing things up, now waiting for results queue to drain 138029 1726888199.14750: waiting for pending results... 138029 1726888199.14933: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888199.15026: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002723 138029 1726888199.15037: variable 'ansible_search_path' from source: unknown 138029 1726888199.15041: variable 'ansible_search_path' from source: unknown 138029 1726888199.15248: variable 'ansible_facts' from source: unknown 138029 1726888199.15542: variable 'ansible_facts' from source: unknown 138029 1726888199.15750: variable 'ansible_facts' from source: unknown 138029 1726888199.15957: variable 'ansible_facts' from source: unknown 138029 1726888199.16087: variable 'omit' from source: magic vars 138029 1726888199.16184: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.16191: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.16200: variable 'omit' from source: magic vars 138029 1726888199.16366: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888199.16554: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888199.16587: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888199.16613: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888199.16637: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888199.16691: variable '__vars_file' from source: task vars 138029 1726888199.16750: variable 'role_path' from source: magic vars 138029 1726888199.16754: variable 'item' from source: unknown 138029 1726888199.16765: Evaluated conditional (__vars_file is file): False 138029 1726888199.16771: when evaluation is False, skipping this task 138029 1726888199.16796: variable 'item' from source: unknown 138029 1726888199.16846: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 138029 1726888199.16998: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.17001: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.17003: variable 'omit' from source: magic vars 138029 1726888199.17095: variable '__vars_file' from source: task vars 138029 1726888199.17151: variable 'role_path' from source: magic vars 138029 1726888199.17154: variable 'item' from source: unknown 138029 1726888199.17165: Evaluated conditional (__vars_file is file): False 138029 1726888199.17170: when evaluation is False, skipping this task 138029 1726888199.17193: variable 'item' from source: unknown 138029 1726888199.17236: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 138029 1726888199.17306: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.17310: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.17313: variable 'omit' from source: magic vars 138029 1726888199.17417: variable '__vars_file' from source: task vars 138029 1726888199.17474: variable 'role_path' from source: magic vars 138029 1726888199.17478: variable 'item' from source: unknown 138029 1726888199.17488: Evaluated conditional (__vars_file is file): True 138029 1726888199.17492: variable 'omit' from source: magic vars 138029 1726888199.17528: variable 'omit' from source: magic vars 138029 1726888199.17566: variable '__vars_file' from source: task vars 138029 1726888199.17612: variable '__vars_file' from source: task vars 138029 1726888199.17667: variable 'role_path' from source: magic vars 138029 1726888199.17671: variable 'item' from source: unknown 138029 1726888199.17685: variable 'omit' from source: magic vars 138029 1726888199.17705: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888199.17724: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888199.17738: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888199.17751: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.17762: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.17780: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888199.17793: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888199.17814: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888199.17817: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.17819: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.17901: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888199.17905: Set connection var ansible_timeout to 10 138029 1726888199.17910: Set connection var ansible_pipelining to False 138029 1726888199.17913: Set connection var ansible_shell_type to sh 138029 1726888199.17915: Set connection var ansible_connection to ssh 138029 1726888199.17920: Set connection var ansible_shell_executable to /bin/sh 138029 1726888199.17936: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.17939: variable 'ansible_connection' from source: unknown 138029 1726888199.17941: variable 'ansible_module_compression' from source: unknown 138029 1726888199.17943: variable 'ansible_shell_type' from source: unknown 138029 1726888199.17945: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.17948: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.17952: variable 'ansible_pipelining' from source: unknown 138029 1726888199.17954: variable 'ansible_timeout' from source: unknown 138029 1726888199.17960: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.18037: 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) 138029 1726888199.18046: variable 'omit' from source: magic vars 138029 1726888199.18050: starting attempt loop 138029 1726888199.18053: running the handler 138029 1726888199.18130: handler run complete 138029 1726888199.18137: attempt loop complete, returning result 138029 1726888199.18148: variable 'item' from source: unknown 138029 1726888199.18194: variable 'item' from source: unknown ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 138029 1726888199.18294: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.18298: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.18300: variable 'omit' from source: magic vars 138029 1726888199.18394: variable '__vars_file' from source: task vars 138029 1726888199.18446: variable 'role_path' from source: magic vars 138029 1726888199.18450: variable 'item' from source: unknown 138029 1726888199.18458: Evaluated conditional (__vars_file is file): True 138029 1726888199.18463: variable 'omit' from source: magic vars 138029 1726888199.18477: variable 'omit' from source: magic vars 138029 1726888199.18510: variable '__vars_file' from source: task vars 138029 1726888199.18554: variable '__vars_file' from source: task vars 138029 1726888199.18609: variable 'role_path' from source: magic vars 138029 1726888199.18612: variable 'item' from source: unknown 138029 1726888199.18624: variable 'omit' from source: magic vars 138029 1726888199.18642: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888199.18646: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.18651: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.18660: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888199.18670: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888199.18673: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.18675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.18725: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888199.18728: Set connection var ansible_timeout to 10 138029 1726888199.18734: Set connection var ansible_pipelining to False 138029 1726888199.18736: Set connection var ansible_shell_type to sh 138029 1726888199.18738: Set connection var ansible_connection to ssh 138029 1726888199.18744: Set connection var ansible_shell_executable to /bin/sh 138029 1726888199.18763: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.18766: variable 'ansible_connection' from source: unknown 138029 1726888199.18770: variable 'ansible_module_compression' from source: unknown 138029 1726888199.18772: variable 'ansible_shell_type' from source: unknown 138029 1726888199.18774: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.18778: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.18782: variable 'ansible_pipelining' from source: unknown 138029 1726888199.18784: variable 'ansible_timeout' from source: unknown 138029 1726888199.18789: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.18844: 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) 138029 1726888199.18851: variable 'omit' from source: magic vars 138029 1726888199.18857: starting attempt loop 138029 1726888199.18860: running the handler 138029 1726888199.18900: handler run complete 138029 1726888199.18905: attempt loop complete, returning result 138029 1726888199.18916: variable 'item' from source: unknown 138029 1726888199.18960: variable 'item' from source: unknown ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 138029 1726888199.19045: dumping result to json 138029 1726888199.19048: done dumping result, returning 138029 1726888199.19050: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-5a58-73a2-000000002723] 138029 1726888199.19052: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002723 138029 1726888199.19099: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002723 138029 1726888199.19102: WORKER PROCESS EXITING 138029 1726888199.19164: no more pending results, returning what we have 138029 1726888199.19167: results queue empty 138029 1726888199.19168: checking for any_errors_fatal 138029 1726888199.19174: done checking for any_errors_fatal 138029 1726888199.19175: checking for max_fail_percentage 138029 1726888199.19176: done checking for max_fail_percentage 138029 1726888199.19177: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.19178: done checking to see if all hosts have failed 138029 1726888199.19179: getting the remaining hosts for this loop 138029 1726888199.19180: done getting the remaining hosts for this loop 138029 1726888199.19183: getting the next task for host managed_node3 138029 1726888199.19190: done getting next task for host managed_node3 138029 1726888199.19193: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 138029 1726888199.19196: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 138029 1726888199.19207: getting variables 138029 1726888199.19208: in VariableManager get_vars() 138029 1726888199.19238: Calling all_inventory to load vars for managed_node3 138029 1726888199.19241: Calling groups_inventory to load vars for managed_node3 138029 1726888199.19243: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.19251: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.19253: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.19262: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.19640: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.20163: done with get_vars() 138029 1726888199.20175: 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:09:59 -0400 (0:00:00.057) 0:03:31.925 ****** 138029 1726888199.20234: entering _queue_task() for managed_node3/stat 138029 1726888199.20439: worker is 1 (out of 1 available) 138029 1726888199.20454: exiting _queue_task() for managed_node3/stat 138029 1726888199.20468: done queuing things up, now waiting for results queue to drain 138029 1726888199.20470: waiting for pending results... 138029 1726888199.20647: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree 138029 1726888199.20756: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002725 138029 1726888199.20768: variable 'ansible_search_path' from source: unknown 138029 1726888199.20772: variable 'ansible_search_path' from source: unknown 138029 1726888199.20802: calling self._execute() 138029 1726888199.20890: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.20894: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.20902: variable 'omit' from source: magic vars 138029 1726888199.21163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888199.21367: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888199.21401: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888199.21426: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888199.21450: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888199.21513: 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) 138029 1726888199.21531: 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) 138029 1726888199.21548: 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) 138029 1726888199.21571: 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) 138029 1726888199.21654: variable '__storage_is_ostree' from source: set_fact 138029 1726888199.21663: Evaluated conditional (not __storage_is_ostree is defined): False 138029 1726888199.21666: when evaluation is False, skipping this task 138029 1726888199.21671: _execute() done 138029 1726888199.21675: dumping result to json 138029 1726888199.21678: done dumping result, returning 138029 1726888199.21686: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-5a58-73a2-000000002725] 138029 1726888199.21689: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002725 138029 1726888199.21775: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002725 138029 1726888199.21780: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 138029 1726888199.21842: no more pending results, returning what we have 138029 1726888199.21845: results queue empty 138029 1726888199.21846: checking for any_errors_fatal 138029 1726888199.21858: done checking for any_errors_fatal 138029 1726888199.21859: checking for max_fail_percentage 138029 1726888199.21860: done checking for max_fail_percentage 138029 1726888199.21861: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.21862: done checking to see if all hosts have failed 138029 1726888199.21863: getting the remaining hosts for this loop 138029 1726888199.21864: done getting the remaining hosts for this loop 138029 1726888199.21867: getting the next task for host managed_node3 138029 1726888199.21872: done getting next task for host managed_node3 138029 1726888199.21874: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 138029 1726888199.21878: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 138029 1726888199.21897: getting variables 138029 1726888199.21898: in VariableManager get_vars() 138029 1726888199.21925: Calling all_inventory to load vars for managed_node3 138029 1726888199.21927: Calling groups_inventory to load vars for managed_node3 138029 1726888199.21929: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.21936: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.21938: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.21941: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.22305: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.22683: done with get_vars() 138029 1726888199.22694: done getting variables 138029 1726888199.22732: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:59 -0400 (0:00:00.025) 0:03:31.951 ****** 138029 1726888199.22754: entering _queue_task() for managed_node3/set_fact 138029 1726888199.22946: worker is 1 (out of 1 available) 138029 1726888199.22964: exiting _queue_task() for managed_node3/set_fact 138029 1726888199.22977: done queuing things up, now waiting for results queue to drain 138029 1726888199.22979: waiting for pending results... 138029 1726888199.23159: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 138029 1726888199.23256: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002726 138029 1726888199.23270: variable 'ansible_search_path' from source: unknown 138029 1726888199.23274: variable 'ansible_search_path' from source: unknown 138029 1726888199.23301: calling self._execute() 138029 1726888199.23390: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.23393: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.23402: variable 'omit' from source: magic vars 138029 1726888199.23667: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888199.23876: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888199.23905: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888199.23929: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888199.23957: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888199.24018: 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) 138029 1726888199.24035: 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) 138029 1726888199.24053: 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) 138029 1726888199.24083: 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) 138029 1726888199.24161: variable '__storage_is_ostree' from source: set_fact 138029 1726888199.24169: Evaluated conditional (not __storage_is_ostree is defined): False 138029 1726888199.24172: when evaluation is False, skipping this task 138029 1726888199.24175: _execute() done 138029 1726888199.24178: dumping result to json 138029 1726888199.24183: done dumping result, returning 138029 1726888199.24194: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-5a58-73a2-000000002726] 138029 1726888199.24197: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002726 138029 1726888199.24279: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002726 138029 1726888199.24282: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 138029 1726888199.24340: no more pending results, returning what we have 138029 1726888199.24344: results queue empty 138029 1726888199.24345: checking for any_errors_fatal 138029 1726888199.24353: done checking for any_errors_fatal 138029 1726888199.24353: checking for max_fail_percentage 138029 1726888199.24357: done checking for max_fail_percentage 138029 1726888199.24358: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.24359: done checking to see if all hosts have failed 138029 1726888199.24360: getting the remaining hosts for this loop 138029 1726888199.24361: done getting the remaining hosts for this loop 138029 1726888199.24365: getting the next task for host managed_node3 138029 1726888199.24372: done getting next task for host managed_node3 138029 1726888199.24376: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 138029 1726888199.24378: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888199.24396: getting variables 138029 1726888199.24397: in VariableManager get_vars() 138029 1726888199.24426: Calling all_inventory to load vars for managed_node3 138029 1726888199.24429: Calling groups_inventory to load vars for managed_node3 138029 1726888199.24431: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.24438: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.24440: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.24443: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.24828: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.25212: done with get_vars() 138029 1726888199.25225: done getting variables 138029 1726888199.25263: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:59 -0400 (0:00:00.025) 0:03:31.976 ****** 138029 1726888199.25286: entering _queue_task() for managed_node3/set_fact 138029 1726888199.25483: worker is 1 (out of 1 available) 138029 1726888199.25498: exiting _queue_task() for managed_node3/set_fact 138029 1726888199.25512: done queuing things up, now waiting for results queue to drain 138029 1726888199.25514: waiting for pending results... 138029 1726888199.25698: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 138029 1726888199.25776: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002641 138029 1726888199.25789: variable 'ansible_search_path' from source: unknown 138029 1726888199.25792: variable 'ansible_search_path' from source: unknown 138029 1726888199.25818: calling self._execute() 138029 1726888199.25911: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.25916: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.25923: variable 'omit' from source: magic vars 138029 1726888199.26008: variable 'omit' from source: magic vars 138029 1726888199.26041: variable 'omit' from source: magic vars 138029 1726888199.26068: variable 'omit' from source: magic vars 138029 1726888199.26105: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888199.26132: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888199.26148: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888199.26165: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.26179: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.26192: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888199.26205: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888199.26227: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888199.26231: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.26233: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.26320: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888199.26324: Set connection var ansible_timeout to 10 138029 1726888199.26330: Set connection var ansible_pipelining to False 138029 1726888199.26332: Set connection var ansible_shell_type to sh 138029 1726888199.26334: Set connection var ansible_connection to ssh 138029 1726888199.26339: Set connection var ansible_shell_executable to /bin/sh 138029 1726888199.26361: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.26364: variable 'ansible_connection' from source: unknown 138029 1726888199.26367: variable 'ansible_module_compression' from source: unknown 138029 1726888199.26371: variable 'ansible_shell_type' from source: unknown 138029 1726888199.26373: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.26376: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.26380: variable 'ansible_pipelining' from source: unknown 138029 1726888199.26384: variable 'ansible_timeout' from source: unknown 138029 1726888199.26386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.26496: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888199.26504: variable 'omit' from source: magic vars 138029 1726888199.26511: starting attempt loop 138029 1726888199.26513: running the handler 138029 1726888199.26523: handler run complete 138029 1726888199.26532: attempt loop complete, returning result 138029 1726888199.26534: _execute() done 138029 1726888199.26537: dumping result to json 138029 1726888199.26539: done dumping result, returning 138029 1726888199.26547: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-5a58-73a2-000000002641] 138029 1726888199.26552: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002641 138029 1726888199.26639: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002641 138029 1726888199.26642: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 138029 1726888199.26720: no more pending results, returning what we have 138029 1726888199.26723: results queue empty 138029 1726888199.26724: checking for any_errors_fatal 138029 1726888199.26730: done checking for any_errors_fatal 138029 1726888199.26731: checking for max_fail_percentage 138029 1726888199.26733: done checking for max_fail_percentage 138029 1726888199.26733: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.26734: done checking to see if all hosts have failed 138029 1726888199.26735: getting the remaining hosts for this loop 138029 1726888199.26736: done getting the remaining hosts for this loop 138029 1726888199.26739: getting the next task for host managed_node3 138029 1726888199.26745: done getting next task for host managed_node3 138029 1726888199.26747: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 138029 1726888199.26758: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888199.26770: getting variables 138029 1726888199.26771: in VariableManager get_vars() 138029 1726888199.26798: Calling all_inventory to load vars for managed_node3 138029 1726888199.26801: Calling groups_inventory to load vars for managed_node3 138029 1726888199.26803: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.26810: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.26812: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.26815: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.27179: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.27562: done with get_vars() 138029 1726888199.27573: done getting variables 138029 1726888199.27613: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:59 -0400 (0:00:00.023) 0:03:31.999 ****** 138029 1726888199.27637: entering _queue_task() for managed_node3/set_fact 138029 1726888199.27845: worker is 1 (out of 1 available) 138029 1726888199.27860: exiting _queue_task() for managed_node3/set_fact 138029 1726888199.27874: done queuing things up, now waiting for results queue to drain 138029 1726888199.27875: waiting for pending results... 138029 1726888199.28061: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 138029 1726888199.28139: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002642 138029 1726888199.28151: variable 'ansible_search_path' from source: unknown 138029 1726888199.28156: variable 'ansible_search_path' from source: unknown 138029 1726888199.28188: calling self._execute() 138029 1726888199.28281: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.28285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.28294: variable 'omit' from source: magic vars 138029 1726888199.28379: variable 'omit' from source: magic vars 138029 1726888199.28416: variable 'omit' from source: magic vars 138029 1726888199.28442: variable 'omit' from source: magic vars 138029 1726888199.28478: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888199.28504: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888199.28521: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888199.28538: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.28547: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.28563: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888199.28578: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888199.28601: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888199.28605: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.28607: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.28693: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888199.28697: Set connection var ansible_timeout to 10 138029 1726888199.28702: Set connection var ansible_pipelining to False 138029 1726888199.28705: Set connection var ansible_shell_type to sh 138029 1726888199.28707: Set connection var ansible_connection to ssh 138029 1726888199.28712: Set connection var ansible_shell_executable to /bin/sh 138029 1726888199.28732: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.28735: variable 'ansible_connection' from source: unknown 138029 1726888199.28738: variable 'ansible_module_compression' from source: unknown 138029 1726888199.28740: variable 'ansible_shell_type' from source: unknown 138029 1726888199.28743: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.28745: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.28752: variable 'ansible_pipelining' from source: unknown 138029 1726888199.28757: variable 'ansible_timeout' from source: unknown 138029 1726888199.28760: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.28861: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888199.28875: variable 'omit' from source: magic vars 138029 1726888199.28879: starting attempt loop 138029 1726888199.28882: running the handler 138029 1726888199.28889: handler run complete 138029 1726888199.28897: attempt loop complete, returning result 138029 1726888199.28900: _execute() done 138029 1726888199.28903: dumping result to json 138029 1726888199.28905: done dumping result, returning 138029 1726888199.28913: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-5a58-73a2-000000002642] 138029 1726888199.28916: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002642 138029 1726888199.29006: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002642 138029 1726888199.29009: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 138029 1726888199.29084: no more pending results, returning what we have 138029 1726888199.29086: results queue empty 138029 1726888199.29087: checking for any_errors_fatal 138029 1726888199.29093: done checking for any_errors_fatal 138029 1726888199.29094: checking for max_fail_percentage 138029 1726888199.29096: done checking for max_fail_percentage 138029 1726888199.29096: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.29097: done checking to see if all hosts have failed 138029 1726888199.29098: getting the remaining hosts for this loop 138029 1726888199.29099: done getting the remaining hosts for this loop 138029 1726888199.29102: getting the next task for host managed_node3 138029 1726888199.29107: done getting next task for host managed_node3 138029 1726888199.29111: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 138029 1726888199.29113: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888199.29124: getting variables 138029 1726888199.29125: in VariableManager get_vars() 138029 1726888199.29152: Calling all_inventory to load vars for managed_node3 138029 1726888199.29154: Calling groups_inventory to load vars for managed_node3 138029 1726888199.29158: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.29165: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.29168: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.29170: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.29521: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.29900: done with get_vars() 138029 1726888199.29910: 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:09:59 -0400 (0:00:00.023) 0:03:32.023 ****** 138029 1726888199.29973: entering _queue_task() for managed_node3/include_tasks 138029 1726888199.30169: worker is 1 (out of 1 available) 138029 1726888199.30183: exiting _queue_task() for managed_node3/include_tasks 138029 1726888199.30196: done queuing things up, now waiting for results queue to drain 138029 1726888199.30197: waiting for pending results... 138029 1726888199.30376: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 138029 1726888199.30460: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002643 138029 1726888199.30476: variable 'ansible_search_path' from source: unknown 138029 1726888199.30482: variable 'ansible_search_path' from source: unknown 138029 1726888199.30506: calling self._execute() 138029 1726888199.30596: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.30600: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.30609: variable 'omit' from source: magic vars 138029 1726888199.30828: variable 'storage_provider' from source: role '' defaults 138029 1726888199.30837: _execute() done 138029 1726888199.30840: dumping result to json 138029 1726888199.30843: done dumping result, returning 138029 1726888199.30851: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-5a58-73a2-000000002643] 138029 1726888199.30858: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002643 138029 1726888199.30951: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002643 138029 1726888199.30954: WORKER PROCESS EXITING 138029 1726888199.31013: no more pending results, returning what we have 138029 1726888199.31017: in VariableManager get_vars() 138029 1726888199.31048: Calling all_inventory to load vars for managed_node3 138029 1726888199.31051: Calling groups_inventory to load vars for managed_node3 138029 1726888199.31053: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.31062: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.31065: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.31068: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.31635: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.31993: done with get_vars() 138029 1726888199.32002: variable 'ansible_search_path' from source: unknown 138029 1726888199.32002: variable 'ansible_search_path' from source: unknown 138029 1726888199.32023: we have included files to process 138029 1726888199.32023: generating all_blocks data 138029 1726888199.32025: done generating all_blocks data 138029 1726888199.32028: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726888199.32029: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726888199.32030: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726888199.32546: in VariableManager get_vars() 138029 1726888199.32566: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 138029 1726888199.33689: done processing included file 138029 1726888199.33691: iterating over new_blocks loaded from include file 138029 1726888199.33692: in VariableManager get_vars() 138029 1726888199.33703: done with get_vars() 138029 1726888199.33705: filtering new block on tags 138029 1726888199.33765: done filtering new block on tags 138029 1726888199.33778: in VariableManager get_vars() 138029 1726888199.33790: done with get_vars() 138029 1726888199.33791: filtering new block on tags 138029 1726888199.33841: done filtering new block on tags 138029 1726888199.33843: in VariableManager get_vars() 138029 1726888199.33854: done with get_vars() 138029 1726888199.33857: filtering new block on tags 138029 1726888199.33923: done filtering new block on tags 138029 1726888199.33925: 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_node3 138029 1726888199.33928: extending task lists for all hosts with included blocks 138029 1726888199.34194: done extending task lists 138029 1726888199.34195: done processing included files 138029 1726888199.34195: results queue empty 138029 1726888199.34196: checking for any_errors_fatal 138029 1726888199.34198: done checking for any_errors_fatal 138029 1726888199.34198: checking for max_fail_percentage 138029 1726888199.34199: done checking for max_fail_percentage 138029 1726888199.34200: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.34201: done checking to see if all hosts have failed 138029 1726888199.34201: getting the remaining hosts for this loop 138029 1726888199.34202: done getting the remaining hosts for this loop 138029 1726888199.34204: getting the next task for host managed_node3 138029 1726888199.34206: done getting next task for host managed_node3 138029 1726888199.34208: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 138029 1726888199.34210: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888199.34217: getting variables 138029 1726888199.34218: in VariableManager get_vars() 138029 1726888199.34225: Calling all_inventory to load vars for managed_node3 138029 1726888199.34227: Calling groups_inventory to load vars for managed_node3 138029 1726888199.34228: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.34231: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.34233: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.34234: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.34519: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.34877: done with get_vars() 138029 1726888199.34887: done getting variables 138029 1726888199.34913: 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:09:59 -0400 (0:00:00.049) 0:03:32.072 ****** 138029 1726888199.34935: entering _queue_task() for managed_node3/package 138029 1726888199.35141: worker is 1 (out of 1 available) 138029 1726888199.35153: exiting _queue_task() for managed_node3/package 138029 1726888199.35166: done queuing things up, now waiting for results queue to drain 138029 1726888199.35167: waiting for pending results... 138029 1726888199.35361: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 138029 1726888199.35459: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000275b 138029 1726888199.35474: variable 'ansible_search_path' from source: unknown 138029 1726888199.35477: variable 'ansible_search_path' from source: unknown 138029 1726888199.35506: calling self._execute() 138029 1726888199.35597: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.35601: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.35606: variable 'omit' from source: magic vars 138029 1726888199.35889: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888199.36094: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888199.36125: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888199.36151: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888199.36184: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888199.36241: 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) 138029 1726888199.36261: 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) 138029 1726888199.36286: 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) 138029 1726888199.36304: 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) 138029 1726888199.36410: variable 'storage_skip_checks' from source: set_fact 138029 1726888199.36425: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 138029 1726888199.36428: when evaluation is False, skipping this task 138029 1726888199.36431: _execute() done 138029 1726888199.36433: dumping result to json 138029 1726888199.36435: done dumping result, returning 138029 1726888199.36442: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-5a58-73a2-00000000275b] 138029 1726888199.36447: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000275b 138029 1726888199.36537: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000275b 138029 1726888199.36540: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888199.36591: no more pending results, returning what we have 138029 1726888199.36595: results queue empty 138029 1726888199.36596: checking for any_errors_fatal 138029 1726888199.36597: done checking for any_errors_fatal 138029 1726888199.36598: checking for max_fail_percentage 138029 1726888199.36599: done checking for max_fail_percentage 138029 1726888199.36600: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.36601: done checking to see if all hosts have failed 138029 1726888199.36602: getting the remaining hosts for this loop 138029 1726888199.36604: done getting the remaining hosts for this loop 138029 1726888199.36607: getting the next task for host managed_node3 138029 1726888199.36612: done getting next task for host managed_node3 138029 1726888199.36615: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 138029 1726888199.36619: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888199.36637: getting variables 138029 1726888199.36639: in VariableManager get_vars() 138029 1726888199.36669: Calling all_inventory to load vars for managed_node3 138029 1726888199.36672: Calling groups_inventory to load vars for managed_node3 138029 1726888199.36674: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.36681: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.36683: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.36686: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.37064: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.37441: done with get_vars() 138029 1726888199.37451: done getting variables 138029 1726888199.37490: 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:09:59 -0400 (0:00:00.025) 0:03:32.098 ****** 138029 1726888199.37513: entering _queue_task() for managed_node3/debug 138029 1726888199.37707: worker is 1 (out of 1 available) 138029 1726888199.37721: exiting _queue_task() for managed_node3/debug 138029 1726888199.37733: done queuing things up, now waiting for results queue to drain 138029 1726888199.37735: waiting for pending results... 138029 1726888199.37917: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools 138029 1726888199.38009: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000275c 138029 1726888199.38021: variable 'ansible_search_path' from source: unknown 138029 1726888199.38024: variable 'ansible_search_path' from source: unknown 138029 1726888199.38050: calling self._execute() 138029 1726888199.38139: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.38143: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.38152: variable 'omit' from source: magic vars 138029 1726888199.38234: variable 'omit' from source: magic vars 138029 1726888199.38275: variable 'omit' from source: magic vars 138029 1726888199.38302: variable 'omit' from source: magic vars 138029 1726888199.38333: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888199.38363: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888199.38382: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888199.38397: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.38407: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.38420: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888199.38432: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888199.38457: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888199.38460: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.38463: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.38547: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888199.38551: Set connection var ansible_timeout to 10 138029 1726888199.38560: Set connection var ansible_pipelining to False 138029 1726888199.38562: Set connection var ansible_shell_type to sh 138029 1726888199.38565: Set connection var ansible_connection to ssh 138029 1726888199.38572: Set connection var ansible_shell_executable to /bin/sh 138029 1726888199.38594: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.38596: variable 'ansible_connection' from source: unknown 138029 1726888199.38599: variable 'ansible_module_compression' from source: unknown 138029 1726888199.38601: variable 'ansible_shell_type' from source: unknown 138029 1726888199.38604: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.38611: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.38616: variable 'ansible_pipelining' from source: unknown 138029 1726888199.38618: variable 'ansible_timeout' from source: unknown 138029 1726888199.38620: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.38720: 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) 138029 1726888199.38731: variable 'omit' from source: magic vars 138029 1726888199.38734: starting attempt loop 138029 1726888199.38737: running the handler 138029 1726888199.38780: variable 'storage_pools' from source: include params 138029 1726888199.38912: variable 'storage_pools' from source: include params 138029 1726888199.38921: variable 'unused_disks' from source: set_fact 138029 1726888199.38976: variable 'unused_disks' from source: set_fact 138029 1726888199.39021: variable 'volume1_size' from source: play vars 138029 1726888199.39072: variable 'volume1_size' from source: play vars 138029 1726888199.39076: variable 'mount_location1' from source: play vars 138029 1726888199.39120: variable 'mount_location1' from source: play vars 138029 1726888199.39127: variable 'volume2_size' from source: play vars 138029 1726888199.39177: variable 'volume2_size' from source: play vars 138029 1726888199.39182: variable 'mount_location2' from source: play vars 138029 1726888199.39229: variable 'mount_location2' from source: play vars 138029 1726888199.39236: variable 'volume3_size' from source: play vars 138029 1726888199.39284: variable 'volume3_size' from source: play vars 138029 1726888199.39289: variable 'mount_location3' from source: play vars 138029 1726888199.39335: variable 'mount_location3' from source: play vars 138029 1726888199.39390: handler run complete 138029 1726888199.39406: attempt loop complete, returning result 138029 1726888199.39409: _execute() done 138029 1726888199.39412: dumping result to json 138029 1726888199.39415: done dumping result, returning 138029 1726888199.39424: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-5a58-73a2-00000000275c] 138029 1726888199.39428: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000275c 138029 1726888199.39518: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000275c 138029 1726888199.39521: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "state": "absent", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "Lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "Lv3", "size": "3g" } ] } ] } 138029 1726888199.39609: no more pending results, returning what we have 138029 1726888199.39613: results queue empty 138029 1726888199.39613: checking for any_errors_fatal 138029 1726888199.39619: done checking for any_errors_fatal 138029 1726888199.39619: checking for max_fail_percentage 138029 1726888199.39621: done checking for max_fail_percentage 138029 1726888199.39622: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.39622: done checking to see if all hosts have failed 138029 1726888199.39623: getting the remaining hosts for this loop 138029 1726888199.39624: done getting the remaining hosts for this loop 138029 1726888199.39627: getting the next task for host managed_node3 138029 1726888199.39634: done getting next task for host managed_node3 138029 1726888199.39636: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 138029 1726888199.39639: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888199.39654: getting variables 138029 1726888199.39657: in VariableManager get_vars() 138029 1726888199.39684: Calling all_inventory to load vars for managed_node3 138029 1726888199.39686: Calling groups_inventory to load vars for managed_node3 138029 1726888199.39688: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.39695: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.39697: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.39700: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.40061: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.40570: done with get_vars() 138029 1726888199.40582: done getting variables 138029 1726888199.40618: 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:09:59 -0400 (0:00:00.031) 0:03:32.129 ****** 138029 1726888199.40638: entering _queue_task() for managed_node3/debug 138029 1726888199.40834: worker is 1 (out of 1 available) 138029 1726888199.40847: exiting _queue_task() for managed_node3/debug 138029 1726888199.40860: done queuing things up, now waiting for results queue to drain 138029 1726888199.40862: waiting for pending results... 138029 1726888199.41051: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes 138029 1726888199.41164: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000275d 138029 1726888199.41178: variable 'ansible_search_path' from source: unknown 138029 1726888199.41182: variable 'ansible_search_path' from source: unknown 138029 1726888199.41209: calling self._execute() 138029 1726888199.41294: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.41297: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.41308: variable 'omit' from source: magic vars 138029 1726888199.41388: variable 'omit' from source: magic vars 138029 1726888199.41437: variable 'omit' from source: magic vars 138029 1726888199.41463: variable 'omit' from source: magic vars 138029 1726888199.41495: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888199.41527: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888199.41539: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888199.41553: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.41565: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.41580: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888199.41592: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888199.41615: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888199.41618: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.41621: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.41704: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888199.41707: Set connection var ansible_timeout to 10 138029 1726888199.41713: Set connection var ansible_pipelining to False 138029 1726888199.41716: Set connection var ansible_shell_type to sh 138029 1726888199.41718: Set connection var ansible_connection to ssh 138029 1726888199.41722: Set connection var ansible_shell_executable to /bin/sh 138029 1726888199.41743: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.41746: variable 'ansible_connection' from source: unknown 138029 1726888199.41749: variable 'ansible_module_compression' from source: unknown 138029 1726888199.41751: variable 'ansible_shell_type' from source: unknown 138029 1726888199.41753: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.41758: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.41764: variable 'ansible_pipelining' from source: unknown 138029 1726888199.41766: variable 'ansible_timeout' from source: unknown 138029 1726888199.41773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.41879: 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) 138029 1726888199.41886: variable 'omit' from source: magic vars 138029 1726888199.41892: starting attempt loop 138029 1726888199.41895: running the handler 138029 1726888199.42072: handler run complete 138029 1726888199.42088: attempt loop complete, returning result 138029 1726888199.42091: _execute() done 138029 1726888199.42094: dumping result to json 138029 1726888199.42096: done dumping result, returning 138029 1726888199.42104: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-5a58-73a2-00000000275d] 138029 1726888199.42106: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000275d 138029 1726888199.42193: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000275d 138029 1726888199.42196: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 138029 1726888199.42261: no more pending results, returning what we have 138029 1726888199.42263: results queue empty 138029 1726888199.42264: checking for any_errors_fatal 138029 1726888199.42271: done checking for any_errors_fatal 138029 1726888199.42272: checking for max_fail_percentage 138029 1726888199.42273: done checking for max_fail_percentage 138029 1726888199.42274: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.42275: done checking to see if all hosts have failed 138029 1726888199.42275: getting the remaining hosts for this loop 138029 1726888199.42277: done getting the remaining hosts for this loop 138029 1726888199.42280: getting the next task for host managed_node3 138029 1726888199.42285: done getting next task for host managed_node3 138029 1726888199.42288: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 138029 1726888199.42292: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888199.42302: getting variables 138029 1726888199.42303: in VariableManager get_vars() 138029 1726888199.42331: Calling all_inventory to load vars for managed_node3 138029 1726888199.42333: Calling groups_inventory to load vars for managed_node3 138029 1726888199.42335: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.42342: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.42344: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.42347: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.42714: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.43088: done with get_vars() 138029 1726888199.43099: 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:09:59 -0400 (0:00:00.025) 0:03:32.155 ****** 138029 1726888199.43153: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888199.43345: worker is 1 (out of 1 available) 138029 1726888199.43362: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888199.43374: done queuing things up, now waiting for results queue to drain 138029 1726888199.43376: waiting for pending results... 138029 1726888199.43554: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages 138029 1726888199.43645: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000275e 138029 1726888199.43657: variable 'ansible_search_path' from source: unknown 138029 1726888199.43662: variable 'ansible_search_path' from source: unknown 138029 1726888199.43689: calling self._execute() 138029 1726888199.43780: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.43784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.43792: variable 'omit' from source: magic vars 138029 1726888199.44074: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888199.44280: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888199.44311: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888199.44336: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888199.44363: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888199.44424: 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) 138029 1726888199.44441: 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) 138029 1726888199.44460: 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) 138029 1726888199.44484: 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) 138029 1726888199.44589: variable 'storage_skip_checks' from source: set_fact 138029 1726888199.44604: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 138029 1726888199.44607: when evaluation is False, skipping this task 138029 1726888199.44610: _execute() done 138029 1726888199.44613: dumping result to json 138029 1726888199.44615: done dumping result, returning 138029 1726888199.44621: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-5a58-73a2-00000000275e] 138029 1726888199.44626: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000275e 138029 1726888199.44719: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000275e 138029 1726888199.44722: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888199.44772: no more pending results, returning what we have 138029 1726888199.44775: results queue empty 138029 1726888199.44776: checking for any_errors_fatal 138029 1726888199.44784: done checking for any_errors_fatal 138029 1726888199.44785: checking for max_fail_percentage 138029 1726888199.44787: done checking for max_fail_percentage 138029 1726888199.44787: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.44788: done checking to see if all hosts have failed 138029 1726888199.44789: getting the remaining hosts for this loop 138029 1726888199.44791: done getting the remaining hosts for this loop 138029 1726888199.44794: getting the next task for host managed_node3 138029 1726888199.44799: done getting next task for host managed_node3 138029 1726888199.44803: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 138029 1726888199.44806: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888199.44824: getting variables 138029 1726888199.44825: in VariableManager get_vars() 138029 1726888199.44852: Calling all_inventory to load vars for managed_node3 138029 1726888199.44856: Calling groups_inventory to load vars for managed_node3 138029 1726888199.44859: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.44866: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.44869: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.44871: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.45247: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.45624: done with get_vars() 138029 1726888199.45634: 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:09:59 -0400 (0:00:00.025) 0:03:32.180 ****** 138029 1726888199.45699: entering _queue_task() for managed_node3/include_tasks 138029 1726888199.45889: worker is 1 (out of 1 available) 138029 1726888199.45902: exiting _queue_task() for managed_node3/include_tasks 138029 1726888199.45915: done queuing things up, now waiting for results queue to drain 138029 1726888199.45917: waiting for pending results... 138029 1726888199.46098: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 138029 1726888199.46193: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000275f 138029 1726888199.46204: variable 'ansible_search_path' from source: unknown 138029 1726888199.46207: variable 'ansible_search_path' from source: unknown 138029 1726888199.46232: calling self._execute() 138029 1726888199.46318: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.46322: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.46330: variable 'omit' from source: magic vars 138029 1726888199.46610: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888199.46808: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888199.46838: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888199.46863: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888199.46891: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888199.46950: 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) 138029 1726888199.46972: 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) 138029 1726888199.46990: 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) 138029 1726888199.47009: 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) 138029 1726888199.47110: variable 'storage_skip_checks' from source: set_fact 138029 1726888199.47128: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 138029 1726888199.47131: when evaluation is False, skipping this task 138029 1726888199.47134: _execute() done 138029 1726888199.47137: dumping result to json 138029 1726888199.47139: done dumping result, returning 138029 1726888199.47144: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-5a58-73a2-00000000275f] 138029 1726888199.47149: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000275f 138029 1726888199.47248: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000275f 138029 1726888199.47251: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888199.47296: no more pending results, returning what we have 138029 1726888199.47299: results queue empty 138029 1726888199.47300: checking for any_errors_fatal 138029 1726888199.47305: done checking for any_errors_fatal 138029 1726888199.47306: checking for max_fail_percentage 138029 1726888199.47307: done checking for max_fail_percentage 138029 1726888199.47308: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.47309: done checking to see if all hosts have failed 138029 1726888199.47310: getting the remaining hosts for this loop 138029 1726888199.47312: done getting the remaining hosts for this loop 138029 1726888199.47316: getting the next task for host managed_node3 138029 1726888199.47321: done getting next task for host managed_node3 138029 1726888199.47324: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 138029 1726888199.47327: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888199.47344: getting variables 138029 1726888199.47346: in VariableManager get_vars() 138029 1726888199.47381: Calling all_inventory to load vars for managed_node3 138029 1726888199.47384: Calling groups_inventory to load vars for managed_node3 138029 1726888199.47386: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.47393: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.47396: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.47398: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.47750: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.48129: done with get_vars() 138029 1726888199.48140: done getting variables 138029 1726888199.48179: 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:09:59 -0400 (0:00:00.025) 0:03:32.205 ****** 138029 1726888199.48202: entering _queue_task() for managed_node3/package 138029 1726888199.48396: worker is 1 (out of 1 available) 138029 1726888199.48408: exiting _queue_task() for managed_node3/package 138029 1726888199.48420: done queuing things up, now waiting for results queue to drain 138029 1726888199.48422: waiting for pending results... 138029 1726888199.48604: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 138029 1726888199.48699: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002760 138029 1726888199.48712: variable 'ansible_search_path' from source: unknown 138029 1726888199.48716: variable 'ansible_search_path' from source: unknown 138029 1726888199.48739: calling self._execute() 138029 1726888199.48827: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.48831: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.48840: variable 'omit' from source: magic vars 138029 1726888199.49121: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888199.49324: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888199.49352: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888199.49382: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888199.49407: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888199.49465: 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) 138029 1726888199.49485: 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) 138029 1726888199.49503: 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) 138029 1726888199.49521: 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) 138029 1726888199.49622: variable 'storage_skip_checks' from source: set_fact 138029 1726888199.49637: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 138029 1726888199.49642: when evaluation is False, skipping this task 138029 1726888199.49645: _execute() done 138029 1726888199.49648: dumping result to json 138029 1726888199.49651: done dumping result, returning 138029 1726888199.49654: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-5a58-73a2-000000002760] 138029 1726888199.49664: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002760 138029 1726888199.49751: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002760 138029 1726888199.49754: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888199.49805: no more pending results, returning what we have 138029 1726888199.49808: results queue empty 138029 1726888199.49809: checking for any_errors_fatal 138029 1726888199.49816: done checking for any_errors_fatal 138029 1726888199.49817: checking for max_fail_percentage 138029 1726888199.49819: done checking for max_fail_percentage 138029 1726888199.49820: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.49820: done checking to see if all hosts have failed 138029 1726888199.49821: getting the remaining hosts for this loop 138029 1726888199.49823: done getting the remaining hosts for this loop 138029 1726888199.49826: getting the next task for host managed_node3 138029 1726888199.49831: done getting next task for host managed_node3 138029 1726888199.49834: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 138029 1726888199.49838: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888199.49857: getting variables 138029 1726888199.49858: in VariableManager get_vars() 138029 1726888199.49891: Calling all_inventory to load vars for managed_node3 138029 1726888199.49894: Calling groups_inventory to load vars for managed_node3 138029 1726888199.49896: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.49904: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.49906: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.49908: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.50256: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.50630: done with get_vars() 138029 1726888199.50643: 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:09:59 -0400 (0:00:00.025) 0:03:32.230 ****** 138029 1726888199.50706: entering _queue_task() for managed_node3/service_facts 138029 1726888199.50894: worker is 1 (out of 1 available) 138029 1726888199.50908: exiting _queue_task() for managed_node3/service_facts 138029 1726888199.50919: done queuing things up, now waiting for results queue to drain 138029 1726888199.50921: waiting for pending results... 138029 1726888199.51104: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts 138029 1726888199.51197: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002761 138029 1726888199.51208: variable 'ansible_search_path' from source: unknown 138029 1726888199.51211: variable 'ansible_search_path' from source: unknown 138029 1726888199.51237: calling self._execute() 138029 1726888199.51325: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.51329: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.51337: variable 'omit' from source: magic vars 138029 1726888199.51615: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888199.51815: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888199.51846: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888199.51876: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888199.51901: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888199.51960: 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) 138029 1726888199.51980: 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) 138029 1726888199.51998: 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) 138029 1726888199.52015: 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) 138029 1726888199.52116: variable 'storage_skip_checks' from source: set_fact 138029 1726888199.52133: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 138029 1726888199.52136: when evaluation is False, skipping this task 138029 1726888199.52138: _execute() done 138029 1726888199.52141: dumping result to json 138029 1726888199.52143: done dumping result, returning 138029 1726888199.52149: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-5a58-73a2-000000002761] 138029 1726888199.52157: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002761 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888199.52286: no more pending results, returning what we have 138029 1726888199.52289: results queue empty 138029 1726888199.52290: checking for any_errors_fatal 138029 1726888199.52296: done checking for any_errors_fatal 138029 1726888199.52297: checking for max_fail_percentage 138029 1726888199.52299: done checking for max_fail_percentage 138029 1726888199.52300: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.52300: done checking to see if all hosts have failed 138029 1726888199.52301: getting the remaining hosts for this loop 138029 1726888199.52302: done getting the remaining hosts for this loop 138029 1726888199.52305: getting the next task for host managed_node3 138029 1726888199.52311: done getting next task for host managed_node3 138029 1726888199.52315: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 138029 1726888199.52318: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888199.52336: getting variables 138029 1726888199.52337: in VariableManager get_vars() 138029 1726888199.52368: Calling all_inventory to load vars for managed_node3 138029 1726888199.52371: Calling groups_inventory to load vars for managed_node3 138029 1726888199.52373: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.52380: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.52382: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.52385: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.56446: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002761 138029 1726888199.56450: WORKER PROCESS EXITING 138029 1726888199.56481: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.56841: done with get_vars() 138029 1726888199.56852: done getting variables 138029 1726888199.56887: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:09:59 -0400 (0:00:00.062) 0:03:32.292 ****** 138029 1726888199.56910: entering _queue_task() for managed_node3/set_fact 138029 1726888199.57150: worker is 1 (out of 1 available) 138029 1726888199.57166: exiting _queue_task() for managed_node3/set_fact 138029 1726888199.57177: done queuing things up, now waiting for results queue to drain 138029 1726888199.57179: waiting for pending results... 138029 1726888199.57372: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 138029 1726888199.57494: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002762 138029 1726888199.57505: variable 'ansible_search_path' from source: unknown 138029 1726888199.57512: variable 'ansible_search_path' from source: unknown 138029 1726888199.57539: calling self._execute() 138029 1726888199.57637: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.57641: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.57649: variable 'omit' from source: magic vars 138029 1726888199.57742: variable 'omit' from source: magic vars 138029 1726888199.57792: variable 'omit' from source: magic vars 138029 1726888199.58064: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888199.59624: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888199.59680: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888199.59711: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888199.59739: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888199.59761: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888199.59822: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888199.59846: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888199.59866: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888199.59894: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888199.59909: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888199.59940: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888199.59959: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888199.59979: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888199.60004: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888199.60016: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888199.60059: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888199.60078: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888199.60094: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888199.60119: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888199.60134: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888199.60165: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888199.60184: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888199.60200: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888199.60223: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888199.60236: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888199.60276: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888199.60292: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888199.60309: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888199.60332: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888199.60343: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888199.60526: variable 'ansible_facts' from source: unknown 138029 1726888199.60748: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888199.60863: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888199.60896: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888199.60919: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888199.60941: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888199.60979: 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) 138029 1726888199.60997: 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) 138029 1726888199.61016: 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) 138029 1726888199.61033: 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) 138029 1726888199.61373: variable 'omit' from source: magic vars 138029 1726888199.61393: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888199.61413: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888199.61431: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888199.61443: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.61452: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.61467: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888199.61481: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888199.61502: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888199.61505: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.61508: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.61592: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888199.61595: Set connection var ansible_timeout to 10 138029 1726888199.61601: Set connection var ansible_pipelining to False 138029 1726888199.61603: Set connection var ansible_shell_type to sh 138029 1726888199.61605: Set connection var ansible_connection to ssh 138029 1726888199.61610: Set connection var ansible_shell_executable to /bin/sh 138029 1726888199.61630: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.61633: variable 'ansible_connection' from source: unknown 138029 1726888199.61636: variable 'ansible_module_compression' from source: unknown 138029 1726888199.61639: variable 'ansible_shell_type' from source: unknown 138029 1726888199.61643: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.61645: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.61649: variable 'ansible_pipelining' from source: unknown 138029 1726888199.61652: variable 'ansible_timeout' from source: unknown 138029 1726888199.61654: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.61727: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888199.61736: variable 'omit' from source: magic vars 138029 1726888199.61741: starting attempt loop 138029 1726888199.61744: running the handler 138029 1726888199.61752: handler run complete 138029 1726888199.61762: attempt loop complete, returning result 138029 1726888199.61773: _execute() done 138029 1726888199.61776: dumping result to json 138029 1726888199.61779: done dumping result, returning 138029 1726888199.61781: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-5a58-73a2-000000002762] 138029 1726888199.61786: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002762 138029 1726888199.61878: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002762 138029 1726888199.61882: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 138029 1726888199.61953: no more pending results, returning what we have 138029 1726888199.61958: results queue empty 138029 1726888199.61959: checking for any_errors_fatal 138029 1726888199.61968: done checking for any_errors_fatal 138029 1726888199.61969: checking for max_fail_percentage 138029 1726888199.61971: done checking for max_fail_percentage 138029 1726888199.61972: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.61972: done checking to see if all hosts have failed 138029 1726888199.61973: getting the remaining hosts for this loop 138029 1726888199.61975: done getting the remaining hosts for this loop 138029 1726888199.61978: getting the next task for host managed_node3 138029 1726888199.61986: done getting next task for host managed_node3 138029 1726888199.61991: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 138029 1726888199.61995: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888199.62007: getting variables 138029 1726888199.62009: in VariableManager get_vars() 138029 1726888199.62043: Calling all_inventory to load vars for managed_node3 138029 1726888199.62046: Calling groups_inventory to load vars for managed_node3 138029 1726888199.62048: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.62063: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.62067: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.62070: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.62497: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.62885: done with get_vars() 138029 1726888199.62898: 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:09:59 -0400 (0:00:00.060) 0:03:32.353 ****** 138029 1726888199.62968: entering _queue_task() for managed_node3/systemd 138029 1726888199.63187: worker is 1 (out of 1 available) 138029 1726888199.63199: exiting _queue_task() for managed_node3/systemd 138029 1726888199.63212: done queuing things up, now waiting for results queue to drain 138029 1726888199.63214: waiting for pending results... 138029 1726888199.63406: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 138029 1726888199.63523: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002764 138029 1726888199.63534: variable 'ansible_search_path' from source: unknown 138029 1726888199.63538: variable 'ansible_search_path' from source: unknown 138029 1726888199.63579: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888199.63742: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888199.63789: dumping result to json 138029 1726888199.63793: done dumping result, returning 138029 1726888199.63799: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-5a58-73a2-000000002764] 138029 1726888199.63805: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002764 138029 1726888199.63901: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002764 138029 1726888199.63904: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888199.63952: no more pending results, returning what we have 138029 1726888199.63957: results queue empty 138029 1726888199.63959: checking for any_errors_fatal 138029 1726888199.63964: done checking for any_errors_fatal 138029 1726888199.63965: checking for max_fail_percentage 138029 1726888199.63966: done checking for max_fail_percentage 138029 1726888199.63967: checking to see if all hosts have failed and the running result is not ok 138029 1726888199.63968: done checking to see if all hosts have failed 138029 1726888199.63969: getting the remaining hosts for this loop 138029 1726888199.63970: done getting the remaining hosts for this loop 138029 1726888199.63973: getting the next task for host managed_node3 138029 1726888199.63979: done getting next task for host managed_node3 138029 1726888199.63982: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 138029 1726888199.63985: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888199.64003: getting variables 138029 1726888199.64004: in VariableManager get_vars() 138029 1726888199.64034: Calling all_inventory to load vars for managed_node3 138029 1726888199.64036: Calling groups_inventory to load vars for managed_node3 138029 1726888199.64038: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888199.64046: Calling all_plugins_play to load vars for managed_node3 138029 1726888199.64048: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888199.64051: Calling groups_plugins_play to load vars for managed_node3 138029 1726888199.64427: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888199.64822: done with get_vars() 138029 1726888199.64833: 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:09:59 -0400 (0:00:00.019) 0:03:32.372 ****** 138029 1726888199.64893: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888199.65093: worker is 1 (out of 1 available) 138029 1726888199.65107: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888199.65119: done queuing things up, now waiting for results queue to drain 138029 1726888199.65121: waiting for pending results... 138029 1726888199.65305: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 138029 1726888199.65391: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002765 138029 1726888199.65403: variable 'ansible_search_path' from source: unknown 138029 1726888199.65406: variable 'ansible_search_path' from source: unknown 138029 1726888199.65432: calling self._execute() 138029 1726888199.65529: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.65533: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.65541: variable 'omit' from source: magic vars 138029 1726888199.65635: variable 'omit' from source: magic vars 138029 1726888199.65681: variable 'omit' from source: magic vars 138029 1726888199.65872: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888199.67414: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888199.67476: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888199.67505: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888199.67539: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888199.67561: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888199.67621: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888199.67647: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888199.67667: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888199.67692: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888199.67704: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888199.67788: variable 'storage_pools' from source: include params 138029 1726888199.67800: variable 'unused_disks' from source: set_fact 138029 1726888199.67852: variable 'unused_disks' from source: set_fact 138029 1726888199.67903: variable 'volume1_size' from source: play vars 138029 1726888199.67948: variable 'volume1_size' from source: play vars 138029 1726888199.67952: variable 'mount_location1' from source: play vars 138029 1726888199.68000: variable 'mount_location1' from source: play vars 138029 1726888199.68007: variable 'volume2_size' from source: play vars 138029 1726888199.68051: variable 'volume2_size' from source: play vars 138029 1726888199.68058: variable 'mount_location2' from source: play vars 138029 1726888199.68104: variable 'mount_location2' from source: play vars 138029 1726888199.68111: variable 'volume3_size' from source: play vars 138029 1726888199.68153: variable 'volume3_size' from source: play vars 138029 1726888199.68160: variable 'mount_location3' from source: play vars 138029 1726888199.68208: variable 'mount_location3' from source: play vars 138029 1726888199.68333: variable 'storage_use_partitions' from source: play vars 138029 1726888199.68337: variable 'storage_disklabel_type' from source: role '' defaults 138029 1726888199.68341: variable 'storage_pool_defaults' from source: role '' defaults 138029 1726888199.68388: variable 'storage_pool_defaults' from source: role '' defaults 138029 1726888199.68429: variable 'storage_volume_defaults' from source: role '' defaults 138029 1726888199.68471: variable 'storage_volume_defaults' from source: role '' defaults 138029 1726888199.68537: variable 'storage_safe_mode' from source: play vars 138029 1726888199.68592: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888199.68611: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888199.68629: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888199.68654: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888199.68669: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888199.68717: variable 'omit' from source: magic vars 138029 1726888199.68732: variable 'omit' from source: magic vars 138029 1726888199.68753: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888199.68776: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888199.68791: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888199.68803: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.68812: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888199.68824: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888199.68839: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888199.68865: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888199.68871: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.68874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.68957: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888199.68962: Set connection var ansible_timeout to 10 138029 1726888199.68970: Set connection var ansible_pipelining to False 138029 1726888199.68973: Set connection var ansible_shell_type to sh 138029 1726888199.68975: Set connection var ansible_connection to ssh 138029 1726888199.68980: Set connection var ansible_shell_executable to /bin/sh 138029 1726888199.68999: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.69002: variable 'ansible_connection' from source: unknown 138029 1726888199.69005: variable 'ansible_module_compression' from source: unknown 138029 1726888199.69007: variable 'ansible_shell_type' from source: unknown 138029 1726888199.69009: variable 'ansible_shell_executable' from source: unknown 138029 1726888199.69011: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888199.69022: variable 'ansible_pipelining' from source: unknown 138029 1726888199.69024: variable 'ansible_timeout' from source: unknown 138029 1726888199.69026: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888199.69133: 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) 138029 1726888199.69141: variable 'omit' from source: magic vars 138029 1726888199.69150: starting attempt loop 138029 1726888199.69152: running the handler 138029 1726888199.69166: _low_level_execute_command(): starting 138029 1726888199.69175: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888199.69672: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888199.69677: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888199.69680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888199.69729: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888199.69732: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888199.69734: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888199.69796: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888199.71484: stdout chunk (state=3): >>>/root <<< 138029 1726888199.71587: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888199.71614: stderr chunk (state=3): >>><<< 138029 1726888199.71617: stdout chunk (state=3): >>><<< 138029 1726888199.71639: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888199.71649: _low_level_execute_command(): starting 138029 1726888199.71653: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888199.7163944-144491-120040694903626 `" && echo ansible-tmp-1726888199.7163944-144491-120040694903626="` echo /root/.ansible/tmp/ansible-tmp-1726888199.7163944-144491-120040694903626 `" ) && sleep 0' 138029 1726888199.72087: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888199.72090: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888199.72093: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888199.72095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888199.72141: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888199.72144: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888199.72197: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888199.74250: stdout chunk (state=3): >>>ansible-tmp-1726888199.7163944-144491-120040694903626=/root/.ansible/tmp/ansible-tmp-1726888199.7163944-144491-120040694903626 <<< 138029 1726888199.74349: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888199.74381: stderr chunk (state=3): >>><<< 138029 1726888199.74384: stdout chunk (state=3): >>><<< 138029 1726888199.74397: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888199.7163944-144491-120040694903626=/root/.ansible/tmp/ansible-tmp-1726888199.7163944-144491-120040694903626 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888199.74439: variable 'ansible_module_compression' from source: unknown 138029 1726888199.74491: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 138029 1726888199.74524: variable 'ansible_facts' from source: unknown 138029 1726888199.74601: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888199.7163944-144491-120040694903626/AnsiballZ_blivet.py 138029 1726888199.74695: Sending initial data 138029 1726888199.74698: Sent initial data (157 bytes) 138029 1726888199.75133: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888199.75138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888199.75141: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888199.75143: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888199.75145: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888199.75200: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888199.75205: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888199.75249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888199.76807: 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 <<< 138029 1726888199.76811: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888199.76853: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888199.76901: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpa5pooe7u /root/.ansible/tmp/ansible-tmp-1726888199.7163944-144491-120040694903626/AnsiballZ_blivet.py <<< 138029 1726888199.76907: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888199.7163944-144491-120040694903626/AnsiballZ_blivet.py" <<< 138029 1726888199.76950: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpa5pooe7u" to remote "/root/.ansible/tmp/ansible-tmp-1726888199.7163944-144491-120040694903626/AnsiballZ_blivet.py" <<< 138029 1726888199.76953: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888199.7163944-144491-120040694903626/AnsiballZ_blivet.py" <<< 138029 1726888199.77579: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888199.77614: stderr chunk (state=3): >>><<< 138029 1726888199.77617: stdout chunk (state=3): >>><<< 138029 1726888199.77635: done transferring module to remote 138029 1726888199.77646: _low_level_execute_command(): starting 138029 1726888199.77649: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888199.7163944-144491-120040694903626/ /root/.ansible/tmp/ansible-tmp-1726888199.7163944-144491-120040694903626/AnsiballZ_blivet.py && sleep 0' 138029 1726888199.78085: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888199.78089: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888199.78091: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888199.78093: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888199.78095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888199.78142: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888199.78145: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888199.78199: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888199.79974: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888199.79994: stderr chunk (state=3): >>><<< 138029 1726888199.79997: stdout chunk (state=3): >>><<< 138029 1726888199.80011: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888199.80015: _low_level_execute_command(): starting 138029 1726888199.80019: _low_level_execute_command(): using become for this command 138029 1726888199.80031: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-xbammkllogomszojrpgboeuksfbyjewj ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888199.7163944-144491-120040694903626/AnsiballZ_blivet.py'"'"' && sleep 0' 138029 1726888199.80103: Initial state: awaiting_escalation: BECOME-SUCCESS-xbammkllogomszojrpgboeuksfbyjewj 138029 1726888199.80476: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888199.80480: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888199.80504: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888199.80522: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888199.80571: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888199.83457: stdout chunk (state=1): >>>BECOME-SUCCESS-xbammkllogomszojrpgboeuksfbyjewj <<< 138029 1726888199.83461: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-xbammkllogomszojrpgboeuksfbyjewj' 138029 1726888199.83826: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888199.83849: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888199.83859: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888199.83870: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888199.83937: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888199.83945: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888199.83971: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888199.84009: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888199.84020: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888199.84043: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888199.84086: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888199.84100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888199.84108: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888199.84141: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888199.84173: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888199.84199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888199.84202: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9844183e0> <<< 138029 1726888199.84216: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9843e7a10> <<< 138029 1726888199.84233: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888199.84269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888199.84273: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98441a960> <<< 138029 1726888199.84275: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888199.84297: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888199.84311: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888199.84323: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888199.84367: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888199.84370: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888199.84449: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888199.84481: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888199.84487: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888199.84503: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888199.84526: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888199.84536: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888199.84563: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888199.84568: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888199.84571: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888199.84580: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888199.84607: 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 <<< 138029 1726888199.84610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888199.84631: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98422cfe0> <<< 138029 1726888199.84692: 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 <<< 138029 1726888199.84709: 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 0x7fc98422dfd0> <<< 138029 1726888199.84742: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888199.84769: 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. <<< 138029 1726888199.85024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888199.85028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888199.85059: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888199.85066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888199.85086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888199.85127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888199.85147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888199.85168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888199.85189: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984273dd0> <<< 138029 1726888199.85202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888199.85226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888199.85250: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888199.85258: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984273fe0> <<< 138029 1726888199.85272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888199.85301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888199.85325: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888199.85378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888199.85388: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888199.85419: 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' <<< 138029 1726888199.85428: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842a37d0> <<< 138029 1726888199.85451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888199.85466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888199.85470: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842a3e60> <<< 138029 1726888199.85480: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888199.85528: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984283a70> <<< 138029 1726888199.85533: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888199.85571: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842811c0> <<< 138029 1726888199.85659: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984270f80> <<< 138029 1726888199.85687: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888199.85702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888199.85716: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888199.85737: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888199.85773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888199.85785: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888199.85798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888199.85819: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842c77d0> <<< 138029 1726888199.85839: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842c63f0> <<< 138029 1726888199.85869: 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' <<< 138029 1726888199.85878: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984282090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842c4b90> <<< 138029 1726888199.85920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888199.85938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842f8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984270200> <<< 138029 1726888199.85954: 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' <<< 138029 1726888199.85994: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888199.86006: 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 0x7fc9842f8cb0> <<< 138029 1726888199.86013: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842f8b60> <<< 138029 1726888199.86028: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888199.86049: 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 0x7fc9842f8ef0> <<< 138029 1726888199.86053: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984266d20> <<< 138029 1726888199.86079: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888199.86082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888199.86109: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888199.86131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888199.86154: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842f9220> <<< 138029 1726888199.86159: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888199.86189: 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' <<< 138029 1726888199.86208: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842fa450> <<< 138029 1726888199.86225: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888199.86232: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888199.86262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888199.86289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888199.86323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888199.86329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984310680> <<< 138029 1726888199.86340: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888199.86369: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888199.86374: 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 0x7fc984311d60> <<< 138029 1726888199.86391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888199.86408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888199.86437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888199.86444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888199.86453: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984312c00> <<< 138029 1726888199.86489: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888199.86496: 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 0x7fc984313260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984312150> <<< 138029 1726888199.86522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888199.86529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888199.86574: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888199.86580: 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 0x7fc984313ce0> <<< 138029 1726888199.86593: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984313410> <<< 138029 1726888199.86632: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842fa4b0> <<< 138029 1726888199.86658: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888199.86678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888199.86700: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888199.86716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888199.86762: 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 0x7fc984097b90> <<< 138029 1726888199.86778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888199.86784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888199.86809: 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' <<< 138029 1726888199.86814: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc9840c06e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9840c0440> <<< 138029 1726888199.86836: 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 0x7fc9840c0710> <<< 138029 1726888199.86871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888199.86877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888199.86947: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888199.87069: 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 0x7fc9840c1040> <<< 138029 1726888199.87197: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888199.87201: 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 0x7fc9840c1a30> <<< 138029 1726888199.87211: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9840c08f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984095d30> <<< 138029 1726888199.87237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888199.87260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888199.87315: 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' <<< 138029 1726888199.87319: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9840c2de0> <<< 138029 1726888199.87352: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9840c18b0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842faba0> <<< 138029 1726888199.87579: 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 0x7fc9840eb110> <<< 138029 1726888199.87636: 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 <<< 138029 1726888199.87640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888199.87685: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984113440> <<< 138029 1726888199.87709: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888199.87739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888199.87804: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888199.87847: 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 0x7fc984170200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888199.87881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888199.87893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888199.87934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888199.88014: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984172960> <<< 138029 1726888199.88096: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984170320> <<< 138029 1726888199.88128: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98413d220> <<< 138029 1726888199.88164: 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' <<< 138029 1726888199.88199: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983f792e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984112240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9840c3ce0> <<< 138029 1726888199.88311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888199.88333: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc984112840> <<< 138029 1726888199.88643: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_xjgq8kvc/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 138029 1726888199.88677: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.88692: 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' <<< 138029 1726888199.88735: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888199.88821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888199.88845: 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' <<< 138029 1726888199.88874: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983fc7020> import '_typing' # <<< 138029 1726888199.89047: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983fa9f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983fa90a0> # zipimport: zlib available <<< 138029 1726888199.89089: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888199.89130: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888199.89143: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.90504: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.91608: 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' <<< 138029 1726888199.91616: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983fc4ef0> <<< 138029 1726888199.91631: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888199.91647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888199.91669: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888199.91680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888199.91692: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888199.91704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888199.91732: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888199.91739: 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 0x7fc983ffa960> <<< 138029 1726888199.91775: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983ffa6f0> <<< 138029 1726888199.91810: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983ffa000> <<< 138029 1726888199.91824: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888199.91836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888199.91872: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983ffa750> <<< 138029 1726888199.91894: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983fc7cb0> import 'atexit' # <<< 138029 1726888199.91917: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888199.91922: 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 0x7fc983ffb680> <<< 138029 1726888199.91945: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888199.91954: 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 0x7fc983ffb860> <<< 138029 1726888199.91976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888199.92024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888199.92037: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888199.92087: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983ffbda0> <<< 138029 1726888199.92095: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888199.92113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888199.92139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888199.92174: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98391db20> <<< 138029 1726888199.92212: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888199.92216: 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 0x7fc98391f740> <<< 138029 1726888199.92236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888199.92239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888199.92288: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98391ffb0> <<< 138029 1726888199.92297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888199.92339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888199.92346: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983921220> <<< 138029 1726888199.92377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888199.92404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888199.92430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888199.92437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888199.92489: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983923d10> <<< 138029 1726888199.92525: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888199.92534: 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 0x7fc9840c2d50> <<< 138029 1726888199.92554: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983921fd0> <<< 138029 1726888199.92573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888199.92595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888199.92621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888199.92625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888199.92645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888199.92672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888199.92698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888199.92701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 138029 1726888199.92722: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98392bc20> import '_tokenize' # <<< 138029 1726888199.92799: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98392a6f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98392a450> <<< 138029 1726888199.92809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888199.92821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888199.92899: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98392a9c0> <<< 138029 1726888199.92928: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9839224e0> <<< 138029 1726888199.92957: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888199.92963: 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 0x7fc98396fec0> <<< 138029 1726888199.92986: 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 0x7fc98396f8c0> <<< 138029 1726888199.93012: 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 <<< 138029 1726888199.93021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888199.93048: 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' <<< 138029 1726888199.93100: 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' <<< 138029 1726888199.93103: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc983971a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983971820> <<< 138029 1726888199.93108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888199.93224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888199.93278: 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 0x7fc983973f50> <<< 138029 1726888199.93286: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9839720c0> <<< 138029 1726888199.93295: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888199.93340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888199.93369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888199.93372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888199.93384: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888199.93431: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983977680> <<< 138029 1726888199.93556: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983973ec0> <<< 138029 1726888199.93616: 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 0x7fc9839789b0> <<< 138029 1726888199.93652: 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'<<< 138029 1726888199.93661: stdout chunk (state=3): >>> import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc983978860> <<< 138029 1726888199.93703: 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' <<< 138029 1726888199.93711: 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 0x7fc983978a70> <<< 138029 1726888199.93714: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9839700e0> <<< 138029 1726888199.93749: 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 <<< 138029 1726888199.93759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888199.93769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888199.93786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888199.93817: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888199.93837: 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 0x7fc98397bfe0> <<< 138029 1726888199.93994: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888199.93997: 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 0x7fc983801220> <<< 138029 1726888199.94010: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98397a7b0> <<< 138029 1726888199.94032: 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 0x7fc98397bb60> <<< 138029 1726888199.94053: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98397a3f0> # zipimport: zlib available <<< 138029 1726888199.94079: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888199.94091: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.94183: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.94266: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.94276: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888199.94301: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.94308: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.94324: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888199.94328: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.94451: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.94570: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.95104: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.95627: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888199.95648: 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' # <<< 138029 1726888199.95669: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888199.95698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888199.95735: 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 0x7fc983809370> <<< 138029 1726888199.95816: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888199.95831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888199.95840: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98380a150> <<< 138029 1726888199.95845: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98392a660> <<< 138029 1726888199.95920: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888199.95932: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.95935: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888199.95959: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.96104: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.96257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888199.96269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98380a1e0> <<< 138029 1726888199.96275: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.96726: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.97167: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.97237: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.97313: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888199.97318: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.97364: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.97393: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888199.97410: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.97475: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.97558: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888199.97563: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.97585: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.97598: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888199.97603: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.97687: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888199.97706: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.97924: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.98159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888199.98211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888199.98227: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888199.98300: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98380b350> <<< 138029 1726888199.98303: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.98383: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.98449: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888199.98462: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888199.98472: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888199.98488: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.98534: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.98579: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888199.98588: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.98628: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.98675: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.98729: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.98797: 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 <<< 138029 1726888199.98832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888199.98923: 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 0x7fc983815d00> <<< 138029 1726888199.98949: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983810ce0> <<< 138029 1726888199.98986: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888199.98991: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.99060: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.99118: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.99150: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.99190: 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 <<< 138029 1726888199.99212: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888199.99214: 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 <<< 138029 1726888199.99248: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888199.99260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888199.99322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888199.99339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888199.99364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888199.99414: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9839026f0> <<< 138029 1726888199.99462: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9840263c0> <<< 138029 1726888199.99545: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983815e20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98380dc70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888199.99551: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.99579: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.99608: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 138029 1726888199.99613: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888199.99672: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888199.99687: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.99706: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.99719: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888199.99731: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.99740: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.99746: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 138029 1726888199.99753: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.99777: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.99780: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888199.99802: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888199.99821: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888199.99842: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.99845: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888199.99847: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888199.99870: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888200.01430: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888200.02819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888200.02892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888200.02916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888200.02929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888200.02957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888200.02971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888200.03004: 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 0x7fc9834ac920> <<< 138029 1726888200.03027: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98388bd40> <<< 138029 1726888200.03087: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983889670> <<< 138029 1726888200.03230: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9838a80e0> <<< 138029 1726888200.03266: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888200.03362: 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 <<< 138029 1726888200.03372: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888200.03386: 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 <<< 138029 1726888200.03398: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 138029 1726888200.03418: 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 <<< 138029 1726888200.03436: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 138029 1726888200.03445: 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 <<< 138029 1726888200.03463: 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 0x7fc9834c2540> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834c2180> <<< 138029 1726888200.03483: 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 <<< 138029 1726888200.03508: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 138029 1726888200.03542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888200.03544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888200.03571: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834e4cb0> <<< 138029 1726888200.03587: 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' <<< 138029 1726888200.03664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888200.03671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 138029 1726888200.03695: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834e5f10> <<< 138029 1726888200.03747: 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 0x7fc9834e5820> <<< 138029 1726888200.03776: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834e5670> # /usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/errors.py <<< 138029 1726888200.03779: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' <<< 138029 1726888200.03807: 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 <<< 138029 1726888200.03810: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc' import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834e8410> <<< 138029 1726888200.03987: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834e81a0> <<< 138029 1726888200.04010: 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 <<< 138029 1726888200.04015: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 138029 1726888200.04043: 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 <<< 138029 1726888200.04047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888200.04072: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 138029 1726888200.04192: 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' <<< 138029 1726888200.04197: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834ea210> <<< 138029 1726888200.04239: 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 0x7fc9834e9fa0> <<< 138029 1726888200.04264: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834e9880> <<< 138029 1726888200.04298: 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' <<< 138029 1726888200.04321: 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 <<< 138029 1726888200.04327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 138029 1726888200.04342: 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 <<< 138029 1726888200.04363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 138029 1726888200.04375: 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 <<< 138029 1726888200.04395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 138029 1726888200.04409: 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 <<< 138029 1726888200.04426: 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 0x7fc9834ecf80> <<< 138029 1726888200.04432: 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 <<< 138029 1726888200.04448: 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 0x7fc9834ed310> <<< 138029 1726888200.04472: 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 <<< 138029 1726888200.04486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 138029 1726888200.04492: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834ed790> <<< 138029 1726888200.04523: 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 <<< 138029 1726888200.04529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 138029 1726888200.04536: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834ee000> <<< 138029 1726888200.04557: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834ec5f0> <<< 138029 1726888200.04570: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834ec0b0> <<< 138029 1726888200.04579: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 138029 1726888200.04594: 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 <<< 138029 1726888200.04603: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888200.04623: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 138029 1726888200.04635: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834ee780> <<< 138029 1726888200.04647: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834ebbf0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834ebb60> <<< 138029 1726888200.04692: 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 <<< 138029 1726888200.04718: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 138029 1726888200.04745: 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 <<< 138029 1726888200.04756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 138029 1726888200.04767: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983530e60> <<< 138029 1726888200.04792: 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 <<< 138029 1726888200.04799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 138029 1726888200.04824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 138029 1726888200.04857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 138029 1726888200.04907: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983531ca0> <<< 138029 1726888200.04926: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9835313a0> <<< 138029 1726888200.05079: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834ef110> <<< 138029 1726888200.05092: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 138029 1726888200.05144: 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 <<< 138029 1726888200.05168: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 138029 1726888200.05297: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98353a570> <<< 138029 1726888200.05337: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 138029 1726888200.05372: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 138029 1726888200.05389: 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 <<< 138029 1726888200.05409: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 138029 1726888200.05667: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98353ff50> <<< 138029 1726888200.05675: stdout chunk (state=3): >>>import 'gi.repository.Gio' # <<< 138029 1726888200.05681: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834e8d70> <<< 138029 1726888200.05728: 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 <<< 138029 1726888200.05771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 138029 1726888200.05796: 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' <<< 138029 1726888200.05815: 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 <<< 138029 1726888200.05838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 138029 1726888200.05941: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833cdf10> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833cd760> <<< 138029 1726888200.06696: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98353a150> <<< 138029 1726888200.06702: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 138029 1726888200.06746: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834c2720> <<< 138029 1726888200.06752: stdout chunk (state=3): >>>import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834c1520> <<< 138029 1726888200.07205: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9838a91f0> <<< 138029 1726888200.07229: 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 <<< 138029 1726888200.07235: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' <<< 138029 1726888200.07307: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e2630> <<< 138029 1726888200.07329: 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 0x7fc9833e43b0> <<< 138029 1726888200.07354: 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 <<< 138029 1726888200.07359: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888200.07376: 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 <<< 138029 1726888200.07393: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' <<< 138029 1726888200.07407: 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 <<< 138029 1726888200.07443: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 138029 1726888200.07468: 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' <<< 138029 1726888200.07493: 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 <<< 138029 1726888200.07496: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 138029 1726888200.07531: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e7b90> <<< 138029 1726888200.07551: 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 <<< 138029 1726888200.07562: 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 0x7fc9833e8170> <<< 138029 1726888200.07571: 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 <<< 138029 1726888200.07664: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 138029 1726888200.07685: 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' <<< 138029 1726888200.07709: 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' <<< 138029 1726888200.07722: 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 <<< 138029 1726888200.07746: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e9220> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e90d0> <<< 138029 1726888200.07761: 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 <<< 138029 1726888200.07774: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 138029 1726888200.07804: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e94c0> <<< 138029 1726888200.07809: stdout chunk (state=3): >>>import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e8e30> <<< 138029 1726888200.07824: 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' <<< 138029 1726888200.07856: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 138029 1726888200.07871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' <<< 138029 1726888200.07876: stdout chunk (state=3): >>>import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e9970> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e97c0> <<< 138029 1726888200.07892: 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' <<< 138029 1726888200.07920: 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 <<< 138029 1726888200.07942: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 138029 1726888200.07981: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e9cd0> <<< 138029 1726888200.07987: stdout chunk (state=3): >>>import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e99d0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e85c0> <<< 138029 1726888200.08006: 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 <<< 138029 1726888200.08018: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 138029 1726888200.08039: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e8c20> <<< 138029 1726888200.08061: 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 <<< 138029 1726888200.08082: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 138029 1726888200.08092: 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' <<< 138029 1726888200.08122: 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 <<< 138029 1726888200.08127: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833edc70> <<< 138029 1726888200.08156: 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 <<< 138029 1726888200.08170: 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 0x7fc9833ee000> <<< 138029 1726888200.08185: stdout chunk (state=3): >>>import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833ed9d0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833ed040> <<< 138029 1726888200.08210: 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' <<< 138029 1726888200.08218: stdout chunk (state=3): >>>import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833ee150> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e7830> <<< 138029 1726888200.08224: 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 <<< 138029 1726888200.08245: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' <<< 138029 1726888200.08250: stdout chunk (state=3): >>>import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833ee1e0> <<< 138029 1726888200.08397: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e53a0> <<< 138029 1726888200.08442: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e4a70> <<< 138029 1726888200.08470: 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 <<< 138029 1726888200.08475: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 138029 1726888200.08503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 138029 1726888200.08520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 138029 1726888200.08545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 138029 1726888200.08582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 138029 1726888200.08623: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833f61b0> <<< 138029 1726888200.08628: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833f4fe0> <<< 138029 1726888200.08659: 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 <<< 138029 1726888200.08663: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' <<< 138029 1726888200.08678: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833fb6b0> <<< 138029 1726888200.08744: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e5190> <<< 138029 1726888200.08764: 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 <<< 138029 1726888200.08800: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 138029 1726888200.08822: 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 <<< 138029 1726888200.08845: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888200.08877: 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 0x7fc9835776e0> <<< 138029 1726888200.08902: 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 <<< 138029 1726888200.08908: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 138029 1726888200.08923: 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 <<< 138029 1726888200.08953: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 138029 1726888200.08975: 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 <<< 138029 1726888200.08986: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888200.09014: 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' <<< 138029 1726888200.09043: 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 <<< 138029 1726888200.09061: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' <<< 138029 1726888200.09064: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9824642f0> <<< 138029 1726888200.09090: 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 <<< 138029 1726888200.09097: 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 0x7fc982464ad0> <<< 138029 1726888200.09121: 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 <<< 138029 1726888200.09135: stdout chunk (state=3): >>># 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 0x7fc982465100> <<< 138029 1726888200.09163: 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 <<< 138029 1726888200.09169: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 138029 1726888200.09231: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982465430> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982464170> <<< 138029 1726888200.09249: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98342b8c0> <<< 138029 1726888200.09317: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834286e0> <<< 138029 1726888200.09330: 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 <<< 138029 1726888200.09346: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc' <<< 138029 1726888200.09354: 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 <<< 138029 1726888200.09375: 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 0x7fc9824781d0> <<< 138029 1726888200.09392: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983429190> <<< 138029 1726888200.09412: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983428230> <<< 138029 1726888200.09441: 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 <<< 138029 1726888200.09446: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 138029 1726888200.09467: 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' <<< 138029 1726888200.09481: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9824787d0> <<< 138029 1726888200.09513: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834290a0> <<< 138029 1726888200.09527: 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 <<< 138029 1726888200.09543: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' <<< 138029 1726888200.09556: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982478a10> <<< 138029 1726888200.09585: 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 <<< 138029 1726888200.09591: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 138029 1726888200.09629: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982478e60> <<< 138029 1726888200.09646: 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 <<< 138029 1726888200.09662: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' <<< 138029 1726888200.09671: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982479610> <<< 138029 1726888200.09813: 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 <<< 138029 1726888200.09825: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc' <<< 138029 1726888200.09838: 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 <<< 138029 1726888200.09861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888200.09972: 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 0x7fc9824a0fb0> <<< 138029 1726888200.09995: 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 <<< 138029 1726888200.10002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc' <<< 138029 1726888200.10019: 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 <<< 138029 1726888200.10041: 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 0x7fc9824a20c0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9824a1a90> <<< 138029 1726888200.10063: 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 <<< 138029 1726888200.10079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' <<< 138029 1726888200.10094: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9824a24b0> <<< 138029 1726888200.10097: 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 <<< 138029 1726888200.10127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 138029 1726888200.10138: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9824a3050> <<< 138029 1726888200.10165: 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 <<< 138029 1726888200.10182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888200.10210: 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 <<< 138029 1726888200.10223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc' <<< 138029 1726888200.10231: stdout chunk (state=3): >>>import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982251d60> <<< 138029 1726888200.10250: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982250a40> <<< 138029 1726888200.10276: 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 <<< 138029 1726888200.10290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc' <<< 138029 1726888200.10302: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822531d0> <<< 138029 1726888200.10319: 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 <<< 138029 1726888200.10326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' <<< 138029 1726888200.10341: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982274530> <<< 138029 1726888200.10363: 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 <<< 138029 1726888200.10385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888200.10400: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982275370> <<< 138029 1726888200.10415: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9824962a0> <<< 138029 1726888200.10457: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982495f10> <<< 138029 1726888200.10471: 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 <<< 138029 1726888200.10495: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 138029 1726888200.10522: 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 0x7fc982277920> <<< 138029 1726888200.10548: 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 <<< 138029 1726888200.10563: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 138029 1726888200.10587: 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 <<< 138029 1726888200.10593: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 138029 1726888200.10677: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822a42c0> <<< 138029 1726888200.10688: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982277770> <<< 138029 1726888200.10834: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982276e10> <<< 138029 1726888200.10858: 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 <<< 138029 1726888200.10868: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc' <<< 138029 1726888200.10874: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822c4ad0> <<< 138029 1726888200.10898: 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 <<< 138029 1726888200.10913: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc' <<< 138029 1726888200.10919: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822c4c20> <<< 138029 1726888200.10936: 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 <<< 138029 1726888200.10989: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 138029 1726888200.11015: 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 <<< 138029 1726888200.11018: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' <<< 138029 1726888200.11039: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822d83b0> <<< 138029 1726888200.11067: 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 <<< 138029 1726888200.11074: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 138029 1726888200.11134: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822d8aa0> <<< 138029 1726888200.11148: 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 <<< 138029 1726888200.11161: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 138029 1726888200.11201: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822d93d0> <<< 138029 1726888200.11227: 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 <<< 138029 1726888200.11245: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' <<< 138029 1726888200.11250: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822d9850> <<< 138029 1726888200.11268: 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 <<< 138029 1726888200.11288: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc' <<< 138029 1726888200.11294: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822d9df0> <<< 138029 1726888200.11322: 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 <<< 138029 1726888200.11327: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' <<< 138029 1726888200.11362: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822da0f0> <<< 138029 1726888200.11378: 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 <<< 138029 1726888200.11385: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' <<< 138029 1726888200.11400: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822da6c0> <<< 138029 1726888200.11429: 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 <<< 138029 1726888200.11435: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 138029 1726888200.11461: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822da840> <<< 138029 1726888200.11479: 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 <<< 138029 1726888200.11500: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 138029 1726888200.11520: 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' <<< 138029 1726888200.11592: 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 0x7fc9822dbb00> <<< 138029 1726888200.11595: stdout chunk (state=3): >>>import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822db980> <<< 138029 1726888200.11610: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822daa20> <<< 138029 1726888200.11623: 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 <<< 138029 1726888200.11635: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' <<< 138029 1726888200.11652: 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 <<< 138029 1726888200.11674: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888200.11690: 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 <<< 138029 1726888200.11710: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 138029 1726888200.11753: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982310830> <<< 138029 1726888200.11787: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982310440> <<< 138029 1726888200.11792: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822dbec0> <<< 138029 1726888200.12023: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822c5160> <<< 138029 1726888200.12039: 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 <<< 138029 1726888200.12064: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 138029 1726888200.12097: 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 <<< 138029 1726888200.12103: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' <<< 138029 1726888200.12120: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9821402f0> <<< 138029 1726888200.12148: 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 <<< 138029 1726888200.12153: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 138029 1726888200.12173: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9821406b0> <<< 138029 1726888200.12252: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822c6d80> <<< 138029 1726888200.12278: 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 <<< 138029 1726888200.12284: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 138029 1726888200.12320: 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 <<< 138029 1726888200.12323: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888200.12801: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982143740> <<< 138029 1726888200.12825: 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 <<< 138029 1726888200.12843: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 138029 1726888200.12864: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9821438c0> <<< 138029 1726888200.12923: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982142e10> <<< 138029 1726888200.12940: 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 <<< 138029 1726888200.12960: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 138029 1726888200.12997: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982159d90> <<< 138029 1726888200.13021: 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 <<< 138029 1726888200.13034: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 138029 1726888200.13075: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98215b1d0> <<< 138029 1726888200.13094: 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 <<< 138029 1726888200.13101: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc' <<< 138029 1726888200.13124: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98215b980> <<< 138029 1726888200.13146: 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 <<< 138029 1726888200.13161: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 138029 1726888200.13220: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98216c260> <<< 138029 1726888200.13240: 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 <<< 138029 1726888200.13252: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888200.13295: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98216e030> <<< 138029 1726888200.13300: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9835756a0> <<< 138029 1726888200.13321: 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' <<< 138029 1726888200.13337: stdout chunk (state=3): >>>import 'blivet.devices.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98342b0b0> <<< 138029 1726888200.13475: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833fa840> <<< 138029 1726888200.13500: 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 <<< 138029 1726888200.13517: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888200.13554: 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 <<< 138029 1726888200.13562: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888200.13597: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9821a11c0> <<< 138029 1726888200.13615: 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 <<< 138029 1726888200.13638: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 138029 1726888200.13641: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9821a2000> <<< 138029 1726888200.13674: 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 <<< 138029 1726888200.13678: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 138029 1726888200.13738: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9821a2810> <<< 138029 1726888200.13843: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9821a0140> <<< 138029 1726888200.13868: 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 <<< 138029 1726888200.13895: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888200.13931: 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 <<< 138029 1726888200.13937: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 138029 1726888200.13975: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9821dc320> <<< 138029 1726888200.14085: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9821baa50> <<< 138029 1726888200.14107: 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 <<< 138029 1726888200.14110: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 138029 1726888200.14184: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9821ede50> <<< 138029 1726888200.14204: 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 <<< 138029 1726888200.14375: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888200.14407: 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 <<< 138029 1726888200.14413: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 138029 1726888200.14441: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982207a10> <<< 138029 1726888200.14469: 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 <<< 138029 1726888200.14473: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' <<< 138029 1726888200.14491: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98202fe90> <<< 138029 1726888200.14510: 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 <<< 138029 1726888200.14540: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 138029 1726888200.14570: 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' <<< 138029 1726888200.14596: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98204a1e0> <<< 138029 1726888200.14750: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9820483e0> <<< 138029 1726888200.14779: 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 <<< 138029 1726888200.14790: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' <<< 138029 1726888200.14797: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982078650> <<< 138029 1726888200.15151: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822042f0> <<< 138029 1726888200.15169: 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 <<< 138029 1726888200.15191: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888200.15310: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982204530> <<< 138029 1726888200.15331: 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 <<< 138029 1726888200.15341: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 138029 1726888200.15376: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9820da600> <<< 138029 1726888200.15399: 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 <<< 138029 1726888200.15404: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 138029 1726888200.15436: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9820db140> <<< 138029 1726888200.15464: 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 <<< 138029 1726888200.15476: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 138029 1726888200.15482: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9820dbc50> <<< 138029 1726888200.15508: 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 <<< 138029 1726888200.15513: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' <<< 138029 1726888200.15548: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9820e8110> <<< 138029 1726888200.15572: 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 <<< 138029 1726888200.15581: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 138029 1726888200.15596: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9820e8fe0> <<< 138029 1726888200.15620: 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 <<< 138029 1726888200.15639: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888200.15741: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9820e98b0> <<< 138029 1726888200.15744: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e4500> <<< 138029 1726888200.15768: 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 <<< 138029 1726888200.15797: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 138029 1726888200.15938: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9820ea330> <<< 138029 1726888200.15958: 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 <<< 138029 1726888200.16008: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 138029 1726888200.16027: 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 <<< 138029 1726888200.16073: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 138029 1726888200.16111: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981f34b60> <<< 138029 1726888200.16142: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98210a9f0> <<< 138029 1726888200.16165: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888200.16189: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888200.16192: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888200.16215: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888200.16229: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888200.16239: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888200.16245: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888200.16502: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888200.16707: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 138029 1726888200.16978: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888200.17115: 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 <<< 138029 1726888200.17118: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 138029 1726888200.17136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py <<< 138029 1726888200.17153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc' <<< 138029 1726888200.17172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888200.17224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888200.17251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888200.17264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 138029 1726888200.17277: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981f943b0> <<< 138029 1726888200.17311: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888200.17328: 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 0x7fc981f946e0> <<< 138029 1726888200.17379: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981f80770> <<< 138029 1726888200.17402: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981f6bef0> <<< 138029 1726888200.17417: 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 <<< 138029 1726888200.17439: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' <<< 138029 1726888200.17561: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981f80a70> <<< 138029 1726888200.17583: 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 <<< 138029 1726888200.17615: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 138029 1726888200.17648: 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 <<< 138029 1726888200.17656: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 138029 1726888200.17683: 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 <<< 138029 1726888200.17689: 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 0x7fc982024140> <<< 138029 1726888200.17716: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981f97650> <<< 138029 1726888200.17736: 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 <<< 138029 1726888200.17753: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' <<< 138029 1726888200.17770: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9820245f0> <<< 138029 1726888200.17795: 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' <<< 138029 1726888200.17811: 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 <<< 138029 1726888200.17841: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 138029 1726888200.17869: 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 <<< 138029 1726888200.17877: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888200.17900: 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 <<< 138029 1726888200.17916: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' <<< 138029 1726888200.17921: 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 <<< 138029 1726888200.17948: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9820267b0> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982026540> <<< 138029 1726888200.17974: 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 <<< 138029 1726888200.17991: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982026a80> <<< 138029 1726888200.17997: 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 <<< 138029 1726888200.18016: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888200.18024: stdout chunk (state=3): >>>import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982026d80> <<< 138029 1726888200.18043: 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 <<< 138029 1726888200.18056: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc' import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982026f30> <<< 138029 1726888200.18077: 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 <<< 138029 1726888200.18098: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888200.18136: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982027170> <<< 138029 1726888200.18151: 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 <<< 138029 1726888200.18173: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' <<< 138029 1726888200.18181: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982027710> <<< 138029 1726888200.18198: 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 <<< 138029 1726888200.18203: stdout chunk (state=3): >>># 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 0x7fc981b28200> <<< 138029 1726888200.18225: 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 <<< 138029 1726888200.18235: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' <<< 138029 1726888200.18247: stdout chunk (state=3): >>>import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981b283b0> <<< 138029 1726888200.18278: 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 <<< 138029 1726888200.18280: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' <<< 138029 1726888200.18301: stdout chunk (state=3): >>>import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981b28590> <<< 138029 1726888200.18321: 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 <<< 138029 1726888200.18335: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888200.18366: stdout chunk (state=3): >>>import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981b28bc0> <<< 138029 1726888200.18378: 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 <<< 138029 1726888200.18396: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' <<< 138029 1726888200.18410: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981b29520> <<< 138029 1726888200.18433: 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 <<< 138029 1726888200.18441: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc' import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981b29940> <<< 138029 1726888200.18469: 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 <<< 138029 1726888200.18477: 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 0x7fc981b29b80> <<< 138029 1726888200.18502: 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 <<< 138029 1726888200.18506: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888200.18523: stdout chunk (state=3): >>>import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981b29c70> <<< 138029 1726888200.18536: 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 <<< 138029 1726888200.18552: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888200.18561: stdout chunk (state=3): >>>import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981b29f40> <<< 138029 1726888200.18574: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982025df0> <<< 138029 1726888200.18611: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982024e90> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982024da0> <<< 138029 1726888200.18682: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981f95580> <<< 138029 1726888200.18788: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981f69940> <<< 138029 1726888200.29823: 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 <<< 138029 1726888200.29834: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 138029 1726888200.30145: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981bcd9d0> <<< 138029 1726888204.12175: stdout chunk (state=3): >>> {"changed": true, "actions": [{"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/vg1-Lv3"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/vg1-Lv3"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/vg1-Lv2"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/vg1-Lv2"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/vg1-lv1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/vg1-lv1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/vg1"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/md/vg1-1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/md/vg1-1"}, {"action": "destroy format", "fs_type": "mdmember", "device": "/dev/sdb1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/sdb1"}, {"action": "destroy format", "fs_type": "disklabel", "device": "/dev/sdb"}, {"action": "destroy format", "fs_type": "mdmember", "device": "/dev/sdc1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/sdc1"}, {"action": "destroy format", "fs_type": "disklabel", "device": "/dev/sdc"}, {"action": "destroy format", "fs_type": "mdmember", "device": "/dev/sda1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/sda1"}, {"action": "destroy format", "fs_type": "disklabel", "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=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "path": "/opt/test3", "state": "absent", "fstype": "xfs"}, {"src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "path": "/opt/test2", "state": "absent", "fstype": "xfs"}, {"src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "path": "/opt/test1", "state": "absent", "fstype": "xfs"}], "crypts": [], "pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid1", "raid_device_count": 2, "raid_spare_count": 1, "raid_metadata_version": "1.0", "raid_chunk_size": "0 B", "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "2g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test2", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv2", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test3", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv3", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2"}]}], "volumes": [], "packages": ["xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid1", "raid_device_count": 2, "raid_spare_count": 1, "raid_metadata_version": "1.0", "raid_chunk_size": "0 B", "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "2g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test2", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv2", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test3", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv3", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2"}]}], "volumes": [], "use_partitions": true, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 138029 1726888204.13474: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888204.13541: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888204.13548: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 <<< 138029 1726888204.13598: 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<<< 138029 1726888204.13605: 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 # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler <<< 138029 1726888204.13696: 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 # 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 <<< 138029 1726888204.13702: stdout chunk (state=3): >>># cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool <<< 138029 1726888204.13828: stdout chunk (state=3): >>># cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 138029 1726888204.13873: 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 # 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 <<< 138029 1726888204.13881: stdout chunk (state=3): >>>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 <<< 138029 1726888204.14580: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888204.14616: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888204.14629: stdout chunk (state=3): >>># destroy zipfile._path <<< 138029 1726888204.14654: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888204.14658: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888204.14691: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888204.14698: stdout chunk (state=3): >>># destroy _compat_pickle <<< 138029 1726888204.14740: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi <<< 138029 1726888204.14747: stdout chunk (state=3): >>># cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator <<< 138029 1726888204.14773: stdout chunk (state=3): >>># destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # 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 <<< 138029 1726888204.14783: stdout chunk (state=3): >>># cleanup[3] wiping blivet.partitioning <<< 138029 1726888204.14800: stdout chunk (state=3): >>># cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices <<< 138029 1726888204.14809: stdout chunk (state=3): >>># 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<<< 138029 1726888204.14841: stdout chunk (state=3): >>> # 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 <<< 138029 1726888204.14870: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicelibs.lvm <<< 138029 1726888204.14876: stdout chunk (state=3): >>># cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib <<< 138029 1726888204.14902: stdout chunk (state=3): >>># 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 <<< 138029 1726888204.14912: stdout chunk (state=3): >>># 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 <<< 138029 1726888204.14928: 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 <<< 138029 1726888204.14950: 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 <<< 138029 1726888204.14987: stdout chunk (state=3): >>># destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch <<< 138029 1726888204.15000: stdout chunk (state=3): >>># cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev <<< 138029 1726888204.15007: stdout chunk (state=3): >>># cleanup[3] wiping gi.overrides.BlockDev <<< 138029 1726888204.15030: 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 <<< 138029 1726888204.15048: stdout chunk (state=3): >>># cleanup[3] wiping gi.overrides.GObject <<< 138029 1726888204.15052: 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 <<< 138029 1726888204.15083: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module <<< 138029 1726888204.15093: 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 <<< 138029 1726888204.15105: 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 # 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 <<< 138029 1726888204.15116: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 138029 1726888204.15169: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro <<< 138029 1726888204.15172: stdout chunk (state=3): >>># cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext <<< 138029 1726888204.15174: stdout chunk (state=3): >>># cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux <<< 138029 1726888204.15193: stdout chunk (state=3): >>># cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes <<< 138029 1726888204.15220: stdout chunk (state=3): >>># destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 138029 1726888204.15229: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping uuid <<< 138029 1726888204.15252: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # destroy _uuid <<< 138029 1726888204.15282: stdout chunk (state=3): >>># cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache <<< 138029 1726888204.15285: stdout chunk (state=3): >>># cleanup[3] wiping textwrap # cleanup[3] wiping tokenize <<< 138029 1726888204.15305: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex <<< 138029 1726888204.15311: stdout chunk (state=3): >>># cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings <<< 138029 1726888204.15338: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl <<< 138029 1726888204.15374: stdout chunk (state=3): >>># 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 <<< 138029 1726888204.15384: stdout chunk (state=3): >>># 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 <<< 138029 1726888204.15400: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch <<< 138029 1726888204.15410: stdout chunk (state=3): >>># cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery <<< 138029 1726888204.15432: stdout chunk (state=3): >>># cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 138029 1726888204.15439: 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 <<< 138029 1726888204.15452: 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 <<< 138029 1726888204.15476: stdout chunk (state=3): >>># 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 <<< 138029 1726888204.15509: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ <<< 138029 1726888204.15529: 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 # 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 <<< 138029 1726888204.16432: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888204.16483: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref <<< 138029 1726888204.16500: stdout chunk (state=3): >>># destroy zipimport <<< 138029 1726888204.16511: stdout chunk (state=3): >>># destroy gi._gi <<< 138029 1726888204.16524: stdout chunk (state=3): >>># destroy _struct <<< 138029 1726888204.16606: stdout chunk (state=3): >>># destroy pyudev <<< 138029 1726888204.16709: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser <<< 138029 1726888204.16715: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888204.16821: stdout chunk (state=3): >>># destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap <<< 138029 1726888204.16827: stdout chunk (state=3): >>># destroy fnmatch <<< 138029 1726888204.16859: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 138029 1726888204.16884: 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 <<< 138029 1726888204.16897: stdout chunk (state=3): >>># destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks <<< 138029 1726888204.16916: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # 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 <<< 138029 1726888204.16929: stdout chunk (state=3): >>># 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 <<< 138029 1726888204.16940: stdout chunk (state=3): >>># destroy _warnings <<< 138029 1726888204.16954: stdout chunk (state=3): >>># destroy posix <<< 138029 1726888204.16968: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888204.16982: stdout chunk (state=3): >>># destroy selinux._selinux <<< 138029 1726888204.16984: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 138029 1726888204.17048: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 138029 1726888204.17062: stdout chunk (state=3): >>># destroy _signal <<< 138029 1726888204.17087: stdout chunk (state=3): >>># destroy keyword # destroy abc <<< 138029 1726888204.17108: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888204.17123: 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 copy # destroy inspect <<< 138029 1726888204.17137: stdout chunk (state=3): >>># destroy blivet.formats.fslib <<< 138029 1726888204.17149: 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 <<< 138029 1726888204.17177: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections <<< 138029 1726888204.17217: stdout chunk (state=3): >>># destroy __main__ # destroy atexit # destroy errno # destroy grp <<< 138029 1726888204.17227: 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 <<< 138029 1726888204.17241: stdout chunk (state=3): >>># destroy platform # destroy distro # destroy datetime <<< 138029 1726888204.17271: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 138029 1726888204.17351: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888204.17493: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases <<< 138029 1726888204.17509: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy os # destroy functools <<< 138029 1726888204.17521: stdout chunk (state=3): >>># destroy re <<< 138029 1726888204.17526: stdout chunk (state=3): >>># destroy _random <<< 138029 1726888204.17562: stdout chunk (state=3): >>># destroy _thread # destroy itertools <<< 138029 1726888204.17565: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726888204.18414: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888204.18448: stderr chunk (state=3): >>><<< 138029 1726888204.18451: stdout chunk (state=3): >>><<< 138029 1726888204.18621: _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 0x7fc9844183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9843e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98441a960> 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 0x7fc98422cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fc98422dfd0> 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 0x7fc984273dd0> # /usr/lib64/python3.12/__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 0x7fc984273fe0> # /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 0x7fc9842a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984283a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984270f80> # /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 0x7fc9842c77d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842c63f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984282090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842c4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842f8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984270200> # /usr/lib64/python3.12/__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 0x7fc9842f8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842f8b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc9842f8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984266d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fc9842f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842f9220> 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 0x7fc9842fa450> 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 0x7fc984310680> 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 0x7fc984311d60> # /usr/lib64/python3.12/__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 0x7fc984312c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc984313260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984312150> # /usr/lib64/python3.12/__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 0x7fc984313ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984313410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842fa4b0> # /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 0x7fc984097b90> # /usr/lib64/python3.12/__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 0x7fc9840c06e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9840c0440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc9840c0710> # /usr/lib64/python3.12/__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 0x7fc9840c1040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc9840c1a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9840c08f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984095d30> # /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 0x7fc9840c2de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9840c18b0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9842faba0> # /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 0x7fc9840eb110> # /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 0x7fc984113440> # /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 0x7fc984170200> # /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 0x7fc984172960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984170320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98413d220> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983f792e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc984112240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9840c3ce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc984112840> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_xjgq8kvc/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 0x7fc983fc7020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983fa9f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983fa90a0> # 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 0x7fc983fc4ef0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fc983ffa960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983ffa6f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983ffa000> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fc983ffa750> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983fc7cb0> 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 0x7fc983ffb680> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc983ffb860> # /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 0x7fc983ffbda0> 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 0x7fc98391db20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc98391f740> # /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 0x7fc98391ffb0> # /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 0x7fc983921220> # /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 0x7fc983923d10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc9840c2d50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983921fd0> # /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 0x7fc98392bc20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98392a6f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98392a450> # /usr/lib64/python3.12/__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 0x7fc98392a9c0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9839224e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc98396fec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98396f8c0> # /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 0x7fc983971a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983971820> # /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 0x7fc983973f50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9839720c0> # /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 0x7fc983977680> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983973ec0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc9839789b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc983978860> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc983978a70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9839700e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fc98397bfe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc983801220> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98397a7b0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc98397bb60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98397a3f0> # 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 0x7fc983809370> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fc98380a150> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98392a660> 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 0x7fc98380a1e0> # 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 0x7fc98380b350> # 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 0x7fc983815d00> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983810ce0> 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 0x7fc9839026f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9840263c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983815e20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98380dc70> # 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 0x7fc9834ac920> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98388bd40> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983889670> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9838a80e0> # 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 0x7fc9834c2540> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834c2180> # /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 0x7fc9834e4cb0> # /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 0x7fc9834e5f10> # 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 0x7fc9834e5820> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834e5670> # /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 0x7fc9834e8410> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834e81a0> # /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 0x7fc9834ea210> # 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 0x7fc9834e9fa0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834e9880> # /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 0x7fc9834ecf80> # /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 0x7fc9834ed310> # /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 0x7fc9834ed790> # /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 0x7fc9834ee000> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834ec5f0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834ec0b0> # 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 0x7fc9834ee780> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834ebbf0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834ebb60> # /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 0x7fc983530e60> # /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 0x7fc983531ca0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9835313a0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834ef110> 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 0x7fc98353a570> 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 0x7fc98353ff50> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834e8d70> # /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 0x7fc9833cdf10> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833cd760> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98353a150> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834c2720> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834c1520> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9838a91f0> # /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 0x7fc9833e2630> # /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 0x7fc9833e43b0> # /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 0x7fc9833e7b90> # /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 0x7fc9833e8170> # /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 0x7fc9833e9220> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e90d0> # /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 0x7fc9833e94c0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e8e30> # /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 0x7fc9833e9970> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e97c0> # /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 0x7fc9833e9cd0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e99d0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e85c0> # /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 0x7fc9833e8c20> # /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 0x7fc9833edc70> # /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 0x7fc9833ee000> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833ed9d0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833ed040> # /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 0x7fc9833ee150> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e7830> # /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 0x7fc9833ee1e0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e53a0> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e4a70> # /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 0x7fc9833f61b0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833f4fe0> # /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 0x7fc9833fb6b0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e5190> # /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 0x7fc9835776e0> # /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 0x7fc9824642f0> # /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 0x7fc982464ad0> # /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 0x7fc982465100> # /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 0x7fc982465430> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982464170> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98342b8c0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834286e0> # /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 0x7fc9824781d0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983429190> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc983428230> # /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 0x7fc9824787d0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9834290a0> # /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 0x7fc982478a10> # /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 0x7fc982478e60> # /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 0x7fc982479610> # /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 0x7fc9824a0fb0> # /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 0x7fc9824a20c0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9824a1a90> # /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 0x7fc9824a24b0> # /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 0x7fc9824a3050> # /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 0x7fc982251d60> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982250a40> # /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 0x7fc9822531d0> # /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 0x7fc982274530> # /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 0x7fc982275370> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9824962a0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982495f10> # /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 0x7fc982277920> # /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 0x7fc9822a42c0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982277770> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982276e10> # /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 0x7fc9822c4ad0> # /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 0x7fc9822c4c20> # /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 0x7fc9822d83b0> # /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 0x7fc9822d8aa0> # /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 0x7fc9822d93d0> # /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 0x7fc9822d9850> # /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 0x7fc9822d9df0> # /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 0x7fc9822da0f0> # /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 0x7fc9822da6c0> # /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 0x7fc9822da840> # /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 0x7fc9822dbb00> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822db980> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822daa20> # /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 0x7fc982310830> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982310440> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822dbec0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822c5160> # /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 0x7fc9821402f0> # /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 0x7fc9821406b0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822c6d80> # /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 0x7fc982143740> # /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 0x7fc9821438c0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982142e10> # /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 0x7fc982159d90> # /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 0x7fc98215b1d0> # /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 0x7fc98215b980> # /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 0x7fc98216c260> # /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 0x7fc98216e030> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9835756a0> # /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 0x7fc98342b0b0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833fa840> # /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 0x7fc9821a11c0> # /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 0x7fc9821a2000> # /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 0x7fc9821a2810> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9821a0140> # /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 0x7fc9821dc320> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9821baa50> # /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 0x7fc9821ede50> # /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 0x7fc982207a10> # /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 0x7fc98202fe90> # /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 0x7fc98204a1e0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9820483e0> # /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 0x7fc982078650> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9822042f0> # /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 0x7fc982204530> # /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 0x7fc9820da600> # /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 0x7fc9820db140> # /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 0x7fc9820dbc50> # /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 0x7fc9820e8110> # /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 0x7fc9820e8fe0> # /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 0x7fc9820e98b0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9833e4500> # /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 0x7fc9820ea330> # /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 0x7fc981f34b60> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc98210a9f0> # 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 0x7fc981f943b0> # 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 0x7fc981f946e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981f80770> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981f6bef0> # /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 0x7fc981f80a70> # /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 0x7fc982024140> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981f97650> # /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 0x7fc9820245f0> # /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 0x7fc9820267b0> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982026540> # /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 0x7fc982026a80> # /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 0x7fc982026d80> # /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 0x7fc982026f30> # /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 0x7fc982027170> # /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 0x7fc982027710> # /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 0x7fc981b28200> # /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 0x7fc981b283b0> # /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 0x7fc981b28590> # /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 0x7fc981b28bc0> # /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 0x7fc981b29520> # /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 0x7fc981b29940> # /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 0x7fc981b29b80> # /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 0x7fc981b29c70> # /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 0x7fc981b29f40> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982025df0> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982024e90> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc982024da0> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981f95580> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc981f69940> # /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 0x7fc981bcd9d0> {"changed": true, "actions": [{"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/vg1-Lv3"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/vg1-Lv3"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/vg1-Lv2"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/vg1-Lv2"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/vg1-lv1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/vg1-lv1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/vg1"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/md/vg1-1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/md/vg1-1"}, {"action": "destroy format", "fs_type": "mdmember", "device": "/dev/sdb1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/sdb1"}, {"action": "destroy format", "fs_type": "disklabel", "device": "/dev/sdb"}, {"action": "destroy format", "fs_type": "mdmember", "device": "/dev/sdc1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/sdc1"}, {"action": "destroy format", "fs_type": "disklabel", "device": "/dev/sdc"}, {"action": "destroy format", "fs_type": "mdmember", "device": "/dev/sda1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/sda1"}, {"action": "destroy format", "fs_type": "disklabel", "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=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "path": "/opt/test3", "state": "absent", "fstype": "xfs"}, {"src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "path": "/opt/test2", "state": "absent", "fstype": "xfs"}, {"src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "path": "/opt/test1", "state": "absent", "fstype": "xfs"}], "crypts": [], "pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid1", "raid_device_count": 2, "raid_spare_count": 1, "raid_metadata_version": "1.0", "raid_chunk_size": "0 B", "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "2g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test2", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv2", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test3", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv3", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2"}]}], "volumes": [], "packages": ["xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid1", "raid_device_count": 2, "raid_spare_count": 1, "raid_metadata_version": "1.0", "raid_chunk_size": "0 B", "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "2g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test2", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv2", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test3", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "Lv3", "raid_level": null, "size": "3g", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2"}]}], "volumes": [], "use_partitions": true, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # 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 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 blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888204.19871: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [{'name': 'vg1', 'disks': ['sda', 'sdb', 'sdc'], 'type': 'lvm', 'raid_level': 'raid1', 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'state': 'absent', 'volumes': [{'name': 'lv1', 'size': '2g', 'mount_point': '/opt/test1'}, {'name': 'Lv2', 'size': '3g', 'mount_point': '/opt/test2'}, {'name': 'Lv3', 'size': '3g', 'mount_point': '/opt/test3'}]}], 'volumes': [], 'use_partitions': True, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888199.7163944-144491-120040694903626/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888204.19875: _low_level_execute_command(): starting 138029 1726888204.19877: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888199.7163944-144491-120040694903626/ > /dev/null 2>&1 && sleep 0' 138029 1726888204.19945: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888204.19971: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888204.19974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.20024: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888204.20031: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888204.20033: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888204.20081: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888204.21944: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888204.21976: stderr chunk (state=3): >>><<< 138029 1726888204.21980: stdout chunk (state=3): >>><<< 138029 1726888204.21995: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888204.22001: handler run complete 138029 1726888204.22101: attempt loop complete, returning result 138029 1726888204.22105: _execute() done 138029 1726888204.22107: dumping result to json 138029 1726888204.22125: done dumping result, returning 138029 1726888204.22133: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-5a58-73a2-000000002765] 138029 1726888204.22137: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002765 138029 1726888204.22389: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002765 138029 1726888204.22392: WORKER PROCESS EXITING changed: [managed_node3] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "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": "xfs", "path": "/opt/test3", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test1", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_raw_device": "/dev/mapper/vg1-Lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_raw_device": "/dev/mapper/vg1-Lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } 138029 1726888204.22786: no more pending results, returning what we have 138029 1726888204.22789: results queue empty 138029 1726888204.22790: checking for any_errors_fatal 138029 1726888204.22794: done checking for any_errors_fatal 138029 1726888204.22795: checking for max_fail_percentage 138029 1726888204.22796: done checking for max_fail_percentage 138029 1726888204.22796: checking to see if all hosts have failed and the running result is not ok 138029 1726888204.22797: done checking to see if all hosts have failed 138029 1726888204.22797: getting the remaining hosts for this loop 138029 1726888204.22798: done getting the remaining hosts for this loop 138029 1726888204.22801: getting the next task for host managed_node3 138029 1726888204.22805: done getting next task for host managed_node3 138029 1726888204.22807: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 138029 1726888204.22809: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888204.22816: getting variables 138029 1726888204.22817: in VariableManager get_vars() 138029 1726888204.22838: Calling all_inventory to load vars for managed_node3 138029 1726888204.22840: Calling groups_inventory to load vars for managed_node3 138029 1726888204.22841: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888204.22847: Calling all_plugins_play to load vars for managed_node3 138029 1726888204.22848: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888204.22850: Calling groups_plugins_play to load vars for managed_node3 138029 1726888204.23204: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888204.23607: done with get_vars() 138029 1726888204.23618: done getting variables 138029 1726888204.23666: 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:10:04 -0400 (0:00:04.587) 0:03:36.960 ****** 138029 1726888204.23691: entering _queue_task() for managed_node3/command 138029 1726888204.23917: worker is 1 (out of 1 available) 138029 1726888204.23930: exiting _queue_task() for managed_node3/command 138029 1726888204.23942: done queuing things up, now waiting for results queue to drain 138029 1726888204.23944: waiting for pending results... 138029 1726888204.24141: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 138029 1726888204.24258: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002766 138029 1726888204.24270: variable 'ansible_search_path' from source: unknown 138029 1726888204.24276: variable 'ansible_search_path' from source: unknown 138029 1726888204.24306: calling self._execute() 138029 1726888204.24394: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888204.24398: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888204.24408: variable 'omit' from source: magic vars 138029 1726888204.24691: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888204.26489: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888204.26544: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888204.26575: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888204.26603: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888204.26623: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888204.26681: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888204.26703: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888204.26720: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888204.26746: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888204.26758: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888204.26840: Evaluated conditional (storage_udevadm_trigger | d(false)): False 138029 1726888204.26844: when evaluation is False, skipping this task 138029 1726888204.26847: _execute() done 138029 1726888204.26850: dumping result to json 138029 1726888204.26853: done dumping result, returning 138029 1726888204.26861: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-5a58-73a2-000000002766] 138029 1726888204.26869: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002766 138029 1726888204.26968: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002766 138029 1726888204.26971: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 138029 1726888204.27036: no more pending results, returning what we have 138029 1726888204.27039: results queue empty 138029 1726888204.27040: checking for any_errors_fatal 138029 1726888204.27080: done checking for any_errors_fatal 138029 1726888204.27081: checking for max_fail_percentage 138029 1726888204.27082: done checking for max_fail_percentage 138029 1726888204.27083: checking to see if all hosts have failed and the running result is not ok 138029 1726888204.27084: done checking to see if all hosts have failed 138029 1726888204.27085: getting the remaining hosts for this loop 138029 1726888204.27086: done getting the remaining hosts for this loop 138029 1726888204.27089: getting the next task for host managed_node3 138029 1726888204.27095: done getting next task for host managed_node3 138029 1726888204.27099: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 138029 1726888204.27103: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888204.27121: getting variables 138029 1726888204.27122: in VariableManager get_vars() 138029 1726888204.27150: Calling all_inventory to load vars for managed_node3 138029 1726888204.27152: Calling groups_inventory to load vars for managed_node3 138029 1726888204.27154: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888204.27168: Calling all_plugins_play to load vars for managed_node3 138029 1726888204.27171: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888204.27173: Calling groups_plugins_play to load vars for managed_node3 138029 1726888204.27720: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888204.28096: done with get_vars() 138029 1726888204.28106: 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:10:04 -0400 (0:00:00.044) 0:03:37.005 ****** 138029 1726888204.28175: entering _queue_task() for managed_node3/stat 138029 1726888204.28386: worker is 1 (out of 1 available) 138029 1726888204.28401: exiting _queue_task() for managed_node3/stat 138029 1726888204.28413: done queuing things up, now waiting for results queue to drain 138029 1726888204.28415: waiting for pending results... 138029 1726888204.28606: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 138029 1726888204.28714: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002767 138029 1726888204.28726: variable 'ansible_search_path' from source: unknown 138029 1726888204.28729: variable 'ansible_search_path' from source: unknown 138029 1726888204.28759: calling self._execute() 138029 1726888204.28844: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888204.28848: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888204.28861: variable 'omit' from source: magic vars 138029 1726888204.28945: variable 'omit' from source: magic vars 138029 1726888204.29006: variable 'omit' from source: magic vars 138029 1726888204.29030: variable 'omit' from source: magic vars 138029 1726888204.29067: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888204.29098: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888204.29115: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888204.29131: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888204.29140: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888204.29153: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888204.29171: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888204.29194: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888204.29197: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888204.29202: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888204.29282: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888204.29286: Set connection var ansible_timeout to 10 138029 1726888204.29294: Set connection var ansible_pipelining to False 138029 1726888204.29298: Set connection var ansible_shell_type to sh 138029 1726888204.29300: Set connection var ansible_connection to ssh 138029 1726888204.29302: Set connection var ansible_shell_executable to /bin/sh 138029 1726888204.29326: variable 'ansible_shell_executable' from source: unknown 138029 1726888204.29330: variable 'ansible_connection' from source: unknown 138029 1726888204.29333: variable 'ansible_module_compression' from source: unknown 138029 1726888204.29336: variable 'ansible_shell_type' from source: unknown 138029 1726888204.29338: variable 'ansible_shell_executable' from source: unknown 138029 1726888204.29340: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888204.29343: variable 'ansible_pipelining' from source: unknown 138029 1726888204.29346: variable 'ansible_timeout' from source: unknown 138029 1726888204.29348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888204.29499: 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) 138029 1726888204.29511: variable 'omit' from source: magic vars 138029 1726888204.29514: starting attempt loop 138029 1726888204.29517: running the handler 138029 1726888204.29529: _low_level_execute_command(): starting 138029 1726888204.29535: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888204.30026: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888204.30053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.30064: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888204.30067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.30121: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888204.30124: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888204.30126: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888204.30188: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888204.31854: stdout chunk (state=3): >>>/root <<< 138029 1726888204.31954: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888204.31985: stderr chunk (state=3): >>><<< 138029 1726888204.31989: stdout chunk (state=3): >>><<< 138029 1726888204.32017: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888204.32027: _low_level_execute_command(): starting 138029 1726888204.32033: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888204.3201444-144535-162637801102523 `" && echo ansible-tmp-1726888204.3201444-144535-162637801102523="` echo /root/.ansible/tmp/ansible-tmp-1726888204.3201444-144535-162637801102523 `" ) && sleep 0' 138029 1726888204.32452: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888204.32482: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.32492: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888204.32495: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888204.32497: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.32539: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888204.32542: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888204.32595: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888204.34645: stdout chunk (state=3): >>>ansible-tmp-1726888204.3201444-144535-162637801102523=/root/.ansible/tmp/ansible-tmp-1726888204.3201444-144535-162637801102523 <<< 138029 1726888204.34750: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888204.34776: stderr chunk (state=3): >>><<< 138029 1726888204.34779: stdout chunk (state=3): >>><<< 138029 1726888204.34795: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888204.3201444-144535-162637801102523=/root/.ansible/tmp/ansible-tmp-1726888204.3201444-144535-162637801102523 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888204.34839: variable 'ansible_module_compression' from source: unknown 138029 1726888204.34887: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888204.34918: variable 'ansible_facts' from source: unknown 138029 1726888204.34984: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888204.3201444-144535-162637801102523/AnsiballZ_stat.py 138029 1726888204.35086: Sending initial data 138029 1726888204.35089: Sent initial data (155 bytes) 138029 1726888204.35517: 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 <<< 138029 1726888204.35520: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888204.35522: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.35524: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888204.35526: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.35576: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888204.35580: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888204.35641: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888204.37176: 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" <<< 138029 1726888204.37184: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888204.37217: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888204.37267: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmppuawuwrf /root/.ansible/tmp/ansible-tmp-1726888204.3201444-144535-162637801102523/AnsiballZ_stat.py <<< 138029 1726888204.37274: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888204.3201444-144535-162637801102523/AnsiballZ_stat.py" <<< 138029 1726888204.37314: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmppuawuwrf" to remote "/root/.ansible/tmp/ansible-tmp-1726888204.3201444-144535-162637801102523/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888204.3201444-144535-162637801102523/AnsiballZ_stat.py" <<< 138029 1726888204.37866: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888204.37901: stderr chunk (state=3): >>><<< 138029 1726888204.37905: stdout chunk (state=3): >>><<< 138029 1726888204.37921: done transferring module to remote 138029 1726888204.37932: _low_level_execute_command(): starting 138029 1726888204.37934: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888204.3201444-144535-162637801102523/ /root/.ansible/tmp/ansible-tmp-1726888204.3201444-144535-162637801102523/AnsiballZ_stat.py && sleep 0' 138029 1726888204.38327: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888204.38336: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888204.38361: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.38364: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888204.38376: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.38422: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888204.38429: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888204.38476: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888204.40207: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888204.40233: stderr chunk (state=3): >>><<< 138029 1726888204.40237: stdout chunk (state=3): >>><<< 138029 1726888204.40254: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888204.40259: _low_level_execute_command(): starting 138029 1726888204.40262: _low_level_execute_command(): using become for this command 138029 1726888204.40275: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zqezyryqafmqqyrkmsrvkikdqndndyqz ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888204.3201444-144535-162637801102523/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888204.40354: Initial state: awaiting_escalation: BECOME-SUCCESS-zqezyryqafmqqyrkmsrvkikdqndndyqz 138029 1726888204.40733: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888204.40737: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.40776: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888204.40779: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888204.40827: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888204.43871: stdout chunk (state=1): >>>BECOME-SUCCESS-zqezyryqafmqqyrkmsrvkikdqndndyqz <<< 138029 1726888204.43875: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zqezyryqafmqqyrkmsrvkikdqndndyqz' 138029 1726888204.44210: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888204.44246: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888204.44278: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888204.44282: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888204.44350: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888204.44357: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888204.44386: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888204.44424: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888204.44427: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888204.44449: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888204.44456: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888204.44509: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888204.44514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.44532: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888204.44554: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888204.44597: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888204.44609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888204.44628: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723ae03e0> <<< 138029 1726888204.44634: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723aafa10> <<< 138029 1726888204.44659: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888204.44673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888204.44679: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723ae2960> <<< 138029 1726888204.44693: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888204.44723: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888204.44728: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888204.44746: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888204.44783: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888204.44789: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888204.44871: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888204.44896: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888204.44907: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888204.44935: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888204.44951: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888204.44959: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888204.44982: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888204.44993: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888204.44998: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888204.45025: 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 <<< 138029 1726888204.45039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888204.45051: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723890fe0> <<< 138029 1726888204.45110: 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 <<< 138029 1726888204.45126: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.45130: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723891fd0> <<< 138029 1726888204.45156: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888204.45188: 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. <<< 138029 1726888204.45406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888204.45424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888204.45444: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888204.45460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.45476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888204.45521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888204.45531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888204.45568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888204.45571: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7238cfe90> <<< 138029 1726888204.45598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888204.45606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888204.45636: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888204.45642: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7238cff50> <<< 138029 1726888204.45667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888204.45689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888204.45717: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888204.45763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.45784: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888204.45812: 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' <<< 138029 1726888204.45841: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7239078c0> <<< 138029 1726888204.45844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888204.45851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888204.45858: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723907f50> <<< 138029 1726888204.45868: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888204.45921: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7238e7b60> <<< 138029 1726888204.45927: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888204.45953: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7238e5280> <<< 138029 1726888204.46044: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7238cd040> <<< 138029 1726888204.46068: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888204.46088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888204.46109: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888204.46135: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888204.46157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888204.46184: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888204.46189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888204.46228: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72392b7d0> <<< 138029 1726888204.46231: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72392a3f0> <<< 138029 1726888204.46270: 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' <<< 138029 1726888204.46273: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7238e6270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723928c50> <<< 138029 1726888204.46321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888204.46335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72395c830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7238cc2c0> <<< 138029 1726888204.46359: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 138029 1726888204.46366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888204.46401: 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 0x7fa72395cce0> <<< 138029 1726888204.46407: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72395cb90> <<< 138029 1726888204.46436: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.46450: 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 0x7fa72395cf80> <<< 138029 1726888204.46458: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7238cade0> <<< 138029 1726888204.46487: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888204.46495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.46508: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888204.46535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888204.46562: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72395d640> <<< 138029 1726888204.46571: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72395d310> import 'importlib.machinery' # <<< 138029 1726888204.46598: 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' <<< 138029 1726888204.46612: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72395e510> <<< 138029 1726888204.46626: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888204.46634: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888204.46670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888204.46695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888204.46723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888204.46731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723974740> <<< 138029 1726888204.46744: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888204.46781: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.46791: 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 0x7fa723975e50> <<< 138029 1726888204.46803: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888204.46814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888204.46843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888204.46851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888204.46853: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723976cf0> <<< 138029 1726888204.46901: 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 0x7fa723977320> <<< 138029 1726888204.46904: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723976240> <<< 138029 1726888204.46930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888204.46938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888204.46982: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.46999: 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 0x7fa723977da0> <<< 138029 1726888204.47004: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7239774d0> <<< 138029 1726888204.47039: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72395e570> <<< 138029 1726888204.47063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888204.47084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888204.47109: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888204.47126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888204.47161: 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 0x7fa7236f3c80> <<< 138029 1726888204.47185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888204.47190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888204.47221: 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 0x7fa72371c7a0> <<< 138029 1726888204.47229: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72371c500> <<< 138029 1726888204.47248: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.47254: 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 0x7fa72371c740> <<< 138029 1726888204.47281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888204.47286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888204.47360: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.47494: 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 0x7fa72371d0a0> <<< 138029 1726888204.47599: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.47622: 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 0x7fa72371da60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72371c950> <<< 138029 1726888204.47628: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7236f1e20> <<< 138029 1726888204.47661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888204.47673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888204.47699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888204.47706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888204.47719: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72371ee40> <<< 138029 1726888204.47740: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72371db80> <<< 138029 1726888204.47770: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72395ec60> <<< 138029 1726888204.47788: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888204.47849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.47871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888204.47906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888204.47929: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7237471a0> <<< 138029 1726888204.47991: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888204.47996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.48018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888204.48038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888204.48083: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7237734d0> <<< 138029 1726888204.48104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888204.48149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888204.48201: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888204.48226: 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' <<< 138029 1726888204.48235: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7237cc290> <<< 138029 1726888204.48247: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888204.48275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888204.48304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888204.48342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888204.48430: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7237ce9f0> <<< 138029 1726888204.48501: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7237cc3b0> <<< 138029 1726888204.48542: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7237992b0> <<< 138029 1726888204.48569: 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' <<< 138029 1726888204.48578: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72310d3a0> <<< 138029 1726888204.48586: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7237722d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72371fd70> <<< 138029 1726888204.48830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888204.48846: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa7237728d0> <<< 138029 1726888204.49020: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_r1by_aj5/ansible_stat_payload.zip' <<< 138029 1726888204.49022: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.49152: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.49178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888204.49196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888204.49235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888204.49307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888204.49344: 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 0x7fa7231630e0> <<< 138029 1726888204.49350: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888204.49523: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723141fd0> <<< 138029 1726888204.49535: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723141160> # zipimport: zlib available <<< 138029 1726888204.49559: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888204.49576: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.49589: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.49603: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.49614: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888204.49636: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.51017: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.52110: 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' <<< 138029 1726888204.52115: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723160fb0> <<< 138029 1726888204.52136: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888204.52141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.52172: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888204.52178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888204.52201: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888204.52206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888204.52236: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.52241: 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 0x7fa72318aae0> <<< 138029 1726888204.52276: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72318a8d0> <<< 138029 1726888204.52301: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72318a210> <<< 138029 1726888204.52326: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888204.52330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888204.52381: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72318a630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723163d70> <<< 138029 1726888204.52386: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888204.52416: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.52421: 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 0x7fa72318b8c0> <<< 138029 1726888204.52444: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.52447: 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 0x7fa72318bb00> <<< 138029 1726888204.52472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888204.52521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888204.52532: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888204.52582: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72318bf80> <<< 138029 1726888204.52596: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888204.52603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888204.52632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888204.52668: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa722ffdd90> <<< 138029 1726888204.52697: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.52710: 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 0x7fa722fff9b0> <<< 138029 1726888204.52724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888204.52734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888204.52777: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7230003b0> <<< 138029 1726888204.52787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888204.52823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888204.52838: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7230012b0> <<< 138029 1726888204.52861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888204.52891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888204.52918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888204.52922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888204.52976: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723003fe0> <<< 138029 1726888204.53010: 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 0x7fa723008650> <<< 138029 1726888204.53032: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7230022a0> <<< 138029 1726888204.53056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888204.53085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888204.53104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888204.53114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888204.53122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888204.53168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888204.53175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888204.53197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72300bf50> <<< 138029 1726888204.53202: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888204.53280: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72300aae0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72300a840> <<< 138029 1726888204.53288: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888204.53303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888204.53378: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72300adb0> <<< 138029 1726888204.53405: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7230027b0> <<< 138029 1726888204.53429: 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 0x7fa723050260> <<< 138029 1726888204.53458: 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 0x7fa7230503b0> <<< 138029 1726888204.53483: 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 <<< 138029 1726888204.53503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888204.53512: 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' <<< 138029 1726888204.53561: 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 0x7fa723051e20> <<< 138029 1726888204.53568: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723051be0> <<< 138029 1726888204.53580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888204.53687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888204.53735: 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 0x7fa7230543b0> <<< 138029 1726888204.53740: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723052510> <<< 138029 1726888204.53766: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888204.53803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.53830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888204.53835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888204.53843: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888204.53886: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723057b90> <<< 138029 1726888204.54007: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723054560> <<< 138029 1726888204.54070: 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 0x7fa723058dd0> <<< 138029 1726888204.54100: 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 0x7fa723058c80> <<< 138029 1726888204.54145: 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' <<< 138029 1726888204.54152: 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 0x7fa723058f20> <<< 138029 1726888204.54162: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723050560> <<< 138029 1726888204.54181: 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 <<< 138029 1726888204.54184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888204.54203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888204.54224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888204.54259: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.54275: 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 0x7fa7230e4530> <<< 138029 1726888204.54427: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.54439: 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 0x7fa7230e5790> <<< 138029 1726888204.54445: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72305acc0> <<< 138029 1726888204.54472: 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 0x7fa72305ac00> <<< 138029 1726888204.54485: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72305a8d0> <<< 138029 1726888204.54501: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.54509: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.54517: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888204.54529: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.54614: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.54703: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.54722: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.54725: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888204.54730: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.54752: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.54766: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888204.54775: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.54890: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.55009: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.55539: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.56069: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888204.56078: 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' # <<< 138029 1726888204.56103: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888204.56115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.56171: 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 0x7fa722eed8e0> <<< 138029 1726888204.56243: 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' <<< 138029 1726888204.56266: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa722eee630> <<< 138029 1726888204.56273: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72300af60> <<< 138029 1726888204.56324: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888204.56329: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.56360: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.56363: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888204.56382: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.56526: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.56680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888204.56695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa722eee780> <<< 138029 1726888204.56701: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.57153: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.57591: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.57662: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.57737: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888204.57742: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.57788: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.57816: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888204.57833: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.57901: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.57986: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888204.58007: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.58016: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.58018: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888204.58034: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.58072: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.58110: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888204.58115: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.58350: stdout chunk (state=3): >>># zipimport: zlib available<<< 138029 1726888204.58357: stdout chunk (state=3): >>> <<< 138029 1726888204.58586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888204.58646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888204.58653: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888204.58722: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa722eef920> <<< 138029 1726888204.58727: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.58801: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.58879: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888204.58892: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888204.58903: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888204.58911: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.58959: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.59001: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888204.59005: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.59051: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.59099: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.59153: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.59222: 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 <<< 138029 1726888204.59261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.59344: 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 0x7fa722efa360> <<< 138029 1726888204.59377: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa722ef5280> <<< 138029 1726888204.59417: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888204.59421: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 138029 1726888204.59428: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.59487: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.59550: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.59577: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.59618: 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' <<< 138029 1726888204.59636: 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 <<< 138029 1726888204.59666: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888204.59679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888204.59737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888204.59756: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888204.59779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888204.59828: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7231e2c30> <<< 138029 1726888204.59874: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7231d6900> <<< 138029 1726888204.59957: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa722efa4e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa722eef2f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888204.59962: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.59991: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.60017: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888204.60073: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888204.60106: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888204.60110: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726888204.60122: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.60249: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.60440: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.61781: 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": 1576, "inode": 257949954, "dev": 51714, "nlink": 1, "atime": 1726888066.738145, "mtime": 1726888066.718145, "ctime": 1726888066.718145, "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": "03b6088f6a73c07bf2bc675d9af7e60076b3ca96", "mimetype": "text/plain", "charset": "us-ascii", "version": "585673919", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888204.61800: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888204.62214: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888204.62275: 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 <<< 138029 1726888204.62279: 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 <<< 138029 1726888204.62396: 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 # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess <<< 138029 1726888204.62413: 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.modules # destroy ansible.modules <<< 138029 1726888204.62626: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888204.62630: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888204.62661: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 138029 1726888204.62673: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 <<< 138029 1726888204.62676: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888204.62700: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888204.62734: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888204.62747: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888204.62769: 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 <<< 138029 1726888204.62775: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 138029 1726888204.62792: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888204.62795: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888204.62816: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888204.62829: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888204.62850: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888204.62874: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888204.62885: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888204.62942: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888204.62946: 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 <<< 138029 1726888204.62970: 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 <<< 138029 1726888204.63003: 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 <<< 138029 1726888204.63025: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888204.63057: 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 <<< 138029 1726888204.63069: 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 <<< 138029 1726888204.63080: 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 <<< 138029 1726888204.63206: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888204.63217: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888204.63222: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888204.63249: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888204.63254: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888204.63280: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg <<< 138029 1726888204.63285: stdout chunk (state=3): >>># destroy contextlib <<< 138029 1726888204.63305: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888204.63324: 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 <<< 138029 1726888204.63332: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888204.63346: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888204.63434: 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 <<< 138029 1726888204.63437: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888204.63469: stdout chunk (state=3): >>># destroy _random <<< 138029 1726888204.63472: stdout chunk (state=3): >>># destroy _weakref <<< 138029 1726888204.63492: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888204.63498: stdout chunk (state=3): >>># destroy _operator <<< 138029 1726888204.63510: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 138029 1726888204.63532: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888204.63541: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888204.64004: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888204.64035: stderr chunk (state=3): >>><<< 138029 1726888204.64038: stdout chunk (state=3): >>><<< 138029 1726888204.64110: _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 0x7fa723ae03e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723aafa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723ae2960> 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 0x7fa723890fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fa723891fd0> 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 0x7fa7238cfe90> # /usr/lib64/python3.12/__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 0x7fa7238cff50> # /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 0x7fa7239078c0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723907f50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7238e7b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7238e5280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7238cd040> # /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 0x7fa72392b7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72392a3f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7238e6270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723928c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72395c830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7238cc2c0> # /usr/lib64/python3.12/__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 0x7fa72395cce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72395cb90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa72395cf80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7238cade0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fa72395d640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72395d310> 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 0x7fa72395e510> 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 0x7fa723974740> 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 0x7fa723975e50> # /usr/lib64/python3.12/__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 0x7fa723976cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa723977320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723976240> # /usr/lib64/python3.12/__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 0x7fa723977da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7239774d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72395e570> # /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 0x7fa7236f3c80> # /usr/lib64/python3.12/__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 0x7fa72371c7a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72371c500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa72371c740> # /usr/lib64/python3.12/__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 0x7fa72371d0a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa72371da60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72371c950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7236f1e20> # /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 0x7fa72371ee40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72371db80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72395ec60> # /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 0x7fa7237471a0> # /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 0x7fa7237734d0> # /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 0x7fa7237cc290> # /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 0x7fa7237ce9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7237cc3b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7237992b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72310d3a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7237722d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72371fd70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa7237728d0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_r1by_aj5/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 0x7fa7231630e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723141fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723141160> # 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 0x7fa723160fb0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fa72318aae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72318a8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72318a210> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fa72318a630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723163d70> 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 0x7fa72318b8c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa72318bb00> # /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 0x7fa72318bf80> 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 0x7fa722ffdd90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa722fff9b0> # /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 0x7fa7230003b0> # /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 0x7fa7230012b0> # /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 0x7fa723003fe0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa723008650> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7230022a0> # /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 0x7fa72300bf50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72300aae0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72300a840> # /usr/lib64/python3.12/__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 0x7fa72300adb0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7230027b0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa723050260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7230503b0> # /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 0x7fa723051e20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723051be0> # /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 0x7fa7230543b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723052510> # /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 0x7fa723057b90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723054560> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa723058dd0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa723058c80> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa723058f20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa723050560> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fa7230e4530> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa7230e5790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72305acc0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa72305ac00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72305a8d0> # 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 0x7fa722eed8e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fa722eee630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa72300af60> 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 0x7fa722eee780> # 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 0x7fa722eef920> # 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 0x7fa722efa360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa722ef5280> 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 0x7fa7231e2c30> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa7231d6900> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa722efa4e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa722eef2f0> # 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": 1576, "inode": 257949954, "dev": 51714, "nlink": 1, "atime": 1726888066.738145, "mtime": 1726888066.718145, "ctime": 1726888066.718145, "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": "03b6088f6a73c07bf2bc675d9af7e60076b3ca96", "mimetype": "text/plain", "charset": "us-ascii", "version": "585673919", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888204.64672: 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-1726888204.3201444-144535-162637801102523/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888204.64676: _low_level_execute_command(): starting 138029 1726888204.64678: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888204.3201444-144535-162637801102523/ > /dev/null 2>&1 && sleep 0' 138029 1726888204.64823: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888204.64827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.64829: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888204.64831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.64884: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888204.64891: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888204.64934: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888204.66725: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888204.66751: stderr chunk (state=3): >>><<< 138029 1726888204.66754: stdout chunk (state=3): >>><<< 138029 1726888204.66770: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888204.66775: handler run complete 138029 1726888204.66806: attempt loop complete, returning result 138029 1726888204.66809: _execute() done 138029 1726888204.66812: dumping result to json 138029 1726888204.66818: done dumping result, returning 138029 1726888204.66826: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-5a58-73a2-000000002767] 138029 1726888204.66833: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002767 ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726888066.738145, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "03b6088f6a73c07bf2bc675d9af7e60076b3ca96", "ctime": 1726888066.718145, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 257949954, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726888066.718145, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1576, "uid": 0, "version": "585673919", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 138029 1726888204.67052: no more pending results, returning what we have 138029 1726888204.67057: results queue empty 138029 1726888204.67058: checking for any_errors_fatal 138029 1726888204.67068: done checking for any_errors_fatal 138029 1726888204.67069: checking for max_fail_percentage 138029 1726888204.67071: done checking for max_fail_percentage 138029 1726888204.67072: checking to see if all hosts have failed and the running result is not ok 138029 1726888204.67072: done checking to see if all hosts have failed 138029 1726888204.67073: getting the remaining hosts for this loop 138029 1726888204.67075: done getting the remaining hosts for this loop 138029 1726888204.67078: getting the next task for host managed_node3 138029 1726888204.67084: done getting next task for host managed_node3 138029 1726888204.67087: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 138029 1726888204.67090: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888204.67102: getting variables 138029 1726888204.67104: in VariableManager get_vars() 138029 1726888204.67139: Calling all_inventory to load vars for managed_node3 138029 1726888204.67141: Calling groups_inventory to load vars for managed_node3 138029 1726888204.67143: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888204.67153: Calling all_plugins_play to load vars for managed_node3 138029 1726888204.67157: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888204.67160: Calling groups_plugins_play to load vars for managed_node3 138029 1726888204.67608: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002767 138029 1726888204.67612: WORKER PROCESS EXITING 138029 1726888204.67622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888204.68022: done with get_vars() 138029 1726888204.68034: 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:10:04 -0400 (0:00:00.399) 0:03:37.404 ****** 138029 1726888204.68106: entering _queue_task() for managed_node3/lineinfile 138029 1726888204.68329: worker is 1 (out of 1 available) 138029 1726888204.68343: exiting _queue_task() for managed_node3/lineinfile 138029 1726888204.68357: done queuing things up, now waiting for results queue to drain 138029 1726888204.68359: waiting for pending results... 138029 1726888204.68552: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 138029 1726888204.68661: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002768 138029 1726888204.68679: variable 'ansible_search_path' from source: unknown 138029 1726888204.68683: variable 'ansible_search_path' from source: unknown 138029 1726888204.68712: calling self._execute() 138029 1726888204.68807: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888204.68811: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888204.68821: variable 'omit' from source: magic vars 138029 1726888204.69118: variable '__storage_fstab' from source: set_fact 138029 1726888204.69148: Evaluated conditional (__storage_fstab.stat.exists): True 138029 1726888204.69260: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888204.69464: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888204.69498: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888204.69521: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888204.69550: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888204.69615: variable 'blivet_output' from source: set_fact 138029 1726888204.69653: Evaluated conditional (blivet_output is changed): True 138029 1726888204.69659: variable 'omit' from source: magic vars 138029 1726888204.69711: variable 'omit' from source: magic vars 138029 1726888204.69731: variable '__str' from source: task vars 138029 1726888204.69787: variable '__str' from source: task vars 138029 1726888204.69795: variable '__str' from source: task vars 138029 1726888204.69837: variable '__str' from source: task vars 138029 1726888204.69848: variable 'omit' from source: magic vars 138029 1726888204.69874: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888204.69904: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888204.69916: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888204.69929: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888204.69937: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888204.69950: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888204.69964: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888204.69990: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888204.69995: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888204.69997: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888204.70078: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888204.70081: Set connection var ansible_timeout to 10 138029 1726888204.70086: Set connection var ansible_pipelining to False 138029 1726888204.70089: Set connection var ansible_shell_type to sh 138029 1726888204.70092: Set connection var ansible_connection to ssh 138029 1726888204.70096: Set connection var ansible_shell_executable to /bin/sh 138029 1726888204.70118: variable 'ansible_shell_executable' from source: unknown 138029 1726888204.70143: variable 'ansible_connection' from source: unknown 138029 1726888204.70146: variable 'ansible_module_compression' from source: unknown 138029 1726888204.70149: variable 'ansible_shell_type' from source: unknown 138029 1726888204.70152: variable 'ansible_shell_executable' from source: unknown 138029 1726888204.70156: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888204.70162: variable 'ansible_pipelining' from source: unknown 138029 1726888204.70164: variable 'ansible_timeout' from source: unknown 138029 1726888204.70171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888204.70282: 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) 138029 1726888204.70291: variable 'omit' from source: magic vars 138029 1726888204.70296: starting attempt loop 138029 1726888204.70298: running the handler 138029 1726888204.70308: _low_level_execute_command(): starting 138029 1726888204.70315: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888204.70812: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888204.70817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888204.70826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.70861: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888204.70881: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888204.70933: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888204.72514: stdout chunk (state=3): >>>/root <<< 138029 1726888204.72614: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888204.72644: stderr chunk (state=3): >>><<< 138029 1726888204.72647: stdout chunk (state=3): >>><<< 138029 1726888204.72672: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888204.72683: _low_level_execute_command(): starting 138029 1726888204.72686: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888204.7266922-144543-210419829225403 `" && echo ansible-tmp-1726888204.7266922-144543-210419829225403="` echo /root/.ansible/tmp/ansible-tmp-1726888204.7266922-144543-210419829225403 `" ) && sleep 0' 138029 1726888204.73113: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888204.73117: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888204.73120: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888204.73123: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.73174: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888204.73178: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888204.73188: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888204.73225: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888204.75358: stdout chunk (state=3): >>>ansible-tmp-1726888204.7266922-144543-210419829225403=/root/.ansible/tmp/ansible-tmp-1726888204.7266922-144543-210419829225403 <<< 138029 1726888204.75469: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888204.75491: stderr chunk (state=3): >>><<< 138029 1726888204.75494: stdout chunk (state=3): >>><<< 138029 1726888204.75507: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888204.7266922-144543-210419829225403=/root/.ansible/tmp/ansible-tmp-1726888204.7266922-144543-210419829225403 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888204.75548: variable 'ansible_module_compression' from source: unknown 138029 1726888204.75593: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.lineinfile-ZIP_DEFLATED 138029 1726888204.75624: variable 'ansible_facts' from source: unknown 138029 1726888204.75686: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888204.7266922-144543-210419829225403/AnsiballZ_lineinfile.py 138029 1726888204.75790: Sending initial data 138029 1726888204.75794: Sent initial data (161 bytes) 138029 1726888204.76221: 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 <<< 138029 1726888204.76225: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888204.76227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.76230: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888204.76232: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.76281: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888204.76284: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888204.76289: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888204.76333: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888204.77878: 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 <<< 138029 1726888204.77881: 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 <<< 138029 1726888204.77922: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888204.77973: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp60x_3c26 /root/.ansible/tmp/ansible-tmp-1726888204.7266922-144543-210419829225403/AnsiballZ_lineinfile.py <<< 138029 1726888204.77976: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888204.7266922-144543-210419829225403/AnsiballZ_lineinfile.py" <<< 138029 1726888204.78017: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp60x_3c26" to remote "/root/.ansible/tmp/ansible-tmp-1726888204.7266922-144543-210419829225403/AnsiballZ_lineinfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888204.7266922-144543-210419829225403/AnsiballZ_lineinfile.py" <<< 138029 1726888204.78585: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888204.78622: stderr chunk (state=3): >>><<< 138029 1726888204.78626: stdout chunk (state=3): >>><<< 138029 1726888204.78642: done transferring module to remote 138029 1726888204.78653: _low_level_execute_command(): starting 138029 1726888204.78661: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888204.7266922-144543-210419829225403/ /root/.ansible/tmp/ansible-tmp-1726888204.7266922-144543-210419829225403/AnsiballZ_lineinfile.py && sleep 0' 138029 1726888204.79058: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888204.79071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.79089: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888204.79091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.79140: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888204.79145: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888204.79195: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888204.80914: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888204.80935: stderr chunk (state=3): >>><<< 138029 1726888204.80938: stdout chunk (state=3): >>><<< 138029 1726888204.80952: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888204.80957: _low_level_execute_command(): starting 138029 1726888204.80961: _low_level_execute_command(): using become for this command 138029 1726888204.80977: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zbpcprzjvyqqopbgczzjencxundsahuw ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888204.7266922-144543-210419829225403/AnsiballZ_lineinfile.py'"'"' && sleep 0' 138029 1726888204.81045: Initial state: awaiting_escalation: BECOME-SUCCESS-zbpcprzjvyqqopbgczzjencxundsahuw 138029 1726888204.81414: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888204.81420: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888204.81441: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888204.81448: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888204.81516: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888204.84438: stdout chunk (state=1): >>>BECOME-SUCCESS-zbpcprzjvyqqopbgczzjencxundsahuw <<< 138029 1726888204.84442: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zbpcprzjvyqqopbgczzjencxundsahuw' 138029 1726888204.84773: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888204.84808: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888204.84831: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888204.84845: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888204.84916: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888204.84920: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888204.84954: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888204.84986: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888204.84991: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888204.85012: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888204.85017: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888204.85078: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888204.85091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.85098: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888204.85117: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888204.85159: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888204.85176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888204.85193: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e790183e0> <<< 138029 1726888204.85197: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78fe7a10> <<< 138029 1726888204.85221: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888204.85232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888204.85246: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e7901a960> <<< 138029 1726888204.85256: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888204.85286: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888204.85289: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888204.85311: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888204.85342: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888204.85353: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888204.85434: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888204.85465: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888204.85472: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888204.85500: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888204.85520: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888204.85527: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888204.85538: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888204.85565: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888204.85568: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888204.85591: 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 <<< 138029 1726888204.85614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888204.85619: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78de8fe0> <<< 138029 1726888204.85692: 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 <<< 138029 1726888204.85696: 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 0x7f2e78de9fd0> <<< 138029 1726888204.85726: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888204.85763: 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. <<< 138029 1726888204.85982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888204.86001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888204.86020: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888204.86050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.86057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888204.86106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888204.86113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888204.86159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888204.86172: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e2fe30> <<< 138029 1726888204.86186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888204.86189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888204.86222: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888204.86232: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e2fef0> <<< 138029 1726888204.86246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888204.86276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888204.86302: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888204.86349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.86376: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888204.86392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 138029 1726888204.86407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e5f860> <<< 138029 1726888204.86423: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888204.86442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888204.86445: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e5fef0> <<< 138029 1726888204.86464: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888204.86513: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e3fb00> <<< 138029 1726888204.86519: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888204.86542: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e3d220> <<< 138029 1726888204.86637: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e2cfe0> <<< 138029 1726888204.86661: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888204.86687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888204.86691: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888204.86723: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888204.86758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888204.86768: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888204.86780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888204.86811: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e837d0> <<< 138029 1726888204.86818: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e823f0> <<< 138029 1726888204.86858: 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 0x7f2e78e3fe60> <<< 138029 1726888204.86863: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e80c20> <<< 138029 1726888204.86906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888204.86941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78eb4800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e2c260> <<< 138029 1726888204.86959: 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' <<< 138029 1726888204.86980: 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 0x7f2e78eb4cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78eb4b60> <<< 138029 1726888204.87019: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.87027: 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 0x7f2e78eb4f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e22d80> <<< 138029 1726888204.87074: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888204.87081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.87086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888204.87112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888204.87146: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78eb5640> <<< 138029 1726888204.87148: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78eb5310> import 'importlib.machinery' # <<< 138029 1726888204.87174: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888204.87182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888204.87196: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78eb6510> <<< 138029 1726888204.87215: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888204.87221: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888204.87245: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888204.87285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888204.87302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888204.87316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78ecc740> <<< 138029 1726888204.87323: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888204.87356: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.87361: 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 0x7f2e78ecde20> <<< 138029 1726888204.87386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888204.87396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888204.87421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888204.87431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888204.87442: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78ececc0> <<< 138029 1726888204.87486: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.87491: 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 0x7f2e78ecf2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78ece210> <<< 138029 1726888204.87516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888204.87522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888204.87564: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.87579: 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 0x7f2e78ecfd70> <<< 138029 1726888204.87587: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78ecf4a0> <<< 138029 1726888204.87626: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78eb6570> <<< 138029 1726888204.87649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888204.87670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888204.87696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888204.87711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888204.87745: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.87751: 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 0x7f2e78c57c20> <<< 138029 1726888204.87775: 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' <<< 138029 1726888204.87805: 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' <<< 138029 1726888204.87815: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e78c806b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78c80410> <<< 138029 1726888204.87836: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.87843: 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 0x7f2e78c806e0> <<< 138029 1726888204.87874: 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' <<< 138029 1726888204.87950: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.88071: 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 0x7f2e78c81010> <<< 138029 1726888204.88186: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.88190: 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 0x7f2e78c819d0> <<< 138029 1726888204.88206: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78c808c0> <<< 138029 1726888204.88210: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78c55dc0> <<< 138029 1726888204.88235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888204.88253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888204.88280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888204.88287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888204.88299: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78c82db0> <<< 138029 1726888204.88319: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78c81af0> <<< 138029 1726888204.88344: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78eb6c60> <<< 138029 1726888204.88368: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888204.88426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.88444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888204.88484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888204.88506: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78caf0b0> <<< 138029 1726888204.88569: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888204.88575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.88598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888204.88614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888204.88660: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78cd7470> <<< 138029 1726888204.88681: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888204.88725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888204.88781: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888204.88805: 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 0x7f2e78d30230> <<< 138029 1726888204.88817: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888204.88851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888204.88873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888204.88919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888204.89003: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78d32990> <<< 138029 1726888204.89077: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78d30350> <<< 138029 1726888204.89111: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78cfd250> <<< 138029 1726888204.89138: 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' <<< 138029 1726888204.89152: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78b35310> <<< 138029 1726888204.89162: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78cd6270> <<< 138029 1726888204.89169: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78c83c80> <<< 138029 1726888204.89479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888204.89488: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e78cd65d0> <<< 138029 1726888204.89693: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_r6wj4_jm/ansible_lineinfile_payload.zip' # zipimport: zlib available <<< 138029 1726888204.89816: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.89848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888204.89857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888204.89899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888204.89974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888204.90005: 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 0x7f2e78b8b080> <<< 138029 1726888204.90008: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888204.90196: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78b69f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78b690d0> <<< 138029 1726888204.90203: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.90228: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888204.90237: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.90263: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.90279: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.90290: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888204.90301: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.91674: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.92772: 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' <<< 138029 1726888204.92787: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78b88f20> <<< 138029 1726888204.92806: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888204.92811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.92824: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888204.92836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888204.92858: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888204.92876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888204.92892: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.92899: 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 0x7f2e78bb6a20> <<< 138029 1726888204.92928: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78bb67e0> <<< 138029 1726888204.92970: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78bb60f0> <<< 138029 1726888204.92984: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888204.92992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888204.93021: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78bb6540> <<< 138029 1726888204.93042: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78b8baa0> import 'atexit' # <<< 138029 1726888204.93074: 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 0x7f2e78bb77a0> <<< 138029 1726888204.93099: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.93109: 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 0x7f2e78bb79e0> <<< 138029 1726888204.93118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888204.93168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888204.93176: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888204.93222: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78bb7ef0> <<< 138029 1726888204.93225: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888204.93254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888204.93275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888204.93315: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78515c70> <<< 138029 1726888204.93342: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.93351: 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 0x7f2e78517890> <<< 138029 1726888204.93367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888204.93384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888204.93418: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78518200> <<< 138029 1726888204.93443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888204.93466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888204.93486: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78519100> <<< 138029 1726888204.93501: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888204.93540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888204.93566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888204.93572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888204.93617: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e7851be60> <<< 138029 1726888204.93654: 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 0x7f2e78e22e70> <<< 138029 1726888204.93673: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e7851a120> <<< 138029 1726888204.93693: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888204.93717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888204.93747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888204.93763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888204.93766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888204.93792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888204.93826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888204.93829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78523c80> <<< 138029 1726888204.93847: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888204.93906: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78522750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e785224e0> <<< 138029 1726888204.93931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888204.93934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888204.94012: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78522a20> <<< 138029 1726888204.94037: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e7851a630> <<< 138029 1726888204.94072: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.94077: 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 0x7f2e78567f20> <<< 138029 1726888204.94096: 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 0x7f2e785684a0> <<< 138029 1726888204.94116: 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 <<< 138029 1726888204.94139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888204.94160: 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' <<< 138029 1726888204.94197: 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 0x7f2e78569b20> <<< 138029 1726888204.94218: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78569910> <<< 138029 1726888204.94220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888204.94314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888204.94366: 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 0x7f2e7856bf80> <<< 138029 1726888204.94387: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e7856a180> <<< 138029 1726888204.94393: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888204.94425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.94450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888204.94465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888204.94471: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888204.94512: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e7856f5c0> <<< 138029 1726888204.94630: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e7856bef0> <<< 138029 1726888204.94689: 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 0x7f2e78570200> <<< 138029 1726888204.94719: 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 0x7f2e785704d0> <<< 138029 1726888204.94758: 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 0x7f2e78570800> <<< 138029 1726888204.94777: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78568290> <<< 138029 1726888204.94793: 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 <<< 138029 1726888204.94808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888204.94821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888204.94842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888204.94868: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.94888: 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 0x7f2e78573f80> <<< 138029 1726888204.95039: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888204.95049: 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 0x7f2e785fd0d0> <<< 138029 1726888204.95054: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78572750> <<< 138029 1726888204.95077: 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' <<< 138029 1726888204.95095: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e78573aa0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78572360> <<< 138029 1726888204.95103: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.95115: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.95133: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888204.95142: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.95225: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.95313: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.95329: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888204.95343: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.95362: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.95377: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888204.95383: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.95494: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.95610: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.96133: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.96661: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888204.96675: 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' # <<< 138029 1726888204.96699: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888204.96710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.96765: 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 0x7f2e784012b0> <<< 138029 1726888204.96845: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888204.96859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888204.96872: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78402150> <<< 138029 1726888204.96875: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e785fd3d0> <<< 138029 1726888204.96926: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888204.96931: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.96949: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.96972: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888204.96977: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.97122: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.97274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888204.97292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e784021e0> <<< 138029 1726888204.97299: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.97748: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.98187: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.98260: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.98326: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888204.98343: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.98382: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.98416: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888204.98421: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.98493: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.98574: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888204.98595: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.98599: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.98617: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888204.98664: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.98696: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888204.98714: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.98937: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.99163: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888204.99223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888204.99229: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888204.99298: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78403380> <<< 138029 1726888204.99301: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.99377: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.99454: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888204.99461: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888204.99484: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.99524: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.99570: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888204.99577: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.99621: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.99669: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.99721: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888204.99790: 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 <<< 138029 1726888204.99826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888204.99908: 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 0x7f2e7840df70> <<< 138029 1726888204.99942: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78408ce0> <<< 138029 1726888204.99972: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888204.99980: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 138029 1726888204.99988: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.00054: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.00116: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.00147: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.00190: 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 <<< 138029 1726888205.00196: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.00213: 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 <<< 138029 1726888205.00251: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888205.00254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888205.00318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888205.00344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888205.00361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888205.00407: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e785028d0> <<< 138029 1726888205.00458: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78bea5a0> <<< 138029 1726888205.00534: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e7840e0c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78402f90> <<< 138029 1726888205.00544: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888205.00580: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.00602: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888205.00662: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888205.00683: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.00692: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.00700: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726888205.00711: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.00966: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.01278: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.02011: 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}}} <<< 138029 1726888205.02016: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888205.02479: 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 <<< 138029 1726888205.02484: 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 # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 138029 1726888205.02768: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888205.02773: 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 <<< 138029 1726888205.02809: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath <<< 138029 1726888205.02858: 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 <<< 138029 1726888205.02895: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888205.02908: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888205.02954: 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 <<< 138029 1726888205.02998: 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 <<< 138029 1726888205.03015: 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 <<< 138029 1726888205.03062: 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 <<< 138029 1726888205.03092: 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 <<< 138029 1726888205.03106: 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 <<< 138029 1726888205.03229: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888205.03246: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform # destroy _uuid <<< 138029 1726888205.03312: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888205.03332: 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 <<< 138029 1726888205.03357: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888205.03470: 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 <<< 138029 1726888205.03509: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 138029 1726888205.03538: 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 <<< 138029 1726888205.04135: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888205.04139: stdout chunk (state=3): >>><<< 138029 1726888205.04141: stderr chunk (state=3): >>><<< 138029 1726888205.04275: _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 0x7f2e790183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78fe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e7901a960> 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 0x7f2e78de8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f2e78de9fd0> 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 0x7f2e78e2fe30> # /usr/lib64/python3.12/__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 0x7f2e78e2fef0> # /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 0x7f2e78e5f860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e5fef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e3fb00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e3d220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e2cfe0> # /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 0x7f2e78e837d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e823f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e3fe60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e80c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78eb4800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e2c260> # /usr/lib64/python3.12/__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 0x7f2e78eb4cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78eb4b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e78eb4f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78e22d80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f2e78eb5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78eb5310> 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 0x7f2e78eb6510> 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 0x7f2e78ecc740> 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 0x7f2e78ecde20> # /usr/lib64/python3.12/__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 0x7f2e78ececc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e78ecf2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78ece210> # /usr/lib64/python3.12/__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 0x7f2e78ecfd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78ecf4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78eb6570> # /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 0x7f2e78c57c20> # /usr/lib64/python3.12/__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 0x7f2e78c806b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78c80410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e78c806e0> # /usr/lib64/python3.12/__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 0x7f2e78c81010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e78c819d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78c808c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78c55dc0> # /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 0x7f2e78c82db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78c81af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78eb6c60> # /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 0x7f2e78caf0b0> # /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 0x7f2e78cd7470> # /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 0x7f2e78d30230> # /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 0x7f2e78d32990> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78d30350> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78cfd250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78b35310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78cd6270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78c83c80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e78cd65d0> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_r6wj4_jm/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 0x7f2e78b8b080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78b69f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78b690d0> # 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 0x7f2e78b88f20> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f2e78bb6a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78bb67e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78bb60f0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f2e78bb6540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78b8baa0> 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 0x7f2e78bb77a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e78bb79e0> # /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 0x7f2e78bb7ef0> 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 0x7f2e78515c70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e78517890> # /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 0x7f2e78518200> # /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 0x7f2e78519100> # /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 0x7f2e7851be60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e78e22e70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e7851a120> # /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 0x7f2e78523c80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78522750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e785224e0> # /usr/lib64/python3.12/__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 0x7f2e78522a20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e7851a630> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e78567f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e785684a0> # /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 0x7f2e78569b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78569910> # /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 0x7f2e7856bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e7856a180> # /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 0x7f2e7856f5c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e7856bef0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e78570200> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e785704d0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e78570800> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78568290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f2e78573f80> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e785fd0d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78572750> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2e78573aa0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78572360> # 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 0x7f2e784012b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f2e78402150> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e785fd3d0> 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 0x7f2e784021e0> # 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 0x7f2e78403380> # 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 0x7f2e7840df70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78408ce0> 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 0x7f2e785028d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78bea5a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e7840e0c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e78402f90> # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888205.05019: 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-1726888204.7266922-144543-210419829225403/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888205.05023: _low_level_execute_command(): starting 138029 1726888205.05027: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888204.7266922-144543-210419829225403/ > /dev/null 2>&1 && sleep 0' 138029 1726888205.05206: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888205.05210: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.05221: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.05271: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888205.05284: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888205.05339: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888205.07154: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888205.07185: stderr chunk (state=3): >>><<< 138029 1726888205.07188: stdout chunk (state=3): >>><<< 138029 1726888205.07200: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888205.07206: handler run complete 138029 1726888205.07222: attempt loop complete, returning result 138029 1726888205.07225: _execute() done 138029 1726888205.07228: dumping result to json 138029 1726888205.07233: done dumping result, returning 138029 1726888205.07241: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-5a58-73a2-000000002768] 138029 1726888205.07246: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002768 138029 1726888205.07359: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002768 138029 1726888205.07362: WORKER PROCESS EXITING ok: [managed_node3] => { "backup": "", "changed": false } 138029 1726888205.07469: no more pending results, returning what we have 138029 1726888205.07472: results queue empty 138029 1726888205.07473: checking for any_errors_fatal 138029 1726888205.07485: done checking for any_errors_fatal 138029 1726888205.07486: checking for max_fail_percentage 138029 1726888205.07487: done checking for max_fail_percentage 138029 1726888205.07488: checking to see if all hosts have failed and the running result is not ok 138029 1726888205.07489: done checking to see if all hosts have failed 138029 1726888205.07489: getting the remaining hosts for this loop 138029 1726888205.07491: done getting the remaining hosts for this loop 138029 1726888205.07494: getting the next task for host managed_node3 138029 1726888205.07500: done getting next task for host managed_node3 138029 1726888205.07503: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 138029 1726888205.07507: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888205.07519: getting variables 138029 1726888205.07520: in VariableManager get_vars() 138029 1726888205.07552: Calling all_inventory to load vars for managed_node3 138029 1726888205.07562: Calling groups_inventory to load vars for managed_node3 138029 1726888205.07567: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888205.07576: Calling all_plugins_play to load vars for managed_node3 138029 1726888205.07578: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888205.07581: Calling groups_plugins_play to load vars for managed_node3 138029 1726888205.07977: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888205.08370: done with get_vars() 138029 1726888205.08382: 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:10:05 -0400 (0:00:00.403) 0:03:37.808 ****** 138029 1726888205.08451: entering _queue_task() for managed_node3/systemd 138029 1726888205.08666: worker is 1 (out of 1 available) 138029 1726888205.08679: exiting _queue_task() for managed_node3/systemd 138029 1726888205.08692: done queuing things up, now waiting for results queue to drain 138029 1726888205.08694: waiting for pending results... 138029 1726888205.08902: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 138029 1726888205.09018: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000276a 138029 1726888205.09031: variable 'ansible_search_path' from source: unknown 138029 1726888205.09035: variable 'ansible_search_path' from source: unknown 138029 1726888205.09075: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888205.09254: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888205.09297: dumping result to json 138029 1726888205.09300: done dumping result, returning 138029 1726888205.09308: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-5a58-73a2-00000000276a] 138029 1726888205.09319: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000276a 138029 1726888205.09415: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000276a 138029 1726888205.09418: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888205.09469: no more pending results, returning what we have 138029 1726888205.09473: results queue empty 138029 1726888205.09474: checking for any_errors_fatal 138029 1726888205.09487: done checking for any_errors_fatal 138029 1726888205.09488: checking for max_fail_percentage 138029 1726888205.09489: done checking for max_fail_percentage 138029 1726888205.09490: checking to see if all hosts have failed and the running result is not ok 138029 1726888205.09491: done checking to see if all hosts have failed 138029 1726888205.09491: getting the remaining hosts for this loop 138029 1726888205.09493: done getting the remaining hosts for this loop 138029 1726888205.09496: getting the next task for host managed_node3 138029 1726888205.09504: done getting next task for host managed_node3 138029 1726888205.09507: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 138029 1726888205.09511: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888205.09529: getting variables 138029 1726888205.09530: in VariableManager get_vars() 138029 1726888205.09565: Calling all_inventory to load vars for managed_node3 138029 1726888205.09568: Calling groups_inventory to load vars for managed_node3 138029 1726888205.09570: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888205.09578: Calling all_plugins_play to load vars for managed_node3 138029 1726888205.09580: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888205.09583: Calling groups_plugins_play to load vars for managed_node3 138029 1726888205.09944: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888205.10328: done with get_vars() 138029 1726888205.10338: done getting variables 138029 1726888205.10381: 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:10:05 -0400 (0:00:00.019) 0:03:37.827 ****** 138029 1726888205.10405: entering _queue_task() for managed_node3/debug 138029 1726888205.10600: worker is 1 (out of 1 available) 138029 1726888205.10612: exiting _queue_task() for managed_node3/debug 138029 1726888205.10624: done queuing things up, now waiting for results queue to drain 138029 1726888205.10626: waiting for pending results... 138029 1726888205.10812: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output 138029 1726888205.10913: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000276c 138029 1726888205.10925: variable 'ansible_search_path' from source: unknown 138029 1726888205.10929: variable 'ansible_search_path' from source: unknown 138029 1726888205.10953: calling self._execute() 138029 1726888205.11044: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.11048: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888205.11058: variable 'omit' from source: magic vars 138029 1726888205.11148: variable 'omit' from source: magic vars 138029 1726888205.11198: variable 'omit' from source: magic vars 138029 1726888205.11224: variable 'omit' from source: magic vars 138029 1726888205.11260: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888205.11291: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888205.11310: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888205.11322: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888205.11333: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888205.11346: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888205.11360: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888205.11386: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888205.11389: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.11392: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888205.11476: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888205.11480: Set connection var ansible_timeout to 10 138029 1726888205.11486: Set connection var ansible_pipelining to False 138029 1726888205.11488: Set connection var ansible_shell_type to sh 138029 1726888205.11491: Set connection var ansible_connection to ssh 138029 1726888205.11495: Set connection var ansible_shell_executable to /bin/sh 138029 1726888205.11517: variable 'ansible_shell_executable' from source: unknown 138029 1726888205.11520: variable 'ansible_connection' from source: unknown 138029 1726888205.11523: variable 'ansible_module_compression' from source: unknown 138029 1726888205.11526: variable 'ansible_shell_type' from source: unknown 138029 1726888205.11528: variable 'ansible_shell_executable' from source: unknown 138029 1726888205.11530: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.11533: variable 'ansible_pipelining' from source: unknown 138029 1726888205.11535: variable 'ansible_timeout' from source: unknown 138029 1726888205.11537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888205.11643: 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) 138029 1726888205.11658: variable 'omit' from source: magic vars 138029 1726888205.11661: starting attempt loop 138029 1726888205.11663: running the handler 138029 1726888205.11704: variable 'blivet_output' from source: set_fact 138029 1726888205.11851: variable 'blivet_output' from source: set_fact 138029 1726888205.12386: handler run complete 138029 1726888205.12445: attempt loop complete, returning result 138029 1726888205.12449: _execute() done 138029 1726888205.12451: dumping result to json 138029 1726888205.12464: done dumping result, returning 138029 1726888205.12474: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-5a58-73a2-00000000276c] 138029 1726888205.12477: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000276c 138029 1726888205.12643: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000276c 138029 1726888205.12646: WORKER PROCESS EXITING ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "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": "xfs", "path": "/opt/test3", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test1", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_raw_device": "/dev/mapper/vg1-Lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_raw_device": "/dev/mapper/vg1-Lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } 138029 1726888205.12886: no more pending results, returning what we have 138029 1726888205.12888: results queue empty 138029 1726888205.12889: checking for any_errors_fatal 138029 1726888205.12893: done checking for any_errors_fatal 138029 1726888205.12894: checking for max_fail_percentage 138029 1726888205.12895: done checking for max_fail_percentage 138029 1726888205.12895: checking to see if all hosts have failed and the running result is not ok 138029 1726888205.12896: done checking to see if all hosts have failed 138029 1726888205.12896: getting the remaining hosts for this loop 138029 1726888205.12897: done getting the remaining hosts for this loop 138029 1726888205.12899: getting the next task for host managed_node3 138029 1726888205.12903: done getting next task for host managed_node3 138029 1726888205.12905: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 138029 1726888205.12908: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888205.12914: getting variables 138029 1726888205.12915: in VariableManager get_vars() 138029 1726888205.12936: Calling all_inventory to load vars for managed_node3 138029 1726888205.12938: Calling groups_inventory to load vars for managed_node3 138029 1726888205.12939: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888205.12945: Calling all_plugins_play to load vars for managed_node3 138029 1726888205.12946: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888205.12948: Calling groups_plugins_play to load vars for managed_node3 138029 1726888205.13297: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888205.13867: done with get_vars() 138029 1726888205.13877: done getting variables 138029 1726888205.13914: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:05 -0400 (0:00:00.035) 0:03:37.862 ****** 138029 1726888205.13936: entering _queue_task() for managed_node3/set_fact 138029 1726888205.14127: worker is 1 (out of 1 available) 138029 1726888205.14138: exiting _queue_task() for managed_node3/set_fact 138029 1726888205.14151: done queuing things up, now waiting for results queue to drain 138029 1726888205.14152: waiting for pending results... 138029 1726888205.14341: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 138029 1726888205.14441: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000276d 138029 1726888205.14451: variable 'ansible_search_path' from source: unknown 138029 1726888205.14456: variable 'ansible_search_path' from source: unknown 138029 1726888205.14489: calling self._execute() 138029 1726888205.14581: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.14588: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888205.14596: variable 'omit' from source: magic vars 138029 1726888205.14685: variable 'omit' from source: magic vars 138029 1726888205.14736: variable 'omit' from source: magic vars 138029 1726888205.14913: variable 'blivet_output' from source: set_fact 138029 1726888205.15310: variable 'omit' from source: magic vars 138029 1726888205.15341: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888205.15373: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888205.15387: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888205.15400: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888205.15410: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888205.15424: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888205.15436: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888205.15461: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888205.15465: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.15468: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888205.15547: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888205.15551: Set connection var ansible_timeout to 10 138029 1726888205.15558: Set connection var ansible_pipelining to False 138029 1726888205.15561: Set connection var ansible_shell_type to sh 138029 1726888205.15563: Set connection var ansible_connection to ssh 138029 1726888205.15570: Set connection var ansible_shell_executable to /bin/sh 138029 1726888205.15594: variable 'ansible_shell_executable' from source: unknown 138029 1726888205.15598: variable 'ansible_connection' from source: unknown 138029 1726888205.15600: variable 'ansible_module_compression' from source: unknown 138029 1726888205.15603: variable 'ansible_shell_type' from source: unknown 138029 1726888205.15605: variable 'ansible_shell_executable' from source: unknown 138029 1726888205.15607: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.15609: variable 'ansible_pipelining' from source: unknown 138029 1726888205.15611: variable 'ansible_timeout' from source: unknown 138029 1726888205.15616: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888205.15722: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888205.15731: variable 'omit' from source: magic vars 138029 1726888205.15743: starting attempt loop 138029 1726888205.15747: running the handler 138029 1726888205.15756: handler run complete 138029 1726888205.15765: attempt loop complete, returning result 138029 1726888205.15770: _execute() done 138029 1726888205.15773: dumping result to json 138029 1726888205.15783: done dumping result, returning 138029 1726888205.15791: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-5a58-73a2-00000000276d] 138029 1726888205.15797: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000276d 138029 1726888205.15937: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000276d 138029 1726888205.15940: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_raw_device": "/dev/mapper/vg1-Lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_raw_device": "/dev/mapper/vg1-Lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } 138029 1726888205.16134: no more pending results, returning what we have 138029 1726888205.16136: results queue empty 138029 1726888205.16137: checking for any_errors_fatal 138029 1726888205.16152: done checking for any_errors_fatal 138029 1726888205.16152: checking for max_fail_percentage 138029 1726888205.16153: done checking for max_fail_percentage 138029 1726888205.16154: checking to see if all hosts have failed and the running result is not ok 138029 1726888205.16154: done checking to see if all hosts have failed 138029 1726888205.16156: getting the remaining hosts for this loop 138029 1726888205.16159: done getting the remaining hosts for this loop 138029 1726888205.16161: getting the next task for host managed_node3 138029 1726888205.16170: done getting next task for host managed_node3 138029 1726888205.16173: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 138029 1726888205.16175: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888205.16184: getting variables 138029 1726888205.16184: in VariableManager get_vars() 138029 1726888205.16207: Calling all_inventory to load vars for managed_node3 138029 1726888205.16208: Calling groups_inventory to load vars for managed_node3 138029 1726888205.16210: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888205.16216: Calling all_plugins_play to load vars for managed_node3 138029 1726888205.16217: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888205.16219: Calling groups_plugins_play to load vars for managed_node3 138029 1726888205.16589: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888205.16974: done with get_vars() 138029 1726888205.16986: done getting variables 138029 1726888205.17023: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:05 -0400 (0:00:00.031) 0:03:37.894 ****** 138029 1726888205.17049: entering _queue_task() for managed_node3/set_fact 138029 1726888205.17254: worker is 1 (out of 1 available) 138029 1726888205.17269: exiting _queue_task() for managed_node3/set_fact 138029 1726888205.17282: done queuing things up, now waiting for results queue to drain 138029 1726888205.17284: waiting for pending results... 138029 1726888205.17473: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 138029 1726888205.17574: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000276e 138029 1726888205.17588: variable 'ansible_search_path' from source: unknown 138029 1726888205.17591: variable 'ansible_search_path' from source: unknown 138029 1726888205.17619: calling self._execute() 138029 1726888205.17713: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.17717: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888205.17728: variable 'omit' from source: magic vars 138029 1726888205.17816: variable 'omit' from source: magic vars 138029 1726888205.17871: variable 'omit' from source: magic vars 138029 1726888205.18052: variable 'blivet_output' from source: set_fact 138029 1726888205.18132: variable 'omit' from source: magic vars 138029 1726888205.18177: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888205.18197: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888205.18212: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888205.18225: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888205.18235: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888205.18248: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888205.18262: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888205.18289: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888205.18293: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.18295: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888205.18376: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888205.18379: Set connection var ansible_timeout to 10 138029 1726888205.18389: Set connection var ansible_pipelining to False 138029 1726888205.18391: Set connection var ansible_shell_type to sh 138029 1726888205.18394: Set connection var ansible_connection to ssh 138029 1726888205.18396: Set connection var ansible_shell_executable to /bin/sh 138029 1726888205.18417: variable 'ansible_shell_executable' from source: unknown 138029 1726888205.18420: variable 'ansible_connection' from source: unknown 138029 1726888205.18422: variable 'ansible_module_compression' from source: unknown 138029 1726888205.18425: variable 'ansible_shell_type' from source: unknown 138029 1726888205.18427: variable 'ansible_shell_executable' from source: unknown 138029 1726888205.18429: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.18432: variable 'ansible_pipelining' from source: unknown 138029 1726888205.18434: variable 'ansible_timeout' from source: unknown 138029 1726888205.18438: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888205.18543: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888205.18553: variable 'omit' from source: magic vars 138029 1726888205.18560: starting attempt loop 138029 1726888205.18563: running the handler 138029 1726888205.18573: handler run complete 138029 1726888205.18580: attempt loop complete, returning result 138029 1726888205.18583: _execute() done 138029 1726888205.18585: dumping result to json 138029 1726888205.18588: done dumping result, returning 138029 1726888205.18596: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-5a58-73a2-00000000276e] 138029 1726888205.18602: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000276e 138029 1726888205.18687: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000276e 138029 1726888205.18691: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 138029 1726888205.18789: no more pending results, returning what we have 138029 1726888205.18792: results queue empty 138029 1726888205.18793: checking for any_errors_fatal 138029 1726888205.18801: done checking for any_errors_fatal 138029 1726888205.18801: checking for max_fail_percentage 138029 1726888205.18803: done checking for max_fail_percentage 138029 1726888205.18803: checking to see if all hosts have failed and the running result is not ok 138029 1726888205.18804: done checking to see if all hosts have failed 138029 1726888205.18805: getting the remaining hosts for this loop 138029 1726888205.18806: done getting the remaining hosts for this loop 138029 1726888205.18810: getting the next task for host managed_node3 138029 1726888205.18814: done getting next task for host managed_node3 138029 1726888205.18818: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 138029 1726888205.18823: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888205.18833: getting variables 138029 1726888205.18834: in VariableManager get_vars() 138029 1726888205.18864: Calling all_inventory to load vars for managed_node3 138029 1726888205.18869: Calling groups_inventory to load vars for managed_node3 138029 1726888205.18871: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888205.18883: Calling all_plugins_play to load vars for managed_node3 138029 1726888205.18885: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888205.18887: Calling groups_plugins_play to load vars for managed_node3 138029 1726888205.19271: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888205.19660: done with get_vars() 138029 1726888205.19672: 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:10:05 -0400 (0:00:00.026) 0:03:37.920 ****** 138029 1726888205.19732: entering _queue_task() for managed_node3/mount 138029 1726888205.19940: worker is 1 (out of 1 available) 138029 1726888205.19953: exiting _queue_task() for managed_node3/mount 138029 1726888205.19969: done queuing things up, now waiting for results queue to drain 138029 1726888205.19971: waiting for pending results... 138029 1726888205.20157: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 138029 1726888205.20252: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000276f 138029 1726888205.20268: variable 'ansible_search_path' from source: unknown 138029 1726888205.20271: variable 'ansible_search_path' from source: unknown 138029 1726888205.20506: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888205.22012: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888205.22072: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888205.22102: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888205.22127: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888205.22146: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888205.22208: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888205.22229: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888205.22247: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888205.22280: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888205.22291: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888205.22324: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888205.22341: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888205.22358: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888205.22387: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888205.22398: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888205.22506: variable 'blivet_output' from source: set_fact 138029 1726888205.22594: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888205.22708: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888205.22738: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888205.22773: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888205.22794: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888205.22826: 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) 138029 1726888205.22842: 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) 138029 1726888205.22859: 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) 138029 1726888205.22879: 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) 138029 1726888205.22974: variable 'omit' from source: magic vars 138029 1726888205.23071: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.23076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888205.23084: variable 'omit' from source: magic vars 138029 1726888205.23137: variable 'omit' from source: magic vars 138029 1726888205.23178: variable 'omit' from source: magic vars 138029 1726888205.23271: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888205.23289: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888205.23305: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888205.23329: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888205.23339: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888205.23406: variable 'mount_info' from source: unknown 138029 1726888205.23409: variable 'omit' from source: magic vars 138029 1726888205.23472: variable 'mount_info' from source: unknown 138029 1726888205.23550: variable 'mount_info' from source: unknown 138029 1726888205.23553: variable 'omit' from source: magic vars 138029 1726888205.23633: variable 'mount_info' from source: unknown 138029 1726888205.23637: variable 'omit' from source: magic vars 138029 1726888205.23697: variable 'mount_info' from source: unknown 138029 1726888205.23711: variable 'omit' from source: magic vars 138029 1726888205.23730: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888205.23750: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888205.23771: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888205.23782: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888205.23790: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888205.23803: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888205.23816: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888205.23841: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888205.23844: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.23846: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888205.23921: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888205.23925: Set connection var ansible_timeout to 10 138029 1726888205.23929: Set connection var ansible_pipelining to False 138029 1726888205.23932: Set connection var ansible_shell_type to sh 138029 1726888205.23934: Set connection var ansible_connection to ssh 138029 1726888205.23943: Set connection var ansible_shell_executable to /bin/sh 138029 1726888205.23959: variable 'ansible_shell_executable' from source: unknown 138029 1726888205.23962: variable 'ansible_connection' from source: unknown 138029 1726888205.23967: variable 'ansible_module_compression' from source: unknown 138029 1726888205.23970: variable 'ansible_shell_type' from source: unknown 138029 1726888205.23972: variable 'ansible_shell_executable' from source: unknown 138029 1726888205.23974: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.23976: variable 'ansible_pipelining' from source: unknown 138029 1726888205.23978: variable 'ansible_timeout' from source: unknown 138029 1726888205.23981: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 138029 1726888205.24104: 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) 138029 1726888205.24111: variable 'omit' from source: magic vars 138029 1726888205.24116: starting attempt loop 138029 1726888205.24119: running the handler 138029 1726888205.24129: _low_level_execute_command(): starting 138029 1726888205.24134: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888205.24614: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888205.24644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888205.24647: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.24650: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888205.24652: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888205.24654: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.24711: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888205.24714: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888205.24716: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888205.24776: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888205.26395: stdout chunk (state=3): >>>/root <<< 138029 1726888205.26494: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888205.26521: stderr chunk (state=3): >>><<< 138029 1726888205.26524: stdout chunk (state=3): >>><<< 138029 1726888205.26545: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888205.26560: _low_level_execute_command(): starting 138029 1726888205.26568: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888205.2654614-144562-204309931209071 `" && echo ansible-tmp-1726888205.2654614-144562-204309931209071="` echo /root/.ansible/tmp/ansible-tmp-1726888205.2654614-144562-204309931209071 `" ) && sleep 0' 138029 1726888205.27004: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888205.27007: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888205.27009: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.27011: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888205.27014: 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.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888205.27016: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.27048: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888205.27058: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888205.27122: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888205.29084: stdout chunk (state=3): >>>ansible-tmp-1726888205.2654614-144562-204309931209071=/root/.ansible/tmp/ansible-tmp-1726888205.2654614-144562-204309931209071 <<< 138029 1726888205.29189: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888205.29214: stderr chunk (state=3): >>><<< 138029 1726888205.29217: stdout chunk (state=3): >>><<< 138029 1726888205.29231: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888205.2654614-144562-204309931209071=/root/.ansible/tmp/ansible-tmp-1726888205.2654614-144562-204309931209071 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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 138029 1726888205.29297: variable 'ansible_module_compression' from source: unknown 138029 1726888205.29334: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 138029 1726888205.29376: variable 'ansible_facts' from source: unknown 138029 1726888205.29433: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888205.2654614-144562-204309931209071/AnsiballZ_mount.py 138029 1726888205.29526: Sending initial data 138029 1726888205.29529: Sent initial data (156 bytes) 138029 1726888205.29941: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888205.29945: 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 <<< 138029 1726888205.29948: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.29960: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.30017: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888205.30020: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888205.30025: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888205.30068: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888205.31593: 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 <<< 138029 1726888205.31598: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888205.31637: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888205.31686: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpnvsiyuqg /root/.ansible/tmp/ansible-tmp-1726888205.2654614-144562-204309931209071/AnsiballZ_mount.py <<< 138029 1726888205.31691: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888205.2654614-144562-204309931209071/AnsiballZ_mount.py" <<< 138029 1726888205.31733: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpnvsiyuqg" to remote "/root/.ansible/tmp/ansible-tmp-1726888205.2654614-144562-204309931209071/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888205.2654614-144562-204309931209071/AnsiballZ_mount.py" <<< 138029 1726888205.32311: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888205.32345: stderr chunk (state=3): >>><<< 138029 1726888205.32349: stdout chunk (state=3): >>><<< 138029 1726888205.32399: done transferring module to remote 138029 1726888205.32414: _low_level_execute_command(): starting 138029 1726888205.32417: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888205.2654614-144562-204309931209071/ /root/.ansible/tmp/ansible-tmp-1726888205.2654614-144562-204309931209071/AnsiballZ_mount.py && sleep 0' 138029 1726888205.32825: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888205.32828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888205.32831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888205.32833: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888205.32835: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.32887: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888205.32894: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888205.32943: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888205.34671: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888205.34695: stderr chunk (state=3): >>><<< 138029 1726888205.34698: stdout chunk (state=3): >>><<< 138029 1726888205.34710: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888205.34713: _low_level_execute_command(): starting 138029 1726888205.34717: _low_level_execute_command(): using become for this command 138029 1726888205.34727: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-nkcgbhqajkrgjvowlnkphceewbkibplk ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888205.2654614-144562-204309931209071/AnsiballZ_mount.py'"'"' && sleep 0' 138029 1726888205.34805: Initial state: awaiting_escalation: BECOME-SUCCESS-nkcgbhqajkrgjvowlnkphceewbkibplk 138029 1726888205.35171: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888205.35175: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.35212: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888205.35218: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888205.35273: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888205.38177: stdout chunk (state=1): >>>BECOME-SUCCESS-nkcgbhqajkrgjvowlnkphceewbkibplk <<< 138029 1726888205.38181: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-nkcgbhqajkrgjvowlnkphceewbkibplk' 138029 1726888205.38533: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888205.38573: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888205.38596: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888205.38608: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888205.38684: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888205.38689: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888205.38720: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888205.38753: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888205.38779: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888205.38785: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888205.38838: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888205.38848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.38857: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888205.38888: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888205.38920: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888205.38943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888205.38960: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95afbc3e0> <<< 138029 1726888205.38968: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95af8ba10> <<< 138029 1726888205.39001: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888205.39004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888205.39006: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95afbe930> <<< 138029 1726888205.39024: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888205.39048: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888205.39064: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888205.39074: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888205.39117: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888205.39201: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888205.39233: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888205.39237: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888205.39256: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888205.39280: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888205.39283: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 138029 1726888205.39304: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888205.39317: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888205.39325: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888205.39356: 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 <<< 138029 1726888205.39363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888205.39380: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95afccfe0> <<< 138029 1726888205.39439: 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 <<< 138029 1726888205.39458: 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 0x7fb95afcdfd0> <<< 138029 1726888205.39479: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888205.39512: 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. <<< 138029 1726888205.39749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888205.39770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888205.39779: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888205.39798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.39814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888205.39860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888205.39878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888205.39903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888205.39910: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95adebe60> <<< 138029 1726888205.39935: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888205.39951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888205.39983: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888205.39998: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95adebef0> <<< 138029 1726888205.40003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888205.40027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888205.40056: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888205.40102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.40122: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888205.40149: 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' <<< 138029 1726888205.40156: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae23860> <<< 138029 1726888205.40181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888205.40185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae23ef0> <<< 138029 1726888205.40208: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888205.40261: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae03b30> <<< 138029 1726888205.40269: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888205.40295: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae01220> <<< 138029 1726888205.40402: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ade9010> <<< 138029 1726888205.40425: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888205.40453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888205.40458: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888205.40487: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888205.40507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888205.40536: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888205.40540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888205.40576: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae47800> <<< 138029 1726888205.40588: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae46420> <<< 138029 1726888205.40619: 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' <<< 138029 1726888205.40626: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae02210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae44b60> <<< 138029 1726888205.40679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888205.40687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae78830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ade8290> <<< 138029 1726888205.40713: 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' <<< 138029 1726888205.40747: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.40758: 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 0x7fb95ae78ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae78b90> <<< 138029 1726888205.40779: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.40799: 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 0x7fb95ae78f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ade6db0> <<< 138029 1726888205.40832: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888205.40835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.40861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888205.40883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888205.40911: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae79580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae79280> <<< 138029 1726888205.40913: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888205.40947: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888205.40967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888205.40984: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae7a450> <<< 138029 1726888205.40989: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888205.41013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888205.41050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888205.41081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888205.41089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae90680> <<< 138029 1726888205.41094: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888205.41127: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.41130: 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 0x7fb95ae91d90> <<< 138029 1726888205.41159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888205.41165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888205.41193: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888205.41206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888205.41211: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae92c30> <<< 138029 1726888205.41244: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.41264: 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 0x7fb95ae93290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae92180> <<< 138029 1726888205.41289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888205.41294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888205.41335: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.41350: 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 0x7fb95ae93d10> <<< 138029 1726888205.41359: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae93440> <<< 138029 1726888205.41397: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae7a4b0> <<< 138029 1726888205.41420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888205.41449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'<<< 138029 1726888205.41454: stdout chunk (state=3): >>> <<< 138029 1726888205.41474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888205.41499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888205.41528: 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 0x7fb95ac13b90> <<< 138029 1726888205.41558: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888205.41564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888205.41587: 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' <<< 138029 1726888205.41593: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb95ac3c620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ac3c380> <<< 138029 1726888205.41622: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.41631: 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 0x7fb95ac3c650> <<< 138029 1726888205.41658: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888205.41661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888205.41734: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.41857: 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 0x7fb95ac3cf80> <<< 138029 1726888205.41968: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.41971: 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 0x7fb95ac3d970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ac3c830> <<< 138029 1726888205.41993: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ac11d30> <<< 138029 1726888205.42010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888205.42045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888205.42058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888205.42073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888205.42085: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ac3ed50> <<< 138029 1726888205.42107: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ac3dac0> <<< 138029 1726888205.42124: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae7aba0> <<< 138029 1726888205.42159: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888205.42212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.42234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888205.42267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888205.42299: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ac670e0> <<< 138029 1726888205.42349: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888205.42371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.42386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888205.42410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888205.42449: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ac8f470> <<< 138029 1726888205.42475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888205.42518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888205.42573: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888205.42592: 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 0x7fb95acec1d0> <<< 138029 1726888205.42615: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888205.42641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888205.42673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888205.42709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888205.42797: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95acee930> <<< 138029 1726888205.42871: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95acec2f0> <<< 138029 1726888205.42909: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95acb9250> <<< 138029 1726888205.42928: 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' <<< 138029 1726888205.42950: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95aaf1310> <<< 138029 1726888205.42964: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ac8e270> <<< 138029 1726888205.42971: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ac3fcb0> <<< 138029 1726888205.43237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888205.43258: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb95aaf1580> <<< 138029 1726888205.43442: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_mp38vrtg/ansible_mount_payload.zip' <<< 138029 1726888205.43448: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.43570: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.43600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888205.43605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888205.43653: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888205.43724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888205.43761: 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' <<< 138029 1726888205.43767: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ab4f080> import '_typing' # <<< 138029 1726888205.43946: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ab29f70> <<< 138029 1726888205.43951: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ab290d0> # zipimport: zlib available <<< 138029 1726888205.43983: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888205.43992: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.44010: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.44026: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.44039: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888205.44053: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.45448: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.46564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888205.46571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ab4cf50> <<< 138029 1726888205.46597: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888205.46601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.46620: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888205.46642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888205.46659: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888205.46676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888205.46695: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.46703: 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 0x7fb95ab72a20> <<< 138029 1726888205.46729: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ab727b0> <<< 138029 1726888205.46772: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ab720c0> <<< 138029 1726888205.46775: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888205.46793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888205.46824: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ab72ab0> <<< 138029 1726888205.46845: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ab4fd10> <<< 138029 1726888205.46848: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888205.46876: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.46880: 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 0x7fb95ab73740> <<< 138029 1726888205.46908: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.46911: 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 0x7fb95ab73980> <<< 138029 1726888205.46930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888205.46974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888205.46990: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888205.47031: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ab73ec0> <<< 138029 1726888205.47043: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888205.47061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888205.47091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888205.47123: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a519c40> <<< 138029 1726888205.47153: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.47168: 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 0x7fb95a51b860> <<< 138029 1726888205.47176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888205.47191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888205.47232: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a51c260> <<< 138029 1726888205.47246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888205.47276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888205.47292: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a51d160> <<< 138029 1726888205.47319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888205.47351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888205.47376: 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' <<< 138029 1726888205.47425: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a51fe60> <<< 138029 1726888205.47462: 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 0x7fb95ab29040> <<< 138029 1726888205.47479: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a51e150> <<< 138029 1726888205.47501: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888205.47523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888205.47557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888205.47560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888205.47576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888205.47599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888205.47627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888205.47646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a527d40> <<< 138029 1726888205.47652: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888205.47715: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a526810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a526570> <<< 138029 1726888205.47744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888205.47748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888205.47821: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a526ae0> <<< 138029 1726888205.47847: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a51e630> <<< 138029 1726888205.47879: 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 0x7fb95a56b9e0> <<< 138029 1726888205.47899: 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 0x7fb95a56c080> <<< 138029 1726888205.47924: 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 <<< 138029 1726888205.47940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888205.47969: 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' <<< 138029 1726888205.48004: 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 0x7fb95a56dc10> <<< 138029 1726888205.48014: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a56d9d0> <<< 138029 1726888205.48019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888205.48115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888205.48169: 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 0x7fb95a570200> <<< 138029 1726888205.48183: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a56e300> <<< 138029 1726888205.48192: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888205.48226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.48243: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888205.48264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888205.48270: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888205.48314: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a5739b0> <<< 138029 1726888205.48429: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a570380> <<< 138029 1726888205.48492: 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 0x7fb95a5747d0> <<< 138029 1726888205.48518: 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 0x7fb95a574c20> <<< 138029 1726888205.48565: 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 0x7fb95a574d10> <<< 138029 1726888205.48572: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a56c2f0> <<< 138029 1726888205.48599: 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 <<< 138029 1726888205.48615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888205.48618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888205.48640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888205.48671: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.48686: 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 0x7fb95a4004a0> <<< 138029 1726888205.48838: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.48845: 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 0x7fb95a401a90> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a576c30> <<< 138029 1726888205.48878: 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 0x7fb95a577fb0> <<< 138029 1726888205.48888: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a576810> # zipimport: zlib available <<< 138029 1726888205.48906: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.48916: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888205.48933: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.49014: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.49104: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.49114: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888205.49133: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.49147: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.49167: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888205.49173: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.49289: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.49404: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.49927: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.50449: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888205.50474: 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' # <<< 138029 1726888205.50488: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888205.50503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.50559: 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 0x7fb95a405b20> <<< 138029 1726888205.50638: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888205.50650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888205.50657: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a406900> <<< 138029 1726888205.50667: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a4018e0> <<< 138029 1726888205.50717: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888205.50720: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.50739: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.50763: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888205.50775: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.50916: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.51065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888205.51087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a406a80> # zipimport: zlib available <<< 138029 1726888205.51539: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.51977: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.52048: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.52128: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888205.52131: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.52174: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.52208: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888205.52211: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.52291: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.52376: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888205.52401: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.52404: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.52407: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888205.52414: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.52459: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.52495: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888205.52507: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.52728: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.52959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888205.53017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888205.53025: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888205.53084: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a407ce0> <<< 138029 1726888205.53101: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.53173: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.53252: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888205.53257: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888205.53275: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888205.53280: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.53325: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.53371: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888205.53382: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.53421: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.53470: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.53523: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.53593: 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 <<< 138029 1726888205.53626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.53703: 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 0x7fb95a4127b0> <<< 138029 1726888205.53739: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a40d460> <<< 138029 1726888205.53773: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888205.53776: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 138029 1726888205.53791: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.53848: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.53913: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.53939: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.53982: 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' <<< 138029 1726888205.54003: 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 <<< 138029 1726888205.54027: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888205.54044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888205.54100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888205.54118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888205.54144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888205.54192: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a502f30> <<< 138029 1726888205.54236: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95abb2c30> <<< 138029 1726888205.54311: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a407590> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a575d60> <<< 138029 1726888205.54326: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888205.54356: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.54384: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888205.54436: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888205.54459: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.54479: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.54482: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available <<< 138029 1726888205.54505: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.54518: stdout chunk (state=3): >>>import 'ansible_collections.ansible' # <<< 138029 1726888205.54525: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.54541: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.54563: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix' # <<< 138029 1726888205.54568: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.54587: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.54590: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins' # <<< 138029 1726888205.54612: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.54615: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.54629: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.modules' # <<< 138029 1726888205.54634: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.55049: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.55430: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.55452: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # <<< 138029 1726888205.55464: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.55506: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.55537: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 138029 1726888205.55616: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.55779: stdout chunk (state=3): >>> {"changed": true, "name": "/opt/test3", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "path": "/opt/test3", "fstype": "xfs", "state": "absent", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null, "opts": null}}} <<< 138029 1726888205.55786: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888205.56070: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888205.56075: 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 <<< 138029 1726888205.56178: 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 # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcn<<< 138029 1726888205.56183: stdout chunk (state=3): >>>tl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888205.56232: 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 # 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.plugi<<< 138029 1726888205.56239: stdout chunk (state=3): >>>ns.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 <<< 138029 1726888205.56458: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888205.56479: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888205.56496: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888205.56513: 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 <<< 138029 1726888205.56531: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888205.56563: 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 <<< 138029 1726888205.56575: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 138029 1726888205.56592: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888205.56604: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 138029 1726888205.56612: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888205.56625: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888205.56637: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888205.56645: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888205.56688: 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 <<< 138029 1726888205.56707: 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 <<< 138029 1726888205.56726: 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<<< 138029 1726888205.56784: stdout chunk (state=3): >>> # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888205.56800: 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 <<< 138029 1726888205.56812: 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 <<< 138029 1726888205.56940: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888205.56952: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888205.56961: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888205.56984: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888205.56987: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888205.56999: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888205.57025: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888205.57035: 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 <<< 138029 1726888205.57054: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888205.57157: 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 <<< 138029 1726888205.57160: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888205.57169: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888205.57191: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888205.57194: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888205.57213: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888205.57226: stdout chunk (state=3): >>># destroy _abc <<< 138029 1726888205.57236: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888205.57698: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888205.57730: stderr chunk (state=3): >>><<< 138029 1726888205.57733: stdout chunk (state=3): >>><<< 138029 1726888205.57803: _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 0x7fb95afbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95af8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95afbe930> 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 0x7fb95afccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fb95afcdfd0> 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 0x7fb95adebe60> # /usr/lib64/python3.12/__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 0x7fb95adebef0> # /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 0x7fb95ae23860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae23ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae03b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae01220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ade9010> # /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 0x7fb95ae47800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae46420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae02210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae44b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae78830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ade8290> # /usr/lib64/python3.12/__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 0x7fb95ae78ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae78b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb95ae78f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ade6db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fb95ae79580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae79280> 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 0x7fb95ae7a450> 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 0x7fb95ae90680> 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 0x7fb95ae91d90> # /usr/lib64/python3.12/__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 0x7fb95ae92c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb95ae93290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae92180> # /usr/lib64/python3.12/__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 0x7fb95ae93d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae93440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae7a4b0> # /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 0x7fb95ac13b90> # /usr/lib64/python3.12/__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 0x7fb95ac3c620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ac3c380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb95ac3c650> # /usr/lib64/python3.12/__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 0x7fb95ac3cf80> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb95ac3d970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ac3c830> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ac11d30> # /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 0x7fb95ac3ed50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ac3dac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ae7aba0> # /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 0x7fb95ac670e0> # /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 0x7fb95ac8f470> # /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 0x7fb95acec1d0> # /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 0x7fb95acee930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95acec2f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95acb9250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95aaf1310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ac8e270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ac3fcb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb95aaf1580> # zipimport: found 36 names in '/tmp/ansible_mount_payload_mp38vrtg/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 0x7fb95ab4f080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ab29f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ab290d0> # 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 0x7fb95ab4cf50> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fb95ab72a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ab727b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ab720c0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fb95ab72ab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95ab4fd10> 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 0x7fb95ab73740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb95ab73980> # /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 0x7fb95ab73ec0> 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 0x7fb95a519c40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb95a51b860> # /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 0x7fb95a51c260> # /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 0x7fb95a51d160> # /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 0x7fb95a51fe60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb95ab29040> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a51e150> # /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 0x7fb95a527d40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a526810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a526570> # /usr/lib64/python3.12/__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 0x7fb95a526ae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a51e630> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb95a56b9e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a56c080> # /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 0x7fb95a56dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a56d9d0> # /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 0x7fb95a570200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a56e300> # /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 0x7fb95a5739b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a570380> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb95a5747d0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb95a574c20> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb95a574d10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a56c2f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fb95a4004a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb95a401a90> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a576c30> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb95a577fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a576810> # 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 0x7fb95a405b20> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fb95a406900> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a4018e0> 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 0x7fb95a406a80> # 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 0x7fb95a407ce0> # 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 0x7fb95a4127b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a40d460> 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 0x7fb95a502f30> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95abb2c30> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a407590> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb95a575d60> # 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/test3", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "path": "/opt/test3", "fstype": "xfs", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888205.58364: done with _execute_module (mount, {'src': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', 'path': '/opt/test3', 'fstype': 'xfs', '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-1726888205.2654614-144562-204309931209071/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888205.58370: _low_level_execute_command(): starting 138029 1726888205.58373: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888205.2654614-144562-204309931209071/ > /dev/null 2>&1 && sleep 0' 138029 1726888205.58487: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888205.58494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888205.58504: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888205.58507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.58553: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888205.58563: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888205.58567: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888205.58609: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888205.60421: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888205.60451: stderr chunk (state=3): >>><<< 138029 1726888205.60454: stdout chunk (state=3): >>><<< 138029 1726888205.60540: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888205.60543: handler run complete 138029 1726888205.60546: attempt loop complete, returning result 138029 1726888205.60548: variable 'mount_info' from source: unknown 138029 1726888205.60573: variable 'mount_info' from source: unknown changed: [managed_node3] => (item={'src': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2', 'path': '/opt/test3', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test3", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "state": "absent" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2" } 138029 1726888205.60777: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.60780: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888205.60783: variable 'omit' from source: magic vars 138029 1726888205.60785: variable 'omit' from source: magic vars 138029 1726888205.60787: variable 'omit' from source: magic vars 138029 1726888205.60875: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888205.60915: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888205.60933: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888205.60960: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888205.60972: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888205.61031: variable 'mount_info' from source: unknown 138029 1726888205.61035: variable 'omit' from source: magic vars 138029 1726888205.61096: variable 'mount_info' from source: unknown 138029 1726888205.61175: variable 'mount_info' from source: unknown 138029 1726888205.61178: variable 'omit' from source: magic vars 138029 1726888205.61257: variable 'mount_info' from source: unknown 138029 1726888205.61261: variable 'omit' from source: magic vars 138029 1726888205.61317: variable 'mount_info' from source: unknown 138029 1726888205.61328: variable 'omit' from source: magic vars 138029 1726888205.61346: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888205.61353: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888205.61361: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888205.61453: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888205.61459: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888205.61462: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.61467: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888205.61470: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888205.61476: Set connection var ansible_timeout to 10 138029 1726888205.61479: Set connection var ansible_pipelining to False 138029 1726888205.61481: Set connection var ansible_shell_type to sh 138029 1726888205.61484: Set connection var ansible_connection to ssh 138029 1726888205.61486: Set connection var ansible_shell_executable to /bin/sh 138029 1726888205.61488: variable 'ansible_shell_executable' from source: unknown 138029 1726888205.61490: variable 'ansible_connection' from source: unknown 138029 1726888205.61492: variable 'ansible_module_compression' from source: unknown 138029 1726888205.61494: variable 'ansible_shell_type' from source: unknown 138029 1726888205.61496: variable 'ansible_shell_executable' from source: unknown 138029 1726888205.61497: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.61499: variable 'ansible_pipelining' from source: unknown 138029 1726888205.61501: variable 'ansible_timeout' from source: unknown 138029 1726888205.61503: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 138029 1726888205.61587: 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) 138029 1726888205.61595: variable 'omit' from source: magic vars 138029 1726888205.61599: starting attempt loop 138029 1726888205.61602: running the handler 138029 1726888205.61608: _low_level_execute_command(): starting 138029 1726888205.61611: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888205.62051: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888205.62054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888205.62059: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.62062: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888205.62064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888205.62066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.62118: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888205.62124: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888205.62171: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888205.63730: stdout chunk (state=3): >>>/root <<< 138029 1726888205.63830: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888205.63859: stderr chunk (state=3): >>><<< 138029 1726888205.63862: stdout chunk (state=3): >>><<< 138029 1726888205.63877: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888205.63885: _low_level_execute_command(): starting 138029 1726888205.63889: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888205.638774-144562-250763079404899 `" && echo ansible-tmp-1726888205.638774-144562-250763079404899="` echo /root/.ansible/tmp/ansible-tmp-1726888205.638774-144562-250763079404899 `" ) && sleep 0' 138029 1726888205.64305: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888205.64308: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.64310: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888205.64312: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888205.64314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.64361: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888205.64372: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888205.64414: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888205.66480: stdout chunk (state=3): >>>ansible-tmp-1726888205.638774-144562-250763079404899=/root/.ansible/tmp/ansible-tmp-1726888205.638774-144562-250763079404899 <<< 138029 1726888205.66590: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888205.66614: stderr chunk (state=3): >>><<< 138029 1726888205.66617: stdout chunk (state=3): >>><<< 138029 1726888205.66630: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888205.638774-144562-250763079404899=/root/.ansible/tmp/ansible-tmp-1726888205.638774-144562-250763079404899 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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 138029 1726888205.66688: variable 'ansible_module_compression' from source: unknown 138029 1726888205.66716: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 138029 1726888205.66739: variable 'ansible_facts' from source: unknown 138029 1726888205.66787: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888205.638774-144562-250763079404899/AnsiballZ_mount.py 138029 1726888205.66871: Sending initial data 138029 1726888205.66875: Sent initial data (155 bytes) 138029 1726888205.67298: 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 <<< 138029 1726888205.67301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.67303: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888205.67305: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.67354: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888205.67362: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888205.67412: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888205.68928: 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 <<< 138029 1726888205.68942: 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 <<< 138029 1726888205.68978: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888205.69023: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpyir22y2_ /root/.ansible/tmp/ansible-tmp-1726888205.638774-144562-250763079404899/AnsiballZ_mount.py <<< 138029 1726888205.69026: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888205.638774-144562-250763079404899/AnsiballZ_mount.py" <<< 138029 1726888205.69068: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpyir22y2_" to remote "/root/.ansible/tmp/ansible-tmp-1726888205.638774-144562-250763079404899/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888205.638774-144562-250763079404899/AnsiballZ_mount.py" <<< 138029 1726888205.69652: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888205.69667: stderr chunk (state=3): >>><<< 138029 1726888205.69670: stdout chunk (state=3): >>><<< 138029 1726888205.69707: done transferring module to remote 138029 1726888205.69716: _low_level_execute_command(): starting 138029 1726888205.69719: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888205.638774-144562-250763079404899/ /root/.ansible/tmp/ansible-tmp-1726888205.638774-144562-250763079404899/AnsiballZ_mount.py && sleep 0' 138029 1726888205.70139: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888205.70142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888205.70144: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888205.70146: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888205.70148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.70197: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888205.70200: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888205.70249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888205.71971: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888205.71997: stderr chunk (state=3): >>><<< 138029 1726888205.72000: stdout chunk (state=3): >>><<< 138029 1726888205.72014: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888205.72017: _low_level_execute_command(): starting 138029 1726888205.72019: _low_level_execute_command(): using become for this command 138029 1726888205.72028: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-htjhuwjeznvvqcnmjxlyzygllngikgpb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888205.638774-144562-250763079404899/AnsiballZ_mount.py'"'"' && sleep 0' 138029 1726888205.72110: Initial state: awaiting_escalation: BECOME-SUCCESS-htjhuwjeznvvqcnmjxlyzygllngikgpb 138029 1726888205.72468: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888205.72472: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.72506: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888205.72510: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888205.72574: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888205.75432: stdout chunk (state=1): >>>BECOME-SUCCESS-htjhuwjeznvvqcnmjxlyzygllngikgpb <<< 138029 1726888205.75436: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-htjhuwjeznvvqcnmjxlyzygllngikgpb' 138029 1726888205.75764: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888205.75801: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888205.75833: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888205.75839: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888205.75911: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888205.75942: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888205.75974: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888205.75993: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888205.76013: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888205.76059: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888205.76064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.76084: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888205.76105: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888205.76140: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888205.76169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888205.76172: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a6103e0> <<< 138029 1726888205.76193: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a5dfa10> <<< 138029 1726888205.76205: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888205.76226: 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 0x7f320a612960> <<< 138029 1726888205.76251: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888205.76271: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888205.76289: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888205.76297: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888205.76335: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888205.76342: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888205.76421: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888205.76458: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888205.76466: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888205.76482: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888205.76499: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888205.76519: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888205.76522: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888205.76543: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888205.76551: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888205.76581: 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 <<< 138029 1726888205.76585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888205.76612: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a3c0fe0> <<< 138029 1726888205.76676: 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 <<< 138029 1726888205.76681: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.76690: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a3c1fd0> <<< 138029 1726888205.76721: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888205.76749: 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. <<< 138029 1726888205.76983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888205.76992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888205.77026: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888205.77028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.77056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888205.77088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888205.77115: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888205.77135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888205.77152: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a3ffe90> <<< 138029 1726888205.77171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888205.77192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888205.77222: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888205.77227: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a3fff50> <<< 138029 1726888205.77240: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888205.77271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888205.77292: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888205.77347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.77361: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888205.77389: 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' <<< 138029 1726888205.77394: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a4378c0> <<< 138029 1726888205.77426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888205.77429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888205.77440: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a437f50> <<< 138029 1726888205.77452: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888205.77501: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a417b60> <<< 138029 1726888205.77508: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888205.77545: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a415280> <<< 138029 1726888205.77631: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a3fd040> <<< 138029 1726888205.77665: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888205.77682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888205.77694: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888205.77717: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888205.77742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888205.77760: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888205.77782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888205.77799: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a45b7a0> <<< 138029 1726888205.77817: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a45a3c0> <<< 138029 1726888205.77850: 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' <<< 138029 1726888205.77854: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a416150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a3fef30> <<< 138029 1726888205.77904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888205.77914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a48c830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a3fc2c0> <<< 138029 1726888205.77946: 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' <<< 138029 1726888205.77977: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.77986: 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 0x7f320a48cce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a48cb90> <<< 138029 1726888205.78018: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.78024: 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 0x7f320a48cf80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a3fade0> <<< 138029 1726888205.78056: 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' <<< 138029 1726888205.78077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888205.78116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888205.78124: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a48d640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a48d310> <<< 138029 1726888205.78130: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888205.78170: 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' <<< 138029 1726888205.78177: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a48e510> <<< 138029 1726888205.78205: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888205.78208: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888205.78233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888205.78269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888205.78286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888205.78297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a4a4740> <<< 138029 1726888205.78318: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888205.78342: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.78347: 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 0x7f320a4a5e50> <<< 138029 1726888205.78380: 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' <<< 138029 1726888205.78415: 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' <<< 138029 1726888205.78426: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a4a6cf0> <<< 138029 1726888205.78464: 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 0x7f320a4a7320> <<< 138029 1726888205.78469: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a4a6240> <<< 138029 1726888205.78496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888205.78500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888205.78546: 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 0x7f320a4a7da0> <<< 138029 1726888205.78564: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a4a74d0> <<< 138029 1726888205.78605: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a48e570> <<< 138029 1726888205.78629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888205.78659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888205.78676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888205.78695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888205.78729: 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' <<< 138029 1726888205.78733: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f320a21fc80> <<< 138029 1726888205.78762: 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' <<< 138029 1726888205.78786: 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 0x7f320a248710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a248470> <<< 138029 1726888205.78813: 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 0x7f320a248740> <<< 138029 1726888205.78850: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888205.78853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888205.78916: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.79041: 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 0x7f320a249070> <<< 138029 1726888205.79152: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.79157: 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 0x7f320a249a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a248920> <<< 138029 1726888205.79189: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a21de20> <<< 138029 1726888205.79202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888205.79226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888205.79253: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888205.79266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888205.79273: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a24ae10> <<< 138029 1726888205.79304: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a249b50> <<< 138029 1726888205.79316: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a48ec60> <<< 138029 1726888205.79347: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888205.79407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.79426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888205.79460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888205.79490: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a273170> <<< 138029 1726888205.79541: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888205.79561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.79578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888205.79607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888205.79645: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a29b500> <<< 138029 1726888205.79672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888205.79714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888205.79772: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888205.79789: 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 0x7f320a2f8320> <<< 138029 1726888205.79812: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888205.79852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888205.79871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888205.79907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888205.79998: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a2faa80> <<< 138029 1726888205.80072: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a2f8440> <<< 138029 1726888205.80111: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a2c5310> <<< 138029 1726888205.80139: 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 0x7f320a0f93d0> <<< 138029 1726888205.80168: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a29a330> <<< 138029 1726888205.80171: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a24bd40> <<< 138029 1726888205.80361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888205.80376: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f320a29a930> <<< 138029 1726888205.80782: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_peyp40e5/ansible_mount_payload.zip' <<< 138029 1726888205.80786: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.80916: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.80950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888205.80955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888205.80995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888205.81074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888205.81107: 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 0x7f320a157140> <<< 138029 1726888205.81112: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888205.81294: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a132030> <<< 138029 1726888205.81299: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a1311c0> # zipimport: zlib available <<< 138029 1726888205.81336: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888205.81339: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.81372: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888205.81395: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888205.81407: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.82809: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.83924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888205.83933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a155010> <<< 138029 1726888205.83963: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888205.83973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.83987: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888205.83998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888205.84025: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888205.84030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888205.84065: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.84072: 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 0x7f320a17ab70> <<< 138029 1726888205.84098: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a17a900> <<< 138029 1726888205.84130: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a17a210> <<< 138029 1726888205.84156: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888205.84171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888205.84205: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a17ad20> <<< 138029 1726888205.84212: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a157dd0> import 'atexit' # <<< 138029 1726888205.84247: 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' <<< 138029 1726888205.84250: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f320a17b860> <<< 138029 1726888205.84277: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.84282: 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 0x7f320a17baa0> <<< 138029 1726888205.84295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888205.84344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888205.84354: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888205.84401: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a17bf50> <<< 138029 1726888205.84410: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888205.84433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888205.84462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888205.84496: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b11c40> <<< 138029 1726888205.84532: 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 0x7f3209b13860> <<< 138029 1726888205.84548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888205.84572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888205.84604: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b14230> <<< 138029 1726888205.84626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888205.84657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888205.84675: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b15100> <<< 138029 1726888205.84696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888205.84728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888205.84754: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888205.84763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888205.84811: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b17e30> <<< 138029 1726888205.84849: 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 0x7f320a2730e0> <<< 138029 1726888205.84871: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b16120> <<< 138029 1726888205.84890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888205.84919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888205.84940: 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' <<< 138029 1726888205.84971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888205.84997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888205.85029: 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' <<< 138029 1726888205.85036: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b1fda0> <<< 138029 1726888205.85049: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888205.85113: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b1e870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b1e5d0> <<< 138029 1726888205.85137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888205.85148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888205.85218: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b1eb40> <<< 138029 1726888205.85251: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b16630> <<< 138029 1726888205.85281: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.85287: 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 0x7f3209b63f80> <<< 138029 1726888205.85308: 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 0x7f3209b63fe0> <<< 138029 1726888205.85330: 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 <<< 138029 1726888205.85349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888205.85373: 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' <<< 138029 1726888205.85407: 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 0x7f3209b65b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b65910> <<< 138029 1726888205.85431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888205.85538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888205.85587: 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 0x7f3209b68140> <<< 138029 1726888205.85592: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b66240> <<< 138029 1726888205.85619: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888205.85651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.85679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888205.85693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888205.85699: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888205.85740: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b6b800> <<< 138029 1726888205.85864: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b681d0> <<< 138029 1726888205.85921: 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 0x7f3209b6c8f0> <<< 138029 1726888205.85956: 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 0x7f3209b6c6b0> <<< 138029 1726888205.86004: 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 0x7f3209b6c9b0> <<< 138029 1726888205.86010: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b641d0> <<< 138029 1726888205.86027: 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 <<< 138029 1726888205.86045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888205.86058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888205.86080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888205.86110: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.86130: 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 0x7f3209bf8170> <<< 138029 1726888205.86285: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888205.86289: 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 0x7f3209bf94f0> <<< 138029 1726888205.86296: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b6e900> <<< 138029 1726888205.86329: 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 0x7f3209b6fcb0> <<< 138029 1726888205.86334: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b6e540> <<< 138029 1726888205.86360: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.86367: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.86383: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888205.86391: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.86480: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.86568: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.86586: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888205.86603: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.86622: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.86628: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888205.86650: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.86760: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.86878: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.87405: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.87940: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888205.87954: 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' # <<< 138029 1726888205.87973: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888205.87995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.88044: 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 0x7f3209bfd640> <<< 138029 1726888205.88119: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888205.88124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888205.88153: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209bfe450> <<< 138029 1726888205.88157: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209bf9490> <<< 138029 1726888205.88205: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888205.88212: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.88240: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.88249: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888205.88272: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.88411: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.88575: 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' <<< 138029 1726888205.88587: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209bfe510> <<< 138029 1726888205.88597: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.89043: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.89483: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.89564: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.89629: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888205.89643: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.89680: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.89719: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888205.89725: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.89799: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.89878: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888205.89899: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.89911: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.89918: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888205.89930: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.89974: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.90010: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888205.90022: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.90247: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.90478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888205.90537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888205.90548: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888205.90608: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209bff5c0> <<< 138029 1726888205.90626: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.90697: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.90777: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888205.90787: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888205.90811: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.90858: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.90895: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888205.90903: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.90960: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.90996: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.91054: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.91120: 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 <<< 138029 1726888205.91159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888205.91232: 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 0x7f3209a0a180> <<< 138029 1726888205.91272: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209a05850> <<< 138029 1726888205.91306: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888205.91309: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.91376: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.91441: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.91471: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.91511: 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' <<< 138029 1726888205.91530: 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 <<< 138029 1726888205.91553: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888205.91571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888205.91631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888205.91650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888205.91671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888205.91723: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a1d69f0> <<< 138029 1726888205.91771: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a1ca6c0> <<< 138029 1726888205.91850: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209a0a210> <<< 138029 1726888205.91854: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209bf97c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888205.91863: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.91897: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.91927: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888205.91976: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888205.91990: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.92015: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.92021: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888205.92034: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.92060: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible' # <<< 138029 1726888205.92067: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.92091: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.92095: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix' # <<< 138029 1726888205.92108: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.92121: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.92128: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins' # <<< 138029 1726888205.92143: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.92171: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # <<< 138029 1726888205.92176: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.92593: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.92976: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.92996: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # <<< 138029 1726888205.93016: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.93057: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.93089: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 138029 1726888205.93171: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888205.93313: stdout chunk (state=3): >>> {"changed": true, "name": "/opt/test2", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "path": "/opt/test2", "fstype": "xfs", "state": "absent", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null, "opts": null}}} <<< 138029 1726888205.93336: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888205.93621: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888205.93642: 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 <<< 138029 1726888205.93653: 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 <<< 138029 1726888205.93677: 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 <<< 138029 1726888205.93688: 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 <<< 138029 1726888205.93705: stdout chunk (state=3): >>># cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy <<< 138029 1726888205.93708: 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<<< 138029 1726888205.93832: 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 # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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<<< 138029 1726888205.93838: 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_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 <<< 138029 1726888205.94068: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888205.94076: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888205.94093: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888205.94111: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888205.94116: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888205.94147: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888205.94162: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888205.94190: 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 <<< 138029 1726888205.94193: stdout chunk (state=3): >>># destroy json.encoder # destroy json.scanner # destroy _json <<< 138029 1726888205.94215: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 138029 1726888205.94223: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888205.94241: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888205.94245: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888205.94259: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888205.94269: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888205.94323: 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 <<< 138029 1726888205.94326: 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 <<< 138029 1726888205.94360: 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 <<< 138029 1726888205.94389: 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 <<< 138029 1726888205.94426: 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 <<< 138029 1726888205.94448: 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 <<< 138029 1726888205.94452: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888205.94581: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888205.94585: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888205.94599: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888205.94621: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888205.94624: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888205.94651: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888205.94670: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888205.94692: 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 <<< 138029 1726888205.94700: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888205.94796: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888205.94799: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 138029 1726888205.94802: stdout chunk (state=3): >>># destroy time <<< 138029 1726888205.94819: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888205.94838: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888205.94847: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888205.94880: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix <<< 138029 1726888205.94894: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888205.95350: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888205.95386: stderr chunk (state=3): >>><<< 138029 1726888205.95390: stdout chunk (state=3): >>><<< 138029 1726888205.95449: _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 0x7f320a6103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a5dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a612960> 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 0x7f320a3c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f320a3c1fd0> 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 0x7f320a3ffe90> # /usr/lib64/python3.12/__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 0x7f320a3fff50> # /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 0x7f320a4378c0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a437f50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a417b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a415280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a3fd040> # /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 0x7f320a45b7a0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a45a3c0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a416150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a3fef30> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a48c830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a3fc2c0> # /usr/lib64/python3.12/__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 0x7f320a48cce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a48cb90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f320a48cf80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a3fade0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f320a48d640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a48d310> 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 0x7f320a48e510> 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 0x7f320a4a4740> 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 0x7f320a4a5e50> # /usr/lib64/python3.12/__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 0x7f320a4a6cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f320a4a7320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a4a6240> # /usr/lib64/python3.12/__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 0x7f320a4a7da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a4a74d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a48e570> # /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 0x7f320a21fc80> # /usr/lib64/python3.12/__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 0x7f320a248710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a248470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f320a248740> # /usr/lib64/python3.12/__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 0x7f320a249070> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f320a249a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a248920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a21de20> # /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 0x7f320a24ae10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a249b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a48ec60> # /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 0x7f320a273170> # /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 0x7f320a29b500> # /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 0x7f320a2f8320> # /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 0x7f320a2faa80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a2f8440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a2c5310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a0f93d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a29a330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a24bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f320a29a930> # zipimport: found 36 names in '/tmp/ansible_mount_payload_peyp40e5/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 0x7f320a157140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a132030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a1311c0> # 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 0x7f320a155010> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f320a17ab70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a17a900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a17a210> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f320a17ad20> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a157dd0> 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 0x7f320a17b860> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f320a17baa0> # /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 0x7f320a17bf50> 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 0x7f3209b11c40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3209b13860> # /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 0x7f3209b14230> # /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 0x7f3209b15100> # /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 0x7f3209b17e30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f320a2730e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b16120> # /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 0x7f3209b1fda0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b1e870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b1e5d0> # /usr/lib64/python3.12/__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 0x7f3209b1eb40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b16630> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3209b63f80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b63fe0> # /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 0x7f3209b65b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b65910> # /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 0x7f3209b68140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b66240> # /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 0x7f3209b6b800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b681d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3209b6c8f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3209b6c6b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3209b6c9b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b641d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f3209bf8170> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3209bf94f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b6e900> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3209b6fcb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209b6e540> # 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 0x7f3209bfd640> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f3209bfe450> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209bf9490> 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 0x7f3209bfe510> # 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 0x7f3209bff5c0> # 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 0x7f3209a0a180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209a05850> 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 0x7f320a1d69f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f320a1ca6c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209a0a210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3209bf97c0> # 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/test2", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "path": "/opt/test2", "fstype": "xfs", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888205.95964: done with _execute_module (mount, {'src': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', 'path': '/opt/test2', 'fstype': 'xfs', '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-1726888205.638774-144562-250763079404899/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888205.95970: _low_level_execute_command(): starting 138029 1726888205.95972: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888205.638774-144562-250763079404899/ > /dev/null 2>&1 && sleep 0' 138029 1726888205.96094: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888205.96098: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888205.96101: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888205.96103: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.96113: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888205.96122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.96169: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888205.96178: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888205.96181: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888205.96242: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888205.98054: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888205.98082: stderr chunk (state=3): >>><<< 138029 1726888205.98085: stdout chunk (state=3): >>><<< 138029 1726888205.98098: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888205.98104: handler run complete 138029 1726888205.98118: attempt loop complete, returning result 138029 1726888205.98137: variable 'mount_info' from source: unknown 138029 1726888205.98192: variable 'mount_info' from source: unknown changed: [managed_node3] => (item={'src': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24', 'path': '/opt/test2', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test2", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "state": "absent" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24" } 138029 1726888205.98328: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.98331: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888205.98333: variable 'omit' from source: magic vars 138029 1726888205.98351: variable 'omit' from source: magic vars 138029 1726888205.98364: variable 'omit' from source: magic vars 138029 1726888205.98462: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888205.98482: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888205.98499: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888205.98524: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888205.98535: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888205.98595: variable 'mount_info' from source: unknown 138029 1726888205.98598: variable 'omit' from source: magic vars 138029 1726888205.98658: variable 'mount_info' from source: unknown 138029 1726888205.98735: variable 'mount_info' from source: unknown 138029 1726888205.98738: variable 'omit' from source: magic vars 138029 1726888205.98819: variable 'mount_info' from source: unknown 138029 1726888205.98822: variable 'omit' from source: magic vars 138029 1726888205.98880: variable 'mount_info' from source: unknown 138029 1726888205.98893: variable 'omit' from source: magic vars 138029 1726888205.98908: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888205.98915: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888205.98921: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888205.98928: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888205.98937: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888205.98939: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.98941: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888205.99006: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888205.99009: Set connection var ansible_timeout to 10 138029 1726888205.99014: Set connection var ansible_pipelining to False 138029 1726888205.99017: Set connection var ansible_shell_type to sh 138029 1726888205.99019: Set connection var ansible_connection to ssh 138029 1726888205.99024: Set connection var ansible_shell_executable to /bin/sh 138029 1726888205.99040: variable 'ansible_shell_executable' from source: unknown 138029 1726888205.99043: variable 'ansible_connection' from source: unknown 138029 1726888205.99045: variable 'ansible_module_compression' from source: unknown 138029 1726888205.99047: variable 'ansible_shell_type' from source: unknown 138029 1726888205.99049: variable 'ansible_shell_executable' from source: unknown 138029 1726888205.99051: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888205.99057: variable 'ansible_pipelining' from source: unknown 138029 1726888205.99060: variable 'ansible_timeout' from source: unknown 138029 1726888205.99110: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 138029 1726888205.99152: 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) 138029 1726888205.99160: variable 'omit' from source: magic vars 138029 1726888205.99167: starting attempt loop 138029 1726888205.99170: running the handler 138029 1726888205.99172: _low_level_execute_command(): starting 138029 1726888205.99176: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888205.99612: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888205.99616: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888205.99618: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.99620: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888205.99622: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888205.99681: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888205.99683: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888205.99725: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888206.01296: stdout chunk (state=3): >>>/root <<< 138029 1726888206.01401: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888206.01424: stderr chunk (state=3): >>><<< 138029 1726888206.01427: stdout chunk (state=3): >>><<< 138029 1726888206.01439: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888206.01447: _low_level_execute_command(): starting 138029 1726888206.01450: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888206.0143938-144562-154578610543330 `" && echo ansible-tmp-1726888206.0143938-144562-154578610543330="` echo /root/.ansible/tmp/ansible-tmp-1726888206.0143938-144562-154578610543330 `" ) && sleep 0' 138029 1726888206.01851: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888206.01857: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888206.01869: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888206.01925: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888206.01931: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888206.01977: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888206.04168: stdout chunk (state=3): >>>ansible-tmp-1726888206.0143938-144562-154578610543330=/root/.ansible/tmp/ansible-tmp-1726888206.0143938-144562-154578610543330 <<< 138029 1726888206.04273: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888206.04297: stderr chunk (state=3): >>><<< 138029 1726888206.04300: stdout chunk (state=3): >>><<< 138029 1726888206.04312: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888206.0143938-144562-154578610543330=/root/.ansible/tmp/ansible-tmp-1726888206.0143938-144562-154578610543330 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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 138029 1726888206.04363: variable 'ansible_module_compression' from source: unknown 138029 1726888206.04395: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 138029 1726888206.04414: variable 'ansible_facts' from source: unknown 138029 1726888206.04460: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888206.0143938-144562-154578610543330/AnsiballZ_mount.py 138029 1726888206.04542: Sending initial data 138029 1726888206.04545: Sent initial data (156 bytes) 138029 1726888206.05098: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888206.05119: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888206.05268: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888206.06803: 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 <<< 138029 1726888206.06994: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888206.07062: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpwwmw46v6 /root/.ansible/tmp/ansible-tmp-1726888206.0143938-144562-154578610543330/AnsiballZ_mount.py <<< 138029 1726888206.07065: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888206.0143938-144562-154578610543330/AnsiballZ_mount.py" <<< 138029 1726888206.07101: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpwwmw46v6" to remote "/root/.ansible/tmp/ansible-tmp-1726888206.0143938-144562-154578610543330/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888206.0143938-144562-154578610543330/AnsiballZ_mount.py" <<< 138029 1726888206.07894: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888206.07923: stderr chunk (state=3): >>><<< 138029 1726888206.07972: stdout chunk (state=3): >>><<< 138029 1726888206.07982: done transferring module to remote 138029 1726888206.07998: _low_level_execute_command(): starting 138029 1726888206.08007: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888206.0143938-144562-154578610543330/ /root/.ansible/tmp/ansible-tmp-1726888206.0143938-144562-154578610543330/AnsiballZ_mount.py && sleep 0' 138029 1726888206.08450: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888206.08471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888206.08483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888206.08530: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888206.08533: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888206.08584: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888206.10290: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888206.10311: stderr chunk (state=3): >>><<< 138029 1726888206.10314: stdout chunk (state=3): >>><<< 138029 1726888206.10331: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888206.10334: _low_level_execute_command(): starting 138029 1726888206.10337: _low_level_execute_command(): using become for this command 138029 1726888206.10343: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-dplisfwqcoeyvbiyctdwbvkzxyukkwvw ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888206.0143938-144562-154578610543330/AnsiballZ_mount.py'"'"' && sleep 0' 138029 1726888206.10415: Initial state: awaiting_escalation: BECOME-SUCCESS-dplisfwqcoeyvbiyctdwbvkzxyukkwvw 138029 1726888206.10770: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888206.10773: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888206.10810: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888206.10828: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888206.10882: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888206.13688: stdout chunk (state=1): >>>BECOME-SUCCESS-dplisfwqcoeyvbiyctdwbvkzxyukkwvw <<< 138029 1726888206.13692: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-dplisfwqcoeyvbiyctdwbvkzxyukkwvw' 138029 1726888206.14022: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888206.14061: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888206.14084: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888206.14096: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888206.14167: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888206.14174: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888206.14204: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888206.14236: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888206.14240: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888206.14273: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888206.14324: 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' <<< 138029 1726888206.14352: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888206.14369: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888206.14406: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888206.14423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888206.14450: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a96183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a95e7a10> <<< 138029 1726888206.14484: 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' <<< 138029 1726888206.14487: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a961a960> <<< 138029 1726888206.14513: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888206.14541: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888206.14571: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888206.14602: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888206.14606: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888206.14683: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888206.14713: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888206.14716: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888206.14751: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888206.14762: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888206.14789: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888206.14792: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888206.14818: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888206.14840: 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 <<< 138029 1726888206.14851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888206.14871: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9408fe0> <<< 138029 1726888206.14928: 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 <<< 138029 1726888206.14931: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.14952: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9409fd0> <<< 138029 1726888206.14978: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888206.15005: 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. <<< 138029 1726888206.15236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888206.15253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888206.15272: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888206.15289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.15307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888206.15348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888206.15367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888206.15394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888206.15408: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9447e90> <<< 138029 1726888206.15432: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888206.15444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888206.15474: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9447f50> <<< 138029 1726888206.15501: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888206.15524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888206.15548: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888206.15594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.15615: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888206.15644: 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 0x7f07a947f8c0> <<< 138029 1726888206.15665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888206.15679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888206.15690: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a947ff50> <<< 138029 1726888206.15693: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888206.15750: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a945fb60> <<< 138029 1726888206.15753: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888206.15789: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a945d280> <<< 138029 1726888206.15876: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9445040> <<< 138029 1726888206.15903: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888206.15919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888206.15938: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888206.15964: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888206.15983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888206.16001: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888206.16017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888206.16047: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94a37a0> <<< 138029 1726888206.16069: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94a23c0> <<< 138029 1726888206.16098: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888206.16103: 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 0x7f07a945e150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9446f30> <<< 138029 1726888206.16150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888206.16162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94d4830> <<< 138029 1726888206.16172: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94442c0> <<< 138029 1726888206.16190: 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' <<< 138029 1726888206.16224: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.16229: 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 0x7f07a94d4ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94d4b90> <<< 138029 1726888206.16271: 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 0x7f07a94d4f80> <<< 138029 1726888206.16281: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9442de0> <<< 138029 1726888206.16315: 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' <<< 138029 1726888206.16327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888206.16363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888206.16377: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94d5640> <<< 138029 1726888206.16396: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94d5310> import 'importlib.machinery' # <<< 138029 1726888206.16424: 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' <<< 138029 1726888206.16436: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94d6510> <<< 138029 1726888206.16460: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888206.16467: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888206.16490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888206.16521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888206.16547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888206.16552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94ec740> <<< 138029 1726888206.16575: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888206.16599: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.16617: 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 0x7f07a94ede50> <<< 138029 1726888206.16625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888206.16643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888206.16666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888206.16676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888206.16684: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94eecf0> <<< 138029 1726888206.16730: 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 0x7f07a94ef320> <<< 138029 1726888206.16734: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94ee240> <<< 138029 1726888206.16764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888206.16769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888206.16809: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.16812: 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 0x7f07a94efda0> <<< 138029 1726888206.16837: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94ef4d0> <<< 138029 1726888206.16873: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94d6570> <<< 138029 1726888206.16897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888206.16924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888206.16947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888206.16969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888206.17002: 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' <<< 138029 1726888206.17006: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07a927fc80> <<< 138029 1726888206.17032: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888206.17035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888206.17069: 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 0x7f07a92a8710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a92a8470> <<< 138029 1726888206.17093: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.17098: 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 0x7f07a92a8740> <<< 138029 1726888206.17128: 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' <<< 138029 1726888206.17206: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.17330: 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 0x7f07a92a9070> <<< 138029 1726888206.17463: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.17469: 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 0x7f07a92a9a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a92a8920> <<< 138029 1726888206.17492: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a927de20> <<< 138029 1726888206.17512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888206.17533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888206.17559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888206.17567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888206.17588: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a92aae10> <<< 138029 1726888206.17604: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a92a9b50> <<< 138029 1726888206.17624: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94d6c60> <<< 138029 1726888206.17653: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888206.17713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.17729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888206.17770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888206.17798: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a92d3170> <<< 138029 1726888206.17850: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888206.17863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.17888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888206.17906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888206.17949: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a92fb500> <<< 138029 1726888206.17970: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888206.18015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888206.18067: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888206.18096: 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' <<< 138029 1726888206.18099: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9358320> <<< 138029 1726888206.18122: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888206.18150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888206.18175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888206.18213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888206.18300: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a935aa80> <<< 138029 1726888206.18375: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9358440> <<< 138029 1726888206.18411: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9325310> <<< 138029 1726888206.18444: 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' <<< 138029 1726888206.18464: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a915d3d0> <<< 138029 1726888206.18473: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a92fa330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a92abd40> <<< 138029 1726888206.18705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888206.18725: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f07a92fa930> <<< 138029 1726888206.18899: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_vokqgb7x/ansible_mount_payload.zip' <<< 138029 1726888206.18904: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.19032: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.19067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888206.19073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888206.19118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888206.19190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888206.19233: 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 0x7f07a91bb110> import '_typing' # <<< 138029 1726888206.19421: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9196000> <<< 138029 1726888206.19430: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9195190> # zipimport: zlib available <<< 138029 1726888206.19466: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888206.19474: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.19488: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.19503: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.19510: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888206.19535: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.20897: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.22000: 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 0x7f07a91b8fe0> <<< 138029 1726888206.22028: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888206.22032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.22063: 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' <<< 138029 1726888206.22089: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888206.22094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888206.22127: 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 0x7f07a91deab0> <<< 138029 1726888206.22159: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a91de840> <<< 138029 1726888206.22193: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a91de180> <<< 138029 1726888206.22204: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888206.22227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888206.22266: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a91de900> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a91bbb30> <<< 138029 1726888206.22273: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888206.22299: 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 0x7f07a91df800> <<< 138029 1726888206.22324: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.22333: 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 0x7f07a91dfa40> <<< 138029 1726888206.22357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888206.22392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888206.22411: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888206.22462: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a91dff50> <<< 138029 1726888206.22465: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888206.22487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888206.22513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888206.22551: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b19cd0> <<< 138029 1726888206.22586: 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 0x7f07a8b1b8f0> <<< 138029 1726888206.22601: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888206.22622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888206.22659: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b1c2f0> <<< 138029 1726888206.22678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888206.22708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888206.22727: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b1d490> <<< 138029 1726888206.22745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888206.22785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888206.22801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888206.22816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888206.22863: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b1ff20> <<< 138029 1726888206.22900: 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 0x7f07a9442ed0> <<< 138029 1726888206.22919: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b1e1e0> <<< 138029 1726888206.22943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888206.22973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888206.22996: 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' <<< 138029 1726888206.23022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888206.23050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888206.23080: 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' <<< 138029 1726888206.23084: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b27e30> <<< 138029 1726888206.23103: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888206.23170: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b26900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b26660> <<< 138029 1726888206.23188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888206.23205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888206.23270: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b26bd0> <<< 138029 1726888206.23300: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b1e6f0> <<< 138029 1726888206.23333: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.23340: 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 0x7f07a8b6bef0> <<< 138029 1726888206.23359: 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 0x7f07a8b6c1d0> <<< 138029 1726888206.23388: 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 <<< 138029 1726888206.23398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888206.23425: 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' <<< 138029 1726888206.23461: 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 0x7f07a8b6dc70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b6da30> <<< 138029 1726888206.23483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888206.23594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888206.23649: 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 0x7f07a8b70230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b6e360> <<< 138029 1726888206.23677: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888206.23710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.23741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888206.23759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888206.23762: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888206.23801: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b739b0> <<< 138029 1726888206.23925: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b703b0> <<< 138029 1726888206.23984: 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 0x7f07a8b74710> <<< 138029 1726888206.24019: 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 0x7f07a8b747d0> <<< 138029 1726888206.24054: 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 0x7f07a8b74b30> <<< 138029 1726888206.24081: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b6c2f0> <<< 138029 1726888206.24099: 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 <<< 138029 1726888206.24109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888206.24117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888206.24145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888206.24176: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.24198: 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 0x7f07a8a00290> <<< 138029 1726888206.24344: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.24353: 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 0x7f07a8a013d0> <<< 138029 1726888206.24364: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b76a20> <<< 138029 1726888206.24395: 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 0x7f07a8b77dd0> <<< 138029 1726888206.24403: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b76660> <<< 138029 1726888206.24426: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.24429: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.24444: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888206.24452: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.24543: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.24631: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.24657: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888206.24662: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.24684: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888206.24701: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.24818: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.24940: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.25470: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.26001: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 138029 1726888206.26008: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888206.26026: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888206.26040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.26093: 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 0x7f07a8a055e0> <<< 138029 1726888206.26171: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888206.26189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888206.26193: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8a06330> <<< 138029 1726888206.26204: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8a01670> <<< 138029 1726888206.26258: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888206.26265: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.26280: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.26302: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888206.26307: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.26458: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.26604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888206.26623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8a064b0> <<< 138029 1726888206.26627: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.27078: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.27514: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.27587: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.27664: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888206.27672: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.27708: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.27750: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888206.27754: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.27822: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.27900: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888206.27920: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.27925: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.27947: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888206.27954: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.27995: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.28028: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888206.28044: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.28268: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.28500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888206.28553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888206.28572: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888206.28637: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8a075f0> <<< 138029 1726888206.28643: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.28717: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.28791: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888206.28795: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888206.28826: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.28867: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.28906: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888206.28911: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.28963: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.29004: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.29064: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.29127: 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 <<< 138029 1726888206.29170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.29244: 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 0x7f07a8a120c0> <<< 138029 1726888206.29282: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8a0f350> <<< 138029 1726888206.29303: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888206.29322: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.29387: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.29448: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.29477: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.29517: 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 <<< 138029 1726888206.29527: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.29540: 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 <<< 138029 1726888206.29562: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888206.29589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888206.29641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888206.29663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888206.29678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888206.29735: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b02990> <<< 138029 1726888206.29775: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a921e660> <<< 138029 1726888206.29865: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8a12180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8a07020> <<< 138029 1726888206.29872: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888206.29895: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.29927: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888206.29980: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888206.30002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.30005: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.30032: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available <<< 138029 1726888206.30048: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.30056: stdout chunk (state=3): >>>import 'ansible_collections.ansible' # <<< 138029 1726888206.30072: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.30084: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.30099: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix' # <<< 138029 1726888206.30107: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.30131: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.30137: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins' # <<< 138029 1726888206.30148: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.30165: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.30175: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.modules' # <<< 138029 1726888206.30180: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.30590: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.30971: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.30998: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.31004: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available <<< 138029 1726888206.31044: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.31078: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 138029 1726888206.31161: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.31319: stdout chunk (state=3): >>> {"changed": true, "name": "/opt/test1", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "path": "/opt/test1", "fstype": "xfs", "state": "absent", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null, "opts": null}}} <<< 138029 1726888206.31322: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888206.31704: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888206.31800: 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 <<< 138029 1726888206.31860: stdout chunk (state=3): >>># cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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.comm<<< 138029 1726888206.31865: stdout chunk (state=3): >>>on.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888206.31881: 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_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 <<< 138029 1726888206.32093: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888206.32113: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888206.32128: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888206.32143: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888206.32168: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888206.32193: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ <<< 138029 1726888206.32213: 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 # destroy grp # destroy encodings <<< 138029 1726888206.32216: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888206.32230: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 138029 1726888206.32241: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888206.32260: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888206.32271: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888206.32285: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888206.32291: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888206.32321: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888206.32358: 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 <<< 138029 1726888206.32371: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888206.32384: 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 <<< 138029 1726888206.32426: 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 <<< 138029 1726888206.32452: 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 <<< 138029 1726888206.32457: 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 <<< 138029 1726888206.32470: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888206.32588: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888206.32604: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888206.32633: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888206.32640: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888206.32655: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888206.32680: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888206.32701: 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 <<< 138029 1726888206.32716: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888206.32808: 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 <<< 138029 1726888206.32812: stdout chunk (state=3): >>># destroy atexit <<< 138029 1726888206.32825: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888206.32844: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888206.32863: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888206.32875: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888206.32882: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888206.32901: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888206.32906: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888206.33395: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888206.33426: stderr chunk (state=3): >>><<< 138029 1726888206.33429: stdout chunk (state=3): >>><<< 138029 1726888206.33488: _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 0x7f07a96183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a95e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a961a960> 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 0x7f07a9408fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f07a9409fd0> 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 0x7f07a9447e90> # /usr/lib64/python3.12/__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 0x7f07a9447f50> # /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 0x7f07a947f8c0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a947ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a945fb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a945d280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9445040> # /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 0x7f07a94a37a0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94a23c0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a945e150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9446f30> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94d4830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94442c0> # /usr/lib64/python3.12/__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 0x7f07a94d4ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94d4b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07a94d4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9442de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f07a94d5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94d5310> 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 0x7f07a94d6510> 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 0x7f07a94ec740> 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 0x7f07a94ede50> # /usr/lib64/python3.12/__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 0x7f07a94eecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07a94ef320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94ee240> # /usr/lib64/python3.12/__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 0x7f07a94efda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94ef4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94d6570> # /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 0x7f07a927fc80> # /usr/lib64/python3.12/__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 0x7f07a92a8710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a92a8470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07a92a8740> # /usr/lib64/python3.12/__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 0x7f07a92a9070> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07a92a9a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a92a8920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a927de20> # /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 0x7f07a92aae10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a92a9b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a94d6c60> # /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 0x7f07a92d3170> # /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 0x7f07a92fb500> # /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 0x7f07a9358320> # /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 0x7f07a935aa80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9358440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9325310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a915d3d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a92fa330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a92abd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f07a92fa930> # zipimport: found 36 names in '/tmp/ansible_mount_payload_vokqgb7x/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 0x7f07a91bb110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9196000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a9195190> # 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 0x7f07a91b8fe0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f07a91deab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a91de840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a91de180> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f07a91de900> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a91bbb30> 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 0x7f07a91df800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07a91dfa40> # /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 0x7f07a91dff50> 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 0x7f07a8b19cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07a8b1b8f0> # /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 0x7f07a8b1c2f0> # /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 0x7f07a8b1d490> # /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 0x7f07a8b1ff20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07a9442ed0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b1e1e0> # /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 0x7f07a8b27e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b26900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b26660> # /usr/lib64/python3.12/__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 0x7f07a8b26bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b1e6f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07a8b6bef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b6c1d0> # /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 0x7f07a8b6dc70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b6da30> # /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 0x7f07a8b70230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b6e360> # /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 0x7f07a8b739b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b703b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07a8b74710> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07a8b747d0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07a8b74b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b6c2f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f07a8a00290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07a8a013d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b76a20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07a8b77dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8b76660> # 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 0x7f07a8a055e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f07a8a06330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8a01670> 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 0x7f07a8a064b0> # 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 0x7f07a8a075f0> # 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 0x7f07a8a120c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8a0f350> 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 0x7f07a8b02990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a921e660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8a12180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07a8a07020> # 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/test1", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "path": "/opt/test1", "fstype": "xfs", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888206.34017: done with _execute_module (mount, {'src': 'UUID=ac246704-920b-4020-af6e-f443534e195b', 'path': '/opt/test1', 'fstype': 'xfs', '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-1726888206.0143938-144562-154578610543330/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888206.34020: _low_level_execute_command(): starting 138029 1726888206.34023: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888206.0143938-144562-154578610543330/ > /dev/null 2>&1 && sleep 0' 138029 1726888206.34125: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888206.34143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888206.34146: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888206.34206: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888206.34215: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888206.34221: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888206.34258: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888206.36073: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888206.36101: stderr chunk (state=3): >>><<< 138029 1726888206.36104: stdout chunk (state=3): >>><<< 138029 1726888206.36121: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888206.36124: handler run complete 138029 1726888206.36138: attempt loop complete, returning result 138029 1726888206.36152: variable 'mount_info' from source: unknown 138029 1726888206.36215: variable 'mount_info' from source: unknown changed: [managed_node3] => (item={'src': 'UUID=ac246704-920b-4020-af6e-f443534e195b', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=ac246704-920b-4020-af6e-f443534e195b" } 138029 1726888206.36350: dumping result to json 138029 1726888206.36353: done dumping result, returning 138029 1726888206.36358: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-5a58-73a2-00000000276f] 138029 1726888206.36360: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000276f 138029 1726888206.36413: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000276f 138029 1726888206.36415: WORKER PROCESS EXITING 138029 1726888206.36490: no more pending results, returning what we have 138029 1726888206.36494: results queue empty 138029 1726888206.36495: checking for any_errors_fatal 138029 1726888206.36501: done checking for any_errors_fatal 138029 1726888206.36502: checking for max_fail_percentage 138029 1726888206.36504: done checking for max_fail_percentage 138029 1726888206.36505: checking to see if all hosts have failed and the running result is not ok 138029 1726888206.36505: done checking to see if all hosts have failed 138029 1726888206.36506: getting the remaining hosts for this loop 138029 1726888206.36508: done getting the remaining hosts for this loop 138029 1726888206.36511: getting the next task for host managed_node3 138029 1726888206.36517: done getting next task for host managed_node3 138029 1726888206.36520: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888206.36525: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888206.36537: getting variables 138029 1726888206.36538: in VariableManager get_vars() 138029 1726888206.36576: Calling all_inventory to load vars for managed_node3 138029 1726888206.36578: Calling groups_inventory to load vars for managed_node3 138029 1726888206.36581: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888206.36590: Calling all_plugins_play to load vars for managed_node3 138029 1726888206.36593: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888206.36595: Calling groups_plugins_play to load vars for managed_node3 138029 1726888206.37020: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888206.37411: done with get_vars() 138029 1726888206.37425: 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:10:06 -0400 (0:00:01.177) 0:03:39.098 ****** 138029 1726888206.37497: entering _queue_task() for managed_node3/systemd 138029 1726888206.37716: worker is 1 (out of 1 available) 138029 1726888206.37732: exiting _queue_task() for managed_node3/systemd 138029 1726888206.37744: done queuing things up, now waiting for results queue to drain 138029 1726888206.37745: waiting for pending results... 138029 1726888206.37941: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888206.38030: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002771 138029 1726888206.38041: variable 'ansible_search_path' from source: unknown 138029 1726888206.38045: variable 'ansible_search_path' from source: unknown 138029 1726888206.38085: calling self._execute() 138029 1726888206.38175: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888206.38179: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888206.38187: variable 'omit' from source: magic vars 138029 1726888206.38481: variable 'blivet_output' from source: set_fact 138029 1726888206.38532: Evaluated conditional (blivet_output['mounts']): True 138029 1726888206.38538: variable 'omit' from source: magic vars 138029 1726888206.38589: variable 'omit' from source: magic vars 138029 1726888206.38612: variable 'omit' from source: magic vars 138029 1726888206.38645: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888206.38676: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888206.38691: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888206.38704: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888206.38714: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888206.38728: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888206.38743: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888206.38767: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888206.38773: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888206.38776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888206.38858: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888206.38861: Set connection var ansible_timeout to 10 138029 1726888206.38870: Set connection var ansible_pipelining to False 138029 1726888206.38873: Set connection var ansible_shell_type to sh 138029 1726888206.38875: Set connection var ansible_connection to ssh 138029 1726888206.38881: Set connection var ansible_shell_executable to /bin/sh 138029 1726888206.38902: variable 'ansible_shell_executable' from source: unknown 138029 1726888206.38905: variable 'ansible_connection' from source: unknown 138029 1726888206.38907: variable 'ansible_module_compression' from source: unknown 138029 1726888206.38909: variable 'ansible_shell_type' from source: unknown 138029 1726888206.38912: variable 'ansible_shell_executable' from source: unknown 138029 1726888206.38914: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888206.38919: variable 'ansible_pipelining' from source: unknown 138029 1726888206.38921: variable 'ansible_timeout' from source: unknown 138029 1726888206.38924: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888206.39075: 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) 138029 1726888206.39085: variable 'omit' from source: magic vars 138029 1726888206.39090: starting attempt loop 138029 1726888206.39094: running the handler 138029 1726888206.39103: _low_level_execute_command(): starting 138029 1726888206.39110: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888206.39618: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888206.39624: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888206.39627: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888206.39684: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888206.39686: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888206.39688: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888206.39751: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888206.41408: stdout chunk (state=3): >>>/root <<< 138029 1726888206.41501: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888206.41529: stderr chunk (state=3): >>><<< 138029 1726888206.41532: stdout chunk (state=3): >>><<< 138029 1726888206.41556: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888206.41570: _low_level_execute_command(): starting 138029 1726888206.41576: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888206.4155684-144591-280093916570390 `" && echo ansible-tmp-1726888206.4155684-144591-280093916570390="` echo /root/.ansible/tmp/ansible-tmp-1726888206.4155684-144591-280093916570390 `" ) && sleep 0' 138029 1726888206.42019: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888206.42022: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888206.42033: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888206.42036: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888206.42067: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888206.42077: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888206.42080: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888206.42144: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888206.44133: stdout chunk (state=3): >>>ansible-tmp-1726888206.4155684-144591-280093916570390=/root/.ansible/tmp/ansible-tmp-1726888206.4155684-144591-280093916570390 <<< 138029 1726888206.44241: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888206.44268: stderr chunk (state=3): >>><<< 138029 1726888206.44274: stdout chunk (state=3): >>><<< 138029 1726888206.44290: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888206.4155684-144591-280093916570390=/root/.ansible/tmp/ansible-tmp-1726888206.4155684-144591-280093916570390 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888206.44330: variable 'ansible_module_compression' from source: unknown 138029 1726888206.44377: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 138029 1726888206.44427: variable 'ansible_facts' from source: unknown 138029 1726888206.44563: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888206.4155684-144591-280093916570390/AnsiballZ_systemd.py 138029 1726888206.44661: Sending initial data 138029 1726888206.44664: Sent initial data (158 bytes) 138029 1726888206.45107: 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 <<< 138029 1726888206.45111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888206.45113: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888206.45115: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888206.45117: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888206.45161: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888206.45171: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888206.45218: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888206.46795: 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 <<< 138029 1726888206.46799: 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 <<< 138029 1726888206.46844: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888206.46893: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpbrw52m_l /root/.ansible/tmp/ansible-tmp-1726888206.4155684-144591-280093916570390/AnsiballZ_systemd.py <<< 138029 1726888206.46896: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888206.4155684-144591-280093916570390/AnsiballZ_systemd.py" <<< 138029 1726888206.46940: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpbrw52m_l" to remote "/root/.ansible/tmp/ansible-tmp-1726888206.4155684-144591-280093916570390/AnsiballZ_systemd.py" <<< 138029 1726888206.46944: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888206.4155684-144591-280093916570390/AnsiballZ_systemd.py" <<< 138029 1726888206.48059: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888206.48094: stderr chunk (state=3): >>><<< 138029 1726888206.48098: stdout chunk (state=3): >>><<< 138029 1726888206.48121: done transferring module to remote 138029 1726888206.48132: _low_level_execute_command(): starting 138029 1726888206.48137: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888206.4155684-144591-280093916570390/ /root/.ansible/tmp/ansible-tmp-1726888206.4155684-144591-280093916570390/AnsiballZ_systemd.py && sleep 0' 138029 1726888206.48542: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888206.48585: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888206.48588: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888206.48590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888206.48594: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888206.48599: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888206.48636: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888206.48640: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888206.48694: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888206.50483: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888206.50507: stderr chunk (state=3): >>><<< 138029 1726888206.50510: stdout chunk (state=3): >>><<< 138029 1726888206.50524: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888206.50527: _low_level_execute_command(): starting 138029 1726888206.50530: _low_level_execute_command(): using become for this command 138029 1726888206.50540: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-vaevlbsyhgiryjhsplmwcnzimjikyzua ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888206.4155684-144591-280093916570390/AnsiballZ_systemd.py'"'"' && sleep 0' 138029 1726888206.50614: Initial state: awaiting_escalation: BECOME-SUCCESS-vaevlbsyhgiryjhsplmwcnzimjikyzua 138029 1726888206.50987: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888206.50992: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888206.51011: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888206.51019: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888206.51084: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888206.54053: stdout chunk (state=1): >>>BECOME-SUCCESS-vaevlbsyhgiryjhsplmwcnzimjikyzua <<< 138029 1726888206.54058: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-vaevlbsyhgiryjhsplmwcnzimjikyzua' 138029 1726888206.54386: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888206.54423: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888206.54457: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888206.54462: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888206.54527: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888206.54532: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888206.54566: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888206.54598: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888206.54601: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888206.54635: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888206.54638: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888206.54687: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888206.54691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.54711: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888206.54733: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888206.54773: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888206.54792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888206.54806: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f65bc3e0> <<< 138029 1726888206.54811: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f658ba10> <<< 138029 1726888206.54841: 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' <<< 138029 1726888206.54852: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f65be930> <<< 138029 1726888206.54873: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888206.54891: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888206.54910: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888206.54918: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888206.54960: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888206.54964: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888206.55043: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888206.55081: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888206.55084: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888206.55106: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888206.55119: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888206.55128: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888206.55157: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888206.55170: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888206.55176: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888206.55203: 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 <<< 138029 1726888206.55207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888206.55234: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f65ccfe0> <<< 138029 1726888206.55284: 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 <<< 138029 1726888206.55303: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.55310: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f65cdfd0> <<< 138029 1726888206.55341: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888206.55372: 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. <<< 138029 1726888206.55757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888206.55768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888206.55796: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888206.55799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.55829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888206.55870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888206.55891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888206.55919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888206.55928: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63abe60> <<< 138029 1726888206.55954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888206.55969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888206.55997: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888206.56007: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63abef0> <<< 138029 1726888206.56014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888206.56049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888206.56072: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888206.56118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.56136: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888206.56170: 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 0x7f75f63e3860> <<< 138029 1726888206.56196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888206.56207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888206.56215: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63e3ef0> <<< 138029 1726888206.56225: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888206.56280: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63c3b30> <<< 138029 1726888206.56287: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888206.56318: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63c1220> <<< 138029 1726888206.56409: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63a9010> <<< 138029 1726888206.56439: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888206.56457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888206.56474: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888206.56498: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888206.56523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888206.56540: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888206.56557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888206.56593: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6407800> <<< 138029 1726888206.56604: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6406420> <<< 138029 1726888206.56622: 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' <<< 138029 1726888206.56651: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63c3e90> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6404b60> <<< 138029 1726888206.56698: 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' <<< 138029 1726888206.56706: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6438800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63a8290> <<< 138029 1726888206.56720: 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' <<< 138029 1726888206.56756: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.56759: 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 0x7f75f6438cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6438b60> <<< 138029 1726888206.56798: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.56809: 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 0x7f75f6438ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63a6db0> <<< 138029 1726888206.56844: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888206.56853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.56868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888206.56894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888206.56918: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6439580> <<< 138029 1726888206.56928: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6439250> import 'importlib.machinery' # <<< 138029 1726888206.56962: 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' <<< 138029 1726888206.56974: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f643a450> <<< 138029 1726888206.56990: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888206.56993: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888206.57026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888206.57059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888206.57083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888206.57092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6450680> <<< 138029 1726888206.57104: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888206.57128: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.57149: 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 0x7f75f6451d60> <<< 138029 1726888206.57169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888206.57177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888206.57209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888206.57212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888206.57215: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6452c00> <<< 138029 1726888206.57264: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.57269: 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 0x7f75f6453260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6452150> <<< 138029 1726888206.57294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888206.57300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888206.57343: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.57352: 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 0x7f75f6453ce0> <<< 138029 1726888206.57372: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6453410> <<< 138029 1726888206.57407: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f643a4b0> <<< 138029 1726888206.57430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888206.57456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888206.57481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888206.57499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888206.57536: 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 0x7f75f6137bc0> <<< 138029 1726888206.57566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888206.57585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888206.57588: 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' <<< 138029 1726888206.57603: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75f6160710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6160470> <<< 138029 1726888206.57626: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.57631: 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 0x7f75f6160740> <<< 138029 1726888206.57663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888206.57670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888206.57742: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.57870: 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 0x7f75f6161070> <<< 138029 1726888206.58011: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.58015: 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 0x7f75f6161a60> <<< 138029 1726888206.58025: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6160920> <<< 138029 1726888206.58031: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6135d60> <<< 138029 1726888206.58046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888206.58076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888206.58090: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888206.58109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888206.58117: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6162e70> <<< 138029 1726888206.58149: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6161bb0> <<< 138029 1726888206.58163: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f643a630> <<< 138029 1726888206.58192: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888206.58257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.58276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888206.58307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888206.58342: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f618b200> <<< 138029 1726888206.58396: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888206.58411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.58428: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888206.58456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888206.58493: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f61b75c0> <<< 138029 1726888206.58516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888206.58567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888206.58616: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888206.58637: 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 0x7f75f62103b0> <<< 138029 1726888206.58663: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888206.58689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888206.58716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888206.58758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888206.58844: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6212ae0> <<< 138029 1726888206.58921: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f62104d0> <<< 138029 1726888206.58962: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f61d93a0> <<< 138029 1726888206.58988: 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' <<< 138029 1726888206.59000: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5b21430> <<< 138029 1726888206.59008: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f61b63c0> <<< 138029 1726888206.59023: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6163dd0> <<< 138029 1726888206.59416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888206.59440: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f75f61b6720> <<< 138029 1726888206.59761: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_4s8x0xxb/ansible_systemd_payload.zip' <<< 138029 1726888206.59772: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.59881: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.59912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888206.59917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888206.59964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888206.60032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888206.60067: 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 0x7f75f5b8b170> <<< 138029 1726888206.60076: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888206.60259: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5b66060> <<< 138029 1726888206.60266: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5b651f0> # zipimport: zlib available <<< 138029 1726888206.60295: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888206.60304: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.60324: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.60332: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.60353: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888206.60366: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.61741: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.62849: 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' <<< 138029 1726888206.62868: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5b89040> <<< 138029 1726888206.62881: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888206.62888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.62911: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888206.62914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888206.62945: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888206.62948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888206.62981: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.62986: 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 0x7f75f5bbaa50> <<< 138029 1726888206.63014: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5bba7e0> <<< 138029 1726888206.63051: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5bba120> <<< 138029 1726888206.63074: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888206.63078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888206.63122: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5bba540> <<< 138029 1726888206.63129: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5b8be00> import 'atexit' # <<< 138029 1726888206.63160: 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 0x7f75f5bbb800> <<< 138029 1726888206.63188: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.63194: 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 0x7f75f5bbba40> <<< 138029 1726888206.63212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888206.63254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888206.63272: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888206.63321: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5bbbf80> <<< 138029 1726888206.63328: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888206.63345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888206.63376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888206.63411: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a25cd0> <<< 138029 1726888206.63439: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.63442: 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 0x7f75f5a278f0> <<< 138029 1726888206.63468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888206.63477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888206.63522: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a282f0> <<< 138029 1726888206.63534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888206.63569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888206.63582: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a29490> <<< 138029 1726888206.63606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888206.63640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888206.63664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888206.63673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888206.63722: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a2bf50> <<< 138029 1726888206.63768: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.63772: 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 0x7f75f5a302c0> <<< 138029 1726888206.63785: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a2a210> <<< 138029 1726888206.63806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888206.63830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888206.63859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888206.63874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888206.63879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888206.63980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888206.64006: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888206.64011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a33f20> <<< 138029 1726888206.64029: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888206.64096: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a329f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a32750> <<< 138029 1726888206.64120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888206.64124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888206.64206: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a32cc0> <<< 138029 1726888206.64228: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a2a720> <<< 138029 1726888206.64264: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.64283: 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 0x7f75f5a77fb0> <<< 138029 1726888206.64294: 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 0x7f75f5a782c0> <<< 138029 1726888206.64311: 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 <<< 138029 1726888206.64330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888206.64348: 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' <<< 138029 1726888206.64389: 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 0x7f75f5a79d60> <<< 138029 1726888206.64393: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a79b20> <<< 138029 1726888206.64412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888206.64439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888206.64493: 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 0x7f75f5a7c290> <<< 138029 1726888206.64498: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a7a3c0> <<< 138029 1726888206.64521: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888206.64559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.64583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888206.64597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888206.64600: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888206.64645: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a7fa70> <<< 138029 1726888206.64766: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a7c440> <<< 138029 1726888206.64829: 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 0x7f75f5a80890> <<< 138029 1726888206.64858: 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 0x7f75f5a80ad0> <<< 138029 1726888206.64893: 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 0x7f75f5a80440> <<< 138029 1726888206.64918: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a784d0> <<< 138029 1726888206.64930: 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 <<< 138029 1726888206.64951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888206.64956: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888206.64981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888206.65005: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.65032: 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 0x7f75f590c470> <<< 138029 1726888206.65183: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.65191: 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 0x7f75f590d5b0> <<< 138029 1726888206.65194: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a82c00> <<< 138029 1726888206.65230: 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' <<< 138029 1726888206.65242: 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 0x7f75f5a83f80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a82810> <<< 138029 1726888206.65253: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.65272: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.65280: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888206.65286: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.65379: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.65462: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.65482: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888206.65499: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.65514: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.65517: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888206.65530: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.65647: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.65771: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.66301: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.66830: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888206.66845: 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' # <<< 138029 1726888206.66873: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888206.66885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.66935: 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 0x7f75f5911820> <<< 138029 1726888206.67019: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888206.67027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888206.67042: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f59125d0> <<< 138029 1726888206.67049: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f590d7f0> <<< 138029 1726888206.67103: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888206.67114: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.67126: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.67145: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888206.67158: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.67306: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.67460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888206.67474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f59123f0> <<< 138029 1726888206.67480: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.67938: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.68379: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.68452: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.68524: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888206.68536: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.68576: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.68615: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888206.68618: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.68694: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.68780: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888206.68787: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.68807: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.68820: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888206.68822: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.68869: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.68904: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888206.68915: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.69144: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.69375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888206.69430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888206.69447: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888206.69513: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5913830> <<< 138029 1726888206.69526: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.69599: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.69679: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888206.69686: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888206.69711: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.69752: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.69796: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888206.69802: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.69851: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.69894: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.69953: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.70019: 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 <<< 138029 1726888206.70061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888206.70143: 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 0x7f75f591e1e0> <<< 138029 1726888206.70180: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f591bef0> <<< 138029 1726888206.70205: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888206.70223: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.70284: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.70349: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.70376: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.70419: 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' <<< 138029 1726888206.70439: 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 <<< 138029 1726888206.70466: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888206.70480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888206.70553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888206.70570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888206.70584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888206.70641: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a06a50> <<< 138029 1726888206.70683: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5afe720> <<< 138029 1726888206.70774: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f591e210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f590d9d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888206.70777: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.70805: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.70834: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888206.70894: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888206.70905: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.70916: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.70933: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726888206.70941: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.71134: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.71325: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.71345: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.71367: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.71411: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.71453: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.71490: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.71530: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 138029 1726888206.71541: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.71611: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.71683: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.71704: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.71747: 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 <<< 138029 1726888206.71807: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 138029 1726888206.71828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888206.71892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888206.71912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888206.71973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888206.71997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888206.72010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888206.72042: 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 0x7f75f5576de0> <<< 138029 1726888206.72070: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5576210> <<< 138029 1726888206.72134: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5574710> <<< 138029 1726888206.72363: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f59aea20> <<< 138029 1726888206.72432: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f59ac980> <<< 138029 1726888206.72445: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 138029 1726888206.72451: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.72627: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.72800: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.72840: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.72896: 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' <<< 138029 1726888206.72918: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 138029 1726888206.72938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 138029 1726888206.72954: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 138029 1726888206.72974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 138029 1726888206.72991: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5999910> <<< 138029 1726888206.73015: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 138029 1726888206.73038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 138029 1726888206.73064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888206.73101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888206.73126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888206.73146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 138029 1726888206.73149: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f55f8ec0> <<< 138029 1726888206.73179: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.73201: 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 0x7f75f55f91f0> <<< 138029 1726888206.73250: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f55e8a10> <<< 138029 1726888206.73272: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f55c3cb0> <<< 138029 1726888206.73295: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f59adbb0> <<< 138029 1726888206.73312: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f59ace30> <<< 138029 1726888206.73327: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 138029 1726888206.73365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 138029 1726888206.73383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 138029 1726888206.73395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 138029 1726888206.73413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 138029 1726888206.73429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 138029 1726888206.73466: 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' <<< 138029 1726888206.73479: stdout chunk (state=3): >>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75f55fbe90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f55fb740> <<< 138029 1726888206.73484: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.73506: 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 0x7f75f55fb920> <<< 138029 1726888206.73511: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f55fab70> <<< 138029 1726888206.73532: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 138029 1726888206.73549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 138029 1726888206.73578: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f55fbf20> <<< 138029 1726888206.73584: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 138029 1726888206.73635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888206.73668: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.73677: 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 0x7f75f541ab10> <<< 138029 1726888206.73699: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5418b00> <<< 138029 1726888206.73729: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f59ad0a0> <<< 138029 1726888206.73751: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 138029 1726888206.73754: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 138029 1726888206.73781: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.73784: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 138029 1726888206.73804: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.73866: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.73923: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 138029 1726888206.73928: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.73983: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.74029: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 138029 1726888206.74051: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.74057: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.74079: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 138029 1726888206.74086: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.74122: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.74151: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 138029 1726888206.74157: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.74213: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.74260: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 138029 1726888206.74273: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.74314: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.74362: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 138029 1726888206.74367: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.74427: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.74487: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.74551: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.74602: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 138029 1726888206.74623: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 138029 1726888206.75131: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.75566: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 138029 1726888206.75577: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.75628: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.75683: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.75718: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.75757: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 138029 1726888206.75772: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 138029 1726888206.75778: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.75799: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.75836: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 138029 1726888206.75845: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.75902: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.75958: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 138029 1726888206.75971: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.75999: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.76029: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 138029 1726888206.76037: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.76075: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.76099: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 138029 1726888206.76120: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.76196: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.76286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888206.76291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888206.76318: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f541b0b0> <<< 138029 1726888206.76338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888206.76375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888206.76485: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f541bda0> <<< 138029 1726888206.76505: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 138029 1726888206.76577: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.76641: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 138029 1726888206.76653: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.76744: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.76832: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 138029 1726888206.76836: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.76909: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.76981: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 138029 1726888206.76993: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.77036: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.77084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888206.77134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888206.77210: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.77271: 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 0x7f75f545ee70> <<< 138029 1726888206.77456: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5447b30> <<< 138029 1726888206.77467: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 138029 1726888206.77527: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.77582: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 138029 1726888206.77594: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.77680: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.77764: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.77876: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.78019: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888206.78023: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 138029 1726888206.78075: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.78117: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 138029 1726888206.78123: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.78168: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.78218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 138029 1726888206.78223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 138029 1726888206.78252: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888206.78271: 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 0x7f75f5472b40> <<< 138029 1726888206.78283: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f545e660> import 'ansible.module_utils.facts.system.user' # <<< 138029 1726888206.78293: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.78309: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.78318: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 138029 1726888206.78332: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.78374: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.78414: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 138029 1726888206.78419: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.78577: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.78724: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 138029 1726888206.78741: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.78838: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.78939: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.78982: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.79022: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 138029 1726888206.79025: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 138029 1726888206.79044: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.79066: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.79090: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.79227: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.79373: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 138029 1726888206.79379: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 138029 1726888206.79503: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.79621: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 138029 1726888206.79633: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.79670: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.79707: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.80261: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.80766: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 138029 1726888206.80770: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 138029 1726888206.80782: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.80881: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.80988: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 138029 1726888206.81000: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.81101: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.81202: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 138029 1726888206.81211: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.81367: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.81519: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 138029 1726888206.81523: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.81557: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.81564: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 138029 1726888206.81569: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.81615: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.81663: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 138029 1726888206.81671: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.81771: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.81864: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.82070: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.82278: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 138029 1726888206.82283: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 138029 1726888206.82328: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.82376: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 138029 1726888206.82379: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.82398: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.82429: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 138029 1726888206.82435: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.82509: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.82585: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 138029 1726888206.82598: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.82619: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.82653: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 138029 1726888206.82659: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.82718: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.82783: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 138029 1726888206.82791: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.82849: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.82906: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 138029 1726888206.82912: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.83185: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.83447: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 138029 1726888206.83452: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.83513: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.83576: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 138029 1726888206.83581: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.83622: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.83651: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 138029 1726888206.83670: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.83699: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.83740: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 138029 1726888206.83745: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.83783: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.83813: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 138029 1726888206.83832: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.83910: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.83990: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 138029 1726888206.84002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.84017: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.84027: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 138029 1726888206.84043: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.84084: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.84135: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 138029 1726888206.84138: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.84173: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.84185: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.84234: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.84283: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.84358: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.84425: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 138029 1726888206.84441: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 138029 1726888206.84446: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.84500: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.84550: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 138029 1726888206.84564: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.84754: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.84949: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 138029 1726888206.84954: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.85006: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.85058: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 138029 1726888206.85062: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.85110: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.85163: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 138029 1726888206.85170: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.85248: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.85326: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 138029 1726888206.85350: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 138029 1726888206.85440: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.85526: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 138029 1726888206.85546: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # <<< 138029 1726888206.85553: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.85694: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888206.85829: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 138029 1726888206.85919: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.09376: 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}}} <<< 138029 1726888207.10018: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888207.10023: 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 <<< 138029 1726888207.10090: 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing 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 <<< 138029 1726888207.10176: 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 # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888207.10224: stdout chunk (state=3): >>># 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.<<< 138029 1726888207.10305: stdout chunk (state=3): >>>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 <<< 138029 1726888207.10610: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888207.10620: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888207.10687: 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 <<< 138029 1726888207.10743: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888207.10747: stdout chunk (state=3): >>># destroy zipimport <<< 138029 1726888207.10770: 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 # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888207.10816: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888207.10831: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 138029 1726888207.10871: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 138029 1726888207.10970: 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 <<< 138029 1726888207.10974: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl <<< 138029 1726888207.11005: stdout chunk (state=3): >>># destroy datetime # destroy base64 # destroy _ssl <<< 138029 1726888207.11050: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 138029 1726888207.11084: 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 <<< 138029 1726888207.11118: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token <<< 138029 1726888207.11161: 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 <<< 138029 1726888207.11212: 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 # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 138029 1726888207.11250: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # 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 <<< 138029 1726888207.11328: stdout chunk (state=3): >>># cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 138029 1726888207.11332: 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 <<< 138029 1726888207.11351: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888207.11516: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888207.11519: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888207.11561: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888207.11564: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888207.11571: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888207.11589: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888207.11621: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888207.11624: 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 <<< 138029 1726888207.11630: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 138029 1726888207.11676: stdout chunk (state=3): >>># destroy _opcode <<< 138029 1726888207.11679: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888207.11707: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888207.11801: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888207.11812: 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 <<< 138029 1726888207.11834: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888207.11853: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888207.11876: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re <<< 138029 1726888207.11883: stdout chunk (state=3): >>># destroy _abc <<< 138029 1726888207.11911: stdout chunk (state=3): >>># destroy itertools # destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888207.11917: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888207.12593: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888207.12621: stderr chunk (state=3): >>><<< 138029 1726888207.12624: stdout chunk (state=3): >>><<< 138029 1726888207.12728: _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 0x7f75f65bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f658ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f65be930> 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 0x7f75f65ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f75f65cdfd0> 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 0x7f75f63abe60> # /usr/lib64/python3.12/__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 0x7f75f63abef0> # /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 0x7f75f63e3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63e3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63c3b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63c1220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63a9010> # /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 0x7f75f6407800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6406420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63c3e90> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6404b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6438800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63a8290> # /usr/lib64/python3.12/__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 0x7f75f6438cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6438b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75f6438ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f63a6db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f75f6439580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6439250> 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 0x7f75f643a450> 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 0x7f75f6450680> 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 0x7f75f6451d60> # /usr/lib64/python3.12/__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 0x7f75f6452c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75f6453260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6452150> # /usr/lib64/python3.12/__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 0x7f75f6453ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6453410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f643a4b0> # /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 0x7f75f6137bc0> # /usr/lib64/python3.12/__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 0x7f75f6160710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6160470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75f6160740> # /usr/lib64/python3.12/__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 0x7f75f6161070> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75f6161a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6160920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6135d60> # /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 0x7f75f6162e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6161bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f643a630> # /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 0x7f75f618b200> # /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 0x7f75f61b75c0> # /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 0x7f75f62103b0> # /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 0x7f75f6212ae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f62104d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f61d93a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5b21430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f61b63c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f6163dd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f75f61b6720> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_4s8x0xxb/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 0x7f75f5b8b170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5b66060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5b651f0> # 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 0x7f75f5b89040> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f75f5bbaa50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5bba7e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5bba120> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f75f5bba540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5b8be00> 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 0x7f75f5bbb800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75f5bbba40> # /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 0x7f75f5bbbf80> 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 0x7f75f5a25cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75f5a278f0> # /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 0x7f75f5a282f0> # /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 0x7f75f5a29490> # /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 0x7f75f5a2bf50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75f5a302c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a2a210> # /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 0x7f75f5a33f20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a329f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a32750> # /usr/lib64/python3.12/__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 0x7f75f5a32cc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a2a720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75f5a77fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a782c0> # /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 0x7f75f5a79d60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a79b20> # /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 0x7f75f5a7c290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a7a3c0> # /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 0x7f75f5a7fa70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a7c440> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75f5a80890> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75f5a80ad0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75f5a80440> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a784d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f75f590c470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75f590d5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a82c00> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75f5a83f80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5a82810> # 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 0x7f75f5911820> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f75f59125d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f590d7f0> 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 0x7f75f59123f0> # 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 0x7f75f5913830> # 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 0x7f75f591e1e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f591bef0> 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 0x7f75f5a06a50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5afe720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f591e210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f590d9d0> # 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 0x7f75f5576de0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5576210> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5574710> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f59aea20> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f59ac980> 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 0x7f75f5999910> # /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 0x7f75f55f8ec0> # 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 0x7f75f55f91f0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f55e8a10> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f55c3cb0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f59adbb0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f59ace30> # /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 0x7f75f55fbe90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f55fb740> # 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 0x7f75f55fb920> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f55fab70> # /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 0x7f75f55fbf20> # /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 0x7f75f541ab10> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5418b00> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f59ad0a0> 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 0x7f75f541b0b0> # /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 0x7f75f541bda0> 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 0x7f75f545ee70> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f5447b30> 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 0x7f75f5472b40> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75f545e660> 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888207.13615: 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-1726888206.4155684-144591-280093916570390/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888207.13619: _low_level_execute_command(): starting 138029 1726888207.13622: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888206.4155684-144591-280093916570390/ > /dev/null 2>&1 && sleep 0' 138029 1726888207.13624: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888207.13627: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888207.13629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888207.13631: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888207.13633: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888207.13635: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888207.13636: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888207.13638: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888207.13640: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888207.13642: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888207.13644: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888207.13646: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888207.13648: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888207.13649: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888207.13651: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888207.13653: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888207.13657: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888207.13688: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888207.13691: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888207.13743: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888207.15690: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888207.15716: stderr chunk (state=3): >>><<< 138029 1726888207.15719: stdout chunk (state=3): >>><<< 138029 1726888207.15734: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888207.15745: handler run complete 138029 1726888207.15759: attempt loop complete, returning result 138029 1726888207.15762: _execute() done 138029 1726888207.15767: dumping result to json 138029 1726888207.15769: done dumping result, returning 138029 1726888207.15778: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-5a58-73a2-000000002771] 138029 1726888207.15783: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002771 138029 1726888207.15877: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002771 138029 1726888207.15879: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "name": null, "status": {} } 138029 1726888207.15951: no more pending results, returning what we have 138029 1726888207.15954: results queue empty 138029 1726888207.15958: checking for any_errors_fatal 138029 1726888207.15986: done checking for any_errors_fatal 138029 1726888207.15987: checking for max_fail_percentage 138029 1726888207.15989: done checking for max_fail_percentage 138029 1726888207.15990: checking to see if all hosts have failed and the running result is not ok 138029 1726888207.15991: done checking to see if all hosts have failed 138029 1726888207.15992: getting the remaining hosts for this loop 138029 1726888207.15993: done getting the remaining hosts for this loop 138029 1726888207.15996: getting the next task for host managed_node3 138029 1726888207.16002: done getting next task for host managed_node3 138029 1726888207.16005: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 138029 1726888207.16009: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888207.16022: getting variables 138029 1726888207.16023: in VariableManager get_vars() 138029 1726888207.16068: Calling all_inventory to load vars for managed_node3 138029 1726888207.16071: Calling groups_inventory to load vars for managed_node3 138029 1726888207.16073: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888207.16083: Calling all_plugins_play to load vars for managed_node3 138029 1726888207.16086: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888207.16088: Calling groups_plugins_play to load vars for managed_node3 138029 1726888207.16513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888207.16901: done with get_vars() 138029 1726888207.16914: 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:10:07 -0400 (0:00:00.794) 0:03:39.893 ****** 138029 1726888207.16990: entering _queue_task() for managed_node3/mount 138029 1726888207.17220: worker is 1 (out of 1 available) 138029 1726888207.17234: exiting _queue_task() for managed_node3/mount 138029 1726888207.17247: done queuing things up, now waiting for results queue to drain 138029 1726888207.17249: waiting for pending results... 138029 1726888207.17447: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 138029 1726888207.17539: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002772 138029 1726888207.17552: variable 'ansible_search_path' from source: unknown 138029 1726888207.17560: variable 'ansible_search_path' from source: unknown 138029 1726888207.17799: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888207.19770: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888207.19812: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888207.19839: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888207.19879: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888207.19898: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888207.19958: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888207.19983: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888207.20002: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888207.20028: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888207.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) 138029 1726888207.20075: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888207.20095: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888207.20113: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888207.20137: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888207.20147: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888207.20189: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888207.20211: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888207.20227: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888207.20251: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888207.20263: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888207.20360: variable 'blivet_output' from source: set_fact 138029 1726888207.20442: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888207.20557: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888207.20586: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888207.20608: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888207.20630: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888207.20663: 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) 138029 1726888207.20690: 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) 138029 1726888207.20707: 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) 138029 1726888207.20724: 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) 138029 1726888207.20778: dumping result to json 138029 1726888207.20781: done dumping result, returning 138029 1726888207.20787: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-5a58-73a2-000000002772] 138029 1726888207.20793: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002772 138029 1726888207.20896: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002772 138029 1726888207.20899: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888207.20947: no more pending results, returning what we have 138029 1726888207.20950: results queue empty 138029 1726888207.20951: checking for any_errors_fatal 138029 1726888207.20970: done checking for any_errors_fatal 138029 1726888207.20971: checking for max_fail_percentage 138029 1726888207.20973: done checking for max_fail_percentage 138029 1726888207.20974: checking to see if all hosts have failed and the running result is not ok 138029 1726888207.20974: done checking to see if all hosts have failed 138029 1726888207.20975: getting the remaining hosts for this loop 138029 1726888207.20976: done getting the remaining hosts for this loop 138029 1726888207.20980: getting the next task for host managed_node3 138029 1726888207.20986: done getting next task for host managed_node3 138029 1726888207.20990: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 138029 1726888207.20993: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888207.21029: getting variables 138029 1726888207.21031: in VariableManager get_vars() 138029 1726888207.21072: Calling all_inventory to load vars for managed_node3 138029 1726888207.21075: Calling groups_inventory to load vars for managed_node3 138029 1726888207.21077: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888207.21086: Calling all_plugins_play to load vars for managed_node3 138029 1726888207.21089: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888207.21091: Calling groups_plugins_play to load vars for managed_node3 138029 1726888207.21778: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888207.22148: done with get_vars() 138029 1726888207.22164: 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:10:07 -0400 (0:00:00.052) 0:03:39.945 ****** 138029 1726888207.22238: entering _queue_task() for managed_node3/file 138029 1726888207.22491: worker is 1 (out of 1 available) 138029 1726888207.22505: exiting _queue_task() for managed_node3/file 138029 1726888207.22516: done queuing things up, now waiting for results queue to drain 138029 1726888207.22518: waiting for pending results... 138029 1726888207.22725: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 138029 1726888207.22831: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002774 138029 1726888207.22843: variable 'ansible_search_path' from source: unknown 138029 1726888207.22849: variable 'ansible_search_path' from source: unknown 138029 1726888207.23094: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888207.24673: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888207.24737: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888207.24769: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888207.24794: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888207.24817: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888207.24877: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888207.24898: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888207.24917: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888207.24946: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888207.24959: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888207.24993: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888207.25009: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888207.25027: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888207.25054: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888207.25069: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888207.25107: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888207.25123: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888207.25146: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888207.25171: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888207.25180: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888207.25290: variable 'blivet_output' from source: set_fact 138029 1726888207.25382: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888207.25502: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888207.25530: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888207.25567: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888207.25591: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888207.25621: 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) 138029 1726888207.25637: 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) 138029 1726888207.25653: 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) 138029 1726888207.25674: 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) 138029 1726888207.25726: dumping result to json 138029 1726888207.25729: done dumping result, returning 138029 1726888207.25735: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-5a58-73a2-000000002774] 138029 1726888207.25742: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002774 138029 1726888207.25848: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002774 138029 1726888207.25851: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888207.25907: no more pending results, returning what we have 138029 1726888207.25910: results queue empty 138029 1726888207.25911: checking for any_errors_fatal 138029 1726888207.25924: done checking for any_errors_fatal 138029 1726888207.25925: checking for max_fail_percentage 138029 1726888207.25926: done checking for max_fail_percentage 138029 1726888207.25927: checking to see if all hosts have failed and the running result is not ok 138029 1726888207.25928: done checking to see if all hosts have failed 138029 1726888207.25929: getting the remaining hosts for this loop 138029 1726888207.25931: done getting the remaining hosts for this loop 138029 1726888207.25934: getting the next task for host managed_node3 138029 1726888207.25941: done getting next task for host managed_node3 138029 1726888207.25944: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888207.25948: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888207.25983: getting variables 138029 1726888207.25985: in VariableManager get_vars() 138029 1726888207.26021: Calling all_inventory to load vars for managed_node3 138029 1726888207.26023: Calling groups_inventory to load vars for managed_node3 138029 1726888207.26026: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888207.26034: Calling all_plugins_play to load vars for managed_node3 138029 1726888207.26037: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888207.26039: Calling groups_plugins_play to load vars for managed_node3 138029 1726888207.26483: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888207.26885: done with get_vars() 138029 1726888207.26899: 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:10:07 -0400 (0:00:00.047) 0:03:39.993 ****** 138029 1726888207.26972: entering _queue_task() for managed_node3/systemd 138029 1726888207.27200: worker is 1 (out of 1 available) 138029 1726888207.27214: exiting _queue_task() for managed_node3/systemd 138029 1726888207.27226: done queuing things up, now waiting for results queue to drain 138029 1726888207.27228: waiting for pending results... 138029 1726888207.27434: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888207.27546: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002776 138029 1726888207.27561: variable 'ansible_search_path' from source: unknown 138029 1726888207.27565: variable 'ansible_search_path' from source: unknown 138029 1726888207.27597: calling self._execute() 138029 1726888207.27690: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888207.27699: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888207.27706: variable 'omit' from source: magic vars 138029 1726888207.28007: variable 'blivet_output' from source: set_fact 138029 1726888207.28060: Evaluated conditional (blivet_output['mounts']): True 138029 1726888207.28065: variable 'omit' from source: magic vars 138029 1726888207.28106: variable 'omit' from source: magic vars 138029 1726888207.28134: variable 'omit' from source: magic vars 138029 1726888207.28165: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888207.28193: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888207.28219: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888207.28232: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888207.28244: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888207.28259: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888207.28276: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888207.28299: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888207.28303: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888207.28306: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888207.28391: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888207.28394: Set connection var ansible_timeout to 10 138029 1726888207.28399: Set connection var ansible_pipelining to False 138029 1726888207.28402: Set connection var ansible_shell_type to sh 138029 1726888207.28404: Set connection var ansible_connection to ssh 138029 1726888207.28409: Set connection var ansible_shell_executable to /bin/sh 138029 1726888207.28431: variable 'ansible_shell_executable' from source: unknown 138029 1726888207.28434: variable 'ansible_connection' from source: unknown 138029 1726888207.28436: variable 'ansible_module_compression' from source: unknown 138029 1726888207.28438: variable 'ansible_shell_type' from source: unknown 138029 1726888207.28441: variable 'ansible_shell_executable' from source: unknown 138029 1726888207.28443: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888207.28447: variable 'ansible_pipelining' from source: unknown 138029 1726888207.28449: variable 'ansible_timeout' from source: unknown 138029 1726888207.28461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888207.28610: 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) 138029 1726888207.28620: variable 'omit' from source: magic vars 138029 1726888207.28624: starting attempt loop 138029 1726888207.28627: running the handler 138029 1726888207.28638: _low_level_execute_command(): starting 138029 1726888207.28645: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888207.29142: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888207.29175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888207.29180: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888207.29182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888207.29232: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888207.29236: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888207.29238: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888207.29302: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888207.31008: stdout chunk (state=3): >>>/root <<< 138029 1726888207.31102: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888207.31135: stderr chunk (state=3): >>><<< 138029 1726888207.31139: stdout chunk (state=3): >>><<< 138029 1726888207.31167: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888207.31180: _low_level_execute_command(): starting 138029 1726888207.31186: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888207.3116674-144608-1588898170399 `" && echo ansible-tmp-1726888207.3116674-144608-1588898170399="` echo /root/.ansible/tmp/ansible-tmp-1726888207.3116674-144608-1588898170399 `" ) && sleep 0' 138029 1726888207.31623: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888207.31667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888207.31679: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888207.31682: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888207.31684: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888207.31686: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888207.31688: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888207.31723: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888207.31726: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888207.31729: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888207.31787: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888207.33894: stdout chunk (state=3): >>>ansible-tmp-1726888207.3116674-144608-1588898170399=/root/.ansible/tmp/ansible-tmp-1726888207.3116674-144608-1588898170399 <<< 138029 1726888207.33995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888207.34025: stderr chunk (state=3): >>><<< 138029 1726888207.34029: stdout chunk (state=3): >>><<< 138029 1726888207.34049: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888207.3116674-144608-1588898170399=/root/.ansible/tmp/ansible-tmp-1726888207.3116674-144608-1588898170399 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888207.34098: variable 'ansible_module_compression' from source: unknown 138029 1726888207.34146: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 138029 1726888207.34199: variable 'ansible_facts' from source: unknown 138029 1726888207.34330: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888207.3116674-144608-1588898170399/AnsiballZ_systemd.py 138029 1726888207.34438: Sending initial data 138029 1726888207.34441: Sent initial data (156 bytes) 138029 1726888207.34909: 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 <<< 138029 1726888207.34913: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888207.34915: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888207.34917: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888207.34919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888207.34975: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888207.34978: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888207.34980: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888207.35024: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888207.36614: 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" <<< 138029 1726888207.36622: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888207.36659: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888207.36706: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpcfvjbg_w /root/.ansible/tmp/ansible-tmp-1726888207.3116674-144608-1588898170399/AnsiballZ_systemd.py <<< 138029 1726888207.36710: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888207.3116674-144608-1588898170399/AnsiballZ_systemd.py" <<< 138029 1726888207.36757: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpcfvjbg_w" to remote "/root/.ansible/tmp/ansible-tmp-1726888207.3116674-144608-1588898170399/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888207.3116674-144608-1588898170399/AnsiballZ_systemd.py" <<< 138029 1726888207.37860: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888207.37904: stderr chunk (state=3): >>><<< 138029 1726888207.37908: stdout chunk (state=3): >>><<< 138029 1726888207.37928: done transferring module to remote 138029 1726888207.37944: _low_level_execute_command(): starting 138029 1726888207.37947: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888207.3116674-144608-1588898170399/ /root/.ansible/tmp/ansible-tmp-1726888207.3116674-144608-1588898170399/AnsiballZ_systemd.py && sleep 0' 138029 1726888207.38405: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888207.38409: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888207.38416: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888207.38418: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888207.38420: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888207.38462: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888207.38472: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888207.38478: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888207.38520: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888207.40365: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888207.40393: stderr chunk (state=3): >>><<< 138029 1726888207.40398: stdout chunk (state=3): >>><<< 138029 1726888207.40412: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888207.40415: _low_level_execute_command(): starting 138029 1726888207.40419: _low_level_execute_command(): using become for this command 138029 1726888207.40430: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-chpctxrhdilzgmdexfxlzmtuccasvjnx ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888207.3116674-144608-1588898170399/AnsiballZ_systemd.py'"'"' && sleep 0' 138029 1726888207.40514: Initial state: awaiting_escalation: BECOME-SUCCESS-chpctxrhdilzgmdexfxlzmtuccasvjnx 138029 1726888207.40913: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888207.40917: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888207.40963: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888207.40967: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888207.41015: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888207.44208: stdout chunk (state=1): >>>BECOME-SUCCESS-chpctxrhdilzgmdexfxlzmtuccasvjnx <<< 138029 1726888207.44213: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-chpctxrhdilzgmdexfxlzmtuccasvjnx' 138029 1726888207.44542: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888207.44578: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888207.44609: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888207.44614: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888207.44679: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888207.44684: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888207.44715: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888207.44750: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888207.44774: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888207.44786: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888207.44834: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888207.44837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888207.44858: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888207.44883: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888207.44916: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888207.44942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888207.44950: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2913bc3e0> <<< 138029 1726888207.44974: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29138ba10> <<< 138029 1726888207.44984: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888207.45008: 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 0x7fd2913be930> <<< 138029 1726888207.45032: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888207.45053: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888207.45070: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888207.45078: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888207.45114: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888207.45118: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888207.45203: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888207.45231: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888207.45262: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888207.45272: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888207.45293: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888207.45307: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888207.45315: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888207.45327: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888207.45360: 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' <<< 138029 1726888207.45389: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2913ccfe0> <<< 138029 1726888207.45444: 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 <<< 138029 1726888207.45464: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888207.45468: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2913cdfd0> <<< 138029 1726888207.45492: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888207.45523: 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. <<< 138029 1726888207.45906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888207.45915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888207.45943: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888207.45953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888207.45980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888207.46016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888207.46038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888207.46069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888207.46074: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2911ebe60> <<< 138029 1726888207.46094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888207.46114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888207.46133: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888207.46150: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2911ebef0> <<< 138029 1726888207.46163: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888207.46193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888207.46217: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888207.46269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888207.46280: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888207.46315: 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 0x7fd291223860> <<< 138029 1726888207.46337: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888207.46351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888207.46359: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291223ef0> <<< 138029 1726888207.46372: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888207.46425: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291203b30> <<< 138029 1726888207.46432: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888207.46464: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291201220> <<< 138029 1726888207.46553: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2911e9010> <<< 138029 1726888207.46582: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888207.46599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888207.46619: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888207.46642: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888207.46668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888207.46686: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888207.46698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888207.46742: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291247800> <<< 138029 1726888207.46745: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291246420> <<< 138029 1726888207.46778: 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' <<< 138029 1726888207.46785: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291203e90> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291244b60> <<< 138029 1726888207.46831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888207.46850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291278800> <<< 138029 1726888207.46853: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2911e8290> <<< 138029 1726888207.46871: 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' <<< 138029 1726888207.46903: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888207.46909: 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 0x7fd291278cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291278b60> <<< 138029 1726888207.46954: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888207.46962: 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 0x7fd291278ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2911e6db0> <<< 138029 1726888207.46999: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888207.47004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888207.47019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888207.47053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888207.47077: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291279580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291279250> <<< 138029 1726888207.47088: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888207.47107: 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' <<< 138029 1726888207.47131: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29127a450> <<< 138029 1726888207.47139: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888207.47158: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888207.47176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888207.47212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888207.47229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888207.47251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291290680> <<< 138029 1726888207.47254: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888207.47285: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888207.47299: 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 0x7fd291291d60> <<< 138029 1726888207.47320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888207.47327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888207.47354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888207.47362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888207.47381: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291292c00> <<< 138029 1726888207.47421: 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 0x7fd291293260> <<< 138029 1726888207.47425: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291292150> <<< 138029 1726888207.47453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888207.47458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888207.47496: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888207.47509: 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 0x7fd291293ce0> <<< 138029 1726888207.47518: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291293410> <<< 138029 1726888207.47561: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29127a4b0> <<< 138029 1726888207.47579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888207.47609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888207.47631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888207.47653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888207.47690: 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' <<< 138029 1726888207.47697: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd290f7bbc0> <<< 138029 1726888207.47719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888207.47728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888207.47756: 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 0x7fd290fa4650> <<< 138029 1726888207.47769: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290fa43b0> <<< 138029 1726888207.47784: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888207.47791: 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 0x7fd290fa4680> <<< 138029 1726888207.47817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888207.47824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888207.47891: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888207.48033: 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 0x7fd290fa4fb0> <<< 138029 1726888207.48167: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888207.48176: 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 0x7fd290fa59a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290fa4860> <<< 138029 1726888207.48192: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290f79d60> <<< 138029 1726888207.48212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888207.48229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888207.48257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888207.48265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888207.48285: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290fa6d20> <<< 138029 1726888207.48300: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290fa4e30> <<< 138029 1726888207.48323: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29127a630> <<< 138029 1726888207.48352: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888207.48413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888207.48430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888207.48469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888207.48501: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290fd30b0> <<< 138029 1726888207.48553: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888207.48568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888207.48591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888207.48613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888207.48656: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290ffb470> <<< 138029 1726888207.48678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888207.48725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888207.48775: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888207.48800: 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 0x7fd291054260> <<< 138029 1726888207.48819: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888207.48853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888207.48878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888207.48921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888207.49006: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2910569c0> <<< 138029 1726888207.49083: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291054380> <<< 138029 1726888207.49118: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291021250> <<< 138029 1726888207.49154: 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 0x7fd2909253a0> <<< 138029 1726888207.49180: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290ffa270> <<< 138029 1726888207.49183: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290fa7c80> <<< 138029 1726888207.49446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888207.49466: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd290ffa870> <<< 138029 1726888207.50141: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_50hq1upk/ansible_systemd_payload.zip' # zipimport: zlib available <<< 138029 1726888207.50267: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.50296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888207.50309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888207.50346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888207.50423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888207.50464: 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 0x7fd29098f080> <<< 138029 1726888207.50471: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888207.50661: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290969f70> <<< 138029 1726888207.50664: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290969100> # zipimport: zlib available <<< 138029 1726888207.50696: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888207.50699: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.50728: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888207.50765: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888207.50769: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.52169: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.53301: 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' <<< 138029 1726888207.53309: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29098cf50> <<< 138029 1726888207.53324: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888207.53335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888207.53359: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888207.53371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888207.53390: 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' <<< 138029 1726888207.53426: 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 0x7fd2909bea20> <<< 138029 1726888207.53471: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2909be7b0> <<< 138029 1726888207.53500: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2909be0c0> <<< 138029 1726888207.53517: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888207.53533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888207.53582: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2909be510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29098fd10> <<< 138029 1726888207.53589: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888207.53617: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888207.53622: 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 0x7fd2909bf710> <<< 138029 1726888207.53638: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888207.53657: 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 0x7fd2909bf890> <<< 138029 1726888207.53672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888207.53720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888207.53728: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888207.53783: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2909bfdd0> <<< 138029 1726888207.53786: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888207.53817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888207.53847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888207.53882: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290829b80> <<< 138029 1726888207.53925: 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 0x7fd29082b7a0> <<< 138029 1726888207.53931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888207.53955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888207.54021: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29082c170> <<< 138029 1726888207.54052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888207.54061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888207.54092: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29082d2e0> <<< 138029 1726888207.54103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888207.54167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888207.54175: 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' <<< 138029 1726888207.54199: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29082fe00> <<< 138029 1726888207.54259: 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 0x7fd2911e6ea0> <<< 138029 1726888207.54281: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29082e0c0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888207.54346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888207.54370: 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' <<< 138029 1726888207.54385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888207.54513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888207.54542: 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 0x7fd290837da0> <<< 138029 1726888207.54566: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888207.54642: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290836870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2908365d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888207.54645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888207.54713: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290836b40> <<< 138029 1726888207.54766: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29082e5d0> <<< 138029 1726888207.54770: 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 0x7fd29087bfb0> <<< 138029 1726888207.54786: 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 0x7fd29087c050> <<< 138029 1726888207.54812: 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 <<< 138029 1726888207.54830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888207.54854: 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' <<< 138029 1726888207.54892: 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 0x7fd29087dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29087d9d0> <<< 138029 1726888207.54911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888207.54945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888207.54994: 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 0x7fd2908801d0> <<< 138029 1726888207.55000: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29087e300> <<< 138029 1726888207.55025: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888207.55063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888207.55089: 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' <<< 138029 1726888207.55108: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888207.55154: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290883950> <<< 138029 1726888207.55276: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290880350> <<< 138029 1726888207.55339: 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 0x7fd2908849e0> <<< 138029 1726888207.55375: 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 0x7fd290884b60> <<< 138029 1726888207.55409: 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 0x7fd290884ad0> <<< 138029 1726888207.55428: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29087c320> <<< 138029 1726888207.55454: 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 <<< 138029 1726888207.55470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888207.55478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888207.55502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888207.55530: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888207.55553: 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 0x7fd2907102f0> <<< 138029 1726888207.55728: 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 0x7fd290711610> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290886a80> <<< 138029 1726888207.55761: 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 0x7fd290887e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290886690> <<< 138029 1726888207.55775: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.55798: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888207.55822: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.55905: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.56005: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888207.56051: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.56084: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888207.56186: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.56311: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.56845: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.57384: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888207.57395: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 138029 1726888207.57401: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888207.57421: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888207.57443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888207.57500: 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 0x7fd290715a00> <<< 138029 1726888207.57586: 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' <<< 138029 1726888207.57609: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290716660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290711880> <<< 138029 1726888207.57666: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888207.57680: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.57712: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.57727: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888207.57878: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.58185: 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 0x7fd290716630> # zipimport: zlib available <<< 138029 1726888207.58505: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.58941: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.59012: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.59094: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888207.59122: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.59137: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.59178: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888207.59185: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.59250: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.59334: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888207.59344: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.59371: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888207.59382: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.59425: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.59468: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888207.59475: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.59692: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.59928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888207.59991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888207.60000: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888207.60065: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2907179e0> <<< 138029 1726888207.60083: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.60153: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.60230: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888207.60247: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888207.60269: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.60311: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.60349: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888207.60370: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.60405: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.60451: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.60505: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.60579: 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 <<< 138029 1726888207.60615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888207.60703: 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 0x7fd290722600> <<< 138029 1726888207.60741: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29071d190> <<< 138029 1726888207.60790: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888207.60799: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.60861: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.60914: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.60943: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.61009: 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' <<< 138029 1726888207.61040: 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 <<< 138029 1726888207.61063: 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 <<< 138029 1726888207.61221: 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 0x7fd29080ae40> <<< 138029 1726888207.61460: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2908feb10> <<< 138029 1726888207.61503: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2907227b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2908855e0> # 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' # <<< 138029 1726888207.61517: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.61709: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.61892: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.61922: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.61941: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.61981: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.62020: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.62062: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.62097: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 138029 1726888207.62117: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.62182: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.62268: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.62284: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.62317: 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 <<< 138029 1726888207.62393: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 138029 1726888207.62413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888207.62477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888207.62504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888207.62573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888207.62590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888207.62619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888207.62634: 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 0x7fd2903b3200> <<< 138029 1726888207.62659: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2903b2630> <<< 138029 1726888207.62724: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2903b0b60> <<< 138029 1726888207.62958: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2907b2f00> <<< 138029 1726888207.63026: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2907b0e60> import 'ansible.module_utils.compat.typing' # <<< 138029 1726888207.63058: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.63227: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.63416: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.63444: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.63506: 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' <<< 138029 1726888207.63521: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 138029 1726888207.63546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 138029 1726888207.63572: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 138029 1726888207.63604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 138029 1726888207.63607: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2907b3170> <<< 138029 1726888207.63645: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 138029 1726888207.63648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 138029 1726888207.63674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888207.63727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888207.63765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888207.63768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 138029 1726888207.63782: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290441220> <<< 138029 1726888207.63811: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888207.63826: 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 0x7fd290441550> <<< 138029 1726888207.63867: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290424dd0> <<< 138029 1726888207.63888: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2903fff80> <<< 138029 1726888207.63924: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29079dcd0> <<< 138029 1726888207.63954: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29079d190> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 138029 1726888207.63981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 138029 1726888207.64002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 138029 1726888207.64028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 138029 1726888207.64032: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 138029 1726888207.64064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 138029 1726888207.64092: 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 0x7fd290254170> <<< 138029 1726888207.64114: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2904439e0> # 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 0x7fd290443bc0> <<< 138029 1726888207.64131: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290442e40> <<< 138029 1726888207.64162: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 138029 1726888207.64189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 138029 1726888207.64214: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290254260> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 138029 1726888207.64256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888207.64289: 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 0x7fd290256de0> <<< 138029 1726888207.64315: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290254dd0> <<< 138029 1726888207.64338: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29079d5b0> <<< 138029 1726888207.64375: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 138029 1726888207.64387: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.64411: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 138029 1726888207.64424: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.64477: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.64543: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 138029 1726888207.64546: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.64593: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.64654: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 138029 1726888207.64659: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.64690: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 138029 1726888207.64726: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.64760: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 138029 1726888207.64773: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.64818: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.64878: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 138029 1726888207.64881: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.64920: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.64972: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 138029 1726888207.64983: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.65037: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.65093: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.65155: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.65210: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 138029 1726888207.65222: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 138029 1726888207.65723: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.66161: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 138029 1726888207.66179: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.66219: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.66278: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.66307: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.66347: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 138029 1726888207.66414: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.66417: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.66437: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 138029 1726888207.66761: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # <<< 138029 1726888207.66795: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.66799: 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 <<< 138029 1726888207.66860: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888207.66885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888207.66905: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290257560> <<< 138029 1726888207.66931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888207.66946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888207.67067: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290257f80> <<< 138029 1726888207.67092: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 138029 1726888207.67145: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.67217: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 138029 1726888207.67230: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.67312: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.67401: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 138029 1726888207.67420: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.67476: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.67557: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 138029 1726888207.67601: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.67652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888207.67703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888207.67779: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888207.67834: 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 0x7fd29029b200> <<< 138029 1726888207.68102: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290283ec0> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 138029 1726888207.68106: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.68154: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 138029 1726888207.68174: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.68248: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.68333: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.68450: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.68603: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888207.68607: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 138029 1726888207.68648: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.68699: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 138029 1726888207.68735: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.68793: 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' <<< 138029 1726888207.68830: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888207.68865: 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 0x7fd2902aee70> <<< 138029 1726888207.68869: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2902aea50> import 'ansible.module_utils.facts.system.user' # <<< 138029 1726888207.68922: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 138029 1726888207.68930: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.68954: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.68998: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 138029 1726888207.69022: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.69172: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.69317: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 138029 1726888207.69333: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.69442: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.69529: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.69579: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.69661: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available <<< 138029 1726888207.69665: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.69693: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.69821: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.69974: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 138029 1726888207.69990: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.70103: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.70231: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 138029 1726888207.70233: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.70270: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.70303: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.70867: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.71373: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 138029 1726888207.71382: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 138029 1726888207.71391: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.71490: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.71592: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 138029 1726888207.71605: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.71698: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.71804: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 138029 1726888207.71811: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.71981: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.72143: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 138029 1726888207.72147: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.72182: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 138029 1726888207.72221: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.72265: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 138029 1726888207.72287: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.72372: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.72473: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.72667: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.72871: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 138029 1726888207.72886: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.72918: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.72962: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 138029 1726888207.72970: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.72996: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.73014: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 138029 1726888207.73031: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.73099: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.73170: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 138029 1726888207.73179: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.73204: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.73233: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 138029 1726888207.73236: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.73294: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.73357: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 138029 1726888207.73369: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.73424: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.73487: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 138029 1726888207.73493: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.73750: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74009: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 138029 1726888207.74018: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74078: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74135: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 138029 1726888207.74149: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74181: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74220: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 138029 1726888207.74227: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74269: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74306: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 138029 1726888207.74312: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74343: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74382: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 138029 1726888207.74386: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74472: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74577: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 138029 1726888207.74595: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 138029 1726888207.74611: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74698: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74741: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 138029 1726888207.74750: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74781: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74816: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74869: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.74934: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.75018: 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' # <<< 138029 1726888207.75037: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.75081: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.75145: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 138029 1726888207.75328: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.75519: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 138029 1726888207.75529: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.75604: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.75630: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 138029 1726888207.75701: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.75742: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 138029 1726888207.75812: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.75894: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 138029 1726888207.75908: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.75992: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.76092: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 138029 1726888207.76096: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # <<< 138029 1726888207.76101: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.76240: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.76379: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 138029 1726888207.76464: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888207.98785: 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}}} <<< 138029 1726888207.99359: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888207.99406: 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 <<< 138029 1726888207.99441: 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 # cleanup[2] removing importlib._bootstrap <<< 138029 1726888207.99458: 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 <<< 138029 1726888207.99544: 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 # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888207.99612: stdout chunk (state=3): >>># 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 # cle<<< 138029 1726888207.99627: stdout chunk (state=3): >>>anup[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 <<< 138029 1726888207.99957: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888208.00009: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888208.00023: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888208.00046: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888208.00095: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888208.00123: 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 <<< 138029 1726888208.00152: stdout chunk (state=3): >>># destroy encodings # destroy _locale # destroy locale # destroy _signal <<< 138029 1726888208.00180: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888208.00222: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888208.00236: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 138029 1726888208.00278: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 138029 1726888208.00284: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal <<< 138029 1726888208.00336: stdout chunk (state=3): >>># destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle <<< 138029 1726888208.00340: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 138029 1726888208.00342: stdout chunk (state=3): >>># destroy multiprocessing.process <<< 138029 1726888208.00345: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 138029 1726888208.00372: stdout chunk (state=3): >>># destroy fcntl <<< 138029 1726888208.00395: stdout chunk (state=3): >>># destroy datetime # destroy base64 <<< 138029 1726888208.00440: stdout chunk (state=3): >>># destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json <<< 138029 1726888208.00489: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 138029 1726888208.00505: 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 <<< 138029 1726888208.00529: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token <<< 138029 1726888208.00595: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 138029 1726888208.00623: 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 <<< 138029 1726888208.00637: 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 <<< 138029 1726888208.00660: 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 <<< 138029 1726888208.00667: 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 <<< 138029 1726888208.00733: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 138029 1726888208.00747: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal <<< 138029 1726888208.00750: stdout chunk (state=3): >>># destroy _datetime <<< 138029 1726888208.00900: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888208.00903: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888208.00941: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat <<< 138029 1726888208.00944: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser <<< 138029 1726888208.00951: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888208.00978: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888208.00988: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888208.01007: 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 <<< 138029 1726888208.01051: 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 <<< 138029 1726888208.01081: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888208.01174: 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 <<< 138029 1726888208.01181: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888208.01202: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888208.01227: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888208.01245: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re <<< 138029 1726888208.01254: stdout chunk (state=3): >>># destroy _abc # destroy itertools <<< 138029 1726888208.01286: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888208.01290: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888208.01881: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888208.01914: stderr chunk (state=3): >>><<< 138029 1726888208.01917: stdout chunk (state=3): >>><<< 138029 1726888208.02020: _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 0x7fd2913bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29138ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2913be930> 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 0x7fd2913ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fd2913cdfd0> 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 0x7fd2911ebe60> # /usr/lib64/python3.12/__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 0x7fd2911ebef0> # /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 0x7fd291223860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291223ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291203b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291201220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2911e9010> # /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 0x7fd291247800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291246420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291203e90> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291244b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291278800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2911e8290> # /usr/lib64/python3.12/__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 0x7fd291278cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291278b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd291278ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2911e6db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fd291279580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291279250> 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 0x7fd29127a450> 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 0x7fd291290680> 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 0x7fd291291d60> # /usr/lib64/python3.12/__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 0x7fd291292c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd291293260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291292150> # /usr/lib64/python3.12/__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 0x7fd291293ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291293410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29127a4b0> # /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 0x7fd290f7bbc0> # /usr/lib64/python3.12/__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 0x7fd290fa4650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290fa43b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd290fa4680> # /usr/lib64/python3.12/__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 0x7fd290fa4fb0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd290fa59a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290fa4860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290f79d60> # /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 0x7fd290fa6d20> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290fa4e30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29127a630> # /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 0x7fd290fd30b0> # /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 0x7fd290ffb470> # /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 0x7fd291054260> # /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 0x7fd2910569c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291054380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd291021250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2909253a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290ffa270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290fa7c80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd290ffa870> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_50hq1upk/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 0x7fd29098f080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290969f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290969100> # 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 0x7fd29098cf50> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fd2909bea20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2909be7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2909be0c0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fd2909be510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29098fd10> 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 0x7fd2909bf710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd2909bf890> # /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 0x7fd2909bfdd0> 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 0x7fd290829b80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd29082b7a0> # /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 0x7fd29082c170> # /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 0x7fd29082d2e0> # /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 0x7fd29082fe00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd2911e6ea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29082e0c0> # /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 0x7fd290837da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290836870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2908365d0> # /usr/lib64/python3.12/__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 0x7fd290836b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29082e5d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd29087bfb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29087c050> # /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 0x7fd29087dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29087d9d0> # /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 0x7fd2908801d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29087e300> # /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 0x7fd290883950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290880350> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd2908849e0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd290884b60> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd290884ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29087c320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fd2907102f0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd290711610> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290886a80> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd290887e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290886690> # 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 0x7fd290715a00> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fd290716660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290711880> 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 0x7fd290716630> # 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 0x7fd2907179e0> # 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 0x7fd290722600> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29071d190> 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 0x7fd29080ae40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2908feb10> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2907227b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2908855e0> # 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 0x7fd2903b3200> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2903b2630> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2903b0b60> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2907b2f00> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2907b0e60> 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 0x7fd2907b3170> # /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 0x7fd290441220> # 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 0x7fd290441550> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290424dd0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2903fff80> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29079dcd0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29079d190> # /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 0x7fd290254170> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2904439e0> # 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 0x7fd290443bc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290442e40> # /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 0x7fd290254260> # /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 0x7fd290256de0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290254dd0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd29079d5b0> 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 0x7fd290257560> # /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 0x7fd290257f80> 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 0x7fd29029b200> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd290283ec0> 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 0x7fd2902aee70> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd2902aea50> 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888208.03033: 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-1726888207.3116674-144608-1588898170399/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888208.03036: _low_level_execute_command(): starting 138029 1726888208.03039: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888207.3116674-144608-1588898170399/ > /dev/null 2>&1 && sleep 0' 138029 1726888208.03041: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888208.03044: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888208.03046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888208.03048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888208.03050: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888208.03052: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888208.03054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888208.03058: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888208.03061: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888208.03063: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888208.03068: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888208.03070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888208.03072: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888208.03074: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888208.03078: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888208.03079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888208.03080: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888208.03082: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888208.03083: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888208.03127: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888208.05361: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888208.05365: stdout chunk (state=3): >>><<< 138029 1726888208.05367: stderr chunk (state=3): >>><<< 138029 1726888208.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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888208.05371: handler run complete 138029 1726888208.05373: attempt loop complete, returning result 138029 1726888208.05376: _execute() done 138029 1726888208.05377: dumping result to json 138029 1726888208.05379: done dumping result, returning 138029 1726888208.05381: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-5a58-73a2-000000002776] 138029 1726888208.05383: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002776 138029 1726888208.05458: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002776 138029 1726888208.05462: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "name": null, "status": {} } 138029 1726888208.05540: no more pending results, returning what we have 138029 1726888208.05543: results queue empty 138029 1726888208.05545: checking for any_errors_fatal 138029 1726888208.05559: done checking for any_errors_fatal 138029 1726888208.05561: checking for max_fail_percentage 138029 1726888208.05563: done checking for max_fail_percentage 138029 1726888208.05564: checking to see if all hosts have failed and the running result is not ok 138029 1726888208.05564: done checking to see if all hosts have failed 138029 1726888208.05565: getting the remaining hosts for this loop 138029 1726888208.05567: done getting the remaining hosts for this loop 138029 1726888208.05571: getting the next task for host managed_node3 138029 1726888208.05578: done getting next task for host managed_node3 138029 1726888208.05581: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 138029 1726888208.05586: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888208.05602: getting variables 138029 1726888208.05604: in VariableManager get_vars() 138029 1726888208.05649: Calling all_inventory to load vars for managed_node3 138029 1726888208.05652: Calling groups_inventory to load vars for managed_node3 138029 1726888208.05654: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888208.05783: Calling all_plugins_play to load vars for managed_node3 138029 1726888208.05786: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888208.05789: Calling groups_plugins_play to load vars for managed_node3 138029 1726888208.06252: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888208.06649: done with get_vars() 138029 1726888208.06663: 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:10:08 -0400 (0:00:00.797) 0:03:40.790 ****** 138029 1726888208.06732: entering _queue_task() for managed_node3/stat 138029 1726888208.06947: worker is 1 (out of 1 available) 138029 1726888208.06964: exiting _queue_task() for managed_node3/stat 138029 1726888208.06977: done queuing things up, now waiting for results queue to drain 138029 1726888208.06979: waiting for pending results... 138029 1726888208.07172: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 138029 1726888208.07259: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002777 138029 1726888208.07273: variable 'ansible_search_path' from source: unknown 138029 1726888208.07278: variable 'ansible_search_path' from source: unknown 138029 1726888208.07303: calling self._execute() 138029 1726888208.07397: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888208.07401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888208.07410: variable 'omit' from source: magic vars 138029 1726888208.07543: variable 'omit' from source: magic vars 138029 1726888208.07594: variable 'omit' from source: magic vars 138029 1726888208.07761: variable 'omit' from source: magic vars 138029 1726888208.07765: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888208.07768: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888208.07771: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888208.07773: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888208.07776: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888208.07778: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888208.07865: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888208.07868: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888208.07871: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888208.07874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888208.07939: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888208.07944: Set connection var ansible_timeout to 10 138029 1726888208.07951: Set connection var ansible_pipelining to False 138029 1726888208.07953: Set connection var ansible_shell_type to sh 138029 1726888208.07958: Set connection var ansible_connection to ssh 138029 1726888208.07961: Set connection var ansible_shell_executable to /bin/sh 138029 1726888208.07997: variable 'ansible_shell_executable' from source: unknown 138029 1726888208.08001: variable 'ansible_connection' from source: unknown 138029 1726888208.08003: variable 'ansible_module_compression' from source: unknown 138029 1726888208.08006: variable 'ansible_shell_type' from source: unknown 138029 1726888208.08008: variable 'ansible_shell_executable' from source: unknown 138029 1726888208.08010: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888208.08013: variable 'ansible_pipelining' from source: unknown 138029 1726888208.08015: variable 'ansible_timeout' from source: unknown 138029 1726888208.08017: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888208.08366: 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) 138029 1726888208.08371: variable 'omit' from source: magic vars 138029 1726888208.08373: starting attempt loop 138029 1726888208.08376: running the handler 138029 1726888208.08378: _low_level_execute_command(): starting 138029 1726888208.08379: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888208.08908: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888208.08920: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888208.08932: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888208.08948: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888208.08962: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888208.08973: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888208.08983: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888208.08998: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888208.09007: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888208.09015: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888208.09023: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888208.09032: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888208.09044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888208.09052: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888208.09060: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888208.09073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888208.09137: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888208.09159: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888208.09165: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888208.09237: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888208.10880: stdout chunk (state=3): >>>/root <<< 138029 1726888208.11031: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888208.11034: stdout chunk (state=3): >>><<< 138029 1726888208.11036: stderr chunk (state=3): >>><<< 138029 1726888208.11175: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888208.11180: _low_level_execute_command(): starting 138029 1726888208.11183: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888208.1108124-144626-7207859124959 `" && echo ansible-tmp-1726888208.1108124-144626-7207859124959="` echo /root/.ansible/tmp/ansible-tmp-1726888208.1108124-144626-7207859124959 `" ) && sleep 0' 138029 1726888208.11832: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888208.11847: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888208.11875: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888208.11895: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888208.11978: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888208.12029: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888208.12071: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888208.12094: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888208.12313: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888208.14454: stdout chunk (state=3): >>>ansible-tmp-1726888208.1108124-144626-7207859124959=/root/.ansible/tmp/ansible-tmp-1726888208.1108124-144626-7207859124959 <<< 138029 1726888208.14791: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888208.14795: stdout chunk (state=3): >>><<< 138029 1726888208.14798: stderr chunk (state=3): >>><<< 138029 1726888208.14801: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888208.1108124-144626-7207859124959=/root/.ansible/tmp/ansible-tmp-1726888208.1108124-144626-7207859124959 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888208.14805: variable 'ansible_module_compression' from source: unknown 138029 1726888208.14807: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888208.14841: variable 'ansible_facts' from source: unknown 138029 1726888208.14945: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888208.1108124-144626-7207859124959/AnsiballZ_stat.py 138029 1726888208.15084: Sending initial data 138029 1726888208.15200: Sent initial data (153 bytes) 138029 1726888208.16163: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888208.16180: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888208.16192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888208.16209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888208.16270: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888208.16343: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888208.16360: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888208.16385: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888208.17918: 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 <<< 138029 1726888208.17922: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888208.17967: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888208.18015: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpex2vz92x /root/.ansible/tmp/ansible-tmp-1726888208.1108124-144626-7207859124959/AnsiballZ_stat.py <<< 138029 1726888208.18018: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888208.1108124-144626-7207859124959/AnsiballZ_stat.py" <<< 138029 1726888208.18062: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpex2vz92x" to remote "/root/.ansible/tmp/ansible-tmp-1726888208.1108124-144626-7207859124959/AnsiballZ_stat.py" <<< 138029 1726888208.18067: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888208.1108124-144626-7207859124959/AnsiballZ_stat.py" <<< 138029 1726888208.18683: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888208.18815: stderr chunk (state=3): >>><<< 138029 1726888208.18818: stdout chunk (state=3): >>><<< 138029 1726888208.18820: done transferring module to remote 138029 1726888208.18823: _low_level_execute_command(): starting 138029 1726888208.18825: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888208.1108124-144626-7207859124959/ /root/.ansible/tmp/ansible-tmp-1726888208.1108124-144626-7207859124959/AnsiballZ_stat.py && sleep 0' 138029 1726888208.19398: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888208.19415: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888208.19426: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888208.19440: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888208.19453: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888208.19561: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888208.19568: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888208.19572: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888208.19586: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888208.19612: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888208.19696: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888208.21441: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888208.21475: stderr chunk (state=3): >>><<< 138029 1726888208.21478: stdout chunk (state=3): >>><<< 138029 1726888208.21496: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888208.21500: _low_level_execute_command(): starting 138029 1726888208.21502: _low_level_execute_command(): using become for this command 138029 1726888208.21515: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-xbsowxhjiuhabefuoyagqkriksjtpnbg ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888208.1108124-144626-7207859124959/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888208.21676: Initial state: awaiting_escalation: BECOME-SUCCESS-xbsowxhjiuhabefuoyagqkriksjtpnbg 138029 1726888208.22054: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888208.22144: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888208.22169: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888208.22235: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888208.25191: stdout chunk (state=1): >>>BECOME-SUCCESS-xbsowxhjiuhabefuoyagqkriksjtpnbg <<< 138029 1726888208.25193: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-xbsowxhjiuhabefuoyagqkriksjtpnbg' 138029 1726888208.25490: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888208.25525: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888208.25556: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888208.25562: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888208.25626: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888208.25633: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888208.25666: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888208.25703: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888208.25727: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888208.25737: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888208.25791: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888208.25802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.25815: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888208.25834: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888208.25874: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888208.25898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888208.25908: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724a183e0> <<< 138029 1726888208.25914: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7249e7a10> <<< 138029 1726888208.25941: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888208.25954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888208.25962: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724a1a960> <<< 138029 1726888208.25976: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888208.26005: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888208.26009: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888208.26031: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888208.26065: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888208.26072: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888208.26151: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888208.26178: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888208.26181: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888208.26214: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888208.26222: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888208.26252: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 138029 1726888208.26264: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888208.26280: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888208.26305: 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 <<< 138029 1726888208.26310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888208.26341: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72482cfe0> <<< 138029 1726888208.26391: 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 <<< 138029 1726888208.26404: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.26413: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72482dfd0> <<< 138029 1726888208.26444: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888208.26474: 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. <<< 138029 1726888208.26701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888208.26704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888208.26732: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888208.26745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.26770: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888208.26804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888208.26826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888208.26854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888208.26873: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72486be90> <<< 138029 1726888208.26881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888208.26905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888208.26926: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888208.26943: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72486bf50> <<< 138029 1726888208.26951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888208.26983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888208.27011: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888208.27059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.27073: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888208.27104: 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 0x7ff7248a3860> <<< 138029 1726888208.27122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888208.27139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248a3ef0> <<< 138029 1726888208.27156: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888208.27201: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724883b30> <<< 138029 1726888208.27222: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888208.27247: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724881280> <<< 138029 1726888208.27336: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724869040> <<< 138029 1726888208.27364: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888208.27388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888208.27394: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888208.27420: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888208.27451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888208.27470: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888208.27472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888208.27507: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248c7890> <<< 138029 1726888208.27517: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248c64b0> <<< 138029 1726888208.27557: 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 0x7ff724882150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248c4c50> <<< 138029 1726888208.27611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888208.27615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248f4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248682c0> <<< 138029 1726888208.27644: 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' <<< 138029 1726888208.27677: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.27682: 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 0x7ff7248f4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248f4c80> <<< 138029 1726888208.27722: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.27727: 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 0x7ff7248f5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724866de0> <<< 138029 1726888208.27771: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888208.27774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.27786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888208.27818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888208.27826: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248f5730> <<< 138029 1726888208.27848: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248f5430> import 'importlib.machinery' # <<< 138029 1726888208.27883: 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' <<< 138029 1726888208.27890: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248f6630> <<< 138029 1726888208.27915: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888208.27919: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888208.27946: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888208.27983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888208.28007: 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 0x7ff724910860> <<< 138029 1726888208.28023: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888208.28043: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.28060: 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 0x7ff724911fa0> <<< 138029 1726888208.28076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888208.28100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888208.28118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888208.28142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724912e10> <<< 138029 1726888208.28184: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.28187: 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 0x7ff724913440> <<< 138029 1726888208.28190: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724912390> <<< 138029 1726888208.28216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888208.28231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888208.28271: 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 0x7ff724913e30> <<< 138029 1726888208.28283: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724913560> <<< 138029 1726888208.28320: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248f6690> <<< 138029 1726888208.28344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888208.28372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888208.28390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888208.28408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888208.28460: 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' <<< 138029 1726888208.28467: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff724693ce0> <<< 138029 1726888208.28512: 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' <<< 138029 1726888208.28515: 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' <<< 138029 1726888208.28556: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff7246bc7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7246bc530> <<< 138029 1726888208.28580: 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 0x7ff7246bc800> <<< 138029 1726888208.28583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888208.28594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888208.28646: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.28783: 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 0x7ff7246bd130> <<< 138029 1726888208.28878: 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 0x7ff7246bdaf0> <<< 138029 1726888208.28910: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7246bc9e0> <<< 138029 1726888208.28915: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724691e80> <<< 138029 1726888208.28937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888208.28952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888208.28992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888208.29036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7246beea0> <<< 138029 1726888208.29039: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7246bdbe0> <<< 138029 1726888208.29068: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248f6d80> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888208.29151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.29154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888208.29203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888208.29246: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7246e7230> <<< 138029 1726888208.29290: 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' <<< 138029 1726888208.29320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888208.29323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888208.29377: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7247135c0> <<< 138029 1726888208.29402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888208.29427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888208.29488: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888208.29497: 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 0x7ff72476c3b0> <<< 138029 1726888208.29519: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888208.29548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888208.29580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888208.29613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888208.29716: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72476eb10> <<< 138029 1726888208.29791: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72476c4d0> <<< 138029 1726888208.29816: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7247353a0> <<< 138029 1726888208.29857: 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 0x7ff7245753d0> <<< 138029 1726888208.29874: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724712420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7246bfe00> <<< 138029 1726888208.30183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888208.30192: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff724575670> <<< 138029 1726888208.30627: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_qw5gj9gf/ansible_stat_payload.zip' # zipimport: zlib available <<< 138029 1726888208.30726: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.30766: 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' <<< 138029 1726888208.30810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888208.30894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888208.30929: 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 0x7ff7245cb170> import '_typing' # <<< 138029 1726888208.31103: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7245aa060> <<< 138029 1726888208.31140: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7245a91c0> # zipimport: zlib available <<< 138029 1726888208.31198: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888208.31209: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.31216: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888208.31244: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.32650: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.33758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888208.33762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7245c9010> <<< 138029 1726888208.33783: 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' <<< 138029 1726888208.33830: 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' <<< 138029 1726888208.33872: 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' <<< 138029 1726888208.33881: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.33889: 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 0x7ff7245f6b10> <<< 138029 1726888208.33908: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7245f68d0> <<< 138029 1726888208.33935: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7245f61e0> <<< 138029 1726888208.33953: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888208.33973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888208.34003: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7245f6720> <<< 138029 1726888208.34022: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7245cbb90> import 'atexit' # <<< 138029 1726888208.34045: 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 0x7ff7245f77d0> <<< 138029 1726888208.34076: 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 0x7ff7245f7a10> <<< 138029 1726888208.34095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888208.34138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888208.34149: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888208.34201: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7245f7f50> <<< 138029 1726888208.34212: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888208.34227: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888208.34251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888208.34287: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f19ca0> <<< 138029 1726888208.34319: 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 0x7ff723f1b8c0> <<< 138029 1726888208.34347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888208.34363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888208.34411: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f202c0> <<< 138029 1726888208.34414: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888208.34443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888208.34465: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f21400> <<< 138029 1726888208.34479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888208.34519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888208.34542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888208.34547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888208.34595: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f23ec0> <<< 138029 1726888208.34633: 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 0x7ff724737fb0> <<< 138029 1726888208.34650: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f22180> <<< 138029 1726888208.34677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888208.34702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888208.34723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888208.34727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888208.34753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888208.34773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888208.34801: 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' <<< 138029 1726888208.34814: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f27ec0> <<< 138029 1726888208.34830: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888208.34897: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f26990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f266f0> <<< 138029 1726888208.34911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888208.34931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888208.35001: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f26c60> <<< 138029 1726888208.35031: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f22690> <<< 138029 1726888208.35063: 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 0x7ff723f6bf50> <<< 138029 1726888208.35085: 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 0x7ff723f6c260> <<< 138029 1726888208.35107: 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 <<< 138029 1726888208.35124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888208.35144: 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' <<< 138029 1726888208.35184: 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 0x7ff723f6dd00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f6dac0> <<< 138029 1726888208.35208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888208.35297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888208.35347: 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 0x7ff723f70260> <<< 138029 1726888208.35358: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f6e3f0> <<< 138029 1726888208.35379: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888208.35412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.35436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888208.35451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888208.35460: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888208.35498: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f73a40> <<< 138029 1726888208.35618: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f70410> <<< 138029 1726888208.35678: 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 0x7ff723f748c0> <<< 138029 1726888208.35709: 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 0x7ff723f748f0> <<< 138029 1726888208.35743: 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 0x7ff723f74bc0> <<< 138029 1726888208.35768: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f6c3e0> <<< 138029 1726888208.35788: 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 <<< 138029 1726888208.35796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888208.35805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888208.35831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888208.35859: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.35881: 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 0x7ff723e00410> <<< 138029 1726888208.36029: 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 0x7ff723e01730> <<< 138029 1726888208.36040: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f76ba0> <<< 138029 1726888208.36079: 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 0x7ff723f77f50> <<< 138029 1726888208.36086: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f767b0> <<< 138029 1726888208.36107: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888208.36119: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888208.36131: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.36217: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.36305: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.36324: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.36346: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888208.36364: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888208.36393: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.36499: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.36615: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.37145: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.37704: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888208.37707: 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' # <<< 138029 1726888208.37757: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888208.37762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.37803: 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 0x7ff723e059a0> <<< 138029 1726888208.37864: 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' <<< 138029 1726888208.37889: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723e067b0> <<< 138029 1726888208.37895: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723e01850> <<< 138029 1726888208.37949: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888208.37953: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.37983: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.38010: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888208.38026: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.38151: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.38310: 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' <<< 138029 1726888208.38335: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723e06570> # zipimport: zlib available <<< 138029 1726888208.38786: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.39224: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.39300: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.39379: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888208.39382: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.39419: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.39461: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888208.39466: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.39539: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.39616: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888208.39635: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.39648: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.39664: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888208.39671: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.39711: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.39748: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888208.39768: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.39982: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.40215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888208.40275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888208.40288: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888208.40360: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723e07a10> <<< 138029 1726888208.40379: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.40438: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.40531: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888208.40536: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888208.40563: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888208.40568: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.40602: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.40658: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888208.40671: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.40688: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.40734: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.40793: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.40861: 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 <<< 138029 1726888208.40896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.40993: 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 0x7ff723e12540> <<< 138029 1726888208.41017: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723e0dbe0> <<< 138029 1726888208.41052: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888208.41057: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.41122: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.41184: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.41218: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.41260: 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 <<< 138029 1726888208.41269: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.41281: 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 <<< 138029 1726888208.41308: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888208.41324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888208.41386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888208.41405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888208.41430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888208.41484: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724642de0> <<< 138029 1726888208.41522: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72462aab0> <<< 138029 1726888208.41610: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723e126f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723e01910> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888208.41616: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.41645: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.41672: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888208.41722: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888208.41744: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.41765: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.41770: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726888208.41778: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.41907: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.42097: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.42894: 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": 94372053, "dev": 51714, "nlink": 1, "atime": 1726887685.1854193, "mtime": 1726562394.502, "ctime": 1726887681.5763936, "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": "234057197", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888208.42926: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888208.43349: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888208.43421: 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 <<< 138029 1726888208.43431: 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 <<< 138029 1726888208.43493: 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 # 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 <<< 138029 1726888208.43548: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 138029 1726888208.43783: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888208.43804: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888208.43821: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888208.43835: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888208.43863: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888208.43899: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888208.43925: 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 <<< 138029 1726888208.43932: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 138029 1726888208.43947: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888208.44003: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888208.44029: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888208.44038: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888208.44050: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888208.44111: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888208.44114: 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 <<< 138029 1726888208.44137: 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 <<< 138029 1726888208.44165: stdout chunk (state=3): >>># cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 138029 1726888208.44182: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888208.44223: 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 <<< 138029 1726888208.44235: 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 <<< 138029 1726888208.44371: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888208.44383: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 138029 1726888208.44447: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888208.44454: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888208.44488: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing <<< 138029 1726888208.44497: 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 <<< 138029 1726888208.44509: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888208.44610: 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 <<< 138029 1726888208.44614: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888208.44635: stdout chunk (state=3): >>># destroy _random <<< 138029 1726888208.44650: stdout chunk (state=3): >>># destroy _weakref <<< 138029 1726888208.44662: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888208.44675: stdout chunk (state=3): >>># destroy _operator <<< 138029 1726888208.44690: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 138029 1726888208.44704: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 138029 1726888208.44724: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888208.45168: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888208.45200: stderr chunk (state=3): >>><<< 138029 1726888208.45203: stdout chunk (state=3): >>><<< 138029 1726888208.45271: _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 0x7ff724a183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7249e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724a1a960> 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 0x7ff72482cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7ff72482dfd0> 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 0x7ff72486be90> # /usr/lib64/python3.12/__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 0x7ff72486bf50> # /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 0x7ff7248a3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248a3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724883b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724881280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724869040> # /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 0x7ff7248c7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248c64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724882150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248c4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248f4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248682c0> # /usr/lib64/python3.12/__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 0x7ff7248f4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248f4c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff7248f5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724866de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7ff7248f5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248f5430> 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 0x7ff7248f6630> 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 0x7ff724910860> 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 0x7ff724911fa0> # /usr/lib64/python3.12/__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 0x7ff724912e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff724913440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724912390> # /usr/lib64/python3.12/__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 0x7ff724913e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724913560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248f6690> # /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 0x7ff724693ce0> # /usr/lib64/python3.12/__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 0x7ff7246bc7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7246bc530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff7246bc800> # /usr/lib64/python3.12/__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 0x7ff7246bd130> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff7246bdaf0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7246bc9e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724691e80> # /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 0x7ff7246beea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7246bdbe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7248f6d80> # /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 0x7ff7246e7230> # /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 0x7ff7247135c0> # /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 0x7ff72476c3b0> # /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 0x7ff72476eb10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72476c4d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7247353a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7245753d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff724712420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7246bfe00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff724575670> # zipimport: found 30 names in '/tmp/ansible_stat_payload_qw5gj9gf/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 0x7ff7245cb170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7245aa060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7245a91c0> # 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 0x7ff7245c9010> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7ff7245f6b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7245f68d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7245f61e0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7ff7245f6720> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7245cbb90> 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 0x7ff7245f77d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff7245f7a10> # /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 0x7ff7245f7f50> 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 0x7ff723f19ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff723f1b8c0> # /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 0x7ff723f202c0> # /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 0x7ff723f21400> # /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 0x7ff723f23ec0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff724737fb0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f22180> # /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 0x7ff723f27ec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f26990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f266f0> # /usr/lib64/python3.12/__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 0x7ff723f26c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f22690> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff723f6bf50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f6c260> # /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 0x7ff723f6dd00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f6dac0> # /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 0x7ff723f70260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f6e3f0> # /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 0x7ff723f73a40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f70410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff723f748c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff723f748f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff723f74bc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f6c3e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7ff723e00410> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff723e01730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f76ba0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff723f77f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723f767b0> # 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 0x7ff723e059a0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7ff723e067b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723e01850> 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 0x7ff723e06570> # 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 0x7ff723e07a10> # 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 0x7ff723e12540> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723e0dbe0> 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 0x7ff724642de0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72462aab0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723e126f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff723e01910> # 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": 94372053, "dev": 51714, "nlink": 1, "atime": 1726887685.1854193, "mtime": 1726562394.502, "ctime": 1726887681.5763936, "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": "234057197", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888208.45821: 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-1726888208.1108124-144626-7207859124959/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888208.45825: _low_level_execute_command(): starting 138029 1726888208.45827: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888208.1108124-144626-7207859124959/ > /dev/null 2>&1 && sleep 0' 138029 1726888208.46002: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888208.46006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888208.46011: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888208.46022: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888208.46067: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888208.46093: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888208.46150: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888208.47995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888208.47999: stdout chunk (state=3): >>><<< 138029 1726888208.48001: stderr chunk (state=3): >>><<< 138029 1726888208.48017: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888208.48161: handler run complete 138029 1726888208.48164: attempt loop complete, returning result 138029 1726888208.48169: _execute() done 138029 1726888208.48171: dumping result to json 138029 1726888208.48173: done dumping result, returning 138029 1726888208.48175: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-5a58-73a2-000000002777] 138029 1726888208.48177: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002777 138029 1726888208.48250: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002777 138029 1726888208.48253: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726887685.1854193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726887681.5763936, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 94372053, "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": "234057197", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 138029 1726888208.48380: no more pending results, returning what we have 138029 1726888208.48384: results queue empty 138029 1726888208.48385: checking for any_errors_fatal 138029 1726888208.48399: done checking for any_errors_fatal 138029 1726888208.48400: checking for max_fail_percentage 138029 1726888208.48402: done checking for max_fail_percentage 138029 1726888208.48403: checking to see if all hosts have failed and the running result is not ok 138029 1726888208.48404: done checking to see if all hosts have failed 138029 1726888208.48404: getting the remaining hosts for this loop 138029 1726888208.48406: done getting the remaining hosts for this loop 138029 1726888208.48410: getting the next task for host managed_node3 138029 1726888208.48417: done getting next task for host managed_node3 138029 1726888208.48420: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 138029 1726888208.48424: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888208.48437: getting variables 138029 1726888208.48440: in VariableManager get_vars() 138029 1726888208.48688: Calling all_inventory to load vars for managed_node3 138029 1726888208.48692: Calling groups_inventory to load vars for managed_node3 138029 1726888208.48694: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888208.48704: Calling all_plugins_play to load vars for managed_node3 138029 1726888208.48711: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888208.48714: Calling groups_plugins_play to load vars for managed_node3 138029 1726888208.49469: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888208.49899: done with get_vars() 138029 1726888208.49912: 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:10:08 -0400 (0:00:00.432) 0:03:41.223 ****** 138029 1726888208.49986: entering _queue_task() for managed_node3/lineinfile 138029 1726888208.50208: worker is 1 (out of 1 available) 138029 1726888208.50221: exiting _queue_task() for managed_node3/lineinfile 138029 1726888208.50233: done queuing things up, now waiting for results queue to drain 138029 1726888208.50235: waiting for pending results... 138029 1726888208.50443: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 138029 1726888208.50533: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002778 138029 1726888208.50546: variable 'ansible_search_path' from source: unknown 138029 1726888208.50549: variable 'ansible_search_path' from source: unknown 138029 1726888208.50776: variable 'blivet_output' from source: set_fact 138029 1726888208.50865: dumping result to json 138029 1726888208.50868: done dumping result, returning 138029 1726888208.50877: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-5a58-73a2-000000002778] 138029 1726888208.50883: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002778 138029 1726888208.50999: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002778 138029 1726888208.51002: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888208.51051: no more pending results, returning what we have 138029 1726888208.51057: results queue empty 138029 1726888208.51058: checking for any_errors_fatal 138029 1726888208.51070: done checking for any_errors_fatal 138029 1726888208.51071: checking for max_fail_percentage 138029 1726888208.51073: done checking for max_fail_percentage 138029 1726888208.51074: checking to see if all hosts have failed and the running result is not ok 138029 1726888208.51074: done checking to see if all hosts have failed 138029 1726888208.51075: getting the remaining hosts for this loop 138029 1726888208.51076: done getting the remaining hosts for this loop 138029 1726888208.51080: getting the next task for host managed_node3 138029 1726888208.51085: done getting next task for host managed_node3 138029 1726888208.51088: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 138029 1726888208.51092: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888208.51110: getting variables 138029 1726888208.51118: in VariableManager get_vars() 138029 1726888208.51149: Calling all_inventory to load vars for managed_node3 138029 1726888208.51151: Calling groups_inventory to load vars for managed_node3 138029 1726888208.51153: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888208.51162: Calling all_plugins_play to load vars for managed_node3 138029 1726888208.51165: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888208.51167: Calling groups_plugins_play to load vars for managed_node3 138029 1726888208.51664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888208.52571: done with get_vars() 138029 1726888208.52587: 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:10:08 -0400 (0:00:00.026) 0:03:41.250 ****** 138029 1726888208.52684: entering _queue_task() for managed_node3/setup 138029 1726888208.52962: worker is 1 (out of 1 available) 138029 1726888208.52975: exiting _queue_task() for managed_node3/setup 138029 1726888208.52988: done queuing things up, now waiting for results queue to drain 138029 1726888208.52989: waiting for pending results... 138029 1726888208.53378: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts 138029 1726888208.53461: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000277a 138029 1726888208.53485: variable 'ansible_search_path' from source: unknown 138029 1726888208.53493: variable 'ansible_search_path' from source: unknown 138029 1726888208.53535: calling self._execute() 138029 1726888208.53660: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888208.53673: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888208.53688: variable 'omit' from source: magic vars 138029 1726888208.54132: variable 'ansible_check_mode' from source: magic vars 138029 1726888208.54135: Evaluated conditional (not ansible_check_mode): True 138029 1726888208.54138: variable 'omit' from source: magic vars 138029 1726888208.54165: variable 'omit' from source: magic vars 138029 1726888208.54204: variable 'omit' from source: magic vars 138029 1726888208.54259: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888208.54304: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888208.54331: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888208.54363: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888208.54381: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888208.54402: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888208.54425: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888208.54561: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888208.54566: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888208.54568: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888208.54611: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888208.54623: Set connection var ansible_timeout to 10 138029 1726888208.54633: Set connection var ansible_pipelining to False 138029 1726888208.54682: Set connection var ansible_shell_type to sh 138029 1726888208.54686: Set connection var ansible_connection to ssh 138029 1726888208.54688: Set connection var ansible_shell_executable to /bin/sh 138029 1726888208.54692: variable 'ansible_shell_executable' from source: unknown 138029 1726888208.54700: variable 'ansible_connection' from source: unknown 138029 1726888208.54707: variable 'ansible_module_compression' from source: unknown 138029 1726888208.54714: variable 'ansible_shell_type' from source: unknown 138029 1726888208.54720: variable 'ansible_shell_executable' from source: unknown 138029 1726888208.54727: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888208.54736: variable 'ansible_pipelining' from source: unknown 138029 1726888208.54742: variable 'ansible_timeout' from source: unknown 138029 1726888208.54791: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888208.54981: 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) 138029 1726888208.54999: variable 'omit' from source: magic vars 138029 1726888208.55013: starting attempt loop 138029 1726888208.55021: running the handler 138029 1726888208.55037: _low_level_execute_command(): starting 138029 1726888208.55049: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888208.55878: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888208.55907: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888208.55925: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888208.56006: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888208.57618: stdout chunk (state=3): >>>/root <<< 138029 1726888208.57805: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888208.57809: stdout chunk (state=3): >>><<< 138029 1726888208.57811: stderr chunk (state=3): >>><<< 138029 1726888208.57847: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888208.57980: _low_level_execute_command(): starting 138029 1726888208.57984: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888208.578583-144650-54136250395336 `" && echo ansible-tmp-1726888208.578583-144650-54136250395336="` echo /root/.ansible/tmp/ansible-tmp-1726888208.578583-144650-54136250395336 `" ) && sleep 0' 138029 1726888208.58666: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888208.58681: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888208.58774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888208.58812: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888208.58830: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888208.58850: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888208.58936: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888208.60927: stdout chunk (state=3): >>>ansible-tmp-1726888208.578583-144650-54136250395336=/root/.ansible/tmp/ansible-tmp-1726888208.578583-144650-54136250395336 <<< 138029 1726888208.61091: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888208.61095: stdout chunk (state=3): >>><<< 138029 1726888208.61097: stderr chunk (state=3): >>><<< 138029 1726888208.61168: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888208.578583-144650-54136250395336=/root/.ansible/tmp/ansible-tmp-1726888208.578583-144650-54136250395336 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888208.61204: variable 'ansible_module_compression' from source: unknown 138029 1726888208.61277: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 138029 1726888208.61351: variable 'ansible_facts' from source: unknown 138029 1726888208.61653: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888208.578583-144650-54136250395336/AnsiballZ_setup.py 138029 1726888208.61861: Sending initial data 138029 1726888208.61864: Sent initial data (154 bytes) 138029 1726888208.62876: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888208.62917: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888208.62920: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888208.62946: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888208.63013: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888208.64544: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 138029 1726888208.64562: 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 <<< 138029 1726888208.64671: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888208.64738: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpz6sn4ons /root/.ansible/tmp/ansible-tmp-1726888208.578583-144650-54136250395336/AnsiballZ_setup.py <<< 138029 1726888208.64742: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888208.578583-144650-54136250395336/AnsiballZ_setup.py" <<< 138029 1726888208.64781: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpz6sn4ons" to remote "/root/.ansible/tmp/ansible-tmp-1726888208.578583-144650-54136250395336/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888208.578583-144650-54136250395336/AnsiballZ_setup.py" <<< 138029 1726888208.66760: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888208.66764: stderr chunk (state=3): >>><<< 138029 1726888208.66769: stdout chunk (state=3): >>><<< 138029 1726888208.66772: done transferring module to remote 138029 1726888208.66774: _low_level_execute_command(): starting 138029 1726888208.66777: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888208.578583-144650-54136250395336/ /root/.ansible/tmp/ansible-tmp-1726888208.578583-144650-54136250395336/AnsiballZ_setup.py && sleep 0' 138029 1726888208.67352: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888208.67370: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888208.67381: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888208.67394: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888208.67407: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888208.67416: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888208.67472: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888208.67518: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888208.67530: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888208.67558: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888208.67671: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888208.69496: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888208.69499: stdout chunk (state=3): >>><<< 138029 1726888208.69502: stderr chunk (state=3): >>><<< 138029 1726888208.69635: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888208.69639: _low_level_execute_command(): starting 138029 1726888208.69641: _low_level_execute_command(): using become for this command 138029 1726888208.69643: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-mtjxrtfnkyrkgsxprtbntsxjyminaeaa ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888208.578583-144650-54136250395336/AnsiballZ_setup.py'"'"' && sleep 0' 138029 1726888208.69681: Initial state: awaiting_escalation: BECOME-SUCCESS-mtjxrtfnkyrkgsxprtbntsxjyminaeaa 138029 1726888208.70213: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888208.70308: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888208.70363: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888208.73219: stdout chunk (state=1): >>>BECOME-SUCCESS-mtjxrtfnkyrkgsxprtbntsxjyminaeaa <<< 138029 1726888208.73231: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-mtjxrtfnkyrkgsxprtbntsxjyminaeaa' 138029 1726888208.73554: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888208.73592: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888208.73621: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888208.73627: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888208.73696: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888208.73703: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888208.73737: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888208.73772: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888208.73798: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888208.73806: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888208.73852: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888208.73860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.73879: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888208.73906: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888208.73950: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888208.73974: 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 0x7f56dfd103e0> <<< 138029 1726888208.73993: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfcdfa10> <<< 138029 1726888208.74014: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888208.74045: 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 0x7f56dfd12960> <<< 138029 1726888208.74073: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888208.74090: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888208.74108: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888208.74148: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888208.74228: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888208.74261: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888208.74319: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888208.74348: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 138029 1726888208.74391: 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 <<< 138029 1726888208.74410: 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 0x7f56dfac0fe0> <<< 138029 1726888208.74480: 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 <<< 138029 1726888208.74490: 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 0x7f56dfac1fd0> <<< 138029 1726888208.74519: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888208.74549: 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. <<< 138029 1726888208.74932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888208.74939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888208.74964: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888208.74969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.74992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888208.75029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888208.75047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888208.75078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888208.75088: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfaffe90> <<< 138029 1726888208.75112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888208.75123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888208.75157: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888208.75160: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfafff50> <<< 138029 1726888208.75182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888208.75207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888208.75231: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888208.75278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.75300: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888208.75330: 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' <<< 138029 1726888208.75340: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb378c0> <<< 138029 1726888208.75346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888208.75379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888208.75382: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb37f50> <<< 138029 1726888208.75388: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888208.75433: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb17b60> <<< 138029 1726888208.75450: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888208.75480: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb15280> <<< 138029 1726888208.75570: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfafd040> <<< 138029 1726888208.75597: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888208.75617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888208.75626: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888208.75654: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888208.75677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888208.75698: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888208.75703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888208.75743: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb5b7d0> <<< 138029 1726888208.75752: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb5a3f0> <<< 138029 1726888208.75785: 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 0x7f56dfb16270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb58c50> <<< 138029 1726888208.75854: 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 0x7f56dfb8c830> <<< 138029 1726888208.75862: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfafc2c0> <<< 138029 1726888208.75882: 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' <<< 138029 1726888208.75922: 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 0x7f56dfb8cce0> <<< 138029 1726888208.75926: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb8cb90> <<< 138029 1726888208.75976: 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 0x7f56dfb8cf80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfafade0> <<< 138029 1726888208.76011: 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' <<< 138029 1726888208.76029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888208.76072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888208.76078: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb8d640> <<< 138029 1726888208.76091: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb8d310> import 'importlib.machinery' # <<< 138029 1726888208.76130: 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' <<< 138029 1726888208.76137: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb8e510> <<< 138029 1726888208.76168: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888208.76196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888208.76225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888208.76249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888208.76264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfba4740> <<< 138029 1726888208.76279: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888208.76297: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.76317: 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 0x7f56dfba5e50> <<< 138029 1726888208.76326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888208.76345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888208.76373: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888208.76384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888208.76386: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfba6cf0> <<< 138029 1726888208.76425: 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 0x7f56dfba7320> <<< 138029 1726888208.76429: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfba6240> <<< 138029 1726888208.76459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888208.76467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888208.76507: 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 0x7f56dfba7da0> <<< 138029 1726888208.76527: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfba74d0> <<< 138029 1726888208.76569: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb8e570> <<< 138029 1726888208.76593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888208.76617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888208.76646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888208.76658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888208.76691: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.76698: 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 0x7f56df89bc80> <<< 138029 1726888208.76733: 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' <<< 138029 1726888208.76757: 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 0x7f56df8c47a0> <<< 138029 1726888208.76771: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df8c4500> <<< 138029 1726888208.76782: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.76788: 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 0x7f56df8c4740> <<< 138029 1726888208.76827: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888208.76846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888208.76893: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.77038: 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 0x7f56df8c50a0> <<< 138029 1726888208.77191: 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 0x7f56df8c5a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df8c4950> <<< 138029 1726888208.77225: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df899e20> <<< 138029 1726888208.77243: 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' <<< 138029 1726888208.77293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888208.77325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df8c6e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df8c58e0> <<< 138029 1726888208.77354: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb8ec60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888208.77432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.77443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888208.77474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888208.77502: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df8f3140> <<< 138029 1726888208.77560: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888208.77597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.77601: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888208.77630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888208.77662: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df91b4a0> <<< 138029 1726888208.77676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888208.77720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888208.77783: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888208.77843: 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 0x7f56df974260> <<< 138029 1726888208.77864: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888208.77882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888208.77895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888208.77934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888208.77997: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df9769c0> <<< 138029 1726888208.78078: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df974380> <<< 138029 1726888208.78111: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df941280> <<< 138029 1726888208.78134: 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' <<< 138029 1726888208.78139: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df77d370> <<< 138029 1726888208.78169: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df91a2a0> <<< 138029 1726888208.78171: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df8c7d40> <<< 138029 1726888208.78503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888208.78516: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f56df91a8a0> <<< 138029 1726888208.78845: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_vlfn_sx6/ansible_setup_payload.zip' <<< 138029 1726888208.78858: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.78975: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.79003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888208.79016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888208.79053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888208.79128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888208.79167: 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 0x7f56df7e7020> import '_typing' # <<< 138029 1726888208.79346: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df7c5f10> <<< 138029 1726888208.79365: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df7c50a0> # zipimport: zlib available <<< 138029 1726888208.79383: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888208.79400: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.79415: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.79435: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.79444: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888208.79471: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.80854: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.81957: 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 0x7f56df7e4ec0> <<< 138029 1726888208.81987: 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' <<< 138029 1726888208.82014: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888208.82022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888208.82045: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888208.82054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888208.82082: 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 0x7f56df816ab0> <<< 138029 1726888208.82117: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df816840> <<< 138029 1726888208.82150: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df816150> <<< 138029 1726888208.82175: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888208.82183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888208.82221: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df8168d0> <<< 138029 1726888208.82236: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df7e7a40> <<< 138029 1726888208.82241: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888208.82264: 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 0x7f56df817800> <<< 138029 1726888208.82295: 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 0x7f56df817a40> <<< 138029 1726888208.82321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888208.82358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888208.82377: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888208.82418: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df817f80> <<< 138029 1726888208.82433: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888208.82450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888208.82478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888208.82516: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df129c40> <<< 138029 1726888208.82548: 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 0x7f56df12b8f0> <<< 138029 1726888208.82597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888208.82600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888208.82647: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df12c2c0> <<< 138029 1726888208.82650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888208.82694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888208.82709: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df12d460> <<< 138029 1726888208.82720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888208.82782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888208.82793: 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' <<< 138029 1726888208.82861: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df12ff20> <<< 138029 1726888208.82895: 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 0x7f56df7e7ad0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df12e1e0> <<< 138029 1726888208.82927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888208.82952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888208.82975: 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' <<< 138029 1726888208.83003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888208.83129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888208.83134: 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' <<< 138029 1726888208.83151: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df137f20> import '_tokenize' # <<< 138029 1726888208.83307: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df1369f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df136750> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888208.83330: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df136cc0> <<< 138029 1726888208.83357: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df12e6f0> <<< 138029 1726888208.83382: 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 0x7f56df17c140> <<< 138029 1726888208.83402: 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 0x7f56df17c380> <<< 138029 1726888208.83420: 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 <<< 138029 1726888208.83437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888208.83453: 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' <<< 138029 1726888208.83493: 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 0x7f56df17ddf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df17dbb0> <<< 138029 1726888208.83524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888208.83548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888208.83598: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.83601: 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 0x7f56df1802f0> <<< 138029 1726888208.83609: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df17e4b0> <<< 138029 1726888208.83630: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888208.83673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.83685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888208.83701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888208.83706: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888208.83757: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df183ad0> <<< 138029 1726888208.83873: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df1804a0> <<< 138029 1726888208.83937: 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 0x7f56df184dd0> <<< 138029 1726888208.83971: 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 0x7f56df184c80> <<< 138029 1726888208.84011: 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 0x7f56df184f20> <<< 138029 1726888208.84019: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df17c560> <<< 138029 1726888208.84046: 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 <<< 138029 1726888208.84051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888208.84080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888208.84090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888208.84122: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.84143: 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 0x7f56df010470> <<< 138029 1726888208.84295: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.84305: 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 0x7f56df011700> <<< 138029 1726888208.84308: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df186c30> <<< 138029 1726888208.84343: 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 0x7f56df187f80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df186810> <<< 138029 1726888208.84379: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.84390: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.84402: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888208.84412: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.84496: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.84583: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.84598: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.84610: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888208.84637: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.84645: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.84648: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888208.84654: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.84776: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.84894: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.85422: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.85948: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888208.85972: 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' # <<< 138029 1726888208.85992: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888208.86018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.86059: 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 0x7f56df0159a0> <<< 138029 1726888208.86137: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888208.86146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888208.86167: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df016750> <<< 138029 1726888208.86170: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df011550> <<< 138029 1726888208.86229: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888208.86261: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.86269: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888208.86284: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.86424: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.86604: 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' <<< 138029 1726888208.86608: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df016780> # zipimport: zlib available <<< 138029 1726888208.87072: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.87503: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.87577: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.87652: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888208.87667: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.87699: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.87740: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888208.87763: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.87827: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.87903: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888208.87932: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.87960: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888208.88001: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.88050: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888208.88053: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.88282: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.88509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888208.88581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888208.88585: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888208.88645: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df017b00> <<< 138029 1726888208.88659: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.88730: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.88809: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888208.88813: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888208.88843: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 138029 1726888208.88890: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.88940: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888208.89002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.89028: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.89097: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.89150: 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 <<< 138029 1726888208.89192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888208.89270: 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 0x7f56df0223f0> <<< 138029 1726888208.89311: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df01dd30> <<< 138029 1726888208.89363: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888208.89369: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.89414: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.89479: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.89511: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.89589: 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' <<< 138029 1726888208.89594: 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' <<< 138029 1726888208.89639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888208.89685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888208.89703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888208.89711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888208.89765: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df10ac30> <<< 138029 1726888208.89803: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df1fe900> <<< 138029 1726888208.89887: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df022480> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df011b50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888208.89899: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.89931: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.89963: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888208.90024: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888208.90050: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.90063: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888208.90084: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.90132: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.90193: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.90219: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.90235: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.90285: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.90323: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.90364: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.90411: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 138029 1726888208.90441: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.90488: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.90551: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.90574: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.90614: 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 <<< 138029 1726888208.90670: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 138029 1726888208.90705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888208.90763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888208.90778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888208.90829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888208.90853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888208.90862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888208.90892: 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 0x7f56ded0aa80> <<< 138029 1726888208.90922: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56ded09eb0> <<< 138029 1726888208.90989: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56ded088c0> <<< 138029 1726888208.91207: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df0b2ba0> <<< 138029 1726888208.91275: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df0b0b30> <<< 138029 1726888208.91287: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 138029 1726888208.91297: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.91475: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.91649: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.91686: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.91752: 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' <<< 138029 1726888208.91780: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 138029 1726888208.91790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 138029 1726888208.91803: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 138029 1726888208.91816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 138029 1726888208.91837: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df09c110> <<< 138029 1726888208.91861: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 138029 1726888208.91884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 138029 1726888208.91908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888208.91953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888208.91987: 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' <<< 138029 1726888208.92038: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56ded54da0> <<< 138029 1726888208.92042: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.92063: 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 0x7f56ded550a0> <<< 138029 1726888208.92090: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56ded48800> <<< 138029 1726888208.92116: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56ded1bb60> <<< 138029 1726888208.92151: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df0b1c40> <<< 138029 1726888208.92162: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df0b1070> <<< 138029 1726888208.92173: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 138029 1726888208.92202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 138029 1726888208.92220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 138029 1726888208.92237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 138029 1726888208.92252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 138029 1726888208.92273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 138029 1726888208.92306: 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 0x7f56ded57c20> <<< 138029 1726888208.92313: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56ded57500> <<< 138029 1726888208.92334: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.92348: 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 0x7f56ded576b0> <<< 138029 1726888208.92352: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56ded56990> <<< 138029 1726888208.92377: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 138029 1726888208.92394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 138029 1726888208.92415: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56ded57d70> <<< 138029 1726888208.92430: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 138029 1726888208.92478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888208.92511: 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 0x7f56deb7a960> <<< 138029 1726888208.92540: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56deb78950> <<< 138029 1726888208.92577: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df0b1190> <<< 138029 1726888208.92583: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 138029 1726888208.92600: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.92623: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 138029 1726888208.92643: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.92700: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.92763: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 138029 1726888208.92769: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.92820: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.92869: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 138029 1726888208.92893: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.92905: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.92913: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 138029 1726888208.92919: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.92961: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.92982: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 138029 1726888208.93002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.93049: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.93102: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 138029 1726888208.93105: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.93154: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.93206: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 138029 1726888208.93208: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.93265: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.93325: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.93382: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.93444: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 138029 1726888208.93459: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 138029 1726888208.93962: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.94385: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 138029 1726888208.94391: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.94449: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.94510: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.94557: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.94598: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 138029 1726888208.94646: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.94680: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 138029 1726888208.94724: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.94782: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 138029 1726888208.94807: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.94853: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.94870: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available <<< 138029 1726888208.94897: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.94932: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 138029 1726888208.94944: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.95014: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.95112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888208.95134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56deb7b320> <<< 138029 1726888208.95159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888208.95188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888208.95316: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56deb7bf20> import 'ansible.module_utils.facts.system.local' # <<< 138029 1726888208.95322: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.95384: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.95450: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 138029 1726888208.95477: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.95545: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.95640: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 138029 1726888208.95644: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.95722: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.95790: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 138029 1726888208.95815: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.95850: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.95896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888208.95937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888208.96010: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.96071: 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 0x7f56debb7020> <<< 138029 1726888208.96265: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56deba3d40> <<< 138029 1726888208.96279: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 138029 1726888208.96328: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.96384: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 138029 1726888208.96387: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.96482: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.96571: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.96682: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.96845: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888208.96852: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 138029 1726888208.96856: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.96896: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.96935: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 138029 1726888208.96946: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.96974: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.97025: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 138029 1726888208.97039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 138029 1726888208.97061: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888208.97089: 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 0x7f56debce9f0> <<< 138029 1726888208.97092: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56deba3590> import 'ansible.module_utils.facts.system.user' # <<< 138029 1726888208.97097: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.97142: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 138029 1726888208.97189: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.97219: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 138029 1726888208.97223: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.97387: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.97540: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 138029 1726888208.97547: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.97643: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.97746: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.97786: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.97827: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 138029 1726888208.97832: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 138029 1726888208.97860: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.97873: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.97895: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.98033: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.98188: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 138029 1726888208.98192: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 138029 1726888208.98312: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.98435: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 138029 1726888208.98438: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.98489: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.98533: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.99068: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.99564: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 138029 1726888208.99574: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 138029 1726888208.99590: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.99689: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.99796: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 138029 1726888208.99803: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.99894: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888208.99996: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 138029 1726888209.00002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.00160: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.00309: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 138029 1726888209.00322: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.00344: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.00372: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 138029 1726888209.00375: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.00403: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.00449: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 138029 1726888209.00472: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.00562: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.00653: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.00850: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.01057: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 138029 1726888209.01075: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.01112: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.01151: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 138029 1726888209.01155: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.01190: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.01214: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 138029 1726888209.01221: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.01292: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.01378: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 138029 1726888209.01403: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.01406: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.01437: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 138029 1726888209.01439: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.01490: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.01548: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 138029 1726888209.01558: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.01619: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.01681: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 138029 1726888209.01685: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.01945: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.02199: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 138029 1726888209.02203: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.02271: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.02324: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 138029 1726888209.02338: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.02373: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.02405: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 138029 1726888209.02419: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.02465: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.02501: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 138029 1726888209.02528: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.02575: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 138029 1726888209.02588: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.02674: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.02737: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 138029 1726888209.02778: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 138029 1726888209.02795: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.02831: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.02881: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 138029 1726888209.02886: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.02907: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.02931: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.02979: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.03028: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.03095: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.03183: 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' # <<< 138029 1726888209.03198: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.03239: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.03292: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 138029 1726888209.03297: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.03491: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.03690: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 138029 1726888209.03695: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.03738: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.03789: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 138029 1726888209.03843: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.03893: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 138029 1726888209.03901: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.03982: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.04064: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 138029 1726888209.04079: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 138029 1726888209.04084: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.04168: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.04262: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 138029 1726888209.04347: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.04795: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 138029 1726888209.04817: 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 <<< 138029 1726888209.04838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 138029 1726888209.04881: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888209.04884: 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 0x7f56dec3e780> <<< 138029 1726888209.04899: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56debf50a0> <<< 138029 1726888209.04937: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56debf77d0> <<< 138029 1726888209.20534: 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 0x7f56dec3e180> <<< 138029 1726888209.20538: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 138029 1726888209.20575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 138029 1726888209.20578: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dec3ee10> <<< 138029 1726888209.20649: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 138029 1726888209.20652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888209.20707: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py <<< 138029 1726888209.20710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888209.20712: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dec4d5e0> <<< 138029 1726888209.20714: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dec4d0a0> <<< 138029 1726888209.20936: 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 <<< 138029 1726888209.45120: stdout chunk (state=3): >>> {"ansible_facts": {"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_is_chroot": false, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-mtjxrtfnkyrkgsxprtbntsxjyminaeaa ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888208.578583-144650-54136250395336/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_loadavg": {"1m": 3.23046875, "5m": 2.1689453125, "15m": 1.3291015625}, "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-13-126.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-126", "ansible_nodename": "ip-10-31-13-126.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": "ec2c1e05607ea8c677cfede1e7717817", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgaXbXgtqkUKAAhPMnt5dXmeUF7nJ02ARiRKfwKQTJzeTwr1MfTYI8NRIWwMPZAZ0wAGu00OqnG/T5qCwRWVOzX6zjFSMAdPNRNgOeMk6EXH+Q4DlLpEe9KpYwVV8ko3AJnWqGNTXGPTf1X2mk1qXY6cNHSjWeBOjG5pHe7KDnpuurK0vK6lws1a7tYCWgX2pHS/4fGny8/zHBe7TPMZloAWWauADgOJh7ylUVyLB/t2mC+SN9196Lgo/YOcjlN1o3q99delRQRDjOu+lEPbpOjr68SsXxFhdC4Bdv4wI3L59QXcTthm1YQqv58+Z6drTBXggQ2vYRl0wTe1bm8yUFoTW/MyWu/RgQpEx6BROKqdJ2Sk4/wIs9iaAVkIXuL3AqeRH+yKnX61BD8KUAcmpvKY2qRWeAQeLAXgErnSIOx4uCnwhpa1KdotAyoSIwqQLXxUnIABjJTAiu524S34IL5KzSaHDwVK8Nb6rCxJ1nOQHrOxESdktMBEI/e38rCM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMj7VGFHxH15xJGRbPiNxWM9Lgtpv9mtP3FNQfDKJ9Y//zNvmlepo0juzrtKs7BLDxcCHjy9ABXXOjmShXf+W1Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDvAJIl5WBr3mku08nEoMcB4Ke1m66lfx9q041INn0pS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_lsb": {}, "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fips": false, "ansible_fibre_channel_wwn": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "10", "second": "09", "epoch": "1726888209", "epoch_int": "1726888209", "date": "2024-09-20", "time": "23:10:09", "iso8601_micro": "2024-09-21T03:10:09.059358Z", "iso8601": "2024-09-21T03:10:09Z", "iso8601_basic": "20240920T231009059358", "iso8601_basic_short":<<< 138029 1726888209.45145: stdout chunk (state=3): >>> "20240920T231009", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_local": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_pkg_mgr": "dnf", "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_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": 106, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3425, "free": 106}, "nocache": {"free": 3231, "used": 300}, "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": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_uuid": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405361863860d5e48418be83fcaa", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e62d59e3c9874d249d42dc8ab", "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-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058a363ffc6f08416ab8803273f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058b79867c9b8145889bafb2719", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405d1e5ed45e3fc4db1bfbf9dc53", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014056e624c619c4a462480b612020", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140542bdc97f3b374faf97ca93f63", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140524f7725488c5405781ded0670", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014057cb70d4b5d0e4c9395f78773e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sdb": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "sda": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "sdc": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "sdd": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "sde": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "sdf": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "sdg": ["sc<<< 138029 1726888209.45182: stdout chunk (state=3): >>>si-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "sdh": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "sdi": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 3653, "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": 249639157760, "block_size": 4096, "block_total": 65519099, "block_available": 60947060, "block_used": 4572039, "inode_total": 131070960, "inode_available": 131027009, "inode_used": 43951, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_service_mgr": "systemd", "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:f5:b8:cd:77", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:f5ff:feb8:cd77", "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.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:f5:b8:cd:77", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.126"], "ansible_all_ipv6_addresses": ["fe80::8ff:f5ff:feb8:cd77"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.13.126", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:f5ff:feb8:cd77"]}, "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"}}} <<< 138029 1726888209.45677: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888209.45711: 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 <<< 138029 1726888209.45776: 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 # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 <<< 138029 1726888209.45800: 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 <<< 138029 1726888209.45815: 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 <<< 138029 1726888209.45878: 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 # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_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 # cleanu<<< 138029 1726888209.45912: stdout chunk (state=3): >>>p[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 <<< 138029 1726888209.45952: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # 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.<<< 138029 1726888209.45975: stdout chunk (state=3): >>>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 <<< 138029 1726888209.46319: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888209.46323: stdout chunk (state=3): >>># destroy _bz2 <<< 138029 1726888209.46329: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888209.46340: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888209.46407: stdout chunk (state=3): >>># 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 <<< 138029 1726888209.46429: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 138029 1726888209.46442: stdout chunk (state=3): >>># destroy _locale <<< 138029 1726888209.46467: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal <<< 138029 1726888209.46478: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888209.46508: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888209.46527: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 138029 1726888209.46574: 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 <<< 138029 1726888209.46615: stdout chunk (state=3): >>># destroy _pickle <<< 138029 1726888209.46627: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction <<< 138029 1726888209.46637: stdout chunk (state=3): >>># destroy selectors <<< 138029 1726888209.46646: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 138029 1726888209.46717: stdout chunk (state=3): >>># destroy datetime # destroy subprocess # destroy base64 # destroy _ssl <<< 138029 1726888209.46721: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 138029 1726888209.46727: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy json <<< 138029 1726888209.46767: 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 <<< 138029 1726888209.46769: stdout chunk (state=3): >>># destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing <<< 138029 1726888209.46771: stdout chunk (state=3): >>># destroy array # destroy multiprocessing.dummy.connection <<< 138029 1726888209.46836: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 138029 1726888209.46843: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token <<< 138029 1726888209.46846: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 138029 1726888209.46854: 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 <<< 138029 1726888209.46872: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888209.46905: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib <<< 138029 1726888209.46926: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser <<< 138029 1726888209.46962: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888209.46971: 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 <<< 138029 1726888209.46984: 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 <<< 138029 1726888209.47009: 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 <<< 138029 1726888209.47012: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888209.47150: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888209.47158: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888209.47194: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888209.47202: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888209.47219: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888209.47245: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888209.47257: 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 <<< 138029 1726888209.47290: stdout chunk (state=3): >>># destroy _opcode <<< 138029 1726888209.47296: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888209.47324: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888209.47406: 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 <<< 138029 1726888209.47417: 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 <<< 138029 1726888209.47450: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888209.47467: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888209.47480: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re <<< 138029 1726888209.47495: stdout chunk (state=3): >>># destroy _abc # destroy itertools <<< 138029 1726888209.47513: stdout chunk (state=3): >>># destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888209.47525: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888209.48110: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888209.48151: stderr chunk (state=3): >>><<< 138029 1726888209.48157: stdout chunk (state=3): >>><<< 138029 1726888209.48336: _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 0x7f56dfd103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfcdfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfd12960> 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 0x7f56dfac0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f56dfac1fd0> 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 0x7f56dfaffe90> # /usr/lib64/python3.12/__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 0x7f56dfafff50> # /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 0x7f56dfb378c0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb37f50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb17b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb15280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfafd040> # /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 0x7f56dfb5b7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb5a3f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb16270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb58c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb8c830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfafc2c0> # /usr/lib64/python3.12/__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 0x7f56dfb8cce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb8cb90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56dfb8cf80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfafade0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f56dfb8d640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb8d310> 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 0x7f56dfb8e510> 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 0x7f56dfba4740> 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 0x7f56dfba5e50> # /usr/lib64/python3.12/__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 0x7f56dfba6cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56dfba7320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfba6240> # /usr/lib64/python3.12/__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 0x7f56dfba7da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfba74d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb8e570> # /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 0x7f56df89bc80> # /usr/lib64/python3.12/__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 0x7f56df8c47a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df8c4500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56df8c4740> # /usr/lib64/python3.12/__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 0x7f56df8c50a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56df8c5a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df8c4950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df899e20> # /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 0x7f56df8c6e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df8c58e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dfb8ec60> # /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 0x7f56df8f3140> # /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 0x7f56df91b4a0> # /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 0x7f56df974260> # /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 0x7f56df9769c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df974380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df941280> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df77d370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df91a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df8c7d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f56df91a8a0> # zipimport: found 103 names in '/tmp/ansible_setup_payload_vlfn_sx6/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 0x7f56df7e7020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df7c5f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df7c50a0> # 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 0x7f56df7e4ec0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f56df816ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df816840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df816150> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f56df8168d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df7e7a40> 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 0x7f56df817800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56df817a40> # /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 0x7f56df817f80> 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 0x7f56df129c40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56df12b8f0> # /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 0x7f56df12c2c0> # /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 0x7f56df12d460> # /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 0x7f56df12ff20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56df7e7ad0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df12e1e0> # /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 0x7f56df137f20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df1369f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df136750> # /usr/lib64/python3.12/__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 0x7f56df136cc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df12e6f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56df17c140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df17c380> # /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 0x7f56df17ddf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df17dbb0> # /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 0x7f56df1802f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df17e4b0> # /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 0x7f56df183ad0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df1804a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56df184dd0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56df184c80> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56df184f20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df17c560> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f56df010470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56df011700> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df186c30> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56df187f80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df186810> # 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 0x7f56df0159a0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f56df016750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df011550> 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 0x7f56df016780> # 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 0x7f56df017b00> # 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 0x7f56df0223f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df01dd30> 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 0x7f56df10ac30> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df1fe900> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df022480> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df011b50> # 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 0x7f56ded0aa80> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56ded09eb0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56ded088c0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df0b2ba0> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df0b0b30> 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 0x7f56df09c110> # /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 0x7f56ded54da0> # 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 0x7f56ded550a0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56ded48800> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56ded1bb60> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df0b1c40> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df0b1070> # /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 0x7f56ded57c20> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56ded57500> # 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 0x7f56ded576b0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56ded56990> # /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 0x7f56ded57d70> # /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 0x7f56deb7a960> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56deb78950> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56df0b1190> 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 0x7f56deb7b320> # /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 0x7f56deb7bf20> 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 0x7f56debb7020> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56deba3d40> 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 0x7f56debce9f0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56deba3590> 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 0x7f56dec3e780> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56debf50a0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56debf77d0> # /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 0x7f56dec3e180> # /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 0x7f56dec3ee10> # /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 0x7f56dec4d5e0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56dec4d0a0> 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_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_is_chroot": false, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-mtjxrtfnkyrkgsxprtbntsxjyminaeaa ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888208.578583-144650-54136250395336/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_loadavg": {"1m": 3.23046875, "5m": 2.1689453125, "15m": 1.3291015625}, "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-13-126.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-126", "ansible_nodename": "ip-10-31-13-126.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": "ec2c1e05607ea8c677cfede1e7717817", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgaXbXgtqkUKAAhPMnt5dXmeUF7nJ02ARiRKfwKQTJzeTwr1MfTYI8NRIWwMPZAZ0wAGu00OqnG/T5qCwRWVOzX6zjFSMAdPNRNgOeMk6EXH+Q4DlLpEe9KpYwVV8ko3AJnWqGNTXGPTf1X2mk1qXY6cNHSjWeBOjG5pHe7KDnpuurK0vK6lws1a7tYCWgX2pHS/4fGny8/zHBe7TPMZloAWWauADgOJh7ylUVyLB/t2mC+SN9196Lgo/YOcjlN1o3q99delRQRDjOu+lEPbpOjr68SsXxFhdC4Bdv4wI3L59QXcTthm1YQqv58+Z6drTBXggQ2vYRl0wTe1bm8yUFoTW/MyWu/RgQpEx6BROKqdJ2Sk4/wIs9iaAVkIXuL3AqeRH+yKnX61BD8KUAcmpvKY2qRWeAQeLAXgErnSIOx4uCnwhpa1KdotAyoSIwqQLXxUnIABjJTAiu524S34IL5KzSaHDwVK8Nb6rCxJ1nOQHrOxESdktMBEI/e38rCM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMj7VGFHxH15xJGRbPiNxWM9Lgtpv9mtP3FNQfDKJ9Y//zNvmlepo0juzrtKs7BLDxcCHjy9ABXXOjmShXf+W1Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDvAJIl5WBr3mku08nEoMcB4Ke1m66lfx9q041INn0pS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_lsb": {}, "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fips": false, "ansible_fibre_channel_wwn": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "10", "second": "09", "epoch": "1726888209", "epoch_int": "1726888209", "date": "2024-09-20", "time": "23:10:09", "iso8601_micro": "2024-09-21T03:10:09.059358Z", "iso8601": "2024-09-21T03:10:09Z", "iso8601_basic": "20240920T231009059358", "iso8601_basic_short": "20240920T231009", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_local": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_pkg_mgr": "dnf", "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_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": 106, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3425, "free": 106}, "nocache": {"free": 3231, "used": 300}, "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": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_uuid": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405361863860d5e48418be83fcaa", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e62d59e3c9874d249d42dc8ab", "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-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058a363ffc6f08416ab8803273f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058b79867c9b8145889bafb2719", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405d1e5ed45e3fc4db1bfbf9dc53", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014056e624c619c4a462480b612020", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140542bdc97f3b374faf97ca93f63", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140524f7725488c5405781ded0670", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014057cb70d4b5d0e4c9395f78773e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sdb": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "sda": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "sdc": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "sdd": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "sde": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "sdf": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "sdg": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "sdh": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "sdi": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 3653, "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": 249639157760, "block_size": 4096, "block_total": 65519099, "block_available": 60947060, "block_used": 4572039, "inode_total": 131070960, "inode_available": 131027009, "inode_used": 43951, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_service_mgr": "systemd", "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:f5:b8:cd:77", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:f5ff:feb8:cd77", "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.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:f5:b8:cd:77", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.126"], "ansible_all_ipv6_addresses": ["fe80::8ff:f5ff:feb8:cd77"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.13.126", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:f5ff:feb8:cd77"]}, "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888209.49840: 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-1726888208.578583-144650-54136250395336/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888209.49843: _low_level_execute_command(): starting 138029 1726888209.49846: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888208.578583-144650-54136250395336/ > /dev/null 2>&1 && sleep 0' 138029 1726888209.49848: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888209.49851: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888209.49853: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888209.49861: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888209.49868: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888209.49871: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888209.49873: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888209.49875: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888209.49877: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888209.49879: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888209.49881: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888209.49883: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888209.49884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888209.49887: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888209.49889: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888209.49891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888209.49893: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888209.49895: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888209.49898: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888209.49965: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888209.51778: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888209.51804: stderr chunk (state=3): >>><<< 138029 1726888209.51807: stdout chunk (state=3): >>><<< 138029 1726888209.51820: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888209.51825: handler run complete 138029 1726888209.51990: variable 'ansible_facts' from source: unknown 138029 1726888209.52059: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888209.52380: variable 'ansible_facts' from source: unknown 138029 1726888209.52444: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888209.52544: attempt loop complete, returning result 138029 1726888209.52547: _execute() done 138029 1726888209.52550: dumping result to json 138029 1726888209.52584: done dumping result, returning 138029 1726888209.52592: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-5a58-73a2-00000000277a] 138029 1726888209.52596: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000277a ok: [managed_node3] 138029 1726888209.53309: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000277a 138029 1726888209.53312: WORKER PROCESS EXITING 138029 1726888209.53322: no more pending results, returning what we have 138029 1726888209.53324: results queue empty 138029 1726888209.53325: checking for any_errors_fatal 138029 1726888209.53330: done checking for any_errors_fatal 138029 1726888209.53330: checking for max_fail_percentage 138029 1726888209.53331: done checking for max_fail_percentage 138029 1726888209.53332: checking to see if all hosts have failed and the running result is not ok 138029 1726888209.53332: done checking to see if all hosts have failed 138029 1726888209.53333: getting the remaining hosts for this loop 138029 1726888209.53334: done getting the remaining hosts for this loop 138029 1726888209.53336: getting the next task for host managed_node3 138029 1726888209.53342: done getting next task for host managed_node3 138029 1726888209.53343: ^ task is: TASK: meta (role_complete) 138029 1726888209.53345: ^ 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 138029 1726888209.53366: getting variables 138029 1726888209.53368: in VariableManager get_vars() 138029 1726888209.53394: Calling all_inventory to load vars for managed_node3 138029 1726888209.53396: Calling groups_inventory to load vars for managed_node3 138029 1726888209.53398: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888209.53404: Calling all_plugins_play to load vars for managed_node3 138029 1726888209.53406: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888209.53408: Calling groups_plugins_play to load vars for managed_node3 138029 1726888209.53756: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888209.54218: done with get_vars() 138029 1726888209.54229: done getting variables 138029 1726888209.54300: done queuing things up, now waiting for results queue to drain 138029 1726888209.54304: results queue empty 138029 1726888209.54305: checking for any_errors_fatal 138029 1726888209.54307: done checking for any_errors_fatal 138029 1726888209.54307: checking for max_fail_percentage 138029 1726888209.54308: done checking for max_fail_percentage 138029 1726888209.54308: checking to see if all hosts have failed and the running result is not ok 138029 1726888209.54309: done checking to see if all hosts have failed 138029 1726888209.54309: getting the remaining hosts for this loop 138029 1726888209.54310: done getting the remaining hosts for this loop 138029 1726888209.54311: getting the next task for host managed_node3 138029 1726888209.54314: done getting next task for host managed_node3 138029 1726888209.54316: ^ task is: TASK: Verify role results 138029 1726888209.54317: ^ 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 138029 1726888209.54319: getting variables 138029 1726888209.54319: in VariableManager get_vars() 138029 1726888209.54326: Calling all_inventory to load vars for managed_node3 138029 1726888209.54332: Calling groups_inventory to load vars for managed_node3 138029 1726888209.54335: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888209.54341: Calling all_plugins_play to load vars for managed_node3 138029 1726888209.54343: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888209.54346: Calling groups_plugins_play to load vars for managed_node3 138029 1726888209.54612: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888209.55068: done with get_vars() 138029 1726888209.55085: done getting variables TASK [Verify role results] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:116 Friday 20 September 2024 23:10:09 -0400 (0:00:01.024) 0:03:42.275 ****** 138029 1726888209.55166: entering _queue_task() for managed_node3/include_tasks 138029 1726888209.55451: worker is 1 (out of 1 available) 138029 1726888209.55471: exiting _queue_task() for managed_node3/include_tasks 138029 1726888209.55482: done queuing things up, now waiting for results queue to drain 138029 1726888209.55484: waiting for pending results... 138029 1726888209.55723: running TaskExecutor() for managed_node3/TASK: Verify role results 138029 1726888209.55769: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000000f 138029 1726888209.55779: variable 'ansible_search_path' from source: unknown 138029 1726888209.55816: calling self._execute() 138029 1726888209.55932: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888209.55936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888209.55944: variable 'omit' from source: magic vars 138029 1726888209.56072: _execute() done 138029 1726888209.56076: dumping result to json 138029 1726888209.56078: done dumping result, returning 138029 1726888209.56081: done running TaskExecutor() for managed_node3/TASK: Verify role results [0affc8a3-6f6f-5a58-73a2-00000000000f] 138029 1726888209.56083: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000000f 138029 1726888209.56245: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000000f 138029 1726888209.56248: WORKER PROCESS EXITING 138029 1726888209.56289: no more pending results, returning what we have 138029 1726888209.56293: in VariableManager get_vars() 138029 1726888209.56324: Calling all_inventory to load vars for managed_node3 138029 1726888209.56326: Calling groups_inventory to load vars for managed_node3 138029 1726888209.56328: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888209.56336: Calling all_plugins_play to load vars for managed_node3 138029 1726888209.56339: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888209.56346: Calling groups_plugins_play to load vars for managed_node3 138029 1726888209.56831: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888209.57245: done with get_vars() 138029 1726888209.57256: variable 'ansible_search_path' from source: unknown 138029 1726888209.57269: we have included files to process 138029 1726888209.57270: generating all_blocks data 138029 1726888209.57272: done generating all_blocks data 138029 1726888209.57278: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 138029 1726888209.57279: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 138029 1726888209.57280: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 138029 1726888209.57821: in VariableManager get_vars() 138029 1726888209.57833: done with get_vars() 138029 1726888209.57874: in VariableManager get_vars() 138029 1726888209.57889: done with get_vars() 138029 1726888209.57950: done processing included file 138029 1726888209.57953: iterating over new_blocks loaded from include file 138029 1726888209.57954: in VariableManager get_vars() 138029 1726888209.57976: done with get_vars() 138029 1726888209.57978: filtering new block on tags 138029 1726888209.58027: done filtering new block on tags 138029 1726888209.58028: 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_node3 138029 1726888209.58032: extending task lists for all hosts with included blocks 138029 1726888209.59238: done extending task lists 138029 1726888209.59239: done processing included files 138029 1726888209.59239: results queue empty 138029 1726888209.59240: checking for any_errors_fatal 138029 1726888209.59241: done checking for any_errors_fatal 138029 1726888209.59241: checking for max_fail_percentage 138029 1726888209.59242: done checking for max_fail_percentage 138029 1726888209.59242: checking to see if all hosts have failed and the running result is not ok 138029 1726888209.59243: done checking to see if all hosts have failed 138029 1726888209.59243: getting the remaining hosts for this loop 138029 1726888209.59244: done getting the remaining hosts for this loop 138029 1726888209.59246: getting the next task for host managed_node3 138029 1726888209.59248: done getting next task for host managed_node3 138029 1726888209.59249: ^ task is: TASK: Print out pool information 138029 1726888209.59251: ^ 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 138029 1726888209.59253: getting variables 138029 1726888209.59253: in VariableManager get_vars() 138029 1726888209.59262: Calling all_inventory to load vars for managed_node3 138029 1726888209.59264: Calling groups_inventory to load vars for managed_node3 138029 1726888209.59267: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888209.59270: Calling all_plugins_play to load vars for managed_node3 138029 1726888209.59272: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888209.59275: Calling groups_plugins_play to load vars for managed_node3 138029 1726888209.59517: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888209.59982: done with get_vars() 138029 1726888209.59991: done getting variables 138029 1726888209.60017: 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:10:09 -0400 (0:00:00.048) 0:03:42.323 ****** 138029 1726888209.60037: entering _queue_task() for managed_node3/debug 138029 1726888209.60264: worker is 1 (out of 1 available) 138029 1726888209.60280: exiting _queue_task() for managed_node3/debug 138029 1726888209.60293: done queuing things up, now waiting for results queue to drain 138029 1726888209.60294: waiting for pending results... 138029 1726888209.60475: running TaskExecutor() for managed_node3/TASK: Print out pool information 138029 1726888209.60547: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000280a 138029 1726888209.60562: variable 'ansible_search_path' from source: unknown 138029 1726888209.60591: calling self._execute() 138029 1726888209.60685: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888209.60688: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888209.60697: variable 'omit' from source: magic vars 138029 1726888209.60990: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888209.62569: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888209.62618: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888209.62645: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888209.62673: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888209.62694: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888209.62751: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888209.62774: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888209.62791: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888209.62820: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888209.62831: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888209.62918: variable '_storage_pools_list' from source: set_fact 138029 1726888209.62962: Evaluated conditional (_storage_pools_list | length > 0): True 138029 1726888209.62970: variable 'omit' from source: magic vars 138029 1726888209.62994: variable 'omit' from source: magic vars 138029 1726888209.63015: variable 'omit' from source: magic vars 138029 1726888209.63040: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888209.63062: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888209.63077: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888209.63090: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888209.63098: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888209.63111: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888209.63123: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888209.63147: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888209.63150: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888209.63153: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888209.63230: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888209.63233: Set connection var ansible_timeout to 10 138029 1726888209.63239: Set connection var ansible_pipelining to False 138029 1726888209.63242: Set connection var ansible_shell_type to sh 138029 1726888209.63246: Set connection var ansible_connection to ssh 138029 1726888209.63249: Set connection var ansible_shell_executable to /bin/sh 138029 1726888209.63273: variable 'ansible_shell_executable' from source: unknown 138029 1726888209.63276: variable 'ansible_connection' from source: unknown 138029 1726888209.63279: variable 'ansible_module_compression' from source: unknown 138029 1726888209.63281: variable 'ansible_shell_type' from source: unknown 138029 1726888209.63283: variable 'ansible_shell_executable' from source: unknown 138029 1726888209.63285: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888209.63288: variable 'ansible_pipelining' from source: unknown 138029 1726888209.63290: variable 'ansible_timeout' from source: unknown 138029 1726888209.63294: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888209.63372: 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) 138029 1726888209.63375: variable 'omit' from source: magic vars 138029 1726888209.63381: starting attempt loop 138029 1726888209.63384: running the handler 138029 1726888209.63419: variable '_storage_pools_list' from source: set_fact 138029 1726888209.63477: variable '_storage_pools_list' from source: set_fact 138029 1726888209.63780: handler run complete 138029 1726888209.63822: attempt loop complete, returning result 138029 1726888209.63825: _execute() done 138029 1726888209.63827: dumping result to json 138029 1726888209.63836: done dumping result, returning 138029 1726888209.63842: done running TaskExecutor() for managed_node3/TASK: Print out pool information [0affc8a3-6f6f-5a58-73a2-00000000280a] 138029 1726888209.63847: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000280a ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "UUID=ac246704-920b-4020-af6e-f443534e195b", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_mount_id": "UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24", "_raw_device": "/dev/mapper/vg1-Lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2", "_raw_device": "/dev/mapper/vg1-Lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } 138029 1726888209.64168: no more pending results, returning what we have 138029 1726888209.64172: results queue empty 138029 1726888209.64173: checking for any_errors_fatal 138029 1726888209.64174: done checking for any_errors_fatal 138029 1726888209.64175: checking for max_fail_percentage 138029 1726888209.64176: done checking for max_fail_percentage 138029 1726888209.64177: checking to see if all hosts have failed and the running result is not ok 138029 1726888209.64177: done checking to see if all hosts have failed 138029 1726888209.64178: getting the remaining hosts for this loop 138029 1726888209.64179: done getting the remaining hosts for this loop 138029 1726888209.64183: getting the next task for host managed_node3 138029 1726888209.64187: done getting next task for host managed_node3 138029 1726888209.64189: ^ task is: TASK: Print out volume information 138029 1726888209.64192: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888209.64195: getting variables 138029 1726888209.64196: in VariableManager get_vars() 138029 1726888209.64224: Calling all_inventory to load vars for managed_node3 138029 1726888209.64226: Calling groups_inventory to load vars for managed_node3 138029 1726888209.64228: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888209.64235: Calling all_plugins_play to load vars for managed_node3 138029 1726888209.64237: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888209.64240: Calling groups_plugins_play to load vars for managed_node3 138029 1726888209.64579: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000280a 138029 1726888209.64582: WORKER PROCESS EXITING 138029 1726888209.64592: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888209.64934: done with get_vars() 138029 1726888209.64945: done getting variables 138029 1726888209.64987: 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:10:09 -0400 (0:00:00.049) 0:03:42.373 ****** 138029 1726888209.65007: entering _queue_task() for managed_node3/debug 138029 1726888209.65220: worker is 1 (out of 1 available) 138029 1726888209.65235: exiting _queue_task() for managed_node3/debug 138029 1726888209.65246: done queuing things up, now waiting for results queue to drain 138029 1726888209.65247: waiting for pending results... 138029 1726888209.65428: running TaskExecutor() for managed_node3/TASK: Print out volume information 138029 1726888209.65510: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000280b 138029 1726888209.65523: variable 'ansible_search_path' from source: unknown 138029 1726888209.65550: calling self._execute() 138029 1726888209.65643: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888209.65647: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888209.65657: variable 'omit' from source: magic vars 138029 1726888209.65943: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888209.67464: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888209.67508: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888209.67536: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888209.67563: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888209.67583: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888209.67637: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888209.67660: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888209.67680: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888209.67706: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888209.67717: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888209.67805: variable '_storage_volumes_list' from source: set_fact 138029 1726888209.67817: Evaluated conditional (_storage_volumes_list | length > 0): False 138029 1726888209.67820: when evaluation is False, skipping this task 138029 1726888209.67823: _execute() done 138029 1726888209.67825: dumping result to json 138029 1726888209.67828: done dumping result, returning 138029 1726888209.67834: done running TaskExecutor() for managed_node3/TASK: Print out volume information [0affc8a3-6f6f-5a58-73a2-00000000280b] 138029 1726888209.67840: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000280b 138029 1726888209.67925: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000280b 138029 1726888209.67928: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "_storage_volumes_list | length > 0" } 138029 1726888209.67975: no more pending results, returning what we have 138029 1726888209.67979: results queue empty 138029 1726888209.67980: checking for any_errors_fatal 138029 1726888209.68008: done checking for any_errors_fatal 138029 1726888209.68009: checking for max_fail_percentage 138029 1726888209.68010: done checking for max_fail_percentage 138029 1726888209.68011: checking to see if all hosts have failed and the running result is not ok 138029 1726888209.68012: done checking to see if all hosts have failed 138029 1726888209.68013: getting the remaining hosts for this loop 138029 1726888209.68014: done getting the remaining hosts for this loop 138029 1726888209.68018: getting the next task for host managed_node3 138029 1726888209.68023: done getting next task for host managed_node3 138029 1726888209.68026: ^ task is: TASK: Collect info about the volumes. 138029 1726888209.68028: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888209.68032: getting variables 138029 1726888209.68033: in VariableManager get_vars() 138029 1726888209.68073: Calling all_inventory to load vars for managed_node3 138029 1726888209.68077: Calling groups_inventory to load vars for managed_node3 138029 1726888209.68080: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888209.68088: Calling all_plugins_play to load vars for managed_node3 138029 1726888209.68091: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888209.68093: Calling groups_plugins_play to load vars for managed_node3 138029 1726888209.68441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888209.68786: done with get_vars() 138029 1726888209.68797: 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:10:09 -0400 (0:00:00.038) 0:03:42.412 ****** 138029 1726888209.68852: entering _queue_task() for managed_node3/fedora.linux_system_roles.blockdev_info 138029 1726888209.69070: worker is 1 (out of 1 available) 138029 1726888209.69085: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blockdev_info 138029 1726888209.69096: done queuing things up, now waiting for results queue to drain 138029 1726888209.69098: waiting for pending results... 138029 1726888209.69282: running TaskExecutor() for managed_node3/TASK: Collect info about the volumes. 138029 1726888209.69353: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000280c 138029 1726888209.69370: variable 'ansible_search_path' from source: unknown 138029 1726888209.69395: calling self._execute() 138029 1726888209.69487: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888209.69491: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888209.69499: variable 'omit' from source: magic vars 138029 1726888209.69584: variable 'omit' from source: magic vars 138029 1726888209.69612: variable 'omit' from source: magic vars 138029 1726888209.69634: variable 'omit' from source: magic vars 138029 1726888209.69671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888209.69699: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888209.69715: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888209.69730: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888209.69739: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888209.69752: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888209.69771: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888209.69795: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888209.69798: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888209.69800: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888209.69884: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888209.69888: Set connection var ansible_timeout to 10 138029 1726888209.69893: Set connection var ansible_pipelining to False 138029 1726888209.69896: Set connection var ansible_shell_type to sh 138029 1726888209.69898: Set connection var ansible_connection to ssh 138029 1726888209.69903: Set connection var ansible_shell_executable to /bin/sh 138029 1726888209.69923: variable 'ansible_shell_executable' from source: unknown 138029 1726888209.69926: variable 'ansible_connection' from source: unknown 138029 1726888209.69929: variable 'ansible_module_compression' from source: unknown 138029 1726888209.69931: variable 'ansible_shell_type' from source: unknown 138029 1726888209.69934: variable 'ansible_shell_executable' from source: unknown 138029 1726888209.69936: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888209.69939: variable 'ansible_pipelining' from source: unknown 138029 1726888209.69943: variable 'ansible_timeout' from source: unknown 138029 1726888209.69947: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888209.70085: 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) 138029 1726888209.70097: variable 'omit' from source: magic vars 138029 1726888209.70100: starting attempt loop 138029 1726888209.70103: running the handler 138029 1726888209.70112: _low_level_execute_command(): starting 138029 1726888209.70120: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888209.70629: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888209.70635: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888209.70638: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888209.70698: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888209.70701: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888209.70703: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888209.70763: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888209.72435: stdout chunk (state=3): >>>/root <<< 138029 1726888209.72534: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888209.72561: stderr chunk (state=3): >>><<< 138029 1726888209.72564: stdout chunk (state=3): >>><<< 138029 1726888209.72594: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888209.72606: _low_level_execute_command(): starting 138029 1726888209.72611: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888209.725924-144687-257876304921034 `" && echo ansible-tmp-1726888209.725924-144687-257876304921034="` echo /root/.ansible/tmp/ansible-tmp-1726888209.725924-144687-257876304921034 `" ) && sleep 0' 138029 1726888209.73036: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888209.73039: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888209.73042: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888209.73051: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888209.73094: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888209.73101: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888209.73103: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888209.73150: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888209.75161: stdout chunk (state=3): >>>ansible-tmp-1726888209.725924-144687-257876304921034=/root/.ansible/tmp/ansible-tmp-1726888209.725924-144687-257876304921034 <<< 138029 1726888209.75269: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888209.75296: stderr chunk (state=3): >>><<< 138029 1726888209.75300: stdout chunk (state=3): >>><<< 138029 1726888209.75313: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888209.725924-144687-257876304921034=/root/.ansible/tmp/ansible-tmp-1726888209.725924-144687-257876304921034 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888209.75352: variable 'ansible_module_compression' from source: unknown 138029 1726888209.75390: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blockdev_info-ZIP_DEFLATED 138029 1726888209.75421: variable 'ansible_facts' from source: unknown 138029 1726888209.75482: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888209.725924-144687-257876304921034/AnsiballZ_blockdev_info.py 138029 1726888209.75574: Sending initial data 138029 1726888209.75578: Sent initial data (163 bytes) 138029 1726888209.76006: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888209.76009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888209.76011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888209.76014: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888209.76016: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888209.76068: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888209.76074: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888209.76122: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888209.77714: 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 <<< 138029 1726888209.77718: 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 <<< 138029 1726888209.77760: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888209.77805: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpnr953cmw /root/.ansible/tmp/ansible-tmp-1726888209.725924-144687-257876304921034/AnsiballZ_blockdev_info.py <<< 138029 1726888209.77809: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888209.725924-144687-257876304921034/AnsiballZ_blockdev_info.py" <<< 138029 1726888209.77859: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpnr953cmw" to remote "/root/.ansible/tmp/ansible-tmp-1726888209.725924-144687-257876304921034/AnsiballZ_blockdev_info.py" <<< 138029 1726888209.77862: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888209.725924-144687-257876304921034/AnsiballZ_blockdev_info.py" <<< 138029 1726888209.78394: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888209.78431: stderr chunk (state=3): >>><<< 138029 1726888209.78434: stdout chunk (state=3): >>><<< 138029 1726888209.78450: done transferring module to remote 138029 1726888209.78463: _low_level_execute_command(): starting 138029 1726888209.78466: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888209.725924-144687-257876304921034/ /root/.ansible/tmp/ansible-tmp-1726888209.725924-144687-257876304921034/AnsiballZ_blockdev_info.py && sleep 0' 138029 1726888209.78881: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888209.78884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888209.78887: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888209.78889: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888209.78927: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888209.78943: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888209.78991: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888209.80799: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888209.80821: stderr chunk (state=3): >>><<< 138029 1726888209.80824: stdout chunk (state=3): >>><<< 138029 1726888209.80836: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888209.80839: _low_level_execute_command(): starting 138029 1726888209.80843: _low_level_execute_command(): using become for this command 138029 1726888209.80853: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ukmcsrxdtgkgcxfpfvzbpsabjzmcyobv ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888209.725924-144687-257876304921034/AnsiballZ_blockdev_info.py'"'"' && sleep 0' 138029 1726888209.80933: Initial state: awaiting_escalation: BECOME-SUCCESS-ukmcsrxdtgkgcxfpfvzbpsabjzmcyobv 138029 1726888209.81312: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888209.81316: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888209.81335: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888209.81354: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888209.81407: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888209.84776: stdout chunk (state=1): >>>BECOME-SUCCESS-ukmcsrxdtgkgcxfpfvzbpsabjzmcyobv <<< 138029 1726888209.84780: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ukmcsrxdtgkgcxfpfvzbpsabjzmcyobv' 138029 1726888209.84805: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888209.84843: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888209.84870: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888209.84887: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888209.84941: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888209.84964: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888209.84984: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888209.85022: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888209.85041: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888209.85059: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888209.85099: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888209.85137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 138029 1726888209.85199: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888209.85334: 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 0x7f09adfbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adf8ba10> <<< 138029 1726888209.85352: 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 0x7f09adfbe930> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 138029 1726888209.85381: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888209.85481: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888209.85509: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888209.85527: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # <<< 138029 1726888209.85541: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888209.85644: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888209.85648: 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 <<< 138029 1726888209.85659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888209.85662: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adfccfe0> <<< 138029 1726888209.85706: 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' <<< 138029 1726888209.85764: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adfcdfd0> <<< 138029 1726888209.85772: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888209.85789: 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. <<< 138029 1726888209.86003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888209.86019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888209.86042: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888209.86059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888209.86072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888209.86119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888209.86133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888209.86167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888209.86171: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09addb3da0> <<< 138029 1726888209.86198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888209.86212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888209.86237: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888209.86240: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09addb3fe0> <<< 138029 1726888209.86270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888209.86288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888209.86318: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888209.86362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888209.86384: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888209.86420: 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' <<< 138029 1726888209.86436: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adde3740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888209.86447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888209.86454: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adde3dd0> <<< 138029 1726888209.86467: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888209.86517: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09addc3a70> <<< 138029 1726888209.86520: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888209.86562: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09addc1190> <<< 138029 1726888209.86646: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09addb0f50> <<< 138029 1726888209.86678: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888209.86689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888209.86705: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888209.86728: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888209.86758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888209.86775: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888209.86787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888209.86818: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade07680> <<< 138029 1726888209.86832: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade062a0> <<< 138029 1726888209.86858: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888209.86872: 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 0x7f09addc2060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09addb2810> <<< 138029 1726888209.86919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888209.86932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade38680> <<< 138029 1726888209.86940: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09addb01d0> <<< 138029 1726888209.86965: 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' <<< 138029 1726888209.87001: 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 0x7f09ade38b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade389e0> <<< 138029 1726888209.87038: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888209.87041: 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 0x7f09ade38da0> <<< 138029 1726888209.87057: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adda6cf0> <<< 138029 1726888209.87098: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888209.87101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888209.87106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888209.87141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888209.87148: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade39460> <<< 138029 1726888209.87173: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade39130> <<< 138029 1726888209.87177: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888209.87205: 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' <<< 138029 1726888209.87213: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade3a360> <<< 138029 1726888209.87237: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888209.87241: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888209.87271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888209.87301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888209.87323: 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 0x7f09ade50560> <<< 138029 1726888209.87350: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888209.87391: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888209.87394: 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 0x7f09ade51c10> <<< 138029 1726888209.87400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888209.87423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888209.87436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888209.87457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade52ab0> <<< 138029 1726888209.87511: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888209.87551: 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 0x7f09ade53110> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade52000> <<< 138029 1726888209.87554: 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' <<< 138029 1726888209.87599: 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' <<< 138029 1726888209.87616: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f09ade53b90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade532c0> <<< 138029 1726888209.87686: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade3a2d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888209.87781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888209.87824: 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 0x7f09adbdbb00> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888209.87844: 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 0x7f09adc08530> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adc082c0> <<< 138029 1726888209.87877: 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 0x7f09adc08560> <<< 138029 1726888209.87908: 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' <<< 138029 1726888209.87970: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888209.88137: 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 0x7f09adc08e60> <<< 138029 1726888209.88235: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888209.88270: 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 0x7f09adc097c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adc08740> <<< 138029 1726888209.88343: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adbd9ca0> # /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' <<< 138029 1726888209.88373: 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 0x7f09adc0abd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adc09910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade3aa80> <<< 138029 1726888209.88399: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888209.88464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888209.88487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888209.88525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888209.88548: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adc32f30> <<< 138029 1726888209.88602: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888209.88615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888209.88638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888209.88660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888209.88696: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adc5b2f0> <<< 138029 1726888209.88722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888209.88769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888209.88822: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888209.88839: 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 0x7f09adcb4110> <<< 138029 1726888209.88867: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888209.88905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888209.88918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888209.88954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888209.89043: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adcb6870> <<< 138029 1726888209.89115: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adcb4230> <<< 138029 1726888209.89153: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adc5bf80> <<< 138029 1726888209.89175: 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' <<< 138029 1726888209.89202: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad529220> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adc5a0f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adc0bb00> <<< 138029 1726888209.89488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 138029 1726888209.89525: stdout chunk (state=3): >>> <<< 138029 1726888209.89536: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f09adc5a450> <<< 138029 1726888209.89788: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_yb6wmg20/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' <<< 138029 1726888209.89812: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.89868: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.89904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888209.89916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888209.89951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888209.90020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888209.90069: 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 0x7f09ad576f00> import '_typing' # <<< 138029 1726888209.90258: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad559df0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad558f50> # zipimport: zlib available <<< 138029 1726888209.90325: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888209.90329: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.90361: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888209.91751: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.92887: 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 0x7f09ad5751f0> <<< 138029 1726888209.92896: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888209.92945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888209.92954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888209.92978: 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 0x7f09ad5aa8a0> <<< 138029 1726888209.93011: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad5aa630> <<< 138029 1726888209.93044: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad5a9f40> <<< 138029 1726888209.93074: 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' <<< 138029 1726888209.93119: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad5aa390> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adf8a9c0> <<< 138029 1726888209.93147: 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' <<< 138029 1726888209.93181: 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 0x7f09ad5ab680> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f09ad5ab8c0> <<< 138029 1726888209.93204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888209.93269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 138029 1726888209.93329: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad5abdd0> <<< 138029 1726888209.93334: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888209.93375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888209.93378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888209.93403: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad415be0> <<< 138029 1726888209.93436: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888209.93476: 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 0x7f09ad417800> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888209.93499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888209.93521: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad418110> <<< 138029 1726888209.93534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888209.93586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888209.93601: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad4192b0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888209.93638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888209.93669: 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' <<< 138029 1726888209.93716: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad41bda0> <<< 138029 1726888209.93764: 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 0x7f09addc3950> <<< 138029 1726888209.93801: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad41a060> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888209.93848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888209.93851: 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' <<< 138029 1726888209.93878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888209.93921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888209.93954: 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 0x7f09ad423d70> <<< 138029 1726888209.93969: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888209.94033: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad422840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad4225a0> <<< 138029 1726888209.94063: 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' <<< 138029 1726888209.94124: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad422b10> <<< 138029 1726888209.94161: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad41a570> <<< 138029 1726888209.94209: 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 0x7f09ad467e90> <<< 138029 1726888209.94262: 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 0x7f09ad468140> <<< 138029 1726888209.94267: 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 <<< 138029 1726888209.94283: 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' <<< 138029 1726888209.94327: 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 0x7f09ad469be0> <<< 138029 1726888209.94337: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad4699a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888209.94447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888209.94515: 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 0x7f09ad46c0e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad46a240> <<< 138029 1726888209.94541: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888209.94591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888209.94614: 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' # <<< 138029 1726888209.94658: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad46f8c0> <<< 138029 1726888209.94776: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad46c290> <<< 138029 1726888209.94844: 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 0x7f09ad4706e0> <<< 138029 1726888209.94874: 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 0x7f09ad470710> <<< 138029 1726888209.94921: 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 0x7f09ad470cb0> <<< 138029 1726888209.94942: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad4682f0> <<< 138029 1726888209.94994: 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 <<< 138029 1726888209.94997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888209.95035: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888209.95062: 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 0x7f09ad4fc290> <<< 138029 1726888209.95202: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888209.95212: 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 0x7f09ad4fd280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad472a20> <<< 138029 1726888209.95236: 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 0x7f09ad473da0> <<< 138029 1726888209.95285: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad472690> # zipimport: zlib available <<< 138029 1726888209.95301: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888209.95315: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.95397: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.95484: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.95519: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888209.95539: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888209.95553: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.95672: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.95786: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.96327: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.97092: 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 0x7f09ad301370> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f09ad302240> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad4fff20> <<< 138029 1726888209.97154: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888209.97159: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.97192: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 138029 1726888209.97209: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.97346: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.97509: 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' <<< 138029 1726888209.97540: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad3021b0> # zipimport: zlib available <<< 138029 1726888209.97989: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.98438: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.98513: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.98590: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888209.98607: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.98636: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.98681: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888209.98749: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.98847: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888209.98879: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888209.98923: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.98970: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888209.98993: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.99211: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.99436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888209.99513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888209.99522: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888209.99595: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad3033e0> <<< 138029 1726888209.99612: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.99673: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.99774: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888209.99778: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888209.99799: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.99835: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.99878: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888209.99929: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888209.99974: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.00031: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.00099: 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 <<< 138029 1726888210.00140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888210.00224: 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 0x7f09ad30de80> <<< 138029 1726888210.00269: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad308da0> <<< 138029 1726888210.00310: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888210.00323: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.00371: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.00433: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.00469: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.00518: 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' <<< 138029 1726888210.00567: 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 <<< 138029 1726888210.00571: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888210.00590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888210.00648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888210.00677: 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' <<< 138029 1726888210.00732: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad5fa870> <<< 138029 1726888210.00777: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad5e6570> <<< 138029 1726888210.00872: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad30df70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad304050> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888210.00893: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.00907: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.00931: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888210.00995: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888210.01028: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.01036: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 138029 1726888210.01066: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 138029 1726888210.01120: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888210.01126: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.01156: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888210.01176: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888210.01199: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.01257: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.01392: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.02283: 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": {}}} <<< 138029 1726888210.02309: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888210.02765: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888210.02830: 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 <<< 138029 1726888210.02842: 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 # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct <<< 138029 1726888210.02966: stdout chunk (state=3): >>># cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888210.03213: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888210.03227: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888210.03231: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888210.03263: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888210.03265: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 138029 1726888210.03301: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888210.03304: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888210.03326: 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 <<< 138029 1726888210.03348: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 138029 1726888210.03367: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888210.03389: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888210.03420: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888210.03423: stdout chunk (state=3): >>># destroy array <<< 138029 1726888210.03438: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil <<< 138029 1726888210.03461: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888210.03531: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888210.03534: 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<<< 138029 1726888210.03547: 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 <<< 138029 1726888210.03585: 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 <<< 138029 1726888210.03616: stdout chunk (state=3): >>># cleanup[3] wiping re._parser <<< 138029 1726888210.03619: 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 <<< 138029 1726888210.03649: 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 <<< 138029 1726888210.03662: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888210.03785: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888210.03804: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 138029 1726888210.03832: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888210.03845: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888210.03864: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888210.03917: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888210.03920: 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 <<< 138029 1726888210.03938: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888210.04028: 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 <<< 138029 1726888210.04053: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888210.04081: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 138029 1726888210.04112: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 138029 1726888210.04129: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888210.04148: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888210.04866: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888210.04869: stdout chunk (state=3): >>><<< 138029 1726888210.04871: stderr chunk (state=3): >>><<< 138029 1726888210.04887: _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 0x7f09adfbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adf8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adfbe930> 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 0x7f09adfccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f09adfcdfd0> 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 0x7f09addb3da0> # /usr/lib64/python3.12/__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 0x7f09addb3fe0> # /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 0x7f09adde3740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adde3dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09addc3a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09addc1190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09addb0f50> # /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 0x7f09ade07680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade062a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09addc2060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09addb2810> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade38680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09addb01d0> # /usr/lib64/python3.12/__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 0x7f09ade38b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade389e0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f09ade38da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adda6cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f09ade39460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade39130> 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 0x7f09ade3a360> 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 0x7f09ade50560> 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 0x7f09ade51c10> # /usr/lib64/python3.12/__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 0x7f09ade52ab0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f09ade53110> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade52000> # /usr/lib64/python3.12/__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 0x7f09ade53b90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade532c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade3a2d0> # /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 0x7f09adbdbb00> # /usr/lib64/python3.12/__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 0x7f09adc08530> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adc082c0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f09adc08560> # /usr/lib64/python3.12/__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 0x7f09adc08e60> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f09adc097c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adc08740> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adbd9ca0> # /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 0x7f09adc0abd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adc09910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ade3aa80> # /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 0x7f09adc32f30> # /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 0x7f09adc5b2f0> # /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 0x7f09adcb4110> # /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 0x7f09adcb6870> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adcb4230> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adc5bf80> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad529220> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adc5a0f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adc0bb00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f09adc5a450> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_yb6wmg20/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 0x7f09ad576f00> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad559df0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad558f50> # 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 0x7f09ad5751f0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f09ad5aa8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad5aa630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad5a9f40> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f09ad5aa390> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09adf8a9c0> 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 0x7f09ad5ab680> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f09ad5ab8c0> # /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 0x7f09ad5abdd0> 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 0x7f09ad415be0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f09ad417800> # /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 0x7f09ad418110> # /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 0x7f09ad4192b0> # /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 0x7f09ad41bda0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f09addc3950> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad41a060> # /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 0x7f09ad423d70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad422840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad4225a0> # /usr/lib64/python3.12/__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 0x7f09ad422b10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad41a570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f09ad467e90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad468140> # /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 0x7f09ad469be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad4699a0> # /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 0x7f09ad46c0e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad46a240> # /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 0x7f09ad46f8c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad46c290> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f09ad4706e0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f09ad470710> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f09ad470cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad4682f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f09ad4fc290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f09ad4fd280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad472a20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f09ad473da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad472690> # 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 0x7f09ad301370> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f09ad302240> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad4fff20> 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 0x7f09ad3021b0> # 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 0x7f09ad3033e0> # 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 0x7f09ad30de80> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad308da0> 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 0x7f09ad5fa870> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad5e6570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad30df70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f09ad304050> # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888210.05841: 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-1726888209.725924-144687-257876304921034/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888210.05845: _low_level_execute_command(): starting 138029 1726888210.05847: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888209.725924-144687-257876304921034/ > /dev/null 2>&1 && sleep 0' 138029 1726888210.06437: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888210.06440: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888210.06443: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888210.06445: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888210.06448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888210.06449: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888210.06518: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888210.06563: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888210.08549: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888210.08553: stdout chunk (state=3): >>><<< 138029 1726888210.08559: stderr chunk (state=3): >>><<< 138029 1726888210.08580: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888210.08761: handler run complete 138029 1726888210.08764: Evaluated conditional (False): False 138029 1726888210.08770: attempt loop complete, returning result 138029 1726888210.08772: _execute() done 138029 1726888210.08774: dumping result to json 138029 1726888210.08776: done dumping result, returning 138029 1726888210.08778: done running TaskExecutor() for managed_node3/TASK: Collect info about the volumes. [0affc8a3-6f6f-5a58-73a2-00000000280c] 138029 1726888210.08780: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000280c 138029 1726888210.08868: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000280c 138029 1726888210.08872: WORKER PROCESS EXITING ok: [managed_node3] => { "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" } } } 138029 1726888210.09032: no more pending results, returning what we have 138029 1726888210.09035: results queue empty 138029 1726888210.09036: checking for any_errors_fatal 138029 1726888210.09045: done checking for any_errors_fatal 138029 1726888210.09045: checking for max_fail_percentage 138029 1726888210.09047: done checking for max_fail_percentage 138029 1726888210.09048: checking to see if all hosts have failed and the running result is not ok 138029 1726888210.09049: done checking to see if all hosts have failed 138029 1726888210.09050: getting the remaining hosts for this loop 138029 1726888210.09161: done getting the remaining hosts for this loop 138029 1726888210.09173: getting the next task for host managed_node3 138029 1726888210.09180: done getting next task for host managed_node3 138029 1726888210.09183: ^ task is: TASK: Read the /etc/fstab file for volume existence 138029 1726888210.09190: ^ 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 138029 1726888210.09195: getting variables 138029 1726888210.09196: in VariableManager get_vars() 138029 1726888210.09234: Calling all_inventory to load vars for managed_node3 138029 1726888210.09237: Calling groups_inventory to load vars for managed_node3 138029 1726888210.09240: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888210.09251: Calling all_plugins_play to load vars for managed_node3 138029 1726888210.09258: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888210.09261: Calling groups_plugins_play to load vars for managed_node3 138029 1726888210.09998: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888210.10344: done with get_vars() 138029 1726888210.10358: done getting variables 138029 1726888210.10402: 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:10:10 -0400 (0:00:00.415) 0:03:42.827 ****** 138029 1726888210.10425: entering _queue_task() for managed_node3/command 138029 1726888210.10648: worker is 1 (out of 1 available) 138029 1726888210.10667: exiting _queue_task() for managed_node3/command 138029 1726888210.10679: done queuing things up, now waiting for results queue to drain 138029 1726888210.10680: waiting for pending results... 138029 1726888210.10873: running TaskExecutor() for managed_node3/TASK: Read the /etc/fstab file for volume existence 138029 1726888210.10948: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000280d 138029 1726888210.10962: variable 'ansible_search_path' from source: unknown 138029 1726888210.10991: calling self._execute() 138029 1726888210.11086: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888210.11090: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888210.11099: variable 'omit' from source: magic vars 138029 1726888210.11189: variable 'omit' from source: magic vars 138029 1726888210.11217: variable 'omit' from source: magic vars 138029 1726888210.11244: variable 'omit' from source: magic vars 138029 1726888210.11280: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888210.11309: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888210.11326: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888210.11342: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888210.11352: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888210.11370: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888210.11381: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888210.11405: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888210.11408: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888210.11410: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888210.11495: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888210.11499: Set connection var ansible_timeout to 10 138029 1726888210.11504: Set connection var ansible_pipelining to False 138029 1726888210.11507: Set connection var ansible_shell_type to sh 138029 1726888210.11509: Set connection var ansible_connection to ssh 138029 1726888210.11514: Set connection var ansible_shell_executable to /bin/sh 138029 1726888210.11535: variable 'ansible_shell_executable' from source: unknown 138029 1726888210.11538: variable 'ansible_connection' from source: unknown 138029 1726888210.11540: variable 'ansible_module_compression' from source: unknown 138029 1726888210.11548: variable 'ansible_shell_type' from source: unknown 138029 1726888210.11552: variable 'ansible_shell_executable' from source: unknown 138029 1726888210.11554: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888210.11559: variable 'ansible_pipelining' from source: unknown 138029 1726888210.11561: variable 'ansible_timeout' from source: unknown 138029 1726888210.11567: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888210.11896: 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) 138029 1726888210.11900: variable 'omit' from source: magic vars 138029 1726888210.11903: starting attempt loop 138029 1726888210.11905: running the handler 138029 1726888210.11907: _low_level_execute_command(): starting 138029 1726888210.11909: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888210.12564: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888210.12577: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888210.12615: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888210.12618: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888210.12628: 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.13.126 is address <<< 138029 1726888210.12631: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888210.12636: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888210.12688: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888210.12691: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888210.12734: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888210.14394: stdout chunk (state=3): >>>/root <<< 138029 1726888210.14494: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888210.14535: stderr chunk (state=3): >>><<< 138029 1726888210.14538: stdout chunk (state=3): >>><<< 138029 1726888210.14565: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888210.14589: _low_level_execute_command(): starting 138029 1726888210.14620: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888210.1456847-144700-38847329158982 `" && echo ansible-tmp-1726888210.1456847-144700-38847329158982="` echo /root/.ansible/tmp/ansible-tmp-1726888210.1456847-144700-38847329158982 `" ) && sleep 0' 138029 1726888210.15249: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888210.15252: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888210.15264: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888210.15266: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888210.15268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888210.15350: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888210.15353: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888210.15420: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888210.15460: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888210.17415: stdout chunk (state=3): >>>ansible-tmp-1726888210.1456847-144700-38847329158982=/root/.ansible/tmp/ansible-tmp-1726888210.1456847-144700-38847329158982 <<< 138029 1726888210.17551: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888210.17557: stderr chunk (state=3): >>><<< 138029 1726888210.17565: stdout chunk (state=3): >>><<< 138029 1726888210.17616: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888210.1456847-144700-38847329158982=/root/.ansible/tmp/ansible-tmp-1726888210.1456847-144700-38847329158982 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888210.17630: variable 'ansible_module_compression' from source: unknown 138029 1726888210.17689: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888210.17961: variable 'ansible_facts' from source: unknown 138029 1726888210.17964: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888210.1456847-144700-38847329158982/AnsiballZ_command.py 138029 1726888210.18000: Sending initial data 138029 1726888210.18003: Sent initial data (157 bytes) 138029 1726888210.18507: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888210.18523: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888210.18526: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888210.18572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888210.18635: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888210.18646: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888210.18657: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888210.18728: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888210.20308: 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 <<< 138029 1726888210.20403: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888210.20443: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpjc6es6ax /root/.ansible/tmp/ansible-tmp-1726888210.1456847-144700-38847329158982/AnsiballZ_command.py <<< 138029 1726888210.20471: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888210.1456847-144700-38847329158982/AnsiballZ_command.py" <<< 138029 1726888210.20521: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpjc6es6ax" to remote "/root/.ansible/tmp/ansible-tmp-1726888210.1456847-144700-38847329158982/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888210.1456847-144700-38847329158982/AnsiballZ_command.py" <<< 138029 1726888210.21340: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888210.21351: stdout chunk (state=3): >>><<< 138029 1726888210.21376: stderr chunk (state=3): >>><<< 138029 1726888210.21440: done transferring module to remote 138029 1726888210.21470: _low_level_execute_command(): starting 138029 1726888210.21487: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888210.1456847-144700-38847329158982/ /root/.ansible/tmp/ansible-tmp-1726888210.1456847-144700-38847329158982/AnsiballZ_command.py && sleep 0' 138029 1726888210.22359: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888210.22416: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888210.22492: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888210.22513: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888210.22539: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888210.22623: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888210.24415: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888210.24433: stderr chunk (state=3): >>><<< 138029 1726888210.24436: stdout chunk (state=3): >>><<< 138029 1726888210.24451: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888210.24461: _low_level_execute_command(): starting 138029 1726888210.24463: _low_level_execute_command(): using become for this command 138029 1726888210.24477: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-irdwwdmynvikzmufcyzgzjgbaacfyrgi ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888210.1456847-144700-38847329158982/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888210.24558: Initial state: awaiting_escalation: BECOME-SUCCESS-irdwwdmynvikzmufcyzgzjgbaacfyrgi 138029 1726888210.24927: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888210.24931: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888210.24967: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888210.24970: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888210.25030: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888210.28033: stdout chunk (state=1): >>>BECOME-SUCCESS-irdwwdmynvikzmufcyzgzjgbaacfyrgi <<< 138029 1726888210.28035: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-irdwwdmynvikzmufcyzgzjgbaacfyrgi' 138029 1726888210.28384: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888210.28426: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888210.28448: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888210.28506: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888210.28519: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888210.28548: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888210.28578: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888210.28605: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888210.28613: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888210.28681: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888210.28697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 138029 1726888210.28720: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888210.28748: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888210.28787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888210.28800: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da3683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da337a10> <<< 138029 1726888210.28820: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888210.28842: 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 0x7f74da36a960> <<< 138029 1726888210.28862: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888210.28897: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888210.28917: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888210.28960: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888210.28972: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888210.29026: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888210.29070: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888210.29104: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888210.29118: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888210.29149: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888210.29152: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888210.29171: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888210.29201: 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' <<< 138029 1726888210.29225: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da13cfe0> <<< 138029 1726888210.29284: 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 <<< 138029 1726888210.29291: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888210.29328: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da13dfd0> import 'site' # <<< 138029 1726888210.29372: 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. <<< 138029 1726888210.29593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888210.29609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888210.29633: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888210.29643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888210.29668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888210.29714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888210.29746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888210.29771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888210.29801: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da183e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888210.29817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888210.29843: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da183ec0> <<< 138029 1726888210.29869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888210.29891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888210.29902: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888210.29958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888210.29967: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888210.29998: 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 0x7f74da1b3830> <<< 138029 1726888210.30027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888210.30041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888210.30045: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da1b3ec0> <<< 138029 1726888210.30069: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888210.30113: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da193ad0> <<< 138029 1726888210.30116: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888210.30153: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da1911f0> <<< 138029 1726888210.30249: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da180fb0> <<< 138029 1726888210.30286: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888210.30313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888210.30318: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888210.30364: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888210.30390: 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 <<< 138029 1726888210.30393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888210.30426: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da1d7800> <<< 138029 1726888210.30438: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da1d6420> <<< 138029 1726888210.30468: 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' <<< 138029 1726888210.30490: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da1921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da1d4c20> <<< 138029 1726888210.30525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888210.30536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da208860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da180230> <<< 138029 1726888210.30568: 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' <<< 138029 1726888210.30617: 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 0x7f74da208d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da208bc0> <<< 138029 1726888210.30657: 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 0x7f74da208f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da176d50> <<< 138029 1726888210.30706: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888210.30712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888210.30744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888210.30752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888210.30763: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da209610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da2092e0> import 'importlib.machinery' # <<< 138029 1726888210.30804: 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' <<< 138029 1726888210.30840: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da20a510> import 'importlib.util' # import 'runpy' # <<< 138029 1726888210.30873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888210.30901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888210.30937: 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 0x7f74da220710> <<< 138029 1726888210.30961: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888210.30979: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888210.30989: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888210.30998: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74da221df0> <<< 138029 1726888210.31020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888210.31040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888210.31064: 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' <<< 138029 1726888210.31073: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da222c90> <<< 138029 1726888210.31109: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888210.31133: 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 0x7f74da2232f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da2221e0> <<< 138029 1726888210.31153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888210.31176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888210.31198: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888210.31209: 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 0x7f74da223d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da2234a0> <<< 138029 1726888210.31269: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da20a540> <<< 138029 1726888210.31279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888210.31310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888210.31328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888210.31360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888210.31393: 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' <<< 138029 1726888210.31415: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74d9f9fc50> <<< 138029 1726888210.31431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888210.31438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888210.31461: 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 0x7f74d9fc8770> <<< 138029 1726888210.31484: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9fc84d0> <<< 138029 1726888210.31487: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888210.31490: 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 0x7f74d9fc87a0> <<< 138029 1726888210.31515: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888210.31521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888210.31597: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888210.31723: 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 0x7f74d9fc90d0> <<< 138029 1726888210.31859: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888210.31867: 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 0x7f74d9fc9ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9fc8980> <<< 138029 1726888210.31898: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9f9ddf0> <<< 138029 1726888210.31934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888210.31938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888210.31974: 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' <<< 138029 1726888210.31984: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9fcaea0> <<< 138029 1726888210.32017: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9fc9be0> <<< 138029 1726888210.32020: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da20ac30> <<< 138029 1726888210.32060: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888210.32114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888210.32137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888210.32174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888210.32202: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9ff71a0> <<< 138029 1726888210.32267: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888210.32305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888210.32309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888210.32324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888210.32378: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da01f590> <<< 138029 1726888210.32393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888210.32428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888210.32485: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888210.32506: 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 0x7f74da078350> <<< 138029 1726888210.32527: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888210.32562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888210.32588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888210.32625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888210.32716: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da07aab0> <<< 138029 1726888210.32790: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da078470> <<< 138029 1726888210.32829: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da045370> <<< 138029 1726888210.32863: 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' <<< 138029 1726888210.32875: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9929460> <<< 138029 1726888210.32888: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da01e390> <<< 138029 1726888210.32895: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9fcbda0> <<< 138029 1726888210.33491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888210.33511: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f74da01e990> <<< 138029 1726888210.33879: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_6jdml9gj/ansible_ansible.legacy.command_payload.zip' <<< 138029 1726888210.33889: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.34014: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.34047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888210.34058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888210.34106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888210.34190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888210.34227: 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 0x7f74d997b230> <<< 138029 1726888210.34229: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888210.34421: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9962120> <<< 138029 1726888210.34428: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d99612b0> <<< 138029 1726888210.34433: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.34467: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888210.34477: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.34491: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.34515: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.34519: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888210.34545: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.35975: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.37112: 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 0x7f74d9979520> <<< 138029 1726888210.37195: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888210.37199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888210.37201: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888210.37203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888210.37213: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888210.37240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888210.37250: 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 0x7f74d99a6ae0> <<< 138029 1726888210.37295: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d99a6870> <<< 138029 1726888210.37320: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d99a6180> <<< 138029 1726888210.37348: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888210.37354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888210.37400: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d99a65d0> <<< 138029 1726888210.37433: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da1929c0> import 'atexit' # <<< 138029 1726888210.37450: 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 0x7f74d99a7830> <<< 138029 1726888210.37484: 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 0x7f74d99a7a70> <<< 138029 1726888210.37491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888210.37559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888210.37563: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888210.37610: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d99a7fb0> <<< 138029 1726888210.37614: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888210.37644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888210.37671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888210.37707: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9815c70> <<< 138029 1726888210.37741: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888210.37754: 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 0x7f74d9817920> <<< 138029 1726888210.37768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888210.37782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888210.37817: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9818290> <<< 138029 1726888210.37840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888210.37873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888210.37892: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9819430> <<< 138029 1726888210.37909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888210.37951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888210.37982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888210.37984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888210.38033: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d981bef0> <<< 138029 1726888210.38076: 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 0x7f74da222c00> <<< 138029 1726888210.38097: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d981a1b0> <<< 138029 1726888210.38122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888210.38150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888210.38174: 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' <<< 138029 1726888210.38207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888210.38236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888210.38254: 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' <<< 138029 1726888210.38276: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9823e60> <<< 138029 1726888210.38280: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888210.38350: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9822930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9822690> <<< 138029 1726888210.38370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888210.38385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888210.38458: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9822c00> <<< 138029 1726888210.38487: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d981a6c0> <<< 138029 1726888210.38519: 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 0x7f74d9867ef0> <<< 138029 1726888210.38547: 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 0x7f74d9868230> <<< 138029 1726888210.38569: 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 <<< 138029 1726888210.38588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888210.38616: 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' <<< 138029 1726888210.38648: 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 0x7f74d9869ca0> <<< 138029 1726888210.38658: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9869a60> <<< 138029 1726888210.38676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888210.38797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888210.38853: 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 0x7f74d986c1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d986a330> <<< 138029 1726888210.38884: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888210.38921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888210.38964: 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' # <<< 138029 1726888210.39013: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d986f8f0> <<< 138029 1726888210.39132: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d986c2c0> <<< 138029 1726888210.39204: 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 0x7f74d98706b0> <<< 138029 1726888210.39230: 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 0x7f74d9870920> <<< 138029 1726888210.39274: 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 0x7f74d9870c50> <<< 138029 1726888210.39280: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9868380> <<< 138029 1726888210.39309: 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' <<< 138029 1726888210.39349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888210.39389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888210.39406: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888210.39411: 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 0x7f74d9873fe0> <<< 138029 1726888210.39568: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888210.39581: 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 0x7f74d98fd280> <<< 138029 1726888210.39586: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9872810> <<< 138029 1726888210.39622: 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 0x7f74d9873b90> <<< 138029 1726888210.39629: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9872480> # zipimport: zlib available <<< 138029 1726888210.39667: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888210.39684: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.39769: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.39864: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.39876: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888210.39892: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.39912: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888210.39925: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.40048: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.40168: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.40735: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.41268: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888210.41285: 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' # <<< 138029 1726888210.41309: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888210.41324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888210.41389: 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 0x7f74d9701430> <<< 138029 1726888210.41462: 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' <<< 138029 1726888210.41486: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9702180> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d98fd100> <<< 138029 1726888210.41545: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888210.41584: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 138029 1726888210.41603: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.41743: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.41910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888210.41921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9702420> # zipimport: zlib available <<< 138029 1726888210.42373: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.42811: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.42887: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.42970: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888210.42981: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.43011: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.43042: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888210.43053: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.43122: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.43210: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888210.43223: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.43249: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.43252: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888210.43273: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.43299: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.43336: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888210.43364: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.43578: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.43812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888210.43873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888210.43891: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888210.43950: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d97034d0> <<< 138029 1726888210.43958: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.44033: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.44106: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888210.44128: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888210.44154: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.44208: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.44250: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888210.44254: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.44291: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.44331: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.44397: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.44463: 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 <<< 138029 1726888210.44510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888210.44596: 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 0x7f74d970e120> <<< 138029 1726888210.44633: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9708dd0> <<< 138029 1726888210.44680: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888210.44705: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.44750: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.44808: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.44835: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.44878: 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' <<< 138029 1726888210.44904: 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 <<< 138029 1726888210.44950: 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 <<< 138029 1726888210.45012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888210.45028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888210.45060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888210.45106: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d99fa9c0> <<< 138029 1726888210.45159: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d99da690> <<< 138029 1726888210.45231: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d970e1e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9704410> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888210.45263: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.45284: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.45315: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888210.45354: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888210.45397: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888210.45408: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888210.45535: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888210.45628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888210.45645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888210.45670: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9700f80> <<< 138029 1726888210.45743: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.46394: 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:10:10.457733", "end": "2024-09-20 23:10:11.462039", "delta": "0:00:01.004306", "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}}} <<< 138029 1726888211.46397: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888211.46854: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888211.46904: 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 <<< 138029 1726888211.46908: stdout chunk (state=3): >>># cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression <<< 138029 1726888211.46972: 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 # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888211.47025: stdout chunk (state=3): >>># cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888211.47040: 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 glob # destroy glob <<< 138029 1726888211.47258: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888211.47271: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888211.47294: stdout chunk (state=3): >>># destroy _bz2 <<< 138029 1726888211.47302: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 138029 1726888211.47327: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888211.47337: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888211.47349: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888211.47381: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888211.47397: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888211.47434: 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 <<< 138029 1726888211.47472: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 138029 1726888211.47495: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy fnmatch <<< 138029 1726888211.47503: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888211.47527: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888211.47566: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888211.47580: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888211.47603: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888211.47659: 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 <<< 138029 1726888211.47662: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888211.47701: 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 <<< 138029 1726888211.47710: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888211.47761: 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 <<< 138029 1726888211.47765: 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 <<< 138029 1726888211.47805: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888211.47921: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 138029 1726888211.47954: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888211.47977: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888211.48005: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888211.48043: 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 <<< 138029 1726888211.48054: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888211.48159: 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 <<< 138029 1726888211.48185: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 138029 1726888211.48191: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888211.48251: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 138029 1726888211.48254: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888211.48834: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888211.48867: stderr chunk (state=3): >>><<< 138029 1726888211.48916: stdout chunk (state=3): >>><<< 138029 1726888211.49000: _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 0x7f74da3683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da337a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da36a960> 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 0x7f74da13cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f74da13dfd0> 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 0x7f74da183e00> # /usr/lib64/python3.12/__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 0x7f74da183ec0> # /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 0x7f74da1b3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da1b3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da193ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da1911f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da180fb0> # /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 0x7f74da1d7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da1d6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da1921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da1d4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da208860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da180230> # /usr/lib64/python3.12/__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 0x7f74da208d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da208bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74da208f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da176d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f74da209610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da2092e0> 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 0x7f74da20a510> 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 0x7f74da220710> 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 0x7f74da221df0> # /usr/lib64/python3.12/__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 0x7f74da222c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74da2232f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da2221e0> # /usr/lib64/python3.12/__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 0x7f74da223d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da2234a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da20a540> # /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 0x7f74d9f9fc50> # /usr/lib64/python3.12/__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 0x7f74d9fc8770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9fc84d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74d9fc87a0> # /usr/lib64/python3.12/__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 0x7f74d9fc90d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74d9fc9ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9fc8980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9f9ddf0> # /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 0x7f74d9fcaea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9fc9be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da20ac30> # /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 0x7f74d9ff71a0> # /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 0x7f74da01f590> # /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 0x7f74da078350> # /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 0x7f74da07aab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da078470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da045370> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9929460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da01e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9fcbda0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f74da01e990> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_6jdml9gj/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 0x7f74d997b230> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9962120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d99612b0> # 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 0x7f74d9979520> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f74d99a6ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d99a6870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d99a6180> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f74d99a65d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74da1929c0> 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 0x7f74d99a7830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74d99a7a70> # /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 0x7f74d99a7fb0> 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 0x7f74d9815c70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74d9817920> # /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 0x7f74d9818290> # /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 0x7f74d9819430> # /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 0x7f74d981bef0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74da222c00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d981a1b0> # /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 0x7f74d9823e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9822930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9822690> # /usr/lib64/python3.12/__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 0x7f74d9822c00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d981a6c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74d9867ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9868230> # /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 0x7f74d9869ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9869a60> # /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 0x7f74d986c1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d986a330> # /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 0x7f74d986f8f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d986c2c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74d98706b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74d9870920> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74d9870c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9868380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f74d9873fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74d98fd280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9872810> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74d9873b90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9872480> # 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 0x7f74d9701430> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f74d9702180> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d98fd100> 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 0x7f74d9702420> # 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 0x7f74d97034d0> # 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 0x7f74d970e120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9708dd0> 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 0x7f74d99fa9c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d99da690> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d970e1e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74d9704410> # 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 0x7f74d9700f80> # 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:10:10.457733", "end": "2024-09-20 23:10:11.462039", "delta": "0:00:01.004306", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888211.49636: 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-1726888210.1456847-144700-38847329158982/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888211.49641: _low_level_execute_command(): starting 138029 1726888211.49648: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888210.1456847-144700-38847329158982/ > /dev/null 2>&1 && sleep 0' 138029 1726888211.49999: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888211.50003: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888211.50005: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888211.50070: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888211.50074: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888211.50130: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888211.52016: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888211.52040: stderr chunk (state=3): >>><<< 138029 1726888211.52043: stdout chunk (state=3): >>><<< 138029 1726888211.52060: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888211.52070: handler run complete 138029 1726888211.52087: Evaluated conditional (False): False 138029 1726888211.52096: attempt loop complete, returning result 138029 1726888211.52099: _execute() done 138029 1726888211.52102: dumping result to json 138029 1726888211.52108: done dumping result, returning 138029 1726888211.52116: done running TaskExecutor() for managed_node3/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-5a58-73a2-00000000280d] 138029 1726888211.52121: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000280d 138029 1726888211.52218: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000280d 138029 1726888211.52220: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004306", "end": "2024-09-20 23:10:11.462039", "rc": 0, "start": "2024-09-20 23:10:10.457733" } 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 138029 1726888211.52297: no more pending results, returning what we have 138029 1726888211.52301: results queue empty 138029 1726888211.52302: checking for any_errors_fatal 138029 1726888211.52315: done checking for any_errors_fatal 138029 1726888211.52316: checking for max_fail_percentage 138029 1726888211.52318: done checking for max_fail_percentage 138029 1726888211.52319: checking to see if all hosts have failed and the running result is not ok 138029 1726888211.52319: done checking to see if all hosts have failed 138029 1726888211.52320: getting the remaining hosts for this loop 138029 1726888211.52322: done getting the remaining hosts for this loop 138029 1726888211.52325: getting the next task for host managed_node3 138029 1726888211.52330: done getting next task for host managed_node3 138029 1726888211.52333: ^ task is: TASK: Read the /etc/crypttab file 138029 1726888211.52336: ^ 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 138029 1726888211.52340: getting variables 138029 1726888211.52342: in VariableManager get_vars() 138029 1726888211.52379: Calling all_inventory to load vars for managed_node3 138029 1726888211.52382: Calling groups_inventory to load vars for managed_node3 138029 1726888211.52386: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888211.52395: Calling all_plugins_play to load vars for managed_node3 138029 1726888211.52401: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888211.52404: Calling groups_plugins_play to load vars for managed_node3 138029 1726888211.52764: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888211.53104: done with get_vars() 138029 1726888211.53118: done getting variables 138029 1726888211.53178: 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:10:11 -0400 (0:00:01.427) 0:03:44.255 ****** 138029 1726888211.53200: entering _queue_task() for managed_node3/command 138029 1726888211.53422: worker is 1 (out of 1 available) 138029 1726888211.53434: exiting _queue_task() for managed_node3/command 138029 1726888211.53446: done queuing things up, now waiting for results queue to drain 138029 1726888211.53447: waiting for pending results... 138029 1726888211.53644: running TaskExecutor() for managed_node3/TASK: Read the /etc/crypttab file 138029 1726888211.53725: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000280e 138029 1726888211.53738: variable 'ansible_search_path' from source: unknown 138029 1726888211.53772: calling self._execute() 138029 1726888211.53869: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888211.53876: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888211.53888: variable 'omit' from source: magic vars 138029 1726888211.53972: variable 'omit' from source: magic vars 138029 1726888211.54001: variable 'omit' from source: magic vars 138029 1726888211.54025: variable 'omit' from source: magic vars 138029 1726888211.54059: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888211.54091: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888211.54108: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888211.54124: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888211.54135: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888211.54148: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888211.54163: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888211.54190: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888211.54194: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888211.54197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888211.54335: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888211.54340: Set connection var ansible_timeout to 10 138029 1726888211.54345: Set connection var ansible_pipelining to False 138029 1726888211.54347: Set connection var ansible_shell_type to sh 138029 1726888211.54349: Set connection var ansible_connection to ssh 138029 1726888211.54351: Set connection var ansible_shell_executable to /bin/sh 138029 1726888211.54389: variable 'ansible_shell_executable' from source: unknown 138029 1726888211.54392: variable 'ansible_connection' from source: unknown 138029 1726888211.54395: variable 'ansible_module_compression' from source: unknown 138029 1726888211.54397: variable 'ansible_shell_type' from source: unknown 138029 1726888211.54444: variable 'ansible_shell_executable' from source: unknown 138029 1726888211.54452: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888211.54454: variable 'ansible_pipelining' from source: unknown 138029 1726888211.54491: variable 'ansible_timeout' from source: unknown 138029 1726888211.54499: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888211.54575: 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) 138029 1726888211.54585: variable 'omit' from source: magic vars 138029 1726888211.54636: starting attempt loop 138029 1726888211.54648: running the handler 138029 1726888211.54651: _low_level_execute_command(): starting 138029 1726888211.54653: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888211.55327: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888211.55331: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888211.55335: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888211.55422: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888211.55475: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888211.57152: stdout chunk (state=3): >>>/root <<< 138029 1726888211.57241: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888211.57271: stderr chunk (state=3): >>><<< 138029 1726888211.57275: stdout chunk (state=3): >>><<< 138029 1726888211.57294: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888211.57308: _low_level_execute_command(): starting 138029 1726888211.57313: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888211.5729377-144744-230440103916513 `" && echo ansible-tmp-1726888211.5729377-144744-230440103916513="` echo /root/.ansible/tmp/ansible-tmp-1726888211.5729377-144744-230440103916513 `" ) && sleep 0' 138029 1726888211.57734: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888211.57769: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888211.57772: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888211.57775: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888211.57784: 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 <<< 138029 1726888211.57787: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888211.57836: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888211.57841: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888211.57893: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888211.59926: stdout chunk (state=3): >>>ansible-tmp-1726888211.5729377-144744-230440103916513=/root/.ansible/tmp/ansible-tmp-1726888211.5729377-144744-230440103916513 <<< 138029 1726888211.60035: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888211.60052: stderr chunk (state=3): >>><<< 138029 1726888211.60069: stdout chunk (state=3): >>><<< 138029 1726888211.60078: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888211.5729377-144744-230440103916513=/root/.ansible/tmp/ansible-tmp-1726888211.5729377-144744-230440103916513 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888211.60113: variable 'ansible_module_compression' from source: unknown 138029 1726888211.60194: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888211.60209: variable 'ansible_facts' from source: unknown 138029 1726888211.60298: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888211.5729377-144744-230440103916513/AnsiballZ_command.py 138029 1726888211.60399: Sending initial data 138029 1726888211.60403: Sent initial data (158 bytes) 138029 1726888211.60848: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888211.60860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888211.60900: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888211.60905: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888211.60949: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888211.60964: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888211.61024: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888211.62647: 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 <<< 138029 1726888211.62688: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888211.62743: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpndqfgstf /root/.ansible/tmp/ansible-tmp-1726888211.5729377-144744-230440103916513/AnsiballZ_command.py <<< 138029 1726888211.62745: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888211.5729377-144744-230440103916513/AnsiballZ_command.py" <<< 138029 1726888211.62793: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpndqfgstf" to remote "/root/.ansible/tmp/ansible-tmp-1726888211.5729377-144744-230440103916513/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888211.5729377-144744-230440103916513/AnsiballZ_command.py" <<< 138029 1726888211.63481: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888211.63544: stderr chunk (state=3): >>><<< 138029 1726888211.63547: stdout chunk (state=3): >>><<< 138029 1726888211.63560: done transferring module to remote 138029 1726888211.63580: _low_level_execute_command(): starting 138029 1726888211.63583: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888211.5729377-144744-230440103916513/ /root/.ansible/tmp/ansible-tmp-1726888211.5729377-144744-230440103916513/AnsiballZ_command.py && sleep 0' 138029 1726888211.64157: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888211.64162: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888211.64235: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888211.64287: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888211.66106: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888211.66133: stderr chunk (state=3): >>><<< 138029 1726888211.66137: stdout chunk (state=3): >>><<< 138029 1726888211.66150: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888211.66152: _low_level_execute_command(): starting 138029 1726888211.66159: _low_level_execute_command(): using become for this command 138029 1726888211.66187: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-aqmipgfdvedwlnvlhcjmudfazlibundn ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888211.5729377-144744-230440103916513/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888211.66263: Initial state: awaiting_escalation: BECOME-SUCCESS-aqmipgfdvedwlnvlhcjmudfazlibundn 138029 1726888211.66652: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888211.66663: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888211.66718: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888211.66789: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888211.69754: stdout chunk (state=1): >>>BECOME-SUCCESS-aqmipgfdvedwlnvlhcjmudfazlibundn <<< 138029 1726888211.69761: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-aqmipgfdvedwlnvlhcjmudfazlibundn' 138029 1726888211.70092: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888211.70127: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888211.70160: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888211.70229: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888211.70233: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888211.70278: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888211.70305: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888211.70311: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888211.70322: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888211.70329: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888211.70388: 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' <<< 138029 1726888211.70423: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888211.70435: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888211.70476: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888211.70490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888211.70506: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51e183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51de7a10> <<< 138029 1726888211.70535: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888211.70557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888211.70561: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51e1a960> <<< 138029 1726888211.70578: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888211.70602: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888211.70605: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888211.70624: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888211.70671: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888211.70685: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888211.70750: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888211.70777: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888211.70785: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888211.70818: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888211.70821: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888211.70841: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888211.70851: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888211.70868: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888211.70876: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888211.70908: 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 <<< 138029 1726888211.70913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888211.70934: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51bc8fe0> <<< 138029 1726888211.70990: 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 <<< 138029 1726888211.71004: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888211.71009: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51bc9fd0> <<< 138029 1726888211.71043: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888211.71069: 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. <<< 138029 1726888211.71306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888211.71319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888211.71335: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888211.71340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888211.71368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888211.71404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888211.71426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888211.71453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888211.71475: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c0fe00> <<< 138029 1726888211.71483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888211.71503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888211.71530: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888211.71540: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c0fec0> <<< 138029 1726888211.71550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888211.71584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888211.71604: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888211.71658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888211.71676: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888211.71705: 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' <<< 138029 1726888211.71723: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c3f800> <<< 138029 1726888211.71726: 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' <<< 138029 1726888211.71744: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c3fe90> <<< 138029 1726888211.71757: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888211.71824: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c1fad0> import '_functools' # <<< 138029 1726888211.71851: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c1d1f0> <<< 138029 1726888211.71940: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c0cfb0> <<< 138029 1726888211.71968: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888211.71987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888211.72011: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888211.72041: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888211.72064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888211.72076: 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' <<< 138029 1726888211.72110: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c63710> <<< 138029 1726888211.72132: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c62330> <<< 138029 1726888211.72159: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888211.72165: 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 0x7f6e51c1e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c60b60> <<< 138029 1726888211.72210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888211.72246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c94770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c0c230> <<< 138029 1726888211.72252: 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' <<< 138029 1726888211.72281: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888211.72295: 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 0x7f6e51c94c20> <<< 138029 1726888211.72301: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c94ad0> <<< 138029 1726888211.72319: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888211.72344: 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 0x7f6e51c94ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c02d50> <<< 138029 1726888211.72391: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888211.72395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888211.72408: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888211.72430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888211.72457: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c95580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c95250> <<< 138029 1726888211.72460: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888211.72488: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888211.72492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888211.72515: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c96480> <<< 138029 1726888211.72533: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888211.72596: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888211.72599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888211.72605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888211.72634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888211.72650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51cac6b0> import 'errno' # <<< 138029 1726888211.72682: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888211.72708: 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 0x7f6e51cadd90> <<< 138029 1726888211.72711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888211.72718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888211.72737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888211.72747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888211.72759: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51caec30> <<< 138029 1726888211.72806: 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 0x7f6e51caf290> <<< 138029 1726888211.72809: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51cae180> <<< 138029 1726888211.72836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888211.72839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888211.72892: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888211.72902: 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 0x7f6e51cafd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51caf440> <<< 138029 1726888211.72951: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c964e0> <<< 138029 1726888211.72965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888211.72993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888211.73009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888211.73035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888211.73100: 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' <<< 138029 1726888211.73103: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e51a2fb90> <<< 138029 1726888211.73111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888211.73114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888211.73123: 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' <<< 138029 1726888211.73135: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e51a58680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51a583e0> <<< 138029 1726888211.73154: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888211.73173: 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 0x7f6e51a586b0> <<< 138029 1726888211.73196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888211.73202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888211.73289: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888211.73411: 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 0x7f6e51a58fe0> <<< 138029 1726888211.73529: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888211.73548: 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 0x7f6e51a59970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51a58890> <<< 138029 1726888211.73554: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51a2dd30> <<< 138029 1726888211.73588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888211.73651: 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 <<< 138029 1726888211.73664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888211.73682: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51a5acc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51a58e60> <<< 138029 1726888211.73687: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c96660> <<< 138029 1726888211.73718: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888211.73781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888211.73803: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888211.73836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888211.73868: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51a87020> <<< 138029 1726888211.73919: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888211.73931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888211.73947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888211.73974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888211.74011: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51aaf380> <<< 138029 1726888211.74036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888211.74081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888211.74135: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888211.74162: 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 0x7f6e51b08140> <<< 138029 1726888211.74185: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888211.74208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888211.74241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888211.74277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888211.74363: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51b0a870> <<< 138029 1726888211.74440: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51b08260> <<< 138029 1726888211.74483: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51ad5130> <<< 138029 1726888211.74511: 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' <<< 138029 1726888211.74514: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51911250> <<< 138029 1726888211.74541: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51aae180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51a5bbf0> <<< 138029 1726888211.74727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888211.74739: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6e51aae2a0> <<< 138029 1726888211.75064: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_e5f5k8q3/ansible_ansible.legacy.command_payload.zip' <<< 138029 1726888211.75080: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.75192: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.75218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888211.75226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888211.75275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888211.75351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888211.75399: 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 0x7f6e51962f30> import '_typing' # <<< 138029 1726888211.75574: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51945e20> <<< 138029 1726888211.75580: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51944f80> # zipimport: zlib available <<< 138029 1726888211.75619: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888211.75623: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.75639: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.75650: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.75668: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888211.75681: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.77090: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.78236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888211.78254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51960dd0> <<< 138029 1726888211.78271: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888211.78277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888211.78301: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888211.78309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888211.78329: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888211.78346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888211.78370: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888211.78373: 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 0x7f6e519928a0> <<< 138029 1726888211.78410: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51992630> <<< 138029 1726888211.78451: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51991f40> <<< 138029 1726888211.78466: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888211.78476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888211.78512: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51992990> <<< 138029 1726888211.78527: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51963950> import 'atexit' # <<< 138029 1726888211.78557: 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 0x7f6e519935c0> <<< 138029 1726888211.78592: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888211.78605: 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 0x7f6e51993800> <<< 138029 1726888211.78610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888211.78667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888211.78678: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888211.78718: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51993d40> <<< 138029 1726888211.78729: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888211.78748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888211.78780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888211.78815: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51319a90> <<< 138029 1726888211.78846: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888211.78853: 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 0x7f6e5131b680> <<< 138029 1726888211.78880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888211.78888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888211.78927: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5131bfe0> <<< 138029 1726888211.78943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888211.78979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888211.78992: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5131d1c0> <<< 138029 1726888211.79017: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888211.79052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888211.79078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888211.79085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888211.79138: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5131fc80> <<< 138029 1726888211.79173: 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 0x7f6e5131ffb0> <<< 138029 1726888211.79197: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5131df40> <<< 138029 1726888211.79215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888211.79252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888211.79267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888211.79285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888211.79292: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888211.79330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888211.79353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888211.79359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 138029 1726888211.79376: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51327bc0> import '_tokenize' # <<< 138029 1726888211.79453: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51326690> <<< 138029 1726888211.79472: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e513263f0> <<< 138029 1726888211.79475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888211.79478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888211.79557: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51326960> <<< 138029 1726888211.79586: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5131e450> <<< 138029 1726888211.79609: 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 0x7f6e5136be30> <<< 138029 1726888211.79643: 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 0x7f6e5136bec0> <<< 138029 1726888211.79664: 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 <<< 138029 1726888211.79683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888211.79698: 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' <<< 138029 1726888211.79745: 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 0x7f6e5136da90> <<< 138029 1726888211.79764: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5136d850> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888211.79890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888211.79943: 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 0x7f6e5136ffe0> <<< 138029 1726888211.79962: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5136e180> <<< 138029 1726888211.79971: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888211.80010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888211.80034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888211.80047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888211.80060: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888211.80099: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51373800> <<< 138029 1726888211.80224: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e513701d0> <<< 138029 1726888211.80288: 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 0x7f6e51374620> <<< 138029 1726888211.80317: 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 0x7f6e51374860> <<< 138029 1726888211.80358: 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 0x7f6e51374b00> <<< 138029 1726888211.80376: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5136c1a0> <<< 138029 1726888211.80399: 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 <<< 138029 1726888211.80410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888211.80418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888211.80448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888211.80473: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888211.80502: 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 0x7f6e512001a0> <<< 138029 1726888211.80642: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888211.80663: 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 0x7f6e512013d0> <<< 138029 1726888211.80670: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51376930> <<< 138029 1726888211.80710: 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' <<< 138029 1726888211.80713: 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 0x7f6e51377ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51376570> # zipimport: zlib available <<< 138029 1726888211.80741: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.80752: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888211.80756: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.80852: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.80943: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.80963: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.80973: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888211.80985: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.80991: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.81001: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888211.81006: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.81132: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.81249: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.81798: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.82331: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888211.82356: 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' # <<< 138029 1726888211.82373: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888211.82396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888211.82451: 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 0x7f6e512055b0> <<< 138029 1726888211.82528: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888211.82537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888211.82592: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e512062d0> <<< 138029 1726888211.82610: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e512016d0> import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888211.82630: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.82648: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.82675: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888211.82679: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.82825: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.82977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888211.82998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e512061b0> <<< 138029 1726888211.83002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.83464: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.83905: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.83979: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.84060: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888211.84067: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.84102: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.84144: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888211.84147: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.84219: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.84300: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888211.84318: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.84325: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.84344: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888211.84348: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.84395: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.84430: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888211.84444: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.84673: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.84903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888211.84971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888211.84987: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888211.85061: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e512075c0> <<< 138029 1726888211.85070: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.85143: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.85226: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888211.85240: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888211.85253: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.85299: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.85341: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888211.85357: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.85396: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.85443: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.85498: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.85576: 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 <<< 138029 1726888211.85614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888211.85707: 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 0x7f6e51211fa0> <<< 138029 1726888211.85743: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5120d850> <<< 138029 1726888211.85780: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888211.85787: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.85851: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.85912: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.85942: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.85988: 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' <<< 138029 1726888211.86011: 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 <<< 138029 1726888211.86030: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888211.86057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888211.86118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888211.86140: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888211.86157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888211.86219: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e519da870> <<< 138029 1726888211.86264: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e519be540> <<< 138029 1726888211.86351: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51211d30> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51374d70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888211.86357: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.86391: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.86414: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888211.86478: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888211.86483: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.86505: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.86508: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726888211.86526: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.86639: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.86760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888211.86764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888211.86786: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e519bd6a0> <<< 138029 1726888211.86875: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888211.87335: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:10:11.869051", "end": "2024-09-20 23:10:11.872264", "delta": "0:00:00.003213", "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}}} <<< 138029 1726888211.87369: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888211.87839: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888211.87926: 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 <<< 138029 1726888211.87949: 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 <<< 138029 1726888211.88009: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888211.88016: 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 glob # destroy glob <<< 138029 1726888211.88253: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888211.88274: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888211.88282: stdout chunk (state=3): >>># destroy _bz2 <<< 138029 1726888211.88313: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 138029 1726888211.88321: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888211.88324: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888211.88334: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888211.88348: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888211.88372: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888211.88390: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888211.88406: 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 <<< 138029 1726888211.88425: stdout chunk (state=3): >>># destroy json.scanner <<< 138029 1726888211.88433: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 138029 1726888211.88436: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888211.88449: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888211.88462: stdout chunk (state=3): >>># destroy _signal <<< 138029 1726888211.88474: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888211.88503: stdout chunk (state=3): >>># destroy fnmatch <<< 138029 1726888211.88509: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888211.88512: stdout chunk (state=3): >>># destroy array <<< 138029 1726888211.88524: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888211.88548: stdout chunk (state=3): >>># destroy selinux <<< 138029 1726888211.88569: stdout chunk (state=3): >>># destroy shutil <<< 138029 1726888211.88573: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888211.88610: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888211.88644: 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 <<< 138029 1726888211.88663: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888211.88686: 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 <<< 138029 1726888211.88693: 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 <<< 138029 1726888211.88717: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888211.88742: 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 <<< 138029 1726888211.88771: 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 <<< 138029 1726888211.88777: 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 <<< 138029 1726888211.88922: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888211.88930: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888211.88934: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888211.88970: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888211.88974: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888211.88998: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888211.89027: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888211.89042: 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 <<< 138029 1726888211.89054: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888211.89073: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888211.89160: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888211.89172: 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 <<< 138029 1726888211.89194: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888211.89224: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888211.89237: stdout chunk (state=3): >>># destroy _operator <<< 138029 1726888211.89249: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 138029 1726888211.89273: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888211.89280: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888211.89807: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888211.89837: stderr chunk (state=3): >>><<< 138029 1726888211.89840: stdout chunk (state=3): >>><<< 138029 1726888211.89912: _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 0x7f6e51e183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51de7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51e1a960> 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 0x7f6e51bc8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f6e51bc9fd0> 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 0x7f6e51c0fe00> # /usr/lib64/python3.12/__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 0x7f6e51c0fec0> # /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 0x7f6e51c3f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c3fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c1fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c1d1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c0cfb0> # /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 0x7f6e51c63710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c62330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c1e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c60b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c94770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c0c230> # /usr/lib64/python3.12/__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 0x7f6e51c94c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c94ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e51c94ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c02d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f6e51c95580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c95250> 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 0x7f6e51c96480> 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 0x7f6e51cac6b0> 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 0x7f6e51cadd90> # /usr/lib64/python3.12/__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 0x7f6e51caec30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e51caf290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51cae180> # /usr/lib64/python3.12/__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 0x7f6e51cafd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51caf440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c964e0> # /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 0x7f6e51a2fb90> # /usr/lib64/python3.12/__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 0x7f6e51a58680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51a583e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e51a586b0> # /usr/lib64/python3.12/__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 0x7f6e51a58fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e51a59970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51a58890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51a2dd30> # /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 0x7f6e51a5acc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51a58e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51c96660> # /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 0x7f6e51a87020> # /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 0x7f6e51aaf380> # /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 0x7f6e51b08140> # /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 0x7f6e51b0a870> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51b08260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51ad5130> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51911250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51aae180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51a5bbf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6e51aae2a0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_e5f5k8q3/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 0x7f6e51962f30> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51945e20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51944f80> # 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 0x7f6e51960dd0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f6e519928a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51992630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51991f40> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f6e51992990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51963950> 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 0x7f6e519935c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e51993800> # /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 0x7f6e51993d40> 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 0x7f6e51319a90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e5131b680> # /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 0x7f6e5131bfe0> # /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 0x7f6e5131d1c0> # /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 0x7f6e5131fc80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e5131ffb0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5131df40> # /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 0x7f6e51327bc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51326690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e513263f0> # /usr/lib64/python3.12/__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 0x7f6e51326960> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5131e450> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e5136be30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5136bec0> # /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 0x7f6e5136da90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5136d850> # /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 0x7f6e5136ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5136e180> # /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 0x7f6e51373800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e513701d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e51374620> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e51374860> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e51374b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5136c1a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f6e512001a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e512013d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51376930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e51377ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51376570> # 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 0x7f6e512055b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f6e512062d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e512016d0> 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 0x7f6e512061b0> # 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 0x7f6e512075c0> # 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 0x7f6e51211fa0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e5120d850> 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 0x7f6e519da870> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e519be540> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51211d30> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e51374d70> # 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 0x7f6e519bd6a0> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:10:11.869051", "end": "2024-09-20 23:10:11.872264", "delta": "0:00:00.003213", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888211.90447: 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-1726888211.5729377-144744-230440103916513/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888211.90451: _low_level_execute_command(): starting 138029 1726888211.90453: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888211.5729377-144744-230440103916513/ > /dev/null 2>&1 && sleep 0' 138029 1726888211.90602: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888211.90606: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888211.90609: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888211.90618: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888211.90661: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888211.90676: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888211.90728: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888211.92579: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888211.92605: stderr chunk (state=3): >>><<< 138029 1726888211.92608: stdout chunk (state=3): >>><<< 138029 1726888211.92622: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888211.92632: handler run complete 138029 1726888211.92650: Evaluated conditional (False): False 138029 1726888211.92653: Evaluated conditional (False): False 138029 1726888211.92667: attempt loop complete, returning result 138029 1726888211.92670: _execute() done 138029 1726888211.92673: dumping result to json 138029 1726888211.92675: done dumping result, returning 138029 1726888211.92682: done running TaskExecutor() for managed_node3/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-5a58-73a2-00000000280e] 138029 1726888211.92687: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000280e 138029 1726888211.92782: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000280e 138029 1726888211.92784: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003213", "end": "2024-09-20 23:10:11.872264", "failed_when_result": false, "rc": 0, "start": "2024-09-20 23:10:11.869051" } 138029 1726888211.92881: no more pending results, returning what we have 138029 1726888211.92885: results queue empty 138029 1726888211.92886: checking for any_errors_fatal 138029 1726888211.92901: done checking for any_errors_fatal 138029 1726888211.92902: checking for max_fail_percentage 138029 1726888211.92904: done checking for max_fail_percentage 138029 1726888211.92905: checking to see if all hosts have failed and the running result is not ok 138029 1726888211.92905: done checking to see if all hosts have failed 138029 1726888211.92906: getting the remaining hosts for this loop 138029 1726888211.92908: done getting the remaining hosts for this loop 138029 1726888211.92911: getting the next task for host managed_node3 138029 1726888211.92917: done getting next task for host managed_node3 138029 1726888211.92920: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 138029 1726888211.92923: ^ 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 138029 1726888211.92926: getting variables 138029 1726888211.92927: in VariableManager get_vars() 138029 1726888211.92961: Calling all_inventory to load vars for managed_node3 138029 1726888211.92964: Calling groups_inventory to load vars for managed_node3 138029 1726888211.92970: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888211.92979: Calling all_plugins_play to load vars for managed_node3 138029 1726888211.92982: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888211.92984: Calling groups_plugins_play to load vars for managed_node3 138029 1726888211.93334: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888211.93681: done with get_vars() 138029 1726888211.93692: 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:10:11 -0400 (0:00:00.405) 0:03:44.661 ****** 138029 1726888211.93760: entering _queue_task() for managed_node3/include_tasks 138029 1726888211.93980: worker is 1 (out of 1 available) 138029 1726888211.93995: exiting _queue_task() for managed_node3/include_tasks 138029 1726888211.94007: done queuing things up, now waiting for results queue to drain 138029 1726888211.94009: waiting for pending results... 138029 1726888211.94198: running TaskExecutor() for managed_node3/TASK: Verify the volumes listed in storage_pools were correctly managed 138029 1726888211.94277: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000280f 138029 1726888211.94289: variable 'ansible_search_path' from source: unknown 138029 1726888211.94322: variable '_storage_pools_list' from source: set_fact 138029 1726888211.94492: variable '_storage_pools_list' from source: set_fact 138029 1726888211.95284: variable 'omit' from source: magic vars 138029 1726888211.95360: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888211.95370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888211.95377: variable 'omit' from source: magic vars 138029 1726888211.95572: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888211.95756: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888211.95791: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888211.95814: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888211.95851: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888211.95913: 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) 138029 1726888211.95929: 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) 138029 1726888211.95947: 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) 138029 1726888211.95968: 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) 138029 1726888211.96015: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888211.97342: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888211.97399: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888211.97423: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888211.97445: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888211.97469: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888211.97501: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888211.97521: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888211.97537: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888211.97564: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888211.97576: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888211.97661: variable '_storage_pools_list' from source: set_fact 138029 1726888211.97690: Evaluated conditional (_storage_pools_list is defined and _storage_pools_list | length > 0): True 138029 1726888211.97713: variable 'storage_test_pool' from source: unknown 138029 1726888211.97764: variable 'storage_test_pool' from source: unknown 138029 1726888211.98353: dumping result to json 138029 1726888211.98359: done dumping result, returning 138029 1726888211.98361: done running TaskExecutor() for managed_node3/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-5a58-73a2-00000000280f] 138029 1726888211.98363: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000280f 138029 1726888211.98782: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000280f 138029 1726888211.98785: WORKER PROCESS EXITING 138029 1726888211.98870: no more pending results, returning what we have 138029 1726888211.98873: in VariableManager get_vars() 138029 1726888211.98893: Calling all_inventory to load vars for managed_node3 138029 1726888211.98894: Calling groups_inventory to load vars for managed_node3 138029 1726888211.98896: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888211.98903: Calling all_plugins_play to load vars for managed_node3 138029 1726888211.98905: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888211.98907: Calling groups_plugins_play to load vars for managed_node3 138029 1726888211.99175: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888211.99486: done with get_vars() 138029 1726888211.99494: variable 'ansible_search_path' from source: unknown 138029 1726888211.99536: we have included files to process 138029 1726888211.99537: generating all_blocks data 138029 1726888211.99538: done generating all_blocks data 138029 1726888211.99541: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 138029 1726888211.99542: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 138029 1726888211.99544: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 138029 1726888211.99820: in VariableManager get_vars() 138029 1726888211.99832: done with get_vars() 138029 1726888211.99840: done processing included file 138029 1726888211.99841: iterating over new_blocks loaded from include file 138029 1726888211.99842: in VariableManager get_vars() 138029 1726888211.99849: done with get_vars() 138029 1726888211.99850: filtering new block on tags 138029 1726888211.99883: done filtering new block on tags 138029 1726888211.99885: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 => (item={'disks': ['sda', 'sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'vg1', 'raid_level': 'raid1', 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'raid_chunk_size': '0 B', 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': [{'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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': 'UUID=ac246704-920b-4020-af6e-f443534e195b'}, {'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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24'}, {'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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2'}]}) 138029 1726888211.99905: extending task lists for all hosts with included blocks 138029 1726888212.00077: done extending task lists 138029 1726888212.00078: done processing included files 138029 1726888212.00078: results queue empty 138029 1726888212.00079: checking for any_errors_fatal 138029 1726888212.00081: done checking for any_errors_fatal 138029 1726888212.00082: checking for max_fail_percentage 138029 1726888212.00083: done checking for max_fail_percentage 138029 1726888212.00083: checking to see if all hosts have failed and the running result is not ok 138029 1726888212.00084: done checking to see if all hosts have failed 138029 1726888212.00084: getting the remaining hosts for this loop 138029 1726888212.00085: done getting the remaining hosts for this loop 138029 1726888212.00086: getting the next task for host managed_node3 138029 1726888212.00089: done getting next task for host managed_node3 138029 1726888212.00090: ^ task is: TASK: Set _storage_pool_tests 138029 1726888212.00092: ^ 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 138029 1726888212.00094: getting variables 138029 1726888212.00095: in VariableManager get_vars() 138029 1726888212.00101: Calling all_inventory to load vars for managed_node3 138029 1726888212.00102: Calling groups_inventory to load vars for managed_node3 138029 1726888212.00103: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888212.00107: Calling all_plugins_play to load vars for managed_node3 138029 1726888212.00109: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888212.00111: Calling groups_plugins_play to load vars for managed_node3 138029 1726888212.00368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888212.00681: done with get_vars() 138029 1726888212.00690: done getting variables 138029 1726888212.00715: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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_pool_tests] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Friday 20 September 2024 23:10:12 -0400 (0:00:00.069) 0:03:44.730 ****** 138029 1726888212.00734: entering _queue_task() for managed_node3/set_fact 138029 1726888212.00965: worker is 1 (out of 1 available) 138029 1726888212.00976: exiting _queue_task() for managed_node3/set_fact 138029 1726888212.00989: done queuing things up, now waiting for results queue to drain 138029 1726888212.00991: waiting for pending results... 138029 1726888212.01194: running TaskExecutor() for managed_node3/TASK: Set _storage_pool_tests 138029 1726888212.01283: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002911 138029 1726888212.01295: variable 'ansible_search_path' from source: unknown 138029 1726888212.01324: calling self._execute() 138029 1726888212.01426: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.01430: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.01442: variable 'omit' from source: magic vars 138029 1726888212.01527: variable 'omit' from source: magic vars 138029 1726888212.01565: variable 'omit' from source: magic vars 138029 1726888212.01593: variable 'omit' from source: magic vars 138029 1726888212.01624: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888212.01659: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888212.01675: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888212.01689: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.01699: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.01712: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888212.01725: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888212.01749: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888212.01753: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.01757: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.01840: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888212.01844: Set connection var ansible_timeout to 10 138029 1726888212.01849: Set connection var ansible_pipelining to False 138029 1726888212.01852: Set connection var ansible_shell_type to sh 138029 1726888212.01854: Set connection var ansible_connection to ssh 138029 1726888212.01861: Set connection var ansible_shell_executable to /bin/sh 138029 1726888212.01887: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.01890: variable 'ansible_connection' from source: unknown 138029 1726888212.01892: variable 'ansible_module_compression' from source: unknown 138029 1726888212.01895: variable 'ansible_shell_type' from source: unknown 138029 1726888212.01897: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.01899: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.01903: variable 'ansible_pipelining' from source: unknown 138029 1726888212.01905: variable 'ansible_timeout' from source: unknown 138029 1726888212.01910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.02027: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888212.02037: variable 'omit' from source: magic vars 138029 1726888212.02042: starting attempt loop 138029 1726888212.02045: running the handler 138029 1726888212.02053: handler run complete 138029 1726888212.02063: attempt loop complete, returning result 138029 1726888212.02065: _execute() done 138029 1726888212.02070: dumping result to json 138029 1726888212.02074: done dumping result, returning 138029 1726888212.02081: done running TaskExecutor() for managed_node3/TASK: Set _storage_pool_tests [0affc8a3-6f6f-5a58-73a2-000000002911] 138029 1726888212.02086: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002911 138029 1726888212.02170: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002911 138029 1726888212.02173: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } 138029 1726888212.02259: no more pending results, returning what we have 138029 1726888212.02262: results queue empty 138029 1726888212.02263: checking for any_errors_fatal 138029 1726888212.02265: done checking for any_errors_fatal 138029 1726888212.02265: checking for max_fail_percentage 138029 1726888212.02266: done checking for max_fail_percentage 138029 1726888212.02267: checking to see if all hosts have failed and the running result is not ok 138029 1726888212.02268: done checking to see if all hosts have failed 138029 1726888212.02269: getting the remaining hosts for this loop 138029 1726888212.02271: done getting the remaining hosts for this loop 138029 1726888212.02274: getting the next task for host managed_node3 138029 1726888212.02280: done getting next task for host managed_node3 138029 1726888212.02282: ^ task is: TASK: Get VG shared value status 138029 1726888212.02286: ^ 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 138029 1726888212.02289: getting variables 138029 1726888212.02290: in VariableManager get_vars() 138029 1726888212.02318: Calling all_inventory to load vars for managed_node3 138029 1726888212.02321: Calling groups_inventory to load vars for managed_node3 138029 1726888212.02324: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888212.02331: Calling all_plugins_play to load vars for managed_node3 138029 1726888212.02334: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888212.02336: Calling groups_plugins_play to load vars for managed_node3 138029 1726888212.02663: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888212.03002: done with get_vars() 138029 1726888212.03012: done getting variables 138029 1726888212.03050: 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 VG shared value status] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Friday 20 September 2024 23:10:12 -0400 (0:00:00.023) 0:03:44.754 ****** 138029 1726888212.03074: entering _queue_task() for managed_node3/command 138029 1726888212.03278: worker is 1 (out of 1 available) 138029 1726888212.03292: exiting _queue_task() for managed_node3/command 138029 1726888212.03305: done queuing things up, now waiting for results queue to drain 138029 1726888212.03307: waiting for pending results... 138029 1726888212.03506: running TaskExecutor() for managed_node3/TASK: Get VG shared value status 138029 1726888212.03588: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002912 138029 1726888212.03602: variable 'ansible_search_path' from source: unknown 138029 1726888212.03629: calling self._execute() 138029 1726888212.03726: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.03731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.03738: variable 'omit' from source: magic vars 138029 1726888212.04071: variable 'storage_test_pool' from source: include params 138029 1726888212.04104: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): False 138029 1726888212.04107: when evaluation is False, skipping this task 138029 1726888212.04111: _execute() done 138029 1726888212.04113: dumping result to json 138029 1726888212.04117: done dumping result, returning 138029 1726888212.04120: done running TaskExecutor() for managed_node3/TASK: Get VG shared value status [0affc8a3-6f6f-5a58-73a2-000000002912] 138029 1726888212.04125: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002912 138029 1726888212.04216: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002912 138029 1726888212.04220: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } 138029 1726888212.04274: no more pending results, returning what we have 138029 1726888212.04277: results queue empty 138029 1726888212.04278: checking for any_errors_fatal 138029 1726888212.04287: done checking for any_errors_fatal 138029 1726888212.04288: checking for max_fail_percentage 138029 1726888212.04289: done checking for max_fail_percentage 138029 1726888212.04290: checking to see if all hosts have failed and the running result is not ok 138029 1726888212.04291: done checking to see if all hosts have failed 138029 1726888212.04292: getting the remaining hosts for this loop 138029 1726888212.04293: done getting the remaining hosts for this loop 138029 1726888212.04296: getting the next task for host managed_node3 138029 1726888212.04302: done getting next task for host managed_node3 138029 1726888212.04304: ^ task is: TASK: Verify that VG shared value checks out 138029 1726888212.04307: ^ 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 138029 1726888212.04311: getting variables 138029 1726888212.04312: in VariableManager get_vars() 138029 1726888212.04337: Calling all_inventory to load vars for managed_node3 138029 1726888212.04339: Calling groups_inventory to load vars for managed_node3 138029 1726888212.04342: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888212.04350: Calling all_plugins_play to load vars for managed_node3 138029 1726888212.04352: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888212.04362: Calling groups_plugins_play to load vars for managed_node3 138029 1726888212.04698: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888212.05035: done with get_vars() 138029 1726888212.05045: done getting variables 138029 1726888212.05084: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 VG shared value checks out] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Friday 20 September 2024 23:10:12 -0400 (0:00:00.020) 0:03:44.774 ****** 138029 1726888212.05104: entering _queue_task() for managed_node3/assert 138029 1726888212.05287: worker is 1 (out of 1 available) 138029 1726888212.05299: exiting _queue_task() for managed_node3/assert 138029 1726888212.05310: done queuing things up, now waiting for results queue to drain 138029 1726888212.05311: waiting for pending results... 138029 1726888212.05503: running TaskExecutor() for managed_node3/TASK: Verify that VG shared value checks out 138029 1726888212.05581: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002913 138029 1726888212.05594: variable 'ansible_search_path' from source: unknown 138029 1726888212.05620: calling self._execute() 138029 1726888212.05717: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.05720: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.05729: variable 'omit' from source: magic vars 138029 1726888212.06067: variable 'storage_test_pool' from source: include params 138029 1726888212.06106: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): False 138029 1726888212.06110: when evaluation is False, skipping this task 138029 1726888212.06113: _execute() done 138029 1726888212.06115: dumping result to json 138029 1726888212.06118: done dumping result, returning 138029 1726888212.06120: done running TaskExecutor() for managed_node3/TASK: Verify that VG shared value checks out [0affc8a3-6f6f-5a58-73a2-000000002913] 138029 1726888212.06125: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002913 138029 1726888212.06216: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002913 138029 1726888212.06219: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } 138029 1726888212.06265: no more pending results, returning what we have 138029 1726888212.06268: results queue empty 138029 1726888212.06269: checking for any_errors_fatal 138029 1726888212.06278: done checking for any_errors_fatal 138029 1726888212.06278: checking for max_fail_percentage 138029 1726888212.06280: done checking for max_fail_percentage 138029 1726888212.06281: checking to see if all hosts have failed and the running result is not ok 138029 1726888212.06282: done checking to see if all hosts have failed 138029 1726888212.06282: getting the remaining hosts for this loop 138029 1726888212.06284: done getting the remaining hosts for this loop 138029 1726888212.06287: getting the next task for host managed_node3 138029 1726888212.06293: done getting next task for host managed_node3 138029 1726888212.06296: ^ task is: TASK: Verify pool subset 138029 1726888212.06300: ^ 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 138029 1726888212.06304: getting variables 138029 1726888212.06305: in VariableManager get_vars() 138029 1726888212.06331: Calling all_inventory to load vars for managed_node3 138029 1726888212.06334: Calling groups_inventory to load vars for managed_node3 138029 1726888212.06336: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888212.06344: Calling all_plugins_play to load vars for managed_node3 138029 1726888212.06347: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888212.06349: Calling groups_plugins_play to load vars for managed_node3 138029 1726888212.06689: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888212.07026: done with get_vars() 138029 1726888212.07036: done getting variables TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Friday 20 September 2024 23:10:12 -0400 (0:00:00.019) 0:03:44.794 ****** 138029 1726888212.07099: entering _queue_task() for managed_node3/include_tasks 138029 1726888212.07284: worker is 1 (out of 1 available) 138029 1726888212.07296: exiting _queue_task() for managed_node3/include_tasks 138029 1726888212.07308: done queuing things up, now waiting for results queue to drain 138029 1726888212.07310: waiting for pending results... 138029 1726888212.07491: running TaskExecutor() for managed_node3/TASK: Verify pool subset 138029 1726888212.07560: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002914 138029 1726888212.07575: variable 'ansible_search_path' from source: unknown 138029 1726888212.07609: variable '_storage_pool_tests' from source: set_fact 138029 1726888212.07766: variable '_storage_pool_tests' from source: set_fact 138029 1726888212.07821: variable 'omit' from source: magic vars 138029 1726888212.07931: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.07938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.07946: variable 'omit' from source: magic vars 138029 1726888212.08064: variable 'storage_test_pool_subset' from source: unknown 138029 1726888212.08090: variable 'storage_test_pool_subset' from source: unknown 138029 1726888212.08137: variable 'storage_test_pool_subset' from source: unknown 138029 1726888212.08277: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.08280: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.08283: variable 'omit' from source: magic vars 138029 1726888212.08328: variable 'storage_test_pool_subset' from source: unknown 138029 1726888212.08349: variable 'storage_test_pool_subset' from source: unknown 138029 1726888212.08400: variable 'storage_test_pool_subset' from source: unknown 138029 1726888212.08460: dumping result to json 138029 1726888212.08463: done dumping result, returning 138029 1726888212.08466: done running TaskExecutor() for managed_node3/TASK: Verify pool subset [0affc8a3-6f6f-5a58-73a2-000000002914] 138029 1726888212.08468: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002914 138029 1726888212.08508: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002914 138029 1726888212.08512: WORKER PROCESS EXITING 138029 1726888212.08535: no more pending results, returning what we have 138029 1726888212.08539: in VariableManager get_vars() 138029 1726888212.08577: Calling all_inventory to load vars for managed_node3 138029 1726888212.08580: Calling groups_inventory to load vars for managed_node3 138029 1726888212.08583: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888212.08593: Calling all_plugins_play to load vars for managed_node3 138029 1726888212.08595: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888212.08598: Calling groups_plugins_play to load vars for managed_node3 138029 1726888212.09087: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888212.09407: done with get_vars() 138029 1726888212.09415: variable 'ansible_search_path' from source: unknown 138029 1726888212.09440: variable 'ansible_search_path' from source: unknown 138029 1726888212.09457: we have included files to process 138029 1726888212.09458: generating all_blocks data 138029 1726888212.09459: done generating all_blocks data 138029 1726888212.09462: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 138029 1726888212.09462: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 138029 1726888212.09464: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 138029 1726888212.10139: in VariableManager get_vars() 138029 1726888212.10152: done with get_vars() 138029 1726888212.10202: in VariableManager get_vars() 138029 1726888212.10215: done with get_vars() 138029 1726888212.10238: in VariableManager get_vars() 138029 1726888212.10249: done with get_vars() 138029 1726888212.10275: in VariableManager get_vars() 138029 1726888212.10287: done with get_vars() 138029 1726888212.10312: in VariableManager get_vars() 138029 1726888212.10325: done with get_vars() 138029 1726888212.10347: in VariableManager get_vars() 138029 1726888212.10360: done with get_vars() 138029 1726888212.10384: in VariableManager get_vars() 138029 1726888212.10396: done with get_vars() 138029 1726888212.10453: done processing included file 138029 1726888212.10457: iterating over new_blocks loaded from include file 138029 1726888212.10458: in VariableManager get_vars() 138029 1726888212.10468: done with get_vars() 138029 1726888212.10469: filtering new block on tags 138029 1726888212.10590: done filtering new block on tags 138029 1726888212.10592: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 => (item=members) 138029 1726888212.10595: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 138029 1726888212.10596: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 138029 1726888212.10598: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 138029 1726888212.10647: in VariableManager get_vars() 138029 1726888212.10661: done with get_vars() 138029 1726888212.10670: done processing included file 138029 1726888212.10671: iterating over new_blocks loaded from include file 138029 1726888212.10672: in VariableManager get_vars() 138029 1726888212.10680: done with get_vars() 138029 1726888212.10681: filtering new block on tags 138029 1726888212.10693: done filtering new block on tags 138029 1726888212.10695: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 => (item=volumes) 138029 1726888212.10697: extending task lists for all hosts with included blocks 138029 1726888212.10836: done extending task lists 138029 1726888212.10837: done processing included files 138029 1726888212.10837: results queue empty 138029 1726888212.10837: checking for any_errors_fatal 138029 1726888212.10840: done checking for any_errors_fatal 138029 1726888212.10840: checking for max_fail_percentage 138029 1726888212.10841: done checking for max_fail_percentage 138029 1726888212.10841: checking to see if all hosts have failed and the running result is not ok 138029 1726888212.10842: done checking to see if all hosts have failed 138029 1726888212.10842: getting the remaining hosts for this loop 138029 1726888212.10843: done getting the remaining hosts for this loop 138029 1726888212.10845: getting the next task for host managed_node3 138029 1726888212.10847: done getting next task for host managed_node3 138029 1726888212.10849: ^ task is: TASK: Set test variables 138029 1726888212.10852: ^ 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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888212.10860: getting variables 138029 1726888212.10861: in VariableManager get_vars() 138029 1726888212.10868: Calling all_inventory to load vars for managed_node3 138029 1726888212.10869: Calling groups_inventory to load vars for managed_node3 138029 1726888212.10871: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888212.10874: Calling all_plugins_play to load vars for managed_node3 138029 1726888212.10876: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888212.10877: Calling groups_plugins_play to load vars for managed_node3 138029 1726888212.11113: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888212.11421: done with get_vars() 138029 1726888212.11430: done getting variables 138029 1726888212.11457: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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-pool-members.yml:2 Friday 20 September 2024 23:10:12 -0400 (0:00:00.043) 0:03:44.838 ****** 138029 1726888212.11476: entering _queue_task() for managed_node3/set_fact 138029 1726888212.11674: worker is 1 (out of 1 available) 138029 1726888212.11687: exiting _queue_task() for managed_node3/set_fact 138029 1726888212.11700: done queuing things up, now waiting for results queue to drain 138029 1726888212.11702: waiting for pending results... 138029 1726888212.11889: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888212.11965: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000294c 138029 1726888212.11978: variable 'ansible_search_path' from source: unknown 138029 1726888212.12006: calling self._execute() 138029 1726888212.12101: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.12105: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.12114: variable 'omit' from source: magic vars 138029 1726888212.12406: variable 'storage_test_pool' from source: include params 138029 1726888212.12440: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888212.12445: variable 'omit' from source: magic vars 138029 1726888212.12487: variable 'omit' from source: magic vars 138029 1726888212.12641: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888212.14111: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888212.14165: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888212.14194: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888212.14223: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888212.14242: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888212.14300: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888212.14321: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888212.14340: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888212.14366: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888212.14380: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888212.14411: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888212.14427: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888212.14448: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888212.14477: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888212.14487: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888212.14528: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888212.14547: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888212.14567: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888212.14593: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888212.14603: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888212.14719: variable 'ansible_lvm' from source: facts 138029 1726888212.14724: variable 'storage_test_pool' from source: include params 138029 1726888212.14863: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888212.14885: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888212.14901: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888212.14925: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888212.14935: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888212.15019: variable 'storage_test_pool' from source: include params 138029 1726888212.15050: variable 'omit' from source: magic vars 138029 1726888212.15074: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888212.15095: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888212.15109: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888212.15122: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.15130: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.15142: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888212.15154: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888212.15181: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888212.15186: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.15188: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.15264: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888212.15271: Set connection var ansible_timeout to 10 138029 1726888212.15276: Set connection var ansible_pipelining to False 138029 1726888212.15286: Set connection var ansible_shell_type to sh 138029 1726888212.15289: Set connection var ansible_connection to ssh 138029 1726888212.15291: Set connection var ansible_shell_executable to /bin/sh 138029 1726888212.15310: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.15313: variable 'ansible_connection' from source: unknown 138029 1726888212.15315: variable 'ansible_module_compression' from source: unknown 138029 1726888212.15317: variable 'ansible_shell_type' from source: unknown 138029 1726888212.15320: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.15322: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.15325: variable 'ansible_pipelining' from source: unknown 138029 1726888212.15328: variable 'ansible_timeout' from source: unknown 138029 1726888212.15332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.15405: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888212.15414: variable 'omit' from source: magic vars 138029 1726888212.15424: starting attempt loop 138029 1726888212.15427: running the handler 138029 1726888212.15432: handler run complete 138029 1726888212.15440: attempt loop complete, returning result 138029 1726888212.15442: _execute() done 138029 1726888212.15445: dumping result to json 138029 1726888212.15447: done dumping result, returning 138029 1726888212.15454: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-00000000294c] 138029 1726888212.15460: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000294c 138029 1726888212.15551: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000294c 138029 1726888212.15554: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } 138029 1726888212.15606: no more pending results, returning what we have 138029 1726888212.15611: results queue empty 138029 1726888212.15612: checking for any_errors_fatal 138029 1726888212.15613: done checking for any_errors_fatal 138029 1726888212.15614: checking for max_fail_percentage 138029 1726888212.15615: done checking for max_fail_percentage 138029 1726888212.15616: checking to see if all hosts have failed and the running result is not ok 138029 1726888212.15617: done checking to see if all hosts have failed 138029 1726888212.15618: getting the remaining hosts for this loop 138029 1726888212.15619: done getting the remaining hosts for this loop 138029 1726888212.15623: getting the next task for host managed_node3 138029 1726888212.15629: done getting next task for host managed_node3 138029 1726888212.15634: ^ task is: TASK: Get the canonical device path for each member device 138029 1726888212.15639: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888212.15643: getting variables 138029 1726888212.15644: in VariableManager get_vars() 138029 1726888212.15681: Calling all_inventory to load vars for managed_node3 138029 1726888212.15684: Calling groups_inventory to load vars for managed_node3 138029 1726888212.15687: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888212.15696: Calling all_plugins_play to load vars for managed_node3 138029 1726888212.15699: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888212.15702: Calling groups_plugins_play to load vars for managed_node3 138029 1726888212.16074: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888212.16491: done with get_vars() 138029 1726888212.16502: done getting variables TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Friday 20 September 2024 23:10:12 -0400 (0:00:00.050) 0:03:44.889 ****** 138029 1726888212.16562: entering _queue_task() for managed_node3/fedora.linux_system_roles.resolve_blockdev 138029 1726888212.16781: worker is 1 (out of 1 available) 138029 1726888212.16799: exiting _queue_task() for managed_node3/fedora.linux_system_roles.resolve_blockdev 138029 1726888212.16816: done queuing things up, now waiting for results queue to drain 138029 1726888212.16817: waiting for pending results... 138029 1726888212.17122: running TaskExecutor() for managed_node3/TASK: Get the canonical device path for each member device 138029 1726888212.17210: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000294d 138029 1726888212.17223: variable 'ansible_search_path' from source: unknown 138029 1726888212.17261: variable '_storage_test_pool_pvs_lvm' from source: set_fact 138029 1726888212.17431: variable '_storage_test_pool_pvs_lvm' from source: set_fact 138029 1726888212.17477: dumping result to json 138029 1726888212.17481: done dumping result, returning 138029 1726888212.17484: done running TaskExecutor() for managed_node3/TASK: Get the canonical device path for each member device [0affc8a3-6f6f-5a58-73a2-00000000294d] 138029 1726888212.17504: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000294d 138029 1726888212.17642: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000294d 138029 1726888212.17646: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888212.17721: no more pending results, returning what we have 138029 1726888212.17725: results queue empty 138029 1726888212.17726: checking for any_errors_fatal 138029 1726888212.17731: done checking for any_errors_fatal 138029 1726888212.17732: checking for max_fail_percentage 138029 1726888212.17733: done checking for max_fail_percentage 138029 1726888212.17734: checking to see if all hosts have failed and the running result is not ok 138029 1726888212.17735: done checking to see if all hosts have failed 138029 1726888212.17736: getting the remaining hosts for this loop 138029 1726888212.17738: done getting the remaining hosts for this loop 138029 1726888212.17742: getting the next task for host managed_node3 138029 1726888212.17748: done getting next task for host managed_node3 138029 1726888212.17750: ^ task is: TASK: Set pvs lvm length 138029 1726888212.17755: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888212.17761: getting variables 138029 1726888212.17762: in VariableManager get_vars() 138029 1726888212.17792: Calling all_inventory to load vars for managed_node3 138029 1726888212.17794: Calling groups_inventory to load vars for managed_node3 138029 1726888212.17797: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888212.17806: Calling all_plugins_play to load vars for managed_node3 138029 1726888212.17808: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888212.17812: Calling groups_plugins_play to load vars for managed_node3 138029 1726888212.18394: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888212.18947: done with get_vars() 138029 1726888212.18961: done getting variables 138029 1726888212.19002: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pvs lvm length] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Friday 20 September 2024 23:10:12 -0400 (0:00:00.024) 0:03:44.913 ****** 138029 1726888212.19023: entering _queue_task() for managed_node3/set_fact 138029 1726888212.19220: worker is 1 (out of 1 available) 138029 1726888212.19233: exiting _queue_task() for managed_node3/set_fact 138029 1726888212.19246: done queuing things up, now waiting for results queue to drain 138029 1726888212.19247: waiting for pending results... 138029 1726888212.19676: running TaskExecutor() for managed_node3/TASK: Set pvs lvm length 138029 1726888212.19681: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000294f 138029 1726888212.19684: variable 'ansible_search_path' from source: unknown 138029 1726888212.19687: calling self._execute() 138029 1726888212.19797: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.19808: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.19822: variable 'omit' from source: magic vars 138029 1726888212.20210: variable 'storage_test_pool' from source: include params 138029 1726888212.20263: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888212.20275: variable 'omit' from source: magic vars 138029 1726888212.20326: variable 'omit' from source: magic vars 138029 1726888212.20477: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888212.22607: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888212.22925: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888212.22953: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888212.22982: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888212.23002: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888212.23062: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888212.23083: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888212.23100: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888212.23129: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888212.23140: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888212.23203: variable '_storage_test_pool_pvs_lvm' from source: set_fact 138029 1726888212.23228: variable 'omit' from source: magic vars 138029 1726888212.23247: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888212.23271: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888212.23284: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888212.23297: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.23306: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.23321: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888212.23336: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888212.23358: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888212.23361: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.23364: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.23445: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888212.23448: Set connection var ansible_timeout to 10 138029 1726888212.23451: Set connection var ansible_pipelining to False 138029 1726888212.23453: Set connection var ansible_shell_type to sh 138029 1726888212.23458: Set connection var ansible_connection to ssh 138029 1726888212.23463: Set connection var ansible_shell_executable to /bin/sh 138029 1726888212.23484: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.23487: variable 'ansible_connection' from source: unknown 138029 1726888212.23490: variable 'ansible_module_compression' from source: unknown 138029 1726888212.23492: variable 'ansible_shell_type' from source: unknown 138029 1726888212.23494: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.23496: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.23500: variable 'ansible_pipelining' from source: unknown 138029 1726888212.23503: variable 'ansible_timeout' from source: unknown 138029 1726888212.23505: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.23581: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888212.23590: variable 'omit' from source: magic vars 138029 1726888212.23596: starting attempt loop 138029 1726888212.23599: running the handler 138029 1726888212.23608: handler run complete 138029 1726888212.23615: attempt loop complete, returning result 138029 1726888212.23618: _execute() done 138029 1726888212.23620: dumping result to json 138029 1726888212.23623: done dumping result, returning 138029 1726888212.23630: done running TaskExecutor() for managed_node3/TASK: Set pvs lvm length [0affc8a3-6f6f-5a58-73a2-00000000294f] 138029 1726888212.23635: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000294f 138029 1726888212.23718: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000294f 138029 1726888212.23722: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } 138029 1726888212.23779: no more pending results, returning what we have 138029 1726888212.23783: results queue empty 138029 1726888212.23783: checking for any_errors_fatal 138029 1726888212.23790: done checking for any_errors_fatal 138029 1726888212.23791: checking for max_fail_percentage 138029 1726888212.23793: done checking for max_fail_percentage 138029 1726888212.23794: checking to see if all hosts have failed and the running result is not ok 138029 1726888212.23795: done checking to see if all hosts have failed 138029 1726888212.23795: getting the remaining hosts for this loop 138029 1726888212.23797: done getting the remaining hosts for this loop 138029 1726888212.23801: getting the next task for host managed_node3 138029 1726888212.23808: done getting next task for host managed_node3 138029 1726888212.23811: ^ task is: TASK: Set pool pvs 138029 1726888212.23815: ^ 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? (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 138029 1726888212.23826: getting variables 138029 1726888212.23828: in VariableManager get_vars() 138029 1726888212.23868: Calling all_inventory to load vars for managed_node3 138029 1726888212.23872: Calling groups_inventory to load vars for managed_node3 138029 1726888212.23875: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888212.23886: Calling all_plugins_play to load vars for managed_node3 138029 1726888212.23889: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888212.23891: Calling groups_plugins_play to load vars for managed_node3 138029 1726888212.24276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888212.24861: done with get_vars() 138029 1726888212.24880: done getting variables 138029 1726888212.24936: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pool pvs] ************************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Friday 20 September 2024 23:10:12 -0400 (0:00:00.059) 0:03:44.973 ****** 138029 1726888212.24973: entering _queue_task() for managed_node3/set_fact 138029 1726888212.25277: worker is 1 (out of 1 available) 138029 1726888212.25292: exiting _queue_task() for managed_node3/set_fact 138029 1726888212.25303: done queuing things up, now waiting for results queue to drain 138029 1726888212.25304: waiting for pending results... 138029 1726888212.25780: running TaskExecutor() for managed_node3/TASK: Set pool pvs 138029 1726888212.25786: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002950 138029 1726888212.25790: variable 'ansible_search_path' from source: unknown 138029 1726888212.25817: calling self._execute() 138029 1726888212.25950: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.25964: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.25980: variable 'omit' from source: magic vars 138029 1726888212.26448: variable 'storage_test_pool' from source: include params 138029 1726888212.26454: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888212.26469: variable 'omit' from source: magic vars 138029 1726888212.26528: variable 'omit' from source: magic vars 138029 1726888212.26750: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888212.30816: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888212.30890: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888212.30968: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888212.30989: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888212.31018: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888212.31107: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888212.31144: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888212.31186: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888212.31231: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888212.31248: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888212.31310: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888212.31340: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888212.31378: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888212.31507: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888212.31510: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888212.31513: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888212.31529: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888212.31563: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888212.31615: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888212.31636: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888212.31793: variable 'pv_paths' from source: set_fact 138029 1726888212.31805: variable '__pvs_lvm_len' from source: set_fact 138029 1726888212.31877: variable 'omit' from source: magic vars 138029 1726888212.31910: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888212.31946: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888212.31975: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888212.31998: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.32013: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.32051: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888212.32064: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888212.32162: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888212.32167: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.32170: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.32242: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888212.32252: Set connection var ansible_timeout to 10 138029 1726888212.32273: Set connection var ansible_pipelining to False 138029 1726888212.32282: Set connection var ansible_shell_type to sh 138029 1726888212.32290: Set connection var ansible_connection to ssh 138029 1726888212.32302: Set connection var ansible_shell_executable to /bin/sh 138029 1726888212.32335: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.32344: variable 'ansible_connection' from source: unknown 138029 1726888212.32353: variable 'ansible_module_compression' from source: unknown 138029 1726888212.32380: variable 'ansible_shell_type' from source: unknown 138029 1726888212.32384: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.32386: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.32388: variable 'ansible_pipelining' from source: unknown 138029 1726888212.32392: variable 'ansible_timeout' from source: unknown 138029 1726888212.32489: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.32516: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888212.32610: variable 'omit' from source: magic vars 138029 1726888212.32779: starting attempt loop 138029 1726888212.32787: running the handler 138029 1726888212.32801: handler run complete 138029 1726888212.32815: attempt loop complete, returning result 138029 1726888212.32821: _execute() done 138029 1726888212.32828: dumping result to json 138029 1726888212.32834: done dumping result, returning 138029 1726888212.32844: done running TaskExecutor() for managed_node3/TASK: Set pool pvs [0affc8a3-6f6f-5a58-73a2-000000002950] 138029 1726888212.32853: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002950 ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } 138029 1726888212.33213: no more pending results, returning what we have 138029 1726888212.33217: results queue empty 138029 1726888212.33218: checking for any_errors_fatal 138029 1726888212.33223: done checking for any_errors_fatal 138029 1726888212.33224: checking for max_fail_percentage 138029 1726888212.33225: done checking for max_fail_percentage 138029 1726888212.33226: checking to see if all hosts have failed and the running result is not ok 138029 1726888212.33227: done checking to see if all hosts have failed 138029 1726888212.33228: getting the remaining hosts for this loop 138029 1726888212.33230: done getting the remaining hosts for this loop 138029 1726888212.33233: getting the next task for host managed_node3 138029 1726888212.33239: done getting next task for host managed_node3 138029 1726888212.33242: ^ task is: TASK: Verify PV count 138029 1726888212.33247: ^ 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? (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 138029 1726888212.33252: getting variables 138029 1726888212.33253: in VariableManager get_vars() 138029 1726888212.33296: Calling all_inventory to load vars for managed_node3 138029 1726888212.33300: Calling groups_inventory to load vars for managed_node3 138029 1726888212.33304: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888212.33316: Calling all_plugins_play to load vars for managed_node3 138029 1726888212.33320: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888212.33323: Calling groups_plugins_play to load vars for managed_node3 138029 1726888212.34136: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002950 138029 1726888212.34140: WORKER PROCESS EXITING 138029 1726888212.34527: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888212.35300: done with get_vars() 138029 1726888212.35316: done getting variables 138029 1726888212.35378: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 PV count] ********************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Friday 20 September 2024 23:10:12 -0400 (0:00:00.104) 0:03:45.077 ****** 138029 1726888212.35409: entering _queue_task() for managed_node3/assert 138029 1726888212.35703: worker is 1 (out of 1 available) 138029 1726888212.35715: exiting _queue_task() for managed_node3/assert 138029 1726888212.35726: done queuing things up, now waiting for results queue to drain 138029 1726888212.35727: waiting for pending results... 138029 1726888212.36040: running TaskExecutor() for managed_node3/TASK: Verify PV count 138029 1726888212.36193: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002951 138029 1726888212.36207: variable 'ansible_search_path' from source: unknown 138029 1726888212.36244: calling self._execute() 138029 1726888212.36383: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.36388: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.36403: variable 'omit' from source: magic vars 138029 1726888212.36848: variable 'storage_test_pool' from source: include params 138029 1726888212.36903: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888212.36909: variable 'omit' from source: magic vars 138029 1726888212.36960: variable 'omit' from source: magic vars 138029 1726888212.37141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888212.39234: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888212.39315: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888212.39352: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888212.39397: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888212.39424: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888212.39506: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888212.39534: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888212.39559: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888212.39606: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888212.39620: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888212.39739: variable 'storage_test_pool' from source: include params 138029 1726888212.39775: variable '__pvs_lvm_len' from source: set_fact 138029 1726888212.39778: variable '_storage_test_expected_pv_count' from source: set_fact 138029 1726888212.39821: variable 'omit' from source: magic vars 138029 1726888212.39847: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888212.39880: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888212.39894: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888212.39916: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.39927: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.39942: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888212.39959: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888212.39991: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888212.39994: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.39997: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.40161: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888212.40165: Set connection var ansible_timeout to 10 138029 1726888212.40167: Set connection var ansible_pipelining to False 138029 1726888212.40170: Set connection var ansible_shell_type to sh 138029 1726888212.40172: Set connection var ansible_connection to ssh 138029 1726888212.40174: Set connection var ansible_shell_executable to /bin/sh 138029 1726888212.40176: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.40178: variable 'ansible_connection' from source: unknown 138029 1726888212.40181: variable 'ansible_module_compression' from source: unknown 138029 1726888212.40182: variable 'ansible_shell_type' from source: unknown 138029 1726888212.40184: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.40187: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.40189: variable 'ansible_pipelining' from source: unknown 138029 1726888212.40191: variable 'ansible_timeout' from source: unknown 138029 1726888212.40193: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.40301: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888212.40313: variable 'omit' from source: magic vars 138029 1726888212.40316: starting attempt loop 138029 1726888212.40319: running the handler 138029 1726888212.40497: variable '__pvs_lvm_len' from source: set_fact 138029 1726888212.40501: variable '_storage_test_expected_pv_count' from source: set_fact 138029 1726888212.40532: Evaluated conditional (__pvs_lvm_len | int == _storage_test_expected_pv_count | int): True 138029 1726888212.40535: handler run complete 138029 1726888212.40538: attempt loop complete, returning result 138029 1726888212.40540: _execute() done 138029 1726888212.40543: dumping result to json 138029 1726888212.40545: done dumping result, returning 138029 1726888212.40547: done running TaskExecutor() for managed_node3/TASK: Verify PV count [0affc8a3-6f6f-5a58-73a2-000000002951] 138029 1726888212.40549: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002951 138029 1726888212.40708: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002951 138029 1726888212.40711: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888212.40768: no more pending results, returning what we have 138029 1726888212.40772: results queue empty 138029 1726888212.40774: checking for any_errors_fatal 138029 1726888212.40783: done checking for any_errors_fatal 138029 1726888212.40784: checking for max_fail_percentage 138029 1726888212.40786: done checking for max_fail_percentage 138029 1726888212.40787: checking to see if all hosts have failed and the running result is not ok 138029 1726888212.40788: done checking to see if all hosts have failed 138029 1726888212.40788: getting the remaining hosts for this loop 138029 1726888212.40790: done getting the remaining hosts for this loop 138029 1726888212.40794: getting the next task for host managed_node3 138029 1726888212.40801: done getting next task for host managed_node3 138029 1726888212.40804: ^ task is: TASK: Set expected pv type 138029 1726888212.40810: ^ 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? (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 138029 1726888212.40822: getting variables 138029 1726888212.40824: in VariableManager get_vars() 138029 1726888212.40863: Calling all_inventory to load vars for managed_node3 138029 1726888212.40868: Calling groups_inventory to load vars for managed_node3 138029 1726888212.40871: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888212.40883: Calling all_plugins_play to load vars for managed_node3 138029 1726888212.40886: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888212.40889: Calling groups_plugins_play to load vars for managed_node3 138029 1726888212.41663: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888212.42283: done with get_vars() 138029 1726888212.42299: done getting variables 138029 1726888212.42353: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pv type] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Friday 20 September 2024 23:10:12 -0400 (0:00:00.069) 0:03:45.147 ****** 138029 1726888212.42390: entering _queue_task() for managed_node3/set_fact 138029 1726888212.42706: worker is 1 (out of 1 available) 138029 1726888212.42718: exiting _queue_task() for managed_node3/set_fact 138029 1726888212.42729: done queuing things up, now waiting for results queue to drain 138029 1726888212.42731: waiting for pending results... 138029 1726888212.43176: running TaskExecutor() for managed_node3/TASK: Set expected pv type 138029 1726888212.43183: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002952 138029 1726888212.43187: variable 'ansible_search_path' from source: unknown 138029 1726888212.43229: calling self._execute() 138029 1726888212.43363: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.43368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.43379: variable 'omit' from source: magic vars 138029 1726888212.43848: variable 'storage_test_pool' from source: include params 138029 1726888212.43851: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888212.43854: variable 'omit' from source: magic vars 138029 1726888212.43902: variable 'omit' from source: magic vars 138029 1726888212.44033: variable 'storage_test_pool' from source: include params 138029 1726888212.44083: variable 'omit' from source: magic vars 138029 1726888212.44126: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888212.44163: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888212.44189: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888212.44262: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.44265: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.44268: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888212.44270: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888212.44280: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888212.44283: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.44287: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.44410: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888212.44413: Set connection var ansible_timeout to 10 138029 1726888212.44420: Set connection var ansible_pipelining to False 138029 1726888212.44423: Set connection var ansible_shell_type to sh 138029 1726888212.44425: Set connection var ansible_connection to ssh 138029 1726888212.44430: Set connection var ansible_shell_executable to /bin/sh 138029 1726888212.44458: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.44461: variable 'ansible_connection' from source: unknown 138029 1726888212.44464: variable 'ansible_module_compression' from source: unknown 138029 1726888212.44466: variable 'ansible_shell_type' from source: unknown 138029 1726888212.44495: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.44498: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.44500: variable 'ansible_pipelining' from source: unknown 138029 1726888212.44503: variable 'ansible_timeout' from source: unknown 138029 1726888212.44506: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.44715: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888212.44719: variable 'omit' from source: magic vars 138029 1726888212.44721: starting attempt loop 138029 1726888212.44724: running the handler 138029 1726888212.44726: handler run complete 138029 1726888212.44728: attempt loop complete, returning result 138029 1726888212.44730: _execute() done 138029 1726888212.44732: dumping result to json 138029 1726888212.44734: done dumping result, returning 138029 1726888212.44737: done running TaskExecutor() for managed_node3/TASK: Set expected pv type [0affc8a3-6f6f-5a58-73a2-000000002952] 138029 1726888212.44739: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002952 ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 138029 1726888212.44869: no more pending results, returning what we have 138029 1726888212.44873: results queue empty 138029 1726888212.44874: checking for any_errors_fatal 138029 1726888212.44884: done checking for any_errors_fatal 138029 1726888212.44884: checking for max_fail_percentage 138029 1726888212.44886: done checking for max_fail_percentage 138029 1726888212.44887: checking to see if all hosts have failed and the running result is not ok 138029 1726888212.44888: done checking to see if all hosts have failed 138029 1726888212.44889: getting the remaining hosts for this loop 138029 1726888212.44891: done getting the remaining hosts for this loop 138029 1726888212.44895: getting the next task for host managed_node3 138029 1726888212.44903: done getting next task for host managed_node3 138029 1726888212.44906: ^ task is: TASK: Set expected pv type 138029 1726888212.44912: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888212.44917: getting variables 138029 1726888212.44919: in VariableManager get_vars() 138029 1726888212.44957: Calling all_inventory to load vars for managed_node3 138029 1726888212.44961: Calling groups_inventory to load vars for managed_node3 138029 1726888212.44964: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888212.44980: Calling all_plugins_play to load vars for managed_node3 138029 1726888212.44984: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888212.44988: Calling groups_plugins_play to load vars for managed_node3 138029 1726888212.45509: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002952 138029 1726888212.45513: WORKER PROCESS EXITING 138029 1726888212.45822: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888212.46424: done with get_vars() 138029 1726888212.46439: done getting variables 138029 1726888212.46500: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pv type] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Friday 20 September 2024 23:10:12 -0400 (0:00:00.041) 0:03:45.188 ****** 138029 1726888212.46535: entering _queue_task() for managed_node3/set_fact 138029 1726888212.46832: worker is 1 (out of 1 available) 138029 1726888212.46847: exiting _queue_task() for managed_node3/set_fact 138029 1726888212.46966: done queuing things up, now waiting for results queue to drain 138029 1726888212.46968: waiting for pending results... 138029 1726888212.47195: running TaskExecutor() for managed_node3/TASK: Set expected pv type 138029 1726888212.47324: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002953 138029 1726888212.47400: variable 'ansible_search_path' from source: unknown 138029 1726888212.47403: calling self._execute() 138029 1726888212.47527: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.47541: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.47559: variable 'omit' from source: magic vars 138029 1726888212.48069: variable 'storage_test_pool' from source: include params 138029 1726888212.48129: Evaluated conditional (storage_test_pool.type == 'lvm' and not storage_test_pool.encryption): True 138029 1726888212.48164: variable 'omit' from source: magic vars 138029 1726888212.48210: variable 'omit' from source: magic vars 138029 1726888212.48416: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888212.50662: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888212.50722: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888212.50750: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888212.50777: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888212.50797: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888212.50867: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888212.50896: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888212.50916: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888212.50942: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888212.50953: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888212.51034: variable 'storage_use_partitions' from source: play vars 138029 1726888212.51057: variable 'omit' from source: magic vars 138029 1726888212.51078: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888212.51098: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888212.51112: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888212.51127: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.51134: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.51172: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888212.51182: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888212.51205: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888212.51208: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.51212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.51294: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888212.51298: Set connection var ansible_timeout to 10 138029 1726888212.51303: Set connection var ansible_pipelining to False 138029 1726888212.51310: Set connection var ansible_shell_type to sh 138029 1726888212.51313: Set connection var ansible_connection to ssh 138029 1726888212.51315: Set connection var ansible_shell_executable to /bin/sh 138029 1726888212.51336: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.51338: variable 'ansible_connection' from source: unknown 138029 1726888212.51341: variable 'ansible_module_compression' from source: unknown 138029 1726888212.51343: variable 'ansible_shell_type' from source: unknown 138029 1726888212.51347: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.51349: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.51351: variable 'ansible_pipelining' from source: unknown 138029 1726888212.51353: variable 'ansible_timeout' from source: unknown 138029 1726888212.51363: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.51431: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888212.51440: variable 'omit' from source: magic vars 138029 1726888212.51445: starting attempt loop 138029 1726888212.51448: running the handler 138029 1726888212.51458: handler run complete 138029 1726888212.51469: attempt loop complete, returning result 138029 1726888212.51472: _execute() done 138029 1726888212.51475: dumping result to json 138029 1726888212.51477: done dumping result, returning 138029 1726888212.51479: done running TaskExecutor() for managed_node3/TASK: Set expected pv type [0affc8a3-6f6f-5a58-73a2-000000002953] 138029 1726888212.51487: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002953 138029 1726888212.51568: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002953 138029 1726888212.51571: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } 138029 1726888212.51638: no more pending results, returning what we have 138029 1726888212.51641: results queue empty 138029 1726888212.51642: checking for any_errors_fatal 138029 1726888212.51651: done checking for any_errors_fatal 138029 1726888212.51652: checking for max_fail_percentage 138029 1726888212.51653: done checking for max_fail_percentage 138029 1726888212.51654: checking to see if all hosts have failed and the running result is not ok 138029 1726888212.51657: done checking to see if all hosts have failed 138029 1726888212.51658: getting the remaining hosts for this loop 138029 1726888212.51660: done getting the remaining hosts for this loop 138029 1726888212.51663: getting the next task for host managed_node3 138029 1726888212.51672: done getting next task for host managed_node3 138029 1726888212.51674: ^ task is: TASK: Set expected pv type 138029 1726888212.51679: ^ 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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888212.51688: getting variables 138029 1726888212.51690: in VariableManager get_vars() 138029 1726888212.51723: Calling all_inventory to load vars for managed_node3 138029 1726888212.51726: Calling groups_inventory to load vars for managed_node3 138029 1726888212.51729: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888212.51739: Calling all_plugins_play to load vars for managed_node3 138029 1726888212.51741: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888212.51743: Calling groups_plugins_play to load vars for managed_node3 138029 1726888212.52117: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888212.52603: done with get_vars() 138029 1726888212.52614: done getting variables 138029 1726888212.52653: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pv type] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Friday 20 September 2024 23:10:12 -0400 (0:00:00.061) 0:03:45.250 ****** 138029 1726888212.52680: entering _queue_task() for managed_node3/set_fact 138029 1726888212.52889: worker is 1 (out of 1 available) 138029 1726888212.52902: exiting _queue_task() for managed_node3/set_fact 138029 1726888212.52915: done queuing things up, now waiting for results queue to drain 138029 1726888212.52917: waiting for pending results... 138029 1726888212.53097: running TaskExecutor() for managed_node3/TASK: Set expected pv type 138029 1726888212.53362: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002954 138029 1726888212.53369: variable 'ansible_search_path' from source: unknown 138029 1726888212.53373: calling self._execute() 138029 1726888212.53375: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.53379: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.53382: variable 'omit' from source: magic vars 138029 1726888212.53764: variable 'storage_test_pool' from source: include params 138029 1726888212.53799: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.raid_level): True 138029 1726888212.53804: variable 'omit' from source: magic vars 138029 1726888212.53846: variable 'omit' from source: magic vars 138029 1726888212.53915: variable 'storage_test_pool' from source: include params 138029 1726888212.53953: variable 'omit' from source: magic vars 138029 1726888212.53987: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888212.54013: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888212.54029: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888212.54043: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.54053: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.54070: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888212.54082: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888212.54104: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888212.54107: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.54110: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.54192: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888212.54195: Set connection var ansible_timeout to 10 138029 1726888212.54203: Set connection var ansible_pipelining to False 138029 1726888212.54206: Set connection var ansible_shell_type to sh 138029 1726888212.54208: Set connection var ansible_connection to ssh 138029 1726888212.54213: Set connection var ansible_shell_executable to /bin/sh 138029 1726888212.54231: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.54234: variable 'ansible_connection' from source: unknown 138029 1726888212.54237: variable 'ansible_module_compression' from source: unknown 138029 1726888212.54239: variable 'ansible_shell_type' from source: unknown 138029 1726888212.54242: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.54245: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.54249: variable 'ansible_pipelining' from source: unknown 138029 1726888212.54253: variable 'ansible_timeout' from source: unknown 138029 1726888212.54257: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.54357: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888212.54371: variable 'omit' from source: magic vars 138029 1726888212.54374: starting attempt loop 138029 1726888212.54376: running the handler 138029 1726888212.54384: handler run complete 138029 1726888212.54392: attempt loop complete, returning result 138029 1726888212.54395: _execute() done 138029 1726888212.54397: dumping result to json 138029 1726888212.54400: done dumping result, returning 138029 1726888212.54407: done running TaskExecutor() for managed_node3/TASK: Set expected pv type [0affc8a3-6f6f-5a58-73a2-000000002954] 138029 1726888212.54411: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002954 138029 1726888212.54496: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002954 138029 1726888212.54499: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid1" }, "changed": false } 138029 1726888212.54551: no more pending results, returning what we have 138029 1726888212.54554: results queue empty 138029 1726888212.54557: checking for any_errors_fatal 138029 1726888212.54563: done checking for any_errors_fatal 138029 1726888212.54564: checking for max_fail_percentage 138029 1726888212.54568: done checking for max_fail_percentage 138029 1726888212.54569: checking to see if all hosts have failed and the running result is not ok 138029 1726888212.54570: done checking to see if all hosts have failed 138029 1726888212.54570: getting the remaining hosts for this loop 138029 1726888212.54572: done getting the remaining hosts for this loop 138029 1726888212.54575: getting the next task for host managed_node3 138029 1726888212.54582: done getting next task for host managed_node3 138029 1726888212.54584: ^ task is: TASK: Check the type of each PV 138029 1726888212.54589: ^ 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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888212.54592: getting variables 138029 1726888212.54593: in VariableManager get_vars() 138029 1726888212.54622: Calling all_inventory to load vars for managed_node3 138029 1726888212.54624: Calling groups_inventory to load vars for managed_node3 138029 1726888212.54627: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888212.54635: Calling all_plugins_play to load vars for managed_node3 138029 1726888212.54638: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888212.54640: Calling groups_plugins_play to load vars for managed_node3 138029 1726888212.54973: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888212.55306: done with get_vars() 138029 1726888212.55317: done getting variables 138029 1726888212.55354: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 the type of each PV] *********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Friday 20 September 2024 23:10:12 -0400 (0:00:00.027) 0:03:45.277 ****** 138029 1726888212.55383: entering _queue_task() for managed_node3/assert 138029 1726888212.55576: worker is 1 (out of 1 available) 138029 1726888212.55588: exiting _queue_task() for managed_node3/assert 138029 1726888212.55600: done queuing things up, now waiting for results queue to drain 138029 1726888212.55601: waiting for pending results... 138029 1726888212.55777: running TaskExecutor() for managed_node3/TASK: Check the type of each PV 138029 1726888212.55857: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002955 138029 1726888212.55872: variable 'ansible_search_path' from source: unknown 138029 1726888212.55901: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888212.56060: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888212.56104: dumping result to json 138029 1726888212.56108: done dumping result, returning 138029 1726888212.56113: done running TaskExecutor() for managed_node3/TASK: Check the type of each PV [0affc8a3-6f6f-5a58-73a2-000000002955] 138029 1726888212.56119: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002955 138029 1726888212.56222: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002955 138029 1726888212.56225: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888212.56276: no more pending results, returning what we have 138029 1726888212.56279: results queue empty 138029 1726888212.56280: checking for any_errors_fatal 138029 1726888212.56286: done checking for any_errors_fatal 138029 1726888212.56286: checking for max_fail_percentage 138029 1726888212.56288: done checking for max_fail_percentage 138029 1726888212.56288: checking to see if all hosts have failed and the running result is not ok 138029 1726888212.56289: done checking to see if all hosts have failed 138029 1726888212.56290: getting the remaining hosts for this loop 138029 1726888212.56291: done getting the remaining hosts for this loop 138029 1726888212.56294: getting the next task for host managed_node3 138029 1726888212.56300: done getting next task for host managed_node3 138029 1726888212.56303: ^ task is: TASK: Check that blivet supports PV grow to fill 138029 1726888212.56307: ^ 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? (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 138029 1726888212.56310: getting variables 138029 1726888212.56311: in VariableManager get_vars() 138029 1726888212.56339: Calling all_inventory to load vars for managed_node3 138029 1726888212.56342: Calling groups_inventory to load vars for managed_node3 138029 1726888212.56344: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888212.56352: Calling all_plugins_play to load vars for managed_node3 138029 1726888212.56354: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888212.56359: Calling groups_plugins_play to load vars for managed_node3 138029 1726888212.56673: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888212.57007: done with get_vars() 138029 1726888212.57018: done getting variables 138029 1726888212.57035: Loading ActionModule 'ansible_collections.ansible.builtin.plugins.action.script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/script.py (searched paths: /usr/local/lib/python3.12/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 that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Friday 20 September 2024 23:10:12 -0400 (0:00:00.016) 0:03:45.294 ****** 138029 1726888212.57057: entering _queue_task() for managed_node3/ansible.builtin.script 138029 1726888212.57243: worker is 1 (out of 1 available) 138029 1726888212.57257: exiting _queue_task() for managed_node3/ansible.builtin.script 138029 1726888212.57271: done queuing things up, now waiting for results queue to drain 138029 1726888212.57273: waiting for pending results... 138029 1726888212.57439: running TaskExecutor() for managed_node3/TASK: Check that blivet supports PV grow to fill 138029 1726888212.57522: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002957 138029 1726888212.57533: variable 'ansible_search_path' from source: unknown 138029 1726888212.57559: calling self._execute() 138029 1726888212.57647: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.57651: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.57663: variable 'omit' from source: magic vars 138029 1726888212.57741: variable 'omit' from source: magic vars 138029 1726888212.57783: variable 'omit' from source: magic vars 138029 1726888212.57950: variable 'ansible_python' from source: facts 138029 1726888212.57982: variable 'omit' from source: magic vars 138029 1726888212.58013: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888212.58038: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888212.58057: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888212.58071: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.58081: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888212.58105: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888212.58117: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888212.58140: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888212.58143: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.58145: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.58228: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888212.58231: Set connection var ansible_timeout to 10 138029 1726888212.58236: Set connection var ansible_pipelining to False 138029 1726888212.58239: Set connection var ansible_shell_type to sh 138029 1726888212.58241: Set connection var ansible_connection to ssh 138029 1726888212.58246: Set connection var ansible_shell_executable to /bin/sh 138029 1726888212.58270: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.58273: variable 'ansible_connection' from source: unknown 138029 1726888212.58277: variable 'ansible_module_compression' from source: unknown 138029 1726888212.58279: variable 'ansible_shell_type' from source: unknown 138029 1726888212.58281: variable 'ansible_shell_executable' from source: unknown 138029 1726888212.58283: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888212.58285: variable 'ansible_pipelining' from source: unknown 138029 1726888212.58287: variable 'ansible_timeout' from source: unknown 138029 1726888212.58292: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888212.58359: Loading ActionModule 'ansible_collections.ansible.builtin.plugins.action.script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/script.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888212.58372: variable 'omit' from source: magic vars 138029 1726888212.58376: starting attempt loop 138029 1726888212.58378: running the handler 138029 1726888212.58416: _low_level_execute_command(): starting 138029 1726888212.58422: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888212.58935: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888212.58939: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888212.58943: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888212.58997: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888212.59000: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888212.59002: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888212.59061: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888212.60752: stdout chunk (state=3): >>>/root <<< 138029 1726888212.60849: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888212.60880: stderr chunk (state=3): >>><<< 138029 1726888212.60883: stdout chunk (state=3): >>><<< 138029 1726888212.60903: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888212.60916: _low_level_execute_command(): starting 138029 1726888212.60921: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888212.609056-144796-246514153666397 `" && echo ansible-tmp-1726888212.609056-144796-246514153666397="` echo /root/.ansible/tmp/ansible-tmp-1726888212.609056-144796-246514153666397 `" ) && sleep 0' 138029 1726888212.61327: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888212.61361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888212.61364: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888212.61376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888212.61379: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888212.61382: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888212.61424: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888212.61430: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888212.61481: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888212.63352: stdout chunk (state=3): >>>ansible-tmp-1726888212.609056-144796-246514153666397=/root/.ansible/tmp/ansible-tmp-1726888212.609056-144796-246514153666397 <<< 138029 1726888212.63463: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888212.63488: stderr chunk (state=3): >>><<< 138029 1726888212.63491: stdout chunk (state=3): >>><<< 138029 1726888212.63505: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888212.609056-144796-246514153666397=/root/.ansible/tmp/ansible-tmp-1726888212.609056-144796-246514153666397 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888212.63520: evaluation_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage 138029 1726888212.63538: search_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/files/scripts/does_library_support.py /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/files/scripts/does_library_support.py /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py 138029 1726888212.63623: Sending initial data 138029 1726888212.63627: Sent initial data (213 bytes) 138029 1726888212.64030: 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 <<< 138029 1726888212.64060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888212.64064: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888212.64066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888212.64069: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888212.64071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888212.64073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888212.64127: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888212.64130: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888212.64180: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888212.65715: 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 <<< 138029 1726888212.65719: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888212.65760: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888212.65809: stdout chunk (state=3): >>>sftp> put /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py /root/.ansible/tmp/ansible-tmp-1726888212.609056-144796-246514153666397/does_library_support.py <<< 138029 1726888212.65816: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888212.609056-144796-246514153666397/does_library_support.py" <<< 138029 1726888212.65856: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py" to remote "/root/.ansible/tmp/ansible-tmp-1726888212.609056-144796-246514153666397/does_library_support.py" <<< 138029 1726888212.65860: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888212.609056-144796-246514153666397/does_library_support.py" <<< 138029 1726888212.66053: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888212.66089: stderr chunk (state=3): >>><<< 138029 1726888212.66092: stdout chunk (state=3): >>><<< 138029 1726888212.66107: _low_level_execute_command(): starting 138029 1726888212.66110: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888212.609056-144796-246514153666397/ /root/.ansible/tmp/ansible-tmp-1726888212.609056-144796-246514153666397/does_library_support.py && sleep 0' 138029 1726888212.66514: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888212.66518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888212.66534: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888212.66589: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888212.66592: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888212.66597: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888212.66638: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888212.68395: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888212.68419: stderr chunk (state=3): >>><<< 138029 1726888212.68422: stdout chunk (state=3): >>><<< 138029 1726888212.68434: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888212.68443: _low_level_execute_command(): starting 138029 1726888212.68446: _low_level_execute_command(): using become for this command 138029 1726888212.68458: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-vbwcsbdmfdoqbdiavjmvswupvsveetuz ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888212.609056-144796-246514153666397/does_library_support.py blivet.formats.lvmpv.LVMPhysicalVolume.grow_to_fill'"'"' && sleep 0' 138029 1726888212.68534: Initial state: awaiting_escalation: BECOME-SUCCESS-vbwcsbdmfdoqbdiavjmvswupvsveetuz 138029 1726888212.68893: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888212.68898: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888212.68915: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888212.68932: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888212.68981: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888212.71866: stdout chunk (state=1): >>>BECOME-SUCCESS-vbwcsbdmfdoqbdiavjmvswupvsveetuz <<< 138029 1726888212.71872: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-vbwcsbdmfdoqbdiavjmvswupvsveetuz' 138029 1726888212.72206: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888212.72243: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888212.72273: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888212.72278: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888212.72347: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888212.72353: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888212.72382: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888212.72419: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888212.72422: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888212.72447: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888212.72450: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888212.72505: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888212.72509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.72527: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888212.72550: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888212.72587: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888212.72604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888212.72624: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23351103e0> <<< 138029 1726888212.72628: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23350dfa10> <<< 138029 1726888212.72659: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888212.72672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888212.72678: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2335112960> <<< 138029 1726888212.72691: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888212.72718: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888212.72725: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888212.72744: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888212.72782: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888212.72787: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888212.72872: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888212.72899: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888212.72902: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888212.72932: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888212.72949: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888212.72963: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888212.72971: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888212.72991: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888212.72995: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888212.73025: 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 <<< 138029 1726888212.73030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888212.73052: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334ee4fe0> <<< 138029 1726888212.73117: 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 <<< 138029 1726888212.73125: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.73128: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334ee5fd0> <<< 138029 1726888212.73161: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888212.73180: 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. <<< 138029 1726888212.73247: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888212.73251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.73271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888212.73289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888212.73306: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334ee7c80> <<< 138029 1726888212.73312: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334ee78f0> <<< 138029 1726888212.73337: 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 <<< 138029 1726888212.73343: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.73378: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888212.73382: 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 0x7f2334f1d190> <<< 138029 1726888212.73405: 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 <<< 138029 1726888212.73415: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 138029 1726888212.73445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888212.73448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f1e4b0> <<< 138029 1726888212.73474: 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 <<< 138029 1726888212.73478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 138029 1726888212.73511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888212.73583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888212.73613: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888212.73665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888212.73686: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888212.73704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.73734: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888212.73780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888212.73805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888212.73815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888212.73831: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f79100> <<< 138029 1726888212.73853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888212.73875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888212.73901: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888212.73911: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f79250> <<< 138029 1726888212.73922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888212.73954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888212.73974: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888212.74023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.74039: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888212.74076: 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' <<< 138029 1726888212.74089: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334fcc890> <<< 138029 1726888212.74096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888212.74099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888212.74120: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334fccbf0> <<< 138029 1726888212.74125: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888212.74183: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f90c50> <<< 138029 1726888212.74188: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888212.74220: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f7a420> <<< 138029 1726888212.74308: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f6e480> <<< 138029 1726888212.74334: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888212.74350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888212.74371: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888212.74389: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888212.74424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888212.74434: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888212.74446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888212.74474: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e083b0> <<< 138029 1726888212.74490: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334fcefc0> <<< 138029 1726888212.74513: 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' <<< 138029 1726888212.74530: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f90f50> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334fcd7f0> <<< 138029 1726888212.74576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888212.74593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e093a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f6d820> <<< 138029 1726888212.74713: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888212.74739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888212.74757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888212.74797: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e31250> <<< 138029 1726888212.74937: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f33dd0> <<< 138029 1726888212.74961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888212.74979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888212.75002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888212.75018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888212.75051: 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' <<< 138029 1726888212.75057: stdout chunk (state=3): >>>import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334e51940> <<< 138029 1726888212.75084: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e50d10> <<< 138029 1726888212.75145: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f4d040> <<< 138029 1726888212.75175: 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' <<< 138029 1726888212.75178: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e52c00> import 'importlib.machinery' # <<< 138029 1726888212.75208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888212.75212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888212.75237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888212.75252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888212.75283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888212.75296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e615e0> <<< 138029 1726888212.75304: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888212.75375: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e523c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e52a50> <<< 138029 1726888212.75396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888212.75425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888212.75453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888212.75468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888212.75478: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e71dc0> <<< 138029 1726888212.75493: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e51a00> <<< 138029 1726888212.75631: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f1ee40> <<< 138029 1726888212.75656: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888212.75705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.75720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888212.75763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888212.75780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888212.75797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888212.75874: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334ec5f10> <<< 138029 1726888212.75901: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e97fb0> <<< 138029 1726888212.75927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888212.75936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888212.75944: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888212.75993: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334ec6cf0> <<< 138029 1726888212.76015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888212.76051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888212.76084: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334ec78f0> <<< 138029 1726888212.76216: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888212.76220: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f319d0> <<< 138029 1726888212.76241: 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' <<< 138029 1726888212.76262: 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 <<< 138029 1726888212.76318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.76401: 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 0x7f2334d26660> <<< 138029 1726888212.76425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888212.76475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888212.76512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888212.76515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d5c920> <<< 138029 1726888212.76519: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888212.76570: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888212.76581: 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 0x7f2334d5e000> <<< 138029 1726888212.76601: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888212.76604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888212.76628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888212.76644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888212.76649: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d5eed0> <<< 138029 1726888212.76692: 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 0x7f2334d5f530> <<< 138029 1726888212.76698: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d5e420> <<< 138029 1726888212.76721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888212.76729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888212.76770: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888212.76788: 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 0x7f2334d5ffb0> <<< 138029 1726888212.76794: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d5f6e0> <<< 138029 1726888212.76820: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d26720> <<< 138029 1726888212.76871: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334cf6cc0> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334cf6a20> <<< 138029 1726888212.76880: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f1e9f0> <<< 138029 1726888212.76895: 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 <<< 138029 1726888212.76926: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 138029 1726888212.76953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888212.76968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 138029 1726888212.76976: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d7adb0> <<< 138029 1726888212.76988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888212.77002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888212.77020: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d7b290> <<< 138029 1726888212.77053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888212.77094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888212.77118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888212.77159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888212.77175: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888212.77217: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334da5b80> <<< 138029 1726888212.77242: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888212.77245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888212.77298: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334dcb860> <<< 138029 1726888212.77325: 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 0x7f2334dcbb00> <<< 138029 1726888212.77365: 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 0x7f2334dd49e0> <<< 138029 1726888212.77390: 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 0x7f2334dd4b30> <<< 138029 1726888212.77415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888212.77429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888212.77469: 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 0x7f2334dd61b0> <<< 138029 1726888212.77506: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334dd4f50> <<< 138029 1726888212.77526: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d7bc20> <<< 138029 1726888212.77547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888212.77573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888212.77589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888212.77615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888212.77636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888212.77650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888212.77678: 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 0x7f2334a223c0> <<< 138029 1726888212.77683: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a220f0> <<< 138029 1726888212.77707: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888212.77711: 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 0x7f2334a223f0> <<< 138029 1726888212.77742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888212.77745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888212.77815: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888212.77943: 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 0x7f2334a22c90> <<< 138029 1726888212.77971: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888212.77993: 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 0x7f2334a23620> <<< 138029 1726888212.78006: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a225d0> <<< 138029 1726888212.78011: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a205c0> <<< 138029 1726888212.78037: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334da41a0> <<< 138029 1726888212.78064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888212.78088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888212.78111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888212.78137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888212.78175: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a41490> <<< 138029 1726888212.78225: 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 0x7f2334a439b0> <<< 138029 1726888212.78228: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a23770> <<< 138029 1726888212.78243: 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' <<< 138029 1726888212.78315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888212.78319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 138029 1726888212.78348: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a5c4a0> <<< 138029 1726888212.78394: 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 0x7f2334a43da0> <<< 138029 1726888212.78418: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a43c50> <<< 138029 1726888212.78430: 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 <<< 138029 1726888212.78433: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' <<< 138029 1726888212.78457: 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' <<< 138029 1726888212.78484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888212.78496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888212.78620: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a5edb0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a5ea20> <<< 138029 1726888212.78696: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a5e7b0> <<< 138029 1726888212.78722: 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 <<< 138029 1726888212.78725: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 138029 1726888212.78760: 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 <<< 138029 1726888212.78763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.78786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888212.78793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888212.78832: 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' <<< 138029 1726888212.78840: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a86570> <<< 138029 1726888212.78856: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888212.78894: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888212.78982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888212.78987: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888212.79162: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a86d20> <<< 138029 1726888212.79167: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a85c10> <<< 138029 1726888212.79189: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 138029 1726888212.79300: 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' <<< 138029 1726888212.79311: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334ab2f90> <<< 138029 1726888212.79365: 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 0x7f2334ab1880> <<< 138029 1726888212.79388: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a856a0> <<< 138029 1726888212.79427: 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 <<< 138029 1726888212.79441: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.79452: 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 <<< 138029 1726888212.79459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 138029 1726888212.79475: 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 <<< 138029 1726888212.79486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 138029 1726888212.79505: 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 <<< 138029 1726888212.79522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 138029 1726888212.79547: 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 <<< 138029 1726888212.79557: 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 0x7f23341550a0> <<< 138029 1726888212.79571: 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 <<< 138029 1726888212.79582: 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 0x7f2334155430> <<< 138029 1726888212.79601: 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 <<< 138029 1726888212.79624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 138029 1726888212.79628: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23341558b0> <<< 138029 1726888212.79653: 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 <<< 138029 1726888212.79669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 138029 1726888212.79676: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23341560c0> <<< 138029 1726888212.79690: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334154770> <<< 138029 1726888212.79707: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334154230> <<< 138029 1726888212.79709: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 138029 1726888212.79734: 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 <<< 138029 1726888212.79747: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.79763: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 138029 1726888212.79782: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334156840> <<< 138029 1726888212.79788: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334ad3d40> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a86b70> <<< 138029 1726888212.79839: 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 <<< 138029 1726888212.79867: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 138029 1726888212.79896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888212.79922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888212.79949: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888212.79976: 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 0x7f233417a660> <<< 138029 1726888212.80108: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888212.80126: 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 0x7f233417bc80> <<< 138029 1726888212.80137: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334178e00> <<< 138029 1726888212.80173: 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 <<< 138029 1726888212.80176: 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 0x7f23341799a0> <<< 138029 1726888212.80205: 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 <<< 138029 1726888212.80208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 138029 1726888212.80240: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 138029 1726888212.80279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 138029 1726888212.80326: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23341b0980> <<< 138029 1726888212.80344: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23341b0140> <<< 138029 1726888212.80494: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334157170> <<< 138029 1726888212.80506: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 138029 1726888212.80562: 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 <<< 138029 1726888212.80580: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 138029 1726888212.80724: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23341e9610> <<< 138029 1726888212.80752: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 138029 1726888212.80784: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 138029 1726888212.80809: 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 <<< 138029 1726888212.80828: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 138029 1726888212.81079: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233420af90> <<< 138029 1726888212.81095: stdout chunk (state=3): >>>import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a5f380> <<< 138029 1726888212.81147: 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 <<< 138029 1726888212.81192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 138029 1726888212.81220: 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 <<< 138029 1726888212.81232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.81245: 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 <<< 138029 1726888212.81316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 138029 1726888212.81335: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888212.81360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.81398: 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 0x7f233423fda0> <<< 138029 1726888212.81420: 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' <<< 138029 1726888212.81443: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888212.81463: 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 0x7f2333d1c740> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333d1c560> <<< 138029 1726888212.81531: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888212.81550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888212.81563: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333d1d0a0> <<< 138029 1726888212.81568: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233423e750> <<< 138029 1726888212.81666: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233423d070> <<< 138029 1726888212.81675: stdout chunk (state=3): >>>import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233423c800> <<< 138029 1726888212.82528: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23341e91f0> <<< 138029 1726888212.82543: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 138029 1726888212.82577: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334cf6bd0> <<< 138029 1726888212.82584: stdout chunk (state=3): >>>import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f1d730> <<< 138029 1726888212.83032: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f1ca70> <<< 138029 1726888212.83059: 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 <<< 138029 1726888212.83078: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.83107: 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 <<< 138029 1726888212.83133: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 138029 1726888212.83165: 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 <<< 138029 1726888212.83170: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.83193: 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 <<< 138029 1726888212.83201: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 138029 1726888212.83244: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df48f0> <<< 138029 1726888212.83258: 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 <<< 138029 1726888212.83275: 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 0x7f2333df4f80> <<< 138029 1726888212.83291: 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 <<< 138029 1726888212.83301: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 138029 1726888212.83321: 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' <<< 138029 1726888212.83356: 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' <<< 138029 1726888212.83377: 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' <<< 138029 1726888212.83380: stdout chunk (state=3): >>>import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df6030> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df5ee0> <<< 138029 1726888212.83404: 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 <<< 138029 1726888212.83414: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 138029 1726888212.83441: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df62d0> <<< 138029 1726888212.83453: stdout chunk (state=3): >>>import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df5c40> <<< 138029 1726888212.83472: 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' <<< 138029 1726888212.83495: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 138029 1726888212.83509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' <<< 138029 1726888212.83527: stdout chunk (state=3): >>>import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df6780> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df6600> <<< 138029 1726888212.83539: 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' <<< 138029 1726888212.83568: 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 <<< 138029 1726888212.83593: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 138029 1726888212.83620: 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' <<< 138029 1726888212.83666: 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 0x7f2333380bf0> <<< 138029 1726888212.83678: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333809b0> <<< 138029 1726888212.83686: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df6c30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df67e0> <<< 138029 1726888212.83700: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df53d0> <<< 138029 1726888212.83720: 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 <<< 138029 1726888212.83737: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 138029 1726888212.83749: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df5a60> <<< 138029 1726888212.83780: 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 <<< 138029 1726888212.83782: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 138029 1726888212.83811: 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' <<< 138029 1726888212.83842: 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 <<< 138029 1726888212.83861: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333383200> <<< 138029 1726888212.83870: 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 <<< 138029 1726888212.83892: 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 0x7f2333383590> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333382f60> <<< 138029 1726888212.83897: stdout chunk (state=3): >>>import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333825d0> <<< 138029 1726888212.83922: 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' <<< 138029 1726888212.83925: stdout chunk (state=3): >>>import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333383710> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df4560> <<< 138029 1726888212.83951: 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 <<< 138029 1726888212.83959: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' <<< 138029 1726888212.83975: stdout chunk (state=3): >>>import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333837a0> <<< 138029 1726888212.84104: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333dd2120> <<< 138029 1726888212.84128: 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 <<< 138029 1726888212.84143: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a0d70> <<< 138029 1726888212.84178: 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 0x7f23333a10a0> <<< 138029 1726888212.84200: 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 <<< 138029 1726888212.84207: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 138029 1726888212.84229: 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 <<< 138029 1726888212.84256: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 138029 1726888212.84278: 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 0x7f23333a2780> <<< 138029 1726888212.84304: 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 <<< 138029 1726888212.84308: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888212.84382: 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 <<< 138029 1726888212.84387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888212.84413: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888212.84416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888212.84446: 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 0x7f23333cc140> <<< 138029 1726888212.84478: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a3e60> <<< 138029 1726888212.84518: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a36b0> <<< 138029 1726888212.84526: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888212.84546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888212.84580: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a3bc0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a3260> <<< 138029 1726888212.84606: 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' <<< 138029 1726888212.84626: 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 <<< 138029 1726888212.84645: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' <<< 138029 1726888212.84648: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333cce30> <<< 138029 1726888212.84680: 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 <<< 138029 1726888212.84683: 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 0x7f23333cd550><<< 138029 1726888212.84704: stdout chunk (state=3): >>> <<< 138029 1726888212.84708: 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 <<< 138029 1726888212.84727: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc' <<< 138029 1726888212.84734: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333cdb80> <<< 138029 1726888212.84763: 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 <<< 138029 1726888212.84768: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 138029 1726888212.84835: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333cdeb0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333ccce0> <<< 138029 1726888212.84858: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a2960> <<< 138029 1726888212.84915: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a1640> <<< 138029 1726888212.84932: 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' <<< 138029 1726888212.84960: 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 <<< 138029 1726888212.84969: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' <<< 138029 1726888212.84986: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333f4b90> <<< 138029 1726888212.84991: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a1ee0> <<< 138029 1726888212.85018: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a11c0> <<< 138029 1726888212.85037: 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 <<< 138029 1726888212.85056: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 138029 1726888212.85070: 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' <<< 138029 1726888212.85084: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333f5190> <<< 138029 1726888212.85110: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a1430> <<< 138029 1726888212.85134: 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 <<< 138029 1726888212.85139: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' <<< 138029 1726888212.85170: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333f53d0> <<< 138029 1726888212.85181: 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 <<< 138029 1726888212.85193: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 138029 1726888212.85225: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333f5820> <<< 138029 1726888212.85250: 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 <<< 138029 1726888212.85254: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' <<< 138029 1726888212.85279: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333f5fd0> <<< 138029 1726888212.85414: 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' <<< 138029 1726888212.85442: 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 <<< 138029 1726888212.85463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888212.85567: 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 0x7f23334219d0> <<< 138029 1726888212.85603: 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 <<< 138029 1726888212.85615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc' <<< 138029 1726888212.85618: 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' <<< 138029 1726888212.85642: stdout chunk (state=3): >>>import 'parted.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333422c00> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23334225d0> <<< 138029 1726888212.85670: 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 <<< 138029 1726888212.85675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' <<< 138029 1726888212.85694: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333422ff0> <<< 138029 1726888212.85709: 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 <<< 138029 1726888212.85728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 138029 1726888212.85745: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333423b90> <<< 138029 1726888212.85771: 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 <<< 138029 1726888212.85854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888212.85878: 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 <<< 138029 1726888212.85892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc' <<< 138029 1726888212.85897: stdout chunk (state=3): >>>import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233344a8a0> <<< 138029 1726888212.85915: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333449580> <<< 138029 1726888212.85943: 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 <<< 138029 1726888212.85957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc' <<< 138029 1726888212.85963: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233344bc80> <<< 138029 1726888212.85987: 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 <<< 138029 1726888212.85997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' <<< 138029 1726888212.86004: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331c0fe0> <<< 138029 1726888212.86030: 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 <<< 138029 1726888212.86053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888212.86077: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331c1e20> <<< 138029 1726888212.86097: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233341ac60> <<< 138029 1726888212.86125: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233341a8d0> <<< 138029 1726888212.86143: 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 <<< 138029 1726888212.86170: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 138029 1726888212.86201: 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 0x7f23331ec440> <<< 138029 1726888212.86223: 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 <<< 138029 1726888212.86228: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 138029 1726888212.86263: 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' <<< 138029 1726888212.86287: 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 <<< 138029 1726888212.86292: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' <<< 138029 1726888212.86364: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331ed520> <<< 138029 1726888212.86423: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331ece30> <<< 138029 1726888212.86445: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331ec470> <<< 138029 1726888212.86531: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331c38c0> <<< 138029 1726888212.86560: 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 <<< 138029 1726888212.86578: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc' <<< 138029 1726888212.86581: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332136b0> <<< 138029 1726888212.86597: 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' <<< 138029 1726888212.86617: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333213800> <<< 138029 1726888212.86639: 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 <<< 138029 1726888212.86686: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 138029 1726888212.86718: 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' <<< 138029 1726888212.86743: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333227080> <<< 138029 1726888212.86762: 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 <<< 138029 1726888212.86779: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 138029 1726888212.86802: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888212.86813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888212.86829: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333227fe0> <<< 138029 1726888212.86876: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333227770> <<< 138029 1726888212.86894: 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 <<< 138029 1726888212.86913: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 138029 1726888212.86949: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332448f0> <<< 138029 1726888212.86977: 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 <<< 138029 1726888212.86982: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' <<< 138029 1726888212.87006: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333244d70> <<< 138029 1726888212.87021: 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 <<< 138029 1726888212.87036: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc' <<< 138029 1726888212.87047: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332452e0> <<< 138029 1726888212.87077: 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 <<< 138029 1726888212.87080: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' <<< 138029 1726888212.87111: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333245610> <<< 138029 1726888212.87130: 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 <<< 138029 1726888212.87146: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' <<< 138029 1726888212.87163: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333245be0> <<< 138029 1726888212.87188: 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 <<< 138029 1726888212.87193: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 138029 1726888212.87218: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333245dc0> <<< 138029 1726888212.87241: 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 <<< 138029 1726888212.87264: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 138029 1726888212.87286: 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' <<< 138029 1726888212.87336: 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 0x7f2333247170> <<< 138029 1726888212.87353: stdout chunk (state=3): >>>import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333246f30> <<< 138029 1726888212.87361: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333245fa0> <<< 138029 1726888212.87383: 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 <<< 138029 1726888212.87389: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' <<< 138029 1726888212.87407: 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 <<< 138029 1726888212.87423: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888212.87440: 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 <<< 138029 1726888212.87472: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 138029 1726888212.87514: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333247dd0> <<< 138029 1726888212.87544: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332479b0> <<< 138029 1726888212.87549: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333247470> <<< 138029 1726888212.87783: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333213d40> <<< 138029 1726888212.87800: 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 <<< 138029 1726888212.87830: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 138029 1726888212.87864: 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 <<< 138029 1726888212.87874: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' <<< 138029 1726888212.87886: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233329f740> <<< 138029 1726888212.87913: 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 <<< 138029 1726888212.87918: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 138029 1726888212.87948: 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' <<< 138029 1726888212.87973: 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 <<< 138029 1726888212.87987: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' <<< 138029 1726888212.88027: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332b06b0> <<< 138029 1726888212.88051: 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 <<< 138029 1726888212.88064: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 138029 1726888212.88089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 138029 1726888212.88113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 138029 1726888212.88137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 138029 1726888212.88171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 138029 1726888212.88214: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332b3da0> <<< 138029 1726888212.88217: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332b2ba0> <<< 138029 1726888212.88295: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332b0da0> <<< 138029 1726888212.88317: 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 <<< 138029 1726888212.88351: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 138029 1726888212.88382: 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' <<< 138029 1726888212.88389: stdout chunk (state=3): >>>import 'blivet.devices.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23330f25d0> <<< 138029 1726888212.88516: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23330f0290> <<< 138029 1726888212.88544: 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 <<< 138029 1726888212.88567: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888212.88595: 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' <<< 138029 1726888212.88629: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333114e60> <<< 138029 1726888212.88653: 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 <<< 138029 1726888212.88669: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 138029 1726888212.88677: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333115c70> <<< 138029 1726888212.88700: 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 <<< 138029 1726888212.88709: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 138029 1726888212.88826: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331164b0> <<< 138029 1726888212.88925: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233310bce0> <<< 138029 1726888212.88952: 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 <<< 138029 1726888212.88986: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888212.89020: 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 <<< 138029 1726888212.89025: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 138029 1726888212.89052: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333133fb0> <<< 138029 1726888212.89164: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331326f0> <<< 138029 1726888212.89185: 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 <<< 138029 1726888212.89198: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 138029 1726888212.89264: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333165b50> <<< 138029 1726888212.89292: 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 <<< 138029 1726888212.89383: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888212.89418: 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 <<< 138029 1726888212.89426: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888212.89862: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333177860> <<< 138029 1726888212.89904: 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 <<< 138029 1726888212.89909: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 138029 1726888212.89962: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233319ce00> <<< 138029 1726888212.89980: 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 <<< 138029 1726888212.89985: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' <<< 138029 1726888212.90002: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333194d70> <<< 138029 1726888212.90026: 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 <<< 138029 1726888212.90060: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 138029 1726888212.90091: 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' <<< 138029 1726888212.90127: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333197110> <<< 138029 1726888212.90294: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333195280> <<< 138029 1726888212.90319: 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 <<< 138029 1726888212.90324: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' <<< 138029 1726888212.90344: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2332ff15e0> <<< 138029 1726888212.90700: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333167fb0> <<< 138029 1726888212.90723: 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 <<< 138029 1726888212.90750: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888212.90871: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333175850> <<< 138029 1726888212.90887: 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 <<< 138029 1726888212.90901: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 138029 1726888212.90937: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23330576e0> <<< 138029 1726888212.90962: 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 <<< 138029 1726888212.90969: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 138029 1726888212.90998: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333068290> <<< 138029 1726888212.91025: 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 <<< 138029 1726888212.91038: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 138029 1726888212.91043: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333068da0> <<< 138029 1726888212.91074: 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' <<< 138029 1726888212.91106: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333069220> <<< 138029 1726888212.91133: 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 <<< 138029 1726888212.91146: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 138029 1726888212.91171: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233306a0f0> <<< 138029 1726888212.91189: 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 <<< 138029 1726888212.91209: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888212.91372: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233306a9c0> <<< 138029 1726888212.91384: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332b0170> <<< 138029 1726888212.91389: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233329fb60> <<< 138029 1726888212.91475: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333225a30> <<< 138029 1726888212.91494: 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 <<< 138029 1726888212.91510: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 138029 1726888212.91543: 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 <<< 138029 1726888212.91548: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 138029 1726888212.91568: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23330a0f50> <<< 138029 1726888212.91615: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23330a0680> <<< 138029 1726888212.91639: 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 <<< 138029 1726888212.91645: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 138029 1726888212.91695: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23330a24b0> <<< 138029 1726888212.91720: 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 <<< 138029 1726888212.91726: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 138029 1726888212.91752: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23330a3890> <<< 138029 1726888212.91779: 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 <<< 138029 1726888212.91783: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc' <<< 138029 1726888212.91809: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23330a3fb0> <<< 138029 1726888212.91829: 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 <<< 138029 1726888212.91841: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 138029 1726888212.91903: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2332eb4920> <<< 138029 1726888212.91922: 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 <<< 138029 1726888212.91934: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888212.91982: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2332eb66f0> <<< 138029 1726888212.91993: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333d7bf80> <<< 138029 1726888212.91997: stdout chunk (state=3): >>>True <<< 138029 1726888212.92807: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888212.92830: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 138029 1726888212.92836: 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 <<< 138029 1726888212.92931: stdout chunk (state=3): >>># restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # destroy __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing syslog # cleanup[2] removing __future__ # destroy __future__ # 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 _ast # destroy _ast # cleanup[2] removing contextlib # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 138029 1726888212.92938: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing selinux # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing copy # cleanup[2] removing glob # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing _bisect # cleanup[2] 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 tempfile # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing gettext # cleanup[2] removing blivet.i18n <<< 138029 1726888212.93045: stdout chunk (state=3): >>># cleanup[2] removing blivet.errors # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 _ctypes # cleanup[2] removing _struct # cleanup[2] removing struct # destroy struct # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 # 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 _datetime # cleanup[2] removing datetime # destroy datetime # 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.threads # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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 <<< 138029 1726888212.93052: stdout chunk (state=3): >>>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.callbacks # 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 shlex # 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.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.devices.device # 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.devicelibs.lvm # 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.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # 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 <<< 138029 1726888212.93568: stdout chunk (state=3): >>># destroy blivet # destroy _sitebuiltins <<< 138029 1726888212.93578: stdout chunk (state=3): >>># destroy zlib # destroy _bz2 <<< 138029 1726888212.93598: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # cleanup[3] wiping blivet.formats <<< 138029 1726888212.93640: stdout chunk (state=3): >>># destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.tasks.lukstasks # 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.lvm <<< 138029 1726888212.93662: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.devicelibs.crypto <<< 138029 1726888212.93688: stdout chunk (state=3): >>># cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # cleanup[3] wiping parted.partition <<< 138029 1726888212.93695: stdout chunk (state=3): >>># cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # 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 <<< 138029 1726888212.93719: stdout chunk (state=3): >>># 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 json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # 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 blivet.udev <<< 138029 1726888212.93743: 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 <<< 138029 1726888212.93768: stdout chunk (state=3): >>># destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping _datetime # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux <<< 138029 1726888212.93775: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev <<< 138029 1726888212.93803: stdout chunk (state=3): >>># cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # 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 <<< 138029 1726888212.93826: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib <<< 138029 1726888212.93841: stdout chunk (state=3): >>># cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping array # cleanup[3] wiping _socket <<< 138029 1726888212.93857: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module <<< 138029 1726888212.93862: 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 <<< 138029 1726888212.93894: stdout chunk (state=3): >>># 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 _typing # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc <<< 138029 1726888212.93900: stdout chunk (state=3): >>># cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping gettext # cleanup[3] wiping _decimal # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping platform # cleanup[3] wiping tempfile <<< 138029 1726888212.93926: stdout chunk (state=3): >>># cleanup[3] wiping random <<< 138029 1726888212.93943: 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 selectors <<< 138029 1726888212.93949: stdout chunk (state=3): >>># cleanup[3] wiping math # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping copy # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping shutil <<< 138029 1726888212.93978: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux <<< 138029 1726888212.93997: stdout chunk (state=3): >>># cleanup[3] wiping logging # destroy traceback # destroy weakref <<< 138029 1726888212.94017: stdout chunk (state=3): >>># cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading # cleanup[3] wiping _string # cleanup[3] wiping textwrap # cleanup[3] wiping inspect <<< 138029 1726888212.94020: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 138029 1726888212.94029: stdout chunk (state=3): >>># cleanup[3] wiping linecache # destroy tokenize <<< 138029 1726888212.94068: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping contextlib # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 138029 1726888212.94075: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888212.94095: 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 <<< 138029 1726888212.94134: stdout chunk (state=3): >>># cleanup[3] wiping syslog # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 138029 1726888212.94141: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # 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 <<< 138029 1726888212.94170: stdout chunk (state=3): >>># destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # 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 <<< 138029 1726888212.94174: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy _datetime # destroy decimal <<< 138029 1726888212.94809: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888212.94870: stdout chunk (state=3): >>># destroy linecache <<< 138029 1726888212.94882: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref # destroy zipimport <<< 138029 1726888212.94886: stdout chunk (state=3): >>># destroy gi._gi <<< 138029 1726888212.94923: stdout chunk (state=3): >>># destroy _struct <<< 138029 1726888212.94971: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk <<< 138029 1726888212.94994: stdout chunk (state=3): >>># destroy pyudev <<< 138029 1726888212.95013: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 138029 1726888212.95026: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 138029 1726888212.95050: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser <<< 138029 1726888212.95068: stdout chunk (state=3): >>># destroy _string # destroy array # destroy textwrap <<< 138029 1726888212.95077: stdout chunk (state=3): >>># destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode <<< 138029 1726888212.95091: stdout chunk (state=3): >>># destroy _io <<< 138029 1726888212.95098: stdout chunk (state=3): >>># destroy fnmatch # destroy _hashlib # destroy shutil <<< 138029 1726888212.95110: stdout chunk (state=3): >>># destroy pprint # destroy time <<< 138029 1726888212.95144: stdout chunk (state=3): >>># destroy blivet.devicelibs.lvm # destroy blivet.tasks.pvtask <<< 138029 1726888212.95153: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis <<< 138029 1726888212.95178: stdout chunk (state=3): >>># destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.availability # destroy blivet.tasks.lukstasks <<< 138029 1726888212.95197: stdout chunk (state=3): >>># destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator <<< 138029 1726888212.95229: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888212.95233: stdout chunk (state=3): >>># destroy selinux._selinux <<< 138029 1726888212.95250: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 138029 1726888212.95287: stdout chunk (state=3): >>># destroy select <<< 138029 1726888212.95311: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888212.95318: stdout chunk (state=3): >>># destroy _tokenize # destroy stat <<< 138029 1726888212.95330: stdout chunk (state=3): >>># destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json <<< 138029 1726888212.95336: stdout chunk (state=3): >>># destroy parted <<< 138029 1726888212.95367: stdout chunk (state=3): >>># destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread <<< 138029 1726888212.95381: stdout chunk (state=3): >>># destroy math # destroy platform # destroy _ped # destroy parted.decorators <<< 138029 1726888212.95386: stdout chunk (state=3): >>># destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition <<< 138029 1726888212.95443: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888212.95562: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy _codecs # destroy re <<< 138029 1726888212.95578: stdout chunk (state=3): >>># destroy _random <<< 138029 1726888212.95613: stdout chunk (state=3): >>># destroy _sre # destroy _functools # destroy _operator <<< 138029 1726888212.95618: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888212.96210: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888212.96240: stderr chunk (state=3): >>><<< 138029 1726888212.96243: stdout chunk (state=3): >>><<< 138029 1726888212.96367: _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 0x7f23351103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23350dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2335112960> 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 0x7f2334ee4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f2334ee5fd0> 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/importlib/__pycache__/__init__.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 0x7f2334ee7c80> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334ee78f0> # /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' # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334f1d190> # /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/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f1e4b0> # /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/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.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 0x7f2334f79100> # /usr/lib64/python3.12/__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 0x7f2334f79250> # /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 0x7f2334fcc890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334fccbf0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f90c50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f7a420> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f6e480> # /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 0x7f2334e083b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334fcefc0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f90f50> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334fcd7f0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e093a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f6d820> import '_ast' # # /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 0x7f2334e31250> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f33dd0> # /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 0x7f2334e51940> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e50d10> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f4d040> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e52c00> import 'importlib.machinery' # # /usr/lib64/python3.12/__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 0x7f2334e615e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e523c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e52a50> # /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 0x7f2334e71dc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e51a00> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f1ee40> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/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 0x7f2334ec5f10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e97fb0> # /usr/lib64/python3.12/__pycache__/string.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 0x7f2334ec6cf0> # /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 0x7f2334ec78f0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f319d0> # /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' # /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 0x7f2334d26660> # /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 0x7f2334d5c920> 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 0x7f2334d5e000> # /usr/lib64/python3.12/__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 0x7f2334d5eed0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334d5f530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d5e420> # /usr/lib64/python3.12/__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 0x7f2334d5ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d5f6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d26720> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334cf6cc0> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334cf6a20> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f1e9f0> # /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__/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 0x7f2334d7adb0> # /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 0x7f2334d7b290> # /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__/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 0x7f2334da5b80> # /usr/lib64/python3.12/__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 0x7f2334dcb860> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334dcbb00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334dd49e0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334dd4b30> # /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' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334dd61b0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334dd4f50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d7bc20> # /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' # /usr/lib64/python3.12/__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 0x7f2334a223c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a220f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334a223f0> # /usr/lib64/python3.12/__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 0x7f2334a22c90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334a23620> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a225d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a205c0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334da41a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a41490> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334a439b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a23770> # /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 0x7f2334a5c4a0> # 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 0x7f2334a43da0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a43c50> # /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' # /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 0x7f2334a5edb0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a5ea20> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a5e7b0> # /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' # /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/importlib/__pycache__/_abc.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 0x7f2334a86570> import 'importlib.util' # # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a86d20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a85c10> # 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 0x7f2334ab2f90> # 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 0x7f2334ab1880> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a856a0> # /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 0x7f23341550a0> # /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 0x7f2334155430> # /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 0x7f23341558b0> # /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 0x7f23341560c0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334154770> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334154230> # 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 0x7f2334156840> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334ad3d40> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a86b70> # /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/__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 0x7f233417a660> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f233417bc80> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334178e00> # /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 0x7f23341799a0> # /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 0x7f23341b0980> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23341b0140> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334157170> 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 0x7f23341e9610> 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 0x7f233420af90> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a5f380> # /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' # /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 0x7f233423fda0> # /usr/lib64/python3.12/__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 0x7f2333d1c740> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333d1c560> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f2333d1d0a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233423e750> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233423d070> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233423c800> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23341e91f0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334cf6bd0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f1d730> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f1ca70> # /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/__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 0x7f2333df48f0> # /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 0x7f2333df4f80> # /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 0x7f2333df6030> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df5ee0> # /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 0x7f2333df62d0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df5c40> # /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 0x7f2333df6780> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df6600> # /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' # /usr/lib64/python3.12/__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 0x7f2333380bf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333809b0> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df6c30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df67e0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df53d0> # /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 0x7f2333df5a60> # /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 0x7f2333383200> # /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 0x7f2333383590> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333382f60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333825d0> # /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 0x7f2333383710> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df4560> # /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 0x7f23333837a0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333dd2120> # /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 0x7f23333a0d70> # /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 0x7f23333a10a0> # /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__/__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 0x7f23333a2780> # /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/lib64/python3.12/json/__pycache__/__init__.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 0x7f23333cc140> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a3e60> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a36b0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f23333a3bc0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a3260> # /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 0x7f23333cce30> # /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 0x7f23333cd550> # /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 0x7f23333cdb80> # /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 0x7f23333cdeb0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333ccce0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a2960> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a1640> # /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 0x7f23333f4b90> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a1ee0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a11c0> # /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 0x7f23333f5190> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a1430> # /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 0x7f23333f53d0> # /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 0x7f23333f5820> # /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 0x7f23333f5fd0> # /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 0x7f23334219d0> # /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 0x7f2333422c00> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23334225d0> # /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 0x7f2333422ff0> # /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 0x7f2333423b90> # /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 0x7f233344a8a0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333449580> # /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 0x7f233344bc80> # /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 0x7f23331c0fe0> # /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 0x7f23331c1e20> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233341ac60> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233341a8d0> # /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 0x7f23331ec440> # /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' # /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 0x7f23331ed520> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331ece30> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331ec470> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331c38c0> # /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 0x7f23332136b0> # /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 0x7f2333213800> # /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 0x7f2333227080> # /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' # /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 0x7f2333227fe0> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333227770> # /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 0x7f23332448f0> # /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 0x7f2333244d70> # /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 0x7f23332452e0> # /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 0x7f2333245610> # /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 0x7f2333245be0> # /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 0x7f2333245dc0> # /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 0x7f2333247170> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333246f30> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333245fa0> # /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 0x7f2333247dd0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332479b0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333247470> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333213d40> # /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 0x7f233329f740> # /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' # /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' import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332b06b0> # /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 0x7f23332b3da0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332b2ba0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332b0da0> # /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/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 0x7f23330f25d0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23330f0290> # /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 0x7f2333114e60> # /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 0x7f2333115c70> # /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 0x7f23331164b0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233310bce0> # /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 0x7f2333133fb0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331326f0> # /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 0x7f2333165b50> # /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/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 0x7f2333177860> # /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 0x7f233319ce00> # /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 0x7f2333194d70> # /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 0x7f2333197110> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333195280> # /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 0x7f2332ff15e0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333167fb0> # /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 0x7f2333175850> # /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 0x7f23330576e0> # /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 0x7f2333068290> # /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 0x7f2333068da0> # /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 0x7f2333069220> # /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 0x7f233306a0f0> # /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 0x7f233306a9c0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332b0170> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233329fb60> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333225a30> # /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/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 0x7f23330a0f50> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23330a0680> # /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 0x7f23330a24b0> # /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 0x7f23330a3890> # /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 0x7f23330a3fb0> # /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 0x7f2332eb4920> # /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 0x7f2332eb66f0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333d7bf80> True # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # destroy __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing syslog # cleanup[2] removing __future__ # destroy __future__ # 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 _ast # destroy _ast # cleanup[2] removing contextlib # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing selinux # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing copy # cleanup[2] removing glob # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing _bisect # cleanup[2] 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 tempfile # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing gettext # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 _ctypes # cleanup[2] removing _struct # cleanup[2] removing struct # destroy struct # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 # 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 _datetime # cleanup[2] removing datetime # destroy datetime # 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.threads # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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.callbacks # 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 shlex # 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.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.devices.device # 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.devicelibs.lvm # 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.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # 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 # destroy blivet # destroy _sitebuiltins # destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # 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.tasks.lukstasks # 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.lvm # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping pprint # destroy dataclasses # 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.callbacks # 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 json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # 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 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 _datetime # cleanup[3] wiping ctypes.util # 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 ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # 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 array # cleanup[3] wiping _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 _typing # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping gettext # cleanup[3] wiping _decimal # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping platform # cleanup[3] wiping tempfile # 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 selectors # cleanup[3] wiping math # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping copy # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux # cleanup[3] wiping logging # destroy traceback # destroy weakref # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading # cleanup[3] wiping _string # cleanup[3] wiping textwrap # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping contextlib # cleanup[3] wiping re # destroy re._constants # destroy 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 syslog # 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 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 _datetime # destroy decimal # 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 array # destroy textwrap # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode # destroy _io # destroy fnmatch # destroy _hashlib # destroy shutil # destroy pprint # destroy time # destroy blivet.devicelibs.lvm # 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.availability # destroy blivet.tasks.lukstasks # destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy select # destroy _typing # destroy _tokenize # destroy stat # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy parted # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # 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 # 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 _codecs # destroy re # destroy _random # destroy _sre # destroy _functools # destroy _operator # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888212.96407: _low_level_execute_command(): starting 138029 1726888212.96410: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888212.609056-144796-246514153666397/ > /dev/null 2>&1 && sleep 0' 138029 1726888212.96868: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888212.96871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888212.96874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888212.96876: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888212.96878: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888212.96879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888212.96931: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888212.96934: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888212.96939: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888212.96985: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888212.98794: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888212.98823: stderr chunk (state=3): >>><<< 138029 1726888212.98826: stdout chunk (state=3): >>><<< 138029 1726888212.98840: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888212.98848: handler run complete 138029 1726888212.99464: Evaluated conditional (False): False 138029 1726888212.99488: attempt loop complete, returning result 138029 1726888212.99491: _execute() done 138029 1726888212.99493: dumping result to json 138029 1726888212.99534: done dumping result, returning 138029 1726888212.99541: done running TaskExecutor() for managed_node3/TASK: Check that blivet supports PV grow to fill [0affc8a3-6f6f-5a58-73a2-000000002957] 138029 1726888212.99546: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002957 138029 1726888213.00302: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002957 138029 1726888213.00305: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "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 0x7f23351103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23350dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2335112960> 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 0x7f2334ee4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f2334ee5fd0> 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/importlib/__pycache__/__init__.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 0x7f2334ee7c80> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334ee78f0> # /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' # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334f1d190> # /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/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f1e4b0> # /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/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.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 0x7f2334f79100> # /usr/lib64/python3.12/__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 0x7f2334f79250> # /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 0x7f2334fcc890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334fccbf0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f90c50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f7a420> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f6e480> # /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 0x7f2334e083b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334fcefc0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f90f50> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334fcd7f0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e093a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f6d820> import '_ast' # # /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 0x7f2334e31250> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f33dd0> # /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 0x7f2334e51940> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e50d10> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f4d040> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e52c00> import 'importlib.machinery' # # /usr/lib64/python3.12/__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 0x7f2334e615e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e523c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e52a50> # /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 0x7f2334e71dc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e51a00> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f1ee40> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/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 0x7f2334ec5f10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334e97fb0> # /usr/lib64/python3.12/__pycache__/string.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 0x7f2334ec6cf0> # /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 0x7f2334ec78f0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f319d0> # /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' # /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 0x7f2334d26660> # /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 0x7f2334d5c920> 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 0x7f2334d5e000> # /usr/lib64/python3.12/__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 0x7f2334d5eed0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334d5f530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d5e420> # /usr/lib64/python3.12/__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 0x7f2334d5ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d5f6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d26720> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334cf6cc0> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334cf6a20> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f1e9f0> # /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__/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 0x7f2334d7adb0> # /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 0x7f2334d7b290> # /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__/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 0x7f2334da5b80> # /usr/lib64/python3.12/__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 0x7f2334dcb860> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334dcbb00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334dd49e0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334dd4b30> # /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' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334dd61b0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334dd4f50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334d7bc20> # /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' # /usr/lib64/python3.12/__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 0x7f2334a223c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a220f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334a223f0> # /usr/lib64/python3.12/__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 0x7f2334a22c90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334a23620> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a225d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a205c0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334da41a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a41490> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2334a439b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a23770> # /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 0x7f2334a5c4a0> # 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 0x7f2334a43da0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a43c50> # /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' # /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 0x7f2334a5edb0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a5ea20> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a5e7b0> # /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' # /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/importlib/__pycache__/_abc.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 0x7f2334a86570> import 'importlib.util' # # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a86d20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a85c10> # 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 0x7f2334ab2f90> # 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 0x7f2334ab1880> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a856a0> # /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 0x7f23341550a0> # /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 0x7f2334155430> # /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 0x7f23341558b0> # /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 0x7f23341560c0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334154770> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334154230> # 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 0x7f2334156840> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334ad3d40> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a86b70> # /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/__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 0x7f233417a660> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f233417bc80> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334178e00> # /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 0x7f23341799a0> # /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 0x7f23341b0980> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23341b0140> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334157170> 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 0x7f23341e9610> 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 0x7f233420af90> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334a5f380> # /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' # /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 0x7f233423fda0> # /usr/lib64/python3.12/__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 0x7f2333d1c740> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333d1c560> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f2333d1d0a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233423e750> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233423d070> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233423c800> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23341e91f0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334cf6bd0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f1d730> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2334f1ca70> # /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/__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 0x7f2333df48f0> # /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 0x7f2333df4f80> # /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 0x7f2333df6030> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df5ee0> # /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 0x7f2333df62d0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df5c40> # /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 0x7f2333df6780> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df6600> # /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' # /usr/lib64/python3.12/__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 0x7f2333380bf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333809b0> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df6c30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df67e0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df53d0> # /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 0x7f2333df5a60> # /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 0x7f2333383200> # /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 0x7f2333383590> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333382f60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333825d0> # /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 0x7f2333383710> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333df4560> # /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 0x7f23333837a0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333dd2120> # /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 0x7f23333a0d70> # /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 0x7f23333a10a0> # /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__/__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 0x7f23333a2780> # /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/lib64/python3.12/json/__pycache__/__init__.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 0x7f23333cc140> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a3e60> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a36b0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f23333a3bc0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a3260> # /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 0x7f23333cce30> # /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 0x7f23333cd550> # /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 0x7f23333cdb80> # /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 0x7f23333cdeb0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333ccce0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a2960> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a1640> # /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 0x7f23333f4b90> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a1ee0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a11c0> # /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 0x7f23333f5190> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23333a1430> # /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 0x7f23333f53d0> # /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 0x7f23333f5820> # /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 0x7f23333f5fd0> # /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 0x7f23334219d0> # /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 0x7f2333422c00> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23334225d0> # /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 0x7f2333422ff0> # /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 0x7f2333423b90> # /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 0x7f233344a8a0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333449580> # /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 0x7f233344bc80> # /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 0x7f23331c0fe0> # /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 0x7f23331c1e20> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233341ac60> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233341a8d0> # /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 0x7f23331ec440> # /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' # /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 0x7f23331ed520> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331ece30> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331ec470> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331c38c0> # /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 0x7f23332136b0> # /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 0x7f2333213800> # /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 0x7f2333227080> # /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' # /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 0x7f2333227fe0> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333227770> # /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 0x7f23332448f0> # /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 0x7f2333244d70> # /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 0x7f23332452e0> # /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 0x7f2333245610> # /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 0x7f2333245be0> # /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 0x7f2333245dc0> # /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 0x7f2333247170> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333246f30> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333245fa0> # /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 0x7f2333247dd0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332479b0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333247470> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333213d40> # /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 0x7f233329f740> # /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' # /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' import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332b06b0> # /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 0x7f23332b3da0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332b2ba0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332b0da0> # /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/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 0x7f23330f25d0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23330f0290> # /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 0x7f2333114e60> # /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 0x7f2333115c70> # /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 0x7f23331164b0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233310bce0> # /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 0x7f2333133fb0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23331326f0> # /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 0x7f2333165b50> # /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/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 0x7f2333177860> # /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 0x7f233319ce00> # /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 0x7f2333194d70> # /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 0x7f2333197110> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333195280> # /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 0x7f2332ff15e0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333167fb0> # /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 0x7f2333175850> # /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 0x7f23330576e0> # /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 0x7f2333068290> # /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 0x7f2333068da0> # /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 0x7f2333069220> # /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 0x7f233306a0f0> # /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 0x7f233306a9c0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23332b0170> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f233329fb60> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333225a30> # /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/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 0x7f23330a0f50> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23330a0680> # /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 0x7f23330a24b0> # /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 0x7f23330a3890> # /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 0x7f23330a3fb0> # /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 0x7f2332eb4920> # /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 0x7f2332eb66f0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2333d7bf80> True # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # destroy __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing syslog # cleanup[2] removing __future__ # destroy __future__ # 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 _ast # destroy _ast # cleanup[2] removing contextlib # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing selinux # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing copy # cleanup[2] removing glob # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing _bisect # cleanup[2] 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 tempfile # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing gettext # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 _ctypes # cleanup[2] removing _struct # cleanup[2] removing struct # destroy struct # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 # 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 _datetime # cleanup[2] removing datetime # destroy datetime # 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.threads # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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.callbacks # 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 shlex # 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.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.devices.device # 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.devicelibs.lvm # 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.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # 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 # destroy blivet # destroy _sitebuiltins # destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # 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.tasks.lukstasks # 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.lvm # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping pprint # destroy dataclasses # 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.callbacks # 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 json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # 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 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 _datetime # cleanup[3] wiping ctypes.util # 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 ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # 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 array # cleanup[3] wiping _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 _typing # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping gettext # cleanup[3] wiping _decimal # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping platform # cleanup[3] wiping tempfile # 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 selectors # cleanup[3] wiping math # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping copy # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux # cleanup[3] wiping logging # destroy traceback # destroy weakref # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading # cleanup[3] wiping _string # cleanup[3] wiping textwrap # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping contextlib # cleanup[3] wiping re # destroy re._constants # destroy 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 syslog # 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 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 _datetime # destroy decimal # 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 array # destroy textwrap # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode # destroy _io # destroy fnmatch # destroy _hashlib # destroy shutil # destroy pprint # destroy time # destroy blivet.devicelibs.lvm # 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.availability # destroy blivet.tasks.lukstasks # destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy select # destroy _typing # destroy _tokenize # destroy stat # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy parted # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # 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 # 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 _codecs # destroy re # destroy _random # destroy _sre # destroy _functools # destroy _operator # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888213.00643: no more pending results, returning what we have 138029 1726888213.00645: results queue empty 138029 1726888213.00646: checking for any_errors_fatal 138029 1726888213.00649: done checking for any_errors_fatal 138029 1726888213.00649: checking for max_fail_percentage 138029 1726888213.00650: done checking for max_fail_percentage 138029 1726888213.00651: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.00652: done checking to see if all hosts have failed 138029 1726888213.00652: getting the remaining hosts for this loop 138029 1726888213.00653: done getting the remaining hosts for this loop 138029 1726888213.00658: getting the next task for host managed_node3 138029 1726888213.00663: done getting next task for host managed_node3 138029 1726888213.00665: ^ task is: TASK: Verify that PVs fill the whole devices when they should 138029 1726888213.00668: ^ 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? (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 138029 1726888213.00670: getting variables 138029 1726888213.00671: in VariableManager get_vars() 138029 1726888213.00689: Calling all_inventory to load vars for managed_node3 138029 1726888213.00691: Calling groups_inventory to load vars for managed_node3 138029 1726888213.00693: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.00701: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.00703: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.00705: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.00967: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.01285: done with get_vars() 138029 1726888213.01295: done getting variables TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Friday 20 September 2024 23:10:13 -0400 (0:00:00.442) 0:03:45.737 ****** 138029 1726888213.01360: entering _queue_task() for managed_node3/include_tasks 138029 1726888213.01572: worker is 1 (out of 1 available) 138029 1726888213.01585: exiting _queue_task() for managed_node3/include_tasks 138029 1726888213.01598: done queuing things up, now waiting for results queue to drain 138029 1726888213.01599: waiting for pending results... 138029 1726888213.01794: running TaskExecutor() for managed_node3/TASK: Verify that PVs fill the whole devices when they should 138029 1726888213.01883: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002958 138029 1726888213.01896: variable 'ansible_search_path' from source: unknown 138029 1726888213.02116: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888213.03635: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888213.03696: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888213.03723: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888213.03749: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888213.03775: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888213.03832: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888213.03852: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888213.03874: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888213.03903: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888213.03914: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888213.03997: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888213.04034: dumping result to json 138029 1726888213.04037: done dumping result, returning 138029 1726888213.04041: done running TaskExecutor() for managed_node3/TASK: Verify that PVs fill the whole devices when they should [0affc8a3-6f6f-5a58-73a2-000000002958] 138029 1726888213.04047: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002958 138029 1726888213.04151: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002958 138029 1726888213.04153: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888213.04199: no more pending results, returning what we have 138029 1726888213.04204: results queue empty 138029 1726888213.04205: checking for any_errors_fatal 138029 1726888213.04227: done checking for any_errors_fatal 138029 1726888213.04228: checking for max_fail_percentage 138029 1726888213.04230: done checking for max_fail_percentage 138029 1726888213.04231: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.04231: done checking to see if all hosts have failed 138029 1726888213.04232: getting the remaining hosts for this loop 138029 1726888213.04234: done getting the remaining hosts for this loop 138029 1726888213.04237: getting the next task for host managed_node3 138029 1726888213.04243: done getting next task for host managed_node3 138029 1726888213.04245: ^ task is: TASK: Check MD RAID 138029 1726888213.04251: ^ 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? (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 138029 1726888213.04254: getting variables 138029 1726888213.04257: in VariableManager get_vars() 138029 1726888213.04290: Calling all_inventory to load vars for managed_node3 138029 1726888213.04292: Calling groups_inventory to load vars for managed_node3 138029 1726888213.04296: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.04304: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.04307: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.04310: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.04650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.04992: done with get_vars() 138029 1726888213.05002: done getting variables TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Friday 20 September 2024 23:10:13 -0400 (0:00:00.037) 0:03:45.774 ****** 138029 1726888213.05066: entering _queue_task() for managed_node3/include_tasks 138029 1726888213.05264: worker is 1 (out of 1 available) 138029 1726888213.05276: exiting _queue_task() for managed_node3/include_tasks 138029 1726888213.05289: done queuing things up, now waiting for results queue to drain 138029 1726888213.05290: waiting for pending results... 138029 1726888213.05472: running TaskExecutor() for managed_node3/TASK: Check MD RAID 138029 1726888213.05564: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000295a 138029 1726888213.05578: variable 'ansible_search_path' from source: unknown 138029 1726888213.05605: calling self._execute() 138029 1726888213.05703: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.05706: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.05716: variable 'omit' from source: magic vars 138029 1726888213.05804: _execute() done 138029 1726888213.05808: dumping result to json 138029 1726888213.05811: done dumping result, returning 138029 1726888213.05815: done running TaskExecutor() for managed_node3/TASK: Check MD RAID [0affc8a3-6f6f-5a58-73a2-00000000295a] 138029 1726888213.05822: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000295a 138029 1726888213.05914: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000295a 138029 1726888213.05916: WORKER PROCESS EXITING 138029 1726888213.05971: no more pending results, returning what we have 138029 1726888213.05975: in VariableManager get_vars() 138029 1726888213.06006: Calling all_inventory to load vars for managed_node3 138029 1726888213.06009: Calling groups_inventory to load vars for managed_node3 138029 1726888213.06011: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.06019: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.06022: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.06024: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.06346: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.06679: done with get_vars() 138029 1726888213.06687: variable 'ansible_search_path' from source: unknown 138029 1726888213.06780: variable 'storage_test_pool_subset' from source: include params 138029 1726888213.06802: we have included files to process 138029 1726888213.06803: generating all_blocks data 138029 1726888213.06804: done generating all_blocks data 138029 1726888213.06809: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 138029 1726888213.06810: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 138029 1726888213.06811: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 138029 1726888213.07506: done processing included file 138029 1726888213.07507: iterating over new_blocks loaded from include file 138029 1726888213.07508: in VariableManager get_vars() 138029 1726888213.07518: done with get_vars() 138029 1726888213.07519: filtering new block on tags 138029 1726888213.07618: done filtering new block on tags 138029 1726888213.07620: in VariableManager get_vars() 138029 1726888213.07629: done with get_vars() 138029 1726888213.07630: filtering new block on tags 138029 1726888213.07643: done filtering new block on tags 138029 1726888213.07644: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 138029 1726888213.07648: extending task lists for all hosts with included blocks 138029 1726888213.08328: done extending task lists 138029 1726888213.08329: done processing included files 138029 1726888213.08330: results queue empty 138029 1726888213.08330: checking for any_errors_fatal 138029 1726888213.08334: done checking for any_errors_fatal 138029 1726888213.08335: checking for max_fail_percentage 138029 1726888213.08336: done checking for max_fail_percentage 138029 1726888213.08336: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.08337: done checking to see if all hosts have failed 138029 1726888213.08337: getting the remaining hosts for this loop 138029 1726888213.08338: done getting the remaining hosts for this loop 138029 1726888213.08339: getting the next task for host managed_node3 138029 1726888213.08342: done getting next task for host managed_node3 138029 1726888213.08344: ^ task is: TASK: Get information about RAID 138029 1726888213.08346: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.08348: getting variables 138029 1726888213.08348: in VariableManager get_vars() 138029 1726888213.08354: Calling all_inventory to load vars for managed_node3 138029 1726888213.08357: Calling groups_inventory to load vars for managed_node3 138029 1726888213.08358: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.08362: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.08363: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.08365: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.08601: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.09024: done with get_vars() 138029 1726888213.09034: done getting variables 138029 1726888213.09061: 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/verify-pool-md.yml:8 Friday 20 September 2024 23:10:13 -0400 (0:00:00.040) 0:03:45.814 ****** 138029 1726888213.09082: entering _queue_task() for managed_node3/command 138029 1726888213.09290: worker is 1 (out of 1 available) 138029 1726888213.09304: exiting _queue_task() for managed_node3/command 138029 1726888213.09316: done queuing things up, now waiting for results queue to drain 138029 1726888213.09318: waiting for pending results... 138029 1726888213.09503: running TaskExecutor() for managed_node3/TASK: Get information about RAID 138029 1726888213.09587: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000029aa 138029 1726888213.09600: variable 'ansible_search_path' from source: unknown 138029 1726888213.09627: calling self._execute() 138029 1726888213.09726: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.09730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.09740: variable 'omit' from source: magic vars 138029 1726888213.10025: variable 'storage_test_pool' from source: include params 138029 1726888213.10060: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888213.10146: variable 'storage_test_pool' from source: include params 138029 1726888213.10171: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888213.10174: when evaluation is False, skipping this task 138029 1726888213.10177: _execute() done 138029 1726888213.10180: dumping result to json 138029 1726888213.10183: done dumping result, returning 138029 1726888213.10189: done running TaskExecutor() for managed_node3/TASK: Get information about RAID [0affc8a3-6f6f-5a58-73a2-0000000029aa] 138029 1726888213.10198: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029aa 138029 1726888213.10282: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029aa 138029 1726888213.10285: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888213.10348: no more pending results, returning what we have 138029 1726888213.10351: results queue empty 138029 1726888213.10353: checking for any_errors_fatal 138029 1726888213.10354: done checking for any_errors_fatal 138029 1726888213.10356: checking for max_fail_percentage 138029 1726888213.10358: done checking for max_fail_percentage 138029 1726888213.10359: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.10360: done checking to see if all hosts have failed 138029 1726888213.10361: getting the remaining hosts for this loop 138029 1726888213.10363: done getting the remaining hosts for this loop 138029 1726888213.10366: getting the next task for host managed_node3 138029 1726888213.10372: done getting next task for host managed_node3 138029 1726888213.10374: ^ task is: TASK: Set active devices regex 138029 1726888213.10380: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.10384: getting variables 138029 1726888213.10385: in VariableManager get_vars() 138029 1726888213.10412: Calling all_inventory to load vars for managed_node3 138029 1726888213.10414: Calling groups_inventory to load vars for managed_node3 138029 1726888213.10416: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.10424: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.10427: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.10429: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.10750: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.11093: done with get_vars() 138029 1726888213.11102: done getting variables 138029 1726888213.11141: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:14 Friday 20 September 2024 23:10:13 -0400 (0:00:00.020) 0:03:45.835 ****** 138029 1726888213.11163: entering _queue_task() for managed_node3/set_fact 138029 1726888213.11350: worker is 1 (out of 1 available) 138029 1726888213.11365: exiting _queue_task() for managed_node3/set_fact 138029 1726888213.11377: done queuing things up, now waiting for results queue to drain 138029 1726888213.11379: waiting for pending results... 138029 1726888213.11548: running TaskExecutor() for managed_node3/TASK: Set active devices regex 138029 1726888213.11634: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000029ab 138029 1726888213.11645: variable 'ansible_search_path' from source: unknown 138029 1726888213.11678: calling self._execute() 138029 1726888213.11776: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.11781: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.11790: variable 'omit' from source: magic vars 138029 1726888213.12064: variable 'storage_test_pool' from source: include params 138029 1726888213.12098: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888213.12180: variable 'storage_test_pool' from source: include params 138029 1726888213.12201: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888213.12204: when evaluation is False, skipping this task 138029 1726888213.12207: _execute() done 138029 1726888213.12209: dumping result to json 138029 1726888213.12212: done dumping result, returning 138029 1726888213.12218: done running TaskExecutor() for managed_node3/TASK: Set active devices regex [0affc8a3-6f6f-5a58-73a2-0000000029ab] 138029 1726888213.12223: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029ab 138029 1726888213.12310: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029ab 138029 1726888213.12313: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888213.12361: no more pending results, returning what we have 138029 1726888213.12364: results queue empty 138029 1726888213.12367: checking for any_errors_fatal 138029 1726888213.12372: done checking for any_errors_fatal 138029 1726888213.12373: checking for max_fail_percentage 138029 1726888213.12374: done checking for max_fail_percentage 138029 1726888213.12375: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.12376: done checking to see if all hosts have failed 138029 1726888213.12377: getting the remaining hosts for this loop 138029 1726888213.12378: done getting the remaining hosts for this loop 138029 1726888213.12381: getting the next task for host managed_node3 138029 1726888213.12388: done getting next task for host managed_node3 138029 1726888213.12390: ^ task is: TASK: Set spare devices regex 138029 1726888213.12395: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.12399: getting variables 138029 1726888213.12400: in VariableManager get_vars() 138029 1726888213.12428: Calling all_inventory to load vars for managed_node3 138029 1726888213.12430: Calling groups_inventory to load vars for managed_node3 138029 1726888213.12433: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.12442: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.12444: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.12447: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.12770: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.13107: done with get_vars() 138029 1726888213.13115: done getting variables 138029 1726888213.13153: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:19 Friday 20 September 2024 23:10:13 -0400 (0:00:00.020) 0:03:45.855 ****** 138029 1726888213.13178: entering _queue_task() for managed_node3/set_fact 138029 1726888213.13363: worker is 1 (out of 1 available) 138029 1726888213.13377: exiting _queue_task() for managed_node3/set_fact 138029 1726888213.13388: done queuing things up, now waiting for results queue to drain 138029 1726888213.13390: waiting for pending results... 138029 1726888213.13559: running TaskExecutor() for managed_node3/TASK: Set spare devices regex 138029 1726888213.13626: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000029ac 138029 1726888213.13638: variable 'ansible_search_path' from source: unknown 138029 1726888213.13669: calling self._execute() 138029 1726888213.13759: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.13763: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.13774: variable 'omit' from source: magic vars 138029 1726888213.14039: variable 'storage_test_pool' from source: include params 138029 1726888213.14076: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888213.14159: variable 'storage_test_pool' from source: include params 138029 1726888213.14183: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888213.14186: when evaluation is False, skipping this task 138029 1726888213.14189: _execute() done 138029 1726888213.14192: dumping result to json 138029 1726888213.14194: done dumping result, returning 138029 1726888213.14202: done running TaskExecutor() for managed_node3/TASK: Set spare devices regex [0affc8a3-6f6f-5a58-73a2-0000000029ac] 138029 1726888213.14207: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029ac 138029 1726888213.14295: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029ac 138029 1726888213.14298: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888213.14341: no more pending results, returning what we have 138029 1726888213.14344: results queue empty 138029 1726888213.14345: checking for any_errors_fatal 138029 1726888213.14352: done checking for any_errors_fatal 138029 1726888213.14352: checking for max_fail_percentage 138029 1726888213.14354: done checking for max_fail_percentage 138029 1726888213.14357: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.14358: done checking to see if all hosts have failed 138029 1726888213.14358: getting the remaining hosts for this loop 138029 1726888213.14360: done getting the remaining hosts for this loop 138029 1726888213.14363: getting the next task for host managed_node3 138029 1726888213.14372: done getting next task for host managed_node3 138029 1726888213.14374: ^ task is: TASK: Set md version regex 138029 1726888213.14379: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.14382: getting variables 138029 1726888213.14383: in VariableManager get_vars() 138029 1726888213.14409: Calling all_inventory to load vars for managed_node3 138029 1726888213.14411: Calling groups_inventory to load vars for managed_node3 138029 1726888213.14414: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.14422: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.14424: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.14427: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.14740: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.15080: done with get_vars() 138029 1726888213.15089: done getting variables 138029 1726888213.15126: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:24 Friday 20 September 2024 23:10:13 -0400 (0:00:00.019) 0:03:45.875 ****** 138029 1726888213.15147: entering _queue_task() for managed_node3/set_fact 138029 1726888213.15330: worker is 1 (out of 1 available) 138029 1726888213.15342: exiting _queue_task() for managed_node3/set_fact 138029 1726888213.15353: done queuing things up, now waiting for results queue to drain 138029 1726888213.15357: waiting for pending results... 138029 1726888213.15519: running TaskExecutor() for managed_node3/TASK: Set md version regex 138029 1726888213.15589: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000029ad 138029 1726888213.15600: variable 'ansible_search_path' from source: unknown 138029 1726888213.15626: calling self._execute() 138029 1726888213.15716: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.15720: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.15730: variable 'omit' from source: magic vars 138029 1726888213.15992: variable 'storage_test_pool' from source: include params 138029 1726888213.16025: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888213.16105: variable 'storage_test_pool' from source: include params 138029 1726888213.16128: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888213.16132: when evaluation is False, skipping this task 138029 1726888213.16135: _execute() done 138029 1726888213.16138: dumping result to json 138029 1726888213.16140: done dumping result, returning 138029 1726888213.16143: done running TaskExecutor() for managed_node3/TASK: Set md version regex [0affc8a3-6f6f-5a58-73a2-0000000029ad] 138029 1726888213.16149: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029ad 138029 1726888213.16235: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029ad 138029 1726888213.16239: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888213.16287: no more pending results, returning what we have 138029 1726888213.16290: results queue empty 138029 1726888213.16291: checking for any_errors_fatal 138029 1726888213.16296: done checking for any_errors_fatal 138029 1726888213.16297: checking for max_fail_percentage 138029 1726888213.16298: done checking for max_fail_percentage 138029 1726888213.16299: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.16300: done checking to see if all hosts have failed 138029 1726888213.16301: getting the remaining hosts for this loop 138029 1726888213.16302: done getting the remaining hosts for this loop 138029 1726888213.16305: getting the next task for host managed_node3 138029 1726888213.16312: done getting next task for host managed_node3 138029 1726888213.16314: ^ task is: TASK: Set md chunk size regex 138029 1726888213.16319: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.16323: getting variables 138029 1726888213.16324: in VariableManager get_vars() 138029 1726888213.16349: Calling all_inventory to load vars for managed_node3 138029 1726888213.16351: Calling groups_inventory to load vars for managed_node3 138029 1726888213.16354: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.16369: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.16372: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.16375: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.16681: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.17011: done with get_vars() 138029 1726888213.17021: done getting variables 138029 1726888213.17059: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 chunk size regex] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Friday 20 September 2024 23:10:13 -0400 (0:00:00.019) 0:03:45.894 ****** 138029 1726888213.17082: entering _queue_task() for managed_node3/set_fact 138029 1726888213.17262: worker is 1 (out of 1 available) 138029 1726888213.17279: exiting _queue_task() for managed_node3/set_fact 138029 1726888213.17290: done queuing things up, now waiting for results queue to drain 138029 1726888213.17292: waiting for pending results... 138029 1726888213.17457: running TaskExecutor() for managed_node3/TASK: Set md chunk size regex 138029 1726888213.17536: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000029ae 138029 1726888213.17548: variable 'ansible_search_path' from source: unknown 138029 1726888213.17577: calling self._execute() 138029 1726888213.17667: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.17675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.17684: variable 'omit' from source: magic vars 138029 1726888213.17962: variable 'storage_test_pool' from source: include params 138029 1726888213.17998: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888213.18082: variable 'storage_test_pool' from source: include params 138029 1726888213.18102: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888213.18106: when evaluation is False, skipping this task 138029 1726888213.18108: _execute() done 138029 1726888213.18111: dumping result to json 138029 1726888213.18113: done dumping result, returning 138029 1726888213.18121: done running TaskExecutor() for managed_node3/TASK: Set md chunk size regex [0affc8a3-6f6f-5a58-73a2-0000000029ae] 138029 1726888213.18125: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029ae 138029 1726888213.18213: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029ae 138029 1726888213.18216: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888213.18261: no more pending results, returning what we have 138029 1726888213.18264: results queue empty 138029 1726888213.18265: checking for any_errors_fatal 138029 1726888213.18272: done checking for any_errors_fatal 138029 1726888213.18273: checking for max_fail_percentage 138029 1726888213.18275: done checking for max_fail_percentage 138029 1726888213.18275: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.18276: done checking to see if all hosts have failed 138029 1726888213.18277: getting the remaining hosts for this loop 138029 1726888213.18279: done getting the remaining hosts for this loop 138029 1726888213.18282: getting the next task for host managed_node3 138029 1726888213.18288: done getting next task for host managed_node3 138029 1726888213.18291: ^ task is: TASK: Parse the chunk size 138029 1726888213.18295: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.18299: getting variables 138029 1726888213.18300: in VariableManager get_vars() 138029 1726888213.18326: Calling all_inventory to load vars for managed_node3 138029 1726888213.18328: Calling groups_inventory to load vars for managed_node3 138029 1726888213.18331: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.18339: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.18341: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.18344: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.18648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.18975: done with get_vars() 138029 1726888213.18985: done getting variables TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Friday 20 September 2024 23:10:13 -0400 (0:00:00.019) 0:03:45.913 ****** 138029 1726888213.19037: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888213.19217: worker is 1 (out of 1 available) 138029 1726888213.19229: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888213.19241: done queuing things up, now waiting for results queue to drain 138029 1726888213.19242: waiting for pending results... 138029 1726888213.19415: running TaskExecutor() for managed_node3/TASK: Parse the chunk size 138029 1726888213.19495: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000029af 138029 1726888213.19507: variable 'ansible_search_path' from source: unknown 138029 1726888213.19532: calling self._execute() 138029 1726888213.19625: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.19630: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.19639: variable 'omit' from source: magic vars 138029 1726888213.19910: variable 'storage_test_pool' from source: include params 138029 1726888213.19939: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888213.20024: variable 'storage_test_pool' from source: include params 138029 1726888213.20044: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888213.20047: when evaluation is False, skipping this task 138029 1726888213.20050: _execute() done 138029 1726888213.20052: dumping result to json 138029 1726888213.20056: done dumping result, returning 138029 1726888213.20064: done running TaskExecutor() for managed_node3/TASK: Parse the chunk size [0affc8a3-6f6f-5a58-73a2-0000000029af] 138029 1726888213.20071: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029af 138029 1726888213.20166: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029af 138029 1726888213.20170: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888213.20217: no more pending results, returning what we have 138029 1726888213.20220: results queue empty 138029 1726888213.20221: checking for any_errors_fatal 138029 1726888213.20227: done checking for any_errors_fatal 138029 1726888213.20227: checking for max_fail_percentage 138029 1726888213.20231: done checking for max_fail_percentage 138029 1726888213.20232: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.20232: done checking to see if all hosts have failed 138029 1726888213.20233: getting the remaining hosts for this loop 138029 1726888213.20234: done getting the remaining hosts for this loop 138029 1726888213.20237: getting the next task for host managed_node3 138029 1726888213.20244: done getting next task for host managed_node3 138029 1726888213.20247: ^ task is: TASK: Check RAID active devices count 138029 1726888213.20251: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.20256: getting variables 138029 1726888213.20258: in VariableManager get_vars() 138029 1726888213.20284: Calling all_inventory to load vars for managed_node3 138029 1726888213.20286: Calling groups_inventory to load vars for managed_node3 138029 1726888213.20289: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.20297: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.20299: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.20302: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.20603: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.21150: done with get_vars() 138029 1726888213.21161: done getting variables 138029 1726888213.21200: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:46 Friday 20 September 2024 23:10:13 -0400 (0:00:00.021) 0:03:45.935 ****** 138029 1726888213.21221: entering _queue_task() for managed_node3/assert 138029 1726888213.21406: worker is 1 (out of 1 available) 138029 1726888213.21418: exiting _queue_task() for managed_node3/assert 138029 1726888213.21431: done queuing things up, now waiting for results queue to drain 138029 1726888213.21432: waiting for pending results... 138029 1726888213.21610: running TaskExecutor() for managed_node3/TASK: Check RAID active devices count 138029 1726888213.21712: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000029b0 138029 1726888213.21722: variable 'ansible_search_path' from source: unknown 138029 1726888213.21749: calling self._execute() 138029 1726888213.21838: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.21842: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.21852: variable 'omit' from source: magic vars 138029 1726888213.22121: variable 'storage_test_pool' from source: include params 138029 1726888213.22153: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888213.22240: variable 'storage_test_pool' from source: include params 138029 1726888213.22262: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888213.22265: when evaluation is False, skipping this task 138029 1726888213.22271: _execute() done 138029 1726888213.22274: dumping result to json 138029 1726888213.22276: done dumping result, returning 138029 1726888213.22282: done running TaskExecutor() for managed_node3/TASK: Check RAID active devices count [0affc8a3-6f6f-5a58-73a2-0000000029b0] 138029 1726888213.22288: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029b0 138029 1726888213.22384: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029b0 138029 1726888213.22388: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888213.22454: no more pending results, returning what we have 138029 1726888213.22459: results queue empty 138029 1726888213.22460: checking for any_errors_fatal 138029 1726888213.22465: done checking for any_errors_fatal 138029 1726888213.22466: checking for max_fail_percentage 138029 1726888213.22467: done checking for max_fail_percentage 138029 1726888213.22468: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.22468: done checking to see if all hosts have failed 138029 1726888213.22469: getting the remaining hosts for this loop 138029 1726888213.22470: done getting the remaining hosts for this loop 138029 1726888213.22473: getting the next task for host managed_node3 138029 1726888213.22480: done getting next task for host managed_node3 138029 1726888213.22482: ^ task is: TASK: Check RAID spare devices count 138029 1726888213.22488: ^ 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? (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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.22491: getting variables 138029 1726888213.22492: in VariableManager get_vars() 138029 1726888213.22518: Calling all_inventory to load vars for managed_node3 138029 1726888213.22520: Calling groups_inventory to load vars for managed_node3 138029 1726888213.22523: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.22529: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.22531: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.22533: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.26415: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.26732: done with get_vars() 138029 1726888213.26743: done getting variables 138029 1726888213.26779: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:55 Friday 20 September 2024 23:10:13 -0400 (0:00:00.055) 0:03:45.991 ****** 138029 1726888213.26799: entering _queue_task() for managed_node3/assert 138029 1726888213.27048: worker is 1 (out of 1 available) 138029 1726888213.27064: exiting _queue_task() for managed_node3/assert 138029 1726888213.27075: done queuing things up, now waiting for results queue to drain 138029 1726888213.27077: waiting for pending results... 138029 1726888213.27267: running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count 138029 1726888213.27382: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000029b1 138029 1726888213.27392: variable 'ansible_search_path' from source: unknown 138029 1726888213.27425: calling self._execute() 138029 1726888213.27524: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.27529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.27535: variable 'omit' from source: magic vars 138029 1726888213.27832: variable 'storage_test_pool' from source: include params 138029 1726888213.27872: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888213.27968: variable 'storage_test_pool' from source: include params 138029 1726888213.27983: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888213.27987: when evaluation is False, skipping this task 138029 1726888213.27992: _execute() done 138029 1726888213.27995: dumping result to json 138029 1726888213.27999: done dumping result, returning 138029 1726888213.28003: done running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count [0affc8a3-6f6f-5a58-73a2-0000000029b1] 138029 1726888213.28007: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029b1 138029 1726888213.28105: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029b1 138029 1726888213.28107: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888213.28151: no more pending results, returning what we have 138029 1726888213.28154: results queue empty 138029 1726888213.28157: checking for any_errors_fatal 138029 1726888213.28169: done checking for any_errors_fatal 138029 1726888213.28170: checking for max_fail_percentage 138029 1726888213.28171: done checking for max_fail_percentage 138029 1726888213.28172: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.28173: done checking to see if all hosts have failed 138029 1726888213.28173: getting the remaining hosts for this loop 138029 1726888213.28175: done getting the remaining hosts for this loop 138029 1726888213.28179: getting the next task for host managed_node3 138029 1726888213.28186: done getting next task for host managed_node3 138029 1726888213.28189: ^ task is: TASK: Check RAID metadata version 138029 1726888213.28195: ^ 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? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.28199: getting variables 138029 1726888213.28200: in VariableManager get_vars() 138029 1726888213.28234: Calling all_inventory to load vars for managed_node3 138029 1726888213.28236: Calling groups_inventory to load vars for managed_node3 138029 1726888213.28239: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.28250: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.28253: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.28257: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.28605: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.28945: done with get_vars() 138029 1726888213.28956: done getting variables 138029 1726888213.28999: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:64 Friday 20 September 2024 23:10:13 -0400 (0:00:00.022) 0:03:46.013 ****** 138029 1726888213.29021: entering _queue_task() for managed_node3/assert 138029 1726888213.29227: worker is 1 (out of 1 available) 138029 1726888213.29240: exiting _queue_task() for managed_node3/assert 138029 1726888213.29252: done queuing things up, now waiting for results queue to drain 138029 1726888213.29254: waiting for pending results... 138029 1726888213.29427: running TaskExecutor() for managed_node3/TASK: Check RAID metadata version 138029 1726888213.29536: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000029b2 138029 1726888213.29547: variable 'ansible_search_path' from source: unknown 138029 1726888213.29578: calling self._execute() 138029 1726888213.29672: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.29676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.29682: variable 'omit' from source: magic vars 138029 1726888213.29970: variable 'storage_test_pool' from source: include params 138029 1726888213.30002: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888213.30089: variable 'storage_test_pool' from source: include params 138029 1726888213.30109: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888213.30113: when evaluation is False, skipping this task 138029 1726888213.30116: _execute() done 138029 1726888213.30119: dumping result to json 138029 1726888213.30122: done dumping result, returning 138029 1726888213.30127: done running TaskExecutor() for managed_node3/TASK: Check RAID metadata version [0affc8a3-6f6f-5a58-73a2-0000000029b2] 138029 1726888213.30132: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029b2 138029 1726888213.30227: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029b2 138029 1726888213.30230: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888213.30291: no more pending results, returning what we have 138029 1726888213.30294: results queue empty 138029 1726888213.30295: checking for any_errors_fatal 138029 1726888213.30301: done checking for any_errors_fatal 138029 1726888213.30302: checking for max_fail_percentage 138029 1726888213.30303: done checking for max_fail_percentage 138029 1726888213.30304: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.30304: done checking to see if all hosts have failed 138029 1726888213.30305: getting the remaining hosts for this loop 138029 1726888213.30307: done getting the remaining hosts for this loop 138029 1726888213.30310: getting the next task for host managed_node3 138029 1726888213.30316: done getting next task for host managed_node3 138029 1726888213.30318: ^ task is: TASK: Check RAID chunk size 138029 1726888213.30324: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.30328: getting variables 138029 1726888213.30329: in VariableManager get_vars() 138029 1726888213.30358: Calling all_inventory to load vars for managed_node3 138029 1726888213.30361: Calling groups_inventory to load vars for managed_node3 138029 1726888213.30363: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.30374: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.30377: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.30379: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.30706: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.31057: done with get_vars() 138029 1726888213.31070: done getting variables 138029 1726888213.31108: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:74 Friday 20 September 2024 23:10:13 -0400 (0:00:00.021) 0:03:46.034 ****** 138029 1726888213.31130: entering _queue_task() for managed_node3/assert 138029 1726888213.31331: worker is 1 (out of 1 available) 138029 1726888213.31345: exiting _queue_task() for managed_node3/assert 138029 1726888213.31359: done queuing things up, now waiting for results queue to drain 138029 1726888213.31361: waiting for pending results... 138029 1726888213.31529: running TaskExecutor() for managed_node3/TASK: Check RAID chunk size 138029 1726888213.31633: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000029b3 138029 1726888213.31644: variable 'ansible_search_path' from source: unknown 138029 1726888213.31673: calling self._execute() 138029 1726888213.31761: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.31768: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.31776: variable 'omit' from source: magic vars 138029 1726888213.32079: variable 'storage_test_pool' from source: include params 138029 1726888213.32112: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888213.32200: variable 'storage_test_pool' from source: include params 138029 1726888213.32220: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888213.32224: when evaluation is False, skipping this task 138029 1726888213.32227: _execute() done 138029 1726888213.32230: dumping result to json 138029 1726888213.32232: done dumping result, returning 138029 1726888213.32240: done running TaskExecutor() for managed_node3/TASK: Check RAID chunk size [0affc8a3-6f6f-5a58-73a2-0000000029b3] 138029 1726888213.32243: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029b3 138029 1726888213.32340: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029b3 138029 1726888213.32345: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888213.32391: no more pending results, returning what we have 138029 1726888213.32394: results queue empty 138029 1726888213.32395: checking for any_errors_fatal 138029 1726888213.32402: done checking for any_errors_fatal 138029 1726888213.32403: checking for max_fail_percentage 138029 1726888213.32404: done checking for max_fail_percentage 138029 1726888213.32405: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.32406: done checking to see if all hosts have failed 138029 1726888213.32406: getting the remaining hosts for this loop 138029 1726888213.32408: done getting the remaining hosts for this loop 138029 1726888213.32411: getting the next task for host managed_node3 138029 1726888213.32421: done getting next task for host managed_node3 138029 1726888213.32422: ^ task is: TASK: Reset variables used by tests 138029 1726888213.32429: ^ 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? (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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.32432: getting variables 138029 1726888213.32433: in VariableManager get_vars() 138029 1726888213.32462: Calling all_inventory to load vars for managed_node3 138029 1726888213.32464: Calling groups_inventory to load vars for managed_node3 138029 1726888213.32467: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.32475: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.32478: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.32480: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.32802: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.33137: done with get_vars() 138029 1726888213.33146: done getting variables 138029 1726888213.33188: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Friday 20 September 2024 23:10:13 -0400 (0:00:00.020) 0:03:46.055 ****** 138029 1726888213.33209: entering _queue_task() for managed_node3/set_fact 138029 1726888213.33393: worker is 1 (out of 1 available) 138029 1726888213.33408: exiting _queue_task() for managed_node3/set_fact 138029 1726888213.33420: done queuing things up, now waiting for results queue to drain 138029 1726888213.33422: waiting for pending results... 138029 1726888213.33592: running TaskExecutor() for managed_node3/TASK: Reset variables used by tests 138029 1726888213.33684: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000029b5 138029 1726888213.33696: variable 'ansible_search_path' from source: unknown 138029 1726888213.33722: calling self._execute() 138029 1726888213.33818: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.33822: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.33829: variable 'omit' from source: magic vars 138029 1726888213.33919: variable 'omit' from source: magic vars 138029 1726888213.33958: variable 'omit' from source: magic vars 138029 1726888213.33987: variable 'omit' from source: magic vars 138029 1726888213.34019: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888213.34048: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888213.34065: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888213.34087: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888213.34095: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888213.34110: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888213.34123: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888213.34147: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888213.34151: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.34154: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.34242: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888213.34246: Set connection var ansible_timeout to 10 138029 1726888213.34251: Set connection var ansible_pipelining to False 138029 1726888213.34254: Set connection var ansible_shell_type to sh 138029 1726888213.34259: Set connection var ansible_connection to ssh 138029 1726888213.34262: Set connection var ansible_shell_executable to /bin/sh 138029 1726888213.34286: variable 'ansible_shell_executable' from source: unknown 138029 1726888213.34290: variable 'ansible_connection' from source: unknown 138029 1726888213.34293: variable 'ansible_module_compression' from source: unknown 138029 1726888213.34295: variable 'ansible_shell_type' from source: unknown 138029 1726888213.34300: variable 'ansible_shell_executable' from source: unknown 138029 1726888213.34302: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.34304: variable 'ansible_pipelining' from source: unknown 138029 1726888213.34306: variable 'ansible_timeout' from source: unknown 138029 1726888213.34308: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.34412: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888213.34424: variable 'omit' from source: magic vars 138029 1726888213.34428: starting attempt loop 138029 1726888213.34430: running the handler 138029 1726888213.34441: handler run complete 138029 1726888213.34448: attempt loop complete, returning result 138029 1726888213.34451: _execute() done 138029 1726888213.34453: dumping result to json 138029 1726888213.34457: done dumping result, returning 138029 1726888213.34464: done running TaskExecutor() for managed_node3/TASK: Reset variables used by tests [0affc8a3-6f6f-5a58-73a2-0000000029b5] 138029 1726888213.34471: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029b5 138029 1726888213.34562: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000029b5 ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } 138029 1726888213.34617: no more pending results, returning what we have 138029 1726888213.34620: results queue empty 138029 1726888213.34621: checking for any_errors_fatal 138029 1726888213.34627: done checking for any_errors_fatal 138029 1726888213.34628: checking for max_fail_percentage 138029 1726888213.34629: done checking for max_fail_percentage 138029 1726888213.34630: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.34631: done checking to see if all hosts have failed 138029 1726888213.34631: getting the remaining hosts for this loop 138029 1726888213.34633: done getting the remaining hosts for this loop 138029 1726888213.34636: getting the next task for host managed_node3 138029 1726888213.34642: done getting next task for host managed_node3 138029 1726888213.34645: ^ task is: TASK: Check LVM RAID 138029 1726888213.34650: ^ 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? (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 138029 1726888213.34654: getting variables 138029 1726888213.34657: in VariableManager get_vars() 138029 1726888213.34685: Calling all_inventory to load vars for managed_node3 138029 1726888213.34688: Calling groups_inventory to load vars for managed_node3 138029 1726888213.34690: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.34698: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.34700: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.34703: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.35082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.35672: WORKER PROCESS EXITING 138029 1726888213.35698: done with get_vars() 138029 1726888213.35713: done getting variables TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Friday 20 September 2024 23:10:13 -0400 (0:00:00.026) 0:03:46.081 ****** 138029 1726888213.35814: entering _queue_task() for managed_node3/include_tasks 138029 1726888213.36175: worker is 1 (out of 1 available) 138029 1726888213.36188: exiting _queue_task() for managed_node3/include_tasks 138029 1726888213.36198: done queuing things up, now waiting for results queue to drain 138029 1726888213.36200: waiting for pending results... 138029 1726888213.36409: running TaskExecutor() for managed_node3/TASK: Check LVM RAID 138029 1726888213.36558: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000295b 138029 1726888213.36584: variable 'ansible_search_path' from source: unknown 138029 1726888213.36626: calling self._execute() 138029 1726888213.36764: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.36780: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.36797: variable 'omit' from source: magic vars 138029 1726888213.36920: _execute() done 138029 1726888213.36930: dumping result to json 138029 1726888213.36938: done dumping result, returning 138029 1726888213.36952: done running TaskExecutor() for managed_node3/TASK: Check LVM RAID [0affc8a3-6f6f-5a58-73a2-00000000295b] 138029 1726888213.36975: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000295b 138029 1726888213.37283: no more pending results, returning what we have 138029 1726888213.37287: in VariableManager get_vars() 138029 1726888213.37320: Calling all_inventory to load vars for managed_node3 138029 1726888213.37323: Calling groups_inventory to load vars for managed_node3 138029 1726888213.37326: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.37335: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.37338: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.37341: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.37933: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000295b 138029 1726888213.37936: WORKER PROCESS EXITING 138029 1726888213.37961: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.38573: done with get_vars() 138029 1726888213.38585: variable 'ansible_search_path' from source: unknown 138029 1726888213.38716: variable 'storage_test_pool_subset' from source: include params 138029 1726888213.38749: we have included files to process 138029 1726888213.38751: generating all_blocks data 138029 1726888213.38753: done generating all_blocks data 138029 1726888213.38762: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 138029 1726888213.38764: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 138029 1726888213.38769: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 138029 1726888213.38879: in VariableManager get_vars() 138029 1726888213.38901: done with get_vars() 138029 1726888213.38916: done processing included file 138029 1726888213.38919: iterating over new_blocks loaded from include file 138029 1726888213.38920: in VariableManager get_vars() 138029 1726888213.38936: done with get_vars() 138029 1726888213.38938: filtering new block on tags 138029 1726888213.38971: done filtering new block on tags 138029 1726888213.38973: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 138029 1726888213.38978: extending task lists for all hosts with included blocks 138029 1726888213.41818: done extending task lists 138029 1726888213.41820: done processing included files 138029 1726888213.41821: results queue empty 138029 1726888213.41821: checking for any_errors_fatal 138029 1726888213.41825: done checking for any_errors_fatal 138029 1726888213.41826: checking for max_fail_percentage 138029 1726888213.41827: done checking for max_fail_percentage 138029 1726888213.41828: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.41828: done checking to see if all hosts have failed 138029 1726888213.41829: getting the remaining hosts for this loop 138029 1726888213.41830: done getting the remaining hosts for this loop 138029 1726888213.41833: getting the next task for host managed_node3 138029 1726888213.41838: done getting next task for host managed_node3 138029 1726888213.41840: ^ task is: TASK: Validate pool member LVM RAID settings 138029 1726888213.41843: ^ 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? (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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.41846: getting variables 138029 1726888213.41847: in VariableManager get_vars() 138029 1726888213.41858: Calling all_inventory to load vars for managed_node3 138029 1726888213.41861: Calling groups_inventory to load vars for managed_node3 138029 1726888213.41863: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.41871: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.41874: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.41877: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.42288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.42893: done with get_vars() 138029 1726888213.42907: done getting variables TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Friday 20 September 2024 23:10:13 -0400 (0:00:00.071) 0:03:46.153 ****** 138029 1726888213.43000: entering _queue_task() for managed_node3/include_tasks 138029 1726888213.43316: worker is 1 (out of 1 available) 138029 1726888213.43327: exiting _queue_task() for managed_node3/include_tasks 138029 1726888213.43339: done queuing things up, now waiting for results queue to drain 138029 1726888213.43341: waiting for pending results... 138029 1726888213.43647: running TaskExecutor() for managed_node3/TASK: Validate pool member LVM RAID settings 138029 1726888213.43806: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002a75 138029 1726888213.43827: variable 'ansible_search_path' from source: unknown 138029 1726888213.44112: variable 'storage_test_pool' from source: include params 138029 1726888213.44659: variable 'omit' from source: magic vars 138029 1726888213.44826: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.44841: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.44858: variable 'omit' from source: magic vars 138029 1726888213.45101: variable 'storage_test_pool' from source: include params 138029 1726888213.45141: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888213.45187: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888213.45266: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888213.45861: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.45864: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.45867: variable 'omit' from source: magic vars 138029 1726888213.45981: variable 'storage_test_pool' from source: include params 138029 1726888213.45985: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888213.46011: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888213.46077: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888213.46498: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.46502: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.46504: variable 'omit' from source: magic vars 138029 1726888213.46581: variable 'storage_test_pool' from source: include params 138029 1726888213.46623: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888213.46663: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888213.46729: variable 'storage_test_lvmraid_volume' from source: unknown 138029 1726888213.47038: dumping result to json 138029 1726888213.47041: done dumping result, returning 138029 1726888213.47044: done running TaskExecutor() for managed_node3/TASK: Validate pool member LVM RAID settings [0affc8a3-6f6f-5a58-73a2-000000002a75] 138029 1726888213.47163: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002a75 138029 1726888213.47288: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002a75 138029 1726888213.47415: no more pending results, returning what we have 138029 1726888213.47421: in VariableManager get_vars() 138029 1726888213.47762: Calling all_inventory to load vars for managed_node3 138029 1726888213.47765: Calling groups_inventory to load vars for managed_node3 138029 1726888213.47768: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.47778: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.47785: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.47789: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.48663: WORKER PROCESS EXITING 138029 1726888213.48792: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.49829: done with get_vars() 138029 1726888213.49842: variable 'ansible_search_path' from source: unknown 138029 1726888213.49892: variable 'ansible_search_path' from source: unknown 138029 1726888213.49931: variable 'ansible_search_path' from source: unknown 138029 1726888213.49986: we have included files to process 138029 1726888213.49987: generating all_blocks data 138029 1726888213.49989: done generating all_blocks data 138029 1726888213.49991: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888213.49992: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888213.49994: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888213.50778: done processing included file 138029 1726888213.50781: iterating over new_blocks loaded from include file 138029 1726888213.50782: in VariableManager get_vars() 138029 1726888213.50799: done with get_vars() 138029 1726888213.50801: filtering new block on tags 138029 1726888213.50914: done filtering new block on tags 138029 1726888213.50917: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': 'UUID=ac246704-920b-4020-af6e-f443534e195b'}) 138029 1726888213.50928: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888213.50929: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888213.50932: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888213.51970: done processing included file 138029 1726888213.51972: iterating over new_blocks loaded from include file 138029 1726888213.51973: in VariableManager get_vars() 138029 1726888213.51991: done with get_vars() 138029 1726888213.51993: filtering new block on tags 138029 1726888213.52099: done filtering new block on tags 138029 1726888213.52102: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24'}) 138029 1726888213.52117: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888213.52119: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888213.52121: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 138029 1726888213.52935: done processing included file 138029 1726888213.52937: iterating over new_blocks loaded from include file 138029 1726888213.52938: in VariableManager get_vars() 138029 1726888213.52953: done with get_vars() 138029 1726888213.53156: filtering new block on tags 138029 1726888213.53277: done filtering new block on tags 138029 1726888213.53279: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2'}) 138029 1726888213.53289: extending task lists for all hosts with included blocks 138029 1726888213.53660: done extending task lists 138029 1726888213.53661: done processing included files 138029 1726888213.53662: results queue empty 138029 1726888213.53663: checking for any_errors_fatal 138029 1726888213.53666: done checking for any_errors_fatal 138029 1726888213.53667: checking for max_fail_percentage 138029 1726888213.53668: done checking for max_fail_percentage 138029 1726888213.53669: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.53670: done checking to see if all hosts have failed 138029 1726888213.53670: getting the remaining hosts for this loop 138029 1726888213.53672: done getting the remaining hosts for this loop 138029 1726888213.53674: getting the next task for host managed_node3 138029 1726888213.53679: done getting next task for host managed_node3 138029 1726888213.53682: ^ task is: TASK: Get information about the LV 138029 1726888213.53686: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.53688: getting variables 138029 1726888213.53689: in VariableManager get_vars() 138029 1726888213.53698: Calling all_inventory to load vars for managed_node3 138029 1726888213.53700: Calling groups_inventory to load vars for managed_node3 138029 1726888213.53703: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.53708: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.53710: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.53713: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.54152: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.54724: done with get_vars() 138029 1726888213.54737: done getting variables 138029 1726888213.54777: 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/verify-pool-member-lvmraid.yml:8 Friday 20 September 2024 23:10:13 -0400 (0:00:00.118) 0:03:46.271 ****** 138029 1726888213.54808: entering _queue_task() for managed_node3/command 138029 1726888213.55138: worker is 1 (out of 1 available) 138029 1726888213.55150: exiting _queue_task() for managed_node3/command 138029 1726888213.55164: done queuing things up, now waiting for results queue to drain 138029 1726888213.55166: waiting for pending results... 138029 1726888213.55474: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888213.55631: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002b9a 138029 1726888213.55651: variable 'ansible_search_path' from source: unknown 138029 1726888213.55695: calling self._execute() 138029 1726888213.55839: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.55852: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.55873: variable 'omit' from source: magic vars 138029 1726888213.56308: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888213.56610: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888213.56662: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888213.56761: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888213.56764: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888213.56833: 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) 138029 1726888213.56869: 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) 138029 1726888213.56906: 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) 138029 1726888213.56937: 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) 138029 1726888213.57084: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888213.57121: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888213.57129: when evaluation is False, skipping this task 138029 1726888213.57223: _execute() done 138029 1726888213.57226: dumping result to json 138029 1726888213.57229: done dumping result, returning 138029 1726888213.57232: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-000000002b9a] 138029 1726888213.57235: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002b9a 138029 1726888213.57311: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002b9a 138029 1726888213.57314: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888213.57374: no more pending results, returning what we have 138029 1726888213.57382: results queue empty 138029 1726888213.57383: checking for any_errors_fatal 138029 1726888213.57384: done checking for any_errors_fatal 138029 1726888213.57385: checking for max_fail_percentage 138029 1726888213.57386: done checking for max_fail_percentage 138029 1726888213.57387: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.57388: done checking to see if all hosts have failed 138029 1726888213.57388: getting the remaining hosts for this loop 138029 1726888213.57390: done getting the remaining hosts for this loop 138029 1726888213.57393: getting the next task for host managed_node3 138029 1726888213.57402: done getting next task for host managed_node3 138029 1726888213.57404: ^ task is: TASK: Set LV segment type 138029 1726888213.57411: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.57417: getting variables 138029 1726888213.57418: in VariableManager get_vars() 138029 1726888213.57449: Calling all_inventory to load vars for managed_node3 138029 1726888213.57452: Calling groups_inventory to load vars for managed_node3 138029 1726888213.57457: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.57466: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.57470: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.57472: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.58108: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.58754: done with get_vars() 138029 1726888213.58772: done getting variables 138029 1726888213.58824: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:16 Friday 20 September 2024 23:10:13 -0400 (0:00:00.040) 0:03:46.312 ****** 138029 1726888213.58862: entering _queue_task() for managed_node3/set_fact 138029 1726888213.59141: worker is 1 (out of 1 available) 138029 1726888213.59153: exiting _queue_task() for managed_node3/set_fact 138029 1726888213.59169: done queuing things up, now waiting for results queue to drain 138029 1726888213.59171: waiting for pending results... 138029 1726888213.59581: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888213.59620: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002b9b 138029 1726888213.59638: variable 'ansible_search_path' from source: unknown 138029 1726888213.59680: calling self._execute() 138029 1726888213.59829: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.59841: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.59861: variable 'omit' from source: magic vars 138029 1726888213.60251: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888213.60538: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888213.60597: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888213.60634: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888213.60685: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888213.60770: 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) 138029 1726888213.60860: 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) 138029 1726888213.60863: 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) 138029 1726888213.60867: 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) 138029 1726888213.60981: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888213.61021: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888213.61029: when evaluation is False, skipping this task 138029 1726888213.61037: _execute() done 138029 1726888213.61044: dumping result to json 138029 1726888213.61052: done dumping result, returning 138029 1726888213.61068: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-000000002b9b] 138029 1726888213.61079: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002b9b skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888213.61258: no more pending results, returning what we have 138029 1726888213.61261: results queue empty 138029 1726888213.61262: checking for any_errors_fatal 138029 1726888213.61275: done checking for any_errors_fatal 138029 1726888213.61275: checking for max_fail_percentage 138029 1726888213.61277: done checking for max_fail_percentage 138029 1726888213.61278: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.61278: done checking to see if all hosts have failed 138029 1726888213.61279: getting the remaining hosts for this loop 138029 1726888213.61281: done getting the remaining hosts for this loop 138029 1726888213.61284: getting the next task for host managed_node3 138029 1726888213.61292: done getting next task for host managed_node3 138029 1726888213.61295: ^ task is: TASK: Check segment type 138029 1726888213.61301: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.61306: getting variables 138029 1726888213.61308: in VariableManager get_vars() 138029 1726888213.61340: Calling all_inventory to load vars for managed_node3 138029 1726888213.61343: Calling groups_inventory to load vars for managed_node3 138029 1726888213.61346: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.61356: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.61361: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.61364: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.62187: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002b9b 138029 1726888213.62191: WORKER PROCESS EXITING 138029 1726888213.62371: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.62928: done with get_vars() 138029 1726888213.62940: done getting variables 138029 1726888213.62999: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:20 Friday 20 September 2024 23:10:13 -0400 (0:00:00.041) 0:03:46.353 ****** 138029 1726888213.63031: entering _queue_task() for managed_node3/assert 138029 1726888213.63420: worker is 1 (out of 1 available) 138029 1726888213.63431: exiting _queue_task() for managed_node3/assert 138029 1726888213.63442: done queuing things up, now waiting for results queue to drain 138029 1726888213.63443: waiting for pending results... 138029 1726888213.63643: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888213.63815: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002b9c 138029 1726888213.63834: variable 'ansible_search_path' from source: unknown 138029 1726888213.63886: calling self._execute() 138029 1726888213.64031: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.64043: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.64062: variable 'omit' from source: magic vars 138029 1726888213.64488: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888213.64800: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888213.64858: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888213.64902: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888213.64950: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888213.65046: 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) 138029 1726888213.65150: 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) 138029 1726888213.65157: 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) 138029 1726888213.65160: 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) 138029 1726888213.65296: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888213.65328: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888213.65336: when evaluation is False, skipping this task 138029 1726888213.65343: _execute() done 138029 1726888213.65351: dumping result to json 138029 1726888213.65361: done dumping result, returning 138029 1726888213.65381: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-000000002b9c] 138029 1726888213.65392: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002b9c skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888213.65631: no more pending results, returning what we have 138029 1726888213.65634: results queue empty 138029 1726888213.65636: checking for any_errors_fatal 138029 1726888213.65644: done checking for any_errors_fatal 138029 1726888213.65645: checking for max_fail_percentage 138029 1726888213.65647: done checking for max_fail_percentage 138029 1726888213.65648: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.65648: done checking to see if all hosts have failed 138029 1726888213.65649: getting the remaining hosts for this loop 138029 1726888213.65651: done getting the remaining hosts for this loop 138029 1726888213.65654: getting the next task for host managed_node3 138029 1726888213.65704: done getting next task for host managed_node3 138029 1726888213.65708: ^ task is: TASK: Set LV stripe size 138029 1726888213.65714: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.65719: getting variables 138029 1726888213.65720: in VariableManager get_vars() 138029 1726888213.65751: Calling all_inventory to load vars for managed_node3 138029 1726888213.65754: Calling groups_inventory to load vars for managed_node3 138029 1726888213.65760: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.65773: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.65776: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.65780: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.66471: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002b9c 138029 1726888213.66476: WORKER PROCESS EXITING 138029 1726888213.66516: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.67160: done with get_vars() 138029 1726888213.67176: done getting variables 138029 1726888213.67230: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Friday 20 September 2024 23:10:13 -0400 (0:00:00.042) 0:03:46.396 ****** 138029 1726888213.67274: entering _queue_task() for managed_node3/set_fact 138029 1726888213.67554: worker is 1 (out of 1 available) 138029 1726888213.67672: exiting _queue_task() for managed_node3/set_fact 138029 1726888213.67681: done queuing things up, now waiting for results queue to drain 138029 1726888213.67683: waiting for pending results... 138029 1726888213.67891: running TaskExecutor() for managed_node3/TASK: Set LV stripe size 138029 1726888213.68046: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002b9d 138029 1726888213.68072: variable 'ansible_search_path' from source: unknown 138029 1726888213.68111: calling self._execute() 138029 1726888213.68261: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.68276: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.68291: variable 'omit' from source: magic vars 138029 1726888213.68707: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888213.69021: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888213.69076: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888213.69120: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888213.69162: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888213.69252: 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) 138029 1726888213.69337: 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) 138029 1726888213.69341: 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) 138029 1726888213.69358: 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) 138029 1726888213.69495: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888213.69528: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888213.69535: when evaluation is False, skipping this task 138029 1726888213.69542: _execute() done 138029 1726888213.69556: dumping result to json 138029 1726888213.69568: done dumping result, returning 138029 1726888213.69761: done running TaskExecutor() for managed_node3/TASK: Set LV stripe size [0affc8a3-6f6f-5a58-73a2-000000002b9d] 138029 1726888213.69767: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002b9d 138029 1726888213.69830: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002b9d 138029 1726888213.69833: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888213.69880: no more pending results, returning what we have 138029 1726888213.69883: results queue empty 138029 1726888213.69884: checking for any_errors_fatal 138029 1726888213.69891: done checking for any_errors_fatal 138029 1726888213.69892: checking for max_fail_percentage 138029 1726888213.69894: done checking for max_fail_percentage 138029 1726888213.69894: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.69895: done checking to see if all hosts have failed 138029 1726888213.69896: getting the remaining hosts for this loop 138029 1726888213.69897: done getting the remaining hosts for this loop 138029 1726888213.69901: getting the next task for host managed_node3 138029 1726888213.69909: done getting next task for host managed_node3 138029 1726888213.69911: ^ task is: TASK: Parse the requested stripe size 138029 1726888213.69918: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.69921: getting variables 138029 1726888213.69923: in VariableManager get_vars() 138029 1726888213.69954: Calling all_inventory to load vars for managed_node3 138029 1726888213.69958: Calling groups_inventory to load vars for managed_node3 138029 1726888213.69962: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.69974: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.69978: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.69982: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.70653: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.71300: done with get_vars() 138029 1726888213.71318: done getting variables TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Friday 20 September 2024 23:10:13 -0400 (0:00:00.041) 0:03:46.437 ****** 138029 1726888213.71407: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888213.71679: worker is 1 (out of 1 available) 138029 1726888213.71690: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888213.71814: done queuing things up, now waiting for results queue to drain 138029 1726888213.71816: waiting for pending results... 138029 1726888213.72052: running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size 138029 1726888213.72246: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002b9e 138029 1726888213.72249: variable 'ansible_search_path' from source: unknown 138029 1726888213.72256: calling self._execute() 138029 1726888213.72385: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.72398: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.72415: variable 'omit' from source: magic vars 138029 1726888213.72839: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888213.73228: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888213.73232: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888213.73259: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888213.73300: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888213.73396: 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) 138029 1726888213.73427: 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) 138029 1726888213.73475: 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) 138029 1726888213.73507: 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) 138029 1726888213.73661: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888213.73702: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888213.73711: when evaluation is False, skipping this task 138029 1726888213.73761: _execute() done 138029 1726888213.73771: dumping result to json 138029 1726888213.73775: done dumping result, returning 138029 1726888213.73778: done running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size [0affc8a3-6f6f-5a58-73a2-000000002b9e] 138029 1726888213.73780: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002b9e skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888213.74036: no more pending results, returning what we have 138029 1726888213.74039: results queue empty 138029 1726888213.74041: checking for any_errors_fatal 138029 1726888213.74048: done checking for any_errors_fatal 138029 1726888213.74049: checking for max_fail_percentage 138029 1726888213.74050: done checking for max_fail_percentage 138029 1726888213.74051: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.74052: done checking to see if all hosts have failed 138029 1726888213.74053: getting the remaining hosts for this loop 138029 1726888213.74054: done getting the remaining hosts for this loop 138029 1726888213.74060: getting the next task for host managed_node3 138029 1726888213.74071: done getting next task for host managed_node3 138029 1726888213.74075: ^ task is: TASK: Set expected stripe size 138029 1726888213.74081: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.74087: getting variables 138029 1726888213.74088: in VariableManager get_vars() 138029 1726888213.74190: Calling all_inventory to load vars for managed_node3 138029 1726888213.74193: Calling groups_inventory to load vars for managed_node3 138029 1726888213.74197: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.74313: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002b9e 138029 1726888213.74317: WORKER PROCESS EXITING 138029 1726888213.74329: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.74332: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.74336: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.74889: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.75540: done with get_vars() 138029 1726888213.75554: done getting variables 138029 1726888213.75611: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Friday 20 September 2024 23:10:13 -0400 (0:00:00.042) 0:03:46.480 ****** 138029 1726888213.75649: entering _queue_task() for managed_node3/set_fact 138029 1726888213.75909: worker is 1 (out of 1 available) 138029 1726888213.75922: exiting _queue_task() for managed_node3/set_fact 138029 1726888213.75932: done queuing things up, now waiting for results queue to drain 138029 1726888213.75934: waiting for pending results... 138029 1726888213.76288: running TaskExecutor() for managed_node3/TASK: Set expected stripe size 138029 1726888213.76398: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002b9f 138029 1726888213.76417: variable 'ansible_search_path' from source: unknown 138029 1726888213.76454: calling self._execute() 138029 1726888213.76591: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.76611: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.76711: variable 'omit' from source: magic vars 138029 1726888213.77042: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888213.77346: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888213.77406: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888213.77440: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888213.77488: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888213.77586: 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) 138029 1726888213.77616: 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) 138029 1726888213.77647: 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) 138029 1726888213.77691: 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) 138029 1726888213.77831: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888213.77867: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888213.77879: when evaluation is False, skipping this task 138029 1726888213.77911: _execute() done 138029 1726888213.77915: dumping result to json 138029 1726888213.77917: done dumping result, returning 138029 1726888213.77920: done running TaskExecutor() for managed_node3/TASK: Set expected stripe size [0affc8a3-6f6f-5a58-73a2-000000002b9f] 138029 1726888213.77930: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002b9f 138029 1726888213.78097: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002b9f 138029 1726888213.78101: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888213.78177: no more pending results, returning what we have 138029 1726888213.78181: results queue empty 138029 1726888213.78182: checking for any_errors_fatal 138029 1726888213.78190: done checking for any_errors_fatal 138029 1726888213.78191: checking for max_fail_percentage 138029 1726888213.78193: done checking for max_fail_percentage 138029 1726888213.78194: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.78195: done checking to see if all hosts have failed 138029 1726888213.78196: getting the remaining hosts for this loop 138029 1726888213.78198: done getting the remaining hosts for this loop 138029 1726888213.78202: getting the next task for host managed_node3 138029 1726888213.78210: done getting next task for host managed_node3 138029 1726888213.78213: ^ task is: TASK: Check stripe size 138029 1726888213.78219: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.78225: getting variables 138029 1726888213.78226: in VariableManager get_vars() 138029 1726888213.78272: Calling all_inventory to load vars for managed_node3 138029 1726888213.78276: Calling groups_inventory to load vars for managed_node3 138029 1726888213.78280: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.78291: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.78294: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.78297: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.79123: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.79897: done with get_vars() 138029 1726888213.79914: done getting variables 138029 1726888213.80006: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Friday 20 September 2024 23:10:13 -0400 (0:00:00.044) 0:03:46.524 ****** 138029 1726888213.80060: entering _queue_task() for managed_node3/assert 138029 1726888213.80499: worker is 1 (out of 1 available) 138029 1726888213.80516: exiting _queue_task() for managed_node3/assert 138029 1726888213.80527: done queuing things up, now waiting for results queue to drain 138029 1726888213.80528: waiting for pending results... 138029 1726888213.80963: running TaskExecutor() for managed_node3/TASK: Check stripe size 138029 1726888213.81170: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002ba0 138029 1726888213.81175: variable 'ansible_search_path' from source: unknown 138029 1726888213.81216: calling self._execute() 138029 1726888213.81440: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.81453: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.81497: variable 'omit' from source: magic vars 138029 1726888213.82170: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888213.82611: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888213.82860: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888213.82873: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888213.82877: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888213.83039: 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) 138029 1726888213.83097: 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) 138029 1726888213.83161: 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) 138029 1726888213.83259: 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) 138029 1726888213.83531: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888213.83767: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888213.83771: when evaluation is False, skipping this task 138029 1726888213.83777: _execute() done 138029 1726888213.83781: dumping result to json 138029 1726888213.83784: done dumping result, returning 138029 1726888213.83790: done running TaskExecutor() for managed_node3/TASK: Check stripe size [0affc8a3-6f6f-5a58-73a2-000000002ba0] 138029 1726888213.83795: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002ba0 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888213.83978: no more pending results, returning what we have 138029 1726888213.83986: results queue empty 138029 1726888213.83989: checking for any_errors_fatal 138029 1726888213.84004: done checking for any_errors_fatal 138029 1726888213.84009: checking for max_fail_percentage 138029 1726888213.84015: done checking for max_fail_percentage 138029 1726888213.84025: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.84026: done checking to see if all hosts have failed 138029 1726888213.84026: getting the remaining hosts for this loop 138029 1726888213.84028: done getting the remaining hosts for this loop 138029 1726888213.84035: getting the next task for host managed_node3 138029 1726888213.84048: done getting next task for host managed_node3 138029 1726888213.84052: ^ task is: TASK: Get information about the LV 138029 1726888213.84069: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.84080: getting variables 138029 1726888213.84082: in VariableManager get_vars() 138029 1726888213.84124: Calling all_inventory to load vars for managed_node3 138029 1726888213.84127: Calling groups_inventory to load vars for managed_node3 138029 1726888213.84130: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.84141: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.84145: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.84148: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.84673: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002ba0 138029 1726888213.84677: WORKER PROCESS EXITING 138029 1726888213.85204: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.85927: done with get_vars() 138029 1726888213.85942: done getting variables 138029 1726888213.86010: 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/verify-pool-member-lvmraid.yml:8 Friday 20 September 2024 23:10:13 -0400 (0:00:00.059) 0:03:46.584 ****** 138029 1726888213.86050: entering _queue_task() for managed_node3/command 138029 1726888213.86490: worker is 1 (out of 1 available) 138029 1726888213.86504: exiting _queue_task() for managed_node3/command 138029 1726888213.86513: done queuing things up, now waiting for results queue to drain 138029 1726888213.86515: waiting for pending results... 138029 1726888213.86760: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888213.86933: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002ba4 138029 1726888213.86961: variable 'ansible_search_path' from source: unknown 138029 1726888213.87028: calling self._execute() 138029 1726888213.87198: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.87224: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.87252: variable 'omit' from source: magic vars 138029 1726888213.88103: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888213.88796: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888213.88853: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888213.88950: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888213.89043: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888213.89205: 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) 138029 1726888213.89343: 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) 138029 1726888213.89349: 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) 138029 1726888213.89386: 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) 138029 1726888213.89653: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888213.89761: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888213.89807: when evaluation is False, skipping this task 138029 1726888213.89907: _execute() done 138029 1726888213.89914: dumping result to json 138029 1726888213.89919: done dumping result, returning 138029 1726888213.89924: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-000000002ba4] 138029 1726888213.89927: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002ba4 138029 1726888213.90424: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002ba4 138029 1726888213.90431: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888213.90528: no more pending results, returning what we have 138029 1726888213.90535: results queue empty 138029 1726888213.90559: checking for any_errors_fatal 138029 1726888213.90577: done checking for any_errors_fatal 138029 1726888213.90578: checking for max_fail_percentage 138029 1726888213.90582: done checking for max_fail_percentage 138029 1726888213.90585: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.90586: done checking to see if all hosts have failed 138029 1726888213.90588: getting the remaining hosts for this loop 138029 1726888213.90591: done getting the remaining hosts for this loop 138029 1726888213.90597: getting the next task for host managed_node3 138029 1726888213.90609: done getting next task for host managed_node3 138029 1726888213.90614: ^ task is: TASK: Set LV segment type 138029 1726888213.90628: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.90642: getting variables 138029 1726888213.90644: in VariableManager get_vars() 138029 1726888213.90822: Calling all_inventory to load vars for managed_node3 138029 1726888213.90825: Calling groups_inventory to load vars for managed_node3 138029 1726888213.90829: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.90844: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.90851: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.90860: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.92680: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.93743: done with get_vars() 138029 1726888213.93770: done getting variables 138029 1726888213.93879: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:16 Friday 20 September 2024 23:10:13 -0400 (0:00:00.078) 0:03:46.663 ****** 138029 1726888213.93948: entering _queue_task() for managed_node3/set_fact 138029 1726888213.94539: worker is 1 (out of 1 available) 138029 1726888213.94675: exiting _queue_task() for managed_node3/set_fact 138029 1726888213.94702: done queuing things up, now waiting for results queue to drain 138029 1726888213.94704: waiting for pending results... 138029 1726888213.95163: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888213.95573: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002ba5 138029 1726888213.95581: variable 'ansible_search_path' from source: unknown 138029 1726888213.95671: calling self._execute() 138029 1726888213.95891: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888213.95933: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888213.95999: variable 'omit' from source: magic vars 138029 1726888213.96713: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888213.97261: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888213.97264: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888213.97269: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888213.97272: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888213.97274: 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) 138029 1726888213.97276: 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) 138029 1726888213.97304: 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) 138029 1726888213.97333: 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) 138029 1726888213.97480: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888213.97519: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888213.97527: when evaluation is False, skipping this task 138029 1726888213.97534: _execute() done 138029 1726888213.97541: dumping result to json 138029 1726888213.97548: done dumping result, returning 138029 1726888213.97560: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-000000002ba5] 138029 1726888213.97573: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002ba5 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888213.97762: no more pending results, returning what we have 138029 1726888213.97768: results queue empty 138029 1726888213.97769: checking for any_errors_fatal 138029 1726888213.97779: done checking for any_errors_fatal 138029 1726888213.97780: checking for max_fail_percentage 138029 1726888213.97782: done checking for max_fail_percentage 138029 1726888213.97783: checking to see if all hosts have failed and the running result is not ok 138029 1726888213.97784: done checking to see if all hosts have failed 138029 1726888213.97784: getting the remaining hosts for this loop 138029 1726888213.97786: done getting the remaining hosts for this loop 138029 1726888213.97790: getting the next task for host managed_node3 138029 1726888213.97798: done getting next task for host managed_node3 138029 1726888213.97801: ^ task is: TASK: Check segment type 138029 1726888213.97809: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888213.97814: getting variables 138029 1726888213.97815: in VariableManager get_vars() 138029 1726888213.97854: Calling all_inventory to load vars for managed_node3 138029 1726888213.97859: Calling groups_inventory to load vars for managed_node3 138029 1726888213.97862: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888213.97875: Calling all_plugins_play to load vars for managed_node3 138029 1726888213.97880: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888213.97883: Calling groups_plugins_play to load vars for managed_node3 138029 1726888213.98472: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002ba5 138029 1726888213.98476: WORKER PROCESS EXITING 138029 1726888213.98753: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888213.99417: done with get_vars() 138029 1726888213.99430: done getting variables 138029 1726888213.99492: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:20 Friday 20 September 2024 23:10:13 -0400 (0:00:00.055) 0:03:46.718 ****** 138029 1726888213.99529: entering _queue_task() for managed_node3/assert 138029 1726888213.99907: worker is 1 (out of 1 available) 138029 1726888213.99918: exiting _queue_task() for managed_node3/assert 138029 1726888213.99928: done queuing things up, now waiting for results queue to drain 138029 1726888213.99929: waiting for pending results... 138029 1726888214.00172: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888214.00463: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002ba6 138029 1726888214.00471: variable 'ansible_search_path' from source: unknown 138029 1726888214.00500: calling self._execute() 138029 1726888214.00721: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.00733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.00752: variable 'omit' from source: magic vars 138029 1726888214.01301: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888214.01695: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888214.01751: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888214.01799: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888214.01843: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888214.01975: 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) 138029 1726888214.02024: 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) 138029 1726888214.02061: 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) 138029 1726888214.02097: 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) 138029 1726888214.02282: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888214.02297: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888214.02305: when evaluation is False, skipping this task 138029 1726888214.02313: _execute() done 138029 1726888214.02319: dumping result to json 138029 1726888214.02327: done dumping result, returning 138029 1726888214.02360: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-000000002ba6] 138029 1726888214.02364: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002ba6 138029 1726888214.02625: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002ba6 138029 1726888214.02629: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888214.02678: no more pending results, returning what we have 138029 1726888214.02681: results queue empty 138029 1726888214.02683: checking for any_errors_fatal 138029 1726888214.02691: done checking for any_errors_fatal 138029 1726888214.02692: checking for max_fail_percentage 138029 1726888214.02693: done checking for max_fail_percentage 138029 1726888214.02694: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.02695: done checking to see if all hosts have failed 138029 1726888214.02696: getting the remaining hosts for this loop 138029 1726888214.02697: done getting the remaining hosts for this loop 138029 1726888214.02701: getting the next task for host managed_node3 138029 1726888214.02711: done getting next task for host managed_node3 138029 1726888214.02718: ^ task is: TASK: Set LV stripe size 138029 1726888214.02726: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.02731: getting variables 138029 1726888214.02732: in VariableManager get_vars() 138029 1726888214.02834: Calling all_inventory to load vars for managed_node3 138029 1726888214.02837: Calling groups_inventory to load vars for managed_node3 138029 1726888214.02841: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.02851: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.02854: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.02860: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.03538: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.04193: done with get_vars() 138029 1726888214.04210: done getting variables 138029 1726888214.04275: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Friday 20 September 2024 23:10:14 -0400 (0:00:00.047) 0:03:46.766 ****** 138029 1726888214.04309: entering _queue_task() for managed_node3/set_fact 138029 1726888214.04690: worker is 1 (out of 1 available) 138029 1726888214.04701: exiting _queue_task() for managed_node3/set_fact 138029 1726888214.04712: done queuing things up, now waiting for results queue to drain 138029 1726888214.04713: waiting for pending results... 138029 1726888214.04936: running TaskExecutor() for managed_node3/TASK: Set LV stripe size 138029 1726888214.05101: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002ba7 138029 1726888214.05127: variable 'ansible_search_path' from source: unknown 138029 1726888214.05173: calling self._execute() 138029 1726888214.05337: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.05341: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.05343: variable 'omit' from source: magic vars 138029 1726888214.05776: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888214.06061: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888214.06116: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888214.06154: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888214.06207: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888214.06301: 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) 138029 1726888214.06341: 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) 138029 1726888214.06379: 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) 138029 1726888214.06409: 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) 138029 1726888214.06645: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888214.06648: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888214.06651: when evaluation is False, skipping this task 138029 1726888214.06654: _execute() done 138029 1726888214.06659: dumping result to json 138029 1726888214.06662: done dumping result, returning 138029 1726888214.06664: done running TaskExecutor() for managed_node3/TASK: Set LV stripe size [0affc8a3-6f6f-5a58-73a2-000000002ba7] 138029 1726888214.06669: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002ba7 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888214.06825: no more pending results, returning what we have 138029 1726888214.06829: results queue empty 138029 1726888214.06830: checking for any_errors_fatal 138029 1726888214.06840: done checking for any_errors_fatal 138029 1726888214.06841: checking for max_fail_percentage 138029 1726888214.06843: done checking for max_fail_percentage 138029 1726888214.06844: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.06844: done checking to see if all hosts have failed 138029 1726888214.06845: getting the remaining hosts for this loop 138029 1726888214.06846: done getting the remaining hosts for this loop 138029 1726888214.06850: getting the next task for host managed_node3 138029 1726888214.06861: done getting next task for host managed_node3 138029 1726888214.06864: ^ task is: TASK: Parse the requested stripe size 138029 1726888214.06874: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.06882: getting variables 138029 1726888214.06883: in VariableManager get_vars() 138029 1726888214.06919: Calling all_inventory to load vars for managed_node3 138029 1726888214.06922: Calling groups_inventory to load vars for managed_node3 138029 1726888214.06926: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.06936: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.06939: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.06942: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.07674: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002ba7 138029 1726888214.07677: WORKER PROCESS EXITING 138029 1726888214.07792: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.08438: done with get_vars() 138029 1726888214.08453: done getting variables TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Friday 20 September 2024 23:10:14 -0400 (0:00:00.042) 0:03:46.808 ****** 138029 1726888214.08539: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888214.08883: worker is 1 (out of 1 available) 138029 1726888214.08894: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888214.09015: done queuing things up, now waiting for results queue to drain 138029 1726888214.09017: waiting for pending results... 138029 1726888214.09149: running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size 138029 1726888214.09324: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002ba8 138029 1726888214.09342: variable 'ansible_search_path' from source: unknown 138029 1726888214.09391: calling self._execute() 138029 1726888214.09520: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.09532: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.09548: variable 'omit' from source: magic vars 138029 1726888214.09963: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888214.10284: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888214.10332: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888214.10380: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888214.10417: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888214.10514: 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) 138029 1726888214.10544: 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) 138029 1726888214.10588: 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) 138029 1726888214.10620: 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) 138029 1726888214.10776: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888214.10793: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888214.10801: when evaluation is False, skipping this task 138029 1726888214.10807: _execute() done 138029 1726888214.10813: dumping result to json 138029 1726888214.10885: done dumping result, returning 138029 1726888214.10889: done running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size [0affc8a3-6f6f-5a58-73a2-000000002ba8] 138029 1726888214.10891: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002ba8 138029 1726888214.10968: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002ba8 138029 1726888214.10971: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888214.11035: no more pending results, returning what we have 138029 1726888214.11039: results queue empty 138029 1726888214.11040: checking for any_errors_fatal 138029 1726888214.11049: done checking for any_errors_fatal 138029 1726888214.11049: checking for max_fail_percentage 138029 1726888214.11051: done checking for max_fail_percentage 138029 1726888214.11052: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.11053: done checking to see if all hosts have failed 138029 1726888214.11054: getting the remaining hosts for this loop 138029 1726888214.11058: done getting the remaining hosts for this loop 138029 1726888214.11063: getting the next task for host managed_node3 138029 1726888214.11075: done getting next task for host managed_node3 138029 1726888214.11077: ^ task is: TASK: Set expected stripe size 138029 1726888214.11085: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.11091: getting variables 138029 1726888214.11097: in VariableManager get_vars() 138029 1726888214.11132: Calling all_inventory to load vars for managed_node3 138029 1726888214.11134: Calling groups_inventory to load vars for managed_node3 138029 1726888214.11138: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.11148: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.11152: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.11208: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.12032: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.12685: done with get_vars() 138029 1726888214.12700: done getting variables 138029 1726888214.12754: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Friday 20 September 2024 23:10:14 -0400 (0:00:00.042) 0:03:46.851 ****** 138029 1726888214.12794: entering _queue_task() for managed_node3/set_fact 138029 1726888214.13077: worker is 1 (out of 1 available) 138029 1726888214.13203: exiting _queue_task() for managed_node3/set_fact 138029 1726888214.13213: done queuing things up, now waiting for results queue to drain 138029 1726888214.13214: waiting for pending results... 138029 1726888214.13476: running TaskExecutor() for managed_node3/TASK: Set expected stripe size 138029 1726888214.13637: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002ba9 138029 1726888214.13641: variable 'ansible_search_path' from source: unknown 138029 1726888214.13652: calling self._execute() 138029 1726888214.13792: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.13804: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.13854: variable 'omit' from source: magic vars 138029 1726888214.14244: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888214.14560: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888214.14610: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888214.14658: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888214.14727: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888214.14798: 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) 138029 1726888214.14828: 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) 138029 1726888214.14945: 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) 138029 1726888214.14949: 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) 138029 1726888214.15038: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888214.15086: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888214.15095: when evaluation is False, skipping this task 138029 1726888214.15103: _execute() done 138029 1726888214.15110: dumping result to json 138029 1726888214.15116: done dumping result, returning 138029 1726888214.15125: done running TaskExecutor() for managed_node3/TASK: Set expected stripe size [0affc8a3-6f6f-5a58-73a2-000000002ba9] 138029 1726888214.15134: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002ba9 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888214.15424: no more pending results, returning what we have 138029 1726888214.15428: results queue empty 138029 1726888214.15429: checking for any_errors_fatal 138029 1726888214.15436: done checking for any_errors_fatal 138029 1726888214.15437: checking for max_fail_percentage 138029 1726888214.15439: done checking for max_fail_percentage 138029 1726888214.15440: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.15440: done checking to see if all hosts have failed 138029 1726888214.15441: getting the remaining hosts for this loop 138029 1726888214.15443: done getting the remaining hosts for this loop 138029 1726888214.15447: getting the next task for host managed_node3 138029 1726888214.15457: done getting next task for host managed_node3 138029 1726888214.15460: ^ task is: TASK: Check stripe size 138029 1726888214.15469: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.15476: getting variables 138029 1726888214.15477: in VariableManager get_vars() 138029 1726888214.15586: Calling all_inventory to load vars for managed_node3 138029 1726888214.15589: Calling groups_inventory to load vars for managed_node3 138029 1726888214.15593: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.15604: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002ba9 138029 1726888214.15607: WORKER PROCESS EXITING 138029 1726888214.15616: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.15620: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.15623: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.16285: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.16927: done with get_vars() 138029 1726888214.16942: done getting variables 138029 1726888214.17002: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Friday 20 September 2024 23:10:14 -0400 (0:00:00.042) 0:03:46.893 ****** 138029 1726888214.17041: entering _queue_task() for managed_node3/assert 138029 1726888214.17379: worker is 1 (out of 1 available) 138029 1726888214.17391: exiting _queue_task() for managed_node3/assert 138029 1726888214.17401: done queuing things up, now waiting for results queue to drain 138029 1726888214.17402: waiting for pending results... 138029 1726888214.17657: running TaskExecutor() for managed_node3/TASK: Check stripe size 138029 1726888214.17815: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002baa 138029 1726888214.17835: variable 'ansible_search_path' from source: unknown 138029 1726888214.17880: calling self._execute() 138029 1726888214.18017: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.18028: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.18042: variable 'omit' from source: magic vars 138029 1726888214.18467: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888214.18779: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888214.18829: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888214.18880: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888214.18921: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888214.19015: 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) 138029 1726888214.19094: 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) 138029 1726888214.19098: 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) 138029 1726888214.19119: 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) 138029 1726888214.19259: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888214.19297: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888214.19311: when evaluation is False, skipping this task 138029 1726888214.19324: _execute() done 138029 1726888214.19331: dumping result to json 138029 1726888214.19360: done dumping result, returning 138029 1726888214.19364: done running TaskExecutor() for managed_node3/TASK: Check stripe size [0affc8a3-6f6f-5a58-73a2-000000002baa] 138029 1726888214.19369: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002baa 138029 1726888214.19616: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002baa 138029 1726888214.19619: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888214.19672: no more pending results, returning what we have 138029 1726888214.19677: results queue empty 138029 1726888214.19678: checking for any_errors_fatal 138029 1726888214.19687: done checking for any_errors_fatal 138029 1726888214.19688: checking for max_fail_percentage 138029 1726888214.19689: done checking for max_fail_percentage 138029 1726888214.19690: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.19691: done checking to see if all hosts have failed 138029 1726888214.19692: getting the remaining hosts for this loop 138029 1726888214.19693: done getting the remaining hosts for this loop 138029 1726888214.19697: getting the next task for host managed_node3 138029 1726888214.19707: done getting next task for host managed_node3 138029 1726888214.19710: ^ task is: TASK: Get information about the LV 138029 1726888214.19716: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.19721: getting variables 138029 1726888214.19723: in VariableManager get_vars() 138029 1726888214.19928: Calling all_inventory to load vars for managed_node3 138029 1726888214.19931: Calling groups_inventory to load vars for managed_node3 138029 1726888214.19934: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.19943: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.19946: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.19949: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.20863: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.21483: done with get_vars() 138029 1726888214.21497: done getting variables 138029 1726888214.21561: 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/verify-pool-member-lvmraid.yml:8 Friday 20 September 2024 23:10:14 -0400 (0:00:00.045) 0:03:46.939 ****** 138029 1726888214.21597: entering _queue_task() for managed_node3/command 138029 1726888214.22083: worker is 1 (out of 1 available) 138029 1726888214.22094: exiting _queue_task() for managed_node3/command 138029 1726888214.22102: done queuing things up, now waiting for results queue to drain 138029 1726888214.22103: waiting for pending results... 138029 1726888214.22343: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888214.22396: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002bae 138029 1726888214.22417: variable 'ansible_search_path' from source: unknown 138029 1726888214.22464: calling self._execute() 138029 1726888214.22608: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.22622: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.22638: variable 'omit' from source: magic vars 138029 1726888214.23054: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888214.23363: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888214.23423: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888214.23469: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888214.23510: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888214.23639: 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) 138029 1726888214.23642: 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) 138029 1726888214.23671: 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) 138029 1726888214.23704: 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) 138029 1726888214.23872: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888214.23909: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888214.23967: when evaluation is False, skipping this task 138029 1726888214.23971: _execute() done 138029 1726888214.23974: dumping result to json 138029 1726888214.23976: done dumping result, returning 138029 1726888214.23980: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-000000002bae] 138029 1726888214.23982: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002bae 138029 1726888214.24187: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002bae 138029 1726888214.24190: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888214.24246: no more pending results, returning what we have 138029 1726888214.24249: results queue empty 138029 1726888214.24250: checking for any_errors_fatal 138029 1726888214.24267: done checking for any_errors_fatal 138029 1726888214.24268: checking for max_fail_percentage 138029 1726888214.24270: done checking for max_fail_percentage 138029 1726888214.24271: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.24272: done checking to see if all hosts have failed 138029 1726888214.24273: getting the remaining hosts for this loop 138029 1726888214.24275: done getting the remaining hosts for this loop 138029 1726888214.24279: getting the next task for host managed_node3 138029 1726888214.24287: done getting next task for host managed_node3 138029 1726888214.24290: ^ task is: TASK: Set LV segment type 138029 1726888214.24302: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.24309: getting variables 138029 1726888214.24310: in VariableManager get_vars() 138029 1726888214.24347: Calling all_inventory to load vars for managed_node3 138029 1726888214.24350: Calling groups_inventory to load vars for managed_node3 138029 1726888214.24353: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.24422: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.24426: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.24430: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.25125: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.25762: done with get_vars() 138029 1726888214.25779: done getting variables 138029 1726888214.25834: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:16 Friday 20 September 2024 23:10:14 -0400 (0:00:00.042) 0:03:46.982 ****** 138029 1726888214.25880: entering _queue_task() for managed_node3/set_fact 138029 1726888214.26265: worker is 1 (out of 1 available) 138029 1726888214.26281: exiting _queue_task() for managed_node3/set_fact 138029 1726888214.26296: done queuing things up, now waiting for results queue to drain 138029 1726888214.26299: waiting for pending results... 138029 1726888214.26586: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888214.26761: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002baf 138029 1726888214.26769: variable 'ansible_search_path' from source: unknown 138029 1726888214.26793: calling self._execute() 138029 1726888214.26932: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.27053: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.27059: variable 'omit' from source: magic vars 138029 1726888214.27388: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888214.27698: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888214.27818: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888214.27823: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888214.27849: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888214.27943: 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) 138029 1726888214.28036: 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) 138029 1726888214.28042: 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) 138029 1726888214.28045: 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) 138029 1726888214.28256: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888214.28261: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888214.28267: when evaluation is False, skipping this task 138029 1726888214.28271: _execute() done 138029 1726888214.28273: dumping result to json 138029 1726888214.28275: done dumping result, returning 138029 1726888214.28279: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-000000002baf] 138029 1726888214.28281: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002baf skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888214.28518: no more pending results, returning what we have 138029 1726888214.28522: results queue empty 138029 1726888214.28523: checking for any_errors_fatal 138029 1726888214.28529: done checking for any_errors_fatal 138029 1726888214.28530: checking for max_fail_percentage 138029 1726888214.28532: done checking for max_fail_percentage 138029 1726888214.28532: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.28534: done checking to see if all hosts have failed 138029 1726888214.28534: getting the remaining hosts for this loop 138029 1726888214.28536: done getting the remaining hosts for this loop 138029 1726888214.28540: getting the next task for host managed_node3 138029 1726888214.28550: done getting next task for host managed_node3 138029 1726888214.28553: ^ task is: TASK: Check segment type 138029 1726888214.28564: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.28572: getting variables 138029 1726888214.28687: in VariableManager get_vars() 138029 1726888214.28721: Calling all_inventory to load vars for managed_node3 138029 1726888214.28724: Calling groups_inventory to load vars for managed_node3 138029 1726888214.28727: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.28734: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002baf 138029 1726888214.28737: WORKER PROCESS EXITING 138029 1726888214.28747: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.28751: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.28754: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.29430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.30076: done with get_vars() 138029 1726888214.30091: done getting variables 138029 1726888214.30151: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-lvmraid.yml:20 Friday 20 September 2024 23:10:14 -0400 (0:00:00.043) 0:03:47.025 ****** 138029 1726888214.30189: entering _queue_task() for managed_node3/assert 138029 1726888214.30491: worker is 1 (out of 1 available) 138029 1726888214.30504: exiting _queue_task() for managed_node3/assert 138029 1726888214.30514: done queuing things up, now waiting for results queue to drain 138029 1726888214.30516: waiting for pending results... 138029 1726888214.30802: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888214.30970: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002bb0 138029 1726888214.31091: variable 'ansible_search_path' from source: unknown 138029 1726888214.31095: calling self._execute() 138029 1726888214.31158: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.31174: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.31189: variable 'omit' from source: magic vars 138029 1726888214.31591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888214.31895: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888214.31964: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888214.32074: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888214.32078: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888214.32121: 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) 138029 1726888214.32151: 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) 138029 1726888214.32195: 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) 138029 1726888214.32227: 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) 138029 1726888214.32362: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888214.32405: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888214.32413: when evaluation is False, skipping this task 138029 1726888214.32420: _execute() done 138029 1726888214.32426: dumping result to json 138029 1726888214.32432: done dumping result, returning 138029 1726888214.32441: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-000000002bb0] 138029 1726888214.32449: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002bb0 138029 1726888214.32668: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002bb0 138029 1726888214.32672: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888214.32721: no more pending results, returning what we have 138029 1726888214.32725: results queue empty 138029 1726888214.32726: checking for any_errors_fatal 138029 1726888214.32736: done checking for any_errors_fatal 138029 1726888214.32736: checking for max_fail_percentage 138029 1726888214.32738: done checking for max_fail_percentage 138029 1726888214.32739: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.32740: done checking to see if all hosts have failed 138029 1726888214.32740: getting the remaining hosts for this loop 138029 1726888214.32742: done getting the remaining hosts for this loop 138029 1726888214.32747: getting the next task for host managed_node3 138029 1726888214.32754: done getting next task for host managed_node3 138029 1726888214.32759: ^ task is: TASK: Set LV stripe size 138029 1726888214.32768: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.32773: getting variables 138029 1726888214.32775: in VariableManager get_vars() 138029 1726888214.32979: Calling all_inventory to load vars for managed_node3 138029 1726888214.32982: Calling groups_inventory to load vars for managed_node3 138029 1726888214.32985: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.32994: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.32997: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.33000: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.33531: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.34124: done with get_vars() 138029 1726888214.34144: done getting variables 138029 1726888214.34208: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Friday 20 September 2024 23:10:14 -0400 (0:00:00.040) 0:03:47.065 ****** 138029 1726888214.34241: entering _queue_task() for managed_node3/set_fact 138029 1726888214.34532: worker is 1 (out of 1 available) 138029 1726888214.34544: exiting _queue_task() for managed_node3/set_fact 138029 1726888214.34662: done queuing things up, now waiting for results queue to drain 138029 1726888214.34667: waiting for pending results... 138029 1726888214.34975: running TaskExecutor() for managed_node3/TASK: Set LV stripe size 138029 1726888214.35052: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002bb1 138029 1726888214.35080: variable 'ansible_search_path' from source: unknown 138029 1726888214.35127: calling self._execute() 138029 1726888214.35260: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.35276: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.35290: variable 'omit' from source: magic vars 138029 1726888214.36039: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888214.36364: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888214.36540: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888214.36727: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888214.36770: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888214.36975: 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) 138029 1726888214.37098: 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) 138029 1726888214.37136: 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) 138029 1726888214.37213: 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) 138029 1726888214.37536: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888214.37764: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888214.37771: when evaluation is False, skipping this task 138029 1726888214.37774: _execute() done 138029 1726888214.37776: dumping result to json 138029 1726888214.37778: done dumping result, returning 138029 1726888214.37780: done running TaskExecutor() for managed_node3/TASK: Set LV stripe size [0affc8a3-6f6f-5a58-73a2-000000002bb1] 138029 1726888214.37782: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002bb1 138029 1726888214.37853: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002bb1 138029 1726888214.37858: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888214.37908: no more pending results, returning what we have 138029 1726888214.37912: results queue empty 138029 1726888214.37913: checking for any_errors_fatal 138029 1726888214.37924: done checking for any_errors_fatal 138029 1726888214.37924: checking for max_fail_percentage 138029 1726888214.37926: done checking for max_fail_percentage 138029 1726888214.37927: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.37928: done checking to see if all hosts have failed 138029 1726888214.37929: getting the remaining hosts for this loop 138029 1726888214.37930: done getting the remaining hosts for this loop 138029 1726888214.37935: getting the next task for host managed_node3 138029 1726888214.37943: done getting next task for host managed_node3 138029 1726888214.37947: ^ task is: TASK: Parse the requested stripe size 138029 1726888214.37953: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.37962: getting variables 138029 1726888214.37964: in VariableManager get_vars() 138029 1726888214.38008: Calling all_inventory to load vars for managed_node3 138029 1726888214.38011: Calling groups_inventory to load vars for managed_node3 138029 1726888214.38015: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.38025: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.38029: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.38032: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.39667: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.40946: done with get_vars() 138029 1726888214.40968: done getting variables TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Friday 20 September 2024 23:10:14 -0400 (0:00:00.068) 0:03:47.134 ****** 138029 1726888214.41070: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888214.41395: worker is 1 (out of 1 available) 138029 1726888214.41409: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888214.41421: done queuing things up, now waiting for results queue to drain 138029 1726888214.41423: waiting for pending results... 138029 1726888214.41698: running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size 138029 1726888214.41863: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002bb2 138029 1726888214.41870: variable 'ansible_search_path' from source: unknown 138029 1726888214.41874: calling self._execute() 138029 1726888214.41987: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.41993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.42010: variable 'omit' from source: magic vars 138029 1726888214.42400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888214.42947: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888214.43058: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888214.43062: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888214.43090: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888214.43190: 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) 138029 1726888214.43220: 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) 138029 1726888214.43253: 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) 138029 1726888214.43563: 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) 138029 1726888214.43618: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888214.43656: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888214.43942: when evaluation is False, skipping this task 138029 1726888214.43946: _execute() done 138029 1726888214.43948: dumping result to json 138029 1726888214.43951: done dumping result, returning 138029 1726888214.43952: done running TaskExecutor() for managed_node3/TASK: Parse the requested stripe size [0affc8a3-6f6f-5a58-73a2-000000002bb2] 138029 1726888214.43954: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002bb2 138029 1726888214.44029: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002bb2 138029 1726888214.44034: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888214.44093: no more pending results, returning what we have 138029 1726888214.44097: results queue empty 138029 1726888214.44098: checking for any_errors_fatal 138029 1726888214.44108: done checking for any_errors_fatal 138029 1726888214.44109: checking for max_fail_percentage 138029 1726888214.44111: done checking for max_fail_percentage 138029 1726888214.44112: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.44112: done checking to see if all hosts have failed 138029 1726888214.44113: getting the remaining hosts for this loop 138029 1726888214.44114: done getting the remaining hosts for this loop 138029 1726888214.44119: getting the next task for host managed_node3 138029 1726888214.44126: done getting next task for host managed_node3 138029 1726888214.44128: ^ task is: TASK: Set expected stripe size 138029 1726888214.44139: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.44145: getting variables 138029 1726888214.44146: in VariableManager get_vars() 138029 1726888214.44183: Calling all_inventory to load vars for managed_node3 138029 1726888214.44186: Calling groups_inventory to load vars for managed_node3 138029 1726888214.44189: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.44201: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.44204: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.44207: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.44909: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.45579: done with get_vars() 138029 1726888214.45594: done getting variables 138029 1726888214.45648: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Friday 20 September 2024 23:10:14 -0400 (0:00:00.046) 0:03:47.180 ****** 138029 1726888214.45694: entering _queue_task() for managed_node3/set_fact 138029 1726888214.46122: worker is 1 (out of 1 available) 138029 1726888214.46134: exiting _queue_task() for managed_node3/set_fact 138029 1726888214.46145: done queuing things up, now waiting for results queue to drain 138029 1726888214.46147: waiting for pending results... 138029 1726888214.46471: running TaskExecutor() for managed_node3/TASK: Set expected stripe size 138029 1726888214.46585: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002bb3 138029 1726888214.46607: variable 'ansible_search_path' from source: unknown 138029 1726888214.46660: calling self._execute() 138029 1726888214.46800: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.46812: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.46824: variable 'omit' from source: magic vars 138029 1726888214.47245: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888214.47580: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888214.47743: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888214.47747: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888214.47749: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888214.47805: 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) 138029 1726888214.47836: 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) 138029 1726888214.47879: 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) 138029 1726888214.47911: 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) 138029 1726888214.48050: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888214.48101: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888214.48109: when evaluation is False, skipping this task 138029 1726888214.48118: _execute() done 138029 1726888214.48124: dumping result to json 138029 1726888214.48131: done dumping result, returning 138029 1726888214.48141: done running TaskExecutor() for managed_node3/TASK: Set expected stripe size [0affc8a3-6f6f-5a58-73a2-000000002bb3] 138029 1726888214.48150: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002bb3 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888214.48433: no more pending results, returning what we have 138029 1726888214.48437: results queue empty 138029 1726888214.48438: checking for any_errors_fatal 138029 1726888214.48448: done checking for any_errors_fatal 138029 1726888214.48450: checking for max_fail_percentage 138029 1726888214.48452: done checking for max_fail_percentage 138029 1726888214.48453: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.48454: done checking to see if all hosts have failed 138029 1726888214.48454: getting the remaining hosts for this loop 138029 1726888214.48459: done getting the remaining hosts for this loop 138029 1726888214.48464: getting the next task for host managed_node3 138029 1726888214.48473: done getting next task for host managed_node3 138029 1726888214.48477: ^ task is: TASK: Check stripe size 138029 1726888214.48483: ^ 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? (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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.48497: getting variables 138029 1726888214.48499: in VariableManager get_vars() 138029 1726888214.48546: Calling all_inventory to load vars for managed_node3 138029 1726888214.48549: Calling groups_inventory to load vars for managed_node3 138029 1726888214.48552: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.48609: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002bb3 138029 1726888214.48613: WORKER PROCESS EXITING 138029 1726888214.48622: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.48627: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.48630: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.49717: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.50328: done with get_vars() 138029 1726888214.50342: done getting variables 138029 1726888214.50401: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 stripe size] ******************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Friday 20 September 2024 23:10:14 -0400 (0:00:00.047) 0:03:47.227 ****** 138029 1726888214.50442: entering _queue_task() for managed_node3/assert 138029 1726888214.50854: worker is 1 (out of 1 available) 138029 1726888214.50868: exiting _queue_task() for managed_node3/assert 138029 1726888214.50878: done queuing things up, now waiting for results queue to drain 138029 1726888214.50879: waiting for pending results... 138029 1726888214.51093: running TaskExecutor() for managed_node3/TASK: Check stripe size 138029 1726888214.51287: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002bb4 138029 1726888214.51308: variable 'ansible_search_path' from source: unknown 138029 1726888214.51353: calling self._execute() 138029 1726888214.51485: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.51505: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.51521: variable 'omit' from source: magic vars 138029 1726888214.51925: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888214.52366: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888214.52370: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888214.52372: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888214.52374: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888214.52446: 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) 138029 1726888214.52486: 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) 138029 1726888214.52516: 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) 138029 1726888214.52544: 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) 138029 1726888214.52695: variable 'storage_test_lvmraid_volume' from source: include params 138029 1726888214.52729: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 138029 1726888214.52737: when evaluation is False, skipping this task 138029 1726888214.52744: _execute() done 138029 1726888214.52750: dumping result to json 138029 1726888214.52760: done dumping result, returning 138029 1726888214.52769: done running TaskExecutor() for managed_node3/TASK: Check stripe size [0affc8a3-6f6f-5a58-73a2-000000002bb4] 138029 1726888214.52778: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002bb4 138029 1726888214.52894: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002bb4 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 138029 1726888214.52951: no more pending results, returning what we have 138029 1726888214.52957: results queue empty 138029 1726888214.52959: checking for any_errors_fatal 138029 1726888214.52970: done checking for any_errors_fatal 138029 1726888214.52971: checking for max_fail_percentage 138029 1726888214.52973: done checking for max_fail_percentage 138029 1726888214.52974: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.52975: done checking to see if all hosts have failed 138029 1726888214.52975: getting the remaining hosts for this loop 138029 1726888214.52977: done getting the remaining hosts for this loop 138029 1726888214.52982: getting the next task for host managed_node3 138029 1726888214.52994: done getting next task for host managed_node3 138029 1726888214.52998: ^ task is: TASK: Check Thin Pools 138029 1726888214.53004: ^ 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? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.53127: getting variables 138029 1726888214.53130: in VariableManager get_vars() 138029 1726888214.53166: Calling all_inventory to load vars for managed_node3 138029 1726888214.53169: Calling groups_inventory to load vars for managed_node3 138029 1726888214.53173: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.53183: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.53187: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.53190: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.53765: WORKER PROCESS EXITING 138029 1726888214.53953: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.54591: done with get_vars() 138029 1726888214.54605: done getting variables TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Friday 20 September 2024 23:10:14 -0400 (0:00:00.042) 0:03:47.270 ****** 138029 1726888214.54706: entering _queue_task() for managed_node3/include_tasks 138029 1726888214.55171: worker is 1 (out of 1 available) 138029 1726888214.55182: exiting _queue_task() for managed_node3/include_tasks 138029 1726888214.55191: done queuing things up, now waiting for results queue to drain 138029 1726888214.55192: waiting for pending results... 138029 1726888214.55319: running TaskExecutor() for managed_node3/TASK: Check Thin Pools 138029 1726888214.55552: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000295c 138029 1726888214.55557: variable 'ansible_search_path' from source: unknown 138029 1726888214.55561: calling self._execute() 138029 1726888214.55683: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.55695: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.55710: variable 'omit' from source: magic vars 138029 1726888214.55836: _execute() done 138029 1726888214.55844: dumping result to json 138029 1726888214.55852: done dumping result, returning 138029 1726888214.55874: done running TaskExecutor() for managed_node3/TASK: Check Thin Pools [0affc8a3-6f6f-5a58-73a2-00000000295c] 138029 1726888214.55892: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000295c 138029 1726888214.56067: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000295c 138029 1726888214.56071: WORKER PROCESS EXITING 138029 1726888214.56120: no more pending results, returning what we have 138029 1726888214.56126: in VariableManager get_vars() 138029 1726888214.56169: Calling all_inventory to load vars for managed_node3 138029 1726888214.56172: Calling groups_inventory to load vars for managed_node3 138029 1726888214.56175: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.56189: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.56200: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.56205: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.56988: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.57620: done with get_vars() 138029 1726888214.57632: variable 'ansible_search_path' from source: unknown 138029 1726888214.57777: variable 'storage_test_pool_subset' from source: include params 138029 1726888214.57810: we have included files to process 138029 1726888214.57811: generating all_blocks data 138029 1726888214.57813: done generating all_blocks data 138029 1726888214.57821: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 138029 1726888214.57822: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 138029 1726888214.57825: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 138029 1726888214.57940: in VariableManager get_vars() 138029 1726888214.57972: done with get_vars() 138029 1726888214.57987: done processing included file 138029 1726888214.57990: iterating over new_blocks loaded from include file 138029 1726888214.57991: in VariableManager get_vars() 138029 1726888214.58007: done with get_vars() 138029 1726888214.58009: filtering new block on tags 138029 1726888214.58038: done filtering new block on tags 138029 1726888214.58040: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 138029 1726888214.58046: extending task lists for all hosts with included blocks 138029 1726888214.60868: done extending task lists 138029 1726888214.60870: done processing included files 138029 1726888214.60871: results queue empty 138029 1726888214.60871: checking for any_errors_fatal 138029 1726888214.60876: done checking for any_errors_fatal 138029 1726888214.60876: checking for max_fail_percentage 138029 1726888214.60877: done checking for max_fail_percentage 138029 1726888214.60878: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.60879: done checking to see if all hosts have failed 138029 1726888214.60880: getting the remaining hosts for this loop 138029 1726888214.60881: done getting the remaining hosts for this loop 138029 1726888214.60884: getting the next task for host managed_node3 138029 1726888214.60889: done getting next task for host managed_node3 138029 1726888214.60891: ^ task is: TASK: Validate pool member thinpool settings 138029 1726888214.60895: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.60897: getting variables 138029 1726888214.60898: in VariableManager get_vars() 138029 1726888214.60908: Calling all_inventory to load vars for managed_node3 138029 1726888214.60918: Calling groups_inventory to load vars for managed_node3 138029 1726888214.60920: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.60926: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.60928: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.60931: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.61371: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.61987: done with get_vars() 138029 1726888214.62008: done getting variables TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Friday 20 September 2024 23:10:14 -0400 (0:00:00.073) 0:03:47.344 ****** 138029 1726888214.62099: entering _queue_task() for managed_node3/include_tasks 138029 1726888214.62440: worker is 1 (out of 1 available) 138029 1726888214.62453: exiting _queue_task() for managed_node3/include_tasks 138029 1726888214.62467: done queuing things up, now waiting for results queue to drain 138029 1726888214.62469: waiting for pending results... 138029 1726888214.62881: running TaskExecutor() for managed_node3/TASK: Validate pool member thinpool settings 138029 1726888214.62924: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002c0d 138029 1726888214.62945: variable 'ansible_search_path' from source: unknown 138029 1726888214.63219: variable 'storage_test_pool' from source: include params 138029 1726888214.63782: variable 'omit' from source: magic vars 138029 1726888214.63964: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.63980: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.63998: variable 'omit' from source: magic vars 138029 1726888214.64244: variable 'storage_test_pool' from source: include params 138029 1726888214.64293: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888214.64335: variable 'storage_test_thin_volume' from source: unknown 138029 1726888214.64420: variable 'storage_test_thin_volume' from source: unknown 138029 1726888214.64981: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.64985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.64988: variable 'omit' from source: magic vars 138029 1726888214.65089: variable 'storage_test_pool' from source: include params 138029 1726888214.65105: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888214.65141: variable 'storage_test_thin_volume' from source: unknown 138029 1726888214.65217: variable 'storage_test_thin_volume' from source: unknown 138029 1726888214.65693: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.65697: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.65700: variable 'omit' from source: magic vars 138029 1726888214.65968: variable 'storage_test_pool' from source: include params 138029 1726888214.65971: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888214.65973: variable 'storage_test_thin_volume' from source: unknown 138029 1726888214.65975: variable 'storage_test_thin_volume' from source: unknown 138029 1726888214.66299: dumping result to json 138029 1726888214.66302: done dumping result, returning 138029 1726888214.66304: done running TaskExecutor() for managed_node3/TASK: Validate pool member thinpool settings [0affc8a3-6f6f-5a58-73a2-000000002c0d] 138029 1726888214.66307: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002c0d 138029 1726888214.66680: no more pending results, returning what we have 138029 1726888214.66686: in VariableManager get_vars() 138029 1726888214.66845: Calling all_inventory to load vars for managed_node3 138029 1726888214.66849: Calling groups_inventory to load vars for managed_node3 138029 1726888214.66852: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.66867: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.66870: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.66874: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.67466: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002c0d 138029 1726888214.67470: WORKER PROCESS EXITING 138029 1726888214.67597: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.68256: done with get_vars() 138029 1726888214.68270: variable 'ansible_search_path' from source: unknown 138029 1726888214.68319: variable 'ansible_search_path' from source: unknown 138029 1726888214.68364: variable 'ansible_search_path' from source: unknown 138029 1726888214.68397: we have included files to process 138029 1726888214.68398: generating all_blocks data 138029 1726888214.68400: done generating all_blocks data 138029 1726888214.68402: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888214.68403: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888214.68405: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888214.68881: done processing included file 138029 1726888214.68883: iterating over new_blocks loaded from include file 138029 1726888214.68885: in VariableManager get_vars() 138029 1726888214.68909: done with get_vars() 138029 1726888214.68911: filtering new block on tags 138029 1726888214.68970: done filtering new block on tags 138029 1726888214.68973: in VariableManager get_vars() 138029 1726888214.68990: done with get_vars() 138029 1726888214.68992: filtering new block on tags 138029 1726888214.69024: done filtering new block on tags 138029 1726888214.69026: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': 'UUID=ac246704-920b-4020-af6e-f443534e195b'}) 138029 1726888214.69036: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888214.69038: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888214.69040: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888214.69467: done processing included file 138029 1726888214.69468: iterating over new_blocks loaded from include file 138029 1726888214.69470: in VariableManager get_vars() 138029 1726888214.69484: done with get_vars() 138029 1726888214.69486: filtering new block on tags 138029 1726888214.69810: done filtering new block on tags 138029 1726888214.69813: in VariableManager get_vars() 138029 1726888214.69831: done with get_vars() 138029 1726888214.69832: filtering new block on tags 138029 1726888214.69858: done filtering new block on tags 138029 1726888214.69861: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24'}) 138029 1726888214.69875: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888214.69876: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888214.69878: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 138029 1726888214.70303: done processing included file 138029 1726888214.70305: iterating over new_blocks loaded from include file 138029 1726888214.70306: in VariableManager get_vars() 138029 1726888214.70329: done with get_vars() 138029 1726888214.70331: filtering new block on tags 138029 1726888214.70389: done filtering new block on tags 138029 1726888214.70391: in VariableManager get_vars() 138029 1726888214.70406: done with get_vars() 138029 1726888214.70408: filtering new block on tags 138029 1726888214.70438: done filtering new block on tags 138029 1726888214.70441: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2'}) 138029 1726888214.70450: extending task lists for all hosts with included blocks 138029 1726888214.70630: done extending task lists 138029 1726888214.70632: done processing included files 138029 1726888214.70633: results queue empty 138029 1726888214.70633: checking for any_errors_fatal 138029 1726888214.70636: done checking for any_errors_fatal 138029 1726888214.70637: checking for max_fail_percentage 138029 1726888214.70638: done checking for max_fail_percentage 138029 1726888214.70639: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.70640: done checking to see if all hosts have failed 138029 1726888214.70640: getting the remaining hosts for this loop 138029 1726888214.70641: done getting the remaining hosts for this loop 138029 1726888214.70651: getting the next task for host managed_node3 138029 1726888214.70658: done getting next task for host managed_node3 138029 1726888214.70660: ^ task is: TASK: Get information about thinpool 138029 1726888214.70664: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.70666: getting variables 138029 1726888214.70667: in VariableManager get_vars() 138029 1726888214.70676: Calling all_inventory to load vars for managed_node3 138029 1726888214.70679: Calling groups_inventory to load vars for managed_node3 138029 1726888214.70681: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.70686: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.70689: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.70692: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.71158: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.71765: done with get_vars() 138029 1726888214.71778: done getting variables 138029 1726888214.71816: 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 thinpool] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Friday 20 September 2024 23:10:14 -0400 (0:00:00.097) 0:03:47.442 ****** 138029 1726888214.71857: entering _queue_task() for managed_node3/command 138029 1726888214.72294: worker is 1 (out of 1 available) 138029 1726888214.72306: exiting _queue_task() for managed_node3/command 138029 1726888214.72316: done queuing things up, now waiting for results queue to drain 138029 1726888214.72318: waiting for pending results... 138029 1726888214.72552: running TaskExecutor() for managed_node3/TASK: Get information about thinpool 138029 1726888214.72785: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d45 138029 1726888214.72789: variable 'ansible_search_path' from source: unknown 138029 1726888214.72801: calling self._execute() 138029 1726888214.72931: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.72942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.72957: variable 'omit' from source: magic vars 138029 1726888214.73362: variable 'storage_test_thin_volume' from source: include params 138029 1726888214.73395: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888214.73438: when evaluation is False, skipping this task 138029 1726888214.73441: _execute() done 138029 1726888214.73444: dumping result to json 138029 1726888214.73446: done dumping result, returning 138029 1726888214.73449: done running TaskExecutor() for managed_node3/TASK: Get information about thinpool [0affc8a3-6f6f-5a58-73a2-000000002d45] 138029 1726888214.73451: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d45 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888214.73603: no more pending results, returning what we have 138029 1726888214.73610: results queue empty 138029 1726888214.73611: checking for any_errors_fatal 138029 1726888214.73612: done checking for any_errors_fatal 138029 1726888214.73613: checking for max_fail_percentage 138029 1726888214.73615: done checking for max_fail_percentage 138029 1726888214.73616: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.73617: done checking to see if all hosts have failed 138029 1726888214.73618: getting the remaining hosts for this loop 138029 1726888214.73619: done getting the remaining hosts for this loop 138029 1726888214.73623: getting the next task for host managed_node3 138029 1726888214.73632: done getting next task for host managed_node3 138029 1726888214.73634: ^ task is: TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888214.73642: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.73646: getting variables 138029 1726888214.73648: in VariableManager get_vars() 138029 1726888214.73685: Calling all_inventory to load vars for managed_node3 138029 1726888214.73688: Calling groups_inventory to load vars for managed_node3 138029 1726888214.73692: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.73705: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.73710: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.73713: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.74474: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d45 138029 1726888214.74478: WORKER PROCESS EXITING 138029 1726888214.74601: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.75242: done with get_vars() 138029 1726888214.75258: done getting variables 138029 1726888214.75317: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Friday 20 September 2024 23:10:14 -0400 (0:00:00.034) 0:03:47.477 ****** 138029 1726888214.75351: entering _queue_task() for managed_node3/assert 138029 1726888214.75643: worker is 1 (out of 1 available) 138029 1726888214.75654: exiting _queue_task() for managed_node3/assert 138029 1726888214.75769: done queuing things up, now waiting for results queue to drain 138029 1726888214.75771: waiting for pending results... 138029 1726888214.75986: running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888214.76158: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d46 138029 1726888214.76181: variable 'ansible_search_path' from source: unknown 138029 1726888214.76225: calling self._execute() 138029 1726888214.76365: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.76376: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.76389: variable 'omit' from source: magic vars 138029 1726888214.76773: variable 'storage_test_thin_volume' from source: include params 138029 1726888214.76816: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888214.76824: when evaluation is False, skipping this task 138029 1726888214.76831: _execute() done 138029 1726888214.76838: dumping result to json 138029 1726888214.76845: done dumping result, returning 138029 1726888214.76858: done running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) [0affc8a3-6f6f-5a58-73a2-000000002d46] 138029 1726888214.76869: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d46 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888214.77162: no more pending results, returning what we have 138029 1726888214.77166: results queue empty 138029 1726888214.77168: checking for any_errors_fatal 138029 1726888214.77177: done checking for any_errors_fatal 138029 1726888214.77178: checking for max_fail_percentage 138029 1726888214.77180: done checking for max_fail_percentage 138029 1726888214.77182: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.77183: done checking to see if all hosts have failed 138029 1726888214.77183: getting the remaining hosts for this loop 138029 1726888214.77185: done getting the remaining hosts for this loop 138029 1726888214.77189: getting the next task for host managed_node3 138029 1726888214.77199: done getting next task for host managed_node3 138029 1726888214.77202: ^ task is: TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888214.77210: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.77214: getting variables 138029 1726888214.77330: in VariableManager get_vars() 138029 1726888214.77363: Calling all_inventory to load vars for managed_node3 138029 1726888214.77366: Calling groups_inventory to load vars for managed_node3 138029 1726888214.77369: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.77379: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.77381: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.77384: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.77952: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d46 138029 1726888214.77957: WORKER PROCESS EXITING 138029 1726888214.78022: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.78672: done with get_vars() 138029 1726888214.78687: done getting variables 138029 1726888214.78749: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Friday 20 September 2024 23:10:14 -0400 (0:00:00.034) 0:03:47.511 ****** 138029 1726888214.78783: entering _queue_task() for managed_node3/assert 138029 1726888214.79102: worker is 1 (out of 1 available) 138029 1726888214.79115: exiting _queue_task() for managed_node3/assert 138029 1726888214.79126: done queuing things up, now waiting for results queue to drain 138029 1726888214.79127: waiting for pending results... 138029 1726888214.79403: running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888214.79552: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d47 138029 1726888214.79635: variable 'ansible_search_path' from source: unknown 138029 1726888214.79638: calling self._execute() 138029 1726888214.79747: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.79763: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.79780: variable 'omit' from source: magic vars 138029 1726888214.80185: variable 'storage_test_thin_volume' from source: include params 138029 1726888214.80218: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888214.80227: when evaluation is False, skipping this task 138029 1726888214.80235: _execute() done 138029 1726888214.80243: dumping result to json 138029 1726888214.80250: done dumping result, returning 138029 1726888214.80263: done running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) [0affc8a3-6f6f-5a58-73a2-000000002d47] 138029 1726888214.80289: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d47 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888214.80435: no more pending results, returning what we have 138029 1726888214.80439: results queue empty 138029 1726888214.80440: checking for any_errors_fatal 138029 1726888214.80452: done checking for any_errors_fatal 138029 1726888214.80452: checking for max_fail_percentage 138029 1726888214.80454: done checking for max_fail_percentage 138029 1726888214.80457: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.80458: done checking to see if all hosts have failed 138029 1726888214.80459: getting the remaining hosts for this loop 138029 1726888214.80460: done getting the remaining hosts for this loop 138029 1726888214.80464: getting the next task for host managed_node3 138029 1726888214.80476: done getting next task for host managed_node3 138029 1726888214.80479: ^ task is: TASK: Reset variable used by test 138029 1726888214.80485: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.80491: getting variables 138029 1726888214.80492: in VariableManager get_vars() 138029 1726888214.80526: Calling all_inventory to load vars for managed_node3 138029 1726888214.80529: Calling groups_inventory to load vars for managed_node3 138029 1726888214.80533: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.80545: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.80549: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.80553: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.81394: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d47 138029 1726888214.81397: WORKER PROCESS EXITING 138029 1726888214.81418: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.82066: done with get_vars() 138029 1726888214.82080: done getting variables 138029 1726888214.82141: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Friday 20 September 2024 23:10:14 -0400 (0:00:00.033) 0:03:47.545 ****** 138029 1726888214.82178: entering _queue_task() for managed_node3/set_fact 138029 1726888214.82548: worker is 1 (out of 1 available) 138029 1726888214.82564: exiting _queue_task() for managed_node3/set_fact 138029 1726888214.82574: done queuing things up, now waiting for results queue to drain 138029 1726888214.82576: waiting for pending results... 138029 1726888214.82777: running TaskExecutor() for managed_node3/TASK: Reset variable used by test 138029 1726888214.82938: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d49 138029 1726888214.82965: variable 'ansible_search_path' from source: unknown 138029 1726888214.83011: calling self._execute() 138029 1726888214.83147: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.83160: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.83220: variable 'omit' from source: magic vars 138029 1726888214.83308: variable 'omit' from source: magic vars 138029 1726888214.83403: variable 'omit' from source: magic vars 138029 1726888214.83452: variable 'omit' from source: magic vars 138029 1726888214.83505: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888214.83551: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888214.83583: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888214.83612: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888214.83656: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888214.83660: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888214.83679: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888214.83720: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888214.83764: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.83767: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.83882: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888214.83895: Set connection var ansible_timeout to 10 138029 1726888214.83904: Set connection var ansible_pipelining to False 138029 1726888214.83938: Set connection var ansible_shell_type to sh 138029 1726888214.83941: Set connection var ansible_connection to ssh 138029 1726888214.83943: Set connection var ansible_shell_executable to /bin/sh 138029 1726888214.83960: variable 'ansible_shell_executable' from source: unknown 138029 1726888214.83968: variable 'ansible_connection' from source: unknown 138029 1726888214.83979: variable 'ansible_module_compression' from source: unknown 138029 1726888214.83987: variable 'ansible_shell_type' from source: unknown 138029 1726888214.84047: variable 'ansible_shell_executable' from source: unknown 138029 1726888214.84051: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.84053: variable 'ansible_pipelining' from source: unknown 138029 1726888214.84057: variable 'ansible_timeout' from source: unknown 138029 1726888214.84059: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.84190: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888214.84221: variable 'omit' from source: magic vars 138029 1726888214.84231: starting attempt loop 138029 1726888214.84238: running the handler 138029 1726888214.84254: handler run complete 138029 1726888214.84306: attempt loop complete, returning result 138029 1726888214.84310: _execute() done 138029 1726888214.84312: dumping result to json 138029 1726888214.84314: done dumping result, returning 138029 1726888214.84317: done running TaskExecutor() for managed_node3/TASK: Reset variable used by test [0affc8a3-6f6f-5a58-73a2-000000002d49] 138029 1726888214.84319: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d49 138029 1726888214.84458: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d49 138029 1726888214.84462: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } 138029 1726888214.84602: no more pending results, returning what we have 138029 1726888214.84606: results queue empty 138029 1726888214.84607: checking for any_errors_fatal 138029 1726888214.84615: done checking for any_errors_fatal 138029 1726888214.84616: checking for max_fail_percentage 138029 1726888214.84617: done checking for max_fail_percentage 138029 1726888214.84618: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.84619: done checking to see if all hosts have failed 138029 1726888214.84619: getting the remaining hosts for this loop 138029 1726888214.84621: done getting the remaining hosts for this loop 138029 1726888214.84625: getting the next task for host managed_node3 138029 1726888214.84670: done getting next task for host managed_node3 138029 1726888214.84674: ^ task is: TASK: Get information about thinpool 138029 1726888214.84680: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.84685: getting variables 138029 1726888214.84686: in VariableManager get_vars() 138029 1726888214.84769: Calling all_inventory to load vars for managed_node3 138029 1726888214.84772: Calling groups_inventory to load vars for managed_node3 138029 1726888214.84775: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.84785: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.84788: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.84791: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.85450: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.86087: done with get_vars() 138029 1726888214.86105: done getting variables 138029 1726888214.86160: 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 thinpool] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Friday 20 September 2024 23:10:14 -0400 (0:00:00.040) 0:03:47.585 ****** 138029 1726888214.86206: entering _queue_task() for managed_node3/command 138029 1726888214.86500: worker is 1 (out of 1 available) 138029 1726888214.86512: exiting _queue_task() for managed_node3/command 138029 1726888214.86638: done queuing things up, now waiting for results queue to drain 138029 1726888214.86640: waiting for pending results... 138029 1726888214.86978: running TaskExecutor() for managed_node3/TASK: Get information about thinpool 138029 1726888214.87017: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d4e 138029 1726888214.87037: variable 'ansible_search_path' from source: unknown 138029 1726888214.87086: calling self._execute() 138029 1726888214.87220: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.87231: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.87245: variable 'omit' from source: magic vars 138029 1726888214.87648: variable 'storage_test_thin_volume' from source: include params 138029 1726888214.87686: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888214.87695: when evaluation is False, skipping this task 138029 1726888214.87703: _execute() done 138029 1726888214.87712: dumping result to json 138029 1726888214.87730: done dumping result, returning 138029 1726888214.87761: done running TaskExecutor() for managed_node3/TASK: Get information about thinpool [0affc8a3-6f6f-5a58-73a2-000000002d4e] 138029 1726888214.87764: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d4e skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888214.88025: no more pending results, returning what we have 138029 1726888214.88029: results queue empty 138029 1726888214.88030: checking for any_errors_fatal 138029 1726888214.88036: done checking for any_errors_fatal 138029 1726888214.88037: checking for max_fail_percentage 138029 1726888214.88038: done checking for max_fail_percentage 138029 1726888214.88039: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.88040: done checking to see if all hosts have failed 138029 1726888214.88041: getting the remaining hosts for this loop 138029 1726888214.88042: done getting the remaining hosts for this loop 138029 1726888214.88054: getting the next task for host managed_node3 138029 1726888214.88065: done getting next task for host managed_node3 138029 1726888214.88067: ^ task is: TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888214.88075: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.88082: getting variables 138029 1726888214.88083: in VariableManager get_vars() 138029 1726888214.88120: Calling all_inventory to load vars for managed_node3 138029 1726888214.88123: Calling groups_inventory to load vars for managed_node3 138029 1726888214.88126: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.88140: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.88143: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.88146: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.88271: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d4e 138029 1726888214.88275: WORKER PROCESS EXITING 138029 1726888214.89180: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.89804: done with get_vars() 138029 1726888214.89817: done getting variables 138029 1726888214.89875: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Friday 20 September 2024 23:10:14 -0400 (0:00:00.037) 0:03:47.622 ****** 138029 1726888214.89914: entering _queue_task() for managed_node3/assert 138029 1726888214.90246: worker is 1 (out of 1 available) 138029 1726888214.90261: exiting _queue_task() for managed_node3/assert 138029 1726888214.90271: done queuing things up, now waiting for results queue to drain 138029 1726888214.90273: waiting for pending results... 138029 1726888214.90518: running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888214.90692: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d4f 138029 1726888214.90711: variable 'ansible_search_path' from source: unknown 138029 1726888214.90746: calling self._execute() 138029 1726888214.90888: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.90900: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.90916: variable 'omit' from source: magic vars 138029 1726888214.91312: variable 'storage_test_thin_volume' from source: include params 138029 1726888214.91346: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888214.91353: when evaluation is False, skipping this task 138029 1726888214.91364: _execute() done 138029 1726888214.91372: dumping result to json 138029 1726888214.91378: done dumping result, returning 138029 1726888214.91391: done running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) [0affc8a3-6f6f-5a58-73a2-000000002d4f] 138029 1726888214.91402: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d4f skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888214.91568: no more pending results, returning what we have 138029 1726888214.91571: results queue empty 138029 1726888214.91573: checking for any_errors_fatal 138029 1726888214.91583: done checking for any_errors_fatal 138029 1726888214.91584: checking for max_fail_percentage 138029 1726888214.91585: done checking for max_fail_percentage 138029 1726888214.91586: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.91587: done checking to see if all hosts have failed 138029 1726888214.91588: getting the remaining hosts for this loop 138029 1726888214.91589: done getting the remaining hosts for this loop 138029 1726888214.91593: getting the next task for host managed_node3 138029 1726888214.91602: done getting next task for host managed_node3 138029 1726888214.91604: ^ task is: TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888214.91612: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.91617: getting variables 138029 1726888214.91619: in VariableManager get_vars() 138029 1726888214.91654: Calling all_inventory to load vars for managed_node3 138029 1726888214.91658: Calling groups_inventory to load vars for managed_node3 138029 1726888214.91662: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.91673: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.91677: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.91680: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.92481: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d4f 138029 1726888214.92485: WORKER PROCESS EXITING 138029 1726888214.92515: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.93143: done with get_vars() 138029 1726888214.93159: done getting variables 138029 1726888214.93217: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Friday 20 September 2024 23:10:14 -0400 (0:00:00.033) 0:03:47.656 ****** 138029 1726888214.93250: entering _queue_task() for managed_node3/assert 138029 1726888214.93627: worker is 1 (out of 1 available) 138029 1726888214.93637: exiting _queue_task() for managed_node3/assert 138029 1726888214.93646: done queuing things up, now waiting for results queue to drain 138029 1726888214.93647: waiting for pending results... 138029 1726888214.93853: running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888214.94005: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d50 138029 1726888214.94025: variable 'ansible_search_path' from source: unknown 138029 1726888214.94071: calling self._execute() 138029 1726888214.94211: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.94222: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.94235: variable 'omit' from source: magic vars 138029 1726888214.94638: variable 'storage_test_thin_volume' from source: include params 138029 1726888214.94673: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888214.94680: when evaluation is False, skipping this task 138029 1726888214.94693: _execute() done 138029 1726888214.94700: dumping result to json 138029 1726888214.94706: done dumping result, returning 138029 1726888214.94714: done running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) [0affc8a3-6f6f-5a58-73a2-000000002d50] 138029 1726888214.94722: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d50 138029 1726888214.94946: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d50 138029 1726888214.94950: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888214.94997: no more pending results, returning what we have 138029 1726888214.95001: results queue empty 138029 1726888214.95002: checking for any_errors_fatal 138029 1726888214.95021: done checking for any_errors_fatal 138029 1726888214.95022: checking for max_fail_percentage 138029 1726888214.95024: done checking for max_fail_percentage 138029 1726888214.95025: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.95026: done checking to see if all hosts have failed 138029 1726888214.95026: getting the remaining hosts for this loop 138029 1726888214.95028: done getting the remaining hosts for this loop 138029 1726888214.95032: getting the next task for host managed_node3 138029 1726888214.95041: done getting next task for host managed_node3 138029 1726888214.95044: ^ task is: TASK: Reset variable used by test 138029 1726888214.95052: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.95058: getting variables 138029 1726888214.95060: in VariableManager get_vars() 138029 1726888214.95093: Calling all_inventory to load vars for managed_node3 138029 1726888214.95096: Calling groups_inventory to load vars for managed_node3 138029 1726888214.95099: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.95110: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.95113: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.95117: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.95818: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888214.96460: done with get_vars() 138029 1726888214.96473: done getting variables 138029 1726888214.96528: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Friday 20 September 2024 23:10:14 -0400 (0:00:00.033) 0:03:47.689 ****** 138029 1726888214.96569: entering _queue_task() for managed_node3/set_fact 138029 1726888214.96823: worker is 1 (out of 1 available) 138029 1726888214.96833: exiting _queue_task() for managed_node3/set_fact 138029 1726888214.96844: done queuing things up, now waiting for results queue to drain 138029 1726888214.96846: waiting for pending results... 138029 1726888214.97148: running TaskExecutor() for managed_node3/TASK: Reset variable used by test 138029 1726888214.97394: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d52 138029 1726888214.97398: variable 'ansible_search_path' from source: unknown 138029 1726888214.97401: calling self._execute() 138029 1726888214.97491: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.97511: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.97611: variable 'omit' from source: magic vars 138029 1726888214.97661: variable 'omit' from source: magic vars 138029 1726888214.97753: variable 'omit' from source: magic vars 138029 1726888214.97796: variable 'omit' from source: magic vars 138029 1726888214.97858: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888214.97903: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888214.97934: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888214.97967: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888214.97984: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888214.98005: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888214.98027: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888214.98074: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888214.98083: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.98157: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.98226: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888214.98237: Set connection var ansible_timeout to 10 138029 1726888214.98246: Set connection var ansible_pipelining to False 138029 1726888214.98252: Set connection var ansible_shell_type to sh 138029 1726888214.98267: Set connection var ansible_connection to ssh 138029 1726888214.98283: Set connection var ansible_shell_executable to /bin/sh 138029 1726888214.98316: variable 'ansible_shell_executable' from source: unknown 138029 1726888214.98325: variable 'ansible_connection' from source: unknown 138029 1726888214.98333: variable 'ansible_module_compression' from source: unknown 138029 1726888214.98340: variable 'ansible_shell_type' from source: unknown 138029 1726888214.98347: variable 'ansible_shell_executable' from source: unknown 138029 1726888214.98354: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888214.98384: variable 'ansible_pipelining' from source: unknown 138029 1726888214.98391: variable 'ansible_timeout' from source: unknown 138029 1726888214.98393: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888214.98546: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888214.98589: variable 'omit' from source: magic vars 138029 1726888214.98593: starting attempt loop 138029 1726888214.98595: running the handler 138029 1726888214.98606: handler run complete 138029 1726888214.98698: attempt loop complete, returning result 138029 1726888214.98701: _execute() done 138029 1726888214.98703: dumping result to json 138029 1726888214.98711: done dumping result, returning 138029 1726888214.98714: done running TaskExecutor() for managed_node3/TASK: Reset variable used by test [0affc8a3-6f6f-5a58-73a2-000000002d52] 138029 1726888214.98716: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d52 138029 1726888214.98786: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d52 138029 1726888214.98790: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } 138029 1726888214.98857: no more pending results, returning what we have 138029 1726888214.98860: results queue empty 138029 1726888214.98861: checking for any_errors_fatal 138029 1726888214.98871: done checking for any_errors_fatal 138029 1726888214.98872: checking for max_fail_percentage 138029 1726888214.98874: done checking for max_fail_percentage 138029 1726888214.98875: checking to see if all hosts have failed and the running result is not ok 138029 1726888214.98875: done checking to see if all hosts have failed 138029 1726888214.98876: getting the remaining hosts for this loop 138029 1726888214.98878: done getting the remaining hosts for this loop 138029 1726888214.98882: getting the next task for host managed_node3 138029 1726888214.98893: done getting next task for host managed_node3 138029 1726888214.98897: ^ task is: TASK: Get information about thinpool 138029 1726888214.98905: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888214.98911: getting variables 138029 1726888214.98912: in VariableManager get_vars() 138029 1726888214.99063: Calling all_inventory to load vars for managed_node3 138029 1726888214.99066: Calling groups_inventory to load vars for managed_node3 138029 1726888214.99070: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888214.99080: Calling all_plugins_play to load vars for managed_node3 138029 1726888214.99083: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888214.99086: Calling groups_plugins_play to load vars for managed_node3 138029 1726888214.99786: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.00431: done with get_vars() 138029 1726888215.00446: done getting variables 138029 1726888215.00509: 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 thinpool] ****************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Friday 20 September 2024 23:10:15 -0400 (0:00:00.039) 0:03:47.729 ****** 138029 1726888215.00549: entering _queue_task() for managed_node3/command 138029 1726888215.00831: worker is 1 (out of 1 available) 138029 1726888215.00843: exiting _queue_task() for managed_node3/command 138029 1726888215.00854: done queuing things up, now waiting for results queue to drain 138029 1726888215.00964: waiting for pending results... 138029 1726888215.01278: running TaskExecutor() for managed_node3/TASK: Get information about thinpool 138029 1726888215.01376: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d57 138029 1726888215.01380: variable 'ansible_search_path' from source: unknown 138029 1726888215.01485: calling self._execute() 138029 1726888215.01550: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.01565: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.01580: variable 'omit' from source: magic vars 138029 1726888215.01977: variable 'storage_test_thin_volume' from source: include params 138029 1726888215.02013: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888215.02029: when evaluation is False, skipping this task 138029 1726888215.02037: _execute() done 138029 1726888215.02045: dumping result to json 138029 1726888215.02051: done dumping result, returning 138029 1726888215.02063: done running TaskExecutor() for managed_node3/TASK: Get information about thinpool [0affc8a3-6f6f-5a58-73a2-000000002d57] 138029 1726888215.02073: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d57 138029 1726888215.02206: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d57 138029 1726888215.02209: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888215.02292: no more pending results, returning what we have 138029 1726888215.02296: results queue empty 138029 1726888215.02297: checking for any_errors_fatal 138029 1726888215.02306: done checking for any_errors_fatal 138029 1726888215.02307: checking for max_fail_percentage 138029 1726888215.02309: done checking for max_fail_percentage 138029 1726888215.02310: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.02311: done checking to see if all hosts have failed 138029 1726888215.02312: getting the remaining hosts for this loop 138029 1726888215.02314: done getting the remaining hosts for this loop 138029 1726888215.02317: getting the next task for host managed_node3 138029 1726888215.02326: done getting next task for host managed_node3 138029 1726888215.02329: ^ task is: TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888215.02337: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.02343: getting variables 138029 1726888215.02345: in VariableManager get_vars() 138029 1726888215.02381: Calling all_inventory to load vars for managed_node3 138029 1726888215.02384: Calling groups_inventory to load vars for managed_node3 138029 1726888215.02388: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.02400: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.02404: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.02407: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.03177: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.03817: done with get_vars() 138029 1726888215.03831: done getting variables 138029 1726888215.03897: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Friday 20 September 2024 23:10:15 -0400 (0:00:00.033) 0:03:47.762 ****** 138029 1726888215.03930: entering _queue_task() for managed_node3/assert 138029 1726888215.04236: worker is 1 (out of 1 available) 138029 1726888215.04248: exiting _queue_task() for managed_node3/assert 138029 1726888215.04309: done queuing things up, now waiting for results queue to drain 138029 1726888215.04311: waiting for pending results... 138029 1726888215.04649: running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) 138029 1726888215.04700: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d58 138029 1726888215.04721: variable 'ansible_search_path' from source: unknown 138029 1726888215.04771: calling self._execute() 138029 1726888215.04901: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.04967: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.04971: variable 'omit' from source: magic vars 138029 1726888215.05310: variable 'storage_test_thin_volume' from source: include params 138029 1726888215.05343: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888215.05351: when evaluation is False, skipping this task 138029 1726888215.05362: _execute() done 138029 1726888215.05369: dumping result to json 138029 1726888215.05376: done dumping result, returning 138029 1726888215.05386: done running TaskExecutor() for managed_node3/TASK: Check that volume is in correct thinpool (when thinp name is provided) [0affc8a3-6f6f-5a58-73a2-000000002d58] 138029 1726888215.05404: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d58 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888215.05660: no more pending results, returning what we have 138029 1726888215.05664: results queue empty 138029 1726888215.05665: checking for any_errors_fatal 138029 1726888215.05677: done checking for any_errors_fatal 138029 1726888215.05678: checking for max_fail_percentage 138029 1726888215.05679: done checking for max_fail_percentage 138029 1726888215.05680: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.05681: done checking to see if all hosts have failed 138029 1726888215.05682: getting the remaining hosts for this loop 138029 1726888215.05683: done getting the remaining hosts for this loop 138029 1726888215.05687: getting the next task for host managed_node3 138029 1726888215.05695: done getting next task for host managed_node3 138029 1726888215.05698: ^ task is: TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888215.05705: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.05711: getting variables 138029 1726888215.05713: in VariableManager get_vars() 138029 1726888215.05749: Calling all_inventory to load vars for managed_node3 138029 1726888215.05752: Calling groups_inventory to load vars for managed_node3 138029 1726888215.05757: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.05769: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.05772: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.05775: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.06564: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d58 138029 1726888215.06568: WORKER PROCESS EXITING 138029 1726888215.06873: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.07804: done with get_vars() 138029 1726888215.07825: done getting variables 138029 1726888215.07884: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Friday 20 September 2024 23:10:15 -0400 (0:00:00.039) 0:03:47.802 ****** 138029 1726888215.07918: entering _queue_task() for managed_node3/assert 138029 1726888215.08195: worker is 1 (out of 1 available) 138029 1726888215.08207: exiting _queue_task() for managed_node3/assert 138029 1726888215.08219: done queuing things up, now waiting for results queue to drain 138029 1726888215.08220: waiting for pending results... 138029 1726888215.08533: running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) 138029 1726888215.08812: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d59 138029 1726888215.08816: variable 'ansible_search_path' from source: unknown 138029 1726888215.08818: calling self._execute() 138029 1726888215.08881: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.08893: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.08915: variable 'omit' from source: magic vars 138029 1726888215.09351: variable 'storage_test_thin_volume' from source: include params 138029 1726888215.09464: Evaluated conditional (storage_test_thin_volume.thin): False 138029 1726888215.09470: when evaluation is False, skipping this task 138029 1726888215.09474: _execute() done 138029 1726888215.09477: dumping result to json 138029 1726888215.09481: done dumping result, returning 138029 1726888215.09483: done running TaskExecutor() for managed_node3/TASK: Check that volume is in thinpool (when thinp name is not provided) [0affc8a3-6f6f-5a58-73a2-000000002d59] 138029 1726888215.09486: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d59 138029 1726888215.09552: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d59 138029 1726888215.09558: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888215.09616: no more pending results, returning what we have 138029 1726888215.09620: results queue empty 138029 1726888215.09621: checking for any_errors_fatal 138029 1726888215.09629: done checking for any_errors_fatal 138029 1726888215.09630: checking for max_fail_percentage 138029 1726888215.09632: done checking for max_fail_percentage 138029 1726888215.09633: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.09634: done checking to see if all hosts have failed 138029 1726888215.09634: getting the remaining hosts for this loop 138029 1726888215.09636: done getting the remaining hosts for this loop 138029 1726888215.09640: getting the next task for host managed_node3 138029 1726888215.09651: done getting next task for host managed_node3 138029 1726888215.09654: ^ task is: TASK: Reset variable used by test 138029 1726888215.09712: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.09719: getting variables 138029 1726888215.09721: in VariableManager get_vars() 138029 1726888215.09758: Calling all_inventory to load vars for managed_node3 138029 1726888215.09761: Calling groups_inventory to load vars for managed_node3 138029 1726888215.09860: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.09877: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.09882: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.09886: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.11606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.12267: done with get_vars() 138029 1726888215.12284: done getting variables 138029 1726888215.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 [Reset variable used by test] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Friday 20 September 2024 23:10:15 -0400 (0:00:00.044) 0:03:47.847 ****** 138029 1726888215.12386: entering _queue_task() for managed_node3/set_fact 138029 1726888215.12881: worker is 1 (out of 1 available) 138029 1726888215.12891: exiting _queue_task() for managed_node3/set_fact 138029 1726888215.12901: done queuing things up, now waiting for results queue to drain 138029 1726888215.12902: waiting for pending results... 138029 1726888215.13076: running TaskExecutor() for managed_node3/TASK: Reset variable used by test 138029 1726888215.13185: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d5b 138029 1726888215.13262: variable 'ansible_search_path' from source: unknown 138029 1726888215.13270: calling self._execute() 138029 1726888215.13371: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.13377: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.13387: variable 'omit' from source: magic vars 138029 1726888215.13513: variable 'omit' from source: magic vars 138029 1726888215.13592: variable 'omit' from source: magic vars 138029 1726888215.13626: variable 'omit' from source: magic vars 138029 1726888215.13861: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888215.13867: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888215.13870: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888215.13874: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888215.13876: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888215.13878: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888215.13882: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888215.13885: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888215.13888: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.13891: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.13987: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888215.13992: Set connection var ansible_timeout to 10 138029 1726888215.14007: Set connection var ansible_pipelining to False 138029 1726888215.14011: Set connection var ansible_shell_type to sh 138029 1726888215.14014: Set connection var ansible_connection to ssh 138029 1726888215.14020: Set connection var ansible_shell_executable to /bin/sh 138029 1726888215.14047: variable 'ansible_shell_executable' from source: unknown 138029 1726888215.14051: variable 'ansible_connection' from source: unknown 138029 1726888215.14054: variable 'ansible_module_compression' from source: unknown 138029 1726888215.14058: variable 'ansible_shell_type' from source: unknown 138029 1726888215.14061: variable 'ansible_shell_executable' from source: unknown 138029 1726888215.14063: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.14068: variable 'ansible_pipelining' from source: unknown 138029 1726888215.14071: variable 'ansible_timeout' from source: unknown 138029 1726888215.14073: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.14234: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888215.14248: variable 'omit' from source: magic vars 138029 1726888215.14253: starting attempt loop 138029 1726888215.14258: running the handler 138029 1726888215.14270: handler run complete 138029 1726888215.14278: attempt loop complete, returning result 138029 1726888215.14281: _execute() done 138029 1726888215.14283: dumping result to json 138029 1726888215.14287: done dumping result, returning 138029 1726888215.14295: done running TaskExecutor() for managed_node3/TASK: Reset variable used by test [0affc8a3-6f6f-5a58-73a2-000000002d5b] 138029 1726888215.14300: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d5b 138029 1726888215.14392: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d5b 138029 1726888215.14397: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } 138029 1726888215.14465: no more pending results, returning what we have 138029 1726888215.14469: results queue empty 138029 1726888215.14470: checking for any_errors_fatal 138029 1726888215.14484: done checking for any_errors_fatal 138029 1726888215.14484: checking for max_fail_percentage 138029 1726888215.14486: done checking for max_fail_percentage 138029 1726888215.14487: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.14488: done checking to see if all hosts have failed 138029 1726888215.14489: getting the remaining hosts for this loop 138029 1726888215.14490: done getting the remaining hosts for this loop 138029 1726888215.14494: getting the next task for host managed_node3 138029 1726888215.14505: done getting next task for host managed_node3 138029 1726888215.14508: ^ task is: TASK: Check member encryption 138029 1726888215.14514: ^ 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? (HOST STATE: block=0, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.14519: getting variables 138029 1726888215.14521: in VariableManager get_vars() 138029 1726888215.14673: Calling all_inventory to load vars for managed_node3 138029 1726888215.14676: Calling groups_inventory to load vars for managed_node3 138029 1726888215.14680: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.14689: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.14693: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.14696: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.15508: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.16675: done with get_vars() 138029 1726888215.16690: done getting variables TASK [Check member encryption] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Friday 20 September 2024 23:10:15 -0400 (0:00:00.044) 0:03:47.891 ****** 138029 1726888215.16790: entering _queue_task() for managed_node3/include_tasks 138029 1726888215.17445: worker is 1 (out of 1 available) 138029 1726888215.17514: exiting _queue_task() for managed_node3/include_tasks 138029 1726888215.17526: done queuing things up, now waiting for results queue to drain 138029 1726888215.17527: waiting for pending results... 138029 1726888215.17994: running TaskExecutor() for managed_node3/TASK: Check member encryption 138029 1726888215.18199: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000295d 138029 1726888215.18202: variable 'ansible_search_path' from source: unknown 138029 1726888215.18205: calling self._execute() 138029 1726888215.18345: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.18350: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.18362: variable 'omit' from source: magic vars 138029 1726888215.18491: _execute() done 138029 1726888215.18523: dumping result to json 138029 1726888215.18526: done dumping result, returning 138029 1726888215.18529: done running TaskExecutor() for managed_node3/TASK: Check member encryption [0affc8a3-6f6f-5a58-73a2-00000000295d] 138029 1726888215.18531: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000295d 138029 1726888215.18753: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000295d 138029 1726888215.18758: WORKER PROCESS EXITING 138029 1726888215.18783: no more pending results, returning what we have 138029 1726888215.18788: in VariableManager get_vars() 138029 1726888215.18835: Calling all_inventory to load vars for managed_node3 138029 1726888215.18839: Calling groups_inventory to load vars for managed_node3 138029 1726888215.18842: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.18854: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.18859: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.18862: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.19663: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.20439: done with get_vars() 138029 1726888215.20454: variable 'ansible_search_path' from source: unknown 138029 1726888215.20591: variable 'storage_test_pool_subset' from source: include params 138029 1726888215.20621: we have included files to process 138029 1726888215.20622: generating all_blocks data 138029 1726888215.20624: done generating all_blocks data 138029 1726888215.20631: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 138029 1726888215.20632: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 138029 1726888215.20634: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 138029 1726888215.20908: in VariableManager get_vars() 138029 1726888215.20934: done with get_vars() 138029 1726888215.20994: in VariableManager get_vars() 138029 1726888215.21014: done with get_vars() 138029 1726888215.21111: done processing included file 138029 1726888215.21113: iterating over new_blocks loaded from include file 138029 1726888215.21114: in VariableManager get_vars() 138029 1726888215.21129: done with get_vars() 138029 1726888215.21130: filtering new block on tags 138029 1726888215.21205: done filtering new block on tags 138029 1726888215.21208: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 138029 1726888215.21213: extending task lists for all hosts with included blocks 138029 1726888215.25152: done extending task lists 138029 1726888215.25154: done processing included files 138029 1726888215.25155: results queue empty 138029 1726888215.25157: checking for any_errors_fatal 138029 1726888215.25162: done checking for any_errors_fatal 138029 1726888215.25162: checking for max_fail_percentage 138029 1726888215.25163: done checking for max_fail_percentage 138029 1726888215.25164: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.25165: done checking to see if all hosts have failed 138029 1726888215.25166: getting the remaining hosts for this loop 138029 1726888215.25167: done getting the remaining hosts for this loop 138029 1726888215.25170: getting the next task for host managed_node3 138029 1726888215.25175: done getting next task for host managed_node3 138029 1726888215.25177: ^ task is: TASK: Set test variables 138029 1726888215.25181: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.25183: getting variables 138029 1726888215.25184: in VariableManager get_vars() 138029 1726888215.25201: Calling all_inventory to load vars for managed_node3 138029 1726888215.25204: Calling groups_inventory to load vars for managed_node3 138029 1726888215.25207: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.25213: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.25216: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.25219: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.25908: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.26722: done with get_vars() 138029 1726888215.26743: done getting variables 138029 1726888215.26801: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-members-encryption.yml:5 Friday 20 September 2024 23:10:15 -0400 (0:00:00.100) 0:03:47.992 ****** 138029 1726888215.26852: entering _queue_task() for managed_node3/set_fact 138029 1726888215.27405: worker is 1 (out of 1 available) 138029 1726888215.27418: exiting _queue_task() for managed_node3/set_fact 138029 1726888215.27430: done queuing things up, now waiting for results queue to drain 138029 1726888215.27431: waiting for pending results... 138029 1726888215.27747: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888215.28002: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d9a 138029 1726888215.28006: variable 'ansible_search_path' from source: unknown 138029 1726888215.28009: calling self._execute() 138029 1726888215.28159: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.28177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.28200: variable 'omit' from source: magic vars 138029 1726888215.28394: variable 'omit' from source: magic vars 138029 1726888215.28497: variable 'omit' from source: magic vars 138029 1726888215.28918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888215.32571: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888215.32827: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888215.33074: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888215.33279: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888215.33283: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888215.33835: variable 'storage_test_pool' from source: include params 138029 1726888215.34066: variable 'storage_test_pool' from source: include params 138029 1726888215.34178: variable 'omit' from source: magic vars 138029 1726888215.34245: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888215.34341: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888215.34431: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888215.34610: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888215.34627: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888215.34680: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888215.34874: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888215.34878: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888215.34880: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.34882: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.34987: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888215.35123: Set connection var ansible_timeout to 10 138029 1726888215.35137: Set connection var ansible_pipelining to False 138029 1726888215.35144: Set connection var ansible_shell_type to sh 138029 1726888215.35150: Set connection var ansible_connection to ssh 138029 1726888215.35217: Set connection var ansible_shell_executable to /bin/sh 138029 1726888215.35221: variable 'ansible_shell_executable' from source: unknown 138029 1726888215.35223: variable 'ansible_connection' from source: unknown 138029 1726888215.35225: variable 'ansible_module_compression' from source: unknown 138029 1726888215.35227: variable 'ansible_shell_type' from source: unknown 138029 1726888215.35229: variable 'ansible_shell_executable' from source: unknown 138029 1726888215.35231: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.35233: variable 'ansible_pipelining' from source: unknown 138029 1726888215.35235: variable 'ansible_timeout' from source: unknown 138029 1726888215.35237: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.35441: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888215.35444: variable 'omit' from source: magic vars 138029 1726888215.35446: starting attempt loop 138029 1726888215.35448: running the handler 138029 1726888215.35450: handler run complete 138029 1726888215.35452: attempt loop complete, returning result 138029 1726888215.35459: _execute() done 138029 1726888215.35468: dumping result to json 138029 1726888215.35475: done dumping result, returning 138029 1726888215.35485: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-000000002d9a] 138029 1726888215.35495: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d9a ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 138029 1726888215.35681: no more pending results, returning what we have 138029 1726888215.35684: results queue empty 138029 1726888215.35685: checking for any_errors_fatal 138029 1726888215.35687: done checking for any_errors_fatal 138029 1726888215.35688: checking for max_fail_percentage 138029 1726888215.35689: done checking for max_fail_percentage 138029 1726888215.35690: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.35691: done checking to see if all hosts have failed 138029 1726888215.35692: getting the remaining hosts for this loop 138029 1726888215.35694: done getting the remaining hosts for this loop 138029 1726888215.35697: getting the next task for host managed_node3 138029 1726888215.35705: done getting next task for host managed_node3 138029 1726888215.35708: ^ task is: TASK: Validate pool member LUKS settings 138029 1726888215.35719: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.35725: getting variables 138029 1726888215.35726: in VariableManager get_vars() 138029 1726888215.35764: Calling all_inventory to load vars for managed_node3 138029 1726888215.35772: Calling groups_inventory to load vars for managed_node3 138029 1726888215.35776: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.35794: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.35798: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.35802: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.36323: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d9a 138029 1726888215.36327: WORKER PROCESS EXITING 138029 1726888215.36771: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.37540: done with get_vars() 138029 1726888215.37568: done getting variables TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Friday 20 September 2024 23:10:15 -0400 (0:00:00.110) 0:03:48.102 ****** 138029 1726888215.37933: entering _queue_task() for managed_node3/include_tasks 138029 1726888215.38820: worker is 1 (out of 1 available) 138029 1726888215.38832: exiting _queue_task() for managed_node3/include_tasks 138029 1726888215.38972: done queuing things up, now waiting for results queue to drain 138029 1726888215.38974: waiting for pending results... 138029 1726888215.39240: running TaskExecutor() for managed_node3/TASK: Validate pool member LUKS settings 138029 1726888215.39629: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d9b 138029 1726888215.39726: variable 'ansible_search_path' from source: unknown 138029 1726888215.39872: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888215.40235: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888215.40295: dumping result to json 138029 1726888215.40299: done dumping result, returning 138029 1726888215.40446: done running TaskExecutor() for managed_node3/TASK: Validate pool member LUKS settings [0affc8a3-6f6f-5a58-73a2-000000002d9b] 138029 1726888215.40449: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d9b skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888215.40947: no more pending results, returning what we have 138029 1726888215.40951: results queue empty 138029 1726888215.40952: checking for any_errors_fatal 138029 1726888215.40966: done checking for any_errors_fatal 138029 1726888215.40967: checking for max_fail_percentage 138029 1726888215.40969: done checking for max_fail_percentage 138029 1726888215.40970: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.40970: done checking to see if all hosts have failed 138029 1726888215.40971: getting the remaining hosts for this loop 138029 1726888215.40973: done getting the remaining hosts for this loop 138029 1726888215.40976: getting the next task for host managed_node3 138029 1726888215.40984: done getting next task for host managed_node3 138029 1726888215.40986: ^ task is: TASK: Validate pool member crypttab entries 138029 1726888215.40996: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.41003: getting variables 138029 1726888215.41004: in VariableManager get_vars() 138029 1726888215.41037: Calling all_inventory to load vars for managed_node3 138029 1726888215.41043: Calling groups_inventory to load vars for managed_node3 138029 1726888215.41049: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.41371: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.41375: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.41379: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.42057: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d9b 138029 1726888215.42061: WORKER PROCESS EXITING 138029 1726888215.42491: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.44760: done with get_vars() 138029 1726888215.44780: done getting variables TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Friday 20 September 2024 23:10:15 -0400 (0:00:00.070) 0:03:48.173 ****** 138029 1726888215.44946: entering _queue_task() for managed_node3/include_tasks 138029 1726888215.45721: worker is 1 (out of 1 available) 138029 1726888215.45768: exiting _queue_task() for managed_node3/include_tasks 138029 1726888215.45781: done queuing things up, now waiting for results queue to drain 138029 1726888215.45783: waiting for pending results... 138029 1726888215.46506: running TaskExecutor() for managed_node3/TASK: Validate pool member crypttab entries 138029 1726888215.47053: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d9d 138029 1726888215.47144: variable 'ansible_search_path' from source: unknown 138029 1726888215.47242: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888215.47847: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888215.47893: dumping result to json 138029 1726888215.47916: done dumping result, returning 138029 1726888215.47919: done running TaskExecutor() for managed_node3/TASK: Validate pool member crypttab entries [0affc8a3-6f6f-5a58-73a2-000000002d9d] 138029 1726888215.48026: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d9d skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888215.48232: no more pending results, returning what we have 138029 1726888215.48236: results queue empty 138029 1726888215.48238: checking for any_errors_fatal 138029 1726888215.48250: done checking for any_errors_fatal 138029 1726888215.48251: checking for max_fail_percentage 138029 1726888215.48254: done checking for max_fail_percentage 138029 1726888215.48257: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.48258: done checking to see if all hosts have failed 138029 1726888215.48258: getting the remaining hosts for this loop 138029 1726888215.48260: done getting the remaining hosts for this loop 138029 1726888215.48265: getting the next task for host managed_node3 138029 1726888215.48276: done getting next task for host managed_node3 138029 1726888215.48279: ^ task is: TASK: Clear test variables 138029 1726888215.48287: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.48292: getting variables 138029 1726888215.48294: in VariableManager get_vars() 138029 1726888215.48335: Calling all_inventory to load vars for managed_node3 138029 1726888215.48338: Calling groups_inventory to load vars for managed_node3 138029 1726888215.48341: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.48799: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.48840: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.48901: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.48935: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d9d 138029 1726888215.48942: WORKER PROCESS EXITING 138029 1726888215.50420: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.51107: done with get_vars() 138029 1726888215.51154: done getting variables 138029 1726888215.51352: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-members-encryption.yml:24 Friday 20 September 2024 23:10:15 -0400 (0:00:00.064) 0:03:48.237 ****** 138029 1726888215.51398: entering _queue_task() for managed_node3/set_fact 138029 1726888215.52174: worker is 1 (out of 1 available) 138029 1726888215.52304: exiting _queue_task() for managed_node3/set_fact 138029 1726888215.52315: done queuing things up, now waiting for results queue to drain 138029 1726888215.52316: waiting for pending results... 138029 1726888215.52646: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888215.52894: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002d9f 138029 1726888215.52915: variable 'ansible_search_path' from source: unknown 138029 1726888215.52967: calling self._execute() 138029 1726888215.53203: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.53214: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.53282: variable 'omit' from source: magic vars 138029 1726888215.53411: variable 'omit' from source: magic vars 138029 1726888215.53514: variable 'omit' from source: magic vars 138029 1726888215.53555: variable 'omit' from source: magic vars 138029 1726888215.53718: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888215.53812: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888215.53950: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888215.53954: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888215.53958: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888215.54016: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888215.54042: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888215.54084: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888215.54093: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.54101: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.54277: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888215.54316: Set connection var ansible_timeout to 10 138029 1726888215.54383: Set connection var ansible_pipelining to False 138029 1726888215.54386: Set connection var ansible_shell_type to sh 138029 1726888215.54389: Set connection var ansible_connection to ssh 138029 1726888215.54391: Set connection var ansible_shell_executable to /bin/sh 138029 1726888215.54422: variable 'ansible_shell_executable' from source: unknown 138029 1726888215.54484: variable 'ansible_connection' from source: unknown 138029 1726888215.54487: variable 'ansible_module_compression' from source: unknown 138029 1726888215.54490: variable 'ansible_shell_type' from source: unknown 138029 1726888215.54492: variable 'ansible_shell_executable' from source: unknown 138029 1726888215.54494: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.54496: variable 'ansible_pipelining' from source: unknown 138029 1726888215.54498: variable 'ansible_timeout' from source: unknown 138029 1726888215.54500: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.54870: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888215.54874: variable 'omit' from source: magic vars 138029 1726888215.54877: starting attempt loop 138029 1726888215.54879: running the handler 138029 1726888215.54881: handler run complete 138029 1726888215.54883: attempt loop complete, returning result 138029 1726888215.54885: _execute() done 138029 1726888215.54886: dumping result to json 138029 1726888215.54888: done dumping result, returning 138029 1726888215.54890: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000002d9f] 138029 1726888215.54892: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d9f ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } 138029 1726888215.55365: no more pending results, returning what we have 138029 1726888215.55370: results queue empty 138029 1726888215.55371: checking for any_errors_fatal 138029 1726888215.55379: done checking for any_errors_fatal 138029 1726888215.55379: checking for max_fail_percentage 138029 1726888215.55381: done checking for max_fail_percentage 138029 1726888215.55382: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.55382: done checking to see if all hosts have failed 138029 1726888215.55383: getting the remaining hosts for this loop 138029 1726888215.55384: done getting the remaining hosts for this loop 138029 1726888215.55387: getting the next task for host managed_node3 138029 1726888215.55396: done getting next task for host managed_node3 138029 1726888215.55399: ^ task is: TASK: Check VDO 138029 1726888215.55404: ^ 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? (HOST STATE: block=0, task=21, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.55409: getting variables 138029 1726888215.55411: in VariableManager get_vars() 138029 1726888215.55443: Calling all_inventory to load vars for managed_node3 138029 1726888215.55446: Calling groups_inventory to load vars for managed_node3 138029 1726888215.55449: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.55488: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.55492: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.55496: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.56152: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002d9f 138029 1726888215.56157: WORKER PROCESS EXITING 138029 1726888215.56184: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.56923: done with get_vars() 138029 1726888215.56940: done getting variables TASK [Check VDO] *************************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Friday 20 September 2024 23:10:15 -0400 (0:00:00.056) 0:03:48.294 ****** 138029 1726888215.57064: entering _queue_task() for managed_node3/include_tasks 138029 1726888215.57534: worker is 1 (out of 1 available) 138029 1726888215.57549: exiting _queue_task() for managed_node3/include_tasks 138029 1726888215.57566: done queuing things up, now waiting for results queue to drain 138029 1726888215.57567: waiting for pending results... 138029 1726888215.57842: running TaskExecutor() for managed_node3/TASK: Check VDO 138029 1726888215.57988: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000295e 138029 1726888215.58003: variable 'ansible_search_path' from source: unknown 138029 1726888215.58061: calling self._execute() 138029 1726888215.58205: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.58215: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.58232: variable 'omit' from source: magic vars 138029 1726888215.58357: _execute() done 138029 1726888215.58377: dumping result to json 138029 1726888215.58381: done dumping result, returning 138029 1726888215.58389: done running TaskExecutor() for managed_node3/TASK: Check VDO [0affc8a3-6f6f-5a58-73a2-00000000295e] 138029 1726888215.58392: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000295e 138029 1726888215.58769: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000295e 138029 1726888215.58773: WORKER PROCESS EXITING 138029 1726888215.58822: no more pending results, returning what we have 138029 1726888215.58827: in VariableManager get_vars() 138029 1726888215.58865: Calling all_inventory to load vars for managed_node3 138029 1726888215.58868: Calling groups_inventory to load vars for managed_node3 138029 1726888215.58871: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.58882: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.58885: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.58888: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.59845: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.60882: done with get_vars() 138029 1726888215.60896: variable 'ansible_search_path' from source: unknown 138029 1726888215.61103: variable 'storage_test_pool_subset' from source: include params 138029 1726888215.61172: we have included files to process 138029 1726888215.61174: generating all_blocks data 138029 1726888215.61176: done generating all_blocks data 138029 1726888215.61182: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 138029 1726888215.61183: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 138029 1726888215.61185: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 138029 1726888215.61324: in VariableManager get_vars() 138029 1726888215.61348: done with get_vars() 138029 1726888215.61365: done processing included file 138029 1726888215.61367: iterating over new_blocks loaded from include file 138029 1726888215.61368: in VariableManager get_vars() 138029 1726888215.61383: done with get_vars() 138029 1726888215.61385: filtering new block on tags 138029 1726888215.61412: done filtering new block on tags 138029 1726888215.61414: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 138029 1726888215.61419: extending task lists for all hosts with included blocks 138029 1726888215.64429: done extending task lists 138029 1726888215.64431: done processing included files 138029 1726888215.64432: results queue empty 138029 1726888215.64432: checking for any_errors_fatal 138029 1726888215.64436: done checking for any_errors_fatal 138029 1726888215.64437: checking for max_fail_percentage 138029 1726888215.64438: done checking for max_fail_percentage 138029 1726888215.64439: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.64440: done checking to see if all hosts have failed 138029 1726888215.64441: getting the remaining hosts for this loop 138029 1726888215.64442: done getting the remaining hosts for this loop 138029 1726888215.64445: getting the next task for host managed_node3 138029 1726888215.64449: done getting next task for host managed_node3 138029 1726888215.64451: ^ task is: TASK: Validate pool member VDO settings 138029 1726888215.64457: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.64460: getting variables 138029 1726888215.64461: in VariableManager get_vars() 138029 1726888215.64471: Calling all_inventory to load vars for managed_node3 138029 1726888215.64474: Calling groups_inventory to load vars for managed_node3 138029 1726888215.64476: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.64482: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.64485: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.64487: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.64915: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.65488: done with get_vars() 138029 1726888215.65502: done getting variables TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Friday 20 September 2024 23:10:15 -0400 (0:00:00.085) 0:03:48.379 ****** 138029 1726888215.65589: entering _queue_task() for managed_node3/include_tasks 138029 1726888215.65916: worker is 1 (out of 1 available) 138029 1726888215.65931: exiting _queue_task() for managed_node3/include_tasks 138029 1726888215.65947: done queuing things up, now waiting for results queue to drain 138029 1726888215.65948: waiting for pending results... 138029 1726888215.66250: running TaskExecutor() for managed_node3/TASK: Validate pool member VDO settings 138029 1726888215.66452: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002eef 138029 1726888215.66457: variable 'ansible_search_path' from source: unknown 138029 1726888215.66704: variable 'storage_test_pool' from source: include params 138029 1726888215.67319: variable 'omit' from source: magic vars 138029 1726888215.67443: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.67460: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.67479: variable 'omit' from source: magic vars 138029 1726888215.67726: variable 'storage_test_pool' from source: include params 138029 1726888215.67778: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888215.67824: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888215.67911: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888215.68577: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.68580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.68583: variable 'omit' from source: magic vars 138029 1726888215.68585: variable 'storage_test_pool' from source: include params 138029 1726888215.68587: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888215.68605: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888215.68673: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888215.69119: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.69122: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.69125: variable 'omit' from source: magic vars 138029 1726888215.69254: variable 'storage_test_pool' from source: include params 138029 1726888215.69295: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888215.69343: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888215.69411: variable 'storage_test_vdo_volume' from source: unknown 138029 1726888215.69753: dumping result to json 138029 1726888215.69859: done dumping result, returning 138029 1726888215.69864: done running TaskExecutor() for managed_node3/TASK: Validate pool member VDO settings [0affc8a3-6f6f-5a58-73a2-000000002eef] 138029 1726888215.69882: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002eef 138029 1726888215.69957: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002eef 138029 1726888215.69960: WORKER PROCESS EXITING 138029 1726888215.70097: no more pending results, returning what we have 138029 1726888215.70101: in VariableManager get_vars() 138029 1726888215.70138: Calling all_inventory to load vars for managed_node3 138029 1726888215.70141: Calling groups_inventory to load vars for managed_node3 138029 1726888215.70144: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.70273: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.70278: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.70281: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.70874: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.71808: done with get_vars() 138029 1726888215.71819: variable 'ansible_search_path' from source: unknown 138029 1726888215.71880: variable 'ansible_search_path' from source: unknown 138029 1726888215.71916: variable 'ansible_search_path' from source: unknown 138029 1726888215.71961: we have included files to process 138029 1726888215.71962: generating all_blocks data 138029 1726888215.71964: done generating all_blocks data 138029 1726888215.71967: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888215.71968: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888215.71971: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888215.72800: done processing included file 138029 1726888215.72811: iterating over new_blocks loaded from include file 138029 1726888215.72812: in VariableManager get_vars() 138029 1726888215.72829: done with get_vars() 138029 1726888215.72831: filtering new block on tags 138029 1726888215.72939: done filtering new block on tags 138029 1726888215.72943: in VariableManager get_vars() 138029 1726888215.72960: done with get_vars() 138029 1726888215.72962: filtering new block on tags 138029 1726888215.72989: done filtering new block on tags 138029 1726888215.72991: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': 'UUID=ac246704-920b-4020-af6e-f443534e195b'}) 138029 1726888215.73001: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888215.73002: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888215.73005: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888215.73811: done processing included file 138029 1726888215.73813: iterating over new_blocks loaded from include file 138029 1726888215.73815: in VariableManager get_vars() 138029 1726888215.73830: done with get_vars() 138029 1726888215.73832: filtering new block on tags 138029 1726888215.73935: done filtering new block on tags 138029 1726888215.73938: in VariableManager get_vars() 138029 1726888215.73954: done with get_vars() 138029 1726888215.73961: filtering new block on tags 138029 1726888215.73989: done filtering new block on tags 138029 1726888215.73991: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24'}) 138029 1726888215.74018: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888215.74020: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888215.74026: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 138029 1726888215.74820: done processing included file 138029 1726888215.74821: iterating over new_blocks loaded from include file 138029 1726888215.74822: in VariableManager get_vars() 138029 1726888215.74838: done with get_vars() 138029 1726888215.74839: filtering new block on tags 138029 1726888215.74942: done filtering new block on tags 138029 1726888215.74945: in VariableManager get_vars() 138029 1726888215.74963: done with get_vars() 138029 1726888215.74964: filtering new block on tags 138029 1726888215.75000: done filtering new block on tags 138029 1726888215.75002: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2'}) 138029 1726888215.75011: extending task lists for all hosts with included blocks 138029 1726888215.75194: done extending task lists 138029 1726888215.75196: done processing included files 138029 1726888215.75197: results queue empty 138029 1726888215.75197: checking for any_errors_fatal 138029 1726888215.75208: done checking for any_errors_fatal 138029 1726888215.75209: checking for max_fail_percentage 138029 1726888215.75210: done checking for max_fail_percentage 138029 1726888215.75211: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.75212: done checking to see if all hosts have failed 138029 1726888215.75213: getting the remaining hosts for this loop 138029 1726888215.75214: done getting the remaining hosts for this loop 138029 1726888215.75216: getting the next task for host managed_node3 138029 1726888215.75221: done getting next task for host managed_node3 138029 1726888215.75224: ^ task is: TASK: Get information about VDO deduplication 138029 1726888215.75228: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.75230: getting variables 138029 1726888215.75231: in VariableManager get_vars() 138029 1726888215.75240: Calling all_inventory to load vars for managed_node3 138029 1726888215.75242: Calling groups_inventory to load vars for managed_node3 138029 1726888215.75244: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.75249: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.75251: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.75254: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.75723: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.76360: done with get_vars() 138029 1726888215.76376: done getting variables 138029 1726888215.76421: 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 VDO deduplication] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Friday 20 September 2024 23:10:15 -0400 (0:00:00.108) 0:03:48.488 ****** 138029 1726888215.76452: entering _queue_task() for managed_node3/command 138029 1726888215.76792: worker is 1 (out of 1 available) 138029 1726888215.76805: exiting _queue_task() for managed_node3/command 138029 1726888215.76817: done queuing things up, now waiting for results queue to drain 138029 1726888215.76819: waiting for pending results... 138029 1726888215.77285: running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication 138029 1726888215.77320: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000306b 138029 1726888215.77381: variable 'ansible_search_path' from source: unknown 138029 1726888215.77391: calling self._execute() 138029 1726888215.77534: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.77545: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.77560: variable 'omit' from source: magic vars 138029 1726888215.78090: variable 'storage_test_vdo_volume' from source: include params 138029 1726888215.78125: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888215.78146: when evaluation is False, skipping this task 138029 1726888215.78156: _execute() done 138029 1726888215.78254: dumping result to json 138029 1726888215.78259: done dumping result, returning 138029 1726888215.78262: done running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication [0affc8a3-6f6f-5a58-73a2-00000000306b] 138029 1726888215.78264: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000306b 138029 1726888215.78336: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000306b 138029 1726888215.78339: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888215.78403: no more pending results, returning what we have 138029 1726888215.78411: results queue empty 138029 1726888215.78413: checking for any_errors_fatal 138029 1726888215.78414: done checking for any_errors_fatal 138029 1726888215.78415: checking for max_fail_percentage 138029 1726888215.78417: done checking for max_fail_percentage 138029 1726888215.78418: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.78419: done checking to see if all hosts have failed 138029 1726888215.78419: getting the remaining hosts for this loop 138029 1726888215.78421: done getting the remaining hosts for this loop 138029 1726888215.78425: getting the next task for host managed_node3 138029 1726888215.78434: done getting next task for host managed_node3 138029 1726888215.78436: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888215.78444: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.78449: getting variables 138029 1726888215.78450: in VariableManager get_vars() 138029 1726888215.78594: Calling all_inventory to load vars for managed_node3 138029 1726888215.78597: Calling groups_inventory to load vars for managed_node3 138029 1726888215.78600: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.78612: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.78615: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.78618: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.79381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.80077: done with get_vars() 138029 1726888215.80098: done getting variables 138029 1726888215.80150: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Friday 20 September 2024 23:10:15 -0400 (0:00:00.037) 0:03:48.525 ****** 138029 1726888215.80192: entering _queue_task() for managed_node3/assert 138029 1726888215.80482: worker is 1 (out of 1 available) 138029 1726888215.80494: exiting _queue_task() for managed_node3/assert 138029 1726888215.80622: done queuing things up, now waiting for results queue to drain 138029 1726888215.80624: waiting for pending results... 138029 1726888215.80960: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888215.80987: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000306c 138029 1726888215.81006: variable 'ansible_search_path' from source: unknown 138029 1726888215.81053: calling self._execute() 138029 1726888215.81194: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.81205: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.81219: variable 'omit' from source: magic vars 138029 1726888215.81758: variable 'storage_test_vdo_volume' from source: include params 138029 1726888215.81768: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888215.81771: when evaluation is False, skipping this task 138029 1726888215.81773: _execute() done 138029 1726888215.81775: dumping result to json 138029 1726888215.81778: done dumping result, returning 138029 1726888215.81785: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-00000000306c] 138029 1726888215.81795: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000306c skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888215.82085: no more pending results, returning what we have 138029 1726888215.82089: results queue empty 138029 1726888215.82090: checking for any_errors_fatal 138029 1726888215.82099: done checking for any_errors_fatal 138029 1726888215.82100: checking for max_fail_percentage 138029 1726888215.82102: done checking for max_fail_percentage 138029 1726888215.82103: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.82104: done checking to see if all hosts have failed 138029 1726888215.82105: getting the remaining hosts for this loop 138029 1726888215.82106: done getting the remaining hosts for this loop 138029 1726888215.82110: getting the next task for host managed_node3 138029 1726888215.82117: done getting next task for host managed_node3 138029 1726888215.82119: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888215.82126: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.82130: getting variables 138029 1726888215.82132: in VariableManager get_vars() 138029 1726888215.82179: Calling all_inventory to load vars for managed_node3 138029 1726888215.82182: Calling groups_inventory to load vars for managed_node3 138029 1726888215.82185: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.82192: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000306c 138029 1726888215.82195: WORKER PROCESS EXITING 138029 1726888215.82264: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.82271: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.82274: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.82936: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.83606: done with get_vars() 138029 1726888215.83621: done getting variables 138029 1726888215.83687: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Friday 20 September 2024 23:10:15 -0400 (0:00:00.035) 0:03:48.560 ****** 138029 1726888215.83718: entering _queue_task() for managed_node3/assert 138029 1726888215.84172: worker is 1 (out of 1 available) 138029 1726888215.84181: exiting _queue_task() for managed_node3/assert 138029 1726888215.84191: done queuing things up, now waiting for results queue to drain 138029 1726888215.84192: waiting for pending results... 138029 1726888215.84394: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888215.84498: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000306d 138029 1726888215.84526: variable 'ansible_search_path' from source: unknown 138029 1726888215.84567: calling self._execute() 138029 1726888215.84726: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.84730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.84733: variable 'omit' from source: magic vars 138029 1726888215.85235: variable 'storage_test_vdo_volume' from source: include params 138029 1726888215.85361: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888215.85368: when evaluation is False, skipping this task 138029 1726888215.85371: _execute() done 138029 1726888215.85373: dumping result to json 138029 1726888215.85376: done dumping result, returning 138029 1726888215.85378: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-00000000306d] 138029 1726888215.85380: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000306d 138029 1726888215.85461: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000306d 138029 1726888215.85564: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888215.85619: no more pending results, returning what we have 138029 1726888215.85623: results queue empty 138029 1726888215.85624: checking for any_errors_fatal 138029 1726888215.85634: done checking for any_errors_fatal 138029 1726888215.85635: checking for max_fail_percentage 138029 1726888215.85637: done checking for max_fail_percentage 138029 1726888215.85638: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.85639: done checking to see if all hosts have failed 138029 1726888215.85639: getting the remaining hosts for this loop 138029 1726888215.85641: done getting the remaining hosts for this loop 138029 1726888215.85644: getting the next task for host managed_node3 138029 1726888215.85651: done getting next task for host managed_node3 138029 1726888215.85654: ^ task is: TASK: Get information about VDO compression 138029 1726888215.85663: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.85671: getting variables 138029 1726888215.85672: in VariableManager get_vars() 138029 1726888215.85705: Calling all_inventory to load vars for managed_node3 138029 1726888215.85825: Calling groups_inventory to load vars for managed_node3 138029 1726888215.85828: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.85838: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.85841: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.85844: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.86441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.87107: done with get_vars() 138029 1726888215.87130: done getting variables 138029 1726888215.87188: 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 VDO compression] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Friday 20 September 2024 23:10:15 -0400 (0:00:00.035) 0:03:48.595 ****** 138029 1726888215.87221: entering _queue_task() for managed_node3/command 138029 1726888215.87598: worker is 1 (out of 1 available) 138029 1726888215.87609: exiting _queue_task() for managed_node3/command 138029 1726888215.87618: done queuing things up, now waiting for results queue to drain 138029 1726888215.87620: waiting for pending results... 138029 1726888215.87857: running TaskExecutor() for managed_node3/TASK: Get information about VDO compression 138029 1726888215.87990: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000306e 138029 1726888215.88061: variable 'ansible_search_path' from source: unknown 138029 1726888215.88067: calling self._execute() 138029 1726888215.88189: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.88204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.88225: variable 'omit' from source: magic vars 138029 1726888215.88725: variable 'storage_test_vdo_volume' from source: include params 138029 1726888215.88858: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888215.88861: when evaluation is False, skipping this task 138029 1726888215.88865: _execute() done 138029 1726888215.88870: dumping result to json 138029 1726888215.88872: done dumping result, returning 138029 1726888215.88875: done running TaskExecutor() for managed_node3/TASK: Get information about VDO compression [0affc8a3-6f6f-5a58-73a2-00000000306e] 138029 1726888215.88877: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000306e 138029 1726888215.88944: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000306e 138029 1726888215.88947: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888215.89007: no more pending results, returning what we have 138029 1726888215.89010: results queue empty 138029 1726888215.89012: checking for any_errors_fatal 138029 1726888215.89023: done checking for any_errors_fatal 138029 1726888215.89024: checking for max_fail_percentage 138029 1726888215.89026: done checking for max_fail_percentage 138029 1726888215.89027: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.89027: done checking to see if all hosts have failed 138029 1726888215.89028: getting the remaining hosts for this loop 138029 1726888215.89030: done getting the remaining hosts for this loop 138029 1726888215.89033: getting the next task for host managed_node3 138029 1726888215.89042: done getting next task for host managed_node3 138029 1726888215.89044: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888215.89050: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.89057: getting variables 138029 1726888215.89059: in VariableManager get_vars() 138029 1726888215.89094: Calling all_inventory to load vars for managed_node3 138029 1726888215.89097: Calling groups_inventory to load vars for managed_node3 138029 1726888215.89100: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.89113: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.89116: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.89119: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.90158: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.95930: done with get_vars() 138029 1726888215.95946: done getting variables 138029 1726888215.96006: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Friday 20 September 2024 23:10:15 -0400 (0:00:00.088) 0:03:48.683 ****** 138029 1726888215.96037: entering _queue_task() for managed_node3/assert 138029 1726888215.96391: worker is 1 (out of 1 available) 138029 1726888215.96404: exiting _queue_task() for managed_node3/assert 138029 1726888215.96416: done queuing things up, now waiting for results queue to drain 138029 1726888215.96419: waiting for pending results... 138029 1726888215.96786: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888215.96793: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000306f 138029 1726888215.96862: variable 'ansible_search_path' from source: unknown 138029 1726888215.96884: calling self._execute() 138029 1726888215.96957: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888215.96967: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888215.96975: variable 'omit' from source: magic vars 138029 1726888215.97409: variable 'storage_test_vdo_volume' from source: include params 138029 1726888215.97442: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888215.97445: when evaluation is False, skipping this task 138029 1726888215.97450: _execute() done 138029 1726888215.97453: dumping result to json 138029 1726888215.97458: done dumping result, returning 138029 1726888215.97461: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-00000000306f] 138029 1726888215.97534: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000306f 138029 1726888215.97615: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000306f 138029 1726888215.97618: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888215.97685: no more pending results, returning what we have 138029 1726888215.97688: results queue empty 138029 1726888215.97688: checking for any_errors_fatal 138029 1726888215.97695: done checking for any_errors_fatal 138029 1726888215.97696: checking for max_fail_percentage 138029 1726888215.97697: done checking for max_fail_percentage 138029 1726888215.97698: checking to see if all hosts have failed and the running result is not ok 138029 1726888215.97699: done checking to see if all hosts have failed 138029 1726888215.97699: getting the remaining hosts for this loop 138029 1726888215.97701: done getting the remaining hosts for this loop 138029 1726888215.97704: getting the next task for host managed_node3 138029 1726888215.97711: done getting next task for host managed_node3 138029 1726888215.97714: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888215.97720: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888215.97724: getting variables 138029 1726888215.97725: in VariableManager get_vars() 138029 1726888215.97809: Calling all_inventory to load vars for managed_node3 138029 1726888215.97813: Calling groups_inventory to load vars for managed_node3 138029 1726888215.97816: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888215.97825: Calling all_plugins_play to load vars for managed_node3 138029 1726888215.97828: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888215.97831: Calling groups_plugins_play to load vars for managed_node3 138029 1726888215.98346: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888215.99104: done with get_vars() 138029 1726888215.99147: done getting variables 138029 1726888215.99241: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Friday 20 September 2024 23:10:15 -0400 (0:00:00.032) 0:03:48.716 ****** 138029 1726888215.99284: entering _queue_task() for managed_node3/assert 138029 1726888215.99652: worker is 1 (out of 1 available) 138029 1726888215.99867: exiting _queue_task() for managed_node3/assert 138029 1726888215.99879: done queuing things up, now waiting for results queue to drain 138029 1726888215.99881: waiting for pending results... 138029 1726888216.00575: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888216.00580: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003070 138029 1726888216.00588: variable 'ansible_search_path' from source: unknown 138029 1726888216.00626: calling self._execute() 138029 1726888216.01086: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.01090: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.01101: variable 'omit' from source: magic vars 138029 1726888216.01743: variable 'storage_test_vdo_volume' from source: include params 138029 1726888216.01860: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888216.01864: when evaluation is False, skipping this task 138029 1726888216.01869: _execute() done 138029 1726888216.01872: dumping result to json 138029 1726888216.01876: done dumping result, returning 138029 1726888216.01878: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000003070] 138029 1726888216.01880: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003070 138029 1726888216.02096: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003070 138029 1726888216.02099: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888216.02154: no more pending results, returning what we have 138029 1726888216.02161: results queue empty 138029 1726888216.02162: checking for any_errors_fatal 138029 1726888216.02171: done checking for any_errors_fatal 138029 1726888216.02172: checking for max_fail_percentage 138029 1726888216.02174: done checking for max_fail_percentage 138029 1726888216.02175: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.02176: done checking to see if all hosts have failed 138029 1726888216.02177: getting the remaining hosts for this loop 138029 1726888216.02178: done getting the remaining hosts for this loop 138029 1726888216.02182: getting the next task for host managed_node3 138029 1726888216.02192: done getting next task for host managed_node3 138029 1726888216.02195: ^ task is: TASK: Clear test variables 138029 1726888216.02204: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.02209: getting variables 138029 1726888216.02210: in VariableManager get_vars() 138029 1726888216.02245: Calling all_inventory to load vars for managed_node3 138029 1726888216.02248: Calling groups_inventory to load vars for managed_node3 138029 1726888216.02252: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.02267: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.02271: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.02275: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.04387: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.05032: done with get_vars() 138029 1726888216.05048: done getting variables 138029 1726888216.05129: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-vdo.yml:46 Friday 20 September 2024 23:10:16 -0400 (0:00:00.058) 0:03:48.775 ****** 138029 1726888216.05170: entering _queue_task() for managed_node3/set_fact 138029 1726888216.05697: worker is 1 (out of 1 available) 138029 1726888216.05709: exiting _queue_task() for managed_node3/set_fact 138029 1726888216.05720: done queuing things up, now waiting for results queue to drain 138029 1726888216.05721: waiting for pending results... 138029 1726888216.06000: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888216.06206: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003072 138029 1726888216.06210: variable 'ansible_search_path' from source: unknown 138029 1726888216.06214: calling self._execute() 138029 1726888216.06247: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.06254: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.06270: variable 'omit' from source: magic vars 138029 1726888216.06389: variable 'omit' from source: magic vars 138029 1726888216.06460: variable 'omit' from source: magic vars 138029 1726888216.06497: variable 'omit' from source: magic vars 138029 1726888216.06543: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888216.06583: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888216.06602: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888216.06636: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888216.06640: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888216.06657: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888216.06674: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888216.06747: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888216.06750: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.06754: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.06839: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888216.06843: Set connection var ansible_timeout to 10 138029 1726888216.06856: Set connection var ansible_pipelining to False 138029 1726888216.06860: Set connection var ansible_shell_type to sh 138029 1726888216.06862: Set connection var ansible_connection to ssh 138029 1726888216.06864: Set connection var ansible_shell_executable to /bin/sh 138029 1726888216.06886: variable 'ansible_shell_executable' from source: unknown 138029 1726888216.06889: variable 'ansible_connection' from source: unknown 138029 1726888216.06892: variable 'ansible_module_compression' from source: unknown 138029 1726888216.06896: variable 'ansible_shell_type' from source: unknown 138029 1726888216.06898: variable 'ansible_shell_executable' from source: unknown 138029 1726888216.06901: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.06903: variable 'ansible_pipelining' from source: unknown 138029 1726888216.06905: variable 'ansible_timeout' from source: unknown 138029 1726888216.06910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.07060: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888216.07074: variable 'omit' from source: magic vars 138029 1726888216.07078: starting attempt loop 138029 1726888216.07081: running the handler 138029 1726888216.07089: handler run complete 138029 1726888216.07099: attempt loop complete, returning result 138029 1726888216.07102: _execute() done 138029 1726888216.07105: dumping result to json 138029 1726888216.07107: done dumping result, returning 138029 1726888216.07115: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000003072] 138029 1726888216.07182: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003072 138029 1726888216.07241: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003072 138029 1726888216.07244: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } 138029 1726888216.07315: no more pending results, returning what we have 138029 1726888216.07319: results queue empty 138029 1726888216.07320: checking for any_errors_fatal 138029 1726888216.07330: done checking for any_errors_fatal 138029 1726888216.07331: checking for max_fail_percentage 138029 1726888216.07333: done checking for max_fail_percentage 138029 1726888216.07334: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.07335: done checking to see if all hosts have failed 138029 1726888216.07335: getting the remaining hosts for this loop 138029 1726888216.07337: done getting the remaining hosts for this loop 138029 1726888216.07341: getting the next task for host managed_node3 138029 1726888216.07365: done getting next task for host managed_node3 138029 1726888216.07368: ^ task is: TASK: Get information about VDO deduplication 138029 1726888216.07378: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.07385: getting variables 138029 1726888216.07386: in VariableManager get_vars() 138029 1726888216.07421: Calling all_inventory to load vars for managed_node3 138029 1726888216.07425: Calling groups_inventory to load vars for managed_node3 138029 1726888216.07428: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.07440: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.07444: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.07447: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.08688: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.09970: done with get_vars() 138029 1726888216.09986: done getting variables 138029 1726888216.10040: 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 VDO deduplication] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Friday 20 September 2024 23:10:16 -0400 (0:00:00.051) 0:03:48.826 ****** 138029 1726888216.10304: entering _queue_task() for managed_node3/command 138029 1726888216.10874: worker is 1 (out of 1 available) 138029 1726888216.10887: exiting _queue_task() for managed_node3/command 138029 1726888216.10898: done queuing things up, now waiting for results queue to drain 138029 1726888216.10900: waiting for pending results... 138029 1726888216.11731: running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication 138029 1726888216.11737: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003077 138029 1726888216.11741: variable 'ansible_search_path' from source: unknown 138029 1726888216.11745: calling self._execute() 138029 1726888216.11828: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.11832: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.11843: variable 'omit' from source: magic vars 138029 1726888216.12307: variable 'storage_test_vdo_volume' from source: include params 138029 1726888216.12337: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888216.12346: when evaluation is False, skipping this task 138029 1726888216.12349: _execute() done 138029 1726888216.12353: dumping result to json 138029 1726888216.12357: done dumping result, returning 138029 1726888216.12367: done running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication [0affc8a3-6f6f-5a58-73a2-000000003077] 138029 1726888216.12370: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003077 138029 1726888216.12624: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003077 138029 1726888216.12626: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888216.12705: no more pending results, returning what we have 138029 1726888216.12708: results queue empty 138029 1726888216.12709: checking for any_errors_fatal 138029 1726888216.12716: done checking for any_errors_fatal 138029 1726888216.12717: checking for max_fail_percentage 138029 1726888216.12718: done checking for max_fail_percentage 138029 1726888216.12719: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.12719: done checking to see if all hosts have failed 138029 1726888216.12720: getting the remaining hosts for this loop 138029 1726888216.12722: done getting the remaining hosts for this loop 138029 1726888216.12725: getting the next task for host managed_node3 138029 1726888216.12733: done getting next task for host managed_node3 138029 1726888216.12735: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888216.12741: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.12746: getting variables 138029 1726888216.12747: in VariableManager get_vars() 138029 1726888216.12777: Calling all_inventory to load vars for managed_node3 138029 1726888216.12780: Calling groups_inventory to load vars for managed_node3 138029 1726888216.12783: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.12793: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.12796: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.12799: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.13924: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.15111: done with get_vars() 138029 1726888216.15127: done getting variables 138029 1726888216.15188: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Friday 20 September 2024 23:10:16 -0400 (0:00:00.049) 0:03:48.875 ****** 138029 1726888216.15223: entering _queue_task() for managed_node3/assert 138029 1726888216.15904: worker is 1 (out of 1 available) 138029 1726888216.15918: exiting _queue_task() for managed_node3/assert 138029 1726888216.15930: done queuing things up, now waiting for results queue to drain 138029 1726888216.15931: waiting for pending results... 138029 1726888216.16663: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888216.16719: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003078 138029 1726888216.16780: variable 'ansible_search_path' from source: unknown 138029 1726888216.16962: calling self._execute() 138029 1726888216.17121: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.17133: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.17410: variable 'omit' from source: magic vars 138029 1726888216.18119: variable 'storage_test_vdo_volume' from source: include params 138029 1726888216.18207: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888216.18268: when evaluation is False, skipping this task 138029 1726888216.18388: _execute() done 138029 1726888216.18392: dumping result to json 138029 1726888216.18394: done dumping result, returning 138029 1726888216.18397: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-000000003078] 138029 1726888216.18399: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003078 138029 1726888216.18475: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003078 138029 1726888216.18478: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888216.18529: no more pending results, returning what we have 138029 1726888216.18533: results queue empty 138029 1726888216.18535: checking for any_errors_fatal 138029 1726888216.18542: done checking for any_errors_fatal 138029 1726888216.18543: checking for max_fail_percentage 138029 1726888216.18545: done checking for max_fail_percentage 138029 1726888216.18546: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.18547: done checking to see if all hosts have failed 138029 1726888216.18547: getting the remaining hosts for this loop 138029 1726888216.18549: done getting the remaining hosts for this loop 138029 1726888216.18553: getting the next task for host managed_node3 138029 1726888216.18565: done getting next task for host managed_node3 138029 1726888216.18568: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888216.18578: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.18583: getting variables 138029 1726888216.18585: in VariableManager get_vars() 138029 1726888216.18620: Calling all_inventory to load vars for managed_node3 138029 1726888216.18622: Calling groups_inventory to load vars for managed_node3 138029 1726888216.18625: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.18638: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.18641: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.18643: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.19882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.21083: done with get_vars() 138029 1726888216.21101: done getting variables 138029 1726888216.21365: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Friday 20 September 2024 23:10:16 -0400 (0:00:00.061) 0:03:48.937 ****** 138029 1726888216.21403: entering _queue_task() for managed_node3/assert 138029 1726888216.21814: worker is 1 (out of 1 available) 138029 1726888216.21827: exiting _queue_task() for managed_node3/assert 138029 1726888216.21840: done queuing things up, now waiting for results queue to drain 138029 1726888216.21842: waiting for pending results... 138029 1726888216.22535: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888216.22790: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003079 138029 1726888216.22804: variable 'ansible_search_path' from source: unknown 138029 1726888216.22854: calling self._execute() 138029 1726888216.23162: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.23169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.23180: variable 'omit' from source: magic vars 138029 1726888216.24125: variable 'storage_test_vdo_volume' from source: include params 138029 1726888216.24160: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888216.24164: when evaluation is False, skipping this task 138029 1726888216.24170: _execute() done 138029 1726888216.24173: dumping result to json 138029 1726888216.24176: done dumping result, returning 138029 1726888216.24179: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000003079] 138029 1726888216.24184: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003079 138029 1726888216.24339: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003079 138029 1726888216.24343: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888216.24396: no more pending results, returning what we have 138029 1726888216.24401: results queue empty 138029 1726888216.24402: checking for any_errors_fatal 138029 1726888216.24414: done checking for any_errors_fatal 138029 1726888216.24415: checking for max_fail_percentage 138029 1726888216.24416: done checking for max_fail_percentage 138029 1726888216.24417: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.24419: done checking to see if all hosts have failed 138029 1726888216.24419: getting the remaining hosts for this loop 138029 1726888216.24421: done getting the remaining hosts for this loop 138029 1726888216.24426: getting the next task for host managed_node3 138029 1726888216.24434: done getting next task for host managed_node3 138029 1726888216.24437: ^ task is: TASK: Get information about VDO compression 138029 1726888216.24447: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.24453: getting variables 138029 1726888216.24457: in VariableManager get_vars() 138029 1726888216.24493: Calling all_inventory to load vars for managed_node3 138029 1726888216.24497: Calling groups_inventory to load vars for managed_node3 138029 1726888216.24501: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.24513: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.24516: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.24518: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.25744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.27724: done with get_vars() 138029 1726888216.27742: done getting variables 138029 1726888216.27803: 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 VDO compression] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Friday 20 September 2024 23:10:16 -0400 (0:00:00.064) 0:03:49.001 ****** 138029 1726888216.27839: entering _queue_task() for managed_node3/command 138029 1726888216.28564: worker is 1 (out of 1 available) 138029 1726888216.28576: exiting _queue_task() for managed_node3/command 138029 1726888216.28588: done queuing things up, now waiting for results queue to drain 138029 1726888216.28590: waiting for pending results... 138029 1726888216.29477: running TaskExecutor() for managed_node3/TASK: Get information about VDO compression 138029 1726888216.29552: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000307a 138029 1726888216.29598: variable 'ansible_search_path' from source: unknown 138029 1726888216.29764: calling self._execute() 138029 1726888216.29947: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.29953: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.29972: variable 'omit' from source: magic vars 138029 1726888216.30825: variable 'storage_test_vdo_volume' from source: include params 138029 1726888216.30981: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888216.30984: when evaluation is False, skipping this task 138029 1726888216.30987: _execute() done 138029 1726888216.30990: dumping result to json 138029 1726888216.30993: done dumping result, returning 138029 1726888216.30998: done running TaskExecutor() for managed_node3/TASK: Get information about VDO compression [0affc8a3-6f6f-5a58-73a2-00000000307a] 138029 1726888216.31007: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000307a 138029 1726888216.31183: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000307a 138029 1726888216.31187: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888216.31245: no more pending results, returning what we have 138029 1726888216.31249: results queue empty 138029 1726888216.31250: checking for any_errors_fatal 138029 1726888216.31267: done checking for any_errors_fatal 138029 1726888216.31268: checking for max_fail_percentage 138029 1726888216.31270: done checking for max_fail_percentage 138029 1726888216.31271: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.31272: done checking to see if all hosts have failed 138029 1726888216.31273: getting the remaining hosts for this loop 138029 1726888216.31274: done getting the remaining hosts for this loop 138029 1726888216.31278: getting the next task for host managed_node3 138029 1726888216.31288: done getting next task for host managed_node3 138029 1726888216.31291: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888216.31302: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.31307: getting variables 138029 1726888216.31309: in VariableManager get_vars() 138029 1726888216.31348: Calling all_inventory to load vars for managed_node3 138029 1726888216.31351: Calling groups_inventory to load vars for managed_node3 138029 1726888216.31759: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.31773: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.31777: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.31780: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.32621: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.33822: done with get_vars() 138029 1726888216.33837: done getting variables 138029 1726888216.34099: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Friday 20 September 2024 23:10:16 -0400 (0:00:00.062) 0:03:49.064 ****** 138029 1726888216.34136: entering _queue_task() for managed_node3/assert 138029 1726888216.34621: worker is 1 (out of 1 available) 138029 1726888216.34635: exiting _queue_task() for managed_node3/assert 138029 1726888216.34649: done queuing things up, now waiting for results queue to drain 138029 1726888216.34651: waiting for pending results... 138029 1726888216.35381: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888216.35673: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000307b 138029 1726888216.35677: variable 'ansible_search_path' from source: unknown 138029 1726888216.35786: calling self._execute() 138029 1726888216.36104: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.36261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.36269: variable 'omit' from source: magic vars 138029 1726888216.37493: variable 'storage_test_vdo_volume' from source: include params 138029 1726888216.37497: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888216.37501: when evaluation is False, skipping this task 138029 1726888216.37503: _execute() done 138029 1726888216.37506: dumping result to json 138029 1726888216.37508: done dumping result, returning 138029 1726888216.37511: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-00000000307b] 138029 1726888216.37513: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000307b 138029 1726888216.37810: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000307b 138029 1726888216.37814: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888216.37867: no more pending results, returning what we have 138029 1726888216.37872: results queue empty 138029 1726888216.37873: checking for any_errors_fatal 138029 1726888216.37883: done checking for any_errors_fatal 138029 1726888216.37884: checking for max_fail_percentage 138029 1726888216.37886: done checking for max_fail_percentage 138029 1726888216.37887: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.37889: done checking to see if all hosts have failed 138029 1726888216.37889: getting the remaining hosts for this loop 138029 1726888216.37891: done getting the remaining hosts for this loop 138029 1726888216.37895: getting the next task for host managed_node3 138029 1726888216.37903: done getting next task for host managed_node3 138029 1726888216.37906: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888216.37916: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.37923: getting variables 138029 1726888216.37925: in VariableManager get_vars() 138029 1726888216.37963: Calling all_inventory to load vars for managed_node3 138029 1726888216.37966: Calling groups_inventory to load vars for managed_node3 138029 1726888216.37970: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.37983: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.37988: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.37991: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.39277: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.40472: done with get_vars() 138029 1726888216.40488: done getting variables 138029 1726888216.40552: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Friday 20 September 2024 23:10:16 -0400 (0:00:00.066) 0:03:49.131 ****** 138029 1726888216.40792: entering _queue_task() for managed_node3/assert 138029 1726888216.41395: worker is 1 (out of 1 available) 138029 1726888216.41408: exiting _queue_task() for managed_node3/assert 138029 1726888216.41420: done queuing things up, now waiting for results queue to drain 138029 1726888216.41421: waiting for pending results... 138029 1726888216.41878: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888216.42262: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000307c 138029 1726888216.42280: variable 'ansible_search_path' from source: unknown 138029 1726888216.42461: calling self._execute() 138029 1726888216.42671: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.42733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.42754: variable 'omit' from source: magic vars 138029 1726888216.43786: variable 'storage_test_vdo_volume' from source: include params 138029 1726888216.43903: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888216.43927: when evaluation is False, skipping this task 138029 1726888216.43935: _execute() done 138029 1726888216.43956: dumping result to json 138029 1726888216.43967: done dumping result, returning 138029 1726888216.43978: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-00000000307c] 138029 1726888216.44031: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000307c 138029 1726888216.44120: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000307c 138029 1726888216.44123: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888216.44399: no more pending results, returning what we have 138029 1726888216.44402: results queue empty 138029 1726888216.44403: checking for any_errors_fatal 138029 1726888216.44410: done checking for any_errors_fatal 138029 1726888216.44410: checking for max_fail_percentage 138029 1726888216.44412: done checking for max_fail_percentage 138029 1726888216.44413: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.44414: done checking to see if all hosts have failed 138029 1726888216.44414: getting the remaining hosts for this loop 138029 1726888216.44416: done getting the remaining hosts for this loop 138029 1726888216.44419: getting the next task for host managed_node3 138029 1726888216.44429: done getting next task for host managed_node3 138029 1726888216.44432: ^ task is: TASK: Clear test variables 138029 1726888216.44438: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.44442: getting variables 138029 1726888216.44443: in VariableManager get_vars() 138029 1726888216.44475: Calling all_inventory to load vars for managed_node3 138029 1726888216.44478: Calling groups_inventory to load vars for managed_node3 138029 1726888216.44480: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.44489: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.44492: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.44495: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.45618: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.46704: done with get_vars() 138029 1726888216.46720: done getting variables 138029 1726888216.46778: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-vdo.yml:46 Friday 20 September 2024 23:10:16 -0400 (0:00:00.060) 0:03:49.191 ****** 138029 1726888216.46825: entering _queue_task() for managed_node3/set_fact 138029 1726888216.47121: worker is 1 (out of 1 available) 138029 1726888216.47136: exiting _queue_task() for managed_node3/set_fact 138029 1726888216.47149: done queuing things up, now waiting for results queue to drain 138029 1726888216.47151: waiting for pending results... 138029 1726888216.47481: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888216.47662: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000307e 138029 1726888216.47670: variable 'ansible_search_path' from source: unknown 138029 1726888216.47673: calling self._execute() 138029 1726888216.47802: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.47814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.47833: variable 'omit' from source: magic vars 138029 1726888216.47967: variable 'omit' from source: magic vars 138029 1726888216.48057: variable 'omit' from source: magic vars 138029 1726888216.48117: variable 'omit' from source: magic vars 138029 1726888216.48157: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888216.48226: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888216.48237: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888216.48267: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888216.48337: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888216.48345: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888216.48348: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888216.48383: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888216.48391: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.48398: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.48586: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888216.48599: Set connection var ansible_timeout to 10 138029 1726888216.48610: Set connection var ansible_pipelining to False 138029 1726888216.48617: Set connection var ansible_shell_type to sh 138029 1726888216.48625: Set connection var ansible_connection to ssh 138029 1726888216.48654: Set connection var ansible_shell_executable to /bin/sh 138029 1726888216.49040: variable 'ansible_shell_executable' from source: unknown 138029 1726888216.49044: variable 'ansible_connection' from source: unknown 138029 1726888216.49046: variable 'ansible_module_compression' from source: unknown 138029 1726888216.49048: variable 'ansible_shell_type' from source: unknown 138029 1726888216.49051: variable 'ansible_shell_executable' from source: unknown 138029 1726888216.49052: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.49054: variable 'ansible_pipelining' from source: unknown 138029 1726888216.49060: variable 'ansible_timeout' from source: unknown 138029 1726888216.49062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.49215: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888216.49462: variable 'omit' from source: magic vars 138029 1726888216.49468: starting attempt loop 138029 1726888216.49471: running the handler 138029 1726888216.49473: handler run complete 138029 1726888216.49475: attempt loop complete, returning result 138029 1726888216.49477: _execute() done 138029 1726888216.49479: dumping result to json 138029 1726888216.49481: done dumping result, returning 138029 1726888216.49483: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-00000000307e] 138029 1726888216.49485: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000307e 138029 1726888216.49557: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000307e 138029 1726888216.49561: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } 138029 1726888216.49620: no more pending results, returning what we have 138029 1726888216.49623: results queue empty 138029 1726888216.49624: checking for any_errors_fatal 138029 1726888216.49636: done checking for any_errors_fatal 138029 1726888216.49636: checking for max_fail_percentage 138029 1726888216.49638: done checking for max_fail_percentage 138029 1726888216.49639: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.49639: done checking to see if all hosts have failed 138029 1726888216.49640: getting the remaining hosts for this loop 138029 1726888216.49642: done getting the remaining hosts for this loop 138029 1726888216.49645: getting the next task for host managed_node3 138029 1726888216.49659: done getting next task for host managed_node3 138029 1726888216.49663: ^ task is: TASK: Get information about VDO deduplication 138029 1726888216.49672: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.49678: getting variables 138029 1726888216.49679: in VariableManager get_vars() 138029 1726888216.49715: Calling all_inventory to load vars for managed_node3 138029 1726888216.49719: Calling groups_inventory to load vars for managed_node3 138029 1726888216.49723: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.49734: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.49738: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.49740: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.51286: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.52613: done with get_vars() 138029 1726888216.52638: done getting variables 138029 1726888216.52701: 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 VDO deduplication] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Friday 20 September 2024 23:10:16 -0400 (0:00:00.059) 0:03:49.250 ****** 138029 1726888216.52742: entering _queue_task() for managed_node3/command 138029 1726888216.53429: worker is 1 (out of 1 available) 138029 1726888216.53442: exiting _queue_task() for managed_node3/command 138029 1726888216.53454: done queuing things up, now waiting for results queue to drain 138029 1726888216.53659: waiting for pending results... 138029 1726888216.54095: running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication 138029 1726888216.54386: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003083 138029 1726888216.54405: variable 'ansible_search_path' from source: unknown 138029 1726888216.54435: calling self._execute() 138029 1726888216.54763: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.54770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.54774: variable 'omit' from source: magic vars 138029 1726888216.55658: variable 'storage_test_vdo_volume' from source: include params 138029 1726888216.55689: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888216.55692: when evaluation is False, skipping this task 138029 1726888216.55933: _execute() done 138029 1726888216.55937: dumping result to json 138029 1726888216.55940: done dumping result, returning 138029 1726888216.55942: done running TaskExecutor() for managed_node3/TASK: Get information about VDO deduplication [0affc8a3-6f6f-5a58-73a2-000000003083] 138029 1726888216.55944: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003083 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888216.56161: no more pending results, returning what we have 138029 1726888216.56165: results queue empty 138029 1726888216.56166: checking for any_errors_fatal 138029 1726888216.56175: done checking for any_errors_fatal 138029 1726888216.56176: checking for max_fail_percentage 138029 1726888216.56178: done checking for max_fail_percentage 138029 1726888216.56179: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.56180: done checking to see if all hosts have failed 138029 1726888216.56180: getting the remaining hosts for this loop 138029 1726888216.56182: done getting the remaining hosts for this loop 138029 1726888216.56187: getting the next task for host managed_node3 138029 1726888216.56197: done getting next task for host managed_node3 138029 1726888216.56199: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888216.56209: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.56214: getting variables 138029 1726888216.56216: in VariableManager get_vars() 138029 1726888216.56557: Calling all_inventory to load vars for managed_node3 138029 1726888216.56562: Calling groups_inventory to load vars for managed_node3 138029 1726888216.56566: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.56578: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.56582: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.56585: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.57341: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003083 138029 1726888216.57345: WORKER PROCESS EXITING 138029 1726888216.57705: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.58719: done with get_vars() 138029 1726888216.58733: done getting variables 138029 1726888216.58995: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Friday 20 September 2024 23:10:16 -0400 (0:00:00.062) 0:03:49.313 ****** 138029 1726888216.59032: entering _queue_task() for managed_node3/assert 138029 1726888216.59530: worker is 1 (out of 1 available) 138029 1726888216.59544: exiting _queue_task() for managed_node3/assert 138029 1726888216.59759: done queuing things up, now waiting for results queue to drain 138029 1726888216.59762: waiting for pending results... 138029 1726888216.60159: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888216.60285: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003084 138029 1726888216.60439: variable 'ansible_search_path' from source: unknown 138029 1726888216.60482: calling self._execute() 138029 1726888216.60734: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.60970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.60974: variable 'omit' from source: magic vars 138029 1726888216.61879: variable 'storage_test_vdo_volume' from source: include params 138029 1726888216.61914: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888216.61922: when evaluation is False, skipping this task 138029 1726888216.61930: _execute() done 138029 1726888216.61939: dumping result to json 138029 1726888216.62168: done dumping result, returning 138029 1726888216.62171: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-000000003084] 138029 1726888216.62173: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003084 138029 1726888216.62253: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003084 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888216.62309: no more pending results, returning what we have 138029 1726888216.62314: results queue empty 138029 1726888216.62316: checking for any_errors_fatal 138029 1726888216.62327: done checking for any_errors_fatal 138029 1726888216.62328: checking for max_fail_percentage 138029 1726888216.62331: done checking for max_fail_percentage 138029 1726888216.62332: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.62333: done checking to see if all hosts have failed 138029 1726888216.62334: getting the remaining hosts for this loop 138029 1726888216.62335: done getting the remaining hosts for this loop 138029 1726888216.62340: getting the next task for host managed_node3 138029 1726888216.62349: done getting next task for host managed_node3 138029 1726888216.62352: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888216.62363: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.62370: getting variables 138029 1726888216.62372: in VariableManager get_vars() 138029 1726888216.62408: Calling all_inventory to load vars for managed_node3 138029 1726888216.62411: Calling groups_inventory to load vars for managed_node3 138029 1726888216.62414: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.62428: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.62432: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.62435: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.62957: WORKER PROCESS EXITING 138029 1726888216.63661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.65621: done with get_vars() 138029 1726888216.65636: done getting variables 138029 1726888216.65697: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Friday 20 September 2024 23:10:16 -0400 (0:00:00.066) 0:03:49.380 ****** 138029 1726888216.65733: entering _queue_task() for managed_node3/assert 138029 1726888216.66454: worker is 1 (out of 1 available) 138029 1726888216.66471: exiting _queue_task() for managed_node3/assert 138029 1726888216.66483: done queuing things up, now waiting for results queue to drain 138029 1726888216.66485: waiting for pending results... 138029 1726888216.67096: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888216.67518: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003085 138029 1726888216.67522: variable 'ansible_search_path' from source: unknown 138029 1726888216.67526: calling self._execute() 138029 1726888216.67777: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.67789: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.67802: variable 'omit' from source: magic vars 138029 1726888216.68794: variable 'storage_test_vdo_volume' from source: include params 138029 1726888216.68949: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888216.69035: when evaluation is False, skipping this task 138029 1726888216.69039: _execute() done 138029 1726888216.69041: dumping result to json 138029 1726888216.69044: done dumping result, returning 138029 1726888216.69046: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000003085] 138029 1726888216.69049: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003085 138029 1726888216.69127: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003085 138029 1726888216.69130: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888216.69186: no more pending results, returning what we have 138029 1726888216.69191: results queue empty 138029 1726888216.69192: checking for any_errors_fatal 138029 1726888216.69206: done checking for any_errors_fatal 138029 1726888216.69207: checking for max_fail_percentage 138029 1726888216.69209: done checking for max_fail_percentage 138029 1726888216.69210: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.69211: done checking to see if all hosts have failed 138029 1726888216.69212: getting the remaining hosts for this loop 138029 1726888216.69214: done getting the remaining hosts for this loop 138029 1726888216.69218: getting the next task for host managed_node3 138029 1726888216.69228: done getting next task for host managed_node3 138029 1726888216.69232: ^ task is: TASK: Get information about VDO compression 138029 1726888216.69241: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.69249: getting variables 138029 1726888216.69250: in VariableManager get_vars() 138029 1726888216.69288: Calling all_inventory to load vars for managed_node3 138029 1726888216.69292: Calling groups_inventory to load vars for managed_node3 138029 1726888216.69295: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.69308: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.69312: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.69314: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.70565: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.71782: done with get_vars() 138029 1726888216.71798: done getting variables 138029 1726888216.71852: 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 VDO compression] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Friday 20 September 2024 23:10:16 -0400 (0:00:00.063) 0:03:49.444 ****** 138029 1726888216.72092: entering _queue_task() for managed_node3/command 138029 1726888216.72603: worker is 1 (out of 1 available) 138029 1726888216.72616: exiting _queue_task() for managed_node3/command 138029 1726888216.72627: done queuing things up, now waiting for results queue to drain 138029 1726888216.72629: waiting for pending results... 138029 1726888216.73121: running TaskExecutor() for managed_node3/TASK: Get information about VDO compression 138029 1726888216.73503: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003086 138029 1726888216.73507: variable 'ansible_search_path' from source: unknown 138029 1726888216.73510: calling self._execute() 138029 1726888216.73936: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.73940: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.73944: variable 'omit' from source: magic vars 138029 1726888216.74746: variable 'storage_test_vdo_volume' from source: include params 138029 1726888216.74828: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888216.74836: when evaluation is False, skipping this task 138029 1726888216.74843: _execute() done 138029 1726888216.74849: dumping result to json 138029 1726888216.74857: done dumping result, returning 138029 1726888216.74871: done running TaskExecutor() for managed_node3/TASK: Get information about VDO compression [0affc8a3-6f6f-5a58-73a2-000000003086] 138029 1726888216.74879: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003086 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888216.75082: no more pending results, returning what we have 138029 1726888216.75086: results queue empty 138029 1726888216.75087: checking for any_errors_fatal 138029 1726888216.75097: done checking for any_errors_fatal 138029 1726888216.75098: checking for max_fail_percentage 138029 1726888216.75099: done checking for max_fail_percentage 138029 1726888216.75100: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.75101: done checking to see if all hosts have failed 138029 1726888216.75102: getting the remaining hosts for this loop 138029 1726888216.75103: done getting the remaining hosts for this loop 138029 1726888216.75107: getting the next task for host managed_node3 138029 1726888216.75115: done getting next task for host managed_node3 138029 1726888216.75118: ^ task is: TASK: Check if VDO deduplication is off 138029 1726888216.75128: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.75132: getting variables 138029 1726888216.75134: in VariableManager get_vars() 138029 1726888216.75170: Calling all_inventory to load vars for managed_node3 138029 1726888216.75173: Calling groups_inventory to load vars for managed_node3 138029 1726888216.75177: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.75184: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003086 138029 1726888216.75188: WORKER PROCESS EXITING 138029 1726888216.75268: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.75271: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.75275: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.75801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.76405: done with get_vars() 138029 1726888216.76419: done getting variables 138029 1726888216.76536: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is off] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Friday 20 September 2024 23:10:16 -0400 (0:00:00.044) 0:03:49.489 ****** 138029 1726888216.76588: entering _queue_task() for managed_node3/assert 138029 1726888216.76930: worker is 1 (out of 1 available) 138029 1726888216.76941: exiting _queue_task() for managed_node3/assert 138029 1726888216.76953: done queuing things up, now waiting for results queue to drain 138029 1726888216.76958: waiting for pending results... 138029 1726888216.77406: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off 138029 1726888216.77411: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003087 138029 1726888216.77505: variable 'ansible_search_path' from source: unknown 138029 1726888216.77509: calling self._execute() 138029 1726888216.77662: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.77668: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.77671: variable 'omit' from source: magic vars 138029 1726888216.78111: variable 'storage_test_vdo_volume' from source: include params 138029 1726888216.78326: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888216.78330: when evaluation is False, skipping this task 138029 1726888216.78333: _execute() done 138029 1726888216.78336: dumping result to json 138029 1726888216.78339: done dumping result, returning 138029 1726888216.78346: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-5a58-73a2-000000003087] 138029 1726888216.78351: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003087 138029 1726888216.78606: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003087 138029 1726888216.78610: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888216.78649: no more pending results, returning what we have 138029 1726888216.78652: results queue empty 138029 1726888216.78653: checking for any_errors_fatal 138029 1726888216.78662: done checking for any_errors_fatal 138029 1726888216.78663: checking for max_fail_percentage 138029 1726888216.78665: done checking for max_fail_percentage 138029 1726888216.78666: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.78667: done checking to see if all hosts have failed 138029 1726888216.78667: getting the remaining hosts for this loop 138029 1726888216.78669: done getting the remaining hosts for this loop 138029 1726888216.78672: getting the next task for host managed_node3 138029 1726888216.78679: done getting next task for host managed_node3 138029 1726888216.78681: ^ task is: TASK: Check if VDO deduplication is on 138029 1726888216.78688: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.78692: getting variables 138029 1726888216.78693: in VariableManager get_vars() 138029 1726888216.78721: Calling all_inventory to load vars for managed_node3 138029 1726888216.78724: Calling groups_inventory to load vars for managed_node3 138029 1726888216.78728: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.78739: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.78742: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.78745: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.79324: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.79981: done with get_vars() 138029 1726888216.79995: done getting variables 138029 1726888216.80058: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 if VDO deduplication is on] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Friday 20 September 2024 23:10:16 -0400 (0:00:00.035) 0:03:49.524 ****** 138029 1726888216.80093: entering _queue_task() for managed_node3/assert 138029 1726888216.80334: worker is 1 (out of 1 available) 138029 1726888216.80345: exiting _queue_task() for managed_node3/assert 138029 1726888216.80461: done queuing things up, now waiting for results queue to drain 138029 1726888216.80463: waiting for pending results... 138029 1726888216.80704: running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on 138029 1726888216.80911: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003088 138029 1726888216.80916: variable 'ansible_search_path' from source: unknown 138029 1726888216.80919: calling self._execute() 138029 1726888216.80954: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.80962: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.80974: variable 'omit' from source: magic vars 138029 1726888216.81421: variable 'storage_test_vdo_volume' from source: include params 138029 1726888216.81456: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 138029 1726888216.81460: when evaluation is False, skipping this task 138029 1726888216.81470: _execute() done 138029 1726888216.81473: dumping result to json 138029 1726888216.81477: done dumping result, returning 138029 1726888216.81480: done running TaskExecutor() for managed_node3/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-5a58-73a2-000000003088] 138029 1726888216.81486: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003088 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 138029 1726888216.81961: no more pending results, returning what we have 138029 1726888216.81964: results queue empty 138029 1726888216.81965: checking for any_errors_fatal 138029 1726888216.81971: done checking for any_errors_fatal 138029 1726888216.81972: checking for max_fail_percentage 138029 1726888216.81974: done checking for max_fail_percentage 138029 1726888216.81974: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.81975: done checking to see if all hosts have failed 138029 1726888216.81976: getting the remaining hosts for this loop 138029 1726888216.81977: done getting the remaining hosts for this loop 138029 1726888216.81980: getting the next task for host managed_node3 138029 1726888216.81991: done getting next task for host managed_node3 138029 1726888216.81993: ^ task is: TASK: Clear test variables 138029 1726888216.82000: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.82004: getting variables 138029 1726888216.82006: in VariableManager get_vars() 138029 1726888216.82033: Calling all_inventory to load vars for managed_node3 138029 1726888216.82036: Calling groups_inventory to load vars for managed_node3 138029 1726888216.82039: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.82073: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.82078: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.82084: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003088 138029 1726888216.82087: WORKER PROCESS EXITING 138029 1726888216.82092: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.82618: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.83324: done with get_vars() 138029 1726888216.83357: done getting variables 138029 1726888216.83437: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-vdo.yml:46 Friday 20 September 2024 23:10:16 -0400 (0:00:00.033) 0:03:49.558 ****** 138029 1726888216.83477: entering _queue_task() for managed_node3/set_fact 138029 1726888216.83727: worker is 1 (out of 1 available) 138029 1726888216.83737: exiting _queue_task() for managed_node3/set_fact 138029 1726888216.83748: done queuing things up, now waiting for results queue to drain 138029 1726888216.83750: waiting for pending results... 138029 1726888216.84037: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888216.84190: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000308a 138029 1726888216.84214: variable 'ansible_search_path' from source: unknown 138029 1726888216.84252: calling self._execute() 138029 1726888216.84397: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.84402: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.84507: variable 'omit' from source: magic vars 138029 1726888216.84539: variable 'omit' from source: magic vars 138029 1726888216.84630: variable 'omit' from source: magic vars 138029 1726888216.84673: variable 'omit' from source: magic vars 138029 1726888216.84721: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888216.84770: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888216.84796: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888216.84818: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888216.84940: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888216.84943: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888216.84945: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888216.84947: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888216.84950: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.84952: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.85060: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888216.85073: Set connection var ansible_timeout to 10 138029 1726888216.85083: Set connection var ansible_pipelining to False 138029 1726888216.85090: Set connection var ansible_shell_type to sh 138029 1726888216.85096: Set connection var ansible_connection to ssh 138029 1726888216.85105: Set connection var ansible_shell_executable to /bin/sh 138029 1726888216.85134: variable 'ansible_shell_executable' from source: unknown 138029 1726888216.85142: variable 'ansible_connection' from source: unknown 138029 1726888216.85149: variable 'ansible_module_compression' from source: unknown 138029 1726888216.85167: variable 'ansible_shell_type' from source: unknown 138029 1726888216.85262: variable 'ansible_shell_executable' from source: unknown 138029 1726888216.85265: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.85268: variable 'ansible_pipelining' from source: unknown 138029 1726888216.85270: variable 'ansible_timeout' from source: unknown 138029 1726888216.85273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.85347: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888216.85374: variable 'omit' from source: magic vars 138029 1726888216.85388: starting attempt loop 138029 1726888216.85396: running the handler 138029 1726888216.85410: handler run complete 138029 1726888216.85423: attempt loop complete, returning result 138029 1726888216.85478: _execute() done 138029 1726888216.85481: dumping result to json 138029 1726888216.85483: done dumping result, returning 138029 1726888216.85486: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-00000000308a] 138029 1726888216.85488: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000308a 138029 1726888216.85554: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000308a 138029 1726888216.85559: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } 138029 1726888216.85636: no more pending results, returning what we have 138029 1726888216.85640: results queue empty 138029 1726888216.85641: checking for any_errors_fatal 138029 1726888216.85650: done checking for any_errors_fatal 138029 1726888216.85650: checking for max_fail_percentage 138029 1726888216.85652: done checking for max_fail_percentage 138029 1726888216.85653: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.85654: done checking to see if all hosts have failed 138029 1726888216.85654: getting the remaining hosts for this loop 138029 1726888216.85659: done getting the remaining hosts for this loop 138029 1726888216.85662: getting the next task for host managed_node3 138029 1726888216.85674: done getting next task for host managed_node3 138029 1726888216.85678: ^ task is: TASK: Check Stratis 138029 1726888216.85685: ^ 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? (HOST STATE: block=0, task=23, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.85691: getting variables 138029 1726888216.85693: in VariableManager get_vars() 138029 1726888216.85727: Calling all_inventory to load vars for managed_node3 138029 1726888216.85730: Calling groups_inventory to load vars for managed_node3 138029 1726888216.85733: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.85744: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.85747: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.85750: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.86534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.87793: done with get_vars() 138029 1726888216.87806: done getting variables TASK [Check Stratis] *********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Friday 20 September 2024 23:10:16 -0400 (0:00:00.044) 0:03:49.602 ****** 138029 1726888216.87912: entering _queue_task() for managed_node3/include_tasks 138029 1726888216.88217: worker is 1 (out of 1 available) 138029 1726888216.88233: exiting _queue_task() for managed_node3/include_tasks 138029 1726888216.88252: done queuing things up, now waiting for results queue to drain 138029 1726888216.88458: waiting for pending results... 138029 1726888216.88678: running TaskExecutor() for managed_node3/TASK: Check Stratis 138029 1726888216.88870: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000295f 138029 1726888216.88880: variable 'ansible_search_path' from source: unknown 138029 1726888216.88895: calling self._execute() 138029 1726888216.89077: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.89097: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.89125: variable 'omit' from source: magic vars 138029 1726888216.89292: _execute() done 138029 1726888216.89301: dumping result to json 138029 1726888216.89319: done dumping result, returning 138029 1726888216.89344: done running TaskExecutor() for managed_node3/TASK: Check Stratis [0affc8a3-6f6f-5a58-73a2-00000000295f] 138029 1726888216.89364: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000295f 138029 1726888216.89553: no more pending results, returning what we have 138029 1726888216.89560: in VariableManager get_vars() 138029 1726888216.89620: Calling all_inventory to load vars for managed_node3 138029 1726888216.89623: Calling groups_inventory to load vars for managed_node3 138029 1726888216.89626: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.89645: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.89648: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.89651: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.90545: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000295f 138029 1726888216.90554: WORKER PROCESS EXITING 138029 1726888216.90589: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.91846: done with get_vars() 138029 1726888216.91861: variable 'ansible_search_path' from source: unknown 138029 1726888216.92038: variable 'storage_test_pool_subset' from source: include params 138029 1726888216.92086: we have included files to process 138029 1726888216.92087: generating all_blocks data 138029 1726888216.92089: done generating all_blocks data 138029 1726888216.92096: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 138029 1726888216.92097: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 138029 1726888216.92099: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 138029 1726888216.92722: done processing included file 138029 1726888216.92725: iterating over new_blocks loaded from include file 138029 1726888216.92726: in VariableManager get_vars() 138029 1726888216.92742: done with get_vars() 138029 1726888216.92743: filtering new block on tags 138029 1726888216.92814: done filtering new block on tags 138029 1726888216.92817: in VariableManager get_vars() 138029 1726888216.92831: done with get_vars() 138029 1726888216.92832: filtering new block on tags 138029 1726888216.92853: done filtering new block on tags 138029 1726888216.92857: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 138029 1726888216.92862: extending task lists for all hosts with included blocks 138029 1726888216.96929: done extending task lists 138029 1726888216.96938: done processing included files 138029 1726888216.96939: results queue empty 138029 1726888216.96940: checking for any_errors_fatal 138029 1726888216.96943: done checking for any_errors_fatal 138029 1726888216.96953: checking for max_fail_percentage 138029 1726888216.96963: done checking for max_fail_percentage 138029 1726888216.96964: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.96965: done checking to see if all hosts have failed 138029 1726888216.96966: getting the remaining hosts for this loop 138029 1726888216.96967: done getting the remaining hosts for this loop 138029 1726888216.96970: getting the next task for host managed_node3 138029 1726888216.96975: done getting next task for host managed_node3 138029 1726888216.96978: ^ task is: TASK: Run 'stratis report' 138029 1726888216.96982: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.96985: getting variables 138029 1726888216.96986: in VariableManager get_vars() 138029 1726888216.96998: Calling all_inventory to load vars for managed_node3 138029 1726888216.97000: Calling groups_inventory to load vars for managed_node3 138029 1726888216.97003: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888216.97009: Calling all_plugins_play to load vars for managed_node3 138029 1726888216.97012: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888216.97015: Calling groups_plugins_play to load vars for managed_node3 138029 1726888216.97536: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888216.98123: done with get_vars() 138029 1726888216.98137: done getting variables 138029 1726888216.98184: 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 [Run 'stratis report'] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Friday 20 September 2024 23:10:16 -0400 (0:00:00.103) 0:03:49.705 ****** 138029 1726888216.98214: entering _queue_task() for managed_node3/command 138029 1726888216.98714: worker is 1 (out of 1 available) 138029 1726888216.98726: exiting _queue_task() for managed_node3/command 138029 1726888216.98737: done queuing things up, now waiting for results queue to drain 138029 1726888216.98738: waiting for pending results... 138029 1726888216.99015: running TaskExecutor() for managed_node3/TASK: Run 'stratis report' 138029 1726888216.99201: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000030e4 138029 1726888216.99225: variable 'ansible_search_path' from source: unknown 138029 1726888216.99272: calling self._execute() 138029 1726888216.99388: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888216.99392: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888216.99402: variable 'omit' from source: magic vars 138029 1726888216.99719: variable 'storage_test_pool' from source: include params 138029 1726888216.99780: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888216.99784: when evaluation is False, skipping this task 138029 1726888216.99787: _execute() done 138029 1726888216.99790: dumping result to json 138029 1726888216.99792: done dumping result, returning 138029 1726888216.99795: done running TaskExecutor() for managed_node3/TASK: Run 'stratis report' [0affc8a3-6f6f-5a58-73a2-0000000030e4] 138029 1726888216.99797: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000030e4 138029 1726888216.99884: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000030e4 138029 1726888216.99887: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888216.99936: no more pending results, returning what we have 138029 1726888216.99941: results queue empty 138029 1726888216.99942: checking for any_errors_fatal 138029 1726888216.99944: done checking for any_errors_fatal 138029 1726888216.99945: checking for max_fail_percentage 138029 1726888216.99946: done checking for max_fail_percentage 138029 1726888216.99947: checking to see if all hosts have failed and the running result is not ok 138029 1726888216.99948: done checking to see if all hosts have failed 138029 1726888216.99949: getting the remaining hosts for this loop 138029 1726888216.99950: done getting the remaining hosts for this loop 138029 1726888216.99954: getting the next task for host managed_node3 138029 1726888216.99963: done getting next task for host managed_node3 138029 1726888216.99967: ^ task is: TASK: Get information about Stratis 138029 1726888216.99975: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888216.99980: getting variables 138029 1726888216.99981: in VariableManager get_vars() 138029 1726888217.00016: Calling all_inventory to load vars for managed_node3 138029 1726888217.00019: Calling groups_inventory to load vars for managed_node3 138029 1726888217.00022: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.00032: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.00034: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.00037: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.00395: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.00814: done with get_vars() 138029 1726888217.00824: done getting variables 138029 1726888217.00883: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 Stratis] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Friday 20 September 2024 23:10:17 -0400 (0:00:00.026) 0:03:49.732 ****** 138029 1726888217.00906: entering _queue_task() for managed_node3/set_fact 138029 1726888217.01175: worker is 1 (out of 1 available) 138029 1726888217.01189: exiting _queue_task() for managed_node3/set_fact 138029 1726888217.01201: done queuing things up, now waiting for results queue to drain 138029 1726888217.01203: waiting for pending results... 138029 1726888217.01405: running TaskExecutor() for managed_node3/TASK: Get information about Stratis 138029 1726888217.01501: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000030e5 138029 1726888217.01509: variable 'ansible_search_path' from source: unknown 138029 1726888217.01539: calling self._execute() 138029 1726888217.01636: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.01642: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.01653: variable 'omit' from source: magic vars 138029 1726888217.01982: variable 'storage_test_pool' from source: include params 138029 1726888217.02036: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888217.02040: when evaluation is False, skipping this task 138029 1726888217.02044: _execute() done 138029 1726888217.02046: dumping result to json 138029 1726888217.02049: done dumping result, returning 138029 1726888217.02051: done running TaskExecutor() for managed_node3/TASK: Get information about Stratis [0affc8a3-6f6f-5a58-73a2-0000000030e5] 138029 1726888217.02053: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000030e5 138029 1726888217.02149: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000030e5 138029 1726888217.02152: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888217.02279: no more pending results, returning what we have 138029 1726888217.02283: results queue empty 138029 1726888217.02284: checking for any_errors_fatal 138029 1726888217.02290: done checking for any_errors_fatal 138029 1726888217.02290: checking for max_fail_percentage 138029 1726888217.02292: done checking for max_fail_percentage 138029 1726888217.02293: checking to see if all hosts have failed and the running result is not ok 138029 1726888217.02294: done checking to see if all hosts have failed 138029 1726888217.02294: getting the remaining hosts for this loop 138029 1726888217.02295: done getting the remaining hosts for this loop 138029 1726888217.02299: getting the next task for host managed_node3 138029 1726888217.02306: done getting next task for host managed_node3 138029 1726888217.02308: ^ task is: TASK: Verify that the pools was created 138029 1726888217.02314: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888217.02317: getting variables 138029 1726888217.02318: in VariableManager get_vars() 138029 1726888217.02348: Calling all_inventory to load vars for managed_node3 138029 1726888217.02350: Calling groups_inventory to load vars for managed_node3 138029 1726888217.02353: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.02363: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.02367: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.02370: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.03121: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.03793: done with get_vars() 138029 1726888217.03805: done getting variables 138029 1726888217.03846: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 pools was created] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Friday 20 September 2024 23:10:17 -0400 (0:00:00.029) 0:03:49.762 ****** 138029 1726888217.03872: entering _queue_task() for managed_node3/assert 138029 1726888217.04112: worker is 1 (out of 1 available) 138029 1726888217.04124: exiting _queue_task() for managed_node3/assert 138029 1726888217.04136: done queuing things up, now waiting for results queue to drain 138029 1726888217.04138: waiting for pending results... 138029 1726888217.04333: running TaskExecutor() for managed_node3/TASK: Verify that the pools was created 138029 1726888217.04416: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000030e6 138029 1726888217.04428: variable 'ansible_search_path' from source: unknown 138029 1726888217.04470: calling self._execute() 138029 1726888217.04591: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.04594: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.04598: variable 'omit' from source: magic vars 138029 1726888217.04935: variable 'storage_test_pool' from source: include params 138029 1726888217.04968: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888217.04977: when evaluation is False, skipping this task 138029 1726888217.04981: _execute() done 138029 1726888217.04983: dumping result to json 138029 1726888217.04986: done dumping result, returning 138029 1726888217.04989: done running TaskExecutor() for managed_node3/TASK: Verify that the pools was created [0affc8a3-6f6f-5a58-73a2-0000000030e6] 138029 1726888217.04992: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000030e6 138029 1726888217.05115: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000030e6 138029 1726888217.05118: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888217.05219: no more pending results, returning what we have 138029 1726888217.05222: results queue empty 138029 1726888217.05223: checking for any_errors_fatal 138029 1726888217.05229: done checking for any_errors_fatal 138029 1726888217.05230: checking for max_fail_percentage 138029 1726888217.05231: done checking for max_fail_percentage 138029 1726888217.05232: checking to see if all hosts have failed and the running result is not ok 138029 1726888217.05237: done checking to see if all hosts have failed 138029 1726888217.05238: getting the remaining hosts for this loop 138029 1726888217.05239: done getting the remaining hosts for this loop 138029 1726888217.05243: getting the next task for host managed_node3 138029 1726888217.05250: done getting next task for host managed_node3 138029 1726888217.05252: ^ task is: TASK: Verify that encryption is correctly set 138029 1726888217.05263: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888217.05267: getting variables 138029 1726888217.05268: in VariableManager get_vars() 138029 1726888217.05300: Calling all_inventory to load vars for managed_node3 138029 1726888217.05303: Calling groups_inventory to load vars for managed_node3 138029 1726888217.05306: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.05323: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.05327: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.05332: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.05750: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.06168: done with get_vars() 138029 1726888217.06178: done getting variables 138029 1726888217.06216: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 encryption is correctly set] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Friday 20 September 2024 23:10:17 -0400 (0:00:00.023) 0:03:49.785 ****** 138029 1726888217.06238: entering _queue_task() for managed_node3/assert 138029 1726888217.06439: worker is 1 (out of 1 available) 138029 1726888217.06452: exiting _queue_task() for managed_node3/assert 138029 1726888217.06467: done queuing things up, now waiting for results queue to drain 138029 1726888217.06468: waiting for pending results... 138029 1726888217.06780: running TaskExecutor() for managed_node3/TASK: Verify that encryption is correctly set 138029 1726888217.06843: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000030e7 138029 1726888217.06878: variable 'ansible_search_path' from source: unknown 138029 1726888217.06918: calling self._execute() 138029 1726888217.07049: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.07065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.07106: variable 'omit' from source: magic vars 138029 1726888217.07966: variable 'storage_test_pool' from source: include params 138029 1726888217.08185: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888217.08188: when evaluation is False, skipping this task 138029 1726888217.08191: _execute() done 138029 1726888217.08193: dumping result to json 138029 1726888217.08195: done dumping result, returning 138029 1726888217.08197: done running TaskExecutor() for managed_node3/TASK: Verify that encryption is correctly set [0affc8a3-6f6f-5a58-73a2-0000000030e7] 138029 1726888217.08199: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000030e7 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888217.08331: no more pending results, returning what we have 138029 1726888217.08335: results queue empty 138029 1726888217.08336: checking for any_errors_fatal 138029 1726888217.08347: done checking for any_errors_fatal 138029 1726888217.08348: checking for max_fail_percentage 138029 1726888217.08351: done checking for max_fail_percentage 138029 1726888217.08352: checking to see if all hosts have failed and the running result is not ok 138029 1726888217.08352: done checking to see if all hosts have failed 138029 1726888217.08353: getting the remaining hosts for this loop 138029 1726888217.08356: done getting the remaining hosts for this loop 138029 1726888217.08361: getting the next task for host managed_node3 138029 1726888217.08369: done getting next task for host managed_node3 138029 1726888217.08372: ^ task is: TASK: Verify that Clevis/Tang encryption is correctly set 138029 1726888217.08381: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888217.08386: getting variables 138029 1726888217.08388: in VariableManager get_vars() 138029 1726888217.08425: Calling all_inventory to load vars for managed_node3 138029 1726888217.08428: Calling groups_inventory to load vars for managed_node3 138029 1726888217.08432: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.08445: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.08449: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.08452: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.09305: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000030e7 138029 1726888217.09309: WORKER PROCESS EXITING 138029 1726888217.09408: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.10398: done with get_vars() 138029 1726888217.10412: done getting variables 138029 1726888217.10481: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Friday 20 September 2024 23:10:17 -0400 (0:00:00.042) 0:03:49.828 ****** 138029 1726888217.10513: entering _queue_task() for managed_node3/assert 138029 1726888217.10877: worker is 1 (out of 1 available) 138029 1726888217.10889: exiting _queue_task() for managed_node3/assert 138029 1726888217.10965: done queuing things up, now waiting for results queue to drain 138029 1726888217.10966: waiting for pending results... 138029 1726888217.11167: running TaskExecutor() for managed_node3/TASK: Verify that Clevis/Tang encryption is correctly set 138029 1726888217.11333: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000030e8 138029 1726888217.11361: variable 'ansible_search_path' from source: unknown 138029 1726888217.11452: calling self._execute() 138029 1726888217.11545: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.11562: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.11577: variable 'omit' from source: magic vars 138029 1726888217.12017: variable 'storage_test_pool' from source: include params 138029 1726888217.12081: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888217.12090: when evaluation is False, skipping this task 138029 1726888217.12102: _execute() done 138029 1726888217.12163: dumping result to json 138029 1726888217.12166: done dumping result, returning 138029 1726888217.12169: done running TaskExecutor() for managed_node3/TASK: Verify that Clevis/Tang encryption is correctly set [0affc8a3-6f6f-5a58-73a2-0000000030e8] 138029 1726888217.12171: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000030e8 138029 1726888217.12302: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000030e8 138029 1726888217.12306: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888217.12362: no more pending results, returning what we have 138029 1726888217.12366: results queue empty 138029 1726888217.12368: checking for any_errors_fatal 138029 1726888217.12378: done checking for any_errors_fatal 138029 1726888217.12379: checking for max_fail_percentage 138029 1726888217.12380: done checking for max_fail_percentage 138029 1726888217.12381: checking to see if all hosts have failed and the running result is not ok 138029 1726888217.12382: done checking to see if all hosts have failed 138029 1726888217.12383: getting the remaining hosts for this loop 138029 1726888217.12385: done getting the remaining hosts for this loop 138029 1726888217.12389: getting the next task for host managed_node3 138029 1726888217.12399: done getting next task for host managed_node3 138029 1726888217.12401: ^ task is: TASK: Reset variable used by test 138029 1726888217.12410: ^ 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? (HOST STATE: block=0, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888217.12414: getting variables 138029 1726888217.12416: in VariableManager get_vars() 138029 1726888217.12570: Calling all_inventory to load vars for managed_node3 138029 1726888217.12573: Calling groups_inventory to load vars for managed_node3 138029 1726888217.12577: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.12588: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.12591: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.12594: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.13245: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.14498: done with get_vars() 138029 1726888217.14514: done getting variables 138029 1726888217.14725: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Friday 20 September 2024 23:10:17 -0400 (0:00:00.042) 0:03:49.871 ****** 138029 1726888217.14759: entering _queue_task() for managed_node3/set_fact 138029 1726888217.15394: worker is 1 (out of 1 available) 138029 1726888217.15406: exiting _queue_task() for managed_node3/set_fact 138029 1726888217.15418: done queuing things up, now waiting for results queue to drain 138029 1726888217.15419: waiting for pending results... 138029 1726888217.15809: running TaskExecutor() for managed_node3/TASK: Reset variable used by test 138029 1726888217.16191: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000030ea 138029 1726888217.16292: variable 'ansible_search_path' from source: unknown 138029 1726888217.16304: calling self._execute() 138029 1726888217.16534: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.16559: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.16563: variable 'omit' from source: magic vars 138029 1726888217.16811: variable 'omit' from source: magic vars 138029 1726888217.17068: variable 'omit' from source: magic vars 138029 1726888217.17198: variable 'omit' from source: magic vars 138029 1726888217.17204: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888217.17208: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888217.17210: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888217.17222: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888217.17235: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888217.17251: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888217.17275: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888217.17378: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888217.17381: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.17383: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.17641: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888217.17645: Set connection var ansible_timeout to 10 138029 1726888217.17748: Set connection var ansible_pipelining to False 138029 1726888217.17752: Set connection var ansible_shell_type to sh 138029 1726888217.17754: Set connection var ansible_connection to ssh 138029 1726888217.17759: Set connection var ansible_shell_executable to /bin/sh 138029 1726888217.17762: variable 'ansible_shell_executable' from source: unknown 138029 1726888217.17764: variable 'ansible_connection' from source: unknown 138029 1726888217.17765: variable 'ansible_module_compression' from source: unknown 138029 1726888217.17768: variable 'ansible_shell_type' from source: unknown 138029 1726888217.17769: variable 'ansible_shell_executable' from source: unknown 138029 1726888217.17771: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.17773: variable 'ansible_pipelining' from source: unknown 138029 1726888217.17774: variable 'ansible_timeout' from source: unknown 138029 1726888217.17776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.18035: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888217.18044: variable 'omit' from source: magic vars 138029 1726888217.18049: starting attempt loop 138029 1726888217.18052: running the handler 138029 1726888217.18068: handler run complete 138029 1726888217.18077: attempt loop complete, returning result 138029 1726888217.18080: _execute() done 138029 1726888217.18082: dumping result to json 138029 1726888217.18085: done dumping result, returning 138029 1726888217.18092: done running TaskExecutor() for managed_node3/TASK: Reset variable used by test [0affc8a3-6f6f-5a58-73a2-0000000030ea] 138029 1726888217.18109: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000030ea ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } 138029 1726888217.18342: no more pending results, returning what we have 138029 1726888217.18345: results queue empty 138029 1726888217.18346: checking for any_errors_fatal 138029 1726888217.18358: done checking for any_errors_fatal 138029 1726888217.18359: checking for max_fail_percentage 138029 1726888217.18360: done checking for max_fail_percentage 138029 1726888217.18361: checking to see if all hosts have failed and the running result is not ok 138029 1726888217.18362: done checking to see if all hosts have failed 138029 1726888217.18363: getting the remaining hosts for this loop 138029 1726888217.18364: done getting the remaining hosts for this loop 138029 1726888217.18368: getting the next task for host managed_node3 138029 1726888217.18377: done getting next task for host managed_node3 138029 1726888217.18380: ^ task is: TASK: Clean up test variables 138029 1726888217.18386: ^ 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? (HOST STATE: block=0, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888217.18507: getting variables 138029 1726888217.18509: in VariableManager get_vars() 138029 1726888217.18539: Calling all_inventory to load vars for managed_node3 138029 1726888217.18541: Calling groups_inventory to load vars for managed_node3 138029 1726888217.18544: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.18552: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.18558: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.18562: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.19387: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000030ea 138029 1726888217.19391: WORKER PROCESS EXITING 138029 1726888217.19692: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.20479: done with get_vars() 138029 1726888217.20495: done getting variables 138029 1726888217.20551: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 test variables] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Friday 20 September 2024 23:10:17 -0400 (0:00:00.058) 0:03:49.929 ****** 138029 1726888217.20601: entering _queue_task() for managed_node3/set_fact 138029 1726888217.20890: worker is 1 (out of 1 available) 138029 1726888217.21019: exiting _queue_task() for managed_node3/set_fact 138029 1726888217.21032: done queuing things up, now waiting for results queue to drain 138029 1726888217.21033: waiting for pending results... 138029 1726888217.21257: running TaskExecutor() for managed_node3/TASK: Clean up test variables 138029 1726888217.21399: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002960 138029 1726888217.21420: variable 'ansible_search_path' from source: unknown 138029 1726888217.21471: calling self._execute() 138029 1726888217.21613: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.21625: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.21638: variable 'omit' from source: magic vars 138029 1726888217.21781: variable 'omit' from source: magic vars 138029 1726888217.21852: variable 'omit' from source: magic vars 138029 1726888217.21906: variable 'omit' from source: magic vars 138029 1726888217.21954: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888217.22012: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888217.22109: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888217.22113: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888217.22116: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888217.22118: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888217.22161: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888217.22182: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888217.22190: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.22216: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.22348: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888217.22361: Set connection var ansible_timeout to 10 138029 1726888217.22452: Set connection var ansible_pipelining to False 138029 1726888217.22456: Set connection var ansible_shell_type to sh 138029 1726888217.22459: Set connection var ansible_connection to ssh 138029 1726888217.22461: Set connection var ansible_shell_executable to /bin/sh 138029 1726888217.22464: variable 'ansible_shell_executable' from source: unknown 138029 1726888217.22466: variable 'ansible_connection' from source: unknown 138029 1726888217.22468: variable 'ansible_module_compression' from source: unknown 138029 1726888217.22470: variable 'ansible_shell_type' from source: unknown 138029 1726888217.22472: variable 'ansible_shell_executable' from source: unknown 138029 1726888217.22474: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.22475: variable 'ansible_pipelining' from source: unknown 138029 1726888217.22477: variable 'ansible_timeout' from source: unknown 138029 1726888217.22479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.23093: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888217.23098: variable 'omit' from source: magic vars 138029 1726888217.23101: starting attempt loop 138029 1726888217.23104: running the handler 138029 1726888217.23106: handler run complete 138029 1726888217.23108: attempt loop complete, returning result 138029 1726888217.23110: _execute() done 138029 1726888217.23112: dumping result to json 138029 1726888217.23115: done dumping result, returning 138029 1726888217.23117: done running TaskExecutor() for managed_node3/TASK: Clean up test variables [0affc8a3-6f6f-5a58-73a2-000000002960] 138029 1726888217.23119: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002960 138029 1726888217.23306: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002960 138029 1726888217.23372: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } 138029 1726888217.23439: no more pending results, returning what we have 138029 1726888217.23443: results queue empty 138029 1726888217.23444: checking for any_errors_fatal 138029 1726888217.23454: done checking for any_errors_fatal 138029 1726888217.23456: checking for max_fail_percentage 138029 1726888217.23458: done checking for max_fail_percentage 138029 1726888217.23459: checking to see if all hosts have failed and the running result is not ok 138029 1726888217.23460: done checking to see if all hosts have failed 138029 1726888217.23461: getting the remaining hosts for this loop 138029 1726888217.23463: done getting the remaining hosts for this loop 138029 1726888217.23467: getting the next task for host managed_node3 138029 1726888217.23663: done getting next task for host managed_node3 138029 1726888217.23667: ^ task is: TASK: Verify the volumes 138029 1726888217.23672: ^ 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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888217.23677: getting variables 138029 1726888217.23678: in VariableManager get_vars() 138029 1726888217.23713: Calling all_inventory to load vars for managed_node3 138029 1726888217.23716: Calling groups_inventory to load vars for managed_node3 138029 1726888217.23719: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.23729: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.23732: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.23735: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.25015: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.25715: done with get_vars() 138029 1726888217.25737: done getting variables TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Friday 20 September 2024 23:10:17 -0400 (0:00:00.052) 0:03:49.981 ****** 138029 1726888217.25837: entering _queue_task() for managed_node3/include_tasks 138029 1726888217.26141: worker is 1 (out of 1 available) 138029 1726888217.26272: exiting _queue_task() for managed_node3/include_tasks 138029 1726888217.26284: done queuing things up, now waiting for results queue to drain 138029 1726888217.26285: waiting for pending results... 138029 1726888217.26509: running TaskExecutor() for managed_node3/TASK: Verify the volumes 138029 1726888217.26650: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002964 138029 1726888217.26675: variable 'ansible_search_path' from source: unknown 138029 1726888217.27037: variable 'storage_test_pool' from source: include params 138029 1726888217.27566: variable 'omit' from source: magic vars 138029 1726888217.27747: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.27766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.27781: variable 'omit' from source: magic vars 138029 1726888217.28080: variable 'storage_test_volume' from source: unknown 138029 1726888217.28229: variable 'storage_test_volume' from source: unknown 138029 1726888217.28750: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.28754: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.28841: variable 'omit' from source: magic vars 138029 1726888217.28845: variable 'storage_test_volume' from source: unknown 138029 1726888217.28912: variable 'storage_test_volume' from source: unknown 138029 1726888217.29296: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.29299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.29301: variable 'omit' from source: magic vars 138029 1726888217.29391: variable 'storage_test_volume' from source: unknown 138029 1726888217.29461: variable 'storage_test_volume' from source: unknown 138029 1726888217.29923: dumping result to json 138029 1726888217.29926: done dumping result, returning 138029 1726888217.29929: done running TaskExecutor() for managed_node3/TASK: Verify the volumes [0affc8a3-6f6f-5a58-73a2-000000002964] 138029 1726888217.29932: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002964 138029 1726888217.30279: no more pending results, returning what we have 138029 1726888217.30284: in VariableManager get_vars() 138029 1726888217.30438: Calling all_inventory to load vars for managed_node3 138029 1726888217.30442: Calling groups_inventory to load vars for managed_node3 138029 1726888217.30446: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.30461: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.30466: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.30469: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.30485: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002964 138029 1726888217.30488: WORKER PROCESS EXITING 138029 1726888217.31158: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.31804: done with get_vars() 138029 1726888217.31817: variable 'ansible_search_path' from source: unknown 138029 1726888217.31967: variable 'storage_test_pool_subset' from source: include params 138029 1726888217.32015: variable 'ansible_search_path' from source: unknown 138029 1726888217.32134: variable 'storage_test_pool_subset' from source: include params 138029 1726888217.32177: variable 'ansible_search_path' from source: unknown 138029 1726888217.32250: variable 'storage_test_pool_subset' from source: include params 138029 1726888217.32332: we have included files to process 138029 1726888217.32333: generating all_blocks data 138029 1726888217.32336: done generating all_blocks data 138029 1726888217.32342: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888217.32343: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888217.32345: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888217.32597: in VariableManager get_vars() 138029 1726888217.32626: done with get_vars() 138029 1726888217.32727: done processing included file 138029 1726888217.32729: iterating over new_blocks loaded from include file 138029 1726888217.32730: in VariableManager get_vars() 138029 1726888217.32745: done with get_vars() 138029 1726888217.32746: filtering new block on tags 138029 1726888217.32803: done filtering new block on tags 138029 1726888217.32806: 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_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': 'UUID=ac246704-920b-4020-af6e-f443534e195b'}) 138029 1726888217.32816: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888217.32817: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888217.32820: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888217.33021: in VariableManager get_vars() 138029 1726888217.33042: done with get_vars() 138029 1726888217.33138: done processing included file 138029 1726888217.33140: iterating over new_blocks loaded from include file 138029 1726888217.33141: in VariableManager get_vars() 138029 1726888217.33160: done with get_vars() 138029 1726888217.33162: filtering new block on tags 138029 1726888217.33215: done filtering new block on tags 138029 1726888217.33218: 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_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': 'UUID=4cec6a92-9346-4a7e-97d0-d62fa2aa9d24'}) 138029 1726888217.33231: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888217.33233: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888217.33235: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 138029 1726888217.33490: in VariableManager get_vars() 138029 1726888217.33512: done with get_vars() 138029 1726888217.33609: done processing included file 138029 1726888217.33610: iterating over new_blocks loaded from include file 138029 1726888217.33612: in VariableManager get_vars() 138029 1726888217.33631: done with get_vars() 138029 1726888217.33633: filtering new block on tags 138029 1726888217.33679: done filtering new block on tags 138029 1726888217.33682: 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_node3 => (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': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': 'UUID=9fcf588e-8176-4062-961f-60e5b7b5d8c2'}) 138029 1726888217.33691: extending task lists for all hosts with included blocks 138029 1726888217.33858: done extending task lists 138029 1726888217.33860: done processing included files 138029 1726888217.33860: results queue empty 138029 1726888217.33861: checking for any_errors_fatal 138029 1726888217.33865: done checking for any_errors_fatal 138029 1726888217.33866: checking for max_fail_percentage 138029 1726888217.33867: done checking for max_fail_percentage 138029 1726888217.33867: checking to see if all hosts have failed and the running result is not ok 138029 1726888217.33868: done checking to see if all hosts have failed 138029 1726888217.33869: getting the remaining hosts for this loop 138029 1726888217.33870: done getting the remaining hosts for this loop 138029 1726888217.33873: getting the next task for host managed_node3 138029 1726888217.33878: done getting next task for host managed_node3 138029 1726888217.33880: ^ task is: TASK: Set storage volume test variables 138029 1726888217.33884: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888217.33887: getting variables 138029 1726888217.33888: in VariableManager get_vars() 138029 1726888217.33896: Calling all_inventory to load vars for managed_node3 138029 1726888217.33899: Calling groups_inventory to load vars for managed_node3 138029 1726888217.33901: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.33906: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.33908: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.33911: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.34652: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.35260: done with get_vars() 138029 1726888217.35274: done getting variables 138029 1726888217.35312: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:17 -0400 (0:00:00.095) 0:03:50.077 ****** 138029 1726888217.35346: entering _queue_task() for managed_node3/set_fact 138029 1726888217.35721: worker is 1 (out of 1 available) 138029 1726888217.35732: exiting _queue_task() for managed_node3/set_fact 138029 1726888217.35743: done queuing things up, now waiting for results queue to drain 138029 1726888217.35745: waiting for pending results... 138029 1726888217.36105: running TaskExecutor() for managed_node3/TASK: Set storage volume test variables 138029 1726888217.36247: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000328e 138029 1726888217.36273: variable 'ansible_search_path' from source: unknown 138029 1726888217.36319: calling self._execute() 138029 1726888217.36458: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.36473: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.36487: variable 'omit' from source: magic vars 138029 1726888217.36612: variable 'omit' from source: magic vars 138029 1726888217.36693: variable 'omit' from source: magic vars 138029 1726888217.37262: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888217.40247: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888217.40346: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888217.40391: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888217.40536: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888217.40540: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888217.40575: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888217.40608: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888217.40643: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888217.40693: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888217.40754: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888217.40896: variable 'storage_test_volume' from source: include params 138029 1726888217.40920: variable 'storage_test_pool' from source: include params 138029 1726888217.41027: variable 'omit' from source: magic vars 138029 1726888217.41080: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888217.41110: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888217.41139: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888217.41192: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888217.41200: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888217.41216: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888217.41240: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888217.41361: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888217.41364: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.41367: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.41489: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888217.41517: Set connection var ansible_timeout to 10 138029 1726888217.41526: Set connection var ansible_pipelining to False 138029 1726888217.41528: Set connection var ansible_shell_type to sh 138029 1726888217.41626: Set connection var ansible_connection to ssh 138029 1726888217.41631: Set connection var ansible_shell_executable to /bin/sh 138029 1726888217.41633: variable 'ansible_shell_executable' from source: unknown 138029 1726888217.41634: variable 'ansible_connection' from source: unknown 138029 1726888217.41636: variable 'ansible_module_compression' from source: unknown 138029 1726888217.41638: variable 'ansible_shell_type' from source: unknown 138029 1726888217.41640: variable 'ansible_shell_executable' from source: unknown 138029 1726888217.41641: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.41643: variable 'ansible_pipelining' from source: unknown 138029 1726888217.41645: variable 'ansible_timeout' from source: unknown 138029 1726888217.41646: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.41981: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888217.41984: variable 'omit' from source: magic vars 138029 1726888217.41986: starting attempt loop 138029 1726888217.41988: running the handler 138029 1726888217.41990: handler run complete 138029 1726888217.41992: attempt loop complete, returning result 138029 1726888217.41994: _execute() done 138029 1726888217.41996: dumping result to json 138029 1726888217.41997: done dumping result, returning 138029 1726888217.41999: done running TaskExecutor() for managed_node3/TASK: Set storage volume test variables [0affc8a3-6f6f-5a58-73a2-00000000328e] 138029 1726888217.42001: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000328e 138029 1726888217.42073: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000328e ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 138029 1726888217.42138: no more pending results, returning what we have 138029 1726888217.42144: results queue empty 138029 1726888217.42145: checking for any_errors_fatal 138029 1726888217.42146: done checking for any_errors_fatal 138029 1726888217.42147: checking for max_fail_percentage 138029 1726888217.42149: done checking for max_fail_percentage 138029 1726888217.42150: checking to see if all hosts have failed and the running result is not ok 138029 1726888217.42150: done checking to see if all hosts have failed 138029 1726888217.42151: getting the remaining hosts for this loop 138029 1726888217.42153: done getting the remaining hosts for this loop 138029 1726888217.42160: getting the next task for host managed_node3 138029 1726888217.42170: done getting next task for host managed_node3 138029 1726888217.42173: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888217.42179: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888217.42190: getting variables 138029 1726888217.42191: in VariableManager get_vars() 138029 1726888217.42225: Calling all_inventory to load vars for managed_node3 138029 1726888217.42228: Calling groups_inventory to load vars for managed_node3 138029 1726888217.42231: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.42241: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.42244: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.42246: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.43074: WORKER PROCESS EXITING 138029 1726888217.43769: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.44430: done with get_vars() 138029 1726888217.44444: done getting variables 138029 1726888217.44647: 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:10:17 -0400 (0:00:00.093) 0:03:50.170 ****** 138029 1726888217.44678: entering _queue_task() for managed_node3/include_tasks 138029 1726888217.44964: worker is 1 (out of 1 available) 138029 1726888217.44979: exiting _queue_task() for managed_node3/include_tasks 138029 1726888217.44990: done queuing things up, now waiting for results queue to drain 138029 1726888217.44991: waiting for pending results... 138029 1726888217.45188: running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888217.45270: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000328f 138029 1726888217.45284: variable 'ansible_search_path' from source: unknown 138029 1726888217.45323: variable '_storage_volume_tests' from source: set_fact 138029 1726888217.45493: variable '_storage_volume_tests' from source: set_fact 138029 1726888217.45556: variable 'omit' from source: magic vars 138029 1726888217.45682: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.45690: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.45698: variable 'omit' from source: magic vars 138029 1726888217.45833: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.45891: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.45938: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.46086: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.46090: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.46093: variable 'omit' from source: magic vars 138029 1726888217.46180: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.46197: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.46324: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.46383: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.46386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.46388: variable 'omit' from source: magic vars 138029 1726888217.46505: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.46508: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.46541: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.46605: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.46656: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.46660: variable 'omit' from source: magic vars 138029 1726888217.46748: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.46796: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.47258: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.47414: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.47536: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.47546: variable 'omit' from source: magic vars 138029 1726888217.47591: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.47644: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.47716: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.47841: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.47844: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.47847: variable 'omit' from source: magic vars 138029 1726888217.47920: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.47976: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.48033: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.48124: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.48198: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.48201: variable 'omit' from source: magic vars 138029 1726888217.48258: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.48291: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.48372: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.48435: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.48441: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.48449: variable 'omit' from source: magic vars 138029 1726888217.48525: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.48550: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.48601: variable 'storage_test_volume_subset' from source: unknown 138029 1726888217.48661: dumping result to json 138029 1726888217.48664: done dumping result, returning 138029 1726888217.48667: done running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-5a58-73a2-00000000328f] 138029 1726888217.48669: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000328f 138029 1726888217.48705: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000328f 138029 1726888217.48707: WORKER PROCESS EXITING 138029 1726888217.48746: no more pending results, returning what we have 138029 1726888217.48750: in VariableManager get_vars() 138029 1726888217.48801: Calling all_inventory to load vars for managed_node3 138029 1726888217.48805: Calling groups_inventory to load vars for managed_node3 138029 1726888217.48808: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.48820: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.48824: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.48826: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.49420: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.50043: done with get_vars() 138029 1726888217.50052: variable 'ansible_search_path' from source: unknown 138029 1726888217.50083: variable 'ansible_search_path' from source: unknown 138029 1726888217.50098: variable 'ansible_search_path' from source: unknown 138029 1726888217.50113: variable 'ansible_search_path' from source: unknown 138029 1726888217.50127: variable 'ansible_search_path' from source: unknown 138029 1726888217.50142: variable 'ansible_search_path' from source: unknown 138029 1726888217.50163: variable 'ansible_search_path' from source: unknown 138029 1726888217.50180: variable 'ansible_search_path' from source: unknown 138029 1726888217.50193: we have included files to process 138029 1726888217.50194: generating all_blocks data 138029 1726888217.50195: done generating all_blocks data 138029 1726888217.50199: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888217.50200: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888217.50201: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888217.51104: done processing included file 138029 1726888217.51106: iterating over new_blocks loaded from include file 138029 1726888217.51108: in VariableManager get_vars() 138029 1726888217.51124: done with get_vars() 138029 1726888217.51126: filtering new block on tags 138029 1726888217.51389: done filtering new block on tags 138029 1726888217.51394: 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_node3 => (item=mount) 138029 1726888217.51399: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888217.51400: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888217.51407: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888217.52076: done processing included file 138029 1726888217.52078: iterating over new_blocks loaded from include file 138029 1726888217.52079: in VariableManager get_vars() 138029 1726888217.52097: done with get_vars() 138029 1726888217.52098: filtering new block on tags 138029 1726888217.52188: done filtering new block on tags 138029 1726888217.52191: 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_node3 => (item=fstab) 138029 1726888217.52211: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888217.52212: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888217.52214: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888217.52436: done processing included file 138029 1726888217.52437: iterating over new_blocks loaded from include file 138029 1726888217.52439: in VariableManager get_vars() 138029 1726888217.52454: done with get_vars() 138029 1726888217.52458: filtering new block on tags 138029 1726888217.52495: done filtering new block on tags 138029 1726888217.52497: 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_node3 => (item=fs) 138029 1726888217.52501: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888217.52502: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888217.52504: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888217.53135: done processing included file 138029 1726888217.53137: iterating over new_blocks loaded from include file 138029 1726888217.53138: in VariableManager get_vars() 138029 1726888217.53152: done with get_vars() 138029 1726888217.53154: filtering new block on tags 138029 1726888217.53250: done filtering new block on tags 138029 1726888217.53253: 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_node3 => (item=device) 138029 1726888217.53258: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888217.53259: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888217.53262: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888217.54720: done processing included file 138029 1726888217.54722: iterating over new_blocks loaded from include file 138029 1726888217.54723: in VariableManager get_vars() 138029 1726888217.54738: done with get_vars() 138029 1726888217.54740: filtering new block on tags 138029 1726888217.54944: done filtering new block on tags 138029 1726888217.54946: 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_node3 => (item=encryption) 138029 1726888217.54950: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888217.54951: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888217.54953: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888217.55884: done processing included file 138029 1726888217.55885: iterating over new_blocks loaded from include file 138029 1726888217.55887: in VariableManager get_vars() 138029 1726888217.55902: done with get_vars() 138029 1726888217.55903: filtering new block on tags 138029 1726888217.56034: done filtering new block on tags 138029 1726888217.56037: 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_node3 => (item=md) 138029 1726888217.56040: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888217.56041: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888217.56044: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888217.59395: done processing included file 138029 1726888217.59397: iterating over new_blocks loaded from include file 138029 1726888217.59399: in VariableManager get_vars() 138029 1726888217.59417: done with get_vars() 138029 1726888217.59419: filtering new block on tags 138029 1726888217.59494: done filtering new block on tags 138029 1726888217.59497: in VariableManager get_vars() 138029 1726888217.59514: done with get_vars() 138029 1726888217.59516: filtering new block on tags 138029 1726888217.59582: done filtering new block on tags 138029 1726888217.59585: in VariableManager get_vars() 138029 1726888217.59672: done with get_vars() 138029 1726888217.59674: filtering new block on tags 138029 1726888217.60057: done filtering new block on tags 138029 1726888217.60061: in VariableManager get_vars() 138029 1726888217.60077: done with get_vars() 138029 1726888217.60079: filtering new block on tags 138029 1726888217.60125: done filtering new block on tags 138029 1726888217.60128: 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_node3 => (item=size) 138029 1726888217.60132: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888217.60133: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888217.60136: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888217.60815: done processing included file 138029 1726888217.60817: iterating over new_blocks loaded from include file 138029 1726888217.60818: in VariableManager get_vars() 138029 1726888217.60833: done with get_vars() 138029 1726888217.60835: filtering new block on tags 138029 1726888217.60949: done filtering new block on tags 138029 1726888217.60951: 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_node3 => (item=cache) 138029 1726888217.60957: extending task lists for all hosts with included blocks 138029 1726888217.61285: done extending task lists 138029 1726888217.61286: done processing included files 138029 1726888217.61287: results queue empty 138029 1726888217.61287: checking for any_errors_fatal 138029 1726888217.61290: done checking for any_errors_fatal 138029 1726888217.61291: checking for max_fail_percentage 138029 1726888217.61292: done checking for max_fail_percentage 138029 1726888217.61293: checking to see if all hosts have failed and the running result is not ok 138029 1726888217.61298: done checking to see if all hosts have failed 138029 1726888217.61298: getting the remaining hosts for this loop 138029 1726888217.61300: done getting the remaining hosts for this loop 138029 1726888217.61302: getting the next task for host managed_node3 138029 1726888217.61306: done getting next task for host managed_node3 138029 1726888217.61308: ^ task is: TASK: Get expected mount device based on device type 138029 1726888217.61312: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888217.61314: getting variables 138029 1726888217.61315: in VariableManager get_vars() 138029 1726888217.61322: Calling all_inventory to load vars for managed_node3 138029 1726888217.61324: Calling groups_inventory to load vars for managed_node3 138029 1726888217.61326: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.61331: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.61333: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.61335: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.62313: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.63287: done with get_vars() 138029 1726888217.63302: done getting variables 138029 1726888217.63344: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:17 -0400 (0:00:00.189) 0:03:50.359 ****** 138029 1726888217.63582: entering _queue_task() for managed_node3/set_fact 138029 1726888217.64203: worker is 1 (out of 1 available) 138029 1726888217.64214: exiting _queue_task() for managed_node3/set_fact 138029 1726888217.64227: done queuing things up, now waiting for results queue to drain 138029 1726888217.64229: waiting for pending results... 138029 1726888217.65483: running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type 138029 1726888217.65717: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032c8 138029 1726888217.65741: variable 'ansible_search_path' from source: unknown 138029 1726888217.66011: calling self._execute() 138029 1726888217.66289: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.66376: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.66473: variable 'omit' from source: magic vars 138029 1726888217.66874: variable 'omit' from source: magic vars 138029 1726888217.67072: variable 'omit' from source: magic vars 138029 1726888217.67569: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888217.67734: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888217.67784: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888217.67813: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888217.67846: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888217.67930: 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) 138029 1726888217.67952: 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) 138029 1726888217.67978: 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) 138029 1726888217.68002: 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) 138029 1726888217.68111: 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) 138029 1726888217.68115: 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) 138029 1726888217.68119: 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) 138029 1726888217.68122: 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) 138029 1726888217.68547: variable '_storage_test_volume_present' from source: set_fact 138029 1726888217.68551: variable 'storage_test_volume' from source: include params 138029 1726888217.68661: variable 'storage_test_pool' from source: include params 138029 1726888217.68729: variable 'omit' from source: magic vars 138029 1726888217.68764: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888217.68896: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888217.68999: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888217.69020: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888217.69115: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888217.69131: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888217.69148: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888217.69204: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888217.69209: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.69212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.69582: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888217.69586: Set connection var ansible_timeout to 10 138029 1726888217.69644: Set connection var ansible_pipelining to False 138029 1726888217.69648: Set connection var ansible_shell_type to sh 138029 1726888217.69651: Set connection var ansible_connection to ssh 138029 1726888217.69653: Set connection var ansible_shell_executable to /bin/sh 138029 1726888217.69658: variable 'ansible_shell_executable' from source: unknown 138029 1726888217.69660: variable 'ansible_connection' from source: unknown 138029 1726888217.69663: variable 'ansible_module_compression' from source: unknown 138029 1726888217.69668: variable 'ansible_shell_type' from source: unknown 138029 1726888217.69670: variable 'ansible_shell_executable' from source: unknown 138029 1726888217.69672: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.69678: variable 'ansible_pipelining' from source: unknown 138029 1726888217.69682: variable 'ansible_timeout' from source: unknown 138029 1726888217.69684: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.70284: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888217.70288: variable 'omit' from source: magic vars 138029 1726888217.70290: starting attempt loop 138029 1726888217.70292: running the handler 138029 1726888217.70295: handler run complete 138029 1726888217.70297: attempt loop complete, returning result 138029 1726888217.70299: _execute() done 138029 1726888217.70301: dumping result to json 138029 1726888217.70303: done dumping result, returning 138029 1726888217.70305: done running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type [0affc8a3-6f6f-5a58-73a2-0000000032c8] 138029 1726888217.70308: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032c8 138029 1726888217.70383: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032c8 138029 1726888217.70388: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } 138029 1726888217.70445: no more pending results, returning what we have 138029 1726888217.70454: results queue empty 138029 1726888217.70459: checking for any_errors_fatal 138029 1726888217.70460: done checking for any_errors_fatal 138029 1726888217.70461: checking for max_fail_percentage 138029 1726888217.70463: done checking for max_fail_percentage 138029 1726888217.70464: checking to see if all hosts have failed and the running result is not ok 138029 1726888217.70464: done checking to see if all hosts have failed 138029 1726888217.70465: getting the remaining hosts for this loop 138029 1726888217.70467: done getting the remaining hosts for this loop 138029 1726888217.70471: getting the next task for host managed_node3 138029 1726888217.70480: done getting next task for host managed_node3 138029 1726888217.70483: ^ task is: TASK: Set some facts 138029 1726888217.70496: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888217.70503: getting variables 138029 1726888217.70504: in VariableManager get_vars() 138029 1726888217.70543: Calling all_inventory to load vars for managed_node3 138029 1726888217.70546: Calling groups_inventory to load vars for managed_node3 138029 1726888217.70550: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.70865: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.70870: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.70874: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.72049: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.73362: done with get_vars() 138029 1726888217.73380: done getting variables 138029 1726888217.73436: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:17 -0400 (0:00:00.098) 0:03:50.458 ****** 138029 1726888217.73471: entering _queue_task() for managed_node3/set_fact 138029 1726888217.74492: worker is 1 (out of 1 available) 138029 1726888217.74503: exiting _queue_task() for managed_node3/set_fact 138029 1726888217.74514: done queuing things up, now waiting for results queue to drain 138029 1726888217.74516: waiting for pending results... 138029 1726888217.74981: running TaskExecutor() for managed_node3/TASK: Set some facts 138029 1726888217.75074: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032c9 138029 1726888217.75078: variable 'ansible_search_path' from source: unknown 138029 1726888217.75082: calling self._execute() 138029 1726888217.75386: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.75392: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.75618: variable 'omit' from source: magic vars 138029 1726888217.75682: variable 'omit' from source: magic vars 138029 1726888217.75871: variable 'omit' from source: magic vars 138029 1726888217.76497: variable '_storage_test_volume_present' from source: set_fact 138029 1726888217.76512: variable 'storage_test_volume' from source: include params 138029 1726888217.77169: variable 'storage_test_volume' from source: include params 138029 1726888217.77173: variable 'mount_prefix' from source: task vars 138029 1726888217.77690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888217.80256: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888217.80261: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888217.80264: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888217.80293: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888217.80460: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888217.80469: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888217.80472: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888217.80475: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888217.80492: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888217.80507: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888217.80684: variable '__storage_is_ostree' from source: set_fact 138029 1726888217.80687: variable 'storage_test_volume' from source: include params 138029 1726888217.80961: variable 'omit' from source: magic vars 138029 1726888217.80964: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888217.80970: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888217.80973: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888217.80975: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888217.80978: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888217.80981: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888217.80983: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888217.80985: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888217.80987: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.80989: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.81026: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888217.81029: Set connection var ansible_timeout to 10 138029 1726888217.81034: Set connection var ansible_pipelining to False 138029 1726888217.81037: Set connection var ansible_shell_type to sh 138029 1726888217.81039: Set connection var ansible_connection to ssh 138029 1726888217.81045: Set connection var ansible_shell_executable to /bin/sh 138029 1726888217.81080: variable 'ansible_shell_executable' from source: unknown 138029 1726888217.81083: variable 'ansible_connection' from source: unknown 138029 1726888217.81086: variable 'ansible_module_compression' from source: unknown 138029 1726888217.81088: variable 'ansible_shell_type' from source: unknown 138029 1726888217.81091: variable 'ansible_shell_executable' from source: unknown 138029 1726888217.81093: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.81096: variable 'ansible_pipelining' from source: unknown 138029 1726888217.81098: variable 'ansible_timeout' from source: unknown 138029 1726888217.81103: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.81208: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888217.81218: variable 'omit' from source: magic vars 138029 1726888217.81223: starting attempt loop 138029 1726888217.81226: running the handler 138029 1726888217.81241: handler run complete 138029 1726888217.81251: attempt loop complete, returning result 138029 1726888217.81254: _execute() done 138029 1726888217.81258: dumping result to json 138029 1726888217.81261: done dumping result, returning 138029 1726888217.81269: done running TaskExecutor() for managed_node3/TASK: Set some facts [0affc8a3-6f6f-5a58-73a2-0000000032c9] 138029 1726888217.81271: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032c9 138029 1726888217.81628: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032c9 138029 1726888217.81632: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } 138029 1726888217.81681: no more pending results, returning what we have 138029 1726888217.81685: results queue empty 138029 1726888217.81686: checking for any_errors_fatal 138029 1726888217.81694: done checking for any_errors_fatal 138029 1726888217.81695: checking for max_fail_percentage 138029 1726888217.81697: done checking for max_fail_percentage 138029 1726888217.81697: checking to see if all hosts have failed and the running result is not ok 138029 1726888217.81699: done checking to see if all hosts have failed 138029 1726888217.81699: getting the remaining hosts for this loop 138029 1726888217.81701: done getting the remaining hosts for this loop 138029 1726888217.81705: getting the next task for host managed_node3 138029 1726888217.81712: done getting next task for host managed_node3 138029 1726888217.81715: ^ task is: TASK: Get information about the mountpoint directory 138029 1726888217.81722: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888217.81732: getting variables 138029 1726888217.81734: in VariableManager get_vars() 138029 1726888217.81791: Calling all_inventory to load vars for managed_node3 138029 1726888217.81794: Calling groups_inventory to load vars for managed_node3 138029 1726888217.81797: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.81807: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.81810: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.81812: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.82359: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.82961: done with get_vars() 138029 1726888217.82977: 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:10:17 -0400 (0:00:00.095) 0:03:50.554 ****** 138029 1726888217.83068: entering _queue_task() for managed_node3/stat 138029 1726888217.83344: worker is 1 (out of 1 available) 138029 1726888217.83460: exiting _queue_task() for managed_node3/stat 138029 1726888217.83470: done queuing things up, now waiting for results queue to drain 138029 1726888217.83472: waiting for pending results... 138029 1726888217.83911: running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory 138029 1726888217.83918: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032ca 138029 1726888217.83922: variable 'ansible_search_path' from source: unknown 138029 1726888217.83926: calling self._execute() 138029 1726888217.84224: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.84228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.84231: variable 'omit' from source: magic vars 138029 1726888217.84494: variable '_storage_test_volume_present' from source: set_fact 138029 1726888217.84501: variable 'storage_test_volume' from source: include params 138029 1726888217.84534: 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 138029 1726888217.84538: when evaluation is False, skipping this task 138029 1726888217.84543: _execute() done 138029 1726888217.84545: dumping result to json 138029 1726888217.84548: done dumping result, returning 138029 1726888217.84552: done running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-5a58-73a2-0000000032ca] 138029 1726888217.84563: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032ca 138029 1726888217.84850: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032ca 138029 1726888217.84856: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888217.84898: no more pending results, returning what we have 138029 1726888217.84901: results queue empty 138029 1726888217.84902: checking for any_errors_fatal 138029 1726888217.84908: done checking for any_errors_fatal 138029 1726888217.84909: checking for max_fail_percentage 138029 1726888217.84911: done checking for max_fail_percentage 138029 1726888217.84912: checking to see if all hosts have failed and the running result is not ok 138029 1726888217.84913: done checking to see if all hosts have failed 138029 1726888217.84913: getting the remaining hosts for this loop 138029 1726888217.84915: done getting the remaining hosts for this loop 138029 1726888217.84918: getting the next task for host managed_node3 138029 1726888217.84925: done getting next task for host managed_node3 138029 1726888217.84927: ^ task is: TASK: Verify the current mount state by device 138029 1726888217.84933: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888217.84937: getting variables 138029 1726888217.84939: in VariableManager get_vars() 138029 1726888217.85162: Calling all_inventory to load vars for managed_node3 138029 1726888217.85165: Calling groups_inventory to load vars for managed_node3 138029 1726888217.85168: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.85177: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.85180: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.85182: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.86236: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.87563: done with get_vars() 138029 1726888217.87579: done getting variables 138029 1726888217.87642: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:17 -0400 (0:00:00.047) 0:03:50.601 ****** 138029 1726888217.87842: entering _queue_task() for managed_node3/assert 138029 1726888217.88521: worker is 1 (out of 1 available) 138029 1726888217.88533: exiting _queue_task() for managed_node3/assert 138029 1726888217.88542: done queuing things up, now waiting for results queue to drain 138029 1726888217.88543: waiting for pending results... 138029 1726888217.88978: running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device 138029 1726888217.89296: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032cb 138029 1726888217.89310: variable 'ansible_search_path' from source: unknown 138029 1726888217.89350: calling self._execute() 138029 1726888217.89763: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.89770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.89773: variable 'omit' from source: magic vars 138029 1726888217.90305: variable '_storage_test_volume_present' from source: set_fact 138029 1726888217.90314: Evaluated conditional (_storage_test_volume_present): False 138029 1726888217.90318: when evaluation is False, skipping this task 138029 1726888217.90327: _execute() done 138029 1726888217.90331: dumping result to json 138029 1726888217.90335: done dumping result, returning 138029 1726888217.90338: done running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device [0affc8a3-6f6f-5a58-73a2-0000000032cb] 138029 1726888217.90340: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032cb 138029 1726888217.90767: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032cb 138029 1726888217.90772: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888217.90815: no more pending results, returning what we have 138029 1726888217.90818: results queue empty 138029 1726888217.90819: checking for any_errors_fatal 138029 1726888217.90825: done checking for any_errors_fatal 138029 1726888217.90825: checking for max_fail_percentage 138029 1726888217.90827: done checking for max_fail_percentage 138029 1726888217.90828: checking to see if all hosts have failed and the running result is not ok 138029 1726888217.90829: done checking to see if all hosts have failed 138029 1726888217.90830: getting the remaining hosts for this loop 138029 1726888217.90831: done getting the remaining hosts for this loop 138029 1726888217.90835: getting the next task for host managed_node3 138029 1726888217.90843: done getting next task for host managed_node3 138029 1726888217.90845: ^ task is: TASK: Verify mount directory user 138029 1726888217.90851: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888217.90857: getting variables 138029 1726888217.90858: in VariableManager get_vars() 138029 1726888217.90887: Calling all_inventory to load vars for managed_node3 138029 1726888217.90890: Calling groups_inventory to load vars for managed_node3 138029 1726888217.90893: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.90903: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.90906: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.90909: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.91864: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.93260: done with get_vars() 138029 1726888217.93278: done getting variables 138029 1726888217.93336: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:17 -0400 (0:00:00.056) 0:03:50.658 ****** 138029 1726888217.93489: entering _queue_task() for managed_node3/assert 138029 1726888217.94165: worker is 1 (out of 1 available) 138029 1726888217.94179: exiting _queue_task() for managed_node3/assert 138029 1726888217.94192: done queuing things up, now waiting for results queue to drain 138029 1726888217.94193: waiting for pending results... 138029 1726888217.94701: running TaskExecutor() for managed_node3/TASK: Verify mount directory user 138029 1726888217.94915: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032cc 138029 1726888217.94929: variable 'ansible_search_path' from source: unknown 138029 1726888217.94967: calling self._execute() 138029 1726888217.95100: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.95103: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.95123: variable 'omit' from source: magic vars 138029 1726888217.95624: variable '_storage_test_volume_present' from source: set_fact 138029 1726888217.95628: variable 'storage_test_volume' from source: include params 138029 1726888217.95645: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 138029 1726888217.95648: when evaluation is False, skipping this task 138029 1726888217.95660: _execute() done 138029 1726888217.95663: dumping result to json 138029 1726888217.95665: done dumping result, returning 138029 1726888217.95677: done running TaskExecutor() for managed_node3/TASK: Verify mount directory user [0affc8a3-6f6f-5a58-73a2-0000000032cc] 138029 1726888217.95683: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032cc 138029 1726888217.96018: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032cc 138029 1726888217.96022: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888217.96080: no more pending results, returning what we have 138029 1726888217.96084: results queue empty 138029 1726888217.96085: checking for any_errors_fatal 138029 1726888217.96096: done checking for any_errors_fatal 138029 1726888217.96097: checking for max_fail_percentage 138029 1726888217.96098: done checking for max_fail_percentage 138029 1726888217.96099: checking to see if all hosts have failed and the running result is not ok 138029 1726888217.96100: done checking to see if all hosts have failed 138029 1726888217.96101: getting the remaining hosts for this loop 138029 1726888217.96103: done getting the remaining hosts for this loop 138029 1726888217.96219: getting the next task for host managed_node3 138029 1726888217.96228: done getting next task for host managed_node3 138029 1726888217.96231: ^ task is: TASK: Verify mount directory group 138029 1726888217.96239: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888217.96245: getting variables 138029 1726888217.96247: in VariableManager get_vars() 138029 1726888217.96287: Calling all_inventory to load vars for managed_node3 138029 1726888217.96291: Calling groups_inventory to load vars for managed_node3 138029 1726888217.96295: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888217.96308: Calling all_plugins_play to load vars for managed_node3 138029 1726888217.96313: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888217.96316: Calling groups_plugins_play to load vars for managed_node3 138029 1726888217.97801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888217.98488: done with get_vars() 138029 1726888217.98524: done getting variables 138029 1726888217.98596: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:17 -0400 (0:00:00.051) 0:03:50.710 ****** 138029 1726888217.98660: entering _queue_task() for managed_node3/assert 138029 1726888217.99017: worker is 1 (out of 1 available) 138029 1726888217.99029: exiting _queue_task() for managed_node3/assert 138029 1726888217.99042: done queuing things up, now waiting for results queue to drain 138029 1726888217.99044: waiting for pending results... 138029 1726888217.99403: running TaskExecutor() for managed_node3/TASK: Verify mount directory group 138029 1726888217.99561: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032cd 138029 1726888217.99692: variable 'ansible_search_path' from source: unknown 138029 1726888217.99701: calling self._execute() 138029 1726888217.99748: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888217.99754: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888217.99768: variable 'omit' from source: magic vars 138029 1726888218.00346: variable '_storage_test_volume_present' from source: set_fact 138029 1726888218.00349: variable 'storage_test_volume' from source: include params 138029 1726888218.00353: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 138029 1726888218.00357: when evaluation is False, skipping this task 138029 1726888218.00454: _execute() done 138029 1726888218.00460: dumping result to json 138029 1726888218.00478: done dumping result, returning 138029 1726888218.00483: done running TaskExecutor() for managed_node3/TASK: Verify mount directory group [0affc8a3-6f6f-5a58-73a2-0000000032cd] 138029 1726888218.00493: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032cd 138029 1726888218.00676: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032cd 138029 1726888218.00768: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888218.00910: no more pending results, returning what we have 138029 1726888218.00914: results queue empty 138029 1726888218.00915: checking for any_errors_fatal 138029 1726888218.00923: done checking for any_errors_fatal 138029 1726888218.00923: checking for max_fail_percentage 138029 1726888218.00925: done checking for max_fail_percentage 138029 1726888218.00926: checking to see if all hosts have failed and the running result is not ok 138029 1726888218.00927: done checking to see if all hosts have failed 138029 1726888218.00928: getting the remaining hosts for this loop 138029 1726888218.00929: done getting the remaining hosts for this loop 138029 1726888218.00933: getting the next task for host managed_node3 138029 1726888218.00943: done getting next task for host managed_node3 138029 1726888218.00946: ^ task is: TASK: Verify mount directory permissions 138029 1726888218.00954: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888218.00962: getting variables 138029 1726888218.00967: in VariableManager get_vars() 138029 1726888218.01006: Calling all_inventory to load vars for managed_node3 138029 1726888218.01009: Calling groups_inventory to load vars for managed_node3 138029 1726888218.01013: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888218.01026: Calling all_plugins_play to load vars for managed_node3 138029 1726888218.01031: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888218.01034: Calling groups_plugins_play to load vars for managed_node3 138029 1726888218.02294: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888218.03707: done with get_vars() 138029 1726888218.03722: done getting variables 138029 1726888218.03917: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:18 -0400 (0:00:00.053) 0:03:50.763 ****** 138029 1726888218.03974: entering _queue_task() for managed_node3/assert 138029 1726888218.04351: worker is 1 (out of 1 available) 138029 1726888218.04374: exiting _queue_task() for managed_node3/assert 138029 1726888218.04387: done queuing things up, now waiting for results queue to drain 138029 1726888218.04389: waiting for pending results... 138029 1726888218.04646: running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions 138029 1726888218.04791: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032ce 138029 1726888218.04815: variable 'ansible_search_path' from source: unknown 138029 1726888218.04847: calling self._execute() 138029 1726888218.04951: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.04957: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.04970: variable 'omit' from source: magic vars 138029 1726888218.05357: variable '_storage_test_volume_present' from source: set_fact 138029 1726888218.05362: variable 'storage_test_volume' from source: include params 138029 1726888218.05394: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 138029 1726888218.05402: when evaluation is False, skipping this task 138029 1726888218.05407: _execute() done 138029 1726888218.05410: dumping result to json 138029 1726888218.05412: done dumping result, returning 138029 1726888218.05416: done running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions [0affc8a3-6f6f-5a58-73a2-0000000032ce] 138029 1726888218.05418: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032ce 138029 1726888218.05539: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032ce 138029 1726888218.05542: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888218.05658: no more pending results, returning what we have 138029 1726888218.05661: results queue empty 138029 1726888218.05662: checking for any_errors_fatal 138029 1726888218.05671: done checking for any_errors_fatal 138029 1726888218.05672: checking for max_fail_percentage 138029 1726888218.05674: done checking for max_fail_percentage 138029 1726888218.05674: checking to see if all hosts have failed and the running result is not ok 138029 1726888218.05675: done checking to see if all hosts have failed 138029 1726888218.05676: getting the remaining hosts for this loop 138029 1726888218.05677: done getting the remaining hosts for this loop 138029 1726888218.05680: getting the next task for host managed_node3 138029 1726888218.05688: done getting next task for host managed_node3 138029 1726888218.05690: ^ task is: TASK: Get path of test volume device 138029 1726888218.05695: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888218.05699: getting variables 138029 1726888218.05700: in VariableManager get_vars() 138029 1726888218.05731: Calling all_inventory to load vars for managed_node3 138029 1726888218.05734: Calling groups_inventory to load vars for managed_node3 138029 1726888218.05736: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888218.05745: Calling all_plugins_play to load vars for managed_node3 138029 1726888218.05748: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888218.05751: Calling groups_plugins_play to load vars for managed_node3 138029 1726888218.06398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888218.07570: done with get_vars() 138029 1726888218.07586: done getting variables 138029 1726888218.07663: 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:10:18 -0400 (0:00:00.037) 0:03:50.800 ****** 138029 1726888218.07706: entering _queue_task() for managed_node3/command 138029 1726888218.08138: worker is 1 (out of 1 available) 138029 1726888218.08158: exiting _queue_task() for managed_node3/command 138029 1726888218.08172: done queuing things up, now waiting for results queue to drain 138029 1726888218.08173: waiting for pending results... 138029 1726888218.08701: running TaskExecutor() for managed_node3/TASK: Get path of test volume device 138029 1726888218.08707: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032cf 138029 1726888218.08712: variable 'ansible_search_path' from source: unknown 138029 1726888218.08734: calling self._execute() 138029 1726888218.08972: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.08977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.08980: variable 'omit' from source: magic vars 138029 1726888218.09454: variable 'storage_test_volume' from source: include params 138029 1726888218.09490: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888218.09494: when evaluation is False, skipping this task 138029 1726888218.09502: _execute() done 138029 1726888218.09506: dumping result to json 138029 1726888218.09508: done dumping result, returning 138029 1726888218.09511: done running TaskExecutor() for managed_node3/TASK: Get path of test volume device [0affc8a3-6f6f-5a58-73a2-0000000032cf] 138029 1726888218.09513: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032cf 138029 1726888218.09810: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032cf 138029 1726888218.09814: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888218.09863: no more pending results, returning what we have 138029 1726888218.09868: results queue empty 138029 1726888218.09869: checking for any_errors_fatal 138029 1726888218.09877: done checking for any_errors_fatal 138029 1726888218.09878: checking for max_fail_percentage 138029 1726888218.09880: done checking for max_fail_percentage 138029 1726888218.09880: checking to see if all hosts have failed and the running result is not ok 138029 1726888218.09881: done checking to see if all hosts have failed 138029 1726888218.09882: getting the remaining hosts for this loop 138029 1726888218.09883: done getting the remaining hosts for this loop 138029 1726888218.09930: getting the next task for host managed_node3 138029 1726888218.09939: done getting next task for host managed_node3 138029 1726888218.09942: ^ task is: TASK: Gather swap info 138029 1726888218.09948: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888218.09952: getting variables 138029 1726888218.09953: in VariableManager get_vars() 138029 1726888218.09987: Calling all_inventory to load vars for managed_node3 138029 1726888218.09998: Calling groups_inventory to load vars for managed_node3 138029 1726888218.10002: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888218.10011: Calling all_plugins_play to load vars for managed_node3 138029 1726888218.10014: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888218.10017: Calling groups_plugins_play to load vars for managed_node3 138029 1726888218.10425: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888218.10901: done with get_vars() 138029 1726888218.10919: done getting variables 138029 1726888218.10982: 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:10:18 -0400 (0:00:00.033) 0:03:50.833 ****** 138029 1726888218.11024: entering _queue_task() for managed_node3/command 138029 1726888218.11351: worker is 1 (out of 1 available) 138029 1726888218.11372: exiting _queue_task() for managed_node3/command 138029 1726888218.11387: done queuing things up, now waiting for results queue to drain 138029 1726888218.11389: waiting for pending results... 138029 1726888218.11714: running TaskExecutor() for managed_node3/TASK: Gather swap info 138029 1726888218.11808: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032d0 138029 1726888218.11820: variable 'ansible_search_path' from source: unknown 138029 1726888218.11860: calling self._execute() 138029 1726888218.12006: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.12011: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.12014: variable 'omit' from source: magic vars 138029 1726888218.12480: variable 'storage_test_volume' from source: include params 138029 1726888218.12502: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888218.12505: when evaluation is False, skipping this task 138029 1726888218.12508: _execute() done 138029 1726888218.12512: dumping result to json 138029 1726888218.12514: done dumping result, returning 138029 1726888218.12520: done running TaskExecutor() for managed_node3/TASK: Gather swap info [0affc8a3-6f6f-5a58-73a2-0000000032d0] 138029 1726888218.12525: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032d0 138029 1726888218.12675: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032d0 138029 1726888218.12678: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888218.12767: no more pending results, returning what we have 138029 1726888218.12770: results queue empty 138029 1726888218.12771: checking for any_errors_fatal 138029 1726888218.12777: done checking for any_errors_fatal 138029 1726888218.12778: checking for max_fail_percentage 138029 1726888218.12779: done checking for max_fail_percentage 138029 1726888218.12780: checking to see if all hosts have failed and the running result is not ok 138029 1726888218.12780: done checking to see if all hosts have failed 138029 1726888218.12781: getting the remaining hosts for this loop 138029 1726888218.12782: done getting the remaining hosts for this loop 138029 1726888218.12786: getting the next task for host managed_node3 138029 1726888218.12798: done getting next task for host managed_node3 138029 1726888218.12800: ^ task is: TASK: Verify swap status 138029 1726888218.12808: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888218.12814: getting variables 138029 1726888218.12815: in VariableManager get_vars() 138029 1726888218.12846: Calling all_inventory to load vars for managed_node3 138029 1726888218.12849: Calling groups_inventory to load vars for managed_node3 138029 1726888218.12852: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888218.12870: Calling all_plugins_play to load vars for managed_node3 138029 1726888218.12876: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888218.12883: Calling groups_plugins_play to load vars for managed_node3 138029 1726888218.13712: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888218.14459: done with get_vars() 138029 1726888218.14480: done getting variables 138029 1726888218.14580: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:18 -0400 (0:00:00.035) 0:03:50.869 ****** 138029 1726888218.14623: entering _queue_task() for managed_node3/assert 138029 1726888218.14988: worker is 1 (out of 1 available) 138029 1726888218.15002: exiting _queue_task() for managed_node3/assert 138029 1726888218.15014: done queuing things up, now waiting for results queue to drain 138029 1726888218.15015: waiting for pending results... 138029 1726888218.15306: running TaskExecutor() for managed_node3/TASK: Verify swap status 138029 1726888218.15412: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032d1 138029 1726888218.15426: variable 'ansible_search_path' from source: unknown 138029 1726888218.15452: calling self._execute() 138029 1726888218.15580: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.15584: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.15593: variable 'omit' from source: magic vars 138029 1726888218.15979: variable 'storage_test_volume' from source: include params 138029 1726888218.16026: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888218.16030: when evaluation is False, skipping this task 138029 1726888218.16033: _execute() done 138029 1726888218.16040: dumping result to json 138029 1726888218.16042: done dumping result, returning 138029 1726888218.16045: done running TaskExecutor() for managed_node3/TASK: Verify swap status [0affc8a3-6f6f-5a58-73a2-0000000032d1] 138029 1726888218.16049: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032d1 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888218.16331: no more pending results, returning what we have 138029 1726888218.16334: results queue empty 138029 1726888218.16336: checking for any_errors_fatal 138029 1726888218.16341: done checking for any_errors_fatal 138029 1726888218.16341: checking for max_fail_percentage 138029 1726888218.16343: done checking for max_fail_percentage 138029 1726888218.16344: checking to see if all hosts have failed and the running result is not ok 138029 1726888218.16344: done checking to see if all hosts have failed 138029 1726888218.16344: getting the remaining hosts for this loop 138029 1726888218.16346: done getting the remaining hosts for this loop 138029 1726888218.16348: getting the next task for host managed_node3 138029 1726888218.16357: done getting next task for host managed_node3 138029 1726888218.16359: ^ task is: TASK: Unset facts 138029 1726888218.16363: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888218.16368: getting variables 138029 1726888218.16369: in VariableManager get_vars() 138029 1726888218.16390: Calling all_inventory to load vars for managed_node3 138029 1726888218.16391: Calling groups_inventory to load vars for managed_node3 138029 1726888218.16393: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888218.16401: Calling all_plugins_play to load vars for managed_node3 138029 1726888218.16403: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888218.16405: Calling groups_plugins_play to load vars for managed_node3 138029 1726888218.16821: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032d1 138029 1726888218.16825: WORKER PROCESS EXITING 138029 1726888218.16834: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888218.17327: done with get_vars() 138029 1726888218.17337: done getting variables 138029 1726888218.17389: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:18 -0400 (0:00:00.027) 0:03:50.897 ****** 138029 1726888218.17415: entering _queue_task() for managed_node3/set_fact 138029 1726888218.17626: worker is 1 (out of 1 available) 138029 1726888218.17640: exiting _queue_task() for managed_node3/set_fact 138029 1726888218.17654: done queuing things up, now waiting for results queue to drain 138029 1726888218.17658: waiting for pending results... 138029 1726888218.17932: running TaskExecutor() for managed_node3/TASK: Unset facts 138029 1726888218.18044: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032d2 138029 1726888218.18057: variable 'ansible_search_path' from source: unknown 138029 1726888218.18085: calling self._execute() 138029 1726888218.18181: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.18186: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.18195: variable 'omit' from source: magic vars 138029 1726888218.18279: variable 'omit' from source: magic vars 138029 1726888218.18340: variable 'omit' from source: magic vars 138029 1726888218.18368: variable 'omit' from source: magic vars 138029 1726888218.18399: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888218.18426: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888218.18446: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888218.18461: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888218.18472: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888218.18485: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888218.18497: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888218.18520: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888218.18522: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.18526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.18612: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888218.18615: Set connection var ansible_timeout to 10 138029 1726888218.18622: Set connection var ansible_pipelining to False 138029 1726888218.18624: Set connection var ansible_shell_type to sh 138029 1726888218.18641: Set connection var ansible_connection to ssh 138029 1726888218.18643: Set connection var ansible_shell_executable to /bin/sh 138029 1726888218.18679: variable 'ansible_shell_executable' from source: unknown 138029 1726888218.18682: variable 'ansible_connection' from source: unknown 138029 1726888218.18684: variable 'ansible_module_compression' from source: unknown 138029 1726888218.18687: variable 'ansible_shell_type' from source: unknown 138029 1726888218.18691: variable 'ansible_shell_executable' from source: unknown 138029 1726888218.18693: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.18697: variable 'ansible_pipelining' from source: unknown 138029 1726888218.18700: variable 'ansible_timeout' from source: unknown 138029 1726888218.18745: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.18890: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888218.18900: variable 'omit' from source: magic vars 138029 1726888218.18903: starting attempt loop 138029 1726888218.18906: running the handler 138029 1726888218.18941: handler run complete 138029 1726888218.18945: attempt loop complete, returning result 138029 1726888218.18948: _execute() done 138029 1726888218.18950: dumping result to json 138029 1726888218.18952: done dumping result, returning 138029 1726888218.18954: done running TaskExecutor() for managed_node3/TASK: Unset facts [0affc8a3-6f6f-5a58-73a2-0000000032d2] 138029 1726888218.18958: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032d2 138029 1726888218.19107: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032d2 138029 1726888218.19111: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888218.19195: no more pending results, returning what we have 138029 1726888218.19200: results queue empty 138029 1726888218.19201: checking for any_errors_fatal 138029 1726888218.19211: done checking for any_errors_fatal 138029 1726888218.19212: checking for max_fail_percentage 138029 1726888218.19213: done checking for max_fail_percentage 138029 1726888218.19214: checking to see if all hosts have failed and the running result is not ok 138029 1726888218.19216: done checking to see if all hosts have failed 138029 1726888218.19216: getting the remaining hosts for this loop 138029 1726888218.19218: done getting the remaining hosts for this loop 138029 1726888218.19221: getting the next task for host managed_node3 138029 1726888218.19233: done getting next task for host managed_node3 138029 1726888218.19237: ^ task is: TASK: Set some variables for fstab checking 138029 1726888218.19242: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888218.19246: getting variables 138029 1726888218.19248: in VariableManager get_vars() 138029 1726888218.19281: Calling all_inventory to load vars for managed_node3 138029 1726888218.19285: Calling groups_inventory to load vars for managed_node3 138029 1726888218.19290: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888218.19300: Calling all_plugins_play to load vars for managed_node3 138029 1726888218.19307: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888218.19313: Calling groups_plugins_play to load vars for managed_node3 138029 1726888218.20459: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888218.21069: done with get_vars() 138029 1726888218.21086: done getting variables 138029 1726888218.21138: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:18 -0400 (0:00:00.037) 0:03:50.935 ****** 138029 1726888218.21168: entering _queue_task() for managed_node3/set_fact 138029 1726888218.21469: worker is 1 (out of 1 available) 138029 1726888218.21485: exiting _queue_task() for managed_node3/set_fact 138029 1726888218.21497: done queuing things up, now waiting for results queue to drain 138029 1726888218.21499: waiting for pending results... 138029 1726888218.21722: running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking 138029 1726888218.21824: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032d6 138029 1726888218.21838: variable 'ansible_search_path' from source: unknown 138029 1726888218.21871: calling self._execute() 138029 1726888218.21974: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.21978: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.21987: variable 'omit' from source: magic vars 138029 1726888218.22079: variable 'omit' from source: magic vars 138029 1726888218.22164: variable 'omit' from source: magic vars 138029 1726888218.22398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888218.24208: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888218.24275: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888218.24307: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888218.24365: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888218.24393: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888218.24467: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888218.24509: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888218.24532: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888218.24589: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888218.24640: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888218.24666: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888218.24689: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888218.24729: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888218.24775: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888218.24779: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888218.24837: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888218.24860: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888218.24885: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888218.24943: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888218.24946: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888218.25100: variable 'storage_test_fstab' from source: set_fact 138029 1726888218.25114: variable 'storage_test_volume' from source: include params 138029 1726888218.25267: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888218.25429: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888218.25433: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888218.25449: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888218.25502: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888218.25542: 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) 138029 1726888218.25569: 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) 138029 1726888218.25590: 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) 138029 1726888218.25636: 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) 138029 1726888218.25871: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888218.25896: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888218.25915: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888218.25953: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888218.25983: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888218.26225: variable '__mount_point' from source: task vars 138029 1726888218.26314: variable 'storage_test_volume' from source: include params 138029 1726888218.26317: variable 'storage_test_fstab' from source: set_fact 138029 1726888218.26639: variable '_storage_test_volume_present' from source: set_fact 138029 1726888218.26642: variable '__mount_point' from source: task vars 138029 1726888218.26729: variable 'storage_test_volume' from source: include params 138029 1726888218.26732: variable 'storage_test_volume' from source: include params 138029 1726888218.26876: variable '_storage_test_volume_present' from source: set_fact 138029 1726888218.26879: variable '__mount_point' from source: task vars 138029 1726888218.26918: variable 'storage_test_volume' from source: include params 138029 1726888218.27162: variable '__mount_options' from source: task vars 138029 1726888218.27210: variable 'storage_test_volume' from source: include params 138029 1726888218.27222: variable '__mount_point' from source: task vars 138029 1726888218.27274: variable 'storage_test_volume' from source: include params 138029 1726888218.27285: variable 'storage_test_fstab' from source: set_fact 138029 1726888218.27291: variable '__pattern' from source: task vars 138029 1726888218.27352: variable '__mount_point' from source: task vars 138029 1726888218.27410: variable 'storage_test_volume' from source: include params 138029 1726888218.27427: variable '__mount_options' from source: task vars 138029 1726888218.27473: variable 'storage_test_volume' from source: include params 138029 1726888218.27580: variable '_storage_test_volume_present' from source: set_fact 138029 1726888218.27584: variable '__mount_options' from source: task vars 138029 1726888218.27632: variable 'storage_test_volume' from source: include params 138029 1726888218.27652: variable 'omit' from source: magic vars 138029 1726888218.27677: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888218.27697: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888218.27711: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888218.27724: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888218.27732: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888218.27748: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888218.27762: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888218.27785: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888218.27789: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.27791: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.27872: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888218.27877: Set connection var ansible_timeout to 10 138029 1726888218.27882: Set connection var ansible_pipelining to False 138029 1726888218.27884: Set connection var ansible_shell_type to sh 138029 1726888218.27887: Set connection var ansible_connection to ssh 138029 1726888218.27891: Set connection var ansible_shell_executable to /bin/sh 138029 1726888218.27913: variable 'ansible_shell_executable' from source: unknown 138029 1726888218.27916: variable 'ansible_connection' from source: unknown 138029 1726888218.27918: variable 'ansible_module_compression' from source: unknown 138029 1726888218.27920: variable 'ansible_shell_type' from source: unknown 138029 1726888218.27923: variable 'ansible_shell_executable' from source: unknown 138029 1726888218.27925: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.27929: variable 'ansible_pipelining' from source: unknown 138029 1726888218.27931: variable 'ansible_timeout' from source: unknown 138029 1726888218.27935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.28012: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888218.28021: variable 'omit' from source: magic vars 138029 1726888218.28026: starting attempt loop 138029 1726888218.28028: running the handler 138029 1726888218.28038: handler run complete 138029 1726888218.28046: attempt loop complete, returning result 138029 1726888218.28048: _execute() done 138029 1726888218.28051: dumping result to json 138029 1726888218.28057: done dumping result, returning 138029 1726888218.28067: done running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking [0affc8a3-6f6f-5a58-73a2-0000000032d6] 138029 1726888218.28070: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032d6 138029 1726888218.28171: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032d6 138029 1726888218.28174: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888218.28235: no more pending results, returning what we have 138029 1726888218.28238: results queue empty 138029 1726888218.28239: checking for any_errors_fatal 138029 1726888218.28249: done checking for any_errors_fatal 138029 1726888218.28250: checking for max_fail_percentage 138029 1726888218.28252: done checking for max_fail_percentage 138029 1726888218.28252: checking to see if all hosts have failed and the running result is not ok 138029 1726888218.28253: done checking to see if all hosts have failed 138029 1726888218.28254: getting the remaining hosts for this loop 138029 1726888218.28257: done getting the remaining hosts for this loop 138029 1726888218.28267: getting the next task for host managed_node3 138029 1726888218.28275: done getting next task for host managed_node3 138029 1726888218.28277: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888218.28283: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888218.28292: getting variables 138029 1726888218.28293: in VariableManager get_vars() 138029 1726888218.28329: Calling all_inventory to load vars for managed_node3 138029 1726888218.28332: Calling groups_inventory to load vars for managed_node3 138029 1726888218.28335: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888218.28345: Calling all_plugins_play to load vars for managed_node3 138029 1726888218.28348: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888218.28350: Calling groups_plugins_play to load vars for managed_node3 138029 1726888218.28801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888218.29298: done with get_vars() 138029 1726888218.29320: done getting variables 138029 1726888218.29402: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:18 -0400 (0:00:00.082) 0:03:51.017 ****** 138029 1726888218.29446: entering _queue_task() for managed_node3/assert 138029 1726888218.29792: worker is 1 (out of 1 available) 138029 1726888218.29805: exiting _queue_task() for managed_node3/assert 138029 1726888218.29819: done queuing things up, now waiting for results queue to drain 138029 1726888218.29821: waiting for pending results... 138029 1726888218.30268: running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888218.30313: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032d7 138029 1726888218.30325: variable 'ansible_search_path' from source: unknown 138029 1726888218.30353: calling self._execute() 138029 1726888218.30495: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.30499: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.30513: variable 'omit' from source: magic vars 138029 1726888218.31088: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888218.33786: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888218.33836: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888218.33874: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888218.33902: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888218.33938: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888218.34006: variable '_storage_test_volume_present' from source: set_fact 138029 1726888218.34019: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888218.34022: when evaluation is False, skipping this task 138029 1726888218.34026: _execute() done 138029 1726888218.34028: dumping result to json 138029 1726888218.34030: done dumping result, returning 138029 1726888218.34036: done running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-5a58-73a2-0000000032d7] 138029 1726888218.34042: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032d7 138029 1726888218.34138: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032d7 138029 1726888218.34141: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888218.34220: no more pending results, returning what we have 138029 1726888218.34223: results queue empty 138029 1726888218.34224: checking for any_errors_fatal 138029 1726888218.34233: done checking for any_errors_fatal 138029 1726888218.34234: checking for max_fail_percentage 138029 1726888218.34235: done checking for max_fail_percentage 138029 1726888218.34236: checking to see if all hosts have failed and the running result is not ok 138029 1726888218.34237: done checking to see if all hosts have failed 138029 1726888218.34238: getting the remaining hosts for this loop 138029 1726888218.34239: done getting the remaining hosts for this loop 138029 1726888218.34243: getting the next task for host managed_node3 138029 1726888218.34252: done getting next task for host managed_node3 138029 1726888218.34254: ^ task is: TASK: Verify the fstab mount point 138029 1726888218.34267: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888218.34272: getting variables 138029 1726888218.34273: in VariableManager get_vars() 138029 1726888218.34303: Calling all_inventory to load vars for managed_node3 138029 1726888218.34305: Calling groups_inventory to load vars for managed_node3 138029 1726888218.34308: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888218.34321: Calling all_plugins_play to load vars for managed_node3 138029 1726888218.34324: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888218.34327: Calling groups_plugins_play to load vars for managed_node3 138029 1726888218.34906: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888218.35488: done with get_vars() 138029 1726888218.35503: done getting variables 138029 1726888218.35553: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:18 -0400 (0:00:00.061) 0:03:51.079 ****** 138029 1726888218.35592: entering _queue_task() for managed_node3/assert 138029 1726888218.35877: worker is 1 (out of 1 available) 138029 1726888218.35890: exiting _queue_task() for managed_node3/assert 138029 1726888218.35902: done queuing things up, now waiting for results queue to drain 138029 1726888218.35903: waiting for pending results... 138029 1726888218.36276: running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point 138029 1726888218.36504: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032d8 138029 1726888218.36508: variable 'ansible_search_path' from source: unknown 138029 1726888218.36512: calling self._execute() 138029 1726888218.36543: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.36547: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.36550: variable 'omit' from source: magic vars 138029 1726888218.36677: variable 'omit' from source: magic vars 138029 1726888218.36752: variable 'omit' from source: magic vars 138029 1726888218.37039: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888218.37044: variable 'storage_test_volume' from source: include params 138029 1726888218.37142: variable 'omit' from source: magic vars 138029 1726888218.37146: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888218.37179: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888218.37197: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888218.37213: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888218.37225: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888218.37243: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888218.37258: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888218.37292: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888218.37295: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.37304: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.37435: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888218.37438: Set connection var ansible_timeout to 10 138029 1726888218.37443: Set connection var ansible_pipelining to False 138029 1726888218.37446: Set connection var ansible_shell_type to sh 138029 1726888218.37448: Set connection var ansible_connection to ssh 138029 1726888218.37460: Set connection var ansible_shell_executable to /bin/sh 138029 1726888218.37489: variable 'ansible_shell_executable' from source: unknown 138029 1726888218.37493: variable 'ansible_connection' from source: unknown 138029 1726888218.37495: variable 'ansible_module_compression' from source: unknown 138029 1726888218.37511: variable 'ansible_shell_type' from source: unknown 138029 1726888218.37513: variable 'ansible_shell_executable' from source: unknown 138029 1726888218.37515: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.37518: variable 'ansible_pipelining' from source: unknown 138029 1726888218.37520: variable 'ansible_timeout' from source: unknown 138029 1726888218.37522: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.37753: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888218.37769: variable 'omit' from source: magic vars 138029 1726888218.37772: starting attempt loop 138029 1726888218.37775: running the handler 138029 1726888218.37881: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888218.41078: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888218.41145: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888218.41201: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888218.41240: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888218.41277: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888218.41363: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888218.41402: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888218.41441: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888218.41492: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888218.41525: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888218.41619: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888218.41792: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888218.41807: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888218.41859: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888218.41882: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888218.42110: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 138029 1726888218.42136: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888218.42163: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 138029 1726888218.42189: handler run complete 138029 1726888218.42259: attempt loop complete, returning result 138029 1726888218.42262: _execute() done 138029 1726888218.42265: dumping result to json 138029 1726888218.42267: done dumping result, returning 138029 1726888218.42269: done running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point [0affc8a3-6f6f-5a58-73a2-0000000032d8] 138029 1726888218.42271: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032d8 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888218.42442: no more pending results, returning what we have 138029 1726888218.42452: results queue empty 138029 1726888218.42454: checking for any_errors_fatal 138029 1726888218.42464: done checking for any_errors_fatal 138029 1726888218.42465: checking for max_fail_percentage 138029 1726888218.42467: done checking for max_fail_percentage 138029 1726888218.42468: checking to see if all hosts have failed and the running result is not ok 138029 1726888218.42469: done checking to see if all hosts have failed 138029 1726888218.42469: getting the remaining hosts for this loop 138029 1726888218.42471: done getting the remaining hosts for this loop 138029 1726888218.42478: getting the next task for host managed_node3 138029 1726888218.42488: done getting next task for host managed_node3 138029 1726888218.42490: ^ task is: TASK: Verify mount_options 138029 1726888218.42496: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888218.42501: getting variables 138029 1726888218.42503: in VariableManager get_vars() 138029 1726888218.42547: Calling all_inventory to load vars for managed_node3 138029 1726888218.42550: Calling groups_inventory to load vars for managed_node3 138029 1726888218.42554: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888218.42568: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032d8 138029 1726888218.42571: WORKER PROCESS EXITING 138029 1726888218.42582: Calling all_plugins_play to load vars for managed_node3 138029 1726888218.42586: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888218.42590: Calling groups_plugins_play to load vars for managed_node3 138029 1726888218.43125: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888218.43606: done with get_vars() 138029 1726888218.43627: done getting variables 138029 1726888218.43694: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:18 -0400 (0:00:00.081) 0:03:51.160 ****** 138029 1726888218.43730: entering _queue_task() for managed_node3/assert 138029 1726888218.44006: worker is 1 (out of 1 available) 138029 1726888218.44021: exiting _queue_task() for managed_node3/assert 138029 1726888218.44034: done queuing things up, now waiting for results queue to drain 138029 1726888218.44035: waiting for pending results... 138029 1726888218.44434: running TaskExecutor() for managed_node3/TASK: Verify mount_options 138029 1726888218.44613: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032d9 138029 1726888218.44617: variable 'ansible_search_path' from source: unknown 138029 1726888218.44718: calling self._execute() 138029 1726888218.44759: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.44766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.44778: variable 'omit' from source: magic vars 138029 1726888218.45204: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888218.47241: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888218.47343: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888218.47398: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888218.47447: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888218.47491: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888218.47660: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888218.47664: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888218.47669: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888218.47703: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888218.47726: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888218.47872: Evaluated conditional (__storage_verify_mount_options | d(false)): False 138029 1726888218.47886: when evaluation is False, skipping this task 138029 1726888218.47896: _execute() done 138029 1726888218.47904: dumping result to json 138029 1726888218.47915: done dumping result, returning 138029 1726888218.47926: done running TaskExecutor() for managed_node3/TASK: Verify mount_options [0affc8a3-6f6f-5a58-73a2-0000000032d9] 138029 1726888218.47937: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032d9 138029 1726888218.48170: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032d9 138029 1726888218.48174: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 138029 1726888218.48396: no more pending results, returning what we have 138029 1726888218.48399: results queue empty 138029 1726888218.48400: checking for any_errors_fatal 138029 1726888218.48406: done checking for any_errors_fatal 138029 1726888218.48407: checking for max_fail_percentage 138029 1726888218.48409: done checking for max_fail_percentage 138029 1726888218.48409: checking to see if all hosts have failed and the running result is not ok 138029 1726888218.48410: done checking to see if all hosts have failed 138029 1726888218.48411: getting the remaining hosts for this loop 138029 1726888218.48412: done getting the remaining hosts for this loop 138029 1726888218.48416: getting the next task for host managed_node3 138029 1726888218.48423: done getting next task for host managed_node3 138029 1726888218.48425: ^ task is: TASK: Verify fingerprint 138029 1726888218.48431: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888218.48435: getting variables 138029 1726888218.48437: in VariableManager get_vars() 138029 1726888218.48471: Calling all_inventory to load vars for managed_node3 138029 1726888218.48475: Calling groups_inventory to load vars for managed_node3 138029 1726888218.48478: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888218.48487: Calling all_plugins_play to load vars for managed_node3 138029 1726888218.48490: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888218.48493: Calling groups_plugins_play to load vars for managed_node3 138029 1726888218.49799: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888218.50393: done with get_vars() 138029 1726888218.50405: done getting variables 138029 1726888218.50450: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:18 -0400 (0:00:00.067) 0:03:51.228 ****** 138029 1726888218.50479: entering _queue_task() for managed_node3/assert 138029 1726888218.50831: worker is 1 (out of 1 available) 138029 1726888218.50843: exiting _queue_task() for managed_node3/assert 138029 1726888218.50859: done queuing things up, now waiting for results queue to drain 138029 1726888218.50861: waiting for pending results... 138029 1726888218.51121: running TaskExecutor() for managed_node3/TASK: Verify fingerprint 138029 1726888218.51344: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032da 138029 1726888218.51357: variable 'ansible_search_path' from source: unknown 138029 1726888218.51364: calling self._execute() 138029 1726888218.51586: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.51590: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.51593: variable 'omit' from source: magic vars 138029 1726888218.51730: variable 'omit' from source: magic vars 138029 1726888218.51903: variable 'omit' from source: magic vars 138029 1726888218.51906: variable 'omit' from source: magic vars 138029 1726888218.52020: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888218.52078: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888218.52245: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888218.52248: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888218.52250: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888218.52251: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888218.52253: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888218.52289: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888218.52300: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.52308: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.52470: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888218.52496: Set connection var ansible_timeout to 10 138029 1726888218.52502: Set connection var ansible_pipelining to False 138029 1726888218.52505: Set connection var ansible_shell_type to sh 138029 1726888218.52508: Set connection var ansible_connection to ssh 138029 1726888218.52513: Set connection var ansible_shell_executable to /bin/sh 138029 1726888218.52536: variable 'ansible_shell_executable' from source: unknown 138029 1726888218.52539: variable 'ansible_connection' from source: unknown 138029 1726888218.52541: variable 'ansible_module_compression' from source: unknown 138029 1726888218.52577: variable 'ansible_shell_type' from source: unknown 138029 1726888218.52580: variable 'ansible_shell_executable' from source: unknown 138029 1726888218.52590: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.52592: variable 'ansible_pipelining' from source: unknown 138029 1726888218.52595: variable 'ansible_timeout' from source: unknown 138029 1726888218.52597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.52963: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888218.52968: variable 'omit' from source: magic vars 138029 1726888218.52971: starting attempt loop 138029 1726888218.52973: running the handler 138029 1726888218.53186: variable '__fingerprint' from source: task vars 138029 1726888218.53213: variable 'storage_test_fstab' from source: set_fact 138029 1726888218.53239: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 138029 1726888218.53249: handler run complete 138029 1726888218.53269: attempt loop complete, returning result 138029 1726888218.53276: _execute() done 138029 1726888218.53284: dumping result to json 138029 1726888218.53561: done dumping result, returning 138029 1726888218.53565: done running TaskExecutor() for managed_node3/TASK: Verify fingerprint [0affc8a3-6f6f-5a58-73a2-0000000032da] 138029 1726888218.53567: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032da 138029 1726888218.53639: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032da 138029 1726888218.53642: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888218.53702: no more pending results, returning what we have 138029 1726888218.53705: results queue empty 138029 1726888218.53706: checking for any_errors_fatal 138029 1726888218.53714: done checking for any_errors_fatal 138029 1726888218.53715: checking for max_fail_percentage 138029 1726888218.53716: done checking for max_fail_percentage 138029 1726888218.53717: checking to see if all hosts have failed and the running result is not ok 138029 1726888218.53718: done checking to see if all hosts have failed 138029 1726888218.53718: getting the remaining hosts for this loop 138029 1726888218.53720: done getting the remaining hosts for this loop 138029 1726888218.53724: getting the next task for host managed_node3 138029 1726888218.53732: done getting next task for host managed_node3 138029 1726888218.53735: ^ task is: TASK: Clean up variables 138029 1726888218.53742: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888218.53748: getting variables 138029 1726888218.53749: in VariableManager get_vars() 138029 1726888218.53790: Calling all_inventory to load vars for managed_node3 138029 1726888218.53793: Calling groups_inventory to load vars for managed_node3 138029 1726888218.54163: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888218.54183: Calling all_plugins_play to load vars for managed_node3 138029 1726888218.54186: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888218.54190: Calling groups_plugins_play to load vars for managed_node3 138029 1726888218.55003: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888218.55604: done with get_vars() 138029 1726888218.55623: done getting variables 138029 1726888218.55683: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:18 -0400 (0:00:00.052) 0:03:51.280 ****** 138029 1726888218.55722: entering _queue_task() for managed_node3/set_fact 138029 1726888218.56083: worker is 1 (out of 1 available) 138029 1726888218.56097: exiting _queue_task() for managed_node3/set_fact 138029 1726888218.56108: done queuing things up, now waiting for results queue to drain 138029 1726888218.56110: waiting for pending results... 138029 1726888218.56502: running TaskExecutor() for managed_node3/TASK: Clean up variables 138029 1726888218.56706: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032db 138029 1726888218.56782: variable 'ansible_search_path' from source: unknown 138029 1726888218.56786: calling self._execute() 138029 1726888218.56938: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.57009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.57106: variable 'omit' from source: magic vars 138029 1726888218.57217: variable 'omit' from source: magic vars 138029 1726888218.57382: variable 'omit' from source: magic vars 138029 1726888218.57403: variable 'omit' from source: magic vars 138029 1726888218.57458: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888218.57510: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888218.57598: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888218.57601: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888218.57604: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888218.57608: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888218.57630: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888218.57679: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888218.57688: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.57695: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.57847: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888218.57868: Set connection var ansible_timeout to 10 138029 1726888218.57882: Set connection var ansible_pipelining to False 138029 1726888218.57888: Set connection var ansible_shell_type to sh 138029 1726888218.57894: Set connection var ansible_connection to ssh 138029 1726888218.57923: Set connection var ansible_shell_executable to /bin/sh 138029 1726888218.57941: variable 'ansible_shell_executable' from source: unknown 138029 1726888218.57950: variable 'ansible_connection' from source: unknown 138029 1726888218.57959: variable 'ansible_module_compression' from source: unknown 138029 1726888218.57969: variable 'ansible_shell_type' from source: unknown 138029 1726888218.58032: variable 'ansible_shell_executable' from source: unknown 138029 1726888218.58035: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.58036: variable 'ansible_pipelining' from source: unknown 138029 1726888218.58038: variable 'ansible_timeout' from source: unknown 138029 1726888218.58040: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.58176: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888218.58203: variable 'omit' from source: magic vars 138029 1726888218.58214: starting attempt loop 138029 1726888218.58222: running the handler 138029 1726888218.58239: handler run complete 138029 1726888218.58260: attempt loop complete, returning result 138029 1726888218.58415: _execute() done 138029 1726888218.58419: dumping result to json 138029 1726888218.58421: done dumping result, returning 138029 1726888218.58424: done running TaskExecutor() for managed_node3/TASK: Clean up variables [0affc8a3-6f6f-5a58-73a2-0000000032db] 138029 1726888218.58427: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032db ok: [managed_node3] => { "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 } 138029 1726888218.58692: no more pending results, returning what we have 138029 1726888218.58695: results queue empty 138029 1726888218.58696: checking for any_errors_fatal 138029 1726888218.58702: done checking for any_errors_fatal 138029 1726888218.58703: checking for max_fail_percentage 138029 1726888218.58705: done checking for max_fail_percentage 138029 1726888218.58705: checking to see if all hosts have failed and the running result is not ok 138029 1726888218.58706: done checking to see if all hosts have failed 138029 1726888218.58707: getting the remaining hosts for this loop 138029 1726888218.58708: done getting the remaining hosts for this loop 138029 1726888218.58712: getting the next task for host managed_node3 138029 1726888218.58723: done getting next task for host managed_node3 138029 1726888218.58726: ^ task is: TASK: Verify fs type 138029 1726888218.58731: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888218.58734: getting variables 138029 1726888218.58736: in VariableManager get_vars() 138029 1726888218.58772: Calling all_inventory to load vars for managed_node3 138029 1726888218.58776: Calling groups_inventory to load vars for managed_node3 138029 1726888218.58779: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888218.58788: Calling all_plugins_play to load vars for managed_node3 138029 1726888218.58790: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888218.58792: Calling groups_plugins_play to load vars for managed_node3 138029 1726888218.59697: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032db 138029 1726888218.59704: WORKER PROCESS EXITING 138029 1726888218.59919: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888218.60519: done with get_vars() 138029 1726888218.60534: done getting variables 138029 1726888218.60588: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:18 -0400 (0:00:00.048) 0:03:51.329 ****** 138029 1726888218.60615: entering _queue_task() for managed_node3/assert 138029 1726888218.60892: worker is 1 (out of 1 available) 138029 1726888218.60907: exiting _queue_task() for managed_node3/assert 138029 1726888218.60920: done queuing things up, now waiting for results queue to drain 138029 1726888218.60922: waiting for pending results... 138029 1726888218.61128: running TaskExecutor() for managed_node3/TASK: Verify fs type 138029 1726888218.61242: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032df 138029 1726888218.61261: variable 'ansible_search_path' from source: unknown 138029 1726888218.61291: calling self._execute() 138029 1726888218.61400: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.61404: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.61415: variable 'omit' from source: magic vars 138029 1726888218.61752: variable 'storage_test_volume' from source: include params 138029 1726888218.61807: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888218.61931: variable 'storage_test_volume' from source: include params 138029 1726888218.61934: Evaluated conditional (storage_test_volume.fs_type): True 138029 1726888218.62079: variable '_storage_test_volume_present' from source: set_fact 138029 1726888218.62082: Evaluated conditional (_storage_test_volume_present): False 138029 1726888218.62085: when evaluation is False, skipping this task 138029 1726888218.62087: _execute() done 138029 1726888218.62089: dumping result to json 138029 1726888218.62091: done dumping result, returning 138029 1726888218.62094: done running TaskExecutor() for managed_node3/TASK: Verify fs type [0affc8a3-6f6f-5a58-73a2-0000000032df] 138029 1726888218.62099: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032df 138029 1726888218.62249: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032df 138029 1726888218.62252: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888218.62329: no more pending results, returning what we have 138029 1726888218.62332: results queue empty 138029 1726888218.62333: checking for any_errors_fatal 138029 1726888218.62345: done checking for any_errors_fatal 138029 1726888218.62346: checking for max_fail_percentage 138029 1726888218.62347: done checking for max_fail_percentage 138029 1726888218.62348: checking to see if all hosts have failed and the running result is not ok 138029 1726888218.62349: done checking to see if all hosts have failed 138029 1726888218.62350: getting the remaining hosts for this loop 138029 1726888218.62351: done getting the remaining hosts for this loop 138029 1726888218.62356: getting the next task for host managed_node3 138029 1726888218.62364: done getting next task for host managed_node3 138029 1726888218.62369: ^ task is: TASK: Verify fs label 138029 1726888218.62375: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888218.62381: getting variables 138029 1726888218.62383: in VariableManager get_vars() 138029 1726888218.62416: Calling all_inventory to load vars for managed_node3 138029 1726888218.62419: Calling groups_inventory to load vars for managed_node3 138029 1726888218.62422: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888218.62434: Calling all_plugins_play to load vars for managed_node3 138029 1726888218.62437: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888218.62440: Calling groups_plugins_play to load vars for managed_node3 138029 1726888218.63114: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888218.64381: done with get_vars() 138029 1726888218.64419: done getting variables 138029 1726888218.64510: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:18 -0400 (0:00:00.039) 0:03:51.369 ****** 138029 1726888218.64562: entering _queue_task() for managed_node3/assert 138029 1726888218.65021: worker is 1 (out of 1 available) 138029 1726888218.65036: exiting _queue_task() for managed_node3/assert 138029 1726888218.65049: done queuing things up, now waiting for results queue to drain 138029 1726888218.65051: waiting for pending results... 138029 1726888218.65482: running TaskExecutor() for managed_node3/TASK: Verify fs label 138029 1726888218.65517: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032e0 138029 1726888218.65523: variable 'ansible_search_path' from source: unknown 138029 1726888218.65602: calling self._execute() 138029 1726888218.65716: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.65720: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.65723: variable 'omit' from source: magic vars 138029 1726888218.66144: variable 'storage_test_volume' from source: include params 138029 1726888218.66296: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888218.66562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888218.72762: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888218.73070: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888218.73076: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888218.73414: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888218.73474: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888218.73570: variable '_storage_test_volume_present' from source: set_fact 138029 1726888218.73585: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888218.73589: when evaluation is False, skipping this task 138029 1726888218.73591: _execute() done 138029 1726888218.73594: dumping result to json 138029 1726888218.73598: done dumping result, returning 138029 1726888218.73624: done running TaskExecutor() for managed_node3/TASK: Verify fs label [0affc8a3-6f6f-5a58-73a2-0000000032e0] 138029 1726888218.73627: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032e0 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888218.74043: no more pending results, returning what we have 138029 1726888218.74046: results queue empty 138029 1726888218.74047: checking for any_errors_fatal 138029 1726888218.74053: done checking for any_errors_fatal 138029 1726888218.74054: checking for max_fail_percentage 138029 1726888218.74059: done checking for max_fail_percentage 138029 1726888218.74060: checking to see if all hosts have failed and the running result is not ok 138029 1726888218.74060: done checking to see if all hosts have failed 138029 1726888218.74061: getting the remaining hosts for this loop 138029 1726888218.74063: done getting the remaining hosts for this loop 138029 1726888218.74068: getting the next task for host managed_node3 138029 1726888218.74078: done getting next task for host managed_node3 138029 1726888218.74081: ^ task is: TASK: See whether the device node is present 138029 1726888218.74087: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888218.74092: getting variables 138029 1726888218.74093: in VariableManager get_vars() 138029 1726888218.74136: Calling all_inventory to load vars for managed_node3 138029 1726888218.74142: Calling groups_inventory to load vars for managed_node3 138029 1726888218.74147: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888218.74467: Calling all_plugins_play to load vars for managed_node3 138029 1726888218.74471: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888218.74476: Calling groups_plugins_play to load vars for managed_node3 138029 1726888218.75174: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032e0 138029 1726888218.75179: WORKER PROCESS EXITING 138029 1726888218.76114: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888218.77087: done with get_vars() 138029 1726888218.77121: 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:10:18 -0400 (0:00:00.128) 0:03:51.497 ****** 138029 1726888218.77412: entering _queue_task() for managed_node3/stat 138029 1726888218.78405: worker is 1 (out of 1 available) 138029 1726888218.78418: exiting _queue_task() for managed_node3/stat 138029 1726888218.78430: done queuing things up, now waiting for results queue to drain 138029 1726888218.78431: waiting for pending results... 138029 1726888218.79200: running TaskExecutor() for managed_node3/TASK: See whether the device node is present 138029 1726888218.79609: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032e4 138029 1726888218.79625: variable 'ansible_search_path' from source: unknown 138029 1726888218.79927: calling self._execute() 138029 1726888218.80524: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.80563: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.80570: variable 'omit' from source: magic vars 138029 1726888218.80868: variable 'omit' from source: magic vars 138029 1726888218.81099: variable 'omit' from source: magic vars 138029 1726888218.81408: variable 'storage_test_volume' from source: include params 138029 1726888218.81475: variable 'omit' from source: magic vars 138029 1726888218.81551: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888218.81593: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888218.81861: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888218.81864: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888218.81876: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888218.81950: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888218.81953: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888218.81956: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888218.81959: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.81962: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.82396: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888218.82401: Set connection var ansible_timeout to 10 138029 1726888218.82407: Set connection var ansible_pipelining to False 138029 1726888218.82410: Set connection var ansible_shell_type to sh 138029 1726888218.82412: Set connection var ansible_connection to ssh 138029 1726888218.82418: Set connection var ansible_shell_executable to /bin/sh 138029 1726888218.82451: variable 'ansible_shell_executable' from source: unknown 138029 1726888218.82454: variable 'ansible_connection' from source: unknown 138029 1726888218.82459: variable 'ansible_module_compression' from source: unknown 138029 1726888218.82461: variable 'ansible_shell_type' from source: unknown 138029 1726888218.82464: variable 'ansible_shell_executable' from source: unknown 138029 1726888218.82466: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888218.82474: variable 'ansible_pipelining' from source: unknown 138029 1726888218.82477: variable 'ansible_timeout' from source: unknown 138029 1726888218.82482: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888218.83263: 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) 138029 1726888218.83268: variable 'omit' from source: magic vars 138029 1726888218.83270: starting attempt loop 138029 1726888218.83273: running the handler 138029 1726888218.83275: _low_level_execute_command(): starting 138029 1726888218.83317: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888218.84209: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888218.84267: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888218.84271: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888218.84274: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888218.84424: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888218.86125: stdout chunk (state=3): >>>/root <<< 138029 1726888218.86386: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888218.86391: stdout chunk (state=3): >>><<< 138029 1726888218.86399: stderr chunk (state=3): >>><<< 138029 1726888218.86421: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888218.86439: _low_level_execute_command(): starting 138029 1726888218.86447: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888218.8642473-145040-108364786640497 `" && echo ansible-tmp-1726888218.8642473-145040-108364786640497="` echo /root/.ansible/tmp/ansible-tmp-1726888218.8642473-145040-108364786640497 `" ) && sleep 0' 138029 1726888218.87913: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888218.88380: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888218.88394: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888218.88435: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888218.88439: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888218.88656: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888218.90566: stdout chunk (state=3): >>>ansible-tmp-1726888218.8642473-145040-108364786640497=/root/.ansible/tmp/ansible-tmp-1726888218.8642473-145040-108364786640497 <<< 138029 1726888218.90895: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888218.90900: stdout chunk (state=3): >>><<< 138029 1726888218.90905: stderr chunk (state=3): >>><<< 138029 1726888218.90950: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888218.8642473-145040-108364786640497=/root/.ansible/tmp/ansible-tmp-1726888218.8642473-145040-108364786640497 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888218.91044: variable 'ansible_module_compression' from source: unknown 138029 1726888218.91302: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888218.91326: variable 'ansible_facts' from source: unknown 138029 1726888218.91712: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888218.8642473-145040-108364786640497/AnsiballZ_stat.py 138029 1726888218.92216: Sending initial data 138029 1726888218.92220: Sent initial data (155 bytes) 138029 1726888218.93332: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888218.93335: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888218.93352: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888218.93361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888218.93483: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888218.93494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888218.93497: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888218.93672: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888218.93753: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888218.93935: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888218.95683: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 138029 1726888218.95693: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 138029 1726888218.95703: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 138029 1726888218.95732: 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 <<< 138029 1726888218.95840: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888218.95895: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp4hcyghj0 /root/.ansible/tmp/ansible-tmp-1726888218.8642473-145040-108364786640497/AnsiballZ_stat.py <<< 138029 1726888218.95898: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888218.8642473-145040-108364786640497/AnsiballZ_stat.py" <<< 138029 1726888218.96182: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp4hcyghj0" to remote "/root/.ansible/tmp/ansible-tmp-1726888218.8642473-145040-108364786640497/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888218.8642473-145040-108364786640497/AnsiballZ_stat.py" <<< 138029 1726888218.98347: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888218.98381: stderr chunk (state=3): >>><<< 138029 1726888218.98389: stdout chunk (state=3): >>><<< 138029 1726888218.98417: done transferring module to remote 138029 1726888218.98475: _low_level_execute_command(): starting 138029 1726888218.98568: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888218.8642473-145040-108364786640497/ /root/.ansible/tmp/ansible-tmp-1726888218.8642473-145040-108364786640497/AnsiballZ_stat.py && sleep 0' 138029 1726888218.99584: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888218.99599: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888218.99625: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888218.99732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888218.99795: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888218.99965: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888219.01789: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888219.01792: stdout chunk (state=3): >>><<< 138029 1726888219.01794: stderr chunk (state=3): >>><<< 138029 1726888219.01903: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888219.01909: _low_level_execute_command(): starting 138029 1726888219.01912: _low_level_execute_command(): using become for this command 138029 1726888219.01915: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ddedrxcmelwwalynclccsmanqlcyxagt ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888218.8642473-145040-108364786640497/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888219.02032: Initial state: awaiting_escalation: BECOME-SUCCESS-ddedrxcmelwwalynclccsmanqlcyxagt 138029 1726888219.03024: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888219.03236: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888219.03251: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888219.03364: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888219.06289: stdout chunk (state=1): >>>BECOME-SUCCESS-ddedrxcmelwwalynclccsmanqlcyxagt <<< 138029 1726888219.06302: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ddedrxcmelwwalynclccsmanqlcyxagt' 138029 1726888219.06529: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888219.06574: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888219.06586: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888219.06622: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888219.06836: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 138029 1726888219.06840: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888219.06846: 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' <<< 138029 1726888219.06938: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 138029 1726888219.06942: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888219.06954: 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 0x7fc6f0b683e0> <<< 138029 1726888219.07095: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0b37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0b6a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 138029 1726888219.07431: 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 0x7fc6f093cfe0> <<< 138029 1726888219.07438: 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 <<< 138029 1726888219.07451: 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 0x7fc6f093dfd0> <<< 138029 1726888219.07474: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888219.07675: 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. <<< 138029 1726888219.07739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888219.07742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888219.07885: 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 <<< 138029 1726888219.07888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888219.07900: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f097bec0> <<< 138029 1726888219.07920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888219.08134: 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 0x7fc6f097bf80> # /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 <<< 138029 1726888219.08154: 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 0x7fc6f09b3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888219.08172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888219.08206: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f09b3ef0> import '_collections' # <<< 138029 1726888219.08254: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0993b60> import '_functools' # <<< 138029 1726888219.08472: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f09912b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0979070> # /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 <<< 138029 1726888219.08547: 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' <<< 138029 1726888219.08551: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f09d7860> <<< 138029 1726888219.08568: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f09d6480> <<< 138029 1726888219.08595: 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' <<< 138029 1726888219.08598: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0992180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f09d4bc0> <<< 138029 1726888219.08751: 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 0x7fc6f0a088f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f09782f0> # /usr/lib64/python3.12/__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 0x7fc6f0a08da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0a08c50> <<< 138029 1726888219.08885: 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 0x7fc6f0a09010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0976e10> <<< 138029 1726888219.08890: 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 0x7fc6f0a09670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0a09370> <<< 138029 1726888219.08893: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888219.08924: 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' <<< 138029 1726888219.08936: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0a0a540> <<< 138029 1726888219.09010: 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 <<< 138029 1726888219.09129: 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 0x7fc6f0a20740> 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 0x7fc6f0a21e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888219.09199: 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 0x7fc6f0a22cf0> <<< 138029 1726888219.09226: 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 0x7fc6f0a23320> <<< 138029 1726888219.09242: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0a22270> <<< 138029 1726888219.09303: 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 0x7fc6f0a23da0> <<< 138029 1726888219.09318: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0a234d0> <<< 138029 1726888219.09454: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0a0a4b0> # /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' <<< 138029 1726888219.09487: 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' <<< 138029 1726888219.09491: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6f07afc50> <<< 138029 1726888219.09504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888219.09520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888219.09562: 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 0x7fc6f07d87a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f07d8500> <<< 138029 1726888219.09673: 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 0x7fc6f07d87d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888219.09685: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888219.09810: 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 0x7fc6f07d9100> <<< 138029 1726888219.09965: 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 0x7fc6f07d9a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f07d89b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f07addf0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888219.09993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888219.10112: 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 0x7fc6f07dade0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f07d9b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0a0ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888219.10167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888219.10183: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888219.10322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0807140> # /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' <<< 138029 1726888219.10335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888219.10367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888219.10398: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f082f530> <<< 138029 1726888219.10429: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888219.10537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888219.10586: 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 0x7fc6f0888350> # /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' <<< 138029 1726888219.10617: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888219.10660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888219.11005: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f088aab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0888470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0855340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0129430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f082e330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f07dbd10> <<< 138029 1726888219.11083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888219.11135: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc6f082e690> <<< 138029 1726888219.11582: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_zoyv1jsm/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888219.11663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888219.11666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888219.11669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888219.11728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888219.11967: 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 0x7fc6f017f140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f015e030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f015d190> # zipimport: zlib available <<< 138029 1726888219.11991: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888219.12011: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.12046: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.12049: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888219.12063: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.13435: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.14694: 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 0x7fc6f017cfe0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 <<< 138029 1726888219.14714: 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 0x7fc6f01a6ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f01a6870> <<< 138029 1726888219.14730: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f01a6180> <<< 138029 1726888219.14744: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888219.14804: 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 0x7fc6f01a65d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f017fb60> import 'atexit' # <<< 138029 1726888219.14827: 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 0x7fc6f01a7830> <<< 138029 1726888219.14858: 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 0x7fc6f01a7a70> <<< 138029 1726888219.14873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888219.14962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 138029 1726888219.14986: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f01a7f80> <<< 138029 1726888219.14990: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888219.15068: 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' <<< 138029 1726888219.15071: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0015be0> <<< 138029 1726888219.15098: 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 0x7fc6f0017890> <<< 138029 1726888219.15134: 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' <<< 138029 1726888219.15386: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0018290> # /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 0x7fc6f0019430> # /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 0x7fc6f001bf20> <<< 138029 1726888219.15598: 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 0x7fc6f0a22b70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f001a1e0> # /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 <<< 138029 1726888219.15607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0023e90> <<< 138029 1726888219.15610: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888219.15667: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0022960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f00226c0> <<< 138029 1726888219.15687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888219.15701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888219.15769: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0022c30> <<< 138029 1726888219.15804: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f001a6f0> <<< 138029 1726888219.15820: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888219.15859: 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 0x7fc6f0067ec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0068080> <<< 138029 1726888219.15875: 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 <<< 138029 1726888219.15914: 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' <<< 138029 1726888219.15987: 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 0x7fc6f0069b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0069940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888219.16075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888219.16256: 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 0x7fc6f006c0e0> <<< 138029 1726888219.16260: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f006a210> # /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' # <<< 138029 1726888219.16274: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f006f800> <<< 138029 1726888219.16392: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f006c1d0> <<< 138029 1726888219.16465: 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 0x7fc6f00708c0> <<< 138029 1726888219.16481: 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 0x7fc6f0070860> <<< 138029 1726888219.16522: 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 0x7fc6f0070b30> <<< 138029 1726888219.16537: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0068290> <<< 138029 1726888219.16584: 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' <<< 138029 1726888219.16587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888219.16687: 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 0x7fc6f00fc260> <<< 138029 1726888219.16798: 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 0x7fc6f00fd6a0> <<< 138029 1726888219.16816: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f00729f0> <<< 138029 1726888219.16923: 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 0x7fc6f0073da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0072630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888219.16990: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.17475: 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 # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888219.17908: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.18450: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888219.18456: 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' # <<< 138029 1726888219.18471: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888219.18487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888219.18668: 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 0x7fc6eff01820> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fc6eff026c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0067e00> <<< 138029 1726888219.18685: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888219.18699: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.18716: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.18732: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888219.18762: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.18897: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.19053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888219.19067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6eff025a0> <<< 138029 1726888219.19078: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.19532: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.20079: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888219.20117: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888219.20130: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.20172: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.20203: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888219.20394: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # <<< 138029 1726888219.20398: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.20400: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.20413: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888219.20457: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.20489: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888219.20508: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.20738: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.21177: 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 0x7fc6eff036b0> # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888219.21273: 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 <<< 138029 1726888219.21313: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.21350: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888219.21370: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.21490: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888219.21515: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.21579: 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 <<< 138029 1726888219.21618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888219.21705: 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 0x7fc6eff0e210> <<< 138029 1726888219.21770: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6eff0be90> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888219.21828: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.21924: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888219.21967: 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' <<< 138029 1726888219.21998: 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 <<< 138029 1726888219.22032: 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 <<< 138029 1726888219.22132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888219.22135: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888219.22145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888219.22172: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0002870> <<< 138029 1726888219.22251: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f01de570> <<< 138029 1726888219.22304: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6eff03110> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6eff04410> <<< 138029 1726888219.22307: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888219.22361: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888219.22412: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888219.22425: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.22471: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888219.22592: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.22778: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.22904: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/dev/mapper/vg1-lv1", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888219.22907: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888219.23241: 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 <<< 138029 1726888219.23312: 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<<< 138029 1726888219.23334: 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 # 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 <<< 138029 1726888219.23560: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888219.23611: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888219.23616: 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 <<< 138029 1726888219.23698: 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 <<< 138029 1726888219.23702: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888219.23705: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888219.23723: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888219.23794: stdout chunk (state=3): >>># 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 <<< 138029 1726888219.23826: 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 <<< 138029 1726888219.23841: 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 <<< 138029 1726888219.23919: 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 <<< 138029 1726888219.23923: 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 <<< 138029 1726888219.24295: 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 # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888219.24370: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 138029 1726888219.24374: 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 <<< 138029 1726888219.24821: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888219.24963: stderr chunk (state=3): >>>Shared connection to 10.31.13.126 closed. <<< 138029 1726888219.24967: stdout chunk (state=3): >>><<< 138029 1726888219.24969: stderr chunk (state=3): >>><<< 138029 1726888219.25230: _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 0x7fc6f0b683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0b37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0b6a960> 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 0x7fc6f093cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fc6f093dfd0> 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 0x7fc6f097bec0> # /usr/lib64/python3.12/__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 0x7fc6f097bf80> # /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 0x7fc6f09b3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f09b3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0993b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f09912b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0979070> # /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 0x7fc6f09d7860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f09d6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0992180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f09d4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0a088f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f09782f0> # /usr/lib64/python3.12/__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 0x7fc6f0a08da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0a08c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6f0a09010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0976e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fc6f0a09670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0a09370> 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 0x7fc6f0a0a540> 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 0x7fc6f0a20740> 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 0x7fc6f0a21e80> # /usr/lib64/python3.12/__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 0x7fc6f0a22cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6f0a23320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0a22270> # /usr/lib64/python3.12/__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 0x7fc6f0a23da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0a234d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0a0a4b0> # /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 0x7fc6f07afc50> # /usr/lib64/python3.12/__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 0x7fc6f07d87a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f07d8500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6f07d87d0> # /usr/lib64/python3.12/__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 0x7fc6f07d9100> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6f07d9a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f07d89b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f07addf0> # /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 0x7fc6f07dade0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f07d9b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0a0ac60> # /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 0x7fc6f0807140> # /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 0x7fc6f082f530> # /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 0x7fc6f0888350> # /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 0x7fc6f088aab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0888470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0855340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0129430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f082e330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f07dbd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc6f082e690> # zipimport: found 30 names in '/tmp/ansible_stat_payload_zoyv1jsm/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 0x7fc6f017f140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f015e030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f015d190> # 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 0x7fc6f017cfe0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fc6f01a6ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f01a6870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f01a6180> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fc6f01a65d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f017fb60> 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 0x7fc6f01a7830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6f01a7a70> # /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 0x7fc6f01a7f80> 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 0x7fc6f0015be0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6f0017890> # /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 0x7fc6f0018290> # /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 0x7fc6f0019430> # /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 0x7fc6f001bf20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6f0a22b70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f001a1e0> # /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 0x7fc6f0023e90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0022960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f00226c0> # /usr/lib64/python3.12/__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 0x7fc6f0022c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f001a6f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6f0067ec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0068080> # /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 0x7fc6f0069b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0069940> # /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 0x7fc6f006c0e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f006a210> # /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 0x7fc6f006f800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f006c1d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6f00708c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6f0070860> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6f0070b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0068290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fc6f00fc260> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6f00fd6a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f00729f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc6f0073da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0072630> # 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 0x7fc6eff01820> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fc6eff026c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f0067e00> 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 0x7fc6eff025a0> # 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 0x7fc6eff036b0> # 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 0x7fc6eff0e210> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6eff0be90> 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 0x7fc6f0002870> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6f01de570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6eff03110> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc6eff04410> # 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": "/dev/mapper/vg1-lv1", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888219.26537: done with _execute_module (stat, {'path': '/dev/mapper/vg1-lv1', '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-1726888218.8642473-145040-108364786640497/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888219.26541: _low_level_execute_command(): starting 138029 1726888219.26544: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888218.8642473-145040-108364786640497/ > /dev/null 2>&1 && sleep 0' 138029 1726888219.26729: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888219.26732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888219.26866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888219.26912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888219.26928: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888219.26972: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888219.27071: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888219.27157: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888219.29020: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888219.29023: stderr chunk (state=3): >>><<< 138029 1726888219.29025: stdout chunk (state=3): >>><<< 138029 1726888219.29028: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888219.29068: handler run complete 138029 1726888219.29138: attempt loop complete, returning result 138029 1726888219.29141: _execute() done 138029 1726888219.29144: dumping result to json 138029 1726888219.29146: done dumping result, returning 138029 1726888219.29148: done running TaskExecutor() for managed_node3/TASK: See whether the device node is present [0affc8a3-6f6f-5a58-73a2-0000000032e4] 138029 1726888219.29162: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032e4 138029 1726888219.29360: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032e4 138029 1726888219.29363: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 138029 1726888219.29442: no more pending results, returning what we have 138029 1726888219.29446: results queue empty 138029 1726888219.29447: checking for any_errors_fatal 138029 1726888219.29463: done checking for any_errors_fatal 138029 1726888219.29464: checking for max_fail_percentage 138029 1726888219.29468: done checking for max_fail_percentage 138029 1726888219.29469: checking to see if all hosts have failed and the running result is not ok 138029 1726888219.29470: done checking to see if all hosts have failed 138029 1726888219.29471: getting the remaining hosts for this loop 138029 1726888219.29472: done getting the remaining hosts for this loop 138029 1726888219.29476: getting the next task for host managed_node3 138029 1726888219.29484: done getting next task for host managed_node3 138029 1726888219.29487: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888219.29496: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888219.29501: getting variables 138029 1726888219.29503: in VariableManager get_vars() 138029 1726888219.29543: Calling all_inventory to load vars for managed_node3 138029 1726888219.29547: Calling groups_inventory to load vars for managed_node3 138029 1726888219.29550: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888219.29679: Calling all_plugins_play to load vars for managed_node3 138029 1726888219.29684: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888219.29688: Calling groups_plugins_play to load vars for managed_node3 138029 1726888219.30519: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888219.31193: done with get_vars() 138029 1726888219.31217: done getting variables 138029 1726888219.31289: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:19 -0400 (0:00:00.539) 0:03:52.036 ****** 138029 1726888219.31323: entering _queue_task() for managed_node3/assert 138029 1726888219.31882: worker is 1 (out of 1 available) 138029 1726888219.31895: exiting _queue_task() for managed_node3/assert 138029 1726888219.31905: done queuing things up, now waiting for results queue to drain 138029 1726888219.31906: waiting for pending results... 138029 1726888219.32272: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888219.32446: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032e5 138029 1726888219.32472: variable 'ansible_search_path' from source: unknown 138029 1726888219.32515: calling self._execute() 138029 1726888219.32626: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888219.32630: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888219.32638: variable 'omit' from source: magic vars 138029 1726888219.32963: variable '_storage_test_volume_present' from source: set_fact 138029 1726888219.32971: variable 'storage_test_volume' from source: include params 138029 1726888219.32996: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): False 138029 1726888219.33000: when evaluation is False, skipping this task 138029 1726888219.33003: _execute() done 138029 1726888219.33006: dumping result to json 138029 1726888219.33008: done dumping result, returning 138029 1726888219.33011: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-0000000032e5] 138029 1726888219.33025: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032e5 138029 1726888219.33115: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032e5 138029 1726888219.33118: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } 138029 1726888219.33173: no more pending results, returning what we have 138029 1726888219.33177: results queue empty 138029 1726888219.33178: checking for any_errors_fatal 138029 1726888219.33193: done checking for any_errors_fatal 138029 1726888219.33194: checking for max_fail_percentage 138029 1726888219.33195: done checking for max_fail_percentage 138029 1726888219.33196: checking to see if all hosts have failed and the running result is not ok 138029 1726888219.33197: done checking to see if all hosts have failed 138029 1726888219.33197: getting the remaining hosts for this loop 138029 1726888219.33199: done getting the remaining hosts for this loop 138029 1726888219.33202: getting the next task for host managed_node3 138029 1726888219.33210: done getting next task for host managed_node3 138029 1726888219.33212: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888219.33219: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888219.33222: getting variables 138029 1726888219.33224: in VariableManager get_vars() 138029 1726888219.33257: Calling all_inventory to load vars for managed_node3 138029 1726888219.33260: Calling groups_inventory to load vars for managed_node3 138029 1726888219.33263: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888219.33272: Calling all_plugins_play to load vars for managed_node3 138029 1726888219.33275: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888219.33277: Calling groups_plugins_play to load vars for managed_node3 138029 1726888219.33622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888219.33971: done with get_vars() 138029 1726888219.33982: done getting variables 138029 1726888219.34024: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:19 -0400 (0:00:00.027) 0:03:52.064 ****** 138029 1726888219.34047: entering _queue_task() for managed_node3/assert 138029 1726888219.34253: worker is 1 (out of 1 available) 138029 1726888219.34279: exiting _queue_task() for managed_node3/assert 138029 1726888219.34290: done queuing things up, now waiting for results queue to drain 138029 1726888219.34292: waiting for pending results... 138029 1726888219.34621: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888219.35196: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032e6 138029 1726888219.35199: variable 'ansible_search_path' from source: unknown 138029 1726888219.35202: calling self._execute() 138029 1726888219.35205: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888219.35208: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888219.35210: variable 'omit' from source: magic vars 138029 1726888219.35324: variable '_storage_test_volume_present' from source: set_fact 138029 1726888219.35330: variable 'storage_test_volume' from source: include params 138029 1726888219.35371: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): True 138029 1726888219.35375: variable 'omit' from source: magic vars 138029 1726888219.35441: variable 'omit' from source: magic vars 138029 1726888219.35540: variable 'storage_test_volume' from source: include params 138029 1726888219.35583: variable 'omit' from source: magic vars 138029 1726888219.35622: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888219.35660: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888219.35679: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888219.35701: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888219.35717: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888219.35743: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888219.35750: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888219.35989: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888219.35993: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888219.35995: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888219.36075: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888219.36078: Set connection var ansible_timeout to 10 138029 1726888219.36085: Set connection var ansible_pipelining to False 138029 1726888219.36088: Set connection var ansible_shell_type to sh 138029 1726888219.36090: Set connection var ansible_connection to ssh 138029 1726888219.36093: Set connection var ansible_shell_executable to /bin/sh 138029 1726888219.36124: variable 'ansible_shell_executable' from source: unknown 138029 1726888219.36128: variable 'ansible_connection' from source: unknown 138029 1726888219.36130: variable 'ansible_module_compression' from source: unknown 138029 1726888219.36132: variable 'ansible_shell_type' from source: unknown 138029 1726888219.36143: variable 'ansible_shell_executable' from source: unknown 138029 1726888219.36145: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888219.36147: variable 'ansible_pipelining' from source: unknown 138029 1726888219.36150: variable 'ansible_timeout' from source: unknown 138029 1726888219.36172: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888219.36315: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888219.36326: variable 'omit' from source: magic vars 138029 1726888219.36331: starting attempt loop 138029 1726888219.36334: running the handler 138029 1726888219.36478: variable 'storage_test_dev' from source: set_fact 138029 1726888219.36490: Evaluated conditional (not storage_test_dev.stat.exists): True 138029 1726888219.36499: handler run complete 138029 1726888219.36523: attempt loop complete, returning result 138029 1726888219.36530: _execute() done 138029 1726888219.36537: dumping result to json 138029 1726888219.36544: done dumping result, returning 138029 1726888219.36557: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-0000000032e6] 138029 1726888219.36571: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032e6 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888219.36722: no more pending results, returning what we have 138029 1726888219.36728: results queue empty 138029 1726888219.36730: checking for any_errors_fatal 138029 1726888219.36737: done checking for any_errors_fatal 138029 1726888219.36738: checking for max_fail_percentage 138029 1726888219.36740: done checking for max_fail_percentage 138029 1726888219.36741: checking to see if all hosts have failed and the running result is not ok 138029 1726888219.36741: done checking to see if all hosts have failed 138029 1726888219.36742: getting the remaining hosts for this loop 138029 1726888219.36743: done getting the remaining hosts for this loop 138029 1726888219.36747: getting the next task for host managed_node3 138029 1726888219.36756: done getting next task for host managed_node3 138029 1726888219.36765: ^ task is: TASK: Make sure we got info about this volume 138029 1726888219.36772: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888219.36778: getting variables 138029 1726888219.36780: in VariableManager get_vars() 138029 1726888219.36813: Calling all_inventory to load vars for managed_node3 138029 1726888219.36815: Calling groups_inventory to load vars for managed_node3 138029 1726888219.36819: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888219.36828: Calling all_plugins_play to load vars for managed_node3 138029 1726888219.36831: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888219.36969: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032e6 138029 1726888219.36978: WORKER PROCESS EXITING 138029 1726888219.36983: Calling groups_plugins_play to load vars for managed_node3 138029 1726888219.37633: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888219.38177: done with get_vars() 138029 1726888219.38193: done getting variables 138029 1726888219.38233: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:19 -0400 (0:00:00.042) 0:03:52.106 ****** 138029 1726888219.38260: entering _queue_task() for managed_node3/assert 138029 1726888219.38472: worker is 1 (out of 1 available) 138029 1726888219.38484: exiting _queue_task() for managed_node3/assert 138029 1726888219.38495: done queuing things up, now waiting for results queue to drain 138029 1726888219.38497: waiting for pending results... 138029 1726888219.38694: running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume 138029 1726888219.38794: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032e7 138029 1726888219.38806: variable 'ansible_search_path' from source: unknown 138029 1726888219.38836: calling self._execute() 138029 1726888219.38933: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888219.38938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888219.38948: variable 'omit' from source: magic vars 138029 1726888219.39276: variable '_storage_test_volume_present' from source: set_fact 138029 1726888219.39279: Evaluated conditional (_storage_test_volume_present): False 138029 1726888219.39282: when evaluation is False, skipping this task 138029 1726888219.39288: _execute() done 138029 1726888219.39291: dumping result to json 138029 1726888219.39295: done dumping result, returning 138029 1726888219.39298: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume [0affc8a3-6f6f-5a58-73a2-0000000032e7] 138029 1726888219.39300: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032e7 138029 1726888219.39514: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032e7 138029 1726888219.39517: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888219.39551: no more pending results, returning what we have 138029 1726888219.39554: results queue empty 138029 1726888219.39557: checking for any_errors_fatal 138029 1726888219.39564: done checking for any_errors_fatal 138029 1726888219.39567: checking for max_fail_percentage 138029 1726888219.39568: done checking for max_fail_percentage 138029 1726888219.39569: checking to see if all hosts have failed and the running result is not ok 138029 1726888219.39570: done checking to see if all hosts have failed 138029 1726888219.39571: getting the remaining hosts for this loop 138029 1726888219.39572: done getting the remaining hosts for this loop 138029 1726888219.39575: getting the next task for host managed_node3 138029 1726888219.39582: done getting next task for host managed_node3 138029 1726888219.39584: ^ task is: TASK: Process volume type (set initial value) (1/2) 138029 1726888219.39589: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888219.39593: getting variables 138029 1726888219.39594: in VariableManager get_vars() 138029 1726888219.39620: Calling all_inventory to load vars for managed_node3 138029 1726888219.39622: Calling groups_inventory to load vars for managed_node3 138029 1726888219.39624: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888219.39632: Calling all_plugins_play to load vars for managed_node3 138029 1726888219.39635: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888219.39637: Calling groups_plugins_play to load vars for managed_node3 138029 1726888219.40481: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888219.41535: done with get_vars() 138029 1726888219.41550: done getting variables 138029 1726888219.41610: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:19 -0400 (0:00:00.033) 0:03:52.139 ****** 138029 1726888219.41645: entering _queue_task() for managed_node3/set_fact 138029 1726888219.41990: worker is 1 (out of 1 available) 138029 1726888219.42003: exiting _queue_task() for managed_node3/set_fact 138029 1726888219.42016: done queuing things up, now waiting for results queue to drain 138029 1726888219.42018: waiting for pending results... 138029 1726888219.42224: running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) 138029 1726888219.42334: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032e8 138029 1726888219.42349: variable 'ansible_search_path' from source: unknown 138029 1726888219.42381: calling self._execute() 138029 1726888219.42486: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888219.42490: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888219.42499: variable 'omit' from source: magic vars 138029 1726888219.42592: variable 'omit' from source: magic vars 138029 1726888219.42642: variable 'omit' from source: magic vars 138029 1726888219.42825: variable 'storage_test_volume' from source: include params 138029 1726888219.42865: variable 'omit' from source: magic vars 138029 1726888219.42903: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888219.42930: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888219.42946: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888219.42960: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888219.42974: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888219.42987: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888219.42999: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888219.43027: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888219.43031: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888219.43033: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888219.43120: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888219.43123: Set connection var ansible_timeout to 10 138029 1726888219.43128: Set connection var ansible_pipelining to False 138029 1726888219.43131: Set connection var ansible_shell_type to sh 138029 1726888219.43133: Set connection var ansible_connection to ssh 138029 1726888219.43137: Set connection var ansible_shell_executable to /bin/sh 138029 1726888219.43159: variable 'ansible_shell_executable' from source: unknown 138029 1726888219.43162: variable 'ansible_connection' from source: unknown 138029 1726888219.43165: variable 'ansible_module_compression' from source: unknown 138029 1726888219.43170: variable 'ansible_shell_type' from source: unknown 138029 1726888219.43172: variable 'ansible_shell_executable' from source: unknown 138029 1726888219.43174: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888219.43180: variable 'ansible_pipelining' from source: unknown 138029 1726888219.43182: variable 'ansible_timeout' from source: unknown 138029 1726888219.43185: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888219.43363: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888219.43367: variable 'omit' from source: magic vars 138029 1726888219.43370: starting attempt loop 138029 1726888219.43372: running the handler 138029 1726888219.43375: handler run complete 138029 1726888219.43377: attempt loop complete, returning result 138029 1726888219.43379: _execute() done 138029 1726888219.43381: dumping result to json 138029 1726888219.43383: done dumping result, returning 138029 1726888219.43386: done running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-5a58-73a2-0000000032e8] 138029 1726888219.43388: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032e8 138029 1726888219.43476: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032e8 138029 1726888219.43479: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } 138029 1726888219.43565: no more pending results, returning what we have 138029 1726888219.43568: results queue empty 138029 1726888219.43569: checking for any_errors_fatal 138029 1726888219.43577: done checking for any_errors_fatal 138029 1726888219.43578: checking for max_fail_percentage 138029 1726888219.43579: done checking for max_fail_percentage 138029 1726888219.43580: checking to see if all hosts have failed and the running result is not ok 138029 1726888219.43581: done checking to see if all hosts have failed 138029 1726888219.43582: getting the remaining hosts for this loop 138029 1726888219.43583: done getting the remaining hosts for this loop 138029 1726888219.43586: getting the next task for host managed_node3 138029 1726888219.43594: done getting next task for host managed_node3 138029 1726888219.43596: ^ task is: TASK: Process volume type (get RAID value) (2/2) 138029 1726888219.43602: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888219.43607: getting variables 138029 1726888219.43609: in VariableManager get_vars() 138029 1726888219.43638: Calling all_inventory to load vars for managed_node3 138029 1726888219.43640: Calling groups_inventory to load vars for managed_node3 138029 1726888219.43643: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888219.43651: Calling all_plugins_play to load vars for managed_node3 138029 1726888219.43653: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888219.43657: Calling groups_plugins_play to load vars for managed_node3 138029 1726888219.44218: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888219.44751: done with get_vars() 138029 1726888219.44767: done getting variables 138029 1726888219.44816: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:19 -0400 (0:00:00.031) 0:03:52.171 ****** 138029 1726888219.44839: entering _queue_task() for managed_node3/set_fact 138029 1726888219.45050: worker is 1 (out of 1 available) 138029 1726888219.45065: exiting _queue_task() for managed_node3/set_fact 138029 1726888219.45076: done queuing things up, now waiting for results queue to drain 138029 1726888219.45078: waiting for pending results... 138029 1726888219.45273: running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) 138029 1726888219.45378: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032e9 138029 1726888219.45389: variable 'ansible_search_path' from source: unknown 138029 1726888219.45421: calling self._execute() 138029 1726888219.45514: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888219.45520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888219.45525: variable 'omit' from source: magic vars 138029 1726888219.45828: variable 'storage_test_volume' from source: include params 138029 1726888219.45852: Evaluated conditional (storage_test_volume.type == "raid"): False 138029 1726888219.45860: when evaluation is False, skipping this task 138029 1726888219.45864: _execute() done 138029 1726888219.45867: dumping result to json 138029 1726888219.45869: done dumping result, returning 138029 1726888219.45881: done running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-5a58-73a2-0000000032e9] 138029 1726888219.45883: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032e9 138029 1726888219.45972: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032e9 138029 1726888219.45976: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 138029 1726888219.46038: no more pending results, returning what we have 138029 1726888219.46042: results queue empty 138029 1726888219.46043: checking for any_errors_fatal 138029 1726888219.46052: done checking for any_errors_fatal 138029 1726888219.46053: checking for max_fail_percentage 138029 1726888219.46056: done checking for max_fail_percentage 138029 1726888219.46059: checking to see if all hosts have failed and the running result is not ok 138029 1726888219.46060: done checking to see if all hosts have failed 138029 1726888219.46061: getting the remaining hosts for this loop 138029 1726888219.46062: done getting the remaining hosts for this loop 138029 1726888219.46066: getting the next task for host managed_node3 138029 1726888219.46075: done getting next task for host managed_node3 138029 1726888219.46077: ^ task is: TASK: Verify the volume's device type 138029 1726888219.46084: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888219.46088: getting variables 138029 1726888219.46089: in VariableManager get_vars() 138029 1726888219.46126: Calling all_inventory to load vars for managed_node3 138029 1726888219.46129: Calling groups_inventory to load vars for managed_node3 138029 1726888219.46132: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888219.46141: Calling all_plugins_play to load vars for managed_node3 138029 1726888219.46143: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888219.46145: Calling groups_plugins_play to load vars for managed_node3 138029 1726888219.46512: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888219.47039: done with get_vars() 138029 1726888219.47049: done getting variables 138029 1726888219.47110: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:19 -0400 (0:00:00.023) 0:03:52.195 ****** 138029 1726888219.47145: entering _queue_task() for managed_node3/assert 138029 1726888219.47378: worker is 1 (out of 1 available) 138029 1726888219.47392: exiting _queue_task() for managed_node3/assert 138029 1726888219.47405: done queuing things up, now waiting for results queue to drain 138029 1726888219.47407: waiting for pending results... 138029 1726888219.47653: running TaskExecutor() for managed_node3/TASK: Verify the volume's device type 138029 1726888219.47813: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032ea 138029 1726888219.47824: variable 'ansible_search_path' from source: unknown 138029 1726888219.47832: calling self._execute() 138029 1726888219.48016: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888219.48022: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888219.48083: variable 'omit' from source: magic vars 138029 1726888219.48565: variable '_storage_test_volume_present' from source: set_fact 138029 1726888219.48623: Evaluated conditional (_storage_test_volume_present): False 138029 1726888219.48641: when evaluation is False, skipping this task 138029 1726888219.48645: _execute() done 138029 1726888219.48650: dumping result to json 138029 1726888219.48654: done dumping result, returning 138029 1726888219.48659: done running TaskExecutor() for managed_node3/TASK: Verify the volume's device type [0affc8a3-6f6f-5a58-73a2-0000000032ea] 138029 1726888219.48663: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032ea 138029 1726888219.48839: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032ea 138029 1726888219.48843: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888219.48901: no more pending results, returning what we have 138029 1726888219.48908: results queue empty 138029 1726888219.48910: checking for any_errors_fatal 138029 1726888219.48917: done checking for any_errors_fatal 138029 1726888219.48917: checking for max_fail_percentage 138029 1726888219.48919: done checking for max_fail_percentage 138029 1726888219.48920: checking to see if all hosts have failed and the running result is not ok 138029 1726888219.48920: done checking to see if all hosts have failed 138029 1726888219.48921: getting the remaining hosts for this loop 138029 1726888219.48922: done getting the remaining hosts for this loop 138029 1726888219.48926: getting the next task for host managed_node3 138029 1726888219.48943: done getting next task for host managed_node3 138029 1726888219.48946: ^ task is: TASK: Stat the LUKS device, if encrypted 138029 1726888219.48953: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888219.48959: getting variables 138029 1726888219.48960: in VariableManager get_vars() 138029 1726888219.48996: Calling all_inventory to load vars for managed_node3 138029 1726888219.49002: Calling groups_inventory to load vars for managed_node3 138029 1726888219.49005: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888219.49017: Calling all_plugins_play to load vars for managed_node3 138029 1726888219.49020: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888219.49022: Calling groups_plugins_play to load vars for managed_node3 138029 1726888219.49958: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888219.50826: done with get_vars() 138029 1726888219.50840: 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:10:19 -0400 (0:00:00.038) 0:03:52.233 ****** 138029 1726888219.51014: entering _queue_task() for managed_node3/stat 138029 1726888219.51391: worker is 1 (out of 1 available) 138029 1726888219.51405: exiting _queue_task() for managed_node3/stat 138029 1726888219.51538: done queuing things up, now waiting for results queue to drain 138029 1726888219.51540: waiting for pending results... 138029 1726888219.52003: running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted 138029 1726888219.52049: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032ee 138029 1726888219.52136: variable 'ansible_search_path' from source: unknown 138029 1726888219.52145: calling self._execute() 138029 1726888219.52343: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888219.52347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888219.52353: variable 'omit' from source: magic vars 138029 1726888219.52744: variable 'storage_test_volume' from source: include params 138029 1726888219.52775: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888219.52778: when evaluation is False, skipping this task 138029 1726888219.52781: _execute() done 138029 1726888219.52785: dumping result to json 138029 1726888219.52788: done dumping result, returning 138029 1726888219.52847: done running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-5a58-73a2-0000000032ee] 138029 1726888219.52851: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032ee 138029 1726888219.52926: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032ee 138029 1726888219.52929: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888219.53006: no more pending results, returning what we have 138029 1726888219.53012: results queue empty 138029 1726888219.53014: checking for any_errors_fatal 138029 1726888219.53019: done checking for any_errors_fatal 138029 1726888219.53020: checking for max_fail_percentage 138029 1726888219.53022: done checking for max_fail_percentage 138029 1726888219.53023: checking to see if all hosts have failed and the running result is not ok 138029 1726888219.53023: done checking to see if all hosts have failed 138029 1726888219.53024: getting the remaining hosts for this loop 138029 1726888219.53025: done getting the remaining hosts for this loop 138029 1726888219.53028: getting the next task for host managed_node3 138029 1726888219.53036: done getting next task for host managed_node3 138029 1726888219.53039: ^ task is: TASK: Ensure cryptsetup is present 138029 1726888219.53049: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888219.53057: getting variables 138029 1726888219.53058: in VariableManager get_vars() 138029 1726888219.53092: Calling all_inventory to load vars for managed_node3 138029 1726888219.53095: Calling groups_inventory to load vars for managed_node3 138029 1726888219.53098: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888219.53107: Calling all_plugins_play to load vars for managed_node3 138029 1726888219.53131: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888219.53138: Calling groups_plugins_play to load vars for managed_node3 138029 1726888219.53737: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888219.54266: done with get_vars() 138029 1726888219.54286: done getting variables 138029 1726888219.54352: 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:10:19 -0400 (0:00:00.033) 0:03:52.267 ****** 138029 1726888219.54391: entering _queue_task() for managed_node3/package 138029 1726888219.54620: worker is 1 (out of 1 available) 138029 1726888219.54635: exiting _queue_task() for managed_node3/package 138029 1726888219.54684: done queuing things up, now waiting for results queue to drain 138029 1726888219.54686: waiting for pending results... 138029 1726888219.54933: running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present 138029 1726888219.55007: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032ef 138029 1726888219.55020: variable 'ansible_search_path' from source: unknown 138029 1726888219.55046: calling self._execute() 138029 1726888219.55140: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888219.55145: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888219.55155: variable 'omit' from source: magic vars 138029 1726888219.55239: variable 'omit' from source: magic vars 138029 1726888219.55330: variable 'omit' from source: magic vars 138029 1726888219.55513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888219.57710: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888219.58241: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888219.58291: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888219.58361: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888219.58365: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888219.58446: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888219.58467: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888219.58486: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888219.58527: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888219.58539: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888219.58645: variable '__storage_is_ostree' from source: set_fact 138029 1726888219.58648: variable 'omit' from source: magic vars 138029 1726888219.58667: variable 'omit' from source: magic vars 138029 1726888219.58690: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888219.58710: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888219.58729: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888219.58740: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888219.58752: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888219.58765: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888219.58780: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888219.58803: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888219.58806: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888219.58808: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888219.58895: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888219.58899: Set connection var ansible_timeout to 10 138029 1726888219.58905: Set connection var ansible_pipelining to False 138029 1726888219.58908: Set connection var ansible_shell_type to sh 138029 1726888219.58910: Set connection var ansible_connection to ssh 138029 1726888219.58915: Set connection var ansible_shell_executable to /bin/sh 138029 1726888219.58935: variable 'ansible_shell_executable' from source: unknown 138029 1726888219.58938: variable 'ansible_connection' from source: unknown 138029 1726888219.58942: variable 'ansible_module_compression' from source: unknown 138029 1726888219.58945: variable 'ansible_shell_type' from source: unknown 138029 1726888219.58947: variable 'ansible_shell_executable' from source: unknown 138029 1726888219.58950: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888219.58953: variable 'ansible_pipelining' from source: unknown 138029 1726888219.58956: variable 'ansible_timeout' from source: unknown 138029 1726888219.58959: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888219.59033: 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) 138029 1726888219.59041: variable 'omit' from source: magic vars 138029 1726888219.59046: starting attempt loop 138029 1726888219.59049: running the handler 138029 1726888219.59056: variable 'ansible_facts' from source: unknown 138029 1726888219.59059: variable 'ansible_facts' from source: unknown 138029 1726888219.59118: _low_level_execute_command(): starting 138029 1726888219.59121: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888219.59630: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888219.59634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888219.59638: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888219.59640: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888219.59744: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888219.59794: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888219.61492: stdout chunk (state=3): >>>/root <<< 138029 1726888219.61693: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888219.61698: stdout chunk (state=3): >>><<< 138029 1726888219.61700: stderr chunk (state=3): >>><<< 138029 1726888219.61718: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888219.61734: _low_level_execute_command(): starting 138029 1726888219.61806: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888219.6171758-145080-2171510247456 `" && echo ansible-tmp-1726888219.6171758-145080-2171510247456="` echo /root/.ansible/tmp/ansible-tmp-1726888219.6171758-145080-2171510247456 `" ) && sleep 0' 138029 1726888219.62471: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888219.62535: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888219.62567: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888219.62664: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888219.64606: stdout chunk (state=3): >>>ansible-tmp-1726888219.6171758-145080-2171510247456=/root/.ansible/tmp/ansible-tmp-1726888219.6171758-145080-2171510247456 <<< 138029 1726888219.64790: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888219.64793: stderr chunk (state=3): >>><<< 138029 1726888219.64801: stdout chunk (state=3): >>><<< 138029 1726888219.64838: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888219.6171758-145080-2171510247456=/root/.ansible/tmp/ansible-tmp-1726888219.6171758-145080-2171510247456 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888219.64863: variable 'ansible_module_compression' from source: unknown 138029 1726888219.64962: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 138029 1726888219.64997: variable 'ansible_facts' from source: unknown 138029 1726888219.65152: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888219.6171758-145080-2171510247456/AnsiballZ_dnf.py 138029 1726888219.65374: Sending initial data 138029 1726888219.65377: Sent initial data (152 bytes) 138029 1726888219.66099: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888219.66151: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888219.66177: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888219.66262: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888219.67886: 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 <<< 138029 1726888219.67981: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888219.68057: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpbd1ej98v /root/.ansible/tmp/ansible-tmp-1726888219.6171758-145080-2171510247456/AnsiballZ_dnf.py <<< 138029 1726888219.68061: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888219.6171758-145080-2171510247456/AnsiballZ_dnf.py" <<< 138029 1726888219.68132: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpbd1ej98v" to remote "/root/.ansible/tmp/ansible-tmp-1726888219.6171758-145080-2171510247456/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888219.6171758-145080-2171510247456/AnsiballZ_dnf.py" <<< 138029 1726888219.68831: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888219.68894: stderr chunk (state=3): >>><<< 138029 1726888219.68897: stdout chunk (state=3): >>><<< 138029 1726888219.68938: done transferring module to remote 138029 1726888219.68952: _low_level_execute_command(): starting 138029 1726888219.68956: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888219.6171758-145080-2171510247456/ /root/.ansible/tmp/ansible-tmp-1726888219.6171758-145080-2171510247456/AnsiballZ_dnf.py && sleep 0' 138029 1726888219.69515: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888219.69518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888219.69524: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888219.69526: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888219.69528: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888219.69530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888219.69580: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888219.69583: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888219.69625: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888219.71517: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888219.71520: stdout chunk (state=3): >>><<< 138029 1726888219.71523: stderr chunk (state=3): >>><<< 138029 1726888219.71525: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888219.71528: _low_level_execute_command(): starting 138029 1726888219.71530: _low_level_execute_command(): using become for this command 138029 1726888219.71532: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zacnzoynophpqaudmlhhxxpkzziavuin ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888219.6171758-145080-2171510247456/AnsiballZ_dnf.py'"'"' && sleep 0' 138029 1726888219.71684: Initial state: awaiting_escalation: BECOME-SUCCESS-zacnzoynophpqaudmlhhxxpkzziavuin 138029 1726888219.72120: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888219.72269: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888219.72373: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888219.72376: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888219.72394: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888219.75482: stdout chunk (state=1): >>>BECOME-SUCCESS-zacnzoynophpqaudmlhhxxpkzziavuin <<< 138029 1726888219.75487: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zacnzoynophpqaudmlhhxxpkzziavuin' 138029 1726888219.75712: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888219.75715: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888219.75717: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888219.75720: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888219.75783: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888219.75886: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 138029 1726888219.75902: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888219.76006: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888219.76011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888219.76015: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888219.76020: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888219.76022: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888219.76121: 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 0x7f971ad103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971acdfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888219.76208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888219.76259: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ad12960> <<< 138029 1726888219.76263: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888219.76269: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 138029 1726888219.76576: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # <<< 138029 1726888219.76587: 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' <<< 138029 1726888219.76590: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888219.76592: 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 0x7f971ab04fe0> <<< 138029 1726888219.76603: 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 0x7f971ab05fd0> import 'site' # <<< 138029 1726888219.76650: 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. <<< 138029 1726888219.76947: 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' <<< 138029 1726888219.76965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888219.76996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888219.77015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888219.77043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888219.77058: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab4be00> <<< 138029 1726888219.77084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888219.77097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888219.77130: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888219.77149: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab4bec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888219.77174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888219.77198: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888219.77261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888219.77281: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888219.77310: 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' <<< 138029 1726888219.77333: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab7b830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888219.77357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab7bec0> import '_collections' # <<< 138029 1726888219.77417: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab5bad0> <<< 138029 1726888219.77420: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888219.77445: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab591f0> <<< 138029 1726888219.77538: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab48fb0> <<< 138029 1726888219.77576: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888219.77596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888219.77617: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888219.77653: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888219.77657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888219.77711: 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' <<< 138029 1726888219.77716: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab9f800> <<< 138029 1726888219.77729: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab9e420> <<< 138029 1726888219.77775: 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' <<< 138029 1726888219.77778: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab5a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab9cc20> <<< 138029 1726888219.77824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888219.77828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abd0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab48230> <<< 138029 1726888219.77862: 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' <<< 138029 1726888219.77888: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888219.77924: 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 0x7f971abd0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abd0bc0> <<< 138029 1726888219.77942: 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 0x7f971abd0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab3ed50> <<< 138029 1726888219.77973: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888219.78006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888219.78010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888219.78050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abd1610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abd12e0> import 'importlib.machinery' # <<< 138029 1726888219.78087: 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' <<< 138029 1726888219.78131: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abd2510> import 'importlib.util' # <<< 138029 1726888219.78134: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888219.78165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888219.78190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888219.78225: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888219.78228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abe8710> <<< 138029 1726888219.78271: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888219.78286: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888219.78308: 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 0x7f971abe9df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888219.78340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888219.78352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abeac90> <<< 138029 1726888219.78420: 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 0x7f971abeb2f0> <<< 138029 1726888219.78470: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abea1e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888219.78501: 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 0x7f971abebd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abeb4a0> <<< 138029 1726888219.78659: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abd2540> # /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' <<< 138029 1726888219.78666: 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 0x7f971a917c50> <<< 138029 1726888219.78682: 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' <<< 138029 1726888219.78715: 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 0x7f971a940770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a9404d0> <<< 138029 1726888219.78732: 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 0x7f971a9407a0> <<< 138029 1726888219.78773: 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' <<< 138029 1726888219.78843: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888219.78972: 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 0x7f971a9410d0> <<< 138029 1726888219.79240: 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 0x7f971a941ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a940980> <<< 138029 1726888219.79244: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a915df0> <<< 138029 1726888219.79252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888219.79254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888219.79258: 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 0x7f971a942e70> <<< 138029 1726888219.79261: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a941940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abd2c30> <<< 138029 1726888219.79263: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888219.79367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888219.79389: 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' <<< 138029 1726888219.79411: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a96b1a0> <<< 138029 1726888219.79476: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888219.79479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888219.79503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888219.79520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888219.79568: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a997530> <<< 138029 1726888219.79667: 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' <<< 138029 1726888219.79686: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888219.79728: 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 0x7f971a9f02c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888219.79768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888219.79786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888219.79826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888219.79909: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a9f2a20> <<< 138029 1726888219.79983: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a9f03e0> <<< 138029 1726888219.80019: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a9bd310> <<< 138029 1726888219.80051: 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 0x7f971a329400> <<< 138029 1726888219.80079: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a996330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a943d70> <<< 138029 1726888219.80318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f971a996930> <<< 138029 1726888219.80601: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_5jce4c8j/ansible_ansible.legacy.dnf_payload.zip' <<< 138029 1726888219.80606: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.80734: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.80769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888219.80772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888219.80819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888219.80892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888219.80924: 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' <<< 138029 1726888219.80930: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a383200> <<< 138029 1726888219.80939: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888219.81123: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a3620f0> <<< 138029 1726888219.81127: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a361250> # zipimport: zlib available <<< 138029 1726888219.81163: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888219.81171: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.81196: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.81205: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.81220: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888219.81231: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.82676: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.83750: 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 0x7f971a3814f0> <<< 138029 1726888219.83789: 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' <<< 138029 1726888219.83842: 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' <<< 138029 1726888219.83851: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888219.83856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888219.83883: 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 0x7f971a3a6b10> <<< 138029 1726888219.83910: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a3a68a0> <<< 138029 1726888219.83945: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a3a61b0> <<< 138029 1726888219.83959: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888219.83976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888219.84018: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a3a6600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab5a9c0> <<< 138029 1726888219.84039: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888219.84086: 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 0x7f971a3a7800> <<< 138029 1726888219.84090: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888219.84097: 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 0x7f971a3a7a40> <<< 138029 1726888219.84119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888219.84152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888219.84179: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888219.84242: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a3a7f80> import 'pwd' # <<< 138029 1726888219.84254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888219.84280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888219.84314: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a215cd0> <<< 138029 1726888219.84352: 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 0x7f971a2178f0> <<< 138029 1726888219.84370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888219.84385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888219.84420: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a21c230> <<< 138029 1726888219.84441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888219.84475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888219.84488: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a21d3a0> <<< 138029 1726888219.84513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888219.84591: 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' <<< 138029 1726888219.84626: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a21fe30> <<< 138029 1726888219.84673: 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 0x7f971abeac00> <<< 138029 1726888219.84687: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a21e150> <<< 138029 1726888219.84721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888219.84781: 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' <<< 138029 1726888219.84901: 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' <<< 138029 1726888219.84921: 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 0x7f971a223e00> import '_tokenize' # <<< 138029 1726888219.84974: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a2228d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a222630> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888219.85063: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a222ba0> <<< 138029 1726888219.85095: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a21e630> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971a267f20> <<< 138029 1726888219.85138: 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 0x7f971a268290> <<< 138029 1726888219.85190: 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' <<< 138029 1726888219.85240: 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 0x7f971a269cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a269a90> <<< 138029 1726888219.85271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888219.85377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888219.85422: 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 0x7f971a26c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a26a3c0> <<< 138029 1726888219.85458: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888219.85495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888219.85548: 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' # <<< 138029 1726888219.85591: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a26fa10> <<< 138029 1726888219.85761: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a26c3e0> <<< 138029 1726888219.85781: 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 0x7f971a270770> <<< 138029 1726888219.85796: 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 0x7f971a270b00> <<< 138029 1726888219.85837: 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 0x7f971a270d10> <<< 138029 1726888219.85853: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a2683b0> <<< 138029 1726888219.85884: 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 <<< 138029 1726888219.85921: 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' <<< 138029 1726888219.85947: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888219.85982: 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 0x7f971a2fc380> <<< 138029 1726888219.86125: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888219.86134: 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 0x7f971a2fd5b0> <<< 138029 1726888219.86144: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a272b10> <<< 138029 1726888219.86169: 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 0x7f971a273ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a272750> <<< 138029 1726888219.86190: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.86206: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.86216: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888219.86232: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.86314: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.86401: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.86424: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888219.86492: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.86495: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888219.86593: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.86713: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.87252: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.87785: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888219.87795: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 138029 1726888219.87802: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888219.87823: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888219.87844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888219.87890: 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 0x7f971a101760> <<< 138029 1726888219.87973: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888219.87977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888219.88001: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1024e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a2fd6d0> <<< 138029 1726888219.88058: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888219.88072: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.88092: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.88100: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888219.88120: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.88271: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.88425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888219.88429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1022a0> <<< 138029 1726888219.88447: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.88903: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.89352: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.89417: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.89522: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888219.89671: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888219.89682: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.89744: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888219.89749: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.89780: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888219.89800: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.89891: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.89901: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888219.90105: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.90358: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888219.90448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888219.90478: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1035f0> <<< 138029 1726888219.90494: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.90566: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.90726: 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 <<< 138029 1726888219.90737: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.90769: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888219.90817: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.90862: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.90922: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.90986: 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 <<< 138029 1726888219.91020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888219.91105: 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 0x7f971a10e0c0> <<< 138029 1726888219.91137: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a10b080> <<< 138029 1726888219.91180: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888219.91190: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.91262: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.91308: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.91342: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.91381: 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' <<< 138029 1726888219.91425: 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' <<< 138029 1726888219.91499: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888219.91543: 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' <<< 138029 1726888219.91667: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a3fa9f0> <<< 138029 1726888219.91671: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a3e26c0> <<< 138029 1726888219.91761: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a10e1e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a103020> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888219.91808: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.91811: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888219.91974: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888219.92467: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.92996: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.93666: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.94337: 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' <<< 138029 1726888219.94341: stdout chunk (state=3): >>>import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a0620> <<< 138029 1726888219.94392: 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 0x7f971a1a0890> # /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' <<< 138029 1726888219.94422: 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' <<< 138029 1726888219.94443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 138029 1726888219.94457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a0fb0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a0b30> <<< 138029 1726888219.94562: 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' <<< 138029 1726888219.94565: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a18b0> <<< 138029 1726888219.94588: 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' <<< 138029 1726888219.94605: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 138029 1726888219.94625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 138029 1726888219.94638: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 138029 1726888219.94653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 138029 1726888219.94670: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 138029 1726888219.94705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a18d610> <<< 138029 1726888219.94766: 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 0x7f971a18d3a0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 138029 1726888219.94816: 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 0x7f9719d36570> <<< 138029 1726888219.94866: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a3110> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 138029 1726888219.94895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 138029 1726888219.94909: 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' <<< 138029 1726888219.94942: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 138029 1726888219.94972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 138029 1726888219.95038: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719d39100> <<< 138029 1726888219.95063: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719d37c80> <<< 138029 1726888219.95084: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719d36ff0> <<< 138029 1726888219.95093: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a25a0> <<< 138029 1726888219.95133: 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' <<< 138029 1726888219.95170: 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 <<< 138029 1726888219.95232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 138029 1726888219.95236: 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' <<< 138029 1726888219.95271: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719da5070> <<< 138029 1726888219.95402: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719d5d190> <<< 138029 1726888219.95544: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a2ae0> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 138029 1726888219.95561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 138029 1726888219.95569: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 138029 1726888219.95598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 138029 1726888219.95644: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 138029 1726888219.95648: 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 0x7f9719dacb00> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719da6e70> <<< 138029 1726888219.95654: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719d5ccb0> <<< 138029 1726888219.95681: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a1f70> <<< 138029 1726888219.95709: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a1970> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a1670> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a08f0> <<< 138029 1726888219.95732: 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 0x7f971a1a19d0> <<< 138029 1726888219.95784: 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' <<< 138029 1726888219.95804: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 138029 1726888219.95808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 138029 1726888219.95849: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719dad190> <<< 138029 1726888219.95859: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719dacda0> <<< 138029 1726888219.95883: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 138029 1726888219.95888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888219.95949: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719dada90> <<< 138029 1726888219.95975: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 138029 1726888219.96005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 138029 1726888219.96062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888219.96093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888219.96176: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888219.96250: 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 0x7f9719d93f20> <<< 138029 1726888219.96431: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719d914f0> <<< 138029 1726888219.96466: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719dae690> <<< 138029 1726888219.96482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 138029 1726888219.96486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 138029 1726888219.96524: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719d90f80> <<< 138029 1726888219.96536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 138029 1726888219.96552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 138029 1726888219.96564: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719dca240> <<< 138029 1726888219.96592: 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' <<< 138029 1726888219.96638: 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' <<< 138029 1726888219.96650: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719dcaed0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719dca990> <<< 138029 1726888219.96669: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 138029 1726888219.96734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 138029 1726888219.96816: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719dcb3e0> <<< 138029 1726888219.96828: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 138029 1726888219.96866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 138029 1726888219.97080: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719d9fa10> <<< 138029 1726888219.97104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 138029 1726888219.97124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 138029 1726888219.97149: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719cbfc80> <<< 138029 1726888219.97197: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.97304: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 138029 1726888219.97314: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.97442: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.97589: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888219.97632: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.97670: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.97701: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 138029 1726888219.97733: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.97859: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.98005: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 138029 1726888219.98074: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888219.98493: 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 <<< 138029 1726888219.98501: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888219.98552: 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 <<< 138029 1726888219.98557: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 138029 1726888219.98584: 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 0x7f9719cfaed0> <<< 138029 1726888219.98607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888219.98646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888219.98848: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719cfaff0> # /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' <<< 138029 1726888219.98928: 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 0x7f9719a4f1d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719a4ea20> # 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 0x7f9719a4ec00> <<< 138029 1726888219.98973: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719cfb530> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719cfa420> <<< 138029 1726888219.98986: 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 0x7f9719cfab70> <<< 138029 1726888219.99022: 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 <<< 138029 1726888219.99079: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 138029 1726888219.99114: 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' <<< 138029 1726888219.99128: 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' <<< 138029 1726888219.99251: 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 0x7f9719ac8830> <<< 138029 1726888219.99263: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719ac8410> <<< 138029 1726888219.99306: 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 <<< 138029 1726888219.99332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 138029 1726888219.99401: 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 0x7f9719acbfb0> <<< 138029 1726888219.99417: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719ac88f0> <<< 138029 1726888219.99441: 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 <<< 138029 1726888219.99539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 138029 1726888220.00442: 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 0x7f9719533200> <<< 138029 1726888220.00504: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719af0260> <<< 138029 1726888220.00535: 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 <<< 138029 1726888220.00601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 138029 1726888220.00703: 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 0x7f97195b0e00> <<< 138029 1726888220.00843: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719533680> <<< 138029 1726888220.00858: 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 <<< 138029 1726888220.00900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888220.00977: 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 0x7f97195b3d40> <<< 138029 1726888220.01011: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97195b0ef0> <<< 138029 1726888220.01029: 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 <<< 138029 1726888220.01080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888220.01153: 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 0x7f97195efe60> <<< 138029 1726888220.01197: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97195b3fb0> <<< 138029 1726888220.01215: 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 <<< 138029 1726888220.01231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 138029 1726888220.01279: 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 0x7f9717c25160> <<< 138029 1726888220.01305: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c24560> <<< 138029 1726888220.01309: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719a6bf80> <<< 138029 1726888220.01346: 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 <<< 138029 1726888220.01412: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 138029 1726888220.01442: 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' <<< 138029 1726888220.01482: 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 0x7f9717c405c0> <<< 138029 1726888220.01527: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c27a10> <<< 138029 1726888220.01538: 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 <<< 138029 1726888220.01575: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 138029 1726888220.01611: 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 0x7f9717c42c90> <<< 138029 1726888220.01673: 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' <<< 138029 1726888220.01745: 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 0x7f9717c43b60> <<< 138029 1726888220.01748: 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' <<< 138029 1726888220.02149: 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 0x7f9717c70470> <<< 138029 1726888220.02187: 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 <<< 138029 1726888220.02201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888220.02208: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c719a0> <<< 138029 1726888220.02218: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c43da0> <<< 138029 1726888220.02246: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c42c00> <<< 138029 1726888220.02267: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c424e0> <<< 138029 1726888220.02312: 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' <<< 138029 1726888220.02398: 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 0x7f9717c73590> <<< 138029 1726888220.02413: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c43080> <<< 138029 1726888220.02484: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c40950> <<< 138029 1726888220.02515: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c27020> <<< 138029 1726888220.02547: 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' <<< 138029 1726888220.02676: 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 0x7f9717c27740> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c274a0> <<< 138029 1726888220.02718: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c25220> <<< 138029 1726888220.02746: 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 0x7f9717cacaa0> <<< 138029 1726888220.02776: 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 <<< 138029 1726888220.02799: 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 <<< 138029 1726888220.02814: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 138029 1726888220.02848: 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 <<< 138029 1726888220.02856: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 138029 1726888220.02872: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717caefc0> <<< 138029 1726888220.02900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888220.02909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888220.02950: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717caf7a0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717cae2d0> <<< 138029 1726888220.03056: 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 0x7f9717caff50> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717caca70> <<< 138029 1726888220.03087: 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' <<< 138029 1726888220.03145: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 138029 1726888220.03149: 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' <<< 138029 1726888220.03192: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717cd5a60> <<< 138029 1726888220.03195: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717cd4fe0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717cd4e00> <<< 138029 1726888220.03197: 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 <<< 138029 1726888220.03223: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py <<< 138029 1726888220.03261: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888220.03280: 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 <<< 138029 1726888220.03297: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 138029 1726888220.03312: 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 <<< 138029 1726888220.03343: 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 0x7f9717d00ad0> <<< 138029 1726888220.03382: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 138029 1726888220.03410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 138029 1726888220.03440: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888220.03511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888220.03514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888220.03515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 138029 1726888220.03536: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97175d2b70> <<< 138029 1726888220.03572: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888220.03581: 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 0x7f97175d2ed0> <<< 138029 1726888220.03626: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717d02de0> <<< 138029 1726888220.03667: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717d00f80> <<< 138029 1726888220.03677: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717cd7fb0> <<< 138029 1726888220.03718: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717cd6240> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717cd5f70> <<< 138029 1726888220.03750: 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 <<< 138029 1726888220.03757: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 138029 1726888220.03788: 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 <<< 138029 1726888220.03793: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888220.03825: 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' <<< 138029 1726888220.03843: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971760c920> <<< 138029 1726888220.03849: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97175d3a70> <<< 138029 1726888220.03887: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717cd6780> <<< 138029 1726888220.03911: 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 <<< 138029 1726888220.03920: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 138029 1726888220.03957: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971760cf80> <<< 138029 1726888220.03975: 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 0x7f971760d340> <<< 138029 1726888220.03999: 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 0x7f971760d400> <<< 138029 1726888220.04030: 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' <<< 138029 1726888220.04049: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971760d4f0> # /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 <<< 138029 1726888220.04083: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 138029 1726888220.04105: 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 <<< 138029 1726888220.04139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 138029 1726888220.04194: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' <<< 138029 1726888220.04203: 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 0x7f971760ffb0> <<< 138029 1726888220.04213: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971760e210> <<< 138029 1726888220.04268: 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 0x7f971762c1d0> <<< 138029 1726888220.04287: 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' <<< 138029 1726888220.04316: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971762c2c0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971760d280> <<< 138029 1726888220.04352: 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' <<< 138029 1726888220.04374: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971762c470> <<< 138029 1726888220.04388: 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 <<< 138029 1726888220.04434: 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 <<< 138029 1726888220.04492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888220.04523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888220.04611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888220.04642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888220.04654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888220.04674: 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 0x7f9717657e30> <<< 138029 1726888220.04709: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717657290> <<< 138029 1726888220.04774: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717655d00> <<< 138029 1726888220.04904: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971762dc70> <<< 138029 1726888220.04926: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971762d0d0> <<< 138029 1726888220.04949: 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' <<< 138029 1726888220.04986: stdout chunk (state=3): >>>import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a101670> # /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' <<< 138029 1726888220.05002: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971762e030> <<< 138029 1726888220.05049: 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' <<< 138029 1726888220.05057: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717698740> <<< 138029 1726888220.05060: 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 <<< 138029 1726888220.05110: 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 0x7f97176989b0> <<< 138029 1726888220.05113: 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' <<< 138029 1726888220.05145: 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 <<< 138029 1726888220.05149: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 138029 1726888220.05162: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717699310> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717698da0> <<< 138029 1726888220.05197: 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 0x7f971769a210> <<< 138029 1726888220.05220: stdout chunk (state=3): >>>import 'gc' # <<< 138029 1726888220.05223: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719a4f380> <<< 138029 1726888220.05239: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719cfa030> <<< 138029 1726888220.05784: 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 <<< 138029 1726888220.05820: 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' <<< 138029 1726888220.05836: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971769ae70> <<< 138029 1726888220.05883: 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' <<< 138029 1726888220.05888: 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 <<< 138029 1726888220.05926: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 138029 1726888220.05936: 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 <<< 138029 1726888220.05983: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 138029 1726888220.06014: 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 0x7f971746f8f0> <<< 138029 1726888220.06148: 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' <<< 138029 1726888220.06269: 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 0x7f9717491970> <<< 138029 1726888220.06300: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717491520> # 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 0x7f97175d2ae0> <<< 138029 1726888220.06321: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174903e0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971746fc20> <<< 138029 1726888220.06351: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971746c950> <<< 138029 1726888220.06391: 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 0x7f971a1a2ff0> <<< 138029 1726888220.06410: 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 <<< 138029 1726888220.06432: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888220.06452: 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 <<< 138029 1726888220.06485: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 138029 1726888220.06526: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174a6e40> <<< 138029 1726888220.06539: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174a5970> <<< 138029 1726888220.06588: 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 <<< 138029 1726888220.06593: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 138029 1726888220.06636: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174cc650> # /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 <<< 138029 1726888220.06645: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' <<< 138029 1726888220.06693: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174cc950> # /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 0x7f97174ccbc0> <<< 138029 1726888220.06735: 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' <<< 138029 1726888220.06770: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174cce60> # /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 <<< 138029 1726888220.06802: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 138029 1726888220.06841: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174cd580> <<< 138029 1726888220.06870: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174cd3d0> <<< 138029 1726888220.06892: 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 <<< 138029 1726888220.06896: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' <<< 138029 1726888220.06898: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174cee70> <<< 138029 1726888220.06914: 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 0x7f97174cefc0> <<< 138029 1726888220.06933: 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 <<< 138029 1726888220.06961: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 138029 1726888220.06969: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174cf1d0> <<< 138029 1726888220.06992: 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 <<< 138029 1726888220.07004: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 138029 1726888220.07028: 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 <<< 138029 1726888220.07046: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 138029 1726888220.07071: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174e4110> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174cf980> <<< 138029 1726888220.07103: 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 <<< 138029 1726888220.07118: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 138029 1726888220.07125: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174e4c80> <<< 138029 1726888220.07145: 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 <<< 138029 1726888220.07167: 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 0x7f97174e50d0> <<< 138029 1726888220.07180: 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 <<< 138029 1726888220.07198: 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 0x7f97174e52b0> <<< 138029 1726888220.07229: 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 <<< 138029 1726888220.07249: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 138029 1726888220.07287: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174e5580> <<< 138029 1726888220.07309: 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 <<< 138029 1726888220.07327: 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 0x7f97174e6480> <<< 138029 1726888220.07331: 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 <<< 138029 1726888220.07368: 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 0x7f97174e66f0> <<< 138029 1726888220.07404: 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 <<< 138029 1726888220.07413: 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 0x7f97174e6900> <<< 138029 1726888220.07439: 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 <<< 138029 1726888220.07448: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 138029 1726888220.07478: 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 <<< 138029 1726888220.07482: 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 0x7f97174e74d0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174e7020> <<< 138029 1726888220.07519: 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' <<< 138029 1726888220.07565: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 138029 1726888220.07671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717510380> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174e7c80> # /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 0x7f9717511010> # /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' <<< 138029 1726888220.07719: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717511310> # /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 <<< 138029 1726888220.07750: 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 0x7f9717512270> <<< 138029 1726888220.07846: 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 <<< 138029 1726888220.07850: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97175124b0> # /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 0x7f9717512660> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971769b2c0> <<< 138029 1726888220.07854: stdout chunk (state=3): >>>import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971769b050> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971769a7b0> # /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' <<< 138029 1726888220.07952: 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' <<< 138029 1726888220.07959: 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 0x7f9717512ff0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717512d50> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py <<< 138029 1726888220.07976: 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 <<< 138029 1726888220.08013: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888220.08030: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 138029 1726888220.08077: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 138029 1726888220.08168: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717531490> <<< 138029 1726888220.08210: 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' <<< 138029 1726888220.08280: 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' <<< 138029 1726888220.08292: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717532bd0> <<< 138029 1726888220.08339: 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 0x7f9717531df0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97175319a0> <<< 138029 1726888220.08393: 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' <<< 138029 1726888220.08423: 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 <<< 138029 1726888220.08463: 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 0x7f9717280470> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971726b860> # /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 <<< 138029 1726888220.08495: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 138029 1726888220.08522: stdout chunk (state=3): >>>import 'six.moves' # <<< 138029 1726888220.08540: 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 <<< 138029 1726888220.08550: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 138029 1726888220.08571: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717283110> <<< 138029 1726888220.08593: 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 <<< 138029 1726888220.08629: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 138029 1726888220.08642: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717283c50> <<< 138029 1726888220.08701: 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 <<< 138029 1726888220.08735: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717280b00> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172807d0> <<< 138029 1726888220.08753: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97175132c0> <<< 138029 1726888220.08814: 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 <<< 138029 1726888220.08818: 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 0x7f9717530fe0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717513020> <<< 138029 1726888220.08879: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971746c050> <<< 138029 1726888220.08885: 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 <<< 138029 1726888220.08935: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 138029 1726888220.08937: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172addf0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 138029 1726888220.08984: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172ae6c0> <<< 138029 1726888220.09026: 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' <<< 138029 1726888220.09063: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172af6b0> # /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' <<< 138029 1726888220.09129: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172afd10> # /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' <<< 138029 1726888220.09169: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 138029 1726888220.09469: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888220.09514: 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 0x7f97172d53d0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172d4da0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172d4a40> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172d46e0> # /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 0x7f97172d4b00> # /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' <<< 138029 1726888220.09523: 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' <<< 138029 1726888220.09563: 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 0x7f97172d7140> <<< 138029 1726888220.09569: 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 <<< 138029 1726888220.09572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 138029 1726888220.09604: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172d7200> # /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' <<< 138029 1726888220.09806: 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 0x7f97172d78c0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172d7770> # /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 <<< 138029 1726888220.09920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888220.09943: 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 0x7f9717305eb0> <<< 138029 1726888220.09985: 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' <<< 138029 1726888220.10059: 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 0x7f97173070e0> # /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 0x7f9717307350> <<< 138029 1726888220.10063: 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' <<< 138029 1726888220.10114: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888220.10122: 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 0x7f97173074d0> <<< 138029 1726888220.10132: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97173072f0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717306ba0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717306030> <<< 138029 1726888220.10168: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97173052e0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717304890> <<< 138029 1726888220.10188: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717304110> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172d6c30> <<< 138029 1726888220.10225: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172d6120> <<< 138029 1726888220.10243: 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 <<< 138029 1726888220.10285: 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 0x7f9717307200> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 138029 1726888220.10339: 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 0x7f97173079b0> <<< 138029 1726888220.10344: 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' <<< 138029 1726888220.10413: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97173302c0> # /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 0x7f9717330680> <<< 138029 1726888220.10417: 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 <<< 138029 1726888220.10437: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 138029 1726888220.10474: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717330fb0> <<< 138029 1726888220.10478: 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 <<< 138029 1726888220.10503: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 138029 1726888220.10542: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717331b20> <<< 138029 1726888220.23263: 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}}} <<< 138029 1726888220.24674: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 138029 1726888220.24679: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888220.24928: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888220.24971: 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 <<< 138029 1726888220.25074: 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # 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 <<< 138029 1726888220.25112: stdout chunk (state=3): >>># cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 138029 1726888220.25251: 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 # 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] remov<<< 138029 1726888220.25293: stdout chunk (state=3): >>>ing 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 <<< 138029 1726888220.25900: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc <<< 138029 1726888220.25923: 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 <<< 138029 1726888220.25992: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 138029 1726888220.25999: 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 <<< 138029 1726888220.26022: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 138029 1726888220.26050: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli <<< 138029 1726888220.26116: stdout chunk (state=3): >>># destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util <<< 138029 1726888220.26173: stdout chunk (state=3): >>># 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 <<< 138029 1726888220.26213: 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 <<< 138029 1726888220.26251: 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 <<< 138029 1726888220.26263: 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 # 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 <<< 138029 1726888220.26290: stdout chunk (state=3): >>># cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils <<< 138029 1726888220.26315: stdout chunk (state=3): >>># cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application <<< 138029 1726888220.26354: stdout chunk (state=3): >>># 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 <<< 138029 1726888220.26393: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 138029 1726888220.26396: 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 <<< 138029 1726888220.26458: 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 # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale <<< 138029 1726888220.26462: stdout chunk (state=3): >>># destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress <<< 138029 1726888220.26490: 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 # 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 <<< 138029 1726888220.26538: stdout chunk (state=3): >>># cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 <<< 138029 1726888220.26569: 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 <<< 138029 1726888220.26604: 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 <<< 138029 1726888220.26608: 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 <<< 138029 1726888220.26652: 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 <<< 138029 1726888220.26657: 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 <<< 138029 1726888220.27233: 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 <<< 138029 1726888220.27271: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888220.27293: stdout chunk (state=3): >>># destroy _queue # destroy array <<< 138029 1726888220.27384: 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 <<< 138029 1726888220.27387: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip <<< 138029 1726888220.27394: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 138029 1726888220.27397: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex <<< 138029 1726888220.27496: stdout chunk (state=3): >>># destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch <<< 138029 1726888220.27500: 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 <<< 138029 1726888220.27544: stdout chunk (state=3): >>># destroy rpm <<< 138029 1726888220.27570: stdout chunk (state=3): >>># destroy itertools # destroy functools <<< 138029 1726888220.27585: 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 <<< 138029 1726888220.27735: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 138029 1726888220.27754: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl <<< 138029 1726888220.27788: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888220.27914: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888220.27928: stdout chunk (state=3): >>># destroy re # destroy _random <<< 138029 1726888220.27973: stdout chunk (state=3): >>># destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726888220.28791: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888220.28804: stdout chunk (state=3): >>><<< 138029 1726888220.28821: stderr chunk (state=3): >>><<< 138029 1726888220.29091: _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 0x7f971ad103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971acdfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ad12960> 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 0x7f971ab04fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f971ab05fd0> 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 0x7f971ab4be00> # /usr/lib64/python3.12/__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 0x7f971ab4bec0> # /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 0x7f971ab7b830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab7bec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab5bad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab591f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab48fb0> # /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 0x7f971ab9f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab9e420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab5a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab9cc20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abd0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab48230> # /usr/lib64/python3.12/__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 0x7f971abd0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abd0bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971abd0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab3ed50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f971abd1610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abd12e0> 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 0x7f971abd2510> 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 0x7f971abe8710> 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 0x7f971abe9df0> # /usr/lib64/python3.12/__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 0x7f971abeac90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971abeb2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abea1e0> # /usr/lib64/python3.12/__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 0x7f971abebd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abeb4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abd2540> # /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 0x7f971a917c50> # /usr/lib64/python3.12/__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 0x7f971a940770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a9404d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971a9407a0> # /usr/lib64/python3.12/__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 0x7f971a9410d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971a941ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a940980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a915df0> # /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 0x7f971a942e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a941940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971abd2c30> # /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 0x7f971a96b1a0> # /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 0x7f971a997530> # /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 0x7f971a9f02c0> # /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 0x7f971a9f2a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a9f03e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a9bd310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a329400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a996330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a943d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f971a996930> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_5jce4c8j/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 0x7f971a383200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a3620f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a361250> # 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 0x7f971a3814f0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f971a3a6b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a3a68a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a3a61b0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f971a3a6600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971ab5a9c0> 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 0x7f971a3a7800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971a3a7a40> # /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 0x7f971a3a7f80> 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 0x7f971a215cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971a2178f0> # /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 0x7f971a21c230> # /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 0x7f971a21d3a0> # /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 0x7f971a21fe30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971abeac00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a21e150> # /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 0x7f971a223e00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a2228d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a222630> # /usr/lib64/python3.12/__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 0x7f971a222ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a21e630> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971a267f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a268290> # /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 0x7f971a269cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a269a90> # /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 0x7f971a26c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a26a3c0> # /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 0x7f971a26fa10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a26c3e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971a270770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971a270b00> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971a270d10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a2683b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f971a2fc380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971a2fd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a272b10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971a273ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a272750> # 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 0x7f971a101760> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f971a1024e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a2fd6d0> 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 0x7f971a1022a0> # 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 0x7f971a1035f0> # 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 0x7f971a10e0c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a10b080> 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 0x7f971a3fa9f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a3e26c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a10e1e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a103020> # 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 0x7f971a1a0620> # /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 0x7f971a1a0890> # /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 0x7f971a1a0fb0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a0b30> # /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 0x7f971a1a18b0> # /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 0x7f971a18d610> # /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 0x7f971a18d3a0> # /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 0x7f9719d36570> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a3110> # /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 0x7f9719d39100> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719d37c80> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719d36ff0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a25a0> # /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 0x7f9719da5070> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719d5d190> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a2ae0> # /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 0x7f9719dacb00> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719da6e70> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719d5ccb0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a1f70> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a1970> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a1670> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971a1a08f0> # /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 0x7f971a1a19d0> # /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 0x7f9719dad190> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719dacda0> # /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 0x7f9719dada90> # /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 0x7f9719d93f20> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719d914f0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719dae690> # /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 0x7f9719d90f80> # /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 0x7f9719dca240> # /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 0x7f9719dcaed0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719dca990> # /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 0x7f9719dcb3e0> # /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 0x7f9719d9fa10> # /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 0x7f9719cbfc80> # 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 0x7f9719cfaed0> # /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 0x7f9719cfaff0> # /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 0x7f9719a4f1d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719a4ea20> # 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 0x7f9719a4ec00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719cfb530> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719cfa420> # /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 0x7f9719cfab70> # /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 0x7f9719ac8830> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719ac8410> # /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 0x7f9719acbfb0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719ac88f0> # /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 0x7f9719533200> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719af0260> # /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 0x7f97195b0e00> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719533680> # /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 0x7f97195b3d40> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97195b0ef0> # /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 0x7f97195efe60> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97195b3fb0> # /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 0x7f9717c25160> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c24560> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719a6bf80> # /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 0x7f9717c405c0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c27a10> # /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 0x7f9717c42c90> # /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 0x7f9717c43b60> # /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 0x7f9717c70470> # /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 0x7f9717c719a0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c43da0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c42c00> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c424e0> # /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 0x7f9717c73590> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c43080> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c40950> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c27020> # /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 0x7f9717c27740> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c274a0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717c25220> # /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 0x7f9717cacaa0> # /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 0x7f9717caefc0> # /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 0x7f9717caf7a0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717cae2d0> # /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 0x7f9717caff50> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717caca70> # /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 0x7f9717cd5a60> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717cd4fe0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717cd4e00> # /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 0x7f9717d00ad0> # /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 0x7f97175d2b70> # 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 0x7f97175d2ed0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717d02de0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717d00f80> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717cd7fb0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717cd6240> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717cd5f70> # /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 0x7f971760c920> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97175d3a70> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717cd6780> # /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 0x7f971760cf80> # /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 0x7f971760d340> # /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 0x7f971760d400> # /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 0x7f971760d4f0> # /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 0x7f971760ffb0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971760e210> # /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 0x7f971762c1d0> # /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 0x7f971762c2c0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971760d280> # /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 0x7f971762c470> # /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 0x7f9717657e30> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717657290> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717655d00> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971762dc70> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971762d0d0> # /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 0x7f971a101670> # /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 0x7f971762e030> # /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 0x7f9717698740> # /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 0x7f97176989b0> # /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 0x7f9717699310> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717698da0> # /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 0x7f971769a210> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719a4f380> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9719cfa030> # /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 0x7f971769ae70> # /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 0x7f971746f8f0> # /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 0x7f9717491970> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717491520> # 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 0x7f97175d2ae0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174903e0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971746fc20> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971746c950> # /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 0x7f971a1a2ff0> # /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 0x7f97174a6e40> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174a5970> # /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 0x7f97174cc650> # /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 0x7f97174cc950> # /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 0x7f97174ccbc0> # /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 0x7f97174cce60> # /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 0x7f97174cd580> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174cd3d0> # /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 0x7f97174cee70> # /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 0x7f97174cefc0> # /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 0x7f97174cf1d0> # /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 0x7f97174e4110> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174cf980> # /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 0x7f97174e4c80> # /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 0x7f97174e50d0> # /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 0x7f97174e52b0> # /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 0x7f97174e5580> # /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 0x7f97174e6480> # /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 0x7f97174e66f0> # /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 0x7f97174e6900> # /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 0x7f97174e74d0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174e7020> # /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 0x7f9717510380> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97174e7c80> # /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 0x7f9717511010> # /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 0x7f9717511310> # /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 0x7f9717512270> # /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 0x7f97175124b0> # /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 0x7f9717512660> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971769b2c0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971769b050> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971769a7b0> # /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 0x7f9717512ff0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717512d50> # /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 0x7f9717531490> # /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 0x7f9717532bd0> # 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 0x7f9717531df0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97175319a0> # /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 0x7f9717280470> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971726b860> # /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 0x7f9717283110> # /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 0x7f9717283c50> # /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 0x7f9717280b00> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172807d0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97175132c0> # /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 0x7f9717530fe0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717513020> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971746c050> # /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 0x7f97172addf0> # /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 0x7f97172ae6c0> # /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 0x7f97172af6b0> # /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 0x7f97172afd10> # /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 0x7f97172d53d0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172d4da0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172d4a40> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172d46e0> # /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 0x7f97172d4b00> # /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 0x7f97172d7140> # /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 0x7f97172d7200> # /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 0x7f97172d78c0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172d7770> # /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 0x7f9717305eb0> # /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 0x7f97173070e0> # /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 0x7f9717307350> # /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 0x7f97173074d0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97173072f0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717306ba0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717306030> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97173052e0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717304890> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9717304110> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172d6c30> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97172d6120> # /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 0x7f9717307200> # /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 0x7f97173079b0> # /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 0x7f97173302c0> # /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 0x7f9717330680> # /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 0x7f9717330fb0> # /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 0x7f9717331b20> {"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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888220.30640: 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-1726888219.6171758-145080-2171510247456/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888220.30649: _low_level_execute_command(): starting 138029 1726888220.30652: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888219.6171758-145080-2171510247456/ > /dev/null 2>&1 && sleep 0' 138029 1726888220.30654: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888220.30672: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888220.30676: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888220.30697: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888220.30781: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888220.32751: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888220.32757: stdout chunk (state=3): >>><<< 138029 1726888220.32760: stderr chunk (state=3): >>><<< 138029 1726888220.32786: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888220.32896: handler run complete 138029 1726888220.32902: attempt loop complete, returning result 138029 1726888220.32905: _execute() done 138029 1726888220.32908: dumping result to json 138029 1726888220.32911: done dumping result, returning 138029 1726888220.32914: done running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-5a58-73a2-0000000032ef] 138029 1726888220.32916: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032ef 138029 1726888220.33310: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032ef 138029 1726888220.33314: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 138029 1726888220.33427: no more pending results, returning what we have 138029 1726888220.33431: results queue empty 138029 1726888220.33433: checking for any_errors_fatal 138029 1726888220.33442: done checking for any_errors_fatal 138029 1726888220.33443: checking for max_fail_percentage 138029 1726888220.33445: done checking for max_fail_percentage 138029 1726888220.33446: checking to see if all hosts have failed and the running result is not ok 138029 1726888220.33447: done checking to see if all hosts have failed 138029 1726888220.33448: getting the remaining hosts for this loop 138029 1726888220.33449: done getting the remaining hosts for this loop 138029 1726888220.33453: getting the next task for host managed_node3 138029 1726888220.33463: done getting next task for host managed_node3 138029 1726888220.33468: ^ task is: TASK: Collect LUKS info for this volume 138029 1726888220.33475: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888220.33481: getting variables 138029 1726888220.33482: in VariableManager get_vars() 138029 1726888220.33521: Calling all_inventory to load vars for managed_node3 138029 1726888220.33528: Calling groups_inventory to load vars for managed_node3 138029 1726888220.33532: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888220.33543: Calling all_plugins_play to load vars for managed_node3 138029 1726888220.33549: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888220.33553: Calling groups_plugins_play to load vars for managed_node3 138029 1726888220.35899: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888220.36844: done with get_vars() 138029 1726888220.36862: done getting variables 138029 1726888220.36919: 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:10:20 -0400 (0:00:00.825) 0:03:53.093 ****** 138029 1726888220.36968: entering _queue_task() for managed_node3/command 138029 1726888220.37468: worker is 1 (out of 1 available) 138029 1726888220.37483: exiting _queue_task() for managed_node3/command 138029 1726888220.37497: done queuing things up, now waiting for results queue to drain 138029 1726888220.37499: waiting for pending results... 138029 1726888220.37976: running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume 138029 1726888220.37998: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032f0 138029 1726888220.38022: variable 'ansible_search_path' from source: unknown 138029 1726888220.38068: calling self._execute() 138029 1726888220.38207: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.38218: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.38234: variable 'omit' from source: magic vars 138029 1726888220.38636: variable 'storage_test_volume' from source: include params 138029 1726888220.38671: variable '_storage_test_volume_present' from source: set_fact 138029 1726888220.38693: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 138029 1726888220.38702: when evaluation is False, skipping this task 138029 1726888220.38762: _execute() done 138029 1726888220.38769: dumping result to json 138029 1726888220.38772: done dumping result, returning 138029 1726888220.38775: done running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-5a58-73a2-0000000032f0] 138029 1726888220.38778: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f0 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888220.38923: no more pending results, returning what we have 138029 1726888220.38928: results queue empty 138029 1726888220.38929: checking for any_errors_fatal 138029 1726888220.38940: done checking for any_errors_fatal 138029 1726888220.38941: checking for max_fail_percentage 138029 1726888220.38943: done checking for max_fail_percentage 138029 1726888220.38944: checking to see if all hosts have failed and the running result is not ok 138029 1726888220.38946: done checking to see if all hosts have failed 138029 1726888220.38946: getting the remaining hosts for this loop 138029 1726888220.38948: done getting the remaining hosts for this loop 138029 1726888220.38952: getting the next task for host managed_node3 138029 1726888220.38965: done getting next task for host managed_node3 138029 1726888220.38970: ^ task is: TASK: Verify the presence/absence of the LUKS device node 138029 1726888220.38978: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888220.38984: getting variables 138029 1726888220.38986: in VariableManager get_vars() 138029 1726888220.39025: Calling all_inventory to load vars for managed_node3 138029 1726888220.39029: Calling groups_inventory to load vars for managed_node3 138029 1726888220.39032: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888220.39045: Calling all_plugins_play to load vars for managed_node3 138029 1726888220.39049: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888220.39052: Calling groups_plugins_play to load vars for managed_node3 138029 1726888220.39271: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f0 138029 1726888220.39275: WORKER PROCESS EXITING 138029 1726888220.40670: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888220.47837: done with get_vars() 138029 1726888220.47858: done getting variables 138029 1726888220.47919: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:20 -0400 (0:00:00.109) 0:03:53.203 ****** 138029 1726888220.47953: entering _queue_task() for managed_node3/assert 138029 1726888220.48400: worker is 1 (out of 1 available) 138029 1726888220.48414: exiting _queue_task() for managed_node3/assert 138029 1726888220.48427: done queuing things up, now waiting for results queue to drain 138029 1726888220.48430: waiting for pending results... 138029 1726888220.48674: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node 138029 1726888220.48872: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032f1 138029 1726888220.48899: variable 'ansible_search_path' from source: unknown 138029 1726888220.48943: calling self._execute() 138029 1726888220.49101: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.49122: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.49144: variable 'omit' from source: magic vars 138029 1726888220.49511: variable 'storage_test_volume' from source: include params 138029 1726888220.49532: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888220.49535: when evaluation is False, skipping this task 138029 1726888220.49539: _execute() done 138029 1726888220.49544: dumping result to json 138029 1726888220.49547: done dumping result, returning 138029 1726888220.49550: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-5a58-73a2-0000000032f1] 138029 1726888220.49560: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f1 138029 1726888220.49664: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f1 138029 1726888220.49669: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888220.49724: no more pending results, returning what we have 138029 1726888220.49729: results queue empty 138029 1726888220.49730: checking for any_errors_fatal 138029 1726888220.49740: done checking for any_errors_fatal 138029 1726888220.49741: checking for max_fail_percentage 138029 1726888220.49742: done checking for max_fail_percentage 138029 1726888220.49743: checking to see if all hosts have failed and the running result is not ok 138029 1726888220.49744: done checking to see if all hosts have failed 138029 1726888220.49744: getting the remaining hosts for this loop 138029 1726888220.49746: done getting the remaining hosts for this loop 138029 1726888220.49750: getting the next task for host managed_node3 138029 1726888220.49760: done getting next task for host managed_node3 138029 1726888220.49763: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888220.49772: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888220.49776: getting variables 138029 1726888220.49779: in VariableManager get_vars() 138029 1726888220.49819: Calling all_inventory to load vars for managed_node3 138029 1726888220.49822: Calling groups_inventory to load vars for managed_node3 138029 1726888220.49827: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888220.49839: Calling all_plugins_play to load vars for managed_node3 138029 1726888220.49841: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888220.49844: Calling groups_plugins_play to load vars for managed_node3 138029 1726888220.50337: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888220.50870: done with get_vars() 138029 1726888220.50891: done getting variables 138029 1726888220.50970: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:20 -0400 (0:00:00.030) 0:03:53.233 ****** 138029 1726888220.51007: entering _queue_task() for managed_node3/assert 138029 1726888220.51230: worker is 1 (out of 1 available) 138029 1726888220.51242: exiting _queue_task() for managed_node3/assert 138029 1726888220.51253: done queuing things up, now waiting for results queue to drain 138029 1726888220.51256: waiting for pending results... 138029 1726888220.51721: running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888220.51727: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032f2 138029 1726888220.51730: variable 'ansible_search_path' from source: unknown 138029 1726888220.51733: calling self._execute() 138029 1726888220.52069: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.52074: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.52077: variable 'omit' from source: magic vars 138029 1726888220.52376: variable '_storage_test_volume_present' from source: set_fact 138029 1726888220.52402: Evaluated conditional (_storage_test_volume_present): False 138029 1726888220.52411: when evaluation is False, skipping this task 138029 1726888220.52420: _execute() done 138029 1726888220.52427: dumping result to json 138029 1726888220.52433: done dumping result, returning 138029 1726888220.52442: done running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-5a58-73a2-0000000032f2] 138029 1726888220.52452: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f2 138029 1726888220.52596: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f2 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888220.52650: no more pending results, returning what we have 138029 1726888220.52654: results queue empty 138029 1726888220.52661: checking for any_errors_fatal 138029 1726888220.52674: done checking for any_errors_fatal 138029 1726888220.52674: checking for max_fail_percentage 138029 1726888220.52676: done checking for max_fail_percentage 138029 1726888220.52677: checking to see if all hosts have failed and the running result is not ok 138029 1726888220.52678: done checking to see if all hosts have failed 138029 1726888220.52679: getting the remaining hosts for this loop 138029 1726888220.52680: done getting the remaining hosts for this loop 138029 1726888220.52684: getting the next task for host managed_node3 138029 1726888220.52693: done getting next task for host managed_node3 138029 1726888220.52695: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888220.52705: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888220.52709: getting variables 138029 1726888220.52711: in VariableManager get_vars() 138029 1726888220.52746: Calling all_inventory to load vars for managed_node3 138029 1726888220.52749: Calling groups_inventory to load vars for managed_node3 138029 1726888220.52752: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888220.52887: Calling all_plugins_play to load vars for managed_node3 138029 1726888220.52891: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888220.52897: WORKER PROCESS EXITING 138029 1726888220.52900: Calling groups_plugins_play to load vars for managed_node3 138029 1726888220.53884: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888220.54411: done with get_vars() 138029 1726888220.54423: done getting variables 138029 1726888220.54464: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:20 -0400 (0:00:00.034) 0:03:53.268 ****** 138029 1726888220.54492: entering _queue_task() for managed_node3/assert 138029 1726888220.54716: worker is 1 (out of 1 available) 138029 1726888220.54730: exiting _queue_task() for managed_node3/assert 138029 1726888220.54742: done queuing things up, now waiting for results queue to drain 138029 1726888220.54744: waiting for pending results... 138029 1726888220.54935: running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888220.55042: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032f3 138029 1726888220.55056: variable 'ansible_search_path' from source: unknown 138029 1726888220.55090: calling self._execute() 138029 1726888220.55198: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.55202: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.55205: variable 'omit' from source: magic vars 138029 1726888220.55504: variable '_storage_test_volume_present' from source: set_fact 138029 1726888220.55508: variable 'storage_test_volume' from source: include params 138029 1726888220.55660: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888220.55663: when evaluation is False, skipping this task 138029 1726888220.55668: _execute() done 138029 1726888220.55671: dumping result to json 138029 1726888220.55673: done dumping result, returning 138029 1726888220.55676: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-5a58-73a2-0000000032f3] 138029 1726888220.55678: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f3 138029 1726888220.55754: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f3 138029 1726888220.55760: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888220.55812: no more pending results, returning what we have 138029 1726888220.55816: results queue empty 138029 1726888220.55817: checking for any_errors_fatal 138029 1726888220.55831: done checking for any_errors_fatal 138029 1726888220.55832: checking for max_fail_percentage 138029 1726888220.55834: done checking for max_fail_percentage 138029 1726888220.55835: checking to see if all hosts have failed and the running result is not ok 138029 1726888220.55836: done checking to see if all hosts have failed 138029 1726888220.55836: getting the remaining hosts for this loop 138029 1726888220.55838: done getting the remaining hosts for this loop 138029 1726888220.55842: getting the next task for host managed_node3 138029 1726888220.55851: done getting next task for host managed_node3 138029 1726888220.55854: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 138029 1726888220.55864: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888220.55872: getting variables 138029 1726888220.55874: in VariableManager get_vars() 138029 1726888220.55910: Calling all_inventory to load vars for managed_node3 138029 1726888220.55913: Calling groups_inventory to load vars for managed_node3 138029 1726888220.55917: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888220.55929: Calling all_plugins_play to load vars for managed_node3 138029 1726888220.55933: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888220.55936: Calling groups_plugins_play to load vars for managed_node3 138029 1726888220.56719: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888220.58099: done with get_vars() 138029 1726888220.58114: done getting variables 138029 1726888220.58176: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:20 -0400 (0:00:00.037) 0:03:53.305 ****** 138029 1726888220.58211: entering _queue_task() for managed_node3/assert 138029 1726888220.58543: worker is 1 (out of 1 available) 138029 1726888220.58764: exiting _queue_task() for managed_node3/assert 138029 1726888220.58776: done queuing things up, now waiting for results queue to drain 138029 1726888220.58778: waiting for pending results... 138029 1726888220.59292: running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted 138029 1726888220.59664: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032f4 138029 1726888220.59670: variable 'ansible_search_path' from source: unknown 138029 1726888220.59673: calling self._execute() 138029 1726888220.59914: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.59927: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.59943: variable 'omit' from source: magic vars 138029 1726888220.60688: variable '_storage_test_volume_present' from source: set_fact 138029 1726888220.60701: variable 'storage_test_volume' from source: include params 138029 1726888220.60739: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888220.60752: when evaluation is False, skipping this task 138029 1726888220.60763: _execute() done 138029 1726888220.60775: dumping result to json 138029 1726888220.60783: done dumping result, returning 138029 1726888220.60794: done running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-5a58-73a2-0000000032f4] 138029 1726888220.60806: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f4 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888220.60972: no more pending results, returning what we have 138029 1726888220.60977: results queue empty 138029 1726888220.60978: checking for any_errors_fatal 138029 1726888220.60992: done checking for any_errors_fatal 138029 1726888220.60993: checking for max_fail_percentage 138029 1726888220.60995: done checking for max_fail_percentage 138029 1726888220.60996: checking to see if all hosts have failed and the running result is not ok 138029 1726888220.60997: done checking to see if all hosts have failed 138029 1726888220.60998: getting the remaining hosts for this loop 138029 1726888220.61000: done getting the remaining hosts for this loop 138029 1726888220.61004: getting the next task for host managed_node3 138029 1726888220.61016: done getting next task for host managed_node3 138029 1726888220.61019: ^ task is: TASK: Check LUKS version 138029 1726888220.61029: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888220.61035: getting variables 138029 1726888220.61036: in VariableManager get_vars() 138029 1726888220.61081: Calling all_inventory to load vars for managed_node3 138029 1726888220.61084: Calling groups_inventory to load vars for managed_node3 138029 1726888220.61088: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888220.61101: Calling all_plugins_play to load vars for managed_node3 138029 1726888220.61105: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888220.61109: Calling groups_plugins_play to load vars for managed_node3 138029 1726888220.61871: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f4 138029 1726888220.61875: WORKER PROCESS EXITING 138029 1726888220.61990: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888220.62418: done with get_vars() 138029 1726888220.62429: done getting variables 138029 1726888220.62472: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:20 -0400 (0:00:00.042) 0:03:53.348 ****** 138029 1726888220.62499: entering _queue_task() for managed_node3/assert 138029 1726888220.62702: worker is 1 (out of 1 available) 138029 1726888220.62716: exiting _queue_task() for managed_node3/assert 138029 1726888220.62728: done queuing things up, now waiting for results queue to drain 138029 1726888220.62729: waiting for pending results... 138029 1726888220.62930: running TaskExecutor() for managed_node3/TASK: Check LUKS version 138029 1726888220.63027: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032f5 138029 1726888220.63042: variable 'ansible_search_path' from source: unknown 138029 1726888220.63145: calling self._execute() 138029 1726888220.63309: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.63313: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.63316: variable 'omit' from source: magic vars 138029 1726888220.63644: variable '_storage_test_volume_present' from source: set_fact 138029 1726888220.63689: Evaluated conditional (_storage_test_volume_present): False 138029 1726888220.63693: when evaluation is False, skipping this task 138029 1726888220.63696: _execute() done 138029 1726888220.63698: dumping result to json 138029 1726888220.63700: done dumping result, returning 138029 1726888220.63702: done running TaskExecutor() for managed_node3/TASK: Check LUKS version [0affc8a3-6f6f-5a58-73a2-0000000032f5] 138029 1726888220.63704: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f5 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888220.64169: no more pending results, returning what we have 138029 1726888220.64173: results queue empty 138029 1726888220.64173: checking for any_errors_fatal 138029 1726888220.64179: done checking for any_errors_fatal 138029 1726888220.64179: checking for max_fail_percentage 138029 1726888220.64181: done checking for max_fail_percentage 138029 1726888220.64181: checking to see if all hosts have failed and the running result is not ok 138029 1726888220.64182: done checking to see if all hosts have failed 138029 1726888220.64183: getting the remaining hosts for this loop 138029 1726888220.64184: done getting the remaining hosts for this loop 138029 1726888220.64187: getting the next task for host managed_node3 138029 1726888220.64194: done getting next task for host managed_node3 138029 1726888220.64196: ^ task is: TASK: Check LUKS key size 138029 1726888220.64203: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888220.64207: getting variables 138029 1726888220.64208: in VariableManager get_vars() 138029 1726888220.64236: Calling all_inventory to load vars for managed_node3 138029 1726888220.64238: Calling groups_inventory to load vars for managed_node3 138029 1726888220.64241: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888220.64249: Calling all_plugins_play to load vars for managed_node3 138029 1726888220.64252: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888220.64257: Calling groups_plugins_play to load vars for managed_node3 138029 1726888220.64872: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f5 138029 1726888220.64876: WORKER PROCESS EXITING 138029 1726888220.64901: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888220.65404: done with get_vars() 138029 1726888220.65414: done getting variables 138029 1726888220.65453: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:20 -0400 (0:00:00.029) 0:03:53.378 ****** 138029 1726888220.65483: entering _queue_task() for managed_node3/assert 138029 1726888220.65691: worker is 1 (out of 1 available) 138029 1726888220.65705: exiting _queue_task() for managed_node3/assert 138029 1726888220.65718: done queuing things up, now waiting for results queue to drain 138029 1726888220.65719: waiting for pending results... 138029 1726888220.65913: running TaskExecutor() for managed_node3/TASK: Check LUKS key size 138029 1726888220.66005: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032f6 138029 1726888220.66017: variable 'ansible_search_path' from source: unknown 138029 1726888220.66046: calling self._execute() 138029 1726888220.66151: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.66157: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.66174: variable 'omit' from source: magic vars 138029 1726888220.66442: variable '_storage_test_volume_present' from source: set_fact 138029 1726888220.66448: Evaluated conditional (_storage_test_volume_present): False 138029 1726888220.66451: when evaluation is False, skipping this task 138029 1726888220.66454: _execute() done 138029 1726888220.66458: dumping result to json 138029 1726888220.66461: done dumping result, returning 138029 1726888220.66469: done running TaskExecutor() for managed_node3/TASK: Check LUKS key size [0affc8a3-6f6f-5a58-73a2-0000000032f6] 138029 1726888220.66476: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f6 138029 1726888220.66575: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f6 138029 1726888220.66578: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888220.66644: no more pending results, returning what we have 138029 1726888220.66647: results queue empty 138029 1726888220.66648: checking for any_errors_fatal 138029 1726888220.66654: done checking for any_errors_fatal 138029 1726888220.66657: checking for max_fail_percentage 138029 1726888220.66658: done checking for max_fail_percentage 138029 1726888220.66659: checking to see if all hosts have failed and the running result is not ok 138029 1726888220.66660: done checking to see if all hosts have failed 138029 1726888220.66660: getting the remaining hosts for this loop 138029 1726888220.66662: done getting the remaining hosts for this loop 138029 1726888220.66665: getting the next task for host managed_node3 138029 1726888220.66672: done getting next task for host managed_node3 138029 1726888220.66675: ^ task is: TASK: Check LUKS cipher 138029 1726888220.66681: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888220.66685: getting variables 138029 1726888220.66686: in VariableManager get_vars() 138029 1726888220.66715: Calling all_inventory to load vars for managed_node3 138029 1726888220.66717: Calling groups_inventory to load vars for managed_node3 138029 1726888220.66719: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888220.66728: Calling all_plugins_play to load vars for managed_node3 138029 1726888220.66730: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888220.66733: Calling groups_plugins_play to load vars for managed_node3 138029 1726888220.67051: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888220.67929: done with get_vars() 138029 1726888220.67944: done getting variables 138029 1726888220.68002: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:20 -0400 (0:00:00.025) 0:03:53.403 ****** 138029 1726888220.68035: entering _queue_task() for managed_node3/assert 138029 1726888220.68305: worker is 1 (out of 1 available) 138029 1726888220.68317: exiting _queue_task() for managed_node3/assert 138029 1726888220.68328: done queuing things up, now waiting for results queue to drain 138029 1726888220.68330: waiting for pending results... 138029 1726888220.68683: running TaskExecutor() for managed_node3/TASK: Check LUKS cipher 138029 1726888220.68961: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032f7 138029 1726888220.68965: variable 'ansible_search_path' from source: unknown 138029 1726888220.68969: calling self._execute() 138029 1726888220.69015: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.69054: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.69061: variable 'omit' from source: magic vars 138029 1726888220.69408: variable '_storage_test_volume_present' from source: set_fact 138029 1726888220.69412: Evaluated conditional (_storage_test_volume_present): False 138029 1726888220.69415: when evaluation is False, skipping this task 138029 1726888220.69418: _execute() done 138029 1726888220.69420: dumping result to json 138029 1726888220.69423: done dumping result, returning 138029 1726888220.69426: done running TaskExecutor() for managed_node3/TASK: Check LUKS cipher [0affc8a3-6f6f-5a58-73a2-0000000032f7] 138029 1726888220.69491: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f7 138029 1726888220.69586: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f7 138029 1726888220.69589: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888220.69662: no more pending results, returning what we have 138029 1726888220.69667: results queue empty 138029 1726888220.69668: checking for any_errors_fatal 138029 1726888220.69676: done checking for any_errors_fatal 138029 1726888220.69676: checking for max_fail_percentage 138029 1726888220.69677: done checking for max_fail_percentage 138029 1726888220.69678: checking to see if all hosts have failed and the running result is not ok 138029 1726888220.69679: done checking to see if all hosts have failed 138029 1726888220.69680: getting the remaining hosts for this loop 138029 1726888220.69681: done getting the remaining hosts for this loop 138029 1726888220.69684: getting the next task for host managed_node3 138029 1726888220.69691: done getting next task for host managed_node3 138029 1726888220.69698: ^ task is: TASK: Set test variables 138029 1726888220.69706: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888220.69712: getting variables 138029 1726888220.69713: in VariableManager get_vars() 138029 1726888220.69747: Calling all_inventory to load vars for managed_node3 138029 1726888220.69750: Calling groups_inventory to load vars for managed_node3 138029 1726888220.69753: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888220.69763: Calling all_plugins_play to load vars for managed_node3 138029 1726888220.69782: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888220.69787: Calling groups_plugins_play to load vars for managed_node3 138029 1726888220.70339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888220.71001: done with get_vars() 138029 1726888220.71018: done getting variables 138029 1726888220.71083: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:20 -0400 (0:00:00.030) 0:03:53.434 ****** 138029 1726888220.71116: entering _queue_task() for managed_node3/set_fact 138029 1726888220.71517: worker is 1 (out of 1 available) 138029 1726888220.71529: exiting _queue_task() for managed_node3/set_fact 138029 1726888220.71542: done queuing things up, now waiting for results queue to drain 138029 1726888220.71544: waiting for pending results... 138029 1726888220.71962: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888220.71967: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032f8 138029 1726888220.72058: variable 'ansible_search_path' from source: unknown 138029 1726888220.72062: calling self._execute() 138029 1726888220.72173: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.72197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.72211: variable 'omit' from source: magic vars 138029 1726888220.72358: variable 'omit' from source: magic vars 138029 1726888220.72448: variable 'omit' from source: magic vars 138029 1726888220.72773: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888220.75656: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888220.75722: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888220.75795: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888220.75798: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888220.75819: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888220.75992: variable 'storage_test_volume' from source: include params 138029 1726888220.75996: variable '_storage_test_volume_present' from source: set_fact 138029 1726888220.76142: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888220.76172: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888220.76209: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888220.76241: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888220.76249: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888220.76292: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888220.76309: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888220.76347: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888220.76386: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888220.76389: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888220.76478: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888220.76483: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888220.76508: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888220.76568: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888220.76572: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888220.76717: variable 'storage_test_crypttab' from source: set_fact 138029 1726888220.76725: variable 'storage_test_volume' from source: include params 138029 1726888220.76901: variable 'storage_test_volume' from source: include params 138029 1726888220.76904: variable 'omit' from source: magic vars 138029 1726888220.76907: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888220.77054: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888220.77060: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888220.77062: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888220.77064: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888220.77069: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888220.77071: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888220.77073: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888220.77075: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.77077: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.77281: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888220.77284: Set connection var ansible_timeout to 10 138029 1726888220.77286: Set connection var ansible_pipelining to False 138029 1726888220.77289: Set connection var ansible_shell_type to sh 138029 1726888220.77291: Set connection var ansible_connection to ssh 138029 1726888220.77293: Set connection var ansible_shell_executable to /bin/sh 138029 1726888220.77296: variable 'ansible_shell_executable' from source: unknown 138029 1726888220.77298: variable 'ansible_connection' from source: unknown 138029 1726888220.77300: variable 'ansible_module_compression' from source: unknown 138029 1726888220.77308: variable 'ansible_shell_type' from source: unknown 138029 1726888220.77314: variable 'ansible_shell_executable' from source: unknown 138029 1726888220.77316: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.77318: variable 'ansible_pipelining' from source: unknown 138029 1726888220.77321: variable 'ansible_timeout' from source: unknown 138029 1726888220.77323: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.77442: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888220.77505: variable 'omit' from source: magic vars 138029 1726888220.77758: starting attempt loop 138029 1726888220.77762: running the handler 138029 1726888220.77767: handler run complete 138029 1726888220.77769: attempt loop complete, returning result 138029 1726888220.77771: _execute() done 138029 1726888220.77773: dumping result to json 138029 1726888220.77775: done dumping result, returning 138029 1726888220.77777: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-0000000032f8] 138029 1726888220.77778: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f8 138029 1726888220.77846: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f8 138029 1726888220.77849: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 138029 1726888220.77920: no more pending results, returning what we have 138029 1726888220.77923: results queue empty 138029 1726888220.77924: checking for any_errors_fatal 138029 1726888220.77944: done checking for any_errors_fatal 138029 1726888220.77945: checking for max_fail_percentage 138029 1726888220.77948: done checking for max_fail_percentage 138029 1726888220.77949: checking to see if all hosts have failed and the running result is not ok 138029 1726888220.77950: done checking to see if all hosts have failed 138029 1726888220.77950: getting the remaining hosts for this loop 138029 1726888220.77952: done getting the remaining hosts for this loop 138029 1726888220.77959: getting the next task for host managed_node3 138029 1726888220.77971: done getting next task for host managed_node3 138029 1726888220.77973: ^ task is: TASK: Check for /etc/crypttab entry 138029 1726888220.77981: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888220.77984: getting variables 138029 1726888220.77986: in VariableManager get_vars() 138029 1726888220.78022: Calling all_inventory to load vars for managed_node3 138029 1726888220.78025: Calling groups_inventory to load vars for managed_node3 138029 1726888220.78029: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888220.78040: Calling all_plugins_play to load vars for managed_node3 138029 1726888220.78044: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888220.78047: Calling groups_plugins_play to load vars for managed_node3 138029 1726888220.78644: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888220.79523: done with get_vars() 138029 1726888220.79550: done getting variables 138029 1726888220.79616: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:20 -0400 (0:00:00.085) 0:03:53.520 ****** 138029 1726888220.79664: entering _queue_task() for managed_node3/assert 138029 1726888220.79962: worker is 1 (out of 1 available) 138029 1726888220.79986: exiting _queue_task() for managed_node3/assert 138029 1726888220.79999: done queuing things up, now waiting for results queue to drain 138029 1726888220.80001: waiting for pending results... 138029 1726888220.80279: running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry 138029 1726888220.80615: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032f9 138029 1726888220.80627: variable 'ansible_search_path' from source: unknown 138029 1726888220.80631: calling self._execute() 138029 1726888220.80748: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.80753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.80834: variable 'omit' from source: magic vars 138029 1726888220.80894: variable 'omit' from source: magic vars 138029 1726888220.80969: variable 'omit' from source: magic vars 138029 1726888220.81287: variable 'storage_test_volume' from source: include params 138029 1726888220.81344: variable 'omit' from source: magic vars 138029 1726888220.81391: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888220.81482: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888220.81514: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888220.81560: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888220.81564: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888220.81599: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888220.81642: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888220.81879: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888220.81883: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.81885: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.81887: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888220.81892: Set connection var ansible_timeout to 10 138029 1726888220.81894: Set connection var ansible_pipelining to False 138029 1726888220.81896: Set connection var ansible_shell_type to sh 138029 1726888220.81898: Set connection var ansible_connection to ssh 138029 1726888220.81900: Set connection var ansible_shell_executable to /bin/sh 138029 1726888220.81916: variable 'ansible_shell_executable' from source: unknown 138029 1726888220.81953: variable 'ansible_connection' from source: unknown 138029 1726888220.81959: variable 'ansible_module_compression' from source: unknown 138029 1726888220.81988: variable 'ansible_shell_type' from source: unknown 138029 1726888220.81991: variable 'ansible_shell_executable' from source: unknown 138029 1726888220.81994: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.81998: variable 'ansible_pipelining' from source: unknown 138029 1726888220.82001: variable 'ansible_timeout' from source: unknown 138029 1726888220.82006: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.82277: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888220.82291: variable 'omit' from source: magic vars 138029 1726888220.82296: starting attempt loop 138029 1726888220.82299: running the handler 138029 1726888220.82573: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888220.86592: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888220.86660: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888220.86728: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888220.86731: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888220.86804: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888220.86839: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888220.86878: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888220.86911: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888220.86939: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888220.86950: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888220.87016: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888220.87042: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888220.87057: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888220.87093: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888220.87113: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888220.87200: variable '_storage_test_crypttab_entries' from source: set_fact 138029 1726888220.87204: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888220.87223: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 138029 1726888220.87228: handler run complete 138029 1726888220.87320: attempt loop complete, returning result 138029 1726888220.87323: _execute() done 138029 1726888220.87325: dumping result to json 138029 1726888220.87326: done dumping result, returning 138029 1726888220.87328: done running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000032f9] 138029 1726888220.87330: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f9 138029 1726888220.87407: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032f9 138029 1726888220.87409: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888220.87494: no more pending results, returning what we have 138029 1726888220.87503: results queue empty 138029 1726888220.87505: checking for any_errors_fatal 138029 1726888220.87510: done checking for any_errors_fatal 138029 1726888220.87510: checking for max_fail_percentage 138029 1726888220.87512: done checking for max_fail_percentage 138029 1726888220.87513: checking to see if all hosts have failed and the running result is not ok 138029 1726888220.87513: done checking to see if all hosts have failed 138029 1726888220.87514: getting the remaining hosts for this loop 138029 1726888220.87515: done getting the remaining hosts for this loop 138029 1726888220.87519: getting the next task for host managed_node3 138029 1726888220.87527: done getting next task for host managed_node3 138029 1726888220.87529: ^ task is: TASK: Validate the format of the crypttab entry 138029 1726888220.87542: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888220.87546: getting variables 138029 1726888220.87547: in VariableManager get_vars() 138029 1726888220.87587: Calling all_inventory to load vars for managed_node3 138029 1726888220.87590: Calling groups_inventory to load vars for managed_node3 138029 1726888220.87593: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888220.87602: Calling all_plugins_play to load vars for managed_node3 138029 1726888220.87604: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888220.87607: Calling groups_plugins_play to load vars for managed_node3 138029 1726888220.87986: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888220.88377: done with get_vars() 138029 1726888220.88389: done getting variables 138029 1726888220.88429: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:20 -0400 (0:00:00.087) 0:03:53.608 ****** 138029 1726888220.88453: entering _queue_task() for managed_node3/assert 138029 1726888220.88677: worker is 1 (out of 1 available) 138029 1726888220.88715: exiting _queue_task() for managed_node3/assert 138029 1726888220.88724: done queuing things up, now waiting for results queue to drain 138029 1726888220.88726: waiting for pending results... 138029 1726888220.88900: running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry 138029 1726888220.88999: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032fa 138029 1726888220.89021: variable 'ansible_search_path' from source: unknown 138029 1726888220.89054: calling self._execute() 138029 1726888220.89194: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.89208: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.89244: variable 'omit' from source: magic vars 138029 1726888220.89600: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888220.92033: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888220.92037: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888220.92078: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888220.92097: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888220.92261: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888220.92267: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888220.92270: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888220.92298: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888220.92337: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888220.92366: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888220.92504: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888220.92538: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888220.92550: when evaluation is False, skipping this task 138029 1726888220.92565: _execute() done 138029 1726888220.92576: dumping result to json 138029 1726888220.92586: done dumping result, returning 138029 1726888220.92609: done running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000032fa] 138029 1726888220.92625: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032fa skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888220.92813: no more pending results, returning what we have 138029 1726888220.92816: results queue empty 138029 1726888220.92817: checking for any_errors_fatal 138029 1726888220.92830: done checking for any_errors_fatal 138029 1726888220.92830: checking for max_fail_percentage 138029 1726888220.92832: done checking for max_fail_percentage 138029 1726888220.92833: checking to see if all hosts have failed and the running result is not ok 138029 1726888220.92834: done checking to see if all hosts have failed 138029 1726888220.92835: getting the remaining hosts for this loop 138029 1726888220.92836: done getting the remaining hosts for this loop 138029 1726888220.92840: getting the next task for host managed_node3 138029 1726888220.92849: done getting next task for host managed_node3 138029 1726888220.92851: ^ task is: TASK: Check backing device of crypttab entry 138029 1726888220.92861: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888220.92866: getting variables 138029 1726888220.92868: in VariableManager get_vars() 138029 1726888220.92903: Calling all_inventory to load vars for managed_node3 138029 1726888220.92906: Calling groups_inventory to load vars for managed_node3 138029 1726888220.92908: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888220.92918: Calling all_plugins_play to load vars for managed_node3 138029 1726888220.92921: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888220.92924: Calling groups_plugins_play to load vars for managed_node3 138029 1726888220.93391: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032fa 138029 1726888220.93394: WORKER PROCESS EXITING 138029 1726888220.93404: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888220.93853: done with get_vars() 138029 1726888220.93871: done getting variables 138029 1726888220.93921: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:20 -0400 (0:00:00.054) 0:03:53.663 ****** 138029 1726888220.93947: entering _queue_task() for managed_node3/assert 138029 1726888220.94258: worker is 1 (out of 1 available) 138029 1726888220.94272: exiting _queue_task() for managed_node3/assert 138029 1726888220.94286: done queuing things up, now waiting for results queue to drain 138029 1726888220.94287: waiting for pending results... 138029 1726888220.94598: running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry 138029 1726888220.94700: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032fb 138029 1726888220.94712: variable 'ansible_search_path' from source: unknown 138029 1726888220.94771: calling self._execute() 138029 1726888220.94877: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888220.94881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888220.94883: variable 'omit' from source: magic vars 138029 1726888220.95284: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888220.97471: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888220.98013: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888220.98062: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888220.98079: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888220.98100: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888220.98164: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888220.98185: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888220.98202: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888220.98294: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888220.98297: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888220.98377: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888220.98416: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888220.98423: when evaluation is False, skipping this task 138029 1726888220.98426: _execute() done 138029 1726888220.98429: dumping result to json 138029 1726888220.98431: done dumping result, returning 138029 1726888220.98433: done running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000032fb] 138029 1726888220.98437: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032fb 138029 1726888220.98558: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032fb 138029 1726888220.98562: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888220.98677: no more pending results, returning what we have 138029 1726888220.98680: results queue empty 138029 1726888220.98681: checking for any_errors_fatal 138029 1726888220.98688: done checking for any_errors_fatal 138029 1726888220.98693: checking for max_fail_percentage 138029 1726888220.98694: done checking for max_fail_percentage 138029 1726888220.98695: checking to see if all hosts have failed and the running result is not ok 138029 1726888220.98696: done checking to see if all hosts have failed 138029 1726888220.98697: getting the remaining hosts for this loop 138029 1726888220.98699: done getting the remaining hosts for this loop 138029 1726888220.98702: getting the next task for host managed_node3 138029 1726888220.98714: done getting next task for host managed_node3 138029 1726888220.98716: ^ task is: TASK: Check key file of crypttab entry 138029 1726888220.98724: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888220.98729: getting variables 138029 1726888220.98731: in VariableManager get_vars() 138029 1726888220.98827: Calling all_inventory to load vars for managed_node3 138029 1726888220.98830: Calling groups_inventory to load vars for managed_node3 138029 1726888220.98833: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888220.98842: Calling all_plugins_play to load vars for managed_node3 138029 1726888220.98844: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888220.98851: Calling groups_plugins_play to load vars for managed_node3 138029 1726888220.99308: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888220.99731: done with get_vars() 138029 1726888220.99751: done getting variables 138029 1726888220.99838: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:20 -0400 (0:00:00.059) 0:03:53.722 ****** 138029 1726888220.99888: entering _queue_task() for managed_node3/assert 138029 1726888221.00227: worker is 1 (out of 1 available) 138029 1726888221.00242: exiting _queue_task() for managed_node3/assert 138029 1726888221.00268: done queuing things up, now waiting for results queue to drain 138029 1726888221.00270: waiting for pending results... 138029 1726888221.00646: running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry 138029 1726888221.00815: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032fc 138029 1726888221.00925: variable 'ansible_search_path' from source: unknown 138029 1726888221.00931: calling self._execute() 138029 1726888221.01099: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.01113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.01131: variable 'omit' from source: magic vars 138029 1726888221.01716: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888221.04558: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888221.04631: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888221.04669: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888221.04698: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888221.04719: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888221.04818: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888221.04859: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888221.04889: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888221.04932: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888221.04960: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888221.05106: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888221.05109: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888221.05112: when evaluation is False, skipping this task 138029 1726888221.05114: _execute() done 138029 1726888221.05117: dumping result to json 138029 1726888221.05120: done dumping result, returning 138029 1726888221.05182: done running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000032fc] 138029 1726888221.05185: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032fc 138029 1726888221.05251: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032fc 138029 1726888221.05253: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888221.05332: no more pending results, returning what we have 138029 1726888221.05335: results queue empty 138029 1726888221.05336: checking for any_errors_fatal 138029 1726888221.05344: done checking for any_errors_fatal 138029 1726888221.05345: checking for max_fail_percentage 138029 1726888221.05346: done checking for max_fail_percentage 138029 1726888221.05347: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.05348: done checking to see if all hosts have failed 138029 1726888221.05349: getting the remaining hosts for this loop 138029 1726888221.05350: done getting the remaining hosts for this loop 138029 1726888221.05354: getting the next task for host managed_node3 138029 1726888221.05409: done getting next task for host managed_node3 138029 1726888221.05413: ^ task is: TASK: Clear test variables 138029 1726888221.05420: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.05424: getting variables 138029 1726888221.05426: in VariableManager get_vars() 138029 1726888221.05536: Calling all_inventory to load vars for managed_node3 138029 1726888221.05538: Calling groups_inventory to load vars for managed_node3 138029 1726888221.05541: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.05548: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.05550: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.05552: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.06037: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.06809: done with get_vars() 138029 1726888221.06819: done getting variables 138029 1726888221.06861: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:21 -0400 (0:00:00.070) 0:03:53.792 ****** 138029 1726888221.06885: entering _queue_task() for managed_node3/set_fact 138029 1726888221.07121: worker is 1 (out of 1 available) 138029 1726888221.07135: exiting _queue_task() for managed_node3/set_fact 138029 1726888221.07146: done queuing things up, now waiting for results queue to drain 138029 1726888221.07148: waiting for pending results... 138029 1726888221.07343: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888221.07454: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000032fd 138029 1726888221.07471: variable 'ansible_search_path' from source: unknown 138029 1726888221.07510: calling self._execute() 138029 1726888221.07688: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.07693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.07715: variable 'omit' from source: magic vars 138029 1726888221.07854: variable 'omit' from source: magic vars 138029 1726888221.07903: variable 'omit' from source: magic vars 138029 1726888221.07930: variable 'omit' from source: magic vars 138029 1726888221.07997: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888221.08069: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888221.08072: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888221.08096: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888221.08108: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888221.08171: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888221.08176: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888221.08213: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888221.08216: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.08219: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.08384: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888221.08388: Set connection var ansible_timeout to 10 138029 1726888221.08391: Set connection var ansible_pipelining to False 138029 1726888221.08393: Set connection var ansible_shell_type to sh 138029 1726888221.08415: Set connection var ansible_connection to ssh 138029 1726888221.08420: Set connection var ansible_shell_executable to /bin/sh 138029 1726888221.08451: variable 'ansible_shell_executable' from source: unknown 138029 1726888221.08460: variable 'ansible_connection' from source: unknown 138029 1726888221.08464: variable 'ansible_module_compression' from source: unknown 138029 1726888221.08469: variable 'ansible_shell_type' from source: unknown 138029 1726888221.08471: variable 'ansible_shell_executable' from source: unknown 138029 1726888221.08474: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.08477: variable 'ansible_pipelining' from source: unknown 138029 1726888221.08479: variable 'ansible_timeout' from source: unknown 138029 1726888221.08481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.08608: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888221.08631: variable 'omit' from source: magic vars 138029 1726888221.08637: starting attempt loop 138029 1726888221.08640: running the handler 138029 1726888221.08642: handler run complete 138029 1726888221.08644: attempt loop complete, returning result 138029 1726888221.08652: _execute() done 138029 1726888221.08658: dumping result to json 138029 1726888221.08660: done dumping result, returning 138029 1726888221.08663: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-0000000032fd] 138029 1726888221.08670: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032fd 138029 1726888221.08794: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000032fd 138029 1726888221.08797: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 138029 1726888221.08879: no more pending results, returning what we have 138029 1726888221.08881: results queue empty 138029 1726888221.08882: checking for any_errors_fatal 138029 1726888221.08890: done checking for any_errors_fatal 138029 1726888221.08891: checking for max_fail_percentage 138029 1726888221.08896: done checking for max_fail_percentage 138029 1726888221.08896: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.08897: done checking to see if all hosts have failed 138029 1726888221.08898: getting the remaining hosts for this loop 138029 1726888221.08900: done getting the remaining hosts for this loop 138029 1726888221.08903: getting the next task for host managed_node3 138029 1726888221.08914: done getting next task for host managed_node3 138029 1726888221.08916: ^ task is: TASK: Get information about RAID 138029 1726888221.08923: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.08927: getting variables 138029 1726888221.08928: in VariableManager get_vars() 138029 1726888221.08961: Calling all_inventory to load vars for managed_node3 138029 1726888221.08964: Calling groups_inventory to load vars for managed_node3 138029 1726888221.08967: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.08975: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.08977: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.08980: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.09508: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.09925: done with get_vars() 138029 1726888221.09943: done getting variables 138029 1726888221.09984: 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:10:21 -0400 (0:00:00.031) 0:03:53.823 ****** 138029 1726888221.10013: entering _queue_task() for managed_node3/command 138029 1726888221.10209: worker is 1 (out of 1 available) 138029 1726888221.10223: exiting _queue_task() for managed_node3/command 138029 1726888221.10235: done queuing things up, now waiting for results queue to drain 138029 1726888221.10237: waiting for pending results... 138029 1726888221.10525: running TaskExecutor() for managed_node3/TASK: Get information about RAID 138029 1726888221.10690: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003301 138029 1726888221.10714: variable 'ansible_search_path' from source: unknown 138029 1726888221.10804: calling self._execute() 138029 1726888221.10991: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.10995: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.10997: variable 'omit' from source: magic vars 138029 1726888221.11397: variable 'storage_test_volume' from source: include params 138029 1726888221.11434: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888221.11437: when evaluation is False, skipping this task 138029 1726888221.11440: _execute() done 138029 1726888221.11442: dumping result to json 138029 1726888221.11453: done dumping result, returning 138029 1726888221.11459: done running TaskExecutor() for managed_node3/TASK: Get information about RAID [0affc8a3-6f6f-5a58-73a2-000000003301] 138029 1726888221.11461: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003301 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888221.11672: no more pending results, returning what we have 138029 1726888221.11675: results queue empty 138029 1726888221.11676: checking for any_errors_fatal 138029 1726888221.11686: done checking for any_errors_fatal 138029 1726888221.11687: checking for max_fail_percentage 138029 1726888221.11689: done checking for max_fail_percentage 138029 1726888221.11689: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.11690: done checking to see if all hosts have failed 138029 1726888221.11691: getting the remaining hosts for this loop 138029 1726888221.11692: done getting the remaining hosts for this loop 138029 1726888221.11695: getting the next task for host managed_node3 138029 1726888221.11704: done getting next task for host managed_node3 138029 1726888221.11707: ^ task is: TASK: Set active devices regex 138029 1726888221.11714: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.11717: getting variables 138029 1726888221.11718: in VariableManager get_vars() 138029 1726888221.11748: Calling all_inventory to load vars for managed_node3 138029 1726888221.11750: Calling groups_inventory to load vars for managed_node3 138029 1726888221.11753: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.11765: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.11773: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.11777: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.12324: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003301 138029 1726888221.12328: WORKER PROCESS EXITING 138029 1726888221.12354: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.12804: done with get_vars() 138029 1726888221.12813: done getting variables 138029 1726888221.12853: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:21 -0400 (0:00:00.028) 0:03:53.852 ****** 138029 1726888221.12881: entering _queue_task() for managed_node3/set_fact 138029 1726888221.13085: worker is 1 (out of 1 available) 138029 1726888221.13098: exiting _queue_task() for managed_node3/set_fact 138029 1726888221.13110: done queuing things up, now waiting for results queue to drain 138029 1726888221.13112: waiting for pending results... 138029 1726888221.13382: running TaskExecutor() for managed_node3/TASK: Set active devices regex 138029 1726888221.13494: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003302 138029 1726888221.13509: variable 'ansible_search_path' from source: unknown 138029 1726888221.13545: calling self._execute() 138029 1726888221.13660: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.13679: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.13683: variable 'omit' from source: magic vars 138029 1726888221.14042: variable 'storage_test_volume' from source: include params 138029 1726888221.14084: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888221.14109: when evaluation is False, skipping this task 138029 1726888221.14112: _execute() done 138029 1726888221.14115: dumping result to json 138029 1726888221.14117: done dumping result, returning 138029 1726888221.14120: done running TaskExecutor() for managed_node3/TASK: Set active devices regex [0affc8a3-6f6f-5a58-73a2-000000003302] 138029 1726888221.14123: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003302 138029 1726888221.14273: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003302 138029 1726888221.14278: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888221.14338: no more pending results, returning what we have 138029 1726888221.14342: results queue empty 138029 1726888221.14343: checking for any_errors_fatal 138029 1726888221.14348: done checking for any_errors_fatal 138029 1726888221.14348: checking for max_fail_percentage 138029 1726888221.14350: done checking for max_fail_percentage 138029 1726888221.14350: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.14351: done checking to see if all hosts have failed 138029 1726888221.14352: getting the remaining hosts for this loop 138029 1726888221.14353: done getting the remaining hosts for this loop 138029 1726888221.14358: getting the next task for host managed_node3 138029 1726888221.14366: done getting next task for host managed_node3 138029 1726888221.14368: ^ task is: TASK: Set spare devices regex 138029 1726888221.14375: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.14378: getting variables 138029 1726888221.14380: in VariableManager get_vars() 138029 1726888221.14412: Calling all_inventory to load vars for managed_node3 138029 1726888221.14415: Calling groups_inventory to load vars for managed_node3 138029 1726888221.14418: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.14427: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.14433: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.14438: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.14969: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.15422: done with get_vars() 138029 1726888221.15435: done getting variables 138029 1726888221.15493: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:21 -0400 (0:00:00.026) 0:03:53.878 ****** 138029 1726888221.15530: entering _queue_task() for managed_node3/set_fact 138029 1726888221.15788: worker is 1 (out of 1 available) 138029 1726888221.15802: exiting _queue_task() for managed_node3/set_fact 138029 1726888221.15814: done queuing things up, now waiting for results queue to drain 138029 1726888221.15817: waiting for pending results... 138029 1726888221.16051: running TaskExecutor() for managed_node3/TASK: Set spare devices regex 138029 1726888221.16185: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003303 138029 1726888221.16190: variable 'ansible_search_path' from source: unknown 138029 1726888221.16235: calling self._execute() 138029 1726888221.16400: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.16418: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.16458: variable 'omit' from source: magic vars 138029 1726888221.16816: variable 'storage_test_volume' from source: include params 138029 1726888221.16876: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888221.16880: when evaluation is False, skipping this task 138029 1726888221.16882: _execute() done 138029 1726888221.16885: dumping result to json 138029 1726888221.16887: done dumping result, returning 138029 1726888221.16889: done running TaskExecutor() for managed_node3/TASK: Set spare devices regex [0affc8a3-6f6f-5a58-73a2-000000003303] 138029 1726888221.16891: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003303 138029 1726888221.16983: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003303 138029 1726888221.16986: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888221.17033: no more pending results, returning what we have 138029 1726888221.17036: results queue empty 138029 1726888221.17037: checking for any_errors_fatal 138029 1726888221.17044: done checking for any_errors_fatal 138029 1726888221.17045: checking for max_fail_percentage 138029 1726888221.17046: done checking for max_fail_percentage 138029 1726888221.17047: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.17048: done checking to see if all hosts have failed 138029 1726888221.17049: getting the remaining hosts for this loop 138029 1726888221.17050: done getting the remaining hosts for this loop 138029 1726888221.17053: getting the next task for host managed_node3 138029 1726888221.17064: done getting next task for host managed_node3 138029 1726888221.17066: ^ task is: TASK: Set md version regex 138029 1726888221.17073: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.17077: getting variables 138029 1726888221.17079: in VariableManager get_vars() 138029 1726888221.17107: Calling all_inventory to load vars for managed_node3 138029 1726888221.17109: Calling groups_inventory to load vars for managed_node3 138029 1726888221.17112: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.17120: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.17123: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.17125: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.17622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.18048: done with get_vars() 138029 1726888221.18060: done getting variables 138029 1726888221.18098: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:21 -0400 (0:00:00.025) 0:03:53.904 ****** 138029 1726888221.18120: entering _queue_task() for managed_node3/set_fact 138029 1726888221.18315: worker is 1 (out of 1 available) 138029 1726888221.18328: exiting _queue_task() for managed_node3/set_fact 138029 1726888221.18340: done queuing things up, now waiting for results queue to drain 138029 1726888221.18341: waiting for pending results... 138029 1726888221.18533: running TaskExecutor() for managed_node3/TASK: Set md version regex 138029 1726888221.18624: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003304 138029 1726888221.18635: variable 'ansible_search_path' from source: unknown 138029 1726888221.18666: calling self._execute() 138029 1726888221.18791: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.18795: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.18804: variable 'omit' from source: magic vars 138029 1726888221.19186: variable 'storage_test_volume' from source: include params 138029 1726888221.19219: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888221.19271: when evaluation is False, skipping this task 138029 1726888221.19275: _execute() done 138029 1726888221.19278: dumping result to json 138029 1726888221.19280: done dumping result, returning 138029 1726888221.19283: done running TaskExecutor() for managed_node3/TASK: Set md version regex [0affc8a3-6f6f-5a58-73a2-000000003304] 138029 1726888221.19285: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003304 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888221.19539: no more pending results, returning what we have 138029 1726888221.19542: results queue empty 138029 1726888221.19542: checking for any_errors_fatal 138029 1726888221.19548: done checking for any_errors_fatal 138029 1726888221.19549: checking for max_fail_percentage 138029 1726888221.19550: done checking for max_fail_percentage 138029 1726888221.19551: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.19551: done checking to see if all hosts have failed 138029 1726888221.19551: getting the remaining hosts for this loop 138029 1726888221.19552: done getting the remaining hosts for this loop 138029 1726888221.19554: getting the next task for host managed_node3 138029 1726888221.19562: done getting next task for host managed_node3 138029 1726888221.19564: ^ task is: TASK: Set chunk size regex 138029 1726888221.19570: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.19573: getting variables 138029 1726888221.19574: in VariableManager get_vars() 138029 1726888221.19607: Calling all_inventory to load vars for managed_node3 138029 1726888221.19613: Calling groups_inventory to load vars for managed_node3 138029 1726888221.19616: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.19625: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.19628: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.19632: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.20077: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.20547: done with get_vars() 138029 1726888221.20561: done getting variables 138029 1726888221.20615: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003304 138029 1726888221.20618: WORKER PROCESS EXITING 138029 1726888221.20642: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:21 -0400 (0:00:00.025) 0:03:53.930 ****** 138029 1726888221.20678: entering _queue_task() for managed_node3/set_fact 138029 1726888221.20941: worker is 1 (out of 1 available) 138029 1726888221.20952: exiting _queue_task() for managed_node3/set_fact 138029 1726888221.20968: done queuing things up, now waiting for results queue to drain 138029 1726888221.20970: waiting for pending results... 138029 1726888221.21283: running TaskExecutor() for managed_node3/TASK: Set chunk size regex 138029 1726888221.21357: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003305 138029 1726888221.21384: variable 'ansible_search_path' from source: unknown 138029 1726888221.21405: calling self._execute() 138029 1726888221.21527: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.21535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.21559: variable 'omit' from source: magic vars 138029 1726888221.21925: variable 'storage_test_volume' from source: include params 138029 1726888221.21968: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888221.21972: when evaluation is False, skipping this task 138029 1726888221.21975: _execute() done 138029 1726888221.21978: dumping result to json 138029 1726888221.21980: done dumping result, returning 138029 1726888221.21984: done running TaskExecutor() for managed_node3/TASK: Set chunk size regex [0affc8a3-6f6f-5a58-73a2-000000003305] 138029 1726888221.21990: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003305 138029 1726888221.22207: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003305 138029 1726888221.22211: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888221.22291: no more pending results, returning what we have 138029 1726888221.22295: results queue empty 138029 1726888221.22296: checking for any_errors_fatal 138029 1726888221.22302: done checking for any_errors_fatal 138029 1726888221.22302: checking for max_fail_percentage 138029 1726888221.22303: done checking for max_fail_percentage 138029 1726888221.22304: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.22308: done checking to see if all hosts have failed 138029 1726888221.22308: getting the remaining hosts for this loop 138029 1726888221.22310: done getting the remaining hosts for this loop 138029 1726888221.22313: getting the next task for host managed_node3 138029 1726888221.22324: done getting next task for host managed_node3 138029 1726888221.22327: ^ task is: TASK: Parse the chunk size 138029 1726888221.22333: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.22339: getting variables 138029 1726888221.22341: in VariableManager get_vars() 138029 1726888221.22373: Calling all_inventory to load vars for managed_node3 138029 1726888221.22377: Calling groups_inventory to load vars for managed_node3 138029 1726888221.22383: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.22394: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.22397: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.22401: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.22836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.23632: done with get_vars() 138029 1726888221.23644: 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:10:21 -0400 (0:00:00.030) 0:03:53.960 ****** 138029 1726888221.23708: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888221.23975: worker is 1 (out of 1 available) 138029 1726888221.23987: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888221.23999: done queuing things up, now waiting for results queue to drain 138029 1726888221.24001: waiting for pending results... 138029 1726888221.24250: running TaskExecutor() for managed_node3/TASK: Parse the chunk size 138029 1726888221.24396: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003306 138029 1726888221.24400: variable 'ansible_search_path' from source: unknown 138029 1726888221.24441: calling self._execute() 138029 1726888221.24552: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.24560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.24572: variable 'omit' from source: magic vars 138029 1726888221.25027: variable 'storage_test_volume' from source: include params 138029 1726888221.25053: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888221.25058: when evaluation is False, skipping this task 138029 1726888221.25061: _execute() done 138029 1726888221.25064: dumping result to json 138029 1726888221.25066: done dumping result, returning 138029 1726888221.25076: done running TaskExecutor() for managed_node3/TASK: Parse the chunk size [0affc8a3-6f6f-5a58-73a2-000000003306] 138029 1726888221.25080: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003306 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888221.25257: no more pending results, returning what we have 138029 1726888221.25261: results queue empty 138029 1726888221.25262: checking for any_errors_fatal 138029 1726888221.25272: done checking for any_errors_fatal 138029 1726888221.25273: checking for max_fail_percentage 138029 1726888221.25274: done checking for max_fail_percentage 138029 1726888221.25275: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.25276: done checking to see if all hosts have failed 138029 1726888221.25277: getting the remaining hosts for this loop 138029 1726888221.25278: done getting the remaining hosts for this loop 138029 1726888221.25281: getting the next task for host managed_node3 138029 1726888221.25288: done getting next task for host managed_node3 138029 1726888221.25291: ^ task is: TASK: Check RAID active devices count 138029 1726888221.25297: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.25301: getting variables 138029 1726888221.25302: in VariableManager get_vars() 138029 1726888221.25333: Calling all_inventory to load vars for managed_node3 138029 1726888221.25335: Calling groups_inventory to load vars for managed_node3 138029 1726888221.25338: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.25347: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.25349: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.25352: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.25691: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003306 138029 1726888221.25694: WORKER PROCESS EXITING 138029 1726888221.25704: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.26058: done with get_vars() 138029 1726888221.26069: done getting variables 138029 1726888221.26108: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:21 -0400 (0:00:00.024) 0:03:53.984 ****** 138029 1726888221.26130: entering _queue_task() for managed_node3/assert 138029 1726888221.26323: worker is 1 (out of 1 available) 138029 1726888221.26336: exiting _queue_task() for managed_node3/assert 138029 1726888221.26348: done queuing things up, now waiting for results queue to drain 138029 1726888221.26350: waiting for pending results... 138029 1726888221.26541: running TaskExecutor() for managed_node3/TASK: Check RAID active devices count 138029 1726888221.26638: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003307 138029 1726888221.26649: variable 'ansible_search_path' from source: unknown 138029 1726888221.26702: calling self._execute() 138029 1726888221.26789: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.26792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.26806: variable 'omit' from source: magic vars 138029 1726888221.27113: variable 'storage_test_volume' from source: include params 138029 1726888221.27139: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888221.27143: when evaluation is False, skipping this task 138029 1726888221.27146: _execute() done 138029 1726888221.27148: dumping result to json 138029 1726888221.27151: done dumping result, returning 138029 1726888221.27159: done running TaskExecutor() for managed_node3/TASK: Check RAID active devices count [0affc8a3-6f6f-5a58-73a2-000000003307] 138029 1726888221.27230: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003307 138029 1726888221.27307: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003307 138029 1726888221.27310: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888221.27377: no more pending results, returning what we have 138029 1726888221.27380: results queue empty 138029 1726888221.27381: checking for any_errors_fatal 138029 1726888221.27388: done checking for any_errors_fatal 138029 1726888221.27389: checking for max_fail_percentage 138029 1726888221.27390: done checking for max_fail_percentage 138029 1726888221.27391: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.27392: done checking to see if all hosts have failed 138029 1726888221.27392: getting the remaining hosts for this loop 138029 1726888221.27394: done getting the remaining hosts for this loop 138029 1726888221.27397: getting the next task for host managed_node3 138029 1726888221.27402: done getting next task for host managed_node3 138029 1726888221.27404: ^ task is: TASK: Check RAID spare devices count 138029 1726888221.27409: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.27411: getting variables 138029 1726888221.27412: in VariableManager get_vars() 138029 1726888221.27432: Calling all_inventory to load vars for managed_node3 138029 1726888221.27434: Calling groups_inventory to load vars for managed_node3 138029 1726888221.27436: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.27442: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.27444: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.27445: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.27780: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.28133: done with get_vars() 138029 1726888221.28143: done getting variables 138029 1726888221.28187: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:21 -0400 (0:00:00.020) 0:03:54.005 ****** 138029 1726888221.28210: entering _queue_task() for managed_node3/assert 138029 1726888221.28400: worker is 1 (out of 1 available) 138029 1726888221.28412: exiting _queue_task() for managed_node3/assert 138029 1726888221.28423: done queuing things up, now waiting for results queue to drain 138029 1726888221.28425: waiting for pending results... 138029 1726888221.28612: running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count 138029 1726888221.28711: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003308 138029 1726888221.28722: variable 'ansible_search_path' from source: unknown 138029 1726888221.28750: calling self._execute() 138029 1726888221.28846: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.28851: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.28859: variable 'omit' from source: magic vars 138029 1726888221.29164: variable 'storage_test_volume' from source: include params 138029 1726888221.29193: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888221.29198: when evaluation is False, skipping this task 138029 1726888221.29201: _execute() done 138029 1726888221.29204: dumping result to json 138029 1726888221.29207: done dumping result, returning 138029 1726888221.29210: done running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count [0affc8a3-6f6f-5a58-73a2-000000003308] 138029 1726888221.29216: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003308 138029 1726888221.29311: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003308 138029 1726888221.29314: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888221.29362: no more pending results, returning what we have 138029 1726888221.29365: results queue empty 138029 1726888221.29366: checking for any_errors_fatal 138029 1726888221.29373: done checking for any_errors_fatal 138029 1726888221.29374: checking for max_fail_percentage 138029 1726888221.29375: done checking for max_fail_percentage 138029 1726888221.29376: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.29377: done checking to see if all hosts have failed 138029 1726888221.29378: getting the remaining hosts for this loop 138029 1726888221.29379: done getting the remaining hosts for this loop 138029 1726888221.29382: getting the next task for host managed_node3 138029 1726888221.29389: done getting next task for host managed_node3 138029 1726888221.29391: ^ task is: TASK: Check RAID metadata version 138029 1726888221.29398: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.29401: getting variables 138029 1726888221.29403: in VariableManager get_vars() 138029 1726888221.29430: Calling all_inventory to load vars for managed_node3 138029 1726888221.29433: Calling groups_inventory to load vars for managed_node3 138029 1726888221.29435: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.29443: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.29446: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.29448: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.29787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.30145: done with get_vars() 138029 1726888221.30154: done getting variables 138029 1726888221.30197: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:21 -0400 (0:00:00.020) 0:03:54.025 ****** 138029 1726888221.30217: entering _queue_task() for managed_node3/assert 138029 1726888221.30399: worker is 1 (out of 1 available) 138029 1726888221.30409: exiting _queue_task() for managed_node3/assert 138029 1726888221.30420: done queuing things up, now waiting for results queue to drain 138029 1726888221.30421: waiting for pending results... 138029 1726888221.30604: running TaskExecutor() for managed_node3/TASK: Check RAID metadata version 138029 1726888221.30701: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003309 138029 1726888221.30714: variable 'ansible_search_path' from source: unknown 138029 1726888221.30741: calling self._execute() 138029 1726888221.30838: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.30842: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.30850: variable 'omit' from source: magic vars 138029 1726888221.31151: variable 'storage_test_volume' from source: include params 138029 1726888221.31177: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888221.31181: when evaluation is False, skipping this task 138029 1726888221.31186: _execute() done 138029 1726888221.31189: dumping result to json 138029 1726888221.31193: done dumping result, returning 138029 1726888221.31196: done running TaskExecutor() for managed_node3/TASK: Check RAID metadata version [0affc8a3-6f6f-5a58-73a2-000000003309] 138029 1726888221.31209: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003309 138029 1726888221.31299: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003309 138029 1726888221.31302: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888221.31351: no more pending results, returning what we have 138029 1726888221.31356: results queue empty 138029 1726888221.31358: checking for any_errors_fatal 138029 1726888221.31368: done checking for any_errors_fatal 138029 1726888221.31369: checking for max_fail_percentage 138029 1726888221.31370: done checking for max_fail_percentage 138029 1726888221.31371: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.31372: done checking to see if all hosts have failed 138029 1726888221.31373: getting the remaining hosts for this loop 138029 1726888221.31374: done getting the remaining hosts for this loop 138029 1726888221.31377: getting the next task for host managed_node3 138029 1726888221.31385: done getting next task for host managed_node3 138029 1726888221.31387: ^ task is: TASK: Check RAID chunk size 138029 1726888221.31394: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.31398: getting variables 138029 1726888221.31399: in VariableManager get_vars() 138029 1726888221.31428: Calling all_inventory to load vars for managed_node3 138029 1726888221.31430: Calling groups_inventory to load vars for managed_node3 138029 1726888221.31433: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.31441: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.31444: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.31446: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.31783: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.32128: done with get_vars() 138029 1726888221.32139: done getting variables 138029 1726888221.32180: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:21 -0400 (0:00:00.019) 0:03:54.045 ****** 138029 1726888221.32204: entering _queue_task() for managed_node3/assert 138029 1726888221.32389: worker is 1 (out of 1 available) 138029 1726888221.32403: exiting _queue_task() for managed_node3/assert 138029 1726888221.32414: done queuing things up, now waiting for results queue to drain 138029 1726888221.32416: waiting for pending results... 138029 1726888221.32606: running TaskExecutor() for managed_node3/TASK: Check RAID chunk size 138029 1726888221.32711: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000330a 138029 1726888221.32723: variable 'ansible_search_path' from source: unknown 138029 1726888221.32751: calling self._execute() 138029 1726888221.32844: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.32848: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.32861: variable 'omit' from source: magic vars 138029 1726888221.33144: variable 'storage_test_volume' from source: include params 138029 1726888221.33171: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888221.33175: when evaluation is False, skipping this task 138029 1726888221.33178: _execute() done 138029 1726888221.33180: dumping result to json 138029 1726888221.33184: done dumping result, returning 138029 1726888221.33188: done running TaskExecutor() for managed_node3/TASK: Check RAID chunk size [0affc8a3-6f6f-5a58-73a2-00000000330a] 138029 1726888221.33193: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000330a 138029 1726888221.33287: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000330a 138029 1726888221.33289: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888221.33341: no more pending results, returning what we have 138029 1726888221.33344: results queue empty 138029 1726888221.33345: checking for any_errors_fatal 138029 1726888221.33351: done checking for any_errors_fatal 138029 1726888221.33352: checking for max_fail_percentage 138029 1726888221.33354: done checking for max_fail_percentage 138029 1726888221.33354: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.33360: done checking to see if all hosts have failed 138029 1726888221.33360: getting the remaining hosts for this loop 138029 1726888221.33362: done getting the remaining hosts for this loop 138029 1726888221.33365: getting the next task for host managed_node3 138029 1726888221.33376: done getting next task for host managed_node3 138029 1726888221.33378: ^ task is: TASK: Parse the actual size of the volume 138029 1726888221.33385: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.33389: getting variables 138029 1726888221.33390: in VariableManager get_vars() 138029 1726888221.33418: Calling all_inventory to load vars for managed_node3 138029 1726888221.33420: Calling groups_inventory to load vars for managed_node3 138029 1726888221.33423: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.33430: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.33433: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.33435: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.33764: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.34111: done with get_vars() 138029 1726888221.34121: 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:10:21 -0400 (0:00:00.019) 0:03:54.065 ****** 138029 1726888221.34180: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888221.34362: worker is 1 (out of 1 available) 138029 1726888221.34374: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888221.34386: done queuing things up, now waiting for results queue to drain 138029 1726888221.34388: waiting for pending results... 138029 1726888221.34569: running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume 138029 1726888221.34661: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000330e 138029 1726888221.34676: variable 'ansible_search_path' from source: unknown 138029 1726888221.34702: calling self._execute() 138029 1726888221.34800: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.34804: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.34811: variable 'omit' from source: magic vars 138029 1726888221.35084: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888221.37362: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888221.37369: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888221.37434: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888221.37492: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888221.37528: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888221.37660: variable '_storage_test_volume_present' from source: set_fact 138029 1726888221.37693: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888221.37708: when evaluation is False, skipping this task 138029 1726888221.37720: _execute() done 138029 1726888221.37733: dumping result to json 138029 1726888221.37749: done dumping result, returning 138029 1726888221.37770: done running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume [0affc8a3-6f6f-5a58-73a2-00000000330e] 138029 1726888221.37798: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000330e 138029 1726888221.37902: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000330e 138029 1726888221.37905: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888221.37962: no more pending results, returning what we have 138029 1726888221.37966: results queue empty 138029 1726888221.37967: checking for any_errors_fatal 138029 1726888221.37980: done checking for any_errors_fatal 138029 1726888221.37980: checking for max_fail_percentage 138029 1726888221.37983: done checking for max_fail_percentage 138029 1726888221.37984: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.37985: done checking to see if all hosts have failed 138029 1726888221.37986: getting the remaining hosts for this loop 138029 1726888221.37987: done getting the remaining hosts for this loop 138029 1726888221.37991: getting the next task for host managed_node3 138029 1726888221.38001: done getting next task for host managed_node3 138029 1726888221.38003: ^ task is: TASK: Parse the requested size of the volume 138029 1726888221.38010: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.38015: getting variables 138029 1726888221.38016: in VariableManager get_vars() 138029 1726888221.38058: Calling all_inventory to load vars for managed_node3 138029 1726888221.38061: Calling groups_inventory to load vars for managed_node3 138029 1726888221.38066: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.38079: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.38082: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.38085: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.38577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.39383: done with get_vars() 138029 1726888221.39397: 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:10:21 -0400 (0:00:00.052) 0:03:54.118 ****** 138029 1726888221.39482: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888221.39747: worker is 1 (out of 1 available) 138029 1726888221.39761: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888221.39775: done queuing things up, now waiting for results queue to drain 138029 1726888221.39777: waiting for pending results... 138029 1726888221.40182: running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume 138029 1726888221.40241: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000330f 138029 1726888221.40262: variable 'ansible_search_path' from source: unknown 138029 1726888221.40308: calling self._execute() 138029 1726888221.40435: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.40446: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.40462: variable 'omit' from source: magic vars 138029 1726888221.40849: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888221.42547: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888221.42607: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888221.42635: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888221.42666: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888221.42688: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888221.42767: variable '_storage_test_volume_present' from source: set_fact 138029 1726888221.42785: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888221.42789: when evaluation is False, skipping this task 138029 1726888221.42791: _execute() done 138029 1726888221.42794: dumping result to json 138029 1726888221.42798: done dumping result, returning 138029 1726888221.42805: done running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume [0affc8a3-6f6f-5a58-73a2-00000000330f] 138029 1726888221.42810: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000330f 138029 1726888221.42911: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000330f 138029 1726888221.42914: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888221.42968: no more pending results, returning what we have 138029 1726888221.42972: results queue empty 138029 1726888221.42973: checking for any_errors_fatal 138029 1726888221.42983: done checking for any_errors_fatal 138029 1726888221.42984: checking for max_fail_percentage 138029 1726888221.42985: done checking for max_fail_percentage 138029 1726888221.42986: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.42987: done checking to see if all hosts have failed 138029 1726888221.42987: getting the remaining hosts for this loop 138029 1726888221.42989: done getting the remaining hosts for this loop 138029 1726888221.42992: getting the next task for host managed_node3 138029 1726888221.43000: done getting next task for host managed_node3 138029 1726888221.43002: ^ task is: TASK: Establish base value for expected size 138029 1726888221.43010: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.43014: getting variables 138029 1726888221.43015: in VariableManager get_vars() 138029 1726888221.43051: Calling all_inventory to load vars for managed_node3 138029 1726888221.43053: Calling groups_inventory to load vars for managed_node3 138029 1726888221.43058: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.43070: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.43072: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.43075: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.43701: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.44289: done with get_vars() 138029 1726888221.44304: done getting variables 138029 1726888221.44358: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:21 -0400 (0:00:00.049) 0:03:54.167 ****** 138029 1726888221.44394: entering _queue_task() for managed_node3/set_fact 138029 1726888221.44680: worker is 1 (out of 1 available) 138029 1726888221.44691: exiting _queue_task() for managed_node3/set_fact 138029 1726888221.44703: done queuing things up, now waiting for results queue to drain 138029 1726888221.44705: waiting for pending results... 138029 1726888221.45085: running TaskExecutor() for managed_node3/TASK: Establish base value for expected size 138029 1726888221.45180: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003310 138029 1726888221.45193: variable 'ansible_search_path' from source: unknown 138029 1726888221.45289: calling self._execute() 138029 1726888221.45370: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.45385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.45403: variable 'omit' from source: magic vars 138029 1726888221.45805: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888221.48202: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888221.48299: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888221.48348: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888221.48419: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888221.48437: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888221.48579: variable '_storage_test_volume_present' from source: set_fact 138029 1726888221.48610: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888221.48636: when evaluation is False, skipping this task 138029 1726888221.48643: _execute() done 138029 1726888221.48646: dumping result to json 138029 1726888221.48648: done dumping result, returning 138029 1726888221.48745: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected size [0affc8a3-6f6f-5a58-73a2-000000003310] 138029 1726888221.48748: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003310 138029 1726888221.48832: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003310 138029 1726888221.48835: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888221.48905: no more pending results, returning what we have 138029 1726888221.48909: results queue empty 138029 1726888221.48911: checking for any_errors_fatal 138029 1726888221.48929: done checking for any_errors_fatal 138029 1726888221.48930: checking for max_fail_percentage 138029 1726888221.48934: done checking for max_fail_percentage 138029 1726888221.48935: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.48936: done checking to see if all hosts have failed 138029 1726888221.48936: getting the remaining hosts for this loop 138029 1726888221.48938: done getting the remaining hosts for this loop 138029 1726888221.48949: getting the next task for host managed_node3 138029 1726888221.48962: done getting next task for host managed_node3 138029 1726888221.48967: ^ task is: TASK: Show expected size 138029 1726888221.48977: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.48985: getting variables 138029 1726888221.48987: in VariableManager get_vars() 138029 1726888221.49029: Calling all_inventory to load vars for managed_node3 138029 1726888221.49034: Calling groups_inventory to load vars for managed_node3 138029 1726888221.49038: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.49050: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.49258: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.49265: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.50011: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.50635: done with get_vars() 138029 1726888221.50649: done getting variables 138029 1726888221.50706: 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:10:21 -0400 (0:00:00.063) 0:03:54.230 ****** 138029 1726888221.50745: entering _queue_task() for managed_node3/debug 138029 1726888221.51049: worker is 1 (out of 1 available) 138029 1726888221.51063: exiting _queue_task() for managed_node3/debug 138029 1726888221.51078: done queuing things up, now waiting for results queue to drain 138029 1726888221.51079: waiting for pending results... 138029 1726888221.51481: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888221.51586: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003311 138029 1726888221.51608: variable 'ansible_search_path' from source: unknown 138029 1726888221.51659: calling self._execute() 138029 1726888221.51804: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.51832: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.51857: variable 'omit' from source: magic vars 138029 1726888221.52009: variable 'omit' from source: magic vars 138029 1726888221.52092: variable 'omit' from source: magic vars 138029 1726888221.52139: variable 'omit' from source: magic vars 138029 1726888221.52195: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888221.52247: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888221.52280: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888221.52306: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888221.52326: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888221.52461: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888221.52464: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888221.52470: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888221.52473: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.52476: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.52553: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888221.52571: Set connection var ansible_timeout to 10 138029 1726888221.52583: Set connection var ansible_pipelining to False 138029 1726888221.52596: Set connection var ansible_shell_type to sh 138029 1726888221.52603: Set connection var ansible_connection to ssh 138029 1726888221.52613: Set connection var ansible_shell_executable to /bin/sh 138029 1726888221.52701: variable 'ansible_shell_executable' from source: unknown 138029 1726888221.52703: variable 'ansible_connection' from source: unknown 138029 1726888221.52706: variable 'ansible_module_compression' from source: unknown 138029 1726888221.52708: variable 'ansible_shell_type' from source: unknown 138029 1726888221.52710: variable 'ansible_shell_executable' from source: unknown 138029 1726888221.52712: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.52714: variable 'ansible_pipelining' from source: unknown 138029 1726888221.52716: variable 'ansible_timeout' from source: unknown 138029 1726888221.52718: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.52858: 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) 138029 1726888221.52879: variable 'omit' from source: magic vars 138029 1726888221.52889: starting attempt loop 138029 1726888221.52896: running the handler 138029 1726888221.52954: variable 'storage_test_expected_size' from source: set_fact 138029 1726888221.53171: variable 'storage_test_expected_size' from source: set_fact 138029 1726888221.53245: handler run complete 138029 1726888221.53249: attempt loop complete, returning result 138029 1726888221.53256: _execute() done 138029 1726888221.53259: dumping result to json 138029 1726888221.53261: done dumping result, returning 138029 1726888221.53263: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-000000003311] 138029 1726888221.53268: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003311 ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } 138029 1726888221.53507: no more pending results, returning what we have 138029 1726888221.53510: results queue empty 138029 1726888221.53511: checking for any_errors_fatal 138029 1726888221.53523: done checking for any_errors_fatal 138029 1726888221.53524: checking for max_fail_percentage 138029 1726888221.53526: done checking for max_fail_percentage 138029 1726888221.53528: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.53529: done checking to see if all hosts have failed 138029 1726888221.53530: getting the remaining hosts for this loop 138029 1726888221.53532: done getting the remaining hosts for this loop 138029 1726888221.53537: getting the next task for host managed_node3 138029 1726888221.53546: done getting next task for host managed_node3 138029 1726888221.53550: ^ task is: TASK: Get the size of parent/pool device 138029 1726888221.53562: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.53571: getting variables 138029 1726888221.53573: in VariableManager get_vars() 138029 1726888221.53610: Calling all_inventory to load vars for managed_node3 138029 1726888221.53613: Calling groups_inventory to load vars for managed_node3 138029 1726888221.53616: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.53628: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.53632: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.53635: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.54370: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003311 138029 1726888221.54374: WORKER PROCESS EXITING 138029 1726888221.54507: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.55547: done with get_vars() 138029 1726888221.55786: 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:10:21 -0400 (0:00:00.051) 0:03:54.282 ****** 138029 1726888221.55940: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888221.56478: worker is 1 (out of 1 available) 138029 1726888221.56487: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888221.56496: done queuing things up, now waiting for results queue to drain 138029 1726888221.56498: waiting for pending results... 138029 1726888221.56605: running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device 138029 1726888221.56758: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003312 138029 1726888221.56783: variable 'ansible_search_path' from source: unknown 138029 1726888221.56823: calling self._execute() 138029 1726888221.56961: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.56975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.56989: variable 'omit' from source: magic vars 138029 1726888221.57376: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888221.60590: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888221.60678: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888221.60717: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888221.60863: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888221.60867: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888221.60894: variable '_storage_test_volume_present' from source: set_fact 138029 1726888221.60919: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888221.60970: when evaluation is False, skipping this task 138029 1726888221.60979: _execute() done 138029 1726888221.60987: dumping result to json 138029 1726888221.60994: done dumping result, returning 138029 1726888221.61005: done running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device [0affc8a3-6f6f-5a58-73a2-000000003312] 138029 1726888221.61362: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003312 138029 1726888221.61443: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003312 138029 1726888221.61446: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888221.61505: no more pending results, returning what we have 138029 1726888221.61510: results queue empty 138029 1726888221.61511: checking for any_errors_fatal 138029 1726888221.61524: done checking for any_errors_fatal 138029 1726888221.61525: checking for max_fail_percentage 138029 1726888221.61528: done checking for max_fail_percentage 138029 1726888221.61529: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.61529: done checking to see if all hosts have failed 138029 1726888221.61530: getting the remaining hosts for this loop 138029 1726888221.61532: done getting the remaining hosts for this loop 138029 1726888221.61536: getting the next task for host managed_node3 138029 1726888221.61549: done getting next task for host managed_node3 138029 1726888221.61552: ^ task is: TASK: Show test pool 138029 1726888221.61562: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.61569: getting variables 138029 1726888221.61571: in VariableManager get_vars() 138029 1726888221.61612: Calling all_inventory to load vars for managed_node3 138029 1726888221.61615: Calling groups_inventory to load vars for managed_node3 138029 1726888221.61618: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.61630: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.61635: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.61638: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.63281: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.64287: done with get_vars() 138029 1726888221.64307: done getting variables 138029 1726888221.64577: 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:10:21 -0400 (0:00:00.086) 0:03:54.369 ****** 138029 1726888221.64615: entering _queue_task() for managed_node3/debug 138029 1726888221.65270: worker is 1 (out of 1 available) 138029 1726888221.65285: exiting _queue_task() for managed_node3/debug 138029 1726888221.65298: done queuing things up, now waiting for results queue to drain 138029 1726888221.65300: waiting for pending results... 138029 1726888221.66128: running TaskExecutor() for managed_node3/TASK: Show test pool 138029 1726888221.66547: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003314 138029 1726888221.66551: variable 'ansible_search_path' from source: unknown 138029 1726888221.66554: calling self._execute() 138029 1726888221.66757: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.66762: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.66764: variable 'omit' from source: magic vars 138029 1726888221.67076: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888221.69866: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888221.70986: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888221.71040: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888221.71084: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888221.71117: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888221.71229: variable '_storage_test_volume_present' from source: set_fact 138029 1726888221.71259: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888221.71268: when evaluation is False, skipping this task 138029 1726888221.71276: _execute() done 138029 1726888221.71283: dumping result to json 138029 1726888221.71290: done dumping result, returning 138029 1726888221.71300: done running TaskExecutor() for managed_node3/TASK: Show test pool [0affc8a3-6f6f-5a58-73a2-000000003314] 138029 1726888221.71309: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003314 skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } 138029 1726888221.71504: no more pending results, returning what we have 138029 1726888221.71508: results queue empty 138029 1726888221.71510: checking for any_errors_fatal 138029 1726888221.71518: done checking for any_errors_fatal 138029 1726888221.71518: checking for max_fail_percentage 138029 1726888221.71521: done checking for max_fail_percentage 138029 1726888221.71522: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.71523: done checking to see if all hosts have failed 138029 1726888221.71523: getting the remaining hosts for this loop 138029 1726888221.71525: done getting the remaining hosts for this loop 138029 1726888221.71529: getting the next task for host managed_node3 138029 1726888221.71538: done getting next task for host managed_node3 138029 1726888221.71541: ^ task is: TASK: Show test blockinfo 138029 1726888221.71549: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.71556: getting variables 138029 1726888221.71558: in VariableManager get_vars() 138029 1726888221.71599: Calling all_inventory to load vars for managed_node3 138029 1726888221.71602: Calling groups_inventory to load vars for managed_node3 138029 1726888221.71606: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.71619: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.71622: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.71626: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.72371: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003314 138029 1726888221.72375: WORKER PROCESS EXITING 138029 1726888221.72559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.73052: done with get_vars() 138029 1726888221.73067: done getting variables 138029 1726888221.73111: 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:10:21 -0400 (0:00:00.085) 0:03:54.454 ****** 138029 1726888221.73136: entering _queue_task() for managed_node3/debug 138029 1726888221.73382: worker is 1 (out of 1 available) 138029 1726888221.73395: exiting _queue_task() for managed_node3/debug 138029 1726888221.73408: done queuing things up, now waiting for results queue to drain 138029 1726888221.73410: waiting for pending results... 138029 1726888221.73618: running TaskExecutor() for managed_node3/TASK: Show test blockinfo 138029 1726888221.73724: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003315 138029 1726888221.73784: variable 'ansible_search_path' from source: unknown 138029 1726888221.73825: calling self._execute() 138029 1726888221.74007: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.74020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.74082: variable 'omit' from source: magic vars 138029 1726888221.74520: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888221.78139: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888221.78229: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888221.78308: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888221.78412: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888221.78415: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888221.78561: variable '_storage_test_volume_present' from source: set_fact 138029 1726888221.78587: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888221.78595: when evaluation is False, skipping this task 138029 1726888221.78602: _execute() done 138029 1726888221.78627: dumping result to json 138029 1726888221.78630: done dumping result, returning 138029 1726888221.78639: done running TaskExecutor() for managed_node3/TASK: Show test blockinfo [0affc8a3-6f6f-5a58-73a2-000000003315] 138029 1726888221.78646: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003315 138029 1726888221.78814: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003315 138029 1726888221.78817: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } 138029 1726888221.78891: no more pending results, returning what we have 138029 1726888221.78895: results queue empty 138029 1726888221.78896: checking for any_errors_fatal 138029 1726888221.78905: done checking for any_errors_fatal 138029 1726888221.78906: checking for max_fail_percentage 138029 1726888221.78908: done checking for max_fail_percentage 138029 1726888221.78909: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.78910: done checking to see if all hosts have failed 138029 1726888221.78911: getting the remaining hosts for this loop 138029 1726888221.78912: done getting the remaining hosts for this loop 138029 1726888221.78917: getting the next task for host managed_node3 138029 1726888221.78925: done getting next task for host managed_node3 138029 1726888221.78931: ^ task is: TASK: Show test pool size 138029 1726888221.78939: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.78944: getting variables 138029 1726888221.78946: in VariableManager get_vars() 138029 1726888221.78993: Calling all_inventory to load vars for managed_node3 138029 1726888221.78996: Calling groups_inventory to load vars for managed_node3 138029 1726888221.79000: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.79014: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.79023: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.79027: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.80602: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.82099: done with get_vars() 138029 1726888221.82123: done getting variables 138029 1726888221.82192: 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:10:21 -0400 (0:00:00.090) 0:03:54.545 ****** 138029 1726888221.82234: entering _queue_task() for managed_node3/debug 138029 1726888221.82608: worker is 1 (out of 1 available) 138029 1726888221.82621: exiting _queue_task() for managed_node3/debug 138029 1726888221.82633: done queuing things up, now waiting for results queue to drain 138029 1726888221.82635: waiting for pending results... 138029 1726888221.83209: running TaskExecutor() for managed_node3/TASK: Show test pool size 138029 1726888221.83571: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003316 138029 1726888221.83575: variable 'ansible_search_path' from source: unknown 138029 1726888221.83578: calling self._execute() 138029 1726888221.83796: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.83853: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.83875: variable 'omit' from source: magic vars 138029 1726888221.84780: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888221.89078: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888221.89179: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888221.89233: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888221.89563: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888221.89568: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888221.89626: variable '_storage_test_volume_present' from source: set_fact 138029 1726888221.89688: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888221.89785: when evaluation is False, skipping this task 138029 1726888221.89863: _execute() done 138029 1726888221.89866: dumping result to json 138029 1726888221.89870: done dumping result, returning 138029 1726888221.89873: done running TaskExecutor() for managed_node3/TASK: Show test pool size [0affc8a3-6f6f-5a58-73a2-000000003316] 138029 1726888221.89876: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003316 138029 1726888221.89956: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003316 138029 1726888221.89960: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } 138029 1726888221.90013: no more pending results, returning what we have 138029 1726888221.90016: results queue empty 138029 1726888221.90017: checking for any_errors_fatal 138029 1726888221.90029: done checking for any_errors_fatal 138029 1726888221.90030: checking for max_fail_percentage 138029 1726888221.90032: done checking for max_fail_percentage 138029 1726888221.90032: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.90033: done checking to see if all hosts have failed 138029 1726888221.90034: getting the remaining hosts for this loop 138029 1726888221.90036: done getting the remaining hosts for this loop 138029 1726888221.90040: getting the next task for host managed_node3 138029 1726888221.90049: done getting next task for host managed_node3 138029 1726888221.90051: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888221.90064: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.90073: getting variables 138029 1726888221.90075: in VariableManager get_vars() 138029 1726888221.90117: Calling all_inventory to load vars for managed_node3 138029 1726888221.90121: Calling groups_inventory to load vars for managed_node3 138029 1726888221.90124: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.90137: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.90141: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.90144: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.91506: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.93076: done with get_vars() 138029 1726888221.93098: done getting variables 138029 1726888221.93283: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:21 -0400 (0:00:00.110) 0:03:54.656 ****** 138029 1726888221.93320: entering _queue_task() for managed_node3/set_fact 138029 1726888221.93989: worker is 1 (out of 1 available) 138029 1726888221.94000: exiting _queue_task() for managed_node3/set_fact 138029 1726888221.94011: done queuing things up, now waiting for results queue to drain 138029 1726888221.94013: waiting for pending results... 138029 1726888221.94287: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888221.94489: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003317 138029 1726888221.94494: variable 'ansible_search_path' from source: unknown 138029 1726888221.94523: calling self._execute() 138029 1726888221.94705: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888221.94710: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888221.94713: variable 'omit' from source: magic vars 138029 1726888221.95135: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888221.97122: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888221.97229: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888221.97363: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888221.97372: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888221.97417: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888221.97585: variable '_storage_test_volume_present' from source: set_fact 138029 1726888221.97622: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888221.97631: when evaluation is False, skipping this task 138029 1726888221.97649: _execute() done 138029 1726888221.97709: dumping result to json 138029 1726888221.97712: done dumping result, returning 138029 1726888221.97715: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-000000003317] 138029 1726888221.97718: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003317 138029 1726888221.97839: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003317 138029 1726888221.97842: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888221.97897: no more pending results, returning what we have 138029 1726888221.97903: results queue empty 138029 1726888221.97905: checking for any_errors_fatal 138029 1726888221.97918: done checking for any_errors_fatal 138029 1726888221.97919: checking for max_fail_percentage 138029 1726888221.97920: done checking for max_fail_percentage 138029 1726888221.97921: checking to see if all hosts have failed and the running result is not ok 138029 1726888221.97922: done checking to see if all hosts have failed 138029 1726888221.97923: getting the remaining hosts for this loop 138029 1726888221.97924: done getting the remaining hosts for this loop 138029 1726888221.97928: getting the next task for host managed_node3 138029 1726888221.97943: done getting next task for host managed_node3 138029 1726888221.97945: ^ task is: TASK: Default thin pool reserved space values 138029 1726888221.97957: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888221.97962: getting variables 138029 1726888221.97964: in VariableManager get_vars() 138029 1726888221.98015: Calling all_inventory to load vars for managed_node3 138029 1726888221.98018: Calling groups_inventory to load vars for managed_node3 138029 1726888221.98022: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888221.98035: Calling all_plugins_play to load vars for managed_node3 138029 1726888221.98039: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888221.98043: Calling groups_plugins_play to load vars for managed_node3 138029 1726888221.98843: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888221.99634: done with get_vars() 138029 1726888221.99650: done getting variables 138029 1726888221.99773: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:21 -0400 (0:00:00.064) 0:03:54.721 ****** 138029 1726888221.99817: entering _queue_task() for managed_node3/set_fact 138029 1726888222.00217: worker is 1 (out of 1 available) 138029 1726888222.00231: exiting _queue_task() for managed_node3/set_fact 138029 1726888222.00373: done queuing things up, now waiting for results queue to drain 138029 1726888222.00375: waiting for pending results... 138029 1726888222.00819: running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values 138029 1726888222.00824: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003319 138029 1726888222.00827: variable 'ansible_search_path' from source: unknown 138029 1726888222.00871: calling self._execute() 138029 1726888222.01037: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.01051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.01073: variable 'omit' from source: magic vars 138029 1726888222.01485: variable 'storage_test_volume' from source: include params 138029 1726888222.01510: Evaluated conditional (storage_test_volume.thin): False 138029 1726888222.01514: when evaluation is False, skipping this task 138029 1726888222.01517: _execute() done 138029 1726888222.01520: dumping result to json 138029 1726888222.01525: done dumping result, returning 138029 1726888222.01537: done running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values [0affc8a3-6f6f-5a58-73a2-000000003319] 138029 1726888222.01540: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003319 138029 1726888222.01679: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003319 138029 1726888222.01682: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888222.01750: no more pending results, returning what we have 138029 1726888222.01753: results queue empty 138029 1726888222.01754: checking for any_errors_fatal 138029 1726888222.01770: done checking for any_errors_fatal 138029 1726888222.01771: checking for max_fail_percentage 138029 1726888222.01772: done checking for max_fail_percentage 138029 1726888222.01773: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.01774: done checking to see if all hosts have failed 138029 1726888222.01775: getting the remaining hosts for this loop 138029 1726888222.01777: done getting the remaining hosts for this loop 138029 1726888222.01780: getting the next task for host managed_node3 138029 1726888222.01788: done getting next task for host managed_node3 138029 1726888222.01793: ^ task is: TASK: Default minimal thin pool reserved space size 138029 1726888222.01800: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.01804: getting variables 138029 1726888222.01805: in VariableManager get_vars() 138029 1726888222.01837: Calling all_inventory to load vars for managed_node3 138029 1726888222.01839: Calling groups_inventory to load vars for managed_node3 138029 1726888222.01842: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.01851: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.01854: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.01882: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.02241: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.02612: done with get_vars() 138029 1726888222.02625: 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:10:22 -0400 (0:00:00.028) 0:03:54.750 ****** 138029 1726888222.02689: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888222.02922: worker is 1 (out of 1 available) 138029 1726888222.02935: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888222.02946: done queuing things up, now waiting for results queue to drain 138029 1726888222.02948: waiting for pending results... 138029 1726888222.03156: running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size 138029 1726888222.03252: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000331a 138029 1726888222.03263: variable 'ansible_search_path' from source: unknown 138029 1726888222.03297: calling self._execute() 138029 1726888222.03405: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.03409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.03419: variable 'omit' from source: magic vars 138029 1726888222.03768: variable 'storage_test_volume' from source: include params 138029 1726888222.03773: Evaluated conditional (storage_test_volume.thin): False 138029 1726888222.03776: when evaluation is False, skipping this task 138029 1726888222.03779: _execute() done 138029 1726888222.03781: dumping result to json 138029 1726888222.03784: done dumping result, returning 138029 1726888222.03787: done running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-00000000331a] 138029 1726888222.03789: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000331a 138029 1726888222.03944: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000331a 138029 1726888222.03947: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888222.04025: no more pending results, returning what we have 138029 1726888222.04028: results queue empty 138029 1726888222.04028: checking for any_errors_fatal 138029 1726888222.04036: done checking for any_errors_fatal 138029 1726888222.04037: checking for max_fail_percentage 138029 1726888222.04038: done checking for max_fail_percentage 138029 1726888222.04039: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.04039: done checking to see if all hosts have failed 138029 1726888222.04040: getting the remaining hosts for this loop 138029 1726888222.04041: done getting the remaining hosts for this loop 138029 1726888222.04045: getting the next task for host managed_node3 138029 1726888222.04052: done getting next task for host managed_node3 138029 1726888222.04057: ^ task is: TASK: Default maximal thin pool reserved space size 138029 1726888222.04064: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.04070: getting variables 138029 1726888222.04071: in VariableManager get_vars() 138029 1726888222.04105: Calling all_inventory to load vars for managed_node3 138029 1726888222.04108: Calling groups_inventory to load vars for managed_node3 138029 1726888222.04111: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.04124: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.04128: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.04134: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.05342: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.05963: done with get_vars() 138029 1726888222.05977: 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:10:22 -0400 (0:00:00.033) 0:03:54.784 ****** 138029 1726888222.06058: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888222.06401: worker is 1 (out of 1 available) 138029 1726888222.06417: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888222.06435: done queuing things up, now waiting for results queue to drain 138029 1726888222.06437: waiting for pending results... 138029 1726888222.06689: running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size 138029 1726888222.06831: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000331b 138029 1726888222.06848: variable 'ansible_search_path' from source: unknown 138029 1726888222.06878: calling self._execute() 138029 1726888222.07003: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.07013: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.07018: variable 'omit' from source: magic vars 138029 1726888222.07324: variable 'storage_test_volume' from source: include params 138029 1726888222.07350: Evaluated conditional (storage_test_volume.thin): False 138029 1726888222.07356: when evaluation is False, skipping this task 138029 1726888222.07360: _execute() done 138029 1726888222.07362: dumping result to json 138029 1726888222.07365: done dumping result, returning 138029 1726888222.07374: done running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-00000000331b] 138029 1726888222.07379: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000331b 138029 1726888222.07478: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000331b 138029 1726888222.07481: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888222.07537: no more pending results, returning what we have 138029 1726888222.07541: results queue empty 138029 1726888222.07542: checking for any_errors_fatal 138029 1726888222.07558: done checking for any_errors_fatal 138029 1726888222.07559: checking for max_fail_percentage 138029 1726888222.07560: done checking for max_fail_percentage 138029 1726888222.07561: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.07562: done checking to see if all hosts have failed 138029 1726888222.07563: getting the remaining hosts for this loop 138029 1726888222.07564: done getting the remaining hosts for this loop 138029 1726888222.07568: getting the next task for host managed_node3 138029 1726888222.07578: done getting next task for host managed_node3 138029 1726888222.07581: ^ task is: TASK: Calculate maximum usable space in thin pool 138029 1726888222.07588: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.07595: getting variables 138029 1726888222.07596: in VariableManager get_vars() 138029 1726888222.07628: Calling all_inventory to load vars for managed_node3 138029 1726888222.07631: Calling groups_inventory to load vars for managed_node3 138029 1726888222.07634: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.07644: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.07646: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.07649: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.08032: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.08539: done with get_vars() 138029 1726888222.08553: done getting variables 138029 1726888222.08607: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.025) 0:03:54.809 ****** 138029 1726888222.08633: entering _queue_task() for managed_node3/set_fact 138029 1726888222.08900: worker is 1 (out of 1 available) 138029 1726888222.08914: exiting _queue_task() for managed_node3/set_fact 138029 1726888222.08926: done queuing things up, now waiting for results queue to drain 138029 1726888222.08928: waiting for pending results... 138029 1726888222.09123: running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool 138029 1726888222.09236: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000331c 138029 1726888222.09249: variable 'ansible_search_path' from source: unknown 138029 1726888222.09281: calling self._execute() 138029 1726888222.09381: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.09386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.09396: variable 'omit' from source: magic vars 138029 1726888222.09726: variable 'storage_test_volume' from source: include params 138029 1726888222.09775: Evaluated conditional (storage_test_volume.thin): False 138029 1726888222.09779: when evaluation is False, skipping this task 138029 1726888222.09782: _execute() done 138029 1726888222.09787: dumping result to json 138029 1726888222.09790: done dumping result, returning 138029 1726888222.09793: done running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-5a58-73a2-00000000331c] 138029 1726888222.09824: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000331c skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888222.10012: no more pending results, returning what we have 138029 1726888222.10016: results queue empty 138029 1726888222.10017: checking for any_errors_fatal 138029 1726888222.10031: done checking for any_errors_fatal 138029 1726888222.10032: checking for max_fail_percentage 138029 1726888222.10034: done checking for max_fail_percentage 138029 1726888222.10035: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.10036: done checking to see if all hosts have failed 138029 1726888222.10036: getting the remaining hosts for this loop 138029 1726888222.10041: done getting the remaining hosts for this loop 138029 1726888222.10045: getting the next task for host managed_node3 138029 1726888222.10056: done getting next task for host managed_node3 138029 1726888222.10059: ^ task is: TASK: Apply upper size limit to max usable thin pool space 138029 1726888222.10070: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.10081: getting variables 138029 1726888222.10083: in VariableManager get_vars() 138029 1726888222.10127: Calling all_inventory to load vars for managed_node3 138029 1726888222.10130: Calling groups_inventory to load vars for managed_node3 138029 1726888222.10133: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.10147: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.10152: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.10209: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.10221: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000331c 138029 1726888222.10224: WORKER PROCESS EXITING 138029 1726888222.10829: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.11873: done with get_vars() 138029 1726888222.11889: done getting variables 138029 1726888222.11946: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.033) 0:03:54.843 ****** 138029 1726888222.11985: entering _queue_task() for managed_node3/set_fact 138029 1726888222.12475: worker is 1 (out of 1 available) 138029 1726888222.12486: exiting _queue_task() for managed_node3/set_fact 138029 1726888222.12497: done queuing things up, now waiting for results queue to drain 138029 1726888222.12501: waiting for pending results... 138029 1726888222.12687: running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space 138029 1726888222.12892: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000331d 138029 1726888222.12920: variable 'ansible_search_path' from source: unknown 138029 1726888222.12970: calling self._execute() 138029 1726888222.13122: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.13137: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.13154: variable 'omit' from source: magic vars 138029 1726888222.13561: variable 'storage_test_volume' from source: include params 138029 1726888222.13590: Evaluated conditional (storage_test_volume.thin): False 138029 1726888222.13594: when evaluation is False, skipping this task 138029 1726888222.13596: _execute() done 138029 1726888222.13599: dumping result to json 138029 1726888222.13604: done dumping result, returning 138029 1726888222.13617: done running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-00000000331d] 138029 1726888222.13636: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000331d 138029 1726888222.13749: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000331d 138029 1726888222.13751: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888222.13813: no more pending results, returning what we have 138029 1726888222.13817: results queue empty 138029 1726888222.13818: checking for any_errors_fatal 138029 1726888222.13826: done checking for any_errors_fatal 138029 1726888222.13827: checking for max_fail_percentage 138029 1726888222.13828: done checking for max_fail_percentage 138029 1726888222.13829: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.13830: done checking to see if all hosts have failed 138029 1726888222.13831: getting the remaining hosts for this loop 138029 1726888222.13833: done getting the remaining hosts for this loop 138029 1726888222.13836: getting the next task for host managed_node3 138029 1726888222.13846: done getting next task for host managed_node3 138029 1726888222.13848: ^ task is: TASK: Apply lower size limit to max usable thin pool space 138029 1726888222.13858: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.13895: getting variables 138029 1726888222.13897: in VariableManager get_vars() 138029 1726888222.14050: Calling all_inventory to load vars for managed_node3 138029 1726888222.14053: Calling groups_inventory to load vars for managed_node3 138029 1726888222.14108: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.14120: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.14123: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.14125: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.14854: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.15547: done with get_vars() 138029 1726888222.15571: done getting variables 138029 1726888222.15645: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.037) 0:03:54.880 ****** 138029 1726888222.15690: entering _queue_task() for managed_node3/set_fact 138029 1726888222.16045: worker is 1 (out of 1 available) 138029 1726888222.16060: exiting _queue_task() for managed_node3/set_fact 138029 1726888222.16072: done queuing things up, now waiting for results queue to drain 138029 1726888222.16074: waiting for pending results... 138029 1726888222.16318: running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space 138029 1726888222.16441: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000331e 138029 1726888222.16474: variable 'ansible_search_path' from source: unknown 138029 1726888222.16501: calling self._execute() 138029 1726888222.16671: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.16675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.16683: variable 'omit' from source: magic vars 138029 1726888222.17091: variable 'storage_test_volume' from source: include params 138029 1726888222.17133: Evaluated conditional (storage_test_volume.thin): False 138029 1726888222.17137: when evaluation is False, skipping this task 138029 1726888222.17140: _execute() done 138029 1726888222.17142: dumping result to json 138029 1726888222.17145: done dumping result, returning 138029 1726888222.17147: done running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-00000000331e] 138029 1726888222.17150: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000331e 138029 1726888222.17365: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000331e 138029 1726888222.17369: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888222.17429: no more pending results, returning what we have 138029 1726888222.17432: results queue empty 138029 1726888222.17434: checking for any_errors_fatal 138029 1726888222.17446: done checking for any_errors_fatal 138029 1726888222.17447: checking for max_fail_percentage 138029 1726888222.17448: done checking for max_fail_percentage 138029 1726888222.17449: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.17450: done checking to see if all hosts have failed 138029 1726888222.17451: getting the remaining hosts for this loop 138029 1726888222.17453: done getting the remaining hosts for this loop 138029 1726888222.17458: getting the next task for host managed_node3 138029 1726888222.17479: done getting next task for host managed_node3 138029 1726888222.17481: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 138029 1726888222.17491: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.17499: getting variables 138029 1726888222.17501: in VariableManager get_vars() 138029 1726888222.17537: Calling all_inventory to load vars for managed_node3 138029 1726888222.17540: Calling groups_inventory to load vars for managed_node3 138029 1726888222.17543: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.17557: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.17560: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.17563: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.18139: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.18594: done with get_vars() 138029 1726888222.18605: 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:10:22 -0400 (0:00:00.029) 0:03:54.910 ****** 138029 1726888222.18684: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888222.18969: worker is 1 (out of 1 available) 138029 1726888222.18982: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888222.18994: done queuing things up, now waiting for results queue to drain 138029 1726888222.18996: waiting for pending results... 138029 1726888222.19240: running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size 138029 1726888222.19391: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000331f 138029 1726888222.19396: variable 'ansible_search_path' from source: unknown 138029 1726888222.19420: calling self._execute() 138029 1726888222.19579: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.19605: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.19610: variable 'omit' from source: magic vars 138029 1726888222.19925: variable 'storage_test_volume' from source: include params 138029 1726888222.19971: Evaluated conditional (storage_test_volume.thin): False 138029 1726888222.19975: when evaluation is False, skipping this task 138029 1726888222.19978: _execute() done 138029 1726888222.19980: dumping result to json 138029 1726888222.19983: done dumping result, returning 138029 1726888222.19985: done running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-5a58-73a2-00000000331f] 138029 1726888222.20013: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000331f 138029 1726888222.20125: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000331f 138029 1726888222.20128: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888222.20208: no more pending results, returning what we have 138029 1726888222.20211: results queue empty 138029 1726888222.20212: checking for any_errors_fatal 138029 1726888222.20228: done checking for any_errors_fatal 138029 1726888222.20229: checking for max_fail_percentage 138029 1726888222.20231: done checking for max_fail_percentage 138029 1726888222.20232: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.20233: done checking to see if all hosts have failed 138029 1726888222.20233: getting the remaining hosts for this loop 138029 1726888222.20235: done getting the remaining hosts for this loop 138029 1726888222.20238: getting the next task for host managed_node3 138029 1726888222.20246: done getting next task for host managed_node3 138029 1726888222.20249: ^ task is: TASK: Show max thin pool size 138029 1726888222.20308: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.20353: getting variables 138029 1726888222.20357: in VariableManager get_vars() 138029 1726888222.20385: Calling all_inventory to load vars for managed_node3 138029 1726888222.20388: Calling groups_inventory to load vars for managed_node3 138029 1726888222.20391: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.20398: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.20400: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.20402: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.20805: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.21217: done with get_vars() 138029 1726888222.21227: done getting variables 138029 1726888222.21273: 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:10:22 -0400 (0:00:00.026) 0:03:54.936 ****** 138029 1726888222.21299: entering _queue_task() for managed_node3/debug 138029 1726888222.21537: worker is 1 (out of 1 available) 138029 1726888222.21550: exiting _queue_task() for managed_node3/debug 138029 1726888222.21564: done queuing things up, now waiting for results queue to drain 138029 1726888222.21569: waiting for pending results... 138029 1726888222.21779: running TaskExecutor() for managed_node3/TASK: Show max thin pool size 138029 1726888222.21923: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003320 138029 1726888222.21942: variable 'ansible_search_path' from source: unknown 138029 1726888222.21968: calling self._execute() 138029 1726888222.22146: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.22150: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.22154: variable 'omit' from source: magic vars 138029 1726888222.22579: variable 'storage_test_volume' from source: include params 138029 1726888222.22640: Evaluated conditional (storage_test_volume.thin): False 138029 1726888222.22644: when evaluation is False, skipping this task 138029 1726888222.22647: _execute() done 138029 1726888222.22657: dumping result to json 138029 1726888222.22660: done dumping result, returning 138029 1726888222.22663: done running TaskExecutor() for managed_node3/TASK: Show max thin pool size [0affc8a3-6f6f-5a58-73a2-000000003320] 138029 1726888222.22665: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003320 138029 1726888222.22808: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003320 138029 1726888222.22813: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888222.22879: no more pending results, returning what we have 138029 1726888222.22883: results queue empty 138029 1726888222.22884: checking for any_errors_fatal 138029 1726888222.22895: done checking for any_errors_fatal 138029 1726888222.22896: checking for max_fail_percentage 138029 1726888222.22897: done checking for max_fail_percentage 138029 1726888222.22899: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.22900: done checking to see if all hosts have failed 138029 1726888222.22904: getting the remaining hosts for this loop 138029 1726888222.22906: done getting the remaining hosts for this loop 138029 1726888222.22910: getting the next task for host managed_node3 138029 1726888222.22930: done getting next task for host managed_node3 138029 1726888222.22933: ^ task is: TASK: Show volume thin pool size 138029 1726888222.22944: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.22951: getting variables 138029 1726888222.22953: in VariableManager get_vars() 138029 1726888222.22996: Calling all_inventory to load vars for managed_node3 138029 1726888222.22999: Calling groups_inventory to load vars for managed_node3 138029 1726888222.23003: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.23018: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.23027: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.23032: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.23545: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.24147: done with get_vars() 138029 1726888222.24171: done getting variables 138029 1726888222.24228: 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:10:22 -0400 (0:00:00.029) 0:03:54.966 ****** 138029 1726888222.24252: entering _queue_task() for managed_node3/debug 138029 1726888222.24520: worker is 1 (out of 1 available) 138029 1726888222.24534: exiting _queue_task() for managed_node3/debug 138029 1726888222.24546: done queuing things up, now waiting for results queue to drain 138029 1726888222.24548: waiting for pending results... 138029 1726888222.24813: running TaskExecutor() for managed_node3/TASK: Show volume thin pool size 138029 1726888222.25071: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003321 138029 1726888222.25075: variable 'ansible_search_path' from source: unknown 138029 1726888222.25080: calling self._execute() 138029 1726888222.25212: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.25216: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.25225: variable 'omit' from source: magic vars 138029 1726888222.25675: variable 'storage_test_volume' from source: include params 138029 1726888222.25709: Evaluated conditional (storage_test_volume.thin): False 138029 1726888222.25713: when evaluation is False, skipping this task 138029 1726888222.25716: _execute() done 138029 1726888222.25718: dumping result to json 138029 1726888222.25780: done dumping result, returning 138029 1726888222.25783: done running TaskExecutor() for managed_node3/TASK: Show volume thin pool size [0affc8a3-6f6f-5a58-73a2-000000003321] 138029 1726888222.25786: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003321 138029 1726888222.25870: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003321 138029 1726888222.25873: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888222.25931: no more pending results, returning what we have 138029 1726888222.25935: results queue empty 138029 1726888222.25936: checking for any_errors_fatal 138029 1726888222.25946: done checking for any_errors_fatal 138029 1726888222.25947: checking for max_fail_percentage 138029 1726888222.25949: done checking for max_fail_percentage 138029 1726888222.25950: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.25951: done checking to see if all hosts have failed 138029 1726888222.25952: getting the remaining hosts for this loop 138029 1726888222.25954: done getting the remaining hosts for this loop 138029 1726888222.25959: getting the next task for host managed_node3 138029 1726888222.25969: done getting next task for host managed_node3 138029 1726888222.25976: ^ task is: TASK: Show test volume size 138029 1726888222.25984: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.25990: getting variables 138029 1726888222.25992: in VariableManager get_vars() 138029 1726888222.26027: Calling all_inventory to load vars for managed_node3 138029 1726888222.26036: Calling groups_inventory to load vars for managed_node3 138029 1726888222.26040: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.26053: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.26057: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.26060: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.26556: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.27016: done with get_vars() 138029 1726888222.27027: done getting variables 138029 1726888222.27072: 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:10:22 -0400 (0:00:00.028) 0:03:54.994 ****** 138029 1726888222.27110: entering _queue_task() for managed_node3/debug 138029 1726888222.27376: worker is 1 (out of 1 available) 138029 1726888222.27389: exiting _queue_task() for managed_node3/debug 138029 1726888222.27401: done queuing things up, now waiting for results queue to drain 138029 1726888222.27403: waiting for pending results... 138029 1726888222.27642: running TaskExecutor() for managed_node3/TASK: Show test volume size 138029 1726888222.27789: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003322 138029 1726888222.27793: variable 'ansible_search_path' from source: unknown 138029 1726888222.27826: calling self._execute() 138029 1726888222.27945: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.27949: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.27953: variable 'omit' from source: magic vars 138029 1726888222.28264: variable 'storage_test_volume' from source: include params 138029 1726888222.28290: Evaluated conditional (storage_test_volume.thin): False 138029 1726888222.28293: when evaluation is False, skipping this task 138029 1726888222.28296: _execute() done 138029 1726888222.28299: dumping result to json 138029 1726888222.28302: done dumping result, returning 138029 1726888222.28309: done running TaskExecutor() for managed_node3/TASK: Show test volume size [0affc8a3-6f6f-5a58-73a2-000000003322] 138029 1726888222.28312: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003322 138029 1726888222.28407: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003322 138029 1726888222.28410: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888222.28483: no more pending results, returning what we have 138029 1726888222.28486: results queue empty 138029 1726888222.28487: checking for any_errors_fatal 138029 1726888222.28496: done checking for any_errors_fatal 138029 1726888222.28497: checking for max_fail_percentage 138029 1726888222.28499: done checking for max_fail_percentage 138029 1726888222.28500: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.28501: done checking to see if all hosts have failed 138029 1726888222.28502: getting the remaining hosts for this loop 138029 1726888222.28503: done getting the remaining hosts for this loop 138029 1726888222.28507: getting the next task for host managed_node3 138029 1726888222.28535: done getting next task for host managed_node3 138029 1726888222.28537: ^ task is: TASK: Establish base value for expected thin pool size 138029 1726888222.28543: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.28547: getting variables 138029 1726888222.28549: in VariableManager get_vars() 138029 1726888222.28595: Calling all_inventory to load vars for managed_node3 138029 1726888222.28597: Calling groups_inventory to load vars for managed_node3 138029 1726888222.28600: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.28609: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.28612: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.28614: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.28958: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.29624: done with get_vars() 138029 1726888222.29633: done getting variables 138029 1726888222.29679: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.026) 0:03:55.020 ****** 138029 1726888222.29703: entering _queue_task() for managed_node3/set_fact 138029 1726888222.29927: worker is 1 (out of 1 available) 138029 1726888222.29941: exiting _queue_task() for managed_node3/set_fact 138029 1726888222.29954: done queuing things up, now waiting for results queue to drain 138029 1726888222.29958: waiting for pending results... 138029 1726888222.30203: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size 138029 1726888222.30368: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003323 138029 1726888222.30373: variable 'ansible_search_path' from source: unknown 138029 1726888222.30398: calling self._execute() 138029 1726888222.30515: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.30519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.30523: variable 'omit' from source: magic vars 138029 1726888222.30846: variable 'storage_test_volume' from source: include params 138029 1726888222.30876: Evaluated conditional (storage_test_volume.thin): False 138029 1726888222.30880: when evaluation is False, skipping this task 138029 1726888222.30882: _execute() done 138029 1726888222.30885: dumping result to json 138029 1726888222.30890: done dumping result, returning 138029 1726888222.30893: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-5a58-73a2-000000003323] 138029 1726888222.30905: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003323 138029 1726888222.31022: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003323 138029 1726888222.31026: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888222.31078: no more pending results, returning what we have 138029 1726888222.31081: results queue empty 138029 1726888222.31082: checking for any_errors_fatal 138029 1726888222.31093: done checking for any_errors_fatal 138029 1726888222.31093: checking for max_fail_percentage 138029 1726888222.31095: done checking for max_fail_percentage 138029 1726888222.31096: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.31097: done checking to see if all hosts have failed 138029 1726888222.31097: getting the remaining hosts for this loop 138029 1726888222.31099: done getting the remaining hosts for this loop 138029 1726888222.31102: getting the next task for host managed_node3 138029 1726888222.31114: done getting next task for host managed_node3 138029 1726888222.31116: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888222.31123: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.31127: getting variables 138029 1726888222.31128: in VariableManager get_vars() 138029 1726888222.31162: Calling all_inventory to load vars for managed_node3 138029 1726888222.31165: Calling groups_inventory to load vars for managed_node3 138029 1726888222.31170: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.31179: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.31182: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.31184: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.31571: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.32026: done with get_vars() 138029 1726888222.32041: done getting variables 138029 1726888222.32094: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.024) 0:03:55.044 ****** 138029 1726888222.32119: entering _queue_task() for managed_node3/set_fact 138029 1726888222.32370: worker is 1 (out of 1 available) 138029 1726888222.32382: exiting _queue_task() for managed_node3/set_fact 138029 1726888222.32395: done queuing things up, now waiting for results queue to drain 138029 1726888222.32397: waiting for pending results... 138029 1726888222.32657: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888222.32776: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003324 138029 1726888222.32796: variable 'ansible_search_path' from source: unknown 138029 1726888222.32829: calling self._execute() 138029 1726888222.32943: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.32948: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.32973: variable 'omit' from source: magic vars 138029 1726888222.33290: variable 'storage_test_volume' from source: include params 138029 1726888222.33331: Evaluated conditional (storage_test_volume.thin): False 138029 1726888222.33335: when evaluation is False, skipping this task 138029 1726888222.33338: _execute() done 138029 1726888222.33369: dumping result to json 138029 1726888222.33373: done dumping result, returning 138029 1726888222.33377: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-000000003324] 138029 1726888222.33379: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003324 138029 1726888222.33469: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003324 138029 1726888222.33472: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888222.33539: no more pending results, returning what we have 138029 1726888222.33542: results queue empty 138029 1726888222.33544: checking for any_errors_fatal 138029 1726888222.33554: done checking for any_errors_fatal 138029 1726888222.33557: checking for max_fail_percentage 138029 1726888222.33562: done checking for max_fail_percentage 138029 1726888222.33563: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.33563: done checking to see if all hosts have failed 138029 1726888222.33564: getting the remaining hosts for this loop 138029 1726888222.33567: done getting the remaining hosts for this loop 138029 1726888222.33571: getting the next task for host managed_node3 138029 1726888222.33580: done getting next task for host managed_node3 138029 1726888222.33582: ^ task is: TASK: Establish base value for expected thin pool volume size 138029 1726888222.33591: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.33594: getting variables 138029 1726888222.33596: in VariableManager get_vars() 138029 1726888222.33623: Calling all_inventory to load vars for managed_node3 138029 1726888222.33626: Calling groups_inventory to load vars for managed_node3 138029 1726888222.33628: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.33637: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.33640: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.33642: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.34041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.34418: done with get_vars() 138029 1726888222.34430: done getting variables 138029 1726888222.34477: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.023) 0:03:55.068 ****** 138029 1726888222.34501: entering _queue_task() for managed_node3/set_fact 138029 1726888222.34741: worker is 1 (out of 1 available) 138029 1726888222.34757: exiting _queue_task() for managed_node3/set_fact 138029 1726888222.34769: done queuing things up, now waiting for results queue to drain 138029 1726888222.34771: waiting for pending results... 138029 1726888222.35028: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size 138029 1726888222.35158: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003325 138029 1726888222.35174: variable 'ansible_search_path' from source: unknown 138029 1726888222.35208: calling self._execute() 138029 1726888222.35313: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.35317: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.35327: variable 'omit' from source: magic vars 138029 1726888222.35613: variable 'storage_test_volume' from source: include params 138029 1726888222.35636: Evaluated conditional (storage_test_volume.thin): False 138029 1726888222.35640: when evaluation is False, skipping this task 138029 1726888222.35643: _execute() done 138029 1726888222.35646: dumping result to json 138029 1726888222.35649: done dumping result, returning 138029 1726888222.35657: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-5a58-73a2-000000003325] 138029 1726888222.35662: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003325 138029 1726888222.35759: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003325 138029 1726888222.35762: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888222.35827: no more pending results, returning what we have 138029 1726888222.35831: results queue empty 138029 1726888222.35832: checking for any_errors_fatal 138029 1726888222.35839: done checking for any_errors_fatal 138029 1726888222.35840: checking for max_fail_percentage 138029 1726888222.35841: done checking for max_fail_percentage 138029 1726888222.35842: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.35843: done checking to see if all hosts have failed 138029 1726888222.35844: getting the remaining hosts for this loop 138029 1726888222.35845: done getting the remaining hosts for this loop 138029 1726888222.35848: getting the next task for host managed_node3 138029 1726888222.35858: done getting next task for host managed_node3 138029 1726888222.35861: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888222.35870: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.35873: getting variables 138029 1726888222.35875: in VariableManager get_vars() 138029 1726888222.35905: Calling all_inventory to load vars for managed_node3 138029 1726888222.35908: Calling groups_inventory to load vars for managed_node3 138029 1726888222.35911: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.35920: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.35922: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.35925: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.36275: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.36635: done with get_vars() 138029 1726888222.36646: done getting variables 138029 1726888222.36691: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.022) 0:03:55.090 ****** 138029 1726888222.36713: entering _queue_task() for managed_node3/set_fact 138029 1726888222.36926: worker is 1 (out of 1 available) 138029 1726888222.36938: exiting _queue_task() for managed_node3/set_fact 138029 1726888222.36950: done queuing things up, now waiting for results queue to drain 138029 1726888222.36952: waiting for pending results... 138029 1726888222.37154: running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888222.37261: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003326 138029 1726888222.37275: variable 'ansible_search_path' from source: unknown 138029 1726888222.37306: calling self._execute() 138029 1726888222.37408: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.37414: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.37423: variable 'omit' from source: magic vars 138029 1726888222.37710: variable 'storage_test_volume' from source: include params 138029 1726888222.37738: Evaluated conditional (storage_test_volume.thin): False 138029 1726888222.37741: when evaluation is False, skipping this task 138029 1726888222.37744: _execute() done 138029 1726888222.37746: dumping result to json 138029 1726888222.37749: done dumping result, returning 138029 1726888222.37757: done running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-5a58-73a2-000000003326] 138029 1726888222.37763: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003326 138029 1726888222.37863: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003326 138029 1726888222.37866: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888222.37915: no more pending results, returning what we have 138029 1726888222.37919: results queue empty 138029 1726888222.37919: checking for any_errors_fatal 138029 1726888222.37932: done checking for any_errors_fatal 138029 1726888222.37933: checking for max_fail_percentage 138029 1726888222.37935: done checking for max_fail_percentage 138029 1726888222.37936: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.37937: done checking to see if all hosts have failed 138029 1726888222.37937: getting the remaining hosts for this loop 138029 1726888222.37939: done getting the remaining hosts for this loop 138029 1726888222.37942: getting the next task for host managed_node3 138029 1726888222.37950: done getting next task for host managed_node3 138029 1726888222.37952: ^ task is: TASK: Replace expected volume size with calculated value 138029 1726888222.37961: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.37965: getting variables 138029 1726888222.37966: in VariableManager get_vars() 138029 1726888222.37999: Calling all_inventory to load vars for managed_node3 138029 1726888222.38001: Calling groups_inventory to load vars for managed_node3 138029 1726888222.38004: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.38014: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.38016: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.38018: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.38380: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.38735: done with get_vars() 138029 1726888222.38745: done getting variables 138029 1726888222.38788: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.020) 0:03:55.111 ****** 138029 1726888222.38811: entering _queue_task() for managed_node3/set_fact 138029 1726888222.39025: worker is 1 (out of 1 available) 138029 1726888222.39039: exiting _queue_task() for managed_node3/set_fact 138029 1726888222.39051: done queuing things up, now waiting for results queue to drain 138029 1726888222.39054: waiting for pending results... 138029 1726888222.39246: running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value 138029 1726888222.39345: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003327 138029 1726888222.39358: variable 'ansible_search_path' from source: unknown 138029 1726888222.39392: calling self._execute() 138029 1726888222.39494: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.39498: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.39512: variable 'omit' from source: magic vars 138029 1726888222.39793: variable 'storage_test_volume' from source: include params 138029 1726888222.39817: Evaluated conditional (storage_test_volume.thin): False 138029 1726888222.39820: when evaluation is False, skipping this task 138029 1726888222.39823: _execute() done 138029 1726888222.39826: dumping result to json 138029 1726888222.39830: done dumping result, returning 138029 1726888222.39842: done running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-5a58-73a2-000000003327] 138029 1726888222.39845: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003327 138029 1726888222.39939: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003327 138029 1726888222.39944: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888222.39992: no more pending results, returning what we have 138029 1726888222.39996: results queue empty 138029 1726888222.39997: checking for any_errors_fatal 138029 1726888222.40009: done checking for any_errors_fatal 138029 1726888222.40010: checking for max_fail_percentage 138029 1726888222.40011: done checking for max_fail_percentage 138029 1726888222.40012: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.40013: done checking to see if all hosts have failed 138029 1726888222.40013: getting the remaining hosts for this loop 138029 1726888222.40015: done getting the remaining hosts for this loop 138029 1726888222.40018: getting the next task for host managed_node3 138029 1726888222.40028: done getting next task for host managed_node3 138029 1726888222.40030: ^ task is: TASK: Show actual size 138029 1726888222.40037: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.40041: getting variables 138029 1726888222.40042: in VariableManager get_vars() 138029 1726888222.40079: Calling all_inventory to load vars for managed_node3 138029 1726888222.40082: Calling groups_inventory to load vars for managed_node3 138029 1726888222.40085: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.40094: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.40096: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.40098: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.40442: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.40790: done with get_vars() 138029 1726888222.40800: done getting variables 138029 1726888222.40843: 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:10:22 -0400 (0:00:00.020) 0:03:55.132 ****** 138029 1726888222.40870: entering _queue_task() for managed_node3/debug 138029 1726888222.41086: worker is 1 (out of 1 available) 138029 1726888222.41100: exiting _queue_task() for managed_node3/debug 138029 1726888222.41112: done queuing things up, now waiting for results queue to drain 138029 1726888222.41114: waiting for pending results... 138029 1726888222.41306: running TaskExecutor() for managed_node3/TASK: Show actual size 138029 1726888222.41399: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003329 138029 1726888222.41412: variable 'ansible_search_path' from source: unknown 138029 1726888222.41439: calling self._execute() 138029 1726888222.41541: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.41544: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.41557: variable 'omit' from source: magic vars 138029 1726888222.41643: variable 'omit' from source: magic vars 138029 1726888222.41699: variable 'omit' from source: magic vars 138029 1726888222.41723: variable 'omit' from source: magic vars 138029 1726888222.41759: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888222.41795: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888222.41812: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888222.41826: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888222.41836: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888222.41850: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888222.41864: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888222.41893: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888222.41898: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.41901: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.41984: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888222.41988: Set connection var ansible_timeout to 10 138029 1726888222.41993: Set connection var ansible_pipelining to False 138029 1726888222.42000: Set connection var ansible_shell_type to sh 138029 1726888222.42003: Set connection var ansible_connection to ssh 138029 1726888222.42005: Set connection var ansible_shell_executable to /bin/sh 138029 1726888222.42028: variable 'ansible_shell_executable' from source: unknown 138029 1726888222.42031: variable 'ansible_connection' from source: unknown 138029 1726888222.42033: variable 'ansible_module_compression' from source: unknown 138029 1726888222.42036: variable 'ansible_shell_type' from source: unknown 138029 1726888222.42038: variable 'ansible_shell_executable' from source: unknown 138029 1726888222.42040: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.42046: variable 'ansible_pipelining' from source: unknown 138029 1726888222.42048: variable 'ansible_timeout' from source: unknown 138029 1726888222.42053: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.42165: 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) 138029 1726888222.42178: variable 'omit' from source: magic vars 138029 1726888222.42181: starting attempt loop 138029 1726888222.42184: running the handler 138029 1726888222.42225: variable 'storage_test_actual_size' from source: set_fact 138029 1726888222.42373: variable 'storage_test_actual_size' from source: set_fact 138029 1726888222.42421: handler run complete 138029 1726888222.42439: attempt loop complete, returning result 138029 1726888222.42442: _execute() done 138029 1726888222.42447: dumping result to json 138029 1726888222.42449: done dumping result, returning 138029 1726888222.42461: done running TaskExecutor() for managed_node3/TASK: Show actual size [0affc8a3-6f6f-5a58-73a2-000000003329] 138029 1726888222.42464: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003329 138029 1726888222.42550: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003329 138029 1726888222.42553: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } 138029 1726888222.42614: no more pending results, returning what we have 138029 1726888222.42618: results queue empty 138029 1726888222.42619: checking for any_errors_fatal 138029 1726888222.42630: done checking for any_errors_fatal 138029 1726888222.42631: checking for max_fail_percentage 138029 1726888222.42633: done checking for max_fail_percentage 138029 1726888222.42634: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.42635: done checking to see if all hosts have failed 138029 1726888222.42635: getting the remaining hosts for this loop 138029 1726888222.42637: done getting the remaining hosts for this loop 138029 1726888222.42640: getting the next task for host managed_node3 138029 1726888222.42649: done getting next task for host managed_node3 138029 1726888222.42651: ^ task is: TASK: Show expected size 138029 1726888222.42660: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.42665: getting variables 138029 1726888222.42667: in VariableManager get_vars() 138029 1726888222.42698: Calling all_inventory to load vars for managed_node3 138029 1726888222.42701: Calling groups_inventory to load vars for managed_node3 138029 1726888222.42704: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.42713: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.42715: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.42718: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.43071: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.43721: done with get_vars() 138029 1726888222.43731: done getting variables 138029 1726888222.43777: 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:10:22 -0400 (0:00:00.029) 0:03:55.161 ****** 138029 1726888222.43799: entering _queue_task() for managed_node3/debug 138029 1726888222.44007: worker is 1 (out of 1 available) 138029 1726888222.44021: exiting _queue_task() for managed_node3/debug 138029 1726888222.44034: done queuing things up, now waiting for results queue to drain 138029 1726888222.44035: waiting for pending results... 138029 1726888222.44231: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888222.44333: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000332a 138029 1726888222.44346: variable 'ansible_search_path' from source: unknown 138029 1726888222.44380: calling self._execute() 138029 1726888222.44479: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.44486: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.44493: variable 'omit' from source: magic vars 138029 1726888222.44590: variable 'omit' from source: magic vars 138029 1726888222.44644: variable 'omit' from source: magic vars 138029 1726888222.44674: variable 'omit' from source: magic vars 138029 1726888222.44712: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888222.44746: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888222.44765: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888222.44784: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888222.44794: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888222.44809: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888222.44822: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888222.44850: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888222.44854: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.44858: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.44944: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888222.44948: Set connection var ansible_timeout to 10 138029 1726888222.44953: Set connection var ansible_pipelining to False 138029 1726888222.44957: Set connection var ansible_shell_type to sh 138029 1726888222.44960: Set connection var ansible_connection to ssh 138029 1726888222.44965: Set connection var ansible_shell_executable to /bin/sh 138029 1726888222.44988: variable 'ansible_shell_executable' from source: unknown 138029 1726888222.44991: variable 'ansible_connection' from source: unknown 138029 1726888222.44993: variable 'ansible_module_compression' from source: unknown 138029 1726888222.44996: variable 'ansible_shell_type' from source: unknown 138029 1726888222.44998: variable 'ansible_shell_executable' from source: unknown 138029 1726888222.45000: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.45004: variable 'ansible_pipelining' from source: unknown 138029 1726888222.45007: variable 'ansible_timeout' from source: unknown 138029 1726888222.45011: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.45123: 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) 138029 1726888222.45133: variable 'omit' from source: magic vars 138029 1726888222.45139: starting attempt loop 138029 1726888222.45142: running the handler 138029 1726888222.45191: variable 'storage_test_expected_size' from source: set_fact 138029 1726888222.45343: variable 'storage_test_expected_size' from source: set_fact 138029 1726888222.45370: handler run complete 138029 1726888222.45386: attempt loop complete, returning result 138029 1726888222.45390: _execute() done 138029 1726888222.45392: dumping result to json 138029 1726888222.45395: done dumping result, returning 138029 1726888222.45400: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-00000000332a] 138029 1726888222.45405: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000332a 138029 1726888222.45502: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000332a 138029 1726888222.45505: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } 138029 1726888222.45554: no more pending results, returning what we have 138029 1726888222.45560: results queue empty 138029 1726888222.45561: checking for any_errors_fatal 138029 1726888222.45574: done checking for any_errors_fatal 138029 1726888222.45575: checking for max_fail_percentage 138029 1726888222.45577: done checking for max_fail_percentage 138029 1726888222.45577: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.45578: done checking to see if all hosts have failed 138029 1726888222.45579: getting the remaining hosts for this loop 138029 1726888222.45582: done getting the remaining hosts for this loop 138029 1726888222.45586: getting the next task for host managed_node3 138029 1726888222.45595: done getting next task for host managed_node3 138029 1726888222.45597: ^ task is: TASK: Assert expected size is actual size 138029 1726888222.45604: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.45608: getting variables 138029 1726888222.45610: in VariableManager get_vars() 138029 1726888222.45643: Calling all_inventory to load vars for managed_node3 138029 1726888222.45645: Calling groups_inventory to load vars for managed_node3 138029 1726888222.45648: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.45659: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.45662: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.45665: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.46041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.46410: done with get_vars() 138029 1726888222.46425: done getting variables 138029 1726888222.46469: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.026) 0:03:55.188 ****** 138029 1726888222.46497: entering _queue_task() for managed_node3/assert 138029 1726888222.46716: worker is 1 (out of 1 available) 138029 1726888222.46729: exiting _queue_task() for managed_node3/assert 138029 1726888222.46741: done queuing things up, now waiting for results queue to drain 138029 1726888222.46743: waiting for pending results... 138029 1726888222.46936: running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size 138029 1726888222.47033: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000332b 138029 1726888222.47045: variable 'ansible_search_path' from source: unknown 138029 1726888222.47083: calling self._execute() 138029 1726888222.47177: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.47181: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.47195: variable 'omit' from source: magic vars 138029 1726888222.47489: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888222.49060: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888222.49117: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888222.49146: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888222.49175: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888222.49195: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888222.49317: variable '_storage_test_volume_present' from source: set_fact 138029 1726888222.49321: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888222.49323: when evaluation is False, skipping this task 138029 1726888222.49326: _execute() done 138029 1726888222.49328: dumping result to json 138029 1726888222.49330: done dumping result, returning 138029 1726888222.49332: done running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size [0affc8a3-6f6f-5a58-73a2-00000000332b] 138029 1726888222.49334: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000332b 138029 1726888222.49419: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000332b 138029 1726888222.49423: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888222.49478: no more pending results, returning what we have 138029 1726888222.49482: results queue empty 138029 1726888222.49483: checking for any_errors_fatal 138029 1726888222.49494: done checking for any_errors_fatal 138029 1726888222.49495: checking for max_fail_percentage 138029 1726888222.49497: done checking for max_fail_percentage 138029 1726888222.49498: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.49498: done checking to see if all hosts have failed 138029 1726888222.49499: getting the remaining hosts for this loop 138029 1726888222.49501: done getting the remaining hosts for this loop 138029 1726888222.49505: getting the next task for host managed_node3 138029 1726888222.49516: done getting next task for host managed_node3 138029 1726888222.49519: ^ task is: TASK: Get information about the LV 138029 1726888222.49526: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.49534: getting variables 138029 1726888222.49536: in VariableManager get_vars() 138029 1726888222.49573: Calling all_inventory to load vars for managed_node3 138029 1726888222.49576: Calling groups_inventory to load vars for managed_node3 138029 1726888222.49579: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.49589: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.49592: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.49594: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.50068: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.50534: done with get_vars() 138029 1726888222.50548: done getting variables 138029 1726888222.50642: 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:10:22 -0400 (0:00:00.041) 0:03:55.230 ****** 138029 1726888222.50688: entering _queue_task() for managed_node3/command 138029 1726888222.51177: worker is 1 (out of 1 available) 138029 1726888222.51208: exiting _queue_task() for managed_node3/command 138029 1726888222.51224: done queuing things up, now waiting for results queue to drain 138029 1726888222.51228: waiting for pending results... 138029 1726888222.51571: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888222.51777: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003332 138029 1726888222.51808: variable 'ansible_search_path' from source: unknown 138029 1726888222.51838: calling self._execute() 138029 1726888222.52015: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.52018: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.52022: variable 'omit' from source: magic vars 138029 1726888222.52374: variable 'storage_test_volume' from source: include params 138029 1726888222.52394: variable '_storage_test_volume_present' from source: set_fact 138029 1726888222.52406: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888222.52410: when evaluation is False, skipping this task 138029 1726888222.52413: _execute() done 138029 1726888222.52415: dumping result to json 138029 1726888222.52418: done dumping result, returning 138029 1726888222.52427: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-000000003332] 138029 1726888222.52430: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003332 138029 1726888222.52526: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003332 138029 1726888222.52529: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888222.52589: no more pending results, returning what we have 138029 1726888222.52593: results queue empty 138029 1726888222.52594: checking for any_errors_fatal 138029 1726888222.52605: done checking for any_errors_fatal 138029 1726888222.52605: checking for max_fail_percentage 138029 1726888222.52607: done checking for max_fail_percentage 138029 1726888222.52608: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.52609: done checking to see if all hosts have failed 138029 1726888222.52609: getting the remaining hosts for this loop 138029 1726888222.52611: done getting the remaining hosts for this loop 138029 1726888222.52615: getting the next task for host managed_node3 138029 1726888222.52624: done getting next task for host managed_node3 138029 1726888222.52626: ^ task is: TASK: Set LV segment type 138029 1726888222.52634: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.52638: getting variables 138029 1726888222.52639: in VariableManager get_vars() 138029 1726888222.52677: Calling all_inventory to load vars for managed_node3 138029 1726888222.52680: Calling groups_inventory to load vars for managed_node3 138029 1726888222.52683: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.52695: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.52698: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.52701: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.53295: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.53908: done with get_vars() 138029 1726888222.53922: done getting variables 138029 1726888222.53984: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.033) 0:03:55.263 ****** 138029 1726888222.54019: entering _queue_task() for managed_node3/set_fact 138029 1726888222.54310: worker is 1 (out of 1 available) 138029 1726888222.54322: exiting _queue_task() for managed_node3/set_fact 138029 1726888222.54334: done queuing things up, now waiting for results queue to drain 138029 1726888222.54335: waiting for pending results... 138029 1726888222.54777: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888222.54799: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003333 138029 1726888222.54820: variable 'ansible_search_path' from source: unknown 138029 1726888222.54860: calling self._execute() 138029 1726888222.55005: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.55016: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.55026: variable 'omit' from source: magic vars 138029 1726888222.55377: variable 'storage_test_volume' from source: include params 138029 1726888222.55402: variable '_storage_test_volume_present' from source: set_fact 138029 1726888222.55413: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888222.55416: when evaluation is False, skipping this task 138029 1726888222.55419: _execute() done 138029 1726888222.55421: dumping result to json 138029 1726888222.55423: done dumping result, returning 138029 1726888222.55461: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-000000003333] 138029 1726888222.55464: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003333 138029 1726888222.55531: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003333 138029 1726888222.55535: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888222.55590: no more pending results, returning what we have 138029 1726888222.55593: results queue empty 138029 1726888222.55594: checking for any_errors_fatal 138029 1726888222.55605: done checking for any_errors_fatal 138029 1726888222.55606: checking for max_fail_percentage 138029 1726888222.55607: done checking for max_fail_percentage 138029 1726888222.55608: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.55609: done checking to see if all hosts have failed 138029 1726888222.55610: getting the remaining hosts for this loop 138029 1726888222.55611: done getting the remaining hosts for this loop 138029 1726888222.55615: getting the next task for host managed_node3 138029 1726888222.55623: done getting next task for host managed_node3 138029 1726888222.55625: ^ task is: TASK: Check segment type 138029 1726888222.55632: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.55636: getting variables 138029 1726888222.55637: in VariableManager get_vars() 138029 1726888222.55675: Calling all_inventory to load vars for managed_node3 138029 1726888222.55678: Calling groups_inventory to load vars for managed_node3 138029 1726888222.55681: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.55691: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.55693: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.55696: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.56048: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.56414: done with get_vars() 138029 1726888222.56426: done getting variables 138029 1726888222.56470: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.024) 0:03:55.288 ****** 138029 1726888222.56493: entering _queue_task() for managed_node3/assert 138029 1726888222.56707: worker is 1 (out of 1 available) 138029 1726888222.56720: exiting _queue_task() for managed_node3/assert 138029 1726888222.56731: done queuing things up, now waiting for results queue to drain 138029 1726888222.56733: waiting for pending results... 138029 1726888222.56913: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888222.57074: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003334 138029 1726888222.57094: variable 'ansible_search_path' from source: unknown 138029 1726888222.57330: calling self._execute() 138029 1726888222.57464: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.57476: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.57489: variable 'omit' from source: magic vars 138029 1726888222.57896: variable 'storage_test_volume' from source: include params 138029 1726888222.57924: variable '_storage_test_volume_present' from source: set_fact 138029 1726888222.57941: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888222.57949: when evaluation is False, skipping this task 138029 1726888222.57957: _execute() done 138029 1726888222.57966: dumping result to json 138029 1726888222.57973: done dumping result, returning 138029 1726888222.57983: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-000000003334] 138029 1726888222.57992: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003334 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888222.58151: no more pending results, returning what we have 138029 1726888222.58156: results queue empty 138029 1726888222.58157: checking for any_errors_fatal 138029 1726888222.58169: done checking for any_errors_fatal 138029 1726888222.58170: checking for max_fail_percentage 138029 1726888222.58172: done checking for max_fail_percentage 138029 1726888222.58173: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.58174: done checking to see if all hosts have failed 138029 1726888222.58175: getting the remaining hosts for this loop 138029 1726888222.58176: done getting the remaining hosts for this loop 138029 1726888222.58181: getting the next task for host managed_node3 138029 1726888222.58190: done getting next task for host managed_node3 138029 1726888222.58192: ^ task is: TASK: Set LV cache size 138029 1726888222.58200: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.58206: getting variables 138029 1726888222.58207: in VariableManager get_vars() 138029 1726888222.58242: Calling all_inventory to load vars for managed_node3 138029 1726888222.58244: Calling groups_inventory to load vars for managed_node3 138029 1726888222.58248: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.58259: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003334 138029 1726888222.58262: WORKER PROCESS EXITING 138029 1726888222.58383: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.58387: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.58391: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.58907: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.59500: done with get_vars() 138029 1726888222.59514: done getting variables 138029 1726888222.59566: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.030) 0:03:55.319 ****** 138029 1726888222.59595: entering _queue_task() for managed_node3/set_fact 138029 1726888222.59850: worker is 1 (out of 1 available) 138029 1726888222.59865: exiting _queue_task() for managed_node3/set_fact 138029 1726888222.59878: done queuing things up, now waiting for results queue to drain 138029 1726888222.59880: waiting for pending results... 138029 1726888222.60276: running TaskExecutor() for managed_node3/TASK: Set LV cache size 138029 1726888222.60347: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003335 138029 1726888222.60375: variable 'ansible_search_path' from source: unknown 138029 1726888222.60415: calling self._execute() 138029 1726888222.60551: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.60566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.60583: variable 'omit' from source: magic vars 138029 1726888222.61032: variable 'storage_test_volume' from source: include params 138029 1726888222.61136: variable '_storage_test_volume_present' from source: set_fact 138029 1726888222.61139: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888222.61142: when evaluation is False, skipping this task 138029 1726888222.61144: _execute() done 138029 1726888222.61146: dumping result to json 138029 1726888222.61148: done dumping result, returning 138029 1726888222.61150: done running TaskExecutor() for managed_node3/TASK: Set LV cache size [0affc8a3-6f6f-5a58-73a2-000000003335] 138029 1726888222.61152: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003335 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888222.61292: no more pending results, returning what we have 138029 1726888222.61296: results queue empty 138029 1726888222.61297: checking for any_errors_fatal 138029 1726888222.61311: done checking for any_errors_fatal 138029 1726888222.61312: checking for max_fail_percentage 138029 1726888222.61314: done checking for max_fail_percentage 138029 1726888222.61315: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.61316: done checking to see if all hosts have failed 138029 1726888222.61317: getting the remaining hosts for this loop 138029 1726888222.61318: done getting the remaining hosts for this loop 138029 1726888222.61322: getting the next task for host managed_node3 138029 1726888222.61333: done getting next task for host managed_node3 138029 1726888222.61336: ^ task is: TASK: Parse the requested cache size 138029 1726888222.61344: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.61351: getting variables 138029 1726888222.61353: in VariableManager get_vars() 138029 1726888222.61394: Calling all_inventory to load vars for managed_node3 138029 1726888222.61397: Calling groups_inventory to load vars for managed_node3 138029 1726888222.61400: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.61413: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.61417: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.61420: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.62071: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003335 138029 1726888222.62075: WORKER PROCESS EXITING 138029 1726888222.62211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.63079: done with get_vars() 138029 1726888222.63089: 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:10:22 -0400 (0:00:00.035) 0:03:55.355 ****** 138029 1726888222.63148: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888222.63362: worker is 1 (out of 1 available) 138029 1726888222.63375: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888222.63387: done queuing things up, now waiting for results queue to drain 138029 1726888222.63389: waiting for pending results... 138029 1726888222.63587: running TaskExecutor() for managed_node3/TASK: Parse the requested cache size 138029 1726888222.63704: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003336 138029 1726888222.63727: variable 'ansible_search_path' from source: unknown 138029 1726888222.63750: calling self._execute() 138029 1726888222.63853: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.63864: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.63871: variable 'omit' from source: magic vars 138029 1726888222.64203: variable 'storage_test_volume' from source: include params 138029 1726888222.64222: variable '_storage_test_volume_present' from source: set_fact 138029 1726888222.64233: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888222.64236: when evaluation is False, skipping this task 138029 1726888222.64239: _execute() done 138029 1726888222.64242: dumping result to json 138029 1726888222.64245: done dumping result, returning 138029 1726888222.64251: done running TaskExecutor() for managed_node3/TASK: Parse the requested cache size [0affc8a3-6f6f-5a58-73a2-000000003336] 138029 1726888222.64258: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003336 138029 1726888222.64359: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003336 138029 1726888222.64362: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888222.64430: no more pending results, returning what we have 138029 1726888222.64434: results queue empty 138029 1726888222.64435: checking for any_errors_fatal 138029 1726888222.64442: done checking for any_errors_fatal 138029 1726888222.64443: checking for max_fail_percentage 138029 1726888222.64444: done checking for max_fail_percentage 138029 1726888222.64445: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.64446: done checking to see if all hosts have failed 138029 1726888222.64446: getting the remaining hosts for this loop 138029 1726888222.64448: done getting the remaining hosts for this loop 138029 1726888222.64451: getting the next task for host managed_node3 138029 1726888222.64461: done getting next task for host managed_node3 138029 1726888222.64464: ^ task is: TASK: Set expected cache size 138029 1726888222.64470: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.64474: getting variables 138029 1726888222.64475: in VariableManager get_vars() 138029 1726888222.64506: Calling all_inventory to load vars for managed_node3 138029 1726888222.64509: Calling groups_inventory to load vars for managed_node3 138029 1726888222.64511: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.64520: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.64522: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.64525: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.65125: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.65762: done with get_vars() 138029 1726888222.65774: done getting variables 138029 1726888222.65815: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.026) 0:03:55.381 ****** 138029 1726888222.65841: entering _queue_task() for managed_node3/set_fact 138029 1726888222.66062: worker is 1 (out of 1 available) 138029 1726888222.66078: exiting _queue_task() for managed_node3/set_fact 138029 1726888222.66092: done queuing things up, now waiting for results queue to drain 138029 1726888222.66093: waiting for pending results... 138029 1726888222.66281: running TaskExecutor() for managed_node3/TASK: Set expected cache size 138029 1726888222.66383: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003337 138029 1726888222.66397: variable 'ansible_search_path' from source: unknown 138029 1726888222.66431: calling self._execute() 138029 1726888222.66524: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.66527: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.66538: variable 'omit' from source: magic vars 138029 1726888222.66861: variable 'storage_test_volume' from source: include params 138029 1726888222.66884: variable '_storage_test_volume_present' from source: set_fact 138029 1726888222.66896: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888222.66899: when evaluation is False, skipping this task 138029 1726888222.66902: _execute() done 138029 1726888222.66905: dumping result to json 138029 1726888222.66908: done dumping result, returning 138029 1726888222.66914: done running TaskExecutor() for managed_node3/TASK: Set expected cache size [0affc8a3-6f6f-5a58-73a2-000000003337] 138029 1726888222.66919: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003337 138029 1726888222.67015: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003337 138029 1726888222.67018: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888222.67067: no more pending results, returning what we have 138029 1726888222.67071: results queue empty 138029 1726888222.67072: checking for any_errors_fatal 138029 1726888222.67080: done checking for any_errors_fatal 138029 1726888222.67080: checking for max_fail_percentage 138029 1726888222.67082: done checking for max_fail_percentage 138029 1726888222.67083: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.67084: done checking to see if all hosts have failed 138029 1726888222.67084: getting the remaining hosts for this loop 138029 1726888222.67086: done getting the remaining hosts for this loop 138029 1726888222.67089: getting the next task for host managed_node3 138029 1726888222.67098: done getting next task for host managed_node3 138029 1726888222.67101: ^ task is: TASK: Check cache size 138029 1726888222.67108: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.67111: getting variables 138029 1726888222.67112: in VariableManager get_vars() 138029 1726888222.67140: Calling all_inventory to load vars for managed_node3 138029 1726888222.67142: Calling groups_inventory to load vars for managed_node3 138029 1726888222.67145: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.67153: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.67158: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.67161: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.67506: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.67971: done with get_vars() 138029 1726888222.67985: done getting variables 138029 1726888222.68042: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.022) 0:03:55.404 ****** 138029 1726888222.68078: entering _queue_task() for managed_node3/assert 138029 1726888222.68328: worker is 1 (out of 1 available) 138029 1726888222.68340: exiting _queue_task() for managed_node3/assert 138029 1726888222.68353: done queuing things up, now waiting for results queue to drain 138029 1726888222.68357: waiting for pending results... 138029 1726888222.68775: running TaskExecutor() for managed_node3/TASK: Check cache size 138029 1726888222.68814: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003338 138029 1726888222.68835: variable 'ansible_search_path' from source: unknown 138029 1726888222.68879: calling self._execute() 138029 1726888222.69013: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.69026: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.69043: variable 'omit' from source: magic vars 138029 1726888222.69480: variable 'storage_test_volume' from source: include params 138029 1726888222.69497: variable '_storage_test_volume_present' from source: set_fact 138029 1726888222.69511: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888222.69519: when evaluation is False, skipping this task 138029 1726888222.69522: _execute() done 138029 1726888222.69525: dumping result to json 138029 1726888222.69527: done dumping result, returning 138029 1726888222.69535: done running TaskExecutor() for managed_node3/TASK: Check cache size [0affc8a3-6f6f-5a58-73a2-000000003338] 138029 1726888222.69538: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003338 138029 1726888222.69634: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003338 138029 1726888222.69638: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888222.69688: no more pending results, returning what we have 138029 1726888222.69691: results queue empty 138029 1726888222.69692: checking for any_errors_fatal 138029 1726888222.69705: done checking for any_errors_fatal 138029 1726888222.69706: checking for max_fail_percentage 138029 1726888222.69707: done checking for max_fail_percentage 138029 1726888222.69708: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.69709: done checking to see if all hosts have failed 138029 1726888222.69709: getting the remaining hosts for this loop 138029 1726888222.69711: done getting the remaining hosts for this loop 138029 1726888222.69715: getting the next task for host managed_node3 138029 1726888222.69725: done getting next task for host managed_node3 138029 1726888222.69727: ^ task is: TASK: Clean up facts 138029 1726888222.69734: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.69739: getting variables 138029 1726888222.69740: in VariableManager get_vars() 138029 1726888222.69776: Calling all_inventory to load vars for managed_node3 138029 1726888222.69778: Calling groups_inventory to load vars for managed_node3 138029 1726888222.69782: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.69792: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.69795: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.69798: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.70161: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.70521: done with get_vars() 138029 1726888222.70532: done getting variables 138029 1726888222.70575: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.025) 0:03:55.429 ****** 138029 1726888222.70600: entering _queue_task() for managed_node3/set_fact 138029 1726888222.70820: worker is 1 (out of 1 available) 138029 1726888222.70834: exiting _queue_task() for managed_node3/set_fact 138029 1726888222.70848: done queuing things up, now waiting for results queue to drain 138029 1726888222.70850: waiting for pending results... 138029 1726888222.71122: running TaskExecutor() for managed_node3/TASK: Clean up facts 138029 1726888222.71363: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003291 138029 1726888222.71370: variable 'ansible_search_path' from source: unknown 138029 1726888222.71374: calling self._execute() 138029 1726888222.71400: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.71410: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.71423: variable 'omit' from source: magic vars 138029 1726888222.71553: variable 'omit' from source: magic vars 138029 1726888222.71636: variable 'omit' from source: magic vars 138029 1726888222.71681: variable 'omit' from source: magic vars 138029 1726888222.71735: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888222.71764: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888222.71788: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888222.71806: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888222.71817: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888222.71961: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888222.71964: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888222.71969: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888222.71971: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.71974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.72032: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888222.72043: Set connection var ansible_timeout to 10 138029 1726888222.72054: Set connection var ansible_pipelining to False 138029 1726888222.72064: Set connection var ansible_shell_type to sh 138029 1726888222.72074: Set connection var ansible_connection to ssh 138029 1726888222.72085: Set connection var ansible_shell_executable to /bin/sh 138029 1726888222.72120: variable 'ansible_shell_executable' from source: unknown 138029 1726888222.72129: variable 'ansible_connection' from source: unknown 138029 1726888222.72135: variable 'ansible_module_compression' from source: unknown 138029 1726888222.72143: variable 'ansible_shell_type' from source: unknown 138029 1726888222.72150: variable 'ansible_shell_executable' from source: unknown 138029 1726888222.72160: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.72173: variable 'ansible_pipelining' from source: unknown 138029 1726888222.72181: variable 'ansible_timeout' from source: unknown 138029 1726888222.72189: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.72340: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888222.72362: variable 'omit' from source: magic vars 138029 1726888222.72375: starting attempt loop 138029 1726888222.72382: running the handler 138029 1726888222.72395: handler run complete 138029 1726888222.72407: attempt loop complete, returning result 138029 1726888222.72414: _execute() done 138029 1726888222.72421: dumping result to json 138029 1726888222.72427: done dumping result, returning 138029 1726888222.72437: done running TaskExecutor() for managed_node3/TASK: Clean up facts [0affc8a3-6f6f-5a58-73a2-000000003291] 138029 1726888222.72446: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003291 138029 1726888222.72722: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003291 138029 1726888222.72726: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 138029 1726888222.72783: no more pending results, returning what we have 138029 1726888222.72786: results queue empty 138029 1726888222.72787: checking for any_errors_fatal 138029 1726888222.72795: done checking for any_errors_fatal 138029 1726888222.72796: checking for max_fail_percentage 138029 1726888222.72798: done checking for max_fail_percentage 138029 1726888222.72798: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.72799: done checking to see if all hosts have failed 138029 1726888222.72800: getting the remaining hosts for this loop 138029 1726888222.72801: done getting the remaining hosts for this loop 138029 1726888222.72804: getting the next task for host managed_node3 138029 1726888222.72814: done getting next task for host managed_node3 138029 1726888222.72817: ^ task is: TASK: Set storage volume test variables 138029 1726888222.72823: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.72827: getting variables 138029 1726888222.72828: in VariableManager get_vars() 138029 1726888222.72863: Calling all_inventory to load vars for managed_node3 138029 1726888222.72870: Calling groups_inventory to load vars for managed_node3 138029 1726888222.72873: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.72884: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.72887: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.72890: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.73302: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.73659: done with get_vars() 138029 1726888222.73672: done getting variables 138029 1726888222.73712: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.031) 0:03:55.460 ****** 138029 1726888222.73737: entering _queue_task() for managed_node3/set_fact 138029 1726888222.73940: worker is 1 (out of 1 available) 138029 1726888222.73953: exiting _queue_task() for managed_node3/set_fact 138029 1726888222.73969: done queuing things up, now waiting for results queue to drain 138029 1726888222.73971: waiting for pending results... 138029 1726888222.74151: running TaskExecutor() for managed_node3/TASK: Set storage volume test variables 138029 1726888222.74235: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003295 138029 1726888222.74247: variable 'ansible_search_path' from source: unknown 138029 1726888222.74278: calling self._execute() 138029 1726888222.74377: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.74381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.74390: variable 'omit' from source: magic vars 138029 1726888222.74480: variable 'omit' from source: magic vars 138029 1726888222.74531: variable 'omit' from source: magic vars 138029 1726888222.74861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888222.76544: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888222.77009: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888222.77039: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888222.77067: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888222.77086: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888222.77147: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888222.77172: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888222.77188: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888222.77214: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888222.77224: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888222.77330: variable 'storage_test_volume' from source: include params 138029 1726888222.77352: variable 'storage_test_pool' from source: include params 138029 1726888222.77406: variable 'omit' from source: magic vars 138029 1726888222.77424: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888222.77445: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888222.77462: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888222.77478: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888222.77486: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888222.77498: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888222.77511: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888222.77537: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888222.77539: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.77542: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.77623: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888222.77626: Set connection var ansible_timeout to 10 138029 1726888222.77632: Set connection var ansible_pipelining to False 138029 1726888222.77634: Set connection var ansible_shell_type to sh 138029 1726888222.77637: Set connection var ansible_connection to ssh 138029 1726888222.77641: Set connection var ansible_shell_executable to /bin/sh 138029 1726888222.77665: variable 'ansible_shell_executable' from source: unknown 138029 1726888222.77672: variable 'ansible_connection' from source: unknown 138029 1726888222.77674: variable 'ansible_module_compression' from source: unknown 138029 1726888222.77677: variable 'ansible_shell_type' from source: unknown 138029 1726888222.77679: variable 'ansible_shell_executable' from source: unknown 138029 1726888222.77681: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.77683: variable 'ansible_pipelining' from source: unknown 138029 1726888222.77685: variable 'ansible_timeout' from source: unknown 138029 1726888222.77687: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.77760: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888222.77810: variable 'omit' from source: magic vars 138029 1726888222.77813: starting attempt loop 138029 1726888222.77816: running the handler 138029 1726888222.77818: handler run complete 138029 1726888222.77820: attempt loop complete, returning result 138029 1726888222.77822: _execute() done 138029 1726888222.77824: dumping result to json 138029 1726888222.77826: done dumping result, returning 138029 1726888222.77828: done running TaskExecutor() for managed_node3/TASK: Set storage volume test variables [0affc8a3-6f6f-5a58-73a2-000000003295] 138029 1726888222.77830: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003295 138029 1726888222.77902: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003295 138029 1726888222.77907: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 138029 1726888222.77974: no more pending results, returning what we have 138029 1726888222.77977: results queue empty 138029 1726888222.77978: checking for any_errors_fatal 138029 1726888222.77985: done checking for any_errors_fatal 138029 1726888222.77986: checking for max_fail_percentage 138029 1726888222.77987: done checking for max_fail_percentage 138029 1726888222.77988: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.77989: done checking to see if all hosts have failed 138029 1726888222.77990: getting the remaining hosts for this loop 138029 1726888222.77991: done getting the remaining hosts for this loop 138029 1726888222.77995: getting the next task for host managed_node3 138029 1726888222.78003: done getting next task for host managed_node3 138029 1726888222.78006: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888222.78012: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.78033: getting variables 138029 1726888222.78034: in VariableManager get_vars() 138029 1726888222.78071: Calling all_inventory to load vars for managed_node3 138029 1726888222.78074: Calling groups_inventory to load vars for managed_node3 138029 1726888222.78077: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.78086: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.78089: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.78092: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.78462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.78829: done with get_vars() 138029 1726888222.78840: done getting variables 138029 1726888222.78975: 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:10:22 -0400 (0:00:00.052) 0:03:55.513 ****** 138029 1726888222.78997: entering _queue_task() for managed_node3/include_tasks 138029 1726888222.79268: worker is 1 (out of 1 available) 138029 1726888222.79284: exiting _queue_task() for managed_node3/include_tasks 138029 1726888222.79295: done queuing things up, now waiting for results queue to drain 138029 1726888222.79296: waiting for pending results... 138029 1726888222.79558: running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888222.79738: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003296 138029 1726888222.79742: variable 'ansible_search_path' from source: unknown 138029 1726888222.79748: variable '_storage_volume_tests' from source: set_fact 138029 1726888222.80020: variable '_storage_volume_tests' from source: set_fact 138029 1726888222.80099: variable 'omit' from source: magic vars 138029 1726888222.80354: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.80360: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.80363: variable 'omit' from source: magic vars 138029 1726888222.80430: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.80458: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.80537: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.80727: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.80730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.80733: variable 'omit' from source: magic vars 138029 1726888222.80867: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.80870: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.80913: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.81009: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.81038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.81182: variable 'omit' from source: magic vars 138029 1726888222.81220: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.81228: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.81233: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.81321: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.81324: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.81327: variable 'omit' from source: magic vars 138029 1726888222.81501: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.81504: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.81578: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.81634: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.81640: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.81736: variable 'omit' from source: magic vars 138029 1726888222.81835: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.81839: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.81905: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.82171: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.82174: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.82180: variable 'omit' from source: magic vars 138029 1726888222.82183: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.82185: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.82343: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.82424: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.82427: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.82430: variable 'omit' from source: magic vars 138029 1726888222.82451: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.82477: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.82534: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.82598: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.82601: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.82634: variable 'omit' from source: magic vars 138029 1726888222.82746: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.82832: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.82912: variable 'storage_test_volume_subset' from source: unknown 138029 1726888222.83089: dumping result to json 138029 1726888222.83113: done dumping result, returning 138029 1726888222.83116: done running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-5a58-73a2-000000003296] 138029 1726888222.83117: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003296 138029 1726888222.83162: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003296 138029 1726888222.83165: WORKER PROCESS EXITING 138029 1726888222.83257: no more pending results, returning what we have 138029 1726888222.83261: in VariableManager get_vars() 138029 1726888222.83300: Calling all_inventory to load vars for managed_node3 138029 1726888222.83303: Calling groups_inventory to load vars for managed_node3 138029 1726888222.83306: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.83316: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.83319: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.83325: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.84106: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.84525: done with get_vars() 138029 1726888222.84533: variable 'ansible_search_path' from source: unknown 138029 1726888222.84561: variable 'ansible_search_path' from source: unknown 138029 1726888222.84579: variable 'ansible_search_path' from source: unknown 138029 1726888222.84594: variable 'ansible_search_path' from source: unknown 138029 1726888222.84612: variable 'ansible_search_path' from source: unknown 138029 1726888222.84628: variable 'ansible_search_path' from source: unknown 138029 1726888222.84654: variable 'ansible_search_path' from source: unknown 138029 1726888222.84691: variable 'ansible_search_path' from source: unknown 138029 1726888222.84723: we have included files to process 138029 1726888222.84725: generating all_blocks data 138029 1726888222.84727: done generating all_blocks data 138029 1726888222.84736: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888222.84738: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888222.84741: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888222.85490: done processing included file 138029 1726888222.85492: iterating over new_blocks loaded from include file 138029 1726888222.85493: in VariableManager get_vars() 138029 1726888222.85505: done with get_vars() 138029 1726888222.85506: filtering new block on tags 138029 1726888222.85627: done filtering new block on tags 138029 1726888222.85629: 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_node3 => (item=mount) 138029 1726888222.85632: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888222.85633: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888222.85638: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888222.86021: done processing included file 138029 1726888222.86022: iterating over new_blocks loaded from include file 138029 1726888222.86023: in VariableManager get_vars() 138029 1726888222.86036: done with get_vars() 138029 1726888222.86037: filtering new block on tags 138029 1726888222.86089: done filtering new block on tags 138029 1726888222.86091: 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_node3 => (item=fstab) 138029 1726888222.86093: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888222.86094: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888222.86096: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888222.86268: done processing included file 138029 1726888222.86269: iterating over new_blocks loaded from include file 138029 1726888222.86270: in VariableManager get_vars() 138029 1726888222.86282: done with get_vars() 138029 1726888222.86283: filtering new block on tags 138029 1726888222.86306: done filtering new block on tags 138029 1726888222.86307: 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_node3 => (item=fs) 138029 1726888222.86310: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888222.86310: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888222.86312: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888222.86733: done processing included file 138029 1726888222.86734: iterating over new_blocks loaded from include file 138029 1726888222.86735: in VariableManager get_vars() 138029 1726888222.86745: done with get_vars() 138029 1726888222.86746: filtering new block on tags 138029 1726888222.86804: done filtering new block on tags 138029 1726888222.86806: 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_node3 => (item=device) 138029 1726888222.86808: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888222.86809: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888222.86811: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888222.88218: done processing included file 138029 1726888222.88220: iterating over new_blocks loaded from include file 138029 1726888222.88221: in VariableManager get_vars() 138029 1726888222.88250: done with get_vars() 138029 1726888222.88252: filtering new block on tags 138029 1726888222.88476: done filtering new block on tags 138029 1726888222.88479: 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_node3 => (item=encryption) 138029 1726888222.88481: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888222.88482: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888222.88484: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888222.89415: done processing included file 138029 1726888222.89417: iterating over new_blocks loaded from include file 138029 1726888222.89418: in VariableManager get_vars() 138029 1726888222.89438: done with get_vars() 138029 1726888222.89442: filtering new block on tags 138029 1726888222.89530: done filtering new block on tags 138029 1726888222.89531: 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_node3 => (item=md) 138029 1726888222.89534: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888222.89535: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888222.89536: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888222.91249: done processing included file 138029 1726888222.91253: iterating over new_blocks loaded from include file 138029 1726888222.91257: in VariableManager get_vars() 138029 1726888222.91278: done with get_vars() 138029 1726888222.91281: filtering new block on tags 138029 1726888222.91365: done filtering new block on tags 138029 1726888222.91368: in VariableManager get_vars() 138029 1726888222.91384: done with get_vars() 138029 1726888222.91385: filtering new block on tags 138029 1726888222.91425: done filtering new block on tags 138029 1726888222.91427: in VariableManager get_vars() 138029 1726888222.91446: done with get_vars() 138029 1726888222.91448: filtering new block on tags 138029 1726888222.91641: done filtering new block on tags 138029 1726888222.91644: in VariableManager get_vars() 138029 1726888222.91658: done with get_vars() 138029 1726888222.91660: filtering new block on tags 138029 1726888222.91704: done filtering new block on tags 138029 1726888222.91705: 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_node3 => (item=size) 138029 1726888222.91708: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888222.91708: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888222.91710: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888222.92192: done processing included file 138029 1726888222.92194: iterating over new_blocks loaded from include file 138029 1726888222.92195: in VariableManager get_vars() 138029 1726888222.92208: done with get_vars() 138029 1726888222.92209: filtering new block on tags 138029 1726888222.92265: done filtering new block on tags 138029 1726888222.92267: 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_node3 => (item=cache) 138029 1726888222.92269: extending task lists for all hosts with included blocks 138029 1726888222.92487: done extending task lists 138029 1726888222.92488: done processing included files 138029 1726888222.92489: results queue empty 138029 1726888222.92489: checking for any_errors_fatal 138029 1726888222.92492: done checking for any_errors_fatal 138029 1726888222.92492: checking for max_fail_percentage 138029 1726888222.92493: done checking for max_fail_percentage 138029 1726888222.92494: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.92497: done checking to see if all hosts have failed 138029 1726888222.92498: getting the remaining hosts for this loop 138029 1726888222.92499: done getting the remaining hosts for this loop 138029 1726888222.92500: getting the next task for host managed_node3 138029 1726888222.92504: done getting next task for host managed_node3 138029 1726888222.92505: ^ task is: TASK: Get expected mount device based on device type 138029 1726888222.92508: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.92509: getting variables 138029 1726888222.92510: in VariableManager get_vars() 138029 1726888222.92516: Calling all_inventory to load vars for managed_node3 138029 1726888222.92518: Calling groups_inventory to load vars for managed_node3 138029 1726888222.92520: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.92525: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.92527: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.92530: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.92792: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888222.93218: done with get_vars() 138029 1726888222.93234: done getting variables 138029 1726888222.93288: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:22 -0400 (0:00:00.143) 0:03:55.656 ****** 138029 1726888222.93316: entering _queue_task() for managed_node3/set_fact 138029 1726888222.93611: worker is 1 (out of 1 available) 138029 1726888222.93624: exiting _queue_task() for managed_node3/set_fact 138029 1726888222.93637: done queuing things up, now waiting for results queue to drain 138029 1726888222.93639: waiting for pending results... 138029 1726888222.94164: running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type 138029 1726888222.94288: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000347e 138029 1726888222.94294: variable 'ansible_search_path' from source: unknown 138029 1726888222.94466: calling self._execute() 138029 1726888222.94616: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.94651: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.94873: variable 'omit' from source: magic vars 138029 1726888222.94878: variable 'omit' from source: magic vars 138029 1726888222.95103: variable 'omit' from source: magic vars 138029 1726888222.95664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888222.96157: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888222.96208: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888222.96249: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888222.96293: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888222.96383: 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) 138029 1726888222.96422: 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) 138029 1726888222.96442: 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) 138029 1726888222.96479: 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) 138029 1726888222.96528: 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) 138029 1726888222.96617: 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) 138029 1726888222.96648: 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) 138029 1726888222.96682: 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) 138029 1726888222.96909: variable '_storage_test_volume_present' from source: set_fact 138029 1726888222.97060: variable 'storage_test_volume' from source: include params 138029 1726888222.97064: variable 'storage_test_pool' from source: include params 138029 1726888222.97067: variable 'omit' from source: magic vars 138029 1726888222.97069: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888222.97113: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888222.97361: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888222.97365: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888222.97367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888222.97370: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888222.97372: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888222.97374: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888222.97376: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.97378: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.97911: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888222.97944: Set connection var ansible_timeout to 10 138029 1726888222.97962: Set connection var ansible_pipelining to False 138029 1726888222.97975: Set connection var ansible_shell_type to sh 138029 1726888222.97983: Set connection var ansible_connection to ssh 138029 1726888222.97994: Set connection var ansible_shell_executable to /bin/sh 138029 1726888222.98027: variable 'ansible_shell_executable' from source: unknown 138029 1726888222.98054: variable 'ansible_connection' from source: unknown 138029 1726888222.98111: variable 'ansible_module_compression' from source: unknown 138029 1726888222.98136: variable 'ansible_shell_type' from source: unknown 138029 1726888222.98164: variable 'ansible_shell_executable' from source: unknown 138029 1726888222.98261: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888222.98264: variable 'ansible_pipelining' from source: unknown 138029 1726888222.98271: variable 'ansible_timeout' from source: unknown 138029 1726888222.98274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888222.98487: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888222.98512: variable 'omit' from source: magic vars 138029 1726888222.98523: starting attempt loop 138029 1726888222.98531: running the handler 138029 1726888222.98548: handler run complete 138029 1726888222.98610: attempt loop complete, returning result 138029 1726888222.98613: _execute() done 138029 1726888222.98616: dumping result to json 138029 1726888222.98618: done dumping result, returning 138029 1726888222.98620: done running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type [0affc8a3-6f6f-5a58-73a2-00000000347e] 138029 1726888222.98623: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000347e ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv2" }, "changed": false } 138029 1726888222.98772: no more pending results, returning what we have 138029 1726888222.98789: results queue empty 138029 1726888222.98791: checking for any_errors_fatal 138029 1726888222.98792: done checking for any_errors_fatal 138029 1726888222.98793: checking for max_fail_percentage 138029 1726888222.98795: done checking for max_fail_percentage 138029 1726888222.98796: checking to see if all hosts have failed and the running result is not ok 138029 1726888222.98797: done checking to see if all hosts have failed 138029 1726888222.98797: getting the remaining hosts for this loop 138029 1726888222.98799: done getting the remaining hosts for this loop 138029 1726888222.98804: getting the next task for host managed_node3 138029 1726888222.98814: done getting next task for host managed_node3 138029 1726888222.98817: ^ task is: TASK: Set some facts 138029 1726888222.98825: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888222.98841: getting variables 138029 1726888222.98844: in VariableManager get_vars() 138029 1726888222.98884: Calling all_inventory to load vars for managed_node3 138029 1726888222.98888: Calling groups_inventory to load vars for managed_node3 138029 1726888222.98891: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888222.98903: Calling all_plugins_play to load vars for managed_node3 138029 1726888222.98907: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888222.98910: Calling groups_plugins_play to load vars for managed_node3 138029 1726888222.99813: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000347e 138029 1726888222.99817: WORKER PROCESS EXITING 138029 1726888223.00186: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.05533: done with get_vars() 138029 1726888223.05548: done getting variables 138029 1726888223.05595: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:23 -0400 (0:00:00.123) 0:03:55.779 ****** 138029 1726888223.05627: entering _queue_task() for managed_node3/set_fact 138029 1726888223.05980: worker is 1 (out of 1 available) 138029 1726888223.05996: exiting _queue_task() for managed_node3/set_fact 138029 1726888223.06009: done queuing things up, now waiting for results queue to drain 138029 1726888223.06011: waiting for pending results... 138029 1726888223.06334: running TaskExecutor() for managed_node3/TASK: Set some facts 138029 1726888223.06537: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000347f 138029 1726888223.06562: variable 'ansible_search_path' from source: unknown 138029 1726888223.06610: calling self._execute() 138029 1726888223.06754: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.06770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.06784: variable 'omit' from source: magic vars 138029 1726888223.06922: variable 'omit' from source: magic vars 138029 1726888223.06994: variable 'omit' from source: magic vars 138029 1726888223.07332: variable '_storage_test_volume_present' from source: set_fact 138029 1726888223.07347: variable 'storage_test_volume' from source: include params 138029 1726888223.07625: variable 'storage_test_volume' from source: include params 138029 1726888223.07643: variable 'mount_prefix' from source: task vars 138029 1726888223.07846: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888223.10089: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888223.10192: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888223.10238: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888223.10282: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888223.10319: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888223.10407: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888223.10444: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888223.10480: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888223.10531: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888223.10552: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888223.10717: variable '__storage_is_ostree' from source: set_fact 138029 1726888223.10734: variable 'storage_test_volume' from source: include params 138029 1726888223.10784: variable 'omit' from source: magic vars 138029 1726888223.10837: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888223.10850: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888223.10876: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888223.11060: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888223.11064: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888223.11066: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888223.11069: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888223.11071: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888223.11073: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.11075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.11115: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888223.11126: Set connection var ansible_timeout to 10 138029 1726888223.11136: Set connection var ansible_pipelining to False 138029 1726888223.11144: Set connection var ansible_shell_type to sh 138029 1726888223.11150: Set connection var ansible_connection to ssh 138029 1726888223.11163: Set connection var ansible_shell_executable to /bin/sh 138029 1726888223.11198: variable 'ansible_shell_executable' from source: unknown 138029 1726888223.11206: variable 'ansible_connection' from source: unknown 138029 1726888223.11213: variable 'ansible_module_compression' from source: unknown 138029 1726888223.11219: variable 'ansible_shell_type' from source: unknown 138029 1726888223.11227: variable 'ansible_shell_executable' from source: unknown 138029 1726888223.11234: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.11241: variable 'ansible_pipelining' from source: unknown 138029 1726888223.11250: variable 'ansible_timeout' from source: unknown 138029 1726888223.11260: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.11370: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888223.11389: variable 'omit' from source: magic vars 138029 1726888223.11399: starting attempt loop 138029 1726888223.11412: running the handler 138029 1726888223.11430: handler run complete 138029 1726888223.11443: attempt loop complete, returning result 138029 1726888223.11450: _execute() done 138029 1726888223.11517: dumping result to json 138029 1726888223.11520: done dumping result, returning 138029 1726888223.11524: done running TaskExecutor() for managed_node3/TASK: Set some facts [0affc8a3-6f6f-5a58-73a2-00000000347f] 138029 1726888223.11526: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000347f 138029 1726888223.11603: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000347f 138029 1726888223.11607: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test2", "storage_test_swap_expected_matches": "0" }, "changed": false } 138029 1726888223.11679: no more pending results, returning what we have 138029 1726888223.11683: results queue empty 138029 1726888223.11685: checking for any_errors_fatal 138029 1726888223.11692: done checking for any_errors_fatal 138029 1726888223.11693: checking for max_fail_percentage 138029 1726888223.11696: done checking for max_fail_percentage 138029 1726888223.11697: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.11698: done checking to see if all hosts have failed 138029 1726888223.11698: getting the remaining hosts for this loop 138029 1726888223.11700: done getting the remaining hosts for this loop 138029 1726888223.11704: getting the next task for host managed_node3 138029 1726888223.11714: done getting next task for host managed_node3 138029 1726888223.11717: ^ task is: TASK: Get information about the mountpoint directory 138029 1726888223.11725: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.11738: getting variables 138029 1726888223.11740: in VariableManager get_vars() 138029 1726888223.11782: Calling all_inventory to load vars for managed_node3 138029 1726888223.11785: Calling groups_inventory to load vars for managed_node3 138029 1726888223.11788: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.11800: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.11804: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.11807: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.12694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.13124: done with get_vars() 138029 1726888223.13137: 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:10:23 -0400 (0:00:00.075) 0:03:55.855 ****** 138029 1726888223.13204: entering _queue_task() for managed_node3/stat 138029 1726888223.13413: worker is 1 (out of 1 available) 138029 1726888223.13426: exiting _queue_task() for managed_node3/stat 138029 1726888223.13438: done queuing things up, now waiting for results queue to drain 138029 1726888223.13440: waiting for pending results... 138029 1726888223.13641: running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory 138029 1726888223.13742: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003480 138029 1726888223.13756: variable 'ansible_search_path' from source: unknown 138029 1726888223.13791: calling self._execute() 138029 1726888223.13896: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.13900: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.13910: variable 'omit' from source: magic vars 138029 1726888223.14285: variable '_storage_test_volume_present' from source: set_fact 138029 1726888223.14289: variable 'storage_test_volume' from source: include params 138029 1726888223.14319: 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 138029 1726888223.14324: when evaluation is False, skipping this task 138029 1726888223.14327: _execute() done 138029 1726888223.14330: dumping result to json 138029 1726888223.14332: done dumping result, returning 138029 1726888223.14335: done running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-5a58-73a2-000000003480] 138029 1726888223.14337: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003480 138029 1726888223.14430: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003480 138029 1726888223.14433: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888223.14487: no more pending results, returning what we have 138029 1726888223.14491: results queue empty 138029 1726888223.14492: checking for any_errors_fatal 138029 1726888223.14502: done checking for any_errors_fatal 138029 1726888223.14502: checking for max_fail_percentage 138029 1726888223.14504: done checking for max_fail_percentage 138029 1726888223.14505: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.14505: done checking to see if all hosts have failed 138029 1726888223.14506: getting the remaining hosts for this loop 138029 1726888223.14507: done getting the remaining hosts for this loop 138029 1726888223.14511: getting the next task for host managed_node3 138029 1726888223.14519: done getting next task for host managed_node3 138029 1726888223.14521: ^ task is: TASK: Verify the current mount state by device 138029 1726888223.14528: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.14532: getting variables 138029 1726888223.14533: in VariableManager get_vars() 138029 1726888223.14568: Calling all_inventory to load vars for managed_node3 138029 1726888223.14571: Calling groups_inventory to load vars for managed_node3 138029 1726888223.14574: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.14583: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.14585: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.14588: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.15126: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.15740: done with get_vars() 138029 1726888223.15753: done getting variables 138029 1726888223.15797: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:23 -0400 (0:00:00.026) 0:03:55.881 ****** 138029 1726888223.15824: entering _queue_task() for managed_node3/assert 138029 1726888223.16020: worker is 1 (out of 1 available) 138029 1726888223.16034: exiting _queue_task() for managed_node3/assert 138029 1726888223.16046: done queuing things up, now waiting for results queue to drain 138029 1726888223.16048: waiting for pending results... 138029 1726888223.16245: running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device 138029 1726888223.16330: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003481 138029 1726888223.16342: variable 'ansible_search_path' from source: unknown 138029 1726888223.16382: calling self._execute() 138029 1726888223.16478: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.16482: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.16491: variable 'omit' from source: magic vars 138029 1726888223.16771: variable '_storage_test_volume_present' from source: set_fact 138029 1726888223.16775: Evaluated conditional (_storage_test_volume_present): False 138029 1726888223.16778: when evaluation is False, skipping this task 138029 1726888223.16781: _execute() done 138029 1726888223.16784: dumping result to json 138029 1726888223.16786: done dumping result, returning 138029 1726888223.16793: done running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device [0affc8a3-6f6f-5a58-73a2-000000003481] 138029 1726888223.16798: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003481 138029 1726888223.16901: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003481 138029 1726888223.16904: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888223.16978: no more pending results, returning what we have 138029 1726888223.16982: results queue empty 138029 1726888223.16983: checking for any_errors_fatal 138029 1726888223.16988: done checking for any_errors_fatal 138029 1726888223.16989: checking for max_fail_percentage 138029 1726888223.16991: done checking for max_fail_percentage 138029 1726888223.16991: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.16992: done checking to see if all hosts have failed 138029 1726888223.16993: getting the remaining hosts for this loop 138029 1726888223.16994: done getting the remaining hosts for this loop 138029 1726888223.16997: getting the next task for host managed_node3 138029 1726888223.17004: done getting next task for host managed_node3 138029 1726888223.17006: ^ task is: TASK: Verify mount directory user 138029 1726888223.17012: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.17016: getting variables 138029 1726888223.17017: in VariableManager get_vars() 138029 1726888223.17046: Calling all_inventory to load vars for managed_node3 138029 1726888223.17048: Calling groups_inventory to load vars for managed_node3 138029 1726888223.17051: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.17060: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.17062: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.17064: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.17391: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.17809: done with get_vars() 138029 1726888223.17823: done getting variables 138029 1726888223.17881: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:23 -0400 (0:00:00.020) 0:03:55.902 ****** 138029 1726888223.17912: entering _queue_task() for managed_node3/assert 138029 1726888223.18150: worker is 1 (out of 1 available) 138029 1726888223.18170: exiting _queue_task() for managed_node3/assert 138029 1726888223.18182: done queuing things up, now waiting for results queue to drain 138029 1726888223.18184: waiting for pending results... 138029 1726888223.18575: running TaskExecutor() for managed_node3/TASK: Verify mount directory user 138029 1726888223.18628: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003482 138029 1726888223.18645: variable 'ansible_search_path' from source: unknown 138029 1726888223.18686: calling self._execute() 138029 1726888223.18873: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.18877: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.18879: variable 'omit' from source: magic vars 138029 1726888223.19302: variable '_storage_test_volume_present' from source: set_fact 138029 1726888223.19321: variable 'storage_test_volume' from source: include params 138029 1726888223.19350: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 138029 1726888223.19377: when evaluation is False, skipping this task 138029 1726888223.19381: _execute() done 138029 1726888223.19394: dumping result to json 138029 1726888223.19397: done dumping result, returning 138029 1726888223.19399: done running TaskExecutor() for managed_node3/TASK: Verify mount directory user [0affc8a3-6f6f-5a58-73a2-000000003482] 138029 1726888223.19402: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003482 138029 1726888223.19487: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003482 138029 1726888223.19512: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888223.19568: no more pending results, returning what we have 138029 1726888223.19571: results queue empty 138029 1726888223.19572: checking for any_errors_fatal 138029 1726888223.19579: done checking for any_errors_fatal 138029 1726888223.19579: checking for max_fail_percentage 138029 1726888223.19581: done checking for max_fail_percentage 138029 1726888223.19582: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.19583: done checking to see if all hosts have failed 138029 1726888223.19583: getting the remaining hosts for this loop 138029 1726888223.19585: done getting the remaining hosts for this loop 138029 1726888223.19588: getting the next task for host managed_node3 138029 1726888223.19595: done getting next task for host managed_node3 138029 1726888223.19597: ^ task is: TASK: Verify mount directory group 138029 1726888223.19614: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.19619: getting variables 138029 1726888223.19620: in VariableManager get_vars() 138029 1726888223.19646: Calling all_inventory to load vars for managed_node3 138029 1726888223.19649: Calling groups_inventory to load vars for managed_node3 138029 1726888223.19651: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.19661: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.19663: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.19666: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.19999: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.20354: done with get_vars() 138029 1726888223.20370: done getting variables 138029 1726888223.20408: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:23 -0400 (0:00:00.025) 0:03:55.927 ****** 138029 1726888223.20431: entering _queue_task() for managed_node3/assert 138029 1726888223.20613: worker is 1 (out of 1 available) 138029 1726888223.20625: exiting _queue_task() for managed_node3/assert 138029 1726888223.20637: done queuing things up, now waiting for results queue to drain 138029 1726888223.20639: waiting for pending results... 138029 1726888223.20824: running TaskExecutor() for managed_node3/TASK: Verify mount directory group 138029 1726888223.20914: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003483 138029 1726888223.20938: variable 'ansible_search_path' from source: unknown 138029 1726888223.21006: calling self._execute() 138029 1726888223.21132: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.21136: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.21140: variable 'omit' from source: magic vars 138029 1726888223.21660: variable '_storage_test_volume_present' from source: set_fact 138029 1726888223.21664: variable 'storage_test_volume' from source: include params 138029 1726888223.21666: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 138029 1726888223.21669: when evaluation is False, skipping this task 138029 1726888223.21671: _execute() done 138029 1726888223.21674: dumping result to json 138029 1726888223.21676: done dumping result, returning 138029 1726888223.21682: done running TaskExecutor() for managed_node3/TASK: Verify mount directory group [0affc8a3-6f6f-5a58-73a2-000000003483] 138029 1726888223.21684: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003483 138029 1726888223.21760: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003483 138029 1726888223.21764: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888223.21822: no more pending results, returning what we have 138029 1726888223.21825: results queue empty 138029 1726888223.21826: checking for any_errors_fatal 138029 1726888223.21835: done checking for any_errors_fatal 138029 1726888223.21836: checking for max_fail_percentage 138029 1726888223.21838: done checking for max_fail_percentage 138029 1726888223.21839: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.21839: done checking to see if all hosts have failed 138029 1726888223.21840: getting the remaining hosts for this loop 138029 1726888223.21841: done getting the remaining hosts for this loop 138029 1726888223.21845: getting the next task for host managed_node3 138029 1726888223.21853: done getting next task for host managed_node3 138029 1726888223.21858: ^ task is: TASK: Verify mount directory permissions 138029 1726888223.21870: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.21876: getting variables 138029 1726888223.21877: in VariableManager get_vars() 138029 1726888223.22019: Calling all_inventory to load vars for managed_node3 138029 1726888223.22023: Calling groups_inventory to load vars for managed_node3 138029 1726888223.22026: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.22034: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.22037: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.22040: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.22541: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.23104: done with get_vars() 138029 1726888223.23119: done getting variables 138029 1726888223.23192: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:23 -0400 (0:00:00.027) 0:03:55.955 ****** 138029 1726888223.23225: entering _queue_task() for managed_node3/assert 138029 1726888223.23513: worker is 1 (out of 1 available) 138029 1726888223.23526: exiting _queue_task() for managed_node3/assert 138029 1726888223.23538: done queuing things up, now waiting for results queue to drain 138029 1726888223.23539: waiting for pending results... 138029 1726888223.23858: running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions 138029 1726888223.23900: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003484 138029 1726888223.23905: variable 'ansible_search_path' from source: unknown 138029 1726888223.23930: calling self._execute() 138029 1726888223.24045: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.24059: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.24070: variable 'omit' from source: magic vars 138029 1726888223.24388: variable '_storage_test_volume_present' from source: set_fact 138029 1726888223.24393: variable 'storage_test_volume' from source: include params 138029 1726888223.24416: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 138029 1726888223.24419: when evaluation is False, skipping this task 138029 1726888223.24422: _execute() done 138029 1726888223.24426: dumping result to json 138029 1726888223.24428: done dumping result, returning 138029 1726888223.24433: done running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions [0affc8a3-6f6f-5a58-73a2-000000003484] 138029 1726888223.24439: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003484 138029 1726888223.24536: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003484 138029 1726888223.24540: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888223.24594: no more pending results, returning what we have 138029 1726888223.24598: results queue empty 138029 1726888223.24599: checking for any_errors_fatal 138029 1726888223.24605: done checking for any_errors_fatal 138029 1726888223.24606: checking for max_fail_percentage 138029 1726888223.24607: done checking for max_fail_percentage 138029 1726888223.24608: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.24609: done checking to see if all hosts have failed 138029 1726888223.24610: getting the remaining hosts for this loop 138029 1726888223.24611: done getting the remaining hosts for this loop 138029 1726888223.24614: getting the next task for host managed_node3 138029 1726888223.24621: done getting next task for host managed_node3 138029 1726888223.24624: ^ task is: TASK: Get path of test volume device 138029 1726888223.24631: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.24634: getting variables 138029 1726888223.24636: in VariableManager get_vars() 138029 1726888223.24668: Calling all_inventory to load vars for managed_node3 138029 1726888223.24671: Calling groups_inventory to load vars for managed_node3 138029 1726888223.24674: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.24682: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.24685: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.24687: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.25018: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.25654: done with get_vars() 138029 1726888223.25668: done getting variables 138029 1726888223.25723: 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:10:23 -0400 (0:00:00.025) 0:03:55.981 ****** 138029 1726888223.25756: entering _queue_task() for managed_node3/command 138029 1726888223.26005: worker is 1 (out of 1 available) 138029 1726888223.26019: exiting _queue_task() for managed_node3/command 138029 1726888223.26032: done queuing things up, now waiting for results queue to drain 138029 1726888223.26033: waiting for pending results... 138029 1726888223.26476: running TaskExecutor() for managed_node3/TASK: Get path of test volume device 138029 1726888223.26496: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003485 138029 1726888223.26518: variable 'ansible_search_path' from source: unknown 138029 1726888223.26571: calling self._execute() 138029 1726888223.26725: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.26730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.26734: variable 'omit' from source: magic vars 138029 1726888223.27083: variable 'storage_test_volume' from source: include params 138029 1726888223.27106: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888223.27110: when evaluation is False, skipping this task 138029 1726888223.27113: _execute() done 138029 1726888223.27116: dumping result to json 138029 1726888223.27118: done dumping result, returning 138029 1726888223.27122: done running TaskExecutor() for managed_node3/TASK: Get path of test volume device [0affc8a3-6f6f-5a58-73a2-000000003485] 138029 1726888223.27129: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003485 138029 1726888223.27227: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003485 138029 1726888223.27230: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888223.27284: no more pending results, returning what we have 138029 1726888223.27287: results queue empty 138029 1726888223.27288: checking for any_errors_fatal 138029 1726888223.27297: done checking for any_errors_fatal 138029 1726888223.27297: checking for max_fail_percentage 138029 1726888223.27299: done checking for max_fail_percentage 138029 1726888223.27299: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.27300: done checking to see if all hosts have failed 138029 1726888223.27301: getting the remaining hosts for this loop 138029 1726888223.27302: done getting the remaining hosts for this loop 138029 1726888223.27306: getting the next task for host managed_node3 138029 1726888223.27313: done getting next task for host managed_node3 138029 1726888223.27315: ^ task is: TASK: Gather swap info 138029 1726888223.27322: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.27326: getting variables 138029 1726888223.27327: in VariableManager get_vars() 138029 1726888223.27356: Calling all_inventory to load vars for managed_node3 138029 1726888223.27360: Calling groups_inventory to load vars for managed_node3 138029 1726888223.27363: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.27372: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.27375: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.27378: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.27708: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.28061: done with get_vars() 138029 1726888223.28074: done getting variables 138029 1726888223.28112: 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:10:23 -0400 (0:00:00.023) 0:03:56.004 ****** 138029 1726888223.28134: entering _queue_task() for managed_node3/command 138029 1726888223.28339: worker is 1 (out of 1 available) 138029 1726888223.28352: exiting _queue_task() for managed_node3/command 138029 1726888223.28369: done queuing things up, now waiting for results queue to drain 138029 1726888223.28370: waiting for pending results... 138029 1726888223.28560: running TaskExecutor() for managed_node3/TASK: Gather swap info 138029 1726888223.28679: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003486 138029 1726888223.28686: variable 'ansible_search_path' from source: unknown 138029 1726888223.28721: calling self._execute() 138029 1726888223.28825: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.28829: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.28837: variable 'omit' from source: magic vars 138029 1726888223.29141: variable 'storage_test_volume' from source: include params 138029 1726888223.29168: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888223.29173: when evaluation is False, skipping this task 138029 1726888223.29177: _execute() done 138029 1726888223.29179: dumping result to json 138029 1726888223.29182: done dumping result, returning 138029 1726888223.29189: done running TaskExecutor() for managed_node3/TASK: Gather swap info [0affc8a3-6f6f-5a58-73a2-000000003486] 138029 1726888223.29193: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003486 138029 1726888223.29296: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003486 138029 1726888223.29300: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888223.29347: no more pending results, returning what we have 138029 1726888223.29351: results queue empty 138029 1726888223.29351: checking for any_errors_fatal 138029 1726888223.29361: done checking for any_errors_fatal 138029 1726888223.29362: checking for max_fail_percentage 138029 1726888223.29363: done checking for max_fail_percentage 138029 1726888223.29365: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.29366: done checking to see if all hosts have failed 138029 1726888223.29367: getting the remaining hosts for this loop 138029 1726888223.29368: done getting the remaining hosts for this loop 138029 1726888223.29371: getting the next task for host managed_node3 138029 1726888223.29379: done getting next task for host managed_node3 138029 1726888223.29381: ^ task is: TASK: Verify swap status 138029 1726888223.29388: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.29392: getting variables 138029 1726888223.29393: in VariableManager get_vars() 138029 1726888223.29422: Calling all_inventory to load vars for managed_node3 138029 1726888223.29425: Calling groups_inventory to load vars for managed_node3 138029 1726888223.29428: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.29436: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.29439: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.29442: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.29800: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.30245: done with get_vars() 138029 1726888223.30262: done getting variables 138029 1726888223.30331: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:23 -0400 (0:00:00.022) 0:03:56.027 ****** 138029 1726888223.30373: entering _queue_task() for managed_node3/assert 138029 1726888223.30637: worker is 1 (out of 1 available) 138029 1726888223.30653: exiting _queue_task() for managed_node3/assert 138029 1726888223.30670: done queuing things up, now waiting for results queue to drain 138029 1726888223.30672: waiting for pending results... 138029 1726888223.30980: running TaskExecutor() for managed_node3/TASK: Verify swap status 138029 1726888223.31063: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003487 138029 1726888223.31081: variable 'ansible_search_path' from source: unknown 138029 1726888223.31107: calling self._execute() 138029 1726888223.31203: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.31207: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.31214: variable 'omit' from source: magic vars 138029 1726888223.31666: variable 'storage_test_volume' from source: include params 138029 1726888223.31669: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888223.31672: when evaluation is False, skipping this task 138029 1726888223.31675: _execute() done 138029 1726888223.31678: dumping result to json 138029 1726888223.31681: done dumping result, returning 138029 1726888223.31712: done running TaskExecutor() for managed_node3/TASK: Verify swap status [0affc8a3-6f6f-5a58-73a2-000000003487] 138029 1726888223.31715: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003487 138029 1726888223.31914: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003487 138029 1726888223.31917: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888223.31969: no more pending results, returning what we have 138029 1726888223.31973: results queue empty 138029 1726888223.31974: checking for any_errors_fatal 138029 1726888223.31979: done checking for any_errors_fatal 138029 1726888223.31980: checking for max_fail_percentage 138029 1726888223.31982: done checking for max_fail_percentage 138029 1726888223.31983: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.31984: done checking to see if all hosts have failed 138029 1726888223.31984: getting the remaining hosts for this loop 138029 1726888223.31986: done getting the remaining hosts for this loop 138029 1726888223.31992: getting the next task for host managed_node3 138029 1726888223.32002: done getting next task for host managed_node3 138029 1726888223.32005: ^ task is: TASK: Unset facts 138029 1726888223.32014: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.32019: getting variables 138029 1726888223.32021: in VariableManager get_vars() 138029 1726888223.32071: Calling all_inventory to load vars for managed_node3 138029 1726888223.32074: Calling groups_inventory to load vars for managed_node3 138029 1726888223.32078: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.32091: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.32094: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.32101: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.32741: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.33338: done with get_vars() 138029 1726888223.33348: done getting variables 138029 1726888223.33397: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:23 -0400 (0:00:00.030) 0:03:56.057 ****** 138029 1726888223.33427: entering _queue_task() for managed_node3/set_fact 138029 1726888223.33673: worker is 1 (out of 1 available) 138029 1726888223.33688: exiting _queue_task() for managed_node3/set_fact 138029 1726888223.33701: done queuing things up, now waiting for results queue to drain 138029 1726888223.33703: waiting for pending results... 138029 1726888223.34049: running TaskExecutor() for managed_node3/TASK: Unset facts 138029 1726888223.34122: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003488 138029 1726888223.34239: variable 'ansible_search_path' from source: unknown 138029 1726888223.34258: calling self._execute() 138029 1726888223.34309: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.34313: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.34324: variable 'omit' from source: magic vars 138029 1726888223.34432: variable 'omit' from source: magic vars 138029 1726888223.34512: variable 'omit' from source: magic vars 138029 1726888223.34551: variable 'omit' from source: magic vars 138029 1726888223.34589: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888223.34619: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888223.34639: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888223.34656: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888223.34669: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888223.34681: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888223.34696: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888223.34726: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888223.34775: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.34779: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.34839: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888223.34843: Set connection var ansible_timeout to 10 138029 1726888223.34849: Set connection var ansible_pipelining to False 138029 1726888223.34852: Set connection var ansible_shell_type to sh 138029 1726888223.34854: Set connection var ansible_connection to ssh 138029 1726888223.34859: Set connection var ansible_shell_executable to /bin/sh 138029 1726888223.34883: variable 'ansible_shell_executable' from source: unknown 138029 1726888223.34886: variable 'ansible_connection' from source: unknown 138029 1726888223.34889: variable 'ansible_module_compression' from source: unknown 138029 1726888223.34892: variable 'ansible_shell_type' from source: unknown 138029 1726888223.34894: variable 'ansible_shell_executable' from source: unknown 138029 1726888223.34896: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.34898: variable 'ansible_pipelining' from source: unknown 138029 1726888223.34902: variable 'ansible_timeout' from source: unknown 138029 1726888223.34905: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.35015: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888223.35025: variable 'omit' from source: magic vars 138029 1726888223.35029: starting attempt loop 138029 1726888223.35031: running the handler 138029 1726888223.35042: handler run complete 138029 1726888223.35049: attempt loop complete, returning result 138029 1726888223.35052: _execute() done 138029 1726888223.35054: dumping result to json 138029 1726888223.35058: done dumping result, returning 138029 1726888223.35102: done running TaskExecutor() for managed_node3/TASK: Unset facts [0affc8a3-6f6f-5a58-73a2-000000003488] 138029 1726888223.35105: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003488 138029 1726888223.35177: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003488 138029 1726888223.35181: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888223.35268: no more pending results, returning what we have 138029 1726888223.35271: results queue empty 138029 1726888223.35271: checking for any_errors_fatal 138029 1726888223.35277: done checking for any_errors_fatal 138029 1726888223.35278: checking for max_fail_percentage 138029 1726888223.35282: done checking for max_fail_percentage 138029 1726888223.35283: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.35284: done checking to see if all hosts have failed 138029 1726888223.35285: getting the remaining hosts for this loop 138029 1726888223.35286: done getting the remaining hosts for this loop 138029 1726888223.35289: getting the next task for host managed_node3 138029 1726888223.35300: done getting next task for host managed_node3 138029 1726888223.35303: ^ task is: TASK: Set some variables for fstab checking 138029 1726888223.35310: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.35313: getting variables 138029 1726888223.35314: in VariableManager get_vars() 138029 1726888223.35340: Calling all_inventory to load vars for managed_node3 138029 1726888223.35343: Calling groups_inventory to load vars for managed_node3 138029 1726888223.35345: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.35354: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.35361: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.35376: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.35816: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.36167: done with get_vars() 138029 1726888223.36177: done getting variables 138029 1726888223.36213: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:23 -0400 (0:00:00.028) 0:03:56.085 ****** 138029 1726888223.36236: entering _queue_task() for managed_node3/set_fact 138029 1726888223.36418: worker is 1 (out of 1 available) 138029 1726888223.36430: exiting _queue_task() for managed_node3/set_fact 138029 1726888223.36444: done queuing things up, now waiting for results queue to drain 138029 1726888223.36445: waiting for pending results... 138029 1726888223.36638: running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking 138029 1726888223.36731: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000348c 138029 1726888223.36743: variable 'ansible_search_path' from source: unknown 138029 1726888223.36777: calling self._execute() 138029 1726888223.36875: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.36879: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.36890: variable 'omit' from source: magic vars 138029 1726888223.36975: variable 'omit' from source: magic vars 138029 1726888223.37025: variable 'omit' from source: magic vars 138029 1726888223.37268: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888223.39114: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888223.39773: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888223.39778: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888223.39781: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888223.39805: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888223.39879: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888223.39933: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888223.39944: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888223.39998: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888223.40002: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888223.40042: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888223.40070: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888223.40087: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888223.40111: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888223.40124: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888223.40180: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888223.40198: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888223.40224: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888223.40445: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888223.40449: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888223.40474: variable 'storage_test_fstab' from source: set_fact 138029 1726888223.40480: variable 'storage_test_volume' from source: include params 138029 1726888223.40660: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888223.40743: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888223.40782: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888223.40802: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888223.40827: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888223.40960: 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) 138029 1726888223.40963: 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) 138029 1726888223.40965: 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) 138029 1726888223.40979: 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) 138029 1726888223.41136: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888223.41151: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888223.41194: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888223.41213: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888223.41224: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888223.41357: variable '__mount_point' from source: task vars 138029 1726888223.41412: variable 'storage_test_volume' from source: include params 138029 1726888223.41431: variable 'storage_test_fstab' from source: set_fact 138029 1726888223.41626: variable '_storage_test_volume_present' from source: set_fact 138029 1726888223.41631: variable '__mount_point' from source: task vars 138029 1726888223.41682: variable 'storage_test_volume' from source: include params 138029 1726888223.41694: variable 'storage_test_volume' from source: include params 138029 1726888223.41814: variable '_storage_test_volume_present' from source: set_fact 138029 1726888223.41817: variable '__mount_point' from source: task vars 138029 1726888223.41868: variable 'storage_test_volume' from source: include params 138029 1726888223.42092: variable '__mount_options' from source: task vars 138029 1726888223.42140: variable 'storage_test_volume' from source: include params 138029 1726888223.42155: variable '__mount_point' from source: task vars 138029 1726888223.42207: variable 'storage_test_volume' from source: include params 138029 1726888223.42218: variable 'storage_test_fstab' from source: set_fact 138029 1726888223.42318: variable '__pattern' from source: task vars 138029 1726888223.42341: variable '__mount_point' from source: task vars 138029 1726888223.42399: variable 'storage_test_volume' from source: include params 138029 1726888223.42411: variable '__mount_options' from source: task vars 138029 1726888223.42500: variable 'storage_test_volume' from source: include params 138029 1726888223.42650: variable '_storage_test_volume_present' from source: set_fact 138029 1726888223.42654: variable '__mount_options' from source: task vars 138029 1726888223.42707: variable 'storage_test_volume' from source: include params 138029 1726888223.42744: variable 'omit' from source: magic vars 138029 1726888223.42758: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888223.42780: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888223.42794: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888223.42807: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888223.42815: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888223.42830: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888223.42846: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888223.42923: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888223.42928: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.42931: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.42991: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888223.42994: Set connection var ansible_timeout to 10 138029 1726888223.42999: Set connection var ansible_pipelining to False 138029 1726888223.43002: Set connection var ansible_shell_type to sh 138029 1726888223.43004: Set connection var ansible_connection to ssh 138029 1726888223.43009: Set connection var ansible_shell_executable to /bin/sh 138029 1726888223.43030: variable 'ansible_shell_executable' from source: unknown 138029 1726888223.43033: variable 'ansible_connection' from source: unknown 138029 1726888223.43035: variable 'ansible_module_compression' from source: unknown 138029 1726888223.43037: variable 'ansible_shell_type' from source: unknown 138029 1726888223.43042: variable 'ansible_shell_executable' from source: unknown 138029 1726888223.43044: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.43046: variable 'ansible_pipelining' from source: unknown 138029 1726888223.43049: variable 'ansible_timeout' from source: unknown 138029 1726888223.43051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.43128: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888223.43136: variable 'omit' from source: magic vars 138029 1726888223.43141: starting attempt loop 138029 1726888223.43144: running the handler 138029 1726888223.43154: handler run complete 138029 1726888223.43166: attempt loop complete, returning result 138029 1726888223.43169: _execute() done 138029 1726888223.43173: dumping result to json 138029 1726888223.43176: done dumping result, returning 138029 1726888223.43185: done running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking [0affc8a3-6f6f-5a58-73a2-00000000348c] 138029 1726888223.43188: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000348c 138029 1726888223.43276: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000348c 138029 1726888223.43281: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888223.43340: no more pending results, returning what we have 138029 1726888223.43343: results queue empty 138029 1726888223.43344: checking for any_errors_fatal 138029 1726888223.43353: done checking for any_errors_fatal 138029 1726888223.43357: checking for max_fail_percentage 138029 1726888223.43360: done checking for max_fail_percentage 138029 1726888223.43361: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.43362: done checking to see if all hosts have failed 138029 1726888223.43362: getting the remaining hosts for this loop 138029 1726888223.43365: done getting the remaining hosts for this loop 138029 1726888223.43368: getting the next task for host managed_node3 138029 1726888223.43377: done getting next task for host managed_node3 138029 1726888223.43379: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888223.43386: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.43396: getting variables 138029 1726888223.43397: in VariableManager get_vars() 138029 1726888223.43431: Calling all_inventory to load vars for managed_node3 138029 1726888223.43433: Calling groups_inventory to load vars for managed_node3 138029 1726888223.43436: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.43446: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.43449: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.43451: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.43888: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.44413: done with get_vars() 138029 1726888223.44425: done getting variables 138029 1726888223.44469: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:23 -0400 (0:00:00.082) 0:03:56.168 ****** 138029 1726888223.44492: entering _queue_task() for managed_node3/assert 138029 1726888223.44727: worker is 1 (out of 1 available) 138029 1726888223.44743: exiting _queue_task() for managed_node3/assert 138029 1726888223.44759: done queuing things up, now waiting for results queue to drain 138029 1726888223.44760: waiting for pending results... 138029 1726888223.44975: running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888223.45080: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000348d 138029 1726888223.45093: variable 'ansible_search_path' from source: unknown 138029 1726888223.45196: calling self._execute() 138029 1726888223.45283: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.45286: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.45294: variable 'omit' from source: magic vars 138029 1726888223.45659: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888223.48261: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888223.48268: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888223.48272: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888223.48364: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888223.48394: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888223.48495: variable '_storage_test_volume_present' from source: set_fact 138029 1726888223.48498: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888223.48502: when evaluation is False, skipping this task 138029 1726888223.48504: _execute() done 138029 1726888223.48508: dumping result to json 138029 1726888223.48510: done dumping result, returning 138029 1726888223.48513: done running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-5a58-73a2-00000000348d] 138029 1726888223.48518: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000348d 138029 1726888223.48786: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000348d 138029 1726888223.48790: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888223.48849: no more pending results, returning what we have 138029 1726888223.48853: results queue empty 138029 1726888223.48854: checking for any_errors_fatal 138029 1726888223.48867: done checking for any_errors_fatal 138029 1726888223.48868: checking for max_fail_percentage 138029 1726888223.48870: done checking for max_fail_percentage 138029 1726888223.48870: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.48871: done checking to see if all hosts have failed 138029 1726888223.48872: getting the remaining hosts for this loop 138029 1726888223.48873: done getting the remaining hosts for this loop 138029 1726888223.48879: getting the next task for host managed_node3 138029 1726888223.48886: done getting next task for host managed_node3 138029 1726888223.48889: ^ task is: TASK: Verify the fstab mount point 138029 1726888223.48896: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.48902: getting variables 138029 1726888223.48905: in VariableManager get_vars() 138029 1726888223.48942: Calling all_inventory to load vars for managed_node3 138029 1726888223.48945: Calling groups_inventory to load vars for managed_node3 138029 1726888223.48948: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.48969: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.48975: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.48981: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.49520: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.50223: done with get_vars() 138029 1726888223.50233: done getting variables 138029 1726888223.50277: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:23 -0400 (0:00:00.058) 0:03:56.226 ****** 138029 1726888223.50301: entering _queue_task() for managed_node3/assert 138029 1726888223.50521: worker is 1 (out of 1 available) 138029 1726888223.50534: exiting _queue_task() for managed_node3/assert 138029 1726888223.50547: done queuing things up, now waiting for results queue to drain 138029 1726888223.50549: waiting for pending results... 138029 1726888223.50784: running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point 138029 1726888223.50935: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000348e 138029 1726888223.50944: variable 'ansible_search_path' from source: unknown 138029 1726888223.50980: calling self._execute() 138029 1726888223.51109: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.51116: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.51125: variable 'omit' from source: magic vars 138029 1726888223.51302: variable 'omit' from source: magic vars 138029 1726888223.51362: variable 'omit' from source: magic vars 138029 1726888223.51635: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888223.51642: variable 'storage_test_volume' from source: include params 138029 1726888223.51703: variable 'omit' from source: magic vars 138029 1726888223.51736: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888223.51780: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888223.51800: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888223.51825: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888223.51863: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888223.51868: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888223.51872: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888223.51894: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888223.51897: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.51903: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.52043: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888223.52047: Set connection var ansible_timeout to 10 138029 1726888223.52049: Set connection var ansible_pipelining to False 138029 1726888223.52060: Set connection var ansible_shell_type to sh 138029 1726888223.52062: Set connection var ansible_connection to ssh 138029 1726888223.52067: Set connection var ansible_shell_executable to /bin/sh 138029 1726888223.52081: variable 'ansible_shell_executable' from source: unknown 138029 1726888223.52084: variable 'ansible_connection' from source: unknown 138029 1726888223.52087: variable 'ansible_module_compression' from source: unknown 138029 1726888223.52089: variable 'ansible_shell_type' from source: unknown 138029 1726888223.52092: variable 'ansible_shell_executable' from source: unknown 138029 1726888223.52093: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.52095: variable 'ansible_pipelining' from source: unknown 138029 1726888223.52098: variable 'ansible_timeout' from source: unknown 138029 1726888223.52099: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.52226: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888223.52242: variable 'omit' from source: magic vars 138029 1726888223.52245: starting attempt loop 138029 1726888223.52276: running the handler 138029 1726888223.52415: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888223.54315: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888223.54376: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888223.54414: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888223.54438: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888223.54458: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888223.54510: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888223.54537: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888223.54592: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888223.54612: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888223.54623: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888223.54672: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888223.54690: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888223.54715: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888223.54740: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888223.54750: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888223.54876: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 138029 1726888223.54888: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888223.54891: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 138029 1726888223.54893: handler run complete 138029 1726888223.54917: attempt loop complete, returning result 138029 1726888223.54920: _execute() done 138029 1726888223.54922: dumping result to json 138029 1726888223.54926: done dumping result, returning 138029 1726888223.54928: done running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point [0affc8a3-6f6f-5a58-73a2-00000000348e] 138029 1726888223.54930: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000348e 138029 1726888223.55011: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000348e 138029 1726888223.55013: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888223.55088: no more pending results, returning what we have 138029 1726888223.55091: results queue empty 138029 1726888223.55092: checking for any_errors_fatal 138029 1726888223.55104: done checking for any_errors_fatal 138029 1726888223.55105: checking for max_fail_percentage 138029 1726888223.55106: done checking for max_fail_percentage 138029 1726888223.55107: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.55108: done checking to see if all hosts have failed 138029 1726888223.55109: getting the remaining hosts for this loop 138029 1726888223.55110: done getting the remaining hosts for this loop 138029 1726888223.55114: getting the next task for host managed_node3 138029 1726888223.55122: done getting next task for host managed_node3 138029 1726888223.55124: ^ task is: TASK: Verify mount_options 138029 1726888223.55140: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.55145: getting variables 138029 1726888223.55147: in VariableManager get_vars() 138029 1726888223.55185: Calling all_inventory to load vars for managed_node3 138029 1726888223.55188: Calling groups_inventory to load vars for managed_node3 138029 1726888223.55191: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.55201: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.55203: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.55205: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.55607: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.55976: done with get_vars() 138029 1726888223.55991: done getting variables 138029 1726888223.56036: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:23 -0400 (0:00:00.057) 0:03:56.284 ****** 138029 1726888223.56064: entering _queue_task() for managed_node3/assert 138029 1726888223.56305: worker is 1 (out of 1 available) 138029 1726888223.56317: exiting _queue_task() for managed_node3/assert 138029 1726888223.56330: done queuing things up, now waiting for results queue to drain 138029 1726888223.56332: waiting for pending results... 138029 1726888223.56570: running TaskExecutor() for managed_node3/TASK: Verify mount_options 138029 1726888223.56699: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000348f 138029 1726888223.56704: variable 'ansible_search_path' from source: unknown 138029 1726888223.56772: calling self._execute() 138029 1726888223.56917: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.56920: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.56924: variable 'omit' from source: magic vars 138029 1726888223.57228: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888223.59126: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888223.59198: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888223.59298: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888223.59306: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888223.59330: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888223.59436: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888223.59440: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888223.59485: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888223.59508: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888223.59538: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888223.59621: Evaluated conditional (__storage_verify_mount_options | d(false)): False 138029 1726888223.59624: when evaluation is False, skipping this task 138029 1726888223.59627: _execute() done 138029 1726888223.59630: dumping result to json 138029 1726888223.59634: done dumping result, returning 138029 1726888223.59636: done running TaskExecutor() for managed_node3/TASK: Verify mount_options [0affc8a3-6f6f-5a58-73a2-00000000348f] 138029 1726888223.59666: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000348f 138029 1726888223.59815: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000348f 138029 1726888223.59820: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 138029 1726888223.59887: no more pending results, returning what we have 138029 1726888223.59891: results queue empty 138029 1726888223.59891: checking for any_errors_fatal 138029 1726888223.59899: done checking for any_errors_fatal 138029 1726888223.59900: checking for max_fail_percentage 138029 1726888223.59901: done checking for max_fail_percentage 138029 1726888223.59902: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.59903: done checking to see if all hosts have failed 138029 1726888223.59903: getting the remaining hosts for this loop 138029 1726888223.59905: done getting the remaining hosts for this loop 138029 1726888223.59908: getting the next task for host managed_node3 138029 1726888223.59916: done getting next task for host managed_node3 138029 1726888223.59918: ^ task is: TASK: Verify fingerprint 138029 1726888223.59925: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.59929: getting variables 138029 1726888223.59930: in VariableManager get_vars() 138029 1726888223.59965: Calling all_inventory to load vars for managed_node3 138029 1726888223.59970: Calling groups_inventory to load vars for managed_node3 138029 1726888223.59973: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.59997: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.60000: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.60003: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.60469: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.60917: done with get_vars() 138029 1726888223.60927: done getting variables 138029 1726888223.60971: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:23 -0400 (0:00:00.049) 0:03:56.333 ****** 138029 1726888223.60995: entering _queue_task() for managed_node3/assert 138029 1726888223.61204: worker is 1 (out of 1 available) 138029 1726888223.61217: exiting _queue_task() for managed_node3/assert 138029 1726888223.61230: done queuing things up, now waiting for results queue to drain 138029 1726888223.61232: waiting for pending results... 138029 1726888223.61487: running TaskExecutor() for managed_node3/TASK: Verify fingerprint 138029 1726888223.61574: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003490 138029 1726888223.61587: variable 'ansible_search_path' from source: unknown 138029 1726888223.61615: calling self._execute() 138029 1726888223.61724: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.61729: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.61740: variable 'omit' from source: magic vars 138029 1726888223.61824: variable 'omit' from source: magic vars 138029 1726888223.61882: variable 'omit' from source: magic vars 138029 1726888223.61906: variable 'omit' from source: magic vars 138029 1726888223.61940: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888223.61976: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888223.61993: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888223.62009: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888223.62020: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888223.62032: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888223.62049: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888223.62077: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888223.62081: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.62084: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.62168: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888223.62172: Set connection var ansible_timeout to 10 138029 1726888223.62175: Set connection var ansible_pipelining to False 138029 1726888223.62177: Set connection var ansible_shell_type to sh 138029 1726888223.62180: Set connection var ansible_connection to ssh 138029 1726888223.62189: Set connection var ansible_shell_executable to /bin/sh 138029 1726888223.62207: variable 'ansible_shell_executable' from source: unknown 138029 1726888223.62210: variable 'ansible_connection' from source: unknown 138029 1726888223.62213: variable 'ansible_module_compression' from source: unknown 138029 1726888223.62216: variable 'ansible_shell_type' from source: unknown 138029 1726888223.62218: variable 'ansible_shell_executable' from source: unknown 138029 1726888223.62220: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.62224: variable 'ansible_pipelining' from source: unknown 138029 1726888223.62227: variable 'ansible_timeout' from source: unknown 138029 1726888223.62229: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.62337: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888223.62347: variable 'omit' from source: magic vars 138029 1726888223.62351: starting attempt loop 138029 1726888223.62354: running the handler 138029 1726888223.62571: variable '__fingerprint' from source: task vars 138029 1726888223.62575: variable 'storage_test_fstab' from source: set_fact 138029 1726888223.62593: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 138029 1726888223.62597: handler run complete 138029 1726888223.62608: attempt loop complete, returning result 138029 1726888223.62611: _execute() done 138029 1726888223.62614: dumping result to json 138029 1726888223.62619: done dumping result, returning 138029 1726888223.62630: done running TaskExecutor() for managed_node3/TASK: Verify fingerprint [0affc8a3-6f6f-5a58-73a2-000000003490] 138029 1726888223.62633: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003490 138029 1726888223.62720: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003490 138029 1726888223.62723: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888223.62782: no more pending results, returning what we have 138029 1726888223.62785: results queue empty 138029 1726888223.62786: checking for any_errors_fatal 138029 1726888223.62793: done checking for any_errors_fatal 138029 1726888223.62794: checking for max_fail_percentage 138029 1726888223.62795: done checking for max_fail_percentage 138029 1726888223.62796: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.62797: done checking to see if all hosts have failed 138029 1726888223.62797: getting the remaining hosts for this loop 138029 1726888223.62799: done getting the remaining hosts for this loop 138029 1726888223.62802: getting the next task for host managed_node3 138029 1726888223.62809: done getting next task for host managed_node3 138029 1726888223.62812: ^ task is: TASK: Clean up variables 138029 1726888223.62819: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.62822: getting variables 138029 1726888223.62824: in VariableManager get_vars() 138029 1726888223.62854: Calling all_inventory to load vars for managed_node3 138029 1726888223.62857: Calling groups_inventory to load vars for managed_node3 138029 1726888223.62860: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.62871: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.62874: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.62876: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.63226: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.63587: done with get_vars() 138029 1726888223.63597: done getting variables 138029 1726888223.63636: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:23 -0400 (0:00:00.026) 0:03:56.360 ****** 138029 1726888223.63660: entering _queue_task() for managed_node3/set_fact 138029 1726888223.63850: worker is 1 (out of 1 available) 138029 1726888223.63865: exiting _queue_task() for managed_node3/set_fact 138029 1726888223.63878: done queuing things up, now waiting for results queue to drain 138029 1726888223.63880: waiting for pending results... 138029 1726888223.64076: running TaskExecutor() for managed_node3/TASK: Clean up variables 138029 1726888223.64161: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003491 138029 1726888223.64177: variable 'ansible_search_path' from source: unknown 138029 1726888223.64207: calling self._execute() 138029 1726888223.64307: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.64310: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.64321: variable 'omit' from source: magic vars 138029 1726888223.64409: variable 'omit' from source: magic vars 138029 1726888223.64464: variable 'omit' from source: magic vars 138029 1726888223.64491: variable 'omit' from source: magic vars 138029 1726888223.64523: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888223.64554: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888223.64577: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888223.64591: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888223.64601: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888223.64615: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888223.64627: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888223.64650: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888223.64661: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.64664: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.64743: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888223.64747: Set connection var ansible_timeout to 10 138029 1726888223.64753: Set connection var ansible_pipelining to False 138029 1726888223.64757: Set connection var ansible_shell_type to sh 138029 1726888223.64759: Set connection var ansible_connection to ssh 138029 1726888223.64768: Set connection var ansible_shell_executable to /bin/sh 138029 1726888223.64792: variable 'ansible_shell_executable' from source: unknown 138029 1726888223.64795: variable 'ansible_connection' from source: unknown 138029 1726888223.64798: variable 'ansible_module_compression' from source: unknown 138029 1726888223.64800: variable 'ansible_shell_type' from source: unknown 138029 1726888223.64803: variable 'ansible_shell_executable' from source: unknown 138029 1726888223.64805: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.64807: variable 'ansible_pipelining' from source: unknown 138029 1726888223.64810: variable 'ansible_timeout' from source: unknown 138029 1726888223.64814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.64924: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888223.64934: variable 'omit' from source: magic vars 138029 1726888223.64939: starting attempt loop 138029 1726888223.64942: running the handler 138029 1726888223.64953: handler run complete 138029 1726888223.64964: attempt loop complete, returning result 138029 1726888223.64969: _execute() done 138029 1726888223.64972: dumping result to json 138029 1726888223.64974: done dumping result, returning 138029 1726888223.64981: done running TaskExecutor() for managed_node3/TASK: Clean up variables [0affc8a3-6f6f-5a58-73a2-000000003491] 138029 1726888223.64984: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003491 138029 1726888223.65074: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003491 138029 1726888223.65078: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888223.65142: no more pending results, returning what we have 138029 1726888223.65144: results queue empty 138029 1726888223.65145: checking for any_errors_fatal 138029 1726888223.65153: done checking for any_errors_fatal 138029 1726888223.65154: checking for max_fail_percentage 138029 1726888223.65157: done checking for max_fail_percentage 138029 1726888223.65158: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.65158: done checking to see if all hosts have failed 138029 1726888223.65159: getting the remaining hosts for this loop 138029 1726888223.65160: done getting the remaining hosts for this loop 138029 1726888223.65163: getting the next task for host managed_node3 138029 1726888223.65176: done getting next task for host managed_node3 138029 1726888223.65178: ^ task is: TASK: Verify fs type 138029 1726888223.65185: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.65189: getting variables 138029 1726888223.65190: in VariableManager get_vars() 138029 1726888223.65216: Calling all_inventory to load vars for managed_node3 138029 1726888223.65218: Calling groups_inventory to load vars for managed_node3 138029 1726888223.65220: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.65228: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.65231: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.65233: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.65572: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.65926: done with get_vars() 138029 1726888223.65937: done getting variables 138029 1726888223.65976: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:23 -0400 (0:00:00.023) 0:03:56.383 ****** 138029 1726888223.65999: entering _queue_task() for managed_node3/assert 138029 1726888223.66193: worker is 1 (out of 1 available) 138029 1726888223.66207: exiting _queue_task() for managed_node3/assert 138029 1726888223.66219: done queuing things up, now waiting for results queue to drain 138029 1726888223.66220: waiting for pending results... 138029 1726888223.66420: running TaskExecutor() for managed_node3/TASK: Verify fs type 138029 1726888223.66519: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003495 138029 1726888223.66532: variable 'ansible_search_path' from source: unknown 138029 1726888223.66567: calling self._execute() 138029 1726888223.66673: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.66679: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.66691: variable 'omit' from source: magic vars 138029 1726888223.66990: variable 'storage_test_volume' from source: include params 138029 1726888223.67013: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888223.67087: variable 'storage_test_volume' from source: include params 138029 1726888223.67101: Evaluated conditional (storage_test_volume.fs_type): True 138029 1726888223.67165: variable '_storage_test_volume_present' from source: set_fact 138029 1726888223.67172: Evaluated conditional (_storage_test_volume_present): False 138029 1726888223.67175: when evaluation is False, skipping this task 138029 1726888223.67178: _execute() done 138029 1726888223.67180: dumping result to json 138029 1726888223.67182: done dumping result, returning 138029 1726888223.67190: done running TaskExecutor() for managed_node3/TASK: Verify fs type [0affc8a3-6f6f-5a58-73a2-000000003495] 138029 1726888223.67194: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003495 138029 1726888223.67295: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003495 138029 1726888223.67298: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888223.67349: no more pending results, returning what we have 138029 1726888223.67352: results queue empty 138029 1726888223.67353: checking for any_errors_fatal 138029 1726888223.67363: done checking for any_errors_fatal 138029 1726888223.67372: checking for max_fail_percentage 138029 1726888223.67374: done checking for max_fail_percentage 138029 1726888223.67375: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.67376: done checking to see if all hosts have failed 138029 1726888223.67376: getting the remaining hosts for this loop 138029 1726888223.67378: done getting the remaining hosts for this loop 138029 1726888223.67382: getting the next task for host managed_node3 138029 1726888223.67390: done getting next task for host managed_node3 138029 1726888223.67392: ^ task is: TASK: Verify fs label 138029 1726888223.67399: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.67403: getting variables 138029 1726888223.67404: in VariableManager get_vars() 138029 1726888223.67430: Calling all_inventory to load vars for managed_node3 138029 1726888223.67433: Calling groups_inventory to load vars for managed_node3 138029 1726888223.67435: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.67443: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.67446: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.67448: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.67774: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.68134: done with get_vars() 138029 1726888223.68144: done getting variables 138029 1726888223.68186: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:23 -0400 (0:00:00.022) 0:03:56.405 ****** 138029 1726888223.68208: entering _queue_task() for managed_node3/assert 138029 1726888223.68395: worker is 1 (out of 1 available) 138029 1726888223.68408: exiting _queue_task() for managed_node3/assert 138029 1726888223.68419: done queuing things up, now waiting for results queue to drain 138029 1726888223.68420: waiting for pending results... 138029 1726888223.68609: running TaskExecutor() for managed_node3/TASK: Verify fs label 138029 1726888223.68700: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003496 138029 1726888223.68712: variable 'ansible_search_path' from source: unknown 138029 1726888223.68740: calling self._execute() 138029 1726888223.68840: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.68843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.68852: variable 'omit' from source: magic vars 138029 1726888223.69147: variable 'storage_test_volume' from source: include params 138029 1726888223.69172: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888223.69291: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888223.71142: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888223.71190: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888223.71225: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888223.71250: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888223.71274: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888223.71326: variable '_storage_test_volume_present' from source: set_fact 138029 1726888223.71338: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888223.71341: when evaluation is False, skipping this task 138029 1726888223.71343: _execute() done 138029 1726888223.71346: dumping result to json 138029 1726888223.71349: done dumping result, returning 138029 1726888223.71356: done running TaskExecutor() for managed_node3/TASK: Verify fs label [0affc8a3-6f6f-5a58-73a2-000000003496] 138029 1726888223.71364: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003496 138029 1726888223.71452: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003496 138029 1726888223.71454: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888223.71519: no more pending results, returning what we have 138029 1726888223.71522: results queue empty 138029 1726888223.71523: checking for any_errors_fatal 138029 1726888223.71532: done checking for any_errors_fatal 138029 1726888223.71533: checking for max_fail_percentage 138029 1726888223.71534: done checking for max_fail_percentage 138029 1726888223.71535: checking to see if all hosts have failed and the running result is not ok 138029 1726888223.71536: done checking to see if all hosts have failed 138029 1726888223.71536: getting the remaining hosts for this loop 138029 1726888223.71538: done getting the remaining hosts for this loop 138029 1726888223.71541: getting the next task for host managed_node3 138029 1726888223.71551: done getting next task for host managed_node3 138029 1726888223.71554: ^ task is: TASK: See whether the device node is present 138029 1726888223.71562: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888223.71569: getting variables 138029 1726888223.71571: in VariableManager get_vars() 138029 1726888223.71603: Calling all_inventory to load vars for managed_node3 138029 1726888223.71605: Calling groups_inventory to load vars for managed_node3 138029 1726888223.71608: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888223.71617: Calling all_plugins_play to load vars for managed_node3 138029 1726888223.71620: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888223.71623: Calling groups_plugins_play to load vars for managed_node3 138029 1726888223.71977: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888223.72585: done with get_vars() 138029 1726888223.72594: 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:10:23 -0400 (0:00:00.044) 0:03:56.450 ****** 138029 1726888223.72659: entering _queue_task() for managed_node3/stat 138029 1726888223.72850: worker is 1 (out of 1 available) 138029 1726888223.72865: exiting _queue_task() for managed_node3/stat 138029 1726888223.72877: done queuing things up, now waiting for results queue to drain 138029 1726888223.72879: waiting for pending results... 138029 1726888223.73072: running TaskExecutor() for managed_node3/TASK: See whether the device node is present 138029 1726888223.73187: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000349a 138029 1726888223.73198: variable 'ansible_search_path' from source: unknown 138029 1726888223.73230: calling self._execute() 138029 1726888223.73329: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.73340: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.73349: variable 'omit' from source: magic vars 138029 1726888223.73439: variable 'omit' from source: magic vars 138029 1726888223.73484: variable 'omit' from source: magic vars 138029 1726888223.73671: variable 'storage_test_volume' from source: include params 138029 1726888223.73707: variable 'omit' from source: magic vars 138029 1726888223.73737: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888223.73774: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888223.73787: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888223.73803: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888223.73813: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888223.73826: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888223.73839: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888223.73864: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888223.73871: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.73873: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.73949: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888223.73953: Set connection var ansible_timeout to 10 138029 1726888223.73959: Set connection var ansible_pipelining to False 138029 1726888223.73962: Set connection var ansible_shell_type to sh 138029 1726888223.73964: Set connection var ansible_connection to ssh 138029 1726888223.73997: Set connection var ansible_shell_executable to /bin/sh 138029 1726888223.74000: variable 'ansible_shell_executable' from source: unknown 138029 1726888223.74003: variable 'ansible_connection' from source: unknown 138029 1726888223.74006: variable 'ansible_module_compression' from source: unknown 138029 1726888223.74008: variable 'ansible_shell_type' from source: unknown 138029 1726888223.74011: variable 'ansible_shell_executable' from source: unknown 138029 1726888223.74013: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888223.74015: variable 'ansible_pipelining' from source: unknown 138029 1726888223.74018: variable 'ansible_timeout' from source: unknown 138029 1726888223.74020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888223.74169: 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) 138029 1726888223.74176: variable 'omit' from source: magic vars 138029 1726888223.74181: starting attempt loop 138029 1726888223.74184: running the handler 138029 1726888223.74193: _low_level_execute_command(): starting 138029 1726888223.74207: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888223.74718: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888223.74722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888223.74726: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888223.74729: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888223.74785: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888223.74788: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888223.74791: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888223.74848: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888223.76550: stdout chunk (state=3): >>>/root <<< 138029 1726888223.76649: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888223.76677: stderr chunk (state=3): >>><<< 138029 1726888223.76680: stdout chunk (state=3): >>><<< 138029 1726888223.76702: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888223.76714: _low_level_execute_command(): starting 138029 1726888223.76721: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888223.767032-145265-187854630657474 `" && echo ansible-tmp-1726888223.767032-145265-187854630657474="` echo /root/.ansible/tmp/ansible-tmp-1726888223.767032-145265-187854630657474 `" ) && sleep 0' 138029 1726888223.77151: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888223.77154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888223.77169: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888223.77172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888223.77175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888223.77218: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888223.77224: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888223.77270: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888223.79198: stdout chunk (state=3): >>>ansible-tmp-1726888223.767032-145265-187854630657474=/root/.ansible/tmp/ansible-tmp-1726888223.767032-145265-187854630657474 <<< 138029 1726888223.79306: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888223.79332: stderr chunk (state=3): >>><<< 138029 1726888223.79335: stdout chunk (state=3): >>><<< 138029 1726888223.79348: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888223.767032-145265-187854630657474=/root/.ansible/tmp/ansible-tmp-1726888223.767032-145265-187854630657474 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888223.79392: variable 'ansible_module_compression' from source: unknown 138029 1726888223.79442: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888223.79473: variable 'ansible_facts' from source: unknown 138029 1726888223.79520: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888223.767032-145265-187854630657474/AnsiballZ_stat.py 138029 1726888223.79617: Sending initial data 138029 1726888223.79620: Sent initial data (154 bytes) 138029 1726888223.80012: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888223.80021: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888223.80040: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888223.80044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888223.80105: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888223.80108: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888223.80151: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888223.81705: 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 <<< 138029 1726888223.81765: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888223.81814: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpuhlqkpfq /root/.ansible/tmp/ansible-tmp-1726888223.767032-145265-187854630657474/AnsiballZ_stat.py <<< 138029 1726888223.81819: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888223.767032-145265-187854630657474/AnsiballZ_stat.py" <<< 138029 1726888223.81895: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpuhlqkpfq" to remote "/root/.ansible/tmp/ansible-tmp-1726888223.767032-145265-187854630657474/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888223.767032-145265-187854630657474/AnsiballZ_stat.py" <<< 138029 1726888223.82443: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888223.82477: stderr chunk (state=3): >>><<< 138029 1726888223.82480: stdout chunk (state=3): >>><<< 138029 1726888223.82501: done transferring module to remote 138029 1726888223.82512: _low_level_execute_command(): starting 138029 1726888223.82515: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888223.767032-145265-187854630657474/ /root/.ansible/tmp/ansible-tmp-1726888223.767032-145265-187854630657474/AnsiballZ_stat.py && sleep 0' 138029 1726888223.82933: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888223.82936: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888223.82938: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888223.82941: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888223.82996: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888223.83002: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888223.83052: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888223.84771: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888223.84794: stderr chunk (state=3): >>><<< 138029 1726888223.84797: stdout chunk (state=3): >>><<< 138029 1726888223.84810: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888223.84814: _low_level_execute_command(): starting 138029 1726888223.84816: _low_level_execute_command(): using become for this command 138029 1726888223.84827: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-hukfwvkdotnshfeiicznqjkyrpayordk ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888223.767032-145265-187854630657474/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888223.84905: Initial state: awaiting_escalation: BECOME-SUCCESS-hukfwvkdotnshfeiicznqjkyrpayordk 138029 1726888223.85275: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888223.85279: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888223.85300: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888223.85316: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888223.85373: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888223.88231: stdout chunk (state=1): >>>BECOME-SUCCESS-hukfwvkdotnshfeiicznqjkyrpayordk <<< 138029 1726888223.88235: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-hukfwvkdotnshfeiicznqjkyrpayordk' 138029 1726888223.88574: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888223.88609: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888223.88638: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888223.88644: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888223.88714: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888223.88722: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888223.88758: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888223.88786: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888223.88806: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888223.88824: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888223.88876: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888223.88881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888223.88900: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888223.88922: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888223.88969: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888223.88979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888223.88995: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011d683e0> <<< 138029 1726888223.89001: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011d37a10> <<< 138029 1726888223.89031: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888223.89043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888223.89052: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011d6a960> <<< 138029 1726888223.89070: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888223.89092: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888223.89096: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888223.89118: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888223.89153: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888223.89167: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888223.89243: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888223.89276: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888223.89279: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888223.89307: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888223.89314: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888223.89334: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888223.89344: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888223.89368: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888223.89371: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888223.89406: 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 <<< 138029 1726888223.89415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888223.89430: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011b5cfe0> <<< 138029 1726888223.89506: 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 <<< 138029 1726888223.89509: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888223.89512: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011b5dfd0> <<< 138029 1726888223.89541: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888223.89564: 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. <<< 138029 1726888223.89813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888223.89820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888223.89853: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888223.89859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888223.89881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888223.89922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888223.89947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888223.89971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888223.89983: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011b9bec0> <<< 138029 1726888223.90002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888223.90023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888223.90059: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888223.90073: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011b9bf80> <<< 138029 1726888223.90075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888223.90103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888223.90125: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888223.90179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888223.90192: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888223.90220: 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' <<< 138029 1726888223.90230: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011bd3860> <<< 138029 1726888223.90244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888223.90268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888223.90276: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011bd3ef0> <<< 138029 1726888223.90282: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888223.90329: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011bb3b60> <<< 138029 1726888223.90337: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888223.90376: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011bb12b0> <<< 138029 1726888223.90462: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011b99070> <<< 138029 1726888223.90494: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888223.90505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888223.90525: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888223.90544: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888223.90577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888223.90599: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888223.90605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888223.90630: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011bf7860> <<< 138029 1726888223.90651: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011bf6480> <<< 138029 1726888223.90680: 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' <<< 138029 1726888223.90684: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011bb2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011bf4bc0> <<< 138029 1726888223.90732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888223.90752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c288f0> <<< 138029 1726888223.90768: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011b982f0> <<< 138029 1726888223.90773: 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' <<< 138029 1726888223.90799: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888223.90820: 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 0x7fc011c28da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c28c50> <<< 138029 1726888223.90844: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888223.90862: 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 0x7fc011c29010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011b96e10> <<< 138029 1726888223.90891: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888223.90897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888223.90925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888223.90947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888223.90971: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c29670> <<< 138029 1726888223.90978: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c29370> import 'importlib.machinery' # <<< 138029 1726888223.91008: 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' <<< 138029 1726888223.91023: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c2a540> <<< 138029 1726888223.91044: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888223.91047: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888223.91076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888223.91105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888223.91130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888223.91149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c40740> <<< 138029 1726888223.91159: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888223.91179: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888223.91199: 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 0x7fc011c41e80> <<< 138029 1726888223.91210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888223.91221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888223.91256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888223.91268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c42cf0> <<< 138029 1726888223.91302: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888223.91306: 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 0x7fc011c43320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c42270> <<< 138029 1726888223.91336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888223.91344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888223.91390: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888223.91397: 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 0x7fc011c43da0> <<< 138029 1726888223.91405: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c434d0> <<< 138029 1726888223.91446: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c2a4b0> <<< 138029 1726888223.91474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888223.91490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888223.91516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888223.91529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888223.91585: 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' <<< 138029 1726888223.91589: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc0119c3c50> <<< 138029 1726888223.91594: 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' <<< 138029 1726888223.91624: 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 0x7fc0119ec740> <<< 138029 1726888223.91629: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0119ec4a0> <<< 138029 1726888223.91656: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888223.91662: 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 0x7fc0119ec770> <<< 138029 1726888223.91694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888223.91701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888223.91762: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888223.91887: 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 0x7fc0119ed070> <<< 138029 1726888223.91998: 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 0x7fc0119eda60> <<< 138029 1726888223.92005: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0119ec950> <<< 138029 1726888223.92016: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0119c1df0> <<< 138029 1726888223.92045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888223.92060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888223.92089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888223.92103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888223.92109: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0119eede0> <<< 138029 1726888223.92131: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0119edb50> <<< 138029 1726888223.92154: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c2ac60> <<< 138029 1726888223.92175: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888223.92245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888223.92256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888223.92291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888223.92318: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011a1b140> <<< 138029 1726888223.92380: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888223.92385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888223.92409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888223.92426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888223.92474: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011a43500> <<< 138029 1726888223.92490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888223.92541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888223.92592: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888223.92615: 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 0x7fc011a9c2f0> <<< 138029 1726888223.92631: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888223.92674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888223.92692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888223.92731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888223.92816: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011a9ea50> <<< 138029 1726888223.92893: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011a9c410> <<< 138029 1726888223.92927: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011a692e0> <<< 138029 1726888223.92959: 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' <<< 138029 1726888223.92964: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011329400> <<< 138029 1726888223.92982: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011a42300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0119efd40> <<< 138029 1726888223.93142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888223.93164: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc011a42900> <<< 138029 1726888223.93515: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_4qhkdrw7/ansible_stat_payload.zip' <<< 138029 1726888223.93521: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.93649: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.93674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888223.93683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888223.93728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888223.93800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888223.93834: 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 0x7fc01137f0e0> <<< 138029 1726888223.93840: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888223.94022: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01135dfd0> <<< 138029 1726888223.94030: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01135d130> # zipimport: zlib available <<< 138029 1726888223.94064: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888223.94081: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.94092: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.94097: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.94114: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888223.94129: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.95514: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.96628: 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' <<< 138029 1726888223.96637: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01137cfb0> <<< 138029 1726888223.96659: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888223.96672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888223.96687: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888223.96694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888223.96718: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888223.96724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888223.96752: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888223.96761: 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 0x7fc0113a6b40> <<< 138029 1726888223.96789: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0113a68d0> <<< 138029 1726888223.96819: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0113a61e0> <<< 138029 1726888223.96838: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888223.96854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888223.96890: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0113a6ba0> <<< 138029 1726888223.96901: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01137fd70> import 'atexit' # <<< 138029 1726888223.96928: 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 0x7fc0113a7830> <<< 138029 1726888223.96959: 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 0x7fc0113a7a70> <<< 138029 1726888223.96982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888223.97018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888223.97034: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888223.97077: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0113a7fb0> <<< 138029 1726888223.97097: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888223.97107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888223.97134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888223.97169: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011215d00> <<< 138029 1726888223.97204: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888223.97208: 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 0x7fc011217920> <<< 138029 1726888223.97228: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888223.97232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888223.97276: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011218320> <<< 138029 1726888223.97286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888223.97326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888223.97335: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0112194c0> <<< 138029 1726888223.97361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888223.97392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888223.97420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888223.97427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888223.97475: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01121bf50> <<< 138029 1726888223.97512: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888223.97525: 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 0x7fc011c42b70> <<< 138029 1726888223.97533: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01121a210> <<< 138029 1726888223.97557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888223.97579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888223.97604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888223.97609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888223.97625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888223.97658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888223.97680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888223.97685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011223f20> <<< 138029 1726888223.97701: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888223.97774: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0112229f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011222780> <<< 138029 1726888223.97790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888223.97795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888223.97877: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011222cc0> <<< 138029 1726888223.97896: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01121a720> <<< 138029 1726888223.97927: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888223.97932: 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 0x7fc011267fb0> <<< 138029 1726888223.97957: 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 0x7fc0112682c0> <<< 138029 1726888223.97981: 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 <<< 138029 1726888223.97997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888223.98013: 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' <<< 138029 1726888223.98056: 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 0x7fc011269d30> <<< 138029 1726888223.98068: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011269af0> <<< 138029 1726888223.98079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888223.98171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888223.98218: 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 0x7fc01126c320> <<< 138029 1726888223.98223: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01126a420> <<< 138029 1726888223.98244: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888223.98279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888223.98307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888223.98320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888223.98324: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888223.98368: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01126fb00> <<< 138029 1726888223.98485: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01126c4d0> <<< 138029 1726888223.98545: 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 0x7fc011270bc0> <<< 138029 1726888223.98576: 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 0x7fc011270d40> <<< 138029 1726888223.98612: 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 0x7fc011270dd0> <<< 138029 1726888223.98638: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0112683b0> <<< 138029 1726888223.98661: 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 <<< 138029 1726888223.98664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888223.98673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888223.98696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888223.98721: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888223.98749: 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 0x7fc0112fc3e0> <<< 138029 1726888223.98885: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888223.98905: 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 0x7fc0112fd640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011272b70> <<< 138029 1726888223.98952: 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 0x7fc011273f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0112727b0> <<< 138029 1726888223.98971: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.98975: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.98993: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888223.98998: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.99089: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.99173: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.99201: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888223.99216: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.99219: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.99224: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888223.99242: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.99363: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888223.99578: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.00004: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.00597: 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' <<< 138029 1726888224.00637: 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 0x7fc011101820> <<< 138029 1726888224.00718: 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' <<< 138029 1726888224.00745: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0111025d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0112fd7f0> <<< 138029 1726888224.00808: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888224.00844: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.00848: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888224.00870: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.01016: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.01172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888224.01176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0111025a0> <<< 138029 1726888224.01198: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.01652: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.02079: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.02149: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.02236: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888224.02275: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.02312: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888224.02338: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.02387: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.02475: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 138029 1726888224.02507: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888224.02520: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.02574: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.02607: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888224.02832: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.03063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888224.03122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888224.03126: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888224.03202: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011103920> <<< 138029 1726888224.03205: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.03276: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.03361: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888224.03398: 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 <<< 138029 1726888224.03439: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.03488: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888224.03528: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.03573: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.03628: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.03698: 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 <<< 138029 1726888224.03733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888224.03820: 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 0x7fc01110e360> <<< 138029 1726888224.03859: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0111090a0> <<< 138029 1726888224.03896: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888224.03998: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.04033: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.04053: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.04107: 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 <<< 138029 1726888224.04123: 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 <<< 138029 1726888224.04160: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888224.04185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888224.04226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888224.04231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888224.04271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888224.04322: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011202c60> <<< 138029 1726888224.04357: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0113e2930> <<< 138029 1726888224.04448: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01110e4b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0112fd850> <<< 138029 1726888224.04451: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888224.04518: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888224.04592: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888224.04626: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888224.04729: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.04929: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.05046: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/dev/mapper/vg1-Lv2", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888224.05070: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888224.05305: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888224.05388: 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 <<< 138029 1726888224.05479: stdout chunk (state=3): >>># cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.<<< 138029 1726888224.05487: stdout chunk (state=3): >>>formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 138029 1726888224.05781: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888224.05784: 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 <<< 138029 1726888224.05787: stdout chunk (state=3): >>># destroy ipaddress # destroy ntpath <<< 138029 1726888224.05804: stdout chunk (state=3): >>># destroy importlib <<< 138029 1726888224.05824: 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 <<< 138029 1726888224.05846: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888224.05880: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888224.05884: stdout chunk (state=3): >>># destroy array <<< 138029 1726888224.05886: stdout chunk (state=3): >>># destroy datetime # destroy selinux <<< 138029 1726888224.05904: stdout chunk (state=3): >>># destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888224.05936: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 138029 1726888224.05951: 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 <<< 138029 1726888224.05982: 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 <<< 138029 1726888224.05995: 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 <<< 138029 1726888224.06093: 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<<< 138029 1726888224.06121: stdout chunk (state=3): >>> # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] 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 <<< 138029 1726888224.06191: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888224.06211: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 138029 1726888224.06250: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888224.06264: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888224.06285: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888224.06303: 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 <<< 138029 1726888224.06481: 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 <<< 138029 1726888224.06583: stdout chunk (state=3): >>># 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 <<< 138029 1726888224.06928: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888224.06971: stderr chunk (state=3): >>><<< 138029 1726888224.06974: stdout chunk (state=3): >>><<< 138029 1726888224.07379: _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 0x7fc011d683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011d37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011d6a960> 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 0x7fc011b5cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fc011b5dfd0> 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 0x7fc011b9bec0> # /usr/lib64/python3.12/__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 0x7fc011b9bf80> # /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 0x7fc011bd3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011bd3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011bb3b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011bb12b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011b99070> # /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 0x7fc011bf7860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011bf6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011bb2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011bf4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c288f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011b982f0> # /usr/lib64/python3.12/__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 0x7fc011c28da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c28c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc011c29010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011b96e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fc011c29670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c29370> 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 0x7fc011c2a540> 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 0x7fc011c40740> 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 0x7fc011c41e80> # /usr/lib64/python3.12/__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 0x7fc011c42cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc011c43320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c42270> # /usr/lib64/python3.12/__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 0x7fc011c43da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c434d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c2a4b0> # /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 0x7fc0119c3c50> # /usr/lib64/python3.12/__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 0x7fc0119ec740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0119ec4a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc0119ec770> # /usr/lib64/python3.12/__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 0x7fc0119ed070> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc0119eda60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0119ec950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0119c1df0> # /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 0x7fc0119eede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0119edb50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011c2ac60> # /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 0x7fc011a1b140> # /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 0x7fc011a43500> # /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 0x7fc011a9c2f0> # /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 0x7fc011a9ea50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011a9c410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011a692e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011329400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011a42300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0119efd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc011a42900> # zipimport: found 30 names in '/tmp/ansible_stat_payload_4qhkdrw7/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 0x7fc01137f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01135dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01135d130> # 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 0x7fc01137cfb0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fc0113a6b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0113a68d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0113a61e0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fc0113a6ba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01137fd70> 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 0x7fc0113a7830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc0113a7a70> # /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 0x7fc0113a7fb0> 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 0x7fc011215d00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc011217920> # /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 0x7fc011218320> # /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 0x7fc0112194c0> # /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 0x7fc01121bf50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc011c42b70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01121a210> # /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 0x7fc011223f20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0112229f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011222780> # /usr/lib64/python3.12/__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 0x7fc011222cc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01121a720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc011267fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0112682c0> # /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 0x7fc011269d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011269af0> # /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 0x7fc01126c320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01126a420> # /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 0x7fc01126fb00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01126c4d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc011270bc0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc011270d40> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc011270dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0112683b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fc0112fc3e0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc0112fd640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc011272b70> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc011273f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0112727b0> # 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 0x7fc011101820> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fc0111025d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0112fd7f0> 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 0x7fc0111025a0> # 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 0x7fc011103920> # 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 0x7fc01110e360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0111090a0> 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 0x7fc011202c60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0113e2930> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc01110e4b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc0112fd850> # 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": "/dev/mapper/vg1-Lv2", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888224.07982: done with _execute_module (stat, {'path': '/dev/mapper/vg1-Lv2', '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-1726888223.767032-145265-187854630657474/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888224.07986: _low_level_execute_command(): starting 138029 1726888224.07989: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888223.767032-145265-187854630657474/ > /dev/null 2>&1 && sleep 0' 138029 1726888224.08174: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888224.08177: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888224.08179: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888224.08181: 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 <<< 138029 1726888224.08183: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888224.08240: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888224.08242: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888224.08286: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888224.10135: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888224.10138: stdout chunk (state=3): >>><<< 138029 1726888224.10141: stderr chunk (state=3): >>><<< 138029 1726888224.10158: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888224.10361: handler run complete 138029 1726888224.10364: attempt loop complete, returning result 138029 1726888224.10369: _execute() done 138029 1726888224.10371: dumping result to json 138029 1726888224.10373: done dumping result, returning 138029 1726888224.10375: done running TaskExecutor() for managed_node3/TASK: See whether the device node is present [0affc8a3-6f6f-5a58-73a2-00000000349a] 138029 1726888224.10377: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000349a 138029 1726888224.10447: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000349a 138029 1726888224.10451: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 138029 1726888224.10514: no more pending results, returning what we have 138029 1726888224.10517: results queue empty 138029 1726888224.10518: checking for any_errors_fatal 138029 1726888224.10530: done checking for any_errors_fatal 138029 1726888224.10531: checking for max_fail_percentage 138029 1726888224.10532: done checking for max_fail_percentage 138029 1726888224.10533: checking to see if all hosts have failed and the running result is not ok 138029 1726888224.10534: done checking to see if all hosts have failed 138029 1726888224.10534: getting the remaining hosts for this loop 138029 1726888224.10536: done getting the remaining hosts for this loop 138029 1726888224.10540: getting the next task for host managed_node3 138029 1726888224.10547: done getting next task for host managed_node3 138029 1726888224.10549: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888224.10559: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888224.10564: getting variables 138029 1726888224.10565: in VariableManager get_vars() 138029 1726888224.10599: Calling all_inventory to load vars for managed_node3 138029 1726888224.10602: Calling groups_inventory to load vars for managed_node3 138029 1726888224.10605: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888224.10615: Calling all_plugins_play to load vars for managed_node3 138029 1726888224.10618: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888224.10620: Calling groups_plugins_play to load vars for managed_node3 138029 1726888224.11217: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888224.11813: done with get_vars() 138029 1726888224.11828: done getting variables 138029 1726888224.11890: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:24 -0400 (0:00:00.392) 0:03:56.842 ****** 138029 1726888224.11923: entering _queue_task() for managed_node3/assert 138029 1726888224.12214: worker is 1 (out of 1 available) 138029 1726888224.12226: exiting _queue_task() for managed_node3/assert 138029 1726888224.12239: done queuing things up, now waiting for results queue to drain 138029 1726888224.12241: waiting for pending results... 138029 1726888224.12546: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888224.12705: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000349b 138029 1726888224.12728: variable 'ansible_search_path' from source: unknown 138029 1726888224.12773: calling self._execute() 138029 1726888224.12910: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888224.12921: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888224.12936: variable 'omit' from source: magic vars 138029 1726888224.13400: variable '_storage_test_volume_present' from source: set_fact 138029 1726888224.13412: variable 'storage_test_volume' from source: include params 138029 1726888224.13451: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): False 138029 1726888224.13462: when evaluation is False, skipping this task 138029 1726888224.13474: _execute() done 138029 1726888224.13483: dumping result to json 138029 1726888224.13490: done dumping result, returning 138029 1726888224.13664: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-00000000349b] 138029 1726888224.13670: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000349b 138029 1726888224.13740: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000349b 138029 1726888224.13743: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } 138029 1726888224.13793: no more pending results, returning what we have 138029 1726888224.13797: results queue empty 138029 1726888224.13798: checking for any_errors_fatal 138029 1726888224.13809: done checking for any_errors_fatal 138029 1726888224.13810: checking for max_fail_percentage 138029 1726888224.13812: done checking for max_fail_percentage 138029 1726888224.13813: checking to see if all hosts have failed and the running result is not ok 138029 1726888224.13813: done checking to see if all hosts have failed 138029 1726888224.13814: getting the remaining hosts for this loop 138029 1726888224.13816: done getting the remaining hosts for this loop 138029 1726888224.13819: getting the next task for host managed_node3 138029 1726888224.13827: done getting next task for host managed_node3 138029 1726888224.13829: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888224.13837: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888224.13844: getting variables 138029 1726888224.13845: in VariableManager get_vars() 138029 1726888224.13882: Calling all_inventory to load vars for managed_node3 138029 1726888224.13886: Calling groups_inventory to load vars for managed_node3 138029 1726888224.13889: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888224.13900: Calling all_plugins_play to load vars for managed_node3 138029 1726888224.13903: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888224.13906: Calling groups_plugins_play to load vars for managed_node3 138029 1726888224.14586: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888224.15162: done with get_vars() 138029 1726888224.15179: done getting variables 138029 1726888224.15238: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:24 -0400 (0:00:00.033) 0:03:56.876 ****** 138029 1726888224.15276: entering _queue_task() for managed_node3/assert 138029 1726888224.15546: worker is 1 (out of 1 available) 138029 1726888224.15561: exiting _queue_task() for managed_node3/assert 138029 1726888224.15577: done queuing things up, now waiting for results queue to drain 138029 1726888224.15578: waiting for pending results... 138029 1726888224.15978: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888224.16054: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000349c 138029 1726888224.16089: variable 'ansible_search_path' from source: unknown 138029 1726888224.16128: calling self._execute() 138029 1726888224.16283: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888224.16299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888224.16315: variable 'omit' from source: magic vars 138029 1726888224.16782: variable '_storage_test_volume_present' from source: set_fact 138029 1726888224.16792: variable 'storage_test_volume' from source: include params 138029 1726888224.16826: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): True 138029 1726888224.16843: variable 'omit' from source: magic vars 138029 1726888224.16911: variable 'omit' from source: magic vars 138029 1726888224.17027: variable 'storage_test_volume' from source: include params 138029 1726888224.17082: variable 'omit' from source: magic vars 138029 1726888224.17126: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888224.17175: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888224.17202: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888224.17224: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888224.17241: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888224.17262: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888224.17291: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888224.17382: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888224.17385: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888224.17388: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888224.17463: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888224.17477: Set connection var ansible_timeout to 10 138029 1726888224.17490: Set connection var ansible_pipelining to False 138029 1726888224.17496: Set connection var ansible_shell_type to sh 138029 1726888224.17502: Set connection var ansible_connection to ssh 138029 1726888224.17510: Set connection var ansible_shell_executable to /bin/sh 138029 1726888224.17540: variable 'ansible_shell_executable' from source: unknown 138029 1726888224.17547: variable 'ansible_connection' from source: unknown 138029 1726888224.17554: variable 'ansible_module_compression' from source: unknown 138029 1726888224.17563: variable 'ansible_shell_type' from source: unknown 138029 1726888224.17572: variable 'ansible_shell_executable' from source: unknown 138029 1726888224.17598: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888224.17600: variable 'ansible_pipelining' from source: unknown 138029 1726888224.17604: variable 'ansible_timeout' from source: unknown 138029 1726888224.17606: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888224.17746: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888224.17816: variable 'omit' from source: magic vars 138029 1726888224.17819: starting attempt loop 138029 1726888224.17822: running the handler 138029 1726888224.17932: variable 'storage_test_dev' from source: set_fact 138029 1726888224.17945: Evaluated conditional (not storage_test_dev.stat.exists): True 138029 1726888224.17957: handler run complete 138029 1726888224.17979: attempt loop complete, returning result 138029 1726888224.17986: _execute() done 138029 1726888224.17993: dumping result to json 138029 1726888224.18001: done dumping result, returning 138029 1726888224.18012: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-00000000349c] 138029 1726888224.18033: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000349c ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888224.18308: no more pending results, returning what we have 138029 1726888224.18312: results queue empty 138029 1726888224.18313: checking for any_errors_fatal 138029 1726888224.18326: done checking for any_errors_fatal 138029 1726888224.18327: checking for max_fail_percentage 138029 1726888224.18329: done checking for max_fail_percentage 138029 1726888224.18330: checking to see if all hosts have failed and the running result is not ok 138029 1726888224.18331: done checking to see if all hosts have failed 138029 1726888224.18332: getting the remaining hosts for this loop 138029 1726888224.18334: done getting the remaining hosts for this loop 138029 1726888224.18338: getting the next task for host managed_node3 138029 1726888224.18347: done getting next task for host managed_node3 138029 1726888224.18349: ^ task is: TASK: Make sure we got info about this volume 138029 1726888224.18360: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888224.18368: getting variables 138029 1726888224.18370: in VariableManager get_vars() 138029 1726888224.18407: Calling all_inventory to load vars for managed_node3 138029 1726888224.18410: Calling groups_inventory to load vars for managed_node3 138029 1726888224.18414: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888224.18425: Calling all_plugins_play to load vars for managed_node3 138029 1726888224.18429: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888224.18439: Calling groups_plugins_play to load vars for managed_node3 138029 1726888224.18986: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000349c 138029 1726888224.18990: WORKER PROCESS EXITING 138029 1726888224.19187: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888224.19816: done with get_vars() 138029 1726888224.19830: done getting variables 138029 1726888224.19889: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:24 -0400 (0:00:00.046) 0:03:56.922 ****** 138029 1726888224.19923: entering _queue_task() for managed_node3/assert 138029 1726888224.20194: worker is 1 (out of 1 available) 138029 1726888224.20207: exiting _queue_task() for managed_node3/assert 138029 1726888224.20220: done queuing things up, now waiting for results queue to drain 138029 1726888224.20222: waiting for pending results... 138029 1726888224.20520: running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume 138029 1726888224.20679: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000349d 138029 1726888224.20704: variable 'ansible_search_path' from source: unknown 138029 1726888224.20742: calling self._execute() 138029 1726888224.20877: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888224.20891: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888224.20909: variable 'omit' from source: magic vars 138029 1726888224.21281: variable '_storage_test_volume_present' from source: set_fact 138029 1726888224.21339: Evaluated conditional (_storage_test_volume_present): False 138029 1726888224.21344: when evaluation is False, skipping this task 138029 1726888224.21346: _execute() done 138029 1726888224.21348: dumping result to json 138029 1726888224.21350: done dumping result, returning 138029 1726888224.21352: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume [0affc8a3-6f6f-5a58-73a2-00000000349d] 138029 1726888224.21354: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000349d skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888224.21493: no more pending results, returning what we have 138029 1726888224.21496: results queue empty 138029 1726888224.21497: checking for any_errors_fatal 138029 1726888224.21510: done checking for any_errors_fatal 138029 1726888224.21511: checking for max_fail_percentage 138029 1726888224.21513: done checking for max_fail_percentage 138029 1726888224.21514: checking to see if all hosts have failed and the running result is not ok 138029 1726888224.21515: done checking to see if all hosts have failed 138029 1726888224.21515: getting the remaining hosts for this loop 138029 1726888224.21517: done getting the remaining hosts for this loop 138029 1726888224.21521: getting the next task for host managed_node3 138029 1726888224.21529: done getting next task for host managed_node3 138029 1726888224.21531: ^ task is: TASK: Process volume type (set initial value) (1/2) 138029 1726888224.21540: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888224.21546: getting variables 138029 1726888224.21548: in VariableManager get_vars() 138029 1726888224.21588: Calling all_inventory to load vars for managed_node3 138029 1726888224.21591: Calling groups_inventory to load vars for managed_node3 138029 1726888224.21595: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888224.21608: Calling all_plugins_play to load vars for managed_node3 138029 1726888224.21612: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888224.21615: Calling groups_plugins_play to load vars for managed_node3 138029 1726888224.22384: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000349d 138029 1726888224.22388: WORKER PROCESS EXITING 138029 1726888224.22410: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888224.22992: done with get_vars() 138029 1726888224.23008: done getting variables 138029 1726888224.23071: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:24 -0400 (0:00:00.031) 0:03:56.954 ****** 138029 1726888224.23106: entering _queue_task() for managed_node3/set_fact 138029 1726888224.23378: worker is 1 (out of 1 available) 138029 1726888224.23392: exiting _queue_task() for managed_node3/set_fact 138029 1726888224.23405: done queuing things up, now waiting for results queue to drain 138029 1726888224.23407: waiting for pending results... 138029 1726888224.23725: running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) 138029 1726888224.23886: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000349e 138029 1726888224.23910: variable 'ansible_search_path' from source: unknown 138029 1726888224.23952: calling self._execute() 138029 1726888224.24261: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888224.24264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888224.24270: variable 'omit' from source: magic vars 138029 1726888224.24273: variable 'omit' from source: magic vars 138029 1726888224.24328: variable 'omit' from source: magic vars 138029 1726888224.24591: variable 'storage_test_volume' from source: include params 138029 1726888224.24650: variable 'omit' from source: magic vars 138029 1726888224.24702: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888224.24749: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888224.24778: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888224.24820: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888224.24823: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888224.24842: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888224.24870: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888224.24928: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888224.24932: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888224.24934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888224.25052: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888224.25144: Set connection var ansible_timeout to 10 138029 1726888224.25147: Set connection var ansible_pipelining to False 138029 1726888224.25149: Set connection var ansible_shell_type to sh 138029 1726888224.25151: Set connection var ansible_connection to ssh 138029 1726888224.25153: Set connection var ansible_shell_executable to /bin/sh 138029 1726888224.25157: variable 'ansible_shell_executable' from source: unknown 138029 1726888224.25159: variable 'ansible_connection' from source: unknown 138029 1726888224.25162: variable 'ansible_module_compression' from source: unknown 138029 1726888224.25164: variable 'ansible_shell_type' from source: unknown 138029 1726888224.25169: variable 'ansible_shell_executable' from source: unknown 138029 1726888224.25171: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888224.25173: variable 'ansible_pipelining' from source: unknown 138029 1726888224.25175: variable 'ansible_timeout' from source: unknown 138029 1726888224.25177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888224.25318: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888224.25334: variable 'omit' from source: magic vars 138029 1726888224.25343: starting attempt loop 138029 1726888224.25349: running the handler 138029 1726888224.25371: handler run complete 138029 1726888224.25383: attempt loop complete, returning result 138029 1726888224.25388: _execute() done 138029 1726888224.25394: dumping result to json 138029 1726888224.25399: done dumping result, returning 138029 1726888224.25408: done running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-5a58-73a2-00000000349e] 138029 1726888224.25415: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000349e ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } 138029 1726888224.25652: no more pending results, returning what we have 138029 1726888224.25657: results queue empty 138029 1726888224.25658: checking for any_errors_fatal 138029 1726888224.25673: done checking for any_errors_fatal 138029 1726888224.25674: checking for max_fail_percentage 138029 1726888224.25676: done checking for max_fail_percentage 138029 1726888224.25677: checking to see if all hosts have failed and the running result is not ok 138029 1726888224.25678: done checking to see if all hosts have failed 138029 1726888224.25678: getting the remaining hosts for this loop 138029 1726888224.25680: done getting the remaining hosts for this loop 138029 1726888224.25683: getting the next task for host managed_node3 138029 1726888224.25693: done getting next task for host managed_node3 138029 1726888224.25695: ^ task is: TASK: Process volume type (get RAID value) (2/2) 138029 1726888224.25704: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888224.25709: getting variables 138029 1726888224.25710: in VariableManager get_vars() 138029 1726888224.25744: Calling all_inventory to load vars for managed_node3 138029 1726888224.25747: Calling groups_inventory to load vars for managed_node3 138029 1726888224.25750: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888224.25938: Calling all_plugins_play to load vars for managed_node3 138029 1726888224.25941: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888224.25947: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000349e 138029 1726888224.25949: WORKER PROCESS EXITING 138029 1726888224.25953: Calling groups_plugins_play to load vars for managed_node3 138029 1726888224.26489: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888224.27088: done with get_vars() 138029 1726888224.27107: done getting variables 138029 1726888224.27162: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:24 -0400 (0:00:00.040) 0:03:56.995 ****** 138029 1726888224.27196: entering _queue_task() for managed_node3/set_fact 138029 1726888224.27453: worker is 1 (out of 1 available) 138029 1726888224.27471: exiting _queue_task() for managed_node3/set_fact 138029 1726888224.27484: done queuing things up, now waiting for results queue to drain 138029 1726888224.27485: waiting for pending results... 138029 1726888224.27785: running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) 138029 1726888224.27946: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000349f 138029 1726888224.27972: variable 'ansible_search_path' from source: unknown 138029 1726888224.28015: calling self._execute() 138029 1726888224.28144: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888224.28158: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888224.28176: variable 'omit' from source: magic vars 138029 1726888224.28586: variable 'storage_test_volume' from source: include params 138029 1726888224.28660: Evaluated conditional (storage_test_volume.type == "raid"): False 138029 1726888224.28663: when evaluation is False, skipping this task 138029 1726888224.28669: _execute() done 138029 1726888224.28672: dumping result to json 138029 1726888224.28674: done dumping result, returning 138029 1726888224.28677: done running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-5a58-73a2-00000000349f] 138029 1726888224.28679: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000349f skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 138029 1726888224.28819: no more pending results, returning what we have 138029 1726888224.28823: results queue empty 138029 1726888224.28824: checking for any_errors_fatal 138029 1726888224.28838: done checking for any_errors_fatal 138029 1726888224.28839: checking for max_fail_percentage 138029 1726888224.28840: done checking for max_fail_percentage 138029 1726888224.28841: checking to see if all hosts have failed and the running result is not ok 138029 1726888224.28842: done checking to see if all hosts have failed 138029 1726888224.28843: getting the remaining hosts for this loop 138029 1726888224.28844: done getting the remaining hosts for this loop 138029 1726888224.28848: getting the next task for host managed_node3 138029 1726888224.28859: done getting next task for host managed_node3 138029 1726888224.28863: ^ task is: TASK: Verify the volume's device type 138029 1726888224.28872: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888224.28878: getting variables 138029 1726888224.28880: in VariableManager get_vars() 138029 1726888224.28915: Calling all_inventory to load vars for managed_node3 138029 1726888224.28918: Calling groups_inventory to load vars for managed_node3 138029 1726888224.28922: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888224.28936: Calling all_plugins_play to load vars for managed_node3 138029 1726888224.28940: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888224.28943: Calling groups_plugins_play to load vars for managed_node3 138029 1726888224.29671: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000349f 138029 1726888224.29675: WORKER PROCESS EXITING 138029 1726888224.29742: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888224.30734: done with get_vars() 138029 1726888224.30747: done getting variables 138029 1726888224.30807: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:24 -0400 (0:00:00.036) 0:03:57.031 ****** 138029 1726888224.30840: entering _queue_task() for managed_node3/assert 138029 1726888224.31133: worker is 1 (out of 1 available) 138029 1726888224.31146: exiting _queue_task() for managed_node3/assert 138029 1726888224.31159: done queuing things up, now waiting for results queue to drain 138029 1726888224.31161: waiting for pending results... 138029 1726888224.31490: running TaskExecutor() for managed_node3/TASK: Verify the volume's device type 138029 1726888224.31764: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034a0 138029 1726888224.31771: variable 'ansible_search_path' from source: unknown 138029 1726888224.31775: calling self._execute() 138029 1726888224.31899: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888224.31912: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888224.31927: variable 'omit' from source: magic vars 138029 1726888224.32351: variable '_storage_test_volume_present' from source: set_fact 138029 1726888224.32370: Evaluated conditional (_storage_test_volume_present): False 138029 1726888224.32379: when evaluation is False, skipping this task 138029 1726888224.32388: _execute() done 138029 1726888224.32396: dumping result to json 138029 1726888224.32403: done dumping result, returning 138029 1726888224.32417: done running TaskExecutor() for managed_node3/TASK: Verify the volume's device type [0affc8a3-6f6f-5a58-73a2-0000000034a0] 138029 1726888224.32429: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034a0 138029 1726888224.32696: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034a0 138029 1726888224.32700: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888224.32758: no more pending results, returning what we have 138029 1726888224.32762: results queue empty 138029 1726888224.32764: checking for any_errors_fatal 138029 1726888224.32779: done checking for any_errors_fatal 138029 1726888224.32781: checking for max_fail_percentage 138029 1726888224.32783: done checking for max_fail_percentage 138029 1726888224.32784: checking to see if all hosts have failed and the running result is not ok 138029 1726888224.32785: done checking to see if all hosts have failed 138029 1726888224.32785: getting the remaining hosts for this loop 138029 1726888224.32787: done getting the remaining hosts for this loop 138029 1726888224.32791: getting the next task for host managed_node3 138029 1726888224.32804: done getting next task for host managed_node3 138029 1726888224.32807: ^ task is: TASK: Stat the LUKS device, if encrypted 138029 1726888224.32817: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888224.32824: getting variables 138029 1726888224.32826: in VariableManager get_vars() 138029 1726888224.33052: Calling all_inventory to load vars for managed_node3 138029 1726888224.33057: Calling groups_inventory to load vars for managed_node3 138029 1726888224.33060: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888224.33072: Calling all_plugins_play to load vars for managed_node3 138029 1726888224.33076: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888224.33079: Calling groups_plugins_play to load vars for managed_node3 138029 1726888224.33640: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888224.34261: done with get_vars() 138029 1726888224.34277: 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:10:24 -0400 (0:00:00.035) 0:03:57.067 ****** 138029 1726888224.34363: entering _queue_task() for managed_node3/stat 138029 1726888224.34619: worker is 1 (out of 1 available) 138029 1726888224.34632: exiting _queue_task() for managed_node3/stat 138029 1726888224.34645: done queuing things up, now waiting for results queue to drain 138029 1726888224.34646: waiting for pending results... 138029 1726888224.34954: running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted 138029 1726888224.35261: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034a4 138029 1726888224.35267: variable 'ansible_search_path' from source: unknown 138029 1726888224.35271: calling self._execute() 138029 1726888224.35305: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888224.35317: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888224.35332: variable 'omit' from source: magic vars 138029 1726888224.35749: variable 'storage_test_volume' from source: include params 138029 1726888224.35790: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888224.35799: when evaluation is False, skipping this task 138029 1726888224.35807: _execute() done 138029 1726888224.35818: dumping result to json 138029 1726888224.35825: done dumping result, returning 138029 1726888224.35835: done running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-5a58-73a2-0000000034a4] 138029 1726888224.35845: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034a4 138029 1726888224.36099: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034a4 138029 1726888224.36102: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888224.36151: no more pending results, returning what we have 138029 1726888224.36156: results queue empty 138029 1726888224.36158: checking for any_errors_fatal 138029 1726888224.36170: done checking for any_errors_fatal 138029 1726888224.36171: checking for max_fail_percentage 138029 1726888224.36172: done checking for max_fail_percentage 138029 1726888224.36173: checking to see if all hosts have failed and the running result is not ok 138029 1726888224.36174: done checking to see if all hosts have failed 138029 1726888224.36175: getting the remaining hosts for this loop 138029 1726888224.36176: done getting the remaining hosts for this loop 138029 1726888224.36179: getting the next task for host managed_node3 138029 1726888224.36187: done getting next task for host managed_node3 138029 1726888224.36190: ^ task is: TASK: Ensure cryptsetup is present 138029 1726888224.36197: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888224.36200: getting variables 138029 1726888224.36202: in VariableManager get_vars() 138029 1726888224.36237: Calling all_inventory to load vars for managed_node3 138029 1726888224.36240: Calling groups_inventory to load vars for managed_node3 138029 1726888224.36244: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888224.36254: Calling all_plugins_play to load vars for managed_node3 138029 1726888224.36375: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888224.36380: Calling groups_plugins_play to load vars for managed_node3 138029 1726888224.36896: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888224.37522: done with get_vars() 138029 1726888224.37536: done getting variables 138029 1726888224.37594: 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:10:24 -0400 (0:00:00.032) 0:03:57.099 ****** 138029 1726888224.37628: entering _queue_task() for managed_node3/package 138029 1726888224.37885: worker is 1 (out of 1 available) 138029 1726888224.37896: exiting _queue_task() for managed_node3/package 138029 1726888224.37908: done queuing things up, now waiting for results queue to drain 138029 1726888224.37909: waiting for pending results... 138029 1726888224.38219: running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present 138029 1726888224.38412: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034a5 138029 1726888224.38492: variable 'ansible_search_path' from source: unknown 138029 1726888224.38497: calling self._execute() 138029 1726888224.38622: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888224.38634: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888224.38648: variable 'omit' from source: magic vars 138029 1726888224.38785: variable 'omit' from source: magic vars 138029 1726888224.38867: variable 'omit' from source: magic vars 138029 1726888224.39190: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888224.41326: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888224.41388: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888224.41420: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888224.41449: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888224.41475: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888224.41546: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888224.41573: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888224.41590: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888224.41615: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888224.41626: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888224.41716: variable '__storage_is_ostree' from source: set_fact 138029 1726888224.41719: variable 'omit' from source: magic vars 138029 1726888224.41742: variable 'omit' from source: magic vars 138029 1726888224.41764: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888224.41791: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888224.41805: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888224.41818: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888224.41827: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888224.41840: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888224.41852: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888224.41882: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888224.41885: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888224.41889: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888224.41969: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888224.41973: Set connection var ansible_timeout to 10 138029 1726888224.41979: Set connection var ansible_pipelining to False 138029 1726888224.41982: Set connection var ansible_shell_type to sh 138029 1726888224.41985: Set connection var ansible_connection to ssh 138029 1726888224.41989: Set connection var ansible_shell_executable to /bin/sh 138029 1726888224.42011: variable 'ansible_shell_executable' from source: unknown 138029 1726888224.42014: variable 'ansible_connection' from source: unknown 138029 1726888224.42017: variable 'ansible_module_compression' from source: unknown 138029 1726888224.42019: variable 'ansible_shell_type' from source: unknown 138029 1726888224.42022: variable 'ansible_shell_executable' from source: unknown 138029 1726888224.42024: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888224.42026: variable 'ansible_pipelining' from source: unknown 138029 1726888224.42028: variable 'ansible_timeout' from source: unknown 138029 1726888224.42033: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888224.42111: 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) 138029 1726888224.42124: variable 'omit' from source: magic vars 138029 1726888224.42127: starting attempt loop 138029 1726888224.42129: running the handler 138029 1726888224.42133: variable 'ansible_facts' from source: unknown 138029 1726888224.42135: variable 'ansible_facts' from source: unknown 138029 1726888224.42182: _low_level_execute_command(): starting 138029 1726888224.42185: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888224.42673: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888224.42677: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888224.42681: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888224.42683: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888224.42739: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888224.42747: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888224.42826: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888224.44499: stdout chunk (state=3): >>>/root <<< 138029 1726888224.44598: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888224.44629: stderr chunk (state=3): >>><<< 138029 1726888224.44634: stdout chunk (state=3): >>><<< 138029 1726888224.44651: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888224.44667: _low_level_execute_command(): starting 138029 1726888224.44673: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888224.4465177-145291-253459687916106 `" && echo ansible-tmp-1726888224.4465177-145291-253459687916106="` echo /root/.ansible/tmp/ansible-tmp-1726888224.4465177-145291-253459687916106 `" ) && sleep 0' 138029 1726888224.45061: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888224.45091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888224.45095: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888224.45134: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888224.45137: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888224.45199: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888224.47129: stdout chunk (state=3): >>>ansible-tmp-1726888224.4465177-145291-253459687916106=/root/.ansible/tmp/ansible-tmp-1726888224.4465177-145291-253459687916106 <<< 138029 1726888224.47235: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888224.47260: stderr chunk (state=3): >>><<< 138029 1726888224.47263: stdout chunk (state=3): >>><<< 138029 1726888224.47281: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888224.4465177-145291-253459687916106=/root/.ansible/tmp/ansible-tmp-1726888224.4465177-145291-253459687916106 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888224.47308: variable 'ansible_module_compression' from source: unknown 138029 1726888224.47349: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 138029 1726888224.47389: variable 'ansible_facts' from source: unknown 138029 1726888224.47447: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888224.4465177-145291-253459687916106/AnsiballZ_dnf.py 138029 1726888224.47541: Sending initial data 138029 1726888224.47544: Sent initial data (154 bytes) 138029 1726888224.47969: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888224.47973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888224.47975: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888224.47977: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888224.47979: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888224.47988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888224.48026: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888224.48050: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888224.48132: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888224.49652: 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 <<< 138029 1726888224.49697: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888224.49743: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpy_4k_kop /root/.ansible/tmp/ansible-tmp-1726888224.4465177-145291-253459687916106/AnsiballZ_dnf.py <<< 138029 1726888224.49746: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888224.4465177-145291-253459687916106/AnsiballZ_dnf.py" <<< 138029 1726888224.49791: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpy_4k_kop" to remote "/root/.ansible/tmp/ansible-tmp-1726888224.4465177-145291-253459687916106/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888224.4465177-145291-253459687916106/AnsiballZ_dnf.py" <<< 138029 1726888224.50470: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888224.50563: stderr chunk (state=3): >>><<< 138029 1726888224.50566: stdout chunk (state=3): >>><<< 138029 1726888224.50569: done transferring module to remote 138029 1726888224.50571: _low_level_execute_command(): starting 138029 1726888224.50573: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888224.4465177-145291-253459687916106/ /root/.ansible/tmp/ansible-tmp-1726888224.4465177-145291-253459687916106/AnsiballZ_dnf.py && sleep 0' 138029 1726888224.50952: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888224.50957: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888224.50960: 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.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888224.50963: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888224.51008: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888224.51011: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888224.51066: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888224.52779: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888224.52800: stderr chunk (state=3): >>><<< 138029 1726888224.52803: stdout chunk (state=3): >>><<< 138029 1726888224.52816: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888224.52819: _low_level_execute_command(): starting 138029 1726888224.52825: _low_level_execute_command(): using become for this command 138029 1726888224.52837: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-assumfokfzncamwxyslhaizhoqlzftvk ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888224.4465177-145291-253459687916106/AnsiballZ_dnf.py'"'"' && sleep 0' 138029 1726888224.52916: Initial state: awaiting_escalation: BECOME-SUCCESS-assumfokfzncamwxyslhaizhoqlzftvk 138029 1726888224.53290: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888224.53295: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888224.53316: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888224.53337: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888224.53388: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888224.56221: stdout chunk (state=1): >>>BECOME-SUCCESS-assumfokfzncamwxyslhaizhoqlzftvk <<< 138029 1726888224.56230: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-assumfokfzncamwxyslhaizhoqlzftvk' 138029 1726888224.56568: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888224.56598: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888224.56635: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888224.56641: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888224.56698: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888224.56714: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888224.56746: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888224.56793: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888224.56798: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888224.56808: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888224.56829: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888224.56871: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888224.56874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888224.56902: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 138029 1726888224.56940: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888224.56954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888224.56973: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a61bc3e0> <<< 138029 1726888224.56978: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a618ba10> <<< 138029 1726888224.57003: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888224.57044: 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 0x7f89a61be930> import '_signal' # <<< 138029 1726888224.57092: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 138029 1726888224.57136: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888224.57218: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888224.57244: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888224.57262: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888224.57330: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages <<< 138029 1726888224.57333: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888224.57336: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888224.57338: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888224.57354: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888224.57411: 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 0x7f89a61ccfe0> <<< 138029 1726888224.57448: 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 <<< 138029 1726888224.57490: 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 0x7f89a61cdfd0> <<< 138029 1726888224.57528: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888224.57533: 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. <<< 138029 1726888224.57804: 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' <<< 138029 1726888224.57843: 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' <<< 138029 1726888224.57872: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888224.57923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888224.57930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888224.57951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888224.57982: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5fd3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888224.58017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888224.58023: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888224.58032: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5fd3fe0> <<< 138029 1726888224.58066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888224.58096: 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 <<< 138029 1726888224.58160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888224.58179: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888224.58216: 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 0x7f89a60037a0> <<< 138029 1726888224.58242: 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' <<< 138029 1726888224.58254: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6003e30> import '_collections' # <<< 138029 1726888224.58309: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5fe3aa0> import '_functools' # <<< 138029 1726888224.58336: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5fe11c0> <<< 138029 1726888224.58426: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5fd0f80> <<< 138029 1726888224.58459: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888224.58473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888224.58489: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888224.58510: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888224.58541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888224.58561: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888224.58568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888224.58593: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6027710> <<< 138029 1726888224.58612: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6026330> <<< 138029 1726888224.58649: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888224.58669: 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 0x7f89a5fe21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5fd2e70> <<< 138029 1726888224.58714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888224.58744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6058740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5fd0200> <<< 138029 1726888224.58788: 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' <<< 138029 1726888224.58792: 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 0x7f89a6058bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6058aa0> <<< 138029 1726888224.58839: 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 0x7f89a6058e90> <<< 138029 1726888224.58842: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5fc6d20> <<< 138029 1726888224.58870: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888224.58883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888224.58895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888224.58914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888224.58939: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6059550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6059220> import 'importlib.machinery' # <<< 138029 1726888224.58983: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888224.58999: 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 0x7f89a605a450> <<< 138029 1726888224.59018: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888224.59050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888224.59097: 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 <<< 138029 1726888224.59123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6074650> import 'errno' # <<< 138029 1726888224.59162: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888224.59187: 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 0x7f89a6075d90> <<< 138029 1726888224.59199: 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' <<< 138029 1726888224.59233: 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' <<< 138029 1726888224.59236: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6076c30> <<< 138029 1726888224.59291: 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 0x7f89a6077290> <<< 138029 1726888224.59328: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6076180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888224.59332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888224.59378: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888224.59387: 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 0x7f89a6077d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6077440> <<< 138029 1726888224.59427: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a605a480> <<< 138029 1726888224.59447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888224.59469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888224.59490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888224.59511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888224.59546: 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 0x7f89a5da7bf0> <<< 138029 1726888224.59573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888224.59579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888224.59600: 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' <<< 138029 1726888224.59620: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89a5dd0740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5dd04a0> <<< 138029 1726888224.59653: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888224.59658: 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 0x7f89a5dd0770> <<< 138029 1726888224.59679: 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' <<< 138029 1726888224.59744: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888224.59873: 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 0x7f89a5dd10a0> <<< 138029 1726888224.60001: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888224.60005: 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 0x7f89a5dd1a90> <<< 138029 1726888224.60010: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5dd0950> <<< 138029 1726888224.60018: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5da5d90> <<< 138029 1726888224.60038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888224.60066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888224.60076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888224.60097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888224.60101: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5dd2e70> <<< 138029 1726888224.60132: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5dd1bb0> <<< 138029 1726888224.60148: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a605ab70> <<< 138029 1726888224.60177: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888224.60245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888224.60271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888224.60290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888224.60322: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5dff170> <<< 138029 1726888224.60374: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888224.60400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888224.60427: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888224.60447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888224.60485: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5e27530> <<< 138029 1726888224.60500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888224.60548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888224.60615: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888224.60625: 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 0x7f89a5e80320> <<< 138029 1726888224.60638: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888224.60664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888224.60693: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888224.60730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888224.60830: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5e82a80> <<< 138029 1726888224.60903: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5e80440> <<< 138029 1726888224.60930: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5e4d310> <<< 138029 1726888224.60961: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 138029 1726888224.60969: 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 0x7f89a5725400> <<< 138029 1726888224.60986: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5e26330> <<< 138029 1726888224.60993: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5dd3d40> <<< 138029 1726888224.61168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888224.61186: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f89a5e26690> <<< 138029 1726888224.61549: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_041gz1a1/ansible_ansible.legacy.dnf_payload.zip' <<< 138029 1726888224.61553: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.61677: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.61708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888224.61713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888224.61762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888224.61832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888224.61864: 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' <<< 138029 1726888224.61874: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a577f110> import '_typing' # <<< 138029 1726888224.62047: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a575e000> <<< 138029 1726888224.62059: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a575d190> # zipimport: zlib available <<< 138029 1726888224.62089: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888224.62097: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.62115: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.62131: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.62146: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888224.62157: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.63535: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.64637: 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 0x7f89a577d400> <<< 138029 1726888224.64687: 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' <<< 138029 1726888224.64703: 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' <<< 138029 1726888224.64716: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888224.64728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888224.64767: 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 0x7f89a57a2a20> <<< 138029 1726888224.64793: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a57a27b0> <<< 138029 1726888224.64826: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a57a20c0> <<< 138029 1726888224.64843: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888224.64859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888224.64910: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a57a2b70> <<< 138029 1726888224.64913: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a618a9c0> import 'atexit' # <<< 138029 1726888224.64945: 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 0x7f89a57a3710> <<< 138029 1726888224.65010: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888224.65015: 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 0x7f89a57a3950> <<< 138029 1726888224.65019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888224.65063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888224.65067: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888224.65097: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a57a3e90> <<< 138029 1726888224.65101: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888224.65123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888224.65150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888224.65185: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5611c10> <<< 138029 1726888224.65232: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888224.65235: 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 0x7f89a5613830> <<< 138029 1726888224.65251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888224.65271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888224.65298: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5618230> <<< 138029 1726888224.65318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888224.65348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888224.65383: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5619130> <<< 138029 1726888224.65398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888224.65421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888224.65443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888224.65458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888224.65504: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a561be90> <<< 138029 1726888224.65535: 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 0x7f89a5fc6e10> <<< 138029 1726888224.65567: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a561a150> <<< 138029 1726888224.65589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888224.65603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888224.65637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888224.65640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888224.65668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888224.65685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888224.65713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888224.65757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a561fce0> import '_tokenize' # <<< 138029 1726888224.65810: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a561e7b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a561e510> <<< 138029 1726888224.65831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888224.65837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888224.65905: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a561ea80> <<< 138029 1726888224.65929: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a561a660> <<< 138029 1726888224.65971: 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 0x7f89a5663e90> <<< 138029 1726888224.65986: 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 0x7f89a5663ef0> <<< 138029 1726888224.66023: 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 <<< 138029 1726888224.66063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888224.66106: 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 0x7f89a5665ac0> <<< 138029 1726888224.66126: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5665880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888224.66228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888224.66282: 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 0x7f89a5667fe0> <<< 138029 1726888224.66297: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a56661b0> <<< 138029 1726888224.66306: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888224.66359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888224.66387: 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' # <<< 138029 1726888224.66431: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a566b860> <<< 138029 1726888224.66554: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5668230> <<< 138029 1726888224.66616: 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 0x7f89a566c410> <<< 138029 1726888224.66644: 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 0x7f89a566c530> <<< 138029 1726888224.66690: 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 0x7f89a566c890> <<< 138029 1726888224.66697: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a56641a0> <<< 138029 1726888224.66732: 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 <<< 138029 1726888224.66736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888224.66749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888224.66768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888224.66799: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888224.66817: 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 0x7f89a56f8110> <<< 138029 1726888224.66970: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888224.66983: 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 0x7f89a56f9400> <<< 138029 1726888224.66987: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a566e8a0> <<< 138029 1726888224.67012: 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 0x7f89a566fc50> <<< 138029 1726888224.67024: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a566e510> <<< 138029 1726888224.67027: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.67053: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.67068: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888224.67074: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.67164: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.67257: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.67268: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.67271: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888224.67296: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.67304: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.67310: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888224.67317: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.67434: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.67553: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.68093: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.68615: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888224.68624: 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' # <<< 138029 1726888224.68653: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888224.68667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888224.68716: 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 0x7f89a56fd520> <<< 138029 1726888224.68798: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888224.68819: 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 0x7f89a56fe330> <<< 138029 1726888224.68825: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a56f9520> <<< 138029 1726888224.68881: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888224.68888: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.68911: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.68935: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888224.68945: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.69082: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.69238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888224.69256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a56fe3c0> # zipimport: zlib available <<< 138029 1726888224.69717: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.70150: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.70224: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.70297: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888224.70314: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.70347: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.70387: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888224.70390: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.70467: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.70546: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888224.70569: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.70582: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.70600: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888224.70644: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.70680: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888224.70692: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.70912: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.71151: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888224.71199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888224.71214: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888224.71278: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a56ff650> <<< 138029 1726888224.71310: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.71365: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.71439: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888224.71460: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888224.71475: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 138029 1726888224.71524: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.71572: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888224.71587: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.71616: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.71665: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.71716: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.71785: 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 <<< 138029 1726888224.71822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888224.71917: 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 0x7f89a550a0f0> <<< 138029 1726888224.71944: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5504f50> <<< 138029 1726888224.71977: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888224.72058: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.72122: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.72139: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.72210: 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 <<< 138029 1726888224.72230: 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' <<< 138029 1726888224.72250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888224.72307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888224.72338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888224.72347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888224.72397: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a57fab40> <<< 138029 1726888224.72442: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a57de810> <<< 138029 1726888224.72522: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a550a330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5509eb0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888224.72529: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.72564: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.72583: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888224.72644: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888224.72649: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.72673: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888224.72689: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.73253: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.73776: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.74460: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.75122: 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' <<< 138029 1726888224.75125: stdout chunk (state=3): >>>import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559c680> <<< 138029 1726888224.75169: 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 0x7f89a559c890> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 138029 1726888224.75176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 138029 1726888224.75194: 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' <<< 138029 1726888224.75205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 138029 1726888224.75212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559cfb0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559cb30> <<< 138029 1726888224.75254: 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' <<< 138029 1726888224.75285: 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' <<< 138029 1726888224.75319: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559d910> <<< 138029 1726888224.75347: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 138029 1726888224.75386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 138029 1726888224.75402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 138029 1726888224.75422: 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' <<< 138029 1726888224.75444: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 138029 1726888224.75449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 138029 1726888224.75472: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5585a30> <<< 138029 1726888224.75510: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 138029 1726888224.75513: 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 0x7f89a5585a00> <<< 138029 1726888224.75522: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 138029 1726888224.75537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 138029 1726888224.75545: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a51b6750> <<< 138029 1726888224.75590: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559f110> <<< 138029 1726888224.75610: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 138029 1726888224.75649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 138029 1726888224.75663: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 138029 1726888224.75678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 138029 1726888224.75695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 138029 1726888224.75741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 138029 1726888224.75808: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a51c52e0> <<< 138029 1726888224.75818: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a51b7e60> <<< 138029 1726888224.75850: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a51b7230> <<< 138029 1726888224.75888: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559e5a0> <<< 138029 1726888224.75891: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 138029 1726888224.75909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 138029 1726888224.75952: 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 <<< 138029 1726888224.76022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 138029 1726888224.76026: 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' <<< 138029 1726888224.76087: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a52311f0> <<< 138029 1726888224.76362: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a51e9310> <<< 138029 1726888224.76414: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559eb70> # /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 0x7f89a5238cb0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5232f90> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a51e8e00> <<< 138029 1726888224.76451: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559df70> <<< 138029 1726888224.76497: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559d9a0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559d6a0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559c8c0> # /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 0x7f89a559d9d0> <<< 138029 1726888224.76538: 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 <<< 138029 1726888224.76553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 138029 1726888224.76630: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a52392e0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5238f20> <<< 138029 1726888224.76642: 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' <<< 138029 1726888224.76753: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5239a00> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 138029 1726888224.76771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 138029 1726888224.76814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888224.76853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888224.76920: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888224.76995: 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 0x7f89a523c1d0> <<< 138029 1726888224.77187: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a52217f0> <<< 138029 1726888224.77197: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a523a9f0> <<< 138029 1726888224.77222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 138029 1726888224.77230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 138029 1726888224.77272: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5221280> <<< 138029 1726888224.77304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 138029 1726888224.77307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5256900> <<< 138029 1726888224.77331: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 138029 1726888224.77337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 138029 1726888224.77360: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 138029 1726888224.77374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 138029 1726888224.77391: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5257590> <<< 138029 1726888224.77400: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5257050> <<< 138029 1726888224.77419: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 138029 1726888224.77487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 138029 1726888224.77567: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5257a70> <<< 138029 1726888224.77575: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 138029 1726888224.77618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 138029 1726888224.77834: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a524bf80> <<< 138029 1726888224.77854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 138029 1726888224.77873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 138029 1726888224.77897: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5178530> <<< 138029 1726888224.77947: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.78051: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # # zipimport: zlib available <<< 138029 1726888224.78179: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.78321: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888224.78325: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.78381: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.78429: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 138029 1726888224.78435: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.78569: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.78676: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 138029 1726888224.78771: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888224.79467: 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 0x7f89a517b2c0> <<< 138029 1726888224.79475: 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' <<< 138029 1726888224.79485: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a517b3e0> <<< 138029 1726888224.79509: 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' <<< 138029 1726888224.79545: 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' <<< 138029 1726888224.79658: 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 0x7f89a4ecf5c0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4ecee10> <<< 138029 1726888224.79683: 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 0x7f89a4eceff0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a517b920> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a517aa20> # /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py <<< 138029 1726888224.79704: 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 0x7f89a517afc0> <<< 138029 1726888224.79721: 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 <<< 138029 1726888224.79792: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 138029 1726888224.79813: 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' <<< 138029 1726888224.79858: 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' <<< 138029 1726888224.79978: 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 0x7f89a4f4cc80> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4f4c860> <<< 138029 1726888224.80000: 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 <<< 138029 1726888224.80050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 138029 1726888224.80102: 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 0x7f89a4f78500> <<< 138029 1726888224.80130: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4f4cd70> <<< 138029 1726888224.80159: 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 <<< 138029 1726888224.80240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 138029 1726888224.81167: 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 0x7f89a4aaf530> <<< 138029 1726888224.81226: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4f78590> <<< 138029 1726888224.81252: 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 <<< 138029 1726888224.81327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 138029 1726888224.81405: 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 0x7f89a4b251f0> <<< 138029 1726888224.81557: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4aafa70> <<< 138029 1726888224.81580: 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 <<< 138029 1726888224.81616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888224.81695: 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 0x7f89a4b601a0> <<< 138029 1726888224.81746: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4b25340> <<< 138029 1726888224.81762: 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 <<< 138029 1726888224.81799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888224.81882: 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 0x7f89a30b82f0> <<< 138029 1726888224.81960: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4b60530> <<< 138029 1726888224.81981: 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' <<< 138029 1726888224.82033: 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 0x7f89a30b94f0> <<< 138029 1726888224.82051: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30b88f0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4f4c3e0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 138029 1726888224.82111: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 138029 1726888224.82151: 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' <<< 138029 1726888224.82203: 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 0x7f89a30d8920> <<< 138029 1726888224.82228: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30bbd70> <<< 138029 1726888224.82298: 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 <<< 138029 1726888224.82302: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 138029 1726888224.82320: 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 0x7f89a30dafc0> <<< 138029 1726888224.82400: 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 <<< 138029 1726888224.82404: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 138029 1726888224.82428: 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 0x7f89a30dbec0> # /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' <<< 138029 1726888224.82937: 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 0x7f89a31007d0> # /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' <<< 138029 1726888224.82973: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a3101d30> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a3100140> <<< 138029 1726888224.82976: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30dae70> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30da810> <<< 138029 1726888224.83009: 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 <<< 138029 1726888224.83027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888224.83118: 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 0x7f89a3103980> <<< 138029 1726888224.83132: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30db3e0> <<< 138029 1726888224.83199: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30d8c80> <<< 138029 1726888224.83228: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30bb380> <<< 138029 1726888224.83261: 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' <<< 138029 1726888224.83390: 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 0x7f89a30bbaa0> <<< 138029 1726888224.83423: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30bb800> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30b9580> <<< 138029 1726888224.83483: 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 0x7f89a313d010> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 138029 1726888224.83503: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 138029 1726888224.83531: 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' <<< 138029 1726888224.83573: 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' <<< 138029 1726888224.83594: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a313f4d0> <<< 138029 1726888224.83620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888224.83623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888224.83663: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a313fcb0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a313e7e0> <<< 138029 1726888224.83705: 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' <<< 138029 1726888224.83710: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a316c500> <<< 138029 1726888224.83749: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a313cec0> <<< 138029 1726888224.83779: 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' <<< 138029 1726888224.83797: 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 <<< 138029 1726888224.83817: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 138029 1726888224.83835: 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 <<< 138029 1726888224.83857: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 138029 1726888224.83887: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a316df70> <<< 138029 1726888224.83903: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a316d4f0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a316d310> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py <<< 138029 1726888224.83925: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 138029 1726888224.83938: 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 <<< 138029 1726888224.83972: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888224.84003: 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 <<< 138029 1726888224.84022: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 138029 1726888224.84047: 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 <<< 138029 1726888224.84078: 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 0x7f89a3195010> <<< 138029 1726888224.84080: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 138029 1726888224.84128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 138029 1726888224.84148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888224.84185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888224.84213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888224.84238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 138029 1726888224.84241: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2a630b0> <<< 138029 1726888224.84279: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888224.84282: 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 0x7f89a2a633e0> <<< 138029 1726888224.84328: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a3197320> <<< 138029 1726888224.84386: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a31954c0> <<< 138029 1726888224.84389: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a3194500> <<< 138029 1726888224.84411: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a316e750> <<< 138029 1726888224.84419: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a316e480> <<< 138029 1726888224.84440: 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 <<< 138029 1726888224.84459: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 138029 1726888224.84475: 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 <<< 138029 1726888224.84489: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888224.84514: 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 <<< 138029 1726888224.84545: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888224.84556: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2a9cf50> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2a9c0e0> <<< 138029 1726888224.84577: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a316ec90> <<< 138029 1726888224.84609: 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 <<< 138029 1726888224.84611: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 138029 1726888224.84635: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2a9d670> <<< 138029 1726888224.84666: 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 0x7f89a2a9da30> <<< 138029 1726888224.84694: 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 0x7f89a2a9daf0> <<< 138029 1726888224.84719: 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' <<< 138029 1726888224.84722: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2a9dc10> <<< 138029 1726888224.84740: 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 <<< 138029 1726888224.84793: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 138029 1726888224.84874: 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' <<< 138029 1726888224.84959: 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 0x7f89a2ab8800> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2a9e930> <<< 138029 1726888224.85038: 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 0x7f89a2ab8920> # /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' <<< 138029 1726888224.85129: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2ab89e0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2a9da60> # /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 0x7f89a2ab8b90> <<< 138029 1726888224.85187: 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 <<< 138029 1726888224.85273: 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 <<< 138029 1726888224.85378: 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' <<< 138029 1726888224.85490: 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 0x7f89a2b08590> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2ae39b0> <<< 138029 1726888224.85524: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2ae2450> <<< 138029 1726888224.85730: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2aba390> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2ab97f0> <<< 138029 1726888224.85734: 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 0x7f89a2abb770> <<< 138029 1726888224.85797: 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 0x7f89a316d2b0> # /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 0x7f89a2b28bc0> # /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 0x7f89a2b28e00> # /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' <<< 138029 1726888224.85899: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2b29760> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2b291f0> # /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 0x7f89a2b2a660> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4ecf7a0> <<< 138029 1726888224.85948: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a56fc740> <<< 138029 1726888224.86419: 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 <<< 138029 1726888224.86432: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 138029 1726888224.86466: 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' <<< 138029 1726888224.86475: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2b2b350> <<< 138029 1726888224.86496: 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' <<< 138029 1726888224.86519: 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 <<< 138029 1726888224.86577: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 138029 1726888224.86592: 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 <<< 138029 1726888224.86639: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 138029 1726888224.86699: 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 0x7f89a288fdd0> <<< 138029 1726888224.86716: 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' <<< 138029 1726888224.86758: 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 <<< 138029 1726888224.86761: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 138029 1726888224.86790: 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' <<< 138029 1726888224.86905: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888224.86909: 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 0x7f89a28b9e20> <<< 138029 1726888224.86957: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a28b9a00> <<< 138029 1726888224.86962: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888224.86975: 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 0x7f89a618af60> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a28b88c0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a28b8140> <<< 138029 1726888224.87009: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a288ce30> <<< 138029 1726888224.87042: 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 <<< 138029 1726888224.87045: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888224.87081: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a57a38f0> # /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 <<< 138029 1726888224.87101: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888224.87127: 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 <<< 138029 1726888224.87141: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 138029 1726888224.87181: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a28cf350> <<< 138029 1726888224.87215: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a28cde80> <<< 138029 1726888224.87236: 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 <<< 138029 1726888224.87268: 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 0x7f89a28f0b30> <<< 138029 1726888224.87313: 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 0x7f89a28f0e30> <<< 138029 1726888224.87341: 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 0x7f89a28f10a0> <<< 138029 1726888224.87376: 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 <<< 138029 1726888224.87395: 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 0x7f89a28f1340> <<< 138029 1726888224.87418: 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' <<< 138029 1726888224.87479: 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 <<< 138029 1726888224.87490: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 138029 1726888224.87535: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a28f1a60> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a28f18b0> # /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 0x7f89a28f3350> <<< 138029 1726888224.87568: 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' <<< 138029 1726888224.87587: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a28f34a0> <<< 138029 1726888224.87593: 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 <<< 138029 1726888224.87627: 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 0x7f89a28f36b0> <<< 138029 1726888224.87657: 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 <<< 138029 1726888224.87674: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 138029 1726888224.87695: 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 <<< 138029 1726888224.87712: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 138029 1726888224.87742: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a290c650> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a28f3e90> <<< 138029 1726888224.87769: 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 <<< 138029 1726888224.87776: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 138029 1726888224.87796: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a290d190> <<< 138029 1726888224.87819: 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 <<< 138029 1726888224.87822: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' <<< 138029 1726888224.87825: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a290d5e0> <<< 138029 1726888224.87860: 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' <<< 138029 1726888224.87875: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a290d790> <<< 138029 1726888224.87894: 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 <<< 138029 1726888224.87914: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 138029 1726888224.87933: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a290da60> <<< 138029 1726888224.87964: 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' <<< 138029 1726888224.87995: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a290e930> <<< 138029 1726888224.88033: 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 <<< 138029 1726888224.88079: 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 0x7f89a290eba0> # /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 <<< 138029 1726888224.88107: 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 0x7f89a290edb0> <<< 138029 1726888224.88111: 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 <<< 138029 1726888224.88114: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 138029 1726888224.88134: 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 <<< 138029 1726888224.88145: 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 0x7f89a290f980> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a290f4d0> <<< 138029 1726888224.88186: 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' <<< 138029 1726888224.88228: 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' <<< 138029 1726888224.88292: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2934830> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2934170> <<< 138029 1726888224.88295: 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' <<< 138029 1726888224.88363: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a29354c0> # /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' <<< 138029 1726888224.88372: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2935790> <<< 138029 1726888224.88402: 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' <<< 138029 1726888224.88415: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a29366f0> # /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 0x7f89a2936960> <<< 138029 1726888224.88710: 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 0x7f89a2936b10> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2b2b770> <<< 138029 1726888224.88713: stdout chunk (state=3): >>>import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2b2b500> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2b2ac60> # /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 0x7f89a2937530> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2937260> # /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 <<< 138029 1726888224.88729: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 138029 1726888224.88793: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a295d9a0> <<< 138029 1726888224.88818: 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' <<< 138029 1726888224.88890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888224.88907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 138029 1726888224.88933: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a295f020> <<< 138029 1726888224.89060: 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 0x7f89a295e300> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a295deb0> <<< 138029 1726888224.89067: 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 <<< 138029 1726888224.89071: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 138029 1726888224.89187: 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 0x7f89a2708980> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a26f3da0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py <<< 138029 1726888224.89190: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888224.89226: 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 # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # <<< 138029 1726888224.89230: 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' <<< 138029 1726888224.89302: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a270b5f0> <<< 138029 1726888224.89375: 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 0x7f89a270b920> # /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 <<< 138029 1726888224.89386: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2708fe0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2708cb0> <<< 138029 1726888224.89456: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a29377d0> <<< 138029 1726888224.89523: 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' <<< 138029 1726888224.89530: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a295d4f0> <<< 138029 1726888224.89557: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2937380> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2b2b4d0> <<< 138029 1726888224.89560: 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 <<< 138029 1726888224.89563: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 138029 1726888224.89598: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a27322d0> <<< 138029 1726888224.89650: 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 <<< 138029 1726888224.89703: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2732ba0> <<< 138029 1726888224.89748: 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 0x7f89a2733bc0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 138029 1726888224.89858: 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 0x7f89a275c260> # /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' <<< 138029 1726888224.89924: 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' <<< 138029 1726888224.89927: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888224.90093: 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 0x7f89a275d910> <<< 138029 1726888224.90097: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a275d2e0> <<< 138029 1726888224.90112: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a275cf80> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a275cc20> # /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' <<< 138029 1726888224.90225: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2937350> # /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' <<< 138029 1726888224.90290: 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' <<< 138029 1726888224.90301: stdout chunk (state=3): >>>import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a275f5c0> <<< 138029 1726888224.90304: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a275f650> <<< 138029 1726888224.90329: 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' <<< 138029 1726888224.90416: 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 0x7f89a275fd40> <<< 138029 1726888224.90444: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a275fbc0> # /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' <<< 138029 1726888224.90505: 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' <<< 138029 1726888224.90508: 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 <<< 138029 1726888224.90616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888224.90662: 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 0x7f89a278e330> <<< 138029 1726888224.90686: 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' <<< 138029 1726888224.90735: 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 0x7f89a278f4a0> <<< 138029 1726888224.90750: 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 0x7f89a278f710> <<< 138029 1726888224.90764: 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' <<< 138029 1726888224.90832: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888224.90835: 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 0x7f89a278f860> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a278f6b0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a278efc0> <<< 138029 1726888224.90876: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a278e480> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a278d760> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a278cd10> <<< 138029 1726888224.90937: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a278c590> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a275f0b0> <<< 138029 1726888224.90940: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a275e5a0> <<< 138029 1726888224.90992: 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 0x7f89a278f320> <<< 138029 1726888224.91081: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a278fd70> <<< 138029 1726888224.91089: 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 0x7f89a27b8680> <<< 138029 1726888224.91092: 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 <<< 138029 1726888224.91094: 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 0x7f89a27b8a40> <<< 138029 1726888224.91142: 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 <<< 138029 1726888224.91146: 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 0x7f89a27b9340> <<< 138029 1726888224.91175: 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 <<< 138029 1726888224.91210: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 138029 1726888224.91218: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a27b9eb0> <<< 138029 1726888225.03892: 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}}} <<< 138029 1726888225.05130: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic # destroy __main__ <<< 138029 1726888225.05762: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888225.05873: 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 # cl<<< 138029 1726888225.05886: stdout chunk (state=3): >>>eanup[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<<< 138029 1726888225.05912: stdout chunk (state=3): >>>.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 <<< 138029 1726888225.06662: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # 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 <<< 138029 1726888225.06672: 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 <<< 138029 1726888225.06675: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 138029 1726888225.06677: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 138029 1726888225.06680: stdout chunk (state=3): >>># destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 138029 1726888225.06702: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 138029 1726888225.06706: 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 <<< 138029 1726888225.06710: stdout chunk (state=3): >>># 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 <<< 138029 1726888225.06713: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses <<< 138029 1726888225.06785: 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 <<< 138029 1726888225.06971: 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 # 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 <<< 138029 1726888225.06992: stdout chunk (state=3): >>># destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 138029 1726888225.07023: 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 <<< 138029 1726888225.07148: 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 <<< 138029 1726888225.07185: stdout chunk (state=3): >>># cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # 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 <<< 138029 1726888225.07634: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888225.07641: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888225.07738: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 138029 1726888225.07743: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888225.08159: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg <<< 138029 1726888225.08166: stdout chunk (state=3): >>># destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 138029 1726888225.08171: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch # 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 <<< 138029 1726888225.08199: stdout chunk (state=3): >>># destroy _ssl <<< 138029 1726888225.08237: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888225.08366: 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 <<< 138029 1726888225.08489: stdout chunk (state=3): >>># destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726888225.09309: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888225.09312: stderr chunk (state=3): >>><<< 138029 1726888225.09315: stdout chunk (state=3): >>><<< 138029 1726888225.09809: _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 0x7f89a61bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a618ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a61be930> 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 0x7f89a61ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f89a61cdfd0> 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 0x7f89a5fd3dd0> # /usr/lib64/python3.12/__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 0x7f89a5fd3fe0> # /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 0x7f89a60037a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6003e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5fe3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5fe11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5fd0f80> # /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 0x7f89a6027710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6026330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5fe21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5fd2e70> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6058740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5fd0200> # /usr/lib64/python3.12/__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 0x7f89a6058bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6058aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89a6058e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5fc6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f89a6059550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6059220> 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 0x7f89a605a450> 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 0x7f89a6074650> 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 0x7f89a6075d90> # /usr/lib64/python3.12/__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 0x7f89a6076c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89a6077290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6076180> # /usr/lib64/python3.12/__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 0x7f89a6077d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a6077440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a605a480> # /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 0x7f89a5da7bf0> # /usr/lib64/python3.12/__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 0x7f89a5dd0740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5dd04a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89a5dd0770> # /usr/lib64/python3.12/__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 0x7f89a5dd10a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89a5dd1a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5dd0950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5da5d90> # /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 0x7f89a5dd2e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5dd1bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a605ab70> # /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 0x7f89a5dff170> # /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 0x7f89a5e27530> # /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 0x7f89a5e80320> # /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 0x7f89a5e82a80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5e80440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5e4d310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5725400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5e26330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5dd3d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f89a5e26690> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_041gz1a1/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 0x7f89a577f110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a575e000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a575d190> # 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 0x7f89a577d400> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f89a57a2a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a57a27b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a57a20c0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f89a57a2b70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a618a9c0> 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 0x7f89a57a3710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89a57a3950> # /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 0x7f89a57a3e90> 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 0x7f89a5611c10> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89a5613830> # /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 0x7f89a5618230> # /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 0x7f89a5619130> # /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 0x7f89a561be90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89a5fc6e10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a561a150> # /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 0x7f89a561fce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a561e7b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a561e510> # /usr/lib64/python3.12/__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 0x7f89a561ea80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a561a660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89a5663e90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5663ef0> # /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 0x7f89a5665ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5665880> # /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 0x7f89a5667fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a56661b0> # /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 0x7f89a566b860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5668230> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89a566c410> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89a566c530> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89a566c890> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a56641a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f89a56f8110> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89a56f9400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a566e8a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89a566fc50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a566e510> # 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 0x7f89a56fd520> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f89a56fe330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a56f9520> 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 0x7f89a56fe3c0> # 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 0x7f89a56ff650> # 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 0x7f89a550a0f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5504f50> 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 0x7f89a57fab40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a57de810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a550a330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5509eb0> # 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 0x7f89a559c680> # /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 0x7f89a559c890> # /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 0x7f89a559cfb0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559cb30> # /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 0x7f89a559d910> # /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 0x7f89a5585a30> # /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 0x7f89a5585a00> # /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 0x7f89a51b6750> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559f110> # /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 0x7f89a51c52e0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a51b7e60> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a51b7230> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559e5a0> # /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 0x7f89a52311f0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a51e9310> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559eb70> # /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 0x7f89a5238cb0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5232f90> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a51e8e00> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559df70> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559d9a0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559d6a0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a559c8c0> # /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 0x7f89a559d9d0> # /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 0x7f89a52392e0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5238f20> # /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 0x7f89a5239a00> # /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 0x7f89a523c1d0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a52217f0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a523a9f0> # /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 0x7f89a5221280> # /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 0x7f89a5256900> # /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 0x7f89a5257590> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a5257050> # /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 0x7f89a5257a70> # /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 0x7f89a524bf80> # /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 0x7f89a5178530> # 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 0x7f89a517b2c0> # /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 0x7f89a517b3e0> # /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 0x7f89a4ecf5c0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4ecee10> # 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 0x7f89a4eceff0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a517b920> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a517aa20> # /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 0x7f89a517afc0> # /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 0x7f89a4f4cc80> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4f4c860> # /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 0x7f89a4f78500> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4f4cd70> # /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 0x7f89a4aaf530> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4f78590> # /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 0x7f89a4b251f0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4aafa70> # /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 0x7f89a4b601a0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4b25340> # /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 0x7f89a30b82f0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4b60530> # /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 0x7f89a30b94f0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30b88f0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4f4c3e0> # /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 0x7f89a30d8920> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30bbd70> # /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 0x7f89a30dafc0> # /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 0x7f89a30dbec0> # /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 0x7f89a31007d0> # /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 0x7f89a3101d30> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a3100140> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30dae70> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30da810> # /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 0x7f89a3103980> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30db3e0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30d8c80> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30bb380> # /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 0x7f89a30bbaa0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30bb800> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a30b9580> # /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 0x7f89a313d010> # /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 0x7f89a313f4d0> # /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 0x7f89a313fcb0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a313e7e0> # /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 0x7f89a316c500> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a313cec0> # /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 0x7f89a316df70> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a316d4f0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a316d310> # /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 0x7f89a3195010> # /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 0x7f89a2a630b0> # 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 0x7f89a2a633e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a3197320> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a31954c0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a3194500> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a316e750> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a316e480> # /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 0x7f89a2a9cf50> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2a9c0e0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a316ec90> # /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 0x7f89a2a9d670> # /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 0x7f89a2a9da30> # /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 0x7f89a2a9daf0> # /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 0x7f89a2a9dc10> # /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 0x7f89a2ab8800> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2a9e930> # /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 0x7f89a2ab8920> # /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 0x7f89a2ab89e0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2a9da60> # /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 0x7f89a2ab8b90> # /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 0x7f89a2b08590> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2ae39b0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2ae2450> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2aba390> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2ab97f0> # /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 0x7f89a2abb770> # /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 0x7f89a316d2b0> # /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 0x7f89a2b28bc0> # /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 0x7f89a2b28e00> # /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 0x7f89a2b29760> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2b291f0> # /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 0x7f89a2b2a660> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a4ecf7a0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a56fc740> # /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 0x7f89a2b2b350> # /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 0x7f89a288fdd0> # /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 0x7f89a28b9e20> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a28b9a00> # 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 0x7f89a618af60> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a28b88c0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a28b8140> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a288ce30> # /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 0x7f89a57a38f0> # /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 0x7f89a28cf350> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a28cde80> # /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 0x7f89a28f0b30> # /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 0x7f89a28f0e30> # /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 0x7f89a28f10a0> # /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 0x7f89a28f1340> # /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 0x7f89a28f1a60> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a28f18b0> # /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 0x7f89a28f3350> # /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 0x7f89a28f34a0> # /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 0x7f89a28f36b0> # /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 0x7f89a290c650> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a28f3e90> # /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 0x7f89a290d190> # /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 0x7f89a290d5e0> # /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 0x7f89a290d790> # /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 0x7f89a290da60> # /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 0x7f89a290e930> # /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 0x7f89a290eba0> # /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 0x7f89a290edb0> # /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 0x7f89a290f980> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a290f4d0> # /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 0x7f89a2934830> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2934170> # /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 0x7f89a29354c0> # /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 0x7f89a2935790> # /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 0x7f89a29366f0> # /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 0x7f89a2936960> # /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 0x7f89a2936b10> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2b2b770> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2b2b500> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2b2ac60> # /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 0x7f89a2937530> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2937260> # /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 0x7f89a295d9a0> # /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 0x7f89a295f020> # 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 0x7f89a295e300> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a295deb0> # /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 0x7f89a2708980> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a26f3da0> # /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 0x7f89a270b5f0> # /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 0x7f89a270b920> # /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 0x7f89a2708fe0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2708cb0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a29377d0> # /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 0x7f89a295d4f0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2937380> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a2b2b4d0> # /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 0x7f89a27322d0> # /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 0x7f89a2732ba0> # /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 0x7f89a2733bc0> # /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 0x7f89a275c260> # /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 0x7f89a275d910> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a275d2e0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a275cf80> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a275cc20> # /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 0x7f89a2937350> # /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 0x7f89a275f5c0> # /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 0x7f89a275f650> # /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 0x7f89a275fd40> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a275fbc0> # /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 0x7f89a278e330> # /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 0x7f89a278f4a0> # /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 0x7f89a278f710> # /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 0x7f89a278f860> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a278f6b0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a278efc0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a278e480> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a278d760> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a278cd10> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a278c590> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a275f0b0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89a275e5a0> # /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 0x7f89a278f320> # /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 0x7f89a278fd70> # /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 0x7f89a27b8680> # /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 0x7f89a27b8a40> # /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 0x7f89a27b9340> # /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 0x7f89a27b9eb0> {"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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888225.11914: 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-1726888224.4465177-145291-253459687916106/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888225.11917: _low_level_execute_command(): starting 138029 1726888225.11920: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888224.4465177-145291-253459687916106/ > /dev/null 2>&1 && sleep 0' 138029 1726888225.11925: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888225.11928: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888225.11931: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888225.11935: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888225.13242: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888225.13246: stderr chunk (state=3): >>><<< 138029 1726888225.13248: stdout chunk (state=3): >>><<< 138029 1726888225.13469: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888225.13477: handler run complete 138029 1726888225.13480: attempt loop complete, returning result 138029 1726888225.13482: _execute() done 138029 1726888225.13487: dumping result to json 138029 1726888225.13489: done dumping result, returning 138029 1726888225.13491: done running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-5a58-73a2-0000000034a5] 138029 1726888225.13493: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034a5 138029 1726888225.13563: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034a5 138029 1726888225.13567: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 138029 1726888225.13725: no more pending results, returning what we have 138029 1726888225.13730: results queue empty 138029 1726888225.13731: checking for any_errors_fatal 138029 1726888225.13741: done checking for any_errors_fatal 138029 1726888225.13742: checking for max_fail_percentage 138029 1726888225.13744: done checking for max_fail_percentage 138029 1726888225.13745: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.13746: done checking to see if all hosts have failed 138029 1726888225.13746: getting the remaining hosts for this loop 138029 1726888225.13748: done getting the remaining hosts for this loop 138029 1726888225.13752: getting the next task for host managed_node3 138029 1726888225.13764: done getting next task for host managed_node3 138029 1726888225.13767: ^ task is: TASK: Collect LUKS info for this volume 138029 1726888225.13774: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.13958: getting variables 138029 1726888225.13960: in VariableManager get_vars() 138029 1726888225.14003: Calling all_inventory to load vars for managed_node3 138029 1726888225.14007: Calling groups_inventory to load vars for managed_node3 138029 1726888225.14011: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.14024: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.14028: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.14195: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.15574: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.16680: done with get_vars() 138029 1726888225.16697: done getting variables 138029 1726888225.16762: 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:10:25 -0400 (0:00:00.791) 0:03:57.891 ****** 138029 1726888225.16809: entering _queue_task() for managed_node3/command 138029 1726888225.17329: worker is 1 (out of 1 available) 138029 1726888225.17349: exiting _queue_task() for managed_node3/command 138029 1726888225.17389: done queuing things up, now waiting for results queue to drain 138029 1726888225.17391: waiting for pending results... 138029 1726888225.17594: running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume 138029 1726888225.17696: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034a6 138029 1726888225.17708: variable 'ansible_search_path' from source: unknown 138029 1726888225.17859: calling self._execute() 138029 1726888225.18061: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.18066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.18069: variable 'omit' from source: magic vars 138029 1726888225.18380: variable 'storage_test_volume' from source: include params 138029 1726888225.18443: variable '_storage_test_volume_present' from source: set_fact 138029 1726888225.18450: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 138029 1726888225.18457: when evaluation is False, skipping this task 138029 1726888225.18460: _execute() done 138029 1726888225.18462: dumping result to json 138029 1726888225.18464: done dumping result, returning 138029 1726888225.18466: done running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-5a58-73a2-0000000034a6] 138029 1726888225.18468: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034a6 138029 1726888225.18583: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034a6 138029 1726888225.18585: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888225.18667: no more pending results, returning what we have 138029 1726888225.18671: results queue empty 138029 1726888225.18672: checking for any_errors_fatal 138029 1726888225.18684: done checking for any_errors_fatal 138029 1726888225.18685: checking for max_fail_percentage 138029 1726888225.18686: done checking for max_fail_percentage 138029 1726888225.18687: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.18688: done checking to see if all hosts have failed 138029 1726888225.18689: getting the remaining hosts for this loop 138029 1726888225.18691: done getting the remaining hosts for this loop 138029 1726888225.18698: getting the next task for host managed_node3 138029 1726888225.18710: done getting next task for host managed_node3 138029 1726888225.18712: ^ task is: TASK: Verify the presence/absence of the LUKS device node 138029 1726888225.18718: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.18722: getting variables 138029 1726888225.18723: in VariableManager get_vars() 138029 1726888225.18760: Calling all_inventory to load vars for managed_node3 138029 1726888225.18763: Calling groups_inventory to load vars for managed_node3 138029 1726888225.18768: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.18776: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.18779: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.18782: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.19139: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.19698: done with get_vars() 138029 1726888225.19711: done getting variables 138029 1726888225.19770: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:25 -0400 (0:00:00.029) 0:03:57.921 ****** 138029 1726888225.19803: entering _queue_task() for managed_node3/assert 138029 1726888225.20273: worker is 1 (out of 1 available) 138029 1726888225.20286: exiting _queue_task() for managed_node3/assert 138029 1726888225.20299: done queuing things up, now waiting for results queue to drain 138029 1726888225.20300: waiting for pending results... 138029 1726888225.21186: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node 138029 1726888225.21218: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034a7 138029 1726888225.21261: variable 'ansible_search_path' from source: unknown 138029 1726888225.21271: calling self._execute() 138029 1726888225.21483: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.21508: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.21515: variable 'omit' from source: magic vars 138029 1726888225.21934: variable 'storage_test_volume' from source: include params 138029 1726888225.21938: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888225.21940: when evaluation is False, skipping this task 138029 1726888225.21943: _execute() done 138029 1726888225.21946: dumping result to json 138029 1726888225.21950: done dumping result, returning 138029 1726888225.21952: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-5a58-73a2-0000000034a7] 138029 1726888225.21954: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034a7 138029 1726888225.22170: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034a7 138029 1726888225.22173: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888225.22219: no more pending results, returning what we have 138029 1726888225.22222: results queue empty 138029 1726888225.22223: checking for any_errors_fatal 138029 1726888225.22233: done checking for any_errors_fatal 138029 1726888225.22233: checking for max_fail_percentage 138029 1726888225.22235: done checking for max_fail_percentage 138029 1726888225.22237: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.22237: done checking to see if all hosts have failed 138029 1726888225.22238: getting the remaining hosts for this loop 138029 1726888225.22239: done getting the remaining hosts for this loop 138029 1726888225.22243: getting the next task for host managed_node3 138029 1726888225.22252: done getting next task for host managed_node3 138029 1726888225.22254: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888225.22262: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.22268: getting variables 138029 1726888225.22270: in VariableManager get_vars() 138029 1726888225.22304: Calling all_inventory to load vars for managed_node3 138029 1726888225.22307: Calling groups_inventory to load vars for managed_node3 138029 1726888225.22310: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.22322: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.22326: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.22328: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.22892: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.23383: done with get_vars() 138029 1726888225.23397: done getting variables 138029 1726888225.23452: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:25 -0400 (0:00:00.036) 0:03:57.958 ****** 138029 1726888225.23488: entering _queue_task() for managed_node3/assert 138029 1726888225.23737: worker is 1 (out of 1 available) 138029 1726888225.23748: exiting _queue_task() for managed_node3/assert 138029 1726888225.23962: done queuing things up, now waiting for results queue to drain 138029 1726888225.23967: waiting for pending results... 138029 1726888225.24139: running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888225.24281: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034a8 138029 1726888225.24306: variable 'ansible_search_path' from source: unknown 138029 1726888225.24423: calling self._execute() 138029 1726888225.24478: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.24490: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.24503: variable 'omit' from source: magic vars 138029 1726888225.24936: variable '_storage_test_volume_present' from source: set_fact 138029 1726888225.24950: Evaluated conditional (_storage_test_volume_present): False 138029 1726888225.24961: when evaluation is False, skipping this task 138029 1726888225.24977: _execute() done 138029 1726888225.24985: dumping result to json 138029 1726888225.24992: done dumping result, returning 138029 1726888225.25002: done running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-5a58-73a2-0000000034a8] 138029 1726888225.25012: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034a8 138029 1726888225.25341: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034a8 138029 1726888225.25344: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888225.25399: no more pending results, returning what we have 138029 1726888225.25403: results queue empty 138029 1726888225.25404: checking for any_errors_fatal 138029 1726888225.25418: done checking for any_errors_fatal 138029 1726888225.25419: checking for max_fail_percentage 138029 1726888225.25421: done checking for max_fail_percentage 138029 1726888225.25422: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.25422: done checking to see if all hosts have failed 138029 1726888225.25423: getting the remaining hosts for this loop 138029 1726888225.25425: done getting the remaining hosts for this loop 138029 1726888225.25429: getting the next task for host managed_node3 138029 1726888225.25436: done getting next task for host managed_node3 138029 1726888225.25439: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888225.25446: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.25453: getting variables 138029 1726888225.25457: in VariableManager get_vars() 138029 1726888225.25494: Calling all_inventory to load vars for managed_node3 138029 1726888225.25497: Calling groups_inventory to load vars for managed_node3 138029 1726888225.25500: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.25513: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.25516: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.25518: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.26790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.27838: done with get_vars() 138029 1726888225.27851: done getting variables 138029 1726888225.27914: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:25 -0400 (0:00:00.044) 0:03:58.003 ****** 138029 1726888225.27951: entering _queue_task() for managed_node3/assert 138029 1726888225.28486: worker is 1 (out of 1 available) 138029 1726888225.28497: exiting _queue_task() for managed_node3/assert 138029 1726888225.28508: done queuing things up, now waiting for results queue to drain 138029 1726888225.28510: waiting for pending results... 138029 1726888225.28641: running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888225.28964: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034a9 138029 1726888225.28977: variable 'ansible_search_path' from source: unknown 138029 1726888225.29092: calling self._execute() 138029 1726888225.29261: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.29265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.29268: variable 'omit' from source: magic vars 138029 1726888225.29679: variable '_storage_test_volume_present' from source: set_fact 138029 1726888225.29692: variable 'storage_test_volume' from source: include params 138029 1726888225.29731: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888225.29822: when evaluation is False, skipping this task 138029 1726888225.29827: _execute() done 138029 1726888225.29829: dumping result to json 138029 1726888225.29831: done dumping result, returning 138029 1726888225.29834: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-5a58-73a2-0000000034a9] 138029 1726888225.29837: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034a9 138029 1726888225.29918: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034a9 138029 1726888225.29923: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888225.29979: no more pending results, returning what we have 138029 1726888225.29984: results queue empty 138029 1726888225.29985: checking for any_errors_fatal 138029 1726888225.30001: done checking for any_errors_fatal 138029 1726888225.30002: checking for max_fail_percentage 138029 1726888225.30004: done checking for max_fail_percentage 138029 1726888225.30005: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.30006: done checking to see if all hosts have failed 138029 1726888225.30007: getting the remaining hosts for this loop 138029 1726888225.30009: done getting the remaining hosts for this loop 138029 1726888225.30013: getting the next task for host managed_node3 138029 1726888225.30023: done getting next task for host managed_node3 138029 1726888225.30025: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 138029 1726888225.30035: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.30041: getting variables 138029 1726888225.30043: in VariableManager get_vars() 138029 1726888225.30081: Calling all_inventory to load vars for managed_node3 138029 1726888225.30084: Calling groups_inventory to load vars for managed_node3 138029 1726888225.30088: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.30101: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.30104: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.30107: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.31376: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.32520: done with get_vars() 138029 1726888225.32536: done getting variables 138029 1726888225.32595: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:25 -0400 (0:00:00.046) 0:03:58.049 ****** 138029 1726888225.32630: entering _queue_task() for managed_node3/assert 138029 1726888225.32930: worker is 1 (out of 1 available) 138029 1726888225.32943: exiting _queue_task() for managed_node3/assert 138029 1726888225.33060: done queuing things up, now waiting for results queue to drain 138029 1726888225.33062: waiting for pending results... 138029 1726888225.33375: running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted 138029 1726888225.33479: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034aa 138029 1726888225.33501: variable 'ansible_search_path' from source: unknown 138029 1726888225.33547: calling self._execute() 138029 1726888225.33680: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.33685: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.33696: variable 'omit' from source: magic vars 138029 1726888225.34061: variable '_storage_test_volume_present' from source: set_fact 138029 1726888225.34064: variable 'storage_test_volume' from source: include params 138029 1726888225.34268: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888225.34273: when evaluation is False, skipping this task 138029 1726888225.34277: _execute() done 138029 1726888225.34279: dumping result to json 138029 1726888225.34282: done dumping result, returning 138029 1726888225.34286: done running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-5a58-73a2-0000000034aa] 138029 1726888225.34289: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034aa 138029 1726888225.34372: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034aa 138029 1726888225.34375: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888225.34500: no more pending results, returning what we have 138029 1726888225.34503: results queue empty 138029 1726888225.34504: checking for any_errors_fatal 138029 1726888225.34511: done checking for any_errors_fatal 138029 1726888225.34512: checking for max_fail_percentage 138029 1726888225.34513: done checking for max_fail_percentage 138029 1726888225.34514: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.34515: done checking to see if all hosts have failed 138029 1726888225.34515: getting the remaining hosts for this loop 138029 1726888225.34516: done getting the remaining hosts for this loop 138029 1726888225.34520: getting the next task for host managed_node3 138029 1726888225.34527: done getting next task for host managed_node3 138029 1726888225.34529: ^ task is: TASK: Check LUKS version 138029 1726888225.34536: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.34540: getting variables 138029 1726888225.34541: in VariableManager get_vars() 138029 1726888225.34574: Calling all_inventory to load vars for managed_node3 138029 1726888225.34577: Calling groups_inventory to load vars for managed_node3 138029 1726888225.34580: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.34589: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.34592: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.34595: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.35130: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.35670: done with get_vars() 138029 1726888225.35686: done getting variables 138029 1726888225.35745: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:25 -0400 (0:00:00.034) 0:03:58.084 ****** 138029 1726888225.36086: entering _queue_task() for managed_node3/assert 138029 1726888225.36579: worker is 1 (out of 1 available) 138029 1726888225.36592: exiting _queue_task() for managed_node3/assert 138029 1726888225.36606: done queuing things up, now waiting for results queue to drain 138029 1726888225.36607: waiting for pending results... 138029 1726888225.36953: running TaskExecutor() for managed_node3/TASK: Check LUKS version 138029 1726888225.37053: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034ab 138029 1726888225.37067: variable 'ansible_search_path' from source: unknown 138029 1726888225.37101: calling self._execute() 138029 1726888225.37206: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.37210: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.37219: variable 'omit' from source: magic vars 138029 1726888225.37661: variable '_storage_test_volume_present' from source: set_fact 138029 1726888225.37664: Evaluated conditional (_storage_test_volume_present): False 138029 1726888225.37669: when evaluation is False, skipping this task 138029 1726888225.37672: _execute() done 138029 1726888225.37675: dumping result to json 138029 1726888225.37677: done dumping result, returning 138029 1726888225.37680: done running TaskExecutor() for managed_node3/TASK: Check LUKS version [0affc8a3-6f6f-5a58-73a2-0000000034ab] 138029 1726888225.37682: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ab skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888225.37814: no more pending results, returning what we have 138029 1726888225.37818: results queue empty 138029 1726888225.37819: checking for any_errors_fatal 138029 1726888225.37833: done checking for any_errors_fatal 138029 1726888225.37834: checking for max_fail_percentage 138029 1726888225.37835: done checking for max_fail_percentage 138029 1726888225.37837: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.37837: done checking to see if all hosts have failed 138029 1726888225.37838: getting the remaining hosts for this loop 138029 1726888225.37840: done getting the remaining hosts for this loop 138029 1726888225.37843: getting the next task for host managed_node3 138029 1726888225.37852: done getting next task for host managed_node3 138029 1726888225.37858: ^ task is: TASK: Check LUKS key size 138029 1726888225.37871: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.37876: getting variables 138029 1726888225.37878: in VariableManager get_vars() 138029 1726888225.37917: Calling all_inventory to load vars for managed_node3 138029 1726888225.37920: Calling groups_inventory to load vars for managed_node3 138029 1726888225.37923: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.38072: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.38076: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.38080: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.38723: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.39270: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ab 138029 1726888225.39274: WORKER PROCESS EXITING 138029 1726888225.39351: done with get_vars() 138029 1726888225.39371: done getting variables 138029 1726888225.39428: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:25 -0400 (0:00:00.033) 0:03:58.118 ****** 138029 1726888225.39469: entering _queue_task() for managed_node3/assert 138029 1726888225.39741: worker is 1 (out of 1 available) 138029 1726888225.39753: exiting _queue_task() for managed_node3/assert 138029 1726888225.39873: done queuing things up, now waiting for results queue to drain 138029 1726888225.39875: waiting for pending results... 138029 1726888225.40081: running TaskExecutor() for managed_node3/TASK: Check LUKS key size 138029 1726888225.40218: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034ac 138029 1726888225.40244: variable 'ansible_search_path' from source: unknown 138029 1726888225.40278: calling self._execute() 138029 1726888225.40394: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.40398: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.40407: variable 'omit' from source: magic vars 138029 1726888225.40707: variable '_storage_test_volume_present' from source: set_fact 138029 1726888225.40716: Evaluated conditional (_storage_test_volume_present): False 138029 1726888225.40720: when evaluation is False, skipping this task 138029 1726888225.40722: _execute() done 138029 1726888225.40725: dumping result to json 138029 1726888225.40727: done dumping result, returning 138029 1726888225.40730: done running TaskExecutor() for managed_node3/TASK: Check LUKS key size [0affc8a3-6f6f-5a58-73a2-0000000034ac] 138029 1726888225.40736: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ac 138029 1726888225.40840: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ac 138029 1726888225.40843: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888225.40911: no more pending results, returning what we have 138029 1726888225.40914: results queue empty 138029 1726888225.40915: checking for any_errors_fatal 138029 1726888225.40937: done checking for any_errors_fatal 138029 1726888225.40939: checking for max_fail_percentage 138029 1726888225.40941: done checking for max_fail_percentage 138029 1726888225.40941: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.40942: done checking to see if all hosts have failed 138029 1726888225.40943: getting the remaining hosts for this loop 138029 1726888225.40944: done getting the remaining hosts for this loop 138029 1726888225.40948: getting the next task for host managed_node3 138029 1726888225.40959: done getting next task for host managed_node3 138029 1726888225.40964: ^ task is: TASK: Check LUKS cipher 138029 1726888225.40972: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.40977: getting variables 138029 1726888225.40979: in VariableManager get_vars() 138029 1726888225.41007: Calling all_inventory to load vars for managed_node3 138029 1726888225.41010: Calling groups_inventory to load vars for managed_node3 138029 1726888225.41012: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.41021: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.41023: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.41026: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.41691: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.42363: done with get_vars() 138029 1726888225.42382: done getting variables 138029 1726888225.42474: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:25 -0400 (0:00:00.030) 0:03:58.148 ****** 138029 1726888225.42525: entering _queue_task() for managed_node3/assert 138029 1726888225.43010: worker is 1 (out of 1 available) 138029 1726888225.43176: exiting _queue_task() for managed_node3/assert 138029 1726888225.43194: done queuing things up, now waiting for results queue to drain 138029 1726888225.43195: waiting for pending results... 138029 1726888225.44100: running TaskExecutor() for managed_node3/TASK: Check LUKS cipher 138029 1726888225.44359: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034ad 138029 1726888225.44364: variable 'ansible_search_path' from source: unknown 138029 1726888225.44373: calling self._execute() 138029 1726888225.44638: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.44651: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.44672: variable 'omit' from source: magic vars 138029 1726888225.45304: variable '_storage_test_volume_present' from source: set_fact 138029 1726888225.45314: Evaluated conditional (_storage_test_volume_present): False 138029 1726888225.45317: when evaluation is False, skipping this task 138029 1726888225.45320: _execute() done 138029 1726888225.45323: dumping result to json 138029 1726888225.45325: done dumping result, returning 138029 1726888225.45332: done running TaskExecutor() for managed_node3/TASK: Check LUKS cipher [0affc8a3-6f6f-5a58-73a2-0000000034ad] 138029 1726888225.45337: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ad skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888225.45541: no more pending results, returning what we have 138029 1726888225.45546: results queue empty 138029 1726888225.45547: checking for any_errors_fatal 138029 1726888225.45561: done checking for any_errors_fatal 138029 1726888225.45562: checking for max_fail_percentage 138029 1726888225.45563: done checking for max_fail_percentage 138029 1726888225.45564: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.45565: done checking to see if all hosts have failed 138029 1726888225.45566: getting the remaining hosts for this loop 138029 1726888225.45567: done getting the remaining hosts for this loop 138029 1726888225.45571: getting the next task for host managed_node3 138029 1726888225.45578: done getting next task for host managed_node3 138029 1726888225.45582: ^ task is: TASK: Set test variables 138029 1726888225.45588: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.45592: getting variables 138029 1726888225.45594: in VariableManager get_vars() 138029 1726888225.45625: Calling all_inventory to load vars for managed_node3 138029 1726888225.45627: Calling groups_inventory to load vars for managed_node3 138029 1726888225.45630: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.45639: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.45641: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.45644: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.46060: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ad 138029 1726888225.46070: WORKER PROCESS EXITING 138029 1726888225.46077: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.46491: done with get_vars() 138029 1726888225.46501: done getting variables 138029 1726888225.46576: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:25 -0400 (0:00:00.041) 0:03:58.189 ****** 138029 1726888225.46618: entering _queue_task() for managed_node3/set_fact 138029 1726888225.46861: worker is 1 (out of 1 available) 138029 1726888225.46875: exiting _queue_task() for managed_node3/set_fact 138029 1726888225.46888: done queuing things up, now waiting for results queue to drain 138029 1726888225.46890: waiting for pending results... 138029 1726888225.47135: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888225.47272: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034ae 138029 1726888225.47282: variable 'ansible_search_path' from source: unknown 138029 1726888225.47321: calling self._execute() 138029 1726888225.47582: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.47586: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.47593: variable 'omit' from source: magic vars 138029 1726888225.47680: variable 'omit' from source: magic vars 138029 1726888225.47752: variable 'omit' from source: magic vars 138029 1726888225.48159: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888225.50448: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888225.50518: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888225.50561: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888225.50623: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888225.50682: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888225.50860: variable 'storage_test_volume' from source: include params 138029 1726888225.50863: variable '_storage_test_volume_present' from source: set_fact 138029 1726888225.51043: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888225.51054: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888225.51098: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888225.51117: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888225.51129: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888225.51196: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888225.51199: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888225.51211: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888225.51240: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888225.51267: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888225.51332: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888225.51345: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888225.51446: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888225.51462: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888225.51486: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888225.51624: variable 'storage_test_crypttab' from source: set_fact 138029 1726888225.51629: variable 'storage_test_volume' from source: include params 138029 1726888225.51859: variable 'storage_test_volume' from source: include params 138029 1726888225.51862: variable 'omit' from source: magic vars 138029 1726888225.51869: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888225.51899: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888225.51932: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888225.51964: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888225.51983: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888225.52013: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888225.52044: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888225.52082: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888225.52099: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.52261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.52266: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888225.52280: Set connection var ansible_timeout to 10 138029 1726888225.52297: Set connection var ansible_pipelining to False 138029 1726888225.52306: Set connection var ansible_shell_type to sh 138029 1726888225.52314: Set connection var ansible_connection to ssh 138029 1726888225.52328: Set connection var ansible_shell_executable to /bin/sh 138029 1726888225.52368: variable 'ansible_shell_executable' from source: unknown 138029 1726888225.52379: variable 'ansible_connection' from source: unknown 138029 1726888225.52388: variable 'ansible_module_compression' from source: unknown 138029 1726888225.52401: variable 'ansible_shell_type' from source: unknown 138029 1726888225.52414: variable 'ansible_shell_executable' from source: unknown 138029 1726888225.52431: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.52442: variable 'ansible_pipelining' from source: unknown 138029 1726888225.52454: variable 'ansible_timeout' from source: unknown 138029 1726888225.52472: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.52606: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888225.52644: variable 'omit' from source: magic vars 138029 1726888225.52661: starting attempt loop 138029 1726888225.52674: running the handler 138029 1726888225.52695: handler run complete 138029 1726888225.52724: attempt loop complete, returning result 138029 1726888225.52728: _execute() done 138029 1726888225.52730: dumping result to json 138029 1726888225.52732: done dumping result, returning 138029 1726888225.52739: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-0000000034ae] 138029 1726888225.52746: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ae 138029 1726888225.52834: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ae 138029 1726888225.52837: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 138029 1726888225.52914: no more pending results, returning what we have 138029 1726888225.52917: results queue empty 138029 1726888225.52918: checking for any_errors_fatal 138029 1726888225.52936: done checking for any_errors_fatal 138029 1726888225.52940: checking for max_fail_percentage 138029 1726888225.52942: done checking for max_fail_percentage 138029 1726888225.52943: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.52943: done checking to see if all hosts have failed 138029 1726888225.52944: getting the remaining hosts for this loop 138029 1726888225.52946: done getting the remaining hosts for this loop 138029 1726888225.52950: getting the next task for host managed_node3 138029 1726888225.52967: done getting next task for host managed_node3 138029 1726888225.52971: ^ task is: TASK: Check for /etc/crypttab entry 138029 1726888225.52978: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.52982: getting variables 138029 1726888225.52983: in VariableManager get_vars() 138029 1726888225.53029: Calling all_inventory to load vars for managed_node3 138029 1726888225.53032: Calling groups_inventory to load vars for managed_node3 138029 1726888225.53037: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.53047: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.53049: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.53052: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.53821: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.54986: done with get_vars() 138029 1726888225.54996: done getting variables 138029 1726888225.55076: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:25 -0400 (0:00:00.084) 0:03:58.274 ****** 138029 1726888225.55114: entering _queue_task() for managed_node3/assert 138029 1726888225.55471: worker is 1 (out of 1 available) 138029 1726888225.55482: exiting _queue_task() for managed_node3/assert 138029 1726888225.55496: done queuing things up, now waiting for results queue to drain 138029 1726888225.55498: waiting for pending results... 138029 1726888225.55914: running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry 138029 1726888225.56080: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034af 138029 1726888225.56084: variable 'ansible_search_path' from source: unknown 138029 1726888225.56087: calling self._execute() 138029 1726888225.56258: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.56262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.56265: variable 'omit' from source: magic vars 138029 1726888225.56338: variable 'omit' from source: magic vars 138029 1726888225.56436: variable 'omit' from source: magic vars 138029 1726888225.56610: variable 'storage_test_volume' from source: include params 138029 1726888225.56650: variable 'omit' from source: magic vars 138029 1726888225.56691: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888225.56727: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888225.56761: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888225.56780: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888225.56791: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888225.56803: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888225.56815: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888225.56839: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888225.56842: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.56845: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.56961: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888225.56967: Set connection var ansible_timeout to 10 138029 1726888225.56974: Set connection var ansible_pipelining to False 138029 1726888225.56977: Set connection var ansible_shell_type to sh 138029 1726888225.56980: Set connection var ansible_connection to ssh 138029 1726888225.56984: Set connection var ansible_shell_executable to /bin/sh 138029 1726888225.57010: variable 'ansible_shell_executable' from source: unknown 138029 1726888225.57014: variable 'ansible_connection' from source: unknown 138029 1726888225.57018: variable 'ansible_module_compression' from source: unknown 138029 1726888225.57020: variable 'ansible_shell_type' from source: unknown 138029 1726888225.57023: variable 'ansible_shell_executable' from source: unknown 138029 1726888225.57025: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.57030: variable 'ansible_pipelining' from source: unknown 138029 1726888225.57033: variable 'ansible_timeout' from source: unknown 138029 1726888225.57035: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.57177: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888225.57186: variable 'omit' from source: magic vars 138029 1726888225.57191: starting attempt loop 138029 1726888225.57194: running the handler 138029 1726888225.57394: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888225.59238: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888225.59252: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888225.59283: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888225.59308: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888225.59328: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888225.59381: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888225.59401: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888225.59419: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888225.59445: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888225.59457: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888225.59495: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888225.59511: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888225.59529: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888225.59552: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888225.59568: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888225.59642: variable '_storage_test_crypttab_entries' from source: set_fact 138029 1726888225.59645: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888225.59658: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 138029 1726888225.59664: handler run complete 138029 1726888225.59675: attempt loop complete, returning result 138029 1726888225.59678: _execute() done 138029 1726888225.59681: dumping result to json 138029 1726888225.59685: done dumping result, returning 138029 1726888225.59696: done running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000034af] 138029 1726888225.59699: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034af 138029 1726888225.59782: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034af 138029 1726888225.59785: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888225.59841: no more pending results, returning what we have 138029 1726888225.59853: results queue empty 138029 1726888225.59854: checking for any_errors_fatal 138029 1726888225.59873: done checking for any_errors_fatal 138029 1726888225.59875: checking for max_fail_percentage 138029 1726888225.59877: done checking for max_fail_percentage 138029 1726888225.59878: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.59878: done checking to see if all hosts have failed 138029 1726888225.59879: getting the remaining hosts for this loop 138029 1726888225.59881: done getting the remaining hosts for this loop 138029 1726888225.59884: getting the next task for host managed_node3 138029 1726888225.59892: done getting next task for host managed_node3 138029 1726888225.59898: ^ task is: TASK: Validate the format of the crypttab entry 138029 1726888225.59906: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.59912: getting variables 138029 1726888225.59913: in VariableManager get_vars() 138029 1726888225.59957: Calling all_inventory to load vars for managed_node3 138029 1726888225.59960: Calling groups_inventory to load vars for managed_node3 138029 1726888225.59964: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.59977: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.59980: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.59983: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.60615: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.61297: done with get_vars() 138029 1726888225.61317: done getting variables 138029 1726888225.61389: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:25 -0400 (0:00:00.063) 0:03:58.337 ****** 138029 1726888225.61433: entering _queue_task() for managed_node3/assert 138029 1726888225.61756: worker is 1 (out of 1 available) 138029 1726888225.61772: exiting _queue_task() for managed_node3/assert 138029 1726888225.61785: done queuing things up, now waiting for results queue to drain 138029 1726888225.61787: waiting for pending results... 138029 1726888225.62152: running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry 138029 1726888225.62295: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034b0 138029 1726888225.62301: variable 'ansible_search_path' from source: unknown 138029 1726888225.62358: calling self._execute() 138029 1726888225.62487: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.62535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.62542: variable 'omit' from source: magic vars 138029 1726888225.62959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888225.65119: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888225.65223: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888225.65227: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888225.65259: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888225.65296: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888225.65348: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888225.65375: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888225.65393: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888225.65464: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888225.65607: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888225.65791: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888225.65838: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888225.65884: when evaluation is False, skipping this task 138029 1726888225.65942: _execute() done 138029 1726888225.65951: dumping result to json 138029 1726888225.65953: done dumping result, returning 138029 1726888225.65961: done running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000034b0] 138029 1726888225.65966: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034b0 138029 1726888225.66086: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034b0 138029 1726888225.66089: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888225.66142: no more pending results, returning what we have 138029 1726888225.66145: results queue empty 138029 1726888225.66147: checking for any_errors_fatal 138029 1726888225.66159: done checking for any_errors_fatal 138029 1726888225.66160: checking for max_fail_percentage 138029 1726888225.66161: done checking for max_fail_percentage 138029 1726888225.66162: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.66163: done checking to see if all hosts have failed 138029 1726888225.66164: getting the remaining hosts for this loop 138029 1726888225.66168: done getting the remaining hosts for this loop 138029 1726888225.66171: getting the next task for host managed_node3 138029 1726888225.66180: done getting next task for host managed_node3 138029 1726888225.66182: ^ task is: TASK: Check backing device of crypttab entry 138029 1726888225.66190: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.66194: getting variables 138029 1726888225.66196: in VariableManager get_vars() 138029 1726888225.66240: Calling all_inventory to load vars for managed_node3 138029 1726888225.66243: Calling groups_inventory to load vars for managed_node3 138029 1726888225.66246: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.66263: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.66269: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.66273: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.66728: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.67233: done with get_vars() 138029 1726888225.67249: done getting variables 138029 1726888225.67318: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:25 -0400 (0:00:00.059) 0:03:58.397 ****** 138029 1726888225.67352: entering _queue_task() for managed_node3/assert 138029 1726888225.67642: worker is 1 (out of 1 available) 138029 1726888225.67657: exiting _queue_task() for managed_node3/assert 138029 1726888225.67672: done queuing things up, now waiting for results queue to drain 138029 1726888225.67673: waiting for pending results... 138029 1726888225.67949: running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry 138029 1726888225.68054: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034b1 138029 1726888225.68069: variable 'ansible_search_path' from source: unknown 138029 1726888225.68096: calling self._execute() 138029 1726888225.68212: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.68217: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.68286: variable 'omit' from source: magic vars 138029 1726888225.68595: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888225.70550: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888225.70712: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888225.70715: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888225.70725: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888225.70750: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888225.70830: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888225.70850: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888225.70954: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888225.70973: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888225.70976: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888225.71089: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888225.71092: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888225.71095: when evaluation is False, skipping this task 138029 1726888225.71152: _execute() done 138029 1726888225.71157: dumping result to json 138029 1726888225.71159: done dumping result, returning 138029 1726888225.71169: done running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000034b1] 138029 1726888225.71175: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034b1 138029 1726888225.71245: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034b1 138029 1726888225.71248: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888225.71348: no more pending results, returning what we have 138029 1726888225.71351: results queue empty 138029 1726888225.71352: checking for any_errors_fatal 138029 1726888225.71376: done checking for any_errors_fatal 138029 1726888225.71377: checking for max_fail_percentage 138029 1726888225.71379: done checking for max_fail_percentage 138029 1726888225.71380: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.71381: done checking to see if all hosts have failed 138029 1726888225.71381: getting the remaining hosts for this loop 138029 1726888225.71383: done getting the remaining hosts for this loop 138029 1726888225.71387: getting the next task for host managed_node3 138029 1726888225.71395: done getting next task for host managed_node3 138029 1726888225.71398: ^ task is: TASK: Check key file of crypttab entry 138029 1726888225.71404: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.71411: getting variables 138029 1726888225.71412: in VariableManager get_vars() 138029 1726888225.71449: Calling all_inventory to load vars for managed_node3 138029 1726888225.71452: Calling groups_inventory to load vars for managed_node3 138029 1726888225.71458: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.71470: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.71491: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.71544: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.72987: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.73459: done with get_vars() 138029 1726888225.73471: done getting variables 138029 1726888225.73534: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:25 -0400 (0:00:00.062) 0:03:58.459 ****** 138029 1726888225.73574: entering _queue_task() for managed_node3/assert 138029 1726888225.73861: worker is 1 (out of 1 available) 138029 1726888225.73877: exiting _queue_task() for managed_node3/assert 138029 1726888225.73890: done queuing things up, now waiting for results queue to drain 138029 1726888225.73892: waiting for pending results... 138029 1726888225.74212: running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry 138029 1726888225.74467: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034b2 138029 1726888225.74472: variable 'ansible_search_path' from source: unknown 138029 1726888225.74475: calling self._execute() 138029 1726888225.74674: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.74722: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.74790: variable 'omit' from source: magic vars 138029 1726888225.75550: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888225.79920: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888225.80083: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888225.80272: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888225.80282: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888225.80679: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888225.80683: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888225.80686: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888225.80688: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888225.80691: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888225.80693: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888225.81082: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888225.81162: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888225.81171: when evaluation is False, skipping this task 138029 1726888225.81179: _execute() done 138029 1726888225.81187: dumping result to json 138029 1726888225.81194: done dumping result, returning 138029 1726888225.81205: done running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry [0affc8a3-6f6f-5a58-73a2-0000000034b2] 138029 1726888225.81218: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034b2 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888225.81517: no more pending results, returning what we have 138029 1726888225.81521: results queue empty 138029 1726888225.81523: checking for any_errors_fatal 138029 1726888225.81533: done checking for any_errors_fatal 138029 1726888225.81534: checking for max_fail_percentage 138029 1726888225.81536: done checking for max_fail_percentage 138029 1726888225.81537: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.81538: done checking to see if all hosts have failed 138029 1726888225.81538: getting the remaining hosts for this loop 138029 1726888225.81540: done getting the remaining hosts for this loop 138029 1726888225.81544: getting the next task for host managed_node3 138029 1726888225.81554: done getting next task for host managed_node3 138029 1726888225.81559: ^ task is: TASK: Clear test variables 138029 1726888225.81568: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.81574: getting variables 138029 1726888225.81576: in VariableManager get_vars() 138029 1726888225.81621: Calling all_inventory to load vars for managed_node3 138029 1726888225.81624: Calling groups_inventory to load vars for managed_node3 138029 1726888225.81633: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.81647: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.81949: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.81965: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034b2 138029 1726888225.81970: WORKER PROCESS EXITING 138029 1726888225.81999: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.83501: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.84942: done with get_vars() 138029 1726888225.85261: done getting variables 138029 1726888225.85574: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:25 -0400 (0:00:00.122) 0:03:58.581 ****** 138029 1726888225.85799: entering _queue_task() for managed_node3/set_fact 138029 1726888225.86540: worker is 1 (out of 1 available) 138029 1726888225.86553: exiting _queue_task() for managed_node3/set_fact 138029 1726888225.86769: done queuing things up, now waiting for results queue to drain 138029 1726888225.86772: waiting for pending results... 138029 1726888225.87003: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888225.87282: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034b3 138029 1726888225.87362: variable 'ansible_search_path' from source: unknown 138029 1726888225.87373: calling self._execute() 138029 1726888225.87520: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.87560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.87586: variable 'omit' from source: magic vars 138029 1726888225.87715: variable 'omit' from source: magic vars 138029 1726888225.87799: variable 'omit' from source: magic vars 138029 1726888225.87843: variable 'omit' from source: magic vars 138029 1726888225.87917: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888225.87944: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888225.87972: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888225.88025: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888225.88028: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888225.88031: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888225.88050: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888225.88090: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888225.88098: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.88105: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.88326: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888225.88349: Set connection var ansible_timeout to 10 138029 1726888225.88352: Set connection var ansible_pipelining to False 138029 1726888225.88357: Set connection var ansible_shell_type to sh 138029 1726888225.88427: Set connection var ansible_connection to ssh 138029 1726888225.88432: Set connection var ansible_shell_executable to /bin/sh 138029 1726888225.88437: variable 'ansible_shell_executable' from source: unknown 138029 1726888225.88489: variable 'ansible_connection' from source: unknown 138029 1726888225.88503: variable 'ansible_module_compression' from source: unknown 138029 1726888225.88568: variable 'ansible_shell_type' from source: unknown 138029 1726888225.88571: variable 'ansible_shell_executable' from source: unknown 138029 1726888225.88574: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.88576: variable 'ansible_pipelining' from source: unknown 138029 1726888225.88581: variable 'ansible_timeout' from source: unknown 138029 1726888225.88584: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.89004: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888225.89008: variable 'omit' from source: magic vars 138029 1726888225.89011: starting attempt loop 138029 1726888225.89014: running the handler 138029 1726888225.89016: handler run complete 138029 1726888225.89100: attempt loop complete, returning result 138029 1726888225.89108: _execute() done 138029 1726888225.89116: dumping result to json 138029 1726888225.89124: done dumping result, returning 138029 1726888225.89136: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-0000000034b3] 138029 1726888225.89147: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034b3 ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 138029 1726888225.89483: no more pending results, returning what we have 138029 1726888225.89487: results queue empty 138029 1726888225.89488: checking for any_errors_fatal 138029 1726888225.89501: done checking for any_errors_fatal 138029 1726888225.89502: checking for max_fail_percentage 138029 1726888225.89505: done checking for max_fail_percentage 138029 1726888225.89506: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.89506: done checking to see if all hosts have failed 138029 1726888225.89507: getting the remaining hosts for this loop 138029 1726888225.89509: done getting the remaining hosts for this loop 138029 1726888225.89513: getting the next task for host managed_node3 138029 1726888225.89526: done getting next task for host managed_node3 138029 1726888225.89530: ^ task is: TASK: Get information about RAID 138029 1726888225.89539: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.89551: getting variables 138029 1726888225.89553: in VariableManager get_vars() 138029 1726888225.89598: Calling all_inventory to load vars for managed_node3 138029 1726888225.89602: Calling groups_inventory to load vars for managed_node3 138029 1726888225.89605: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.89623: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.89628: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.89631: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.90273: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034b3 138029 1726888225.90276: WORKER PROCESS EXITING 138029 1726888225.90696: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.91335: done with get_vars() 138029 1726888225.91357: done getting variables 138029 1726888225.91415: 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:10:25 -0400 (0:00:00.056) 0:03:58.638 ****** 138029 1726888225.91449: entering _queue_task() for managed_node3/command 138029 1726888225.91730: worker is 1 (out of 1 available) 138029 1726888225.91988: exiting _queue_task() for managed_node3/command 138029 1726888225.92006: done queuing things up, now waiting for results queue to drain 138029 1726888225.92008: waiting for pending results... 138029 1726888225.92229: running TaskExecutor() for managed_node3/TASK: Get information about RAID 138029 1726888225.92385: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034b7 138029 1726888225.92408: variable 'ansible_search_path' from source: unknown 138029 1726888225.92447: calling self._execute() 138029 1726888225.92602: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.92614: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.92632: variable 'omit' from source: magic vars 138029 1726888225.93559: variable 'storage_test_volume' from source: include params 138029 1726888225.93656: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888225.93659: when evaluation is False, skipping this task 138029 1726888225.93662: _execute() done 138029 1726888225.93665: dumping result to json 138029 1726888225.93669: done dumping result, returning 138029 1726888225.93672: done running TaskExecutor() for managed_node3/TASK: Get information about RAID [0affc8a3-6f6f-5a58-73a2-0000000034b7] 138029 1726888225.93674: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034b7 138029 1726888225.93756: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034b7 138029 1726888225.93761: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888225.93822: no more pending results, returning what we have 138029 1726888225.93827: results queue empty 138029 1726888225.93828: checking for any_errors_fatal 138029 1726888225.93841: done checking for any_errors_fatal 138029 1726888225.93842: checking for max_fail_percentage 138029 1726888225.93844: done checking for max_fail_percentage 138029 1726888225.93845: checking to see if all hosts have failed and the running result is not ok 138029 1726888225.93846: done checking to see if all hosts have failed 138029 1726888225.93847: getting the remaining hosts for this loop 138029 1726888225.93848: done getting the remaining hosts for this loop 138029 1726888225.93853: getting the next task for host managed_node3 138029 1726888225.93867: done getting next task for host managed_node3 138029 1726888225.93871: ^ task is: TASK: Set active devices regex 138029 1726888225.93878: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888225.93884: getting variables 138029 1726888225.93886: in VariableManager get_vars() 138029 1726888225.93926: Calling all_inventory to load vars for managed_node3 138029 1726888225.93930: Calling groups_inventory to load vars for managed_node3 138029 1726888225.93933: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888225.93947: Calling all_plugins_play to load vars for managed_node3 138029 1726888225.93951: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888225.93954: Calling groups_plugins_play to load vars for managed_node3 138029 1726888225.95141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888225.96987: done with get_vars() 138029 1726888225.97004: done getting variables 138029 1726888225.97370: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:25 -0400 (0:00:00.059) 0:03:58.697 ****** 138029 1726888225.97404: entering _queue_task() for managed_node3/set_fact 138029 1726888225.98192: worker is 1 (out of 1 available) 138029 1726888225.98205: exiting _queue_task() for managed_node3/set_fact 138029 1726888225.98217: done queuing things up, now waiting for results queue to drain 138029 1726888225.98219: waiting for pending results... 138029 1726888225.99275: running TaskExecutor() for managed_node3/TASK: Set active devices regex 138029 1726888225.99527: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034b8 138029 1726888225.99531: variable 'ansible_search_path' from source: unknown 138029 1726888225.99535: calling self._execute() 138029 1726888225.99752: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888225.99772: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888225.99963: variable 'omit' from source: magic vars 138029 1726888226.00982: variable 'storage_test_volume' from source: include params 138029 1726888226.01097: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888226.01362: when evaluation is False, skipping this task 138029 1726888226.01368: _execute() done 138029 1726888226.01370: dumping result to json 138029 1726888226.01372: done dumping result, returning 138029 1726888226.01375: done running TaskExecutor() for managed_node3/TASK: Set active devices regex [0affc8a3-6f6f-5a58-73a2-0000000034b8] 138029 1726888226.01377: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034b8 138029 1726888226.01462: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034b8 138029 1726888226.01470: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888226.01524: no more pending results, returning what we have 138029 1726888226.01528: results queue empty 138029 1726888226.01529: checking for any_errors_fatal 138029 1726888226.01542: done checking for any_errors_fatal 138029 1726888226.01543: checking for max_fail_percentage 138029 1726888226.01544: done checking for max_fail_percentage 138029 1726888226.01545: checking to see if all hosts have failed and the running result is not ok 138029 1726888226.01546: done checking to see if all hosts have failed 138029 1726888226.01547: getting the remaining hosts for this loop 138029 1726888226.01548: done getting the remaining hosts for this loop 138029 1726888226.01552: getting the next task for host managed_node3 138029 1726888226.01567: done getting next task for host managed_node3 138029 1726888226.01570: ^ task is: TASK: Set spare devices regex 138029 1726888226.01579: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888226.01586: getting variables 138029 1726888226.01587: in VariableManager get_vars() 138029 1726888226.01625: Calling all_inventory to load vars for managed_node3 138029 1726888226.01628: Calling groups_inventory to load vars for managed_node3 138029 1726888226.01632: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888226.01646: Calling all_plugins_play to load vars for managed_node3 138029 1726888226.01649: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888226.01653: Calling groups_plugins_play to load vars for managed_node3 138029 1726888226.03200: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888226.04636: done with get_vars() 138029 1726888226.04653: done getting variables 138029 1726888226.04911: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:26 -0400 (0:00:00.075) 0:03:58.773 ****** 138029 1726888226.04948: entering _queue_task() for managed_node3/set_fact 138029 1726888226.05585: worker is 1 (out of 1 available) 138029 1726888226.05597: exiting _queue_task() for managed_node3/set_fact 138029 1726888226.05608: done queuing things up, now waiting for results queue to drain 138029 1726888226.05610: waiting for pending results... 138029 1726888226.06376: running TaskExecutor() for managed_node3/TASK: Set spare devices regex 138029 1726888226.06764: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034b9 138029 1726888226.06769: variable 'ansible_search_path' from source: unknown 138029 1726888226.06772: calling self._execute() 138029 1726888226.07045: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.07098: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.07114: variable 'omit' from source: magic vars 138029 1726888226.08042: variable 'storage_test_volume' from source: include params 138029 1726888226.08197: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888226.08205: when evaluation is False, skipping this task 138029 1726888226.08212: _execute() done 138029 1726888226.08219: dumping result to json 138029 1726888226.08226: done dumping result, returning 138029 1726888226.08237: done running TaskExecutor() for managed_node3/TASK: Set spare devices regex [0affc8a3-6f6f-5a58-73a2-0000000034b9] 138029 1726888226.08246: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034b9 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888226.08551: no more pending results, returning what we have 138029 1726888226.08558: results queue empty 138029 1726888226.08560: checking for any_errors_fatal 138029 1726888226.08573: done checking for any_errors_fatal 138029 1726888226.08574: checking for max_fail_percentage 138029 1726888226.08577: done checking for max_fail_percentage 138029 1726888226.08578: checking to see if all hosts have failed and the running result is not ok 138029 1726888226.08578: done checking to see if all hosts have failed 138029 1726888226.08579: getting the remaining hosts for this loop 138029 1726888226.08581: done getting the remaining hosts for this loop 138029 1726888226.08586: getting the next task for host managed_node3 138029 1726888226.08597: done getting next task for host managed_node3 138029 1726888226.08600: ^ task is: TASK: Set md version regex 138029 1726888226.08662: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888226.08669: getting variables 138029 1726888226.08671: in VariableManager get_vars() 138029 1726888226.08710: Calling all_inventory to load vars for managed_node3 138029 1726888226.08713: Calling groups_inventory to load vars for managed_node3 138029 1726888226.08941: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888226.08957: Calling all_plugins_play to load vars for managed_node3 138029 1726888226.08962: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888226.08966: Calling groups_plugins_play to load vars for managed_node3 138029 1726888226.09763: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034b9 138029 1726888226.09767: WORKER PROCESS EXITING 138029 1726888226.10738: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888226.11923: done with get_vars() 138029 1726888226.11940: done getting variables 138029 1726888226.12207: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:26 -0400 (0:00:00.072) 0:03:58.845 ****** 138029 1726888226.12242: entering _queue_task() for managed_node3/set_fact 138029 1726888226.13190: worker is 1 (out of 1 available) 138029 1726888226.13200: exiting _queue_task() for managed_node3/set_fact 138029 1726888226.13209: done queuing things up, now waiting for results queue to drain 138029 1726888226.13210: waiting for pending results... 138029 1726888226.13667: running TaskExecutor() for managed_node3/TASK: Set md version regex 138029 1726888226.13775: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034ba 138029 1726888226.13803: variable 'ansible_search_path' from source: unknown 138029 1726888226.13849: calling self._execute() 138029 1726888226.13990: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.14005: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.14022: variable 'omit' from source: magic vars 138029 1726888226.14692: variable 'storage_test_volume' from source: include params 138029 1726888226.14729: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888226.14739: when evaluation is False, skipping this task 138029 1726888226.14746: _execute() done 138029 1726888226.14752: dumping result to json 138029 1726888226.14770: done dumping result, returning 138029 1726888226.14783: done running TaskExecutor() for managed_node3/TASK: Set md version regex [0affc8a3-6f6f-5a58-73a2-0000000034ba] 138029 1726888226.14794: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ba skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888226.15058: no more pending results, returning what we have 138029 1726888226.15063: results queue empty 138029 1726888226.15064: checking for any_errors_fatal 138029 1726888226.15080: done checking for any_errors_fatal 138029 1726888226.15080: checking for max_fail_percentage 138029 1726888226.15085: done checking for max_fail_percentage 138029 1726888226.15086: checking to see if all hosts have failed and the running result is not ok 138029 1726888226.15087: done checking to see if all hosts have failed 138029 1726888226.15088: getting the remaining hosts for this loop 138029 1726888226.15089: done getting the remaining hosts for this loop 138029 1726888226.15094: getting the next task for host managed_node3 138029 1726888226.15105: done getting next task for host managed_node3 138029 1726888226.15109: ^ task is: TASK: Set chunk size regex 138029 1726888226.15118: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888226.15124: getting variables 138029 1726888226.15125: in VariableManager get_vars() 138029 1726888226.15165: Calling all_inventory to load vars for managed_node3 138029 1726888226.15173: Calling groups_inventory to load vars for managed_node3 138029 1726888226.15177: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888226.15190: Calling all_plugins_play to load vars for managed_node3 138029 1726888226.15194: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888226.15198: Calling groups_plugins_play to load vars for managed_node3 138029 1726888226.16047: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ba 138029 1726888226.16051: WORKER PROCESS EXITING 138029 1726888226.16668: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888226.17911: done with get_vars() 138029 1726888226.17927: done getting variables 138029 1726888226.18040: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:26 -0400 (0:00:00.058) 0:03:58.904 ****** 138029 1726888226.18078: entering _queue_task() for managed_node3/set_fact 138029 1726888226.18528: worker is 1 (out of 1 available) 138029 1726888226.18539: exiting _queue_task() for managed_node3/set_fact 138029 1726888226.18557: done queuing things up, now waiting for results queue to drain 138029 1726888226.18560: waiting for pending results... 138029 1726888226.19287: running TaskExecutor() for managed_node3/TASK: Set chunk size regex 138029 1726888226.19759: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034bb 138029 1726888226.19764: variable 'ansible_search_path' from source: unknown 138029 1726888226.19961: calling self._execute() 138029 1726888226.20101: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.20113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.20127: variable 'omit' from source: magic vars 138029 1726888226.20927: variable 'storage_test_volume' from source: include params 138029 1726888226.21093: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888226.21100: when evaluation is False, skipping this task 138029 1726888226.21106: _execute() done 138029 1726888226.21112: dumping result to json 138029 1726888226.21118: done dumping result, returning 138029 1726888226.21127: done running TaskExecutor() for managed_node3/TASK: Set chunk size regex [0affc8a3-6f6f-5a58-73a2-0000000034bb] 138029 1726888226.21135: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034bb 138029 1726888226.21440: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034bb 138029 1726888226.21443: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888226.21516: no more pending results, returning what we have 138029 1726888226.21520: results queue empty 138029 1726888226.21521: checking for any_errors_fatal 138029 1726888226.21534: done checking for any_errors_fatal 138029 1726888226.21535: checking for max_fail_percentage 138029 1726888226.21537: done checking for max_fail_percentage 138029 1726888226.21538: checking to see if all hosts have failed and the running result is not ok 138029 1726888226.21539: done checking to see if all hosts have failed 138029 1726888226.21540: getting the remaining hosts for this loop 138029 1726888226.21542: done getting the remaining hosts for this loop 138029 1726888226.21546: getting the next task for host managed_node3 138029 1726888226.21559: done getting next task for host managed_node3 138029 1726888226.21563: ^ task is: TASK: Parse the chunk size 138029 1726888226.21572: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888226.21581: getting variables 138029 1726888226.21582: in VariableManager get_vars() 138029 1726888226.21624: Calling all_inventory to load vars for managed_node3 138029 1726888226.21627: Calling groups_inventory to load vars for managed_node3 138029 1726888226.21630: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888226.21644: Calling all_plugins_play to load vars for managed_node3 138029 1726888226.21649: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888226.21653: Calling groups_plugins_play to load vars for managed_node3 138029 1726888226.23050: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888226.23804: done with get_vars() 138029 1726888226.23820: 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:10:26 -0400 (0:00:00.058) 0:03:58.962 ****** 138029 1726888226.23904: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888226.24401: worker is 1 (out of 1 available) 138029 1726888226.24415: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888226.24426: done queuing things up, now waiting for results queue to drain 138029 1726888226.24428: waiting for pending results... 138029 1726888226.24890: running TaskExecutor() for managed_node3/TASK: Parse the chunk size 138029 1726888226.25054: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034bc 138029 1726888226.25085: variable 'ansible_search_path' from source: unknown 138029 1726888226.25131: calling self._execute() 138029 1726888226.25273: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.25291: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.25307: variable 'omit' from source: magic vars 138029 1726888226.25759: variable 'storage_test_volume' from source: include params 138029 1726888226.25826: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888226.25829: when evaluation is False, skipping this task 138029 1726888226.25832: _execute() done 138029 1726888226.25834: dumping result to json 138029 1726888226.25836: done dumping result, returning 138029 1726888226.25839: done running TaskExecutor() for managed_node3/TASK: Parse the chunk size [0affc8a3-6f6f-5a58-73a2-0000000034bc] 138029 1726888226.25881: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034bc skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888226.26117: no more pending results, returning what we have 138029 1726888226.26121: results queue empty 138029 1726888226.26122: checking for any_errors_fatal 138029 1726888226.26135: done checking for any_errors_fatal 138029 1726888226.26136: checking for max_fail_percentage 138029 1726888226.26137: done checking for max_fail_percentage 138029 1726888226.26138: checking to see if all hosts have failed and the running result is not ok 138029 1726888226.26139: done checking to see if all hosts have failed 138029 1726888226.26140: getting the remaining hosts for this loop 138029 1726888226.26142: done getting the remaining hosts for this loop 138029 1726888226.26261: getting the next task for host managed_node3 138029 1726888226.26273: done getting next task for host managed_node3 138029 1726888226.26276: ^ task is: TASK: Check RAID active devices count 138029 1726888226.26282: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888226.26286: getting variables 138029 1726888226.26288: in VariableManager get_vars() 138029 1726888226.26320: Calling all_inventory to load vars for managed_node3 138029 1726888226.26323: Calling groups_inventory to load vars for managed_node3 138029 1726888226.26326: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888226.26333: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034bc 138029 1726888226.26336: WORKER PROCESS EXITING 138029 1726888226.26346: Calling all_plugins_play to load vars for managed_node3 138029 1726888226.26349: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888226.26353: Calling groups_plugins_play to load vars for managed_node3 138029 1726888226.27246: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888226.27899: done with get_vars() 138029 1726888226.27913: done getting variables 138029 1726888226.27972: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:26 -0400 (0:00:00.041) 0:03:59.003 ****** 138029 1726888226.28009: entering _queue_task() for managed_node3/assert 138029 1726888226.28393: worker is 1 (out of 1 available) 138029 1726888226.28406: exiting _queue_task() for managed_node3/assert 138029 1726888226.28419: done queuing things up, now waiting for results queue to drain 138029 1726888226.28420: waiting for pending results... 138029 1726888226.28727: running TaskExecutor() for managed_node3/TASK: Check RAID active devices count 138029 1726888226.28846: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034bd 138029 1726888226.28881: variable 'ansible_search_path' from source: unknown 138029 1726888226.28986: calling self._execute() 138029 1726888226.29078: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.29097: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.29114: variable 'omit' from source: magic vars 138029 1726888226.29590: variable 'storage_test_volume' from source: include params 138029 1726888226.29626: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888226.29643: when evaluation is False, skipping this task 138029 1726888226.29652: _execute() done 138029 1726888226.29662: dumping result to json 138029 1726888226.29674: done dumping result, returning 138029 1726888226.29751: done running TaskExecutor() for managed_node3/TASK: Check RAID active devices count [0affc8a3-6f6f-5a58-73a2-0000000034bd] 138029 1726888226.29754: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034bd 138029 1726888226.29828: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034bd 138029 1726888226.29831: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888226.29909: no more pending results, returning what we have 138029 1726888226.29913: results queue empty 138029 1726888226.29914: checking for any_errors_fatal 138029 1726888226.29927: done checking for any_errors_fatal 138029 1726888226.29928: checking for max_fail_percentage 138029 1726888226.29930: done checking for max_fail_percentage 138029 1726888226.29931: checking to see if all hosts have failed and the running result is not ok 138029 1726888226.29933: done checking to see if all hosts have failed 138029 1726888226.29933: getting the remaining hosts for this loop 138029 1726888226.29935: done getting the remaining hosts for this loop 138029 1726888226.29940: getting the next task for host managed_node3 138029 1726888226.29949: done getting next task for host managed_node3 138029 1726888226.29953: ^ task is: TASK: Check RAID spare devices count 138029 1726888226.29962: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888226.29972: getting variables 138029 1726888226.29974: in VariableManager get_vars() 138029 1726888226.30011: Calling all_inventory to load vars for managed_node3 138029 1726888226.30014: Calling groups_inventory to load vars for managed_node3 138029 1726888226.30018: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888226.30031: Calling all_plugins_play to load vars for managed_node3 138029 1726888226.30035: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888226.30039: Calling groups_plugins_play to load vars for managed_node3 138029 1726888226.30922: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888226.33118: done with get_vars() 138029 1726888226.33169: done getting variables 138029 1726888226.33260: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:26 -0400 (0:00:00.052) 0:03:59.056 ****** 138029 1726888226.33297: entering _queue_task() for managed_node3/assert 138029 1726888226.33673: worker is 1 (out of 1 available) 138029 1726888226.33798: exiting _queue_task() for managed_node3/assert 138029 1726888226.33808: done queuing things up, now waiting for results queue to drain 138029 1726888226.33809: waiting for pending results... 138029 1726888226.34045: running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count 138029 1726888226.34225: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034be 138029 1726888226.34229: variable 'ansible_search_path' from source: unknown 138029 1726888226.34250: calling self._execute() 138029 1726888226.34390: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.34442: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.34445: variable 'omit' from source: magic vars 138029 1726888226.34881: variable 'storage_test_volume' from source: include params 138029 1726888226.34922: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888226.34931: when evaluation is False, skipping this task 138029 1726888226.34940: _execute() done 138029 1726888226.34947: dumping result to json 138029 1726888226.34957: done dumping result, returning 138029 1726888226.35052: done running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count [0affc8a3-6f6f-5a58-73a2-0000000034be] 138029 1726888226.35057: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034be 138029 1726888226.35298: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034be 138029 1726888226.35301: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888226.35374: no more pending results, returning what we have 138029 1726888226.35378: results queue empty 138029 1726888226.35379: checking for any_errors_fatal 138029 1726888226.35393: done checking for any_errors_fatal 138029 1726888226.35394: checking for max_fail_percentage 138029 1726888226.35396: done checking for max_fail_percentage 138029 1726888226.35397: checking to see if all hosts have failed and the running result is not ok 138029 1726888226.35398: done checking to see if all hosts have failed 138029 1726888226.35399: getting the remaining hosts for this loop 138029 1726888226.35400: done getting the remaining hosts for this loop 138029 1726888226.35405: getting the next task for host managed_node3 138029 1726888226.35413: done getting next task for host managed_node3 138029 1726888226.35416: ^ task is: TASK: Check RAID metadata version 138029 1726888226.35428: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888226.35436: getting variables 138029 1726888226.35438: in VariableManager get_vars() 138029 1726888226.35480: Calling all_inventory to load vars for managed_node3 138029 1726888226.35483: Calling groups_inventory to load vars for managed_node3 138029 1726888226.35486: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888226.35499: Calling all_plugins_play to load vars for managed_node3 138029 1726888226.35502: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888226.35504: Calling groups_plugins_play to load vars for managed_node3 138029 1726888226.36489: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888226.37820: done with get_vars() 138029 1726888226.37903: done getting variables 138029 1726888226.38074: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:26 -0400 (0:00:00.048) 0:03:59.104 ****** 138029 1726888226.38106: entering _queue_task() for managed_node3/assert 138029 1726888226.38451: worker is 1 (out of 1 available) 138029 1726888226.38616: exiting _queue_task() for managed_node3/assert 138029 1726888226.38630: done queuing things up, now waiting for results queue to drain 138029 1726888226.38632: waiting for pending results... 138029 1726888226.38947: running TaskExecutor() for managed_node3/TASK: Check RAID metadata version 138029 1726888226.39154: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034bf 138029 1726888226.39160: variable 'ansible_search_path' from source: unknown 138029 1726888226.39163: calling self._execute() 138029 1726888226.39240: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.39252: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.39277: variable 'omit' from source: magic vars 138029 1726888226.39724: variable 'storage_test_volume' from source: include params 138029 1726888226.39759: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888226.39769: when evaluation is False, skipping this task 138029 1726888226.39777: _execute() done 138029 1726888226.39782: dumping result to json 138029 1726888226.39788: done dumping result, returning 138029 1726888226.39796: done running TaskExecutor() for managed_node3/TASK: Check RAID metadata version [0affc8a3-6f6f-5a58-73a2-0000000034bf] 138029 1726888226.39812: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034bf skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888226.40098: no more pending results, returning what we have 138029 1726888226.40102: results queue empty 138029 1726888226.40103: checking for any_errors_fatal 138029 1726888226.40115: done checking for any_errors_fatal 138029 1726888226.40116: checking for max_fail_percentage 138029 1726888226.40118: done checking for max_fail_percentage 138029 1726888226.40119: checking to see if all hosts have failed and the running result is not ok 138029 1726888226.40120: done checking to see if all hosts have failed 138029 1726888226.40121: getting the remaining hosts for this loop 138029 1726888226.40123: done getting the remaining hosts for this loop 138029 1726888226.40127: getting the next task for host managed_node3 138029 1726888226.40138: done getting next task for host managed_node3 138029 1726888226.40140: ^ task is: TASK: Check RAID chunk size 138029 1726888226.40154: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888226.40161: getting variables 138029 1726888226.40163: in VariableManager get_vars() 138029 1726888226.40206: Calling all_inventory to load vars for managed_node3 138029 1726888226.40209: Calling groups_inventory to load vars for managed_node3 138029 1726888226.40213: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888226.40226: Calling all_plugins_play to load vars for managed_node3 138029 1726888226.40230: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888226.40233: Calling groups_plugins_play to load vars for managed_node3 138029 1726888226.40799: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034bf 138029 1726888226.40803: WORKER PROCESS EXITING 138029 1726888226.41577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888226.42611: done with get_vars() 138029 1726888226.42626: done getting variables 138029 1726888226.42694: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:26 -0400 (0:00:00.046) 0:03:59.150 ****** 138029 1726888226.42729: entering _queue_task() for managed_node3/assert 138029 1726888226.43142: worker is 1 (out of 1 available) 138029 1726888226.43157: exiting _queue_task() for managed_node3/assert 138029 1726888226.43172: done queuing things up, now waiting for results queue to drain 138029 1726888226.43174: waiting for pending results... 138029 1726888226.43399: running TaskExecutor() for managed_node3/TASK: Check RAID chunk size 138029 1726888226.43564: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034c0 138029 1726888226.43587: variable 'ansible_search_path' from source: unknown 138029 1726888226.43629: calling self._execute() 138029 1726888226.43782: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.43795: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.43810: variable 'omit' from source: magic vars 138029 1726888226.44254: variable 'storage_test_volume' from source: include params 138029 1726888226.44297: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888226.44306: when evaluation is False, skipping this task 138029 1726888226.44315: _execute() done 138029 1726888226.44407: dumping result to json 138029 1726888226.44410: done dumping result, returning 138029 1726888226.44414: done running TaskExecutor() for managed_node3/TASK: Check RAID chunk size [0affc8a3-6f6f-5a58-73a2-0000000034c0] 138029 1726888226.44416: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034c0 138029 1726888226.44497: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034c0 138029 1726888226.44500: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888226.44560: no more pending results, returning what we have 138029 1726888226.44564: results queue empty 138029 1726888226.44565: checking for any_errors_fatal 138029 1726888226.44583: done checking for any_errors_fatal 138029 1726888226.44583: checking for max_fail_percentage 138029 1726888226.44585: done checking for max_fail_percentage 138029 1726888226.44586: checking to see if all hosts have failed and the running result is not ok 138029 1726888226.44587: done checking to see if all hosts have failed 138029 1726888226.44587: getting the remaining hosts for this loop 138029 1726888226.44589: done getting the remaining hosts for this loop 138029 1726888226.44592: getting the next task for host managed_node3 138029 1726888226.44602: done getting next task for host managed_node3 138029 1726888226.44605: ^ task is: TASK: Parse the actual size of the volume 138029 1726888226.44612: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888226.44616: getting variables 138029 1726888226.44618: in VariableManager get_vars() 138029 1726888226.44724: Calling all_inventory to load vars for managed_node3 138029 1726888226.44727: Calling groups_inventory to load vars for managed_node3 138029 1726888226.44730: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888226.44739: Calling all_plugins_play to load vars for managed_node3 138029 1726888226.44742: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888226.44744: Calling groups_plugins_play to load vars for managed_node3 138029 1726888226.45327: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888226.46151: done with get_vars() 138029 1726888226.46185: 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:10:26 -0400 (0:00:00.035) 0:03:59.186 ****** 138029 1726888226.46289: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888226.46704: worker is 1 (out of 1 available) 138029 1726888226.46717: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888226.46728: done queuing things up, now waiting for results queue to drain 138029 1726888226.46729: waiting for pending results... 138029 1726888226.47236: running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume 138029 1726888226.47380: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034c4 138029 1726888226.47444: variable 'ansible_search_path' from source: unknown 138029 1726888226.47458: calling self._execute() 138029 1726888226.47698: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.47714: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.47729: variable 'omit' from source: magic vars 138029 1726888226.48576: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888226.51608: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888226.51636: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888226.51682: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888226.51724: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888226.51753: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888226.51863: variable '_storage_test_volume_present' from source: set_fact 138029 1726888226.51887: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888226.51895: when evaluation is False, skipping this task 138029 1726888226.51902: _execute() done 138029 1726888226.51908: dumping result to json 138029 1726888226.51915: done dumping result, returning 138029 1726888226.51931: done running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume [0affc8a3-6f6f-5a58-73a2-0000000034c4] 138029 1726888226.52041: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034c4 138029 1726888226.52122: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034c4 138029 1726888226.52125: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888226.52203: no more pending results, returning what we have 138029 1726888226.52207: results queue empty 138029 1726888226.52208: checking for any_errors_fatal 138029 1726888226.52224: done checking for any_errors_fatal 138029 1726888226.52225: checking for max_fail_percentage 138029 1726888226.52227: done checking for max_fail_percentage 138029 1726888226.52228: checking to see if all hosts have failed and the running result is not ok 138029 1726888226.52229: done checking to see if all hosts have failed 138029 1726888226.52229: getting the remaining hosts for this loop 138029 1726888226.52231: done getting the remaining hosts for this loop 138029 1726888226.52235: getting the next task for host managed_node3 138029 1726888226.52246: done getting next task for host managed_node3 138029 1726888226.52249: ^ task is: TASK: Parse the requested size of the volume 138029 1726888226.52260: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888226.52268: getting variables 138029 1726888226.52270: in VariableManager get_vars() 138029 1726888226.52319: Calling all_inventory to load vars for managed_node3 138029 1726888226.52322: Calling groups_inventory to load vars for managed_node3 138029 1726888226.52326: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888226.52337: Calling all_plugins_play to load vars for managed_node3 138029 1726888226.52341: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888226.52344: Calling groups_plugins_play to load vars for managed_node3 138029 1726888226.53191: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888226.54093: done with get_vars() 138029 1726888226.54138: 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:10:26 -0400 (0:00:00.080) 0:03:59.267 ****** 138029 1726888226.54347: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888226.54952: worker is 1 (out of 1 available) 138029 1726888226.55006: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888226.55024: done queuing things up, now waiting for results queue to drain 138029 1726888226.55026: waiting for pending results... 138029 1726888226.55602: running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume 138029 1726888226.55942: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034c5 138029 1726888226.55946: variable 'ansible_search_path' from source: unknown 138029 1726888226.56143: calling self._execute() 138029 1726888226.56377: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.56380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.56382: variable 'omit' from source: magic vars 138029 1726888226.56719: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888226.59557: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888226.60575: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888226.60727: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888226.60816: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888226.60879: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888226.61111: variable '_storage_test_volume_present' from source: set_fact 138029 1726888226.61161: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888226.61202: when evaluation is False, skipping this task 138029 1726888226.61211: _execute() done 138029 1726888226.61218: dumping result to json 138029 1726888226.61226: done dumping result, returning 138029 1726888226.61237: done running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume [0affc8a3-6f6f-5a58-73a2-0000000034c5] 138029 1726888226.61302: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034c5 138029 1726888226.61504: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034c5 138029 1726888226.61507: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888226.61611: no more pending results, returning what we have 138029 1726888226.61616: results queue empty 138029 1726888226.61617: checking for any_errors_fatal 138029 1726888226.61630: done checking for any_errors_fatal 138029 1726888226.61631: checking for max_fail_percentage 138029 1726888226.61633: done checking for max_fail_percentage 138029 1726888226.61634: checking to see if all hosts have failed and the running result is not ok 138029 1726888226.61635: done checking to see if all hosts have failed 138029 1726888226.61636: getting the remaining hosts for this loop 138029 1726888226.61638: done getting the remaining hosts for this loop 138029 1726888226.61643: getting the next task for host managed_node3 138029 1726888226.61653: done getting next task for host managed_node3 138029 1726888226.61658: ^ task is: TASK: Establish base value for expected size 138029 1726888226.61668: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888226.61674: getting variables 138029 1726888226.61676: in VariableManager get_vars() 138029 1726888226.61719: Calling all_inventory to load vars for managed_node3 138029 1726888226.61722: Calling groups_inventory to load vars for managed_node3 138029 1726888226.61726: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888226.61739: Calling all_plugins_play to load vars for managed_node3 138029 1726888226.61743: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888226.61746: Calling groups_plugins_play to load vars for managed_node3 138029 1726888226.62738: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888226.63429: done with get_vars() 138029 1726888226.63445: done getting variables 138029 1726888226.63512: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:26 -0400 (0:00:00.091) 0:03:59.359 ****** 138029 1726888226.63549: entering _queue_task() for managed_node3/set_fact 138029 1726888226.64213: worker is 1 (out of 1 available) 138029 1726888226.64278: exiting _queue_task() for managed_node3/set_fact 138029 1726888226.64293: done queuing things up, now waiting for results queue to drain 138029 1726888226.64295: waiting for pending results... 138029 1726888226.64929: running TaskExecutor() for managed_node3/TASK: Establish base value for expected size 138029 1726888226.65111: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034c6 138029 1726888226.65116: variable 'ansible_search_path' from source: unknown 138029 1726888226.65145: calling self._execute() 138029 1726888226.65328: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.65333: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.65335: variable 'omit' from source: magic vars 138029 1726888226.65771: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888226.69306: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888226.69386: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888226.69462: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888226.69484: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888226.69521: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888226.69632: variable '_storage_test_volume_present' from source: set_fact 138029 1726888226.69653: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888226.69662: when evaluation is False, skipping this task 138029 1726888226.69677: _execute() done 138029 1726888226.69680: dumping result to json 138029 1726888226.69714: done dumping result, returning 138029 1726888226.69717: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected size [0affc8a3-6f6f-5a58-73a2-0000000034c6] 138029 1726888226.69719: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034c6 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888226.70034: no more pending results, returning what we have 138029 1726888226.70038: results queue empty 138029 1726888226.70039: checking for any_errors_fatal 138029 1726888226.70047: done checking for any_errors_fatal 138029 1726888226.70048: checking for max_fail_percentage 138029 1726888226.70050: done checking for max_fail_percentage 138029 1726888226.70051: checking to see if all hosts have failed and the running result is not ok 138029 1726888226.70051: done checking to see if all hosts have failed 138029 1726888226.70052: getting the remaining hosts for this loop 138029 1726888226.70054: done getting the remaining hosts for this loop 138029 1726888226.70060: getting the next task for host managed_node3 138029 1726888226.70070: done getting next task for host managed_node3 138029 1726888226.70073: ^ task is: TASK: Show expected size 138029 1726888226.70080: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888226.70091: getting variables 138029 1726888226.70093: in VariableManager get_vars() 138029 1726888226.70132: Calling all_inventory to load vars for managed_node3 138029 1726888226.70135: Calling groups_inventory to load vars for managed_node3 138029 1726888226.70139: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888226.70152: Calling all_plugins_play to load vars for managed_node3 138029 1726888226.70559: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888226.70565: Calling groups_plugins_play to load vars for managed_node3 138029 1726888226.71362: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034c6 138029 1726888226.71365: WORKER PROCESS EXITING 138029 1726888226.71744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888226.73713: done with get_vars() 138029 1726888226.73730: done getting variables 138029 1726888226.73793: 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:10:26 -0400 (0:00:00.102) 0:03:59.461 ****** 138029 1726888226.73830: entering _queue_task() for managed_node3/debug 138029 1726888226.74602: worker is 1 (out of 1 available) 138029 1726888226.74615: exiting _queue_task() for managed_node3/debug 138029 1726888226.74628: done queuing things up, now waiting for results queue to drain 138029 1726888226.74630: waiting for pending results... 138029 1726888226.75376: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888226.75698: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034c7 138029 1726888226.75725: variable 'ansible_search_path' from source: unknown 138029 1726888226.75797: calling self._execute() 138029 1726888226.76064: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.76078: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.76092: variable 'omit' from source: magic vars 138029 1726888226.76221: variable 'omit' from source: magic vars 138029 1726888226.76316: variable 'omit' from source: magic vars 138029 1726888226.76356: variable 'omit' from source: magic vars 138029 1726888226.76406: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888226.76448: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888226.76480: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888226.76501: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888226.76518: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888226.76537: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888226.76559: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888226.76598: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888226.76608: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.76616: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.76743: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888226.76797: Set connection var ansible_timeout to 10 138029 1726888226.76800: Set connection var ansible_pipelining to False 138029 1726888226.76802: Set connection var ansible_shell_type to sh 138029 1726888226.76805: Set connection var ansible_connection to ssh 138029 1726888226.76807: Set connection var ansible_shell_executable to /bin/sh 138029 1726888226.76819: variable 'ansible_shell_executable' from source: unknown 138029 1726888226.76827: variable 'ansible_connection' from source: unknown 138029 1726888226.76835: variable 'ansible_module_compression' from source: unknown 138029 1726888226.76843: variable 'ansible_shell_type' from source: unknown 138029 1726888226.76849: variable 'ansible_shell_executable' from source: unknown 138029 1726888226.76858: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.76905: variable 'ansible_pipelining' from source: unknown 138029 1726888226.76908: variable 'ansible_timeout' from source: unknown 138029 1726888226.76910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.77034: 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) 138029 1726888226.77051: variable 'omit' from source: magic vars 138029 1726888226.77062: starting attempt loop 138029 1726888226.77069: running the handler 138029 1726888226.77129: variable 'storage_test_expected_size' from source: set_fact 138029 1726888226.77319: variable 'storage_test_expected_size' from source: set_fact 138029 1726888226.77450: handler run complete 138029 1726888226.77453: attempt loop complete, returning result 138029 1726888226.77457: _execute() done 138029 1726888226.77460: dumping result to json 138029 1726888226.77462: done dumping result, returning 138029 1726888226.77465: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-0000000034c7] 138029 1726888226.77466: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034c7 138029 1726888226.77542: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034c7 138029 1726888226.77545: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } 138029 1726888226.77608: no more pending results, returning what we have 138029 1726888226.77612: results queue empty 138029 1726888226.77613: checking for any_errors_fatal 138029 1726888226.77631: done checking for any_errors_fatal 138029 1726888226.77632: checking for max_fail_percentage 138029 1726888226.77633: done checking for max_fail_percentage 138029 1726888226.77634: checking to see if all hosts have failed and the running result is not ok 138029 1726888226.77635: done checking to see if all hosts have failed 138029 1726888226.77636: getting the remaining hosts for this loop 138029 1726888226.77638: done getting the remaining hosts for this loop 138029 1726888226.77643: getting the next task for host managed_node3 138029 1726888226.77654: done getting next task for host managed_node3 138029 1726888226.77659: ^ task is: TASK: Get the size of parent/pool device 138029 1726888226.77668: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888226.77674: getting variables 138029 1726888226.77676: in VariableManager get_vars() 138029 1726888226.77714: Calling all_inventory to load vars for managed_node3 138029 1726888226.77716: Calling groups_inventory to load vars for managed_node3 138029 1726888226.77720: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888226.77731: Calling all_plugins_play to load vars for managed_node3 138029 1726888226.77734: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888226.77737: Calling groups_plugins_play to load vars for managed_node3 138029 1726888226.78636: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888226.79649: done with get_vars() 138029 1726888226.79674: 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:10:26 -0400 (0:00:00.059) 0:03:59.521 ****** 138029 1726888226.79957: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888226.80591: worker is 1 (out of 1 available) 138029 1726888226.80605: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888226.80619: done queuing things up, now waiting for results queue to drain 138029 1726888226.80621: waiting for pending results... 138029 1726888226.81273: running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device 138029 1726888226.81563: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034c8 138029 1726888226.81570: variable 'ansible_search_path' from source: unknown 138029 1726888226.81638: calling self._execute() 138029 1726888226.81834: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.81850: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.81870: variable 'omit' from source: magic vars 138029 1726888226.82310: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888226.84887: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888226.85009: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888226.85036: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888226.85163: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888226.85195: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888226.85574: variable '_storage_test_volume_present' from source: set_fact 138029 1726888226.85577: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888226.85579: when evaluation is False, skipping this task 138029 1726888226.85581: _execute() done 138029 1726888226.85583: dumping result to json 138029 1726888226.85585: done dumping result, returning 138029 1726888226.85587: done running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device [0affc8a3-6f6f-5a58-73a2-0000000034c8] 138029 1726888226.85589: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034c8 138029 1726888226.85963: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034c8 138029 1726888226.85972: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888226.86023: no more pending results, returning what we have 138029 1726888226.86026: results queue empty 138029 1726888226.86027: checking for any_errors_fatal 138029 1726888226.86040: done checking for any_errors_fatal 138029 1726888226.86040: checking for max_fail_percentage 138029 1726888226.86042: done checking for max_fail_percentage 138029 1726888226.86043: checking to see if all hosts have failed and the running result is not ok 138029 1726888226.86043: done checking to see if all hosts have failed 138029 1726888226.86044: getting the remaining hosts for this loop 138029 1726888226.86046: done getting the remaining hosts for this loop 138029 1726888226.86049: getting the next task for host managed_node3 138029 1726888226.86061: done getting next task for host managed_node3 138029 1726888226.86064: ^ task is: TASK: Show test pool 138029 1726888226.86071: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888226.86076: getting variables 138029 1726888226.86078: in VariableManager get_vars() 138029 1726888226.86111: Calling all_inventory to load vars for managed_node3 138029 1726888226.86113: Calling groups_inventory to load vars for managed_node3 138029 1726888226.86116: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888226.86126: Calling all_plugins_play to load vars for managed_node3 138029 1726888226.86128: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888226.86131: Calling groups_plugins_play to load vars for managed_node3 138029 1726888226.87253: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888226.89162: done with get_vars() 138029 1726888226.89182: done getting variables 138029 1726888226.89244: 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:10:26 -0400 (0:00:00.095) 0:03:59.616 ****** 138029 1726888226.89284: entering _queue_task() for managed_node3/debug 138029 1726888226.90193: worker is 1 (out of 1 available) 138029 1726888226.90204: exiting _queue_task() for managed_node3/debug 138029 1726888226.90213: done queuing things up, now waiting for results queue to drain 138029 1726888226.90215: waiting for pending results... 138029 1726888226.90574: running TaskExecutor() for managed_node3/TASK: Show test pool 138029 1726888226.90808: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034ca 138029 1726888226.90824: variable 'ansible_search_path' from source: unknown 138029 1726888226.90862: calling self._execute() 138029 1726888226.91228: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.91235: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.91244: variable 'omit' from source: magic vars 138029 1726888226.91933: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888226.94268: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888226.94353: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888226.94441: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888226.94444: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888226.94479: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888226.94660: variable '_storage_test_volume_present' from source: set_fact 138029 1726888226.94668: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888226.94674: when evaluation is False, skipping this task 138029 1726888226.94676: _execute() done 138029 1726888226.94678: dumping result to json 138029 1726888226.94681: done dumping result, returning 138029 1726888226.94683: done running TaskExecutor() for managed_node3/TASK: Show test pool [0affc8a3-6f6f-5a58-73a2-0000000034ca] 138029 1726888226.94685: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ca 138029 1726888226.94761: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ca 138029 1726888226.94765: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } 138029 1726888226.94822: no more pending results, returning what we have 138029 1726888226.94826: results queue empty 138029 1726888226.94827: checking for any_errors_fatal 138029 1726888226.94842: done checking for any_errors_fatal 138029 1726888226.94844: checking for max_fail_percentage 138029 1726888226.94846: done checking for max_fail_percentage 138029 1726888226.94847: checking to see if all hosts have failed and the running result is not ok 138029 1726888226.94848: done checking to see if all hosts have failed 138029 1726888226.94848: getting the remaining hosts for this loop 138029 1726888226.94850: done getting the remaining hosts for this loop 138029 1726888226.94856: getting the next task for host managed_node3 138029 1726888226.94867: done getting next task for host managed_node3 138029 1726888226.94869: ^ task is: TASK: Show test blockinfo 138029 1726888226.94877: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888226.94883: getting variables 138029 1726888226.94885: in VariableManager get_vars() 138029 1726888226.94924: Calling all_inventory to load vars for managed_node3 138029 1726888226.94927: Calling groups_inventory to load vars for managed_node3 138029 1726888226.94931: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888226.94943: Calling all_plugins_play to load vars for managed_node3 138029 1726888226.94946: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888226.94950: Calling groups_plugins_play to load vars for managed_node3 138029 1726888226.95910: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888226.96591: done with get_vars() 138029 1726888226.96607: done getting variables 138029 1726888226.96662: 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:10:26 -0400 (0:00:00.074) 0:03:59.690 ****** 138029 1726888226.96703: entering _queue_task() for managed_node3/debug 138029 1726888226.97591: worker is 1 (out of 1 available) 138029 1726888226.97602: exiting _queue_task() for managed_node3/debug 138029 1726888226.97612: done queuing things up, now waiting for results queue to drain 138029 1726888226.97613: waiting for pending results... 138029 1726888226.98075: running TaskExecutor() for managed_node3/TASK: Show test blockinfo 138029 1726888226.98281: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034cb 138029 1726888226.98285: variable 'ansible_search_path' from source: unknown 138029 1726888226.98289: calling self._execute() 138029 1726888226.98385: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888226.98400: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888226.98414: variable 'omit' from source: magic vars 138029 1726888226.98815: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888227.01631: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888227.01635: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888227.01682: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888227.01774: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888227.01874: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888227.02058: variable '_storage_test_volume_present' from source: set_fact 138029 1726888227.02086: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888227.02123: when evaluation is False, skipping this task 138029 1726888227.02132: _execute() done 138029 1726888227.02157: dumping result to json 138029 1726888227.02179: done dumping result, returning 138029 1726888227.02190: done running TaskExecutor() for managed_node3/TASK: Show test blockinfo [0affc8a3-6f6f-5a58-73a2-0000000034cb] 138029 1726888227.02500: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034cb 138029 1726888227.02583: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034cb 138029 1726888227.02586: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } 138029 1726888227.02651: no more pending results, returning what we have 138029 1726888227.02657: results queue empty 138029 1726888227.02658: checking for any_errors_fatal 138029 1726888227.02667: done checking for any_errors_fatal 138029 1726888227.02668: checking for max_fail_percentage 138029 1726888227.02670: done checking for max_fail_percentage 138029 1726888227.02671: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.02672: done checking to see if all hosts have failed 138029 1726888227.02673: getting the remaining hosts for this loop 138029 1726888227.02675: done getting the remaining hosts for this loop 138029 1726888227.02679: getting the next task for host managed_node3 138029 1726888227.02688: done getting next task for host managed_node3 138029 1726888227.02691: ^ task is: TASK: Show test pool size 138029 1726888227.02699: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.02705: getting variables 138029 1726888227.02707: in VariableManager get_vars() 138029 1726888227.02746: Calling all_inventory to load vars for managed_node3 138029 1726888227.02749: Calling groups_inventory to load vars for managed_node3 138029 1726888227.02753: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.02767: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.02771: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.02774: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.03889: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.04453: done with get_vars() 138029 1726888227.04472: done getting variables 138029 1726888227.04532: 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:10:27 -0400 (0:00:00.078) 0:03:59.769 ****** 138029 1726888227.04570: entering _queue_task() for managed_node3/debug 138029 1726888227.04846: worker is 1 (out of 1 available) 138029 1726888227.05063: exiting _queue_task() for managed_node3/debug 138029 1726888227.05074: done queuing things up, now waiting for results queue to drain 138029 1726888227.05076: waiting for pending results... 138029 1726888227.05206: running TaskExecutor() for managed_node3/TASK: Show test pool size 138029 1726888227.05318: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034cc 138029 1726888227.05411: variable 'ansible_search_path' from source: unknown 138029 1726888227.05414: calling self._execute() 138029 1726888227.05505: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.05521: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.05534: variable 'omit' from source: magic vars 138029 1726888227.05924: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888227.09595: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888227.10817: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888227.10871: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888227.10913: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888227.10947: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888227.11085: variable '_storage_test_volume_present' from source: set_fact 138029 1726888227.11088: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888227.11090: when evaluation is False, skipping this task 138029 1726888227.11093: _execute() done 138029 1726888227.11095: dumping result to json 138029 1726888227.11098: done dumping result, returning 138029 1726888227.11106: done running TaskExecutor() for managed_node3/TASK: Show test pool size [0affc8a3-6f6f-5a58-73a2-0000000034cc] 138029 1726888227.11115: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034cc skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } 138029 1726888227.11450: no more pending results, returning what we have 138029 1726888227.11454: results queue empty 138029 1726888227.11458: checking for any_errors_fatal 138029 1726888227.11466: done checking for any_errors_fatal 138029 1726888227.11467: checking for max_fail_percentage 138029 1726888227.11469: done checking for max_fail_percentage 138029 1726888227.11470: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.11471: done checking to see if all hosts have failed 138029 1726888227.11472: getting the remaining hosts for this loop 138029 1726888227.11474: done getting the remaining hosts for this loop 138029 1726888227.11477: getting the next task for host managed_node3 138029 1726888227.11487: done getting next task for host managed_node3 138029 1726888227.11490: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888227.11497: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.11502: getting variables 138029 1726888227.11503: in VariableManager get_vars() 138029 1726888227.11539: Calling all_inventory to load vars for managed_node3 138029 1726888227.11542: Calling groups_inventory to load vars for managed_node3 138029 1726888227.11546: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.11559: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.11563: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.11568: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034cc 138029 1726888227.11571: WORKER PROCESS EXITING 138029 1726888227.11575: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.12439: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.13036: done with get_vars() 138029 1726888227.13057: done getting variables 138029 1726888227.13109: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:27 -0400 (0:00:00.085) 0:03:59.854 ****** 138029 1726888227.13142: entering _queue_task() for managed_node3/set_fact 138029 1726888227.13429: worker is 1 (out of 1 available) 138029 1726888227.13442: exiting _queue_task() for managed_node3/set_fact 138029 1726888227.13453: done queuing things up, now waiting for results queue to drain 138029 1726888227.13457: waiting for pending results... 138029 1726888227.13745: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888227.13974: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034cd 138029 1726888227.14015: variable 'ansible_search_path' from source: unknown 138029 1726888227.14073: calling self._execute() 138029 1726888227.14437: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.14442: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.14445: variable 'omit' from source: magic vars 138029 1726888227.14803: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888227.17871: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888227.17946: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888227.17987: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888227.18044: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888227.18079: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888227.18180: variable '_storage_test_volume_present' from source: set_fact 138029 1726888227.18201: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888227.18210: when evaluation is False, skipping this task 138029 1726888227.18219: _execute() done 138029 1726888227.18226: dumping result to json 138029 1726888227.18239: done dumping result, returning 138029 1726888227.18254: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-0000000034cd] 138029 1726888227.18348: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034cd 138029 1726888227.18426: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034cd 138029 1726888227.18430: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888227.18484: no more pending results, returning what we have 138029 1726888227.18488: results queue empty 138029 1726888227.18490: checking for any_errors_fatal 138029 1726888227.18504: done checking for any_errors_fatal 138029 1726888227.18504: checking for max_fail_percentage 138029 1726888227.18506: done checking for max_fail_percentage 138029 1726888227.18507: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.18509: done checking to see if all hosts have failed 138029 1726888227.18509: getting the remaining hosts for this loop 138029 1726888227.18512: done getting the remaining hosts for this loop 138029 1726888227.18516: getting the next task for host managed_node3 138029 1726888227.18529: done getting next task for host managed_node3 138029 1726888227.18532: ^ task is: TASK: Default thin pool reserved space values 138029 1726888227.18540: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.18545: getting variables 138029 1726888227.18547: in VariableManager get_vars() 138029 1726888227.18815: Calling all_inventory to load vars for managed_node3 138029 1726888227.18819: Calling groups_inventory to load vars for managed_node3 138029 1726888227.18823: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.18834: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.18838: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.18841: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.19599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.20685: done with get_vars() 138029 1726888227.20701: done getting variables 138029 1726888227.20767: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:27 -0400 (0:00:00.076) 0:03:59.931 ****** 138029 1726888227.20801: entering _queue_task() for managed_node3/set_fact 138029 1726888227.21107: worker is 1 (out of 1 available) 138029 1726888227.21120: exiting _queue_task() for managed_node3/set_fact 138029 1726888227.21131: done queuing things up, now waiting for results queue to drain 138029 1726888227.21132: waiting for pending results... 138029 1726888227.21577: running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values 138029 1726888227.21588: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034cf 138029 1726888227.21608: variable 'ansible_search_path' from source: unknown 138029 1726888227.21647: calling self._execute() 138029 1726888227.21840: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.21852: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.21903: variable 'omit' from source: magic vars 138029 1726888227.22767: variable 'storage_test_volume' from source: include params 138029 1726888227.22771: Evaluated conditional (storage_test_volume.thin): False 138029 1726888227.22774: when evaluation is False, skipping this task 138029 1726888227.22777: _execute() done 138029 1726888227.22779: dumping result to json 138029 1726888227.22781: done dumping result, returning 138029 1726888227.22783: done running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values [0affc8a3-6f6f-5a58-73a2-0000000034cf] 138029 1726888227.22786: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034cf skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888227.23018: no more pending results, returning what we have 138029 1726888227.23023: results queue empty 138029 1726888227.23024: checking for any_errors_fatal 138029 1726888227.23036: done checking for any_errors_fatal 138029 1726888227.23037: checking for max_fail_percentage 138029 1726888227.23039: done checking for max_fail_percentage 138029 1726888227.23040: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.23041: done checking to see if all hosts have failed 138029 1726888227.23042: getting the remaining hosts for this loop 138029 1726888227.23043: done getting the remaining hosts for this loop 138029 1726888227.23047: getting the next task for host managed_node3 138029 1726888227.23062: done getting next task for host managed_node3 138029 1726888227.23065: ^ task is: TASK: Default minimal thin pool reserved space size 138029 1726888227.23074: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.23081: getting variables 138029 1726888227.23082: in VariableManager get_vars() 138029 1726888227.23118: Calling all_inventory to load vars for managed_node3 138029 1726888227.23121: Calling groups_inventory to load vars for managed_node3 138029 1726888227.23125: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.23139: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.23143: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.23146: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.23771: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034cf 138029 1726888227.23774: WORKER PROCESS EXITING 138029 1726888227.24637: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.25946: done with get_vars() 138029 1726888227.26065: 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:10:27 -0400 (0:00:00.053) 0:03:59.985 ****** 138029 1726888227.26158: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888227.26825: worker is 1 (out of 1 available) 138029 1726888227.27063: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888227.27073: done queuing things up, now waiting for results queue to drain 138029 1726888227.27075: waiting for pending results... 138029 1726888227.27467: running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size 138029 1726888227.27811: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034d0 138029 1726888227.27831: variable 'ansible_search_path' from source: unknown 138029 1726888227.27963: calling self._execute() 138029 1726888227.28232: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.28251: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.28271: variable 'omit' from source: magic vars 138029 1726888227.28970: variable 'storage_test_volume' from source: include params 138029 1726888227.29013: Evaluated conditional (storage_test_volume.thin): False 138029 1726888227.29021: when evaluation is False, skipping this task 138029 1726888227.29029: _execute() done 138029 1726888227.29037: dumping result to json 138029 1726888227.29044: done dumping result, returning 138029 1726888227.29063: done running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-0000000034d0] 138029 1726888227.29080: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d0 138029 1726888227.29306: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d0 138029 1726888227.29310: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888227.29373: no more pending results, returning what we have 138029 1726888227.29378: results queue empty 138029 1726888227.29379: checking for any_errors_fatal 138029 1726888227.29388: done checking for any_errors_fatal 138029 1726888227.29389: checking for max_fail_percentage 138029 1726888227.29391: done checking for max_fail_percentage 138029 1726888227.29392: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.29393: done checking to see if all hosts have failed 138029 1726888227.29394: getting the remaining hosts for this loop 138029 1726888227.29395: done getting the remaining hosts for this loop 138029 1726888227.29399: getting the next task for host managed_node3 138029 1726888227.29409: done getting next task for host managed_node3 138029 1726888227.29412: ^ task is: TASK: Default maximal thin pool reserved space size 138029 1726888227.29420: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.29426: getting variables 138029 1726888227.29428: in VariableManager get_vars() 138029 1726888227.29572: Calling all_inventory to load vars for managed_node3 138029 1726888227.29576: Calling groups_inventory to load vars for managed_node3 138029 1726888227.29580: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.29592: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.29596: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.29599: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.30278: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.30939: done with get_vars() 138029 1726888227.30965: 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:10:27 -0400 (0:00:00.048) 0:04:00.034 ****** 138029 1726888227.31045: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888227.31561: worker is 1 (out of 1 available) 138029 1726888227.31573: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888227.31584: done queuing things up, now waiting for results queue to drain 138029 1726888227.31586: waiting for pending results... 138029 1726888227.32152: running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size 138029 1726888227.32283: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034d1 138029 1726888227.32306: variable 'ansible_search_path' from source: unknown 138029 1726888227.32684: calling self._execute() 138029 1726888227.33118: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.33187: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.33233: variable 'omit' from source: magic vars 138029 1726888227.34349: variable 'storage_test_volume' from source: include params 138029 1726888227.34352: Evaluated conditional (storage_test_volume.thin): False 138029 1726888227.34357: when evaluation is False, skipping this task 138029 1726888227.34360: _execute() done 138029 1726888227.34387: dumping result to json 138029 1726888227.34396: done dumping result, returning 138029 1726888227.34408: done running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-0000000034d1] 138029 1726888227.34418: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d1 138029 1726888227.34740: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d1 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888227.34906: no more pending results, returning what we have 138029 1726888227.34911: results queue empty 138029 1726888227.34912: checking for any_errors_fatal 138029 1726888227.34925: done checking for any_errors_fatal 138029 1726888227.34926: checking for max_fail_percentage 138029 1726888227.34927: done checking for max_fail_percentage 138029 1726888227.34929: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.34933: done checking to see if all hosts have failed 138029 1726888227.34934: getting the remaining hosts for this loop 138029 1726888227.34936: done getting the remaining hosts for this loop 138029 1726888227.34941: getting the next task for host managed_node3 138029 1726888227.34953: done getting next task for host managed_node3 138029 1726888227.34958: ^ task is: TASK: Calculate maximum usable space in thin pool 138029 1726888227.34969: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.34975: getting variables 138029 1726888227.34977: in VariableManager get_vars() 138029 1726888227.35022: Calling all_inventory to load vars for managed_node3 138029 1726888227.35025: Calling groups_inventory to load vars for managed_node3 138029 1726888227.35029: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.35042: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.35046: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.35049: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.35368: WORKER PROCESS EXITING 138029 1726888227.36139: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.36753: done with get_vars() 138029 1726888227.36774: done getting variables 138029 1726888227.36851: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:27 -0400 (0:00:00.058) 0:04:00.092 ****** 138029 1726888227.36889: entering _queue_task() for managed_node3/set_fact 138029 1726888227.37201: worker is 1 (out of 1 available) 138029 1726888227.37213: exiting _queue_task() for managed_node3/set_fact 138029 1726888227.37227: done queuing things up, now waiting for results queue to drain 138029 1726888227.37229: waiting for pending results... 138029 1726888227.37507: running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool 138029 1726888227.37893: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034d2 138029 1726888227.38111: variable 'ansible_search_path' from source: unknown 138029 1726888227.38144: calling self._execute() 138029 1726888227.38371: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.38374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.38385: variable 'omit' from source: magic vars 138029 1726888227.39026: variable 'storage_test_volume' from source: include params 138029 1726888227.39347: Evaluated conditional (storage_test_volume.thin): False 138029 1726888227.39351: when evaluation is False, skipping this task 138029 1726888227.39354: _execute() done 138029 1726888227.39361: dumping result to json 138029 1726888227.39364: done dumping result, returning 138029 1726888227.39473: done running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-5a58-73a2-0000000034d2] 138029 1726888227.39488: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d2 138029 1726888227.39623: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d2 138029 1726888227.39634: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888227.39692: no more pending results, returning what we have 138029 1726888227.39696: results queue empty 138029 1726888227.39698: checking for any_errors_fatal 138029 1726888227.39712: done checking for any_errors_fatal 138029 1726888227.39713: checking for max_fail_percentage 138029 1726888227.39716: done checking for max_fail_percentage 138029 1726888227.39717: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.39718: done checking to see if all hosts have failed 138029 1726888227.39719: getting the remaining hosts for this loop 138029 1726888227.39721: done getting the remaining hosts for this loop 138029 1726888227.39725: getting the next task for host managed_node3 138029 1726888227.39737: done getting next task for host managed_node3 138029 1726888227.39739: ^ task is: TASK: Apply upper size limit to max usable thin pool space 138029 1726888227.39750: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.39759: getting variables 138029 1726888227.39761: in VariableManager get_vars() 138029 1726888227.39806: Calling all_inventory to load vars for managed_node3 138029 1726888227.39809: Calling groups_inventory to load vars for managed_node3 138029 1726888227.39813: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.39824: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.39828: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.39831: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.40344: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.40791: done with get_vars() 138029 1726888227.40805: done getting variables 138029 1726888227.40873: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:27 -0400 (0:00:00.040) 0:04:00.132 ****** 138029 1726888227.40908: entering _queue_task() for managed_node3/set_fact 138029 1726888227.41213: worker is 1 (out of 1 available) 138029 1726888227.41226: exiting _queue_task() for managed_node3/set_fact 138029 1726888227.41238: done queuing things up, now waiting for results queue to drain 138029 1726888227.41240: waiting for pending results... 138029 1726888227.41584: running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space 138029 1726888227.41737: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034d3 138029 1726888227.41763: variable 'ansible_search_path' from source: unknown 138029 1726888227.41802: calling self._execute() 138029 1726888227.41943: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.42039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.42045: variable 'omit' from source: magic vars 138029 1726888227.42440: variable 'storage_test_volume' from source: include params 138029 1726888227.42483: Evaluated conditional (storage_test_volume.thin): False 138029 1726888227.42497: when evaluation is False, skipping this task 138029 1726888227.42504: _execute() done 138029 1726888227.42511: dumping result to json 138029 1726888227.42518: done dumping result, returning 138029 1726888227.42562: done running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-0000000034d3] 138029 1726888227.42566: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d3 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888227.42696: no more pending results, returning what we have 138029 1726888227.42699: results queue empty 138029 1726888227.42700: checking for any_errors_fatal 138029 1726888227.42715: done checking for any_errors_fatal 138029 1726888227.42716: checking for max_fail_percentage 138029 1726888227.42717: done checking for max_fail_percentage 138029 1726888227.42718: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.42719: done checking to see if all hosts have failed 138029 1726888227.42720: getting the remaining hosts for this loop 138029 1726888227.42721: done getting the remaining hosts for this loop 138029 1726888227.42726: getting the next task for host managed_node3 138029 1726888227.42740: done getting next task for host managed_node3 138029 1726888227.42743: ^ task is: TASK: Apply lower size limit to max usable thin pool space 138029 1726888227.42751: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.42759: getting variables 138029 1726888227.42762: in VariableManager get_vars() 138029 1726888227.42800: Calling all_inventory to load vars for managed_node3 138029 1726888227.42803: Calling groups_inventory to load vars for managed_node3 138029 1726888227.42806: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.42818: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.42823: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.42826: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.43497: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d3 138029 1726888227.43502: WORKER PROCESS EXITING 138029 1726888227.44074: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.44745: done with get_vars() 138029 1726888227.44764: done getting variables 138029 1726888227.44849: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:27 -0400 (0:00:00.039) 0:04:00.172 ****** 138029 1726888227.44894: entering _queue_task() for managed_node3/set_fact 138029 1726888227.45188: worker is 1 (out of 1 available) 138029 1726888227.45202: exiting _queue_task() for managed_node3/set_fact 138029 1726888227.45214: done queuing things up, now waiting for results queue to drain 138029 1726888227.45216: waiting for pending results... 138029 1726888227.45533: running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space 138029 1726888227.45772: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034d4 138029 1726888227.45780: variable 'ansible_search_path' from source: unknown 138029 1726888227.45784: calling self._execute() 138029 1726888227.45945: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.45949: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.45989: variable 'omit' from source: magic vars 138029 1726888227.46480: variable 'storage_test_volume' from source: include params 138029 1726888227.46486: Evaluated conditional (storage_test_volume.thin): False 138029 1726888227.46490: when evaluation is False, skipping this task 138029 1726888227.46492: _execute() done 138029 1726888227.46495: dumping result to json 138029 1726888227.46497: done dumping result, returning 138029 1726888227.46500: done running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-0000000034d4] 138029 1726888227.46502: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d4 138029 1726888227.46710: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d4 138029 1726888227.46718: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888227.46772: no more pending results, returning what we have 138029 1726888227.46775: results queue empty 138029 1726888227.46776: checking for any_errors_fatal 138029 1726888227.46785: done checking for any_errors_fatal 138029 1726888227.46786: checking for max_fail_percentage 138029 1726888227.46787: done checking for max_fail_percentage 138029 1726888227.46788: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.46789: done checking to see if all hosts have failed 138029 1726888227.46790: getting the remaining hosts for this loop 138029 1726888227.46793: done getting the remaining hosts for this loop 138029 1726888227.46796: getting the next task for host managed_node3 138029 1726888227.46806: done getting next task for host managed_node3 138029 1726888227.46810: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 138029 1726888227.46817: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.46822: getting variables 138029 1726888227.46823: in VariableManager get_vars() 138029 1726888227.46937: Calling all_inventory to load vars for managed_node3 138029 1726888227.46941: Calling groups_inventory to load vars for managed_node3 138029 1726888227.46944: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.46961: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.46967: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.46971: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.47510: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.48905: done with get_vars() 138029 1726888227.48915: 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:10:27 -0400 (0:00:00.041) 0:04:00.213 ****** 138029 1726888227.49009: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888227.49266: worker is 1 (out of 1 available) 138029 1726888227.49281: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888227.49294: done queuing things up, now waiting for results queue to drain 138029 1726888227.49296: waiting for pending results... 138029 1726888227.49489: running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size 138029 1726888227.49591: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034d5 138029 1726888227.49603: variable 'ansible_search_path' from source: unknown 138029 1726888227.49633: calling self._execute() 138029 1726888227.49968: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.49973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.49976: variable 'omit' from source: magic vars 138029 1726888227.50278: variable 'storage_test_volume' from source: include params 138029 1726888227.50338: Evaluated conditional (storage_test_volume.thin): False 138029 1726888227.50342: when evaluation is False, skipping this task 138029 1726888227.50345: _execute() done 138029 1726888227.50349: dumping result to json 138029 1726888227.50351: done dumping result, returning 138029 1726888227.50354: done running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-5a58-73a2-0000000034d5] 138029 1726888227.50363: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d5 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888227.50781: no more pending results, returning what we have 138029 1726888227.50785: results queue empty 138029 1726888227.50786: checking for any_errors_fatal 138029 1726888227.50792: done checking for any_errors_fatal 138029 1726888227.50793: checking for max_fail_percentage 138029 1726888227.50794: done checking for max_fail_percentage 138029 1726888227.50795: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.50796: done checking to see if all hosts have failed 138029 1726888227.50797: getting the remaining hosts for this loop 138029 1726888227.50800: done getting the remaining hosts for this loop 138029 1726888227.50803: getting the next task for host managed_node3 138029 1726888227.50811: done getting next task for host managed_node3 138029 1726888227.50813: ^ task is: TASK: Show max thin pool size 138029 1726888227.50822: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.50827: getting variables 138029 1726888227.50831: in VariableManager get_vars() 138029 1726888227.50866: Calling all_inventory to load vars for managed_node3 138029 1726888227.50869: Calling groups_inventory to load vars for managed_node3 138029 1726888227.50872: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.50885: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.50889: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.50894: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.51442: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d5 138029 1726888227.51446: WORKER PROCESS EXITING 138029 1726888227.57804: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.58396: done with get_vars() 138029 1726888227.58415: done getting variables 138029 1726888227.58475: 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:10:27 -0400 (0:00:00.094) 0:04:00.308 ****** 138029 1726888227.58508: entering _queue_task() for managed_node3/debug 138029 1726888227.58901: worker is 1 (out of 1 available) 138029 1726888227.58917: exiting _queue_task() for managed_node3/debug 138029 1726888227.58962: done queuing things up, now waiting for results queue to drain 138029 1726888227.58965: waiting for pending results... 138029 1726888227.59187: running TaskExecutor() for managed_node3/TASK: Show max thin pool size 138029 1726888227.59385: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034d6 138029 1726888227.59399: variable 'ansible_search_path' from source: unknown 138029 1726888227.59430: calling self._execute() 138029 1726888227.59577: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.59582: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.59585: variable 'omit' from source: magic vars 138029 1726888227.59957: variable 'storage_test_volume' from source: include params 138029 1726888227.59999: Evaluated conditional (storage_test_volume.thin): False 138029 1726888227.60002: when evaluation is False, skipping this task 138029 1726888227.60005: _execute() done 138029 1726888227.60008: dumping result to json 138029 1726888227.60016: done dumping result, returning 138029 1726888227.60020: done running TaskExecutor() for managed_node3/TASK: Show max thin pool size [0affc8a3-6f6f-5a58-73a2-0000000034d6] 138029 1726888227.60022: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d6 138029 1726888227.60169: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d6 138029 1726888227.60173: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888227.60233: no more pending results, returning what we have 138029 1726888227.60237: results queue empty 138029 1726888227.60238: checking for any_errors_fatal 138029 1726888227.60246: done checking for any_errors_fatal 138029 1726888227.60247: checking for max_fail_percentage 138029 1726888227.60248: done checking for max_fail_percentage 138029 1726888227.60249: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.60250: done checking to see if all hosts have failed 138029 1726888227.60251: getting the remaining hosts for this loop 138029 1726888227.60252: done getting the remaining hosts for this loop 138029 1726888227.60257: getting the next task for host managed_node3 138029 1726888227.60265: done getting next task for host managed_node3 138029 1726888227.60269: ^ task is: TASK: Show volume thin pool size 138029 1726888227.60280: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.60284: getting variables 138029 1726888227.60285: in VariableManager get_vars() 138029 1726888227.60316: Calling all_inventory to load vars for managed_node3 138029 1726888227.60319: Calling groups_inventory to load vars for managed_node3 138029 1726888227.60321: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.60330: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.60333: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.60335: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.60786: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.61411: done with get_vars() 138029 1726888227.61426: done getting variables 138029 1726888227.61489: 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:10:27 -0400 (0:00:00.030) 0:04:00.338 ****** 138029 1726888227.61527: entering _queue_task() for managed_node3/debug 138029 1726888227.61816: worker is 1 (out of 1 available) 138029 1726888227.61828: exiting _queue_task() for managed_node3/debug 138029 1726888227.61839: done queuing things up, now waiting for results queue to drain 138029 1726888227.61840: waiting for pending results... 138029 1726888227.62276: running TaskExecutor() for managed_node3/TASK: Show volume thin pool size 138029 1726888227.62307: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034d7 138029 1726888227.62328: variable 'ansible_search_path' from source: unknown 138029 1726888227.62373: calling self._execute() 138029 1726888227.62517: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.62530: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.62545: variable 'omit' from source: magic vars 138029 1726888227.62953: variable 'storage_test_volume' from source: include params 138029 1726888227.62989: Evaluated conditional (storage_test_volume.thin): False 138029 1726888227.62997: when evaluation is False, skipping this task 138029 1726888227.63003: _execute() done 138029 1726888227.63009: dumping result to json 138029 1726888227.63015: done dumping result, returning 138029 1726888227.63024: done running TaskExecutor() for managed_node3/TASK: Show volume thin pool size [0affc8a3-6f6f-5a58-73a2-0000000034d7] 138029 1726888227.63046: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d7 skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888227.63202: no more pending results, returning what we have 138029 1726888227.63205: results queue empty 138029 1726888227.63206: checking for any_errors_fatal 138029 1726888227.63217: done checking for any_errors_fatal 138029 1726888227.63217: checking for max_fail_percentage 138029 1726888227.63219: done checking for max_fail_percentage 138029 1726888227.63220: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.63221: done checking to see if all hosts have failed 138029 1726888227.63222: getting the remaining hosts for this loop 138029 1726888227.63223: done getting the remaining hosts for this loop 138029 1726888227.63226: getting the next task for host managed_node3 138029 1726888227.63235: done getting next task for host managed_node3 138029 1726888227.63237: ^ task is: TASK: Show test volume size 138029 1726888227.63246: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.63250: getting variables 138029 1726888227.63251: in VariableManager get_vars() 138029 1726888227.63291: Calling all_inventory to load vars for managed_node3 138029 1726888227.63294: Calling groups_inventory to load vars for managed_node3 138029 1726888227.63298: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.63310: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.63313: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.63316: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.64171: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d7 138029 1726888227.64175: WORKER PROCESS EXITING 138029 1726888227.64261: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.64918: done with get_vars() 138029 1726888227.64932: done getting variables 138029 1726888227.65001: 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:10:27 -0400 (0:00:00.035) 0:04:00.373 ****** 138029 1726888227.65041: entering _queue_task() for managed_node3/debug 138029 1726888227.65319: worker is 1 (out of 1 available) 138029 1726888227.65335: exiting _queue_task() for managed_node3/debug 138029 1726888227.65351: done queuing things up, now waiting for results queue to drain 138029 1726888227.65353: waiting for pending results... 138029 1726888227.65670: running TaskExecutor() for managed_node3/TASK: Show test volume size 138029 1726888227.65832: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034d8 138029 1726888227.65853: variable 'ansible_search_path' from source: unknown 138029 1726888227.65897: calling self._execute() 138029 1726888227.66044: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.66057: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.66074: variable 'omit' from source: magic vars 138029 1726888227.66500: variable 'storage_test_volume' from source: include params 138029 1726888227.66540: Evaluated conditional (storage_test_volume.thin): False 138029 1726888227.66549: when evaluation is False, skipping this task 138029 1726888227.66563: _execute() done 138029 1726888227.66574: dumping result to json 138029 1726888227.66581: done dumping result, returning 138029 1726888227.66591: done running TaskExecutor() for managed_node3/TASK: Show test volume size [0affc8a3-6f6f-5a58-73a2-0000000034d8] 138029 1726888227.66670: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d8 138029 1726888227.66739: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d8 138029 1726888227.66742: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888227.66816: no more pending results, returning what we have 138029 1726888227.66820: results queue empty 138029 1726888227.66821: checking for any_errors_fatal 138029 1726888227.66835: done checking for any_errors_fatal 138029 1726888227.66836: checking for max_fail_percentage 138029 1726888227.66838: done checking for max_fail_percentage 138029 1726888227.66839: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.66840: done checking to see if all hosts have failed 138029 1726888227.66841: getting the remaining hosts for this loop 138029 1726888227.66842: done getting the remaining hosts for this loop 138029 1726888227.66846: getting the next task for host managed_node3 138029 1726888227.66859: done getting next task for host managed_node3 138029 1726888227.66862: ^ task is: TASK: Establish base value for expected thin pool size 138029 1726888227.66874: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.66880: getting variables 138029 1726888227.66881: in VariableManager get_vars() 138029 1726888227.66916: Calling all_inventory to load vars for managed_node3 138029 1726888227.66919: Calling groups_inventory to load vars for managed_node3 138029 1726888227.66922: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.66934: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.66938: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.66941: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.67634: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.68522: done with get_vars() 138029 1726888227.68536: done getting variables 138029 1726888227.68604: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:27 -0400 (0:00:00.035) 0:04:00.409 ****** 138029 1726888227.68640: entering _queue_task() for managed_node3/set_fact 138029 1726888227.68954: worker is 1 (out of 1 available) 138029 1726888227.68971: exiting _queue_task() for managed_node3/set_fact 138029 1726888227.68986: done queuing things up, now waiting for results queue to drain 138029 1726888227.68988: waiting for pending results... 138029 1726888227.69374: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size 138029 1726888227.69430: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034d9 138029 1726888227.69451: variable 'ansible_search_path' from source: unknown 138029 1726888227.69500: calling self._execute() 138029 1726888227.69650: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.69668: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.69687: variable 'omit' from source: magic vars 138029 1726888227.70110: variable 'storage_test_volume' from source: include params 138029 1726888227.70151: Evaluated conditional (storage_test_volume.thin): False 138029 1726888227.70225: when evaluation is False, skipping this task 138029 1726888227.70229: _execute() done 138029 1726888227.70231: dumping result to json 138029 1726888227.70233: done dumping result, returning 138029 1726888227.70235: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-5a58-73a2-0000000034d9] 138029 1726888227.70237: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d9 138029 1726888227.70315: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034d9 138029 1726888227.70318: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888227.70393: no more pending results, returning what we have 138029 1726888227.70397: results queue empty 138029 1726888227.70398: checking for any_errors_fatal 138029 1726888227.70411: done checking for any_errors_fatal 138029 1726888227.70412: checking for max_fail_percentage 138029 1726888227.70414: done checking for max_fail_percentage 138029 1726888227.70415: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.70415: done checking to see if all hosts have failed 138029 1726888227.70416: getting the remaining hosts for this loop 138029 1726888227.70418: done getting the remaining hosts for this loop 138029 1726888227.70422: getting the next task for host managed_node3 138029 1726888227.70432: done getting next task for host managed_node3 138029 1726888227.70435: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888227.70446: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.70458: getting variables 138029 1726888227.70460: in VariableManager get_vars() 138029 1726888227.70504: Calling all_inventory to load vars for managed_node3 138029 1726888227.70507: Calling groups_inventory to load vars for managed_node3 138029 1726888227.70511: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.70524: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.70528: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.70531: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.71353: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.71962: done with get_vars() 138029 1726888227.71976: done getting variables 138029 1726888227.72032: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:27 -0400 (0:00:00.034) 0:04:00.444 ****** 138029 1726888227.72065: entering _queue_task() for managed_node3/set_fact 138029 1726888227.72313: worker is 1 (out of 1 available) 138029 1726888227.72326: exiting _queue_task() for managed_node3/set_fact 138029 1726888227.72338: done queuing things up, now waiting for results queue to drain 138029 1726888227.72339: waiting for pending results... 138029 1726888227.72683: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888227.72962: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034da 138029 1726888227.72966: variable 'ansible_search_path' from source: unknown 138029 1726888227.72969: calling self._execute() 138029 1726888227.72997: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.73009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.73024: variable 'omit' from source: magic vars 138029 1726888227.73414: variable 'storage_test_volume' from source: include params 138029 1726888227.73451: Evaluated conditional (storage_test_volume.thin): False 138029 1726888227.73467: when evaluation is False, skipping this task 138029 1726888227.73477: _execute() done 138029 1726888227.73491: dumping result to json 138029 1726888227.73500: done dumping result, returning 138029 1726888227.73509: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-0000000034da] 138029 1726888227.73522: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034da 138029 1726888227.73883: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034da 138029 1726888227.73886: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888227.73921: no more pending results, returning what we have 138029 1726888227.73924: results queue empty 138029 1726888227.73925: checking for any_errors_fatal 138029 1726888227.73930: done checking for any_errors_fatal 138029 1726888227.73931: checking for max_fail_percentage 138029 1726888227.73933: done checking for max_fail_percentage 138029 1726888227.73933: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.73934: done checking to see if all hosts have failed 138029 1726888227.73935: getting the remaining hosts for this loop 138029 1726888227.73936: done getting the remaining hosts for this loop 138029 1726888227.73939: getting the next task for host managed_node3 138029 1726888227.73947: done getting next task for host managed_node3 138029 1726888227.73950: ^ task is: TASK: Establish base value for expected thin pool volume size 138029 1726888227.73961: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.73966: getting variables 138029 1726888227.73967: in VariableManager get_vars() 138029 1726888227.74000: Calling all_inventory to load vars for managed_node3 138029 1726888227.74003: Calling groups_inventory to load vars for managed_node3 138029 1726888227.74006: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.74015: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.74018: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.74021: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.74602: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.75195: done with get_vars() 138029 1726888227.75207: done getting variables 138029 1726888227.75264: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:27 -0400 (0:00:00.032) 0:04:00.476 ****** 138029 1726888227.75296: entering _queue_task() for managed_node3/set_fact 138029 1726888227.75538: worker is 1 (out of 1 available) 138029 1726888227.75550: exiting _queue_task() for managed_node3/set_fact 138029 1726888227.75564: done queuing things up, now waiting for results queue to drain 138029 1726888227.75565: waiting for pending results... 138029 1726888227.75848: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size 138029 1726888227.76210: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034db 138029 1726888227.76230: variable 'ansible_search_path' from source: unknown 138029 1726888227.76461: calling self._execute() 138029 1726888227.76586: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.76602: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.76617: variable 'omit' from source: magic vars 138029 1726888227.77266: variable 'storage_test_volume' from source: include params 138029 1726888227.77303: Evaluated conditional (storage_test_volume.thin): False 138029 1726888227.77311: when evaluation is False, skipping this task 138029 1726888227.77318: _execute() done 138029 1726888227.77327: dumping result to json 138029 1726888227.77335: done dumping result, returning 138029 1726888227.77345: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-5a58-73a2-0000000034db] 138029 1726888227.77362: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034db 138029 1726888227.77660: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034db 138029 1726888227.77664: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888227.77707: no more pending results, returning what we have 138029 1726888227.77710: results queue empty 138029 1726888227.77711: checking for any_errors_fatal 138029 1726888227.77719: done checking for any_errors_fatal 138029 1726888227.77720: checking for max_fail_percentage 138029 1726888227.77722: done checking for max_fail_percentage 138029 1726888227.77723: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.77723: done checking to see if all hosts have failed 138029 1726888227.77724: getting the remaining hosts for this loop 138029 1726888227.77726: done getting the remaining hosts for this loop 138029 1726888227.77729: getting the next task for host managed_node3 138029 1726888227.77737: done getting next task for host managed_node3 138029 1726888227.77740: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888227.77747: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.77752: getting variables 138029 1726888227.77753: in VariableManager get_vars() 138029 1726888227.77793: Calling all_inventory to load vars for managed_node3 138029 1726888227.77796: Calling groups_inventory to load vars for managed_node3 138029 1726888227.77799: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.77811: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.77814: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.77818: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.78776: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.79433: done with get_vars() 138029 1726888227.79446: done getting variables 138029 1726888227.79504: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:27 -0400 (0:00:00.042) 0:04:00.518 ****** 138029 1726888227.79538: entering _queue_task() for managed_node3/set_fact 138029 1726888227.79816: worker is 1 (out of 1 available) 138029 1726888227.79828: exiting _queue_task() for managed_node3/set_fact 138029 1726888227.79841: done queuing things up, now waiting for results queue to drain 138029 1726888227.79843: waiting for pending results... 138029 1726888227.80135: running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888227.80294: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034dc 138029 1726888227.80315: variable 'ansible_search_path' from source: unknown 138029 1726888227.80353: calling self._execute() 138029 1726888227.80494: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.80509: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.80521: variable 'omit' from source: magic vars 138029 1726888227.80907: variable 'storage_test_volume' from source: include params 138029 1726888227.80949: Evaluated conditional (storage_test_volume.thin): False 138029 1726888227.80960: when evaluation is False, skipping this task 138029 1726888227.80969: _execute() done 138029 1726888227.81043: dumping result to json 138029 1726888227.81046: done dumping result, returning 138029 1726888227.81049: done running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-5a58-73a2-0000000034dc] 138029 1726888227.81051: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034dc 138029 1726888227.81125: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034dc 138029 1726888227.81128: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888227.81177: no more pending results, returning what we have 138029 1726888227.81183: results queue empty 138029 1726888227.81184: checking for any_errors_fatal 138029 1726888227.81194: done checking for any_errors_fatal 138029 1726888227.81195: checking for max_fail_percentage 138029 1726888227.81196: done checking for max_fail_percentage 138029 1726888227.81198: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.81199: done checking to see if all hosts have failed 138029 1726888227.81199: getting the remaining hosts for this loop 138029 1726888227.81201: done getting the remaining hosts for this loop 138029 1726888227.81205: getting the next task for host managed_node3 138029 1726888227.81215: done getting next task for host managed_node3 138029 1726888227.81217: ^ task is: TASK: Replace expected volume size with calculated value 138029 1726888227.81249: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.81254: getting variables 138029 1726888227.81258: in VariableManager get_vars() 138029 1726888227.81293: Calling all_inventory to load vars for managed_node3 138029 1726888227.81296: Calling groups_inventory to load vars for managed_node3 138029 1726888227.81299: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.81319: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.81324: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.81327: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.82096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.82700: done with get_vars() 138029 1726888227.82715: done getting variables 138029 1726888227.82772: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:27 -0400 (0:00:00.032) 0:04:00.551 ****** 138029 1726888227.82807: entering _queue_task() for managed_node3/set_fact 138029 1726888227.83073: worker is 1 (out of 1 available) 138029 1726888227.83084: exiting _queue_task() for managed_node3/set_fact 138029 1726888227.83099: done queuing things up, now waiting for results queue to drain 138029 1726888227.83101: waiting for pending results... 138029 1726888227.83485: running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value 138029 1726888227.83582: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034dd 138029 1726888227.83586: variable 'ansible_search_path' from source: unknown 138029 1726888227.83867: calling self._execute() 138029 1726888227.83925: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.83991: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.84007: variable 'omit' from source: magic vars 138029 1726888227.84816: variable 'storage_test_volume' from source: include params 138029 1726888227.84913: Evaluated conditional (storage_test_volume.thin): False 138029 1726888227.84922: when evaluation is False, skipping this task 138029 1726888227.84930: _execute() done 138029 1726888227.84941: dumping result to json 138029 1726888227.84961: done dumping result, returning 138029 1726888227.84997: done running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-5a58-73a2-0000000034dd] 138029 1726888227.85007: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034dd 138029 1726888227.85168: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034dd 138029 1726888227.85172: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888227.85250: no more pending results, returning what we have 138029 1726888227.85259: results queue empty 138029 1726888227.85261: checking for any_errors_fatal 138029 1726888227.85278: done checking for any_errors_fatal 138029 1726888227.85280: checking for max_fail_percentage 138029 1726888227.85281: done checking for max_fail_percentage 138029 1726888227.85282: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.85283: done checking to see if all hosts have failed 138029 1726888227.85284: getting the remaining hosts for this loop 138029 1726888227.85287: done getting the remaining hosts for this loop 138029 1726888227.85291: getting the next task for host managed_node3 138029 1726888227.85302: done getting next task for host managed_node3 138029 1726888227.85304: ^ task is: TASK: Show actual size 138029 1726888227.85314: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.85319: getting variables 138029 1726888227.85321: in VariableManager get_vars() 138029 1726888227.85577: Calling all_inventory to load vars for managed_node3 138029 1726888227.85580: Calling groups_inventory to load vars for managed_node3 138029 1726888227.85583: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.85595: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.85599: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.85602: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.86836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.87853: done with get_vars() 138029 1726888227.87873: done getting variables 138029 1726888227.87930: 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:10:27 -0400 (0:00:00.051) 0:04:00.603 ****** 138029 1726888227.87966: entering _queue_task() for managed_node3/debug 138029 1726888227.88218: worker is 1 (out of 1 available) 138029 1726888227.88230: exiting _queue_task() for managed_node3/debug 138029 1726888227.88241: done queuing things up, now waiting for results queue to drain 138029 1726888227.88243: waiting for pending results... 138029 1726888227.88674: running TaskExecutor() for managed_node3/TASK: Show actual size 138029 1726888227.88679: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034df 138029 1726888227.88702: variable 'ansible_search_path' from source: unknown 138029 1726888227.88742: calling self._execute() 138029 1726888227.88881: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.88893: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.88911: variable 'omit' from source: magic vars 138029 1726888227.89034: variable 'omit' from source: magic vars 138029 1726888227.89102: variable 'omit' from source: magic vars 138029 1726888227.89139: variable 'omit' from source: magic vars 138029 1726888227.89185: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888227.89562: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888227.89565: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888227.89567: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888227.89570: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888227.89573: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888227.89576: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888227.89661: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888227.89665: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.89668: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.89842: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888227.89856: Set connection var ansible_timeout to 10 138029 1726888227.89867: Set connection var ansible_pipelining to False 138029 1726888227.89874: Set connection var ansible_shell_type to sh 138029 1726888227.89881: Set connection var ansible_connection to ssh 138029 1726888227.89890: Set connection var ansible_shell_executable to /bin/sh 138029 1726888227.89922: variable 'ansible_shell_executable' from source: unknown 138029 1726888227.89928: variable 'ansible_connection' from source: unknown 138029 1726888227.89967: variable 'ansible_module_compression' from source: unknown 138029 1726888227.89977: variable 'ansible_shell_type' from source: unknown 138029 1726888227.89984: variable 'ansible_shell_executable' from source: unknown 138029 1726888227.89991: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.89999: variable 'ansible_pipelining' from source: unknown 138029 1726888227.90005: variable 'ansible_timeout' from source: unknown 138029 1726888227.90020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.90328: 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) 138029 1726888227.90562: variable 'omit' from source: magic vars 138029 1726888227.90566: starting attempt loop 138029 1726888227.90569: running the handler 138029 1726888227.90571: variable 'storage_test_actual_size' from source: set_fact 138029 1726888227.90857: variable 'storage_test_actual_size' from source: set_fact 138029 1726888227.91139: handler run complete 138029 1726888227.91170: attempt loop complete, returning result 138029 1726888227.91178: _execute() done 138029 1726888227.91186: dumping result to json 138029 1726888227.91193: done dumping result, returning 138029 1726888227.91208: done running TaskExecutor() for managed_node3/TASK: Show actual size [0affc8a3-6f6f-5a58-73a2-0000000034df] 138029 1726888227.91220: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034df ok: [managed_node3] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } 138029 1726888227.91482: no more pending results, returning what we have 138029 1726888227.91486: results queue empty 138029 1726888227.91487: checking for any_errors_fatal 138029 1726888227.91498: done checking for any_errors_fatal 138029 1726888227.91498: checking for max_fail_percentage 138029 1726888227.91500: done checking for max_fail_percentage 138029 1726888227.91501: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.91502: done checking to see if all hosts have failed 138029 1726888227.91503: getting the remaining hosts for this loop 138029 1726888227.91504: done getting the remaining hosts for this loop 138029 1726888227.91508: getting the next task for host managed_node3 138029 1726888227.91519: done getting next task for host managed_node3 138029 1726888227.91522: ^ task is: TASK: Show expected size 138029 1726888227.91532: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.91538: getting variables 138029 1726888227.91540: in VariableManager get_vars() 138029 1726888227.91580: Calling all_inventory to load vars for managed_node3 138029 1726888227.91583: Calling groups_inventory to load vars for managed_node3 138029 1726888227.91587: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.91598: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.91602: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.91605: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.92564: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034df 138029 1726888227.92567: WORKER PROCESS EXITING 138029 1726888227.93074: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.93898: done with get_vars() 138029 1726888227.93914: done getting variables 138029 1726888227.93973: 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:10:27 -0400 (0:00:00.060) 0:04:00.663 ****** 138029 1726888227.94009: entering _queue_task() for managed_node3/debug 138029 1726888227.94293: worker is 1 (out of 1 available) 138029 1726888227.94307: exiting _queue_task() for managed_node3/debug 138029 1726888227.94318: done queuing things up, now waiting for results queue to drain 138029 1726888227.94320: waiting for pending results... 138029 1726888227.94638: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888227.94933: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034e0 138029 1726888227.94957: variable 'ansible_search_path' from source: unknown 138029 1726888227.95012: calling self._execute() 138029 1726888227.95159: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.95176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.95193: variable 'omit' from source: magic vars 138029 1726888227.95335: variable 'omit' from source: magic vars 138029 1726888227.95417: variable 'omit' from source: magic vars 138029 1726888227.95470: variable 'omit' from source: magic vars 138029 1726888227.95521: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888227.95580: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888227.95605: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888227.95628: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888227.95646: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888227.95682: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888227.95705: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888227.95743: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888227.95754: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.95774: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.95960: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888227.95964: Set connection var ansible_timeout to 10 138029 1726888227.95970: Set connection var ansible_pipelining to False 138029 1726888227.95973: Set connection var ansible_shell_type to sh 138029 1726888227.95983: Set connection var ansible_connection to ssh 138029 1726888227.95986: Set connection var ansible_shell_executable to /bin/sh 138029 1726888227.95989: variable 'ansible_shell_executable' from source: unknown 138029 1726888227.95995: variable 'ansible_connection' from source: unknown 138029 1726888227.96004: variable 'ansible_module_compression' from source: unknown 138029 1726888227.96012: variable 'ansible_shell_type' from source: unknown 138029 1726888227.96018: variable 'ansible_shell_executable' from source: unknown 138029 1726888227.96024: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888227.96031: variable 'ansible_pipelining' from source: unknown 138029 1726888227.96092: variable 'ansible_timeout' from source: unknown 138029 1726888227.96096: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888227.96580: 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) 138029 1726888227.96584: variable 'omit' from source: magic vars 138029 1726888227.96587: starting attempt loop 138029 1726888227.96589: running the handler 138029 1726888227.96762: variable 'storage_test_expected_size' from source: set_fact 138029 1726888227.97050: variable 'storage_test_expected_size' from source: set_fact 138029 1726888227.97086: handler run complete 138029 1726888227.97361: attempt loop complete, returning result 138029 1726888227.97368: _execute() done 138029 1726888227.97371: dumping result to json 138029 1726888227.97373: done dumping result, returning 138029 1726888227.97376: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-0000000034e0] 138029 1726888227.97378: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034e0 138029 1726888227.97447: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034e0 138029 1726888227.97451: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } 138029 1726888227.97500: no more pending results, returning what we have 138029 1726888227.97503: results queue empty 138029 1726888227.97504: checking for any_errors_fatal 138029 1726888227.97515: done checking for any_errors_fatal 138029 1726888227.97516: checking for max_fail_percentage 138029 1726888227.97517: done checking for max_fail_percentage 138029 1726888227.97518: checking to see if all hosts have failed and the running result is not ok 138029 1726888227.97519: done checking to see if all hosts have failed 138029 1726888227.97520: getting the remaining hosts for this loop 138029 1726888227.97521: done getting the remaining hosts for this loop 138029 1726888227.97525: getting the next task for host managed_node3 138029 1726888227.97533: done getting next task for host managed_node3 138029 1726888227.97535: ^ task is: TASK: Assert expected size is actual size 138029 1726888227.97544: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888227.97549: getting variables 138029 1726888227.97551: in VariableManager get_vars() 138029 1726888227.97590: Calling all_inventory to load vars for managed_node3 138029 1726888227.97593: Calling groups_inventory to load vars for managed_node3 138029 1726888227.97596: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888227.97606: Calling all_plugins_play to load vars for managed_node3 138029 1726888227.97609: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888227.97611: Calling groups_plugins_play to load vars for managed_node3 138029 1726888227.98243: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888227.98859: done with get_vars() 138029 1726888227.98883: done getting variables 138029 1726888227.98944: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:27 -0400 (0:00:00.049) 0:04:00.713 ****** 138029 1726888227.98989: entering _queue_task() for managed_node3/assert 138029 1726888227.99339: worker is 1 (out of 1 available) 138029 1726888227.99353: exiting _queue_task() for managed_node3/assert 138029 1726888227.99370: done queuing things up, now waiting for results queue to drain 138029 1726888227.99371: waiting for pending results... 138029 1726888227.99662: running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size 138029 1726888227.99819: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034e1 138029 1726888227.99883: variable 'ansible_search_path' from source: unknown 138029 1726888227.99891: calling self._execute() 138029 1726888228.00157: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.00162: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.00173: variable 'omit' from source: magic vars 138029 1726888228.01262: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888228.04280: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888228.04348: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888228.04388: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888228.04435: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888228.04510: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888228.04784: variable '_storage_test_volume_present' from source: set_fact 138029 1726888228.04802: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888228.04805: when evaluation is False, skipping this task 138029 1726888228.04809: _execute() done 138029 1726888228.04811: dumping result to json 138029 1726888228.04813: done dumping result, returning 138029 1726888228.04820: done running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size [0affc8a3-6f6f-5a58-73a2-0000000034e1] 138029 1726888228.04825: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034e1 138029 1726888228.04935: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034e1 138029 1726888228.04938: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888228.05106: no more pending results, returning what we have 138029 1726888228.05111: results queue empty 138029 1726888228.05116: checking for any_errors_fatal 138029 1726888228.05127: done checking for any_errors_fatal 138029 1726888228.05128: checking for max_fail_percentage 138029 1726888228.05129: done checking for max_fail_percentage 138029 1726888228.05130: checking to see if all hosts have failed and the running result is not ok 138029 1726888228.05131: done checking to see if all hosts have failed 138029 1726888228.05132: getting the remaining hosts for this loop 138029 1726888228.05133: done getting the remaining hosts for this loop 138029 1726888228.05137: getting the next task for host managed_node3 138029 1726888228.05148: done getting next task for host managed_node3 138029 1726888228.05151: ^ task is: TASK: Get information about the LV 138029 1726888228.05160: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888228.05165: getting variables 138029 1726888228.05166: in VariableManager get_vars() 138029 1726888228.05203: Calling all_inventory to load vars for managed_node3 138029 1726888228.05206: Calling groups_inventory to load vars for managed_node3 138029 1726888228.05210: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.05220: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.05223: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.05226: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.05976: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.06580: done with get_vars() 138029 1726888228.06597: done getting variables 138029 1726888228.06670: 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:10:28 -0400 (0:00:00.077) 0:04:00.790 ****** 138029 1726888228.06706: entering _queue_task() for managed_node3/command 138029 1726888228.07011: worker is 1 (out of 1 available) 138029 1726888228.07022: exiting _queue_task() for managed_node3/command 138029 1726888228.07035: done queuing things up, now waiting for results queue to drain 138029 1726888228.07036: waiting for pending results... 138029 1726888228.07645: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888228.07651: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034e8 138029 1726888228.07660: variable 'ansible_search_path' from source: unknown 138029 1726888228.07663: calling self._execute() 138029 1726888228.07677: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.07684: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.07702: variable 'omit' from source: magic vars 138029 1726888228.08213: variable 'storage_test_volume' from source: include params 138029 1726888228.08234: variable '_storage_test_volume_present' from source: set_fact 138029 1726888228.08261: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888228.08264: when evaluation is False, skipping this task 138029 1726888228.08270: _execute() done 138029 1726888228.08273: dumping result to json 138029 1726888228.08275: done dumping result, returning 138029 1726888228.08283: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-0000000034e8] 138029 1726888228.08287: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034e8 138029 1726888228.08505: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034e8 138029 1726888228.08508: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888228.08562: no more pending results, returning what we have 138029 1726888228.08566: results queue empty 138029 1726888228.08567: checking for any_errors_fatal 138029 1726888228.08577: done checking for any_errors_fatal 138029 1726888228.08578: checking for max_fail_percentage 138029 1726888228.08580: done checking for max_fail_percentage 138029 1726888228.08581: checking to see if all hosts have failed and the running result is not ok 138029 1726888228.08582: done checking to see if all hosts have failed 138029 1726888228.08582: getting the remaining hosts for this loop 138029 1726888228.08584: done getting the remaining hosts for this loop 138029 1726888228.08588: getting the next task for host managed_node3 138029 1726888228.08596: done getting next task for host managed_node3 138029 1726888228.08598: ^ task is: TASK: Set LV segment type 138029 1726888228.08606: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888228.08610: getting variables 138029 1726888228.08612: in VariableManager get_vars() 138029 1726888228.08648: Calling all_inventory to load vars for managed_node3 138029 1726888228.08651: Calling groups_inventory to load vars for managed_node3 138029 1726888228.08773: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.08783: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.08786: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.08788: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.10464: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.11028: done with get_vars() 138029 1726888228.11042: done getting variables 138029 1726888228.11100: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:28 -0400 (0:00:00.044) 0:04:00.834 ****** 138029 1726888228.11140: entering _queue_task() for managed_node3/set_fact 138029 1726888228.11572: worker is 1 (out of 1 available) 138029 1726888228.11584: exiting _queue_task() for managed_node3/set_fact 138029 1726888228.11594: done queuing things up, now waiting for results queue to drain 138029 1726888228.11595: waiting for pending results... 138029 1726888228.11984: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888228.11990: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034e9 138029 1726888228.11993: variable 'ansible_search_path' from source: unknown 138029 1726888228.12022: calling self._execute() 138029 1726888228.12315: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.12324: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.12336: variable 'omit' from source: magic vars 138029 1726888228.12887: variable 'storage_test_volume' from source: include params 138029 1726888228.12900: variable '_storage_test_volume_present' from source: set_fact 138029 1726888228.12915: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888228.12919: when evaluation is False, skipping this task 138029 1726888228.12921: _execute() done 138029 1726888228.12924: dumping result to json 138029 1726888228.12927: done dumping result, returning 138029 1726888228.12933: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-0000000034e9] 138029 1726888228.12938: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034e9 138029 1726888228.13039: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034e9 138029 1726888228.13042: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888228.13119: no more pending results, returning what we have 138029 1726888228.13124: results queue empty 138029 1726888228.13125: checking for any_errors_fatal 138029 1726888228.13138: done checking for any_errors_fatal 138029 1726888228.13139: checking for max_fail_percentage 138029 1726888228.13141: done checking for max_fail_percentage 138029 1726888228.13142: checking to see if all hosts have failed and the running result is not ok 138029 1726888228.13144: done checking to see if all hosts have failed 138029 1726888228.13145: getting the remaining hosts for this loop 138029 1726888228.13147: done getting the remaining hosts for this loop 138029 1726888228.13151: getting the next task for host managed_node3 138029 1726888228.13163: done getting next task for host managed_node3 138029 1726888228.13166: ^ task is: TASK: Check segment type 138029 1726888228.13267: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888228.13275: getting variables 138029 1726888228.13277: in VariableManager get_vars() 138029 1726888228.13319: Calling all_inventory to load vars for managed_node3 138029 1726888228.13322: Calling groups_inventory to load vars for managed_node3 138029 1726888228.13325: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.13337: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.13341: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.13344: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.14217: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.14839: done with get_vars() 138029 1726888228.14853: done getting variables 138029 1726888228.14911: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:28 -0400 (0:00:00.038) 0:04:00.873 ****** 138029 1726888228.14951: entering _queue_task() for managed_node3/assert 138029 1726888228.15459: worker is 1 (out of 1 available) 138029 1726888228.15470: exiting _queue_task() for managed_node3/assert 138029 1726888228.15479: done queuing things up, now waiting for results queue to drain 138029 1726888228.15480: waiting for pending results... 138029 1726888228.15853: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888228.15861: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034ea 138029 1726888228.15864: variable 'ansible_search_path' from source: unknown 138029 1726888228.15871: calling self._execute() 138029 1726888228.15891: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.15898: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.15907: variable 'omit' from source: magic vars 138029 1726888228.16379: variable 'storage_test_volume' from source: include params 138029 1726888228.16401: variable '_storage_test_volume_present' from source: set_fact 138029 1726888228.16415: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888228.16419: when evaluation is False, skipping this task 138029 1726888228.16422: _execute() done 138029 1726888228.16425: dumping result to json 138029 1726888228.16427: done dumping result, returning 138029 1726888228.16434: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-0000000034ea] 138029 1726888228.16438: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ea 138029 1726888228.16543: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ea 138029 1726888228.16546: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888228.16627: no more pending results, returning what we have 138029 1726888228.16632: results queue empty 138029 1726888228.16633: checking for any_errors_fatal 138029 1726888228.16643: done checking for any_errors_fatal 138029 1726888228.16644: checking for max_fail_percentage 138029 1726888228.16645: done checking for max_fail_percentage 138029 1726888228.16647: checking to see if all hosts have failed and the running result is not ok 138029 1726888228.16648: done checking to see if all hosts have failed 138029 1726888228.16649: getting the remaining hosts for this loop 138029 1726888228.16650: done getting the remaining hosts for this loop 138029 1726888228.16654: getting the next task for host managed_node3 138029 1726888228.16666: done getting next task for host managed_node3 138029 1726888228.16668: ^ task is: TASK: Set LV cache size 138029 1726888228.16678: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888228.16689: getting variables 138029 1726888228.16691: in VariableManager get_vars() 138029 1726888228.16729: Calling all_inventory to load vars for managed_node3 138029 1726888228.16732: Calling groups_inventory to load vars for managed_node3 138029 1726888228.16736: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.16749: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.16753: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.16859: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.17521: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.18184: done with get_vars() 138029 1726888228.18196: done getting variables 138029 1726888228.18251: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:28 -0400 (0:00:00.033) 0:04:00.906 ****** 138029 1726888228.18286: entering _queue_task() for managed_node3/set_fact 138029 1726888228.18908: worker is 1 (out of 1 available) 138029 1726888228.18921: exiting _queue_task() for managed_node3/set_fact 138029 1726888228.18933: done queuing things up, now waiting for results queue to drain 138029 1726888228.18935: waiting for pending results... 138029 1726888228.19211: running TaskExecutor() for managed_node3/TASK: Set LV cache size 138029 1726888228.20179: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034eb 138029 1726888228.20184: variable 'ansible_search_path' from source: unknown 138029 1726888228.20192: calling self._execute() 138029 1726888228.20242: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.20254: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.20300: variable 'omit' from source: magic vars 138029 1726888228.21331: variable 'storage_test_volume' from source: include params 138029 1726888228.21381: variable '_storage_test_volume_present' from source: set_fact 138029 1726888228.21400: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888228.21417: when evaluation is False, skipping this task 138029 1726888228.21443: _execute() done 138029 1726888228.21478: dumping result to json 138029 1726888228.21523: done dumping result, returning 138029 1726888228.21553: done running TaskExecutor() for managed_node3/TASK: Set LV cache size [0affc8a3-6f6f-5a58-73a2-0000000034eb] 138029 1726888228.21566: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034eb skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888228.21883: no more pending results, returning what we have 138029 1726888228.21888: results queue empty 138029 1726888228.21889: checking for any_errors_fatal 138029 1726888228.21901: done checking for any_errors_fatal 138029 1726888228.21902: checking for max_fail_percentage 138029 1726888228.21904: done checking for max_fail_percentage 138029 1726888228.21905: checking to see if all hosts have failed and the running result is not ok 138029 1726888228.21905: done checking to see if all hosts have failed 138029 1726888228.21906: getting the remaining hosts for this loop 138029 1726888228.21909: done getting the remaining hosts for this loop 138029 1726888228.21913: getting the next task for host managed_node3 138029 1726888228.21922: done getting next task for host managed_node3 138029 1726888228.21924: ^ task is: TASK: Parse the requested cache size 138029 1726888228.21934: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888228.21939: getting variables 138029 1726888228.21941: in VariableManager get_vars() 138029 1726888228.21979: Calling all_inventory to load vars for managed_node3 138029 1726888228.21982: Calling groups_inventory to load vars for managed_node3 138029 1726888228.21985: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.21996: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.21999: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.22002: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.22568: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034eb 138029 1726888228.22572: WORKER PROCESS EXITING 138029 1726888228.22895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.23490: done with get_vars() 138029 1726888228.23505: 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:10:28 -0400 (0:00:00.053) 0:04:00.959 ****** 138029 1726888228.23592: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888228.23900: worker is 1 (out of 1 available) 138029 1726888228.23912: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888228.23923: done queuing things up, now waiting for results queue to drain 138029 1726888228.23925: waiting for pending results... 138029 1726888228.24260: running TaskExecutor() for managed_node3/TASK: Parse the requested cache size 138029 1726888228.24405: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034ec 138029 1726888228.24427: variable 'ansible_search_path' from source: unknown 138029 1726888228.24470: calling self._execute() 138029 1726888228.24605: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.24615: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.24628: variable 'omit' from source: magic vars 138029 1726888228.25081: variable 'storage_test_volume' from source: include params 138029 1726888228.25106: variable '_storage_test_volume_present' from source: set_fact 138029 1726888228.25125: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888228.25131: when evaluation is False, skipping this task 138029 1726888228.25139: _execute() done 138029 1726888228.25148: dumping result to json 138029 1726888228.25157: done dumping result, returning 138029 1726888228.25246: done running TaskExecutor() for managed_node3/TASK: Parse the requested cache size [0affc8a3-6f6f-5a58-73a2-0000000034ec] 138029 1726888228.25321: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ec skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888228.25928: no more pending results, returning what we have 138029 1726888228.25933: results queue empty 138029 1726888228.25934: checking for any_errors_fatal 138029 1726888228.25948: done checking for any_errors_fatal 138029 1726888228.25949: checking for max_fail_percentage 138029 1726888228.25951: done checking for max_fail_percentage 138029 1726888228.25952: checking to see if all hosts have failed and the running result is not ok 138029 1726888228.25953: done checking to see if all hosts have failed 138029 1726888228.25954: getting the remaining hosts for this loop 138029 1726888228.25957: done getting the remaining hosts for this loop 138029 1726888228.25961: getting the next task for host managed_node3 138029 1726888228.25979: done getting next task for host managed_node3 138029 1726888228.25982: ^ task is: TASK: Set expected cache size 138029 1726888228.25992: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888228.25998: getting variables 138029 1726888228.25999: in VariableManager get_vars() 138029 1726888228.26043: Calling all_inventory to load vars for managed_node3 138029 1726888228.26046: Calling groups_inventory to load vars for managed_node3 138029 1726888228.26050: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.26350: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.26354: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.26361: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ec 138029 1726888228.26364: WORKER PROCESS EXITING 138029 1726888228.26370: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.27843: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.28536: done with get_vars() 138029 1726888228.28551: done getting variables 138029 1726888228.28641: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:28 -0400 (0:00:00.050) 0:04:01.010 ****** 138029 1726888228.28676: entering _queue_task() for managed_node3/set_fact 138029 1726888228.28980: worker is 1 (out of 1 available) 138029 1726888228.28993: exiting _queue_task() for managed_node3/set_fact 138029 1726888228.29006: done queuing things up, now waiting for results queue to drain 138029 1726888228.29008: waiting for pending results... 138029 1726888228.29549: running TaskExecutor() for managed_node3/TASK: Set expected cache size 138029 1726888228.29800: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034ed 138029 1726888228.29823: variable 'ansible_search_path' from source: unknown 138029 1726888228.29875: calling self._execute() 138029 1726888228.30062: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.30069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.30073: variable 'omit' from source: magic vars 138029 1726888228.30577: variable 'storage_test_volume' from source: include params 138029 1726888228.30609: variable '_storage_test_volume_present' from source: set_fact 138029 1726888228.30628: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888228.30636: when evaluation is False, skipping this task 138029 1726888228.30683: _execute() done 138029 1726888228.30687: dumping result to json 138029 1726888228.30690: done dumping result, returning 138029 1726888228.30693: done running TaskExecutor() for managed_node3/TASK: Set expected cache size [0affc8a3-6f6f-5a58-73a2-0000000034ed] 138029 1726888228.30695: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ed skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888228.31008: no more pending results, returning what we have 138029 1726888228.31012: results queue empty 138029 1726888228.31013: checking for any_errors_fatal 138029 1726888228.31021: done checking for any_errors_fatal 138029 1726888228.31022: checking for max_fail_percentage 138029 1726888228.31024: done checking for max_fail_percentage 138029 1726888228.31025: checking to see if all hosts have failed and the running result is not ok 138029 1726888228.31025: done checking to see if all hosts have failed 138029 1726888228.31026: getting the remaining hosts for this loop 138029 1726888228.31028: done getting the remaining hosts for this loop 138029 1726888228.31032: getting the next task for host managed_node3 138029 1726888228.31041: done getting next task for host managed_node3 138029 1726888228.31043: ^ task is: TASK: Check cache size 138029 1726888228.31051: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888228.31063: getting variables 138029 1726888228.31069: in VariableManager get_vars() 138029 1726888228.31123: Calling all_inventory to load vars for managed_node3 138029 1726888228.31126: Calling groups_inventory to load vars for managed_node3 138029 1726888228.31130: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.31147: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.31151: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.31372: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.31909: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ed 138029 1726888228.31913: WORKER PROCESS EXITING 138029 1726888228.32187: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.33707: done with get_vars() 138029 1726888228.33731: done getting variables 138029 1726888228.33804: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:28 -0400 (0:00:00.051) 0:04:01.061 ****** 138029 1726888228.33839: entering _queue_task() for managed_node3/assert 138029 1726888228.34600: worker is 1 (out of 1 available) 138029 1726888228.34613: exiting _queue_task() for managed_node3/assert 138029 1726888228.34626: done queuing things up, now waiting for results queue to drain 138029 1726888228.34628: waiting for pending results... 138029 1726888228.35185: running TaskExecutor() for managed_node3/TASK: Check cache size 138029 1726888228.35317: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000034ee 138029 1726888228.35346: variable 'ansible_search_path' from source: unknown 138029 1726888228.35408: calling self._execute() 138029 1726888228.35570: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.35584: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.35604: variable 'omit' from source: magic vars 138029 1726888228.36960: variable 'storage_test_volume' from source: include params 138029 1726888228.37171: variable '_storage_test_volume_present' from source: set_fact 138029 1726888228.37174: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888228.37177: when evaluation is False, skipping this task 138029 1726888228.37179: _execute() done 138029 1726888228.37182: dumping result to json 138029 1726888228.37184: done dumping result, returning 138029 1726888228.37187: done running TaskExecutor() for managed_node3/TASK: Check cache size [0affc8a3-6f6f-5a58-73a2-0000000034ee] 138029 1726888228.37189: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ee 138029 1726888228.37267: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000034ee skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888228.37326: no more pending results, returning what we have 138029 1726888228.37330: results queue empty 138029 1726888228.37331: checking for any_errors_fatal 138029 1726888228.37341: done checking for any_errors_fatal 138029 1726888228.37342: checking for max_fail_percentage 138029 1726888228.37343: done checking for max_fail_percentage 138029 1726888228.37344: checking to see if all hosts have failed and the running result is not ok 138029 1726888228.37345: done checking to see if all hosts have failed 138029 1726888228.37346: getting the remaining hosts for this loop 138029 1726888228.37348: done getting the remaining hosts for this loop 138029 1726888228.37351: getting the next task for host managed_node3 138029 1726888228.37364: done getting next task for host managed_node3 138029 1726888228.37366: ^ task is: TASK: Clean up facts 138029 1726888228.37374: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888228.37381: getting variables 138029 1726888228.37383: in VariableManager get_vars() 138029 1726888228.37418: Calling all_inventory to load vars for managed_node3 138029 1726888228.37421: Calling groups_inventory to load vars for managed_node3 138029 1726888228.37424: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.37436: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.37439: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.37441: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.39563: WORKER PROCESS EXITING 138029 1726888228.39744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.41069: done with get_vars() 138029 1726888228.41085: done getting variables 138029 1726888228.41137: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:28 -0400 (0:00:00.073) 0:04:01.135 ****** 138029 1726888228.41172: entering _queue_task() for managed_node3/set_fact 138029 1726888228.41719: worker is 1 (out of 1 available) 138029 1726888228.41735: exiting _queue_task() for managed_node3/set_fact 138029 1726888228.41748: done queuing things up, now waiting for results queue to drain 138029 1726888228.41750: waiting for pending results... 138029 1726888228.42279: running TaskExecutor() for managed_node3/TASK: Clean up facts 138029 1726888228.42473: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003298 138029 1726888228.42497: variable 'ansible_search_path' from source: unknown 138029 1726888228.42546: calling self._execute() 138029 1726888228.42700: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.42714: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.42735: variable 'omit' from source: magic vars 138029 1726888228.42882: variable 'omit' from source: magic vars 138029 1726888228.42953: variable 'omit' from source: magic vars 138029 1726888228.43008: variable 'omit' from source: magic vars 138029 1726888228.43058: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888228.43116: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888228.43144: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888228.43176: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888228.43202: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888228.43226: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888228.43248: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888228.43287: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888228.43295: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.43308: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.43447: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888228.43459: Set connection var ansible_timeout to 10 138029 1726888228.43473: Set connection var ansible_pipelining to False 138029 1726888228.43480: Set connection var ansible_shell_type to sh 138029 1726888228.43487: Set connection var ansible_connection to ssh 138029 1726888228.43503: Set connection var ansible_shell_executable to /bin/sh 138029 1726888228.43548: variable 'ansible_shell_executable' from source: unknown 138029 1726888228.43559: variable 'ansible_connection' from source: unknown 138029 1726888228.43570: variable 'ansible_module_compression' from source: unknown 138029 1726888228.43580: variable 'ansible_shell_type' from source: unknown 138029 1726888228.43632: variable 'ansible_shell_executable' from source: unknown 138029 1726888228.43635: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.43637: variable 'ansible_pipelining' from source: unknown 138029 1726888228.43639: variable 'ansible_timeout' from source: unknown 138029 1726888228.43641: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.43801: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888228.43816: variable 'omit' from source: magic vars 138029 1726888228.43824: starting attempt loop 138029 1726888228.43850: running the handler 138029 1726888228.43876: handler run complete 138029 1726888228.44037: attempt loop complete, returning result 138029 1726888228.44040: _execute() done 138029 1726888228.44043: dumping result to json 138029 1726888228.44045: done dumping result, returning 138029 1726888228.44047: done running TaskExecutor() for managed_node3/TASK: Clean up facts [0affc8a3-6f6f-5a58-73a2-000000003298] 138029 1726888228.44049: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003298 138029 1726888228.44122: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003298 138029 1726888228.44125: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 138029 1726888228.44188: no more pending results, returning what we have 138029 1726888228.44192: results queue empty 138029 1726888228.44193: checking for any_errors_fatal 138029 1726888228.44207: done checking for any_errors_fatal 138029 1726888228.44208: checking for max_fail_percentage 138029 1726888228.44210: done checking for max_fail_percentage 138029 1726888228.44211: checking to see if all hosts have failed and the running result is not ok 138029 1726888228.44212: done checking to see if all hosts have failed 138029 1726888228.44212: getting the remaining hosts for this loop 138029 1726888228.44214: done getting the remaining hosts for this loop 138029 1726888228.44218: getting the next task for host managed_node3 138029 1726888228.44230: done getting next task for host managed_node3 138029 1726888228.44236: ^ task is: TASK: Set storage volume test variables 138029 1726888228.44244: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888228.44250: getting variables 138029 1726888228.44252: in VariableManager get_vars() 138029 1726888228.44296: Calling all_inventory to load vars for managed_node3 138029 1726888228.44299: Calling groups_inventory to load vars for managed_node3 138029 1726888228.44302: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.44313: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.44317: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.44320: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.45190: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.45822: done with get_vars() 138029 1726888228.45837: done getting variables 138029 1726888228.45901: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:28 -0400 (0:00:00.047) 0:04:01.182 ****** 138029 1726888228.45940: entering _queue_task() for managed_node3/set_fact 138029 1726888228.46474: worker is 1 (out of 1 available) 138029 1726888228.46486: exiting _queue_task() for managed_node3/set_fact 138029 1726888228.46497: done queuing things up, now waiting for results queue to drain 138029 1726888228.46502: waiting for pending results... 138029 1726888228.46739: running TaskExecutor() for managed_node3/TASK: Set storage volume test variables 138029 1726888228.46773: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000329c 138029 1726888228.46793: variable 'ansible_search_path' from source: unknown 138029 1726888228.46832: calling self._execute() 138029 1726888228.47164: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.47168: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.47171: variable 'omit' from source: magic vars 138029 1726888228.47236: variable 'omit' from source: magic vars 138029 1726888228.47326: variable 'omit' from source: magic vars 138029 1726888228.47712: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888228.49992: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888228.50083: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888228.50128: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888228.50169: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888228.50207: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888228.50291: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888228.50461: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888228.50464: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888228.50467: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888228.50469: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888228.50581: variable 'storage_test_volume' from source: include params 138029 1726888228.50607: variable 'storage_test_pool' from source: include params 138029 1726888228.50696: variable 'omit' from source: magic vars 138029 1726888228.50727: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888228.50805: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888228.50808: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888228.50810: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888228.50818: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888228.50837: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888228.50859: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888228.50892: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888228.50900: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.50910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.51035: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888228.51134: Set connection var ansible_timeout to 10 138029 1726888228.51137: Set connection var ansible_pipelining to False 138029 1726888228.51140: Set connection var ansible_shell_type to sh 138029 1726888228.51142: Set connection var ansible_connection to ssh 138029 1726888228.51145: Set connection var ansible_shell_executable to /bin/sh 138029 1726888228.51147: variable 'ansible_shell_executable' from source: unknown 138029 1726888228.51149: variable 'ansible_connection' from source: unknown 138029 1726888228.51151: variable 'ansible_module_compression' from source: unknown 138029 1726888228.51153: variable 'ansible_shell_type' from source: unknown 138029 1726888228.51154: variable 'ansible_shell_executable' from source: unknown 138029 1726888228.51160: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.51162: variable 'ansible_pipelining' from source: unknown 138029 1726888228.51164: variable 'ansible_timeout' from source: unknown 138029 1726888228.51166: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.51251: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888228.51268: variable 'omit' from source: magic vars 138029 1726888228.51278: starting attempt loop 138029 1726888228.51283: running the handler 138029 1726888228.51296: handler run complete 138029 1726888228.51307: attempt loop complete, returning result 138029 1726888228.51312: _execute() done 138029 1726888228.51317: dumping result to json 138029 1726888228.51322: done dumping result, returning 138029 1726888228.51332: done running TaskExecutor() for managed_node3/TASK: Set storage volume test variables [0affc8a3-6f6f-5a58-73a2-00000000329c] 138029 1726888228.51339: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000329c ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 138029 1726888228.51526: no more pending results, returning what we have 138029 1726888228.51530: results queue empty 138029 1726888228.51531: checking for any_errors_fatal 138029 1726888228.51542: done checking for any_errors_fatal 138029 1726888228.51543: checking for max_fail_percentage 138029 1726888228.51544: done checking for max_fail_percentage 138029 1726888228.51545: checking to see if all hosts have failed and the running result is not ok 138029 1726888228.51546: done checking to see if all hosts have failed 138029 1726888228.51547: getting the remaining hosts for this loop 138029 1726888228.51548: done getting the remaining hosts for this loop 138029 1726888228.51552: getting the next task for host managed_node3 138029 1726888228.51765: done getting next task for host managed_node3 138029 1726888228.51769: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888228.51774: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888228.51786: getting variables 138029 1726888228.51787: in VariableManager get_vars() 138029 1726888228.51819: Calling all_inventory to load vars for managed_node3 138029 1726888228.51822: Calling groups_inventory to load vars for managed_node3 138029 1726888228.51825: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.51835: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.51837: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.51840: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.52369: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000329c 138029 1726888228.52372: WORKER PROCESS EXITING 138029 1726888228.52415: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.53023: done with get_vars() 138029 1726888228.53039: done getting variables 138029 1726888228.53229: 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:10:28 -0400 (0:00:00.073) 0:04:01.256 ****** 138029 1726888228.53259: entering _queue_task() for managed_node3/include_tasks 138029 1726888228.53770: worker is 1 (out of 1 available) 138029 1726888228.53782: exiting _queue_task() for managed_node3/include_tasks 138029 1726888228.53791: done queuing things up, now waiting for results queue to drain 138029 1726888228.53792: waiting for pending results... 138029 1726888228.53904: running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} 138029 1726888228.54060: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000329d 138029 1726888228.54083: variable 'ansible_search_path' from source: unknown 138029 1726888228.54136: variable '_storage_volume_tests' from source: set_fact 138029 1726888228.54363: variable '_storage_volume_tests' from source: set_fact 138029 1726888228.54449: variable 'omit' from source: magic vars 138029 1726888228.54643: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.54661: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.54681: variable 'omit' from source: magic vars 138029 1726888228.54865: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.54915: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.54991: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.55406: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.55410: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.55413: variable 'omit' from source: magic vars 138029 1726888228.55415: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.55418: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.55451: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.55641: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.55645: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.55648: variable 'omit' from source: magic vars 138029 1726888228.55724: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.55770: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.55832: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.56061: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.56064: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.56066: variable 'omit' from source: magic vars 138029 1726888228.56086: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.56126: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.56198: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.56398: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.56402: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.56404: variable 'omit' from source: magic vars 138029 1726888228.56459: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.56499: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.56568: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.56785: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.56789: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.56791: variable 'omit' from source: magic vars 138029 1726888228.56828: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.56868: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.57014: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.57068: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.57071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.57074: variable 'omit' from source: magic vars 138029 1726888228.57192: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.57233: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.57299: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.57557: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.57560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.57562: variable 'omit' from source: magic vars 138029 1726888228.57565: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.57599: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.57737: variable 'storage_test_volume_subset' from source: unknown 138029 1726888228.57817: dumping result to json 138029 1726888228.57829: done dumping result, returning 138029 1726888228.57840: done running TaskExecutor() for managed_node3/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-5a58-73a2-00000000329d] 138029 1726888228.57850: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000329d 138029 1726888228.58066: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000329d 138029 1726888228.58069: WORKER PROCESS EXITING 138029 1726888228.58118: no more pending results, returning what we have 138029 1726888228.58123: in VariableManager get_vars() 138029 1726888228.58169: Calling all_inventory to load vars for managed_node3 138029 1726888228.58172: Calling groups_inventory to load vars for managed_node3 138029 1726888228.58175: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.58190: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.58194: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.58198: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.58952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.59575: done with get_vars() 138029 1726888228.59591: variable 'ansible_search_path' from source: unknown 138029 1726888228.59635: variable 'ansible_search_path' from source: unknown 138029 1726888228.59677: variable 'ansible_search_path' from source: unknown 138029 1726888228.59703: variable 'ansible_search_path' from source: unknown 138029 1726888228.59729: variable 'ansible_search_path' from source: unknown 138029 1726888228.59764: variable 'ansible_search_path' from source: unknown 138029 1726888228.59794: variable 'ansible_search_path' from source: unknown 138029 1726888228.59820: variable 'ansible_search_path' from source: unknown 138029 1726888228.59843: we have included files to process 138029 1726888228.59845: generating all_blocks data 138029 1726888228.59848: done generating all_blocks data 138029 1726888228.59878: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888228.59882: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888228.59886: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 138029 1726888228.61106: done processing included file 138029 1726888228.61109: iterating over new_blocks loaded from include file 138029 1726888228.61110: in VariableManager get_vars() 138029 1726888228.61130: done with get_vars() 138029 1726888228.61132: filtering new block on tags 138029 1726888228.61362: done filtering new block on tags 138029 1726888228.61367: 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_node3 => (item=mount) 138029 1726888228.61373: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888228.61374: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888228.61385: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 138029 1726888228.62036: done processing included file 138029 1726888228.62038: iterating over new_blocks loaded from include file 138029 1726888228.62039: in VariableManager get_vars() 138029 1726888228.62058: done with get_vars() 138029 1726888228.62060: filtering new block on tags 138029 1726888228.62162: done filtering new block on tags 138029 1726888228.62165: 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_node3 => (item=fstab) 138029 1726888228.62172: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888228.62173: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888228.62180: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 138029 1726888228.62716: done processing included file 138029 1726888228.62717: iterating over new_blocks loaded from include file 138029 1726888228.62751: in VariableManager get_vars() 138029 1726888228.62774: done with get_vars() 138029 1726888228.62776: filtering new block on tags 138029 1726888228.62815: done filtering new block on tags 138029 1726888228.62817: 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_node3 => (item=fs) 138029 1726888228.62821: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888228.62822: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888228.62825: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 138029 1726888228.63672: done processing included file 138029 1726888228.63673: iterating over new_blocks loaded from include file 138029 1726888228.63674: in VariableManager get_vars() 138029 1726888228.63691: done with get_vars() 138029 1726888228.63693: filtering new block on tags 138029 1726888228.63798: done filtering new block on tags 138029 1726888228.63801: 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_node3 => (item=device) 138029 1726888228.63804: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888228.63805: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888228.63808: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 138029 1726888228.65404: done processing included file 138029 1726888228.65406: iterating over new_blocks loaded from include file 138029 1726888228.65408: in VariableManager get_vars() 138029 1726888228.65433: done with get_vars() 138029 1726888228.65436: filtering new block on tags 138029 1726888228.65674: done filtering new block on tags 138029 1726888228.65677: 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_node3 => (item=encryption) 138029 1726888228.65681: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888228.65682: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888228.65685: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 138029 1726888228.66945: done processing included file 138029 1726888228.66947: iterating over new_blocks loaded from include file 138029 1726888228.66949: in VariableManager get_vars() 138029 1726888228.66972: done with get_vars() 138029 1726888228.66974: filtering new block on tags 138029 1726888228.67124: done filtering new block on tags 138029 1726888228.67127: 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_node3 => (item=md) 138029 1726888228.67131: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888228.67132: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888228.67135: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 138029 1726888228.69652: done processing included file 138029 1726888228.69661: iterating over new_blocks loaded from include file 138029 1726888228.69662: in VariableManager get_vars() 138029 1726888228.69686: done with get_vars() 138029 1726888228.69689: filtering new block on tags 138029 1726888228.69787: done filtering new block on tags 138029 1726888228.69791: in VariableManager get_vars() 138029 1726888228.69807: done with get_vars() 138029 1726888228.69808: filtering new block on tags 138029 1726888228.69884: done filtering new block on tags 138029 1726888228.69888: in VariableManager get_vars() 138029 1726888228.69905: done with get_vars() 138029 1726888228.69907: filtering new block on tags 138029 1726888228.70128: done filtering new block on tags 138029 1726888228.70132: in VariableManager get_vars() 138029 1726888228.70148: done with get_vars() 138029 1726888228.70149: filtering new block on tags 138029 1726888228.70238: done filtering new block on tags 138029 1726888228.70240: 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_node3 => (item=size) 138029 1726888228.70245: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888228.70246: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888228.70249: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 138029 1726888228.70982: done processing included file 138029 1726888228.70984: iterating over new_blocks loaded from include file 138029 1726888228.70985: in VariableManager get_vars() 138029 1726888228.71001: done with get_vars() 138029 1726888228.71003: filtering new block on tags 138029 1726888228.71114: done filtering new block on tags 138029 1726888228.71117: 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_node3 => (item=cache) 138029 1726888228.71121: extending task lists for all hosts with included blocks 138029 1726888228.71501: done extending task lists 138029 1726888228.71502: done processing included files 138029 1726888228.71503: results queue empty 138029 1726888228.71503: checking for any_errors_fatal 138029 1726888228.71509: done checking for any_errors_fatal 138029 1726888228.71514: checking for max_fail_percentage 138029 1726888228.71516: done checking for max_fail_percentage 138029 1726888228.71517: checking to see if all hosts have failed and the running result is not ok 138029 1726888228.71523: done checking to see if all hosts have failed 138029 1726888228.71524: getting the remaining hosts for this loop 138029 1726888228.71525: done getting the remaining hosts for this loop 138029 1726888228.71528: getting the next task for host managed_node3 138029 1726888228.71534: done getting next task for host managed_node3 138029 1726888228.71536: ^ task is: TASK: Get expected mount device based on device type 138029 1726888228.71541: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888228.71543: getting variables 138029 1726888228.71544: in VariableManager get_vars() 138029 1726888228.71554: Calling all_inventory to load vars for managed_node3 138029 1726888228.71558: Calling groups_inventory to load vars for managed_node3 138029 1726888228.71560: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.71569: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.71572: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.71575: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.72032: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.72636: done with get_vars() 138029 1726888228.72651: done getting variables 138029 1726888228.72694: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:28 -0400 (0:00:00.194) 0:04:01.450 ****** 138029 1726888228.72728: entering _queue_task() for managed_node3/set_fact 138029 1726888228.73089: worker is 1 (out of 1 available) 138029 1726888228.73103: exiting _queue_task() for managed_node3/set_fact 138029 1726888228.73117: done queuing things up, now waiting for results queue to drain 138029 1726888228.73119: waiting for pending results... 138029 1726888228.73450: running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type 138029 1726888228.73696: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003634 138029 1726888228.73701: variable 'ansible_search_path' from source: unknown 138029 1726888228.73731: calling self._execute() 138029 1726888228.73887: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.73900: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.73922: variable 'omit' from source: magic vars 138029 1726888228.74126: variable 'omit' from source: magic vars 138029 1726888228.74146: variable 'omit' from source: magic vars 138029 1726888228.74548: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888228.74889: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888228.74948: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888228.75010: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888228.75039: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888228.75362: 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) 138029 1726888228.75368: 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) 138029 1726888228.75372: 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) 138029 1726888228.75374: 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) 138029 1726888228.75376: 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) 138029 1726888228.75378: 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) 138029 1726888228.75380: 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) 138029 1726888228.75382: 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) 138029 1726888228.75596: variable '_storage_test_volume_present' from source: set_fact 138029 1726888228.75614: variable 'storage_test_volume' from source: include params 138029 1726888228.75636: variable 'storage_test_pool' from source: include params 138029 1726888228.75720: variable 'omit' from source: magic vars 138029 1726888228.75753: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888228.75792: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888228.75823: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888228.75850: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888228.75870: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888228.75889: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888228.75906: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888228.75945: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888228.75952: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.75960: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.76081: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888228.76092: Set connection var ansible_timeout to 10 138029 1726888228.76101: Set connection var ansible_pipelining to False 138029 1726888228.76107: Set connection var ansible_shell_type to sh 138029 1726888228.76113: Set connection var ansible_connection to ssh 138029 1726888228.76121: Set connection var ansible_shell_executable to /bin/sh 138029 1726888228.76158: variable 'ansible_shell_executable' from source: unknown 138029 1726888228.76263: variable 'ansible_connection' from source: unknown 138029 1726888228.76268: variable 'ansible_module_compression' from source: unknown 138029 1726888228.76270: variable 'ansible_shell_type' from source: unknown 138029 1726888228.76272: variable 'ansible_shell_executable' from source: unknown 138029 1726888228.76273: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.76275: variable 'ansible_pipelining' from source: unknown 138029 1726888228.76277: variable 'ansible_timeout' from source: unknown 138029 1726888228.76278: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.76312: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888228.76328: variable 'omit' from source: magic vars 138029 1726888228.76335: starting attempt loop 138029 1726888228.76341: running the handler 138029 1726888228.76353: handler run complete 138029 1726888228.76374: attempt loop complete, returning result 138029 1726888228.76380: _execute() done 138029 1726888228.76386: dumping result to json 138029 1726888228.76392: done dumping result, returning 138029 1726888228.76402: done running TaskExecutor() for managed_node3/TASK: Get expected mount device based on device type [0affc8a3-6f6f-5a58-73a2-000000003634] 138029 1726888228.76411: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003634 ok: [managed_node3] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv3" }, "changed": false } 138029 1726888228.76704: no more pending results, returning what we have 138029 1726888228.76713: results queue empty 138029 1726888228.76715: checking for any_errors_fatal 138029 1726888228.76716: done checking for any_errors_fatal 138029 1726888228.76717: checking for max_fail_percentage 138029 1726888228.76718: done checking for max_fail_percentage 138029 1726888228.76719: checking to see if all hosts have failed and the running result is not ok 138029 1726888228.76720: done checking to see if all hosts have failed 138029 1726888228.76721: getting the remaining hosts for this loop 138029 1726888228.76723: done getting the remaining hosts for this loop 138029 1726888228.76727: getting the next task for host managed_node3 138029 1726888228.76736: done getting next task for host managed_node3 138029 1726888228.76739: ^ task is: TASK: Set some facts 138029 1726888228.76747: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888228.76757: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003634 138029 1726888228.76816: WORKER PROCESS EXITING 138029 1726888228.76811: getting variables 138029 1726888228.76819: in VariableManager get_vars() 138029 1726888228.76858: Calling all_inventory to load vars for managed_node3 138029 1726888228.76861: Calling groups_inventory to load vars for managed_node3 138029 1726888228.76865: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.76879: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.76884: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.76887: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.77684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.78316: done with get_vars() 138029 1726888228.78339: done getting variables 138029 1726888228.78404: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:28 -0400 (0:00:00.057) 0:04:01.508 ****** 138029 1726888228.78446: entering _queue_task() for managed_node3/set_fact 138029 1726888228.78788: worker is 1 (out of 1 available) 138029 1726888228.78801: exiting _queue_task() for managed_node3/set_fact 138029 1726888228.78814: done queuing things up, now waiting for results queue to drain 138029 1726888228.78816: waiting for pending results... 138029 1726888228.79163: running TaskExecutor() for managed_node3/TASK: Set some facts 138029 1726888228.79423: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003635 138029 1726888228.79427: variable 'ansible_search_path' from source: unknown 138029 1726888228.79431: calling self._execute() 138029 1726888228.79536: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.79549: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.79569: variable 'omit' from source: magic vars 138029 1726888228.79700: variable 'omit' from source: magic vars 138029 1726888228.79787: variable 'omit' from source: magic vars 138029 1726888228.80136: variable '_storage_test_volume_present' from source: set_fact 138029 1726888228.80148: variable 'storage_test_volume' from source: include params 138029 1726888228.80453: variable 'storage_test_volume' from source: include params 138029 1726888228.80474: variable 'mount_prefix' from source: task vars 138029 1726888228.80676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888228.82919: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888228.83061: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888228.83068: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888228.83112: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888228.83144: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888228.83236: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888228.83276: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888228.83307: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888228.83428: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888228.83432: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888228.83568: variable '__storage_is_ostree' from source: set_fact 138029 1726888228.83581: variable 'storage_test_volume' from source: include params 138029 1726888228.83632: variable 'omit' from source: magic vars 138029 1726888228.83677: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888228.83709: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888228.83732: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888228.83763: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888228.83780: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888228.83803: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888228.83824: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888228.83974: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888228.83977: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.83980: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.84014: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888228.84025: Set connection var ansible_timeout to 10 138029 1726888228.84035: Set connection var ansible_pipelining to False 138029 1726888228.84041: Set connection var ansible_shell_type to sh 138029 1726888228.84047: Set connection var ansible_connection to ssh 138029 1726888228.84058: Set connection var ansible_shell_executable to /bin/sh 138029 1726888228.84102: variable 'ansible_shell_executable' from source: unknown 138029 1726888228.84110: variable 'ansible_connection' from source: unknown 138029 1726888228.84117: variable 'ansible_module_compression' from source: unknown 138029 1726888228.84123: variable 'ansible_shell_type' from source: unknown 138029 1726888228.84129: variable 'ansible_shell_executable' from source: unknown 138029 1726888228.84137: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.84145: variable 'ansible_pipelining' from source: unknown 138029 1726888228.84152: variable 'ansible_timeout' from source: unknown 138029 1726888228.84162: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.84261: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888228.84280: variable 'omit' from source: magic vars 138029 1726888228.84288: starting attempt loop 138029 1726888228.84300: running the handler 138029 1726888228.84314: handler run complete 138029 1726888228.84326: attempt loop complete, returning result 138029 1726888228.84331: _execute() done 138029 1726888228.84336: dumping result to json 138029 1726888228.84341: done dumping result, returning 138029 1726888228.84350: done running TaskExecutor() for managed_node3/TASK: Set some facts [0affc8a3-6f6f-5a58-73a2-000000003635] 138029 1726888228.84360: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003635 138029 1726888228.84488: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003635 138029 1726888228.84491: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test3", "storage_test_swap_expected_matches": "0" }, "changed": false } 138029 1726888228.84572: no more pending results, returning what we have 138029 1726888228.84576: results queue empty 138029 1726888228.84577: checking for any_errors_fatal 138029 1726888228.84587: done checking for any_errors_fatal 138029 1726888228.84587: checking for max_fail_percentage 138029 1726888228.84589: done checking for max_fail_percentage 138029 1726888228.84590: checking to see if all hosts have failed and the running result is not ok 138029 1726888228.84591: done checking to see if all hosts have failed 138029 1726888228.84592: getting the remaining hosts for this loop 138029 1726888228.84593: done getting the remaining hosts for this loop 138029 1726888228.84597: getting the next task for host managed_node3 138029 1726888228.84605: done getting next task for host managed_node3 138029 1726888228.84607: ^ task is: TASK: Get information about the mountpoint directory 138029 1726888228.84614: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888228.84627: getting variables 138029 1726888228.84628: in VariableManager get_vars() 138029 1726888228.84669: Calling all_inventory to load vars for managed_node3 138029 1726888228.84672: Calling groups_inventory to load vars for managed_node3 138029 1726888228.84675: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.84686: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.84690: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.84693: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.85633: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.86262: done with get_vars() 138029 1726888228.86288: 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:10:28 -0400 (0:00:00.079) 0:04:01.587 ****** 138029 1726888228.86401: entering _queue_task() for managed_node3/stat 138029 1726888228.86830: worker is 1 (out of 1 available) 138029 1726888228.86843: exiting _queue_task() for managed_node3/stat 138029 1726888228.86857: done queuing things up, now waiting for results queue to drain 138029 1726888228.86859: waiting for pending results... 138029 1726888228.87374: running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory 138029 1726888228.87380: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003636 138029 1726888228.87383: variable 'ansible_search_path' from source: unknown 138029 1726888228.87387: calling self._execute() 138029 1726888228.87515: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.87530: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.87550: variable 'omit' from source: magic vars 138029 1726888228.88101: variable '_storage_test_volume_present' from source: set_fact 138029 1726888228.88118: variable 'storage_test_volume' from source: include params 138029 1726888228.88172: 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 138029 1726888228.88183: when evaluation is False, skipping this task 138029 1726888228.88198: _execute() done 138029 1726888228.88207: dumping result to json 138029 1726888228.88220: done dumping result, returning 138029 1726888228.88229: done running TaskExecutor() for managed_node3/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-5a58-73a2-000000003636] 138029 1726888228.88242: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003636 138029 1726888228.88580: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003636 138029 1726888228.88583: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888228.88650: no more pending results, returning what we have 138029 1726888228.88658: results queue empty 138029 1726888228.88659: checking for any_errors_fatal 138029 1726888228.88672: done checking for any_errors_fatal 138029 1726888228.88673: checking for max_fail_percentage 138029 1726888228.88678: done checking for max_fail_percentage 138029 1726888228.88678: checking to see if all hosts have failed and the running result is not ok 138029 1726888228.88679: done checking to see if all hosts have failed 138029 1726888228.88680: getting the remaining hosts for this loop 138029 1726888228.88681: done getting the remaining hosts for this loop 138029 1726888228.88684: getting the next task for host managed_node3 138029 1726888228.88692: done getting next task for host managed_node3 138029 1726888228.88694: ^ task is: TASK: Verify the current mount state by device 138029 1726888228.88704: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888228.88709: getting variables 138029 1726888228.88710: in VariableManager get_vars() 138029 1726888228.88751: Calling all_inventory to load vars for managed_node3 138029 1726888228.88754: Calling groups_inventory to load vars for managed_node3 138029 1726888228.88790: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.88800: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.88803: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.88806: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.89664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.92027: done with get_vars() 138029 1726888228.92357: done getting variables 138029 1726888228.92425: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:28 -0400 (0:00:00.060) 0:04:01.648 ****** 138029 1726888228.92470: entering _queue_task() for managed_node3/assert 138029 1726888228.92846: worker is 1 (out of 1 available) 138029 1726888228.93009: exiting _queue_task() for managed_node3/assert 138029 1726888228.93020: done queuing things up, now waiting for results queue to drain 138029 1726888228.93021: waiting for pending results... 138029 1726888228.93332: running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device 138029 1726888228.93531: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003637 138029 1726888228.93580: variable 'ansible_search_path' from source: unknown 138029 1726888228.93621: calling self._execute() 138029 1726888228.93780: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.93798: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.93882: variable 'omit' from source: magic vars 138029 1726888228.94213: variable '_storage_test_volume_present' from source: set_fact 138029 1726888228.94229: Evaluated conditional (_storage_test_volume_present): False 138029 1726888228.94235: when evaluation is False, skipping this task 138029 1726888228.94241: _execute() done 138029 1726888228.94246: dumping result to json 138029 1726888228.94251: done dumping result, returning 138029 1726888228.94261: done running TaskExecutor() for managed_node3/TASK: Verify the current mount state by device [0affc8a3-6f6f-5a58-73a2-000000003637] 138029 1726888228.94271: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003637 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888228.94508: no more pending results, returning what we have 138029 1726888228.94512: results queue empty 138029 1726888228.94514: checking for any_errors_fatal 138029 1726888228.94524: done checking for any_errors_fatal 138029 1726888228.94524: checking for max_fail_percentage 138029 1726888228.94645: done checking for max_fail_percentage 138029 1726888228.94647: checking to see if all hosts have failed and the running result is not ok 138029 1726888228.94648: done checking to see if all hosts have failed 138029 1726888228.94649: getting the remaining hosts for this loop 138029 1726888228.94650: done getting the remaining hosts for this loop 138029 1726888228.94656: getting the next task for host managed_node3 138029 1726888228.94665: done getting next task for host managed_node3 138029 1726888228.94667: ^ task is: TASK: Verify mount directory user 138029 1726888228.94674: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888228.94679: getting variables 138029 1726888228.94681: in VariableManager get_vars() 138029 1726888228.94714: Calling all_inventory to load vars for managed_node3 138029 1726888228.94716: Calling groups_inventory to load vars for managed_node3 138029 1726888228.94719: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888228.94730: Calling all_plugins_play to load vars for managed_node3 138029 1726888228.94733: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888228.94735: Calling groups_plugins_play to load vars for managed_node3 138029 1726888228.95262: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003637 138029 1726888228.95265: WORKER PROCESS EXITING 138029 1726888228.95728: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888228.96993: done with get_vars() 138029 1726888228.97014: done getting variables 138029 1726888228.97195: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:28 -0400 (0:00:00.047) 0:04:01.695 ****** 138029 1726888228.97233: entering _queue_task() for managed_node3/assert 138029 1726888228.97980: worker is 1 (out of 1 available) 138029 1726888228.97993: exiting _queue_task() for managed_node3/assert 138029 1726888228.98006: done queuing things up, now waiting for results queue to drain 138029 1726888228.98123: waiting for pending results... 138029 1726888228.98469: running TaskExecutor() for managed_node3/TASK: Verify mount directory user 138029 1726888228.99363: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003638 138029 1726888228.99369: variable 'ansible_search_path' from source: unknown 138029 1726888228.99373: calling self._execute() 138029 1726888228.99961: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888228.99965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888228.99971: variable 'omit' from source: magic vars 138029 1726888229.00691: variable '_storage_test_volume_present' from source: set_fact 138029 1726888229.00872: variable 'storage_test_volume' from source: include params 138029 1726888229.00907: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 138029 1726888229.00915: when evaluation is False, skipping this task 138029 1726888229.00923: _execute() done 138029 1726888229.00931: dumping result to json 138029 1726888229.00938: done dumping result, returning 138029 1726888229.00949: done running TaskExecutor() for managed_node3/TASK: Verify mount directory user [0affc8a3-6f6f-5a58-73a2-000000003638] 138029 1726888229.00963: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003638 skipping: [managed_node3] => { "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" } 138029 1726888229.01127: no more pending results, returning what we have 138029 1726888229.01131: results queue empty 138029 1726888229.01132: checking for any_errors_fatal 138029 1726888229.01145: done checking for any_errors_fatal 138029 1726888229.01145: checking for max_fail_percentage 138029 1726888229.01147: done checking for max_fail_percentage 138029 1726888229.01148: checking to see if all hosts have failed and the running result is not ok 138029 1726888229.01149: done checking to see if all hosts have failed 138029 1726888229.01150: getting the remaining hosts for this loop 138029 1726888229.01151: done getting the remaining hosts for this loop 138029 1726888229.01157: getting the next task for host managed_node3 138029 1726888229.01168: done getting next task for host managed_node3 138029 1726888229.01172: ^ task is: TASK: Verify mount directory group 138029 1726888229.01181: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888229.01189: getting variables 138029 1726888229.01190: in VariableManager get_vars() 138029 1726888229.01228: Calling all_inventory to load vars for managed_node3 138029 1726888229.01232: Calling groups_inventory to load vars for managed_node3 138029 1726888229.01235: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888229.01248: Calling all_plugins_play to load vars for managed_node3 138029 1726888229.01252: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888229.01254: Calling groups_plugins_play to load vars for managed_node3 138029 1726888229.02169: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003638 138029 1726888229.02173: WORKER PROCESS EXITING 138029 1726888229.02313: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888229.03306: done with get_vars() 138029 1726888229.03326: done getting variables 138029 1726888229.03418: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:29 -0400 (0:00:00.062) 0:04:01.758 ****** 138029 1726888229.03461: entering _queue_task() for managed_node3/assert 138029 1726888229.03905: worker is 1 (out of 1 available) 138029 1726888229.03917: exiting _queue_task() for managed_node3/assert 138029 1726888229.03930: done queuing things up, now waiting for results queue to drain 138029 1726888229.03932: waiting for pending results... 138029 1726888229.04220: running TaskExecutor() for managed_node3/TASK: Verify mount directory group 138029 1726888229.04371: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003639 138029 1726888229.04393: variable 'ansible_search_path' from source: unknown 138029 1726888229.04428: calling self._execute() 138029 1726888229.04564: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.04571: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.04580: variable 'omit' from source: magic vars 138029 1726888229.05201: variable '_storage_test_volume_present' from source: set_fact 138029 1726888229.05204: variable 'storage_test_volume' from source: include params 138029 1726888229.05206: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 138029 1726888229.05208: when evaluation is False, skipping this task 138029 1726888229.05210: _execute() done 138029 1726888229.05212: dumping result to json 138029 1726888229.05213: done dumping result, returning 138029 1726888229.05215: done running TaskExecutor() for managed_node3/TASK: Verify mount directory group [0affc8a3-6f6f-5a58-73a2-000000003639] 138029 1726888229.05217: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003639 138029 1726888229.05390: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003639 138029 1726888229.05394: WORKER PROCESS EXITING skipping: [managed_node3] => { "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" } 138029 1726888229.05435: no more pending results, returning what we have 138029 1726888229.05438: results queue empty 138029 1726888229.05439: checking for any_errors_fatal 138029 1726888229.05446: done checking for any_errors_fatal 138029 1726888229.05447: checking for max_fail_percentage 138029 1726888229.05448: done checking for max_fail_percentage 138029 1726888229.05449: checking to see if all hosts have failed and the running result is not ok 138029 1726888229.05450: done checking to see if all hosts have failed 138029 1726888229.05451: getting the remaining hosts for this loop 138029 1726888229.05452: done getting the remaining hosts for this loop 138029 1726888229.05460: getting the next task for host managed_node3 138029 1726888229.05470: done getting next task for host managed_node3 138029 1726888229.05473: ^ task is: TASK: Verify mount directory permissions 138029 1726888229.05479: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888229.05483: getting variables 138029 1726888229.05485: in VariableManager get_vars() 138029 1726888229.05515: Calling all_inventory to load vars for managed_node3 138029 1726888229.05518: Calling groups_inventory to load vars for managed_node3 138029 1726888229.05521: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888229.05530: Calling all_plugins_play to load vars for managed_node3 138029 1726888229.05533: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888229.05536: Calling groups_plugins_play to load vars for managed_node3 138029 1726888229.06135: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888229.06727: done with get_vars() 138029 1726888229.06742: done getting variables 138029 1726888229.06807: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:29 -0400 (0:00:00.033) 0:04:01.791 ****** 138029 1726888229.06843: entering _queue_task() for managed_node3/assert 138029 1726888229.07332: worker is 1 (out of 1 available) 138029 1726888229.07346: exiting _queue_task() for managed_node3/assert 138029 1726888229.07361: done queuing things up, now waiting for results queue to drain 138029 1726888229.07363: waiting for pending results... 138029 1726888229.07848: running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions 138029 1726888229.08563: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000363a 138029 1726888229.08569: variable 'ansible_search_path' from source: unknown 138029 1726888229.08573: calling self._execute() 138029 1726888229.08576: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.08578: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.08580: variable 'omit' from source: magic vars 138029 1726888229.09418: variable '_storage_test_volume_present' from source: set_fact 138029 1726888229.09761: variable 'storage_test_volume' from source: include params 138029 1726888229.09767: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 138029 1726888229.09770: when evaluation is False, skipping this task 138029 1726888229.09772: _execute() done 138029 1726888229.09775: dumping result to json 138029 1726888229.09777: done dumping result, returning 138029 1726888229.09779: done running TaskExecutor() for managed_node3/TASK: Verify mount directory permissions [0affc8a3-6f6f-5a58-73a2-00000000363a] 138029 1726888229.09782: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000363a skipping: [managed_node3] => { "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" } 138029 1726888229.09923: no more pending results, returning what we have 138029 1726888229.09927: results queue empty 138029 1726888229.09928: checking for any_errors_fatal 138029 1726888229.09939: done checking for any_errors_fatal 138029 1726888229.09939: checking for max_fail_percentage 138029 1726888229.09941: done checking for max_fail_percentage 138029 1726888229.09942: checking to see if all hosts have failed and the running result is not ok 138029 1726888229.09943: done checking to see if all hosts have failed 138029 1726888229.09944: getting the remaining hosts for this loop 138029 1726888229.09945: done getting the remaining hosts for this loop 138029 1726888229.09949: getting the next task for host managed_node3 138029 1726888229.09960: done getting next task for host managed_node3 138029 1726888229.09963: ^ task is: TASK: Get path of test volume device 138029 1726888229.09971: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888229.09976: getting variables 138029 1726888229.09977: in VariableManager get_vars() 138029 1726888229.10013: Calling all_inventory to load vars for managed_node3 138029 1726888229.10015: Calling groups_inventory to load vars for managed_node3 138029 1726888229.10019: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888229.10030: Calling all_plugins_play to load vars for managed_node3 138029 1726888229.10034: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888229.10036: Calling groups_plugins_play to load vars for managed_node3 138029 1726888229.10595: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000363a 138029 1726888229.10599: WORKER PROCESS EXITING 138029 1726888229.11736: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888229.13129: done with get_vars() 138029 1726888229.13147: done getting variables 138029 1726888229.13410: 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:10:29 -0400 (0:00:00.066) 0:04:01.858 ****** 138029 1726888229.13448: entering _queue_task() for managed_node3/command 138029 1726888229.14192: worker is 1 (out of 1 available) 138029 1726888229.14204: exiting _queue_task() for managed_node3/command 138029 1726888229.14214: done queuing things up, now waiting for results queue to drain 138029 1726888229.14215: waiting for pending results... 138029 1726888229.14478: running TaskExecutor() for managed_node3/TASK: Get path of test volume device 138029 1726888229.14816: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000363b 138029 1726888229.14984: variable 'ansible_search_path' from source: unknown 138029 1726888229.15028: calling self._execute() 138029 1726888229.15462: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.15469: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.15472: variable 'omit' from source: magic vars 138029 1726888229.16461: variable 'storage_test_volume' from source: include params 138029 1726888229.16464: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888229.16470: when evaluation is False, skipping this task 138029 1726888229.16472: _execute() done 138029 1726888229.16475: dumping result to json 138029 1726888229.16477: done dumping result, returning 138029 1726888229.16479: done running TaskExecutor() for managed_node3/TASK: Get path of test volume device [0affc8a3-6f6f-5a58-73a2-00000000363b] 138029 1726888229.16481: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000363b 138029 1726888229.16562: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000363b 138029 1726888229.16568: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888229.16621: no more pending results, returning what we have 138029 1726888229.16626: results queue empty 138029 1726888229.16627: checking for any_errors_fatal 138029 1726888229.16639: done checking for any_errors_fatal 138029 1726888229.16640: checking for max_fail_percentage 138029 1726888229.16642: done checking for max_fail_percentage 138029 1726888229.16643: checking to see if all hosts have failed and the running result is not ok 138029 1726888229.16643: done checking to see if all hosts have failed 138029 1726888229.16644: getting the remaining hosts for this loop 138029 1726888229.16645: done getting the remaining hosts for this loop 138029 1726888229.16649: getting the next task for host managed_node3 138029 1726888229.16661: done getting next task for host managed_node3 138029 1726888229.16664: ^ task is: TASK: Gather swap info 138029 1726888229.16670: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888229.16676: getting variables 138029 1726888229.16677: in VariableManager get_vars() 138029 1726888229.16714: Calling all_inventory to load vars for managed_node3 138029 1726888229.16717: Calling groups_inventory to load vars for managed_node3 138029 1726888229.16720: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888229.16730: Calling all_plugins_play to load vars for managed_node3 138029 1726888229.16733: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888229.16735: Calling groups_plugins_play to load vars for managed_node3 138029 1726888229.17891: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888229.19081: done with get_vars() 138029 1726888229.19097: done getting variables 138029 1726888229.19149: 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:10:29 -0400 (0:00:00.059) 0:04:01.917 ****** 138029 1726888229.19388: entering _queue_task() for managed_node3/command 138029 1726888229.19911: worker is 1 (out of 1 available) 138029 1726888229.19923: exiting _queue_task() for managed_node3/command 138029 1726888229.19936: done queuing things up, now waiting for results queue to drain 138029 1726888229.19937: waiting for pending results... 138029 1726888229.20371: running TaskExecutor() for managed_node3/TASK: Gather swap info 138029 1726888229.21062: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000363c 138029 1726888229.21069: variable 'ansible_search_path' from source: unknown 138029 1726888229.21073: calling self._execute() 138029 1726888229.21462: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.21468: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.21471: variable 'omit' from source: magic vars 138029 1726888229.22049: variable 'storage_test_volume' from source: include params 138029 1726888229.22098: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888229.22111: when evaluation is False, skipping this task 138029 1726888229.22119: _execute() done 138029 1726888229.22126: dumping result to json 138029 1726888229.22134: done dumping result, returning 138029 1726888229.22145: done running TaskExecutor() for managed_node3/TASK: Gather swap info [0affc8a3-6f6f-5a58-73a2-00000000363c] 138029 1726888229.22157: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000363c skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888229.22329: no more pending results, returning what we have 138029 1726888229.22332: results queue empty 138029 1726888229.22333: checking for any_errors_fatal 138029 1726888229.22341: done checking for any_errors_fatal 138029 1726888229.22341: checking for max_fail_percentage 138029 1726888229.22343: done checking for max_fail_percentage 138029 1726888229.22344: checking to see if all hosts have failed and the running result is not ok 138029 1726888229.22345: done checking to see if all hosts have failed 138029 1726888229.22345: getting the remaining hosts for this loop 138029 1726888229.22347: done getting the remaining hosts for this loop 138029 1726888229.22351: getting the next task for host managed_node3 138029 1726888229.22361: done getting next task for host managed_node3 138029 1726888229.22364: ^ task is: TASK: Verify swap status 138029 1726888229.22371: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888229.22376: getting variables 138029 1726888229.22378: in VariableManager get_vars() 138029 1726888229.22415: Calling all_inventory to load vars for managed_node3 138029 1726888229.22418: Calling groups_inventory to load vars for managed_node3 138029 1726888229.22421: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888229.22434: Calling all_plugins_play to load vars for managed_node3 138029 1726888229.22438: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888229.22441: Calling groups_plugins_play to load vars for managed_node3 138029 1726888229.22962: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000363c 138029 1726888229.22968: WORKER PROCESS EXITING 138029 1726888229.23244: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888229.24295: done with get_vars() 138029 1726888229.24309: done getting variables 138029 1726888229.24389: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:29 -0400 (0:00:00.050) 0:04:01.967 ****** 138029 1726888229.24426: entering _queue_task() for managed_node3/assert 138029 1726888229.24749: worker is 1 (out of 1 available) 138029 1726888229.24764: exiting _queue_task() for managed_node3/assert 138029 1726888229.24781: done queuing things up, now waiting for results queue to drain 138029 1726888229.24783: waiting for pending results... 138029 1726888229.25144: running TaskExecutor() for managed_node3/TASK: Verify swap status 138029 1726888229.25370: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000363d 138029 1726888229.25403: variable 'ansible_search_path' from source: unknown 138029 1726888229.25459: calling self._execute() 138029 1726888229.25603: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.25620: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.25637: variable 'omit' from source: magic vars 138029 1726888229.26563: variable 'storage_test_volume' from source: include params 138029 1726888229.26569: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 138029 1726888229.26572: when evaluation is False, skipping this task 138029 1726888229.26574: _execute() done 138029 1726888229.26576: dumping result to json 138029 1726888229.26578: done dumping result, returning 138029 1726888229.26580: done running TaskExecutor() for managed_node3/TASK: Verify swap status [0affc8a3-6f6f-5a58-73a2-00000000363d] 138029 1726888229.26582: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000363d 138029 1726888229.26651: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000363d 138029 1726888229.26654: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 138029 1726888229.26911: no more pending results, returning what we have 138029 1726888229.26915: results queue empty 138029 1726888229.26916: checking for any_errors_fatal 138029 1726888229.26927: done checking for any_errors_fatal 138029 1726888229.26927: checking for max_fail_percentage 138029 1726888229.26929: done checking for max_fail_percentage 138029 1726888229.26930: checking to see if all hosts have failed and the running result is not ok 138029 1726888229.26931: done checking to see if all hosts have failed 138029 1726888229.26932: getting the remaining hosts for this loop 138029 1726888229.26933: done getting the remaining hosts for this loop 138029 1726888229.26937: getting the next task for host managed_node3 138029 1726888229.26947: done getting next task for host managed_node3 138029 1726888229.26950: ^ task is: TASK: Unset facts 138029 1726888229.26965: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888229.26974: getting variables 138029 1726888229.26976: in VariableManager get_vars() 138029 1726888229.27014: Calling all_inventory to load vars for managed_node3 138029 1726888229.27017: Calling groups_inventory to load vars for managed_node3 138029 1726888229.27021: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888229.27034: Calling all_plugins_play to load vars for managed_node3 138029 1726888229.27038: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888229.27041: Calling groups_plugins_play to load vars for managed_node3 138029 1726888229.28196: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888229.29411: done with get_vars() 138029 1726888229.29426: done getting variables 138029 1726888229.29695: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:29 -0400 (0:00:00.053) 0:04:02.020 ****** 138029 1726888229.29733: entering _queue_task() for managed_node3/set_fact 138029 1726888229.30334: worker is 1 (out of 1 available) 138029 1726888229.30559: exiting _queue_task() for managed_node3/set_fact 138029 1726888229.30575: done queuing things up, now waiting for results queue to drain 138029 1726888229.30576: waiting for pending results... 138029 1726888229.30701: running TaskExecutor() for managed_node3/TASK: Unset facts 138029 1726888229.30914: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000363e 138029 1726888229.30937: variable 'ansible_search_path' from source: unknown 138029 1726888229.30999: calling self._execute() 138029 1726888229.31216: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.31220: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.31224: variable 'omit' from source: magic vars 138029 1726888229.31354: variable 'omit' from source: magic vars 138029 1726888229.31439: variable 'omit' from source: magic vars 138029 1726888229.31492: variable 'omit' from source: magic vars 138029 1726888229.31545: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888229.31598: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888229.31626: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888229.31657: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888229.31747: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888229.31750: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888229.31753: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888229.31778: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888229.31788: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.31796: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.31935: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888229.31946: Set connection var ansible_timeout to 10 138029 1726888229.31962: Set connection var ansible_pipelining to False 138029 1726888229.31999: Set connection var ansible_shell_type to sh 138029 1726888229.32002: Set connection var ansible_connection to ssh 138029 1726888229.32005: Set connection var ansible_shell_executable to /bin/sh 138029 1726888229.32035: variable 'ansible_shell_executable' from source: unknown 138029 1726888229.32044: variable 'ansible_connection' from source: unknown 138029 1726888229.32051: variable 'ansible_module_compression' from source: unknown 138029 1726888229.32073: variable 'ansible_shell_type' from source: unknown 138029 1726888229.32077: variable 'ansible_shell_executable' from source: unknown 138029 1726888229.32085: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.32107: variable 'ansible_pipelining' from source: unknown 138029 1726888229.32118: variable 'ansible_timeout' from source: unknown 138029 1726888229.32121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.32334: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888229.32348: variable 'omit' from source: magic vars 138029 1726888229.32398: starting attempt loop 138029 1726888229.32401: running the handler 138029 1726888229.32403: handler run complete 138029 1726888229.32406: attempt loop complete, returning result 138029 1726888229.32408: _execute() done 138029 1726888229.32410: dumping result to json 138029 1726888229.32416: done dumping result, returning 138029 1726888229.32431: done running TaskExecutor() for managed_node3/TASK: Unset facts [0affc8a3-6f6f-5a58-73a2-00000000363e] 138029 1726888229.32442: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000363e 138029 1726888229.32604: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000363e 138029 1726888229.32606: WORKER PROCESS EXITING ok: [managed_node3] => { "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 } 138029 1726888229.32905: no more pending results, returning what we have 138029 1726888229.32908: results queue empty 138029 1726888229.32909: checking for any_errors_fatal 138029 1726888229.32920: done checking for any_errors_fatal 138029 1726888229.32921: checking for max_fail_percentage 138029 1726888229.32923: done checking for max_fail_percentage 138029 1726888229.32923: checking to see if all hosts have failed and the running result is not ok 138029 1726888229.32924: done checking to see if all hosts have failed 138029 1726888229.32925: getting the remaining hosts for this loop 138029 1726888229.32927: done getting the remaining hosts for this loop 138029 1726888229.32930: getting the next task for host managed_node3 138029 1726888229.32944: done getting next task for host managed_node3 138029 1726888229.32947: ^ task is: TASK: Set some variables for fstab checking 138029 1726888229.32959: ^ 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? (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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888229.32968: getting variables 138029 1726888229.32970: in VariableManager get_vars() 138029 1726888229.33007: Calling all_inventory to load vars for managed_node3 138029 1726888229.33010: Calling groups_inventory to load vars for managed_node3 138029 1726888229.33014: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888229.33025: Calling all_plugins_play to load vars for managed_node3 138029 1726888229.33028: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888229.33031: Calling groups_plugins_play to load vars for managed_node3 138029 1726888229.34329: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888229.34981: done with get_vars() 138029 1726888229.34994: done getting variables 138029 1726888229.35049: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:29 -0400 (0:00:00.053) 0:04:02.074 ****** 138029 1726888229.35082: entering _queue_task() for managed_node3/set_fact 138029 1726888229.35474: worker is 1 (out of 1 available) 138029 1726888229.35487: exiting _queue_task() for managed_node3/set_fact 138029 1726888229.35499: done queuing things up, now waiting for results queue to drain 138029 1726888229.35501: waiting for pending results... 138029 1726888229.35875: running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking 138029 1726888229.35894: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003642 138029 1726888229.35909: variable 'ansible_search_path' from source: unknown 138029 1726888229.35948: calling self._execute() 138029 1726888229.36353: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.36362: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.36372: variable 'omit' from source: magic vars 138029 1726888229.36603: variable 'omit' from source: magic vars 138029 1726888229.36759: variable 'omit' from source: magic vars 138029 1726888229.37253: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888229.39685: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888229.39770: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888229.39802: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888229.39844: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888229.39873: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888229.39957: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888229.39985: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888229.40009: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888229.40056: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888229.40071: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888229.40114: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888229.40145: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888229.40261: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888229.40264: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888229.40269: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888229.40278: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888229.40299: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888229.40322: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888229.40362: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888229.40375: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888229.40595: variable 'storage_test_fstab' from source: set_fact 138029 1726888229.40615: variable 'storage_test_volume' from source: include params 138029 1726888229.40793: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888229.40983: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888229.41027: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888229.41073: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888229.41107: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888229.41191: 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) 138029 1726888229.41232: 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) 138029 1726888229.41293: 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) 138029 1726888229.41295: 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) 138029 1726888229.41528: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888229.41582: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888229.41621: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888229.41668: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888229.41689: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888229.41948: variable '__mount_point' from source: task vars 138029 1726888229.42004: variable 'storage_test_volume' from source: include params 138029 1726888229.42035: variable 'storage_test_fstab' from source: set_fact 138029 1726888229.42392: variable '_storage_test_volume_present' from source: set_fact 138029 1726888229.42461: variable '__mount_point' from source: task vars 138029 1726888229.42481: variable 'storage_test_volume' from source: include params 138029 1726888229.42507: variable 'storage_test_volume' from source: include params 138029 1726888229.42682: variable '_storage_test_volume_present' from source: set_fact 138029 1726888229.42692: variable '__mount_point' from source: task vars 138029 1726888229.42767: variable 'storage_test_volume' from source: include params 138029 1726888229.43432: variable '__mount_options' from source: task vars 138029 1726888229.43435: variable 'storage_test_volume' from source: include params 138029 1726888229.43438: variable '__mount_point' from source: task vars 138029 1726888229.43512: variable 'storage_test_volume' from source: include params 138029 1726888229.43539: variable 'storage_test_fstab' from source: set_fact 138029 1726888229.43551: variable '__pattern' from source: task vars 138029 1726888229.43647: variable '__mount_point' from source: task vars 138029 1726888229.43728: variable 'storage_test_volume' from source: include params 138029 1726888229.43754: variable '__mount_options' from source: task vars 138029 1726888229.43828: variable 'storage_test_volume' from source: include params 138029 1726888229.44023: variable '_storage_test_volume_present' from source: set_fact 138029 1726888229.44033: variable '__mount_options' from source: task vars 138029 1726888229.44119: variable 'storage_test_volume' from source: include params 138029 1726888229.44149: variable 'omit' from source: magic vars 138029 1726888229.44192: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888229.44226: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888229.44250: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888229.44285: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888229.44306: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888229.44328: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888229.44350: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888229.44390: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888229.44398: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.44461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.44551: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888229.44565: Set connection var ansible_timeout to 10 138029 1726888229.44578: Set connection var ansible_pipelining to False 138029 1726888229.44585: Set connection var ansible_shell_type to sh 138029 1726888229.44590: Set connection var ansible_connection to ssh 138029 1726888229.44599: Set connection var ansible_shell_executable to /bin/sh 138029 1726888229.44633: variable 'ansible_shell_executable' from source: unknown 138029 1726888229.44660: variable 'ansible_connection' from source: unknown 138029 1726888229.44663: variable 'ansible_module_compression' from source: unknown 138029 1726888229.44667: variable 'ansible_shell_type' from source: unknown 138029 1726888229.44670: variable 'ansible_shell_executable' from source: unknown 138029 1726888229.44672: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.44674: variable 'ansible_pipelining' from source: unknown 138029 1726888229.44719: variable 'ansible_timeout' from source: unknown 138029 1726888229.44731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.44829: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888229.44851: variable 'omit' from source: magic vars 138029 1726888229.44959: starting attempt loop 138029 1726888229.44963: running the handler 138029 1726888229.44967: handler run complete 138029 1726888229.44971: attempt loop complete, returning result 138029 1726888229.44973: _execute() done 138029 1726888229.44976: dumping result to json 138029 1726888229.44979: done dumping result, returning 138029 1726888229.44982: done running TaskExecutor() for managed_node3/TASK: Set some variables for fstab checking [0affc8a3-6f6f-5a58-73a2-000000003642] 138029 1726888229.44984: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003642 138029 1726888229.45361: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003642 ok: [managed_node3] => { "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 } 138029 1726888229.45425: no more pending results, returning what we have 138029 1726888229.45428: results queue empty 138029 1726888229.45429: checking for any_errors_fatal 138029 1726888229.45437: done checking for any_errors_fatal 138029 1726888229.45437: checking for max_fail_percentage 138029 1726888229.45439: done checking for max_fail_percentage 138029 1726888229.45440: checking to see if all hosts have failed and the running result is not ok 138029 1726888229.45441: done checking to see if all hosts have failed 138029 1726888229.45441: getting the remaining hosts for this loop 138029 1726888229.45443: done getting the remaining hosts for this loop 138029 1726888229.45447: getting the next task for host managed_node3 138029 1726888229.45461: done getting next task for host managed_node3 138029 1726888229.45464: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888229.45471: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888229.45482: getting variables 138029 1726888229.45483: in VariableManager get_vars() 138029 1726888229.45519: Calling all_inventory to load vars for managed_node3 138029 1726888229.45522: Calling groups_inventory to load vars for managed_node3 138029 1726888229.45525: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888229.45534: Calling all_plugins_play to load vars for managed_node3 138029 1726888229.45537: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888229.45540: Calling groups_plugins_play to load vars for managed_node3 138029 1726888229.46165: WORKER PROCESS EXITING 138029 1726888229.46913: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888229.48619: done with get_vars() 138029 1726888229.48639: done getting variables 138029 1726888229.48763: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:29 -0400 (0:00:00.137) 0:04:02.211 ****** 138029 1726888229.48801: entering _queue_task() for managed_node3/assert 138029 1726888229.49428: worker is 1 (out of 1 available) 138029 1726888229.49440: exiting _queue_task() for managed_node3/assert 138029 1726888229.49452: done queuing things up, now waiting for results queue to drain 138029 1726888229.49454: waiting for pending results... 138029 1726888229.49778: running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab 138029 1726888229.49944: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003643 138029 1726888229.49968: variable 'ansible_search_path' from source: unknown 138029 1726888229.50212: calling self._execute() 138029 1726888229.50604: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.50612: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.50619: variable 'omit' from source: magic vars 138029 1726888229.51438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888229.56394: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888229.56554: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888229.56595: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888229.56677: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888229.56705: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888229.56854: variable '_storage_test_volume_present' from source: set_fact 138029 1726888229.56881: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888229.56885: when evaluation is False, skipping this task 138029 1726888229.56888: _execute() done 138029 1726888229.56890: dumping result to json 138029 1726888229.56892: done dumping result, returning 138029 1726888229.56982: done running TaskExecutor() for managed_node3/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-5a58-73a2-000000003643] 138029 1726888229.56986: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003643 138029 1726888229.57166: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003643 138029 1726888229.57169: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888229.57224: no more pending results, returning what we have 138029 1726888229.57228: results queue empty 138029 1726888229.57229: checking for any_errors_fatal 138029 1726888229.57238: done checking for any_errors_fatal 138029 1726888229.57239: checking for max_fail_percentage 138029 1726888229.57241: done checking for max_fail_percentage 138029 1726888229.57241: checking to see if all hosts have failed and the running result is not ok 138029 1726888229.57243: done checking to see if all hosts have failed 138029 1726888229.57243: getting the remaining hosts for this loop 138029 1726888229.57245: done getting the remaining hosts for this loop 138029 1726888229.57249: getting the next task for host managed_node3 138029 1726888229.57259: done getting next task for host managed_node3 138029 1726888229.57261: ^ task is: TASK: Verify the fstab mount point 138029 1726888229.57270: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888229.57277: getting variables 138029 1726888229.57279: in VariableManager get_vars() 138029 1726888229.57318: Calling all_inventory to load vars for managed_node3 138029 1726888229.57321: Calling groups_inventory to load vars for managed_node3 138029 1726888229.57328: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888229.57339: Calling all_plugins_play to load vars for managed_node3 138029 1726888229.57342: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888229.57349: Calling groups_plugins_play to load vars for managed_node3 138029 1726888229.58190: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888229.58847: done with get_vars() 138029 1726888229.58865: done getting variables 138029 1726888229.58923: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:29 -0400 (0:00:00.101) 0:04:02.313 ****** 138029 1726888229.58962: entering _queue_task() for managed_node3/assert 138029 1726888229.59274: worker is 1 (out of 1 available) 138029 1726888229.59288: exiting _queue_task() for managed_node3/assert 138029 1726888229.59301: done queuing things up, now waiting for results queue to drain 138029 1726888229.59303: waiting for pending results... 138029 1726888229.59732: running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point 138029 1726888229.59827: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003644 138029 1726888229.59843: variable 'ansible_search_path' from source: unknown 138029 1726888229.59889: calling self._execute() 138029 1726888229.60293: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.60299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.60354: variable 'omit' from source: magic vars 138029 1726888229.60628: variable 'omit' from source: magic vars 138029 1726888229.60853: variable 'omit' from source: magic vars 138029 1726888229.61433: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888229.61436: variable 'storage_test_volume' from source: include params 138029 1726888229.61551: variable 'omit' from source: magic vars 138029 1726888229.61622: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888229.61695: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888229.61709: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888229.61727: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888229.61791: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888229.61794: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888229.61806: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888229.61888: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888229.62080: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.62084: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.62185: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888229.62189: Set connection var ansible_timeout to 10 138029 1726888229.62196: Set connection var ansible_pipelining to False 138029 1726888229.62199: Set connection var ansible_shell_type to sh 138029 1726888229.62201: Set connection var ansible_connection to ssh 138029 1726888229.62203: Set connection var ansible_shell_executable to /bin/sh 138029 1726888229.62381: variable 'ansible_shell_executable' from source: unknown 138029 1726888229.62384: variable 'ansible_connection' from source: unknown 138029 1726888229.62387: variable 'ansible_module_compression' from source: unknown 138029 1726888229.62389: variable 'ansible_shell_type' from source: unknown 138029 1726888229.62391: variable 'ansible_shell_executable' from source: unknown 138029 1726888229.62393: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.62397: variable 'ansible_pipelining' from source: unknown 138029 1726888229.62399: variable 'ansible_timeout' from source: unknown 138029 1726888229.62402: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.62741: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888229.62752: variable 'omit' from source: magic vars 138029 1726888229.62757: starting attempt loop 138029 1726888229.62759: running the handler 138029 1726888229.62958: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888229.65794: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888229.65825: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888229.65903: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888229.65933: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888229.65963: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888229.66033: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888229.66125: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888229.66128: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888229.66152: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888229.66166: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888229.66228: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888229.66244: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888229.66272: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888229.66336: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888229.66392: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888229.66554: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 138029 1726888229.66560: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 138029 1726888229.66983: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 138029 1726888229.66985: handler run complete 138029 1726888229.66988: attempt loop complete, returning result 138029 1726888229.66990: _execute() done 138029 1726888229.66991: dumping result to json 138029 1726888229.66993: done dumping result, returning 138029 1726888229.66995: done running TaskExecutor() for managed_node3/TASK: Verify the fstab mount point [0affc8a3-6f6f-5a58-73a2-000000003644] 138029 1726888229.66996: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003644 138029 1726888229.67074: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003644 138029 1726888229.67078: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888229.67378: no more pending results, returning what we have 138029 1726888229.67381: results queue empty 138029 1726888229.67382: checking for any_errors_fatal 138029 1726888229.67391: done checking for any_errors_fatal 138029 1726888229.67392: checking for max_fail_percentage 138029 1726888229.67394: done checking for max_fail_percentage 138029 1726888229.67395: checking to see if all hosts have failed and the running result is not ok 138029 1726888229.67395: done checking to see if all hosts have failed 138029 1726888229.67396: getting the remaining hosts for this loop 138029 1726888229.67397: done getting the remaining hosts for this loop 138029 1726888229.67401: getting the next task for host managed_node3 138029 1726888229.67409: done getting next task for host managed_node3 138029 1726888229.67420: ^ task is: TASK: Verify mount_options 138029 1726888229.67426: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888229.67469: getting variables 138029 1726888229.67471: in VariableManager get_vars() 138029 1726888229.67504: Calling all_inventory to load vars for managed_node3 138029 1726888229.67543: Calling groups_inventory to load vars for managed_node3 138029 1726888229.67569: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888229.67579: Calling all_plugins_play to load vars for managed_node3 138029 1726888229.67581: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888229.67584: Calling groups_plugins_play to load vars for managed_node3 138029 1726888229.68221: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888229.68887: done with get_vars() 138029 1726888229.68902: done getting variables 138029 1726888229.68954: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:29 -0400 (0:00:00.100) 0:04:02.413 ****** 138029 1726888229.68989: entering _queue_task() for managed_node3/assert 138029 1726888229.69320: worker is 1 (out of 1 available) 138029 1726888229.69334: exiting _queue_task() for managed_node3/assert 138029 1726888229.69347: done queuing things up, now waiting for results queue to drain 138029 1726888229.69349: waiting for pending results... 138029 1726888229.69782: running TaskExecutor() for managed_node3/TASK: Verify mount_options 138029 1726888229.69962: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003645 138029 1726888229.69987: variable 'ansible_search_path' from source: unknown 138029 1726888229.70043: calling self._execute() 138029 1726888229.70222: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.70275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.70323: variable 'omit' from source: magic vars 138029 1726888229.71002: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888229.75014: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888229.75182: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888229.75232: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888229.75292: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888229.75322: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888229.75401: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888229.75446: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888229.75454: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888229.75545: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888229.75548: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888229.75624: Evaluated conditional (__storage_verify_mount_options | d(false)): False 138029 1726888229.75627: when evaluation is False, skipping this task 138029 1726888229.75630: _execute() done 138029 1726888229.75633: dumping result to json 138029 1726888229.75635: done dumping result, returning 138029 1726888229.75652: done running TaskExecutor() for managed_node3/TASK: Verify mount_options [0affc8a3-6f6f-5a58-73a2-000000003645] 138029 1726888229.75659: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003645 138029 1726888229.75832: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003645 138029 1726888229.75835: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 138029 1726888229.75884: no more pending results, returning what we have 138029 1726888229.75887: results queue empty 138029 1726888229.75888: checking for any_errors_fatal 138029 1726888229.75895: done checking for any_errors_fatal 138029 1726888229.75896: checking for max_fail_percentage 138029 1726888229.75897: done checking for max_fail_percentage 138029 1726888229.75898: checking to see if all hosts have failed and the running result is not ok 138029 1726888229.75899: done checking to see if all hosts have failed 138029 1726888229.75899: getting the remaining hosts for this loop 138029 1726888229.75901: done getting the remaining hosts for this loop 138029 1726888229.75904: getting the next task for host managed_node3 138029 1726888229.75912: done getting next task for host managed_node3 138029 1726888229.75915: ^ task is: TASK: Verify fingerprint 138029 1726888229.75920: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888229.75924: getting variables 138029 1726888229.75926: in VariableManager get_vars() 138029 1726888229.75961: Calling all_inventory to load vars for managed_node3 138029 1726888229.75964: Calling groups_inventory to load vars for managed_node3 138029 1726888229.75967: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888229.75976: Calling all_plugins_play to load vars for managed_node3 138029 1726888229.75978: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888229.75981: Calling groups_plugins_play to load vars for managed_node3 138029 1726888229.76674: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888229.78546: done with get_vars() 138029 1726888229.78572: done getting variables 138029 1726888229.78644: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:29 -0400 (0:00:00.099) 0:04:02.512 ****** 138029 1726888229.78921: entering _queue_task() for managed_node3/assert 138029 1726888229.79716: worker is 1 (out of 1 available) 138029 1726888229.79733: exiting _queue_task() for managed_node3/assert 138029 1726888229.79746: done queuing things up, now waiting for results queue to drain 138029 1726888229.79750: waiting for pending results... 138029 1726888229.80103: running TaskExecutor() for managed_node3/TASK: Verify fingerprint 138029 1726888229.80210: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003646 138029 1726888229.80242: variable 'ansible_search_path' from source: unknown 138029 1726888229.80352: calling self._execute() 138029 1726888229.80464: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.80480: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.80498: variable 'omit' from source: magic vars 138029 1726888229.80932: variable 'omit' from source: magic vars 138029 1726888229.81008: variable 'omit' from source: magic vars 138029 1726888229.81054: variable 'omit' from source: magic vars 138029 1726888229.81107: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888229.81242: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888229.81245: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888229.81248: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888229.81250: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888229.81252: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888229.81273: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888229.81312: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888229.81321: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.81330: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.81735: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888229.81747: Set connection var ansible_timeout to 10 138029 1726888229.81760: Set connection var ansible_pipelining to False 138029 1726888229.81771: Set connection var ansible_shell_type to sh 138029 1726888229.81779: Set connection var ansible_connection to ssh 138029 1726888229.81793: Set connection var ansible_shell_executable to /bin/sh 138029 1726888229.82186: variable 'ansible_shell_executable' from source: unknown 138029 1726888229.82190: variable 'ansible_connection' from source: unknown 138029 1726888229.82192: variable 'ansible_module_compression' from source: unknown 138029 1726888229.82195: variable 'ansible_shell_type' from source: unknown 138029 1726888229.82197: variable 'ansible_shell_executable' from source: unknown 138029 1726888229.82199: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.82204: variable 'ansible_pipelining' from source: unknown 138029 1726888229.82207: variable 'ansible_timeout' from source: unknown 138029 1726888229.82213: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.82219: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888229.82334: variable 'omit' from source: magic vars 138029 1726888229.82369: starting attempt loop 138029 1726888229.82671: running the handler 138029 1726888229.83534: variable '__fingerprint' from source: task vars 138029 1726888229.83571: variable 'storage_test_fstab' from source: set_fact 138029 1726888229.83600: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 138029 1726888229.83651: handler run complete 138029 1726888229.83675: attempt loop complete, returning result 138029 1726888229.83681: _execute() done 138029 1726888229.83688: dumping result to json 138029 1726888229.83694: done dumping result, returning 138029 1726888229.83764: done running TaskExecutor() for managed_node3/TASK: Verify fingerprint [0affc8a3-6f6f-5a58-73a2-000000003646] 138029 1726888229.83777: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003646 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888229.84052: no more pending results, returning what we have 138029 1726888229.84059: results queue empty 138029 1726888229.84060: checking for any_errors_fatal 138029 1726888229.84071: done checking for any_errors_fatal 138029 1726888229.84072: checking for max_fail_percentage 138029 1726888229.84074: done checking for max_fail_percentage 138029 1726888229.84075: checking to see if all hosts have failed and the running result is not ok 138029 1726888229.84075: done checking to see if all hosts have failed 138029 1726888229.84076: getting the remaining hosts for this loop 138029 1726888229.84079: done getting the remaining hosts for this loop 138029 1726888229.84082: getting the next task for host managed_node3 138029 1726888229.84091: done getting next task for host managed_node3 138029 1726888229.84094: ^ task is: TASK: Clean up variables 138029 1726888229.84101: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888229.84107: getting variables 138029 1726888229.84108: in VariableManager get_vars() 138029 1726888229.84145: Calling all_inventory to load vars for managed_node3 138029 1726888229.84147: Calling groups_inventory to load vars for managed_node3 138029 1726888229.84150: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888229.84388: Calling all_plugins_play to load vars for managed_node3 138029 1726888229.84393: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888229.84397: Calling groups_plugins_play to load vars for managed_node3 138029 1726888229.85057: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003646 138029 1726888229.85061: WORKER PROCESS EXITING 138029 1726888229.85632: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888229.86675: done with get_vars() 138029 1726888229.86693: done getting variables 138029 1726888229.86986: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:29 -0400 (0:00:00.081) 0:04:02.593 ****** 138029 1726888229.87024: entering _queue_task() for managed_node3/set_fact 138029 1726888229.87347: worker is 1 (out of 1 available) 138029 1726888229.87362: exiting _queue_task() for managed_node3/set_fact 138029 1726888229.87376: done queuing things up, now waiting for results queue to drain 138029 1726888229.87378: waiting for pending results... 138029 1726888229.87781: running TaskExecutor() for managed_node3/TASK: Clean up variables 138029 1726888229.87861: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003647 138029 1726888229.87879: variable 'ansible_search_path' from source: unknown 138029 1726888229.87925: calling self._execute() 138029 1726888229.88075: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.88087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.88109: variable 'omit' from source: magic vars 138029 1726888229.88244: variable 'omit' from source: magic vars 138029 1726888229.88437: variable 'omit' from source: magic vars 138029 1726888229.88441: variable 'omit' from source: magic vars 138029 1726888229.88443: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888229.88479: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888229.88504: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888229.88527: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888229.88550: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888229.88581: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888229.88653: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888229.88659: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888229.88664: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.88672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.88793: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888229.88804: Set connection var ansible_timeout to 10 138029 1726888229.88814: Set connection var ansible_pipelining to False 138029 1726888229.88820: Set connection var ansible_shell_type to sh 138029 1726888229.88826: Set connection var ansible_connection to ssh 138029 1726888229.88835: Set connection var ansible_shell_executable to /bin/sh 138029 1726888229.88873: variable 'ansible_shell_executable' from source: unknown 138029 1726888229.88889: variable 'ansible_connection' from source: unknown 138029 1726888229.88891: variable 'ansible_module_compression' from source: unknown 138029 1726888229.88981: variable 'ansible_shell_type' from source: unknown 138029 1726888229.88984: variable 'ansible_shell_executable' from source: unknown 138029 1726888229.88987: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.88989: variable 'ansible_pipelining' from source: unknown 138029 1726888229.88992: variable 'ansible_timeout' from source: unknown 138029 1726888229.88995: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.89110: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888229.89114: variable 'omit' from source: magic vars 138029 1726888229.89123: starting attempt loop 138029 1726888229.89130: running the handler 138029 1726888229.89199: handler run complete 138029 1726888229.89202: attempt loop complete, returning result 138029 1726888229.89204: _execute() done 138029 1726888229.89207: dumping result to json 138029 1726888229.89209: done dumping result, returning 138029 1726888229.89214: done running TaskExecutor() for managed_node3/TASK: Clean up variables [0affc8a3-6f6f-5a58-73a2-000000003647] 138029 1726888229.89219: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003647 ok: [managed_node3] => { "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 } 138029 1726888229.89422: no more pending results, returning what we have 138029 1726888229.89426: results queue empty 138029 1726888229.89427: checking for any_errors_fatal 138029 1726888229.89439: done checking for any_errors_fatal 138029 1726888229.89440: checking for max_fail_percentage 138029 1726888229.89442: done checking for max_fail_percentage 138029 1726888229.89443: checking to see if all hosts have failed and the running result is not ok 138029 1726888229.89444: done checking to see if all hosts have failed 138029 1726888229.89445: getting the remaining hosts for this loop 138029 1726888229.89446: done getting the remaining hosts for this loop 138029 1726888229.89450: getting the next task for host managed_node3 138029 1726888229.89667: done getting next task for host managed_node3 138029 1726888229.89671: ^ task is: TASK: Verify fs type 138029 1726888229.89677: ^ 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? (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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888229.89682: getting variables 138029 1726888229.89683: in VariableManager get_vars() 138029 1726888229.89713: Calling all_inventory to load vars for managed_node3 138029 1726888229.89715: Calling groups_inventory to load vars for managed_node3 138029 1726888229.89718: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888229.89727: Calling all_plugins_play to load vars for managed_node3 138029 1726888229.89730: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888229.89733: Calling groups_plugins_play to load vars for managed_node3 138029 1726888229.90274: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003647 138029 1726888229.90277: WORKER PROCESS EXITING 138029 1726888229.90363: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888229.91026: done with get_vars() 138029 1726888229.91040: done getting variables 138029 1726888229.91102: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:29 -0400 (0:00:00.041) 0:04:02.634 ****** 138029 1726888229.91135: entering _queue_task() for managed_node3/assert 138029 1726888229.91491: worker is 1 (out of 1 available) 138029 1726888229.91508: exiting _queue_task() for managed_node3/assert 138029 1726888229.91519: done queuing things up, now waiting for results queue to drain 138029 1726888229.91520: waiting for pending results... 138029 1726888229.91768: running TaskExecutor() for managed_node3/TASK: Verify fs type 138029 1726888229.91928: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000364b 138029 1726888229.91961: variable 'ansible_search_path' from source: unknown 138029 1726888229.92004: calling self._execute() 138029 1726888229.92139: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.92161: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.92178: variable 'omit' from source: magic vars 138029 1726888229.92613: variable 'storage_test_volume' from source: include params 138029 1726888229.92654: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888229.92784: variable 'storage_test_volume' from source: include params 138029 1726888229.92807: Evaluated conditional (storage_test_volume.fs_type): True 138029 1726888229.92922: variable '_storage_test_volume_present' from source: set_fact 138029 1726888229.92936: Evaluated conditional (_storage_test_volume_present): False 138029 1726888229.92944: when evaluation is False, skipping this task 138029 1726888229.92952: _execute() done 138029 1726888229.93036: dumping result to json 138029 1726888229.93040: done dumping result, returning 138029 1726888229.93043: done running TaskExecutor() for managed_node3/TASK: Verify fs type [0affc8a3-6f6f-5a58-73a2-00000000364b] 138029 1726888229.93046: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000364b 138029 1726888229.93130: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000364b 138029 1726888229.93134: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888229.93403: no more pending results, returning what we have 138029 1726888229.93407: results queue empty 138029 1726888229.93408: checking for any_errors_fatal 138029 1726888229.93415: done checking for any_errors_fatal 138029 1726888229.93416: checking for max_fail_percentage 138029 1726888229.93417: done checking for max_fail_percentage 138029 1726888229.93418: checking to see if all hosts have failed and the running result is not ok 138029 1726888229.93419: done checking to see if all hosts have failed 138029 1726888229.93420: getting the remaining hosts for this loop 138029 1726888229.93421: done getting the remaining hosts for this loop 138029 1726888229.93425: getting the next task for host managed_node3 138029 1726888229.93432: done getting next task for host managed_node3 138029 1726888229.93435: ^ task is: TASK: Verify fs label 138029 1726888229.93442: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888229.93447: getting variables 138029 1726888229.93448: in VariableManager get_vars() 138029 1726888229.93488: Calling all_inventory to load vars for managed_node3 138029 1726888229.93491: Calling groups_inventory to load vars for managed_node3 138029 1726888229.93495: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888229.93503: Calling all_plugins_play to load vars for managed_node3 138029 1726888229.93506: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888229.93509: Calling groups_plugins_play to load vars for managed_node3 138029 1726888229.94139: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888229.94792: done with get_vars() 138029 1726888229.94807: done getting variables 138029 1726888229.94868: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:29 -0400 (0:00:00.037) 0:04:02.672 ****** 138029 1726888229.94905: entering _queue_task() for managed_node3/assert 138029 1726888229.95235: worker is 1 (out of 1 available) 138029 1726888229.95246: exiting _queue_task() for managed_node3/assert 138029 1726888229.95260: done queuing things up, now waiting for results queue to drain 138029 1726888229.95262: waiting for pending results... 138029 1726888229.95526: running TaskExecutor() for managed_node3/TASK: Verify fs label 138029 1726888229.95693: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000364c 138029 1726888229.95715: variable 'ansible_search_path' from source: unknown 138029 1726888229.95759: calling self._execute() 138029 1726888229.95901: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888229.95913: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888229.95925: variable 'omit' from source: magic vars 138029 1726888229.96353: variable 'storage_test_volume' from source: include params 138029 1726888229.96413: Evaluated conditional (storage_test_volume.type != "stratis"): True 138029 1726888229.96577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888229.98820: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888229.98918: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888229.98951: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888229.99161: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888229.99164: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888229.99169: variable '_storage_test_volume_present' from source: set_fact 138029 1726888229.99171: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888229.99174: when evaluation is False, skipping this task 138029 1726888229.99176: _execute() done 138029 1726888229.99178: dumping result to json 138029 1726888229.99181: done dumping result, returning 138029 1726888229.99183: done running TaskExecutor() for managed_node3/TASK: Verify fs label [0affc8a3-6f6f-5a58-73a2-00000000364c] 138029 1726888229.99185: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000364c skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888229.99343: no more pending results, returning what we have 138029 1726888229.99347: results queue empty 138029 1726888229.99348: checking for any_errors_fatal 138029 1726888229.99359: done checking for any_errors_fatal 138029 1726888229.99361: checking for max_fail_percentage 138029 1726888229.99363: done checking for max_fail_percentage 138029 1726888229.99364: checking to see if all hosts have failed and the running result is not ok 138029 1726888229.99364: done checking to see if all hosts have failed 138029 1726888229.99367: getting the remaining hosts for this loop 138029 1726888229.99369: done getting the remaining hosts for this loop 138029 1726888229.99372: getting the next task for host managed_node3 138029 1726888229.99385: done getting next task for host managed_node3 138029 1726888229.99388: ^ task is: TASK: See whether the device node is present 138029 1726888229.99395: ^ 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? (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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888229.99401: getting variables 138029 1726888229.99403: in VariableManager get_vars() 138029 1726888229.99439: Calling all_inventory to load vars for managed_node3 138029 1726888229.99442: Calling groups_inventory to load vars for managed_node3 138029 1726888229.99446: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888229.99561: Calling all_plugins_play to load vars for managed_node3 138029 1726888229.99573: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888229.99579: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000364c 138029 1726888229.99582: WORKER PROCESS EXITING 138029 1726888229.99586: Calling groups_plugins_play to load vars for managed_node3 138029 1726888230.00416: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888230.01087: done with get_vars() 138029 1726888230.01101: 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:10:30 -0400 (0:00:00.063) 0:04:02.735 ****** 138029 1726888230.01212: entering _queue_task() for managed_node3/stat 138029 1726888230.01540: worker is 1 (out of 1 available) 138029 1726888230.01551: exiting _queue_task() for managed_node3/stat 138029 1726888230.01687: done queuing things up, now waiting for results queue to drain 138029 1726888230.01690: waiting for pending results... 138029 1726888230.02060: running TaskExecutor() for managed_node3/TASK: See whether the device node is present 138029 1726888230.02239: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003650 138029 1726888230.02264: variable 'ansible_search_path' from source: unknown 138029 1726888230.02308: calling self._execute() 138029 1726888230.02442: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888230.02453: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888230.02562: variable 'omit' from source: magic vars 138029 1726888230.02634: variable 'omit' from source: magic vars 138029 1726888230.02789: variable 'omit' from source: magic vars 138029 1726888230.03174: variable 'storage_test_volume' from source: include params 138029 1726888230.03243: variable 'omit' from source: magic vars 138029 1726888230.03301: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888230.03561: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888230.03565: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888230.03567: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888230.03570: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888230.03572: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888230.03574: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888230.03577: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888230.03579: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888230.03581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888230.03682: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888230.03700: Set connection var ansible_timeout to 10 138029 1726888230.03711: Set connection var ansible_pipelining to False 138029 1726888230.03718: Set connection var ansible_shell_type to sh 138029 1726888230.03724: Set connection var ansible_connection to ssh 138029 1726888230.03733: Set connection var ansible_shell_executable to /bin/sh 138029 1726888230.03767: variable 'ansible_shell_executable' from source: unknown 138029 1726888230.03775: variable 'ansible_connection' from source: unknown 138029 1726888230.03784: variable 'ansible_module_compression' from source: unknown 138029 1726888230.03791: variable 'ansible_shell_type' from source: unknown 138029 1726888230.03802: variable 'ansible_shell_executable' from source: unknown 138029 1726888230.03814: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888230.03822: variable 'ansible_pipelining' from source: unknown 138029 1726888230.03829: variable 'ansible_timeout' from source: unknown 138029 1726888230.03836: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888230.04071: 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) 138029 1726888230.04135: variable 'omit' from source: magic vars 138029 1726888230.04142: starting attempt loop 138029 1726888230.04145: running the handler 138029 1726888230.04147: _low_level_execute_command(): starting 138029 1726888230.04149: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888230.05496: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888230.05501: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888230.05521: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888230.05701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888230.07387: stdout chunk (state=3): >>>/root <<< 138029 1726888230.07482: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888230.07542: stderr chunk (state=3): >>><<< 138029 1726888230.07549: stdout chunk (state=3): >>><<< 138029 1726888230.07583: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888230.07598: _low_level_execute_command(): starting 138029 1726888230.07612: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888230.0758424-145579-203954902653835 `" && echo ansible-tmp-1726888230.0758424-145579-203954902653835="` echo /root/.ansible/tmp/ansible-tmp-1726888230.0758424-145579-203954902653835 `" ) && sleep 0' 138029 1726888230.08210: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888230.08225: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888230.08240: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888230.08344: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888230.08369: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888230.08449: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888230.09086: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888230.11087: stdout chunk (state=3): >>>ansible-tmp-1726888230.0758424-145579-203954902653835=/root/.ansible/tmp/ansible-tmp-1726888230.0758424-145579-203954902653835 <<< 138029 1726888230.11194: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888230.11212: stderr chunk (state=3): >>><<< 138029 1726888230.11215: stdout chunk (state=3): >>><<< 138029 1726888230.11236: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888230.0758424-145579-203954902653835=/root/.ansible/tmp/ansible-tmp-1726888230.0758424-145579-203954902653835 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888230.11421: variable 'ansible_module_compression' from source: unknown 138029 1726888230.11479: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888230.11638: variable 'ansible_facts' from source: unknown 138029 1726888230.11865: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888230.0758424-145579-203954902653835/AnsiballZ_stat.py 138029 1726888230.12561: Sending initial data 138029 1726888230.12564: Sent initial data (155 bytes) 138029 1726888230.13393: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888230.13524: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888230.13572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888230.13780: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888230.13816: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888230.15357: 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 <<< 138029 1726888230.15411: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888230.15496: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpgq204jzk /root/.ansible/tmp/ansible-tmp-1726888230.0758424-145579-203954902653835/AnsiballZ_stat.py <<< 138029 1726888230.15506: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888230.0758424-145579-203954902653835/AnsiballZ_stat.py" <<< 138029 1726888230.15571: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpgq204jzk" to remote "/root/.ansible/tmp/ansible-tmp-1726888230.0758424-145579-203954902653835/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888230.0758424-145579-203954902653835/AnsiballZ_stat.py" <<< 138029 1726888230.17232: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888230.17236: stdout chunk (state=3): >>><<< 138029 1726888230.17242: stderr chunk (state=3): >>><<< 138029 1726888230.17416: done transferring module to remote 138029 1726888230.17432: _low_level_execute_command(): starting 138029 1726888230.17436: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888230.0758424-145579-203954902653835/ /root/.ansible/tmp/ansible-tmp-1726888230.0758424-145579-203954902653835/AnsiballZ_stat.py && sleep 0' 138029 1726888230.18689: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888230.18693: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888230.18766: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888230.20683: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888230.20687: stdout chunk (state=3): >>><<< 138029 1726888230.20689: stderr chunk (state=3): >>><<< 138029 1726888230.20692: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888230.20698: _low_level_execute_command(): starting 138029 1726888230.20700: _low_level_execute_command(): using become for this command 138029 1726888230.20703: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-rabyrnpshkxmswakpdmogfpearzlygss ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888230.0758424-145579-203954902653835/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888230.21460: Initial state: awaiting_escalation: BECOME-SUCCESS-rabyrnpshkxmswakpdmogfpearzlygss 138029 1726888230.21735: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888230.21739: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888230.21813: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888230.21869: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888230.25041: stdout chunk (state=1): >>>BECOME-SUCCESS-rabyrnpshkxmswakpdmogfpearzlygss <<< 138029 1726888230.25045: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-rabyrnpshkxmswakpdmogfpearzlygss' 138029 1726888230.25048: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888230.25079: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888230.25097: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888230.25115: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888230.25179: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888230.25194: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888230.25211: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888230.25411: 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' # <<< 138029 1726888230.25475: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888230.25478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888230.25484: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9da103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d9dfa10> <<< 138029 1726888230.25505: 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' <<< 138029 1726888230.25524: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9da12960> <<< 138029 1726888230.25540: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888230.25559: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888230.25581: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 138029 1726888230.25618: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888230.25760: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888230.25764: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888230.25767: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888230.25852: 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' <<< 138029 1726888230.25878: 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' <<< 138029 1726888230.25885: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d7c0fe0> <<< 138029 1726888230.25972: 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 0x7f8f9d7c1fd0> <<< 138029 1726888230.25992: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888230.26024: 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. <<< 138029 1726888230.26276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888230.26459: 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 <<< 138029 1726888230.26464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888230.26466: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d7ffec0> <<< 138029 1726888230.26473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888230.26477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888230.26487: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888230.26510: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d7fff80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888230.26615: 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' <<< 138029 1726888230.26637: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888230.26673: 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' <<< 138029 1726888230.26683: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d8378f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888230.26785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d837f80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d817b90> <<< 138029 1726888230.26788: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888230.26815: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d8152b0> <<< 138029 1726888230.26903: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d7fd070> <<< 138029 1726888230.26938: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888230.26963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 138029 1726888230.27002: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888230.27011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888230.27039: 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' <<< 138029 1726888230.27112: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d85b8c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d85a4e0> <<< 138029 1726888230.27116: 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' <<< 138029 1726888230.27151: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d816180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d858ce0> <<< 138029 1726888230.27193: 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 0x7f8f9d888920> <<< 138029 1726888230.27332: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d7fc2f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888230.27369: 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 0x7f8f9d888dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d888c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9d889010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d7fae10> <<< 138029 1726888230.27394: 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' <<< 138029 1726888230.27574: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d889700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d8893d0> 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 0x7f8f9d88a600> import 'importlib.util' # <<< 138029 1726888230.27640: stdout chunk (state=3): >>>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 0x7f8f9d8a4830> 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 0x7f8f9d8a5f70> <<< 138029 1726888230.27661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888230.27676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888230.27702: 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 0x7f8f9d8a6e10> <<< 138029 1726888230.28181: 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 0x7f8f9d8a7470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d8a6360> # /usr/lib64/python3.12/__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 0x7f8f9d8a7ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d8a7620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d88a660> # /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 0x7f8f9d8bfe60> # /usr/lib64/python3.12/__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 0x7f8f9d648860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d6485c0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9d6487d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888230.28209: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888230.28338: 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 0x7f8f9d649160> <<< 138029 1726888230.28449: 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 0x7f8f9d649b50> <<< 138029 1726888230.28465: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d648a40> <<< 138029 1726888230.28489: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d8be000> <<< 138029 1726888230.28499: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888230.28523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888230.28556: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888230.28579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d64af60> <<< 138029 1726888230.28634: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d649ca0> <<< 138029 1726888230.28638: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d88ad50> <<< 138029 1726888230.28640: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888230.28962: 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 0x7f8f9d673230> # /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 <<< 138029 1726888230.28967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888230.28970: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d69b5f0> <<< 138029 1726888230.28972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888230.29001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888230.29048: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888230.29076: 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 0x7f8f9d6f83b0> <<< 138029 1726888230.29092: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888230.29197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888230.29200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888230.29203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888230.29383: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d6fab10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d6f84d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d6c13d0> <<< 138029 1726888230.29418: 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 0x7f8f9d4f94c0> <<< 138029 1726888230.29435: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d69a3f0> <<< 138029 1726888230.29450: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d64be00> <<< 138029 1726888230.29668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888230.29688: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8f9d69a510> <<< 138029 1726888230.30607: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_48a_b6si/ansible_stat_payload.zip' <<< 138029 1726888230.30622: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.30780: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888230.30790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888230.30825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888230.30990: 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 0x7f8f9d54f200> import '_typing' # <<< 138029 1726888230.31260: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d52e0f0> <<< 138029 1726888230.31264: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d52d280> # zipimport: zlib available <<< 138029 1726888230.31266: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888230.31268: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.31270: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.31272: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888230.31274: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.32630: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.33759: 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 0x7f8f9d54d0d0> <<< 138029 1726888230.33835: 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 <<< 138029 1726888230.33885: 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 0x7f8f9d576c00> <<< 138029 1726888230.33914: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d576990> <<< 138029 1726888230.33949: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d5762a0> <<< 138029 1726888230.34011: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888230.34014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888230.34019: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d5766f0> <<< 138029 1726888230.34029: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d54fc20> import 'atexit' # <<< 138029 1726888230.34047: 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 0x7f8f9d577890> <<< 138029 1726888230.34081: 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 0x7f8f9d577ad0> <<< 138029 1726888230.34101: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888230.34148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888230.34228: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888230.34231: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d577fe0> import 'pwd' # <<< 138029 1726888230.34468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888230.34494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf0dd90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9cf0f9b0> # /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 0x7f8f9cf103b0> # /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 0x7f8f9cf11250> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888230.34525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888230.34558: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888230.34566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888230.34665: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf13fb0> <<< 138029 1726888230.34669: 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 0x7f8f9cf180e0> <<< 138029 1726888230.34674: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf12270> <<< 138029 1726888230.34682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888230.34881: 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 0x7f8f9cf1bdd0> import '_tokenize' # <<< 138029 1726888230.34904: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf1a8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf1a630> <<< 138029 1726888230.34926: 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' <<< 138029 1726888230.35190: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf1ab70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf12780> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9cf1ab10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf60140> # /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 0x7f8f9cf61c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf61a00> <<< 138029 1726888230.35208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888230.35308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888230.35460: 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 0x7f8f9cf640e0> <<< 138029 1726888230.35463: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf62270> <<< 138029 1726888230.35466: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888230.35468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888230.35470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888230.35472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888230.35477: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888230.35506: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf67830> <<< 138029 1726888230.35625: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf64200> <<< 138029 1726888230.35686: 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 0x7f8f9cf68b60> <<< 138029 1726888230.35718: 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 0x7f8f9cf68860> <<< 138029 1726888230.35793: 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 0x7f8f9cf68a40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf60320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888230.36022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888230.36026: 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 0x7f8f9cff4170> <<< 138029 1726888230.36032: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888230.36180: 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 0x7f8f9cff56a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf6a900> <<< 138029 1726888230.36184: 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 0x7f8f9cf6bc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf6a510> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888230.36220: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.36364: 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' # <<< 138029 1726888230.36377: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.36495: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.36614: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.37137: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.37783: 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 0x7f8f9cff9760> <<< 138029 1726888230.37864: 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' <<< 138029 1726888230.37961: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cffa540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cff54c0> <<< 138029 1726888230.38182: 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 <<< 138029 1726888230.38305: 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' <<< 138029 1726888230.38320: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cffa300> <<< 138029 1726888230.38335: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.38782: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.39232: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.39350: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.39436: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888230.39441: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.39459: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888230.39501: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.39539: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.39625: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888230.39651: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.39671: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888230.39716: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.39752: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888230.39983: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.40213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888230.40285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888230.40288: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888230.40353: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cffb620> <<< 138029 1726888230.40359: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.40436: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.40508: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888230.40526: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888230.40544: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.40586: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.40630: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888230.40680: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.40725: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.40781: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.40888: 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 <<< 138029 1726888230.40905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888230.41216: 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 0x7f8f9ce06330> <<< 138029 1726888230.41219: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9ce01010> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888230.41281: 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' <<< 138029 1726888230.41318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888230.41383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888230.41438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888230.41515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d5d6ae0> <<< 138029 1726888230.41518: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d5c67b0> <<< 138029 1726888230.41686: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9ce06390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cffb320> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888230.41693: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888230.41743: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888230.41861: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.41880: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.42051: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888230.42167: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/dev/mapper/vg1-Lv3", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888230.42196: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888230.42424: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888230.42486: 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 <<< 138029 1726888230.42583: 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 # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum <<< 138029 1726888230.42683: 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.modules # destroy ansible.modules <<< 138029 1726888230.42918: 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 <<< 138029 1726888230.42923: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888230.42993: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 138029 1726888230.43001: 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 <<< 138029 1726888230.43030: 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 selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil <<< 138029 1726888230.43045: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888230.43142: 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 <<< 138029 1726888230.43146: 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 <<< 138029 1726888230.43160: 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 <<< 138029 1726888230.43210: 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 <<< 138029 1726888230.43222: 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 <<< 138029 1726888230.43494: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888230.43497: 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 <<< 138029 1726888230.43538: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888230.43570: 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 <<< 138029 1726888230.43633: 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 <<< 138029 1726888230.43719: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888230.44096: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888230.44150: stderr chunk (state=3): >>>Shared connection to 10.31.13.126 closed. <<< 138029 1726888230.44164: stdout chunk (state=3): >>><<< 138029 1726888230.44182: stderr chunk (state=3): >>><<< 138029 1726888230.44275: _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 0x7f8f9da103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d9dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9da12960> 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 0x7f8f9d7c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f8f9d7c1fd0> 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 0x7f8f9d7ffec0> # /usr/lib64/python3.12/__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 0x7f8f9d7fff80> # /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 0x7f8f9d8378f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d837f80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d817b90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d8152b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d7fd070> # /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 0x7f8f9d85b8c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d85a4e0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d816180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d858ce0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d888920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d7fc2f0> # /usr/lib64/python3.12/__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 0x7f8f9d888dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d888c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9d889010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d7fae10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f8f9d889700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d8893d0> 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 0x7f8f9d88a600> 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 0x7f8f9d8a4830> 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 0x7f8f9d8a5f70> # /usr/lib64/python3.12/__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 0x7f8f9d8a6e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9d8a7470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d8a6360> # /usr/lib64/python3.12/__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 0x7f8f9d8a7ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d8a7620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d88a660> # /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 0x7f8f9d8bfe60> # /usr/lib64/python3.12/__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 0x7f8f9d648860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d6485c0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9d6487d0> # /usr/lib64/python3.12/__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 0x7f8f9d649160> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9d649b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d648a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d8be000> # /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 0x7f8f9d64af60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d649ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d88ad50> # /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 0x7f8f9d673230> # /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 0x7f8f9d69b5f0> # /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 0x7f8f9d6f83b0> # /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 0x7f8f9d6fab10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d6f84d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d6c13d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d4f94c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d69a3f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d64be00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8f9d69a510> # zipimport: found 30 names in '/tmp/ansible_stat_payload_48a_b6si/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 0x7f8f9d54f200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d52e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d52d280> # 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 0x7f8f9d54d0d0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f8f9d576c00> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d576990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d5762a0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f8f9d5766f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d54fc20> 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 0x7f8f9d577890> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9d577ad0> # /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 0x7f8f9d577fe0> 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 0x7f8f9cf0dd90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9cf0f9b0> # /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 0x7f8f9cf103b0> # /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 0x7f8f9cf11250> # /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 0x7f8f9cf13fb0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9cf180e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf12270> # /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 0x7f8f9cf1bdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf1a8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf1a630> # /usr/lib64/python3.12/__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 0x7f8f9cf1ab70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf12780> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9cf1ab10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf60140> # /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 0x7f8f9cf61c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf61a00> # /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 0x7f8f9cf640e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf62270> # /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 0x7f8f9cf67830> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf64200> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9cf68b60> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9cf68860> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9cf68a40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf60320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f8f9cff4170> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9cff56a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf6a900> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8f9cf6bc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cf6a510> # 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 0x7f8f9cff9760> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f8f9cffa540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cff54c0> 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 0x7f8f9cffa300> # 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 0x7f8f9cffb620> # 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 0x7f8f9ce06330> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9ce01010> 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 0x7f8f9d5d6ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9d5c67b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9ce06390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8f9cffb320> # 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": "/dev/mapper/vg1-Lv3", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888230.45273: done with _execute_module (stat, {'path': '/dev/mapper/vg1-Lv3', '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-1726888230.0758424-145579-203954902653835/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888230.45277: _low_level_execute_command(): starting 138029 1726888230.45280: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888230.0758424-145579-203954902653835/ > /dev/null 2>&1 && sleep 0' 138029 1726888230.45564: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888230.45585: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888230.45614: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888230.45776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888230.45934: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888230.45951: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888230.45975: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888230.46052: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888230.47920: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888230.47924: stdout chunk (state=3): >>><<< 138029 1726888230.47926: stderr chunk (state=3): >>><<< 138029 1726888230.47948: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888230.48162: handler run complete 138029 1726888230.48168: attempt loop complete, returning result 138029 1726888230.48171: _execute() done 138029 1726888230.48173: dumping result to json 138029 1726888230.48175: done dumping result, returning 138029 1726888230.48177: done running TaskExecutor() for managed_node3/TASK: See whether the device node is present [0affc8a3-6f6f-5a58-73a2-000000003650] 138029 1726888230.48179: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003650 138029 1726888230.48254: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003650 138029 1726888230.48461: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 138029 1726888230.48523: no more pending results, returning what we have 138029 1726888230.48526: results queue empty 138029 1726888230.48527: checking for any_errors_fatal 138029 1726888230.48534: done checking for any_errors_fatal 138029 1726888230.48535: checking for max_fail_percentage 138029 1726888230.48537: done checking for max_fail_percentage 138029 1726888230.48538: checking to see if all hosts have failed and the running result is not ok 138029 1726888230.48538: done checking to see if all hosts have failed 138029 1726888230.48539: getting the remaining hosts for this loop 138029 1726888230.48541: done getting the remaining hosts for this loop 138029 1726888230.48544: getting the next task for host managed_node3 138029 1726888230.48552: done getting next task for host managed_node3 138029 1726888230.48554: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888230.48566: ^ 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? (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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888230.48571: getting variables 138029 1726888230.48572: in VariableManager get_vars() 138029 1726888230.48609: Calling all_inventory to load vars for managed_node3 138029 1726888230.48612: Calling groups_inventory to load vars for managed_node3 138029 1726888230.48616: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888230.48626: Calling all_plugins_play to load vars for managed_node3 138029 1726888230.48629: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888230.48632: Calling groups_plugins_play to load vars for managed_node3 138029 1726888230.49331: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888230.50024: done with get_vars() 138029 1726888230.50041: done getting variables 138029 1726888230.50131: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:30 -0400 (0:00:00.490) 0:04:03.225 ****** 138029 1726888230.50232: entering _queue_task() for managed_node3/assert 138029 1726888230.51129: worker is 1 (out of 1 available) 138029 1726888230.51142: exiting _queue_task() for managed_node3/assert 138029 1726888230.51153: done queuing things up, now waiting for results queue to drain 138029 1726888230.51157: waiting for pending results... 138029 1726888230.51870: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888230.52498: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003651 138029 1726888230.52573: variable 'ansible_search_path' from source: unknown 138029 1726888230.52673: calling self._execute() 138029 1726888230.53159: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888230.53195: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888230.53256: variable 'omit' from source: magic vars 138029 1726888230.54217: variable '_storage_test_volume_present' from source: set_fact 138029 1726888230.54257: variable 'storage_test_volume' from source: include params 138029 1726888230.54296: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): False 138029 1726888230.54330: when evaluation is False, skipping this task 138029 1726888230.54351: _execute() done 138029 1726888230.54469: dumping result to json 138029 1726888230.54473: done dumping result, returning 138029 1726888230.54475: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-000000003651] 138029 1726888230.54478: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003651 138029 1726888230.54561: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003651 138029 1726888230.54571: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } 138029 1726888230.54622: no more pending results, returning what we have 138029 1726888230.54626: results queue empty 138029 1726888230.54628: checking for any_errors_fatal 138029 1726888230.54639: done checking for any_errors_fatal 138029 1726888230.54640: checking for max_fail_percentage 138029 1726888230.54642: done checking for max_fail_percentage 138029 1726888230.54643: checking to see if all hosts have failed and the running result is not ok 138029 1726888230.54644: done checking to see if all hosts have failed 138029 1726888230.54645: getting the remaining hosts for this loop 138029 1726888230.54647: done getting the remaining hosts for this loop 138029 1726888230.54650: getting the next task for host managed_node3 138029 1726888230.54662: done getting next task for host managed_node3 138029 1726888230.54668: ^ task is: TASK: Verify the presence/absence of the device node 138029 1726888230.54675: ^ 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? (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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888230.54682: getting variables 138029 1726888230.54683: in VariableManager get_vars() 138029 1726888230.54728: Calling all_inventory to load vars for managed_node3 138029 1726888230.54736: Calling groups_inventory to load vars for managed_node3 138029 1726888230.54740: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888230.54753: Calling all_plugins_play to load vars for managed_node3 138029 1726888230.55047: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888230.55058: Calling groups_plugins_play to load vars for managed_node3 138029 1726888230.55968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888230.57659: done with get_vars() 138029 1726888230.57678: done getting variables 138029 1726888230.58259: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:30 -0400 (0:00:00.080) 0:04:03.306 ****** 138029 1726888230.58307: entering _queue_task() for managed_node3/assert 138029 1726888230.59583: worker is 1 (out of 1 available) 138029 1726888230.59598: exiting _queue_task() for managed_node3/assert 138029 1726888230.59611: done queuing things up, now waiting for results queue to drain 138029 1726888230.59613: waiting for pending results... 138029 1726888230.60916: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node 138029 1726888230.60921: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003652 138029 1726888230.60925: variable 'ansible_search_path' from source: unknown 138029 1726888230.60988: calling self._execute() 138029 1726888230.61214: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888230.61221: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888230.61235: variable 'omit' from source: magic vars 138029 1726888230.62038: variable '_storage_test_volume_present' from source: set_fact 138029 1726888230.62108: variable 'storage_test_volume' from source: include params 138029 1726888230.62121: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): True 138029 1726888230.62133: variable 'omit' from source: magic vars 138029 1726888230.62247: variable 'omit' from source: magic vars 138029 1726888230.62436: variable 'storage_test_volume' from source: include params 138029 1726888230.62486: variable 'omit' from source: magic vars 138029 1726888230.62540: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888230.62584: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888230.62612: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888230.62643: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888230.62664: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888230.62687: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888230.62709: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888230.62751: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888230.62806: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888230.62809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888230.62932: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888230.62945: Set connection var ansible_timeout to 10 138029 1726888230.62968: Set connection var ansible_pipelining to False 138029 1726888230.63161: Set connection var ansible_shell_type to sh 138029 1726888230.63167: Set connection var ansible_connection to ssh 138029 1726888230.63170: Set connection var ansible_shell_executable to /bin/sh 138029 1726888230.63172: variable 'ansible_shell_executable' from source: unknown 138029 1726888230.63175: variable 'ansible_connection' from source: unknown 138029 1726888230.63177: variable 'ansible_module_compression' from source: unknown 138029 1726888230.63178: variable 'ansible_shell_type' from source: unknown 138029 1726888230.63180: variable 'ansible_shell_executable' from source: unknown 138029 1726888230.63181: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888230.63183: variable 'ansible_pipelining' from source: unknown 138029 1726888230.63185: variable 'ansible_timeout' from source: unknown 138029 1726888230.63187: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888230.63285: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888230.63334: variable 'omit' from source: magic vars 138029 1726888230.63345: starting attempt loop 138029 1726888230.63352: running the handler 138029 1726888230.63720: variable 'storage_test_dev' from source: set_fact 138029 1726888230.63799: Evaluated conditional (not storage_test_dev.stat.exists): True 138029 1726888230.63812: handler run complete 138029 1726888230.63849: attempt loop complete, returning result 138029 1726888230.63852: _execute() done 138029 1726888230.63854: dumping result to json 138029 1726888230.63858: done dumping result, returning 138029 1726888230.63860: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-5a58-73a2-000000003652] 138029 1726888230.63868: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003652 138029 1726888230.64036: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003652 138029 1726888230.64038: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888230.64110: no more pending results, returning what we have 138029 1726888230.64113: results queue empty 138029 1726888230.64114: checking for any_errors_fatal 138029 1726888230.64125: done checking for any_errors_fatal 138029 1726888230.64126: checking for max_fail_percentage 138029 1726888230.64128: done checking for max_fail_percentage 138029 1726888230.64129: checking to see if all hosts have failed and the running result is not ok 138029 1726888230.64129: done checking to see if all hosts have failed 138029 1726888230.64130: getting the remaining hosts for this loop 138029 1726888230.64132: done getting the remaining hosts for this loop 138029 1726888230.64136: getting the next task for host managed_node3 138029 1726888230.64144: done getting next task for host managed_node3 138029 1726888230.64147: ^ task is: TASK: Make sure we got info about this volume 138029 1726888230.64158: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888230.64163: getting variables 138029 1726888230.64165: in VariableManager get_vars() 138029 1726888230.64205: Calling all_inventory to load vars for managed_node3 138029 1726888230.64208: Calling groups_inventory to load vars for managed_node3 138029 1726888230.64385: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888230.64401: Calling all_plugins_play to load vars for managed_node3 138029 1726888230.64404: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888230.64407: Calling groups_plugins_play to load vars for managed_node3 138029 1726888230.66125: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888230.66930: done with get_vars() 138029 1726888230.66951: done getting variables 138029 1726888230.67005: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:30 -0400 (0:00:00.087) 0:04:03.393 ****** 138029 1726888230.67038: entering _queue_task() for managed_node3/assert 138029 1726888230.67344: worker is 1 (out of 1 available) 138029 1726888230.67562: exiting _queue_task() for managed_node3/assert 138029 1726888230.67572: done queuing things up, now waiting for results queue to drain 138029 1726888230.67574: waiting for pending results... 138029 1726888230.67778: running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume 138029 1726888230.67843: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003653 138029 1726888230.67865: variable 'ansible_search_path' from source: unknown 138029 1726888230.67961: calling self._execute() 138029 1726888230.68044: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888230.68057: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888230.68071: variable 'omit' from source: magic vars 138029 1726888230.68464: variable '_storage_test_volume_present' from source: set_fact 138029 1726888230.68476: Evaluated conditional (_storage_test_volume_present): False 138029 1726888230.68482: when evaluation is False, skipping this task 138029 1726888230.68488: _execute() done 138029 1726888230.68493: dumping result to json 138029 1726888230.68498: done dumping result, returning 138029 1726888230.68506: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about this volume [0affc8a3-6f6f-5a58-73a2-000000003653] 138029 1726888230.68513: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003653 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888230.68779: no more pending results, returning what we have 138029 1726888230.68784: results queue empty 138029 1726888230.68785: checking for any_errors_fatal 138029 1726888230.68798: done checking for any_errors_fatal 138029 1726888230.68799: checking for max_fail_percentage 138029 1726888230.68801: done checking for max_fail_percentage 138029 1726888230.68802: checking to see if all hosts have failed and the running result is not ok 138029 1726888230.68804: done checking to see if all hosts have failed 138029 1726888230.68805: getting the remaining hosts for this loop 138029 1726888230.68807: done getting the remaining hosts for this loop 138029 1726888230.68811: getting the next task for host managed_node3 138029 1726888230.68823: done getting next task for host managed_node3 138029 1726888230.68826: ^ task is: TASK: Process volume type (set initial value) (1/2) 138029 1726888230.68834: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888230.68841: getting variables 138029 1726888230.68843: in VariableManager get_vars() 138029 1726888230.68886: Calling all_inventory to load vars for managed_node3 138029 1726888230.68889: Calling groups_inventory to load vars for managed_node3 138029 1726888230.68893: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888230.68906: Calling all_plugins_play to load vars for managed_node3 138029 1726888230.68910: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888230.68913: Calling groups_plugins_play to load vars for managed_node3 138029 1726888230.69573: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003653 138029 1726888230.69576: WORKER PROCESS EXITING 138029 1726888230.69786: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888230.71115: done with get_vars() 138029 1726888230.71225: done getting variables 138029 1726888230.71367: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:30 -0400 (0:00:00.043) 0:04:03.437 ****** 138029 1726888230.71404: entering _queue_task() for managed_node3/set_fact 138029 1726888230.72194: worker is 1 (out of 1 available) 138029 1726888230.72204: exiting _queue_task() for managed_node3/set_fact 138029 1726888230.72213: done queuing things up, now waiting for results queue to drain 138029 1726888230.72214: waiting for pending results... 138029 1726888230.72518: running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) 138029 1726888230.72833: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003654 138029 1726888230.73107: variable 'ansible_search_path' from source: unknown 138029 1726888230.73270: calling self._execute() 138029 1726888230.73397: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888230.73489: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888230.73503: variable 'omit' from source: magic vars 138029 1726888230.73681: variable 'omit' from source: magic vars 138029 1726888230.73880: variable 'omit' from source: magic vars 138029 1726888230.74258: variable 'storage_test_volume' from source: include params 138029 1726888230.74319: variable 'omit' from source: magic vars 138029 1726888230.74375: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888230.74416: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888230.74440: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888230.74474: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888230.74522: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888230.74592: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888230.74617: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888230.74651: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888230.74661: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888230.74678: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888230.74819: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888230.74829: Set connection var ansible_timeout to 10 138029 1726888230.74838: Set connection var ansible_pipelining to False 138029 1726888230.74844: Set connection var ansible_shell_type to sh 138029 1726888230.74850: Set connection var ansible_connection to ssh 138029 1726888230.74861: Set connection var ansible_shell_executable to /bin/sh 138029 1726888230.74908: variable 'ansible_shell_executable' from source: unknown 138029 1726888230.74915: variable 'ansible_connection' from source: unknown 138029 1726888230.74921: variable 'ansible_module_compression' from source: unknown 138029 1726888230.74927: variable 'ansible_shell_type' from source: unknown 138029 1726888230.74933: variable 'ansible_shell_executable' from source: unknown 138029 1726888230.74939: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888230.74945: variable 'ansible_pipelining' from source: unknown 138029 1726888230.74951: variable 'ansible_timeout' from source: unknown 138029 1726888230.74961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888230.75126: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888230.75145: variable 'omit' from source: magic vars 138029 1726888230.75154: starting attempt loop 138029 1726888230.75167: running the handler 138029 1726888230.75184: handler run complete 138029 1726888230.75200: attempt loop complete, returning result 138029 1726888230.75213: _execute() done 138029 1726888230.75224: dumping result to json 138029 1726888230.75232: done dumping result, returning 138029 1726888230.75242: done running TaskExecutor() for managed_node3/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-5a58-73a2-000000003654] 138029 1726888230.75250: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003654 ok: [managed_node3] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } 138029 1726888230.75529: no more pending results, returning what we have 138029 1726888230.75533: results queue empty 138029 1726888230.75535: checking for any_errors_fatal 138029 1726888230.75545: done checking for any_errors_fatal 138029 1726888230.75546: checking for max_fail_percentage 138029 1726888230.75548: done checking for max_fail_percentage 138029 1726888230.75549: checking to see if all hosts have failed and the running result is not ok 138029 1726888230.75550: done checking to see if all hosts have failed 138029 1726888230.75550: getting the remaining hosts for this loop 138029 1726888230.75552: done getting the remaining hosts for this loop 138029 1726888230.75558: getting the next task for host managed_node3 138029 1726888230.75572: done getting next task for host managed_node3 138029 1726888230.75575: ^ task is: TASK: Process volume type (get RAID value) (2/2) 138029 1726888230.75584: ^ 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? (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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888230.75591: getting variables 138029 1726888230.75592: in VariableManager get_vars() 138029 1726888230.75635: Calling all_inventory to load vars for managed_node3 138029 1726888230.75638: Calling groups_inventory to load vars for managed_node3 138029 1726888230.75642: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888230.75654: Calling all_plugins_play to load vars for managed_node3 138029 1726888230.75763: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888230.75775: Calling groups_plugins_play to load vars for managed_node3 138029 1726888230.76406: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003654 138029 1726888230.76409: WORKER PROCESS EXITING 138029 1726888230.77109: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888230.78847: done with get_vars() 138029 1726888230.78875: done getting variables 138029 1726888230.78932: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:30 -0400 (0:00:00.077) 0:04:03.515 ****** 138029 1726888230.79171: entering _queue_task() for managed_node3/set_fact 138029 1726888230.79692: worker is 1 (out of 1 available) 138029 1726888230.79704: exiting _queue_task() for managed_node3/set_fact 138029 1726888230.79717: done queuing things up, now waiting for results queue to drain 138029 1726888230.79719: waiting for pending results... 138029 1726888230.80310: running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) 138029 1726888230.81162: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003655 138029 1726888230.81167: variable 'ansible_search_path' from source: unknown 138029 1726888230.81170: calling self._execute() 138029 1726888230.81501: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888230.81513: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888230.81529: variable 'omit' from source: magic vars 138029 1726888230.82324: variable 'storage_test_volume' from source: include params 138029 1726888230.82363: Evaluated conditional (storage_test_volume.type == "raid"): False 138029 1726888230.82371: when evaluation is False, skipping this task 138029 1726888230.82379: _execute() done 138029 1726888230.82386: dumping result to json 138029 1726888230.82392: done dumping result, returning 138029 1726888230.82401: done running TaskExecutor() for managed_node3/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-5a58-73a2-000000003655] 138029 1726888230.82412: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003655 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 138029 1726888230.82573: no more pending results, returning what we have 138029 1726888230.82576: results queue empty 138029 1726888230.82578: checking for any_errors_fatal 138029 1726888230.82587: done checking for any_errors_fatal 138029 1726888230.82588: checking for max_fail_percentage 138029 1726888230.82589: done checking for max_fail_percentage 138029 1726888230.82590: checking to see if all hosts have failed and the running result is not ok 138029 1726888230.82591: done checking to see if all hosts have failed 138029 1726888230.82592: getting the remaining hosts for this loop 138029 1726888230.82593: done getting the remaining hosts for this loop 138029 1726888230.82597: getting the next task for host managed_node3 138029 1726888230.82607: done getting next task for host managed_node3 138029 1726888230.82609: ^ task is: TASK: Verify the volume's device type 138029 1726888230.82616: ^ 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? (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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888230.82621: getting variables 138029 1726888230.82622: in VariableManager get_vars() 138029 1726888230.82661: Calling all_inventory to load vars for managed_node3 138029 1726888230.82667: Calling groups_inventory to load vars for managed_node3 138029 1726888230.82670: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888230.82677: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003655 138029 1726888230.82689: Calling all_plugins_play to load vars for managed_node3 138029 1726888230.82693: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888230.82696: Calling groups_plugins_play to load vars for managed_node3 138029 1726888230.83486: WORKER PROCESS EXITING 138029 1726888230.83882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888230.84877: done with get_vars() 138029 1726888230.84892: done getting variables 138029 1726888230.84958: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:30 -0400 (0:00:00.058) 0:04:03.573 ****** 138029 1726888230.84997: entering _queue_task() for managed_node3/assert 138029 1726888230.85453: worker is 1 (out of 1 available) 138029 1726888230.85530: exiting _queue_task() for managed_node3/assert 138029 1726888230.85541: done queuing things up, now waiting for results queue to drain 138029 1726888230.85543: waiting for pending results... 138029 1726888230.85728: running TaskExecutor() for managed_node3/TASK: Verify the volume's device type 138029 1726888230.85899: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003656 138029 1726888230.85921: variable 'ansible_search_path' from source: unknown 138029 1726888230.85976: calling self._execute() 138029 1726888230.86116: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888230.86129: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888230.86145: variable 'omit' from source: magic vars 138029 1726888230.86571: variable '_storage_test_volume_present' from source: set_fact 138029 1726888230.86585: Evaluated conditional (_storage_test_volume_present): False 138029 1726888230.86593: when evaluation is False, skipping this task 138029 1726888230.86603: _execute() done 138029 1726888230.86617: dumping result to json 138029 1726888230.86624: done dumping result, returning 138029 1726888230.86635: done running TaskExecutor() for managed_node3/TASK: Verify the volume's device type [0affc8a3-6f6f-5a58-73a2-000000003656] 138029 1726888230.86646: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003656 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888230.86808: no more pending results, returning what we have 138029 1726888230.86813: results queue empty 138029 1726888230.86814: checking for any_errors_fatal 138029 1726888230.86844: done checking for any_errors_fatal 138029 1726888230.86845: checking for max_fail_percentage 138029 1726888230.86847: done checking for max_fail_percentage 138029 1726888230.86848: checking to see if all hosts have failed and the running result is not ok 138029 1726888230.86850: done checking to see if all hosts have failed 138029 1726888230.86851: getting the remaining hosts for this loop 138029 1726888230.86932: done getting the remaining hosts for this loop 138029 1726888230.86937: getting the next task for host managed_node3 138029 1726888230.86949: done getting next task for host managed_node3 138029 1726888230.86952: ^ task is: TASK: Stat the LUKS device, if encrypted 138029 1726888230.86961: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888230.86969: getting variables 138029 1726888230.86971: in VariableManager get_vars() 138029 1726888230.87008: Calling all_inventory to load vars for managed_node3 138029 1726888230.87011: Calling groups_inventory to load vars for managed_node3 138029 1726888230.87015: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888230.87027: Calling all_plugins_play to load vars for managed_node3 138029 1726888230.87031: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888230.87034: Calling groups_plugins_play to load vars for managed_node3 138029 1726888230.87590: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003656 138029 1726888230.87593: WORKER PROCESS EXITING 138029 1726888230.88000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888230.89200: done with get_vars() 138029 1726888230.89213: 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:10:30 -0400 (0:00:00.045) 0:04:03.618 ****** 138029 1726888230.89517: entering _queue_task() for managed_node3/stat 138029 1726888230.90007: worker is 1 (out of 1 available) 138029 1726888230.90021: exiting _queue_task() for managed_node3/stat 138029 1726888230.90033: done queuing things up, now waiting for results queue to drain 138029 1726888230.90034: waiting for pending results... 138029 1726888230.90251: running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted 138029 1726888230.90599: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000365a 138029 1726888230.90963: variable 'ansible_search_path' from source: unknown 138029 1726888230.90967: calling self._execute() 138029 1726888230.90969: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888230.90972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888230.90974: variable 'omit' from source: magic vars 138029 1726888230.91821: variable 'storage_test_volume' from source: include params 138029 1726888230.91861: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888230.91869: when evaluation is False, skipping this task 138029 1726888230.91880: _execute() done 138029 1726888230.91883: dumping result to json 138029 1726888230.91886: done dumping result, returning 138029 1726888230.91892: done running TaskExecutor() for managed_node3/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-5a58-73a2-00000000365a] 138029 1726888230.91935: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000365a skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888230.92111: no more pending results, returning what we have 138029 1726888230.92115: results queue empty 138029 1726888230.92116: checking for any_errors_fatal 138029 1726888230.92128: done checking for any_errors_fatal 138029 1726888230.92129: checking for max_fail_percentage 138029 1726888230.92131: done checking for max_fail_percentage 138029 1726888230.92132: checking to see if all hosts have failed and the running result is not ok 138029 1726888230.92133: done checking to see if all hosts have failed 138029 1726888230.92134: getting the remaining hosts for this loop 138029 1726888230.92135: done getting the remaining hosts for this loop 138029 1726888230.92139: getting the next task for host managed_node3 138029 1726888230.92150: done getting next task for host managed_node3 138029 1726888230.92153: ^ task is: TASK: Ensure cryptsetup is present 138029 1726888230.92162: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888230.92172: getting variables 138029 1726888230.92174: in VariableManager get_vars() 138029 1726888230.92208: Calling all_inventory to load vars for managed_node3 138029 1726888230.92211: Calling groups_inventory to load vars for managed_node3 138029 1726888230.92214: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888230.92483: Calling all_plugins_play to load vars for managed_node3 138029 1726888230.92487: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888230.92490: Calling groups_plugins_play to load vars for managed_node3 138029 1726888230.93126: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000365a 138029 1726888230.93129: WORKER PROCESS EXITING 138029 1726888230.93426: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888230.95511: done with get_vars() 138029 1726888230.95580: done getting variables 138029 1726888230.95681: 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:10:30 -0400 (0:00:00.061) 0:04:03.680 ****** 138029 1726888230.95716: entering _queue_task() for managed_node3/package 138029 1726888230.96694: worker is 1 (out of 1 available) 138029 1726888230.96705: exiting _queue_task() for managed_node3/package 138029 1726888230.96716: done queuing things up, now waiting for results queue to drain 138029 1726888230.96718: waiting for pending results... 138029 1726888230.97379: running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present 138029 1726888230.97495: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000365b 138029 1726888230.97596: variable 'ansible_search_path' from source: unknown 138029 1726888230.97635: calling self._execute() 138029 1726888230.97880: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888230.97914: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888230.97975: variable 'omit' from source: magic vars 138029 1726888230.98343: variable 'omit' from source: magic vars 138029 1726888230.98446: variable 'omit' from source: magic vars 138029 1726888230.98952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888231.02002: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888231.02098: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888231.02146: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888231.02196: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888231.02228: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888231.02341: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888231.02387: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888231.02417: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888231.02466: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888231.02495: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888231.02625: variable '__storage_is_ostree' from source: set_fact 138029 1726888231.02637: variable 'omit' from source: magic vars 138029 1726888231.02676: variable 'omit' from source: magic vars 138029 1726888231.02711: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888231.02744: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888231.02770: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888231.02792: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888231.02813: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888231.02840: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888231.02910: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888231.02913: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888231.02916: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888231.02918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888231.03063: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888231.03079: Set connection var ansible_timeout to 10 138029 1726888231.03092: Set connection var ansible_pipelining to False 138029 1726888231.03100: Set connection var ansible_shell_type to sh 138029 1726888231.03107: Set connection var ansible_connection to ssh 138029 1726888231.03117: Set connection var ansible_shell_executable to /bin/sh 138029 1726888231.03237: variable 'ansible_shell_executable' from source: unknown 138029 1726888231.03240: variable 'ansible_connection' from source: unknown 138029 1726888231.03243: variable 'ansible_module_compression' from source: unknown 138029 1726888231.03245: variable 'ansible_shell_type' from source: unknown 138029 1726888231.03247: variable 'ansible_shell_executable' from source: unknown 138029 1726888231.03248: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888231.03250: variable 'ansible_pipelining' from source: unknown 138029 1726888231.03252: variable 'ansible_timeout' from source: unknown 138029 1726888231.03254: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888231.03369: 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) 138029 1726888231.03471: variable 'omit' from source: magic vars 138029 1726888231.03562: starting attempt loop 138029 1726888231.03568: running the handler 138029 1726888231.03570: variable 'ansible_facts' from source: unknown 138029 1726888231.03573: variable 'ansible_facts' from source: unknown 138029 1726888231.03575: _low_level_execute_command(): starting 138029 1726888231.03577: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888231.04651: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888231.04654: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888231.04659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888231.04662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888231.04670: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888231.04713: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888231.04733: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888231.04743: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888231.04872: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888231.06614: stdout chunk (state=3): >>>/root <<< 138029 1726888231.06862: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888231.06868: stdout chunk (state=3): >>><<< 138029 1726888231.06878: stderr chunk (state=3): >>><<< 138029 1726888231.06882: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888231.06885: _low_level_execute_command(): starting 138029 1726888231.06888: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888231.0682895-145632-240074701744950 `" && echo ansible-tmp-1726888231.0682895-145632-240074701744950="` echo /root/.ansible/tmp/ansible-tmp-1726888231.0682895-145632-240074701744950 `" ) && sleep 0' 138029 1726888231.08070: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888231.08082: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888231.08096: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888231.08571: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888231.08587: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888231.08611: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888231.08627: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888231.08710: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888231.10640: stdout chunk (state=3): >>>ansible-tmp-1726888231.0682895-145632-240074701744950=/root/.ansible/tmp/ansible-tmp-1726888231.0682895-145632-240074701744950 <<< 138029 1726888231.10830: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888231.10840: stdout chunk (state=3): >>><<< 138029 1726888231.10853: stderr chunk (state=3): >>><<< 138029 1726888231.10884: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888231.0682895-145632-240074701744950=/root/.ansible/tmp/ansible-tmp-1726888231.0682895-145632-240074701744950 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888231.11008: variable 'ansible_module_compression' from source: unknown 138029 1726888231.11076: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 138029 1726888231.11305: variable 'ansible_facts' from source: unknown 138029 1726888231.11666: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888231.0682895-145632-240074701744950/AnsiballZ_dnf.py 138029 1726888231.11880: Sending initial data 138029 1726888231.11888: Sent initial data (154 bytes) 138029 1726888231.13000: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888231.13077: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888231.13092: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888231.13120: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888231.13200: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888231.14727: 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 <<< 138029 1726888231.14799: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888231.14854: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpmwbtwlnz /root/.ansible/tmp/ansible-tmp-1726888231.0682895-145632-240074701744950/AnsiballZ_dnf.py <<< 138029 1726888231.14867: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888231.0682895-145632-240074701744950/AnsiballZ_dnf.py" <<< 138029 1726888231.15062: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpmwbtwlnz" to remote "/root/.ansible/tmp/ansible-tmp-1726888231.0682895-145632-240074701744950/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888231.0682895-145632-240074701744950/AnsiballZ_dnf.py" <<< 138029 1726888231.17280: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888231.17372: stderr chunk (state=3): >>><<< 138029 1726888231.17376: stdout chunk (state=3): >>><<< 138029 1726888231.17378: done transferring module to remote 138029 1726888231.17543: _low_level_execute_command(): starting 138029 1726888231.17546: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888231.0682895-145632-240074701744950/ /root/.ansible/tmp/ansible-tmp-1726888231.0682895-145632-240074701744950/AnsiballZ_dnf.py && sleep 0' 138029 1726888231.18723: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888231.19072: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888231.19144: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888231.21012: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888231.21016: stdout chunk (state=3): >>><<< 138029 1726888231.21022: stderr chunk (state=3): >>><<< 138029 1726888231.21091: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888231.21095: _low_level_execute_command(): starting 138029 1726888231.21098: _low_level_execute_command(): using become for this command 138029 1726888231.21100: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-skbsxxcianpkgfyjjfzrwrtzzzjgwpdd ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888231.0682895-145632-240074701744950/AnsiballZ_dnf.py'"'"' && sleep 0' 138029 1726888231.21476: Initial state: awaiting_escalation: BECOME-SUCCESS-skbsxxcianpkgfyjjfzrwrtzzzjgwpdd 138029 1726888231.22201: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888231.22569: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888231.22776: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888231.22907: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888231.25777: stdout chunk (state=1): >>>BECOME-SUCCESS-skbsxxcianpkgfyjjfzrwrtzzzjgwpdd <<< 138029 1726888231.25781: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-skbsxxcianpkgfyjjfzrwrtzzzjgwpdd' 138029 1726888231.26374: 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 <<< 138029 1726888231.26390: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888231.26393: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888231.26582: 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 0x7f37ecb683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ecb37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ecb6a960> import '_signal' # <<< 138029 1726888231.26639: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888231.26642: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888231.26644: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888231.26647: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888231.26731: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888231.26779: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888231.26784: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888231.26823: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888231.26851: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888231.26854: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888231.26858: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888231.26882: 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' <<< 138029 1726888231.26886: 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' <<< 138029 1726888231.26976: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec93cfe0> <<< 138029 1726888231.26983: 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 <<< 138029 1726888231.26986: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888231.27072: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec93dfd0> 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. <<< 138029 1726888231.27319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888231.27338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888231.27365: 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' <<< 138029 1726888231.27396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888231.27551: 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 0x7f37ec983e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888231.27676: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec983ec0> # /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 <<< 138029 1726888231.27733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888231.27756: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888231.27861: 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 0x7f37ec9b3830> <<< 138029 1726888231.27866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888231.27868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888231.27870: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec9b3ec0> <<< 138029 1726888231.27872: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888231.27895: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec993ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec9911f0> <<< 138029 1726888231.27978: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec980fb0> <<< 138029 1726888231.27994: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888231.28012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888231.28222: 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 0x7f37ec9d7800> <<< 138029 1726888231.28230: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec9d6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec9921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec9d4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca08860> <<< 138029 1726888231.28260: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec980230> <<< 138029 1726888231.28265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 138029 1726888231.28290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888231.28360: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888231.28363: 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 0x7f37eca08d10> <<< 138029 1726888231.28367: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca08bc0> <<< 138029 1726888231.28370: 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 0x7f37eca08f80> <<< 138029 1726888231.28371: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec976d50> <<< 138029 1726888231.28415: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888231.28418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888231.28420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888231.28657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888231.28668: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca09610> <<< 138029 1726888231.28698: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca092e0> 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 0x7f37eca0a510> 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 0x7f37eca20710> 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 0x7f37eca21df0> <<< 138029 1726888231.28771: 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' <<< 138029 1726888231.28778: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca22c90> <<< 138029 1726888231.28815: 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 0x7f37eca232f0> <<< 138029 1726888231.28844: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca221e0> <<< 138029 1726888231.28848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888231.28850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888231.28968: 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 0x7f37eca23d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca234a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca0a540> <<< 138029 1726888231.28972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888231.29006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888231.29071: 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' <<< 138029 1726888231.29126: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ec75fc50> <<< 138029 1726888231.29128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888231.29133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888231.29139: 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' <<< 138029 1726888231.29160: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ec788770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec7884d0> <<< 138029 1726888231.29165: 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 0x7f37ec7887a0> <<< 138029 1726888231.29259: 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' <<< 138029 1726888231.29366: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888231.29563: 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 0x7f37ec7890d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ec789ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec788980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec75ddf0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888231.29579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888231.29607: 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 0x7f37ec78ae70> <<< 138029 1726888231.29646: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec789940> <<< 138029 1726888231.29652: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca0ac30> <<< 138029 1726888231.29686: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888231.29761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888231.29789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888231.29796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888231.29828: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec7b71a0> <<< 138029 1726888231.29887: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888231.29905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888231.30061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888231.30091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec7df590> # /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' # <<< 138029 1726888231.30130: 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 0x7f37ec838350> <<< 138029 1726888231.30136: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888231.30175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888231.30195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888231.30237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888231.30319: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec83aab0> <<< 138029 1726888231.30396: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec838470> <<< 138029 1726888231.30429: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec805370> <<< 138029 1726888231.30461: 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' <<< 138029 1726888231.30523: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec129400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec7de390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec78bd70> <<< 138029 1726888231.30750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f37ec7de990> <<< 138029 1726888231.30996: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_99h_p_pq/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 138029 1726888231.31124: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.31154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888231.31178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888231.31324: 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' <<< 138029 1726888231.31328: 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 0x7f37ec183200> <<< 138029 1726888231.31343: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888231.31505: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec1620f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec161250> <<< 138029 1726888231.31541: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.31619: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888231.31623: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888231.31644: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.33073: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.34070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888231.34200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec1814f0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f37ec1a6ae0> <<< 138029 1726888231.34283: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec1a6870> <<< 138029 1726888231.34290: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec1a6180> <<< 138029 1726888231.34293: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888231.34324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888231.34327: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec1a65d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec9929c0> import 'atexit' # <<< 138029 1726888231.34380: 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 0x7f37ec1a7800> <<< 138029 1726888231.34466: 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 0x7f37ec1a7a40> <<< 138029 1726888231.34469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888231.34508: 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 0x7f37ec1a7f80> <<< 138029 1726888231.34528: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888231.34539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888231.34561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888231.34592: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec015cd0> <<< 138029 1726888231.34713: 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 0x7f37ec0178f0> <<< 138029 1726888231.34716: 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 0x7f37ec01c230> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888231.34756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888231.34777: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec01d3a0> <<< 138029 1726888231.34904: 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' <<< 138029 1726888231.34907: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec01fe90> <<< 138029 1726888231.34940: 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 0x7f37eca22c00> <<< 138029 1726888231.34961: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec01e150> <<< 138029 1726888231.35039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888231.35051: 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 <<< 138029 1726888231.35150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888231.35153: 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 0x7f37ec023da0> import '_tokenize' # <<< 138029 1726888231.35192: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec022870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec0225d0> <<< 138029 1726888231.35221: 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' <<< 138029 1726888231.35327: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec022b40> <<< 138029 1726888231.35377: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec01e660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ec067ec0> <<< 138029 1726888231.35410: 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 0x7f37ec0681d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 138029 1726888231.35493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888231.35506: 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 0x7f37ec069c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec069a30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888231.35595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888231.35643: 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 0x7f37ec06c1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec06a330> <<< 138029 1726888231.35675: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888231.35810: 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 <<< 138029 1726888231.35827: 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 0x7f37ec06f9b0> <<< 138029 1726888231.35918: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec06c380> <<< 138029 1726888231.35976: 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 0x7f37ec070530> <<< 138029 1726888231.36004: 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 0x7f37ec070b90> <<< 138029 1726888231.36149: 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 0x7f37ec070ad0> <<< 138029 1726888231.36182: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec068350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f37ec0fc290> <<< 138029 1726888231.36325: 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 0x7f37ec0fd550> <<< 138029 1726888231.36341: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec072a20> <<< 138029 1726888231.36380: 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 0x7f37ec073dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec072660> # zipimport: zlib available <<< 138029 1726888231.36420: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888231.36433: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.36512: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.36710: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.36713: 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 <<< 138029 1726888231.36790: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.36916: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.37441: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.38188: 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 0x7f37ebf01670> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f37ebf02510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec0fd8e0> <<< 138029 1726888231.38237: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888231.38269: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.38304: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 138029 1726888231.38310: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.38443: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.38603: 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' <<< 138029 1726888231.38631: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebf02240> # zipimport: zlib available <<< 138029 1726888231.39079: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.39608: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888231.39673: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888231.39697: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.39726: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.39761: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888231.39847: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.39915: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888231.39961: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888231.39980: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.40074: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888231.40299: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.40598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888231.40623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888231.40657: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebf03620> # zipimport: zlib available <<< 138029 1726888231.40727: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.40862: 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' # <<< 138029 1726888231.40889: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.40899: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.40957: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888231.40982: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.41174: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.41177: 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 <<< 138029 1726888231.41191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888231.41278: 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 0x7f37ebf0e000> <<< 138029 1726888231.41306: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebf0bfe0> <<< 138029 1726888231.41338: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888231.41354: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.41415: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.41485: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.41536: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.41556: 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' <<< 138029 1726888231.41705: 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' <<< 138029 1726888231.41719: 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' <<< 138029 1726888231.41775: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec0028d0> <<< 138029 1726888231.41815: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec1e25d0> <<< 138029 1726888231.41894: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebf0e0f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebf03020> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888231.41926: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.41942: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.42069: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888231.42080: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888231.42980: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.43273: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.43887: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.44560: 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' <<< 138029 1726888231.44589: stdout chunk (state=3): >>>import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa05c0> # /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 0x7f37ebfa0800> <<< 138029 1726888231.44622: 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' <<< 138029 1726888231.44644: 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' <<< 138029 1726888231.44675: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 138029 1726888231.44699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa0f50> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa0ad0> <<< 138029 1726888231.44726: 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' <<< 138029 1726888231.44784: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa1820> <<< 138029 1726888231.44795: 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' <<< 138029 1726888231.44848: 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' <<< 138029 1726888231.44889: 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' <<< 138029 1726888231.44929: 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' <<< 138029 1726888231.45107: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebf8d7c0> # /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 0x7f37ebf8cdd0> # /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' <<< 138029 1726888231.45112: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebb7a540> <<< 138029 1726888231.45114: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa3020> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 138029 1726888231.45134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 138029 1726888231.45167: 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' <<< 138029 1726888231.45213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 138029 1726888231.45227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 138029 1726888231.45352: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebb7d100> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebb7bc80> <<< 138029 1726888231.45360: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebb7aff0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa24b0> <<< 138029 1726888231.45417: 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 <<< 138029 1726888231.45529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 138029 1726888231.45532: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 138029 1726888231.45542: 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 0x7f37ebbe9100> <<< 138029 1726888231.45650: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebba1220> <<< 138029 1726888231.45837: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa2960> <<< 138029 1726888231.45871: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 138029 1726888231.45914: 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 0x7f37ebbf0b00> <<< 138029 1726888231.46031: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebbeae70> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebba0b90> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa1b80> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa18b0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa15e0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa0860> <<< 138029 1726888231.46173: 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 0x7f37ebfa17c0> # /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' <<< 138029 1726888231.46190: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebbf1160> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebbf0d70> # /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' <<< 138029 1726888231.46229: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebbf1880> <<< 138029 1726888231.46253: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 138029 1726888231.46332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 138029 1726888231.46353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888231.46380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888231.46496: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888231.46527: 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 0x7f37ebbd7fb0> <<< 138029 1726888231.46722: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebbd5550> <<< 138029 1726888231.46854: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebbf26f0> # /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 0x7f37ebbd4fe0> # /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 0x7f37ebc0e360> <<< 138029 1726888231.46892: 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' <<< 138029 1726888231.46920: 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 0x7f37ebc0eff0> <<< 138029 1726888231.46959: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebc0eab0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 138029 1726888231.47187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebc0f500> # /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' <<< 138029 1726888231.47391: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebbe3aa0> <<< 138029 1726888231.47422: 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' <<< 138029 1726888231.47453: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebafdee0> <<< 138029 1726888231.47502: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.47609: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 138029 1726888231.47624: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.47747: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.48185: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 138029 1726888231.48188: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.48251: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 138029 1726888231.48345: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888231.48818: 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' <<< 138029 1726888231.48848: 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 <<< 138029 1726888231.48877: 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 <<< 138029 1726888231.48930: 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 0x7f37ebb3ef90> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888231.49014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888231.49081: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebb3f0b0> <<< 138029 1726888231.49130: 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 <<< 138029 1726888231.49182: 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 0x7f37eb88f230> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb88ea80> <<< 138029 1726888231.49290: 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 0x7f37eb88ec00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebb3f5f0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebb3e180> # /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 0x7f37ebb3ec30> <<< 138029 1726888231.49319: 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 <<< 138029 1726888231.49393: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 138029 1726888231.49423: 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' <<< 138029 1726888231.49460: 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' <<< 138029 1726888231.49676: 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 0x7f37eb908800> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb9083e0> # /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' <<< 138029 1726888231.49713: 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 0x7f37eb90bf80> <<< 138029 1726888231.49757: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb9088f0> <<< 138029 1726888231.49777: 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 <<< 138029 1726888231.49872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 138029 1726888231.51089: 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 0x7f37eb6e71d0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb930230> # /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 0x7f37eb760e60> <<< 138029 1726888231.51214: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb6e76e0> <<< 138029 1726888231.51239: 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 <<< 138029 1726888231.51278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 138029 1726888231.51351: 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 0x7f37eb763d10> <<< 138029 1726888231.51389: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb760ef0> <<< 138029 1726888231.51417: 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 <<< 138029 1726888231.51453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 138029 1726888231.51536: 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 0x7f37eb7a3e90> <<< 138029 1726888231.51583: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb7a00e0> <<< 138029 1726888231.51610: 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' <<< 138029 1726888231.51781: 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 0x7f37e9a75130> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a74530> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb8abf20> # /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' <<< 138029 1726888231.51806: 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 <<< 138029 1726888231.51823: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 138029 1726888231.51912: 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 0x7f37e9a90620> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a77a70> <<< 138029 1726888231.51916: 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 <<< 138029 1726888231.51976: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 138029 1726888231.52032: 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' <<< 138029 1726888231.52116: 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 0x7f37e9a92c90> <<< 138029 1726888231.52122: 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' <<< 138029 1726888231.52125: 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 0x7f37e9a93b90> <<< 138029 1726888231.52127: 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 <<< 138029 1726888231.52129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888231.52596: 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 0x7f37e9ac04a0> <<< 138029 1726888231.52638: 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 <<< 138029 1726888231.52812: 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 0x7f37e9ac1a30> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a93dd0> <<< 138029 1726888231.52815: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a92b40> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a924e0> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py <<< 138029 1726888231.52828: 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 0x7f37e9ac3650> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a930b0> <<< 138029 1726888231.52901: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a90980> <<< 138029 1726888231.52923: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a77080> <<< 138029 1726888231.52962: 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' <<< 138029 1726888231.53093: 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 0x7f37e9a777a0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a77500> <<< 138029 1726888231.53127: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a752b0> <<< 138029 1726888231.53159: 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 0x7f37e9af8c80> <<< 138029 1726888231.53206: 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 <<< 138029 1726888231.53246: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 138029 1726888231.53365: 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' <<< 138029 1726888231.53369: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9afb140> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888231.53439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9afb920> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9afa4b0> # /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' <<< 138029 1726888231.53553: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b24170> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9af8c50> # /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' <<< 138029 1726888231.53629: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b25bb0> <<< 138029 1726888231.53652: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b25130> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b24f50> # /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' <<< 138029 1726888231.53787: 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' <<< 138029 1726888231.53803: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /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 0x7f37e9b50c50> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 138029 1726888231.53848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 138029 1726888231.53873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888231.53924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888231.53962: 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' <<< 138029 1726888231.54015: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e941ecc0> # 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 0x7f37e941f020> <<< 138029 1726888231.54069: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b52f30> <<< 138029 1726888231.54226: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b51100> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b50140> <<< 138029 1726888231.54229: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b26390> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b260c0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py <<< 138029 1726888231.54315: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888231.54319: 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 <<< 138029 1726888231.54371: 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 0x7f37e9458bf0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e941fd10> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b268d0> <<< 138029 1726888231.54440: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9459280> <<< 138029 1726888231.54697: 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 0x7f37e9459610> # /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 0x7f37e94596d0> <<< 138029 1726888231.54700: 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 0x7f37e94597f0> # /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 <<< 138029 1726888231.54707: stdout chunk (state=3): >>># 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 0x7f37e94783e0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e945a510> # /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 0x7f37e9478530> <<< 138029 1726888231.55211: 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 0x7f37e9478620> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9459640> # /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 0x7f37e9478710> # /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' <<< 138029 1726888231.55215: 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 0x7f37e94c81d0> <<< 138029 1726888231.55217: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e94a35f0> <<< 138029 1726888231.55220: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e94a2060> <<< 138029 1726888231.55360: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9479fa0> <<< 138029 1726888231.55396: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9479400> # /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 0x7f37e947b380> <<< 138029 1726888231.55430: 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 <<< 138029 1726888231.55459: 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 0x7f37ecb6b650> <<< 138029 1726888231.55488: 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 0x7f37e94e49e0> <<< 138029 1726888231.55576: 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 0x7f37e94e4c50> # /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' <<< 138029 1726888231.55600: 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 0x7f37e94e5580> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e94e5040> <<< 138029 1726888231.55638: 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 0x7f37e94e6450> <<< 138029 1726888231.55673: stdout chunk (state=3): >>>import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb88f350> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebb3df70> <<< 138029 1726888231.56222: 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 <<< 138029 1726888231.56236: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 138029 1726888231.56272: 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 0x7f37e94e7080> <<< 138029 1726888231.56308: 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' <<< 138029 1726888231.56366: 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 <<< 138029 1726888231.56396: 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 <<< 138029 1726888231.56445: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 138029 1726888231.56489: 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 0x7f37e92b3b00> <<< 138029 1726888231.56533: 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 <<< 138029 1726888231.56588: 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 <<< 138029 1726888231.56640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888231.56710: 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 0x7f37e92d9b20> <<< 138029 1726888231.56762: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e92d96d0> <<< 138029 1726888231.56876: 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 0x7f37ec982870> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e92d85c0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e92b3e00> <<< 138029 1726888231.56879: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e92b0b60> <<< 138029 1726888231.56900: 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 0x7f37e92d83b0> # /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 <<< 138029 1726888231.56967: 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 <<< 138029 1726888231.56985: 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 0x7f37e92ef140> <<< 138029 1726888231.57009: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e92edc70> <<< 138029 1726888231.57130: 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 <<< 138029 1726888231.57133: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 138029 1726888231.57136: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9314950> # /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 0x7f37e9314c20> # /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' <<< 138029 1726888231.57208: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9314e60> # /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' <<< 138029 1726888231.57268: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9315100> # /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 <<< 138029 1726888231.57279: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 138029 1726888231.57322: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e93157f0> <<< 138029 1726888231.57422: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9315640> # /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 0x7f37e93170e0> # /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 0x7f37e9317230> # /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 <<< 138029 1726888231.57485: 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 0x7f37e9317440> <<< 138029 1726888231.57488: 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 <<< 138029 1726888231.57491: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 138029 1726888231.57547: 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 <<< 138029 1726888231.57550: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 138029 1726888231.57562: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e932c3b0> <<< 138029 1726888231.57767: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9317bf0> # /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 0x7f37e932c5c0> # /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 0x7f37e932d370> <<< 138029 1726888231.57771: 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 0x7f37e932d550> # /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 <<< 138029 1726888231.57814: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 138029 1726888231.57817: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e932d820> # /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 0x7f37e932e720> # /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' <<< 138029 1726888231.57850: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e932e990> <<< 138029 1726888231.57858: 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 <<< 138029 1726888231.57905: 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 0x7f37e932eba0> # /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 <<< 138029 1726888231.57978: 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 <<< 138029 1726888231.58320: 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 0x7f37e932f7a0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e932f2c0> # /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' <<< 138029 1726888231.58324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 138029 1726888231.58327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9354650> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e932ff50> # /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 0x7f37e93552e0> # /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 0x7f37e93555b0> # /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 0x7f37e93564e0> # /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 0x7f37e9356750> # /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 0x7f37e93568d0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e94e74a0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e94e7230> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e94e6990> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py <<< 138029 1726888231.58345: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 138029 1726888231.58381: 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 0x7f37e9357290> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9356fc0> <<< 138029 1726888231.58420: 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' <<< 138029 1726888231.58446: 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 <<< 138029 1726888231.58481: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888231.58509: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 138029 1726888231.58545: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 138029 1726888231.58611: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e937d730> <<< 138029 1726888231.58629: 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' <<< 138029 1726888231.58711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888231.58752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 138029 1726888231.58757: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e937eea0> <<< 138029 1726888231.58805: 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 0x7f37e937e090> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e937dc40> <<< 138029 1726888231.58870: 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 <<< 138029 1726888231.58911: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 138029 1726888231.58950: 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 0x7f37e90cc770> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e90b7b90> <<< 138029 1726888231.58996: 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 <<< 138029 1726888231.58999: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 138029 1726888231.59089: 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' <<< 138029 1726888231.59118: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e90cf3b0> # /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 0x7f37e90cfef0> <<< 138029 1726888231.59176: 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 <<< 138029 1726888231.59196: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win <<< 138029 1726888231.59334: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e90ccda0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e90cca70> <<< 138029 1726888231.59337: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9357560> # /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 0x7f37e937c980> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e93572c0> <<< 138029 1726888231.59339: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e94e71a0> <<< 138029 1726888231.59372: 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 <<< 138029 1726888231.59382: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 138029 1726888231.59431: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e90f6090> <<< 138029 1726888231.59518: 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' <<< 138029 1726888231.59521: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e90f6960> <<< 138029 1726888231.59616: 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 0x7f37e90f7950> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 138029 1726888231.59646: 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 0x7f37e90f7fb0> # /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' <<< 138029 1726888231.59739: 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' # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888231.59841: 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 0x7f37e91216a0> <<< 138029 1726888231.59865: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9121070> <<< 138029 1726888231.59890: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9120d10> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e91209b0> # /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 <<< 138029 1726888231.59967: 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 0x7f37e9121eb0> <<< 138029 1726888231.60046: 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' <<< 138029 1726888231.60059: 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 <<< 138029 1726888231.60089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e91234a0> # /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 0x7f37e9123560> <<< 138029 1726888231.60183: 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' <<< 138029 1726888231.60261: 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 0x7f37e9123c50> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9123b00> <<< 138029 1726888231.60463: 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 <<< 138029 1726888231.60468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py <<< 138029 1726888231.60506: 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 # 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 0x7f37e91521b0> # /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' <<< 138029 1726888231.60534: 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 0x7f37e91533b0> <<< 138029 1726888231.60565: 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 0x7f37e9153620> <<< 138029 1726888231.60584: 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' <<< 138029 1726888231.60617: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888231.60641: 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 0x7f37e91537a0> <<< 138029 1726888231.60684: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e91535c0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9152e70> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9152300> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e91515e0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9150b60> <<< 138029 1726888231.60719: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9150410> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9122f90> <<< 138029 1726888231.60769: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9122480> <<< 138029 1726888231.60894: 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 0x7f37e91534d0> <<< 138029 1726888231.60900: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9153ce0> <<< 138029 1726888231.60917: 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 0x7f37e917c5f0> # /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' <<< 138029 1726888231.61053: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e917c9b0> # /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 0x7f37e917d2e0> <<< 138029 1726888231.61071: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e917de50> <<< 138029 1726888231.73943: 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}}} <<< 138029 1726888231.75207: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 138029 1726888231.75227: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888231.75712: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888231.75787: 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 <<< 138029 1726888231.75910: 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # 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<<< 138029 1726888231.76007: stdout chunk (state=3): >>>.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # 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 <<< 138029 1726888231.76047: stdout chunk (state=3): >>># cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # 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 <<< 138029 1726888231.76672: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 138029 1726888231.76711: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy distro.distro <<< 138029 1726888231.76752: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 138029 1726888231.76791: 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 <<< 138029 1726888231.77008: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 138029 1726888231.77013: 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 <<< 138029 1726888231.77016: stdout chunk (state=3): >>># destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module <<< 138029 1726888231.77019: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # 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 <<< 138029 1726888231.77021: 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 <<< 138029 1726888231.77113: 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 # 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 <<< 138029 1726888231.77183: stdout chunk (state=3): >>># cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar <<< 138029 1726888231.77191: 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 # 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 <<< 138029 1726888231.77224: 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 <<< 138029 1726888231.77274: 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 <<< 138029 1726888231.77382: stdout chunk (state=3): >>># cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # 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 <<< 138029 1726888231.77452: stdout chunk (state=3): >>># cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping 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 <<< 138029 1726888231.77548: 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 <<< 138029 1726888231.77573: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] 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 <<< 138029 1726888231.78128: 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 <<< 138029 1726888231.78134: stdout chunk (state=3): >>># destroy _compat_pickle <<< 138029 1726888231.78216: stdout chunk (state=3): >>># 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 <<< 138029 1726888231.78220: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves <<< 138029 1726888231.78283: stdout chunk (state=3): >>># destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex <<< 138029 1726888231.78288: stdout chunk (state=3): >>># destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib <<< 138029 1726888231.78324: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 138029 1726888231.78375: 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 <<< 138029 1726888231.78378: stdout chunk (state=3): >>># destroy rpm <<< 138029 1726888231.78521: 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 <<< 138029 1726888231.78644: stdout chunk (state=3): >>># destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 138029 1726888231.78674: stdout chunk (state=3): >>># destroy _ssl # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888231.78832: 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 <<< 138029 1726888231.78835: stdout chunk (state=3): >>># destroy _random <<< 138029 1726888231.78838: stdout chunk (state=3): >>># destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726888231.79947: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888231.79951: stdout chunk (state=3): >>><<< 138029 1726888231.79953: stderr chunk (state=3): >>><<< 138029 1726888231.80350: _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 0x7f37ecb683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ecb37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ecb6a960> 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 0x7f37ec93cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f37ec93dfd0> 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 0x7f37ec983e00> # /usr/lib64/python3.12/__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 0x7f37ec983ec0> # /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 0x7f37ec9b3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec9b3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec993ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec9911f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec980fb0> # /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 0x7f37ec9d7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec9d6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec9921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec9d4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca08860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec980230> # /usr/lib64/python3.12/__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 0x7f37eca08d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca08bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37eca08f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec976d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f37eca09610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca092e0> 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 0x7f37eca0a510> 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 0x7f37eca20710> 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 0x7f37eca21df0> # /usr/lib64/python3.12/__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 0x7f37eca22c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37eca232f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca221e0> # /usr/lib64/python3.12/__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 0x7f37eca23d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca234a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca0a540> # /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 0x7f37ec75fc50> # /usr/lib64/python3.12/__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 0x7f37ec788770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec7884d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ec7887a0> # /usr/lib64/python3.12/__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 0x7f37ec7890d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ec789ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec788980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec75ddf0> # /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 0x7f37ec78ae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec789940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eca0ac30> # /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 0x7f37ec7b71a0> # /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 0x7f37ec7df590> # /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 0x7f37ec838350> # /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 0x7f37ec83aab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec838470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec805370> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec129400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec7de390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec78bd70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f37ec7de990> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_99h_p_pq/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 0x7f37ec183200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec1620f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec161250> # 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 0x7f37ec1814f0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f37ec1a6ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec1a6870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec1a6180> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f37ec1a65d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec9929c0> 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 0x7f37ec1a7800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ec1a7a40> # /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 0x7f37ec1a7f80> 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 0x7f37ec015cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ec0178f0> # /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 0x7f37ec01c230> # /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 0x7f37ec01d3a0> # /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 0x7f37ec01fe90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37eca22c00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec01e150> # /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 0x7f37ec023da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec022870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec0225d0> # /usr/lib64/python3.12/__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 0x7f37ec022b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec01e660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ec067ec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec0681d0> # /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 0x7f37ec069c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec069a30> # /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 0x7f37ec06c1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec06a330> # /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 0x7f37ec06f9b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec06c380> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ec070530> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ec070b90> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ec070ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec068350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f37ec0fc290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ec0fd550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec072a20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37ec073dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec072660> # 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 0x7f37ebf01670> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f37ebf02510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec0fd8e0> 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 0x7f37ebf02240> # 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 0x7f37ebf03620> # 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 0x7f37ebf0e000> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebf0bfe0> 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 0x7f37ec0028d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ec1e25d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebf0e0f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebf03020> # 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 0x7f37ebfa05c0> # /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 0x7f37ebfa0800> # /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 0x7f37ebfa0f50> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa0ad0> # /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 0x7f37ebfa1820> # /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 0x7f37ebf8d7c0> # /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 0x7f37ebf8cdd0> # /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 0x7f37ebb7a540> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa3020> # /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 0x7f37ebb7d100> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebb7bc80> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebb7aff0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa24b0> # /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 0x7f37ebbe9100> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebba1220> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa2960> # /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 0x7f37ebbf0b00> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebbeae70> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebba0b90> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa1b80> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa18b0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa15e0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebfa0860> # /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 0x7f37ebfa17c0> # /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 0x7f37ebbf1160> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebbf0d70> # /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 0x7f37ebbf1880> # /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 0x7f37ebbd7fb0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebbd5550> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebbf26f0> # /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 0x7f37ebbd4fe0> # /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 0x7f37ebc0e360> # /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 0x7f37ebc0eff0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebc0eab0> # /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 0x7f37ebc0f500> # /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 0x7f37ebbe3aa0> # /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 0x7f37ebafdee0> # 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 0x7f37ebb3ef90> # /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 0x7f37ebb3f0b0> # /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 0x7f37eb88f230> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb88ea80> # 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 0x7f37eb88ec00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebb3f5f0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebb3e180> # /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 0x7f37ebb3ec30> # /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 0x7f37eb908800> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb9083e0> # /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 0x7f37eb90bf80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb9088f0> # /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 0x7f37eb6e71d0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb930230> # /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 0x7f37eb760e60> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb6e76e0> # /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 0x7f37eb763d10> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb760ef0> # /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 0x7f37eb7a3e90> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb7a00e0> # /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 0x7f37e9a75130> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a74530> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb8abf20> # /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 0x7f37e9a90620> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a77a70> # /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 0x7f37e9a92c90> # /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 0x7f37e9a93b90> # /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 0x7f37e9ac04a0> # /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 0x7f37e9ac1a30> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a93dd0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a92b40> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a924e0> # /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 0x7f37e9ac3650> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a930b0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a90980> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a77080> # /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 0x7f37e9a777a0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a77500> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9a752b0> # /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 0x7f37e9af8c80> # /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 0x7f37e9afb140> # /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 0x7f37e9afb920> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9afa4b0> # /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 0x7f37e9b24170> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9af8c50> # /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 0x7f37e9b25bb0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b25130> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b24f50> # /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 0x7f37e9b50c50> # /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 0x7f37e941ecc0> # 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 0x7f37e941f020> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b52f30> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b51100> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b50140> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b26390> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b260c0> # /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 0x7f37e9458bf0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e941fd10> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9b268d0> # /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 0x7f37e9459280> # /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 0x7f37e9459610> # /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 0x7f37e94596d0> # /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 0x7f37e94597f0> # /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 0x7f37e94783e0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e945a510> # /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 0x7f37e9478530> # /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 0x7f37e9478620> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9459640> # /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 0x7f37e9478710> # /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 0x7f37e94c81d0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e94a35f0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e94a2060> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9479fa0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9479400> # /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 0x7f37e947b380> # /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 0x7f37ecb6b650> # /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 0x7f37e94e49e0> # /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 0x7f37e94e4c50> # /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 0x7f37e94e5580> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e94e5040> # /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 0x7f37e94e6450> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37eb88f350> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37ebb3df70> # /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 0x7f37e94e7080> # /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 0x7f37e92b3b00> # /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 0x7f37e92d9b20> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e92d96d0> # 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 0x7f37ec982870> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e92d85c0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e92b3e00> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e92b0b60> # /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 0x7f37e92d83b0> # /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 0x7f37e92ef140> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e92edc70> # /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 0x7f37e9314950> # /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 0x7f37e9314c20> # /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 0x7f37e9314e60> # /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 0x7f37e9315100> # /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 0x7f37e93157f0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9315640> # /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 0x7f37e93170e0> # /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 0x7f37e9317230> # /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 0x7f37e9317440> # /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 0x7f37e932c3b0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9317bf0> # /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 0x7f37e932c5c0> # /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 0x7f37e932d370> # /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 0x7f37e932d550> # /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 0x7f37e932d820> # /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 0x7f37e932e720> # /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 0x7f37e932e990> # /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 0x7f37e932eba0> # /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 0x7f37e932f7a0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e932f2c0> # /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 0x7f37e9354650> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e932ff50> # /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 0x7f37e93552e0> # /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 0x7f37e93555b0> # /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 0x7f37e93564e0> # /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 0x7f37e9356750> # /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 0x7f37e93568d0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e94e74a0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e94e7230> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e94e6990> # /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 0x7f37e9357290> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9356fc0> # /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 0x7f37e937d730> # /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 0x7f37e937eea0> # 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 0x7f37e937e090> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e937dc40> # /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 0x7f37e90cc770> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e90b7b90> # /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 0x7f37e90cf3b0> # /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 0x7f37e90cfef0> # /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 0x7f37e90ccda0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e90cca70> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9357560> # /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 0x7f37e937c980> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e93572c0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e94e71a0> # /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 0x7f37e90f6090> # /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 0x7f37e90f6960> # /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 0x7f37e90f7950> # /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 0x7f37e90f7fb0> # /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 0x7f37e91216a0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9121070> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9120d10> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e91209b0> # /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 0x7f37e9121eb0> # /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 0x7f37e91234a0> # /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 0x7f37e9123560> # /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 0x7f37e9123c50> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9123b00> # /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 0x7f37e91521b0> # /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 0x7f37e91533b0> # /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 0x7f37e9153620> # /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 0x7f37e91537a0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e91535c0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9152e70> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9152300> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e91515e0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9150b60> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9150410> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9122f90> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37e9122480> # /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 0x7f37e91534d0> # /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 0x7f37e9153ce0> # /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 0x7f37e917c5f0> # /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 0x7f37e917c9b0> # /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 0x7f37e917d2e0> # /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 0x7f37e917de50> {"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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888231.82780: 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-1726888231.0682895-145632-240074701744950/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888231.82784: _low_level_execute_command(): starting 138029 1726888231.82786: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888231.0682895-145632-240074701744950/ > /dev/null 2>&1 && sleep 0' 138029 1726888231.82788: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888231.82790: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888231.82792: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888231.82795: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888231.82796: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888231.84399: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888231.84403: stderr chunk (state=3): >>><<< 138029 1726888231.84406: stdout chunk (state=3): >>><<< 138029 1726888231.84408: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888231.84410: handler run complete 138029 1726888231.84430: attempt loop complete, returning result 138029 1726888231.84534: _execute() done 138029 1726888231.84538: dumping result to json 138029 1726888231.84546: done dumping result, returning 138029 1726888231.84558: done running TaskExecutor() for managed_node3/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-5a58-73a2-00000000365b] 138029 1726888231.84563: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000365b ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 138029 1726888231.84939: no more pending results, returning what we have 138029 1726888231.84942: results queue empty 138029 1726888231.84944: checking for any_errors_fatal 138029 1726888231.84951: done checking for any_errors_fatal 138029 1726888231.84952: checking for max_fail_percentage 138029 1726888231.84953: done checking for max_fail_percentage 138029 1726888231.84954: checking to see if all hosts have failed and the running result is not ok 138029 1726888231.84958: done checking to see if all hosts have failed 138029 1726888231.84959: getting the remaining hosts for this loop 138029 1726888231.84960: done getting the remaining hosts for this loop 138029 1726888231.84967: getting the next task for host managed_node3 138029 1726888231.84976: done getting next task for host managed_node3 138029 1726888231.84979: ^ task is: TASK: Collect LUKS info for this volume 138029 1726888231.84986: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888231.84991: getting variables 138029 1726888231.84992: in VariableManager get_vars() 138029 1726888231.85027: Calling all_inventory to load vars for managed_node3 138029 1726888231.85029: Calling groups_inventory to load vars for managed_node3 138029 1726888231.85032: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888231.85042: Calling all_plugins_play to load vars for managed_node3 138029 1726888231.85046: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888231.85048: Calling groups_plugins_play to load vars for managed_node3 138029 1726888231.85961: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000365b 138029 1726888231.85967: WORKER PROCESS EXITING 138029 1726888231.86147: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888231.87349: done with get_vars() 138029 1726888231.87471: done getting variables 138029 1726888231.87526: 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:10:31 -0400 (0:00:00.918) 0:04:04.599 ****** 138029 1726888231.87570: entering _queue_task() for managed_node3/command 138029 1726888231.88221: worker is 1 (out of 1 available) 138029 1726888231.88238: exiting _queue_task() for managed_node3/command 138029 1726888231.88249: done queuing things up, now waiting for results queue to drain 138029 1726888231.88250: waiting for pending results... 138029 1726888231.88876: running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume 138029 1726888231.89216: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000365c 138029 1726888231.89302: variable 'ansible_search_path' from source: unknown 138029 1726888231.89507: calling self._execute() 138029 1726888231.89739: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888231.90061: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888231.90064: variable 'omit' from source: magic vars 138029 1726888231.90761: variable 'storage_test_volume' from source: include params 138029 1726888231.90902: variable '_storage_test_volume_present' from source: set_fact 138029 1726888231.90933: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 138029 1726888231.90940: when evaluation is False, skipping this task 138029 1726888231.90947: _execute() done 138029 1726888231.90954: dumping result to json 138029 1726888231.90964: done dumping result, returning 138029 1726888231.90975: done running TaskExecutor() for managed_node3/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-5a58-73a2-00000000365c] 138029 1726888231.90989: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000365c skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888231.91156: no more pending results, returning what we have 138029 1726888231.91161: results queue empty 138029 1726888231.91162: checking for any_errors_fatal 138029 1726888231.91186: done checking for any_errors_fatal 138029 1726888231.91187: checking for max_fail_percentage 138029 1726888231.91189: done checking for max_fail_percentage 138029 1726888231.91190: checking to see if all hosts have failed and the running result is not ok 138029 1726888231.91191: done checking to see if all hosts have failed 138029 1726888231.91191: getting the remaining hosts for this loop 138029 1726888231.91193: done getting the remaining hosts for this loop 138029 1726888231.91197: getting the next task for host managed_node3 138029 1726888231.91207: done getting next task for host managed_node3 138029 1726888231.91209: ^ task is: TASK: Verify the presence/absence of the LUKS device node 138029 1726888231.91218: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888231.91226: getting variables 138029 1726888231.91227: in VariableManager get_vars() 138029 1726888231.91371: Calling all_inventory to load vars for managed_node3 138029 1726888231.91374: Calling groups_inventory to load vars for managed_node3 138029 1726888231.91377: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888231.91389: Calling all_plugins_play to load vars for managed_node3 138029 1726888231.91392: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888231.91394: Calling groups_plugins_play to load vars for managed_node3 138029 1726888231.91938: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000365c 138029 1726888231.91942: WORKER PROCESS EXITING 138029 1726888231.92407: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888231.93065: done with get_vars() 138029 1726888231.93081: done getting variables 138029 1726888231.93147: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:31 -0400 (0:00:00.056) 0:04:04.655 ****** 138029 1726888231.93189: entering _queue_task() for managed_node3/assert 138029 1726888231.93512: worker is 1 (out of 1 available) 138029 1726888231.93524: exiting _queue_task() for managed_node3/assert 138029 1726888231.93537: done queuing things up, now waiting for results queue to drain 138029 1726888231.93539: waiting for pending results... 138029 1726888231.93889: running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node 138029 1726888231.94044: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000365d 138029 1726888231.94075: variable 'ansible_search_path' from source: unknown 138029 1726888231.94123: calling self._execute() 138029 1726888231.94263: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888231.94276: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888231.94289: variable 'omit' from source: magic vars 138029 1726888231.94697: variable 'storage_test_volume' from source: include params 138029 1726888231.94733: Evaluated conditional (storage_test_volume.encryption): False 138029 1726888231.94748: when evaluation is False, skipping this task 138029 1726888231.94757: _execute() done 138029 1726888231.94767: dumping result to json 138029 1726888231.94775: done dumping result, returning 138029 1726888231.94785: done running TaskExecutor() for managed_node3/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-5a58-73a2-00000000365d] 138029 1726888231.94796: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000365d skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888231.95070: no more pending results, returning what we have 138029 1726888231.95074: results queue empty 138029 1726888231.95076: checking for any_errors_fatal 138029 1726888231.95088: done checking for any_errors_fatal 138029 1726888231.95089: checking for max_fail_percentage 138029 1726888231.95091: done checking for max_fail_percentage 138029 1726888231.95092: checking to see if all hosts have failed and the running result is not ok 138029 1726888231.95093: done checking to see if all hosts have failed 138029 1726888231.95093: getting the remaining hosts for this loop 138029 1726888231.95095: done getting the remaining hosts for this loop 138029 1726888231.95099: getting the next task for host managed_node3 138029 1726888231.95109: done getting next task for host managed_node3 138029 1726888231.95113: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888231.95123: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888231.95129: getting variables 138029 1726888231.95131: in VariableManager get_vars() 138029 1726888231.95174: Calling all_inventory to load vars for managed_node3 138029 1726888231.95177: Calling groups_inventory to load vars for managed_node3 138029 1726888231.95181: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888231.95192: Calling all_plugins_play to load vars for managed_node3 138029 1726888231.95195: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888231.95198: Calling groups_plugins_play to load vars for managed_node3 138029 1726888231.95962: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000365d 138029 1726888231.95968: WORKER PROCESS EXITING 138029 1726888231.96520: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888231.97969: done with get_vars() 138029 1726888231.97986: done getting variables 138029 1726888231.98047: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:31 -0400 (0:00:00.048) 0:04:04.704 ****** 138029 1726888231.98088: entering _queue_task() for managed_node3/assert 138029 1726888231.98811: worker is 1 (out of 1 available) 138029 1726888231.98823: exiting _queue_task() for managed_node3/assert 138029 1726888231.98835: done queuing things up, now waiting for results queue to drain 138029 1726888231.98837: waiting for pending results... 138029 1726888231.99263: running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted 138029 1726888231.99427: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000365e 138029 1726888231.99449: variable 'ansible_search_path' from source: unknown 138029 1726888231.99501: calling self._execute() 138029 1726888231.99643: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888231.99657: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888231.99676: variable 'omit' from source: magic vars 138029 1726888232.00083: variable '_storage_test_volume_present' from source: set_fact 138029 1726888232.00098: Evaluated conditional (_storage_test_volume_present): False 138029 1726888232.00105: when evaluation is False, skipping this task 138029 1726888232.00112: _execute() done 138029 1726888232.00119: dumping result to json 138029 1726888232.00126: done dumping result, returning 138029 1726888232.00135: done running TaskExecutor() for managed_node3/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-5a58-73a2-00000000365e] 138029 1726888232.00257: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000365e 138029 1726888232.00332: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000365e 138029 1726888232.00335: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888232.00389: no more pending results, returning what we have 138029 1726888232.00394: results queue empty 138029 1726888232.00395: checking for any_errors_fatal 138029 1726888232.00406: done checking for any_errors_fatal 138029 1726888232.00407: checking for max_fail_percentage 138029 1726888232.00409: done checking for max_fail_percentage 138029 1726888232.00410: checking to see if all hosts have failed and the running result is not ok 138029 1726888232.00411: done checking to see if all hosts have failed 138029 1726888232.00411: getting the remaining hosts for this loop 138029 1726888232.00414: done getting the remaining hosts for this loop 138029 1726888232.00418: getting the next task for host managed_node3 138029 1726888232.00428: done getting next task for host managed_node3 138029 1726888232.00431: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888232.00439: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888232.00445: getting variables 138029 1726888232.00446: in VariableManager get_vars() 138029 1726888232.00492: Calling all_inventory to load vars for managed_node3 138029 1726888232.00495: Calling groups_inventory to load vars for managed_node3 138029 1726888232.00499: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888232.00513: Calling all_plugins_play to load vars for managed_node3 138029 1726888232.00517: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888232.00520: Calling groups_plugins_play to load vars for managed_node3 138029 1726888232.01341: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888232.02311: done with get_vars() 138029 1726888232.02327: done getting variables 138029 1726888232.02397: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:32 -0400 (0:00:00.043) 0:04:04.747 ****** 138029 1726888232.02432: entering _queue_task() for managed_node3/assert 138029 1726888232.02719: worker is 1 (out of 1 available) 138029 1726888232.02731: exiting _queue_task() for managed_node3/assert 138029 1726888232.02742: done queuing things up, now waiting for results queue to drain 138029 1726888232.02744: waiting for pending results... 138029 1726888232.03575: running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted 138029 1726888232.03621: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000365f 138029 1726888232.03684: variable 'ansible_search_path' from source: unknown 138029 1726888232.03725: calling self._execute() 138029 1726888232.04360: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888232.04367: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888232.04369: variable 'omit' from source: magic vars 138029 1726888232.05022: variable '_storage_test_volume_present' from source: set_fact 138029 1726888232.05034: variable 'storage_test_volume' from source: include params 138029 1726888232.05073: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888232.05081: when evaluation is False, skipping this task 138029 1726888232.05088: _execute() done 138029 1726888232.05095: dumping result to json 138029 1726888232.05102: done dumping result, returning 138029 1726888232.05114: done running TaskExecutor() for managed_node3/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-5a58-73a2-00000000365f] 138029 1726888232.05124: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000365f skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888232.05291: no more pending results, returning what we have 138029 1726888232.05296: results queue empty 138029 1726888232.05297: checking for any_errors_fatal 138029 1726888232.05309: done checking for any_errors_fatal 138029 1726888232.05310: checking for max_fail_percentage 138029 1726888232.05311: done checking for max_fail_percentage 138029 1726888232.05313: checking to see if all hosts have failed and the running result is not ok 138029 1726888232.05313: done checking to see if all hosts have failed 138029 1726888232.05314: getting the remaining hosts for this loop 138029 1726888232.05316: done getting the remaining hosts for this loop 138029 1726888232.05321: getting the next task for host managed_node3 138029 1726888232.05330: done getting next task for host managed_node3 138029 1726888232.05333: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 138029 1726888232.05341: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888232.05347: getting variables 138029 1726888232.05349: in VariableManager get_vars() 138029 1726888232.05393: Calling all_inventory to load vars for managed_node3 138029 1726888232.05396: Calling groups_inventory to load vars for managed_node3 138029 1726888232.05399: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888232.05410: Calling all_plugins_play to load vars for managed_node3 138029 1726888232.05413: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888232.05416: Calling groups_plugins_play to load vars for managed_node3 138029 1726888232.06371: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000365f 138029 1726888232.06374: WORKER PROCESS EXITING 138029 1726888232.06874: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888232.07772: done with get_vars() 138029 1726888232.07788: done getting variables 138029 1726888232.07844: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:32 -0400 (0:00:00.054) 0:04:04.802 ****** 138029 1726888232.07883: entering _queue_task() for managed_node3/assert 138029 1726888232.08578: worker is 1 (out of 1 available) 138029 1726888232.08591: exiting _queue_task() for managed_node3/assert 138029 1726888232.08603: done queuing things up, now waiting for results queue to drain 138029 1726888232.08605: waiting for pending results... 138029 1726888232.08939: running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted 138029 1726888232.09233: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003660 138029 1726888232.09325: variable 'ansible_search_path' from source: unknown 138029 1726888232.09371: calling self._execute() 138029 1726888232.09663: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888232.09676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888232.09765: variable 'omit' from source: magic vars 138029 1726888232.10322: variable '_storage_test_volume_present' from source: set_fact 138029 1726888232.10335: variable 'storage_test_volume' from source: include params 138029 1726888232.10371: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 138029 1726888232.10381: when evaluation is False, skipping this task 138029 1726888232.10390: _execute() done 138029 1726888232.10663: dumping result to json 138029 1726888232.10666: done dumping result, returning 138029 1726888232.10669: done running TaskExecutor() for managed_node3/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-5a58-73a2-000000003660] 138029 1726888232.10671: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003660 138029 1726888232.10739: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003660 138029 1726888232.10742: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 138029 1726888232.10809: no more pending results, returning what we have 138029 1726888232.10812: results queue empty 138029 1726888232.10813: checking for any_errors_fatal 138029 1726888232.10821: done checking for any_errors_fatal 138029 1726888232.10821: checking for max_fail_percentage 138029 1726888232.10823: done checking for max_fail_percentage 138029 1726888232.10824: checking to see if all hosts have failed and the running result is not ok 138029 1726888232.10824: done checking to see if all hosts have failed 138029 1726888232.10825: getting the remaining hosts for this loop 138029 1726888232.10827: done getting the remaining hosts for this loop 138029 1726888232.10831: getting the next task for host managed_node3 138029 1726888232.10839: done getting next task for host managed_node3 138029 1726888232.10841: ^ task is: TASK: Check LUKS version 138029 1726888232.10848: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888232.10853: getting variables 138029 1726888232.10854: in VariableManager get_vars() 138029 1726888232.10897: Calling all_inventory to load vars for managed_node3 138029 1726888232.10900: Calling groups_inventory to load vars for managed_node3 138029 1726888232.10904: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888232.10917: Calling all_plugins_play to load vars for managed_node3 138029 1726888232.10921: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888232.10924: Calling groups_plugins_play to load vars for managed_node3 138029 1726888232.12154: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888232.13578: done with get_vars() 138029 1726888232.13592: done getting variables 138029 1726888232.13648: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:32 -0400 (0:00:00.057) 0:04:04.860 ****** 138029 1726888232.13685: entering _queue_task() for managed_node3/assert 138029 1726888232.14167: worker is 1 (out of 1 available) 138029 1726888232.14179: exiting _queue_task() for managed_node3/assert 138029 1726888232.14188: done queuing things up, now waiting for results queue to drain 138029 1726888232.14190: waiting for pending results... 138029 1726888232.14376: running TaskExecutor() for managed_node3/TASK: Check LUKS version 138029 1726888232.14528: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003661 138029 1726888232.14533: variable 'ansible_search_path' from source: unknown 138029 1726888232.14583: calling self._execute() 138029 1726888232.14716: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888232.14727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888232.14759: variable 'omit' from source: magic vars 138029 1726888232.15168: variable '_storage_test_volume_present' from source: set_fact 138029 1726888232.15187: Evaluated conditional (_storage_test_volume_present): False 138029 1726888232.15269: when evaluation is False, skipping this task 138029 1726888232.15274: _execute() done 138029 1726888232.15277: dumping result to json 138029 1726888232.15279: done dumping result, returning 138029 1726888232.15282: done running TaskExecutor() for managed_node3/TASK: Check LUKS version [0affc8a3-6f6f-5a58-73a2-000000003661] 138029 1726888232.15295: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003661 138029 1726888232.15380: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003661 138029 1726888232.15384: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888232.15450: no more pending results, returning what we have 138029 1726888232.15454: results queue empty 138029 1726888232.15457: checking for any_errors_fatal 138029 1726888232.15470: done checking for any_errors_fatal 138029 1726888232.15471: checking for max_fail_percentage 138029 1726888232.15473: done checking for max_fail_percentage 138029 1726888232.15474: checking to see if all hosts have failed and the running result is not ok 138029 1726888232.15475: done checking to see if all hosts have failed 138029 1726888232.15476: getting the remaining hosts for this loop 138029 1726888232.15477: done getting the remaining hosts for this loop 138029 1726888232.15481: getting the next task for host managed_node3 138029 1726888232.15497: done getting next task for host managed_node3 138029 1726888232.15500: ^ task is: TASK: Check LUKS key size 138029 1726888232.15509: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888232.15516: getting variables 138029 1726888232.15517: in VariableManager get_vars() 138029 1726888232.15558: Calling all_inventory to load vars for managed_node3 138029 1726888232.15561: Calling groups_inventory to load vars for managed_node3 138029 1726888232.15567: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888232.15581: Calling all_plugins_play to load vars for managed_node3 138029 1726888232.15585: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888232.15588: Calling groups_plugins_play to load vars for managed_node3 138029 1726888232.16788: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888232.18020: done with get_vars() 138029 1726888232.18037: done getting variables 138029 1726888232.18246: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:32 -0400 (0:00:00.045) 0:04:04.906 ****** 138029 1726888232.18287: entering _queue_task() for managed_node3/assert 138029 1726888232.18583: worker is 1 (out of 1 available) 138029 1726888232.18594: exiting _queue_task() for managed_node3/assert 138029 1726888232.18604: done queuing things up, now waiting for results queue to drain 138029 1726888232.18606: waiting for pending results... 138029 1726888232.18983: running TaskExecutor() for managed_node3/TASK: Check LUKS key size 138029 1726888232.19069: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003662 138029 1726888232.19189: variable 'ansible_search_path' from source: unknown 138029 1726888232.19195: calling self._execute() 138029 1726888232.19263: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888232.19277: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888232.19289: variable 'omit' from source: magic vars 138029 1726888232.19650: variable '_storage_test_volume_present' from source: set_fact 138029 1726888232.19670: Evaluated conditional (_storage_test_volume_present): False 138029 1726888232.19679: when evaluation is False, skipping this task 138029 1726888232.19688: _execute() done 138029 1726888232.19695: dumping result to json 138029 1726888232.19702: done dumping result, returning 138029 1726888232.19713: done running TaskExecutor() for managed_node3/TASK: Check LUKS key size [0affc8a3-6f6f-5a58-73a2-000000003662] 138029 1726888232.19730: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003662 138029 1726888232.19916: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003662 138029 1726888232.19920: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888232.20002: no more pending results, returning what we have 138029 1726888232.20007: results queue empty 138029 1726888232.20008: checking for any_errors_fatal 138029 1726888232.20019: done checking for any_errors_fatal 138029 1726888232.20020: checking for max_fail_percentage 138029 1726888232.20022: done checking for max_fail_percentage 138029 1726888232.20023: checking to see if all hosts have failed and the running result is not ok 138029 1726888232.20024: done checking to see if all hosts have failed 138029 1726888232.20024: getting the remaining hosts for this loop 138029 1726888232.20026: done getting the remaining hosts for this loop 138029 1726888232.20030: getting the next task for host managed_node3 138029 1726888232.20040: done getting next task for host managed_node3 138029 1726888232.20043: ^ task is: TASK: Check LUKS cipher 138029 1726888232.20051: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888232.20062: getting variables 138029 1726888232.20065: in VariableManager get_vars() 138029 1726888232.20103: Calling all_inventory to load vars for managed_node3 138029 1726888232.20106: Calling groups_inventory to load vars for managed_node3 138029 1726888232.20109: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888232.20121: Calling all_plugins_play to load vars for managed_node3 138029 1726888232.20125: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888232.20129: Calling groups_plugins_play to load vars for managed_node3 138029 1726888232.20923: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888232.21608: done with get_vars() 138029 1726888232.21622: done getting variables 138029 1726888232.21682: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:32 -0400 (0:00:00.034) 0:04:04.940 ****** 138029 1726888232.21714: entering _queue_task() for managed_node3/assert 138029 1726888232.22015: worker is 1 (out of 1 available) 138029 1726888232.22026: exiting _queue_task() for managed_node3/assert 138029 1726888232.22036: done queuing things up, now waiting for results queue to drain 138029 1726888232.22038: waiting for pending results... 138029 1726888232.22687: running TaskExecutor() for managed_node3/TASK: Check LUKS cipher 138029 1726888232.22887: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003663 138029 1726888232.22909: variable 'ansible_search_path' from source: unknown 138029 1726888232.22946: calling self._execute() 138029 1726888232.23246: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888232.23260: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888232.23278: variable 'omit' from source: magic vars 138029 1726888232.23943: variable '_storage_test_volume_present' from source: set_fact 138029 1726888232.24058: Evaluated conditional (_storage_test_volume_present): False 138029 1726888232.24071: when evaluation is False, skipping this task 138029 1726888232.24083: _execute() done 138029 1726888232.24091: dumping result to json 138029 1726888232.24142: done dumping result, returning 138029 1726888232.24154: done running TaskExecutor() for managed_node3/TASK: Check LUKS cipher [0affc8a3-6f6f-5a58-73a2-000000003663] 138029 1726888232.24170: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003663 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888232.24339: no more pending results, returning what we have 138029 1726888232.24343: results queue empty 138029 1726888232.24344: checking for any_errors_fatal 138029 1726888232.24358: done checking for any_errors_fatal 138029 1726888232.24359: checking for max_fail_percentage 138029 1726888232.24361: done checking for max_fail_percentage 138029 1726888232.24362: checking to see if all hosts have failed and the running result is not ok 138029 1726888232.24363: done checking to see if all hosts have failed 138029 1726888232.24366: getting the remaining hosts for this loop 138029 1726888232.24368: done getting the remaining hosts for this loop 138029 1726888232.24371: getting the next task for host managed_node3 138029 1726888232.24382: done getting next task for host managed_node3 138029 1726888232.24386: ^ task is: TASK: Set test variables 138029 1726888232.24394: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888232.24401: getting variables 138029 1726888232.24403: in VariableManager get_vars() 138029 1726888232.24439: Calling all_inventory to load vars for managed_node3 138029 1726888232.24442: Calling groups_inventory to load vars for managed_node3 138029 1726888232.24446: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888232.24510: Calling all_plugins_play to load vars for managed_node3 138029 1726888232.24515: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888232.24518: Calling groups_plugins_play to load vars for managed_node3 138029 1726888232.25306: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003663 138029 1726888232.25310: WORKER PROCESS EXITING 138029 1726888232.25331: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888232.26035: done with get_vars() 138029 1726888232.26049: done getting variables 138029 1726888232.26112: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:32 -0400 (0:00:00.044) 0:04:04.985 ****** 138029 1726888232.26146: entering _queue_task() for managed_node3/set_fact 138029 1726888232.26466: worker is 1 (out of 1 available) 138029 1726888232.26479: exiting _queue_task() for managed_node3/set_fact 138029 1726888232.26604: done queuing things up, now waiting for results queue to drain 138029 1726888232.26606: waiting for pending results... 138029 1726888232.26850: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888232.27310: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003664 138029 1726888232.27390: variable 'ansible_search_path' from source: unknown 138029 1726888232.27429: calling self._execute() 138029 1726888232.27709: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888232.27721: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888232.27735: variable 'omit' from source: magic vars 138029 1726888232.28034: variable 'omit' from source: magic vars 138029 1726888232.28114: variable 'omit' from source: magic vars 138029 1726888232.28753: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888232.33880: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888232.33972: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888232.34020: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888232.34070: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888232.34103: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888232.34243: variable 'storage_test_volume' from source: include params 138029 1726888232.34275: variable '_storage_test_volume_present' from source: set_fact 138029 1726888232.34498: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888232.34526: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888232.34551: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888232.34600: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888232.34617: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888232.34961: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888232.34967: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888232.34970: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888232.34972: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888232.34975: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888232.35091: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888232.35095: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888232.35098: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888232.35302: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888232.35324: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888232.35745: variable 'storage_test_crypttab' from source: set_fact 138029 1726888232.35767: variable 'storage_test_volume' from source: include params 138029 1726888232.36023: variable 'storage_test_volume' from source: include params 138029 1726888232.36059: variable 'omit' from source: magic vars 138029 1726888232.36250: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888232.36254: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888232.36278: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888232.36460: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888232.36466: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888232.36469: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888232.36490: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888232.36543: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888232.36552: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888232.36565: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888232.36871: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888232.37058: Set connection var ansible_timeout to 10 138029 1726888232.37061: Set connection var ansible_pipelining to False 138029 1726888232.37067: Set connection var ansible_shell_type to sh 138029 1726888232.37069: Set connection var ansible_connection to ssh 138029 1726888232.37071: Set connection var ansible_shell_executable to /bin/sh 138029 1726888232.37073: variable 'ansible_shell_executable' from source: unknown 138029 1726888232.37075: variable 'ansible_connection' from source: unknown 138029 1726888232.37077: variable 'ansible_module_compression' from source: unknown 138029 1726888232.37079: variable 'ansible_shell_type' from source: unknown 138029 1726888232.37081: variable 'ansible_shell_executable' from source: unknown 138029 1726888232.37082: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888232.37084: variable 'ansible_pipelining' from source: unknown 138029 1726888232.37086: variable 'ansible_timeout' from source: unknown 138029 1726888232.37088: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888232.37240: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888232.37488: variable 'omit' from source: magic vars 138029 1726888232.37491: starting attempt loop 138029 1726888232.37494: running the handler 138029 1726888232.37496: handler run complete 138029 1726888232.37499: attempt loop complete, returning result 138029 1726888232.37501: _execute() done 138029 1726888232.37503: dumping result to json 138029 1726888232.37505: done dumping result, returning 138029 1726888232.37507: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-000000003664] 138029 1726888232.37509: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003664 138029 1726888232.37585: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003664 138029 1726888232.37588: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 138029 1726888232.37653: no more pending results, returning what we have 138029 1726888232.37658: results queue empty 138029 1726888232.37660: checking for any_errors_fatal 138029 1726888232.37669: done checking for any_errors_fatal 138029 1726888232.37670: checking for max_fail_percentage 138029 1726888232.37672: done checking for max_fail_percentage 138029 1726888232.37673: checking to see if all hosts have failed and the running result is not ok 138029 1726888232.37674: done checking to see if all hosts have failed 138029 1726888232.37675: getting the remaining hosts for this loop 138029 1726888232.37677: done getting the remaining hosts for this loop 138029 1726888232.37681: getting the next task for host managed_node3 138029 1726888232.37691: done getting next task for host managed_node3 138029 1726888232.37694: ^ task is: TASK: Check for /etc/crypttab entry 138029 1726888232.37701: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888232.37706: getting variables 138029 1726888232.37707: in VariableManager get_vars() 138029 1726888232.37745: Calling all_inventory to load vars for managed_node3 138029 1726888232.37749: Calling groups_inventory to load vars for managed_node3 138029 1726888232.37752: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888232.37969: Calling all_plugins_play to load vars for managed_node3 138029 1726888232.37974: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888232.37978: Calling groups_plugins_play to load vars for managed_node3 138029 1726888232.39180: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888232.39884: done with get_vars() 138029 1726888232.39902: done getting variables 138029 1726888232.39980: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:32 -0400 (0:00:00.138) 0:04:05.123 ****** 138029 1726888232.40015: entering _queue_task() for managed_node3/assert 138029 1726888232.40527: worker is 1 (out of 1 available) 138029 1726888232.40538: exiting _queue_task() for managed_node3/assert 138029 1726888232.40549: done queuing things up, now waiting for results queue to drain 138029 1726888232.40551: waiting for pending results... 138029 1726888232.40745: running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry 138029 1726888232.40962: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003665 138029 1726888232.40968: variable 'ansible_search_path' from source: unknown 138029 1726888232.40972: calling self._execute() 138029 1726888232.41132: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888232.41144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888232.41162: variable 'omit' from source: magic vars 138029 1726888232.41325: variable 'omit' from source: magic vars 138029 1726888232.41396: variable 'omit' from source: magic vars 138029 1726888232.42088: variable 'storage_test_volume' from source: include params 138029 1726888232.42091: variable 'omit' from source: magic vars 138029 1726888232.42093: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888232.42130: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888232.42167: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888232.42242: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888232.42270: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888232.42323: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888232.42396: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888232.42663: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888232.42669: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888232.42672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888232.42828: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888232.42898: Set connection var ansible_timeout to 10 138029 1726888232.42908: Set connection var ansible_pipelining to False 138029 1726888232.42915: Set connection var ansible_shell_type to sh 138029 1726888232.42922: Set connection var ansible_connection to ssh 138029 1726888232.42931: Set connection var ansible_shell_executable to /bin/sh 138029 1726888232.43002: variable 'ansible_shell_executable' from source: unknown 138029 1726888232.43011: variable 'ansible_connection' from source: unknown 138029 1726888232.43162: variable 'ansible_module_compression' from source: unknown 138029 1726888232.43167: variable 'ansible_shell_type' from source: unknown 138029 1726888232.43170: variable 'ansible_shell_executable' from source: unknown 138029 1726888232.43172: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888232.43173: variable 'ansible_pipelining' from source: unknown 138029 1726888232.43175: variable 'ansible_timeout' from source: unknown 138029 1726888232.43177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888232.43409: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888232.43428: variable 'omit' from source: magic vars 138029 1726888232.43439: starting attempt loop 138029 1726888232.43445: running the handler 138029 1726888232.43818: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888232.47161: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888232.47165: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888232.47168: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888232.47170: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888232.47172: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888232.47222: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888232.47258: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888232.47288: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888232.47331: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888232.47350: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888232.47408: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888232.47436: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888232.47467: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888232.47509: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888232.47529: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888232.47646: variable '_storage_test_crypttab_entries' from source: set_fact 138029 1726888232.47660: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888232.47684: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 138029 1726888232.47697: handler run complete 138029 1726888232.47716: attempt loop complete, returning result 138029 1726888232.47722: _execute() done 138029 1726888232.47728: dumping result to json 138029 1726888232.47735: done dumping result, returning 138029 1726888232.47745: done running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-5a58-73a2-000000003665] 138029 1726888232.47754: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003665 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888232.47929: no more pending results, returning what we have 138029 1726888232.47933: results queue empty 138029 1726888232.47934: checking for any_errors_fatal 138029 1726888232.47944: done checking for any_errors_fatal 138029 1726888232.47951: checking for max_fail_percentage 138029 1726888232.47953: done checking for max_fail_percentage 138029 1726888232.47954: checking to see if all hosts have failed and the running result is not ok 138029 1726888232.47957: done checking to see if all hosts have failed 138029 1726888232.47958: getting the remaining hosts for this loop 138029 1726888232.47959: done getting the remaining hosts for this loop 138029 1726888232.47963: getting the next task for host managed_node3 138029 1726888232.47973: done getting next task for host managed_node3 138029 1726888232.47976: ^ task is: TASK: Validate the format of the crypttab entry 138029 1726888232.47983: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888232.47989: getting variables 138029 1726888232.47990: in VariableManager get_vars() 138029 1726888232.48027: Calling all_inventory to load vars for managed_node3 138029 1726888232.48029: Calling groups_inventory to load vars for managed_node3 138029 1726888232.48033: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888232.48043: Calling all_plugins_play to load vars for managed_node3 138029 1726888232.48046: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888232.48049: Calling groups_plugins_play to load vars for managed_node3 138029 1726888232.48264: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003665 138029 1726888232.48267: WORKER PROCESS EXITING 138029 1726888232.48964: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888232.49576: done with get_vars() 138029 1726888232.49591: done getting variables 138029 1726888232.49673: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:32 -0400 (0:00:00.096) 0:04:05.220 ****** 138029 1726888232.49708: entering _queue_task() for managed_node3/assert 138029 1726888232.50007: worker is 1 (out of 1 available) 138029 1726888232.50021: exiting _queue_task() for managed_node3/assert 138029 1726888232.50033: done queuing things up, now waiting for results queue to drain 138029 1726888232.50035: waiting for pending results... 138029 1726888232.50679: running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry 138029 1726888232.50994: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003666 138029 1726888232.51046: variable 'ansible_search_path' from source: unknown 138029 1726888232.51123: calling self._execute() 138029 1726888232.51262: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888232.51272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888232.51285: variable 'omit' from source: magic vars 138029 1726888232.51716: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888232.54982: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888232.55073: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888232.63340: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888232.63405: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888232.63475: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888232.63666: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888232.63706: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888232.63740: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888232.63857: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888232.63861: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888232.63934: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888232.63964: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888232.63977: when evaluation is False, skipping this task 138029 1726888232.63992: _execute() done 138029 1726888232.63999: dumping result to json 138029 1726888232.64013: done dumping result, returning 138029 1726888232.64024: done running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-5a58-73a2-000000003666] 138029 1726888232.64033: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003666 138029 1726888232.64288: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003666 138029 1726888232.64291: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888232.64371: no more pending results, returning what we have 138029 1726888232.64375: results queue empty 138029 1726888232.64378: checking for any_errors_fatal 138029 1726888232.64388: done checking for any_errors_fatal 138029 1726888232.64389: checking for max_fail_percentage 138029 1726888232.64391: done checking for max_fail_percentage 138029 1726888232.64392: checking to see if all hosts have failed and the running result is not ok 138029 1726888232.64393: done checking to see if all hosts have failed 138029 1726888232.64394: getting the remaining hosts for this loop 138029 1726888232.64396: done getting the remaining hosts for this loop 138029 1726888232.64401: getting the next task for host managed_node3 138029 1726888232.64411: done getting next task for host managed_node3 138029 1726888232.64414: ^ task is: TASK: Check backing device of crypttab entry 138029 1726888232.64458: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888232.64466: getting variables 138029 1726888232.64468: in VariableManager get_vars() 138029 1726888232.64504: Calling all_inventory to load vars for managed_node3 138029 1726888232.64507: Calling groups_inventory to load vars for managed_node3 138029 1726888232.64511: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888232.64521: Calling all_plugins_play to load vars for managed_node3 138029 1726888232.64525: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888232.64528: Calling groups_plugins_play to load vars for managed_node3 138029 1726888232.65514: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888232.66576: done with get_vars() 138029 1726888232.66590: done getting variables 138029 1726888232.66660: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:32 -0400 (0:00:00.169) 0:04:05.390 ****** 138029 1726888232.66698: entering _queue_task() for managed_node3/assert 138029 1726888232.67158: worker is 1 (out of 1 available) 138029 1726888232.67181: exiting _queue_task() for managed_node3/assert 138029 1726888232.67191: done queuing things up, now waiting for results queue to drain 138029 1726888232.67193: waiting for pending results... 138029 1726888232.67528: running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry 138029 1726888232.67665: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003667 138029 1726888232.67686: variable 'ansible_search_path' from source: unknown 138029 1726888232.67733: calling self._execute() 138029 1726888232.67878: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888232.68262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888232.68266: variable 'omit' from source: magic vars 138029 1726888232.68658: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888232.87139: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888232.87425: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888232.87903: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888232.88001: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888232.88131: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888232.88291: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888232.88434: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888232.88467: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888232.88571: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888232.88600: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888232.88934: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888232.89004: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888232.89058: when evaluation is False, skipping this task 138029 1726888232.89089: _execute() done 138029 1726888232.89163: dumping result to json 138029 1726888232.89166: done dumping result, returning 138029 1726888232.89169: done running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-5a58-73a2-000000003667] 138029 1726888232.89184: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003667 skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888232.89433: no more pending results, returning what we have 138029 1726888232.89436: results queue empty 138029 1726888232.89437: checking for any_errors_fatal 138029 1726888232.89443: done checking for any_errors_fatal 138029 1726888232.89444: checking for max_fail_percentage 138029 1726888232.89446: done checking for max_fail_percentage 138029 1726888232.89446: checking to see if all hosts have failed and the running result is not ok 138029 1726888232.89447: done checking to see if all hosts have failed 138029 1726888232.89448: getting the remaining hosts for this loop 138029 1726888232.89449: done getting the remaining hosts for this loop 138029 1726888232.89453: getting the next task for host managed_node3 138029 1726888232.89465: done getting next task for host managed_node3 138029 1726888232.89468: ^ task is: TASK: Check key file of crypttab entry 138029 1726888232.89474: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888232.89478: getting variables 138029 1726888232.89479: in VariableManager get_vars() 138029 1726888232.89634: Calling all_inventory to load vars for managed_node3 138029 1726888232.89637: Calling groups_inventory to load vars for managed_node3 138029 1726888232.89640: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888232.89657: Calling all_plugins_play to load vars for managed_node3 138029 1726888232.89662: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888232.89668: Calling groups_plugins_play to load vars for managed_node3 138029 1726888232.90610: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003667 138029 1726888232.90613: WORKER PROCESS EXITING 138029 1726888232.97597: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888232.98208: done with get_vars() 138029 1726888232.98223: done getting variables 138029 1726888232.98278: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:32 -0400 (0:00:00.316) 0:04:05.706 ****** 138029 1726888232.98309: entering _queue_task() for managed_node3/assert 138029 1726888232.98672: worker is 1 (out of 1 available) 138029 1726888232.98772: exiting _queue_task() for managed_node3/assert 138029 1726888232.98894: done queuing things up, now waiting for results queue to drain 138029 1726888232.98897: waiting for pending results... 138029 1726888232.99032: running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry 138029 1726888232.99244: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003668 138029 1726888232.99272: variable 'ansible_search_path' from source: unknown 138029 1726888232.99314: calling self._execute() 138029 1726888232.99466: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888232.99479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888232.99494: variable 'omit' from source: magic vars 138029 1726888232.99911: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888233.02440: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888233.02534: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888233.02583: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888233.02635: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888233.02671: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888233.02759: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888233.02797: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888233.02831: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888233.02886: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888233.02907: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888233.03039: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888233.03163: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888233.03169: when evaluation is False, skipping this task 138029 1726888233.03172: _execute() done 138029 1726888233.03175: dumping result to json 138029 1726888233.03179: done dumping result, returning 138029 1726888233.03182: done running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry [0affc8a3-6f6f-5a58-73a2-000000003668] 138029 1726888233.03185: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003668 138029 1726888233.03270: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003668 138029 1726888233.03273: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888233.03322: no more pending results, returning what we have 138029 1726888233.03327: results queue empty 138029 1726888233.03328: checking for any_errors_fatal 138029 1726888233.03339: done checking for any_errors_fatal 138029 1726888233.03340: checking for max_fail_percentage 138029 1726888233.03342: done checking for max_fail_percentage 138029 1726888233.03343: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.03344: done checking to see if all hosts have failed 138029 1726888233.03345: getting the remaining hosts for this loop 138029 1726888233.03347: done getting the remaining hosts for this loop 138029 1726888233.03351: getting the next task for host managed_node3 138029 1726888233.03467: done getting next task for host managed_node3 138029 1726888233.03470: ^ task is: TASK: Clear test variables 138029 1726888233.03478: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.03485: getting variables 138029 1726888233.03486: in VariableManager get_vars() 138029 1726888233.03524: Calling all_inventory to load vars for managed_node3 138029 1726888233.03527: Calling groups_inventory to load vars for managed_node3 138029 1726888233.03531: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.03542: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.03546: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.03549: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.04401: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.05058: done with get_vars() 138029 1726888233.05076: done getting variables 138029 1726888233.05137: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:33 -0400 (0:00:00.068) 0:04:05.775 ****** 138029 1726888233.05179: entering _queue_task() for managed_node3/set_fact 138029 1726888233.05476: worker is 1 (out of 1 available) 138029 1726888233.05487: exiting _queue_task() for managed_node3/set_fact 138029 1726888233.05499: done queuing things up, now waiting for results queue to drain 138029 1726888233.05501: waiting for pending results... 138029 1726888233.05978: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888233.05996: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003669 138029 1726888233.06014: variable 'ansible_search_path' from source: unknown 138029 1726888233.06052: calling self._execute() 138029 1726888233.06188: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.06309: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.06312: variable 'omit' from source: magic vars 138029 1726888233.06344: variable 'omit' from source: magic vars 138029 1726888233.06437: variable 'omit' from source: magic vars 138029 1726888233.06484: variable 'omit' from source: magic vars 138029 1726888233.06532: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888233.06574: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888233.06595: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888233.06612: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888233.06642: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888233.06678: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888233.06697: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888233.06729: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888233.06736: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.06749: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.06925: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888233.06928: Set connection var ansible_timeout to 10 138029 1726888233.06939: Set connection var ansible_pipelining to False 138029 1726888233.06942: Set connection var ansible_shell_type to sh 138029 1726888233.06944: Set connection var ansible_connection to ssh 138029 1726888233.06946: Set connection var ansible_shell_executable to /bin/sh 138029 1726888233.06978: variable 'ansible_shell_executable' from source: unknown 138029 1726888233.06981: variable 'ansible_connection' from source: unknown 138029 1726888233.06983: variable 'ansible_module_compression' from source: unknown 138029 1726888233.06986: variable 'ansible_shell_type' from source: unknown 138029 1726888233.07081: variable 'ansible_shell_executable' from source: unknown 138029 1726888233.07085: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.07087: variable 'ansible_pipelining' from source: unknown 138029 1726888233.07090: variable 'ansible_timeout' from source: unknown 138029 1726888233.07092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.07190: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888233.07198: variable 'omit' from source: magic vars 138029 1726888233.07204: starting attempt loop 138029 1726888233.07207: running the handler 138029 1726888233.07221: handler run complete 138029 1726888233.07237: attempt loop complete, returning result 138029 1726888233.07240: _execute() done 138029 1726888233.07242: dumping result to json 138029 1726888233.07245: done dumping result, returning 138029 1726888233.07251: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000003669] 138029 1726888233.07257: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003669 138029 1726888233.07460: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003669 138029 1726888233.07466: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 138029 1726888233.07517: no more pending results, returning what we have 138029 1726888233.07520: results queue empty 138029 1726888233.07521: checking for any_errors_fatal 138029 1726888233.07527: done checking for any_errors_fatal 138029 1726888233.07527: checking for max_fail_percentage 138029 1726888233.07529: done checking for max_fail_percentage 138029 1726888233.07529: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.07530: done checking to see if all hosts have failed 138029 1726888233.07531: getting the remaining hosts for this loop 138029 1726888233.07532: done getting the remaining hosts for this loop 138029 1726888233.07535: getting the next task for host managed_node3 138029 1726888233.07544: done getting next task for host managed_node3 138029 1726888233.07547: ^ task is: TASK: Get information about RAID 138029 1726888233.07553: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.07560: getting variables 138029 1726888233.07561: in VariableManager get_vars() 138029 1726888233.07618: Calling all_inventory to load vars for managed_node3 138029 1726888233.07621: Calling groups_inventory to load vars for managed_node3 138029 1726888233.07624: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.07634: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.07637: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.07640: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.08290: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.08986: done with get_vars() 138029 1726888233.09029: done getting variables 138029 1726888233.09100: 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:10:33 -0400 (0:00:00.039) 0:04:05.814 ****** 138029 1726888233.09139: entering _queue_task() for managed_node3/command 138029 1726888233.09504: worker is 1 (out of 1 available) 138029 1726888233.09517: exiting _queue_task() for managed_node3/command 138029 1726888233.09529: done queuing things up, now waiting for results queue to drain 138029 1726888233.09698: waiting for pending results... 138029 1726888233.09957: running TaskExecutor() for managed_node3/TASK: Get information about RAID 138029 1726888233.10222: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000366d 138029 1726888233.10260: variable 'ansible_search_path' from source: unknown 138029 1726888233.10291: calling self._execute() 138029 1726888233.10565: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.10569: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.10572: variable 'omit' from source: magic vars 138029 1726888233.10869: variable 'storage_test_volume' from source: include params 138029 1726888233.10913: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888233.10921: when evaluation is False, skipping this task 138029 1726888233.10928: _execute() done 138029 1726888233.10935: dumping result to json 138029 1726888233.10941: done dumping result, returning 138029 1726888233.10950: done running TaskExecutor() for managed_node3/TASK: Get information about RAID [0affc8a3-6f6f-5a58-73a2-00000000366d] 138029 1726888233.10966: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000366d skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888233.11244: no more pending results, returning what we have 138029 1726888233.11249: results queue empty 138029 1726888233.11250: checking for any_errors_fatal 138029 1726888233.11262: done checking for any_errors_fatal 138029 1726888233.11263: checking for max_fail_percentage 138029 1726888233.11266: done checking for max_fail_percentage 138029 1726888233.11267: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.11269: done checking to see if all hosts have failed 138029 1726888233.11269: getting the remaining hosts for this loop 138029 1726888233.11271: done getting the remaining hosts for this loop 138029 1726888233.11275: getting the next task for host managed_node3 138029 1726888233.11284: done getting next task for host managed_node3 138029 1726888233.11286: ^ task is: TASK: Set active devices regex 138029 1726888233.11295: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.11301: getting variables 138029 1726888233.11302: in VariableManager get_vars() 138029 1726888233.11339: Calling all_inventory to load vars for managed_node3 138029 1726888233.11341: Calling groups_inventory to load vars for managed_node3 138029 1726888233.11345: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.11473: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.11478: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.11482: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.12092: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000366d 138029 1726888233.12096: WORKER PROCESS EXITING 138029 1726888233.12125: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.12868: done with get_vars() 138029 1726888233.12889: done getting variables 138029 1726888233.12948: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:33 -0400 (0:00:00.038) 0:04:05.853 ****** 138029 1726888233.12995: entering _queue_task() for managed_node3/set_fact 138029 1726888233.13292: worker is 1 (out of 1 available) 138029 1726888233.13304: exiting _queue_task() for managed_node3/set_fact 138029 1726888233.13316: done queuing things up, now waiting for results queue to drain 138029 1726888233.13322: waiting for pending results... 138029 1726888233.13675: running TaskExecutor() for managed_node3/TASK: Set active devices regex 138029 1726888233.13858: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000366e 138029 1726888233.13889: variable 'ansible_search_path' from source: unknown 138029 1726888233.13934: calling self._execute() 138029 1726888233.14073: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.14090: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.14108: variable 'omit' from source: magic vars 138029 1726888233.14566: variable 'storage_test_volume' from source: include params 138029 1726888233.14604: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888233.14613: when evaluation is False, skipping this task 138029 1726888233.14635: _execute() done 138029 1726888233.14638: dumping result to json 138029 1726888233.14641: done dumping result, returning 138029 1726888233.14673: done running TaskExecutor() for managed_node3/TASK: Set active devices regex [0affc8a3-6f6f-5a58-73a2-00000000366e] 138029 1726888233.14677: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000366e 138029 1726888233.14821: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000366e 138029 1726888233.14825: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888233.14897: no more pending results, returning what we have 138029 1726888233.14901: results queue empty 138029 1726888233.14902: checking for any_errors_fatal 138029 1726888233.14913: done checking for any_errors_fatal 138029 1726888233.14914: checking for max_fail_percentage 138029 1726888233.14916: done checking for max_fail_percentage 138029 1726888233.14917: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.14918: done checking to see if all hosts have failed 138029 1726888233.14919: getting the remaining hosts for this loop 138029 1726888233.14920: done getting the remaining hosts for this loop 138029 1726888233.14924: getting the next task for host managed_node3 138029 1726888233.14932: done getting next task for host managed_node3 138029 1726888233.14935: ^ task is: TASK: Set spare devices regex 138029 1726888233.14944: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.14950: getting variables 138029 1726888233.14951: in VariableManager get_vars() 138029 1726888233.15187: Calling all_inventory to load vars for managed_node3 138029 1726888233.15189: Calling groups_inventory to load vars for managed_node3 138029 1726888233.15192: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.15200: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.15203: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.15205: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.15750: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.16499: done with get_vars() 138029 1726888233.16513: done getting variables 138029 1726888233.16605: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:33 -0400 (0:00:00.036) 0:04:05.889 ****** 138029 1726888233.16639: entering _queue_task() for managed_node3/set_fact 138029 1726888233.17104: worker is 1 (out of 1 available) 138029 1726888233.17231: exiting _queue_task() for managed_node3/set_fact 138029 1726888233.17242: done queuing things up, now waiting for results queue to drain 138029 1726888233.17244: waiting for pending results... 138029 1726888233.17568: running TaskExecutor() for managed_node3/TASK: Set spare devices regex 138029 1726888233.17605: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000366f 138029 1726888233.17624: variable 'ansible_search_path' from source: unknown 138029 1726888233.17673: calling self._execute() 138029 1726888233.17808: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.17819: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.17832: variable 'omit' from source: magic vars 138029 1726888233.18262: variable 'storage_test_volume' from source: include params 138029 1726888233.18317: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888233.18321: when evaluation is False, skipping this task 138029 1726888233.18324: _execute() done 138029 1726888233.18326: dumping result to json 138029 1726888233.18359: done dumping result, returning 138029 1726888233.18362: done running TaskExecutor() for managed_node3/TASK: Set spare devices regex [0affc8a3-6f6f-5a58-73a2-00000000366f] 138029 1726888233.18367: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000366f skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888233.18638: no more pending results, returning what we have 138029 1726888233.18641: results queue empty 138029 1726888233.18642: checking for any_errors_fatal 138029 1726888233.18649: done checking for any_errors_fatal 138029 1726888233.18650: checking for max_fail_percentage 138029 1726888233.18651: done checking for max_fail_percentage 138029 1726888233.18652: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.18653: done checking to see if all hosts have failed 138029 1726888233.18654: getting the remaining hosts for this loop 138029 1726888233.18658: done getting the remaining hosts for this loop 138029 1726888233.18661: getting the next task for host managed_node3 138029 1726888233.18674: done getting next task for host managed_node3 138029 1726888233.18676: ^ task is: TASK: Set md version regex 138029 1726888233.18683: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.18688: getting variables 138029 1726888233.18690: in VariableManager get_vars() 138029 1726888233.18724: Calling all_inventory to load vars for managed_node3 138029 1726888233.18726: Calling groups_inventory to load vars for managed_node3 138029 1726888233.18730: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.18741: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.18744: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.18748: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.19432: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000366f 138029 1726888233.19436: WORKER PROCESS EXITING 138029 1726888233.19462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.20160: done with get_vars() 138029 1726888233.20182: done getting variables 138029 1726888233.20289: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:33 -0400 (0:00:00.036) 0:04:05.926 ****** 138029 1726888233.20324: entering _queue_task() for managed_node3/set_fact 138029 1726888233.20692: worker is 1 (out of 1 available) 138029 1726888233.20704: exiting _queue_task() for managed_node3/set_fact 138029 1726888233.20716: done queuing things up, now waiting for results queue to drain 138029 1726888233.20831: waiting for pending results... 138029 1726888233.21031: running TaskExecutor() for managed_node3/TASK: Set md version regex 138029 1726888233.21201: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003670 138029 1726888233.21222: variable 'ansible_search_path' from source: unknown 138029 1726888233.21267: calling self._execute() 138029 1726888233.21494: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.21497: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.21500: variable 'omit' from source: magic vars 138029 1726888233.21845: variable 'storage_test_volume' from source: include params 138029 1726888233.21887: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888233.21896: when evaluation is False, skipping this task 138029 1726888233.21904: _execute() done 138029 1726888233.21911: dumping result to json 138029 1726888233.21919: done dumping result, returning 138029 1726888233.21936: done running TaskExecutor() for managed_node3/TASK: Set md version regex [0affc8a3-6f6f-5a58-73a2-000000003670] 138029 1726888233.21947: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003670 138029 1726888233.22297: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003670 138029 1726888233.22300: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888233.22340: no more pending results, returning what we have 138029 1726888233.22343: results queue empty 138029 1726888233.22344: checking for any_errors_fatal 138029 1726888233.22351: done checking for any_errors_fatal 138029 1726888233.22352: checking for max_fail_percentage 138029 1726888233.22354: done checking for max_fail_percentage 138029 1726888233.22356: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.22358: done checking to see if all hosts have failed 138029 1726888233.22358: getting the remaining hosts for this loop 138029 1726888233.22360: done getting the remaining hosts for this loop 138029 1726888233.22366: getting the next task for host managed_node3 138029 1726888233.22374: done getting next task for host managed_node3 138029 1726888233.22377: ^ task is: TASK: Set chunk size regex 138029 1726888233.22384: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.22389: getting variables 138029 1726888233.22390: in VariableManager get_vars() 138029 1726888233.22427: Calling all_inventory to load vars for managed_node3 138029 1726888233.22430: Calling groups_inventory to load vars for managed_node3 138029 1726888233.22433: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.22443: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.22446: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.22449: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.23619: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.24236: done with get_vars() 138029 1726888233.24249: done getting variables 138029 1726888233.24312: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:33 -0400 (0:00:00.040) 0:04:05.966 ****** 138029 1726888233.24344: entering _queue_task() for managed_node3/set_fact 138029 1726888233.24626: worker is 1 (out of 1 available) 138029 1726888233.24638: exiting _queue_task() for managed_node3/set_fact 138029 1726888233.24650: done queuing things up, now waiting for results queue to drain 138029 1726888233.24651: waiting for pending results... 138029 1726888233.24946: running TaskExecutor() for managed_node3/TASK: Set chunk size regex 138029 1726888233.25099: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003671 138029 1726888233.25261: variable 'ansible_search_path' from source: unknown 138029 1726888233.25265: calling self._execute() 138029 1726888233.25290: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.25301: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.25315: variable 'omit' from source: magic vars 138029 1726888233.25907: variable 'storage_test_volume' from source: include params 138029 1726888233.25921: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888233.25931: when evaluation is False, skipping this task 138029 1726888233.25938: _execute() done 138029 1726888233.25945: dumping result to json 138029 1726888233.26015: done dumping result, returning 138029 1726888233.26021: done running TaskExecutor() for managed_node3/TASK: Set chunk size regex [0affc8a3-6f6f-5a58-73a2-000000003671] 138029 1726888233.26024: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003671 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888233.26169: no more pending results, returning what we have 138029 1726888233.26173: results queue empty 138029 1726888233.26174: checking for any_errors_fatal 138029 1726888233.26189: done checking for any_errors_fatal 138029 1726888233.26190: checking for max_fail_percentage 138029 1726888233.26192: done checking for max_fail_percentage 138029 1726888233.26193: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.26194: done checking to see if all hosts have failed 138029 1726888233.26194: getting the remaining hosts for this loop 138029 1726888233.26196: done getting the remaining hosts for this loop 138029 1726888233.26200: getting the next task for host managed_node3 138029 1726888233.26210: done getting next task for host managed_node3 138029 1726888233.26212: ^ task is: TASK: Parse the chunk size 138029 1726888233.26222: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.26228: getting variables 138029 1726888233.26230: in VariableManager get_vars() 138029 1726888233.26638: Calling all_inventory to load vars for managed_node3 138029 1726888233.26641: Calling groups_inventory to load vars for managed_node3 138029 1726888233.26645: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.26660: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.26665: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.26668: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.27198: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003671 138029 1726888233.27202: WORKER PROCESS EXITING 138029 1726888233.27327: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.27994: done with get_vars() 138029 1726888233.28008: 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:10:33 -0400 (0:00:00.037) 0:04:06.004 ****** 138029 1726888233.28094: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888233.28403: worker is 1 (out of 1 available) 138029 1726888233.28416: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888233.28433: done queuing things up, now waiting for results queue to drain 138029 1726888233.28435: waiting for pending results... 138029 1726888233.28772: running TaskExecutor() for managed_node3/TASK: Parse the chunk size 138029 1726888233.28792: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003672 138029 1726888233.28813: variable 'ansible_search_path' from source: unknown 138029 1726888233.28854: calling self._execute() 138029 1726888233.28993: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.29005: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.29022: variable 'omit' from source: magic vars 138029 1726888233.29451: variable 'storage_test_volume' from source: include params 138029 1726888233.29491: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888233.29500: when evaluation is False, skipping this task 138029 1726888233.29508: _execute() done 138029 1726888233.29516: dumping result to json 138029 1726888233.29526: done dumping result, returning 138029 1726888233.29537: done running TaskExecutor() for managed_node3/TASK: Parse the chunk size [0affc8a3-6f6f-5a58-73a2-000000003672] 138029 1726888233.29546: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003672 138029 1726888233.29804: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003672 138029 1726888233.29807: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888233.29861: no more pending results, returning what we have 138029 1726888233.29865: results queue empty 138029 1726888233.29866: checking for any_errors_fatal 138029 1726888233.29873: done checking for any_errors_fatal 138029 1726888233.29874: checking for max_fail_percentage 138029 1726888233.29876: done checking for max_fail_percentage 138029 1726888233.29877: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.29878: done checking to see if all hosts have failed 138029 1726888233.29879: getting the remaining hosts for this loop 138029 1726888233.29880: done getting the remaining hosts for this loop 138029 1726888233.29884: getting the next task for host managed_node3 138029 1726888233.29893: done getting next task for host managed_node3 138029 1726888233.29895: ^ task is: TASK: Check RAID active devices count 138029 1726888233.29903: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.29907: getting variables 138029 1726888233.29909: in VariableManager get_vars() 138029 1726888233.29945: Calling all_inventory to load vars for managed_node3 138029 1726888233.29948: Calling groups_inventory to load vars for managed_node3 138029 1726888233.29952: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.29965: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.29969: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.29973: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.30636: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.31247: done with get_vars() 138029 1726888233.31262: done getting variables 138029 1726888233.31316: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:33 -0400 (0:00:00.032) 0:04:06.037 ****** 138029 1726888233.31349: entering _queue_task() for managed_node3/assert 138029 1726888233.31599: worker is 1 (out of 1 available) 138029 1726888233.31612: exiting _queue_task() for managed_node3/assert 138029 1726888233.31624: done queuing things up, now waiting for results queue to drain 138029 1726888233.31626: waiting for pending results... 138029 1726888233.31918: running TaskExecutor() for managed_node3/TASK: Check RAID active devices count 138029 1726888233.32069: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003673 138029 1726888233.32092: variable 'ansible_search_path' from source: unknown 138029 1726888233.32129: calling self._execute() 138029 1726888233.32301: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.32461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.32466: variable 'omit' from source: magic vars 138029 1726888233.32763: variable 'storage_test_volume' from source: include params 138029 1726888233.32805: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888233.32814: when evaluation is False, skipping this task 138029 1726888233.32822: _execute() done 138029 1726888233.32830: dumping result to json 138029 1726888233.32837: done dumping result, returning 138029 1726888233.32848: done running TaskExecutor() for managed_node3/TASK: Check RAID active devices count [0affc8a3-6f6f-5a58-73a2-000000003673] 138029 1726888233.32861: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003673 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888233.33029: no more pending results, returning what we have 138029 1726888233.33033: results queue empty 138029 1726888233.33034: checking for any_errors_fatal 138029 1726888233.33045: done checking for any_errors_fatal 138029 1726888233.33045: checking for max_fail_percentage 138029 1726888233.33048: done checking for max_fail_percentage 138029 1726888233.33049: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.33050: done checking to see if all hosts have failed 138029 1726888233.33051: getting the remaining hosts for this loop 138029 1726888233.33052: done getting the remaining hosts for this loop 138029 1726888233.33058: getting the next task for host managed_node3 138029 1726888233.33067: done getting next task for host managed_node3 138029 1726888233.33071: ^ task is: TASK: Check RAID spare devices count 138029 1726888233.33082: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.33088: getting variables 138029 1726888233.33090: in VariableManager get_vars() 138029 1726888233.33128: Calling all_inventory to load vars for managed_node3 138029 1726888233.33131: Calling groups_inventory to load vars for managed_node3 138029 1726888233.33135: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.33148: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.33152: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.33361: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.33953: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003673 138029 1726888233.33959: WORKER PROCESS EXITING 138029 1726888233.33980: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.34572: done with get_vars() 138029 1726888233.34586: done getting variables 138029 1726888233.34640: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:33 -0400 (0:00:00.033) 0:04:06.070 ****** 138029 1726888233.34678: entering _queue_task() for managed_node3/assert 138029 1726888233.34926: worker is 1 (out of 1 available) 138029 1726888233.34939: exiting _queue_task() for managed_node3/assert 138029 1726888233.34951: done queuing things up, now waiting for results queue to drain 138029 1726888233.34952: waiting for pending results... 138029 1726888233.35238: running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count 138029 1726888233.35391: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003674 138029 1726888233.35412: variable 'ansible_search_path' from source: unknown 138029 1726888233.35452: calling self._execute() 138029 1726888233.35586: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.35602: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.35615: variable 'omit' from source: magic vars 138029 1726888233.36027: variable 'storage_test_volume' from source: include params 138029 1726888233.36071: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888233.36081: when evaluation is False, skipping this task 138029 1726888233.36089: _execute() done 138029 1726888233.36097: dumping result to json 138029 1726888233.36104: done dumping result, returning 138029 1726888233.36115: done running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count [0affc8a3-6f6f-5a58-73a2-000000003674] 138029 1726888233.36126: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003674 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888233.36293: no more pending results, returning what we have 138029 1726888233.36298: results queue empty 138029 1726888233.36299: checking for any_errors_fatal 138029 1726888233.36314: done checking for any_errors_fatal 138029 1726888233.36315: checking for max_fail_percentage 138029 1726888233.36317: done checking for max_fail_percentage 138029 1726888233.36319: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.36320: done checking to see if all hosts have failed 138029 1726888233.36321: getting the remaining hosts for this loop 138029 1726888233.36322: done getting the remaining hosts for this loop 138029 1726888233.36326: getting the next task for host managed_node3 138029 1726888233.36336: done getting next task for host managed_node3 138029 1726888233.36339: ^ task is: TASK: Check RAID metadata version 138029 1726888233.36348: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.36354: getting variables 138029 1726888233.36357: in VariableManager get_vars() 138029 1726888233.36395: Calling all_inventory to load vars for managed_node3 138029 1726888233.36399: Calling groups_inventory to load vars for managed_node3 138029 1726888233.36403: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.36417: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.36421: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.36424: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.37072: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003674 138029 1726888233.37076: WORKER PROCESS EXITING 138029 1726888233.37215: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.37815: done with get_vars() 138029 1726888233.37829: done getting variables 138029 1726888233.37886: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:33 -0400 (0:00:00.032) 0:04:06.102 ****** 138029 1726888233.37919: entering _queue_task() for managed_node3/assert 138029 1726888233.38179: worker is 1 (out of 1 available) 138029 1726888233.38190: exiting _queue_task() for managed_node3/assert 138029 1726888233.38202: done queuing things up, now waiting for results queue to drain 138029 1726888233.38204: waiting for pending results... 138029 1726888233.38486: running TaskExecutor() for managed_node3/TASK: Check RAID metadata version 138029 1726888233.38620: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003675 138029 1726888233.38641: variable 'ansible_search_path' from source: unknown 138029 1726888233.38683: calling self._execute() 138029 1726888233.38818: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.38830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.38896: variable 'omit' from source: magic vars 138029 1726888233.39259: variable 'storage_test_volume' from source: include params 138029 1726888233.39297: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888233.39306: when evaluation is False, skipping this task 138029 1726888233.39314: _execute() done 138029 1726888233.39321: dumping result to json 138029 1726888233.39334: done dumping result, returning 138029 1726888233.39346: done running TaskExecutor() for managed_node3/TASK: Check RAID metadata version [0affc8a3-6f6f-5a58-73a2-000000003675] 138029 1726888233.39359: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003675 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888233.39528: no more pending results, returning what we have 138029 1726888233.39533: results queue empty 138029 1726888233.39534: checking for any_errors_fatal 138029 1726888233.39545: done checking for any_errors_fatal 138029 1726888233.39546: checking for max_fail_percentage 138029 1726888233.39548: done checking for max_fail_percentage 138029 1726888233.39549: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.39550: done checking to see if all hosts have failed 138029 1726888233.39550: getting the remaining hosts for this loop 138029 1726888233.39553: done getting the remaining hosts for this loop 138029 1726888233.39559: getting the next task for host managed_node3 138029 1726888233.39570: done getting next task for host managed_node3 138029 1726888233.39574: ^ task is: TASK: Check RAID chunk size 138029 1726888233.39585: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.39591: getting variables 138029 1726888233.39592: in VariableManager get_vars() 138029 1726888233.39630: Calling all_inventory to load vars for managed_node3 138029 1726888233.39633: Calling groups_inventory to load vars for managed_node3 138029 1726888233.39636: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.39649: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.39653: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.39860: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.40418: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003675 138029 1726888233.40422: WORKER PROCESS EXITING 138029 1726888233.40445: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.41036: done with get_vars() 138029 1726888233.41049: done getting variables 138029 1726888233.41107: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:33 -0400 (0:00:00.032) 0:04:06.134 ****** 138029 1726888233.41140: entering _queue_task() for managed_node3/assert 138029 1726888233.41393: worker is 1 (out of 1 available) 138029 1726888233.41406: exiting _queue_task() for managed_node3/assert 138029 1726888233.41419: done queuing things up, now waiting for results queue to drain 138029 1726888233.41420: waiting for pending results... 138029 1726888233.41685: running TaskExecutor() for managed_node3/TASK: Check RAID chunk size 138029 1726888233.41825: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003676 138029 1726888233.41845: variable 'ansible_search_path' from source: unknown 138029 1726888233.41891: calling self._execute() 138029 1726888233.42020: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.42032: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.42046: variable 'omit' from source: magic vars 138029 1726888233.42447: variable 'storage_test_volume' from source: include params 138029 1726888233.42482: Evaluated conditional (storage_test_volume.type == 'raid'): False 138029 1726888233.42491: when evaluation is False, skipping this task 138029 1726888233.42497: _execute() done 138029 1726888233.42503: dumping result to json 138029 1726888233.42509: done dumping result, returning 138029 1726888233.42517: done running TaskExecutor() for managed_node3/TASK: Check RAID chunk size [0affc8a3-6f6f-5a58-73a2-000000003676] 138029 1726888233.42526: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003676 138029 1726888233.42866: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003676 138029 1726888233.42870: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 138029 1726888233.42908: no more pending results, returning what we have 138029 1726888233.42912: results queue empty 138029 1726888233.42913: checking for any_errors_fatal 138029 1726888233.42920: done checking for any_errors_fatal 138029 1726888233.42920: checking for max_fail_percentage 138029 1726888233.42922: done checking for max_fail_percentage 138029 1726888233.42923: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.42924: done checking to see if all hosts have failed 138029 1726888233.42925: getting the remaining hosts for this loop 138029 1726888233.42926: done getting the remaining hosts for this loop 138029 1726888233.42929: getting the next task for host managed_node3 138029 1726888233.42940: done getting next task for host managed_node3 138029 1726888233.42944: ^ task is: TASK: Parse the actual size of the volume 138029 1726888233.42951: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.42959: getting variables 138029 1726888233.42961: in VariableManager get_vars() 138029 1726888233.42990: Calling all_inventory to load vars for managed_node3 138029 1726888233.42993: Calling groups_inventory to load vars for managed_node3 138029 1726888233.42996: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.43005: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.43008: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.43011: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.43929: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.44484: done with get_vars() 138029 1726888233.44497: 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:10:33 -0400 (0:00:00.034) 0:04:06.169 ****** 138029 1726888233.44575: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888233.44850: worker is 1 (out of 1 available) 138029 1726888233.45066: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888233.45076: done queuing things up, now waiting for results queue to drain 138029 1726888233.45077: waiting for pending results... 138029 1726888233.45169: running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume 138029 1726888233.45322: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000367a 138029 1726888233.45343: variable 'ansible_search_path' from source: unknown 138029 1726888233.45383: calling self._execute() 138029 1726888233.45510: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.45528: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.45541: variable 'omit' from source: magic vars 138029 1726888233.45925: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888233.48227: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888233.48312: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888233.48364: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888233.48457: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888233.48460: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888233.48545: variable '_storage_test_volume_present' from source: set_fact 138029 1726888233.48572: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888233.48580: when evaluation is False, skipping this task 138029 1726888233.48587: _execute() done 138029 1726888233.48592: dumping result to json 138029 1726888233.48598: done dumping result, returning 138029 1726888233.48608: done running TaskExecutor() for managed_node3/TASK: Parse the actual size of the volume [0affc8a3-6f6f-5a58-73a2-00000000367a] 138029 1726888233.48616: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000367a 138029 1726888233.48919: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000367a 138029 1726888233.48922: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888233.48976: no more pending results, returning what we have 138029 1726888233.48980: results queue empty 138029 1726888233.48981: checking for any_errors_fatal 138029 1726888233.48990: done checking for any_errors_fatal 138029 1726888233.48991: checking for max_fail_percentage 138029 1726888233.48993: done checking for max_fail_percentage 138029 1726888233.48993: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.48994: done checking to see if all hosts have failed 138029 1726888233.48995: getting the remaining hosts for this loop 138029 1726888233.48997: done getting the remaining hosts for this loop 138029 1726888233.49000: getting the next task for host managed_node3 138029 1726888233.49008: done getting next task for host managed_node3 138029 1726888233.49011: ^ task is: TASK: Parse the requested size of the volume 138029 1726888233.49019: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.49024: getting variables 138029 1726888233.49026: in VariableManager get_vars() 138029 1726888233.49067: Calling all_inventory to load vars for managed_node3 138029 1726888233.49070: Calling groups_inventory to load vars for managed_node3 138029 1726888233.49074: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.49086: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.49089: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.49092: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.49791: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.50448: done with get_vars() 138029 1726888233.50472: 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:10:33 -0400 (0:00:00.060) 0:04:06.229 ****** 138029 1726888233.50583: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888233.50990: worker is 1 (out of 1 available) 138029 1726888233.51005: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888233.51016: done queuing things up, now waiting for results queue to drain 138029 1726888233.51018: waiting for pending results... 138029 1726888233.51234: running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume 138029 1726888233.51404: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000367b 138029 1726888233.51427: variable 'ansible_search_path' from source: unknown 138029 1726888233.51470: calling self._execute() 138029 1726888233.51602: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.51618: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.51633: variable 'omit' from source: magic vars 138029 1726888233.52023: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888233.54207: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888233.54288: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888233.54331: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888233.54373: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888233.54564: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888233.54567: variable '_storage_test_volume_present' from source: set_fact 138029 1726888233.54570: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888233.54572: when evaluation is False, skipping this task 138029 1726888233.54575: _execute() done 138029 1726888233.54577: dumping result to json 138029 1726888233.54579: done dumping result, returning 138029 1726888233.54581: done running TaskExecutor() for managed_node3/TASK: Parse the requested size of the volume [0affc8a3-6f6f-5a58-73a2-00000000367b] 138029 1726888233.54583: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000367b skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888233.54730: no more pending results, returning what we have 138029 1726888233.54733: results queue empty 138029 1726888233.54734: checking for any_errors_fatal 138029 1726888233.54742: done checking for any_errors_fatal 138029 1726888233.54742: checking for max_fail_percentage 138029 1726888233.54744: done checking for max_fail_percentage 138029 1726888233.54745: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.54746: done checking to see if all hosts have failed 138029 1726888233.54746: getting the remaining hosts for this loop 138029 1726888233.54748: done getting the remaining hosts for this loop 138029 1726888233.54752: getting the next task for host managed_node3 138029 1726888233.54762: done getting next task for host managed_node3 138029 1726888233.54961: ^ task is: TASK: Establish base value for expected size 138029 1726888233.54971: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.54976: getting variables 138029 1726888233.54977: in VariableManager get_vars() 138029 1726888233.55005: Calling all_inventory to load vars for managed_node3 138029 1726888233.55008: Calling groups_inventory to load vars for managed_node3 138029 1726888233.55010: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.55020: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.55023: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.55052: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.55585: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000367b 138029 1726888233.55589: WORKER PROCESS EXITING 138029 1726888233.55700: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.56298: done with get_vars() 138029 1726888233.56312: done getting variables 138029 1726888233.56369: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:33 -0400 (0:00:00.058) 0:04:06.287 ****** 138029 1726888233.56403: entering _queue_task() for managed_node3/set_fact 138029 1726888233.56874: worker is 1 (out of 1 available) 138029 1726888233.56884: exiting _queue_task() for managed_node3/set_fact 138029 1726888233.56894: done queuing things up, now waiting for results queue to drain 138029 1726888233.56896: waiting for pending results... 138029 1726888233.57024: running TaskExecutor() for managed_node3/TASK: Establish base value for expected size 138029 1726888233.57148: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000367c 138029 1726888233.57172: variable 'ansible_search_path' from source: unknown 138029 1726888233.57230: calling self._execute() 138029 1726888233.57347: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.57447: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.57451: variable 'omit' from source: magic vars 138029 1726888233.57771: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888233.59930: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888233.60009: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888233.60051: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888233.60093: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888233.60123: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888233.60226: variable '_storage_test_volume_present' from source: set_fact 138029 1726888233.60261: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888233.60264: when evaluation is False, skipping this task 138029 1726888233.60267: _execute() done 138029 1726888233.60269: dumping result to json 138029 1726888233.60360: done dumping result, returning 138029 1726888233.60365: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected size [0affc8a3-6f6f-5a58-73a2-00000000367c] 138029 1726888233.60368: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000367c 138029 1726888233.60443: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000367c 138029 1726888233.60447: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888233.60496: no more pending results, returning what we have 138029 1726888233.60500: results queue empty 138029 1726888233.60501: checking for any_errors_fatal 138029 1726888233.60512: done checking for any_errors_fatal 138029 1726888233.60513: checking for max_fail_percentage 138029 1726888233.60515: done checking for max_fail_percentage 138029 1726888233.60516: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.60517: done checking to see if all hosts have failed 138029 1726888233.60518: getting the remaining hosts for this loop 138029 1726888233.60519: done getting the remaining hosts for this loop 138029 1726888233.60523: getting the next task for host managed_node3 138029 1726888233.60532: done getting next task for host managed_node3 138029 1726888233.60534: ^ task is: TASK: Show expected size 138029 1726888233.60543: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.60549: getting variables 138029 1726888233.60550: in VariableManager get_vars() 138029 1726888233.60590: Calling all_inventory to load vars for managed_node3 138029 1726888233.60593: Calling groups_inventory to load vars for managed_node3 138029 1726888233.60596: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.60608: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.60611: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.60614: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.61427: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.62038: done with get_vars() 138029 1726888233.62054: done getting variables 138029 1726888233.62116: 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:10:33 -0400 (0:00:00.057) 0:04:06.345 ****** 138029 1726888233.62153: entering _queue_task() for managed_node3/debug 138029 1726888233.62439: worker is 1 (out of 1 available) 138029 1726888233.62451: exiting _queue_task() for managed_node3/debug 138029 1726888233.62466: done queuing things up, now waiting for results queue to drain 138029 1726888233.62468: waiting for pending results... 138029 1726888233.62878: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888233.62975: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000367d 138029 1726888233.62979: variable 'ansible_search_path' from source: unknown 138029 1726888233.62986: calling self._execute() 138029 1726888233.63125: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.63131: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.63140: variable 'omit' from source: magic vars 138029 1726888233.63264: variable 'omit' from source: magic vars 138029 1726888233.63410: variable 'omit' from source: magic vars 138029 1726888233.63413: variable 'omit' from source: magic vars 138029 1726888233.63417: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888233.63464: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888233.63487: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888233.63505: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888233.63517: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888233.63533: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888233.63554: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888233.63591: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888233.63595: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.63598: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.63726: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888233.63738: Set connection var ansible_timeout to 10 138029 1726888233.63740: Set connection var ansible_pipelining to False 138029 1726888233.63743: Set connection var ansible_shell_type to sh 138029 1726888233.63745: Set connection var ansible_connection to ssh 138029 1726888233.63747: Set connection var ansible_shell_executable to /bin/sh 138029 1726888233.63787: variable 'ansible_shell_executable' from source: unknown 138029 1726888233.63790: variable 'ansible_connection' from source: unknown 138029 1726888233.63793: variable 'ansible_module_compression' from source: unknown 138029 1726888233.63796: variable 'ansible_shell_type' from source: unknown 138029 1726888233.63798: variable 'ansible_shell_executable' from source: unknown 138029 1726888233.63800: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.63803: variable 'ansible_pipelining' from source: unknown 138029 1726888233.63807: variable 'ansible_timeout' from source: unknown 138029 1726888233.63811: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.64066: 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) 138029 1726888233.64070: variable 'omit' from source: magic vars 138029 1726888233.64073: starting attempt loop 138029 1726888233.64075: running the handler 138029 1726888233.64079: variable 'storage_test_expected_size' from source: set_fact 138029 1726888233.64236: variable 'storage_test_expected_size' from source: set_fact 138029 1726888233.64263: handler run complete 138029 1726888233.64282: attempt loop complete, returning result 138029 1726888233.64285: _execute() done 138029 1726888233.64288: dumping result to json 138029 1726888233.64290: done dumping result, returning 138029 1726888233.64298: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-00000000367d] 138029 1726888233.64307: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000367d 138029 1726888233.64478: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000367d 138029 1726888233.64482: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } 138029 1726888233.64526: no more pending results, returning what we have 138029 1726888233.64529: results queue empty 138029 1726888233.64530: checking for any_errors_fatal 138029 1726888233.64538: done checking for any_errors_fatal 138029 1726888233.64539: checking for max_fail_percentage 138029 1726888233.64540: done checking for max_fail_percentage 138029 1726888233.64541: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.64542: done checking to see if all hosts have failed 138029 1726888233.64543: getting the remaining hosts for this loop 138029 1726888233.64544: done getting the remaining hosts for this loop 138029 1726888233.64547: getting the next task for host managed_node3 138029 1726888233.64554: done getting next task for host managed_node3 138029 1726888233.64559: ^ task is: TASK: Get the size of parent/pool device 138029 1726888233.64567: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.64571: getting variables 138029 1726888233.64572: in VariableManager get_vars() 138029 1726888233.64601: Calling all_inventory to load vars for managed_node3 138029 1726888233.64604: Calling groups_inventory to load vars for managed_node3 138029 1726888233.64606: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.64615: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.64618: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.64620: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.65136: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.65751: done with get_vars() 138029 1726888233.65773: 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:10:33 -0400 (0:00:00.037) 0:04:06.382 ****** 138029 1726888233.65862: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888233.66366: worker is 1 (out of 1 available) 138029 1726888233.66379: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888233.66389: done queuing things up, now waiting for results queue to drain 138029 1726888233.66391: waiting for pending results... 138029 1726888233.66772: running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device 138029 1726888233.66778: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000367e 138029 1726888233.66782: variable 'ansible_search_path' from source: unknown 138029 1726888233.66807: calling self._execute() 138029 1726888233.66939: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.66943: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.66957: variable 'omit' from source: magic vars 138029 1726888233.67346: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888233.70169: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888233.70238: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888233.70289: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888233.70342: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888233.70461: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888233.70490: variable '_storage_test_volume_present' from source: set_fact 138029 1726888233.70513: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888233.70521: when evaluation is False, skipping this task 138029 1726888233.70528: _execute() done 138029 1726888233.70536: dumping result to json 138029 1726888233.70543: done dumping result, returning 138029 1726888233.70553: done running TaskExecutor() for managed_node3/TASK: Get the size of parent/pool device [0affc8a3-6f6f-5a58-73a2-00000000367e] 138029 1726888233.70566: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000367e skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888233.70812: no more pending results, returning what we have 138029 1726888233.70816: results queue empty 138029 1726888233.70817: checking for any_errors_fatal 138029 1726888233.70824: done checking for any_errors_fatal 138029 1726888233.70825: checking for max_fail_percentage 138029 1726888233.70827: done checking for max_fail_percentage 138029 1726888233.70828: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.70829: done checking to see if all hosts have failed 138029 1726888233.70829: getting the remaining hosts for this loop 138029 1726888233.70831: done getting the remaining hosts for this loop 138029 1726888233.70835: getting the next task for host managed_node3 138029 1726888233.70848: done getting next task for host managed_node3 138029 1726888233.70850: ^ task is: TASK: Show test pool 138029 1726888233.71063: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.71069: getting variables 138029 1726888233.71071: in VariableManager get_vars() 138029 1726888233.71106: Calling all_inventory to load vars for managed_node3 138029 1726888233.71110: Calling groups_inventory to load vars for managed_node3 138029 1726888233.71113: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.71128: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.71132: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.71135: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.71739: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000367e 138029 1726888233.71742: WORKER PROCESS EXITING 138029 1726888233.71801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.72421: done with get_vars() 138029 1726888233.72437: done getting variables 138029 1726888233.72496: 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:10:33 -0400 (0:00:00.066) 0:04:06.448 ****** 138029 1726888233.72537: entering _queue_task() for managed_node3/debug 138029 1726888233.72825: worker is 1 (out of 1 available) 138029 1726888233.72836: exiting _queue_task() for managed_node3/debug 138029 1726888233.72847: done queuing things up, now waiting for results queue to drain 138029 1726888233.72854: waiting for pending results... 138029 1726888233.73157: running TaskExecutor() for managed_node3/TASK: Show test pool 138029 1726888233.73305: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003680 138029 1726888233.73326: variable 'ansible_search_path' from source: unknown 138029 1726888233.73369: calling self._execute() 138029 1726888233.73733: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.73849: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.73852: variable 'omit' from source: magic vars 138029 1726888233.74132: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888233.77006: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888233.77076: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888233.77116: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888233.77165: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888233.77201: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888233.77317: variable '_storage_test_volume_present' from source: set_fact 138029 1726888233.77337: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888233.77341: when evaluation is False, skipping this task 138029 1726888233.77344: _execute() done 138029 1726888233.77347: dumping result to json 138029 1726888233.77349: done dumping result, returning 138029 1726888233.77360: done running TaskExecutor() for managed_node3/TASK: Show test pool [0affc8a3-6f6f-5a58-73a2-000000003680] 138029 1726888233.77368: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003680 skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } 138029 1726888233.77603: no more pending results, returning what we have 138029 1726888233.77606: results queue empty 138029 1726888233.77607: checking for any_errors_fatal 138029 1726888233.77614: done checking for any_errors_fatal 138029 1726888233.77614: checking for max_fail_percentage 138029 1726888233.77616: done checking for max_fail_percentage 138029 1726888233.77617: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.77618: done checking to see if all hosts have failed 138029 1726888233.77619: getting the remaining hosts for this loop 138029 1726888233.77621: done getting the remaining hosts for this loop 138029 1726888233.77624: getting the next task for host managed_node3 138029 1726888233.77632: done getting next task for host managed_node3 138029 1726888233.77634: ^ task is: TASK: Show test blockinfo 138029 1726888233.77640: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.77645: getting variables 138029 1726888233.77646: in VariableManager get_vars() 138029 1726888233.77683: Calling all_inventory to load vars for managed_node3 138029 1726888233.77685: Calling groups_inventory to load vars for managed_node3 138029 1726888233.77688: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.77698: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.77701: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.77703: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.78513: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003680 138029 1726888233.78517: WORKER PROCESS EXITING 138029 1726888233.78678: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.79244: done with get_vars() 138029 1726888233.79262: done getting variables 138029 1726888233.79321: 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:10:33 -0400 (0:00:00.068) 0:04:06.517 ****** 138029 1726888233.79358: entering _queue_task() for managed_node3/debug 138029 1726888233.79771: worker is 1 (out of 1 available) 138029 1726888233.79784: exiting _queue_task() for managed_node3/debug 138029 1726888233.79794: done queuing things up, now waiting for results queue to drain 138029 1726888233.79795: waiting for pending results... 138029 1726888233.80031: running TaskExecutor() for managed_node3/TASK: Show test blockinfo 138029 1726888233.80361: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003681 138029 1726888233.80365: variable 'ansible_search_path' from source: unknown 138029 1726888233.80368: calling self._execute() 138029 1726888233.80383: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.80394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.80409: variable 'omit' from source: magic vars 138029 1726888233.80791: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888233.83265: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888233.83269: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888233.83272: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888233.83363: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888233.83369: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888233.83471: variable '_storage_test_volume_present' from source: set_fact 138029 1726888233.83504: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888233.83527: when evaluation is False, skipping this task 138029 1726888233.83536: _execute() done 138029 1726888233.83551: dumping result to json 138029 1726888233.83562: done dumping result, returning 138029 1726888233.83576: done running TaskExecutor() for managed_node3/TASK: Show test blockinfo [0affc8a3-6f6f-5a58-73a2-000000003681] 138029 1726888233.83586: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003681 skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } 138029 1726888233.83802: no more pending results, returning what we have 138029 1726888233.83805: results queue empty 138029 1726888233.83806: checking for any_errors_fatal 138029 1726888233.83818: done checking for any_errors_fatal 138029 1726888233.83819: checking for max_fail_percentage 138029 1726888233.83820: done checking for max_fail_percentage 138029 1726888233.83821: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.83822: done checking to see if all hosts have failed 138029 1726888233.83823: getting the remaining hosts for this loop 138029 1726888233.83824: done getting the remaining hosts for this loop 138029 1726888233.83828: getting the next task for host managed_node3 138029 1726888233.83838: done getting next task for host managed_node3 138029 1726888233.83842: ^ task is: TASK: Show test pool size 138029 1726888233.83849: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.83859: getting variables 138029 1726888233.83860: in VariableManager get_vars() 138029 1726888233.83897: Calling all_inventory to load vars for managed_node3 138029 1726888233.83900: Calling groups_inventory to load vars for managed_node3 138029 1726888233.83903: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.83915: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.83919: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.83922: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.84445: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003681 138029 1726888233.84449: WORKER PROCESS EXITING 138029 1726888233.84848: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.85579: done with get_vars() 138029 1726888233.85673: done getting variables 138029 1726888233.85900: 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:10:33 -0400 (0:00:00.065) 0:04:06.582 ****** 138029 1726888233.85933: entering _queue_task() for managed_node3/debug 138029 1726888233.86666: worker is 1 (out of 1 available) 138029 1726888233.86678: exiting _queue_task() for managed_node3/debug 138029 1726888233.86690: done queuing things up, now waiting for results queue to drain 138029 1726888233.86692: waiting for pending results... 138029 1726888233.87075: running TaskExecutor() for managed_node3/TASK: Show test pool size 138029 1726888233.87403: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003682 138029 1726888233.87417: variable 'ansible_search_path' from source: unknown 138029 1726888233.87451: calling self._execute() 138029 1726888233.87781: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.87787: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.87831: variable 'omit' from source: magic vars 138029 1726888233.88754: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888233.92158: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888233.92244: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888233.92361: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888233.92364: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888233.92367: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888233.92463: variable '_storage_test_volume_present' from source: set_fact 138029 1726888233.92486: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888233.92498: when evaluation is False, skipping this task 138029 1726888233.92506: _execute() done 138029 1726888233.92513: dumping result to json 138029 1726888233.92520: done dumping result, returning 138029 1726888233.92531: done running TaskExecutor() for managed_node3/TASK: Show test pool size [0affc8a3-6f6f-5a58-73a2-000000003682] 138029 1726888233.92542: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003682 skipping: [managed_node3] => { "false_condition": "_storage_test_volume_present | bool" } 138029 1726888233.92696: no more pending results, returning what we have 138029 1726888233.92700: results queue empty 138029 1726888233.92701: checking for any_errors_fatal 138029 1726888233.92712: done checking for any_errors_fatal 138029 1726888233.92713: checking for max_fail_percentage 138029 1726888233.92714: done checking for max_fail_percentage 138029 1726888233.92715: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.92716: done checking to see if all hosts have failed 138029 1726888233.92717: getting the remaining hosts for this loop 138029 1726888233.92718: done getting the remaining hosts for this loop 138029 1726888233.92722: getting the next task for host managed_node3 138029 1726888233.92731: done getting next task for host managed_node3 138029 1726888233.92734: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888233.92741: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.92746: getting variables 138029 1726888233.92747: in VariableManager get_vars() 138029 1726888233.92787: Calling all_inventory to load vars for managed_node3 138029 1726888233.92790: Calling groups_inventory to load vars for managed_node3 138029 1726888233.92793: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.92804: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.92807: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.92809: Calling groups_plugins_play to load vars for managed_node3 138029 1726888233.93376: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003682 138029 1726888233.93379: WORKER PROCESS EXITING 138029 1726888233.93638: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888233.94340: done with get_vars() 138029 1726888233.94358: done getting variables 138029 1726888233.94513: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:33 -0400 (0:00:00.086) 0:04:06.669 ****** 138029 1726888233.94545: entering _queue_task() for managed_node3/set_fact 138029 1726888233.95044: worker is 1 (out of 1 available) 138029 1726888233.95060: exiting _queue_task() for managed_node3/set_fact 138029 1726888233.95072: done queuing things up, now waiting for results queue to drain 138029 1726888233.95074: waiting for pending results... 138029 1726888233.95300: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888233.95526: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003683 138029 1726888233.95530: variable 'ansible_search_path' from source: unknown 138029 1726888233.95538: calling self._execute() 138029 1726888233.95688: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888233.95700: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888233.95753: variable 'omit' from source: magic vars 138029 1726888233.96142: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888233.98642: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888233.98726: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888233.98785: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888233.98824: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888233.99060: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888233.99065: variable '_storage_test_volume_present' from source: set_fact 138029 1726888233.99067: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888233.99070: when evaluation is False, skipping this task 138029 1726888233.99072: _execute() done 138029 1726888233.99074: dumping result to json 138029 1726888233.99076: done dumping result, returning 138029 1726888233.99078: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-000000003683] 138029 1726888233.99080: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003683 138029 1726888233.99149: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003683 138029 1726888233.99152: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888233.99204: no more pending results, returning what we have 138029 1726888233.99208: results queue empty 138029 1726888233.99209: checking for any_errors_fatal 138029 1726888233.99220: done checking for any_errors_fatal 138029 1726888233.99221: checking for max_fail_percentage 138029 1726888233.99223: done checking for max_fail_percentage 138029 1726888233.99224: checking to see if all hosts have failed and the running result is not ok 138029 1726888233.99225: done checking to see if all hosts have failed 138029 1726888233.99226: getting the remaining hosts for this loop 138029 1726888233.99228: done getting the remaining hosts for this loop 138029 1726888233.99232: getting the next task for host managed_node3 138029 1726888233.99244: done getting next task for host managed_node3 138029 1726888233.99246: ^ task is: TASK: Default thin pool reserved space values 138029 1726888233.99254: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888233.99261: getting variables 138029 1726888233.99262: in VariableManager get_vars() 138029 1726888233.99301: Calling all_inventory to load vars for managed_node3 138029 1726888233.99304: Calling groups_inventory to load vars for managed_node3 138029 1726888233.99307: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888233.99318: Calling all_plugins_play to load vars for managed_node3 138029 1726888233.99321: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888233.99323: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.00404: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.01017: done with get_vars() 138029 1726888234.01034: done getting variables 138029 1726888234.01092: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.065) 0:04:06.734 ****** 138029 1726888234.01126: entering _queue_task() for managed_node3/set_fact 138029 1726888234.01407: worker is 1 (out of 1 available) 138029 1726888234.01420: exiting _queue_task() for managed_node3/set_fact 138029 1726888234.01432: done queuing things up, now waiting for results queue to drain 138029 1726888234.01433: waiting for pending results... 138029 1726888234.01776: running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values 138029 1726888234.01886: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003685 138029 1726888234.01908: variable 'ansible_search_path' from source: unknown 138029 1726888234.01948: calling self._execute() 138029 1726888234.02092: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.02104: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.02120: variable 'omit' from source: magic vars 138029 1726888234.02505: variable 'storage_test_volume' from source: include params 138029 1726888234.02544: Evaluated conditional (storage_test_volume.thin): False 138029 1726888234.02553: when evaluation is False, skipping this task 138029 1726888234.02563: _execute() done 138029 1726888234.02662: dumping result to json 138029 1726888234.02665: done dumping result, returning 138029 1726888234.02669: done running TaskExecutor() for managed_node3/TASK: Default thin pool reserved space values [0affc8a3-6f6f-5a58-73a2-000000003685] 138029 1726888234.02671: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003685 138029 1726888234.02749: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003685 138029 1726888234.02752: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888234.02807: no more pending results, returning what we have 138029 1726888234.02810: results queue empty 138029 1726888234.02812: checking for any_errors_fatal 138029 1726888234.02826: done checking for any_errors_fatal 138029 1726888234.02827: checking for max_fail_percentage 138029 1726888234.02830: done checking for max_fail_percentage 138029 1726888234.02831: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.02832: done checking to see if all hosts have failed 138029 1726888234.02833: getting the remaining hosts for this loop 138029 1726888234.02834: done getting the remaining hosts for this loop 138029 1726888234.02838: getting the next task for host managed_node3 138029 1726888234.02849: done getting next task for host managed_node3 138029 1726888234.02853: ^ task is: TASK: Default minimal thin pool reserved space size 138029 1726888234.02863: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.02872: getting variables 138029 1726888234.02873: in VariableManager get_vars() 138029 1726888234.02910: Calling all_inventory to load vars for managed_node3 138029 1726888234.02913: Calling groups_inventory to load vars for managed_node3 138029 1726888234.02917: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.02930: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.02934: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.02938: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.03718: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.04317: done with get_vars() 138029 1726888234.04333: 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:10:34 -0400 (0:00:00.032) 0:04:06.767 ****** 138029 1726888234.04416: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888234.04882: worker is 1 (out of 1 available) 138029 1726888234.04893: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888234.04902: done queuing things up, now waiting for results queue to drain 138029 1726888234.04904: waiting for pending results... 138029 1726888234.05173: running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size 138029 1726888234.05181: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003686 138029 1726888234.05191: variable 'ansible_search_path' from source: unknown 138029 1726888234.05232: calling self._execute() 138029 1726888234.05368: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.05381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.05401: variable 'omit' from source: magic vars 138029 1726888234.05737: variable 'storage_test_volume' from source: include params 138029 1726888234.05766: Evaluated conditional (storage_test_volume.thin): False 138029 1726888234.05770: when evaluation is False, skipping this task 138029 1726888234.05773: _execute() done 138029 1726888234.05776: dumping result to json 138029 1726888234.05778: done dumping result, returning 138029 1726888234.05781: done running TaskExecutor() for managed_node3/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-000000003686] 138029 1726888234.05786: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003686 138029 1726888234.05885: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003686 138029 1726888234.05888: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888234.05937: no more pending results, returning what we have 138029 1726888234.05940: results queue empty 138029 1726888234.05941: checking for any_errors_fatal 138029 1726888234.05948: done checking for any_errors_fatal 138029 1726888234.05948: checking for max_fail_percentage 138029 1726888234.05950: done checking for max_fail_percentage 138029 1726888234.05951: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.05952: done checking to see if all hosts have failed 138029 1726888234.05953: getting the remaining hosts for this loop 138029 1726888234.05954: done getting the remaining hosts for this loop 138029 1726888234.05959: getting the next task for host managed_node3 138029 1726888234.05968: done getting next task for host managed_node3 138029 1726888234.05971: ^ task is: TASK: Default maximal thin pool reserved space size 138029 1726888234.05978: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.05982: getting variables 138029 1726888234.05983: in VariableManager get_vars() 138029 1726888234.06011: Calling all_inventory to load vars for managed_node3 138029 1726888234.06014: Calling groups_inventory to load vars for managed_node3 138029 1726888234.06016: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.06025: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.06027: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.06030: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.06373: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.06721: done with get_vars() 138029 1726888234.06731: 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:10:34 -0400 (0:00:00.023) 0:04:06.791 ****** 138029 1726888234.06789: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888234.06992: worker is 1 (out of 1 available) 138029 1726888234.07006: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888234.07018: done queuing things up, now waiting for results queue to drain 138029 1726888234.07020: waiting for pending results... 138029 1726888234.07191: running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size 138029 1726888234.07291: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003687 138029 1726888234.07303: variable 'ansible_search_path' from source: unknown 138029 1726888234.07332: calling self._execute() 138029 1726888234.07561: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.07567: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.07570: variable 'omit' from source: magic vars 138029 1726888234.07853: variable 'storage_test_volume' from source: include params 138029 1726888234.07894: Evaluated conditional (storage_test_volume.thin): False 138029 1726888234.07902: when evaluation is False, skipping this task 138029 1726888234.07909: _execute() done 138029 1726888234.07916: dumping result to json 138029 1726888234.07922: done dumping result, returning 138029 1726888234.07931: done running TaskExecutor() for managed_node3/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-5a58-73a2-000000003687] 138029 1726888234.07939: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003687 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888234.08104: no more pending results, returning what we have 138029 1726888234.08108: results queue empty 138029 1726888234.08109: checking for any_errors_fatal 138029 1726888234.08121: done checking for any_errors_fatal 138029 1726888234.08122: checking for max_fail_percentage 138029 1726888234.08123: done checking for max_fail_percentage 138029 1726888234.08124: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.08125: done checking to see if all hosts have failed 138029 1726888234.08125: getting the remaining hosts for this loop 138029 1726888234.08128: done getting the remaining hosts for this loop 138029 1726888234.08131: getting the next task for host managed_node3 138029 1726888234.08141: done getting next task for host managed_node3 138029 1726888234.08143: ^ task is: TASK: Calculate maximum usable space in thin pool 138029 1726888234.08150: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.08158: getting variables 138029 1726888234.08159: in VariableManager get_vars() 138029 1726888234.08195: Calling all_inventory to load vars for managed_node3 138029 1726888234.08198: Calling groups_inventory to load vars for managed_node3 138029 1726888234.08201: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.08212: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.08214: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.08217: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.08997: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003687 138029 1726888234.09002: WORKER PROCESS EXITING 138029 1726888234.09013: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.09345: done with get_vars() 138029 1726888234.09357: done getting variables 138029 1726888234.09398: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.026) 0:04:06.817 ****** 138029 1726888234.09421: entering _queue_task() for managed_node3/set_fact 138029 1726888234.09621: worker is 1 (out of 1 available) 138029 1726888234.09633: exiting _queue_task() for managed_node3/set_fact 138029 1726888234.09645: done queuing things up, now waiting for results queue to drain 138029 1726888234.09647: waiting for pending results... 138029 1726888234.09841: running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool 138029 1726888234.09967: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003688 138029 1726888234.09979: variable 'ansible_search_path' from source: unknown 138029 1726888234.10010: calling self._execute() 138029 1726888234.10108: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.10111: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.10119: variable 'omit' from source: magic vars 138029 1726888234.10398: variable 'storage_test_volume' from source: include params 138029 1726888234.10424: Evaluated conditional (storage_test_volume.thin): False 138029 1726888234.10428: when evaluation is False, skipping this task 138029 1726888234.10431: _execute() done 138029 1726888234.10433: dumping result to json 138029 1726888234.10436: done dumping result, returning 138029 1726888234.10439: done running TaskExecutor() for managed_node3/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-5a58-73a2-000000003688] 138029 1726888234.10447: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003688 138029 1726888234.10542: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003688 138029 1726888234.10546: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888234.10601: no more pending results, returning what we have 138029 1726888234.10604: results queue empty 138029 1726888234.10605: checking for any_errors_fatal 138029 1726888234.10614: done checking for any_errors_fatal 138029 1726888234.10615: checking for max_fail_percentage 138029 1726888234.10617: done checking for max_fail_percentage 138029 1726888234.10617: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.10619: done checking to see if all hosts have failed 138029 1726888234.10619: getting the remaining hosts for this loop 138029 1726888234.10621: done getting the remaining hosts for this loop 138029 1726888234.10624: getting the next task for host managed_node3 138029 1726888234.10631: done getting next task for host managed_node3 138029 1726888234.10634: ^ task is: TASK: Apply upper size limit to max usable thin pool space 138029 1726888234.10639: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.10644: getting variables 138029 1726888234.10645: in VariableManager get_vars() 138029 1726888234.10677: Calling all_inventory to load vars for managed_node3 138029 1726888234.10680: Calling groups_inventory to load vars for managed_node3 138029 1726888234.10682: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.10694: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.10697: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.10701: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.11260: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.11936: done with get_vars() 138029 1726888234.11950: done getting variables 138029 1726888234.12010: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.026) 0:04:06.844 ****** 138029 1726888234.12053: entering _queue_task() for managed_node3/set_fact 138029 1726888234.12289: worker is 1 (out of 1 available) 138029 1726888234.12304: exiting _queue_task() for managed_node3/set_fact 138029 1726888234.12317: done queuing things up, now waiting for results queue to drain 138029 1726888234.12319: waiting for pending results... 138029 1726888234.12517: running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space 138029 1726888234.12617: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003689 138029 1726888234.12630: variable 'ansible_search_path' from source: unknown 138029 1726888234.12661: calling self._execute() 138029 1726888234.12756: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.12760: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.12771: variable 'omit' from source: magic vars 138029 1726888234.13057: variable 'storage_test_volume' from source: include params 138029 1726888234.13082: Evaluated conditional (storage_test_volume.thin): False 138029 1726888234.13087: when evaluation is False, skipping this task 138029 1726888234.13091: _execute() done 138029 1726888234.13094: dumping result to json 138029 1726888234.13096: done dumping result, returning 138029 1726888234.13100: done running TaskExecutor() for managed_node3/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-000000003689] 138029 1726888234.13105: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003689 138029 1726888234.13199: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003689 138029 1726888234.13202: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888234.13254: no more pending results, returning what we have 138029 1726888234.13259: results queue empty 138029 1726888234.13260: checking for any_errors_fatal 138029 1726888234.13272: done checking for any_errors_fatal 138029 1726888234.13273: checking for max_fail_percentage 138029 1726888234.13274: done checking for max_fail_percentage 138029 1726888234.13275: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.13276: done checking to see if all hosts have failed 138029 1726888234.13276: getting the remaining hosts for this loop 138029 1726888234.13278: done getting the remaining hosts for this loop 138029 1726888234.13281: getting the next task for host managed_node3 138029 1726888234.13288: done getting next task for host managed_node3 138029 1726888234.13290: ^ task is: TASK: Apply lower size limit to max usable thin pool space 138029 1726888234.13296: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.13300: getting variables 138029 1726888234.13301: in VariableManager get_vars() 138029 1726888234.13329: Calling all_inventory to load vars for managed_node3 138029 1726888234.13332: Calling groups_inventory to load vars for managed_node3 138029 1726888234.13334: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.13343: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.13345: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.13348: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.13729: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.14348: done with get_vars() 138029 1726888234.14360: done getting variables 138029 1726888234.14409: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.023) 0:04:06.867 ****** 138029 1726888234.14439: entering _queue_task() for managed_node3/set_fact 138029 1726888234.14675: worker is 1 (out of 1 available) 138029 1726888234.14688: exiting _queue_task() for managed_node3/set_fact 138029 1726888234.14700: done queuing things up, now waiting for results queue to drain 138029 1726888234.14701: waiting for pending results... 138029 1726888234.15178: running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space 138029 1726888234.15184: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000368a 138029 1726888234.15196: variable 'ansible_search_path' from source: unknown 138029 1726888234.15235: calling self._execute() 138029 1726888234.15409: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.15412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.15415: variable 'omit' from source: magic vars 138029 1726888234.15786: variable 'storage_test_volume' from source: include params 138029 1726888234.15814: Evaluated conditional (storage_test_volume.thin): False 138029 1726888234.15818: when evaluation is False, skipping this task 138029 1726888234.15821: _execute() done 138029 1726888234.15823: dumping result to json 138029 1726888234.15826: done dumping result, returning 138029 1726888234.15831: done running TaskExecutor() for managed_node3/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-5a58-73a2-00000000368a] 138029 1726888234.15836: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000368a 138029 1726888234.15933: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000368a 138029 1726888234.15936: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888234.15996: no more pending results, returning what we have 138029 1726888234.15999: results queue empty 138029 1726888234.16000: checking for any_errors_fatal 138029 1726888234.16008: done checking for any_errors_fatal 138029 1726888234.16009: checking for max_fail_percentage 138029 1726888234.16010: done checking for max_fail_percentage 138029 1726888234.16011: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.16011: done checking to see if all hosts have failed 138029 1726888234.16012: getting the remaining hosts for this loop 138029 1726888234.16014: done getting the remaining hosts for this loop 138029 1726888234.16016: getting the next task for host managed_node3 138029 1726888234.16024: done getting next task for host managed_node3 138029 1726888234.16026: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 138029 1726888234.16032: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.16036: getting variables 138029 1726888234.16038: in VariableManager get_vars() 138029 1726888234.16071: Calling all_inventory to load vars for managed_node3 138029 1726888234.16073: Calling groups_inventory to load vars for managed_node3 138029 1726888234.16076: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.16084: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.16087: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.16089: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.16430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.16783: done with get_vars() 138029 1726888234.16793: 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:10:34 -0400 (0:00:00.024) 0:04:06.892 ****** 138029 1726888234.16846: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888234.17043: worker is 1 (out of 1 available) 138029 1726888234.17058: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888234.17072: done queuing things up, now waiting for results queue to drain 138029 1726888234.17075: waiting for pending results... 138029 1726888234.17244: running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size 138029 1726888234.17331: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000368b 138029 1726888234.17342: variable 'ansible_search_path' from source: unknown 138029 1726888234.17374: calling self._execute() 138029 1726888234.17607: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.17611: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.17614: variable 'omit' from source: magic vars 138029 1726888234.17921: variable 'storage_test_volume' from source: include params 138029 1726888234.17978: Evaluated conditional (storage_test_volume.thin): False 138029 1726888234.17982: when evaluation is False, skipping this task 138029 1726888234.17984: _execute() done 138029 1726888234.17987: dumping result to json 138029 1726888234.17989: done dumping result, returning 138029 1726888234.17991: done running TaskExecutor() for managed_node3/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-5a58-73a2-00000000368b] 138029 1726888234.17993: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000368b 138029 1726888234.18146: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000368b 138029 1726888234.18149: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888234.18198: no more pending results, returning what we have 138029 1726888234.18201: results queue empty 138029 1726888234.18202: checking for any_errors_fatal 138029 1726888234.18210: done checking for any_errors_fatal 138029 1726888234.18211: checking for max_fail_percentage 138029 1726888234.18212: done checking for max_fail_percentage 138029 1726888234.18213: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.18213: done checking to see if all hosts have failed 138029 1726888234.18214: getting the remaining hosts for this loop 138029 1726888234.18215: done getting the remaining hosts for this loop 138029 1726888234.18218: getting the next task for host managed_node3 138029 1726888234.18226: done getting next task for host managed_node3 138029 1726888234.18228: ^ task is: TASK: Show max thin pool size 138029 1726888234.18234: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.18238: getting variables 138029 1726888234.18239: in VariableManager get_vars() 138029 1726888234.18271: Calling all_inventory to load vars for managed_node3 138029 1726888234.18274: Calling groups_inventory to load vars for managed_node3 138029 1726888234.18277: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.18286: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.18289: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.18298: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.18776: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.19128: done with get_vars() 138029 1726888234.19138: done getting variables 138029 1726888234.19185: 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:10:34 -0400 (0:00:00.023) 0:04:06.915 ****** 138029 1726888234.19209: entering _queue_task() for managed_node3/debug 138029 1726888234.19396: worker is 1 (out of 1 available) 138029 1726888234.19409: exiting _queue_task() for managed_node3/debug 138029 1726888234.19421: done queuing things up, now waiting for results queue to drain 138029 1726888234.19422: waiting for pending results... 138029 1726888234.19595: running TaskExecutor() for managed_node3/TASK: Show max thin pool size 138029 1726888234.19681: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000368c 138029 1726888234.19693: variable 'ansible_search_path' from source: unknown 138029 1726888234.19720: calling self._execute() 138029 1726888234.19813: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.19817: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.19827: variable 'omit' from source: magic vars 138029 1726888234.20099: variable 'storage_test_volume' from source: include params 138029 1726888234.20121: Evaluated conditional (storage_test_volume.thin): False 138029 1726888234.20125: when evaluation is False, skipping this task 138029 1726888234.20127: _execute() done 138029 1726888234.20130: dumping result to json 138029 1726888234.20132: done dumping result, returning 138029 1726888234.20139: done running TaskExecutor() for managed_node3/TASK: Show max thin pool size [0affc8a3-6f6f-5a58-73a2-00000000368c] 138029 1726888234.20143: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000368c 138029 1726888234.20235: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000368c 138029 1726888234.20238: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888234.20289: no more pending results, returning what we have 138029 1726888234.20292: results queue empty 138029 1726888234.20293: checking for any_errors_fatal 138029 1726888234.20299: done checking for any_errors_fatal 138029 1726888234.20300: checking for max_fail_percentage 138029 1726888234.20301: done checking for max_fail_percentage 138029 1726888234.20302: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.20303: done checking to see if all hosts have failed 138029 1726888234.20303: getting the remaining hosts for this loop 138029 1726888234.20305: done getting the remaining hosts for this loop 138029 1726888234.20308: getting the next task for host managed_node3 138029 1726888234.20315: done getting next task for host managed_node3 138029 1726888234.20317: ^ task is: TASK: Show volume thin pool size 138029 1726888234.20322: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.20327: getting variables 138029 1726888234.20328: in VariableManager get_vars() 138029 1726888234.20357: Calling all_inventory to load vars for managed_node3 138029 1726888234.20359: Calling groups_inventory to load vars for managed_node3 138029 1726888234.20362: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.20373: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.20375: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.20378: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.20699: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.21042: done with get_vars() 138029 1726888234.21052: done getting variables 138029 1726888234.21094: 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:10:34 -0400 (0:00:00.019) 0:04:06.934 ****** 138029 1726888234.21115: entering _queue_task() for managed_node3/debug 138029 1726888234.21303: worker is 1 (out of 1 available) 138029 1726888234.21317: exiting _queue_task() for managed_node3/debug 138029 1726888234.21328: done queuing things up, now waiting for results queue to drain 138029 1726888234.21330: waiting for pending results... 138029 1726888234.21508: running TaskExecutor() for managed_node3/TASK: Show volume thin pool size 138029 1726888234.21617: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000368d 138029 1726888234.21629: variable 'ansible_search_path' from source: unknown 138029 1726888234.21659: calling self._execute() 138029 1726888234.21748: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.21752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.21766: variable 'omit' from source: magic vars 138029 1726888234.22114: variable 'storage_test_volume' from source: include params 138029 1726888234.22152: Evaluated conditional (storage_test_volume.thin): False 138029 1726888234.22158: when evaluation is False, skipping this task 138029 1726888234.22161: _execute() done 138029 1726888234.22167: dumping result to json 138029 1726888234.22170: done dumping result, returning 138029 1726888234.22173: done running TaskExecutor() for managed_node3/TASK: Show volume thin pool size [0affc8a3-6f6f-5a58-73a2-00000000368d] 138029 1726888234.22175: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000368d 138029 1726888234.22338: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000368d 138029 1726888234.22341: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888234.22429: no more pending results, returning what we have 138029 1726888234.22432: results queue empty 138029 1726888234.22433: checking for any_errors_fatal 138029 1726888234.22439: done checking for any_errors_fatal 138029 1726888234.22439: checking for max_fail_percentage 138029 1726888234.22441: done checking for max_fail_percentage 138029 1726888234.22442: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.22442: done checking to see if all hosts have failed 138029 1726888234.22443: getting the remaining hosts for this loop 138029 1726888234.22444: done getting the remaining hosts for this loop 138029 1726888234.22447: getting the next task for host managed_node3 138029 1726888234.22454: done getting next task for host managed_node3 138029 1726888234.22469: ^ task is: TASK: Show test volume size 138029 1726888234.22475: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.22480: getting variables 138029 1726888234.22481: in VariableManager get_vars() 138029 1726888234.22508: Calling all_inventory to load vars for managed_node3 138029 1726888234.22511: Calling groups_inventory to load vars for managed_node3 138029 1726888234.22514: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.22525: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.22532: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.22536: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.23387: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.23925: done with get_vars() 138029 1726888234.23938: done getting variables 138029 1726888234.24014: 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:10:34 -0400 (0:00:00.029) 0:04:06.964 ****** 138029 1726888234.24053: entering _queue_task() for managed_node3/debug 138029 1726888234.24354: worker is 1 (out of 1 available) 138029 1726888234.24372: exiting _queue_task() for managed_node3/debug 138029 1726888234.24385: done queuing things up, now waiting for results queue to drain 138029 1726888234.24386: waiting for pending results... 138029 1726888234.24689: running TaskExecutor() for managed_node3/TASK: Show test volume size 138029 1726888234.24903: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000368e 138029 1726888234.24907: variable 'ansible_search_path' from source: unknown 138029 1726888234.24949: calling self._execute() 138029 1726888234.25052: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.25062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.25070: variable 'omit' from source: magic vars 138029 1726888234.25442: variable 'storage_test_volume' from source: include params 138029 1726888234.25477: Evaluated conditional (storage_test_volume.thin): False 138029 1726888234.25481: when evaluation is False, skipping this task 138029 1726888234.25484: _execute() done 138029 1726888234.25486: dumping result to json 138029 1726888234.25495: done dumping result, returning 138029 1726888234.25498: done running TaskExecutor() for managed_node3/TASK: Show test volume size [0affc8a3-6f6f-5a58-73a2-00000000368e] 138029 1726888234.25526: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000368e 138029 1726888234.25629: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000368e 138029 1726888234.25632: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "storage_test_volume.thin" } 138029 1726888234.25692: no more pending results, returning what we have 138029 1726888234.25696: results queue empty 138029 1726888234.25697: checking for any_errors_fatal 138029 1726888234.25704: done checking for any_errors_fatal 138029 1726888234.25705: checking for max_fail_percentage 138029 1726888234.25706: done checking for max_fail_percentage 138029 1726888234.25707: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.25708: done checking to see if all hosts have failed 138029 1726888234.25709: getting the remaining hosts for this loop 138029 1726888234.25710: done getting the remaining hosts for this loop 138029 1726888234.25713: getting the next task for host managed_node3 138029 1726888234.25727: done getting next task for host managed_node3 138029 1726888234.25730: ^ task is: TASK: Establish base value for expected thin pool size 138029 1726888234.25737: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.25743: getting variables 138029 1726888234.25744: in VariableManager get_vars() 138029 1726888234.25819: Calling all_inventory to load vars for managed_node3 138029 1726888234.25822: Calling groups_inventory to load vars for managed_node3 138029 1726888234.25825: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.25833: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.25835: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.25839: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.26310: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.26712: done with get_vars() 138029 1726888234.26721: done getting variables 138029 1726888234.26761: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.027) 0:04:06.991 ****** 138029 1726888234.26795: entering _queue_task() for managed_node3/set_fact 138029 1726888234.27027: worker is 1 (out of 1 available) 138029 1726888234.27041: exiting _queue_task() for managed_node3/set_fact 138029 1726888234.27053: done queuing things up, now waiting for results queue to drain 138029 1726888234.27057: waiting for pending results... 138029 1726888234.27310: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size 138029 1726888234.27399: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000368f 138029 1726888234.27410: variable 'ansible_search_path' from source: unknown 138029 1726888234.27440: calling self._execute() 138029 1726888234.27539: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.27542: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.27545: variable 'omit' from source: magic vars 138029 1726888234.27828: variable 'storage_test_volume' from source: include params 138029 1726888234.27851: Evaluated conditional (storage_test_volume.thin): False 138029 1726888234.27854: when evaluation is False, skipping this task 138029 1726888234.27858: _execute() done 138029 1726888234.27861: dumping result to json 138029 1726888234.27865: done dumping result, returning 138029 1726888234.27869: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-5a58-73a2-00000000368f] 138029 1726888234.27880: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000368f 138029 1726888234.27970: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000368f 138029 1726888234.27973: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888234.28019: no more pending results, returning what we have 138029 1726888234.28022: results queue empty 138029 1726888234.28023: checking for any_errors_fatal 138029 1726888234.28031: done checking for any_errors_fatal 138029 1726888234.28032: checking for max_fail_percentage 138029 1726888234.28034: done checking for max_fail_percentage 138029 1726888234.28034: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.28035: done checking to see if all hosts have failed 138029 1726888234.28036: getting the remaining hosts for this loop 138029 1726888234.28037: done getting the remaining hosts for this loop 138029 1726888234.28041: getting the next task for host managed_node3 138029 1726888234.28048: done getting next task for host managed_node3 138029 1726888234.28051: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 138029 1726888234.28059: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.28062: getting variables 138029 1726888234.28066: in VariableManager get_vars() 138029 1726888234.28093: Calling all_inventory to load vars for managed_node3 138029 1726888234.28095: Calling groups_inventory to load vars for managed_node3 138029 1726888234.28098: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.28106: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.28108: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.28111: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.28461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.28830: done with get_vars() 138029 1726888234.28839: done getting variables 138029 1726888234.28881: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.021) 0:04:07.012 ****** 138029 1726888234.28905: entering _queue_task() for managed_node3/set_fact 138029 1726888234.29096: worker is 1 (out of 1 available) 138029 1726888234.29109: exiting _queue_task() for managed_node3/set_fact 138029 1726888234.29120: done queuing things up, now waiting for results queue to drain 138029 1726888234.29122: waiting for pending results... 138029 1726888234.29297: running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value 138029 1726888234.29389: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003690 138029 1726888234.29400: variable 'ansible_search_path' from source: unknown 138029 1726888234.29427: calling self._execute() 138029 1726888234.29518: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.29522: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.29529: variable 'omit' from source: magic vars 138029 1726888234.29843: variable 'storage_test_volume' from source: include params 138029 1726888234.29897: Evaluated conditional (storage_test_volume.thin): False 138029 1726888234.29902: when evaluation is False, skipping this task 138029 1726888234.29905: _execute() done 138029 1726888234.29907: dumping result to json 138029 1726888234.29909: done dumping result, returning 138029 1726888234.29935: done running TaskExecutor() for managed_node3/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-5a58-73a2-000000003690] 138029 1726888234.29938: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003690 138029 1726888234.30114: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003690 138029 1726888234.30117: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888234.30190: no more pending results, returning what we have 138029 1726888234.30193: results queue empty 138029 1726888234.30193: checking for any_errors_fatal 138029 1726888234.30202: done checking for any_errors_fatal 138029 1726888234.30202: checking for max_fail_percentage 138029 1726888234.30206: done checking for max_fail_percentage 138029 1726888234.30207: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.30208: done checking to see if all hosts have failed 138029 1726888234.30208: getting the remaining hosts for this loop 138029 1726888234.30210: done getting the remaining hosts for this loop 138029 1726888234.30212: getting the next task for host managed_node3 138029 1726888234.30220: done getting next task for host managed_node3 138029 1726888234.30222: ^ task is: TASK: Establish base value for expected thin pool volume size 138029 1726888234.30229: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.30233: getting variables 138029 1726888234.30234: in VariableManager get_vars() 138029 1726888234.30272: Calling all_inventory to load vars for managed_node3 138029 1726888234.30275: Calling groups_inventory to load vars for managed_node3 138029 1726888234.30278: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.30287: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.30293: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.30296: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.30869: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.31393: done with get_vars() 138029 1726888234.31407: done getting variables 138029 1726888234.31476: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.026) 0:04:07.038 ****** 138029 1726888234.31507: entering _queue_task() for managed_node3/set_fact 138029 1726888234.31723: worker is 1 (out of 1 available) 138029 1726888234.31736: exiting _queue_task() for managed_node3/set_fact 138029 1726888234.31749: done queuing things up, now waiting for results queue to drain 138029 1726888234.31750: waiting for pending results... 138029 1726888234.32003: running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size 138029 1726888234.32176: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003691 138029 1726888234.32180: variable 'ansible_search_path' from source: unknown 138029 1726888234.32207: calling self._execute() 138029 1726888234.32314: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.32318: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.32330: variable 'omit' from source: magic vars 138029 1726888234.32673: variable 'storage_test_volume' from source: include params 138029 1726888234.32701: Evaluated conditional (storage_test_volume.thin): False 138029 1726888234.32705: when evaluation is False, skipping this task 138029 1726888234.32707: _execute() done 138029 1726888234.32710: dumping result to json 138029 1726888234.32712: done dumping result, returning 138029 1726888234.32718: done running TaskExecutor() for managed_node3/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-5a58-73a2-000000003691] 138029 1726888234.32723: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003691 138029 1726888234.32817: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003691 138029 1726888234.32820: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888234.32867: no more pending results, returning what we have 138029 1726888234.32870: results queue empty 138029 1726888234.32871: checking for any_errors_fatal 138029 1726888234.32879: done checking for any_errors_fatal 138029 1726888234.32880: checking for max_fail_percentage 138029 1726888234.32881: done checking for max_fail_percentage 138029 1726888234.32882: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.32882: done checking to see if all hosts have failed 138029 1726888234.32883: getting the remaining hosts for this loop 138029 1726888234.32884: done getting the remaining hosts for this loop 138029 1726888234.32887: getting the next task for host managed_node3 138029 1726888234.32895: done getting next task for host managed_node3 138029 1726888234.32897: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888234.32903: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.32907: getting variables 138029 1726888234.32909: in VariableManager get_vars() 138029 1726888234.32936: Calling all_inventory to load vars for managed_node3 138029 1726888234.32938: Calling groups_inventory to load vars for managed_node3 138029 1726888234.32940: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.32949: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.32952: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.32954: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.33299: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.33639: done with get_vars() 138029 1726888234.33650: done getting variables 138029 1726888234.33720: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.022) 0:04:07.061 ****** 138029 1726888234.33758: entering _queue_task() for managed_node3/set_fact 138029 1726888234.34005: worker is 1 (out of 1 available) 138029 1726888234.34018: exiting _queue_task() for managed_node3/set_fact 138029 1726888234.34030: done queuing things up, now waiting for results queue to drain 138029 1726888234.34031: waiting for pending results... 138029 1726888234.34220: running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value 138029 1726888234.34328: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003692 138029 1726888234.34332: variable 'ansible_search_path' from source: unknown 138029 1726888234.34366: calling self._execute() 138029 1726888234.34454: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.34460: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.34469: variable 'omit' from source: magic vars 138029 1726888234.34731: variable 'storage_test_volume' from source: include params 138029 1726888234.34754: Evaluated conditional (storage_test_volume.thin): False 138029 1726888234.34759: when evaluation is False, skipping this task 138029 1726888234.34766: _execute() done 138029 1726888234.34769: dumping result to json 138029 1726888234.34774: done dumping result, returning 138029 1726888234.34794: done running TaskExecutor() for managed_node3/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-5a58-73a2-000000003692] 138029 1726888234.34796: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003692 138029 1726888234.34882: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003692 138029 1726888234.34885: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888234.34929: no more pending results, returning what we have 138029 1726888234.34933: results queue empty 138029 1726888234.34934: checking for any_errors_fatal 138029 1726888234.34943: done checking for any_errors_fatal 138029 1726888234.34943: checking for max_fail_percentage 138029 1726888234.34945: done checking for max_fail_percentage 138029 1726888234.34945: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.34946: done checking to see if all hosts have failed 138029 1726888234.34947: getting the remaining hosts for this loop 138029 1726888234.34948: done getting the remaining hosts for this loop 138029 1726888234.34951: getting the next task for host managed_node3 138029 1726888234.34961: done getting next task for host managed_node3 138029 1726888234.34965: ^ task is: TASK: Replace expected volume size with calculated value 138029 1726888234.34971: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.34975: getting variables 138029 1726888234.34976: in VariableManager get_vars() 138029 1726888234.35003: Calling all_inventory to load vars for managed_node3 138029 1726888234.35006: Calling groups_inventory to load vars for managed_node3 138029 1726888234.35008: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.35017: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.35019: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.35022: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.35396: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.35852: done with get_vars() 138029 1726888234.35868: done getting variables 138029 1726888234.35905: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.021) 0:04:07.082 ****** 138029 1726888234.35926: entering _queue_task() for managed_node3/set_fact 138029 1726888234.36117: worker is 1 (out of 1 available) 138029 1726888234.36132: exiting _queue_task() for managed_node3/set_fact 138029 1726888234.36144: done queuing things up, now waiting for results queue to drain 138029 1726888234.36146: waiting for pending results... 138029 1726888234.36381: running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value 138029 1726888234.36475: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003693 138029 1726888234.36508: variable 'ansible_search_path' from source: unknown 138029 1726888234.36552: calling self._execute() 138029 1726888234.36651: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.36668: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.36682: variable 'omit' from source: magic vars 138029 1726888234.37012: variable 'storage_test_volume' from source: include params 138029 1726888234.37042: Evaluated conditional (storage_test_volume.thin): False 138029 1726888234.37046: when evaluation is False, skipping this task 138029 1726888234.37048: _execute() done 138029 1726888234.37051: dumping result to json 138029 1726888234.37053: done dumping result, returning 138029 1726888234.37062: done running TaskExecutor() for managed_node3/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-5a58-73a2-000000003693] 138029 1726888234.37067: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003693 138029 1726888234.37173: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003693 138029 1726888234.37176: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 138029 1726888234.37238: no more pending results, returning what we have 138029 1726888234.37241: results queue empty 138029 1726888234.37242: checking for any_errors_fatal 138029 1726888234.37248: done checking for any_errors_fatal 138029 1726888234.37249: checking for max_fail_percentage 138029 1726888234.37250: done checking for max_fail_percentage 138029 1726888234.37251: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.37252: done checking to see if all hosts have failed 138029 1726888234.37254: getting the remaining hosts for this loop 138029 1726888234.37257: done getting the remaining hosts for this loop 138029 1726888234.37260: getting the next task for host managed_node3 138029 1726888234.37275: done getting next task for host managed_node3 138029 1726888234.37277: ^ task is: TASK: Show actual size 138029 1726888234.37282: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.37286: getting variables 138029 1726888234.37287: in VariableManager get_vars() 138029 1726888234.37315: Calling all_inventory to load vars for managed_node3 138029 1726888234.37317: Calling groups_inventory to load vars for managed_node3 138029 1726888234.37320: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.37328: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.37332: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.37335: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.38084: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.38431: done with get_vars() 138029 1726888234.38441: done getting variables 138029 1726888234.38495: 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:10:34 -0400 (0:00:00.025) 0:04:07.108 ****** 138029 1726888234.38517: entering _queue_task() for managed_node3/debug 138029 1726888234.38751: worker is 1 (out of 1 available) 138029 1726888234.38768: exiting _queue_task() for managed_node3/debug 138029 1726888234.38780: done queuing things up, now waiting for results queue to drain 138029 1726888234.38782: waiting for pending results... 138029 1726888234.39112: running TaskExecutor() for managed_node3/TASK: Show actual size 138029 1726888234.39232: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003695 138029 1726888234.39272: variable 'ansible_search_path' from source: unknown 138029 1726888234.39285: calling self._execute() 138029 1726888234.39407: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.39413: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.39420: variable 'omit' from source: magic vars 138029 1726888234.39543: variable 'omit' from source: magic vars 138029 1726888234.39624: variable 'omit' from source: magic vars 138029 1726888234.39681: variable 'omit' from source: magic vars 138029 1726888234.39716: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888234.39749: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888234.39772: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888234.39786: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888234.39796: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888234.39812: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888234.39825: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888234.39851: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888234.39854: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.39858: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.39945: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888234.39949: Set connection var ansible_timeout to 10 138029 1726888234.39951: Set connection var ansible_pipelining to False 138029 1726888234.39953: Set connection var ansible_shell_type to sh 138029 1726888234.39957: Set connection var ansible_connection to ssh 138029 1726888234.39964: Set connection var ansible_shell_executable to /bin/sh 138029 1726888234.39989: variable 'ansible_shell_executable' from source: unknown 138029 1726888234.39992: variable 'ansible_connection' from source: unknown 138029 1726888234.39995: variable 'ansible_module_compression' from source: unknown 138029 1726888234.39997: variable 'ansible_shell_type' from source: unknown 138029 1726888234.40000: variable 'ansible_shell_executable' from source: unknown 138029 1726888234.40002: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.40006: variable 'ansible_pipelining' from source: unknown 138029 1726888234.40009: variable 'ansible_timeout' from source: unknown 138029 1726888234.40013: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.40122: 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) 138029 1726888234.40132: variable 'omit' from source: magic vars 138029 1726888234.40167: starting attempt loop 138029 1726888234.40170: running the handler 138029 1726888234.40266: variable 'storage_test_actual_size' from source: set_fact 138029 1726888234.40762: variable 'storage_test_actual_size' from source: set_fact 138029 1726888234.40765: handler run complete 138029 1726888234.40768: attempt loop complete, returning result 138029 1726888234.40770: _execute() done 138029 1726888234.40772: dumping result to json 138029 1726888234.40811: done dumping result, returning 138029 1726888234.40823: done running TaskExecutor() for managed_node3/TASK: Show actual size [0affc8a3-6f6f-5a58-73a2-000000003695] 138029 1726888234.40992: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003695 138029 1726888234.41075: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003695 138029 1726888234.41079: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } 138029 1726888234.41151: no more pending results, returning what we have 138029 1726888234.41158: results queue empty 138029 1726888234.41159: checking for any_errors_fatal 138029 1726888234.41173: done checking for any_errors_fatal 138029 1726888234.41174: checking for max_fail_percentage 138029 1726888234.41176: done checking for max_fail_percentage 138029 1726888234.41177: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.41178: done checking to see if all hosts have failed 138029 1726888234.41178: getting the remaining hosts for this loop 138029 1726888234.41180: done getting the remaining hosts for this loop 138029 1726888234.41184: getting the next task for host managed_node3 138029 1726888234.41195: done getting next task for host managed_node3 138029 1726888234.41198: ^ task is: TASK: Show expected size 138029 1726888234.41206: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.41213: getting variables 138029 1726888234.41215: in VariableManager get_vars() 138029 1726888234.41252: Calling all_inventory to load vars for managed_node3 138029 1726888234.41449: Calling groups_inventory to load vars for managed_node3 138029 1726888234.41453: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.41466: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.41469: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.41476: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.41922: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.42293: done with get_vars() 138029 1726888234.42305: done getting variables 138029 1726888234.42345: 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:10:34 -0400 (0:00:00.038) 0:04:07.147 ****** 138029 1726888234.42371: entering _queue_task() for managed_node3/debug 138029 1726888234.42586: worker is 1 (out of 1 available) 138029 1726888234.42598: exiting _queue_task() for managed_node3/debug 138029 1726888234.42610: done queuing things up, now waiting for results queue to drain 138029 1726888234.42611: waiting for pending results... 138029 1726888234.42808: running TaskExecutor() for managed_node3/TASK: Show expected size 138029 1726888234.42910: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003696 138029 1726888234.42923: variable 'ansible_search_path' from source: unknown 138029 1726888234.42952: calling self._execute() 138029 1726888234.43063: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.43069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.43079: variable 'omit' from source: magic vars 138029 1726888234.43162: variable 'omit' from source: magic vars 138029 1726888234.43214: variable 'omit' from source: magic vars 138029 1726888234.43237: variable 'omit' from source: magic vars 138029 1726888234.43276: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888234.43325: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888234.43339: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888234.43560: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888234.43568: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888234.43571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888234.43573: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888234.43576: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888234.43578: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.43580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.43582: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888234.43585: Set connection var ansible_timeout to 10 138029 1726888234.43587: Set connection var ansible_pipelining to False 138029 1726888234.43589: Set connection var ansible_shell_type to sh 138029 1726888234.43932: Set connection var ansible_connection to ssh 138029 1726888234.43935: Set connection var ansible_shell_executable to /bin/sh 138029 1726888234.43937: variable 'ansible_shell_executable' from source: unknown 138029 1726888234.43940: variable 'ansible_connection' from source: unknown 138029 1726888234.43941: variable 'ansible_module_compression' from source: unknown 138029 1726888234.43944: variable 'ansible_shell_type' from source: unknown 138029 1726888234.43946: variable 'ansible_shell_executable' from source: unknown 138029 1726888234.43948: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.43950: variable 'ansible_pipelining' from source: unknown 138029 1726888234.43952: variable 'ansible_timeout' from source: unknown 138029 1726888234.43954: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.43959: 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) 138029 1726888234.43962: variable 'omit' from source: magic vars 138029 1726888234.43967: starting attempt loop 138029 1726888234.43970: running the handler 138029 1726888234.43972: variable 'storage_test_expected_size' from source: set_fact 138029 1726888234.44114: variable 'storage_test_expected_size' from source: set_fact 138029 1726888234.44142: handler run complete 138029 1726888234.44384: attempt loop complete, returning result 138029 1726888234.44387: _execute() done 138029 1726888234.44389: dumping result to json 138029 1726888234.44391: done dumping result, returning 138029 1726888234.44394: done running TaskExecutor() for managed_node3/TASK: Show expected size [0affc8a3-6f6f-5a58-73a2-000000003696] 138029 1726888234.44395: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003696 138029 1726888234.44454: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003696 ok: [managed_node3] => { "storage_test_expected_size": "3221225472" } 138029 1726888234.44524: no more pending results, returning what we have 138029 1726888234.44526: results queue empty 138029 1726888234.44527: checking for any_errors_fatal 138029 1726888234.44533: done checking for any_errors_fatal 138029 1726888234.44534: checking for max_fail_percentage 138029 1726888234.44535: done checking for max_fail_percentage 138029 1726888234.44536: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.44537: done checking to see if all hosts have failed 138029 1726888234.44538: getting the remaining hosts for this loop 138029 1726888234.44539: done getting the remaining hosts for this loop 138029 1726888234.44541: getting the next task for host managed_node3 138029 1726888234.44549: done getting next task for host managed_node3 138029 1726888234.44552: ^ task is: TASK: Assert expected size is actual size 138029 1726888234.44562: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.44569: getting variables 138029 1726888234.44570: in VariableManager get_vars() 138029 1726888234.44602: Calling all_inventory to load vars for managed_node3 138029 1726888234.44605: Calling groups_inventory to load vars for managed_node3 138029 1726888234.44608: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.44613: WORKER PROCESS EXITING 138029 1726888234.44622: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.44625: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.44627: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.45213: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.45848: done with get_vars() 138029 1726888234.45870: done getting variables 138029 1726888234.45929: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.035) 0:04:07.183 ****** 138029 1726888234.45970: entering _queue_task() for managed_node3/assert 138029 1726888234.46271: worker is 1 (out of 1 available) 138029 1726888234.46286: exiting _queue_task() for managed_node3/assert 138029 1726888234.46299: done queuing things up, now waiting for results queue to drain 138029 1726888234.46301: waiting for pending results... 138029 1726888234.46597: running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size 138029 1726888234.46958: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003697 138029 1726888234.46967: variable 'ansible_search_path' from source: unknown 138029 1726888234.46971: calling self._execute() 138029 1726888234.46974: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.46977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.46980: variable 'omit' from source: magic vars 138029 1726888234.47352: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888234.49905: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888234.49997: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888234.50048: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888234.50094: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888234.50127: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888234.50245: variable '_storage_test_volume_present' from source: set_fact 138029 1726888234.50283: Evaluated conditional (_storage_test_volume_present | bool): False 138029 1726888234.50291: when evaluation is False, skipping this task 138029 1726888234.50299: _execute() done 138029 1726888234.50306: dumping result to json 138029 1726888234.50374: done dumping result, returning 138029 1726888234.50378: done running TaskExecutor() for managed_node3/TASK: Assert expected size is actual size [0affc8a3-6f6f-5a58-73a2-000000003697] 138029 1726888234.50380: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003697 138029 1726888234.50462: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003697 138029 1726888234.50467: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 138029 1726888234.50527: no more pending results, returning what we have 138029 1726888234.50530: results queue empty 138029 1726888234.50531: checking for any_errors_fatal 138029 1726888234.50542: done checking for any_errors_fatal 138029 1726888234.50542: checking for max_fail_percentage 138029 1726888234.50544: done checking for max_fail_percentage 138029 1726888234.50545: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.50546: done checking to see if all hosts have failed 138029 1726888234.50547: getting the remaining hosts for this loop 138029 1726888234.50549: done getting the remaining hosts for this loop 138029 1726888234.50553: getting the next task for host managed_node3 138029 1726888234.50570: done getting next task for host managed_node3 138029 1726888234.50573: ^ task is: TASK: Get information about the LV 138029 1726888234.50580: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.50662: getting variables 138029 1726888234.50666: in VariableManager get_vars() 138029 1726888234.50710: Calling all_inventory to load vars for managed_node3 138029 1726888234.50714: Calling groups_inventory to load vars for managed_node3 138029 1726888234.50717: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.50729: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.50732: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.50735: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.51667: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.52290: done with get_vars() 138029 1726888234.52306: done getting variables 138029 1726888234.52370: 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:10:34 -0400 (0:00:00.064) 0:04:07.247 ****** 138029 1726888234.52406: entering _queue_task() for managed_node3/command 138029 1726888234.52782: worker is 1 (out of 1 available) 138029 1726888234.52800: exiting _queue_task() for managed_node3/command 138029 1726888234.52810: done queuing things up, now waiting for results queue to drain 138029 1726888234.52812: waiting for pending results... 138029 1726888234.53136: running TaskExecutor() for managed_node3/TASK: Get information about the LV 138029 1726888234.53213: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000369e 138029 1726888234.53241: variable 'ansible_search_path' from source: unknown 138029 1726888234.53284: calling self._execute() 138029 1726888234.53451: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.53458: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.53461: variable 'omit' from source: magic vars 138029 1726888234.53927: variable 'storage_test_volume' from source: include params 138029 1726888234.53993: variable '_storage_test_volume_present' from source: set_fact 138029 1726888234.54000: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888234.54003: when evaluation is False, skipping this task 138029 1726888234.54005: _execute() done 138029 1726888234.54011: dumping result to json 138029 1726888234.54019: done dumping result, returning 138029 1726888234.54030: done running TaskExecutor() for managed_node3/TASK: Get information about the LV [0affc8a3-6f6f-5a58-73a2-00000000369e] 138029 1726888234.54061: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000369e 138029 1726888234.54362: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000369e 138029 1726888234.54369: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888234.54423: no more pending results, returning what we have 138029 1726888234.54426: results queue empty 138029 1726888234.54428: checking for any_errors_fatal 138029 1726888234.54435: done checking for any_errors_fatal 138029 1726888234.54436: checking for max_fail_percentage 138029 1726888234.54438: done checking for max_fail_percentage 138029 1726888234.54438: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.54439: done checking to see if all hosts have failed 138029 1726888234.54440: getting the remaining hosts for this loop 138029 1726888234.54442: done getting the remaining hosts for this loop 138029 1726888234.54445: getting the next task for host managed_node3 138029 1726888234.54453: done getting next task for host managed_node3 138029 1726888234.54457: ^ task is: TASK: Set LV segment type 138029 1726888234.54467: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.54473: getting variables 138029 1726888234.54474: in VariableManager get_vars() 138029 1726888234.54514: Calling all_inventory to load vars for managed_node3 138029 1726888234.54518: Calling groups_inventory to load vars for managed_node3 138029 1726888234.54521: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.54534: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.54537: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.54540: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.55248: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.55881: done with get_vars() 138029 1726888234.55902: done getting variables 138029 1726888234.55962: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.035) 0:04:07.283 ****** 138029 1726888234.56007: entering _queue_task() for managed_node3/set_fact 138029 1726888234.56309: worker is 1 (out of 1 available) 138029 1726888234.56321: exiting _queue_task() for managed_node3/set_fact 138029 1726888234.56468: done queuing things up, now waiting for results queue to drain 138029 1726888234.56470: waiting for pending results... 138029 1726888234.56712: running TaskExecutor() for managed_node3/TASK: Set LV segment type 138029 1726888234.56794: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000369f 138029 1726888234.56822: variable 'ansible_search_path' from source: unknown 138029 1726888234.56869: calling self._execute() 138029 1726888234.57012: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.57029: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.57042: variable 'omit' from source: magic vars 138029 1726888234.57532: variable 'storage_test_volume' from source: include params 138029 1726888234.57571: variable '_storage_test_volume_present' from source: set_fact 138029 1726888234.57596: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888234.57604: when evaluation is False, skipping this task 138029 1726888234.57683: _execute() done 138029 1726888234.57686: dumping result to json 138029 1726888234.57688: done dumping result, returning 138029 1726888234.57691: done running TaskExecutor() for managed_node3/TASK: Set LV segment type [0affc8a3-6f6f-5a58-73a2-00000000369f] 138029 1726888234.57693: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000369f 138029 1726888234.57772: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000369f 138029 1726888234.57776: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888234.57835: no more pending results, returning what we have 138029 1726888234.57839: results queue empty 138029 1726888234.57841: checking for any_errors_fatal 138029 1726888234.57850: done checking for any_errors_fatal 138029 1726888234.57851: checking for max_fail_percentage 138029 1726888234.57853: done checking for max_fail_percentage 138029 1726888234.57854: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.57858: done checking to see if all hosts have failed 138029 1726888234.57859: getting the remaining hosts for this loop 138029 1726888234.57861: done getting the remaining hosts for this loop 138029 1726888234.57868: getting the next task for host managed_node3 138029 1726888234.57879: done getting next task for host managed_node3 138029 1726888234.57883: ^ task is: TASK: Check segment type 138029 1726888234.57891: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.57898: getting variables 138029 1726888234.57900: in VariableManager get_vars() 138029 1726888234.57945: Calling all_inventory to load vars for managed_node3 138029 1726888234.57948: Calling groups_inventory to load vars for managed_node3 138029 1726888234.57952: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.58180: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.58184: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.58188: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.58911: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.59550: done with get_vars() 138029 1726888234.59570: done getting variables 138029 1726888234.59636: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.036) 0:04:07.320 ****** 138029 1726888234.59674: entering _queue_task() for managed_node3/assert 138029 1726888234.59968: worker is 1 (out of 1 available) 138029 1726888234.59981: exiting _queue_task() for managed_node3/assert 138029 1726888234.59992: done queuing things up, now waiting for results queue to drain 138029 1726888234.59993: waiting for pending results... 138029 1726888234.60478: running TaskExecutor() for managed_node3/TASK: Check segment type 138029 1726888234.60483: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000036a0 138029 1726888234.60487: variable 'ansible_search_path' from source: unknown 138029 1726888234.60519: calling self._execute() 138029 1726888234.60658: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.60678: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.60696: variable 'omit' from source: magic vars 138029 1726888234.61166: variable 'storage_test_volume' from source: include params 138029 1726888234.61225: variable '_storage_test_volume_present' from source: set_fact 138029 1726888234.61229: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888234.61232: when evaluation is False, skipping this task 138029 1726888234.61234: _execute() done 138029 1726888234.61236: dumping result to json 138029 1726888234.61239: done dumping result, returning 138029 1726888234.61251: done running TaskExecutor() for managed_node3/TASK: Check segment type [0affc8a3-6f6f-5a58-73a2-0000000036a0] 138029 1726888234.61267: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000036a0 138029 1726888234.61404: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000036a0 138029 1726888234.61407: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888234.61486: no more pending results, returning what we have 138029 1726888234.61490: results queue empty 138029 1726888234.61491: checking for any_errors_fatal 138029 1726888234.61502: done checking for any_errors_fatal 138029 1726888234.61503: checking for max_fail_percentage 138029 1726888234.61505: done checking for max_fail_percentage 138029 1726888234.61506: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.61507: done checking to see if all hosts have failed 138029 1726888234.61508: getting the remaining hosts for this loop 138029 1726888234.61509: done getting the remaining hosts for this loop 138029 1726888234.61514: getting the next task for host managed_node3 138029 1726888234.61525: done getting next task for host managed_node3 138029 1726888234.61527: ^ task is: TASK: Set LV cache size 138029 1726888234.61536: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.61543: getting variables 138029 1726888234.61545: in VariableManager get_vars() 138029 1726888234.61590: Calling all_inventory to load vars for managed_node3 138029 1726888234.61593: Calling groups_inventory to load vars for managed_node3 138029 1726888234.61597: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.61611: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.61615: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.61618: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.62892: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.63490: done with get_vars() 138029 1726888234.63503: done getting variables 138029 1726888234.63561: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.039) 0:04:07.359 ****** 138029 1726888234.63594: entering _queue_task() for managed_node3/set_fact 138029 1726888234.63977: worker is 1 (out of 1 available) 138029 1726888234.63988: exiting _queue_task() for managed_node3/set_fact 138029 1726888234.64000: done queuing things up, now waiting for results queue to drain 138029 1726888234.64001: waiting for pending results... 138029 1726888234.64379: running TaskExecutor() for managed_node3/TASK: Set LV cache size 138029 1726888234.64394: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000036a1 138029 1726888234.64415: variable 'ansible_search_path' from source: unknown 138029 1726888234.64458: calling self._execute() 138029 1726888234.64615: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.64709: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.64713: variable 'omit' from source: magic vars 138029 1726888234.65116: variable 'storage_test_volume' from source: include params 138029 1726888234.65152: variable '_storage_test_volume_present' from source: set_fact 138029 1726888234.65179: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888234.65187: when evaluation is False, skipping this task 138029 1726888234.65195: _execute() done 138029 1726888234.65203: dumping result to json 138029 1726888234.65210: done dumping result, returning 138029 1726888234.65221: done running TaskExecutor() for managed_node3/TASK: Set LV cache size [0affc8a3-6f6f-5a58-73a2-0000000036a1] 138029 1726888234.65231: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000036a1 138029 1726888234.65561: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000036a1 138029 1726888234.65567: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888234.65619: no more pending results, returning what we have 138029 1726888234.65622: results queue empty 138029 1726888234.65623: checking for any_errors_fatal 138029 1726888234.65633: done checking for any_errors_fatal 138029 1726888234.65633: checking for max_fail_percentage 138029 1726888234.65635: done checking for max_fail_percentage 138029 1726888234.65636: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.65637: done checking to see if all hosts have failed 138029 1726888234.65637: getting the remaining hosts for this loop 138029 1726888234.65639: done getting the remaining hosts for this loop 138029 1726888234.65642: getting the next task for host managed_node3 138029 1726888234.65651: done getting next task for host managed_node3 138029 1726888234.65654: ^ task is: TASK: Parse the requested cache size 138029 1726888234.65663: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.65670: getting variables 138029 1726888234.65672: in VariableManager get_vars() 138029 1726888234.65710: Calling all_inventory to load vars for managed_node3 138029 1726888234.65713: Calling groups_inventory to load vars for managed_node3 138029 1726888234.65717: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.65730: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.65733: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.65736: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.66428: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.67080: done with get_vars() 138029 1726888234.67094: 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:10:34 -0400 (0:00:00.035) 0:04:07.395 ****** 138029 1726888234.67181: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888234.67452: worker is 1 (out of 1 available) 138029 1726888234.67623: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888234.67633: done queuing things up, now waiting for results queue to drain 138029 1726888234.67634: waiting for pending results... 138029 1726888234.67797: running TaskExecutor() for managed_node3/TASK: Parse the requested cache size 138029 1726888234.67952: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000036a2 138029 1726888234.67982: variable 'ansible_search_path' from source: unknown 138029 1726888234.68057: calling self._execute() 138029 1726888234.68190: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.68204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.68219: variable 'omit' from source: magic vars 138029 1726888234.68734: variable 'storage_test_volume' from source: include params 138029 1726888234.68817: variable '_storage_test_volume_present' from source: set_fact 138029 1726888234.68821: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888234.68823: when evaluation is False, skipping this task 138029 1726888234.68825: _execute() done 138029 1726888234.68828: dumping result to json 138029 1726888234.68830: done dumping result, returning 138029 1726888234.68832: done running TaskExecutor() for managed_node3/TASK: Parse the requested cache size [0affc8a3-6f6f-5a58-73a2-0000000036a2] 138029 1726888234.68836: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000036a2 138029 1726888234.69009: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000036a2 138029 1726888234.69013: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888234.69079: no more pending results, returning what we have 138029 1726888234.69084: results queue empty 138029 1726888234.69085: checking for any_errors_fatal 138029 1726888234.69097: done checking for any_errors_fatal 138029 1726888234.69098: checking for max_fail_percentage 138029 1726888234.69100: done checking for max_fail_percentage 138029 1726888234.69101: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.69101: done checking to see if all hosts have failed 138029 1726888234.69102: getting the remaining hosts for this loop 138029 1726888234.69104: done getting the remaining hosts for this loop 138029 1726888234.69108: getting the next task for host managed_node3 138029 1726888234.69118: done getting next task for host managed_node3 138029 1726888234.69120: ^ task is: TASK: Set expected cache size 138029 1726888234.69129: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.69137: getting variables 138029 1726888234.69138: in VariableManager get_vars() 138029 1726888234.69180: Calling all_inventory to load vars for managed_node3 138029 1726888234.69183: Calling groups_inventory to load vars for managed_node3 138029 1726888234.69187: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.69200: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.69205: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.69208: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.70027: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.70694: done with get_vars() 138029 1726888234.70708: done getting variables 138029 1726888234.70772: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.036) 0:04:07.431 ****** 138029 1726888234.70806: entering _queue_task() for managed_node3/set_fact 138029 1726888234.71099: worker is 1 (out of 1 available) 138029 1726888234.71113: exiting _queue_task() for managed_node3/set_fact 138029 1726888234.71124: done queuing things up, now waiting for results queue to drain 138029 1726888234.71125: waiting for pending results... 138029 1726888234.71553: running TaskExecutor() for managed_node3/TASK: Set expected cache size 138029 1726888234.71760: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000036a3 138029 1726888234.71766: variable 'ansible_search_path' from source: unknown 138029 1726888234.71770: calling self._execute() 138029 1726888234.71850: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.71871: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.71887: variable 'omit' from source: magic vars 138029 1726888234.72388: variable 'storage_test_volume' from source: include params 138029 1726888234.72424: variable '_storage_test_volume_present' from source: set_fact 138029 1726888234.72446: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888234.72454: when evaluation is False, skipping this task 138029 1726888234.72467: _execute() done 138029 1726888234.72475: dumping result to json 138029 1726888234.72483: done dumping result, returning 138029 1726888234.72493: done running TaskExecutor() for managed_node3/TASK: Set expected cache size [0affc8a3-6f6f-5a58-73a2-0000000036a3] 138029 1726888234.72503: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000036a3 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888234.72796: no more pending results, returning what we have 138029 1726888234.72800: results queue empty 138029 1726888234.72801: checking for any_errors_fatal 138029 1726888234.72816: done checking for any_errors_fatal 138029 1726888234.72817: checking for max_fail_percentage 138029 1726888234.72819: done checking for max_fail_percentage 138029 1726888234.72820: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.72821: done checking to see if all hosts have failed 138029 1726888234.72822: getting the remaining hosts for this loop 138029 1726888234.72823: done getting the remaining hosts for this loop 138029 1726888234.72827: getting the next task for host managed_node3 138029 1726888234.72837: done getting next task for host managed_node3 138029 1726888234.72843: ^ task is: TASK: Check cache size 138029 1726888234.72851: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.72860: getting variables 138029 1726888234.72861: in VariableManager get_vars() 138029 1726888234.72902: Calling all_inventory to load vars for managed_node3 138029 1726888234.72906: Calling groups_inventory to load vars for managed_node3 138029 1726888234.72909: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.72922: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.72926: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.72929: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.73473: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000036a3 138029 1726888234.73476: WORKER PROCESS EXITING 138029 1726888234.73733: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.74361: done with get_vars() 138029 1726888234.74381: done getting variables 138029 1726888234.74435: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.036) 0:04:07.468 ****** 138029 1726888234.74478: entering _queue_task() for managed_node3/assert 138029 1726888234.74838: worker is 1 (out of 1 available) 138029 1726888234.74852: exiting _queue_task() for managed_node3/assert 138029 1726888234.74868: done queuing things up, now waiting for results queue to drain 138029 1726888234.74870: waiting for pending results... 138029 1726888234.75116: running TaskExecutor() for managed_node3/TASK: Check cache size 138029 1726888234.75291: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000036a4 138029 1726888234.75316: variable 'ansible_search_path' from source: unknown 138029 1726888234.75373: calling self._execute() 138029 1726888234.75510: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.75523: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.75537: variable 'omit' from source: magic vars 138029 1726888234.76117: variable 'storage_test_volume' from source: include params 138029 1726888234.76120: variable '_storage_test_volume_present' from source: set_fact 138029 1726888234.76122: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 138029 1726888234.76125: when evaluation is False, skipping this task 138029 1726888234.76127: _execute() done 138029 1726888234.76129: dumping result to json 138029 1726888234.76131: done dumping result, returning 138029 1726888234.76134: done running TaskExecutor() for managed_node3/TASK: Check cache size [0affc8a3-6f6f-5a58-73a2-0000000036a4] 138029 1726888234.76137: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000036a4 138029 1726888234.76214: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000036a4 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 138029 1726888234.76269: no more pending results, returning what we have 138029 1726888234.76273: results queue empty 138029 1726888234.76274: checking for any_errors_fatal 138029 1726888234.76292: done checking for any_errors_fatal 138029 1726888234.76293: checking for max_fail_percentage 138029 1726888234.76294: done checking for max_fail_percentage 138029 1726888234.76295: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.76296: done checking to see if all hosts have failed 138029 1726888234.76297: getting the remaining hosts for this loop 138029 1726888234.76299: done getting the remaining hosts for this loop 138029 1726888234.76303: getting the next task for host managed_node3 138029 1726888234.76314: done getting next task for host managed_node3 138029 1726888234.76317: ^ task is: TASK: Clean up facts 138029 1726888234.76324: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.76329: getting variables 138029 1726888234.76331: in VariableManager get_vars() 138029 1726888234.76371: Calling all_inventory to load vars for managed_node3 138029 1726888234.76374: Calling groups_inventory to load vars for managed_node3 138029 1726888234.76378: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.76390: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.76394: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.76397: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.77085: WORKER PROCESS EXITING 138029 1726888234.77243: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.77767: done with get_vars() 138029 1726888234.77780: done getting variables 138029 1726888234.77824: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.033) 0:04:07.502 ****** 138029 1726888234.77846: entering _queue_task() for managed_node3/set_fact 138029 1726888234.78051: worker is 1 (out of 1 available) 138029 1726888234.78070: exiting _queue_task() for managed_node3/set_fact 138029 1726888234.78081: done queuing things up, now waiting for results queue to drain 138029 1726888234.78083: waiting for pending results... 138029 1726888234.78276: running TaskExecutor() for managed_node3/TASK: Clean up facts 138029 1726888234.78360: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000329f 138029 1726888234.78374: variable 'ansible_search_path' from source: unknown 138029 1726888234.78402: calling self._execute() 138029 1726888234.78507: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.78511: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.78525: variable 'omit' from source: magic vars 138029 1726888234.78610: variable 'omit' from source: magic vars 138029 1726888234.78661: variable 'omit' from source: magic vars 138029 1726888234.78689: variable 'omit' from source: magic vars 138029 1726888234.78723: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888234.78752: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888234.78770: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888234.78783: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888234.78792: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888234.78806: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888234.78819: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888234.78842: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888234.78845: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.78849: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.78931: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888234.78935: Set connection var ansible_timeout to 10 138029 1726888234.78940: Set connection var ansible_pipelining to False 138029 1726888234.78943: Set connection var ansible_shell_type to sh 138029 1726888234.78945: Set connection var ansible_connection to ssh 138029 1726888234.78950: Set connection var ansible_shell_executable to /bin/sh 138029 1726888234.78978: variable 'ansible_shell_executable' from source: unknown 138029 1726888234.78981: variable 'ansible_connection' from source: unknown 138029 1726888234.78984: variable 'ansible_module_compression' from source: unknown 138029 1726888234.78986: variable 'ansible_shell_type' from source: unknown 138029 1726888234.78989: variable 'ansible_shell_executable' from source: unknown 138029 1726888234.78991: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.78993: variable 'ansible_pipelining' from source: unknown 138029 1726888234.78996: variable 'ansible_timeout' from source: unknown 138029 1726888234.79000: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.79108: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888234.79118: variable 'omit' from source: magic vars 138029 1726888234.79122: starting attempt loop 138029 1726888234.79126: running the handler 138029 1726888234.79135: handler run complete 138029 1726888234.79144: attempt loop complete, returning result 138029 1726888234.79146: _execute() done 138029 1726888234.79149: dumping result to json 138029 1726888234.79151: done dumping result, returning 138029 1726888234.79159: done running TaskExecutor() for managed_node3/TASK: Clean up facts [0affc8a3-6f6f-5a58-73a2-00000000329f] 138029 1726888234.79165: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000329f 138029 1726888234.79243: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000329f 138029 1726888234.79247: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 138029 1726888234.79302: no more pending results, returning what we have 138029 1726888234.79305: results queue empty 138029 1726888234.79306: checking for any_errors_fatal 138029 1726888234.79312: done checking for any_errors_fatal 138029 1726888234.79313: checking for max_fail_percentage 138029 1726888234.79314: done checking for max_fail_percentage 138029 1726888234.79315: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.79316: done checking to see if all hosts have failed 138029 1726888234.79316: getting the remaining hosts for this loop 138029 1726888234.79318: done getting the remaining hosts for this loop 138029 1726888234.79322: getting the next task for host managed_node3 138029 1726888234.79331: done getting next task for host managed_node3 138029 1726888234.79338: ^ task is: TASK: Verify the volumes with no pool were correctly managed 138029 1726888234.79341: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.79348: getting variables 138029 1726888234.79350: in VariableManager get_vars() 138029 1726888234.79388: Calling all_inventory to load vars for managed_node3 138029 1726888234.79391: Calling groups_inventory to load vars for managed_node3 138029 1726888234.79394: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.79401: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.79404: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.79406: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.79967: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.80541: done with get_vars() 138029 1726888234.80551: 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:10:34 -0400 (0:00:00.027) 0:04:07.529 ****** 138029 1726888234.80627: entering _queue_task() for managed_node3/include_tasks 138029 1726888234.80824: worker is 1 (out of 1 available) 138029 1726888234.80836: exiting _queue_task() for managed_node3/include_tasks 138029 1726888234.80849: done queuing things up, now waiting for results queue to drain 138029 1726888234.80850: waiting for pending results... 138029 1726888234.81043: running TaskExecutor() for managed_node3/TASK: Verify the volumes with no pool were correctly managed 138029 1726888234.81124: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002811 138029 1726888234.81136: variable 'ansible_search_path' from source: unknown 138029 1726888234.81175: variable '_storage_volumes_list' from source: set_fact 138029 1726888234.81341: variable '_storage_volumes_list' from source: set_fact 138029 1726888234.81390: dumping result to json 138029 1726888234.81394: done dumping result, returning 138029 1726888234.81400: done running TaskExecutor() for managed_node3/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-5a58-73a2-000000002811] 138029 1726888234.81405: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002811 skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888234.81566: no more pending results, returning what we have 138029 1726888234.81569: results queue empty 138029 1726888234.81570: checking for any_errors_fatal 138029 1726888234.81575: done checking for any_errors_fatal 138029 1726888234.81576: checking for max_fail_percentage 138029 1726888234.81578: done checking for max_fail_percentage 138029 1726888234.81578: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.81579: done checking to see if all hosts have failed 138029 1726888234.81580: getting the remaining hosts for this loop 138029 1726888234.81581: done getting the remaining hosts for this loop 138029 1726888234.81585: getting the next task for host managed_node3 138029 1726888234.81589: done getting next task for host managed_node3 138029 1726888234.81592: ^ task is: TASK: Clean up variable namespace 138029 1726888234.81594: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.81598: getting variables 138029 1726888234.81600: in VariableManager get_vars() 138029 1726888234.81626: Calling all_inventory to load vars for managed_node3 138029 1726888234.81628: Calling groups_inventory to load vars for managed_node3 138029 1726888234.81631: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.81639: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.81642: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.81644: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.82184: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002811 138029 1726888234.82188: WORKER PROCESS EXITING 138029 1726888234.82248: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.82640: done with get_vars() 138029 1726888234.82653: done getting variables 138029 1726888234.82708: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:34 -0400 (0:00:00.021) 0:04:07.550 ****** 138029 1726888234.82734: entering _queue_task() for managed_node3/set_fact 138029 1726888234.82973: worker is 1 (out of 1 available) 138029 1726888234.82986: exiting _queue_task() for managed_node3/set_fact 138029 1726888234.82998: done queuing things up, now waiting for results queue to drain 138029 1726888234.83000: waiting for pending results... 138029 1726888234.83266: running TaskExecutor() for managed_node3/TASK: Clean up variable namespace 138029 1726888234.83428: in run() - task 0affc8a3-6f6f-5a58-73a2-000000002813 138029 1726888234.83440: variable 'ansible_search_path' from source: unknown 138029 1726888234.83536: calling self._execute() 138029 1726888234.83620: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.83631: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.83651: variable 'omit' from source: magic vars 138029 1726888234.83807: variable 'omit' from source: magic vars 138029 1726888234.83886: variable 'omit' from source: magic vars 138029 1726888234.83941: variable 'omit' from source: magic vars 138029 1726888234.84004: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888234.84050: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888234.84070: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888234.84086: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888234.84096: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888234.84111: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888234.84125: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888234.84162: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888234.84168: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.84171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.84253: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888234.84259: Set connection var ansible_timeout to 10 138029 1726888234.84267: Set connection var ansible_pipelining to False 138029 1726888234.84270: Set connection var ansible_shell_type to sh 138029 1726888234.84273: Set connection var ansible_connection to ssh 138029 1726888234.84275: Set connection var ansible_shell_executable to /bin/sh 138029 1726888234.84301: variable 'ansible_shell_executable' from source: unknown 138029 1726888234.84305: variable 'ansible_connection' from source: unknown 138029 1726888234.84307: variable 'ansible_module_compression' from source: unknown 138029 1726888234.84310: variable 'ansible_shell_type' from source: unknown 138029 1726888234.84312: variable 'ansible_shell_executable' from source: unknown 138029 1726888234.84314: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.84316: variable 'ansible_pipelining' from source: unknown 138029 1726888234.84318: variable 'ansible_timeout' from source: unknown 138029 1726888234.84320: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.84427: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888234.84439: variable 'omit' from source: magic vars 138029 1726888234.84444: starting attempt loop 138029 1726888234.84447: running the handler 138029 1726888234.84458: handler run complete 138029 1726888234.84468: attempt loop complete, returning result 138029 1726888234.84471: _execute() done 138029 1726888234.84474: dumping result to json 138029 1726888234.84476: done dumping result, returning 138029 1726888234.84483: done running TaskExecutor() for managed_node3/TASK: Clean up variable namespace [0affc8a3-6f6f-5a58-73a2-000000002813] 138029 1726888234.84487: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002813 138029 1726888234.84583: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000002813 138029 1726888234.84586: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 138029 1726888234.84642: no more pending results, returning what we have 138029 1726888234.84646: results queue empty 138029 1726888234.84647: checking for any_errors_fatal 138029 1726888234.84662: done checking for any_errors_fatal 138029 1726888234.84665: checking for max_fail_percentage 138029 1726888234.84667: done checking for max_fail_percentage 138029 1726888234.84668: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.84669: done checking to see if all hosts have failed 138029 1726888234.84669: getting the remaining hosts for this loop 138029 1726888234.84671: done getting the remaining hosts for this loop 138029 1726888234.84674: getting the next task for host managed_node3 138029 1726888234.84681: done getting next task for host managed_node3 138029 1726888234.84685: ^ task is: TASK: Create a RAID0 device 138029 1726888234.84686: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.84691: getting variables 138029 1726888234.84692: in VariableManager get_vars() 138029 1726888234.84721: Calling all_inventory to load vars for managed_node3 138029 1726888234.84723: Calling groups_inventory to load vars for managed_node3 138029 1726888234.84726: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.84735: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.84737: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.84739: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.85085: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.85428: done with get_vars() 138029 1726888234.85438: done getting variables TASK [Create a RAID0 device] *************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:119 Friday 20 September 2024 23:10:34 -0400 (0:00:00.027) 0:04:07.578 ****** 138029 1726888234.85499: entering _queue_task() for managed_node3/include_role 138029 1726888234.85726: worker is 1 (out of 1 available) 138029 1726888234.85738: exiting _queue_task() for managed_node3/include_role 138029 1726888234.85750: done queuing things up, now waiting for results queue to drain 138029 1726888234.85751: waiting for pending results... 138029 1726888234.86080: running TaskExecutor() for managed_node3/TASK: Create a RAID0 device 138029 1726888234.86101: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000010 138029 1726888234.86118: variable 'ansible_search_path' from source: unknown 138029 1726888234.86154: calling self._execute() 138029 1726888234.86268: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.86272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.86286: variable 'omit' from source: magic vars 138029 1726888234.86397: _execute() done 138029 1726888234.86400: dumping result to json 138029 1726888234.86403: done dumping result, returning 138029 1726888234.86411: done running TaskExecutor() for managed_node3/TASK: Create a RAID0 device [0affc8a3-6f6f-5a58-73a2-000000000010] 138029 1726888234.86414: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000010 138029 1726888234.86569: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000010 138029 1726888234.86572: WORKER PROCESS EXITING 138029 1726888234.86679: no more pending results, returning what we have 138029 1726888234.86685: in VariableManager get_vars() 138029 1726888234.86716: Calling all_inventory to load vars for managed_node3 138029 1726888234.86718: Calling groups_inventory to load vars for managed_node3 138029 1726888234.86720: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.86728: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.86730: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.86733: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.87240: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.87897: done with get_vars() 138029 1726888234.87917: variable 'ansible_search_path' from source: unknown 138029 1726888234.89292: variable 'omit' from source: magic vars 138029 1726888234.89308: variable 'omit' from source: magic vars 138029 1726888234.89317: variable 'omit' from source: magic vars 138029 1726888234.89319: we have included files to process 138029 1726888234.89320: generating all_blocks data 138029 1726888234.89321: done generating all_blocks data 138029 1726888234.89327: processing included file: fedora.linux_system_roles.storage 138029 1726888234.89338: in VariableManager get_vars() 138029 1726888234.89349: done with get_vars() 138029 1726888234.89370: in VariableManager get_vars() 138029 1726888234.89380: done with get_vars() 138029 1726888234.89403: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 138029 1726888234.89420: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 138029 1726888234.89498: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 138029 1726888234.89541: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 138029 1726888234.89601: in VariableManager get_vars() 138029 1726888234.89613: done with get_vars() 138029 1726888234.89758: in VariableManager get_vars() 138029 1726888234.89782: done with get_vars() 138029 1726888234.89893: iterating over new_blocks loaded from include file 138029 1726888234.89895: in VariableManager get_vars() 138029 1726888234.89908: done with get_vars() 138029 1726888234.89910: filtering new block on tags 138029 1726888234.89951: done filtering new block on tags 138029 1726888234.89956: in VariableManager get_vars() 138029 1726888234.89971: done with get_vars() 138029 1726888234.89973: filtering new block on tags 138029 1726888234.89990: done filtering new block on tags 138029 1726888234.89992: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node3 138029 1726888234.89997: extending task lists for all hosts with included blocks 138029 1726888234.92047: done extending task lists 138029 1726888234.92048: done processing included files 138029 1726888234.92049: results queue empty 138029 1726888234.92050: checking for any_errors_fatal 138029 1726888234.92058: done checking for any_errors_fatal 138029 1726888234.92059: checking for max_fail_percentage 138029 1726888234.92060: done checking for max_fail_percentage 138029 1726888234.92061: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.92061: done checking to see if all hosts have failed 138029 1726888234.92062: getting the remaining hosts for this loop 138029 1726888234.92066: done getting the remaining hosts for this loop 138029 1726888234.92069: getting the next task for host managed_node3 138029 1726888234.92073: done getting next task for host managed_node3 138029 1726888234.92079: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888234.92081: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888234.92093: getting variables 138029 1726888234.92094: in VariableManager get_vars() 138029 1726888234.92108: Calling all_inventory to load vars for managed_node3 138029 1726888234.92110: Calling groups_inventory to load vars for managed_node3 138029 1726888234.92112: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.92119: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.92129: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.92133: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.92622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.93252: done with get_vars() 138029 1726888234.93272: 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:10:34 -0400 (0:00:00.078) 0:04:07.657 ****** 138029 1726888234.93357: entering _queue_task() for managed_node3/include_tasks 138029 1726888234.93728: worker is 1 (out of 1 available) 138029 1726888234.93739: exiting _queue_task() for managed_node3/include_tasks 138029 1726888234.93752: done queuing things up, now waiting for results queue to drain 138029 1726888234.93754: waiting for pending results... 138029 1726888234.94640: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888234.94646: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000038eb 138029 1726888234.94650: variable 'ansible_search_path' from source: unknown 138029 1726888234.94652: variable 'ansible_search_path' from source: unknown 138029 1726888234.94657: calling self._execute() 138029 1726888234.94976: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.94981: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.94984: variable 'omit' from source: magic vars 138029 1726888234.95113: _execute() done 138029 1726888234.95123: dumping result to json 138029 1726888234.95133: done dumping result, returning 138029 1726888234.95148: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-5a58-73a2-0000000038eb] 138029 1726888234.95167: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000038eb 138029 1726888234.95396: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000038eb 138029 1726888234.95400: WORKER PROCESS EXITING 138029 1726888234.95634: no more pending results, returning what we have 138029 1726888234.95639: in VariableManager get_vars() 138029 1726888234.95694: Calling all_inventory to load vars for managed_node3 138029 1726888234.95699: Calling groups_inventory to load vars for managed_node3 138029 1726888234.95702: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.95715: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.95722: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.95726: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.97006: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.97454: done with get_vars() 138029 1726888234.97473: variable 'ansible_search_path' from source: unknown 138029 1726888234.97474: variable 'ansible_search_path' from source: unknown 138029 1726888234.97521: we have included files to process 138029 1726888234.97522: generating all_blocks data 138029 1726888234.97524: done generating all_blocks data 138029 1726888234.97526: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726888234.97527: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726888234.97529: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726888234.98033: done processing included file 138029 1726888234.98034: iterating over new_blocks loaded from include file 138029 1726888234.98035: in VariableManager get_vars() 138029 1726888234.98052: done with get_vars() 138029 1726888234.98054: filtering new block on tags 138029 1726888234.98101: done filtering new block on tags 138029 1726888234.98104: in VariableManager get_vars() 138029 1726888234.98128: done with get_vars() 138029 1726888234.98131: filtering new block on tags 138029 1726888234.98173: done filtering new block on tags 138029 1726888234.98175: 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_node3 138029 1726888234.98179: extending task lists for all hosts with included blocks 138029 1726888234.98305: done extending task lists 138029 1726888234.98306: done processing included files 138029 1726888234.98306: results queue empty 138029 1726888234.98307: checking for any_errors_fatal 138029 1726888234.98309: done checking for any_errors_fatal 138029 1726888234.98309: checking for max_fail_percentage 138029 1726888234.98310: done checking for max_fail_percentage 138029 1726888234.98310: checking to see if all hosts have failed and the running result is not ok 138029 1726888234.98311: done checking to see if all hosts have failed 138029 1726888234.98311: getting the remaining hosts for this loop 138029 1726888234.98312: done getting the remaining hosts for this loop 138029 1726888234.98313: getting the next task for host managed_node3 138029 1726888234.98316: done getting next task for host managed_node3 138029 1726888234.98318: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 138029 1726888234.98321: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 138029 1726888234.98328: getting variables 138029 1726888234.98329: in VariableManager get_vars() 138029 1726888234.98337: Calling all_inventory to load vars for managed_node3 138029 1726888234.98339: Calling groups_inventory to load vars for managed_node3 138029 1726888234.98340: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888234.98343: Calling all_plugins_play to load vars for managed_node3 138029 1726888234.98344: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888234.98350: Calling groups_plugins_play to load vars for managed_node3 138029 1726888234.98685: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888234.99016: done with get_vars() 138029 1726888234.99025: 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:10:34 -0400 (0:00:00.057) 0:04:07.714 ****** 138029 1726888234.99106: entering _queue_task() for managed_node3/setup 138029 1726888234.99384: worker is 1 (out of 1 available) 138029 1726888234.99396: exiting _queue_task() for managed_node3/setup 138029 1726888234.99409: done queuing things up, now waiting for results queue to drain 138029 1726888234.99410: waiting for pending results... 138029 1726888234.99658: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 138029 1726888234.99766: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a0a 138029 1726888234.99782: variable 'ansible_search_path' from source: unknown 138029 1726888234.99786: variable 'ansible_search_path' from source: unknown 138029 1726888234.99810: calling self._execute() 138029 1726888234.99901: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888234.99907: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888234.99917: variable 'omit' from source: magic vars 138029 1726888235.00233: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888235.01754: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888235.01801: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888235.01828: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888235.01867: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888235.01886: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888235.01939: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888235.01966: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888235.01982: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888235.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) 138029 1726888235.02194: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888235.02197: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888235.02213: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888235.02215: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888235.02264: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888235.02267: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888235.02506: variable '__storage_required_facts' from source: role '' all vars 138029 1726888235.02509: variable 'ansible_facts' from source: unknown 138029 1726888235.02839: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 138029 1726888235.02852: when evaluation is False, skipping this task 138029 1726888235.02857: _execute() done 138029 1726888235.02860: dumping result to json 138029 1726888235.02863: done dumping result, returning 138029 1726888235.02865: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-5a58-73a2-000000003a0a] 138029 1726888235.02886: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a0a skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 138029 1726888235.03117: no more pending results, returning what we have 138029 1726888235.03121: results queue empty 138029 1726888235.03122: checking for any_errors_fatal 138029 1726888235.03124: done checking for any_errors_fatal 138029 1726888235.03124: checking for max_fail_percentage 138029 1726888235.03126: done checking for max_fail_percentage 138029 1726888235.03127: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.03127: done checking to see if all hosts have failed 138029 1726888235.03128: getting the remaining hosts for this loop 138029 1726888235.03129: done getting the remaining hosts for this loop 138029 1726888235.03134: getting the next task for host managed_node3 138029 1726888235.03142: done getting next task for host managed_node3 138029 1726888235.03145: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888235.03149: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 138029 1726888235.03172: getting variables 138029 1726888235.03174: in VariableManager get_vars() 138029 1726888235.03212: Calling all_inventory to load vars for managed_node3 138029 1726888235.03215: Calling groups_inventory to load vars for managed_node3 138029 1726888235.03217: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.03225: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.03227: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.03229: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.03769: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a0a 138029 1726888235.03772: WORKER PROCESS EXITING 138029 1726888235.03820: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.04301: done with get_vars() 138029 1726888235.04312: done getting variables 138029 1726888235.04367: 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:10:35 -0400 (0:00:00.053) 0:04:07.767 ****** 138029 1726888235.04414: entering _queue_task() for managed_node3/include_vars 138029 1726888235.04678: worker is 1 (out of 1 available) 138029 1726888235.04691: exiting _queue_task() for managed_node3/include_vars 138029 1726888235.04706: done queuing things up, now waiting for results queue to drain 138029 1726888235.04709: waiting for pending results... 138029 1726888235.04934: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888235.05049: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a0b 138029 1726888235.05085: variable 'ansible_search_path' from source: unknown 138029 1726888235.05089: variable 'ansible_search_path' from source: unknown 138029 1726888235.05315: variable 'ansible_facts' from source: unknown 138029 1726888235.05605: variable 'ansible_facts' from source: unknown 138029 1726888235.05804: variable 'ansible_facts' from source: unknown 138029 1726888235.05992: variable 'ansible_facts' from source: unknown 138029 1726888235.06176: variable 'omit' from source: magic vars 138029 1726888235.06367: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.06371: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.06374: variable 'omit' from source: magic vars 138029 1726888235.06549: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888235.06776: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888235.06809: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888235.06835: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888235.06862: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888235.06914: variable '__vars_file' from source: task vars 138029 1726888235.06975: variable 'role_path' from source: magic vars 138029 1726888235.06978: variable 'item' from source: unknown 138029 1726888235.06988: Evaluated conditional (__vars_file is file): False 138029 1726888235.06991: when evaluation is False, skipping this task 138029 1726888235.07015: variable 'item' from source: unknown 138029 1726888235.07069: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 138029 1726888235.07227: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.07230: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.07233: variable 'omit' from source: magic vars 138029 1726888235.07328: variable '__vars_file' from source: task vars 138029 1726888235.07389: variable 'role_path' from source: magic vars 138029 1726888235.07392: variable 'item' from source: unknown 138029 1726888235.07401: Evaluated conditional (__vars_file is file): False 138029 1726888235.07404: when evaluation is False, skipping this task 138029 1726888235.07427: variable 'item' from source: unknown 138029 1726888235.07473: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 138029 1726888235.07544: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.07547: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.07550: variable 'omit' from source: magic vars 138029 1726888235.07693: variable '__vars_file' from source: task vars 138029 1726888235.07728: variable 'role_path' from source: magic vars 138029 1726888235.07735: variable 'item' from source: unknown 138029 1726888235.07756: Evaluated conditional (__vars_file is file): True 138029 1726888235.07778: variable 'omit' from source: magic vars 138029 1726888235.07830: variable 'omit' from source: magic vars 138029 1726888235.07881: variable '__vars_file' from source: task vars 138029 1726888235.07944: variable '__vars_file' from source: task vars 138029 1726888235.08069: variable 'role_path' from source: magic vars 138029 1726888235.08073: variable 'item' from source: unknown 138029 1726888235.08075: variable 'omit' from source: magic vars 138029 1726888235.08078: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888235.08110: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888235.08127: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888235.08159: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.08167: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.08181: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888235.08195: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888235.08217: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888235.08220: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.08223: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.08304: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888235.08308: Set connection var ansible_timeout to 10 138029 1726888235.08314: Set connection var ansible_pipelining to False 138029 1726888235.08316: Set connection var ansible_shell_type to sh 138029 1726888235.08319: Set connection var ansible_connection to ssh 138029 1726888235.08323: Set connection var ansible_shell_executable to /bin/sh 138029 1726888235.08340: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.08343: variable 'ansible_connection' from source: unknown 138029 1726888235.08346: variable 'ansible_module_compression' from source: unknown 138029 1726888235.08348: variable 'ansible_shell_type' from source: unknown 138029 1726888235.08352: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.08354: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.08357: variable 'ansible_pipelining' from source: unknown 138029 1726888235.08382: variable 'ansible_timeout' from source: unknown 138029 1726888235.08385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.08449: 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) 138029 1726888235.08458: variable 'omit' from source: magic vars 138029 1726888235.08467: starting attempt loop 138029 1726888235.08469: running the handler 138029 1726888235.08540: handler run complete 138029 1726888235.08548: attempt loop complete, returning result 138029 1726888235.08561: variable 'item' from source: unknown 138029 1726888235.08618: variable 'item' from source: unknown ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 138029 1726888235.08747: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.08750: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.08753: variable 'omit' from source: magic vars 138029 1726888235.08849: variable '__vars_file' from source: task vars 138029 1726888235.08928: variable 'role_path' from source: magic vars 138029 1726888235.08934: variable 'item' from source: unknown 138029 1726888235.08937: Evaluated conditional (__vars_file is file): True 138029 1726888235.08939: variable 'omit' from source: magic vars 138029 1726888235.08975: variable 'omit' from source: magic vars 138029 1726888235.09019: variable '__vars_file' from source: task vars 138029 1726888235.09082: variable '__vars_file' from source: task vars 138029 1726888235.09153: variable 'role_path' from source: magic vars 138029 1726888235.09158: variable 'item' from source: unknown 138029 1726888235.09171: variable 'omit' from source: magic vars 138029 1726888235.09190: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888235.09212: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.09216: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.09218: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888235.09220: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888235.09224: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.09226: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.09313: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888235.09316: Set connection var ansible_timeout to 10 138029 1726888235.09319: Set connection var ansible_pipelining to False 138029 1726888235.09321: Set connection var ansible_shell_type to sh 138029 1726888235.09323: Set connection var ansible_connection to ssh 138029 1726888235.09324: Set connection var ansible_shell_executable to /bin/sh 138029 1726888235.09343: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.09346: variable 'ansible_connection' from source: unknown 138029 1726888235.09348: variable 'ansible_module_compression' from source: unknown 138029 1726888235.09350: variable 'ansible_shell_type' from source: unknown 138029 1726888235.09353: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.09356: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.09359: variable 'ansible_pipelining' from source: unknown 138029 1726888235.09361: variable 'ansible_timeout' from source: unknown 138029 1726888235.09364: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.09489: 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) 138029 1726888235.09492: variable 'omit' from source: magic vars 138029 1726888235.09494: starting attempt loop 138029 1726888235.09496: running the handler 138029 1726888235.09526: handler run complete 138029 1726888235.09529: attempt loop complete, returning result 138029 1726888235.09547: variable 'item' from source: unknown 138029 1726888235.09598: variable 'item' from source: unknown ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 138029 1726888235.09707: dumping result to json 138029 1726888235.09709: done dumping result, returning 138029 1726888235.09712: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-5a58-73a2-000000003a0b] 138029 1726888235.09714: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a0b 138029 1726888235.09762: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a0b 138029 1726888235.09765: WORKER PROCESS EXITING 138029 1726888235.09877: no more pending results, returning what we have 138029 1726888235.09880: results queue empty 138029 1726888235.09882: checking for any_errors_fatal 138029 1726888235.09890: done checking for any_errors_fatal 138029 1726888235.09890: checking for max_fail_percentage 138029 1726888235.09891: done checking for max_fail_percentage 138029 1726888235.09892: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.09893: done checking to see if all hosts have failed 138029 1726888235.09893: getting the remaining hosts for this loop 138029 1726888235.09895: done getting the remaining hosts for this loop 138029 1726888235.09897: getting the next task for host managed_node3 138029 1726888235.09903: done getting next task for host managed_node3 138029 1726888235.09906: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 138029 1726888235.09909: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 138029 1726888235.09922: getting variables 138029 1726888235.09924: in VariableManager get_vars() 138029 1726888235.09956: Calling all_inventory to load vars for managed_node3 138029 1726888235.09959: Calling groups_inventory to load vars for managed_node3 138029 1726888235.09961: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.09970: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.09972: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.09975: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.10429: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.10784: done with get_vars() 138029 1726888235.10795: 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:10:35 -0400 (0:00:00.064) 0:04:07.832 ****** 138029 1726888235.10859: entering _queue_task() for managed_node3/stat 138029 1726888235.11079: worker is 1 (out of 1 available) 138029 1726888235.11091: exiting _queue_task() for managed_node3/stat 138029 1726888235.11104: done queuing things up, now waiting for results queue to drain 138029 1726888235.11105: waiting for pending results... 138029 1726888235.11307: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree 138029 1726888235.11415: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a0d 138029 1726888235.11427: variable 'ansible_search_path' from source: unknown 138029 1726888235.11431: variable 'ansible_search_path' from source: unknown 138029 1726888235.11460: calling self._execute() 138029 1726888235.11559: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.11565: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.11575: variable 'omit' from source: magic vars 138029 1726888235.11846: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888235.12076: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888235.12111: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888235.12138: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888235.12168: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888235.12232: 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) 138029 1726888235.12250: 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) 138029 1726888235.12272: 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) 138029 1726888235.12290: 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) 138029 1726888235.12384: variable '__storage_is_ostree' from source: set_fact 138029 1726888235.12391: Evaluated conditional (not __storage_is_ostree is defined): False 138029 1726888235.12394: when evaluation is False, skipping this task 138029 1726888235.12396: _execute() done 138029 1726888235.12399: dumping result to json 138029 1726888235.12402: done dumping result, returning 138029 1726888235.12410: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-5a58-73a2-000000003a0d] 138029 1726888235.12413: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a0d 138029 1726888235.12501: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a0d 138029 1726888235.12503: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 138029 1726888235.12574: no more pending results, returning what we have 138029 1726888235.12578: results queue empty 138029 1726888235.12582: checking for any_errors_fatal 138029 1726888235.12596: done checking for any_errors_fatal 138029 1726888235.12597: checking for max_fail_percentage 138029 1726888235.12598: done checking for max_fail_percentage 138029 1726888235.12599: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.12600: done checking to see if all hosts have failed 138029 1726888235.12600: getting the remaining hosts for this loop 138029 1726888235.12602: done getting the remaining hosts for this loop 138029 1726888235.12607: getting the next task for host managed_node3 138029 1726888235.12613: done getting next task for host managed_node3 138029 1726888235.12616: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 138029 1726888235.12619: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 138029 1726888235.12641: getting variables 138029 1726888235.12642: in VariableManager get_vars() 138029 1726888235.12679: Calling all_inventory to load vars for managed_node3 138029 1726888235.12682: Calling groups_inventory to load vars for managed_node3 138029 1726888235.12684: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.12691: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.12694: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.12696: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.13285: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.13774: done with get_vars() 138029 1726888235.13794: done getting variables 138029 1726888235.13853: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:35 -0400 (0:00:00.030) 0:04:07.862 ****** 138029 1726888235.13912: entering _queue_task() for managed_node3/set_fact 138029 1726888235.14219: worker is 1 (out of 1 available) 138029 1726888235.14239: exiting _queue_task() for managed_node3/set_fact 138029 1726888235.14253: done queuing things up, now waiting for results queue to drain 138029 1726888235.14254: waiting for pending results... 138029 1726888235.14479: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 138029 1726888235.14595: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a0e 138029 1726888235.14604: variable 'ansible_search_path' from source: unknown 138029 1726888235.14608: variable 'ansible_search_path' from source: unknown 138029 1726888235.14634: calling self._execute() 138029 1726888235.14936: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.14940: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.14943: variable 'omit' from source: magic vars 138029 1726888235.15203: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888235.15471: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888235.15506: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888235.15559: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888235.15581: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888235.15643: 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) 138029 1726888235.15675: 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) 138029 1726888235.15695: 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) 138029 1726888235.15714: 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) 138029 1726888235.15824: variable '__storage_is_ostree' from source: set_fact 138029 1726888235.15828: Evaluated conditional (not __storage_is_ostree is defined): False 138029 1726888235.15831: when evaluation is False, skipping this task 138029 1726888235.15834: _execute() done 138029 1726888235.15836: dumping result to json 138029 1726888235.15838: done dumping result, returning 138029 1726888235.15860: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-5a58-73a2-000000003a0e] 138029 1726888235.15863: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a0e 138029 1726888235.15978: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a0e 138029 1726888235.15981: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 138029 1726888235.16047: no more pending results, returning what we have 138029 1726888235.16051: results queue empty 138029 1726888235.16052: checking for any_errors_fatal 138029 1726888235.16060: done checking for any_errors_fatal 138029 1726888235.16061: checking for max_fail_percentage 138029 1726888235.16062: done checking for max_fail_percentage 138029 1726888235.16063: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.16064: done checking to see if all hosts have failed 138029 1726888235.16064: getting the remaining hosts for this loop 138029 1726888235.16066: done getting the remaining hosts for this loop 138029 1726888235.16069: getting the next task for host managed_node3 138029 1726888235.16075: done getting next task for host managed_node3 138029 1726888235.16079: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 138029 1726888235.16082: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888235.16100: getting variables 138029 1726888235.16101: in VariableManager get_vars() 138029 1726888235.16129: Calling all_inventory to load vars for managed_node3 138029 1726888235.16132: Calling groups_inventory to load vars for managed_node3 138029 1726888235.16134: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.16143: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.16145: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.16148: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.16515: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.17248: done with get_vars() 138029 1726888235.17260: done getting variables 138029 1726888235.17324: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:35 -0400 (0:00:00.034) 0:04:07.897 ****** 138029 1726888235.17360: entering _queue_task() for managed_node3/set_fact 138029 1726888235.17601: worker is 1 (out of 1 available) 138029 1726888235.17614: exiting _queue_task() for managed_node3/set_fact 138029 1726888235.17630: done queuing things up, now waiting for results queue to drain 138029 1726888235.17632: waiting for pending results... 138029 1726888235.17867: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 138029 1726888235.17970: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000038ec 138029 1726888235.17987: variable 'ansible_search_path' from source: unknown 138029 1726888235.17990: variable 'ansible_search_path' from source: unknown 138029 1726888235.18016: calling self._execute() 138029 1726888235.18113: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.18117: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.18127: variable 'omit' from source: magic vars 138029 1726888235.18209: variable 'omit' from source: magic vars 138029 1726888235.18252: variable 'omit' from source: magic vars 138029 1726888235.18282: variable 'omit' from source: magic vars 138029 1726888235.18317: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888235.18347: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888235.18367: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888235.18379: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.18390: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.18402: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888235.18416: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888235.18441: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888235.18444: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.18447: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.18530: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888235.18533: Set connection var ansible_timeout to 10 138029 1726888235.18544: Set connection var ansible_pipelining to False 138029 1726888235.18547: Set connection var ansible_shell_type to sh 138029 1726888235.18549: Set connection var ansible_connection to ssh 138029 1726888235.18551: Set connection var ansible_shell_executable to /bin/sh 138029 1726888235.18572: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.18576: variable 'ansible_connection' from source: unknown 138029 1726888235.18579: variable 'ansible_module_compression' from source: unknown 138029 1726888235.18581: variable 'ansible_shell_type' from source: unknown 138029 1726888235.18584: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.18586: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.18589: variable 'ansible_pipelining' from source: unknown 138029 1726888235.18591: variable 'ansible_timeout' from source: unknown 138029 1726888235.18593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.18715: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888235.18728: variable 'omit' from source: magic vars 138029 1726888235.18743: starting attempt loop 138029 1726888235.18746: running the handler 138029 1726888235.18778: handler run complete 138029 1726888235.18786: attempt loop complete, returning result 138029 1726888235.18788: _execute() done 138029 1726888235.18791: dumping result to json 138029 1726888235.18793: done dumping result, returning 138029 1726888235.18801: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-5a58-73a2-0000000038ec] 138029 1726888235.18806: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000038ec 138029 1726888235.18907: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000038ec 138029 1726888235.18910: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 138029 1726888235.18995: no more pending results, returning what we have 138029 1726888235.18998: results queue empty 138029 1726888235.18999: checking for any_errors_fatal 138029 1726888235.19006: done checking for any_errors_fatal 138029 1726888235.19007: checking for max_fail_percentage 138029 1726888235.19009: done checking for max_fail_percentage 138029 1726888235.19009: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.19010: done checking to see if all hosts have failed 138029 1726888235.19011: getting the remaining hosts for this loop 138029 1726888235.19012: done getting the remaining hosts for this loop 138029 1726888235.19015: getting the next task for host managed_node3 138029 1726888235.19020: done getting next task for host managed_node3 138029 1726888235.19025: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 138029 1726888235.19028: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888235.19038: getting variables 138029 1726888235.19040: in VariableManager get_vars() 138029 1726888235.19075: Calling all_inventory to load vars for managed_node3 138029 1726888235.19077: Calling groups_inventory to load vars for managed_node3 138029 1726888235.19082: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.19089: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.19092: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.19094: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.19588: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.20123: done with get_vars() 138029 1726888235.20132: done getting variables 138029 1726888235.20174: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:35 -0400 (0:00:00.028) 0:04:07.925 ****** 138029 1726888235.20194: entering _queue_task() for managed_node3/set_fact 138029 1726888235.20386: worker is 1 (out of 1 available) 138029 1726888235.20405: exiting _queue_task() for managed_node3/set_fact 138029 1726888235.20418: done queuing things up, now waiting for results queue to drain 138029 1726888235.20420: waiting for pending results... 138029 1726888235.20714: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 138029 1726888235.20803: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000038ed 138029 1726888235.20826: variable 'ansible_search_path' from source: unknown 138029 1726888235.20830: variable 'ansible_search_path' from source: unknown 138029 1726888235.20851: calling self._execute() 138029 1726888235.20968: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.20972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.21002: variable 'omit' from source: magic vars 138029 1726888235.21113: variable 'omit' from source: magic vars 138029 1726888235.21171: variable 'omit' from source: magic vars 138029 1726888235.21238: variable 'omit' from source: magic vars 138029 1726888235.21270: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888235.21330: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888235.21333: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888235.21365: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.21403: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.21407: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888235.21434: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888235.21472: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888235.21475: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.21477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.21622: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888235.21647: Set connection var ansible_timeout to 10 138029 1726888235.21650: Set connection var ansible_pipelining to False 138029 1726888235.21653: Set connection var ansible_shell_type to sh 138029 1726888235.21657: Set connection var ansible_connection to ssh 138029 1726888235.21659: Set connection var ansible_shell_executable to /bin/sh 138029 1726888235.21663: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.21675: variable 'ansible_connection' from source: unknown 138029 1726888235.21679: variable 'ansible_module_compression' from source: unknown 138029 1726888235.21681: variable 'ansible_shell_type' from source: unknown 138029 1726888235.21686: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.21689: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.21691: variable 'ansible_pipelining' from source: unknown 138029 1726888235.21693: variable 'ansible_timeout' from source: unknown 138029 1726888235.21695: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.21872: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888235.21900: variable 'omit' from source: magic vars 138029 1726888235.21903: starting attempt loop 138029 1726888235.21909: running the handler 138029 1726888235.21911: handler run complete 138029 1726888235.21952: attempt loop complete, returning result 138029 1726888235.21959: _execute() done 138029 1726888235.21963: dumping result to json 138029 1726888235.21965: done dumping result, returning 138029 1726888235.21969: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-5a58-73a2-0000000038ed] 138029 1726888235.22013: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000038ed 138029 1726888235.22099: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000038ed 138029 1726888235.22102: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 138029 1726888235.22269: no more pending results, returning what we have 138029 1726888235.22273: results queue empty 138029 1726888235.22274: checking for any_errors_fatal 138029 1726888235.22282: done checking for any_errors_fatal 138029 1726888235.22283: checking for max_fail_percentage 138029 1726888235.22286: done checking for max_fail_percentage 138029 1726888235.22287: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.22288: done checking to see if all hosts have failed 138029 1726888235.22288: getting the remaining hosts for this loop 138029 1726888235.22290: done getting the remaining hosts for this loop 138029 1726888235.22293: getting the next task for host managed_node3 138029 1726888235.22298: done getting next task for host managed_node3 138029 1726888235.22302: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 138029 1726888235.22307: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888235.22322: getting variables 138029 1726888235.22325: in VariableManager get_vars() 138029 1726888235.22374: Calling all_inventory to load vars for managed_node3 138029 1726888235.22376: Calling groups_inventory to load vars for managed_node3 138029 1726888235.22379: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.22386: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.22388: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.22390: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.22950: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.23522: done with get_vars() 138029 1726888235.23532: 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:10:35 -0400 (0:00:00.034) 0:04:07.959 ****** 138029 1726888235.23598: entering _queue_task() for managed_node3/include_tasks 138029 1726888235.23792: worker is 1 (out of 1 available) 138029 1726888235.23806: exiting _queue_task() for managed_node3/include_tasks 138029 1726888235.23819: done queuing things up, now waiting for results queue to drain 138029 1726888235.23821: waiting for pending results... 138029 1726888235.24001: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 138029 1726888235.24148: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000038ee 138029 1726888235.24195: variable 'ansible_search_path' from source: unknown 138029 1726888235.24198: variable 'ansible_search_path' from source: unknown 138029 1726888235.24216: calling self._execute() 138029 1726888235.24362: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.24366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.24370: variable 'omit' from source: magic vars 138029 1726888235.24727: variable 'storage_provider' from source: role '' defaults 138029 1726888235.24730: _execute() done 138029 1726888235.24733: dumping result to json 138029 1726888235.24735: done dumping result, returning 138029 1726888235.24741: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-5a58-73a2-0000000038ee] 138029 1726888235.24743: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000038ee 138029 1726888235.24905: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000038ee 138029 1726888235.24908: WORKER PROCESS EXITING 138029 1726888235.24968: no more pending results, returning what we have 138029 1726888235.24976: in VariableManager get_vars() 138029 1726888235.25010: Calling all_inventory to load vars for managed_node3 138029 1726888235.25013: Calling groups_inventory to load vars for managed_node3 138029 1726888235.25015: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.25023: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.25025: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.25027: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.25693: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.26306: done with get_vars() 138029 1726888235.26320: variable 'ansible_search_path' from source: unknown 138029 1726888235.26324: variable 'ansible_search_path' from source: unknown 138029 1726888235.26358: we have included files to process 138029 1726888235.26359: generating all_blocks data 138029 1726888235.26361: done generating all_blocks data 138029 1726888235.26368: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726888235.26368: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726888235.26371: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726888235.27407: in VariableManager get_vars() 138029 1726888235.27425: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 138029 1726888235.29115: done processing included file 138029 1726888235.29116: iterating over new_blocks loaded from include file 138029 1726888235.29117: in VariableManager get_vars() 138029 1726888235.29130: done with get_vars() 138029 1726888235.29132: filtering new block on tags 138029 1726888235.29193: done filtering new block on tags 138029 1726888235.29206: in VariableManager get_vars() 138029 1726888235.29219: done with get_vars() 138029 1726888235.29221: filtering new block on tags 138029 1726888235.29273: done filtering new block on tags 138029 1726888235.29276: in VariableManager get_vars() 138029 1726888235.29287: done with get_vars() 138029 1726888235.29288: filtering new block on tags 138029 1726888235.29364: done filtering new block on tags 138029 1726888235.29366: 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_node3 138029 1726888235.29370: extending task lists for all hosts with included blocks 138029 1726888235.29636: done extending task lists 138029 1726888235.29637: done processing included files 138029 1726888235.29638: results queue empty 138029 1726888235.29638: checking for any_errors_fatal 138029 1726888235.29641: done checking for any_errors_fatal 138029 1726888235.29642: checking for max_fail_percentage 138029 1726888235.29643: done checking for max_fail_percentage 138029 1726888235.29643: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.29644: done checking to see if all hosts have failed 138029 1726888235.29644: getting the remaining hosts for this loop 138029 1726888235.29645: done getting the remaining hosts for this loop 138029 1726888235.29647: getting the next task for host managed_node3 138029 1726888235.29650: done getting next task for host managed_node3 138029 1726888235.29652: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 138029 1726888235.29654: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888235.29663: getting variables 138029 1726888235.29664: in VariableManager get_vars() 138029 1726888235.29673: Calling all_inventory to load vars for managed_node3 138029 1726888235.29675: Calling groups_inventory to load vars for managed_node3 138029 1726888235.29676: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.29680: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.29681: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.29682: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.29933: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.30254: done with get_vars() 138029 1726888235.30266: done getting variables 138029 1726888235.30292: 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:10:35 -0400 (0:00:00.067) 0:04:08.026 ****** 138029 1726888235.30315: entering _queue_task() for managed_node3/package 138029 1726888235.30547: worker is 1 (out of 1 available) 138029 1726888235.30562: exiting _queue_task() for managed_node3/package 138029 1726888235.30575: done queuing things up, now waiting for results queue to drain 138029 1726888235.30577: waiting for pending results... 138029 1726888235.30777: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 138029 1726888235.30884: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a43 138029 1726888235.30895: variable 'ansible_search_path' from source: unknown 138029 1726888235.30898: variable 'ansible_search_path' from source: unknown 138029 1726888235.30928: calling self._execute() 138029 1726888235.31024: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.31028: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.31036: variable 'omit' from source: magic vars 138029 1726888235.31331: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888235.31548: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888235.31588: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888235.31614: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888235.31640: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888235.31709: 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) 138029 1726888235.31727: 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) 138029 1726888235.31744: 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) 138029 1726888235.31765: 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) 138029 1726888235.31875: variable 'storage_skip_checks' from source: set_fact 138029 1726888235.31891: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 138029 1726888235.31896: when evaluation is False, skipping this task 138029 1726888235.31900: _execute() done 138029 1726888235.31902: dumping result to json 138029 1726888235.31905: done dumping result, returning 138029 1726888235.31908: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-5a58-73a2-000000003a43] 138029 1726888235.31916: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a43 138029 1726888235.32007: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a43 138029 1726888235.32010: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888235.32061: no more pending results, returning what we have 138029 1726888235.32065: results queue empty 138029 1726888235.32066: checking for any_errors_fatal 138029 1726888235.32068: done checking for any_errors_fatal 138029 1726888235.32068: checking for max_fail_percentage 138029 1726888235.32070: done checking for max_fail_percentage 138029 1726888235.32071: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.32072: done checking to see if all hosts have failed 138029 1726888235.32073: getting the remaining hosts for this loop 138029 1726888235.32074: done getting the remaining hosts for this loop 138029 1726888235.32078: getting the next task for host managed_node3 138029 1726888235.32084: done getting next task for host managed_node3 138029 1726888235.32087: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 138029 1726888235.32090: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888235.32111: getting variables 138029 1726888235.32113: in VariableManager get_vars() 138029 1726888235.32152: Calling all_inventory to load vars for managed_node3 138029 1726888235.32157: Calling groups_inventory to load vars for managed_node3 138029 1726888235.32160: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.32168: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.32171: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.32173: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.32712: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.33046: done with get_vars() 138029 1726888235.33058: done getting variables 138029 1726888235.33095: 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:10:35 -0400 (0:00:00.028) 0:04:08.054 ****** 138029 1726888235.33119: entering _queue_task() for managed_node3/debug 138029 1726888235.33329: worker is 1 (out of 1 available) 138029 1726888235.33343: exiting _queue_task() for managed_node3/debug 138029 1726888235.33357: done queuing things up, now waiting for results queue to drain 138029 1726888235.33359: waiting for pending results... 138029 1726888235.33550: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools 138029 1726888235.33672: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a44 138029 1726888235.33683: variable 'ansible_search_path' from source: unknown 138029 1726888235.33688: variable 'ansible_search_path' from source: unknown 138029 1726888235.33718: calling self._execute() 138029 1726888235.33806: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.33810: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.33821: variable 'omit' from source: magic vars 138029 1726888235.33904: variable 'omit' from source: magic vars 138029 1726888235.33956: variable 'omit' from source: magic vars 138029 1726888235.33983: variable 'omit' from source: magic vars 138029 1726888235.34018: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888235.34047: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888235.34064: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888235.34079: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.34090: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.34103: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888235.34115: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888235.34141: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888235.34144: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.34147: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.34230: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888235.34234: Set connection var ansible_timeout to 10 138029 1726888235.34239: Set connection var ansible_pipelining to False 138029 1726888235.34242: Set connection var ansible_shell_type to sh 138029 1726888235.34246: Set connection var ansible_connection to ssh 138029 1726888235.34257: Set connection var ansible_shell_executable to /bin/sh 138029 1726888235.34276: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.34279: variable 'ansible_connection' from source: unknown 138029 1726888235.34282: variable 'ansible_module_compression' from source: unknown 138029 1726888235.34284: variable 'ansible_shell_type' from source: unknown 138029 1726888235.34287: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.34289: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.34291: variable 'ansible_pipelining' from source: unknown 138029 1726888235.34293: variable 'ansible_timeout' from source: unknown 138029 1726888235.34298: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.34403: 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) 138029 1726888235.34412: variable 'omit' from source: magic vars 138029 1726888235.34417: starting attempt loop 138029 1726888235.34420: running the handler 138029 1726888235.34459: variable 'storage_pools' from source: include params 138029 1726888235.34605: variable 'storage_pools' from source: include params 138029 1726888235.34616: variable 'unused_disks' from source: set_fact 138029 1726888235.34668: variable 'unused_disks' from source: set_fact 138029 1726888235.34744: handler run complete 138029 1726888235.34758: attempt loop complete, returning result 138029 1726888235.34761: _execute() done 138029 1726888235.34763: dumping result to json 138029 1726888235.34770: done dumping result, returning 138029 1726888235.34777: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-5a58-73a2-000000003a44] 138029 1726888235.34782: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a44 138029 1726888235.34876: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a44 138029 1726888235.34879: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "state": "present", "type": "lvm" } ] } 138029 1726888235.34974: no more pending results, returning what we have 138029 1726888235.34977: results queue empty 138029 1726888235.34978: checking for any_errors_fatal 138029 1726888235.34984: done checking for any_errors_fatal 138029 1726888235.34985: checking for max_fail_percentage 138029 1726888235.34987: done checking for max_fail_percentage 138029 1726888235.34987: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.34988: done checking to see if all hosts have failed 138029 1726888235.34989: getting the remaining hosts for this loop 138029 1726888235.34990: done getting the remaining hosts for this loop 138029 1726888235.34993: getting the next task for host managed_node3 138029 1726888235.34998: done getting next task for host managed_node3 138029 1726888235.35001: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 138029 1726888235.35005: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888235.35014: getting variables 138029 1726888235.35016: in VariableManager get_vars() 138029 1726888235.35042: Calling all_inventory to load vars for managed_node3 138029 1726888235.35044: Calling groups_inventory to load vars for managed_node3 138029 1726888235.35046: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.35053: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.35064: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.35067: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.35407: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.35751: done with get_vars() 138029 1726888235.35763: done getting variables 138029 1726888235.35800: 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:10:35 -0400 (0:00:00.027) 0:04:08.081 ****** 138029 1726888235.35828: entering _queue_task() for managed_node3/debug 138029 1726888235.36019: worker is 1 (out of 1 available) 138029 1726888235.36032: exiting _queue_task() for managed_node3/debug 138029 1726888235.36044: done queuing things up, now waiting for results queue to drain 138029 1726888235.36046: waiting for pending results... 138029 1726888235.36236: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes 138029 1726888235.36337: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a45 138029 1726888235.36348: variable 'ansible_search_path' from source: unknown 138029 1726888235.36351: variable 'ansible_search_path' from source: unknown 138029 1726888235.36385: calling self._execute() 138029 1726888235.36471: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.36475: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.36485: variable 'omit' from source: magic vars 138029 1726888235.36571: variable 'omit' from source: magic vars 138029 1726888235.36623: variable 'omit' from source: magic vars 138029 1726888235.36647: variable 'omit' from source: magic vars 138029 1726888235.36683: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888235.36713: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888235.36727: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888235.36741: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.36750: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.36765: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888235.36780: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888235.36802: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888235.36805: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.36808: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.36893: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888235.36896: Set connection var ansible_timeout to 10 138029 1726888235.36902: Set connection var ansible_pipelining to False 138029 1726888235.36905: Set connection var ansible_shell_type to sh 138029 1726888235.36907: Set connection var ansible_connection to ssh 138029 1726888235.36911: Set connection var ansible_shell_executable to /bin/sh 138029 1726888235.36934: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.36937: variable 'ansible_connection' from source: unknown 138029 1726888235.36940: variable 'ansible_module_compression' from source: unknown 138029 1726888235.36942: variable 'ansible_shell_type' from source: unknown 138029 1726888235.36945: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.36947: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.36949: variable 'ansible_pipelining' from source: unknown 138029 1726888235.36951: variable 'ansible_timeout' from source: unknown 138029 1726888235.36953: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.37060: 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) 138029 1726888235.37073: variable 'omit' from source: magic vars 138029 1726888235.37077: starting attempt loop 138029 1726888235.37080: running the handler 138029 1726888235.37258: handler run complete 138029 1726888235.37274: attempt loop complete, returning result 138029 1726888235.37277: _execute() done 138029 1726888235.37280: dumping result to json 138029 1726888235.37284: done dumping result, returning 138029 1726888235.37289: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-5a58-73a2-000000003a45] 138029 1726888235.37295: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a45 138029 1726888235.37375: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a45 138029 1726888235.37378: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 138029 1726888235.37442: no more pending results, returning what we have 138029 1726888235.37445: results queue empty 138029 1726888235.37446: checking for any_errors_fatal 138029 1726888235.37460: done checking for any_errors_fatal 138029 1726888235.37461: checking for max_fail_percentage 138029 1726888235.37463: done checking for max_fail_percentage 138029 1726888235.37463: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.37464: done checking to see if all hosts have failed 138029 1726888235.37465: getting the remaining hosts for this loop 138029 1726888235.37466: done getting the remaining hosts for this loop 138029 1726888235.37469: getting the next task for host managed_node3 138029 1726888235.37474: done getting next task for host managed_node3 138029 1726888235.37478: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 138029 1726888235.37481: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888235.37491: getting variables 138029 1726888235.37492: in VariableManager get_vars() 138029 1726888235.37521: Calling all_inventory to load vars for managed_node3 138029 1726888235.37523: Calling groups_inventory to load vars for managed_node3 138029 1726888235.37525: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.37532: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.37535: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.37537: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.37882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.38224: done with get_vars() 138029 1726888235.38234: 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:10:35 -0400 (0:00:00.024) 0:04:08.106 ****** 138029 1726888235.38290: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888235.38484: worker is 1 (out of 1 available) 138029 1726888235.38497: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888235.38510: done queuing things up, now waiting for results queue to drain 138029 1726888235.38512: waiting for pending results... 138029 1726888235.38697: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages 138029 1726888235.38798: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a46 138029 1726888235.38809: variable 'ansible_search_path' from source: unknown 138029 1726888235.38812: variable 'ansible_search_path' from source: unknown 138029 1726888235.38838: calling self._execute() 138029 1726888235.38929: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.38933: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.38941: variable 'omit' from source: magic vars 138029 1726888235.39226: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888235.39436: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888235.39470: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888235.39496: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888235.39522: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888235.39585: 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) 138029 1726888235.39605: 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) 138029 1726888235.39623: 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) 138029 1726888235.39643: 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) 138029 1726888235.39750: variable 'storage_skip_checks' from source: set_fact 138029 1726888235.39770: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 138029 1726888235.39773: when evaluation is False, skipping this task 138029 1726888235.39776: _execute() done 138029 1726888235.39778: dumping result to json 138029 1726888235.39781: done dumping result, returning 138029 1726888235.39786: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-5a58-73a2-000000003a46] 138029 1726888235.39791: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a46 138029 1726888235.39884: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a46 138029 1726888235.39887: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888235.39933: no more pending results, returning what we have 138029 1726888235.39935: results queue empty 138029 1726888235.39936: checking for any_errors_fatal 138029 1726888235.39942: done checking for any_errors_fatal 138029 1726888235.39942: checking for max_fail_percentage 138029 1726888235.39944: done checking for max_fail_percentage 138029 1726888235.39945: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.39945: done checking to see if all hosts have failed 138029 1726888235.39946: getting the remaining hosts for this loop 138029 1726888235.39947: done getting the remaining hosts for this loop 138029 1726888235.39951: getting the next task for host managed_node3 138029 1726888235.39959: done getting next task for host managed_node3 138029 1726888235.39962: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 138029 1726888235.39966: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888235.39984: getting variables 138029 1726888235.39985: in VariableManager get_vars() 138029 1726888235.40013: Calling all_inventory to load vars for managed_node3 138029 1726888235.40015: Calling groups_inventory to load vars for managed_node3 138029 1726888235.40017: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.40024: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.40026: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.40029: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.40358: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.40696: done with get_vars() 138029 1726888235.40707: 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:10:35 -0400 (0:00:00.024) 0:04:08.131 ****** 138029 1726888235.40772: entering _queue_task() for managed_node3/include_tasks 138029 1726888235.40962: worker is 1 (out of 1 available) 138029 1726888235.40977: exiting _queue_task() for managed_node3/include_tasks 138029 1726888235.40990: done queuing things up, now waiting for results queue to drain 138029 1726888235.40992: waiting for pending results... 138029 1726888235.41270: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 138029 1726888235.41310: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a47 138029 1726888235.41323: variable 'ansible_search_path' from source: unknown 138029 1726888235.41326: variable 'ansible_search_path' from source: unknown 138029 1726888235.41357: calling self._execute() 138029 1726888235.41445: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.41449: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.41461: variable 'omit' from source: magic vars 138029 1726888235.41747: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888235.41962: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888235.41995: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888235.42022: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888235.42049: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888235.42113: 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) 138029 1726888235.42130: 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) 138029 1726888235.42148: 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) 138029 1726888235.42169: 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) 138029 1726888235.42270: variable 'storage_skip_checks' from source: set_fact 138029 1726888235.42284: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 138029 1726888235.42287: when evaluation is False, skipping this task 138029 1726888235.42289: _execute() done 138029 1726888235.42292: dumping result to json 138029 1726888235.42295: done dumping result, returning 138029 1726888235.42301: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-5a58-73a2-000000003a47] 138029 1726888235.42306: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a47 138029 1726888235.42402: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a47 138029 1726888235.42404: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888235.42450: no more pending results, returning what we have 138029 1726888235.42453: results queue empty 138029 1726888235.42454: checking for any_errors_fatal 138029 1726888235.42469: done checking for any_errors_fatal 138029 1726888235.42471: checking for max_fail_percentage 138029 1726888235.42472: done checking for max_fail_percentage 138029 1726888235.42473: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.42474: done checking to see if all hosts have failed 138029 1726888235.42474: getting the remaining hosts for this loop 138029 1726888235.42476: done getting the remaining hosts for this loop 138029 1726888235.42479: getting the next task for host managed_node3 138029 1726888235.42485: done getting next task for host managed_node3 138029 1726888235.42488: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 138029 1726888235.42491: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888235.42514: getting variables 138029 1726888235.42515: in VariableManager get_vars() 138029 1726888235.42543: Calling all_inventory to load vars for managed_node3 138029 1726888235.42546: Calling groups_inventory to load vars for managed_node3 138029 1726888235.42548: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.42557: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.42560: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.42562: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.42895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.43311: done with get_vars() 138029 1726888235.43321: done getting variables 138029 1726888235.43371: 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:10:35 -0400 (0:00:00.026) 0:04:08.157 ****** 138029 1726888235.43411: entering _queue_task() for managed_node3/package 138029 1726888235.43600: worker is 1 (out of 1 available) 138029 1726888235.43612: exiting _queue_task() for managed_node3/package 138029 1726888235.43625: done queuing things up, now waiting for results queue to drain 138029 1726888235.43627: waiting for pending results... 138029 1726888235.43820: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 138029 1726888235.43917: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a48 138029 1726888235.43932: variable 'ansible_search_path' from source: unknown 138029 1726888235.43961: variable 'ansible_search_path' from source: unknown 138029 1726888235.44002: calling self._execute() 138029 1726888235.44159: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.44253: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.44302: variable 'omit' from source: magic vars 138029 1726888235.44728: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888235.45004: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888235.45035: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888235.45064: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888235.45092: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888235.45152: 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) 138029 1726888235.45175: 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) 138029 1726888235.45194: 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) 138029 1726888235.45211: 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) 138029 1726888235.45322: variable 'storage_skip_checks' from source: set_fact 138029 1726888235.45349: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 138029 1726888235.45353: when evaluation is False, skipping this task 138029 1726888235.45357: _execute() done 138029 1726888235.45360: dumping result to json 138029 1726888235.45362: done dumping result, returning 138029 1726888235.45414: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-5a58-73a2-000000003a48] 138029 1726888235.45417: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a48 138029 1726888235.45499: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a48 138029 1726888235.45503: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888235.45599: no more pending results, returning what we have 138029 1726888235.45603: results queue empty 138029 1726888235.45604: checking for any_errors_fatal 138029 1726888235.45611: done checking for any_errors_fatal 138029 1726888235.45612: checking for max_fail_percentage 138029 1726888235.45615: done checking for max_fail_percentage 138029 1726888235.45616: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.45617: done checking to see if all hosts have failed 138029 1726888235.45618: getting the remaining hosts for this loop 138029 1726888235.45620: done getting the remaining hosts for this loop 138029 1726888235.45623: getting the next task for host managed_node3 138029 1726888235.45627: done getting next task for host managed_node3 138029 1726888235.45630: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 138029 1726888235.45634: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888235.45654: getting variables 138029 1726888235.45656: in VariableManager get_vars() 138029 1726888235.45689: Calling all_inventory to load vars for managed_node3 138029 1726888235.45692: Calling groups_inventory to load vars for managed_node3 138029 1726888235.45694: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.45703: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.45706: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.45708: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.46141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.46500: done with get_vars() 138029 1726888235.46513: 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:10:35 -0400 (0:00:00.031) 0:04:08.189 ****** 138029 1726888235.46577: entering _queue_task() for managed_node3/service_facts 138029 1726888235.46769: worker is 1 (out of 1 available) 138029 1726888235.46783: exiting _queue_task() for managed_node3/service_facts 138029 1726888235.46795: done queuing things up, now waiting for results queue to drain 138029 1726888235.46797: waiting for pending results... 138029 1726888235.47034: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts 138029 1726888235.47262: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a49 138029 1726888235.47265: variable 'ansible_search_path' from source: unknown 138029 1726888235.47268: variable 'ansible_search_path' from source: unknown 138029 1726888235.47271: calling self._execute() 138029 1726888235.47364: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.47368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.47372: variable 'omit' from source: magic vars 138029 1726888235.47762: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888235.48011: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888235.48053: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888235.48093: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888235.48123: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888235.48403: 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) 138029 1726888235.48426: 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) 138029 1726888235.48449: 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) 138029 1726888235.48478: 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) 138029 1726888235.48822: variable 'storage_skip_checks' from source: set_fact 138029 1726888235.48836: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 138029 1726888235.48839: when evaluation is False, skipping this task 138029 1726888235.48842: _execute() done 138029 1726888235.48845: dumping result to json 138029 1726888235.48847: done dumping result, returning 138029 1726888235.48858: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-5a58-73a2-000000003a49] 138029 1726888235.48863: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a49 138029 1726888235.49161: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a49 138029 1726888235.49167: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888235.49215: no more pending results, returning what we have 138029 1726888235.49219: results queue empty 138029 1726888235.49220: checking for any_errors_fatal 138029 1726888235.49226: done checking for any_errors_fatal 138029 1726888235.49227: checking for max_fail_percentage 138029 1726888235.49228: done checking for max_fail_percentage 138029 1726888235.49229: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.49230: done checking to see if all hosts have failed 138029 1726888235.49230: getting the remaining hosts for this loop 138029 1726888235.49232: done getting the remaining hosts for this loop 138029 1726888235.49236: getting the next task for host managed_node3 138029 1726888235.49242: done getting next task for host managed_node3 138029 1726888235.49249: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 138029 1726888235.49253: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888235.49280: getting variables 138029 1726888235.49282: in VariableManager get_vars() 138029 1726888235.49312: Calling all_inventory to load vars for managed_node3 138029 1726888235.49314: Calling groups_inventory to load vars for managed_node3 138029 1726888235.49316: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.49323: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.49326: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.49328: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.49916: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.55999: done with get_vars() 138029 1726888235.56017: done getting variables 138029 1726888235.56070: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:35 -0400 (0:00:00.095) 0:04:08.284 ****** 138029 1726888235.56099: entering _queue_task() for managed_node3/set_fact 138029 1726888235.56448: worker is 1 (out of 1 available) 138029 1726888235.56462: exiting _queue_task() for managed_node3/set_fact 138029 1726888235.56476: done queuing things up, now waiting for results queue to drain 138029 1726888235.56479: waiting for pending results... 138029 1726888235.56751: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 138029 1726888235.56940: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a4a 138029 1726888235.56967: variable 'ansible_search_path' from source: unknown 138029 1726888235.56978: variable 'ansible_search_path' from source: unknown 138029 1726888235.57022: calling self._execute() 138029 1726888235.57166: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.57182: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.57197: variable 'omit' from source: magic vars 138029 1726888235.57335: variable 'omit' from source: magic vars 138029 1726888235.57459: variable 'omit' from source: magic vars 138029 1726888235.57885: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888235.60261: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888235.60267: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888235.60270: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888235.60272: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888235.60279: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888235.60368: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888235.60407: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888235.60437: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888235.60482: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888235.60507: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888235.60551: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888235.60582: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888235.60612: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888235.60650: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888235.60674: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888235.60741: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888235.60774: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888235.60803: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888235.60847: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888235.60870: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888235.60914: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888235.60944: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888235.60978: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888235.61019: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888235.61042: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888235.61101: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888235.61129: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888235.61162: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888235.61252: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888235.61257: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888235.61534: variable 'ansible_facts' from source: unknown 138029 1726888235.61897: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888235.62101: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888235.62145: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888235.62186: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888235.62233: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888235.62342: 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) 138029 1726888235.62345: 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) 138029 1726888235.62347: 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) 138029 1726888235.62378: 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) 138029 1726888235.62978: variable 'omit' from source: magic vars 138029 1726888235.63010: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888235.63037: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888235.63058: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888235.63080: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.63094: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.63213: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888235.63216: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888235.63220: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888235.63222: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.63224: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.63310: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888235.63327: Set connection var ansible_timeout to 10 138029 1726888235.63338: Set connection var ansible_pipelining to False 138029 1726888235.63344: Set connection var ansible_shell_type to sh 138029 1726888235.63351: Set connection var ansible_connection to ssh 138029 1726888235.63365: Set connection var ansible_shell_executable to /bin/sh 138029 1726888235.63401: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.63409: variable 'ansible_connection' from source: unknown 138029 1726888235.63417: variable 'ansible_module_compression' from source: unknown 138029 1726888235.63429: variable 'ansible_shell_type' from source: unknown 138029 1726888235.63437: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.63443: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.63451: variable 'ansible_pipelining' from source: unknown 138029 1726888235.63460: variable 'ansible_timeout' from source: unknown 138029 1726888235.63471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.63588: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888235.63606: variable 'omit' from source: magic vars 138029 1726888235.63646: starting attempt loop 138029 1726888235.63649: running the handler 138029 1726888235.63652: handler run complete 138029 1726888235.63654: attempt loop complete, returning result 138029 1726888235.63658: _execute() done 138029 1726888235.63660: dumping result to json 138029 1726888235.63669: done dumping result, returning 138029 1726888235.63682: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-5a58-73a2-000000003a4a] 138029 1726888235.63757: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a4a 138029 1726888235.63833: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a4a 138029 1726888235.63837: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 138029 1726888235.63944: no more pending results, returning what we have 138029 1726888235.63948: results queue empty 138029 1726888235.63949: checking for any_errors_fatal 138029 1726888235.63961: done checking for any_errors_fatal 138029 1726888235.63962: checking for max_fail_percentage 138029 1726888235.63966: done checking for max_fail_percentage 138029 1726888235.63967: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.63968: done checking to see if all hosts have failed 138029 1726888235.63968: getting the remaining hosts for this loop 138029 1726888235.63970: done getting the remaining hosts for this loop 138029 1726888235.63974: getting the next task for host managed_node3 138029 1726888235.63984: done getting next task for host managed_node3 138029 1726888235.63988: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 138029 1726888235.63992: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888235.64007: getting variables 138029 1726888235.64009: in VariableManager get_vars() 138029 1726888235.64050: Calling all_inventory to load vars for managed_node3 138029 1726888235.64053: Calling groups_inventory to load vars for managed_node3 138029 1726888235.64260: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.64274: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.64278: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.64282: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.64979: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.65602: done with get_vars() 138029 1726888235.65619: 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:10:35 -0400 (0:00:00.096) 0:04:08.380 ****** 138029 1726888235.65717: entering _queue_task() for managed_node3/systemd 138029 1726888235.66010: worker is 1 (out of 1 available) 138029 1726888235.66023: exiting _queue_task() for managed_node3/systemd 138029 1726888235.66035: done queuing things up, now waiting for results queue to drain 138029 1726888235.66036: waiting for pending results... 138029 1726888235.66384: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 138029 1726888235.66661: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a4c 138029 1726888235.66667: variable 'ansible_search_path' from source: unknown 138029 1726888235.66670: variable 'ansible_search_path' from source: unknown 138029 1726888235.66672: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888235.66891: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888235.66948: dumping result to json 138029 1726888235.66952: done dumping result, returning 138029 1726888235.66960: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-5a58-73a2-000000003a4c] 138029 1726888235.66969: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a4c 138029 1726888235.67087: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a4c 138029 1726888235.67091: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888235.67159: no more pending results, returning what we have 138029 1726888235.67162: results queue empty 138029 1726888235.67163: checking for any_errors_fatal 138029 1726888235.67172: done checking for any_errors_fatal 138029 1726888235.67173: checking for max_fail_percentage 138029 1726888235.67174: done checking for max_fail_percentage 138029 1726888235.67175: checking to see if all hosts have failed and the running result is not ok 138029 1726888235.67176: done checking to see if all hosts have failed 138029 1726888235.67176: getting the remaining hosts for this loop 138029 1726888235.67178: done getting the remaining hosts for this loop 138029 1726888235.67181: getting the next task for host managed_node3 138029 1726888235.67188: done getting next task for host managed_node3 138029 1726888235.67191: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 138029 1726888235.67195: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888235.67217: getting variables 138029 1726888235.67219: in VariableManager get_vars() 138029 1726888235.67252: Calling all_inventory to load vars for managed_node3 138029 1726888235.67257: Calling groups_inventory to load vars for managed_node3 138029 1726888235.67259: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888235.67270: Calling all_plugins_play to load vars for managed_node3 138029 1726888235.67273: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888235.67275: Calling groups_plugins_play to load vars for managed_node3 138029 1726888235.67819: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888235.68438: done with get_vars() 138029 1726888235.68451: 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:10:35 -0400 (0:00:00.028) 0:04:08.408 ****** 138029 1726888235.68533: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888235.68815: worker is 1 (out of 1 available) 138029 1726888235.68827: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888235.68839: done queuing things up, now waiting for results queue to drain 138029 1726888235.68841: waiting for pending results... 138029 1726888235.69277: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 138029 1726888235.69328: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a4d 138029 1726888235.69349: variable 'ansible_search_path' from source: unknown 138029 1726888235.69359: variable 'ansible_search_path' from source: unknown 138029 1726888235.69404: calling self._execute() 138029 1726888235.69539: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.69551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.69569: variable 'omit' from source: magic vars 138029 1726888235.69805: variable 'omit' from source: magic vars 138029 1726888235.69808: variable 'omit' from source: magic vars 138029 1726888235.70041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888235.72380: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888235.72470: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888235.72515: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888235.72559: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888235.72594: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888235.72687: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888235.72724: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888235.72762: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888235.72809: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888235.72828: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888235.72945: variable 'storage_pools' from source: include params 138029 1726888235.72974: variable 'unused_disks' from source: set_fact 138029 1726888235.73051: variable 'unused_disks' from source: set_fact 138029 1726888235.73273: variable 'storage_use_partitions' from source: play vars 138029 1726888235.73460: variable 'storage_disklabel_type' from source: role '' defaults 138029 1726888235.73466: variable 'storage_pool_defaults' from source: role '' defaults 138029 1726888235.73468: variable 'storage_pool_defaults' from source: role '' defaults 138029 1726888235.73471: variable 'storage_volume_defaults' from source: role '' defaults 138029 1726888235.73498: variable 'storage_volume_defaults' from source: role '' defaults 138029 1726888235.73611: variable 'storage_safe_mode' from source: play vars 138029 1726888235.73700: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888235.73729: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888235.73759: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888235.73805: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888235.73823: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888235.73893: variable 'omit' from source: magic vars 138029 1726888235.73923: variable 'omit' from source: magic vars 138029 1726888235.73957: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888235.73993: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888235.74022: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888235.74046: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.74068: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888235.74092: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888235.74114: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888235.74154: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888235.74170: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.74178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.74312: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888235.74324: Set connection var ansible_timeout to 10 138029 1726888235.74335: Set connection var ansible_pipelining to False 138029 1726888235.74346: Set connection var ansible_shell_type to sh 138029 1726888235.74454: Set connection var ansible_connection to ssh 138029 1726888235.74459: Set connection var ansible_shell_executable to /bin/sh 138029 1726888235.74461: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.74466: variable 'ansible_connection' from source: unknown 138029 1726888235.74469: variable 'ansible_module_compression' from source: unknown 138029 1726888235.74471: variable 'ansible_shell_type' from source: unknown 138029 1726888235.74473: variable 'ansible_shell_executable' from source: unknown 138029 1726888235.74475: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888235.74477: variable 'ansible_pipelining' from source: unknown 138029 1726888235.74479: variable 'ansible_timeout' from source: unknown 138029 1726888235.74481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888235.74583: 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) 138029 1726888235.74612: variable 'omit' from source: magic vars 138029 1726888235.74627: starting attempt loop 138029 1726888235.74635: running the handler 138029 1726888235.74651: _low_level_execute_command(): starting 138029 1726888235.74668: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888235.75394: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888235.75418: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888235.75439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888235.75570: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888235.75583: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888235.75597: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888235.75684: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888235.77385: stdout chunk (state=3): >>>/root <<< 138029 1726888235.77478: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888235.77551: stderr chunk (state=3): >>><<< 138029 1726888235.77554: stdout chunk (state=3): >>><<< 138029 1726888235.77586: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888235.77605: _low_level_execute_command(): starting 138029 1726888235.77614: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888235.7759435-145850-207647531428020 `" && echo ansible-tmp-1726888235.7759435-145850-207647531428020="` echo /root/.ansible/tmp/ansible-tmp-1726888235.7759435-145850-207647531428020 `" ) && sleep 0' 138029 1726888235.78411: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888235.78473: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888235.78534: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888235.78549: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888235.78575: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888235.78650: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888235.80589: stdout chunk (state=3): >>>ansible-tmp-1726888235.7759435-145850-207647531428020=/root/.ansible/tmp/ansible-tmp-1726888235.7759435-145850-207647531428020 <<< 138029 1726888235.80735: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888235.80759: stdout chunk (state=3): >>><<< 138029 1726888235.80775: stderr chunk (state=3): >>><<< 138029 1726888235.80799: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888235.7759435-145850-207647531428020=/root/.ansible/tmp/ansible-tmp-1726888235.7759435-145850-207647531428020 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888235.80962: variable 'ansible_module_compression' from source: unknown 138029 1726888235.80968: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 138029 1726888235.80998: variable 'ansible_facts' from source: unknown 138029 1726888235.81122: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888235.7759435-145850-207647531428020/AnsiballZ_blivet.py 138029 1726888235.81305: Sending initial data 138029 1726888235.81318: Sent initial data (157 bytes) 138029 1726888235.81928: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888235.81939: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888235.81948: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888235.81968: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888235.81978: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888235.82056: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888235.82060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888235.82062: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888235.82073: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888235.82134: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888235.82138: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888235.82183: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888235.82238: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888235.83804: 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 <<< 138029 1726888235.83859: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888235.83907: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmphfmzdavc /root/.ansible/tmp/ansible-tmp-1726888235.7759435-145850-207647531428020/AnsiballZ_blivet.py <<< 138029 1726888235.83910: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888235.7759435-145850-207647531428020/AnsiballZ_blivet.py" <<< 138029 1726888235.84080: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmphfmzdavc" to remote "/root/.ansible/tmp/ansible-tmp-1726888235.7759435-145850-207647531428020/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888235.7759435-145850-207647531428020/AnsiballZ_blivet.py" <<< 138029 1726888235.85132: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888235.85135: stdout chunk (state=3): >>><<< 138029 1726888235.85137: stderr chunk (state=3): >>><<< 138029 1726888235.85139: done transferring module to remote 138029 1726888235.85141: _low_level_execute_command(): starting 138029 1726888235.85143: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888235.7759435-145850-207647531428020/ /root/.ansible/tmp/ansible-tmp-1726888235.7759435-145850-207647531428020/AnsiballZ_blivet.py && sleep 0' 138029 1726888235.85684: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888235.85693: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888235.85704: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888235.85719: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888235.85731: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888235.85739: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888235.85749: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888235.85768: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888235.85773: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888235.85866: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888235.85910: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888235.85967: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888235.87729: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888235.87733: stdout chunk (state=3): >>><<< 138029 1726888235.87735: stderr chunk (state=3): >>><<< 138029 1726888235.87842: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888235.87848: _low_level_execute_command(): starting 138029 1726888235.87851: _low_level_execute_command(): using become for this command 138029 1726888235.87854: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-lbuqincatkmzcvdbdvltdqlcflothano ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888235.7759435-145850-207647531428020/AnsiballZ_blivet.py'"'"' && sleep 0' 138029 1726888235.88075: Initial state: awaiting_escalation: BECOME-SUCCESS-lbuqincatkmzcvdbdvltdqlcflothano 138029 1726888235.88447: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888235.88561: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888235.88591: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888235.88609: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888235.88695: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888235.91553: stdout chunk (state=1): >>>BECOME-SUCCESS-lbuqincatkmzcvdbdvltdqlcflothano <<< 138029 1726888235.91559: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-lbuqincatkmzcvdbdvltdqlcflothano' 138029 1726888235.91876: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888235.91910: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888235.91941: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888235.91964: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888235.92015: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888235.92018: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888235.92054: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888235.92088: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888235.92098: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888235.92122: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888235.92177: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888235.92190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888235.92203: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888235.92222: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888235.92269: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888235.92283: 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 0x7fe4dace03e0> <<< 138029 1726888235.92306: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dacafa10> <<< 138029 1726888235.92330: 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' <<< 138029 1726888235.92348: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dace2960> <<< 138029 1726888235.92362: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888235.92397: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888235.92410: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 138029 1726888235.92445: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888235.92529: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888235.92559: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888235.92605: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888235.92637: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888235.92640: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888235.92661: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888235.92687: 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' <<< 138029 1726888235.92716: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4daa90fe0> <<< 138029 1726888235.92783: 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' <<< 138029 1726888235.92819: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4daa91fd0> <<< 138029 1726888235.92823: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888235.92852: 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. <<< 138029 1726888235.93113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888235.93119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888235.93142: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888235.93158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888235.93184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888235.93229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888235.93232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888235.93272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888235.93284: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4daad7e00> <<< 138029 1726888235.93309: 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' <<< 138029 1726888235.93350: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888235.93353: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4daad7ec0> <<< 138029 1726888235.93405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888235.93409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888235.93433: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888235.93473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888235.93519: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888235.93527: 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 0x7fe4dab07800> <<< 138029 1726888235.93567: 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 0x7fe4dab07e90> import '_collections' # <<< 138029 1726888235.93623: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4daae7ad0> <<< 138029 1726888235.93663: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888235.93669: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4daae51f0> <<< 138029 1726888235.93748: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4daad4fb0> <<< 138029 1726888235.93794: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888235.93832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 138029 1726888235.93836: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888235.93865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888235.93888: 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' <<< 138029 1726888235.93934: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab2b740> <<< 138029 1726888235.93968: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab2a360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888235.93985: 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 0x7fe4daae60c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab28b90> <<< 138029 1726888235.94050: 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 0x7fe4dab5c7d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4daad4230> <<< 138029 1726888235.94066: 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' <<< 138029 1726888235.94098: 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 0x7fe4dab5cc80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab5cb30> <<< 138029 1726888235.94144: 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 0x7fe4dab5cf20> <<< 138029 1726888235.94166: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4daacad50> <<< 138029 1726888235.94181: 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' <<< 138029 1726888235.94195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888235.94225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888235.94250: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab5d5e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab5d2b0> <<< 138029 1726888235.94264: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888235.94293: 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' <<< 138029 1726888235.94324: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab5e4e0> import 'importlib.util' # <<< 138029 1726888235.94335: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888235.94370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888235.94393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888235.94432: 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 0x7fe4dab74710> <<< 138029 1726888235.94435: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888235.94469: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888235.94473: 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 0x7fe4dab75df0> <<< 138029 1726888235.94498: 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' <<< 138029 1726888235.94576: 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' <<< 138029 1726888235.94613: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab76c60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4dab772c0> <<< 138029 1726888235.94625: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab761b0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888235.94739: 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 0x7fe4dab77d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab77470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab5e540> <<< 138029 1726888235.94752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888235.94781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888235.94792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888235.94876: 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 0x7fe4da8abbf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888235.94911: 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' <<< 138029 1726888235.94942: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da8d4740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da8d44a0> <<< 138029 1726888235.94945: 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 0x7fe4da8d46e0> <<< 138029 1726888235.95048: 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' <<< 138029 1726888235.95076: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888235.95169: 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 0x7fe4da8d5010> <<< 138029 1726888235.95288: 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 0x7fe4da8d5910> <<< 138029 1726888235.95292: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da8d48c0> <<< 138029 1726888235.95309: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da8a9d90> <<< 138029 1726888235.95336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888235.95353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888235.95383: 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' <<< 138029 1726888235.95411: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da8d6d20> <<< 138029 1726888235.95431: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da8d5a60> <<< 138029 1726888235.95444: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab5ec30> <<< 138029 1726888235.95468: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888235.95539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888235.95543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888235.95580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888235.95612: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da8ff0b0> <<< 138029 1726888235.95680: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888235.95685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888235.95718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888235.95722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888235.95780: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da927470> <<< 138029 1726888235.95784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888235.95831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888235.95882: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888235.95916: 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 0x7fe4da984230> <<< 138029 1726888235.95926: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888235.95969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888235.95984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888235.96024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888235.96111: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da986960> <<< 138029 1726888235.96192: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da984350> <<< 138029 1726888235.96221: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da951280> <<< 138029 1726888235.96252: 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 0x7fe4da78d2e0> <<< 138029 1726888235.96281: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da926270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da8d7c80> <<< 138029 1726888235.96673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888235.96783: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe4da926390> <<< 138029 1726888235.96848: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_zgec9t1s/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 138029 1726888235.96979: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888235.97016: 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' <<< 138029 1726888235.97060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888235.97132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888235.97175: 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 0x7fe4da7db020> import '_typing' # <<< 138029 1726888235.97368: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da7bdf10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da7bd0a0> # zipimport: zlib available <<< 138029 1726888235.97468: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888235.97483: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888235.98951: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888235.99981: 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' <<< 138029 1726888236.00175: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da7d8ef0> # /usr/lib64/python3.12/json/__pycache__/__init__.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' <<< 138029 1726888236.00179: 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' <<< 138029 1726888236.00225: 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 0x7fe4da80ab40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da80a8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da80a1e0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fe4da80a9f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da7dbcb0> import 'atexit' # <<< 138029 1726888236.00257: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888236.00292: 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 0x7fe4da80b830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da80ba70> <<< 138029 1726888236.00320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888236.00418: 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 0x7fe4da80bf80> import 'pwd' # <<< 138029 1726888236.00450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888236.00601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888236.00630: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da119d60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da11b980> # /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 0x7fe4da11c380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888236.00701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888236.00705: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da11d520> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888236.00819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888236.00849: 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 0x7fe4da11ff80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da8d7b90> <<< 138029 1726888236.00883: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da11e240> <<< 138029 1726888236.00939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888236.01037: 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 <<< 138029 1726888236.01069: 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 0x7fe4da127e60> import '_tokenize' # <<< 138029 1726888236.01107: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da126960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da1266c0> <<< 138029 1726888236.01144: 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' <<< 138029 1726888236.01216: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da126c00> <<< 138029 1726888236.01358: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da11e750> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da16bec0> <<< 138029 1726888236.01390: 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 0x7fe4da16c230> # /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' <<< 138029 1726888236.01403: 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 0x7fe4da16dca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da16da60> <<< 138029 1726888236.01424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888236.01522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888236.01582: 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 0x7fe4da170200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da16e390> <<< 138029 1726888236.01600: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888236.01679: 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' # <<< 138029 1726888236.01715: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da1739b0> <<< 138029 1726888236.01854: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da170380> <<< 138029 1726888236.02196: 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 0x7fe4da174a70> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da174a10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da174c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da16c3e0> <<< 138029 1726888236.02199: 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 0x7fe4da000380> <<< 138029 1726888236.02248: 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 0x7fe4da0013d0> <<< 138029 1726888236.02272: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da176b10> <<< 138029 1726888236.02320: 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 0x7fe4da177ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da176720> # zipimport: zlib available <<< 138029 1726888236.02344: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888236.02358: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.02428: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.02542: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.02569: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888236.02593: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888236.02719: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.02834: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.03407: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.03909: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 138029 1726888236.03958: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888236.03962: 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' <<< 138029 1726888236.04001: 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 0x7fe4da005610> <<< 138029 1726888236.04104: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888236.04120: 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 0x7fe4da006a20> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da0016d0> <<< 138029 1726888236.04173: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888236.04208: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 138029 1726888236.04240: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.04372: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.04536: 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 0x7fe4da006b70> <<< 138029 1726888236.04566: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.05005: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.05439: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.05508: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.05590: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888236.05593: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.05624: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.05681: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888236.05691: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.05748: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.05850: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888236.05853: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.05888: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888236.05916: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.05966: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888236.06193: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.06417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888236.06483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888236.06571: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da007680> # zipimport: zlib available <<< 138029 1726888236.06637: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.06721: 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' # <<< 138029 1726888236.06749: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.06793: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.06859: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888236.06897: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.06899: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.06982: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.07029: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.07059: 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 <<< 138029 1726888236.07094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888236.07177: 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 0x7fe4da0122a0> <<< 138029 1726888236.07235: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da00d940> <<< 138029 1726888236.07238: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888236.07271: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888236.07315: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.07391: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.07408: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.07459: 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' <<< 138029 1726888236.07486: 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 <<< 138029 1726888236.07510: 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 <<< 138029 1726888236.07581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888236.07610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888236.07623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888236.07665: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da102a50> <<< 138029 1726888236.07709: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da842720> <<< 138029 1726888236.07792: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da012060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab2a2d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888236.07844: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.07862: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888236.07911: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888236.07952: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.07960: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 138029 1726888236.08030: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 138029 1726888236.08036: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.08039: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 138029 1726888236.08103: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 138029 1726888236.08106: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888236.08123: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.09645: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.10996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888236.11053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888236.11074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888236.11091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888236.11128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888236.11130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888236.11158: 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 0x7fe4d9cc0d10> <<< 138029 1726888236.11184: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cc0140> <<< 138029 1726888236.11235: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da08dac0> <<< 138029 1726888236.11397: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da0a46e0> <<< 138029 1726888236.11419: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.11519: 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' <<< 138029 1726888236.11572: 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' <<< 138029 1726888236.11612: 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 <<< 138029 1726888236.11617: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 138029 1726888236.11652: 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 0x7fe4d9cd68a0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cd64b0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py <<< 138029 1726888236.11686: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 138029 1726888236.11706: 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' <<< 138029 1726888236.11735: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cf8fe0> <<< 138029 1726888236.11760: 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' <<< 138029 1726888236.11812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888236.11827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 138029 1726888236.11858: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cfa240> <<< 138029 1726888236.11892: 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 0x7fe4d9cf9b50> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cf99a0> <<< 138029 1726888236.11922: 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' <<< 138029 1726888236.11958: 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 0x7fe4d9cfc710> <<< 138029 1726888236.12315: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cfc4d0> # /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 <<< 138029 1726888236.12327: 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 0x7fe4d9cfe4e0> <<< 138029 1726888236.12374: 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 0x7fe4d9cfe270> <<< 138029 1726888236.12397: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cfdb20> <<< 138029 1726888236.12452: 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' <<< 138029 1726888236.12488: 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' <<< 138029 1726888236.12516: 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' <<< 138029 1726888236.12580: 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 0x7fe4d9d01280> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py <<< 138029 1726888236.12602: 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 0x7fe4d9d01640> <<< 138029 1726888236.12628: 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 0x7fe4d9d01a90> <<< 138029 1726888236.12689: 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' <<< 138029 1726888236.12706: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d022a0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d008f0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d003e0> <<< 138029 1726888236.12745: 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 <<< 138029 1726888236.12778: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888236.12793: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d02a20> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cfff20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cffe90> <<< 138029 1726888236.12833: 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 <<< 138029 1726888236.12870: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 138029 1726888236.12934: 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' <<< 138029 1726888236.12938: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d450d0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py <<< 138029 1726888236.12975: 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 <<< 138029 1726888236.12999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 138029 1726888236.13068: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d45f40> <<< 138029 1726888236.13071: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d45610> <<< 138029 1726888236.13229: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d03380> <<< 138029 1726888236.13232: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 138029 1726888236.13300: 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 <<< 138029 1726888236.13303: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 138029 1726888236.13438: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d4e990> <<< 138029 1726888236.13495: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 138029 1726888236.13511: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 138029 1726888236.13549: 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 <<< 138029 1726888236.13561: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 138029 1726888236.13807: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d53fb0> import 'gi.repository.Gio' # <<< 138029 1726888236.13817: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cfd070> <<< 138029 1726888236.13860: 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 <<< 138029 1726888236.13896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 138029 1726888236.13941: 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 <<< 138029 1726888236.13969: 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 <<< 138029 1726888236.13987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 138029 1726888236.14078: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9be1f70> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9be1790> <<< 138029 1726888236.14838: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d53da0> <<< 138029 1726888236.14841: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 138029 1726888236.14877: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cd6a50> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cd5880> <<< 138029 1726888236.15323: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab5cad0> <<< 138029 1726888236.15339: 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 <<< 138029 1726888236.15370: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' <<< 138029 1726888236.15415: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bf6540> <<< 138029 1726888236.15443: 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 0x7fe4d9bf82f0> <<< 138029 1726888236.15473: 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 <<< 138029 1726888236.15524: stdout chunk (state=3): >>># 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 <<< 138029 1726888236.15926: 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 0x7fe4d9bfba70> <<< 138029 1726888236.15979: 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 0x7fe4d9bfc0b0> # /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 0x7fe4d9bfd160> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bfd010> # /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 0x7fe4d9bfd400> <<< 138029 1726888236.15983: stdout chunk (state=3): >>>import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bfcd70> <<< 138029 1726888236.15986: 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' <<< 138029 1726888236.15988: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 138029 1726888236.15990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' <<< 138029 1726888236.15992: stdout chunk (state=3): >>>import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bfd8e0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bfd730> <<< 138029 1726888236.16036: 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' <<< 138029 1726888236.16044: 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 <<< 138029 1726888236.16046: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 138029 1726888236.16082: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bfdc40> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bfd940> <<< 138029 1726888236.16104: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bfc500> <<< 138029 1726888236.16117: 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' <<< 138029 1726888236.16141: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bfcb90> <<< 138029 1726888236.16179: 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 <<< 138029 1726888236.16182: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 138029 1726888236.16221: 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' <<< 138029 1726888236.16225: 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' <<< 138029 1726888236.16273: stdout chunk (state=3): >>>import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c01b80> <<< 138029 1726888236.16280: 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 <<< 138029 1726888236.16315: 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 0x7fe4d9c01f10> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c01910> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c00f80> <<< 138029 1726888236.16318: 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 0x7fe4d9c02090> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bfb740> <<< 138029 1726888236.16349: 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' <<< 138029 1726888236.16352: stdout chunk (state=3): >>>import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c02120> <<< 138029 1726888236.16488: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bf9220> <<< 138029 1726888236.16537: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bf8980> <<< 138029 1726888236.16584: 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' <<< 138029 1726888236.16602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 138029 1726888236.16629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 138029 1726888236.16638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 138029 1726888236.16677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 138029 1726888236.16712: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c0a420> <<< 138029 1726888236.16751: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c09250> <<< 138029 1726888236.16768: 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 <<< 138029 1726888236.16771: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c0c170> <<< 138029 1726888236.16834: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bf8f80> <<< 138029 1726888236.16860: 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 <<< 138029 1726888236.16887: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 138029 1726888236.16909: 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 <<< 138029 1726888236.16931: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888236.16973: 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 0x7fe4d9d93890> <<< 138029 1726888236.17009: 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 <<< 138029 1726888236.17012: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 138029 1726888236.17043: 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 <<< 138029 1726888236.17047: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 138029 1726888236.17089: 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 <<< 138029 1726888236.17093: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888236.17103: 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' <<< 138029 1726888236.17132: 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 <<< 138029 1726888236.17167: 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 0x7fe4d8c7c530> <<< 138029 1726888236.17171: 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 <<< 138029 1726888236.17215: 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 0x7fe4d8c7cd10> <<< 138029 1726888236.17218: 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' <<< 138029 1726888236.17244: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8c7d310> <<< 138029 1726888236.17247: 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 <<< 138029 1726888236.17270: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 138029 1726888236.17317: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8c7d610> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8c7c3b0> <<< 138029 1726888236.17336: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c3fad0> <<< 138029 1726888236.17399: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c3c8f0> <<< 138029 1726888236.17566: 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' <<< 138029 1726888236.17570: 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 0x7fe4d8c903e0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c3d910> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c3c410> # /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 0x7fe4d8c909b0> <<< 138029 1726888236.17579: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c3c6e0> <<< 138029 1726888236.17601: 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 <<< 138029 1726888236.17623: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8c90bc0> <<< 138029 1726888236.17654: 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' <<< 138029 1726888236.17693: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8c91010> <<< 138029 1726888236.17718: 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' <<< 138029 1726888236.17736: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8c91790> <<< 138029 1726888236.17886: 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 <<< 138029 1726888236.17906: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc' <<< 138029 1726888236.17928: 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' <<< 138029 1726888236.18036: 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 0x7fe4d8cbd130> <<< 138029 1726888236.18068: 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' <<< 138029 1726888236.18109: 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 0x7fe4d8cbe2a0> <<< 138029 1726888236.18112: stdout chunk (state=3): >>>import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8cbdbe0> <<< 138029 1726888236.18148: 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' <<< 138029 1726888236.18161: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8cbe690> <<< 138029 1726888236.18182: 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 <<< 138029 1726888236.18207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 138029 1726888236.18229: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8cbf230> # /usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/disk.py <<< 138029 1726888236.18278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888236.18291: 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 0x7fe4d8a69f10> <<< 138029 1726888236.18315: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8a68bf0> <<< 138029 1726888236.18348: 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 <<< 138029 1726888236.18376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc' import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8a6b350> <<< 138029 1726888236.18391: 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' <<< 138029 1726888236.18421: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8a8c6b0> <<< 138029 1726888236.18441: 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 <<< 138029 1726888236.18470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888236.18488: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8a8d4f0> <<< 138029 1726888236.18518: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8cae420> <<< 138029 1726888236.18531: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8cae090> <<< 138029 1726888236.18542: 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 <<< 138029 1726888236.18578: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 138029 1726888236.18595: 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 0x7fe4d8a8f890> <<< 138029 1726888236.18620: 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 <<< 138029 1726888236.18651: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 138029 1726888236.18654: 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 <<< 138029 1726888236.18675: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 138029 1726888236.18736: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8abc290> <<< 138029 1726888236.18757: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8a8f860> <<< 138029 1726888236.19086: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8a8edb0> # /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 0x7fe4d8adca70> # /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 0x7fe4d8adcbc0> # /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 0x7fe4d8af0380> <<< 138029 1726888236.19117: 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 <<< 138029 1726888236.19121: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 138029 1726888236.19183: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8af09b0> <<< 138029 1726888236.19203: 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' <<< 138029 1726888236.19244: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8af1370> <<< 138029 1726888236.19271: 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 <<< 138029 1726888236.19320: stdout chunk (state=3): >>># 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 0x7fe4d8af17f0> <<< 138029 1726888236.19324: 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 <<< 138029 1726888236.19340: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc' <<< 138029 1726888236.19349: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8af1d60> <<< 138029 1726888236.19376: 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 <<< 138029 1726888236.19411: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' <<< 138029 1726888236.19414: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8af2090> <<< 138029 1726888236.19447: 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' <<< 138029 1726888236.19451: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8af2660> <<< 138029 1726888236.19482: 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' <<< 138029 1726888236.19514: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8af2870> <<< 138029 1726888236.19531: 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 <<< 138029 1726888236.19551: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 138029 1726888236.19571: 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' <<< 138029 1726888236.19683: 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 0x7fe4d8af3b00> <<< 138029 1726888236.19688: stdout chunk (state=3): >>>import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8af3980> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8af2a20> <<< 138029 1726888236.19709: 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 <<< 138029 1726888236.19730: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' <<< 138029 1726888236.19744: 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' <<< 138029 1726888236.19747: 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 <<< 138029 1726888236.19761: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 138029 1726888236.19795: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8b28860> <<< 138029 1726888236.19828: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8b28470> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8af3ef0> <<< 138029 1726888236.20083: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8add100> <<< 138029 1726888236.20086: 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 <<< 138029 1726888236.20103: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 138029 1726888236.20129: 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 <<< 138029 1726888236.20166: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' <<< 138029 1726888236.20169: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8958350> <<< 138029 1726888236.20203: 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' <<< 138029 1726888236.20216: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8958770> <<< 138029 1726888236.20299: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8aded50> <<< 138029 1726888236.20322: 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' <<< 138029 1726888236.20366: 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 <<< 138029 1726888236.20383: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888236.20843: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d895b800> <<< 138029 1726888236.20885: 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 <<< 138029 1726888236.20888: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 138029 1726888236.20905: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d895b9b0> <<< 138029 1726888236.20972: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d895af00> <<< 138029 1726888236.21004: 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 <<< 138029 1726888236.21007: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 138029 1726888236.21077: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8975e50> <<< 138029 1726888236.21080: 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 <<< 138029 1726888236.21091: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 138029 1726888236.21119: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8977290> <<< 138029 1726888236.21138: 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' <<< 138029 1726888236.21175: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8977a70> <<< 138029 1726888236.21191: 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' <<< 138029 1726888236.21279: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8984380> <<< 138029 1726888236.21295: 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' <<< 138029 1726888236.21332: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8986150> <<< 138029 1726888236.21348: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d91ee0> <<< 138029 1726888236.21381: 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 0x7fe4d8caddc0> <<< 138029 1726888236.21515: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c0ea80> <<< 138029 1726888236.21543: 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 <<< 138029 1726888236.21559: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888236.21594: 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 <<< 138029 1726888236.21624: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888236.21643: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d89b9340> <<< 138029 1726888236.21665: 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 <<< 138029 1726888236.21679: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 138029 1726888236.21707: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d89ba150> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/dm.py <<< 138029 1726888236.21724: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 138029 1726888236.21774: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d89ba900> <<< 138029 1726888236.22082: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d89b8290> <<< 138029 1726888236.22086: 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' # /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 0x7fe4d89f43e0> <<< 138029 1726888236.22100: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d89d2b10> <<< 138029 1726888236.22121: 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 <<< 138029 1726888236.22137: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 138029 1726888236.22199: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8a05f10> <<< 138029 1726888236.22218: 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 <<< 138029 1726888236.22400: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888236.22419: 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 <<< 138029 1726888236.22434: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 138029 1726888236.22448: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8a1f8f0> <<< 138029 1726888236.22480: 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 <<< 138029 1726888236.22499: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' <<< 138029 1726888236.22523: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8847f50> <<< 138029 1726888236.22533: 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 <<< 138029 1726888236.22553: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 138029 1726888236.22592: 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 <<< 138029 1726888236.22595: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc' <<< 138029 1726888236.22610: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8866270> <<< 138029 1726888236.22772: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d88644a0> <<< 138029 1726888236.22794: 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 <<< 138029 1726888236.22806: 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 0x7fe4d88946e0> <<< 138029 1726888236.23162: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8a1c3b0> <<< 138029 1726888236.23184: 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 <<< 138029 1726888236.23203: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888236.23413: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8a1c5f0> # /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' <<< 138029 1726888236.23416: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d88f6720> <<< 138029 1726888236.23419: 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' <<< 138029 1726888236.23450: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d88f7260> <<< 138029 1726888236.23481: 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' <<< 138029 1726888236.23495: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d88f7d70> <<< 138029 1726888236.23519: 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 <<< 138029 1726888236.23530: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' <<< 138029 1726888236.23565: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8908200> <<< 138029 1726888236.23588: 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' <<< 138029 1726888236.23610: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d89090d0> <<< 138029 1726888236.23632: 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 <<< 138029 1726888236.23662: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888236.23759: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d89099a0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bf8440> <<< 138029 1726888236.23790: 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 <<< 138029 1726888236.23808: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 138029 1726888236.23954: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d890a420> <<< 138029 1726888236.23970: 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 <<< 138029 1726888236.24016: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 138029 1726888236.24034: 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 <<< 138029 1726888236.24079: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 138029 1726888236.24120: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8934c80> <<< 138029 1726888236.24148: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d892aae0> <<< 138029 1726888236.24166: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.24198: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.24235: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888236.24252: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 138029 1726888236.24538: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.24718: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 138029 1726888236.24961: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888236.25079: 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 <<< 138029 1726888236.25134: 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' <<< 138029 1726888236.25183: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888236.25197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888236.25229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888236.25258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 138029 1726888236.25262: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d87b4380> <<< 138029 1726888236.25299: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888236.25303: 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 0x7fe4d87b46e0> <<< 138029 1726888236.25350: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d87a0710> <<< 138029 1726888236.25372: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8787ec0> <<< 138029 1726888236.25410: 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 <<< 138029 1726888236.25413: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' <<< 138029 1726888236.25535: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8787d10> <<< 138029 1726888236.25557: 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 <<< 138029 1726888236.25589: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 138029 1726888236.25625: 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 <<< 138029 1726888236.25644: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 138029 1726888236.25672: 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 <<< 138029 1726888236.25688: 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 0x7fe4d830c140> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d87b7680> <<< 138029 1726888236.25719: 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 <<< 138029 1726888236.25737: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' <<< 138029 1726888236.25758: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d830c5f0> <<< 138029 1726888236.25787: 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' <<< 138029 1726888236.25790: 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 <<< 138029 1726888236.25809: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 138029 1726888236.25859: 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 <<< 138029 1726888236.25862: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888236.25886: 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' <<< 138029 1726888236.25914: 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 0x7fe4d830e780> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d830e510> <<< 138029 1726888236.25946: 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 <<< 138029 1726888236.25965: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d830ea80> # /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 <<< 138029 1726888236.25992: 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 0x7fe4d830ed80> <<< 138029 1726888236.26013: 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 <<< 138029 1726888236.26028: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc' import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d830ef00> <<< 138029 1726888236.26053: 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 <<< 138029 1726888236.26071: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888236.26102: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d830f140> <<< 138029 1726888236.26136: 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 <<< 138029 1726888236.26140: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' <<< 138029 1726888236.26176: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d830f650> # /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 <<< 138029 1726888236.26179: stdout chunk (state=3): >>># 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 0x7fe4d83341a0> <<< 138029 1726888236.26226: 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 0x7fe4d8334350> <<< 138029 1726888236.26231: 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 <<< 138029 1726888236.26268: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' <<< 138029 1726888236.26272: stdout chunk (state=3): >>>import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8334530> <<< 138029 1726888236.26302: 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 <<< 138029 1726888236.26320: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888236.26353: stdout chunk (state=3): >>>import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8334b60> <<< 138029 1726888236.26362: 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' <<< 138029 1726888236.26407: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d83354c0> # /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 <<< 138029 1726888236.26410: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc' import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d83358e0> <<< 138029 1726888236.26441: 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 0x7fe4d8335b20> <<< 138029 1726888236.26468: 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 <<< 138029 1726888236.26504: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc' import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8335c10> # /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 <<< 138029 1726888236.26507: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888236.26532: stdout chunk (state=3): >>>import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8335ee0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d830ddf0> <<< 138029 1726888236.26571: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d830ce90> <<< 138029 1726888236.26586: stdout chunk (state=3): >>>import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d830cda0> <<< 138029 1726888236.26659: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d87b55b0> <<< 138029 1726888236.26740: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8785880> <<< 138029 1726888236.36506: 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 <<< 138029 1726888236.36511: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 138029 1726888236.36803: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d83c3590> <<< 138029 1726888244.36185: stdout chunk (state=3): >>> {"changed": true, "actions": [{"action": "create format", "fs_type": "disklabel", "device": "/dev/sdc"}, {"action": "create device", "fs_type": null, "device": "/dev/sdc1"}, {"action": "create format", "fs_type": "mdmember", "device": "/dev/sdc1"}, {"action": "create format", "fs_type": "disklabel", "device": "/dev/sdb"}, {"action": "create device", "fs_type": null, "device": "/dev/sdb1"}, {"action": "create format", "fs_type": "mdmember", "device": "/dev/sdb1"}, {"action": "create format", "fs_type": "disklabel", "device": "/dev/sda"}, {"action": "create device", "fs_type": null, "device": "/dev/sda1"}, {"action": "create format", "fs_type": "mdmember", "device": "/dev/sda1"}, {"action": "create device", "fs_type": null, "device": "/dev/md/vg1-1"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/md/vg1-1"}, {"action": "create device", "fs_type": null, "device": "/dev/vg1"}], "leaves": ["/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/vg1"], "mounts": [], "crypts": [], "pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid0", "raid_device_count": 3, "raid_spare_count": null, "raid_metadata_version": "1.0", "raid_chunk_size": "1024 KiB", "shared": false, "state": "present", "type": "lvm", "volumes": []}], "volumes": [], "packages": ["lvm2", "xfsprogs", "mdadm"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid0", "raid_device_count": 3, "raid_spare_count": null, "raid_metadata_version": "1.0", "raid_chunk_size": "1024 KiB", "shared": false, "state": "present", "type": "lvm", "volumes": []}], "volumes": [], "use_partitions": true, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 138029 1726888244.37473: stdout chunk (state=3): >>># 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 <<< 138029 1726888244.37533: 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 # 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 <<< 138029 1726888244.37611: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # 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 <<< 138029 1726888244.37781: stdout chunk (state=3): >>># 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 <<< 138029 1726888244.38351: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888244.38391: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888244.38428: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888244.38460: stdout chunk (state=3): >>># destroy ntpath # destroy _compat_pickle <<< 138029 1726888244.38532: 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 <<< 138029 1726888244.38537: stdout chunk (state=3): >>># cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort <<< 138029 1726888244.38582: 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 # 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 <<< 138029 1726888244.38606: stdout chunk (state=3): >>># 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 <<< 138029 1726888244.38619: 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 <<< 138029 1726888244.38668: stdout chunk (state=3): >>># 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 <<< 138029 1726888244.38733: 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 <<< 138029 1726888244.38775: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev <<< 138029 1726888244.38787: stdout chunk (state=3): >>># cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper <<< 138029 1726888244.38844: stdout chunk (state=3): >>># 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 <<< 138029 1726888244.38873: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux <<< 138029 1726888244.38914: 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 <<< 138029 1726888244.38963: stdout chunk (state=3): >>># destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # 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 <<< 138029 1726888244.39005: stdout chunk (state=3): >>># 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 <<< 138029 1726888244.39061: stdout chunk (state=3): >>># cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner <<< 138029 1726888244.39101: 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 # 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 <<< 138029 1726888244.39113: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888244.39174: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat <<< 138029 1726888244.39203: stdout chunk (state=3): >>># 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 <<< 138029 1726888244.39216: stdout chunk (state=3): >>># destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888244.40084: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi <<< 138029 1726888244.40111: stdout chunk (state=3): >>># destroy _struct <<< 138029 1726888244.40184: stdout chunk (state=3): >>># destroy pyudev <<< 138029 1726888244.40286: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888244.40395: stdout chunk (state=3): >>># destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch <<< 138029 1726888244.40429: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 138029 1726888244.40444: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis # destroy uuid # destroy random # destroy blivet.tasks.fsck <<< 138029 1726888244.40473: stdout chunk (state=3): >>># 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 blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 138029 1726888244.40514: 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 # destroy _warnings <<< 138029 1726888244.40518: stdout chunk (state=3): >>># destroy posix <<< 138029 1726888244.40546: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux._selinux <<< 138029 1726888244.40561: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 138029 1726888244.40659: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 138029 1726888244.40665: stdout chunk (state=3): >>># destroy _signal <<< 138029 1726888244.40669: stdout chunk (state=3): >>># destroy keyword # destroy abc <<< 138029 1726888244.40704: 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 <<< 138029 1726888244.40748: 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 <<< 138029 1726888244.40751: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections <<< 138029 1726888244.40800: 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 <<< 138029 1726888244.40822: stdout chunk (state=3): >>># destroy platform # destroy distro # destroy datetime <<< 138029 1726888244.40837: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 138029 1726888244.40910: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888244.41080: 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 <<< 138029 1726888244.41091: stdout chunk (state=3): >>># destroy re # destroy _random <<< 138029 1726888244.41128: stdout chunk (state=3): >>># destroy _thread # destroy itertools # destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726888244.42060: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888244.42065: stdout chunk (state=3): >>><<< 138029 1726888244.42068: stderr chunk (state=3): >>><<< 138029 1726888244.42175: _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 0x7fe4dace03e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dacafa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dace2960> 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 0x7fe4daa90fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fe4daa91fd0> 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 0x7fe4daad7e00> # /usr/lib64/python3.12/__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 0x7fe4daad7ec0> # /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 0x7fe4dab07800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab07e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4daae7ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4daae51f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4daad4fb0> # /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 0x7fe4dab2b740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab2a360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4daae60c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab28b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab5c7d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4daad4230> # /usr/lib64/python3.12/__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 0x7fe4dab5cc80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab5cb30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4dab5cf20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4daacad50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fe4dab5d5e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab5d2b0> 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 0x7fe4dab5e4e0> 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 0x7fe4dab74710> 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 0x7fe4dab75df0> # /usr/lib64/python3.12/__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 0x7fe4dab76c60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4dab772c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab761b0> # /usr/lib64/python3.12/__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 0x7fe4dab77d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab77470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab5e540> # /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 0x7fe4da8abbf0> # /usr/lib64/python3.12/__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 0x7fe4da8d4740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da8d44a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da8d46e0> # /usr/lib64/python3.12/__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 0x7fe4da8d5010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da8d5910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da8d48c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da8a9d90> # /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 0x7fe4da8d6d20> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da8d5a60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab5ec30> # /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 0x7fe4da8ff0b0> # /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 0x7fe4da927470> # /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 0x7fe4da984230> # /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 0x7fe4da986960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da984350> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da951280> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da78d2e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da926270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da8d7c80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe4da926390> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_zgec9t1s/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 0x7fe4da7db020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da7bdf10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da7bd0a0> # 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 0x7fe4da7d8ef0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fe4da80ab40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da80a8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da80a1e0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fe4da80a9f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da7dbcb0> 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 0x7fe4da80b830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da80ba70> # /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 0x7fe4da80bf80> 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 0x7fe4da119d60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da11b980> # /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 0x7fe4da11c380> # /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 0x7fe4da11d520> # /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 0x7fe4da11ff80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da8d7b90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da11e240> # /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 0x7fe4da127e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da126960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da1266c0> # /usr/lib64/python3.12/__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 0x7fe4da126c00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da11e750> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da16bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da16c230> # /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 0x7fe4da16dca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da16da60> # /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 0x7fe4da170200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da16e390> # /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 0x7fe4da1739b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da170380> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da174a70> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da174a10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da174c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da16c3e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fe4da000380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da0013d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da176b10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4da177ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da176720> # 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 0x7fe4da005610> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fe4da006a20> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da0016d0> 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 0x7fe4da006b70> # 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 0x7fe4da007680> # 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 0x7fe4da0122a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da00d940> 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 0x7fe4da102a50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da842720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da012060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab2a2d0> # 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 0x7fe4d9cc0d10> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cc0140> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da08dac0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4da0a46e0> # 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 0x7fe4d9cd68a0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cd64b0> # /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 0x7fe4d9cf8fe0> # /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 0x7fe4d9cfa240> # 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 0x7fe4d9cf9b50> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cf99a0> # /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 0x7fe4d9cfc710> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cfc4d0> # /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 0x7fe4d9cfe4e0> # 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 0x7fe4d9cfe270> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cfdb20> # /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 0x7fe4d9d01280> # /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 0x7fe4d9d01640> # /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 0x7fe4d9d01a90> # /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 0x7fe4d9d022a0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d008f0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d003e0> # 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 0x7fe4d9d02a20> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cfff20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cffe90> # /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 0x7fe4d9d450d0> # /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 0x7fe4d9d45f40> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d45610> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d03380> 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 0x7fe4d9d4e990> 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 0x7fe4d9d53fb0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cfd070> # /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 0x7fe4d9be1f70> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9be1790> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d53da0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cd6a50> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9cd5880> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4dab5cad0> # /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 0x7fe4d9bf6540> # /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 0x7fe4d9bf82f0> # /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 0x7fe4d9bfba70> # /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 0x7fe4d9bfc0b0> # /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 0x7fe4d9bfd160> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bfd010> # /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 0x7fe4d9bfd400> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bfcd70> # /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 0x7fe4d9bfd8e0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bfd730> # /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 0x7fe4d9bfdc40> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bfd940> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bfc500> # /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 0x7fe4d9bfcb90> # /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 0x7fe4d9c01b80> # /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 0x7fe4d9c01f10> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c01910> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c00f80> # /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 0x7fe4d9c02090> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bfb740> # /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 0x7fe4d9c02120> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bf9220> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bf8980> # /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 0x7fe4d9c0a420> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c09250> # /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 0x7fe4d9c0c170> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bf8f80> # /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 0x7fe4d9d93890> # /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 0x7fe4d8c7c530> # /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 0x7fe4d8c7cd10> # /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 0x7fe4d8c7d310> # /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 0x7fe4d8c7d610> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8c7c3b0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c3fad0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c3c8f0> # /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 0x7fe4d8c903e0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c3d910> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c3c410> # /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 0x7fe4d8c909b0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c3c6e0> # /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 0x7fe4d8c90bc0> # /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 0x7fe4d8c91010> # /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 0x7fe4d8c91790> # /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 0x7fe4d8cbd130> # /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 0x7fe4d8cbe2a0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8cbdbe0> # /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 0x7fe4d8cbe690> # /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 0x7fe4d8cbf230> # /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 0x7fe4d8a69f10> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8a68bf0> # /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 0x7fe4d8a6b350> # /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 0x7fe4d8a8c6b0> # /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 0x7fe4d8a8d4f0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8cae420> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8cae090> # /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 0x7fe4d8a8f890> # /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 0x7fe4d8abc290> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8a8f860> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8a8edb0> # /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 0x7fe4d8adca70> # /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 0x7fe4d8adcbc0> # /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 0x7fe4d8af0380> # /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 0x7fe4d8af09b0> # /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 0x7fe4d8af1370> # /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 0x7fe4d8af17f0> # /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 0x7fe4d8af1d60> # /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 0x7fe4d8af2090> # /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 0x7fe4d8af2660> # /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 0x7fe4d8af2870> # /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 0x7fe4d8af3b00> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8af3980> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8af2a20> # /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 0x7fe4d8b28860> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8b28470> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8af3ef0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8add100> # /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 0x7fe4d8958350> # /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 0x7fe4d8958770> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8aded50> # /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 0x7fe4d895b800> # /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 0x7fe4d895b9b0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d895af00> # /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 0x7fe4d8975e50> # /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 0x7fe4d8977290> # /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 0x7fe4d8977a70> # /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 0x7fe4d8984380> # /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 0x7fe4d8986150> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9d91ee0> # /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 0x7fe4d8caddc0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9c0ea80> # /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 0x7fe4d89b9340> # /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 0x7fe4d89ba150> # /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 0x7fe4d89ba900> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d89b8290> # /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 0x7fe4d89f43e0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d89d2b10> # /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 0x7fe4d8a05f10> # /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 0x7fe4d8a1f8f0> # /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 0x7fe4d8847f50> # /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 0x7fe4d8866270> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d88644a0> # /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 0x7fe4d88946e0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8a1c3b0> # /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 0x7fe4d8a1c5f0> # /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 0x7fe4d88f6720> # /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 0x7fe4d88f7260> # /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 0x7fe4d88f7d70> # /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 0x7fe4d8908200> # /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 0x7fe4d89090d0> # /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 0x7fe4d89099a0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d9bf8440> # /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 0x7fe4d890a420> # /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 0x7fe4d8934c80> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d892aae0> # 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 0x7fe4d87b4380> # 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 0x7fe4d87b46e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d87a0710> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8787ec0> # /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 0x7fe4d8787d10> # /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 0x7fe4d830c140> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d87b7680> # /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 0x7fe4d830c5f0> # /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 0x7fe4d830e780> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d830e510> # /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 0x7fe4d830ea80> # /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 0x7fe4d830ed80> # /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 0x7fe4d830ef00> # /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 0x7fe4d830f140> # /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 0x7fe4d830f650> # /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 0x7fe4d83341a0> # /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 0x7fe4d8334350> # /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 0x7fe4d8334530> # /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 0x7fe4d8334b60> # /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 0x7fe4d83354c0> # /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 0x7fe4d83358e0> # /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 0x7fe4d8335b20> # /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 0x7fe4d8335c10> # /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 0x7fe4d8335ee0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d830ddf0> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d830ce90> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d830cda0> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d87b55b0> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4d8785880> # /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 0x7fe4d83c3590> {"changed": true, "actions": [{"action": "create format", "fs_type": "disklabel", "device": "/dev/sdc"}, {"action": "create device", "fs_type": null, "device": "/dev/sdc1"}, {"action": "create format", "fs_type": "mdmember", "device": "/dev/sdc1"}, {"action": "create format", "fs_type": "disklabel", "device": "/dev/sdb"}, {"action": "create device", "fs_type": null, "device": "/dev/sdb1"}, {"action": "create format", "fs_type": "mdmember", "device": "/dev/sdb1"}, {"action": "create format", "fs_type": "disklabel", "device": "/dev/sda"}, {"action": "create device", "fs_type": null, "device": "/dev/sda1"}, {"action": "create format", "fs_type": "mdmember", "device": "/dev/sda1"}, {"action": "create device", "fs_type": null, "device": "/dev/md/vg1-1"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/md/vg1-1"}, {"action": "create device", "fs_type": null, "device": "/dev/vg1"}], "leaves": ["/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/vg1"], "mounts": [], "crypts": [], "pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid0", "raid_device_count": 3, "raid_spare_count": null, "raid_metadata_version": "1.0", "raid_chunk_size": "1024 KiB", "shared": false, "state": "present", "type": "lvm", "volumes": []}], "volumes": [], "packages": ["lvm2", "xfsprogs", "mdadm"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid0", "raid_device_count": 3, "raid_spare_count": null, "raid_metadata_version": "1.0", "raid_chunk_size": "1024 KiB", "shared": false, "state": "present", "type": "lvm", "volumes": []}], "volumes": [], "use_partitions": true, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # 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 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 blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888244.44488: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [{'name': 'vg1', 'disks': ['sda', 'sdb', 'sdc'], 'type': 'lvm', 'raid_level': 'raid0', 'raid_device_count': 3, 'raid_metadata_version': '1.0', 'raid_chunk_size': '1024 KiB', 'state': 'present'}], 'volumes': [], 'use_partitions': True, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888235.7759435-145850-207647531428020/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888244.44492: _low_level_execute_command(): starting 138029 1726888244.44496: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888235.7759435-145850-207647531428020/ > /dev/null 2>&1 && sleep 0' 138029 1726888244.44499: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888244.44503: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888244.44506: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888244.44509: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888244.44511: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888244.46261: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888244.46268: stdout chunk (state=3): >>><<< 138029 1726888244.46271: stderr chunk (state=3): >>><<< 138029 1726888244.46275: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888244.46277: handler run complete 138029 1726888244.46280: attempt loop complete, returning result 138029 1726888244.46283: _execute() done 138029 1726888244.46286: dumping result to json 138029 1726888244.46289: done dumping result, returning 138029 1726888244.46292: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-5a58-73a2-000000003a4d] 138029 1726888244.46295: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a4d changed: [managed_node3] => { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/vg1" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "mdadm" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } 138029 1726888244.46875: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a4d 138029 1726888244.46879: WORKER PROCESS EXITING 138029 1726888244.46892: no more pending results, returning what we have 138029 1726888244.46896: results queue empty 138029 1726888244.46896: checking for any_errors_fatal 138029 1726888244.46903: done checking for any_errors_fatal 138029 1726888244.46904: checking for max_fail_percentage 138029 1726888244.46905: done checking for max_fail_percentage 138029 1726888244.46906: checking to see if all hosts have failed and the running result is not ok 138029 1726888244.46907: done checking to see if all hosts have failed 138029 1726888244.46907: getting the remaining hosts for this loop 138029 1726888244.46909: done getting the remaining hosts for this loop 138029 1726888244.46912: getting the next task for host managed_node3 138029 1726888244.46918: done getting next task for host managed_node3 138029 1726888244.46920: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 138029 1726888244.46924: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888244.46934: getting variables 138029 1726888244.46935: in VariableManager get_vars() 138029 1726888244.46976: Calling all_inventory to load vars for managed_node3 138029 1726888244.46979: Calling groups_inventory to load vars for managed_node3 138029 1726888244.46981: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888244.46990: Calling all_plugins_play to load vars for managed_node3 138029 1726888244.46993: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888244.46996: Calling groups_plugins_play to load vars for managed_node3 138029 1726888244.47582: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888244.48240: done with get_vars() 138029 1726888244.48259: done getting variables 138029 1726888244.48328: 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:10:44 -0400 (0:00:08.798) 0:04:17.207 ****** 138029 1726888244.48371: entering _queue_task() for managed_node3/command 138029 1726888244.48696: worker is 1 (out of 1 available) 138029 1726888244.48708: exiting _queue_task() for managed_node3/command 138029 1726888244.48720: done queuing things up, now waiting for results queue to drain 138029 1726888244.48722: waiting for pending results... 138029 1726888244.49142: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 138029 1726888244.49314: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a4e 138029 1726888244.49335: variable 'ansible_search_path' from source: unknown 138029 1726888244.49346: variable 'ansible_search_path' from source: unknown 138029 1726888244.49393: calling self._execute() 138029 1726888244.49524: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888244.49572: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888244.49577: variable 'omit' from source: magic vars 138029 1726888244.49967: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888244.52314: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888244.52387: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888244.52561: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888244.52567: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888244.52570: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888244.52592: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888244.52624: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888244.52652: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888244.52704: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888244.52722: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888244.52852: Evaluated conditional (storage_udevadm_trigger | d(false)): False 138029 1726888244.52862: when evaluation is False, skipping this task 138029 1726888244.52873: _execute() done 138029 1726888244.52880: dumping result to json 138029 1726888244.52887: done dumping result, returning 138029 1726888244.52902: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-5a58-73a2-000000003a4e] 138029 1726888244.52913: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a4e 138029 1726888244.53260: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a4e 138029 1726888244.53266: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 138029 1726888244.53312: no more pending results, returning what we have 138029 1726888244.53316: results queue empty 138029 1726888244.53317: checking for any_errors_fatal 138029 1726888244.53333: done checking for any_errors_fatal 138029 1726888244.53333: checking for max_fail_percentage 138029 1726888244.53335: done checking for max_fail_percentage 138029 1726888244.53336: checking to see if all hosts have failed and the running result is not ok 138029 1726888244.53337: done checking to see if all hosts have failed 138029 1726888244.53337: getting the remaining hosts for this loop 138029 1726888244.53339: done getting the remaining hosts for this loop 138029 1726888244.53343: getting the next task for host managed_node3 138029 1726888244.53349: done getting next task for host managed_node3 138029 1726888244.53353: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 138029 1726888244.53359: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888244.53384: getting variables 138029 1726888244.53385: in VariableManager get_vars() 138029 1726888244.53423: Calling all_inventory to load vars for managed_node3 138029 1726888244.53426: Calling groups_inventory to load vars for managed_node3 138029 1726888244.53428: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888244.53438: Calling all_plugins_play to load vars for managed_node3 138029 1726888244.53441: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888244.53444: Calling groups_plugins_play to load vars for managed_node3 138029 1726888244.54122: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888244.54758: done with get_vars() 138029 1726888244.54778: 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:10:44 -0400 (0:00:00.065) 0:04:17.272 ****** 138029 1726888244.54884: entering _queue_task() for managed_node3/stat 138029 1726888244.55200: worker is 1 (out of 1 available) 138029 1726888244.55212: exiting _queue_task() for managed_node3/stat 138029 1726888244.55225: done queuing things up, now waiting for results queue to drain 138029 1726888244.55227: waiting for pending results... 138029 1726888244.55542: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 138029 1726888244.55714: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a4f 138029 1726888244.55734: variable 'ansible_search_path' from source: unknown 138029 1726888244.55741: variable 'ansible_search_path' from source: unknown 138029 1726888244.55786: calling self._execute() 138029 1726888244.55917: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888244.55927: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888244.55939: variable 'omit' from source: magic vars 138029 1726888244.56071: variable 'omit' from source: magic vars 138029 1726888244.56160: variable 'omit' from source: magic vars 138029 1726888244.56204: variable 'omit' from source: magic vars 138029 1726888244.56257: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888244.56304: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888244.56337: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888244.56363: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888244.56446: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888244.56450: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888244.56452: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888244.56454: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888244.56461: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888244.56473: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888244.56603: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888244.56614: Set connection var ansible_timeout to 10 138029 1726888244.56623: Set connection var ansible_pipelining to False 138029 1726888244.56629: Set connection var ansible_shell_type to sh 138029 1726888244.56635: Set connection var ansible_connection to ssh 138029 1726888244.56643: Set connection var ansible_shell_executable to /bin/sh 138029 1726888244.56681: variable 'ansible_shell_executable' from source: unknown 138029 1726888244.56689: variable 'ansible_connection' from source: unknown 138029 1726888244.56695: variable 'ansible_module_compression' from source: unknown 138029 1726888244.56701: variable 'ansible_shell_type' from source: unknown 138029 1726888244.56707: variable 'ansible_shell_executable' from source: unknown 138029 1726888244.56861: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888244.56866: variable 'ansible_pipelining' from source: unknown 138029 1726888244.56869: variable 'ansible_timeout' from source: unknown 138029 1726888244.56871: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888244.56945: 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) 138029 1726888244.56971: variable 'omit' from source: magic vars 138029 1726888244.56988: starting attempt loop 138029 1726888244.56996: running the handler 138029 1726888244.57012: _low_level_execute_command(): starting 138029 1726888244.57024: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888244.57885: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888244.57917: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888244.58003: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888244.59708: stdout chunk (state=3): >>>/root <<< 138029 1726888244.59862: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888244.59868: stdout chunk (state=3): >>><<< 138029 1726888244.59870: stderr chunk (state=3): >>><<< 138029 1726888244.59880: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888244.59883: _low_level_execute_command(): starting 138029 1726888244.59887: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888244.5982835-146171-50367029296491 `" && echo ansible-tmp-1726888244.5982835-146171-50367029296491="` echo /root/.ansible/tmp/ansible-tmp-1726888244.5982835-146171-50367029296491 `" ) && sleep 0' 138029 1726888244.60545: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888244.60570: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888244.60586: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888244.60612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888244.60632: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888244.60645: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888244.60663: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888244.60692: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888244.60790: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888244.60821: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888244.61089: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888244.63015: stdout chunk (state=3): >>>ansible-tmp-1726888244.5982835-146171-50367029296491=/root/.ansible/tmp/ansible-tmp-1726888244.5982835-146171-50367029296491 <<< 138029 1726888244.63161: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888244.63261: stdout chunk (state=3): >>><<< 138029 1726888244.63264: stderr chunk (state=3): >>><<< 138029 1726888244.63268: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888244.5982835-146171-50367029296491=/root/.ansible/tmp/ansible-tmp-1726888244.5982835-146171-50367029296491 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888244.63272: variable 'ansible_module_compression' from source: unknown 138029 1726888244.63350: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888244.63403: variable 'ansible_facts' from source: unknown 138029 1726888244.63513: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888244.5982835-146171-50367029296491/AnsiballZ_stat.py 138029 1726888244.63682: Sending initial data 138029 1726888244.63685: Sent initial data (154 bytes) 138029 1726888244.64382: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888244.64434: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888244.64485: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888244.64758: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888244.66299: 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 <<< 138029 1726888244.66365: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888244.66414: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpf5r7hfz3 /root/.ansible/tmp/ansible-tmp-1726888244.5982835-146171-50367029296491/AnsiballZ_stat.py <<< 138029 1726888244.66428: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888244.5982835-146171-50367029296491/AnsiballZ_stat.py" <<< 138029 1726888244.66501: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpf5r7hfz3" to remote "/root/.ansible/tmp/ansible-tmp-1726888244.5982835-146171-50367029296491/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888244.5982835-146171-50367029296491/AnsiballZ_stat.py" <<< 138029 1726888244.67490: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888244.67493: stderr chunk (state=3): >>><<< 138029 1726888244.67495: stdout chunk (state=3): >>><<< 138029 1726888244.67497: done transferring module to remote 138029 1726888244.67499: _low_level_execute_command(): starting 138029 1726888244.67501: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888244.5982835-146171-50367029296491/ /root/.ansible/tmp/ansible-tmp-1726888244.5982835-146171-50367029296491/AnsiballZ_stat.py && sleep 0' 138029 1726888244.68178: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888244.68182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888244.68186: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888244.68233: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888244.69973: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888244.70023: stderr chunk (state=3): >>><<< 138029 1726888244.70040: stdout chunk (state=3): >>><<< 138029 1726888244.70060: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888244.70164: _low_level_execute_command(): starting 138029 1726888244.70167: _low_level_execute_command(): using become for this command 138029 1726888244.70170: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-yjppsedngdahnscocwymylotughnxkfc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888244.5982835-146171-50367029296491/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888244.70384: Initial state: awaiting_escalation: BECOME-SUCCESS-yjppsedngdahnscocwymylotughnxkfc 138029 1726888244.70760: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888244.70815: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888244.70891: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888244.70920: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888244.70996: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888244.74094: stdout chunk (state=1): >>>BECOME-SUCCESS-yjppsedngdahnscocwymylotughnxkfc <<< 138029 1726888244.74097: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-yjppsedngdahnscocwymylotughnxkfc' 138029 1726888244.74362: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888244.74399: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888244.74437: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888244.74506: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888244.74542: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888244.74583: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888244.74613: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888244.74676: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888244.74689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 138029 1726888244.74718: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888244.74763: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888244.74795: 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 0x7f285fce83e0> <<< 138029 1726888244.74827: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fcb7a10> <<< 138029 1726888244.74847: 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 0x7f285fcea960> <<< 138029 1726888244.74883: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888244.74890: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888244.74915: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888244.74957: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888244.74961: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888244.75026: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888244.75060: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888244.75090: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888244.75139: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888244.75169: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888244.75200: 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' <<< 138029 1726888244.75210: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fa98fe0> <<< 138029 1726888244.75290: 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' <<< 138029 1726888244.75313: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fa99fd0> <<< 138029 1726888244.75338: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888244.75351: 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. <<< 138029 1726888244.75575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888244.75607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888244.75611: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888244.75623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888244.75650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888244.75683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888244.75697: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888244.75735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888244.75738: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fad7ec0> <<< 138029 1726888244.75775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888244.75778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888244.75807: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fad7f80> <<< 138029 1726888244.75845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888244.75874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888244.75889: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888244.75931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888244.75951: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888244.76004: 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 0x7f285fb0f8f0> <<< 138029 1726888244.76031: 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 0x7f285fb0ff80> import '_collections' # <<< 138029 1726888244.76095: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285faefb90> <<< 138029 1726888244.76120: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888244.76137: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285faed2b0> <<< 138029 1726888244.76218: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fad5070> <<< 138029 1726888244.76250: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888244.76265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888244.76292: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888244.76321: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888244.76366: 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 <<< 138029 1726888244.76402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888244.76407: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb338c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb324e0> <<< 138029 1726888244.76445: 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 0x7f285faee180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb30ce0> <<< 138029 1726888244.76501: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888244.76535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb60920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fad42f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888244.76570: 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 0x7f285fb60dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb60c80> <<< 138029 1726888244.76609: 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 0x7f285fb61010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fad2e10> <<< 138029 1726888244.76662: 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' <<< 138029 1726888244.76723: 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 0x7f285fb61700> <<< 138029 1726888244.76727: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb613d0> import 'importlib.machinery' # <<< 138029 1726888244.77043: 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 0x7f285fb62600> 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 0x7f285fb7c830> <<< 138029 1726888244.77075: 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 0x7f285fb7df70> # /usr/lib64/python3.12/__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 0x7f285fb7ee10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285fb7f470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb7e360> <<< 138029 1726888244.77089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888244.77103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888244.77136: 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 0x7f285fb7fef0> <<< 138029 1726888244.77154: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb7f620> <<< 138029 1726888244.77198: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb62660> <<< 138029 1726888244.77213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888244.77246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888244.77289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888244.77293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888244.77332: 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' <<< 138029 1726888244.77343: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f8f7e60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888244.77394: 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 0x7f285f924830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f924590> <<< 138029 1726888244.77431: 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 0x7f285f924860> <<< 138029 1726888244.77457: 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' <<< 138029 1726888244.77519: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888244.77651: 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 0x7f285f925190> <<< 138029 1726888244.77768: 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 0x7f285f925b80> <<< 138029 1726888244.77797: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f924a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8f6000> <<< 138029 1726888244.77829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888244.77861: 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 <<< 138029 1726888244.77911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f926f90> <<< 138029 1726888244.77916: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f925cd0> <<< 138029 1726888244.77929: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb62d50> <<< 138029 1726888244.77951: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888244.78011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888244.78030: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888244.78072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888244.78096: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f94f2f0> <<< 138029 1726888244.78154: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888244.78195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888244.78212: 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' <<< 138029 1726888244.78245: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f9736e0> <<< 138029 1726888244.78268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888244.78316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888244.78369: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888244.78413: 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 0x7f285f9d44d0> <<< 138029 1726888244.78421: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888244.78467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888244.78471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888244.78506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888244.78593: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f9d6c00> <<< 138029 1726888244.78677: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f9d45f0> <<< 138029 1726888244.78703: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f9994c0> <<< 138029 1726888244.78736: 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 0x7f285f3155b0> <<< 138029 1726888244.78766: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f9724e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f927ec0> <<< 138029 1726888244.78941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888244.78961: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f285f972840> <<< 138029 1726888244.79382: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_0au6g_re/ansible_stat_payload.zip' # zipimport: zlib available <<< 138029 1726888244.79662: 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' <<< 138029 1726888244.79694: 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 0x7f285f367320> import '_typing' # <<< 138029 1726888244.79889: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f34a210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f3493a0> <<< 138029 1726888244.79922: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 138029 1726888244.79978: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.79982: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888244.80002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.81372: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.82466: 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 0x7f285f3651c0> <<< 138029 1726888244.82511: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888244.82514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888244.82558: 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' <<< 138029 1726888244.82561: 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' <<< 138029 1726888244.82590: 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 0x7f285f392c90> <<< 138029 1726888244.82621: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f392a20> <<< 138029 1726888244.82661: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f392330> <<< 138029 1726888244.82686: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888244.82698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888244.82733: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f392d50> <<< 138029 1726888244.82773: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f367d40> import 'atexit' # <<< 138029 1726888244.82803: 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 0x7f285f3939b0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f393bf0> <<< 138029 1726888244.82821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888244.82876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888244.82880: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888244.82923: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f3b80b0> import 'pwd' # <<< 138029 1726888244.82966: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888244.82980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888244.83009: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f205eb0> <<< 138029 1726888244.83065: 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 0x7f285f207ad0> <<< 138029 1726888244.83090: 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' <<< 138029 1726888244.83114: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f2084d0> <<< 138029 1726888244.83133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888244.83186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888244.83202: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f2093d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888244.83258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888244.83292: 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' <<< 138029 1726888244.83313: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f2100e0> <<< 138029 1726888244.83358: 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 0x7f285f210200> <<< 138029 1726888244.83391: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f20a390> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888244.83424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888244.83471: 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' <<< 138029 1726888244.83479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888244.83540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888244.83544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888244.83554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f213ec0> import '_tokenize' # <<< 138029 1726888244.83633: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f2129c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f212750> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888244.83667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888244.83718: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f212c60> <<< 138029 1726888244.83773: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f20a8a0> <<< 138029 1726888244.83829: 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 0x7f285f258140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f258260> <<< 138029 1726888244.83833: 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 <<< 138029 1726888244.83862: 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' <<< 138029 1726888244.83910: 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 0x7f285f259e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f259c10> <<< 138029 1726888244.83934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888244.84017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888244.84084: 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 0x7f285f25c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f25a540> <<< 138029 1726888244.84097: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888244.84160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888244.84179: 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' # <<< 138029 1726888244.84215: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f25faa0> <<< 138029 1726888244.84335: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f25c560> <<< 138029 1726888244.84427: 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 0x7f285f260bf0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f260a10> <<< 138029 1726888244.84752: 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 0x7f285f260c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f258560> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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' <<< 138029 1726888244.84759: 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 0x7f285f0f0290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f0f1490> <<< 138029 1726888244.84762: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f262a20> <<< 138029 1726888244.84799: 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 0x7f285f263da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f262690> <<< 138029 1726888244.84802: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.84845: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888244.84849: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.84922: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.85038: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.85041: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888244.85078: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888244.85198: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.85313: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.85886: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.86363: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888244.86379: 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' # <<< 138029 1726888244.86402: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888244.86430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888244.86471: 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 0x7f285f0f55e0> <<< 138029 1726888244.86559: 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' <<< 138029 1726888244.86582: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f0f63c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fad6930> <<< 138029 1726888244.86626: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888244.86639: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.86675: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 138029 1726888244.86694: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.86832: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.87177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888244.87180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f0f63f0> # zipimport: zlib available <<< 138029 1726888244.87467: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.87907: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.87976: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.88053: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888244.88076: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.88103: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.88148: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888244.88152: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.88269: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.88308: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888244.88342: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888244.88357: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.88394: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.88441: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888244.88445: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.88669: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.88893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888244.88974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888244.88977: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888244.89045: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f0f75f0> # zipimport: zlib available <<< 138029 1726888244.89113: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.89212: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888244.89216: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888244.89239: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.89303: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.89319: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 138029 1726888244.89415: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.89444: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.89475: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.89538: 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 <<< 138029 1726888244.89582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888244.89654: 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 0x7f285f102270> <<< 138029 1726888244.89697: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f0ffe90> <<< 138029 1726888244.89734: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888244.89737: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888244.89808: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.89870: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.89896: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.89950: 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 <<< 138029 1726888244.89953: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888244.89998: 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 <<< 138029 1726888244.90001: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888244.90020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888244.90073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888244.90095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888244.90111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888244.90154: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f3e29f0> <<< 138029 1726888244.90199: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f3ca6c0> <<< 138029 1726888244.90289: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f102030> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f261040> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888244.90299: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.90327: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.90354: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888244.90411: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 138029 1726888244.90460: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888244.90473: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.90585: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.90812: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888244.92185: 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": 257949954, "dev": 51714, "nlink": 1, "atime": 1726888210.4591713, "mtime": 1726888206.3111417, "ctime": 1726888206.3111417, "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": "585673919", "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__ <<< 138029 1726888244.92533: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888244.92569: 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<<< 138029 1726888244.92585: 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 # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath <<< 138029 1726888244.92686: 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 <<< 138029 1726888244.92727: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888244.92936: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888244.92970: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888244.93000: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888244.93011: 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 <<< 138029 1726888244.93049: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888244.93075: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888244.93101: 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 # destroy _locale # destroy pwd <<< 138029 1726888244.93116: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888244.93130: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888244.93159: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 138029 1726888244.93179: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil <<< 138029 1726888244.93197: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888244.93242: 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 <<< 138029 1726888244.93278: 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 <<< 138029 1726888244.93295: 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 <<< 138029 1726888244.93329: 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 <<< 138029 1726888244.93339: 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 <<< 138029 1726888244.93365: 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 <<< 138029 1726888244.93387: 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 <<< 138029 1726888244.93536: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888244.93573: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888244.93592: 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 <<< 138029 1726888244.93640: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888244.93652: 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 <<< 138029 1726888244.93758: 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 <<< 138029 1726888244.93800: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888244.93803: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888244.93839: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 138029 1726888244.93842: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 138029 1726888244.94499: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888244.94515: stderr chunk (state=3): >>><<< 138029 1726888244.94523: stdout chunk (state=3): >>><<< 138029 1726888244.94629: _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 0x7f285fce83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fcb7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fcea960> 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 0x7f285fa98fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f285fa99fd0> 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 0x7f285fad7ec0> # /usr/lib64/python3.12/__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 0x7f285fad7f80> # /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 0x7f285fb0f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb0ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285faefb90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285faed2b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fad5070> # /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 0x7f285fb338c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb324e0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285faee180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb30ce0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb60920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fad42f0> # /usr/lib64/python3.12/__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 0x7f285fb60dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb60c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285fb61010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fad2e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f285fb61700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb613d0> 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 0x7f285fb62600> 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 0x7f285fb7c830> 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 0x7f285fb7df70> # /usr/lib64/python3.12/__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 0x7f285fb7ee10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285fb7f470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb7e360> # /usr/lib64/python3.12/__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 0x7f285fb7fef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb7f620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb62660> # /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 0x7f285f8f7e60> # /usr/lib64/python3.12/__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 0x7f285f924830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f924590> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f924860> # /usr/lib64/python3.12/__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 0x7f285f925190> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f925b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f924a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8f6000> # /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 0x7f285f926f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f925cd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fb62d50> # /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 0x7f285f94f2f0> # /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 0x7f285f9736e0> # /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 0x7f285f9d44d0> # /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 0x7f285f9d6c00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f9d45f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f9994c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f3155b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f9724e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f927ec0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f285f972840> # zipimport: found 30 names in '/tmp/ansible_stat_payload_0au6g_re/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 0x7f285f367320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f34a210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f3493a0> # 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 0x7f285f3651c0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f285f392c90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f392a20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f392330> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f285f392d50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f367d40> 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 0x7f285f3939b0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f393bf0> # /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 0x7f285f3b80b0> 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 0x7f285f205eb0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f207ad0> # /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 0x7f285f2084d0> # /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 0x7f285f2093d0> # /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 0x7f285f2100e0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f210200> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f20a390> # /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 0x7f285f213ec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f2129c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f212750> # /usr/lib64/python3.12/__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 0x7f285f212c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f20a8a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f258140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f258260> # /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 0x7f285f259e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f259c10> # /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 0x7f285f25c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f25a540> # /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 0x7f285f25faa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f25c560> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f260bf0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f260a10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f260c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f258560> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f285f0f0290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f0f1490> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f262a20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f263da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f262690> # 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 0x7f285f0f55e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f285f0f63c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285fad6930> 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 0x7f285f0f63f0> # 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 0x7f285f0f75f0> # 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 0x7f285f102270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f0ffe90> 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 0x7f285f3e29f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f3ca6c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f102030> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f261040> # 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": 257949954, "dev": 51714, "nlink": 1, "atime": 1726888210.4591713, "mtime": 1726888206.3111417, "ctime": 1726888206.3111417, "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": "585673919", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888244.95420: 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-1726888244.5982835-146171-50367029296491/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888244.95424: _low_level_execute_command(): starting 138029 1726888244.95426: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888244.5982835-146171-50367029296491/ > /dev/null 2>&1 && sleep 0' 138029 1726888244.95769: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888244.95783: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888244.95797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888244.95817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888244.95833: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888244.95862: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888244.95873: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888244.95934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888244.95972: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888244.95991: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888244.96011: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888244.96087: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888244.97959: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888244.97987: stdout chunk (state=3): >>><<< 138029 1726888244.97991: stderr chunk (state=3): >>><<< 138029 1726888244.98006: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888244.98163: handler run complete 138029 1726888244.98166: attempt loop complete, returning result 138029 1726888244.98169: _execute() done 138029 1726888244.98171: dumping result to json 138029 1726888244.98172: done dumping result, returning 138029 1726888244.98174: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-5a58-73a2-000000003a4f] 138029 1726888244.98176: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a4f 138029 1726888244.98250: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a4f 138029 1726888244.98253: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726888210.4591713, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "ctime": 1726888206.3111417, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 257949954, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726888206.3111417, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "585673919", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 138029 1726888244.98379: no more pending results, returning what we have 138029 1726888244.98382: results queue empty 138029 1726888244.98384: checking for any_errors_fatal 138029 1726888244.98391: done checking for any_errors_fatal 138029 1726888244.98392: checking for max_fail_percentage 138029 1726888244.98394: done checking for max_fail_percentage 138029 1726888244.98395: checking to see if all hosts have failed and the running result is not ok 138029 1726888244.98396: done checking to see if all hosts have failed 138029 1726888244.98396: getting the remaining hosts for this loop 138029 1726888244.98398: done getting the remaining hosts for this loop 138029 1726888244.98402: getting the next task for host managed_node3 138029 1726888244.98409: done getting next task for host managed_node3 138029 1726888244.98412: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 138029 1726888244.98416: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888244.98429: getting variables 138029 1726888244.98430: in VariableManager get_vars() 138029 1726888244.98583: Calling all_inventory to load vars for managed_node3 138029 1726888244.98591: Calling groups_inventory to load vars for managed_node3 138029 1726888244.98593: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888244.98604: Calling all_plugins_play to load vars for managed_node3 138029 1726888244.98608: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888244.98610: Calling groups_plugins_play to load vars for managed_node3 138029 1726888244.99493: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888245.00123: done with get_vars() 138029 1726888245.00140: 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:10:45 -0400 (0:00:00.453) 0:04:17.726 ****** 138029 1726888245.00248: entering _queue_task() for managed_node3/lineinfile 138029 1726888245.00587: worker is 1 (out of 1 available) 138029 1726888245.00599: exiting _queue_task() for managed_node3/lineinfile 138029 1726888245.00613: done queuing things up, now waiting for results queue to drain 138029 1726888245.00615: waiting for pending results... 138029 1726888245.00980: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 138029 1726888245.01162: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a50 138029 1726888245.01166: variable 'ansible_search_path' from source: unknown 138029 1726888245.01169: variable 'ansible_search_path' from source: unknown 138029 1726888245.01172: calling self._execute() 138029 1726888245.01272: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.01282: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.01302: variable 'omit' from source: magic vars 138029 1726888245.01716: variable '__storage_fstab' from source: set_fact 138029 1726888245.01768: Evaluated conditional (__storage_fstab.stat.exists): True 138029 1726888245.01932: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888245.02230: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888245.02290: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888245.02328: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888245.02371: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888245.02458: variable 'blivet_output' from source: set_fact 138029 1726888245.02561: Evaluated conditional (blivet_output is changed): True 138029 1726888245.02564: variable 'omit' from source: magic vars 138029 1726888245.02569: variable 'omit' from source: magic vars 138029 1726888245.02607: variable '__str' from source: task vars 138029 1726888245.02683: variable '__str' from source: task vars 138029 1726888245.02697: variable '__str' from source: task vars 138029 1726888245.02818: variable '__str' from source: task vars 138029 1726888245.02821: variable 'omit' from source: magic vars 138029 1726888245.02825: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888245.02860: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888245.02882: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888245.03512: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888245.03529: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888245.03552: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888245.03582: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888245.03691: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888245.03694: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.03696: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.03757: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888245.03770: Set connection var ansible_timeout to 10 138029 1726888245.03783: Set connection var ansible_pipelining to False 138029 1726888245.03796: Set connection var ansible_shell_type to sh 138029 1726888245.03806: Set connection var ansible_connection to ssh 138029 1726888245.03816: Set connection var ansible_shell_executable to /bin/sh 138029 1726888245.03845: variable 'ansible_shell_executable' from source: unknown 138029 1726888245.03907: variable 'ansible_connection' from source: unknown 138029 1726888245.03910: variable 'ansible_module_compression' from source: unknown 138029 1726888245.03913: variable 'ansible_shell_type' from source: unknown 138029 1726888245.03915: variable 'ansible_shell_executable' from source: unknown 138029 1726888245.03917: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.03919: variable 'ansible_pipelining' from source: unknown 138029 1726888245.03921: variable 'ansible_timeout' from source: unknown 138029 1726888245.03923: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.04124: 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) 138029 1726888245.04128: variable 'omit' from source: magic vars 138029 1726888245.04130: starting attempt loop 138029 1726888245.04132: running the handler 138029 1726888245.04134: _low_level_execute_command(): starting 138029 1726888245.04136: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888245.04842: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888245.04861: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888245.04918: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888245.04987: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888245.05006: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888245.05035: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888245.05124: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888245.06713: stdout chunk (state=3): >>>/root <<< 138029 1726888245.06866: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888245.06869: stdout chunk (state=3): >>><<< 138029 1726888245.06871: stderr chunk (state=3): >>><<< 138029 1726888245.06966: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888245.06977: _low_level_execute_command(): starting 138029 1726888245.06982: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888245.0689433-146195-210476722936859 `" && echo ansible-tmp-1726888245.0689433-146195-210476722936859="` echo /root/.ansible/tmp/ansible-tmp-1726888245.0689433-146195-210476722936859 `" ) && sleep 0' 138029 1726888245.07520: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888245.07534: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888245.07548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888245.07566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888245.07624: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888245.07668: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888245.07685: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888245.07704: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888245.07852: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888245.09787: stdout chunk (state=3): >>>ansible-tmp-1726888245.0689433-146195-210476722936859=/root/.ansible/tmp/ansible-tmp-1726888245.0689433-146195-210476722936859 <<< 138029 1726888245.09924: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888245.09953: stdout chunk (state=3): >>><<< 138029 1726888245.09959: stderr chunk (state=3): >>><<< 138029 1726888245.10162: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888245.0689433-146195-210476722936859=/root/.ansible/tmp/ansible-tmp-1726888245.0689433-146195-210476722936859 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888245.10166: variable 'ansible_module_compression' from source: unknown 138029 1726888245.10169: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.lineinfile-ZIP_DEFLATED 138029 1726888245.10171: variable 'ansible_facts' from source: unknown 138029 1726888245.10223: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888245.0689433-146195-210476722936859/AnsiballZ_lineinfile.py 138029 1726888245.10375: Sending initial data 138029 1726888245.10384: Sent initial data (161 bytes) 138029 1726888245.10986: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888245.11064: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888245.11108: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888245.11125: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888245.11143: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888245.11227: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888245.12752: 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 <<< 138029 1726888245.12829: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888245.12887: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpnuyqs9qe /root/.ansible/tmp/ansible-tmp-1726888245.0689433-146195-210476722936859/AnsiballZ_lineinfile.py <<< 138029 1726888245.12909: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888245.0689433-146195-210476722936859/AnsiballZ_lineinfile.py" <<< 138029 1726888245.12952: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpnuyqs9qe" to remote "/root/.ansible/tmp/ansible-tmp-1726888245.0689433-146195-210476722936859/AnsiballZ_lineinfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888245.0689433-146195-210476722936859/AnsiballZ_lineinfile.py" <<< 138029 1726888245.13734: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888245.13897: stderr chunk (state=3): >>><<< 138029 1726888245.13900: stdout chunk (state=3): >>><<< 138029 1726888245.13902: done transferring module to remote 138029 1726888245.13904: _low_level_execute_command(): starting 138029 1726888245.13906: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888245.0689433-146195-210476722936859/ /root/.ansible/tmp/ansible-tmp-1726888245.0689433-146195-210476722936859/AnsiballZ_lineinfile.py && sleep 0' 138029 1726888245.14443: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888245.14460: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888245.14478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888245.14504: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888245.14522: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888245.14534: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888245.14615: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888245.14651: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888245.14669: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888245.14691: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888245.14774: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888245.16513: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888245.16522: stdout chunk (state=3): >>><<< 138029 1726888245.16532: stderr chunk (state=3): >>><<< 138029 1726888245.16639: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888245.16642: _low_level_execute_command(): starting 138029 1726888245.16645: _low_level_execute_command(): using become for this command 138029 1726888245.16648: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-brwhjsqlodlksfcxhrrqxujjznakmrzy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888245.0689433-146195-210476722936859/AnsiballZ_lineinfile.py'"'"' && sleep 0' 138029 1726888245.16884: Initial state: awaiting_escalation: BECOME-SUCCESS-brwhjsqlodlksfcxhrrqxujjznakmrzy 138029 1726888245.17300: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888245.17304: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888245.17348: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888245.17397: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888245.20213: stdout chunk (state=1): >>>BECOME-SUCCESS-brwhjsqlodlksfcxhrrqxujjznakmrzy <<< 138029 1726888245.20235: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-brwhjsqlodlksfcxhrrqxujjznakmrzy' 138029 1726888245.20535: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888245.20575: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888245.20594: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888245.20616: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888245.20754: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888245.20779: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888245.20841: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888245.20844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888245.20874: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 138029 1726888245.20911: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888245.20965: 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 0x7fd30e4183e0> <<< 138029 1726888245.20972: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e3e7a10> <<< 138029 1726888245.21004: 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 0x7fd30e41a960> import '_signal' # <<< 138029 1726888245.21060: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888245.21087: stdout chunk (state=3): >>>import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 138029 1726888245.21184: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888245.21236: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888245.21244: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888245.21295: 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' <<< 138029 1726888245.21298: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888245.21372: 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 <<< 138029 1726888245.21398: 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 0x7fd30e1e8fe0> <<< 138029 1726888245.21426: 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' <<< 138029 1726888245.21440: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e1e9fd0> <<< 138029 1726888245.21477: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888245.21498: 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. <<< 138029 1726888245.21863: 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 <<< 138029 1726888245.22147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e22fe60> <<< 138029 1726888245.22151: 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 0x7fd30e22ff20> # /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 0x7fd30e25f890> <<< 138029 1726888245.22154: 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 0x7fd30e25ff20> <<< 138029 1726888245.22159: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888245.22196: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e23fb30> <<< 138029 1726888245.22228: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888245.22245: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e23d250> <<< 138029 1726888245.22338: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e22d010> <<< 138029 1726888245.22381: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888245.22389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888245.22426: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888245.22445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888245.22473: 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' <<< 138029 1726888245.22499: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2837d0> <<< 138029 1726888245.22513: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2823f0> <<< 138029 1726888245.22551: 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 0x7fd30e23e240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e280c20> <<< 138029 1726888245.22598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888245.22627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2b4830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e22c290> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888245.22679: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888245.22706: 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 0x7fd30e2b4ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2b4b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888245.22727: 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 0x7fd30e2b4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e222db0> <<< 138029 1726888245.22759: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888245.22811: 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 <<< 138029 1726888245.22815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888245.22858: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2b5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2b5310> import 'importlib.machinery' # <<< 138029 1726888245.22896: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888245.22900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 138029 1726888245.22918: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2b6510> import 'importlib.util' # import 'runpy' # <<< 138029 1726888245.22938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888245.22957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888245.22996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888245.23032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2cc740> import 'errno' # <<< 138029 1726888245.23035: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888245.23091: 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 0x7fd30e2cde50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888245.23099: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888245.23126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2cecf0> <<< 138029 1726888245.23153: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888245.23198: 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 0x7fd30e2cf2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2ce240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888245.23201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888245.23261: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888245.23266: 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 0x7fd30e2cfd70> <<< 138029 1726888245.23290: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2cf4a0> <<< 138029 1726888245.23315: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2b6570> <<< 138029 1726888245.23358: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888245.23362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888245.23390: 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' <<< 138029 1726888245.23420: 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 0x7fd30e067c50> <<< 138029 1726888245.23479: 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' <<< 138029 1726888245.23482: 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 0x7fd30e0906b0> <<< 138029 1726888245.23514: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e090410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd30e0906e0> <<< 138029 1726888245.23546: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888245.23549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888245.23611: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888245.23735: 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 0x7fd30e091010> <<< 138029 1726888245.23852: 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 0x7fd30e0919d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e0908c0> <<< 138029 1726888245.23889: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e065df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888245.23927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888245.23970: 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 0x7fd30e092db0> <<< 138029 1726888245.23992: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e091af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2b6c60> <<< 138029 1726888245.24017: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888245.24082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888245.24099: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888245.24145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888245.24180: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e0bf0b0> <<< 138029 1726888245.24215: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888245.24251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888245.24272: 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' <<< 138029 1726888245.24328: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e0e3470> <<< 138029 1726888245.24331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888245.24377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888245.24425: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888245.24472: 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 0x7fd30e140260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888245.24526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888245.24532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888245.24576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888245.24660: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e1429c0> <<< 138029 1726888245.24733: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e140380> <<< 138029 1726888245.24789: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e10d250> <<< 138029 1726888245.24809: 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 0x7fd30df453a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e0e2270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e093cb0> <<< 138029 1726888245.25098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888245.25123: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd30e0e2390> <<< 138029 1726888245.25562: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_vncwr7eu/ansible_lineinfile_payload.zip' # zipimport: zlib available <<< 138029 1726888245.25659: stdout chunk (state=3): >>># zipimport: zlib available<<< 138029 1726888245.25697: stdout chunk (state=3): >>> <<< 138029 1726888245.25714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888245.25734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888245.25782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888245.25858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888245.25890: 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' <<< 138029 1726888245.25917: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30df9b0e0> <<< 138029 1726888245.25929: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888245.26094: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30df79fd0> <<< 138029 1726888245.26097: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30df79130> # zipimport: zlib available <<< 138029 1726888245.26129: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888245.26166: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.26169: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.26186: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888245.26197: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.27587: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.28694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888245.28722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30df98fb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888245.28737: 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 <<< 138029 1726888245.28776: 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 <<< 138029 1726888245.28810: 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 0x7fd30dfc6a20> <<< 138029 1726888245.28835: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30dfc67e0> <<< 138029 1726888245.28888: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30dfc60f0> <<< 138029 1726888245.28916: 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' <<< 138029 1726888245.28951: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30dfc6b10> <<< 138029 1726888245.28977: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30df9bd70> 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 0x7fd30dfc7770> <<< 138029 1726888245.29029: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888245.29040: 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 0x7fd30dfc79b0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888245.29069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888245.29088: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888245.29140: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30dfc7ef0> import 'pwd' # <<< 138029 1726888245.29157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888245.29183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888245.29216: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d915ca0> <<< 138029 1726888245.29256: 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 0x7fd30d9178c0> <<< 138029 1726888245.29283: 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' <<< 138029 1726888245.29337: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d918290> <<< 138029 1726888245.29371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888245.29389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888245.29414: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d919430> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888245.29461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888245.29485: 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' <<< 138029 1726888245.29526: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d91bf20> <<< 138029 1726888245.29586: 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 0x7fd30e222ea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d91a1e0> <<< 138029 1726888245.29622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888245.29625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888245.29659: 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' <<< 138029 1726888245.29693: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888245.29706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888245.29742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888245.29758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d923e90> import '_tokenize' # <<< 138029 1726888245.29846: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d922960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d9226c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888245.29924: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d922c30> <<< 138029 1726888245.29945: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d91a6f0> <<< 138029 1726888245.29985: 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 0x7fd30d967ef0> <<< 138029 1726888245.30015: 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 0x7fd30d968230> <<< 138029 1726888245.30039: 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' <<< 138029 1726888245.30071: 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' <<< 138029 1726888245.30121: 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 0x7fd30d969cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d969a90> <<< 138029 1726888245.30125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888245.30223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888245.30287: 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 0x7fd30d96c230> <<< 138029 1726888245.30309: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d96a390> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888245.30368: 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 <<< 138029 1726888245.30380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888245.30421: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d96fa10> <<< 138029 1726888245.30539: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d96c3e0> <<< 138029 1726888245.30619: 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 0x7fd30d970830> <<< 138029 1726888245.30638: 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 0x7fd30d970a10> <<< 138029 1726888245.30696: 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 0x7fd30d970da0> <<< 138029 1726888245.30700: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d968440> <<< 138029 1726888245.30747: 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 <<< 138029 1726888245.30785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888245.30790: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888245.30804: 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 0x7fd30d9fc350> <<< 138029 1726888245.30953: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888245.30965: 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 0x7fd30d9fd790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d972b10> <<< 138029 1726888245.31037: 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 0x7fd30d973ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d972780> # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888245.31041: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888245.31051: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.31125: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.31230: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888245.31271: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.31282: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888245.31401: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.31603: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.32026: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.32556: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888245.32632: 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' <<< 138029 1726888245.32654: 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 0x7fd30d801a00> <<< 138029 1726888245.32724: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888245.32749: 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 0x7fd30d802780> <<< 138029 1726888245.32770: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d9fda90> <<< 138029 1726888245.32810: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888245.32828: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.32860: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.32874: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888245.33013: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.33174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888245.33177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d802e70> <<< 138029 1726888245.33200: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.33639: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.34144: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888245.34221: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888245.34235: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.34267: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.34306: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888245.34381: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.34477: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888245.34488: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888245.34511: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888245.34554: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.34593: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888245.34607: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.34825: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.35059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888245.35126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888245.35130: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888245.35199: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d803a70> <<< 138029 1726888245.35201: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.35268: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.35420: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888245.35474: 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 # zipimport: zlib available import 'ansible.module_utils.common.locale' # <<< 138029 1726888245.35478: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.35515: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.35560: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.35612: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.35685: 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 <<< 138029 1726888245.35712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888245.35797: 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 0x7fd30d80e510> <<< 138029 1726888245.35822: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d809c70> <<< 138029 1726888245.35870: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888245.35929: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.36011: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.36025: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.36069: 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' <<< 138029 1726888245.36095: 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' <<< 138029 1726888245.36133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888245.36202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888245.36220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888245.36223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888245.36274: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d902d80> <<< 138029 1726888245.36403: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30dffaa50> <<< 138029 1726888245.36595: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d80e630> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d915b80> # 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 <<< 138029 1726888245.36795: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.37105: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888245.37803: 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}}} <<< 138029 1726888245.37807: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888245.38304: 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.modules # destroy ansible.modules <<< 138029 1726888245.38545: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888245.38548: 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 <<< 138029 1726888245.38551: 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 <<< 138029 1726888245.38553: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888245.38604: 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 # destroy _posixsubprocess <<< 138029 1726888245.38637: 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 <<< 138029 1726888245.38683: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 138029 1726888245.38720: 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 <<< 138029 1726888245.38788: 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 <<< 138029 1726888245.38792: 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 <<< 138029 1726888245.38810: 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 # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888245.38962: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 138029 1726888245.39074: 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 <<< 138029 1726888245.39078: 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 <<< 138029 1726888245.39136: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888245.39183: 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 <<< 138029 1726888245.39284: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888245.39810: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888245.39822: stderr chunk (state=3): >>><<< 138029 1726888245.39831: stdout chunk (state=3): >>><<< 138029 1726888245.40227: _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 0x7fd30e4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e3e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e41a960> 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 0x7fd30e1e8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fd30e1e9fd0> 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 0x7fd30e22fe60> # /usr/lib64/python3.12/__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 0x7fd30e22ff20> # /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 0x7fd30e25f890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e25ff20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e23fb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e23d250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e22d010> # /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 0x7fd30e2837d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2823f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e23e240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e280c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2b4830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e22c290> # /usr/lib64/python3.12/__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 0x7fd30e2b4ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2b4b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd30e2b4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e222db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fd30e2b5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2b5310> 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 0x7fd30e2b6510> 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 0x7fd30e2cc740> 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 0x7fd30e2cde50> # /usr/lib64/python3.12/__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 0x7fd30e2cecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd30e2cf2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2ce240> # /usr/lib64/python3.12/__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 0x7fd30e2cfd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2cf4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2b6570> # /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 0x7fd30e067c50> # /usr/lib64/python3.12/__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 0x7fd30e0906b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e090410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd30e0906e0> # /usr/lib64/python3.12/__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 0x7fd30e091010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd30e0919d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e0908c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e065df0> # /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 0x7fd30e092db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e091af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e2b6c60> # /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 0x7fd30e0bf0b0> # /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 0x7fd30e0e3470> # /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 0x7fd30e140260> # /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 0x7fd30e1429c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e140380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e10d250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30df453a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e0e2270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30e093cb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd30e0e2390> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_vncwr7eu/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 0x7fd30df9b0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30df79fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30df79130> # 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 0x7fd30df98fb0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fd30dfc6a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30dfc67e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30dfc60f0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fd30dfc6b10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30df9bd70> 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 0x7fd30dfc7770> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd30dfc79b0> # /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 0x7fd30dfc7ef0> 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 0x7fd30d915ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd30d9178c0> # /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 0x7fd30d918290> # /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 0x7fd30d919430> # /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 0x7fd30d91bf20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd30e222ea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d91a1e0> # /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 0x7fd30d923e90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d922960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d9226c0> # /usr/lib64/python3.12/__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 0x7fd30d922c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d91a6f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd30d967ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d968230> # /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 0x7fd30d969cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d969a90> # /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 0x7fd30d96c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d96a390> # /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 0x7fd30d96fa10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d96c3e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd30d970830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd30d970a10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd30d970da0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d968440> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fd30d9fc350> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd30d9fd790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d972b10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd30d973ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d972780> # 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 0x7fd30d801a00> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fd30d802780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d9fda90> 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 0x7fd30d802e70> # 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 0x7fd30d803a70> # 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 0x7fd30d80e510> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d809c70> 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 0x7fd30d902d80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30dffaa50> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d80e630> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd30d915b80> # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888245.41009: 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-1726888245.0689433-146195-210476722936859/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888245.41012: _low_level_execute_command(): starting 138029 1726888245.41015: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888245.0689433-146195-210476722936859/ > /dev/null 2>&1 && sleep 0' 138029 1726888245.41672: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888245.41676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888245.41679: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888245.41681: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888245.41684: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888245.41767: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888245.41875: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888245.41977: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888245.43805: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888245.43846: stderr chunk (state=3): >>><<< 138029 1726888245.44163: stdout chunk (state=3): >>><<< 138029 1726888245.44170: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888245.44172: handler run complete 138029 1726888245.44175: attempt loop complete, returning result 138029 1726888245.44177: _execute() done 138029 1726888245.44179: dumping result to json 138029 1726888245.44181: done dumping result, returning 138029 1726888245.44183: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-5a58-73a2-000000003a50] 138029 1726888245.44186: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a50 138029 1726888245.44274: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a50 138029 1726888245.44278: WORKER PROCESS EXITING ok: [managed_node3] => { "backup": "", "changed": false } 138029 1726888245.44454: no more pending results, returning what we have 138029 1726888245.44460: results queue empty 138029 1726888245.44462: checking for any_errors_fatal 138029 1726888245.44474: done checking for any_errors_fatal 138029 1726888245.44475: checking for max_fail_percentage 138029 1726888245.44477: done checking for max_fail_percentage 138029 1726888245.44478: checking to see if all hosts have failed and the running result is not ok 138029 1726888245.44479: done checking to see if all hosts have failed 138029 1726888245.44480: getting the remaining hosts for this loop 138029 1726888245.44482: done getting the remaining hosts for this loop 138029 1726888245.44485: getting the next task for host managed_node3 138029 1726888245.44493: done getting next task for host managed_node3 138029 1726888245.44497: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 138029 1726888245.44501: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888245.44515: getting variables 138029 1726888245.44517: in VariableManager get_vars() 138029 1726888245.44782: Calling all_inventory to load vars for managed_node3 138029 1726888245.44786: Calling groups_inventory to load vars for managed_node3 138029 1726888245.44790: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888245.44801: Calling all_plugins_play to load vars for managed_node3 138029 1726888245.44804: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888245.44807: Calling groups_plugins_play to load vars for managed_node3 138029 1726888245.46272: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888245.46900: done with get_vars() 138029 1726888245.46915: 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:10:45 -0400 (0:00:00.467) 0:04:18.193 ****** 138029 1726888245.47020: entering _queue_task() for managed_node3/systemd 138029 1726888245.47346: worker is 1 (out of 1 available) 138029 1726888245.47361: exiting _queue_task() for managed_node3/systemd 138029 1726888245.47376: done queuing things up, now waiting for results queue to drain 138029 1726888245.47378: waiting for pending results... 138029 1726888245.47851: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 138029 1726888245.47927: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a52 138029 1726888245.47963: variable 'ansible_search_path' from source: unknown 138029 1726888245.47975: variable 'ansible_search_path' from source: unknown 138029 1726888245.48032: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888245.48311: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888245.48386: dumping result to json 138029 1726888245.48396: done dumping result, returning 138029 1726888245.48410: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-5a58-73a2-000000003a52] 138029 1726888245.48423: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a52 138029 1726888245.48575: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a52 138029 1726888245.48579: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888245.48646: no more pending results, returning what we have 138029 1726888245.48650: results queue empty 138029 1726888245.48651: checking for any_errors_fatal 138029 1726888245.48675: done checking for any_errors_fatal 138029 1726888245.48677: checking for max_fail_percentage 138029 1726888245.48679: done checking for max_fail_percentage 138029 1726888245.48680: checking to see if all hosts have failed and the running result is not ok 138029 1726888245.48680: done checking to see if all hosts have failed 138029 1726888245.48681: getting the remaining hosts for this loop 138029 1726888245.48683: done getting the remaining hosts for this loop 138029 1726888245.48687: getting the next task for host managed_node3 138029 1726888245.48698: done getting next task for host managed_node3 138029 1726888245.48704: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 138029 1726888245.48710: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888245.48741: getting variables 138029 1726888245.48743: in VariableManager get_vars() 138029 1726888245.48993: Calling all_inventory to load vars for managed_node3 138029 1726888245.48996: Calling groups_inventory to load vars for managed_node3 138029 1726888245.48998: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888245.49007: Calling all_plugins_play to load vars for managed_node3 138029 1726888245.49010: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888245.49013: Calling groups_plugins_play to load vars for managed_node3 138029 1726888245.49640: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888245.50260: done with get_vars() 138029 1726888245.50280: done getting variables 138029 1726888245.50330: 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:10:45 -0400 (0:00:00.033) 0:04:18.227 ****** 138029 1726888245.50366: entering _queue_task() for managed_node3/debug 138029 1726888245.50793: worker is 1 (out of 1 available) 138029 1726888245.50804: exiting _queue_task() for managed_node3/debug 138029 1726888245.50813: done queuing things up, now waiting for results queue to drain 138029 1726888245.50815: waiting for pending results... 138029 1726888245.51057: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output 138029 1726888245.51191: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a54 138029 1726888245.51262: variable 'ansible_search_path' from source: unknown 138029 1726888245.51269: variable 'ansible_search_path' from source: unknown 138029 1726888245.51272: calling self._execute() 138029 1726888245.51391: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.51402: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.51414: variable 'omit' from source: magic vars 138029 1726888245.51536: variable 'omit' from source: magic vars 138029 1726888245.51629: variable 'omit' from source: magic vars 138029 1726888245.51676: variable 'omit' from source: magic vars 138029 1726888245.51730: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888245.51808: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888245.51814: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888245.51837: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888245.51852: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888245.51917: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888245.51919: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888245.51934: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888245.51941: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.51947: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.52094: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888245.52105: Set connection var ansible_timeout to 10 138029 1726888245.52116: Set connection var ansible_pipelining to False 138029 1726888245.52123: Set connection var ansible_shell_type to sh 138029 1726888245.52245: Set connection var ansible_connection to ssh 138029 1726888245.52249: Set connection var ansible_shell_executable to /bin/sh 138029 1726888245.52251: variable 'ansible_shell_executable' from source: unknown 138029 1726888245.52254: variable 'ansible_connection' from source: unknown 138029 1726888245.52258: variable 'ansible_module_compression' from source: unknown 138029 1726888245.52260: variable 'ansible_shell_type' from source: unknown 138029 1726888245.52263: variable 'ansible_shell_executable' from source: unknown 138029 1726888245.52268: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.52270: variable 'ansible_pipelining' from source: unknown 138029 1726888245.52272: variable 'ansible_timeout' from source: unknown 138029 1726888245.52274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.52401: 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) 138029 1726888245.52421: variable 'omit' from source: magic vars 138029 1726888245.52431: starting attempt loop 138029 1726888245.52438: running the handler 138029 1726888245.52504: variable 'blivet_output' from source: set_fact 138029 1726888245.52735: variable 'blivet_output' from source: set_fact 138029 1726888245.53116: handler run complete 138029 1726888245.53170: attempt loop complete, returning result 138029 1726888245.53178: _execute() done 138029 1726888245.53186: dumping result to json 138029 1726888245.53199: done dumping result, returning 138029 1726888245.53212: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-5a58-73a2-000000003a54] 138029 1726888245.53231: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a54 ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/vg1" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "mdadm" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } 138029 1726888245.53893: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a54 138029 1726888245.53897: WORKER PROCESS EXITING 138029 1726888245.53915: no more pending results, returning what we have 138029 1726888245.53923: results queue empty 138029 1726888245.53925: checking for any_errors_fatal 138029 1726888245.53932: done checking for any_errors_fatal 138029 1726888245.53933: checking for max_fail_percentage 138029 1726888245.53935: done checking for max_fail_percentage 138029 1726888245.53936: checking to see if all hosts have failed and the running result is not ok 138029 1726888245.53937: done checking to see if all hosts have failed 138029 1726888245.53938: getting the remaining hosts for this loop 138029 1726888245.53939: done getting the remaining hosts for this loop 138029 1726888245.53942: getting the next task for host managed_node3 138029 1726888245.53953: done getting next task for host managed_node3 138029 1726888245.53958: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 138029 1726888245.53962: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888245.53977: getting variables 138029 1726888245.53978: in VariableManager get_vars() 138029 1726888245.54010: Calling all_inventory to load vars for managed_node3 138029 1726888245.54013: Calling groups_inventory to load vars for managed_node3 138029 1726888245.54015: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888245.54024: Calling all_plugins_play to load vars for managed_node3 138029 1726888245.54027: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888245.54030: Calling groups_plugins_play to load vars for managed_node3 138029 1726888245.54606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888245.55241: done with get_vars() 138029 1726888245.55262: done getting variables 138029 1726888245.55319: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:45 -0400 (0:00:00.049) 0:04:18.277 ****** 138029 1726888245.55361: entering _queue_task() for managed_node3/set_fact 138029 1726888245.55642: worker is 1 (out of 1 available) 138029 1726888245.55654: exiting _queue_task() for managed_node3/set_fact 138029 1726888245.55669: done queuing things up, now waiting for results queue to drain 138029 1726888245.55671: waiting for pending results... 138029 1726888245.55998: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 138029 1726888245.56204: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a55 138029 1726888245.56226: variable 'ansible_search_path' from source: unknown 138029 1726888245.56261: variable 'ansible_search_path' from source: unknown 138029 1726888245.56285: calling self._execute() 138029 1726888245.56433: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.56446: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.56514: variable 'omit' from source: magic vars 138029 1726888245.56597: variable 'omit' from source: magic vars 138029 1726888245.56684: variable 'omit' from source: magic vars 138029 1726888245.56974: variable 'blivet_output' from source: set_fact 138029 1726888245.57147: variable 'omit' from source: magic vars 138029 1726888245.57208: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888245.57250: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888245.57460: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888245.57467: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888245.57470: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888245.57472: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888245.57475: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888245.57477: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888245.57479: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.57481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.57543: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888245.57557: Set connection var ansible_timeout to 10 138029 1726888245.57573: Set connection var ansible_pipelining to False 138029 1726888245.57580: Set connection var ansible_shell_type to sh 138029 1726888245.57586: Set connection var ansible_connection to ssh 138029 1726888245.57604: Set connection var ansible_shell_executable to /bin/sh 138029 1726888245.57637: variable 'ansible_shell_executable' from source: unknown 138029 1726888245.57647: variable 'ansible_connection' from source: unknown 138029 1726888245.57656: variable 'ansible_module_compression' from source: unknown 138029 1726888245.57667: variable 'ansible_shell_type' from source: unknown 138029 1726888245.57675: variable 'ansible_shell_executable' from source: unknown 138029 1726888245.57682: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.57706: variable 'ansible_pipelining' from source: unknown 138029 1726888245.57709: variable 'ansible_timeout' from source: unknown 138029 1726888245.57712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.57925: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888245.57929: variable 'omit' from source: magic vars 138029 1726888245.57932: starting attempt loop 138029 1726888245.57934: running the handler 138029 1726888245.57937: handler run complete 138029 1726888245.57939: attempt loop complete, returning result 138029 1726888245.57941: _execute() done 138029 1726888245.57943: dumping result to json 138029 1726888245.57952: done dumping result, returning 138029 1726888245.57972: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-5a58-73a2-000000003a55] 138029 1726888245.57983: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a55 ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } 138029 1726888245.58303: no more pending results, returning what we have 138029 1726888245.58306: results queue empty 138029 1726888245.58307: checking for any_errors_fatal 138029 1726888245.58335: done checking for any_errors_fatal 138029 1726888245.58336: checking for max_fail_percentage 138029 1726888245.58338: done checking for max_fail_percentage 138029 1726888245.58338: checking to see if all hosts have failed and the running result is not ok 138029 1726888245.58340: done checking to see if all hosts have failed 138029 1726888245.58340: getting the remaining hosts for this loop 138029 1726888245.58342: done getting the remaining hosts for this loop 138029 1726888245.58345: getting the next task for host managed_node3 138029 1726888245.58352: done getting next task for host managed_node3 138029 1726888245.58460: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 138029 1726888245.58470: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888245.58481: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a55 138029 1726888245.58484: WORKER PROCESS EXITING 138029 1726888245.58494: getting variables 138029 1726888245.58496: in VariableManager get_vars() 138029 1726888245.58536: Calling all_inventory to load vars for managed_node3 138029 1726888245.58539: Calling groups_inventory to load vars for managed_node3 138029 1726888245.58541: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888245.58552: Calling all_plugins_play to load vars for managed_node3 138029 1726888245.58558: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888245.58571: Calling groups_plugins_play to load vars for managed_node3 138029 1726888245.59324: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888245.59987: done with get_vars() 138029 1726888245.60002: done getting variables 138029 1726888245.60059: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:45 -0400 (0:00:00.047) 0:04:18.324 ****** 138029 1726888245.60100: entering _queue_task() for managed_node3/set_fact 138029 1726888245.60457: worker is 1 (out of 1 available) 138029 1726888245.60474: exiting _queue_task() for managed_node3/set_fact 138029 1726888245.60486: done queuing things up, now waiting for results queue to drain 138029 1726888245.60488: waiting for pending results... 138029 1726888245.60784: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 138029 1726888245.60985: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a56 138029 1726888245.61009: variable 'ansible_search_path' from source: unknown 138029 1726888245.61020: variable 'ansible_search_path' from source: unknown 138029 1726888245.61069: calling self._execute() 138029 1726888245.61235: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.61239: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.61242: variable 'omit' from source: magic vars 138029 1726888245.61374: variable 'omit' from source: magic vars 138029 1726888245.61469: variable 'omit' from source: magic vars 138029 1726888245.61783: variable 'blivet_output' from source: set_fact 138029 1726888245.61838: variable 'omit' from source: magic vars 138029 1726888245.61893: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888245.61938: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888245.61968: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888245.62023: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888245.62027: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888245.62039: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888245.62062: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888245.62107: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888245.62131: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.62134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.62261: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888245.62324: Set connection var ansible_timeout to 10 138029 1726888245.62328: Set connection var ansible_pipelining to False 138029 1726888245.62330: Set connection var ansible_shell_type to sh 138029 1726888245.62332: Set connection var ansible_connection to ssh 138029 1726888245.62334: Set connection var ansible_shell_executable to /bin/sh 138029 1726888245.62336: variable 'ansible_shell_executable' from source: unknown 138029 1726888245.62340: variable 'ansible_connection' from source: unknown 138029 1726888245.62353: variable 'ansible_module_compression' from source: unknown 138029 1726888245.62363: variable 'ansible_shell_type' from source: unknown 138029 1726888245.62373: variable 'ansible_shell_executable' from source: unknown 138029 1726888245.62381: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.62389: variable 'ansible_pipelining' from source: unknown 138029 1726888245.62396: variable 'ansible_timeout' from source: unknown 138029 1726888245.62433: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.62544: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888245.62568: variable 'omit' from source: magic vars 138029 1726888245.62579: starting attempt loop 138029 1726888245.62586: running the handler 138029 1726888245.62672: handler run complete 138029 1726888245.62676: attempt loop complete, returning result 138029 1726888245.62678: _execute() done 138029 1726888245.62680: dumping result to json 138029 1726888245.62682: done dumping result, returning 138029 1726888245.62685: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-5a58-73a2-000000003a56] 138029 1726888245.62687: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a56 138029 1726888245.62759: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a56 138029 1726888245.62762: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 138029 1726888245.62854: no more pending results, returning what we have 138029 1726888245.62860: results queue empty 138029 1726888245.62861: checking for any_errors_fatal 138029 1726888245.62875: done checking for any_errors_fatal 138029 1726888245.62875: checking for max_fail_percentage 138029 1726888245.62877: done checking for max_fail_percentage 138029 1726888245.62878: checking to see if all hosts have failed and the running result is not ok 138029 1726888245.62879: done checking to see if all hosts have failed 138029 1726888245.62879: getting the remaining hosts for this loop 138029 1726888245.62881: done getting the remaining hosts for this loop 138029 1726888245.62961: getting the next task for host managed_node3 138029 1726888245.62971: done getting next task for host managed_node3 138029 1726888245.62975: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 138029 1726888245.62980: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888245.63160: getting variables 138029 1726888245.63162: in VariableManager get_vars() 138029 1726888245.63197: Calling all_inventory to load vars for managed_node3 138029 1726888245.63200: Calling groups_inventory to load vars for managed_node3 138029 1726888245.63203: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888245.63211: Calling all_plugins_play to load vars for managed_node3 138029 1726888245.63213: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888245.63216: Calling groups_plugins_play to load vars for managed_node3 138029 1726888245.63850: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888245.64491: done with get_vars() 138029 1726888245.64510: 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:10:45 -0400 (0:00:00.045) 0:04:18.369 ****** 138029 1726888245.64621: entering _queue_task() for managed_node3/mount 138029 1726888245.65107: worker is 1 (out of 1 available) 138029 1726888245.65120: exiting _queue_task() for managed_node3/mount 138029 1726888245.65131: done queuing things up, now waiting for results queue to drain 138029 1726888245.65133: waiting for pending results... 138029 1726888245.65451: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 138029 1726888245.65548: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a57 138029 1726888245.65553: variable 'ansible_search_path' from source: unknown 138029 1726888245.65557: variable 'ansible_search_path' from source: unknown 138029 1726888245.65928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888245.68328: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888245.69030: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888245.69139: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888245.69142: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888245.69148: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888245.69245: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888245.69288: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888245.69359: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888245.69383: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888245.69406: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888245.69461: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888245.69561: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888245.69569: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888245.69572: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888245.69599: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888245.69767: variable 'blivet_output' from source: set_fact 138029 1726888245.69858: dumping result to json 138029 1726888245.69907: done dumping result, returning 138029 1726888245.69911: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-5a58-73a2-000000003a57] 138029 1726888245.69913: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a57 skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888245.70081: no more pending results, returning what we have 138029 1726888245.70085: results queue empty 138029 1726888245.70086: checking for any_errors_fatal 138029 1726888245.70092: done checking for any_errors_fatal 138029 1726888245.70093: checking for max_fail_percentage 138029 1726888245.70094: done checking for max_fail_percentage 138029 1726888245.70095: checking to see if all hosts have failed and the running result is not ok 138029 1726888245.70097: done checking to see if all hosts have failed 138029 1726888245.70097: getting the remaining hosts for this loop 138029 1726888245.70099: done getting the remaining hosts for this loop 138029 1726888245.70103: getting the next task for host managed_node3 138029 1726888245.70112: done getting next task for host managed_node3 138029 1726888245.70116: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888245.70120: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888245.70149: getting variables 138029 1726888245.70151: in VariableManager get_vars() 138029 1726888245.70196: Calling all_inventory to load vars for managed_node3 138029 1726888245.70200: Calling groups_inventory to load vars for managed_node3 138029 1726888245.70203: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888245.70214: Calling all_plugins_play to load vars for managed_node3 138029 1726888245.70218: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888245.70221: Calling groups_plugins_play to load vars for managed_node3 138029 1726888245.70982: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a57 138029 1726888245.70986: WORKER PROCESS EXITING 138029 1726888245.71186: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888245.71842: done with get_vars() 138029 1726888245.71862: 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:10:45 -0400 (0:00:00.073) 0:04:18.443 ****** 138029 1726888245.71976: entering _queue_task() for managed_node3/systemd 138029 1726888245.72286: worker is 1 (out of 1 available) 138029 1726888245.72298: exiting _queue_task() for managed_node3/systemd 138029 1726888245.72423: done queuing things up, now waiting for results queue to drain 138029 1726888245.72426: waiting for pending results... 138029 1726888245.72652: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888245.72845: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a59 138029 1726888245.72881: variable 'ansible_search_path' from source: unknown 138029 1726888245.72889: variable 'ansible_search_path' from source: unknown 138029 1726888245.72974: calling self._execute() 138029 1726888245.73079: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.73094: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.73110: variable 'omit' from source: magic vars 138029 1726888245.73627: variable 'blivet_output' from source: set_fact 138029 1726888245.73631: Evaluated conditional (blivet_output['mounts']): False 138029 1726888245.73633: when evaluation is False, skipping this task 138029 1726888245.73637: _execute() done 138029 1726888245.73639: dumping result to json 138029 1726888245.73642: done dumping result, returning 138029 1726888245.73645: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-5a58-73a2-000000003a59] 138029 1726888245.73656: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a59 138029 1726888245.73802: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a59 138029 1726888245.73806: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 138029 1726888245.73973: no more pending results, returning what we have 138029 1726888245.73977: results queue empty 138029 1726888245.73978: checking for any_errors_fatal 138029 1726888245.73992: done checking for any_errors_fatal 138029 1726888245.73993: checking for max_fail_percentage 138029 1726888245.73994: done checking for max_fail_percentage 138029 1726888245.73995: checking to see if all hosts have failed and the running result is not ok 138029 1726888245.73996: done checking to see if all hosts have failed 138029 1726888245.73997: getting the remaining hosts for this loop 138029 1726888245.73998: done getting the remaining hosts for this loop 138029 1726888245.74001: getting the next task for host managed_node3 138029 1726888245.74008: done getting next task for host managed_node3 138029 1726888245.74012: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 138029 1726888245.74016: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888245.74042: getting variables 138029 1726888245.74043: in VariableManager get_vars() 138029 1726888245.74182: Calling all_inventory to load vars for managed_node3 138029 1726888245.74185: Calling groups_inventory to load vars for managed_node3 138029 1726888245.74187: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888245.74199: Calling all_plugins_play to load vars for managed_node3 138029 1726888245.74201: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888245.74204: Calling groups_plugins_play to load vars for managed_node3 138029 1726888245.75113: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888245.75645: done with get_vars() 138029 1726888245.75661: 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:10:45 -0400 (0:00:00.037) 0:04:18.481 ****** 138029 1726888245.75758: entering _queue_task() for managed_node3/mount 138029 1726888245.76068: worker is 1 (out of 1 available) 138029 1726888245.76081: exiting _queue_task() for managed_node3/mount 138029 1726888245.76092: done queuing things up, now waiting for results queue to drain 138029 1726888245.76093: waiting for pending results... 138029 1726888245.76495: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 138029 1726888245.76663: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a5a 138029 1726888245.76669: variable 'ansible_search_path' from source: unknown 138029 1726888245.76673: variable 'ansible_search_path' from source: unknown 138029 1726888245.76992: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888245.79432: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888245.79531: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888245.79586: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888245.79624: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888245.79671: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888245.79861: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888245.79868: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888245.79871: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888245.79887: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888245.79909: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888245.79963: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888245.80002: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888245.80097: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888245.80101: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888245.80104: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888245.80166: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888245.80195: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888245.80233: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888245.80280: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888245.80314: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888245.80482: variable 'blivet_output' from source: set_fact 138029 1726888245.80641: dumping result to json 138029 1726888245.80645: done dumping result, returning 138029 1726888245.80648: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-5a58-73a2-000000003a5a] 138029 1726888245.80651: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a5a 138029 1726888245.80748: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a5a skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888245.80805: no more pending results, returning what we have 138029 1726888245.80809: results queue empty 138029 1726888245.80811: checking for any_errors_fatal 138029 1726888245.80820: done checking for any_errors_fatal 138029 1726888245.80821: checking for max_fail_percentage 138029 1726888245.80823: done checking for max_fail_percentage 138029 1726888245.80824: checking to see if all hosts have failed and the running result is not ok 138029 1726888245.80825: done checking to see if all hosts have failed 138029 1726888245.80826: getting the remaining hosts for this loop 138029 1726888245.80829: done getting the remaining hosts for this loop 138029 1726888245.80833: getting the next task for host managed_node3 138029 1726888245.80841: done getting next task for host managed_node3 138029 1726888245.80845: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 138029 1726888245.80849: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888245.80881: getting variables 138029 1726888245.80884: in VariableManager get_vars() 138029 1726888245.80926: Calling all_inventory to load vars for managed_node3 138029 1726888245.80929: Calling groups_inventory to load vars for managed_node3 138029 1726888245.80932: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888245.80943: Calling all_plugins_play to load vars for managed_node3 138029 1726888245.80946: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888245.80949: Calling groups_plugins_play to load vars for managed_node3 138029 1726888245.81180: WORKER PROCESS EXITING 138029 1726888245.82072: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888245.82813: done with get_vars() 138029 1726888245.82829: 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:10:45 -0400 (0:00:00.072) 0:04:18.553 ****** 138029 1726888245.82994: entering _queue_task() for managed_node3/file 138029 1726888245.83449: worker is 1 (out of 1 available) 138029 1726888245.83466: exiting _queue_task() for managed_node3/file 138029 1726888245.83477: done queuing things up, now waiting for results queue to drain 138029 1726888245.83479: waiting for pending results... 138029 1726888245.83769: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 138029 1726888245.83914: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a5c 138029 1726888245.83935: variable 'ansible_search_path' from source: unknown 138029 1726888245.83943: variable 'ansible_search_path' from source: unknown 138029 1726888245.84327: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888245.86662: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888245.86745: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888245.86794: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888245.86829: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888245.86857: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888245.86947: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888245.86986: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888245.87060: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888245.87068: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888245.87088: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888245.87139: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888245.87171: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888245.87198: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888245.87245: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888245.87334: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888245.87338: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888245.87360: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888245.87391: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888245.87432: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888245.87458: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888245.87624: variable 'blivet_output' from source: set_fact 138029 1726888245.87713: dumping result to json 138029 1726888245.87722: done dumping result, returning 138029 1726888245.87732: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-5a58-73a2-000000003a5c] 138029 1726888245.87743: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a5c skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888245.87925: no more pending results, returning what we have 138029 1726888245.87929: results queue empty 138029 1726888245.87930: checking for any_errors_fatal 138029 1726888245.87946: done checking for any_errors_fatal 138029 1726888245.87946: checking for max_fail_percentage 138029 1726888245.87949: done checking for max_fail_percentage 138029 1726888245.87950: checking to see if all hosts have failed and the running result is not ok 138029 1726888245.87951: done checking to see if all hosts have failed 138029 1726888245.87952: getting the remaining hosts for this loop 138029 1726888245.87953: done getting the remaining hosts for this loop 138029 1726888245.87959: getting the next task for host managed_node3 138029 1726888245.87968: done getting next task for host managed_node3 138029 1726888245.87972: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888245.87977: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888245.88004: getting variables 138029 1726888245.88006: in VariableManager get_vars() 138029 1726888245.88045: Calling all_inventory to load vars for managed_node3 138029 1726888245.88048: Calling groups_inventory to load vars for managed_node3 138029 1726888245.88050: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888245.88277: Calling all_plugins_play to load vars for managed_node3 138029 1726888245.88282: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888245.88286: Calling groups_plugins_play to load vars for managed_node3 138029 1726888245.88891: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a5c 138029 1726888245.88895: WORKER PROCESS EXITING 138029 1726888245.89052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888245.89687: done with get_vars() 138029 1726888245.89703: 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:10:45 -0400 (0:00:00.068) 0:04:18.621 ****** 138029 1726888245.89815: entering _queue_task() for managed_node3/systemd 138029 1726888245.90110: worker is 1 (out of 1 available) 138029 1726888245.90235: exiting _queue_task() for managed_node3/systemd 138029 1726888245.90247: done queuing things up, now waiting for results queue to drain 138029 1726888245.90248: waiting for pending results... 138029 1726888245.90462: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888245.90694: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a5e 138029 1726888245.90699: variable 'ansible_search_path' from source: unknown 138029 1726888245.90702: variable 'ansible_search_path' from source: unknown 138029 1726888245.90705: calling self._execute() 138029 1726888245.90833: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.90845: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.90861: variable 'omit' from source: magic vars 138029 1726888245.91300: variable 'blivet_output' from source: set_fact 138029 1726888245.91453: Evaluated conditional (blivet_output['mounts']): False 138029 1726888245.91461: when evaluation is False, skipping this task 138029 1726888245.91467: _execute() done 138029 1726888245.91470: dumping result to json 138029 1726888245.91472: done dumping result, returning 138029 1726888245.91475: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-5a58-73a2-000000003a5e] 138029 1726888245.91478: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a5e 138029 1726888245.91558: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a5e 138029 1726888245.91561: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 138029 1726888245.91618: no more pending results, returning what we have 138029 1726888245.91623: results queue empty 138029 1726888245.91624: checking for any_errors_fatal 138029 1726888245.91643: done checking for any_errors_fatal 138029 1726888245.91644: checking for max_fail_percentage 138029 1726888245.91646: done checking for max_fail_percentage 138029 1726888245.91647: checking to see if all hosts have failed and the running result is not ok 138029 1726888245.91648: done checking to see if all hosts have failed 138029 1726888245.91649: getting the remaining hosts for this loop 138029 1726888245.91651: done getting the remaining hosts for this loop 138029 1726888245.91657: getting the next task for host managed_node3 138029 1726888245.91668: done getting next task for host managed_node3 138029 1726888245.91672: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 138029 1726888245.91679: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888245.91708: getting variables 138029 1726888245.91711: in VariableManager get_vars() 138029 1726888245.91754: Calling all_inventory to load vars for managed_node3 138029 1726888245.91974: Calling groups_inventory to load vars for managed_node3 138029 1726888245.91977: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888245.91986: Calling all_plugins_play to load vars for managed_node3 138029 1726888245.91989: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888245.91992: Calling groups_plugins_play to load vars for managed_node3 138029 1726888245.92595: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888245.93242: done with get_vars() 138029 1726888245.93259: 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:10:45 -0400 (0:00:00.035) 0:04:18.657 ****** 138029 1726888245.93365: entering _queue_task() for managed_node3/stat 138029 1726888245.93654: worker is 1 (out of 1 available) 138029 1726888245.93673: exiting _queue_task() for managed_node3/stat 138029 1726888245.93686: done queuing things up, now waiting for results queue to drain 138029 1726888245.93688: waiting for pending results... 138029 1726888245.94169: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 138029 1726888245.94173: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a5f 138029 1726888245.94194: variable 'ansible_search_path' from source: unknown 138029 1726888245.94201: variable 'ansible_search_path' from source: unknown 138029 1726888245.94235: calling self._execute() 138029 1726888245.94359: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.94378: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.94389: variable 'omit' from source: magic vars 138029 1726888245.94504: variable 'omit' from source: magic vars 138029 1726888245.94661: variable 'omit' from source: magic vars 138029 1726888245.94667: variable 'omit' from source: magic vars 138029 1726888245.94679: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888245.94729: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888245.94759: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888245.94786: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888245.94811: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888245.94833: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888245.94859: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888245.94899: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888245.94913: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.94922: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.95053: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888245.95132: Set connection var ansible_timeout to 10 138029 1726888245.95135: Set connection var ansible_pipelining to False 138029 1726888245.95137: Set connection var ansible_shell_type to sh 138029 1726888245.95139: Set connection var ansible_connection to ssh 138029 1726888245.95141: Set connection var ansible_shell_executable to /bin/sh 138029 1726888245.95143: variable 'ansible_shell_executable' from source: unknown 138029 1726888245.95145: variable 'ansible_connection' from source: unknown 138029 1726888245.95148: variable 'ansible_module_compression' from source: unknown 138029 1726888245.95149: variable 'ansible_shell_type' from source: unknown 138029 1726888245.95151: variable 'ansible_shell_executable' from source: unknown 138029 1726888245.95159: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888245.95171: variable 'ansible_pipelining' from source: unknown 138029 1726888245.95179: variable 'ansible_timeout' from source: unknown 138029 1726888245.95187: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888245.95413: 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) 138029 1726888245.95433: variable 'omit' from source: magic vars 138029 1726888245.95443: starting attempt loop 138029 1726888245.95459: running the handler 138029 1726888245.95566: _low_level_execute_command(): starting 138029 1726888245.95570: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888245.96232: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888245.96287: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888245.96313: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888245.96338: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888245.96428: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888245.98125: stdout chunk (state=3): >>>/root <<< 138029 1726888245.98245: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888245.98253: stdout chunk (state=3): >>><<< 138029 1726888245.98264: stderr chunk (state=3): >>><<< 138029 1726888245.98286: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888245.98303: _low_level_execute_command(): starting 138029 1726888245.98310: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888245.9829135-146237-270695533530309 `" && echo ansible-tmp-1726888245.9829135-146237-270695533530309="` echo /root/.ansible/tmp/ansible-tmp-1726888245.9829135-146237-270695533530309 `" ) && sleep 0' 138029 1726888245.98711: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888245.98717: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888245.98720: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888245.98729: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888245.98776: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888245.98782: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888245.98828: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888246.00919: stdout chunk (state=3): >>>ansible-tmp-1726888245.9829135-146237-270695533530309=/root/.ansible/tmp/ansible-tmp-1726888245.9829135-146237-270695533530309 <<< 138029 1726888246.01043: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888246.01046: stdout chunk (state=3): >>><<< 138029 1726888246.01052: stderr chunk (state=3): >>><<< 138029 1726888246.01072: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888245.9829135-146237-270695533530309=/root/.ansible/tmp/ansible-tmp-1726888245.9829135-146237-270695533530309 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888246.01110: variable 'ansible_module_compression' from source: unknown 138029 1726888246.01154: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888246.01186: variable 'ansible_facts' from source: unknown 138029 1726888246.01242: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888245.9829135-146237-270695533530309/AnsiballZ_stat.py 138029 1726888246.01338: Sending initial data 138029 1726888246.01341: Sent initial data (155 bytes) 138029 1726888246.01740: 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 <<< 138029 1726888246.01744: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888246.01759: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888246.01810: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888246.01817: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888246.01870: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888246.03384: 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 <<< 138029 1726888246.03391: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888246.03428: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888246.03477: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpiegjj8hh /root/.ansible/tmp/ansible-tmp-1726888245.9829135-146237-270695533530309/AnsiballZ_stat.py <<< 138029 1726888246.03480: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888245.9829135-146237-270695533530309/AnsiballZ_stat.py" <<< 138029 1726888246.03521: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpiegjj8hh" to remote "/root/.ansible/tmp/ansible-tmp-1726888245.9829135-146237-270695533530309/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888245.9829135-146237-270695533530309/AnsiballZ_stat.py" <<< 138029 1726888246.04077: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888246.04111: stderr chunk (state=3): >>><<< 138029 1726888246.04114: stdout chunk (state=3): >>><<< 138029 1726888246.04132: done transferring module to remote 138029 1726888246.04144: _low_level_execute_command(): starting 138029 1726888246.04147: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888245.9829135-146237-270695533530309/ /root/.ansible/tmp/ansible-tmp-1726888245.9829135-146237-270695533530309/AnsiballZ_stat.py && sleep 0' 138029 1726888246.04677: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888246.04713: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888246.04728: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888246.04744: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888246.04828: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888246.06536: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888246.06566: stderr chunk (state=3): >>><<< 138029 1726888246.06569: stdout chunk (state=3): >>><<< 138029 1726888246.06580: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888246.06583: _low_level_execute_command(): starting 138029 1726888246.06588: _low_level_execute_command(): using become for this command 138029 1726888246.06598: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-strlxchdqwafztanduqpppiibfsmlbsi ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888245.9829135-146237-270695533530309/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888246.06675: Initial state: awaiting_escalation: BECOME-SUCCESS-strlxchdqwafztanduqpppiibfsmlbsi 138029 1726888246.07027: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888246.07031: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888246.07065: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888246.07068: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888246.07124: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888246.09960: stdout chunk (state=1): >>>BECOME-SUCCESS-strlxchdqwafztanduqpppiibfsmlbsi <<< 138029 1726888246.09965: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-strlxchdqwafztanduqpppiibfsmlbsi' 138029 1726888246.10297: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888246.10332: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888246.10359: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888246.10370: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888246.10439: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888246.10444: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888246.10473: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888246.10521: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888246.10524: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888246.10535: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888246.10539: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888246.10594: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888246.10599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.10620: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888246.10640: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888246.10677: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888246.10704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888246.10712: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa2183e0> <<< 138029 1726888246.10720: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa1e7a10> <<< 138029 1726888246.10745: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888246.10759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888246.10766: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa21a960> <<< 138029 1726888246.10780: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888246.10807: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888246.10810: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888246.10835: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888246.10870: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888246.10875: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888246.10960: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888246.10988: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888246.10993: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888246.11023: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888246.11027: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888246.11053: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888246.11063: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888246.11085: 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' <<< 138029 1726888246.11114: 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 <<< 138029 1726888246.11132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888246.11147: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9fc8fe0> <<< 138029 1726888246.11203: 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 <<< 138029 1726888246.11216: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.11222: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9fc9fd0> <<< 138029 1726888246.11250: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888246.11280: 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. <<< 138029 1726888246.11513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888246.11533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888246.11547: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888246.11568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.11586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888246.11627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888246.11683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888246.11687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa007ec0> <<< 138029 1726888246.11713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888246.11752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888246.11782: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa007f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888246.11808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888246.11830: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888246.11917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 138029 1726888246.11923: 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 0x7fc3aa03f8f0> <<< 138029 1726888246.11976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888246.11979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa03ff80> <<< 138029 1726888246.11986: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888246.12020: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa01fb90> <<< 138029 1726888246.12030: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888246.12062: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa01d2b0> <<< 138029 1726888246.12167: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa005070> <<< 138029 1726888246.12229: 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' <<< 138029 1726888246.12247: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888246.12254: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888246.12262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888246.12299: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888246.12303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888246.12347: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa0638c0> <<< 138029 1726888246.12377: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa0624e0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa01e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa060ce0> <<< 138029 1726888246.12415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888246.12432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa090920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa0042f0> <<< 138029 1726888246.12448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 138029 1726888246.12466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888246.12478: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.12501: 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 0x7fc3aa090dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa090c80> <<< 138029 1726888246.12535: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.12548: 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 0x7fc3aa091010> <<< 138029 1726888246.12553: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa002e10> <<< 138029 1726888246.12580: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888246.12585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.12601: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888246.12642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888246.12682: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa091700> <<< 138029 1726888246.12697: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa0913d0> 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' <<< 138029 1726888246.12722: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa092600> import 'importlib.util' # <<< 138029 1726888246.12756: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888246.12779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888246.12825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888246.12829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888246.12831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa0ac830> <<< 138029 1726888246.12834: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888246.12886: 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 0x7fc3aa0adf70> <<< 138029 1726888246.12909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888246.12916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888246.12946: 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' <<< 138029 1726888246.12971: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa0aee10> <<< 138029 1726888246.13023: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.13026: 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 0x7fc3aa0af470> <<< 138029 1726888246.13033: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa0ae360> <<< 138029 1726888246.13070: 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' <<< 138029 1726888246.13101: 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 0x7fc3aa0afef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa0af620> <<< 138029 1726888246.13134: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa092660> <<< 138029 1726888246.13164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888246.13188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888246.13222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888246.13224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888246.13254: 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' <<< 138029 1726888246.13268: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3a9e37e60> <<< 138029 1726888246.13288: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888246.13291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888246.13338: 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 0x7fc3a9e64830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9e64590> <<< 138029 1726888246.13365: 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 0x7fc3a9e64860> <<< 138029 1726888246.13391: 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' <<< 138029 1726888246.13465: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.13590: 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 0x7fc3a9e65190> <<< 138029 1726888246.13702: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.13720: 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 0x7fc3a9e65b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9e64a40> <<< 138029 1726888246.13751: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9e36000> <<< 138029 1726888246.13802: 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 <<< 138029 1726888246.13823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9e66f60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9e65ca0> <<< 138029 1726888246.13869: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa092d50> <<< 138029 1726888246.13889: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888246.13941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.13969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888246.14014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888246.14044: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9e8f2c0> <<< 138029 1726888246.14075: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888246.14100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.14133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888246.14160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888246.14201: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9eb36b0> <<< 138029 1726888246.14204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888246.14243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888246.14305: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888246.14340: 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 0x7fc3a9f14470> <<< 138029 1726888246.14344: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888246.14393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888246.14396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888246.14433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888246.14526: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9f16bd0> <<< 138029 1726888246.14600: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9f14590> <<< 138029 1726888246.14625: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9ed9490> <<< 138029 1726888246.14652: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 138029 1726888246.14670: 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 0x7fc3a9d15550> <<< 138029 1726888246.14678: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9eb24b0> <<< 138029 1726888246.14687: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9e67e90> <<< 138029 1726888246.14873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888246.14891: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc3a9eb2810> <<< 138029 1726888246.15174: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_jeme7cnx/ansible_stat_payload.zip' <<< 138029 1726888246.15179: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.15312: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.15337: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888246.15350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888246.15386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888246.15475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888246.15518: 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 0x7fc3a9d67260> <<< 138029 1726888246.15521: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888246.15688: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9d4a150> <<< 138029 1726888246.15691: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9d492e0> # zipimport: zlib available <<< 138029 1726888246.15715: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888246.15747: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.15762: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.15782: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888246.15823: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.17178: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.18292: 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 0x7fc3a9d65100> <<< 138029 1726888246.18311: 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' <<< 138029 1726888246.18339: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888246.18468: 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 0x7fc3a9d92ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9d92930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9d92240> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888246.18472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888246.18505: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9d92c90> <<< 138029 1726888246.18512: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9d67c80> import 'atexit' # <<< 138029 1726888246.18539: 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 0x7fc3a9d938f0> <<< 138029 1726888246.18570: 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 0x7fc3a9d93b30> <<< 138029 1726888246.18591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888246.18626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888246.18646: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888246.18691: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9d93f50> <<< 138029 1726888246.18698: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888246.18716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888246.18744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888246.18779: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9711df0> <<< 138029 1726888246.18808: 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 0x7fc3a9713a10> <<< 138029 1726888246.18840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888246.18846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888246.18887: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a97143e0> <<< 138029 1726888246.18904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888246.18936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888246.18949: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a97152e0> <<< 138029 1726888246.18976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888246.19005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888246.19030: 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' <<< 138029 1726888246.19086: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9717f50> <<< 138029 1726888246.19120: 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 0x7fc3a971c170> <<< 138029 1726888246.19143: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a97162d0> <<< 138029 1726888246.19160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888246.19189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888246.19208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888246.19233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888246.19235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888246.19269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888246.19288: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888246.19305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a971fe30> <<< 138029 1726888246.19309: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888246.19382: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a971e900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a971e690> <<< 138029 1726888246.19412: 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' <<< 138029 1726888246.19492: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a971ebd0> <<< 138029 1726888246.19518: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a97167e0> <<< 138029 1726888246.19553: 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 0x7fc3a9763f50> <<< 138029 1726888246.19592: 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 0x7fc3a9764260> <<< 138029 1726888246.19629: 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 <<< 138029 1726888246.19636: 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' <<< 138029 1726888246.19680: 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 0x7fc3a9765d00> <<< 138029 1726888246.19701: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9765ac0> <<< 138029 1726888246.19713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888246.19795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888246.19839: 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 0x7fc3a9768260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a97663f0> <<< 138029 1726888246.19876: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888246.19908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.19930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888246.19963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888246.19990: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a976ba40> <<< 138029 1726888246.20114: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9768410> <<< 138029 1726888246.20171: 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 0x7fc3a976c830> <<< 138029 1726888246.20202: 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 0x7fc3a976cad0> <<< 138029 1726888246.20252: 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 0x7fc3a976cbc0> <<< 138029 1726888246.20257: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a97643e0> <<< 138029 1726888246.20284: 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' <<< 138029 1726888246.20299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888246.20320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888246.20354: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.20383: 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 0x7fc3a97f84a0> <<< 138029 1726888246.20520: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.20524: 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 0x7fc3a97f9910> <<< 138029 1726888246.20539: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a976ec30> <<< 138029 1726888246.20585: 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 0x7fc3a976ffe0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a976e840> <<< 138029 1726888246.20588: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.20609: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888246.20614: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.20715: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.20795: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.20826: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888246.20868: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888246.20871: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888246.20873: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.20988: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.21109: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.21623: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.22154: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888246.22169: 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' # <<< 138029 1726888246.22202: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888246.22213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.22266: 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 0x7fc3a97fd9d0> <<< 138029 1726888246.22339: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888246.22349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888246.22358: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a97fe720> <<< 138029 1726888246.22380: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9d671d0> <<< 138029 1726888246.22426: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888246.22432: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.22452: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.22473: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888246.22476: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.22630: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.22791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888246.22794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a97fe540> <<< 138029 1726888246.22811: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.23260: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.23705: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.23777: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.23851: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888246.23858: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.23901: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.23953: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888246.24011: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.24095: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888246.24104: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.24131: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888246.24139: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.24184: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.24224: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888246.24230: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.24451: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.24682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888246.24734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888246.24751: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888246.24810: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a97ffa40> <<< 138029 1726888246.24837: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.24901: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.24998: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888246.25010: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888246.25016: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.25067: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.25094: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888246.25110: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.25151: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.25196: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.25269: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.25321: 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 <<< 138029 1726888246.25365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.25434: 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 0x7fc3a960a330> <<< 138029 1726888246.25470: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a96052b0> <<< 138029 1726888246.25500: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888246.25508: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.25586: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.25637: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.25669: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.25712: 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 <<< 138029 1726888246.25723: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.25733: 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 <<< 138029 1726888246.25765: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888246.25778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888246.25836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888246.25861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888246.25888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888246.25929: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9deabd0> <<< 138029 1726888246.25974: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9dde8a0> <<< 138029 1726888246.26049: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a960a480> <<< 138029 1726888246.26071: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a97ff200> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888246.26102: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.26146: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888246.26202: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888246.26209: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.26247: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888246.26367: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.26558: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.27390: 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": 94372053, "dev": 51714, "nlink": 1, "atime": 1726887685.1854193, "mtime": 1726562394.502, "ctime": 1726887681.5763936, "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": "234057197", "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__ <<< 138029 1726888246.27773: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888246.27822: 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 <<< 138029 1726888246.27827: stdout chunk (state=3): >>># restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants <<< 138029 1726888246.27899: stdout chunk (state=3): >>># cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888246.27950: 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 # 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 <<< 138029 1726888246.28181: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888246.28194: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888246.28230: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888246.28234: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888246.28246: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888246.28263: stdout chunk (state=3): >>># destroy zipfile._path <<< 138029 1726888246.28269: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888246.28305: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888246.28315: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888246.28333: 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 <<< 138029 1726888246.28343: stdout chunk (state=3): >>># destroy _json <<< 138029 1726888246.28361: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888246.28380: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888246.28384: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888246.28405: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888246.28425: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888246.28442: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888246.28463: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888246.28509: 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 <<< 138029 1726888246.28528: 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 <<< 138029 1726888246.28570: 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 <<< 138029 1726888246.28575: 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 <<< 138029 1726888246.28593: stdout chunk (state=3): >>># cleanup[3] wiping re._parser <<< 138029 1726888246.28603: stdout chunk (state=3): >>># cleanup[3] wiping _sre <<< 138029 1726888246.28631: 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 # cleanup[3] wiping operator # cleanup[3] wiping _operator # 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 <<< 138029 1726888246.28647: 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 <<< 138029 1726888246.28659: 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 <<< 138029 1726888246.28665: 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 <<< 138029 1726888246.28797: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888246.28815: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888246.28843: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888246.28851: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888246.28873: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888246.28916: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888246.28920: 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 <<< 138029 1726888246.28922: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888246.28950: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888246.29043: 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 <<< 138029 1726888246.29059: stdout chunk (state=3): >>># destroy time <<< 138029 1726888246.29077: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 138029 1726888246.29105: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888246.29113: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888246.29139: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888246.29142: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888246.29601: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888246.29635: stderr chunk (state=3): >>><<< 138029 1726888246.29638: stdout chunk (state=3): >>><<< 138029 1726888246.29705: _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 0x7fc3aa2183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa1e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa21a960> 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 0x7fc3a9fc8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fc3a9fc9fd0> 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 0x7fc3aa007ec0> # /usr/lib64/python3.12/__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 0x7fc3aa007f80> # /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 0x7fc3aa03f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa03ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa01fb90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa01d2b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa005070> # /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 0x7fc3aa0638c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa0624e0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa01e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa060ce0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa090920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa0042f0> # /usr/lib64/python3.12/__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 0x7fc3aa090dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa090c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3aa091010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa002e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fc3aa091700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa0913d0> 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 0x7fc3aa092600> 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 0x7fc3aa0ac830> 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 0x7fc3aa0adf70> # /usr/lib64/python3.12/__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 0x7fc3aa0aee10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3aa0af470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa0ae360> # /usr/lib64/python3.12/__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 0x7fc3aa0afef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa0af620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa092660> # /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 0x7fc3a9e37e60> # /usr/lib64/python3.12/__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 0x7fc3a9e64830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9e64590> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3a9e64860> # /usr/lib64/python3.12/__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 0x7fc3a9e65190> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3a9e65b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9e64a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9e36000> # /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 0x7fc3a9e66f60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9e65ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3aa092d50> # /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 0x7fc3a9e8f2c0> # /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 0x7fc3a9eb36b0> # /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 0x7fc3a9f14470> # /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 0x7fc3a9f16bd0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9f14590> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9ed9490> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9d15550> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9eb24b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9e67e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc3a9eb2810> # zipimport: found 30 names in '/tmp/ansible_stat_payload_jeme7cnx/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 0x7fc3a9d67260> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9d4a150> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9d492e0> # 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 0x7fc3a9d65100> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fc3a9d92ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9d92930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9d92240> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fc3a9d92c90> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9d67c80> 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 0x7fc3a9d938f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3a9d93b30> # /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 0x7fc3a9d93f50> 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 0x7fc3a9711df0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3a9713a10> # /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 0x7fc3a97143e0> # /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 0x7fc3a97152e0> # /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 0x7fc3a9717f50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3a971c170> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a97162d0> # /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 0x7fc3a971fe30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a971e900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a971e690> # /usr/lib64/python3.12/__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 0x7fc3a971ebd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a97167e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3a9763f50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9764260> # /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 0x7fc3a9765d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9765ac0> # /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 0x7fc3a9768260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a97663f0> # /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 0x7fc3a976ba40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9768410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3a976c830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3a976cad0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3a976cbc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a97643e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fc3a97f84a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3a97f9910> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a976ec30> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3a976ffe0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a976e840> # 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 0x7fc3a97fd9d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fc3a97fe720> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9d671d0> 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 0x7fc3a97fe540> # 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 0x7fc3a97ffa40> # 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 0x7fc3a960a330> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a96052b0> 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 0x7fc3a9deabd0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a9dde8a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a960a480> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3a97ff200> # 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": 94372053, "dev": 51714, "nlink": 1, "atime": 1726887685.1854193, "mtime": 1726562394.502, "ctime": 1726887681.5763936, "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": "234057197", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888246.30289: 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-1726888245.9829135-146237-270695533530309/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888246.30293: _low_level_execute_command(): starting 138029 1726888246.30296: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888245.9829135-146237-270695533530309/ > /dev/null 2>&1 && sleep 0' 138029 1726888246.30400: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888246.30410: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888246.30420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888246.30434: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888246.30449: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888246.30470: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888246.30482: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888246.30594: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888246.30598: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888246.30650: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888246.32536: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888246.32568: stderr chunk (state=3): >>><<< 138029 1726888246.32572: stdout chunk (state=3): >>><<< 138029 1726888246.32586: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888246.32591: handler run complete 138029 1726888246.32622: attempt loop complete, returning result 138029 1726888246.32625: _execute() done 138029 1726888246.32632: dumping result to json 138029 1726888246.32645: done dumping result, returning 138029 1726888246.32671: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-5a58-73a2-000000003a5f] 138029 1726888246.32674: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a5f 138029 1726888246.32788: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a5f 138029 1726888246.32791: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726887685.1854193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726887681.5763936, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 94372053, "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": "234057197", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 138029 1726888246.32924: no more pending results, returning what we have 138029 1726888246.32927: results queue empty 138029 1726888246.32928: checking for any_errors_fatal 138029 1726888246.32938: done checking for any_errors_fatal 138029 1726888246.32938: checking for max_fail_percentage 138029 1726888246.32940: done checking for max_fail_percentage 138029 1726888246.32943: checking to see if all hosts have failed and the running result is not ok 138029 1726888246.32944: done checking to see if all hosts have failed 138029 1726888246.32945: getting the remaining hosts for this loop 138029 1726888246.32946: done getting the remaining hosts for this loop 138029 1726888246.32950: getting the next task for host managed_node3 138029 1726888246.32970: done getting next task for host managed_node3 138029 1726888246.32975: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 138029 1726888246.32979: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888246.32992: getting variables 138029 1726888246.32994: in VariableManager get_vars() 138029 1726888246.33030: Calling all_inventory to load vars for managed_node3 138029 1726888246.33033: Calling groups_inventory to load vars for managed_node3 138029 1726888246.33039: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888246.33048: Calling all_plugins_play to load vars for managed_node3 138029 1726888246.33051: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888246.33053: Calling groups_plugins_play to load vars for managed_node3 138029 1726888246.33537: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888246.33884: done with get_vars() 138029 1726888246.33895: 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:10:46 -0400 (0:00:00.406) 0:04:19.063 ****** 138029 1726888246.33967: entering _queue_task() for managed_node3/lineinfile 138029 1726888246.34201: worker is 1 (out of 1 available) 138029 1726888246.34215: exiting _queue_task() for managed_node3/lineinfile 138029 1726888246.34229: done queuing things up, now waiting for results queue to drain 138029 1726888246.34231: waiting for pending results... 138029 1726888246.34479: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 138029 1726888246.34581: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a60 138029 1726888246.34596: variable 'ansible_search_path' from source: unknown 138029 1726888246.34600: variable 'ansible_search_path' from source: unknown 138029 1726888246.34844: variable 'blivet_output' from source: set_fact 138029 1726888246.34933: dumping result to json 138029 1726888246.35000: done dumping result, returning 138029 1726888246.35017: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-5a58-73a2-000000003a60] 138029 1726888246.35022: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a60 138029 1726888246.35127: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a60 138029 1726888246.35130: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888246.35219: no more pending results, returning what we have 138029 1726888246.35227: results queue empty 138029 1726888246.35228: checking for any_errors_fatal 138029 1726888246.35238: done checking for any_errors_fatal 138029 1726888246.35240: checking for max_fail_percentage 138029 1726888246.35242: done checking for max_fail_percentage 138029 1726888246.35246: checking to see if all hosts have failed and the running result is not ok 138029 1726888246.35247: done checking to see if all hosts have failed 138029 1726888246.35248: getting the remaining hosts for this loop 138029 1726888246.35250: done getting the remaining hosts for this loop 138029 1726888246.35253: getting the next task for host managed_node3 138029 1726888246.35259: done getting next task for host managed_node3 138029 1726888246.35263: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 138029 1726888246.35270: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888246.35293: getting variables 138029 1726888246.35294: in VariableManager get_vars() 138029 1726888246.35339: Calling all_inventory to load vars for managed_node3 138029 1726888246.35343: Calling groups_inventory to load vars for managed_node3 138029 1726888246.35345: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888246.35354: Calling all_plugins_play to load vars for managed_node3 138029 1726888246.35383: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888246.35394: Calling groups_plugins_play to load vars for managed_node3 138029 1726888246.35943: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888246.36515: done with get_vars() 138029 1726888246.36531: 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:10:46 -0400 (0:00:00.026) 0:04:19.090 ****** 138029 1726888246.36649: entering _queue_task() for managed_node3/setup 138029 1726888246.36922: worker is 1 (out of 1 available) 138029 1726888246.36937: exiting _queue_task() for managed_node3/setup 138029 1726888246.36951: done queuing things up, now waiting for results queue to drain 138029 1726888246.36953: waiting for pending results... 138029 1726888246.37272: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts 138029 1726888246.37371: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003a62 138029 1726888246.37382: variable 'ansible_search_path' from source: unknown 138029 1726888246.37387: variable 'ansible_search_path' from source: unknown 138029 1726888246.37465: calling self._execute() 138029 1726888246.37548: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888246.37552: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888246.37570: variable 'omit' from source: magic vars 138029 1726888246.38173: variable 'ansible_check_mode' from source: magic vars 138029 1726888246.38177: Evaluated conditional (not ansible_check_mode): True 138029 1726888246.38180: variable 'omit' from source: magic vars 138029 1726888246.38182: variable 'omit' from source: magic vars 138029 1726888246.38215: variable 'omit' from source: magic vars 138029 1726888246.38262: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888246.38292: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888246.38324: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888246.38347: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888246.38359: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888246.38374: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888246.38386: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888246.38410: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888246.38414: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888246.38417: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888246.38593: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888246.38597: Set connection var ansible_timeout to 10 138029 1726888246.38599: Set connection var ansible_pipelining to False 138029 1726888246.38605: Set connection var ansible_shell_type to sh 138029 1726888246.38608: Set connection var ansible_connection to ssh 138029 1726888246.38610: Set connection var ansible_shell_executable to /bin/sh 138029 1726888246.38612: variable 'ansible_shell_executable' from source: unknown 138029 1726888246.38614: variable 'ansible_connection' from source: unknown 138029 1726888246.38617: variable 'ansible_module_compression' from source: unknown 138029 1726888246.38619: variable 'ansible_shell_type' from source: unknown 138029 1726888246.38621: variable 'ansible_shell_executable' from source: unknown 138029 1726888246.38622: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888246.38624: variable 'ansible_pipelining' from source: unknown 138029 1726888246.38626: variable 'ansible_timeout' from source: unknown 138029 1726888246.38629: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888246.39058: 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) 138029 1726888246.39065: variable 'omit' from source: magic vars 138029 1726888246.39068: starting attempt loop 138029 1726888246.39070: running the handler 138029 1726888246.39074: _low_level_execute_command(): starting 138029 1726888246.39077: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888246.39592: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888246.39609: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888246.39623: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888246.39664: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888246.39705: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888246.39762: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888246.41458: stdout chunk (state=3): >>>/root <<< 138029 1726888246.41570: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888246.41619: stderr chunk (state=3): >>><<< 138029 1726888246.41622: stdout chunk (state=3): >>><<< 138029 1726888246.41653: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888246.41673: _low_level_execute_command(): starting 138029 1726888246.41687: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888246.4165351-146252-76831573247772 `" && echo ansible-tmp-1726888246.4165351-146252-76831573247772="` echo /root/.ansible/tmp/ansible-tmp-1726888246.4165351-146252-76831573247772 `" ) && sleep 0' 138029 1726888246.42225: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888246.42237: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888246.42322: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888246.42359: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888246.44304: stdout chunk (state=3): >>>ansible-tmp-1726888246.4165351-146252-76831573247772=/root/.ansible/tmp/ansible-tmp-1726888246.4165351-146252-76831573247772 <<< 138029 1726888246.44412: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888246.44435: stderr chunk (state=3): >>><<< 138029 1726888246.44438: stdout chunk (state=3): >>><<< 138029 1726888246.44453: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888246.4165351-146252-76831573247772=/root/.ansible/tmp/ansible-tmp-1726888246.4165351-146252-76831573247772 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888246.44509: variable 'ansible_module_compression' from source: unknown 138029 1726888246.44545: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 138029 1726888246.44599: variable 'ansible_facts' from source: unknown 138029 1726888246.44738: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888246.4165351-146252-76831573247772/AnsiballZ_setup.py 138029 1726888246.44833: Sending initial data 138029 1726888246.44840: Sent initial data (155 bytes) 138029 1726888246.45567: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888246.45576: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888246.45579: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888246.45672: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888246.47193: 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 <<< 138029 1726888246.47227: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888246.47304: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpfex1ydgl /root/.ansible/tmp/ansible-tmp-1726888246.4165351-146252-76831573247772/AnsiballZ_setup.py <<< 138029 1726888246.47319: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888246.4165351-146252-76831573247772/AnsiballZ_setup.py" <<< 138029 1726888246.47349: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpfex1ydgl" to remote "/root/.ansible/tmp/ansible-tmp-1726888246.4165351-146252-76831573247772/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888246.4165351-146252-76831573247772/AnsiballZ_setup.py" <<< 138029 1726888246.49072: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888246.49086: stderr chunk (state=3): >>><<< 138029 1726888246.49217: stdout chunk (state=3): >>><<< 138029 1726888246.49220: done transferring module to remote 138029 1726888246.49223: _low_level_execute_command(): starting 138029 1726888246.49225: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888246.4165351-146252-76831573247772/ /root/.ansible/tmp/ansible-tmp-1726888246.4165351-146252-76831573247772/AnsiballZ_setup.py && sleep 0' 138029 1726888246.49668: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888246.49690: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888246.49740: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888246.49743: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888246.49798: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888246.51536: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888246.51560: stderr chunk (state=3): >>><<< 138029 1726888246.51563: stdout chunk (state=3): >>><<< 138029 1726888246.51578: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888246.51581: _low_level_execute_command(): starting 138029 1726888246.51585: _low_level_execute_command(): using become for this command 138029 1726888246.51596: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-qmzdrvgjgmkaziojeowduhebtbsypujt ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888246.4165351-146252-76831573247772/AnsiballZ_setup.py'"'"' && sleep 0' 138029 1726888246.51673: Initial state: awaiting_escalation: BECOME-SUCCESS-qmzdrvgjgmkaziojeowduhebtbsypujt 138029 1726888246.52072: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888246.52076: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888246.52098: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888246.52114: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888246.52174: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888246.55036: stdout chunk (state=1): >>>BECOME-SUCCESS-qmzdrvgjgmkaziojeowduhebtbsypujt <<< 138029 1726888246.55040: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-qmzdrvgjgmkaziojeowduhebtbsypujt' 138029 1726888246.55370: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888246.55405: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888246.55430: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888246.55437: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888246.55506: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888246.55521: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888246.55545: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888246.55585: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888246.55589: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888246.55605: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888246.55608: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888246.55668: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888246.55671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.55690: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888246.55711: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888246.55758: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888246.55771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888246.55787: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bed1103e0> <<< 138029 1726888246.55791: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bed0dfa10> <<< 138029 1726888246.55815: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888246.55821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888246.55833: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bed112960> <<< 138029 1726888246.55853: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888246.55881: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888246.55884: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888246.55902: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888246.55939: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888246.55944: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888246.56025: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888246.56058: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888246.56067: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888246.56089: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888246.56097: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888246.56119: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888246.56130: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888246.56145: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888246.56159: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888246.56188: 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 <<< 138029 1726888246.56195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888246.56211: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becee4fe0> <<< 138029 1726888246.56273: 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 <<< 138029 1726888246.56288: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.56306: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becee5fd0> <<< 138029 1726888246.56314: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888246.56350: 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. <<< 138029 1726888246.56736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888246.56740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888246.56770: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888246.56776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.56793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888246.56843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888246.56852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888246.56887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888246.56892: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf23ec0> <<< 138029 1726888246.56918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888246.56930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888246.56968: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888246.56980: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf23f80> <<< 138029 1726888246.56993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888246.57008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888246.57039: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888246.57088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.57107: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888246.57126: 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' <<< 138029 1726888246.57152: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf5b860> <<< 138029 1726888246.57164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888246.57178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf5bef0> <<< 138029 1726888246.57190: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888246.57240: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf3bb60> <<< 138029 1726888246.57251: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888246.57281: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf392b0> <<< 138029 1726888246.57377: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf21070> <<< 138029 1726888246.57395: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888246.57420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888246.57427: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888246.57458: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888246.57485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888246.57504: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888246.57507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888246.57544: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf7f860> <<< 138029 1726888246.57552: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf7e480> <<< 138029 1726888246.57593: 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' <<< 138029 1726888246.57596: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf3a180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf7cbc0> <<< 138029 1726888246.57640: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888246.57652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfb08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf202f0> <<< 138029 1726888246.57677: 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' <<< 138029 1726888246.57708: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.57722: 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 0x7f9becfb0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfb0c50> <<< 138029 1726888246.57747: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.57767: 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 0x7f9becfb1010> <<< 138029 1726888246.57770: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf1ee10> <<< 138029 1726888246.57800: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888246.57807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.57827: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888246.57851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888246.57873: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfb1670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfb1370> <<< 138029 1726888246.57881: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888246.57916: 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' <<< 138029 1726888246.57932: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfb2540> <<< 138029 1726888246.57946: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888246.57949: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888246.57982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888246.58010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888246.58043: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888246.58047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfc8740> <<< 138029 1726888246.58060: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888246.58090: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.58107: 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 0x7f9becfc9e80> <<< 138029 1726888246.58115: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888246.58128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888246.58152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888246.58172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888246.58177: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfcacf0> <<< 138029 1726888246.58213: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.58230: 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 0x7f9becfcb320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfca270> <<< 138029 1726888246.58252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888246.58259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888246.58299: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.58303: 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 0x7f9becfcbda0> <<< 138029 1726888246.58315: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfcb4d0> <<< 138029 1726888246.58363: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfb24b0> <<< 138029 1726888246.58382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888246.58402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888246.58425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888246.58444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888246.58484: 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' <<< 138029 1726888246.58493: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9beccbbc50> <<< 138029 1726888246.58509: 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' <<< 138029 1726888246.58541: 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 0x7f9becce4740> <<< 138029 1726888246.58544: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becce44a0> <<< 138029 1726888246.58573: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.58583: 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 0x7f9becce4770> <<< 138029 1726888246.58608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888246.58611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888246.58692: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.58812: 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 0x7f9becce5070> <<< 138029 1726888246.58924: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.58929: 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 0x7f9becce5a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becce4950> <<< 138029 1726888246.58950: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9beccb9df0> <<< 138029 1726888246.58971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888246.58995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888246.59016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888246.59035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888246.59038: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becce6e10> <<< 138029 1726888246.59065: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becce5b80> <<< 138029 1726888246.59082: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfb2c60> <<< 138029 1726888246.59112: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888246.59173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.59192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888246.59223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888246.59258: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becd131a0> <<< 138029 1726888246.59306: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888246.59324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.59345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888246.59370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888246.59406: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becd3b530> <<< 138029 1726888246.59430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888246.59478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888246.59526: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888246.59549: 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 0x7f9becd94320> <<< 138029 1726888246.59575: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888246.59604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888246.59631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888246.59669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888246.59757: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becd96a80> <<< 138029 1726888246.59828: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becd94440> <<< 138029 1726888246.59868: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becd61310> <<< 138029 1726888246.59894: 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 0x7f9becb95430> <<< 138029 1726888246.59913: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becd3a330> <<< 138029 1726888246.59916: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becce7d70> <<< 138029 1726888246.60162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888246.60173: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9becd3a450> <<< 138029 1726888246.60802: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_8hss_njt/ansible_setup_payload.zip' <<< 138029 1726888246.60807: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.60927: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.60953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888246.60976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888246.61012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888246.61087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888246.61118: 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 0x7f9becbff0b0> <<< 138029 1726888246.61125: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888246.61311: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becbddfa0> <<< 138029 1726888246.61319: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becbdd100> # zipimport: zlib available <<< 138029 1726888246.61336: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888246.61354: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.61372: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.61390: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.61396: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888246.61415: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.62806: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.63904: 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' <<< 138029 1726888246.63911: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becbfcf50> <<< 138029 1726888246.63933: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888246.63938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.63968: 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' <<< 138029 1726888246.63997: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888246.64001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888246.64035: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.64039: 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 0x7f9becc32a80> <<< 138029 1726888246.64077: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becc32810> <<< 138029 1726888246.64102: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becc32120> <<< 138029 1726888246.64131: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888246.64134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888246.64180: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becc32570> <<< 138029 1726888246.64189: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becbffad0> import 'atexit' # <<< 138029 1726888246.64219: 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 0x7f9becc33770> <<< 138029 1726888246.64253: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.64258: 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 0x7f9becc33920> <<< 138029 1726888246.64270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888246.64316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888246.64325: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888246.64378: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becc33e60> <<< 138029 1726888246.64383: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888246.64406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888246.64428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888246.64469: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec529ca0> <<< 138029 1726888246.64499: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.64515: 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 0x7f9bec52b8c0> <<< 138029 1726888246.64522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888246.64541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888246.64578: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec5302c0> <<< 138029 1726888246.64596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888246.64624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888246.64650: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec531460> <<< 138029 1726888246.64664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888246.64700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888246.64727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888246.64734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888246.64783: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec533ef0> <<< 138029 1726888246.64819: 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 0x7f9becbdf950> <<< 138029 1726888246.64837: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec5321b0> <<< 138029 1726888246.64861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888246.64883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888246.64909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888246.64914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888246.64934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888246.65045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888246.65073: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888246.65084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec537ec0> <<< 138029 1726888246.65096: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888246.65163: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec536990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec5366f0> <<< 138029 1726888246.65186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888246.65191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888246.65269: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec536c60> <<< 138029 1726888246.65292: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec5326c0> <<< 138029 1726888246.65324: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.65327: 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 0x7f9bec57bf80> <<< 138029 1726888246.65354: 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 0x7f9bec57c2f0> <<< 138029 1726888246.65383: 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 <<< 138029 1726888246.65404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888246.65412: 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' <<< 138029 1726888246.65461: 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 0x7f9bec57dd60> <<< 138029 1726888246.65468: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec57db20> <<< 138029 1726888246.65478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888246.65506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888246.65560: 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 0x7f9bec5802c0> <<< 138029 1726888246.65565: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec57e450> <<< 138029 1726888246.65584: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888246.65619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.65646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888246.65661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888246.65668: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888246.65708: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec583aa0> <<< 138029 1726888246.65829: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec580470> <<< 138029 1726888246.65889: 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 0x7f9bec5848f0> <<< 138029 1726888246.65921: 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 0x7f9bec584cb0> <<< 138029 1726888246.65958: 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 0x7f9bec584bc0> <<< 138029 1726888246.65975: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec57c4d0> <<< 138029 1726888246.65991: 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 <<< 138029 1726888246.66014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888246.66017: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888246.66047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888246.66071: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.66097: 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 0x7f9bec4103e0> <<< 138029 1726888246.66242: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.66261: 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 0x7f9bec4118b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec586b70> <<< 138029 1726888246.66290: 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 0x7f9bec587f20> <<< 138029 1726888246.66307: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec586780> <<< 138029 1726888246.66315: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.66329: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.66339: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888246.66347: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.66433: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.66521: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.66538: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888246.66551: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.66576: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888246.66589: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.66706: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.66826: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.67373: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.67898: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888246.67915: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 138029 1726888246.67922: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888246.67939: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888246.67965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.68010: 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 0x7f9bec415b20> <<< 138029 1726888246.68091: 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' <<< 138029 1726888246.68113: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec4168a0> <<< 138029 1726888246.68117: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec411af0> <<< 138029 1726888246.68177: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888246.68189: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.68203: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.68221: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888246.68225: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.68378: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.68532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888246.68545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec4165a0> <<< 138029 1726888246.68550: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.69006: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.69443: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.69518: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.69596: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888246.69602: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.69640: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.69679: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888246.69685: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.69757: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.69831: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888246.69854: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.69870: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.69875: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888246.69885: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.69927: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.69971: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888246.69978: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.70200: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.70433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888246.70489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888246.70506: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888246.70582: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec417ad0> <<< 138029 1726888246.70586: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.70664: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.70727: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888246.70749: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888246.70759: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888246.70772: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.70817: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.70850: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888246.70871: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.70909: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.70958: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.71010: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.71084: 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 <<< 138029 1726888246.71120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888246.71209: 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 0x7f9bec422720> <<< 138029 1726888246.71242: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec41d280> <<< 138029 1726888246.71277: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888246.71282: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.71350: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.71412: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.71441: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.71481: 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' <<< 138029 1726888246.71505: 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 <<< 138029 1726888246.71526: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888246.71550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888246.71606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888246.71629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888246.71647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888246.71702: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec50ad80> <<< 138029 1726888246.71746: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec5fea80> <<< 138029 1726888246.71837: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec422390> <<< 138029 1726888246.71841: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec585220> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888246.71843: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.71872: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.71897: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888246.71965: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888246.71979: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.71996: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.71999: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888246.72072: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.72127: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.72148: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.72170: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.72211: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.72252: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.72292: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.72324: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 138029 1726888246.72341: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.72411: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.72483: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.72504: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.72544: 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 <<< 138029 1726888246.72595: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 138029 1726888246.72630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888246.72689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888246.72711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888246.72759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888246.72786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888246.72789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888246.72826: 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 0x7f9bec11eb10> <<< 138029 1726888246.72852: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec11df40> <<< 138029 1726888246.72918: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec11c920> <<< 138029 1726888246.73149: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec4b2de0> <<< 138029 1726888246.73210: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec4b0d70> <<< 138029 1726888246.73228: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 138029 1726888246.73412: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.73590: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.73625: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.73680: 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' <<< 138029 1726888246.73702: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 138029 1726888246.73721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 138029 1726888246.73734: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 138029 1726888246.73754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 138029 1726888246.73773: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec49c1a0> <<< 138029 1726888246.73800: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 138029 1726888246.73817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 138029 1726888246.73843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888246.73879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888246.73910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888246.73922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 138029 1726888246.73928: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec16cda0> <<< 138029 1726888246.73960: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.73977: 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 0x7f9bec16d0a0> <<< 138029 1726888246.74025: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec160800> <<< 138029 1726888246.74049: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec133b60> <<< 138029 1726888246.74071: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec4b1e20> <<< 138029 1726888246.74087: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec4b11f0> <<< 138029 1726888246.74103: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 138029 1726888246.74133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 138029 1726888246.74160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 138029 1726888246.74167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 138029 1726888246.74184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 138029 1726888246.74202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 138029 1726888246.74229: 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 0x7f9bec16fc50> <<< 138029 1726888246.74244: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec16f500> <<< 138029 1726888246.74271: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.74275: 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 0x7f9bec16f6e0> <<< 138029 1726888246.74281: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec16e930> <<< 138029 1726888246.74306: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 138029 1726888246.74319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 138029 1726888246.74340: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec16fe00> <<< 138029 1726888246.74358: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 138029 1726888246.74403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888246.74430: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.74442: 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 0x7f9bebf8e9c0> <<< 138029 1726888246.74469: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bebf8c9b0> <<< 138029 1726888246.74500: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec4b13d0> <<< 138029 1726888246.74517: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 138029 1726888246.74520: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 138029 1726888246.74521: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.74554: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.74560: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 138029 1726888246.74574: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.74628: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.74691: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 138029 1726888246.74694: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.74744: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.74798: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 138029 1726888246.74802: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.74827: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.74830: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 138029 1726888246.74838: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.74879: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.74906: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 138029 1726888246.74909: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.74962: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.75020: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 138029 1726888246.75028: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.75073: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.75118: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 138029 1726888246.75121: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.75185: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.75244: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.75301: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.75364: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 138029 1726888246.75377: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 138029 1726888246.75381: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.75868: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.76296: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 138029 1726888246.76300: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.76363: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.76412: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.76451: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.76483: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 138029 1726888246.76500: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 138029 1726888246.76534: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.76573: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 138029 1726888246.76578: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.76632: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.76689: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 138029 1726888246.76694: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.76729: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.76753: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 138029 1726888246.76772: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.76799: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.76837: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 138029 1726888246.76843: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.76921: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.77015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888246.77023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888246.77037: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bebf8efc0> <<< 138029 1726888246.77065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888246.77087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888246.77201: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bebf8fb90> <<< 138029 1726888246.77220: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 138029 1726888246.77288: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.77351: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 138029 1726888246.77366: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.77452: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.77540: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 138029 1726888246.77551: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.77614: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.77693: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 138029 1726888246.77698: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.77743: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.77789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888246.77838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888246.77907: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.77966: 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 0x7f9bebfcad20> <<< 138029 1726888246.78142: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bebfb4e60> <<< 138029 1726888246.78162: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 138029 1726888246.78216: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.78272: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 138029 1726888246.78278: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.78366: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.78448: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.78567: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.78701: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888246.78716: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 138029 1726888246.78759: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.78801: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 138029 1726888246.78806: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.78850: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.78908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 138029 1726888246.78912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 138029 1726888246.78931: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.78974: 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 0x7f9bebfe2930> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec417380> <<< 138029 1726888246.78979: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available <<< 138029 1726888246.79001: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.79005: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 138029 1726888246.79013: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.79056: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.79100: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 138029 1726888246.79106: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.79260: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.79411: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 138029 1726888246.79415: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.79520: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.79620: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.79665: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.79701: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 138029 1726888246.79721: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 138029 1726888246.79729: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.79757: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.79774: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.79919: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.80061: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 138029 1726888246.80076: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 138029 1726888246.80196: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.80321: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 138029 1726888246.80326: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.80365: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.80400: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.80990: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.81490: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 138029 1726888246.81512: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 138029 1726888246.81619: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.81727: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 138029 1726888246.81733: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.81830: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.81935: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 138029 1726888246.81938: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.82096: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.82258: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 138029 1726888246.82269: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.82286: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.82293: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 138029 1726888246.82299: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.82347: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.82393: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 138029 1726888246.82397: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.82494: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.82604: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.82805: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.83008: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 138029 1726888246.83020: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 138029 1726888246.83026: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.83059: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.83101: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 138029 1726888246.83105: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.83131: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.83153: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 138029 1726888246.83174: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.83241: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.83311: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 138029 1726888246.83316: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.83346: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.83376: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 138029 1726888246.83386: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.83441: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.83502: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 138029 1726888246.83505: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.83572: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.83629: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 138029 1726888246.83633: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.83895: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84153: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 138029 1726888246.84160: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84219: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84284: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 138029 1726888246.84292: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84326: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84367: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 138029 1726888246.84374: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84409: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84441: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 138029 1726888246.84453: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84490: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84523: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 138029 1726888246.84528: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84613: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84695: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 138029 1726888246.84707: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84720: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84732: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 138029 1726888246.84738: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84788: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84827: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 138029 1726888246.84849: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84859: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84885: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84933: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.84987: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.85053: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.85124: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 138029 1726888246.85141: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 138029 1726888246.85144: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.85194: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.85246: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 138029 1726888246.85251: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.85447: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.85642: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 138029 1726888246.85650: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.85694: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.85745: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 138029 1726888246.85750: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.85800: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.85853: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 138029 1726888246.85858: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.85941: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.86025: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 138029 1726888246.86036: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 138029 1726888246.86042: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.86123: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.86213: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 138029 1726888246.86219: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 138029 1726888246.86299: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888246.86476: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 138029 1726888246.86484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 138029 1726888246.86498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 138029 1726888246.86515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 138029 1726888246.86543: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888246.86561: 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 0x7f9bec00b8c0> <<< 138029 1726888246.86569: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec008230> <<< 138029 1726888246.86616: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec009a00> <<< 138029 1726888247.01330: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 138029 1726888247.01339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 138029 1726888247.01370: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec052150> <<< 138029 1726888247.01394: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 138029 1726888247.01409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 138029 1726888247.01468: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec0533e0> <<< 138029 1726888247.01521: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 138029 1726888247.01526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888247.01567: 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' <<< 138029 1726888247.01581: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec061760> <<< 138029 1726888247.01584: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec0611f0> <<< 138029 1726888247.01823: 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 <<< 138029 1726888247.26182: 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-13-126.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-126", "ansible_nodename": "ip-10-31-13-126.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": "ec2c1e05607ea8c677cfede1e7717817", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgaXbXgtqkUKAAhPMnt5dXmeUF7nJ02ARiRKfwKQTJzeTwr1MfTYI8NRIWwMPZAZ0wAGu00OqnG/T5qCwRWVOzX6zjFSMAdPNRNgOeMk6EXH+Q4DlLpEe9KpYwVV8ko3AJnWqGNTXGPTf1X2mk1qXY6cNHSjWeBOjG5pHe7KDnpuurK0vK6lws1a7tYCWgX2pHS/4fGny8/zHBe7TPMZloAWWauADgOJh7ylUVyLB/t2mC+SN9196Lgo/YOcjlN1o3q99delRQRDjOu+lEPbpOjr68SsXxFhdC4Bdv4wI3L59QXcTthm1YQqv58+Z6drTBXggQ2vYRl0wTe1bm8yUFoTW/MyWu/RgQpEx6BROKqdJ2Sk4/wIs9iaAVkIXuL3AqeRH+yKnX61BD8KUAcmpvKY2qRWeAQeLAXgErnSIOx4uCnwhpa1KdotAyoSIwqQLXxUnIABjJTAiu524S34IL5KzSaHDwVK8Nb6rCxJ1nOQHrOxESdktMBEI/e38rCM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMj7VGFHxH15xJGRbPiNxWM9Lgtpv9mtP3FNQfDKJ9Y//zNvmlepo0juzrtKs7BLDxcCHjy9ABXXOjmShXf+W1Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDvAJIl5WBr3mku08nEoMcB4Ke1m66lfx9q041INn0pS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_is_chroot": false, "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_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-qmzdrvgjgmkaziojeowduhebtbsypujt ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888246.4165351-146252-76831573247772/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_local": {}, "ansible_lsb": {}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fips": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_pkg_mgr": "dnf", "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<<< 138029 1726888247.26189: stdout chunk (state=3): >>>,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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "10", "second": "46", "epoch": "1726888246", "epoch_int": "1726888246", "date": "2024-09-20", "time": "23:10:46", "iso8601_micro": "2024-09-21T03:10:46.879271Z", "iso8601": "2024-09-21T03:10:46Z", "iso8601_basic": "20240920T231046879271", "iso8601_basic_short": "20240920T231046", "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": 155, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3376, "free": 155}, "nocache": {"free": 3237, "used": 294}, "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": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_uuid": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405361863860d5e48418be83fcaa", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e62d59e3c9874d249d42dc8ab", "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": []}, "md127": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-Bkf3pH-vurX-qZU0-fF60-sQQg-TSSR-M7N1Zi", "md-name-v<<< 138029 1726888247.26202: stdout chunk (state=3): >>>g1-1", "md-uuid-53921d07:13e70eeb:50d94321:4b60889e"], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "62810112", "sectorsize": "512", "size": "29.95 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058a363ffc6f08416ab8803273f", "partitions": {"sdb1": {"links": {"ids": ["scsi-360014058a363ffc6f08416ab8803273f-part1", "wwn-0x60014058a363ffc6f08416ab8803273f-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058b79867c9b8145889bafb2719", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405d1e5ed45e3fc4db1bfbf9dc53", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014056e624c619c4a462480b612020", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140542bdc97f3b374faf97ca93f63", "partitions": {"sdc1": {"links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63-part1", "wwn-0x600140542bdc97f3b374faf97ca93f63-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140524f7725488c5405781ded0670", "partitions": {"sda1": {"links": {"ids": ["scsi-3600140524f7725488c5405781ded0670-part1", "wwn-0x600140524f7725488c5405781ded0670-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "ho<<< 138029 1726888247.26231: stdout chunk (state=3): >>>lders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014057cb70d4b5d0e4c9395f78773e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sdb": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "sda": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "sdc": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "sdd": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "sde": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "sdf": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "sdg": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "sdh": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "sdi": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "sdc1": ["scsi-3600140542bdc97f3b374faf97ca93f63-part1", "wwn-0x600140542bdc97f3b374faf97ca93f63-part1"], "sdb1": ["scsi-360014058a363ffc6f08416ab8803273f-part1", "wwn-0x60014058a363ffc6f08416ab8803273f-part1"], "sda1": ["scsi-3600140524f7725488c5405781ded0670-part1", "wwn-0x600140524f7725488c5405781ded0670-part1"], "md127": ["lvm-pv-uuid-Bkf3pH-vurX-qZU0-fF60-sQQg-TSSR-M7N1Zi", "md-name-vg1-1", "md-uuid-53921d07:13e70eeb:50d94321:4b60889e"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {"sdc1": ["md127"], "sdb1": ["md127"], "sda1": ["md127"]}}, "ansible_uptime_seconds": 3691, "ansible_lvm": {"lvs": {}, "vgs": {"vg1": {"size_g": "29.93", "free_g": "29.93", "num_lvs": "0", "num_pvs": "1"}}, "pvs": {"/dev/md127": {"size_g": "29.93", "free_g": "29.93", "vg": "vg1"}}}, "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": 249639157760, "block_size": 4096, "block_total": 65519099, "block_available": 60947060, "block_used": 4572039, "inode_total": 131070960, "inode_available": 131027008, "inode_used": 43952, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_loadavg": {"1m": 1.865234375, "5m": 1.94384765625, "15m": 1.28662109375}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broa<<< 138029 1726888247.26237: stdout chunk (state=3): >>>dcast": "", "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:f5:b8:cd:77", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:f5ff:feb8:cd77", "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 [fix<<< 138029 1726888247.26260: stdout chunk (state=3): >>>ed]", "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.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:f5:b8:cd:77", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.126"], "ansible_all_ipv6_addresses": ["fe80::8ff:f5ff:feb8:cd77"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.13.126", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:f5ff:feb8:cd77"]}, "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"}}} <<< 138029 1726888247.26751: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888247.26771: 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 <<< 138029 1726888247.26807: 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 <<< 138029 1726888247.26814: stdout chunk (state=3): >>># cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib <<< 138029 1726888247.26884: 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 # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing 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 <<< 138029 1726888247.26913: 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 # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing 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 <<< 138029 1726888247.27035: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.<<< 138029 1726888247.27043: stdout chunk (state=3): >>>facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # 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 <<< 138029 1726888247.27417: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888247.27459: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888247.27474: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888247.27482: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888247.27497: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888247.27534: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888247.27550: stdout chunk (state=3): >>># destroy zipimport <<< 138029 1726888247.27558: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 138029 1726888247.27581: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 138029 1726888247.27588: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale <<< 138029 1726888247.27609: stdout chunk (state=3): >>># destroy locale # destroy select <<< 138029 1726888247.27623: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 138029 1726888247.27632: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888247.27672: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888247.27685: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 138029 1726888247.27702: stdout chunk (state=3): >>># destroy logging <<< 138029 1726888247.27740: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 138029 1726888247.27748: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle <<< 138029 1726888247.27769: stdout chunk (state=3): >>># destroy _pickle <<< 138029 1726888247.27785: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 138029 1726888247.27801: stdout chunk (state=3): >>># destroy multiprocessing.reduction <<< 138029 1726888247.27805: stdout chunk (state=3): >>># destroy selectors <<< 138029 1726888247.27832: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 138029 1726888247.27835: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888247.27838: stdout chunk (state=3): >>># destroy subprocess # destroy base64 <<< 138029 1726888247.27864: stdout chunk (state=3): >>># destroy _ssl <<< 138029 1726888247.27888: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 138029 1726888247.27893: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy json <<< 138029 1726888247.27925: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 138029 1726888247.27939: stdout chunk (state=3): >>># destroy glob <<< 138029 1726888247.27950: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 138029 1726888247.27957: stdout chunk (state=3): >>># destroy unicodedata # destroy errno # destroy multiprocessing.connection <<< 138029 1726888247.27978: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 138029 1726888247.28025: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 138029 1726888247.28037: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token <<< 138029 1726888247.28043: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 138029 1726888247.28064: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian <<< 138029 1726888247.28086: 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 <<< 138029 1726888247.28100: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 138029 1726888247.28111: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing <<< 138029 1726888247.28116: stdout chunk (state=3): >>># destroy contextlib <<< 138029 1726888247.28169: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 138029 1726888247.28176: 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 <<< 138029 1726888247.28199: 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 <<< 138029 1726888247.28218: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 138029 1726888247.28228: 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 # cleanup[3] wiping time <<< 138029 1726888247.28232: 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 <<< 138029 1726888247.28258: 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 <<< 138029 1726888247.28445: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888247.28451: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888247.28490: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888247.28495: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888247.28517: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 138029 1726888247.28540: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888247.28546: 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 <<< 138029 1726888247.28571: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 138029 1726888247.28605: 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 <<< 138029 1726888247.28637: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888247.28722: 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 <<< 138029 1726888247.28728: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 138029 1726888247.28746: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888247.28764: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888247.28787: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888247.28801: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc <<< 138029 1726888247.28812: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 138029 1726888247.28822: stdout chunk (state=3): >>># destroy _abc <<< 138029 1726888247.28845: stdout chunk (state=3): >>># destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins <<< 138029 1726888247.28859: stdout chunk (state=3): >>># destroy _thread <<< 138029 1726888247.28865: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888247.29467: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888247.29499: stderr chunk (state=3): >>><<< 138029 1726888247.29502: stdout chunk (state=3): >>><<< 138029 1726888247.29630: _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 0x7f9bed1103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bed0dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bed112960> 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 0x7f9becee4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f9becee5fd0> 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 0x7f9becf23ec0> # /usr/lib64/python3.12/__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 0x7f9becf23f80> # /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 0x7f9becf5b860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf5bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf3bb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf392b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf21070> # /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 0x7f9becf7f860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf7e480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf3a180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf7cbc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfb08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf202f0> # /usr/lib64/python3.12/__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 0x7f9becfb0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfb0c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9becfb1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becf1ee10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f9becfb1670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfb1370> 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 0x7f9becfb2540> 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 0x7f9becfc8740> 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 0x7f9becfc9e80> # /usr/lib64/python3.12/__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 0x7f9becfcacf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9becfcb320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfca270> # /usr/lib64/python3.12/__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 0x7f9becfcbda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfcb4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfb24b0> # /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 0x7f9beccbbc50> # /usr/lib64/python3.12/__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 0x7f9becce4740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becce44a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9becce4770> # /usr/lib64/python3.12/__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 0x7f9becce5070> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9becce5a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becce4950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9beccb9df0> # /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 0x7f9becce6e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becce5b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becfb2c60> # /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 0x7f9becd131a0> # /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 0x7f9becd3b530> # /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 0x7f9becd94320> # /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 0x7f9becd96a80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becd94440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becd61310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becb95430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becd3a330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becce7d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9becd3a450> # zipimport: found 103 names in '/tmp/ansible_setup_payload_8hss_njt/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 0x7f9becbff0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becbddfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becbdd100> # 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 0x7f9becbfcf50> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f9becc32a80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becc32810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becc32120> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f9becc32570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9becbffad0> 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 0x7f9becc33770> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9becc33920> # /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 0x7f9becc33e60> 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 0x7f9bec529ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9bec52b8c0> # /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 0x7f9bec5302c0> # /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 0x7f9bec531460> # /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 0x7f9bec533ef0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9becbdf950> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec5321b0> # /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 0x7f9bec537ec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec536990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec5366f0> # /usr/lib64/python3.12/__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 0x7f9bec536c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec5326c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9bec57bf80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec57c2f0> # /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 0x7f9bec57dd60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec57db20> # /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 0x7f9bec5802c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec57e450> # /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 0x7f9bec583aa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec580470> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9bec5848f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9bec584cb0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9bec584bc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec57c4d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f9bec4103e0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9bec4118b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec586b70> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9bec587f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec586780> # 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 0x7f9bec415b20> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f9bec4168a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec411af0> 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 0x7f9bec4165a0> # 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 0x7f9bec417ad0> # 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 0x7f9bec422720> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec41d280> 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 0x7f9bec50ad80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec5fea80> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec422390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec585220> # 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 0x7f9bec11eb10> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec11df40> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec11c920> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec4b2de0> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec4b0d70> 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 0x7f9bec49c1a0> # /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 0x7f9bec16cda0> # 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 0x7f9bec16d0a0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec160800> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec133b60> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec4b1e20> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec4b11f0> # /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 0x7f9bec16fc50> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec16f500> # 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 0x7f9bec16f6e0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec16e930> # /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 0x7f9bec16fe00> # /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 0x7f9bebf8e9c0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bebf8c9b0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec4b13d0> 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 0x7f9bebf8efc0> # /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 0x7f9bebf8fb90> 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 0x7f9bebfcad20> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bebfb4e60> 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 0x7f9bebfe2930> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec417380> 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 0x7f9bec00b8c0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec008230> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec009a00> # /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 0x7f9bec052150> # /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 0x7f9bec0533e0> # /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 0x7f9bec061760> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9bec0611f0> 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-13-126.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-126", "ansible_nodename": "ip-10-31-13-126.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": "ec2c1e05607ea8c677cfede1e7717817", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgaXbXgtqkUKAAhPMnt5dXmeUF7nJ02ARiRKfwKQTJzeTwr1MfTYI8NRIWwMPZAZ0wAGu00OqnG/T5qCwRWVOzX6zjFSMAdPNRNgOeMk6EXH+Q4DlLpEe9KpYwVV8ko3AJnWqGNTXGPTf1X2mk1qXY6cNHSjWeBOjG5pHe7KDnpuurK0vK6lws1a7tYCWgX2pHS/4fGny8/zHBe7TPMZloAWWauADgOJh7ylUVyLB/t2mC+SN9196Lgo/YOcjlN1o3q99delRQRDjOu+lEPbpOjr68SsXxFhdC4Bdv4wI3L59QXcTthm1YQqv58+Z6drTBXggQ2vYRl0wTe1bm8yUFoTW/MyWu/RgQpEx6BROKqdJ2Sk4/wIs9iaAVkIXuL3AqeRH+yKnX61BD8KUAcmpvKY2qRWeAQeLAXgErnSIOx4uCnwhpa1KdotAyoSIwqQLXxUnIABjJTAiu524S34IL5KzSaHDwVK8Nb6rCxJ1nOQHrOxESdktMBEI/e38rCM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMj7VGFHxH15xJGRbPiNxWM9Lgtpv9mtP3FNQfDKJ9Y//zNvmlepo0juzrtKs7BLDxcCHjy9ABXXOjmShXf+W1Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDvAJIl5WBr3mku08nEoMcB4Ke1m66lfx9q041INn0pS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_is_chroot": false, "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_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-qmzdrvgjgmkaziojeowduhebtbsypujt ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888246.4165351-146252-76831573247772/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_local": {}, "ansible_lsb": {}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fips": false, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_pkg_mgr": "dnf", "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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "10", "second": "46", "epoch": "1726888246", "epoch_int": "1726888246", "date": "2024-09-20", "time": "23:10:46", "iso8601_micro": "2024-09-21T03:10:46.879271Z", "iso8601": "2024-09-21T03:10:46Z", "iso8601_basic": "20240920T231046879271", "iso8601_basic_short": "20240920T231046", "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": 155, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3376, "free": 155}, "nocache": {"free": 3237, "used": 294}, "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": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_uuid": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405361863860d5e48418be83fcaa", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e62d59e3c9874d249d42dc8ab", "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": []}, "md127": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-Bkf3pH-vurX-qZU0-fF60-sQQg-TSSR-M7N1Zi", "md-name-vg1-1", "md-uuid-53921d07:13e70eeb:50d94321:4b60889e"], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "62810112", "sectorsize": "512", "size": "29.95 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058a363ffc6f08416ab8803273f", "partitions": {"sdb1": {"links": {"ids": ["scsi-360014058a363ffc6f08416ab8803273f-part1", "wwn-0x60014058a363ffc6f08416ab8803273f-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058b79867c9b8145889bafb2719", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405d1e5ed45e3fc4db1bfbf9dc53", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014056e624c619c4a462480b612020", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140542bdc97f3b374faf97ca93f63", "partitions": {"sdc1": {"links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63-part1", "wwn-0x600140542bdc97f3b374faf97ca93f63-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140524f7725488c5405781ded0670", "partitions": {"sda1": {"links": {"ids": ["scsi-3600140524f7725488c5405781ded0670-part1", "wwn-0x600140524f7725488c5405781ded0670-part1"], "uuids": [], "labels": [], "masters": ["md127"]}, "start": "16384", "sectors": "20938752", "sectorsize": 512, "size": "9.98 GB", "uuid": null, "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014057cb70d4b5d0e4c9395f78773e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sdb": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "sda": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "sdc": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "sdd": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "sde": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "sdf": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "sdg": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "sdh": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "sdi": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "sdc1": ["scsi-3600140542bdc97f3b374faf97ca93f63-part1", "wwn-0x600140542bdc97f3b374faf97ca93f63-part1"], "sdb1": ["scsi-360014058a363ffc6f08416ab8803273f-part1", "wwn-0x60014058a363ffc6f08416ab8803273f-part1"], "sda1": ["scsi-3600140524f7725488c5405781ded0670-part1", "wwn-0x600140524f7725488c5405781ded0670-part1"], "md127": ["lvm-pv-uuid-Bkf3pH-vurX-qZU0-fF60-sQQg-TSSR-M7N1Zi", "md-name-vg1-1", "md-uuid-53921d07:13e70eeb:50d94321:4b60889e"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {"sdc1": ["md127"], "sdb1": ["md127"], "sda1": ["md127"]}}, "ansible_uptime_seconds": 3691, "ansible_lvm": {"lvs": {}, "vgs": {"vg1": {"size_g": "29.93", "free_g": "29.93", "num_lvs": "0", "num_pvs": "1"}}, "pvs": {"/dev/md127": {"size_g": "29.93", "free_g": "29.93", "vg": "vg1"}}}, "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": 249639157760, "block_size": 4096, "block_total": 65519099, "block_available": 60947060, "block_used": 4572039, "inode_total": 131070960, "inode_available": 131027008, "inode_used": 43952, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_loadavg": {"1m": 1.865234375, "5m": 1.94384765625, "15m": 1.28662109375}, "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:f5:b8:cd:77", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:f5ff:feb8:cd77", "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.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:f5:b8:cd:77", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.126"], "ansible_all_ipv6_addresses": ["fe80::8ff:f5ff:feb8:cd77"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.13.126", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:f5ff:feb8:cd77"]}, "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888247.30691: 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-1726888246.4165351-146252-76831573247772/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888247.30713: _low_level_execute_command(): starting 138029 1726888247.30722: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888246.4165351-146252-76831573247772/ > /dev/null 2>&1 && sleep 0' 138029 1726888247.31177: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888247.31181: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888247.31183: 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.13.126 is address debug1: re-parsing configuration <<< 138029 1726888247.31185: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888247.31187: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.31234: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888247.31238: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888247.31376: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888247.33742: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888247.33774: stderr chunk (state=3): >>><<< 138029 1726888247.33777: stdout chunk (state=3): >>><<< 138029 1726888247.33788: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888247.33794: handler run complete 138029 1726888247.33916: variable 'ansible_facts' from source: unknown 138029 1726888247.34007: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888247.34289: variable 'ansible_facts' from source: unknown 138029 1726888247.34361: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888247.34473: attempt loop complete, returning result 138029 1726888247.34478: _execute() done 138029 1726888247.34480: dumping result to json 138029 1726888247.34509: done dumping result, returning 138029 1726888247.34517: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-5a58-73a2-000000003a62] 138029 1726888247.34520: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a62 138029 1726888247.35244: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003a62 138029 1726888247.35247: WORKER PROCESS EXITING ok: [managed_node3] 138029 1726888247.35506: no more pending results, returning what we have 138029 1726888247.35509: results queue empty 138029 1726888247.35510: checking for any_errors_fatal 138029 1726888247.35514: done checking for any_errors_fatal 138029 1726888247.35515: checking for max_fail_percentage 138029 1726888247.35516: done checking for max_fail_percentage 138029 1726888247.35517: checking to see if all hosts have failed and the running result is not ok 138029 1726888247.35518: done checking to see if all hosts have failed 138029 1726888247.35518: getting the remaining hosts for this loop 138029 1726888247.35519: done getting the remaining hosts for this loop 138029 1726888247.35521: getting the next task for host managed_node3 138029 1726888247.35527: done getting next task for host managed_node3 138029 1726888247.35528: ^ task is: TASK: meta (role_complete) 138029 1726888247.35530: ^ 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 138029 1726888247.35537: getting variables 138029 1726888247.35538: in VariableManager get_vars() 138029 1726888247.35559: Calling all_inventory to load vars for managed_node3 138029 1726888247.35561: Calling groups_inventory to load vars for managed_node3 138029 1726888247.35562: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888247.35570: Calling all_plugins_play to load vars for managed_node3 138029 1726888247.35572: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888247.35574: Calling groups_plugins_play to load vars for managed_node3 138029 1726888247.35845: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888247.36183: done with get_vars() 138029 1726888247.36193: done getting variables 138029 1726888247.36245: done queuing things up, now waiting for results queue to drain 138029 1726888247.36247: results queue empty 138029 1726888247.36247: checking for any_errors_fatal 138029 1726888247.36249: done checking for any_errors_fatal 138029 1726888247.36250: checking for max_fail_percentage 138029 1726888247.36250: done checking for max_fail_percentage 138029 1726888247.36251: checking to see if all hosts have failed and the running result is not ok 138029 1726888247.36251: done checking to see if all hosts have failed 138029 1726888247.36252: getting the remaining hosts for this loop 138029 1726888247.36252: done getting the remaining hosts for this loop 138029 1726888247.36254: getting the next task for host managed_node3 138029 1726888247.36259: done getting next task for host managed_node3 138029 1726888247.36266: ^ task is: TASK: Verify role results 138029 1726888247.36268: ^ 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 138029 1726888247.36270: getting variables 138029 1726888247.36271: in VariableManager get_vars() 138029 1726888247.36279: Calling all_inventory to load vars for managed_node3 138029 1726888247.36280: Calling groups_inventory to load vars for managed_node3 138029 1726888247.36282: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888247.36285: Calling all_plugins_play to load vars for managed_node3 138029 1726888247.36286: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888247.36288: Calling groups_plugins_play to load vars for managed_node3 138029 1726888247.36533: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888247.36866: done with get_vars() 138029 1726888247.36875: done getting variables TASK [Verify role results] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:133 Friday 20 September 2024 23:10:47 -0400 (0:00:01.002) 0:04:20.092 ****** 138029 1726888247.36922: entering _queue_task() for managed_node3/include_tasks 138029 1726888247.37145: worker is 1 (out of 1 available) 138029 1726888247.37159: exiting _queue_task() for managed_node3/include_tasks 138029 1726888247.37174: done queuing things up, now waiting for results queue to drain 138029 1726888247.37175: waiting for pending results... 138029 1726888247.37371: running TaskExecutor() for managed_node3/TASK: Verify role results 138029 1726888247.37437: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000011 138029 1726888247.37450: variable 'ansible_search_path' from source: unknown 138029 1726888247.37483: calling self._execute() 138029 1726888247.37583: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888247.37587: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888247.37597: variable 'omit' from source: magic vars 138029 1726888247.37693: _execute() done 138029 1726888247.37697: dumping result to json 138029 1726888247.37700: done dumping result, returning 138029 1726888247.37703: done running TaskExecutor() for managed_node3/TASK: Verify role results [0affc8a3-6f6f-5a58-73a2-000000000011] 138029 1726888247.37710: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000011 138029 1726888247.37831: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000011 138029 1726888247.37834: WORKER PROCESS EXITING 138029 1726888247.37863: no more pending results, returning what we have 138029 1726888247.37869: in VariableManager get_vars() 138029 1726888247.37910: Calling all_inventory to load vars for managed_node3 138029 1726888247.37913: Calling groups_inventory to load vars for managed_node3 138029 1726888247.37916: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888247.37926: Calling all_plugins_play to load vars for managed_node3 138029 1726888247.37929: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888247.37931: Calling groups_plugins_play to load vars for managed_node3 138029 1726888247.38308: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888247.38651: done with get_vars() 138029 1726888247.38661: variable 'ansible_search_path' from source: unknown 138029 1726888247.38674: we have included files to process 138029 1726888247.38675: generating all_blocks data 138029 1726888247.38677: done generating all_blocks data 138029 1726888247.38683: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 138029 1726888247.38684: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 138029 1726888247.38686: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 138029 1726888247.39083: in VariableManager get_vars() 138029 1726888247.39095: done with get_vars() 138029 1726888247.39127: in VariableManager get_vars() 138029 1726888247.39138: done with get_vars() 138029 1726888247.39200: done processing included file 138029 1726888247.39202: iterating over new_blocks loaded from include file 138029 1726888247.39202: in VariableManager get_vars() 138029 1726888247.39211: done with get_vars() 138029 1726888247.39213: filtering new block on tags 138029 1726888247.39258: done filtering new block on tags 138029 1726888247.39260: 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_node3 138029 1726888247.39265: extending task lists for all hosts with included blocks 138029 1726888247.40713: done extending task lists 138029 1726888247.40714: done processing included files 138029 1726888247.40714: results queue empty 138029 1726888247.40715: checking for any_errors_fatal 138029 1726888247.40716: done checking for any_errors_fatal 138029 1726888247.40716: checking for max_fail_percentage 138029 1726888247.40717: done checking for max_fail_percentage 138029 1726888247.40717: checking to see if all hosts have failed and the running result is not ok 138029 1726888247.40718: done checking to see if all hosts have failed 138029 1726888247.40718: getting the remaining hosts for this loop 138029 1726888247.40719: done getting the remaining hosts for this loop 138029 1726888247.40721: getting the next task for host managed_node3 138029 1726888247.40724: done getting next task for host managed_node3 138029 1726888247.40726: ^ task is: TASK: Print out pool information 138029 1726888247.40728: ^ 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 138029 1726888247.40730: getting variables 138029 1726888247.40731: in VariableManager get_vars() 138029 1726888247.40737: Calling all_inventory to load vars for managed_node3 138029 1726888247.40739: Calling groups_inventory to load vars for managed_node3 138029 1726888247.40740: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888247.40744: Calling all_plugins_play to load vars for managed_node3 138029 1726888247.40745: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888247.40747: Calling groups_plugins_play to load vars for managed_node3 138029 1726888247.41109: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888247.41434: done with get_vars() 138029 1726888247.41443: done getting variables 138029 1726888247.41474: 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:10:47 -0400 (0:00:00.045) 0:04:20.138 ****** 138029 1726888247.41495: entering _queue_task() for managed_node3/debug 138029 1726888247.41720: worker is 1 (out of 1 available) 138029 1726888247.41733: exiting _queue_task() for managed_node3/debug 138029 1726888247.41746: done queuing things up, now waiting for results queue to drain 138029 1726888247.41747: waiting for pending results... 138029 1726888247.41945: running TaskExecutor() for managed_node3/TASK: Print out pool information 138029 1726888247.42026: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003aec 138029 1726888247.42039: variable 'ansible_search_path' from source: unknown 138029 1726888247.42072: calling self._execute() 138029 1726888247.42168: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888247.42176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888247.42186: variable 'omit' from source: magic vars 138029 1726888247.42482: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888247.44077: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888247.44122: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888247.44147: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888247.44181: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888247.44202: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888247.44259: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888247.44285: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888247.44302: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888247.44327: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888247.44338: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888247.44429: variable '_storage_pools_list' from source: set_fact 138029 1726888247.44453: Evaluated conditional (_storage_pools_list | length > 0): True 138029 1726888247.44459: variable 'omit' from source: magic vars 138029 1726888247.44493: variable 'omit' from source: magic vars 138029 1726888247.44515: variable 'omit' from source: magic vars 138029 1726888247.44533: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888247.44553: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888247.44572: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888247.44585: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888247.44595: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888247.44609: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888247.44621: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888247.44643: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888247.44646: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888247.44649: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888247.44730: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888247.44733: Set connection var ansible_timeout to 10 138029 1726888247.44740: Set connection var ansible_pipelining to False 138029 1726888247.44742: Set connection var ansible_shell_type to sh 138029 1726888247.44745: Set connection var ansible_connection to ssh 138029 1726888247.44750: Set connection var ansible_shell_executable to /bin/sh 138029 1726888247.44774: variable 'ansible_shell_executable' from source: unknown 138029 1726888247.44777: variable 'ansible_connection' from source: unknown 138029 1726888247.44779: variable 'ansible_module_compression' from source: unknown 138029 1726888247.44782: variable 'ansible_shell_type' from source: unknown 138029 1726888247.44784: variable 'ansible_shell_executable' from source: unknown 138029 1726888247.44786: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888247.44789: variable 'ansible_pipelining' from source: unknown 138029 1726888247.44791: variable 'ansible_timeout' from source: unknown 138029 1726888247.44796: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888247.44873: 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) 138029 1726888247.44881: variable 'omit' from source: magic vars 138029 1726888247.44886: starting attempt loop 138029 1726888247.44888: running the handler 138029 1726888247.44930: variable '_storage_pools_list' from source: set_fact 138029 1726888247.44983: variable '_storage_pools_list' from source: set_fact 138029 1726888247.45075: handler run complete 138029 1726888247.45090: attempt loop complete, returning result 138029 1726888247.45092: _execute() done 138029 1726888247.45095: dumping result to json 138029 1726888247.45100: done dumping result, returning 138029 1726888247.45107: done running TaskExecutor() for managed_node3/TASK: Print out pool information [0affc8a3-6f6f-5a58-73a2-000000003aec] 138029 1726888247.45111: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003aec 138029 1726888247.45204: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003aec 138029 1726888247.45207: WORKER PROCESS EXITING ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } 138029 1726888247.45273: no more pending results, returning what we have 138029 1726888247.45277: results queue empty 138029 1726888247.45278: checking for any_errors_fatal 138029 1726888247.45279: done checking for any_errors_fatal 138029 1726888247.45280: checking for max_fail_percentage 138029 1726888247.45281: done checking for max_fail_percentage 138029 1726888247.45282: checking to see if all hosts have failed and the running result is not ok 138029 1726888247.45289: done checking to see if all hosts have failed 138029 1726888247.45290: getting the remaining hosts for this loop 138029 1726888247.45292: done getting the remaining hosts for this loop 138029 1726888247.45295: getting the next task for host managed_node3 138029 1726888247.45300: done getting next task for host managed_node3 138029 1726888247.45302: ^ task is: TASK: Print out volume information 138029 1726888247.45305: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888247.45310: getting variables 138029 1726888247.45311: in VariableManager get_vars() 138029 1726888247.45344: Calling all_inventory to load vars for managed_node3 138029 1726888247.45346: Calling groups_inventory to load vars for managed_node3 138029 1726888247.45350: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888247.45361: Calling all_plugins_play to load vars for managed_node3 138029 1726888247.45364: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888247.45366: Calling groups_plugins_play to load vars for managed_node3 138029 1726888247.45759: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888247.46114: done with get_vars() 138029 1726888247.46125: done getting variables 138029 1726888247.46165: 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:10:47 -0400 (0:00:00.046) 0:04:20.185 ****** 138029 1726888247.46185: entering _queue_task() for managed_node3/debug 138029 1726888247.46392: worker is 1 (out of 1 available) 138029 1726888247.46407: exiting _queue_task() for managed_node3/debug 138029 1726888247.46419: done queuing things up, now waiting for results queue to drain 138029 1726888247.46420: waiting for pending results... 138029 1726888247.46605: running TaskExecutor() for managed_node3/TASK: Print out volume information 138029 1726888247.46674: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003aed 138029 1726888247.46685: variable 'ansible_search_path' from source: unknown 138029 1726888247.46712: calling self._execute() 138029 1726888247.46807: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888247.46812: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888247.46821: variable 'omit' from source: magic vars 138029 1726888247.47114: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888247.48684: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888247.48731: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888247.48759: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888247.48786: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888247.48806: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888247.48864: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888247.48887: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888247.48905: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888247.48933: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888247.48944: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888247.49032: variable '_storage_volumes_list' from source: set_fact 138029 1726888247.49045: Evaluated conditional (_storage_volumes_list | length > 0): False 138029 1726888247.49049: when evaluation is False, skipping this task 138029 1726888247.49052: _execute() done 138029 1726888247.49054: dumping result to json 138029 1726888247.49059: done dumping result, returning 138029 1726888247.49064: done running TaskExecutor() for managed_node3/TASK: Print out volume information [0affc8a3-6f6f-5a58-73a2-000000003aed] 138029 1726888247.49071: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003aed 138029 1726888247.49153: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003aed 138029 1726888247.49157: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "_storage_volumes_list | length > 0" } 138029 1726888247.49205: no more pending results, returning what we have 138029 1726888247.49208: results queue empty 138029 1726888247.49209: checking for any_errors_fatal 138029 1726888247.49225: done checking for any_errors_fatal 138029 1726888247.49226: checking for max_fail_percentage 138029 1726888247.49227: done checking for max_fail_percentage 138029 1726888247.49228: checking to see if all hosts have failed and the running result is not ok 138029 1726888247.49229: done checking to see if all hosts have failed 138029 1726888247.49230: getting the remaining hosts for this loop 138029 1726888247.49232: done getting the remaining hosts for this loop 138029 1726888247.49235: getting the next task for host managed_node3 138029 1726888247.49240: done getting next task for host managed_node3 138029 1726888247.49243: ^ task is: TASK: Collect info about the volumes. 138029 1726888247.49246: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888247.49250: getting variables 138029 1726888247.49251: in VariableManager get_vars() 138029 1726888247.49286: Calling all_inventory to load vars for managed_node3 138029 1726888247.49289: Calling groups_inventory to load vars for managed_node3 138029 1726888247.49292: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888247.49301: Calling all_plugins_play to load vars for managed_node3 138029 1726888247.49304: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888247.49306: Calling groups_plugins_play to load vars for managed_node3 138029 1726888247.49751: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888247.50360: done with get_vars() 138029 1726888247.50377: 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:10:47 -0400 (0:00:00.042) 0:04:20.228 ****** 138029 1726888247.50454: entering _queue_task() for managed_node3/fedora.linux_system_roles.blockdev_info 138029 1726888247.50736: worker is 1 (out of 1 available) 138029 1726888247.50751: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blockdev_info 138029 1726888247.50967: done queuing things up, now waiting for results queue to drain 138029 1726888247.50969: waiting for pending results... 138029 1726888247.51174: running TaskExecutor() for managed_node3/TASK: Collect info about the volumes. 138029 1726888247.51202: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003aee 138029 1726888247.51225: variable 'ansible_search_path' from source: unknown 138029 1726888247.51269: calling self._execute() 138029 1726888247.51403: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888247.51420: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888247.51437: variable 'omit' from source: magic vars 138029 1726888247.51570: variable 'omit' from source: magic vars 138029 1726888247.51620: variable 'omit' from source: magic vars 138029 1726888247.51672: variable 'omit' from source: magic vars 138029 1726888247.51739: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888247.51778: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888247.51808: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888247.51848: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888247.51957: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888247.51962: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888247.51964: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888247.51967: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888247.51969: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888247.51972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888247.52092: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888247.52105: Set connection var ansible_timeout to 10 138029 1726888247.52118: Set connection var ansible_pipelining to False 138029 1726888247.52126: Set connection var ansible_shell_type to sh 138029 1726888247.52133: Set connection var ansible_connection to ssh 138029 1726888247.52161: Set connection var ansible_shell_executable to /bin/sh 138029 1726888247.52183: variable 'ansible_shell_executable' from source: unknown 138029 1726888247.52197: variable 'ansible_connection' from source: unknown 138029 1726888247.52262: variable 'ansible_module_compression' from source: unknown 138029 1726888247.52266: variable 'ansible_shell_type' from source: unknown 138029 1726888247.52268: variable 'ansible_shell_executable' from source: unknown 138029 1726888247.52270: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888247.52273: variable 'ansible_pipelining' from source: unknown 138029 1726888247.52275: variable 'ansible_timeout' from source: unknown 138029 1726888247.52277: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888247.52454: 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) 138029 1726888247.52477: variable 'omit' from source: magic vars 138029 1726888247.52501: starting attempt loop 138029 1726888247.52509: running the handler 138029 1726888247.52532: _low_level_execute_command(): starting 138029 1726888247.52632: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888247.53287: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.53381: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.53404: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888247.53423: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888247.53459: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888247.53551: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888247.55258: stdout chunk (state=3): >>>/root <<< 138029 1726888247.55354: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888247.55390: stderr chunk (state=3): >>><<< 138029 1726888247.55393: stdout chunk (state=3): >>><<< 138029 1726888247.55415: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888247.55428: _low_level_execute_command(): starting 138029 1726888247.55436: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888247.554159-146272-187597706421071 `" && echo ansible-tmp-1726888247.554159-146272-187597706421071="` echo /root/.ansible/tmp/ansible-tmp-1726888247.554159-146272-187597706421071 `" ) && sleep 0' 138029 1726888247.55868: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888247.55871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888247.55876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888247.55888: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888247.55890: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.55928: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888247.55931: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888247.55985: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888247.58068: stdout chunk (state=3): >>>ansible-tmp-1726888247.554159-146272-187597706421071=/root/.ansible/tmp/ansible-tmp-1726888247.554159-146272-187597706421071 <<< 138029 1726888247.58174: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888247.58194: stderr chunk (state=3): >>><<< 138029 1726888247.58197: stdout chunk (state=3): >>><<< 138029 1726888247.58210: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888247.554159-146272-187597706421071=/root/.ansible/tmp/ansible-tmp-1726888247.554159-146272-187597706421071 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888247.58263: variable 'ansible_module_compression' from source: unknown 138029 1726888247.58292: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blockdev_info-ZIP_DEFLATED 138029 1726888247.58322: variable 'ansible_facts' from source: unknown 138029 1726888247.58386: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888247.554159-146272-187597706421071/AnsiballZ_blockdev_info.py 138029 1726888247.58483: Sending initial data 138029 1726888247.58486: Sent initial data (163 bytes) 138029 1726888247.58914: 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 <<< 138029 1726888247.58918: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.58920: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888247.58922: 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.13.126 originally 10.31.13.126 <<< 138029 1726888247.58926: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.58975: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888247.58980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888247.59031: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888247.60599: 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 <<< 138029 1726888247.60603: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888247.60649: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888247.60696: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp0fike4fx /root/.ansible/tmp/ansible-tmp-1726888247.554159-146272-187597706421071/AnsiballZ_blockdev_info.py <<< 138029 1726888247.60699: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888247.554159-146272-187597706421071/AnsiballZ_blockdev_info.py" <<< 138029 1726888247.60741: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp0fike4fx" to remote "/root/.ansible/tmp/ansible-tmp-1726888247.554159-146272-187597706421071/AnsiballZ_blockdev_info.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888247.554159-146272-187597706421071/AnsiballZ_blockdev_info.py" <<< 138029 1726888247.61274: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888247.61310: stderr chunk (state=3): >>><<< 138029 1726888247.61313: stdout chunk (state=3): >>><<< 138029 1726888247.61328: done transferring module to remote 138029 1726888247.61339: _low_level_execute_command(): starting 138029 1726888247.61343: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888247.554159-146272-187597706421071/ /root/.ansible/tmp/ansible-tmp-1726888247.554159-146272-187597706421071/AnsiballZ_blockdev_info.py && sleep 0' 138029 1726888247.61754: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888247.61760: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.61762: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888247.61770: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.61815: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888247.61818: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888247.61869: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888247.63669: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888247.63692: stderr chunk (state=3): >>><<< 138029 1726888247.63696: stdout chunk (state=3): >>><<< 138029 1726888247.63714: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888247.63717: _low_level_execute_command(): starting 138029 1726888247.63719: _low_level_execute_command(): using become for this command 138029 1726888247.63730: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-dciffrsvoowrbivgjcrywbtwfksagekn ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888247.554159-146272-187597706421071/AnsiballZ_blockdev_info.py'"'"' && sleep 0' 138029 1726888247.63802: Initial state: awaiting_escalation: BECOME-SUCCESS-dciffrsvoowrbivgjcrywbtwfksagekn 138029 1726888247.64172: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888247.64177: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.64196: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888247.64211: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888247.64268: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888247.67222: stdout chunk (state=1): >>>BECOME-SUCCESS-dciffrsvoowrbivgjcrywbtwfksagekn <<< 138029 1726888247.67225: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-dciffrsvoowrbivgjcrywbtwfksagekn' 138029 1726888247.67561: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888247.67596: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888247.67622: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888247.67634: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888247.67703: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888247.67710: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888247.67742: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888247.67778: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888247.67794: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888247.67811: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888247.67864: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888247.67879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888247.67881: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888247.67908: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888247.67943: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888247.67979: 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 0x7f9968b103e0> <<< 138029 1726888247.67984: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968adfa10> <<< 138029 1726888247.68008: 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' <<< 138029 1726888247.68027: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968b12960> <<< 138029 1726888247.68044: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888247.68078: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888247.68097: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888247.68128: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888247.68142: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888247.68223: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888247.68252: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888247.68258: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888247.68291: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888247.68293: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888247.68314: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888247.68317: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888247.68346: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888247.68357: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888247.68387: 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 <<< 138029 1726888247.68399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888247.68410: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968904fe0> <<< 138029 1726888247.68474: 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' <<< 138029 1726888247.68490: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968905fd0> <<< 138029 1726888247.68519: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888247.68552: 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. <<< 138029 1726888247.68777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888247.68789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888247.68815: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888247.68819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888247.68841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888247.68889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888247.68898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888247.68936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888247.68942: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996894be00> <<< 138029 1726888247.68968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888247.68977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888247.69004: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888247.69012: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996894bec0> <<< 138029 1726888247.69026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888247.69054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888247.69083: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888247.69126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888247.69153: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888247.69173: 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 0x7f996897b830> <<< 138029 1726888247.69196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888247.69212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888247.69219: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996897bec0> <<< 138029 1726888247.69225: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888247.69278: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996895bad0> <<< 138029 1726888247.69286: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888247.69320: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689591f0> <<< 138029 1726888247.69413: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968948fb0> <<< 138029 1726888247.69440: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888247.69465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888247.69473: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888247.69493: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888247.69519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888247.69535: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888247.69552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888247.69579: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996899f800> <<< 138029 1726888247.69600: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996899e420> <<< 138029 1726888247.69626: 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' <<< 138029 1726888247.69632: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996895a0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996899cc20> <<< 138029 1726888247.69679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888247.69702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689d0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968948230> <<< 138029 1726888247.69715: 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' <<< 138029 1726888247.69757: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888247.69765: 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 0x7f99689d0d10> <<< 138029 1726888247.69775: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689d0bc0> <<< 138029 1726888247.69795: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888247.69811: 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 0x7f99689d0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996893ed50> <<< 138029 1726888247.69840: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888247.69843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888247.69861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888247.69895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888247.69905: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689d1610> <<< 138029 1726888247.69918: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689d12e0> import 'importlib.machinery' # <<< 138029 1726888247.69944: 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' <<< 138029 1726888247.69969: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689d2510> <<< 138029 1726888247.69979: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888247.69990: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888247.70011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888247.70048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888247.70068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888247.70087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689e8710> <<< 138029 1726888247.70091: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888247.70119: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888247.70133: 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 0x7f99689e9df0> <<< 138029 1726888247.70155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888247.70162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888247.70186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888247.70193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888247.70205: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689eac60> <<< 138029 1726888247.70253: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888247.70268: 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 0x7f99689eb2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689ea1b0> <<< 138029 1726888247.70279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888247.70285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888247.70336: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888247.70348: 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 0x7f99689ebd40> <<< 138029 1726888247.70359: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689eb470> <<< 138029 1726888247.70393: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689d2540> <<< 138029 1726888247.70415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888247.70437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888247.70470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888247.70481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888247.70514: 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 0x7f9968773bc0> <<< 138029 1726888247.70532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888247.70548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888247.70579: 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 0x7f996879c6b0> <<< 138029 1726888247.70589: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996879c410> <<< 138029 1726888247.70602: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888247.70609: 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 0x7f996879c6e0> <<< 138029 1726888247.70629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888247.70646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888247.70712: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888247.70836: 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 0x7f996879d010> <<< 138029 1726888247.70952: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888247.70971: 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 0x7f996879da00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996879c8c0> <<< 138029 1726888247.70980: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968771d60> <<< 138029 1726888247.71011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888247.71025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888247.71057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888247.71065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888247.71071: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996879ee10> <<< 138029 1726888247.71092: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996879db50> <<< 138029 1726888247.71117: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689d2c30> <<< 138029 1726888247.71140: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888247.71203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888247.71219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888247.71261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888247.71284: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99687c7140> <<< 138029 1726888247.71345: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888247.71351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888247.71377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888247.71394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888247.71442: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99687ef500> <<< 138029 1726888247.71460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888247.71506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888247.71560: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888247.71588: 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 0x7f996884c260> <<< 138029 1726888247.71599: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888247.71633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888247.71659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888247.71700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888247.71787: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996884e9c0> <<< 138029 1726888247.71862: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996884c380> <<< 138029 1726888247.71898: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99688192b0> <<< 138029 1726888247.71928: 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' <<< 138029 1726888247.71930: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968129340> <<< 138029 1726888247.71952: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99687ee300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996879fd40> <<< 138029 1726888247.72116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888247.72131: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f99681295e0> <<< 138029 1726888247.72439: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_ojm2a3m3/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' <<< 138029 1726888247.72442: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.72572: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.72600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888247.72614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888247.72660: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888247.72735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888247.72773: 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 0x7f996817b0e0> <<< 138029 1726888247.72779: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888247.72960: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996815dfd0> <<< 138029 1726888247.72972: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996815d130> # zipimport: zlib available <<< 138029 1726888247.72996: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888247.73004: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.73019: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.73035: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.73045: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888247.73071: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.74492: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.75634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888247.75648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968178fb0> <<< 138029 1726888247.75666: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888247.75669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888247.75694: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888247.75701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888247.75732: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888247.75739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888247.75772: 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 0x7f99681aaa80> <<< 138029 1726888247.75812: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99681aa810> <<< 138029 1726888247.75842: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99681aa120> <<< 138029 1726888247.75870: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888247.75875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888247.75914: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99681aaab0> <<< 138029 1726888247.75919: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996817bd70> import 'atexit' # <<< 138029 1726888247.75958: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888247.75967: 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 0x7f99681ab6b0> <<< 138029 1726888247.75986: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888247.75989: 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 0x7f99681ab860> <<< 138029 1726888247.76008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888247.76066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888247.76083: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888247.76127: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99681abd10> <<< 138029 1726888247.76134: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888247.76152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888247.76188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888247.76219: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968019b80> <<< 138029 1726888247.76252: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888247.76260: 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 0x7f996801b7a0> <<< 138029 1726888247.76282: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888247.76290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888247.76332: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996801c1a0> <<< 138029 1726888247.76348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888247.76388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888247.76398: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996801d310> <<< 138029 1726888247.76424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888247.76462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888247.76487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888247.76490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888247.76549: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996801fdd0> <<< 138029 1726888247.76588: 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 0x7f996899dee0> <<< 138029 1726888247.76608: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996801e0f0> <<< 138029 1726888247.76626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888247.76661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888247.76683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888247.76698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888247.76702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888247.76742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888247.76762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888247.76777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968027dd0> <<< 138029 1726888247.76785: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888247.76861: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99680268a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968026600> <<< 138029 1726888247.76875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888247.76886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888247.76965: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968026b70> <<< 138029 1726888247.76993: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996801e5d0> <<< 138029 1726888247.77018: 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 0x7f996806ba10> <<< 138029 1726888247.77051: 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 0x7f996806c0b0> <<< 138029 1726888247.77070: 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 <<< 138029 1726888247.77090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888247.77107: 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' <<< 138029 1726888247.77150: 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 0x7f996806dc10> <<< 138029 1726888247.77159: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996806d9d0> <<< 138029 1726888247.77174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888247.77303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888247.77359: 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 0x7f9968070170> <<< 138029 1726888247.77365: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996806e300> <<< 138029 1726888247.77384: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888247.77425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888247.77469: 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' <<< 138029 1726888247.77471: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888247.77516: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968073950> <<< 138029 1726888247.77640: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968070320> <<< 138029 1726888247.77703: 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 0x7f9968074770> <<< 138029 1726888247.77736: 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 0x7f99680749e0> <<< 138029 1726888247.77779: 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 0x7f9968074c50> <<< 138029 1726888247.77793: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996806c320> <<< 138029 1726888247.77811: 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 <<< 138029 1726888247.77833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888247.77838: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888247.77868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888247.77891: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888247.77920: 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 0x7f9967f00380> <<< 138029 1726888247.78069: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888247.78086: 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 0x7f9967f01460> <<< 138029 1726888247.78093: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968076b10> <<< 138029 1726888247.78126: 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 0x7f9968077ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968076750> <<< 138029 1726888247.78144: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.78164: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.78177: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888247.78182: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.78274: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.78368: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.78383: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888247.78387: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.78413: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.78420: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888247.78430: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.78550: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.78672: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.79221: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.79767: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888247.79776: 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' # <<< 138029 1726888247.79805: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888247.79816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888247.79876: 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 0x7f9967f05820> <<< 138029 1726888247.79954: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888247.79974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888247.79984: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9967f06660> <<< 138029 1726888247.79991: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9967f01730> <<< 138029 1726888247.80041: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888247.80051: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.80071: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.80093: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888247.80248: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.80401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888247.80420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9967f06300> <<< 138029 1726888247.80425: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.80887: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.81326: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.81399: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.81475: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888247.81489: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.81520: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.81561: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888247.81568: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.81636: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.81724: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888247.81730: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.81744: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.81762: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888247.81767: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.81810: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.81845: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888247.81861: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.82083: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.82312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888247.82374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888247.82391: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888247.82464: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9967f07830> <<< 138029 1726888247.82474: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.82545: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.82621: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888247.82635: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888247.82653: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.82699: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.82738: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888247.82753: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.82792: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.82839: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.82894: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.82968: 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 <<< 138029 1726888247.83004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888247.83092: 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 0x7f9967f12360> <<< 138029 1726888247.83124: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9967f0da30> <<< 138029 1726888247.83157: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888247.83167: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 138029 1726888247.83180: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.83236: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.83297: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.83324: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.83371: 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 <<< 138029 1726888247.83388: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888247.83395: 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 <<< 138029 1726888247.83416: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888247.83439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888247.83497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888247.83518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888247.83535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888247.83595: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99681fab10> <<< 138029 1726888247.83640: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99681e67e0> <<< 138029 1726888247.83718: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9967f12060> <<< 138029 1726888247.83725: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9967f062d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888247.83765: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.83788: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888247.83843: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888247.83868: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.83876: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.83890: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888247.83899: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.83905: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.83927: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # # zipimport: zlib available <<< 138029 1726888247.83947: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.83963: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888247.83975: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.83978: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.84000: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888247.84015: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.84021: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888247.84043: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.84115: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.84248: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888247.85323: stdout chunk (state=3): >>> {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sda1": {"name": "/dev/sda1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "53921d07-13e7-0eeb-50d9-43214b60889e", "type": "partition", "size": "10G", "mountpoint": ""}, "/dev/md/vg1-1": {"name": "/dev/md/vg1-1", "fstype": "LVM2_member", "label": "", "uuid": "Bkf3pH-vurX-qZU0-fF60-sQQg-TSSR-M7N1Zi", "type": "raid0", "size": "30G", "mountpoint": ""}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdb1": {"name": "/dev/sdb1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "53921d07-13e7-0eeb-50d9-43214b60889e", "type": "partition", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc1": {"name": "/dev/sdc1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "53921d07-13e7-0eeb-50d9-43214b60889e", "type": "partition", "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": {}}} <<< 138029 1726888247.85345: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888247.85806: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888247.85816: 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 <<< 138029 1726888247.85862: 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 <<< 138029 1726888247.85921: 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 <<< 138029 1726888247.85970: 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 <<< 138029 1726888247.85975: 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 <<< 138029 1726888247.85985: stdout chunk (state=3): >>># destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # 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 <<< 138029 1726888247.86231: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888247.86244: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888247.86273: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888247.86291: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888247.86297: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888247.86324: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 138029 1726888247.86330: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888247.86350: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888247.86380: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal <<< 138029 1726888247.86391: stdout chunk (state=3): >>># destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 138029 1726888247.86407: stdout chunk (state=3): >>># destroy _json <<< 138029 1726888247.86420: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888247.86445: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888247.86448: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888247.86482: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888247.86487: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888247.86514: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888247.86533: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 138029 1726888247.86539: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888247.86571: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888247.86602: 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 <<< 138029 1726888247.86608: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888247.86638: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 138029 1726888247.86645: 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 <<< 138029 1726888247.86663: 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 <<< 138029 1726888247.86680: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888247.86714: 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 <<< 138029 1726888247.86729: 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 <<< 138029 1726888247.86740: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 138029 1726888247.86745: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888247.86877: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 138029 1726888247.86894: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888247.86927: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888247.86932: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888247.86961: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888247.86985: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888247.87003: 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 <<< 138029 1726888247.87028: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888247.87113: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888247.87121: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 138029 1726888247.87127: stdout chunk (state=3): >>># destroy time <<< 138029 1726888247.87151: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888247.87170: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888247.87186: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888247.87192: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888247.87220: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888247.87226: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888247.87719: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888247.87752: stderr chunk (state=3): >>><<< 138029 1726888247.87758: stdout chunk (state=3): >>><<< 138029 1726888247.87827: _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 0x7f9968b103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968adfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968b12960> 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 0x7f9968904fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f9968905fd0> 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 0x7f996894be00> # /usr/lib64/python3.12/__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 0x7f996894bec0> # /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 0x7f996897b830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996897bec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996895bad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689591f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968948fb0> # /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 0x7f996899f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996899e420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996895a0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996899cc20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689d0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968948230> # /usr/lib64/python3.12/__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 0x7f99689d0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689d0bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f99689d0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996893ed50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f99689d1610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689d12e0> 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 0x7f99689d2510> 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 0x7f99689e8710> 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 0x7f99689e9df0> # /usr/lib64/python3.12/__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 0x7f99689eac60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f99689eb2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689ea1b0> # /usr/lib64/python3.12/__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 0x7f99689ebd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689eb470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689d2540> # /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 0x7f9968773bc0> # /usr/lib64/python3.12/__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 0x7f996879c6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996879c410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f996879c6e0> # /usr/lib64/python3.12/__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 0x7f996879d010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f996879da00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996879c8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968771d60> # /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 0x7f996879ee10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996879db50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99689d2c30> # /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 0x7f99687c7140> # /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 0x7f99687ef500> # /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 0x7f996884c260> # /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 0x7f996884e9c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996884c380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99688192b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968129340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99687ee300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996879fd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f99681295e0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_ojm2a3m3/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 0x7f996817b0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996815dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996815d130> # 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 0x7f9968178fb0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f99681aaa80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99681aa810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99681aa120> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f99681aaab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996817bd70> 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 0x7f99681ab6b0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f99681ab860> # /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 0x7f99681abd10> 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 0x7f9968019b80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f996801b7a0> # /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 0x7f996801c1a0> # /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 0x7f996801d310> # /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 0x7f996801fdd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f996899dee0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996801e0f0> # /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 0x7f9968027dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99680268a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968026600> # /usr/lib64/python3.12/__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 0x7f9968026b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996801e5d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f996806ba10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996806c0b0> # /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 0x7f996806dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996806d9d0> # /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 0x7f9968070170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996806e300> # /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 0x7f9968073950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968070320> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9968074770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f99680749e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9968074c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f996806c320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f9967f00380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9967f01460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968076b10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9968077ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9968076750> # 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 0x7f9967f05820> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f9967f06660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9967f01730> 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 0x7f9967f06300> # 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 0x7f9967f07830> # 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 0x7f9967f12360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9967f0da30> 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 0x7f99681fab10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f99681e67e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9967f12060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9967f062d0> # 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/sda1": {"name": "/dev/sda1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "53921d07-13e7-0eeb-50d9-43214b60889e", "type": "partition", "size": "10G", "mountpoint": ""}, "/dev/md/vg1-1": {"name": "/dev/md/vg1-1", "fstype": "LVM2_member", "label": "", "uuid": "Bkf3pH-vurX-qZU0-fF60-sQQg-TSSR-M7N1Zi", "type": "raid0", "size": "30G", "mountpoint": ""}, "/dev/sdb": {"name": "/dev/sdb", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdb1": {"name": "/dev/sdb1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "53921d07-13e7-0eeb-50d9-43214b60889e", "type": "partition", "size": "10G", "mountpoint": ""}, "/dev/sdc": {"name": "/dev/sdc", "fstype": "", "label": "", "uuid": "", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/sdc1": {"name": "/dev/sdc1", "fstype": "linux_raid_member", "label": "vg1-1", "uuid": "53921d07-13e7-0eeb-50d9-43214b60889e", "type": "partition", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888247.88399: 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-1726888247.554159-146272-187597706421071/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888247.88403: _low_level_execute_command(): starting 138029 1726888247.88406: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888247.554159-146272-187597706421071/ > /dev/null 2>&1 && sleep 0' 138029 1726888247.88583: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888247.88587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888247.88589: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.88591: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888247.88593: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888247.88596: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.88642: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888247.88646: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888247.88702: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888247.90537: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888247.90564: stderr chunk (state=3): >>><<< 138029 1726888247.90569: stdout chunk (state=3): >>><<< 138029 1726888247.90583: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888247.90589: handler run complete 138029 1726888247.90612: Evaluated conditional (False): False 138029 1726888247.90622: attempt loop complete, returning result 138029 1726888247.90625: _execute() done 138029 1726888247.90627: dumping result to json 138029 1726888247.90635: done dumping result, returning 138029 1726888247.90643: done running TaskExecutor() for managed_node3/TASK: Collect info about the volumes. [0affc8a3-6f6f-5a58-73a2-000000003aee] 138029 1726888247.90650: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003aee 138029 1726888247.90780: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003aee 138029 1726888247.90783: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "info": { "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/md/vg1-1", "size": "30G", "type": "raid0", "uuid": "Bkf3pH-vurX-qZU0-fF60-sQQg-TSSR-M7N1Zi" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "53921d07-13e7-0eeb-50d9-43214b60889e" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "53921d07-13e7-0eeb-50d9-43214b60889e" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "53921d07-13e7-0eeb-50d9-43214b60889e" }, "/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" } } } 138029 1726888247.90941: no more pending results, returning what we have 138029 1726888247.90944: results queue empty 138029 1726888247.90945: checking for any_errors_fatal 138029 1726888247.90951: done checking for any_errors_fatal 138029 1726888247.90952: checking for max_fail_percentage 138029 1726888247.90953: done checking for max_fail_percentage 138029 1726888247.90954: checking to see if all hosts have failed and the running result is not ok 138029 1726888247.90962: done checking to see if all hosts have failed 138029 1726888247.90963: getting the remaining hosts for this loop 138029 1726888247.90965: done getting the remaining hosts for this loop 138029 1726888247.90968: getting the next task for host managed_node3 138029 1726888247.90973: done getting next task for host managed_node3 138029 1726888247.90976: ^ task is: TASK: Read the /etc/fstab file for volume existence 138029 1726888247.90978: ^ 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 138029 1726888247.90982: getting variables 138029 1726888247.90983: in VariableManager get_vars() 138029 1726888247.91017: Calling all_inventory to load vars for managed_node3 138029 1726888247.91020: Calling groups_inventory to load vars for managed_node3 138029 1726888247.91023: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888247.91032: Calling all_plugins_play to load vars for managed_node3 138029 1726888247.91034: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888247.91036: Calling groups_plugins_play to load vars for managed_node3 138029 1726888247.91430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888247.91794: done with get_vars() 138029 1726888247.91806: done getting variables 138029 1726888247.91849: 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:10:47 -0400 (0:00:00.414) 0:04:20.642 ****** 138029 1726888247.91873: entering _queue_task() for managed_node3/command 138029 1726888247.92085: worker is 1 (out of 1 available) 138029 1726888247.92097: exiting _queue_task() for managed_node3/command 138029 1726888247.92110: done queuing things up, now waiting for results queue to drain 138029 1726888247.92111: waiting for pending results... 138029 1726888247.92312: running TaskExecutor() for managed_node3/TASK: Read the /etc/fstab file for volume existence 138029 1726888247.92389: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003aef 138029 1726888247.92395: variable 'ansible_search_path' from source: unknown 138029 1726888247.92424: calling self._execute() 138029 1726888247.92521: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888247.92527: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888247.92536: variable 'omit' from source: magic vars 138029 1726888247.92628: variable 'omit' from source: magic vars 138029 1726888247.92661: variable 'omit' from source: magic vars 138029 1726888247.92686: variable 'omit' from source: magic vars 138029 1726888247.92720: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888247.92749: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888247.92772: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888247.92786: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888247.92796: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888247.92808: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888247.92822: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888247.92847: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888247.92850: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888247.92853: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888247.92941: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888247.92945: Set connection var ansible_timeout to 10 138029 1726888247.92947: Set connection var ansible_pipelining to False 138029 1726888247.92950: Set connection var ansible_shell_type to sh 138029 1726888247.92952: Set connection var ansible_connection to ssh 138029 1726888247.92959: Set connection var ansible_shell_executable to /bin/sh 138029 1726888247.92984: variable 'ansible_shell_executable' from source: unknown 138029 1726888247.92987: variable 'ansible_connection' from source: unknown 138029 1726888247.92989: variable 'ansible_module_compression' from source: unknown 138029 1726888247.92992: variable 'ansible_shell_type' from source: unknown 138029 1726888247.92994: variable 'ansible_shell_executable' from source: unknown 138029 1726888247.92996: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888247.92999: variable 'ansible_pipelining' from source: unknown 138029 1726888247.93002: variable 'ansible_timeout' from source: unknown 138029 1726888247.93004: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888247.93111: 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) 138029 1726888247.93121: variable 'omit' from source: magic vars 138029 1726888247.93126: starting attempt loop 138029 1726888247.93129: running the handler 138029 1726888247.93142: _low_level_execute_command(): starting 138029 1726888247.93148: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888247.93667: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888247.93671: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888247.93675: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.93722: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888247.93729: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888247.93731: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888247.93781: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888247.95385: stdout chunk (state=3): >>>/root <<< 138029 1726888247.95482: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888247.95509: stderr chunk (state=3): >>><<< 138029 1726888247.95514: stdout chunk (state=3): >>><<< 138029 1726888247.95533: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888247.95544: _low_level_execute_command(): starting 138029 1726888247.95550: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888247.9553254-146285-213981888360135 `" && echo ansible-tmp-1726888247.9553254-146285-213981888360135="` echo /root/.ansible/tmp/ansible-tmp-1726888247.9553254-146285-213981888360135 `" ) && sleep 0' 138029 1726888247.95958: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888247.95992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888247.95995: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.96003: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888247.96006: 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.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888247.96008: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.96044: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888247.96059: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888247.96120: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888247.98073: stdout chunk (state=3): >>>ansible-tmp-1726888247.9553254-146285-213981888360135=/root/.ansible/tmp/ansible-tmp-1726888247.9553254-146285-213981888360135 <<< 138029 1726888247.98183: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888247.98204: stderr chunk (state=3): >>><<< 138029 1726888247.98207: stdout chunk (state=3): >>><<< 138029 1726888247.98224: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888247.9553254-146285-213981888360135=/root/.ansible/tmp/ansible-tmp-1726888247.9553254-146285-213981888360135 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888247.98250: variable 'ansible_module_compression' from source: unknown 138029 1726888247.98296: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888247.98326: variable 'ansible_facts' from source: unknown 138029 1726888247.98384: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888247.9553254-146285-213981888360135/AnsiballZ_command.py 138029 1726888247.98476: Sending initial data 138029 1726888247.98480: Sent initial data (158 bytes) 138029 1726888247.98906: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888247.98909: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888247.98911: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.98913: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888247.98916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888247.98962: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888247.98975: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888247.99020: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888248.00567: 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 <<< 138029 1726888248.00574: 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 <<< 138029 1726888248.00613: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888248.00666: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpoyjgbsuu /root/.ansible/tmp/ansible-tmp-1726888247.9553254-146285-213981888360135/AnsiballZ_command.py <<< 138029 1726888248.00669: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888247.9553254-146285-213981888360135/AnsiballZ_command.py" <<< 138029 1726888248.00713: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpoyjgbsuu" to remote "/root/.ansible/tmp/ansible-tmp-1726888247.9553254-146285-213981888360135/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888247.9553254-146285-213981888360135/AnsiballZ_command.py" <<< 138029 1726888248.01288: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888248.01298: stderr chunk (state=3): >>><<< 138029 1726888248.01302: stdout chunk (state=3): >>><<< 138029 1726888248.01337: done transferring module to remote 138029 1726888248.01348: _low_level_execute_command(): starting 138029 1726888248.01353: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888247.9553254-146285-213981888360135/ /root/.ansible/tmp/ansible-tmp-1726888247.9553254-146285-213981888360135/AnsiballZ_command.py && sleep 0' 138029 1726888248.01748: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888248.01786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888248.01789: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.01791: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888248.01797: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.01837: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888248.01841: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888248.01895: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888248.03629: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888248.03649: stderr chunk (state=3): >>><<< 138029 1726888248.03652: stdout chunk (state=3): >>><<< 138029 1726888248.03666: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888248.03672: _low_level_execute_command(): starting 138029 1726888248.03676: _low_level_execute_command(): using become for this command 138029 1726888248.03689: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-udfjvvmjzwthojltolefsaskfbirztbp ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888247.9553254-146285-213981888360135/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888248.03760: Initial state: awaiting_escalation: BECOME-SUCCESS-udfjvvmjzwthojltolefsaskfbirztbp 138029 1726888248.04121: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888248.04126: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.04167: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888248.04169: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888248.04218: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888248.07114: stdout chunk (state=1): >>>BECOME-SUCCESS-udfjvvmjzwthojltolefsaskfbirztbp <<< 138029 1726888248.07118: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-udfjvvmjzwthojltolefsaskfbirztbp' 138029 1726888248.07457: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888248.07492: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888248.07526: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888248.07531: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888248.07624: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888248.07698: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888248.07709: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888248.07723: stdout chunk (state=3): >>>import 'zipimport' # <<< 138029 1726888248.07786: 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 <<< 138029 1726888248.07793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.07814: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888248.07839: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888248.07871: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888248.07897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888248.07904: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec7bc3e0> <<< 138029 1726888248.07917: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec78ba10> <<< 138029 1726888248.07939: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888248.07959: 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 0x7f4cec7be930> <<< 138029 1726888248.07981: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888248.08010: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888248.08016: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888248.08030: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888248.08069: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888248.08158: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888248.08189: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888248.08192: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888248.08224: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888248.08234: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888248.08251: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888248.08268: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888248.08271: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888248.08288: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888248.08317: 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 <<< 138029 1726888248.08320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888248.08348: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec7ccfe0> <<< 138029 1726888248.08410: 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 <<< 138029 1726888248.08413: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.08422: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec7cdfd0> <<< 138029 1726888248.08454: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888248.08484: 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. <<< 138029 1726888248.08708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888248.08720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888248.08747: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888248.08758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.08779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888248.08816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888248.08839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888248.08871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888248.08879: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec5d3dd0> <<< 138029 1726888248.08895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888248.08916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888248.08948: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888248.08963: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec5d3fe0> <<< 138029 1726888248.08966: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888248.08997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888248.09022: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888248.09076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.09085: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888248.09117: 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 0x7f4cec6037a0> <<< 138029 1726888248.09142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888248.09157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888248.09168: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec603e30> <<< 138029 1726888248.09173: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888248.09225: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec5e3aa0> <<< 138029 1726888248.09231: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888248.09268: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec5e11c0> <<< 138029 1726888248.09356: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec5d0f80> <<< 138029 1726888248.09383: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888248.09407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888248.09418: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888248.09441: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888248.09469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888248.09485: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888248.09498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888248.09528: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec627710> <<< 138029 1726888248.09545: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec626330> <<< 138029 1726888248.09569: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888248.09584: 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 0x7f4cec5e21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec5d2e70> <<< 138029 1726888248.09628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888248.09639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec658740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec5d0200> <<< 138029 1726888248.09671: 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' <<< 138029 1726888248.09704: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.09709: 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 0x7f4cec658bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec658aa0> <<< 138029 1726888248.09750: 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 0x7f4cec658e90> <<< 138029 1726888248.09759: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec5c6d20> <<< 138029 1726888248.09788: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888248.09796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.09807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888248.09842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888248.09851: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec659550> <<< 138029 1726888248.09874: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec659220> import 'importlib.machinery' # <<< 138029 1726888248.09898: 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' <<< 138029 1726888248.09921: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec65a450> <<< 138029 1726888248.09929: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888248.09948: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888248.09968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888248.10001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888248.10025: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888248.10041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec674650> <<< 138029 1726888248.10047: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888248.10077: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.10080: 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 0x7f4cec675d90> <<< 138029 1726888248.10111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888248.10117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888248.10146: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888248.10153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888248.10172: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec676c30> <<< 138029 1726888248.10206: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.10211: 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 0x7f4cec677290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec676180> <<< 138029 1726888248.10244: 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' <<< 138029 1726888248.10292: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.10296: 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 0x7f4cec677d10> <<< 138029 1726888248.10311: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec677440> <<< 138029 1726888248.10349: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec65a480> <<< 138029 1726888248.10378: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888248.10400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888248.10419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888248.10437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888248.10474: 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 0x7f4cec3fbbf0> <<< 138029 1726888248.10499: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888248.10505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888248.10524: 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' <<< 138029 1726888248.10539: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cec424650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec4243b0> <<< 138029 1726888248.10561: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.10569: 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 0x7f4cec424680> <<< 138029 1726888248.10597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888248.10606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888248.10669: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.10793: 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 0x7f4cec424f80> <<< 138029 1726888248.10899: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.10919: 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 0x7f4cec425970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec424860> <<< 138029 1726888248.10927: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec3f9d90> <<< 138029 1726888248.10958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888248.10974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888248.11001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888248.11004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888248.11024: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec426d50> <<< 138029 1726888248.11042: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec425a90> <<< 138029 1726888248.11067: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec65ab70> <<< 138029 1726888248.11092: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888248.11151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.11172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888248.11205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888248.11235: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec4530b0> <<< 138029 1726888248.11293: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888248.11296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.11323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888248.11344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888248.11385: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec47b470> <<< 138029 1726888248.11406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888248.11451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888248.11503: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888248.11530: 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' <<< 138029 1726888248.11533: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec4d4260> <<< 138029 1726888248.11562: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888248.11585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888248.11610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888248.11646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888248.11735: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec4d69c0> <<< 138029 1726888248.11807: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec4d4380> <<< 138029 1726888248.11845: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec4a1250> <<< 138029 1726888248.11877: 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' <<< 138029 1726888248.11896: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebd213a0> <<< 138029 1726888248.11902: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec47a270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec427c80> <<< 138029 1726888248.12072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888248.12093: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4cec47a5d0> <<< 138029 1726888248.12439: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_kk4q0czn/ansible_ansible.legacy.command_payload.zip' <<< 138029 1726888248.12442: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.12574: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.12599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888248.12603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888248.12656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888248.12722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888248.12762: 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 0x7f4cebd77020> import '_typing' # <<< 138029 1726888248.12952: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebd59f10> <<< 138029 1726888248.12958: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebd59070> <<< 138029 1726888248.12965: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.12994: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888248.13002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.13018: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.13032: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.13042: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888248.13066: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.14437: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.15529: 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 0x7f4cebd74ef0> <<< 138029 1726888248.15565: 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' <<< 138029 1726888248.15595: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888248.15602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888248.15616: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888248.15628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888248.15662: 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 0x7f4cebda6990> <<< 138029 1726888248.15693: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebda6720> <<< 138029 1726888248.15725: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebda6030> <<< 138029 1726888248.15744: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888248.15763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888248.15797: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebda6a80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebd77cb0> <<< 138029 1726888248.15803: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888248.15837: 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 0x7f4cebda7680> <<< 138029 1726888248.15869: 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 0x7f4cebda7800> <<< 138029 1726888248.15891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888248.15927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888248.15947: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888248.15990: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebda7d40> <<< 138029 1726888248.16004: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888248.16020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888248.16048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888248.16085: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc0da00> <<< 138029 1726888248.16118: 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 0x7f4cebc0f6b0> <<< 138029 1726888248.16148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888248.16151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888248.16194: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc0ffe0> <<< 138029 1726888248.16210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888248.16243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888248.16260: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc11190> <<< 138029 1726888248.16284: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888248.16316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888248.16342: 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' <<< 138029 1726888248.16396: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc13c80> <<< 138029 1726888248.16429: 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 0x7f4cec676ba0> <<< 138029 1726888248.16453: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc11f70> <<< 138029 1726888248.16472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888248.16501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888248.16527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888248.16537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888248.16548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888248.16581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888248.16597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888248.16618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc1bc50> <<< 138029 1726888248.16630: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888248.16695: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc1a720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc1a480> <<< 138029 1726888248.16716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888248.16730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888248.16800: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc1a9f0> <<< 138029 1726888248.16830: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc12480> <<< 138029 1726888248.16862: 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 0x7f4cebc5fe30> <<< 138029 1726888248.16886: 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 0x7f4cebc5ffe0> <<< 138029 1726888248.16908: 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 <<< 138029 1726888248.16925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888248.16946: 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' <<< 138029 1726888248.16988: 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 0x7f4cebc61a30> <<< 138029 1726888248.16992: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc617f0> <<< 138029 1726888248.17010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888248.17111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888248.17164: 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 0x7f4cebc63fb0> <<< 138029 1726888248.17179: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc62120> <<< 138029 1726888248.17195: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888248.17226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.17251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888248.17270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888248.17273: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888248.17315: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc677d0> <<< 138029 1726888248.17439: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc641a0> <<< 138029 1726888248.17497: 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 0x7f4cebc68890> <<< 138029 1726888248.17529: 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 0x7f4cebc68a10> <<< 138029 1726888248.17571: 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 0x7f4cebc68950> <<< 138029 1726888248.17585: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc60110> <<< 138029 1726888248.17606: 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 <<< 138029 1726888248.17623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888248.17630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888248.17657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888248.17683: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.17704: 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 0x7f4cebcf41d0> <<< 138029 1726888248.17852: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.17863: 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 0x7f4cebcf53a0> <<< 138029 1726888248.17873: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc6a960> <<< 138029 1726888248.17899: 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 0x7f4cebc6bd10> <<< 138029 1726888248.17913: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc6a5a0> <<< 138029 1726888248.17924: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.17933: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.17953: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888248.17958: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.18046: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.18127: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.18149: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.18169: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888248.18177: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.18193: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888248.18201: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.18321: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.18438: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.18967: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.19497: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 138029 1726888248.19506: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 138029 1726888248.19528: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888248.19548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.19593: 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 0x7f4cebcf94c0> <<< 138029 1726888248.19676: 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' <<< 138029 1726888248.19704: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebcfa240> <<< 138029 1726888248.19706: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebcf54f0> <<< 138029 1726888248.19761: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888248.19766: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.19795: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.19800: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888248.19821: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.19961: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.20114: 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' <<< 138029 1726888248.20134: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebcfa330> <<< 138029 1726888248.20143: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.20591: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.21026: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.21101: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.21177: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888248.21188: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.21221: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.21263: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888248.21271: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.21342: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.21417: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888248.21436: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.21452: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.21464: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888248.21476: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.21515: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.21550: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888248.21567: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.21787: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.22015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888248.22072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888248.22089: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888248.22149: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebcfb560> <<< 138029 1726888248.22170: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.22237: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.22311: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888248.22315: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 138029 1726888248.22329: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888248.22347: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.22393: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.22428: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888248.22446: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.22486: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.22532: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.22589: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.22659: 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 <<< 138029 1726888248.22695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.22780: 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 0x7f4cebb06000> <<< 138029 1726888248.22810: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebb017c0> <<< 138029 1726888248.22841: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888248.22849: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.22919: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.22979: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.23012: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.23051: 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' <<< 138029 1726888248.23076: 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 <<< 138029 1726888248.23098: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888248.23119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888248.23174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888248.23199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888248.23212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888248.23271: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebdfa9c0> <<< 138029 1726888248.23317: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebdee6c0> <<< 138029 1726888248.23390: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebb06120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc6a120> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888248.23413: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.23442: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.23471: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888248.23519: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888248.23546: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.23560: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.23570: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726888248.23576: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.23682: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.23798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888248.23803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888248.23826: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebb05fa0> <<< 138029 1726888248.23904: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.24367: 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:10:48.239369", "end": "2024-09-20 23:10:48.242469", "delta": "0:00:00.003100", "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}}} <<< 138029 1726888248.24387: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888248.24830: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888248.24861: 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 <<< 138029 1726888248.24896: 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 <<< 138029 1726888248.24937: stdout chunk (state=3): >>># cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil <<< 138029 1726888248.24987: 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 # 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 <<< 138029 1726888248.24990: 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 # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing <<< 138029 1726888248.25008: 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 <<< 138029 1726888248.25249: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888248.25253: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888248.25303: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888248.25306: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888248.25308: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888248.25330: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888248.25335: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888248.25370: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888248.25390: 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 <<< 138029 1726888248.25403: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 138029 1726888248.25421: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888248.25440: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 138029 1726888248.25462: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888248.25476: stdout chunk (state=3): >>># destroy fnmatch <<< 138029 1726888248.25488: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888248.25501: stdout chunk (state=3): >>># destroy array <<< 138029 1726888248.25504: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888248.25520: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888248.25542: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888248.25588: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888248.25605: 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 <<< 138029 1726888248.25610: stdout chunk (state=3): >>># destroy linecache # destroy textwrap <<< 138029 1726888248.25623: stdout chunk (state=3): >>># cleanup[3] wiping tokenize <<< 138029 1726888248.25644: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888248.25659: 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 <<< 138029 1726888248.25676: 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 <<< 138029 1726888248.25686: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 138029 1726888248.25702: 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 <<< 138029 1726888248.25722: 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 encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 138029 1726888248.25746: 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 <<< 138029 1726888248.25751: stdout chunk (state=3): >>># cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888248.25888: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888248.25900: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888248.25903: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888248.25945: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888248.25948: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888248.25973: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888248.25997: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888248.26016: 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 <<< 138029 1726888248.26040: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888248.26127: 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 <<< 138029 1726888248.26144: stdout chunk (state=3): >>># destroy time <<< 138029 1726888248.26161: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888248.26186: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888248.26189: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888248.26223: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888248.26243: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888248.26735: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888248.26769: stderr chunk (state=3): >>><<< 138029 1726888248.26772: stdout chunk (state=3): >>><<< 138029 1726888248.26841: _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 0x7f4cec7bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec78ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec7be930> 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 0x7f4cec7ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f4cec7cdfd0> 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 0x7f4cec5d3dd0> # /usr/lib64/python3.12/__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 0x7f4cec5d3fe0> # /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 0x7f4cec6037a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec603e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec5e3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec5e11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec5d0f80> # /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 0x7f4cec627710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec626330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec5e21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec5d2e70> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec658740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec5d0200> # /usr/lib64/python3.12/__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 0x7f4cec658bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec658aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cec658e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec5c6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f4cec659550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec659220> 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 0x7f4cec65a450> 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 0x7f4cec674650> 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 0x7f4cec675d90> # /usr/lib64/python3.12/__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 0x7f4cec676c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cec677290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec676180> # /usr/lib64/python3.12/__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 0x7f4cec677d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec677440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec65a480> # /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 0x7f4cec3fbbf0> # /usr/lib64/python3.12/__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 0x7f4cec424650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec4243b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cec424680> # /usr/lib64/python3.12/__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 0x7f4cec424f80> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cec425970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec424860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec3f9d90> # /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 0x7f4cec426d50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec425a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec65ab70> # /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 0x7f4cec4530b0> # /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 0x7f4cec47b470> # /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 0x7f4cec4d4260> # /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 0x7f4cec4d69c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec4d4380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec4a1250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebd213a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec47a270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cec427c80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4cec47a5d0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_kk4q0czn/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 0x7f4cebd77020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebd59f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebd59070> # 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 0x7f4cebd74ef0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f4cebda6990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebda6720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebda6030> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f4cebda6a80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebd77cb0> 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 0x7f4cebda7680> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cebda7800> # /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 0x7f4cebda7d40> 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 0x7f4cebc0da00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cebc0f6b0> # /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 0x7f4cebc0ffe0> # /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 0x7f4cebc11190> # /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 0x7f4cebc13c80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cec676ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc11f70> # /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 0x7f4cebc1bc50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc1a720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc1a480> # /usr/lib64/python3.12/__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 0x7f4cebc1a9f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc12480> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cebc5fe30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc5ffe0> # /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 0x7f4cebc61a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc617f0> # /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 0x7f4cebc63fb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc62120> # /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 0x7f4cebc677d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc641a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cebc68890> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cebc68a10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cebc68950> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc60110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f4cebcf41d0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cebcf53a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc6a960> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4cebc6bd10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc6a5a0> # 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 0x7f4cebcf94c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f4cebcfa240> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebcf54f0> 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 0x7f4cebcfa330> # 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 0x7f4cebcfb560> # 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 0x7f4cebb06000> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebb017c0> 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 0x7f4cebdfa9c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebdee6c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebb06120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4cebc6a120> # 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 0x7f4cebb05fa0> # 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:10:48.239369", "end": "2024-09-20 23:10:48.242469", "delta": "0:00:00.003100", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888248.27406: 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-1726888247.9553254-146285-213981888360135/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888248.27410: _low_level_execute_command(): starting 138029 1726888248.27413: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888247.9553254-146285-213981888360135/ > /dev/null 2>&1 && sleep 0' 138029 1726888248.27542: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888248.27545: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.27547: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888248.27550: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888248.27552: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.27601: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888248.27614: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888248.27622: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888248.27653: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888248.29494: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888248.29519: stderr chunk (state=3): >>><<< 138029 1726888248.29523: stdout chunk (state=3): >>><<< 138029 1726888248.29539: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888248.29546: handler run complete 138029 1726888248.29568: Evaluated conditional (False): False 138029 1726888248.29575: attempt loop complete, returning result 138029 1726888248.29578: _execute() done 138029 1726888248.29580: dumping result to json 138029 1726888248.29586: done dumping result, returning 138029 1726888248.29595: done running TaskExecutor() for managed_node3/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-5a58-73a2-000000003aef] 138029 1726888248.29599: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003aef 138029 1726888248.29698: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003aef 138029 1726888248.29701: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003100", "end": "2024-09-20 23:10:48.242469", "rc": 0, "start": "2024-09-20 23:10:48.239369" } 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 138029 1726888248.29780: no more pending results, returning what we have 138029 1726888248.29783: results queue empty 138029 1726888248.29785: checking for any_errors_fatal 138029 1726888248.29801: done checking for any_errors_fatal 138029 1726888248.29802: checking for max_fail_percentage 138029 1726888248.29804: done checking for max_fail_percentage 138029 1726888248.29805: checking to see if all hosts have failed and the running result is not ok 138029 1726888248.29805: done checking to see if all hosts have failed 138029 1726888248.29806: getting the remaining hosts for this loop 138029 1726888248.29808: done getting the remaining hosts for this loop 138029 1726888248.29816: getting the next task for host managed_node3 138029 1726888248.29821: done getting next task for host managed_node3 138029 1726888248.29824: ^ task is: TASK: Read the /etc/crypttab file 138029 1726888248.29826: ^ 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 138029 1726888248.29831: getting variables 138029 1726888248.29832: in VariableManager get_vars() 138029 1726888248.29871: Calling all_inventory to load vars for managed_node3 138029 1726888248.29874: Calling groups_inventory to load vars for managed_node3 138029 1726888248.29881: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888248.29891: Calling all_plugins_play to load vars for managed_node3 138029 1726888248.29894: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888248.29896: Calling groups_plugins_play to load vars for managed_node3 138029 1726888248.30287: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888248.30640: done with get_vars() 138029 1726888248.30653: done getting variables 138029 1726888248.30699: 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:10:48 -0400 (0:00:00.388) 0:04:21.030 ****** 138029 1726888248.30722: entering _queue_task() for managed_node3/command 138029 1726888248.30941: worker is 1 (out of 1 available) 138029 1726888248.30958: exiting _queue_task() for managed_node3/command 138029 1726888248.30974: done queuing things up, now waiting for results queue to drain 138029 1726888248.30976: waiting for pending results... 138029 1726888248.31162: running TaskExecutor() for managed_node3/TASK: Read the /etc/crypttab file 138029 1726888248.31235: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003af0 138029 1726888248.31247: variable 'ansible_search_path' from source: unknown 138029 1726888248.31277: calling self._execute() 138029 1726888248.31374: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888248.31379: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888248.31389: variable 'omit' from source: magic vars 138029 1726888248.31482: variable 'omit' from source: magic vars 138029 1726888248.31515: variable 'omit' from source: magic vars 138029 1726888248.31543: variable 'omit' from source: magic vars 138029 1726888248.31581: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888248.31610: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888248.31626: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888248.31643: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888248.31654: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888248.31675: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888248.31688: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888248.31713: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888248.31716: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888248.31718: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888248.31807: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888248.31810: Set connection var ansible_timeout to 10 138029 1726888248.31816: Set connection var ansible_pipelining to False 138029 1726888248.31819: Set connection var ansible_shell_type to sh 138029 1726888248.31821: Set connection var ansible_connection to ssh 138029 1726888248.31826: Set connection var ansible_shell_executable to /bin/sh 138029 1726888248.31848: variable 'ansible_shell_executable' from source: unknown 138029 1726888248.31851: variable 'ansible_connection' from source: unknown 138029 1726888248.31854: variable 'ansible_module_compression' from source: unknown 138029 1726888248.31858: variable 'ansible_shell_type' from source: unknown 138029 1726888248.31860: variable 'ansible_shell_executable' from source: unknown 138029 1726888248.31862: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888248.31864: variable 'ansible_pipelining' from source: unknown 138029 1726888248.31874: variable 'ansible_timeout' from source: unknown 138029 1726888248.31876: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888248.31983: 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) 138029 1726888248.31992: variable 'omit' from source: magic vars 138029 1726888248.31997: starting attempt loop 138029 1726888248.32000: running the handler 138029 1726888248.32013: _low_level_execute_command(): starting 138029 1726888248.32019: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888248.32541: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888248.32546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888248.32550: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.32597: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888248.32600: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888248.32606: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888248.32661: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888248.34274: stdout chunk (state=3): >>>/root <<< 138029 1726888248.34374: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888248.34400: stderr chunk (state=3): >>><<< 138029 1726888248.34403: stdout chunk (state=3): >>><<< 138029 1726888248.34425: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888248.34436: _low_level_execute_command(): starting 138029 1726888248.34442: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888248.3442419-146293-153094452693411 `" && echo ansible-tmp-1726888248.3442419-146293-153094452693411="` echo /root/.ansible/tmp/ansible-tmp-1726888248.3442419-146293-153094452693411 `" ) && sleep 0' 138029 1726888248.34838: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888248.34871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888248.34874: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888248.34876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.34885: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888248.34888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.34937: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888248.34943: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888248.34944: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888248.34989: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888248.36935: stdout chunk (state=3): >>>ansible-tmp-1726888248.3442419-146293-153094452693411=/root/.ansible/tmp/ansible-tmp-1726888248.3442419-146293-153094452693411 <<< 138029 1726888248.37041: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888248.37069: stderr chunk (state=3): >>><<< 138029 1726888248.37073: stdout chunk (state=3): >>><<< 138029 1726888248.37088: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888248.3442419-146293-153094452693411=/root/.ansible/tmp/ansible-tmp-1726888248.3442419-146293-153094452693411 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888248.37114: variable 'ansible_module_compression' from source: unknown 138029 1726888248.37153: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888248.37190: variable 'ansible_facts' from source: unknown 138029 1726888248.37243: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888248.3442419-146293-153094452693411/AnsiballZ_command.py 138029 1726888248.37339: Sending initial data 138029 1726888248.37342: Sent initial data (158 bytes) 138029 1726888248.37747: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888248.37782: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888248.37785: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888248.37787: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888248.37789: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888248.37791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.37840: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888248.37843: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888248.37895: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888248.39448: 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 <<< 138029 1726888248.39451: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888248.39495: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888248.39548: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpnpn156wb /root/.ansible/tmp/ansible-tmp-1726888248.3442419-146293-153094452693411/AnsiballZ_command.py <<< 138029 1726888248.39551: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888248.3442419-146293-153094452693411/AnsiballZ_command.py" <<< 138029 1726888248.39589: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpnpn156wb" to remote "/root/.ansible/tmp/ansible-tmp-1726888248.3442419-146293-153094452693411/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888248.3442419-146293-153094452693411/AnsiballZ_command.py" <<< 138029 1726888248.40129: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888248.40165: stderr chunk (state=3): >>><<< 138029 1726888248.40170: stdout chunk (state=3): >>><<< 138029 1726888248.40213: done transferring module to remote 138029 1726888248.40224: _low_level_execute_command(): starting 138029 1726888248.40227: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888248.3442419-146293-153094452693411/ /root/.ansible/tmp/ansible-tmp-1726888248.3442419-146293-153094452693411/AnsiballZ_command.py && sleep 0' 138029 1726888248.40614: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888248.40650: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888248.40653: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888248.40658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.40661: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888248.40669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.40703: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888248.40707: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888248.40770: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888248.42500: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888248.42521: stderr chunk (state=3): >>><<< 138029 1726888248.42524: stdout chunk (state=3): >>><<< 138029 1726888248.42535: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888248.42538: _low_level_execute_command(): starting 138029 1726888248.42542: _low_level_execute_command(): using become for this command 138029 1726888248.42552: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-quakdjmbgqnhyljnghqqtzddlriphllo ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888248.3442419-146293-153094452693411/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888248.42629: Initial state: awaiting_escalation: BECOME-SUCCESS-quakdjmbgqnhyljnghqqtzddlriphllo 138029 1726888248.42992: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888248.42997: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.43026: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888248.43033: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888248.43094: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888248.45980: stdout chunk (state=1): >>>BECOME-SUCCESS-quakdjmbgqnhyljnghqqtzddlriphllo <<< 138029 1726888248.45984: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-quakdjmbgqnhyljnghqqtzddlriphllo' 138029 1726888248.46316: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888248.46358: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888248.46378: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888248.46395: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888248.46463: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888248.46470: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888248.46496: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888248.46528: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888248.46533: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888248.46568: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888248.46616: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888248.46622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.46647: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888248.46667: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888248.46703: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888248.46721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888248.46740: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be90183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8fe7a10> <<< 138029 1726888248.46781: 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 0x7f5be901a960><<< 138029 1726888248.46784: stdout chunk (state=3): >>> <<< 138029 1726888248.46808: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888248.46832: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888248.46837: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888248.46866: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888248.46903: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888248.46982: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888248.47016: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888248.47058: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888248.47074: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888248.47084: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888248.47090: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888248.47111: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888248.47116: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888248.47146: 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 <<< 138029 1726888248.47151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888248.47175: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8e2cfe0> <<< 138029 1726888248.47230: 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 <<< 138029 1726888248.47243: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.47248: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8e2dfd0> <<< 138029 1726888248.47277: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888248.47306: 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. <<< 138029 1726888248.47535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888248.47546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888248.47574: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888248.47578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.47606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888248.47641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888248.47668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888248.47696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888248.47704: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8e73e00> <<< 138029 1726888248.47724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888248.47744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888248.47779: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888248.47788: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8e73ec0> <<< 138029 1726888248.47794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888248.47822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888248.47849: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888248.47896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.47911: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888248.47947: 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' <<< 138029 1726888248.47952: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ea3830> <<< 138029 1726888248.47983: 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' <<< 138029 1726888248.47987: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ea3ec0> <<< 138029 1726888248.48001: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888248.48056: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8e83ad0> <<< 138029 1726888248.48060: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888248.48098: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8e811f0> <<< 138029 1726888248.48182: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8e70fb0> <<< 138029 1726888248.48213: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888248.48229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888248.48247: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888248.48271: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888248.48295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888248.48318: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888248.48331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888248.48359: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ec7800> <<< 138029 1726888248.48376: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ec6420> <<< 138029 1726888248.48394: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888248.48410: 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 0x7f5be8e821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ec4c20> <<< 138029 1726888248.48461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888248.48467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ef8860> <<< 138029 1726888248.48473: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8e70230> <<< 138029 1726888248.48499: 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' <<< 138029 1726888248.48533: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.48545: 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 0x7f5be8ef8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ef8bc0> <<< 138029 1726888248.48580: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.48585: 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 0x7f5be8ef8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8e66d50> <<< 138029 1726888248.48613: 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' <<< 138029 1726888248.48636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888248.48676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888248.48684: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ef9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ef92e0> <<< 138029 1726888248.48689: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888248.48719: 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' <<< 138029 1726888248.48736: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8efa510> <<< 138029 1726888248.48761: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888248.48768: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888248.48791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888248.48823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888248.48849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888248.48857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8f10710> <<< 138029 1726888248.48881: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888248.48895: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.48910: 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 0x7f5be8f11df0> <<< 138029 1726888248.48926: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888248.48943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888248.48972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888248.48984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888248.48986: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8f12c90> <<< 138029 1726888248.49026: 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 0x7f5be8f132f0> <<< 138029 1726888248.49031: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8f121e0> <<< 138029 1726888248.49063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888248.49070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888248.49106: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.49110: 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 0x7f5be8f13d70> <<< 138029 1726888248.49127: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8f134a0> <<< 138029 1726888248.49168: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8efa540> <<< 138029 1726888248.49191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888248.49218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888248.49237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888248.49257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888248.49294: 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' <<< 138029 1726888248.49297: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5be8cbbc50> <<< 138029 1726888248.49325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888248.49329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888248.49358: 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' <<< 138029 1726888248.49362: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5be8ce46b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ce4410> <<< 138029 1726888248.49389: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.49393: 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 0x7f5be8ce46e0> <<< 138029 1726888248.49422: 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' <<< 138029 1726888248.49489: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.49617: 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 0x7f5be8ce4fe0> <<< 138029 1726888248.49730: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.49744: 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 0x7f5be8ce59d0> <<< 138029 1726888248.49746: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ce48c0> <<< 138029 1726888248.49772: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8cb9df0> <<< 138029 1726888248.49784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888248.49809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888248.49829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888248.49847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888248.49853: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ce6db0> <<< 138029 1726888248.49885: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ce5af0> <<< 138029 1726888248.49896: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8efac30> <<< 138029 1726888248.49926: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888248.49985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.50008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888248.50043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888248.50074: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8d13110> <<< 138029 1726888248.50124: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888248.50144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.50167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888248.50189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888248.50224: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8d3b4a0> <<< 138029 1726888248.50251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888248.50295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888248.50348: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888248.50382: 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' <<< 138029 1726888248.50391: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8d94230> <<< 138029 1726888248.50394: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888248.50427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888248.50456: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888248.50494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888248.50581: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8d96990> <<< 138029 1726888248.50657: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8d94350> <<< 138029 1726888248.50689: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8d61250> <<< 138029 1726888248.50722: 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' <<< 138029 1726888248.50725: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8b99340> <<< 138029 1726888248.50750: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8d3a2a0> <<< 138029 1726888248.50754: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ce7ce0> <<< 138029 1726888248.50918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888248.50937: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5be8b995b0> <<< 138029 1726888248.51227: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_ybl66kjt/ansible_ansible.legacy.command_payload.zip' <<< 138029 1726888248.51234: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.51366: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.51396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888248.51402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888248.51442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888248.51520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888248.51560: 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' <<< 138029 1726888248.51565: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8beefc0> import '_typing' # <<< 138029 1726888248.51748: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8bd1f40> <<< 138029 1726888248.51758: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8bd10a0> <<< 138029 1726888248.51765: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.51791: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888248.51822: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.51826: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.51852: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888248.51858: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.53245: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.54347: 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' <<< 138029 1726888248.54372: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8becef0> <<< 138029 1726888248.54385: 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' <<< 138029 1726888248.54410: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888248.54441: 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 <<< 138029 1726888248.54454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888248.54476: 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 0x7f5be8c1a9c0> <<< 138029 1726888248.54514: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8c1a780> <<< 138029 1726888248.54564: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8c1a090> <<< 138029 1726888248.54577: 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' <<< 138029 1726888248.54619: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8c1a4e0> <<< 138029 1726888248.54631: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8befa70> import 'atexit' # <<< 138029 1726888248.54678: 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 0x7f5be8c1b740> <<< 138029 1726888248.54696: 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 0x7f5be8c1b8c0> <<< 138029 1726888248.54716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888248.54751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888248.54781: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888248.54830: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8c1be00> <<< 138029 1726888248.54835: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888248.54848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888248.54874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888248.54908: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8519c40> <<< 138029 1726888248.54940: 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 0x7f5be851b860> <<< 138029 1726888248.54961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888248.54984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888248.55025: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8520260> <<< 138029 1726888248.55037: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888248.55079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888248.55098: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8521160> <<< 138029 1726888248.55118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888248.55147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888248.55178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888248.55181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888248.55225: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8523e90> <<< 138029 1726888248.55266: 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 0x7f5be8bd30e0> <<< 138029 1726888248.55285: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8522180> <<< 138029 1726888248.55311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888248.55354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888248.55362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888248.55385: 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 <<< 138029 1726888248.55409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888248.55447: 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' <<< 138029 1726888248.55469: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8527e00> import '_tokenize' # <<< 138029 1726888248.55535: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be85268d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8526630> <<< 138029 1726888248.55565: 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' <<< 138029 1726888248.55633: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8526ba0> <<< 138029 1726888248.55676: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8522660> <<< 138029 1726888248.55699: 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 0x7f5be856be90> <<< 138029 1726888248.55728: 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 0x7f5be856c1a0> <<< 138029 1726888248.55741: 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 <<< 138029 1726888248.55784: 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' <<< 138029 1726888248.55820: 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 0x7f5be856dc40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be856da00> <<< 138029 1726888248.55841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888248.56063: 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 0x7f5be8570200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be856e330> # /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' <<< 138029 1726888248.56100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888248.56110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888248.56154: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be85739e0> <<< 138029 1726888248.56280: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be85703b0> <<< 138029 1726888248.56335: 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 0x7f5be8574860> <<< 138029 1726888248.56374: 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 0x7f5be8574c50> <<< 138029 1726888248.56414: 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 0x7f5be8574d40> <<< 138029 1726888248.56434: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be856c350> <<< 138029 1726888248.56461: 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 <<< 138029 1726888248.56484: 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 <<< 138029 1726888248.56514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888248.56544: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.56549: 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 0x7f5be84004a0> <<< 138029 1726888248.56712: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.56721: 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 0x7f5be8401880> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8576c30> <<< 138029 1726888248.56762: 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 0x7f5be8577fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8576810> <<< 138029 1726888248.56780: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.56803: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888248.56817: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.56884: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.56981: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.57001: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888248.57040: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.57044: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888248.57072: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.57271: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.57290: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.57815: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.58348: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888248.58360: 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' # <<< 138029 1726888248.58380: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888248.58402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.58448: 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 0x7f5be8405ac0> <<< 138029 1726888248.58527: 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' <<< 138029 1726888248.58560: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be84067b0> <<< 138029 1726888248.58567: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8401af0> <<< 138029 1726888248.58614: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888248.58623: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.58648: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.58658: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888248.58677: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.58818: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.58979: 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' <<< 138029 1726888248.58984: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8406960> <<< 138029 1726888248.59000: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.59456: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.59893: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.59969: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.60047: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888248.60050: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.60090: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.60128: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888248.60132: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.60205: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.60283: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888248.60308: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.60318: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.60331: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888248.60334: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.60381: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.60426: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888248.60430: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.60649: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.60879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888248.60931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888248.60953: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888248.61011: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8407b60> <<< 138029 1726888248.61027: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.61100: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.61184: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888248.61188: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 138029 1726888248.61190: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888248.61213: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.61258: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.61298: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888248.61304: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.61349: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.61395: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.61450: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.61519: 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 <<< 138029 1726888248.61563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.61645: 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 0x7f5be8412420> <<< 138029 1726888248.61677: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be840f740> <<< 138029 1726888248.61715: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888248.61720: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.61786: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.61851: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.61878: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.61921: 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' <<< 138029 1726888248.61943: 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 <<< 138029 1726888248.61966: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888248.61985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888248.62043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888248.62072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888248.62075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888248.62139: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8502c60> <<< 138029 1726888248.62179: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8c4a930> <<< 138029 1726888248.62260: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8412180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8405370> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888248.62267: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.62300: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.62323: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888248.62385: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888248.62395: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.62416: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888248.62429: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.62537: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.62652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888248.62658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888248.62681: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8bd1d90> <<< 138029 1726888248.62758: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888248.63210: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:10:48.627880", "end": "2024-09-20 23:10:48.631003", "delta": "0:00:00.003123", "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}}} <<< 138029 1726888248.63233: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888248.63673: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888248.63688: 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 <<< 138029 1726888248.63691: 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 <<< 138029 1726888248.63729: 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 <<< 138029 1726888248.63768: stdout chunk (state=3): >>># cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib <<< 138029 1726888248.63871: 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]<<< 138029 1726888248.63876: stdout chunk (state=3): >>> removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_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 <<< 138029 1726888248.64097: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888248.64107: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888248.64127: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888248.64151: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888248.64179: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888248.64184: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888248.64214: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888248.64229: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888248.64232: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 138029 1726888248.64249: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 138029 1726888248.64271: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888248.64286: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888248.64294: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 138029 1726888248.64308: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888248.64329: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno <<< 138029 1726888248.64339: stdout chunk (state=3): >>># destroy array <<< 138029 1726888248.64342: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888248.64369: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888248.64384: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging <<< 138029 1726888248.64389: stdout chunk (state=3): >>># destroy shlex # destroy subprocess <<< 138029 1726888248.64439: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888248.64453: 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 <<< 138029 1726888248.64474: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit <<< 138029 1726888248.64512: 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 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect <<< 138029 1726888248.64519: 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 <<< 138029 1726888248.64536: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888248.64541: 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 <<< 138029 1726888248.64585: 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 <<< 138029 1726888248.64588: stdout chunk (state=3): >>># cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 138029 1726888248.64614: 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 <<< 138029 1726888248.64746: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888248.64750: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888248.64758: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888248.64794: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888248.64799: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888248.64823: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888248.64865: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888248.64871: 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 <<< 138029 1726888248.64897: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888248.64979: 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 <<< 138029 1726888248.64998: stdout chunk (state=3): >>># destroy time <<< 138029 1726888248.65013: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888248.65038: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888248.65053: stdout chunk (state=3): >>># destroy _operator <<< 138029 1726888248.65062: stdout chunk (state=3): >>># destroy _string # destroy re <<< 138029 1726888248.65070: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888248.65092: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888248.65099: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888248.65597: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888248.65624: stderr chunk (state=3): >>><<< 138029 1726888248.65627: stdout chunk (state=3): >>><<< 138029 1726888248.65697: _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 0x7f5be90183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8fe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be901a960> 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 0x7f5be8e2cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f5be8e2dfd0> 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 0x7f5be8e73e00> # /usr/lib64/python3.12/__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 0x7f5be8e73ec0> # /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 0x7f5be8ea3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ea3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8e83ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8e811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8e70fb0> # /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 0x7f5be8ec7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ec6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8e821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ec4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ef8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8e70230> # /usr/lib64/python3.12/__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 0x7f5be8ef8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ef8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5be8ef8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8e66d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f5be8ef9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ef92e0> 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 0x7f5be8efa510> 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 0x7f5be8f10710> 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 0x7f5be8f11df0> # /usr/lib64/python3.12/__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 0x7f5be8f12c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5be8f132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8f121e0> # /usr/lib64/python3.12/__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 0x7f5be8f13d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8f134a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8efa540> # /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 0x7f5be8cbbc50> # /usr/lib64/python3.12/__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 0x7f5be8ce46b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ce4410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5be8ce46e0> # /usr/lib64/python3.12/__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 0x7f5be8ce4fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5be8ce59d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ce48c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8cb9df0> # /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 0x7f5be8ce6db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ce5af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8efac30> # /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 0x7f5be8d13110> # /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 0x7f5be8d3b4a0> # /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 0x7f5be8d94230> # /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 0x7f5be8d96990> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8d94350> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8d61250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8b99340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8d3a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8ce7ce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5be8b995b0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_ybl66kjt/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 0x7f5be8beefc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8bd1f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8bd10a0> # 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 0x7f5be8becef0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f5be8c1a9c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8c1a780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8c1a090> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f5be8c1a4e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8befa70> 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 0x7f5be8c1b740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5be8c1b8c0> # /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 0x7f5be8c1be00> 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 0x7f5be8519c40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5be851b860> # /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 0x7f5be8520260> # /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 0x7f5be8521160> # /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 0x7f5be8523e90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5be8bd30e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8522180> # /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 0x7f5be8527e00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be85268d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8526630> # /usr/lib64/python3.12/__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 0x7f5be8526ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8522660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5be856be90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be856c1a0> # /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 0x7f5be856dc40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be856da00> # /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 0x7f5be8570200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be856e330> # /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 0x7f5be85739e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be85703b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5be8574860> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5be8574c50> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5be8574d40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be856c350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f5be84004a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5be8401880> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8576c30> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5be8577fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8576810> # 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 0x7f5be8405ac0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f5be84067b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8401af0> 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 0x7f5be8406960> # 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 0x7f5be8407b60> # 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 0x7f5be8412420> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be840f740> 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 0x7f5be8502c60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8c4a930> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8412180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5be8405370> # 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 0x7f5be8bd1d90> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:10:48.627880", "end": "2024-09-20 23:10:48.631003", "delta": "0:00:00.003123", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888248.66244: 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-1726888248.3442419-146293-153094452693411/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888248.66248: _low_level_execute_command(): starting 138029 1726888248.66250: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888248.3442419-146293-153094452693411/ > /dev/null 2>&1 && sleep 0' 138029 1726888248.66395: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888248.66398: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888248.66401: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888248.66404: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.66406: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888248.66408: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888248.66410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.66464: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888248.66468: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888248.66477: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888248.66524: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888248.68385: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888248.68411: stderr chunk (state=3): >>><<< 138029 1726888248.68414: stdout chunk (state=3): >>><<< 138029 1726888248.68432: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888248.68436: handler run complete 138029 1726888248.68454: Evaluated conditional (False): False 138029 1726888248.68458: Evaluated conditional (False): False 138029 1726888248.68470: attempt loop complete, returning result 138029 1726888248.68472: _execute() done 138029 1726888248.68475: dumping result to json 138029 1726888248.68480: done dumping result, returning 138029 1726888248.68488: done running TaskExecutor() for managed_node3/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-5a58-73a2-000000003af0] 138029 1726888248.68493: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003af0 138029 1726888248.68588: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003af0 138029 1726888248.68591: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003123", "end": "2024-09-20 23:10:48.631003", "failed_when_result": false, "rc": 0, "start": "2024-09-20 23:10:48.627880" } 138029 1726888248.68685: no more pending results, returning what we have 138029 1726888248.68688: results queue empty 138029 1726888248.68689: checking for any_errors_fatal 138029 1726888248.68704: done checking for any_errors_fatal 138029 1726888248.68705: checking for max_fail_percentage 138029 1726888248.68707: done checking for max_fail_percentage 138029 1726888248.68707: checking to see if all hosts have failed and the running result is not ok 138029 1726888248.68708: done checking to see if all hosts have failed 138029 1726888248.68709: getting the remaining hosts for this loop 138029 1726888248.68711: done getting the remaining hosts for this loop 138029 1726888248.68714: getting the next task for host managed_node3 138029 1726888248.68719: done getting next task for host managed_node3 138029 1726888248.68722: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 138029 1726888248.68725: ^ 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 138029 1726888248.68729: getting variables 138029 1726888248.68730: in VariableManager get_vars() 138029 1726888248.68767: Calling all_inventory to load vars for managed_node3 138029 1726888248.68770: Calling groups_inventory to load vars for managed_node3 138029 1726888248.68773: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888248.68783: Calling all_plugins_play to load vars for managed_node3 138029 1726888248.68786: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888248.68788: Calling groups_plugins_play to load vars for managed_node3 138029 1726888248.69180: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888248.69534: done with get_vars() 138029 1726888248.69547: 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:10:48 -0400 (0:00:00.388) 0:04:21.419 ****** 138029 1726888248.69612: entering _queue_task() for managed_node3/include_tasks 138029 1726888248.69830: worker is 1 (out of 1 available) 138029 1726888248.69844: exiting _queue_task() for managed_node3/include_tasks 138029 1726888248.69858: done queuing things up, now waiting for results queue to drain 138029 1726888248.69860: waiting for pending results... 138029 1726888248.70050: running TaskExecutor() for managed_node3/TASK: Verify the volumes listed in storage_pools were correctly managed 138029 1726888248.70128: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003af1 138029 1726888248.70140: variable 'ansible_search_path' from source: unknown 138029 1726888248.70179: variable '_storage_pools_list' from source: set_fact 138029 1726888248.70350: variable '_storage_pools_list' from source: set_fact 138029 1726888248.70472: variable 'omit' from source: magic vars 138029 1726888248.70592: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888248.70599: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888248.70607: variable 'omit' from source: magic vars 138029 1726888248.70818: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888248.71018: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888248.71050: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888248.71080: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888248.71575: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888248.71637: 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) 138029 1726888248.71654: 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) 138029 1726888248.71677: 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) 138029 1726888248.71695: 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) 138029 1726888248.71744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888248.73101: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888248.73150: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888248.73181: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888248.73204: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888248.73223: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888248.73262: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888248.73282: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888248.73301: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888248.73326: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888248.73337: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888248.73426: variable '_storage_pools_list' from source: set_fact 138029 1726888248.73440: Evaluated conditional (_storage_pools_list is defined and _storage_pools_list | length > 0): True 138029 1726888248.73472: variable 'storage_test_pool' from source: unknown 138029 1726888248.73517: variable 'storage_test_pool' from source: unknown 138029 1726888248.73739: dumping result to json 138029 1726888248.73742: done dumping result, returning 138029 1726888248.73744: done running TaskExecutor() for managed_node3/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-5a58-73a2-000000003af1] 138029 1726888248.73746: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003af1 138029 1726888248.73833: no more pending results, returning what we have 138029 1726888248.73837: in VariableManager get_vars() 138029 1726888248.73885: Calling all_inventory to load vars for managed_node3 138029 1726888248.73888: Calling groups_inventory to load vars for managed_node3 138029 1726888248.73891: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888248.73901: Calling all_plugins_play to load vars for managed_node3 138029 1726888248.73904: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888248.73906: Calling groups_plugins_play to load vars for managed_node3 138029 1726888248.74471: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003af1 138029 1726888248.74475: WORKER PROCESS EXITING 138029 1726888248.74578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888248.74907: done with get_vars() 138029 1726888248.74916: variable 'ansible_search_path' from source: unknown 138029 1726888248.74944: we have included files to process 138029 1726888248.74945: generating all_blocks data 138029 1726888248.74946: done generating all_blocks data 138029 1726888248.74949: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 138029 1726888248.74950: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 138029 1726888248.74951: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 138029 1726888248.75229: in VariableManager get_vars() 138029 1726888248.75242: done with get_vars() 138029 1726888248.75250: done processing included file 138029 1726888248.75251: iterating over new_blocks loaded from include file 138029 1726888248.75252: in VariableManager get_vars() 138029 1726888248.75262: done with get_vars() 138029 1726888248.75263: filtering new block on tags 138029 1726888248.75296: done filtering new block on tags 138029 1726888248.75298: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 => (item={'disks': ['sda', 'sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'vg1', 'raid_level': 'raid0', 'raid_device_count': 3, 'raid_spare_count': None, 'raid_metadata_version': '1.0', 'raid_chunk_size': '1024 KiB', 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) 138029 1726888248.75304: extending task lists for all hosts with included blocks 138029 1726888248.75474: done extending task lists 138029 1726888248.75475: done processing included files 138029 1726888248.75480: results queue empty 138029 1726888248.75480: checking for any_errors_fatal 138029 1726888248.75483: done checking for any_errors_fatal 138029 1726888248.75483: checking for max_fail_percentage 138029 1726888248.75484: done checking for max_fail_percentage 138029 1726888248.75484: checking to see if all hosts have failed and the running result is not ok 138029 1726888248.75485: done checking to see if all hosts have failed 138029 1726888248.75485: getting the remaining hosts for this loop 138029 1726888248.75486: done getting the remaining hosts for this loop 138029 1726888248.75488: getting the next task for host managed_node3 138029 1726888248.75490: done getting next task for host managed_node3 138029 1726888248.75492: ^ task is: TASK: Set _storage_pool_tests 138029 1726888248.75494: ^ 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 138029 1726888248.75495: getting variables 138029 1726888248.75496: in VariableManager get_vars() 138029 1726888248.75503: Calling all_inventory to load vars for managed_node3 138029 1726888248.75505: Calling groups_inventory to load vars for managed_node3 138029 1726888248.75507: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888248.75510: Calling all_plugins_play to load vars for managed_node3 138029 1726888248.75512: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888248.75513: Calling groups_plugins_play to load vars for managed_node3 138029 1726888248.75780: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888248.76109: done with get_vars() 138029 1726888248.76119: done getting variables 138029 1726888248.76145: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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_pool_tests] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Friday 20 September 2024 23:10:48 -0400 (0:00:00.065) 0:04:21.485 ****** 138029 1726888248.76170: entering _queue_task() for managed_node3/set_fact 138029 1726888248.76417: worker is 1 (out of 1 available) 138029 1726888248.76432: exiting _queue_task() for managed_node3/set_fact 138029 1726888248.76445: done queuing things up, now waiting for results queue to drain 138029 1726888248.76447: waiting for pending results... 138029 1726888248.76646: running TaskExecutor() for managed_node3/TASK: Set _storage_pool_tests 138029 1726888248.76748: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c30 138029 1726888248.76762: variable 'ansible_search_path' from source: unknown 138029 1726888248.76797: calling self._execute() 138029 1726888248.76903: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888248.76907: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888248.76917: variable 'omit' from source: magic vars 138029 1726888248.77009: variable 'omit' from source: magic vars 138029 1726888248.77047: variable 'omit' from source: magic vars 138029 1726888248.77076: variable 'omit' from source: magic vars 138029 1726888248.77113: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888248.77144: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888248.77164: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888248.77181: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888248.77192: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888248.77206: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888248.77222: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888248.77247: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888248.77250: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888248.77253: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888248.77340: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888248.77344: Set connection var ansible_timeout to 10 138029 1726888248.77350: Set connection var ansible_pipelining to False 138029 1726888248.77353: Set connection var ansible_shell_type to sh 138029 1726888248.77358: Set connection var ansible_connection to ssh 138029 1726888248.77361: Set connection var ansible_shell_executable to /bin/sh 138029 1726888248.77386: variable 'ansible_shell_executable' from source: unknown 138029 1726888248.77389: variable 'ansible_connection' from source: unknown 138029 1726888248.77392: variable 'ansible_module_compression' from source: unknown 138029 1726888248.77395: variable 'ansible_shell_type' from source: unknown 138029 1726888248.77398: variable 'ansible_shell_executable' from source: unknown 138029 1726888248.77400: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888248.77403: variable 'ansible_pipelining' from source: unknown 138029 1726888248.77405: variable 'ansible_timeout' from source: unknown 138029 1726888248.77408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888248.77524: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888248.77533: variable 'omit' from source: magic vars 138029 1726888248.77540: starting attempt loop 138029 1726888248.77543: running the handler 138029 1726888248.77553: handler run complete 138029 1726888248.77563: attempt loop complete, returning result 138029 1726888248.77567: _execute() done 138029 1726888248.77570: dumping result to json 138029 1726888248.77575: done dumping result, returning 138029 1726888248.77582: done running TaskExecutor() for managed_node3/TASK: Set _storage_pool_tests [0affc8a3-6f6f-5a58-73a2-000000003c30] 138029 1726888248.77586: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c30 138029 1726888248.77687: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c30 138029 1726888248.77690: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } 138029 1726888248.77746: no more pending results, returning what we have 138029 1726888248.77750: results queue empty 138029 1726888248.77751: checking for any_errors_fatal 138029 1726888248.77752: done checking for any_errors_fatal 138029 1726888248.77753: checking for max_fail_percentage 138029 1726888248.77754: done checking for max_fail_percentage 138029 1726888248.77758: checking to see if all hosts have failed and the running result is not ok 138029 1726888248.77759: done checking to see if all hosts have failed 138029 1726888248.77760: getting the remaining hosts for this loop 138029 1726888248.77761: done getting the remaining hosts for this loop 138029 1726888248.77767: getting the next task for host managed_node3 138029 1726888248.77773: done getting next task for host managed_node3 138029 1726888248.77777: ^ task is: TASK: Get VG shared value status 138029 1726888248.77781: ^ 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 138029 1726888248.77786: getting variables 138029 1726888248.77787: in VariableManager get_vars() 138029 1726888248.77824: Calling all_inventory to load vars for managed_node3 138029 1726888248.77827: Calling groups_inventory to load vars for managed_node3 138029 1726888248.77830: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888248.77841: Calling all_plugins_play to load vars for managed_node3 138029 1726888248.77843: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888248.77846: Calling groups_plugins_play to load vars for managed_node3 138029 1726888248.78288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888248.78663: done with get_vars() 138029 1726888248.78679: done getting variables 138029 1726888248.78723: 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 VG shared value status] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Friday 20 September 2024 23:10:48 -0400 (0:00:00.025) 0:04:21.511 ****** 138029 1726888248.78749: entering _queue_task() for managed_node3/command 138029 1726888248.79024: worker is 1 (out of 1 available) 138029 1726888248.79038: exiting _queue_task() for managed_node3/command 138029 1726888248.79052: done queuing things up, now waiting for results queue to drain 138029 1726888248.79053: waiting for pending results... 138029 1726888248.79264: running TaskExecutor() for managed_node3/TASK: Get VG shared value status 138029 1726888248.79363: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c31 138029 1726888248.79380: variable 'ansible_search_path' from source: unknown 138029 1726888248.79413: calling self._execute() 138029 1726888248.79523: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888248.79527: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888248.79536: variable 'omit' from source: magic vars 138029 1726888248.79889: variable 'storage_test_pool' from source: include params 138029 1726888248.79911: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 138029 1726888248.79916: variable 'omit' from source: magic vars 138029 1726888248.79953: variable 'omit' from source: magic vars 138029 1726888248.80029: variable 'storage_test_pool' from source: include params 138029 1726888248.80060: variable 'omit' from source: magic vars 138029 1726888248.80097: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888248.80125: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888248.80140: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888248.80160: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888248.80170: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888248.80184: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888248.80196: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888248.80219: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888248.80223: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888248.80225: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888248.80311: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888248.80315: Set connection var ansible_timeout to 10 138029 1726888248.80320: Set connection var ansible_pipelining to False 138029 1726888248.80323: Set connection var ansible_shell_type to sh 138029 1726888248.80325: Set connection var ansible_connection to ssh 138029 1726888248.80330: Set connection var ansible_shell_executable to /bin/sh 138029 1726888248.80350: variable 'ansible_shell_executable' from source: unknown 138029 1726888248.80353: variable 'ansible_connection' from source: unknown 138029 1726888248.80357: variable 'ansible_module_compression' from source: unknown 138029 1726888248.80359: variable 'ansible_shell_type' from source: unknown 138029 1726888248.80361: variable 'ansible_shell_executable' from source: unknown 138029 1726888248.80363: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888248.80376: variable 'ansible_pipelining' from source: unknown 138029 1726888248.80379: variable 'ansible_timeout' from source: unknown 138029 1726888248.80382: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888248.80483: 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) 138029 1726888248.80494: variable 'omit' from source: magic vars 138029 1726888248.80499: starting attempt loop 138029 1726888248.80502: running the handler 138029 1726888248.80514: _low_level_execute_command(): starting 138029 1726888248.80520: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888248.81015: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888248.81050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888248.81053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888248.81058: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.81110: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888248.81114: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888248.81116: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888248.81179: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888248.82903: stdout chunk (state=3): >>>/root <<< 138029 1726888248.83001: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888248.83027: stderr chunk (state=3): >>><<< 138029 1726888248.83031: stdout chunk (state=3): >>><<< 138029 1726888248.83058: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888248.83076: _low_level_execute_command(): starting 138029 1726888248.83082: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888248.8306036-146310-135025908401388 `" && echo ansible-tmp-1726888248.8306036-146310-135025908401388="` echo /root/.ansible/tmp/ansible-tmp-1726888248.8306036-146310-135025908401388 `" ) && sleep 0' 138029 1726888248.83534: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888248.83548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.83578: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888248.83581: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.83634: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888248.83637: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888248.83640: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888248.83692: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888248.85652: stdout chunk (state=3): >>>ansible-tmp-1726888248.8306036-146310-135025908401388=/root/.ansible/tmp/ansible-tmp-1726888248.8306036-146310-135025908401388 <<< 138029 1726888248.85762: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888248.85793: stderr chunk (state=3): >>><<< 138029 1726888248.85796: stdout chunk (state=3): >>><<< 138029 1726888248.85817: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888248.8306036-146310-135025908401388=/root/.ansible/tmp/ansible-tmp-1726888248.8306036-146310-135025908401388 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888248.85849: variable 'ansible_module_compression' from source: unknown 138029 1726888248.85895: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888248.85931: variable 'ansible_facts' from source: unknown 138029 1726888248.85987: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888248.8306036-146310-135025908401388/AnsiballZ_command.py 138029 1726888248.86097: Sending initial data 138029 1726888248.86101: Sent initial data (158 bytes) 138029 1726888248.86530: 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 <<< 138029 1726888248.86539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888248.86572: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.86575: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888248.86577: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.86628: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888248.86635: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888248.86637: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888248.86683: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888248.88207: 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 <<< 138029 1726888248.88213: 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 <<< 138029 1726888248.88253: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888248.88306: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpr1lyuwip /root/.ansible/tmp/ansible-tmp-1726888248.8306036-146310-135025908401388/AnsiballZ_command.py <<< 138029 1726888248.88310: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888248.8306036-146310-135025908401388/AnsiballZ_command.py" <<< 138029 1726888248.88352: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpr1lyuwip" to remote "/root/.ansible/tmp/ansible-tmp-1726888248.8306036-146310-135025908401388/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888248.8306036-146310-135025908401388/AnsiballZ_command.py" <<< 138029 1726888248.88909: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888248.88947: stderr chunk (state=3): >>><<< 138029 1726888248.88950: stdout chunk (state=3): >>><<< 138029 1726888248.88996: done transferring module to remote 138029 1726888248.89008: _low_level_execute_command(): starting 138029 1726888248.89012: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888248.8306036-146310-135025908401388/ /root/.ansible/tmp/ansible-tmp-1726888248.8306036-146310-135025908401388/AnsiballZ_command.py && sleep 0' 138029 1726888248.89450: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888248.89454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.89462: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888248.89467: 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.13.126 originally 10.31.13.126 <<< 138029 1726888248.89469: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.89514: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888248.89522: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888248.89568: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888248.91289: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888248.91316: stderr chunk (state=3): >>><<< 138029 1726888248.91319: stdout chunk (state=3): >>><<< 138029 1726888248.91336: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888248.91339: _low_level_execute_command(): starting 138029 1726888248.91341: _low_level_execute_command(): using become for this command 138029 1726888248.91352: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ixpjjjtrmidsmzniemzozdsccmqcatvs ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888248.8306036-146310-135025908401388/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888248.91437: Initial state: awaiting_escalation: BECOME-SUCCESS-ixpjjjtrmidsmzniemzozdsccmqcatvs 138029 1726888248.91819: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888248.91824: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888248.91865: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888248.91868: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888248.91912: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888248.94765: stdout chunk (state=1): >>>BECOME-SUCCESS-ixpjjjtrmidsmzniemzozdsccmqcatvs <<< 138029 1726888248.94770: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ixpjjjtrmidsmzniemzozdsccmqcatvs' 138029 1726888248.95111: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888248.95147: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888248.95179: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888248.95185: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888248.95258: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888248.95263: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888248.95291: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888248.95324: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888248.95343: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888248.95365: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888248.95403: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888248.95420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.95424: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888248.95456: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888248.95488: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888248.95514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888248.95522: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbeb683e0> <<< 138029 1726888248.95551: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbeb37a10> <<< 138029 1726888248.95554: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888248.95574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888248.95577: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbeb6a960> <<< 138029 1726888248.95599: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888248.95624: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888248.95637: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888248.95644: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888248.95683: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888248.95772: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888248.95800: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888248.95805: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888248.95825: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888248.95851: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888248.95872: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888248.95886: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888248.95894: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888248.95899: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888248.95933: 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' <<< 138029 1726888248.95969: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe91cfe0> <<< 138029 1726888248.96014: 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 <<< 138029 1726888248.96032: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.96035: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe91dfd0> <<< 138029 1726888248.96072: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888248.96098: 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. <<< 138029 1726888248.96325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888248.96335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888248.96372: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888248.96374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.96394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888248.96428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888248.96453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888248.96476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888248.96493: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe963e00> <<< 138029 1726888248.96510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888248.96530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888248.96554: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888248.96572: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe963ec0> <<< 138029 1726888248.96580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888248.96613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888248.96638: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888248.96683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.96700: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888248.96729: 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' <<< 138029 1726888248.96734: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe993830> <<< 138029 1726888248.96762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888248.96770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe993ec0> <<< 138029 1726888248.96791: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888248.96835: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe973ad0> <<< 138029 1726888248.96847: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888248.96878: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9711f0> <<< 138029 1726888248.96971: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe960fb0> <<< 138029 1726888248.96995: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888248.97020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888248.97028: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888248.97062: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888248.97073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888248.97098: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888248.97101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888248.97141: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9b7800> <<< 138029 1726888248.97154: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9b6420> <<< 138029 1726888248.97182: 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' <<< 138029 1726888248.97190: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9721e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9b4c20> <<< 138029 1726888248.97247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888248.97251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9e8860> <<< 138029 1726888248.97270: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe960230> <<< 138029 1726888248.97279: 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' <<< 138029 1726888248.97324: 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 0x7fbbbe9e8d10> <<< 138029 1726888248.97330: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9e8bc0> <<< 138029 1726888248.97371: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.97378: 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 0x7fbbbe9e8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe956d50> <<< 138029 1726888248.97413: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888248.97421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.97447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888248.97469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888248.97488: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9e9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9e92e0> <<< 138029 1726888248.97495: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888248.97523: 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' <<< 138029 1726888248.97541: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9ea510> <<< 138029 1726888248.97565: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888248.97569: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888248.97596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888248.97625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888248.97651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888248.97658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbea00710> <<< 138029 1726888248.97678: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888248.97697: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.97719: 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 0x7fbbbea01df0> <<< 138029 1726888248.97729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888248.97749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888248.97769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888248.97783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888248.97788: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbea02c90> <<< 138029 1726888248.97828: 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 0x7fbbbea032f0> <<< 138029 1726888248.97837: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbea021e0> <<< 138029 1726888248.97867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888248.97873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888248.97911: 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 0x7fbbbea03d70> <<< 138029 1726888248.97934: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbea034a0> <<< 138029 1726888248.97971: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9ea540> <<< 138029 1726888248.97996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888248.98022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888248.98042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888248.98060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888248.98097: 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 0x7fbbbe78bc50> <<< 138029 1726888248.98116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888248.98132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888248.98151: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.98158: 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 0x7fbbbe7b46b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe7b4410> <<< 138029 1726888248.98183: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.98188: 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 0x7fbbbe7b46e0> <<< 138029 1726888248.98217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888248.98220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888248.98288: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888248.98414: 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 0x7fbbbe7b4fe0> <<< 138029 1726888248.98529: 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 0x7fbbbe7b59d0> <<< 138029 1726888248.98535: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe7b48c0> <<< 138029 1726888248.98549: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe789df0> <<< 138029 1726888248.98581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888248.98593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888248.98620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888248.98626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888248.98647: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe7b6db0> <<< 138029 1726888248.98669: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe7b5af0> <<< 138029 1726888248.98689: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9eac30> <<< 138029 1726888248.98711: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888248.98776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.98795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888248.98829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888248.98861: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe7e3110> <<< 138029 1726888248.98915: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888248.98923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888248.98950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888248.98971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888248.99012: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe80b4a0> <<< 138029 1726888248.99034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888248.99082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888248.99131: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888248.99161: 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 0x7fbbbe864230> <<< 138029 1726888248.99177: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888248.99210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888248.99237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888248.99275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888248.99362: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe866990> <<< 138029 1726888248.99436: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe864350> <<< 138029 1726888248.99473: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe831250> <<< 138029 1726888248.99500: 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' <<< 138029 1726888248.99506: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe129340> <<< 138029 1726888248.99528: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe80a2a0> <<< 138029 1726888248.99531: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe7b7ce0> <<< 138029 1726888248.99709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888248.99727: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbbbe1295b0> <<< 138029 1726888249.00136: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_7hgqcodi/ansible_ansible.legacy.command_payload.zip' <<< 138029 1726888249.00140: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.00273: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.00309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888249.00315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888249.00353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888249.00427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888249.00471: 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 0x7fbbbe17efc0> <<< 138029 1726888249.00478: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888249.00652: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe161f40> <<< 138029 1726888249.00659: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe1610a0> # zipimport: zlib available <<< 138029 1726888249.00694: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888249.00699: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.00729: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.00732: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.00758: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888249.00768: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.02147: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.03259: 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' <<< 138029 1726888249.03268: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe17cef0> <<< 138029 1726888249.03291: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888249.03296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888249.03314: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888249.03330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888249.03357: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888249.03361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888249.03389: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888249.03395: 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 0x7fbbbe1aa9c0> <<< 138029 1726888249.03421: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe1aa780> <<< 138029 1726888249.03454: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe1aa090> <<< 138029 1726888249.03475: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888249.03494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888249.03526: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe1aa4e0> <<< 138029 1726888249.03532: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe17fa70> import 'atexit' # <<< 138029 1726888249.03567: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888249.03571: 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 0x7fbbbe1ab740> <<< 138029 1726888249.03591: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888249.03612: 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 0x7fbbbe1ab8c0> <<< 138029 1726888249.03615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888249.03662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888249.03672: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888249.03721: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe1abe00> <<< 138029 1726888249.03725: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888249.03750: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888249.03776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888249.03810: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe015c40> <<< 138029 1726888249.03844: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888249.03857: 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 0x7fbbbe017860> <<< 138029 1726888249.03861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888249.03882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888249.03914: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe01c260> <<< 138029 1726888249.03934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888249.03965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888249.03990: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe01d400> <<< 138029 1726888249.03998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888249.04037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888249.04065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888249.04071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888249.04112: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe01fef0> <<< 138029 1726888249.04154: 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 0x7fbbbea02b10> <<< 138029 1726888249.04173: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe01e1b0> <<< 138029 1726888249.04197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888249.04221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888249.04247: 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' <<< 138029 1726888249.04274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888249.04299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888249.04328: 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' <<< 138029 1726888249.04336: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe023e60> <<< 138029 1726888249.04351: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888249.04414: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe022930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe022690> <<< 138029 1726888249.04431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888249.04448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888249.04518: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe022c00> <<< 138029 1726888249.04550: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe01e6c0> <<< 138029 1726888249.04583: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888249.04594: 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 0x7fbbbe067f20> <<< 138029 1726888249.04605: 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 0x7fbbbe068170> <<< 138029 1726888249.04631: 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 <<< 138029 1726888249.04645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888249.04672: 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' <<< 138029 1726888249.04704: 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 0x7fbbbe069d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe069af0> <<< 138029 1726888249.04724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888249.04819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888249.04872: 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 0x7fbbbe06c2c0> <<< 138029 1726888249.04879: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe06a420> <<< 138029 1726888249.04902: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888249.04935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888249.04960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888249.04974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888249.04978: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888249.05019: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe06faa0> <<< 138029 1726888249.05143: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe06c470> <<< 138029 1726888249.05200: 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 0x7fbbbe0708f0> <<< 138029 1726888249.05233: 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 0x7fbbbe070ce0> <<< 138029 1726888249.05271: 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 0x7fbbbe070c80> <<< 138029 1726888249.05289: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe068470> <<< 138029 1726888249.05307: 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 <<< 138029 1726888249.05322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888249.05333: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888249.05359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888249.05383: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888249.05404: 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 0x7fbbbe0fc260> <<< 138029 1726888249.05553: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888249.05563: 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 0x7fbbbe0fd610> <<< 138029 1726888249.05578: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe0729f0> <<< 138029 1726888249.05602: 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 0x7fbbbe073da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe072630> <<< 138029 1726888249.05618: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.05632: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.05647: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888249.05661: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.05743: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.05824: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.05852: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888249.05874: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.05887: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.05901: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888249.06020: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.06137: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.06667: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.07190: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888249.07204: 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' # <<< 138029 1726888249.07225: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888249.07246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888249.07290: 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 0x7fbbbdf01850> <<< 138029 1726888249.07374: 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' <<< 138029 1726888249.07401: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbdf025a0> <<< 138029 1726888249.07408: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe0fd7f0> <<< 138029 1726888249.07457: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888249.07463: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.07492: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.07498: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888249.07518: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.07658: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.07818: 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' <<< 138029 1726888249.07825: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbdf02690> <<< 138029 1726888249.07839: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.08287: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.08720: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.08795: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.08869: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888249.08886: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.08920: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.08967: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888249.08969: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.09036: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.09112: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888249.09134: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.09145: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.09162: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888249.09167: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.09210: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.09253: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888249.09259: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.09483: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.09712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888249.09766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888249.09786: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888249.09848: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbdf03a10> <<< 138029 1726888249.09861: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.09926: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.10009: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888249.10015: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888249.10040: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.10086: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.10121: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888249.10137: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.10180: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.10224: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.10278: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.10347: 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 <<< 138029 1726888249.10381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888249.10462: 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 0x7fbbbdf0e210> <<< 138029 1726888249.10493: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbdf0b530> <<< 138029 1726888249.10523: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888249.10530: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 138029 1726888249.10544: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.10610: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.10672: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.10700: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.10741: 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' <<< 138029 1726888249.10761: 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 <<< 138029 1726888249.10785: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888249.10802: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888249.10863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888249.10879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888249.10897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888249.10951: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe1fa9f0> <<< 138029 1726888249.10995: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe1de6c0> <<< 138029 1726888249.11073: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbdf0df70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe070dd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888249.11089: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.11116: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.11142: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 138029 1726888249.11151: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888249.11202: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888249.11209: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.11235: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888249.11244: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.11351: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.11469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888249.11473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888249.11493: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe071010> <<< 138029 1726888249.11572: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.13797: stdout chunk (state=3): >>> {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "vg1"], "start": "2024-09-20 23:10:49.115993", "end": "2024-09-20 23:10:49.136857", "delta": "0:00:00.020864", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared vg1", "_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}}} <<< 138029 1726888249.13826: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888249.14214: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888249.14234: 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 <<< 138029 1726888249.14256: stdout chunk (state=3): >>># cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib <<< 138029 1726888249.14305: 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 <<< 138029 1726888249.14345: 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 # 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 <<< 138029 1726888249.14397: stdout chunk (state=3): >>># cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888249.14405: 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 glob # destroy glob <<< 138029 1726888249.14625: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888249.14642: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888249.14659: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888249.14680: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888249.14685: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888249.14709: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888249.14712: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888249.14741: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888249.14759: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888249.14780: 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 <<< 138029 1726888249.14783: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 138029 1726888249.14800: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888249.14811: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888249.14833: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888249.14841: stdout chunk (state=3): >>># destroy fnmatch <<< 138029 1726888249.14849: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888249.14873: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888249.14885: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888249.14904: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888249.14959: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888249.14974: 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 <<< 138029 1726888249.14987: 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 <<< 138029 1726888249.15010: 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 <<< 138029 1726888249.15045: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 138029 1726888249.15057: 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 <<< 138029 1726888249.15082: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 138029 1726888249.15085: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 138029 1726888249.15090: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888249.15219: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888249.15223: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888249.15236: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888249.15268: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888249.15273: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888249.15293: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888249.15329: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888249.15337: 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 <<< 138029 1726888249.15353: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888249.15361: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888249.15451: 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 <<< 138029 1726888249.15459: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888249.15476: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888249.15498: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888249.15505: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888249.15520: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888249.15533: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 138029 1726888249.15546: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 138029 1726888249.16011: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888249.16042: stderr chunk (state=3): >>><<< 138029 1726888249.16045: stdout chunk (state=3): >>><<< 138029 1726888249.16113: _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 0x7fbbbeb683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbeb37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbeb6a960> 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 0x7fbbbe91cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fbbbe91dfd0> 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 0x7fbbbe963e00> # /usr/lib64/python3.12/__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 0x7fbbbe963ec0> # /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 0x7fbbbe993830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe993ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe973ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9711f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe960fb0> # /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 0x7fbbbe9b7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9b6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9721e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9b4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9e8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe960230> # /usr/lib64/python3.12/__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 0x7fbbbe9e8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9e8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbbe9e8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe956d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fbbbe9e9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9e92e0> 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 0x7fbbbe9ea510> 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 0x7fbbbea00710> 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 0x7fbbbea01df0> # /usr/lib64/python3.12/__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 0x7fbbbea02c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbbea032f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbea021e0> # /usr/lib64/python3.12/__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 0x7fbbbea03d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbea034a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9ea540> # /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 0x7fbbbe78bc50> # /usr/lib64/python3.12/__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 0x7fbbbe7b46b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe7b4410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbbe7b46e0> # /usr/lib64/python3.12/__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 0x7fbbbe7b4fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbbe7b59d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe7b48c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe789df0> # /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 0x7fbbbe7b6db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe7b5af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe9eac30> # /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 0x7fbbbe7e3110> # /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 0x7fbbbe80b4a0> # /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 0x7fbbbe864230> # /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 0x7fbbbe866990> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe864350> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe831250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe129340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe80a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe7b7ce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbbbe1295b0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_7hgqcodi/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 0x7fbbbe17efc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe161f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe1610a0> # 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 0x7fbbbe17cef0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fbbbe1aa9c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe1aa780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe1aa090> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fbbbe1aa4e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe17fa70> 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 0x7fbbbe1ab740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbbe1ab8c0> # /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 0x7fbbbe1abe00> 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 0x7fbbbe015c40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbbe017860> # /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 0x7fbbbe01c260> # /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 0x7fbbbe01d400> # /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 0x7fbbbe01fef0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbbea02b10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe01e1b0> # /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 0x7fbbbe023e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe022930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe022690> # /usr/lib64/python3.12/__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 0x7fbbbe022c00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe01e6c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbbe067f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe068170> # /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 0x7fbbbe069d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe069af0> # /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 0x7fbbbe06c2c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe06a420> # /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 0x7fbbbe06faa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe06c470> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbbe0708f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbbe070ce0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbbe070c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe068470> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fbbbe0fc260> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbbe0fd610> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe0729f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbbe073da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe072630> # 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 0x7fbbbdf01850> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fbbbdf025a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe0fd7f0> 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 0x7fbbbdf02690> # 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 0x7fbbbdf03a10> # 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 0x7fbbbdf0e210> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbdf0b530> 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 0x7fbbbe1fa9f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe1de6c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbdf0df70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbbe070dd0> # 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 0x7fbbbe071010> # zipimport: zlib available {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "vg1"], "start": "2024-09-20 23:10:49.115993", "end": "2024-09-20 23:10:49.136857", "delta": "0:00:00.020864", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared vg1", "_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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888249.16663: done with _execute_module (ansible.legacy.command, {'_raw_params': 'vgs --noheadings --binary -o shared vg1', '_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-1726888248.8306036-146310-135025908401388/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888249.16669: _low_level_execute_command(): starting 138029 1726888249.16671: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888248.8306036-146310-135025908401388/ > /dev/null 2>&1 && sleep 0' 138029 1726888249.16801: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888249.16804: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888249.16807: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888249.16812: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888249.16846: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888249.16867: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888249.16922: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888249.18730: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888249.18753: stderr chunk (state=3): >>><<< 138029 1726888249.18758: stdout chunk (state=3): >>><<< 138029 1726888249.18772: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888249.18778: handler run complete 138029 1726888249.18795: Evaluated conditional (False): False 138029 1726888249.18804: attempt loop complete, returning result 138029 1726888249.18807: _execute() done 138029 1726888249.18809: dumping result to json 138029 1726888249.18814: done dumping result, returning 138029 1726888249.18823: done running TaskExecutor() for managed_node3/TASK: Get VG shared value status [0affc8a3-6f6f-5a58-73a2-000000003c31] 138029 1726888249.18827: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c31 138029 1726888249.18930: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c31 138029 1726888249.18933: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.020864", "end": "2024-09-20 23:10:49.136857", "rc": 0, "start": "2024-09-20 23:10:49.115993" } STDOUT: 0 138029 1726888249.19006: no more pending results, returning what we have 138029 1726888249.19010: results queue empty 138029 1726888249.19011: checking for any_errors_fatal 138029 1726888249.19021: done checking for any_errors_fatal 138029 1726888249.19022: checking for max_fail_percentage 138029 1726888249.19023: done checking for max_fail_percentage 138029 1726888249.19024: checking to see if all hosts have failed and the running result is not ok 138029 1726888249.19025: done checking to see if all hosts have failed 138029 1726888249.19026: getting the remaining hosts for this loop 138029 1726888249.19027: done getting the remaining hosts for this loop 138029 1726888249.19031: getting the next task for host managed_node3 138029 1726888249.19037: done getting next task for host managed_node3 138029 1726888249.19039: ^ task is: TASK: Verify that VG shared value checks out 138029 1726888249.19043: ^ 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 138029 1726888249.19047: getting variables 138029 1726888249.19048: in VariableManager get_vars() 138029 1726888249.19088: Calling all_inventory to load vars for managed_node3 138029 1726888249.19090: Calling groups_inventory to load vars for managed_node3 138029 1726888249.19094: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888249.19104: Calling all_plugins_play to load vars for managed_node3 138029 1726888249.19107: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888249.19109: Calling groups_plugins_play to load vars for managed_node3 138029 1726888249.19530: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888249.19892: done with get_vars() 138029 1726888249.19904: done getting variables 138029 1726888249.19948: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 VG shared value checks out] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Friday 20 September 2024 23:10:49 -0400 (0:00:00.412) 0:04:21.923 ****** 138029 1726888249.19978: entering _queue_task() for managed_node3/assert 138029 1726888249.20197: worker is 1 (out of 1 available) 138029 1726888249.20210: exiting _queue_task() for managed_node3/assert 138029 1726888249.20223: done queuing things up, now waiting for results queue to drain 138029 1726888249.20224: waiting for pending results... 138029 1726888249.20415: running TaskExecutor() for managed_node3/TASK: Verify that VG shared value checks out 138029 1726888249.20505: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c32 138029 1726888249.20517: variable 'ansible_search_path' from source: unknown 138029 1726888249.20544: calling self._execute() 138029 1726888249.20641: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.20646: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.20657: variable 'omit' from source: magic vars 138029 1726888249.20994: variable 'storage_test_pool' from source: include params 138029 1726888249.21016: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 138029 1726888249.21022: variable 'omit' from source: magic vars 138029 1726888249.21058: variable 'omit' from source: magic vars 138029 1726888249.21146: variable 'storage_test_pool' from source: include params 138029 1726888249.21156: variable 'actual' from source: task vars 138029 1726888249.21220: variable 'vgs_dump' from source: set_fact 138029 1726888249.21261: variable 'omit' from source: magic vars 138029 1726888249.21293: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888249.21320: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888249.21336: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888249.21351: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.21365: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.21377: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888249.21391: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888249.21414: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888249.21417: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.21419: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.21503: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888249.21507: Set connection var ansible_timeout to 10 138029 1726888249.21513: Set connection var ansible_pipelining to False 138029 1726888249.21516: Set connection var ansible_shell_type to sh 138029 1726888249.21518: Set connection var ansible_connection to ssh 138029 1726888249.21522: Set connection var ansible_shell_executable to /bin/sh 138029 1726888249.21542: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.21545: variable 'ansible_connection' from source: unknown 138029 1726888249.21547: variable 'ansible_module_compression' from source: unknown 138029 1726888249.21550: variable 'ansible_shell_type' from source: unknown 138029 1726888249.21552: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.21557: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.21560: variable 'ansible_pipelining' from source: unknown 138029 1726888249.21562: variable 'ansible_timeout' from source: unknown 138029 1726888249.21574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.21667: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888249.21683: variable 'omit' from source: magic vars 138029 1726888249.21686: starting attempt loop 138029 1726888249.21689: running the handler 138029 1726888249.21770: variable 'storage_test_pool' from source: include params 138029 1726888249.21777: variable 'actual' from source: task vars 138029 1726888249.21840: variable 'vgs_dump' from source: set_fact 138029 1726888249.21853: Evaluated conditional (storage_test_pool.shared == actual): True 138029 1726888249.21861: handler run complete 138029 1726888249.21873: attempt loop complete, returning result 138029 1726888249.21876: _execute() done 138029 1726888249.21879: dumping result to json 138029 1726888249.21881: done dumping result, returning 138029 1726888249.21886: done running TaskExecutor() for managed_node3/TASK: Verify that VG shared value checks out [0affc8a3-6f6f-5a58-73a2-000000003c32] 138029 1726888249.21898: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c32 138029 1726888249.21983: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c32 138029 1726888249.21986: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888249.22047: no more pending results, returning what we have 138029 1726888249.22050: results queue empty 138029 1726888249.22051: checking for any_errors_fatal 138029 1726888249.22066: done checking for any_errors_fatal 138029 1726888249.22067: checking for max_fail_percentage 138029 1726888249.22068: done checking for max_fail_percentage 138029 1726888249.22069: checking to see if all hosts have failed and the running result is not ok 138029 1726888249.22070: done checking to see if all hosts have failed 138029 1726888249.22070: getting the remaining hosts for this loop 138029 1726888249.22072: done getting the remaining hosts for this loop 138029 1726888249.22075: getting the next task for host managed_node3 138029 1726888249.22081: done getting next task for host managed_node3 138029 1726888249.22084: ^ task is: TASK: Verify pool subset 138029 1726888249.22087: ^ 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 138029 1726888249.22091: getting variables 138029 1726888249.22092: in VariableManager get_vars() 138029 1726888249.22123: Calling all_inventory to load vars for managed_node3 138029 1726888249.22126: Calling groups_inventory to load vars for managed_node3 138029 1726888249.22128: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888249.22137: Calling all_plugins_play to load vars for managed_node3 138029 1726888249.22139: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888249.22142: Calling groups_plugins_play to load vars for managed_node3 138029 1726888249.22517: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888249.22884: done with get_vars() 138029 1726888249.22895: done getting variables TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Friday 20 September 2024 23:10:49 -0400 (0:00:00.029) 0:04:21.953 ****** 138029 1726888249.22966: entering _queue_task() for managed_node3/include_tasks 138029 1726888249.23169: worker is 1 (out of 1 available) 138029 1726888249.23183: exiting _queue_task() for managed_node3/include_tasks 138029 1726888249.23194: done queuing things up, now waiting for results queue to drain 138029 1726888249.23196: waiting for pending results... 138029 1726888249.23376: running TaskExecutor() for managed_node3/TASK: Verify pool subset 138029 1726888249.23451: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c33 138029 1726888249.23469: variable 'ansible_search_path' from source: unknown 138029 1726888249.23499: variable '_storage_pool_tests' from source: set_fact 138029 1726888249.23667: variable '_storage_pool_tests' from source: set_fact 138029 1726888249.23718: variable 'omit' from source: magic vars 138029 1726888249.23839: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.23847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.23858: variable 'omit' from source: magic vars 138029 1726888249.23976: variable 'storage_test_pool_subset' from source: unknown 138029 1726888249.24000: variable 'storage_test_pool_subset' from source: unknown 138029 1726888249.24045: variable 'storage_test_pool_subset' from source: unknown 138029 1726888249.24185: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.24191: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.24195: variable 'omit' from source: magic vars 138029 1726888249.24236: variable 'storage_test_pool_subset' from source: unknown 138029 1726888249.24259: variable 'storage_test_pool_subset' from source: unknown 138029 1726888249.24311: variable 'storage_test_pool_subset' from source: unknown 138029 1726888249.24371: dumping result to json 138029 1726888249.24375: done dumping result, returning 138029 1726888249.24377: done running TaskExecutor() for managed_node3/TASK: Verify pool subset [0affc8a3-6f6f-5a58-73a2-000000003c33] 138029 1726888249.24379: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c33 138029 1726888249.24416: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c33 138029 1726888249.24420: WORKER PROCESS EXITING 138029 1726888249.24450: no more pending results, returning what we have 138029 1726888249.24454: in VariableManager get_vars() 138029 1726888249.24497: Calling all_inventory to load vars for managed_node3 138029 1726888249.24499: Calling groups_inventory to load vars for managed_node3 138029 1726888249.24502: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888249.24513: Calling all_plugins_play to load vars for managed_node3 138029 1726888249.24516: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888249.24518: Calling groups_plugins_play to load vars for managed_node3 138029 1726888249.25099: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888249.25429: done with get_vars() 138029 1726888249.25437: variable 'ansible_search_path' from source: unknown 138029 1726888249.25467: variable 'ansible_search_path' from source: unknown 138029 1726888249.25483: we have included files to process 138029 1726888249.25484: generating all_blocks data 138029 1726888249.25485: done generating all_blocks data 138029 1726888249.25489: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 138029 1726888249.25489: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 138029 1726888249.25491: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 138029 1726888249.26186: in VariableManager get_vars() 138029 1726888249.26200: done with get_vars() 138029 1726888249.26248: in VariableManager get_vars() 138029 1726888249.26267: done with get_vars() 138029 1726888249.26291: in VariableManager get_vars() 138029 1726888249.26303: done with get_vars() 138029 1726888249.26325: in VariableManager get_vars() 138029 1726888249.26339: done with get_vars() 138029 1726888249.26367: in VariableManager get_vars() 138029 1726888249.26379: done with get_vars() 138029 1726888249.26401: in VariableManager get_vars() 138029 1726888249.26412: done with get_vars() 138029 1726888249.26433: in VariableManager get_vars() 138029 1726888249.26446: done with get_vars() 138029 1726888249.26506: done processing included file 138029 1726888249.26508: iterating over new_blocks loaded from include file 138029 1726888249.26509: in VariableManager get_vars() 138029 1726888249.26518: done with get_vars() 138029 1726888249.26519: filtering new block on tags 138029 1726888249.26641: done filtering new block on tags 138029 1726888249.26644: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 => (item=members) 138029 1726888249.26647: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 138029 1726888249.26647: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 138029 1726888249.26650: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 138029 1726888249.26704: in VariableManager get_vars() 138029 1726888249.26716: done with get_vars() 138029 1726888249.26723: done processing included file 138029 1726888249.26724: iterating over new_blocks loaded from include file 138029 1726888249.26725: in VariableManager get_vars() 138029 1726888249.26732: done with get_vars() 138029 1726888249.26733: filtering new block on tags 138029 1726888249.26746: done filtering new block on tags 138029 1726888249.26747: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 => (item=volumes) 138029 1726888249.26749: extending task lists for all hosts with included blocks 138029 1726888249.26896: done extending task lists 138029 1726888249.26897: done processing included files 138029 1726888249.26898: results queue empty 138029 1726888249.26898: checking for any_errors_fatal 138029 1726888249.26900: done checking for any_errors_fatal 138029 1726888249.26901: checking for max_fail_percentage 138029 1726888249.26901: done checking for max_fail_percentage 138029 1726888249.26902: checking to see if all hosts have failed and the running result is not ok 138029 1726888249.26902: done checking to see if all hosts have failed 138029 1726888249.26903: getting the remaining hosts for this loop 138029 1726888249.26904: done getting the remaining hosts for this loop 138029 1726888249.26905: getting the next task for host managed_node3 138029 1726888249.26908: done getting next task for host managed_node3 138029 1726888249.26909: ^ task is: TASK: Set test variables 138029 1726888249.26911: ^ 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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888249.26916: getting variables 138029 1726888249.26917: in VariableManager get_vars() 138029 1726888249.26924: Calling all_inventory to load vars for managed_node3 138029 1726888249.26925: Calling groups_inventory to load vars for managed_node3 138029 1726888249.26926: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888249.26930: Calling all_plugins_play to load vars for managed_node3 138029 1726888249.26931: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888249.26933: Calling groups_plugins_play to load vars for managed_node3 138029 1726888249.27190: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888249.27523: done with get_vars() 138029 1726888249.27535: done getting variables 138029 1726888249.27562: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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-pool-members.yml:2 Friday 20 September 2024 23:10:49 -0400 (0:00:00.046) 0:04:21.999 ****** 138029 1726888249.27583: entering _queue_task() for managed_node3/set_fact 138029 1726888249.27798: worker is 1 (out of 1 available) 138029 1726888249.27810: exiting _queue_task() for managed_node3/set_fact 138029 1726888249.27824: done queuing things up, now waiting for results queue to drain 138029 1726888249.27826: waiting for pending results... 138029 1726888249.28009: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888249.28090: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c6b 138029 1726888249.28102: variable 'ansible_search_path' from source: unknown 138029 1726888249.28130: calling self._execute() 138029 1726888249.28225: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.28229: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.28238: variable 'omit' from source: magic vars 138029 1726888249.28537: variable 'storage_test_pool' from source: include params 138029 1726888249.28559: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888249.28568: variable 'omit' from source: magic vars 138029 1726888249.28604: variable 'omit' from source: magic vars 138029 1726888249.28750: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888249.30191: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888249.30243: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888249.30274: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888249.30300: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888249.30320: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888249.30378: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888249.30399: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888249.30416: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888249.30443: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888249.30454: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888249.30488: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888249.30505: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888249.30521: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888249.30545: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888249.30563: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888249.30601: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888249.30618: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888249.30634: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888249.30659: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888249.30672: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888249.30790: variable 'ansible_lvm' from source: facts 138029 1726888249.30797: variable 'storage_test_pool' from source: include params 138029 1726888249.30846: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888249.30958: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888249.30985: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888249.31019: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888249.31041: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888249.31172: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888249.31190: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888249.31206: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888249.31234: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888249.31245: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888249.31329: variable 'storage_test_pool' from source: include params 138029 1726888249.31348: variable 'omit' from source: magic vars 138029 1726888249.31370: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888249.31390: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888249.31403: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888249.31416: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.31424: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.31440: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888249.31453: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888249.31480: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888249.31483: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.31486: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.31566: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888249.31569: Set connection var ansible_timeout to 10 138029 1726888249.31575: Set connection var ansible_pipelining to False 138029 1726888249.31577: Set connection var ansible_shell_type to sh 138029 1726888249.31579: Set connection var ansible_connection to ssh 138029 1726888249.31584: Set connection var ansible_shell_executable to /bin/sh 138029 1726888249.31603: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.31605: variable 'ansible_connection' from source: unknown 138029 1726888249.31608: variable 'ansible_module_compression' from source: unknown 138029 1726888249.31610: variable 'ansible_shell_type' from source: unknown 138029 1726888249.31612: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.31614: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.31616: variable 'ansible_pipelining' from source: unknown 138029 1726888249.31620: variable 'ansible_timeout' from source: unknown 138029 1726888249.31624: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.31698: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888249.31707: variable 'omit' from source: magic vars 138029 1726888249.31712: starting attempt loop 138029 1726888249.31714: running the handler 138029 1726888249.31723: handler run complete 138029 1726888249.31731: attempt loop complete, returning result 138029 1726888249.31733: _execute() done 138029 1726888249.31736: dumping result to json 138029 1726888249.31738: done dumping result, returning 138029 1726888249.31745: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-000000003c6b] 138029 1726888249.31750: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c6b 138029 1726888249.31833: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c6b 138029 1726888249.31837: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } 138029 1726888249.31929: no more pending results, returning what we have 138029 1726888249.31934: results queue empty 138029 1726888249.31935: checking for any_errors_fatal 138029 1726888249.31936: done checking for any_errors_fatal 138029 1726888249.31937: checking for max_fail_percentage 138029 1726888249.31938: done checking for max_fail_percentage 138029 1726888249.31939: checking to see if all hosts have failed and the running result is not ok 138029 1726888249.31940: done checking to see if all hosts have failed 138029 1726888249.31940: getting the remaining hosts for this loop 138029 1726888249.31942: done getting the remaining hosts for this loop 138029 1726888249.31945: getting the next task for host managed_node3 138029 1726888249.31951: done getting next task for host managed_node3 138029 1726888249.31954: ^ task is: TASK: Get the canonical device path for each member device 138029 1726888249.31961: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888249.31968: getting variables 138029 1726888249.31970: in VariableManager get_vars() 138029 1726888249.32005: Calling all_inventory to load vars for managed_node3 138029 1726888249.32007: Calling groups_inventory to load vars for managed_node3 138029 1726888249.32011: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888249.32020: Calling all_plugins_play to load vars for managed_node3 138029 1726888249.32023: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888249.32025: Calling groups_plugins_play to load vars for managed_node3 138029 1726888249.32409: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888249.32769: done with get_vars() 138029 1726888249.32780: done getting variables TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Friday 20 September 2024 23:10:49 -0400 (0:00:00.052) 0:04:22.051 ****** 138029 1726888249.32834: entering _queue_task() for managed_node3/fedora.linux_system_roles.resolve_blockdev 138029 1726888249.33050: worker is 1 (out of 1 available) 138029 1726888249.33068: exiting _queue_task() for managed_node3/fedora.linux_system_roles.resolve_blockdev 138029 1726888249.33080: done queuing things up, now waiting for results queue to drain 138029 1726888249.33082: waiting for pending results... 138029 1726888249.33267: running TaskExecutor() for managed_node3/TASK: Get the canonical device path for each member device 138029 1726888249.33339: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c6c 138029 1726888249.33352: variable 'ansible_search_path' from source: unknown 138029 1726888249.33399: variable '_storage_test_pool_pvs_lvm' from source: set_fact 138029 1726888249.33581: variable '_storage_test_pool_pvs_lvm' from source: set_fact 138029 1726888249.33649: variable 'omit' from source: magic vars 138029 1726888249.33781: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.33788: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.33795: variable 'omit' from source: magic vars 138029 1726888249.33973: variable 'storage_test_pool' from source: include params 138029 1726888249.33985: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888249.33991: variable 'omit' from source: magic vars 138029 1726888249.34024: variable 'omit' from source: magic vars 138029 1726888249.34059: variable 'pv' from source: unknown 138029 1726888249.34111: variable 'pv' from source: unknown 138029 1726888249.34126: variable 'omit' from source: magic vars 138029 1726888249.34159: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888249.34189: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888249.34208: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888249.34222: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.34230: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.34244: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888249.34258: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888249.34287: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888249.34292: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.34294: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.34373: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888249.34376: Set connection var ansible_timeout to 10 138029 1726888249.34382: Set connection var ansible_pipelining to False 138029 1726888249.34385: Set connection var ansible_shell_type to sh 138029 1726888249.34387: Set connection var ansible_connection to ssh 138029 1726888249.34394: Set connection var ansible_shell_executable to /bin/sh 138029 1726888249.34412: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.34415: variable 'ansible_connection' from source: unknown 138029 1726888249.34418: variable 'ansible_module_compression' from source: unknown 138029 1726888249.34420: variable 'ansible_shell_type' from source: unknown 138029 1726888249.34422: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.34425: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.34427: variable 'ansible_pipelining' from source: unknown 138029 1726888249.34431: variable 'ansible_timeout' from source: unknown 138029 1726888249.34435: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.34577: 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) 138029 1726888249.34586: variable 'omit' from source: magic vars 138029 1726888249.34591: starting attempt loop 138029 1726888249.34593: running the handler 138029 1726888249.34605: _low_level_execute_command(): starting 138029 1726888249.34611: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888249.35116: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888249.35120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888249.35124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888249.35178: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888249.35181: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888249.35187: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888249.35235: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888249.36906: stdout chunk (state=3): >>>/root <<< 138029 1726888249.37007: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888249.37032: stderr chunk (state=3): >>><<< 138029 1726888249.37037: stdout chunk (state=3): >>><<< 138029 1726888249.37063: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888249.37078: _low_level_execute_command(): starting 138029 1726888249.37083: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888249.3706696-146321-56219507565140 `" && echo ansible-tmp-1726888249.3706696-146321-56219507565140="` echo /root/.ansible/tmp/ansible-tmp-1726888249.3706696-146321-56219507565140 `" ) && sleep 0' 138029 1726888249.37518: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888249.37528: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888249.37532: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888249.37534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888249.37536: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888249.37581: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888249.37584: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888249.37585: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888249.37632: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888249.39782: stdout chunk (state=3): >>>ansible-tmp-1726888249.3706696-146321-56219507565140=/root/.ansible/tmp/ansible-tmp-1726888249.3706696-146321-56219507565140 <<< 138029 1726888249.39887: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888249.39912: stderr chunk (state=3): >>><<< 138029 1726888249.39915: stdout chunk (state=3): >>><<< 138029 1726888249.39930: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888249.3706696-146321-56219507565140=/root/.ansible/tmp/ansible-tmp-1726888249.3706696-146321-56219507565140 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888249.39976: variable 'ansible_module_compression' from source: unknown 138029 1726888249.40007: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.resolve_blockdev-ZIP_DEFLATED 138029 1726888249.40036: variable 'ansible_facts' from source: unknown 138029 1726888249.40095: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888249.3706696-146321-56219507565140/AnsiballZ_resolve_blockdev.py 138029 1726888249.40190: Sending initial data 138029 1726888249.40193: Sent initial data (166 bytes) 138029 1726888249.40625: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888249.40628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888249.40631: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888249.40633: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888249.40635: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888249.40693: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888249.40698: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888249.40701: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888249.40744: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888249.42283: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 138029 1726888249.42286: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888249.42326: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888249.42378: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpbt1gty0n /root/.ansible/tmp/ansible-tmp-1726888249.3706696-146321-56219507565140/AnsiballZ_resolve_blockdev.py <<< 138029 1726888249.42383: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888249.3706696-146321-56219507565140/AnsiballZ_resolve_blockdev.py" <<< 138029 1726888249.42421: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpbt1gty0n" to remote "/root/.ansible/tmp/ansible-tmp-1726888249.3706696-146321-56219507565140/AnsiballZ_resolve_blockdev.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888249.3706696-146321-56219507565140/AnsiballZ_resolve_blockdev.py" <<< 138029 1726888249.42959: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888249.42995: stderr chunk (state=3): >>><<< 138029 1726888249.42998: stdout chunk (state=3): >>><<< 138029 1726888249.43039: done transferring module to remote 138029 1726888249.43051: _low_level_execute_command(): starting 138029 1726888249.43054: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888249.3706696-146321-56219507565140/ /root/.ansible/tmp/ansible-tmp-1726888249.3706696-146321-56219507565140/AnsiballZ_resolve_blockdev.py && sleep 0' 138029 1726888249.43460: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888249.43494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888249.43500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888249.43503: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888249.43505: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888249.43547: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888249.43550: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888249.43604: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888249.45329: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888249.45352: stderr chunk (state=3): >>><<< 138029 1726888249.45358: stdout chunk (state=3): >>><<< 138029 1726888249.45374: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888249.45377: _low_level_execute_command(): starting 138029 1726888249.45380: _low_level_execute_command(): using become for this command 138029 1726888249.45391: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-boebqrjigueshozuglegmvsdfcuxdvsf ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888249.3706696-146321-56219507565140/AnsiballZ_resolve_blockdev.py'"'"' && sleep 0' 138029 1726888249.45472: Initial state: awaiting_escalation: BECOME-SUCCESS-boebqrjigueshozuglegmvsdfcuxdvsf 138029 1726888249.45845: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888249.45850: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888249.45885: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888249.45891: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888249.45943: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888249.48779: stdout chunk (state=1): >>>BECOME-SUCCESS-boebqrjigueshozuglegmvsdfcuxdvsf <<< 138029 1726888249.48782: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-boebqrjigueshozuglegmvsdfcuxdvsf' 138029 1726888249.49116: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888249.49153: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888249.49186: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888249.49261: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888249.49270: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888249.49298: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888249.49331: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888249.49336: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888249.49358: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888249.49371: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888249.49418: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888249.49423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888249.49445: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888249.49468: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888249.49513: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888249.49524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888249.49543: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74370183e0> <<< 138029 1726888249.49547: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436fe7a10> <<< 138029 1726888249.49578: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888249.49582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888249.49598: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743701a960> <<< 138029 1726888249.49614: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888249.49643: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888249.49646: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888249.49669: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888249.49706: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888249.49711: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888249.49794: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888249.49827: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888249.49863: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888249.49879: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888249.49886: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888249.49900: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888249.49908: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888249.49913: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888249.49934: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888249.49962: 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 <<< 138029 1726888249.49969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888249.49986: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436dc8fe0> <<< 138029 1726888249.50049: 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 <<< 138029 1726888249.50065: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888249.50072: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436dc9fd0> <<< 138029 1726888249.50094: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888249.50129: 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. <<< 138029 1726888249.50352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888249.50380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888249.50392: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888249.50403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888249.50422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888249.50469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888249.50485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888249.50514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888249.50523: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e07e00> <<< 138029 1726888249.50553: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888249.50567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888249.50597: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888249.50607: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e07ec0> <<< 138029 1726888249.50619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888249.50645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888249.50675: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888249.50722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888249.50742: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888249.50772: 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' <<< 138029 1726888249.50779: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e3f800> <<< 138029 1726888249.50792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888249.50815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888249.50819: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e3fe90> <<< 138029 1726888249.50830: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888249.50878: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e1fad0> <<< 138029 1726888249.50893: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888249.50923: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e1d1f0> <<< 138029 1726888249.51015: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e04fb0> <<< 138029 1726888249.51039: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888249.51072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888249.51075: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888249.51102: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888249.51123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888249.51150: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888249.51153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888249.51192: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e63740> <<< 138029 1726888249.51195: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e62360> <<< 138029 1726888249.51229: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888249.51245: 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 0x7f7436e1e0c0> <<< 138029 1726888249.51251: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e60b90> <<< 138029 1726888249.51285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888249.51306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e947d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e04230> <<< 138029 1726888249.51332: 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' <<< 138029 1726888249.51371: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888249.51376: 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 0x7f7436e94c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e94b30> <<< 138029 1726888249.51407: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888249.51411: 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 0x7f7436e94f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e02d50> <<< 138029 1726888249.51451: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888249.51463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888249.51467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888249.51497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888249.51509: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e955e0> <<< 138029 1726888249.51524: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e952b0> import 'importlib.machinery' # <<< 138029 1726888249.51552: 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' <<< 138029 1726888249.51574: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e964e0> <<< 138029 1726888249.51596: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888249.51600: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888249.51615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888249.51651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888249.51670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888249.51693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436eac710> <<< 138029 1726888249.51699: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888249.51731: 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 0x7f7436eaddf0> <<< 138029 1726888249.51763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888249.51769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888249.51800: 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' <<< 138029 1726888249.51802: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436eaec60> <<< 138029 1726888249.51839: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888249.51852: 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 0x7f7436eaf2c0> <<< 138029 1726888249.51862: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436eae1b0> <<< 138029 1726888249.51875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888249.51886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888249.51922: 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 0x7f7436eafd40> <<< 138029 1726888249.51938: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436eaf470> <<< 138029 1726888249.51978: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e96540> <<< 138029 1726888249.51999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888249.52025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888249.52046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888249.52072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888249.52101: 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' <<< 138029 1726888249.52108: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7436c2bbf0> <<< 138029 1726888249.52134: 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' <<< 138029 1726888249.52166: 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 0x7f7436c54740> <<< 138029 1726888249.52172: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436c544a0> <<< 138029 1726888249.52190: 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 0x7f7436c546e0> <<< 138029 1726888249.52223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888249.52231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888249.52292: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888249.52416: 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 0x7f7436c55010> <<< 138029 1726888249.52531: 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 0x7f7436c55910> <<< 138029 1726888249.52538: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436c548c0> <<< 138029 1726888249.52557: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436c29d90> <<< 138029 1726888249.52578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888249.52594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888249.52621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888249.52626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888249.52646: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436c56d20> <<< 138029 1726888249.52665: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436c55a60> <<< 138029 1726888249.52686: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e96c30> <<< 138029 1726888249.52713: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888249.52773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888249.52790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888249.52823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888249.52853: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436c7f0b0> <<< 138029 1726888249.52908: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888249.52916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888249.52942: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888249.52962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888249.53005: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436ca7410> <<< 138029 1726888249.53024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888249.53072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888249.53121: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888249.53147: 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 0x7f7436d04200> <<< 138029 1726888249.53165: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888249.53197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888249.53224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888249.53262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888249.53344: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436d06960> <<< 138029 1726888249.53421: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436d04320> <<< 138029 1726888249.53456: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436cd1220> <<< 138029 1726888249.53486: 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' <<< 138029 1726888249.53492: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436b0d2b0> <<< 138029 1726888249.53511: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436ca6240> <<< 138029 1726888249.53514: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436c57c80> <<< 138029 1726888249.53672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888249.53685: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7436ca68d0> <<< 138029 1726888249.53995: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_323bz5z7/ansible_fedora.linux_system_roles.resolve_blockdev_payload.zip' <<< 138029 1726888249.54001: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.54128: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.54169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888249.54177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888249.54211: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888249.54291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888249.54320: 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' <<< 138029 1726888249.54325: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436b5afc0> import '_typing' # <<< 138029 1726888249.54501: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436b3deb0> <<< 138029 1726888249.54523: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436b3d040> # zipimport: zlib available <<< 138029 1726888249.54537: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888249.54554: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.54565: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.54589: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.54594: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888249.54620: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.55988: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.57086: 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 0x7f7436b58e90> <<< 138029 1726888249.57115: 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' <<< 138029 1726888249.57146: 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' <<< 138029 1726888249.57177: 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' <<< 138029 1726888249.57211: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888249.57216: 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 0x7f7436b8a9c0> <<< 138029 1726888249.57244: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436b8a750> <<< 138029 1726888249.57275: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436b8a060> <<< 138029 1726888249.57299: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888249.57307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888249.57341: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436b8a4b0> <<< 138029 1726888249.57359: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436b5bc50> import 'atexit' # <<< 138029 1726888249.57391: 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' <<< 138029 1726888249.57398: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7436b8b740> <<< 138029 1726888249.57419: 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 0x7f7436b8b920> <<< 138029 1726888249.57439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888249.57488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888249.57492: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888249.57539: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436b8be60> <<< 138029 1726888249.57542: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888249.57566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888249.57586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888249.57624: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436519c70> <<< 138029 1726888249.57663: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888249.57673: 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 0x7f743651b890> <<< 138029 1726888249.57678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888249.57696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888249.57729: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743651c200> <<< 138029 1726888249.57754: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888249.57776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888249.57796: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743651d370> <<< 138029 1726888249.57815: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888249.57853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888249.57878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888249.57883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888249.57930: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743651fe00> <<< 138029 1726888249.57973: 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 0x7f7436e02e40> <<< 138029 1726888249.57988: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743651e0c0> <<< 138029 1726888249.58013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888249.58037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888249.58066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888249.58076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888249.58090: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888249.58117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888249.58142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888249.58177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436527d70> <<< 138029 1726888249.58180: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888249.58329: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436526840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74365265a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888249.58349: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436526b10> <<< 138029 1726888249.58373: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743651e5d0> <<< 138029 1726888249.58449: 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 0x7f743656bfe0> <<< 138029 1726888249.58478: 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 0x7f743656c140> # /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' <<< 138029 1726888249.58518: 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 0x7f743656dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743656d9a0> <<< 138029 1726888249.58540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888249.58633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888249.58691: 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 0x7f74365701a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743656e2d0> <<< 138029 1726888249.58717: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888249.58749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888249.58784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888249.58805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888249.58837: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436573920> <<< 138029 1726888249.58961: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436570320> <<< 138029 1726888249.59025: 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 0x7f74365749e0> <<< 138029 1726888249.59052: 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 0x7f7436574b90> <<< 138029 1726888249.59104: 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 0x7f7436574c80> <<< 138029 1726888249.59108: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743656c350> <<< 138029 1726888249.59146: 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 <<< 138029 1726888249.59175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888249.59192: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888249.59214: 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 0x7f74364002f0> <<< 138029 1726888249.59372: 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 0x7f7436401640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436576a80> <<< 138029 1726888249.59417: 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 0x7f7436577e30> <<< 138029 1726888249.59421: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74365766c0> <<< 138029 1726888249.59473: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888249.59477: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.59551: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.59834: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.59852: 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 <<< 138029 1726888249.59947: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.60465: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.61009: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 138029 1726888249.61035: 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 <<< 138029 1726888249.61069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888249.61106: 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 0x7f74364059d0> <<< 138029 1726888249.61214: 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' <<< 138029 1726888249.61228: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436406e70> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436401850> <<< 138029 1726888249.61272: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888249.61323: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888249.61473: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.61624: 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' <<< 138029 1726888249.61651: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74364065a0> <<< 138029 1726888249.61668: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.62105: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.62545: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.62615: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.62687: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888249.62704: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.62740: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.62779: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888249.62783: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.62863: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.62935: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888249.62961: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.62972: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.62991: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888249.62995: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.63031: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.63069: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888249.63081: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.63305: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.63535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888249.63584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888249.63602: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888249.63675: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74364079b0> <<< 138029 1726888249.63681: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.63753: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.63824: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888249.63828: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888249.63850: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888249.63866: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.63908: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.63952: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888249.63966: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.63998: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.64045: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.64098: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.64171: 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 <<< 138029 1726888249.64205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888249.64285: 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 0x7f74364121b0> <<< 138029 1726888249.64319: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743640f200> <<< 138029 1726888249.64352: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888249.64362: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.64427: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.64490: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.64521: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.64562: 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' <<< 138029 1726888249.64584: 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 <<< 138029 1726888249.64604: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888249.64626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888249.64682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888249.64706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888249.64721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888249.64775: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436bd6ab0> <<< 138029 1726888249.64815: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436bc2780> <<< 138029 1726888249.64897: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436412180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436575250> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888249.64900: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.64940: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.64966: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888249.65018: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888249.65031: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.65067: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 138029 1726888249.65075: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.65086: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.65105: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 138029 1726888249.65109: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.65131: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.65136: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888249.65161: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.65176: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.65184: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888249.65191: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.65211: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888249.65229: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.65305: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.65400: 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' <<< 138029 1726888249.65425: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74364a47a0> <<< 138029 1726888249.65510: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888249.65629: stdout chunk (state=3): >>> {"device": "/dev/md/vg1-1", "invocation": {"module_args": {"spec": "/dev/md127"}}} <<< 138029 1726888249.65634: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888249.65922: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888249.65979: 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 <<< 138029 1726888249.65987: 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 # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections <<< 138029 1726888249.66082: 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 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 an<<< 138029 1726888249.66093: stdout chunk (state=3): >>>sible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors <<< 138029 1726888249.66105: stdout chunk (state=3): >>># destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 glob # destroy glob <<< 138029 1726888249.66329: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888249.66359: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888249.66362: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888249.66385: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888249.66390: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888249.66410: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888249.66428: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon <<< 138029 1726888249.66454: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 138029 1726888249.66470: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888249.66502: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888249.66506: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno <<< 138029 1726888249.66511: stdout chunk (state=3): >>># destroy array <<< 138029 1726888249.66514: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil <<< 138029 1726888249.66526: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888249.66565: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888249.66586: 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 <<< 138029 1726888249.66624: 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 <<< 138029 1726888249.66628: 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 <<< 138029 1726888249.66679: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888249.66682: 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 <<< 138029 1726888249.66706: 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 <<< 138029 1726888249.66709: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 138029 1726888249.66722: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888249.66843: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888249.66858: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888249.66866: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888249.66890: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 138029 1726888249.66897: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888249.66915: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888249.66930: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888249.66954: 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 <<< 138029 1726888249.66969: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888249.67059: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888249.67062: 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 <<< 138029 1726888249.67084: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888249.67103: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888249.67114: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888249.67130: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888249.67143: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888249.67156: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888249.67616: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888249.67652: stderr chunk (state=3): >>><<< 138029 1726888249.67656: stdout chunk (state=3): >>><<< 138029 1726888249.67725: _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 0x7f74370183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436fe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743701a960> 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 0x7f7436dc8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f7436dc9fd0> 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 0x7f7436e07e00> # /usr/lib64/python3.12/__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 0x7f7436e07ec0> # /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 0x7f7436e3f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e3fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e1fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e1d1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e04fb0> # /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 0x7f7436e63740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e62360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e1e0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e60b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e947d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e04230> # /usr/lib64/python3.12/__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 0x7f7436e94c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e94b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7436e94f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e02d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f7436e955e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e952b0> 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 0x7f7436e964e0> 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 0x7f7436eac710> 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 0x7f7436eaddf0> # /usr/lib64/python3.12/__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 0x7f7436eaec60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7436eaf2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436eae1b0> # /usr/lib64/python3.12/__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 0x7f7436eafd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436eaf470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e96540> # /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 0x7f7436c2bbf0> # /usr/lib64/python3.12/__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 0x7f7436c54740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436c544a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7436c546e0> # /usr/lib64/python3.12/__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 0x7f7436c55010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7436c55910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436c548c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436c29d90> # /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 0x7f7436c56d20> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436c55a60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436e96c30> # /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 0x7f7436c7f0b0> # /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 0x7f7436ca7410> # /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 0x7f7436d04200> # /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 0x7f7436d06960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436d04320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436cd1220> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436b0d2b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436ca6240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436c57c80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7436ca68d0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_323bz5z7/ansible_fedora.linux_system_roles.resolve_blockdev_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 0x7f7436b5afc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436b3deb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436b3d040> # 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 0x7f7436b58e90> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f7436b8a9c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436b8a750> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436b8a060> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f7436b8a4b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436b5bc50> 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 0x7f7436b8b740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7436b8b920> # /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 0x7f7436b8be60> 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 0x7f7436519c70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f743651b890> # /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 0x7f743651c200> # /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 0x7f743651d370> # /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 0x7f743651fe00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7436e02e40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743651e0c0> # /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 0x7f7436527d70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436526840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74365265a0> # /usr/lib64/python3.12/__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 0x7f7436526b10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743651e5d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f743656bfe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743656c140> # /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 0x7f743656dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743656d9a0> # /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 0x7f74365701a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743656e2d0> # /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 0x7f7436573920> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436570320> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f74365749e0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7436574b90> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7436574c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743656c350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f74364002f0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7436401640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436576a80> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7436577e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f74365766c0> # 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 0x7f74364059d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f7436406e70> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436401850> 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 0x7f74364065a0> # 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 0x7f74364079b0> # 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 0x7f74364121b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f743640f200> 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 0x7f7436bd6ab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436bc2780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436412180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7436575250> # 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__/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 0x7f74364a47a0> # zipimport: zlib available {"device": "/dev/md/vg1-1", "invocation": {"module_args": {"spec": "/dev/md127"}}} # 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 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888249.68279: done with _execute_module (fedora.linux_system_roles.resolve_blockdev, {'spec': '/dev/md127', '_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.resolve_blockdev', '_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-1726888249.3706696-146321-56219507565140/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888249.68282: _low_level_execute_command(): starting 138029 1726888249.68291: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888249.3706696-146321-56219507565140/ > /dev/null 2>&1 && sleep 0' 138029 1726888249.68387: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888249.68410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888249.68414: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888249.68462: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888249.68468: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888249.68479: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888249.68519: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888249.70341: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888249.70367: stderr chunk (state=3): >>><<< 138029 1726888249.70372: stdout chunk (state=3): >>><<< 138029 1726888249.70386: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888249.70392: handler run complete 138029 1726888249.70404: attempt loop complete, returning result 138029 1726888249.70424: variable 'pv' from source: unknown 138029 1726888249.70486: variable 'pv' from source: unknown ok: [managed_node3] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } 138029 1726888249.70643: dumping result to json 138029 1726888249.70645: done dumping result, returning 138029 1726888249.70647: done running TaskExecutor() for managed_node3/TASK: Get the canonical device path for each member device [0affc8a3-6f6f-5a58-73a2-000000003c6c] 138029 1726888249.70649: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c6c 138029 1726888249.70697: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c6c 138029 1726888249.70700: WORKER PROCESS EXITING 138029 1726888249.70785: no more pending results, returning what we have 138029 1726888249.70788: results queue empty 138029 1726888249.70789: checking for any_errors_fatal 138029 1726888249.70798: done checking for any_errors_fatal 138029 1726888249.70798: checking for max_fail_percentage 138029 1726888249.70800: done checking for max_fail_percentage 138029 1726888249.70801: checking to see if all hosts have failed and the running result is not ok 138029 1726888249.70802: done checking to see if all hosts have failed 138029 1726888249.70802: getting the remaining hosts for this loop 138029 1726888249.70804: done getting the remaining hosts for this loop 138029 1726888249.70807: getting the next task for host managed_node3 138029 1726888249.70812: done getting next task for host managed_node3 138029 1726888249.70814: ^ task is: TASK: Set pvs lvm length 138029 1726888249.70819: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888249.70823: getting variables 138029 1726888249.70824: in VariableManager get_vars() 138029 1726888249.70856: Calling all_inventory to load vars for managed_node3 138029 1726888249.70859: Calling groups_inventory to load vars for managed_node3 138029 1726888249.70862: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888249.70871: Calling all_plugins_play to load vars for managed_node3 138029 1726888249.70874: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888249.70876: Calling groups_plugins_play to load vars for managed_node3 138029 1726888249.71269: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888249.71625: done with get_vars() 138029 1726888249.71637: done getting variables 138029 1726888249.71683: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pvs lvm length] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Friday 20 September 2024 23:10:49 -0400 (0:00:00.388) 0:04:22.440 ****** 138029 1726888249.71708: entering _queue_task() for managed_node3/set_fact 138029 1726888249.71931: worker is 1 (out of 1 available) 138029 1726888249.71944: exiting _queue_task() for managed_node3/set_fact 138029 1726888249.71960: done queuing things up, now waiting for results queue to drain 138029 1726888249.71962: waiting for pending results... 138029 1726888249.72162: running TaskExecutor() for managed_node3/TASK: Set pvs lvm length 138029 1726888249.72248: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c6e 138029 1726888249.72262: variable 'ansible_search_path' from source: unknown 138029 1726888249.72301: calling self._execute() 138029 1726888249.72394: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.72400: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.72409: variable 'omit' from source: magic vars 138029 1726888249.72715: variable 'storage_test_pool' from source: include params 138029 1726888249.72737: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888249.72746: variable 'omit' from source: magic vars 138029 1726888249.72788: variable 'omit' from source: magic vars 138029 1726888249.72903: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888249.74413: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888249.74773: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888249.74802: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888249.74827: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888249.74847: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888249.74908: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888249.74929: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888249.74946: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888249.74977: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888249.74987: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888249.75047: variable '_storage_test_pool_pvs_lvm' from source: set_fact 138029 1726888249.75072: variable 'omit' from source: magic vars 138029 1726888249.75092: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888249.75112: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888249.75128: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888249.75142: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.75150: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.75165: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888249.75179: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888249.75202: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888249.75204: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.75207: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.75292: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888249.75295: Set connection var ansible_timeout to 10 138029 1726888249.75301: Set connection var ansible_pipelining to False 138029 1726888249.75304: Set connection var ansible_shell_type to sh 138029 1726888249.75306: Set connection var ansible_connection to ssh 138029 1726888249.75310: Set connection var ansible_shell_executable to /bin/sh 138029 1726888249.75331: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.75333: variable 'ansible_connection' from source: unknown 138029 1726888249.75338: variable 'ansible_module_compression' from source: unknown 138029 1726888249.75340: variable 'ansible_shell_type' from source: unknown 138029 1726888249.75343: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.75346: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.75349: variable 'ansible_pipelining' from source: unknown 138029 1726888249.75351: variable 'ansible_timeout' from source: unknown 138029 1726888249.75353: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.75428: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888249.75437: variable 'omit' from source: magic vars 138029 1726888249.75442: starting attempt loop 138029 1726888249.75445: running the handler 138029 1726888249.75454: handler run complete 138029 1726888249.75462: attempt loop complete, returning result 138029 1726888249.75475: _execute() done 138029 1726888249.75478: dumping result to json 138029 1726888249.75480: done dumping result, returning 138029 1726888249.75483: done running TaskExecutor() for managed_node3/TASK: Set pvs lvm length [0affc8a3-6f6f-5a58-73a2-000000003c6e] 138029 1726888249.75485: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c6e 138029 1726888249.75567: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c6e 138029 1726888249.75570: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } 138029 1726888249.75622: no more pending results, returning what we have 138029 1726888249.75626: results queue empty 138029 1726888249.75627: checking for any_errors_fatal 138029 1726888249.75636: done checking for any_errors_fatal 138029 1726888249.75637: checking for max_fail_percentage 138029 1726888249.75639: done checking for max_fail_percentage 138029 1726888249.75640: checking to see if all hosts have failed and the running result is not ok 138029 1726888249.75641: done checking to see if all hosts have failed 138029 1726888249.75641: getting the remaining hosts for this loop 138029 1726888249.75643: done getting the remaining hosts for this loop 138029 1726888249.75647: getting the next task for host managed_node3 138029 1726888249.75654: done getting next task for host managed_node3 138029 1726888249.75658: ^ task is: TASK: Set pool pvs 138029 1726888249.75664: ^ 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? (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 138029 1726888249.75674: getting variables 138029 1726888249.75676: in VariableManager get_vars() 138029 1726888249.75712: Calling all_inventory to load vars for managed_node3 138029 1726888249.75714: Calling groups_inventory to load vars for managed_node3 138029 1726888249.75718: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888249.75727: Calling all_plugins_play to load vars for managed_node3 138029 1726888249.75731: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888249.75733: Calling groups_plugins_play to load vars for managed_node3 138029 1726888249.76154: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888249.76517: done with get_vars() 138029 1726888249.76531: done getting variables 138029 1726888249.76575: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pool pvs] ************************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Friday 20 September 2024 23:10:49 -0400 (0:00:00.048) 0:04:22.489 ****** 138029 1726888249.76597: entering _queue_task() for managed_node3/set_fact 138029 1726888249.76825: worker is 1 (out of 1 available) 138029 1726888249.76836: exiting _queue_task() for managed_node3/set_fact 138029 1726888249.76849: done queuing things up, now waiting for results queue to drain 138029 1726888249.76850: waiting for pending results... 138029 1726888249.77044: running TaskExecutor() for managed_node3/TASK: Set pool pvs 138029 1726888249.77133: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c6f 138029 1726888249.77145: variable 'ansible_search_path' from source: unknown 138029 1726888249.77184: calling self._execute() 138029 1726888249.77282: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.77286: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.77297: variable 'omit' from source: magic vars 138029 1726888249.77594: variable 'storage_test_pool' from source: include params 138029 1726888249.77614: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888249.77620: variable 'omit' from source: magic vars 138029 1726888249.77661: variable 'omit' from source: magic vars 138029 1726888249.77804: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888249.79570: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888249.79621: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888249.79647: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888249.79674: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888249.79694: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888249.79752: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888249.79776: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888249.79793: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888249.79821: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888249.79833: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888249.79869: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888249.79884: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888249.79900: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888249.79927: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888249.79939: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888249.79976: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888249.79992: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888249.80008: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888249.80035: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888249.80045: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888249.80144: variable 'pv_paths' from source: set_fact 138029 1726888249.80152: variable '__pvs_lvm_len' from source: set_fact 138029 1726888249.80205: variable 'omit' from source: magic vars 138029 1726888249.80225: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888249.80248: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888249.80266: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888249.80278: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.80286: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.80299: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888249.80311: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888249.80333: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888249.80336: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.80338: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.80420: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888249.80423: Set connection var ansible_timeout to 10 138029 1726888249.80429: Set connection var ansible_pipelining to False 138029 1726888249.80432: Set connection var ansible_shell_type to sh 138029 1726888249.80434: Set connection var ansible_connection to ssh 138029 1726888249.80438: Set connection var ansible_shell_executable to /bin/sh 138029 1726888249.80468: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.80471: variable 'ansible_connection' from source: unknown 138029 1726888249.80473: variable 'ansible_module_compression' from source: unknown 138029 1726888249.80476: variable 'ansible_shell_type' from source: unknown 138029 1726888249.80478: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.80480: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.80482: variable 'ansible_pipelining' from source: unknown 138029 1726888249.80484: variable 'ansible_timeout' from source: unknown 138029 1726888249.80486: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.80553: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888249.80572: variable 'omit' from source: magic vars 138029 1726888249.80575: starting attempt loop 138029 1726888249.80577: running the handler 138029 1726888249.80580: handler run complete 138029 1726888249.80590: attempt loop complete, returning result 138029 1726888249.80593: _execute() done 138029 1726888249.80598: dumping result to json 138029 1726888249.80600: done dumping result, returning 138029 1726888249.80605: done running TaskExecutor() for managed_node3/TASK: Set pool pvs [0affc8a3-6f6f-5a58-73a2-000000003c6f] 138029 1726888249.80608: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c6f 138029 1726888249.80692: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c6f 138029 1726888249.80695: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } 138029 1726888249.80754: no more pending results, returning what we have 138029 1726888249.80759: results queue empty 138029 1726888249.80760: checking for any_errors_fatal 138029 1726888249.80771: done checking for any_errors_fatal 138029 1726888249.80772: checking for max_fail_percentage 138029 1726888249.80774: done checking for max_fail_percentage 138029 1726888249.80775: checking to see if all hosts have failed and the running result is not ok 138029 1726888249.80776: done checking to see if all hosts have failed 138029 1726888249.80776: getting the remaining hosts for this loop 138029 1726888249.80778: done getting the remaining hosts for this loop 138029 1726888249.80782: getting the next task for host managed_node3 138029 1726888249.80789: done getting next task for host managed_node3 138029 1726888249.80791: ^ task is: TASK: Verify PV count 138029 1726888249.80796: ^ 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? (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 138029 1726888249.80801: getting variables 138029 1726888249.80804: in VariableManager get_vars() 138029 1726888249.80841: Calling all_inventory to load vars for managed_node3 138029 1726888249.80844: Calling groups_inventory to load vars for managed_node3 138029 1726888249.80847: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888249.80866: Calling all_plugins_play to load vars for managed_node3 138029 1726888249.80870: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888249.80873: Calling groups_plugins_play to load vars for managed_node3 138029 1726888249.81499: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888249.81849: done with get_vars() 138029 1726888249.81863: done getting variables 138029 1726888249.81907: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 PV count] ********************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Friday 20 September 2024 23:10:49 -0400 (0:00:00.053) 0:04:22.542 ****** 138029 1726888249.81930: entering _queue_task() for managed_node3/assert 138029 1726888249.82180: worker is 1 (out of 1 available) 138029 1726888249.82195: exiting _queue_task() for managed_node3/assert 138029 1726888249.82209: done queuing things up, now waiting for results queue to drain 138029 1726888249.82211: waiting for pending results... 138029 1726888249.82411: running TaskExecutor() for managed_node3/TASK: Verify PV count 138029 1726888249.82514: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c70 138029 1726888249.82526: variable 'ansible_search_path' from source: unknown 138029 1726888249.82561: calling self._execute() 138029 1726888249.82653: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.82660: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.82674: variable 'omit' from source: magic vars 138029 1726888249.82969: variable 'storage_test_pool' from source: include params 138029 1726888249.82988: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888249.82994: variable 'omit' from source: magic vars 138029 1726888249.83032: variable 'omit' from source: magic vars 138029 1726888249.83171: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888249.84671: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888249.84723: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888249.84753: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888249.84781: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888249.84800: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888249.84859: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888249.84880: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888249.84898: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888249.84922: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888249.84933: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888249.85016: variable 'storage_test_pool' from source: include params 138029 1726888249.85025: variable '__pvs_lvm_len' from source: set_fact 138029 1726888249.85029: variable '_storage_test_expected_pv_count' from source: set_fact 138029 1726888249.85059: variable 'omit' from source: magic vars 138029 1726888249.85083: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888249.85104: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888249.85117: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888249.85130: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.85139: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.85152: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888249.85170: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888249.85194: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888249.85197: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.85199: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.85277: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888249.85282: Set connection var ansible_timeout to 10 138029 1726888249.85286: Set connection var ansible_pipelining to False 138029 1726888249.85289: Set connection var ansible_shell_type to sh 138029 1726888249.85291: Set connection var ansible_connection to ssh 138029 1726888249.85300: Set connection var ansible_shell_executable to /bin/sh 138029 1726888249.85317: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.85319: variable 'ansible_connection' from source: unknown 138029 1726888249.85322: variable 'ansible_module_compression' from source: unknown 138029 1726888249.85324: variable 'ansible_shell_type' from source: unknown 138029 1726888249.85326: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.85329: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.85333: variable 'ansible_pipelining' from source: unknown 138029 1726888249.85335: variable 'ansible_timeout' from source: unknown 138029 1726888249.85339: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.85415: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888249.85425: variable 'omit' from source: magic vars 138029 1726888249.85430: starting attempt loop 138029 1726888249.85432: running the handler 138029 1726888249.85548: variable '__pvs_lvm_len' from source: set_fact 138029 1726888249.85551: variable '_storage_test_expected_pv_count' from source: set_fact 138029 1726888249.85558: Evaluated conditional (__pvs_lvm_len | int == _storage_test_expected_pv_count | int): True 138029 1726888249.85568: handler run complete 138029 1726888249.85576: attempt loop complete, returning result 138029 1726888249.85579: _execute() done 138029 1726888249.85581: dumping result to json 138029 1726888249.85584: done dumping result, returning 138029 1726888249.85590: done running TaskExecutor() for managed_node3/TASK: Verify PV count [0affc8a3-6f6f-5a58-73a2-000000003c70] 138029 1726888249.85595: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c70 138029 1726888249.85689: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c70 138029 1726888249.85692: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888249.85738: no more pending results, returning what we have 138029 1726888249.85742: results queue empty 138029 1726888249.85743: checking for any_errors_fatal 138029 1726888249.85754: done checking for any_errors_fatal 138029 1726888249.85756: checking for max_fail_percentage 138029 1726888249.85759: done checking for max_fail_percentage 138029 1726888249.85760: checking to see if all hosts have failed and the running result is not ok 138029 1726888249.85761: done checking to see if all hosts have failed 138029 1726888249.85762: getting the remaining hosts for this loop 138029 1726888249.85765: done getting the remaining hosts for this loop 138029 1726888249.85769: getting the next task for host managed_node3 138029 1726888249.85776: done getting next task for host managed_node3 138029 1726888249.85779: ^ task is: TASK: Set expected pv type 138029 1726888249.85785: ^ 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? (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 138029 1726888249.85797: getting variables 138029 1726888249.85799: in VariableManager get_vars() 138029 1726888249.85835: Calling all_inventory to load vars for managed_node3 138029 1726888249.85838: Calling groups_inventory to load vars for managed_node3 138029 1726888249.85841: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888249.85850: Calling all_plugins_play to load vars for managed_node3 138029 1726888249.85853: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888249.85862: Calling groups_plugins_play to load vars for managed_node3 138029 1726888249.86287: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888249.86660: done with get_vars() 138029 1726888249.86674: done getting variables 138029 1726888249.86715: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pv type] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Friday 20 September 2024 23:10:49 -0400 (0:00:00.048) 0:04:22.590 ****** 138029 1726888249.86742: entering _queue_task() for managed_node3/set_fact 138029 1726888249.86990: worker is 1 (out of 1 available) 138029 1726888249.87004: exiting _queue_task() for managed_node3/set_fact 138029 1726888249.87018: done queuing things up, now waiting for results queue to drain 138029 1726888249.87020: waiting for pending results... 138029 1726888249.87223: running TaskExecutor() for managed_node3/TASK: Set expected pv type 138029 1726888249.87318: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c71 138029 1726888249.87330: variable 'ansible_search_path' from source: unknown 138029 1726888249.87360: calling self._execute() 138029 1726888249.87463: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.87469: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.87476: variable 'omit' from source: magic vars 138029 1726888249.87780: variable 'storage_test_pool' from source: include params 138029 1726888249.87801: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888249.87808: variable 'omit' from source: magic vars 138029 1726888249.87849: variable 'omit' from source: magic vars 138029 1726888249.87939: variable 'storage_test_pool' from source: include params 138029 1726888249.87960: variable 'omit' from source: magic vars 138029 1726888249.87994: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888249.88023: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888249.88039: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888249.88060: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.88068: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.88083: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888249.88097: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888249.88122: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888249.88125: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.88128: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.88211: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888249.88215: Set connection var ansible_timeout to 10 138029 1726888249.88221: Set connection var ansible_pipelining to False 138029 1726888249.88224: Set connection var ansible_shell_type to sh 138029 1726888249.88226: Set connection var ansible_connection to ssh 138029 1726888249.88231: Set connection var ansible_shell_executable to /bin/sh 138029 1726888249.88250: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.88253: variable 'ansible_connection' from source: unknown 138029 1726888249.88257: variable 'ansible_module_compression' from source: unknown 138029 1726888249.88260: variable 'ansible_shell_type' from source: unknown 138029 1726888249.88262: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.88268: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.88271: variable 'ansible_pipelining' from source: unknown 138029 1726888249.88274: variable 'ansible_timeout' from source: unknown 138029 1726888249.88277: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.88379: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888249.88393: variable 'omit' from source: magic vars 138029 1726888249.88396: starting attempt loop 138029 1726888249.88399: running the handler 138029 1726888249.88404: handler run complete 138029 1726888249.88411: attempt loop complete, returning result 138029 1726888249.88414: _execute() done 138029 1726888249.88416: dumping result to json 138029 1726888249.88418: done dumping result, returning 138029 1726888249.88426: done running TaskExecutor() for managed_node3/TASK: Set expected pv type [0affc8a3-6f6f-5a58-73a2-000000003c71] 138029 1726888249.88430: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c71 138029 1726888249.88519: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c71 138029 1726888249.88521: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 138029 1726888249.88598: no more pending results, returning what we have 138029 1726888249.88601: results queue empty 138029 1726888249.88602: checking for any_errors_fatal 138029 1726888249.88608: done checking for any_errors_fatal 138029 1726888249.88609: checking for max_fail_percentage 138029 1726888249.88610: done checking for max_fail_percentage 138029 1726888249.88611: checking to see if all hosts have failed and the running result is not ok 138029 1726888249.88612: done checking to see if all hosts have failed 138029 1726888249.88613: getting the remaining hosts for this loop 138029 1726888249.88615: done getting the remaining hosts for this loop 138029 1726888249.88618: getting the next task for host managed_node3 138029 1726888249.88624: done getting next task for host managed_node3 138029 1726888249.88627: ^ task is: TASK: Set expected pv type 138029 1726888249.88633: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888249.88637: getting variables 138029 1726888249.88638: in VariableManager get_vars() 138029 1726888249.88675: Calling all_inventory to load vars for managed_node3 138029 1726888249.88678: Calling groups_inventory to load vars for managed_node3 138029 1726888249.88681: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888249.88690: Calling all_plugins_play to load vars for managed_node3 138029 1726888249.88692: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888249.88695: Calling groups_plugins_play to load vars for managed_node3 138029 1726888249.89077: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888249.89439: done with get_vars() 138029 1726888249.89450: done getting variables 138029 1726888249.89491: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pv type] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Friday 20 September 2024 23:10:49 -0400 (0:00:00.027) 0:04:22.618 ****** 138029 1726888249.89519: entering _queue_task() for managed_node3/set_fact 138029 1726888249.89740: worker is 1 (out of 1 available) 138029 1726888249.89754: exiting _queue_task() for managed_node3/set_fact 138029 1726888249.89769: done queuing things up, now waiting for results queue to drain 138029 1726888249.89770: waiting for pending results... 138029 1726888249.89973: running TaskExecutor() for managed_node3/TASK: Set expected pv type 138029 1726888249.90052: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c72 138029 1726888249.90066: variable 'ansible_search_path' from source: unknown 138029 1726888249.90097: calling self._execute() 138029 1726888249.90198: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.90201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.90211: variable 'omit' from source: magic vars 138029 1726888249.90550: variable 'storage_test_pool' from source: include params 138029 1726888249.90574: Evaluated conditional (storage_test_pool.type == 'lvm' and not storage_test_pool.encryption): True 138029 1726888249.90580: variable 'omit' from source: magic vars 138029 1726888249.90618: variable 'omit' from source: magic vars 138029 1726888249.90743: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888249.92229: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888249.92289: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888249.92316: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888249.92341: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888249.92361: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888249.92422: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888249.92441: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888249.92460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888249.92488: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888249.92501: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888249.92580: variable 'storage_use_partitions' from source: play vars 138029 1726888249.92602: variable 'omit' from source: magic vars 138029 1726888249.92623: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888249.92643: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888249.92658: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888249.92676: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.92685: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.92698: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888249.92710: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888249.92735: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888249.92738: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.92741: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.92819: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888249.92825: Set connection var ansible_timeout to 10 138029 1726888249.92834: Set connection var ansible_pipelining to False 138029 1726888249.92837: Set connection var ansible_shell_type to sh 138029 1726888249.92839: Set connection var ansible_connection to ssh 138029 1726888249.92841: Set connection var ansible_shell_executable to /bin/sh 138029 1726888249.92859: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.92862: variable 'ansible_connection' from source: unknown 138029 1726888249.92864: variable 'ansible_module_compression' from source: unknown 138029 1726888249.92870: variable 'ansible_shell_type' from source: unknown 138029 1726888249.92873: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.92875: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.92878: variable 'ansible_pipelining' from source: unknown 138029 1726888249.92880: variable 'ansible_timeout' from source: unknown 138029 1726888249.92885: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.92960: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888249.92973: variable 'omit' from source: magic vars 138029 1726888249.92976: starting attempt loop 138029 1726888249.92979: running the handler 138029 1726888249.92988: handler run complete 138029 1726888249.92995: attempt loop complete, returning result 138029 1726888249.92998: _execute() done 138029 1726888249.93000: dumping result to json 138029 1726888249.93002: done dumping result, returning 138029 1726888249.93009: done running TaskExecutor() for managed_node3/TASK: Set expected pv type [0affc8a3-6f6f-5a58-73a2-000000003c72] 138029 1726888249.93014: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c72 138029 1726888249.93096: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c72 138029 1726888249.93100: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } 138029 1726888249.93149: no more pending results, returning what we have 138029 1726888249.93152: results queue empty 138029 1726888249.93153: checking for any_errors_fatal 138029 1726888249.93166: done checking for any_errors_fatal 138029 1726888249.93167: checking for max_fail_percentage 138029 1726888249.93169: done checking for max_fail_percentage 138029 1726888249.93170: checking to see if all hosts have failed and the running result is not ok 138029 1726888249.93170: done checking to see if all hosts have failed 138029 1726888249.93171: getting the remaining hosts for this loop 138029 1726888249.93173: done getting the remaining hosts for this loop 138029 1726888249.93177: getting the next task for host managed_node3 138029 1726888249.93185: done getting next task for host managed_node3 138029 1726888249.93187: ^ task is: TASK: Set expected pv type 138029 1726888249.93192: ^ 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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888249.93203: getting variables 138029 1726888249.93204: in VariableManager get_vars() 138029 1726888249.93239: Calling all_inventory to load vars for managed_node3 138029 1726888249.93242: Calling groups_inventory to load vars for managed_node3 138029 1726888249.93245: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888249.93254: Calling all_plugins_play to load vars for managed_node3 138029 1726888249.93265: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888249.93268: Calling groups_plugins_play to load vars for managed_node3 138029 1726888249.93685: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888249.94043: done with get_vars() 138029 1726888249.94057: done getting variables 138029 1726888249.94096: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pv type] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Friday 20 September 2024 23:10:49 -0400 (0:00:00.045) 0:04:22.664 ****** 138029 1726888249.94119: entering _queue_task() for managed_node3/set_fact 138029 1726888249.94350: worker is 1 (out of 1 available) 138029 1726888249.94364: exiting _queue_task() for managed_node3/set_fact 138029 1726888249.94378: done queuing things up, now waiting for results queue to drain 138029 1726888249.94380: waiting for pending results... 138029 1726888249.94573: running TaskExecutor() for managed_node3/TASK: Set expected pv type 138029 1726888249.94653: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c73 138029 1726888249.94672: variable 'ansible_search_path' from source: unknown 138029 1726888249.94702: calling self._execute() 138029 1726888249.94804: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.94808: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.94819: variable 'omit' from source: magic vars 138029 1726888249.95143: variable 'storage_test_pool' from source: include params 138029 1726888249.95171: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.raid_level): True 138029 1726888249.95177: variable 'omit' from source: magic vars 138029 1726888249.95217: variable 'omit' from source: magic vars 138029 1726888249.95290: variable 'storage_test_pool' from source: include params 138029 1726888249.95317: variable 'omit' from source: magic vars 138029 1726888249.95348: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888249.95381: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888249.95397: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888249.95410: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.95419: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.95432: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888249.95444: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888249.95470: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888249.95473: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.95477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.95554: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888249.95560: Set connection var ansible_timeout to 10 138029 1726888249.95568: Set connection var ansible_pipelining to False 138029 1726888249.95570: Set connection var ansible_shell_type to sh 138029 1726888249.95572: Set connection var ansible_connection to ssh 138029 1726888249.95574: Set connection var ansible_shell_executable to /bin/sh 138029 1726888249.95598: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.95601: variable 'ansible_connection' from source: unknown 138029 1726888249.95603: variable 'ansible_module_compression' from source: unknown 138029 1726888249.95606: variable 'ansible_shell_type' from source: unknown 138029 1726888249.95608: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.95610: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.95614: variable 'ansible_pipelining' from source: unknown 138029 1726888249.95617: variable 'ansible_timeout' from source: unknown 138029 1726888249.95620: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.95725: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888249.95735: variable 'omit' from source: magic vars 138029 1726888249.95740: starting attempt loop 138029 1726888249.95742: running the handler 138029 1726888249.95753: handler run complete 138029 1726888249.95766: attempt loop complete, returning result 138029 1726888249.95769: _execute() done 138029 1726888249.95771: dumping result to json 138029 1726888249.95774: done dumping result, returning 138029 1726888249.95778: done running TaskExecutor() for managed_node3/TASK: Set expected pv type [0affc8a3-6f6f-5a58-73a2-000000003c73] 138029 1726888249.95783: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c73 138029 1726888249.95869: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c73 138029 1726888249.95872: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } 138029 1726888249.95926: no more pending results, returning what we have 138029 1726888249.95929: results queue empty 138029 1726888249.95930: checking for any_errors_fatal 138029 1726888249.95941: done checking for any_errors_fatal 138029 1726888249.95941: checking for max_fail_percentage 138029 1726888249.95943: done checking for max_fail_percentage 138029 1726888249.95944: checking to see if all hosts have failed and the running result is not ok 138029 1726888249.95944: done checking to see if all hosts have failed 138029 1726888249.95945: getting the remaining hosts for this loop 138029 1726888249.95947: done getting the remaining hosts for this loop 138029 1726888249.95950: getting the next task for host managed_node3 138029 1726888249.95960: done getting next task for host managed_node3 138029 1726888249.95963: ^ task is: TASK: Check the type of each PV 138029 1726888249.95969: ^ 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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888249.95973: getting variables 138029 1726888249.95975: in VariableManager get_vars() 138029 1726888249.96009: Calling all_inventory to load vars for managed_node3 138029 1726888249.96012: Calling groups_inventory to load vars for managed_node3 138029 1726888249.96015: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888249.96024: Calling all_plugins_play to load vars for managed_node3 138029 1726888249.96027: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888249.96029: Calling groups_plugins_play to load vars for managed_node3 138029 1726888249.96409: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888249.96768: done with get_vars() 138029 1726888249.96780: done getting variables 138029 1726888249.96819: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 the type of each PV] *********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Friday 20 September 2024 23:10:49 -0400 (0:00:00.027) 0:04:22.692 ****** 138029 1726888249.96846: entering _queue_task() for managed_node3/assert 138029 1726888249.97061: worker is 1 (out of 1 available) 138029 1726888249.97076: exiting _queue_task() for managed_node3/assert 138029 1726888249.97089: done queuing things up, now waiting for results queue to drain 138029 1726888249.97091: waiting for pending results... 138029 1726888249.97279: running TaskExecutor() for managed_node3/TASK: Check the type of each PV 138029 1726888249.97360: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c74 138029 1726888249.97374: variable 'ansible_search_path' from source: unknown 138029 1726888249.97408: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888249.97574: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888249.97641: variable 'omit' from source: magic vars 138029 1726888249.97767: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.97770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.97778: variable 'omit' from source: magic vars 138029 1726888249.97950: variable 'storage_test_pool' from source: include params 138029 1726888249.97967: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888249.97971: variable 'omit' from source: magic vars 138029 1726888249.98008: variable 'omit' from source: magic vars 138029 1726888249.98159: variable 'pv' from source: unknown 138029 1726888249.98163: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888249.98181: variable '_storage_test_expected_pv_type' from source: set_fact 138029 1726888249.98184: variable 'storage_test_pool' from source: include params 138029 1726888249.98209: variable 'omit' from source: magic vars 138029 1726888249.98238: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888249.98268: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888249.98282: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888249.98295: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.98307: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888249.98319: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888249.98331: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888249.98358: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888249.98361: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.98366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.98445: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888249.98448: Set connection var ansible_timeout to 10 138029 1726888249.98453: Set connection var ansible_pipelining to False 138029 1726888249.98458: Set connection var ansible_shell_type to sh 138029 1726888249.98460: Set connection var ansible_connection to ssh 138029 1726888249.98467: Set connection var ansible_shell_executable to /bin/sh 138029 1726888249.98482: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.98485: variable 'ansible_connection' from source: unknown 138029 1726888249.98487: variable 'ansible_module_compression' from source: unknown 138029 1726888249.98490: variable 'ansible_shell_type' from source: unknown 138029 1726888249.98492: variable 'ansible_shell_executable' from source: unknown 138029 1726888249.98494: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888249.98498: variable 'ansible_pipelining' from source: unknown 138029 1726888249.98501: variable 'ansible_timeout' from source: unknown 138029 1726888249.98505: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888249.98609: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888249.98617: variable 'omit' from source: magic vars 138029 1726888249.98622: starting attempt loop 138029 1726888249.98626: running the handler 138029 1726888249.98737: variable 'storage_test_blkinfo' from source: set_fact 138029 1726888249.98749: variable 'pv' from source: unknown 138029 1726888249.98753: variable '_storage_test_expected_pv_type' from source: set_fact 138029 1726888249.98760: Evaluated conditional (storage_test_blkinfo.info[pv]['type'] == _storage_test_expected_pv_type): True 138029 1726888249.98768: handler run complete 138029 1726888249.98777: attempt loop complete, returning result 138029 1726888249.98788: variable 'pv' from source: unknown 138029 1726888249.98833: variable 'pv' from source: unknown ok: [managed_node3] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed 138029 1726888249.98986: dumping result to json 138029 1726888249.98988: done dumping result, returning 138029 1726888249.98990: done running TaskExecutor() for managed_node3/TASK: Check the type of each PV [0affc8a3-6f6f-5a58-73a2-000000003c74] 138029 1726888249.98992: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c74 138029 1726888249.99032: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c74 138029 1726888249.99036: WORKER PROCESS EXITING 138029 1726888249.99062: no more pending results, returning what we have 138029 1726888249.99068: results queue empty 138029 1726888249.99069: checking for any_errors_fatal 138029 1726888249.99075: done checking for any_errors_fatal 138029 1726888249.99076: checking for max_fail_percentage 138029 1726888249.99077: done checking for max_fail_percentage 138029 1726888249.99078: checking to see if all hosts have failed and the running result is not ok 138029 1726888249.99078: done checking to see if all hosts have failed 138029 1726888249.99079: getting the remaining hosts for this loop 138029 1726888249.99080: done getting the remaining hosts for this loop 138029 1726888249.99083: getting the next task for host managed_node3 138029 1726888249.99089: done getting next task for host managed_node3 138029 1726888249.99092: ^ task is: TASK: Check that blivet supports PV grow to fill 138029 1726888249.99096: ^ 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? (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 138029 1726888249.99102: getting variables 138029 1726888249.99103: in VariableManager get_vars() 138029 1726888249.99132: Calling all_inventory to load vars for managed_node3 138029 1726888249.99135: Calling groups_inventory to load vars for managed_node3 138029 1726888249.99138: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888249.99153: Calling all_plugins_play to load vars for managed_node3 138029 1726888249.99157: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888249.99160: Calling groups_plugins_play to load vars for managed_node3 138029 1726888249.99523: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888249.99881: done with get_vars() 138029 1726888249.99893: done getting variables 138029 1726888249.99910: Loading ActionModule 'ansible_collections.ansible.builtin.plugins.action.script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/script.py (searched paths: /usr/local/lib/python3.12/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 that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Friday 20 September 2024 23:10:49 -0400 (0:00:00.030) 0:04:22.722 ****** 138029 1726888249.99931: entering _queue_task() for managed_node3/ansible.builtin.script 138029 1726888250.00149: worker is 1 (out of 1 available) 138029 1726888250.00167: exiting _queue_task() for managed_node3/ansible.builtin.script 138029 1726888250.00180: done queuing things up, now waiting for results queue to drain 138029 1726888250.00182: waiting for pending results... 138029 1726888250.00370: running TaskExecutor() for managed_node3/TASK: Check that blivet supports PV grow to fill 138029 1726888250.00446: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c76 138029 1726888250.00460: variable 'ansible_search_path' from source: unknown 138029 1726888250.00489: calling self._execute() 138029 1726888250.00584: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888250.00587: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888250.00596: variable 'omit' from source: magic vars 138029 1726888250.00682: variable 'omit' from source: magic vars 138029 1726888250.00723: variable 'omit' from source: magic vars 138029 1726888250.00902: variable 'ansible_python' from source: facts 138029 1726888250.00934: variable 'omit' from source: magic vars 138029 1726888250.00972: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888250.00999: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888250.01015: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888250.01029: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888250.01039: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888250.01051: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888250.01069: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888250.01091: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888250.01094: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888250.01097: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888250.01179: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888250.01183: Set connection var ansible_timeout to 10 138029 1726888250.01188: Set connection var ansible_pipelining to False 138029 1726888250.01191: Set connection var ansible_shell_type to sh 138029 1726888250.01193: Set connection var ansible_connection to ssh 138029 1726888250.01198: Set connection var ansible_shell_executable to /bin/sh 138029 1726888250.01218: variable 'ansible_shell_executable' from source: unknown 138029 1726888250.01221: variable 'ansible_connection' from source: unknown 138029 1726888250.01224: variable 'ansible_module_compression' from source: unknown 138029 1726888250.01226: variable 'ansible_shell_type' from source: unknown 138029 1726888250.01228: variable 'ansible_shell_executable' from source: unknown 138029 1726888250.01230: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888250.01233: variable 'ansible_pipelining' from source: unknown 138029 1726888250.01235: variable 'ansible_timeout' from source: unknown 138029 1726888250.01240: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888250.01304: Loading ActionModule 'ansible_collections.ansible.builtin.plugins.action.script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/script.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888250.01312: variable 'omit' from source: magic vars 138029 1726888250.01317: starting attempt loop 138029 1726888250.01320: running the handler 138029 1726888250.01360: _low_level_execute_command(): starting 138029 1726888250.01368: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888250.01860: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888250.01892: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.01896: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888250.01899: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.01950: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888250.01953: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888250.01956: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888250.02009: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888250.03659: stdout chunk (state=3): >>>/root <<< 138029 1726888250.03758: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888250.03786: stderr chunk (state=3): >>><<< 138029 1726888250.03789: stdout chunk (state=3): >>><<< 138029 1726888250.03814: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888250.03826: _low_level_execute_command(): starting 138029 1726888250.03830: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888250.0381444-146343-97492324332187 `" && echo ansible-tmp-1726888250.0381444-146343-97492324332187="` echo /root/.ansible/tmp/ansible-tmp-1726888250.0381444-146343-97492324332187 `" ) && sleep 0' 138029 1726888250.04241: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888250.04261: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888250.04273: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.04277: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888250.04279: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888250.04297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888250.04299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.04351: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888250.04354: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888250.04364: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888250.04406: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888250.06351: stdout chunk (state=3): >>>ansible-tmp-1726888250.0381444-146343-97492324332187=/root/.ansible/tmp/ansible-tmp-1726888250.0381444-146343-97492324332187 <<< 138029 1726888250.06458: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888250.06486: stderr chunk (state=3): >>><<< 138029 1726888250.06489: stdout chunk (state=3): >>><<< 138029 1726888250.06505: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888250.0381444-146343-97492324332187=/root/.ansible/tmp/ansible-tmp-1726888250.0381444-146343-97492324332187 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888250.06521: evaluation_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage 138029 1726888250.06543: search_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/files/scripts/does_library_support.py /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/files/scripts/does_library_support.py /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py 138029 1726888250.06637: Sending initial data 138029 1726888250.06640: Sent initial data (213 bytes) 138029 1726888250.07100: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888250.07103: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888250.07106: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.07108: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888250.07110: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.07158: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888250.07161: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888250.07166: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888250.07215: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888250.08732: 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" <<< 138029 1726888250.08738: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888250.08780: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888250.08833: stdout chunk (state=3): >>>sftp> put /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py /root/.ansible/tmp/ansible-tmp-1726888250.0381444-146343-97492324332187/does_library_support.py <<< 138029 1726888250.08835: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888250.0381444-146343-97492324332187/does_library_support.py" <<< 138029 1726888250.08884: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py" to remote "/root/.ansible/tmp/ansible-tmp-1726888250.0381444-146343-97492324332187/does_library_support.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888250.0381444-146343-97492324332187/does_library_support.py" <<< 138029 1726888250.09097: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888250.09135: stderr chunk (state=3): >>><<< 138029 1726888250.09138: stdout chunk (state=3): >>><<< 138029 1726888250.09160: _low_level_execute_command(): starting 138029 1726888250.09166: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888250.0381444-146343-97492324332187/ /root/.ansible/tmp/ansible-tmp-1726888250.0381444-146343-97492324332187/does_library_support.py && sleep 0' 138029 1726888250.09611: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888250.09614: 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.13.126 originally 10.31.13.126 <<< 138029 1726888250.09621: 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 <<< 138029 1726888250.09624: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888250.09627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.09661: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888250.09671: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888250.09722: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888250.11432: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888250.11458: stderr chunk (state=3): >>><<< 138029 1726888250.11461: stdout chunk (state=3): >>><<< 138029 1726888250.11476: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888250.11485: _low_level_execute_command(): starting 138029 1726888250.11489: _low_level_execute_command(): using become for this command 138029 1726888250.11499: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-oeyrlvvtkjkdztbezhnyvikxallsnkkd ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888250.0381444-146343-97492324332187/does_library_support.py blivet.formats.lvmpv.LVMPhysicalVolume.grow_to_fill'"'"' && sleep 0' 138029 1726888250.11576: Initial state: awaiting_escalation: BECOME-SUCCESS-oeyrlvvtkjkdztbezhnyvikxallsnkkd 138029 1726888250.11954: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888250.11961: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.12006: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888250.12009: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888250.12051: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888250.14861: stdout chunk (state=1): >>>BECOME-SUCCESS-oeyrlvvtkjkdztbezhnyvikxallsnkkd <<< 138029 1726888250.14867: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-oeyrlvvtkjkdztbezhnyvikxallsnkkd' 138029 1726888250.15201: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888250.15235: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888250.15258: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888250.15273: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888250.15345: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888250.15350: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888250.15377: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888250.15411: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888250.15434: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888250.15446: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888250.15495: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888250.15509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.15517: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888250.15549: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888250.15578: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888250.15609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888250.15618: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f5103e0> <<< 138029 1726888250.15628: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f4dfa10> <<< 138029 1726888250.15652: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888250.15671: 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 0x7fec3f512960> <<< 138029 1726888250.15686: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888250.15716: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888250.15719: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888250.15749: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888250.15779: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888250.15862: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888250.15887: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888250.15914: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888250.15925: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888250.15947: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888250.15954: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888250.15972: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888250.15983: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888250.16008: 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 <<< 138029 1726888250.16011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888250.16042: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f304fe0> <<< 138029 1726888250.16097: 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 <<< 138029 1726888250.16106: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.16115: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f305fd0> <<< 138029 1726888250.16144: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888250.16166: 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. <<< 138029 1726888250.16230: 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' <<< 138029 1726888250.16263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888250.16271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888250.16295: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f307c80> <<< 138029 1726888250.16298: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3078f0> <<< 138029 1726888250.16325: 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 <<< 138029 1726888250.16329: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.16363: 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 0x7fec3f33d190> <<< 138029 1726888250.16390: 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 <<< 138029 1726888250.16395: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 138029 1726888250.16430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888250.16432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f33e4b0> <<< 138029 1726888250.16459: 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 <<< 138029 1726888250.16462: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 138029 1726888250.16488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888250.16565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888250.16590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888250.16642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888250.16662: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888250.16686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.16710: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888250.16760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888250.16778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888250.16796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888250.16806: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f399100> <<< 138029 1726888250.16838: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888250.16848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888250.16875: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888250.16879: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f399250> <<< 138029 1726888250.16904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888250.16925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888250.16953: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888250.16995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.17017: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888250.17047: 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' <<< 138029 1726888250.17058: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3ec890> <<< 138029 1726888250.17070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888250.17092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3ecbf0> <<< 138029 1726888250.17095: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888250.17152: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3b0c50> <<< 138029 1726888250.17162: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888250.17194: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f39a420> <<< 138029 1726888250.17285: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f38e480> <<< 138029 1726888250.17308: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888250.17323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888250.17343: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888250.17369: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888250.17393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888250.17411: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888250.17422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888250.17462: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f2203b0> <<< 138029 1726888250.17468: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3eefc0> <<< 138029 1726888250.17501: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888250.17507: 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 0x7fec3f3b0f50> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3ed7f0> <<< 138029 1726888250.17562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888250.17569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f2213a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f38d820> <<< 138029 1726888250.17697: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888250.17725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888250.17746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888250.17783: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f249250> <<< 138029 1726888250.17924: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f353dd0> <<< 138029 1726888250.17946: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888250.17971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888250.17986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888250.18007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888250.18043: 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 0x7fec3f269940> <<< 138029 1726888250.18070: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f268d10> <<< 138029 1726888250.18120: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f36d040> <<< 138029 1726888250.18163: 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' <<< 138029 1726888250.18169: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f26ac00> import 'importlib.machinery' # <<< 138029 1726888250.18197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888250.18202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888250.18218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888250.18241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888250.18272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888250.18280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f2795e0> <<< 138029 1726888250.18295: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888250.18369: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f26a3c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f26aa50> <<< 138029 1726888250.18389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888250.18422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888250.18446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888250.18449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888250.18474: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f289dc0> <<< 138029 1726888250.18493: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f269a00> <<< 138029 1726888250.18628: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f33ee40> <<< 138029 1726888250.18658: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888250.18707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.18719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888250.18759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888250.18790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888250.18792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888250.18871: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f2ddf10> <<< 138029 1726888250.18900: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f2affb0> <<< 138029 1726888250.18935: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888250.18943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888250.18948: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888250.18997: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f2decf0> <<< 138029 1726888250.19021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888250.19053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888250.19087: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f2df8f0> <<< 138029 1726888250.19218: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888250.19221: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3519d0> <<< 138029 1726888250.19249: 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' <<< 138029 1726888250.19270: 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 <<< 138029 1726888250.19323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.19405: 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 0x7fec3f136630> <<< 138029 1726888250.19431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888250.19481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888250.19507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888250.19511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f16c920> <<< 138029 1726888250.19532: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888250.19571: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.19585: 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 0x7fec3f16e000> <<< 138029 1726888250.19597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888250.19615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888250.19631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888250.19651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888250.19659: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f16eed0> <<< 138029 1726888250.19697: 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 0x7fec3f16f530> <<< 138029 1726888250.19712: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f16e420> <<< 138029 1726888250.19730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888250.19745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888250.19784: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.19798: 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 0x7fec3f16ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f16f6e0> <<< 138029 1726888250.19835: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f136720> <<< 138029 1726888250.19886: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f106c90> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f1069f0> <<< 138029 1726888250.19889: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f33e9f0> <<< 138029 1726888250.19907: 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 <<< 138029 1726888250.19942: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 138029 1726888250.19960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888250.19984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f18ade0> <<< 138029 1726888250.20014: 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' <<< 138029 1726888250.20043: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f18b2c0> <<< 138029 1726888250.20061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888250.20113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888250.20130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888250.20176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888250.20188: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888250.20233: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f1b5bb0> <<< 138029 1726888250.20261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888250.20268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888250.20313: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f1db8c0> <<< 138029 1726888250.20345: 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 0x7fec3f1dbb30> <<< 138029 1726888250.20381: 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 0x7fec3f1e49e0> <<< 138029 1726888250.20412: 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 0x7fec3f1e4b30> <<< 138029 1726888250.20449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888250.20452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888250.20491: 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 0x7fec3f1e61b0> <<< 138029 1726888250.20539: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f1e4f50> <<< 138029 1726888250.20559: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f18bc50> <<< 138029 1726888250.20581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888250.20607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888250.20627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888250.20652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888250.20675: 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' <<< 138029 1726888250.20710: 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 0x7fec3ee2a360> <<< 138029 1726888250.20716: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee2a090> <<< 138029 1726888250.20730: 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 0x7fec3ee2a390> <<< 138029 1726888250.20769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888250.20772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888250.20844: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.20969: 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 0x7fec3ee2ac00> <<< 138029 1726888250.21010: 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 0x7fec3ee2b5c0> <<< 138029 1726888250.21014: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee2a540> <<< 138029 1726888250.21032: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee28590> <<< 138029 1726888250.21070: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f1b41d0> <<< 138029 1726888250.21091: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888250.21114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888250.21139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888250.21168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888250.21199: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee49460> <<< 138029 1726888250.21251: 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 0x7fec3ee4baa0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee2b740> <<< 138029 1726888250.21281: 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' <<< 138029 1726888250.21344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888250.21352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 138029 1726888250.21380: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee64410> <<< 138029 1726888250.21432: 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 0x7fec3ee4bda0> <<< 138029 1726888250.21436: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee4bc80> <<< 138029 1726888250.21464: 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 <<< 138029 1726888250.21471: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' <<< 138029 1726888250.21493: 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' <<< 138029 1726888250.21511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888250.21531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888250.21652: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee66cf0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee66960> <<< 138029 1726888250.21732: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee666f0> <<< 138029 1726888250.21768: 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 <<< 138029 1726888250.21771: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 138029 1726888250.21795: 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 <<< 138029 1726888250.21806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.21814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888250.21835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888250.21871: 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 0x7fec3ee8e4b0> <<< 138029 1726888250.21883: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888250.21922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888250.22007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888250.22011: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888250.22197: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee8ec60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee8db50> <<< 138029 1726888250.22224: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 138029 1726888250.22336: 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' <<< 138029 1726888250.22342: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3eebaf00> <<< 138029 1726888250.22395: 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 0x7fec3eeb97c0> <<< 138029 1726888250.22423: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee8d5e0> <<< 138029 1726888250.22456: 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' <<< 138029 1726888250.22480: 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 <<< 138029 1726888250.22482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 138029 1726888250.22526: 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' <<< 138029 1726888250.22541: 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 <<< 138029 1726888250.22549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 138029 1726888250.22578: 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 <<< 138029 1726888250.22583: 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 0x7fec3ef08fe0> <<< 138029 1726888250.22610: 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 0x7fec3ef09340> <<< 138029 1726888250.22641: 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' <<< 138029 1726888250.22668: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ef09850> <<< 138029 1726888250.22682: 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 <<< 138029 1726888250.22701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 138029 1726888250.22707: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ef0a090> <<< 138029 1726888250.22734: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ef086b0> <<< 138029 1726888250.22737: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ef08170> <<< 138029 1726888250.22753: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 138029 1726888250.22762: 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 <<< 138029 1726888250.22785: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.22789: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 138029 1726888250.22817: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ef0a810> <<< 138029 1726888250.22822: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3eedbc80> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee8eab0> <<< 138029 1726888250.22872: 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 <<< 138029 1726888250.22899: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 138029 1726888250.22930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888250.22959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888250.22984: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.23009: 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 0x7fec3e5765d0> <<< 138029 1726888250.23146: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.23151: 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 0x7fec3e577b90> <<< 138029 1726888250.23183: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e574d70> <<< 138029 1726888250.23192: 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 <<< 138029 1726888250.23212: 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 0x7fec3e575910> <<< 138029 1726888250.23245: 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 <<< 138029 1726888250.23249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 138029 1726888250.23278: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 138029 1726888250.23311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 138029 1726888250.23366: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e5b0890> <<< 138029 1726888250.23386: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e577f20> <<< 138029 1726888250.23529: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ef0b0e0> <<< 138029 1726888250.23546: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 138029 1726888250.23601: 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 <<< 138029 1726888250.23620: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 138029 1726888250.23769: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e5e5640> <<< 138029 1726888250.23798: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 138029 1726888250.23827: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 138029 1726888250.23859: 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 <<< 138029 1726888250.23875: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 138029 1726888250.24138: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e6070e0> <<< 138029 1726888250.24140: stdout chunk (state=3): >>>import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee672c0> <<< 138029 1726888250.24198: 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 <<< 138029 1726888250.24243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 138029 1726888250.24270: 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' <<< 138029 1726888250.24288: 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 <<< 138029 1726888250.24367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 138029 1726888250.24377: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888250.24403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.24443: 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 0x7fec3e63bf20> <<< 138029 1726888250.24471: 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' <<< 138029 1726888250.24500: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.24506: 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 0x7fec3e0c4830> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e0c4650> <<< 138029 1726888250.24581: 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' <<< 138029 1726888250.24604: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e0c5190> <<< 138029 1726888250.24607: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e63a8d0> <<< 138029 1726888250.24708: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e6391f0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e6389b0> <<< 138029 1726888250.25584: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e5e5220> <<< 138029 1726888250.25598: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 138029 1726888250.25634: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f106ba0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f33d730> <<< 138029 1726888250.26095: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f33ca70> <<< 138029 1726888250.26122: 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 <<< 138029 1726888250.26144: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.26176: 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 <<< 138029 1726888250.26202: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 138029 1726888250.26230: 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' <<< 138029 1726888250.26258: 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 <<< 138029 1726888250.26262: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 138029 1726888250.26301: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19c7d0> <<< 138029 1726888250.26326: 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 <<< 138029 1726888250.26333: 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 0x7fec3e19ce60> <<< 138029 1726888250.26360: 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 <<< 138029 1726888250.26368: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 138029 1726888250.26392: 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 <<< 138029 1726888250.26404: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.26414: 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' <<< 138029 1726888250.26449: 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 <<< 138029 1726888250.26452: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19df10> <<< 138029 1726888250.26454: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19ddc0> <<< 138029 1726888250.26483: 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 <<< 138029 1726888250.26489: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 138029 1726888250.26519: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19e1b0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19db20> <<< 138029 1726888250.26545: 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' <<< 138029 1726888250.26573: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 138029 1726888250.26589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' <<< 138029 1726888250.26594: stdout chunk (state=3): >>>import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19e690> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19e4e0> <<< 138029 1726888250.26617: 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' <<< 138029 1726888250.26642: 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 <<< 138029 1726888250.26673: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 138029 1726888250.26694: 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' <<< 138029 1726888250.26741: 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 0x7fec3d78cb30> <<< 138029 1726888250.26744: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d78c8c0> <<< 138029 1726888250.26768: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19eb40> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19e6f0> <<< 138029 1726888250.26774: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19d2b0> <<< 138029 1726888250.26792: 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 <<< 138029 1726888250.26811: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 138029 1726888250.26826: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19d940> <<< 138029 1726888250.26850: 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 <<< 138029 1726888250.26859: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 138029 1726888250.26884: 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' <<< 138029 1726888250.26925: 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' <<< 138029 1726888250.26932: stdout chunk (state=3): >>>import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d78f0e0> <<< 138029 1726888250.26951: 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 <<< 138029 1726888250.26974: 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 0x7fec3d78f470> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d78ee40> <<< 138029 1726888250.26978: stdout chunk (state=3): >>>import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d78e4b0> <<< 138029 1726888250.27011: 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 0x7fec3d78f5f0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19c440> <<< 138029 1726888250.27023: 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 <<< 138029 1726888250.27049: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' <<< 138029 1726888250.27051: stdout chunk (state=3): >>>import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d78f680> <<< 138029 1726888250.27182: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e17a000> <<< 138029 1726888250.27205: 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 <<< 138029 1726888250.27221: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7acc50> <<< 138029 1726888250.27246: 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 0x7fec3d7acf80> <<< 138029 1726888250.27274: 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 <<< 138029 1726888250.27279: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 138029 1726888250.27306: 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 <<< 138029 1726888250.27322: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 138029 1726888250.27353: 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 0x7fec3d7ae600> <<< 138029 1726888250.27375: 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 <<< 138029 1726888250.27388: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888250.27419: 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' <<< 138029 1726888250.27447: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888250.27454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888250.27483: 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' <<< 138029 1726888250.27517: 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 0x7fec3d7afe90> <<< 138029 1726888250.27548: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7afbf0> <<< 138029 1726888250.27584: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7af470> <<< 138029 1726888250.27592: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888250.27613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888250.27648: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7aff50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7af020> <<< 138029 1726888250.27674: 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' <<< 138029 1726888250.27693: 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 <<< 138029 1726888250.27715: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' <<< 138029 1726888250.27719: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7dcb30> <<< 138029 1726888250.27751: 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 0x7fec3d7dd220> <<< 138029 1726888250.27783: 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' <<< 138029 1726888250.27808: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7dd820> <<< 138029 1726888250.27823: 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 <<< 138029 1726888250.27835: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 138029 1726888250.27896: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7ddaf0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7dc9e0> <<< 138029 1726888250.27921: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7ae780> <<< 138029 1726888250.27979: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7ad4c0> <<< 138029 1726888250.28006: 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 <<< 138029 1726888250.28011: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc' <<< 138029 1726888250.28038: 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 <<< 138029 1726888250.28051: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' <<< 138029 1726888250.28060: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d800770> <<< 138029 1726888250.28065: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7add60> <<< 138029 1726888250.28090: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7ad040> <<< 138029 1726888250.28113: 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 <<< 138029 1726888250.28120: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 138029 1726888250.28143: 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' <<< 138029 1726888250.28158: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d800d70> <<< 138029 1726888250.28187: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7ade20> <<< 138029 1726888250.28207: 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 <<< 138029 1726888250.28212: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' <<< 138029 1726888250.28238: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d800fb0> <<< 138029 1726888250.28253: 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 <<< 138029 1726888250.28268: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 138029 1726888250.28296: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d801400> <<< 138029 1726888250.28321: 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 <<< 138029 1726888250.28326: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' <<< 138029 1726888250.28351: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d801bb0> <<< 138029 1726888250.28486: 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' <<< 138029 1726888250.28513: 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 <<< 138029 1726888250.28533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.28638: 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 0x7fec3d82d610> <<< 138029 1726888250.28669: 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 <<< 138029 1726888250.28680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc' <<< 138029 1726888250.28693: 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 <<< 138029 1726888250.28710: 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 0x7fec3d82e840> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d82e210> <<< 138029 1726888250.28726: 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 <<< 138029 1726888250.28752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' <<< 138029 1726888250.28758: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d82ec30> <<< 138029 1726888250.28787: 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 <<< 138029 1726888250.28792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 138029 1726888250.28818: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d82f7d0> <<< 138029 1726888250.28831: 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 <<< 138029 1726888250.28916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888250.28936: 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 <<< 138029 1726888250.28950: 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 0x7fec3d8564b0> <<< 138029 1726888250.28971: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d855190> <<< 138029 1726888250.29001: 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' <<< 138029 1726888250.29014: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d857920> <<< 138029 1726888250.29042: 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' <<< 138029 1726888250.29061: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5ccc80> <<< 138029 1726888250.29081: 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 <<< 138029 1726888250.29105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888250.29120: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5cdac0> <<< 138029 1726888250.29146: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d8268a0> <<< 138029 1726888250.29170: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d826510> <<< 138029 1726888250.29194: 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 <<< 138029 1726888250.29212: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 138029 1726888250.29253: 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 0x7fec3d5fc110> <<< 138029 1726888250.29269: 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 <<< 138029 1726888250.29284: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 138029 1726888250.29309: 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 <<< 138029 1726888250.29315: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 138029 1726888250.29337: 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 <<< 138029 1726888250.29340: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' <<< 138029 1726888250.29404: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5fd1f0> <<< 138029 1726888250.29479: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5fcb00> <<< 138029 1726888250.29489: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5fc140> <<< 138029 1726888250.29583: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5cf590> <<< 138029 1726888250.29604: 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 <<< 138029 1726888250.29613: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc' <<< 138029 1726888250.29624: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d61f3b0> <<< 138029 1726888250.29651: 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 <<< 138029 1726888250.29654: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc' <<< 138029 1726888250.29669: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d61f500> <<< 138029 1726888250.29688: 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 <<< 138029 1726888250.29733: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 138029 1726888250.29770: 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' <<< 138029 1726888250.29798: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d632d80> <<< 138029 1726888250.29810: 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 <<< 138029 1726888250.29826: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 138029 1726888250.29845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888250.29863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888250.29880: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d633d70> <<< 138029 1726888250.29923: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d633470> <<< 138029 1726888250.29949: 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 <<< 138029 1726888250.29957: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 138029 1726888250.29999: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d650650> <<< 138029 1726888250.30022: 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 <<< 138029 1726888250.30027: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' <<< 138029 1726888250.30053: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d650ad0> <<< 138029 1726888250.30070: 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 <<< 138029 1726888250.30085: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc' <<< 138029 1726888250.30094: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d651040> <<< 138029 1726888250.30122: 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 <<< 138029 1726888250.30130: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' <<< 138029 1726888250.30161: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6512e0> <<< 138029 1726888250.30186: 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 <<< 138029 1726888250.30192: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' <<< 138029 1726888250.30208: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d651880> <<< 138029 1726888250.30235: 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 <<< 138029 1726888250.30240: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 138029 1726888250.30273: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d651a90> <<< 138029 1726888250.30285: 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 <<< 138029 1726888250.30309: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 138029 1726888250.30330: 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' <<< 138029 1726888250.30388: 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 0x7fec3d652de0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d652ba0> <<< 138029 1726888250.30399: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d651c40> <<< 138029 1726888250.30430: 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 <<< 138029 1726888250.30433: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' <<< 138029 1726888250.30451: 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 <<< 138029 1726888250.30466: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888250.30486: 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 <<< 138029 1726888250.30513: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 138029 1726888250.30557: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d653aa0> <<< 138029 1726888250.30586: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d653680> <<< 138029 1726888250.30592: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d653140> <<< 138029 1726888250.30822: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d61fa40> <<< 138029 1726888250.30843: 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 <<< 138029 1726888250.30874: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 138029 1726888250.30904: 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 <<< 138029 1726888250.30910: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' <<< 138029 1726888250.30926: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6ab4d0> <<< 138029 1726888250.30958: 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 <<< 138029 1726888250.30961: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 138029 1726888250.30990: 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' <<< 138029 1726888250.31007: 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 <<< 138029 1726888250.31025: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' <<< 138029 1726888250.31069: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6bc410> <<< 138029 1726888250.31095: 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 <<< 138029 1726888250.31098: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 138029 1726888250.31125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 138029 1726888250.31149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 138029 1726888250.31172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 138029 1726888250.31207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 138029 1726888250.31249: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6bfb30> <<< 138029 1726888250.31254: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6be930> <<< 138029 1726888250.31326: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6bcb30> <<< 138029 1726888250.31349: 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 <<< 138029 1726888250.31385: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 138029 1726888250.31415: 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' <<< 138029 1726888250.31420: stdout chunk (state=3): >>>import 'blivet.devices.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d4b63f0> <<< 138029 1726888250.31544: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d4cbfb0> <<< 138029 1726888250.31570: 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 <<< 138029 1726888250.31587: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888250.31619: 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 <<< 138029 1726888250.31622: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888250.31660: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d51cc50> <<< 138029 1726888250.31677: 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 <<< 138029 1726888250.31692: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 138029 1726888250.31700: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d51da90> <<< 138029 1726888250.31726: 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 <<< 138029 1726888250.31741: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 138029 1726888250.31850: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d51e2a0> <<< 138029 1726888250.31949: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d513ad0> <<< 138029 1726888250.31974: 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 <<< 138029 1726888250.32007: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888250.32040: 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 <<< 138029 1726888250.32045: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 138029 1726888250.32074: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d53fd70> <<< 138029 1726888250.32180: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d53e4b0> <<< 138029 1726888250.32204: 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 <<< 138029 1726888250.32211: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 138029 1726888250.32279: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5718e0> <<< 138029 1726888250.32305: 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 <<< 138029 1726888250.32396: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888250.32430: 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 <<< 138029 1726888250.32433: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888250.32879: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d583ec0> <<< 138029 1726888250.32921: 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 <<< 138029 1726888250.32926: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 138029 1726888250.32974: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5a8bc0> <<< 138029 1726888250.32988: 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 <<< 138029 1726888250.33004: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' <<< 138029 1726888250.33013: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5a0bc0> <<< 138029 1726888250.33041: 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 <<< 138029 1726888250.33075: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 138029 1726888250.33107: 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 <<< 138029 1726888250.33112: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc' <<< 138029 1726888250.33152: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5a2ed0> <<< 138029 1726888250.33305: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5a10a0> <<< 138029 1726888250.33331: 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 <<< 138029 1726888250.33340: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' <<< 138029 1726888250.33358: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d3fd310> <<< 138029 1726888250.33716: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d573d40> <<< 138029 1726888250.33739: 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 <<< 138029 1726888250.33772: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888250.33889: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d573f80> <<< 138029 1726888250.33906: 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 <<< 138029 1726888250.33917: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 138029 1726888250.33952: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d46b440> <<< 138029 1726888250.33974: 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 <<< 138029 1726888250.33980: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 138029 1726888250.34015: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d46bf80> <<< 138029 1726888250.34038: 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 <<< 138029 1726888250.34052: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 138029 1726888250.34057: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d47cb00> <<< 138029 1726888250.34086: 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' <<< 138029 1726888250.34120: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d47cf80> <<< 138029 1726888250.34141: 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 <<< 138029 1726888250.34157: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 138029 1726888250.34181: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d47de50> <<< 138029 1726888250.34197: 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 <<< 138029 1726888250.34219: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888250.34377: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d47e720> <<< 138029 1726888250.34386: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6abe90> <<< 138029 1726888250.34396: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6ab8f0> <<< 138029 1726888250.34482: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d631730> <<< 138029 1726888250.34500: 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 <<< 138029 1726888250.34517: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 138029 1726888250.34552: 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 <<< 138029 1726888250.34566: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 138029 1726888250.34573: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d2b4ce0> <<< 138029 1726888250.34620: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d2b4410> <<< 138029 1726888250.34647: 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 <<< 138029 1726888250.34650: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 138029 1726888250.34699: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d2b6210> <<< 138029 1726888250.34724: 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 <<< 138029 1726888250.34729: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 138029 1726888250.34759: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d2b75c0> <<< 138029 1726888250.34781: 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 <<< 138029 1726888250.34784: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc' <<< 138029 1726888250.34816: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d2b7da0> <<< 138029 1726888250.34835: 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 <<< 138029 1726888250.34843: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 138029 1726888250.34906: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d2c86b0> <<< 138029 1726888250.34931: 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 <<< 138029 1726888250.34936: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888250.34986: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d2ca4b0> <<< 138029 1726888250.35000: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e123e60> <<< 138029 1726888250.35006: stdout chunk (state=3): >>>True <<< 138029 1726888250.35701: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888250.35727: stdout chunk (state=3): >>># clear sys.path_hooks <<< 138029 1726888250.35732: 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 <<< 138029 1726888250.35797: 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__ # destroy __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing syslog # cleanup[2] removing __future__ # destroy __future__ # 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 _ast # destroy _ast # cleanup[2] removing contextlib # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 138029 1726888250.35802: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 <<< 138029 1726888250.35861: stdout chunk (state=3): >>># cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing selinux # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing copy # cleanup[2] removing glob # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing _bisect # cleanup[2] 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 tempfile # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing numbers # destroy numbers <<< 138029 1726888250.35900: stdout chunk (state=3): >>># cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing gettext # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 _ctypes # cleanup[2] removing _struct # cleanup[2] removing struct # destroy struct # cleanup[2] removing ctypes._endian <<< 138029 1726888250.35908: stdout chunk (state=3): >>># cleanup[2] removing ctypes # 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 # 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 _datetime # cleanup[2] removing datetime # destroy datetime # 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.threads # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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 <<< 138029 1726888250.35941: stdout chunk (state=3): >>># 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.callbacks # 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 shlex # 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.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.devices.device # 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.devicelibs.lvm # 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.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # 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 <<< 138029 1726888250.36450: stdout chunk (state=3): >>># destroy blivet # destroy _sitebuiltins <<< 138029 1726888250.36457: stdout chunk (state=3): >>># destroy zlib # destroy _bz2 <<< 138029 1726888250.36481: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # cleanup[3] wiping blivet.formats <<< 138029 1726888250.36528: stdout chunk (state=3): >>># destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.tasks.lukstasks # 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.lvm # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid <<< 138029 1726888250.36580: stdout chunk (state=3): >>># cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.callbacks # 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 json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # 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 blivet.udev <<< 138029 1726888250.36610: 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 <<< 138029 1726888250.36632: stdout chunk (state=3): >>># destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping _datetime # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux <<< 138029 1726888250.36644: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev <<< 138029 1726888250.36682: stdout chunk (state=3): >>># cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # 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 <<< 138029 1726888250.36686: stdout chunk (state=3): >>># cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket <<< 138029 1726888250.36692: stdout chunk (state=3): >>># cleanup[3] wiping array # cleanup[3] wiping _socket <<< 138029 1726888250.36736: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # 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 <<< 138029 1726888250.36739: stdout chunk (state=3): >>># 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 _typing # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping gettext <<< 138029 1726888250.36767: stdout chunk (state=3): >>># cleanup[3] wiping _decimal # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping platform <<< 138029 1726888250.36815: stdout chunk (state=3): >>># cleanup[3] wiping tempfile <<< 138029 1726888250.36820: stdout chunk (state=3): >>># cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping selectors # cleanup[3] wiping math # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping locale <<< 138029 1726888250.36823: stdout chunk (state=3): >>># destroy encodings <<< 138029 1726888250.36829: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping copy # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping shutil <<< 138029 1726888250.36854: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch <<< 138029 1726888250.36871: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping logging # destroy traceback # destroy weakref <<< 138029 1726888250.36882: stdout chunk (state=3): >>># cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading # cleanup[3] wiping _string # cleanup[3] wiping textwrap # cleanup[3] wiping inspect <<< 138029 1726888250.36896: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 138029 1726888250.36901: stdout chunk (state=3): >>># cleanup[3] wiping linecache # destroy tokenize <<< 138029 1726888250.36917: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc <<< 138029 1726888250.36942: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping contextlib # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 138029 1726888250.36947: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888250.36974: 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 <<< 138029 1726888250.36991: stdout chunk (state=3): >>># cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping syslog # 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 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 <<< 138029 1726888250.37034: stdout chunk (state=3): >>># 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 <<< 138029 1726888250.37040: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy _datetime # destroy decimal <<< 138029 1726888250.37672: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888250.37718: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref <<< 138029 1726888250.37737: stdout chunk (state=3): >>># destroy zipimport <<< 138029 1726888250.37743: stdout chunk (state=3): >>># destroy gi._gi <<< 138029 1726888250.37775: stdout chunk (state=3): >>># destroy _struct <<< 138029 1726888250.37814: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk <<< 138029 1726888250.37838: stdout chunk (state=3): >>># destroy pyudev <<< 138029 1726888250.37852: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 138029 1726888250.37862: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 138029 1726888250.37880: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser <<< 138029 1726888250.37904: stdout chunk (state=3): >>># destroy _string # destroy array # destroy textwrap <<< 138029 1726888250.37916: stdout chunk (state=3): >>># destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode # destroy _io <<< 138029 1726888250.37937: stdout chunk (state=3): >>># destroy fnmatch # destroy _hashlib # destroy shutil <<< 138029 1726888250.37948: stdout chunk (state=3): >>># destroy pprint # destroy time <<< 138029 1726888250.37982: stdout chunk (state=3): >>># destroy blivet.devicelibs.lvm # destroy blivet.tasks.pvtask <<< 138029 1726888250.37993: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid <<< 138029 1726888250.38004: 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.availability # destroy blivet.tasks.lukstasks <<< 138029 1726888250.38031: stdout chunk (state=3): >>># destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator <<< 138029 1726888250.38059: stdout chunk (state=3): >>># destroy _blake2 <<< 138029 1726888250.38075: stdout chunk (state=3): >>># destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 138029 1726888250.38112: stdout chunk (state=3): >>># destroy select <<< 138029 1726888250.38137: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy stat <<< 138029 1726888250.38156: stdout chunk (state=3): >>># destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json <<< 138029 1726888250.38170: stdout chunk (state=3): >>># destroy parted <<< 138029 1726888250.38191: stdout chunk (state=3): >>># destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread <<< 138029 1726888250.38197: 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 <<< 138029 1726888250.38248: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888250.38371: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy _codecs # destroy re <<< 138029 1726888250.38374: stdout chunk (state=3): >>># destroy _random <<< 138029 1726888250.38414: stdout chunk (state=3): >>># destroy _sre # destroy _functools # destroy _operator <<< 138029 1726888250.38419: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888250.38953: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888250.38991: stderr chunk (state=3): >>><<< 138029 1726888250.38994: stdout chunk (state=3): >>><<< 138029 1726888250.39125: _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 0x7fec3f5103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f4dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f512960> 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 0x7fec3f304fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fec3f305fd0> 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/importlib/__pycache__/__init__.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 0x7fec3f307c80> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3078f0> # /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' # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3f33d190> # /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/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f33e4b0> # /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/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.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 0x7fec3f399100> # /usr/lib64/python3.12/__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 0x7fec3f399250> # /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 0x7fec3f3ec890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3ecbf0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3b0c50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f39a420> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f38e480> # /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 0x7fec3f2203b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3eefc0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3b0f50> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3ed7f0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f2213a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f38d820> import '_ast' # # /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 0x7fec3f249250> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f353dd0> # /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 0x7fec3f269940> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f268d10> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f36d040> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f26ac00> import 'importlib.machinery' # # /usr/lib64/python3.12/__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 0x7fec3f2795e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f26a3c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f26aa50> # /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 0x7fec3f289dc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f269a00> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f33ee40> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/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 0x7fec3f2ddf10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f2affb0> # /usr/lib64/python3.12/__pycache__/string.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 0x7fec3f2decf0> # /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 0x7fec3f2df8f0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3519d0> # /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' # /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 0x7fec3f136630> # /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 0x7fec3f16c920> 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 0x7fec3f16e000> # /usr/lib64/python3.12/__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 0x7fec3f16eed0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3f16f530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f16e420> # /usr/lib64/python3.12/__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 0x7fec3f16ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f16f6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f136720> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f106c90> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f1069f0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f33e9f0> # /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__/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 0x7fec3f18ade0> # /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 0x7fec3f18b2c0> # /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__/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 0x7fec3f1b5bb0> # /usr/lib64/python3.12/__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 0x7fec3f1db8c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3f1dbb30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3f1e49e0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3f1e4b30> # /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' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3f1e61b0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f1e4f50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f18bc50> # /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' # /usr/lib64/python3.12/__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 0x7fec3ee2a360> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee2a090> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3ee2a390> # /usr/lib64/python3.12/__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 0x7fec3ee2ac00> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3ee2b5c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee2a540> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee28590> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f1b41d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee49460> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3ee4baa0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee2b740> # /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 0x7fec3ee64410> # 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 0x7fec3ee4bda0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee4bc80> # /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' # /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 0x7fec3ee66cf0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee66960> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee666f0> # /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' # /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/importlib/__pycache__/_abc.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 0x7fec3ee8e4b0> import 'importlib.util' # # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee8ec60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee8db50> # 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 0x7fec3eebaf00> # 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 0x7fec3eeb97c0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee8d5e0> # /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 0x7fec3ef08fe0> # /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 0x7fec3ef09340> # /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 0x7fec3ef09850> # /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 0x7fec3ef0a090> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ef086b0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ef08170> # 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 0x7fec3ef0a810> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3eedbc80> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee8eab0> # /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/__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 0x7fec3e5765d0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3e577b90> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e574d70> # /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 0x7fec3e575910> # /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 0x7fec3e5b0890> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e577f20> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ef0b0e0> 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 0x7fec3e5e5640> 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 0x7fec3e6070e0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee672c0> # /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' # /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 0x7fec3e63bf20> # /usr/lib64/python3.12/__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 0x7fec3e0c4830> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e0c4650> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fec3e0c5190> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e63a8d0> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e6391f0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e6389b0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e5e5220> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f106ba0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f33d730> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f33ca70> # /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/__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 0x7fec3e19c7d0> # /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 0x7fec3e19ce60> # /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 0x7fec3e19df10> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19ddc0> # /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 0x7fec3e19e1b0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19db20> # /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 0x7fec3e19e690> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19e4e0> # /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' # /usr/lib64/python3.12/__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 0x7fec3d78cb30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d78c8c0> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19eb40> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19e6f0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19d2b0> # /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 0x7fec3e19d940> # /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 0x7fec3d78f0e0> # /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 0x7fec3d78f470> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d78ee40> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d78e4b0> # /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 0x7fec3d78f5f0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19c440> # /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 0x7fec3d78f680> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e17a000> # /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 0x7fec3d7acc50> # /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 0x7fec3d7acf80> # /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__/__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 0x7fec3d7ae600> # /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/lib64/python3.12/json/__pycache__/__init__.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 0x7fec3d7afe90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7afbf0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7af470> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fec3d7aff50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7af020> # /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 0x7fec3d7dcb30> # /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 0x7fec3d7dd220> # /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 0x7fec3d7dd820> # /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 0x7fec3d7ddaf0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7dc9e0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7ae780> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7ad4c0> # /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 0x7fec3d800770> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7add60> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7ad040> # /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 0x7fec3d800d70> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7ade20> # /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 0x7fec3d800fb0> # /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 0x7fec3d801400> # /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 0x7fec3d801bb0> # /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 0x7fec3d82d610> # /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 0x7fec3d82e840> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d82e210> # /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 0x7fec3d82ec30> # /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 0x7fec3d82f7d0> # /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 0x7fec3d8564b0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d855190> # /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 0x7fec3d857920> # /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 0x7fec3d5ccc80> # /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 0x7fec3d5cdac0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d8268a0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d826510> # /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 0x7fec3d5fc110> # /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' # /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 0x7fec3d5fd1f0> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5fcb00> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5fc140> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5cf590> # /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 0x7fec3d61f3b0> # /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 0x7fec3d61f500> # /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 0x7fec3d632d80> # /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' # /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 0x7fec3d633d70> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d633470> # /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 0x7fec3d650650> # /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 0x7fec3d650ad0> # /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 0x7fec3d651040> # /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 0x7fec3d6512e0> # /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 0x7fec3d651880> # /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 0x7fec3d651a90> # /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 0x7fec3d652de0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d652ba0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d651c40> # /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 0x7fec3d653aa0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d653680> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d653140> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d61fa40> # /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 0x7fec3d6ab4d0> # /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' # /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' import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6bc410> # /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 0x7fec3d6bfb30> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6be930> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6bcb30> # /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/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 0x7fec3d4b63f0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d4cbfb0> # /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 0x7fec3d51cc50> # /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 0x7fec3d51da90> # /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 0x7fec3d51e2a0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d513ad0> # /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 0x7fec3d53fd70> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d53e4b0> # /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 0x7fec3d5718e0> # /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/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 0x7fec3d583ec0> # /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 0x7fec3d5a8bc0> # /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 0x7fec3d5a0bc0> # /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 0x7fec3d5a2ed0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5a10a0> # /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 0x7fec3d3fd310> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d573d40> # /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 0x7fec3d573f80> # /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 0x7fec3d46b440> # /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 0x7fec3d46bf80> # /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 0x7fec3d47cb00> # /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 0x7fec3d47cf80> # /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 0x7fec3d47de50> # /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 0x7fec3d47e720> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6abe90> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6ab8f0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d631730> # /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/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 0x7fec3d2b4ce0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d2b4410> # /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 0x7fec3d2b6210> # /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 0x7fec3d2b75c0> # /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 0x7fec3d2b7da0> # /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 0x7fec3d2c86b0> # /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 0x7fec3d2ca4b0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e123e60> True # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # destroy __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing syslog # cleanup[2] removing __future__ # destroy __future__ # 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 _ast # destroy _ast # cleanup[2] removing contextlib # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing selinux # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing copy # cleanup[2] removing glob # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing _bisect # cleanup[2] 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 tempfile # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing gettext # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 _ctypes # cleanup[2] removing _struct # cleanup[2] removing struct # destroy struct # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 # 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 _datetime # cleanup[2] removing datetime # destroy datetime # 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.threads # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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.callbacks # 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 shlex # 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.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.devices.device # 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.devicelibs.lvm # 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.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # 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 # destroy blivet # destroy _sitebuiltins # destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # 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.tasks.lukstasks # 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.lvm # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping pprint # destroy dataclasses # 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.callbacks # 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 json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # 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 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 _datetime # cleanup[3] wiping ctypes.util # 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 ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # 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 array # cleanup[3] wiping _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 _typing # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping gettext # cleanup[3] wiping _decimal # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping platform # cleanup[3] wiping tempfile # 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 selectors # cleanup[3] wiping math # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping copy # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux # cleanup[3] wiping logging # destroy traceback # destroy weakref # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading # cleanup[3] wiping _string # cleanup[3] wiping textwrap # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping contextlib # cleanup[3] wiping re # destroy re._constants # destroy 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 syslog # 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 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 _datetime # destroy decimal # 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 array # destroy textwrap # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode # destroy _io # destroy fnmatch # destroy _hashlib # destroy shutil # destroy pprint # destroy time # destroy blivet.devicelibs.lvm # 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.availability # destroy blivet.tasks.lukstasks # destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy select # destroy _typing # destroy _tokenize # destroy stat # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy parted # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # 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 # 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 _codecs # destroy re # destroy _random # destroy _sre # destroy _functools # destroy _operator # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888250.39162: _low_level_execute_command(): starting 138029 1726888250.39169: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888250.0381444-146343-97492324332187/ > /dev/null 2>&1 && sleep 0' 138029 1726888250.39611: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888250.39614: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.39627: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.39682: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888250.39685: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888250.39741: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888250.41564: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888250.41593: stderr chunk (state=3): >>><<< 138029 1726888250.41596: stdout chunk (state=3): >>><<< 138029 1726888250.41611: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888250.41618: handler run complete 138029 1726888250.42329: Evaluated conditional (False): False 138029 1726888250.42351: attempt loop complete, returning result 138029 1726888250.42354: _execute() done 138029 1726888250.42359: dumping result to json 138029 1726888250.42402: done dumping result, returning 138029 1726888250.42436: done running TaskExecutor() for managed_node3/TASK: Check that blivet supports PV grow to fill [0affc8a3-6f6f-5a58-73a2-000000003c76] 138029 1726888250.42439: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c76 138029 1726888250.43193: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c76 138029 1726888250.43197: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "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 0x7fec3f5103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f4dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f512960> 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 0x7fec3f304fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fec3f305fd0> 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/importlib/__pycache__/__init__.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 0x7fec3f307c80> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3078f0> # /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' # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3f33d190> # /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/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f33e4b0> # /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/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.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 0x7fec3f399100> # /usr/lib64/python3.12/__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 0x7fec3f399250> # /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 0x7fec3f3ec890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3ecbf0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3b0c50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f39a420> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f38e480> # /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 0x7fec3f2203b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3eefc0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3b0f50> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3ed7f0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f2213a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f38d820> import '_ast' # # /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 0x7fec3f249250> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f353dd0> # /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 0x7fec3f269940> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f268d10> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f36d040> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f26ac00> import 'importlib.machinery' # # /usr/lib64/python3.12/__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 0x7fec3f2795e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f26a3c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f26aa50> # /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 0x7fec3f289dc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f269a00> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f33ee40> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/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 0x7fec3f2ddf10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f2affb0> # /usr/lib64/python3.12/__pycache__/string.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 0x7fec3f2decf0> # /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 0x7fec3f2df8f0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f3519d0> # /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' # /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 0x7fec3f136630> # /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 0x7fec3f16c920> 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 0x7fec3f16e000> # /usr/lib64/python3.12/__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 0x7fec3f16eed0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3f16f530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f16e420> # /usr/lib64/python3.12/__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 0x7fec3f16ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f16f6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f136720> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f106c90> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f1069f0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f33e9f0> # /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__/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 0x7fec3f18ade0> # /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 0x7fec3f18b2c0> # /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__/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 0x7fec3f1b5bb0> # /usr/lib64/python3.12/__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 0x7fec3f1db8c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3f1dbb30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3f1e49e0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3f1e4b30> # /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' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3f1e61b0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f1e4f50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f18bc50> # /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' # /usr/lib64/python3.12/__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 0x7fec3ee2a360> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee2a090> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3ee2a390> # /usr/lib64/python3.12/__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 0x7fec3ee2ac00> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3ee2b5c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee2a540> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee28590> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f1b41d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee49460> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3ee4baa0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee2b740> # /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 0x7fec3ee64410> # 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 0x7fec3ee4bda0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee4bc80> # /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' # /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 0x7fec3ee66cf0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee66960> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee666f0> # /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' # /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/importlib/__pycache__/_abc.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 0x7fec3ee8e4b0> import 'importlib.util' # # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee8ec60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee8db50> # 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 0x7fec3eebaf00> # 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 0x7fec3eeb97c0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee8d5e0> # /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 0x7fec3ef08fe0> # /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 0x7fec3ef09340> # /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 0x7fec3ef09850> # /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 0x7fec3ef0a090> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ef086b0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ef08170> # 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 0x7fec3ef0a810> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3eedbc80> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee8eab0> # /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/__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 0x7fec3e5765d0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec3e577b90> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e574d70> # /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 0x7fec3e575910> # /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 0x7fec3e5b0890> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e577f20> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ef0b0e0> 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 0x7fec3e5e5640> 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 0x7fec3e6070e0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3ee672c0> # /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' # /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 0x7fec3e63bf20> # /usr/lib64/python3.12/__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 0x7fec3e0c4830> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e0c4650> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fec3e0c5190> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e63a8d0> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e6391f0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e6389b0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e5e5220> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f106ba0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f33d730> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3f33ca70> # /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/__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 0x7fec3e19c7d0> # /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 0x7fec3e19ce60> # /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 0x7fec3e19df10> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19ddc0> # /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 0x7fec3e19e1b0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19db20> # /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 0x7fec3e19e690> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19e4e0> # /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' # /usr/lib64/python3.12/__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 0x7fec3d78cb30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d78c8c0> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19eb40> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19e6f0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19d2b0> # /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 0x7fec3e19d940> # /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 0x7fec3d78f0e0> # /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 0x7fec3d78f470> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d78ee40> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d78e4b0> # /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 0x7fec3d78f5f0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e19c440> # /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 0x7fec3d78f680> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e17a000> # /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 0x7fec3d7acc50> # /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 0x7fec3d7acf80> # /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__/__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 0x7fec3d7ae600> # /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/lib64/python3.12/json/__pycache__/__init__.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 0x7fec3d7afe90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7afbf0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7af470> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fec3d7aff50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7af020> # /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 0x7fec3d7dcb30> # /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 0x7fec3d7dd220> # /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 0x7fec3d7dd820> # /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 0x7fec3d7ddaf0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7dc9e0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7ae780> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7ad4c0> # /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 0x7fec3d800770> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7add60> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7ad040> # /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 0x7fec3d800d70> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d7ade20> # /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 0x7fec3d800fb0> # /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 0x7fec3d801400> # /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 0x7fec3d801bb0> # /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 0x7fec3d82d610> # /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 0x7fec3d82e840> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d82e210> # /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 0x7fec3d82ec30> # /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 0x7fec3d82f7d0> # /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 0x7fec3d8564b0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d855190> # /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 0x7fec3d857920> # /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 0x7fec3d5ccc80> # /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 0x7fec3d5cdac0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d8268a0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d826510> # /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 0x7fec3d5fc110> # /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' # /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 0x7fec3d5fd1f0> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5fcb00> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5fc140> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5cf590> # /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 0x7fec3d61f3b0> # /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 0x7fec3d61f500> # /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 0x7fec3d632d80> # /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' # /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 0x7fec3d633d70> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d633470> # /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 0x7fec3d650650> # /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 0x7fec3d650ad0> # /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 0x7fec3d651040> # /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 0x7fec3d6512e0> # /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 0x7fec3d651880> # /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 0x7fec3d651a90> # /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 0x7fec3d652de0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d652ba0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d651c40> # /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 0x7fec3d653aa0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d653680> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d653140> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d61fa40> # /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 0x7fec3d6ab4d0> # /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' # /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' import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6bc410> # /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 0x7fec3d6bfb30> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6be930> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6bcb30> # /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/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 0x7fec3d4b63f0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d4cbfb0> # /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 0x7fec3d51cc50> # /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 0x7fec3d51da90> # /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 0x7fec3d51e2a0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d513ad0> # /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 0x7fec3d53fd70> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d53e4b0> # /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 0x7fec3d5718e0> # /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/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 0x7fec3d583ec0> # /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 0x7fec3d5a8bc0> # /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 0x7fec3d5a0bc0> # /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 0x7fec3d5a2ed0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d5a10a0> # /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 0x7fec3d3fd310> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d573d40> # /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 0x7fec3d573f80> # /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 0x7fec3d46b440> # /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 0x7fec3d46bf80> # /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 0x7fec3d47cb00> # /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 0x7fec3d47cf80> # /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 0x7fec3d47de50> # /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 0x7fec3d47e720> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6abe90> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d6ab8f0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d631730> # /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/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 0x7fec3d2b4ce0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3d2b4410> # /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 0x7fec3d2b6210> # /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 0x7fec3d2b75c0> # /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 0x7fec3d2b7da0> # /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 0x7fec3d2c86b0> # /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 0x7fec3d2ca4b0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3e123e60> True # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # destroy __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing syslog # cleanup[2] removing __future__ # destroy __future__ # 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 _ast # destroy _ast # cleanup[2] removing contextlib # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing selinux # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing copy # cleanup[2] removing glob # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing _bisect # cleanup[2] 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 tempfile # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing gettext # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 _ctypes # cleanup[2] removing _struct # cleanup[2] removing struct # destroy struct # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 # 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 _datetime # cleanup[2] removing datetime # destroy datetime # 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.threads # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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.callbacks # 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 shlex # 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.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.devices.device # 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.devicelibs.lvm # 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.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # 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 # destroy blivet # destroy _sitebuiltins # destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # 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.tasks.lukstasks # 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.lvm # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping pprint # destroy dataclasses # 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.callbacks # 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 json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # 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 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 _datetime # cleanup[3] wiping ctypes.util # 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 ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # 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 array # cleanup[3] wiping _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 _typing # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping gettext # cleanup[3] wiping _decimal # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping platform # cleanup[3] wiping tempfile # 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 selectors # cleanup[3] wiping math # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping copy # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux # cleanup[3] wiping logging # destroy traceback # destroy weakref # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading # cleanup[3] wiping _string # cleanup[3] wiping textwrap # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping contextlib # cleanup[3] wiping re # destroy re._constants # destroy 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 syslog # 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 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 _datetime # destroy decimal # 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 array # destroy textwrap # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode # destroy _io # destroy fnmatch # destroy _hashlib # destroy shutil # destroy pprint # destroy time # destroy blivet.devicelibs.lvm # 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.availability # destroy blivet.tasks.lukstasks # destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy select # destroy _typing # destroy _tokenize # destroy stat # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy parted # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # 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 # 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 _codecs # destroy re # destroy _random # destroy _sre # destroy _functools # destroy _operator # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888250.43540: no more pending results, returning what we have 138029 1726888250.43542: results queue empty 138029 1726888250.43543: checking for any_errors_fatal 138029 1726888250.43546: done checking for any_errors_fatal 138029 1726888250.43547: checking for max_fail_percentage 138029 1726888250.43548: done checking for max_fail_percentage 138029 1726888250.43548: checking to see if all hosts have failed and the running result is not ok 138029 1726888250.43549: done checking to see if all hosts have failed 138029 1726888250.43549: getting the remaining hosts for this loop 138029 1726888250.43550: done getting the remaining hosts for this loop 138029 1726888250.43553: getting the next task for host managed_node3 138029 1726888250.43558: done getting next task for host managed_node3 138029 1726888250.43560: ^ task is: TASK: Verify that PVs fill the whole devices when they should 138029 1726888250.43562: ^ 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? (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 138029 1726888250.43567: getting variables 138029 1726888250.43567: in VariableManager get_vars() 138029 1726888250.43586: Calling all_inventory to load vars for managed_node3 138029 1726888250.43588: Calling groups_inventory to load vars for managed_node3 138029 1726888250.43590: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888250.43597: Calling all_plugins_play to load vars for managed_node3 138029 1726888250.43598: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888250.43600: Calling groups_plugins_play to load vars for managed_node3 138029 1726888250.43883: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888250.44228: done with get_vars() 138029 1726888250.44238: done getting variables TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Friday 20 September 2024 23:10:50 -0400 (0:00:00.443) 0:04:23.166 ****** 138029 1726888250.44311: entering _queue_task() for managed_node3/include_tasks 138029 1726888250.44543: worker is 1 (out of 1 available) 138029 1726888250.44560: exiting _queue_task() for managed_node3/include_tasks 138029 1726888250.44576: done queuing things up, now waiting for results queue to drain 138029 1726888250.44577: waiting for pending results... 138029 1726888250.44775: running TaskExecutor() for managed_node3/TASK: Verify that PVs fill the whole devices when they should 138029 1726888250.44857: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c77 138029 1726888250.44870: variable 'ansible_search_path' from source: unknown 138029 1726888250.45091: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888250.46625: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888250.46684: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888250.46711: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888250.46736: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888250.46758: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888250.46817: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888250.46838: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888250.46856: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888250.46888: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888250.46898: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888250.46984: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888250.47041: variable 'omit' from source: magic vars 138029 1726888250.47146: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888250.47154: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888250.47166: variable 'omit' from source: magic vars 138029 1726888250.47307: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888250.47328: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888250.47345: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888250.47374: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888250.47384: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888250.47449: variable 'grow_supported' from source: set_fact 138029 1726888250.47515: Evaluated conditional (grow_supported.stdout | trim == 'True'): False 138029 1726888250.47520: when evaluation is False, skipping this task 138029 1726888250.47548: variable 'st_pool_pv' from source: unknown 138029 1726888250.47598: variable 'st_pool_pv' from source: unknown skipping: [managed_node3] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/md/vg1-1" } 138029 1726888250.47757: dumping result to json 138029 1726888250.47760: done dumping result, returning 138029 1726888250.47762: done running TaskExecutor() for managed_node3/TASK: Verify that PVs fill the whole devices when they should [0affc8a3-6f6f-5a58-73a2-000000003c77] 138029 1726888250.47766: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c77 138029 1726888250.47806: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c77 138029 1726888250.47809: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 138029 1726888250.47838: no more pending results, returning what we have 138029 1726888250.47842: results queue empty 138029 1726888250.47843: checking for any_errors_fatal 138029 1726888250.47859: done checking for any_errors_fatal 138029 1726888250.47859: checking for max_fail_percentage 138029 1726888250.47861: done checking for max_fail_percentage 138029 1726888250.47861: checking to see if all hosts have failed and the running result is not ok 138029 1726888250.47862: done checking to see if all hosts have failed 138029 1726888250.47863: getting the remaining hosts for this loop 138029 1726888250.47866: done getting the remaining hosts for this loop 138029 1726888250.47870: getting the next task for host managed_node3 138029 1726888250.47876: done getting next task for host managed_node3 138029 1726888250.47879: ^ task is: TASK: Check MD RAID 138029 1726888250.47884: ^ 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? (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 138029 1726888250.47887: getting variables 138029 1726888250.47889: in VariableManager get_vars() 138029 1726888250.47922: Calling all_inventory to load vars for managed_node3 138029 1726888250.47925: Calling groups_inventory to load vars for managed_node3 138029 1726888250.47928: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888250.47937: Calling all_plugins_play to load vars for managed_node3 138029 1726888250.47940: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888250.47942: Calling groups_plugins_play to load vars for managed_node3 138029 1726888250.48338: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888250.48701: done with get_vars() 138029 1726888250.48713: done getting variables TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Friday 20 September 2024 23:10:50 -0400 (0:00:00.044) 0:04:23.211 ****** 138029 1726888250.48787: entering _queue_task() for managed_node3/include_tasks 138029 1726888250.49013: worker is 1 (out of 1 available) 138029 1726888250.49027: exiting _queue_task() for managed_node3/include_tasks 138029 1726888250.49039: done queuing things up, now waiting for results queue to drain 138029 1726888250.49041: waiting for pending results... 138029 1726888250.49238: running TaskExecutor() for managed_node3/TASK: Check MD RAID 138029 1726888250.49334: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c79 138029 1726888250.49344: variable 'ansible_search_path' from source: unknown 138029 1726888250.49383: calling self._execute() 138029 1726888250.49471: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888250.49477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888250.49487: variable 'omit' from source: magic vars 138029 1726888250.49573: _execute() done 138029 1726888250.49577: dumping result to json 138029 1726888250.49580: done dumping result, returning 138029 1726888250.49585: done running TaskExecutor() for managed_node3/TASK: Check MD RAID [0affc8a3-6f6f-5a58-73a2-000000003c79] 138029 1726888250.49590: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c79 138029 1726888250.49685: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c79 138029 1726888250.49689: WORKER PROCESS EXITING 138029 1726888250.49735: no more pending results, returning what we have 138029 1726888250.49740: in VariableManager get_vars() 138029 1726888250.49782: Calling all_inventory to load vars for managed_node3 138029 1726888250.49786: Calling groups_inventory to load vars for managed_node3 138029 1726888250.49789: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888250.49798: Calling all_plugins_play to load vars for managed_node3 138029 1726888250.49801: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888250.49803: Calling groups_plugins_play to load vars for managed_node3 138029 1726888250.50173: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888250.50533: done with get_vars() 138029 1726888250.50542: variable 'ansible_search_path' from source: unknown 138029 1726888250.50640: variable 'storage_test_pool_subset' from source: include params 138029 1726888250.50666: we have included files to process 138029 1726888250.50667: generating all_blocks data 138029 1726888250.50669: done generating all_blocks data 138029 1726888250.50675: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 138029 1726888250.50676: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 138029 1726888250.50677: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 138029 1726888250.51395: done processing included file 138029 1726888250.51397: iterating over new_blocks loaded from include file 138029 1726888250.51398: in VariableManager get_vars() 138029 1726888250.51409: done with get_vars() 138029 1726888250.51410: filtering new block on tags 138029 1726888250.51522: done filtering new block on tags 138029 1726888250.51525: in VariableManager get_vars() 138029 1726888250.51534: done with get_vars() 138029 1726888250.51535: filtering new block on tags 138029 1726888250.51548: done filtering new block on tags 138029 1726888250.51550: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 138029 1726888250.51553: extending task lists for all hosts with included blocks 138029 1726888250.52271: done extending task lists 138029 1726888250.52272: done processing included files 138029 1726888250.52273: results queue empty 138029 1726888250.52273: checking for any_errors_fatal 138029 1726888250.52278: done checking for any_errors_fatal 138029 1726888250.52278: checking for max_fail_percentage 138029 1726888250.52279: done checking for max_fail_percentage 138029 1726888250.52280: checking to see if all hosts have failed and the running result is not ok 138029 1726888250.52280: done checking to see if all hosts have failed 138029 1726888250.52280: getting the remaining hosts for this loop 138029 1726888250.52281: done getting the remaining hosts for this loop 138029 1726888250.52283: getting the next task for host managed_node3 138029 1726888250.52286: done getting next task for host managed_node3 138029 1726888250.52288: ^ task is: TASK: Get information about RAID 138029 1726888250.52290: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888250.52292: getting variables 138029 1726888250.52293: in VariableManager get_vars() 138029 1726888250.52300: Calling all_inventory to load vars for managed_node3 138029 1726888250.52301: Calling groups_inventory to load vars for managed_node3 138029 1726888250.52302: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888250.52307: Calling all_plugins_play to load vars for managed_node3 138029 1726888250.52308: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888250.52310: Calling groups_plugins_play to load vars for managed_node3 138029 1726888250.52585: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888250.53062: done with get_vars() 138029 1726888250.53075: done getting variables 138029 1726888250.53103: 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/verify-pool-md.yml:8 Friday 20 September 2024 23:10:50 -0400 (0:00:00.043) 0:04:23.254 ****** 138029 1726888250.53127: entering _queue_task() for managed_node3/command 138029 1726888250.53390: worker is 1 (out of 1 available) 138029 1726888250.53405: exiting _queue_task() for managed_node3/command 138029 1726888250.53419: done queuing things up, now waiting for results queue to drain 138029 1726888250.53421: waiting for pending results... 138029 1726888250.53616: running TaskExecutor() for managed_node3/TASK: Get information about RAID 138029 1726888250.53720: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003ccf 138029 1726888250.53732: variable 'ansible_search_path' from source: unknown 138029 1726888250.53767: calling self._execute() 138029 1726888250.53868: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888250.53872: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888250.53880: variable 'omit' from source: magic vars 138029 1726888250.54181: variable 'storage_test_pool' from source: include params 138029 1726888250.54206: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888250.54292: variable 'storage_test_pool' from source: include params 138029 1726888250.54302: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888250.54311: variable 'omit' from source: magic vars 138029 1726888250.54346: variable 'omit' from source: magic vars 138029 1726888250.54430: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888250.54454: variable 'omit' from source: magic vars 138029 1726888250.54489: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888250.54517: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888250.54534: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888250.54548: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888250.54560: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888250.54574: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888250.54588: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888250.54611: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888250.54614: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888250.54617: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888250.54700: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888250.54704: Set connection var ansible_timeout to 10 138029 1726888250.54709: Set connection var ansible_pipelining to False 138029 1726888250.54712: Set connection var ansible_shell_type to sh 138029 1726888250.54714: Set connection var ansible_connection to ssh 138029 1726888250.54719: Set connection var ansible_shell_executable to /bin/sh 138029 1726888250.54741: variable 'ansible_shell_executable' from source: unknown 138029 1726888250.54744: variable 'ansible_connection' from source: unknown 138029 1726888250.54746: variable 'ansible_module_compression' from source: unknown 138029 1726888250.54748: variable 'ansible_shell_type' from source: unknown 138029 1726888250.54751: variable 'ansible_shell_executable' from source: unknown 138029 1726888250.54753: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888250.54757: variable 'ansible_pipelining' from source: unknown 138029 1726888250.54768: variable 'ansible_timeout' from source: unknown 138029 1726888250.54770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888250.54874: 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) 138029 1726888250.54883: variable 'omit' from source: magic vars 138029 1726888250.54887: starting attempt loop 138029 1726888250.54890: running the handler 138029 1726888250.54903: _low_level_execute_command(): starting 138029 1726888250.54910: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888250.55435: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888250.55440: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888250.55444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.55499: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888250.55502: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888250.55507: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888250.55556: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888250.57136: stdout chunk (state=3): >>>/root <<< 138029 1726888250.57236: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888250.57271: stderr chunk (state=3): >>><<< 138029 1726888250.57274: stdout chunk (state=3): >>><<< 138029 1726888250.57295: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888250.57307: _low_level_execute_command(): starting 138029 1726888250.57313: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888250.5729542-146353-199746206805542 `" && echo ansible-tmp-1726888250.5729542-146353-199746206805542="` echo /root/.ansible/tmp/ansible-tmp-1726888250.5729542-146353-199746206805542 `" ) && sleep 0' 138029 1726888250.57718: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888250.57731: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888250.57750: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888250.57754: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.57809: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888250.57813: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888250.57822: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888250.57880: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888250.59795: stdout chunk (state=3): >>>ansible-tmp-1726888250.5729542-146353-199746206805542=/root/.ansible/tmp/ansible-tmp-1726888250.5729542-146353-199746206805542 <<< 138029 1726888250.59910: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888250.59933: stderr chunk (state=3): >>><<< 138029 1726888250.59936: stdout chunk (state=3): >>><<< 138029 1726888250.59957: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888250.5729542-146353-199746206805542=/root/.ansible/tmp/ansible-tmp-1726888250.5729542-146353-199746206805542 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888250.59988: variable 'ansible_module_compression' from source: unknown 138029 1726888250.60030: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888250.60066: variable 'ansible_facts' from source: unknown 138029 1726888250.60124: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888250.5729542-146353-199746206805542/AnsiballZ_command.py 138029 1726888250.60223: Sending initial data 138029 1726888250.60227: Sent initial data (158 bytes) 138029 1726888250.60647: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888250.60687: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888250.60690: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888250.60692: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.60695: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888250.60697: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888250.60701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.60733: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888250.60748: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888250.60797: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888250.62333: 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 <<< 138029 1726888250.62392: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888250.62428: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpl248cn7y /root/.ansible/tmp/ansible-tmp-1726888250.5729542-146353-199746206805542/AnsiballZ_command.py <<< 138029 1726888250.62471: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888250.5729542-146353-199746206805542/AnsiballZ_command.py" <<< 138029 1726888250.62476: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpl248cn7y" to remote "/root/.ansible/tmp/ansible-tmp-1726888250.5729542-146353-199746206805542/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888250.5729542-146353-199746206805542/AnsiballZ_command.py" <<< 138029 1726888250.63405: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888250.63528: stderr chunk (state=3): >>><<< 138029 1726888250.63531: stdout chunk (state=3): >>><<< 138029 1726888250.63534: done transferring module to remote 138029 1726888250.63536: _low_level_execute_command(): starting 138029 1726888250.63538: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888250.5729542-146353-199746206805542/ /root/.ansible/tmp/ansible-tmp-1726888250.5729542-146353-199746206805542/AnsiballZ_command.py && sleep 0' 138029 1726888250.64152: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888250.64198: 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 <<< 138029 1726888250.64310: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888250.64338: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888250.64426: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888250.66118: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888250.66142: stderr chunk (state=3): >>><<< 138029 1726888250.66145: stdout chunk (state=3): >>><<< 138029 1726888250.66166: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888250.66171: _low_level_execute_command(): starting 138029 1726888250.66176: _low_level_execute_command(): using become for this command 138029 1726888250.66187: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-vqqawnvymmopbnxahfmooqmzumzqhtki ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888250.5729542-146353-199746206805542/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888250.66266: Initial state: awaiting_escalation: BECOME-SUCCESS-vqqawnvymmopbnxahfmooqmzumzqhtki 138029 1726888250.66640: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888250.66644: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.66680: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888250.66687: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888250.66736: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888250.69561: stdout chunk (state=1): >>>BECOME-SUCCESS-vqqawnvymmopbnxahfmooqmzumzqhtki <<< 138029 1726888250.69567: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-vqqawnvymmopbnxahfmooqmzumzqhtki' 138029 1726888250.69884: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888250.69918: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888250.69940: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888250.69954: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888250.70022: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888250.70027: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888250.70057: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888250.70093: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888250.70106: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888250.70122: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888250.70187: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888250.70191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.70194: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888250.70220: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888250.70254: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888250.70279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888250.70300: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c8183e0> <<< 138029 1726888250.70303: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c7e7a10> <<< 138029 1726888250.70329: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888250.70334: 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 0x7f110c81a960> <<< 138029 1726888250.70352: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888250.70380: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888250.70384: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888250.70406: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888250.70435: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888250.70447: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888250.70527: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888250.70554: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888250.70561: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888250.70589: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888250.70601: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888250.70618: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888250.70629: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888250.70643: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888250.70656: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888250.70687: 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 <<< 138029 1726888250.70693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888250.70708: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c5c8fe0> <<< 138029 1726888250.70772: 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 <<< 138029 1726888250.70783: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.70789: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c5c9fd0> <<< 138029 1726888250.70810: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888250.70846: 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. <<< 138029 1726888250.71068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888250.71089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888250.71103: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888250.71114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.71132: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888250.71181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888250.71192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888250.71223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888250.71226: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c60fe00> <<< 138029 1726888250.71259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888250.71275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888250.71301: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888250.71307: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c60fec0> <<< 138029 1726888250.71324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888250.71347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888250.71379: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888250.71421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.71442: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888250.71471: 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' <<< 138029 1726888250.71481: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c63f800> <<< 138029 1726888250.71498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888250.71505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888250.71515: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c63fe90> <<< 138029 1726888250.71527: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888250.71575: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c61fad0> <<< 138029 1726888250.71587: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888250.71613: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c61d1f0> <<< 138029 1726888250.71705: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c60cfb0> <<< 138029 1726888250.71728: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888250.71752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888250.71762: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888250.71788: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888250.71807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888250.71832: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888250.71840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888250.71877: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c663710> <<< 138029 1726888250.71881: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c662330> <<< 138029 1726888250.71915: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888250.71922: 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 0x7f110c61e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c660b60> <<< 138029 1726888250.71975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888250.71984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c694770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c60c230> <<< 138029 1726888250.72005: 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' <<< 138029 1726888250.72032: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.72050: 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 0x7f110c694c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c694ad0> <<< 138029 1726888250.72075: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.72087: 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 0x7f110c694ec0> <<< 138029 1726888250.72096: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c602d50> <<< 138029 1726888250.72124: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888250.72129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.72154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888250.72183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888250.72198: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c695580> <<< 138029 1726888250.72203: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c695250> import 'importlib.machinery' # <<< 138029 1726888250.72241: 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' <<< 138029 1726888250.72256: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c696480> <<< 138029 1726888250.72275: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888250.72278: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888250.72306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888250.72335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888250.72364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888250.72374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c6ac6b0> <<< 138029 1726888250.72390: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888250.72408: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.72427: 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 0x7f110c6add90> <<< 138029 1726888250.72439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888250.72460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888250.72484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888250.72493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888250.72501: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c6aec30> <<< 138029 1726888250.72536: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.72539: 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 0x7f110c6af290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c6ae180> <<< 138029 1726888250.72568: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888250.72579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888250.72614: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.72621: 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 0x7f110c6afd10> <<< 138029 1726888250.72633: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c6af440> <<< 138029 1726888250.72677: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c6964e0> <<< 138029 1726888250.72699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888250.72717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888250.72751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888250.72760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888250.72798: 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 0x7f110c433b90> <<< 138029 1726888250.72826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888250.72828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888250.72853: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.72858: 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 0x7f110c45c620> <<< 138029 1726888250.72870: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c45c380> <<< 138029 1726888250.72885: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.72889: 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 0x7f110c45c650> <<< 138029 1726888250.72923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888250.72926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888250.72998: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.73122: 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 0x7f110c45cf80> <<< 138029 1726888250.73238: 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 0x7f110c45d8e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c45c830> <<< 138029 1726888250.73267: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c431d30> <<< 138029 1726888250.73281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888250.73306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888250.73323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888250.73345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888250.73348: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c45ecc0> <<< 138029 1726888250.73381: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c45da30> <<< 138029 1726888250.73393: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c696660> <<< 138029 1726888250.73423: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888250.73481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.73506: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888250.73539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888250.73572: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c48b050> <<< 138029 1726888250.73618: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888250.73637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.73658: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888250.73681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888250.73719: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c4b3410> <<< 138029 1726888250.73745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888250.73790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888250.73843: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888250.73869: 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 0x7f110c50c200> <<< 138029 1726888250.73889: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888250.73918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888250.73943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888250.73979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888250.74070: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c50e960> <<< 138029 1726888250.74142: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c50c320> <<< 138029 1726888250.74180: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c4d9220> <<< 138029 1726888250.74219: 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' <<< 138029 1726888250.74226: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c3112e0> <<< 138029 1726888250.74237: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c4b2210> <<< 138029 1726888250.74251: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c45fc20> <<< 138029 1726888250.74421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888250.74444: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f110c4b28d0> <<< 138029 1726888250.74803: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_4cw9zuhk/ansible_ansible.legacy.command_payload.zip' <<< 138029 1726888250.74809: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.74932: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.74966: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888250.74973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888250.75016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888250.75091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888250.75126: 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' <<< 138029 1726888250.75129: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c366f90> <<< 138029 1726888250.75136: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888250.75316: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c349e80> <<< 138029 1726888250.75325: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c349040> # zipimport: zlib available <<< 138029 1726888250.75363: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888250.75387: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.75398: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.75420: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888250.75428: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.76817: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.77907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888250.77927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c364ce0> <<< 138029 1726888250.77930: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888250.77935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.77970: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888250.77978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888250.77998: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888250.78005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888250.78028: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.78033: 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 0x7f110c396990> <<< 138029 1726888250.78074: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c396720> <<< 138029 1726888250.78098: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c396030> <<< 138029 1726888250.78121: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888250.78124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888250.78173: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c396480> <<< 138029 1726888250.78179: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c367a10> import 'atexit' # <<< 138029 1726888250.78210: 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 0x7f110c397740> <<< 138029 1726888250.78236: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.78245: 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 0x7f110c397980> <<< 138029 1726888250.78256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888250.78300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888250.78310: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888250.78359: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c397e90> <<< 138029 1726888250.78366: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888250.78387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888250.78407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888250.78446: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd19c40> <<< 138029 1726888250.78475: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.78483: 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 0x7f110bd1b860> <<< 138029 1726888250.78495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888250.78515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888250.78551: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd1c260> <<< 138029 1726888250.78572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888250.78596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888250.78619: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd1d160> <<< 138029 1726888250.78638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888250.78672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888250.78696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888250.78701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888250.78751: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd1fe90> <<< 138029 1726888250.78786: 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 0x7f110c48afc0> <<< 138029 1726888250.78802: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd1e150> <<< 138029 1726888250.78830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888250.78854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888250.78879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888250.78892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888250.78899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888250.78926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888250.78954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888250.78972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd27e00> <<< 138029 1726888250.78976: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888250.79042: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd268d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd26660> <<< 138029 1726888250.79074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888250.79076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888250.79146: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd26ba0> <<< 138029 1726888250.79171: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd1e660> <<< 138029 1726888250.79201: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.79206: 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 0x7f110bd6bec0> <<< 138029 1726888250.79229: 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 0x7f110bd6c110> <<< 138029 1726888250.79253: 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 <<< 138029 1726888250.79273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888250.79292: 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' <<< 138029 1726888250.79331: 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 0x7f110bd6dca0> <<< 138029 1726888250.79344: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd6da60> <<< 138029 1726888250.79351: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888250.79442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888250.79494: 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 0x7f110bd70230> <<< 138029 1726888250.79499: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd6e330> <<< 138029 1726888250.79519: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888250.79552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.79575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888250.79596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888250.79599: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888250.79638: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd739e0> <<< 138029 1726888250.79759: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd703e0> <<< 138029 1726888250.79814: 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 0x7f110bd74830> <<< 138029 1726888250.79846: 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 0x7f110bd74a10> <<< 138029 1726888250.79885: 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 0x7f110bd74b30> <<< 138029 1726888250.79903: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd6c3b0> <<< 138029 1726888250.79926: 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 <<< 138029 1726888250.79934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888250.79947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888250.79971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888250.79991: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.80017: 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 0x7f110bc003b0> <<< 138029 1726888250.80161: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888250.80180: 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 0x7f110bc01730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd76b40> <<< 138029 1726888250.80206: 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 0x7f110bd77ec0> <<< 138029 1726888250.80214: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd76720> <<< 138029 1726888250.80230: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.80242: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.80264: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 138029 1726888250.80267: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.80352: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.80433: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.80461: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888250.80473: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.80484: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.80502: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 138029 1726888250.80506: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.80624: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.80741: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.81264: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.81787: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888250.81810: 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' # <<< 138029 1726888250.81816: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888250.81840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.81887: 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 0x7f110bc05910> <<< 138029 1726888250.81971: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888250.81981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888250.81990: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bc06720> <<< 138029 1726888250.82000: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bc01850> <<< 138029 1726888250.82043: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888250.82048: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.82076: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.82086: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888250.82105: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.82245: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.82400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888250.82403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bc065a0> <<< 138029 1726888250.82425: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.82869: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.83308: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.83380: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.83456: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888250.83466: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.83507: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.83532: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888250.83550: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.83618: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.83702: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888250.83708: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.83731: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.83738: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888250.83752: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.83790: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.83832: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888250.83840: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.84063: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.84287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888250.84348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888250.84353: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888250.84422: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bc07a70> <<< 138029 1726888250.84426: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.84506: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.84590: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888250.84607: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888250.84613: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.84659: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.84701: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888250.84706: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.84754: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.84800: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.84856: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.84922: 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 <<< 138029 1726888250.84962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888250.85038: 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 0x7f110bc123c0> <<< 138029 1726888250.85074: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bc0dc70> <<< 138029 1726888250.85095: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888250.85113: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.85177: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.85242: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.85268: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.85310: 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' <<< 138029 1726888250.85327: 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 <<< 138029 1726888250.85361: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888250.85373: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888250.85432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888250.85453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888250.85474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888250.85523: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd02d20> <<< 138029 1726888250.85572: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c3c29f0> <<< 138029 1726888250.85640: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bc12570> <<< 138029 1726888250.85662: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bc072f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888250.85689: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.85719: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 138029 1726888250.85727: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888250.85783: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888250.85800: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.85808: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.85821: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726888250.85826: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.85930: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.86046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888250.86051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888250.86073: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bc121b0> <<< 138029 1726888250.86148: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888250.86890: stdout chunk (state=3): >>> {"changed": true, "stdout": "/dev/md/vg1-1:\n Version : 1.0\n Creation Time : Fri Sep 20 23:10:38 2024\n Raid Level : raid0\n Array Size : 31405056 (29.95 GiB 32.16 GB)\n Raid Devices : 3\n Total Devices : 3\n Persistence : Superblock is persistent\n\n Update Time : Fri Sep 20 23:10:38 2024\n State : clean \n Active Devices : 3\n Working Devices : 3\n Failed Devices : 0\n Spare Devices : 0\n\n Layout : original\n Chunk Size : 1024K\n\nConsistency Policy : none\n\n Name : vg1-1\n UUID : 53921d07:13e70eeb:50d94321:4b60889e\n Events : 0\n\n Number Major Minor RaidDevice State\n 0 8 1 0 active sync /dev/sda1\n 1 8 17 1 active sync /dev/sdb1\n 2 8 33 2 active sync /dev/sdc1", "stderr": "", "rc": 0, "cmd": ["mdadm", "--detail", "/dev/md/vg1-1"], "start": "2024-09-20 23:10:50.861767", "end": "2024-09-20 23:10:50.867702", "delta": "0:00:00.005935", "msg": "", "invocation": {"module_args": {"_raw_params": "mdadm --detail /dev/md/vg1-1", "_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}}} <<< 138029 1726888250.86913: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888250.87322: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888250.87368: 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 <<< 138029 1726888250.87384: 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 <<< 138029 1726888250.87502: 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 # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 # cle<<< 138029 1726888250.87516: stdout chunk (state=3): >>>anup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888250.87738: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888250.87749: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888250.87765: stdout chunk (state=3): >>># destroy _bz2 <<< 138029 1726888250.87781: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888250.87788: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888250.87804: stdout chunk (state=3): >>># destroy zipfile._path <<< 138029 1726888250.87807: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 138029 1726888250.87822: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888250.87840: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888250.87865: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888250.87880: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 138029 1726888250.87890: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 138029 1726888250.87923: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 138029 1726888250.87926: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888250.87949: stdout chunk (state=3): >>># destroy fnmatch <<< 138029 1726888250.87958: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888250.87973: stdout chunk (state=3): >>># destroy array <<< 138029 1726888250.87981: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888250.87987: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888250.88007: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json <<< 138029 1726888250.88012: stdout chunk (state=3): >>># destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888250.88047: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888250.88072: 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 <<< 138029 1726888250.88091: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888250.88115: 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 <<< 138029 1726888250.88122: 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 <<< 138029 1726888250.88162: 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 <<< 138029 1726888250.88183: 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 <<< 138029 1726888250.88200: 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 <<< 138029 1726888250.88317: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888250.88333: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888250.88338: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888250.88367: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888250.88385: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888250.88393: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888250.88432: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888250.88448: 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 <<< 138029 1726888250.88451: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888250.88464: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888250.88547: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888250.88553: 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 <<< 138029 1726888250.88582: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888250.88592: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888250.88609: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888250.88622: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888250.88647: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888250.88653: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888250.89113: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888250.89148: stderr chunk (state=3): >>><<< 138029 1726888250.89151: stdout chunk (state=3): >>><<< 138029 1726888250.89221: _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 0x7f110c8183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c7e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c81a960> 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 0x7f110c5c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f110c5c9fd0> 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 0x7f110c60fe00> # /usr/lib64/python3.12/__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 0x7f110c60fec0> # /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 0x7f110c63f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c63fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c61fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c61d1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c60cfb0> # /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 0x7f110c663710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c662330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c61e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c660b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c694770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c60c230> # /usr/lib64/python3.12/__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 0x7f110c694c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c694ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f110c694ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c602d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f110c695580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c695250> 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 0x7f110c696480> 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 0x7f110c6ac6b0> 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 0x7f110c6add90> # /usr/lib64/python3.12/__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 0x7f110c6aec30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f110c6af290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c6ae180> # /usr/lib64/python3.12/__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 0x7f110c6afd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c6af440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c6964e0> # /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 0x7f110c433b90> # /usr/lib64/python3.12/__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 0x7f110c45c620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c45c380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f110c45c650> # /usr/lib64/python3.12/__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 0x7f110c45cf80> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f110c45d8e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c45c830> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c431d30> # /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 0x7f110c45ecc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c45da30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c696660> # /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 0x7f110c48b050> # /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 0x7f110c4b3410> # /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 0x7f110c50c200> # /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 0x7f110c50e960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c50c320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c4d9220> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c3112e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c4b2210> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c45fc20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f110c4b28d0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_4cw9zuhk/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 0x7f110c366f90> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c349e80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c349040> # 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 0x7f110c364ce0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f110c396990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c396720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c396030> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f110c396480> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c367a10> 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 0x7f110c397740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f110c397980> # /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 0x7f110c397e90> 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 0x7f110bd19c40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f110bd1b860> # /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 0x7f110bd1c260> # /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 0x7f110bd1d160> # /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 0x7f110bd1fe90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f110c48afc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd1e150> # /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 0x7f110bd27e00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd268d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd26660> # /usr/lib64/python3.12/__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 0x7f110bd26ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd1e660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f110bd6bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd6c110> # /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 0x7f110bd6dca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd6da60> # /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 0x7f110bd70230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd6e330> # /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 0x7f110bd739e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd703e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f110bd74830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f110bd74a10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f110bd74b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd6c3b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f110bc003b0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f110bc01730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd76b40> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f110bd77ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bd76720> # 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 0x7f110bc05910> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f110bc06720> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bc01850> 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 0x7f110bc065a0> # 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 0x7f110bc07a70> # 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 0x7f110bc123c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bc0dc70> 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 0x7f110bd02d20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110c3c29f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bc12570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f110bc072f0> # 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 0x7f110bc121b0> # zipimport: zlib available {"changed": true, "stdout": "/dev/md/vg1-1:\n Version : 1.0\n Creation Time : Fri Sep 20 23:10:38 2024\n Raid Level : raid0\n Array Size : 31405056 (29.95 GiB 32.16 GB)\n Raid Devices : 3\n Total Devices : 3\n Persistence : Superblock is persistent\n\n Update Time : Fri Sep 20 23:10:38 2024\n State : clean \n Active Devices : 3\n Working Devices : 3\n Failed Devices : 0\n Spare Devices : 0\n\n Layout : original\n Chunk Size : 1024K\n\nConsistency Policy : none\n\n Name : vg1-1\n UUID : 53921d07:13e70eeb:50d94321:4b60889e\n Events : 0\n\n Number Major Minor RaidDevice State\n 0 8 1 0 active sync /dev/sda1\n 1 8 17 1 active sync /dev/sdb1\n 2 8 33 2 active sync /dev/sdc1", "stderr": "", "rc": 0, "cmd": ["mdadm", "--detail", "/dev/md/vg1-1"], "start": "2024-09-20 23:10:50.861767", "end": "2024-09-20 23:10:50.867702", "delta": "0:00:00.005935", "msg": "", "invocation": {"module_args": {"_raw_params": "mdadm --detail /dev/md/vg1-1", "_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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888250.89770: done with _execute_module (ansible.legacy.command, {'_raw_params': 'mdadm --detail /dev/md/vg1-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': '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-1726888250.5729542-146353-199746206805542/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888250.89774: _low_level_execute_command(): starting 138029 1726888250.89776: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888250.5729542-146353-199746206805542/ > /dev/null 2>&1 && sleep 0' 138029 1726888250.89898: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888250.89902: 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 <<< 138029 1726888250.89905: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888250.89915: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888250.89924: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888250.89975: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888250.89979: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888250.89990: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888250.90037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888250.91842: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888250.91872: stderr chunk (state=3): >>><<< 138029 1726888250.91876: stdout chunk (state=3): >>><<< 138029 1726888250.91889: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888250.91895: handler run complete 138029 1726888250.91912: Evaluated conditional (False): False 138029 1726888250.91922: attempt loop complete, returning result 138029 1726888250.91924: _execute() done 138029 1726888250.91927: dumping result to json 138029 1726888250.91937: done dumping result, returning 138029 1726888250.91943: done running TaskExecutor() for managed_node3/TASK: Get information about RAID [0affc8a3-6f6f-5a58-73a2-000000003ccf] 138029 1726888250.91947: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003ccf 138029 1726888250.92062: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003ccf 138029 1726888250.92065: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.005935", "end": "2024-09-20 23:10:50.867702", "rc": 0, "start": "2024-09-20 23:10:50.861767" } STDOUT: /dev/md/vg1-1: Version : 1.0 Creation Time : Fri Sep 20 23:10:38 2024 Raid Level : raid0 Array Size : 31405056 (29.95 GiB 32.16 GB) Raid Devices : 3 Total Devices : 3 Persistence : Superblock is persistent Update Time : Fri Sep 20 23:10:38 2024 State : clean Active Devices : 3 Working Devices : 3 Failed Devices : 0 Spare Devices : 0 Layout : original Chunk Size : 1024K Consistency Policy : none Name : vg1-1 UUID : 53921d07:13e70eeb:50d94321:4b60889e Events : 0 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 2 active sync /dev/sdc1 138029 1726888250.92151: no more pending results, returning what we have 138029 1726888250.92158: results queue empty 138029 1726888250.92159: checking for any_errors_fatal 138029 1726888250.92161: done checking for any_errors_fatal 138029 1726888250.92161: checking for max_fail_percentage 138029 1726888250.92163: done checking for max_fail_percentage 138029 1726888250.92164: checking to see if all hosts have failed and the running result is not ok 138029 1726888250.92165: done checking to see if all hosts have failed 138029 1726888250.92165: getting the remaining hosts for this loop 138029 1726888250.92167: done getting the remaining hosts for this loop 138029 1726888250.92171: getting the next task for host managed_node3 138029 1726888250.92179: done getting next task for host managed_node3 138029 1726888250.92181: ^ task is: TASK: Set active devices regex 138029 1726888250.92186: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888250.92195: getting variables 138029 1726888250.92196: in VariableManager get_vars() 138029 1726888250.92231: Calling all_inventory to load vars for managed_node3 138029 1726888250.92233: Calling groups_inventory to load vars for managed_node3 138029 1726888250.92236: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888250.92247: Calling all_plugins_play to load vars for managed_node3 138029 1726888250.92249: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888250.92252: Calling groups_plugins_play to load vars for managed_node3 138029 1726888250.92674: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888250.93048: done with get_vars() 138029 1726888250.93063: done getting variables 138029 1726888250.93104: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:14 Friday 20 September 2024 23:10:50 -0400 (0:00:00.399) 0:04:23.654 ****** 138029 1726888250.93129: entering _queue_task() for managed_node3/set_fact 138029 1726888250.93346: worker is 1 (out of 1 available) 138029 1726888250.93361: exiting _queue_task() for managed_node3/set_fact 138029 1726888250.93374: done queuing things up, now waiting for results queue to drain 138029 1726888250.93376: waiting for pending results... 138029 1726888250.93567: running TaskExecutor() for managed_node3/TASK: Set active devices regex 138029 1726888250.93682: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003cd0 138029 1726888250.93695: variable 'ansible_search_path' from source: unknown 138029 1726888250.93729: calling self._execute() 138029 1726888250.93837: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888250.93842: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888250.93852: variable 'omit' from source: magic vars 138029 1726888250.94182: variable 'storage_test_pool' from source: include params 138029 1726888250.94203: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888250.94296: variable 'storage_test_pool' from source: include params 138029 1726888250.94304: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888250.94430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888250.94652: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888250.94693: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888250.94718: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888250.94743: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888250.94818: 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) 138029 1726888250.94842: 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) 138029 1726888250.94857: 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) 138029 1726888250.94876: 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) 138029 1726888250.94941: variable 'storage_test_pool' from source: include params 138029 1726888250.94949: Evaluated conditional (storage_test_pool.raid_device_count is defined): True 138029 1726888250.94956: variable 'omit' from source: magic vars 138029 1726888250.94992: variable 'omit' from source: magic vars 138029 1726888250.95099: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888250.96571: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888250.96613: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888250.96642: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888250.96680: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888250.96703: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888250.96787: variable 'storage_test_pool' from source: include params 138029 1726888250.96815: variable 'omit' from source: magic vars 138029 1726888250.96835: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888250.96877: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888250.96893: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888250.96910: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888250.96922: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888250.96937: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888250.96962: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888250.96993: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888250.96996: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888250.96999: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888250.97095: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888250.97099: Set connection var ansible_timeout to 10 138029 1726888250.97104: Set connection var ansible_pipelining to False 138029 1726888250.97107: Set connection var ansible_shell_type to sh 138029 1726888250.97118: Set connection var ansible_connection to ssh 138029 1726888250.97120: Set connection var ansible_shell_executable to /bin/sh 138029 1726888250.97145: variable 'ansible_shell_executable' from source: unknown 138029 1726888250.97148: variable 'ansible_connection' from source: unknown 138029 1726888250.97151: variable 'ansible_module_compression' from source: unknown 138029 1726888250.97153: variable 'ansible_shell_type' from source: unknown 138029 1726888250.97158: variable 'ansible_shell_executable' from source: unknown 138029 1726888250.97160: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888250.97162: variable 'ansible_pipelining' from source: unknown 138029 1726888250.97167: variable 'ansible_timeout' from source: unknown 138029 1726888250.97169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888250.97247: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888250.97259: variable 'omit' from source: magic vars 138029 1726888250.97262: starting attempt loop 138029 1726888250.97270: running the handler 138029 1726888250.97278: handler run complete 138029 1726888250.97284: attempt loop complete, returning result 138029 1726888250.97286: _execute() done 138029 1726888250.97302: dumping result to json 138029 1726888250.97306: done dumping result, returning 138029 1726888250.97308: done running TaskExecutor() for managed_node3/TASK: Set active devices regex [0affc8a3-6f6f-5a58-73a2-000000003cd0] 138029 1726888250.97310: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd0 138029 1726888250.97398: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd0 138029 1726888250.97401: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 3\\\n" }, "changed": false } 138029 1726888250.97502: no more pending results, returning what we have 138029 1726888250.97505: results queue empty 138029 1726888250.97506: checking for any_errors_fatal 138029 1726888250.97517: done checking for any_errors_fatal 138029 1726888250.97518: checking for max_fail_percentage 138029 1726888250.97520: done checking for max_fail_percentage 138029 1726888250.97521: checking to see if all hosts have failed and the running result is not ok 138029 1726888250.97521: done checking to see if all hosts have failed 138029 1726888250.97522: getting the remaining hosts for this loop 138029 1726888250.97529: done getting the remaining hosts for this loop 138029 1726888250.97533: getting the next task for host managed_node3 138029 1726888250.97539: done getting next task for host managed_node3 138029 1726888250.97541: ^ task is: TASK: Set spare devices regex 138029 1726888250.97546: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888250.97556: getting variables 138029 1726888250.97558: in VariableManager get_vars() 138029 1726888250.97617: Calling all_inventory to load vars for managed_node3 138029 1726888250.97620: Calling groups_inventory to load vars for managed_node3 138029 1726888250.97623: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888250.97631: Calling all_plugins_play to load vars for managed_node3 138029 1726888250.97633: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888250.97636: Calling groups_plugins_play to load vars for managed_node3 138029 1726888250.98080: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888250.98441: done with get_vars() 138029 1726888250.98453: done getting variables 138029 1726888250.98498: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:19 Friday 20 September 2024 23:10:50 -0400 (0:00:00.053) 0:04:23.708 ****** 138029 1726888250.98522: entering _queue_task() for managed_node3/set_fact 138029 1726888250.98753: worker is 1 (out of 1 available) 138029 1726888250.98773: exiting _queue_task() for managed_node3/set_fact 138029 1726888250.98785: done queuing things up, now waiting for results queue to drain 138029 1726888250.98787: waiting for pending results... 138029 1726888250.98973: running TaskExecutor() for managed_node3/TASK: Set spare devices regex 138029 1726888250.99071: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003cd1 138029 1726888250.99083: variable 'ansible_search_path' from source: unknown 138029 1726888250.99110: calling self._execute() 138029 1726888250.99206: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888250.99211: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888250.99220: variable 'omit' from source: magic vars 138029 1726888250.99514: variable 'storage_test_pool' from source: include params 138029 1726888250.99534: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888250.99622: variable 'storage_test_pool' from source: include params 138029 1726888250.99631: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888250.99741: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888250.99937: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888250.99970: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888250.99998: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888251.00021: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888251.00083: 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) 138029 1726888251.00105: 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) 138029 1726888251.00123: 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) 138029 1726888251.00140: 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) 138029 1726888251.00206: variable 'storage_test_pool' from source: include params 138029 1726888251.00214: Evaluated conditional (storage_test_pool.raid_spare_count is defined): True 138029 1726888251.00220: variable 'omit' from source: magic vars 138029 1726888251.00253: variable 'omit' from source: magic vars 138029 1726888251.00347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888251.01707: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888251.01749: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888251.01778: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888251.01801: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888251.01820: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888251.01898: variable 'storage_test_pool' from source: include params 138029 1726888251.01918: variable 'omit' from source: magic vars 138029 1726888251.01938: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888251.01966: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888251.01979: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888251.01992: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.02001: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.02014: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888251.02025: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888251.02048: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888251.02053: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.02062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.02134: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888251.02138: Set connection var ansible_timeout to 10 138029 1726888251.02145: Set connection var ansible_pipelining to False 138029 1726888251.02147: Set connection var ansible_shell_type to sh 138029 1726888251.02150: Set connection var ansible_connection to ssh 138029 1726888251.02154: Set connection var ansible_shell_executable to /bin/sh 138029 1726888251.02180: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.02183: variable 'ansible_connection' from source: unknown 138029 1726888251.02186: variable 'ansible_module_compression' from source: unknown 138029 1726888251.02188: variable 'ansible_shell_type' from source: unknown 138029 1726888251.02190: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.02192: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.02194: variable 'ansible_pipelining' from source: unknown 138029 1726888251.02197: variable 'ansible_timeout' from source: unknown 138029 1726888251.02201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.02272: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888251.02284: variable 'omit' from source: magic vars 138029 1726888251.02287: starting attempt loop 138029 1726888251.02290: running the handler 138029 1726888251.02299: handler run complete 138029 1726888251.02307: attempt loop complete, returning result 138029 1726888251.02309: _execute() done 138029 1726888251.02311: dumping result to json 138029 1726888251.02314: done dumping result, returning 138029 1726888251.02321: done running TaskExecutor() for managed_node3/TASK: Set spare devices regex [0affc8a3-6f6f-5a58-73a2-000000003cd1] 138029 1726888251.02325: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd1 138029 1726888251.02411: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd1 138029 1726888251.02414: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ None\\\n" }, "changed": false } 138029 1726888251.02475: no more pending results, returning what we have 138029 1726888251.02478: results queue empty 138029 1726888251.02479: checking for any_errors_fatal 138029 1726888251.02485: done checking for any_errors_fatal 138029 1726888251.02486: checking for max_fail_percentage 138029 1726888251.02488: done checking for max_fail_percentage 138029 1726888251.02489: checking to see if all hosts have failed and the running result is not ok 138029 1726888251.02489: done checking to see if all hosts have failed 138029 1726888251.02490: getting the remaining hosts for this loop 138029 1726888251.02498: done getting the remaining hosts for this loop 138029 1726888251.02502: getting the next task for host managed_node3 138029 1726888251.02508: done getting next task for host managed_node3 138029 1726888251.02511: ^ task is: TASK: Set md version regex 138029 1726888251.02516: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888251.02522: getting variables 138029 1726888251.02530: in VariableManager get_vars() 138029 1726888251.02570: Calling all_inventory to load vars for managed_node3 138029 1726888251.02573: Calling groups_inventory to load vars for managed_node3 138029 1726888251.02576: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.02586: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.02589: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.02591: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.02996: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.03354: done with get_vars() 138029 1726888251.03371: done getting variables 138029 1726888251.03410: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:24 Friday 20 September 2024 23:10:51 -0400 (0:00:00.049) 0:04:23.757 ****** 138029 1726888251.03433: entering _queue_task() for managed_node3/set_fact 138029 1726888251.03661: worker is 1 (out of 1 available) 138029 1726888251.03676: exiting _queue_task() for managed_node3/set_fact 138029 1726888251.03689: done queuing things up, now waiting for results queue to drain 138029 1726888251.03691: waiting for pending results... 138029 1726888251.03875: running TaskExecutor() for managed_node3/TASK: Set md version regex 138029 1726888251.03967: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003cd2 138029 1726888251.03978: variable 'ansible_search_path' from source: unknown 138029 1726888251.04005: calling self._execute() 138029 1726888251.04106: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.04111: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.04119: variable 'omit' from source: magic vars 138029 1726888251.04417: variable 'storage_test_pool' from source: include params 138029 1726888251.04437: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888251.04525: variable 'storage_test_pool' from source: include params 138029 1726888251.04534: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888251.04645: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888251.04845: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888251.04878: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888251.04904: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888251.04928: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888251.04991: 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) 138029 1726888251.05013: 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) 138029 1726888251.05031: 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) 138029 1726888251.05048: 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) 138029 1726888251.05113: variable 'storage_test_pool' from source: include params 138029 1726888251.05124: Evaluated conditional (storage_test_pool.raid_metadata_version is defined): True 138029 1726888251.05127: variable 'omit' from source: magic vars 138029 1726888251.05168: variable 'omit' from source: magic vars 138029 1726888251.05258: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888251.06607: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888251.06649: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888251.06678: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888251.06701: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888251.06721: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888251.06796: variable 'storage_test_pool' from source: include params 138029 1726888251.06815: variable 'omit' from source: magic vars 138029 1726888251.06836: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888251.06862: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888251.06876: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888251.06889: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.06898: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.06911: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888251.06923: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888251.06945: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888251.06948: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.06950: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.07033: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888251.07036: Set connection var ansible_timeout to 10 138029 1726888251.07042: Set connection var ansible_pipelining to False 138029 1726888251.07044: Set connection var ansible_shell_type to sh 138029 1726888251.07047: Set connection var ansible_connection to ssh 138029 1726888251.07051: Set connection var ansible_shell_executable to /bin/sh 138029 1726888251.07077: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.07080: variable 'ansible_connection' from source: unknown 138029 1726888251.07083: variable 'ansible_module_compression' from source: unknown 138029 1726888251.07085: variable 'ansible_shell_type' from source: unknown 138029 1726888251.07087: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.07089: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.07091: variable 'ansible_pipelining' from source: unknown 138029 1726888251.07093: variable 'ansible_timeout' from source: unknown 138029 1726888251.07097: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.07170: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888251.07182: variable 'omit' from source: magic vars 138029 1726888251.07185: starting attempt loop 138029 1726888251.07188: running the handler 138029 1726888251.07196: handler run complete 138029 1726888251.07206: attempt loop complete, returning result 138029 1726888251.07208: _execute() done 138029 1726888251.07211: dumping result to json 138029 1726888251.07213: done dumping result, returning 138029 1726888251.07218: done running TaskExecutor() for managed_node3/TASK: Set md version regex [0affc8a3-6f6f-5a58-73a2-000000003cd2] 138029 1726888251.07223: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd2 138029 1726888251.07307: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd2 138029 1726888251.07312: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n" }, "changed": false } 138029 1726888251.07372: no more pending results, returning what we have 138029 1726888251.07375: results queue empty 138029 1726888251.07377: checking for any_errors_fatal 138029 1726888251.07387: done checking for any_errors_fatal 138029 1726888251.07387: checking for max_fail_percentage 138029 1726888251.07389: done checking for max_fail_percentage 138029 1726888251.07390: checking to see if all hosts have failed and the running result is not ok 138029 1726888251.07391: done checking to see if all hosts have failed 138029 1726888251.07391: getting the remaining hosts for this loop 138029 1726888251.07399: done getting the remaining hosts for this loop 138029 1726888251.07403: getting the next task for host managed_node3 138029 1726888251.07409: done getting next task for host managed_node3 138029 1726888251.07411: ^ task is: TASK: Set md chunk size regex 138029 1726888251.07416: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888251.07420: getting variables 138029 1726888251.07428: in VariableManager get_vars() 138029 1726888251.07468: Calling all_inventory to load vars for managed_node3 138029 1726888251.07471: Calling groups_inventory to load vars for managed_node3 138029 1726888251.07474: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.07484: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.07486: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.07489: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.07898: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.08253: done with get_vars() 138029 1726888251.08270: done getting variables 138029 1726888251.08312: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 chunk size regex] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Friday 20 September 2024 23:10:51 -0400 (0:00:00.049) 0:04:23.806 ****** 138029 1726888251.08335: entering _queue_task() for managed_node3/set_fact 138029 1726888251.08577: worker is 1 (out of 1 available) 138029 1726888251.08590: exiting _queue_task() for managed_node3/set_fact 138029 1726888251.08603: done queuing things up, now waiting for results queue to drain 138029 1726888251.08604: waiting for pending results... 138029 1726888251.08800: running TaskExecutor() for managed_node3/TASK: Set md chunk size regex 138029 1726888251.08890: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003cd3 138029 1726888251.08903: variable 'ansible_search_path' from source: unknown 138029 1726888251.08932: calling self._execute() 138029 1726888251.09034: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.09038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.09047: variable 'omit' from source: magic vars 138029 1726888251.09351: variable 'storage_test_pool' from source: include params 138029 1726888251.09377: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888251.09460: variable 'storage_test_pool' from source: include params 138029 1726888251.09474: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888251.09586: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888251.09790: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888251.09825: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888251.09848: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888251.09876: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888251.09941: 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) 138029 1726888251.09959: 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) 138029 1726888251.09981: 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) 138029 1726888251.09999: 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) 138029 1726888251.10072: variable 'storage_test_pool' from source: include params 138029 1726888251.10081: Evaluated conditional (storage_test_pool.raid_chunk_size is defined): True 138029 1726888251.10149: 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) 138029 1726888251.10170: 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) 138029 1726888251.10187: 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) 138029 1726888251.10204: 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) 138029 1726888251.10259: variable 'storage_test_pool' from source: include params 138029 1726888251.10272: Evaluated conditional (storage_test_pool.raid_chunk_size is not none): True 138029 1726888251.10361: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888251.12189: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888251.12232: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888251.12260: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888251.12286: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888251.12309: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888251.12340: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888251.12359: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888251.12380: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888251.12406: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888251.12417: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888251.12487: variable 'storage_test_pool' from source: include params 138029 1726888251.12498: Evaluated conditional (storage_test_pool.raid_chunk_size | string != "0 B"): True 138029 1726888251.12504: variable 'omit' from source: magic vars 138029 1726888251.12548: variable 'omit' from source: magic vars 138029 1726888251.12662: variable 'storage_test_mdadm' from source: set_fact 138029 1726888251.12733: variable 'omit' from source: magic vars 138029 1726888251.12754: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888251.12780: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888251.12793: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888251.12807: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.12815: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.12828: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888251.12840: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888251.12866: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888251.12872: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.12874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.12949: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888251.12954: Set connection var ansible_timeout to 10 138029 1726888251.12965: Set connection var ansible_pipelining to False 138029 1726888251.12967: Set connection var ansible_shell_type to sh 138029 1726888251.12970: Set connection var ansible_connection to ssh 138029 1726888251.12972: Set connection var ansible_shell_executable to /bin/sh 138029 1726888251.12993: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.12996: variable 'ansible_connection' from source: unknown 138029 1726888251.12999: variable 'ansible_module_compression' from source: unknown 138029 1726888251.13009: variable 'ansible_shell_type' from source: unknown 138029 1726888251.13012: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.13014: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.13016: variable 'ansible_pipelining' from source: unknown 138029 1726888251.13018: variable 'ansible_timeout' from source: unknown 138029 1726888251.13020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.13095: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888251.13103: variable 'omit' from source: magic vars 138029 1726888251.13108: starting attempt loop 138029 1726888251.13111: running the handler 138029 1726888251.13119: handler run complete 138029 1726888251.13126: attempt loop complete, returning result 138029 1726888251.13128: _execute() done 138029 1726888251.13131: dumping result to json 138029 1726888251.13133: done dumping result, returning 138029 1726888251.13140: done running TaskExecutor() for managed_node3/TASK: Set md chunk size regex [0affc8a3-6f6f-5a58-73a2-000000003cd3] 138029 1726888251.13145: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd3 138029 1726888251.13234: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd3 138029 1726888251.13237: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_md_chunk_size_re": [ "1024K" ] }, "changed": false } 138029 1726888251.13293: no more pending results, returning what we have 138029 1726888251.13296: results queue empty 138029 1726888251.13297: checking for any_errors_fatal 138029 1726888251.13304: done checking for any_errors_fatal 138029 1726888251.13304: checking for max_fail_percentage 138029 1726888251.13306: done checking for max_fail_percentage 138029 1726888251.13307: checking to see if all hosts have failed and the running result is not ok 138029 1726888251.13308: done checking to see if all hosts have failed 138029 1726888251.13308: getting the remaining hosts for this loop 138029 1726888251.13310: done getting the remaining hosts for this loop 138029 1726888251.13314: getting the next task for host managed_node3 138029 1726888251.13321: done getting next task for host managed_node3 138029 1726888251.13323: ^ task is: TASK: Parse the chunk size 138029 1726888251.13329: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888251.13333: getting variables 138029 1726888251.13334: in VariableManager get_vars() 138029 1726888251.13373: Calling all_inventory to load vars for managed_node3 138029 1726888251.13376: Calling groups_inventory to load vars for managed_node3 138029 1726888251.13380: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.13389: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.13393: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.13395: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.13827: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.14180: done with get_vars() 138029 1726888251.14192: done getting variables TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Friday 20 September 2024 23:10:51 -0400 (0:00:00.059) 0:04:23.866 ****** 138029 1726888251.14252: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888251.14475: worker is 1 (out of 1 available) 138029 1726888251.14489: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888251.14501: done queuing things up, now waiting for results queue to drain 138029 1726888251.14502: waiting for pending results... 138029 1726888251.14692: running TaskExecutor() for managed_node3/TASK: Parse the chunk size 138029 1726888251.14784: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003cd4 138029 1726888251.14797: variable 'ansible_search_path' from source: unknown 138029 1726888251.14824: calling self._execute() 138029 1726888251.14921: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.14925: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.14932: variable 'omit' from source: magic vars 138029 1726888251.15234: variable 'storage_test_pool' from source: include params 138029 1726888251.15254: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888251.15341: variable 'storage_test_pool' from source: include params 138029 1726888251.15351: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888251.15463: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888251.15663: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888251.15698: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888251.15724: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888251.15749: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888251.15813: 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) 138029 1726888251.15832: 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) 138029 1726888251.15851: 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) 138029 1726888251.15873: 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) 138029 1726888251.15935: variable 'storage_test_pool' from source: include params 138029 1726888251.15944: Evaluated conditional (storage_test_pool.raid_chunk_size is defined): True 138029 1726888251.16013: 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) 138029 1726888251.16029: 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) 138029 1726888251.16049: 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) 138029 1726888251.16070: 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) 138029 1726888251.16121: variable 'storage_test_pool' from source: include params 138029 1726888251.16130: Evaluated conditional (storage_test_pool.raid_chunk_size is not none): True 138029 1726888251.16220: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888251.18014: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888251.18052: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888251.18083: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888251.18108: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888251.18127: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888251.18160: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888251.18182: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888251.18199: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888251.18228: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888251.18238: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888251.18306: variable 'storage_test_pool' from source: include params 138029 1726888251.18318: Evaluated conditional (storage_test_pool.raid_chunk_size | string != "0 B"): True 138029 1726888251.18321: variable 'omit' from source: magic vars 138029 1726888251.18365: variable 'omit' from source: magic vars 138029 1726888251.18443: variable 'storage_test_md_chunk_size_re' from source: set_fact 138029 1726888251.18469: variable 'omit' from source: magic vars 138029 1726888251.18489: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888251.18509: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888251.18534: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888251.18549: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.18559: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.18576: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888251.18590: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888251.18612: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888251.18615: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.18617: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.18699: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888251.18702: Set connection var ansible_timeout to 10 138029 1726888251.18708: Set connection var ansible_pipelining to False 138029 1726888251.18711: Set connection var ansible_shell_type to sh 138029 1726888251.18713: Set connection var ansible_connection to ssh 138029 1726888251.18717: Set connection var ansible_shell_executable to /bin/sh 138029 1726888251.18737: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.18740: variable 'ansible_connection' from source: unknown 138029 1726888251.18742: variable 'ansible_module_compression' from source: unknown 138029 1726888251.18752: variable 'ansible_shell_type' from source: unknown 138029 1726888251.18757: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.18760: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.18764: variable 'ansible_pipelining' from source: unknown 138029 1726888251.18766: variable 'ansible_timeout' from source: unknown 138029 1726888251.18768: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.18851: 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) 138029 1726888251.18861: variable 'omit' from source: magic vars 138029 1726888251.18867: starting attempt loop 138029 1726888251.18870: running the handler 138029 1726888251.18884: _low_level_execute_command(): starting 138029 1726888251.18889: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888251.19384: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888251.19388: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888251.19391: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888251.19439: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888251.19442: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888251.19444: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888251.19500: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888251.21129: stdout chunk (state=3): >>>/root <<< 138029 1726888251.21252: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888251.21257: stdout chunk (state=3): >>><<< 138029 1726888251.21269: stderr chunk (state=3): >>><<< 138029 1726888251.21285: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888251.21297: _low_level_execute_command(): starting 138029 1726888251.21302: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888251.2128623-146372-217783123989461 `" && echo ansible-tmp-1726888251.2128623-146372-217783123989461="` echo /root/.ansible/tmp/ansible-tmp-1726888251.2128623-146372-217783123989461 `" ) && sleep 0' 138029 1726888251.21722: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888251.21760: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888251.21763: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888251.21768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888251.21770: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888251.21772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888251.21823: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888251.21826: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888251.21828: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888251.21874: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888251.23819: stdout chunk (state=3): >>>ansible-tmp-1726888251.2128623-146372-217783123989461=/root/.ansible/tmp/ansible-tmp-1726888251.2128623-146372-217783123989461 <<< 138029 1726888251.23925: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888251.23952: stderr chunk (state=3): >>><<< 138029 1726888251.23957: stdout chunk (state=3): >>><<< 138029 1726888251.23975: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888251.2128623-146372-217783123989461=/root/.ansible/tmp/ansible-tmp-1726888251.2128623-146372-217783123989461 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888251.24022: variable 'ansible_module_compression' from source: unknown 138029 1726888251.24054: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 138029 1726888251.24085: variable 'ansible_facts' from source: unknown 138029 1726888251.24143: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888251.2128623-146372-217783123989461/AnsiballZ_bsize.py 138029 1726888251.24248: Sending initial data 138029 1726888251.24252: Sent initial data (156 bytes) 138029 1726888251.24705: 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 <<< 138029 1726888251.24708: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888251.24710: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888251.24713: 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 <<< 138029 1726888251.24714: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888251.24761: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888251.24772: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888251.24819: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888251.26350: 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 <<< 138029 1726888251.26353: 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 <<< 138029 1726888251.26390: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888251.26440: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpp0vlybeg /root/.ansible/tmp/ansible-tmp-1726888251.2128623-146372-217783123989461/AnsiballZ_bsize.py <<< 138029 1726888251.26443: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888251.2128623-146372-217783123989461/AnsiballZ_bsize.py" <<< 138029 1726888251.26487: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpp0vlybeg" to remote "/root/.ansible/tmp/ansible-tmp-1726888251.2128623-146372-217783123989461/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888251.2128623-146372-217783123989461/AnsiballZ_bsize.py" <<< 138029 1726888251.27039: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888251.27079: stderr chunk (state=3): >>><<< 138029 1726888251.27082: stdout chunk (state=3): >>><<< 138029 1726888251.27121: done transferring module to remote 138029 1726888251.27133: _low_level_execute_command(): starting 138029 1726888251.27136: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888251.2128623-146372-217783123989461/ /root/.ansible/tmp/ansible-tmp-1726888251.2128623-146372-217783123989461/AnsiballZ_bsize.py && sleep 0' 138029 1726888251.27548: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888251.27586: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888251.27589: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888251.27591: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888251.27593: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888251.27595: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888251.27639: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888251.27644: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888251.27695: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888251.29413: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888251.29435: stderr chunk (state=3): >>><<< 138029 1726888251.29438: stdout chunk (state=3): >>><<< 138029 1726888251.29451: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888251.29454: _low_level_execute_command(): starting 138029 1726888251.29459: _low_level_execute_command(): using become for this command 138029 1726888251.29474: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ttrjptgcmnxghqfcdfuxjwdbaljorjap ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888251.2128623-146372-217783123989461/AnsiballZ_bsize.py'"'"' && sleep 0' 138029 1726888251.29550: Initial state: awaiting_escalation: BECOME-SUCCESS-ttrjptgcmnxghqfcdfuxjwdbaljorjap 138029 1726888251.29931: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888251.29935: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888251.29959: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888251.29980: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888251.30025: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888251.32867: stdout chunk (state=1): >>>BECOME-SUCCESS-ttrjptgcmnxghqfcdfuxjwdbaljorjap <<< 138029 1726888251.32870: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ttrjptgcmnxghqfcdfuxjwdbaljorjap' 138029 1726888251.33203: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888251.33243: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888251.33281: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888251.33284: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888251.33349: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888251.33354: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888251.33388: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888251.33419: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888251.33437: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888251.33456: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888251.33506: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888251.33514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888251.33526: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888251.33552: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888251.33587: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888251.33613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888251.33629: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f82183e0> <<< 138029 1726888251.33634: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f81e7a10> <<< 138029 1726888251.33650: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888251.33672: 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 0x7f64f821a960> <<< 138029 1726888251.33697: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888251.33727: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888251.33729: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888251.33745: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888251.33781: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888251.33865: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888251.33892: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888251.33937: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888251.33941: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888251.33960: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888251.33975: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888251.33982: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888251.33994: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888251.34022: 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 <<< 138029 1726888251.34025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888251.34058: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f802cfe0> <<< 138029 1726888251.34111: 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 <<< 138029 1726888251.34122: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888251.34125: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f802dfd0> <<< 138029 1726888251.34166: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888251.34187: 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. <<< 138029 1726888251.34414: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888251.34422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888251.34451: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888251.34454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888251.34484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888251.34520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888251.34543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888251.34585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888251.34593: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f8073e00> <<< 138029 1726888251.34603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888251.34622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888251.34650: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888251.34658: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f8073ec0> <<< 138029 1726888251.34671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888251.34704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888251.34727: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888251.34774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888251.34791: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888251.34819: 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 0x7f64f80a3830> <<< 138029 1726888251.34858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888251.34861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888251.34867: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80a3ec0> <<< 138029 1726888251.34879: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888251.34931: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f8083ad0> <<< 138029 1726888251.34939: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888251.34975: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80811f0> <<< 138029 1726888251.35065: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f8070fb0> <<< 138029 1726888251.35092: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888251.35109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888251.35128: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888251.35150: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888251.35175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888251.35200: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888251.35205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888251.35247: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80c7800> <<< 138029 1726888251.35252: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80c6420> <<< 138029 1726888251.35285: 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' <<< 138029 1726888251.35290: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80c4c20> <<< 138029 1726888251.35340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888251.35350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80f8830> <<< 138029 1726888251.35358: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f8070230> <<< 138029 1726888251.35380: 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' <<< 138029 1726888251.35411: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888251.35414: 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 0x7f64f80f8ce0> <<< 138029 1726888251.35426: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80f8b90> <<< 138029 1726888251.35463: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888251.35468: 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 0x7f64f80f8f50> <<< 138029 1726888251.35470: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f8066d50> <<< 138029 1726888251.35499: 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' <<< 138029 1726888251.35522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888251.35558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888251.35572: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80f95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80f92b0> <<< 138029 1726888251.35577: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 138029 1726888251.35607: 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' <<< 138029 1726888251.35621: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80fa4b0> <<< 138029 1726888251.35646: stdout chunk (state=3): >>>import 'importlib.util' # <<< 138029 1726888251.35650: stdout chunk (state=3): >>>import 'runpy' # <<< 138029 1726888251.35680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888251.35711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888251.35733: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888251.35737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f81106b0> <<< 138029 1726888251.35768: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888251.35783: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888251.35801: 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 0x7f64f8111d90> <<< 138029 1726888251.35812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888251.35828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888251.35849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888251.35868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888251.35871: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f8112c30> <<< 138029 1726888251.35915: 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 0x7f64f8113290> <<< 138029 1726888251.35918: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f8112180> <<< 138029 1726888251.35945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888251.35950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888251.35991: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888251.35994: 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 0x7f64f8113d10> <<< 138029 1726888251.36013: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f8113440> <<< 138029 1726888251.36053: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80fa420> <<< 138029 1726888251.36077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888251.36105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888251.36125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888251.36144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888251.36178: 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 0x7f64f7ea3b90> <<< 138029 1726888251.36208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888251.36211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888251.36244: 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 0x7f64f7ed05c0> <<< 138029 1726888251.36247: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7ed0320> <<< 138029 1726888251.36274: 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 0x7f64f7ed05f0> <<< 138029 1726888251.36305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888251.36312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888251.36376: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888251.36499: 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 0x7f64f7ed0ef0> <<< 138029 1726888251.36610: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888251.36613: 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 0x7f64f7ed18b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7ed07d0> <<< 138029 1726888251.36648: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7ea1d30> <<< 138029 1726888251.36662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888251.36686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888251.36704: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888251.36722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888251.36727: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7ed2c90> <<< 138029 1726888251.36765: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7ed19d0> <<< 138029 1726888251.36774: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80fabd0> <<< 138029 1726888251.36804: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888251.36862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888251.36886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888251.36917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888251.36948: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7efafc0> <<< 138029 1726888251.37000: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888251.37018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888251.37037: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888251.37061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888251.37101: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7f1f380> <<< 138029 1726888251.37126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888251.37171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888251.37225: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888251.37247: 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 0x7f64f7f7c1a0> <<< 138029 1726888251.37271: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888251.37300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888251.37326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888251.37365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888251.37452: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7f7e900> <<< 138029 1726888251.37524: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7f7c2c0> <<< 138029 1726888251.37565: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7f49190> <<< 138029 1726888251.37598: 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' <<< 138029 1726888251.37617: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7d85280> <<< 138029 1726888251.37620: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7f1e180> <<< 138029 1726888251.37624: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7ed3b90> <<< 138029 1726888251.37789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 138029 1726888251.37819: stdout chunk (state=3): >>> <<< 138029 1726888251.37826: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f64f7f1e780> <<< 138029 1726888251.38144: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_dstx6wli/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 138029 1726888251.38147: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.38279: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.38312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888251.38315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888251.38368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888251.38435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888251.38470: 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' <<< 138029 1726888251.38473: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7dd3050> <<< 138029 1726888251.38488: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888251.38673: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7db5f40> <<< 138029 1726888251.38679: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7db50a0> # zipimport: zlib available <<< 138029 1726888251.38713: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888251.38718: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.38745: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.38750: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.38775: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888251.38779: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.40182: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.41285: 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' <<< 138029 1726888251.41289: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7dd0f20> <<< 138029 1726888251.41316: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888251.41321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888251.41345: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888251.41353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888251.41380: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888251.41384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888251.41411: 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 0x7f64f7e029c0> <<< 138029 1726888251.41445: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7e02780> <<< 138029 1726888251.41475: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7e02090> <<< 138029 1726888251.41497: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888251.41503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888251.41549: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7e027b0> <<< 138029 1726888251.41552: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7dd3ce0> <<< 138029 1726888251.41556: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888251.41591: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888251.41594: 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 0x7f64f7e03710> <<< 138029 1726888251.41619: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888251.41630: 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 0x7f64f7e038c0> <<< 138029 1726888251.41639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888251.41687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888251.41692: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888251.41744: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7e03e00> <<< 138029 1726888251.41748: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888251.41775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888251.41794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888251.41831: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f771db20> <<< 138029 1726888251.41866: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888251.41878: 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 0x7f64f771f740> <<< 138029 1726888251.41881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888251.41903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888251.41938: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f771ffb0> <<< 138029 1726888251.41961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888251.41988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888251.42004: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7721220> <<< 138029 1726888251.42023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888251.42061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888251.42087: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888251.42093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888251.42137: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7723ce0> <<< 138029 1726888251.42176: 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 0x7f64f7efaf30> <<< 138029 1726888251.42192: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7721fd0> <<< 138029 1726888251.42215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888251.42244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888251.42269: 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' <<< 138029 1726888251.42294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888251.42319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888251.42351: 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' <<< 138029 1726888251.42354: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f772bb30> <<< 138029 1726888251.42374: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888251.42433: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f772a600> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f772a390> <<< 138029 1726888251.42450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888251.42471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888251.42539: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f772a8d0> <<< 138029 1726888251.42571: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f77224e0> <<< 138029 1726888251.42597: 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 0x7f64f776fd40> <<< 138029 1726888251.42622: 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 0x7f64f776fda0> <<< 138029 1726888251.42644: 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 <<< 138029 1726888251.42665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888251.42687: 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' <<< 138029 1726888251.42722: 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 0x7f64f7771910> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f77716d0> <<< 138029 1726888251.42747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888251.42840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888251.42890: 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 0x7f64f7773e00> <<< 138029 1726888251.42893: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7771f70> <<< 138029 1726888251.42920: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888251.42952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888251.42979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888251.42992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888251.42997: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888251.43054: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7777470> <<< 138029 1726888251.43173: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7773ef0> <<< 138029 1726888251.43236: 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 0x7f64f77782c0> <<< 138029 1726888251.43270: 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 0x7f64f7778530> <<< 138029 1726888251.43304: 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 0x7f64f77786e0> <<< 138029 1726888251.43321: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7770290> <<< 138029 1726888251.43352: 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 <<< 138029 1726888251.43366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888251.43369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888251.43390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888251.43418: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888251.43442: 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 0x7f64f777bdd0> <<< 138029 1726888251.43592: 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 0x7f64f7604d70> <<< 138029 1726888251.43596: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f777a5a0> <<< 138029 1726888251.43630: 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 0x7f64f777b920> <<< 138029 1726888251.43644: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f777a1b0> <<< 138029 1726888251.43647: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.43669: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.43686: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888251.43778: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.43870: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.43882: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.43890: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 138029 1726888251.43909: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.43919: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888251.43936: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.44054: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.44173: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.44692: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.45211: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888251.45234: 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' # <<< 138029 1726888251.45266: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888251.45275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888251.45320: 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 0x7f64f7608f80> <<< 138029 1726888251.45402: 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' <<< 138029 1726888251.45428: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7609d90> <<< 138029 1726888251.45433: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7605190> <<< 138029 1726888251.45484: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888251.45488: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.45523: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.45525: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888251.45544: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.45682: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.45837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888251.45841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 138029 1726888251.45860: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7609af0> <<< 138029 1726888251.45867: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.46314: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.46752: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.46826: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.46903: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888251.46913: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.46949: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.46990: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888251.46993: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.47070: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.47147: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888251.47163: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.47178: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.47183: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 138029 1726888251.47197: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.47241: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.47281: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888251.47286: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.47510: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.47744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888251.47803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888251.47826: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888251.47876: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f760aed0> <<< 138029 1726888251.47891: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.47961: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.48043: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888251.48051: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888251.48074: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.48117: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.48154: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888251.48174: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.48212: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.48260: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.48314: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.48383: 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 <<< 138029 1726888251.48418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888251.48500: 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 0x7f64f7615ac0> <<< 138029 1726888251.48534: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7612b70> <<< 138029 1726888251.48569: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888251.48575: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.48644: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.48704: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.48733: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.48774: 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' <<< 138029 1726888251.48798: 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 <<< 138029 1726888251.48816: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888251.48843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888251.48896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888251.48917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888251.48934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888251.48992: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7702480> <<< 138029 1726888251.49030: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7e32150> <<< 138029 1726888251.49109: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7615be0> <<< 138029 1726888251.49123: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f760a7b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888251.49128: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49158: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49186: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888251.49234: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888251.49262: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49276: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49289: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888251.49292: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49319: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49326: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # # zipimport: zlib available <<< 138029 1726888251.49346: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888251.49370: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49383: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49399: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888251.49402: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49422: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49440: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888251.49442: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49480: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49533: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49544: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49558: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888251.49569: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49588: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49593: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888251.49615: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49708: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.49807: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 138029 1726888251.49889: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888251.50013: stdout chunk (state=3): >>> {"changed": false, "size": "1 MiB", "bytes": 1048576, "lvm": "1m", "parted": "1MiB", "invocation": {"module_args": {"size": "1024K"}}} <<< 138029 1726888251.50023: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888251.50303: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888251.50371: 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 <<< 138029 1726888251.50374: 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 # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[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 <<< 138029 1726888251.50484: 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 # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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.err<<< 138029 1726888251.50491: stdout chunk (state=3): >>>ors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888251.50713: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888251.50727: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888251.50738: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 138029 1726888251.50746: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888251.50773: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888251.50785: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888251.50817: 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 <<< 138029 1726888251.50838: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 138029 1726888251.50844: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888251.50879: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888251.50892: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888251.50898: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888251.50947: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888251.50966: 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 <<< 138029 1726888251.50973: 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 <<< 138029 1726888251.51002: 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 <<< 138029 1726888251.51012: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external <<< 138029 1726888251.51031: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888251.51036: 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 <<< 138029 1726888251.51074: 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 <<< 138029 1726888251.51077: 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 <<< 138029 1726888251.51079: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888251.51210: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888251.51214: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888251.51222: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888251.51257: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888251.51271: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888251.51308: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888251.51312: 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 <<< 138029 1726888251.51324: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 138029 1726888251.51332: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888251.51420: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888251.51423: 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 <<< 138029 1726888251.51456: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888251.51473: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888251.51481: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888251.51484: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888251.51510: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 138029 1726888251.51515: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888251.51978: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888251.52011: stderr chunk (state=3): >>><<< 138029 1726888251.52014: stdout chunk (state=3): >>><<< 138029 1726888251.52087: _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 0x7f64f82183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f81e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f821a960> 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 0x7f64f802cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f64f802dfd0> 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 0x7f64f8073e00> # /usr/lib64/python3.12/__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 0x7f64f8073ec0> # /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 0x7f64f80a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f8083ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f8070fb0> # /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 0x7f64f80c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80c4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80f8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f8070230> # /usr/lib64/python3.12/__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 0x7f64f80f8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80f8b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64f80f8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f8066d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f64f80f95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80f92b0> 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 0x7f64f80fa4b0> 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 0x7f64f81106b0> 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 0x7f64f8111d90> # /usr/lib64/python3.12/__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 0x7f64f8112c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64f8113290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f8112180> # /usr/lib64/python3.12/__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 0x7f64f8113d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f8113440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80fa420> # /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 0x7f64f7ea3b90> # /usr/lib64/python3.12/__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 0x7f64f7ed05c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7ed0320> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64f7ed05f0> # /usr/lib64/python3.12/__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 0x7f64f7ed0ef0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64f7ed18b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7ed07d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7ea1d30> # /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 0x7f64f7ed2c90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7ed19d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f80fabd0> # /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 0x7f64f7efafc0> # /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 0x7f64f7f1f380> # /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 0x7f64f7f7c1a0> # /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 0x7f64f7f7e900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7f7c2c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7f49190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7d85280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7f1e180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7ed3b90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f64f7f1e780> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_dstx6wli/ansible_fedora.linux_system_roles.bsize_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 0x7f64f7dd3050> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7db5f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7db50a0> # 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 0x7f64f7dd0f20> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f64f7e029c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7e02780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7e02090> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f64f7e027b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7dd3ce0> 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 0x7f64f7e03710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64f7e038c0> # /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 0x7f64f7e03e00> 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 0x7f64f771db20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64f771f740> # /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 0x7f64f771ffb0> # /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 0x7f64f7721220> # /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 0x7f64f7723ce0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64f7efaf30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7721fd0> # /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 0x7f64f772bb30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f772a600> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f772a390> # /usr/lib64/python3.12/__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 0x7f64f772a8d0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f77224e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64f776fd40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f776fda0> # /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 0x7f64f7771910> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f77716d0> # /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 0x7f64f7773e00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7771f70> # /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 0x7f64f7777470> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7773ef0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64f77782c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64f7778530> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64f77786e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7770290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f64f777bdd0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64f7604d70> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f777a5a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64f777b920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f777a1b0> # 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 0x7f64f7608f80> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f64f7609d90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7605190> 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 0x7f64f7609af0> # 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 0x7f64f760aed0> # 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 0x7f64f7615ac0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7612b70> 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 0x7f64f7702480> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7e32150> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f7615be0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64f760a7b0> # 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, "size": "1 MiB", "bytes": 1048576, "lvm": "1m", "parted": "1MiB", "invocation": {"module_args": {"size": "1024K"}}} # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888251.52641: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '1024K', '_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.bsize', '_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-1726888251.2128623-146372-217783123989461/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888251.52646: _low_level_execute_command(): starting 138029 1726888251.52649: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888251.2128623-146372-217783123989461/ > /dev/null 2>&1 && sleep 0' 138029 1726888251.52781: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888251.52784: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888251.52786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888251.52788: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888251.52791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888251.52837: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888251.52840: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888251.52921: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888251.54760: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888251.54788: stderr chunk (state=3): >>><<< 138029 1726888251.54791: stdout chunk (state=3): >>><<< 138029 1726888251.54804: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888251.54810: handler run complete 138029 1726888251.54823: attempt loop complete, returning result 138029 1726888251.54827: _execute() done 138029 1726888251.54829: dumping result to json 138029 1726888251.54834: done dumping result, returning 138029 1726888251.54843: done running TaskExecutor() for managed_node3/TASK: Parse the chunk size [0affc8a3-6f6f-5a58-73a2-000000003cd4] 138029 1726888251.54847: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd4 138029 1726888251.54946: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd4 138029 1726888251.54948: WORKER PROCESS EXITING ok: [managed_node3] => { "bytes": 1048576, "changed": false, "lvm": "1m", "parted": "1MiB", "size": "1 MiB" } 138029 1726888251.55002: no more pending results, returning what we have 138029 1726888251.55006: results queue empty 138029 1726888251.55007: checking for any_errors_fatal 138029 1726888251.55013: done checking for any_errors_fatal 138029 1726888251.55014: checking for max_fail_percentage 138029 1726888251.55016: done checking for max_fail_percentage 138029 1726888251.55016: checking to see if all hosts have failed and the running result is not ok 138029 1726888251.55017: done checking to see if all hosts have failed 138029 1726888251.55018: getting the remaining hosts for this loop 138029 1726888251.55019: done getting the remaining hosts for this loop 138029 1726888251.55023: getting the next task for host managed_node3 138029 1726888251.55031: done getting next task for host managed_node3 138029 1726888251.55032: ^ task is: TASK: Check RAID active devices count 138029 1726888251.55038: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888251.55041: getting variables 138029 1726888251.55043: in VariableManager get_vars() 138029 1726888251.55090: Calling all_inventory to load vars for managed_node3 138029 1726888251.55093: Calling groups_inventory to load vars for managed_node3 138029 1726888251.55096: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.55106: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.55110: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.55112: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.55797: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.56147: done with get_vars() 138029 1726888251.56161: done getting variables 138029 1726888251.56206: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:46 Friday 20 September 2024 23:10:51 -0400 (0:00:00.419) 0:04:24.285 ****** 138029 1726888251.56233: entering _queue_task() for managed_node3/assert 138029 1726888251.56483: worker is 1 (out of 1 available) 138029 1726888251.56497: exiting _queue_task() for managed_node3/assert 138029 1726888251.56510: done queuing things up, now waiting for results queue to drain 138029 1726888251.56512: waiting for pending results... 138029 1726888251.56705: running TaskExecutor() for managed_node3/TASK: Check RAID active devices count 138029 1726888251.56821: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003cd5 138029 1726888251.56832: variable 'ansible_search_path' from source: unknown 138029 1726888251.56869: calling self._execute() 138029 1726888251.56968: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.56972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.56979: variable 'omit' from source: magic vars 138029 1726888251.57270: variable 'storage_test_pool' from source: include params 138029 1726888251.57291: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888251.57374: variable 'storage_test_pool' from source: include params 138029 1726888251.57385: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888251.57498: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888251.57700: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888251.57734: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888251.57765: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888251.57788: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888251.57851: 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) 138029 1726888251.57873: 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) 138029 1726888251.57890: 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) 138029 1726888251.57908: 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) 138029 1726888251.57975: variable 'storage_test_pool' from source: include params 138029 1726888251.57985: Evaluated conditional (storage_test_pool.raid_device_count is defined): True 138029 1726888251.58056: 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) 138029 1726888251.58070: 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) 138029 1726888251.58087: 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) 138029 1726888251.58104: 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) 138029 1726888251.58159: variable 'storage_test_pool' from source: include params 138029 1726888251.58173: Evaluated conditional (storage_test_pool.raid_device_count is not none): True 138029 1726888251.58176: variable 'omit' from source: magic vars 138029 1726888251.58213: variable 'omit' from source: magic vars 138029 1726888251.58288: variable 'storage_test_pool' from source: include params 138029 1726888251.58310: variable 'omit' from source: magic vars 138029 1726888251.58330: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888251.58350: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888251.58368: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888251.58381: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.58391: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.58404: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888251.58416: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888251.58439: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888251.58442: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.58445: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.58529: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888251.58532: Set connection var ansible_timeout to 10 138029 1726888251.58538: Set connection var ansible_pipelining to False 138029 1726888251.58540: Set connection var ansible_shell_type to sh 138029 1726888251.58542: Set connection var ansible_connection to ssh 138029 1726888251.58548: Set connection var ansible_shell_executable to /bin/sh 138029 1726888251.58572: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.58576: variable 'ansible_connection' from source: unknown 138029 1726888251.58578: variable 'ansible_module_compression' from source: unknown 138029 1726888251.58580: variable 'ansible_shell_type' from source: unknown 138029 1726888251.58582: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.58585: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.58587: variable 'ansible_pipelining' from source: unknown 138029 1726888251.58590: variable 'ansible_timeout' from source: unknown 138029 1726888251.58597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.58670: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888251.58679: variable 'omit' from source: magic vars 138029 1726888251.58684: starting attempt loop 138029 1726888251.58686: running the handler 138029 1726888251.58843: variable 'storage_test_mdadm' from source: set_fact 138029 1726888251.58853: variable 'storage_test_md_active_devices_re' from source: set_fact 138029 1726888251.58873: Evaluated conditional (storage_test_mdadm.stdout is regex(storage_test_md_active_devices_re)): True 138029 1726888251.58879: handler run complete 138029 1726888251.58889: attempt loop complete, returning result 138029 1726888251.58892: _execute() done 138029 1726888251.58894: dumping result to json 138029 1726888251.58896: done dumping result, returning 138029 1726888251.58903: done running TaskExecutor() for managed_node3/TASK: Check RAID active devices count [0affc8a3-6f6f-5a58-73a2-000000003cd5] 138029 1726888251.58907: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd5 138029 1726888251.59008: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd5 138029 1726888251.59011: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888251.59081: no more pending results, returning what we have 138029 1726888251.59093: results queue empty 138029 1726888251.59094: checking for any_errors_fatal 138029 1726888251.59105: done checking for any_errors_fatal 138029 1726888251.59105: checking for max_fail_percentage 138029 1726888251.59107: done checking for max_fail_percentage 138029 1726888251.59108: checking to see if all hosts have failed and the running result is not ok 138029 1726888251.59108: done checking to see if all hosts have failed 138029 1726888251.59109: getting the remaining hosts for this loop 138029 1726888251.59111: done getting the remaining hosts for this loop 138029 1726888251.59115: getting the next task for host managed_node3 138029 1726888251.59121: done getting next task for host managed_node3 138029 1726888251.59124: ^ task is: TASK: Check RAID spare devices count 138029 1726888251.59130: ^ 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? (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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888251.59134: getting variables 138029 1726888251.59135: in VariableManager get_vars() 138029 1726888251.59177: Calling all_inventory to load vars for managed_node3 138029 1726888251.59181: Calling groups_inventory to load vars for managed_node3 138029 1726888251.59184: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.59196: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.59199: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.59201: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.59640: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.60012: done with get_vars() 138029 1726888251.60026: done getting variables 138029 1726888251.60072: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:55 Friday 20 September 2024 23:10:51 -0400 (0:00:00.038) 0:04:24.324 ****** 138029 1726888251.60098: entering _queue_task() for managed_node3/assert 138029 1726888251.60341: worker is 1 (out of 1 available) 138029 1726888251.60358: exiting _queue_task() for managed_node3/assert 138029 1726888251.60373: done queuing things up, now waiting for results queue to drain 138029 1726888251.60375: waiting for pending results... 138029 1726888251.60570: running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count 138029 1726888251.60680: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003cd6 138029 1726888251.60692: variable 'ansible_search_path' from source: unknown 138029 1726888251.60726: calling self._execute() 138029 1726888251.60822: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.60826: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.60832: variable 'omit' from source: magic vars 138029 1726888251.61129: variable 'storage_test_pool' from source: include params 138029 1726888251.61153: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888251.61239: variable 'storage_test_pool' from source: include params 138029 1726888251.61250: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888251.61370: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888251.61571: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888251.61607: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888251.61632: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888251.61658: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888251.61723: 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) 138029 1726888251.61741: 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) 138029 1726888251.61760: 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) 138029 1726888251.61780: 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) 138029 1726888251.61852: variable 'storage_test_pool' from source: include params 138029 1726888251.61867: Evaluated conditional (storage_test_pool.raid_spare_count is defined): True 138029 1726888251.61936: 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) 138029 1726888251.61952: 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) 138029 1726888251.61971: 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) 138029 1726888251.61989: 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) 138029 1726888251.62045: variable 'storage_test_pool' from source: include params 138029 1726888251.62054: Evaluated conditional (storage_test_pool.raid_spare_count is not none): False 138029 1726888251.62060: when evaluation is False, skipping this task 138029 1726888251.62063: _execute() done 138029 1726888251.62068: dumping result to json 138029 1726888251.62070: done dumping result, returning 138029 1726888251.62074: done running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count [0affc8a3-6f6f-5a58-73a2-000000003cd6] 138029 1726888251.62081: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd6 138029 1726888251.62182: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd6 138029 1726888251.62185: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.raid_spare_count is not none", "skip_reason": "Conditional result was False" } 138029 1726888251.62234: no more pending results, returning what we have 138029 1726888251.62238: results queue empty 138029 1726888251.62239: checking for any_errors_fatal 138029 1726888251.62249: done checking for any_errors_fatal 138029 1726888251.62250: checking for max_fail_percentage 138029 1726888251.62251: done checking for max_fail_percentage 138029 1726888251.62252: checking to see if all hosts have failed and the running result is not ok 138029 1726888251.62253: done checking to see if all hosts have failed 138029 1726888251.62253: getting the remaining hosts for this loop 138029 1726888251.62258: done getting the remaining hosts for this loop 138029 1726888251.62262: getting the next task for host managed_node3 138029 1726888251.62270: done getting next task for host managed_node3 138029 1726888251.62273: ^ task is: TASK: Check RAID metadata version 138029 1726888251.62279: ^ 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? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888251.62283: getting variables 138029 1726888251.62285: in VariableManager get_vars() 138029 1726888251.62328: Calling all_inventory to load vars for managed_node3 138029 1726888251.62331: Calling groups_inventory to load vars for managed_node3 138029 1726888251.62334: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.62343: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.62346: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.62349: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.62781: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.63151: done with get_vars() 138029 1726888251.63170: done getting variables 138029 1726888251.63211: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:64 Friday 20 September 2024 23:10:51 -0400 (0:00:00.031) 0:04:24.355 ****** 138029 1726888251.63239: entering _queue_task() for managed_node3/assert 138029 1726888251.63482: worker is 1 (out of 1 available) 138029 1726888251.63496: exiting _queue_task() for managed_node3/assert 138029 1726888251.63509: done queuing things up, now waiting for results queue to drain 138029 1726888251.63511: waiting for pending results... 138029 1726888251.63702: running TaskExecutor() for managed_node3/TASK: Check RAID metadata version 138029 1726888251.63795: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003cd7 138029 1726888251.63807: variable 'ansible_search_path' from source: unknown 138029 1726888251.63836: calling self._execute() 138029 1726888251.63938: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.63942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.63961: variable 'omit' from source: magic vars 138029 1726888251.64256: variable 'storage_test_pool' from source: include params 138029 1726888251.64280: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888251.64363: variable 'storage_test_pool' from source: include params 138029 1726888251.64373: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888251.64486: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888251.64689: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888251.64724: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888251.64747: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888251.64775: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888251.64836: 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) 138029 1726888251.64854: 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) 138029 1726888251.64875: 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) 138029 1726888251.64892: 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) 138029 1726888251.64954: variable 'storage_test_pool' from source: include params 138029 1726888251.64968: Evaluated conditional (storage_test_pool.raid_metadata_version is defined): True 138029 1726888251.65037: 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) 138029 1726888251.65054: 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) 138029 1726888251.65074: 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) 138029 1726888251.65092: 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) 138029 1726888251.65145: variable 'storage_test_pool' from source: include params 138029 1726888251.65159: Evaluated conditional (storage_test_pool.raid_metadata_version is not none): True 138029 1726888251.65163: variable 'omit' from source: magic vars 138029 1726888251.65283: variable 'omit' from source: magic vars 138029 1726888251.65315: variable 'storage_test_pool' from source: include params 138029 1726888251.65561: variable 'omit' from source: magic vars 138029 1726888251.65567: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888251.65570: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888251.65573: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888251.65575: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.65577: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.65580: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888251.65582: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888251.65584: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888251.65586: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.65588: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.65702: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888251.65706: Set connection var ansible_timeout to 10 138029 1726888251.65708: Set connection var ansible_pipelining to False 138029 1726888251.65710: Set connection var ansible_shell_type to sh 138029 1726888251.65712: Set connection var ansible_connection to ssh 138029 1726888251.65714: Set connection var ansible_shell_executable to /bin/sh 138029 1726888251.65716: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.65718: variable 'ansible_connection' from source: unknown 138029 1726888251.65720: variable 'ansible_module_compression' from source: unknown 138029 1726888251.65722: variable 'ansible_shell_type' from source: unknown 138029 1726888251.65724: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.65726: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.65727: variable 'ansible_pipelining' from source: unknown 138029 1726888251.65729: variable 'ansible_timeout' from source: unknown 138029 1726888251.65731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.65852: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888251.65858: variable 'omit' from source: magic vars 138029 1726888251.65860: starting attempt loop 138029 1726888251.65862: running the handler 138029 1726888251.66027: variable 'storage_test_mdadm' from source: set_fact 138029 1726888251.66041: variable 'storage_test_md_metadata_version_re' from source: set_fact 138029 1726888251.66072: Evaluated conditional (storage_test_mdadm.stdout is regex(storage_test_md_metadata_version_re)): True 138029 1726888251.66078: handler run complete 138029 1726888251.66083: attempt loop complete, returning result 138029 1726888251.66086: _execute() done 138029 1726888251.66089: dumping result to json 138029 1726888251.66091: done dumping result, returning 138029 1726888251.66170: done running TaskExecutor() for managed_node3/TASK: Check RAID metadata version [0affc8a3-6f6f-5a58-73a2-000000003cd7] 138029 1726888251.66173: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd7 138029 1726888251.66242: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd7 138029 1726888251.66245: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888251.66299: no more pending results, returning what we have 138029 1726888251.66309: results queue empty 138029 1726888251.66310: checking for any_errors_fatal 138029 1726888251.66320: done checking for any_errors_fatal 138029 1726888251.66321: checking for max_fail_percentage 138029 1726888251.66322: done checking for max_fail_percentage 138029 1726888251.66323: checking to see if all hosts have failed and the running result is not ok 138029 1726888251.66324: done checking to see if all hosts have failed 138029 1726888251.66325: getting the remaining hosts for this loop 138029 1726888251.66327: done getting the remaining hosts for this loop 138029 1726888251.66330: getting the next task for host managed_node3 138029 1726888251.66336: done getting next task for host managed_node3 138029 1726888251.66339: ^ task is: TASK: Check RAID chunk size 138029 1726888251.66344: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888251.66348: getting variables 138029 1726888251.66349: in VariableManager get_vars() 138029 1726888251.66573: Calling all_inventory to load vars for managed_node3 138029 1726888251.66577: Calling groups_inventory to load vars for managed_node3 138029 1726888251.66580: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.66591: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.66594: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.66597: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.67203: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.67827: done with get_vars() 138029 1726888251.67847: done getting variables 138029 1726888251.67915: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:74 Friday 20 September 2024 23:10:51 -0400 (0:00:00.047) 0:04:24.403 ****** 138029 1726888251.67953: entering _queue_task() for managed_node3/assert 138029 1726888251.68304: worker is 1 (out of 1 available) 138029 1726888251.68319: exiting _queue_task() for managed_node3/assert 138029 1726888251.68332: done queuing things up, now waiting for results queue to drain 138029 1726888251.68334: waiting for pending results... 138029 1726888251.68869: running TaskExecutor() for managed_node3/TASK: Check RAID chunk size 138029 1726888251.68875: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003cd8 138029 1726888251.68879: variable 'ansible_search_path' from source: unknown 138029 1726888251.68882: calling self._execute() 138029 1726888251.69026: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.69030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.69034: variable 'omit' from source: magic vars 138029 1726888251.69449: variable 'storage_test_pool' from source: include params 138029 1726888251.69481: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888251.69617: variable 'storage_test_pool' from source: include params 138029 1726888251.69630: Evaluated conditional (storage_test_pool.state != "absent"): True 138029 1726888251.69833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888251.70104: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888251.70160: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888251.70268: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888251.70272: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888251.70318: 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) 138029 1726888251.70350: 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) 138029 1726888251.70373: 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) 138029 1726888251.70394: 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) 138029 1726888251.70481: variable 'storage_test_pool' from source: include params 138029 1726888251.70496: Evaluated conditional (storage_test_pool.raid_chunk_size is defined): True 138029 1726888251.70597: 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) 138029 1726888251.70614: 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) 138029 1726888251.70633: 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) 138029 1726888251.70651: 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) 138029 1726888251.70711: variable 'storage_test_pool' from source: include params 138029 1726888251.70718: Evaluated conditional (storage_test_pool.raid_chunk_size is not none): True 138029 1726888251.70810: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888251.72262: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888251.72305: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888251.72333: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888251.72359: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888251.72389: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888251.72422: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888251.72442: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888251.72462: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888251.72489: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888251.72499: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888251.72570: variable 'storage_test_pool' from source: include params 138029 1726888251.72581: Evaluated conditional (storage_test_pool.raid_chunk_size | string != "0 B"): True 138029 1726888251.72588: variable 'omit' from source: magic vars 138029 1726888251.72627: variable 'omit' from source: magic vars 138029 1726888251.72706: variable 'storage_test_pool' from source: include params 138029 1726888251.72732: variable 'omit' from source: magic vars 138029 1726888251.72752: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888251.72778: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888251.72793: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888251.72806: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.72814: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.72828: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888251.72839: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888251.72868: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888251.72871: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.72873: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.72949: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888251.72952: Set connection var ansible_timeout to 10 138029 1726888251.72961: Set connection var ansible_pipelining to False 138029 1726888251.72965: Set connection var ansible_shell_type to sh 138029 1726888251.72968: Set connection var ansible_connection to ssh 138029 1726888251.72970: Set connection var ansible_shell_executable to /bin/sh 138029 1726888251.72994: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.72999: variable 'ansible_connection' from source: unknown 138029 1726888251.73001: variable 'ansible_module_compression' from source: unknown 138029 1726888251.73012: variable 'ansible_shell_type' from source: unknown 138029 1726888251.73014: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.73016: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.73018: variable 'ansible_pipelining' from source: unknown 138029 1726888251.73020: variable 'ansible_timeout' from source: unknown 138029 1726888251.73022: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.73093: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888251.73102: variable 'omit' from source: magic vars 138029 1726888251.73107: starting attempt loop 138029 1726888251.73110: running the handler 138029 1726888251.73193: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888251.73211: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888251.73228: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888251.73254: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888251.73269: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888251.73332: variable 'storage_test_parsed_md_chunk_size' from source: set_fact 138029 1726888251.73338: variable 'storage_test_pool' from source: include params 138029 1726888251.73354: Evaluated conditional (storage_test_parsed_md_chunk_size | int == storage_test_pool.raid_chunk_size | int): True 138029 1726888251.73361: handler run complete 138029 1726888251.73372: attempt loop complete, returning result 138029 1726888251.73375: _execute() done 138029 1726888251.73378: dumping result to json 138029 1726888251.73380: done dumping result, returning 138029 1726888251.73386: done running TaskExecutor() for managed_node3/TASK: Check RAID chunk size [0affc8a3-6f6f-5a58-73a2-000000003cd8] 138029 1726888251.73391: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd8 138029 1726888251.73484: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cd8 138029 1726888251.73487: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888251.73536: no more pending results, returning what we have 138029 1726888251.73540: results queue empty 138029 1726888251.73540: checking for any_errors_fatal 138029 1726888251.73550: done checking for any_errors_fatal 138029 1726888251.73551: checking for max_fail_percentage 138029 1726888251.73553: done checking for max_fail_percentage 138029 1726888251.73554: checking to see if all hosts have failed and the running result is not ok 138029 1726888251.73555: done checking to see if all hosts have failed 138029 1726888251.73557: getting the remaining hosts for this loop 138029 1726888251.73559: done getting the remaining hosts for this loop 138029 1726888251.73563: getting the next task for host managed_node3 138029 1726888251.73576: done getting next task for host managed_node3 138029 1726888251.73578: ^ task is: TASK: Reset variables used by tests 138029 1726888251.73584: ^ 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? (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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888251.73588: getting variables 138029 1726888251.73590: in VariableManager get_vars() 138029 1726888251.73632: Calling all_inventory to load vars for managed_node3 138029 1726888251.73635: Calling groups_inventory to load vars for managed_node3 138029 1726888251.73638: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.73648: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.73651: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.73653: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.74086: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.74442: done with get_vars() 138029 1726888251.74454: done getting variables 138029 1726888251.74499: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Friday 20 September 2024 23:10:51 -0400 (0:00:00.065) 0:04:24.468 ****** 138029 1726888251.74524: entering _queue_task() for managed_node3/set_fact 138029 1726888251.74773: worker is 1 (out of 1 available) 138029 1726888251.74788: exiting _queue_task() for managed_node3/set_fact 138029 1726888251.74801: done queuing things up, now waiting for results queue to drain 138029 1726888251.74803: waiting for pending results... 138029 1726888251.74999: running TaskExecutor() for managed_node3/TASK: Reset variables used by tests 138029 1726888251.75105: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003cda 138029 1726888251.75117: variable 'ansible_search_path' from source: unknown 138029 1726888251.75147: calling self._execute() 138029 1726888251.75254: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.75261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.75273: variable 'omit' from source: magic vars 138029 1726888251.75362: variable 'omit' from source: magic vars 138029 1726888251.75403: variable 'omit' from source: magic vars 138029 1726888251.75429: variable 'omit' from source: magic vars 138029 1726888251.75478: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888251.75506: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888251.75522: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888251.75535: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.75545: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888251.75559: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888251.75578: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888251.75602: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888251.75605: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.75608: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.75698: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888251.75703: Set connection var ansible_timeout to 10 138029 1726888251.75708: Set connection var ansible_pipelining to False 138029 1726888251.75711: Set connection var ansible_shell_type to sh 138029 1726888251.75713: Set connection var ansible_connection to ssh 138029 1726888251.75718: Set connection var ansible_shell_executable to /bin/sh 138029 1726888251.75740: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.75742: variable 'ansible_connection' from source: unknown 138029 1726888251.75745: variable 'ansible_module_compression' from source: unknown 138029 1726888251.75747: variable 'ansible_shell_type' from source: unknown 138029 1726888251.75749: variable 'ansible_shell_executable' from source: unknown 138029 1726888251.75752: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.75759: variable 'ansible_pipelining' from source: unknown 138029 1726888251.75761: variable 'ansible_timeout' from source: unknown 138029 1726888251.75765: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.75879: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888251.75890: variable 'omit' from source: magic vars 138029 1726888251.75893: starting attempt loop 138029 1726888251.75896: running the handler 138029 1726888251.75910: handler run complete 138029 1726888251.75918: attempt loop complete, returning result 138029 1726888251.75920: _execute() done 138029 1726888251.75923: dumping result to json 138029 1726888251.75925: done dumping result, returning 138029 1726888251.75932: done running TaskExecutor() for managed_node3/TASK: Reset variables used by tests [0affc8a3-6f6f-5a58-73a2-000000003cda] 138029 1726888251.75937: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cda ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } 138029 1726888251.76086: no more pending results, returning what we have 138029 1726888251.76089: results queue empty 138029 1726888251.76090: checking for any_errors_fatal 138029 1726888251.76102: done checking for any_errors_fatal 138029 1726888251.76103: checking for max_fail_percentage 138029 1726888251.76104: done checking for max_fail_percentage 138029 1726888251.76105: checking to see if all hosts have failed and the running result is not ok 138029 1726888251.76106: done checking to see if all hosts have failed 138029 1726888251.76106: getting the remaining hosts for this loop 138029 1726888251.76108: done getting the remaining hosts for this loop 138029 1726888251.76111: getting the next task for host managed_node3 138029 1726888251.76122: done getting next task for host managed_node3 138029 1726888251.76126: ^ task is: TASK: Check LVM RAID 138029 1726888251.76130: ^ 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? (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 138029 1726888251.76136: getting variables 138029 1726888251.76137: in VariableManager get_vars() 138029 1726888251.76174: Calling all_inventory to load vars for managed_node3 138029 1726888251.76177: Calling groups_inventory to load vars for managed_node3 138029 1726888251.76180: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.76189: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.76192: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.76194: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.76585: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003cda 138029 1726888251.76590: WORKER PROCESS EXITING 138029 1726888251.76600: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.76950: done with get_vars() 138029 1726888251.76965: done getting variables TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Friday 20 September 2024 23:10:51 -0400 (0:00:00.025) 0:04:24.493 ****** 138029 1726888251.77032: entering _queue_task() for managed_node3/include_tasks 138029 1726888251.77268: worker is 1 (out of 1 available) 138029 1726888251.77281: exiting _queue_task() for managed_node3/include_tasks 138029 1726888251.77294: done queuing things up, now waiting for results queue to drain 138029 1726888251.77295: waiting for pending results... 138029 1726888251.77486: running TaskExecutor() for managed_node3/TASK: Check LVM RAID 138029 1726888251.77577: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c7a 138029 1726888251.77590: variable 'ansible_search_path' from source: unknown 138029 1726888251.77617: calling self._execute() 138029 1726888251.77715: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.77718: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.77728: variable 'omit' from source: magic vars 138029 1726888251.77817: _execute() done 138029 1726888251.77822: dumping result to json 138029 1726888251.77825: done dumping result, returning 138029 1726888251.77828: done running TaskExecutor() for managed_node3/TASK: Check LVM RAID [0affc8a3-6f6f-5a58-73a2-000000003c7a] 138029 1726888251.77833: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c7a 138029 1726888251.77932: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c7a 138029 1726888251.77935: WORKER PROCESS EXITING 138029 1726888251.77978: no more pending results, returning what we have 138029 1726888251.77983: in VariableManager get_vars() 138029 1726888251.78022: Calling all_inventory to load vars for managed_node3 138029 1726888251.78025: Calling groups_inventory to load vars for managed_node3 138029 1726888251.78028: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.78039: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.78042: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.78044: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.78684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.83967: done with get_vars() 138029 1726888251.83979: variable 'ansible_search_path' from source: unknown 138029 1726888251.84059: variable 'storage_test_pool_subset' from source: include params 138029 1726888251.84082: we have included files to process 138029 1726888251.84083: generating all_blocks data 138029 1726888251.84084: done generating all_blocks data 138029 1726888251.84086: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 138029 1726888251.84087: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 138029 1726888251.84088: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 138029 1726888251.84157: in VariableManager get_vars() 138029 1726888251.84173: done with get_vars() 138029 1726888251.84182: done processing included file 138029 1726888251.84183: iterating over new_blocks loaded from include file 138029 1726888251.84184: in VariableManager get_vars() 138029 1726888251.84193: done with get_vars() 138029 1726888251.84194: filtering new block on tags 138029 1726888251.84209: done filtering new block on tags 138029 1726888251.84211: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 138029 1726888251.84214: extending task lists for all hosts with included blocks 138029 1726888251.85524: done extending task lists 138029 1726888251.85526: done processing included files 138029 1726888251.85526: results queue empty 138029 1726888251.85527: checking for any_errors_fatal 138029 1726888251.85529: done checking for any_errors_fatal 138029 1726888251.85530: checking for max_fail_percentage 138029 1726888251.85530: done checking for max_fail_percentage 138029 1726888251.85531: checking to see if all hosts have failed and the running result is not ok 138029 1726888251.85531: done checking to see if all hosts have failed 138029 1726888251.85532: getting the remaining hosts for this loop 138029 1726888251.85533: done getting the remaining hosts for this loop 138029 1726888251.85534: getting the next task for host managed_node3 138029 1726888251.85537: done getting next task for host managed_node3 138029 1726888251.85539: ^ task is: TASK: Validate pool member LVM RAID settings 138029 1726888251.85541: ^ 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? (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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888251.85543: getting variables 138029 1726888251.85543: in VariableManager get_vars() 138029 1726888251.85551: Calling all_inventory to load vars for managed_node3 138029 1726888251.85553: Calling groups_inventory to load vars for managed_node3 138029 1726888251.85556: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.85561: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.85563: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.85565: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.85827: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.86163: done with get_vars() 138029 1726888251.86177: done getting variables TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Friday 20 September 2024 23:10:51 -0400 (0:00:00.091) 0:04:24.585 ****** 138029 1726888251.86232: entering _queue_task() for managed_node3/include_tasks 138029 1726888251.86509: worker is 1 (out of 1 available) 138029 1726888251.86522: exiting _queue_task() for managed_node3/include_tasks 138029 1726888251.86535: done queuing things up, now waiting for results queue to drain 138029 1726888251.86536: waiting for pending results... 138029 1726888251.86739: running TaskExecutor() for managed_node3/TASK: Validate pool member LVM RAID settings 138029 1726888251.86834: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003d9a 138029 1726888251.86843: variable 'ansible_search_path' from source: unknown 138029 1726888251.87075: variable 'storage_test_pool' from source: include params 138029 1726888251.87133: dumping result to json 138029 1726888251.87137: done dumping result, returning 138029 1726888251.87140: done running TaskExecutor() for managed_node3/TASK: Validate pool member LVM RAID settings [0affc8a3-6f6f-5a58-73a2-000000003d9a] 138029 1726888251.87146: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003d9a 138029 1726888251.87258: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003d9a 138029 1726888251.87261: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888251.87309: no more pending results, returning what we have 138029 1726888251.87314: results queue empty 138029 1726888251.87315: checking for any_errors_fatal 138029 1726888251.87317: done checking for any_errors_fatal 138029 1726888251.87317: checking for max_fail_percentage 138029 1726888251.87319: done checking for max_fail_percentage 138029 1726888251.87320: checking to see if all hosts have failed and the running result is not ok 138029 1726888251.87321: done checking to see if all hosts have failed 138029 1726888251.87321: getting the remaining hosts for this loop 138029 1726888251.87323: done getting the remaining hosts for this loop 138029 1726888251.87328: getting the next task for host managed_node3 138029 1726888251.87338: done getting next task for host managed_node3 138029 1726888251.87340: ^ task is: TASK: Check Thin Pools 138029 1726888251.87347: ^ 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? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888251.87351: getting variables 138029 1726888251.87353: in VariableManager get_vars() 138029 1726888251.87397: Calling all_inventory to load vars for managed_node3 138029 1726888251.87401: Calling groups_inventory to load vars for managed_node3 138029 1726888251.87404: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.87415: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.87418: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.87420: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.87822: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.88182: done with get_vars() 138029 1726888251.88194: done getting variables TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Friday 20 September 2024 23:10:51 -0400 (0:00:00.020) 0:04:24.606 ****** 138029 1726888251.88263: entering _queue_task() for managed_node3/include_tasks 138029 1726888251.88496: worker is 1 (out of 1 available) 138029 1726888251.88510: exiting _queue_task() for managed_node3/include_tasks 138029 1726888251.88523: done queuing things up, now waiting for results queue to drain 138029 1726888251.88525: waiting for pending results... 138029 1726888251.88729: running TaskExecutor() for managed_node3/TASK: Check Thin Pools 138029 1726888251.88819: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c7b 138029 1726888251.88831: variable 'ansible_search_path' from source: unknown 138029 1726888251.88863: calling self._execute() 138029 1726888251.88967: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.88974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.88983: variable 'omit' from source: magic vars 138029 1726888251.89073: _execute() done 138029 1726888251.89079: dumping result to json 138029 1726888251.89085: done dumping result, returning 138029 1726888251.89089: done running TaskExecutor() for managed_node3/TASK: Check Thin Pools [0affc8a3-6f6f-5a58-73a2-000000003c7b] 138029 1726888251.89092: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c7b 138029 1726888251.89184: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c7b 138029 1726888251.89186: WORKER PROCESS EXITING 138029 1726888251.89218: no more pending results, returning what we have 138029 1726888251.89223: in VariableManager get_vars() 138029 1726888251.89268: Calling all_inventory to load vars for managed_node3 138029 1726888251.89271: Calling groups_inventory to load vars for managed_node3 138029 1726888251.89274: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.89285: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.89288: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.89290: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.89689: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.90037: done with get_vars() 138029 1726888251.90047: variable 'ansible_search_path' from source: unknown 138029 1726888251.90141: variable 'storage_test_pool_subset' from source: include params 138029 1726888251.90167: we have included files to process 138029 1726888251.90168: generating all_blocks data 138029 1726888251.90170: done generating all_blocks data 138029 1726888251.90176: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 138029 1726888251.90177: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 138029 1726888251.90178: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 138029 1726888251.90250: in VariableManager get_vars() 138029 1726888251.90270: done with get_vars() 138029 1726888251.90279: done processing included file 138029 1726888251.90281: iterating over new_blocks loaded from include file 138029 1726888251.90281: in VariableManager get_vars() 138029 1726888251.90292: done with get_vars() 138029 1726888251.90293: filtering new block on tags 138029 1726888251.90311: done filtering new block on tags 138029 1726888251.90312: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 138029 1726888251.90316: extending task lists for all hosts with included blocks 138029 1726888251.91738: done extending task lists 138029 1726888251.91739: done processing included files 138029 1726888251.91740: results queue empty 138029 1726888251.91741: checking for any_errors_fatal 138029 1726888251.91746: done checking for any_errors_fatal 138029 1726888251.91747: checking for max_fail_percentage 138029 1726888251.91747: done checking for max_fail_percentage 138029 1726888251.91748: checking to see if all hosts have failed and the running result is not ok 138029 1726888251.91748: done checking to see if all hosts have failed 138029 1726888251.91749: getting the remaining hosts for this loop 138029 1726888251.91750: done getting the remaining hosts for this loop 138029 1726888251.91752: getting the next task for host managed_node3 138029 1726888251.91757: done getting next task for host managed_node3 138029 1726888251.91759: ^ task is: TASK: Validate pool member thinpool settings 138029 1726888251.91762: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888251.91764: getting variables 138029 1726888251.91764: in VariableManager get_vars() 138029 1726888251.91773: Calling all_inventory to load vars for managed_node3 138029 1726888251.91775: Calling groups_inventory to load vars for managed_node3 138029 1726888251.91777: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.91783: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.91784: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.91786: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.92053: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.92399: done with get_vars() 138029 1726888251.92411: done getting variables TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Friday 20 September 2024 23:10:51 -0400 (0:00:00.042) 0:04:24.648 ****** 138029 1726888251.92477: entering _queue_task() for managed_node3/include_tasks 138029 1726888251.92744: worker is 1 (out of 1 available) 138029 1726888251.92761: exiting _queue_task() for managed_node3/include_tasks 138029 1726888251.92774: done queuing things up, now waiting for results queue to drain 138029 1726888251.92775: waiting for pending results... 138029 1726888251.92983: running TaskExecutor() for managed_node3/TASK: Validate pool member thinpool settings 138029 1726888251.93067: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003ebc 138029 1726888251.93079: variable 'ansible_search_path' from source: unknown 138029 1726888251.93298: variable 'storage_test_pool' from source: include params 138029 1726888251.93358: dumping result to json 138029 1726888251.93362: done dumping result, returning 138029 1726888251.93369: done running TaskExecutor() for managed_node3/TASK: Validate pool member thinpool settings [0affc8a3-6f6f-5a58-73a2-000000003ebc] 138029 1726888251.93373: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003ebc 138029 1726888251.93483: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003ebc 138029 1726888251.93485: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888251.93533: no more pending results, returning what we have 138029 1726888251.93538: results queue empty 138029 1726888251.93538: checking for any_errors_fatal 138029 1726888251.93540: done checking for any_errors_fatal 138029 1726888251.93541: checking for max_fail_percentage 138029 1726888251.93542: done checking for max_fail_percentage 138029 1726888251.93543: checking to see if all hosts have failed and the running result is not ok 138029 1726888251.93544: done checking to see if all hosts have failed 138029 1726888251.93545: getting the remaining hosts for this loop 138029 1726888251.93546: done getting the remaining hosts for this loop 138029 1726888251.93550: getting the next task for host managed_node3 138029 1726888251.93561: done getting next task for host managed_node3 138029 1726888251.93566: ^ task is: TASK: Check member encryption 138029 1726888251.93572: ^ 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? (HOST STATE: block=0, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888251.93578: getting variables 138029 1726888251.93579: in VariableManager get_vars() 138029 1726888251.93616: Calling all_inventory to load vars for managed_node3 138029 1726888251.93618: Calling groups_inventory to load vars for managed_node3 138029 1726888251.93622: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.93633: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.93636: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.93638: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.94236: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.94582: done with get_vars() 138029 1726888251.94593: done getting variables TASK [Check member encryption] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Friday 20 September 2024 23:10:51 -0400 (0:00:00.021) 0:04:24.670 ****** 138029 1726888251.94661: entering _queue_task() for managed_node3/include_tasks 138029 1726888251.94912: worker is 1 (out of 1 available) 138029 1726888251.94925: exiting _queue_task() for managed_node3/include_tasks 138029 1726888251.94939: done queuing things up, now waiting for results queue to drain 138029 1726888251.94940: waiting for pending results... 138029 1726888251.95140: running TaskExecutor() for managed_node3/TASK: Check member encryption 138029 1726888251.95229: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c7c 138029 1726888251.95240: variable 'ansible_search_path' from source: unknown 138029 1726888251.95272: calling self._execute() 138029 1726888251.95384: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888251.95388: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888251.95398: variable 'omit' from source: magic vars 138029 1726888251.95490: _execute() done 138029 1726888251.95494: dumping result to json 138029 1726888251.95498: done dumping result, returning 138029 1726888251.95501: done running TaskExecutor() for managed_node3/TASK: Check member encryption [0affc8a3-6f6f-5a58-73a2-000000003c7c] 138029 1726888251.95504: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c7c 138029 1726888251.95604: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c7c 138029 1726888251.95607: WORKER PROCESS EXITING 138029 1726888251.95640: no more pending results, returning what we have 138029 1726888251.95644: in VariableManager get_vars() 138029 1726888251.95691: Calling all_inventory to load vars for managed_node3 138029 1726888251.95694: Calling groups_inventory to load vars for managed_node3 138029 1726888251.95697: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.95709: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.95711: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.95714: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.96179: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.96534: done with get_vars() 138029 1726888251.96544: variable 'ansible_search_path' from source: unknown 138029 1726888251.96641: variable 'storage_test_pool_subset' from source: include params 138029 1726888251.96669: we have included files to process 138029 1726888251.96670: generating all_blocks data 138029 1726888251.96672: done generating all_blocks data 138029 1726888251.96675: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 138029 1726888251.96675: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 138029 1726888251.96677: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 138029 1726888251.96844: in VariableManager get_vars() 138029 1726888251.96862: done with get_vars() 138029 1726888251.96894: in VariableManager get_vars() 138029 1726888251.96907: done with get_vars() 138029 1726888251.96974: done processing included file 138029 1726888251.96976: iterating over new_blocks loaded from include file 138029 1726888251.96977: in VariableManager get_vars() 138029 1726888251.96987: done with get_vars() 138029 1726888251.96988: filtering new block on tags 138029 1726888251.97025: done filtering new block on tags 138029 1726888251.97027: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 138029 1726888251.97031: extending task lists for all hosts with included blocks 138029 1726888251.98546: done extending task lists 138029 1726888251.98548: done processing included files 138029 1726888251.98548: results queue empty 138029 1726888251.98549: checking for any_errors_fatal 138029 1726888251.98552: done checking for any_errors_fatal 138029 1726888251.98553: checking for max_fail_percentage 138029 1726888251.98554: done checking for max_fail_percentage 138029 1726888251.98554: checking to see if all hosts have failed and the running result is not ok 138029 1726888251.98557: done checking to see if all hosts have failed 138029 1726888251.98558: getting the remaining hosts for this loop 138029 1726888251.98559: done getting the remaining hosts for this loop 138029 1726888251.98560: getting the next task for host managed_node3 138029 1726888251.98566: done getting next task for host managed_node3 138029 1726888251.98568: ^ task is: TASK: Set test variables 138029 1726888251.98571: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888251.98573: getting variables 138029 1726888251.98574: in VariableManager get_vars() 138029 1726888251.98583: Calling all_inventory to load vars for managed_node3 138029 1726888251.98584: Calling groups_inventory to load vars for managed_node3 138029 1726888251.98586: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888251.98591: Calling all_plugins_play to load vars for managed_node3 138029 1726888251.98592: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888251.98594: Calling groups_plugins_play to load vars for managed_node3 138029 1726888251.98874: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888251.99229: done with get_vars() 138029 1726888251.99241: done getting variables 138029 1726888251.99278: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-members-encryption.yml:5 Friday 20 September 2024 23:10:51 -0400 (0:00:00.046) 0:04:24.716 ****** 138029 1726888251.99328: entering _queue_task() for managed_node3/set_fact 138029 1726888251.99607: worker is 1 (out of 1 available) 138029 1726888251.99619: exiting _queue_task() for managed_node3/set_fact 138029 1726888251.99631: done queuing things up, now waiting for results queue to drain 138029 1726888251.99633: waiting for pending results... 138029 1726888251.99833: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888251.99923: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003ff1 138029 1726888251.99936: variable 'ansible_search_path' from source: unknown 138029 1726888251.99975: calling self._execute() 138029 1726888252.00070: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.00080: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.00089: variable 'omit' from source: magic vars 138029 1726888252.00177: variable 'omit' from source: magic vars 138029 1726888252.00221: variable 'omit' from source: magic vars 138029 1726888252.00445: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888252.02004: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888252.02052: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888252.02082: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888252.02109: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888252.02128: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888252.02231: variable 'storage_test_pool' from source: include params 138029 1726888252.02329: variable 'storage_test_pool' from source: include params 138029 1726888252.02346: variable 'omit' from source: magic vars 138029 1726888252.02373: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888252.02395: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888252.02411: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888252.02423: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.02432: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.02445: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888252.02458: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888252.02486: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888252.02489: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.02492: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.02573: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888252.02579: Set connection var ansible_timeout to 10 138029 1726888252.02590: Set connection var ansible_pipelining to False 138029 1726888252.02593: Set connection var ansible_shell_type to sh 138029 1726888252.02595: Set connection var ansible_connection to ssh 138029 1726888252.02597: Set connection var ansible_shell_executable to /bin/sh 138029 1726888252.02616: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.02618: variable 'ansible_connection' from source: unknown 138029 1726888252.02621: variable 'ansible_module_compression' from source: unknown 138029 1726888252.02623: variable 'ansible_shell_type' from source: unknown 138029 1726888252.02625: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.02628: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.02632: variable 'ansible_pipelining' from source: unknown 138029 1726888252.02634: variable 'ansible_timeout' from source: unknown 138029 1726888252.02638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.02720: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888252.02729: variable 'omit' from source: magic vars 138029 1726888252.02734: starting attempt loop 138029 1726888252.02737: running the handler 138029 1726888252.02747: handler run complete 138029 1726888252.02754: attempt loop complete, returning result 138029 1726888252.02759: _execute() done 138029 1726888252.02761: dumping result to json 138029 1726888252.02766: done dumping result, returning 138029 1726888252.02771: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-000000003ff1] 138029 1726888252.02776: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003ff1 138029 1726888252.02863: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003ff1 138029 1726888252.02868: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 138029 1726888252.02926: no more pending results, returning what we have 138029 1726888252.02930: results queue empty 138029 1726888252.02931: checking for any_errors_fatal 138029 1726888252.02932: done checking for any_errors_fatal 138029 1726888252.02933: checking for max_fail_percentage 138029 1726888252.02934: done checking for max_fail_percentage 138029 1726888252.02935: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.02936: done checking to see if all hosts have failed 138029 1726888252.02936: getting the remaining hosts for this loop 138029 1726888252.02938: done getting the remaining hosts for this loop 138029 1726888252.02942: getting the next task for host managed_node3 138029 1726888252.02950: done getting next task for host managed_node3 138029 1726888252.02953: ^ task is: TASK: Validate pool member LUKS settings 138029 1726888252.02965: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.02971: getting variables 138029 1726888252.02972: in VariableManager get_vars() 138029 1726888252.03009: Calling all_inventory to load vars for managed_node3 138029 1726888252.03018: Calling groups_inventory to load vars for managed_node3 138029 1726888252.03022: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.03032: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.03035: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.03037: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.03465: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.03835: done with get_vars() 138029 1726888252.03849: done getting variables TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Friday 20 September 2024 23:10:52 -0400 (0:00:00.046) 0:04:24.762 ****** 138029 1726888252.03918: entering _queue_task() for managed_node3/include_tasks 138029 1726888252.04166: worker is 1 (out of 1 available) 138029 1726888252.04180: exiting _queue_task() for managed_node3/include_tasks 138029 1726888252.04195: done queuing things up, now waiting for results queue to drain 138029 1726888252.04196: waiting for pending results... 138029 1726888252.04393: running TaskExecutor() for managed_node3/TASK: Validate pool member LUKS settings 138029 1726888252.04488: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003ff2 138029 1726888252.04500: variable 'ansible_search_path' from source: unknown 138029 1726888252.04536: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888252.04717: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888252.04790: variable 'omit' from source: magic vars 138029 1726888252.04926: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.04935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.04945: variable 'omit' from source: magic vars 138029 1726888252.05163: variable 'storage_test_pool' from source: include params 138029 1726888252.05180: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.encryption): False 138029 1726888252.05185: when evaluation is False, skipping this task 138029 1726888252.05215: variable '_storage_test_pool_member_path' from source: unknown 138029 1726888252.05265: variable '_storage_test_pool_member_path' from source: unknown skipping: [managed_node3] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } 138029 1726888252.05429: dumping result to json 138029 1726888252.05431: done dumping result, returning 138029 1726888252.05433: done running TaskExecutor() for managed_node3/TASK: Validate pool member LUKS settings [0affc8a3-6f6f-5a58-73a2-000000003ff2] 138029 1726888252.05435: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003ff2 skipping: [managed_node3] => { "changed": false } MSG: All items skipped 138029 1726888252.05511: no more pending results, returning what we have 138029 1726888252.05514: results queue empty 138029 1726888252.05515: checking for any_errors_fatal 138029 1726888252.05524: done checking for any_errors_fatal 138029 1726888252.05525: checking for max_fail_percentage 138029 1726888252.05526: done checking for max_fail_percentage 138029 1726888252.05527: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.05528: done checking to see if all hosts have failed 138029 1726888252.05528: getting the remaining hosts for this loop 138029 1726888252.05530: done getting the remaining hosts for this loop 138029 1726888252.05534: getting the next task for host managed_node3 138029 1726888252.05540: done getting next task for host managed_node3 138029 1726888252.05542: ^ task is: TASK: Validate pool member crypttab entries 138029 1726888252.05548: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.05552: getting variables 138029 1726888252.05553: in VariableManager get_vars() 138029 1726888252.05596: Calling all_inventory to load vars for managed_node3 138029 1726888252.05599: Calling groups_inventory to load vars for managed_node3 138029 1726888252.05602: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.05611: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.05614: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.05616: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.06016: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003ff2 138029 1726888252.06020: WORKER PROCESS EXITING 138029 1726888252.06031: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.06395: done with get_vars() 138029 1726888252.06408: done getting variables TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Friday 20 September 2024 23:10:52 -0400 (0:00:00.025) 0:04:24.788 ****** 138029 1726888252.06480: entering _queue_task() for managed_node3/include_tasks 138029 1726888252.06715: worker is 1 (out of 1 available) 138029 1726888252.06728: exiting _queue_task() for managed_node3/include_tasks 138029 1726888252.06741: done queuing things up, now waiting for results queue to drain 138029 1726888252.06743: waiting for pending results... 138029 1726888252.06936: running TaskExecutor() for managed_node3/TASK: Validate pool member crypttab entries 138029 1726888252.07022: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003ff4 138029 1726888252.07035: variable 'ansible_search_path' from source: unknown 138029 1726888252.07073: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888252.07239: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888252.07309: variable 'omit' from source: magic vars 138029 1726888252.07439: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.07447: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.07459: variable 'omit' from source: magic vars 138029 1726888252.07643: variable 'storage_test_pool' from source: include params 138029 1726888252.07658: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888252.07685: variable '_storage_test_pool_member_path' from source: unknown 138029 1726888252.07733: variable '_storage_test_pool_member_path' from source: unknown 138029 1726888252.07866: dumping result to json 138029 1726888252.07869: done dumping result, returning 138029 1726888252.07871: done running TaskExecutor() for managed_node3/TASK: Validate pool member crypttab entries [0affc8a3-6f6f-5a58-73a2-000000003ff4] 138029 1726888252.07873: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003ff4 138029 1726888252.07910: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003ff4 138029 1726888252.07913: WORKER PROCESS EXITING 138029 1726888252.07934: no more pending results, returning what we have 138029 1726888252.07938: in VariableManager get_vars() 138029 1726888252.07987: Calling all_inventory to load vars for managed_node3 138029 1726888252.07990: Calling groups_inventory to load vars for managed_node3 138029 1726888252.07993: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.08005: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.08008: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.08011: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.08645: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.08984: done with get_vars() 138029 1726888252.08993: variable 'ansible_search_path' from source: unknown 138029 1726888252.09017: we have included files to process 138029 1726888252.09018: generating all_blocks data 138029 1726888252.09019: done generating all_blocks data 138029 1726888252.09022: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 138029 1726888252.09023: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 138029 1726888252.09024: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 138029 1726888252.09436: done processing included file 138029 1726888252.09437: iterating over new_blocks loaded from include file 138029 1726888252.09438: in VariableManager get_vars() 138029 1726888252.09449: done with get_vars() 138029 1726888252.09451: filtering new block on tags 138029 1726888252.09513: done filtering new block on tags 138029 1726888252.09515: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node3 => (item=/dev/md/vg1-1) 138029 1726888252.09520: extending task lists for all hosts with included blocks 138029 1726888252.09760: done extending task lists 138029 1726888252.09761: done processing included files 138029 1726888252.09762: results queue empty 138029 1726888252.09762: checking for any_errors_fatal 138029 1726888252.09767: done checking for any_errors_fatal 138029 1726888252.09767: checking for max_fail_percentage 138029 1726888252.09768: done checking for max_fail_percentage 138029 1726888252.09769: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.09769: done checking to see if all hosts have failed 138029 1726888252.09770: getting the remaining hosts for this loop 138029 1726888252.09770: done getting the remaining hosts for this loop 138029 1726888252.09772: getting the next task for host managed_node3 138029 1726888252.09775: done getting next task for host managed_node3 138029 1726888252.09777: ^ task is: TASK: Set variables used by tests 138029 1726888252.09779: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.09781: getting variables 138029 1726888252.09781: in VariableManager get_vars() 138029 1726888252.09788: Calling all_inventory to load vars for managed_node3 138029 1726888252.09790: Calling groups_inventory to load vars for managed_node3 138029 1726888252.09791: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.09795: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.09797: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.09798: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.10084: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.10425: done with get_vars() 138029 1726888252.10435: done getting variables 138029 1726888252.10467: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 variables used by tests] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 20 September 2024 23:10:52 -0400 (0:00:00.040) 0:04:24.828 ****** 138029 1726888252.10490: entering _queue_task() for managed_node3/set_fact 138029 1726888252.10745: worker is 1 (out of 1 available) 138029 1726888252.10760: exiting _queue_task() for managed_node3/set_fact 138029 1726888252.10775: done queuing things up, now waiting for results queue to drain 138029 1726888252.10777: waiting for pending results... 138029 1726888252.10972: running TaskExecutor() for managed_node3/TASK: Set variables used by tests 138029 1726888252.11083: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004144 138029 1726888252.11098: variable 'ansible_search_path' from source: unknown 138029 1726888252.11133: calling self._execute() 138029 1726888252.11233: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.11238: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.11249: variable 'omit' from source: magic vars 138029 1726888252.11347: variable 'omit' from source: magic vars 138029 1726888252.11395: variable 'omit' from source: magic vars 138029 1726888252.11628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888252.13214: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888252.13263: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888252.13300: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888252.13324: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888252.13344: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888252.13410: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888252.13440: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888252.13459: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888252.13488: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888252.13501: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888252.13537: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888252.13552: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888252.13573: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888252.13597: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888252.13612: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888252.13662: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888252.13680: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888252.13697: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888252.13725: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888252.13735: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888252.13874: variable 'storage_test_crypttab' from source: set_fact 138029 1726888252.13883: variable '_storage_test_pool_member_path' from source: include params 138029 1726888252.13938: variable 'omit' from source: magic vars 138029 1726888252.13962: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888252.13983: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888252.13997: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888252.14010: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.14019: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.14032: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888252.14046: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888252.14076: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888252.14079: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.14082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.14169: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888252.14175: Set connection var ansible_timeout to 10 138029 1726888252.14180: Set connection var ansible_pipelining to False 138029 1726888252.14183: Set connection var ansible_shell_type to sh 138029 1726888252.14185: Set connection var ansible_connection to ssh 138029 1726888252.14190: Set connection var ansible_shell_executable to /bin/sh 138029 1726888252.14212: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.14215: variable 'ansible_connection' from source: unknown 138029 1726888252.14217: variable 'ansible_module_compression' from source: unknown 138029 1726888252.14220: variable 'ansible_shell_type' from source: unknown 138029 1726888252.14222: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.14224: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.14228: variable 'ansible_pipelining' from source: unknown 138029 1726888252.14230: variable 'ansible_timeout' from source: unknown 138029 1726888252.14235: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.14313: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888252.14322: variable 'omit' from source: magic vars 138029 1726888252.14334: starting attempt loop 138029 1726888252.14337: running the handler 138029 1726888252.14339: handler run complete 138029 1726888252.14346: attempt loop complete, returning result 138029 1726888252.14349: _execute() done 138029 1726888252.14352: dumping result to json 138029 1726888252.14356: done dumping result, returning 138029 1726888252.14363: done running TaskExecutor() for managed_node3/TASK: Set variables used by tests [0affc8a3-6f6f-5a58-73a2-000000004144] 138029 1726888252.14371: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004144 138029 1726888252.14453: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004144 138029 1726888252.14457: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } 138029 1726888252.14528: no more pending results, returning what we have 138029 1726888252.14533: results queue empty 138029 1726888252.14534: checking for any_errors_fatal 138029 1726888252.14536: done checking for any_errors_fatal 138029 1726888252.14536: checking for max_fail_percentage 138029 1726888252.14538: done checking for max_fail_percentage 138029 1726888252.14539: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.14539: done checking to see if all hosts have failed 138029 1726888252.14540: getting the remaining hosts for this loop 138029 1726888252.14542: done getting the remaining hosts for this loop 138029 1726888252.14546: getting the next task for host managed_node3 138029 1726888252.14558: done getting next task for host managed_node3 138029 1726888252.14562: ^ task is: TASK: Check for /etc/crypttab entry 138029 1726888252.14571: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.14577: getting variables 138029 1726888252.14578: in VariableManager get_vars() 138029 1726888252.14614: Calling all_inventory to load vars for managed_node3 138029 1726888252.14617: Calling groups_inventory to load vars for managed_node3 138029 1726888252.14622: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.14632: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.14634: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.14637: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.15088: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.15454: done with get_vars() 138029 1726888252.15471: done getting variables 138029 1726888252.15513: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-crypttab.yml:6 Friday 20 September 2024 23:10:52 -0400 (0:00:00.050) 0:04:24.878 ****** 138029 1726888252.15541: entering _queue_task() for managed_node3/assert 138029 1726888252.15799: worker is 1 (out of 1 available) 138029 1726888252.15811: exiting _queue_task() for managed_node3/assert 138029 1726888252.15825: done queuing things up, now waiting for results queue to drain 138029 1726888252.15826: waiting for pending results... 138029 1726888252.16023: running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry 138029 1726888252.16126: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004145 138029 1726888252.16139: variable 'ansible_search_path' from source: unknown 138029 1726888252.16174: calling self._execute() 138029 1726888252.16277: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.16281: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.16293: variable 'omit' from source: magic vars 138029 1726888252.16388: variable 'omit' from source: magic vars 138029 1726888252.16436: variable 'omit' from source: magic vars 138029 1726888252.16651: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888252.18247: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888252.18301: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888252.18329: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888252.18361: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888252.18384: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888252.18474: variable 'storage_test_pool' from source: include params 138029 1726888252.18486: variable '_storage_test_pool_member_path' from source: include params 138029 1726888252.18516: variable 'omit' from source: magic vars 138029 1726888252.18540: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888252.18567: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888252.18585: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888252.18610: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.18618: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.18632: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888252.18644: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888252.18673: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888252.18676: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.18679: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.18758: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888252.18761: Set connection var ansible_timeout to 10 138029 1726888252.18770: Set connection var ansible_pipelining to False 138029 1726888252.18774: Set connection var ansible_shell_type to sh 138029 1726888252.18777: Set connection var ansible_connection to ssh 138029 1726888252.18785: Set connection var ansible_shell_executable to /bin/sh 138029 1726888252.18803: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.18805: variable 'ansible_connection' from source: unknown 138029 1726888252.18808: variable 'ansible_module_compression' from source: unknown 138029 1726888252.18810: variable 'ansible_shell_type' from source: unknown 138029 1726888252.18813: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.18815: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.18818: variable 'ansible_pipelining' from source: unknown 138029 1726888252.18820: variable 'ansible_timeout' from source: unknown 138029 1726888252.18824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.18907: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888252.18916: variable 'omit' from source: magic vars 138029 1726888252.18921: starting attempt loop 138029 1726888252.18924: running the handler 138029 1726888252.19050: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888252.19073: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888252.19095: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888252.19122: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888252.19132: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888252.19165: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888252.19182: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888252.19203: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888252.19229: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888252.19239: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888252.19313: variable '_storage_test_crypttab_entries' from source: set_fact 138029 1726888252.19316: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888252.19330: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 138029 1726888252.19335: handler run complete 138029 1726888252.19345: attempt loop complete, returning result 138029 1726888252.19347: _execute() done 138029 1726888252.19350: dumping result to json 138029 1726888252.19352: done dumping result, returning 138029 1726888252.19362: done running TaskExecutor() for managed_node3/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-5a58-73a2-000000004145] 138029 1726888252.19369: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004145 138029 1726888252.19466: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004145 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888252.19514: no more pending results, returning what we have 138029 1726888252.19525: results queue empty 138029 1726888252.19526: checking for any_errors_fatal 138029 1726888252.19535: done checking for any_errors_fatal 138029 1726888252.19536: checking for max_fail_percentage 138029 1726888252.19538: done checking for max_fail_percentage 138029 1726888252.19539: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.19539: done checking to see if all hosts have failed 138029 1726888252.19540: getting the remaining hosts for this loop 138029 1726888252.19542: done getting the remaining hosts for this loop 138029 1726888252.19546: getting the next task for host managed_node3 138029 1726888252.19554: done getting next task for host managed_node3 138029 1726888252.19559: ^ task is: TASK: Validate the format of the crypttab entry 138029 1726888252.19565: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.19571: getting variables 138029 1726888252.19573: in VariableManager get_vars() 138029 1726888252.19609: Calling all_inventory to load vars for managed_node3 138029 1726888252.19612: Calling groups_inventory to load vars for managed_node3 138029 1726888252.19615: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.19625: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.19628: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.19630: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.20070: WORKER PROCESS EXITING 138029 1726888252.20083: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.20454: done with get_vars() 138029 1726888252.20470: done getting variables 138029 1726888252.20510: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-crypttab.yml:14 Friday 20 September 2024 23:10:52 -0400 (0:00:00.049) 0:04:24.928 ****** 138029 1726888252.20538: entering _queue_task() for managed_node3/assert 138029 1726888252.20786: worker is 1 (out of 1 available) 138029 1726888252.20799: exiting _queue_task() for managed_node3/assert 138029 1726888252.20811: done queuing things up, now waiting for results queue to drain 138029 1726888252.20813: waiting for pending results... 138029 1726888252.21011: running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry 138029 1726888252.21102: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004146 138029 1726888252.21115: variable 'ansible_search_path' from source: unknown 138029 1726888252.21146: calling self._execute() 138029 1726888252.21250: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.21254: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.21268: variable 'omit' from source: magic vars 138029 1726888252.21571: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888252.23188: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888252.23238: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888252.23269: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888252.23302: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888252.23323: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888252.23386: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888252.23406: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888252.23425: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888252.23454: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888252.23470: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888252.23553: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888252.23573: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888252.23577: when evaluation is False, skipping this task 138029 1726888252.23580: _execute() done 138029 1726888252.23583: dumping result to json 138029 1726888252.23585: done dumping result, returning 138029 1726888252.23591: done running TaskExecutor() for managed_node3/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-5a58-73a2-000000004146] 138029 1726888252.23596: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004146 138029 1726888252.23691: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004146 138029 1726888252.23694: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888252.23739: no more pending results, returning what we have 138029 1726888252.23742: results queue empty 138029 1726888252.23743: checking for any_errors_fatal 138029 1726888252.23753: done checking for any_errors_fatal 138029 1726888252.23754: checking for max_fail_percentage 138029 1726888252.23758: done checking for max_fail_percentage 138029 1726888252.23759: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.23760: done checking to see if all hosts have failed 138029 1726888252.23761: getting the remaining hosts for this loop 138029 1726888252.23765: done getting the remaining hosts for this loop 138029 1726888252.23769: getting the next task for host managed_node3 138029 1726888252.23777: done getting next task for host managed_node3 138029 1726888252.23779: ^ task is: TASK: Check backing device of crypttab entry 138029 1726888252.23785: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.23790: getting variables 138029 1726888252.23792: in VariableManager get_vars() 138029 1726888252.23829: Calling all_inventory to load vars for managed_node3 138029 1726888252.23831: Calling groups_inventory to load vars for managed_node3 138029 1726888252.23834: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.23844: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.23847: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.23849: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.24287: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.24653: done with get_vars() 138029 1726888252.24670: done getting variables 138029 1726888252.24711: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-crypttab.yml:23 Friday 20 September 2024 23:10:52 -0400 (0:00:00.041) 0:04:24.970 ****** 138029 1726888252.24737: entering _queue_task() for managed_node3/assert 138029 1726888252.24981: worker is 1 (out of 1 available) 138029 1726888252.24995: exiting _queue_task() for managed_node3/assert 138029 1726888252.25008: done queuing things up, now waiting for results queue to drain 138029 1726888252.25009: waiting for pending results... 138029 1726888252.25205: running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry 138029 1726888252.25303: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004147 138029 1726888252.25315: variable 'ansible_search_path' from source: unknown 138029 1726888252.25351: calling self._execute() 138029 1726888252.25451: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.25458: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.25471: variable 'omit' from source: magic vars 138029 1726888252.25781: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888252.27827: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888252.27880: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888252.27910: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888252.27935: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888252.27958: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888252.28020: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888252.28051: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888252.28077: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888252.28103: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888252.28113: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888252.28196: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888252.28213: Evaluated conditional (false and _storage_test_expected_crypttab_entries | int == 1): False 138029 1726888252.28216: when evaluation is False, skipping this task 138029 1726888252.28219: _execute() done 138029 1726888252.28221: dumping result to json 138029 1726888252.28224: done dumping result, returning 138029 1726888252.28231: done running TaskExecutor() for managed_node3/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-5a58-73a2-000000004147] 138029 1726888252.28236: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004147 138029 1726888252.28330: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004147 138029 1726888252.28333: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888252.28383: no more pending results, returning what we have 138029 1726888252.28386: results queue empty 138029 1726888252.28387: checking for any_errors_fatal 138029 1726888252.28395: done checking for any_errors_fatal 138029 1726888252.28396: checking for max_fail_percentage 138029 1726888252.28397: done checking for max_fail_percentage 138029 1726888252.28399: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.28399: done checking to see if all hosts have failed 138029 1726888252.28400: getting the remaining hosts for this loop 138029 1726888252.28402: done getting the remaining hosts for this loop 138029 1726888252.28405: getting the next task for host managed_node3 138029 1726888252.28414: done getting next task for host managed_node3 138029 1726888252.28416: ^ task is: TASK: Check key file of crypttab entry 138029 1726888252.28423: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.28428: getting variables 138029 1726888252.28430: in VariableManager get_vars() 138029 1726888252.28471: Calling all_inventory to load vars for managed_node3 138029 1726888252.28474: Calling groups_inventory to load vars for managed_node3 138029 1726888252.28477: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.28487: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.28491: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.28493: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.28924: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.29287: done with get_vars() 138029 1726888252.29300: done getting variables 138029 1726888252.29344: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-crypttab.yml:32 Friday 20 September 2024 23:10:52 -0400 (0:00:00.046) 0:04:25.017 ****** 138029 1726888252.29373: entering _queue_task() for managed_node3/assert 138029 1726888252.29624: worker is 1 (out of 1 available) 138029 1726888252.29638: exiting _queue_task() for managed_node3/assert 138029 1726888252.29651: done queuing things up, now waiting for results queue to drain 138029 1726888252.29653: waiting for pending results... 138029 1726888252.29857: running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry 138029 1726888252.29960: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004148 138029 1726888252.29976: variable 'ansible_search_path' from source: unknown 138029 1726888252.30009: calling self._execute() 138029 1726888252.30119: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.30124: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.30133: variable 'omit' from source: magic vars 138029 1726888252.30437: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888252.32421: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888252.32471: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888252.32502: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888252.32524: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888252.32544: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888252.32608: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888252.32638: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888252.32656: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888252.32684: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888252.32695: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888252.32780: variable '_storage_test_expected_crypttab_entries' from source: set_fact 138029 1726888252.32800: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 138029 1726888252.32803: when evaluation is False, skipping this task 138029 1726888252.32806: _execute() done 138029 1726888252.32808: dumping result to json 138029 1726888252.32810: done dumping result, returning 138029 1726888252.32823: done running TaskExecutor() for managed_node3/TASK: Check key file of crypttab entry [0affc8a3-6f6f-5a58-73a2-000000004148] 138029 1726888252.32827: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004148 138029 1726888252.32919: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004148 138029 1726888252.32922: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 138029 1726888252.32976: no more pending results, returning what we have 138029 1726888252.32980: results queue empty 138029 1726888252.32981: checking for any_errors_fatal 138029 1726888252.32987: done checking for any_errors_fatal 138029 1726888252.32988: checking for max_fail_percentage 138029 1726888252.32990: done checking for max_fail_percentage 138029 1726888252.32991: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.32991: done checking to see if all hosts have failed 138029 1726888252.32992: getting the remaining hosts for this loop 138029 1726888252.32994: done getting the remaining hosts for this loop 138029 1726888252.32997: getting the next task for host managed_node3 138029 1726888252.33006: done getting next task for host managed_node3 138029 1726888252.33008: ^ task is: TASK: Clear test variables 138029 1726888252.33015: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.33020: getting variables 138029 1726888252.33022: in VariableManager get_vars() 138029 1726888252.33061: Calling all_inventory to load vars for managed_node3 138029 1726888252.33066: Calling groups_inventory to load vars for managed_node3 138029 1726888252.33070: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.33079: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.33082: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.33085: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.33774: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.34121: done with get_vars() 138029 1726888252.34133: done getting variables 138029 1726888252.34180: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-member-crypttab.yml:41 Friday 20 September 2024 23:10:52 -0400 (0:00:00.048) 0:04:25.065 ****** 138029 1726888252.34207: entering _queue_task() for managed_node3/set_fact 138029 1726888252.34449: worker is 1 (out of 1 available) 138029 1726888252.34466: exiting _queue_task() for managed_node3/set_fact 138029 1726888252.34478: done queuing things up, now waiting for results queue to drain 138029 1726888252.34480: waiting for pending results... 138029 1726888252.34671: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888252.34791: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004149 138029 1726888252.34803: variable 'ansible_search_path' from source: unknown 138029 1726888252.34838: calling self._execute() 138029 1726888252.34944: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.34949: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.34959: variable 'omit' from source: magic vars 138029 1726888252.35048: variable 'omit' from source: magic vars 138029 1726888252.35100: variable 'omit' from source: magic vars 138029 1726888252.35125: variable 'omit' from source: magic vars 138029 1726888252.35161: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888252.35195: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888252.35211: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888252.35224: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.35234: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.35253: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888252.35266: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888252.35293: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888252.35296: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.35299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.35387: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888252.35391: Set connection var ansible_timeout to 10 138029 1726888252.35398: Set connection var ansible_pipelining to False 138029 1726888252.35401: Set connection var ansible_shell_type to sh 138029 1726888252.35403: Set connection var ansible_connection to ssh 138029 1726888252.35406: Set connection var ansible_shell_executable to /bin/sh 138029 1726888252.35427: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.35430: variable 'ansible_connection' from source: unknown 138029 1726888252.35432: variable 'ansible_module_compression' from source: unknown 138029 1726888252.35435: variable 'ansible_shell_type' from source: unknown 138029 1726888252.35438: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.35441: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.35444: variable 'ansible_pipelining' from source: unknown 138029 1726888252.35446: variable 'ansible_timeout' from source: unknown 138029 1726888252.35448: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.35558: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888252.35569: variable 'omit' from source: magic vars 138029 1726888252.35581: starting attempt loop 138029 1726888252.35584: running the handler 138029 1726888252.35590: handler run complete 138029 1726888252.35598: attempt loop complete, returning result 138029 1726888252.35601: _execute() done 138029 1726888252.35604: dumping result to json 138029 1726888252.35606: done dumping result, returning 138029 1726888252.35613: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000004149] 138029 1726888252.35617: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004149 138029 1726888252.35706: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004149 138029 1726888252.35710: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } 138029 1726888252.35766: no more pending results, returning what we have 138029 1726888252.35769: results queue empty 138029 1726888252.35770: checking for any_errors_fatal 138029 1726888252.35779: done checking for any_errors_fatal 138029 1726888252.35780: checking for max_fail_percentage 138029 1726888252.35782: done checking for max_fail_percentage 138029 1726888252.35782: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.35783: done checking to see if all hosts have failed 138029 1726888252.35784: getting the remaining hosts for this loop 138029 1726888252.35785: done getting the remaining hosts for this loop 138029 1726888252.35789: getting the next task for host managed_node3 138029 1726888252.35797: done getting next task for host managed_node3 138029 1726888252.35800: ^ task is: TASK: Clear test variables 138029 1726888252.35806: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.35811: getting variables 138029 1726888252.35812: in VariableManager get_vars() 138029 1726888252.35847: Calling all_inventory to load vars for managed_node3 138029 1726888252.35849: Calling groups_inventory to load vars for managed_node3 138029 1726888252.35852: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.35864: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.35867: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.35870: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.36279: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.36647: done with get_vars() 138029 1726888252.36661: done getting variables 138029 1726888252.36702: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-members-encryption.yml:24 Friday 20 September 2024 23:10:52 -0400 (0:00:00.025) 0:04:25.090 ****** 138029 1726888252.36731: entering _queue_task() for managed_node3/set_fact 138029 1726888252.36963: worker is 1 (out of 1 available) 138029 1726888252.36975: exiting _queue_task() for managed_node3/set_fact 138029 1726888252.36988: done queuing things up, now waiting for results queue to drain 138029 1726888252.36990: waiting for pending results... 138029 1726888252.37178: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888252.37277: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003ff6 138029 1726888252.37290: variable 'ansible_search_path' from source: unknown 138029 1726888252.37316: calling self._execute() 138029 1726888252.37420: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.37424: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.37438: variable 'omit' from source: magic vars 138029 1726888252.37529: variable 'omit' from source: magic vars 138029 1726888252.37578: variable 'omit' from source: magic vars 138029 1726888252.37603: variable 'omit' from source: magic vars 138029 1726888252.37635: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888252.37672: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888252.37687: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888252.37701: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.37713: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.37727: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888252.37739: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888252.37861: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888252.37867: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.37870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.37873: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888252.37876: Set connection var ansible_timeout to 10 138029 1726888252.37878: Set connection var ansible_pipelining to False 138029 1726888252.37880: Set connection var ansible_shell_type to sh 138029 1726888252.37883: Set connection var ansible_connection to ssh 138029 1726888252.37885: Set connection var ansible_shell_executable to /bin/sh 138029 1726888252.37898: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.37900: variable 'ansible_connection' from source: unknown 138029 1726888252.37903: variable 'ansible_module_compression' from source: unknown 138029 1726888252.37905: variable 'ansible_shell_type' from source: unknown 138029 1726888252.37908: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.37911: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.37915: variable 'ansible_pipelining' from source: unknown 138029 1726888252.37918: variable 'ansible_timeout' from source: unknown 138029 1726888252.37922: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.38032: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888252.38041: variable 'omit' from source: magic vars 138029 1726888252.38046: starting attempt loop 138029 1726888252.38049: running the handler 138029 1726888252.38061: handler run complete 138029 1726888252.38071: attempt loop complete, returning result 138029 1726888252.38073: _execute() done 138029 1726888252.38076: dumping result to json 138029 1726888252.38078: done dumping result, returning 138029 1726888252.38086: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000003ff6] 138029 1726888252.38091: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003ff6 138029 1726888252.38179: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003ff6 138029 1726888252.38181: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } 138029 1726888252.38275: no more pending results, returning what we have 138029 1726888252.38278: results queue empty 138029 1726888252.38279: checking for any_errors_fatal 138029 1726888252.38288: done checking for any_errors_fatal 138029 1726888252.38289: checking for max_fail_percentage 138029 1726888252.38290: done checking for max_fail_percentage 138029 1726888252.38291: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.38292: done checking to see if all hosts have failed 138029 1726888252.38293: getting the remaining hosts for this loop 138029 1726888252.38294: done getting the remaining hosts for this loop 138029 1726888252.38298: getting the next task for host managed_node3 138029 1726888252.38305: done getting next task for host managed_node3 138029 1726888252.38308: ^ task is: TASK: Check VDO 138029 1726888252.38313: ^ 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? (HOST STATE: block=0, task=21, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.38317: getting variables 138029 1726888252.38319: in VariableManager get_vars() 138029 1726888252.38353: Calling all_inventory to load vars for managed_node3 138029 1726888252.38357: Calling groups_inventory to load vars for managed_node3 138029 1726888252.38360: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.38371: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.38373: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.38376: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.38777: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.39142: done with get_vars() 138029 1726888252.39156: done getting variables TASK [Check VDO] *************************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Friday 20 September 2024 23:10:52 -0400 (0:00:00.024) 0:04:25.115 ****** 138029 1726888252.39229: entering _queue_task() for managed_node3/include_tasks 138029 1726888252.39482: worker is 1 (out of 1 available) 138029 1726888252.39496: exiting _queue_task() for managed_node3/include_tasks 138029 1726888252.39508: done queuing things up, now waiting for results queue to drain 138029 1726888252.39510: waiting for pending results... 138029 1726888252.39701: running TaskExecutor() for managed_node3/TASK: Check VDO 138029 1726888252.39782: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c7d 138029 1726888252.39794: variable 'ansible_search_path' from source: unknown 138029 1726888252.39823: calling self._execute() 138029 1726888252.39927: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.39933: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.39940: variable 'omit' from source: magic vars 138029 1726888252.40031: _execute() done 138029 1726888252.40035: dumping result to json 138029 1726888252.40038: done dumping result, returning 138029 1726888252.40043: done running TaskExecutor() for managed_node3/TASK: Check VDO [0affc8a3-6f6f-5a58-73a2-000000003c7d] 138029 1726888252.40049: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c7d 138029 1726888252.40145: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c7d 138029 1726888252.40149: WORKER PROCESS EXITING 138029 1726888252.40192: no more pending results, returning what we have 138029 1726888252.40197: in VariableManager get_vars() 138029 1726888252.40238: Calling all_inventory to load vars for managed_node3 138029 1726888252.40241: Calling groups_inventory to load vars for managed_node3 138029 1726888252.40244: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.40257: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.40260: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.40263: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.40660: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.41013: done with get_vars() 138029 1726888252.41023: variable 'ansible_search_path' from source: unknown 138029 1726888252.41118: variable 'storage_test_pool_subset' from source: include params 138029 1726888252.41140: we have included files to process 138029 1726888252.41141: generating all_blocks data 138029 1726888252.41143: done generating all_blocks data 138029 1726888252.41147: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 138029 1726888252.41148: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 138029 1726888252.41149: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 138029 1726888252.41225: in VariableManager get_vars() 138029 1726888252.41241: done with get_vars() 138029 1726888252.41250: done processing included file 138029 1726888252.41251: iterating over new_blocks loaded from include file 138029 1726888252.41252: in VariableManager get_vars() 138029 1726888252.41263: done with get_vars() 138029 1726888252.41266: filtering new block on tags 138029 1726888252.41284: done filtering new block on tags 138029 1726888252.41286: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 138029 1726888252.41289: extending task lists for all hosts with included blocks 138029 1726888252.43022: done extending task lists 138029 1726888252.43024: done processing included files 138029 1726888252.43025: results queue empty 138029 1726888252.43025: checking for any_errors_fatal 138029 1726888252.43028: done checking for any_errors_fatal 138029 1726888252.43028: checking for max_fail_percentage 138029 1726888252.43029: done checking for max_fail_percentage 138029 1726888252.43030: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.43030: done checking to see if all hosts have failed 138029 1726888252.43031: getting the remaining hosts for this loop 138029 1726888252.43032: done getting the remaining hosts for this loop 138029 1726888252.43034: getting the next task for host managed_node3 138029 1726888252.43037: done getting next task for host managed_node3 138029 1726888252.43039: ^ task is: TASK: Validate pool member VDO settings 138029 1726888252.43041: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.43043: getting variables 138029 1726888252.43044: in VariableManager get_vars() 138029 1726888252.43053: Calling all_inventory to load vars for managed_node3 138029 1726888252.43057: Calling groups_inventory to load vars for managed_node3 138029 1726888252.43060: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.43069: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.43071: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.43072: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.43350: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.43696: done with get_vars() 138029 1726888252.43708: done getting variables TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Friday 20 September 2024 23:10:52 -0400 (0:00:00.045) 0:04:25.161 ****** 138029 1726888252.43776: entering _queue_task() for managed_node3/include_tasks 138029 1726888252.44042: worker is 1 (out of 1 available) 138029 1726888252.44056: exiting _queue_task() for managed_node3/include_tasks 138029 1726888252.44072: done queuing things up, now waiting for results queue to drain 138029 1726888252.44074: waiting for pending results... 138029 1726888252.44277: running TaskExecutor() for managed_node3/TASK: Validate pool member VDO settings 138029 1726888252.44352: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004196 138029 1726888252.44370: variable 'ansible_search_path' from source: unknown 138029 1726888252.44577: variable 'storage_test_pool' from source: include params 138029 1726888252.44637: dumping result to json 138029 1726888252.44641: done dumping result, returning 138029 1726888252.44644: done running TaskExecutor() for managed_node3/TASK: Validate pool member VDO settings [0affc8a3-6f6f-5a58-73a2-000000004196] 138029 1726888252.44650: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004196 138029 1726888252.44758: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004196 138029 1726888252.44761: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888252.44816: no more pending results, returning what we have 138029 1726888252.44820: results queue empty 138029 1726888252.44822: checking for any_errors_fatal 138029 1726888252.44823: done checking for any_errors_fatal 138029 1726888252.44824: checking for max_fail_percentage 138029 1726888252.44826: done checking for max_fail_percentage 138029 1726888252.44827: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.44827: done checking to see if all hosts have failed 138029 1726888252.44828: getting the remaining hosts for this loop 138029 1726888252.44830: done getting the remaining hosts for this loop 138029 1726888252.44834: getting the next task for host managed_node3 138029 1726888252.44843: done getting next task for host managed_node3 138029 1726888252.44846: ^ task is: TASK: Check Stratis 138029 1726888252.44850: ^ 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? (HOST STATE: block=0, task=23, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.44858: getting variables 138029 1726888252.44860: in VariableManager get_vars() 138029 1726888252.44901: Calling all_inventory to load vars for managed_node3 138029 1726888252.44904: Calling groups_inventory to load vars for managed_node3 138029 1726888252.44907: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.44918: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.44921: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.44924: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.45561: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.45902: done with get_vars() 138029 1726888252.45914: done getting variables TASK [Check Stratis] *********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Friday 20 September 2024 23:10:52 -0400 (0:00:00.022) 0:04:25.183 ****** 138029 1726888252.45984: entering _queue_task() for managed_node3/include_tasks 138029 1726888252.46224: worker is 1 (out of 1 available) 138029 1726888252.46238: exiting _queue_task() for managed_node3/include_tasks 138029 1726888252.46250: done queuing things up, now waiting for results queue to drain 138029 1726888252.46252: waiting for pending results... 138029 1726888252.46448: running TaskExecutor() for managed_node3/TASK: Check Stratis 138029 1726888252.46544: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c7e 138029 1726888252.46557: variable 'ansible_search_path' from source: unknown 138029 1726888252.46590: calling self._execute() 138029 1726888252.46694: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.46699: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.46708: variable 'omit' from source: magic vars 138029 1726888252.46800: _execute() done 138029 1726888252.46804: dumping result to json 138029 1726888252.46809: done dumping result, returning 138029 1726888252.46813: done running TaskExecutor() for managed_node3/TASK: Check Stratis [0affc8a3-6f6f-5a58-73a2-000000003c7e] 138029 1726888252.46815: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c7e 138029 1726888252.46908: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c7e 138029 1726888252.46912: WORKER PROCESS EXITING 138029 1726888252.46950: no more pending results, returning what we have 138029 1726888252.46958: in VariableManager get_vars() 138029 1726888252.46999: Calling all_inventory to load vars for managed_node3 138029 1726888252.47002: Calling groups_inventory to load vars for managed_node3 138029 1726888252.47005: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.47017: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.47022: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.47024: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.47424: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.47777: done with get_vars() 138029 1726888252.47788: variable 'ansible_search_path' from source: unknown 138029 1726888252.47880: variable 'storage_test_pool_subset' from source: include params 138029 1726888252.47905: we have included files to process 138029 1726888252.47906: generating all_blocks data 138029 1726888252.47907: done generating all_blocks data 138029 1726888252.47910: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 138029 1726888252.47911: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 138029 1726888252.47912: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 138029 1726888252.48333: done processing included file 138029 1726888252.48334: iterating over new_blocks loaded from include file 138029 1726888252.48335: in VariableManager get_vars() 138029 1726888252.48346: done with get_vars() 138029 1726888252.48347: filtering new block on tags 138029 1726888252.48395: done filtering new block on tags 138029 1726888252.48397: in VariableManager get_vars() 138029 1726888252.48408: done with get_vars() 138029 1726888252.48409: filtering new block on tags 138029 1726888252.48421: done filtering new block on tags 138029 1726888252.48422: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 138029 1726888252.48426: extending task lists for all hosts with included blocks 138029 1726888252.50208: done extending task lists 138029 1726888252.50210: done processing included files 138029 1726888252.50210: results queue empty 138029 1726888252.50211: checking for any_errors_fatal 138029 1726888252.50214: done checking for any_errors_fatal 138029 1726888252.50214: checking for max_fail_percentage 138029 1726888252.50215: done checking for max_fail_percentage 138029 1726888252.50216: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.50216: done checking to see if all hosts have failed 138029 1726888252.50217: getting the remaining hosts for this loop 138029 1726888252.50217: done getting the remaining hosts for this loop 138029 1726888252.50219: getting the next task for host managed_node3 138029 1726888252.50222: done getting next task for host managed_node3 138029 1726888252.50224: ^ task is: TASK: Run 'stratis report' 138029 1726888252.50227: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.50229: getting variables 138029 1726888252.50229: in VariableManager get_vars() 138029 1726888252.50239: Calling all_inventory to load vars for managed_node3 138029 1726888252.50241: Calling groups_inventory to load vars for managed_node3 138029 1726888252.50242: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.50248: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.50249: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.50251: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.50535: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.50885: done with get_vars() 138029 1726888252.50897: done getting variables 138029 1726888252.50928: 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 [Run 'stratis report'] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Friday 20 September 2024 23:10:52 -0400 (0:00:00.049) 0:04:25.233 ****** 138029 1726888252.50953: entering _queue_task() for managed_node3/command 138029 1726888252.51222: worker is 1 (out of 1 available) 138029 1726888252.51236: exiting _queue_task() for managed_node3/command 138029 1726888252.51249: done queuing things up, now waiting for results queue to drain 138029 1726888252.51250: waiting for pending results... 138029 1726888252.51448: running TaskExecutor() for managed_node3/TASK: Run 'stratis report' 138029 1726888252.51547: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000430f 138029 1726888252.51560: variable 'ansible_search_path' from source: unknown 138029 1726888252.51595: calling self._execute() 138029 1726888252.51700: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.51704: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.51710: variable 'omit' from source: magic vars 138029 1726888252.52020: variable 'storage_test_pool' from source: include params 138029 1726888252.52041: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888252.52045: when evaluation is False, skipping this task 138029 1726888252.52049: _execute() done 138029 1726888252.52051: dumping result to json 138029 1726888252.52053: done dumping result, returning 138029 1726888252.52061: done running TaskExecutor() for managed_node3/TASK: Run 'stratis report' [0affc8a3-6f6f-5a58-73a2-00000000430f] 138029 1726888252.52069: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000430f skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888252.52217: no more pending results, returning what we have 138029 1726888252.52222: results queue empty 138029 1726888252.52223: checking for any_errors_fatal 138029 1726888252.52224: done checking for any_errors_fatal 138029 1726888252.52225: checking for max_fail_percentage 138029 1726888252.52227: done checking for max_fail_percentage 138029 1726888252.52228: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.52228: done checking to see if all hosts have failed 138029 1726888252.52229: getting the remaining hosts for this loop 138029 1726888252.52230: done getting the remaining hosts for this loop 138029 1726888252.52234: getting the next task for host managed_node3 138029 1726888252.52242: done getting next task for host managed_node3 138029 1726888252.52245: ^ task is: TASK: Get information about Stratis 138029 1726888252.52252: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.52259: getting variables 138029 1726888252.52260: in VariableManager get_vars() 138029 1726888252.52298: Calling all_inventory to load vars for managed_node3 138029 1726888252.52300: Calling groups_inventory to load vars for managed_node3 138029 1726888252.52303: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.52316: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.52318: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.52321: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.52729: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000430f 138029 1726888252.52733: WORKER PROCESS EXITING 138029 1726888252.52743: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.53105: done with get_vars() 138029 1726888252.53117: done getting variables 138029 1726888252.53161: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 Stratis] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Friday 20 September 2024 23:10:52 -0400 (0:00:00.022) 0:04:25.255 ****** 138029 1726888252.53185: entering _queue_task() for managed_node3/set_fact 138029 1726888252.53422: worker is 1 (out of 1 available) 138029 1726888252.53435: exiting _queue_task() for managed_node3/set_fact 138029 1726888252.53448: done queuing things up, now waiting for results queue to drain 138029 1726888252.53450: waiting for pending results... 138029 1726888252.53640: running TaskExecutor() for managed_node3/TASK: Get information about Stratis 138029 1726888252.53737: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004310 138029 1726888252.53749: variable 'ansible_search_path' from source: unknown 138029 1726888252.53786: calling self._execute() 138029 1726888252.53889: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.53893: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.53905: variable 'omit' from source: magic vars 138029 1726888252.54208: variable 'storage_test_pool' from source: include params 138029 1726888252.54233: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888252.54237: when evaluation is False, skipping this task 138029 1726888252.54240: _execute() done 138029 1726888252.54242: dumping result to json 138029 1726888252.54245: done dumping result, returning 138029 1726888252.54248: done running TaskExecutor() for managed_node3/TASK: Get information about Stratis [0affc8a3-6f6f-5a58-73a2-000000004310] 138029 1726888252.54251: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004310 138029 1726888252.54344: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004310 138029 1726888252.54346: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888252.54403: no more pending results, returning what we have 138029 1726888252.54407: results queue empty 138029 1726888252.54408: checking for any_errors_fatal 138029 1726888252.54422: done checking for any_errors_fatal 138029 1726888252.54422: checking for max_fail_percentage 138029 1726888252.54424: done checking for max_fail_percentage 138029 1726888252.54425: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.54426: done checking to see if all hosts have failed 138029 1726888252.54426: getting the remaining hosts for this loop 138029 1726888252.54428: done getting the remaining hosts for this loop 138029 1726888252.54432: getting the next task for host managed_node3 138029 1726888252.54438: done getting next task for host managed_node3 138029 1726888252.54441: ^ task is: TASK: Verify that the pools was created 138029 1726888252.54446: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.54450: getting variables 138029 1726888252.54452: in VariableManager get_vars() 138029 1726888252.54487: Calling all_inventory to load vars for managed_node3 138029 1726888252.54490: Calling groups_inventory to load vars for managed_node3 138029 1726888252.54493: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.54504: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.54507: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.54509: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.54900: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.55258: done with get_vars() 138029 1726888252.55271: done getting variables 138029 1726888252.55312: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 pools was created] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Friday 20 September 2024 23:10:52 -0400 (0:00:00.021) 0:04:25.276 ****** 138029 1726888252.55337: entering _queue_task() for managed_node3/assert 138029 1726888252.55567: worker is 1 (out of 1 available) 138029 1726888252.55581: exiting _queue_task() for managed_node3/assert 138029 1726888252.55593: done queuing things up, now waiting for results queue to drain 138029 1726888252.55595: waiting for pending results... 138029 1726888252.55784: running TaskExecutor() for managed_node3/TASK: Verify that the pools was created 138029 1726888252.55877: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004311 138029 1726888252.55891: variable 'ansible_search_path' from source: unknown 138029 1726888252.55918: calling self._execute() 138029 1726888252.56021: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.56025: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.56036: variable 'omit' from source: magic vars 138029 1726888252.56340: variable 'storage_test_pool' from source: include params 138029 1726888252.56362: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888252.56368: when evaluation is False, skipping this task 138029 1726888252.56371: _execute() done 138029 1726888252.56373: dumping result to json 138029 1726888252.56376: done dumping result, returning 138029 1726888252.56386: done running TaskExecutor() for managed_node3/TASK: Verify that the pools was created [0affc8a3-6f6f-5a58-73a2-000000004311] 138029 1726888252.56389: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004311 138029 1726888252.56484: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004311 138029 1726888252.56489: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888252.56536: no more pending results, returning what we have 138029 1726888252.56540: results queue empty 138029 1726888252.56541: checking for any_errors_fatal 138029 1726888252.56551: done checking for any_errors_fatal 138029 1726888252.56552: checking for max_fail_percentage 138029 1726888252.56553: done checking for max_fail_percentage 138029 1726888252.56554: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.56557: done checking to see if all hosts have failed 138029 1726888252.56558: getting the remaining hosts for this loop 138029 1726888252.56560: done getting the remaining hosts for this loop 138029 1726888252.56563: getting the next task for host managed_node3 138029 1726888252.56571: done getting next task for host managed_node3 138029 1726888252.56574: ^ task is: TASK: Verify that encryption is correctly set 138029 1726888252.56579: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.56583: getting variables 138029 1726888252.56585: in VariableManager get_vars() 138029 1726888252.56618: Calling all_inventory to load vars for managed_node3 138029 1726888252.56621: Calling groups_inventory to load vars for managed_node3 138029 1726888252.56624: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.56635: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.56637: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.56640: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.57257: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.57594: done with get_vars() 138029 1726888252.57604: done getting variables 138029 1726888252.57647: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 encryption is correctly set] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Friday 20 September 2024 23:10:52 -0400 (0:00:00.023) 0:04:25.300 ****** 138029 1726888252.57674: entering _queue_task() for managed_node3/assert 138029 1726888252.57904: worker is 1 (out of 1 available) 138029 1726888252.57918: exiting _queue_task() for managed_node3/assert 138029 1726888252.57932: done queuing things up, now waiting for results queue to drain 138029 1726888252.57933: waiting for pending results... 138029 1726888252.58124: running TaskExecutor() for managed_node3/TASK: Verify that encryption is correctly set 138029 1726888252.58220: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004312 138029 1726888252.58231: variable 'ansible_search_path' from source: unknown 138029 1726888252.58261: calling self._execute() 138029 1726888252.58364: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.58371: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.58385: variable 'omit' from source: magic vars 138029 1726888252.58692: variable 'storage_test_pool' from source: include params 138029 1726888252.58715: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888252.58718: when evaluation is False, skipping this task 138029 1726888252.58721: _execute() done 138029 1726888252.58724: dumping result to json 138029 1726888252.58727: done dumping result, returning 138029 1726888252.58732: done running TaskExecutor() for managed_node3/TASK: Verify that encryption is correctly set [0affc8a3-6f6f-5a58-73a2-000000004312] 138029 1726888252.58737: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004312 138029 1726888252.58836: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004312 138029 1726888252.58839: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888252.58888: no more pending results, returning what we have 138029 1726888252.58892: results queue empty 138029 1726888252.58893: checking for any_errors_fatal 138029 1726888252.58905: done checking for any_errors_fatal 138029 1726888252.58905: checking for max_fail_percentage 138029 1726888252.58907: done checking for max_fail_percentage 138029 1726888252.58908: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.58908: done checking to see if all hosts have failed 138029 1726888252.58909: getting the remaining hosts for this loop 138029 1726888252.58910: done getting the remaining hosts for this loop 138029 1726888252.58914: getting the next task for host managed_node3 138029 1726888252.58921: done getting next task for host managed_node3 138029 1726888252.58923: ^ task is: TASK: Verify that Clevis/Tang encryption is correctly set 138029 1726888252.58929: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.58933: getting variables 138029 1726888252.58934: in VariableManager get_vars() 138029 1726888252.58971: Calling all_inventory to load vars for managed_node3 138029 1726888252.58974: Calling groups_inventory to load vars for managed_node3 138029 1726888252.58977: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.58988: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.58991: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.58994: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.59393: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.59766: done with get_vars() 138029 1726888252.59778: done getting variables 138029 1726888252.59822: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Friday 20 September 2024 23:10:52 -0400 (0:00:00.021) 0:04:25.322 ****** 138029 1726888252.59847: entering _queue_task() for managed_node3/assert 138029 1726888252.60089: worker is 1 (out of 1 available) 138029 1726888252.60104: exiting _queue_task() for managed_node3/assert 138029 1726888252.60118: done queuing things up, now waiting for results queue to drain 138029 1726888252.60120: waiting for pending results... 138029 1726888252.60324: running TaskExecutor() for managed_node3/TASK: Verify that Clevis/Tang encryption is correctly set 138029 1726888252.60410: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004313 138029 1726888252.60422: variable 'ansible_search_path' from source: unknown 138029 1726888252.60454: calling self._execute() 138029 1726888252.60558: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.60562: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.60574: variable 'omit' from source: magic vars 138029 1726888252.60886: variable 'storage_test_pool' from source: include params 138029 1726888252.60907: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888252.60910: when evaluation is False, skipping this task 138029 1726888252.60913: _execute() done 138029 1726888252.60916: dumping result to json 138029 1726888252.60918: done dumping result, returning 138029 1726888252.60924: done running TaskExecutor() for managed_node3/TASK: Verify that Clevis/Tang encryption is correctly set [0affc8a3-6f6f-5a58-73a2-000000004313] 138029 1726888252.60936: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004313 138029 1726888252.61031: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004313 138029 1726888252.61033: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888252.61087: no more pending results, returning what we have 138029 1726888252.61091: results queue empty 138029 1726888252.61092: checking for any_errors_fatal 138029 1726888252.61104: done checking for any_errors_fatal 138029 1726888252.61104: checking for max_fail_percentage 138029 1726888252.61106: done checking for max_fail_percentage 138029 1726888252.61107: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.61107: done checking to see if all hosts have failed 138029 1726888252.61108: getting the remaining hosts for this loop 138029 1726888252.61110: done getting the remaining hosts for this loop 138029 1726888252.61113: getting the next task for host managed_node3 138029 1726888252.61123: done getting next task for host managed_node3 138029 1726888252.61125: ^ task is: TASK: Reset variable used by test 138029 1726888252.61131: ^ 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? (HOST STATE: block=0, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.61136: getting variables 138029 1726888252.61138: in VariableManager get_vars() 138029 1726888252.61176: Calling all_inventory to load vars for managed_node3 138029 1726888252.61179: Calling groups_inventory to load vars for managed_node3 138029 1726888252.61182: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.61194: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.61196: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.61199: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.61617: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.61991: done with get_vars() 138029 1726888252.62003: done getting variables 138029 1726888252.62046: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Friday 20 September 2024 23:10:52 -0400 (0:00:00.022) 0:04:25.344 ****** 138029 1726888252.62074: entering _queue_task() for managed_node3/set_fact 138029 1726888252.62310: worker is 1 (out of 1 available) 138029 1726888252.62324: exiting _queue_task() for managed_node3/set_fact 138029 1726888252.62337: done queuing things up, now waiting for results queue to drain 138029 1726888252.62338: waiting for pending results... 138029 1726888252.62526: running TaskExecutor() for managed_node3/TASK: Reset variable used by test 138029 1726888252.62609: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004315 138029 1726888252.62622: variable 'ansible_search_path' from source: unknown 138029 1726888252.62650: calling self._execute() 138029 1726888252.62752: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.62758: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.62769: variable 'omit' from source: magic vars 138029 1726888252.62853: variable 'omit' from source: magic vars 138029 1726888252.62910: variable 'omit' from source: magic vars 138029 1726888252.62934: variable 'omit' from source: magic vars 138029 1726888252.62974: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888252.63008: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888252.63022: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888252.63036: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.63046: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.63059: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888252.63073: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888252.63097: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888252.63102: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.63104: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.63190: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888252.63194: Set connection var ansible_timeout to 10 138029 1726888252.63200: Set connection var ansible_pipelining to False 138029 1726888252.63203: Set connection var ansible_shell_type to sh 138029 1726888252.63205: Set connection var ansible_connection to ssh 138029 1726888252.63209: Set connection var ansible_shell_executable to /bin/sh 138029 1726888252.63232: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.63235: variable 'ansible_connection' from source: unknown 138029 1726888252.63238: variable 'ansible_module_compression' from source: unknown 138029 1726888252.63240: variable 'ansible_shell_type' from source: unknown 138029 1726888252.63243: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.63245: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.63249: variable 'ansible_pipelining' from source: unknown 138029 1726888252.63252: variable 'ansible_timeout' from source: unknown 138029 1726888252.63257: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.63370: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888252.63376: variable 'omit' from source: magic vars 138029 1726888252.63381: starting attempt loop 138029 1726888252.63384: running the handler 138029 1726888252.63394: handler run complete 138029 1726888252.63403: attempt loop complete, returning result 138029 1726888252.63406: _execute() done 138029 1726888252.63408: dumping result to json 138029 1726888252.63411: done dumping result, returning 138029 1726888252.63417: done running TaskExecutor() for managed_node3/TASK: Reset variable used by test [0affc8a3-6f6f-5a58-73a2-000000004315] 138029 1726888252.63422: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004315 138029 1726888252.63506: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004315 138029 1726888252.63509: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } 138029 1726888252.63598: no more pending results, returning what we have 138029 1726888252.63601: results queue empty 138029 1726888252.63602: checking for any_errors_fatal 138029 1726888252.63610: done checking for any_errors_fatal 138029 1726888252.63611: checking for max_fail_percentage 138029 1726888252.63612: done checking for max_fail_percentage 138029 1726888252.63613: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.63614: done checking to see if all hosts have failed 138029 1726888252.63615: getting the remaining hosts for this loop 138029 1726888252.63616: done getting the remaining hosts for this loop 138029 1726888252.63619: getting the next task for host managed_node3 138029 1726888252.63628: done getting next task for host managed_node3 138029 1726888252.63630: ^ task is: TASK: Clean up test variables 138029 1726888252.63635: ^ 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? (HOST STATE: block=0, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.63639: getting variables 138029 1726888252.63640: in VariableManager get_vars() 138029 1726888252.63673: Calling all_inventory to load vars for managed_node3 138029 1726888252.63676: Calling groups_inventory to load vars for managed_node3 138029 1726888252.63678: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.63687: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.63690: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.63692: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.64073: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.64430: done with get_vars() 138029 1726888252.64441: done getting variables 138029 1726888252.64485: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 test variables] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Friday 20 September 2024 23:10:52 -0400 (0:00:00.024) 0:04:25.368 ****** 138029 1726888252.64512: entering _queue_task() for managed_node3/set_fact 138029 1726888252.64729: worker is 1 (out of 1 available) 138029 1726888252.64743: exiting _queue_task() for managed_node3/set_fact 138029 1726888252.64759: done queuing things up, now waiting for results queue to drain 138029 1726888252.64761: waiting for pending results... 138029 1726888252.64939: running TaskExecutor() for managed_node3/TASK: Clean up test variables 138029 1726888252.65021: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c7f 138029 1726888252.65034: variable 'ansible_search_path' from source: unknown 138029 1726888252.65067: calling self._execute() 138029 1726888252.65166: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.65170: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.65179: variable 'omit' from source: magic vars 138029 1726888252.65267: variable 'omit' from source: magic vars 138029 1726888252.65305: variable 'omit' from source: magic vars 138029 1726888252.65335: variable 'omit' from source: magic vars 138029 1726888252.65371: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888252.65400: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888252.65418: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888252.65435: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.65444: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.65459: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888252.65473: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888252.65497: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888252.65500: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.65503: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.65590: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888252.65594: Set connection var ansible_timeout to 10 138029 1726888252.65600: Set connection var ansible_pipelining to False 138029 1726888252.65602: Set connection var ansible_shell_type to sh 138029 1726888252.65604: Set connection var ansible_connection to ssh 138029 1726888252.65610: Set connection var ansible_shell_executable to /bin/sh 138029 1726888252.65631: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.65633: variable 'ansible_connection' from source: unknown 138029 1726888252.65638: variable 'ansible_module_compression' from source: unknown 138029 1726888252.65640: variable 'ansible_shell_type' from source: unknown 138029 1726888252.65643: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.65645: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.65648: variable 'ansible_pipelining' from source: unknown 138029 1726888252.65650: variable 'ansible_timeout' from source: unknown 138029 1726888252.65652: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.65760: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888252.65769: variable 'omit' from source: magic vars 138029 1726888252.65780: starting attempt loop 138029 1726888252.65783: running the handler 138029 1726888252.65790: handler run complete 138029 1726888252.65799: attempt loop complete, returning result 138029 1726888252.65801: _execute() done 138029 1726888252.65804: dumping result to json 138029 1726888252.65807: done dumping result, returning 138029 1726888252.65814: done running TaskExecutor() for managed_node3/TASK: Clean up test variables [0affc8a3-6f6f-5a58-73a2-000000003c7f] 138029 1726888252.65818: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c7f 138029 1726888252.65908: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c7f 138029 1726888252.65911: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } 138029 1726888252.65975: no more pending results, returning what we have 138029 1726888252.65979: results queue empty 138029 1726888252.65980: checking for any_errors_fatal 138029 1726888252.65987: done checking for any_errors_fatal 138029 1726888252.65987: checking for max_fail_percentage 138029 1726888252.65989: done checking for max_fail_percentage 138029 1726888252.65990: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.65990: done checking to see if all hosts have failed 138029 1726888252.65991: getting the remaining hosts for this loop 138029 1726888252.65993: done getting the remaining hosts for this loop 138029 1726888252.65996: getting the next task for host managed_node3 138029 1726888252.66005: done getting next task for host managed_node3 138029 1726888252.66007: ^ task is: TASK: Verify the volumes 138029 1726888252.66012: ^ 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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.66015: getting variables 138029 1726888252.66016: in VariableManager get_vars() 138029 1726888252.66049: Calling all_inventory to load vars for managed_node3 138029 1726888252.66052: Calling groups_inventory to load vars for managed_node3 138029 1726888252.66057: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.66068: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.66070: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.66073: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.66453: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.66820: done with get_vars() 138029 1726888252.66831: done getting variables TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Friday 20 September 2024 23:10:52 -0400 (0:00:00.023) 0:04:25.392 ****** 138029 1726888252.66902: entering _queue_task() for managed_node3/include_tasks 138029 1726888252.67128: worker is 1 (out of 1 available) 138029 1726888252.67141: exiting _queue_task() for managed_node3/include_tasks 138029 1726888252.67154: done queuing things up, now waiting for results queue to drain 138029 1726888252.67157: waiting for pending results... 138029 1726888252.67340: running TaskExecutor() for managed_node3/TASK: Verify the volumes 138029 1726888252.67427: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003c83 138029 1726888252.67439: variable 'ansible_search_path' from source: unknown 138029 1726888252.67635: variable 'storage_test_pool' from source: include params 138029 1726888252.67690: dumping result to json 138029 1726888252.67694: done dumping result, returning 138029 1726888252.67698: done running TaskExecutor() for managed_node3/TASK: Verify the volumes [0affc8a3-6f6f-5a58-73a2-000000003c83] 138029 1726888252.67708: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c83 138029 1726888252.67821: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003c83 138029 1726888252.67824: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888252.67878: no more pending results, returning what we have 138029 1726888252.67881: results queue empty 138029 1726888252.67883: checking for any_errors_fatal 138029 1726888252.67889: done checking for any_errors_fatal 138029 1726888252.67890: checking for max_fail_percentage 138029 1726888252.67891: done checking for max_fail_percentage 138029 1726888252.67892: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.67893: done checking to see if all hosts have failed 138029 1726888252.67893: getting the remaining hosts for this loop 138029 1726888252.67895: done getting the remaining hosts for this loop 138029 1726888252.67898: getting the next task for host managed_node3 138029 1726888252.67906: done getting next task for host managed_node3 138029 1726888252.67909: ^ task is: TASK: Verify the volumes with no pool were correctly managed 138029 1726888252.67912: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.67916: getting variables 138029 1726888252.67918: in VariableManager get_vars() 138029 1726888252.67948: Calling all_inventory to load vars for managed_node3 138029 1726888252.67951: Calling groups_inventory to load vars for managed_node3 138029 1726888252.67954: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.67966: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.67969: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.67971: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.68342: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.68699: done with get_vars() 138029 1726888252.68711: 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:10:52 -0400 (0:00:00.018) 0:04:25.411 ****** 138029 1726888252.68778: entering _queue_task() for managed_node3/include_tasks 138029 1726888252.69004: worker is 1 (out of 1 available) 138029 1726888252.69021: exiting _queue_task() for managed_node3/include_tasks 138029 1726888252.69035: done queuing things up, now waiting for results queue to drain 138029 1726888252.69036: waiting for pending results... 138029 1726888252.69224: running TaskExecutor() for managed_node3/TASK: Verify the volumes with no pool were correctly managed 138029 1726888252.69298: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003af3 138029 1726888252.69311: variable 'ansible_search_path' from source: unknown 138029 1726888252.69348: variable '_storage_volumes_list' from source: set_fact 138029 1726888252.69519: variable '_storage_volumes_list' from source: set_fact 138029 1726888252.69568: dumping result to json 138029 1726888252.69571: done dumping result, returning 138029 1726888252.69575: done running TaskExecutor() for managed_node3/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-5a58-73a2-000000003af3] 138029 1726888252.69581: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003af3 138029 1726888252.69694: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003af3 138029 1726888252.69698: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888252.69747: no more pending results, returning what we have 138029 1726888252.69751: results queue empty 138029 1726888252.69752: checking for any_errors_fatal 138029 1726888252.69762: done checking for any_errors_fatal 138029 1726888252.69763: checking for max_fail_percentage 138029 1726888252.69766: done checking for max_fail_percentage 138029 1726888252.69767: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.69768: done checking to see if all hosts have failed 138029 1726888252.69769: getting the remaining hosts for this loop 138029 1726888252.69771: done getting the remaining hosts for this loop 138029 1726888252.69774: getting the next task for host managed_node3 138029 1726888252.69779: done getting next task for host managed_node3 138029 1726888252.69781: ^ task is: TASK: Clean up variable namespace 138029 1726888252.69784: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.69788: getting variables 138029 1726888252.69789: in VariableManager get_vars() 138029 1726888252.69823: Calling all_inventory to load vars for managed_node3 138029 1726888252.69826: Calling groups_inventory to load vars for managed_node3 138029 1726888252.69829: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.69837: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.69840: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.69842: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.70537: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.71086: done with get_vars() 138029 1726888252.71101: done getting variables 138029 1726888252.71168: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:52 -0400 (0:00:00.024) 0:04:25.435 ****** 138029 1726888252.71200: entering _queue_task() for managed_node3/set_fact 138029 1726888252.71517: worker is 1 (out of 1 available) 138029 1726888252.71530: exiting _queue_task() for managed_node3/set_fact 138029 1726888252.71544: done queuing things up, now waiting for results queue to drain 138029 1726888252.71546: waiting for pending results... 138029 1726888252.71887: running TaskExecutor() for managed_node3/TASK: Clean up variable namespace 138029 1726888252.72162: in run() - task 0affc8a3-6f6f-5a58-73a2-000000003af5 138029 1726888252.72168: variable 'ansible_search_path' from source: unknown 138029 1726888252.72172: calling self._execute() 138029 1726888252.72223: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.72234: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.72250: variable 'omit' from source: magic vars 138029 1726888252.72386: variable 'omit' from source: magic vars 138029 1726888252.72439: variable 'omit' from source: magic vars 138029 1726888252.72487: variable 'omit' from source: magic vars 138029 1726888252.72542: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888252.72596: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888252.72628: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888252.72653: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.72678: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.72703: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888252.72732: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888252.72777: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888252.72832: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.72836: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.72941: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888252.72959: Set connection var ansible_timeout to 10 138029 1726888252.72977: Set connection var ansible_pipelining to False 138029 1726888252.72985: Set connection var ansible_shell_type to sh 138029 1726888252.72993: Set connection var ansible_connection to ssh 138029 1726888252.73004: Set connection var ansible_shell_executable to /bin/sh 138029 1726888252.73037: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.73161: variable 'ansible_connection' from source: unknown 138029 1726888252.73168: variable 'ansible_module_compression' from source: unknown 138029 1726888252.73171: variable 'ansible_shell_type' from source: unknown 138029 1726888252.73174: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.73176: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.73178: variable 'ansible_pipelining' from source: unknown 138029 1726888252.73181: variable 'ansible_timeout' from source: unknown 138029 1726888252.73183: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.73271: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888252.73294: variable 'omit' from source: magic vars 138029 1726888252.73307: starting attempt loop 138029 1726888252.73315: running the handler 138029 1726888252.73333: handler run complete 138029 1726888252.73348: attempt loop complete, returning result 138029 1726888252.73388: _execute() done 138029 1726888252.73392: dumping result to json 138029 1726888252.73394: done dumping result, returning 138029 1726888252.73397: done running TaskExecutor() for managed_node3/TASK: Clean up variable namespace [0affc8a3-6f6f-5a58-73a2-000000003af5] 138029 1726888252.73399: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003af5 138029 1726888252.73661: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000003af5 138029 1726888252.73667: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 138029 1726888252.73735: no more pending results, returning what we have 138029 1726888252.73739: results queue empty 138029 1726888252.73740: checking for any_errors_fatal 138029 1726888252.73762: done checking for any_errors_fatal 138029 1726888252.73765: checking for max_fail_percentage 138029 1726888252.73767: done checking for max_fail_percentage 138029 1726888252.73768: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.73769: done checking to see if all hosts have failed 138029 1726888252.73770: getting the remaining hosts for this loop 138029 1726888252.73771: done getting the remaining hosts for this loop 138029 1726888252.73776: getting the next task for host managed_node3 138029 1726888252.73785: done getting next task for host managed_node3 138029 1726888252.73790: ^ task is: TASK: Remove the pool created above 138029 1726888252.73792: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.73797: getting variables 138029 1726888252.73799: in VariableManager get_vars() 138029 1726888252.73839: Calling all_inventory to load vars for managed_node3 138029 1726888252.73842: Calling groups_inventory to load vars for managed_node3 138029 1726888252.73846: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.73960: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.73968: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.73972: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.74704: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.75302: done with get_vars() 138029 1726888252.75315: done getting variables TASK [Remove the pool created above] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:136 Friday 20 September 2024 23:10:52 -0400 (0:00:00.041) 0:04:25.477 ****** 138029 1726888252.75386: entering _queue_task() for managed_node3/include_role 138029 1726888252.75625: worker is 1 (out of 1 available) 138029 1726888252.75640: exiting _queue_task() for managed_node3/include_role 138029 1726888252.75652: done queuing things up, now waiting for results queue to drain 138029 1726888252.75654: waiting for pending results... 138029 1726888252.75848: running TaskExecutor() for managed_node3/TASK: Remove the pool created above 138029 1726888252.75928: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000012 138029 1726888252.75942: variable 'ansible_search_path' from source: unknown 138029 1726888252.75975: calling self._execute() 138029 1726888252.76079: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.76082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.76097: variable 'omit' from source: magic vars 138029 1726888252.76190: _execute() done 138029 1726888252.76194: dumping result to json 138029 1726888252.76198: done dumping result, returning 138029 1726888252.76203: done running TaskExecutor() for managed_node3/TASK: Remove the pool created above [0affc8a3-6f6f-5a58-73a2-000000000012] 138029 1726888252.76209: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000012 138029 1726888252.76338: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000012 138029 1726888252.76341: WORKER PROCESS EXITING 138029 1726888252.76370: no more pending results, returning what we have 138029 1726888252.76375: in VariableManager get_vars() 138029 1726888252.76415: Calling all_inventory to load vars for managed_node3 138029 1726888252.76417: Calling groups_inventory to load vars for managed_node3 138029 1726888252.76420: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.76432: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.76435: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.76438: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.76844: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.77207: done with get_vars() 138029 1726888252.77216: variable 'ansible_search_path' from source: unknown 138029 1726888252.78804: variable 'omit' from source: magic vars 138029 1726888252.78823: variable 'omit' from source: magic vars 138029 1726888252.78831: variable 'omit' from source: magic vars 138029 1726888252.78834: we have included files to process 138029 1726888252.78834: generating all_blocks data 138029 1726888252.78836: done generating all_blocks data 138029 1726888252.78838: processing included file: fedora.linux_system_roles.storage 138029 1726888252.78850: in VariableManager get_vars() 138029 1726888252.78862: done with get_vars() 138029 1726888252.78881: in VariableManager get_vars() 138029 1726888252.78890: done with get_vars() 138029 1726888252.78914: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 138029 1726888252.78933: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 138029 1726888252.79011: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 138029 1726888252.79060: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 138029 1726888252.79117: in VariableManager get_vars() 138029 1726888252.79130: done with get_vars() 138029 1726888252.79273: in VariableManager get_vars() 138029 1726888252.79286: done with get_vars() 138029 1726888252.79352: iterating over new_blocks loaded from include file 138029 1726888252.79354: in VariableManager get_vars() 138029 1726888252.79369: done with get_vars() 138029 1726888252.79370: filtering new block on tags 138029 1726888252.79405: done filtering new block on tags 138029 1726888252.79407: in VariableManager get_vars() 138029 1726888252.79414: done with get_vars() 138029 1726888252.79415: filtering new block on tags 138029 1726888252.79424: done filtering new block on tags 138029 1726888252.79425: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node3 138029 1726888252.79429: extending task lists for all hosts with included blocks 138029 1726888252.80925: done extending task lists 138029 1726888252.80926: done processing included files 138029 1726888252.80927: results queue empty 138029 1726888252.80927: checking for any_errors_fatal 138029 1726888252.80930: done checking for any_errors_fatal 138029 1726888252.80930: checking for max_fail_percentage 138029 1726888252.80931: done checking for max_fail_percentage 138029 1726888252.80931: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.80932: done checking to see if all hosts have failed 138029 1726888252.80932: getting the remaining hosts for this loop 138029 1726888252.80933: done getting the remaining hosts for this loop 138029 1726888252.80935: getting the next task for host managed_node3 138029 1726888252.80937: done getting next task for host managed_node3 138029 1726888252.80939: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888252.80941: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888252.80949: getting variables 138029 1726888252.80950: in VariableManager get_vars() 138029 1726888252.80961: Calling all_inventory to load vars for managed_node3 138029 1726888252.80962: Calling groups_inventory to load vars for managed_node3 138029 1726888252.80965: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.80970: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.80971: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.80973: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.81268: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.81610: done with get_vars() 138029 1726888252.81622: 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:10:52 -0400 (0:00:00.062) 0:04:25.540 ****** 138029 1726888252.81681: entering _queue_task() for managed_node3/include_tasks 138029 1726888252.81947: worker is 1 (out of 1 available) 138029 1726888252.81966: exiting _queue_task() for managed_node3/include_tasks 138029 1726888252.81978: done queuing things up, now waiting for results queue to drain 138029 1726888252.81980: waiting for pending results... 138029 1726888252.82173: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888252.82250: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004607 138029 1726888252.82267: variable 'ansible_search_path' from source: unknown 138029 1726888252.82270: variable 'ansible_search_path' from source: unknown 138029 1726888252.82301: calling self._execute() 138029 1726888252.82403: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.82408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.82420: variable 'omit' from source: magic vars 138029 1726888252.82508: _execute() done 138029 1726888252.82512: dumping result to json 138029 1726888252.82515: done dumping result, returning 138029 1726888252.82521: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-5a58-73a2-000000004607] 138029 1726888252.82527: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004607 138029 1726888252.82622: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004607 138029 1726888252.82624: WORKER PROCESS EXITING 138029 1726888252.82699: no more pending results, returning what we have 138029 1726888252.82704: in VariableManager get_vars() 138029 1726888252.82744: Calling all_inventory to load vars for managed_node3 138029 1726888252.82749: Calling groups_inventory to load vars for managed_node3 138029 1726888252.82752: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.82763: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.82766: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.82769: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.83424: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.83767: done with get_vars() 138029 1726888252.83776: variable 'ansible_search_path' from source: unknown 138029 1726888252.83777: variable 'ansible_search_path' from source: unknown 138029 1726888252.83801: we have included files to process 138029 1726888252.83801: generating all_blocks data 138029 1726888252.83803: done generating all_blocks data 138029 1726888252.83804: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726888252.83805: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726888252.83806: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 138029 1726888252.84125: done processing included file 138029 1726888252.84126: iterating over new_blocks loaded from include file 138029 1726888252.84127: in VariableManager get_vars() 138029 1726888252.84139: done with get_vars() 138029 1726888252.84140: filtering new block on tags 138029 1726888252.84165: done filtering new block on tags 138029 1726888252.84168: in VariableManager get_vars() 138029 1726888252.84181: done with get_vars() 138029 1726888252.84182: filtering new block on tags 138029 1726888252.84204: done filtering new block on tags 138029 1726888252.84206: 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_node3 138029 1726888252.84209: extending task lists for all hosts with included blocks 138029 1726888252.84307: done extending task lists 138029 1726888252.84308: done processing included files 138029 1726888252.84309: results queue empty 138029 1726888252.84309: checking for any_errors_fatal 138029 1726888252.84311: done checking for any_errors_fatal 138029 1726888252.84312: checking for max_fail_percentage 138029 1726888252.84312: done checking for max_fail_percentage 138029 1726888252.84313: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.84313: done checking to see if all hosts have failed 138029 1726888252.84314: getting the remaining hosts for this loop 138029 1726888252.84315: done getting the remaining hosts for this loop 138029 1726888252.84316: getting the next task for host managed_node3 138029 1726888252.84319: done getting next task for host managed_node3 138029 1726888252.84320: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 138029 1726888252.84322: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 138029 1726888252.84329: getting variables 138029 1726888252.84330: in VariableManager get_vars() 138029 1726888252.84339: Calling all_inventory to load vars for managed_node3 138029 1726888252.84340: Calling groups_inventory to load vars for managed_node3 138029 1726888252.84341: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.84344: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.84346: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.84347: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.84625: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.84964: done with get_vars() 138029 1726888252.84975: 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:10:52 -0400 (0:00:00.033) 0:04:25.573 ****** 138029 1726888252.85021: entering _queue_task() for managed_node3/setup 138029 1726888252.85276: worker is 1 (out of 1 available) 138029 1726888252.85289: exiting _queue_task() for managed_node3/setup 138029 1726888252.85302: done queuing things up, now waiting for results queue to drain 138029 1726888252.85304: waiting for pending results... 138029 1726888252.85507: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 138029 1726888252.85617: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004763 138029 1726888252.85628: variable 'ansible_search_path' from source: unknown 138029 1726888252.85632: variable 'ansible_search_path' from source: unknown 138029 1726888252.85666: calling self._execute() 138029 1726888252.85763: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.85771: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.85779: variable 'omit' from source: magic vars 138029 1726888252.86100: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888252.87661: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888252.87709: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888252.87737: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888252.87766: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888252.87788: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888252.87848: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888252.87874: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888252.87891: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888252.87916: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888252.87926: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888252.87971: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888252.87987: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888252.88005: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888252.88028: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888252.88040: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888252.88164: variable '__storage_required_facts' from source: role '' all vars 138029 1726888252.88174: variable 'ansible_facts' from source: unknown 138029 1726888252.88406: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 138029 1726888252.88409: when evaluation is False, skipping this task 138029 1726888252.88412: _execute() done 138029 1726888252.88415: dumping result to json 138029 1726888252.88418: done dumping result, returning 138029 1726888252.88423: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-5a58-73a2-000000004763] 138029 1726888252.88429: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004763 138029 1726888252.88521: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004763 138029 1726888252.88524: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 138029 1726888252.88578: no more pending results, returning what we have 138029 1726888252.88583: results queue empty 138029 1726888252.88584: checking for any_errors_fatal 138029 1726888252.88585: done checking for any_errors_fatal 138029 1726888252.88586: checking for max_fail_percentage 138029 1726888252.88588: done checking for max_fail_percentage 138029 1726888252.88589: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.88590: done checking to see if all hosts have failed 138029 1726888252.88590: getting the remaining hosts for this loop 138029 1726888252.88592: done getting the remaining hosts for this loop 138029 1726888252.88595: getting the next task for host managed_node3 138029 1726888252.88602: done getting next task for host managed_node3 138029 1726888252.88605: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888252.88609: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 138029 1726888252.88641: getting variables 138029 1726888252.88643: in VariableManager get_vars() 138029 1726888252.88690: Calling all_inventory to load vars for managed_node3 138029 1726888252.88693: Calling groups_inventory to load vars for managed_node3 138029 1726888252.88695: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.88704: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.88707: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.88710: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.89137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.89501: done with get_vars() 138029 1726888252.89513: done getting variables 138029 1726888252.89557: 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:10:52 -0400 (0:00:00.045) 0:04:25.619 ****** 138029 1726888252.89588: entering _queue_task() for managed_node3/include_vars 138029 1726888252.89810: worker is 1 (out of 1 available) 138029 1726888252.89824: exiting _queue_task() for managed_node3/include_vars 138029 1726888252.89838: done queuing things up, now waiting for results queue to drain 138029 1726888252.89840: waiting for pending results... 138029 1726888252.90043: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 138029 1726888252.90143: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004764 138029 1726888252.90154: variable 'ansible_search_path' from source: unknown 138029 1726888252.90161: variable 'ansible_search_path' from source: unknown 138029 1726888252.90395: variable 'ansible_facts' from source: unknown 138029 1726888252.90694: variable 'ansible_facts' from source: unknown 138029 1726888252.90895: variable 'ansible_facts' from source: unknown 138029 1726888252.91090: variable 'ansible_facts' from source: unknown 138029 1726888252.91211: variable 'omit' from source: magic vars 138029 1726888252.91318: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.91325: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.91334: variable 'omit' from source: magic vars 138029 1726888252.91513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888252.91704: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888252.91738: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888252.91766: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888252.91794: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888252.91851: variable '__vars_file' from source: task vars 138029 1726888252.91910: variable 'role_path' from source: magic vars 138029 1726888252.91913: variable 'item' from source: unknown 138029 1726888252.91921: Evaluated conditional (__vars_file is file): False 138029 1726888252.91924: when evaluation is False, skipping this task 138029 1726888252.91951: variable 'item' from source: unknown 138029 1726888252.92001: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 138029 1726888252.92167: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.92171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.92173: variable 'omit' from source: magic vars 138029 1726888252.92259: variable '__vars_file' from source: task vars 138029 1726888252.92317: variable 'role_path' from source: magic vars 138029 1726888252.92320: variable 'item' from source: unknown 138029 1726888252.92330: Evaluated conditional (__vars_file is file): False 138029 1726888252.92332: when evaluation is False, skipping this task 138029 1726888252.92359: variable 'item' from source: unknown 138029 1726888252.92403: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 138029 1726888252.92480: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.92483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.92486: variable 'omit' from source: magic vars 138029 1726888252.92587: variable '__vars_file' from source: task vars 138029 1726888252.92640: variable 'role_path' from source: magic vars 138029 1726888252.92644: variable 'item' from source: unknown 138029 1726888252.92652: Evaluated conditional (__vars_file is file): True 138029 1726888252.92659: variable 'omit' from source: magic vars 138029 1726888252.92702: variable 'omit' from source: magic vars 138029 1726888252.92740: variable '__vars_file' from source: task vars 138029 1726888252.92787: variable '__vars_file' from source: task vars 138029 1726888252.92839: variable 'role_path' from source: magic vars 138029 1726888252.92842: variable 'item' from source: unknown 138029 1726888252.92856: variable 'omit' from source: magic vars 138029 1726888252.92878: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888252.92899: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888252.92913: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888252.92927: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.92936: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.92951: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888252.92969: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888252.92990: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888252.92993: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.92995: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.93078: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888252.93081: Set connection var ansible_timeout to 10 138029 1726888252.93087: Set connection var ansible_pipelining to False 138029 1726888252.93089: Set connection var ansible_shell_type to sh 138029 1726888252.93091: Set connection var ansible_connection to ssh 138029 1726888252.93096: Set connection var ansible_shell_executable to /bin/sh 138029 1726888252.93113: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.93116: variable 'ansible_connection' from source: unknown 138029 1726888252.93119: variable 'ansible_module_compression' from source: unknown 138029 1726888252.93121: variable 'ansible_shell_type' from source: unknown 138029 1726888252.93123: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.93125: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.93129: variable 'ansible_pipelining' from source: unknown 138029 1726888252.93132: variable 'ansible_timeout' from source: unknown 138029 1726888252.93136: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.93217: 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) 138029 1726888252.93226: variable 'omit' from source: magic vars 138029 1726888252.93231: starting attempt loop 138029 1726888252.93233: running the handler 138029 1726888252.93312: handler run complete 138029 1726888252.93319: attempt loop complete, returning result 138029 1726888252.93329: variable 'item' from source: unknown 138029 1726888252.93376: variable 'item' from source: unknown ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 138029 1726888252.93480: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.93483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.93487: variable 'omit' from source: magic vars 138029 1726888252.93572: variable '__vars_file' from source: task vars 138029 1726888252.93625: variable 'role_path' from source: magic vars 138029 1726888252.93628: variable 'item' from source: unknown 138029 1726888252.93637: Evaluated conditional (__vars_file is file): True 138029 1726888252.93639: variable 'omit' from source: magic vars 138029 1726888252.93650: variable 'omit' from source: magic vars 138029 1726888252.93687: variable '__vars_file' from source: task vars 138029 1726888252.93731: variable '__vars_file' from source: task vars 138029 1726888252.93785: variable 'role_path' from source: magic vars 138029 1726888252.93789: variable 'item' from source: unknown 138029 1726888252.93801: variable 'omit' from source: magic vars 138029 1726888252.93817: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888252.93828: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.93830: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888252.93836: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888252.93844: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888252.93846: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.93849: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.93903: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888252.93906: Set connection var ansible_timeout to 10 138029 1726888252.93911: Set connection var ansible_pipelining to False 138029 1726888252.93914: Set connection var ansible_shell_type to sh 138029 1726888252.93916: Set connection var ansible_connection to ssh 138029 1726888252.93921: Set connection var ansible_shell_executable to /bin/sh 138029 1726888252.93939: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.93942: variable 'ansible_connection' from source: unknown 138029 1726888252.93944: variable 'ansible_module_compression' from source: unknown 138029 1726888252.93947: variable 'ansible_shell_type' from source: unknown 138029 1726888252.93949: variable 'ansible_shell_executable' from source: unknown 138029 1726888252.93951: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.93957: variable 'ansible_pipelining' from source: unknown 138029 1726888252.93959: variable 'ansible_timeout' from source: unknown 138029 1726888252.93966: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.94021: 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) 138029 1726888252.94029: variable 'omit' from source: magic vars 138029 1726888252.94032: starting attempt loop 138029 1726888252.94036: running the handler 138029 1726888252.94077: handler run complete 138029 1726888252.94082: attempt loop complete, returning result 138029 1726888252.94093: variable 'item' from source: unknown 138029 1726888252.94137: variable 'item' from source: unknown ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 138029 1726888252.94222: dumping result to json 138029 1726888252.94225: done dumping result, returning 138029 1726888252.94228: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-5a58-73a2-000000004764] 138029 1726888252.94230: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004764 138029 1726888252.94278: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004764 138029 1726888252.94281: WORKER PROCESS EXITING 138029 1726888252.94345: no more pending results, returning what we have 138029 1726888252.94348: results queue empty 138029 1726888252.94349: checking for any_errors_fatal 138029 1726888252.94360: done checking for any_errors_fatal 138029 1726888252.94361: checking for max_fail_percentage 138029 1726888252.94363: done checking for max_fail_percentage 138029 1726888252.94363: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.94364: done checking to see if all hosts have failed 138029 1726888252.94365: getting the remaining hosts for this loop 138029 1726888252.94367: done getting the remaining hosts for this loop 138029 1726888252.94370: getting the next task for host managed_node3 138029 1726888252.94377: done getting next task for host managed_node3 138029 1726888252.94380: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 138029 1726888252.94384: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 138029 1726888252.94398: getting variables 138029 1726888252.94399: in VariableManager get_vars() 138029 1726888252.94433: Calling all_inventory to load vars for managed_node3 138029 1726888252.94436: Calling groups_inventory to load vars for managed_node3 138029 1726888252.94438: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.94447: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.94450: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.94452: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.94868: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.95227: done with get_vars() 138029 1726888252.95242: 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:10:52 -0400 (0:00:00.057) 0:04:25.676 ****** 138029 1726888252.95308: entering _queue_task() for managed_node3/stat 138029 1726888252.95548: worker is 1 (out of 1 available) 138029 1726888252.95565: exiting _queue_task() for managed_node3/stat 138029 1726888252.95577: done queuing things up, now waiting for results queue to drain 138029 1726888252.95579: waiting for pending results... 138029 1726888252.95767: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree 138029 1726888252.95872: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004766 138029 1726888252.95884: variable 'ansible_search_path' from source: unknown 138029 1726888252.95889: variable 'ansible_search_path' from source: unknown 138029 1726888252.95919: calling self._execute() 138029 1726888252.96010: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.96014: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.96025: variable 'omit' from source: magic vars 138029 1726888252.96308: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888252.96523: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888252.96557: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888252.96586: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888252.96614: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888252.96678: 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) 138029 1726888252.96698: 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) 138029 1726888252.96715: 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) 138029 1726888252.96732: 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) 138029 1726888252.96826: variable '__storage_is_ostree' from source: set_fact 138029 1726888252.96833: Evaluated conditional (not __storage_is_ostree is defined): False 138029 1726888252.96836: when evaluation is False, skipping this task 138029 1726888252.96839: _execute() done 138029 1726888252.96841: dumping result to json 138029 1726888252.96844: done dumping result, returning 138029 1726888252.96851: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-5a58-73a2-000000004766] 138029 1726888252.96858: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004766 138029 1726888252.96948: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004766 138029 1726888252.96951: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 138029 1726888252.97005: no more pending results, returning what we have 138029 1726888252.97009: results queue empty 138029 1726888252.97010: checking for any_errors_fatal 138029 1726888252.97030: done checking for any_errors_fatal 138029 1726888252.97031: checking for max_fail_percentage 138029 1726888252.97032: done checking for max_fail_percentage 138029 1726888252.97033: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.97034: done checking to see if all hosts have failed 138029 1726888252.97035: getting the remaining hosts for this loop 138029 1726888252.97037: done getting the remaining hosts for this loop 138029 1726888252.97040: getting the next task for host managed_node3 138029 1726888252.97046: done getting next task for host managed_node3 138029 1726888252.97050: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 138029 1726888252.97053: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 138029 1726888252.97087: getting variables 138029 1726888252.97088: in VariableManager get_vars() 138029 1726888252.97121: Calling all_inventory to load vars for managed_node3 138029 1726888252.97124: Calling groups_inventory to load vars for managed_node3 138029 1726888252.97126: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.97134: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.97136: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.97138: Calling groups_plugins_play to load vars for managed_node3 138029 1726888252.97511: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888252.97873: done with get_vars() 138029 1726888252.97885: done getting variables 138029 1726888252.97923: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:52 -0400 (0:00:00.026) 0:04:25.703 ****** 138029 1726888252.97950: entering _queue_task() for managed_node3/set_fact 138029 1726888252.98184: worker is 1 (out of 1 available) 138029 1726888252.98198: exiting _queue_task() for managed_node3/set_fact 138029 1726888252.98211: done queuing things up, now waiting for results queue to drain 138029 1726888252.98212: waiting for pending results... 138029 1726888252.98406: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 138029 1726888252.98508: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004767 138029 1726888252.98520: variable 'ansible_search_path' from source: unknown 138029 1726888252.98523: variable 'ansible_search_path' from source: unknown 138029 1726888252.98552: calling self._execute() 138029 1726888252.98653: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888252.98658: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888252.98673: variable 'omit' from source: magic vars 138029 1726888252.98951: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888252.99166: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888252.99202: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888252.99231: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888252.99259: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888252.99324: 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) 138029 1726888252.99346: 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) 138029 1726888252.99370: 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) 138029 1726888252.99387: 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) 138029 1726888252.99482: variable '__storage_is_ostree' from source: set_fact 138029 1726888252.99489: Evaluated conditional (not __storage_is_ostree is defined): False 138029 1726888252.99492: when evaluation is False, skipping this task 138029 1726888252.99495: _execute() done 138029 1726888252.99497: dumping result to json 138029 1726888252.99501: done dumping result, returning 138029 1726888252.99508: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-5a58-73a2-000000004767] 138029 1726888252.99513: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004767 138029 1726888252.99604: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004767 138029 1726888252.99607: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 138029 1726888252.99651: no more pending results, returning what we have 138029 1726888252.99654: results queue empty 138029 1726888252.99657: checking for any_errors_fatal 138029 1726888252.99668: done checking for any_errors_fatal 138029 1726888252.99668: checking for max_fail_percentage 138029 1726888252.99670: done checking for max_fail_percentage 138029 1726888252.99671: checking to see if all hosts have failed and the running result is not ok 138029 1726888252.99672: done checking to see if all hosts have failed 138029 1726888252.99673: getting the remaining hosts for this loop 138029 1726888252.99675: done getting the remaining hosts for this loop 138029 1726888252.99679: getting the next task for host managed_node3 138029 1726888252.99687: done getting next task for host managed_node3 138029 1726888252.99691: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 138029 1726888252.99694: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888252.99725: getting variables 138029 1726888252.99726: in VariableManager get_vars() 138029 1726888252.99767: Calling all_inventory to load vars for managed_node3 138029 1726888252.99770: Calling groups_inventory to load vars for managed_node3 138029 1726888252.99772: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888252.99781: Calling all_plugins_play to load vars for managed_node3 138029 1726888252.99784: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888252.99787: Calling groups_plugins_play to load vars for managed_node3 138029 1726888253.00374: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888253.00721: done with get_vars() 138029 1726888253.00732: done getting variables 138029 1726888253.00776: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:53 -0400 (0:00:00.028) 0:04:25.731 ****** 138029 1726888253.00798: entering _queue_task() for managed_node3/set_fact 138029 1726888253.01025: worker is 1 (out of 1 available) 138029 1726888253.01040: exiting _queue_task() for managed_node3/set_fact 138029 1726888253.01053: done queuing things up, now waiting for results queue to drain 138029 1726888253.01057: waiting for pending results... 138029 1726888253.01248: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 138029 1726888253.01350: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004608 138029 1726888253.01364: variable 'ansible_search_path' from source: unknown 138029 1726888253.01368: variable 'ansible_search_path' from source: unknown 138029 1726888253.01400: calling self._execute() 138029 1726888253.01493: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.01504: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.01509: variable 'omit' from source: magic vars 138029 1726888253.01593: variable 'omit' from source: magic vars 138029 1726888253.01636: variable 'omit' from source: magic vars 138029 1726888253.01664: variable 'omit' from source: magic vars 138029 1726888253.01699: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888253.01729: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888253.01745: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888253.01763: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888253.01775: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888253.01789: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888253.01804: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888253.01829: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888253.01832: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.01834: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.01920: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888253.01924: Set connection var ansible_timeout to 10 138029 1726888253.01932: Set connection var ansible_pipelining to False 138029 1726888253.01934: Set connection var ansible_shell_type to sh 138029 1726888253.01937: Set connection var ansible_connection to ssh 138029 1726888253.01939: Set connection var ansible_shell_executable to /bin/sh 138029 1726888253.01964: variable 'ansible_shell_executable' from source: unknown 138029 1726888253.01969: variable 'ansible_connection' from source: unknown 138029 1726888253.01972: variable 'ansible_module_compression' from source: unknown 138029 1726888253.01974: variable 'ansible_shell_type' from source: unknown 138029 1726888253.01977: variable 'ansible_shell_executable' from source: unknown 138029 1726888253.01979: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.01984: variable 'ansible_pipelining' from source: unknown 138029 1726888253.01987: variable 'ansible_timeout' from source: unknown 138029 1726888253.01989: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.02098: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888253.02107: variable 'omit' from source: magic vars 138029 1726888253.02112: starting attempt loop 138029 1726888253.02115: running the handler 138029 1726888253.02124: handler run complete 138029 1726888253.02131: attempt loop complete, returning result 138029 1726888253.02134: _execute() done 138029 1726888253.02137: dumping result to json 138029 1726888253.02140: done dumping result, returning 138029 1726888253.02147: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-5a58-73a2-000000004608] 138029 1726888253.02152: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004608 138029 1726888253.02239: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004608 138029 1726888253.02242: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 138029 1726888253.02346: no more pending results, returning what we have 138029 1726888253.02348: results queue empty 138029 1726888253.02350: checking for any_errors_fatal 138029 1726888253.02357: done checking for any_errors_fatal 138029 1726888253.02358: checking for max_fail_percentage 138029 1726888253.02360: done checking for max_fail_percentage 138029 1726888253.02360: checking to see if all hosts have failed and the running result is not ok 138029 1726888253.02361: done checking to see if all hosts have failed 138029 1726888253.02362: getting the remaining hosts for this loop 138029 1726888253.02363: done getting the remaining hosts for this loop 138029 1726888253.02366: getting the next task for host managed_node3 138029 1726888253.02371: done getting next task for host managed_node3 138029 1726888253.02376: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 138029 1726888253.02379: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888253.02391: getting variables 138029 1726888253.02392: in VariableManager get_vars() 138029 1726888253.02421: Calling all_inventory to load vars for managed_node3 138029 1726888253.02423: Calling groups_inventory to load vars for managed_node3 138029 1726888253.02425: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888253.02433: Calling all_plugins_play to load vars for managed_node3 138029 1726888253.02435: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888253.02437: Calling groups_plugins_play to load vars for managed_node3 138029 1726888253.02794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888253.03147: done with get_vars() 138029 1726888253.03160: done getting variables 138029 1726888253.03197: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:53 -0400 (0:00:00.024) 0:04:25.755 ****** 138029 1726888253.03220: entering _queue_task() for managed_node3/set_fact 138029 1726888253.03423: worker is 1 (out of 1 available) 138029 1726888253.03436: exiting _queue_task() for managed_node3/set_fact 138029 1726888253.03447: done queuing things up, now waiting for results queue to drain 138029 1726888253.03449: waiting for pending results... 138029 1726888253.03632: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 138029 1726888253.03715: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004609 138029 1726888253.03725: variable 'ansible_search_path' from source: unknown 138029 1726888253.03729: variable 'ansible_search_path' from source: unknown 138029 1726888253.03754: calling self._execute() 138029 1726888253.03843: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.03847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.03858: variable 'omit' from source: magic vars 138029 1726888253.03937: variable 'omit' from source: magic vars 138029 1726888253.03981: variable 'omit' from source: magic vars 138029 1726888253.04011: variable 'omit' from source: magic vars 138029 1726888253.04042: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888253.04073: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888253.04091: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888253.04106: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888253.04117: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888253.04131: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888253.04145: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888253.04171: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888253.04175: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.04179: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.04263: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888253.04270: Set connection var ansible_timeout to 10 138029 1726888253.04275: Set connection var ansible_pipelining to False 138029 1726888253.04277: Set connection var ansible_shell_type to sh 138029 1726888253.04280: Set connection var ansible_connection to ssh 138029 1726888253.04285: Set connection var ansible_shell_executable to /bin/sh 138029 1726888253.04304: variable 'ansible_shell_executable' from source: unknown 138029 1726888253.04307: variable 'ansible_connection' from source: unknown 138029 1726888253.04310: variable 'ansible_module_compression' from source: unknown 138029 1726888253.04312: variable 'ansible_shell_type' from source: unknown 138029 1726888253.04316: variable 'ansible_shell_executable' from source: unknown 138029 1726888253.04318: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.04321: variable 'ansible_pipelining' from source: unknown 138029 1726888253.04324: variable 'ansible_timeout' from source: unknown 138029 1726888253.04327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.04426: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888253.04442: variable 'omit' from source: magic vars 138029 1726888253.04449: starting attempt loop 138029 1726888253.04452: running the handler 138029 1726888253.04454: handler run complete 138029 1726888253.04463: attempt loop complete, returning result 138029 1726888253.04465: _execute() done 138029 1726888253.04471: dumping result to json 138029 1726888253.04474: done dumping result, returning 138029 1726888253.04482: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-5a58-73a2-000000004609] 138029 1726888253.04487: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004609 ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 138029 1726888253.04643: no more pending results, returning what we have 138029 1726888253.04645: results queue empty 138029 1726888253.04647: checking for any_errors_fatal 138029 1726888253.04654: done checking for any_errors_fatal 138029 1726888253.04654: checking for max_fail_percentage 138029 1726888253.04658: done checking for max_fail_percentage 138029 1726888253.04659: checking to see if all hosts have failed and the running result is not ok 138029 1726888253.04659: done checking to see if all hosts have failed 138029 1726888253.04660: getting the remaining hosts for this loop 138029 1726888253.04662: done getting the remaining hosts for this loop 138029 1726888253.04666: getting the next task for host managed_node3 138029 1726888253.04670: done getting next task for host managed_node3 138029 1726888253.04674: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 138029 1726888253.04676: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 138029 1726888253.04687: getting variables 138029 1726888253.04688: in VariableManager get_vars() 138029 1726888253.04716: Calling all_inventory to load vars for managed_node3 138029 1726888253.04718: Calling groups_inventory to load vars for managed_node3 138029 1726888253.04721: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888253.04728: Calling all_plugins_play to load vars for managed_node3 138029 1726888253.04730: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888253.04732: Calling groups_plugins_play to load vars for managed_node3 138029 1726888253.05096: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004609 138029 1726888253.05100: WORKER PROCESS EXITING 138029 1726888253.05110: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888253.05468: done with get_vars() 138029 1726888253.05478: 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:10:53 -0400 (0:00:00.023) 0:04:25.778 ****** 138029 1726888253.05539: entering _queue_task() for managed_node3/include_tasks 138029 1726888253.05730: worker is 1 (out of 1 available) 138029 1726888253.05744: exiting _queue_task() for managed_node3/include_tasks 138029 1726888253.05760: done queuing things up, now waiting for results queue to drain 138029 1726888253.05761: waiting for pending results... 138029 1726888253.05948: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 138029 1726888253.06040: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000460a 138029 1726888253.06052: variable 'ansible_search_path' from source: unknown 138029 1726888253.06057: variable 'ansible_search_path' from source: unknown 138029 1726888253.06086: calling self._execute() 138029 1726888253.06174: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.06178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.06187: variable 'omit' from source: magic vars 138029 1726888253.06433: variable 'storage_provider' from source: role '' defaults 138029 1726888253.06442: _execute() done 138029 1726888253.06445: dumping result to json 138029 1726888253.06447: done dumping result, returning 138029 1726888253.06462: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-5a58-73a2-00000000460a] 138029 1726888253.06467: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000460a 138029 1726888253.06561: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000460a 138029 1726888253.06567: WORKER PROCESS EXITING 138029 1726888253.06618: no more pending results, returning what we have 138029 1726888253.06622: in VariableManager get_vars() 138029 1726888253.06667: Calling all_inventory to load vars for managed_node3 138029 1726888253.06670: Calling groups_inventory to load vars for managed_node3 138029 1726888253.06672: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888253.06681: Calling all_plugins_play to load vars for managed_node3 138029 1726888253.06683: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888253.06686: Calling groups_plugins_play to load vars for managed_node3 138029 1726888253.07051: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888253.07404: done with get_vars() 138029 1726888253.07413: variable 'ansible_search_path' from source: unknown 138029 1726888253.07414: variable 'ansible_search_path' from source: unknown 138029 1726888253.07435: we have included files to process 138029 1726888253.07436: generating all_blocks data 138029 1726888253.07438: done generating all_blocks data 138029 1726888253.07441: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726888253.07442: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726888253.07443: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 138029 1726888253.07980: in VariableManager get_vars() 138029 1726888253.07998: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 138029 1726888253.09149: done processing included file 138029 1726888253.09151: iterating over new_blocks loaded from include file 138029 1726888253.09152: in VariableManager get_vars() 138029 1726888253.09171: done with get_vars() 138029 1726888253.09172: filtering new block on tags 138029 1726888253.09234: done filtering new block on tags 138029 1726888253.09247: in VariableManager get_vars() 138029 1726888253.09263: done with get_vars() 138029 1726888253.09266: filtering new block on tags 138029 1726888253.09316: done filtering new block on tags 138029 1726888253.09318: in VariableManager get_vars() 138029 1726888253.09329: done with get_vars() 138029 1726888253.09330: filtering new block on tags 138029 1726888253.09408: done filtering new block on tags 138029 1726888253.09410: 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_node3 138029 1726888253.09414: extending task lists for all hosts with included blocks 138029 1726888253.09685: done extending task lists 138029 1726888253.09686: done processing included files 138029 1726888253.09686: results queue empty 138029 1726888253.09687: checking for any_errors_fatal 138029 1726888253.09690: done checking for any_errors_fatal 138029 1726888253.09691: checking for max_fail_percentage 138029 1726888253.09692: done checking for max_fail_percentage 138029 1726888253.09692: checking to see if all hosts have failed and the running result is not ok 138029 1726888253.09693: done checking to see if all hosts have failed 138029 1726888253.09693: getting the remaining hosts for this loop 138029 1726888253.09694: done getting the remaining hosts for this loop 138029 1726888253.09696: getting the next task for host managed_node3 138029 1726888253.09699: done getting next task for host managed_node3 138029 1726888253.09700: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 138029 1726888253.09703: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888253.09710: getting variables 138029 1726888253.09710: in VariableManager get_vars() 138029 1726888253.09719: Calling all_inventory to load vars for managed_node3 138029 1726888253.09720: Calling groups_inventory to load vars for managed_node3 138029 1726888253.09722: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888253.09725: Calling all_plugins_play to load vars for managed_node3 138029 1726888253.09726: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888253.09728: Calling groups_plugins_play to load vars for managed_node3 138029 1726888253.10001: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888253.10512: done with get_vars() 138029 1726888253.10522: done getting variables 138029 1726888253.10549: 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:10:53 -0400 (0:00:00.050) 0:04:25.829 ****** 138029 1726888253.10576: entering _queue_task() for managed_node3/package 138029 1726888253.10820: worker is 1 (out of 1 available) 138029 1726888253.10832: exiting _queue_task() for managed_node3/package 138029 1726888253.10845: done queuing things up, now waiting for results queue to drain 138029 1726888253.10847: waiting for pending results... 138029 1726888253.11046: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 138029 1726888253.11167: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000479c 138029 1726888253.11179: variable 'ansible_search_path' from source: unknown 138029 1726888253.11184: variable 'ansible_search_path' from source: unknown 138029 1726888253.11211: calling self._execute() 138029 1726888253.11304: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.11308: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.11315: variable 'omit' from source: magic vars 138029 1726888253.11602: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888253.11818: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888253.11852: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888253.11882: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888253.11907: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888253.11970: 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) 138029 1726888253.11988: 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) 138029 1726888253.12006: 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) 138029 1726888253.12023: 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) 138029 1726888253.12139: variable 'storage_skip_checks' from source: set_fact 138029 1726888253.12153: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 138029 1726888253.12159: when evaluation is False, skipping this task 138029 1726888253.12162: _execute() done 138029 1726888253.12168: dumping result to json 138029 1726888253.12171: done dumping result, returning 138029 1726888253.12175: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-5a58-73a2-00000000479c] 138029 1726888253.12177: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000479c 138029 1726888253.12273: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000479c 138029 1726888253.12276: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888253.12334: no more pending results, returning what we have 138029 1726888253.12338: results queue empty 138029 1726888253.12339: checking for any_errors_fatal 138029 1726888253.12341: done checking for any_errors_fatal 138029 1726888253.12341: checking for max_fail_percentage 138029 1726888253.12343: done checking for max_fail_percentage 138029 1726888253.12344: checking to see if all hosts have failed and the running result is not ok 138029 1726888253.12345: done checking to see if all hosts have failed 138029 1726888253.12345: getting the remaining hosts for this loop 138029 1726888253.12347: done getting the remaining hosts for this loop 138029 1726888253.12350: getting the next task for host managed_node3 138029 1726888253.12358: done getting next task for host managed_node3 138029 1726888253.12361: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 138029 1726888253.12367: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888253.12393: getting variables 138029 1726888253.12394: in VariableManager get_vars() 138029 1726888253.12429: Calling all_inventory to load vars for managed_node3 138029 1726888253.12432: Calling groups_inventory to load vars for managed_node3 138029 1726888253.12434: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888253.12443: Calling all_plugins_play to load vars for managed_node3 138029 1726888253.12446: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888253.12448: Calling groups_plugins_play to load vars for managed_node3 138029 1726888253.12843: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888253.13214: done with get_vars() 138029 1726888253.13226: done getting variables 138029 1726888253.13267: 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:10:53 -0400 (0:00:00.027) 0:04:25.856 ****** 138029 1726888253.13290: entering _queue_task() for managed_node3/debug 138029 1726888253.13501: worker is 1 (out of 1 available) 138029 1726888253.13514: exiting _queue_task() for managed_node3/debug 138029 1726888253.13526: done queuing things up, now waiting for results queue to drain 138029 1726888253.13528: waiting for pending results... 138029 1726888253.13716: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools 138029 1726888253.13815: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000479d 138029 1726888253.13827: variable 'ansible_search_path' from source: unknown 138029 1726888253.13831: variable 'ansible_search_path' from source: unknown 138029 1726888253.13859: calling self._execute() 138029 1726888253.13944: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.13948: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.13958: variable 'omit' from source: magic vars 138029 1726888253.14040: variable 'omit' from source: magic vars 138029 1726888253.14087: variable 'omit' from source: magic vars 138029 1726888253.14114: variable 'omit' from source: magic vars 138029 1726888253.14145: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888253.14177: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888253.14208: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888253.14212: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888253.14218: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888253.14233: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888253.14245: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888253.14270: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888253.14273: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.14276: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.14362: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888253.14369: Set connection var ansible_timeout to 10 138029 1726888253.14371: Set connection var ansible_pipelining to False 138029 1726888253.14374: Set connection var ansible_shell_type to sh 138029 1726888253.14376: Set connection var ansible_connection to ssh 138029 1726888253.14383: Set connection var ansible_shell_executable to /bin/sh 138029 1726888253.14403: variable 'ansible_shell_executable' from source: unknown 138029 1726888253.14406: variable 'ansible_connection' from source: unknown 138029 1726888253.14409: variable 'ansible_module_compression' from source: unknown 138029 1726888253.14411: variable 'ansible_shell_type' from source: unknown 138029 1726888253.14413: variable 'ansible_shell_executable' from source: unknown 138029 1726888253.14417: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.14419: variable 'ansible_pipelining' from source: unknown 138029 1726888253.14421: variable 'ansible_timeout' from source: unknown 138029 1726888253.14423: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.14527: 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) 138029 1726888253.14542: variable 'omit' from source: magic vars 138029 1726888253.14545: starting attempt loop 138029 1726888253.14548: running the handler 138029 1726888253.14584: variable 'storage_pools' from source: include params 138029 1726888253.14723: variable 'storage_pools' from source: include params 138029 1726888253.14732: variable 'unused_disks' from source: set_fact 138029 1726888253.14786: variable 'unused_disks' from source: set_fact 138029 1726888253.14857: handler run complete 138029 1726888253.14874: attempt loop complete, returning result 138029 1726888253.14877: _execute() done 138029 1726888253.14880: dumping result to json 138029 1726888253.14882: done dumping result, returning 138029 1726888253.14889: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-5a58-73a2-00000000479d] 138029 1726888253.14894: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000479d 138029 1726888253.14985: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000479d 138029 1726888253.14988: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "state": "absent", "type": "lvm" } ] } 138029 1726888253.15073: no more pending results, returning what we have 138029 1726888253.15076: results queue empty 138029 1726888253.15077: checking for any_errors_fatal 138029 1726888253.15084: done checking for any_errors_fatal 138029 1726888253.15085: checking for max_fail_percentage 138029 1726888253.15086: done checking for max_fail_percentage 138029 1726888253.15087: checking to see if all hosts have failed and the running result is not ok 138029 1726888253.15088: done checking to see if all hosts have failed 138029 1726888253.15089: getting the remaining hosts for this loop 138029 1726888253.15090: done getting the remaining hosts for this loop 138029 1726888253.15093: getting the next task for host managed_node3 138029 1726888253.15098: done getting next task for host managed_node3 138029 1726888253.15101: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 138029 1726888253.15104: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888253.15115: getting variables 138029 1726888253.15116: in VariableManager get_vars() 138029 1726888253.15144: Calling all_inventory to load vars for managed_node3 138029 1726888253.15147: Calling groups_inventory to load vars for managed_node3 138029 1726888253.15149: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888253.15165: Calling all_plugins_play to load vars for managed_node3 138029 1726888253.15169: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888253.15173: Calling groups_plugins_play to load vars for managed_node3 138029 1726888253.15545: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888253.15903: done with get_vars() 138029 1726888253.15914: done getting variables 138029 1726888253.15953: 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:10:53 -0400 (0:00:00.026) 0:04:25.883 ****** 138029 1726888253.15984: entering _queue_task() for managed_node3/debug 138029 1726888253.16196: worker is 1 (out of 1 available) 138029 1726888253.16210: exiting _queue_task() for managed_node3/debug 138029 1726888253.16222: done queuing things up, now waiting for results queue to drain 138029 1726888253.16223: waiting for pending results... 138029 1726888253.16413: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes 138029 1726888253.16520: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000479e 138029 1726888253.16530: variable 'ansible_search_path' from source: unknown 138029 1726888253.16533: variable 'ansible_search_path' from source: unknown 138029 1726888253.16565: calling self._execute() 138029 1726888253.16650: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.16653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.16667: variable 'omit' from source: magic vars 138029 1726888253.16746: variable 'omit' from source: magic vars 138029 1726888253.16793: variable 'omit' from source: magic vars 138029 1726888253.16817: variable 'omit' from source: magic vars 138029 1726888253.16848: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888253.16878: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888253.16894: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888253.16913: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888253.16921: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888253.16934: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888253.16946: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888253.16974: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888253.16977: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.16979: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.17063: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888253.17069: Set connection var ansible_timeout to 10 138029 1726888253.17071: Set connection var ansible_pipelining to False 138029 1726888253.17074: Set connection var ansible_shell_type to sh 138029 1726888253.17076: Set connection var ansible_connection to ssh 138029 1726888253.17082: Set connection var ansible_shell_executable to /bin/sh 138029 1726888253.17102: variable 'ansible_shell_executable' from source: unknown 138029 1726888253.17105: variable 'ansible_connection' from source: unknown 138029 1726888253.17108: variable 'ansible_module_compression' from source: unknown 138029 1726888253.17110: variable 'ansible_shell_type' from source: unknown 138029 1726888253.17113: variable 'ansible_shell_executable' from source: unknown 138029 1726888253.17115: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.17117: variable 'ansible_pipelining' from source: unknown 138029 1726888253.17121: variable 'ansible_timeout' from source: unknown 138029 1726888253.17123: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.17228: 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) 138029 1726888253.17241: variable 'omit' from source: magic vars 138029 1726888253.17244: starting attempt loop 138029 1726888253.17246: running the handler 138029 1726888253.17429: handler run complete 138029 1726888253.17444: attempt loop complete, returning result 138029 1726888253.17447: _execute() done 138029 1726888253.17456: dumping result to json 138029 1726888253.17459: done dumping result, returning 138029 1726888253.17462: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-5a58-73a2-00000000479e] 138029 1726888253.17467: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000479e 138029 1726888253.17550: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000479e 138029 1726888253.17553: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 138029 1726888253.17638: no more pending results, returning what we have 138029 1726888253.17641: results queue empty 138029 1726888253.17642: checking for any_errors_fatal 138029 1726888253.17650: done checking for any_errors_fatal 138029 1726888253.17651: checking for max_fail_percentage 138029 1726888253.17652: done checking for max_fail_percentage 138029 1726888253.17653: checking to see if all hosts have failed and the running result is not ok 138029 1726888253.17654: done checking to see if all hosts have failed 138029 1726888253.17654: getting the remaining hosts for this loop 138029 1726888253.17658: done getting the remaining hosts for this loop 138029 1726888253.17661: getting the next task for host managed_node3 138029 1726888253.17669: done getting next task for host managed_node3 138029 1726888253.17672: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 138029 1726888253.17675: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888253.17686: getting variables 138029 1726888253.17687: in VariableManager get_vars() 138029 1726888253.17715: Calling all_inventory to load vars for managed_node3 138029 1726888253.17718: Calling groups_inventory to load vars for managed_node3 138029 1726888253.17720: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888253.17727: Calling all_plugins_play to load vars for managed_node3 138029 1726888253.17729: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888253.17732: Calling groups_plugins_play to load vars for managed_node3 138029 1726888253.18081: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888253.18434: done with get_vars() 138029 1726888253.18445: 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:10:53 -0400 (0:00:00.025) 0:04:25.908 ****** 138029 1726888253.18506: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888253.18721: worker is 1 (out of 1 available) 138029 1726888253.18734: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888253.18747: done queuing things up, now waiting for results queue to drain 138029 1726888253.18749: waiting for pending results... 138029 1726888253.18937: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages 138029 1726888253.19026: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000479f 138029 1726888253.19039: variable 'ansible_search_path' from source: unknown 138029 1726888253.19042: variable 'ansible_search_path' from source: unknown 138029 1726888253.19071: calling self._execute() 138029 1726888253.19166: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.19170: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.19177: variable 'omit' from source: magic vars 138029 1726888253.19481: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888253.19695: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888253.19733: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888253.19760: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888253.19786: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888253.19846: 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) 138029 1726888253.19869: 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) 138029 1726888253.19886: 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) 138029 1726888253.19903: 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) 138029 1726888253.20009: variable 'storage_skip_checks' from source: set_fact 138029 1726888253.20025: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 138029 1726888253.20028: when evaluation is False, skipping this task 138029 1726888253.20031: _execute() done 138029 1726888253.20033: dumping result to json 138029 1726888253.20036: done dumping result, returning 138029 1726888253.20042: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-5a58-73a2-00000000479f] 138029 1726888253.20047: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000479f 138029 1726888253.20146: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000479f 138029 1726888253.20149: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888253.20207: no more pending results, returning what we have 138029 1726888253.20210: results queue empty 138029 1726888253.20211: checking for any_errors_fatal 138029 1726888253.20220: done checking for any_errors_fatal 138029 1726888253.20221: checking for max_fail_percentage 138029 1726888253.20223: done checking for max_fail_percentage 138029 1726888253.20224: checking to see if all hosts have failed and the running result is not ok 138029 1726888253.20225: done checking to see if all hosts have failed 138029 1726888253.20225: getting the remaining hosts for this loop 138029 1726888253.20227: done getting the remaining hosts for this loop 138029 1726888253.20230: getting the next task for host managed_node3 138029 1726888253.20235: done getting next task for host managed_node3 138029 1726888253.20239: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 138029 1726888253.20243: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888253.20270: getting variables 138029 1726888253.20272: in VariableManager get_vars() 138029 1726888253.20301: Calling all_inventory to load vars for managed_node3 138029 1726888253.20304: Calling groups_inventory to load vars for managed_node3 138029 1726888253.20306: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888253.20313: Calling all_plugins_play to load vars for managed_node3 138029 1726888253.20315: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888253.20318: Calling groups_plugins_play to load vars for managed_node3 138029 1726888253.20668: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888253.21016: done with get_vars() 138029 1726888253.21027: 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:10:53 -0400 (0:00:00.025) 0:04:25.934 ****** 138029 1726888253.21091: entering _queue_task() for managed_node3/include_tasks 138029 1726888253.21291: worker is 1 (out of 1 available) 138029 1726888253.21303: exiting _queue_task() for managed_node3/include_tasks 138029 1726888253.21314: done queuing things up, now waiting for results queue to drain 138029 1726888253.21315: waiting for pending results... 138029 1726888253.21519: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 138029 1726888253.21624: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047a0 138029 1726888253.21636: variable 'ansible_search_path' from source: unknown 138029 1726888253.21639: variable 'ansible_search_path' from source: unknown 138029 1726888253.21674: calling self._execute() 138029 1726888253.21762: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.21771: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.21782: variable 'omit' from source: magic vars 138029 1726888253.22080: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888253.22299: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888253.22333: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888253.22359: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888253.22385: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888253.22447: 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) 138029 1726888253.22467: 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) 138029 1726888253.22487: 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) 138029 1726888253.22504: 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) 138029 1726888253.22612: variable 'storage_skip_checks' from source: set_fact 138029 1726888253.22629: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 138029 1726888253.22632: when evaluation is False, skipping this task 138029 1726888253.22635: _execute() done 138029 1726888253.22637: dumping result to json 138029 1726888253.22640: done dumping result, returning 138029 1726888253.22645: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-5a58-73a2-0000000047a0] 138029 1726888253.22657: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a0 138029 1726888253.22748: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a0 138029 1726888253.22751: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888253.22798: no more pending results, returning what we have 138029 1726888253.22803: results queue empty 138029 1726888253.22804: checking for any_errors_fatal 138029 1726888253.22816: done checking for any_errors_fatal 138029 1726888253.22817: checking for max_fail_percentage 138029 1726888253.22818: done checking for max_fail_percentage 138029 1726888253.22819: checking to see if all hosts have failed and the running result is not ok 138029 1726888253.22821: done checking to see if all hosts have failed 138029 1726888253.22821: getting the remaining hosts for this loop 138029 1726888253.22823: done getting the remaining hosts for this loop 138029 1726888253.22827: getting the next task for host managed_node3 138029 1726888253.22832: done getting next task for host managed_node3 138029 1726888253.22835: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 138029 1726888253.22838: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888253.22864: getting variables 138029 1726888253.22866: in VariableManager get_vars() 138029 1726888253.22901: Calling all_inventory to load vars for managed_node3 138029 1726888253.22904: Calling groups_inventory to load vars for managed_node3 138029 1726888253.22906: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888253.22914: Calling all_plugins_play to load vars for managed_node3 138029 1726888253.22917: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888253.22920: Calling groups_plugins_play to load vars for managed_node3 138029 1726888253.23291: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888253.23640: done with get_vars() 138029 1726888253.23652: done getting variables 138029 1726888253.23692: 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:10:53 -0400 (0:00:00.026) 0:04:25.960 ****** 138029 1726888253.23718: entering _queue_task() for managed_node3/package 138029 1726888253.23930: worker is 1 (out of 1 available) 138029 1726888253.23942: exiting _queue_task() for managed_node3/package 138029 1726888253.23954: done queuing things up, now waiting for results queue to drain 138029 1726888253.23957: waiting for pending results... 138029 1726888253.24145: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 138029 1726888253.24241: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047a1 138029 1726888253.24252: variable 'ansible_search_path' from source: unknown 138029 1726888253.24257: variable 'ansible_search_path' from source: unknown 138029 1726888253.24289: calling self._execute() 138029 1726888253.24381: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.24385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.24394: variable 'omit' from source: magic vars 138029 1726888253.24691: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888253.24903: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888253.24935: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888253.24963: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888253.24992: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888253.25051: 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) 138029 1726888253.25075: 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) 138029 1726888253.25093: 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) 138029 1726888253.25110: 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) 138029 1726888253.25218: variable 'storage_skip_checks' from source: set_fact 138029 1726888253.25234: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 138029 1726888253.25237: when evaluation is False, skipping this task 138029 1726888253.25240: _execute() done 138029 1726888253.25242: dumping result to json 138029 1726888253.25245: done dumping result, returning 138029 1726888253.25251: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-5a58-73a2-0000000047a1] 138029 1726888253.25258: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a1 138029 1726888253.25357: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a1 138029 1726888253.25361: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888253.25424: no more pending results, returning what we have 138029 1726888253.25427: results queue empty 138029 1726888253.25428: checking for any_errors_fatal 138029 1726888253.25435: done checking for any_errors_fatal 138029 1726888253.25436: checking for max_fail_percentage 138029 1726888253.25437: done checking for max_fail_percentage 138029 1726888253.25438: checking to see if all hosts have failed and the running result is not ok 138029 1726888253.25439: done checking to see if all hosts have failed 138029 1726888253.25440: getting the remaining hosts for this loop 138029 1726888253.25441: done getting the remaining hosts for this loop 138029 1726888253.25445: getting the next task for host managed_node3 138029 1726888253.25449: done getting next task for host managed_node3 138029 1726888253.25452: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 138029 1726888253.25458: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888253.25482: getting variables 138029 1726888253.25484: in VariableManager get_vars() 138029 1726888253.25516: Calling all_inventory to load vars for managed_node3 138029 1726888253.25518: Calling groups_inventory to load vars for managed_node3 138029 1726888253.25520: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888253.25527: Calling all_plugins_play to load vars for managed_node3 138029 1726888253.25530: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888253.25532: Calling groups_plugins_play to load vars for managed_node3 138029 1726888253.26170: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888253.26509: done with get_vars() 138029 1726888253.26519: 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:10:53 -0400 (0:00:00.028) 0:04:25.989 ****** 138029 1726888253.26586: entering _queue_task() for managed_node3/service_facts 138029 1726888253.26796: worker is 1 (out of 1 available) 138029 1726888253.26808: exiting _queue_task() for managed_node3/service_facts 138029 1726888253.26819: done queuing things up, now waiting for results queue to drain 138029 1726888253.26821: waiting for pending results... 138029 1726888253.27017: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts 138029 1726888253.27119: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047a2 138029 1726888253.27130: variable 'ansible_search_path' from source: unknown 138029 1726888253.27134: variable 'ansible_search_path' from source: unknown 138029 1726888253.27164: calling self._execute() 138029 1726888253.27250: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.27254: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.27267: variable 'omit' from source: magic vars 138029 1726888253.27558: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888253.27771: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888253.27806: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888253.27832: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888253.27859: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888253.27922: 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) 138029 1726888253.27941: 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) 138029 1726888253.27960: 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) 138029 1726888253.27980: 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) 138029 1726888253.28096: variable 'storage_skip_checks' from source: set_fact 138029 1726888253.28111: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 138029 1726888253.28114: when evaluation is False, skipping this task 138029 1726888253.28116: _execute() done 138029 1726888253.28119: dumping result to json 138029 1726888253.28121: done dumping result, returning 138029 1726888253.28129: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-5a58-73a2-0000000047a2] 138029 1726888253.28134: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a2 138029 1726888253.28217: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a2 138029 1726888253.28219: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 138029 1726888253.28290: no more pending results, returning what we have 138029 1726888253.28294: results queue empty 138029 1726888253.28295: checking for any_errors_fatal 138029 1726888253.28302: done checking for any_errors_fatal 138029 1726888253.28303: checking for max_fail_percentage 138029 1726888253.28304: done checking for max_fail_percentage 138029 1726888253.28305: checking to see if all hosts have failed and the running result is not ok 138029 1726888253.28306: done checking to see if all hosts have failed 138029 1726888253.28307: getting the remaining hosts for this loop 138029 1726888253.28309: done getting the remaining hosts for this loop 138029 1726888253.28311: getting the next task for host managed_node3 138029 1726888253.28317: done getting next task for host managed_node3 138029 1726888253.28319: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 138029 1726888253.28323: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 138029 1726888253.28344: getting variables 138029 1726888253.28346: in VariableManager get_vars() 138029 1726888253.28383: Calling all_inventory to load vars for managed_node3 138029 1726888253.28386: Calling groups_inventory to load vars for managed_node3 138029 1726888253.28388: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888253.28395: Calling all_plugins_play to load vars for managed_node3 138029 1726888253.28398: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888253.28400: Calling groups_plugins_play to load vars for managed_node3 138029 1726888253.28747: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888253.29112: done with get_vars() 138029 1726888253.29122: done getting variables 138029 1726888253.29164: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:53 -0400 (0:00:00.025) 0:04:26.015 ****** 138029 1726888253.29188: entering _queue_task() for managed_node3/set_fact 138029 1726888253.29394: worker is 1 (out of 1 available) 138029 1726888253.29407: exiting _queue_task() for managed_node3/set_fact 138029 1726888253.29421: done queuing things up, now waiting for results queue to drain 138029 1726888253.29422: waiting for pending results... 138029 1726888253.29618: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 138029 1726888253.29722: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047a3 138029 1726888253.29733: variable 'ansible_search_path' from source: unknown 138029 1726888253.29736: variable 'ansible_search_path' from source: unknown 138029 1726888253.29769: calling self._execute() 138029 1726888253.29860: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.29865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.29875: variable 'omit' from source: magic vars 138029 1726888253.29958: variable 'omit' from source: magic vars 138029 1726888253.30008: variable 'omit' from source: magic vars 138029 1726888253.30284: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888253.31832: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888253.31881: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888253.31907: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888253.31933: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888253.31954: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888253.32013: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888253.32034: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888253.32057: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888253.32084: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888253.32095: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888253.32128: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888253.32144: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888253.32165: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888253.32193: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888253.32203: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888253.32245: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888253.32262: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888253.32285: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888253.32309: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888253.32319: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888253.32350: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888253.32371: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888253.32391: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888253.32415: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888253.32425: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888253.32460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888253.32480: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888253.32500: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888253.32523: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888253.32533: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888253.32723: variable 'ansible_facts' from source: unknown 138029 1726888253.32951: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888253.33071: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888253.33099: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888253.33121: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888253.33145: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888253.33193: 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) 138029 1726888253.33210: 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) 138029 1726888253.33227: 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) 138029 1726888253.33248: 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) 138029 1726888253.33587: variable 'omit' from source: magic vars 138029 1726888253.33608: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888253.33627: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888253.33642: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888253.33654: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888253.33666: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888253.33683: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888253.33695: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888253.33718: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888253.33721: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.33724: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.33809: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888253.33813: Set connection var ansible_timeout to 10 138029 1726888253.33819: Set connection var ansible_pipelining to False 138029 1726888253.33821: Set connection var ansible_shell_type to sh 138029 1726888253.33823: Set connection var ansible_connection to ssh 138029 1726888253.33828: Set connection var ansible_shell_executable to /bin/sh 138029 1726888253.33847: variable 'ansible_shell_executable' from source: unknown 138029 1726888253.33850: variable 'ansible_connection' from source: unknown 138029 1726888253.33853: variable 'ansible_module_compression' from source: unknown 138029 1726888253.33857: variable 'ansible_shell_type' from source: unknown 138029 1726888253.33859: variable 'ansible_shell_executable' from source: unknown 138029 1726888253.33861: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.33864: variable 'ansible_pipelining' from source: unknown 138029 1726888253.33870: variable 'ansible_timeout' from source: unknown 138029 1726888253.33873: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.33947: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888253.33957: variable 'omit' from source: magic vars 138029 1726888253.33962: starting attempt loop 138029 1726888253.33965: running the handler 138029 1726888253.33976: handler run complete 138029 1726888253.33983: attempt loop complete, returning result 138029 1726888253.33986: _execute() done 138029 1726888253.33988: dumping result to json 138029 1726888253.33991: done dumping result, returning 138029 1726888253.34003: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-5a58-73a2-0000000047a3] 138029 1726888253.34006: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a3 138029 1726888253.34085: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a3 138029 1726888253.34088: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 138029 1726888253.34185: no more pending results, returning what we have 138029 1726888253.34188: results queue empty 138029 1726888253.34189: checking for any_errors_fatal 138029 1726888253.34197: done checking for any_errors_fatal 138029 1726888253.34198: checking for max_fail_percentage 138029 1726888253.34199: done checking for max_fail_percentage 138029 1726888253.34200: checking to see if all hosts have failed and the running result is not ok 138029 1726888253.34201: done checking to see if all hosts have failed 138029 1726888253.34202: getting the remaining hosts for this loop 138029 1726888253.34204: done getting the remaining hosts for this loop 138029 1726888253.34207: getting the next task for host managed_node3 138029 1726888253.34217: done getting next task for host managed_node3 138029 1726888253.34220: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 138029 1726888253.34224: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888253.34236: getting variables 138029 1726888253.34237: in VariableManager get_vars() 138029 1726888253.34282: Calling all_inventory to load vars for managed_node3 138029 1726888253.34285: Calling groups_inventory to load vars for managed_node3 138029 1726888253.34287: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888253.34296: Calling all_plugins_play to load vars for managed_node3 138029 1726888253.34298: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888253.34301: Calling groups_plugins_play to load vars for managed_node3 138029 1726888253.34714: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888253.35075: done with get_vars() 138029 1726888253.35086: 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:10:53 -0400 (0:00:00.059) 0:04:26.075 ****** 138029 1726888253.35152: entering _queue_task() for managed_node3/systemd 138029 1726888253.35375: worker is 1 (out of 1 available) 138029 1726888253.35389: exiting _queue_task() for managed_node3/systemd 138029 1726888253.35402: done queuing things up, now waiting for results queue to drain 138029 1726888253.35403: waiting for pending results... 138029 1726888253.35610: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 138029 1726888253.35706: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047a5 138029 1726888253.35717: variable 'ansible_search_path' from source: unknown 138029 1726888253.35721: variable 'ansible_search_path' from source: unknown 138029 1726888253.35760: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888253.35925: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888253.35970: dumping result to json 138029 1726888253.35974: done dumping result, returning 138029 1726888253.35978: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-5a58-73a2-0000000047a5] 138029 1726888253.35983: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a5 skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888253.36129: no more pending results, returning what we have 138029 1726888253.36133: results queue empty 138029 1726888253.36134: checking for any_errors_fatal 138029 1726888253.36138: done checking for any_errors_fatal 138029 1726888253.36139: checking for max_fail_percentage 138029 1726888253.36140: done checking for max_fail_percentage 138029 1726888253.36141: checking to see if all hosts have failed and the running result is not ok 138029 1726888253.36142: done checking to see if all hosts have failed 138029 1726888253.36143: getting the remaining hosts for this loop 138029 1726888253.36144: done getting the remaining hosts for this loop 138029 1726888253.36147: getting the next task for host managed_node3 138029 1726888253.36153: done getting next task for host managed_node3 138029 1726888253.36159: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 138029 1726888253.36162: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888253.36189: getting variables 138029 1726888253.36190: in VariableManager get_vars() 138029 1726888253.36219: Calling all_inventory to load vars for managed_node3 138029 1726888253.36222: Calling groups_inventory to load vars for managed_node3 138029 1726888253.36224: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888253.36231: Calling all_plugins_play to load vars for managed_node3 138029 1726888253.36233: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888253.36235: Calling groups_plugins_play to load vars for managed_node3 138029 1726888253.36604: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a5 138029 1726888253.36608: WORKER PROCESS EXITING 138029 1726888253.36617: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888253.36978: done with get_vars() 138029 1726888253.36988: 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:10:53 -0400 (0:00:00.018) 0:04:26.094 ****** 138029 1726888253.37046: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888253.37248: worker is 1 (out of 1 available) 138029 1726888253.37266: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 138029 1726888253.37279: done queuing things up, now waiting for results queue to drain 138029 1726888253.37280: waiting for pending results... 138029 1726888253.37467: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 138029 1726888253.37570: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047a6 138029 1726888253.37581: variable 'ansible_search_path' from source: unknown 138029 1726888253.37584: variable 'ansible_search_path' from source: unknown 138029 1726888253.37614: calling self._execute() 138029 1726888253.37698: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.37702: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.37710: variable 'omit' from source: magic vars 138029 1726888253.37794: variable 'omit' from source: magic vars 138029 1726888253.37843: variable 'omit' from source: magic vars 138029 1726888253.38027: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888253.39505: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888253.39559: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888253.39588: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888253.39614: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888253.39633: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888253.39693: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888253.39714: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888253.39732: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888253.39759: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888253.39771: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888253.39847: variable 'storage_pools' from source: include params 138029 1726888253.39859: variable 'unused_disks' from source: set_fact 138029 1726888253.39912: variable 'unused_disks' from source: set_fact 138029 1726888253.40060: variable 'storage_use_partitions' from source: play vars 138029 1726888253.40066: variable 'storage_disklabel_type' from source: role '' defaults 138029 1726888253.40069: variable 'storage_pool_defaults' from source: role '' defaults 138029 1726888253.40114: variable 'storage_pool_defaults' from source: role '' defaults 138029 1726888253.40154: variable 'storage_volume_defaults' from source: role '' defaults 138029 1726888253.40200: variable 'storage_volume_defaults' from source: role '' defaults 138029 1726888253.40262: variable 'storage_safe_mode' from source: play vars 138029 1726888253.40314: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888253.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) 138029 1726888253.40351: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888253.40379: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888253.40389: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888253.40439: variable 'omit' from source: magic vars 138029 1726888253.40454: variable 'omit' from source: magic vars 138029 1726888253.40478: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888253.40498: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888253.40512: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888253.40525: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888253.40533: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888253.40545: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888253.40565: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888253.40586: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888253.40589: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.40592: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.40673: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888253.40677: Set connection var ansible_timeout to 10 138029 1726888253.40682: Set connection var ansible_pipelining to False 138029 1726888253.40685: Set connection var ansible_shell_type to sh 138029 1726888253.40687: Set connection var ansible_connection to ssh 138029 1726888253.40692: Set connection var ansible_shell_executable to /bin/sh 138029 1726888253.40711: variable 'ansible_shell_executable' from source: unknown 138029 1726888253.40714: variable 'ansible_connection' from source: unknown 138029 1726888253.40716: variable 'ansible_module_compression' from source: unknown 138029 1726888253.40719: variable 'ansible_shell_type' from source: unknown 138029 1726888253.40721: variable 'ansible_shell_executable' from source: unknown 138029 1726888253.40725: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888253.40728: variable 'ansible_pipelining' from source: unknown 138029 1726888253.40730: variable 'ansible_timeout' from source: unknown 138029 1726888253.40735: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888253.40829: 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) 138029 1726888253.40837: variable 'omit' from source: magic vars 138029 1726888253.40845: starting attempt loop 138029 1726888253.40848: running the handler 138029 1726888253.40860: _low_level_execute_command(): starting 138029 1726888253.40868: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888253.41364: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888253.41377: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888253.41380: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888253.41425: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888253.41430: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888253.41433: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888253.41490: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888253.43191: stdout chunk (state=3): >>>/root <<< 138029 1726888253.43294: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888253.43323: stderr chunk (state=3): >>><<< 138029 1726888253.43326: stdout chunk (state=3): >>><<< 138029 1726888253.43345: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888253.43359: _low_level_execute_command(): starting 138029 1726888253.43363: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888253.433464-146445-128017574012640 `" && echo ansible-tmp-1726888253.433464-146445-128017574012640="` echo /root/.ansible/tmp/ansible-tmp-1726888253.433464-146445-128017574012640 `" ) && sleep 0' 138029 1726888253.43793: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888253.43797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888253.43799: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888253.43804: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888253.43851: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888253.43857: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888253.43908: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888253.45864: stdout chunk (state=3): >>>ansible-tmp-1726888253.433464-146445-128017574012640=/root/.ansible/tmp/ansible-tmp-1726888253.433464-146445-128017574012640 <<< 138029 1726888253.45970: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888253.45998: stderr chunk (state=3): >>><<< 138029 1726888253.46001: stdout chunk (state=3): >>><<< 138029 1726888253.46014: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888253.433464-146445-128017574012640=/root/.ansible/tmp/ansible-tmp-1726888253.433464-146445-128017574012640 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888253.46059: variable 'ansible_module_compression' from source: unknown 138029 1726888253.46113: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 138029 1726888253.46146: variable 'ansible_facts' from source: unknown 138029 1726888253.46223: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888253.433464-146445-128017574012640/AnsiballZ_blivet.py 138029 1726888253.46323: Sending initial data 138029 1726888253.46326: Sent initial data (156 bytes) 138029 1726888253.46753: 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 <<< 138029 1726888253.46758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888253.46776: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888253.46829: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888253.46834: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888253.46836: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888253.46886: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888253.48419: 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 <<< 138029 1726888253.48424: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888253.48466: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888253.48512: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp95dl3u92 /root/.ansible/tmp/ansible-tmp-1726888253.433464-146445-128017574012640/AnsiballZ_blivet.py <<< 138029 1726888253.48515: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888253.433464-146445-128017574012640/AnsiballZ_blivet.py" <<< 138029 1726888253.48558: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp95dl3u92" to remote "/root/.ansible/tmp/ansible-tmp-1726888253.433464-146445-128017574012640/AnsiballZ_blivet.py" <<< 138029 1726888253.48562: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888253.433464-146445-128017574012640/AnsiballZ_blivet.py" <<< 138029 1726888253.49175: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888253.49216: stderr chunk (state=3): >>><<< 138029 1726888253.49219: stdout chunk (state=3): >>><<< 138029 1726888253.49237: done transferring module to remote 138029 1726888253.49253: _low_level_execute_command(): starting 138029 1726888253.49257: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888253.433464-146445-128017574012640/ /root/.ansible/tmp/ansible-tmp-1726888253.433464-146445-128017574012640/AnsiballZ_blivet.py && sleep 0' 138029 1726888253.49713: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888253.49722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888253.49739: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888253.49781: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888253.49787: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888253.49833: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888253.51616: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888253.51620: stdout chunk (state=3): >>><<< 138029 1726888253.51622: stderr chunk (state=3): >>><<< 138029 1726888253.51624: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888253.51627: _low_level_execute_command(): starting 138029 1726888253.51633: _low_level_execute_command(): using become for this command 138029 1726888253.51643: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-higyjpfosjjsyytumtrkckxaeznpgjqp ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888253.433464-146445-128017574012640/AnsiballZ_blivet.py'"'"' && sleep 0' 138029 1726888253.51752: Initial state: awaiting_escalation: BECOME-SUCCESS-higyjpfosjjsyytumtrkckxaeznpgjqp 138029 1726888253.52110: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888253.52114: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888253.52154: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888253.52166: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888253.52210: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888253.55082: stdout chunk (state=1): >>>BECOME-SUCCESS-higyjpfosjjsyytumtrkckxaeznpgjqp <<< 138029 1726888253.55087: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-higyjpfosjjsyytumtrkckxaeznpgjqp' 138029 1726888253.55417: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888253.55491: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888253.55494: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888253.55558: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888253.55605: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # <<< 138029 1726888253.55642: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888253.55671: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888253.55674: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888253.55717: 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' <<< 138029 1726888253.55734: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888253.55754: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888253.55785: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888253.55810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888253.55818: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47fbc3e0> <<< 138029 1726888253.55833: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47f8ba10> <<< 138029 1726888253.55862: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888253.55870: 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 0x7f4d47fbe930> <<< 138029 1726888253.55894: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888253.55916: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888253.55943: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888253.55973: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888253.56056: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888253.56084: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888253.56119: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888253.56131: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888253.56144: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888253.56159: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888253.56177: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888253.56180: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888253.56214: 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 <<< 138029 1726888253.56218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888253.56245: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47fccfe0> <<< 138029 1726888253.56297: 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 <<< 138029 1726888253.56311: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888253.56319: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47fcdfd0> <<< 138029 1726888253.56350: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888253.56383: 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. <<< 138029 1726888253.56632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888253.56646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888253.56677: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888253.56680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888253.56708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888253.56743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888253.56767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888253.56798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888253.56804: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47dd3dd0> <<< 138029 1726888253.56833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888253.56858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888253.56897: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888253.56901: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47dd3fe0> <<< 138029 1726888253.56908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888253.56934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888253.56951: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888253.57002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888253.57021: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888253.57053: 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' <<< 138029 1726888253.57064: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e037a0> <<< 138029 1726888253.57081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888253.57084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888253.57091: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e03e30> <<< 138029 1726888253.57102: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888253.57168: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47de3aa0> <<< 138029 1726888253.57174: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888253.57197: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47de11c0> <<< 138029 1726888253.57292: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47dd0f80> <<< 138029 1726888253.57359: 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' # <<< 138029 1726888253.57446: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888253.57472: 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 0x7f4d47e27710> <<< 138029 1726888253.57490: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e26330> <<< 138029 1726888253.57508: 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 0x7f4d47de21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47dd2840> <<< 138029 1726888253.57586: 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 0x7f4d47e58740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47dd0200> <<< 138029 1726888253.57611: 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' <<< 138029 1726888253.57651: 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 0x7f4d47e58bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e58aa0> <<< 138029 1726888253.57707: 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 0x7f4d47e58e60> <<< 138029 1726888253.57711: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47dc6d20> <<< 138029 1726888253.57733: 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' <<< 138029 1726888253.57775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888253.57807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e59520> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e591f0> import 'importlib.machinery' # <<< 138029 1726888253.57845: 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' <<< 138029 1726888253.57849: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e5a420> <<< 138029 1726888253.57878: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888253.57913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888253.57941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888253.57963: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888253.57968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e705f0> <<< 138029 1726888253.57988: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888253.58011: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888253.58050: 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 0x7f4d47e71cd0> <<< 138029 1726888253.58065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888253.58093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888253.58099: 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' <<< 138029 1726888253.58124: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e72b70> <<< 138029 1726888253.58153: 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 0x7f4d47e731a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e720c0> <<< 138029 1726888253.58180: 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' <<< 138029 1726888253.58223: 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 0x7f4d47e73c20> <<< 138029 1726888253.58246: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e73350> <<< 138029 1726888253.58282: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e58da0> <<< 138029 1726888253.58308: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888253.58336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888253.58354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888253.58374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888253.58409: 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' <<< 138029 1726888253.58413: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4d47bb3b30> <<< 138029 1726888253.58441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888253.58445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888253.58475: 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' <<< 138029 1726888253.58479: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4d47be0560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47be02f0> <<< 138029 1726888253.58505: 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 0x7f4d47be0590> <<< 138029 1726888253.58537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888253.58541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888253.58615: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888253.58740: 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 0x7f4d47be0e90> <<< 138029 1726888253.58871: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888253.58876: 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 0x7f4d47be17c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47be0770> <<< 138029 1726888253.58891: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47bb1cd0> <<< 138029 1726888253.58918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888253.58939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888253.58968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888253.58975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888253.59004: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47be2ba0> <<< 138029 1726888253.59026: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47be18e0> <<< 138029 1726888253.59036: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e5ab10> <<< 138029 1726888253.59074: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888253.59126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888253.59141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888253.59179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888253.59211: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47c0aea0> <<< 138029 1726888253.59273: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888253.59278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888253.59325: 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' <<< 138029 1726888253.59391: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47c33260> <<< 138029 1726888253.59408: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888253.59432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888253.59483: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888253.59686: 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 0x7f4d47c5bfb0> # /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' <<< 138029 1726888253.59711: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47c8e750> <<< 138029 1726888253.59795: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47c8c110> <<< 138029 1726888253.59824: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47c33ef0> <<< 138029 1726888253.59861: 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 0x7f4d475290d0> <<< 138029 1726888253.59901: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47c32060> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47be3aa0> <<< 138029 1726888253.60086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888253.60159: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4d47c32660> <<< 138029 1726888253.60787: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_vnl7psf0/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 138029 1726888253.60922: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.60961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888253.60968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888253.61003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888253.61082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888253.61119: 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 0x7f4d47576d20> <<< 138029 1726888253.61124: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888253.61313: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47559c10> <<< 138029 1726888253.61319: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47558d70> # zipimport: zlib available <<< 138029 1726888253.61353: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888253.61359: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.61387: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.61390: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.61417: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888253.61422: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.62965: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.63929: 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 0x7f4d47574bf0> <<< 138029 1726888253.63962: 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' <<< 138029 1726888253.63992: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888253.64007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888253.64022: 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' <<< 138029 1726888253.64052: 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 0x7f4d475ae540> <<< 138029 1726888253.64087: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d475ae2d0> <<< 138029 1726888253.64195: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d475adbe0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f4d475ae630> <<< 138029 1726888253.64218: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47be0440> import 'atexit' # <<< 138029 1726888253.64249: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888253.64254: 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 0x7f4d475af230> <<< 138029 1726888253.64289: 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 0x7f4d475af470> <<< 138029 1726888253.64302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888253.64353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888253.64369: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888253.64418: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d475af950> import 'pwd' # <<< 138029 1726888253.64459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888253.64462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888253.64501: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47415640> <<< 138029 1726888253.64539: 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 0x7f4d474172f0> <<< 138029 1726888253.64575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888253.64607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888253.64652: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47417cb0> <<< 138029 1726888253.64708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888253.64716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47418e90> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888253.64733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888253.64768: 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' <<< 138029 1726888253.64817: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d4741b920> <<< 138029 1726888253.64848: 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 0x7f4d4741bc50> <<< 138029 1726888253.64898: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47419c10> <<< 138029 1726888253.64906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888253.64943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888253.64971: 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' <<< 138029 1726888253.65048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888253.65056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888253.65059: 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 0x7f4d47423920> <<< 138029 1726888253.65072: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888253.65127: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d474223f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47422150> <<< 138029 1726888253.65154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888253.65175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888253.65235: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d474226c0> <<< 138029 1726888253.65259: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d4741a0f0> <<< 138029 1726888253.65308: 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 0x7f4d47467b90> <<< 138029 1726888253.65335: 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 0x7f4d47467e90> <<< 138029 1726888253.65369: 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 <<< 138029 1726888253.65383: 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' <<< 138029 1726888253.65441: 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 0x7f4d474697f0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d474695b0> <<< 138029 1726888253.65445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888253.65568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888253.65621: 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 0x7f4d4746bc80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47469df0> <<< 138029 1726888253.65638: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888253.65705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888253.65716: 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' # <<< 138029 1726888253.65768: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d4746f410> <<< 138029 1726888253.65885: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d4746bda0> <<< 138029 1726888253.65954: 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 0x7f4d474704a0> <<< 138029 1726888253.65981: 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 0x7f4d47470650> <<< 138029 1726888253.66031: 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 0x7f4d47470740> <<< 138029 1726888253.66060: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47467fb0> <<< 138029 1726888253.66092: 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' <<< 138029 1726888253.66103: 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' <<< 138029 1726888253.66130: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888253.66168: 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 0x7f4d47473da0> <<< 138029 1726888253.66298: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888253.66319: 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 0x7f4d474fcb00> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47472510> <<< 138029 1726888253.66353: 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 0x7f4d474738c0> <<< 138029 1726888253.66390: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47472150> # zipimport: zlib available <<< 138029 1726888253.66405: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888253.66418: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.66497: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.66605: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.66607: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888253.66650: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888253.66653: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888253.66774: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.66891: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.67496: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.67952: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888253.67968: 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' # <<< 138029 1726888253.67998: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888253.68012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888253.68053: 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 0x7f4d47300d70> <<< 138029 1726888253.68132: 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' <<< 138029 1726888253.68166: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47301a90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d474fc9e0> <<< 138029 1726888253.68221: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 138029 1726888253.68260: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.68263: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888253.68282: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.68423: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.68594: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888253.68597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 138029 1726888253.68607: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47301b80> # zipimport: zlib available <<< 138029 1726888253.69070: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.69495: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.69578: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.69653: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888253.69658: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.69687: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.69740: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888253.69761: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.69824: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.69921: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888253.69924: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.69947: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888253.69978: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.70040: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888253.70058: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.70253: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.70484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888253.70551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888253.70554: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888253.70643: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47302db0> # zipimport: zlib available <<< 138029 1726888253.70698: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.70781: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888253.70790: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888253.70810: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.70850: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.70891: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888253.70899: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.70944: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.70990: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.71046: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.71110: 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 <<< 138029 1726888253.71152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888253.71228: 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 0x7f4d4730d940> <<< 138029 1726888253.71270: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d4730bb90> <<< 138029 1726888253.71294: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888253.71303: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 138029 1726888253.71313: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.71383: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.71439: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.71472: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.71507: 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' <<< 138029 1726888253.71533: 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 <<< 138029 1726888253.71551: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888253.71575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888253.71631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888253.71661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888253.71670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888253.71728: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d474025a0> <<< 138029 1726888253.71771: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d475de240> <<< 138029 1726888253.71851: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d4730db20> <<< 138029 1726888253.71866: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d4730d6d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888253.71872: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.71895: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.71930: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888253.71980: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888253.72002: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.72022: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.72027: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888253.72038: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.72052: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.72061: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 138029 1726888253.72079: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.72092: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888253.72108: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.72118: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.72132: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888253.72146: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.72163: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.72172: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888253.72185: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.73735: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.75094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888253.75171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888253.75190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888253.75208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888253.75239: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888253.75261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888253.75286: 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 0x7f4d46fc88c0> <<< 138029 1726888253.75316: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47383ce0> <<< 138029 1726888253.75517: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47381670> <<< 138029 1726888253.75535: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d473a3b00> <<< 138029 1726888253.75558: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.75638: 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 <<< 138029 1726888253.75665: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888253.75689: 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' <<< 138029 1726888253.75734: 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' <<< 138029 1726888253.75765: 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' <<< 138029 1726888253.75769: stdout chunk (state=3): >>>import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46fda450> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46fda060> <<< 138029 1726888253.75806: 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 <<< 138029 1726888253.75811: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 138029 1726888253.75838: 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' <<< 138029 1726888253.75863: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46ffcbc0> <<< 138029 1726888253.75890: 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' <<< 138029 1726888253.75958: 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' <<< 138029 1726888253.75987: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46ffde20> <<< 138029 1726888253.76035: 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 0x7f4d46ffd730> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46ffd580> <<< 138029 1726888253.76069: 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' <<< 138029 1726888253.76103: 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 0x7f4d470002c0> <<< 138029 1726888253.76280: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46ffff20> <<< 138029 1726888253.76311: 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 <<< 138029 1726888253.76326: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 138029 1726888253.76365: 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' <<< 138029 1726888253.76382: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 138029 1726888253.76491: 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 <<< 138029 1726888253.76504: 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 0x7f4d47002090> <<< 138029 1726888253.76543: 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 0x7f4d47001e20> <<< 138029 1726888253.76572: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d470016d0> <<< 138029 1726888253.76624: 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' <<< 138029 1726888253.76690: 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 <<< 138029 1726888253.76726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 138029 1726888253.76729: 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 0x7f4d47004e00> <<< 138029 1726888253.76753: 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 0x7f4d47005160> <<< 138029 1726888253.76795: 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 <<< 138029 1726888253.76816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d470055e0> <<< 138029 1726888253.76842: 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 <<< 138029 1726888253.76870: 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 0x7f4d47005e20> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47004470> <<< 138029 1726888253.76888: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47003ef0> # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 138029 1726888253.76931: 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 <<< 138029 1726888253.76934: 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 <<< 138029 1726888253.76970: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d470065a0> <<< 138029 1726888253.76974: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47003a70> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d470039e0> <<< 138029 1726888253.77090: 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 0x7f4d47048cb0> <<< 138029 1726888253.77120: 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' <<< 138029 1726888253.77150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 138029 1726888253.77194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 138029 1726888253.77236: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47049b50> <<< 138029 1726888253.77271: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47049220> <<< 138029 1726888253.77421: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47006f60> <<< 138029 1726888253.77439: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 138029 1726888253.77500: 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 <<< 138029 1726888253.77511: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 138029 1726888253.77652: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47052570> <<< 138029 1726888253.77687: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 138029 1726888253.77719: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 138029 1726888253.77762: 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 <<< 138029 1726888253.77785: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 138029 1726888253.78177: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47057c80> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47000c20> # /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' <<< 138029 1726888253.78200: 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 <<< 138029 1726888253.78214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 138029 1726888253.78321: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46ee5be0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46ee5400> <<< 138029 1726888253.79090: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47052150> <<< 138029 1726888253.79096: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 138029 1726888253.79145: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46fda630> <<< 138029 1726888253.79150: stdout chunk (state=3): >>>import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46fd9400> <<< 138029 1726888253.79604: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47be0470> <<< 138029 1726888253.79629: 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' <<< 138029 1726888253.79705: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46efa420> <<< 138029 1726888253.79726: 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 0x7f4d46efc1d0> <<< 138029 1726888253.79753: 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 <<< 138029 1726888253.79760: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888253.79788: 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' <<< 138029 1726888253.79805: 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 <<< 138029 1726888253.79843: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 138029 1726888253.79882: 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 <<< 138029 1726888253.79885: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888253.79907: 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 <<< 138029 1726888253.79912: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 138029 1726888253.79927: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46eff9b0> <<< 138029 1726888253.79957: 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 <<< 138029 1726888253.79963: 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 0x7f4d46efffe0> <<< 138029 1726888253.79989: 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 <<< 138029 1726888253.80072: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 138029 1726888253.80098: 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' <<< 138029 1726888253.80120: 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' <<< 138029 1726888253.80150: 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 <<< 138029 1726888253.80153: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f00fe0> <<< 138029 1726888253.80158: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f00e90> <<< 138029 1726888253.80184: 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 <<< 138029 1726888253.80191: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 138029 1726888253.80226: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f01280> <<< 138029 1726888253.80239: stdout chunk (state=3): >>>import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f00c20> <<< 138029 1726888253.80246: 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' <<< 138029 1726888253.80269: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 138029 1726888253.80294: 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 0x7f4d46f01760> <<< 138029 1726888253.80303: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f015b0> <<< 138029 1726888253.80316: 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' <<< 138029 1726888253.80342: 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 <<< 138029 1726888253.80369: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 138029 1726888253.80399: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f01ac0> <<< 138029 1726888253.80404: stdout chunk (state=3): >>>import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f017c0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f003b0> <<< 138029 1726888253.80438: 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' <<< 138029 1726888253.80466: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f00a40> <<< 138029 1726888253.80482: 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 <<< 138029 1726888253.80498: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 138029 1726888253.80514: 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' <<< 138029 1726888253.80554: 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 <<< 138029 1726888253.80560: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' <<< 138029 1726888253.80563: stdout chunk (state=3): >>>import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f05a30> <<< 138029 1726888253.80586: 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 <<< 138029 1726888253.80603: 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 0x7f4d46f05dc0> <<< 138029 1726888253.80607: stdout chunk (state=3): >>>import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f05790> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f04e00> <<< 138029 1726888253.80645: 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 0x7f4d46f05f40> <<< 138029 1726888253.80654: stdout chunk (state=3): >>>import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46eff650> <<< 138029 1726888253.80664: 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 <<< 138029 1726888253.80684: 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 0x7f4d46f05fd0> <<< 138029 1726888253.80822: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46efd1c0> <<< 138029 1726888253.80889: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46efc890> <<< 138029 1726888253.80915: 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 <<< 138029 1726888253.80925: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 138029 1726888253.80949: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 138029 1726888253.80973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 138029 1726888253.80995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 138029 1726888253.81028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 138029 1726888253.81077: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f0dee0> <<< 138029 1726888253.81080: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f0cd10> <<< 138029 1726888253.81113: 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' <<< 138029 1726888253.81120: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f0fda0> <<< 138029 1726888253.81194: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46efcef0> <<< 138029 1726888253.81223: 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 <<< 138029 1726888253.81253: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 138029 1726888253.81278: 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 <<< 138029 1726888253.81301: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888253.81333: 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 0x7f4d47097d70> <<< 138029 1726888253.81365: 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 <<< 138029 1726888253.81374: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 138029 1726888253.81383: 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 <<< 138029 1726888253.81409: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 138029 1726888253.81431: 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 <<< 138029 1726888253.81447: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888253.81472: 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' <<< 138029 1726888253.81502: 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 <<< 138029 1726888253.81509: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' <<< 138029 1726888253.81522: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45f84080> <<< 138029 1726888253.81542: 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 <<< 138029 1726888253.81564: 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 0x7f4d45f84830> <<< 138029 1726888253.81582: 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 <<< 138029 1726888253.81592: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc' <<< 138029 1726888253.81604: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45f84e60> <<< 138029 1726888253.81620: 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 <<< 138029 1726888253.81643: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 138029 1726888253.81697: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45f85190> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f43ec0> <<< 138029 1726888253.81719: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f43620> <<< 138029 1726888253.81780: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f40440> <<< 138029 1726888253.81804: 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' <<< 138029 1726888253.81823: 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 <<< 138029 1726888253.81829: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' <<< 138029 1726888253.81849: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45f87ec0> <<< 138029 1726888253.81860: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f411c0> <<< 138029 1726888253.81878: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47097f20> <<< 138029 1726888253.81903: 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 <<< 138029 1726888253.81913: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 138029 1726888253.81932: 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 <<< 138029 1726888253.81935: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc' <<< 138029 1726888253.81946: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45f94500> <<< 138029 1726888253.81973: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f40740> <<< 138029 1726888253.82000: 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 <<< 138029 1726888253.82005: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' <<< 138029 1726888253.82024: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45f87cb0> <<< 138029 1726888253.82049: 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 <<< 138029 1726888253.82056: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 138029 1726888253.82091: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45f94b30> <<< 138029 1726888253.82115: 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 <<< 138029 1726888253.82120: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' <<< 138029 1726888253.82140: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45f95310> <<< 138029 1726888253.82277: 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' <<< 138029 1726888253.82302: 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 <<< 138029 1726888253.82319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888253.82428: 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 0x7f4d45fc0d70> <<< 138029 1726888253.82459: 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 <<< 138029 1726888253.82465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc' <<< 138029 1726888253.82482: 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' <<< 138029 1726888253.82505: stdout chunk (state=3): >>>import 'parted.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45fc1e80> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45fc1880> <<< 138029 1726888253.82525: 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 <<< 138029 1726888253.82534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' <<< 138029 1726888253.82546: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45fc2270> <<< 138029 1726888253.82605: 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 <<< 138029 1726888253.82613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 138029 1726888253.82620: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45fc2e10> <<< 138029 1726888253.82641: 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 <<< 138029 1726888253.82663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888253.82686: 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 <<< 138029 1726888253.82702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc' <<< 138029 1726888253.82708: stdout chunk (state=3): >>>import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45d6db20> <<< 138029 1726888253.82726: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45d6c800> <<< 138029 1726888253.82758: 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 <<< 138029 1726888253.82762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc' <<< 138029 1726888253.82774: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45d6ef60> <<< 138029 1726888253.82798: 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 <<< 138029 1726888253.82803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' <<< 138029 1726888253.82817: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45d902c0> <<< 138029 1726888253.82846: 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 <<< 138029 1726888253.82866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888253.82889: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45d91100> <<< 138029 1726888253.82904: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45fb6060> <<< 138029 1726888253.82938: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45fb5cd0> <<< 138029 1726888253.82953: 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 <<< 138029 1726888253.82993: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 138029 1726888253.83019: 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 0x7f4d45d93710> <<< 138029 1726888253.83043: 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' <<< 138029 1726888253.83082: 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' <<< 138029 1726888253.83178: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45dc4110> <<< 138029 1726888253.83195: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45d936e0> <<< 138029 1726888253.83341: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45d92bd0> <<< 138029 1726888253.83362: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/dmraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc' import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45de0920> <<< 138029 1726888253.83412: 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 0x7f4d45de0a70> <<< 138029 1726888253.83427: 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 <<< 138029 1726888253.83488: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 138029 1726888253.83549: 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 0x7f4d45df8200> # /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' <<< 138029 1726888253.83612: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45df88c0> <<< 138029 1726888253.83645: 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' <<< 138029 1726888253.83693: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45df91f0> <<< 138029 1726888253.83708: 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' <<< 138029 1726888253.83757: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45df9670> <<< 138029 1726888253.83785: 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 0x7f4d45df9c10> <<< 138029 1726888253.83814: 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' <<< 138029 1726888253.83854: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45df9ee0> <<< 138029 1726888253.83859: 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' <<< 138029 1726888253.83919: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45dfa480> # /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' <<< 138029 1726888253.83922: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45dfa660> <<< 138029 1726888253.83985: 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 <<< 138029 1726888253.83989: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 138029 1726888253.84005: 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' <<< 138029 1726888253.84074: 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 0x7f4d45dfb920> <<< 138029 1726888253.84141: stdout chunk (state=3): >>>import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45dfb7a0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45dfa840> # /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' <<< 138029 1726888253.84175: 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' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/raid.py <<< 138029 1726888253.84203: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 138029 1726888253.84221: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45e305f0> <<< 138029 1726888253.84251: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45e30200> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45dfb680> <<< 138029 1726888253.84484: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45de0f80> <<< 138029 1726888253.84498: 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 <<< 138029 1726888253.84522: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 138029 1726888253.84558: 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 <<< 138029 1726888253.84571: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' <<< 138029 1726888253.84581: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45e5bf20> <<< 138029 1726888253.84606: 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 <<< 138029 1726888253.84620: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 138029 1726888253.84627: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45c5c350> <<< 138029 1726888253.84711: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45de2bd0> <<< 138029 1726888253.84733: 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 <<< 138029 1726888253.84745: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 138029 1726888253.84780: 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 <<< 138029 1726888253.84787: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888253.85254: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45c5f3b0> <<< 138029 1726888253.85290: 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 <<< 138029 1726888253.85293: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 138029 1726888253.85315: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45c5f530> <<< 138029 1726888253.85383: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45c5eab0> <<< 138029 1726888253.85395: 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 <<< 138029 1726888253.85413: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 138029 1726888253.85452: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45c75a30> <<< 138029 1726888253.85474: 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 <<< 138029 1726888253.85484: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 138029 1726888253.85516: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45c76e70> <<< 138029 1726888253.85539: 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 <<< 138029 1726888253.85551: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc' <<< 138029 1726888253.85571: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45c77650> <<< 138029 1726888253.85592: 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 <<< 138029 1726888253.85604: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 138029 1726888253.85670: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45c77f20> <<< 138029 1726888253.85688: 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 <<< 138029 1726888253.85699: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888253.85738: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45c8dd00> <<< 138029 1726888253.85751: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47095640> <<< 138029 1726888253.85777: 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 <<< 138029 1726888253.85784: 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 0x7f4d45fb59a0> <<< 138029 1726888253.85918: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f125a0> <<< 138029 1726888253.85958: 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 <<< 138029 1726888253.85993: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888253.86016: 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' <<< 138029 1726888253.86034: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45cc0e90> <<< 138029 1726888253.86069: 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 <<< 138029 1726888253.86104: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 138029 1726888253.86106: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45cc1ca0> <<< 138029 1726888253.86127: 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' <<< 138029 1726888253.86182: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45cc2480> <<< 138029 1726888253.86295: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45cafda0> <<< 138029 1726888253.86309: 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 <<< 138029 1726888253.86347: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888253.86381: 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 <<< 138029 1726888253.86384: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 138029 1726888253.86416: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45ce3f50> <<< 138029 1726888253.86528: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45ce26c0> <<< 138029 1726888253.86544: 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 <<< 138029 1726888253.86568: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 138029 1726888253.86619: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45d09ac0> <<< 138029 1726888253.86646: 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 <<< 138029 1726888253.86865: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888253.86888: 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' import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45d23680> <<< 138029 1726888253.86941: 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 <<< 138029 1726888253.86954: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45b4fb30> <<< 138029 1726888253.86989: 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 <<< 138029 1726888253.86993: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 138029 1726888253.87020: 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' <<< 138029 1726888253.87049: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45b65e50> <<< 138029 1726888253.87204: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45b4ff50> <<< 138029 1726888253.87234: 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 <<< 138029 1726888253.87261: 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 0x7f4d45b9c2f0> <<< 138029 1726888253.87606: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45d0bf20> <<< 138029 1726888253.87630: 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 <<< 138029 1726888253.87654: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888253.87776: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45d201a0> <<< 138029 1726888253.87790: 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 <<< 138029 1726888253.87806: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 138029 1726888253.87832: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45bfa360> <<< 138029 1726888253.87866: 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 <<< 138029 1726888253.87870: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 138029 1726888253.87910: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45bfae70> <<< 138029 1726888253.87923: 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 <<< 138029 1726888253.87938: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 138029 1726888253.87947: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45bfb9b0> <<< 138029 1726888253.87976: 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' <<< 138029 1726888253.88015: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45bfbe30> <<< 138029 1726888253.88036: 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 <<< 138029 1726888253.88050: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 138029 1726888253.88069: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45c10d40> <<< 138029 1726888253.88093: 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 <<< 138029 1726888253.88118: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888253.88214: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45c11610> <<< 138029 1726888253.88219: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46efc320> <<< 138029 1726888253.88247: 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 <<< 138029 1726888253.88275: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 138029 1726888253.88412: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45c12090> <<< 138029 1726888253.88429: 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 <<< 138029 1726888253.88482: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 138029 1726888253.88501: 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 <<< 138029 1726888253.88548: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 138029 1726888253.88583: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45a5ca70> <<< 138029 1726888253.88619: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45c2e750> <<< 138029 1726888253.88654: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.88666: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.88675: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 138029 1726888253.88703: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.88706: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.88713: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 138029 1726888253.88725: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.88983: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.89190: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 138029 1726888253.89467: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888253.89600: 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 <<< 138029 1726888253.89608: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 138029 1726888253.89656: 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' <<< 138029 1726888253.89659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888253.89701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888253.89728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888253.89758: 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 0x7f4d45abc0b0> <<< 138029 1726888253.89804: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888253.89814: 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 0x7f4d45abc410> <<< 138029 1726888253.89887: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45aa4470> <<< 138029 1726888253.89890: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45a8fbf0> <<< 138029 1726888253.89916: 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' <<< 138029 1726888253.90035: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45aa4650> <<< 138029 1726888253.90059: 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 <<< 138029 1726888253.90091: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 138029 1726888253.90125: 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 <<< 138029 1726888253.90129: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 138029 1726888253.90160: 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 <<< 138029 1726888253.90169: 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 0x7f4d45abfec0> <<< 138029 1726888253.90191: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45abf410> <<< 138029 1726888253.90210: 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 <<< 138029 1726888253.90233: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' <<< 138029 1726888253.90245: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d459303b0> <<< 138029 1726888253.90277: 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' <<< 138029 1726888253.90294: 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 <<< 138029 1726888253.90316: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 138029 1726888253.90353: 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 <<< 138029 1726888253.90361: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888253.90378: 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 <<< 138029 1726888253.90408: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' <<< 138029 1726888253.90412: 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 0x7f4d45932540> <<< 138029 1726888253.90421: stdout chunk (state=3): >>>import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d459322d0> <<< 138029 1726888253.90450: 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 <<< 138029 1726888253.90462: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45932840> <<< 138029 1726888253.90479: 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 <<< 138029 1726888253.90490: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888253.90501: stdout chunk (state=3): >>>import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45932b40> <<< 138029 1726888253.90513: 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' <<< 138029 1726888253.90532: stdout chunk (state=3): >>>import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45932cf0> <<< 138029 1726888253.90552: 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 <<< 138029 1726888253.90577: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888253.90601: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45932f30> <<< 138029 1726888253.90626: 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 <<< 138029 1726888253.90634: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' <<< 138029 1726888253.90654: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45933440> <<< 138029 1726888253.90669: 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 <<< 138029 1726888253.90685: stdout chunk (state=3): >>># 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 0x7f4d45933f50> <<< 138029 1726888253.90715: 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 <<< 138029 1726888253.90718: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45954140> <<< 138029 1726888253.90752: 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 <<< 138029 1726888253.90757: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' <<< 138029 1726888253.90787: stdout chunk (state=3): >>>import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45954320> <<< 138029 1726888253.90796: 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 <<< 138029 1726888253.90819: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' <<< 138029 1726888253.90835: stdout chunk (state=3): >>>import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45954920> <<< 138029 1726888253.90866: 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 <<< 138029 1726888253.90869: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' <<< 138029 1726888253.90898: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45955250> <<< 138029 1726888253.90913: 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 <<< 138029 1726888253.90923: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc' import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45955670> <<< 138029 1726888253.90958: 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' <<< 138029 1726888253.90970: stdout chunk (state=3): >>>import 'blivet.populator.helpers.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d459558b0> <<< 138029 1726888253.90995: 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 <<< 138029 1726888253.91001: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc' import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d459559a0> <<< 138029 1726888253.91026: 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 <<< 138029 1726888253.91035: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888253.91045: stdout chunk (state=3): >>>import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45955c70> <<< 138029 1726888253.91060: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45931b80> <<< 138029 1726888253.91093: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45930c20> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45930b30> <<< 138029 1726888253.91165: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45abd2e0> <<< 138029 1726888253.91265: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45a8d4f0> <<< 138029 1726888254.01067: 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 <<< 138029 1726888254.01093: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 138029 1726888254.01426: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d459f8920> <<< 138029 1726888256.28674: stdout chunk (state=3): >>> {"changed": true, "actions": [{"action": "destroy device", "fs_type": null, "device": "/dev/vg1"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/md/vg1-1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/md/vg1-1"}, {"action": "destroy format", "fs_type": "mdmember", "device": "/dev/sdb1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/sdb1"}, {"action": "destroy format", "fs_type": "disklabel", "device": "/dev/sdb"}, {"action": "destroy format", "fs_type": "mdmember", "device": "/dev/sdc1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/sdc1"}, {"action": "destroy format", "fs_type": "disklabel", "device": "/dev/sdc"}, {"action": "destroy format", "fs_type": "mdmember", "device": "/dev/sda1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/sda1"}, {"action": "destroy format", "fs_type": "disklabel", "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": [], "crypts": [], "pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid0", "raid_device_count": 3, "raid_spare_count": 0, "raid_metadata_version": "1.0", "raid_chunk_size": "1024 KiB", "shared": false, "state": "absent", "type": "lvm", "volumes": []}], "volumes": [], "packages": ["xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid0", "raid_device_count": 3, "raid_spare_count": 0, "raid_metadata_version": "1.0", "raid_chunk_size": "1024 KiB", "shared": false, "state": "absent", "type": "lvm", "volumes": []}], "volumes": [], "use_partitions": true, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 138029 1726888256.29769: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888256.29811: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888256.29878: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ <<< 138029 1726888256.29908: stdout chunk (state=3): >>># clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re <<< 138029 1726888256.29939: stdout chunk (state=3): >>># cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888256.30002: 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 # 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 <<< 138029 1726888256.30124: stdout chunk (state=3): >>># 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 bliv<<< 138029 1726888256.30132: stdout chunk (state=3): >>>et.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 <<< 138029 1726888256.30840: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888256.30877: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888256.30902: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888256.30944: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888256.30947: stdout chunk (state=3): >>># destroy _compat_pickle <<< 138029 1726888256.30981: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve <<< 138029 1726888256.31002: stdout chunk (state=3): >>># 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 <<< 138029 1726888256.31034: stdout chunk (state=3): >>># 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 <<< 138029 1726888256.31060: 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 <<< 138029 1726888256.31071: stdout chunk (state=3): >>># cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats <<< 138029 1726888256.31104: stdout chunk (state=3): >>># destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # 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 <<< 138029 1726888256.31139: 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 <<< 138029 1726888256.31145: 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 <<< 138029 1726888256.31193: 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 <<< 138029 1726888256.31205: 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 <<< 138029 1726888256.31216: stdout chunk (state=3): >>># cleanup[3] wiping gi.overrides.BlockDev <<< 138029 1726888256.31236: 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 <<< 138029 1726888256.31251: 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 <<< 138029 1726888256.31274: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring <<< 138029 1726888256.31302: stdout chunk (state=3): >>># cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi <<< 138029 1726888256.31310: 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 # destroy ast # destroy dis # destroy token <<< 138029 1726888256.31339: 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 <<< 138029 1726888256.31353: stdout chunk (state=3): >>># cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux <<< 138029 1726888256.31386: stdout chunk (state=3): >>># cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux <<< 138029 1726888256.31425: 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 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 <<< 138029 1726888256.31471: stdout chunk (state=3): >>># 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 <<< 138029 1726888256.31512: stdout chunk (state=3): >>># cleanup[3] wiping _locale <<< 138029 1726888256.31539: stdout chunk (state=3): >>># destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # 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 <<< 138029 1726888256.31591: 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 <<< 138029 1726888256.31669: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888256.31673: 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 <<< 138029 1726888256.31696: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # 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 <<< 138029 1726888256.32698: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888256.32701: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev <<< 138029 1726888256.32799: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888256.32902: stdout chunk (state=3): >>># destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch <<< 138029 1726888256.32933: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 138029 1726888256.32999: 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 blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 138029 1726888256.33033: 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 # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux <<< 138029 1726888256.33132: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 138029 1726888256.33146: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib # destroy _signal <<< 138029 1726888256.33173: stdout chunk (state=3): >>># destroy keyword # destroy abc <<< 138029 1726888256.33235: 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 # 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 <<< 138029 1726888256.33283: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections <<< 138029 1726888256.33308: 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 # destroy platform # destroy distro # destroy datetime <<< 138029 1726888256.33367: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 138029 1726888256.33420: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888256.33590: 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 <<< 138029 1726888256.33602: stdout chunk (state=3): >>># destroy re # destroy _random <<< 138029 1726888256.33648: stdout chunk (state=3): >>># destroy _thread # destroy itertools <<< 138029 1726888256.33662: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 138029 1726888256.34385: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888256.34411: stderr chunk (state=3): >>><<< 138029 1726888256.34415: stdout chunk (state=3): >>><<< 138029 1726888256.34651: _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 0x7f4d47fbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47f8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47fbe930> 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 0x7f4d47fccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f4d47fcdfd0> 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 0x7f4d47dd3dd0> # /usr/lib64/python3.12/__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 0x7f4d47dd3fe0> # /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 0x7f4d47e037a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e03e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47de3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47de11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47dd0f80> # /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 0x7f4d47e27710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e26330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47de21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47dd2840> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e58740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47dd0200> # /usr/lib64/python3.12/__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 0x7f4d47e58bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e58aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4d47e58e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47dc6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f4d47e59520> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e591f0> 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 0x7f4d47e5a420> 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 0x7f4d47e705f0> 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 0x7f4d47e71cd0> # /usr/lib64/python3.12/__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 0x7f4d47e72b70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4d47e731a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e720c0> # /usr/lib64/python3.12/__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 0x7f4d47e73c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e73350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e58da0> # /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 0x7f4d47bb3b30> # /usr/lib64/python3.12/__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 0x7f4d47be0560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47be02f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4d47be0590> # /usr/lib64/python3.12/__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 0x7f4d47be0e90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4d47be17c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47be0770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47bb1cd0> # /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 0x7f4d47be2ba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47be18e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47e5ab10> # /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 0x7f4d47c0aea0> # /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 0x7f4d47c33260> # /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 0x7f4d47c5bfb0> # /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 0x7f4d47c8e750> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47c8c110> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47c33ef0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d475290d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47c32060> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47be3aa0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4d47c32660> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_vnl7psf0/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 0x7f4d47576d20> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47559c10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47558d70> # 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 0x7f4d47574bf0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f4d475ae540> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d475ae2d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d475adbe0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f4d475ae630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47be0440> 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 0x7f4d475af230> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4d475af470> # /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 0x7f4d475af950> 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 0x7f4d47415640> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4d474172f0> # /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 0x7f4d47417cb0> # /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 0x7f4d47418e90> # /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 0x7f4d4741b920> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4d4741bc50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47419c10> # /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 0x7f4d47423920> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d474223f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47422150> # /usr/lib64/python3.12/__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 0x7f4d474226c0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d4741a0f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4d47467b90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47467e90> # /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 0x7f4d474697f0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d474695b0> # /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 0x7f4d4746bc80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47469df0> # /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 0x7f4d4746f410> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d4746bda0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4d474704a0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4d47470650> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4d47470740> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47467fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f4d47473da0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4d474fcb00> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47472510> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4d474738c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47472150> # 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 0x7f4d47300d70> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f4d47301a90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d474fc9e0> 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 0x7f4d47301b80> # 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 0x7f4d47302db0> # 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 0x7f4d4730d940> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d4730bb90> 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 0x7f4d474025a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d475de240> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d4730db20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d4730d6d0> # 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 0x7f4d46fc88c0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47383ce0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47381670> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d473a3b00> # 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 0x7f4d46fda450> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46fda060> # /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 0x7f4d46ffcbc0> # /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 0x7f4d46ffde20> # 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 0x7f4d46ffd730> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46ffd580> # /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 0x7f4d470002c0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46ffff20> # /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 0x7f4d47002090> # 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 0x7f4d47001e20> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d470016d0> # /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 0x7f4d47004e00> # /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 0x7f4d47005160> # /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 0x7f4d470055e0> # /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 0x7f4d47005e20> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47004470> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47003ef0> # 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 0x7f4d470065a0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47003a70> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d470039e0> # /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 0x7f4d47048cb0> # /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 0x7f4d47049b50> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47049220> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47006f60> 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 0x7f4d47052570> 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 0x7f4d47057c80> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47000c20> # /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 0x7f4d46ee5be0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46ee5400> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47052150> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46fda630> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46fd9400> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47be0470> # /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 0x7f4d46efa420> # /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 0x7f4d46efc1d0> # /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 0x7f4d46eff9b0> # /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 0x7f4d46efffe0> # /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 0x7f4d46f00fe0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f00e90> # /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 0x7f4d46f01280> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f00c20> # /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 0x7f4d46f01760> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f015b0> # /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 0x7f4d46f01ac0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f017c0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f003b0> # /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 0x7f4d46f00a40> # /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 0x7f4d46f05a30> # /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 0x7f4d46f05dc0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f05790> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f04e00> # /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 0x7f4d46f05f40> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46eff650> # /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 0x7f4d46f05fd0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46efd1c0> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46efc890> # /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 0x7f4d46f0dee0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f0cd10> # /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 0x7f4d46f0fda0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46efcef0> # /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 0x7f4d47097d70> # /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 0x7f4d45f84080> # /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 0x7f4d45f84830> # /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 0x7f4d45f84e60> # /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 0x7f4d45f85190> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f43ec0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f43620> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f40440> # /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 0x7f4d45f87ec0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f411c0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47097f20> # /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 0x7f4d45f94500> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f40740> # /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 0x7f4d45f87cb0> # /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 0x7f4d45f94b30> # /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 0x7f4d45f95310> # /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 0x7f4d45fc0d70> # /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 0x7f4d45fc1e80> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45fc1880> # /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 0x7f4d45fc2270> # /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 0x7f4d45fc2e10> # /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 0x7f4d45d6db20> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45d6c800> # /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 0x7f4d45d6ef60> # /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 0x7f4d45d902c0> # /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 0x7f4d45d91100> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45fb6060> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45fb5cd0> # /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 0x7f4d45d93710> # /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 0x7f4d45dc4110> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45d936e0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45d92bd0> # /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 0x7f4d45de0920> # /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 0x7f4d45de0a70> # /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 0x7f4d45df8200> # /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 0x7f4d45df88c0> # /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 0x7f4d45df91f0> # /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 0x7f4d45df9670> # /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 0x7f4d45df9c10> # /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 0x7f4d45df9ee0> # /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 0x7f4d45dfa480> # /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 0x7f4d45dfa660> # /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 0x7f4d45dfb920> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45dfb7a0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45dfa840> # /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 0x7f4d45e305f0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45e30200> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45dfb680> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45de0f80> # /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 0x7f4d45e5bf20> # /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 0x7f4d45c5c350> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45de2bd0> # /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 0x7f4d45c5f3b0> # /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 0x7f4d45c5f530> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45c5eab0> # /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 0x7f4d45c75a30> # /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 0x7f4d45c76e70> # /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 0x7f4d45c77650> # /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 0x7f4d45c77f20> # /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 0x7f4d45c8dd00> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d47095640> # /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 0x7f4d45fb59a0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46f125a0> # /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 0x7f4d45cc0e90> # /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 0x7f4d45cc1ca0> # /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 0x7f4d45cc2480> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45cafda0> # /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 0x7f4d45ce3f50> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45ce26c0> # /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 0x7f4d45d09ac0> # /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 0x7f4d45d23680> # /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 0x7f4d45b4fb30> # /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 0x7f4d45b65e50> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45b4ff50> # /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 0x7f4d45b9c2f0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45d0bf20> # /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 0x7f4d45d201a0> # /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 0x7f4d45bfa360> # /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 0x7f4d45bfae70> # /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 0x7f4d45bfb9b0> # /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 0x7f4d45bfbe30> # /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 0x7f4d45c10d40> # /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 0x7f4d45c11610> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d46efc320> # /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 0x7f4d45c12090> # /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 0x7f4d45a5ca70> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45c2e750> # 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 0x7f4d45abc0b0> # 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 0x7f4d45abc410> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45aa4470> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45a8fbf0> # /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 0x7f4d45aa4650> # /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 0x7f4d45abfec0> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45abf410> # /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 0x7f4d459303b0> # /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 0x7f4d45932540> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d459322d0> # /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 0x7f4d45932840> # /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 0x7f4d45932b40> # /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 0x7f4d45932cf0> # /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 0x7f4d45932f30> # /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 0x7f4d45933440> # /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 0x7f4d45933f50> # /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 0x7f4d45954140> # /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 0x7f4d45954320> # /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 0x7f4d45954920> # /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 0x7f4d45955250> # /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 0x7f4d45955670> # /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 0x7f4d459558b0> # /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 0x7f4d459559a0> # /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 0x7f4d45955c70> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45931b80> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45930c20> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45930b30> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45abd2e0> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4d45a8d4f0> # /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 0x7f4d459f8920> {"changed": true, "actions": [{"action": "destroy device", "fs_type": null, "device": "/dev/vg1"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/md/vg1-1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/md/vg1-1"}, {"action": "destroy format", "fs_type": "mdmember", "device": "/dev/sdb1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/sdb1"}, {"action": "destroy format", "fs_type": "disklabel", "device": "/dev/sdb"}, {"action": "destroy format", "fs_type": "mdmember", "device": "/dev/sdc1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/sdc1"}, {"action": "destroy format", "fs_type": "disklabel", "device": "/dev/sdc"}, {"action": "destroy format", "fs_type": "mdmember", "device": "/dev/sda1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/sda1"}, {"action": "destroy format", "fs_type": "disklabel", "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": [], "crypts": [], "pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid0", "raid_device_count": 3, "raid_spare_count": 0, "raid_metadata_version": "1.0", "raid_chunk_size": "1024 KiB", "shared": false, "state": "absent", "type": "lvm", "volumes": []}], "volumes": [], "packages": ["xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "vg1", "raid_level": "raid0", "raid_device_count": 3, "raid_spare_count": 0, "raid_metadata_version": "1.0", "raid_chunk_size": "1024 KiB", "shared": false, "state": "absent", "type": "lvm", "volumes": []}], "volumes": [], "use_partitions": true, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # 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 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 blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888256.36191: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [{'name': 'vg1', 'disks': ['sda', 'sdb', 'sdc'], 'type': 'lvm', 'raid_level': 'raid0', 'raid_device_count': 3, 'raid_metadata_version': '1.0', 'raid_chunk_size': '1024 KiB', 'state': 'absent'}], 'volumes': [], 'use_partitions': True, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726888253.433464-146445-128017574012640/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888256.36195: _low_level_execute_command(): starting 138029 1726888256.36197: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888253.433464-146445-128017574012640/ > /dev/null 2>&1 && sleep 0' 138029 1726888256.36586: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888256.36590: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888256.36686: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888256.36722: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888256.36741: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888256.36767: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888256.36888: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888256.38778: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888256.38830: stderr chunk (state=3): >>><<< 138029 1726888256.38846: stdout chunk (state=3): >>><<< 138029 1726888256.39061: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888256.39064: handler run complete 138029 1726888256.39067: attempt loop complete, returning result 138029 1726888256.39069: _execute() done 138029 1726888256.39072: dumping result to json 138029 1726888256.39074: done dumping result, returning 138029 1726888256.39076: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-5a58-73a2-0000000047a6] 138029 1726888256.39078: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a6 changed: [managed_node3] => { "actions": [ { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "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": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } 138029 1726888256.39873: no more pending results, returning what we have 138029 1726888256.39877: results queue empty 138029 1726888256.39878: checking for any_errors_fatal 138029 1726888256.39886: done checking for any_errors_fatal 138029 1726888256.39887: checking for max_fail_percentage 138029 1726888256.39889: done checking for max_fail_percentage 138029 1726888256.39890: checking to see if all hosts have failed and the running result is not ok 138029 1726888256.39891: done checking to see if all hosts have failed 138029 1726888256.39891: getting the remaining hosts for this loop 138029 1726888256.39893: done getting the remaining hosts for this loop 138029 1726888256.39903: getting the next task for host managed_node3 138029 1726888256.39910: done getting next task for host managed_node3 138029 1726888256.39914: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 138029 1726888256.39917: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888256.39926: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a6 138029 1726888256.39929: WORKER PROCESS EXITING 138029 1726888256.39944: getting variables 138029 1726888256.39946: in VariableManager get_vars() 138029 1726888256.40132: Calling all_inventory to load vars for managed_node3 138029 1726888256.40135: Calling groups_inventory to load vars for managed_node3 138029 1726888256.40137: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888256.40146: Calling all_plugins_play to load vars for managed_node3 138029 1726888256.40148: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888256.40151: Calling groups_plugins_play to load vars for managed_node3 138029 1726888256.40883: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888256.41606: done with get_vars() 138029 1726888256.41621: done getting variables 138029 1726888256.41694: 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:10:56 -0400 (0:00:03.046) 0:04:29.140 ****** 138029 1726888256.41731: entering _queue_task() for managed_node3/command 138029 1726888256.42108: worker is 1 (out of 1 available) 138029 1726888256.42269: exiting _queue_task() for managed_node3/command 138029 1726888256.42280: done queuing things up, now waiting for results queue to drain 138029 1726888256.42281: waiting for pending results... 138029 1726888256.42569: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 138029 1726888256.43166: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047a7 138029 1726888256.43170: variable 'ansible_search_path' from source: unknown 138029 1726888256.43173: variable 'ansible_search_path' from source: unknown 138029 1726888256.43177: calling self._execute() 138029 1726888256.43280: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888256.43300: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888256.43315: variable 'omit' from source: magic vars 138029 1726888256.43729: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888256.45461: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888256.46337: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888256.46387: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888256.46427: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888256.46459: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888256.46543: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888256.46583: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888256.46614: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888256.46716: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888256.46737: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888256.46872: Evaluated conditional (storage_udevadm_trigger | d(false)): False 138029 1726888256.46876: when evaluation is False, skipping this task 138029 1726888256.46879: _execute() done 138029 1726888256.46881: dumping result to json 138029 1726888256.46883: done dumping result, returning 138029 1726888256.46890: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-5a58-73a2-0000000047a7] 138029 1726888256.46895: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a7 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 138029 1726888256.47046: no more pending results, returning what we have 138029 1726888256.47050: results queue empty 138029 1726888256.47051: checking for any_errors_fatal 138029 1726888256.47077: done checking for any_errors_fatal 138029 1726888256.47078: checking for max_fail_percentage 138029 1726888256.47080: done checking for max_fail_percentage 138029 1726888256.47081: checking to see if all hosts have failed and the running result is not ok 138029 1726888256.47082: done checking to see if all hosts have failed 138029 1726888256.47083: getting the remaining hosts for this loop 138029 1726888256.47085: done getting the remaining hosts for this loop 138029 1726888256.47089: getting the next task for host managed_node3 138029 1726888256.47095: done getting next task for host managed_node3 138029 1726888256.47099: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 138029 1726888256.47103: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888256.47130: getting variables 138029 1726888256.47132: in VariableManager get_vars() 138029 1726888256.47179: Calling all_inventory to load vars for managed_node3 138029 1726888256.47182: Calling groups_inventory to load vars for managed_node3 138029 1726888256.47184: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888256.47190: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a7 138029 1726888256.47192: WORKER PROCESS EXITING 138029 1726888256.47200: Calling all_plugins_play to load vars for managed_node3 138029 1726888256.47203: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888256.47206: Calling groups_plugins_play to load vars for managed_node3 138029 1726888256.47589: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888256.47958: done with get_vars() 138029 1726888256.47971: 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:10:56 -0400 (0:00:00.063) 0:04:29.203 ****** 138029 1726888256.48036: entering _queue_task() for managed_node3/stat 138029 1726888256.48270: worker is 1 (out of 1 available) 138029 1726888256.48284: exiting _queue_task() for managed_node3/stat 138029 1726888256.48297: done queuing things up, now waiting for results queue to drain 138029 1726888256.48299: waiting for pending results... 138029 1726888256.48501: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 138029 1726888256.48592: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047a8 138029 1726888256.48605: variable 'ansible_search_path' from source: unknown 138029 1726888256.48609: variable 'ansible_search_path' from source: unknown 138029 1726888256.48636: calling self._execute() 138029 1726888256.48734: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888256.48738: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888256.48749: variable 'omit' from source: magic vars 138029 1726888256.48836: variable 'omit' from source: magic vars 138029 1726888256.48897: variable 'omit' from source: magic vars 138029 1726888256.48921: variable 'omit' from source: magic vars 138029 1726888256.48953: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888256.48989: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888256.49005: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888256.49020: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888256.49029: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888256.49043: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888256.49058: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888256.49084: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888256.49088: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888256.49090: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888256.49215: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888256.49219: Set connection var ansible_timeout to 10 138029 1726888256.49222: Set connection var ansible_pipelining to False 138029 1726888256.49224: Set connection var ansible_shell_type to sh 138029 1726888256.49227: Set connection var ansible_connection to ssh 138029 1726888256.49229: Set connection var ansible_shell_executable to /bin/sh 138029 1726888256.49235: variable 'ansible_shell_executable' from source: unknown 138029 1726888256.49238: variable 'ansible_connection' from source: unknown 138029 1726888256.49241: variable 'ansible_module_compression' from source: unknown 138029 1726888256.49243: variable 'ansible_shell_type' from source: unknown 138029 1726888256.49246: variable 'ansible_shell_executable' from source: unknown 138029 1726888256.49248: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888256.49253: variable 'ansible_pipelining' from source: unknown 138029 1726888256.49257: variable 'ansible_timeout' from source: unknown 138029 1726888256.49260: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888256.49418: 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) 138029 1726888256.49433: variable 'omit' from source: magic vars 138029 1726888256.49436: starting attempt loop 138029 1726888256.49439: running the handler 138029 1726888256.49448: _low_level_execute_command(): starting 138029 1726888256.49456: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888256.50179: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888256.50209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888256.50299: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888256.50368: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888256.52015: stdout chunk (state=3): >>>/root <<< 138029 1726888256.52154: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888256.52189: stderr chunk (state=3): >>><<< 138029 1726888256.52196: stdout chunk (state=3): >>><<< 138029 1726888256.52235: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888256.52363: _low_level_execute_command(): starting 138029 1726888256.52369: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888256.522505-146552-48272662573318 `" && echo ansible-tmp-1726888256.522505-146552-48272662573318="` echo /root/.ansible/tmp/ansible-tmp-1726888256.522505-146552-48272662573318 `" ) && sleep 0' 138029 1726888256.52919: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888256.52932: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888256.52979: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888256.52992: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888256.53049: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888256.55037: stdout chunk (state=3): >>>ansible-tmp-1726888256.522505-146552-48272662573318=/root/.ansible/tmp/ansible-tmp-1726888256.522505-146552-48272662573318 <<< 138029 1726888256.55170: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888256.55173: stdout chunk (state=3): >>><<< 138029 1726888256.55184: stderr chunk (state=3): >>><<< 138029 1726888256.55361: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888256.522505-146552-48272662573318=/root/.ansible/tmp/ansible-tmp-1726888256.522505-146552-48272662573318 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888256.55374: variable 'ansible_module_compression' from source: unknown 138029 1726888256.55377: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888256.55395: variable 'ansible_facts' from source: unknown 138029 1726888256.55499: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888256.522505-146552-48272662573318/AnsiballZ_stat.py 138029 1726888256.55682: Sending initial data 138029 1726888256.55692: Sent initial data (153 bytes) 138029 1726888256.56267: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888256.56282: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888256.56296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888256.56370: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888256.56408: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888256.56424: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888256.56445: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888256.56522: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888256.58144: 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 <<< 138029 1726888256.58240: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888256.58342: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp_n8k80tc /root/.ansible/tmp/ansible-tmp-1726888256.522505-146552-48272662573318/AnsiballZ_stat.py <<< 138029 1726888256.58373: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888256.522505-146552-48272662573318/AnsiballZ_stat.py" <<< 138029 1726888256.58492: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp_n8k80tc" to remote "/root/.ansible/tmp/ansible-tmp-1726888256.522505-146552-48272662573318/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888256.522505-146552-48272662573318/AnsiballZ_stat.py" <<< 138029 1726888256.60122: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888256.60266: stderr chunk (state=3): >>><<< 138029 1726888256.60270: stdout chunk (state=3): >>><<< 138029 1726888256.60273: done transferring module to remote 138029 1726888256.60275: _low_level_execute_command(): starting 138029 1726888256.60290: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888256.522505-146552-48272662573318/ /root/.ansible/tmp/ansible-tmp-1726888256.522505-146552-48272662573318/AnsiballZ_stat.py && sleep 0' 138029 1726888256.60911: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888256.60923: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888256.60936: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888256.60971: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888256.61059: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888256.61083: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888256.61159: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888256.63046: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888256.63065: stdout chunk (state=3): >>><<< 138029 1726888256.63080: stderr chunk (state=3): >>><<< 138029 1726888256.63104: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888256.63113: _low_level_execute_command(): starting 138029 1726888256.63208: _low_level_execute_command(): using become for this command 138029 1726888256.63211: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-narzytnhopdreuccablrpniucbbiscoj ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888256.522505-146552-48272662573318/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888256.63459: Initial state: awaiting_escalation: BECOME-SUCCESS-narzytnhopdreuccablrpniucbbiscoj 138029 1726888256.64059: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888256.64211: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888256.64233: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888256.64329: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888256.67302: stdout chunk (state=1): >>>BECOME-SUCCESS-narzytnhopdreuccablrpniucbbiscoj <<< 138029 1726888256.67306: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-narzytnhopdreuccablrpniucbbiscoj' 138029 1726888256.67620: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888256.67648: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888256.67664: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888256.67693: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888256.67737: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888256.67761: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888256.67789: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888256.67839: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888256.67872: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888256.67878: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888256.67911: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888256.67914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888256.67937: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888256.67947: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888256.67988: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888256.68011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888256.68059: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3fbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3f8ba10> <<< 138029 1726888256.68085: 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 0x7f90d3fbe930> <<< 138029 1726888256.68089: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888256.68138: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888256.68150: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 138029 1726888256.68186: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888256.68189: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888256.68274: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888256.68302: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888256.68347: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888256.68396: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 138029 1726888256.68407: 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' <<< 138029 1726888256.68433: 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' <<< 138029 1726888256.68466: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3fccfe0> <<< 138029 1726888256.68512: 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 <<< 138029 1726888256.68518: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888256.68546: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3fcdfd0> <<< 138029 1726888256.68549: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888256.68590: 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. <<< 138029 1726888256.68817: 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' <<< 138029 1726888256.68851: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888256.68856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888256.68879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888256.68933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888256.68997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888256.69003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3dcbe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888256.69052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 138029 1726888256.69057: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3dcbf50> <<< 138029 1726888256.69067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888256.69099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888256.69113: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888256.69172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888256.69184: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888256.69227: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 138029 1726888256.69265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e03890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888256.69305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e03f20> import '_collections' # <<< 138029 1726888256.69321: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3de3b60> import '_functools' # <<< 138029 1726888256.69363: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3de1280> <<< 138029 1726888256.69464: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3dc9040> <<< 138029 1726888256.69494: 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' <<< 138029 1726888256.69532: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888256.69560: 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' <<< 138029 1726888256.69580: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888256.69603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888256.69612: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e27800> <<< 138029 1726888256.69642: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e26450> <<< 138029 1726888256.69667: 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' <<< 138029 1726888256.69681: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3de2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e24bf0> <<< 138029 1726888256.69713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888256.69739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e58890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3dc82c0> <<< 138029 1726888256.69760: 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' <<< 138029 1726888256.69779: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888256.69807: 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 0x7f90d3e58d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e58bf0> <<< 138029 1726888256.69826: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888256.69834: 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 0x7f90d3e58fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3dc6de0> <<< 138029 1726888256.69885: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888256.69888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888256.69923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888256.69954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888256.69962: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e59670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e59370> import 'importlib.machinery' # <<< 138029 1726888256.69991: 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' <<< 138029 1726888256.70021: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e5a540> <<< 138029 1726888256.70074: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888256.70080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888256.70118: 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 0x7f90d3e70740> <<< 138029 1726888256.70135: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888256.70168: 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 0x7f90d3e71e20> <<< 138029 1726888256.70196: 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' <<< 138029 1726888256.70214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888256.70223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888256.70232: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e72cc0> <<< 138029 1726888256.70289: 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 0x7f90d3e732f0> <<< 138029 1726888256.70304: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e72210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888256.70319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888256.70352: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888256.70367: 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 0x7f90d3e73d70> <<< 138029 1726888256.70415: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e734a0> <<< 138029 1726888256.70467: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e5a4b0> <<< 138029 1726888256.70523: 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 <<< 138029 1726888256.70567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888256.70576: 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 0x7f90d3bffc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888256.70691: 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 0x7f90d3c287a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3c28500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d3c287d0> <<< 138029 1726888256.70748: 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' <<< 138029 1726888256.70751: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888256.70918: 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 0x7f90d3c29100> <<< 138029 1726888256.71032: 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 0x7f90d3c29ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3c289b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3bfddf0> <<< 138029 1726888256.71068: 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' <<< 138029 1726888256.71128: 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 0x7f90d3c2ae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3c29940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e5ac60> <<< 138029 1726888256.71177: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888256.71237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888256.71301: 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' <<< 138029 1726888256.71323: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3c531d0> <<< 138029 1726888256.71371: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888256.71422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888256.71442: 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' <<< 138029 1726888256.71476: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3c7f560> <<< 138029 1726888256.71509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888256.71539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888256.71589: 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 0x7f90d3cd82f0> <<< 138029 1726888256.71616: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888256.71643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888256.71695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888256.71706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888256.71795: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3cdaa20> <<< 138029 1726888256.71873: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3cd83e0> <<< 138029 1726888256.71919: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3ca52e0> <<< 138029 1726888256.71939: 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' <<< 138029 1726888256.71966: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3ad93d0> <<< 138029 1726888256.71971: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3c7e360> <<< 138029 1726888256.71984: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3c2bda0> <<< 138029 1726888256.72125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888256.72153: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f90d3c7e6c0> <<< 138029 1726888256.72440: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_k22ih54t/ansible_stat_payload.zip' <<< 138029 1726888256.72447: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.72581: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.72605: 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' <<< 138029 1726888256.72648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888256.72721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888256.72754: 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' <<< 138029 1726888256.72765: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3b2f0b0> import '_typing' # <<< 138029 1726888256.72966: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3b0dfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3b0d100> # zipimport: zlib available <<< 138029 1726888256.72984: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888256.73013: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.73046: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.73052: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888256.73069: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.74420: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.75519: 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' <<< 138029 1726888256.75544: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3b2ce00> <<< 138029 1726888256.75554: 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' <<< 138029 1726888256.75573: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888256.75584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888256.75605: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888256.75613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888256.75639: 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 0x7f90d3b56990> <<< 138029 1726888256.75678: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3b56720> <<< 138029 1726888256.75704: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3b56030> <<< 138029 1726888256.75727: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888256.75732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888256.75807: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3b56480> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3f8a9c0> import 'atexit' # <<< 138029 1726888256.75815: 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 0x7f90d3b576b0> <<< 138029 1726888256.75840: 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 0x7f90d3b57890> <<< 138029 1726888256.75869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888256.75906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888256.75924: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888256.75970: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3b57dd0> <<< 138029 1726888256.75977: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888256.75996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888256.76026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888256.76057: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d350db80> <<< 138029 1726888256.76092: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888256.76096: 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 0x7f90d350f7a0> <<< 138029 1726888256.76114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888256.76129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888256.76170: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3510140> <<< 138029 1726888256.76181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888256.76222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888256.76235: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d35112e0> <<< 138029 1726888256.76252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888256.76284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888256.76306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888256.76311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888256.76374: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3513da0> <<< 138029 1726888256.76412: 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' <<< 138029 1726888256.76415: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d3dc6ed0> <<< 138029 1726888256.76421: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3512060> <<< 138029 1726888256.76448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888256.76472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888256.76496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888256.76506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888256.76525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888256.76560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888256.76604: 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 0x7f90d351bd10> <<< 138029 1726888256.76618: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888256.76689: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d351a7e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d351a540> <<< 138029 1726888256.76705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888256.76708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888256.76774: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d351aab0> <<< 138029 1726888256.76798: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3512570> <<< 138029 1726888256.76825: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888256.76830: 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 0x7f90d355ff80> <<< 138029 1726888256.76857: 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 0x7f90d35604a0> <<< 138029 1726888256.76881: 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 <<< 138029 1726888256.76899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888256.76913: 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' <<< 138029 1726888256.76958: 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 0x7f90d3561b20> <<< 138029 1726888256.76971: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d35618e0> <<< 138029 1726888256.76977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888256.77080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888256.77126: 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 0x7f90d3563fe0> <<< 138029 1726888256.77140: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3562150> <<< 138029 1726888256.77154: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888256.77191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888256.77215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888256.77223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888256.77234: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888256.77285: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3567830> <<< 138029 1726888256.77413: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3564200> <<< 138029 1726888256.77490: 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 0x7f90d35685f0> <<< 138029 1726888256.77502: 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 0x7f90d3568620> <<< 138029 1726888256.77552: 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 0x7f90d3568ad0> <<< 138029 1726888256.77567: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3560200> <<< 138029 1726888256.77581: 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 <<< 138029 1726888256.77599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888256.77603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888256.77625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888256.77652: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888256.77721: 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 0x7f90d35f41a0> <<< 138029 1726888256.77841: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888256.77890: 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 0x7f90d35f54c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d356a930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d356bce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d356a5a0> <<< 138029 1726888256.77918: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888256.77951: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888256.78018: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.78111: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888256.78144: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.78149: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.78172: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888256.78285: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.78418: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.78939: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.79475: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888256.79486: 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' # <<< 138029 1726888256.79539: 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' <<< 138029 1726888256.79600: 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 0x7f90d35f97c0> <<< 138029 1726888256.79687: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 138029 1726888256.79691: 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 0x7f90d35fa5a0> <<< 138029 1726888256.79693: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d35f55b0> <<< 138029 1726888256.79737: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888256.79756: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.79789: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.79793: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 138029 1726888256.79808: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.79944: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.80120: 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 0x7f90d35fa360> # zipimport: zlib available <<< 138029 1726888256.80577: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.81013: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.81093: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.81183: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888256.81187: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.81252: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.81262: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888256.81372: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.81440: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888256.81445: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888256.81478: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888256.81505: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.81547: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888256.81549: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.81780: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.82020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888256.82066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888256.82069: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888256.82140: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d35fb7d0> <<< 138029 1726888256.82149: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.82221: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.82296: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888256.82316: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888256.82330: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.82378: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.82420: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888256.82424: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.82475: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.82518: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.82582: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.82643: 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 <<< 138029 1726888256.82686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888256.82762: 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 0x7f90d34062a0> <<< 138029 1726888256.82798: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3401a00> <<< 138029 1726888256.82820: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 138029 1726888256.82838: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 138029 1726888256.82842: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.82909: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.82969: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.83000: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.83041: 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' <<< 138029 1726888256.83066: 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 <<< 138029 1726888256.83081: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888256.83105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888256.83162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888256.83186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888256.83195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888256.83257: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3bb6ba0> <<< 138029 1726888256.83296: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3ba6870> <<< 138029 1726888256.83378: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3406330> <<< 138029 1726888256.83388: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3569b50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888256.83396: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.83418: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.83452: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 138029 1726888256.83457: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888256.83510: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888256.83515: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.83542: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.83557: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 138029 1726888256.83562: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.83684: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.83876: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888256.85205: 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": 257949954, "dev": 51714, "nlink": 1, "atime": 1726888210.4591713, "mtime": 1726888206.3111417, "ctime": 1726888206.3111417, "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": "585673919", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888256.85232: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888256.85646: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888256.85700: 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 <<< 138029 1726888256.85704: stdout chunk (state=3): >>># restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections <<< 138029 1726888256.85809: stdout chunk (state=3): >>># cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # 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.<<< 138029 1726888256.85820: stdout chunk (state=3): >>>six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text <<< 138029 1726888256.85836: 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.modules # destroy ansible.modules <<< 138029 1726888256.86053: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888256.86069: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888256.86091: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888256.86109: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888256.86138: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 138029 1726888256.86143: stdout chunk (state=3): >>># destroy ipaddress <<< 138029 1726888256.86174: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888256.86179: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888256.86207: 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 <<< 138029 1726888256.86212: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 138029 1726888256.86228: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888256.86253: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888256.86258: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog <<< 138029 1726888256.86271: stdout chunk (state=3): >>># destroy uuid <<< 138029 1726888256.86286: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 138029 1726888256.86296: stdout chunk (state=3): >>># destroy array <<< 138029 1726888256.86304: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888256.86321: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888256.86330: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888256.86393: 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 <<< 138029 1726888256.86400: 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 <<< 138029 1726888256.86413: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 138029 1726888256.86459: 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 <<< 138029 1726888256.86462: 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 <<< 138029 1726888256.86494: 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 <<< 138029 1726888256.86508: 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 <<< 138029 1726888256.86519: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 138029 1726888256.86538: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888256.86668: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888256.86679: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888256.86684: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888256.86717: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888256.86719: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888256.86746: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888256.86775: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888256.86789: 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 <<< 138029 1726888256.86805: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888256.86905: 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 <<< 138029 1726888256.86911: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 138029 1726888256.86928: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888256.86959: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888256.86962: stdout chunk (state=3): >>># destroy _operator <<< 138029 1726888256.86982: stdout chunk (state=3): >>># destroy _string # destroy re <<< 138029 1726888256.86985: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888256.87000: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888256.87006: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888256.87502: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888256.87536: stderr chunk (state=3): >>><<< 138029 1726888256.87539: stdout chunk (state=3): >>><<< 138029 1726888256.87609: _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 0x7f90d3fbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3f8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3fbe930> 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 0x7f90d3fccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f90d3fcdfd0> 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 0x7f90d3dcbe90> # /usr/lib64/python3.12/__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 0x7f90d3dcbf50> # /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 0x7f90d3e03890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e03f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3de3b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3de1280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3dc9040> # /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 0x7f90d3e27800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e26450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3de2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e24bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e58890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3dc82c0> # /usr/lib64/python3.12/__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 0x7f90d3e58d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e58bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d3e58fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3dc6de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f90d3e59670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e59370> 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 0x7f90d3e5a540> 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 0x7f90d3e70740> 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 0x7f90d3e71e20> # /usr/lib64/python3.12/__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 0x7f90d3e72cc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d3e732f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e72210> # /usr/lib64/python3.12/__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 0x7f90d3e73d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e734a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e5a4b0> # /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 0x7f90d3bffc50> # /usr/lib64/python3.12/__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 0x7f90d3c287a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3c28500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d3c287d0> # /usr/lib64/python3.12/__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 0x7f90d3c29100> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d3c29ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3c289b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3bfddf0> # /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 0x7f90d3c2ae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3c29940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3e5ac60> # /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 0x7f90d3c531d0> # /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 0x7f90d3c7f560> # /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 0x7f90d3cd82f0> # /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 0x7f90d3cdaa20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3cd83e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3ca52e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3ad93d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3c7e360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3c2bda0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f90d3c7e6c0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_k22ih54t/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 0x7f90d3b2f0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3b0dfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3b0d100> # 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 0x7f90d3b2ce00> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f90d3b56990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3b56720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3b56030> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f90d3b56480> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3f8a9c0> 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 0x7f90d3b576b0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d3b57890> # /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 0x7f90d3b57dd0> 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 0x7f90d350db80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d350f7a0> # /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 0x7f90d3510140> # /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 0x7f90d35112e0> # /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 0x7f90d3513da0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d3dc6ed0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3512060> # /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 0x7f90d351bd10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d351a7e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d351a540> # /usr/lib64/python3.12/__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 0x7f90d351aab0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3512570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d355ff80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d35604a0> # /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 0x7f90d3561b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d35618e0> # /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 0x7f90d3563fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3562150> # /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 0x7f90d3567830> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3564200> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d35685f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d3568620> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d3568ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3560200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f90d35f41a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d35f54c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d356a930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90d356bce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d356a5a0> # 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 0x7f90d35f97c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f90d35fa5a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d35f55b0> 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 0x7f90d35fa360> # 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 0x7f90d35fb7d0> # 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 0x7f90d34062a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3401a00> 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 0x7f90d3bb6ba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3ba6870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3406330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90d3569b50> # 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": 257949954, "dev": 51714, "nlink": 1, "atime": 1726888210.4591713, "mtime": 1726888206.3111417, "ctime": 1726888206.3111417, "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": "585673919", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888256.88152: 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-1726888256.522505-146552-48272662573318/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888256.88158: _low_level_execute_command(): starting 138029 1726888256.88161: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888256.522505-146552-48272662573318/ > /dev/null 2>&1 && sleep 0' 138029 1726888256.88302: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888256.88306: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888256.88309: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888256.88319: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888256.88327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888256.88375: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888256.88379: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888256.88389: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888256.88447: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888256.90380: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888256.90384: stderr chunk (state=3): >>><<< 138029 1726888256.90387: stdout chunk (state=3): >>><<< 138029 1726888256.90420: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888256.90423: handler run complete 138029 1726888256.90462: attempt loop complete, returning result 138029 1726888256.90468: _execute() done 138029 1726888256.90471: dumping result to json 138029 1726888256.90473: done dumping result, returning 138029 1726888256.90529: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-5a58-73a2-0000000047a8] 138029 1726888256.90532: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a8 138029 1726888256.90607: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a8 138029 1726888256.90611: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726888210.4591713, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "ctime": 1726888206.3111417, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 257949954, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726888206.3111417, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "585673919", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 138029 1726888256.90754: no more pending results, returning what we have 138029 1726888256.90893: results queue empty 138029 1726888256.90895: checking for any_errors_fatal 138029 1726888256.90903: done checking for any_errors_fatal 138029 1726888256.90904: checking for max_fail_percentage 138029 1726888256.90905: done checking for max_fail_percentage 138029 1726888256.90907: checking to see if all hosts have failed and the running result is not ok 138029 1726888256.90908: done checking to see if all hosts have failed 138029 1726888256.90908: getting the remaining hosts for this loop 138029 1726888256.90910: done getting the remaining hosts for this loop 138029 1726888256.90914: getting the next task for host managed_node3 138029 1726888256.90921: done getting next task for host managed_node3 138029 1726888256.90925: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 138029 1726888256.90929: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888256.90947: getting variables 138029 1726888256.90949: in VariableManager get_vars() 138029 1726888256.90998: Calling all_inventory to load vars for managed_node3 138029 1726888256.91001: Calling groups_inventory to load vars for managed_node3 138029 1726888256.91004: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888256.91021: Calling all_plugins_play to load vars for managed_node3 138029 1726888256.91024: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888256.91028: Calling groups_plugins_play to load vars for managed_node3 138029 1726888256.99149: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888256.99635: done with get_vars() 138029 1726888256.99649: 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:10:56 -0400 (0:00:00.517) 0:04:29.720 ****** 138029 1726888256.99740: entering _queue_task() for managed_node3/lineinfile 138029 1726888257.00109: worker is 1 (out of 1 available) 138029 1726888257.00126: exiting _queue_task() for managed_node3/lineinfile 138029 1726888257.00138: done queuing things up, now waiting for results queue to drain 138029 1726888257.00140: waiting for pending results... 138029 1726888257.00434: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 138029 1726888257.00680: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047a9 138029 1726888257.00685: variable 'ansible_search_path' from source: unknown 138029 1726888257.00691: variable 'ansible_search_path' from source: unknown 138029 1726888257.00722: calling self._execute() 138029 1726888257.00818: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.00823: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.00832: variable 'omit' from source: magic vars 138029 1726888257.01154: variable '__storage_fstab' from source: set_fact 138029 1726888257.01185: Evaluated conditional (__storage_fstab.stat.exists): True 138029 1726888257.01303: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888257.01541: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888257.01593: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888257.01660: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888257.01703: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888257.01772: variable 'blivet_output' from source: set_fact 138029 1726888257.01795: Evaluated conditional (blivet_output is changed): True 138029 1726888257.01799: variable 'omit' from source: magic vars 138029 1726888257.01842: variable 'omit' from source: magic vars 138029 1726888257.01866: variable '__str' from source: task vars 138029 1726888257.01920: variable '__str' from source: task vars 138029 1726888257.01928: variable '__str' from source: task vars 138029 1726888257.01974: variable '__str' from source: task vars 138029 1726888257.01986: variable 'omit' from source: magic vars 138029 1726888257.02012: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888257.02033: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888257.02047: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888257.02062: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888257.02073: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888257.02086: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888257.02099: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888257.02126: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888257.02129: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.02132: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.02224: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888257.02228: Set connection var ansible_timeout to 10 138029 1726888257.02233: Set connection var ansible_pipelining to False 138029 1726888257.02236: Set connection var ansible_shell_type to sh 138029 1726888257.02238: Set connection var ansible_connection to ssh 138029 1726888257.02240: Set connection var ansible_shell_executable to /bin/sh 138029 1726888257.02262: variable 'ansible_shell_executable' from source: unknown 138029 1726888257.02268: variable 'ansible_connection' from source: unknown 138029 1726888257.02271: variable 'ansible_module_compression' from source: unknown 138029 1726888257.02274: variable 'ansible_shell_type' from source: unknown 138029 1726888257.02276: variable 'ansible_shell_executable' from source: unknown 138029 1726888257.02279: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.02281: variable 'ansible_pipelining' from source: unknown 138029 1726888257.02283: variable 'ansible_timeout' from source: unknown 138029 1726888257.02285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.02398: 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) 138029 1726888257.02407: variable 'omit' from source: magic vars 138029 1726888257.02412: starting attempt loop 138029 1726888257.02415: running the handler 138029 1726888257.02425: _low_level_execute_command(): starting 138029 1726888257.02436: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888257.02919: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888257.02944: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888257.02948: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888257.02951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888257.03011: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888257.03018: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888257.03021: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888257.03072: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888257.04705: stdout chunk (state=3): >>>/root <<< 138029 1726888257.04806: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888257.04835: stderr chunk (state=3): >>><<< 138029 1726888257.04838: stdout chunk (state=3): >>><<< 138029 1726888257.04867: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888257.04879: _low_level_execute_command(): starting 138029 1726888257.04885: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888257.0486472-146571-258608690060509 `" && echo ansible-tmp-1726888257.0486472-146571-258608690060509="` echo /root/.ansible/tmp/ansible-tmp-1726888257.0486472-146571-258608690060509 `" ) && sleep 0' 138029 1726888257.05321: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888257.05325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888257.05327: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888257.05330: 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 <<< 138029 1726888257.05332: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888257.05373: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888257.05380: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888257.05445: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888257.07526: stdout chunk (state=3): >>>ansible-tmp-1726888257.0486472-146571-258608690060509=/root/.ansible/tmp/ansible-tmp-1726888257.0486472-146571-258608690060509 <<< 138029 1726888257.07648: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888257.07683: stderr chunk (state=3): >>><<< 138029 1726888257.07686: stdout chunk (state=3): >>><<< 138029 1726888257.07700: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888257.0486472-146571-258608690060509=/root/.ansible/tmp/ansible-tmp-1726888257.0486472-146571-258608690060509 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888257.07746: variable 'ansible_module_compression' from source: unknown 138029 1726888257.07793: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.lineinfile-ZIP_DEFLATED 138029 1726888257.07824: variable 'ansible_facts' from source: unknown 138029 1726888257.07885: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888257.0486472-146571-258608690060509/AnsiballZ_lineinfile.py 138029 1726888257.07985: Sending initial data 138029 1726888257.07989: Sent initial data (161 bytes) 138029 1726888257.08433: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888257.08438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888257.08440: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888257.08443: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888257.08445: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888257.08495: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888257.08498: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888257.08554: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888257.10087: 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 <<< 138029 1726888257.10091: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 138029 1726888257.10131: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888257.10185: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpbh15purg /root/.ansible/tmp/ansible-tmp-1726888257.0486472-146571-258608690060509/AnsiballZ_lineinfile.py <<< 138029 1726888257.10189: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888257.0486472-146571-258608690060509/AnsiballZ_lineinfile.py" <<< 138029 1726888257.10231: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 138029 1726888257.10235: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpbh15purg" to remote "/root/.ansible/tmp/ansible-tmp-1726888257.0486472-146571-258608690060509/AnsiballZ_lineinfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888257.0486472-146571-258608690060509/AnsiballZ_lineinfile.py" <<< 138029 1726888257.10793: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888257.10834: stderr chunk (state=3): >>><<< 138029 1726888257.10837: stdout chunk (state=3): >>><<< 138029 1726888257.10853: done transferring module to remote 138029 1726888257.10870: _low_level_execute_command(): starting 138029 1726888257.10877: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888257.0486472-146571-258608690060509/ /root/.ansible/tmp/ansible-tmp-1726888257.0486472-146571-258608690060509/AnsiballZ_lineinfile.py && sleep 0' 138029 1726888257.11313: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888257.11316: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888257.11318: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 138029 1726888257.11320: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888257.11322: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888257.11361: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888257.11382: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888257.11426: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888257.13147: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888257.13174: stderr chunk (state=3): >>><<< 138029 1726888257.13177: stdout chunk (state=3): >>><<< 138029 1726888257.13192: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888257.13196: _low_level_execute_command(): starting 138029 1726888257.13198: _low_level_execute_command(): using become for this command 138029 1726888257.13211: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-wmjcqadvsdlvokpspvpqpopatmnjecit ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888257.0486472-146571-258608690060509/AnsiballZ_lineinfile.py'"'"' && sleep 0' 138029 1726888257.13288: Initial state: awaiting_escalation: BECOME-SUCCESS-wmjcqadvsdlvokpspvpqpopatmnjecit 138029 1726888257.13671: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888257.13675: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888257.13696: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888257.13712: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888257.13762: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888257.16592: stdout chunk (state=1): >>>BECOME-SUCCESS-wmjcqadvsdlvokpspvpqpopatmnjecit <<< 138029 1726888257.16596: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-wmjcqadvsdlvokpspvpqpopatmnjecit' 138029 1726888257.16917: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888257.16953: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888257.16978: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888257.16990: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888257.17053: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888257.17059: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888257.17087: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888257.17124: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888257.17150: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888257.17161: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888257.17206: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888257.17210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888257.17235: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888257.17252: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888257.17291: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888257.17310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888257.17324: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a42e83e0> <<< 138029 1726888257.17331: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a42b7a10> <<< 138029 1726888257.17362: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888257.17371: 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 0x7fd9a42ea960> <<< 138029 1726888257.17391: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888257.17416: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888257.17419: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888257.17439: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888257.17477: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888257.17568: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888257.17587: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888257.17618: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888257.17626: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888257.17657: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 138029 1726888257.17661: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888257.17678: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888257.17686: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888257.17713: 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 <<< 138029 1726888257.17718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888257.17743: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4098fe0> <<< 138029 1726888257.17800: 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 <<< 138029 1726888257.17810: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888257.17816: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4099fd0> <<< 138029 1726888257.17846: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888257.17871: 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. <<< 138029 1726888257.18101: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888257.18114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888257.18140: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888257.18143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888257.18173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888257.18214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888257.18231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888257.18248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888257.18268: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a40dfe60> <<< 138029 1726888257.18284: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888257.18313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888257.18334: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888257.18337: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a40dff20> <<< 138029 1726888257.18357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888257.18382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888257.18403: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888257.18460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888257.18473: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888257.18500: 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' <<< 138029 1726888257.18506: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a410f890> <<< 138029 1726888257.18528: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888257.18531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888257.18557: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a410ff20> <<< 138029 1726888257.18566: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888257.18608: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a40efb30> <<< 138029 1726888257.18615: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888257.18651: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a40ed250> <<< 138029 1726888257.18736: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a40dd010> <<< 138029 1726888257.18774: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888257.18787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888257.18798: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888257.18818: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888257.18846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888257.18872: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888257.18882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888257.18916: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a41337d0> <<< 138029 1726888257.18919: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a41323f0> <<< 138029 1726888257.18952: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888257.18963: 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 0x7fd9a40ee240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4130c20> <<< 138029 1726888257.19006: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888257.19017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4164830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a40dc290> <<< 138029 1726888257.19049: 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' <<< 138029 1726888257.19086: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888257.19092: 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 0x7fd9a4164ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4164b90> <<< 138029 1726888257.19112: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888257.19131: 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 0x7fd9a4164f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a40d2db0> <<< 138029 1726888257.19163: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888257.19169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888257.19184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888257.19219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888257.19226: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4165640> <<< 138029 1726888257.19246: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4165310> import 'importlib.machinery' # <<< 138029 1726888257.19275: 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' <<< 138029 1726888257.19292: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4166510> <<< 138029 1726888257.19315: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888257.19345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888257.19378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888257.19412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888257.19417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a417c740> <<< 138029 1726888257.19447: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888257.19471: 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 0x7fd9a417de50> <<< 138029 1726888257.19493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888257.19528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 138029 1726888257.19569: 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 0x7fd9a417ecf0> <<< 138029 1726888257.19574: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888257.19594: 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 0x7fd9a417f2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a417e240> <<< 138029 1726888257.19607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888257.19625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888257.19659: 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 0x7fd9a417fd70> <<< 138029 1726888257.19678: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a417f4a0> <<< 138029 1726888257.19712: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4166570> <<< 138029 1726888257.19736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888257.19769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888257.19785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888257.19800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888257.19836: 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 0x7fd9a3f0bc50> <<< 138029 1726888257.19865: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888257.19871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888257.19897: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888257.19901: 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 0x7fd9a3f34740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3f344a0> <<< 138029 1726888257.19925: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888257.19931: 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 0x7fd9a3f345c0> <<< 138029 1726888257.19964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888257.19973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888257.20033: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888257.20163: 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 0x7fd9a3f35010> <<< 138029 1726888257.20282: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888257.20290: 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 0x7fd9a3f35940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3f348c0> <<< 138029 1726888257.20329: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3f09df0> <<< 138029 1726888257.20358: 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' <<< 138029 1726888257.20380: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888257.20390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 138029 1726888257.20398: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3f36cf0> <<< 138029 1726888257.20419: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3f357c0> <<< 138029 1726888257.20438: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4166c60> <<< 138029 1726888257.20468: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888257.20524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888257.20559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888257.20584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888257.20613: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3f63020> <<< 138029 1726888257.20679: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888257.20713: 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 <<< 138029 1726888257.20740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888257.20792: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3f8b3b0> <<< 138029 1726888257.20830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888257.20858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888257.20907: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888257.20932: 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 0x7fd9a3fe41a0> <<< 138029 1726888257.20954: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888257.21007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888257.21038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888257.21057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888257.21145: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3fe6900> <<< 138029 1726888257.21203: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3fe42c0> <<< 138029 1726888257.21273: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3fb1190> <<< 138029 1726888257.21312: 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 0x7fd9a3929250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3f8a1b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3f37bf0> <<< 138029 1726888257.21497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888257.21520: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd9a39294c0> <<< 138029 1726888257.21936: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_5nn9fi0r/ansible_lineinfile_payload.zip' <<< 138029 1726888257.21962: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.22066: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.22100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888257.22111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888257.22153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888257.22224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888257.22266: 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' <<< 138029 1726888257.22270: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a397af60> <<< 138029 1726888257.22272: stdout chunk (state=3): >>>import '_typing' # <<< 138029 1726888257.22458: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3959e50> <<< 138029 1726888257.22485: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3958fe0> # zipimport: zlib available <<< 138029 1726888257.22517: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888257.22529: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888257.22563: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888257.22596: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.23973: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.25058: 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 0x7fd9a3978e00> <<< 138029 1726888257.25085: 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' <<< 138029 1726888257.25112: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888257.25118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888257.25150: 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' <<< 138029 1726888257.25179: 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 0x7fd9a39aa990> <<< 138029 1726888257.25213: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a39aa720> <<< 138029 1726888257.25244: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a39aa030> <<< 138029 1726888257.25274: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888257.25280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888257.25319: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a39aaa80> <<< 138029 1726888257.25324: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a397b980> import 'atexit' # <<< 138029 1726888257.25358: 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 0x7fd9a39ab710> <<< 138029 1726888257.25382: 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 0x7fd9a39ab8c0> <<< 138029 1726888257.25403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888257.25448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888257.25458: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888257.25506: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a39abe00> <<< 138029 1726888257.25509: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888257.25540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888257.25559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888257.25598: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3811bb0> <<< 138029 1726888257.25629: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888257.25639: 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 0x7fd9a38137d0> <<< 138029 1726888257.25648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888257.25670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888257.25705: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a38141d0> <<< 138029 1726888257.25725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888257.25759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888257.25776: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3815370> <<< 138029 1726888257.25797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888257.25829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888257.25856: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888257.25862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888257.25912: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3817e00> <<< 138029 1726888257.25951: 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 0x7fd9a395aff0> <<< 138029 1726888257.25969: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a38160c0> <<< 138029 1726888257.25989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888257.26025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888257.26040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888257.26045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888257.26070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888257.26094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888257.26121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888257.26124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 138029 1726888257.26144: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a381fbf0> import '_tokenize' # <<< 138029 1726888257.26221: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a381e6c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a381e450> <<< 138029 1726888257.26268: 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' <<< 138029 1726888257.26323: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a381e990> <<< 138029 1726888257.26351: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a38165d0> <<< 138029 1726888257.26397: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888257.26400: 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 0x7fd9a3863e30> <<< 138029 1726888257.26438: 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 0x7fd9a3863ec0> <<< 138029 1726888257.26442: 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 <<< 138029 1726888257.26453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888257.26479: 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' <<< 138029 1726888257.26520: 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 0x7fd9a3865ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3865880> <<< 138029 1726888257.26534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888257.26638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888257.26693: 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 0x7fd9a3867fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a38661b0> <<< 138029 1726888257.26732: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888257.26770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888257.26794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888257.26806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888257.26844: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a386b740> <<< 138029 1726888257.26970: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3868110> <<< 138029 1726888257.27028: 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 0x7fd9a386c4d0> <<< 138029 1726888257.27063: 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 0x7fd9a386c770> <<< 138029 1726888257.27108: 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 0x7fd9a386ca40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a38641d0> <<< 138029 1726888257.27146: 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' <<< 138029 1726888257.27186: 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' <<< 138029 1726888257.27221: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888257.27237: 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 0x7fd9a38f8170> <<< 138029 1726888257.27395: 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 0x7fd9a38f9580> <<< 138029 1726888257.27457: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a386e930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd9a386fce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a386e5a0> <<< 138029 1726888257.27460: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.27491: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888257.27580: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.27892: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.27896: 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 <<< 138029 1726888257.27971: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.28500: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.29025: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888257.29047: 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' # <<< 138029 1726888257.29069: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888257.29090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888257.29133: 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 0x7fd9a38fd790> <<< 138029 1726888257.29222: 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' <<< 138029 1726888257.29248: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a38fe540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a38f9490> <<< 138029 1726888257.29289: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888257.29321: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.29348: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 138029 1726888257.29362: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.29502: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.29659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888257.29684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a38fe5d0> # zipimport: zlib available <<< 138029 1726888257.30136: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.30576: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.30661: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.30722: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888257.30750: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.30817: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888257.30887: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.30995: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888257.31004: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.31070: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888257.31074: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.31108: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888257.31475: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.31569: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888257.31621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888257.31637: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888257.31702: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a38ff800> <<< 138029 1726888257.31719: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.31785: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.31851: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888257.31878: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888257.31900: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.31936: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.31979: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888257.31994: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.32034: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.32076: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.32140: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.32203: 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 <<< 138029 1726888257.32249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888257.32319: 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 0x7fd9a370a030> <<< 138029 1726888257.32369: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a37073e0> <<< 138029 1726888257.32399: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888257.32402: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.32468: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.32527: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.32563: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.32598: 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' <<< 138029 1726888257.32613: 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 <<< 138029 1726888257.32641: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888257.32661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888257.32725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888257.32738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888257.32761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888257.32810: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a39fab10> <<< 138029 1726888257.32861: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a39de810> <<< 138029 1726888257.32937: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a370a2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a370a0c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 138029 1726888257.32951: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.32978: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.33008: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888257.33069: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888257.33091: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888257.33110: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888257.33365: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.33679: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888257.34407: 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}}} <<< 138029 1726888257.34478: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888257.34698: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888257.34814: 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 <<< 138029 1726888257.34822: stdout chunk (state=3): >>># cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[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 <<< 138029 1726888257.34953: stdout chunk (state=3): >>># cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 138029 1726888257.35209: 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 <<< 138029 1726888257.35309: stdout chunk (state=3): >>># 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 <<< 138029 1726888257.35342: 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 <<< 138029 1726888257.35382: 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 <<< 138029 1726888257.35467: 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 <<< 138029 1726888257.35532: 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 <<< 138029 1726888257.35668: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 138029 1726888257.35746: 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 <<< 138029 1726888257.35779: 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 <<< 138029 1726888257.35813: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888257.35849: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888257.35871: 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 <<< 138029 1726888257.35932: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 138029 1726888257.35935: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 138029 1726888257.35947: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888257.36807: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888257.36810: stdout chunk (state=3): >>><<< 138029 1726888257.36812: stderr chunk (state=3): >>><<< 138029 1726888257.36826: _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 0x7fd9a42e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a42b7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a42ea960> 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 0x7fd9a4098fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fd9a4099fd0> 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 0x7fd9a40dfe60> # /usr/lib64/python3.12/__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 0x7fd9a40dff20> # /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 0x7fd9a410f890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a410ff20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a40efb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a40ed250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a40dd010> # /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 0x7fd9a41337d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a41323f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a40ee240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4130c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4164830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a40dc290> # /usr/lib64/python3.12/__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 0x7fd9a4164ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4164b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd9a4164f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a40d2db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fd9a4165640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4165310> 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 0x7fd9a4166510> 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 0x7fd9a417c740> 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 0x7fd9a417de50> # /usr/lib64/python3.12/__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 0x7fd9a417ecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd9a417f2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a417e240> # /usr/lib64/python3.12/__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 0x7fd9a417fd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a417f4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4166570> # /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 0x7fd9a3f0bc50> # /usr/lib64/python3.12/__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 0x7fd9a3f34740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3f344a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd9a3f345c0> # /usr/lib64/python3.12/__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 0x7fd9a3f35010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd9a3f35940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3f348c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3f09df0> # /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 0x7fd9a3f36cf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3f357c0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a4166c60> # /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 0x7fd9a3f63020> # /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 0x7fd9a3f8b3b0> # /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 0x7fd9a3fe41a0> # /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 0x7fd9a3fe6900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3fe42c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3fb1190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3929250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3f8a1b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3f37bf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd9a39294c0> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_5nn9fi0r/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 0x7fd9a397af60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3959e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3958fe0> # 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 0x7fd9a3978e00> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fd9a39aa990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a39aa720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a39aa030> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fd9a39aaa80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a397b980> 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 0x7fd9a39ab710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd9a39ab8c0> # /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 0x7fd9a39abe00> 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 0x7fd9a3811bb0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd9a38137d0> # /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 0x7fd9a38141d0> # /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 0x7fd9a3815370> # /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 0x7fd9a3817e00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd9a395aff0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a38160c0> # /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 0x7fd9a381fbf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a381e6c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a381e450> # /usr/lib64/python3.12/__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 0x7fd9a381e990> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a38165d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd9a3863e30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3863ec0> # /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 0x7fd9a3865ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3865880> # /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 0x7fd9a3867fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a38661b0> # /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 0x7fd9a386b740> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a3868110> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd9a386c4d0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd9a386c770> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd9a386ca40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a38641d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fd9a38f8170> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd9a38f9580> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a386e930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd9a386fce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a386e5a0> # 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 0x7fd9a38fd790> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fd9a38fe540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a38f9490> 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 0x7fd9a38fe5d0> # 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 0x7fd9a38ff800> # 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 0x7fd9a370a030> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a37073e0> 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 0x7fd9a39fab10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a39de810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a370a2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9a370a0c0> # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888257.38245: 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-1726888257.0486472-146571-258608690060509/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888257.38249: _low_level_execute_command(): starting 138029 1726888257.38252: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888257.0486472-146571-258608690060509/ > /dev/null 2>&1 && sleep 0' 138029 1726888257.38600: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888257.38627: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888257.38650: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888257.38674: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888257.38750: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888257.40667: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888257.40671: stdout chunk (state=3): >>><<< 138029 1726888257.40673: stderr chunk (state=3): >>><<< 138029 1726888257.40698: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888257.40966: handler run complete 138029 1726888257.40969: attempt loop complete, returning result 138029 1726888257.40971: _execute() done 138029 1726888257.40973: dumping result to json 138029 1726888257.40975: done dumping result, returning 138029 1726888257.40977: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-5a58-73a2-0000000047a9] 138029 1726888257.40980: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a9 138029 1726888257.41159: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047a9 138029 1726888257.41166: WORKER PROCESS EXITING ok: [managed_node3] => { "backup": "", "changed": false } 138029 1726888257.41260: no more pending results, returning what we have 138029 1726888257.41266: results queue empty 138029 1726888257.41267: checking for any_errors_fatal 138029 1726888257.41280: done checking for any_errors_fatal 138029 1726888257.41281: checking for max_fail_percentage 138029 1726888257.41283: done checking for max_fail_percentage 138029 1726888257.41284: checking to see if all hosts have failed and the running result is not ok 138029 1726888257.41284: done checking to see if all hosts have failed 138029 1726888257.41285: getting the remaining hosts for this loop 138029 1726888257.41287: done getting the remaining hosts for this loop 138029 1726888257.41291: getting the next task for host managed_node3 138029 1726888257.41298: done getting next task for host managed_node3 138029 1726888257.41303: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 138029 1726888257.41307: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 138029 1726888257.41324: getting variables 138029 1726888257.41326: in VariableManager get_vars() 138029 1726888257.42192: Calling all_inventory to load vars for managed_node3 138029 1726888257.42195: Calling groups_inventory to load vars for managed_node3 138029 1726888257.42198: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888257.42208: Calling all_plugins_play to load vars for managed_node3 138029 1726888257.42211: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888257.42214: Calling groups_plugins_play to load vars for managed_node3 138029 1726888257.43590: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888257.44244: done with get_vars() 138029 1726888257.44264: 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:10:57 -0400 (0:00:00.446) 0:04:30.167 ****** 138029 1726888257.44359: entering _queue_task() for managed_node3/systemd 138029 1726888257.44684: worker is 1 (out of 1 available) 138029 1726888257.44697: exiting _queue_task() for managed_node3/systemd 138029 1726888257.44709: done queuing things up, now waiting for results queue to drain 138029 1726888257.44710: waiting for pending results... 138029 1726888257.45083: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 138029 1726888257.45199: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047ab 138029 1726888257.45220: variable 'ansible_search_path' from source: unknown 138029 1726888257.45227: variable 'ansible_search_path' from source: unknown 138029 1726888257.45277: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888257.45515: variable 'storage_cryptsetup_services' from source: set_fact 138029 1726888257.45575: dumping result to json 138029 1726888257.45584: done dumping result, returning 138029 1726888257.45596: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-5a58-73a2-0000000047ab] 138029 1726888257.45763: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047ab 138029 1726888257.45840: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047ab 138029 1726888257.45843: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888257.45899: no more pending results, returning what we have 138029 1726888257.45903: results queue empty 138029 1726888257.45904: checking for any_errors_fatal 138029 1726888257.45921: done checking for any_errors_fatal 138029 1726888257.45922: checking for max_fail_percentage 138029 1726888257.45924: done checking for max_fail_percentage 138029 1726888257.45925: checking to see if all hosts have failed and the running result is not ok 138029 1726888257.45927: done checking to see if all hosts have failed 138029 1726888257.45927: getting the remaining hosts for this loop 138029 1726888257.45929: done getting the remaining hosts for this loop 138029 1726888257.45933: getting the next task for host managed_node3 138029 1726888257.45945: done getting next task for host managed_node3 138029 1726888257.45948: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 138029 1726888257.45954: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888257.45992: getting variables 138029 1726888257.45994: in VariableManager get_vars() 138029 1726888257.46035: Calling all_inventory to load vars for managed_node3 138029 1726888257.46038: Calling groups_inventory to load vars for managed_node3 138029 1726888257.46040: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888257.46053: Calling all_plugins_play to load vars for managed_node3 138029 1726888257.46233: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888257.46239: Calling groups_plugins_play to load vars for managed_node3 138029 1726888257.46788: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888257.48076: done with get_vars() 138029 1726888257.48094: done getting variables 138029 1726888257.48152: 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:10:57 -0400 (0:00:00.038) 0:04:30.205 ****** 138029 1726888257.48192: entering _queue_task() for managed_node3/debug 138029 1726888257.48921: worker is 1 (out of 1 available) 138029 1726888257.48933: exiting _queue_task() for managed_node3/debug 138029 1726888257.48948: done queuing things up, now waiting for results queue to drain 138029 1726888257.48950: waiting for pending results... 138029 1726888257.49674: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output 138029 1726888257.49980: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047ad 138029 1726888257.49997: variable 'ansible_search_path' from source: unknown 138029 1726888257.50001: variable 'ansible_search_path' from source: unknown 138029 1726888257.50159: calling self._execute() 138029 1726888257.50402: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.50406: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.50415: variable 'omit' from source: magic vars 138029 1726888257.50662: variable 'omit' from source: magic vars 138029 1726888257.50836: variable 'omit' from source: magic vars 138029 1726888257.51062: variable 'omit' from source: magic vars 138029 1726888257.51065: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888257.51165: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888257.51191: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888257.51210: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888257.51339: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888257.51472: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888257.51476: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888257.51478: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888257.51481: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.51483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.51722: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888257.51775: Set connection var ansible_timeout to 10 138029 1726888257.51786: Set connection var ansible_pipelining to False 138029 1726888257.51793: Set connection var ansible_shell_type to sh 138029 1726888257.51800: Set connection var ansible_connection to ssh 138029 1726888257.51811: Set connection var ansible_shell_executable to /bin/sh 138029 1726888257.52023: variable 'ansible_shell_executable' from source: unknown 138029 1726888257.52026: variable 'ansible_connection' from source: unknown 138029 1726888257.52029: variable 'ansible_module_compression' from source: unknown 138029 1726888257.52031: variable 'ansible_shell_type' from source: unknown 138029 1726888257.52034: variable 'ansible_shell_executable' from source: unknown 138029 1726888257.52038: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.52040: variable 'ansible_pipelining' from source: unknown 138029 1726888257.52043: variable 'ansible_timeout' from source: unknown 138029 1726888257.52046: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.52334: 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) 138029 1726888257.52415: variable 'omit' from source: magic vars 138029 1726888257.52418: starting attempt loop 138029 1726888257.52420: running the handler 138029 1726888257.52461: variable 'blivet_output' from source: set_fact 138029 1726888257.53161: variable 'blivet_output' from source: set_fact 138029 1726888257.53710: handler run complete 138029 1726888257.53767: attempt loop complete, returning result 138029 1726888257.53837: _execute() done 138029 1726888257.53844: dumping result to json 138029 1726888257.53891: done dumping result, returning 138029 1726888257.53911: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-5a58-73a2-0000000047ad] 138029 1726888257.53920: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047ad 138029 1726888257.54252: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047ad 138029 1726888257.54459: WORKER PROCESS EXITING ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "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": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } 138029 1726888257.54618: no more pending results, returning what we have 138029 1726888257.54628: results queue empty 138029 1726888257.54629: checking for any_errors_fatal 138029 1726888257.54637: done checking for any_errors_fatal 138029 1726888257.54638: checking for max_fail_percentage 138029 1726888257.54639: done checking for max_fail_percentage 138029 1726888257.54640: checking to see if all hosts have failed and the running result is not ok 138029 1726888257.54641: done checking to see if all hosts have failed 138029 1726888257.54641: getting the remaining hosts for this loop 138029 1726888257.54643: done getting the remaining hosts for this loop 138029 1726888257.54646: getting the next task for host managed_node3 138029 1726888257.54652: done getting next task for host managed_node3 138029 1726888257.54659: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 138029 1726888257.54662: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888257.54675: getting variables 138029 1726888257.54677: in VariableManager get_vars() 138029 1726888257.54714: Calling all_inventory to load vars for managed_node3 138029 1726888257.54717: Calling groups_inventory to load vars for managed_node3 138029 1726888257.54719: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888257.54729: Calling all_plugins_play to load vars for managed_node3 138029 1726888257.54731: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888257.54733: Calling groups_plugins_play to load vars for managed_node3 138029 1726888257.55599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888257.56290: done with get_vars() 138029 1726888257.56309: done getting variables 138029 1726888257.56381: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:57 -0400 (0:00:00.082) 0:04:30.287 ****** 138029 1726888257.56421: entering _queue_task() for managed_node3/set_fact 138029 1726888257.56792: worker is 1 (out of 1 available) 138029 1726888257.56805: exiting _queue_task() for managed_node3/set_fact 138029 1726888257.56818: done queuing things up, now waiting for results queue to drain 138029 1726888257.56820: waiting for pending results... 138029 1726888257.57147: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 138029 1726888257.57341: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047ae 138029 1726888257.57365: variable 'ansible_search_path' from source: unknown 138029 1726888257.57374: variable 'ansible_search_path' from source: unknown 138029 1726888257.57423: calling self._execute() 138029 1726888257.57557: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.57611: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.57615: variable 'omit' from source: magic vars 138029 1726888257.57705: variable 'omit' from source: magic vars 138029 1726888257.57791: variable 'omit' from source: magic vars 138029 1726888257.58066: variable 'blivet_output' from source: set_fact 138029 1726888257.58230: variable 'omit' from source: magic vars 138029 1726888257.58288: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888257.58377: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888257.58380: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888257.58383: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888257.58399: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888257.58419: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888257.58439: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888257.58475: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888257.58487: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.58495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.58702: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888257.58706: Set connection var ansible_timeout to 10 138029 1726888257.58709: Set connection var ansible_pipelining to False 138029 1726888257.58711: Set connection var ansible_shell_type to sh 138029 1726888257.58713: Set connection var ansible_connection to ssh 138029 1726888257.58715: Set connection var ansible_shell_executable to /bin/sh 138029 1726888257.58717: variable 'ansible_shell_executable' from source: unknown 138029 1726888257.58719: variable 'ansible_connection' from source: unknown 138029 1726888257.58721: variable 'ansible_module_compression' from source: unknown 138029 1726888257.58723: variable 'ansible_shell_type' from source: unknown 138029 1726888257.58725: variable 'ansible_shell_executable' from source: unknown 138029 1726888257.58727: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.58729: variable 'ansible_pipelining' from source: unknown 138029 1726888257.58731: variable 'ansible_timeout' from source: unknown 138029 1726888257.58733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.58875: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888257.58895: variable 'omit' from source: magic vars 138029 1726888257.58907: starting attempt loop 138029 1726888257.58917: running the handler 138029 1726888257.58936: handler run complete 138029 1726888257.58951: attempt loop complete, returning result 138029 1726888257.58960: _execute() done 138029 1726888257.58968: dumping result to json 138029 1726888257.59033: done dumping result, returning 138029 1726888257.59036: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-5a58-73a2-0000000047ae] 138029 1726888257.59039: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047ae 138029 1726888257.59121: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047ae 138029 1726888257.59124: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] }, "changed": false } 138029 1726888257.59253: no more pending results, returning what we have 138029 1726888257.59258: results queue empty 138029 1726888257.59259: checking for any_errors_fatal 138029 1726888257.59282: done checking for any_errors_fatal 138029 1726888257.59283: checking for max_fail_percentage 138029 1726888257.59285: done checking for max_fail_percentage 138029 1726888257.59286: checking to see if all hosts have failed and the running result is not ok 138029 1726888257.59287: done checking to see if all hosts have failed 138029 1726888257.59288: getting the remaining hosts for this loop 138029 1726888257.59290: done getting the remaining hosts for this loop 138029 1726888257.59294: getting the next task for host managed_node3 138029 1726888257.59301: done getting next task for host managed_node3 138029 1726888257.59305: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 138029 1726888257.59308: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888257.59325: getting variables 138029 1726888257.59327: in VariableManager get_vars() 138029 1726888257.59572: Calling all_inventory to load vars for managed_node3 138029 1726888257.59576: Calling groups_inventory to load vars for managed_node3 138029 1726888257.59578: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888257.59590: Calling all_plugins_play to load vars for managed_node3 138029 1726888257.59593: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888257.59604: Calling groups_plugins_play to load vars for managed_node3 138029 1726888257.60706: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888257.61391: done with get_vars() 138029 1726888257.61410: done getting variables 138029 1726888257.61475: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:10:57 -0400 (0:00:00.050) 0:04:30.338 ****** 138029 1726888257.61515: entering _queue_task() for managed_node3/set_fact 138029 1726888257.61878: worker is 1 (out of 1 available) 138029 1726888257.61891: exiting _queue_task() for managed_node3/set_fact 138029 1726888257.61904: done queuing things up, now waiting for results queue to drain 138029 1726888257.61905: waiting for pending results... 138029 1726888257.62285: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 138029 1726888257.62493: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047af 138029 1726888257.62498: variable 'ansible_search_path' from source: unknown 138029 1726888257.62502: variable 'ansible_search_path' from source: unknown 138029 1726888257.62506: calling self._execute() 138029 1726888257.62923: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.62938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.63163: variable 'omit' from source: magic vars 138029 1726888257.63314: variable 'omit' from source: magic vars 138029 1726888257.63407: variable 'omit' from source: magic vars 138029 1726888257.63677: variable 'blivet_output' from source: set_fact 138029 1726888257.63853: variable 'omit' from source: magic vars 138029 1726888257.63908: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888257.63945: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888257.63962: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888257.63978: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888257.63988: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888257.64002: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888257.64015: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888257.64047: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888257.64050: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.64052: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.64138: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888257.64141: Set connection var ansible_timeout to 10 138029 1726888257.64145: Set connection var ansible_pipelining to False 138029 1726888257.64148: Set connection var ansible_shell_type to sh 138029 1726888257.64150: Set connection var ansible_connection to ssh 138029 1726888257.64158: Set connection var ansible_shell_executable to /bin/sh 138029 1726888257.64181: variable 'ansible_shell_executable' from source: unknown 138029 1726888257.64185: variable 'ansible_connection' from source: unknown 138029 1726888257.64187: variable 'ansible_module_compression' from source: unknown 138029 1726888257.64189: variable 'ansible_shell_type' from source: unknown 138029 1726888257.64194: variable 'ansible_shell_executable' from source: unknown 138029 1726888257.64196: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.64200: variable 'ansible_pipelining' from source: unknown 138029 1726888257.64202: variable 'ansible_timeout' from source: unknown 138029 1726888257.64207: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.64314: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888257.64325: variable 'omit' from source: magic vars 138029 1726888257.64330: starting attempt loop 138029 1726888257.64333: running the handler 138029 1726888257.64343: handler run complete 138029 1726888257.64354: attempt loop complete, returning result 138029 1726888257.64359: _execute() done 138029 1726888257.64361: dumping result to json 138029 1726888257.64363: done dumping result, returning 138029 1726888257.64370: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-5a58-73a2-0000000047af] 138029 1726888257.64375: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047af 138029 1726888257.64461: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047af 138029 1726888257.64466: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 138029 1726888257.64569: no more pending results, returning what we have 138029 1726888257.64572: results queue empty 138029 1726888257.64573: checking for any_errors_fatal 138029 1726888257.64588: done checking for any_errors_fatal 138029 1726888257.64589: checking for max_fail_percentage 138029 1726888257.64591: done checking for max_fail_percentage 138029 1726888257.64592: checking to see if all hosts have failed and the running result is not ok 138029 1726888257.64593: done checking to see if all hosts have failed 138029 1726888257.64593: getting the remaining hosts for this loop 138029 1726888257.64595: done getting the remaining hosts for this loop 138029 1726888257.64599: getting the next task for host managed_node3 138029 1726888257.64605: done getting next task for host managed_node3 138029 1726888257.64608: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 138029 1726888257.64612: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888257.64624: getting variables 138029 1726888257.64625: in VariableManager get_vars() 138029 1726888257.64666: Calling all_inventory to load vars for managed_node3 138029 1726888257.64669: Calling groups_inventory to load vars for managed_node3 138029 1726888257.64672: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888257.64681: Calling all_plugins_play to load vars for managed_node3 138029 1726888257.64690: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888257.64693: Calling groups_plugins_play to load vars for managed_node3 138029 1726888257.65433: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888257.66078: done with get_vars() 138029 1726888257.66097: 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:10:57 -0400 (0:00:00.046) 0:04:30.385 ****** 138029 1726888257.66206: entering _queue_task() for managed_node3/mount 138029 1726888257.66773: worker is 1 (out of 1 available) 138029 1726888257.66785: exiting _queue_task() for managed_node3/mount 138029 1726888257.66796: done queuing things up, now waiting for results queue to drain 138029 1726888257.66798: waiting for pending results... 138029 1726888257.67042: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 138029 1726888257.67147: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047b0 138029 1726888257.67172: variable 'ansible_search_path' from source: unknown 138029 1726888257.67181: variable 'ansible_search_path' from source: unknown 138029 1726888257.67550: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888257.69347: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888257.69434: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888257.69481: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888257.69560: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888257.69567: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888257.69651: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888257.69686: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888257.69715: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888257.69759: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888257.69788: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888257.69963: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888257.69969: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888257.69975: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888257.69978: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888257.69980: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888257.70123: variable 'blivet_output' from source: set_fact 138029 1726888257.70207: dumping result to json 138029 1726888257.70211: done dumping result, returning 138029 1726888257.70214: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-5a58-73a2-0000000047b0] 138029 1726888257.70220: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047b0 skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888257.70412: no more pending results, returning what we have 138029 1726888257.70416: results queue empty 138029 1726888257.70417: checking for any_errors_fatal 138029 1726888257.70425: done checking for any_errors_fatal 138029 1726888257.70426: checking for max_fail_percentage 138029 1726888257.70428: done checking for max_fail_percentage 138029 1726888257.70429: checking to see if all hosts have failed and the running result is not ok 138029 1726888257.70430: done checking to see if all hosts have failed 138029 1726888257.70430: getting the remaining hosts for this loop 138029 1726888257.70432: done getting the remaining hosts for this loop 138029 1726888257.70436: getting the next task for host managed_node3 138029 1726888257.70443: done getting next task for host managed_node3 138029 1726888257.70447: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888257.70452: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888257.70665: getting variables 138029 1726888257.70667: in VariableManager get_vars() 138029 1726888257.70702: Calling all_inventory to load vars for managed_node3 138029 1726888257.70704: Calling groups_inventory to load vars for managed_node3 138029 1726888257.70706: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888257.70713: Calling all_plugins_play to load vars for managed_node3 138029 1726888257.70715: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888257.70717: Calling groups_plugins_play to load vars for managed_node3 138029 1726888257.71292: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047b0 138029 1726888257.71296: WORKER PROCESS EXITING 138029 1726888257.71488: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888257.71869: done with get_vars() 138029 1726888257.71882: 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:10:57 -0400 (0:00:00.057) 0:04:30.443 ****** 138029 1726888257.71951: entering _queue_task() for managed_node3/systemd 138029 1726888257.72201: worker is 1 (out of 1 available) 138029 1726888257.72214: exiting _queue_task() for managed_node3/systemd 138029 1726888257.72227: done queuing things up, now waiting for results queue to drain 138029 1726888257.72229: waiting for pending results... 138029 1726888257.72435: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888257.72547: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047b2 138029 1726888257.72570: variable 'ansible_search_path' from source: unknown 138029 1726888257.72574: variable 'ansible_search_path' from source: unknown 138029 1726888257.72596: calling self._execute() 138029 1726888257.72695: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.72699: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.72709: variable 'omit' from source: magic vars 138029 1726888257.73014: variable 'blivet_output' from source: set_fact 138029 1726888257.73046: Evaluated conditional (blivet_output['mounts']): False 138029 1726888257.73050: when evaluation is False, skipping this task 138029 1726888257.73052: _execute() done 138029 1726888257.73057: dumping result to json 138029 1726888257.73060: done dumping result, returning 138029 1726888257.73069: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-5a58-73a2-0000000047b2] 138029 1726888257.73074: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047b2 138029 1726888257.73185: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047b2 138029 1726888257.73188: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 138029 1726888257.73270: no more pending results, returning what we have 138029 1726888257.73274: results queue empty 138029 1726888257.73275: checking for any_errors_fatal 138029 1726888257.73284: done checking for any_errors_fatal 138029 1726888257.73285: checking for max_fail_percentage 138029 1726888257.73286: done checking for max_fail_percentage 138029 1726888257.73287: checking to see if all hosts have failed and the running result is not ok 138029 1726888257.73288: done checking to see if all hosts have failed 138029 1726888257.73289: getting the remaining hosts for this loop 138029 1726888257.73290: done getting the remaining hosts for this loop 138029 1726888257.73293: getting the next task for host managed_node3 138029 1726888257.73302: done getting next task for host managed_node3 138029 1726888257.73305: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 138029 1726888257.73309: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888257.73335: getting variables 138029 1726888257.73337: in VariableManager get_vars() 138029 1726888257.73378: Calling all_inventory to load vars for managed_node3 138029 1726888257.73381: Calling groups_inventory to load vars for managed_node3 138029 1726888257.73383: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888257.73393: Calling all_plugins_play to load vars for managed_node3 138029 1726888257.73396: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888257.73399: Calling groups_plugins_play to load vars for managed_node3 138029 1726888257.74032: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888257.74608: done with get_vars() 138029 1726888257.74620: 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:10:57 -0400 (0:00:00.027) 0:04:30.470 ****** 138029 1726888257.74698: entering _queue_task() for managed_node3/mount 138029 1726888257.74923: worker is 1 (out of 1 available) 138029 1726888257.74936: exiting _queue_task() for managed_node3/mount 138029 1726888257.74949: done queuing things up, now waiting for results queue to drain 138029 1726888257.74950: waiting for pending results... 138029 1726888257.75143: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 138029 1726888257.75249: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047b3 138029 1726888257.75262: variable 'ansible_search_path' from source: unknown 138029 1726888257.75269: variable 'ansible_search_path' from source: unknown 138029 1726888257.75514: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888257.77094: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888257.77158: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888257.77189: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888257.77227: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888257.77287: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888257.77361: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888257.77402: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888257.77405: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888257.77685: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888257.77689: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888257.77691: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888257.77694: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888257.77696: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888257.77699: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888257.77701: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888257.77703: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888257.77705: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888257.77707: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888257.77740: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888257.77779: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888257.77921: variable 'blivet_output' from source: set_fact 138029 1726888257.78005: dumping result to json 138029 1726888257.78008: done dumping result, returning 138029 1726888257.78018: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-5a58-73a2-0000000047b3] 138029 1726888257.78030: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047b3 138029 1726888257.78401: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047b3 138029 1726888257.78405: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888257.78451: no more pending results, returning what we have 138029 1726888257.78457: results queue empty 138029 1726888257.78458: checking for any_errors_fatal 138029 1726888257.78468: done checking for any_errors_fatal 138029 1726888257.78470: checking for max_fail_percentage 138029 1726888257.78472: done checking for max_fail_percentage 138029 1726888257.78473: checking to see if all hosts have failed and the running result is not ok 138029 1726888257.78473: done checking to see if all hosts have failed 138029 1726888257.78474: getting the remaining hosts for this loop 138029 1726888257.78477: done getting the remaining hosts for this loop 138029 1726888257.78481: getting the next task for host managed_node3 138029 1726888257.78488: done getting next task for host managed_node3 138029 1726888257.78492: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 138029 1726888257.78496: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888257.78526: getting variables 138029 1726888257.78528: in VariableManager get_vars() 138029 1726888257.78707: Calling all_inventory to load vars for managed_node3 138029 1726888257.78709: Calling groups_inventory to load vars for managed_node3 138029 1726888257.78711: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888257.78720: Calling all_plugins_play to load vars for managed_node3 138029 1726888257.78723: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888257.78726: Calling groups_plugins_play to load vars for managed_node3 138029 1726888257.79873: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888257.80570: done with get_vars() 138029 1726888257.80590: 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:10:57 -0400 (0:00:00.060) 0:04:30.530 ****** 138029 1726888257.80722: entering _queue_task() for managed_node3/file 138029 1726888257.81044: worker is 1 (out of 1 available) 138029 1726888257.81062: exiting _queue_task() for managed_node3/file 138029 1726888257.81077: done queuing things up, now waiting for results queue to drain 138029 1726888257.81079: waiting for pending results... 138029 1726888257.81482: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 138029 1726888257.81592: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047b5 138029 1726888257.81612: variable 'ansible_search_path' from source: unknown 138029 1726888257.81618: variable 'ansible_search_path' from source: unknown 138029 1726888257.82059: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888257.84476: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888257.84562: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888257.84598: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888257.84624: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888257.84661: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888257.84740: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888257.84768: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888257.84785: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888257.84810: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888257.84821: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888257.84861: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888257.84876: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888257.84893: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888257.84917: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888257.84927: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888257.84973: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888257.84988: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888257.85004: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888257.85028: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888257.85038: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888257.85147: variable 'blivet_output' from source: set_fact 138029 1726888257.85213: dumping result to json 138029 1726888257.85216: done dumping result, returning 138029 1726888257.85223: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-5a58-73a2-0000000047b5] 138029 1726888257.85229: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047b5 138029 1726888257.85343: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047b5 138029 1726888257.85346: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888257.85402: no more pending results, returning what we have 138029 1726888257.85405: results queue empty 138029 1726888257.85406: checking for any_errors_fatal 138029 1726888257.85417: done checking for any_errors_fatal 138029 1726888257.85418: checking for max_fail_percentage 138029 1726888257.85420: done checking for max_fail_percentage 138029 1726888257.85421: checking to see if all hosts have failed and the running result is not ok 138029 1726888257.85422: done checking to see if all hosts have failed 138029 1726888257.85423: getting the remaining hosts for this loop 138029 1726888257.85424: done getting the remaining hosts for this loop 138029 1726888257.85428: getting the next task for host managed_node3 138029 1726888257.85434: done getting next task for host managed_node3 138029 1726888257.85438: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888257.85442: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888257.85479: getting variables 138029 1726888257.85481: in VariableManager get_vars() 138029 1726888257.85520: Calling all_inventory to load vars for managed_node3 138029 1726888257.85522: Calling groups_inventory to load vars for managed_node3 138029 1726888257.85525: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888257.85533: Calling all_plugins_play to load vars for managed_node3 138029 1726888257.85536: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888257.85538: Calling groups_plugins_play to load vars for managed_node3 138029 1726888257.86152: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888257.87042: done with get_vars() 138029 1726888257.87257: 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:10:57 -0400 (0:00:00.067) 0:04:30.598 ****** 138029 1726888257.87551: entering _queue_task() for managed_node3/systemd 138029 1726888257.87888: worker is 1 (out of 1 available) 138029 1726888257.87905: exiting _queue_task() for managed_node3/systemd 138029 1726888257.87918: done queuing things up, now waiting for results queue to drain 138029 1726888257.87920: waiting for pending results... 138029 1726888257.88189: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 138029 1726888257.88333: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047b7 138029 1726888257.88338: variable 'ansible_search_path' from source: unknown 138029 1726888257.88342: variable 'ansible_search_path' from source: unknown 138029 1726888257.88367: calling self._execute() 138029 1726888257.88507: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.88511: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.88520: variable 'omit' from source: magic vars 138029 1726888257.88859: variable 'blivet_output' from source: set_fact 138029 1726888257.88893: Evaluated conditional (blivet_output['mounts']): False 138029 1726888257.88897: when evaluation is False, skipping this task 138029 1726888257.88900: _execute() done 138029 1726888257.88903: dumping result to json 138029 1726888257.88906: done dumping result, returning 138029 1726888257.88911: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-5a58-73a2-0000000047b7] 138029 1726888257.88922: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047b7 138029 1726888257.89007: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047b7 138029 1726888257.89010: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 138029 1726888257.89072: no more pending results, returning what we have 138029 1726888257.89076: results queue empty 138029 1726888257.89077: checking for any_errors_fatal 138029 1726888257.89092: done checking for any_errors_fatal 138029 1726888257.89093: checking for max_fail_percentage 138029 1726888257.89094: done checking for max_fail_percentage 138029 1726888257.89095: checking to see if all hosts have failed and the running result is not ok 138029 1726888257.89096: done checking to see if all hosts have failed 138029 1726888257.89097: getting the remaining hosts for this loop 138029 1726888257.89098: done getting the remaining hosts for this loop 138029 1726888257.89101: getting the next task for host managed_node3 138029 1726888257.89107: done getting next task for host managed_node3 138029 1726888257.89111: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 138029 1726888257.89115: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888257.89142: getting variables 138029 1726888257.89144: in VariableManager get_vars() 138029 1726888257.89180: Calling all_inventory to load vars for managed_node3 138029 1726888257.89183: Calling groups_inventory to load vars for managed_node3 138029 1726888257.89185: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888257.89194: Calling all_plugins_play to load vars for managed_node3 138029 1726888257.89196: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888257.89198: Calling groups_plugins_play to load vars for managed_node3 138029 1726888257.89591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888257.90045: done with get_vars() 138029 1726888257.90068: 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:10:57 -0400 (0:00:00.026) 0:04:30.625 ****** 138029 1726888257.90181: entering _queue_task() for managed_node3/stat 138029 1726888257.90415: worker is 1 (out of 1 available) 138029 1726888257.90434: exiting _queue_task() for managed_node3/stat 138029 1726888257.90451: done queuing things up, now waiting for results queue to drain 138029 1726888257.90453: waiting for pending results... 138029 1726888257.90692: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 138029 1726888257.90761: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047b8 138029 1726888257.90775: variable 'ansible_search_path' from source: unknown 138029 1726888257.90779: variable 'ansible_search_path' from source: unknown 138029 1726888257.90806: calling self._execute() 138029 1726888257.90903: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.90911: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.90938: variable 'omit' from source: magic vars 138029 1726888257.91078: variable 'omit' from source: magic vars 138029 1726888257.91100: variable 'omit' from source: magic vars 138029 1726888257.91254: variable 'omit' from source: magic vars 138029 1726888257.91259: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888257.91262: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888257.91264: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888257.91370: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888257.91374: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888257.91377: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888257.91381: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888257.91388: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888257.91391: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.91393: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.91660: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888257.91663: Set connection var ansible_timeout to 10 138029 1726888257.91665: Set connection var ansible_pipelining to False 138029 1726888257.91667: Set connection var ansible_shell_type to sh 138029 1726888257.91671: Set connection var ansible_connection to ssh 138029 1726888257.91675: Set connection var ansible_shell_executable to /bin/sh 138029 1726888257.91681: variable 'ansible_shell_executable' from source: unknown 138029 1726888257.91683: variable 'ansible_connection' from source: unknown 138029 1726888257.91686: variable 'ansible_module_compression' from source: unknown 138029 1726888257.91688: variable 'ansible_shell_type' from source: unknown 138029 1726888257.91690: variable 'ansible_shell_executable' from source: unknown 138029 1726888257.91695: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888257.91697: variable 'ansible_pipelining' from source: unknown 138029 1726888257.91699: variable 'ansible_timeout' from source: unknown 138029 1726888257.91701: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888257.91929: 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) 138029 1726888257.91949: variable 'omit' from source: magic vars 138029 1726888257.91964: starting attempt loop 138029 1726888257.91973: running the handler 138029 1726888257.91995: _low_level_execute_command(): starting 138029 1726888257.92009: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888257.92732: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888257.92757: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888257.92781: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888257.92874: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888257.94566: stdout chunk (state=3): >>>/root <<< 138029 1726888257.94730: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888257.94821: stderr chunk (state=3): >>><<< 138029 1726888257.94825: stdout chunk (state=3): >>><<< 138029 1726888257.95002: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888257.95009: _low_level_execute_command(): starting 138029 1726888257.95014: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888257.9488902-146608-168201731402874 `" && echo ansible-tmp-1726888257.9488902-146608-168201731402874="` echo /root/.ansible/tmp/ansible-tmp-1726888257.9488902-146608-168201731402874 `" ) && sleep 0' 138029 1726888257.95886: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888257.95972: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888257.95999: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888257.96026: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888257.96108: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888257.98275: stdout chunk (state=3): >>>ansible-tmp-1726888257.9488902-146608-168201731402874=/root/.ansible/tmp/ansible-tmp-1726888257.9488902-146608-168201731402874 <<< 138029 1726888257.98279: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888257.98282: stdout chunk (state=3): >>><<< 138029 1726888257.98284: stderr chunk (state=3): >>><<< 138029 1726888257.98287: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888257.9488902-146608-168201731402874=/root/.ansible/tmp/ansible-tmp-1726888257.9488902-146608-168201731402874 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888257.98563: variable 'ansible_module_compression' from source: unknown 138029 1726888257.98567: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 138029 1726888257.98570: variable 'ansible_facts' from source: unknown 138029 1726888257.98719: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888257.9488902-146608-168201731402874/AnsiballZ_stat.py 138029 1726888257.98878: Sending initial data 138029 1726888257.98888: Sent initial data (155 bytes) 138029 1726888257.99450: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888257.99561: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888257.99606: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888257.99623: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888257.99702: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888258.01227: 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 <<< 138029 1726888258.01276: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888258.01339: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp1wee1dev /root/.ansible/tmp/ansible-tmp-1726888257.9488902-146608-168201731402874/AnsiballZ_stat.py <<< 138029 1726888258.01343: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888257.9488902-146608-168201731402874/AnsiballZ_stat.py" <<< 138029 1726888258.01419: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp1wee1dev" to remote "/root/.ansible/tmp/ansible-tmp-1726888257.9488902-146608-168201731402874/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888257.9488902-146608-168201731402874/AnsiballZ_stat.py" <<< 138029 1726888258.02965: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888258.02969: stdout chunk (state=3): >>><<< 138029 1726888258.02971: stderr chunk (state=3): >>><<< 138029 1726888258.02973: done transferring module to remote 138029 1726888258.02975: _low_level_execute_command(): starting 138029 1726888258.02978: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888257.9488902-146608-168201731402874/ /root/.ansible/tmp/ansible-tmp-1726888257.9488902-146608-168201731402874/AnsiballZ_stat.py && sleep 0' 138029 1726888258.03626: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888258.03652: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888258.03764: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888258.03796: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888258.03870: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888258.05647: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888258.05682: stderr chunk (state=3): >>><<< 138029 1726888258.05686: stdout chunk (state=3): >>><<< 138029 1726888258.05828: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888258.05831: _low_level_execute_command(): starting 138029 1726888258.05833: _low_level_execute_command(): using become for this command 138029 1726888258.05836: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-kqvdmyvpbprbzttjgcigkueiifhrpydu ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888257.9488902-146608-168201731402874/AnsiballZ_stat.py'"'"' && sleep 0' 138029 1726888258.06174: Initial state: awaiting_escalation: BECOME-SUCCESS-kqvdmyvpbprbzttjgcigkueiifhrpydu 138029 1726888258.06729: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888258.06745: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888258.06812: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888258.06826: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888258.06891: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888258.09789: stdout chunk (state=1): >>>BECOME-SUCCESS-kqvdmyvpbprbzttjgcigkueiifhrpydu <<< 138029 1726888258.09792: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-kqvdmyvpbprbzttjgcigkueiifhrpydu' 138029 1726888258.10123: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888258.10161: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888258.10191: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888258.10194: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888258.10261: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888258.10272: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888258.10298: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888258.10336: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888258.10379: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888258.10382: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888258.10421: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888258.10431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888258.10445: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888258.10467: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888258.10511: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888258.10534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888258.10537: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9dbc3e0> <<< 138029 1726888258.10552: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9d8ba10> <<< 138029 1726888258.10588: 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 0x7f6ff9dbe930> <<< 138029 1726888258.10611: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888258.10631: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888258.10642: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888258.10656: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888258.10693: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888258.10697: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888258.10787: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888258.10810: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888258.10858: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888258.10900: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888258.10913: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888258.10938: 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 <<< 138029 1726888258.10977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888258.10995: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9dccfe0> <<< 138029 1726888258.11037: 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 <<< 138029 1726888258.11050: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888258.11070: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9dcdfd0> <<< 138029 1726888258.11111: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888258.11116: 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. <<< 138029 1726888258.11370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888258.11378: 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 <<< 138029 1726888258.11528: 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 <<< 138029 1726888258.11532: 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 0x7f6ff9babe90> <<< 138029 1726888258.11799: 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 0x7f6ff9babf50> # /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 0x7f6ff9be3890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888258.11803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9be3f20> <<< 138029 1726888258.11824: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888258.11850: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9bc3b60> <<< 138029 1726888258.11873: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888258.11891: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9bc1280> <<< 138029 1726888258.11981: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9ba9040> <<< 138029 1726888258.12012: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888258.12067: 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 <<< 138029 1726888258.12093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888258.12109: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888258.12163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888258.12191: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c07800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c06450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 138029 1726888258.12212: 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 0x7f6ff9bc2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c04bf0> <<< 138029 1726888258.12285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888258.12308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c38890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9ba82c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888258.12362: 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 0x7f6ff9c38d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c38bf0> <<< 138029 1726888258.12398: 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 0x7f6ff9c38fe0> <<< 138029 1726888258.12420: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9ba6de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888258.12436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888258.12470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888258.12511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c39670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c39370> import 'importlib.machinery' # <<< 138029 1726888258.12540: 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' <<< 138029 1726888258.12569: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c3a540> <<< 138029 1726888258.12604: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888258.12634: 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' <<< 138029 1726888258.12671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888258.12674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c50740> <<< 138029 1726888258.12704: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888258.12719: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.12734: 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 0x7f6ff9c51e20> <<< 138029 1726888258.12753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888258.12781: 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 <<< 138029 1726888258.12810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888258.12819: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c52cc0> <<< 138029 1726888258.12859: 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 0x7f6ff9c532f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c52210> <<< 138029 1726888258.12890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888258.12893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888258.12947: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.12950: 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 0x7f6ff9c53d70> <<< 138029 1726888258.12952: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c534a0> <<< 138029 1726888258.12996: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c3a4b0> <<< 138029 1726888258.13021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888258.13037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888258.13074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888258.13087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888258.13165: 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 0x7f6ff99e3c50> <<< 138029 1726888258.13211: 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 0x7f6ff9a0c6e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9a0c440> <<< 138029 1726888258.13241: 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 0x7f6ff9a0c560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888258.13319: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.13431: 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 0x7f6ff9a0d010> <<< 138029 1726888258.13581: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.13585: 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 0x7f6ff9a0da00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9a0c8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff99e1df0> <<< 138029 1726888258.13598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888258.13624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888258.13659: 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' <<< 138029 1726888258.13678: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9a0edb0> <<< 138029 1726888258.13702: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9a0d880> <<< 138029 1726888258.13729: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c3ac60> <<< 138029 1726888258.13732: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888258.13803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888258.13820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888258.13860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888258.13878: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9a3b140> <<< 138029 1726888258.13931: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888258.13944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888258.13979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888258.13998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888258.14046: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9a63500> <<< 138029 1726888258.14059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888258.14107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888258.14152: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888258.14178: 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 0x7f6ff9abc260> <<< 138029 1726888258.14191: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888258.14227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888258.14248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888258.14305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888258.14380: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9abe9c0> <<< 138029 1726888258.14453: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9abc380> <<< 138029 1726888258.14488: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9a89250> <<< 138029 1726888258.14526: 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 0x7f6ff93253d0> <<< 138029 1726888258.14551: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9a62300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9a0fd10> <<< 138029 1726888258.14705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888258.14723: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6ff9a62900> <<< 138029 1726888258.15036: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_ac3maz8y/ansible_stat_payload.zip' <<< 138029 1726888258.15054: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.15170: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.15206: 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' <<< 138029 1726888258.15238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888258.15335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888258.15368: 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 0x7f6ff937b0b0> import '_typing' # <<< 138029 1726888258.15587: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9359fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9359130> # zipimport: zlib available <<< 138029 1726888258.15633: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 138029 1726888258.15640: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 138029 1726888258.15654: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.17040: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.18147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888258.18158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9378f80> <<< 138029 1726888258.18174: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888258.18181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888258.18203: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888258.18207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888258.18235: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888258.18243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888258.18276: 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 0x7f6ff93a6a20> <<< 138029 1726888258.18314: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff93a67b0> <<< 138029 1726888258.18352: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff93a60c0> <<< 138029 1726888258.18428: 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 0x7f6ff93a6ae0> <<< 138029 1726888258.18453: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff937bd40> import 'atexit' # <<< 138029 1726888258.18474: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.18514: 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 0x7f6ff93a7710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ff93a7950> <<< 138029 1726888258.18526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888258.18559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888258.18570: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888258.18619: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff93a7e90> import 'pwd' # <<< 138029 1726888258.18637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888258.18667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888258.18733: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9211ca0> <<< 138029 1726888258.18766: 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 0x7f6ff92138c0> <<< 138029 1726888258.18778: 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' <<< 138029 1726888258.18801: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff92182c0> <<< 138029 1726888258.18825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888258.18864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888258.18893: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9219430> <<< 138029 1726888258.18896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888258.18933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888258.18972: 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' <<< 138029 1726888258.19031: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff921be90> <<< 138029 1726888258.19052: 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 0x7f6ff9a0ed20> <<< 138029 1726888258.19094: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff921a150> <<< 138029 1726888258.19146: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888258.19149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888258.19189: 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 <<< 138029 1726888258.19198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888258.19246: 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 0x7f6ff921fe60> import '_tokenize' # <<< 138029 1726888258.19365: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff921e930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff921e690> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888258.19398: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff921ec00> <<< 138029 1726888258.19472: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff921a660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ff9263fb0> <<< 138029 1726888258.19494: 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 0x7f6ff9264290> <<< 138029 1726888258.19507: 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 <<< 138029 1726888258.19517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888258.19532: 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' <<< 138029 1726888258.19578: 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 0x7f6ff9265d30> <<< 138029 1726888258.19585: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9265af0> <<< 138029 1726888258.19613: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888258.19690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888258.19745: 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 0x7f6ff92682f0> <<< 138029 1726888258.19753: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9266420> <<< 138029 1726888258.19790: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888258.19830: 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 <<< 138029 1726888258.19848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888258.19869: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888258.19896: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff926baa0> <<< 138029 1726888258.20014: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9268470> <<< 138029 1726888258.20073: 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 0x7f6ff926c8c0> <<< 138029 1726888258.20100: 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 0x7f6ff926cad0> <<< 138029 1726888258.20140: 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 0x7f6ff926cda0> <<< 138029 1726888258.20152: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9264440> <<< 138029 1726888258.20172: 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 <<< 138029 1726888258.20192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888258.20194: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888258.20223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888258.20244: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.20272: 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 0x7f6ff92f8560> <<< 138029 1726888258.20412: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.20431: 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 0x7f6ff92f9b20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff926ecc0> <<< 138029 1726888258.20463: 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 0x7f6ff926f890> <<< 138029 1726888258.20468: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff926e8d0> <<< 138029 1726888258.20488: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.20498: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.20511: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888258.20606: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.20696: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.20734: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 138029 1726888258.20739: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.20758: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888258.20876: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.21000: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.21517: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.22058: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888258.22085: 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' # <<< 138029 1726888258.22090: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888258.22108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888258.22148: 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 0x7f6ff92fdc10> <<< 138029 1726888258.22238: 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' <<< 138029 1726888258.22250: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff92fe9c0> <<< 138029 1726888258.22256: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff92f8410> <<< 138029 1726888258.22314: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888258.22339: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.22342: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.22370: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888258.22519: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.22670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888258.22688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff92fea20> <<< 138029 1726888258.22699: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.23156: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.23603: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.23668: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.23754: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888258.23778: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.23822: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 138029 1726888258.23835: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.23904: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.24008: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 138029 1726888258.24031: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888258.24083: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.24133: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888258.24354: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.24573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888258.24628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888258.24658: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888258.24727: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff92ffd10> <<< 138029 1726888258.24730: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.24802: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.24873: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888258.24878: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888258.24915: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.24954: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.24991: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888258.25008: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.25059: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.25092: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.25150: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.25224: 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 <<< 138029 1726888258.25266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888258.25340: 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 0x7f6ff93edcd0> <<< 138029 1726888258.25388: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff91054c0> <<< 138029 1726888258.25405: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888258.25435: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.25480: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.25551: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.25572: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.25627: 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' <<< 138029 1726888258.25646: 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 <<< 138029 1726888258.25667: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888258.25692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888258.25752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888258.25762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888258.25783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888258.25837: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff93ff050> <<< 138029 1726888258.25877: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff93eed50> <<< 138029 1726888258.25951: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff92fe690> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff93a5fd0> <<< 138029 1726888258.25978: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888258.25995: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.26018: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888258.26086: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888258.26097: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.26120: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.26127: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 138029 1726888258.26271: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.26453: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.27291: 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": 94372053, "dev": 51714, "nlink": 1, "atime": 1726887685.1854193, "mtime": 1726562394.502, "ctime": 1726887681.5763936, "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": "234057197", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 138029 1726888258.27320: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888258.27757: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888258.27789: 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 <<< 138029 1726888258.27820: stdout chunk (state=3): >>># restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib <<< 138029 1726888258.27842: 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 # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 138029 1726888258.27897: 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 <<< 138029 1726888258.27906: 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 <<< 138029 1726888258.27956: 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 <<< 138029 1726888258.28193: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888258.28224: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888258.28292: 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 <<< 138029 1726888258.28296: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath <<< 138029 1726888258.28319: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 138029 1726888258.28335: 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 <<< 138029 1726888258.28358: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 138029 1726888258.28382: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888258.28414: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 138029 1726888258.28428: stdout chunk (state=3): >>># destroy datetime <<< 138029 1726888258.28441: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888258.28464: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888258.28497: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888258.28527: 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 <<< 138029 1726888258.28536: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888258.28553: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 138029 1726888258.28589: 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 <<< 138029 1726888258.28599: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888258.28624: 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 <<< 138029 1726888258.28653: 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 <<< 138029 1726888258.28669: 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 <<< 138029 1726888258.28672: 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 <<< 138029 1726888258.28803: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888258.28806: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888258.28815: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888258.28844: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888258.28875: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888258.28893: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888258.28920: 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 <<< 138029 1726888258.28944: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888258.29031: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888258.29035: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 138029 1726888258.29047: stdout chunk (state=3): >>># destroy time <<< 138029 1726888258.29071: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888258.29086: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888258.29104: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888258.29111: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888258.29143: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888258.29149: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888258.29691: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888258.29723: stderr chunk (state=3): >>><<< 138029 1726888258.29726: stdout chunk (state=3): >>><<< 138029 1726888258.29800: _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 0x7f6ff9dbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9d8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9dbe930> 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 0x7f6ff9dccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f6ff9dcdfd0> 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 0x7f6ff9babe90> # /usr/lib64/python3.12/__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 0x7f6ff9babf50> # /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 0x7f6ff9be3890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9be3f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9bc3b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9bc1280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9ba9040> # /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 0x7f6ff9c07800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c06450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9bc2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c04bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c38890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9ba82c0> # /usr/lib64/python3.12/__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 0x7f6ff9c38d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c38bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ff9c38fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9ba6de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f6ff9c39670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c39370> 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 0x7f6ff9c3a540> 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 0x7f6ff9c50740> 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 0x7f6ff9c51e20> # /usr/lib64/python3.12/__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 0x7f6ff9c52cc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ff9c532f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c52210> # /usr/lib64/python3.12/__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 0x7f6ff9c53d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c534a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c3a4b0> # /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 0x7f6ff99e3c50> # /usr/lib64/python3.12/__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 0x7f6ff9a0c6e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9a0c440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ff9a0c560> # /usr/lib64/python3.12/__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 0x7f6ff9a0d010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ff9a0da00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9a0c8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff99e1df0> # /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 0x7f6ff9a0edb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9a0d880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9c3ac60> # /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 0x7f6ff9a3b140> # /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 0x7f6ff9a63500> # /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 0x7f6ff9abc260> # /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 0x7f6ff9abe9c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9abc380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9a89250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff93253d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9a62300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9a0fd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6ff9a62900> # zipimport: found 30 names in '/tmp/ansible_stat_payload_ac3maz8y/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 0x7f6ff937b0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9359fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9359130> # 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 0x7f6ff9378f80> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f6ff93a6a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff93a67b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff93a60c0> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f6ff93a6ae0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff937bd40> 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 0x7f6ff93a7710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ff93a7950> # /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 0x7f6ff93a7e90> 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 0x7f6ff9211ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ff92138c0> # /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 0x7f6ff92182c0> # /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 0x7f6ff9219430> # /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 0x7f6ff921be90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ff9a0ed20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff921a150> # /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 0x7f6ff921fe60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff921e930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff921e690> # /usr/lib64/python3.12/__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 0x7f6ff921ec00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff921a660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ff9263fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9264290> # /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 0x7f6ff9265d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9265af0> # /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 0x7f6ff92682f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9266420> # /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 0x7f6ff926baa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9268470> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ff926c8c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ff926cad0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ff926cda0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff9264440> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f6ff92f8560> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ff92f9b20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff926ecc0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6ff926f890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff926e8d0> # 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 0x7f6ff92fdc10> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f6ff92fe9c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff92f8410> 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 0x7f6ff92fea20> # 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 0x7f6ff92ffd10> # 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 0x7f6ff93edcd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff91054c0> 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 0x7f6ff93ff050> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff93eed50> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff92fe690> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6ff93a5fd0> # 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": 94372053, "dev": 51714, "nlink": 1, "atime": 1726887685.1854193, "mtime": 1726562394.502, "ctime": 1726887681.5763936, "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": "234057197", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888258.30374: 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-1726888257.9488902-146608-168201731402874/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888258.30378: _low_level_execute_command(): starting 138029 1726888258.30381: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888257.9488902-146608-168201731402874/ > /dev/null 2>&1 && sleep 0' 138029 1726888258.30522: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888258.30526: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888258.30529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888258.30531: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888258.30540: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888258.30585: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888258.30599: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888258.30667: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888258.32492: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888258.32543: stderr chunk (state=3): >>><<< 138029 1726888258.32547: stdout chunk (state=3): >>><<< 138029 1726888258.32562: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888258.32569: handler run complete 138029 1726888258.32615: attempt loop complete, returning result 138029 1726888258.32619: _execute() done 138029 1726888258.32621: dumping result to json 138029 1726888258.32626: done dumping result, returning 138029 1726888258.32634: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-5a58-73a2-0000000047b8] 138029 1726888258.32639: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047b8 138029 1726888258.32754: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047b8 138029 1726888258.32759: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726887685.1854193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726887681.5763936, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 94372053, "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": "234057197", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 138029 1726888258.32977: no more pending results, returning what we have 138029 1726888258.32981: results queue empty 138029 1726888258.32982: checking for any_errors_fatal 138029 1726888258.32988: done checking for any_errors_fatal 138029 1726888258.32989: checking for max_fail_percentage 138029 1726888258.32991: done checking for max_fail_percentage 138029 1726888258.32991: checking to see if all hosts have failed and the running result is not ok 138029 1726888258.32992: done checking to see if all hosts have failed 138029 1726888258.32993: getting the remaining hosts for this loop 138029 1726888258.32995: done getting the remaining hosts for this loop 138029 1726888258.32998: getting the next task for host managed_node3 138029 1726888258.33003: done getting next task for host managed_node3 138029 1726888258.33007: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 138029 1726888258.33028: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888258.33041: getting variables 138029 1726888258.33042: in VariableManager get_vars() 138029 1726888258.33080: Calling all_inventory to load vars for managed_node3 138029 1726888258.33083: Calling groups_inventory to load vars for managed_node3 138029 1726888258.33085: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888258.33097: Calling all_plugins_play to load vars for managed_node3 138029 1726888258.33163: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888258.33177: Calling groups_plugins_play to load vars for managed_node3 138029 1726888258.33982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888258.34344: done with get_vars() 138029 1726888258.34357: 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:10:58 -0400 (0:00:00.442) 0:04:31.067 ****** 138029 1726888258.34427: entering _queue_task() for managed_node3/lineinfile 138029 1726888258.34679: worker is 1 (out of 1 available) 138029 1726888258.34693: exiting _queue_task() for managed_node3/lineinfile 138029 1726888258.34706: done queuing things up, now waiting for results queue to drain 138029 1726888258.34707: waiting for pending results... 138029 1726888258.34971: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 138029 1726888258.35150: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047b9 138029 1726888258.35164: variable 'ansible_search_path' from source: unknown 138029 1726888258.35168: variable 'ansible_search_path' from source: unknown 138029 1726888258.35409: variable 'blivet_output' from source: set_fact 138029 1726888258.35496: dumping result to json 138029 1726888258.35501: done dumping result, returning 138029 1726888258.35505: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-5a58-73a2-0000000047b9] 138029 1726888258.35514: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047b9 138029 1726888258.35635: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047b9 138029 1726888258.35638: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888258.35693: no more pending results, returning what we have 138029 1726888258.35697: results queue empty 138029 1726888258.35698: checking for any_errors_fatal 138029 1726888258.35712: done checking for any_errors_fatal 138029 1726888258.35713: checking for max_fail_percentage 138029 1726888258.35714: done checking for max_fail_percentage 138029 1726888258.35715: checking to see if all hosts have failed and the running result is not ok 138029 1726888258.35716: done checking to see if all hosts have failed 138029 1726888258.35717: getting the remaining hosts for this loop 138029 1726888258.35719: done getting the remaining hosts for this loop 138029 1726888258.35722: getting the next task for host managed_node3 138029 1726888258.35728: done getting next task for host managed_node3 138029 1726888258.35731: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 138029 1726888258.35734: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 138029 1726888258.35770: getting variables 138029 1726888258.35772: in VariableManager get_vars() 138029 1726888258.35805: Calling all_inventory to load vars for managed_node3 138029 1726888258.35807: Calling groups_inventory to load vars for managed_node3 138029 1726888258.35809: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888258.35817: Calling all_plugins_play to load vars for managed_node3 138029 1726888258.35819: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888258.35821: Calling groups_plugins_play to load vars for managed_node3 138029 1726888258.36207: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888258.36658: done with get_vars() 138029 1726888258.36675: 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:10:58 -0400 (0:00:00.023) 0:04:31.091 ****** 138029 1726888258.36753: entering _queue_task() for managed_node3/setup 138029 1726888258.37023: worker is 1 (out of 1 available) 138029 1726888258.37037: exiting _queue_task() for managed_node3/setup 138029 1726888258.37050: done queuing things up, now waiting for results queue to drain 138029 1726888258.37052: waiting for pending results... 138029 1726888258.37266: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts 138029 1726888258.37388: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000047bb 138029 1726888258.37413: variable 'ansible_search_path' from source: unknown 138029 1726888258.37419: variable 'ansible_search_path' from source: unknown 138029 1726888258.37461: calling self._execute() 138029 1726888258.37572: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888258.37576: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888258.37601: variable 'omit' from source: magic vars 138029 1726888258.37994: variable 'ansible_check_mode' from source: magic vars 138029 1726888258.38000: Evaluated conditional (not ansible_check_mode): True 138029 1726888258.38006: variable 'omit' from source: magic vars 138029 1726888258.38089: variable 'omit' from source: magic vars 138029 1726888258.38108: variable 'omit' from source: magic vars 138029 1726888258.38147: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888258.38187: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888258.38250: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888258.38253: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888258.38258: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888258.38275: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888258.38313: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888258.38321: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888258.38324: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888258.38327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888258.38472: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888258.38476: Set connection var ansible_timeout to 10 138029 1726888258.38479: Set connection var ansible_pipelining to False 138029 1726888258.38481: Set connection var ansible_shell_type to sh 138029 1726888258.38486: Set connection var ansible_connection to ssh 138029 1726888258.38533: Set connection var ansible_shell_executable to /bin/sh 138029 1726888258.38537: variable 'ansible_shell_executable' from source: unknown 138029 1726888258.38539: variable 'ansible_connection' from source: unknown 138029 1726888258.38542: variable 'ansible_module_compression' from source: unknown 138029 1726888258.38544: variable 'ansible_shell_type' from source: unknown 138029 1726888258.38558: variable 'ansible_shell_executable' from source: unknown 138029 1726888258.38561: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888258.38566: variable 'ansible_pipelining' from source: unknown 138029 1726888258.38569: variable 'ansible_timeout' from source: unknown 138029 1726888258.38572: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888258.38759: 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) 138029 1726888258.38777: variable 'omit' from source: magic vars 138029 1726888258.38784: starting attempt loop 138029 1726888258.38787: running the handler 138029 1726888258.38841: _low_level_execute_command(): starting 138029 1726888258.38850: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888258.39413: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888258.39418: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888258.39424: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888258.39482: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888258.39488: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888258.39491: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888258.39537: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888258.41184: stdout chunk (state=3): >>>/root <<< 138029 1726888258.41266: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888258.41314: stderr chunk (state=3): >>><<< 138029 1726888258.41323: stdout chunk (state=3): >>><<< 138029 1726888258.41427: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888258.41434: _low_level_execute_command(): starting 138029 1726888258.41438: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888258.413651-146632-119331729702593 `" && echo ansible-tmp-1726888258.413651-146632-119331729702593="` echo /root/.ansible/tmp/ansible-tmp-1726888258.413651-146632-119331729702593 `" ) && sleep 0' 138029 1726888258.41954: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888258.41959: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found <<< 138029 1726888258.41969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888258.41971: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888258.41974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888258.42032: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888258.42036: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888258.42039: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888258.42084: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888258.44048: stdout chunk (state=3): >>>ansible-tmp-1726888258.413651-146632-119331729702593=/root/.ansible/tmp/ansible-tmp-1726888258.413651-146632-119331729702593 <<< 138029 1726888258.44153: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888258.44180: stderr chunk (state=3): >>><<< 138029 1726888258.44183: stdout chunk (state=3): >>><<< 138029 1726888258.44201: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888258.413651-146632-119331729702593=/root/.ansible/tmp/ansible-tmp-1726888258.413651-146632-119331729702593 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888258.44247: variable 'ansible_module_compression' from source: unknown 138029 1726888258.44291: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 138029 1726888258.44341: variable 'ansible_facts' from source: unknown 138029 1726888258.44473: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888258.413651-146632-119331729702593/AnsiballZ_setup.py 138029 1726888258.44576: Sending initial data 138029 1726888258.44580: Sent initial data (155 bytes) 138029 1726888258.45142: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888258.45166: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888258.45239: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888258.46800: 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 <<< 138029 1726888258.46859: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888258.46906: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmph9kcswth /root/.ansible/tmp/ansible-tmp-1726888258.413651-146632-119331729702593/AnsiballZ_setup.py <<< 138029 1726888258.46910: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888258.413651-146632-119331729702593/AnsiballZ_setup.py" <<< 138029 1726888258.46998: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmph9kcswth" to remote "/root/.ansible/tmp/ansible-tmp-1726888258.413651-146632-119331729702593/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888258.413651-146632-119331729702593/AnsiballZ_setup.py" <<< 138029 1726888258.48767: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888258.48813: stderr chunk (state=3): >>><<< 138029 1726888258.48825: stdout chunk (state=3): >>><<< 138029 1726888258.48843: done transferring module to remote 138029 1726888258.48858: _low_level_execute_command(): starting 138029 1726888258.48863: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888258.413651-146632-119331729702593/ /root/.ansible/tmp/ansible-tmp-1726888258.413651-146632-119331729702593/AnsiballZ_setup.py && sleep 0' 138029 1726888258.49387: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888258.49402: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888258.49449: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888258.49453: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888258.49512: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888258.51408: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888258.51411: stdout chunk (state=3): >>><<< 138029 1726888258.51414: stderr chunk (state=3): >>><<< 138029 1726888258.51416: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888258.51419: _low_level_execute_command(): starting 138029 1726888258.51421: _low_level_execute_command(): using become for this command 138029 1726888258.51423: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-iazhveoemessphvktbtafgsqawvxjfah ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888258.413651-146632-119331729702593/AnsiballZ_setup.py'"'"' && sleep 0' 138029 1726888258.51558: Initial state: awaiting_escalation: BECOME-SUCCESS-iazhveoemessphvktbtafgsqawvxjfah 138029 1726888258.52100: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888258.52142: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888258.52198: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888258.55065: stdout chunk (state=1): >>>BECOME-SUCCESS-iazhveoemessphvktbtafgsqawvxjfah <<< 138029 1726888258.55088: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-iazhveoemessphvktbtafgsqawvxjfah' 138029 1726888258.55632: 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' # <<< 138029 1726888258.55636: stdout chunk (state=3): >>># installing zipimport hook <<< 138029 1726888258.55638: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888258.55693: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888258.55711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 138029 1726888258.55731: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888258.55770: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888258.55797: 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 0x7f75541103e0> <<< 138029 1726888258.55820: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75540dfa10> <<< 138029 1726888258.55857: 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 0x7f7554112960> <<< 138029 1726888258.55893: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888258.55910: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888258.55930: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888258.55953: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888258.55977: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888258.56048: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888258.56082: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888258.56114: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888258.56173: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 138029 1726888258.56204: 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' <<< 138029 1726888258.56238: 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' <<< 138029 1726888258.56248: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f04fe0> <<< 138029 1726888258.56308: 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 0x7f7553f05fd0> <<< 138029 1726888258.56362: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888258.56416: 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. <<< 138029 1726888258.56799: 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 <<< 138029 1726888258.56892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888258.56895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888258.56961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f43ec0> <<< 138029 1726888258.56991: 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 0x7f7553f43f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888258.57016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888258.57037: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888258.57132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 138029 1726888258.57159: 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 0x7f7553f7b860> <<< 138029 1726888258.57174: 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 0x7f7553f7bef0> <<< 138029 1726888258.57219: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888258.57282: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f5bb60> import '_functools' # <<< 138029 1726888258.57313: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f592b0> <<< 138029 1726888258.57429: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f41070> <<< 138029 1726888258.57444: 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' <<< 138029 1726888258.57501: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888258.57519: 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' <<< 138029 1726888258.57601: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f9f860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f9e480> <<< 138029 1726888258.57615: 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 0x7f7553f5a180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f9cbc0> <<< 138029 1726888258.57673: 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 0x7f7553fd08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f402f0> <<< 138029 1726888258.57717: 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' <<< 138029 1726888258.57863: 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 0x7f7553fd0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553fd0c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7553fd1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f3ee10> <<< 138029 1726888258.58024: 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 0x7f7553fd1670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553fd1370> 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' <<< 138029 1726888258.58041: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553fd2540> 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 <<< 138029 1726888258.58105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553fe8740> import 'errno' # <<< 138029 1726888258.58142: 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 0x7f7553fe9e80> <<< 138029 1726888258.58224: 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 <<< 138029 1726888258.58264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553feacf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7553feb320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553fea270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888258.58298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888258.58353: 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 0x7f7553febda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553feb4d0> <<< 138029 1726888258.58441: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553fd24b0> # /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 <<< 138029 1726888258.58459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888258.58487: 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 0x7f7553cdbc50> <<< 138029 1726888258.58500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888258.58535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888258.58562: 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 0x7f7553d04740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553d044a0> <<< 138029 1726888258.58594: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.58597: 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 0x7f7553d04770> <<< 138029 1726888258.58806: 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 0x7f7553d05070> <<< 138029 1726888258.58921: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.58945: 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 0x7f7553d05a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553d04950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553cd9df0> <<< 138029 1726888258.58981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888258.59001: 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 <<< 138029 1726888258.59202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553d06e10> <<< 138029 1726888258.59206: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553d05b80> <<< 138029 1726888258.59210: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553fd2c60> # /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' <<< 138029 1726888258.59236: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553d331a0> <<< 138029 1726888258.59286: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888258.59310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888258.59337: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 138029 1726888258.59349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888258.59546: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553d5b530> # /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 0x7f7553db4320> <<< 138029 1726888258.59587: 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' <<< 138029 1726888258.59599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888258.59647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888258.59725: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553db6a80> <<< 138029 1726888258.59795: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553db4440> <<< 138029 1726888258.59922: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553d81310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553bb5430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553d5a330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553d07d70> <<< 138029 1726888258.60111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 138029 1726888258.60144: stdout chunk (state=3): >>> <<< 138029 1726888258.60164: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7553d5a450> <<< 138029 1726888258.60587: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_jb9tgw67/ansible_setup_payload.zip' <<< 138029 1726888258.60600: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.60710: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.60741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888258.60749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888258.60793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888258.60869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888258.60902: 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' <<< 138029 1726888258.60905: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553c1f0b0> import '_typing' # <<< 138029 1726888258.61093: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553bfdfa0> <<< 138029 1726888258.61095: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553bfd100> # zipimport: zlib available <<< 138029 1726888258.61123: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888258.61129: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.61157: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.61170: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.61176: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888258.61192: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.62702: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.63691: 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' <<< 138029 1726888258.63704: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553c1cf50> <<< 138029 1726888258.63707: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888258.63723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888258.63741: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888258.63757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888258.63772: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888258.63795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888258.63803: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.63812: 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 0x7f7553c52a80> <<< 138029 1726888258.63840: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553c52810> <<< 138029 1726888258.63880: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553c52120> <<< 138029 1726888258.63897: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888258.63903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888258.63941: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553c52570> <<< 138029 1726888258.63953: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553c1fad0> import 'atexit' # <<< 138029 1726888258.63980: 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 0x7f7553c53770> <<< 138029 1726888258.64009: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.64024: 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 0x7f7553c53920> <<< 138029 1726888258.64029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888258.64076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888258.64094: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888258.64136: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553c53e60> <<< 138029 1726888258.64148: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888258.64161: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888258.64192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888258.64223: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553529ca0> <<< 138029 1726888258.64262: 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 0x7f755352b8c0> <<< 138029 1726888258.64277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888258.64293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888258.64330: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75535302c0> <<< 138029 1726888258.64347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888258.64383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888258.64394: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553531460> <<< 138029 1726888258.64421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888258.64453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888258.64478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888258.64483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888258.64537: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553533ef0> <<< 138029 1726888258.64573: 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 0x7f7553bff950> <<< 138029 1726888258.64592: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75535321b0> <<< 138029 1726888258.64608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888258.64642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888258.64661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888258.64678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888258.64684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888258.64790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888258.64799: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888258.64821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553537ec0> <<< 138029 1726888258.64829: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888258.64900: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553536990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75535366f0> <<< 138029 1726888258.64916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888258.64933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888258.65002: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553536c60> <<< 138029 1726888258.65031: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75535326c0> <<< 138029 1726888258.65061: 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 0x7f755357bf80> <<< 138029 1726888258.65090: 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 0x7f755357c2f0> <<< 138029 1726888258.65104: 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 <<< 138029 1726888258.65124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888258.65141: 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' <<< 138029 1726888258.65184: 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 0x7f755357dd60> <<< 138029 1726888258.65191: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f755357db20> <<< 138029 1726888258.65206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888258.65230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888258.65287: 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 0x7f75535802c0> <<< 138029 1726888258.65292: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f755357e450> <<< 138029 1726888258.65311: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888258.65346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888258.65373: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 138029 1726888258.65378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 138029 1726888258.65391: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888258.65432: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553583aa0> <<< 138029 1726888258.65549: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553580470> <<< 138029 1726888258.65611: 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 0x7f75535848f0> <<< 138029 1726888258.65647: 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 0x7f7553584cb0> <<< 138029 1726888258.65680: 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 0x7f7553584bc0> <<< 138029 1726888258.65698: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f755357c4d0> <<< 138029 1726888258.65714: 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 <<< 138029 1726888258.65734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888258.65738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 138029 1726888258.65772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888258.65792: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.65853: 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 0x7f75534103e0> <<< 138029 1726888258.65982: 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 0x7f75534118b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553586b70> <<< 138029 1726888258.66033: 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 0x7f7553587f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553586780> # zipimport: zlib available <<< 138029 1726888258.66070: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888258.66167: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.66331: 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 <<< 138029 1726888258.66449: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.66598: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.67131: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.67640: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888258.67649: 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' # <<< 138029 1726888258.67690: 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' <<< 138029 1726888258.67719: 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 0x7f7553415b20> <<< 138029 1726888258.67823: 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 0x7f75534168a0> <<< 138029 1726888258.67846: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553411af0> <<< 138029 1726888258.67886: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888258.67912: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.67926: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.67948: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888258.68081: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.68266: 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 0x7f75534165a0> <<< 138029 1726888258.68279: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.68714: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.69184: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.69320: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.69323: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888258.69413: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 138029 1726888258.69425: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.69470: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.69585: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 138029 1726888258.69593: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.69646: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.69710: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888258.69997: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.70161: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888258.70221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888258.70307: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553417ad0> # zipimport: zlib available <<< 138029 1726888258.70390: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.70452: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 138029 1726888258.70467: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888258.70507: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.70522: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.70568: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888258.70622: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.70679: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.70730: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.70733: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.70794: 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 <<< 138029 1726888258.70823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888258.70905: 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 0x7f7553422720> <<< 138029 1726888258.70941: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f755341d280> <<< 138029 1726888258.70979: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888258.70986: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.71045: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.71114: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.71131: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.71177: 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' <<< 138029 1726888258.71196: 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 <<< 138029 1726888258.71226: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888258.71252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888258.71316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888258.71321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888258.71338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888258.71390: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f755350ad80> <<< 138029 1726888258.71437: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75535fea80> <<< 138029 1726888258.71508: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553422390> <<< 138029 1726888258.71529: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553585220> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888258.71553: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.71582: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888258.71648: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888258.71695: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888258.71700: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.71748: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.71809: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.71822: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.71851: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.71891: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.71935: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.71974: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.72011: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 138029 1726888258.72017: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.72094: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.72166: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.72189: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.72225: 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 <<< 138029 1726888258.72278: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 138029 1726888258.72303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888258.72372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888258.72385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 138029 1726888258.72430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 138029 1726888258.72447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 138029 1726888258.72471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 138029 1726888258.72491: 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 0x7f7553142b10> <<< 138029 1726888258.72524: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553141f40> <<< 138029 1726888258.72588: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553140920> <<< 138029 1726888258.72807: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75534b2de0> <<< 138029 1726888258.72880: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75534b0d70> <<< 138029 1726888258.72894: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 138029 1726888258.73077: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.73247: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.73347: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.73375: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 138029 1726888258.73407: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 138029 1726888258.73438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 138029 1726888258.73442: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f755349c1a0> <<< 138029 1726888258.73453: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 138029 1726888258.73491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 138029 1726888258.73504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 138029 1726888258.73532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 138029 1726888258.73562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 138029 1726888258.73576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 138029 1726888258.73582: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553190ec0> <<< 138029 1726888258.73614: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.73617: 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 0x7f75531911c0> <<< 138029 1726888258.73679: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75531849e0> <<< 138029 1726888258.73693: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553157c80> <<< 138029 1726888258.73725: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75534b1e20> <<< 138029 1726888258.73730: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75534b11f0> <<< 138029 1726888258.73757: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 138029 1726888258.73781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 138029 1726888258.73807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 138029 1726888258.73812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 138029 1726888258.73837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 138029 1726888258.73840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 138029 1726888258.73883: 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 0x7f7553193da0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553193650> <<< 138029 1726888258.73910: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.73924: 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 0x7f7553193830> <<< 138029 1726888258.73931: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553192ab0> <<< 138029 1726888258.73949: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 138029 1726888258.73977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 138029 1726888258.73984: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553193e00> <<< 138029 1726888258.74011: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 138029 1726888258.74053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 138029 1726888258.74083: 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 0x7f7552fb69c0> <<< 138029 1726888258.74113: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7552fb49b0> <<< 138029 1726888258.74150: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75534b13d0> <<< 138029 1726888258.74153: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 138029 1726888258.74175: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available <<< 138029 1726888258.74219: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.74241: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 138029 1726888258.74288: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.74341: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 138029 1726888258.74406: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.74468: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 138029 1726888258.74471: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.74501: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 138029 1726888258.74545: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.74573: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 138029 1726888258.74603: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.74630: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.74700: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 138029 1726888258.74732: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.74777: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 138029 1726888258.74806: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.74848: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.74921: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.74969: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.75025: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 138029 1726888258.75036: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 138029 1726888258.75052: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.75549: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.75979: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 138029 1726888258.75993: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.76044: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.76102: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.76134: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.76183: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 138029 1726888258.76208: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 138029 1726888258.76226: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.76267: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 138029 1726888258.76326: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.76386: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 138029 1726888258.76390: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.76410: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.76447: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 138029 1726888258.76452: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.76485: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.76518: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 138029 1726888258.76542: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.76613: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.76716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 138029 1726888258.76719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 138029 1726888258.76738: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7552fb7200> <<< 138029 1726888258.76753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 138029 1726888258.76782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 138029 1726888258.76900: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7552fb7f80> <<< 138029 1726888258.76920: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 138029 1726888258.76925: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.76999: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.77059: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 138029 1726888258.77067: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.77156: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.77246: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 138029 1726888258.77249: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.77321: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.77397: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 138029 1726888258.77411: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.77451: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.77502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 138029 1726888258.77551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 138029 1726888258.77624: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.77682: 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 0x7f7552ff2ed0> <<< 138029 1726888258.77877: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7552fdd040> <<< 138029 1726888258.77879: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 138029 1726888258.77941: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.77993: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 138029 1726888258.78010: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.78090: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.78192: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.78292: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.78457: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 138029 1726888258.78485: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 138029 1726888258.78511: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.78531: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 138029 1726888258.78541: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.78582: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.78628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 138029 1726888258.78644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 138029 1726888258.78673: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888258.78699: 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 0x7f755300aa80> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7552fdfdd0> <<< 138029 1726888258.78702: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available <<< 138029 1726888258.78725: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.78734: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 138029 1726888258.78751: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.78793: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.78841: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 138029 1726888258.78992: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.79145: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 138029 1726888258.79160: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.79258: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.79359: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.79399: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.79445: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 138029 1726888258.79448: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 138029 1726888258.79490: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888258.79517: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.79645: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.79787: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 138029 1726888258.79820: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 138029 1726888258.79933: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.80046: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 138029 1726888258.80070: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.80109: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.80179: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.80696: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.81198: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 138029 1726888258.81225: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 138029 1726888258.81335: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.81461: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 138029 1726888258.81551: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.81644: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 138029 1726888258.81660: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.81800: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.81990: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available <<< 138029 1726888258.82001: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 138029 1726888258.82083: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.82086: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 138029 1726888258.82100: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.82193: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.82293: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.82488: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.82710: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 138029 1726888258.82723: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 138029 1726888258.82729: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.82772: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.82819: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 138029 1726888258.82826: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.82841: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.82879: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 138029 1726888258.82891: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.82945: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.83024: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 138029 1726888258.83061: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.83101: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 138029 1726888258.83153: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.83223: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 138029 1726888258.83226: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.83276: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.83341: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 138029 1726888258.83345: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.83613: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.83869: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 138029 1726888258.83875: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.83935: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.84011: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available <<< 138029 1726888258.84073: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.84091: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 138029 1726888258.84125: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.84148: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.84231: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888258.84275: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 138029 1726888258.84281: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.84371: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.84482: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available <<< 138029 1726888258.84487: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 138029 1726888258.84518: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.84573: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 138029 1726888258.84578: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.84597: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.84688: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.84737: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.84790: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.84888: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 138029 1726888258.84899: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 138029 1726888258.84986: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.85009: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 138029 1726888258.85177: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.85374: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 138029 1726888258.85419: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.85545: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888258.85608: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 138029 1726888258.85795: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 138029 1726888258.85900: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.85950: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 138029 1726888258.86049: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888258.86576: 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' <<< 138029 1726888258.86628: 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' <<< 138029 1726888258.86641: 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 0x7f7553033d70> <<< 138029 1726888258.86713: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553030440> <<< 138029 1726888258.86726: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553033a70> <<< 138029 1726888259.00388: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 138029 1726888259.00395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 138029 1726888259.00563: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553079c10> # /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 0x7f755307a900> <<< 138029 1726888259.00590: 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 0x7f7553089160> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553088cb0> <<< 138029 1726888259.00820: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame <<< 138029 1726888259.00833: 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 <<< 138029 1726888259.25040: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "10", "second": "58", "epoch": "1726888258", "epoch_int": "1726888258", "date": "2024-09-20", "time": "23:10:58", "iso8601_micro": "2024-09-21T03:10:58.864447Z", "iso8601": "2024-09-21T03:10:58Z", "iso8601_basic": "20240920T231058864447", "iso8601_basic_short": "20240920T231058", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-13-126.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-126", "ansible_nodename": "ip-10-31-13-126.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": "ec2c1e05607ea8c677cfede1e7717817", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_fips": false, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgaXbXgtqkUKAAhPMnt5dXmeUF7nJ02ARiRKfwKQTJzeTwr1MfTYI8NRIWwMPZAZ0wAGu00OqnG/T5qCwRWVOzX6zjFSMAdPNRNgOeMk6EXH+Q4DlLpEe9KpYwVV8ko3AJnWqGNTXGPTf1X2mk1qXY6cNHSjWeBOjG5pHe7KDnpuurK0vK6lws1a7tYCWgX2pHS/4fGny8/zHBe7TPMZloAWWauADgOJh7ylUVyLB/t2mC+SN9196Lgo/YOcjlN1o3q99delRQRDjOu+lEPbpOjr68SsXxFhdC4Bdv4wI3L59QXcTthm1YQqv58+Z6drTBXggQ2vYRl0wTe1bm8yUFoTW/MyWu/RgQpEx6BROKqdJ2Sk4/wIs9iaAVkIXuL3AqeRH+yKnX61BD8KUAcmpvKY2qRWeAQeLAXgErnSIOx4uCnwhpa1KdotAyoSIwqQLXxUnIABjJTAiu524S34IL5KzSaHDwVK8Nb6rCxJ1nOQHrOxESdktMBEI/e38rCM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMj7VGFHxH15xJGRbPiNxWM9Lgtpv9mtP3FNQfDKJ9Y//zNvmlepo0juzrtKs7BLDxcCHjy9ABXXOjmShXf+W1Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDvAJIl5WBr3mku08nEoMcB4Ke1m66lfx9q041INn0pS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_apparmor": {"status": "disabled"}, "ansible_local": {}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_is_chroot": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-266<<< 138029 1726888259.25080: stdout chunk (state=3): >>>6 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": 152, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3379, "free": 152}, "nocache": {"free": 3235, "used": 296}, "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": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_uuid": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405361863860d5e48418be83fcaa", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e62d59e3c9874d249d42dc8ab", "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-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058a363ffc6f08416ab8803273f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058b79867c9b8145889bafb2719", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405d1e5ed45e3fc4db1bfbf9dc53", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014056e624c619c4a462480b612020", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140542bdc97f3b374faf97ca93f63", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140524f7725488c5405781ded0670", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014057cb70d4b5d0e4c9395f78773e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sdb": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "sda": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "sdc": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "sdd": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "sde": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "sdf": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "sdg": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "sdh": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "sdi": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 3703, "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": 249639190528, "block_size": 4096, "block_total": 65519099, "block_available": 60947068, "block_used": 4572031, "inode_total": 131070960, "inode_available": 131027009, "inode_used": 43951, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo <<< 138029 1726888259.25091: stdout chunk (state=3): >>>BECOME-SUCCESS-iazhveoemessphvktbtafgsqawvxjfah ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888258.413651-146632-119331729702593/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_iscsi_iqn": "", "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_loadavg": {"1m": 1.578125, "5m": 1.87939453125, "15m": 1.27197265625}, "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:f5:b8:cd:77", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:f5ff:feb8:cd77", "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.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:f5:b8:cd:77", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.126"], "ansible_all_ipv6_addresses": ["fe80::8ff:f5ff:feb8:cd77"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.13.126", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:f5ff:feb8:cd77"]}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 138029 1726888259.25571: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888259.25588: 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 <<< 138029 1726888259.25619: 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 # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 138029 1726888259.25672: 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random <<< 138029 1726888259.25677: 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 # cleanup[2] removing ansible # destroy ansible <<< 138029 1726888259.25716: 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing 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 <<< 138029 1726888259.25722: 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 <<< 138029 1726888259.25830: 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 # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_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.f<<< 138029 1726888259.25848: stdout chunk (state=3): >>>acts.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<<< 138029 1726888259.25860: stdout chunk (state=3): >>> 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 <<< 138029 1726888259.26223: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888259.26263: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888259.26280: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888259.26298: stdout chunk (state=3): >>># destroy zipfile._path <<< 138029 1726888259.26305: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888259.26329: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888259.26359: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 138029 1726888259.26374: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 138029 1726888259.26382: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 138029 1726888259.26403: stdout chunk (state=3): >>># destroy _locale <<< 138029 1726888259.26415: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal # destroy _posixsubprocess <<< 138029 1726888259.26423: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 138029 1726888259.26459: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888259.26479: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 138029 1726888259.26518: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 138029 1726888259.26537: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal <<< 138029 1726888259.26552: stdout chunk (state=3): >>># destroy pickle # destroy _compat_pickle <<< 138029 1726888259.26572: stdout chunk (state=3): >>># destroy _pickle <<< 138029 1726888259.26584: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction <<< 138029 1726888259.26602: stdout chunk (state=3): >>># destroy selectors <<< 138029 1726888259.26617: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime <<< 138029 1726888259.26625: stdout chunk (state=3): >>># destroy subprocess # destroy base64 <<< 138029 1726888259.26641: stdout chunk (state=3): >>># destroy _ssl <<< 138029 1726888259.26676: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 138029 1726888259.26679: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy json <<< 138029 1726888259.26702: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 138029 1726888259.26724: stdout chunk (state=3): >>># destroy glob <<< 138029 1726888259.26732: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 138029 1726888259.26753: stdout chunk (state=3): >>># destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 138029 1726888259.26811: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep <<< 138029 1726888259.26816: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token <<< 138029 1726888259.26884: 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 <<< 138029 1726888259.26889: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing <<< 138029 1726888259.26900: 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 <<< 138029 1726888259.26921: 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 # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888259.26988: 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 <<< 138029 1726888259.26992: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 138029 1726888259.27005: stdout chunk (state=3): >>># destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888259.27323: stdout chunk (state=3): >>># 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 <<< 138029 1726888259.27342: 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 <<< 138029 1726888259.27463: 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 <<< 138029 1726888259.27543: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools <<< 138029 1726888259.27615: stdout chunk (state=3): >>># destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888259.28159: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888259.28164: stdout chunk (state=3): >>><<< 138029 1726888259.28167: stderr chunk (state=3): >>><<< 138029 1726888259.28391: _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 0x7f75541103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75540dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7554112960> 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 0x7f7553f04fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f7553f05fd0> 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 0x7f7553f43ec0> # /usr/lib64/python3.12/__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 0x7f7553f43f80> # /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 0x7f7553f7b860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f7bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f5bb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f592b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f41070> # /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 0x7f7553f9f860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f9e480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f5a180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f9cbc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553fd08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f402f0> # /usr/lib64/python3.12/__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 0x7f7553fd0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553fd0c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7553fd1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553f3ee10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f7553fd1670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553fd1370> 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 0x7f7553fd2540> 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 0x7f7553fe8740> 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 0x7f7553fe9e80> # /usr/lib64/python3.12/__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 0x7f7553feacf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7553feb320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553fea270> # /usr/lib64/python3.12/__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 0x7f7553febda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553feb4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553fd24b0> # /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 0x7f7553cdbc50> # /usr/lib64/python3.12/__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 0x7f7553d04740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553d044a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7553d04770> # /usr/lib64/python3.12/__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 0x7f7553d05070> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7553d05a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553d04950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553cd9df0> # /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 0x7f7553d06e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553d05b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553fd2c60> # /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 0x7f7553d331a0> # /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 0x7f7553d5b530> # /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 0x7f7553db4320> # /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 0x7f7553db6a80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553db4440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553d81310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553bb5430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553d5a330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553d07d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7553d5a450> # zipimport: found 103 names in '/tmp/ansible_setup_payload_jb9tgw67/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 0x7f7553c1f0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553bfdfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553bfd100> # 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 0x7f7553c1cf50> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f7553c52a80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553c52810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553c52120> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f7553c52570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553c1fad0> 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 0x7f7553c53770> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7553c53920> # /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 0x7f7553c53e60> 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 0x7f7553529ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f755352b8c0> # /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 0x7f75535302c0> # /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 0x7f7553531460> # /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 0x7f7553533ef0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7553bff950> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75535321b0> # /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 0x7f7553537ec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553536990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75535366f0> # /usr/lib64/python3.12/__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 0x7f7553536c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75535326c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f755357bf80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f755357c2f0> # /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 0x7f755357dd60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f755357db20> # /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 0x7f75535802c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f755357e450> # /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 0x7f7553583aa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553580470> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75535848f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7553584cb0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7553584bc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f755357c4d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f75534103e0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75534118b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553586b70> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7553587f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553586780> # 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 0x7f7553415b20> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f75534168a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553411af0> 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 0x7f75534165a0> # 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 0x7f7553417ad0> # 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 0x7f7553422720> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f755341d280> 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 0x7f755350ad80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75535fea80> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553422390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553585220> # 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 0x7f7553142b10> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553141f40> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553140920> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75534b2de0> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75534b0d70> 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 0x7f755349c1a0> # /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 0x7f7553190ec0> # 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 0x7f75531911c0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75531849e0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553157c80> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75534b1e20> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75534b11f0> # /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 0x7f7553193da0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553193650> # 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 0x7f7553193830> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553192ab0> # /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 0x7f7553193e00> # /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 0x7f7552fb69c0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7552fb49b0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75534b13d0> 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 0x7f7552fb7200> # /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 0x7f7552fb7f80> 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 0x7f7552ff2ed0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7552fdd040> 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 0x7f755300aa80> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7552fdfdd0> 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 0x7f7553033d70> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553030440> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553033a70> # /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 0x7f7553079c10> # /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 0x7f755307a900> # /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 0x7f7553089160> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7553088cb0> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "23", "minute": "10", "second": "58", "epoch": "1726888258", "epoch_int": "1726888258", "date": "2024-09-20", "time": "23:10:58", "iso8601_micro": "2024-09-21T03:10:58.864447Z", "iso8601": "2024-09-21T03:10:58Z", "iso8601_basic": "20240920T231058864447", "iso8601_basic_short": "20240920T231058", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-13-126.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-13-126", "ansible_nodename": "ip-10-31-13-126.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": "ec2c1e05607ea8c677cfede1e7717817", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_fips": false, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgaXbXgtqkUKAAhPMnt5dXmeUF7nJ02ARiRKfwKQTJzeTwr1MfTYI8NRIWwMPZAZ0wAGu00OqnG/T5qCwRWVOzX6zjFSMAdPNRNgOeMk6EXH+Q4DlLpEe9KpYwVV8ko3AJnWqGNTXGPTf1X2mk1qXY6cNHSjWeBOjG5pHe7KDnpuurK0vK6lws1a7tYCWgX2pHS/4fGny8/zHBe7TPMZloAWWauADgOJh7ylUVyLB/t2mC+SN9196Lgo/YOcjlN1o3q99delRQRDjOu+lEPbpOjr68SsXxFhdC4Bdv4wI3L59QXcTthm1YQqv58+Z6drTBXggQ2vYRl0wTe1bm8yUFoTW/MyWu/RgQpEx6BROKqdJ2Sk4/wIs9iaAVkIXuL3AqeRH+yKnX61BD8KUAcmpvKY2qRWeAQeLAXgErnSIOx4uCnwhpa1KdotAyoSIwqQLXxUnIABjJTAiu524S34IL5KzSaHDwVK8Nb6rCxJ1nOQHrOxESdktMBEI/e38rCM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMj7VGFHxH15xJGRbPiNxWM9Lgtpv9mtP3FNQfDKJ9Y//zNvmlepo0juzrtKs7BLDxcCHjy9ABXXOjmShXf+W1Q=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDvAJIl5WBr3mku08nEoMcB4Ke1m66lfx9q041INn0pS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_apparmor": {"status": "disabled"}, "ansible_local": {}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_is_chroot": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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": 152, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3379, "free": 152}, "nocache": {"free": 3235, "used": 296}, "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": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_uuid": "ec2c1e05-607e-a8c6-77cf-ede1e7717817", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405361863860d5e48418be83fcaa", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e62d59e3c9874d249d42dc8ab", "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-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058a363ffc6f08416ab8803273f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014058b79867c9b8145889bafb2719", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405d1e5ed45e3fc4db1bfbf9dc53", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014056e624c619c4a462480b612020", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140542bdc97f3b374faf97ca93f63", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140524f7725488c5405781ded0670", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014057cb70d4b5d0e4c9395f78773e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sdb": ["scsi-360014058a363ffc6f08416ab8803273f", "wwn-0x60014058a363ffc6f08416ab8803273f"], "sda": ["scsi-3600140524f7725488c5405781ded0670", "wwn-0x600140524f7725488c5405781ded0670"], "sdc": ["scsi-3600140542bdc97f3b374faf97ca93f63", "wwn-0x600140542bdc97f3b374faf97ca93f63"], "sdd": ["scsi-36001405e62d59e3c9874d249d42dc8ab", "wwn-0x6001405e62d59e3c9874d249d42dc8ab"], "sde": ["scsi-360014056e624c619c4a462480b612020", "wwn-0x60014056e624c619c4a462480b612020"], "sdf": ["scsi-36001405361863860d5e48418be83fcaa", "wwn-0x6001405361863860d5e48418be83fcaa"], "sdg": ["scsi-36001405d1e5ed45e3fc4db1bfbf9dc53", "wwn-0x6001405d1e5ed45e3fc4db1bfbf9dc53"], "sdh": ["scsi-360014057cb70d4b5d0e4c9395f78773e", "wwn-0x60014057cb70d4b5d0e4c9395f78773e"], "sdi": ["scsi-360014058b79867c9b8145889bafb2719", "wwn-0x60014058b79867c9b8145889bafb2719"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 3703, "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": 249639190528, "block_size": 4096, "block_total": 65519099, "block_available": 60947068, "block_used": 4572031, "inode_total": 131070960, "inode_available": 131027009, "inode_used": 43951, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-iazhveoemessphvktbtafgsqawvxjfah ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888258.413651-146632-119331729702593/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_iscsi_iqn": "", "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_loadavg": {"1m": 1.578125, "5m": 1.87939453125, "15m": 1.27197265625}, "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:f5:b8:cd:77", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:f5ff:feb8:cd77", "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.13.126", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:f5:b8:cd:77", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.13.126"], "ansible_all_ipv6_addresses": ["fe80::8ff:f5ff:feb8:cd77"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.13.126", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:f5ff:feb8:cd77"]}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888259.30137: 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-1726888258.413651-146632-119331729702593/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888259.30140: _low_level_execute_command(): starting 138029 1726888259.30143: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888258.413651-146632-119331729702593/ > /dev/null 2>&1 && sleep 0' 138029 1726888259.30146: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888259.30148: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888259.30150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888259.30152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888259.30156: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888259.30159: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888259.30161: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888259.30166: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888259.30168: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address <<< 138029 1726888259.30170: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 138029 1726888259.30173: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888259.30175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888259.30177: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888259.30180: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888259.30182: stderr chunk (state=3): >>>debug2: match found <<< 138029 1726888259.30184: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888259.30186: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888259.30188: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888259.30190: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888259.30192: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888259.31978: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888259.32026: stderr chunk (state=3): >>><<< 138029 1726888259.32038: stdout chunk (state=3): >>><<< 138029 1726888259.32062: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888259.32078: handler run complete 138029 1726888259.32283: variable 'ansible_facts' from source: unknown 138029 1726888259.32501: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888259.32848: variable 'ansible_facts' from source: unknown 138029 1726888259.32945: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888259.33097: attempt loop complete, returning result 138029 1726888259.33102: _execute() done 138029 1726888259.33105: dumping result to json 138029 1726888259.33132: done dumping result, returning 138029 1726888259.33141: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-5a58-73a2-0000000047bb] 138029 1726888259.33148: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047bb 138029 1726888259.33629: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000047bb 138029 1726888259.33632: WORKER PROCESS EXITING ok: [managed_node3] 138029 1726888259.34020: no more pending results, returning what we have 138029 1726888259.34022: results queue empty 138029 1726888259.34023: checking for any_errors_fatal 138029 1726888259.34028: done checking for any_errors_fatal 138029 1726888259.34029: checking for max_fail_percentage 138029 1726888259.34030: done checking for max_fail_percentage 138029 1726888259.34030: checking to see if all hosts have failed and the running result is not ok 138029 1726888259.34031: done checking to see if all hosts have failed 138029 1726888259.34032: getting the remaining hosts for this loop 138029 1726888259.34032: done getting the remaining hosts for this loop 138029 1726888259.34035: getting the next task for host managed_node3 138029 1726888259.34042: done getting next task for host managed_node3 138029 1726888259.34043: ^ task is: TASK: meta (role_complete) 138029 1726888259.34045: ^ 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 138029 1726888259.34053: getting variables 138029 1726888259.34054: in VariableManager get_vars() 138029 1726888259.34089: Calling all_inventory to load vars for managed_node3 138029 1726888259.34093: Calling groups_inventory to load vars for managed_node3 138029 1726888259.34095: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888259.34106: Calling all_plugins_play to load vars for managed_node3 138029 1726888259.34111: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888259.34115: Calling groups_plugins_play to load vars for managed_node3 138029 1726888259.34627: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888259.35262: done with get_vars() 138029 1726888259.35281: done getting variables 138029 1726888259.35382: done queuing things up, now waiting for results queue to drain 138029 1726888259.35388: results queue empty 138029 1726888259.35389: checking for any_errors_fatal 138029 1726888259.35393: done checking for any_errors_fatal 138029 1726888259.35394: checking for max_fail_percentage 138029 1726888259.35395: done checking for max_fail_percentage 138029 1726888259.35395: checking to see if all hosts have failed and the running result is not ok 138029 1726888259.35396: done checking to see if all hosts have failed 138029 1726888259.35397: getting the remaining hosts for this loop 138029 1726888259.35398: done getting the remaining hosts for this loop 138029 1726888259.35403: getting the next task for host managed_node3 138029 1726888259.35408: done getting next task for host managed_node3 138029 1726888259.35410: ^ task is: TASK: Verify role results 138029 1726888259.35412: ^ 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 138029 1726888259.35414: getting variables 138029 1726888259.35415: in VariableManager get_vars() 138029 1726888259.35425: Calling all_inventory to load vars for managed_node3 138029 1726888259.35429: Calling groups_inventory to load vars for managed_node3 138029 1726888259.35432: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888259.35436: Calling all_plugins_play to load vars for managed_node3 138029 1726888259.35439: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888259.35442: Calling groups_plugins_play to load vars for managed_node3 138029 1726888259.35867: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888259.36383: done with get_vars() 138029 1726888259.36395: done getting variables TASK [Verify role results] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:150 Friday 20 September 2024 23:10:59 -0400 (0:00:00.996) 0:04:32.088 ****** 138029 1726888259.36453: entering _queue_task() for managed_node3/include_tasks 138029 1726888259.36772: worker is 1 (out of 1 available) 138029 1726888259.36787: exiting _queue_task() for managed_node3/include_tasks 138029 1726888259.36802: done queuing things up, now waiting for results queue to drain 138029 1726888259.36804: waiting for pending results... 138029 1726888259.37175: running TaskExecutor() for managed_node3/TASK: Verify role results 138029 1726888259.37299: in run() - task 0affc8a3-6f6f-5a58-73a2-000000000013 138029 1726888259.37303: variable 'ansible_search_path' from source: unknown 138029 1726888259.37307: calling self._execute() 138029 1726888259.37445: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888259.37462: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888259.37479: variable 'omit' from source: magic vars 138029 1726888259.37619: _execute() done 138029 1726888259.37632: dumping result to json 138029 1726888259.37644: done dumping result, returning 138029 1726888259.37651: done running TaskExecutor() for managed_node3/TASK: Verify role results [0affc8a3-6f6f-5a58-73a2-000000000013] 138029 1726888259.37695: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000013 138029 1726888259.37827: no more pending results, returning what we have 138029 1726888259.37832: in VariableManager get_vars() 138029 1726888259.37881: Calling all_inventory to load vars for managed_node3 138029 1726888259.37884: Calling groups_inventory to load vars for managed_node3 138029 1726888259.37887: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888259.37900: Calling all_plugins_play to load vars for managed_node3 138029 1726888259.37903: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888259.37905: Calling groups_plugins_play to load vars for managed_node3 138029 1726888259.38293: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000000013 138029 1726888259.38297: WORKER PROCESS EXITING 138029 1726888259.38309: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888259.38644: done with get_vars() 138029 1726888259.38653: variable 'ansible_search_path' from source: unknown 138029 1726888259.38666: we have included files to process 138029 1726888259.38667: generating all_blocks data 138029 1726888259.38668: done generating all_blocks data 138029 1726888259.38675: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 138029 1726888259.38676: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 138029 1726888259.38677: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 138029 1726888259.39111: in VariableManager get_vars() 138029 1726888259.39122: done with get_vars() 138029 1726888259.39148: in VariableManager get_vars() 138029 1726888259.39161: done with get_vars() 138029 1726888259.39247: done processing included file 138029 1726888259.39249: iterating over new_blocks loaded from include file 138029 1726888259.39250: in VariableManager get_vars() 138029 1726888259.39265: done with get_vars() 138029 1726888259.39269: filtering new block on tags 138029 1726888259.39339: done filtering new block on tags 138029 1726888259.39342: 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_node3 138029 1726888259.39345: extending task lists for all hosts with included blocks 138029 1726888259.42980: done extending task lists 138029 1726888259.42982: done processing included files 138029 1726888259.42982: results queue empty 138029 1726888259.42983: checking for any_errors_fatal 138029 1726888259.42984: done checking for any_errors_fatal 138029 1726888259.42984: checking for max_fail_percentage 138029 1726888259.42985: done checking for max_fail_percentage 138029 1726888259.42986: checking to see if all hosts have failed and the running result is not ok 138029 1726888259.42986: done checking to see if all hosts have failed 138029 1726888259.42987: getting the remaining hosts for this loop 138029 1726888259.42988: done getting the remaining hosts for this loop 138029 1726888259.42990: getting the next task for host managed_node3 138029 1726888259.42993: done getting next task for host managed_node3 138029 1726888259.42994: ^ task is: TASK: Print out pool information 138029 1726888259.42996: ^ 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 138029 1726888259.42998: getting variables 138029 1726888259.42999: in VariableManager get_vars() 138029 1726888259.43008: Calling all_inventory to load vars for managed_node3 138029 1726888259.43010: Calling groups_inventory to load vars for managed_node3 138029 1726888259.43012: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888259.43017: Calling all_plugins_play to load vars for managed_node3 138029 1726888259.43018: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888259.43020: Calling groups_plugins_play to load vars for managed_node3 138029 1726888259.43276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888259.43599: done with get_vars() 138029 1726888259.43610: done getting variables 138029 1726888259.43641: 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:10:59 -0400 (0:00:00.072) 0:04:32.160 ****** 138029 1726888259.43663: entering _queue_task() for managed_node3/debug 138029 1726888259.43924: worker is 1 (out of 1 available) 138029 1726888259.43937: exiting _queue_task() for managed_node3/debug 138029 1726888259.43952: done queuing things up, now waiting for results queue to drain 138029 1726888259.43954: waiting for pending results... 138029 1726888259.44173: running TaskExecutor() for managed_node3/TASK: Print out pool information 138029 1726888259.44240: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004845 138029 1726888259.44252: variable 'ansible_search_path' from source: unknown 138029 1726888259.44283: calling self._execute() 138029 1726888259.44424: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888259.44433: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888259.44442: variable 'omit' from source: magic vars 138029 1726888259.45111: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888259.48688: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888259.48817: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888259.48971: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888259.48975: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888259.49010: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888259.49104: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888259.49142: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888259.49190: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888259.49236: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888259.49259: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888259.49422: variable '_storage_pools_list' from source: set_fact 138029 1726888259.49502: Evaluated conditional (_storage_pools_list | length > 0): True 138029 1726888259.49509: variable 'omit' from source: magic vars 138029 1726888259.49531: variable 'omit' from source: magic vars 138029 1726888259.49574: variable 'omit' from source: magic vars 138029 1726888259.49614: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888259.49650: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888259.49717: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888259.49721: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888259.49726: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888259.49743: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888259.49770: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888259.49806: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888259.49816: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888259.49830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888259.50044: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888259.50047: Set connection var ansible_timeout to 10 138029 1726888259.50049: Set connection var ansible_pipelining to False 138029 1726888259.50058: Set connection var ansible_shell_type to sh 138029 1726888259.50061: Set connection var ansible_connection to ssh 138029 1726888259.50063: Set connection var ansible_shell_executable to /bin/sh 138029 1726888259.50067: variable 'ansible_shell_executable' from source: unknown 138029 1726888259.50069: variable 'ansible_connection' from source: unknown 138029 1726888259.50072: variable 'ansible_module_compression' from source: unknown 138029 1726888259.50074: variable 'ansible_shell_type' from source: unknown 138029 1726888259.50076: variable 'ansible_shell_executable' from source: unknown 138029 1726888259.50080: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888259.50082: variable 'ansible_pipelining' from source: unknown 138029 1726888259.50086: variable 'ansible_timeout' from source: unknown 138029 1726888259.50177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888259.50246: 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) 138029 1726888259.50271: variable 'omit' from source: magic vars 138029 1726888259.50282: starting attempt loop 138029 1726888259.50289: running the handler 138029 1726888259.50343: variable '_storage_pools_list' from source: set_fact 138029 1726888259.50481: variable '_storage_pools_list' from source: set_fact 138029 1726888259.50615: handler run complete 138029 1726888259.50647: attempt loop complete, returning result 138029 1726888259.50656: _execute() done 138029 1726888259.50668: dumping result to json 138029 1726888259.50678: done dumping result, returning 138029 1726888259.50698: done running TaskExecutor() for managed_node3/TASK: Print out pool information [0affc8a3-6f6f-5a58-73a2-000000004845] 138029 1726888259.50742: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004845 138029 1726888259.50832: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004845 ok: [managed_node3] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] } 138029 1726888259.51025: no more pending results, returning what we have 138029 1726888259.51030: results queue empty 138029 1726888259.51031: checking for any_errors_fatal 138029 1726888259.51033: done checking for any_errors_fatal 138029 1726888259.51034: checking for max_fail_percentage 138029 1726888259.51036: done checking for max_fail_percentage 138029 1726888259.51037: checking to see if all hosts have failed and the running result is not ok 138029 1726888259.51038: done checking to see if all hosts have failed 138029 1726888259.51045: getting the remaining hosts for this loop 138029 1726888259.51047: done getting the remaining hosts for this loop 138029 1726888259.51051: getting the next task for host managed_node3 138029 1726888259.51059: done getting next task for host managed_node3 138029 1726888259.51062: ^ task is: TASK: Print out volume information 138029 1726888259.51067: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888259.51073: getting variables 138029 1726888259.51075: in VariableManager get_vars() 138029 1726888259.51118: Calling all_inventory to load vars for managed_node3 138029 1726888259.51121: Calling groups_inventory to load vars for managed_node3 138029 1726888259.51125: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888259.51137: Calling all_plugins_play to load vars for managed_node3 138029 1726888259.51141: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888259.51144: Calling groups_plugins_play to load vars for managed_node3 138029 1726888259.51674: WORKER PROCESS EXITING 138029 1726888259.52035: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888259.52851: done with get_vars() 138029 1726888259.52876: done getting variables 138029 1726888259.52934: 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:10:59 -0400 (0:00:00.093) 0:04:32.253 ****** 138029 1726888259.52989: entering _queue_task() for managed_node3/debug 138029 1726888259.53341: worker is 1 (out of 1 available) 138029 1726888259.53353: exiting _queue_task() for managed_node3/debug 138029 1726888259.53369: done queuing things up, now waiting for results queue to drain 138029 1726888259.53371: waiting for pending results... 138029 1726888259.53733: running TaskExecutor() for managed_node3/TASK: Print out volume information 138029 1726888259.53872: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004846 138029 1726888259.53897: variable 'ansible_search_path' from source: unknown 138029 1726888259.53940: calling self._execute() 138029 1726888259.54096: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888259.54110: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888259.54124: variable 'omit' from source: magic vars 138029 1726888259.54630: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888259.57973: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888259.58104: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888259.58116: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888259.58162: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888259.58193: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888259.58319: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888259.58326: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888259.58357: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888259.58405: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888259.58430: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888259.58568: variable '_storage_volumes_list' from source: set_fact 138029 1726888259.58646: Evaluated conditional (_storage_volumes_list | length > 0): False 138029 1726888259.58649: when evaluation is False, skipping this task 138029 1726888259.58651: _execute() done 138029 1726888259.58653: dumping result to json 138029 1726888259.58657: done dumping result, returning 138029 1726888259.58659: done running TaskExecutor() for managed_node3/TASK: Print out volume information [0affc8a3-6f6f-5a58-73a2-000000004846] 138029 1726888259.58661: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004846 skipping: [managed_node3] => { "false_condition": "_storage_volumes_list | length > 0" } 138029 1726888259.58801: no more pending results, returning what we have 138029 1726888259.58805: results queue empty 138029 1726888259.58806: checking for any_errors_fatal 138029 1726888259.58820: done checking for any_errors_fatal 138029 1726888259.58821: checking for max_fail_percentage 138029 1726888259.58823: done checking for max_fail_percentage 138029 1726888259.58824: checking to see if all hosts have failed and the running result is not ok 138029 1726888259.58825: done checking to see if all hosts have failed 138029 1726888259.58826: getting the remaining hosts for this loop 138029 1726888259.58828: done getting the remaining hosts for this loop 138029 1726888259.58832: getting the next task for host managed_node3 138029 1726888259.58838: done getting next task for host managed_node3 138029 1726888259.58842: ^ task is: TASK: Collect info about the volumes. 138029 1726888259.58846: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888259.58851: getting variables 138029 1726888259.58852: in VariableManager get_vars() 138029 1726888259.58897: Calling all_inventory to load vars for managed_node3 138029 1726888259.58900: Calling groups_inventory to load vars for managed_node3 138029 1726888259.58904: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888259.58917: Calling all_plugins_play to load vars for managed_node3 138029 1726888259.58922: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888259.58929: Calling groups_plugins_play to load vars for managed_node3 138029 1726888259.59571: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004846 138029 1726888259.59575: WORKER PROCESS EXITING 138029 1726888259.59987: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888259.60632: done with get_vars() 138029 1726888259.60648: 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:10:59 -0400 (0:00:00.077) 0:04:32.330 ****** 138029 1726888259.60736: entering _queue_task() for managed_node3/fedora.linux_system_roles.blockdev_info 138029 1726888259.61288: worker is 1 (out of 1 available) 138029 1726888259.61299: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blockdev_info 138029 1726888259.61309: done queuing things up, now waiting for results queue to drain 138029 1726888259.61310: waiting for pending results... 138029 1726888259.61436: running TaskExecutor() for managed_node3/TASK: Collect info about the volumes. 138029 1726888259.61582: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004847 138029 1726888259.61604: variable 'ansible_search_path' from source: unknown 138029 1726888259.61651: calling self._execute() 138029 1726888259.61795: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888259.61863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888259.61869: variable 'omit' from source: magic vars 138029 1726888259.61947: variable 'omit' from source: magic vars 138029 1726888259.62008: variable 'omit' from source: magic vars 138029 1726888259.62048: variable 'omit' from source: magic vars 138029 1726888259.62118: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888259.62171: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888259.62211: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888259.62236: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888259.62299: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888259.62303: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888259.62307: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888259.62340: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888259.62351: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888259.62408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888259.62505: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888259.62526: Set connection var ansible_timeout to 10 138029 1726888259.62540: Set connection var ansible_pipelining to False 138029 1726888259.62546: Set connection var ansible_shell_type to sh 138029 1726888259.62625: Set connection var ansible_connection to ssh 138029 1726888259.62628: Set connection var ansible_shell_executable to /bin/sh 138029 1726888259.62631: variable 'ansible_shell_executable' from source: unknown 138029 1726888259.62633: variable 'ansible_connection' from source: unknown 138029 1726888259.62636: variable 'ansible_module_compression' from source: unknown 138029 1726888259.62639: variable 'ansible_shell_type' from source: unknown 138029 1726888259.62641: variable 'ansible_shell_executable' from source: unknown 138029 1726888259.62642: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888259.62644: variable 'ansible_pipelining' from source: unknown 138029 1726888259.62646: variable 'ansible_timeout' from source: unknown 138029 1726888259.62648: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888259.62885: 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) 138029 1726888259.62902: variable 'omit' from source: magic vars 138029 1726888259.62912: starting attempt loop 138029 1726888259.62918: running the handler 138029 1726888259.62950: _low_level_execute_command(): starting 138029 1726888259.62953: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888259.63854: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888259.63915: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888259.63961: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888259.63995: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888259.64080: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888259.65803: stdout chunk (state=3): >>>/root <<< 138029 1726888259.66017: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888259.66079: stderr chunk (state=3): >>><<< 138029 1726888259.66138: stdout chunk (state=3): >>><<< 138029 1726888259.66331: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888259.66335: _low_level_execute_command(): starting 138029 1726888259.66345: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888259.662034-146688-211117375305121 `" && echo ansible-tmp-1726888259.662034-146688-211117375305121="` echo /root/.ansible/tmp/ansible-tmp-1726888259.662034-146688-211117375305121 `" ) && sleep 0' 138029 1726888259.67267: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888259.67280: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888259.67294: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888259.67309: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888259.67410: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888259.67437: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888259.67523: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888259.69511: stdout chunk (state=3): >>>ansible-tmp-1726888259.662034-146688-211117375305121=/root/.ansible/tmp/ansible-tmp-1726888259.662034-146688-211117375305121 <<< 138029 1726888259.69675: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888259.69700: stderr chunk (state=3): >>><<< 138029 1726888259.69723: stdout chunk (state=3): >>><<< 138029 1726888259.69882: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888259.662034-146688-211117375305121=/root/.ansible/tmp/ansible-tmp-1726888259.662034-146688-211117375305121 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888259.69886: variable 'ansible_module_compression' from source: unknown 138029 1726888259.69905: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blockdev_info-ZIP_DEFLATED 138029 1726888259.69968: variable 'ansible_facts' from source: unknown 138029 1726888259.70081: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888259.662034-146688-211117375305121/AnsiballZ_blockdev_info.py 138029 1726888259.70242: Sending initial data 138029 1726888259.70344: Sent initial data (163 bytes) 138029 1726888259.71021: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888259.71035: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888259.71114: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888259.71169: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888259.71196: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888259.71219: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888259.71300: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888259.72903: 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 <<< 138029 1726888259.72948: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888259.73017: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmpg9j6lyon /root/.ansible/tmp/ansible-tmp-1726888259.662034-146688-211117375305121/AnsiballZ_blockdev_info.py <<< 138029 1726888259.73020: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888259.662034-146688-211117375305121/AnsiballZ_blockdev_info.py" <<< 138029 1726888259.73064: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmpg9j6lyon" to remote "/root/.ansible/tmp/ansible-tmp-1726888259.662034-146688-211117375305121/AnsiballZ_blockdev_info.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888259.662034-146688-211117375305121/AnsiballZ_blockdev_info.py" <<< 138029 1726888259.74105: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888259.74113: stdout chunk (state=3): >>><<< 138029 1726888259.74117: stderr chunk (state=3): >>><<< 138029 1726888259.74119: done transferring module to remote 138029 1726888259.74121: _low_level_execute_command(): starting 138029 1726888259.74124: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888259.662034-146688-211117375305121/ /root/.ansible/tmp/ansible-tmp-1726888259.662034-146688-211117375305121/AnsiballZ_blockdev_info.py && sleep 0' 138029 1726888259.74920: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888259.75043: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888259.75166: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888259.75238: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888259.75349: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888259.77118: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888259.77149: stderr chunk (state=3): >>><<< 138029 1726888259.77151: stdout chunk (state=3): >>><<< 138029 1726888259.77174: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888259.77179: _low_level_execute_command(): starting 138029 1726888259.77181: _low_level_execute_command(): using become for this command 138029 1726888259.77196: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-vdbsndogazyqavujajmmvfjjsftldiib ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888259.662034-146688-211117375305121/AnsiballZ_blockdev_info.py'"'"' && sleep 0' 138029 1726888259.77279: Initial state: awaiting_escalation: BECOME-SUCCESS-vdbsndogazyqavujajmmvfjjsftldiib 138029 1726888259.77766: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888259.77834: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888259.77877: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888259.80821: stdout chunk (state=1): >>>BECOME-SUCCESS-vdbsndogazyqavujajmmvfjjsftldiib <<< 138029 1726888259.80834: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-vdbsndogazyqavujajmmvfjjsftldiib' 138029 1726888259.81153: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888259.81217: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888259.81221: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888259.81232: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888259.81287: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888259.81317: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888259.81333: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888259.81390: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888259.81401: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888259.81463: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888259.81498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 138029 1726888259.81515: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888259.81541: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888259.81571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888259.81614: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203c183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203be7a10> <<< 138029 1726888259.81637: 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 0x7f4203c1a960> import '_signal' # <<< 138029 1726888259.81689: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 138029 1726888259.81697: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888259.81729: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888259.81813: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888259.81838: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888259.81852: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888259.81871: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888259.81894: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888259.81904: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888259.81921: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888259.81927: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888259.81970: 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 <<< 138029 1726888259.81981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888259.81988: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42039c8fe0> <<< 138029 1726888259.82057: 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 <<< 138029 1726888259.82072: 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 0x7f42039c9fd0> <<< 138029 1726888259.82095: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888259.82121: 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. <<< 138029 1726888259.82354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888259.82358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888259.82393: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888259.82395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888259.82415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888259.82457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888259.82483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888259.82502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888259.82518: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a0fe00> <<< 138029 1726888259.82532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888259.82562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888259.82582: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888259.82585: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a0fec0> <<< 138029 1726888259.82604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888259.82633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888259.82654: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888259.82712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888259.82721: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888259.82754: 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 0x7f4203a3f800> <<< 138029 1726888259.82777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888259.82788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 138029 1726888259.82798: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a3fe90> <<< 138029 1726888259.82807: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888259.82862: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a1fad0> <<< 138029 1726888259.82868: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888259.82900: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a1d1f0> <<< 138029 1726888259.82991: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a0cfb0> <<< 138029 1726888259.83020: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888259.83034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888259.83052: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888259.83070: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888259.83101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888259.83114: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888259.83129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888259.83157: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a63740> <<< 138029 1726888259.83176: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a62360> <<< 138029 1726888259.83201: 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' <<< 138029 1726888259.83212: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a1e0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a60b90> <<< 138029 1726888259.83266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888259.83278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a947d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a0c230> <<< 138029 1726888259.83303: 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' <<< 138029 1726888259.83334: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888259.83345: 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 0x7f4203a94c80> <<< 138029 1726888259.83351: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a94b30> <<< 138029 1726888259.83402: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888259.83420: 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 0x7f4203a94f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a02d50> <<< 138029 1726888259.83434: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888259.83458: 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 <<< 138029 1726888259.83513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888259.83530: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a955e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a952b0> import 'importlib.machinery' # <<< 138029 1726888259.83561: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 138029 1726888259.83568: 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 0x7f4203a964e0> <<< 138029 1726888259.83596: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888259.83609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888259.83657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888259.83684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888259.83686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203aac710> <<< 138029 1726888259.83704: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888259.83727: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888259.83729: 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 0x7f4203aaddf0> <<< 138029 1726888259.83784: 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' <<< 138029 1726888259.83787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 138029 1726888259.83798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 138029 1726888259.83811: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203aaec60> <<< 138029 1726888259.83886: 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 0x7f4203aaf2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203aae1b0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888259.83930: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888259.83936: 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 0x7f4203aafd40> <<< 138029 1726888259.83944: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203aaf470> <<< 138029 1726888259.83986: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a96540> <<< 138029 1726888259.84009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888259.84031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888259.84192: 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 0x7f4203843bf0> # /usr/lib64/python3.12/__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' <<< 138029 1726888259.84196: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f420386c740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420386c4a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888259.84224: 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 0x7f420386c6e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888259.84231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888259.84300: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888259.84435: 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 0x7f420386d010> <<< 138029 1726888259.84553: 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 0x7f420386d910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420386c8c0> <<< 138029 1726888259.84597: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203841d90> <<< 138029 1726888259.84619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888259.84638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888259.84670: 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 0x7f420386ed20> <<< 138029 1726888259.84691: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420386da60> <<< 138029 1726888259.84719: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a96c30> <<< 138029 1726888259.84738: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888259.84808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888259.84820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888259.84853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888259.84885: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42038970b0> <<< 138029 1726888259.84944: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888259.84972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888259.84994: 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' <<< 138029 1726888259.85043: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42038bf410> <<< 138029 1726888259.85065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888259.85201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888259.85212: stdout chunk (state=3): >>>import 'ntpath' # <<< 138029 1726888259.85241: 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 0x7f420391c200> # /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' <<< 138029 1726888259.85272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888259.85295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888259.85377: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420391e960> <<< 138029 1726888259.85453: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420391c320> <<< 138029 1726888259.85487: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42038e9220> <<< 138029 1726888259.85519: 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' <<< 138029 1726888259.85522: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42037212b0> <<< 138029 1726888259.85547: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42038be240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420386fc80> <<< 138029 1726888259.85698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888259.85719: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f42038be8d0> <<< 138029 1726888259.86039: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_rpfmlyq1/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' <<< 138029 1726888259.86043: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.86172: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.86199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888259.86204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888259.86254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888259.86326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 138029 1726888259.86359: 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' <<< 138029 1726888259.86374: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420376ef90> import '_typing' # <<< 138029 1726888259.86551: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203751e80> <<< 138029 1726888259.86558: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203751040> # zipimport: zlib available <<< 138029 1726888259.86594: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888259.86596: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.86623: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.86627: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.86645: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888259.86661: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.88059: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.89176: 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' <<< 138029 1726888259.89184: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420376ce60> <<< 138029 1726888259.89205: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 138029 1726888259.89211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888259.89235: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 138029 1726888259.89251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 138029 1726888259.89271: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 138029 1726888259.89278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 138029 1726888259.89302: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888259.89308: 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 0x7f42037a2990> <<< 138029 1726888259.89342: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42037a2720> <<< 138029 1726888259.89381: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42037a2030> <<< 138029 1726888259.89391: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888259.89405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888259.89437: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42037a2480> <<< 138029 1726888259.89452: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420376fc20> <<< 138029 1726888259.89462: stdout chunk (state=3): >>>import 'atexit' # <<< 138029 1726888259.89486: 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 0x7f42037a3710> <<< 138029 1726888259.89512: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888259.89521: 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 0x7f42037a3950> <<< 138029 1726888259.89540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888259.89591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888259.89602: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888259.89645: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42037a3e90> <<< 138029 1726888259.89661: stdout chunk (state=3): >>>import 'pwd' # <<< 138029 1726888259.89672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888259.89703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888259.89738: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203115cd0> <<< 138029 1726888259.89772: 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 0x7f42031178c0> <<< 138029 1726888259.89794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 138029 1726888259.89807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 138029 1726888259.89845: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42031182c0> <<< 138029 1726888259.89860: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888259.89893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888259.89909: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203119460> <<< 138029 1726888259.89931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888259.89968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888259.89989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888259.89994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888259.90050: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420311bf50> <<< 138029 1726888259.90087: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888259.90097: 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 0x7f4203a02cf0> <<< 138029 1726888259.90106: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420311a210> <<< 138029 1726888259.90135: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888259.90154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888259.90185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 138029 1726888259.90194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 138029 1726888259.90208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888259.90229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 138029 1726888259.90259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 138029 1726888259.90265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203123ef0> <<< 138029 1726888259.90281: stdout chunk (state=3): >>>import '_tokenize' # <<< 138029 1726888259.90350: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42031229c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203122720> <<< 138029 1726888259.90368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888259.90375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 138029 1726888259.90452: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203122c90> <<< 138029 1726888259.90473: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420311a720> <<< 138029 1726888259.90504: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888259.90510: 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 0x7f4203167a10> <<< 138029 1726888259.90548: 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 0x7f42031680b0> <<< 138029 1726888259.90573: 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 <<< 138029 1726888259.90590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 138029 1726888259.90596: 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' <<< 138029 1726888259.90639: 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 0x7f4203169c40> <<< 138029 1726888259.90656: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203169a00> <<< 138029 1726888259.90661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888259.90769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888259.90816: 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 0x7f420316c200> <<< 138029 1726888259.90821: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420316a330> <<< 138029 1726888259.90841: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888259.90886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888259.90925: 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' <<< 138029 1726888259.90949: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888259.90971: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420316f9e0> <<< 138029 1726888259.91096: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420316c3b0> <<< 138029 1726888259.91150: 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 0x7f4203170aa0> <<< 138029 1726888259.91199: 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 0x7f4203170bf0> <<< 138029 1726888259.91241: 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 0x7f4203170cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203168350> <<< 138029 1726888259.91282: 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 <<< 138029 1726888259.91309: 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 <<< 138029 1726888259.91345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888259.91370: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888259.91392: 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 0x7f42031fc2f0> <<< 138029 1726888259.91533: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888259.91545: 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 0x7f42031fd580> <<< 138029 1726888259.91586: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203172a80> <<< 138029 1726888259.91592: 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 0x7f4203173e30> <<< 138029 1726888259.91596: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42031726c0> <<< 138029 1726888259.91645: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 138029 1726888259.91671: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.91726: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.91816: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.91846: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888259.91874: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 138029 1726888259.91890: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.92001: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.92128: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.92655: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.93217: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888259.93251: 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' # <<< 138029 1726888259.93258: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 138029 1726888259.93289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888259.93312: 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 0x7f4203001850> <<< 138029 1726888259.93408: 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' <<< 138029 1726888259.93440: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203002630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42031fd850> <<< 138029 1726888259.93477: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888259.93518: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.93522: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.93533: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888259.93675: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.93853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 138029 1726888259.93863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203002600> <<< 138029 1726888259.93867: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.94321: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.94760: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.94830: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.94904: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 138029 1726888259.94931: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.94958: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.94999: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888259.95075: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.95169: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888259.95175: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.95212: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888259.95251: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.95286: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 138029 1726888259.95291: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.95514: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.95748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888259.95812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888259.95838: stdout chunk (state=3): >>>import '_ast' # <<< 138029 1726888259.95895: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203003770> <<< 138029 1726888259.95907: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.95978: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.96043: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888259.96059: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 138029 1726888259.96071: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 138029 1726888259.96084: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.96129: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.96174: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 138029 1726888259.96203: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.96236: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.96294: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.96327: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.96400: 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 <<< 138029 1726888259.96434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888259.96519: 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 0x7f420300e180> <<< 138029 1726888259.96552: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42030099d0> <<< 138029 1726888259.96588: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 138029 1726888259.96600: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.96665: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.96727: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.96759: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.96800: 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 <<< 138029 1726888259.96805: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888259.96828: 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 <<< 138029 1726888259.96849: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888259.96870: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888259.96925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888259.96960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888259.96970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888259.97023: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42037f2a80> <<< 138029 1726888259.97066: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42037de750> <<< 138029 1726888259.97145: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420300df40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203005cd0> # destroy ansible.module_utils.distro <<< 138029 1726888259.97152: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 138029 1726888259.97165: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.97191: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.97219: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888259.97272: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 138029 1726888259.97295: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.97318: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.97322: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 138029 1726888259.97334: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.97353: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.97358: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 138029 1726888259.97375: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.97382: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 138029 1726888259.97408: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.97412: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 138029 1726888259.97443: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.97451: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.97465: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 138029 1726888259.97472: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.97547: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.97675: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888259.98552: 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": {}}} <<< 138029 1726888259.98583: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888259.99004: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888259.99064: 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 <<< 138029 1726888259.99093: stdout chunk (state=3): >>># cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser<<< 138029 1726888259.99141: 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 # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess <<< 138029 1726888259.99216: 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 <<< 138029 1726888259.99234: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # 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 <<< 138029 1726888259.99462: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888259.99470: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 138029 1726888259.99493: stdout chunk (state=3): >>># destroy _bz2 <<< 138029 1726888259.99525: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 138029 1726888259.99543: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 138029 1726888259.99563: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888259.99607: 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 <<< 138029 1726888259.99614: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 138029 1726888259.99632: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 138029 1726888259.99651: stdout chunk (state=3): >>># destroy _signal <<< 138029 1726888259.99688: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 138029 1726888259.99723: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888259.99726: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro <<< 138029 1726888259.99752: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888259.99796: 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 <<< 138029 1726888259.99818: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 138029 1726888259.99856: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 138029 1726888259.99891: 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 <<< 138029 1726888259.99908: 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 <<< 138029 1726888259.99917: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 138029 1726888260.00036: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888260.00069: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 138029 1726888260.00083: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 138029 1726888260.00102: stdout chunk (state=3): >>># destroy tokenize <<< 138029 1726888260.00125: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888260.00177: 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 <<< 138029 1726888260.00191: 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 <<< 138029 1726888260.00264: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888260.00282: 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 <<< 138029 1726888260.00294: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888260.00311: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888260.00339: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888260.00372: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888260.00385: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888260.00902: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888260.00909: stderr chunk (state=3): >>><<< 138029 1726888260.00912: stdout chunk (state=3): >>><<< 138029 1726888260.01013: _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 0x7f4203c183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203be7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203c1a960> 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 0x7f42039c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f42039c9fd0> 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 0x7f4203a0fe00> # /usr/lib64/python3.12/__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 0x7f4203a0fec0> # /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 0x7f4203a3f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a3fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a1fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a1d1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a0cfb0> # /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 0x7f4203a63740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a62360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a1e0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a60b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a947d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a0c230> # /usr/lib64/python3.12/__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 0x7f4203a94c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a94b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4203a94f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a02d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f4203a955e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a952b0> 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 0x7f4203a964e0> 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 0x7f4203aac710> 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 0x7f4203aaddf0> # /usr/lib64/python3.12/__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 0x7f4203aaec60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4203aaf2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203aae1b0> # /usr/lib64/python3.12/__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 0x7f4203aafd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203aaf470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a96540> # /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 0x7f4203843bf0> # /usr/lib64/python3.12/__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 0x7f420386c740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420386c4a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f420386c6e0> # /usr/lib64/python3.12/__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 0x7f420386d010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f420386d910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420386c8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203841d90> # /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 0x7f420386ed20> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420386da60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203a96c30> # /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 0x7f42038970b0> # /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 0x7f42038bf410> # /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 0x7f420391c200> # /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 0x7f420391e960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420391c320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42038e9220> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42037212b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42038be240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420386fc80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f42038be8d0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_rpfmlyq1/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 0x7f420376ef90> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203751e80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203751040> # 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 0x7f420376ce60> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f42037a2990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42037a2720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42037a2030> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f42037a2480> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420376fc20> 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 0x7f42037a3710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42037a3950> # /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 0x7f42037a3e90> 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 0x7f4203115cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42031178c0> # /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 0x7f42031182c0> # /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 0x7f4203119460> # /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 0x7f420311bf50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4203a02cf0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420311a210> # /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 0x7f4203123ef0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42031229c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203122720> # /usr/lib64/python3.12/__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 0x7f4203122c90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420311a720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4203167a10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42031680b0> # /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 0x7f4203169c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203169a00> # /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 0x7f420316c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420316a330> # /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 0x7f420316f9e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420316c3b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4203170aa0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4203170bf0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4203170cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203168350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f42031fc2f0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42031fd580> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203172a80> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4203173e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42031726c0> # 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 0x7f4203001850> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f4203002630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42031fd850> 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 0x7f4203002600> # 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 0x7f4203003770> # 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 0x7f420300e180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42030099d0> 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 0x7f42037f2a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42037de750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f420300df40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4203005cd0> # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888260.01862: 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-1726888259.662034-146688-211117375305121/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888260.01869: _low_level_execute_command(): starting 138029 1726888260.01872: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888259.662034-146688-211117375305121/ > /dev/null 2>&1 && sleep 0' 138029 1726888260.01875: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888260.01877: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888260.01885: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888260.01893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888260.01913: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888260.01916: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888260.01928: 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.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888260.01974: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888260.01987: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888260.02042: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888260.03849: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888260.03886: stderr chunk (state=3): >>><<< 138029 1726888260.03889: stdout chunk (state=3): >>><<< 138029 1726888260.03908: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888260.03911: handler run complete 138029 1726888260.03936: Evaluated conditional (False): False 138029 1726888260.03946: attempt loop complete, returning result 138029 1726888260.03950: _execute() done 138029 1726888260.03952: dumping result to json 138029 1726888260.03979: done dumping result, returning 138029 1726888260.03982: done running TaskExecutor() for managed_node3/TASK: Collect info about the volumes. [0affc8a3-6f6f-5a58-73a2-000000004847] 138029 1726888260.03984: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004847 138029 1726888260.04103: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004847 138029 1726888260.04105: WORKER PROCESS EXITING ok: [managed_node3] => { "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" } } } 138029 1726888260.04241: no more pending results, returning what we have 138029 1726888260.04244: results queue empty 138029 1726888260.04245: checking for any_errors_fatal 138029 1726888260.04252: done checking for any_errors_fatal 138029 1726888260.04252: checking for max_fail_percentage 138029 1726888260.04254: done checking for max_fail_percentage 138029 1726888260.04254: checking to see if all hosts have failed and the running result is not ok 138029 1726888260.04261: done checking to see if all hosts have failed 138029 1726888260.04262: getting the remaining hosts for this loop 138029 1726888260.04264: done getting the remaining hosts for this loop 138029 1726888260.04267: getting the next task for host managed_node3 138029 1726888260.04273: done getting next task for host managed_node3 138029 1726888260.04276: ^ task is: TASK: Read the /etc/fstab file for volume existence 138029 1726888260.04278: ^ 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 138029 1726888260.04282: getting variables 138029 1726888260.04283: in VariableManager get_vars() 138029 1726888260.04321: Calling all_inventory to load vars for managed_node3 138029 1726888260.04324: Calling groups_inventory to load vars for managed_node3 138029 1726888260.04327: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888260.04337: Calling all_plugins_play to load vars for managed_node3 138029 1726888260.04340: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888260.04342: Calling groups_plugins_play to load vars for managed_node3 138029 1726888260.04865: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888260.05867: done with get_vars() 138029 1726888260.05888: done getting variables 138029 1726888260.05954: 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:11:00 -0400 (0:00:00.452) 0:04:32.783 ****** 138029 1726888260.05993: entering _queue_task() for managed_node3/command 138029 1726888260.06449: worker is 1 (out of 1 available) 138029 1726888260.06573: exiting _queue_task() for managed_node3/command 138029 1726888260.06583: done queuing things up, now waiting for results queue to drain 138029 1726888260.06585: waiting for pending results... 138029 1726888260.07248: running TaskExecutor() for managed_node3/TASK: Read the /etc/fstab file for volume existence 138029 1726888260.07390: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004848 138029 1726888260.07410: variable 'ansible_search_path' from source: unknown 138029 1726888260.07515: calling self._execute() 138029 1726888260.07725: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888260.07729: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888260.07732: variable 'omit' from source: magic vars 138029 1726888260.08013: variable 'omit' from source: magic vars 138029 1726888260.08137: variable 'omit' from source: magic vars 138029 1726888260.08252: variable 'omit' from source: magic vars 138029 1726888260.08346: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888260.08623: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888260.08628: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888260.08671: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888260.08688: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888260.08826: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888260.08832: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888260.08930: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888260.08936: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888260.08939: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888260.09274: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888260.09277: Set connection var ansible_timeout to 10 138029 1726888260.09280: Set connection var ansible_pipelining to False 138029 1726888260.09282: Set connection var ansible_shell_type to sh 138029 1726888260.09284: Set connection var ansible_connection to ssh 138029 1726888260.09286: Set connection var ansible_shell_executable to /bin/sh 138029 1726888260.09289: variable 'ansible_shell_executable' from source: unknown 138029 1726888260.09291: variable 'ansible_connection' from source: unknown 138029 1726888260.09293: variable 'ansible_module_compression' from source: unknown 138029 1726888260.09295: variable 'ansible_shell_type' from source: unknown 138029 1726888260.09297: variable 'ansible_shell_executable' from source: unknown 138029 1726888260.09300: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888260.09302: variable 'ansible_pipelining' from source: unknown 138029 1726888260.09304: variable 'ansible_timeout' from source: unknown 138029 1726888260.09306: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888260.09469: 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) 138029 1726888260.09642: variable 'omit' from source: magic vars 138029 1726888260.09966: starting attempt loop 138029 1726888260.09971: running the handler 138029 1726888260.09974: _low_level_execute_command(): starting 138029 1726888260.09976: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888260.10980: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888260.10999: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888260.11085: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888260.11126: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888260.12800: stdout chunk (state=3): >>>/root <<< 138029 1726888260.12899: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888260.12933: stderr chunk (state=3): >>><<< 138029 1726888260.12935: stdout chunk (state=3): >>><<< 138029 1726888260.12963: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888260.12977: _low_level_execute_command(): starting 138029 1726888260.12983: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888260.1296096-146706-245377236992948 `" && echo ansible-tmp-1726888260.1296096-146706-245377236992948="` echo /root/.ansible/tmp/ansible-tmp-1726888260.1296096-146706-245377236992948 `" ) && sleep 0' 138029 1726888260.13627: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888260.13632: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888260.13636: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888260.13648: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888260.13651: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888260.13653: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888260.13697: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888260.15682: stdout chunk (state=3): >>>ansible-tmp-1726888260.1296096-146706-245377236992948=/root/.ansible/tmp/ansible-tmp-1726888260.1296096-146706-245377236992948 <<< 138029 1726888260.15841: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888260.15844: stdout chunk (state=3): >>><<< 138029 1726888260.15847: stderr chunk (state=3): >>><<< 138029 1726888260.16062: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888260.1296096-146706-245377236992948=/root/.ansible/tmp/ansible-tmp-1726888260.1296096-146706-245377236992948 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888260.16068: variable 'ansible_module_compression' from source: unknown 138029 1726888260.16071: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888260.16073: variable 'ansible_facts' from source: unknown 138029 1726888260.16136: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888260.1296096-146706-245377236992948/AnsiballZ_command.py 138029 1726888260.16333: Sending initial data 138029 1726888260.16336: Sent initial data (158 bytes) 138029 1726888260.16980: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888260.16999: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888260.17013: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888260.17087: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888260.17137: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888260.17188: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888260.18768: 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 <<< 138029 1726888260.18835: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888260.18891: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp5i2zrv3q /root/.ansible/tmp/ansible-tmp-1726888260.1296096-146706-245377236992948/AnsiballZ_command.py <<< 138029 1726888260.18900: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888260.1296096-146706-245377236992948/AnsiballZ_command.py" <<< 138029 1726888260.19045: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp5i2zrv3q" to remote "/root/.ansible/tmp/ansible-tmp-1726888260.1296096-146706-245377236992948/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888260.1296096-146706-245377236992948/AnsiballZ_command.py" <<< 138029 1726888260.19988: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888260.19997: stdout chunk (state=3): >>><<< 138029 1726888260.20113: stderr chunk (state=3): >>><<< 138029 1726888260.20116: done transferring module to remote 138029 1726888260.20118: _low_level_execute_command(): starting 138029 1726888260.20120: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888260.1296096-146706-245377236992948/ /root/.ansible/tmp/ansible-tmp-1726888260.1296096-146706-245377236992948/AnsiballZ_command.py && sleep 0' 138029 1726888260.20650: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888260.20669: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888260.20688: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888260.20706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888260.20724: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888260.20736: stderr chunk (state=3): >>>debug2: match not found <<< 138029 1726888260.20809: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888260.20846: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888260.20871: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888260.20966: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888260.22821: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888260.22832: stdout chunk (state=3): >>><<< 138029 1726888260.22849: stderr chunk (state=3): >>><<< 138029 1726888260.22970: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888260.22974: _low_level_execute_command(): starting 138029 1726888260.22976: _low_level_execute_command(): using become for this command 138029 1726888260.22978: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-wjqnvxrtrvhfxnnhmogxecssiuzwgxmr ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888260.1296096-146706-245377236992948/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888260.23187: Initial state: awaiting_escalation: BECOME-SUCCESS-wjqnvxrtrvhfxnnhmogxecssiuzwgxmr 138029 1726888260.23686: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888260.23711: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888260.23723: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888260.23808: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888260.26707: stdout chunk (state=1): >>>BECOME-SUCCESS-wjqnvxrtrvhfxnnhmogxecssiuzwgxmr <<< 138029 1726888260.26717: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-wjqnvxrtrvhfxnnhmogxecssiuzwgxmr' 138029 1726888260.27047: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888260.27080: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888260.27104: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888260.27124: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888260.27194: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 138029 1726888260.27220: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888260.27261: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888260.27298: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 138029 1726888260.27359: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 138029 1726888260.27363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888260.27400: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888260.27424: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888260.27459: 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' <<< 138029 1726888260.27462: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77c183e0> <<< 138029 1726888260.27509: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77be7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 138029 1726888260.27513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 138029 1726888260.27549: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77c1a960> import '_signal' # <<< 138029 1726888260.27554: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888260.27587: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888260.27591: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888260.27624: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 138029 1726888260.27709: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888260.27752: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888260.27772: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 138029 1726888260.27806: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888260.27835: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888260.27839: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888260.27878: 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' <<< 138029 1726888260.27895: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d779c8fe0> <<< 138029 1726888260.27944: 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 <<< 138029 1726888260.27984: 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 0x7f6d779c9fd0> <<< 138029 1726888260.28000: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888260.28021: 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. <<< 138029 1726888260.28246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888260.28286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888260.28290: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888260.28310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888260.28329: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888260.28365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888260.28377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888260.28407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888260.28421: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a0fdd0> <<< 138029 1726888260.28492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888260.28532: 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 0x7f6d77a0ffe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888260.28537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888260.28572: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888260.28606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888260.28650: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888260.28686: 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 0x7f6d77a3f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888260.28711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a3fe30> <<< 138029 1726888260.28722: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888260.28787: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a1faa0> <<< 138029 1726888260.28790: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888260.28807: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a1d1c0> <<< 138029 1726888260.28896: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a0cf80> <<< 138029 1726888260.28931: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 138029 1726888260.28942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 138029 1726888260.28967: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888260.28991: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888260.29034: 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 <<< 138029 1726888260.29037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888260.29089: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a636e0> <<< 138029 1726888260.29096: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a62300> <<< 138029 1726888260.29130: 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 0x7f6d77a1e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a60b90> <<< 138029 1726888260.29196: 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 0x7f6d77a94740> <<< 138029 1726888260.29218: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a0c200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 138029 1726888260.29260: 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 0x7f6d77a94bf0> <<< 138029 1726888260.29265: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a94aa0> <<< 138029 1726888260.29302: 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 0x7f6d77a94e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a02d20> <<< 138029 1726888260.29349: 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' <<< 138029 1726888260.29393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888260.29405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a95550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a95220> import 'importlib.machinery' # <<< 138029 1726888260.29446: 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' <<< 138029 1726888260.29482: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a96450> import 'importlib.util' # import 'runpy' # <<< 138029 1726888260.29509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888260.29558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888260.29576: 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 0x7f6d77ab0680> <<< 138029 1726888260.29617: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888260.29632: 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 0x7f6d77ab1dc0> <<< 138029 1726888260.29667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 138029 1726888260.29692: 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 <<< 138029 1726888260.29717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77ab2c60> <<< 138029 1726888260.29745: 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 0x7f6d77ab3290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77ab21b0> <<< 138029 1726888260.29784: 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' <<< 138029 1726888260.29837: 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 0x7f6d77ab3d10> <<< 138029 1726888260.29854: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77ab3440> <<< 138029 1726888260.29904: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a964b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888260.29974: 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 <<< 138029 1726888260.29999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888260.30016: 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 0x7f6d77833c50> <<< 138029 1726888260.30030: 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' <<< 138029 1726888260.30072: 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 0x7f6d7785c770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7785c4d0> <<< 138029 1726888260.30136: 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 0x7f6d7785c7a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888260.30220: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888260.30368: 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 0x7f6d7785d0d0> <<< 138029 1726888260.30484: 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 0x7f6d7785dac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7785c980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77831df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888260.30575: 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 0x7f6d7785ee70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7785dbb0> <<< 138029 1726888260.30604: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a96ba0> <<< 138029 1726888260.30623: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888260.30679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888260.30726: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888260.30737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888260.30788: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7788b1d0> <<< 138029 1726888260.30833: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888260.30863: 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 <<< 138029 1726888260.30910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888260.30938: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d778b3590> <<< 138029 1726888260.30989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888260.30992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888260.31107: 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' <<< 138029 1726888260.31112: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7790c350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888260.31151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 138029 1726888260.31175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 138029 1726888260.31189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888260.31283: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7790eab0> <<< 138029 1726888260.31359: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7790c470> <<< 138029 1726888260.31393: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d778d9370> <<< 138029 1726888260.31429: 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' <<< 138029 1726888260.31432: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77711460> <<< 138029 1726888260.31467: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d778b2390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7785fda0> <<< 138029 1726888260.31870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888260.31873: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6d778b2990> <<< 138029 1726888260.32242: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_2uae0rce/ansible_ansible.legacy.command_payload.zip' <<< 138029 1726888260.32245: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.32614: 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 0x7f6d77767200> import '_typing' # <<< 138029 1726888260.32765: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7774a0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77749250> # zipimport: zlib available <<< 138029 1726888260.32801: stdout chunk (state=3): >>>import 'ansible' # <<< 138029 1726888260.32804: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.32834: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888260.32852: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 138029 1726888260.33045: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.34273: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.35382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888260.35386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d777650d0> <<< 138029 1726888260.35443: 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 <<< 138029 1726888260.35488: 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' <<< 138029 1726888260.35515: 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 0x7f6d7778eb40> <<< 138029 1726888260.35567: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7778e930> <<< 138029 1726888260.35613: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7778e240> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888260.35661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888260.35687: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7778e690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77767e90> <<< 138029 1726888260.35721: 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 0x7f6d7778f830> <<< 138029 1726888260.35769: 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 0x7f6d7778fa70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888260.35802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888260.35824: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888260.35874: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7778ffb0> import 'pwd' # <<< 138029 1726888260.35917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888260.35928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888260.35969: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77119d00> <<< 138029 1726888260.36011: 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 0x7f6d7711b920> <<< 138029 1726888260.36039: 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' <<< 138029 1726888260.36083: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7711c2f0> <<< 138029 1726888260.36119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888260.36144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 138029 1726888260.36161: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7711d460> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888260.36200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888260.36240: 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' <<< 138029 1726888260.36273: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7711ff50> <<< 138029 1726888260.36318: 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 0x7f6d77ab2ae0> <<< 138029 1726888260.36371: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7711e210> <<< 138029 1726888260.36426: 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' <<< 138029 1726888260.36429: 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' <<< 138029 1726888260.36492: 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' <<< 138029 1726888260.36495: 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' <<< 138029 1726888260.36665: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77127ec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77126990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d771266f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 138029 1726888260.36719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77126c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7711e720> <<< 138029 1726888260.37101: 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 0x7f6d7716bfb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7716c320> <<< 138029 1726888260.37113: 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 0x7f6d7716dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7716db50> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888260.37117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888260.37175: 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 0x7f6d77170350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7716e480> # /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' <<< 138029 1726888260.37178: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888260.37249: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77173ad0> <<< 138029 1726888260.37368: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d771704a0> <<< 138029 1726888260.37398: 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 0x7f6d771748f0> <<< 138029 1726888260.37484: 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 0x7f6d77174ad0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6d77174e00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7716c4d0> <<< 138029 1726888260.37544: 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' <<< 138029 1726888260.37600: 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' <<< 138029 1726888260.37612: 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 0x7f6d77000470> <<< 138029 1726888260.37763: 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 0x7f6d77001730> <<< 138029 1726888260.37804: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77176c00> <<< 138029 1726888260.37885: 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 0x7f6d77177fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77176840> <<< 138029 1726888260.37900: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888260.37948: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.38078: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888260.38105: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888260.38239: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.38576: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.38875: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.39398: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 138029 1726888260.39423: 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' # <<< 138029 1726888260.39472: 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' <<< 138029 1726888260.39588: 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 0x7f6d77005a30> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 138029 1726888260.39615: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77006780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d770019a0> <<< 138029 1726888260.39671: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 138029 1726888260.39702: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888260.39783: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888260.39988: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.40077: 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 0x7f6d770064e0> # zipimport: zlib available <<< 138029 1726888260.40513: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.40954: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.41023: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.41227: 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 <<< 138029 1726888260.41266: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.41351: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 138029 1726888260.41392: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 138029 1726888260.41441: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.41484: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 138029 1726888260.41715: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.41943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888260.42086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888260.42108: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77007a70> # zipimport: zlib available <<< 138029 1726888260.42169: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.42241: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 138029 1726888260.42329: 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 # zipimport: zlib available <<< 138029 1726888260.42431: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888260.42462: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.42525: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.42583: 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 <<< 138029 1726888260.42629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888260.42706: 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 0x7f6d770123f0> <<< 138029 1726888260.42973: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7700dc70> <<< 138029 1726888260.42977: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888260.43006: stdout chunk (state=3): >>># 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 <<< 138029 1726888260.43036: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 138029 1726888260.43051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888260.43118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 138029 1726888260.43129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 138029 1726888260.43149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 138029 1726888260.43205: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77102c00> <<< 138029 1726888260.43250: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d777c28d0> <<< 138029 1726888260.43335: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d770124e0> <<< 138029 1726888260.43369: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77004410> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888260.43397: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.43447: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888260.43551: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888260.43574: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.43612: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.43730: 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' <<< 138029 1726888260.43775: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d770086e0> <<< 138029 1726888260.43880: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.44305: 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:11:00.438623", "end": "2024-09-20 23:11:00.441744", "delta": "0:00:00.003121", "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}}} <<< 138029 1726888260.44372: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888260.44862: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888260.44892: 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__ <<< 138029 1726888260.44954: 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 # 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 <<< 138029 1726888260.45382: 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 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 <<< 138029 1726888260.45444: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888260.45467: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno <<< 138029 1726888260.45470: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 138029 1726888260.45472: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 138029 1726888260.45597: 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 <<< 138029 1726888260.45601: 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 <<< 138029 1726888260.45661: 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 <<< 138029 1726888260.45763: stdout chunk (state=3): >>># cleanup[3] wiping re._parser <<< 138029 1726888260.45769: 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 <<< 138029 1726888260.45856: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888260.46050: 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 <<< 138029 1726888260.46053: 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 <<< 138029 1726888260.46057: stdout chunk (state=3): >>># destroy time <<< 138029 1726888260.46087: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 138029 1726888260.46127: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888260.46237: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 138029 1726888260.47262: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888260.47269: stdout chunk (state=3): >>><<< 138029 1726888260.47271: stderr chunk (state=3): >>><<< 138029 1726888260.47288: _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 0x7f6d77c183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77be7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77c1a960> 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 0x7f6d779c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7f6d779c9fd0> 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 0x7f6d77a0fdd0> # /usr/lib64/python3.12/__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 0x7f6d77a0ffe0> # /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 0x7f6d77a3f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a3fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a1faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a1d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a0cf80> # /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 0x7f6d77a636e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a62300> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a1e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a60b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a94740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a0c200> # /usr/lib64/python3.12/__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 0x7f6d77a94bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a94aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6d77a94e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a02d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7f6d77a95550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a95220> 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 0x7f6d77a96450> 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 0x7f6d77ab0680> 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 0x7f6d77ab1dc0> # /usr/lib64/python3.12/__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 0x7f6d77ab2c60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6d77ab3290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77ab21b0> # /usr/lib64/python3.12/__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 0x7f6d77ab3d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77ab3440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a964b0> # /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 0x7f6d77833c50> # /usr/lib64/python3.12/__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 0x7f6d7785c770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7785c4d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6d7785c7a0> # /usr/lib64/python3.12/__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 0x7f6d7785d0d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6d7785dac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7785c980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77831df0> # /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 0x7f6d7785ee70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7785dbb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77a96ba0> # /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 0x7f6d7788b1d0> # /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 0x7f6d778b3590> # /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 0x7f6d7790c350> # /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 0x7f6d7790eab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7790c470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d778d9370> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77711460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d778b2390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7785fda0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6d778b2990> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_2uae0rce/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 0x7f6d77767200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7774a0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77749250> # 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 0x7f6d777650d0> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7f6d7778eb40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7778e930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7778e240> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7f6d7778e690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77767e90> 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 0x7f6d7778f830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6d7778fa70> # /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 0x7f6d7778ffb0> 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 0x7f6d77119d00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6d7711b920> # /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 0x7f6d7711c2f0> # /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 0x7f6d7711d460> # /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 0x7f6d7711ff50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6d77ab2ae0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7711e210> # /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 0x7f6d77127ec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77126990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d771266f0> # /usr/lib64/python3.12/__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 0x7f6d77126c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7711e720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6d7716bfb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7716c320> # /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 0x7f6d7716dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7716db50> # /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 0x7f6d77170350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7716e480> # /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 0x7f6d77173ad0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d771704a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6d771748f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6d77174ad0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6d77174e00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7716c4d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7f6d77000470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6d77001730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77176c00> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6d77177fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77176840> # 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 0x7f6d77005a30> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7f6d77006780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d770019a0> 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 0x7f6d770064e0> # 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 0x7f6d77007a70> # 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 0x7f6d770123f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d7700dc70> 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 0x7f6d77102c00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d777c28d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d770124e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6d77004410> # 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 0x7f6d770086e0> # 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:11:00.438623", "end": "2024-09-20 23:11:00.441744", "delta": "0:00:00.003121", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888260.48762: 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-1726888260.1296096-146706-245377236992948/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888260.48768: _low_level_execute_command(): starting 138029 1726888260.48771: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888260.1296096-146706-245377236992948/ > /dev/null 2>&1 && sleep 0' 138029 1726888260.49074: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888260.49077: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888260.49080: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888260.49123: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888260.49126: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888260.49128: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888260.49228: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888260.49401: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888260.49448: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888260.51260: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888260.51289: stderr chunk (state=3): >>><<< 138029 1726888260.51298: stdout chunk (state=3): >>><<< 138029 1726888260.51320: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888260.51331: handler run complete 138029 1726888260.51413: Evaluated conditional (False): False 138029 1726888260.51429: attempt loop complete, returning result 138029 1726888260.51435: _execute() done 138029 1726888260.51442: dumping result to json 138029 1726888260.51451: done dumping result, returning 138029 1726888260.51507: done running TaskExecutor() for managed_node3/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-5a58-73a2-000000004848] 138029 1726888260.51517: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004848 ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003121", "end": "2024-09-20 23:11:00.441744", "rc": 0, "start": "2024-09-20 23:11:00.438623" } 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 138029 1726888260.51820: no more pending results, returning what we have 138029 1726888260.51825: results queue empty 138029 1726888260.51826: checking for any_errors_fatal 138029 1726888260.51847: done checking for any_errors_fatal 138029 1726888260.51848: checking for max_fail_percentage 138029 1726888260.51850: done checking for max_fail_percentage 138029 1726888260.51851: checking to see if all hosts have failed and the running result is not ok 138029 1726888260.51852: done checking to see if all hosts have failed 138029 1726888260.51853: getting the remaining hosts for this loop 138029 1726888260.51854: done getting the remaining hosts for this loop 138029 1726888260.51861: getting the next task for host managed_node3 138029 1726888260.51872: done getting next task for host managed_node3 138029 1726888260.51875: ^ task is: TASK: Read the /etc/crypttab file 138029 1726888260.51878: ^ 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 138029 1726888260.51884: getting variables 138029 1726888260.51886: in VariableManager get_vars() 138029 1726888260.51928: Calling all_inventory to load vars for managed_node3 138029 1726888260.51931: Calling groups_inventory to load vars for managed_node3 138029 1726888260.51935: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888260.51952: Calling all_plugins_play to load vars for managed_node3 138029 1726888260.52361: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888260.52371: Calling groups_plugins_play to load vars for managed_node3 138029 1726888260.53311: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004848 138029 1726888260.53314: WORKER PROCESS EXITING 138029 1726888260.53717: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888260.55438: done with get_vars() 138029 1726888260.55454: done getting variables 138029 1726888260.55520: 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:11:00 -0400 (0:00:00.495) 0:04:33.279 ****** 138029 1726888260.55552: entering _queue_task() for managed_node3/command 138029 1726888260.56420: worker is 1 (out of 1 available) 138029 1726888260.56433: exiting _queue_task() for managed_node3/command 138029 1726888260.56445: done queuing things up, now waiting for results queue to drain 138029 1726888260.56446: waiting for pending results... 138029 1726888260.57174: running TaskExecutor() for managed_node3/TASK: Read the /etc/crypttab file 138029 1726888260.57562: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004849 138029 1726888260.57567: variable 'ansible_search_path' from source: unknown 138029 1726888260.57570: calling self._execute() 138029 1726888260.57961: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888260.57965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888260.57967: variable 'omit' from source: magic vars 138029 1726888260.57971: variable 'omit' from source: magic vars 138029 1726888260.57973: variable 'omit' from source: magic vars 138029 1726888260.58185: variable 'omit' from source: magic vars 138029 1726888260.58235: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888260.58285: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888260.58313: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888260.58414: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888260.58429: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888260.58447: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888260.58472: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888260.58515: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888260.58524: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888260.58531: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888260.58647: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888260.58663: Set connection var ansible_timeout to 10 138029 1726888260.58675: Set connection var ansible_pipelining to False 138029 1726888260.58683: Set connection var ansible_shell_type to sh 138029 1726888260.58689: Set connection var ansible_connection to ssh 138029 1726888260.58698: Set connection var ansible_shell_executable to /bin/sh 138029 1726888260.58730: variable 'ansible_shell_executable' from source: unknown 138029 1726888260.58739: variable 'ansible_connection' from source: unknown 138029 1726888260.58746: variable 'ansible_module_compression' from source: unknown 138029 1726888260.58752: variable 'ansible_shell_type' from source: unknown 138029 1726888260.58764: variable 'ansible_shell_executable' from source: unknown 138029 1726888260.58793: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888260.58800: variable 'ansible_pipelining' from source: unknown 138029 1726888260.58805: variable 'ansible_timeout' from source: unknown 138029 1726888260.58811: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888260.58958: 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) 138029 1726888260.58986: variable 'omit' from source: magic vars 138029 1726888260.58996: starting attempt loop 138029 1726888260.59003: running the handler 138029 1726888260.59021: _low_level_execute_command(): starting 138029 1726888260.59032: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888260.59860: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888260.59888: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888260.59915: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888260.59934: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888260.60094: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888260.61844: stdout chunk (state=3): >>>/root <<< 138029 1726888260.61855: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888260.61876: stdout chunk (state=3): >>><<< 138029 1726888260.62178: stderr chunk (state=3): >>><<< 138029 1726888260.62183: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888260.62188: _low_level_execute_command(): starting 138029 1726888260.62194: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888260.6209352-146730-113458728076213 `" && echo ansible-tmp-1726888260.6209352-146730-113458728076213="` echo /root/.ansible/tmp/ansible-tmp-1726888260.6209352-146730-113458728076213 `" ) && sleep 0' 138029 1726888260.62766: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888260.62782: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888260.62877: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888260.62922: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888260.64894: stdout chunk (state=3): >>>ansible-tmp-1726888260.6209352-146730-113458728076213=/root/.ansible/tmp/ansible-tmp-1726888260.6209352-146730-113458728076213 <<< 138029 1726888260.65036: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888260.65067: stderr chunk (state=3): >>><<< 138029 1726888260.65084: stdout chunk (state=3): >>><<< 138029 1726888260.65108: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888260.6209352-146730-113458728076213=/root/.ansible/tmp/ansible-tmp-1726888260.6209352-146730-113458728076213 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888260.65169: variable 'ansible_module_compression' from source: unknown 138029 1726888260.65231: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-138029yae5ietv/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 138029 1726888260.65286: variable 'ansible_facts' from source: unknown 138029 1726888260.65466: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726888260.6209352-146730-113458728076213/AnsiballZ_command.py 138029 1726888260.65609: Sending initial data 138029 1726888260.65617: Sent initial data (158 bytes) 138029 1726888260.66130: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888260.66181: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888260.66208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888260.66288: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888260.66318: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888260.66332: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888260.66407: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888260.67947: 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 <<< 138029 1726888260.68044: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888260.68048: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-138029yae5ietv/tmp0tyjw7z6 /root/.ansible/tmp/ansible-tmp-1726888260.6209352-146730-113458728076213/AnsiballZ_command.py <<< 138029 1726888260.68050: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888260.6209352-146730-113458728076213/AnsiballZ_command.py" <<< 138029 1726888260.68152: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-138029yae5ietv/tmp0tyjw7z6" to remote "/root/.ansible/tmp/ansible-tmp-1726888260.6209352-146730-113458728076213/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888260.6209352-146730-113458728076213/AnsiballZ_command.py" <<< 138029 1726888260.68971: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888260.68974: stderr chunk (state=3): >>><<< 138029 1726888260.68977: stdout chunk (state=3): >>><<< 138029 1726888260.68985: done transferring module to remote 138029 1726888260.69007: _low_level_execute_command(): starting 138029 1726888260.69018: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888260.6209352-146730-113458728076213/ /root/.ansible/tmp/ansible-tmp-1726888260.6209352-146730-113458728076213/AnsiballZ_command.py && sleep 0' 138029 1726888260.69660: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888260.69694: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888260.69709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888260.69885: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888260.70010: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888260.71721: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888260.71745: stdout chunk (state=3): >>><<< 138029 1726888260.71748: stderr chunk (state=3): >>><<< 138029 1726888260.71859: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888260.71866: _low_level_execute_command(): starting 138029 1726888260.71869: _low_level_execute_command(): using become for this command 138029 1726888260.71872: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-bahlhlytparbthtfgajmqvafsbnqhrzd ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888260.6209352-146730-113458728076213/AnsiballZ_command.py'"'"' && sleep 0' 138029 1726888260.71940: Initial state: awaiting_escalation: BECOME-SUCCESS-bahlhlytparbthtfgajmqvafsbnqhrzd 138029 1726888260.72478: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888260.72568: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888260.72670: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888260.75496: stdout chunk (state=1): >>>BECOME-SUCCESS-bahlhlytparbthtfgajmqvafsbnqhrzd <<< 138029 1726888260.75500: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-bahlhlytparbthtfgajmqvafsbnqhrzd' 138029 1726888260.75829: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888260.75868: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888260.75902: stdout chunk (state=3): >>>import '_thread' # <<< 138029 1726888260.75906: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 138029 1726888260.75975: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888260.75978: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888260.76007: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888260.76041: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 138029 1726888260.76064: stdout chunk (state=3): >>>import 'time' # <<< 138029 1726888260.76081: stdout chunk (state=3): >>>import 'zipimport' # <<< 138029 1726888260.76084: stdout chunk (state=3): >>># installed zipimport hook <<< 138029 1726888260.76128: 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' <<< 138029 1726888260.76161: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888260.76176: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888260.76212: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888260.76228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888260.76253: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b9bc3e0> <<< 138029 1726888260.76257: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b98ba10> <<< 138029 1726888260.76286: 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' <<< 138029 1726888260.76292: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b9be930> <<< 138029 1726888260.76315: stdout chunk (state=3): >>>import '_signal' # <<< 138029 1726888260.76340: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888260.76350: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888260.76363: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888260.76397: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888260.76403: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888260.76486: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888260.76522: stdout chunk (state=3): >>>import 'genericpath' # <<< 138029 1726888260.76525: stdout chunk (state=3): >>>import 'posixpath' # <<< 138029 1726888260.76553: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888260.76565: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 138029 1726888260.76580: stdout chunk (state=3): >>>Processing user site-packages <<< 138029 1726888260.76588: stdout chunk (state=3): >>>Processing global site-packages <<< 138029 1726888260.76607: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 138029 1726888260.76618: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888260.76646: 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 <<< 138029 1726888260.76650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 138029 1726888260.76678: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b9ccfe0> <<< 138029 1726888260.76727: 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 <<< 138029 1726888260.76747: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888260.76750: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b9cdfd0> <<< 138029 1726888260.76808: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888260.76839: 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. <<< 138029 1726888260.77040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 138029 1726888260.77050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 138029 1726888260.77089: 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' <<< 138029 1726888260.77116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888260.77152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888260.77203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888260.77230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b7d3da0> <<< 138029 1726888260.77237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888260.77283: 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 0x7fc52b7d3fe0> <<< 138029 1726888260.77306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888260.77327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888260.77350: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888260.77396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888260.77421: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888260.77457: 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 0x7fc52b803740> <<< 138029 1726888260.77472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 138029 1726888260.77499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b803dd0> <<< 138029 1726888260.77531: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888260.77559: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b7e3a70> <<< 138029 1726888260.77598: stdout chunk (state=3): >>>import '_functools' # <<< 138029 1726888260.77601: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b7e1190> <<< 138029 1726888260.77702: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b7d0f50> <<< 138029 1726888260.77727: 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' <<< 138029 1726888260.77766: stdout chunk (state=3): >>>import '_sre' # <<< 138029 1726888260.77779: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 138029 1726888260.77797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888260.77846: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888260.77900: 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 0x7fc52b827680> <<< 138029 1726888260.77917: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b8262a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b7e2060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b7d2e40> <<< 138029 1726888260.77982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888260.78006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b8586b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b7d01d0> <<< 138029 1726888260.78042: 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' <<< 138029 1726888260.78054: 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 0x7fc52b858b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b858a10> <<< 138029 1726888260.78091: 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 0x7fc52b858dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b7c6cf0> <<< 138029 1726888260.78118: 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' <<< 138029 1726888260.78148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888260.78178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888260.78199: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b859460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b859130> import 'importlib.machinery' # <<< 138029 1726888260.78238: 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' <<< 138029 1726888260.78281: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b85a360> <<< 138029 1726888260.78284: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 138029 1726888260.78306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888260.78329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888260.78352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888260.78386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b874560> <<< 138029 1726888260.78389: stdout chunk (state=3): >>>import 'errno' # <<< 138029 1726888260.78435: 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 0x7fc52b875ca0> <<< 138029 1726888260.78461: 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' <<< 138029 1726888260.78487: 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 0x7fc52b876b40> <<< 138029 1726888260.78544: 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 0x7fc52b8771a0> <<< 138029 1726888260.78561: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b876090> <<< 138029 1726888260.78578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 138029 1726888260.78581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888260.78609: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888260.78634: 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 0x7fc52b877c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b877350> <<< 138029 1726888260.78685: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b85a2d0> <<< 138029 1726888260.78698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 138029 1726888260.78716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 138029 1726888260.78740: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 138029 1726888260.78768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 138029 1726888260.78799: 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 0x7fc52b603b30> <<< 138029 1726888260.78819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 138029 1726888260.78853: 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' <<< 138029 1726888260.78889: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52b62c5f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b62c380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52b62c620> <<< 138029 1726888260.78930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888260.78961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888260.79012: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888260.79101: 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 0x7fc52b62cef0> <<< 138029 1726888260.79227: 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 0x7fc52b62d880> <<< 138029 1726888260.79231: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b62c800> <<< 138029 1726888260.79331: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b601cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888260.79370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888260.79373: 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 0x7fc52b62ec60> <<< 138029 1726888260.79375: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b62d9d0> <<< 138029 1726888260.79402: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b85aa80> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 138029 1726888260.79474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888260.79487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 138029 1726888260.79528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 138029 1726888260.79573: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b65af90> <<< 138029 1726888260.79613: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 138029 1726888260.79654: 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 <<< 138029 1726888260.79672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 138029 1726888260.79726: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b683380> <<< 138029 1726888260.79729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 138029 1726888260.79810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 138029 1726888260.79864: 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 0x7fc52b6dc170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 138029 1726888260.79917: 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 <<< 138029 1726888260.79960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 138029 1726888260.80054: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b6de8d0> <<< 138029 1726888260.80152: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b6dc290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b6a9190> <<< 138029 1726888260.80218: 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' <<< 138029 1726888260.80222: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b4e1280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b682180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b62fb60> <<< 138029 1726888260.80420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 138029 1726888260.80429: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc52b4e14f0> <<< 138029 1726888260.80760: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_am29u1wk/ansible_ansible.legacy.command_payload.zip' <<< 138029 1726888260.80784: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.80902: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.80967: 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' <<< 138029 1726888260.80996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888260.81116: 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 0x7fc52b532f60> import '_typing' # <<< 138029 1726888260.81351: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b515e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b514fb0> # zipimport: zlib available <<< 138029 1726888260.81382: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888260.81432: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 138029 1726888260.82777: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.83885: 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 0x7fc52b530e30> <<< 138029 1726888260.83942: 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' <<< 138029 1726888260.84026: 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' <<< 138029 1726888260.84036: 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 0x7fc52b562930> <<< 138029 1726888260.84221: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b5626c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b562000> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 138029 1726888260.84225: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b5629f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b533bf0> 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 0x7fc52b563650> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52b563890> <<< 138029 1726888260.84428: 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' # <<< 138029 1726888260.84432: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b563dd0> 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' <<< 138029 1726888260.84473: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af0dbe0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52af0f800> <<< 138029 1726888260.84554: 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 0x7fc52af141d0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888260.84660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af15370> # /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' <<< 138029 1726888260.84665: 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' <<< 138029 1726888260.84751: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af17e00> <<< 138029 1726888260.84763: 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 0x7fc52b7e3950> <<< 138029 1726888260.84905: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af160c0> # /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' <<< 138029 1726888260.84909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 138029 1726888260.84988: 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 0x7fc52af1bd40> import '_tokenize' # <<< 138029 1726888260.85017: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af1a810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af1a570> <<< 138029 1726888260.85037: 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' <<< 138029 1726888260.85144: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af1aae0> <<< 138029 1726888260.85159: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af165d0> <<< 138029 1726888260.85248: 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 0x7fc52af5f9e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af600e0> # /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' <<< 138029 1726888260.85284: 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' <<< 138029 1726888260.85300: 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 0x7fc52af61b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af61940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888260.85428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888260.85524: 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 0x7fc52af64140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af62270> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888260.85560: 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' <<< 138029 1726888260.85589: stdout chunk (state=3): >>>import '_string' # <<< 138029 1726888260.85592: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af67920> <<< 138029 1726888260.85724: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af642f0> <<< 138029 1726888260.85806: 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 0x7fc52af686e0> <<< 138029 1726888260.85908: 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 0x7fc52af685f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52af68950> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af60200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 138029 1726888260.85997: 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' <<< 138029 1726888260.86041: 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 0x7fc52aff4140> <<< 138029 1726888260.86187: 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 0x7fc52aff5190> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af6a8d0> <<< 138029 1726888260.86234: 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 0x7fc52af6bc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af6a510> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 138029 1726888260.86305: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.86396: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 138029 1726888260.86444: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888260.86449: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 138029 1726888260.86574: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.86688: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.87233: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.87804: 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' # <<< 138029 1726888260.87890: 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 0x7fc52aff9520> <<< 138029 1726888260.87969: 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 0x7fc52affa2d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52aff52e0> <<< 138029 1726888260.88096: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 138029 1726888260.88257: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.88411: 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 0x7fc52affaa80> # zipimport: zlib available <<< 138029 1726888260.88874: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.89322: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.89372: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.89497: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 138029 1726888260.89525: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 138029 1726888260.89628: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.89860: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available <<< 138029 1726888260.89875: 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 <<< 138029 1726888260.90005: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.90248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888260.90327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 138029 1726888260.90421: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52affb5f0> # zipimport: zlib available <<< 138029 1726888260.90477: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.90561: 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' # <<< 138029 1726888260.90647: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # <<< 138029 1726888260.90710: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 138029 1726888260.90782: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.90817: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.90932: 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 <<< 138029 1726888260.90967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888260.91031: 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 0x7fc52ae06180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52ae00ef0> <<< 138029 1726888260.91067: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 138029 1726888260.91142: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.91186: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.91267: 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 <<< 138029 1726888260.91318: 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' <<< 138029 1726888260.91381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 138029 1726888260.91493: 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' <<< 138029 1726888260.91530: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b5ba9c0> <<< 138029 1726888260.91595: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b5aa690> <<< 138029 1726888260.91638: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52ae05ee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b6dc1d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 138029 1726888260.91689: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 138029 1726888260.91813: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 138029 1726888260.91817: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.91930: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.92049: 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 0x7fc52af61190> <<< 138029 1726888260.92144: stdout chunk (state=3): >>># zipimport: zlib available <<< 138029 1726888260.92582: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:11:00.921134", "end": "2024-09-20 23:11:00.924111", "delta": "0:00:00.002977", "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}}} <<< 138029 1726888260.92587: stdout chunk (state=3): >>># destroy __main__ <<< 138029 1726888260.92952: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888260.92971: 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 <<< 138029 1726888260.92998: 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 <<< 138029 1726888260.93031: stdout chunk (state=3): >>># cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno <<< 138029 1726888260.93137: stdout chunk (state=3): >>># cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 138029 1726888260.93370: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 138029 1726888260.93414: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 138029 1726888260.93438: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 138029 1726888260.93456: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 138029 1726888260.93476: stdout chunk (state=3): >>># destroy ntpath <<< 138029 1726888260.93495: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile <<< 138029 1726888260.93506: stdout chunk (state=3): >>># destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 138029 1726888260.93523: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 138029 1726888260.93529: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 138029 1726888260.93573: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 138029 1726888260.93581: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 138029 1726888260.93586: stdout chunk (state=3): >>># destroy fnmatch <<< 138029 1726888260.93606: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 138029 1726888260.93622: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 138029 1726888260.93646: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex <<< 138029 1726888260.93656: stdout chunk (state=3): >>># destroy subprocess <<< 138029 1726888260.93699: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 138029 1726888260.93713: 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 <<< 138029 1726888260.93743: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 138029 1726888260.93766: 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 <<< 138029 1726888260.93786: 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 <<< 138029 1726888260.93820: 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 <<< 138029 1726888260.93836: 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 <<< 138029 1726888260.93845: 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 <<< 138029 1726888260.93982: stdout chunk (state=3): >>># destroy sys.monitoring <<< 138029 1726888260.93985: stdout chunk (state=3): >>># destroy _socket <<< 138029 1726888260.93997: stdout chunk (state=3): >>># destroy _collections <<< 138029 1726888260.94027: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 138029 1726888260.94058: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 138029 1726888260.94077: stdout chunk (state=3): >>># destroy _typing <<< 138029 1726888260.94098: 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 <<< 138029 1726888260.94116: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888260.94199: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 138029 1726888260.94203: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 138029 1726888260.94223: stdout chunk (state=3): >>># destroy time <<< 138029 1726888260.94226: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 138029 1726888260.94261: stdout chunk (state=3): >>># destroy _hashlib <<< 138029 1726888260.94267: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 138029 1726888260.94296: stdout chunk (state=3): >>># destroy itertools <<< 138029 1726888260.94300: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 138029 1726888260.94302: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888260.94906: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888260.94909: stdout chunk (state=3): >>><<< 138029 1726888260.95133: stderr chunk (state=3): >>><<< 138029 1726888260.95150: _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 0x7fc52b9bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b98ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b9be930> 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 0x7fc52b9ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fc52b9cdfd0> 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 0x7fc52b7d3da0> # /usr/lib64/python3.12/__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 0x7fc52b7d3fe0> # /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 0x7fc52b803740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b803dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b7e3a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b7e1190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b7d0f50> # /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 0x7fc52b827680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b8262a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b7e2060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b7d2e40> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b8586b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b7d01d0> # /usr/lib64/python3.12/__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 0x7fc52b858b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b858a10> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52b858dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b7c6cf0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.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 0x7fc52b859460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b859130> 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 0x7fc52b85a360> 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 0x7fc52b874560> 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 0x7fc52b875ca0> # /usr/lib64/python3.12/__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 0x7fc52b876b40> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52b8771a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b876090> # /usr/lib64/python3.12/__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 0x7fc52b877c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b877350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b85a2d0> # /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 0x7fc52b603b30> # /usr/lib64/python3.12/__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 0x7fc52b62c5f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b62c380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52b62c620> # /usr/lib64/python3.12/__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 0x7fc52b62cef0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52b62d880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b62c800> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b601cd0> # /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 0x7fc52b62ec60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b62d9d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b85aa80> # /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 0x7fc52b65af90> # /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 0x7fc52b683380> # /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 0x7fc52b6dc170> # /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 0x7fc52b6de8d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b6dc290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b6a9190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b4e1280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b682180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b62fb60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc52b4e14f0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_am29u1wk/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 0x7fc52b532f60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b515e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b514fb0> # 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 0x7fc52b530e30> # /usr/lib64/python3.12/json/__pycache__/__init__.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 0x7fc52b562930> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b5626c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b562000> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fc52b5629f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b533bf0> 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 0x7fc52b563650> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52b563890> # /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 0x7fc52b563dd0> 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 0x7fc52af0dbe0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52af0f800> # /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 0x7fc52af141d0> # /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 0x7fc52af15370> # /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 0x7fc52af17e00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52b7e3950> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af160c0> # /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 0x7fc52af1bd40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af1a810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af1a570> # /usr/lib64/python3.12/__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 0x7fc52af1aae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af165d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52af5f9e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af600e0> # /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 0x7fc52af61b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af61940> # /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 0x7fc52af64140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af62270> # /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 0x7fc52af67920> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af642f0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52af686e0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52af685f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52af68950> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af60200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /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 0x7fc52aff4140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52aff5190> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af6a8d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc52af6bc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52af6a510> # 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 0x7fc52aff9520> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fc52affa2d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52aff52e0> 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 0x7fc52affaa80> # 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 0x7fc52affb5f0> # 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 0x7fc52ae06180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52ae00ef0> 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 0x7fc52b5ba9c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b5aa690> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52ae05ee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc52b6dc1d0> # 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 0x7fc52af61190> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 23:11:00.921134", "end": "2024-09-20 23:11:00.924111", "delta": "0:00:00.002977", "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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888260.96063: 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-1726888260.6209352-146730-113458728076213/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 138029 1726888260.96070: _low_level_execute_command(): starting 138029 1726888260.96077: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888260.6209352-146730-113458728076213/ > /dev/null 2>&1 && sleep 0' 138029 1726888260.96377: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888260.96381: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888260.96449: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888260.96453: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888260.96519: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888260.96554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found <<< 138029 1726888260.96609: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888260.96724: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888260.96752: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888260.96844: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888260.98668: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888260.98730: stderr chunk (state=3): >>><<< 138029 1726888260.98765: stdout chunk (state=3): >>><<< 138029 1726888260.98961: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888260.98964: handler run complete 138029 1726888260.98966: Evaluated conditional (False): False 138029 1726888260.98969: Evaluated conditional (False): False 138029 1726888260.98970: attempt loop complete, returning result 138029 1726888260.98972: _execute() done 138029 1726888260.98974: dumping result to json 138029 1726888260.98976: done dumping result, returning 138029 1726888260.98977: done running TaskExecutor() for managed_node3/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-5a58-73a2-000000004849] 138029 1726888260.98979: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004849 ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002977", "end": "2024-09-20 23:11:00.924111", "failed_when_result": false, "rc": 0, "start": "2024-09-20 23:11:00.921134" } 138029 1726888260.99223: no more pending results, returning what we have 138029 1726888260.99227: results queue empty 138029 1726888260.99228: checking for any_errors_fatal 138029 1726888260.99240: done checking for any_errors_fatal 138029 1726888260.99241: checking for max_fail_percentage 138029 1726888260.99242: done checking for max_fail_percentage 138029 1726888260.99243: checking to see if all hosts have failed and the running result is not ok 138029 1726888260.99244: done checking to see if all hosts have failed 138029 1726888260.99245: getting the remaining hosts for this loop 138029 1726888260.99246: done getting the remaining hosts for this loop 138029 1726888260.99250: getting the next task for host managed_node3 138029 1726888260.99258: done getting next task for host managed_node3 138029 1726888260.99261: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 138029 1726888260.99267: ^ 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 138029 1726888260.99274: getting variables 138029 1726888260.99276: in VariableManager get_vars() 138029 1726888260.99316: Calling all_inventory to load vars for managed_node3 138029 1726888260.99320: Calling groups_inventory to load vars for managed_node3 138029 1726888260.99323: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888260.99336: Calling all_plugins_play to load vars for managed_node3 138029 1726888260.99340: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888260.99344: Calling groups_plugins_play to load vars for managed_node3 138029 1726888260.99910: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004849 138029 1726888260.99916: WORKER PROCESS EXITING 138029 1726888261.00424: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.00780: done with get_vars() 138029 1726888261.00793: 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:11:01 -0400 (0:00:00.453) 0:04:33.732 ****** 138029 1726888261.00860: entering _queue_task() for managed_node3/include_tasks 138029 1726888261.01125: worker is 1 (out of 1 available) 138029 1726888261.01139: exiting _queue_task() for managed_node3/include_tasks 138029 1726888261.01151: done queuing things up, now waiting for results queue to drain 138029 1726888261.01152: waiting for pending results... 138029 1726888261.01578: running TaskExecutor() for managed_node3/TASK: Verify the volumes listed in storage_pools were correctly managed 138029 1726888261.01624: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000484a 138029 1726888261.01645: variable 'ansible_search_path' from source: unknown 138029 1726888261.01705: variable '_storage_pools_list' from source: set_fact 138029 1726888261.01941: variable '_storage_pools_list' from source: set_fact 138029 1726888261.02130: variable 'omit' from source: magic vars 138029 1726888261.02298: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.02307: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.02319: variable 'omit' from source: magic vars 138029 1726888261.02541: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 138029 1726888261.02865: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 138029 1726888261.02869: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 138029 1726888261.02871: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 138029 1726888261.02876: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 138029 1726888261.02940: 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) 138029 1726888261.02960: 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) 138029 1726888261.02986: 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) 138029 1726888261.03002: 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) 138029 1726888261.03048: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888261.05094: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888261.05186: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888261.05230: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888261.05266: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888261.05378: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888261.05381: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888261.05384: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888261.05413: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888261.05517: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888261.05521: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888261.05636: variable '_storage_pools_list' from source: set_fact 138029 1726888261.05699: Evaluated conditional (_storage_pools_list is defined and _storage_pools_list | length > 0): True 138029 1726888261.05702: variable 'storage_test_pool' from source: unknown 138029 1726888261.05785: variable 'storage_test_pool' from source: unknown 138029 1726888261.06404: dumping result to json 138029 1726888261.06408: done dumping result, returning 138029 1726888261.06415: done running TaskExecutor() for managed_node3/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-5a58-73a2-00000000484a] 138029 1726888261.06419: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000484a 138029 1726888261.06481: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000484a 138029 1726888261.06488: WORKER PROCESS EXITING 138029 1726888261.06566: no more pending results, returning what we have 138029 1726888261.06595: in VariableManager get_vars() 138029 1726888261.06664: Calling all_inventory to load vars for managed_node3 138029 1726888261.06667: Calling groups_inventory to load vars for managed_node3 138029 1726888261.06670: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.06680: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.06683: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.06686: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.07607: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.08410: done with get_vars() 138029 1726888261.08422: variable 'ansible_search_path' from source: unknown 138029 1726888261.08467: we have included files to process 138029 1726888261.08469: generating all_blocks data 138029 1726888261.08470: done generating all_blocks data 138029 1726888261.08477: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 138029 1726888261.08478: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 138029 1726888261.08480: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 138029 1726888261.08895: in VariableManager get_vars() 138029 1726888261.08916: done with get_vars() 138029 1726888261.08929: done processing included file 138029 1726888261.08931: iterating over new_blocks loaded from include file 138029 1726888261.08932: in VariableManager get_vars() 138029 1726888261.08945: done with get_vars() 138029 1726888261.08946: filtering new block on tags 138029 1726888261.09003: done filtering new block on tags 138029 1726888261.09005: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node3 => (item={'disks': ['sda', 'sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'vg1', 'raid_level': 'raid0', 'raid_device_count': 3, 'raid_spare_count': 0, 'raid_metadata_version': '1.0', 'raid_chunk_size': '1024 KiB', 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': []}) 138029 1726888261.09014: extending task lists for all hosts with included blocks 138029 1726888261.09315: done extending task lists 138029 1726888261.09317: done processing included files 138029 1726888261.09322: results queue empty 138029 1726888261.09323: checking for any_errors_fatal 138029 1726888261.09331: done checking for any_errors_fatal 138029 1726888261.09331: checking for max_fail_percentage 138029 1726888261.09332: done checking for max_fail_percentage 138029 1726888261.09333: checking to see if all hosts have failed and the running result is not ok 138029 1726888261.09334: done checking to see if all hosts have failed 138029 1726888261.09335: getting the remaining hosts for this loop 138029 1726888261.09336: done getting the remaining hosts for this loop 138029 1726888261.09338: getting the next task for host managed_node3 138029 1726888261.09342: done getting next task for host managed_node3 138029 1726888261.09344: ^ task is: TASK: Set _storage_pool_tests 138029 1726888261.09347: ^ 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 138029 1726888261.09349: getting variables 138029 1726888261.09350: in VariableManager get_vars() 138029 1726888261.09362: Calling all_inventory to load vars for managed_node3 138029 1726888261.09367: Calling groups_inventory to load vars for managed_node3 138029 1726888261.09369: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.09375: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.09377: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.09379: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.09834: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.10400: done with get_vars() 138029 1726888261.10414: done getting variables 138029 1726888261.10448: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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_pool_tests] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Friday 20 September 2024 23:11:01 -0400 (0:00:00.096) 0:04:33.828 ****** 138029 1726888261.10486: entering _queue_task() for managed_node3/set_fact 138029 1726888261.11031: worker is 1 (out of 1 available) 138029 1726888261.11046: exiting _queue_task() for managed_node3/set_fact 138029 1726888261.11262: done queuing things up, now waiting for results queue to drain 138029 1726888261.11267: waiting for pending results... 138029 1726888261.11582: running TaskExecutor() for managed_node3/TASK: Set _storage_pool_tests 138029 1726888261.11589: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000049c6 138029 1726888261.11593: variable 'ansible_search_path' from source: unknown 138029 1726888261.11596: calling self._execute() 138029 1726888261.11711: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.11715: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.11763: variable 'omit' from source: magic vars 138029 1726888261.12061: variable 'omit' from source: magic vars 138029 1726888261.12067: variable 'omit' from source: magic vars 138029 1726888261.12103: variable 'omit' from source: magic vars 138029 1726888261.12262: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888261.12278: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888261.12305: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888261.12330: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.12347: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.12382: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888261.12485: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888261.12661: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888261.12667: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.12670: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.12703: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888261.12714: Set connection var ansible_timeout to 10 138029 1726888261.12726: Set connection var ansible_pipelining to False 138029 1726888261.12739: Set connection var ansible_shell_type to sh 138029 1726888261.12759: Set connection var ansible_connection to ssh 138029 1726888261.12773: Set connection var ansible_shell_executable to /bin/sh 138029 1726888261.12845: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.12848: variable 'ansible_connection' from source: unknown 138029 1726888261.12850: variable 'ansible_module_compression' from source: unknown 138029 1726888261.12853: variable 'ansible_shell_type' from source: unknown 138029 1726888261.12861: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.12863: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.12865: variable 'ansible_pipelining' from source: unknown 138029 1726888261.12867: variable 'ansible_timeout' from source: unknown 138029 1726888261.12869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.13035: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888261.13078: variable 'omit' from source: magic vars 138029 1726888261.13082: starting attempt loop 138029 1726888261.13084: running the handler 138029 1726888261.13096: handler run complete 138029 1726888261.13172: attempt loop complete, returning result 138029 1726888261.13175: _execute() done 138029 1726888261.13183: dumping result to json 138029 1726888261.13186: done dumping result, returning 138029 1726888261.13188: done running TaskExecutor() for managed_node3/TASK: Set _storage_pool_tests [0affc8a3-6f6f-5a58-73a2-0000000049c6] 138029 1726888261.13190: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000049c6 138029 1726888261.13270: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000049c6 138029 1726888261.13275: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } 138029 1726888261.13344: no more pending results, returning what we have 138029 1726888261.13347: results queue empty 138029 1726888261.13348: checking for any_errors_fatal 138029 1726888261.13350: done checking for any_errors_fatal 138029 1726888261.13350: checking for max_fail_percentage 138029 1726888261.13352: done checking for max_fail_percentage 138029 1726888261.13353: checking to see if all hosts have failed and the running result is not ok 138029 1726888261.13353: done checking to see if all hosts have failed 138029 1726888261.13354: getting the remaining hosts for this loop 138029 1726888261.13358: done getting the remaining hosts for this loop 138029 1726888261.13362: getting the next task for host managed_node3 138029 1726888261.13371: done getting next task for host managed_node3 138029 1726888261.13373: ^ task is: TASK: Get VG shared value status 138029 1726888261.13378: ^ 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 138029 1726888261.13383: getting variables 138029 1726888261.13384: in VariableManager get_vars() 138029 1726888261.13423: Calling all_inventory to load vars for managed_node3 138029 1726888261.13426: Calling groups_inventory to load vars for managed_node3 138029 1726888261.13430: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.13440: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.13443: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.13446: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.14347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.14993: done with get_vars() 138029 1726888261.15009: done getting variables 138029 1726888261.15097: 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 VG shared value status] ********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Friday 20 September 2024 23:11:01 -0400 (0:00:00.046) 0:04:33.874 ****** 138029 1726888261.15139: entering _queue_task() for managed_node3/command 138029 1726888261.16218: worker is 1 (out of 1 available) 138029 1726888261.16227: exiting _queue_task() for managed_node3/command 138029 1726888261.16237: done queuing things up, now waiting for results queue to drain 138029 1726888261.16238: waiting for pending results... 138029 1726888261.16976: running TaskExecutor() for managed_node3/TASK: Get VG shared value status 138029 1726888261.17064: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000049c7 138029 1726888261.17068: variable 'ansible_search_path' from source: unknown 138029 1726888261.17071: calling self._execute() 138029 1726888261.17340: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.17390: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.17421: variable 'omit' from source: magic vars 138029 1726888261.18363: variable 'storage_test_pool' from source: include params 138029 1726888261.18413: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): False 138029 1726888261.18505: when evaluation is False, skipping this task 138029 1726888261.18509: _execute() done 138029 1726888261.18512: dumping result to json 138029 1726888261.18515: done dumping result, returning 138029 1726888261.18518: done running TaskExecutor() for managed_node3/TASK: Get VG shared value status [0affc8a3-6f6f-5a58-73a2-0000000049c7] 138029 1726888261.18521: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000049c7 138029 1726888261.18604: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000049c7 138029 1726888261.18610: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } 138029 1726888261.18676: no more pending results, returning what we have 138029 1726888261.18681: results queue empty 138029 1726888261.18682: checking for any_errors_fatal 138029 1726888261.18695: done checking for any_errors_fatal 138029 1726888261.18696: checking for max_fail_percentage 138029 1726888261.18698: done checking for max_fail_percentage 138029 1726888261.18699: checking to see if all hosts have failed and the running result is not ok 138029 1726888261.18703: done checking to see if all hosts have failed 138029 1726888261.18706: getting the remaining hosts for this loop 138029 1726888261.18708: done getting the remaining hosts for this loop 138029 1726888261.18713: getting the next task for host managed_node3 138029 1726888261.18720: done getting next task for host managed_node3 138029 1726888261.18724: ^ task is: TASK: Verify that VG shared value checks out 138029 1726888261.18729: ^ 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 138029 1726888261.18734: getting variables 138029 1726888261.18736: in VariableManager get_vars() 138029 1726888261.18782: Calling all_inventory to load vars for managed_node3 138029 1726888261.18785: Calling groups_inventory to load vars for managed_node3 138029 1726888261.18789: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.18804: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.18808: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.18812: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.20273: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.21375: done with get_vars() 138029 1726888261.21466: done getting variables 138029 1726888261.21527: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 VG shared value checks out] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Friday 20 September 2024 23:11:01 -0400 (0:00:00.064) 0:04:33.939 ****** 138029 1726888261.21562: entering _queue_task() for managed_node3/assert 138029 1726888261.21952: worker is 1 (out of 1 available) 138029 1726888261.22017: exiting _queue_task() for managed_node3/assert 138029 1726888261.22030: done queuing things up, now waiting for results queue to drain 138029 1726888261.22031: waiting for pending results... 138029 1726888261.22574: running TaskExecutor() for managed_node3/TASK: Verify that VG shared value checks out 138029 1726888261.22579: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000049c8 138029 1726888261.22583: variable 'ansible_search_path' from source: unknown 138029 1726888261.22586: calling self._execute() 138029 1726888261.22628: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.22638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.22654: variable 'omit' from source: magic vars 138029 1726888261.23191: variable 'storage_test_pool' from source: include params 138029 1726888261.23225: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): False 138029 1726888261.23234: when evaluation is False, skipping this task 138029 1726888261.23245: _execute() done 138029 1726888261.23254: dumping result to json 138029 1726888261.23266: done dumping result, returning 138029 1726888261.23281: done running TaskExecutor() for managed_node3/TASK: Verify that VG shared value checks out [0affc8a3-6f6f-5a58-73a2-0000000049c8] 138029 1726888261.23292: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000049c8 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } 138029 1726888261.23481: no more pending results, returning what we have 138029 1726888261.23486: results queue empty 138029 1726888261.23487: checking for any_errors_fatal 138029 1726888261.23500: done checking for any_errors_fatal 138029 1726888261.23501: checking for max_fail_percentage 138029 1726888261.23503: done checking for max_fail_percentage 138029 1726888261.23504: checking to see if all hosts have failed and the running result is not ok 138029 1726888261.23504: done checking to see if all hosts have failed 138029 1726888261.23505: getting the remaining hosts for this loop 138029 1726888261.23507: done getting the remaining hosts for this loop 138029 1726888261.23512: getting the next task for host managed_node3 138029 1726888261.23519: done getting next task for host managed_node3 138029 1726888261.23522: ^ task is: TASK: Verify pool subset 138029 1726888261.23529: ^ 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 138029 1726888261.23537: getting variables 138029 1726888261.23539: in VariableManager get_vars() 138029 1726888261.23588: Calling all_inventory to load vars for managed_node3 138029 1726888261.23591: Calling groups_inventory to load vars for managed_node3 138029 1726888261.23595: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.23613: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.23619: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.23623: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.24514: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000049c8 138029 1726888261.24518: WORKER PROCESS EXITING 138029 1726888261.24695: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.25268: done with get_vars() 138029 1726888261.25284: done getting variables TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Friday 20 September 2024 23:11:01 -0400 (0:00:00.038) 0:04:33.977 ****** 138029 1726888261.25385: entering _queue_task() for managed_node3/include_tasks 138029 1726888261.25742: worker is 1 (out of 1 available) 138029 1726888261.25962: exiting _queue_task() for managed_node3/include_tasks 138029 1726888261.25975: done queuing things up, now waiting for results queue to drain 138029 1726888261.25977: waiting for pending results... 138029 1726888261.26183: running TaskExecutor() for managed_node3/TASK: Verify pool subset 138029 1726888261.26321: in run() - task 0affc8a3-6f6f-5a58-73a2-0000000049c9 138029 1726888261.26429: variable 'ansible_search_path' from source: unknown 138029 1726888261.26433: variable '_storage_pool_tests' from source: set_fact 138029 1726888261.26698: variable '_storage_pool_tests' from source: set_fact 138029 1726888261.26784: variable 'omit' from source: magic vars 138029 1726888261.26985: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.27004: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.27020: variable 'omit' from source: magic vars 138029 1726888261.27220: variable 'storage_test_pool_subset' from source: unknown 138029 1726888261.27271: variable 'storage_test_pool_subset' from source: unknown 138029 1726888261.27346: variable 'storage_test_pool_subset' from source: unknown 138029 1726888261.27771: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.27775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.27778: variable 'omit' from source: magic vars 138029 1726888261.27781: variable 'storage_test_pool_subset' from source: unknown 138029 1726888261.27796: variable 'storage_test_pool_subset' from source: unknown 138029 1726888261.27861: variable 'storage_test_pool_subset' from source: unknown 138029 1726888261.28061: dumping result to json 138029 1726888261.28064: done dumping result, returning 138029 1726888261.28067: done running TaskExecutor() for managed_node3/TASK: Verify pool subset [0affc8a3-6f6f-5a58-73a2-0000000049c9] 138029 1726888261.28069: sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000049c9 138029 1726888261.28110: done sending task result for task 0affc8a3-6f6f-5a58-73a2-0000000049c9 138029 1726888261.28113: WORKER PROCESS EXITING 138029 1726888261.28141: no more pending results, returning what we have 138029 1726888261.28145: in VariableManager get_vars() 138029 1726888261.28194: Calling all_inventory to load vars for managed_node3 138029 1726888261.28197: Calling groups_inventory to load vars for managed_node3 138029 1726888261.28200: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.28214: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.28217: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.28220: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.29042: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.29644: done with get_vars() 138029 1726888261.29658: variable 'ansible_search_path' from source: unknown 138029 1726888261.29696: variable 'ansible_search_path' from source: unknown 138029 1726888261.29720: we have included files to process 138029 1726888261.29722: generating all_blocks data 138029 1726888261.29724: done generating all_blocks data 138029 1726888261.29730: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 138029 1726888261.29731: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 138029 1726888261.29733: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 138029 1726888261.30842: in VariableManager get_vars() 138029 1726888261.30869: done with get_vars() 138029 1726888261.30949: in VariableManager get_vars() 138029 1726888261.30974: done with get_vars() 138029 1726888261.31010: in VariableManager get_vars() 138029 1726888261.31031: done with get_vars() 138029 1726888261.31072: in VariableManager get_vars() 138029 1726888261.31090: done with get_vars() 138029 1726888261.31129: in VariableManager get_vars() 138029 1726888261.31148: done with get_vars() 138029 1726888261.31188: in VariableManager get_vars() 138029 1726888261.31207: done with get_vars() 138029 1726888261.31244: in VariableManager get_vars() 138029 1726888261.31264: done with get_vars() 138029 1726888261.31351: done processing included file 138029 1726888261.31353: iterating over new_blocks loaded from include file 138029 1726888261.31354: in VariableManager get_vars() 138029 1726888261.31371: done with get_vars() 138029 1726888261.31372: filtering new block on tags 138029 1726888261.31583: done filtering new block on tags 138029 1726888261.31586: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node3 => (item=members) 138029 1726888261.31591: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 138029 1726888261.31592: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 138029 1726888261.31595: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 138029 1726888261.31677: in VariableManager get_vars() 138029 1726888261.31697: done with get_vars() 138029 1726888261.31710: done processing included file 138029 1726888261.31711: iterating over new_blocks loaded from include file 138029 1726888261.31713: in VariableManager get_vars() 138029 1726888261.31726: done with get_vars() 138029 1726888261.31727: filtering new block on tags 138029 1726888261.31748: done filtering new block on tags 138029 1726888261.31750: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node3 => (item=volumes) 138029 1726888261.31754: extending task lists for all hosts with included blocks 138029 1726888261.32005: done extending task lists 138029 1726888261.32006: done processing included files 138029 1726888261.32007: results queue empty 138029 1726888261.32007: checking for any_errors_fatal 138029 1726888261.32014: done checking for any_errors_fatal 138029 1726888261.32015: checking for max_fail_percentage 138029 1726888261.32016: done checking for max_fail_percentage 138029 1726888261.32017: checking to see if all hosts have failed and the running result is not ok 138029 1726888261.32018: done checking to see if all hosts have failed 138029 1726888261.32018: getting the remaining hosts for this loop 138029 1726888261.32019: done getting the remaining hosts for this loop 138029 1726888261.32022: getting the next task for host managed_node3 138029 1726888261.32026: done getting next task for host managed_node3 138029 1726888261.32028: ^ task is: TASK: Set test variables 138029 1726888261.32031: ^ 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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888261.32040: getting variables 138029 1726888261.32041: in VariableManager get_vars() 138029 1726888261.32050: Calling all_inventory to load vars for managed_node3 138029 1726888261.32053: Calling groups_inventory to load vars for managed_node3 138029 1726888261.32057: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.32063: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.32065: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.32068: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.32512: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.33090: done with get_vars() 138029 1726888261.33104: done getting variables 138029 1726888261.33145: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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-pool-members.yml:2 Friday 20 September 2024 23:11:01 -0400 (0:00:00.077) 0:04:34.055 ****** 138029 1726888261.33179: entering _queue_task() for managed_node3/set_fact 138029 1726888261.33533: worker is 1 (out of 1 available) 138029 1726888261.33545: exiting _queue_task() for managed_node3/set_fact 138029 1726888261.33762: done queuing things up, now waiting for results queue to drain 138029 1726888261.33766: waiting for pending results... 138029 1726888261.33976: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888261.34023: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a01 138029 1726888261.34043: variable 'ansible_search_path' from source: unknown 138029 1726888261.34089: calling self._execute() 138029 1726888261.34230: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.34242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.34259: variable 'omit' from source: magic vars 138029 1726888261.34698: variable 'storage_test_pool' from source: include params 138029 1726888261.34729: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888261.34752: variable 'omit' from source: magic vars 138029 1726888261.34803: variable 'omit' from source: magic vars 138029 1726888261.35080: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888261.37696: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888261.37983: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888261.38049: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888261.38160: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888261.38259: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888261.38436: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888261.38523: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888261.38618: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888261.38716: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888261.38736: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888261.38825: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888261.39100: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888261.39103: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888261.39132: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888261.39153: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888261.39346: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888261.39442: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888261.39445: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888261.39516: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888261.39551: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888261.40003: variable 'ansible_lvm' from source: facts 138029 1726888261.40032: variable 'storage_test_pool' from source: include params 138029 1726888261.40451: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888261.40538: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888261.40576: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888261.40625: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888261.40643: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888261.40786: variable 'storage_test_pool' from source: include params 138029 1726888261.40825: variable 'omit' from source: magic vars 138029 1726888261.40863: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888261.40897: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888261.40924: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888261.40944: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.40962: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.40988: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888261.41009: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888261.41048: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888261.41059: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.41070: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.41194: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888261.41205: Set connection var ansible_timeout to 10 138029 1726888261.41215: Set connection var ansible_pipelining to False 138029 1726888261.41235: Set connection var ansible_shell_type to sh 138029 1726888261.41361: Set connection var ansible_connection to ssh 138029 1726888261.41367: Set connection var ansible_shell_executable to /bin/sh 138029 1726888261.41369: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.41371: variable 'ansible_connection' from source: unknown 138029 1726888261.41373: variable 'ansible_module_compression' from source: unknown 138029 1726888261.41375: variable 'ansible_shell_type' from source: unknown 138029 1726888261.41376: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.41378: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.41380: variable 'ansible_pipelining' from source: unknown 138029 1726888261.41382: variable 'ansible_timeout' from source: unknown 138029 1726888261.41384: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.41530: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888261.41534: variable 'omit' from source: magic vars 138029 1726888261.41536: starting attempt loop 138029 1726888261.41539: running the handler 138029 1726888261.41577: handler run complete 138029 1726888261.41580: attempt loop complete, returning result 138029 1726888261.41583: _execute() done 138029 1726888261.41585: dumping result to json 138029 1726888261.41587: done dumping result, returning 138029 1726888261.41607: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-000000004a01] 138029 1726888261.41610: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a01 138029 1726888261.41699: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a01 138029 1726888261.41702: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } 138029 1726888261.41770: no more pending results, returning what we have 138029 1726888261.41776: results queue empty 138029 1726888261.41777: checking for any_errors_fatal 138029 1726888261.41779: done checking for any_errors_fatal 138029 1726888261.41780: checking for max_fail_percentage 138029 1726888261.41781: done checking for max_fail_percentage 138029 1726888261.41782: checking to see if all hosts have failed and the running result is not ok 138029 1726888261.41783: done checking to see if all hosts have failed 138029 1726888261.41784: getting the remaining hosts for this loop 138029 1726888261.41785: done getting the remaining hosts for this loop 138029 1726888261.41789: getting the next task for host managed_node3 138029 1726888261.41796: done getting next task for host managed_node3 138029 1726888261.41798: ^ task is: TASK: Get the canonical device path for each member device 138029 1726888261.41804: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888261.41808: getting variables 138029 1726888261.41809: in VariableManager get_vars() 138029 1726888261.41849: Calling all_inventory to load vars for managed_node3 138029 1726888261.41852: Calling groups_inventory to load vars for managed_node3 138029 1726888261.41857: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.41870: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.41874: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.41876: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.42292: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.42651: done with get_vars() 138029 1726888261.42667: done getting variables TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Friday 20 September 2024 23:11:01 -0400 (0:00:00.095) 0:04:34.150 ****** 138029 1726888261.42728: entering _queue_task() for managed_node3/fedora.linux_system_roles.resolve_blockdev 138029 1726888261.42991: worker is 1 (out of 1 available) 138029 1726888261.43006: exiting _queue_task() for managed_node3/fedora.linux_system_roles.resolve_blockdev 138029 1726888261.43021: done queuing things up, now waiting for results queue to drain 138029 1726888261.43022: waiting for pending results... 138029 1726888261.43447: running TaskExecutor() for managed_node3/TASK: Get the canonical device path for each member device 138029 1726888261.43684: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a02 138029 1726888261.43688: variable 'ansible_search_path' from source: unknown 138029 1726888261.43691: variable '_storage_test_pool_pvs_lvm' from source: set_fact 138029 1726888261.43884: variable '_storage_test_pool_pvs_lvm' from source: set_fact 138029 1726888261.43950: dumping result to json 138029 1726888261.43961: done dumping result, returning 138029 1726888261.43984: done running TaskExecutor() for managed_node3/TASK: Get the canonical device path for each member device [0affc8a3-6f6f-5a58-73a2-000000004a02] 138029 1726888261.43995: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a02 skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888261.44194: no more pending results, returning what we have 138029 1726888261.44200: results queue empty 138029 1726888261.44201: checking for any_errors_fatal 138029 1726888261.44216: done checking for any_errors_fatal 138029 1726888261.44217: checking for max_fail_percentage 138029 1726888261.44219: done checking for max_fail_percentage 138029 1726888261.44220: checking to see if all hosts have failed and the running result is not ok 138029 1726888261.44221: done checking to see if all hosts have failed 138029 1726888261.44221: getting the remaining hosts for this loop 138029 1726888261.44223: done getting the remaining hosts for this loop 138029 1726888261.44227: getting the next task for host managed_node3 138029 1726888261.44235: done getting next task for host managed_node3 138029 1726888261.44238: ^ task is: TASK: Set pvs lvm length 138029 1726888261.44245: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888261.44251: getting variables 138029 1726888261.44253: in VariableManager get_vars() 138029 1726888261.44402: Calling all_inventory to load vars for managed_node3 138029 1726888261.44406: Calling groups_inventory to load vars for managed_node3 138029 1726888261.44410: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.44422: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.44426: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.44429: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.45034: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a02 138029 1726888261.45038: WORKER PROCESS EXITING 138029 1726888261.45308: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.45662: done with get_vars() 138029 1726888261.45676: done getting variables 138029 1726888261.45717: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pvs lvm length] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Friday 20 September 2024 23:11:01 -0400 (0:00:00.030) 0:04:34.180 ****** 138029 1726888261.45740: entering _queue_task() for managed_node3/set_fact 138029 1726888261.45986: worker is 1 (out of 1 available) 138029 1726888261.45998: exiting _queue_task() for managed_node3/set_fact 138029 1726888261.46011: done queuing things up, now waiting for results queue to drain 138029 1726888261.46012: waiting for pending results... 138029 1726888261.46209: running TaskExecutor() for managed_node3/TASK: Set pvs lvm length 138029 1726888261.46304: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a04 138029 1726888261.46315: variable 'ansible_search_path' from source: unknown 138029 1726888261.46350: calling self._execute() 138029 1726888261.46446: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.46452: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.46463: variable 'omit' from source: magic vars 138029 1726888261.46776: variable 'storage_test_pool' from source: include params 138029 1726888261.46800: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888261.46804: variable 'omit' from source: magic vars 138029 1726888261.46842: variable 'omit' from source: magic vars 138029 1726888261.47062: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888261.50520: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888261.50605: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888261.50648: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888261.50691: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888261.50723: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888261.50885: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888261.50925: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888261.51069: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888261.51072: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888261.51074: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888261.51561: variable '_storage_test_pool_pvs_lvm' from source: set_fact 138029 1726888261.51564: variable 'omit' from source: magic vars 138029 1726888261.51567: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888261.51569: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888261.51571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888261.51574: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.51575: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.51578: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888261.51580: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888261.51581: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888261.51629: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.51960: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.51963: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888261.51965: Set connection var ansible_timeout to 10 138029 1726888261.51967: Set connection var ansible_pipelining to False 138029 1726888261.51970: Set connection var ansible_shell_type to sh 138029 1726888261.51972: Set connection var ansible_connection to ssh 138029 1726888261.51973: Set connection var ansible_shell_executable to /bin/sh 138029 1726888261.51975: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.51977: variable 'ansible_connection' from source: unknown 138029 1726888261.51979: variable 'ansible_module_compression' from source: unknown 138029 1726888261.51981: variable 'ansible_shell_type' from source: unknown 138029 1726888261.51983: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.51985: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.51986: variable 'ansible_pipelining' from source: unknown 138029 1726888261.51988: variable 'ansible_timeout' from source: unknown 138029 1726888261.51990: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.52198: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888261.52235: variable 'omit' from source: magic vars 138029 1726888261.52245: starting attempt loop 138029 1726888261.52251: running the handler 138029 1726888261.52271: handler run complete 138029 1726888261.52296: attempt loop complete, returning result 138029 1726888261.52379: _execute() done 138029 1726888261.52394: dumping result to json 138029 1726888261.52403: done dumping result, returning 138029 1726888261.52415: done running TaskExecutor() for managed_node3/TASK: Set pvs lvm length [0affc8a3-6f6f-5a58-73a2-000000004a04] 138029 1726888261.52424: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a04 138029 1726888261.52526: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a04 138029 1726888261.52535: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } 138029 1726888261.52620: no more pending results, returning what we have 138029 1726888261.52623: results queue empty 138029 1726888261.52624: checking for any_errors_fatal 138029 1726888261.52636: done checking for any_errors_fatal 138029 1726888261.52637: checking for max_fail_percentage 138029 1726888261.52639: done checking for max_fail_percentage 138029 1726888261.52639: checking to see if all hosts have failed and the running result is not ok 138029 1726888261.52640: done checking to see if all hosts have failed 138029 1726888261.52641: getting the remaining hosts for this loop 138029 1726888261.52642: done getting the remaining hosts for this loop 138029 1726888261.52647: getting the next task for host managed_node3 138029 1726888261.52653: done getting next task for host managed_node3 138029 1726888261.52761: ^ task is: TASK: Set pool pvs 138029 1726888261.52774: ^ 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? (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 138029 1726888261.52787: getting variables 138029 1726888261.52789: in VariableManager get_vars() 138029 1726888261.52829: Calling all_inventory to load vars for managed_node3 138029 1726888261.52832: Calling groups_inventory to load vars for managed_node3 138029 1726888261.52836: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.52846: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.52850: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.52853: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.54204: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.54777: done with get_vars() 138029 1726888261.54794: done getting variables 138029 1726888261.54851: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pool pvs] ************************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Friday 20 September 2024 23:11:01 -0400 (0:00:00.091) 0:04:34.272 ****** 138029 1726888261.54885: entering _queue_task() for managed_node3/set_fact 138029 1726888261.55204: worker is 1 (out of 1 available) 138029 1726888261.55216: exiting _queue_task() for managed_node3/set_fact 138029 1726888261.55228: done queuing things up, now waiting for results queue to drain 138029 1726888261.55230: waiting for pending results... 138029 1726888261.55527: running TaskExecutor() for managed_node3/TASK: Set pool pvs 138029 1726888261.55846: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a05 138029 1726888261.56094: variable 'ansible_search_path' from source: unknown 138029 1726888261.56098: calling self._execute() 138029 1726888261.56113: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.56126: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.56140: variable 'omit' from source: magic vars 138029 1726888261.56612: variable 'storage_test_pool' from source: include params 138029 1726888261.56650: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888261.56664: variable 'omit' from source: magic vars 138029 1726888261.56722: variable 'omit' from source: magic vars 138029 1726888261.56945: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888261.59381: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888261.59467: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888261.59507: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888261.59545: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888261.59583: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888261.59663: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888261.59703: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888261.59734: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888261.59786: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888261.59804: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888261.59852: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888261.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) 138029 1726888261.59960: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888261.59963: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888261.59975: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888261.60036: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888261.60067: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888261.60101: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888261.60147: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888261.60170: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888261.60433: variable 'pv_paths' from source: set_fact 138029 1726888261.60437: variable '__pvs_lvm_len' from source: set_fact 138029 1726888261.60440: variable 'omit' from source: magic vars 138029 1726888261.60442: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888261.60473: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888261.60497: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888261.60520: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.60538: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.60563: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888261.60585: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888261.60617: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888261.60625: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.60632: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.60813: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888261.60869: Set connection var ansible_timeout to 10 138029 1726888261.60872: Set connection var ansible_pipelining to False 138029 1726888261.60875: Set connection var ansible_shell_type to sh 138029 1726888261.60877: Set connection var ansible_connection to ssh 138029 1726888261.60879: Set connection var ansible_shell_executable to /bin/sh 138029 1726888261.60881: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.60888: variable 'ansible_connection' from source: unknown 138029 1726888261.60894: variable 'ansible_module_compression' from source: unknown 138029 1726888261.60901: variable 'ansible_shell_type' from source: unknown 138029 1726888261.60908: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.60915: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.60922: variable 'ansible_pipelining' from source: unknown 138029 1726888261.60928: variable 'ansible_timeout' from source: unknown 138029 1726888261.60935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.61316: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888261.61463: variable 'omit' from source: magic vars 138029 1726888261.61469: starting attempt loop 138029 1726888261.61471: running the handler 138029 1726888261.61474: handler run complete 138029 1726888261.61475: attempt loop complete, returning result 138029 1726888261.61477: _execute() done 138029 1726888261.61479: dumping result to json 138029 1726888261.61480: done dumping result, returning 138029 1726888261.61482: done running TaskExecutor() for managed_node3/TASK: Set pool pvs [0affc8a3-6f6f-5a58-73a2-000000004a05] 138029 1726888261.61484: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a05 138029 1726888261.61562: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a05 138029 1726888261.61565: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } 138029 1726888261.61638: no more pending results, returning what we have 138029 1726888261.61641: results queue empty 138029 1726888261.61642: checking for any_errors_fatal 138029 1726888261.61651: done checking for any_errors_fatal 138029 1726888261.61652: checking for max_fail_percentage 138029 1726888261.61654: done checking for max_fail_percentage 138029 1726888261.61657: checking to see if all hosts have failed and the running result is not ok 138029 1726888261.61658: done checking to see if all hosts have failed 138029 1726888261.61658: getting the remaining hosts for this loop 138029 1726888261.61660: done getting the remaining hosts for this loop 138029 1726888261.61664: getting the next task for host managed_node3 138029 1726888261.61672: done getting next task for host managed_node3 138029 1726888261.61675: ^ task is: TASK: Verify PV count 138029 1726888261.61681: ^ 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? (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 138029 1726888261.61685: getting variables 138029 1726888261.61687: in VariableManager get_vars() 138029 1726888261.61725: Calling all_inventory to load vars for managed_node3 138029 1726888261.61728: Calling groups_inventory to load vars for managed_node3 138029 1726888261.61731: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.61742: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.61746: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.61750: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.63879: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.64683: done with get_vars() 138029 1726888261.64703: done getting variables 138029 1726888261.64798: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 PV count] ********************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Friday 20 September 2024 23:11:01 -0400 (0:00:00.099) 0:04:34.372 ****** 138029 1726888261.64849: entering _queue_task() for managed_node3/assert 138029 1726888261.65257: worker is 1 (out of 1 available) 138029 1726888261.65271: exiting _queue_task() for managed_node3/assert 138029 1726888261.65288: done queuing things up, now waiting for results queue to drain 138029 1726888261.65290: waiting for pending results... 138029 1726888261.65593: running TaskExecutor() for managed_node3/TASK: Verify PV count 138029 1726888261.65644: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a06 138029 1726888261.65658: variable 'ansible_search_path' from source: unknown 138029 1726888261.65699: calling self._execute() 138029 1726888261.65807: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.65813: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.65823: variable 'omit' from source: magic vars 138029 1726888261.66232: variable 'storage_test_pool' from source: include params 138029 1726888261.66272: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888261.66275: variable 'omit' from source: magic vars 138029 1726888261.66300: variable 'omit' from source: magic vars 138029 1726888261.66577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888261.68661: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888261.68664: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888261.68667: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888261.68671: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888261.68704: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888261.68783: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888261.68806: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888261.68825: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888261.68857: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888261.68868: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888261.68946: variable 'storage_test_pool' from source: include params 138029 1726888261.68954: variable '__pvs_lvm_len' from source: set_fact 138029 1726888261.68960: variable '_storage_test_expected_pv_count' from source: set_fact 138029 1726888261.68991: variable 'omit' from source: magic vars 138029 1726888261.69017: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888261.69037: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888261.69050: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888261.69067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.69074: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.69088: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888261.69100: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888261.69126: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888261.69129: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.69131: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.69259: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888261.69309: Set connection var ansible_timeout to 10 138029 1726888261.69314: Set connection var ansible_pipelining to False 138029 1726888261.69316: Set connection var ansible_shell_type to sh 138029 1726888261.69318: Set connection var ansible_connection to ssh 138029 1726888261.69320: Set connection var ansible_shell_executable to /bin/sh 138029 1726888261.69347: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.69369: variable 'ansible_connection' from source: unknown 138029 1726888261.69391: variable 'ansible_module_compression' from source: unknown 138029 1726888261.69394: variable 'ansible_shell_type' from source: unknown 138029 1726888261.69396: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.69402: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.69404: variable 'ansible_pipelining' from source: unknown 138029 1726888261.69407: variable 'ansible_timeout' from source: unknown 138029 1726888261.69409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.69522: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888261.69568: variable 'omit' from source: magic vars 138029 1726888261.69571: starting attempt loop 138029 1726888261.69574: running the handler 138029 1726888261.69768: variable '__pvs_lvm_len' from source: set_fact 138029 1726888261.69788: variable '_storage_test_expected_pv_count' from source: set_fact 138029 1726888261.69793: Evaluated conditional (__pvs_lvm_len | int == _storage_test_expected_pv_count | int): True 138029 1726888261.69797: handler run complete 138029 1726888261.69799: attempt loop complete, returning result 138029 1726888261.69801: _execute() done 138029 1726888261.69806: dumping result to json 138029 1726888261.69808: done dumping result, returning 138029 1726888261.69809: done running TaskExecutor() for managed_node3/TASK: Verify PV count [0affc8a3-6f6f-5a58-73a2-000000004a06] 138029 1726888261.69811: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a06 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 138029 1726888261.70072: no more pending results, returning what we have 138029 1726888261.70075: results queue empty 138029 1726888261.70076: checking for any_errors_fatal 138029 1726888261.70085: done checking for any_errors_fatal 138029 1726888261.70085: checking for max_fail_percentage 138029 1726888261.70088: done checking for max_fail_percentage 138029 1726888261.70089: checking to see if all hosts have failed and the running result is not ok 138029 1726888261.70090: done checking to see if all hosts have failed 138029 1726888261.70091: getting the remaining hosts for this loop 138029 1726888261.70092: done getting the remaining hosts for this loop 138029 1726888261.70096: getting the next task for host managed_node3 138029 1726888261.70104: done getting next task for host managed_node3 138029 1726888261.70107: ^ task is: TASK: Set expected pv type 138029 1726888261.70112: ^ 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? (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 138029 1726888261.70123: getting variables 138029 1726888261.70124: in VariableManager get_vars() 138029 1726888261.70162: Calling all_inventory to load vars for managed_node3 138029 1726888261.70167: Calling groups_inventory to load vars for managed_node3 138029 1726888261.70170: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.70180: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.70183: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.70186: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.70710: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a06 138029 1726888261.70803: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.71500: WORKER PROCESS EXITING 138029 1726888261.71678: done with get_vars() 138029 1726888261.71700: done getting variables 138029 1726888261.71777: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pv type] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Friday 20 September 2024 23:11:01 -0400 (0:00:00.069) 0:04:34.441 ****** 138029 1726888261.71823: entering _queue_task() for managed_node3/set_fact 138029 1726888261.72261: worker is 1 (out of 1 available) 138029 1726888261.72278: exiting _queue_task() for managed_node3/set_fact 138029 1726888261.72291: done queuing things up, now waiting for results queue to drain 138029 1726888261.72293: waiting for pending results... 138029 1726888261.72520: running TaskExecutor() for managed_node3/TASK: Set expected pv type 138029 1726888261.72599: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a07 138029 1726888261.72612: variable 'ansible_search_path' from source: unknown 138029 1726888261.72643: calling self._execute() 138029 1726888261.72743: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.72747: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.72760: variable 'omit' from source: magic vars 138029 1726888261.73083: variable 'storage_test_pool' from source: include params 138029 1726888261.73105: Evaluated conditional (storage_test_pool.type == 'lvm'): True 138029 1726888261.73110: variable 'omit' from source: magic vars 138029 1726888261.73146: variable 'omit' from source: magic vars 138029 1726888261.73238: variable 'storage_test_pool' from source: include params 138029 1726888261.73256: variable 'omit' from source: magic vars 138029 1726888261.73293: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888261.73320: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888261.73336: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888261.73350: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.73362: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.73379: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888261.73396: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888261.73419: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888261.73421: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.73424: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.73559: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888261.73563: Set connection var ansible_timeout to 10 138029 1726888261.73579: Set connection var ansible_pipelining to False 138029 1726888261.73582: Set connection var ansible_shell_type to sh 138029 1726888261.73584: Set connection var ansible_connection to ssh 138029 1726888261.73586: Set connection var ansible_shell_executable to /bin/sh 138029 1726888261.73609: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.73614: variable 'ansible_connection' from source: unknown 138029 1726888261.73617: variable 'ansible_module_compression' from source: unknown 138029 1726888261.73619: variable 'ansible_shell_type' from source: unknown 138029 1726888261.73622: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.73624: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.73626: variable 'ansible_pipelining' from source: unknown 138029 1726888261.73628: variable 'ansible_timeout' from source: unknown 138029 1726888261.73630: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.73784: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888261.73788: variable 'omit' from source: magic vars 138029 1726888261.73797: starting attempt loop 138029 1726888261.73808: running the handler 138029 1726888261.73838: handler run complete 138029 1726888261.73841: attempt loop complete, returning result 138029 1726888261.73844: _execute() done 138029 1726888261.73846: dumping result to json 138029 1726888261.73848: done dumping result, returning 138029 1726888261.73853: done running TaskExecutor() for managed_node3/TASK: Set expected pv type [0affc8a3-6f6f-5a58-73a2-000000004a07] 138029 1726888261.73857: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a07 138029 1726888261.73939: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a07 138029 1726888261.73942: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 138029 1726888261.74035: no more pending results, returning what we have 138029 1726888261.74038: results queue empty 138029 1726888261.74039: checking for any_errors_fatal 138029 1726888261.74048: done checking for any_errors_fatal 138029 1726888261.74048: checking for max_fail_percentage 138029 1726888261.74050: done checking for max_fail_percentage 138029 1726888261.74051: checking to see if all hosts have failed and the running result is not ok 138029 1726888261.74052: done checking to see if all hosts have failed 138029 1726888261.74052: getting the remaining hosts for this loop 138029 1726888261.74054: done getting the remaining hosts for this loop 138029 1726888261.74059: getting the next task for host managed_node3 138029 1726888261.74066: done getting next task for host managed_node3 138029 1726888261.74068: ^ task is: TASK: Set expected pv type 138029 1726888261.74073: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888261.74076: getting variables 138029 1726888261.74079: in VariableManager get_vars() 138029 1726888261.74114: Calling all_inventory to load vars for managed_node3 138029 1726888261.74117: Calling groups_inventory to load vars for managed_node3 138029 1726888261.74121: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.74133: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.74138: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.74141: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.74519: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.74886: done with get_vars() 138029 1726888261.74897: done getting variables 138029 1726888261.74937: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pv type] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Friday 20 September 2024 23:11:01 -0400 (0:00:00.031) 0:04:34.473 ****** 138029 1726888261.74967: entering _queue_task() for managed_node3/set_fact 138029 1726888261.75202: worker is 1 (out of 1 available) 138029 1726888261.75216: exiting _queue_task() for managed_node3/set_fact 138029 1726888261.75230: done queuing things up, now waiting for results queue to drain 138029 1726888261.75231: waiting for pending results... 138029 1726888261.75479: running TaskExecutor() for managed_node3/TASK: Set expected pv type 138029 1726888261.75761: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a08 138029 1726888261.75768: variable 'ansible_search_path' from source: unknown 138029 1726888261.75772: calling self._execute() 138029 1726888261.75816: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.75834: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.75850: variable 'omit' from source: magic vars 138029 1726888261.76344: variable 'storage_test_pool' from source: include params 138029 1726888261.76384: Evaluated conditional (storage_test_pool.type == 'lvm' and not storage_test_pool.encryption): True 138029 1726888261.76399: variable 'omit' from source: magic vars 138029 1726888261.76474: variable 'omit' from source: magic vars 138029 1726888261.76690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888261.78943: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888261.79161: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888261.79167: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888261.79170: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888261.79172: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888261.79237: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888261.79273: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888261.79336: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888261.79340: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888261.79373: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888261.79561: variable 'storage_use_partitions' from source: play vars 138029 1726888261.79566: variable 'omit' from source: magic vars 138029 1726888261.79571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888261.79574: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888261.79595: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888261.79623: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.79642: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.79674: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888261.79702: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888261.79738: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888261.79747: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.79770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.79881: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888261.79885: Set connection var ansible_timeout to 10 138029 1726888261.79891: Set connection var ansible_pipelining to False 138029 1726888261.79894: Set connection var ansible_shell_type to sh 138029 1726888261.79902: Set connection var ansible_connection to ssh 138029 1726888261.79907: Set connection var ansible_shell_executable to /bin/sh 138029 1726888261.80061: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.80067: variable 'ansible_connection' from source: unknown 138029 1726888261.80072: variable 'ansible_module_compression' from source: unknown 138029 1726888261.80078: variable 'ansible_shell_type' from source: unknown 138029 1726888261.80082: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.80085: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.80087: variable 'ansible_pipelining' from source: unknown 138029 1726888261.80089: variable 'ansible_timeout' from source: unknown 138029 1726888261.80092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.80170: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888261.80195: variable 'omit' from source: magic vars 138029 1726888261.80217: starting attempt loop 138029 1726888261.80226: running the handler 138029 1726888261.80244: handler run complete 138029 1726888261.80261: attempt loop complete, returning result 138029 1726888261.80274: _execute() done 138029 1726888261.80287: dumping result to json 138029 1726888261.80295: done dumping result, returning 138029 1726888261.80316: done running TaskExecutor() for managed_node3/TASK: Set expected pv type [0affc8a3-6f6f-5a58-73a2-000000004a08] 138029 1726888261.80334: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a08 ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } 138029 1726888261.80511: no more pending results, returning what we have 138029 1726888261.80514: results queue empty 138029 1726888261.80515: checking for any_errors_fatal 138029 1726888261.80524: done checking for any_errors_fatal 138029 1726888261.80525: checking for max_fail_percentage 138029 1726888261.80526: done checking for max_fail_percentage 138029 1726888261.80528: checking to see if all hosts have failed and the running result is not ok 138029 1726888261.80529: done checking to see if all hosts have failed 138029 1726888261.80529: getting the remaining hosts for this loop 138029 1726888261.80531: done getting the remaining hosts for this loop 138029 1726888261.80535: getting the next task for host managed_node3 138029 1726888261.80545: done getting next task for host managed_node3 138029 1726888261.80548: ^ task is: TASK: Set expected pv type 138029 1726888261.80556: ^ 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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888261.80571: getting variables 138029 1726888261.80573: in VariableManager get_vars() 138029 1726888261.80615: Calling all_inventory to load vars for managed_node3 138029 1726888261.80618: Calling groups_inventory to load vars for managed_node3 138029 1726888261.80622: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.80634: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.80637: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.80640: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.81182: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a08 138029 1726888261.81186: WORKER PROCESS EXITING 138029 1726888261.81197: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.81668: done with get_vars() 138029 1726888261.81686: done getting variables 138029 1726888261.81743: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 pv type] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Friday 20 September 2024 23:11:01 -0400 (0:00:00.068) 0:04:34.541 ****** 138029 1726888261.81780: entering _queue_task() for managed_node3/set_fact 138029 1726888261.82085: worker is 1 (out of 1 available) 138029 1726888261.82097: exiting _queue_task() for managed_node3/set_fact 138029 1726888261.82111: done queuing things up, now waiting for results queue to drain 138029 1726888261.82112: waiting for pending results... 138029 1726888261.82673: running TaskExecutor() for managed_node3/TASK: Set expected pv type 138029 1726888261.82850: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a09 138029 1726888261.82863: variable 'ansible_search_path' from source: unknown 138029 1726888261.82918: calling self._execute() 138029 1726888261.83026: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.83029: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.83038: variable 'omit' from source: magic vars 138029 1726888261.83379: variable 'storage_test_pool' from source: include params 138029 1726888261.83402: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.raid_level): True 138029 1726888261.83409: variable 'omit' from source: magic vars 138029 1726888261.83449: variable 'omit' from source: magic vars 138029 1726888261.83521: variable 'storage_test_pool' from source: include params 138029 1726888261.83549: variable 'omit' from source: magic vars 138029 1726888261.83586: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888261.83613: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888261.83627: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888261.83643: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.83652: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.83671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888261.83684: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888261.83708: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888261.83711: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.83714: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.83803: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888261.83807: Set connection var ansible_timeout to 10 138029 1726888261.83812: Set connection var ansible_pipelining to False 138029 1726888261.83815: Set connection var ansible_shell_type to sh 138029 1726888261.83817: Set connection var ansible_connection to ssh 138029 1726888261.83822: Set connection var ansible_shell_executable to /bin/sh 138029 1726888261.83842: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.83845: variable 'ansible_connection' from source: unknown 138029 1726888261.83848: variable 'ansible_module_compression' from source: unknown 138029 1726888261.83851: variable 'ansible_shell_type' from source: unknown 138029 1726888261.83854: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.83858: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.83860: variable 'ansible_pipelining' from source: unknown 138029 1726888261.83862: variable 'ansible_timeout' from source: unknown 138029 1726888261.83865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.83971: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888261.83980: variable 'omit' from source: magic vars 138029 1726888261.83992: starting attempt loop 138029 1726888261.83995: running the handler 138029 1726888261.84004: handler run complete 138029 1726888261.84012: attempt loop complete, returning result 138029 1726888261.84015: _execute() done 138029 1726888261.84017: dumping result to json 138029 1726888261.84019: done dumping result, returning 138029 1726888261.84027: done running TaskExecutor() for managed_node3/TASK: Set expected pv type [0affc8a3-6f6f-5a58-73a2-000000004a09] 138029 1726888261.84030: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a09 138029 1726888261.84113: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a09 138029 1726888261.84117: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } 138029 1726888261.84177: no more pending results, returning what we have 138029 1726888261.84181: results queue empty 138029 1726888261.84182: checking for any_errors_fatal 138029 1726888261.84194: done checking for any_errors_fatal 138029 1726888261.84194: checking for max_fail_percentage 138029 1726888261.84196: done checking for max_fail_percentage 138029 1726888261.84197: checking to see if all hosts have failed and the running result is not ok 138029 1726888261.84197: done checking to see if all hosts have failed 138029 1726888261.84198: getting the remaining hosts for this loop 138029 1726888261.84200: done getting the remaining hosts for this loop 138029 1726888261.84203: getting the next task for host managed_node3 138029 1726888261.84210: done getting next task for host managed_node3 138029 1726888261.84213: ^ task is: TASK: Check the type of each PV 138029 1726888261.84218: ^ 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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888261.84223: getting variables 138029 1726888261.84224: in VariableManager get_vars() 138029 1726888261.84262: Calling all_inventory to load vars for managed_node3 138029 1726888261.84267: Calling groups_inventory to load vars for managed_node3 138029 1726888261.84271: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.84280: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.84283: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.84286: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.84670: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.85231: done with get_vars() 138029 1726888261.85246: done getting variables 138029 1726888261.85309: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 the type of each PV] *********************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Friday 20 September 2024 23:11:01 -0400 (0:00:00.035) 0:04:34.577 ****** 138029 1726888261.85349: entering _queue_task() for managed_node3/assert 138029 1726888261.85646: worker is 1 (out of 1 available) 138029 1726888261.85662: exiting _queue_task() for managed_node3/assert 138029 1726888261.85677: done queuing things up, now waiting for results queue to drain 138029 1726888261.85678: waiting for pending results... 138029 1726888261.86079: running TaskExecutor() for managed_node3/TASK: Check the type of each PV 138029 1726888261.86109: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a0a 138029 1726888261.86130: variable 'ansible_search_path' from source: unknown 138029 1726888261.86192: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888261.86422: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888261.86486: dumping result to json 138029 1726888261.86498: done dumping result, returning 138029 1726888261.86511: done running TaskExecutor() for managed_node3/TASK: Check the type of each PV [0affc8a3-6f6f-5a58-73a2-000000004a0a] 138029 1726888261.86521: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a0a 138029 1726888261.86762: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a0a 138029 1726888261.86767: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888261.86818: no more pending results, returning what we have 138029 1726888261.86822: results queue empty 138029 1726888261.86823: checking for any_errors_fatal 138029 1726888261.86834: done checking for any_errors_fatal 138029 1726888261.86834: checking for max_fail_percentage 138029 1726888261.86836: done checking for max_fail_percentage 138029 1726888261.86837: checking to see if all hosts have failed and the running result is not ok 138029 1726888261.86838: done checking to see if all hosts have failed 138029 1726888261.86839: getting the remaining hosts for this loop 138029 1726888261.86840: done getting the remaining hosts for this loop 138029 1726888261.86844: getting the next task for host managed_node3 138029 1726888261.86853: done getting next task for host managed_node3 138029 1726888261.86858: ^ task is: TASK: Check that blivet supports PV grow to fill 138029 1726888261.86866: ^ 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? (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 138029 1726888261.86872: getting variables 138029 1726888261.86873: in VariableManager get_vars() 138029 1726888261.86914: Calling all_inventory to load vars for managed_node3 138029 1726888261.86916: Calling groups_inventory to load vars for managed_node3 138029 1726888261.86920: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888261.86932: Calling all_plugins_play to load vars for managed_node3 138029 1726888261.86936: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888261.86939: Calling groups_plugins_play to load vars for managed_node3 138029 1726888261.88168: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888261.88786: done with get_vars() 138029 1726888261.88801: done getting variables 138029 1726888261.88830: Loading ActionModule 'ansible_collections.ansible.builtin.plugins.action.script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/script.py (searched paths: /usr/local/lib/python3.12/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 that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Friday 20 September 2024 23:11:01 -0400 (0:00:00.035) 0:04:34.612 ****** 138029 1726888261.88875: entering _queue_task() for managed_node3/ansible.builtin.script 138029 1726888261.89206: worker is 1 (out of 1 available) 138029 1726888261.89218: exiting _queue_task() for managed_node3/ansible.builtin.script 138029 1726888261.89230: done queuing things up, now waiting for results queue to drain 138029 1726888261.89231: waiting for pending results... 138029 1726888261.89476: running TaskExecutor() for managed_node3/TASK: Check that blivet supports PV grow to fill 138029 1726888261.89763: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a0c 138029 1726888261.89769: variable 'ansible_search_path' from source: unknown 138029 1726888261.89772: calling self._execute() 138029 1726888261.89843: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.89857: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.89874: variable 'omit' from source: magic vars 138029 1726888261.89991: variable 'omit' from source: magic vars 138029 1726888261.90053: variable 'omit' from source: magic vars 138029 1726888261.90310: variable 'ansible_python' from source: facts 138029 1726888261.90358: variable 'omit' from source: magic vars 138029 1726888261.90428: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888261.90473: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888261.90499: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888261.90523: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.90541: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888261.90570: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888261.90592: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888261.90628: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888261.90760: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.90766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.90775: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888261.90786: Set connection var ansible_timeout to 10 138029 1726888261.90796: Set connection var ansible_pipelining to False 138029 1726888261.90802: Set connection var ansible_shell_type to sh 138029 1726888261.90808: Set connection var ansible_connection to ssh 138029 1726888261.90818: Set connection var ansible_shell_executable to /bin/sh 138029 1726888261.90849: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.90860: variable 'ansible_connection' from source: unknown 138029 1726888261.90872: variable 'ansible_module_compression' from source: unknown 138029 1726888261.90880: variable 'ansible_shell_type' from source: unknown 138029 1726888261.90888: variable 'ansible_shell_executable' from source: unknown 138029 1726888261.90895: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888261.90903: variable 'ansible_pipelining' from source: unknown 138029 1726888261.90911: variable 'ansible_timeout' from source: unknown 138029 1726888261.90919: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888261.91007: Loading ActionModule 'ansible_collections.ansible.builtin.plugins.action.script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/script.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888261.91027: variable 'omit' from source: magic vars 138029 1726888261.91038: starting attempt loop 138029 1726888261.91046: running the handler 138029 1726888261.91103: _low_level_execute_command(): starting 138029 1726888261.91113: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 138029 1726888261.91774: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888261.91791: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888261.91810: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888261.91828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888261.91846: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 <<< 138029 1726888261.91944: 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.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888261.91986: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888261.92071: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888261.93824: stdout chunk (state=3): >>>/root <<< 138029 1726888261.93957: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888261.93971: stdout chunk (state=3): >>><<< 138029 1726888261.93984: stderr chunk (state=3): >>><<< 138029 1726888261.94011: _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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888261.94031: _low_level_execute_command(): starting 138029 1726888261.94040: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726888261.9401882-146794-163321415217836 `" && echo ansible-tmp-1726888261.9401882-146794-163321415217836="` echo /root/.ansible/tmp/ansible-tmp-1726888261.9401882-146794-163321415217836 `" ) && sleep 0' 138029 1726888261.94624: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888261.94636: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 138029 1726888261.94649: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888261.94679: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 138029 1726888261.94780: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888261.94807: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888261.94823: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888261.94850: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888261.94928: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888261.97086: stdout chunk (state=3): >>>ansible-tmp-1726888261.9401882-146794-163321415217836=/root/.ansible/tmp/ansible-tmp-1726888261.9401882-146794-163321415217836 <<< 138029 1726888261.97232: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888261.97303: stderr chunk (state=3): >>><<< 138029 1726888261.97307: stdout chunk (state=3): >>><<< 138029 1726888261.97470: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726888261.9401882-146794-163321415217836=/root/.ansible/tmp/ansible-tmp-1726888261.9401882-146794-163321415217836 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888261.97474: evaluation_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage 138029 1726888261.97478: search_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/files/scripts/does_library_support.py /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/files/scripts/does_library_support.py /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py 138029 1726888261.97658: Sending initial data 138029 1726888261.97707: Sent initial data (214 bytes) 138029 1726888261.98801: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888261.98836: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888261.98854: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888261.98880: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888261.98961: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888262.00595: 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 <<< 138029 1726888262.00658: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 138029 1726888262.00729: stdout chunk (state=3): >>>sftp> put /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py /root/.ansible/tmp/ansible-tmp-1726888261.9401882-146794-163321415217836/does_library_support.py <<< 138029 1726888262.00742: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726888261.9401882-146794-163321415217836/does_library_support.py" <<< 138029 1726888262.00786: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/scripts/does_library_support.py" to remote "/root/.ansible/tmp/ansible-tmp-1726888261.9401882-146794-163321415217836/does_library_support.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726888261.9401882-146794-163321415217836/does_library_support.py" <<< 138029 1726888262.01050: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888262.01179: stderr chunk (state=3): >>><<< 138029 1726888262.01182: stdout chunk (state=3): >>><<< 138029 1726888262.01184: _low_level_execute_command(): starting 138029 1726888262.01186: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726888261.9401882-146794-163321415217836/ /root/.ansible/tmp/ansible-tmp-1726888261.9401882-146794-163321415217836/does_library_support.py && sleep 0' 138029 1726888262.02097: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 138029 1726888262.02141: 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888262.02237: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 138029 1726888262.02272: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888262.02286: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888262.02378: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888262.04257: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888262.04277: stdout chunk (state=3): >>><<< 138029 1726888262.04312: stderr chunk (state=3): >>><<< 138029 1726888262.04345: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888262.04378: _low_level_execute_command(): starting 138029 1726888262.04395: _low_level_execute_command(): using become for this command 138029 1726888262.04489: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-texgrunmhjgcnbmobbbwoywcwutmtuap ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726888261.9401882-146794-163321415217836/does_library_support.py blivet.formats.lvmpv.LVMPhysicalVolume.grow_to_fill'"'"' && sleep 0' 138029 1726888262.04683: Initial state: awaiting_escalation: BECOME-SUCCESS-texgrunmhjgcnbmobbbwoywcwutmtuap 138029 1726888262.05102: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888262.05210: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888262.05243: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888262.05265: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 138029 1726888262.05362: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888262.05501: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888262.08666: stdout chunk (state=1): >>>BECOME-SUCCESS-texgrunmhjgcnbmobbbwoywcwutmtuap <<< 138029 1726888262.08670: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-texgrunmhjgcnbmobbbwoywcwutmtuap' 138029 1726888262.08815: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 138029 1726888262.08870: stdout chunk (state=3): >>>import _imp # builtin <<< 138029 1726888262.08893: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 138029 1726888262.08954: stdout chunk (state=3): >>>import '_io' # <<< 138029 1726888262.08972: stdout chunk (state=3): >>>import 'marshal' # <<< 138029 1726888262.08986: stdout chunk (state=3): >>>import 'posix' # <<< 138029 1726888262.09025: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 138029 1726888262.09040: stdout chunk (state=3): >>># installing zipimport hook import 'time' # <<< 138029 1726888262.09064: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 138029 1726888262.09106: 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' <<< 138029 1726888262.09127: stdout chunk (state=3): >>>import '_codecs' # <<< 138029 1726888262.09147: stdout chunk (state=3): >>>import 'codecs' # <<< 138029 1726888262.09190: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 138029 1726888262.09200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 138029 1726888262.09224: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da3b43e0> <<< 138029 1726888262.09248: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da383a10> <<< 138029 1726888262.09262: 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' <<< 138029 1726888262.09288: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da3b6930> import '_signal' # <<< 138029 1726888262.09312: stdout chunk (state=3): >>>import '_abc' # <<< 138029 1726888262.09325: stdout chunk (state=3): >>>import 'abc' # <<< 138029 1726888262.09343: stdout chunk (state=3): >>>import 'io' # <<< 138029 1726888262.09384: stdout chunk (state=3): >>>import '_stat' # <<< 138029 1726888262.09394: stdout chunk (state=3): >>>import 'stat' # <<< 138029 1726888262.09474: stdout chunk (state=3): >>>import '_collections_abc' # <<< 138029 1726888262.09504: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 138029 1726888262.09525: stdout chunk (state=3): >>>import 'os' # <<< 138029 1726888262.09581: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 138029 1726888262.09601: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 138029 1726888262.09634: 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' <<< 138029 1726888262.09645: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da164fe0> <<< 138029 1726888262.09700: 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 <<< 138029 1726888262.09722: 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 0x7fa4da165fd0> <<< 138029 1726888262.09749: stdout chunk (state=3): >>>import 'site' # <<< 138029 1726888262.09777: 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. <<< 138029 1726888262.09846: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 138029 1726888262.09850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888262.09878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 138029 1726888262.09881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 138029 1726888262.09895: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da167c50> <<< 138029 1726888262.09928: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1678c0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/__init__.py <<< 138029 1726888262.09953: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888262.09968: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888262.09982: 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 0x7fa4da19d130> <<< 138029 1726888262.10010: 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 <<< 138029 1726888262.10030: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 138029 1726888262.10059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da19e420> <<< 138029 1726888262.10072: 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' <<< 138029 1726888262.10096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 138029 1726888262.10177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 138029 1726888262.10199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 138029 1726888262.10258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 138029 1726888262.10275: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 138029 1726888262.10297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888262.10318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 138029 1726888262.10377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 138029 1726888262.10389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 138029 1726888262.10417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 138029 1726888262.10420: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1f9010> <<< 138029 1726888262.10442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 138029 1726888262.10459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 138029 1726888262.10494: stdout chunk (state=3): >>>import '_operator' # <<< 138029 1726888262.10500: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1f9130> <<< 138029 1726888262.10510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 138029 1726888262.10535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 138029 1726888262.10572: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 138029 1726888262.10610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888262.10630: stdout chunk (state=3): >>>import 'itertools' # <<< 138029 1726888262.10664: 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' <<< 138029 1726888262.10667: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da24c770> <<< 138029 1726888262.10707: 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' <<< 138029 1726888262.10711: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da24cad0> <<< 138029 1726888262.10725: stdout chunk (state=3): >>>import '_collections' # <<< 138029 1726888262.10783: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da210b30> import '_functools' # <<< 138029 1726888262.11037: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1fa300> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1ee390> # /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 <<< 138029 1726888262.11040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 138029 1726888262.11042: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 138029 1726888262.11044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 138029 1726888262.11105: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0802c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da24eed0> <<< 138029 1726888262.11162: 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 0x7fa4da210bf0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da24d6d0> <<< 138029 1726888262.11174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 138029 1726888262.11234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da081310> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1ed760> <<< 138029 1726888262.11676: stdout chunk (state=3): >>>import '_ast' # # /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 0x7fa4da0a9220> <<< 138029 1726888262.11679: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1b3d10> # /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' <<< 138029 1726888262.11785: 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 0x7fa4da0c98b0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0c8c80> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1ccf80> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0caab0> import 'importlib.machinery' # <<< 138029 1726888262.11915: 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 0x7fa4da0d5610> import '_tokenize' # <<< 138029 1726888262.11976: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0ca270> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0ca870> <<< 138029 1726888262.11999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 138029 1726888262.12030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 138029 1726888262.12053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 138029 1726888262.12171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0e9dc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0c9730> <<< 138029 1726888262.12240: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da19ed80> <<< 138029 1726888262.12270: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 138029 1726888262.12314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888262.12327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 138029 1726888262.12377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 138029 1726888262.12465: 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' <<< 138029 1726888262.12490: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da13dee0> <<< 138029 1726888262.12575: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da10ff80> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 138029 1726888262.12678: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da13ec60> # /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' <<< 138029 1726888262.12704: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da13f860> <<< 138029 1726888262.12899: stdout chunk (state=3): >>>import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1b1910> # /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' # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 138029 1726888262.12945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 138029 1726888262.13033: 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 0x7fa4d9f9a600> <<< 138029 1726888262.13060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 138029 1726888262.13118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 138029 1726888262.13133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 138029 1726888262.13178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9fd49e0> import 'errno' # <<< 138029 1726888262.13192: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888262.13211: 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 0x7fa4d9fd60c0> <<< 138029 1726888262.13342: 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 <<< 138029 1726888262.13380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9fd6f30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4d9fd7590> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9fd6480> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 138029 1726888262.13398: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888262.13412: 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 0x7fa4d9fd7f50> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9fd7680> <<< 138029 1726888262.13463: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9f9a7e0> <<< 138029 1726888262.13504: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9f6ac60> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9f6a9c0> <<< 138029 1726888262.13518: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da19e930> <<< 138029 1726888262.13530: 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 <<< 138029 1726888262.13568: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 138029 1726888262.13674: 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 0x7fa4d9ff2c90> # /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 0x7fa4d9ff31a0> <<< 138029 1726888262.13686: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 138029 1726888262.13731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 138029 1726888262.13747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 138029 1726888262.13795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 138029 1726888262.13806: stdout chunk (state=3): >>>import '_locale' # <<< 138029 1726888262.13892: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da019a90> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 138029 1726888262.13894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 138029 1726888262.13980: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da03f710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4da03f800> <<< 138029 1726888262.14098: 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 0x7fa4da04c920> <<< 138029 1726888262.14103: 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 0x7fa4da04ca70> # /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' <<< 138029 1726888262.14283: 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 0x7fa4da04e0c0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da04ce90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9ff3b30> # /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' # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 138029 1726888262.14308: 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 0x7fa4d9c8e2d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9c8e000> <<< 138029 1726888262.14336: 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 0x7fa4d9c8e300> <<< 138029 1726888262.14374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 138029 1726888262.14377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 138029 1726888262.14448: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888262.14582: 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 0x7fa4d9c8eb10> <<< 138029 1726888262.14614: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 138029 1726888262.14619: 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 0x7fa4d9c8f4d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9c8e450> <<< 138029 1726888262.14641: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9c8c4d0> <<< 138029 1726888262.14670: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9ff3fe0> <<< 138029 1726888262.14695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 138029 1726888262.14708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 138029 1726888262.14739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 138029 1726888262.14770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 138029 1726888262.14809: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cad280> <<< 138029 1726888262.14860: 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 0x7fa4d9caf8c0> <<< 138029 1726888262.14884: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9c8f560> # /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' <<< 138029 1726888262.14952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 138029 1726888262.14979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cc82f0> <<< 138029 1726888262.15051: 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 0x7fa4d9cafbf0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cafaa0> <<< 138029 1726888262.15133: 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' <<< 138029 1726888262.15139: 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' <<< 138029 1726888262.15142: 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' <<< 138029 1726888262.15271: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9ccac60> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cca8d0> <<< 138029 1726888262.15371: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cca660> <<< 138029 1726888262.15477: 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 <<< 138029 1726888262.15481: stdout chunk (state=3): >>># 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' # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 138029 1726888262.15506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 138029 1726888262.15528: 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 0x7fa4d9cf2420> import 'importlib.util' # <<< 138029 1726888262.15586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 138029 1726888262.15625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # <<< 138029 1726888262.15827: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cf2ba0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cf1ac0> # possible namespace for /usr/lib/python3.12/site-packages/gi <<< 138029 1726888262.16030: 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 0x7fa4d9d1e210> <<< 138029 1726888262.16075: 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 0x7fa4d9d1d3d0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cf1550> # /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' <<< 138029 1726888262.16170: 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' <<< 138029 1726888262.16238: 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 0x7fa4d9d6d070> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py <<< 138029 1726888262.16242: 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 0x7fa4d9d6d400> <<< 138029 1726888262.16371: 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 0x7fa4d9d6d880> # /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' <<< 138029 1726888262.16557: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d6e0f0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d6c740> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d6c200> # 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 <<< 138029 1726888262.16561: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d6e870> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d43d10> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d43c80> <<< 138029 1726888262.16592: 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/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 138029 1726888262.16613: 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 0x7fa4d93d6630> <<< 138029 1726888262.16771: 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 0x7fa4d93d7d40> <<< 138029 1726888262.16794: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d93d4dd0> <<< 138029 1726888262.16820: 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' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d93d5970> <<< 138029 1726888262.16894: 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 <<< 138029 1726888262.16928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 138029 1726888262.17159: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d940ca10> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d940c1d0> <<< 138029 1726888262.17213: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d6f140> 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 <<< 138029 1726888262.17237: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 138029 1726888262.17408: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d94457f0> import 'gi.repository.GObject' # <<< 138029 1726888262.17429: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 138029 1726888262.17470: 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 <<< 138029 1726888262.17488: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 138029 1726888262.17751: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9467170> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9ccb230> <<< 138029 1726888262.17802: 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 <<< 138029 1726888262.17857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 138029 1726888262.17890: 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' <<< 138029 1726888262.17900: 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 <<< 138029 1726888262.18010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' # /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' <<< 138029 1726888262.18222: 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 0x7fa4d949bfb0> # /usr/lib64/python3.12/__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 0x7fa4d8f2c9e0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8f2c800> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fa4d8f2d2e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d949aa20> <<< 138029 1726888262.18322: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9499340> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9498ad0> <<< 138029 1726888262.19213: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9445400> <<< 138029 1726888262.19233: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 138029 1726888262.19269: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9f6ae70> <<< 138029 1726888262.19294: stdout chunk (state=3): >>>import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da19d6a0> <<< 138029 1726888262.19727: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da19ca10> <<< 138029 1726888262.19780: 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' <<< 138029 1726888262.19807: 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 <<< 138029 1726888262.19835: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 138029 1726888262.19868: 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' <<< 138029 1726888262.19900: 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' <<< 138029 1726888262.19935: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffcb90> <<< 138029 1726888262.19968: 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 0x7fa4d8ffd1f0> <<< 138029 1726888262.20002: 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 <<< 138029 1726888262.20021: 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' <<< 138029 1726888262.20077: 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 0x7fa4d8ffe2a0> <<< 138029 1726888262.20117: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffe150> # /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' <<< 138029 1726888262.20148: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffe540> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffdeb0> <<< 138029 1726888262.20215: 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 <<< 138029 1726888262.20259: 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 0x7fa4d8ffe9f0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffe840> <<< 138029 1726888262.20266: 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' <<< 138029 1726888262.20376: 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' # /usr/lib64/python3.12/__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 0x7fa4d85ece90> <<< 138029 1726888262.20441: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d85ecc20> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffeea0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffea50> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffd640> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/discover.py <<< 138029 1726888262.20444: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 138029 1726888262.20779: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffdcd0> # /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 0x7fa4d85ef4a0> # /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 0x7fa4d85ef830> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d85ef200> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d85ee870> # /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 0x7fa4d85ef9b0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffc800> # /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 0x7fa4d85efa40> <<< 138029 1726888262.20814: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8fe23c0> <<< 138029 1726888262.20844: 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' <<< 138029 1726888262.20863: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8610f50> <<< 138029 1726888262.21250: 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 0x7fa4d8611280> # /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__/__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 0x7fa4d8612930> # /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/lib64/python3.12/json/__pycache__/__init__.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 0x7fa4d86382c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8613fe0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8613830> <<< 138029 1726888262.21254: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 138029 1726888262.21383: 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 0x7fa4d8613d40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d86133e0> # /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 0x7fa4d8639010> <<< 138029 1726888262.21413: 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 <<< 138029 1726888262.21416: 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 0x7fa4d8639730> <<< 138029 1726888262.21587: 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 0x7fa4d8639d60> # /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' <<< 138029 1726888262.21762: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d863a090> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8638ec0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8612ae0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d86117f0> # /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 0x7fa4d8664ce0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8612090> <<< 138029 1726888262.21800: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8611370> # /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' <<< 138029 1726888262.21804: 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 <<< 138029 1726888262.21808: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc' <<< 138029 1726888262.21822: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8665220> <<< 138029 1726888262.21842: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8611b80> <<< 138029 1726888262.21870: 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' <<< 138029 1726888262.21890: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8665430> <<< 138029 1726888262.21930: 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' <<< 138029 1726888262.22411: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8665850> # /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 0x7fa4d8666000> # /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 0x7fa4d8691a60> # /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 0x7fa4d8692c60> <<< 138029 1726888262.22414: stdout chunk (state=3): >>>import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8692630> <<< 138029 1726888262.22417: 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 <<< 138029 1726888262.22419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' <<< 138029 1726888262.22440: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8693050> <<< 138029 1726888262.22445: 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 <<< 138029 1726888262.22460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 138029 1726888262.22528: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8693bf0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/disk.py <<< 138029 1726888262.22640: 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 0x7fa4d86ba8d0> <<< 138029 1726888262.22688: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d86b95e0> <<< 138029 1726888262.22698: 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' <<< 138029 1726888262.22830: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d86bbce0> <<< 138029 1726888262.22834: 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 0x7fa4d8431040> # /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 0x7fa4d8431e80> <<< 138029 1726888262.22857: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d868acf0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d868a960> <<< 138029 1726888262.22917: 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' <<< 138029 1726888262.22931: 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 0x7fa4d845c440> <<< 138029 1726888262.22945: 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 <<< 138029 1726888262.22994: 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' <<< 138029 1726888262.23026: 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' <<< 138029 1726888262.23106: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d845d4f0> <<< 138029 1726888262.23157: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d845ce00> <<< 138029 1726888262.23193: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d845c3e0> <<< 138029 1726888262.23291: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84338c0> <<< 138029 1726888262.23410: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/dmraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc' import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84836b0> # /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 0x7fa4d8483800> # /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' <<< 138029 1726888262.23485: 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 0x7fa4d84970b0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmkfs.py <<< 138029 1726888262.23563: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 138029 1726888262.23579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b40e0> <<< 138029 1726888262.23629: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84977a0> # /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' <<< 138029 1726888262.23937: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b4980> # /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 0x7fa4d84b4e00> # /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 0x7fa4d84b5370> # /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 0x7fa4d84b5670> # /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 0x7fa4d84b5c10> <<< 138029 1726888262.23941: 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' <<< 138029 1726888262.23992: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b5d90> <<< 138029 1726888262.23996: 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 <<< 138029 1726888262.23998: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 138029 1726888262.24000: 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' <<< 138029 1726888262.24083: 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 0x7fa4d84b70e0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b6ea0> <<< 138029 1726888262.24091: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b5f10> <<< 138029 1726888262.24144: 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' <<< 138029 1726888262.24147: 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 <<< 138029 1726888262.24213: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 138029 1726888262.24379: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b7d70> <<< 138029 1726888262.24382: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b7950> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b73e0> <<< 138029 1726888262.24489: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8483d70> <<< 138029 1726888262.24504: 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 <<< 138029 1726888262.24631: 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 0x7fa4d850f800> # /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' <<< 138029 1726888262.24660: 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' <<< 138029 1726888262.24685: 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' <<< 138029 1726888262.24741: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8520770> <<< 138029 1726888262.24802: 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' <<< 138029 1726888262.24806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 138029 1726888262.24836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 138029 1726888262.24840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 138029 1726888262.25092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 138029 1726888262.25097: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8523e30> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8522c60> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8520e60> # /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/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 0x7fa4d83626f0> <<< 138029 1726888262.25205: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8360380> <<< 138029 1726888262.25229: 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 <<< 138029 1726888262.25253: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 138029 1726888262.25281: 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' <<< 138029 1726888262.25313: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8380f50> <<< 138029 1726888262.25348: 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' <<< 138029 1726888262.25374: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8381d60> <<< 138029 1726888262.25399: 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' <<< 138029 1726888262.25515: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d83825a0> <<< 138029 1726888262.25622: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8377dd0> <<< 138029 1726888262.25635: 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 <<< 138029 1726888262.25694: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 138029 1726888262.25724: 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' <<< 138029 1726888262.25738: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d83c4110> <<< 138029 1726888262.25860: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d83a27e0> <<< 138029 1726888262.26060: 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' <<< 138029 1726888262.26093: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d83d5c70> # /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/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' <<< 138029 1726888262.26579: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d83e79b0> <<< 138029 1726888262.26610: 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 <<< 138029 1726888262.26636: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 138029 1726888262.26677: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d840cfe0> <<< 138029 1726888262.26702: 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' <<< 138029 1726888262.26743: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8404ef0> <<< 138029 1726888262.26746: 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 <<< 138029 1726888262.26776: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 138029 1726888262.26809: 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' <<< 138029 1726888262.26851: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8407260> <<< 138029 1726888262.27006: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8405400> <<< 138029 1726888262.27049: 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' <<< 138029 1726888262.27162: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d825d6d0> <<< 138029 1726888262.27416: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d83e4110> <<< 138029 1726888262.27471: 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 <<< 138029 1726888262.27493: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 138029 1726888262.27693: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d83e59a0> # /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 0x7fa4d82c7830> # /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' <<< 138029 1726888262.27716: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d82d83e0> <<< 138029 1726888262.27745: 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' <<< 138029 1726888262.27780: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d82d8f20> <<< 138029 1726888262.27808: 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' <<< 138029 1726888262.27829: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d82d9370> <<< 138029 1726888262.27858: 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' <<< 138029 1726888262.27910: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d82da240> <<< 138029 1726888262.27914: 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 <<< 138029 1726888262.28000: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 138029 1726888262.28091: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d82daae0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8520230> <<< 138029 1726888262.28116: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d850fc20> <<< 138029 1726888262.28197: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8495a60> <<< 138029 1726888262.28260: 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' <<< 138029 1726888262.28286: 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 0x7fa4d83110a0> <<< 138029 1726888262.28462: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d83107d0> <<< 138029 1726888262.28472: 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' <<< 138029 1726888262.28499: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8312600> # /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 0x7fa4d83139e0> # /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' <<< 138029 1726888262.28535: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8124200> <<< 138029 1726888262.28566: 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' <<< 138029 1726888262.28629: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8124ad0> <<< 138029 1726888262.28658: 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' <<< 138029 1726888262.28706: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d81268d0> <<< 138029 1726888262.28777: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8fe0260> True <<< 138029 1726888262.29525: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 138029 1726888262.29554: 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 <<< 138029 1726888262.29636: stdout chunk (state=3): >>># restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # destroy __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing syslog # cleanup[2] removing __future__ # destroy __future__ # 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 _ast # destroy _ast # cleanup[2] removing contextlib # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 138029 1726888262.29639: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing selinux # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing copy # cleanup[2] removing glob # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect <<< 138029 1726888262.29762: stdout chunk (state=3): >>># cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing tempfile # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing gettext # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 _ctypes # cleanup[2] removing _struct # cleanup[2] removing struct # destroy struct # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 # 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 _datetime # cleanup[2] removing datetime # destroy datetime # 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.threads # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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.ta<<< 138029 1726888262.29773: stdout chunk (state=3): >>>sks.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.callbacks # 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 shlex # 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.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.devices.device # 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.devicelibs.lvm # 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.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # 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 <<< 138029 1726888262.30261: stdout chunk (state=3): >>># destroy blivet # destroy _sitebuiltins <<< 138029 1726888262.30287: stdout chunk (state=3): >>># destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma <<< 138029 1726888262.30315: 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 <<< 138029 1726888262.30340: stdout chunk (state=3): >>># cleanup[3] wiping blivet.tasks.lukstasks # 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.lvm # cleanup[3] wiping blivet.devicelibs.gpt <<< 138029 1726888262.30372: stdout chunk (state=3): >>># cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs <<< 138029 1726888262.30397: 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.callbacks # 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 <<< 138029 1726888262.30409: stdout chunk (state=3): >>># cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # cleanup[3] wiping blivet.tasks <<< 138029 1726888262.30419: stdout chunk (state=3): >>># destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors <<< 138029 1726888262.30449: stdout chunk (state=3): >>># 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 _datetime # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.arch <<< 138029 1726888262.30463: stdout chunk (state=3): >>># cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux <<< 138029 1726888262.30482: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev <<< 138029 1726888262.30490: stdout chunk (state=3): >>># cleanup[3] wiping ctypes # destroy ctypes._endian <<< 138029 1726888262.30493: stdout chunk (state=3): >>># destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject <<< 138029 1726888262.30505: 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 <<< 138029 1726888262.30517: stdout chunk (state=3): >>># destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping array # cleanup[3] wiping _socket <<< 138029 1726888262.30539: 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 <<< 138029 1726888262.30545: stdout chunk (state=3): >>># destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper <<< 138029 1726888262.30574: stdout chunk (state=3): >>># 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 _typing # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping gettext <<< 138029 1726888262.30591: stdout chunk (state=3): >>># cleanup[3] wiping _decimal # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping platform <<< 138029 1726888262.30609: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # 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 selectors <<< 138029 1726888262.30627: stdout chunk (state=3): >>># cleanup[3] wiping math # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping locale <<< 138029 1726888262.30646: stdout chunk (state=3): >>># destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping copy # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping shutil <<< 138029 1726888262.30649: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux <<< 138029 1726888262.30668: stdout chunk (state=3): >>># cleanup[3] wiping logging # destroy traceback # destroy weakref <<< 138029 1726888262.30695: stdout chunk (state=3): >>># cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading # cleanup[3] wiping _string # cleanup[3] wiping textwrap # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token <<< 138029 1726888262.30698: stdout chunk (state=3): >>># cleanup[3] wiping linecache # destroy tokenize <<< 138029 1726888262.30733: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping contextlib # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum <<< 138029 1726888262.30765: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 138029 1726888262.30789: 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 syslog # cleanup[3] wiping importlib <<< 138029 1726888262.30791: stdout chunk (state=3): >>># 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 encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc <<< 138029 1726888262.30816: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix <<< 138029 1726888262.30843: 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 <<< 138029 1726888262.30847: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy _datetime # destroy decimal <<< 138029 1726888262.31574: stdout chunk (state=3): >>># destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi <<< 138029 1726888262.31649: stdout chunk (state=3): >>># destroy _struct <<< 138029 1726888262.31909: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk <<< 138029 1726888262.31912: stdout chunk (state=3): >>># destroy pyudev # destroy blivet.devicelibs.mdraid <<< 138029 1726888262.31914: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy _string # destroy array # destroy textwrap # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode # destroy _io # destroy fnmatch # destroy _hashlib # destroy shutil # destroy pprint # destroy time # destroy blivet.devicelibs.lvm # 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.availability # destroy blivet.tasks.lukstasks # destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 138029 1726888262.31989: stdout chunk (state=3): >>># destroy select # destroy _typing <<< 138029 1726888262.32013: stdout chunk (state=3): >>># destroy _tokenize # destroy stat # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy parted <<< 138029 1726888262.32044: stdout chunk (state=3): >>># destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread <<< 138029 1726888262.32063: 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 <<< 138029 1726888262.32134: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 138029 1726888262.32276: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy _codecs # destroy re <<< 138029 1726888262.32292: stdout chunk (state=3): >>># destroy _random <<< 138029 1726888262.32324: stdout chunk (state=3): >>># destroy _sre # destroy _functools # destroy _operator <<< 138029 1726888262.32334: stdout chunk (state=3): >>># clear sys.audit hooks <<< 138029 1726888262.32937: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.13.126 closed. <<< 138029 1726888262.32960: stderr chunk (state=3): >>><<< 138029 1726888262.32965: stdout chunk (state=3): >>><<< 138029 1726888262.33096: _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 0x7fa4da3b43e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da383a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da3b6930> 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 0x7fa4da164fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fa4da165fd0> 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/importlib/__pycache__/__init__.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 0x7fa4da167c50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1678c0> # /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' # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4da19d130> # /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/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da19e420> # /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/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.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 0x7fa4da1f9010> # /usr/lib64/python3.12/__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 0x7fa4da1f9130> # /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 0x7fa4da24c770> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da24cad0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da210b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1fa300> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1ee390> # /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 0x7fa4da0802c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da24eed0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da210bf0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da24d6d0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da081310> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1ed760> import '_ast' # # /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 0x7fa4da0a9220> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1b3d10> # /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 0x7fa4da0c98b0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0c8c80> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1ccf80> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0caab0> import 'importlib.machinery' # # /usr/lib64/python3.12/__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 0x7fa4da0d5610> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0ca270> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0ca870> # /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 0x7fa4da0e9dc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0c9730> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da19ed80> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/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 0x7fa4da13dee0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da10ff80> # /usr/lib64/python3.12/__pycache__/string.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 0x7fa4da13ec60> # /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 0x7fa4da13f860> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1b1910> # /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' # /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 0x7fa4d9f9a600> # /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 0x7fa4d9fd49e0> 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 0x7fa4d9fd60c0> # /usr/lib64/python3.12/__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 0x7fa4d9fd6f30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4d9fd7590> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9fd6480> # /usr/lib64/python3.12/__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 0x7fa4d9fd7f50> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9fd7680> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9f9a7e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9f6ac60> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9f6a9c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da19e930> # /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__/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 0x7fa4d9ff2c90> # /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 0x7fa4d9ff31a0> # /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__/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 0x7fa4da019a90> # /usr/lib64/python3.12/__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 0x7fa4da03f710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4da03f800> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4da04c920> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4da04ca70> # /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' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4da04e0c0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da04ce90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9ff3b30> # /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' # /usr/lib64/python3.12/__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 0x7fa4d9c8e2d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9c8e000> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4d9c8e300> # /usr/lib64/python3.12/__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 0x7fa4d9c8eb10> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4d9c8f4d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9c8e450> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9c8c4d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9ff3fe0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cad280> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4d9caf8c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9c8f560> # /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 0x7fa4d9cc82f0> # 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 0x7fa4d9cafbf0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cafaa0> # /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' # /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 0x7fa4d9ccac60> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cca8d0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cca660> # /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' # /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/importlib/__pycache__/_abc.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 0x7fa4d9cf2420> import 'importlib.util' # # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cf2ba0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cf1ac0> # 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 0x7fa4d9d1e210> # 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 0x7fa4d9d1d3d0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cf1550> # /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 0x7fa4d9d6d070> # /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 0x7fa4d9d6d400> # /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 0x7fa4d9d6d880> # /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 0x7fa4d9d6e0f0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d6c740> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d6c200> # 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 0x7fa4d9d6e870> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d43d10> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d43c80> # /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/__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 0x7fa4d93d6630> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4d93d7d40> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d93d4dd0> # /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 0x7fa4d93d5970> # /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 0x7fa4d940ca10> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d940c1d0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d6f140> 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 0x7fa4d94457f0> 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 0x7fa4d9467170> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9ccb230> # /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' # /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 0x7fa4d949bfb0> # /usr/lib64/python3.12/__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 0x7fa4d8f2c9e0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8f2c800> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fa4d8f2d2e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d949aa20> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9499340> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9498ad0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9445400> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9f6ae70> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da19d6a0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da19ca10> # /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/__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 0x7fa4d8ffcb90> # /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 0x7fa4d8ffd1f0> # /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 0x7fa4d8ffe2a0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffe150> # /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 0x7fa4d8ffe540> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffdeb0> # /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 0x7fa4d8ffe9f0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffe840> # /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' # /usr/lib64/python3.12/__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 0x7fa4d85ece90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d85ecc20> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffeea0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffea50> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffd640> # /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 0x7fa4d8ffdcd0> # /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 0x7fa4d85ef4a0> # /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 0x7fa4d85ef830> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d85ef200> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d85ee870> # /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 0x7fa4d85ef9b0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffc800> # /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 0x7fa4d85efa40> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8fe23c0> # /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 0x7fa4d8610f50> # /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 0x7fa4d8611280> # /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__/__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 0x7fa4d8612930> # /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/lib64/python3.12/json/__pycache__/__init__.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 0x7fa4d86382c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8613fe0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8613830> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fa4d8613d40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d86133e0> # /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 0x7fa4d8639010> # /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 0x7fa4d8639730> # /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 0x7fa4d8639d60> # /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 0x7fa4d863a090> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8638ec0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8612ae0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d86117f0> # /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 0x7fa4d8664ce0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8612090> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8611370> # /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 0x7fa4d8665220> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8611b80> # /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 0x7fa4d8665430> # /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 0x7fa4d8665850> # /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 0x7fa4d8666000> # /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 0x7fa4d8691a60> # /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 0x7fa4d8692c60> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8692630> # /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 0x7fa4d8693050> # /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 0x7fa4d8693bf0> # /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 0x7fa4d86ba8d0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d86b95e0> # /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 0x7fa4d86bbce0> # /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 0x7fa4d8431040> # /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 0x7fa4d8431e80> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d868acf0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d868a960> # /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 0x7fa4d845c440> # /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' # /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 0x7fa4d845d4f0> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d845ce00> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d845c3e0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84338c0> # /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 0x7fa4d84836b0> # /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 0x7fa4d8483800> # /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 0x7fa4d84970b0> # /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' # /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 0x7fa4d84b40e0> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84977a0> # /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 0x7fa4d84b4980> # /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 0x7fa4d84b4e00> # /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 0x7fa4d84b5370> # /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 0x7fa4d84b5670> # /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 0x7fa4d84b5c10> # /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 0x7fa4d84b5d90> # /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 0x7fa4d84b70e0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b6ea0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b5f10> # /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 0x7fa4d84b7d70> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b7950> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b73e0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8483d70> # /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 0x7fa4d850f800> # /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' # /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' import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8520770> # /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 0x7fa4d8523e30> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8522c60> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8520e60> # /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/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 0x7fa4d83626f0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8360380> # /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 0x7fa4d8380f50> # /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 0x7fa4d8381d60> # /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 0x7fa4d83825a0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8377dd0> # /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 0x7fa4d83c4110> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d83a27e0> # /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 0x7fa4d83d5c70> # /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/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 0x7fa4d83e79b0> # /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 0x7fa4d840cfe0> # /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 0x7fa4d8404ef0> # /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 0x7fa4d8407260> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8405400> # /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 0x7fa4d825d6d0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d83e4110> # /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 0x7fa4d83e59a0> # /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 0x7fa4d82c7830> # /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 0x7fa4d82d83e0> # /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 0x7fa4d82d8f20> # /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 0x7fa4d82d9370> # /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 0x7fa4d82da240> # /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 0x7fa4d82daae0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8520230> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d850fc20> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8495a60> # /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/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 0x7fa4d83110a0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d83107d0> # /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 0x7fa4d8312600> # /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 0x7fa4d83139e0> # /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 0x7fa4d8124200> # /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 0x7fa4d8124ad0> # /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 0x7fa4d81268d0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8fe0260> True # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # destroy __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing syslog # cleanup[2] removing __future__ # destroy __future__ # 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 _ast # destroy _ast # cleanup[2] removing contextlib # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing selinux # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing copy # cleanup[2] removing glob # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing _bisect # cleanup[2] 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 tempfile # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing gettext # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 _ctypes # cleanup[2] removing _struct # cleanup[2] removing struct # destroy struct # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 # 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 _datetime # cleanup[2] removing datetime # destroy datetime # 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.threads # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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.callbacks # 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 shlex # 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.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.devices.device # 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.devicelibs.lvm # 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.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # 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 # destroy blivet # destroy _sitebuiltins # destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # 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.tasks.lukstasks # 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.lvm # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping pprint # destroy dataclasses # 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.callbacks # 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 json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # 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 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 _datetime # cleanup[3] wiping ctypes.util # 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 ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # 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 array # cleanup[3] wiping _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 _typing # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping gettext # cleanup[3] wiping _decimal # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping platform # cleanup[3] wiping tempfile # 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 selectors # cleanup[3] wiping math # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping copy # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux # cleanup[3] wiping logging # destroy traceback # destroy weakref # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading # cleanup[3] wiping _string # cleanup[3] wiping textwrap # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping contextlib # cleanup[3] wiping re # destroy re._constants # destroy 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 syslog # 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 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 _datetime # destroy decimal # 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 array # destroy textwrap # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode # destroy _io # destroy fnmatch # destroy _hashlib # destroy shutil # destroy pprint # destroy time # destroy blivet.devicelibs.lvm # 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.availability # destroy blivet.tasks.lukstasks # destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy select # destroy _typing # destroy _tokenize # destroy stat # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy parted # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # 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 # 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 _codecs # destroy re # destroy _random # destroy _sre # destroy _functools # destroy _operator # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888262.33137: _low_level_execute_command(): starting 138029 1726888262.33143: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726888261.9401882-146794-163321415217836/ > /dev/null 2>&1 && sleep 0' 138029 1726888262.33556: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 138029 1726888262.33560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888262.33562: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration <<< 138029 1726888262.33567: 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 <<< 138029 1726888262.33569: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 138029 1726888262.33614: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' <<< 138029 1726888262.33617: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 138029 1726888262.33675: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 138029 1726888262.35684: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 138029 1726888262.35687: stderr chunk (state=3): >>><<< 138029 1726888262.35690: stdout chunk (state=3): >>><<< 138029 1726888262.35729: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 138029 1726888262.35798: handler run complete 138029 1726888262.36161: Evaluated conditional (False): False 138029 1726888262.36166: attempt loop complete, returning result 138029 1726888262.36169: _execute() done 138029 1726888262.36171: dumping result to json 138029 1726888262.36173: done dumping result, returning 138029 1726888262.36176: done running TaskExecutor() for managed_node3/TASK: Check that blivet supports PV grow to fill [0affc8a3-6f6f-5a58-73a2-000000004a0c] 138029 1726888262.36178: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a0c ok: [managed_node3] => { "changed": false, "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 0x7fa4da3b43e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da383a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da3b6930> 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 0x7fa4da164fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/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 0x7fa4da165fd0> 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/importlib/__pycache__/__init__.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 0x7fa4da167c50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1678c0> # /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' # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4da19d130> # /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/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da19e420> # /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/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.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 0x7fa4da1f9010> # /usr/lib64/python3.12/__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 0x7fa4da1f9130> # /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 0x7fa4da24c770> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da24cad0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da210b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1fa300> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1ee390> # /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 0x7fa4da0802c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da24eed0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da210bf0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da24d6d0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da081310> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1ed760> import '_ast' # # /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 0x7fa4da0a9220> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1b3d10> # /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 0x7fa4da0c98b0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0c8c80> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1ccf80> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0caab0> import 'importlib.machinery' # # /usr/lib64/python3.12/__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 0x7fa4da0d5610> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0ca270> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0ca870> # /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 0x7fa4da0e9dc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da0c9730> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da19ed80> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/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 0x7fa4da13dee0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da10ff80> # /usr/lib64/python3.12/__pycache__/string.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 0x7fa4da13ec60> # /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 0x7fa4da13f860> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da1b1910> # /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' # /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 0x7fa4d9f9a600> # /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 0x7fa4d9fd49e0> 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 0x7fa4d9fd60c0> # /usr/lib64/python3.12/__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 0x7fa4d9fd6f30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4d9fd7590> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9fd6480> # /usr/lib64/python3.12/__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 0x7fa4d9fd7f50> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9fd7680> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9f9a7e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9f6ac60> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9f6a9c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da19e930> # /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__/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 0x7fa4d9ff2c90> # /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 0x7fa4d9ff31a0> # /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__/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 0x7fa4da019a90> # /usr/lib64/python3.12/__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 0x7fa4da03f710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4da03f800> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4da04c920> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4da04ca70> # /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' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4da04e0c0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da04ce90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9ff3b30> # /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' # /usr/lib64/python3.12/__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 0x7fa4d9c8e2d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9c8e000> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4d9c8e300> # /usr/lib64/python3.12/__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 0x7fa4d9c8eb10> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4d9c8f4d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9c8e450> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9c8c4d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9ff3fe0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cad280> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4d9caf8c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9c8f560> # /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 0x7fa4d9cc82f0> # 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 0x7fa4d9cafbf0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cafaa0> # /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' # /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 0x7fa4d9ccac60> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cca8d0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cca660> # /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' # /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/importlib/__pycache__/_abc.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 0x7fa4d9cf2420> import 'importlib.util' # # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cf2ba0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cf1ac0> # 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 0x7fa4d9d1e210> # 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 0x7fa4d9d1d3d0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9cf1550> # /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 0x7fa4d9d6d070> # /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 0x7fa4d9d6d400> # /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 0x7fa4d9d6d880> # /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 0x7fa4d9d6e0f0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d6c740> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d6c200> # 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 0x7fa4d9d6e870> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d43d10> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d43c80> # /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/__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 0x7fa4d93d6630> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa4d93d7d40> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d93d4dd0> # /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 0x7fa4d93d5970> # /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 0x7fa4d940ca10> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d940c1d0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9d6f140> 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 0x7fa4d94457f0> 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 0x7fa4d9467170> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9ccb230> # /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' # /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 0x7fa4d949bfb0> # /usr/lib64/python3.12/__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 0x7fa4d8f2c9e0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8f2c800> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.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 0x7fa4d8f2d2e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d949aa20> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9499340> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9498ad0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9445400> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d9f6ae70> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da19d6a0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4da19ca10> # /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/__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 0x7fa4d8ffcb90> # /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 0x7fa4d8ffd1f0> # /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 0x7fa4d8ffe2a0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffe150> # /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 0x7fa4d8ffe540> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffdeb0> # /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 0x7fa4d8ffe9f0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffe840> # /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' # /usr/lib64/python3.12/__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 0x7fa4d85ece90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d85ecc20> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffeea0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffea50> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffd640> # /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 0x7fa4d8ffdcd0> # /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 0x7fa4d85ef4a0> # /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 0x7fa4d85ef830> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d85ef200> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d85ee870> # /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 0x7fa4d85ef9b0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8ffc800> # /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 0x7fa4d85efa40> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8fe23c0> # /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 0x7fa4d8610f50> # /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 0x7fa4d8611280> # /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__/__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 0x7fa4d8612930> # /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/lib64/python3.12/json/__pycache__/__init__.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 0x7fa4d86382c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8613fe0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8613830> # /usr/lib64/python3.12/json/__pycache__/encoder.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 0x7fa4d8613d40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d86133e0> # /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 0x7fa4d8639010> # /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 0x7fa4d8639730> # /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 0x7fa4d8639d60> # /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 0x7fa4d863a090> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8638ec0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8612ae0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d86117f0> # /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 0x7fa4d8664ce0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8612090> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8611370> # /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 0x7fa4d8665220> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8611b80> # /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 0x7fa4d8665430> # /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 0x7fa4d8665850> # /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 0x7fa4d8666000> # /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 0x7fa4d8691a60> # /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 0x7fa4d8692c60> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8692630> # /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 0x7fa4d8693050> # /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 0x7fa4d8693bf0> # /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 0x7fa4d86ba8d0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d86b95e0> # /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 0x7fa4d86bbce0> # /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 0x7fa4d8431040> # /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 0x7fa4d8431e80> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d868acf0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d868a960> # /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 0x7fa4d845c440> # /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' # /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 0x7fa4d845d4f0> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d845ce00> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d845c3e0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84338c0> # /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 0x7fa4d84836b0> # /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 0x7fa4d8483800> # /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 0x7fa4d84970b0> # /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' # /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 0x7fa4d84b40e0> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84977a0> # /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 0x7fa4d84b4980> # /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 0x7fa4d84b4e00> # /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 0x7fa4d84b5370> # /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 0x7fa4d84b5670> # /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 0x7fa4d84b5c10> # /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 0x7fa4d84b5d90> # /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 0x7fa4d84b70e0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b6ea0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b5f10> # /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 0x7fa4d84b7d70> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b7950> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d84b73e0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8483d70> # /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 0x7fa4d850f800> # /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' # /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' import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8520770> # /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 0x7fa4d8523e30> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8522c60> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8520e60> # /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/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 0x7fa4d83626f0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8360380> # /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 0x7fa4d8380f50> # /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 0x7fa4d8381d60> # /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 0x7fa4d83825a0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8377dd0> # /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 0x7fa4d83c4110> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d83a27e0> # /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 0x7fa4d83d5c70> # /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/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 0x7fa4d83e79b0> # /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 0x7fa4d840cfe0> # /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 0x7fa4d8404ef0> # /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 0x7fa4d8407260> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8405400> # /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 0x7fa4d825d6d0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d83e4110> # /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 0x7fa4d83e59a0> # /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 0x7fa4d82c7830> # /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 0x7fa4d82d83e0> # /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 0x7fa4d82d8f20> # /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 0x7fa4d82d9370> # /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 0x7fa4d82da240> # /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 0x7fa4d82daae0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8520230> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d850fc20> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8495a60> # /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/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 0x7fa4d83110a0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d83107d0> # /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 0x7fa4d8312600> # /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 0x7fa4d83139e0> # /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 0x7fa4d8124200> # /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 0x7fa4d8124ad0> # /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 0x7fa4d81268d0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa4d8fe0260> True # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # destroy __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing syslog # cleanup[2] removing __future__ # destroy __future__ # 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 _ast # destroy _ast # cleanup[2] removing contextlib # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing threading # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing selinux # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing copy # cleanup[2] removing glob # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing math # cleanup[2] removing selectors # cleanup[2] removing subprocess # cleanup[2] removing _bisect # cleanup[2] 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 tempfile # cleanup[2] removing platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing gettext # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 _ctypes # cleanup[2] removing _struct # cleanup[2] removing struct # destroy struct # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 # 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 _datetime # cleanup[2] removing datetime # destroy datetime # 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.threads # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # 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.callbacks # 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 shlex # 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.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.devices.device # 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.devicelibs.lvm # 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.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # 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 # destroy blivet # destroy _sitebuiltins # destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # 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.tasks.lukstasks # 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.lvm # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping pprint # destroy dataclasses # 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.callbacks # 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 json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # 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 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 _datetime # cleanup[3] wiping ctypes.util # 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 ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # 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 array # cleanup[3] wiping _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 _typing # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping gettext # cleanup[3] wiping _decimal # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping platform # cleanup[3] wiping tempfile # 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 selectors # cleanup[3] wiping math # cleanup[3] wiping select # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping copy # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux # cleanup[3] wiping logging # destroy traceback # destroy weakref # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading # cleanup[3] wiping _string # cleanup[3] wiping textwrap # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping contextlib # cleanup[3] wiping re # destroy re._constants # destroy 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 syslog # 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 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 _datetime # destroy decimal # 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 array # destroy textwrap # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode # destroy _io # destroy fnmatch # destroy _hashlib # destroy shutil # destroy pprint # destroy time # destroy blivet.devicelibs.lvm # 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.availability # destroy blivet.tasks.lukstasks # destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy select # destroy _typing # destroy _tokenize # destroy stat # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy parted # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # 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 # 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 _codecs # destroy re # destroy _random # destroy _sre # destroy _functools # destroy _operator # 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.13.126 originally 10.31.13.126 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.13.126 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.13.126 originally 10.31.13.126 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/65161bf15b' debug2: fd 3 setting O_NONBLOCK 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.13.126 closed. 138029 1726888262.36832: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a0c 138029 1726888262.37025: no more pending results, returning what we have 138029 1726888262.37032: WORKER PROCESS EXITING 138029 1726888262.37036: results queue empty 138029 1726888262.37039: checking for any_errors_fatal 138029 1726888262.37045: done checking for any_errors_fatal 138029 1726888262.37046: checking for max_fail_percentage 138029 1726888262.37047: done checking for max_fail_percentage 138029 1726888262.37047: checking to see if all hosts have failed and the running result is not ok 138029 1726888262.37048: done checking to see if all hosts have failed 138029 1726888262.37048: getting the remaining hosts for this loop 138029 1726888262.37049: done getting the remaining hosts for this loop 138029 1726888262.37052: getting the next task for host managed_node3 138029 1726888262.37059: done getting next task for host managed_node3 138029 1726888262.37062: ^ task is: TASK: Verify that PVs fill the whole devices when they should 138029 1726888262.37066: ^ 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? (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 138029 1726888262.37069: getting variables 138029 1726888262.37070: in VariableManager get_vars() 138029 1726888262.37091: Calling all_inventory to load vars for managed_node3 138029 1726888262.37093: Calling groups_inventory to load vars for managed_node3 138029 1726888262.37095: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.37102: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.37104: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.37105: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.37513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.38354: done with get_vars() 138029 1726888262.38375: done getting variables TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Friday 20 September 2024 23:11:02 -0400 (0:00:00.496) 0:04:35.108 ****** 138029 1726888262.38491: entering _queue_task() for managed_node3/include_tasks 138029 1726888262.39081: worker is 1 (out of 1 available) 138029 1726888262.39093: exiting _queue_task() for managed_node3/include_tasks 138029 1726888262.39219: done queuing things up, now waiting for results queue to drain 138029 1726888262.39221: waiting for pending results... 138029 1726888262.39533: running TaskExecutor() for managed_node3/TASK: Verify that PVs fill the whole devices when they should 138029 1726888262.39663: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a0d 138029 1726888262.39683: variable 'ansible_search_path' from source: unknown 138029 1726888262.39915: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888262.41661: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888262.41668: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888262.41672: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888262.41689: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888262.41723: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888262.41808: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 138029 1726888262.41842: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 138029 1726888262.41878: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 138029 1726888262.41920: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 138029 1726888262.41940: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 138029 1726888262.42087: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888262.42137: dumping result to json 138029 1726888262.42146: done dumping result, returning 138029 1726888262.42160: done running TaskExecutor() for managed_node3/TASK: Verify that PVs fill the whole devices when they should [0affc8a3-6f6f-5a58-73a2-000000004a0d] 138029 1726888262.42173: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a0d skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888262.42374: no more pending results, returning what we have 138029 1726888262.42379: results queue empty 138029 1726888262.42380: checking for any_errors_fatal 138029 1726888262.42409: done checking for any_errors_fatal 138029 1726888262.42410: checking for max_fail_percentage 138029 1726888262.42412: done checking for max_fail_percentage 138029 1726888262.42413: checking to see if all hosts have failed and the running result is not ok 138029 1726888262.42413: done checking to see if all hosts have failed 138029 1726888262.42414: getting the remaining hosts for this loop 138029 1726888262.42415: done getting the remaining hosts for this loop 138029 1726888262.42424: getting the next task for host managed_node3 138029 1726888262.42435: done getting next task for host managed_node3 138029 1726888262.42437: ^ task is: TASK: Check MD RAID 138029 1726888262.42443: ^ 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? (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 138029 1726888262.42447: getting variables 138029 1726888262.42449: in VariableManager get_vars() 138029 1726888262.42495: Calling all_inventory to load vars for managed_node3 138029 1726888262.42498: Calling groups_inventory to load vars for managed_node3 138029 1726888262.42501: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.42516: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.42523: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.42527: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.43091: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a0d 138029 1726888262.43094: WORKER PROCESS EXITING 138029 1726888262.43282: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.43747: done with get_vars() 138029 1726888262.43769: done getting variables TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Friday 20 September 2024 23:11:02 -0400 (0:00:00.053) 0:04:35.162 ****** 138029 1726888262.43871: entering _queue_task() for managed_node3/include_tasks 138029 1726888262.44178: worker is 1 (out of 1 available) 138029 1726888262.44192: exiting _queue_task() for managed_node3/include_tasks 138029 1726888262.44206: done queuing things up, now waiting for results queue to drain 138029 1726888262.44208: waiting for pending results... 138029 1726888262.44512: running TaskExecutor() for managed_node3/TASK: Check MD RAID 138029 1726888262.44707: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a0f 138029 1726888262.44714: variable 'ansible_search_path' from source: unknown 138029 1726888262.44886: calling self._execute() 138029 1726888262.44890: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888262.44893: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888262.44900: variable 'omit' from source: magic vars 138029 1726888262.45076: _execute() done 138029 1726888262.45086: dumping result to json 138029 1726888262.45089: done dumping result, returning 138029 1726888262.45092: done running TaskExecutor() for managed_node3/TASK: Check MD RAID [0affc8a3-6f6f-5a58-73a2-000000004a0f] 138029 1726888262.45095: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a0f 138029 1726888262.45184: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a0f 138029 1726888262.45190: WORKER PROCESS EXITING 138029 1726888262.45290: no more pending results, returning what we have 138029 1726888262.45295: in VariableManager get_vars() 138029 1726888262.45374: Calling all_inventory to load vars for managed_node3 138029 1726888262.45377: Calling groups_inventory to load vars for managed_node3 138029 1726888262.45382: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.45393: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.45396: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.45399: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.45858: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.46619: done with get_vars() 138029 1726888262.46634: variable 'ansible_search_path' from source: unknown 138029 1726888262.46818: variable 'storage_test_pool_subset' from source: include params 138029 1726888262.46873: we have included files to process 138029 1726888262.46875: generating all_blocks data 138029 1726888262.46877: done generating all_blocks data 138029 1726888262.46885: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 138029 1726888262.46892: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 138029 1726888262.46895: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 138029 1726888262.47987: done processing included file 138029 1726888262.47989: iterating over new_blocks loaded from include file 138029 1726888262.47991: in VariableManager get_vars() 138029 1726888262.48009: done with get_vars() 138029 1726888262.48011: filtering new block on tags 138029 1726888262.48201: done filtering new block on tags 138029 1726888262.48205: in VariableManager get_vars() 138029 1726888262.48227: done with get_vars() 138029 1726888262.48228: filtering new block on tags 138029 1726888262.48258: done filtering new block on tags 138029 1726888262.48263: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node3 138029 1726888262.48270: extending task lists for all hosts with included blocks 138029 1726888262.49553: done extending task lists 138029 1726888262.49560: done processing included files 138029 1726888262.49561: results queue empty 138029 1726888262.49562: checking for any_errors_fatal 138029 1726888262.49569: done checking for any_errors_fatal 138029 1726888262.49569: checking for max_fail_percentage 138029 1726888262.49571: done checking for max_fail_percentage 138029 1726888262.49571: checking to see if all hosts have failed and the running result is not ok 138029 1726888262.49572: done checking to see if all hosts have failed 138029 1726888262.49573: getting the remaining hosts for this loop 138029 1726888262.49574: done getting the remaining hosts for this loop 138029 1726888262.49578: getting the next task for host managed_node3 138029 1726888262.49583: done getting next task for host managed_node3 138029 1726888262.49585: ^ task is: TASK: Get information about RAID 138029 1726888262.49589: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888262.49591: getting variables 138029 1726888262.49592: in VariableManager get_vars() 138029 1726888262.49604: Calling all_inventory to load vars for managed_node3 138029 1726888262.49609: Calling groups_inventory to load vars for managed_node3 138029 1726888262.49611: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.49617: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.49619: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.49622: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.50202: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.50607: done with get_vars() 138029 1726888262.50620: done getting variables 138029 1726888262.50646: 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/verify-pool-md.yml:8 Friday 20 September 2024 23:11:02 -0400 (0:00:00.067) 0:04:35.230 ****** 138029 1726888262.50671: entering _queue_task() for managed_node3/command 138029 1726888262.50938: worker is 1 (out of 1 available) 138029 1726888262.50951: exiting _queue_task() for managed_node3/command 138029 1726888262.50968: done queuing things up, now waiting for results queue to drain 138029 1726888262.50970: waiting for pending results... 138029 1726888262.51216: running TaskExecutor() for managed_node3/TASK: Get information about RAID 138029 1726888262.51425: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a5f 138029 1726888262.51429: variable 'ansible_search_path' from source: unknown 138029 1726888262.51435: calling self._execute() 138029 1726888262.51514: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888262.51518: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888262.51527: variable 'omit' from source: magic vars 138029 1726888262.51828: variable 'storage_test_pool' from source: include params 138029 1726888262.51848: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888262.51937: variable 'storage_test_pool' from source: include params 138029 1726888262.51946: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888262.51949: when evaluation is False, skipping this task 138029 1726888262.51951: _execute() done 138029 1726888262.51957: dumping result to json 138029 1726888262.51960: done dumping result, returning 138029 1726888262.51966: done running TaskExecutor() for managed_node3/TASK: Get information about RAID [0affc8a3-6f6f-5a58-73a2-000000004a5f] 138029 1726888262.51974: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a5f 138029 1726888262.52076: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a5f 138029 1726888262.52079: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888262.52129: no more pending results, returning what we have 138029 1726888262.52133: results queue empty 138029 1726888262.52134: checking for any_errors_fatal 138029 1726888262.52136: done checking for any_errors_fatal 138029 1726888262.52136: checking for max_fail_percentage 138029 1726888262.52138: done checking for max_fail_percentage 138029 1726888262.52139: checking to see if all hosts have failed and the running result is not ok 138029 1726888262.52140: done checking to see if all hosts have failed 138029 1726888262.52140: getting the remaining hosts for this loop 138029 1726888262.52142: done getting the remaining hosts for this loop 138029 1726888262.52145: getting the next task for host managed_node3 138029 1726888262.52152: done getting next task for host managed_node3 138029 1726888262.52157: ^ task is: TASK: Set active devices regex 138029 1726888262.52166: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888262.52169: getting variables 138029 1726888262.52170: in VariableManager get_vars() 138029 1726888262.52205: Calling all_inventory to load vars for managed_node3 138029 1726888262.52207: Calling groups_inventory to load vars for managed_node3 138029 1726888262.52211: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.52220: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.52223: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.52226: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.52601: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.52967: done with get_vars() 138029 1726888262.52977: done getting variables 138029 1726888262.53013: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:14 Friday 20 September 2024 23:11:02 -0400 (0:00:00.023) 0:04:35.253 ****** 138029 1726888262.53040: entering _queue_task() for managed_node3/set_fact 138029 1726888262.53235: worker is 1 (out of 1 available) 138029 1726888262.53248: exiting _queue_task() for managed_node3/set_fact 138029 1726888262.53263: done queuing things up, now waiting for results queue to drain 138029 1726888262.53264: waiting for pending results... 138029 1726888262.53459: running TaskExecutor() for managed_node3/TASK: Set active devices regex 138029 1726888262.53548: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a60 138029 1726888262.53561: variable 'ansible_search_path' from source: unknown 138029 1726888262.53593: calling self._execute() 138029 1726888262.53724: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888262.53728: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888262.53731: variable 'omit' from source: magic vars 138029 1726888262.54261: variable 'storage_test_pool' from source: include params 138029 1726888262.54266: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888262.54270: variable 'storage_test_pool' from source: include params 138029 1726888262.54279: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888262.54291: when evaluation is False, skipping this task 138029 1726888262.54308: _execute() done 138029 1726888262.54322: dumping result to json 138029 1726888262.54337: done dumping result, returning 138029 1726888262.54349: done running TaskExecutor() for managed_node3/TASK: Set active devices regex [0affc8a3-6f6f-5a58-73a2-000000004a60] 138029 1726888262.54371: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a60 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888262.54551: no more pending results, returning what we have 138029 1726888262.54558: results queue empty 138029 1726888262.54559: checking for any_errors_fatal 138029 1726888262.54570: done checking for any_errors_fatal 138029 1726888262.54571: checking for max_fail_percentage 138029 1726888262.54573: done checking for max_fail_percentage 138029 1726888262.54573: checking to see if all hosts have failed and the running result is not ok 138029 1726888262.54574: done checking to see if all hosts have failed 138029 1726888262.54575: getting the remaining hosts for this loop 138029 1726888262.54577: done getting the remaining hosts for this loop 138029 1726888262.54583: getting the next task for host managed_node3 138029 1726888262.54590: done getting next task for host managed_node3 138029 1726888262.54594: ^ task is: TASK: Set spare devices regex 138029 1726888262.54600: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888262.54605: getting variables 138029 1726888262.54606: in VariableManager get_vars() 138029 1726888262.54646: Calling all_inventory to load vars for managed_node3 138029 1726888262.54649: Calling groups_inventory to load vars for managed_node3 138029 1726888262.54652: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.54668: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.54673: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.54679: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a60 138029 1726888262.54683: WORKER PROCESS EXITING 138029 1726888262.54687: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.55267: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.55773: done with get_vars() 138029 1726888262.55784: done getting variables 138029 1726888262.55831: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:19 Friday 20 September 2024 23:11:02 -0400 (0:00:00.028) 0:04:35.282 ****** 138029 1726888262.55863: entering _queue_task() for managed_node3/set_fact 138029 1726888262.56130: worker is 1 (out of 1 available) 138029 1726888262.56144: exiting _queue_task() for managed_node3/set_fact 138029 1726888262.56159: done queuing things up, now waiting for results queue to drain 138029 1726888262.56161: waiting for pending results... 138029 1726888262.56403: running TaskExecutor() for managed_node3/TASK: Set spare devices regex 138029 1726888262.56540: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a61 138029 1726888262.56552: variable 'ansible_search_path' from source: unknown 138029 1726888262.56583: calling self._execute() 138029 1726888262.56695: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888262.56699: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888262.56718: variable 'omit' from source: magic vars 138029 1726888262.57270: variable 'storage_test_pool' from source: include params 138029 1726888262.57286: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888262.57331: variable 'storage_test_pool' from source: include params 138029 1726888262.57335: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888262.57337: when evaluation is False, skipping this task 138029 1726888262.57340: _execute() done 138029 1726888262.57342: dumping result to json 138029 1726888262.57344: done dumping result, returning 138029 1726888262.57347: done running TaskExecutor() for managed_node3/TASK: Set spare devices regex [0affc8a3-6f6f-5a58-73a2-000000004a61] 138029 1726888262.57349: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a61 138029 1726888262.57503: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a61 138029 1726888262.57507: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888262.57594: no more pending results, returning what we have 138029 1726888262.57597: results queue empty 138029 1726888262.57598: checking for any_errors_fatal 138029 1726888262.57606: done checking for any_errors_fatal 138029 1726888262.57607: checking for max_fail_percentage 138029 1726888262.57608: done checking for max_fail_percentage 138029 1726888262.57609: checking to see if all hosts have failed and the running result is not ok 138029 1726888262.57610: done checking to see if all hosts have failed 138029 1726888262.57610: getting the remaining hosts for this loop 138029 1726888262.57612: done getting the remaining hosts for this loop 138029 1726888262.57615: getting the next task for host managed_node3 138029 1726888262.57622: done getting next task for host managed_node3 138029 1726888262.57626: ^ task is: TASK: Set md version regex 138029 1726888262.57633: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888262.57637: getting variables 138029 1726888262.57638: in VariableManager get_vars() 138029 1726888262.57673: Calling all_inventory to load vars for managed_node3 138029 1726888262.57676: Calling groups_inventory to load vars for managed_node3 138029 1726888262.57679: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.57689: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.57694: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.57697: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.58212: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.58799: done with get_vars() 138029 1726888262.58813: done getting variables 138029 1726888262.58865: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:24 Friday 20 September 2024 23:11:02 -0400 (0:00:00.030) 0:04:35.312 ****** 138029 1726888262.58887: entering _queue_task() for managed_node3/set_fact 138029 1726888262.59148: worker is 1 (out of 1 available) 138029 1726888262.59162: exiting _queue_task() for managed_node3/set_fact 138029 1726888262.59178: done queuing things up, now waiting for results queue to drain 138029 1726888262.59179: waiting for pending results... 138029 1726888262.59514: running TaskExecutor() for managed_node3/TASK: Set md version regex 138029 1726888262.59576: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a62 138029 1726888262.59585: variable 'ansible_search_path' from source: unknown 138029 1726888262.59624: calling self._execute() 138029 1726888262.59747: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888262.59751: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888262.59762: variable 'omit' from source: magic vars 138029 1726888262.60073: variable 'storage_test_pool' from source: include params 138029 1726888262.60095: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888262.60191: variable 'storage_test_pool' from source: include params 138029 1726888262.60210: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888262.60213: when evaluation is False, skipping this task 138029 1726888262.60216: _execute() done 138029 1726888262.60219: dumping result to json 138029 1726888262.60222: done dumping result, returning 138029 1726888262.60225: done running TaskExecutor() for managed_node3/TASK: Set md version regex [0affc8a3-6f6f-5a58-73a2-000000004a62] 138029 1726888262.60288: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a62 138029 1726888262.60358: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a62 138029 1726888262.60361: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888262.60434: no more pending results, returning what we have 138029 1726888262.60437: results queue empty 138029 1726888262.60437: checking for any_errors_fatal 138029 1726888262.60451: done checking for any_errors_fatal 138029 1726888262.60452: checking for max_fail_percentage 138029 1726888262.60454: done checking for max_fail_percentage 138029 1726888262.60454: checking to see if all hosts have failed and the running result is not ok 138029 1726888262.60457: done checking to see if all hosts have failed 138029 1726888262.60457: getting the remaining hosts for this loop 138029 1726888262.60460: done getting the remaining hosts for this loop 138029 1726888262.60466: getting the next task for host managed_node3 138029 1726888262.60472: done getting next task for host managed_node3 138029 1726888262.60477: ^ task is: TASK: Set md chunk size regex 138029 1726888262.60485: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888262.60489: getting variables 138029 1726888262.60490: in VariableManager get_vars() 138029 1726888262.60527: Calling all_inventory to load vars for managed_node3 138029 1726888262.60530: Calling groups_inventory to load vars for managed_node3 138029 1726888262.60533: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.60546: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.60550: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.60553: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.60921: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.61516: done with get_vars() 138029 1726888262.61533: done getting variables 138029 1726888262.61601: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 chunk size regex] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Friday 20 September 2024 23:11:02 -0400 (0:00:00.027) 0:04:35.339 ****** 138029 1726888262.61629: entering _queue_task() for managed_node3/set_fact 138029 1726888262.61890: worker is 1 (out of 1 available) 138029 1726888262.61903: exiting _queue_task() for managed_node3/set_fact 138029 1726888262.61917: done queuing things up, now waiting for results queue to drain 138029 1726888262.61919: waiting for pending results... 138029 1726888262.62160: running TaskExecutor() for managed_node3/TASK: Set md chunk size regex 138029 1726888262.62358: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a63 138029 1726888262.62362: variable 'ansible_search_path' from source: unknown 138029 1726888262.62365: calling self._execute() 138029 1726888262.62470: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888262.62474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888262.62484: variable 'omit' from source: magic vars 138029 1726888262.62963: variable 'storage_test_pool' from source: include params 138029 1726888262.62968: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888262.63111: variable 'storage_test_pool' from source: include params 138029 1726888262.63136: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888262.63146: when evaluation is False, skipping this task 138029 1726888262.63156: _execute() done 138029 1726888262.63167: dumping result to json 138029 1726888262.63179: done dumping result, returning 138029 1726888262.63205: done running TaskExecutor() for managed_node3/TASK: Set md chunk size regex [0affc8a3-6f6f-5a58-73a2-000000004a63] 138029 1726888262.63208: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a63 138029 1726888262.63332: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a63 138029 1726888262.63335: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888262.63402: no more pending results, returning what we have 138029 1726888262.63405: results queue empty 138029 1726888262.63406: checking for any_errors_fatal 138029 1726888262.63439: done checking for any_errors_fatal 138029 1726888262.63444: checking for max_fail_percentage 138029 1726888262.63446: done checking for max_fail_percentage 138029 1726888262.63447: checking to see if all hosts have failed and the running result is not ok 138029 1726888262.63447: done checking to see if all hosts have failed 138029 1726888262.63448: getting the remaining hosts for this loop 138029 1726888262.63449: done getting the remaining hosts for this loop 138029 1726888262.63452: getting the next task for host managed_node3 138029 1726888262.63460: done getting next task for host managed_node3 138029 1726888262.63465: ^ task is: TASK: Parse the chunk size 138029 1726888262.63471: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888262.63474: getting variables 138029 1726888262.63476: in VariableManager get_vars() 138029 1726888262.63508: Calling all_inventory to load vars for managed_node3 138029 1726888262.63511: Calling groups_inventory to load vars for managed_node3 138029 1726888262.63514: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.63522: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.63524: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.63526: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.63986: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.65245: done with get_vars() 138029 1726888262.65272: done getting variables TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Friday 20 September 2024 23:11:02 -0400 (0:00:00.037) 0:04:35.376 ****** 138029 1726888262.65339: entering _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888262.65579: worker is 1 (out of 1 available) 138029 1726888262.65592: exiting _queue_task() for managed_node3/fedora.linux_system_roles.bsize 138029 1726888262.65686: done queuing things up, now waiting for results queue to drain 138029 1726888262.65688: waiting for pending results... 138029 1726888262.66057: running TaskExecutor() for managed_node3/TASK: Parse the chunk size 138029 1726888262.66180: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a64 138029 1726888262.66205: variable 'ansible_search_path' from source: unknown 138029 1726888262.66243: calling self._execute() 138029 1726888262.66382: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888262.66406: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888262.66410: variable 'omit' from source: magic vars 138029 1726888262.66946: variable 'storage_test_pool' from source: include params 138029 1726888262.66950: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888262.67034: variable 'storage_test_pool' from source: include params 138029 1726888262.67074: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888262.67104: when evaluation is False, skipping this task 138029 1726888262.67126: _execute() done 138029 1726888262.67140: dumping result to json 138029 1726888262.67168: done dumping result, returning 138029 1726888262.67280: done running TaskExecutor() for managed_node3/TASK: Parse the chunk size [0affc8a3-6f6f-5a58-73a2-000000004a64] 138029 1726888262.67284: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a64 138029 1726888262.67388: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a64 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888262.67470: no more pending results, returning what we have 138029 1726888262.67475: results queue empty 138029 1726888262.67476: checking for any_errors_fatal 138029 1726888262.67491: done checking for any_errors_fatal 138029 1726888262.67492: checking for max_fail_percentage 138029 1726888262.67498: done checking for max_fail_percentage 138029 1726888262.67499: checking to see if all hosts have failed and the running result is not ok 138029 1726888262.67500: done checking to see if all hosts have failed 138029 1726888262.67501: getting the remaining hosts for this loop 138029 1726888262.67505: done getting the remaining hosts for this loop 138029 1726888262.67513: getting the next task for host managed_node3 138029 1726888262.67525: done getting next task for host managed_node3 138029 1726888262.67528: ^ task is: TASK: Check RAID active devices count 138029 1726888262.67540: ^ 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888262.67546: getting variables 138029 1726888262.67547: in VariableManager get_vars() 138029 1726888262.67666: Calling all_inventory to load vars for managed_node3 138029 1726888262.67669: Calling groups_inventory to load vars for managed_node3 138029 1726888262.67672: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.67684: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.67687: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.67692: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.68209: WORKER PROCESS EXITING 138029 1726888262.68215: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.68629: done with get_vars() 138029 1726888262.68642: done getting variables 138029 1726888262.68706: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:46 Friday 20 September 2024 23:11:02 -0400 (0:00:00.033) 0:04:35.410 ****** 138029 1726888262.68739: entering _queue_task() for managed_node3/assert 138029 1726888262.69003: worker is 1 (out of 1 available) 138029 1726888262.69016: exiting _queue_task() for managed_node3/assert 138029 1726888262.69028: done queuing things up, now waiting for results queue to drain 138029 1726888262.69030: waiting for pending results... 138029 1726888262.69399: running TaskExecutor() for managed_node3/TASK: Check RAID active devices count 138029 1726888262.69485: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a65 138029 1726888262.69509: variable 'ansible_search_path' from source: unknown 138029 1726888262.69547: calling self._execute() 138029 1726888262.69691: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888262.69712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888262.69762: variable 'omit' from source: magic vars 138029 1726888262.70566: variable 'storage_test_pool' from source: include params 138029 1726888262.70570: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888262.70736: variable 'storage_test_pool' from source: include params 138029 1726888262.70796: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888262.70866: when evaluation is False, skipping this task 138029 1726888262.70874: _execute() done 138029 1726888262.70881: dumping result to json 138029 1726888262.70892: done dumping result, returning 138029 1726888262.70903: done running TaskExecutor() for managed_node3/TASK: Check RAID active devices count [0affc8a3-6f6f-5a58-73a2-000000004a65] 138029 1726888262.70913: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a65 138029 1726888262.71169: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a65 138029 1726888262.71172: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888262.71226: no more pending results, returning what we have 138029 1726888262.71231: results queue empty 138029 1726888262.71232: checking for any_errors_fatal 138029 1726888262.71247: done checking for any_errors_fatal 138029 1726888262.71248: checking for max_fail_percentage 138029 1726888262.71250: done checking for max_fail_percentage 138029 1726888262.71251: checking to see if all hosts have failed and the running result is not ok 138029 1726888262.71252: done checking to see if all hosts have failed 138029 1726888262.71253: getting the remaining hosts for this loop 138029 1726888262.71256: done getting the remaining hosts for this loop 138029 1726888262.71261: getting the next task for host managed_node3 138029 1726888262.71270: done getting next task for host managed_node3 138029 1726888262.71273: ^ task is: TASK: Check RAID spare devices count 138029 1726888262.71282: ^ 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? (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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888262.71288: getting variables 138029 1726888262.71290: in VariableManager get_vars() 138029 1726888262.71332: Calling all_inventory to load vars for managed_node3 138029 1726888262.71335: Calling groups_inventory to load vars for managed_node3 138029 1726888262.71339: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.71354: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.71415: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.71420: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.72030: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.72943: done with get_vars() 138029 1726888262.72963: done getting variables 138029 1726888262.73028: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:55 Friday 20 September 2024 23:11:02 -0400 (0:00:00.051) 0:04:35.462 ****** 138029 1726888262.73870: entering _queue_task() for managed_node3/assert 138029 1726888262.74528: worker is 1 (out of 1 available) 138029 1726888262.74542: exiting _queue_task() for managed_node3/assert 138029 1726888262.74759: done queuing things up, now waiting for results queue to drain 138029 1726888262.74761: waiting for pending results... 138029 1726888262.75260: running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count 138029 1726888262.75452: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a66 138029 1726888262.75511: variable 'ansible_search_path' from source: unknown 138029 1726888262.75563: calling self._execute() 138029 1726888262.75814: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888262.75818: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888262.75821: variable 'omit' from source: magic vars 138029 1726888262.76789: variable 'storage_test_pool' from source: include params 138029 1726888262.76861: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888262.77163: variable 'storage_test_pool' from source: include params 138029 1726888262.77166: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888262.77169: when evaluation is False, skipping this task 138029 1726888262.77170: _execute() done 138029 1726888262.77172: dumping result to json 138029 1726888262.77174: done dumping result, returning 138029 1726888262.77176: done running TaskExecutor() for managed_node3/TASK: Check RAID spare devices count [0affc8a3-6f6f-5a58-73a2-000000004a66] 138029 1726888262.77178: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a66 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888262.77426: no more pending results, returning what we have 138029 1726888262.77431: results queue empty 138029 1726888262.77432: checking for any_errors_fatal 138029 1726888262.77446: done checking for any_errors_fatal 138029 1726888262.77447: checking for max_fail_percentage 138029 1726888262.77448: done checking for max_fail_percentage 138029 1726888262.77449: checking to see if all hosts have failed and the running result is not ok 138029 1726888262.77450: done checking to see if all hosts have failed 138029 1726888262.77451: getting the remaining hosts for this loop 138029 1726888262.77453: done getting the remaining hosts for this loop 138029 1726888262.77459: getting the next task for host managed_node3 138029 1726888262.77470: done getting next task for host managed_node3 138029 1726888262.77473: ^ task is: TASK: Check RAID metadata version 138029 1726888262.77481: ^ 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? (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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888262.77487: getting variables 138029 1726888262.77488: in VariableManager get_vars() 138029 1726888262.77526: Calling all_inventory to load vars for managed_node3 138029 1726888262.77529: Calling groups_inventory to load vars for managed_node3 138029 1726888262.77532: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.77543: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.77546: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.77548: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.78362: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a66 138029 1726888262.78368: WORKER PROCESS EXITING 138029 1726888262.78761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.79742: done with get_vars() 138029 1726888262.79960: done getting variables 138029 1726888262.80018: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:64 Friday 20 September 2024 23:11:02 -0400 (0:00:00.061) 0:04:35.524 ****** 138029 1726888262.80051: entering _queue_task() for managed_node3/assert 138029 1726888262.80646: worker is 1 (out of 1 available) 138029 1726888262.80661: exiting _queue_task() for managed_node3/assert 138029 1726888262.80677: done queuing things up, now waiting for results queue to drain 138029 1726888262.80679: waiting for pending results... 138029 1726888262.81080: running TaskExecutor() for managed_node3/TASK: Check RAID metadata version 138029 1726888262.81262: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a67 138029 1726888262.81290: variable 'ansible_search_path' from source: unknown 138029 1726888262.81343: calling self._execute() 138029 1726888262.81494: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888262.81507: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888262.81525: variable 'omit' from source: magic vars 138029 1726888262.81981: variable 'storage_test_pool' from source: include params 138029 1726888262.82017: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888262.82152: variable 'storage_test_pool' from source: include params 138029 1726888262.82174: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888262.82185: when evaluation is False, skipping this task 138029 1726888262.82197: _execute() done 138029 1726888262.82205: dumping result to json 138029 1726888262.82302: done dumping result, returning 138029 1726888262.82305: done running TaskExecutor() for managed_node3/TASK: Check RAID metadata version [0affc8a3-6f6f-5a58-73a2-000000004a67] 138029 1726888262.82308: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a67 138029 1726888262.82390: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a67 138029 1726888262.82394: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888262.82459: no more pending results, returning what we have 138029 1726888262.82467: results queue empty 138029 1726888262.82468: checking for any_errors_fatal 138029 1726888262.82479: done checking for any_errors_fatal 138029 1726888262.82480: checking for max_fail_percentage 138029 1726888262.82482: done checking for max_fail_percentage 138029 1726888262.82483: checking to see if all hosts have failed and the running result is not ok 138029 1726888262.82484: done checking to see if all hosts have failed 138029 1726888262.82485: getting the remaining hosts for this loop 138029 1726888262.82486: done getting the remaining hosts for this loop 138029 1726888262.82491: getting the next task for host managed_node3 138029 1726888262.82500: done getting next task for host managed_node3 138029 1726888262.82503: ^ task is: TASK: Check RAID chunk size 138029 1726888262.82510: ^ 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? (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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888262.82516: getting variables 138029 1726888262.82517: in VariableManager get_vars() 138029 1726888262.82663: Calling all_inventory to load vars for managed_node3 138029 1726888262.82669: Calling groups_inventory to load vars for managed_node3 138029 1726888262.82673: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.82685: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.82689: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.82693: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.83442: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.84037: done with get_vars() 138029 1726888262.84051: done getting variables 138029 1726888262.84114: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-md.yml:74 Friday 20 September 2024 23:11:02 -0400 (0:00:00.040) 0:04:35.565 ****** 138029 1726888262.84147: entering _queue_task() for managed_node3/assert 138029 1726888262.84686: worker is 1 (out of 1 available) 138029 1726888262.84695: exiting _queue_task() for managed_node3/assert 138029 1726888262.84705: done queuing things up, now waiting for results queue to drain 138029 1726888262.84706: waiting for pending results... 138029 1726888262.84835: running TaskExecutor() for managed_node3/TASK: Check RAID chunk size 138029 1726888262.84939: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a68 138029 1726888262.84968: variable 'ansible_search_path' from source: unknown 138029 1726888262.85013: calling self._execute() 138029 1726888262.85261: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888262.85268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888262.85272: variable 'omit' from source: magic vars 138029 1726888262.85604: variable 'storage_test_pool' from source: include params 138029 1726888262.85642: Evaluated conditional (storage_test_pool.raid_level != none): True 138029 1726888262.85781: variable 'storage_test_pool' from source: include params 138029 1726888262.85800: Evaluated conditional (storage_test_pool.state != "absent"): False 138029 1726888262.85812: when evaluation is False, skipping this task 138029 1726888262.85819: _execute() done 138029 1726888262.85827: dumping result to json 138029 1726888262.85835: done dumping result, returning 138029 1726888262.85846: done running TaskExecutor() for managed_node3/TASK: Check RAID chunk size [0affc8a3-6f6f-5a58-73a2-000000004a68] 138029 1726888262.85858: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a68 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } 138029 1726888262.86110: no more pending results, returning what we have 138029 1726888262.86114: results queue empty 138029 1726888262.86115: checking for any_errors_fatal 138029 1726888262.86127: done checking for any_errors_fatal 138029 1726888262.86128: checking for max_fail_percentage 138029 1726888262.86130: done checking for max_fail_percentage 138029 1726888262.86131: checking to see if all hosts have failed and the running result is not ok 138029 1726888262.86132: done checking to see if all hosts have failed 138029 1726888262.86132: getting the remaining hosts for this loop 138029 1726888262.86134: done getting the remaining hosts for this loop 138029 1726888262.86138: getting the next task for host managed_node3 138029 1726888262.86150: done getting next task for host managed_node3 138029 1726888262.86153: ^ task is: TASK: Reset variables used by tests 138029 1726888262.86163: ^ 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? (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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888262.86170: getting variables 138029 1726888262.86171: in VariableManager get_vars() 138029 1726888262.86209: Calling all_inventory to load vars for managed_node3 138029 1726888262.86213: Calling groups_inventory to load vars for managed_node3 138029 1726888262.86217: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.86230: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.86233: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.86236: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.86794: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a68 138029 1726888262.86797: WORKER PROCESS EXITING 138029 1726888262.86968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.87553: done with get_vars() 138029 1726888262.87572: done getting variables 138029 1726888262.87627: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Friday 20 September 2024 23:11:02 -0400 (0:00:00.035) 0:04:35.600 ****** 138029 1726888262.87662: entering _queue_task() for managed_node3/set_fact 138029 1726888262.87974: worker is 1 (out of 1 available) 138029 1726888262.87985: exiting _queue_task() for managed_node3/set_fact 138029 1726888262.87998: done queuing things up, now waiting for results queue to drain 138029 1726888262.88000: waiting for pending results... 138029 1726888262.88309: running TaskExecutor() for managed_node3/TASK: Reset variables used by tests 138029 1726888262.88466: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a6a 138029 1726888262.88490: variable 'ansible_search_path' from source: unknown 138029 1726888262.88529: calling self._execute() 138029 1726888262.88663: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888262.88678: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888262.88694: variable 'omit' from source: magic vars 138029 1726888262.88816: variable 'omit' from source: magic vars 138029 1726888262.88886: variable 'omit' from source: magic vars 138029 1726888262.88927: variable 'omit' from source: magic vars 138029 1726888262.88976: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888262.89026: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888262.89041: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888262.89067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888262.89135: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888262.89138: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888262.89140: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888262.89153: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888262.89161: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888262.89171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888262.89302: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888262.89313: Set connection var ansible_timeout to 10 138029 1726888262.89323: Set connection var ansible_pipelining to False 138029 1726888262.89329: Set connection var ansible_shell_type to sh 138029 1726888262.89334: Set connection var ansible_connection to ssh 138029 1726888262.89342: Set connection var ansible_shell_executable to /bin/sh 138029 1726888262.89381: variable 'ansible_shell_executable' from source: unknown 138029 1726888262.89459: variable 'ansible_connection' from source: unknown 138029 1726888262.89462: variable 'ansible_module_compression' from source: unknown 138029 1726888262.89467: variable 'ansible_shell_type' from source: unknown 138029 1726888262.89469: variable 'ansible_shell_executable' from source: unknown 138029 1726888262.89471: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888262.89473: variable 'ansible_pipelining' from source: unknown 138029 1726888262.89475: variable 'ansible_timeout' from source: unknown 138029 1726888262.89477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888262.89568: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888262.89590: variable 'omit' from source: magic vars 138029 1726888262.89599: starting attempt loop 138029 1726888262.89605: running the handler 138029 1726888262.89619: handler run complete 138029 1726888262.89699: attempt loop complete, returning result 138029 1726888262.89701: _execute() done 138029 1726888262.89703: dumping result to json 138029 1726888262.89706: done dumping result, returning 138029 1726888262.89708: done running TaskExecutor() for managed_node3/TASK: Reset variables used by tests [0affc8a3-6f6f-5a58-73a2-000000004a6a] 138029 1726888262.89710: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a6a 138029 1726888262.89774: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a6a 138029 1726888262.89777: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } 138029 1726888262.89860: no more pending results, returning what we have 138029 1726888262.89866: results queue empty 138029 1726888262.89867: checking for any_errors_fatal 138029 1726888262.89876: done checking for any_errors_fatal 138029 1726888262.89876: checking for max_fail_percentage 138029 1726888262.89879: done checking for max_fail_percentage 138029 1726888262.89880: checking to see if all hosts have failed and the running result is not ok 138029 1726888262.89881: done checking to see if all hosts have failed 138029 1726888262.89881: getting the remaining hosts for this loop 138029 1726888262.89884: done getting the remaining hosts for this loop 138029 1726888262.89887: getting the next task for host managed_node3 138029 1726888262.89897: done getting next task for host managed_node3 138029 1726888262.89901: ^ task is: TASK: Check LVM RAID 138029 1726888262.89906: ^ 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? (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 138029 1726888262.89913: getting variables 138029 1726888262.89914: in VariableManager get_vars() 138029 1726888262.89952: Calling all_inventory to load vars for managed_node3 138029 1726888262.90158: Calling groups_inventory to load vars for managed_node3 138029 1726888262.90163: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.90174: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.90177: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.90181: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.90909: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.92791: done with get_vars() 138029 1726888262.92808: done getting variables TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Friday 20 September 2024 23:11:02 -0400 (0:00:00.055) 0:04:35.655 ****** 138029 1726888262.93213: entering _queue_task() for managed_node3/include_tasks 138029 1726888262.93739: worker is 1 (out of 1 available) 138029 1726888262.93751: exiting _queue_task() for managed_node3/include_tasks 138029 1726888262.93885: done queuing things up, now waiting for results queue to drain 138029 1726888262.93887: waiting for pending results... 138029 1726888262.94473: running TaskExecutor() for managed_node3/TASK: Check LVM RAID 138029 1726888262.94544: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a10 138029 1726888262.94631: variable 'ansible_search_path' from source: unknown 138029 1726888262.94673: calling self._execute() 138029 1726888262.94963: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888262.95159: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888262.95163: variable 'omit' from source: magic vars 138029 1726888262.95292: _execute() done 138029 1726888262.95301: dumping result to json 138029 1726888262.95309: done dumping result, returning 138029 1726888262.95322: done running TaskExecutor() for managed_node3/TASK: Check LVM RAID [0affc8a3-6f6f-5a58-73a2-000000004a10] 138029 1726888262.95334: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a10 138029 1726888262.95600: no more pending results, returning what we have 138029 1726888262.95605: in VariableManager get_vars() 138029 1726888262.95648: Calling all_inventory to load vars for managed_node3 138029 1726888262.95650: Calling groups_inventory to load vars for managed_node3 138029 1726888262.95653: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888262.95670: Calling all_plugins_play to load vars for managed_node3 138029 1726888262.95674: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888262.95676: Calling groups_plugins_play to load vars for managed_node3 138029 1726888262.96462: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a10 138029 1726888262.96466: WORKER PROCESS EXITING 138029 1726888262.96968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888262.97708: done with get_vars() 138029 1726888262.97719: variable 'ansible_search_path' from source: unknown 138029 1726888262.97848: variable 'storage_test_pool_subset' from source: include params 138029 1726888262.97884: we have included files to process 138029 1726888262.97885: generating all_blocks data 138029 1726888262.97887: done generating all_blocks data 138029 1726888262.97894: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 138029 1726888262.97895: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 138029 1726888262.97897: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 138029 1726888262.98008: in VariableManager get_vars() 138029 1726888262.98032: done with get_vars() 138029 1726888262.98047: done processing included file 138029 1726888262.98048: iterating over new_blocks loaded from include file 138029 1726888262.98050: in VariableManager get_vars() 138029 1726888262.98070: done with get_vars() 138029 1726888262.98072: filtering new block on tags 138029 1726888262.98098: done filtering new block on tags 138029 1726888262.98100: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node3 138029 1726888262.98105: extending task lists for all hosts with included blocks 138029 1726888263.02020: done extending task lists 138029 1726888263.02022: done processing included files 138029 1726888263.02023: results queue empty 138029 1726888263.02024: checking for any_errors_fatal 138029 1726888263.02028: done checking for any_errors_fatal 138029 1726888263.02029: checking for max_fail_percentage 138029 1726888263.02030: done checking for max_fail_percentage 138029 1726888263.02031: checking to see if all hosts have failed and the running result is not ok 138029 1726888263.02031: done checking to see if all hosts have failed 138029 1726888263.02032: getting the remaining hosts for this loop 138029 1726888263.02033: done getting the remaining hosts for this loop 138029 1726888263.02036: getting the next task for host managed_node3 138029 1726888263.02041: done getting next task for host managed_node3 138029 1726888263.02044: ^ task is: TASK: Validate pool member LVM RAID settings 138029 1726888263.02048: ^ 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? (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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888263.02050: getting variables 138029 1726888263.02051: in VariableManager get_vars() 138029 1726888263.02272: Calling all_inventory to load vars for managed_node3 138029 1726888263.02275: Calling groups_inventory to load vars for managed_node3 138029 1726888263.02278: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888263.02284: Calling all_plugins_play to load vars for managed_node3 138029 1726888263.02287: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888263.02290: Calling groups_plugins_play to load vars for managed_node3 138029 1726888263.03123: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888263.04309: done with get_vars() 138029 1726888263.04324: done getting variables TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Friday 20 September 2024 23:11:03 -0400 (0:00:00.114) 0:04:35.769 ****** 138029 1726888263.04627: entering _queue_task() for managed_node3/include_tasks 138029 1726888263.05200: worker is 1 (out of 1 available) 138029 1726888263.05215: exiting _queue_task() for managed_node3/include_tasks 138029 1726888263.05228: done queuing things up, now waiting for results queue to drain 138029 1726888263.05229: waiting for pending results... 138029 1726888263.05880: running TaskExecutor() for managed_node3/TASK: Validate pool member LVM RAID settings 138029 1726888263.06402: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004b2a 138029 1726888263.06425: variable 'ansible_search_path' from source: unknown 138029 1726888263.07148: variable 'storage_test_pool' from source: include params 138029 1726888263.07362: dumping result to json 138029 1726888263.07365: done dumping result, returning 138029 1726888263.07369: done running TaskExecutor() for managed_node3/TASK: Validate pool member LVM RAID settings [0affc8a3-6f6f-5a58-73a2-000000004b2a] 138029 1726888263.07371: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004b2a 138029 1726888263.07938: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004b2a 138029 1726888263.07941: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888263.08007: no more pending results, returning what we have 138029 1726888263.08011: results queue empty 138029 1726888263.08012: checking for any_errors_fatal 138029 1726888263.08013: done checking for any_errors_fatal 138029 1726888263.08014: checking for max_fail_percentage 138029 1726888263.08015: done checking for max_fail_percentage 138029 1726888263.08016: checking to see if all hosts have failed and the running result is not ok 138029 1726888263.08017: done checking to see if all hosts have failed 138029 1726888263.08017: getting the remaining hosts for this loop 138029 1726888263.08019: done getting the remaining hosts for this loop 138029 1726888263.08024: getting the next task for host managed_node3 138029 1726888263.08033: done getting next task for host managed_node3 138029 1726888263.08036: ^ task is: TASK: Check Thin Pools 138029 1726888263.08042: ^ 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? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888263.08047: getting variables 138029 1726888263.08048: in VariableManager get_vars() 138029 1726888263.08090: Calling all_inventory to load vars for managed_node3 138029 1726888263.08092: Calling groups_inventory to load vars for managed_node3 138029 1726888263.08096: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888263.08107: Calling all_plugins_play to load vars for managed_node3 138029 1726888263.08110: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888263.08113: Calling groups_plugins_play to load vars for managed_node3 138029 1726888263.08693: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888263.09315: done with get_vars() 138029 1726888263.09329: done getting variables TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Friday 20 September 2024 23:11:03 -0400 (0:00:00.047) 0:04:35.817 ****** 138029 1726888263.09421: entering _queue_task() for managed_node3/include_tasks 138029 1726888263.09786: worker is 1 (out of 1 available) 138029 1726888263.09799: exiting _queue_task() for managed_node3/include_tasks 138029 1726888263.09809: done queuing things up, now waiting for results queue to drain 138029 1726888263.09810: waiting for pending results... 138029 1726888263.10022: running TaskExecutor() for managed_node3/TASK: Check Thin Pools 138029 1726888263.10167: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a11 138029 1726888263.10188: variable 'ansible_search_path' from source: unknown 138029 1726888263.10226: calling self._execute() 138029 1726888263.10363: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888263.10378: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888263.10393: variable 'omit' from source: magic vars 138029 1726888263.10521: _execute() done 138029 1726888263.10527: dumping result to json 138029 1726888263.10532: done dumping result, returning 138029 1726888263.10542: done running TaskExecutor() for managed_node3/TASK: Check Thin Pools [0affc8a3-6f6f-5a58-73a2-000000004a11] 138029 1726888263.10550: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a11 138029 1726888263.10862: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a11 138029 1726888263.10868: WORKER PROCESS EXITING 138029 1726888263.10890: no more pending results, returning what we have 138029 1726888263.10894: in VariableManager get_vars() 138029 1726888263.10933: Calling all_inventory to load vars for managed_node3 138029 1726888263.10936: Calling groups_inventory to load vars for managed_node3 138029 1726888263.10939: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888263.10950: Calling all_plugins_play to load vars for managed_node3 138029 1726888263.10953: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888263.10959: Calling groups_plugins_play to load vars for managed_node3 138029 1726888263.11527: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888263.12775: done with get_vars() 138029 1726888263.12789: variable 'ansible_search_path' from source: unknown 138029 1726888263.13127: variable 'storage_test_pool_subset' from source: include params 138029 1726888263.13163: we have included files to process 138029 1726888263.13166: generating all_blocks data 138029 1726888263.13168: done generating all_blocks data 138029 1726888263.13175: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 138029 1726888263.13176: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 138029 1726888263.13179: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 138029 1726888263.13457: in VariableManager get_vars() 138029 1726888263.13484: done with get_vars() 138029 1726888263.13498: done processing included file 138029 1726888263.13500: iterating over new_blocks loaded from include file 138029 1726888263.13502: in VariableManager get_vars() 138029 1726888263.13517: done with get_vars() 138029 1726888263.13519: filtering new block on tags 138029 1726888263.13548: done filtering new block on tags 138029 1726888263.13551: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node3 138029 1726888263.13558: extending task lists for all hosts with included blocks 138029 1726888263.17314: done extending task lists 138029 1726888263.17316: done processing included files 138029 1726888263.17316: results queue empty 138029 1726888263.17317: checking for any_errors_fatal 138029 1726888263.17323: done checking for any_errors_fatal 138029 1726888263.17323: checking for max_fail_percentage 138029 1726888263.17325: done checking for max_fail_percentage 138029 1726888263.17325: checking to see if all hosts have failed and the running result is not ok 138029 1726888263.17326: done checking to see if all hosts have failed 138029 1726888263.17327: getting the remaining hosts for this loop 138029 1726888263.17328: done getting the remaining hosts for this loop 138029 1726888263.17331: getting the next task for host managed_node3 138029 1726888263.17335: done getting next task for host managed_node3 138029 1726888263.17338: ^ task is: TASK: Validate pool member thinpool settings 138029 1726888263.17342: ^ 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? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888263.17344: getting variables 138029 1726888263.17345: in VariableManager get_vars() 138029 1726888263.17360: Calling all_inventory to load vars for managed_node3 138029 1726888263.17362: Calling groups_inventory to load vars for managed_node3 138029 1726888263.17367: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888263.17373: Calling all_plugins_play to load vars for managed_node3 138029 1726888263.17375: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888263.17378: Calling groups_plugins_play to load vars for managed_node3 138029 1726888263.17807: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888263.18579: done with get_vars() 138029 1726888263.18592: done getting variables TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Friday 20 September 2024 23:11:03 -0400 (0:00:00.092) 0:04:35.910 ****** 138029 1726888263.18675: entering _queue_task() for managed_node3/include_tasks 138029 1726888263.19246: worker is 1 (out of 1 available) 138029 1726888263.19262: exiting _queue_task() for managed_node3/include_tasks 138029 1726888263.19277: done queuing things up, now waiting for results queue to drain 138029 1726888263.19279: waiting for pending results... 138029 1726888263.19906: running TaskExecutor() for managed_node3/TASK: Validate pool member thinpool settings 138029 1726888263.20462: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004c4c 138029 1726888263.20469: variable 'ansible_search_path' from source: unknown 138029 1726888263.21010: variable 'storage_test_pool' from source: include params 138029 1726888263.21462: dumping result to json 138029 1726888263.21466: done dumping result, returning 138029 1726888263.21468: done running TaskExecutor() for managed_node3/TASK: Validate pool member thinpool settings [0affc8a3-6f6f-5a58-73a2-000000004c4c] 138029 1726888263.21470: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004c4c skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888263.21614: no more pending results, returning what we have 138029 1726888263.21618: results queue empty 138029 1726888263.21619: checking for any_errors_fatal 138029 1726888263.21621: done checking for any_errors_fatal 138029 1726888263.21622: checking for max_fail_percentage 138029 1726888263.21623: done checking for max_fail_percentage 138029 1726888263.21624: checking to see if all hosts have failed and the running result is not ok 138029 1726888263.21625: done checking to see if all hosts have failed 138029 1726888263.21626: getting the remaining hosts for this loop 138029 1726888263.21627: done getting the remaining hosts for this loop 138029 1726888263.21631: getting the next task for host managed_node3 138029 1726888263.21641: done getting next task for host managed_node3 138029 1726888263.21644: ^ task is: TASK: Check member encryption 138029 1726888263.21650: ^ 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? (HOST STATE: block=0, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888263.21659: getting variables 138029 1726888263.21660: in VariableManager get_vars() 138029 1726888263.21703: Calling all_inventory to load vars for managed_node3 138029 1726888263.21706: Calling groups_inventory to load vars for managed_node3 138029 1726888263.21710: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888263.21723: Calling all_plugins_play to load vars for managed_node3 138029 1726888263.21727: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888263.21730: Calling groups_plugins_play to load vars for managed_node3 138029 1726888263.39466: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004c4c 138029 1726888263.39471: WORKER PROCESS EXITING 138029 1726888263.39857: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888263.41065: done with get_vars() 138029 1726888263.41084: done getting variables TASK [Check member encryption] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Friday 20 September 2024 23:11:03 -0400 (0:00:00.224) 0:04:36.135 ****** 138029 1726888263.41157: entering _queue_task() for managed_node3/include_tasks 138029 1726888263.41935: worker is 1 (out of 1 available) 138029 1726888263.41950: exiting _queue_task() for managed_node3/include_tasks 138029 1726888263.41968: done queuing things up, now waiting for results queue to drain 138029 1726888263.41970: waiting for pending results... 138029 1726888263.42526: running TaskExecutor() for managed_node3/TASK: Check member encryption 138029 1726888263.42872: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a12 138029 1726888263.42884: variable 'ansible_search_path' from source: unknown 138029 1726888263.43036: calling self._execute() 138029 1726888263.43280: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888263.43288: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888263.43298: variable 'omit' from source: magic vars 138029 1726888263.43436: _execute() done 138029 1726888263.43441: dumping result to json 138029 1726888263.43444: done dumping result, returning 138029 1726888263.43448: done running TaskExecutor() for managed_node3/TASK: Check member encryption [0affc8a3-6f6f-5a58-73a2-000000004a12] 138029 1726888263.43451: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a12 138029 1726888263.43672: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a12 138029 1726888263.43677: WORKER PROCESS EXITING 138029 1726888263.43704: no more pending results, returning what we have 138029 1726888263.43708: in VariableManager get_vars() 138029 1726888263.43753: Calling all_inventory to load vars for managed_node3 138029 1726888263.43759: Calling groups_inventory to load vars for managed_node3 138029 1726888263.43762: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888263.43777: Calling all_plugins_play to load vars for managed_node3 138029 1726888263.43781: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888263.43784: Calling groups_plugins_play to load vars for managed_node3 138029 1726888263.44977: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888263.46195: done with get_vars() 138029 1726888263.46211: variable 'ansible_search_path' from source: unknown 138029 1726888263.46382: variable 'storage_test_pool_subset' from source: include params 138029 1726888263.46425: we have included files to process 138029 1726888263.46426: generating all_blocks data 138029 1726888263.46429: done generating all_blocks data 138029 1726888263.46438: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 138029 1726888263.46439: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 138029 1726888263.46441: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 138029 1726888263.46732: in VariableManager get_vars() 138029 1726888263.46761: done with get_vars() 138029 1726888263.46813: in VariableManager get_vars() 138029 1726888263.46843: done with get_vars() 138029 1726888263.46945: done processing included file 138029 1726888263.46948: iterating over new_blocks loaded from include file 138029 1726888263.46949: in VariableManager get_vars() 138029 1726888263.46971: done with get_vars() 138029 1726888263.46973: filtering new block on tags 138029 1726888263.47038: done filtering new block on tags 138029 1726888263.47041: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node3 138029 1726888263.47051: extending task lists for all hosts with included blocks 138029 1726888263.51893: done extending task lists 138029 1726888263.51895: done processing included files 138029 1726888263.51896: results queue empty 138029 1726888263.51897: checking for any_errors_fatal 138029 1726888263.51903: done checking for any_errors_fatal 138029 1726888263.51904: checking for max_fail_percentage 138029 1726888263.51905: done checking for max_fail_percentage 138029 1726888263.51906: checking to see if all hosts have failed and the running result is not ok 138029 1726888263.51907: done checking to see if all hosts have failed 138029 1726888263.51907: getting the remaining hosts for this loop 138029 1726888263.51909: done getting the remaining hosts for this loop 138029 1726888263.51911: getting the next task for host managed_node3 138029 1726888263.51917: done getting next task for host managed_node3 138029 1726888263.51919: ^ task is: TASK: Set test variables 138029 1726888263.51924: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888263.51926: getting variables 138029 1726888263.51927: in VariableManager get_vars() 138029 1726888263.51943: Calling all_inventory to load vars for managed_node3 138029 1726888263.51946: Calling groups_inventory to load vars for managed_node3 138029 1726888263.51948: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888263.51958: Calling all_plugins_play to load vars for managed_node3 138029 1726888263.51961: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888263.51967: Calling groups_plugins_play to load vars for managed_node3 138029 1726888263.52495: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888263.53111: done with get_vars() 138029 1726888263.53128: done getting variables 138029 1726888263.53187: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-members-encryption.yml:5 Friday 20 September 2024 23:11:03 -0400 (0:00:00.120) 0:04:36.255 ****** 138029 1726888263.53221: entering _queue_task() for managed_node3/set_fact 138029 1726888263.53607: worker is 1 (out of 1 available) 138029 1726888263.53868: exiting _queue_task() for managed_node3/set_fact 138029 1726888263.53878: done queuing things up, now waiting for results queue to drain 138029 1726888263.53879: waiting for pending results... 138029 1726888263.54011: running TaskExecutor() for managed_node3/TASK: Set test variables 138029 1726888263.54115: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004d81 138029 1726888263.54133: variable 'ansible_search_path' from source: unknown 138029 1726888263.54179: calling self._execute() 138029 1726888263.54680: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888263.54789: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888263.54792: variable 'omit' from source: magic vars 138029 1726888263.54910: variable 'omit' from source: magic vars 138029 1726888263.55037: variable 'omit' from source: magic vars 138029 1726888263.55759: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 138029 1726888263.60619: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 138029 1726888263.60750: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 138029 1726888263.60949: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 138029 1726888263.61219: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 138029 1726888263.61223: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 138029 1726888263.61409: variable 'storage_test_pool' from source: include params 138029 1726888263.61673: variable 'storage_test_pool' from source: include params 138029 1726888263.61788: variable 'omit' from source: magic vars 138029 1726888263.61821: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888263.61853: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888263.61890: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888263.62061: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888263.62067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888263.62070: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888263.62072: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888263.62197: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888263.62201: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888263.62204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888263.62429: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888263.62440: Set connection var ansible_timeout to 10 138029 1726888263.62450: Set connection var ansible_pipelining to False 138029 1726888263.62460: Set connection var ansible_shell_type to sh 138029 1726888263.62469: Set connection var ansible_connection to ssh 138029 1726888263.62479: Set connection var ansible_shell_executable to /bin/sh 138029 1726888263.62509: variable 'ansible_shell_executable' from source: unknown 138029 1726888263.62740: variable 'ansible_connection' from source: unknown 138029 1726888263.62744: variable 'ansible_module_compression' from source: unknown 138029 1726888263.62747: variable 'ansible_shell_type' from source: unknown 138029 1726888263.62749: variable 'ansible_shell_executable' from source: unknown 138029 1726888263.62752: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888263.62754: variable 'ansible_pipelining' from source: unknown 138029 1726888263.62758: variable 'ansible_timeout' from source: unknown 138029 1726888263.62760: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888263.62999: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888263.63107: variable 'omit' from source: magic vars 138029 1726888263.63110: starting attempt loop 138029 1726888263.63113: running the handler 138029 1726888263.63115: handler run complete 138029 1726888263.63117: attempt loop complete, returning result 138029 1726888263.63119: _execute() done 138029 1726888263.63121: dumping result to json 138029 1726888263.63124: done dumping result, returning 138029 1726888263.63126: done running TaskExecutor() for managed_node3/TASK: Set test variables [0affc8a3-6f6f-5a58-73a2-000000004d81] 138029 1726888263.63128: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004d81 138029 1726888263.63205: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004d81 138029 1726888263.63208: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 138029 1726888263.63271: no more pending results, returning what we have 138029 1726888263.63274: results queue empty 138029 1726888263.63275: checking for any_errors_fatal 138029 1726888263.63277: done checking for any_errors_fatal 138029 1726888263.63278: checking for max_fail_percentage 138029 1726888263.63279: done checking for max_fail_percentage 138029 1726888263.63280: checking to see if all hosts have failed and the running result is not ok 138029 1726888263.63281: done checking to see if all hosts have failed 138029 1726888263.63282: getting the remaining hosts for this loop 138029 1726888263.63284: done getting the remaining hosts for this loop 138029 1726888263.63287: getting the next task for host managed_node3 138029 1726888263.63296: done getting next task for host managed_node3 138029 1726888263.63299: ^ task is: TASK: Validate pool member LUKS settings 138029 1726888263.63305: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888263.63311: getting variables 138029 1726888263.63312: in VariableManager get_vars() 138029 1726888263.63360: Calling all_inventory to load vars for managed_node3 138029 1726888263.63372: Calling groups_inventory to load vars for managed_node3 138029 1726888263.63376: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888263.63388: Calling all_plugins_play to load vars for managed_node3 138029 1726888263.63392: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888263.63395: Calling groups_plugins_play to load vars for managed_node3 138029 1726888263.64992: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888263.66240: done with get_vars() 138029 1726888263.66459: done getting variables TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Friday 20 September 2024 23:11:03 -0400 (0:00:00.133) 0:04:36.389 ****** 138029 1726888263.66569: entering _queue_task() for managed_node3/include_tasks 138029 1726888263.67301: worker is 1 (out of 1 available) 138029 1726888263.67314: exiting _queue_task() for managed_node3/include_tasks 138029 1726888263.67326: done queuing things up, now waiting for results queue to drain 138029 1726888263.67327: waiting for pending results... 138029 1726888263.67977: running TaskExecutor() for managed_node3/TASK: Validate pool member LUKS settings 138029 1726888263.68462: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004d82 138029 1726888263.68466: variable 'ansible_search_path' from source: unknown 138029 1726888263.68470: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888263.68907: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888263.69362: dumping result to json 138029 1726888263.69366: done dumping result, returning 138029 1726888263.69369: done running TaskExecutor() for managed_node3/TASK: Validate pool member LUKS settings [0affc8a3-6f6f-5a58-73a2-000000004d82] 138029 1726888263.69371: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004d82 138029 1726888263.69462: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004d82 138029 1726888263.69466: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888263.69603: no more pending results, returning what we have 138029 1726888263.69607: results queue empty 138029 1726888263.69608: checking for any_errors_fatal 138029 1726888263.69613: done checking for any_errors_fatal 138029 1726888263.69614: checking for max_fail_percentage 138029 1726888263.69615: done checking for max_fail_percentage 138029 1726888263.69616: checking to see if all hosts have failed and the running result is not ok 138029 1726888263.69617: done checking to see if all hosts have failed 138029 1726888263.69617: getting the remaining hosts for this loop 138029 1726888263.69618: done getting the remaining hosts for this loop 138029 1726888263.69622: getting the next task for host managed_node3 138029 1726888263.69628: done getting next task for host managed_node3 138029 1726888263.69630: ^ task is: TASK: Validate pool member crypttab entries 138029 1726888263.69636: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888263.69640: getting variables 138029 1726888263.69641: in VariableManager get_vars() 138029 1726888263.69677: Calling all_inventory to load vars for managed_node3 138029 1726888263.69680: Calling groups_inventory to load vars for managed_node3 138029 1726888263.69684: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888263.69693: Calling all_plugins_play to load vars for managed_node3 138029 1726888263.69696: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888263.69699: Calling groups_plugins_play to load vars for managed_node3 138029 1726888263.70922: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888263.72172: done with get_vars() 138029 1726888263.72192: done getting variables TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Friday 20 September 2024 23:11:03 -0400 (0:00:00.059) 0:04:36.448 ****** 138029 1726888263.72503: entering _queue_task() for managed_node3/include_tasks 138029 1726888263.73047: worker is 1 (out of 1 available) 138029 1726888263.73220: exiting _queue_task() for managed_node3/include_tasks 138029 1726888263.73232: done queuing things up, now waiting for results queue to drain 138029 1726888263.73234: waiting for pending results... 138029 1726888263.73552: running TaskExecutor() for managed_node3/TASK: Validate pool member crypttab entries 138029 1726888263.73904: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004d84 138029 1726888263.73928: variable 'ansible_search_path' from source: unknown 138029 1726888263.73985: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888263.74379: variable '_storage_test_pool_pvs' from source: set_fact 138029 1726888263.74616: dumping result to json 138029 1726888263.74861: done dumping result, returning 138029 1726888263.74865: done running TaskExecutor() for managed_node3/TASK: Validate pool member crypttab entries [0affc8a3-6f6f-5a58-73a2-000000004d84] 138029 1726888263.74868: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004d84 skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888263.74989: no more pending results, returning what we have 138029 1726888263.74993: results queue empty 138029 1726888263.74994: checking for any_errors_fatal 138029 1726888263.75000: done checking for any_errors_fatal 138029 1726888263.75001: checking for max_fail_percentage 138029 1726888263.75003: done checking for max_fail_percentage 138029 1726888263.75003: checking to see if all hosts have failed and the running result is not ok 138029 1726888263.75004: done checking to see if all hosts have failed 138029 1726888263.75005: getting the remaining hosts for this loop 138029 1726888263.75006: done getting the remaining hosts for this loop 138029 1726888263.75010: getting the next task for host managed_node3 138029 1726888263.75018: done getting next task for host managed_node3 138029 1726888263.75021: ^ task is: TASK: Clear test variables 138029 1726888263.75027: ^ 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? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888263.75032: getting variables 138029 1726888263.75034: in VariableManager get_vars() 138029 1726888263.75179: Calling all_inventory to load vars for managed_node3 138029 1726888263.75182: Calling groups_inventory to load vars for managed_node3 138029 1726888263.75185: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888263.75198: Calling all_plugins_play to load vars for managed_node3 138029 1726888263.75201: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888263.75204: Calling groups_plugins_play to load vars for managed_node3 138029 1726888263.75962: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004d84 138029 1726888263.75969: WORKER PROCESS EXITING 138029 1726888263.76300: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888263.78243: done with get_vars() 138029 1726888263.78261: done getting variables 138029 1726888263.78322: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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/verify-pool-members-encryption.yml:24 Friday 20 September 2024 23:11:03 -0400 (0:00:00.058) 0:04:36.507 ****** 138029 1726888263.78562: entering _queue_task() for managed_node3/set_fact 138029 1726888263.79133: worker is 1 (out of 1 available) 138029 1726888263.79146: exiting _queue_task() for managed_node3/set_fact 138029 1726888263.79362: done queuing things up, now waiting for results queue to drain 138029 1726888263.79367: waiting for pending results... 138029 1726888263.79621: running TaskExecutor() for managed_node3/TASK: Clear test variables 138029 1726888263.79998: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004d86 138029 1726888263.80012: variable 'ansible_search_path' from source: unknown 138029 1726888263.80048: calling self._execute() 138029 1726888263.80978: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888263.80985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888263.80996: variable 'omit' from source: magic vars 138029 1726888263.81110: variable 'omit' from source: magic vars 138029 1726888263.81562: variable 'omit' from source: magic vars 138029 1726888263.81565: variable 'omit' from source: magic vars 138029 1726888263.81568: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888263.81571: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888263.81573: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888263.81576: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888263.81578: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888263.81960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888263.81964: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888263.81967: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888263.81971: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888263.81974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888263.81978: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888263.81982: Set connection var ansible_timeout to 10 138029 1726888263.81984: Set connection var ansible_pipelining to False 138029 1726888263.81987: Set connection var ansible_shell_type to sh 138029 1726888263.81990: Set connection var ansible_connection to ssh 138029 1726888263.82167: Set connection var ansible_shell_executable to /bin/sh 138029 1726888263.82198: variable 'ansible_shell_executable' from source: unknown 138029 1726888263.82207: variable 'ansible_connection' from source: unknown 138029 1726888263.82216: variable 'ansible_module_compression' from source: unknown 138029 1726888263.82269: variable 'ansible_shell_type' from source: unknown 138029 1726888263.82277: variable 'ansible_shell_executable' from source: unknown 138029 1726888263.82283: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888263.82291: variable 'ansible_pipelining' from source: unknown 138029 1726888263.82297: variable 'ansible_timeout' from source: unknown 138029 1726888263.82303: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888263.82443: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888263.82861: variable 'omit' from source: magic vars 138029 1726888263.82865: starting attempt loop 138029 1726888263.82869: running the handler 138029 1726888263.82872: handler run complete 138029 1726888263.82875: attempt loop complete, returning result 138029 1726888263.82878: _execute() done 138029 1726888263.82881: dumping result to json 138029 1726888263.82883: done dumping result, returning 138029 1726888263.82889: done running TaskExecutor() for managed_node3/TASK: Clear test variables [0affc8a3-6f6f-5a58-73a2-000000004d86] 138029 1726888263.82891: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004d86 138029 1726888263.82962: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004d86 138029 1726888263.82967: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } 138029 1726888263.83026: no more pending results, returning what we have 138029 1726888263.83030: results queue empty 138029 1726888263.83031: checking for any_errors_fatal 138029 1726888263.83043: done checking for any_errors_fatal 138029 1726888263.83044: checking for max_fail_percentage 138029 1726888263.83046: done checking for max_fail_percentage 138029 1726888263.83047: checking to see if all hosts have failed and the running result is not ok 138029 1726888263.83048: done checking to see if all hosts have failed 138029 1726888263.83049: getting the remaining hosts for this loop 138029 1726888263.83051: done getting the remaining hosts for this loop 138029 1726888263.83055: getting the next task for host managed_node3 138029 1726888263.83067: done getting next task for host managed_node3 138029 1726888263.83071: ^ task is: TASK: Check VDO 138029 1726888263.83079: ^ 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? (HOST STATE: block=0, task=21, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888263.83087: getting variables 138029 1726888263.83089: in VariableManager get_vars() 138029 1726888263.83125: Calling all_inventory to load vars for managed_node3 138029 1726888263.83128: Calling groups_inventory to load vars for managed_node3 138029 1726888263.83131: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888263.83140: Calling all_plugins_play to load vars for managed_node3 138029 1726888263.83143: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888263.83145: Calling groups_plugins_play to load vars for managed_node3 138029 1726888263.84223: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888263.85734: done with get_vars() 138029 1726888263.85753: done getting variables TASK [Check VDO] *************************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Friday 20 September 2024 23:11:03 -0400 (0:00:00.076) 0:04:36.583 ****** 138029 1726888263.85977: entering _queue_task() for managed_node3/include_tasks 138029 1726888263.86798: worker is 1 (out of 1 available) 138029 1726888263.86813: exiting _queue_task() for managed_node3/include_tasks 138029 1726888263.86826: done queuing things up, now waiting for results queue to drain 138029 1726888263.86828: waiting for pending results... 138029 1726888263.87269: running TaskExecutor() for managed_node3/TASK: Check VDO 138029 1726888263.87763: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a13 138029 1726888263.87769: variable 'ansible_search_path' from source: unknown 138029 1726888263.87776: calling self._execute() 138029 1726888263.88001: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888263.88015: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888263.88031: variable 'omit' from source: magic vars 138029 1726888263.88212: _execute() done 138029 1726888263.88223: dumping result to json 138029 1726888263.88231: done dumping result, returning 138029 1726888263.88243: done running TaskExecutor() for managed_node3/TASK: Check VDO [0affc8a3-6f6f-5a58-73a2-000000004a13] 138029 1726888263.88254: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a13 138029 1726888263.88487: no more pending results, returning what we have 138029 1726888263.88496: in VariableManager get_vars() 138029 1726888263.88547: Calling all_inventory to load vars for managed_node3 138029 1726888263.88551: Calling groups_inventory to load vars for managed_node3 138029 1726888263.88556: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888263.88572: Calling all_plugins_play to load vars for managed_node3 138029 1726888263.88577: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888263.88580: Calling groups_plugins_play to load vars for managed_node3 138029 1726888263.89169: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a13 138029 1726888263.89172: WORKER PROCESS EXITING 138029 1726888263.89485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888263.90109: done with get_vars() 138029 1726888263.90120: variable 'ansible_search_path' from source: unknown 138029 1726888263.90252: variable 'storage_test_pool_subset' from source: include params 138029 1726888263.90291: we have included files to process 138029 1726888263.90293: generating all_blocks data 138029 1726888263.90295: done generating all_blocks data 138029 1726888263.90300: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 138029 1726888263.90301: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 138029 1726888263.90303: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 138029 1726888263.90422: in VariableManager get_vars() 138029 1726888263.90445: done with get_vars() 138029 1726888263.90460: done processing included file 138029 1726888263.90462: iterating over new_blocks loaded from include file 138029 1726888263.90463: in VariableManager get_vars() 138029 1726888263.90477: done with get_vars() 138029 1726888263.90479: filtering new block on tags 138029 1726888263.90509: done filtering new block on tags 138029 1726888263.90512: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node3 138029 1726888263.90518: extending task lists for all hosts with included blocks 138029 1726888263.95663: done extending task lists 138029 1726888263.95665: done processing included files 138029 1726888263.95666: results queue empty 138029 1726888263.95666: checking for any_errors_fatal 138029 1726888263.95670: done checking for any_errors_fatal 138029 1726888263.95671: checking for max_fail_percentage 138029 1726888263.95672: done checking for max_fail_percentage 138029 1726888263.95673: checking to see if all hosts have failed and the running result is not ok 138029 1726888263.95674: done checking to see if all hosts have failed 138029 1726888263.95675: getting the remaining hosts for this loop 138029 1726888263.95676: done getting the remaining hosts for this loop 138029 1726888263.95679: getting the next task for host managed_node3 138029 1726888263.95684: done getting next task for host managed_node3 138029 1726888263.95687: ^ task is: TASK: Validate pool member VDO settings 138029 1726888263.95691: ^ 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? (HOST STATE: block=0, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888263.95694: getting variables 138029 1726888263.95695: in VariableManager get_vars() 138029 1726888263.95710: Calling all_inventory to load vars for managed_node3 138029 1726888263.95712: Calling groups_inventory to load vars for managed_node3 138029 1726888263.95715: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888263.95722: Calling all_plugins_play to load vars for managed_node3 138029 1726888263.95724: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888263.95727: Calling groups_plugins_play to load vars for managed_node3 138029 1726888263.96175: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888263.96749: done with get_vars() 138029 1726888263.96767: done getting variables TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Friday 20 September 2024 23:11:03 -0400 (0:00:00.108) 0:04:36.692 ****** 138029 1726888263.96861: entering _queue_task() for managed_node3/include_tasks 138029 1726888263.97218: worker is 1 (out of 1 available) 138029 1726888263.97229: exiting _queue_task() for managed_node3/include_tasks 138029 1726888263.97242: done queuing things up, now waiting for results queue to drain 138029 1726888263.97243: waiting for pending results... 138029 1726888263.97537: running TaskExecutor() for managed_node3/TASK: Validate pool member VDO settings 138029 1726888263.97682: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004ed6 138029 1726888263.97701: variable 'ansible_search_path' from source: unknown 138029 1726888263.98163: variable 'storage_test_pool' from source: include params 138029 1726888263.98170: dumping result to json 138029 1726888263.98173: done dumping result, returning 138029 1726888263.98371: done running TaskExecutor() for managed_node3/TASK: Validate pool member VDO settings [0affc8a3-6f6f-5a58-73a2-000000004ed6] 138029 1726888263.98375: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004ed6 138029 1726888263.98460: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004ed6 138029 1726888263.98463: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888263.98524: no more pending results, returning what we have 138029 1726888263.98528: results queue empty 138029 1726888263.98530: checking for any_errors_fatal 138029 1726888263.98532: done checking for any_errors_fatal 138029 1726888263.98533: checking for max_fail_percentage 138029 1726888263.98534: done checking for max_fail_percentage 138029 1726888263.98535: checking to see if all hosts have failed and the running result is not ok 138029 1726888263.98536: done checking to see if all hosts have failed 138029 1726888263.98537: getting the remaining hosts for this loop 138029 1726888263.98538: done getting the remaining hosts for this loop 138029 1726888263.98543: getting the next task for host managed_node3 138029 1726888263.98553: done getting next task for host managed_node3 138029 1726888263.98558: ^ task is: TASK: Check Stratis 138029 1726888263.98567: ^ 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? (HOST STATE: block=0, task=23, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888263.98574: getting variables 138029 1726888263.98576: in VariableManager get_vars() 138029 1726888263.98619: Calling all_inventory to load vars for managed_node3 138029 1726888263.98622: Calling groups_inventory to load vars for managed_node3 138029 1726888263.98626: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888263.98640: Calling all_plugins_play to load vars for managed_node3 138029 1726888263.98644: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888263.98647: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.00095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.01242: done with get_vars() 138029 1726888264.01261: done getting variables TASK [Check Stratis] *********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Friday 20 September 2024 23:11:04 -0400 (0:00:00.044) 0:04:36.737 ****** 138029 1726888264.01433: entering _queue_task() for managed_node3/include_tasks 138029 1726888264.02440: worker is 1 (out of 1 available) 138029 1726888264.02458: exiting _queue_task() for managed_node3/include_tasks 138029 1726888264.02473: done queuing things up, now waiting for results queue to drain 138029 1726888264.02475: waiting for pending results... 138029 1726888264.03171: running TaskExecutor() for managed_node3/TASK: Check Stratis 138029 1726888264.03209: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a14 138029 1726888264.03633: variable 'ansible_search_path' from source: unknown 138029 1726888264.03638: calling self._execute() 138029 1726888264.03691: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888264.03705: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888264.03720: variable 'omit' from source: magic vars 138029 1726888264.04028: _execute() done 138029 1726888264.04038: dumping result to json 138029 1726888264.04046: done dumping result, returning 138029 1726888264.04059: done running TaskExecutor() for managed_node3/TASK: Check Stratis [0affc8a3-6f6f-5a58-73a2-000000004a14] 138029 1726888264.04070: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a14 138029 1726888264.04193: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a14 138029 1726888264.04203: WORKER PROCESS EXITING 138029 1726888264.04242: no more pending results, returning what we have 138029 1726888264.04247: in VariableManager get_vars() 138029 1726888264.04297: Calling all_inventory to load vars for managed_node3 138029 1726888264.04300: Calling groups_inventory to load vars for managed_node3 138029 1726888264.04303: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888264.04316: Calling all_plugins_play to load vars for managed_node3 138029 1726888264.04321: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888264.04324: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.05604: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.06938: done with get_vars() 138029 1726888264.06954: variable 'ansible_search_path' from source: unknown 138029 1726888264.07252: variable 'storage_test_pool_subset' from source: include params 138029 1726888264.07293: we have included files to process 138029 1726888264.07294: generating all_blocks data 138029 1726888264.07296: done generating all_blocks data 138029 1726888264.07301: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 138029 1726888264.07302: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 138029 1726888264.07304: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 138029 1726888264.08724: done processing included file 138029 1726888264.08727: iterating over new_blocks loaded from include file 138029 1726888264.08728: in VariableManager get_vars() 138029 1726888264.08748: done with get_vars() 138029 1726888264.08749: filtering new block on tags 138029 1726888264.08968: done filtering new block on tags 138029 1726888264.08971: in VariableManager get_vars() 138029 1726888264.08988: done with get_vars() 138029 1726888264.08990: filtering new block on tags 138029 1726888264.09013: done filtering new block on tags 138029 1726888264.09015: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node3 138029 1726888264.09021: extending task lists for all hosts with included blocks 138029 1726888264.17881: done extending task lists 138029 1726888264.17883: done processing included files 138029 1726888264.17883: results queue empty 138029 1726888264.17884: checking for any_errors_fatal 138029 1726888264.17887: done checking for any_errors_fatal 138029 1726888264.17888: checking for max_fail_percentage 138029 1726888264.17889: done checking for max_fail_percentage 138029 1726888264.17890: checking to see if all hosts have failed and the running result is not ok 138029 1726888264.17891: done checking to see if all hosts have failed 138029 1726888264.17892: getting the remaining hosts for this loop 138029 1726888264.17893: done getting the remaining hosts for this loop 138029 1726888264.17895: getting the next task for host managed_node3 138029 1726888264.17900: done getting next task for host managed_node3 138029 1726888264.17903: ^ task is: TASK: Run 'stratis report' 138029 1726888264.17907: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888264.17910: getting variables 138029 1726888264.17911: in VariableManager get_vars() 138029 1726888264.17926: Calling all_inventory to load vars for managed_node3 138029 1726888264.17929: Calling groups_inventory to load vars for managed_node3 138029 1726888264.17931: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888264.17938: Calling all_plugins_play to load vars for managed_node3 138029 1726888264.17940: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888264.17943: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.18992: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.20227: done with get_vars() 138029 1726888264.20383: done getting variables 138029 1726888264.20432: 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 [Run 'stratis report'] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Friday 20 September 2024 23:11:04 -0400 (0:00:00.191) 0:04:36.928 ****** 138029 1726888264.20471: entering _queue_task() for managed_node3/command 138029 1726888264.21434: worker is 1 (out of 1 available) 138029 1726888264.21446: exiting _queue_task() for managed_node3/command 138029 1726888264.21581: done queuing things up, now waiting for results queue to drain 138029 1726888264.21583: waiting for pending results... 138029 1726888264.21960: running TaskExecutor() for managed_node3/TASK: Run 'stratis report' 138029 1726888264.22464: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000504f 138029 1726888264.22468: variable 'ansible_search_path' from source: unknown 138029 1726888264.22472: calling self._execute() 138029 1726888264.22643: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888264.22770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888264.22789: variable 'omit' from source: magic vars 138029 1726888264.23546: variable 'storage_test_pool' from source: include params 138029 1726888264.23668: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888264.23866: when evaluation is False, skipping this task 138029 1726888264.23870: _execute() done 138029 1726888264.23873: dumping result to json 138029 1726888264.23875: done dumping result, returning 138029 1726888264.23882: done running TaskExecutor() for managed_node3/TASK: Run 'stratis report' [0affc8a3-6f6f-5a58-73a2-00000000504f] 138029 1726888264.23885: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000504f 138029 1726888264.23952: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000504f 138029 1726888264.23954: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888264.24036: no more pending results, returning what we have 138029 1726888264.24042: results queue empty 138029 1726888264.24043: checking for any_errors_fatal 138029 1726888264.24044: done checking for any_errors_fatal 138029 1726888264.24045: checking for max_fail_percentage 138029 1726888264.24047: done checking for max_fail_percentage 138029 1726888264.24047: checking to see if all hosts have failed and the running result is not ok 138029 1726888264.24048: done checking to see if all hosts have failed 138029 1726888264.24049: getting the remaining hosts for this loop 138029 1726888264.24050: done getting the remaining hosts for this loop 138029 1726888264.24054: getting the next task for host managed_node3 138029 1726888264.24068: done getting next task for host managed_node3 138029 1726888264.24071: ^ task is: TASK: Get information about Stratis 138029 1726888264.24080: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888264.24087: getting variables 138029 1726888264.24088: in VariableManager get_vars() 138029 1726888264.24129: Calling all_inventory to load vars for managed_node3 138029 1726888264.24132: Calling groups_inventory to load vars for managed_node3 138029 1726888264.24136: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888264.24148: Calling all_plugins_play to load vars for managed_node3 138029 1726888264.24152: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888264.24348: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.25337: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.27481: done with get_vars() 138029 1726888264.27501: done getting variables 138029 1726888264.27562: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 Stratis] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Friday 20 September 2024 23:11:04 -0400 (0:00:00.071) 0:04:36.999 ****** 138029 1726888264.27599: entering _queue_task() for managed_node3/set_fact 138029 1726888264.28370: worker is 1 (out of 1 available) 138029 1726888264.28384: exiting _queue_task() for managed_node3/set_fact 138029 1726888264.28399: done queuing things up, now waiting for results queue to drain 138029 1726888264.28400: waiting for pending results... 138029 1726888264.28878: running TaskExecutor() for managed_node3/TASK: Get information about Stratis 138029 1726888264.29385: in run() - task 0affc8a3-6f6f-5a58-73a2-000000005050 138029 1726888264.29389: variable 'ansible_search_path' from source: unknown 138029 1726888264.29393: calling self._execute() 138029 1726888264.29672: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888264.29853: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888264.29861: variable 'omit' from source: magic vars 138029 1726888264.30691: variable 'storage_test_pool' from source: include params 138029 1726888264.30727: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888264.30777: when evaluation is False, skipping this task 138029 1726888264.30788: _execute() done 138029 1726888264.30797: dumping result to json 138029 1726888264.30805: done dumping result, returning 138029 1726888264.30816: done running TaskExecutor() for managed_node3/TASK: Get information about Stratis [0affc8a3-6f6f-5a58-73a2-000000005050] 138029 1726888264.30889: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000005050 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888264.31060: no more pending results, returning what we have 138029 1726888264.31067: results queue empty 138029 1726888264.31069: checking for any_errors_fatal 138029 1726888264.31080: done checking for any_errors_fatal 138029 1726888264.31081: checking for max_fail_percentage 138029 1726888264.31082: done checking for max_fail_percentage 138029 1726888264.31083: checking to see if all hosts have failed and the running result is not ok 138029 1726888264.31084: done checking to see if all hosts have failed 138029 1726888264.31085: getting the remaining hosts for this loop 138029 1726888264.31086: done getting the remaining hosts for this loop 138029 1726888264.31091: getting the next task for host managed_node3 138029 1726888264.31101: done getting next task for host managed_node3 138029 1726888264.31104: ^ task is: TASK: Verify that the pools was created 138029 1726888264.31114: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888264.31121: getting variables 138029 1726888264.31122: in VariableManager get_vars() 138029 1726888264.31276: Calling all_inventory to load vars for managed_node3 138029 1726888264.31279: Calling groups_inventory to load vars for managed_node3 138029 1726888264.31283: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888264.31295: Calling all_plugins_play to load vars for managed_node3 138029 1726888264.31298: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888264.31301: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.31971: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000005050 138029 1726888264.31977: WORKER PROCESS EXITING 138029 1726888264.32538: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.33762: done with get_vars() 138029 1726888264.33782: done getting variables 138029 1726888264.33962: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 pools was created] *************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Friday 20 September 2024 23:11:04 -0400 (0:00:00.064) 0:04:37.063 ****** 138029 1726888264.34002: entering _queue_task() for managed_node3/assert 138029 1726888264.34836: worker is 1 (out of 1 available) 138029 1726888264.34847: exiting _queue_task() for managed_node3/assert 138029 1726888264.34866: done queuing things up, now waiting for results queue to drain 138029 1726888264.34867: waiting for pending results... 138029 1726888264.35674: running TaskExecutor() for managed_node3/TASK: Verify that the pools was created 138029 1726888264.35765: in run() - task 0affc8a3-6f6f-5a58-73a2-000000005051 138029 1726888264.36060: variable 'ansible_search_path' from source: unknown 138029 1726888264.36065: calling self._execute() 138029 1726888264.36069: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888264.36072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888264.36075: variable 'omit' from source: magic vars 138029 1726888264.37066: variable 'storage_test_pool' from source: include params 138029 1726888264.37101: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888264.37109: when evaluation is False, skipping this task 138029 1726888264.37117: _execute() done 138029 1726888264.37124: dumping result to json 138029 1726888264.37131: done dumping result, returning 138029 1726888264.37141: done running TaskExecutor() for managed_node3/TASK: Verify that the pools was created [0affc8a3-6f6f-5a58-73a2-000000005051] 138029 1726888264.37151: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000005051 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888264.37315: no more pending results, returning what we have 138029 1726888264.37320: results queue empty 138029 1726888264.37321: checking for any_errors_fatal 138029 1726888264.37331: done checking for any_errors_fatal 138029 1726888264.37331: checking for max_fail_percentage 138029 1726888264.37333: done checking for max_fail_percentage 138029 1726888264.37334: checking to see if all hosts have failed and the running result is not ok 138029 1726888264.37335: done checking to see if all hosts have failed 138029 1726888264.37335: getting the remaining hosts for this loop 138029 1726888264.37337: done getting the remaining hosts for this loop 138029 1726888264.37341: getting the next task for host managed_node3 138029 1726888264.37349: done getting next task for host managed_node3 138029 1726888264.37352: ^ task is: TASK: Verify that encryption is correctly set 138029 1726888264.37367: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888264.37374: getting variables 138029 1726888264.37376: in VariableManager get_vars() 138029 1726888264.37415: Calling all_inventory to load vars for managed_node3 138029 1726888264.37418: Calling groups_inventory to load vars for managed_node3 138029 1726888264.37421: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888264.37562: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000005051 138029 1726888264.37568: WORKER PROCESS EXITING 138029 1726888264.37581: Calling all_plugins_play to load vars for managed_node3 138029 1726888264.37585: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888264.37588: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.39292: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.41487: done with get_vars() 138029 1726888264.41507: done getting variables 138029 1726888264.41692: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 encryption is correctly set] ********************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Friday 20 September 2024 23:11:04 -0400 (0:00:00.077) 0:04:37.140 ****** 138029 1726888264.41727: entering _queue_task() for managed_node3/assert 138029 1726888264.42715: worker is 1 (out of 1 available) 138029 1726888264.42729: exiting _queue_task() for managed_node3/assert 138029 1726888264.42742: done queuing things up, now waiting for results queue to drain 138029 1726888264.42744: waiting for pending results... 138029 1726888264.43599: running TaskExecutor() for managed_node3/TASK: Verify that encryption is correctly set 138029 1726888264.43836: in run() - task 0affc8a3-6f6f-5a58-73a2-000000005052 138029 1726888264.44063: variable 'ansible_search_path' from source: unknown 138029 1726888264.44067: calling self._execute() 138029 1726888264.44492: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888264.44524: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888264.44575: variable 'omit' from source: magic vars 138029 1726888264.45663: variable 'storage_test_pool' from source: include params 138029 1726888264.45736: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888264.45744: when evaluation is False, skipping this task 138029 1726888264.45750: _execute() done 138029 1726888264.45760: dumping result to json 138029 1726888264.45767: done dumping result, returning 138029 1726888264.45802: done running TaskExecutor() for managed_node3/TASK: Verify that encryption is correctly set [0affc8a3-6f6f-5a58-73a2-000000005052] 138029 1726888264.45962: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000005052 138029 1726888264.46644: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000005052 skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888264.46705: no more pending results, returning what we have 138029 1726888264.46709: results queue empty 138029 1726888264.46710: checking for any_errors_fatal 138029 1726888264.46718: done checking for any_errors_fatal 138029 1726888264.46719: checking for max_fail_percentage 138029 1726888264.46720: done checking for max_fail_percentage 138029 1726888264.46721: checking to see if all hosts have failed and the running result is not ok 138029 1726888264.46722: done checking to see if all hosts have failed 138029 1726888264.46722: getting the remaining hosts for this loop 138029 1726888264.46724: done getting the remaining hosts for this loop 138029 1726888264.46728: getting the next task for host managed_node3 138029 1726888264.46736: done getting next task for host managed_node3 138029 1726888264.46738: ^ task is: TASK: Verify that Clevis/Tang encryption is correctly set 138029 1726888264.46746: ^ 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? (HOST STATE: block=0, task=24, rescue=0, always=0, handlers=0, run_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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888264.46750: getting variables 138029 1726888264.46751: in VariableManager get_vars() 138029 1726888264.46795: Calling all_inventory to load vars for managed_node3 138029 1726888264.46799: Calling groups_inventory to load vars for managed_node3 138029 1726888264.46802: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888264.46813: Calling all_plugins_play to load vars for managed_node3 138029 1726888264.46817: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888264.46819: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.47565: WORKER PROCESS EXITING 138029 1726888264.47900: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.48546: done with get_vars() 138029 1726888264.48571: done getting variables 138029 1726888264.48633: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/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 Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Friday 20 September 2024 23:11:04 -0400 (0:00:00.069) 0:04:37.210 ****** 138029 1726888264.48672: entering _queue_task() for managed_node3/assert 138029 1726888264.48970: worker is 1 (out of 1 available) 138029 1726888264.48980: exiting _queue_task() for managed_node3/assert 138029 1726888264.48992: done queuing things up, now waiting for results queue to drain 138029 1726888264.48993: waiting for pending results... 138029 1726888264.49302: running TaskExecutor() for managed_node3/TASK: Verify that Clevis/Tang encryption is correctly set 138029 1726888264.49414: in run() - task 0affc8a3-6f6f-5a58-73a2-000000005053 138029 1726888264.49427: variable 'ansible_search_path' from source: unknown 138029 1726888264.49465: calling self._execute() 138029 1726888264.49606: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888264.49627: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888264.49630: variable 'omit' from source: magic vars 138029 1726888264.50052: variable 'storage_test_pool' from source: include params 138029 1726888264.50092: Evaluated conditional (storage_test_pool.type == 'stratis'): False 138029 1726888264.50095: when evaluation is False, skipping this task 138029 1726888264.50098: _execute() done 138029 1726888264.50101: dumping result to json 138029 1726888264.50103: done dumping result, returning 138029 1726888264.50106: done running TaskExecutor() for managed_node3/TASK: Verify that Clevis/Tang encryption is correctly set [0affc8a3-6f6f-5a58-73a2-000000005053] 138029 1726888264.50108: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000005053 138029 1726888264.50375: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000005053 138029 1726888264.50379: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 138029 1726888264.50420: no more pending results, returning what we have 138029 1726888264.50423: results queue empty 138029 1726888264.50424: checking for any_errors_fatal 138029 1726888264.50430: done checking for any_errors_fatal 138029 1726888264.50431: checking for max_fail_percentage 138029 1726888264.50433: done checking for max_fail_percentage 138029 1726888264.50434: checking to see if all hosts have failed and the running result is not ok 138029 1726888264.50434: done checking to see if all hosts have failed 138029 1726888264.50435: getting the remaining hosts for this loop 138029 1726888264.50436: done getting the remaining hosts for this loop 138029 1726888264.50440: getting the next task for host managed_node3 138029 1726888264.50448: done getting next task for host managed_node3 138029 1726888264.50450: ^ task is: TASK: Reset variable used by test 138029 1726888264.50458: ^ 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? (HOST STATE: block=0, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888264.50462: getting variables 138029 1726888264.50466: in VariableManager get_vars() 138029 1726888264.50498: Calling all_inventory to load vars for managed_node3 138029 1726888264.50501: Calling groups_inventory to load vars for managed_node3 138029 1726888264.50504: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888264.50514: Calling all_plugins_play to load vars for managed_node3 138029 1726888264.50517: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888264.50520: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.51356: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.52348: done with get_vars() 138029 1726888264.52569: done getting variables 138029 1726888264.52626: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Friday 20 September 2024 23:11:04 -0400 (0:00:00.039) 0:04:37.250 ****** 138029 1726888264.52661: entering _queue_task() for managed_node3/set_fact 138029 1726888264.53202: worker is 1 (out of 1 available) 138029 1726888264.53217: exiting _queue_task() for managed_node3/set_fact 138029 1726888264.53230: done queuing things up, now waiting for results queue to drain 138029 1726888264.53232: waiting for pending results... 138029 1726888264.53917: running TaskExecutor() for managed_node3/TASK: Reset variable used by test 138029 1726888264.54090: in run() - task 0affc8a3-6f6f-5a58-73a2-000000005055 138029 1726888264.54106: variable 'ansible_search_path' from source: unknown 138029 1726888264.54142: calling self._execute() 138029 1726888264.54591: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888264.54597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888264.54610: variable 'omit' from source: magic vars 138029 1726888264.54883: variable 'omit' from source: magic vars 138029 1726888264.54990: variable 'omit' from source: magic vars 138029 1726888264.55031: variable 'omit' from source: magic vars 138029 1726888264.55080: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888264.55232: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888264.55258: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888264.55330: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888264.55341: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888264.55366: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888264.55424: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888264.55492: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888264.55496: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888264.55499: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888264.55838: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888264.55841: Set connection var ansible_timeout to 10 138029 1726888264.55848: Set connection var ansible_pipelining to False 138029 1726888264.55851: Set connection var ansible_shell_type to sh 138029 1726888264.55860: Set connection var ansible_connection to ssh 138029 1726888264.55865: Set connection var ansible_shell_executable to /bin/sh 138029 1726888264.55892: variable 'ansible_shell_executable' from source: unknown 138029 1726888264.55895: variable 'ansible_connection' from source: unknown 138029 1726888264.55898: variable 'ansible_module_compression' from source: unknown 138029 1726888264.55900: variable 'ansible_shell_type' from source: unknown 138029 1726888264.55903: variable 'ansible_shell_executable' from source: unknown 138029 1726888264.55905: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888264.55960: variable 'ansible_pipelining' from source: unknown 138029 1726888264.55968: variable 'ansible_timeout' from source: unknown 138029 1726888264.55974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888264.56248: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888264.56263: variable 'omit' from source: magic vars 138029 1726888264.56271: starting attempt loop 138029 1726888264.56274: running the handler 138029 1726888264.56287: handler run complete 138029 1726888264.56297: attempt loop complete, returning result 138029 1726888264.56299: _execute() done 138029 1726888264.56406: dumping result to json 138029 1726888264.56409: done dumping result, returning 138029 1726888264.56442: done running TaskExecutor() for managed_node3/TASK: Reset variable used by test [0affc8a3-6f6f-5a58-73a2-000000005055] 138029 1726888264.56514: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000005055 138029 1726888264.56590: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000005055 138029 1726888264.56594: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } 138029 1726888264.56652: no more pending results, returning what we have 138029 1726888264.56758: results queue empty 138029 1726888264.56760: checking for any_errors_fatal 138029 1726888264.56774: done checking for any_errors_fatal 138029 1726888264.56774: checking for max_fail_percentage 138029 1726888264.56776: done checking for max_fail_percentage 138029 1726888264.56777: checking to see if all hosts have failed and the running result is not ok 138029 1726888264.56777: done checking to see if all hosts have failed 138029 1726888264.56778: getting the remaining hosts for this loop 138029 1726888264.56780: done getting the remaining hosts for this loop 138029 1726888264.56784: getting the next task for host managed_node3 138029 1726888264.56793: done getting next task for host managed_node3 138029 1726888264.56796: ^ task is: TASK: Clean up test variables 138029 1726888264.56803: ^ 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? (HOST STATE: block=0, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888264.56809: getting variables 138029 1726888264.56810: in VariableManager get_vars() 138029 1726888264.56850: Calling all_inventory to load vars for managed_node3 138029 1726888264.56853: Calling groups_inventory to load vars for managed_node3 138029 1726888264.56942: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888264.56954: Calling all_plugins_play to load vars for managed_node3 138029 1726888264.56960: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888264.56967: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.58581: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.60131: done with get_vars() 138029 1726888264.60151: done getting variables 138029 1726888264.60213: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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 test variables] ************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Friday 20 September 2024 23:11:04 -0400 (0:00:00.075) 0:04:37.326 ****** 138029 1726888264.60254: entering _queue_task() for managed_node3/set_fact 138029 1726888264.60988: worker is 1 (out of 1 available) 138029 1726888264.61001: exiting _queue_task() for managed_node3/set_fact 138029 1726888264.61012: done queuing things up, now waiting for results queue to drain 138029 1726888264.61013: waiting for pending results... 138029 1726888264.61872: running TaskExecutor() for managed_node3/TASK: Clean up test variables 138029 1726888264.61877: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a15 138029 1726888264.61881: variable 'ansible_search_path' from source: unknown 138029 1726888264.62115: calling self._execute() 138029 1726888264.62206: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888264.62361: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888264.62365: variable 'omit' from source: magic vars 138029 1726888264.62662: variable 'omit' from source: magic vars 138029 1726888264.62665: variable 'omit' from source: magic vars 138029 1726888264.62789: variable 'omit' from source: magic vars 138029 1726888264.62841: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888264.62979: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888264.63010: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888264.63034: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888264.63052: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888264.63079: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888264.63315: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888264.63319: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888264.63322: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888264.63325: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888264.63431: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888264.63445: Set connection var ansible_timeout to 10 138029 1726888264.63460: Set connection var ansible_pipelining to False 138029 1726888264.63471: Set connection var ansible_shell_type to sh 138029 1726888264.63478: Set connection var ansible_connection to ssh 138029 1726888264.63488: Set connection var ansible_shell_executable to /bin/sh 138029 1726888264.63520: variable 'ansible_shell_executable' from source: unknown 138029 1726888264.63532: variable 'ansible_connection' from source: unknown 138029 1726888264.63540: variable 'ansible_module_compression' from source: unknown 138029 1726888264.63548: variable 'ansible_shell_type' from source: unknown 138029 1726888264.63554: variable 'ansible_shell_executable' from source: unknown 138029 1726888264.63564: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888264.63578: variable 'ansible_pipelining' from source: unknown 138029 1726888264.63585: variable 'ansible_timeout' from source: unknown 138029 1726888264.63593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888264.63774: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888264.63793: variable 'omit' from source: magic vars 138029 1726888264.63803: starting attempt loop 138029 1726888264.63810: running the handler 138029 1726888264.63829: handler run complete 138029 1726888264.63843: attempt loop complete, returning result 138029 1726888264.63849: _execute() done 138029 1726888264.63865: dumping result to json 138029 1726888264.63874: done dumping result, returning 138029 1726888264.63961: done running TaskExecutor() for managed_node3/TASK: Clean up test variables [0affc8a3-6f6f-5a58-73a2-000000004a15] 138029 1726888264.63972: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a15 138029 1726888264.64047: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a15 138029 1726888264.64051: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } 138029 1726888264.64141: no more pending results, returning what we have 138029 1726888264.64145: results queue empty 138029 1726888264.64146: checking for any_errors_fatal 138029 1726888264.64158: done checking for any_errors_fatal 138029 1726888264.64159: checking for max_fail_percentage 138029 1726888264.64161: done checking for max_fail_percentage 138029 1726888264.64162: checking to see if all hosts have failed and the running result is not ok 138029 1726888264.64163: done checking to see if all hosts have failed 138029 1726888264.64164: getting the remaining hosts for this loop 138029 1726888264.64165: done getting the remaining hosts for this loop 138029 1726888264.64170: getting the next task for host managed_node3 138029 1726888264.64185: done getting next task for host managed_node3 138029 1726888264.64189: ^ task is: TASK: Verify the volumes 138029 1726888264.64196: ^ 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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888264.64204: getting variables 138029 1726888264.64205: in VariableManager get_vars() 138029 1726888264.64249: Calling all_inventory to load vars for managed_node3 138029 1726888264.64252: Calling groups_inventory to load vars for managed_node3 138029 1726888264.64375: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888264.64389: Calling all_plugins_play to load vars for managed_node3 138029 1726888264.64392: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888264.64395: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.65183: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.65801: done with get_vars() 138029 1726888264.65817: done getting variables TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Friday 20 September 2024 23:11:04 -0400 (0:00:00.056) 0:04:37.382 ****** 138029 1726888264.65918: entering _queue_task() for managed_node3/include_tasks 138029 1726888264.66472: worker is 1 (out of 1 available) 138029 1726888264.66482: exiting _queue_task() for managed_node3/include_tasks 138029 1726888264.66493: done queuing things up, now waiting for results queue to drain 138029 1726888264.66495: waiting for pending results... 138029 1726888264.66626: running TaskExecutor() for managed_node3/TASK: Verify the volumes 138029 1726888264.66711: in run() - task 0affc8a3-6f6f-5a58-73a2-000000004a19 138029 1726888264.66739: variable 'ansible_search_path' from source: unknown 138029 1726888264.67461: variable 'storage_test_pool' from source: include params 138029 1726888264.67464: dumping result to json 138029 1726888264.67467: done dumping result, returning 138029 1726888264.67469: done running TaskExecutor() for managed_node3/TASK: Verify the volumes [0affc8a3-6f6f-5a58-73a2-000000004a19] 138029 1726888264.67471: sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a19 skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888264.67694: no more pending results, returning what we have 138029 1726888264.67698: results queue empty 138029 1726888264.67699: checking for any_errors_fatal 138029 1726888264.67708: done checking for any_errors_fatal 138029 1726888264.67708: checking for max_fail_percentage 138029 1726888264.67710: done checking for max_fail_percentage 138029 1726888264.67711: checking to see if all hosts have failed and the running result is not ok 138029 1726888264.67712: done checking to see if all hosts have failed 138029 1726888264.67713: getting the remaining hosts for this loop 138029 1726888264.67714: done getting the remaining hosts for this loop 138029 1726888264.67718: getting the next task for host managed_node3 138029 1726888264.67728: done getting next task for host managed_node3 138029 1726888264.67730: ^ task is: TASK: Verify the volumes with no pool were correctly managed 138029 1726888264.67735: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888264.67741: getting variables 138029 1726888264.67742: in VariableManager get_vars() 138029 1726888264.67784: Calling all_inventory to load vars for managed_node3 138029 1726888264.67787: Calling groups_inventory to load vars for managed_node3 138029 1726888264.67790: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888264.67802: Calling all_plugins_play to load vars for managed_node3 138029 1726888264.67806: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888264.67808: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.68970: done sending task result for task 0affc8a3-6f6f-5a58-73a2-000000004a19 138029 1726888264.68974: WORKER PROCESS EXITING 138029 1726888264.69088: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.70350: done with get_vars() 138029 1726888264.70574: 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:11:04 -0400 (0:00:00.047) 0:04:37.430 ****** 138029 1726888264.70665: entering _queue_task() for managed_node3/include_tasks 138029 1726888264.71412: worker is 1 (out of 1 available) 138029 1726888264.71427: exiting _queue_task() for managed_node3/include_tasks 138029 1726888264.71441: done queuing things up, now waiting for results queue to drain 138029 1726888264.71442: waiting for pending results... 138029 1726888264.71791: running TaskExecutor() for managed_node3/TASK: Verify the volumes with no pool were correctly managed 138029 1726888264.71921: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000484c 138029 1726888264.71941: variable 'ansible_search_path' from source: unknown 138029 1726888264.71996: variable '_storage_volumes_list' from source: set_fact 138029 1726888264.72227: variable '_storage_volumes_list' from source: set_fact 138029 1726888264.72302: dumping result to json 138029 1726888264.72312: done dumping result, returning 138029 1726888264.72323: done running TaskExecutor() for managed_node3/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-5a58-73a2-00000000484c] 138029 1726888264.72335: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000484c skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 138029 1726888264.72640: no more pending results, returning what we have 138029 1726888264.72645: results queue empty 138029 1726888264.72646: checking for any_errors_fatal 138029 1726888264.72663: done checking for any_errors_fatal 138029 1726888264.72664: checking for max_fail_percentage 138029 1726888264.72668: done checking for max_fail_percentage 138029 1726888264.72669: checking to see if all hosts have failed and the running result is not ok 138029 1726888264.72670: done checking to see if all hosts have failed 138029 1726888264.72671: getting the remaining hosts for this loop 138029 1726888264.72673: done getting the remaining hosts for this loop 138029 1726888264.72678: getting the next task for host managed_node3 138029 1726888264.72687: done getting next task for host managed_node3 138029 1726888264.72690: ^ task is: TASK: Clean up variable namespace 138029 1726888264.72694: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 138029 1726888264.72699: getting variables 138029 1726888264.72701: in VariableManager get_vars() 138029 1726888264.72744: Calling all_inventory to load vars for managed_node3 138029 1726888264.72747: Calling groups_inventory to load vars for managed_node3 138029 1726888264.72750: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888264.72879: Calling all_plugins_play to load vars for managed_node3 138029 1726888264.72883: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888264.72886: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.73488: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000484c 138029 1726888264.73491: WORKER PROCESS EXITING 138029 1726888264.73619: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.74249: done with get_vars() 138029 1726888264.74269: done getting variables 138029 1726888264.74332: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/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:11:04 -0400 (0:00:00.036) 0:04:37.467 ****** 138029 1726888264.74364: entering _queue_task() for managed_node3/set_fact 138029 1726888264.74699: worker is 1 (out of 1 available) 138029 1726888264.74712: exiting _queue_task() for managed_node3/set_fact 138029 1726888264.74837: done queuing things up, now waiting for results queue to drain 138029 1726888264.74839: waiting for pending results... 138029 1726888264.75051: running TaskExecutor() for managed_node3/TASK: Clean up variable namespace 138029 1726888264.75163: in run() - task 0affc8a3-6f6f-5a58-73a2-00000000484e 138029 1726888264.75472: variable 'ansible_search_path' from source: unknown 138029 1726888264.75476: calling self._execute() 138029 1726888264.75689: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888264.75797: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888264.75800: variable 'omit' from source: magic vars 138029 1726888264.76019: variable 'omit' from source: magic vars 138029 1726888264.76143: variable 'omit' from source: magic vars 138029 1726888264.76186: variable 'omit' from source: magic vars 138029 1726888264.76278: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 138029 1726888264.76380: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 138029 1726888264.76449: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 138029 1726888264.76475: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888264.76662: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 138029 1726888264.76666: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 138029 1726888264.76669: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 138029 1726888264.76672: variable 'inventory_hostname' from source: host vars for 'managed_node3' 138029 1726888264.76675: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888264.76677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888264.76973: Set connection var ansible_module_compression to ZIP_DEFLATED 138029 1726888264.76986: Set connection var ansible_timeout to 10 138029 1726888264.76997: Set connection var ansible_pipelining to False 138029 1726888264.77005: Set connection var ansible_shell_type to sh 138029 1726888264.77012: Set connection var ansible_connection to ssh 138029 1726888264.77022: Set connection var ansible_shell_executable to /bin/sh 138029 1726888264.77059: variable 'ansible_shell_executable' from source: unknown 138029 1726888264.77288: variable 'ansible_connection' from source: unknown 138029 1726888264.77291: variable 'ansible_module_compression' from source: unknown 138029 1726888264.77294: variable 'ansible_shell_type' from source: unknown 138029 1726888264.77296: variable 'ansible_shell_executable' from source: unknown 138029 1726888264.77298: variable 'ansible_host' from source: host vars for 'managed_node3' 138029 1726888264.77300: variable 'ansible_pipelining' from source: unknown 138029 1726888264.77302: variable 'ansible_timeout' from source: unknown 138029 1726888264.77304: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 138029 1726888264.77615: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 138029 1726888264.77619: variable 'omit' from source: magic vars 138029 1726888264.77622: starting attempt loop 138029 1726888264.77624: running the handler 138029 1726888264.77626: handler run complete 138029 1726888264.77629: attempt loop complete, returning result 138029 1726888264.77631: _execute() done 138029 1726888264.77633: dumping result to json 138029 1726888264.77635: done dumping result, returning 138029 1726888264.77637: done running TaskExecutor() for managed_node3/TASK: Clean up variable namespace [0affc8a3-6f6f-5a58-73a2-00000000484e] 138029 1726888264.77760: sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000484e 138029 1726888264.78061: done sending task result for task 0affc8a3-6f6f-5a58-73a2-00000000484e 138029 1726888264.78064: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 138029 1726888264.78122: no more pending results, returning what we have 138029 1726888264.78125: results queue empty 138029 1726888264.78126: checking for any_errors_fatal 138029 1726888264.78135: done checking for any_errors_fatal 138029 1726888264.78135: checking for max_fail_percentage 138029 1726888264.78137: done checking for max_fail_percentage 138029 1726888264.78138: checking to see if all hosts have failed and the running result is not ok 138029 1726888264.78139: done checking to see if all hosts have failed 138029 1726888264.78140: getting the remaining hosts for this loop 138029 1726888264.78142: done getting the remaining hosts for this loop 138029 1726888264.78145: getting the next task for host managed_node3 138029 1726888264.78153: done getting next task for host managed_node3 138029 1726888264.78159: ^ task is: TASK: meta (flush_handlers) 138029 1726888264.78161: ^ 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 138029 1726888264.78166: getting variables 138029 1726888264.78168: in VariableManager get_vars() 138029 1726888264.78209: Calling all_inventory to load vars for managed_node3 138029 1726888264.78212: Calling groups_inventory to load vars for managed_node3 138029 1726888264.78216: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888264.78226: Calling all_plugins_play to load vars for managed_node3 138029 1726888264.78229: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888264.78232: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.79505: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.80265: done with get_vars() 138029 1726888264.80283: done getting variables 138029 1726888264.80347: in VariableManager get_vars() 138029 1726888264.80361: Calling all_inventory to load vars for managed_node3 138029 1726888264.80363: Calling groups_inventory to load vars for managed_node3 138029 1726888264.80366: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888264.80371: Calling all_plugins_play to load vars for managed_node3 138029 1726888264.80373: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888264.80376: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.81527: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.82897: done with get_vars() 138029 1726888264.82922: done queuing things up, now waiting for results queue to drain 138029 1726888264.82924: results queue empty 138029 1726888264.82925: checking for any_errors_fatal 138029 1726888264.82928: done checking for any_errors_fatal 138029 1726888264.82929: checking for max_fail_percentage 138029 1726888264.82930: done checking for max_fail_percentage 138029 1726888264.82931: checking to see if all hosts have failed and the running result is not ok 138029 1726888264.82931: done checking to see if all hosts have failed 138029 1726888264.82932: getting the remaining hosts for this loop 138029 1726888264.82933: done getting the remaining hosts for this loop 138029 1726888264.82942: getting the next task for host managed_node3 138029 1726888264.82946: done getting next task for host managed_node3 138029 1726888264.82948: ^ task is: TASK: meta (flush_handlers) 138029 1726888264.82949: ^ 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 138029 1726888264.82952: getting variables 138029 1726888264.82953: in VariableManager get_vars() 138029 1726888264.82967: Calling all_inventory to load vars for managed_node3 138029 1726888264.82969: Calling groups_inventory to load vars for managed_node3 138029 1726888264.82971: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888264.82977: Calling all_plugins_play to load vars for managed_node3 138029 1726888264.82979: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888264.82982: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.83735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.85130: done with get_vars() 138029 1726888264.85144: done getting variables 138029 1726888264.85235: in VariableManager get_vars() 138029 1726888264.85247: Calling all_inventory to load vars for managed_node3 138029 1726888264.85249: Calling groups_inventory to load vars for managed_node3 138029 1726888264.85251: Calling all_plugins_inventory to load vars for managed_node3 138029 1726888264.85259: Calling all_plugins_play to load vars for managed_node3 138029 1726888264.85261: Calling groups_plugins_inventory to load vars for managed_node3 138029 1726888264.85264: Calling groups_plugins_play to load vars for managed_node3 138029 1726888264.86049: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 138029 1726888264.86710: done with get_vars() 138029 1726888264.86728: done queuing things up, now waiting for results queue to drain 138029 1726888264.86730: results queue empty 138029 1726888264.86731: checking for any_errors_fatal 138029 1726888264.86732: done checking for any_errors_fatal 138029 1726888264.86733: checking for max_fail_percentage 138029 1726888264.86734: done checking for max_fail_percentage 138029 1726888264.86734: checking to see if all hosts have failed and the running result is not ok 138029 1726888264.86735: done checking to see if all hosts have failed 138029 1726888264.86736: getting the remaining hosts for this loop 138029 1726888264.86737: done getting the remaining hosts for this loop 138029 1726888264.86739: getting the next task for host managed_node3 138029 1726888264.86742: done getting next task for host managed_node3 138029 1726888264.86743: ^ task is: None 138029 1726888264.86745: ^ 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 138029 1726888264.86746: done queuing things up, now waiting for results queue to drain 138029 1726888264.86747: results queue empty 138029 1726888264.86747: checking for any_errors_fatal 138029 1726888264.86748: done checking for any_errors_fatal 138029 1726888264.86748: checking for max_fail_percentage 138029 1726888264.86749: done checking for max_fail_percentage 138029 1726888264.86750: checking to see if all hosts have failed and the running result is not ok 138029 1726888264.86751: done checking to see if all hosts have failed 138029 1726888264.86753: getting the next task for host managed_node3 138029 1726888264.86757: done getting next task for host managed_node3 138029 1726888264.86758: ^ task is: None 138029 1726888264.86759: ^ state is: HOST STATE: block=5, task=0, rescue=0, always=0, handlers=0, run_state=5, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False PLAY RECAP ********************************************************************* managed_node3 : ok=703 changed=6 unreachable=0 failed=0 skipped=867 rescued=0 ignored=0 Friday 20 September 2024 23:11:04 -0400 (0:00:00.125) 0:04:37.592 ****** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 49.22s /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 -- 19.44s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Set up new/current mounts ---------- 16.46s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Get VG shared value status ---------------------------------------------- 9.19s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Get VG shared value status ---------------------------------------------- 9.06s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 8.80s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Update facts ------------------------ 5.73s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Update facts ------------------------ 5.68s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.59s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Get information about the LV -------------------------------------------- 3.18s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 3.05s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Get information about the LV -------------------------------------------- 3.05s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 fedora.linux_system_roles.storage : Get service facts ------------------- 2.51s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Gathering Facts --------------------------------------------------------- 1.94s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:2 fedora.linux_system_roles.storage : Set up new/current mounts ----------- 1.60s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Ensure cryptsetup is present -------------------------------------------- 1.52s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.43s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Read the /etc/fstab file for volume existence --------------------------- 1.43s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 1.25s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 fedora.linux_system_roles.storage : Get required packages --------------- 1.22s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 138029 1726888264.87214: RUNNING CLEANUP